@vc-shell/framework 1.0.187 → 1.0.189
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/core/plugins/moment/humanize.ts +6 -7
- package/dist/core/plugins/moment/humanize.d.ts.map +1 -1
- package/dist/framework.js +5907 -5885
- package/dist/index.css +1 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +4 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +417 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +357 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +398 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +392 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +398 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +372 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +391 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +372 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +439 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +448 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +459 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +359 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +507 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +392 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts +14 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +395 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +322 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts +113 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts +3 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +235 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts +4 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts +3 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +73 -38
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -39
- package/dist/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +30 -11
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +22 -3
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/index.d.ts +1 -35
- package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +5 -27
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -18
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- 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 +252 -42
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +36 -6
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +96 -32
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/modules/dynamic/components/fields/Button.ts +5 -2
- package/shared/modules/dynamic/components/fields/Card.ts +4 -4
- package/shared/modules/dynamic/components/fields/ContentField.ts +1 -0
- package/shared/modules/dynamic/components/fields/DynamicProperty.ts +5 -6
- package/shared/modules/dynamic/components/fields/EditorField.ts +4 -3
- package/shared/modules/dynamic/components/fields/Fieldset.ts +1 -1
- package/shared/modules/dynamic/components/fields/GalleryField.ts +6 -3
- package/shared/modules/dynamic/components/fields/ImageField.ts +0 -1
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +1 -1
- package/shared/modules/dynamic/components/fields/MultivalueField.ts +3 -2
- package/shared/modules/dynamic/components/fields/SelectField.ts +1 -0
- package/shared/modules/dynamic/components/fields/StatusField.ts +20 -10
- package/shared/modules/dynamic/components/fields/VideoField.ts +0 -1
- package/shared/modules/dynamic/components/fields/storybook/Button.stories.ts +247 -0
- package/shared/modules/dynamic/components/fields/storybook/Card.stories.ts +167 -0
- package/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.ts +186 -0
- package/shared/modules/dynamic/components/fields/storybook/ContentField.stories.ts +246 -0
- package/shared/modules/dynamic/components/fields/storybook/EditorField.stories.ts +185 -0
- package/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.ts +409 -0
- package/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.ts +239 -0
- package/shared/modules/dynamic/components/fields/storybook/ImageField.stories.ts +186 -0
- package/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.ts +267 -0
- package/shared/modules/dynamic/components/fields/storybook/InputField.stories.ts +286 -0
- package/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.ts +347 -0
- package/shared/modules/dynamic/components/fields/storybook/RatingField.stories.ts +131 -0
- package/shared/modules/dynamic/components/fields/storybook/SelectField.stories.ts +653 -0
- package/shared/modules/dynamic/components/fields/storybook/StatusField.stories.ts +202 -0
- package/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.ts +178 -0
- package/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.ts +191 -0
- package/shared/modules/dynamic/components/fields/storybook/VideoField.stories.ts +92 -0
- package/shared/modules/dynamic/components/fields/storybook/common/args.ts +130 -0
- package/shared/modules/dynamic/components/fields/storybook/common/templates.ts +8 -0
- package/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.ts +54 -0
- package/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.ts +16 -0
- package/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.ts +41 -0
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +4 -2
- package/shared/modules/dynamic/helpers/getters.ts +3 -0
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
- package/shared/modules/dynamic/helpers/setters.ts +1 -1
- package/shared/modules/dynamic/types/index.ts +78 -40
- package/shared/modules/dynamic/types/models.ts +8 -7
- package/ui/components/atoms/vc-card/vc-card.vue +12 -2
- package/ui/components/atoms/vc-switch/index.ts +1 -3
- package/ui/components/atoms/vc-switch/vc-switch.vue +10 -3
- package/ui/components/atoms/vc-video/index.ts +1 -3
- package/ui/components/atoms/vc-video/vc-video.stories.ts +1 -15
- package/ui/components/atoms/vc-video/vc-video.vue +4 -37
- package/ui/components/molecules/vc-editor/vc-editor.vue +28 -9
- package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +2 -2
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +8 -0
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +21 -9
- package/ui/components/molecules/vc-select/vc-select.stories.ts +74 -3
- package/ui/components/molecules/vc-select/vc-select.vue +35 -38
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +1 -9
- package/ui/components/organisms/vc-table/vc-table.vue +1 -0
|
@@ -9,21 +9,85 @@ declare const _default: {
|
|
|
9
9
|
};
|
|
10
10
|
argTypes: {
|
|
11
11
|
options: {
|
|
12
|
+
description: string;
|
|
12
13
|
table: {
|
|
13
14
|
type: {
|
|
14
15
|
summary: string;
|
|
15
16
|
};
|
|
16
17
|
};
|
|
17
18
|
};
|
|
18
|
-
|
|
19
|
+
optionValue: {
|
|
20
|
+
description: string;
|
|
19
21
|
control: string;
|
|
22
|
+
table: {
|
|
23
|
+
type: {
|
|
24
|
+
summary: string;
|
|
25
|
+
};
|
|
26
|
+
defaultValue: {
|
|
27
|
+
summary: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
20
30
|
};
|
|
21
|
-
|
|
31
|
+
optionLabel: {
|
|
32
|
+
description: string;
|
|
22
33
|
control: string;
|
|
34
|
+
table: {
|
|
35
|
+
type: {
|
|
36
|
+
summary: string;
|
|
37
|
+
};
|
|
38
|
+
defaultValue: {
|
|
39
|
+
summary: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
23
42
|
};
|
|
24
43
|
debounce: {
|
|
25
44
|
control: string;
|
|
26
45
|
};
|
|
46
|
+
clearable: {
|
|
47
|
+
description: string;
|
|
48
|
+
control: string;
|
|
49
|
+
table: {
|
|
50
|
+
type: {
|
|
51
|
+
summary: string;
|
|
52
|
+
};
|
|
53
|
+
defaultValue: {
|
|
54
|
+
summary: boolean;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
emitValue: {
|
|
59
|
+
description: string;
|
|
60
|
+
table: {
|
|
61
|
+
type: {
|
|
62
|
+
summary: string;
|
|
63
|
+
};
|
|
64
|
+
defaultValue: {
|
|
65
|
+
summary: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
searchable: {
|
|
70
|
+
description: string;
|
|
71
|
+
table: {
|
|
72
|
+
type: {
|
|
73
|
+
summary: string;
|
|
74
|
+
};
|
|
75
|
+
defaultValue: {
|
|
76
|
+
summary: boolean;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
multiple: {
|
|
81
|
+
description: string;
|
|
82
|
+
table: {
|
|
83
|
+
type: {
|
|
84
|
+
summary: string;
|
|
85
|
+
};
|
|
86
|
+
defaultValue: {
|
|
87
|
+
summary: boolean;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
27
91
|
};
|
|
28
92
|
};
|
|
29
93
|
export default _default;
|
|
@@ -62,9 +126,9 @@ export declare const Error: StoryFn<(<T, P extends {
|
|
|
62
126
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
63
127
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
64
128
|
emitValue?: boolean | undefined;
|
|
129
|
+
mapOptions?: boolean | undefined;
|
|
65
130
|
searchable?: boolean | undefined;
|
|
66
131
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
67
|
-
mapOptions?: boolean | undefined;
|
|
68
132
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
69
133
|
attrs: any;
|
|
70
134
|
slots: Readonly<{
|
|
@@ -143,9 +207,9 @@ export declare const Error: StoryFn<(<T, P extends {
|
|
|
143
207
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
144
208
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
145
209
|
emitValue?: boolean | undefined;
|
|
210
|
+
mapOptions?: boolean | undefined;
|
|
146
211
|
searchable?: boolean | undefined;
|
|
147
212
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
148
|
-
mapOptions?: boolean | undefined;
|
|
149
213
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
150
214
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
151
215
|
attrs: any;
|
|
@@ -228,9 +292,9 @@ export declare const Error: StoryFn<(<T, P extends {
|
|
|
228
292
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
229
293
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
230
294
|
emitValue?: boolean | undefined;
|
|
295
|
+
mapOptions?: boolean | undefined;
|
|
231
296
|
searchable?: boolean | undefined;
|
|
232
297
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
233
|
-
mapOptions?: boolean | undefined;
|
|
234
298
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
235
299
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
236
300
|
attrs: any;
|
|
@@ -314,9 +378,9 @@ export declare const Tooltip: StoryFn<(<T, P extends {
|
|
|
314
378
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
315
379
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
316
380
|
emitValue?: boolean | undefined;
|
|
381
|
+
mapOptions?: boolean | undefined;
|
|
317
382
|
searchable?: boolean | undefined;
|
|
318
383
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
319
|
-
mapOptions?: boolean | undefined;
|
|
320
384
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
321
385
|
attrs: any;
|
|
322
386
|
slots: Readonly<{
|
|
@@ -395,9 +459,9 @@ export declare const Tooltip: StoryFn<(<T, P extends {
|
|
|
395
459
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
396
460
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
397
461
|
emitValue?: boolean | undefined;
|
|
462
|
+
mapOptions?: boolean | undefined;
|
|
398
463
|
searchable?: boolean | undefined;
|
|
399
464
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
400
|
-
mapOptions?: boolean | undefined;
|
|
401
465
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
402
466
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
403
467
|
attrs: any;
|
|
@@ -480,9 +544,9 @@ export declare const Tooltip: StoryFn<(<T, P extends {
|
|
|
480
544
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
481
545
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
482
546
|
emitValue?: boolean | undefined;
|
|
547
|
+
mapOptions?: boolean | undefined;
|
|
483
548
|
searchable?: boolean | undefined;
|
|
484
549
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
485
|
-
mapOptions?: boolean | undefined;
|
|
486
550
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
487
551
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
488
552
|
attrs: any;
|
|
@@ -566,9 +630,9 @@ export declare const Disabled: StoryFn<(<T, P extends {
|
|
|
566
630
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
567
631
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
568
632
|
emitValue?: boolean | undefined;
|
|
633
|
+
mapOptions?: boolean | undefined;
|
|
569
634
|
searchable?: boolean | undefined;
|
|
570
635
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
571
|
-
mapOptions?: boolean | undefined;
|
|
572
636
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
573
637
|
attrs: any;
|
|
574
638
|
slots: Readonly<{
|
|
@@ -647,9 +711,9 @@ export declare const Disabled: StoryFn<(<T, P extends {
|
|
|
647
711
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
648
712
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
649
713
|
emitValue?: boolean | undefined;
|
|
714
|
+
mapOptions?: boolean | undefined;
|
|
650
715
|
searchable?: boolean | undefined;
|
|
651
716
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
652
|
-
mapOptions?: boolean | undefined;
|
|
653
717
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
654
718
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
655
719
|
attrs: any;
|
|
@@ -732,9 +796,9 @@ export declare const Disabled: StoryFn<(<T, P extends {
|
|
|
732
796
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
733
797
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
734
798
|
emitValue?: boolean | undefined;
|
|
799
|
+
mapOptions?: boolean | undefined;
|
|
735
800
|
searchable?: boolean | undefined;
|
|
736
801
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
737
|
-
mapOptions?: boolean | undefined;
|
|
738
802
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
739
803
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
740
804
|
attrs: any;
|
|
@@ -818,9 +882,9 @@ export declare const SearchableInput: StoryFn<(<T, P extends {
|
|
|
818
882
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
819
883
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
820
884
|
emitValue?: boolean | undefined;
|
|
885
|
+
mapOptions?: boolean | undefined;
|
|
821
886
|
searchable?: boolean | undefined;
|
|
822
887
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
823
|
-
mapOptions?: boolean | undefined;
|
|
824
888
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
825
889
|
attrs: any;
|
|
826
890
|
slots: Readonly<{
|
|
@@ -899,9 +963,9 @@ export declare const SearchableInput: StoryFn<(<T, P extends {
|
|
|
899
963
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
900
964
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
901
965
|
emitValue?: boolean | undefined;
|
|
966
|
+
mapOptions?: boolean | undefined;
|
|
902
967
|
searchable?: boolean | undefined;
|
|
903
968
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
904
|
-
mapOptions?: boolean | undefined;
|
|
905
969
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
906
970
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
907
971
|
attrs: any;
|
|
@@ -984,9 +1048,9 @@ export declare const SearchableInput: StoryFn<(<T, P extends {
|
|
|
984
1048
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
985
1049
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
986
1050
|
emitValue?: boolean | undefined;
|
|
1051
|
+
mapOptions?: boolean | undefined;
|
|
987
1052
|
searchable?: boolean | undefined;
|
|
988
1053
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
989
|
-
mapOptions?: boolean | undefined;
|
|
990
1054
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
991
1055
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
992
1056
|
attrs: any;
|
|
@@ -1070,9 +1134,9 @@ export declare const SearchableInputCustomDebounce: StoryFn<(<T, P extends {
|
|
|
1070
1134
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1071
1135
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1072
1136
|
emitValue?: boolean | undefined;
|
|
1137
|
+
mapOptions?: boolean | undefined;
|
|
1073
1138
|
searchable?: boolean | undefined;
|
|
1074
1139
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1075
|
-
mapOptions?: boolean | undefined;
|
|
1076
1140
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
1077
1141
|
attrs: any;
|
|
1078
1142
|
slots: Readonly<{
|
|
@@ -1151,9 +1215,9 @@ export declare const SearchableInputCustomDebounce: StoryFn<(<T, P extends {
|
|
|
1151
1215
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1152
1216
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1153
1217
|
emitValue?: boolean | undefined;
|
|
1218
|
+
mapOptions?: boolean | undefined;
|
|
1154
1219
|
searchable?: boolean | undefined;
|
|
1155
1220
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1156
|
-
mapOptions?: boolean | undefined;
|
|
1157
1221
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1158
1222
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
1159
1223
|
attrs: any;
|
|
@@ -1236,9 +1300,9 @@ export declare const SearchableInputCustomDebounce: StoryFn<(<T, P extends {
|
|
|
1236
1300
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1237
1301
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1238
1302
|
emitValue?: boolean | undefined;
|
|
1303
|
+
mapOptions?: boolean | undefined;
|
|
1239
1304
|
searchable?: boolean | undefined;
|
|
1240
1305
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1241
|
-
mapOptions?: boolean | undefined;
|
|
1242
1306
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1243
1307
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
1244
1308
|
attrs: any;
|
|
@@ -1322,9 +1386,9 @@ export declare const Required: StoryFn<(<T, P extends {
|
|
|
1322
1386
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1323
1387
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1324
1388
|
emitValue?: boolean | undefined;
|
|
1389
|
+
mapOptions?: boolean | undefined;
|
|
1325
1390
|
searchable?: boolean | undefined;
|
|
1326
1391
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1327
|
-
mapOptions?: boolean | undefined;
|
|
1328
1392
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
1329
1393
|
attrs: any;
|
|
1330
1394
|
slots: Readonly<{
|
|
@@ -1403,9 +1467,9 @@ export declare const Required: StoryFn<(<T, P extends {
|
|
|
1403
1467
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1404
1468
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1405
1469
|
emitValue?: boolean | undefined;
|
|
1470
|
+
mapOptions?: boolean | undefined;
|
|
1406
1471
|
searchable?: boolean | undefined;
|
|
1407
1472
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1408
|
-
mapOptions?: boolean | undefined;
|
|
1409
1473
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1410
1474
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
1411
1475
|
attrs: any;
|
|
@@ -1488,9 +1552,9 @@ export declare const Required: StoryFn<(<T, P extends {
|
|
|
1488
1552
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1489
1553
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1490
1554
|
emitValue?: boolean | undefined;
|
|
1555
|
+
mapOptions?: boolean | undefined;
|
|
1491
1556
|
searchable?: boolean | undefined;
|
|
1492
1557
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1493
|
-
mapOptions?: boolean | undefined;
|
|
1494
1558
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1495
1559
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
1496
1560
|
attrs: any;
|
|
@@ -1576,9 +1640,9 @@ export declare const Loading: StoryFn<(<T, P extends {
|
|
|
1576
1640
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1577
1641
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1578
1642
|
emitValue?: boolean | undefined;
|
|
1643
|
+
mapOptions?: boolean | undefined;
|
|
1579
1644
|
searchable?: boolean | undefined;
|
|
1580
1645
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1581
|
-
mapOptions?: boolean | undefined;
|
|
1582
1646
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
1583
1647
|
attrs: any;
|
|
1584
1648
|
slots: Readonly<{
|
|
@@ -1657,9 +1721,9 @@ export declare const Loading: StoryFn<(<T, P extends {
|
|
|
1657
1721
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1658
1722
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1659
1723
|
emitValue?: boolean | undefined;
|
|
1724
|
+
mapOptions?: boolean | undefined;
|
|
1660
1725
|
searchable?: boolean | undefined;
|
|
1661
1726
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1662
|
-
mapOptions?: boolean | undefined;
|
|
1663
1727
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1664
1728
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
1665
1729
|
attrs: any;
|
|
@@ -1742,9 +1806,9 @@ export declare const Loading: StoryFn<(<T, P extends {
|
|
|
1742
1806
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1743
1807
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1744
1808
|
emitValue?: boolean | undefined;
|
|
1809
|
+
mapOptions?: boolean | undefined;
|
|
1745
1810
|
searchable?: boolean | undefined;
|
|
1746
1811
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1747
|
-
mapOptions?: boolean | undefined;
|
|
1748
1812
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1749
1813
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
1750
1814
|
attrs: any;
|
|
@@ -1828,9 +1892,9 @@ export declare const Prefix: StoryFn<(<T, P extends {
|
|
|
1828
1892
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1829
1893
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1830
1894
|
emitValue?: boolean | undefined;
|
|
1895
|
+
mapOptions?: boolean | undefined;
|
|
1831
1896
|
searchable?: boolean | undefined;
|
|
1832
1897
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1833
|
-
mapOptions?: boolean | undefined;
|
|
1834
1898
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
1835
1899
|
attrs: any;
|
|
1836
1900
|
slots: Readonly<{
|
|
@@ -1909,9 +1973,9 @@ export declare const Prefix: StoryFn<(<T, P extends {
|
|
|
1909
1973
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1910
1974
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1911
1975
|
emitValue?: boolean | undefined;
|
|
1976
|
+
mapOptions?: boolean | undefined;
|
|
1912
1977
|
searchable?: boolean | undefined;
|
|
1913
1978
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1914
|
-
mapOptions?: boolean | undefined;
|
|
1915
1979
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
1916
1980
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
1917
1981
|
attrs: any;
|
|
@@ -1994,9 +2058,9 @@ export declare const Prefix: StoryFn<(<T, P extends {
|
|
|
1994
2058
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1995
2059
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
1996
2060
|
emitValue?: boolean | undefined;
|
|
2061
|
+
mapOptions?: boolean | undefined;
|
|
1997
2062
|
searchable?: boolean | undefined;
|
|
1998
2063
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1999
|
-
mapOptions?: boolean | undefined;
|
|
2000
2064
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2001
2065
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
2002
2066
|
attrs: any;
|
|
@@ -2080,9 +2144,9 @@ export declare const Suffix: StoryFn<(<T, P extends {
|
|
|
2080
2144
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2081
2145
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2082
2146
|
emitValue?: boolean | undefined;
|
|
2147
|
+
mapOptions?: boolean | undefined;
|
|
2083
2148
|
searchable?: boolean | undefined;
|
|
2084
2149
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
2085
|
-
mapOptions?: boolean | undefined;
|
|
2086
2150
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
2087
2151
|
attrs: any;
|
|
2088
2152
|
slots: Readonly<{
|
|
@@ -2161,9 +2225,9 @@ export declare const Suffix: StoryFn<(<T, P extends {
|
|
|
2161
2225
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2162
2226
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2163
2227
|
emitValue?: boolean | undefined;
|
|
2228
|
+
mapOptions?: boolean | undefined;
|
|
2164
2229
|
searchable?: boolean | undefined;
|
|
2165
2230
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
2166
|
-
mapOptions?: boolean | undefined;
|
|
2167
2231
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2168
2232
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
2169
2233
|
attrs: any;
|
|
@@ -2246,9 +2310,9 @@ export declare const Suffix: StoryFn<(<T, P extends {
|
|
|
2246
2310
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2247
2311
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2248
2312
|
emitValue?: boolean | undefined;
|
|
2313
|
+
mapOptions?: boolean | undefined;
|
|
2249
2314
|
searchable?: boolean | undefined;
|
|
2250
2315
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
2251
|
-
mapOptions?: boolean | undefined;
|
|
2252
2316
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2253
2317
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
2254
2318
|
attrs: any;
|
|
@@ -2332,9 +2396,9 @@ export declare const Hint: StoryFn<(<T, P extends {
|
|
|
2332
2396
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2333
2397
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2334
2398
|
emitValue?: boolean | undefined;
|
|
2399
|
+
mapOptions?: boolean | undefined;
|
|
2335
2400
|
searchable?: boolean | undefined;
|
|
2336
2401
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
2337
|
-
mapOptions?: boolean | undefined;
|
|
2338
2402
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
2339
2403
|
attrs: any;
|
|
2340
2404
|
slots: Readonly<{
|
|
@@ -2413,9 +2477,9 @@ export declare const Hint: StoryFn<(<T, P extends {
|
|
|
2413
2477
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2414
2478
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2415
2479
|
emitValue?: boolean | undefined;
|
|
2480
|
+
mapOptions?: boolean | undefined;
|
|
2416
2481
|
searchable?: boolean | undefined;
|
|
2417
2482
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
2418
|
-
mapOptions?: boolean | undefined;
|
|
2419
2483
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2420
2484
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
2421
2485
|
attrs: any;
|
|
@@ -2498,9 +2562,9 @@ export declare const Hint: StoryFn<(<T, P extends {
|
|
|
2498
2562
|
optionValue?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2499
2563
|
optionLabel?: import("./vc-select.vue").OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
2500
2564
|
emitValue?: boolean | undefined;
|
|
2565
|
+
mapOptions?: boolean | undefined;
|
|
2501
2566
|
searchable?: boolean | undefined;
|
|
2502
2567
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
2503
|
-
mapOptions?: boolean | undefined;
|
|
2504
2568
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
2505
2569
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
2506
2570
|
attrs: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-select.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"vc-select.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG9B,wBAgGkC;AAElC,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAiBtD,CAAC;AAEH,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAOtD,CAAC;AAEH,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC,OAAO,QAAQ,CA4BhD,CAAC;AAEH,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAuBrD,CAAC;AASH,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAwBtD,CAAC;AASH,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAuBtD,CAAC;AAUH,eAAO,MAAM,mBAAmB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAwBvD,CAAC;AASH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAMjD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAKnD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAKpD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAK3D,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAMtE,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAKpD,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAAO,QAAQ,CAuBlD,CAAC;AAEH,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC,OAAO,QAAQ,CAkBhD,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAKnD,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAKlD,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAKlD,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA8B,CAAC;AAKhD,eAAO,MAAM,uBAAuB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAsB3D,CAAC;AAeH,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAsB1D,CAAC;AAEH,eAAO,MAAM,qBAAqB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAsBzD,CAAC;AAEH,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAsBrD,CAAC;AAEH,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAsBpD,CAAC;AAEH,eAAO,MAAM,mBAAmB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAmBvD,CAAC;AAEH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,OAAO,QAAQ,CAmBnD,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAAO,QAAQ,CAkBlD,CAAC;AAEH,eAAO,MAAM,wBAAwB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAwB5D,CAAC;AA4BH,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,OAAO,QAAQ,CAsBxD,CAAC"}
|
|
@@ -27,9 +27,9 @@ declare const _default: <T, P extends {
|
|
|
27
27
|
optionValue?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
28
28
|
optionLabel?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
29
29
|
emitValue?: boolean | undefined;
|
|
30
|
+
mapOptions?: boolean | undefined;
|
|
30
31
|
searchable?: boolean | undefined;
|
|
31
32
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
32
|
-
mapOptions?: boolean | undefined;
|
|
33
33
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
34
34
|
attrs: any;
|
|
35
35
|
slots: Readonly<{
|
|
@@ -224,9 +224,9 @@ declare const _default: <T, P extends {
|
|
|
224
224
|
optionValue?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
225
225
|
optionLabel?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
226
226
|
emitValue?: boolean | undefined;
|
|
227
|
+
mapOptions?: boolean | undefined;
|
|
227
228
|
searchable?: boolean | undefined;
|
|
228
229
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
229
|
-
mapOptions?: boolean | undefined;
|
|
230
230
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
231
231
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
232
232
|
attrs: any;
|
|
@@ -425,9 +425,9 @@ declare const _default: <T, P extends {
|
|
|
425
425
|
optionValue?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
426
426
|
optionLabel?: OptionProp<T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)>;
|
|
427
427
|
emitValue?: boolean | undefined;
|
|
428
|
+
mapOptions?: boolean | undefined;
|
|
428
429
|
searchable?: boolean | undefined;
|
|
429
430
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
430
|
-
mapOptions?: boolean | undefined;
|
|
431
431
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
432
432
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
433
433
|
attrs: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,MAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;CAC/D;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;CAC/D;;;;;;;;;;;;;;;;;;;AAmLD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-table.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAOL,GAAG,EAIH,QAAQ,EAET,MAAM,KAAK,CAAC;AAOb,OAAO,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAK/E,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;CAClC;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-table.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAOL,GAAG,EAIH,QAAQ,EAET,MAAM,KAAK,CAAC;AAOb,OAAO,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAK/E,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;CAClC;;;;;;;;;;aAg9DY,aAAa,EAAE;;;;;;mBAr4DS,MAAM;mBAAa,MAAM;;;;sCAu4DzB,oBAAoB,EAAE,GAAG,SAAS;;;;;;;;;;;;;;;;cAqBzD,MAAM;;;;WAUb,GAAG;;2CAp+D2B,GAAG,KAAK,GAAG;;;kBACG,aAAa;cAAO,GAAG;wBAJxD,GAAG,KAAK,GAAG;wBACX;YAAE,UAAU,EAAE,MAAM,IAAI,CAAA;SAAE,KAAK,GAAG;;;cACZ,GAAG;0BAGvB,GAAG,KAAK,GAAG;uBACd,GAAG,KAAK,GAAG;wBACV,GAAG,KAAK,GAAG;;2CAJQ,GAAG,KAAK,GAAG;;;kBACG,aAAa;cAAO,GAAG;wBAJxD,GAAG,KAAK,GAAG;wBACX;YAAE,UAAU,EAAE,MAAM,IAAI,CAAA;SAAE,KAAK,GAAG;;;cACZ,GAAG;0BAGvB,GAAG,KAAK,GAAG;uBACd,GAAG,KAAK,GAAG;wBACV,GAAG,KAAK,GAAG;;;mBA0DQ,MAAM;mBAAa,MAAM;;;yCAq6D9C,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,KAAG,IAAI;;;;;;;;;;iBAhC5C,aAAa,EAAE;;;;;;uBAr4DS,MAAM;uBAAa,MAAM;;;;0CAu4DzB,oBAAoB,EAAE,GAAG,SAAS;;;;;;;;;;;;;;;;kBAqBzD,MAAM;;;;oBASJ,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;2CAp+D2B,GAAG,KAAK,GAAG;;;kBACG,aAAa;cAAO,GAAG;wBAJxD,GAAG,KAAK,GAAG;wBACX;YAAE,UAAU,EAAE,MAAM,IAAI,CAAA;SAAE,KAAK,GAAG;;;cACZ,GAAG;0BAGvB,GAAG,KAAK,GAAG;uBACd,GAAG,KAAK,GAAG;wBACV,GAAG,KAAK,GAAG;;2CAJQ,GAAG,KAAK,GAAG;;;kBACG,aAAa;cAAO,GAAG;wBAJxD,GAAG,KAAK,GAAG;wBACX;YAAE,UAAU,EAAE,MAAM,IAAI,CAAA;SAAE,KAAK,GAAG;;;cACZ,GAAG;0BAGvB,GAAG,KAAK,GAAG;uBACd,GAAG,KAAK,GAAG;wBACV,GAAG,KAAK,GAAG;;;mBA0DQ,MAAM;mBAAa,MAAM;;;;;;;;;;;;;;;;qBAq4DjD,aAAa,EAAE;;;;;;2BAr4DS,MAAM;2BAAa,MAAM;;;;8CAu4DzB,oBAAoB,EAAE,GAAG,SAAS;;;;;;;;;;;;;;;;sBAqBzD,MAAM;;;;wBASJ,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;eAClD,GAAG;;+CAp+D2B,GAAG,KAAK,GAAG;;;sBACG,aAAa;kBAAO,GAAG;4BAJxD,GAAG,KAAK,GAAG;4BACX;gBAAE,UAAU,EAAE,MAAM,IAAI,CAAA;aAAE,KAAK,GAAG;;;kBACZ,GAAG;8BAGvB,GAAG,KAAK,GAAG;2BACd,GAAG,KAAK,GAAG;4BACV,GAAG,KAAK,GAAG;;+CAJQ,GAAG,KAAK,GAAG;;;sBACG,aAAa;kBAAO,GAAG;4BAJxD,GAAG,KAAK,GAAG;4BACX;gBAAE,UAAU,EAAE,MAAM,IAAI,CAAA;aAAE,KAAK,GAAG;;;kBACZ,GAAG;8BAGvB,GAAG,KAAK,GAAG;2BACd,GAAG,KAAK,GAAG;4BACV,GAAG,KAAK,GAAG;;;uBA0DQ,MAAM;uBAAa,MAAM;;;;;AAxE9D,wBAm/D2E;AAQ3E,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.189",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/framework.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"whatwg-fetch": "^3.6.19"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
59
|
-
"@vc-shell/config-generator": "^1.0.
|
|
60
|
-
"@vc-shell/ts-config": "^1.0.
|
|
58
|
+
"@vc-shell/api-client-generator": "^1.0.189",
|
|
59
|
+
"@vc-shell/config-generator": "^1.0.189",
|
|
60
|
+
"@vc-shell/ts-config": "^1.0.189",
|
|
61
61
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
62
62
|
"sass": "^1.69.6",
|
|
63
63
|
"shx": "^0.3.4",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ExtractPropTypes, computed, h, unref } from "vue";
|
|
1
|
+
import { Component, ExtractPropTypes, computed, h, mergeProps, unref } from "vue";
|
|
2
2
|
import { Button } from "../factories";
|
|
3
3
|
import componentProps from "./props";
|
|
4
4
|
import { ButtonSchema } from "../../types";
|
|
@@ -19,6 +19,9 @@ export default {
|
|
|
19
19
|
icon: props.element?.icon,
|
|
20
20
|
iconSize: props.element?.iconSize,
|
|
21
21
|
text: props.element?.text,
|
|
22
|
+
variant: props.element?.variant,
|
|
23
|
+
raised: props.element?.raised,
|
|
24
|
+
outline: props.element?.outline,
|
|
22
25
|
onClick: () => {
|
|
23
26
|
unref(props.bladeContext.scope)?.[props.element.method]();
|
|
24
27
|
},
|
|
@@ -33,7 +36,7 @@ export default {
|
|
|
33
36
|
},
|
|
34
37
|
});
|
|
35
38
|
|
|
36
|
-
return h(field.component as Component, field.props, field.slots);
|
|
39
|
+
return h(field.component as Component, mergeProps(field.props, { class: "tw-self-start" }), field.slots);
|
|
37
40
|
};
|
|
38
41
|
},
|
|
39
42
|
};
|
|
@@ -65,7 +65,7 @@ export default {
|
|
|
65
65
|
{
|
|
66
66
|
header: toValue(props.baseProps.label),
|
|
67
67
|
isCollapsable: props.element.collapsible,
|
|
68
|
-
isCollapsed: restoreCollapsed(props.element.id),
|
|
68
|
+
isCollapsed: restoreCollapsed(props.element.id) || props.element.collapsed,
|
|
69
69
|
"onState:collapsed": (e: boolean) => handleCollapsed(props.element.id, e),
|
|
70
70
|
},
|
|
71
71
|
unrefNested(props.baseProps),
|
|
@@ -89,13 +89,13 @@ export default {
|
|
|
89
89
|
toValue(props.fields),
|
|
90
90
|
),
|
|
91
91
|
actions: () => {
|
|
92
|
-
if (props.element.action
|
|
92
|
+
if (props.element.action) {
|
|
93
93
|
const elem = nodeBuilder({
|
|
94
94
|
controlSchema: props.element.action,
|
|
95
95
|
parentId: `${props.element.id}`,
|
|
96
|
-
internalContext: props.fieldContext,
|
|
96
|
+
internalContext: props.fieldContext ?? {},
|
|
97
97
|
bladeContext: props.bladeContext,
|
|
98
|
-
currentLocale: props.currentLocale,
|
|
98
|
+
currentLocale: props.currentLocale ?? "en",
|
|
99
99
|
formData: props.formData,
|
|
100
100
|
});
|
|
101
101
|
return elem;
|
|
@@ -78,12 +78,11 @@ export default {
|
|
|
78
78
|
disabled:
|
|
79
79
|
props.bladeContext.scope && "disabled" in props.bladeContext.scope && props.bladeContext.scope.disabled,
|
|
80
80
|
property: prop,
|
|
81
|
-
modelValue: computed(
|
|
82
|
-
(
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
),
|
|
81
|
+
modelValue: computed(() =>
|
|
82
|
+
props.bladeContext.scope?.dynamicProperties?.getPropertyValue(
|
|
83
|
+
prop,
|
|
84
|
+
toValue(props.currentLocale ?? "en-US"),
|
|
85
|
+
),
|
|
87
86
|
),
|
|
88
87
|
optionsGetter: props.bladeContext.scope?.dynamicProperties?.loadDictionaries as (
|
|
89
88
|
property: Record<string, any>,
|