Skip to content

Commit 1e2aed4

Browse files
Merge pull request #42 from webdevnerdstuff/dev
Dev
2 parents fc50360 + ad25e2a commit 1e2aed4

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/playground/configs/templates/PlaygroundPage.vue

-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
:icon-false-title="componentOptions.iconFalseTitle"
3939
:icon-true="componentOptions.iconTrue"
4040
:icon-true-title="componentOptions.iconTrueTitle"
41-
:item="item"
4241
:label="componentOptions.label"
4342
:loading="item.loading"
4443
:loading-wait="componentOptions.loadingWait"
@@ -79,7 +78,6 @@
7978
:hide-cancel-icon="componentOptions.hideCancelIcon"
8079
:hide-details="componentOptions.hideDetails"
8180
:hide-selected="componentOptions.hideSelected"
82-
:item="item"
8381
item-title="name"
8482
item-value="id"
8583
:items="users"
@@ -125,7 +123,6 @@
125123
:field-only="componentOptions.fieldOnly"
126124
:hide-cancel-icon="componentOptions.hideCancelIcon"
127125
:hide-details="componentOptions.hideDetails"
128-
:item="item"
129126
:label="componentOptions.label"
130127
:loading="item.loading"
131128
:loading-wait="componentOptions.loadingWait"
@@ -173,7 +170,6 @@
173170
:field-only="componentOptions.fieldOnly"
174171
:hide-cancel-icon="componentOptions.hideCancelIcon"
175172
:hide-details="componentOptions.hideDetails"
176-
:item="item"
177173
:label="componentOptions.label"
178174
:loading="item.loading"
179175
:loading-wait="componentOptions.loadingWait"
@@ -239,7 +235,6 @@
239235
:hide-cancel-icon="componentOptions.hideCancelIcon"
240236
:icon-false-title="componentOptions.iconFalseTitle"
241237
:icon-true-title="componentOptions.iconTrueTitle"
242-
:item="item"
243238
:label="componentOptions.label"
244239
:loading="item.loading"
245240
:loading-wait="componentOptions.loadingWait"

src/stores/props.ts

-6
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ const sharedProps = [
170170
name: 'hide-details',
171171
type: 'boolean'
172172
},
173-
{
174-
default: () => ({}),
175-
desc: 'The item object',
176-
name: 'item',
177-
type: 'Record<string, unknown>',
178-
},
179173
{
180174
default: undefined,
181175
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',

0 commit comments

Comments
 (0)