Skip to content

Dev #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 5, 2023
Merged

Dev #42

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/playground/configs/templates/PlaygroundPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
:icon-false-title="componentOptions.iconFalseTitle"
:icon-true="componentOptions.iconTrue"
:icon-true-title="componentOptions.iconTrueTitle"
:item="item"
:label="componentOptions.label"
:loading="item.loading"
:loading-wait="componentOptions.loadingWait"
Expand Down Expand Up @@ -79,7 +78,6 @@
:hide-cancel-icon="componentOptions.hideCancelIcon"
:hide-details="componentOptions.hideDetails"
:hide-selected="componentOptions.hideSelected"
:item="item"
item-title="name"
item-value="id"
:items="users"
Expand Down Expand Up @@ -125,7 +123,6 @@
:field-only="componentOptions.fieldOnly"
:hide-cancel-icon="componentOptions.hideCancelIcon"
:hide-details="componentOptions.hideDetails"
:item="item"
:label="componentOptions.label"
:loading="item.loading"
:loading-wait="componentOptions.loadingWait"
Expand Down Expand Up @@ -173,7 +170,6 @@
:field-only="componentOptions.fieldOnly"
:hide-cancel-icon="componentOptions.hideCancelIcon"
:hide-details="componentOptions.hideDetails"
:item="item"
:label="componentOptions.label"
:loading="item.loading"
:loading-wait="componentOptions.loadingWait"
Expand Down Expand Up @@ -239,7 +235,6 @@
:hide-cancel-icon="componentOptions.hideCancelIcon"
:icon-false-title="componentOptions.iconFalseTitle"
:icon-true-title="componentOptions.iconTrueTitle"
:item="item"
:label="componentOptions.label"
:loading="item.loading"
:loading-wait="componentOptions.loadingWait"
Expand Down
6 changes: 0 additions & 6 deletions src/stores/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ const sharedProps = [
name: 'hide-details',
type: 'boolean'
},
{
default: () => ({}),
desc: 'The item object',
name: 'item',
type: 'Record<string, unknown>',
},
{
default: undefined,
desc: 'Label is not fully supported as the fields are intended for use in tables and the column header signifies what that column is for. You can set this prop to show the label but styling will not be ideal',
Expand Down