@vc-shell/framework 1.0.291 → 1.0.292
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 +4 -0
- package/dist/framework.js +23134 -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 +143 -172
- 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-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/tailwind.config.ts +2 -0
|
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { VcPagination } from "./";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
variant: {
|
|
7
7
|
type: import("vue").PropType<"default" | "minimal">;
|
|
8
8
|
default: string;
|
|
@@ -18,7 +18,7 @@ declare const _default: {
|
|
|
18
18
|
type: import("vue").PropType<number>;
|
|
19
19
|
default: number;
|
|
20
20
|
};
|
|
21
|
-
}
|
|
21
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
22
|
itemClick: (pages: number) => void;
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
variant: {
|
|
@@ -36,13 +36,13 @@ declare const _default: {
|
|
|
36
36
|
type: import("vue").PropType<number>;
|
|
37
37
|
default: number;
|
|
38
38
|
};
|
|
39
|
-
}>> & {
|
|
39
|
+
}>> & Readonly<{
|
|
40
40
|
onItemClick?: ((pages: number) => any) | undefined;
|
|
41
|
-
}
|
|
41
|
+
}>, {
|
|
42
42
|
variant: "default" | "minimal";
|
|
43
43
|
pages: number;
|
|
44
44
|
currentPage: number;
|
|
45
|
-
}, {}>;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
46
|
args: {
|
|
47
47
|
pages: number;
|
|
48
48
|
currentPage: number;
|
|
@@ -50,7 +50,7 @@ declare const _default: {
|
|
|
50
50
|
};
|
|
51
51
|
export default _default;
|
|
52
52
|
export declare const Template: StoryFn<typeof VcPagination>;
|
|
53
|
-
export declare const Expanded: StoryFn<import("vue").DefineComponent<{
|
|
53
|
+
export declare const Expanded: StoryFn<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
54
54
|
variant: {
|
|
55
55
|
type: import("vue").PropType<"default" | "minimal">;
|
|
56
56
|
default: string;
|
|
@@ -66,7 +66,7 @@ export declare const Expanded: StoryFn<import("vue").DefineComponent<{
|
|
|
66
66
|
type: import("vue").PropType<number>;
|
|
67
67
|
default: number;
|
|
68
68
|
};
|
|
69
|
-
}
|
|
69
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
70
70
|
itemClick: (pages: number) => void;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
72
|
variant: {
|
|
@@ -84,11 +84,11 @@ export declare const Expanded: StoryFn<import("vue").DefineComponent<{
|
|
|
84
84
|
type: import("vue").PropType<number>;
|
|
85
85
|
default: number;
|
|
86
86
|
};
|
|
87
|
-
}>> & {
|
|
87
|
+
}>> & Readonly<{
|
|
88
88
|
onItemClick?: ((pages: number) => any) | undefined;
|
|
89
|
-
}
|
|
89
|
+
}>, {
|
|
90
90
|
variant: "default" | "minimal";
|
|
91
91
|
pages: number;
|
|
92
92
|
currentPage: number;
|
|
93
|
-
}, {}>>;
|
|
93
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
94
94
|
//# sourceMappingURL=vc-pagination.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-pagination.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/vc-pagination.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,wBAOsC;AAEtC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,YAAY,CAMhD,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-pagination.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/vc-pagination.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,wBAOsC;AAEtC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,YAAY,CAMhD,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAAoB,CAAC"}
|
|
@@ -7,23 +7,23 @@ export interface Props {
|
|
|
7
7
|
export interface Emits {
|
|
8
8
|
(event: "itemClick", pages: number): void;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
11
|
pages: number;
|
|
12
12
|
currentPage: number;
|
|
13
13
|
variant: string;
|
|
14
|
-
}
|
|
14
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
15
|
itemClick: (pages: number) => void;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
17
|
pages: number;
|
|
18
18
|
currentPage: number;
|
|
19
19
|
variant: string;
|
|
20
|
-
}>>> & {
|
|
20
|
+
}>>> & Readonly<{
|
|
21
21
|
onItemClick?: ((pages: number) => any) | undefined;
|
|
22
|
-
}
|
|
22
|
+
}>, {
|
|
23
23
|
variant: "default" | "minimal";
|
|
24
24
|
pages: number;
|
|
25
25
|
currentPage: number;
|
|
26
|
-
}, {}>;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
export default _default;
|
|
28
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
29
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,7 +3,10 @@ import { VcRadioButton } 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
|
+
error: {
|
|
8
|
+
type: import("vue").PropType<boolean>;
|
|
9
|
+
};
|
|
7
10
|
disabled: {
|
|
8
11
|
type: import("vue").PropType<boolean>;
|
|
9
12
|
};
|
|
@@ -28,17 +31,17 @@ declare const _default: {
|
|
|
28
31
|
errorMessage: {
|
|
29
32
|
type: import("vue").PropType<string>;
|
|
30
33
|
};
|
|
31
|
-
error: {
|
|
32
|
-
type: import("vue").PropType<boolean>;
|
|
33
|
-
};
|
|
34
34
|
binary: {
|
|
35
35
|
type: import("vue").PropType<boolean>;
|
|
36
36
|
};
|
|
37
|
-
}>> & {
|
|
37
|
+
}>> & Readonly<{
|
|
38
38
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
39
|
-
}
|
|
39
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
40
|
"update:modelValue": (value: any) => void;
|
|
41
41
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
error: {
|
|
43
|
+
type: import("vue").PropType<boolean>;
|
|
44
|
+
};
|
|
42
45
|
disabled: {
|
|
43
46
|
type: import("vue").PropType<boolean>;
|
|
44
47
|
};
|
|
@@ -63,17 +66,14 @@ declare const _default: {
|
|
|
63
66
|
errorMessage: {
|
|
64
67
|
type: import("vue").PropType<string>;
|
|
65
68
|
};
|
|
66
|
-
error: {
|
|
67
|
-
type: import("vue").PropType<boolean>;
|
|
68
|
-
};
|
|
69
69
|
binary: {
|
|
70
70
|
type: import("vue").PropType<boolean>;
|
|
71
71
|
};
|
|
72
|
-
}>> & {
|
|
72
|
+
}>> & Readonly<{
|
|
73
73
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
74
|
-
}
|
|
74
|
+
}>, {
|
|
75
75
|
name: string;
|
|
76
|
-
}, true, {}, {}, {
|
|
76
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
77
77
|
P: {};
|
|
78
78
|
B: {};
|
|
79
79
|
D: {};
|
|
@@ -81,6 +81,9 @@ declare const _default: {
|
|
|
81
81
|
M: {};
|
|
82
82
|
Defaults: {};
|
|
83
83
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
+
error: {
|
|
85
|
+
type: import("vue").PropType<boolean>;
|
|
86
|
+
};
|
|
84
87
|
disabled: {
|
|
85
88
|
type: import("vue").PropType<boolean>;
|
|
86
89
|
};
|
|
@@ -105,21 +108,21 @@ declare const _default: {
|
|
|
105
108
|
errorMessage: {
|
|
106
109
|
type: import("vue").PropType<string>;
|
|
107
110
|
};
|
|
108
|
-
error: {
|
|
109
|
-
type: import("vue").PropType<boolean>;
|
|
110
|
-
};
|
|
111
111
|
binary: {
|
|
112
112
|
type: import("vue").PropType<boolean>;
|
|
113
113
|
};
|
|
114
|
-
}>> & {
|
|
114
|
+
}>> & Readonly<{
|
|
115
115
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
116
|
-
}
|
|
116
|
+
}>, {}, {}, {}, {}, {
|
|
117
117
|
name: string;
|
|
118
118
|
}>;
|
|
119
119
|
__isFragment?: undefined;
|
|
120
120
|
__isTeleport?: undefined;
|
|
121
121
|
__isSuspense?: undefined;
|
|
122
122
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
error: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
};
|
|
123
126
|
disabled: {
|
|
124
127
|
type: import("vue").PropType<boolean>;
|
|
125
128
|
};
|
|
@@ -144,19 +147,16 @@ declare const _default: {
|
|
|
144
147
|
errorMessage: {
|
|
145
148
|
type: import("vue").PropType<string>;
|
|
146
149
|
};
|
|
147
|
-
error: {
|
|
148
|
-
type: import("vue").PropType<boolean>;
|
|
149
|
-
};
|
|
150
150
|
binary: {
|
|
151
151
|
type: import("vue").PropType<boolean>;
|
|
152
152
|
};
|
|
153
|
-
}>> & {
|
|
153
|
+
}>> & Readonly<{
|
|
154
154
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
155
|
-
}
|
|
155
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
156
156
|
"update:modelValue": (value: any) => void;
|
|
157
157
|
}, string, {
|
|
158
158
|
name: string;
|
|
159
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
159
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
160
160
|
$slots: {
|
|
161
161
|
error?(_: {}): any;
|
|
162
162
|
};
|
|
@@ -208,7 +208,10 @@ export declare const Template: StoryFn<typeof VcRadioButton>;
|
|
|
208
208
|
export declare const Group: StoryFn<typeof VcRadioButton>;
|
|
209
209
|
export declare const StringGroup: StoryFn<typeof VcRadioButton>;
|
|
210
210
|
export declare const Disabled: StoryFn<{
|
|
211
|
-
new (...args: any[]): import("vue").
|
|
211
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
212
|
+
error: {
|
|
213
|
+
type: import("vue").PropType<boolean>;
|
|
214
|
+
};
|
|
212
215
|
disabled: {
|
|
213
216
|
type: import("vue").PropType<boolean>;
|
|
214
217
|
};
|
|
@@ -233,17 +236,17 @@ export declare const Disabled: StoryFn<{
|
|
|
233
236
|
errorMessage: {
|
|
234
237
|
type: import("vue").PropType<string>;
|
|
235
238
|
};
|
|
236
|
-
error: {
|
|
237
|
-
type: import("vue").PropType<boolean>;
|
|
238
|
-
};
|
|
239
239
|
binary: {
|
|
240
240
|
type: import("vue").PropType<boolean>;
|
|
241
241
|
};
|
|
242
|
-
}>> & {
|
|
242
|
+
}>> & Readonly<{
|
|
243
243
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
244
|
-
}
|
|
244
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
245
245
|
"update:modelValue": (value: any) => void;
|
|
246
246
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
247
|
+
error: {
|
|
248
|
+
type: import("vue").PropType<boolean>;
|
|
249
|
+
};
|
|
247
250
|
disabled: {
|
|
248
251
|
type: import("vue").PropType<boolean>;
|
|
249
252
|
};
|
|
@@ -268,17 +271,14 @@ export declare const Disabled: StoryFn<{
|
|
|
268
271
|
errorMessage: {
|
|
269
272
|
type: import("vue").PropType<string>;
|
|
270
273
|
};
|
|
271
|
-
error: {
|
|
272
|
-
type: import("vue").PropType<boolean>;
|
|
273
|
-
};
|
|
274
274
|
binary: {
|
|
275
275
|
type: import("vue").PropType<boolean>;
|
|
276
276
|
};
|
|
277
|
-
}>> & {
|
|
277
|
+
}>> & Readonly<{
|
|
278
278
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
279
|
-
}
|
|
279
|
+
}>, {
|
|
280
280
|
name: string;
|
|
281
|
-
}, true, {}, {}, {
|
|
281
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
282
282
|
P: {};
|
|
283
283
|
B: {};
|
|
284
284
|
D: {};
|
|
@@ -286,6 +286,9 @@ export declare const Disabled: StoryFn<{
|
|
|
286
286
|
M: {};
|
|
287
287
|
Defaults: {};
|
|
288
288
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
289
|
+
error: {
|
|
290
|
+
type: import("vue").PropType<boolean>;
|
|
291
|
+
};
|
|
289
292
|
disabled: {
|
|
290
293
|
type: import("vue").PropType<boolean>;
|
|
291
294
|
};
|
|
@@ -310,21 +313,21 @@ export declare const Disabled: StoryFn<{
|
|
|
310
313
|
errorMessage: {
|
|
311
314
|
type: import("vue").PropType<string>;
|
|
312
315
|
};
|
|
313
|
-
error: {
|
|
314
|
-
type: import("vue").PropType<boolean>;
|
|
315
|
-
};
|
|
316
316
|
binary: {
|
|
317
317
|
type: import("vue").PropType<boolean>;
|
|
318
318
|
};
|
|
319
|
-
}>> & {
|
|
319
|
+
}>> & Readonly<{
|
|
320
320
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
321
|
-
}
|
|
321
|
+
}>, {}, {}, {}, {}, {
|
|
322
322
|
name: string;
|
|
323
323
|
}>;
|
|
324
324
|
__isFragment?: undefined;
|
|
325
325
|
__isTeleport?: undefined;
|
|
326
326
|
__isSuspense?: undefined;
|
|
327
327
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
328
|
+
error: {
|
|
329
|
+
type: import("vue").PropType<boolean>;
|
|
330
|
+
};
|
|
328
331
|
disabled: {
|
|
329
332
|
type: import("vue").PropType<boolean>;
|
|
330
333
|
};
|
|
@@ -349,25 +352,25 @@ export declare const Disabled: StoryFn<{
|
|
|
349
352
|
errorMessage: {
|
|
350
353
|
type: import("vue").PropType<string>;
|
|
351
354
|
};
|
|
352
|
-
error: {
|
|
353
|
-
type: import("vue").PropType<boolean>;
|
|
354
|
-
};
|
|
355
355
|
binary: {
|
|
356
356
|
type: import("vue").PropType<boolean>;
|
|
357
357
|
};
|
|
358
|
-
}>> & {
|
|
358
|
+
}>> & Readonly<{
|
|
359
359
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
360
|
-
}
|
|
360
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
361
361
|
"update:modelValue": (value: any) => void;
|
|
362
362
|
}, string, {
|
|
363
363
|
name: string;
|
|
364
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
364
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
365
365
|
$slots: {
|
|
366
366
|
error?(_: {}): any;
|
|
367
367
|
};
|
|
368
368
|
})>;
|
|
369
369
|
export declare const Error: StoryFn<{
|
|
370
|
-
new (...args: any[]): import("vue").
|
|
370
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
371
|
+
error: {
|
|
372
|
+
type: import("vue").PropType<boolean>;
|
|
373
|
+
};
|
|
371
374
|
disabled: {
|
|
372
375
|
type: import("vue").PropType<boolean>;
|
|
373
376
|
};
|
|
@@ -392,17 +395,17 @@ export declare const Error: StoryFn<{
|
|
|
392
395
|
errorMessage: {
|
|
393
396
|
type: import("vue").PropType<string>;
|
|
394
397
|
};
|
|
395
|
-
error: {
|
|
396
|
-
type: import("vue").PropType<boolean>;
|
|
397
|
-
};
|
|
398
398
|
binary: {
|
|
399
399
|
type: import("vue").PropType<boolean>;
|
|
400
400
|
};
|
|
401
|
-
}>> & {
|
|
401
|
+
}>> & Readonly<{
|
|
402
402
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
403
|
-
}
|
|
403
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
404
404
|
"update:modelValue": (value: any) => void;
|
|
405
405
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
406
|
+
error: {
|
|
407
|
+
type: import("vue").PropType<boolean>;
|
|
408
|
+
};
|
|
406
409
|
disabled: {
|
|
407
410
|
type: import("vue").PropType<boolean>;
|
|
408
411
|
};
|
|
@@ -427,17 +430,14 @@ export declare const Error: StoryFn<{
|
|
|
427
430
|
errorMessage: {
|
|
428
431
|
type: import("vue").PropType<string>;
|
|
429
432
|
};
|
|
430
|
-
error: {
|
|
431
|
-
type: import("vue").PropType<boolean>;
|
|
432
|
-
};
|
|
433
433
|
binary: {
|
|
434
434
|
type: import("vue").PropType<boolean>;
|
|
435
435
|
};
|
|
436
|
-
}>> & {
|
|
436
|
+
}>> & Readonly<{
|
|
437
437
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
438
|
-
}
|
|
438
|
+
}>, {
|
|
439
439
|
name: string;
|
|
440
|
-
}, true, {}, {}, {
|
|
440
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
441
441
|
P: {};
|
|
442
442
|
B: {};
|
|
443
443
|
D: {};
|
|
@@ -445,6 +445,9 @@ export declare const Error: StoryFn<{
|
|
|
445
445
|
M: {};
|
|
446
446
|
Defaults: {};
|
|
447
447
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
448
|
+
error: {
|
|
449
|
+
type: import("vue").PropType<boolean>;
|
|
450
|
+
};
|
|
448
451
|
disabled: {
|
|
449
452
|
type: import("vue").PropType<boolean>;
|
|
450
453
|
};
|
|
@@ -469,21 +472,21 @@ export declare const Error: StoryFn<{
|
|
|
469
472
|
errorMessage: {
|
|
470
473
|
type: import("vue").PropType<string>;
|
|
471
474
|
};
|
|
472
|
-
error: {
|
|
473
|
-
type: import("vue").PropType<boolean>;
|
|
474
|
-
};
|
|
475
475
|
binary: {
|
|
476
476
|
type: import("vue").PropType<boolean>;
|
|
477
477
|
};
|
|
478
|
-
}>> & {
|
|
478
|
+
}>> & Readonly<{
|
|
479
479
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
480
|
-
}
|
|
480
|
+
}>, {}, {}, {}, {}, {
|
|
481
481
|
name: string;
|
|
482
482
|
}>;
|
|
483
483
|
__isFragment?: undefined;
|
|
484
484
|
__isTeleport?: undefined;
|
|
485
485
|
__isSuspense?: undefined;
|
|
486
486
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
487
|
+
error: {
|
|
488
|
+
type: import("vue").PropType<boolean>;
|
|
489
|
+
};
|
|
487
490
|
disabled: {
|
|
488
491
|
type: import("vue").PropType<boolean>;
|
|
489
492
|
};
|
|
@@ -508,25 +511,25 @@ export declare const Error: StoryFn<{
|
|
|
508
511
|
errorMessage: {
|
|
509
512
|
type: import("vue").PropType<string>;
|
|
510
513
|
};
|
|
511
|
-
error: {
|
|
512
|
-
type: import("vue").PropType<boolean>;
|
|
513
|
-
};
|
|
514
514
|
binary: {
|
|
515
515
|
type: import("vue").PropType<boolean>;
|
|
516
516
|
};
|
|
517
|
-
}>> & {
|
|
517
|
+
}>> & Readonly<{
|
|
518
518
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
519
|
-
}
|
|
519
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
520
520
|
"update:modelValue": (value: any) => void;
|
|
521
521
|
}, string, {
|
|
522
522
|
name: string;
|
|
523
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
523
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
524
524
|
$slots: {
|
|
525
525
|
error?(_: {}): any;
|
|
526
526
|
};
|
|
527
527
|
})>;
|
|
528
528
|
export declare const Label: StoryFn<{
|
|
529
|
-
new (...args: any[]): import("vue").
|
|
529
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
530
|
+
error: {
|
|
531
|
+
type: import("vue").PropType<boolean>;
|
|
532
|
+
};
|
|
530
533
|
disabled: {
|
|
531
534
|
type: import("vue").PropType<boolean>;
|
|
532
535
|
};
|
|
@@ -551,17 +554,17 @@ export declare const Label: StoryFn<{
|
|
|
551
554
|
errorMessage: {
|
|
552
555
|
type: import("vue").PropType<string>;
|
|
553
556
|
};
|
|
554
|
-
error: {
|
|
555
|
-
type: import("vue").PropType<boolean>;
|
|
556
|
-
};
|
|
557
557
|
binary: {
|
|
558
558
|
type: import("vue").PropType<boolean>;
|
|
559
559
|
};
|
|
560
|
-
}>> & {
|
|
560
|
+
}>> & Readonly<{
|
|
561
561
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
562
|
-
}
|
|
562
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
563
563
|
"update:modelValue": (value: any) => void;
|
|
564
564
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
565
|
+
error: {
|
|
566
|
+
type: import("vue").PropType<boolean>;
|
|
567
|
+
};
|
|
565
568
|
disabled: {
|
|
566
569
|
type: import("vue").PropType<boolean>;
|
|
567
570
|
};
|
|
@@ -586,17 +589,14 @@ export declare const Label: StoryFn<{
|
|
|
586
589
|
errorMessage: {
|
|
587
590
|
type: import("vue").PropType<string>;
|
|
588
591
|
};
|
|
589
|
-
error: {
|
|
590
|
-
type: import("vue").PropType<boolean>;
|
|
591
|
-
};
|
|
592
592
|
binary: {
|
|
593
593
|
type: import("vue").PropType<boolean>;
|
|
594
594
|
};
|
|
595
|
-
}>> & {
|
|
595
|
+
}>> & Readonly<{
|
|
596
596
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
597
|
-
}
|
|
597
|
+
}>, {
|
|
598
598
|
name: string;
|
|
599
|
-
}, true, {}, {}, {
|
|
599
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
600
600
|
P: {};
|
|
601
601
|
B: {};
|
|
602
602
|
D: {};
|
|
@@ -604,6 +604,9 @@ export declare const Label: StoryFn<{
|
|
|
604
604
|
M: {};
|
|
605
605
|
Defaults: {};
|
|
606
606
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
607
|
+
error: {
|
|
608
|
+
type: import("vue").PropType<boolean>;
|
|
609
|
+
};
|
|
607
610
|
disabled: {
|
|
608
611
|
type: import("vue").PropType<boolean>;
|
|
609
612
|
};
|
|
@@ -628,21 +631,21 @@ export declare const Label: StoryFn<{
|
|
|
628
631
|
errorMessage: {
|
|
629
632
|
type: import("vue").PropType<string>;
|
|
630
633
|
};
|
|
631
|
-
error: {
|
|
632
|
-
type: import("vue").PropType<boolean>;
|
|
633
|
-
};
|
|
634
634
|
binary: {
|
|
635
635
|
type: import("vue").PropType<boolean>;
|
|
636
636
|
};
|
|
637
|
-
}>> & {
|
|
637
|
+
}>> & Readonly<{
|
|
638
638
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
639
|
-
}
|
|
639
|
+
}>, {}, {}, {}, {}, {
|
|
640
640
|
name: string;
|
|
641
641
|
}>;
|
|
642
642
|
__isFragment?: undefined;
|
|
643
643
|
__isTeleport?: undefined;
|
|
644
644
|
__isSuspense?: undefined;
|
|
645
645
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
646
|
+
error: {
|
|
647
|
+
type: import("vue").PropType<boolean>;
|
|
648
|
+
};
|
|
646
649
|
disabled: {
|
|
647
650
|
type: import("vue").PropType<boolean>;
|
|
648
651
|
};
|
|
@@ -667,19 +670,16 @@ export declare const Label: StoryFn<{
|
|
|
667
670
|
errorMessage: {
|
|
668
671
|
type: import("vue").PropType<string>;
|
|
669
672
|
};
|
|
670
|
-
error: {
|
|
671
|
-
type: import("vue").PropType<boolean>;
|
|
672
|
-
};
|
|
673
673
|
binary: {
|
|
674
674
|
type: import("vue").PropType<boolean>;
|
|
675
675
|
};
|
|
676
|
-
}>> & {
|
|
676
|
+
}>> & Readonly<{
|
|
677
677
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
678
|
-
}
|
|
678
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
679
679
|
"update:modelValue": (value: any) => void;
|
|
680
680
|
}, string, {
|
|
681
681
|
name: string;
|
|
682
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
682
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
683
683
|
$slots: {
|
|
684
684
|
error?(_: {}): any;
|
|
685
685
|
};
|
|
@@ -42,17 +42,17 @@ export interface Emits {
|
|
|
42
42
|
*/
|
|
43
43
|
(event: "update:modelValue", value: any): void;
|
|
44
44
|
}
|
|
45
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
45
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
46
46
|
name: string;
|
|
47
|
-
}
|
|
47
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
48
|
"update:modelValue": (value: any) => void;
|
|
49
49
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
50
50
|
name: string;
|
|
51
|
-
}>>> & {
|
|
51
|
+
}>>> & Readonly<{
|
|
52
52
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
53
|
-
}
|
|
53
|
+
}>, {
|
|
54
54
|
name: string;
|
|
55
|
-
}, {}>, {
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
56
56
|
error?(_: {}): any;
|
|
57
57
|
}>;
|
|
58
58
|
export default _default;
|