@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 { VcApp } 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
|
isReady: {
|
|
8
8
|
type: import("vue").PropType<boolean>;
|
|
9
9
|
required: true;
|
|
@@ -26,7 +26,7 @@ declare const _default: {
|
|
|
26
26
|
role: {
|
|
27
27
|
type: import("vue").PropType<string>;
|
|
28
28
|
};
|
|
29
|
-
}
|
|
29
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
isReady: {
|
|
31
31
|
type: import("vue").PropType<boolean>;
|
|
32
32
|
required: true;
|
|
@@ -49,7 +49,7 @@ declare const _default: {
|
|
|
49
49
|
role: {
|
|
50
50
|
type: import("vue").PropType<string>;
|
|
51
51
|
};
|
|
52
|
-
}
|
|
52
|
+
}>> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
53
53
|
P: {};
|
|
54
54
|
B: {};
|
|
55
55
|
D: {};
|
|
@@ -79,7 +79,7 @@ declare const _default: {
|
|
|
79
79
|
role: {
|
|
80
80
|
type: import("vue").PropType<string>;
|
|
81
81
|
};
|
|
82
|
-
}
|
|
82
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
83
83
|
__isFragment?: undefined;
|
|
84
84
|
__isTeleport?: undefined;
|
|
85
85
|
__isSuspense?: undefined;
|
|
@@ -106,11 +106,11 @@ declare const _default: {
|
|
|
106
106
|
role: {
|
|
107
107
|
type: import("vue").PropType<string>;
|
|
108
108
|
};
|
|
109
|
-
}
|
|
109
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
110
110
|
$slots: Readonly<{
|
|
111
111
|
"app-switcher": void;
|
|
112
112
|
toolbar: (props: {
|
|
113
|
-
UserDropdownButton: import("vue").DefineComponent<{
|
|
113
|
+
UserDropdownButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
114
114
|
disabled: {
|
|
115
115
|
type: import("vue").PropType<boolean>;
|
|
116
116
|
};
|
|
@@ -130,7 +130,7 @@ declare const _default: {
|
|
|
130
130
|
baseMenuItemsHandler: {
|
|
131
131
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
132
132
|
};
|
|
133
|
-
}
|
|
133
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
134
134
|
disabled: {
|
|
135
135
|
type: import("vue").PropType<boolean>;
|
|
136
136
|
};
|
|
@@ -150,17 +150,17 @@ declare const _default: {
|
|
|
150
150
|
baseMenuItemsHandler: {
|
|
151
151
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
152
152
|
};
|
|
153
|
-
}
|
|
153
|
+
}>> & Readonly<{}>, {
|
|
154
154
|
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
155
|
-
}, {}>;
|
|
156
|
-
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
157
|
-
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
155
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
156
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
157
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
158
158
|
}) => void;
|
|
159
159
|
"toolbar:prepend": void;
|
|
160
160
|
"toolbar:language-selector": void;
|
|
161
161
|
"toolbar:notifications-dropdown": void;
|
|
162
162
|
"toolbar:user-dropdown": (props: {
|
|
163
|
-
userDropdown: import("vue").DefineComponent<{
|
|
163
|
+
userDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
164
164
|
disabled: {
|
|
165
165
|
type: import("vue").PropType<boolean>;
|
|
166
166
|
};
|
|
@@ -180,7 +180,7 @@ declare const _default: {
|
|
|
180
180
|
baseMenuItemsHandler: {
|
|
181
181
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
182
182
|
};
|
|
183
|
-
}
|
|
183
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
184
184
|
disabled: {
|
|
185
185
|
type: import("vue").PropType<boolean>;
|
|
186
186
|
};
|
|
@@ -200,16 +200,16 @@ declare const _default: {
|
|
|
200
200
|
baseMenuItemsHandler: {
|
|
201
201
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
202
202
|
};
|
|
203
|
-
}
|
|
203
|
+
}>> & Readonly<{}>, {
|
|
204
204
|
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
205
|
-
}, {}>;
|
|
205
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
206
206
|
}) => void;
|
|
207
207
|
"blade-navigation": void;
|
|
208
208
|
"toolbar:theme-selector": void;
|
|
209
209
|
}> & {
|
|
210
210
|
"app-switcher": void;
|
|
211
211
|
toolbar: (props: {
|
|
212
|
-
UserDropdownButton: import("vue").DefineComponent<{
|
|
212
|
+
UserDropdownButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
213
213
|
disabled: {
|
|
214
214
|
type: import("vue").PropType<boolean>;
|
|
215
215
|
};
|
|
@@ -229,7 +229,7 @@ declare const _default: {
|
|
|
229
229
|
baseMenuItemsHandler: {
|
|
230
230
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
231
231
|
};
|
|
232
|
-
}
|
|
232
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
233
233
|
disabled: {
|
|
234
234
|
type: import("vue").PropType<boolean>;
|
|
235
235
|
};
|
|
@@ -249,17 +249,17 @@ declare const _default: {
|
|
|
249
249
|
baseMenuItemsHandler: {
|
|
250
250
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
251
251
|
};
|
|
252
|
-
}
|
|
252
|
+
}>> & Readonly<{}>, {
|
|
253
253
|
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
254
|
-
}, {}>;
|
|
255
|
-
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
256
|
-
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
254
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
255
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
256
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
257
257
|
}) => void;
|
|
258
258
|
"toolbar:prepend": void;
|
|
259
259
|
"toolbar:language-selector": void;
|
|
260
260
|
"toolbar:notifications-dropdown": void;
|
|
261
261
|
"toolbar:user-dropdown": (props: {
|
|
262
|
-
userDropdown: import("vue").DefineComponent<{
|
|
262
|
+
userDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
263
263
|
disabled: {
|
|
264
264
|
type: import("vue").PropType<boolean>;
|
|
265
265
|
};
|
|
@@ -279,7 +279,7 @@ declare const _default: {
|
|
|
279
279
|
baseMenuItemsHandler: {
|
|
280
280
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
281
281
|
};
|
|
282
|
-
}
|
|
282
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
283
283
|
disabled: {
|
|
284
284
|
type: import("vue").PropType<boolean>;
|
|
285
285
|
};
|
|
@@ -299,9 +299,9 @@ declare const _default: {
|
|
|
299
299
|
baseMenuItemsHandler: {
|
|
300
300
|
type: import("vue").PropType<(defaultMenuItems: import("../../../..").BladeMenu<import("vue").Component>[]) => import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
301
301
|
};
|
|
302
|
-
}
|
|
302
|
+
}>> & Readonly<{}>, {
|
|
303
303
|
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
304
|
-
}, {}>;
|
|
304
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
305
305
|
}) => void;
|
|
306
306
|
"blade-navigation": void;
|
|
307
307
|
"toolbar:theme-selector": void;
|
|
@@ -7,10 +7,10 @@ export interface Props {
|
|
|
7
7
|
disableMenu?: boolean;
|
|
8
8
|
role?: string;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
11
11
|
"app-switcher": void;
|
|
12
12
|
toolbar: (props: {
|
|
13
|
-
UserDropdownButton: import("vue").DefineComponent<{
|
|
13
|
+
UserDropdownButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
14
|
disabled: {
|
|
15
15
|
type: import("vue").PropType<boolean>;
|
|
16
16
|
};
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
baseMenuItemsHandler: {
|
|
31
31
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
32
32
|
};
|
|
33
|
-
}
|
|
33
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
34
|
disabled: {
|
|
35
35
|
type: import("vue").PropType<boolean>;
|
|
36
36
|
};
|
|
@@ -50,17 +50,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
50
50
|
baseMenuItemsHandler: {
|
|
51
51
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
52
52
|
};
|
|
53
|
-
}
|
|
53
|
+
}>> & Readonly<{}>, {
|
|
54
54
|
menuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[];
|
|
55
|
-
}, {}>;
|
|
56
|
-
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
57
|
-
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
56
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
58
58
|
}) => void;
|
|
59
59
|
"toolbar:prepend": void;
|
|
60
60
|
"toolbar:language-selector": void;
|
|
61
61
|
"toolbar:notifications-dropdown": void;
|
|
62
62
|
"toolbar:user-dropdown": (props: {
|
|
63
|
-
userDropdown: import("vue").DefineComponent<{
|
|
63
|
+
userDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
64
64
|
disabled: {
|
|
65
65
|
type: import("vue").PropType<boolean>;
|
|
66
66
|
};
|
|
@@ -80,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
80
80
|
baseMenuItemsHandler: {
|
|
81
81
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
82
82
|
};
|
|
83
|
-
}
|
|
83
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
84
84
|
disabled: {
|
|
85
85
|
type: import("vue").PropType<boolean>;
|
|
86
86
|
};
|
|
@@ -100,16 +100,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
100
100
|
baseMenuItemsHandler: {
|
|
101
101
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
102
102
|
};
|
|
103
|
-
}
|
|
103
|
+
}>> & Readonly<{}>, {
|
|
104
104
|
menuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[];
|
|
105
|
-
}, {}>;
|
|
105
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
106
106
|
}) => void;
|
|
107
107
|
"blade-navigation": void;
|
|
108
108
|
"toolbar:theme-selector": void;
|
|
109
109
|
}> & {
|
|
110
110
|
"app-switcher": void;
|
|
111
111
|
toolbar: (props: {
|
|
112
|
-
UserDropdownButton: import("vue").DefineComponent<{
|
|
112
|
+
UserDropdownButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
113
113
|
disabled: {
|
|
114
114
|
type: import("vue").PropType<boolean>;
|
|
115
115
|
};
|
|
@@ -129,7 +129,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
129
129
|
baseMenuItemsHandler: {
|
|
130
130
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
131
131
|
};
|
|
132
|
-
}
|
|
132
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
133
133
|
disabled: {
|
|
134
134
|
type: import("vue").PropType<boolean>;
|
|
135
135
|
};
|
|
@@ -149,17 +149,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
149
149
|
baseMenuItemsHandler: {
|
|
150
150
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
151
151
|
};
|
|
152
|
-
}
|
|
152
|
+
}>> & Readonly<{}>, {
|
|
153
153
|
menuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[];
|
|
154
|
-
}, {}>;
|
|
155
|
-
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
156
|
-
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
154
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
155
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
156
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
157
157
|
}) => void;
|
|
158
158
|
"toolbar:prepend": void;
|
|
159
159
|
"toolbar:language-selector": void;
|
|
160
160
|
"toolbar:notifications-dropdown": void;
|
|
161
161
|
"toolbar:user-dropdown": (props: {
|
|
162
|
-
userDropdown: import("vue").DefineComponent<{
|
|
162
|
+
userDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
163
163
|
disabled: {
|
|
164
164
|
type: import("vue").PropType<boolean>;
|
|
165
165
|
};
|
|
@@ -179,7 +179,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
179
179
|
baseMenuItemsHandler: {
|
|
180
180
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
181
181
|
};
|
|
182
|
-
}
|
|
182
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
183
183
|
disabled: {
|
|
184
184
|
type: import("vue").PropType<boolean>;
|
|
185
185
|
};
|
|
@@ -199,9 +199,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
199
199
|
baseMenuItemsHandler: {
|
|
200
200
|
type: import("vue").PropType<(defaultMenuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[]) => import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
201
201
|
};
|
|
202
|
-
}
|
|
202
|
+
}>> & Readonly<{}>, {
|
|
203
203
|
menuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[];
|
|
204
|
-
}, {}>;
|
|
204
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
205
205
|
}) => void;
|
|
206
206
|
"blade-navigation": void;
|
|
207
207
|
"toolbar:theme-selector": void;
|
package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts
CHANGED
|
@@ -7,15 +7,15 @@ export interface Props {
|
|
|
7
7
|
icon?: string;
|
|
8
8
|
modified?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
11
|
-
expand: (...args: any[]) => void;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
11
|
close: (...args: any[]) => void;
|
|
12
|
+
expand: (...args: any[]) => void;
|
|
13
13
|
collapse: (...args: any[]) => void;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
15
15
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
16
16
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
onCollapse?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
}, {}, {}>, {
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
19
19
|
actions?(_: {}): any;
|
|
20
20
|
}>;
|
|
21
21
|
export default _default;
|
|
@@ -12,14 +12,14 @@ export interface Props {
|
|
|
12
12
|
export interface Emits {
|
|
13
13
|
(event: "click"): 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
|
disabled: boolean;
|
|
17
17
|
isExpanded: boolean;
|
|
18
18
|
icon: string;
|
|
19
19
|
title: undefined;
|
|
20
20
|
dropdownItems: () => never[];
|
|
21
21
|
clickHandler: undefined;
|
|
22
|
-
}
|
|
22
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
click: () => void;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
25
|
disabled: boolean;
|
|
@@ -28,16 +28,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
28
28
|
title: undefined;
|
|
29
29
|
dropdownItems: () => never[];
|
|
30
30
|
clickHandler: undefined;
|
|
31
|
-
}>>> & {
|
|
31
|
+
}>>> & Readonly<{
|
|
32
32
|
onClick?: (() => any) | undefined;
|
|
33
|
-
}
|
|
33
|
+
}>, {
|
|
34
34
|
disabled: boolean;
|
|
35
35
|
title: string;
|
|
36
36
|
icon: string | (() => string);
|
|
37
37
|
isExpanded: boolean;
|
|
38
38
|
clickHandler: () => void;
|
|
39
39
|
dropdownItems: IBladeDropdownItem[];
|
|
40
|
-
}, {}>;
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|
|
42
42
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
43
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts
CHANGED
|
@@ -2,13 +2,13 @@ import { IBladeToolbar } from "./../../../../../../core/types";
|
|
|
2
2
|
export interface Props {
|
|
3
3
|
items: IBladeToolbar[];
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
5
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
6
6
|
items: () => never[];
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
8
|
items: () => never[];
|
|
9
|
-
}
|
|
9
|
+
}>>> & Readonly<{}>, {
|
|
10
10
|
items: IBladeToolbar[];
|
|
11
|
-
}, {}>;
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,7 +3,7 @@ import { VcBlade } 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
|
title: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
|
9
9
|
};
|
|
@@ -36,11 +36,11 @@ declare const _default: {
|
|
|
36
36
|
type: import("vue").PropType<boolean>;
|
|
37
37
|
default: undefined;
|
|
38
38
|
};
|
|
39
|
-
}>> & {
|
|
39
|
+
}>> & Readonly<{
|
|
40
40
|
onClose?: (() => any) | undefined;
|
|
41
41
|
onExpand?: (() => any) | undefined;
|
|
42
42
|
onCollapse?: (() => any) | undefined;
|
|
43
|
-
}
|
|
43
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
44
|
close: () => void;
|
|
45
45
|
expand: () => void;
|
|
46
46
|
collapse: () => void;
|
|
@@ -77,17 +77,17 @@ declare const _default: {
|
|
|
77
77
|
type: import("vue").PropType<boolean>;
|
|
78
78
|
default: undefined;
|
|
79
79
|
};
|
|
80
|
-
}>> & {
|
|
80
|
+
}>> & Readonly<{
|
|
81
81
|
onClose?: (() => any) | undefined;
|
|
82
82
|
onExpand?: (() => any) | undefined;
|
|
83
83
|
onCollapse?: (() => any) | undefined;
|
|
84
|
-
}
|
|
84
|
+
}>, {
|
|
85
85
|
width: string | number;
|
|
86
86
|
closable: boolean;
|
|
87
87
|
expandable: boolean;
|
|
88
88
|
toolbarItems: import("../../../..").IBladeToolbar[];
|
|
89
89
|
modified: boolean;
|
|
90
|
-
}, true, {}, {}, {
|
|
90
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
91
91
|
P: {};
|
|
92
92
|
B: {};
|
|
93
93
|
D: {};
|
|
@@ -127,11 +127,11 @@ declare const _default: {
|
|
|
127
127
|
type: import("vue").PropType<boolean>;
|
|
128
128
|
default: undefined;
|
|
129
129
|
};
|
|
130
|
-
}>> & {
|
|
130
|
+
}>> & Readonly<{
|
|
131
131
|
onClose?: (() => any) | undefined;
|
|
132
132
|
onExpand?: (() => any) | undefined;
|
|
133
133
|
onCollapse?: (() => any) | undefined;
|
|
134
|
-
}
|
|
134
|
+
}>, {}, {}, {}, {}, {
|
|
135
135
|
width: string | number;
|
|
136
136
|
closable: boolean;
|
|
137
137
|
expandable: boolean;
|
|
@@ -174,11 +174,11 @@ declare const _default: {
|
|
|
174
174
|
type: import("vue").PropType<boolean>;
|
|
175
175
|
default: undefined;
|
|
176
176
|
};
|
|
177
|
-
}>> & {
|
|
177
|
+
}>> & Readonly<{
|
|
178
178
|
onClose?: (() => any) | undefined;
|
|
179
179
|
onExpand?: (() => any) | undefined;
|
|
180
180
|
onCollapse?: (() => any) | undefined;
|
|
181
|
-
}
|
|
181
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
182
182
|
close: () => void;
|
|
183
183
|
expand: () => void;
|
|
184
184
|
collapse: () => void;
|
|
@@ -188,7 +188,7 @@ declare const _default: {
|
|
|
188
188
|
expandable: boolean;
|
|
189
189
|
toolbarItems: import("../../../..").IBladeToolbar[];
|
|
190
190
|
modified: boolean;
|
|
191
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
191
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
192
192
|
$slots: Readonly<{
|
|
193
193
|
actions: void;
|
|
194
194
|
default: void;
|
|
@@ -15,13 +15,13 @@ export interface Emits {
|
|
|
15
15
|
(event: "expand"): void;
|
|
16
16
|
(event: "collapse"): void;
|
|
17
17
|
}
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
19
|
width: string;
|
|
20
20
|
closable: boolean;
|
|
21
21
|
expandable: boolean;
|
|
22
22
|
toolbarItems: () => never[];
|
|
23
23
|
modified: undefined;
|
|
24
|
-
}
|
|
24
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
25
|
close: () => void;
|
|
26
26
|
expand: () => void;
|
|
27
27
|
collapse: () => void;
|
|
@@ -31,17 +31,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
expandable: boolean;
|
|
32
32
|
toolbarItems: () => never[];
|
|
33
33
|
modified: undefined;
|
|
34
|
-
}>>> & {
|
|
34
|
+
}>>> & Readonly<{
|
|
35
35
|
onClose?: (() => any) | undefined;
|
|
36
36
|
onExpand?: (() => any) | undefined;
|
|
37
37
|
onCollapse?: (() => any) | undefined;
|
|
38
|
-
}
|
|
38
|
+
}>, {
|
|
39
39
|
width: string | number;
|
|
40
40
|
closable: boolean;
|
|
41
41
|
expandable: boolean;
|
|
42
42
|
toolbarItems: IBladeToolbar[];
|
|
43
43
|
modified: boolean;
|
|
44
|
-
}, {}>, Readonly<{
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
45
45
|
actions: void;
|
|
46
46
|
default: void;
|
|
47
47
|
widgets: void;
|
|
@@ -14,7 +14,7 @@ declare const _default: <T extends {
|
|
|
14
14
|
max?: number | undefined;
|
|
15
15
|
regex?: string | undefined;
|
|
16
16
|
} | undefined;
|
|
17
|
-
"onUpdate:model-value"?: ((data: {
|
|
17
|
+
readonly "onUpdate:model-value"?: ((data: {
|
|
18
18
|
readonly value: any;
|
|
19
19
|
readonly dictionary?: any[] | undefined;
|
|
20
20
|
readonly locale?: string | undefined;
|
|
@@ -52,7 +52,7 @@ declare const _default: <T extends {
|
|
|
52
52
|
max?: number | undefined;
|
|
53
53
|
regex?: string | undefined;
|
|
54
54
|
} | undefined;
|
|
55
|
-
"onUpdate:model-value"?: ((data: {
|
|
55
|
+
readonly "onUpdate:model-value"?: ((data: {
|
|
56
56
|
readonly value: any;
|
|
57
57
|
readonly dictionary?: any[] | undefined;
|
|
58
58
|
readonly locale?: string | undefined;
|
|
@@ -94,7 +94,7 @@ declare const _default: <T extends {
|
|
|
94
94
|
max?: number | undefined;
|
|
95
95
|
regex?: string | undefined;
|
|
96
96
|
} | undefined;
|
|
97
|
-
"onUpdate:model-value"?: ((data: {
|
|
97
|
+
readonly "onUpdate:model-value"?: ((data: {
|
|
98
98
|
readonly value: any;
|
|
99
99
|
readonly dictionary?: any[] | undefined;
|
|
100
100
|
readonly locale?: string | undefined;
|
package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface Props {
|
|
|
9
9
|
};
|
|
10
10
|
disableDrag?: boolean | undefined;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
13
|
image: () => ICommonAsset;
|
|
14
14
|
readonly: boolean;
|
|
15
15
|
actions: () => {
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
19
19
|
remove: undefined;
|
|
20
20
|
};
|
|
21
21
|
disableDrag: boolean;
|
|
22
|
-
}
|
|
22
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
remove: (...args: any[]) => void;
|
|
24
24
|
edit: (...args: any[]) => void;
|
|
25
25
|
preview: (...args: any[]) => void;
|
|
@@ -33,11 +33,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
33
33
|
remove: undefined;
|
|
34
34
|
};
|
|
35
35
|
disableDrag: boolean;
|
|
36
|
-
}>>> & {
|
|
37
|
-
onEdit?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
}>>> & Readonly<{
|
|
38
37
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
onPreview?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
}
|
|
40
|
+
}>, {
|
|
41
41
|
image: ICommonAsset;
|
|
42
42
|
actions: {
|
|
43
43
|
preview: boolean | undefined;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
46
46
|
};
|
|
47
47
|
readonly: boolean;
|
|
48
48
|
disableDrag: boolean;
|
|
49
|
-
}, {}>;
|
|
49
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
50
50
|
export default _default;
|
|
51
51
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
52
52
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,20 +6,20 @@ export interface Props {
|
|
|
6
6
|
export interface Emits {
|
|
7
7
|
(event: "close"): void;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
10
|
images: () => never[];
|
|
11
11
|
index: number;
|
|
12
|
-
}
|
|
12
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
close: () => void;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
15
|
images: () => never[];
|
|
16
16
|
index: number;
|
|
17
|
-
}>>> & {
|
|
17
|
+
}>>> & Readonly<{
|
|
18
18
|
onClose?: (() => any) | undefined;
|
|
19
|
-
}
|
|
19
|
+
}>, {
|
|
20
20
|
images: ICommonAsset[];
|
|
21
21
|
index: number;
|
|
22
|
-
}, {}>;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
24
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
25
|
type __VLS_TypePropsToRuntimeProps<T> = {
|