@vc-shell/framework 1.0.111 → 1.0.113

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 (189) hide show
  1. package/CHANGELOG.md +144 -595
  2. package/dist/framework.mjs +13908 -13889
  3. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +20 -14
  4. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  5. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +22 -28
  6. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  7. package/dist/shared/components/error-interceptor/index.d.ts +14 -48
  8. package/dist/shared/components/error-interceptor/index.d.ts.map +1 -1
  9. package/dist/shared/components/language-selector/language-selector.vue.d.ts +23 -41
  10. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  11. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  12. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +19 -35
  13. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  14. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +22 -36
  15. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  16. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +24 -40
  17. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  18. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
  19. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +32 -48
  20. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  21. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +24 -46
  22. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  23. package/dist/shared/modules/dynamic/types/index.d.ts +2 -0
  24. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  25. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  26. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +9 -40
  27. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  28. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  29. package/dist/tsconfig.tsbuildinfo +1 -1
  30. package/dist/ui/components/atoms/vc-badge/index.d.ts +14 -46
  31. package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  32. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +11 -22
  33. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  34. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +22 -68
  35. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  36. package/dist/ui/components/atoms/vc-card/index.d.ts +28 -47
  37. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  38. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +20 -42
  39. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  40. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +39 -49
  41. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  42. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +24 -58
  43. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  44. package/dist/ui/components/atoms/vc-col/index.d.ts +10 -47
  45. package/dist/ui/components/atoms/vc-col/index.d.ts.map +1 -1
  46. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +19 -11
  47. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  48. package/dist/ui/components/atoms/vc-container/index.d.ts +14 -46
  49. package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
  50. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +11 -22
  51. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  52. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -46
  53. package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
  54. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  55. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +21 -25
  56. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  57. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +24 -52
  58. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  59. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +19 -29
  60. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
  61. package/dist/ui/components/atoms/vc-label/index.d.ts +19 -47
  62. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  63. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +19 -29
  64. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  65. package/dist/ui/components/atoms/vc-link/index.d.ts +14 -46
  66. package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
  67. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +11 -22
  68. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  69. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +10 -9
  70. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  71. package/dist/ui/components/atoms/vc-progress/index.d.ts +16 -48
  72. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  73. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +21 -19
  74. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  75. package/dist/ui/components/atoms/vc-row/index.d.ts +1 -46
  76. package/dist/ui/components/atoms/vc-row/index.d.ts.map +1 -1
  77. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  78. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +21 -25
  79. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  80. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +10 -9
  81. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  82. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +11 -36
  83. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  84. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +20 -48
  85. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  86. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +11 -28
  87. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  88. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  89. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +19 -23
  90. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  91. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +31 -48
  92. package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
  93. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +20 -48
  94. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  95. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +22 -70
  96. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  97. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +33 -49
  98. package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
  99. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +24 -46
  100. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  101. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -46
  102. package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -1
  103. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  104. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +25 -131
  105. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  106. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +79 -50
  107. package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
  108. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +20 -136
  109. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  110. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  111. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +10 -51
  112. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
  113. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +22 -26
  114. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  115. package/dist/ui/components/molecules/vc-rating/index.d.ts +30 -49
  116. package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
  117. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +21 -45
  118. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  119. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  120. package/dist/ui/components/molecules/vc-slider/index.d.ts +28 -49
  121. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  122. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +23 -39
  123. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  124. package/dist/ui/components/molecules/vc-textarea/index.d.ts +46 -49
  125. package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
  126. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +22 -74
  127. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  128. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +11 -34
  129. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  130. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +20 -40
  131. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
  132. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +24 -46
  133. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  134. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +24 -30
  135. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  136. package/dist/ui/components/organisms/vc-app/index.d.ts +61 -54
  137. package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
  138. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +30 -82
  139. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  140. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +11 -40
  141. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  142. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +30 -60
  143. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
  144. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +19 -13
  145. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  146. package/dist/ui/components/organisms/vc-blade/index.d.ts +44 -50
  147. package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
  148. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +26 -60
  149. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  150. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  151. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +32 -54
  152. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  153. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +22 -22
  154. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  155. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +36 -122
  156. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  157. package/dist/ui/components/organisms/vc-login-form/index.d.ts +16 -47
  158. package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
  159. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +19 -23
  160. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  161. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +20 -22
  162. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  163. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +9 -36
  164. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
  165. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +15 -46
  166. package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +1 -1
  167. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +10 -27
  168. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -1
  169. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
  170. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
  171. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +24 -34
  172. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  173. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +9 -18
  174. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  175. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +16 -12
  176. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  177. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +21 -23
  178. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  179. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +23 -29
  180. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  181. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  182. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  183. package/package.json +6 -6
  184. package/shared/modules/dynamic/components/fields/SelectField.ts +2 -3
  185. package/shared/modules/dynamic/helpers/override.ts +2 -2
  186. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +36 -6
  187. package/shared/modules/dynamic/types/index.ts +2 -0
  188. package/ui/components/molecules/vc-editor/vc-editor.vue +0 -1
  189. package/ui/components/organisms/vc-table/vc-table.vue +1 -1
@@ -9,53 +9,17 @@ export interface Props {
9
9
  export interface Emits {
10
10
  (event: "upload", files: FileList): void;
11
11
  }
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
13
- name: {
14
- type: import("vue").PropType<string>;
15
- default: string;
16
- };
17
- variant: {
18
- type: import("vue").PropType<"gallery" | "file-upload">;
19
- default: string;
20
- };
21
- multiple: {
22
- type: import("vue").PropType<boolean>;
23
- };
24
- loading: {
25
- type: import("vue").PropType<boolean>;
26
- };
27
- rules: {
28
- type: import("vue").PropType<string | Record<string, unknown>>;
29
- };
30
- accept: {
31
- type: import("vue").PropType<string>;
32
- default: string;
33
- };
34
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ variant: string;
14
+ accept: string;
15
+ name: string;
16
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
17
  upload: (files: FileList) => void;
36
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
- name: {
38
- type: import("vue").PropType<string>;
39
- default: string;
40
- };
41
- variant: {
42
- type: import("vue").PropType<"gallery" | "file-upload">;
43
- default: string;
44
- };
45
- multiple: {
46
- type: import("vue").PropType<boolean>;
47
- };
48
- loading: {
49
- type: import("vue").PropType<boolean>;
50
- };
51
- rules: {
52
- type: import("vue").PropType<string | Record<string, unknown>>;
53
- };
54
- accept: {
55
- type: import("vue").PropType<string>;
56
- default: string;
57
- };
58
- }>> & {
18
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ variant: string;
20
+ accept: string;
21
+ name: string;
22
+ }>>> & {
59
23
  onUpload?: (files: FileList) => any;
60
24
  }, {
61
25
  name: string;
@@ -65,6 +29,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
65
29
  error?(_: {}): any;
66
30
  }>;
67
31
  export default _default;
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: import('vue').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
68
46
  type __VLS_WithTemplateSlots<T, S> = T & {
69
47
  new (): {
70
48
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkSD,wBAAwG;AAWxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;;;AA2QD,wBAAwG;AAGxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -3,52 +3,7 @@ export declare const VcForm: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: {
7
- style?: unknown;
8
- class?: unknown;
9
- key?: string | number | symbol;
10
- ref?: import("vue").VNodeRef;
11
- ref_for?: boolean;
12
- ref_key?: string;
13
- onVnodeBeforeMount?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
- [key: string]: any;
15
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
- [key: string]: any;
17
- }>) => void)[];
18
- onVnodeMounted?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
- [key: string]: any;
20
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
- [key: string]: any;
22
- }>) => void)[];
23
- onVnodeBeforeUpdate?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
- [key: string]: any;
25
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
- [key: string]: any;
27
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
- [key: string]: any;
29
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
- [key: string]: any;
31
- }>) => void)[];
32
- onVnodeUpdated?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
- [key: string]: any;
34
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
- [key: string]: any;
36
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
- [key: string]: any;
38
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
- [key: string]: any;
40
- }>) => void)[];
41
- onVnodeBeforeUnmount?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
- [key: string]: any;
43
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
- [key: string]: any;
45
- }>) => void)[];
46
- onVnodeUnmounted?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
- [key: string]: any;
48
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
- [key: string]: any;
50
- }>) => void)[];
51
- };
6
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
52
7
  $attrs: {
53
8
  [x: string]: unknown;
54
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACT;IACN,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACT;IACN,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"vc-form.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/vc-form.vue.ts"],"names":[],"mappings":";;;AA8DA,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"vc-form.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/vc-form.vue.ts"],"names":[],"mappings":";;;AA4DA,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -89,141 +89,21 @@ export interface Emits {
89
89
  */
90
90
  (event: "update:modelValue", value: string | number | Date | null): void;
91
91
  }
92
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
93
- disabled: {
94
- type: import("vue").PropType<boolean>;
95
- };
96
- name: {
97
- type: import("vue").PropType<string>;
98
- default: string;
99
- };
100
- type: {
101
- type: import("vue").PropType<"number" | "time" | "text" | "email" | "password" | "url" | "tel" | "date" | "datetime-local">;
102
- default: string;
103
- };
104
- label: {
105
- type: import("vue").PropType<string>;
106
- };
107
- modelValue: {
108
- type: import("vue").PropType<string | number | Date>;
109
- };
110
- required: {
111
- type: import("vue").PropType<boolean>;
112
- };
113
- errorMessage: {
114
- type: import("vue").PropType<string>;
115
- };
116
- multilanguage: {
117
- type: import("vue").PropType<boolean>;
118
- };
119
- currentLanguage: {
120
- type: import("vue").PropType<string>;
121
- };
122
- tooltip: {
123
- type: import("vue").PropType<string>;
124
- };
125
- error: {
126
- type: import("vue").PropType<boolean>;
127
- };
128
- placeholder: {
129
- type: import("vue").PropType<string>;
130
- };
131
- maxlength: {
132
- type: import("vue").PropType<string | number>;
133
- default: string;
134
- };
135
- hint: {
136
- type: import("vue").PropType<string>;
137
- };
138
- clearable: {
139
- type: import("vue").PropType<boolean>;
140
- };
141
- prefix: {
142
- type: import("vue").PropType<string>;
143
- };
144
- suffix: {
145
- type: import("vue").PropType<string>;
146
- };
147
- loading: {
148
- type: import("vue").PropType<boolean>;
149
- };
150
- debounce: {
151
- type: import("vue").PropType<string | number>;
152
- };
153
- autofocus: {
154
- type: import("vue").PropType<boolean>;
155
- };
156
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
93
+ type: string;
94
+ name: string;
95
+ maxlength: string;
96
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
157
97
  "update:modelValue": (value: string | number | Date) => void;
158
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
159
- disabled: {
160
- type: import("vue").PropType<boolean>;
161
- };
162
- name: {
163
- type: import("vue").PropType<string>;
164
- default: string;
165
- };
166
- type: {
167
- type: import("vue").PropType<"number" | "time" | "text" | "email" | "password" | "url" | "tel" | "date" | "datetime-local">;
168
- default: string;
169
- };
170
- label: {
171
- type: import("vue").PropType<string>;
172
- };
173
- modelValue: {
174
- type: import("vue").PropType<string | number | Date>;
175
- };
176
- required: {
177
- type: import("vue").PropType<boolean>;
178
- };
179
- errorMessage: {
180
- type: import("vue").PropType<string>;
181
- };
182
- multilanguage: {
183
- type: import("vue").PropType<boolean>;
184
- };
185
- currentLanguage: {
186
- type: import("vue").PropType<string>;
187
- };
188
- tooltip: {
189
- type: import("vue").PropType<string>;
190
- };
191
- error: {
192
- type: import("vue").PropType<boolean>;
193
- };
194
- placeholder: {
195
- type: import("vue").PropType<string>;
196
- };
197
- maxlength: {
198
- type: import("vue").PropType<string | number>;
199
- default: string;
200
- };
201
- hint: {
202
- type: import("vue").PropType<string>;
203
- };
204
- clearable: {
205
- type: import("vue").PropType<boolean>;
206
- };
207
- prefix: {
208
- type: import("vue").PropType<string>;
209
- };
210
- suffix: {
211
- type: import("vue").PropType<string>;
212
- };
213
- loading: {
214
- type: import("vue").PropType<boolean>;
215
- };
216
- debounce: {
217
- type: import("vue").PropType<string | number>;
218
- };
219
- autofocus: {
220
- type: import("vue").PropType<boolean>;
221
- };
222
- }>> & {
98
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
99
+ type: string;
100
+ name: string;
101
+ maxlength: string;
102
+ }>>> & {
223
103
  "onUpdate:modelValue"?: (value: string | number | Date) => any;
224
104
  }, {
225
105
  name: string;
226
- type: "number" | "time" | "text" | "email" | "password" | "url" | "tel" | "date" | "datetime-local";
106
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
227
107
  maxlength: string | number;
228
108
  }, {}>, Readonly<{
229
109
  /**
@@ -279,6 +159,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
279
159
  hint: (props: any) => any;
280
160
  }>>;
281
161
  export default _default;
162
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
163
+ type __VLS_TypePropsToRuntimeProps<T> = {
164
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
165
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
166
+ } : {
167
+ type: import('vue').PropType<T[K]>;
168
+ required: true;
169
+ };
170
+ };
171
+ type __VLS_WithDefaults<P, D> = {
172
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
173
+ default: D[K];
174
+ }> : P[K];
175
+ };
282
176
  type __VLS_WithTemplateSlots<T, S> = T & {
283
177
  new (): {
284
178
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-input.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.vue.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,gBAAgB,CAAC;IACrG;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAaC;;;OAGG;;QAED;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;;WAGG;;QAEH;;WAEG;;;IAGL;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;AA2nBL,wBAAwG;AAWxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"vc-input.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.vue.ts"],"names":[],"mappings":"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"}
@@ -3,64 +3,21 @@ export declare const VcInputCurrency: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: {
7
- debounce?: string | number;
6
+ $props: Partial<{
7
+ debounce: string | number;
8
+ }> & Omit<{
9
+ readonly modelValue: number;
10
+ readonly options: unknown[];
11
+ readonly debounce: string | number;
8
12
  readonly disabled?: boolean;
9
13
  readonly name?: string;
10
14
  readonly label?: string;
11
15
  readonly option?: string;
12
- style?: unknown;
13
- onChange?: (value: string | number) => any;
14
- class?: unknown;
15
- key?: string | number | symbol;
16
- ref?: import("vue").VNodeRef;
17
- ref_for?: boolean;
18
- ref_key?: string;
19
- onVnodeBeforeMount?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
- [key: string]: any;
21
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
- [key: string]: any;
23
- }>) => void)[];
24
- onVnodeMounted?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
- [key: string]: any;
26
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
- [key: string]: any;
28
- }>) => void)[];
29
- onVnodeBeforeUpdate?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
- [key: string]: any;
31
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
- [key: string]: any;
33
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
- [key: string]: any;
35
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
- [key: string]: any;
37
- }>) => void)[];
38
- onVnodeUpdated?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
- [key: string]: any;
40
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
- [key: string]: any;
42
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
- [key: string]: any;
44
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
- [key: string]: any;
46
- }>) => void)[];
47
- onVnodeBeforeUnmount?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
- [key: string]: any;
49
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
- [key: string]: any;
51
- }>) => void)[];
52
- onVnodeUnmounted?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
- [key: string]: any;
54
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
- [key: string]: any;
56
- }>) => void)[];
57
- readonly modelValue: number;
58
16
  readonly required?: boolean;
59
17
  readonly errorMessage?: string;
60
18
  readonly tooltip?: string;
61
19
  readonly error?: boolean;
62
20
  readonly placeholder?: string;
63
- readonly options: unknown[];
64
21
  readonly maxlength?: string | number;
65
22
  readonly hint?: string;
66
23
  readonly clearable?: boolean;
@@ -70,9 +27,81 @@ export declare const VcInputCurrency: {
70
27
  readonly autofocus?: boolean;
71
28
  readonly optionValue?: import("./vc-input-currency.vue").OptionProp;
72
29
  readonly optionLabel?: import("./vc-input-currency.vue").OptionProp;
30
+ onChange?: (value: string | number) => any;
73
31
  "onUpdate:model-value"?: (value: string | number) => any;
74
32
  "onUpdate:option"?: (value: unknown) => any;
75
- };
33
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
34
+ disabled: {
35
+ type: import("vue").PropType<boolean>;
36
+ };
37
+ name: {
38
+ type: import("vue").PropType<string>;
39
+ };
40
+ label: {
41
+ type: import("vue").PropType<string>;
42
+ };
43
+ option: {
44
+ type: import("vue").PropType<string>;
45
+ };
46
+ modelValue: {
47
+ type: import("vue").PropType<number>;
48
+ required: true;
49
+ };
50
+ required: {
51
+ type: import("vue").PropType<boolean>;
52
+ };
53
+ errorMessage: {
54
+ type: import("vue").PropType<string>;
55
+ };
56
+ tooltip: {
57
+ type: import("vue").PropType<string>;
58
+ };
59
+ error: {
60
+ type: import("vue").PropType<boolean>;
61
+ };
62
+ placeholder: {
63
+ type: import("vue").PropType<string>;
64
+ };
65
+ options: {
66
+ type: import("vue").PropType<unknown[]>;
67
+ required: true;
68
+ };
69
+ maxlength: {
70
+ type: import("vue").PropType<string | number>;
71
+ };
72
+ hint: {
73
+ type: import("vue").PropType<string>;
74
+ };
75
+ clearable: {
76
+ type: import("vue").PropType<boolean>;
77
+ };
78
+ prefix: {
79
+ type: import("vue").PropType<string>;
80
+ };
81
+ suffix: {
82
+ type: import("vue").PropType<string>;
83
+ };
84
+ loading: {
85
+ type: import("vue").PropType<boolean>;
86
+ };
87
+ debounce: {
88
+ type: import("vue").PropType<string | number>;
89
+ default: number;
90
+ };
91
+ autofocus: {
92
+ type: import("vue").PropType<boolean>;
93
+ };
94
+ optionValue: {
95
+ type: import("vue").PropType<import("./vc-input-currency.vue").OptionProp>;
96
+ };
97
+ optionLabel: {
98
+ type: import("vue").PropType<import("./vc-input-currency.vue").OptionProp>;
99
+ };
100
+ }>> & {
101
+ onChange?: (value: string | number) => any;
102
+ "onUpdate:model-value"?: (value: string | number) => any;
103
+ "onUpdate:option"?: (value: unknown) => any;
104
+ }, "debounce">;
76
105
  $attrs: {
77
106
  [x: string]: unknown;
78
107
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGtB;;WAEG;yBACc;YACf;;eAEG;YACH,aAAa,EAAE,MAAM,IAAI,CAAC;SAC3B,KAAK,KAAK,EAAE;;EAGlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGtB;;WAEG;yBACc;YACf;;eAEG;YACH,aAAa,EAAE,MAAM,IAAI,CAAC;SAC3B,KAAK,KAAK,EAAE;;EAGlB,CAAC"}