@dpa-id-components/dpa-shared-components 12.0.2 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +5 -5
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +5 -5
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +13 -1
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +2689 -33
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +28 -28
- package/dist/components/UiDialog/UiDialog.stories.d.ts +214 -2
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +97 -18
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +120 -2
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +76 -2
- package/dist/components/UiIcon/UiIcon.stories.d.ts +1 -16
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +50 -2
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +98 -2
- package/dist/components/UiInput/UiInput.stories.d.ts +368 -29
- package/dist/components/UiInput/UiInput.vue.d.ts +2 -2
- package/dist/components/UiList/UiList.stories.d.ts +2 -281
- package/dist/components/UiListItem/UiListItem.stories.d.ts +226 -2
- package/dist/components/UiMenu/UiMenu.stories.d.ts +38 -181
- package/dist/components/UiMenu/UiMenu.vue.d.ts +2 -2
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +54 -2
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +78 -2
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +64 -2
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +11 -292
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +2 -4
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +162 -2
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +44 -2
- package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +26 -2
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +143 -3
- package/dist/components/UiSpinner/UiSpinner.stories.d.ts +20 -2
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +11 -5
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +4 -2
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +200 -2
- package/dist/dpa-shared-components.mjs +5884 -5869
- package/dist/dpa-shared-components.umd.js +4 -4
- package/dist/style.css +1 -1
- package/dist/tailwind/tailwind.config.d.cts +3 -211
- package/dist/tailwind.config.cjs +7 -3
- package/package.json +4 -4
|
@@ -133,7 +133,6 @@ declare const meta: {
|
|
|
133
133
|
};
|
|
134
134
|
});
|
|
135
135
|
};
|
|
136
|
-
argTypes: {};
|
|
137
136
|
parameters: {
|
|
138
137
|
backgrounds: {
|
|
139
138
|
default: string;
|
|
@@ -143,283 +142,5 @@ declare const meta: {
|
|
|
143
142
|
export default meta;
|
|
144
143
|
type Story = StoryObj<typeof meta>;
|
|
145
144
|
export declare const Default: Story;
|
|
146
|
-
export declare const WithCheckboxes:
|
|
147
|
-
|
|
148
|
-
setup(): {
|
|
149
|
-
args: any;
|
|
150
|
-
};
|
|
151
|
-
components: {
|
|
152
|
-
UiList: {
|
|
153
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
|
|
154
|
-
P: {};
|
|
155
|
-
B: {};
|
|
156
|
-
D: {};
|
|
157
|
-
C: {};
|
|
158
|
-
M: {};
|
|
159
|
-
Defaults: {};
|
|
160
|
-
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
161
|
-
__isFragment?: never;
|
|
162
|
-
__isTeleport?: never;
|
|
163
|
-
__isSuspense?: never;
|
|
164
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
165
|
-
$slots: {
|
|
166
|
-
default?(_: {}): any;
|
|
167
|
-
};
|
|
168
|
-
});
|
|
169
|
-
UiListItem: {
|
|
170
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
171
|
-
value?: any;
|
|
172
|
-
checkBoxMenu?: boolean;
|
|
173
|
-
isChecked?: boolean;
|
|
174
|
-
selected?: boolean;
|
|
175
|
-
selectable?: boolean;
|
|
176
|
-
overrideClasses?: string;
|
|
177
|
-
checkBoxColor?: "blue" | "gray";
|
|
178
|
-
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
179
|
-
imageSrc?: string;
|
|
180
|
-
imageShape?: "rounded" | "square";
|
|
181
|
-
iconSize?: "small" | "medium" | "large";
|
|
182
|
-
checkboxSize?: "small" | "medium";
|
|
183
|
-
disabled?: boolean;
|
|
184
|
-
}> & Readonly<{
|
|
185
|
-
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
186
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
187
|
-
"list-item-click": (...args: any[]) => void;
|
|
188
|
-
}, import('vue').PublicProps, {
|
|
189
|
-
disabled: boolean;
|
|
190
|
-
value: any;
|
|
191
|
-
checkBoxMenu: boolean;
|
|
192
|
-
isChecked: boolean;
|
|
193
|
-
selected: boolean;
|
|
194
|
-
selectable: boolean;
|
|
195
|
-
overrideClasses: string;
|
|
196
|
-
checkBoxColor: "blue" | "gray";
|
|
197
|
-
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
198
|
-
imageSrc: string;
|
|
199
|
-
imageShape: "rounded" | "square";
|
|
200
|
-
iconSize: "small" | "medium" | "large";
|
|
201
|
-
checkboxSize: "small" | "medium";
|
|
202
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
203
|
-
itemEl: HTMLLIElement;
|
|
204
|
-
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
205
|
-
P: {};
|
|
206
|
-
B: {};
|
|
207
|
-
D: {};
|
|
208
|
-
C: {};
|
|
209
|
-
M: {};
|
|
210
|
-
Defaults: {};
|
|
211
|
-
}, Readonly<{
|
|
212
|
-
value?: any;
|
|
213
|
-
checkBoxMenu?: boolean;
|
|
214
|
-
isChecked?: boolean;
|
|
215
|
-
selected?: boolean;
|
|
216
|
-
selectable?: boolean;
|
|
217
|
-
overrideClasses?: string;
|
|
218
|
-
checkBoxColor?: "blue" | "gray";
|
|
219
|
-
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
220
|
-
imageSrc?: string;
|
|
221
|
-
imageShape?: "rounded" | "square";
|
|
222
|
-
iconSize?: "small" | "medium" | "large";
|
|
223
|
-
checkboxSize?: "small" | "medium";
|
|
224
|
-
disabled?: boolean;
|
|
225
|
-
}> & Readonly<{
|
|
226
|
-
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
227
|
-
}>, {}, {}, {}, {}, {
|
|
228
|
-
disabled: boolean;
|
|
229
|
-
value: any;
|
|
230
|
-
checkBoxMenu: boolean;
|
|
231
|
-
isChecked: boolean;
|
|
232
|
-
selected: boolean;
|
|
233
|
-
selectable: boolean;
|
|
234
|
-
overrideClasses: string;
|
|
235
|
-
checkBoxColor: "blue" | "gray";
|
|
236
|
-
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
237
|
-
imageSrc: string;
|
|
238
|
-
imageShape: "rounded" | "square";
|
|
239
|
-
iconSize: "small" | "medium" | "large";
|
|
240
|
-
checkboxSize: "small" | "medium";
|
|
241
|
-
}>;
|
|
242
|
-
__isFragment?: never;
|
|
243
|
-
__isTeleport?: never;
|
|
244
|
-
__isSuspense?: never;
|
|
245
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
246
|
-
value?: any;
|
|
247
|
-
checkBoxMenu?: boolean;
|
|
248
|
-
isChecked?: boolean;
|
|
249
|
-
selected?: boolean;
|
|
250
|
-
selectable?: boolean;
|
|
251
|
-
overrideClasses?: string;
|
|
252
|
-
checkBoxColor?: "blue" | "gray";
|
|
253
|
-
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
254
|
-
imageSrc?: string;
|
|
255
|
-
imageShape?: "rounded" | "square";
|
|
256
|
-
iconSize?: "small" | "medium" | "large";
|
|
257
|
-
checkboxSize?: "small" | "medium";
|
|
258
|
-
disabled?: boolean;
|
|
259
|
-
}> & Readonly<{
|
|
260
|
-
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
261
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
262
|
-
"list-item-click": (...args: any[]) => void;
|
|
263
|
-
}, string, {
|
|
264
|
-
disabled: boolean;
|
|
265
|
-
value: any;
|
|
266
|
-
checkBoxMenu: boolean;
|
|
267
|
-
isChecked: boolean;
|
|
268
|
-
selected: boolean;
|
|
269
|
-
selectable: boolean;
|
|
270
|
-
overrideClasses: string;
|
|
271
|
-
checkBoxColor: "blue" | "gray";
|
|
272
|
-
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
273
|
-
imageSrc: string;
|
|
274
|
-
imageShape: "rounded" | "square";
|
|
275
|
-
iconSize: "small" | "medium" | "large";
|
|
276
|
-
checkboxSize: "small" | "medium";
|
|
277
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
278
|
-
$slots: {
|
|
279
|
-
default?(_: {}): any;
|
|
280
|
-
};
|
|
281
|
-
});
|
|
282
|
-
};
|
|
283
|
-
template: string;
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
export declare const WithCheckmark: {
|
|
287
|
-
render: (args: any) => {
|
|
288
|
-
setup(): {
|
|
289
|
-
args: any;
|
|
290
|
-
};
|
|
291
|
-
components: {
|
|
292
|
-
UiList: {
|
|
293
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
|
|
294
|
-
P: {};
|
|
295
|
-
B: {};
|
|
296
|
-
D: {};
|
|
297
|
-
C: {};
|
|
298
|
-
M: {};
|
|
299
|
-
Defaults: {};
|
|
300
|
-
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
301
|
-
__isFragment?: never;
|
|
302
|
-
__isTeleport?: never;
|
|
303
|
-
__isSuspense?: never;
|
|
304
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
305
|
-
$slots: {
|
|
306
|
-
default?(_: {}): any;
|
|
307
|
-
};
|
|
308
|
-
});
|
|
309
|
-
UiListItem: {
|
|
310
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
311
|
-
value?: any;
|
|
312
|
-
checkBoxMenu?: boolean;
|
|
313
|
-
isChecked?: boolean;
|
|
314
|
-
selected?: boolean;
|
|
315
|
-
selectable?: boolean;
|
|
316
|
-
overrideClasses?: string;
|
|
317
|
-
checkBoxColor?: "blue" | "gray";
|
|
318
|
-
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
319
|
-
imageSrc?: string;
|
|
320
|
-
imageShape?: "rounded" | "square";
|
|
321
|
-
iconSize?: "small" | "medium" | "large";
|
|
322
|
-
checkboxSize?: "small" | "medium";
|
|
323
|
-
disabled?: boolean;
|
|
324
|
-
}> & Readonly<{
|
|
325
|
-
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
326
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
327
|
-
"list-item-click": (...args: any[]) => void;
|
|
328
|
-
}, import('vue').PublicProps, {
|
|
329
|
-
disabled: boolean;
|
|
330
|
-
value: any;
|
|
331
|
-
checkBoxMenu: boolean;
|
|
332
|
-
isChecked: boolean;
|
|
333
|
-
selected: boolean;
|
|
334
|
-
selectable: boolean;
|
|
335
|
-
overrideClasses: string;
|
|
336
|
-
checkBoxColor: "blue" | "gray";
|
|
337
|
-
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
338
|
-
imageSrc: string;
|
|
339
|
-
imageShape: "rounded" | "square";
|
|
340
|
-
iconSize: "small" | "medium" | "large";
|
|
341
|
-
checkboxSize: "small" | "medium";
|
|
342
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
343
|
-
itemEl: HTMLLIElement;
|
|
344
|
-
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
345
|
-
P: {};
|
|
346
|
-
B: {};
|
|
347
|
-
D: {};
|
|
348
|
-
C: {};
|
|
349
|
-
M: {};
|
|
350
|
-
Defaults: {};
|
|
351
|
-
}, Readonly<{
|
|
352
|
-
value?: any;
|
|
353
|
-
checkBoxMenu?: boolean;
|
|
354
|
-
isChecked?: boolean;
|
|
355
|
-
selected?: boolean;
|
|
356
|
-
selectable?: boolean;
|
|
357
|
-
overrideClasses?: string;
|
|
358
|
-
checkBoxColor?: "blue" | "gray";
|
|
359
|
-
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
360
|
-
imageSrc?: string;
|
|
361
|
-
imageShape?: "rounded" | "square";
|
|
362
|
-
iconSize?: "small" | "medium" | "large";
|
|
363
|
-
checkboxSize?: "small" | "medium";
|
|
364
|
-
disabled?: boolean;
|
|
365
|
-
}> & Readonly<{
|
|
366
|
-
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
367
|
-
}>, {}, {}, {}, {}, {
|
|
368
|
-
disabled: boolean;
|
|
369
|
-
value: any;
|
|
370
|
-
checkBoxMenu: boolean;
|
|
371
|
-
isChecked: boolean;
|
|
372
|
-
selected: boolean;
|
|
373
|
-
selectable: boolean;
|
|
374
|
-
overrideClasses: string;
|
|
375
|
-
checkBoxColor: "blue" | "gray";
|
|
376
|
-
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
377
|
-
imageSrc: string;
|
|
378
|
-
imageShape: "rounded" | "square";
|
|
379
|
-
iconSize: "small" | "medium" | "large";
|
|
380
|
-
checkboxSize: "small" | "medium";
|
|
381
|
-
}>;
|
|
382
|
-
__isFragment?: never;
|
|
383
|
-
__isTeleport?: never;
|
|
384
|
-
__isSuspense?: never;
|
|
385
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
386
|
-
value?: any;
|
|
387
|
-
checkBoxMenu?: boolean;
|
|
388
|
-
isChecked?: boolean;
|
|
389
|
-
selected?: boolean;
|
|
390
|
-
selectable?: boolean;
|
|
391
|
-
overrideClasses?: string;
|
|
392
|
-
checkBoxColor?: "blue" | "gray";
|
|
393
|
-
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
394
|
-
imageSrc?: string;
|
|
395
|
-
imageShape?: "rounded" | "square";
|
|
396
|
-
iconSize?: "small" | "medium" | "large";
|
|
397
|
-
checkboxSize?: "small" | "medium";
|
|
398
|
-
disabled?: boolean;
|
|
399
|
-
}> & Readonly<{
|
|
400
|
-
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
401
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
402
|
-
"list-item-click": (...args: any[]) => void;
|
|
403
|
-
}, string, {
|
|
404
|
-
disabled: boolean;
|
|
405
|
-
value: any;
|
|
406
|
-
checkBoxMenu: boolean;
|
|
407
|
-
isChecked: boolean;
|
|
408
|
-
selected: boolean;
|
|
409
|
-
selectable: boolean;
|
|
410
|
-
overrideClasses: string;
|
|
411
|
-
checkBoxColor: "blue" | "gray";
|
|
412
|
-
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
413
|
-
imageSrc: string;
|
|
414
|
-
imageShape: "rounded" | "square";
|
|
415
|
-
iconSize: "small" | "medium" | "large";
|
|
416
|
-
checkboxSize: "small" | "medium";
|
|
417
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
418
|
-
$slots: {
|
|
419
|
-
default?(_: {}): any;
|
|
420
|
-
};
|
|
421
|
-
});
|
|
422
|
-
};
|
|
423
|
-
template: string;
|
|
424
|
-
};
|
|
425
|
-
};
|
|
145
|
+
export declare const WithCheckboxes: Story;
|
|
146
|
+
export declare const WithCheckmark: Story;
|
|
@@ -165,9 +165,233 @@ declare const meta: {
|
|
|
165
165
|
disabled: false;
|
|
166
166
|
overrideClasses: string;
|
|
167
167
|
};
|
|
168
|
-
render: (args:
|
|
168
|
+
render: (args: import('@storybook/vue3').ComponentPropsAndSlots<{
|
|
169
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
170
|
+
value?: any;
|
|
171
|
+
checkBoxMenu?: boolean;
|
|
172
|
+
isChecked?: boolean;
|
|
173
|
+
selected?: boolean;
|
|
174
|
+
selectable?: boolean;
|
|
175
|
+
overrideClasses?: string;
|
|
176
|
+
checkBoxColor?: "blue" | "gray";
|
|
177
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
178
|
+
imageSrc?: string;
|
|
179
|
+
imageShape?: "rounded" | "square";
|
|
180
|
+
iconSize?: "small" | "medium" | "large";
|
|
181
|
+
checkboxSize?: "small" | "medium";
|
|
182
|
+
disabled?: boolean;
|
|
183
|
+
}> & Readonly<{
|
|
184
|
+
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
185
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
186
|
+
"list-item-click": (...args: any[]) => void;
|
|
187
|
+
}, import('vue').PublicProps, {
|
|
188
|
+
disabled: boolean;
|
|
189
|
+
value: any;
|
|
190
|
+
checkBoxMenu: boolean;
|
|
191
|
+
isChecked: boolean;
|
|
192
|
+
selected: boolean;
|
|
193
|
+
selectable: boolean;
|
|
194
|
+
overrideClasses: string;
|
|
195
|
+
checkBoxColor: "blue" | "gray";
|
|
196
|
+
iconName: (typeof iconNames)[number] | null;
|
|
197
|
+
imageSrc: string;
|
|
198
|
+
imageShape: "rounded" | "square";
|
|
199
|
+
iconSize: "small" | "medium" | "large";
|
|
200
|
+
checkboxSize: "small" | "medium";
|
|
201
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
202
|
+
itemEl: HTMLLIElement;
|
|
203
|
+
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
204
|
+
P: {};
|
|
205
|
+
B: {};
|
|
206
|
+
D: {};
|
|
207
|
+
C: {};
|
|
208
|
+
M: {};
|
|
209
|
+
Defaults: {};
|
|
210
|
+
}, Readonly<{
|
|
211
|
+
value?: any;
|
|
212
|
+
checkBoxMenu?: boolean;
|
|
213
|
+
isChecked?: boolean;
|
|
214
|
+
selected?: boolean;
|
|
215
|
+
selectable?: boolean;
|
|
216
|
+
overrideClasses?: string;
|
|
217
|
+
checkBoxColor?: "blue" | "gray";
|
|
218
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
219
|
+
imageSrc?: string;
|
|
220
|
+
imageShape?: "rounded" | "square";
|
|
221
|
+
iconSize?: "small" | "medium" | "large";
|
|
222
|
+
checkboxSize?: "small" | "medium";
|
|
223
|
+
disabled?: boolean;
|
|
224
|
+
}> & Readonly<{
|
|
225
|
+
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
226
|
+
}>, {}, {}, {}, {}, {
|
|
227
|
+
disabled: boolean;
|
|
228
|
+
value: any;
|
|
229
|
+
checkBoxMenu: boolean;
|
|
230
|
+
isChecked: boolean;
|
|
231
|
+
selected: boolean;
|
|
232
|
+
selectable: boolean;
|
|
233
|
+
overrideClasses: string;
|
|
234
|
+
checkBoxColor: "blue" | "gray";
|
|
235
|
+
iconName: (typeof iconNames)[number] | null;
|
|
236
|
+
imageSrc: string;
|
|
237
|
+
imageShape: "rounded" | "square";
|
|
238
|
+
iconSize: "small" | "medium" | "large";
|
|
239
|
+
checkboxSize: "small" | "medium";
|
|
240
|
+
}>;
|
|
241
|
+
__isFragment?: never;
|
|
242
|
+
__isTeleport?: never;
|
|
243
|
+
__isSuspense?: never;
|
|
244
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
245
|
+
value?: any;
|
|
246
|
+
checkBoxMenu?: boolean;
|
|
247
|
+
isChecked?: boolean;
|
|
248
|
+
selected?: boolean;
|
|
249
|
+
selectable?: boolean;
|
|
250
|
+
overrideClasses?: string;
|
|
251
|
+
checkBoxColor?: "blue" | "gray";
|
|
252
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
253
|
+
imageSrc?: string;
|
|
254
|
+
imageShape?: "rounded" | "square";
|
|
255
|
+
iconSize?: "small" | "medium" | "large";
|
|
256
|
+
checkboxSize?: "small" | "medium";
|
|
257
|
+
disabled?: boolean;
|
|
258
|
+
}> & Readonly<{
|
|
259
|
+
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
260
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
261
|
+
"list-item-click": (...args: any[]) => void;
|
|
262
|
+
}, string, {
|
|
263
|
+
disabled: boolean;
|
|
264
|
+
value: any;
|
|
265
|
+
checkBoxMenu: boolean;
|
|
266
|
+
isChecked: boolean;
|
|
267
|
+
selected: boolean;
|
|
268
|
+
selectable: boolean;
|
|
269
|
+
overrideClasses: string;
|
|
270
|
+
checkBoxColor: "blue" | "gray";
|
|
271
|
+
iconName: (typeof iconNames)[number] | null;
|
|
272
|
+
imageSrc: string;
|
|
273
|
+
imageShape: "rounded" | "square";
|
|
274
|
+
iconSize: "small" | "medium" | "large";
|
|
275
|
+
checkboxSize: "small" | "medium";
|
|
276
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
277
|
+
$slots: {
|
|
278
|
+
default?(_: {}): any;
|
|
279
|
+
};
|
|
280
|
+
})>) => {
|
|
169
281
|
setup(this: void): {
|
|
170
|
-
args:
|
|
282
|
+
args: import('@storybook/vue3').ComponentPropsAndSlots<{
|
|
283
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
284
|
+
value?: any;
|
|
285
|
+
checkBoxMenu?: boolean;
|
|
286
|
+
isChecked?: boolean;
|
|
287
|
+
selected?: boolean;
|
|
288
|
+
selectable?: boolean;
|
|
289
|
+
overrideClasses?: string;
|
|
290
|
+
checkBoxColor?: "blue" | "gray";
|
|
291
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
292
|
+
imageSrc?: string;
|
|
293
|
+
imageShape?: "rounded" | "square";
|
|
294
|
+
iconSize?: "small" | "medium" | "large";
|
|
295
|
+
checkboxSize?: "small" | "medium";
|
|
296
|
+
disabled?: boolean;
|
|
297
|
+
}> & Readonly<{
|
|
298
|
+
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
299
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
300
|
+
"list-item-click": (...args: any[]) => void;
|
|
301
|
+
}, import('vue').PublicProps, {
|
|
302
|
+
disabled: boolean;
|
|
303
|
+
value: any;
|
|
304
|
+
checkBoxMenu: boolean;
|
|
305
|
+
isChecked: boolean;
|
|
306
|
+
selected: boolean;
|
|
307
|
+
selectable: boolean;
|
|
308
|
+
overrideClasses: string;
|
|
309
|
+
checkBoxColor: "blue" | "gray";
|
|
310
|
+
iconName: (typeof iconNames)[number] | null;
|
|
311
|
+
imageSrc: string;
|
|
312
|
+
imageShape: "rounded" | "square";
|
|
313
|
+
iconSize: "small" | "medium" | "large";
|
|
314
|
+
checkboxSize: "small" | "medium";
|
|
315
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
316
|
+
itemEl: HTMLLIElement;
|
|
317
|
+
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
318
|
+
P: {};
|
|
319
|
+
B: {};
|
|
320
|
+
D: {};
|
|
321
|
+
C: {};
|
|
322
|
+
M: {};
|
|
323
|
+
Defaults: {};
|
|
324
|
+
}, Readonly<{
|
|
325
|
+
value?: any;
|
|
326
|
+
checkBoxMenu?: boolean;
|
|
327
|
+
isChecked?: boolean;
|
|
328
|
+
selected?: boolean;
|
|
329
|
+
selectable?: boolean;
|
|
330
|
+
overrideClasses?: string;
|
|
331
|
+
checkBoxColor?: "blue" | "gray";
|
|
332
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
333
|
+
imageSrc?: string;
|
|
334
|
+
imageShape?: "rounded" | "square";
|
|
335
|
+
iconSize?: "small" | "medium" | "large";
|
|
336
|
+
checkboxSize?: "small" | "medium";
|
|
337
|
+
disabled?: boolean;
|
|
338
|
+
}> & Readonly<{
|
|
339
|
+
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
340
|
+
}>, {}, {}, {}, {}, {
|
|
341
|
+
disabled: boolean;
|
|
342
|
+
value: any;
|
|
343
|
+
checkBoxMenu: boolean;
|
|
344
|
+
isChecked: boolean;
|
|
345
|
+
selected: boolean;
|
|
346
|
+
selectable: boolean;
|
|
347
|
+
overrideClasses: string;
|
|
348
|
+
checkBoxColor: "blue" | "gray";
|
|
349
|
+
iconName: (typeof iconNames)[number] | null;
|
|
350
|
+
imageSrc: string;
|
|
351
|
+
imageShape: "rounded" | "square";
|
|
352
|
+
iconSize: "small" | "medium" | "large";
|
|
353
|
+
checkboxSize: "small" | "medium";
|
|
354
|
+
}>;
|
|
355
|
+
__isFragment?: never;
|
|
356
|
+
__isTeleport?: never;
|
|
357
|
+
__isSuspense?: never;
|
|
358
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
359
|
+
value?: any;
|
|
360
|
+
checkBoxMenu?: boolean;
|
|
361
|
+
isChecked?: boolean;
|
|
362
|
+
selected?: boolean;
|
|
363
|
+
selectable?: boolean;
|
|
364
|
+
overrideClasses?: string;
|
|
365
|
+
checkBoxColor?: "blue" | "gray";
|
|
366
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
367
|
+
imageSrc?: string;
|
|
368
|
+
imageShape?: "rounded" | "square";
|
|
369
|
+
iconSize?: "small" | "medium" | "large";
|
|
370
|
+
checkboxSize?: "small" | "medium";
|
|
371
|
+
disabled?: boolean;
|
|
372
|
+
}> & Readonly<{
|
|
373
|
+
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
374
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
375
|
+
"list-item-click": (...args: any[]) => void;
|
|
376
|
+
}, string, {
|
|
377
|
+
disabled: boolean;
|
|
378
|
+
value: any;
|
|
379
|
+
checkBoxMenu: boolean;
|
|
380
|
+
isChecked: boolean;
|
|
381
|
+
selected: boolean;
|
|
382
|
+
selectable: boolean;
|
|
383
|
+
overrideClasses: string;
|
|
384
|
+
checkBoxColor: "blue" | "gray";
|
|
385
|
+
iconName: (typeof iconNames)[number] | null;
|
|
386
|
+
imageSrc: string;
|
|
387
|
+
imageShape: "rounded" | "square";
|
|
388
|
+
iconSize: "small" | "medium" | "large";
|
|
389
|
+
checkboxSize: "small" | "medium";
|
|
390
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
391
|
+
$slots: {
|
|
392
|
+
default?(_: {}): any;
|
|
393
|
+
};
|
|
394
|
+
})>;
|
|
171
395
|
};
|
|
172
396
|
components: {
|
|
173
397
|
UiListItem: {
|