@dpa-id-components/dpa-shared-components 9.1.1-0 → 9.1.1
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/UiBadge/UiBadge.stories.d.ts +7 -7
- package/dist/components/UiBadge/UiBadge.vue.d.ts +3 -3
- package/dist/components/UiButton/UiButton.stories.d.ts +38 -38
- package/dist/components/UiButton/UiButton.vue.d.ts +4 -4
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +19 -19
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +1 -1
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +14 -14
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +46 -46
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +28 -28
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +4 -4
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +66 -66
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +6 -6
- package/dist/components/UiList/UiList.stories.d.ts +57 -57
- package/dist/components/UiListItem/UiListItem.stories.d.ts +38 -38
- package/dist/components/UiListItem/UiListItem.vue.d.ts +1 -1
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +38 -38
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +66 -66
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +3 -3
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +19 -19
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/dpa-shared-components.mjs +6024 -6376
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -80,10 +80,6 @@ declare const meta: {
|
|
|
80
80
|
});
|
|
81
81
|
UiListItem: {
|
|
82
82
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
83
|
-
iconName: {
|
|
84
|
-
type: import("vue").PropType<string | null>;
|
|
85
|
-
default: null;
|
|
86
|
-
};
|
|
87
83
|
disabled: {
|
|
88
84
|
type: import("vue").PropType<boolean>;
|
|
89
85
|
default: boolean;
|
|
@@ -116,6 +112,10 @@ declare const meta: {
|
|
|
116
112
|
type: import("vue").PropType<"blue" | "gray">;
|
|
117
113
|
default: string;
|
|
118
114
|
};
|
|
115
|
+
iconName: {
|
|
116
|
+
type: import("vue").PropType<string | null>;
|
|
117
|
+
default: null;
|
|
118
|
+
};
|
|
119
119
|
imageSrc: {
|
|
120
120
|
type: import("vue").PropType<string>;
|
|
121
121
|
default: string;
|
|
@@ -137,10 +137,6 @@ declare const meta: {
|
|
|
137
137
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
138
138
|
"list-item-click": (...args: any[]) => void;
|
|
139
139
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
140
|
-
iconName: {
|
|
141
|
-
type: import("vue").PropType<string | null>;
|
|
142
|
-
default: null;
|
|
143
|
-
};
|
|
144
140
|
disabled: {
|
|
145
141
|
type: import("vue").PropType<boolean>;
|
|
146
142
|
default: boolean;
|
|
@@ -173,6 +169,10 @@ declare const meta: {
|
|
|
173
169
|
type: import("vue").PropType<"blue" | "gray">;
|
|
174
170
|
default: string;
|
|
175
171
|
};
|
|
172
|
+
iconName: {
|
|
173
|
+
type: import("vue").PropType<string | null>;
|
|
174
|
+
default: null;
|
|
175
|
+
};
|
|
176
176
|
imageSrc: {
|
|
177
177
|
type: import("vue").PropType<string>;
|
|
178
178
|
default: string;
|
|
@@ -192,7 +192,6 @@ declare const meta: {
|
|
|
192
192
|
}>> & {
|
|
193
193
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
iconName: string | null;
|
|
196
195
|
disabled: boolean;
|
|
197
196
|
value: any;
|
|
198
197
|
checkBoxMenu: boolean;
|
|
@@ -201,6 +200,7 @@ declare const meta: {
|
|
|
201
200
|
selectable: boolean;
|
|
202
201
|
overrideClasses: string;
|
|
203
202
|
checkBoxColor: "blue" | "gray";
|
|
203
|
+
iconName: string | null;
|
|
204
204
|
imageSrc: string;
|
|
205
205
|
imageShape: "rounded" | "square";
|
|
206
206
|
iconSize: "small" | "medium" | "large";
|
|
@@ -213,10 +213,6 @@ declare const meta: {
|
|
|
213
213
|
M: {};
|
|
214
214
|
Defaults: {};
|
|
215
215
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
216
|
-
iconName: {
|
|
217
|
-
type: import("vue").PropType<string | null>;
|
|
218
|
-
default: null;
|
|
219
|
-
};
|
|
220
216
|
disabled: {
|
|
221
217
|
type: import("vue").PropType<boolean>;
|
|
222
218
|
default: boolean;
|
|
@@ -249,6 +245,10 @@ declare const meta: {
|
|
|
249
245
|
type: import("vue").PropType<"blue" | "gray">;
|
|
250
246
|
default: string;
|
|
251
247
|
};
|
|
248
|
+
iconName: {
|
|
249
|
+
type: import("vue").PropType<string | null>;
|
|
250
|
+
default: null;
|
|
251
|
+
};
|
|
252
252
|
imageSrc: {
|
|
253
253
|
type: import("vue").PropType<string>;
|
|
254
254
|
default: string;
|
|
@@ -268,7 +268,6 @@ declare const meta: {
|
|
|
268
268
|
}>> & {
|
|
269
269
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
270
270
|
}, {}, {}, {}, {}, {
|
|
271
|
-
iconName: string | null;
|
|
272
271
|
disabled: boolean;
|
|
273
272
|
value: any;
|
|
274
273
|
checkBoxMenu: boolean;
|
|
@@ -277,6 +276,7 @@ declare const meta: {
|
|
|
277
276
|
selectable: boolean;
|
|
278
277
|
overrideClasses: string;
|
|
279
278
|
checkBoxColor: "blue" | "gray";
|
|
279
|
+
iconName: string | null;
|
|
280
280
|
imageSrc: string;
|
|
281
281
|
imageShape: "rounded" | "square";
|
|
282
282
|
iconSize: "small" | "medium" | "large";
|
|
@@ -286,10 +286,6 @@ declare const meta: {
|
|
|
286
286
|
__isTeleport?: undefined;
|
|
287
287
|
__isSuspense?: undefined;
|
|
288
288
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
289
|
-
iconName: {
|
|
290
|
-
type: import("vue").PropType<string | null>;
|
|
291
|
-
default: null;
|
|
292
|
-
};
|
|
293
289
|
disabled: {
|
|
294
290
|
type: import("vue").PropType<boolean>;
|
|
295
291
|
default: boolean;
|
|
@@ -322,6 +318,10 @@ declare const meta: {
|
|
|
322
318
|
type: import("vue").PropType<"blue" | "gray">;
|
|
323
319
|
default: string;
|
|
324
320
|
};
|
|
321
|
+
iconName: {
|
|
322
|
+
type: import("vue").PropType<string | null>;
|
|
323
|
+
default: null;
|
|
324
|
+
};
|
|
325
325
|
imageSrc: {
|
|
326
326
|
type: import("vue").PropType<string>;
|
|
327
327
|
default: string;
|
|
@@ -343,7 +343,6 @@ declare const meta: {
|
|
|
343
343
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
344
344
|
"list-item-click": (...args: any[]) => void;
|
|
345
345
|
}, string, {
|
|
346
|
-
iconName: string | null;
|
|
347
346
|
disabled: boolean;
|
|
348
347
|
value: any;
|
|
349
348
|
checkBoxMenu: boolean;
|
|
@@ -352,6 +351,7 @@ declare const meta: {
|
|
|
352
351
|
selectable: boolean;
|
|
353
352
|
overrideClasses: string;
|
|
354
353
|
checkBoxColor: "blue" | "gray";
|
|
354
|
+
iconName: string | null;
|
|
355
355
|
imageSrc: string;
|
|
356
356
|
imageShape: "rounded" | "square";
|
|
357
357
|
iconSize: "small" | "medium" | "large";
|
|
@@ -453,10 +453,6 @@ declare const meta: {
|
|
|
453
453
|
});
|
|
454
454
|
UiListItem: {
|
|
455
455
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
456
|
-
iconName: {
|
|
457
|
-
type: import("vue").PropType<string | null>;
|
|
458
|
-
default: null;
|
|
459
|
-
};
|
|
460
456
|
disabled: {
|
|
461
457
|
type: import("vue").PropType<boolean>;
|
|
462
458
|
default: boolean;
|
|
@@ -489,6 +485,10 @@ declare const meta: {
|
|
|
489
485
|
type: import("vue").PropType<"blue" | "gray">;
|
|
490
486
|
default: string;
|
|
491
487
|
};
|
|
488
|
+
iconName: {
|
|
489
|
+
type: import("vue").PropType<string | null>;
|
|
490
|
+
default: null;
|
|
491
|
+
};
|
|
492
492
|
imageSrc: {
|
|
493
493
|
type: import("vue").PropType<string>;
|
|
494
494
|
default: string;
|
|
@@ -510,10 +510,6 @@ declare const meta: {
|
|
|
510
510
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
511
511
|
"list-item-click": (...args: any[]) => void;
|
|
512
512
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
513
|
-
iconName: {
|
|
514
|
-
type: import("vue").PropType<string | null>;
|
|
515
|
-
default: null;
|
|
516
|
-
};
|
|
517
513
|
disabled: {
|
|
518
514
|
type: import("vue").PropType<boolean>;
|
|
519
515
|
default: boolean;
|
|
@@ -546,6 +542,10 @@ declare const meta: {
|
|
|
546
542
|
type: import("vue").PropType<"blue" | "gray">;
|
|
547
543
|
default: string;
|
|
548
544
|
};
|
|
545
|
+
iconName: {
|
|
546
|
+
type: import("vue").PropType<string | null>;
|
|
547
|
+
default: null;
|
|
548
|
+
};
|
|
549
549
|
imageSrc: {
|
|
550
550
|
type: import("vue").PropType<string>;
|
|
551
551
|
default: string;
|
|
@@ -565,7 +565,6 @@ declare const meta: {
|
|
|
565
565
|
}>> & {
|
|
566
566
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
567
567
|
}, {
|
|
568
|
-
iconName: string | null;
|
|
569
568
|
disabled: boolean;
|
|
570
569
|
value: any;
|
|
571
570
|
checkBoxMenu: boolean;
|
|
@@ -574,6 +573,7 @@ declare const meta: {
|
|
|
574
573
|
selectable: boolean;
|
|
575
574
|
overrideClasses: string;
|
|
576
575
|
checkBoxColor: "blue" | "gray";
|
|
576
|
+
iconName: string | null;
|
|
577
577
|
imageSrc: string;
|
|
578
578
|
imageShape: "rounded" | "square";
|
|
579
579
|
iconSize: "small" | "medium" | "large";
|
|
@@ -586,10 +586,6 @@ declare const meta: {
|
|
|
586
586
|
M: {};
|
|
587
587
|
Defaults: {};
|
|
588
588
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
589
|
-
iconName: {
|
|
590
|
-
type: import("vue").PropType<string | null>;
|
|
591
|
-
default: null;
|
|
592
|
-
};
|
|
593
589
|
disabled: {
|
|
594
590
|
type: import("vue").PropType<boolean>;
|
|
595
591
|
default: boolean;
|
|
@@ -622,6 +618,10 @@ declare const meta: {
|
|
|
622
618
|
type: import("vue").PropType<"blue" | "gray">;
|
|
623
619
|
default: string;
|
|
624
620
|
};
|
|
621
|
+
iconName: {
|
|
622
|
+
type: import("vue").PropType<string | null>;
|
|
623
|
+
default: null;
|
|
624
|
+
};
|
|
625
625
|
imageSrc: {
|
|
626
626
|
type: import("vue").PropType<string>;
|
|
627
627
|
default: string;
|
|
@@ -641,7 +641,6 @@ declare const meta: {
|
|
|
641
641
|
}>> & {
|
|
642
642
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
643
643
|
}, {}, {}, {}, {}, {
|
|
644
|
-
iconName: string | null;
|
|
645
644
|
disabled: boolean;
|
|
646
645
|
value: any;
|
|
647
646
|
checkBoxMenu: boolean;
|
|
@@ -650,6 +649,7 @@ declare const meta: {
|
|
|
650
649
|
selectable: boolean;
|
|
651
650
|
overrideClasses: string;
|
|
652
651
|
checkBoxColor: "blue" | "gray";
|
|
652
|
+
iconName: string | null;
|
|
653
653
|
imageSrc: string;
|
|
654
654
|
imageShape: "rounded" | "square";
|
|
655
655
|
iconSize: "small" | "medium" | "large";
|
|
@@ -659,10 +659,6 @@ declare const meta: {
|
|
|
659
659
|
__isTeleport?: undefined;
|
|
660
660
|
__isSuspense?: undefined;
|
|
661
661
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
662
|
-
iconName: {
|
|
663
|
-
type: import("vue").PropType<string | null>;
|
|
664
|
-
default: null;
|
|
665
|
-
};
|
|
666
662
|
disabled: {
|
|
667
663
|
type: import("vue").PropType<boolean>;
|
|
668
664
|
default: boolean;
|
|
@@ -695,6 +691,10 @@ declare const meta: {
|
|
|
695
691
|
type: import("vue").PropType<"blue" | "gray">;
|
|
696
692
|
default: string;
|
|
697
693
|
};
|
|
694
|
+
iconName: {
|
|
695
|
+
type: import("vue").PropType<string | null>;
|
|
696
|
+
default: null;
|
|
697
|
+
};
|
|
698
698
|
imageSrc: {
|
|
699
699
|
type: import("vue").PropType<string>;
|
|
700
700
|
default: string;
|
|
@@ -716,7 +716,6 @@ declare const meta: {
|
|
|
716
716
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
717
717
|
"list-item-click": (...args: any[]) => void;
|
|
718
718
|
}, string, {
|
|
719
|
-
iconName: string | null;
|
|
720
719
|
disabled: boolean;
|
|
721
720
|
value: any;
|
|
722
721
|
checkBoxMenu: boolean;
|
|
@@ -725,6 +724,7 @@ declare const meta: {
|
|
|
725
724
|
selectable: boolean;
|
|
726
725
|
overrideClasses: string;
|
|
727
726
|
checkBoxColor: "blue" | "gray";
|
|
727
|
+
iconName: string | null;
|
|
728
728
|
imageSrc: string;
|
|
729
729
|
imageShape: "rounded" | "square";
|
|
730
730
|
iconSize: "small" | "medium" | "large";
|
|
@@ -13,7 +13,7 @@ declare const meta: {
|
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
backgroundColor: {
|
|
16
|
-
type: import("vue").PropType<"
|
|
16
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
17
17
|
required: true;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
@@ -66,7 +66,7 @@ declare const meta: {
|
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
68
|
backgroundColor: {
|
|
69
|
-
type: import("vue").PropType<"
|
|
69
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
70
70
|
required: true;
|
|
71
71
|
default: string;
|
|
72
72
|
};
|
|
@@ -102,7 +102,7 @@ declare const meta: {
|
|
|
102
102
|
}, {
|
|
103
103
|
modelValue: string;
|
|
104
104
|
placeholder: string;
|
|
105
|
-
backgroundColor: "
|
|
105
|
+
backgroundColor: "gray" | "white";
|
|
106
106
|
hiddenFilterRules: number;
|
|
107
107
|
isFilterChipEditable: boolean;
|
|
108
108
|
hasChips: boolean;
|
|
@@ -126,7 +126,7 @@ declare const meta: {
|
|
|
126
126
|
default: string;
|
|
127
127
|
};
|
|
128
128
|
backgroundColor: {
|
|
129
|
-
type: import("vue").PropType<"
|
|
129
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
130
130
|
required: true;
|
|
131
131
|
default: string;
|
|
132
132
|
};
|
|
@@ -164,7 +164,7 @@ declare const meta: {
|
|
|
164
164
|
}, {}, {}, {}, {
|
|
165
165
|
modelValue: string;
|
|
166
166
|
placeholder: string;
|
|
167
|
-
backgroundColor: "
|
|
167
|
+
backgroundColor: "gray" | "white";
|
|
168
168
|
hiddenFilterRules: number;
|
|
169
169
|
isFilterChipEditable: boolean;
|
|
170
170
|
hasChips: boolean;
|
|
@@ -185,7 +185,7 @@ declare const meta: {
|
|
|
185
185
|
default: string;
|
|
186
186
|
};
|
|
187
187
|
backgroundColor: {
|
|
188
|
-
type: import("vue").PropType<"
|
|
188
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
189
189
|
required: true;
|
|
190
190
|
default: string;
|
|
191
191
|
};
|
|
@@ -230,7 +230,7 @@ declare const meta: {
|
|
|
230
230
|
}, string, {
|
|
231
231
|
modelValue: string;
|
|
232
232
|
placeholder: string;
|
|
233
|
-
backgroundColor: "
|
|
233
|
+
backgroundColor: "gray" | "white";
|
|
234
234
|
hiddenFilterRules: number;
|
|
235
235
|
isFilterChipEditable: boolean;
|
|
236
236
|
hasChips: boolean;
|
|
@@ -289,7 +289,7 @@ export declare const WithChips: {
|
|
|
289
289
|
default: string;
|
|
290
290
|
};
|
|
291
291
|
backgroundColor: {
|
|
292
|
-
type: import("vue").PropType<"
|
|
292
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
293
293
|
required: true;
|
|
294
294
|
default: string;
|
|
295
295
|
};
|
|
@@ -342,7 +342,7 @@ export declare const WithChips: {
|
|
|
342
342
|
default: string;
|
|
343
343
|
};
|
|
344
344
|
backgroundColor: {
|
|
345
|
-
type: import("vue").PropType<"
|
|
345
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
346
346
|
required: true;
|
|
347
347
|
default: string;
|
|
348
348
|
};
|
|
@@ -378,7 +378,7 @@ export declare const WithChips: {
|
|
|
378
378
|
}, {
|
|
379
379
|
modelValue: string;
|
|
380
380
|
placeholder: string;
|
|
381
|
-
backgroundColor: "
|
|
381
|
+
backgroundColor: "gray" | "white";
|
|
382
382
|
hiddenFilterRules: number;
|
|
383
383
|
isFilterChipEditable: boolean;
|
|
384
384
|
hasChips: boolean;
|
|
@@ -402,7 +402,7 @@ export declare const WithChips: {
|
|
|
402
402
|
default: string;
|
|
403
403
|
};
|
|
404
404
|
backgroundColor: {
|
|
405
|
-
type: import("vue").PropType<"
|
|
405
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
406
406
|
required: true;
|
|
407
407
|
default: string;
|
|
408
408
|
};
|
|
@@ -440,7 +440,7 @@ export declare const WithChips: {
|
|
|
440
440
|
}, {}, {}, {}, {
|
|
441
441
|
modelValue: string;
|
|
442
442
|
placeholder: string;
|
|
443
|
-
backgroundColor: "
|
|
443
|
+
backgroundColor: "gray" | "white";
|
|
444
444
|
hiddenFilterRules: number;
|
|
445
445
|
isFilterChipEditable: boolean;
|
|
446
446
|
hasChips: boolean;
|
|
@@ -461,7 +461,7 @@ export declare const WithChips: {
|
|
|
461
461
|
default: string;
|
|
462
462
|
};
|
|
463
463
|
backgroundColor: {
|
|
464
|
-
type: import("vue").PropType<"
|
|
464
|
+
type: import("vue").PropType<"gray" | "white">;
|
|
465
465
|
required: true;
|
|
466
466
|
default: string;
|
|
467
467
|
};
|
|
@@ -506,7 +506,7 @@ export declare const WithChips: {
|
|
|
506
506
|
}, string, {
|
|
507
507
|
modelValue: string;
|
|
508
508
|
placeholder: string;
|
|
509
|
-
backgroundColor: "
|
|
509
|
+
backgroundColor: "gray" | "white";
|
|
510
510
|
hiddenFilterRules: number;
|
|
511
511
|
isFilterChipEditable: boolean;
|
|
512
512
|
hasChips: boolean;
|
|
@@ -526,22 +526,22 @@ export declare const WithChips: {
|
|
|
526
526
|
type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
|
|
527
527
|
default: string;
|
|
528
528
|
};
|
|
529
|
-
color: {
|
|
530
|
-
type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
|
|
531
|
-
default: string;
|
|
532
|
-
};
|
|
533
|
-
iconName: {
|
|
534
|
-
type: import("vue").PropType<string | null>;
|
|
535
|
-
default: null;
|
|
536
|
-
};
|
|
537
529
|
disabled: {
|
|
538
530
|
type: import("vue").PropType<boolean>;
|
|
539
531
|
default: boolean;
|
|
540
532
|
};
|
|
533
|
+
color: {
|
|
534
|
+
type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
|
|
535
|
+
default: string;
|
|
536
|
+
};
|
|
541
537
|
rounded: {
|
|
542
538
|
type: import("vue").PropType<boolean>;
|
|
543
539
|
default: boolean;
|
|
544
540
|
};
|
|
541
|
+
iconName: {
|
|
542
|
+
type: import("vue").PropType<string | null>;
|
|
543
|
+
default: null;
|
|
544
|
+
};
|
|
545
545
|
disabledVariant: {
|
|
546
546
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
547
547
|
default: string;
|
|
@@ -559,22 +559,22 @@ export declare const WithChips: {
|
|
|
559
559
|
type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
|
|
560
560
|
default: string;
|
|
561
561
|
};
|
|
562
|
-
color: {
|
|
563
|
-
type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
|
|
564
|
-
default: string;
|
|
565
|
-
};
|
|
566
|
-
iconName: {
|
|
567
|
-
type: import("vue").PropType<string | null>;
|
|
568
|
-
default: null;
|
|
569
|
-
};
|
|
570
562
|
disabled: {
|
|
571
563
|
type: import("vue").PropType<boolean>;
|
|
572
564
|
default: boolean;
|
|
573
565
|
};
|
|
566
|
+
color: {
|
|
567
|
+
type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
|
|
568
|
+
default: string;
|
|
569
|
+
};
|
|
574
570
|
rounded: {
|
|
575
571
|
type: import("vue").PropType<boolean>;
|
|
576
572
|
default: boolean;
|
|
577
573
|
};
|
|
574
|
+
iconName: {
|
|
575
|
+
type: import("vue").PropType<string | null>;
|
|
576
|
+
default: null;
|
|
577
|
+
};
|
|
578
578
|
disabledVariant: {
|
|
579
579
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
580
580
|
default: string;
|
|
@@ -587,10 +587,10 @@ export declare const WithChips: {
|
|
|
587
587
|
onClick?: (() => any) | undefined;
|
|
588
588
|
}, {
|
|
589
589
|
size: "xs" | "small" | "medium" | "large";
|
|
590
|
-
color: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray";
|
|
591
|
-
iconName: string | null;
|
|
592
590
|
disabled: boolean;
|
|
591
|
+
color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
|
|
593
592
|
rounded: boolean;
|
|
593
|
+
iconName: string | null;
|
|
594
594
|
disabledVariant: "primary" | "secondary";
|
|
595
595
|
href: string;
|
|
596
596
|
}, true, {}, {}, {
|
|
@@ -605,22 +605,22 @@ export declare const WithChips: {
|
|
|
605
605
|
type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
|
|
606
606
|
default: string;
|
|
607
607
|
};
|
|
608
|
-
color: {
|
|
609
|
-
type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
|
|
610
|
-
default: string;
|
|
611
|
-
};
|
|
612
|
-
iconName: {
|
|
613
|
-
type: import("vue").PropType<string | null>;
|
|
614
|
-
default: null;
|
|
615
|
-
};
|
|
616
608
|
disabled: {
|
|
617
609
|
type: import("vue").PropType<boolean>;
|
|
618
610
|
default: boolean;
|
|
619
611
|
};
|
|
612
|
+
color: {
|
|
613
|
+
type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
|
|
614
|
+
default: string;
|
|
615
|
+
};
|
|
620
616
|
rounded: {
|
|
621
617
|
type: import("vue").PropType<boolean>;
|
|
622
618
|
default: boolean;
|
|
623
619
|
};
|
|
620
|
+
iconName: {
|
|
621
|
+
type: import("vue").PropType<string | null>;
|
|
622
|
+
default: null;
|
|
623
|
+
};
|
|
624
624
|
disabledVariant: {
|
|
625
625
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
626
626
|
default: string;
|
|
@@ -633,10 +633,10 @@ export declare const WithChips: {
|
|
|
633
633
|
onClick?: (() => any) | undefined;
|
|
634
634
|
}, {}, {}, {}, {}, {
|
|
635
635
|
size: "xs" | "small" | "medium" | "large";
|
|
636
|
-
color: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray";
|
|
637
|
-
iconName: string | null;
|
|
638
636
|
disabled: boolean;
|
|
637
|
+
color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
|
|
639
638
|
rounded: boolean;
|
|
639
|
+
iconName: string | null;
|
|
640
640
|
disabledVariant: "primary" | "secondary";
|
|
641
641
|
href: string;
|
|
642
642
|
}>;
|
|
@@ -648,22 +648,22 @@ export declare const WithChips: {
|
|
|
648
648
|
type: import("vue").PropType<"xs" | "small" | "medium" | "large">;
|
|
649
649
|
default: string;
|
|
650
650
|
};
|
|
651
|
-
color: {
|
|
652
|
-
type: import("vue").PropType<"blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray">;
|
|
653
|
-
default: string;
|
|
654
|
-
};
|
|
655
|
-
iconName: {
|
|
656
|
-
type: import("vue").PropType<string | null>;
|
|
657
|
-
default: null;
|
|
658
|
-
};
|
|
659
651
|
disabled: {
|
|
660
652
|
type: import("vue").PropType<boolean>;
|
|
661
653
|
default: boolean;
|
|
662
654
|
};
|
|
655
|
+
color: {
|
|
656
|
+
type: import("vue").PropType<"blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray">;
|
|
657
|
+
default: string;
|
|
658
|
+
};
|
|
663
659
|
rounded: {
|
|
664
660
|
type: import("vue").PropType<boolean>;
|
|
665
661
|
default: boolean;
|
|
666
662
|
};
|
|
663
|
+
iconName: {
|
|
664
|
+
type: import("vue").PropType<string | null>;
|
|
665
|
+
default: null;
|
|
666
|
+
};
|
|
667
667
|
disabledVariant: {
|
|
668
668
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
669
669
|
default: string;
|
|
@@ -678,10 +678,10 @@ export declare const WithChips: {
|
|
|
678
678
|
click: () => void;
|
|
679
679
|
}, string, {
|
|
680
680
|
size: "xs" | "small" | "medium" | "large";
|
|
681
|
-
color: "blue" | "white" | "primary-green" | "gray" | "transparent" | "light-gray";
|
|
682
|
-
iconName: string | null;
|
|
683
681
|
disabled: boolean;
|
|
682
|
+
color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
|
|
684
683
|
rounded: boolean;
|
|
684
|
+
iconName: string | null;
|
|
685
685
|
disabledVariant: "primary" | "secondary";
|
|
686
686
|
href: string;
|
|
687
687
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -694,10 +694,6 @@ export declare const WithChips: {
|
|
|
694
694
|
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
695
695
|
default: string;
|
|
696
696
|
};
|
|
697
|
-
iconName: {
|
|
698
|
-
type: import("vue").PropType<string>;
|
|
699
|
-
required: true;
|
|
700
|
-
};
|
|
701
697
|
title: {
|
|
702
698
|
type: import("vue").PropType<string>;
|
|
703
699
|
default: string;
|
|
@@ -706,12 +702,16 @@ export declare const WithChips: {
|
|
|
706
702
|
type: import("vue").PropType<boolean>;
|
|
707
703
|
default: boolean;
|
|
708
704
|
};
|
|
705
|
+
iconName: {
|
|
706
|
+
type: import("vue").PropType<string>;
|
|
707
|
+
required: true;
|
|
708
|
+
};
|
|
709
709
|
backgroundColor: {
|
|
710
|
-
type: import("vue").PropType<"
|
|
710
|
+
type: import("vue").PropType<"none" | "blue" | "gray-hover">;
|
|
711
711
|
default: string;
|
|
712
712
|
};
|
|
713
713
|
iconColor: {
|
|
714
|
-
type: import("vue").PropType<"blue" | "
|
|
714
|
+
type: import("vue").PropType<"blue" | "gray" | "white">;
|
|
715
715
|
default: string;
|
|
716
716
|
};
|
|
717
717
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -721,10 +721,6 @@ export declare const WithChips: {
|
|
|
721
721
|
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
722
722
|
default: string;
|
|
723
723
|
};
|
|
724
|
-
iconName: {
|
|
725
|
-
type: import("vue").PropType<string>;
|
|
726
|
-
required: true;
|
|
727
|
-
};
|
|
728
724
|
title: {
|
|
729
725
|
type: import("vue").PropType<string>;
|
|
730
726
|
default: string;
|
|
@@ -733,12 +729,16 @@ export declare const WithChips: {
|
|
|
733
729
|
type: import("vue").PropType<boolean>;
|
|
734
730
|
default: boolean;
|
|
735
731
|
};
|
|
732
|
+
iconName: {
|
|
733
|
+
type: import("vue").PropType<string>;
|
|
734
|
+
required: true;
|
|
735
|
+
};
|
|
736
736
|
backgroundColor: {
|
|
737
|
-
type: import("vue").PropType<"
|
|
737
|
+
type: import("vue").PropType<"none" | "blue" | "gray-hover">;
|
|
738
738
|
default: string;
|
|
739
739
|
};
|
|
740
740
|
iconColor: {
|
|
741
|
-
type: import("vue").PropType<"blue" | "
|
|
741
|
+
type: import("vue").PropType<"blue" | "gray" | "white">;
|
|
742
742
|
default: string;
|
|
743
743
|
};
|
|
744
744
|
}>> & {
|
|
@@ -747,8 +747,8 @@ export declare const WithChips: {
|
|
|
747
747
|
size: "small" | "medium" | "large" | "xl";
|
|
748
748
|
title: string;
|
|
749
749
|
disabled: boolean;
|
|
750
|
-
backgroundColor: "
|
|
751
|
-
iconColor: "blue" | "
|
|
750
|
+
backgroundColor: "none" | "blue" | "gray-hover";
|
|
751
|
+
iconColor: "blue" | "gray" | "white";
|
|
752
752
|
}, {}>;
|
|
753
753
|
UiIcon: import("vue").DefineComponent<{
|
|
754
754
|
name: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
modelValue: string;
|
|
3
3
|
placeholder?: string | undefined;
|
|
4
|
-
backgroundColor: "
|
|
4
|
+
backgroundColor: "gray" | "white";
|
|
5
5
|
hiddenFilterRules?: number | undefined;
|
|
6
6
|
isFilterChipEditable?: boolean | undefined;
|
|
7
7
|
hasChips?: boolean | undefined;
|
|
@@ -28,7 +28,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
28
28
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
29
29
|
modelValue: string;
|
|
30
30
|
placeholder?: string | undefined;
|
|
31
|
-
backgroundColor: "
|
|
31
|
+
backgroundColor: "gray" | "white";
|
|
32
32
|
hiddenFilterRules?: number | undefined;
|
|
33
33
|
isFilterChipEditable?: boolean | undefined;
|
|
34
34
|
hasChips?: boolean | undefined;
|
|
@@ -53,7 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
53
53
|
}, {
|
|
54
54
|
modelValue: string;
|
|
55
55
|
placeholder: string;
|
|
56
|
-
backgroundColor: "
|
|
56
|
+
backgroundColor: "gray" | "white";
|
|
57
57
|
hiddenFilterRules: number;
|
|
58
58
|
isFilterChipEditable: boolean;
|
|
59
59
|
hasChips: boolean;
|