@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
@@ -13,19 +13,19 @@ export interface Emits {
13
13
  (event: "header:click"): void;
14
14
  (event: "state:collapsed", isCollapsedState: boolean): void;
15
15
  }
16
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
17
  variant: string;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
19
  "header:click": () => void;
20
20
  "state:collapsed": (isCollapsedState: boolean) => void;
21
21
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
22
  variant: string;
23
- }>>> & {
23
+ }>>> & Readonly<{
24
24
  "onHeader:click"?: (() => any) | undefined;
25
25
  "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
26
- }, {
26
+ }>, {
27
27
  variant: "default" | "danger" | "success";
28
- }, {}>, Readonly<{
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
29
29
  default: (props?: any) => any;
30
30
  actions: (props?: any) => any;
31
31
  }> & {
@@ -3,19 +3,19 @@ import { VcCol } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7
7
  size: {
8
8
  type: import("vue").PropType<number>;
9
9
  default: number;
10
10
  };
11
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
12
12
  size: {
13
13
  type: import("vue").PropType<number>;
14
14
  default: number;
15
15
  };
16
- }>>, {
16
+ }>> & Readonly<{}>, {
17
17
  size: number;
18
- }, true, {}, {}, {
18
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
19
19
  P: {};
20
20
  B: {};
21
21
  D: {};
@@ -27,7 +27,7 @@ declare const _default: {
27
27
  type: import("vue").PropType<number>;
28
28
  default: number;
29
29
  };
30
- }>>, {}, {}, {}, {}, {
30
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
31
31
  size: number;
32
32
  }>;
33
33
  __isFragment?: undefined;
@@ -38,9 +38,9 @@ declare const _default: {
38
38
  type: import("vue").PropType<number>;
39
39
  default: number;
40
40
  };
41
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
41
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
42
42
  size: number;
43
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
43
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
44
44
  $slots: Readonly<{
45
45
  default: (props: any) => any;
46
46
  }> & {
@@ -1,13 +1,13 @@
1
1
  export interface Props {
2
2
  size?: number;
3
3
  }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
5
5
  size: number;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
7
  size: number;
8
- }>>>, {
8
+ }>>> & Readonly<{}>, {
9
9
  size: number;
10
- }, {}>, Readonly<{
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
11
11
  default: (props: any) => any;
12
12
  }> & {
13
13
  default: (props: any) => any;
@@ -1,6 +1,6 @@
1
1
  import { VNode } from "vue";
2
2
  export declare const VcContainer: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  shadow: {
5
5
  type: import("vue").PropType<boolean>;
6
6
  };
@@ -10,12 +10,12 @@ export declare const VcContainer: {
10
10
  usePtr: {
11
11
  type: import("vue").PropType<boolean>;
12
12
  };
13
- }>> & {
13
+ }>> & Readonly<{
14
14
  "onScroll:ptr"?: (() => any) | undefined;
15
- }, {
15
+ }>, {
16
16
  scrollTop: () => void;
17
- component: import("vue").Ref<HTMLElement | undefined>;
18
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ component: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
19
  "scroll:ptr": () => void;
20
20
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
21
21
  shadow: {
@@ -27,9 +27,9 @@ export declare const VcContainer: {
27
27
  usePtr: {
28
28
  type: import("vue").PropType<boolean>;
29
29
  };
30
- }>> & {
30
+ }>> & Readonly<{
31
31
  "onScroll:ptr"?: (() => any) | undefined;
32
- }, {}, true, {}, {}, {
32
+ }>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
33
33
  P: {};
34
34
  B: {};
35
35
  D: {};
@@ -46,11 +46,11 @@ export declare const VcContainer: {
46
46
  usePtr: {
47
47
  type: import("vue").PropType<boolean>;
48
48
  };
49
- }>> & {
49
+ }>> & Readonly<{
50
50
  "onScroll:ptr"?: (() => any) | undefined;
51
- }, {
51
+ }>, {
52
52
  scrollTop: () => void;
53
- component: import("vue").Ref<HTMLElement | undefined>;
53
+ component: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
54
54
  }, {}, {}, {}, {}>;
55
55
  __isFragment?: undefined;
56
56
  __isTeleport?: undefined;
@@ -65,14 +65,14 @@ export declare const VcContainer: {
65
65
  usePtr: {
66
66
  type: import("vue").PropType<boolean>;
67
67
  };
68
- }>> & {
68
+ }>> & Readonly<{
69
69
  "onScroll:ptr"?: (() => any) | undefined;
70
- }, {
70
+ }>, {
71
71
  scrollTop: () => void;
72
- component: import("vue").Ref<HTMLElement | undefined>;
73
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
72
+ component: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
73
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
74
74
  "scroll:ptr": () => void;
75
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
75
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
76
76
  $slots: {
77
77
  default?(_: {}): any;
78
78
  };
@@ -7,14 +7,14 @@ export interface Props {
7
7
  export interface Emits {
8
8
  (event: "scroll:ptr"): void;
9
9
  }
10
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {
11
11
  scrollTop: () => void;
12
- component: Ref<HTMLElement | undefined>;
13
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ component: Ref<HTMLElement | undefined, HTMLElement | undefined>;
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "scroll:ptr": () => void;
15
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
16
16
  "onScroll:ptr"?: (() => any) | undefined;
17
- }, {}, {}>, {
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
18
18
  default?(_: {}): any;
19
19
  }>;
20
20
  export default _default;
@@ -1,17 +1,17 @@
1
1
  import { VNode } from "vue";
2
2
  export declare const VcHint: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
4
  P: {};
5
5
  B: {};
6
6
  D: {};
7
7
  C: {};
8
8
  M: {};
9
9
  Defaults: {};
10
- }, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
10
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
11
  __isFragment?: undefined;
12
12
  __isTeleport?: undefined;
13
13
  __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
14
+ } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15
15
  $slots: {
16
16
  default?(_: {}): any;
17
17
  };
@@ -3,18 +3,18 @@ import { VcHint } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
7
  P: {};
8
8
  B: {};
9
9
  D: {};
10
10
  C: {};
11
11
  M: {};
12
12
  Defaults: {};
13
- }, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
13
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
14
14
  __isFragment?: undefined;
15
15
  __isTeleport?: undefined;
16
16
  __isSuspense?: undefined;
17
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
17
+ } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
18
18
  $slots: {
19
19
  default?(_: {}): any;
20
20
  };
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcIcon } 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
  size: {
7
7
  type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
8
8
  default: string;
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  variant: {
15
15
  type: import("vue").PropType<"warning" | "danger" | "success">;
16
16
  };
17
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  size: {
19
19
  type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
20
20
  default: string;
@@ -26,10 +26,10 @@ declare const _default: {
26
26
  variant: {
27
27
  type: import("vue").PropType<"warning" | "danger" | "success">;
28
28
  };
29
- }>>, {
29
+ }>> & Readonly<{}>, {
30
30
  size: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
31
31
  icon: string;
32
- }, {}>;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
33
  args: {
34
34
  icon: string;
35
35
  size: "m";
@@ -3,16 +3,16 @@ export interface Props {
3
3
  size?: "xs" | "s" | "m" | "l" | "xl" | "xxl" | "xxxl";
4
4
  variant?: "warning" | "danger" | "success";
5
5
  }
6
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
6
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
7
  icon: string;
8
8
  size: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
10
  icon: string;
11
11
  size: string;
12
- }>>>, {
12
+ }>>> & Readonly<{}>, {
13
13
  size: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
14
14
  icon: string;
15
- }, {}>;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
18
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,4 +1,4 @@
1
- export declare const VcImage: import("vue").DefineComponent<{
1
+ export declare const VcImage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  clickable: {
3
3
  type: import("vue").PropType<boolean>;
4
4
  };
@@ -27,7 +27,7 @@ export declare const VcImage: import("vue").DefineComponent<{
27
27
  type: import("vue").PropType<string>;
28
28
  default: string;
29
29
  };
30
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
31
  click: () => void;
32
32
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  clickable: {
@@ -58,12 +58,12 @@ export declare const VcImage: import("vue").DefineComponent<{
58
58
  type: import("vue").PropType<string>;
59
59
  default: string;
60
60
  };
61
- }>> & {
61
+ }>> & Readonly<{
62
62
  onClick?: (() => any) | undefined;
63
- }, {
63
+ }>, {
64
64
  size: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "auto";
65
65
  aspect: "1x1" | "16x9" | "4x3" | "3x2";
66
66
  background: "auto" | "cover" | "contain";
67
67
  emptyIcon: string;
68
- }, {}>;
68
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
69
69
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-image/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-image/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAA0B,CAAC"}
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcImage } 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
  clickable: {
7
7
  type: import("vue").PropType<boolean>;
8
8
  };
@@ -31,7 +31,7 @@ declare const _default: {
31
31
  type: import("vue").PropType<string>;
32
32
  default: string;
33
33
  };
34
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
35
  click: () => void;
36
36
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
37
  clickable: {
@@ -62,14 +62,14 @@ declare const _default: {
62
62
  type: import("vue").PropType<string>;
63
63
  default: string;
64
64
  };
65
- }>> & {
65
+ }>> & Readonly<{
66
66
  onClick?: (() => any) | undefined;
67
- }, {
67
+ }>, {
68
68
  size: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "auto";
69
69
  aspect: "1x1" | "16x9" | "4x3" | "3x2";
70
70
  background: "auto" | "cover" | "contain";
71
71
  emptyIcon: string;
72
- }, {}>;
72
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
73
73
  args: {
74
74
  aspect: "1x1";
75
75
  rounded: false;
@@ -11,26 +11,26 @@ export interface Props {
11
11
  export interface Emits {
12
12
  (event: "click"): void;
13
13
  }
14
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
15
  aspect: string;
16
16
  size: string;
17
17
  background: string;
18
18
  emptyIcon: string;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
20
  click: () => void;
21
21
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
22
  aspect: string;
23
23
  size: string;
24
24
  background: string;
25
25
  emptyIcon: string;
26
- }>>> & {
26
+ }>>> & Readonly<{
27
27
  onClick?: (() => any) | undefined;
28
- }, {
28
+ }>, {
29
29
  size: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "auto";
30
30
  aspect: "1x1" | "16x9" | "4x3" | "3x2";
31
31
  background: "auto" | "cover" | "contain";
32
32
  emptyIcon: string;
33
- }, {}>;
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  export default _default;
35
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
36
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -3,7 +3,7 @@ import { VcLabel } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7
7
  required: {
8
8
  type: import("vue").PropType<boolean>;
9
9
  };
@@ -17,7 +17,7 @@ declare const _default: {
17
17
  currentLanguage: {
18
18
  type: import("vue").PropType<string>;
19
19
  };
20
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
20
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
21
21
  required: {
22
22
  type: import("vue").PropType<boolean>;
23
23
  };
@@ -31,9 +31,9 @@ declare const _default: {
31
31
  currentLanguage: {
32
32
  type: import("vue").PropType<string>;
33
33
  };
34
- }>>, {
34
+ }>> & Readonly<{}>, {
35
35
  tooltipIcon: string;
36
- }, true, {}, {}, {
36
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
37
37
  P: {};
38
38
  B: {};
39
39
  D: {};
@@ -54,7 +54,7 @@ declare const _default: {
54
54
  currentLanguage: {
55
55
  type: import("vue").PropType<string>;
56
56
  };
57
- }>>, {}, {}, {}, {}, {
57
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
58
58
  tooltipIcon: string;
59
59
  }>;
60
60
  __isFragment?: undefined;
@@ -74,9 +74,9 @@ declare const _default: {
74
74
  currentLanguage: {
75
75
  type: import("vue").PropType<string>;
76
76
  };
77
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
77
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
78
  tooltipIcon: string;
79
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
79
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
80
80
  $slots: Readonly<{
81
81
  default: void;
82
82
  tooltip?: void | undefined;
@@ -4,13 +4,13 @@ export interface Props {
4
4
  multilanguage?: boolean;
5
5
  currentLanguage?: string;
6
6
  }
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
8
  tooltipIcon: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
10
  tooltipIcon: string;
11
- }>>>, {
11
+ }>>> & Readonly<{}>, {
12
12
  tooltipIcon: string;
13
- }, {}>, Readonly<{
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
14
14
  default: void;
15
15
  tooltip?: void | undefined;
16
16
  }> & {
@@ -1,6 +1,6 @@
1
1
  import { VNode } from "vue";
2
2
  export declare const VcLink: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  active: {
5
5
  type: import("vue").PropType<boolean>;
6
6
  };
@@ -10,9 +10,9 @@ export declare const VcLink: {
10
10
  onClick: {
11
11
  type: import("vue").PropType<() => void>;
12
12
  };
13
- }>> & {
13
+ }>> & Readonly<{
14
14
  onClick?: (() => any) | undefined;
15
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
16
  click: () => void;
17
17
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
18
18
  active: {
@@ -24,9 +24,9 @@ export declare const VcLink: {
24
24
  onClick: {
25
25
  type: import("vue").PropType<() => void>;
26
26
  };
27
- }>> & {
27
+ }>> & Readonly<{
28
28
  onClick?: (() => any) | undefined;
29
- }, {}, true, {}, {}, {
29
+ }>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
30
30
  P: {};
31
31
  B: {};
32
32
  D: {};
@@ -43,9 +43,9 @@ export declare const VcLink: {
43
43
  onClick: {
44
44
  type: import("vue").PropType<() => void>;
45
45
  };
46
- }>> & {
46
+ }>> & Readonly<{
47
47
  onClick?: (() => any) | undefined;
48
- }, {}, {}, {}, {}, {}>;
48
+ }>, {}, {}, {}, {}, {}>;
49
49
  __isFragment?: undefined;
50
50
  __isTeleport?: undefined;
51
51
  __isSuspense?: undefined;
@@ -59,11 +59,11 @@ export declare const VcLink: {
59
59
  onClick: {
60
60
  type: import("vue").PropType<() => void>;
61
61
  };
62
- }>> & {
62
+ }>> & Readonly<{
63
63
  onClick?: (() => any) | undefined;
64
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
65
65
  click: () => void;
66
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
66
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
67
67
  $slots: {
68
68
  default?(_: {}): any;
69
69
  };
@@ -3,7 +3,7 @@ import { VcLink } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
5
  component: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7
7
  active: {
8
8
  type: import("vue").PropType<boolean>;
9
9
  };
@@ -13,9 +13,9 @@ declare const _default: {
13
13
  onClick: {
14
14
  type: import("vue").PropType<() => void>;
15
15
  };
16
- }>> & {
16
+ }>> & Readonly<{
17
17
  onClick?: (() => any) | undefined;
18
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
19
  click: () => void;
20
20
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
21
21
  active: {
@@ -27,9 +27,9 @@ declare const _default: {
27
27
  onClick: {
28
28
  type: import("vue").PropType<() => void>;
29
29
  };
30
- }>> & {
30
+ }>> & Readonly<{
31
31
  onClick?: (() => any) | undefined;
32
- }, {}, true, {}, {}, {
32
+ }>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
33
33
  P: {};
34
34
  B: {};
35
35
  D: {};
@@ -46,9 +46,9 @@ declare const _default: {
46
46
  onClick: {
47
47
  type: import("vue").PropType<() => void>;
48
48
  };
49
- }>> & {
49
+ }>> & Readonly<{
50
50
  onClick?: (() => any) | undefined;
51
- }, {}, {}, {}, {}, {}>;
51
+ }>, {}, {}, {}, {}, {}>;
52
52
  __isFragment?: undefined;
53
53
  __isTeleport?: undefined;
54
54
  __isSuspense?: undefined;
@@ -62,11 +62,11 @@ declare const _default: {
62
62
  onClick: {
63
63
  type: import("vue").PropType<() => void>;
64
64
  };
65
- }>> & {
65
+ }>> & Readonly<{
66
66
  onClick?: (() => any) | undefined;
67
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
67
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
68
68
  click: () => void;
69
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
69
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
70
70
  $slots: {
71
71
  default?(_: {}): any;
72
72
  };
@@ -6,11 +6,11 @@ export interface Props {
6
6
  export interface Emits {
7
7
  (event: "click"): void;
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  click: () => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
12
12
  onClick?: (() => any) | undefined;
13
- }, {}, {}>, {
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
14
14
  default?(_: {}): any;
15
15
  }>;
16
16
  export default _default;
@@ -1,10 +1,10 @@
1
- export declare const VcLoading: import("vue").DefineComponent<{
1
+ export declare const VcLoading: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  active: {
3
3
  type: import("vue").PropType<boolean>;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
6
  active: {
7
7
  type: import("vue").PropType<boolean>;
8
8
  };
9
- }>>, {}, {}>;
9
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-loading/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;YAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-loading/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;iGAA8B,CAAC"}