@vc-shell/framework 1.0.291 → 1.0.292
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/framework.js +23134 -22864
- package/dist/index.css +1 -1
- package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts +5 -5
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +5 -5
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +4 -4
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts +3 -3
- package/dist/shared/components/change-password/index.d.ts +4 -4
- package/dist/shared/components/change-password/index.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -3
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -3
- package/dist/shared/components/error-interceptor/index.d.ts +17 -17
- package/dist/shared/components/error-interceptor/interceptor.d.ts +7 -7
- package/dist/shared/components/language-selector/index.d.ts +1 -1
- package/dist/shared/components/language-selector/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +3 -3
- package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
- package/dist/shared/components/notification-template/index.d.ts +5 -5
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
- package/dist/shared/components/sidebar/sidebar.vue.d.ts +5 -5
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +4 -4
- package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +4 -4
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +5 -5
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +8 -8
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +143 -172
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -6
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +61 -9
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +31 -12
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +4 -4
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +4 -4
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +4 -4
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +4 -4
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/login/index.d.ts +3 -3
- package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +4 -4
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +4 -4
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +1 -0
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +55 -55
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +143 -143
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-card/index.d.ts +11 -11
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +89 -89
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-container/index.d.ts +15 -15
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-hint/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-image/index.d.ts +5 -5
- package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +5 -5
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-link/index.d.ts +10 -10
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +10 -10
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +7 -7
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +3 -3
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +7 -7
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +5 -5
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +5 -5
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -4
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -3
- package/dist/ui/components/atoms/vc-widget/index.d.ts +4 -4
- package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +4 -4
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +4 -4
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +11 -11
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +110 -110
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +405 -18
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +4 -4
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +11 -11
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-form/index.d.ts +3 -3
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +3 -3
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +23 -23
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +23 -23
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -5
- package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +10 -10
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +92 -92
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +5 -5
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +92 -92
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +150 -150
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +15 -15
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +7 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +7 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +77 -77
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +7 -7
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +25 -25
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +21 -21
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +11 -11
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +6 -6
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +7 -7
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +165 -165
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +33 -33
- package/package.json +4 -4
- package/tailwind.config.ts +2 -0
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { FieldSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-field";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { EditorSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-editor";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { FieldsetSchema } from "../../../types";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../../types").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../../types").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../../types").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../../types").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-fieldset";
|
|
@@ -3,7 +3,7 @@ import { ICommonAsset } from "../../../../../..";
|
|
|
3
3
|
import { GallerySchema } from "../../..";
|
|
4
4
|
declare const _default: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: import("vue").DefineComponent<{
|
|
6
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
context: {
|
|
8
8
|
type: import("vue").PropType<{
|
|
9
9
|
settings: import("../../..").SettingsSchema;
|
|
@@ -87,9 +87,9 @@ declare const _default: {
|
|
|
87
87
|
additionalSource: {
|
|
88
88
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
89
89
|
};
|
|
90
|
-
}
|
|
90
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
91
91
|
[key: string]: any;
|
|
92
|
-
}>[],
|
|
92
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
93
|
context: {
|
|
94
94
|
type: import("vue").PropType<{
|
|
95
95
|
settings: import("../../..").SettingsSchema;
|
|
@@ -173,9 +173,9 @@ declare const _default: {
|
|
|
173
173
|
additionalSource: {
|
|
174
174
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
175
175
|
};
|
|
176
|
-
}>> & {
|
|
176
|
+
}>> & Readonly<{
|
|
177
177
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
178
|
-
}
|
|
178
|
+
}>, {
|
|
179
179
|
context: {
|
|
180
180
|
settings: import("../../..").SettingsSchema;
|
|
181
181
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -248,7 +248,7 @@ declare const _default: {
|
|
|
248
248
|
bladeTitle?: string | undefined;
|
|
249
249
|
};
|
|
250
250
|
args: import("../../..").ControlSchema;
|
|
251
|
-
}, {}>;
|
|
251
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
252
252
|
args: {
|
|
253
253
|
id: string;
|
|
254
254
|
component: "vc-gallery";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { ImageSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-image";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { InputCurrencySchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-input-currency";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { InputSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-input";
|
package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { MultivalueSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-multivalue";
|
package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { RadioButtonSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-radio-button-group";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { RatingSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-rating";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { SelectSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-select";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { StatusSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-status";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { TextareaSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-textarea";
|
|
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
|
|
|
2
2
|
import { VideoSchema } from "../../..";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: import("vue").DefineComponent<{
|
|
5
|
+
component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
context: {
|
|
7
7
|
type: import("vue").PropType<{
|
|
8
8
|
settings: import("../../..").SettingsSchema;
|
|
@@ -86,9 +86,9 @@ declare const _default: {
|
|
|
86
86
|
additionalSource: {
|
|
87
87
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}>[],
|
|
91
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
92
|
context: {
|
|
93
93
|
type: import("vue").PropType<{
|
|
94
94
|
settings: import("../../..").SettingsSchema;
|
|
@@ -172,9 +172,9 @@ declare const _default: {
|
|
|
172
172
|
additionalSource: {
|
|
173
173
|
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
174
174
|
};
|
|
175
|
-
}>> & {
|
|
175
|
+
}>> & Readonly<{
|
|
176
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
}
|
|
177
|
+
}>, {
|
|
178
178
|
context: {
|
|
179
179
|
settings: import("../../..").SettingsSchema;
|
|
180
180
|
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
|
247
247
|
bladeTitle?: string | undefined;
|
|
248
248
|
};
|
|
249
249
|
args: import("../../..").ControlSchema;
|
|
250
|
-
}, {}>;
|
|
250
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
args: {
|
|
252
252
|
id: string;
|
|
253
253
|
component: "vc-video";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DefineComponent, PropType } from "vue";
|
|
2
2
|
import { ControlSchema, DetailsBladeContext } from "../../../..";
|
|
3
|
-
declare const _default: DefineComponent<{
|
|
3
|
+
declare const _default: DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
context: {
|
|
5
5
|
type: PropType<{
|
|
6
6
|
settings: import("../../../..").SettingsSchema;
|
|
@@ -84,9 +84,9 @@ declare const _default: DefineComponent<{
|
|
|
84
84
|
additionalSource: {
|
|
85
85
|
type: PropType<DefineComponent>;
|
|
86
86
|
};
|
|
87
|
-
}
|
|
87
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
88
88
|
[key: string]: any;
|
|
89
|
-
}>[],
|
|
89
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
90
|
context: {
|
|
91
91
|
type: PropType<{
|
|
92
92
|
settings: import("../../../..").SettingsSchema;
|
|
@@ -170,9 +170,9 @@ declare const _default: DefineComponent<{
|
|
|
170
170
|
additionalSource: {
|
|
171
171
|
type: PropType<DefineComponent>;
|
|
172
172
|
};
|
|
173
|
-
}>> & {
|
|
173
|
+
}>> & Readonly<{
|
|
174
174
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
175
|
-
}
|
|
175
|
+
}>, {
|
|
176
176
|
context: {
|
|
177
177
|
settings: import("../../../..").SettingsSchema;
|
|
178
178
|
load: import("../../../../../../..").AsyncAction<import("../../../..").ItemId>;
|
|
@@ -245,6 +245,6 @@ declare const _default: DefineComponent<{
|
|
|
245
245
|
bladeTitle?: string | undefined;
|
|
246
246
|
};
|
|
247
247
|
args: ControlSchema;
|
|
248
|
-
}, {}>;
|
|
248
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
249
249
|
export default _default;
|
|
250
250
|
//# sourceMappingURL=DynamicRender.d.ts.map
|