@vc-shell/framework 1.0.291 → 1.0.293

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 (200) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/framework.js +23135 -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 +34 -243
  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-gallery/vc-gallery.vue.d.ts.map +1 -1
  184. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
  185. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
  186. package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
  187. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +3 -3
  188. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
  189. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -3
  190. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
  191. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
  192. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +4 -4
  193. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
  194. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +165 -165
  195. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +33 -33
  196. package/package.json +4 -4
  197. package/shared/modules/dynamic/components/SchemaRender.ts +1 -1
  198. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +1 -1
  199. package/tailwind.config.ts +2 -0
  200. package/ui/components/organisms/vc-gallery/vc-gallery.vue +4 -3
@@ -3,7 +3,7 @@ import { VcFileUpload } 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
  icon: {
8
8
  type: import("vue").PropType<string>;
9
9
  default: string;
@@ -35,9 +35,9 @@ declare const _default: {
35
35
  type: import("vue").PropType<string>;
36
36
  default: string;
37
37
  };
38
- }>> & {
38
+ }>> & Readonly<{
39
39
  onUpload?: ((files: FileList) => any) | undefined;
40
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
41
  upload: (files: FileList) => void;
42
42
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
43
43
  icon: {
@@ -71,14 +71,14 @@ declare const _default: {
71
71
  type: import("vue").PropType<string>;
72
72
  default: string;
73
73
  };
74
- }>> & {
74
+ }>> & Readonly<{
75
75
  onUpload?: ((files: FileList) => any) | undefined;
76
- }, {
76
+ }>, {
77
77
  icon: string;
78
78
  variant: "gallery" | "file-upload";
79
79
  name: string;
80
80
  accept: string;
81
- }, true, {}, {}, {
81
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
82
82
  P: {};
83
83
  B: {};
84
84
  D: {};
@@ -117,9 +117,9 @@ declare const _default: {
117
117
  type: import("vue").PropType<string>;
118
118
  default: string;
119
119
  };
120
- }>> & {
120
+ }>> & Readonly<{
121
121
  onUpload?: ((files: FileList) => any) | undefined;
122
- }, {}, {}, {}, {}, {
122
+ }>, {}, {}, {}, {}, {
123
123
  icon: string;
124
124
  variant: "gallery" | "file-upload";
125
125
  name: string;
@@ -160,16 +160,16 @@ declare const _default: {
160
160
  type: import("vue").PropType<string>;
161
161
  default: string;
162
162
  };
163
- }>> & {
163
+ }>> & Readonly<{
164
164
  onUpload?: ((files: FileList) => any) | undefined;
165
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
165
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
166
166
  upload: (files: FileList) => void;
167
167
  }, string, {
168
168
  icon: string;
169
169
  variant: "gallery" | "file-upload";
170
170
  name: string;
171
171
  accept: string;
172
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
172
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
173
173
  $slots: Readonly<{
174
174
  error: void;
175
175
  }> & {
@@ -15,26 +15,26 @@ export interface Props {
15
15
  export interface Emits {
16
16
  (event: "upload", files: FileList): void;
17
17
  }
18
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
19
  variant: string;
20
20
  accept: string;
21
21
  name: string;
22
22
  icon: string;
23
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
24
  upload: (files: FileList) => void;
25
25
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
26
26
  variant: string;
27
27
  accept: string;
28
28
  name: string;
29
29
  icon: string;
30
- }>>> & {
30
+ }>>> & Readonly<{
31
31
  onUpload?: ((files: FileList) => any) | undefined;
32
- }, {
32
+ }>, {
33
33
  icon: string;
34
34
  variant: "gallery" | "file-upload";
35
35
  name: string;
36
36
  accept: string;
37
- }, {}>, Readonly<{
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
38
38
  error: void;
39
39
  }> & {
40
40
  error: void;
@@ -1,17 +1,17 @@
1
1
  import { VNode } from "vue";
2
2
  export declare const VcForm: {
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 { VcForm } 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;
@@ -3,7 +3,10 @@ import { VcInput } 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
+ error: {
8
+ type: import("vue").PropType<boolean>;
9
+ };
7
10
  disabled: {
8
11
  type: import("vue").PropType<boolean>;
9
12
  };
@@ -47,9 +50,6 @@ declare const _default: {
47
50
  type: import("vue").PropType<string | number>;
48
51
  default: string;
49
52
  };
50
- error: {
51
- type: import("vue").PropType<boolean>;
52
- };
53
53
  step: {
54
54
  type: import("vue").PropType<string>;
55
55
  default: string;
@@ -78,13 +78,16 @@ declare const _default: {
78
78
  datePickerOptions: {
79
79
  type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
80
80
  };
81
- }>> & {
81
+ }>> & Readonly<{
82
82
  onBlur?: ((value: Event) => any) | undefined;
83
83
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
84
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
84
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
85
  "update:modelValue": (value: string | number | Date | null | undefined) => void;
86
86
  blur: (value: Event) => void;
87
87
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
88
+ error: {
89
+ type: import("vue").PropType<boolean>;
90
+ };
88
91
  disabled: {
89
92
  type: import("vue").PropType<boolean>;
90
93
  };
@@ -128,9 +131,6 @@ declare const _default: {
128
131
  type: import("vue").PropType<string | number>;
129
132
  default: string;
130
133
  };
131
- error: {
132
- type: import("vue").PropType<boolean>;
133
- };
134
134
  step: {
135
135
  type: import("vue").PropType<string>;
136
136
  default: string;
@@ -159,16 +159,16 @@ declare const _default: {
159
159
  datePickerOptions: {
160
160
  type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
161
161
  };
162
- }>> & {
162
+ }>> & Readonly<{
163
163
  onBlur?: ((value: Event) => any) | undefined;
164
164
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
165
- }, {
165
+ }>, {
166
166
  size: "default" | "small";
167
167
  type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
168
168
  name: string;
169
169
  maxlength: string | number;
170
170
  step: string;
171
- }, true, {}, {}, {
171
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
172
172
  P: {};
173
173
  B: {};
174
174
  D: {};
@@ -176,6 +176,9 @@ declare const _default: {
176
176
  M: {};
177
177
  Defaults: {};
178
178
  }, Readonly<import("vue").ExtractPropTypes<{
179
+ error: {
180
+ type: import("vue").PropType<boolean>;
181
+ };
179
182
  disabled: {
180
183
  type: import("vue").PropType<boolean>;
181
184
  };
@@ -219,9 +222,6 @@ declare const _default: {
219
222
  type: import("vue").PropType<string | number>;
220
223
  default: string;
221
224
  };
222
- error: {
223
- type: import("vue").PropType<boolean>;
224
- };
225
225
  step: {
226
226
  type: import("vue").PropType<string>;
227
227
  default: string;
@@ -250,10 +250,10 @@ declare const _default: {
250
250
  datePickerOptions: {
251
251
  type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
252
252
  };
253
- }>> & {
253
+ }>> & Readonly<{
254
254
  onBlur?: ((value: Event) => any) | undefined;
255
255
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
256
- }, {}, {}, {}, {}, {
256
+ }>, {}, {}, {}, {}, {
257
257
  size: "default" | "small";
258
258
  type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
259
259
  name: string;
@@ -264,6 +264,9 @@ declare const _default: {
264
264
  __isTeleport?: undefined;
265
265
  __isSuspense?: undefined;
266
266
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
267
+ error: {
268
+ type: import("vue").PropType<boolean>;
269
+ };
267
270
  disabled: {
268
271
  type: import("vue").PropType<boolean>;
269
272
  };
@@ -307,9 +310,6 @@ declare const _default: {
307
310
  type: import("vue").PropType<string | number>;
308
311
  default: string;
309
312
  };
310
- error: {
311
- type: import("vue").PropType<boolean>;
312
- };
313
313
  step: {
314
314
  type: import("vue").PropType<string>;
315
315
  default: string;
@@ -338,10 +338,10 @@ declare const _default: {
338
338
  datePickerOptions: {
339
339
  type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
340
340
  };
341
- }>> & {
341
+ }>> & Readonly<{
342
342
  onBlur?: ((value: Event) => any) | undefined;
343
343
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
344
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
344
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
345
345
  "update:modelValue": (value: string | number | Date | null | undefined) => void;
346
346
  blur: (value: Event) => void;
347
347
  }, string, {
@@ -350,7 +350,7 @@ declare const _default: {
350
350
  name: string;
351
351
  maxlength: string | number;
352
352
  step: string;
353
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
353
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
354
354
  $slots: Readonly<{
355
355
  control: (scope: {
356
356
  editable: boolean | undefined;
@@ -105,13 +105,13 @@ export interface Emits {
105
105
  (event: "update:modelValue", value: string | number | Date | null | undefined): void;
106
106
  (event: "blur", value: Event): void;
107
107
  }
108
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
108
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
109
109
  type: string;
110
110
  name: string;
111
111
  maxlength: string;
112
112
  step: string;
113
113
  size: string;
114
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
114
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
115
115
  "update:modelValue": (value: string | number | Date | null | undefined) => void;
116
116
  blur: (value: Event) => void;
117
117
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
@@ -120,16 +120,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
120
120
  maxlength: string;
121
121
  step: string;
122
122
  size: string;
123
- }>>> & {
123
+ }>>> & Readonly<{
124
124
  onBlur?: ((value: Event) => any) | undefined;
125
125
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
126
- }, {
126
+ }>, {
127
127
  size: "default" | "small";
128
128
  type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
129
129
  name: string;
130
130
  maxlength: string | number;
131
131
  step: string;
132
- }, {}>, Readonly<{
132
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
133
133
  /**
134
134
  * Slot for controls
135
135
  * @param scope
@@ -3,7 +3,10 @@ import { VcInputCurrency } 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
+ error: {
8
+ type: import("vue").PropType<boolean>;
9
+ };
7
10
  disabled: {
8
11
  type: import("vue").PropType<boolean>;
9
12
  };
@@ -38,9 +41,6 @@ declare const _default: {
38
41
  maxlength: {
39
42
  type: import("vue").PropType<string | number>;
40
43
  };
41
- error: {
42
- type: import("vue").PropType<boolean>;
43
- };
44
44
  hint: {
45
45
  type: import("vue").PropType<string>;
46
46
  };
@@ -77,17 +77,20 @@ declare const _default: {
77
77
  type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
78
78
  default: number;
79
79
  };
80
- }>> & {
80
+ }>> & Readonly<{
81
81
  onBlur?: ((value: Event) => any) | undefined;
82
82
  onChange?: ((value: string | number | null) => any) | undefined;
83
83
  "onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
84
84
  "onUpdate:option"?: ((value: unknown) => any) | undefined;
85
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
86
86
  "update:model-value": (value: string | number | null) => void;
87
87
  "update:option": (value: unknown) => void;
88
88
  change: (value: string | number | null) => void;
89
89
  blur: (value: Event) => void;
90
90
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
91
+ error: {
92
+ type: import("vue").PropType<boolean>;
93
+ };
91
94
  disabled: {
92
95
  type: import("vue").PropType<boolean>;
93
96
  };
@@ -122,9 +125,6 @@ declare const _default: {
122
125
  maxlength: {
123
126
  type: import("vue").PropType<string | number>;
124
127
  };
125
- error: {
126
- type: import("vue").PropType<boolean>;
127
- };
128
128
  hint: {
129
129
  type: import("vue").PropType<string>;
130
130
  };
@@ -161,16 +161,16 @@ declare const _default: {
161
161
  type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
162
162
  default: number;
163
163
  };
164
- }>> & {
164
+ }>> & Readonly<{
165
165
  onBlur?: ((value: Event) => any) | undefined;
166
166
  onChange?: ((value: string | number | null) => any) | undefined;
167
167
  "onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
168
168
  "onUpdate:option"?: ((value: unknown) => any) | undefined;
169
- }, {
169
+ }>, {
170
170
  debounce: string | number;
171
171
  currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
172
172
  precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
173
- }, true, {}, {}, {
173
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
174
174
  P: {};
175
175
  B: {};
176
176
  D: {};
@@ -178,6 +178,9 @@ declare const _default: {
178
178
  M: {};
179
179
  Defaults: {};
180
180
  }, Readonly<import("vue").ExtractPropTypes<{
181
+ error: {
182
+ type: import("vue").PropType<boolean>;
183
+ };
181
184
  disabled: {
182
185
  type: import("vue").PropType<boolean>;
183
186
  };
@@ -212,9 +215,6 @@ declare const _default: {
212
215
  maxlength: {
213
216
  type: import("vue").PropType<string | number>;
214
217
  };
215
- error: {
216
- type: import("vue").PropType<boolean>;
217
- };
218
218
  hint: {
219
219
  type: import("vue").PropType<string>;
220
220
  };
@@ -251,12 +251,12 @@ declare const _default: {
251
251
  type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
252
252
  default: number;
253
253
  };
254
- }>> & {
254
+ }>> & Readonly<{
255
255
  onBlur?: ((value: Event) => any) | undefined;
256
256
  onChange?: ((value: string | number | null) => any) | undefined;
257
257
  "onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
258
258
  "onUpdate:option"?: ((value: unknown) => any) | undefined;
259
- }, {}, {}, {}, {}, {
259
+ }>, {}, {}, {}, {}, {
260
260
  debounce: string | number;
261
261
  currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
262
262
  precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
@@ -265,6 +265,9 @@ declare const _default: {
265
265
  __isTeleport?: undefined;
266
266
  __isSuspense?: undefined;
267
267
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
268
+ error: {
269
+ type: import("vue").PropType<boolean>;
270
+ };
268
271
  disabled: {
269
272
  type: import("vue").PropType<boolean>;
270
273
  };
@@ -299,9 +302,6 @@ declare const _default: {
299
302
  maxlength: {
300
303
  type: import("vue").PropType<string | number>;
301
304
  };
302
- error: {
303
- type: import("vue").PropType<boolean>;
304
- };
305
305
  hint: {
306
306
  type: import("vue").PropType<string>;
307
307
  };
@@ -338,12 +338,12 @@ declare const _default: {
338
338
  type: import("vue").PropType<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15>;
339
339
  default: number;
340
340
  };
341
- }>> & {
341
+ }>> & Readonly<{
342
342
  onBlur?: ((value: Event) => any) | undefined;
343
343
  onChange?: ((value: string | number | null) => any) | undefined;
344
344
  "onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
345
345
  "onUpdate:option"?: ((value: unknown) => any) | undefined;
346
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
346
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
347
347
  "update:model-value": (value: string | number | null) => void;
348
348
  "update:option": (value: unknown) => void;
349
349
  change: (value: string | number | null) => void;
@@ -352,7 +352,7 @@ declare const _default: {
352
352
  debounce: string | number;
353
353
  currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
354
354
  precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
355
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
355
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
356
356
  $slots: Readonly<{
357
357
  button: (scope: {
358
358
  toggleHandler: () => void;
@@ -107,11 +107,11 @@ export interface Emits {
107
107
  (event: "change", value: string | number | null): void;
108
108
  (event: "blur", value: Event): void;
109
109
  }
110
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
110
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
111
111
  debounce: number;
112
112
  currencyDisplay: CurrencyDisplay;
113
113
  precision: number;
114
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
114
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
115
115
  "update:model-value": (value: string | number | null) => void;
116
116
  "update:option": (value: unknown) => void;
117
117
  change: (value: string | number | null) => void;
@@ -120,16 +120,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
120
120
  debounce: number;
121
121
  currencyDisplay: CurrencyDisplay;
122
122
  precision: number;
123
- }>>> & {
123
+ }>>> & Readonly<{
124
124
  onBlur?: ((value: Event) => any) | undefined;
125
125
  onChange?: ((value: string | number | null) => any) | undefined;
126
126
  "onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
127
127
  "onUpdate:option"?: ((value: unknown) => any) | undefined;
128
- }, {
128
+ }>, {
129
129
  debounce: string | number;
130
130
  currencyDisplay: "symbol" | "code" | "name" | "hidden" | "narrowSymbol";
131
131
  precision: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
132
- }, {}>, Readonly<{
132
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
133
133
  /**
134
134
  * Slot for custom dropdown open handler
135
135
  */