Skip to content

Commit

Permalink
Merge pull request #42 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
webdevnerdstuff authored Dec 5, 2023
2 parents fc50360 + ad25e2a commit 1e2aed4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
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

0 comments on commit 1e2aed4

Please sign in to comment.