@vc-shell/framework 1.0.219 → 1.0.221
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 +26 -0
- package/core/types/index.ts +6 -0
- package/dist/core/types/index.d.ts +6 -0
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.js +14196 -13907
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/locales/en.json +2 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -15
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +15 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +15 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +15 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +15 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +1 -0
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +70 -20
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +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/index.d.ts +1 -0
- package/dist/ui/components/atoms/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +6 -0
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-tooltip/index.d.ts +2 -0
- package/dist/ui/components/atoms/vc-tooltip/index.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +41 -0
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +6 -0
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +30 -16
- 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 +35 -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 +63 -63
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +9 -9
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +90 -90
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +9 -9
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +26 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +10 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +315 -15
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +63 -3
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +0 -2
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +1 -2
- package/shared/modules/dynamic/components/fields/Button.ts +5 -3
- package/shared/modules/dynamic/components/fields/Fieldset.ts +2 -19
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +18 -2
- package/shared/modules/dynamic/components/fields/InputField.ts +5 -1
- package/shared/modules/dynamic/components/fields/MultivalueField.ts +4 -1
- package/shared/modules/dynamic/components/fields/SelectField.ts +4 -1
- package/shared/modules/dynamic/components/fields/Table.ts +52 -6
- package/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.ts +1 -63
- package/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.ts +14 -0
- package/shared/modules/dynamic/components/fields/storybook/InputField.stories.ts +14 -0
- package/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.ts +14 -0
- package/shared/modules/dynamic/components/fields/storybook/SelectField.stories.ts +13 -0
- package/shared/modules/dynamic/composables/useTableTemplates/index.ts +2 -0
- package/shared/modules/dynamic/composables/useToolbarReducer/index.ts +30 -17
- package/shared/modules/dynamic/factories/types/index.ts +5 -2
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +1 -1
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +3 -1
- package/shared/modules/dynamic/types/index.ts +78 -26
- package/shared/modules/dynamic/types/models.ts +3 -1
- package/ui/components/atoms/index.ts +1 -0
- package/ui/components/atoms/vc-label/vc-label.vue +10 -29
- package/ui/components/atoms/vc-status/vc-status.vue +6 -3
- package/ui/components/atoms/vc-tooltip/index.ts +1 -0
- package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +57 -0
- package/ui/components/molecules/vc-input/vc-input.vue +7 -3
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +53 -1
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +5 -1
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +1 -0
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +1 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue +46 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +108 -23
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +6 -2
- package/ui/components/organisms/vc-table/vc-table.vue +156 -70
|
@@ -41,17 +41,17 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
41
41
|
required?: boolean | undefined;
|
|
42
42
|
multilanguage?: boolean | undefined;
|
|
43
43
|
currentLanguage?: string | undefined;
|
|
44
|
+
options?: T[] | undefined;
|
|
44
45
|
placeholder?: string | undefined;
|
|
45
46
|
errorMessage?: string | undefined;
|
|
46
|
-
options?: T[] | undefined;
|
|
47
47
|
error?: boolean | undefined;
|
|
48
48
|
onClose?: (() => any) | undefined;
|
|
49
49
|
hint?: string | undefined;
|
|
50
50
|
loading?: boolean | undefined;
|
|
51
|
-
optionValue?: string | undefined;
|
|
52
|
-
optionLabel?: string | undefined;
|
|
53
51
|
onSearch?: ((value: string) => any) | undefined;
|
|
54
52
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
53
|
+
optionValue?: string | undefined;
|
|
54
|
+
optionLabel?: string | undefined;
|
|
55
55
|
multivalue?: boolean | undefined;
|
|
56
56
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
57
57
|
attrs: any;
|
|
@@ -90,17 +90,17 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
90
90
|
required?: boolean | undefined;
|
|
91
91
|
multilanguage?: boolean | undefined;
|
|
92
92
|
currentLanguage?: string | undefined;
|
|
93
|
+
options?: T[] | undefined;
|
|
93
94
|
placeholder?: string | undefined;
|
|
94
95
|
errorMessage?: string | undefined;
|
|
95
|
-
options?: T[] | undefined;
|
|
96
96
|
error?: boolean | undefined;
|
|
97
97
|
onClose?: (() => any) | undefined;
|
|
98
98
|
hint?: string | undefined;
|
|
99
99
|
loading?: boolean | undefined;
|
|
100
|
-
optionValue?: string | undefined;
|
|
101
|
-
optionLabel?: string | undefined;
|
|
102
100
|
onSearch?: ((value: string) => any) | undefined;
|
|
103
101
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
102
|
+
optionValue?: string | undefined;
|
|
103
|
+
optionLabel?: string | 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;
|
|
@@ -143,17 +143,17 @@ export declare const Default: StoryFn<(<T extends {
|
|
|
143
143
|
required?: boolean | undefined;
|
|
144
144
|
multilanguage?: boolean | undefined;
|
|
145
145
|
currentLanguage?: string | undefined;
|
|
146
|
+
options?: T[] | undefined;
|
|
146
147
|
placeholder?: string | undefined;
|
|
147
148
|
errorMessage?: string | undefined;
|
|
148
|
-
options?: T[] | undefined;
|
|
149
149
|
error?: boolean | undefined;
|
|
150
150
|
onClose?: (() => any) | undefined;
|
|
151
151
|
hint?: string | undefined;
|
|
152
152
|
loading?: boolean | undefined;
|
|
153
|
-
optionValue?: string | undefined;
|
|
154
|
-
optionLabel?: string | undefined;
|
|
155
153
|
onSearch?: ((value: string) => any) | undefined;
|
|
156
154
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
155
|
+
optionValue?: string | undefined;
|
|
156
|
+
optionLabel?: string | 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;
|
|
@@ -196,17 +196,17 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
196
196
|
required?: boolean | undefined;
|
|
197
197
|
multilanguage?: boolean | undefined;
|
|
198
198
|
currentLanguage?: string | undefined;
|
|
199
|
+
options?: T[] | undefined;
|
|
199
200
|
placeholder?: string | undefined;
|
|
200
201
|
errorMessage?: string | undefined;
|
|
201
|
-
options?: T[] | undefined;
|
|
202
202
|
error?: boolean | undefined;
|
|
203
203
|
onClose?: (() => any) | undefined;
|
|
204
204
|
hint?: string | undefined;
|
|
205
205
|
loading?: boolean | undefined;
|
|
206
|
-
optionValue?: string | undefined;
|
|
207
|
-
optionLabel?: string | undefined;
|
|
208
206
|
onSearch?: ((value: string) => any) | undefined;
|
|
209
207
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
208
|
+
optionValue?: string | undefined;
|
|
209
|
+
optionLabel?: string | undefined;
|
|
210
210
|
multivalue?: boolean | undefined;
|
|
211
211
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
212
212
|
attrs: any;
|
|
@@ -245,17 +245,17 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
245
245
|
required?: boolean | undefined;
|
|
246
246
|
multilanguage?: boolean | undefined;
|
|
247
247
|
currentLanguage?: string | undefined;
|
|
248
|
+
options?: T[] | undefined;
|
|
248
249
|
placeholder?: string | undefined;
|
|
249
250
|
errorMessage?: string | undefined;
|
|
250
|
-
options?: T[] | undefined;
|
|
251
251
|
error?: boolean | undefined;
|
|
252
252
|
onClose?: (() => any) | undefined;
|
|
253
253
|
hint?: string | undefined;
|
|
254
254
|
loading?: boolean | undefined;
|
|
255
|
-
optionValue?: string | undefined;
|
|
256
|
-
optionLabel?: string | undefined;
|
|
257
255
|
onSearch?: ((value: string) => any) | undefined;
|
|
258
256
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
257
|
+
optionValue?: string | undefined;
|
|
258
|
+
optionLabel?: string | 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;
|
|
@@ -298,17 +298,17 @@ export declare const Error: StoryFn<(<T extends {
|
|
|
298
298
|
required?: boolean | undefined;
|
|
299
299
|
multilanguage?: boolean | undefined;
|
|
300
300
|
currentLanguage?: string | undefined;
|
|
301
|
+
options?: T[] | undefined;
|
|
301
302
|
placeholder?: string | undefined;
|
|
302
303
|
errorMessage?: string | undefined;
|
|
303
|
-
options?: T[] | undefined;
|
|
304
304
|
error?: boolean | undefined;
|
|
305
305
|
onClose?: (() => any) | undefined;
|
|
306
306
|
hint?: string | undefined;
|
|
307
307
|
loading?: boolean | undefined;
|
|
308
|
-
optionValue?: string | undefined;
|
|
309
|
-
optionLabel?: string | undefined;
|
|
310
308
|
onSearch?: ((value: string) => any) | undefined;
|
|
311
309
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
310
|
+
optionValue?: string | undefined;
|
|
311
|
+
optionLabel?: string | 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;
|
|
@@ -351,17 +351,17 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
351
351
|
required?: boolean | undefined;
|
|
352
352
|
multilanguage?: boolean | undefined;
|
|
353
353
|
currentLanguage?: string | undefined;
|
|
354
|
+
options?: T[] | undefined;
|
|
354
355
|
placeholder?: string | undefined;
|
|
355
356
|
errorMessage?: string | undefined;
|
|
356
|
-
options?: T[] | undefined;
|
|
357
357
|
error?: boolean | undefined;
|
|
358
358
|
onClose?: (() => any) | undefined;
|
|
359
359
|
hint?: string | undefined;
|
|
360
360
|
loading?: boolean | undefined;
|
|
361
|
-
optionValue?: string | undefined;
|
|
362
|
-
optionLabel?: string | undefined;
|
|
363
361
|
onSearch?: ((value: string) => any) | undefined;
|
|
364
362
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
363
|
+
optionValue?: string | undefined;
|
|
364
|
+
optionLabel?: string | undefined;
|
|
365
365
|
multivalue?: boolean | undefined;
|
|
366
366
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
367
367
|
attrs: any;
|
|
@@ -400,17 +400,17 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
400
400
|
required?: boolean | undefined;
|
|
401
401
|
multilanguage?: boolean | undefined;
|
|
402
402
|
currentLanguage?: string | undefined;
|
|
403
|
+
options?: T[] | undefined;
|
|
403
404
|
placeholder?: string | undefined;
|
|
404
405
|
errorMessage?: string | undefined;
|
|
405
|
-
options?: T[] | undefined;
|
|
406
406
|
error?: boolean | undefined;
|
|
407
407
|
onClose?: (() => any) | undefined;
|
|
408
408
|
hint?: string | undefined;
|
|
409
409
|
loading?: boolean | undefined;
|
|
410
|
-
optionValue?: string | undefined;
|
|
411
|
-
optionLabel?: string | undefined;
|
|
412
410
|
onSearch?: ((value: string) => any) | undefined;
|
|
413
411
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
412
|
+
optionValue?: string | undefined;
|
|
413
|
+
optionLabel?: string | 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;
|
|
@@ -453,17 +453,17 @@ export declare const Disabled: StoryFn<(<T extends {
|
|
|
453
453
|
required?: boolean | undefined;
|
|
454
454
|
multilanguage?: boolean | undefined;
|
|
455
455
|
currentLanguage?: string | undefined;
|
|
456
|
+
options?: T[] | undefined;
|
|
456
457
|
placeholder?: string | undefined;
|
|
457
458
|
errorMessage?: string | undefined;
|
|
458
|
-
options?: T[] | undefined;
|
|
459
459
|
error?: boolean | undefined;
|
|
460
460
|
onClose?: (() => any) | undefined;
|
|
461
461
|
hint?: string | undefined;
|
|
462
462
|
loading?: boolean | undefined;
|
|
463
|
-
optionValue?: string | undefined;
|
|
464
|
-
optionLabel?: string | undefined;
|
|
465
463
|
onSearch?: ((value: string) => any) | undefined;
|
|
466
464
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
465
|
+
optionValue?: string | undefined;
|
|
466
|
+
optionLabel?: string | 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;
|
|
@@ -506,17 +506,17 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
506
506
|
required?: boolean | undefined;
|
|
507
507
|
multilanguage?: boolean | undefined;
|
|
508
508
|
currentLanguage?: string | undefined;
|
|
509
|
+
options?: T[] | undefined;
|
|
509
510
|
placeholder?: string | undefined;
|
|
510
511
|
errorMessage?: string | undefined;
|
|
511
|
-
options?: T[] | undefined;
|
|
512
512
|
error?: boolean | undefined;
|
|
513
513
|
onClose?: (() => any) | undefined;
|
|
514
514
|
hint?: string | undefined;
|
|
515
515
|
loading?: boolean | undefined;
|
|
516
|
-
optionValue?: string | undefined;
|
|
517
|
-
optionLabel?: string | undefined;
|
|
518
516
|
onSearch?: ((value: string) => any) | undefined;
|
|
519
517
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
518
|
+
optionValue?: string | undefined;
|
|
519
|
+
optionLabel?: string | undefined;
|
|
520
520
|
multivalue?: boolean | undefined;
|
|
521
521
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
522
522
|
attrs: any;
|
|
@@ -555,17 +555,17 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
555
555
|
required?: boolean | undefined;
|
|
556
556
|
multilanguage?: boolean | undefined;
|
|
557
557
|
currentLanguage?: string | undefined;
|
|
558
|
+
options?: T[] | undefined;
|
|
558
559
|
placeholder?: string | undefined;
|
|
559
560
|
errorMessage?: string | undefined;
|
|
560
|
-
options?: T[] | undefined;
|
|
561
561
|
error?: boolean | undefined;
|
|
562
562
|
onClose?: (() => any) | undefined;
|
|
563
563
|
hint?: string | undefined;
|
|
564
564
|
loading?: boolean | undefined;
|
|
565
|
-
optionValue?: string | undefined;
|
|
566
|
-
optionLabel?: string | undefined;
|
|
567
565
|
onSearch?: ((value: string) => any) | undefined;
|
|
568
566
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
567
|
+
optionValue?: string | undefined;
|
|
568
|
+
optionLabel?: string | 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;
|
|
@@ -608,17 +608,17 @@ export declare const Tooltip: StoryFn<(<T extends {
|
|
|
608
608
|
required?: boolean | undefined;
|
|
609
609
|
multilanguage?: boolean | undefined;
|
|
610
610
|
currentLanguage?: string | undefined;
|
|
611
|
+
options?: T[] | undefined;
|
|
611
612
|
placeholder?: string | undefined;
|
|
612
613
|
errorMessage?: string | undefined;
|
|
613
|
-
options?: T[] | undefined;
|
|
614
614
|
error?: boolean | undefined;
|
|
615
615
|
onClose?: (() => any) | undefined;
|
|
616
616
|
hint?: string | undefined;
|
|
617
617
|
loading?: boolean | undefined;
|
|
618
|
-
optionValue?: string | undefined;
|
|
619
|
-
optionLabel?: string | undefined;
|
|
620
618
|
onSearch?: ((value: string) => any) | undefined;
|
|
621
619
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
620
|
+
optionValue?: string | undefined;
|
|
621
|
+
optionLabel?: string | 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;
|
|
@@ -661,17 +661,17 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
661
661
|
required?: boolean | undefined;
|
|
662
662
|
multilanguage?: boolean | undefined;
|
|
663
663
|
currentLanguage?: string | undefined;
|
|
664
|
+
options?: T[] | undefined;
|
|
664
665
|
placeholder?: string | undefined;
|
|
665
666
|
errorMessage?: string | undefined;
|
|
666
|
-
options?: T[] | undefined;
|
|
667
667
|
error?: boolean | undefined;
|
|
668
668
|
onClose?: (() => any) | undefined;
|
|
669
669
|
hint?: string | undefined;
|
|
670
670
|
loading?: boolean | undefined;
|
|
671
|
-
optionValue?: string | undefined;
|
|
672
|
-
optionLabel?: string | undefined;
|
|
673
671
|
onSearch?: ((value: string) => any) | undefined;
|
|
674
672
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
673
|
+
optionValue?: string | undefined;
|
|
674
|
+
optionLabel?: string | undefined;
|
|
675
675
|
multivalue?: boolean | undefined;
|
|
676
676
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
677
677
|
attrs: any;
|
|
@@ -710,17 +710,17 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
710
710
|
required?: boolean | undefined;
|
|
711
711
|
multilanguage?: boolean | undefined;
|
|
712
712
|
currentLanguage?: string | undefined;
|
|
713
|
+
options?: T[] | undefined;
|
|
713
714
|
placeholder?: string | undefined;
|
|
714
715
|
errorMessage?: string | undefined;
|
|
715
|
-
options?: T[] | undefined;
|
|
716
716
|
error?: boolean | undefined;
|
|
717
717
|
onClose?: (() => any) | undefined;
|
|
718
718
|
hint?: string | undefined;
|
|
719
719
|
loading?: boolean | undefined;
|
|
720
|
-
optionValue?: string | undefined;
|
|
721
|
-
optionLabel?: string | undefined;
|
|
722
720
|
onSearch?: ((value: string) => any) | undefined;
|
|
723
721
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
722
|
+
optionValue?: string | undefined;
|
|
723
|
+
optionLabel?: string | 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;
|
|
@@ -763,17 +763,17 @@ export declare const SingleValue: StoryFn<(<T extends {
|
|
|
763
763
|
required?: boolean | undefined;
|
|
764
764
|
multilanguage?: boolean | undefined;
|
|
765
765
|
currentLanguage?: string | undefined;
|
|
766
|
+
options?: T[] | undefined;
|
|
766
767
|
placeholder?: string | undefined;
|
|
767
768
|
errorMessage?: string | undefined;
|
|
768
|
-
options?: T[] | undefined;
|
|
769
769
|
error?: boolean | undefined;
|
|
770
770
|
onClose?: (() => any) | undefined;
|
|
771
771
|
hint?: string | undefined;
|
|
772
772
|
loading?: boolean | undefined;
|
|
773
|
-
optionValue?: string | undefined;
|
|
774
|
-
optionLabel?: string | undefined;
|
|
775
773
|
onSearch?: ((value: string) => any) | undefined;
|
|
776
774
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
775
|
+
optionValue?: string | undefined;
|
|
776
|
+
optionLabel?: string | 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;
|
|
@@ -816,17 +816,17 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
816
816
|
required?: boolean | undefined;
|
|
817
817
|
multilanguage?: boolean | undefined;
|
|
818
818
|
currentLanguage?: string | undefined;
|
|
819
|
+
options?: T[] | undefined;
|
|
819
820
|
placeholder?: string | undefined;
|
|
820
821
|
errorMessage?: string | undefined;
|
|
821
|
-
options?: T[] | undefined;
|
|
822
822
|
error?: boolean | undefined;
|
|
823
823
|
onClose?: (() => any) | undefined;
|
|
824
824
|
hint?: string | undefined;
|
|
825
825
|
loading?: boolean | undefined;
|
|
826
|
-
optionValue?: string | undefined;
|
|
827
|
-
optionLabel?: string | undefined;
|
|
828
826
|
onSearch?: ((value: string) => any) | undefined;
|
|
829
827
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
828
|
+
optionValue?: string | undefined;
|
|
829
|
+
optionLabel?: string | undefined;
|
|
830
830
|
multivalue?: boolean | undefined;
|
|
831
831
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
832
832
|
attrs: any;
|
|
@@ -865,17 +865,17 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
865
865
|
required?: boolean | undefined;
|
|
866
866
|
multilanguage?: boolean | undefined;
|
|
867
867
|
currentLanguage?: string | undefined;
|
|
868
|
+
options?: T[] | undefined;
|
|
868
869
|
placeholder?: string | undefined;
|
|
869
870
|
errorMessage?: string | undefined;
|
|
870
|
-
options?: T[] | undefined;
|
|
871
871
|
error?: boolean | undefined;
|
|
872
872
|
onClose?: (() => any) | undefined;
|
|
873
873
|
hint?: string | undefined;
|
|
874
874
|
loading?: boolean | undefined;
|
|
875
|
-
optionValue?: string | undefined;
|
|
876
|
-
optionLabel?: string | undefined;
|
|
877
875
|
onSearch?: ((value: string) => any) | undefined;
|
|
878
876
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
877
|
+
optionValue?: string | undefined;
|
|
878
|
+
optionLabel?: string | 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;
|
|
@@ -918,17 +918,17 @@ export declare const Hint: StoryFn<(<T extends {
|
|
|
918
918
|
required?: boolean | undefined;
|
|
919
919
|
multilanguage?: boolean | undefined;
|
|
920
920
|
currentLanguage?: string | undefined;
|
|
921
|
+
options?: T[] | undefined;
|
|
921
922
|
placeholder?: string | undefined;
|
|
922
923
|
errorMessage?: string | undefined;
|
|
923
|
-
options?: T[] | undefined;
|
|
924
924
|
error?: boolean | undefined;
|
|
925
925
|
onClose?: (() => any) | undefined;
|
|
926
926
|
hint?: string | undefined;
|
|
927
927
|
loading?: boolean | undefined;
|
|
928
|
-
optionValue?: string | undefined;
|
|
929
|
-
optionLabel?: string | undefined;
|
|
930
928
|
onSearch?: ((value: string) => any) | undefined;
|
|
931
929
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
930
|
+
optionValue?: string | undefined;
|
|
931
|
+
optionLabel?: string | 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;
|
|
@@ -971,17 +971,17 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
971
971
|
required?: boolean | undefined;
|
|
972
972
|
multilanguage?: boolean | undefined;
|
|
973
973
|
currentLanguage?: string | undefined;
|
|
974
|
+
options?: T[] | undefined;
|
|
974
975
|
placeholder?: string | undefined;
|
|
975
976
|
errorMessage?: string | undefined;
|
|
976
|
-
options?: T[] | undefined;
|
|
977
977
|
error?: boolean | undefined;
|
|
978
978
|
onClose?: (() => any) | undefined;
|
|
979
979
|
hint?: string | undefined;
|
|
980
980
|
loading?: boolean | undefined;
|
|
981
|
-
optionValue?: string | undefined;
|
|
982
|
-
optionLabel?: string | undefined;
|
|
983
981
|
onSearch?: ((value: string) => any) | undefined;
|
|
984
982
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
983
|
+
optionValue?: string | undefined;
|
|
984
|
+
optionLabel?: string | undefined;
|
|
985
985
|
multivalue?: boolean | undefined;
|
|
986
986
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
987
987
|
attrs: any;
|
|
@@ -1020,17 +1020,17 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1020
1020
|
required?: boolean | undefined;
|
|
1021
1021
|
multilanguage?: boolean | undefined;
|
|
1022
1022
|
currentLanguage?: string | undefined;
|
|
1023
|
+
options?: T[] | undefined;
|
|
1023
1024
|
placeholder?: string | undefined;
|
|
1024
1025
|
errorMessage?: string | undefined;
|
|
1025
|
-
options?: T[] | undefined;
|
|
1026
1026
|
error?: boolean | undefined;
|
|
1027
1027
|
onClose?: (() => any) | undefined;
|
|
1028
1028
|
hint?: string | undefined;
|
|
1029
1029
|
loading?: boolean | undefined;
|
|
1030
|
-
optionValue?: string | undefined;
|
|
1031
|
-
optionLabel?: string | undefined;
|
|
1032
1030
|
onSearch?: ((value: string) => any) | undefined;
|
|
1033
1031
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1032
|
+
optionValue?: string | undefined;
|
|
1033
|
+
optionLabel?: string | 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;
|
|
@@ -1073,17 +1073,17 @@ export declare const Required: StoryFn<(<T extends {
|
|
|
1073
1073
|
required?: boolean | undefined;
|
|
1074
1074
|
multilanguage?: boolean | undefined;
|
|
1075
1075
|
currentLanguage?: string | undefined;
|
|
1076
|
+
options?: T[] | undefined;
|
|
1076
1077
|
placeholder?: string | undefined;
|
|
1077
1078
|
errorMessage?: string | undefined;
|
|
1078
|
-
options?: T[] | undefined;
|
|
1079
1079
|
error?: boolean | undefined;
|
|
1080
1080
|
onClose?: (() => any) | undefined;
|
|
1081
1081
|
hint?: string | undefined;
|
|
1082
1082
|
loading?: boolean | undefined;
|
|
1083
|
-
optionValue?: string | undefined;
|
|
1084
|
-
optionLabel?: string | undefined;
|
|
1085
1083
|
onSearch?: ((value: string) => any) | undefined;
|
|
1086
1084
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
1085
|
+
optionValue?: string | undefined;
|
|
1086
|
+
optionLabel?: string | 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;
|
|
@@ -35,17 +35,17 @@ declare const _default: <T extends {
|
|
|
35
35
|
required?: boolean | undefined;
|
|
36
36
|
multilanguage?: boolean | undefined;
|
|
37
37
|
currentLanguage?: string | undefined;
|
|
38
|
+
options?: T[] | undefined;
|
|
38
39
|
placeholder?: string | undefined;
|
|
39
40
|
errorMessage?: string | undefined;
|
|
40
|
-
options?: T[] | undefined;
|
|
41
41
|
error?: boolean | undefined;
|
|
42
42
|
onClose?: (() => any) | undefined;
|
|
43
43
|
hint?: string | undefined;
|
|
44
44
|
loading?: boolean | undefined;
|
|
45
|
-
optionValue?: string | undefined;
|
|
46
|
-
optionLabel?: string | undefined;
|
|
47
45
|
onSearch?: ((value: string) => any) | undefined;
|
|
48
46
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
47
|
+
optionValue?: string | undefined;
|
|
48
|
+
optionLabel?: string | undefined;
|
|
49
49
|
multivalue?: boolean | undefined;
|
|
50
50
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
51
51
|
attrs: any;
|
|
@@ -84,17 +84,17 @@ declare const _default: <T extends {
|
|
|
84
84
|
required?: boolean | undefined;
|
|
85
85
|
multilanguage?: boolean | undefined;
|
|
86
86
|
currentLanguage?: string | undefined;
|
|
87
|
+
options?: T[] | undefined;
|
|
87
88
|
placeholder?: string | undefined;
|
|
88
89
|
errorMessage?: string | undefined;
|
|
89
|
-
options?: T[] | undefined;
|
|
90
90
|
error?: boolean | undefined;
|
|
91
91
|
onClose?: (() => any) | undefined;
|
|
92
92
|
hint?: string | undefined;
|
|
93
93
|
loading?: boolean | undefined;
|
|
94
|
-
optionValue?: string | undefined;
|
|
95
|
-
optionLabel?: string | undefined;
|
|
96
94
|
onSearch?: ((value: string) => any) | undefined;
|
|
97
95
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
96
|
+
optionValue?: string | undefined;
|
|
97
|
+
optionLabel?: string | 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;
|
|
@@ -137,17 +137,17 @@ declare const _default: <T extends {
|
|
|
137
137
|
required?: boolean | undefined;
|
|
138
138
|
multilanguage?: boolean | undefined;
|
|
139
139
|
currentLanguage?: string | undefined;
|
|
140
|
+
options?: T[] | undefined;
|
|
140
141
|
placeholder?: string | undefined;
|
|
141
142
|
errorMessage?: string | undefined;
|
|
142
|
-
options?: T[] | undefined;
|
|
143
143
|
error?: boolean | undefined;
|
|
144
144
|
onClose?: (() => any) | undefined;
|
|
145
145
|
hint?: string | undefined;
|
|
146
146
|
loading?: boolean | undefined;
|
|
147
|
-
optionValue?: string | undefined;
|
|
148
|
-
optionLabel?: string | undefined;
|
|
149
147
|
onSearch?: ((value: string) => any) | undefined;
|
|
150
148
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
149
|
+
optionValue?: string | undefined;
|
|
150
|
+
optionLabel?: string | 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;
|