@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
|
@@ -3,7 +3,7 @@ import { VcTextarea } 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
|
};
|
|
@@ -39,9 +39,9 @@ declare const _default: {
|
|
|
39
39
|
type: import("vue").PropType<string>;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
|
-
}>> & {
|
|
42
|
+
}>> & Readonly<{
|
|
43
43
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
44
|
-
}
|
|
44
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
45
|
"update:modelValue": (value: string | undefined) => void;
|
|
46
46
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
disabled: {
|
|
@@ -79,12 +79,12 @@ declare const _default: {
|
|
|
79
79
|
type: import("vue").PropType<string>;
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
|
-
}>> & {
|
|
82
|
+
}>> & Readonly<{
|
|
83
83
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
84
|
-
}
|
|
84
|
+
}>, {
|
|
85
85
|
name: string;
|
|
86
86
|
maxlength: string;
|
|
87
|
-
}, true, {}, {}, {
|
|
87
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
88
88
|
P: {};
|
|
89
89
|
B: {};
|
|
90
90
|
D: {};
|
|
@@ -127,9 +127,9 @@ declare const _default: {
|
|
|
127
127
|
type: import("vue").PropType<string>;
|
|
128
128
|
default: string;
|
|
129
129
|
};
|
|
130
|
-
}>> & {
|
|
130
|
+
}>> & Readonly<{
|
|
131
131
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
132
|
-
}
|
|
132
|
+
}>, {}, {}, {}, {}, {
|
|
133
133
|
name: string;
|
|
134
134
|
maxlength: string;
|
|
135
135
|
}>;
|
|
@@ -172,14 +172,14 @@ declare const _default: {
|
|
|
172
172
|
type: import("vue").PropType<string>;
|
|
173
173
|
default: string;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
178
178
|
"update:modelValue": (value: string | undefined) => void;
|
|
179
179
|
}, string, {
|
|
180
180
|
name: string;
|
|
181
181
|
maxlength: string;
|
|
182
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
182
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
183
183
|
$slots: Readonly<{
|
|
184
184
|
error: void;
|
|
185
185
|
}> & {
|
|
@@ -193,7 +193,7 @@ declare const _default: {
|
|
|
193
193
|
export default _default;
|
|
194
194
|
export declare const Primary: StoryFn<typeof VcTextarea>;
|
|
195
195
|
export declare const Label: StoryFn<{
|
|
196
|
-
new (...args: any[]): import("vue").
|
|
196
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
197
197
|
disabled: {
|
|
198
198
|
type: import("vue").PropType<boolean>;
|
|
199
199
|
};
|
|
@@ -229,9 +229,9 @@ export declare const Label: StoryFn<{
|
|
|
229
229
|
type: import("vue").PropType<string>;
|
|
230
230
|
default: string;
|
|
231
231
|
};
|
|
232
|
-
}>> & {
|
|
232
|
+
}>> & Readonly<{
|
|
233
233
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
234
|
-
}
|
|
234
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
235
235
|
"update:modelValue": (value: string | undefined) => void;
|
|
236
236
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
237
237
|
disabled: {
|
|
@@ -269,12 +269,12 @@ export declare const Label: StoryFn<{
|
|
|
269
269
|
type: import("vue").PropType<string>;
|
|
270
270
|
default: string;
|
|
271
271
|
};
|
|
272
|
-
}>> & {
|
|
272
|
+
}>> & Readonly<{
|
|
273
273
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
274
|
-
}
|
|
274
|
+
}>, {
|
|
275
275
|
name: string;
|
|
276
276
|
maxlength: string;
|
|
277
|
-
}, true, {}, {}, {
|
|
277
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
278
278
|
P: {};
|
|
279
279
|
B: {};
|
|
280
280
|
D: {};
|
|
@@ -317,9 +317,9 @@ export declare const Label: StoryFn<{
|
|
|
317
317
|
type: import("vue").PropType<string>;
|
|
318
318
|
default: string;
|
|
319
319
|
};
|
|
320
|
-
}>> & {
|
|
320
|
+
}>> & Readonly<{
|
|
321
321
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
322
|
-
}
|
|
322
|
+
}>, {}, {}, {}, {}, {
|
|
323
323
|
name: string;
|
|
324
324
|
maxlength: string;
|
|
325
325
|
}>;
|
|
@@ -362,14 +362,14 @@ export declare const Label: StoryFn<{
|
|
|
362
362
|
type: import("vue").PropType<string>;
|
|
363
363
|
default: string;
|
|
364
364
|
};
|
|
365
|
-
}>> & {
|
|
365
|
+
}>> & Readonly<{
|
|
366
366
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
367
|
-
}
|
|
367
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
368
368
|
"update:modelValue": (value: string | undefined) => void;
|
|
369
369
|
}, string, {
|
|
370
370
|
name: string;
|
|
371
371
|
maxlength: string;
|
|
372
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
372
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
373
373
|
$slots: Readonly<{
|
|
374
374
|
error: void;
|
|
375
375
|
}> & {
|
|
@@ -377,7 +377,7 @@ export declare const Label: StoryFn<{
|
|
|
377
377
|
};
|
|
378
378
|
})>;
|
|
379
379
|
export declare const Disabled: StoryFn<{
|
|
380
|
-
new (...args: any[]): import("vue").
|
|
380
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
381
381
|
disabled: {
|
|
382
382
|
type: import("vue").PropType<boolean>;
|
|
383
383
|
};
|
|
@@ -413,9 +413,9 @@ export declare const Disabled: StoryFn<{
|
|
|
413
413
|
type: import("vue").PropType<string>;
|
|
414
414
|
default: string;
|
|
415
415
|
};
|
|
416
|
-
}>> & {
|
|
416
|
+
}>> & Readonly<{
|
|
417
417
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
418
|
-
}
|
|
418
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
419
419
|
"update:modelValue": (value: string | undefined) => void;
|
|
420
420
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
421
421
|
disabled: {
|
|
@@ -453,12 +453,12 @@ export declare const Disabled: StoryFn<{
|
|
|
453
453
|
type: import("vue").PropType<string>;
|
|
454
454
|
default: string;
|
|
455
455
|
};
|
|
456
|
-
}>> & {
|
|
456
|
+
}>> & Readonly<{
|
|
457
457
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
458
|
-
}
|
|
458
|
+
}>, {
|
|
459
459
|
name: string;
|
|
460
460
|
maxlength: string;
|
|
461
|
-
}, true, {}, {}, {
|
|
461
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
462
462
|
P: {};
|
|
463
463
|
B: {};
|
|
464
464
|
D: {};
|
|
@@ -501,9 +501,9 @@ export declare const Disabled: StoryFn<{
|
|
|
501
501
|
type: import("vue").PropType<string>;
|
|
502
502
|
default: string;
|
|
503
503
|
};
|
|
504
|
-
}>> & {
|
|
504
|
+
}>> & Readonly<{
|
|
505
505
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
506
|
-
}
|
|
506
|
+
}>, {}, {}, {}, {}, {
|
|
507
507
|
name: string;
|
|
508
508
|
maxlength: string;
|
|
509
509
|
}>;
|
|
@@ -546,14 +546,14 @@ export declare const Disabled: StoryFn<{
|
|
|
546
546
|
type: import("vue").PropType<string>;
|
|
547
547
|
default: string;
|
|
548
548
|
};
|
|
549
|
-
}>> & {
|
|
549
|
+
}>> & Readonly<{
|
|
550
550
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
551
|
-
}
|
|
551
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
552
552
|
"update:modelValue": (value: string | undefined) => void;
|
|
553
553
|
}, string, {
|
|
554
554
|
name: string;
|
|
555
555
|
maxlength: string;
|
|
556
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
556
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
557
557
|
$slots: Readonly<{
|
|
558
558
|
error: void;
|
|
559
559
|
}> & {
|
|
@@ -561,7 +561,7 @@ export declare const Disabled: StoryFn<{
|
|
|
561
561
|
};
|
|
562
562
|
})>;
|
|
563
563
|
export declare const Error: StoryFn<{
|
|
564
|
-
new (...args: any[]): import("vue").
|
|
564
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
565
565
|
disabled: {
|
|
566
566
|
type: import("vue").PropType<boolean>;
|
|
567
567
|
};
|
|
@@ -597,9 +597,9 @@ export declare const Error: StoryFn<{
|
|
|
597
597
|
type: import("vue").PropType<string>;
|
|
598
598
|
default: string;
|
|
599
599
|
};
|
|
600
|
-
}>> & {
|
|
600
|
+
}>> & Readonly<{
|
|
601
601
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
602
|
-
}
|
|
602
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
603
603
|
"update:modelValue": (value: string | undefined) => void;
|
|
604
604
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
605
605
|
disabled: {
|
|
@@ -637,12 +637,12 @@ export declare const Error: StoryFn<{
|
|
|
637
637
|
type: import("vue").PropType<string>;
|
|
638
638
|
default: string;
|
|
639
639
|
};
|
|
640
|
-
}>> & {
|
|
640
|
+
}>> & Readonly<{
|
|
641
641
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
642
|
-
}
|
|
642
|
+
}>, {
|
|
643
643
|
name: string;
|
|
644
644
|
maxlength: string;
|
|
645
|
-
}, true, {}, {}, {
|
|
645
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
646
646
|
P: {};
|
|
647
647
|
B: {};
|
|
648
648
|
D: {};
|
|
@@ -685,9 +685,9 @@ export declare const Error: StoryFn<{
|
|
|
685
685
|
type: import("vue").PropType<string>;
|
|
686
686
|
default: string;
|
|
687
687
|
};
|
|
688
|
-
}>> & {
|
|
688
|
+
}>> & Readonly<{
|
|
689
689
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
690
|
-
}
|
|
690
|
+
}>, {}, {}, {}, {}, {
|
|
691
691
|
name: string;
|
|
692
692
|
maxlength: string;
|
|
693
693
|
}>;
|
|
@@ -730,14 +730,14 @@ export declare const Error: StoryFn<{
|
|
|
730
730
|
type: import("vue").PropType<string>;
|
|
731
731
|
default: string;
|
|
732
732
|
};
|
|
733
|
-
}>> & {
|
|
733
|
+
}>> & Readonly<{
|
|
734
734
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
735
|
-
}
|
|
735
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
736
736
|
"update:modelValue": (value: string | undefined) => void;
|
|
737
737
|
}, string, {
|
|
738
738
|
name: string;
|
|
739
739
|
maxlength: string;
|
|
740
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
740
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
741
741
|
$slots: Readonly<{
|
|
742
742
|
error: void;
|
|
743
743
|
}> & {
|
|
@@ -745,7 +745,7 @@ export declare const Error: StoryFn<{
|
|
|
745
745
|
};
|
|
746
746
|
})>;
|
|
747
747
|
export declare const Required: StoryFn<{
|
|
748
|
-
new (...args: any[]): import("vue").
|
|
748
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
749
749
|
disabled: {
|
|
750
750
|
type: import("vue").PropType<boolean>;
|
|
751
751
|
};
|
|
@@ -781,9 +781,9 @@ export declare const Required: StoryFn<{
|
|
|
781
781
|
type: import("vue").PropType<string>;
|
|
782
782
|
default: string;
|
|
783
783
|
};
|
|
784
|
-
}>> & {
|
|
784
|
+
}>> & Readonly<{
|
|
785
785
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
786
|
-
}
|
|
786
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
787
787
|
"update:modelValue": (value: string | undefined) => void;
|
|
788
788
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
789
789
|
disabled: {
|
|
@@ -821,12 +821,12 @@ export declare const Required: StoryFn<{
|
|
|
821
821
|
type: import("vue").PropType<string>;
|
|
822
822
|
default: string;
|
|
823
823
|
};
|
|
824
|
-
}>> & {
|
|
824
|
+
}>> & Readonly<{
|
|
825
825
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
826
|
-
}
|
|
826
|
+
}>, {
|
|
827
827
|
name: string;
|
|
828
828
|
maxlength: string;
|
|
829
|
-
}, true, {}, {}, {
|
|
829
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
830
830
|
P: {};
|
|
831
831
|
B: {};
|
|
832
832
|
D: {};
|
|
@@ -869,9 +869,9 @@ export declare const Required: StoryFn<{
|
|
|
869
869
|
type: import("vue").PropType<string>;
|
|
870
870
|
default: string;
|
|
871
871
|
};
|
|
872
|
-
}>> & {
|
|
872
|
+
}>> & Readonly<{
|
|
873
873
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
874
|
-
}
|
|
874
|
+
}>, {}, {}, {}, {}, {
|
|
875
875
|
name: string;
|
|
876
876
|
maxlength: string;
|
|
877
877
|
}>;
|
|
@@ -914,14 +914,14 @@ export declare const Required: StoryFn<{
|
|
|
914
914
|
type: import("vue").PropType<string>;
|
|
915
915
|
default: string;
|
|
916
916
|
};
|
|
917
|
-
}>> & {
|
|
917
|
+
}>> & Readonly<{
|
|
918
918
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
919
|
-
}
|
|
919
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
920
920
|
"update:modelValue": (value: string | undefined) => void;
|
|
921
921
|
}, string, {
|
|
922
922
|
name: string;
|
|
923
923
|
maxlength: string;
|
|
924
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
924
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
925
925
|
$slots: Readonly<{
|
|
926
926
|
error: void;
|
|
927
927
|
}> & {
|
|
@@ -929,7 +929,7 @@ export declare const Required: StoryFn<{
|
|
|
929
929
|
};
|
|
930
930
|
})>;
|
|
931
931
|
export declare const Tooltip: StoryFn<{
|
|
932
|
-
new (...args: any[]): import("vue").
|
|
932
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
933
933
|
disabled: {
|
|
934
934
|
type: import("vue").PropType<boolean>;
|
|
935
935
|
};
|
|
@@ -965,9 +965,9 @@ export declare const Tooltip: StoryFn<{
|
|
|
965
965
|
type: import("vue").PropType<string>;
|
|
966
966
|
default: string;
|
|
967
967
|
};
|
|
968
|
-
}>> & {
|
|
968
|
+
}>> & Readonly<{
|
|
969
969
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
970
|
-
}
|
|
970
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
971
971
|
"update:modelValue": (value: string | undefined) => void;
|
|
972
972
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
973
973
|
disabled: {
|
|
@@ -1005,12 +1005,12 @@ export declare const Tooltip: StoryFn<{
|
|
|
1005
1005
|
type: import("vue").PropType<string>;
|
|
1006
1006
|
default: string;
|
|
1007
1007
|
};
|
|
1008
|
-
}>> & {
|
|
1008
|
+
}>> & Readonly<{
|
|
1009
1009
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1010
|
-
}
|
|
1010
|
+
}>, {
|
|
1011
1011
|
name: string;
|
|
1012
1012
|
maxlength: string;
|
|
1013
|
-
}, true, {}, {}, {
|
|
1013
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1014
1014
|
P: {};
|
|
1015
1015
|
B: {};
|
|
1016
1016
|
D: {};
|
|
@@ -1053,9 +1053,9 @@ export declare const Tooltip: StoryFn<{
|
|
|
1053
1053
|
type: import("vue").PropType<string>;
|
|
1054
1054
|
default: string;
|
|
1055
1055
|
};
|
|
1056
|
-
}>> & {
|
|
1056
|
+
}>> & Readonly<{
|
|
1057
1057
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1058
|
-
}
|
|
1058
|
+
}>, {}, {}, {}, {}, {
|
|
1059
1059
|
name: string;
|
|
1060
1060
|
maxlength: string;
|
|
1061
1061
|
}>;
|
|
@@ -1098,14 +1098,14 @@ export declare const Tooltip: StoryFn<{
|
|
|
1098
1098
|
type: import("vue").PropType<string>;
|
|
1099
1099
|
default: string;
|
|
1100
1100
|
};
|
|
1101
|
-
}>> & {
|
|
1101
|
+
}>> & Readonly<{
|
|
1102
1102
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1103
|
-
}
|
|
1103
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1104
1104
|
"update:modelValue": (value: string | undefined) => void;
|
|
1105
1105
|
}, string, {
|
|
1106
1106
|
name: string;
|
|
1107
1107
|
maxlength: string;
|
|
1108
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1108
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1109
1109
|
$slots: Readonly<{
|
|
1110
1110
|
error: void;
|
|
1111
1111
|
}> & {
|
|
@@ -1113,7 +1113,7 @@ export declare const Tooltip: StoryFn<{
|
|
|
1113
1113
|
};
|
|
1114
1114
|
})>;
|
|
1115
1115
|
export declare const MaximumCharacters: StoryFn<{
|
|
1116
|
-
new (...args: any[]): import("vue").
|
|
1116
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1117
1117
|
disabled: {
|
|
1118
1118
|
type: import("vue").PropType<boolean>;
|
|
1119
1119
|
};
|
|
@@ -1149,9 +1149,9 @@ export declare const MaximumCharacters: StoryFn<{
|
|
|
1149
1149
|
type: import("vue").PropType<string>;
|
|
1150
1150
|
default: string;
|
|
1151
1151
|
};
|
|
1152
|
-
}>> & {
|
|
1152
|
+
}>> & Readonly<{
|
|
1153
1153
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1154
|
-
}
|
|
1154
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1155
1155
|
"update:modelValue": (value: string | undefined) => void;
|
|
1156
1156
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1157
1157
|
disabled: {
|
|
@@ -1189,12 +1189,12 @@ export declare const MaximumCharacters: StoryFn<{
|
|
|
1189
1189
|
type: import("vue").PropType<string>;
|
|
1190
1190
|
default: string;
|
|
1191
1191
|
};
|
|
1192
|
-
}>> & {
|
|
1192
|
+
}>> & Readonly<{
|
|
1193
1193
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1194
|
-
}
|
|
1194
|
+
}>, {
|
|
1195
1195
|
name: string;
|
|
1196
1196
|
maxlength: string;
|
|
1197
|
-
}, true, {}, {}, {
|
|
1197
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1198
1198
|
P: {};
|
|
1199
1199
|
B: {};
|
|
1200
1200
|
D: {};
|
|
@@ -1237,9 +1237,9 @@ export declare const MaximumCharacters: StoryFn<{
|
|
|
1237
1237
|
type: import("vue").PropType<string>;
|
|
1238
1238
|
default: string;
|
|
1239
1239
|
};
|
|
1240
|
-
}>> & {
|
|
1240
|
+
}>> & Readonly<{
|
|
1241
1241
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1242
|
-
}
|
|
1242
|
+
}>, {}, {}, {}, {}, {
|
|
1243
1243
|
name: string;
|
|
1244
1244
|
maxlength: string;
|
|
1245
1245
|
}>;
|
|
@@ -1282,14 +1282,14 @@ export declare const MaximumCharacters: StoryFn<{
|
|
|
1282
1282
|
type: import("vue").PropType<string>;
|
|
1283
1283
|
default: string;
|
|
1284
1284
|
};
|
|
1285
|
-
}>> & {
|
|
1285
|
+
}>> & Readonly<{
|
|
1286
1286
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1287
|
-
}
|
|
1287
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1288
1288
|
"update:modelValue": (value: string | undefined) => void;
|
|
1289
1289
|
}, string, {
|
|
1290
1290
|
name: string;
|
|
1291
1291
|
maxlength: string;
|
|
1292
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1292
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1293
1293
|
$slots: Readonly<{
|
|
1294
1294
|
error: void;
|
|
1295
1295
|
}> & {
|
|
@@ -14,20 +14,20 @@ export interface Props {
|
|
|
14
14
|
export interface Emits {
|
|
15
15
|
(event: "update:modelValue", value: string | undefined): void;
|
|
16
16
|
}
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
18
|
name: string;
|
|
19
19
|
maxlength: string;
|
|
20
|
-
}
|
|
20
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
21
|
"update:modelValue": (value: string | undefined) => void;
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
23
23
|
name: string;
|
|
24
24
|
maxlength: string;
|
|
25
|
-
}>>> & {
|
|
25
|
+
}>>> & Readonly<{
|
|
26
26
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
27
|
-
}
|
|
27
|
+
}>, {
|
|
28
28
|
name: string;
|
|
29
29
|
maxlength: string;
|
|
30
|
-
}, {}>, Readonly<{
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
31
31
|
error: void;
|
|
32
32
|
}> & {
|
|
33
33
|
error: void;
|
|
@@ -10,17 +10,17 @@ export interface Emits {
|
|
|
10
10
|
(event: "menubutton:click"): void;
|
|
11
11
|
(event: "button:click", item: IBladeToolbar): void;
|
|
12
12
|
}
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
"logo:click": () => void;
|
|
15
15
|
"backlink:click": () => void;
|
|
16
16
|
"menubutton:click": () => void;
|
|
17
17
|
"button:click": (item: IBladeToolbar) => void;
|
|
18
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
19
19
|
"onLogo:click"?: (() => any) | undefined;
|
|
20
20
|
"onBacklink:click"?: (() => any) | undefined;
|
|
21
21
|
"onMenubutton:click"?: (() => any) | undefined;
|
|
22
22
|
"onButton:click"?: ((item: IBladeToolbar) => any) | undefined;
|
|
23
|
-
}, {}, {}>, {
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
24
24
|
"app-switcher"?(_: {}): any;
|
|
25
25
|
toolbar?(_: {}): any;
|
|
26
26
|
}>;
|
|
@@ -11,17 +11,17 @@ export interface Props {
|
|
|
11
11
|
export interface Emits {
|
|
12
12
|
(event: "onClick", item?: MenuItem): void;
|
|
13
13
|
}
|
|
14
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
15
|
sticky: boolean;
|
|
16
|
-
}
|
|
16
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
onClick: (item?: MenuItem | undefined) => void;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
19
|
sticky: boolean;
|
|
20
|
-
}>>> & {
|
|
20
|
+
}>>> & Readonly<{
|
|
21
21
|
onOnClick?: ((item?: MenuItem | undefined) => any) | undefined;
|
|
22
|
-
}
|
|
22
|
+
}>, {
|
|
23
23
|
sticky: boolean;
|
|
24
|
-
}, {}>;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -12,22 +12,22 @@ export interface Props {
|
|
|
12
12
|
export interface Emits {
|
|
13
13
|
(event: "click", item?: MenuItem): void;
|
|
14
14
|
}
|
|
15
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
sticky: boolean;
|
|
17
17
|
component: undefined;
|
|
18
18
|
children: () => never[];
|
|
19
|
-
}
|
|
19
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
20
|
click: (item?: MenuItem | undefined) => void;
|
|
21
21
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
22
|
sticky: boolean;
|
|
23
23
|
component: undefined;
|
|
24
24
|
children: () => never[];
|
|
25
|
-
}>>> & {
|
|
25
|
+
}>>> & Readonly<{
|
|
26
26
|
onClick?: ((item?: MenuItem | undefined) => any) | undefined;
|
|
27
|
-
}
|
|
27
|
+
}>, {
|
|
28
28
|
children: MenuItem[];
|
|
29
29
|
sticky: boolean;
|
|
30
|
-
}, {}>;
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
export default _default;
|
|
32
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,25 +6,25 @@ export interface Emits {
|
|
|
6
6
|
(event: "item:click", item: MenuItem): void;
|
|
7
7
|
(event: "version:click"): void;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
10
|
items: () => never[];
|
|
11
11
|
mobileMenuItems: () => never[];
|
|
12
12
|
version: string;
|
|
13
|
-
}
|
|
14
|
-
isMobileVisible: import("vue").Ref<boolean>;
|
|
15
|
-
},
|
|
13
|
+
}>>, {
|
|
14
|
+
isMobileVisible: import("vue").Ref<boolean, boolean>;
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
"item:click": (item: MenuItem) => void;
|
|
17
17
|
"version:click": () => void;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
19
|
items: () => never[];
|
|
20
20
|
mobileMenuItems: () => never[];
|
|
21
21
|
version: string;
|
|
22
|
-
}>>> & {
|
|
22
|
+
}>>> & Readonly<{
|
|
23
23
|
"onItem:click"?: ((item: MenuItem) => any) | undefined;
|
|
24
24
|
"onVersion:click"?: (() => any) | undefined;
|
|
25
|
-
}
|
|
25
|
+
}>, {
|
|
26
26
|
version: string;
|
|
27
|
-
}, {}>, {
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
28
28
|
mobile?(_: {}): any;
|
|
29
29
|
}>;
|
|
30
30
|
export default _default;
|