@vc-shell/framework 1.0.229 → 1.0.231
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/CHANGELOG.md +18 -0
- package/dist/framework.js +112 -108
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +10 -1
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +19 -0
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +4 -0
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +21 -21
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +30 -30
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
- package/package.json +4 -4
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +7 -2
- package/shared/modules/dynamic/types/index.ts +10 -1
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +3 -0
|
@@ -74,6 +74,10 @@ declare const _default: {
|
|
|
74
74
|
type: import("vue").PropType<"symbol" | "code" | "name" | "hidden" | "narrowSymbol">;
|
|
75
75
|
default: import("vue-currency-input").CurrencyDisplay;
|
|
76
76
|
};
|
|
77
|
+
precision: {
|
|
78
|
+
type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
|
|
79
|
+
default: number;
|
|
80
|
+
};
|
|
77
81
|
}>> & {
|
|
78
82
|
onBlur?: ((value: Event) => any) | undefined;
|
|
79
83
|
onChange?: ((value: string | number | null) => any) | undefined;
|
|
@@ -155,6 +159,10 @@ declare const _default: {
|
|
|
155
159
|
type: import("vue").PropType<"symbol" | "code" | "name" | "hidden" | "narrowSymbol">;
|
|
156
160
|
default: import("vue-currency-input").CurrencyDisplay;
|
|
157
161
|
};
|
|
162
|
+
precision: {
|
|
163
|
+
type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
|
|
164
|
+
default: number;
|
|
165
|
+
};
|
|
158
166
|
}>> & {
|
|
159
167
|
onBlur?: ((value: Event) => any) | undefined;
|
|
160
168
|
onChange?: ((value: string | number | null) => any) | undefined;
|
|
@@ -163,6 +171,7 @@ declare const _default: {
|
|
|
163
171
|
}, {
|
|
164
172
|
debounce: string | number;
|
|
165
173
|
currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
|
|
174
|
+
precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
166
175
|
}, true, {}, {}, {
|
|
167
176
|
P: {};
|
|
168
177
|
B: {};
|
|
@@ -241,6 +250,10 @@ declare const _default: {
|
|
|
241
250
|
type: import("vue").PropType<"symbol" | "code" | "name" | "hidden" | "narrowSymbol">;
|
|
242
251
|
default: import("vue-currency-input").CurrencyDisplay;
|
|
243
252
|
};
|
|
253
|
+
precision: {
|
|
254
|
+
type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
|
|
255
|
+
default: number;
|
|
256
|
+
};
|
|
244
257
|
}>> & {
|
|
245
258
|
onBlur?: ((value: Event) => any) | undefined;
|
|
246
259
|
onChange?: ((value: string | number | null) => any) | undefined;
|
|
@@ -249,6 +262,7 @@ declare const _default: {
|
|
|
249
262
|
}, {}, {}, {}, {}, {
|
|
250
263
|
debounce: string | number;
|
|
251
264
|
currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
|
|
265
|
+
precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
252
266
|
}>;
|
|
253
267
|
__isFragment?: undefined;
|
|
254
268
|
__isTeleport?: undefined;
|
|
@@ -324,6 +338,10 @@ declare const _default: {
|
|
|
324
338
|
type: import("vue").PropType<"symbol" | "code" | "name" | "hidden" | "narrowSymbol">;
|
|
325
339
|
default: import("vue-currency-input").CurrencyDisplay;
|
|
326
340
|
};
|
|
341
|
+
precision: {
|
|
342
|
+
type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
|
|
343
|
+
default: number;
|
|
344
|
+
};
|
|
327
345
|
}>> & {
|
|
328
346
|
onBlur?: ((value: Event) => any) | undefined;
|
|
329
347
|
onChange?: ((value: string | number | null) => any) | undefined;
|
|
@@ -337,6 +355,7 @@ declare const _default: {
|
|
|
337
355
|
}, string, {
|
|
338
356
|
debounce: string | number;
|
|
339
357
|
currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
|
|
358
|
+
precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
340
359
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
341
360
|
$slots: Readonly<{
|
|
342
361
|
button: (scope: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-input-currency.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"vc-input-currency.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrC,wBA4ByC;AAEzC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,eAAe,CAOnD,CAAC;AAEH,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC;AAKvE,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC;AAK1E,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC;AAMxE,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC;AAK3E,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC;AAK3E,eAAO,MAAM,MAAM,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC;AAKzE,eAAO,MAAM,MAAM,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC;AAKzE,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,eAAe,CAAqB,CAAC"}
|
|
@@ -99,6 +99,7 @@ export interface Props {
|
|
|
99
99
|
* Currency sign display settings
|
|
100
100
|
*/
|
|
101
101
|
currencyDisplay?: `${CurrencyDisplay}`;
|
|
102
|
+
precision?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
102
103
|
}
|
|
103
104
|
export interface Emits {
|
|
104
105
|
(event: "update:model-value", value: string | number | null): void;
|
|
@@ -109,6 +110,7 @@ export interface Emits {
|
|
|
109
110
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
110
111
|
debounce: number;
|
|
111
112
|
currencyDisplay: CurrencyDisplay;
|
|
113
|
+
precision: number;
|
|
112
114
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
113
115
|
"update:model-value": (value: string | number | null) => void;
|
|
114
116
|
"update:option": (value: unknown) => void;
|
|
@@ -117,6 +119,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
117
119
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
118
120
|
debounce: number;
|
|
119
121
|
currencyDisplay: CurrencyDisplay;
|
|
122
|
+
precision: number;
|
|
120
123
|
}>>> & {
|
|
121
124
|
onBlur?: ((value: Event) => any) | undefined;
|
|
122
125
|
onChange?: ((value: string | number | null) => any) | undefined;
|
|
@@ -125,6 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
125
128
|
}, {
|
|
126
129
|
debounce: string | number;
|
|
127
130
|
currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
|
|
131
|
+
precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
128
132
|
}, {}>, Readonly<{
|
|
129
133
|
/**
|
|
130
134
|
* Slot for custom dropdown open handler
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGvE,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAClC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAClC;;OAEG;IACH,eAAe,CAAC,EAAE,GAAG,eAAe,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"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"}
|
|
@@ -49,9 +49,9 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
49
49
|
hint?: string | undefined;
|
|
50
50
|
loading?: boolean | undefined;
|
|
51
51
|
onSearch?: ((value: string) => any) | undefined;
|
|
52
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
53
52
|
optionValue?: string | undefined;
|
|
54
53
|
optionLabel?: string | undefined;
|
|
54
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
55
55
|
multivalue?: boolean | undefined;
|
|
56
56
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
57
57
|
attrs: any;
|
|
@@ -98,9 +98,9 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
98
98
|
hint?: string | undefined;
|
|
99
99
|
loading?: boolean | undefined;
|
|
100
100
|
onSearch?: ((value: string) => any) | undefined;
|
|
101
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
102
101
|
optionValue?: string | undefined;
|
|
103
102
|
optionLabel?: string | undefined;
|
|
103
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
104
104
|
multivalue?: boolean | undefined;
|
|
105
105
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
106
106
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -151,9 +151,9 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
151
151
|
hint?: string | undefined;
|
|
152
152
|
loading?: boolean | undefined;
|
|
153
153
|
onSearch?: ((value: string) => any) | undefined;
|
|
154
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
155
154
|
optionValue?: string | undefined;
|
|
156
155
|
optionLabel?: string | undefined;
|
|
156
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
157
157
|
multivalue?: boolean | undefined;
|
|
158
158
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
159
159
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -204,9 +204,9 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
204
204
|
hint?: string | undefined;
|
|
205
205
|
loading?: boolean | undefined;
|
|
206
206
|
onSearch?: ((value: string) => any) | undefined;
|
|
207
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
208
207
|
optionValue?: string | undefined;
|
|
209
208
|
optionLabel?: string | undefined;
|
|
209
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
210
210
|
multivalue?: boolean | undefined;
|
|
211
211
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
212
212
|
attrs: any;
|
|
@@ -253,9 +253,9 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
253
253
|
hint?: string | undefined;
|
|
254
254
|
loading?: boolean | undefined;
|
|
255
255
|
onSearch?: ((value: string) => any) | undefined;
|
|
256
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
257
256
|
optionValue?: string | undefined;
|
|
258
257
|
optionLabel?: string | undefined;
|
|
258
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
259
259
|
multivalue?: boolean | undefined;
|
|
260
260
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
261
261
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -306,9 +306,9 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
306
306
|
hint?: string | undefined;
|
|
307
307
|
loading?: boolean | undefined;
|
|
308
308
|
onSearch?: ((value: string) => any) | undefined;
|
|
309
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
310
309
|
optionValue?: string | undefined;
|
|
311
310
|
optionLabel?: string | undefined;
|
|
311
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
312
312
|
multivalue?: boolean | undefined;
|
|
313
313
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
314
314
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -359,9 +359,9 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
359
359
|
hint?: string | undefined;
|
|
360
360
|
loading?: boolean | undefined;
|
|
361
361
|
onSearch?: ((value: string) => any) | undefined;
|
|
362
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
363
362
|
optionValue?: string | undefined;
|
|
364
363
|
optionLabel?: string | undefined;
|
|
364
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
365
365
|
multivalue?: boolean | undefined;
|
|
366
366
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
367
367
|
attrs: any;
|
|
@@ -408,9 +408,9 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
408
408
|
hint?: string | undefined;
|
|
409
409
|
loading?: boolean | undefined;
|
|
410
410
|
onSearch?: ((value: string) => any) | undefined;
|
|
411
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
412
411
|
optionValue?: string | undefined;
|
|
413
412
|
optionLabel?: string | undefined;
|
|
413
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
414
414
|
multivalue?: boolean | undefined;
|
|
415
415
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
416
416
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -461,9 +461,9 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
461
461
|
hint?: string | undefined;
|
|
462
462
|
loading?: boolean | undefined;
|
|
463
463
|
onSearch?: ((value: string) => any) | undefined;
|
|
464
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
465
464
|
optionValue?: string | undefined;
|
|
466
465
|
optionLabel?: string | undefined;
|
|
466
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
467
467
|
multivalue?: boolean | undefined;
|
|
468
468
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
469
469
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -514,9 +514,9 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
514
514
|
hint?: string | undefined;
|
|
515
515
|
loading?: boolean | undefined;
|
|
516
516
|
onSearch?: ((value: string) => any) | undefined;
|
|
517
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
518
517
|
optionValue?: string | undefined;
|
|
519
518
|
optionLabel?: string | undefined;
|
|
519
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
520
520
|
multivalue?: boolean | undefined;
|
|
521
521
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
522
522
|
attrs: any;
|
|
@@ -563,9 +563,9 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
563
563
|
hint?: string | undefined;
|
|
564
564
|
loading?: boolean | undefined;
|
|
565
565
|
onSearch?: ((value: string) => any) | undefined;
|
|
566
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
567
566
|
optionValue?: string | undefined;
|
|
568
567
|
optionLabel?: string | undefined;
|
|
568
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
569
569
|
multivalue?: boolean | undefined;
|
|
570
570
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
571
571
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -616,9 +616,9 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
616
616
|
hint?: string | undefined;
|
|
617
617
|
loading?: boolean | undefined;
|
|
618
618
|
onSearch?: ((value: string) => any) | undefined;
|
|
619
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
620
619
|
optionValue?: string | undefined;
|
|
621
620
|
optionLabel?: string | undefined;
|
|
621
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
622
622
|
multivalue?: boolean | undefined;
|
|
623
623
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
624
624
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -669,9 +669,9 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
669
669
|
hint?: string | undefined;
|
|
670
670
|
loading?: boolean | undefined;
|
|
671
671
|
onSearch?: ((value: string) => any) | undefined;
|
|
672
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
673
672
|
optionValue?: string | undefined;
|
|
674
673
|
optionLabel?: string | undefined;
|
|
674
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
675
675
|
multivalue?: boolean | undefined;
|
|
676
676
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
677
677
|
attrs: any;
|
|
@@ -718,9 +718,9 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
718
718
|
hint?: string | undefined;
|
|
719
719
|
loading?: boolean | undefined;
|
|
720
720
|
onSearch?: ((value: string) => any) | undefined;
|
|
721
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
722
721
|
optionValue?: string | undefined;
|
|
723
722
|
optionLabel?: string | undefined;
|
|
723
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
724
724
|
multivalue?: boolean | undefined;
|
|
725
725
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
726
726
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -771,9 +771,9 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
771
771
|
hint?: string | undefined;
|
|
772
772
|
loading?: boolean | undefined;
|
|
773
773
|
onSearch?: ((value: string) => any) | undefined;
|
|
774
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
775
774
|
optionValue?: string | undefined;
|
|
776
775
|
optionLabel?: string | undefined;
|
|
776
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
777
777
|
multivalue?: boolean | undefined;
|
|
778
778
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
779
779
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -824,9 +824,9 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
824
824
|
hint?: string | undefined;
|
|
825
825
|
loading?: boolean | undefined;
|
|
826
826
|
onSearch?: ((value: string) => any) | undefined;
|
|
827
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
828
827
|
optionValue?: string | undefined;
|
|
829
828
|
optionLabel?: string | undefined;
|
|
829
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
830
830
|
multivalue?: boolean | undefined;
|
|
831
831
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
832
832
|
attrs: any;
|
|
@@ -873,9 +873,9 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
873
873
|
hint?: string | undefined;
|
|
874
874
|
loading?: boolean | undefined;
|
|
875
875
|
onSearch?: ((value: string) => any) | undefined;
|
|
876
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
877
876
|
optionValue?: string | undefined;
|
|
878
877
|
optionLabel?: string | undefined;
|
|
878
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
879
879
|
multivalue?: boolean | undefined;
|
|
880
880
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
881
881
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -926,9 +926,9 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
926
926
|
hint?: string | undefined;
|
|
927
927
|
loading?: boolean | undefined;
|
|
928
928
|
onSearch?: ((value: string) => any) | undefined;
|
|
929
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
930
929
|
optionValue?: string | undefined;
|
|
931
930
|
optionLabel?: string | undefined;
|
|
931
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
932
932
|
multivalue?: boolean | undefined;
|
|
933
933
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
934
934
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -979,9 +979,9 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
979
979
|
hint?: string | undefined;
|
|
980
980
|
loading?: boolean | undefined;
|
|
981
981
|
onSearch?: ((value: string) => any) | undefined;
|
|
982
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
983
982
|
optionValue?: string | undefined;
|
|
984
983
|
optionLabel?: string | undefined;
|
|
984
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
985
985
|
multivalue?: boolean | undefined;
|
|
986
986
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
987
987
|
attrs: any;
|
|
@@ -1028,9 +1028,9 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1028
1028
|
hint?: string | undefined;
|
|
1029
1029
|
loading?: boolean | undefined;
|
|
1030
1030
|
onSearch?: ((value: string) => any) | undefined;
|
|
1031
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1032
1031
|
optionValue?: string | undefined;
|
|
1033
1032
|
optionLabel?: string | undefined;
|
|
1033
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1034
1034
|
multivalue?: boolean | undefined;
|
|
1035
1035
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1036
1036
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -1081,9 +1081,9 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1081
1081
|
hint?: string | undefined;
|
|
1082
1082
|
loading?: boolean | undefined;
|
|
1083
1083
|
onSearch?: ((value: string) => any) | undefined;
|
|
1084
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1085
1084
|
optionValue?: string | undefined;
|
|
1086
1085
|
optionLabel?: string | undefined;
|
|
1086
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1087
1087
|
multivalue?: boolean | undefined;
|
|
1088
1088
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1089
1089
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -43,9 +43,9 @@ declare const _default: <T extends {
|
|
|
43
43
|
hint?: string | undefined;
|
|
44
44
|
loading?: boolean | undefined;
|
|
45
45
|
onSearch?: ((value: string) => any) | undefined;
|
|
46
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
47
46
|
optionValue?: string | undefined;
|
|
48
47
|
optionLabel?: string | undefined;
|
|
48
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
49
49
|
multivalue?: boolean | undefined;
|
|
50
50
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
51
51
|
attrs: any;
|
|
@@ -92,9 +92,9 @@ declare const _default: <T extends {
|
|
|
92
92
|
hint?: string | undefined;
|
|
93
93
|
loading?: boolean | undefined;
|
|
94
94
|
onSearch?: ((value: string) => any) | undefined;
|
|
95
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
96
95
|
optionValue?: string | undefined;
|
|
97
96
|
optionLabel?: string | undefined;
|
|
97
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
98
98
|
multivalue?: boolean | undefined;
|
|
99
99
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
100
100
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -145,9 +145,9 @@ declare const _default: <T extends {
|
|
|
145
145
|
hint?: string | undefined;
|
|
146
146
|
loading?: boolean | undefined;
|
|
147
147
|
onSearch?: ((value: string) => any) | undefined;
|
|
148
|
-
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
149
148
|
optionValue?: string | undefined;
|
|
150
149
|
optionLabel?: string | undefined;
|
|
150
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
151
151
|
multivalue?: boolean | undefined;
|
|
152
152
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
153
153
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|