@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
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  declare const _default: {
3
3
  title: string;
4
4
  component: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
6
  active: {
7
7
  type: import("vue").PropType<boolean>;
8
8
  };
@@ -19,9 +19,9 @@ declare const _default: {
19
19
  type: import("vue").PropType<"s" | "m">;
20
20
  default: string;
21
21
  };
22
- }>> & {
22
+ }>> & Readonly<{
23
23
  onClick?: (() => any) | undefined;
24
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
25
  click: () => void;
26
26
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
27
27
  active: {
@@ -40,11 +40,11 @@ declare const _default: {
40
40
  type: import("vue").PropType<"s" | "m">;
41
41
  default: string;
42
42
  };
43
- }>> & {
43
+ }>> & Readonly<{
44
44
  onClick?: (() => any) | undefined;
45
- }, {
45
+ }>, {
46
46
  size: "s" | "m";
47
- }, true, {}, {}, {
47
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
48
48
  P: {};
49
49
  B: {};
50
50
  D: {};
@@ -68,9 +68,9 @@ declare const _default: {
68
68
  type: import("vue").PropType<"s" | "m">;
69
69
  default: string;
70
70
  };
71
- }>> & {
71
+ }>> & Readonly<{
72
72
  onClick?: (() => any) | undefined;
73
- }, {}, {}, {}, {}, {
73
+ }>, {}, {}, {}, {}, {
74
74
  size: "s" | "m";
75
75
  }>;
76
76
  __isFragment?: undefined;
@@ -93,13 +93,13 @@ declare const _default: {
93
93
  type: import("vue").PropType<"s" | "m">;
94
94
  default: string;
95
95
  };
96
- }>> & {
96
+ }>> & Readonly<{
97
97
  onClick?: (() => any) | undefined;
98
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
98
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
99
99
  click: () => void;
100
100
  }, string, {
101
101
  size: "s" | "m";
102
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
103
103
  $slots: Readonly<{
104
104
  default: void;
105
105
  }> & {
@@ -138,7 +138,7 @@ declare const _default: {
138
138
  };
139
139
  export default _default;
140
140
  export declare const Basic: StoryFn<{
141
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
141
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
142
142
  active: {
143
143
  type: import("vue").PropType<boolean>;
144
144
  };
@@ -155,9 +155,9 @@ export declare const Basic: StoryFn<{
155
155
  type: import("vue").PropType<"s" | "m">;
156
156
  default: string;
157
157
  };
158
- }>> & {
158
+ }>> & Readonly<{
159
159
  onClick?: (() => any) | undefined;
160
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
160
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
161
161
  click: () => void;
162
162
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
163
163
  active: {
@@ -176,11 +176,11 @@ export declare const Basic: StoryFn<{
176
176
  type: import("vue").PropType<"s" | "m">;
177
177
  default: string;
178
178
  };
179
- }>> & {
179
+ }>> & Readonly<{
180
180
  onClick?: (() => any) | undefined;
181
- }, {
181
+ }>, {
182
182
  size: "s" | "m";
183
- }, true, {}, {}, {
183
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
184
184
  P: {};
185
185
  B: {};
186
186
  D: {};
@@ -204,9 +204,9 @@ export declare const Basic: StoryFn<{
204
204
  type: import("vue").PropType<"s" | "m">;
205
205
  default: string;
206
206
  };
207
- }>> & {
207
+ }>> & Readonly<{
208
208
  onClick?: (() => any) | undefined;
209
- }, {}, {}, {}, {}, {
209
+ }>, {}, {}, {}, {}, {
210
210
  size: "s" | "m";
211
211
  }>;
212
212
  __isFragment?: undefined;
@@ -229,13 +229,13 @@ export declare const Basic: StoryFn<{
229
229
  type: import("vue").PropType<"s" | "m">;
230
230
  default: string;
231
231
  };
232
- }>> & {
232
+ }>> & Readonly<{
233
233
  onClick?: (() => any) | undefined;
234
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
234
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
235
235
  click: () => void;
236
236
  }, string, {
237
237
  size: "s" | "m";
238
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
238
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
239
239
  $slots: Readonly<{
240
240
  default: void;
241
241
  }> & {
@@ -243,7 +243,7 @@ export declare const Basic: StoryFn<{
243
243
  };
244
244
  })>;
245
245
  export declare const Active: StoryFn<{
246
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
246
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
247
247
  active: {
248
248
  type: import("vue").PropType<boolean>;
249
249
  };
@@ -260,9 +260,9 @@ export declare const Active: StoryFn<{
260
260
  type: import("vue").PropType<"s" | "m">;
261
261
  default: string;
262
262
  };
263
- }>> & {
263
+ }>> & Readonly<{
264
264
  onClick?: (() => any) | undefined;
265
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
265
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
266
266
  click: () => void;
267
267
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
268
268
  active: {
@@ -281,11 +281,11 @@ export declare const Active: StoryFn<{
281
281
  type: import("vue").PropType<"s" | "m">;
282
282
  default: string;
283
283
  };
284
- }>> & {
284
+ }>> & Readonly<{
285
285
  onClick?: (() => any) | undefined;
286
- }, {
286
+ }>, {
287
287
  size: "s" | "m";
288
- }, true, {}, {}, {
288
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
289
289
  P: {};
290
290
  B: {};
291
291
  D: {};
@@ -309,9 +309,9 @@ export declare const Active: StoryFn<{
309
309
  type: import("vue").PropType<"s" | "m">;
310
310
  default: string;
311
311
  };
312
- }>> & {
312
+ }>> & Readonly<{
313
313
  onClick?: (() => any) | undefined;
314
- }, {}, {}, {}, {}, {
314
+ }>, {}, {}, {}, {}, {
315
315
  size: "s" | "m";
316
316
  }>;
317
317
  __isFragment?: undefined;
@@ -334,13 +334,13 @@ export declare const Active: StoryFn<{
334
334
  type: import("vue").PropType<"s" | "m">;
335
335
  default: string;
336
336
  };
337
- }>> & {
337
+ }>> & Readonly<{
338
338
  onClick?: (() => any) | undefined;
339
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
339
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
340
340
  click: () => void;
341
341
  }, string, {
342
342
  size: "s" | "m";
343
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
343
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
344
344
  $slots: Readonly<{
345
345
  default: void;
346
346
  }> & {
@@ -348,7 +348,7 @@ export declare const Active: StoryFn<{
348
348
  };
349
349
  })>;
350
350
  export declare const Disabled: StoryFn<{
351
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
351
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
352
352
  active: {
353
353
  type: import("vue").PropType<boolean>;
354
354
  };
@@ -365,9 +365,9 @@ export declare const Disabled: StoryFn<{
365
365
  type: import("vue").PropType<"s" | "m">;
366
366
  default: string;
367
367
  };
368
- }>> & {
368
+ }>> & Readonly<{
369
369
  onClick?: (() => any) | undefined;
370
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
370
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
371
371
  click: () => void;
372
372
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
373
373
  active: {
@@ -386,11 +386,11 @@ export declare const Disabled: StoryFn<{
386
386
  type: import("vue").PropType<"s" | "m">;
387
387
  default: string;
388
388
  };
389
- }>> & {
389
+ }>> & Readonly<{
390
390
  onClick?: (() => any) | undefined;
391
- }, {
391
+ }>, {
392
392
  size: "s" | "m";
393
- }, true, {}, {}, {
393
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
394
394
  P: {};
395
395
  B: {};
396
396
  D: {};
@@ -414,9 +414,9 @@ export declare const Disabled: StoryFn<{
414
414
  type: import("vue").PropType<"s" | "m">;
415
415
  default: string;
416
416
  };
417
- }>> & {
417
+ }>> & Readonly<{
418
418
  onClick?: (() => any) | undefined;
419
- }, {}, {}, {}, {}, {
419
+ }>, {}, {}, {}, {}, {
420
420
  size: "s" | "m";
421
421
  }>;
422
422
  __isFragment?: undefined;
@@ -439,13 +439,13 @@ export declare const Disabled: StoryFn<{
439
439
  type: import("vue").PropType<"s" | "m">;
440
440
  default: string;
441
441
  };
442
- }>> & {
442
+ }>> & Readonly<{
443
443
  onClick?: (() => any) | undefined;
444
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
444
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
445
445
  click: () => void;
446
446
  }, string, {
447
447
  size: "s" | "m";
448
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
448
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
449
449
  $slots: Readonly<{
450
450
  default: void;
451
451
  }> & {
@@ -453,7 +453,7 @@ export declare const Disabled: StoryFn<{
453
453
  };
454
454
  })>;
455
455
  export declare const Clickable: StoryFn<{
456
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
456
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
457
457
  active: {
458
458
  type: import("vue").PropType<boolean>;
459
459
  };
@@ -470,9 +470,9 @@ export declare const Clickable: StoryFn<{
470
470
  type: import("vue").PropType<"s" | "m">;
471
471
  default: string;
472
472
  };
473
- }>> & {
473
+ }>> & Readonly<{
474
474
  onClick?: (() => any) | undefined;
475
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
475
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
476
476
  click: () => void;
477
477
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
478
478
  active: {
@@ -491,11 +491,11 @@ export declare const Clickable: StoryFn<{
491
491
  type: import("vue").PropType<"s" | "m">;
492
492
  default: string;
493
493
  };
494
- }>> & {
494
+ }>> & Readonly<{
495
495
  onClick?: (() => any) | undefined;
496
- }, {
496
+ }>, {
497
497
  size: "s" | "m";
498
- }, true, {}, {}, {
498
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
499
499
  P: {};
500
500
  B: {};
501
501
  D: {};
@@ -519,9 +519,9 @@ export declare const Clickable: StoryFn<{
519
519
  type: import("vue").PropType<"s" | "m">;
520
520
  default: string;
521
521
  };
522
- }>> & {
522
+ }>> & Readonly<{
523
523
  onClick?: (() => any) | undefined;
524
- }, {}, {}, {}, {}, {
524
+ }>, {}, {}, {}, {}, {
525
525
  size: "s" | "m";
526
526
  }>;
527
527
  __isFragment?: undefined;
@@ -544,13 +544,13 @@ export declare const Clickable: StoryFn<{
544
544
  type: import("vue").PropType<"s" | "m">;
545
545
  default: string;
546
546
  };
547
- }>> & {
547
+ }>> & Readonly<{
548
548
  onClick?: (() => any) | undefined;
549
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
549
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
550
550
  click: () => void;
551
551
  }, string, {
552
552
  size: "s" | "m";
553
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
553
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
554
554
  $slots: Readonly<{
555
555
  default: void;
556
556
  }> & {
@@ -8,17 +8,17 @@ export interface Props {
8
8
  export interface Emits {
9
9
  (event: "click"): void;
10
10
  }
11
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
12
  size: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  click: () => void;
15
15
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
16
  size: string;
17
- }>>> & {
17
+ }>>> & Readonly<{
18
18
  onClick?: (() => any) | undefined;
19
- }, {
19
+ }>, {
20
20
  size: "s" | "m";
21
- }, {}>, Readonly<{
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
22
22
  /**
23
23
  * Slot for component content
24
24
  * */