@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.
Files changed (196) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/framework.js +23134 -22864
  3. package/dist/index.css +1 -1
  4. package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts +5 -5
  5. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +5 -5
  6. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
  7. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +4 -4
  8. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
  9. package/dist/shared/components/change-password/change-password.vue.d.ts +3 -3
  10. package/dist/shared/components/change-password/index.d.ts +4 -4
  11. package/dist/shared/components/change-password/index.d.ts.map +1 -1
  12. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -3
  13. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -3
  14. package/dist/shared/components/error-interceptor/index.d.ts +17 -17
  15. package/dist/shared/components/error-interceptor/interceptor.d.ts +7 -7
  16. package/dist/shared/components/language-selector/index.d.ts +1 -1
  17. package/dist/shared/components/language-selector/index.d.ts.map +1 -1
  18. package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
  19. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +3 -3
  20. package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
  21. package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
  22. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
  23. package/dist/shared/components/notification-template/index.d.ts +5 -5
  24. package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
  25. package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
  26. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  27. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
  28. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
  29. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
  30. package/dist/shared/components/sidebar/sidebar.vue.d.ts +5 -5
  31. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +1 -1
  32. package/dist/shared/components/user-dropdown-button/index.d.ts +4 -4
  33. package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
  34. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +4 -4
  35. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +5 -5
  36. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
  37. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +8 -8
  38. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
  39. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +143 -172
  40. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
  41. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +4 -4
  42. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -6
  43. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -6
  44. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -6
  45. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -6
  46. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -6
  47. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -6
  48. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -6
  49. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -6
  50. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +6 -6
  51. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +6 -6
  52. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +6 -6
  53. package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -6
  54. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -6
  55. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +6 -6
  56. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -6
  57. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -6
  58. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -6
  59. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -6
  60. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
  61. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +61 -9
  62. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  63. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +31 -12
  64. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  65. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +4 -4
  66. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +4 -4
  67. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -1
  68. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +4 -4
  69. package/dist/shared/pages/InvitePage/components/invite/index.d.ts +4 -4
  70. package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
  71. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
  72. package/dist/shared/pages/LoginPage/components/login/index.d.ts +3 -3
  73. package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
  74. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +4 -4
  75. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +4 -4
  76. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
  77. package/dist/tailwind.config.d.ts +1 -0
  78. package/dist/tailwind.config.d.ts.map +1 -1
  79. package/dist/tsconfig.tsbuildinfo +1 -1
  80. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +55 -55
  81. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +5 -5
  82. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +143 -143
  83. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +5 -5
  84. package/dist/ui/components/atoms/vc-card/index.d.ts +11 -11
  85. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +89 -89
  86. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +5 -5
  87. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +7 -7
  88. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +4 -4
  89. package/dist/ui/components/atoms/vc-container/index.d.ts +15 -15
  90. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -5
  91. package/dist/ui/components/atoms/vc-hint/index.d.ts +3 -3
  92. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +3 -3
  93. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
  94. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +4 -4
  95. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +4 -4
  96. package/dist/ui/components/atoms/vc-image/index.d.ts +5 -5
  97. package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
  98. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +5 -5
  99. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -5
  100. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +7 -7
  101. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +4 -4
  102. package/dist/ui/components/atoms/vc-link/index.d.ts +10 -10
  103. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +10 -10
  104. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -3
  105. package/dist/ui/components/atoms/vc-loading/index.d.ts +3 -3
  106. package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
  107. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +3 -3
  108. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
  109. package/dist/ui/components/atoms/vc-progress/index.d.ts +7 -7
  110. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  111. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -7
  112. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +4 -4
  113. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +3 -3
  114. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +1 -1
  115. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +7 -7
  116. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +4 -4
  117. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
  118. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +5 -5
  119. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +5 -5
  120. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -4
  121. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +4 -4
  122. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -3
  123. package/dist/ui/components/atoms/vc-widget/index.d.ts +4 -4
  124. package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
  125. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +4 -4
  126. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +3 -3
  127. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
  128. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +4 -4
  129. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
  130. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +11 -11
  131. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +110 -110
  132. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +5 -5
  133. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +405 -18
  134. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  135. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
  136. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +4 -4
  137. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +4 -4
  138. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +11 -11
  139. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +5 -5
  140. package/dist/ui/components/molecules/vc-form/index.d.ts +3 -3
  141. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +3 -3
  142. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
  143. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +23 -23
  144. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +5 -5
  145. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +23 -23
  146. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +5 -5
  147. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
  148. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
  149. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
  150. package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -5
  151. package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
  152. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +10 -10
  153. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
  154. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +5 -5
  155. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +92 -92
  156. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +5 -5
  157. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +92 -92
  158. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -4
  159. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +150 -150
  160. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +15 -15
  161. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  162. package/dist/ui/components/molecules/vc-slider/index.d.ts +7 -7
  163. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +7 -7
  164. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +4 -4
  165. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +77 -77
  166. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +5 -5
  167. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
  168. 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
  169. 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
  170. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +7 -7
  171. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +25 -25
  172. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +21 -21
  173. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
  174. 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
  175. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +4 -4
  176. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +11 -11
  177. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
  178. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
  179. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +6 -6
  180. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +5 -5
  181. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +7 -7
  182. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
  183. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
  184. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
  185. package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
  186. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +3 -3
  187. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
  188. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -3
  189. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
  190. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
  191. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +4 -4
  192. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
  193. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +165 -165
  194. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +33 -33
  195. package/package.json +4 -4
  196. package/tailwind.config.ts +2 -0
@@ -19,13 +19,13 @@ export interface Emits {
19
19
  (event: "expand:blade"): void;
20
20
  (event: "collapse:blade"): void;
21
21
  }
22
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
23
23
  expanded: boolean;
24
24
  closable: boolean;
25
25
  param: undefined;
26
- }>, {
26
+ }>>, {
27
27
  title: string;
28
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
29
  "parent:call": (args: IParentCallArgs) => void;
30
30
  "close:blade": () => void;
31
31
  "expand:blade": () => void;
@@ -34,15 +34,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
34
34
  expanded: boolean;
35
35
  closable: boolean;
36
36
  param: undefined;
37
- }>>> & {
37
+ }>>> & Readonly<{
38
38
  "onClose:blade"?: (() => any) | undefined;
39
39
  "onExpand:blade"?: (() => any) | undefined;
40
40
  "onCollapse:blade"?: (() => any) | undefined;
41
41
  "onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
42
- }, {
42
+ }>, {
43
43
  expanded: boolean;
44
44
  closable: boolean;
45
- }, {}>;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
46
46
  export default _default;
47
47
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
48
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,8 +1,8 @@
1
- export declare const AssetsManager: import("vue").DefineComponent<{
1
+ export declare const AssetsManager: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  options: {
3
3
  type: import("vue").PropType<{
4
4
  assets: import("../../../../..").ICommonAsset[];
5
- loading: import("vue").Ref<boolean>;
5
+ loading: import("vue").Ref<boolean, boolean>;
6
6
  assetsEditHandler: (assets: import("../../../../..").ICommonAsset[]) => import("../../../../..").ICommonAsset[];
7
7
  assetsUploadHandler: (files: FileList) => Promise<import("../../../../..").ICommonAsset[]>;
8
8
  assetsRemoveHandler: (assets: import("../../../../..").ICommonAsset[]) => Promise<import("../../../../..").ICommonAsset[]>;
@@ -18,9 +18,9 @@ export declare const AssetsManager: import("vue").DefineComponent<{
18
18
  type: import("vue").PropType<boolean>;
19
19
  default: boolean;
20
20
  };
21
- }, {
21
+ }>, {
22
22
  title: string;
23
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
24
  "parent:call": (args: import("../../../..").IParentCallArgs) => void;
25
25
  "close:blade": () => void;
26
26
  "expand:blade": () => void;
@@ -29,7 +29,7 @@ export declare const AssetsManager: import("vue").DefineComponent<{
29
29
  options: {
30
30
  type: import("vue").PropType<{
31
31
  assets: import("../../../../..").ICommonAsset[];
32
- loading: import("vue").Ref<boolean>;
32
+ loading: import("vue").Ref<boolean, boolean>;
33
33
  assetsEditHandler: (assets: import("../../../../..").ICommonAsset[]) => import("../../../../..").ICommonAsset[];
34
34
  assetsUploadHandler: (files: FileList) => Promise<import("../../../../..").ICommonAsset[]>;
35
35
  assetsRemoveHandler: (assets: import("../../../../..").ICommonAsset[]) => Promise<import("../../../../..").ICommonAsset[]>;
@@ -45,13 +45,13 @@ export declare const AssetsManager: import("vue").DefineComponent<{
45
45
  type: import("vue").PropType<boolean>;
46
46
  default: boolean;
47
47
  };
48
- }>> & {
48
+ }>> & Readonly<{
49
49
  "onClose:blade"?: (() => any) | undefined;
50
50
  "onExpand:blade"?: (() => any) | undefined;
51
51
  "onCollapse:blade"?: (() => any) | undefined;
52
52
  "onParent:call"?: ((args: import("../../../..").IParentCallArgs) => any) | undefined;
53
- }, {
53
+ }>, {
54
54
  expanded: boolean;
55
55
  closable: boolean;
56
- }, {}>;
56
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
57
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets-manager/components/assets-manager/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA0C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/assets-manager/components/assets-manager/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAA0C,CAAC"}
@@ -1,189 +1,160 @@
1
- import { PropType, ExtractPropTypes, VNode } from "vue";
1
+ import { VNode } from "vue";
2
2
  import { ControlSchema } from "../types";
3
- import { DetailsBladeContext } from "../factories/types";
4
3
  declare const _default: import("vue").DefineComponent<{
4
+ modelValue: Record<string, any>;
5
5
  context: {
6
- type: PropType<{
7
- settings: import("../types").SettingsSchema;
8
- load: import("../../../../core/composables").AsyncAction<import("../factories/types").ItemId>;
9
- saveChanges: import("../../../../core/composables").AsyncAction<Record<string, any>, void | Record<string, any>>;
10
- remove?: import("../../../../core/composables").AsyncAction<Record<string, any> | import("../factories/types").ItemId> | undefined;
11
- loading: boolean;
12
- item: Record<string, any> | undefined;
13
- validationState: import("../factories/types").IValidationState<Record<string, any>>;
14
- scope?: {
15
- [x: string]: any;
16
- disabled?: boolean | undefined;
17
- multilanguage?: {
18
- loading: boolean;
19
- currentLocale: string;
20
- languages: string[];
21
- setLocale: (locale: string) => void;
22
- localesOptions: {
23
- label: string | undefined;
24
- value: string;
25
- }[];
26
- getLanguages: import("../../../../core/composables").AsyncAction<void, void>;
27
- } | undefined;
28
- dynamicProperties?: {
29
- loading: boolean;
30
- loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
31
- getPropertyValue: (property: Record<string, any>, locale: string) => any;
32
- setPropertyValue: (data: {
33
- property: Record<string, any>;
34
- value: string | Record<string, any>[];
35
- dictionary?: Record<string, any>[] | undefined;
36
- locale?: string | undefined;
37
- }) => void;
6
+ settings: import("../types").SettingsSchema;
7
+ load: import("../../../../core/composables").AsyncAction<import("../factories/types").ItemId>;
8
+ saveChanges: import("../../../../core/composables").AsyncAction<Record<string, any>, void | Record<string, any>>;
9
+ remove?: import("../../../../core/composables").AsyncAction<Record<string, any> | import("../factories/types").ItemId> | undefined;
10
+ loading: boolean;
11
+ item: Record<string, any> | undefined;
12
+ validationState: import("../factories/types").IValidationState<Record<string, any>>;
13
+ scope?: {
14
+ [x: string]: any;
15
+ disabled?: boolean | undefined;
16
+ multilanguage?: {
17
+ loading: boolean;
18
+ currentLocale: string;
19
+ languages: string[];
20
+ setLocale: (locale: string) => void;
21
+ localesOptions: {
22
+ label: string | undefined;
23
+ value: string;
24
+ }[];
25
+ getLanguages: import("../../../../core/composables").AsyncAction<void, void>;
26
+ } | undefined;
27
+ dynamicProperties?: {
28
+ loading: boolean;
29
+ loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
30
+ getPropertyValue: (property: Record<string, any>, locale: string) => any;
31
+ setPropertyValue: (data: {
32
+ property: Record<string, any>;
33
+ value: string | Record<string, any>[];
34
+ dictionary?: Record<string, any>[] | undefined;
35
+ locale?: string | undefined;
36
+ }) => void;
37
+ } | undefined;
38
+ assetsHandler?: {
39
+ assets?: {
40
+ noRemoveConfirmation?: boolean | undefined;
41
+ loading?: boolean | undefined;
42
+ upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
43
+ edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
44
+ remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
38
45
  } | undefined;
39
- assetsHandler?: {
40
- assets?: {
41
- noRemoveConfirmation?: boolean | undefined;
42
- loading?: boolean | undefined;
43
- upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
44
- edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
45
- remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
46
- } | undefined;
47
- images?: {
48
- noRemoveConfirmation?: boolean | undefined;
49
- loading?: boolean | undefined;
50
- upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
51
- edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
52
- remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
53
- } | undefined;
46
+ images?: {
47
+ noRemoveConfirmation?: boolean | undefined;
48
+ loading?: boolean | undefined;
49
+ upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
50
+ edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
51
+ remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
54
52
  } | undefined;
55
- selection?: Record<string, any>[] | undefined;
56
- toolbarOverrides?: import("../../../..").IBladeToolbar[] | {
57
- id?: string | undefined;
58
- icon?: string | (() => string) | undefined;
59
- disabled?: boolean | undefined;
60
- dropdownItems?: {
61
- id: string;
62
- title: string;
63
- icon?: string | undefined;
64
- clickHandler?: (() => void) | undefined;
65
- }[] | undefined;
66
- title?: string | undefined;
67
- isVisible?: boolean | undefined;
68
- clickHandler?: ((app?: Record<string, any> | import("../../..").CoreBladeExposed | null | undefined) => void) | undefined;
69
- separator?: "right" | "left" | "both" | undefined;
70
- permissions?: string | string[] | undefined;
71
- }[] | {
72
- [x: string]: import("vue").MaybeRef<import("../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../..").IBladeToolbar>;
73
- } | ((...args: any[]) => any) | undefined;
74
53
  } | undefined;
75
- bladeTitle?: string | undefined;
76
- }>;
77
- default: () => DetailsBladeContext<Record<string, any>, import("../factories/types").DetailsBaseBladeScope<Record<string, any>>>;
78
- };
79
- modelValue: {
80
- type: PropType<Record<string, any>>;
81
- required: boolean;
82
- default: () => {};
83
- };
84
- uiSchema: {
85
- type: PropType<ControlSchema[]>;
86
- required: boolean;
87
- default: () => ControlSchema[];
88
- };
89
- currentLocale: {
90
- type: StringConstructor;
91
- default: string;
54
+ selection?: Record<string, any>[] | undefined;
55
+ toolbarOverrides?: import("../../../..").IBladeToolbar[] | {
56
+ id?: string | undefined;
57
+ icon?: string | (() => string) | undefined;
58
+ disabled?: boolean | undefined;
59
+ dropdownItems?: {
60
+ id: string;
61
+ title: string;
62
+ icon?: string | undefined;
63
+ clickHandler?: (() => void) | undefined;
64
+ }[] | undefined;
65
+ title?: string | undefined;
66
+ isVisible?: boolean | undefined;
67
+ clickHandler?: ((app?: Record<string, any> | import("../../..").CoreBladeExposed | null | undefined) => void) | undefined;
68
+ separator?: "right" | "left" | "both" | undefined;
69
+ permissions?: string | string[] | undefined;
70
+ }[] | {
71
+ [x: string]: import("vue").MaybeRef<import("../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../..").IBladeToolbar>;
72
+ } | ((...args: any[]) => any) | undefined;
73
+ } | undefined;
74
+ bladeTitle?: string | undefined;
92
75
  };
76
+ currentLocale: string;
77
+ uiSchema: ControlSchema[];
93
78
  }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
94
79
  [key: string]: any;
95
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<ExtractPropTypes<{
80
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<{
81
+ modelValue: Record<string, any>;
96
82
  context: {
97
- type: PropType<{
98
- settings: import("../types").SettingsSchema;
99
- load: import("../../../../core/composables").AsyncAction<import("../factories/types").ItemId>;
100
- saveChanges: import("../../../../core/composables").AsyncAction<Record<string, any>, void | Record<string, any>>;
101
- remove?: import("../../../../core/composables").AsyncAction<Record<string, any> | import("../factories/types").ItemId> | undefined;
102
- loading: boolean;
103
- item: Record<string, any> | undefined;
104
- validationState: import("../factories/types").IValidationState<Record<string, any>>;
105
- scope?: {
106
- [x: string]: any;
107
- disabled?: boolean | undefined;
108
- multilanguage?: {
109
- loading: boolean;
110
- currentLocale: string;
111
- languages: string[];
112
- setLocale: (locale: string) => void;
113
- localesOptions: {
114
- label: string | undefined;
115
- value: string;
116
- }[];
117
- getLanguages: import("../../../../core/composables").AsyncAction<void, void>;
118
- } | undefined;
119
- dynamicProperties?: {
120
- loading: boolean;
121
- loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
122
- getPropertyValue: (property: Record<string, any>, locale: string) => any;
123
- setPropertyValue: (data: {
124
- property: Record<string, any>;
125
- value: string | Record<string, any>[];
126
- dictionary?: Record<string, any>[] | undefined;
127
- locale?: string | undefined;
128
- }) => void;
83
+ settings: import("../types").SettingsSchema;
84
+ load: import("../../../../core/composables").AsyncAction<import("../factories/types").ItemId>;
85
+ saveChanges: import("../../../../core/composables").AsyncAction<Record<string, any>, void | Record<string, any>>;
86
+ remove?: import("../../../../core/composables").AsyncAction<Record<string, any> | import("../factories/types").ItemId> | undefined;
87
+ loading: boolean;
88
+ item: Record<string, any> | undefined;
89
+ validationState: import("../factories/types").IValidationState<Record<string, any>>;
90
+ scope?: {
91
+ [x: string]: any;
92
+ disabled?: boolean | undefined;
93
+ multilanguage?: {
94
+ loading: boolean;
95
+ currentLocale: string;
96
+ languages: string[];
97
+ setLocale: (locale: string) => void;
98
+ localesOptions: {
99
+ label: string | undefined;
100
+ value: string;
101
+ }[];
102
+ getLanguages: import("../../../../core/composables").AsyncAction<void, void>;
103
+ } | undefined;
104
+ dynamicProperties?: {
105
+ loading: boolean;
106
+ loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
107
+ getPropertyValue: (property: Record<string, any>, locale: string) => any;
108
+ setPropertyValue: (data: {
109
+ property: Record<string, any>;
110
+ value: string | Record<string, any>[];
111
+ dictionary?: Record<string, any>[] | undefined;
112
+ locale?: string | undefined;
113
+ }) => void;
114
+ } | undefined;
115
+ assetsHandler?: {
116
+ assets?: {
117
+ noRemoveConfirmation?: boolean | undefined;
118
+ loading?: boolean | undefined;
119
+ upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
120
+ edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
121
+ remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
129
122
  } | undefined;
130
- assetsHandler?: {
131
- assets?: {
132
- noRemoveConfirmation?: boolean | undefined;
133
- loading?: boolean | undefined;
134
- upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
135
- edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
136
- remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
137
- } | undefined;
138
- images?: {
139
- noRemoveConfirmation?: boolean | undefined;
140
- loading?: boolean | undefined;
141
- upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
142
- edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
143
- remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
144
- } | undefined;
123
+ images?: {
124
+ noRemoveConfirmation?: boolean | undefined;
125
+ loading?: boolean | undefined;
126
+ upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../..").ICommonAsset[]>) | undefined;
127
+ edit?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
128
+ remove?: ((files: import("../../../..").ICommonAsset[]) => import("../../../..").ICommonAsset[]) | undefined;
145
129
  } | undefined;
146
- selection?: Record<string, any>[] | undefined;
147
- toolbarOverrides?: import("../../../..").IBladeToolbar[] | {
148
- id?: string | undefined;
149
- icon?: string | (() => string) | undefined;
150
- disabled?: boolean | undefined;
151
- dropdownItems?: {
152
- id: string;
153
- title: string;
154
- icon?: string | undefined;
155
- clickHandler?: (() => void) | undefined;
156
- }[] | undefined;
157
- title?: string | undefined;
158
- isVisible?: boolean | undefined;
159
- clickHandler?: ((app?: Record<string, any> | import("../../..").CoreBladeExposed | null | undefined) => void) | undefined;
160
- separator?: "right" | "left" | "both" | undefined;
161
- permissions?: string | string[] | undefined;
162
- }[] | {
163
- [x: string]: import("vue").MaybeRef<import("../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../..").IBladeToolbar>;
164
- } | ((...args: any[]) => any) | undefined;
165
130
  } | undefined;
166
- bladeTitle?: string | undefined;
167
- }>;
168
- default: () => DetailsBladeContext<Record<string, any>, import("../factories/types").DetailsBaseBladeScope<Record<string, any>>>;
169
- };
170
- modelValue: {
171
- type: PropType<Record<string, any>>;
172
- required: boolean;
173
- default: () => {};
174
- };
175
- uiSchema: {
176
- type: PropType<ControlSchema[]>;
177
- required: boolean;
178
- default: () => ControlSchema[];
179
- };
180
- currentLocale: {
181
- type: StringConstructor;
182
- default: string;
131
+ selection?: Record<string, any>[] | undefined;
132
+ toolbarOverrides?: import("../../../..").IBladeToolbar[] | {
133
+ id?: string | undefined;
134
+ icon?: string | (() => string) | undefined;
135
+ disabled?: boolean | undefined;
136
+ dropdownItems?: {
137
+ id: string;
138
+ title: string;
139
+ icon?: string | undefined;
140
+ clickHandler?: (() => void) | undefined;
141
+ }[] | undefined;
142
+ title?: string | undefined;
143
+ isVisible?: boolean | undefined;
144
+ clickHandler?: ((app?: Record<string, any> | import("../../..").CoreBladeExposed | null | undefined) => void) | undefined;
145
+ separator?: "right" | "left" | "both" | undefined;
146
+ permissions?: string | string[] | undefined;
147
+ }[] | {
148
+ [x: string]: import("vue").MaybeRef<import("../../../..").IBladeToolbar[]> | import("vue").MaybeRef<import("../../../..").IBladeToolbar>;
149
+ } | ((...args: any[]) => any) | undefined;
150
+ } | undefined;
151
+ bladeTitle?: string | undefined;
183
152
  };
184
- }>> & {
153
+ currentLocale: string;
154
+ uiSchema: ControlSchema[];
155
+ }> & Readonly<{
185
156
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
186
- }, {
157
+ }>, {
187
158
  modelValue: Record<string, any>;
188
159
  context: {
189
160
  settings: import("../types").SettingsSchema;
@@ -258,6 +229,6 @@ declare const _default: import("vue").DefineComponent<{
258
229
  };
259
230
  currentLocale: string;
260
231
  uiSchema: ControlSchema[];
261
- }, {}>;
232
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
262
233
  export default _default;
263
234
  //# sourceMappingURL=SchemaRender.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaRender.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/components/SchemaRender.ts"],"names":[],"mappings":"AACA,OAAO,EACL,QAAQ,EAIR,gBAAgB,EAEhB,KAAK,EAIN,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BzD,wBAyDG"}
1
+ {"version":3,"file":"SchemaRender.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/components/SchemaRender.ts"],"names":[],"mappings":"AACA,OAAO,EAOL,KAAK,EAIN,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BzC,wBAyDG"}
@@ -1,13 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  props: ObjectConstructor;
3
3
  index: NumberConstructor;
4
4
  rows: NumberConstructor;
5
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
6
  [key: string]: any;
7
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
8
  props: ObjectConstructor;
9
9
  index: NumberConstructor;
10
10
  rows: NumberConstructor;
11
- }>>, {}, {}>;
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
12
  export default _default;
13
13
  //# sourceMappingURL=ValidationField.d.ts.map
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
2
2
  import { ButtonSchema } 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
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
89
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
90
90
  [key: string]: any;
91
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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-button";
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
2
2
  import { CardSchema } 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
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
89
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
90
90
  [key: string]: any;
91
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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-card";
@@ -2,7 +2,7 @@ import { StoryFn } from "@storybook/vue3";
2
2
  import { CheckboxSchema } 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
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
89
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
90
90
  [key: string]: any;
91
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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-checkbox";