@vc-shell/framework 1.0.291 → 1.0.293
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 +8 -0
- package/dist/framework.js +23135 -22864
- package/dist/index.css +1 -1
- package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts +5 -5
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +5 -5
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +4 -4
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts +3 -3
- package/dist/shared/components/change-password/index.d.ts +4 -4
- package/dist/shared/components/change-password/index.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -3
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -3
- package/dist/shared/components/error-interceptor/index.d.ts +17 -17
- package/dist/shared/components/error-interceptor/interceptor.d.ts +7 -7
- package/dist/shared/components/language-selector/index.d.ts +1 -1
- package/dist/shared/components/language-selector/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +3 -3
- package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
- package/dist/shared/components/notification-template/index.d.ts +5 -5
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
- package/dist/shared/components/sidebar/sidebar.vue.d.ts +5 -5
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +4 -4
- package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +4 -4
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +5 -5
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +8 -8
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +34 -243
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -6
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +61 -9
- 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 +31 -12
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +4 -4
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +4 -4
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +4 -4
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +4 -4
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/login/index.d.ts +3 -3
- package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +4 -4
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +4 -4
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +1 -0
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +55 -55
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +143 -143
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-card/index.d.ts +11 -11
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +89 -89
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-container/index.d.ts +15 -15
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-hint/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-image/index.d.ts +5 -5
- package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +5 -5
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-link/index.d.ts +10 -10
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +10 -10
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +7 -7
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +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 +4 -4
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +5 -5
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -3
- package/dist/ui/components/atoms/vc-widget/index.d.ts +4 -4
- package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +4 -4
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +11 -11
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +110 -110
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +405 -18
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +4 -4
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +11 -11
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-form/index.d.ts +3 -3
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +3 -3
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +23 -23
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +23 -23
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -5
- package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +10 -10
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +92 -92
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +92 -92
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +150 -150
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +15 -15
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +7 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +7 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +77 -77
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +7 -7
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +25 -25
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +21 -21
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +11 -11
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +6 -6
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +7 -7
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +165 -165
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +33 -33
- package/package.json +4 -4
- package/shared/modules/dynamic/components/SchemaRender.ts +1 -1
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +1 -1
- package/tailwind.config.ts +2 -0
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +4 -3
|
@@ -3,7 +3,7 @@ import { VcCheckbox } from "./";
|
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: {
|
|
6
|
-
new (...args: any[]): import("vue").
|
|
6
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
disabled: {
|
|
8
8
|
type: import("vue").PropType<boolean>;
|
|
9
9
|
};
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
errorMessage: {
|
|
43
43
|
type: import("vue").PropType<string>;
|
|
44
44
|
};
|
|
45
|
-
}>> & {
|
|
45
|
+
}>> & Readonly<{
|
|
46
46
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
47
|
-
}
|
|
47
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
48
|
"update:modelValue": (value: boolean) => void;
|
|
49
49
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
50
50
|
disabled: {
|
|
@@ -85,14 +85,14 @@ declare const _default: {
|
|
|
85
85
|
errorMessage: {
|
|
86
86
|
type: import("vue").PropType<string>;
|
|
87
87
|
};
|
|
88
|
-
}>> & {
|
|
88
|
+
}>> & Readonly<{
|
|
89
89
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
90
|
-
}
|
|
90
|
+
}>, {
|
|
91
91
|
size: "s" | "m" | "l";
|
|
92
92
|
name: string;
|
|
93
93
|
trueValue: boolean;
|
|
94
94
|
falseValue: boolean;
|
|
95
|
-
}, true, {}, {}, {
|
|
95
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
96
96
|
P: {};
|
|
97
97
|
B: {};
|
|
98
98
|
D: {};
|
|
@@ -138,9 +138,9 @@ declare const _default: {
|
|
|
138
138
|
errorMessage: {
|
|
139
139
|
type: import("vue").PropType<string>;
|
|
140
140
|
};
|
|
141
|
-
}>> & {
|
|
141
|
+
}>> & Readonly<{
|
|
142
142
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
143
|
-
}
|
|
143
|
+
}>, {}, {}, {}, {}, {
|
|
144
144
|
size: "s" | "m" | "l";
|
|
145
145
|
name: string;
|
|
146
146
|
trueValue: boolean;
|
|
@@ -188,16 +188,16 @@ declare const _default: {
|
|
|
188
188
|
errorMessage: {
|
|
189
189
|
type: import("vue").PropType<string>;
|
|
190
190
|
};
|
|
191
|
-
}>> & {
|
|
191
|
+
}>> & Readonly<{
|
|
192
192
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
193
|
-
}
|
|
193
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
194
194
|
"update:modelValue": (value: boolean) => void;
|
|
195
195
|
}, string, {
|
|
196
196
|
size: "s" | "m" | "l";
|
|
197
197
|
name: string;
|
|
198
198
|
trueValue: boolean;
|
|
199
199
|
falseValue: boolean;
|
|
200
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
200
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
201
201
|
$slots: Readonly<{
|
|
202
202
|
default: (props: any) => any;
|
|
203
203
|
error: (props: any) => any;
|
|
@@ -252,7 +252,7 @@ declare const _default: {
|
|
|
252
252
|
export default _default;
|
|
253
253
|
export declare const Template: StoryFn<typeof VcCheckbox>;
|
|
254
254
|
export declare const Basic: StoryFn<{
|
|
255
|
-
new (...args: any[]): import("vue").
|
|
255
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
256
256
|
disabled: {
|
|
257
257
|
type: import("vue").PropType<boolean>;
|
|
258
258
|
};
|
|
@@ -291,9 +291,9 @@ export declare const Basic: StoryFn<{
|
|
|
291
291
|
errorMessage: {
|
|
292
292
|
type: import("vue").PropType<string>;
|
|
293
293
|
};
|
|
294
|
-
}>> & {
|
|
294
|
+
}>> & Readonly<{
|
|
295
295
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
296
|
-
}
|
|
296
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
297
297
|
"update:modelValue": (value: boolean) => void;
|
|
298
298
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
299
299
|
disabled: {
|
|
@@ -334,14 +334,14 @@ export declare const Basic: StoryFn<{
|
|
|
334
334
|
errorMessage: {
|
|
335
335
|
type: import("vue").PropType<string>;
|
|
336
336
|
};
|
|
337
|
-
}>> & {
|
|
337
|
+
}>> & Readonly<{
|
|
338
338
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
339
|
-
}
|
|
339
|
+
}>, {
|
|
340
340
|
size: "s" | "m" | "l";
|
|
341
341
|
name: string;
|
|
342
342
|
trueValue: boolean;
|
|
343
343
|
falseValue: boolean;
|
|
344
|
-
}, true, {}, {}, {
|
|
344
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
345
345
|
P: {};
|
|
346
346
|
B: {};
|
|
347
347
|
D: {};
|
|
@@ -387,9 +387,9 @@ export declare const Basic: StoryFn<{
|
|
|
387
387
|
errorMessage: {
|
|
388
388
|
type: import("vue").PropType<string>;
|
|
389
389
|
};
|
|
390
|
-
}>> & {
|
|
390
|
+
}>> & Readonly<{
|
|
391
391
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
392
|
-
}
|
|
392
|
+
}>, {}, {}, {}, {}, {
|
|
393
393
|
size: "s" | "m" | "l";
|
|
394
394
|
name: string;
|
|
395
395
|
trueValue: boolean;
|
|
@@ -437,16 +437,16 @@ export declare const Basic: StoryFn<{
|
|
|
437
437
|
errorMessage: {
|
|
438
438
|
type: import("vue").PropType<string>;
|
|
439
439
|
};
|
|
440
|
-
}>> & {
|
|
440
|
+
}>> & Readonly<{
|
|
441
441
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
442
|
-
}
|
|
442
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
443
443
|
"update:modelValue": (value: boolean) => void;
|
|
444
444
|
}, string, {
|
|
445
445
|
size: "s" | "m" | "l";
|
|
446
446
|
name: string;
|
|
447
447
|
trueValue: boolean;
|
|
448
448
|
falseValue: boolean;
|
|
449
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
449
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
450
450
|
$slots: Readonly<{
|
|
451
451
|
default: (props: any) => any;
|
|
452
452
|
error: (props: any) => any;
|
|
@@ -456,7 +456,7 @@ export declare const Basic: StoryFn<{
|
|
|
456
456
|
};
|
|
457
457
|
})>;
|
|
458
458
|
export declare const Disabled: StoryFn<{
|
|
459
|
-
new (...args: any[]): import("vue").
|
|
459
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
460
460
|
disabled: {
|
|
461
461
|
type: import("vue").PropType<boolean>;
|
|
462
462
|
};
|
|
@@ -495,9 +495,9 @@ export declare const Disabled: StoryFn<{
|
|
|
495
495
|
errorMessage: {
|
|
496
496
|
type: import("vue").PropType<string>;
|
|
497
497
|
};
|
|
498
|
-
}>> & {
|
|
498
|
+
}>> & Readonly<{
|
|
499
499
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
500
|
-
}
|
|
500
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
501
501
|
"update:modelValue": (value: boolean) => void;
|
|
502
502
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
503
503
|
disabled: {
|
|
@@ -538,14 +538,14 @@ export declare const Disabled: StoryFn<{
|
|
|
538
538
|
errorMessage: {
|
|
539
539
|
type: import("vue").PropType<string>;
|
|
540
540
|
};
|
|
541
|
-
}>> & {
|
|
541
|
+
}>> & Readonly<{
|
|
542
542
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
543
|
-
}
|
|
543
|
+
}>, {
|
|
544
544
|
size: "s" | "m" | "l";
|
|
545
545
|
name: string;
|
|
546
546
|
trueValue: boolean;
|
|
547
547
|
falseValue: boolean;
|
|
548
|
-
}, true, {}, {}, {
|
|
548
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
549
549
|
P: {};
|
|
550
550
|
B: {};
|
|
551
551
|
D: {};
|
|
@@ -591,9 +591,9 @@ export declare const Disabled: StoryFn<{
|
|
|
591
591
|
errorMessage: {
|
|
592
592
|
type: import("vue").PropType<string>;
|
|
593
593
|
};
|
|
594
|
-
}>> & {
|
|
594
|
+
}>> & Readonly<{
|
|
595
595
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
596
|
-
}
|
|
596
|
+
}>, {}, {}, {}, {}, {
|
|
597
597
|
size: "s" | "m" | "l";
|
|
598
598
|
name: string;
|
|
599
599
|
trueValue: boolean;
|
|
@@ -641,16 +641,16 @@ export declare const Disabled: StoryFn<{
|
|
|
641
641
|
errorMessage: {
|
|
642
642
|
type: import("vue").PropType<string>;
|
|
643
643
|
};
|
|
644
|
-
}>> & {
|
|
644
|
+
}>> & Readonly<{
|
|
645
645
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
646
|
-
}
|
|
646
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
647
647
|
"update:modelValue": (value: boolean) => void;
|
|
648
648
|
}, string, {
|
|
649
649
|
size: "s" | "m" | "l";
|
|
650
650
|
name: string;
|
|
651
651
|
trueValue: boolean;
|
|
652
652
|
falseValue: boolean;
|
|
653
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
653
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
654
654
|
$slots: Readonly<{
|
|
655
655
|
default: (props: any) => any;
|
|
656
656
|
error: (props: any) => any;
|
|
@@ -660,7 +660,7 @@ export declare const Disabled: StoryFn<{
|
|
|
660
660
|
};
|
|
661
661
|
})>;
|
|
662
662
|
export declare const Required: StoryFn<{
|
|
663
|
-
new (...args: any[]): import("vue").
|
|
663
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
664
664
|
disabled: {
|
|
665
665
|
type: import("vue").PropType<boolean>;
|
|
666
666
|
};
|
|
@@ -699,9 +699,9 @@ export declare const Required: StoryFn<{
|
|
|
699
699
|
errorMessage: {
|
|
700
700
|
type: import("vue").PropType<string>;
|
|
701
701
|
};
|
|
702
|
-
}>> & {
|
|
702
|
+
}>> & Readonly<{
|
|
703
703
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
704
|
-
}
|
|
704
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
705
705
|
"update:modelValue": (value: boolean) => void;
|
|
706
706
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
707
707
|
disabled: {
|
|
@@ -742,14 +742,14 @@ export declare const Required: StoryFn<{
|
|
|
742
742
|
errorMessage: {
|
|
743
743
|
type: import("vue").PropType<string>;
|
|
744
744
|
};
|
|
745
|
-
}>> & {
|
|
745
|
+
}>> & Readonly<{
|
|
746
746
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
747
|
-
}
|
|
747
|
+
}>, {
|
|
748
748
|
size: "s" | "m" | "l";
|
|
749
749
|
name: string;
|
|
750
750
|
trueValue: boolean;
|
|
751
751
|
falseValue: boolean;
|
|
752
|
-
}, true, {}, {}, {
|
|
752
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
753
753
|
P: {};
|
|
754
754
|
B: {};
|
|
755
755
|
D: {};
|
|
@@ -795,9 +795,9 @@ export declare const Required: StoryFn<{
|
|
|
795
795
|
errorMessage: {
|
|
796
796
|
type: import("vue").PropType<string>;
|
|
797
797
|
};
|
|
798
|
-
}>> & {
|
|
798
|
+
}>> & Readonly<{
|
|
799
799
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
800
|
-
}
|
|
800
|
+
}>, {}, {}, {}, {}, {
|
|
801
801
|
size: "s" | "m" | "l";
|
|
802
802
|
name: string;
|
|
803
803
|
trueValue: boolean;
|
|
@@ -845,16 +845,16 @@ export declare const Required: StoryFn<{
|
|
|
845
845
|
errorMessage: {
|
|
846
846
|
type: import("vue").PropType<string>;
|
|
847
847
|
};
|
|
848
|
-
}>> & {
|
|
848
|
+
}>> & Readonly<{
|
|
849
849
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
850
|
-
}
|
|
850
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
851
851
|
"update:modelValue": (value: boolean) => void;
|
|
852
852
|
}, string, {
|
|
853
853
|
size: "s" | "m" | "l";
|
|
854
854
|
name: string;
|
|
855
855
|
trueValue: boolean;
|
|
856
856
|
falseValue: boolean;
|
|
857
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
857
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
858
858
|
$slots: Readonly<{
|
|
859
859
|
default: (props: any) => any;
|
|
860
860
|
error: (props: any) => any;
|
|
@@ -864,7 +864,7 @@ export declare const Required: StoryFn<{
|
|
|
864
864
|
};
|
|
865
865
|
})>;
|
|
866
866
|
export declare const Error: StoryFn<{
|
|
867
|
-
new (...args: any[]): import("vue").
|
|
867
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
868
868
|
disabled: {
|
|
869
869
|
type: import("vue").PropType<boolean>;
|
|
870
870
|
};
|
|
@@ -903,9 +903,9 @@ export declare const Error: StoryFn<{
|
|
|
903
903
|
errorMessage: {
|
|
904
904
|
type: import("vue").PropType<string>;
|
|
905
905
|
};
|
|
906
|
-
}>> & {
|
|
906
|
+
}>> & Readonly<{
|
|
907
907
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
908
|
-
}
|
|
908
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
909
909
|
"update:modelValue": (value: boolean) => void;
|
|
910
910
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
911
911
|
disabled: {
|
|
@@ -946,14 +946,14 @@ export declare const Error: StoryFn<{
|
|
|
946
946
|
errorMessage: {
|
|
947
947
|
type: import("vue").PropType<string>;
|
|
948
948
|
};
|
|
949
|
-
}>> & {
|
|
949
|
+
}>> & Readonly<{
|
|
950
950
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
951
|
-
}
|
|
951
|
+
}>, {
|
|
952
952
|
size: "s" | "m" | "l";
|
|
953
953
|
name: string;
|
|
954
954
|
trueValue: boolean;
|
|
955
955
|
falseValue: boolean;
|
|
956
|
-
}, true, {}, {}, {
|
|
956
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
957
957
|
P: {};
|
|
958
958
|
B: {};
|
|
959
959
|
D: {};
|
|
@@ -999,9 +999,9 @@ export declare const Error: StoryFn<{
|
|
|
999
999
|
errorMessage: {
|
|
1000
1000
|
type: import("vue").PropType<string>;
|
|
1001
1001
|
};
|
|
1002
|
-
}>> & {
|
|
1002
|
+
}>> & Readonly<{
|
|
1003
1003
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1004
|
-
}
|
|
1004
|
+
}>, {}, {}, {}, {}, {
|
|
1005
1005
|
size: "s" | "m" | "l";
|
|
1006
1006
|
name: string;
|
|
1007
1007
|
trueValue: boolean;
|
|
@@ -1049,16 +1049,16 @@ export declare const Error: StoryFn<{
|
|
|
1049
1049
|
errorMessage: {
|
|
1050
1050
|
type: import("vue").PropType<string>;
|
|
1051
1051
|
};
|
|
1052
|
-
}>> & {
|
|
1052
|
+
}>> & Readonly<{
|
|
1053
1053
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1054
|
-
}
|
|
1054
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1055
1055
|
"update:modelValue": (value: boolean) => void;
|
|
1056
1056
|
}, string, {
|
|
1057
1057
|
size: "s" | "m" | "l";
|
|
1058
1058
|
name: string;
|
|
1059
1059
|
trueValue: boolean;
|
|
1060
1060
|
falseValue: boolean;
|
|
1061
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1061
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1062
1062
|
$slots: Readonly<{
|
|
1063
1063
|
default: (props: any) => any;
|
|
1064
1064
|
error: (props: any) => any;
|
|
@@ -1068,7 +1068,7 @@ export declare const Error: StoryFn<{
|
|
|
1068
1068
|
};
|
|
1069
1069
|
})>;
|
|
1070
1070
|
export declare const Tooltip: StoryFn<{
|
|
1071
|
-
new (...args: any[]): import("vue").
|
|
1071
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1072
1072
|
disabled: {
|
|
1073
1073
|
type: import("vue").PropType<boolean>;
|
|
1074
1074
|
};
|
|
@@ -1107,9 +1107,9 @@ export declare const Tooltip: StoryFn<{
|
|
|
1107
1107
|
errorMessage: {
|
|
1108
1108
|
type: import("vue").PropType<string>;
|
|
1109
1109
|
};
|
|
1110
|
-
}>> & {
|
|
1110
|
+
}>> & Readonly<{
|
|
1111
1111
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1112
|
-
}
|
|
1112
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1113
1113
|
"update:modelValue": (value: boolean) => void;
|
|
1114
1114
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1115
1115
|
disabled: {
|
|
@@ -1150,14 +1150,14 @@ export declare const Tooltip: StoryFn<{
|
|
|
1150
1150
|
errorMessage: {
|
|
1151
1151
|
type: import("vue").PropType<string>;
|
|
1152
1152
|
};
|
|
1153
|
-
}>> & {
|
|
1153
|
+
}>> & Readonly<{
|
|
1154
1154
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1155
|
-
}
|
|
1155
|
+
}>, {
|
|
1156
1156
|
size: "s" | "m" | "l";
|
|
1157
1157
|
name: string;
|
|
1158
1158
|
trueValue: boolean;
|
|
1159
1159
|
falseValue: boolean;
|
|
1160
|
-
}, true, {}, {}, {
|
|
1160
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1161
1161
|
P: {};
|
|
1162
1162
|
B: {};
|
|
1163
1163
|
D: {};
|
|
@@ -1203,9 +1203,9 @@ export declare const Tooltip: StoryFn<{
|
|
|
1203
1203
|
errorMessage: {
|
|
1204
1204
|
type: import("vue").PropType<string>;
|
|
1205
1205
|
};
|
|
1206
|
-
}>> & {
|
|
1206
|
+
}>> & Readonly<{
|
|
1207
1207
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1208
|
-
}
|
|
1208
|
+
}>, {}, {}, {}, {}, {
|
|
1209
1209
|
size: "s" | "m" | "l";
|
|
1210
1210
|
name: string;
|
|
1211
1211
|
trueValue: boolean;
|
|
@@ -1253,16 +1253,16 @@ export declare const Tooltip: StoryFn<{
|
|
|
1253
1253
|
errorMessage: {
|
|
1254
1254
|
type: import("vue").PropType<string>;
|
|
1255
1255
|
};
|
|
1256
|
-
}>> & {
|
|
1256
|
+
}>> & Readonly<{
|
|
1257
1257
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1258
|
-
}
|
|
1258
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1259
1259
|
"update:modelValue": (value: boolean) => void;
|
|
1260
1260
|
}, string, {
|
|
1261
1261
|
size: "s" | "m" | "l";
|
|
1262
1262
|
name: string;
|
|
1263
1263
|
trueValue: boolean;
|
|
1264
1264
|
falseValue: boolean;
|
|
1265
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1265
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1266
1266
|
$slots: Readonly<{
|
|
1267
1267
|
default: (props: any) => any;
|
|
1268
1268
|
error: (props: any) => any;
|
|
@@ -1272,7 +1272,7 @@ export declare const Tooltip: StoryFn<{
|
|
|
1272
1272
|
};
|
|
1273
1273
|
})>;
|
|
1274
1274
|
export declare const Label: StoryFn<{
|
|
1275
|
-
new (...args: any[]): import("vue").
|
|
1275
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1276
1276
|
disabled: {
|
|
1277
1277
|
type: import("vue").PropType<boolean>;
|
|
1278
1278
|
};
|
|
@@ -1311,9 +1311,9 @@ export declare const Label: StoryFn<{
|
|
|
1311
1311
|
errorMessage: {
|
|
1312
1312
|
type: import("vue").PropType<string>;
|
|
1313
1313
|
};
|
|
1314
|
-
}>> & {
|
|
1314
|
+
}>> & Readonly<{
|
|
1315
1315
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1316
|
-
}
|
|
1316
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1317
1317
|
"update:modelValue": (value: boolean) => void;
|
|
1318
1318
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1319
1319
|
disabled: {
|
|
@@ -1354,14 +1354,14 @@ export declare const Label: StoryFn<{
|
|
|
1354
1354
|
errorMessage: {
|
|
1355
1355
|
type: import("vue").PropType<string>;
|
|
1356
1356
|
};
|
|
1357
|
-
}>> & {
|
|
1357
|
+
}>> & Readonly<{
|
|
1358
1358
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1359
|
-
}
|
|
1359
|
+
}>, {
|
|
1360
1360
|
size: "s" | "m" | "l";
|
|
1361
1361
|
name: string;
|
|
1362
1362
|
trueValue: boolean;
|
|
1363
1363
|
falseValue: boolean;
|
|
1364
|
-
}, true, {}, {}, {
|
|
1364
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1365
1365
|
P: {};
|
|
1366
1366
|
B: {};
|
|
1367
1367
|
D: {};
|
|
@@ -1407,9 +1407,9 @@ export declare const Label: StoryFn<{
|
|
|
1407
1407
|
errorMessage: {
|
|
1408
1408
|
type: import("vue").PropType<string>;
|
|
1409
1409
|
};
|
|
1410
|
-
}>> & {
|
|
1410
|
+
}>> & Readonly<{
|
|
1411
1411
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1412
|
-
}
|
|
1412
|
+
}>, {}, {}, {}, {}, {
|
|
1413
1413
|
size: "s" | "m" | "l";
|
|
1414
1414
|
name: string;
|
|
1415
1415
|
trueValue: boolean;
|
|
@@ -1457,16 +1457,16 @@ export declare const Label: StoryFn<{
|
|
|
1457
1457
|
errorMessage: {
|
|
1458
1458
|
type: import("vue").PropType<string>;
|
|
1459
1459
|
};
|
|
1460
|
-
}>> & {
|
|
1460
|
+
}>> & Readonly<{
|
|
1461
1461
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1462
|
-
}
|
|
1462
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1463
1463
|
"update:modelValue": (value: boolean) => void;
|
|
1464
1464
|
}, string, {
|
|
1465
1465
|
size: "s" | "m" | "l";
|
|
1466
1466
|
name: string;
|
|
1467
1467
|
trueValue: boolean;
|
|
1468
1468
|
falseValue: boolean;
|
|
1469
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1469
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1470
1470
|
$slots: Readonly<{
|
|
1471
1471
|
default: (props: any) => any;
|
|
1472
1472
|
error: (props: any) => any;
|
|
@@ -1476,7 +1476,7 @@ export declare const Label: StoryFn<{
|
|
|
1476
1476
|
};
|
|
1477
1477
|
})>;
|
|
1478
1478
|
export declare const Name: StoryFn<{
|
|
1479
|
-
new (...args: any[]): import("vue").
|
|
1479
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1480
1480
|
disabled: {
|
|
1481
1481
|
type: import("vue").PropType<boolean>;
|
|
1482
1482
|
};
|
|
@@ -1515,9 +1515,9 @@ export declare const Name: StoryFn<{
|
|
|
1515
1515
|
errorMessage: {
|
|
1516
1516
|
type: import("vue").PropType<string>;
|
|
1517
1517
|
};
|
|
1518
|
-
}>> & {
|
|
1518
|
+
}>> & Readonly<{
|
|
1519
1519
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1520
|
-
}
|
|
1520
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1521
1521
|
"update:modelValue": (value: boolean) => void;
|
|
1522
1522
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1523
1523
|
disabled: {
|
|
@@ -1558,14 +1558,14 @@ export declare const Name: StoryFn<{
|
|
|
1558
1558
|
errorMessage: {
|
|
1559
1559
|
type: import("vue").PropType<string>;
|
|
1560
1560
|
};
|
|
1561
|
-
}>> & {
|
|
1561
|
+
}>> & Readonly<{
|
|
1562
1562
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1563
|
-
}
|
|
1563
|
+
}>, {
|
|
1564
1564
|
size: "s" | "m" | "l";
|
|
1565
1565
|
name: string;
|
|
1566
1566
|
trueValue: boolean;
|
|
1567
1567
|
falseValue: boolean;
|
|
1568
|
-
}, true, {}, {}, {
|
|
1568
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1569
1569
|
P: {};
|
|
1570
1570
|
B: {};
|
|
1571
1571
|
D: {};
|
|
@@ -1611,9 +1611,9 @@ export declare const Name: StoryFn<{
|
|
|
1611
1611
|
errorMessage: {
|
|
1612
1612
|
type: import("vue").PropType<string>;
|
|
1613
1613
|
};
|
|
1614
|
-
}>> & {
|
|
1614
|
+
}>> & Readonly<{
|
|
1615
1615
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1616
|
-
}
|
|
1616
|
+
}>, {}, {}, {}, {}, {
|
|
1617
1617
|
size: "s" | "m" | "l";
|
|
1618
1618
|
name: string;
|
|
1619
1619
|
trueValue: boolean;
|
|
@@ -1661,16 +1661,16 @@ export declare const Name: StoryFn<{
|
|
|
1661
1661
|
errorMessage: {
|
|
1662
1662
|
type: import("vue").PropType<string>;
|
|
1663
1663
|
};
|
|
1664
|
-
}>> & {
|
|
1664
|
+
}>> & Readonly<{
|
|
1665
1665
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1666
|
-
}
|
|
1666
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1667
1667
|
"update:modelValue": (value: boolean) => void;
|
|
1668
1668
|
}, string, {
|
|
1669
1669
|
size: "s" | "m" | "l";
|
|
1670
1670
|
name: string;
|
|
1671
1671
|
trueValue: boolean;
|
|
1672
1672
|
falseValue: boolean;
|
|
1673
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1673
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1674
1674
|
$slots: Readonly<{
|
|
1675
1675
|
default: (props: any) => any;
|
|
1676
1676
|
error: (props: any) => any;
|
|
@@ -1680,7 +1680,7 @@ export declare const Name: StoryFn<{
|
|
|
1680
1680
|
};
|
|
1681
1681
|
})>;
|
|
1682
1682
|
export declare const TrueValue: StoryFn<{
|
|
1683
|
-
new (...args: any[]): import("vue").
|
|
1683
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1684
1684
|
disabled: {
|
|
1685
1685
|
type: import("vue").PropType<boolean>;
|
|
1686
1686
|
};
|
|
@@ -1719,9 +1719,9 @@ export declare const TrueValue: StoryFn<{
|
|
|
1719
1719
|
errorMessage: {
|
|
1720
1720
|
type: import("vue").PropType<string>;
|
|
1721
1721
|
};
|
|
1722
|
-
}>> & {
|
|
1722
|
+
}>> & Readonly<{
|
|
1723
1723
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1724
|
-
}
|
|
1724
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1725
1725
|
"update:modelValue": (value: boolean) => void;
|
|
1726
1726
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1727
1727
|
disabled: {
|
|
@@ -1762,14 +1762,14 @@ export declare const TrueValue: StoryFn<{
|
|
|
1762
1762
|
errorMessage: {
|
|
1763
1763
|
type: import("vue").PropType<string>;
|
|
1764
1764
|
};
|
|
1765
|
-
}>> & {
|
|
1765
|
+
}>> & Readonly<{
|
|
1766
1766
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1767
|
-
}
|
|
1767
|
+
}>, {
|
|
1768
1768
|
size: "s" | "m" | "l";
|
|
1769
1769
|
name: string;
|
|
1770
1770
|
trueValue: boolean;
|
|
1771
1771
|
falseValue: boolean;
|
|
1772
|
-
}, true, {}, {}, {
|
|
1772
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1773
1773
|
P: {};
|
|
1774
1774
|
B: {};
|
|
1775
1775
|
D: {};
|
|
@@ -1815,9 +1815,9 @@ export declare const TrueValue: StoryFn<{
|
|
|
1815
1815
|
errorMessage: {
|
|
1816
1816
|
type: import("vue").PropType<string>;
|
|
1817
1817
|
};
|
|
1818
|
-
}>> & {
|
|
1818
|
+
}>> & Readonly<{
|
|
1819
1819
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1820
|
-
}
|
|
1820
|
+
}>, {}, {}, {}, {}, {
|
|
1821
1821
|
size: "s" | "m" | "l";
|
|
1822
1822
|
name: string;
|
|
1823
1823
|
trueValue: boolean;
|
|
@@ -1865,16 +1865,16 @@ export declare const TrueValue: StoryFn<{
|
|
|
1865
1865
|
errorMessage: {
|
|
1866
1866
|
type: import("vue").PropType<string>;
|
|
1867
1867
|
};
|
|
1868
|
-
}>> & {
|
|
1868
|
+
}>> & Readonly<{
|
|
1869
1869
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1870
|
-
}
|
|
1870
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1871
1871
|
"update:modelValue": (value: boolean) => void;
|
|
1872
1872
|
}, string, {
|
|
1873
1873
|
size: "s" | "m" | "l";
|
|
1874
1874
|
name: string;
|
|
1875
1875
|
trueValue: boolean;
|
|
1876
1876
|
falseValue: boolean;
|
|
1877
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1877
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1878
1878
|
$slots: Readonly<{
|
|
1879
1879
|
default: (props: any) => any;
|
|
1880
1880
|
error: (props: any) => any;
|
|
@@ -1884,7 +1884,7 @@ export declare const TrueValue: StoryFn<{
|
|
|
1884
1884
|
};
|
|
1885
1885
|
})>;
|
|
1886
1886
|
export declare const FalseValue: StoryFn<{
|
|
1887
|
-
new (...args: any[]): import("vue").
|
|
1887
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1888
1888
|
disabled: {
|
|
1889
1889
|
type: import("vue").PropType<boolean>;
|
|
1890
1890
|
};
|
|
@@ -1923,9 +1923,9 @@ export declare const FalseValue: StoryFn<{
|
|
|
1923
1923
|
errorMessage: {
|
|
1924
1924
|
type: import("vue").PropType<string>;
|
|
1925
1925
|
};
|
|
1926
|
-
}>> & {
|
|
1926
|
+
}>> & Readonly<{
|
|
1927
1927
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1928
|
-
}
|
|
1928
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1929
1929
|
"update:modelValue": (value: boolean) => void;
|
|
1930
1930
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1931
1931
|
disabled: {
|
|
@@ -1966,14 +1966,14 @@ export declare const FalseValue: StoryFn<{
|
|
|
1966
1966
|
errorMessage: {
|
|
1967
1967
|
type: import("vue").PropType<string>;
|
|
1968
1968
|
};
|
|
1969
|
-
}>> & {
|
|
1969
|
+
}>> & Readonly<{
|
|
1970
1970
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1971
|
-
}
|
|
1971
|
+
}>, {
|
|
1972
1972
|
size: "s" | "m" | "l";
|
|
1973
1973
|
name: string;
|
|
1974
1974
|
trueValue: boolean;
|
|
1975
1975
|
falseValue: boolean;
|
|
1976
|
-
}, true, {}, {}, {
|
|
1976
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1977
1977
|
P: {};
|
|
1978
1978
|
B: {};
|
|
1979
1979
|
D: {};
|
|
@@ -2019,9 +2019,9 @@ export declare const FalseValue: StoryFn<{
|
|
|
2019
2019
|
errorMessage: {
|
|
2020
2020
|
type: import("vue").PropType<string>;
|
|
2021
2021
|
};
|
|
2022
|
-
}>> & {
|
|
2022
|
+
}>> & Readonly<{
|
|
2023
2023
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2024
|
-
}
|
|
2024
|
+
}>, {}, {}, {}, {}, {
|
|
2025
2025
|
size: "s" | "m" | "l";
|
|
2026
2026
|
name: string;
|
|
2027
2027
|
trueValue: boolean;
|
|
@@ -2069,16 +2069,16 @@ export declare const FalseValue: StoryFn<{
|
|
|
2069
2069
|
errorMessage: {
|
|
2070
2070
|
type: import("vue").PropType<string>;
|
|
2071
2071
|
};
|
|
2072
|
-
}>> & {
|
|
2072
|
+
}>> & Readonly<{
|
|
2073
2073
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2074
|
-
}
|
|
2074
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2075
2075
|
"update:modelValue": (value: boolean) => void;
|
|
2076
2076
|
}, string, {
|
|
2077
2077
|
size: "s" | "m" | "l";
|
|
2078
2078
|
name: string;
|
|
2079
2079
|
trueValue: boolean;
|
|
2080
2080
|
falseValue: boolean;
|
|
2081
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2081
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2082
2082
|
$slots: Readonly<{
|
|
2083
2083
|
default: (props: any) => any;
|
|
2084
2084
|
error: (props: any) => any;
|