@dpa-id-components/dpa-shared-components 8.0.6 → 8.0.8-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/UseBreakpoints.stories.ts +22 -0
- package/dist/UseBreakpoints.vue +12 -0
- package/dist/UseTailwindBreakpoints.stories.ts +22 -0
- package/dist/UseTailwindBreakpoints.vue +13 -0
- package/dist/alert-c8e2ae08.mjs +15 -0
- package/dist/arrow-left-93c1cdc7.mjs +15 -0
- package/dist/arrow-right-caf216c1.mjs +15 -0
- package/dist/audio-f02c6683.mjs +19 -0
- package/dist/audio-inline-92256dc7.mjs +19 -0
- package/dist/bookmark-4ff074d8.mjs +19 -0
- package/dist/bookmark-89d43835.mjs +18 -0
- package/dist/bookmark-fill-2b5e5104.mjs +18 -0
- package/dist/bookmark-fill-731ae06c.mjs +19 -0
- package/dist/checklist-e548cc3a.mjs +19 -0
- package/dist/checkmark-d41d01ff.mjs +19 -0
- package/dist/chevron-left-b66f074e.mjs +15 -0
- package/dist/chevron-right-b589ab17.mjs +17 -0
- package/dist/chevron-up-6418abb0.mjs +15 -0
- package/dist/clock-02be24f4.mjs +19 -0
- package/dist/close-5d26c1d1.mjs +15 -0
- package/dist/components/UiButton/UiButton.stories.d.ts +15 -15
- package/dist/components/UiButton/UiButton.vue.d.ts +9 -9
- package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +279 -0
- 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/UiMenu/UiMenu.stories.d.ts +23 -0
- package/dist/components/UiMenu/UiMenu.vue.d.ts +9 -0
- 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/copy-link-de7cb91d.mjs +19 -0
- package/dist/dpa-shared-components.mjs +3890 -4063
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/emoji-9480b7e3.mjs +19 -0
- package/dist/filter-2926b3c6.mjs +20 -0
- package/dist/filter-e213ae59.mjs +15 -0
- package/dist/filter-outline-91e5aa0a.mjs +19 -0
- package/dist/flags-cb22ae09.mjs +19 -0
- package/dist/flash-6c2fa662.mjs +15 -0
- package/dist/folder-add-e6e37681.mjs +15 -0
- package/dist/folder-bc98dd3b.mjs +15 -0
- package/dist/graphic-855e5909.mjs +19 -0
- package/dist/graphic-90b2d2fc.mjs +20 -0
- package/dist/graphic-a41ad739.mjs +19 -0
- package/dist/graphic-inline-a41ad739.mjs +19 -0
- package/dist/help-471874fe.mjs +19 -0
- package/dist/home-85e0bf1d.mjs +15 -0
- package/dist/info-ee40cf5c.mjs +15 -0
- package/dist/latest-dd68ea4b.mjs +15 -0
- package/dist/main.css +23 -0
- package/dist/more-vertical-5797b4a7.mjs +15 -0
- package/dist/pdf-9b269d2e.mjs +22 -0
- package/dist/picture-inline-0eb9c590.mjs +19 -0
- package/dist/pin-ce661952.mjs +19 -0
- package/dist/plus-0900f7b4.mjs +15 -0
- package/dist/refresh-93ed1124.mjs +15 -0
- package/dist/reset-71987e6a.mjs +15 -0
- package/dist/screens.js +13 -0
- package/dist/search-9bebfc15.mjs +15 -0
- package/dist/share-f49b038e.mjs +15 -0
- package/dist/slack-05d08ea2.mjs +15 -0
- package/dist/style.css +1 -1
- package/dist/tailwind/screens.d.ts +8 -0
- package/dist/tailwind/useBreakpoints.d.ts +9 -0
- package/dist/tailwind/useTailwindBreakpoints.d.ts +9 -0
- package/dist/text-3969d470.mjs +15 -0
- package/dist/text-inline-cbb3242f.mjs +15 -0
- package/dist/useBreakpoints.ts +19 -0
- package/dist/useTailwindBreakpoints.ts +19 -0
- package/dist/video-e95f8e58.mjs +19 -0
- package/dist/video-inline-b961f9cd.mjs +19 -0
- package/package.json +1 -1
|
@@ -18,6 +18,10 @@ declare const meta: {
|
|
|
18
18
|
}[]>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
|
+
direction: {
|
|
22
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
21
25
|
variant: {
|
|
22
26
|
type: import("vue").PropType<"blue" | "gray">;
|
|
23
27
|
default: string;
|
|
@@ -26,10 +30,6 @@ declare const meta: {
|
|
|
26
30
|
type: import("vue").PropType<string>;
|
|
27
31
|
required: true;
|
|
28
32
|
};
|
|
29
|
-
direction: {
|
|
30
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
33
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
34
|
size: {
|
|
35
35
|
type: import("vue").PropType<"small" | "medium">;
|
|
@@ -47,6 +47,10 @@ declare const meta: {
|
|
|
47
47
|
}[]>;
|
|
48
48
|
required: true;
|
|
49
49
|
};
|
|
50
|
+
direction: {
|
|
51
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
50
54
|
variant: {
|
|
51
55
|
type: import("vue").PropType<"blue" | "gray">;
|
|
52
56
|
default: string;
|
|
@@ -55,17 +59,13 @@ declare const meta: {
|
|
|
55
59
|
type: import("vue").PropType<string>;
|
|
56
60
|
required: true;
|
|
57
61
|
};
|
|
58
|
-
direction: {
|
|
59
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
62
|
}>> & {
|
|
63
63
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
64
64
|
}, {
|
|
65
65
|
size: "small" | "medium";
|
|
66
66
|
disabled: boolean;
|
|
67
|
-
variant: "blue" | "gray";
|
|
68
67
|
direction: "vertical" | "horizontal";
|
|
68
|
+
variant: "blue" | "gray";
|
|
69
69
|
}, {}>;
|
|
70
70
|
argTypes: {
|
|
71
71
|
value: {
|
|
@@ -128,6 +128,10 @@ declare const meta: {
|
|
|
128
128
|
}[]>;
|
|
129
129
|
required: true;
|
|
130
130
|
};
|
|
131
|
+
direction: {
|
|
132
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
131
135
|
variant: {
|
|
132
136
|
type: import("vue").PropType<"blue" | "gray">;
|
|
133
137
|
default: string;
|
|
@@ -136,10 +140,6 @@ declare const meta: {
|
|
|
136
140
|
type: import("vue").PropType<string>;
|
|
137
141
|
required: true;
|
|
138
142
|
};
|
|
139
|
-
direction: {
|
|
140
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
143
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
144
144
|
size: {
|
|
145
145
|
type: import("vue").PropType<"small" | "medium">;
|
|
@@ -157,6 +157,10 @@ declare const meta: {
|
|
|
157
157
|
}[]>;
|
|
158
158
|
required: true;
|
|
159
159
|
};
|
|
160
|
+
direction: {
|
|
161
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
162
|
+
default: string;
|
|
163
|
+
};
|
|
160
164
|
variant: {
|
|
161
165
|
type: import("vue").PropType<"blue" | "gray">;
|
|
162
166
|
default: string;
|
|
@@ -165,17 +169,13 @@ declare const meta: {
|
|
|
165
169
|
type: import("vue").PropType<string>;
|
|
166
170
|
required: true;
|
|
167
171
|
};
|
|
168
|
-
direction: {
|
|
169
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
170
|
-
default: string;
|
|
171
|
-
};
|
|
172
172
|
}>> & {
|
|
173
173
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
174
174
|
}, {
|
|
175
175
|
size: "small" | "medium";
|
|
176
176
|
disabled: boolean;
|
|
177
|
-
variant: "blue" | "gray";
|
|
178
177
|
direction: "vertical" | "horizontal";
|
|
178
|
+
variant: "blue" | "gray";
|
|
179
179
|
}, {}>;
|
|
180
180
|
};
|
|
181
181
|
template: string;
|
|
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
}[]>;
|
|
16
16
|
required: true;
|
|
17
17
|
};
|
|
18
|
+
direction: {
|
|
19
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
18
22
|
variant: {
|
|
19
23
|
type: import("vue").PropType<"blue" | "gray">;
|
|
20
24
|
default: string;
|
|
@@ -23,10 +27,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
27
|
type: import("vue").PropType<string>;
|
|
24
28
|
required: true;
|
|
25
29
|
};
|
|
26
|
-
direction: {
|
|
27
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
30
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
size: {
|
|
32
32
|
type: import("vue").PropType<"small" | "medium">;
|
|
@@ -44,6 +44,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
}[]>;
|
|
45
45
|
required: true;
|
|
46
46
|
};
|
|
47
|
+
direction: {
|
|
48
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
47
51
|
variant: {
|
|
48
52
|
type: import("vue").PropType<"blue" | "gray">;
|
|
49
53
|
default: string;
|
|
@@ -52,16 +56,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
56
|
type: import("vue").PropType<string>;
|
|
53
57
|
required: true;
|
|
54
58
|
};
|
|
55
|
-
direction: {
|
|
56
|
-
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
59
|
}>> & {
|
|
60
60
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}, {
|
|
62
62
|
size: "small" | "medium";
|
|
63
63
|
disabled: boolean;
|
|
64
|
-
variant: "blue" | "gray";
|
|
65
64
|
direction: "vertical" | "horizontal";
|
|
65
|
+
variant: "blue" | "gray";
|
|
66
66
|
}, {}>;
|
|
67
67
|
export default _default;
|
|
@@ -6,8 +6,8 @@ declare const meta: {
|
|
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
|
7
7
|
$data: {};
|
|
8
8
|
$props: {
|
|
9
|
-
modelValue?: string | undefined;
|
|
10
9
|
placeholder?: string | undefined;
|
|
10
|
+
modelValue?: 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
|
+
placeholder: {
|
|
81
81
|
type: import("vue").PropType<string>;
|
|
82
|
-
required: true;
|
|
83
82
|
default: string;
|
|
84
83
|
};
|
|
85
|
-
|
|
84
|
+
modelValue: {
|
|
86
85
|
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
|
-
modelValue: string;
|
|
117
116
|
placeholder: string;
|
|
117
|
+
modelValue: 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
|
+
placeholder: {
|
|
144
144
|
type: import("vue").PropType<string>;
|
|
145
|
-
required: true;
|
|
146
145
|
default: string;
|
|
147
146
|
};
|
|
148
|
-
|
|
147
|
+
modelValue: {
|
|
149
148
|
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
|
+
placeholder: {
|
|
184
184
|
type: import("vue").PropType<string>;
|
|
185
|
-
required: true;
|
|
186
185
|
default: string;
|
|
187
186
|
};
|
|
188
|
-
|
|
187
|
+
modelValue: {
|
|
189
188
|
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
|
-
modelValue: string;
|
|
220
219
|
placeholder: string;
|
|
220
|
+
modelValue: 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
|
-
modelValue?: string | undefined;
|
|
272
271
|
placeholder?: string | undefined;
|
|
272
|
+
modelValue?: 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
|
+
placeholder: {
|
|
343
343
|
type: import("vue").PropType<string>;
|
|
344
|
-
required: true;
|
|
345
344
|
default: string;
|
|
346
345
|
};
|
|
347
|
-
|
|
346
|
+
modelValue: {
|
|
348
347
|
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
|
-
modelValue: string;
|
|
379
378
|
placeholder: string;
|
|
379
|
+
modelValue: 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
|
+
placeholder: {
|
|
406
406
|
type: import("vue").PropType<string>;
|
|
407
|
-
required: true;
|
|
408
407
|
default: string;
|
|
409
408
|
};
|
|
410
|
-
|
|
409
|
+
modelValue: {
|
|
411
410
|
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
|
+
placeholder: {
|
|
446
446
|
type: import("vue").PropType<string>;
|
|
447
|
-
required: true;
|
|
448
447
|
default: string;
|
|
449
448
|
};
|
|
450
|
-
|
|
449
|
+
modelValue: {
|
|
451
450
|
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
|
-
modelValue: string;
|
|
482
481
|
placeholder: string;
|
|
482
|
+
modelValue: 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;
|
|
504
505
|
rounded?: boolean | undefined;
|
|
505
506
|
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,6 +580,10 @@ 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
|
+
};
|
|
583
587
|
rounded: {
|
|
584
588
|
type: import("vue").PropType<boolean>;
|
|
585
589
|
default: boolean;
|
|
@@ -588,10 +592,6 @@ export declare const WithChips: {
|
|
|
588
592
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
589
593
|
default: string;
|
|
590
594
|
};
|
|
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;
|
|
604
605
|
rounded: boolean;
|
|
605
606
|
disabledVariant: "primary" | "secondary";
|
|
606
|
-
href: string;
|
|
607
607
|
}, {}, string, {}> & {
|
|
608
608
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
609
609
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -641,6 +641,10 @@ 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
|
+
};
|
|
644
648
|
rounded: {
|
|
645
649
|
type: import("vue").PropType<boolean>;
|
|
646
650
|
default: boolean;
|
|
@@ -649,10 +653,6 @@ export declare const WithChips: {
|
|
|
649
653
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
650
654
|
default: string;
|
|
651
655
|
};
|
|
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,6 +676,10 @@ 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
|
+
};
|
|
679
683
|
rounded: {
|
|
680
684
|
type: import("vue").PropType<boolean>;
|
|
681
685
|
default: boolean;
|
|
@@ -684,10 +688,6 @@ export declare const WithChips: {
|
|
|
684
688
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
685
689
|
default: string;
|
|
686
690
|
};
|
|
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;
|
|
700
701
|
rounded: boolean;
|
|
701
702
|
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
|
+
placeholder: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
|
-
required: true;
|
|
5
4
|
default: string;
|
|
6
5
|
};
|
|
7
|
-
|
|
6
|
+
modelValue: {
|
|
8
7
|
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
|
+
placeholder: {
|
|
32
32
|
type: import("vue").PropType<string>;
|
|
33
|
-
required: true;
|
|
34
33
|
default: string;
|
|
35
34
|
};
|
|
36
|
-
|
|
35
|
+
modelValue: {
|
|
37
36
|
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
|
-
modelValue: string;
|
|
66
65
|
placeholder: string;
|
|
66
|
+
modelValue: 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
|
-
modelValue: {
|
|
86
|
-
type: import("vue").PropType<string[]>;
|
|
87
|
-
required: true;
|
|
88
|
-
};
|
|
89
85
|
placeholder: {
|
|
90
86
|
type: import("vue").PropType<string>;
|
|
91
87
|
default: string;
|
|
92
88
|
};
|
|
89
|
+
modelValue: {
|
|
90
|
+
type: import("vue").PropType<string[]>;
|
|
91
|
+
required: true;
|
|
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
|
-
modelValue: {
|
|
141
|
-
type: import("vue").PropType<string[]>;
|
|
142
|
-
required: true;
|
|
143
|
-
};
|
|
144
140
|
placeholder: {
|
|
145
141
|
type: import("vue").PropType<string>;
|
|
146
142
|
default: string;
|
|
147
143
|
};
|
|
144
|
+
modelValue: {
|
|
145
|
+
type: import("vue").PropType<string[]>;
|
|
146
|
+
required: true;
|
|
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
|
-
modelValue: {
|
|
169
|
-
type: import("vue").PropType<string[]>;
|
|
170
|
-
required: true;
|
|
171
|
-
};
|
|
172
168
|
placeholder: {
|
|
173
169
|
type: import("vue").PropType<string>;
|
|
174
170
|
default: string;
|
|
175
171
|
};
|
|
172
|
+
modelValue: {
|
|
173
|
+
type: import("vue").PropType<string[]>;
|
|
174
|
+
required: true;
|
|
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
|
-
modelValue: {
|
|
315
|
-
type: import("vue").PropType<string[]>;
|
|
316
|
-
required: true;
|
|
317
|
-
};
|
|
318
314
|
placeholder: {
|
|
319
315
|
type: import("vue").PropType<string>;
|
|
320
316
|
default: string;
|
|
321
317
|
};
|
|
318
|
+
modelValue: {
|
|
319
|
+
type: import("vue").PropType<string[]>;
|
|
320
|
+
required: true;
|
|
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
|
-
modelValue: {
|
|
370
|
-
type: import("vue").PropType<string[]>;
|
|
371
|
-
required: true;
|
|
372
|
-
};
|
|
373
369
|
placeholder: {
|
|
374
370
|
type: import("vue").PropType<string>;
|
|
375
371
|
default: string;
|
|
376
372
|
};
|
|
373
|
+
modelValue: {
|
|
374
|
+
type: import("vue").PropType<string[]>;
|
|
375
|
+
required: true;
|
|
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
|
-
modelValue: {
|
|
398
|
-
type: import("vue").PropType<string[]>;
|
|
399
|
-
required: true;
|
|
400
|
-
};
|
|
401
397
|
placeholder: {
|
|
402
398
|
type: import("vue").PropType<string>;
|
|
403
399
|
default: string;
|
|
404
400
|
};
|
|
401
|
+
modelValue: {
|
|
402
|
+
type: import("vue").PropType<string[]>;
|
|
403
|
+
required: true;
|
|
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
|
-
modelValue: {
|
|
7
|
-
type: import("vue").PropType<string[]>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
6
|
placeholder: {
|
|
11
7
|
type: import("vue").PropType<string>;
|
|
12
8
|
default: string;
|
|
13
9
|
};
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: import("vue").PropType<string[]>;
|
|
12
|
+
required: true;
|
|
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
|
-
modelValue: {
|
|
31
|
-
type: import("vue").PropType<string[]>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
30
|
placeholder: {
|
|
35
31
|
type: import("vue").PropType<string>;
|
|
36
32
|
default: string;
|
|
37
33
|
};
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: import("vue").PropType<string[]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
38
|
hasAddEntryOption: {
|
|
39
39
|
type: import("vue").PropType<boolean>;
|
|
40
40
|
default: boolean;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as C, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
viewBox: "0 0 16 16",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, n = /* @__PURE__ */ o("path", {
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"clip-rule": "evenodd",
|
|
8
|
+
d: "M9.92625 2.45989C10.7574 2.39037 11.5855 2.6258 12.2558 3.12221C12.6332 3.41382 12.9443 3.78229 13.1686 4.2032C13.3928 4.62412 13.5251 5.08788 13.5566 5.56377C13.5881 6.03965 13.5182 6.51681 13.3514 6.96362C13.1846 7.41043 12.9248 7.81671 12.5891 8.15554L11.8002 8.94443C11.7486 8.9965 11.6871 9.03783 11.6194 9.06604C11.5517 9.09424 11.4791 9.10876 11.4058 9.10876C11.3324 9.10876 11.2598 9.09424 11.1921 9.06604C11.1244 9.03783 11.063 8.9965 11.0113 8.94443C10.9593 8.89279 10.9179 8.83134 10.8897 8.76364C10.8615 8.69594 10.847 8.62333 10.847 8.54999C10.847 8.47665 10.8615 8.40403 10.8897 8.33633C10.9179 8.26863 10.9593 8.20719 11.0113 8.15554L11.8002 7.3611C12.023 7.14236 12.1971 6.87914 12.3113 6.5886C12.4256 6.29805 12.4773 5.9867 12.4631 5.67484C12.449 5.36297 12.3693 5.05758 12.2292 4.77858C12.0891 4.49957 11.8919 4.25321 11.6502 4.05554C11.1983 3.70335 10.6318 3.53114 10.0603 3.57219C9.4888 3.61323 8.95278 3.86461 8.55578 4.27776L7.83356 5.00554C7.78191 5.05761 7.72047 5.09894 7.65277 5.12715C7.58507 5.15535 7.51245 5.16987 7.43911 5.16987C7.36577 5.16987 7.29316 5.15535 7.22546 5.12715C7.15776 5.09894 7.09631 5.05761 7.04467 5.00554C6.98801 4.94247 6.94524 4.86819 6.91911 4.78754C6.89298 4.70688 6.88407 4.62163 6.89298 4.53732C6.90188 4.453 6.92839 4.37149 6.97079 4.29807C7.01319 4.22465 7.07053 4.16095 7.13911 4.1111L7.73911 3.49999C8.31762 2.89913 9.09507 2.52941 9.92625 2.45989ZM8.71665 6.49443L6.49443 8.71665C6.44236 8.7683 6.40103 8.82974 6.37282 8.89744C6.34462 8.96514 6.3301 9.03776 6.3301 9.1111C6.3301 9.18444 6.34462 9.25705 6.37282 9.32475C6.40103 9.39245 6.44236 9.4539 6.49443 9.50554C6.54608 9.55761 6.60752 9.59894 6.67522 9.62715C6.74292 9.65535 6.81554 9.66987 6.88888 9.66987C6.96221 9.66987 7.03483 9.65535 7.10253 9.62715C7.17023 9.59894 7.23167 9.55761 7.28332 9.50554L9.50554 7.28332C9.61015 7.17871 9.66892 7.03682 9.66892 6.88888C9.66892 6.74093 9.61015 6.59904 9.50554 6.49443C9.40093 6.38982 9.25904 6.33105 9.1111 6.33105C8.96315 6.33105 8.82127 6.38982 8.71665 6.49443ZM8.15567 11L7.44456 11.7055C7.04536 12.1169 6.5087 12.3669 5.93695 12.4079C5.3652 12.4489 4.79836 12.278 4.34456 11.9278C4.10471 11.7301 3.90899 11.4844 3.77003 11.2064C3.63107 10.9284 3.55197 10.6243 3.53783 10.3139C3.5237 10.0034 3.57484 9.69341 3.68796 9.40394C3.80108 9.11447 3.97367 8.85194 4.19456 8.63332L4.98345 7.83888C5.03552 7.78723 5.07685 7.72578 5.10506 7.65808C5.13326 7.59038 5.14779 7.51777 5.14779 7.44443C5.14779 7.37109 5.13326 7.29848 5.10506 7.23078C5.07685 7.16308 5.03552 7.10163 4.98345 7.04999C4.93181 6.99791 4.87036 6.95658 4.80266 6.92838C4.73496 6.90018 4.66235 6.88565 4.58901 6.88565C4.51567 6.88565 4.44305 6.90018 4.37535 6.92838C4.30765 6.95658 4.24621 6.99791 4.19456 7.04999L3.48901 7.7611C2.89465 8.33666 2.52933 9.10833 2.46088 9.93286C2.39242 10.7574 2.62548 11.5787 3.11679 12.2444C3.40839 12.6227 3.77714 12.9346 4.19856 13.1595C4.61997 13.3843 5.0844 13.5169 5.561 13.5484C6.03759 13.5799 6.51544 13.5097 6.9628 13.3423C7.41016 13.175 7.81678 12.9143 8.15567 12.5778L8.94456 11.7889C9.04918 11.6843 9.10795 11.5424 9.10795 11.3944C9.10795 11.2465 9.04918 11.1046 8.94456 11C8.83995 10.8954 8.69806 10.8366 8.55012 10.8366C8.40217 10.8366 8.26029 10.8954 8.15567 11Z"
|
|
9
|
+
}, null, -1), c = [
|
|
10
|
+
n
|
|
11
|
+
];
|
|
12
|
+
function r(l, d) {
|
|
13
|
+
return C(), e("svg", t, c);
|
|
14
|
+
}
|
|
15
|
+
const L = { render: r };
|
|
16
|
+
export {
|
|
17
|
+
L as default,
|
|
18
|
+
r as render
|
|
19
|
+
};
|