@dpa-id-components/dpa-shared-components 8.0.3 → 8.0.6
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/UiButton/UiButton.stories.d.ts +15 -15
- package/dist/components/UiButton/UiButton.vue.d.ts +9 -9
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +15 -15
- package/dist/components/UiInput/UiInput.stories.d.ts +18 -18
- package/dist/components/UiInput/UiInput.vue.d.ts +9 -9
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +18 -18
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +9 -9
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +39 -39
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +7 -7
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +24 -24
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +8 -8
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +19 -0
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +9 -0
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +34 -0
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +9 -0
- package/dist/dpa-shared-components.mjs +4461 -4279
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/bookmark-4ff074d8.mjs +0 -19
- package/dist/bookmark-fill-731ae06c.mjs +0 -19
- package/dist/graphic-90b2d2fc.mjs +0 -20
- package/dist/main.css +0 -23
|
@@ -6,8 +6,8 @@ declare const meta: {
|
|
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
|
7
7
|
$data: {};
|
|
8
8
|
$props: {
|
|
9
|
-
placeholder?: string | undefined;
|
|
10
9
|
modelValue?: string | undefined;
|
|
10
|
+
placeholder?: string | undefined;
|
|
11
11
|
backgroundColor?: "white" | "gray" | undefined;
|
|
12
12
|
hiddenFilterRules?: number | undefined;
|
|
13
13
|
isFilterChipEditable?: boolean | undefined;
|
|
@@ -77,13 +77,13 @@ declare const meta: {
|
|
|
77
77
|
$emit: (event: "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", ...args: any[]) => void;
|
|
78
78
|
$el: any;
|
|
79
79
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
80
|
-
|
|
80
|
+
modelValue: {
|
|
81
81
|
type: import("vue").PropType<string>;
|
|
82
|
+
required: true;
|
|
82
83
|
default: string;
|
|
83
84
|
};
|
|
84
|
-
|
|
85
|
+
placeholder: {
|
|
85
86
|
type: import("vue").PropType<string>;
|
|
86
|
-
required: true;
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
backgroundColor: {
|
|
@@ -113,8 +113,8 @@ declare const meta: {
|
|
|
113
113
|
}, {
|
|
114
114
|
searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
115
115
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], string, {
|
|
116
|
-
placeholder: string;
|
|
117
116
|
modelValue: string;
|
|
117
|
+
placeholder: string;
|
|
118
118
|
backgroundColor: "white" | "gray";
|
|
119
119
|
hiddenFilterRules: number;
|
|
120
120
|
isFilterChipEditable: boolean;
|
|
@@ -140,13 +140,13 @@ declare const meta: {
|
|
|
140
140
|
$nextTick: typeof import("vue").nextTick;
|
|
141
141
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
142
142
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
143
|
-
|
|
143
|
+
modelValue: {
|
|
144
144
|
type: import("vue").PropType<string>;
|
|
145
|
+
required: true;
|
|
145
146
|
default: string;
|
|
146
147
|
};
|
|
147
|
-
|
|
148
|
+
placeholder: {
|
|
148
149
|
type: import("vue").PropType<string>;
|
|
149
|
-
required: true;
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
152
152
|
backgroundColor: {
|
|
@@ -180,13 +180,13 @@ declare const meta: {
|
|
|
180
180
|
__isTeleport?: undefined;
|
|
181
181
|
__isSuspense?: undefined;
|
|
182
182
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
183
|
-
|
|
183
|
+
modelValue: {
|
|
184
184
|
type: import("vue").PropType<string>;
|
|
185
|
+
required: true;
|
|
185
186
|
default: string;
|
|
186
187
|
};
|
|
187
|
-
|
|
188
|
+
placeholder: {
|
|
188
189
|
type: import("vue").PropType<string>;
|
|
189
|
-
required: true;
|
|
190
190
|
default: string;
|
|
191
191
|
};
|
|
192
192
|
backgroundColor: {
|
|
@@ -216,8 +216,8 @@ declare const meta: {
|
|
|
216
216
|
}, {
|
|
217
217
|
searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
218
218
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", {
|
|
219
|
-
placeholder: string;
|
|
220
219
|
modelValue: string;
|
|
220
|
+
placeholder: string;
|
|
221
221
|
backgroundColor: "white" | "gray";
|
|
222
222
|
hiddenFilterRules: number;
|
|
223
223
|
isFilterChipEditable: boolean;
|
|
@@ -268,8 +268,8 @@ export declare const WithChips: {
|
|
|
268
268
|
$: import("vue").ComponentInternalInstance;
|
|
269
269
|
$data: {};
|
|
270
270
|
$props: {
|
|
271
|
-
placeholder?: string | undefined;
|
|
272
271
|
modelValue?: string | undefined;
|
|
272
|
+
placeholder?: string | undefined;
|
|
273
273
|
backgroundColor?: "white" | "gray" | undefined;
|
|
274
274
|
hiddenFilterRules?: number | undefined;
|
|
275
275
|
isFilterChipEditable?: boolean | undefined;
|
|
@@ -339,13 +339,13 @@ export declare const WithChips: {
|
|
|
339
339
|
$emit: (event: "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", ...args: any[]) => void;
|
|
340
340
|
$el: any;
|
|
341
341
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
342
|
-
|
|
342
|
+
modelValue: {
|
|
343
343
|
type: import("vue").PropType<string>;
|
|
344
|
+
required: true;
|
|
344
345
|
default: string;
|
|
345
346
|
};
|
|
346
|
-
|
|
347
|
+
placeholder: {
|
|
347
348
|
type: import("vue").PropType<string>;
|
|
348
|
-
required: true;
|
|
349
349
|
default: string;
|
|
350
350
|
};
|
|
351
351
|
backgroundColor: {
|
|
@@ -375,8 +375,8 @@ export declare const WithChips: {
|
|
|
375
375
|
}, {
|
|
376
376
|
searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
377
377
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], string, {
|
|
378
|
-
placeholder: string;
|
|
379
378
|
modelValue: string;
|
|
379
|
+
placeholder: string;
|
|
380
380
|
backgroundColor: "white" | "gray";
|
|
381
381
|
hiddenFilterRules: number;
|
|
382
382
|
isFilterChipEditable: boolean;
|
|
@@ -402,13 +402,13 @@ export declare const WithChips: {
|
|
|
402
402
|
$nextTick: typeof import("vue").nextTick;
|
|
403
403
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
404
404
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
405
|
-
|
|
405
|
+
modelValue: {
|
|
406
406
|
type: import("vue").PropType<string>;
|
|
407
|
+
required: true;
|
|
407
408
|
default: string;
|
|
408
409
|
};
|
|
409
|
-
|
|
410
|
+
placeholder: {
|
|
410
411
|
type: import("vue").PropType<string>;
|
|
411
|
-
required: true;
|
|
412
412
|
default: string;
|
|
413
413
|
};
|
|
414
414
|
backgroundColor: {
|
|
@@ -442,13 +442,13 @@ export declare const WithChips: {
|
|
|
442
442
|
__isTeleport?: undefined;
|
|
443
443
|
__isSuspense?: undefined;
|
|
444
444
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
445
|
-
|
|
445
|
+
modelValue: {
|
|
446
446
|
type: import("vue").PropType<string>;
|
|
447
|
+
required: true;
|
|
447
448
|
default: string;
|
|
448
449
|
};
|
|
449
|
-
|
|
450
|
+
placeholder: {
|
|
450
451
|
type: import("vue").PropType<string>;
|
|
451
|
-
required: true;
|
|
452
452
|
default: string;
|
|
453
453
|
};
|
|
454
454
|
backgroundColor: {
|
|
@@ -478,8 +478,8 @@ export declare const WithChips: {
|
|
|
478
478
|
}, {
|
|
479
479
|
searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
480
480
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", {
|
|
481
|
-
placeholder: string;
|
|
482
481
|
modelValue: string;
|
|
482
|
+
placeholder: string;
|
|
483
483
|
backgroundColor: "white" | "gray";
|
|
484
484
|
hiddenFilterRules: number;
|
|
485
485
|
isFilterChipEditable: boolean;
|
|
@@ -501,9 +501,9 @@ export declare const WithChips: {
|
|
|
501
501
|
color?: "blue" | "white" | "gray" | "transparent" | "light-gray" | undefined;
|
|
502
502
|
iconName?: string | null | undefined;
|
|
503
503
|
disabled?: boolean | undefined;
|
|
504
|
-
href?: string | undefined;
|
|
505
504
|
rounded?: boolean | undefined;
|
|
506
505
|
disabledVariant?: "primary" | "secondary" | undefined;
|
|
506
|
+
href?: string | undefined;
|
|
507
507
|
key?: string | number | symbol | undefined;
|
|
508
508
|
ref?: import("vue").VNodeRef | undefined;
|
|
509
509
|
ref_for?: boolean | undefined;
|
|
@@ -580,10 +580,6 @@ export declare const WithChips: {
|
|
|
580
580
|
type: import("vue").PropType<boolean>;
|
|
581
581
|
default: boolean;
|
|
582
582
|
};
|
|
583
|
-
href: {
|
|
584
|
-
type: import("vue").PropType<string>;
|
|
585
|
-
default: string;
|
|
586
|
-
};
|
|
587
583
|
rounded: {
|
|
588
584
|
type: import("vue").PropType<boolean>;
|
|
589
585
|
default: boolean;
|
|
@@ -592,6 +588,10 @@ export declare const WithChips: {
|
|
|
592
588
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
593
589
|
default: string;
|
|
594
590
|
};
|
|
591
|
+
href: {
|
|
592
|
+
type: import("vue").PropType<string>;
|
|
593
|
+
default: string;
|
|
594
|
+
};
|
|
595
595
|
}>> & {
|
|
596
596
|
onClick?: (() => any) | undefined;
|
|
597
597
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -601,9 +601,9 @@ export declare const WithChips: {
|
|
|
601
601
|
color: "blue" | "white" | "gray" | "transparent" | "light-gray";
|
|
602
602
|
iconName: string | null;
|
|
603
603
|
disabled: boolean;
|
|
604
|
-
href: string;
|
|
605
604
|
rounded: boolean;
|
|
606
605
|
disabledVariant: "primary" | "secondary";
|
|
606
|
+
href: string;
|
|
607
607
|
}, {}, string, {}> & {
|
|
608
608
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
609
609
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -641,10 +641,6 @@ export declare const WithChips: {
|
|
|
641
641
|
type: import("vue").PropType<boolean>;
|
|
642
642
|
default: boolean;
|
|
643
643
|
};
|
|
644
|
-
href: {
|
|
645
|
-
type: import("vue").PropType<string>;
|
|
646
|
-
default: string;
|
|
647
|
-
};
|
|
648
644
|
rounded: {
|
|
649
645
|
type: import("vue").PropType<boolean>;
|
|
650
646
|
default: boolean;
|
|
@@ -653,6 +649,10 @@ export declare const WithChips: {
|
|
|
653
649
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
654
650
|
default: string;
|
|
655
651
|
};
|
|
652
|
+
href: {
|
|
653
|
+
type: import("vue").PropType<string>;
|
|
654
|
+
default: string;
|
|
655
|
+
};
|
|
656
656
|
}>> & {
|
|
657
657
|
onClick?: (() => any) | undefined;
|
|
658
658
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -676,10 +676,6 @@ export declare const WithChips: {
|
|
|
676
676
|
type: import("vue").PropType<boolean>;
|
|
677
677
|
default: boolean;
|
|
678
678
|
};
|
|
679
|
-
href: {
|
|
680
|
-
type: import("vue").PropType<string>;
|
|
681
|
-
default: string;
|
|
682
|
-
};
|
|
683
679
|
rounded: {
|
|
684
680
|
type: import("vue").PropType<boolean>;
|
|
685
681
|
default: boolean;
|
|
@@ -688,6 +684,10 @@ export declare const WithChips: {
|
|
|
688
684
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
689
685
|
default: string;
|
|
690
686
|
};
|
|
687
|
+
href: {
|
|
688
|
+
type: import("vue").PropType<string>;
|
|
689
|
+
default: string;
|
|
690
|
+
};
|
|
691
691
|
}>> & {
|
|
692
692
|
onClick?: (() => any) | undefined;
|
|
693
693
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -697,9 +697,9 @@ export declare const WithChips: {
|
|
|
697
697
|
color: "blue" | "white" | "gray" | "transparent" | "light-gray";
|
|
698
698
|
iconName: string | null;
|
|
699
699
|
disabled: boolean;
|
|
700
|
-
href: string;
|
|
701
700
|
rounded: boolean;
|
|
702
701
|
disabledVariant: "primary" | "secondary";
|
|
702
|
+
href: string;
|
|
703
703
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
704
704
|
$slots: {
|
|
705
705
|
default?(_: {}): any;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
|
|
2
|
+
modelValue: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
|
+
required: true;
|
|
4
5
|
default: string;
|
|
5
6
|
};
|
|
6
|
-
|
|
7
|
+
placeholder: {
|
|
7
8
|
type: import("vue").PropType<string>;
|
|
8
|
-
required: true;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
backgroundColor: {
|
|
@@ -28,13 +28,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
28
|
}, {
|
|
29
29
|
searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
30
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
-
|
|
31
|
+
modelValue: {
|
|
32
32
|
type: import("vue").PropType<string>;
|
|
33
|
+
required: true;
|
|
33
34
|
default: string;
|
|
34
35
|
};
|
|
35
|
-
|
|
36
|
+
placeholder: {
|
|
36
37
|
type: import("vue").PropType<string>;
|
|
37
|
-
required: true;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
backgroundColor: {
|
|
@@ -62,8 +62,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
62
62
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
64
64
|
}, {
|
|
65
|
-
placeholder: string;
|
|
66
65
|
modelValue: string;
|
|
66
|
+
placeholder: string;
|
|
67
67
|
backgroundColor: "white" | "gray";
|
|
68
68
|
hiddenFilterRules: number;
|
|
69
69
|
isFilterChipEditable: boolean;
|
|
@@ -82,14 +82,14 @@ declare const meta: {
|
|
|
82
82
|
type: import("vue").PropType<string>;
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
|
-
placeholder: {
|
|
86
|
-
type: import("vue").PropType<string>;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
85
|
modelValue: {
|
|
90
86
|
type: import("vue").PropType<string[]>;
|
|
91
87
|
required: true;
|
|
92
88
|
};
|
|
89
|
+
placeholder: {
|
|
90
|
+
type: import("vue").PropType<string>;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
93
|
hasAddEntryOption: {
|
|
94
94
|
type: import("vue").PropType<boolean>;
|
|
95
95
|
default: boolean;
|
|
@@ -137,14 +137,14 @@ declare const meta: {
|
|
|
137
137
|
type: import("vue").PropType<string>;
|
|
138
138
|
default: string;
|
|
139
139
|
};
|
|
140
|
-
placeholder: {
|
|
141
|
-
type: import("vue").PropType<string>;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
140
|
modelValue: {
|
|
145
141
|
type: import("vue").PropType<string[]>;
|
|
146
142
|
required: true;
|
|
147
143
|
};
|
|
144
|
+
placeholder: {
|
|
145
|
+
type: import("vue").PropType<string>;
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
148
148
|
hasAddEntryOption: {
|
|
149
149
|
type: import("vue").PropType<boolean>;
|
|
150
150
|
default: boolean;
|
|
@@ -165,14 +165,14 @@ declare const meta: {
|
|
|
165
165
|
type: import("vue").PropType<string>;
|
|
166
166
|
default: string;
|
|
167
167
|
};
|
|
168
|
-
placeholder: {
|
|
169
|
-
type: import("vue").PropType<string>;
|
|
170
|
-
default: string;
|
|
171
|
-
};
|
|
172
168
|
modelValue: {
|
|
173
169
|
type: import("vue").PropType<string[]>;
|
|
174
170
|
required: true;
|
|
175
171
|
};
|
|
172
|
+
placeholder: {
|
|
173
|
+
type: import("vue").PropType<string>;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
176
|
hasAddEntryOption: {
|
|
177
177
|
type: import("vue").PropType<boolean>;
|
|
178
178
|
default: boolean;
|
|
@@ -311,14 +311,14 @@ declare const meta: {
|
|
|
311
311
|
type: import("vue").PropType<string>;
|
|
312
312
|
default: string;
|
|
313
313
|
};
|
|
314
|
-
placeholder: {
|
|
315
|
-
type: import("vue").PropType<string>;
|
|
316
|
-
default: string;
|
|
317
|
-
};
|
|
318
314
|
modelValue: {
|
|
319
315
|
type: import("vue").PropType<string[]>;
|
|
320
316
|
required: true;
|
|
321
317
|
};
|
|
318
|
+
placeholder: {
|
|
319
|
+
type: import("vue").PropType<string>;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
322
|
hasAddEntryOption: {
|
|
323
323
|
type: import("vue").PropType<boolean>;
|
|
324
324
|
default: boolean;
|
|
@@ -366,14 +366,14 @@ declare const meta: {
|
|
|
366
366
|
type: import("vue").PropType<string>;
|
|
367
367
|
default: string;
|
|
368
368
|
};
|
|
369
|
-
placeholder: {
|
|
370
|
-
type: import("vue").PropType<string>;
|
|
371
|
-
default: string;
|
|
372
|
-
};
|
|
373
369
|
modelValue: {
|
|
374
370
|
type: import("vue").PropType<string[]>;
|
|
375
371
|
required: true;
|
|
376
372
|
};
|
|
373
|
+
placeholder: {
|
|
374
|
+
type: import("vue").PropType<string>;
|
|
375
|
+
default: string;
|
|
376
|
+
};
|
|
377
377
|
hasAddEntryOption: {
|
|
378
378
|
type: import("vue").PropType<boolean>;
|
|
379
379
|
default: boolean;
|
|
@@ -394,14 +394,14 @@ declare const meta: {
|
|
|
394
394
|
type: import("vue").PropType<string>;
|
|
395
395
|
default: string;
|
|
396
396
|
};
|
|
397
|
-
placeholder: {
|
|
398
|
-
type: import("vue").PropType<string>;
|
|
399
|
-
default: string;
|
|
400
|
-
};
|
|
401
397
|
modelValue: {
|
|
402
398
|
type: import("vue").PropType<string[]>;
|
|
403
399
|
required: true;
|
|
404
400
|
};
|
|
401
|
+
placeholder: {
|
|
402
|
+
type: import("vue").PropType<string>;
|
|
403
|
+
default: string;
|
|
404
|
+
};
|
|
405
405
|
hasAddEntryOption: {
|
|
406
406
|
type: import("vue").PropType<boolean>;
|
|
407
407
|
default: boolean;
|
|
@@ -3,14 +3,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
-
placeholder: {
|
|
7
|
-
type: import("vue").PropType<string>;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
6
|
modelValue: {
|
|
11
7
|
type: import("vue").PropType<string[]>;
|
|
12
8
|
required: true;
|
|
13
9
|
};
|
|
10
|
+
placeholder: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
14
|
hasAddEntryOption: {
|
|
15
15
|
type: import("vue").PropType<boolean>;
|
|
16
16
|
default: boolean;
|
|
@@ -27,14 +27,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
27
|
type: import("vue").PropType<string>;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
-
placeholder: {
|
|
31
|
-
type: import("vue").PropType<string>;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
30
|
modelValue: {
|
|
35
31
|
type: import("vue").PropType<string[]>;
|
|
36
32
|
required: true;
|
|
37
33
|
};
|
|
34
|
+
placeholder: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
38
|
hasAddEntryOption: {
|
|
39
39
|
type: import("vue").PropType<boolean>;
|
|
40
40
|
default: boolean;
|
|
@@ -13,6 +13,7 @@ declare const meta: {
|
|
|
13
13
|
iconRight?: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil" | undefined;
|
|
14
14
|
placement?: "onsurface" | "oncanvas" | undefined;
|
|
15
15
|
weight?: "regular" | "semibold" | undefined;
|
|
16
|
+
linkTarget?: string | undefined;
|
|
16
17
|
key?: string | number | symbol | undefined;
|
|
17
18
|
ref?: import("vue").VNodeRef | undefined;
|
|
18
19
|
ref_for?: boolean | undefined;
|
|
@@ -100,6 +101,10 @@ declare const meta: {
|
|
|
100
101
|
type: import("vue").PropType<"regular" | "semibold">;
|
|
101
102
|
default: string;
|
|
102
103
|
};
|
|
104
|
+
linkTarget: {
|
|
105
|
+
type: import("vue").PropType<string>;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
103
108
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
104
109
|
size: "small" | "medium" | "xsmall";
|
|
105
110
|
color: "blue" | "gray";
|
|
@@ -108,6 +113,7 @@ declare const meta: {
|
|
|
108
113
|
iconRight: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
|
|
109
114
|
placement: "onsurface" | "oncanvas";
|
|
110
115
|
weight: "regular" | "semibold";
|
|
116
|
+
linkTarget: string;
|
|
111
117
|
}, {}, string, {}> & {
|
|
112
118
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
113
119
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -157,6 +163,10 @@ declare const meta: {
|
|
|
157
163
|
type: import("vue").PropType<"regular" | "semibold">;
|
|
158
164
|
default: string;
|
|
159
165
|
};
|
|
166
|
+
linkTarget: {
|
|
167
|
+
type: import("vue").PropType<string>;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
160
170
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
161
171
|
__isFragment?: undefined;
|
|
162
172
|
__isTeleport?: undefined;
|
|
@@ -190,6 +200,10 @@ declare const meta: {
|
|
|
190
200
|
type: import("vue").PropType<"regular" | "semibold">;
|
|
191
201
|
default: string;
|
|
192
202
|
};
|
|
203
|
+
linkTarget: {
|
|
204
|
+
type: import("vue").PropType<string>;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
193
207
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
194
208
|
size: "small" | "medium" | "xsmall";
|
|
195
209
|
color: "blue" | "gray";
|
|
@@ -198,6 +212,7 @@ declare const meta: {
|
|
|
198
212
|
iconRight: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
|
|
199
213
|
placement: "onsurface" | "oncanvas";
|
|
200
214
|
weight: "regular" | "semibold";
|
|
215
|
+
linkTarget: string;
|
|
201
216
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
202
217
|
$slots: {
|
|
203
218
|
default?(_: {}): any;
|
|
@@ -211,6 +226,9 @@ declare const meta: {
|
|
|
211
226
|
href: {
|
|
212
227
|
control: string;
|
|
213
228
|
};
|
|
229
|
+
linkTarget: {
|
|
230
|
+
control: string;
|
|
231
|
+
};
|
|
214
232
|
iconLeft: {
|
|
215
233
|
control: string;
|
|
216
234
|
options: string[];
|
|
@@ -240,6 +258,7 @@ declare const meta: {
|
|
|
240
258
|
placement: "onsurface";
|
|
241
259
|
size: "medium";
|
|
242
260
|
weight: "regular";
|
|
261
|
+
linkTarget: undefined;
|
|
243
262
|
};
|
|
244
263
|
};
|
|
245
264
|
export default meta;
|
|
@@ -27,6 +27,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
27
|
type: import("vue").PropType<"regular" | "semibold">;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
+
linkTarget: {
|
|
31
|
+
type: import("vue").PropType<string>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
30
34
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
35
|
size: {
|
|
32
36
|
type: import("vue").PropType<"small" | "medium" | "xsmall">;
|
|
@@ -56,6 +60,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
56
60
|
type: import("vue").PropType<"regular" | "semibold">;
|
|
57
61
|
default: string;
|
|
58
62
|
};
|
|
63
|
+
linkTarget: {
|
|
64
|
+
type: import("vue").PropType<string>;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
59
67
|
}>>, {
|
|
60
68
|
size: "small" | "medium" | "xsmall";
|
|
61
69
|
color: "blue" | "gray";
|
|
@@ -64,6 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
72
|
iconRight: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
|
|
65
73
|
placement: "onsurface" | "oncanvas";
|
|
66
74
|
weight: "regular" | "semibold";
|
|
75
|
+
linkTarget: string;
|
|
67
76
|
}, {}>, {
|
|
68
77
|
default?(_: {}): any;
|
|
69
78
|
}>;
|