@vc-shell/framework 1.0.112 → 1.0.114

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 (181) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/dist/framework.mjs +14649 -14648
  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/pages/dynamic-blade-form.vue.d.ts +74 -45
  19. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  20. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +24 -46
  21. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  22. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  23. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +9 -40
  24. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  25. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  26. package/dist/tsconfig.tsbuildinfo +1 -1
  27. package/dist/ui/components/atoms/vc-badge/index.d.ts +14 -46
  28. package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  29. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +11 -22
  30. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  31. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +22 -68
  32. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  33. package/dist/ui/components/atoms/vc-card/index.d.ts +28 -47
  34. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  35. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +20 -42
  36. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  37. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +39 -49
  38. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  39. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +24 -58
  40. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  41. package/dist/ui/components/atoms/vc-col/index.d.ts +10 -47
  42. package/dist/ui/components/atoms/vc-col/index.d.ts.map +1 -1
  43. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +19 -11
  44. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  45. package/dist/ui/components/atoms/vc-container/index.d.ts +14 -46
  46. package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
  47. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +11 -22
  48. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  49. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -46
  50. package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
  51. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  52. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +21 -25
  53. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  54. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +24 -52
  55. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  56. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +19 -29
  57. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
  58. package/dist/ui/components/atoms/vc-label/index.d.ts +19 -47
  59. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  60. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +19 -29
  61. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  62. package/dist/ui/components/atoms/vc-link/index.d.ts +14 -46
  63. package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
  64. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +11 -22
  65. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  66. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +10 -9
  67. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  68. package/dist/ui/components/atoms/vc-progress/index.d.ts +16 -48
  69. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  70. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +21 -19
  71. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  72. package/dist/ui/components/atoms/vc-row/index.d.ts +1 -46
  73. package/dist/ui/components/atoms/vc-row/index.d.ts.map +1 -1
  74. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  75. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +21 -25
  76. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  77. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +10 -9
  78. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  79. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +11 -36
  80. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  81. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +20 -48
  82. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  83. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +11 -28
  84. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  85. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  86. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +19 -23
  87. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  88. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +31 -48
  89. package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
  90. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +20 -48
  91. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  92. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +22 -70
  93. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  94. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +33 -49
  95. package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
  96. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +24 -46
  97. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  98. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -46
  99. package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -1
  100. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  101. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +25 -131
  102. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  103. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +79 -50
  104. package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
  105. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +20 -136
  106. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  107. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  108. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +10 -51
  109. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
  110. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +22 -26
  111. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  112. package/dist/ui/components/molecules/vc-rating/index.d.ts +30 -49
  113. package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
  114. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +21 -45
  115. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  116. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  117. package/dist/ui/components/molecules/vc-slider/index.d.ts +28 -49
  118. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  119. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +23 -39
  120. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  121. package/dist/ui/components/molecules/vc-textarea/index.d.ts +46 -49
  122. package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
  123. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +22 -74
  124. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  125. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +11 -34
  126. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  127. 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
  128. 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
  129. 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
  130. 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
  131. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +24 -30
  132. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  133. package/dist/ui/components/organisms/vc-app/index.d.ts +61 -54
  134. package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
  135. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +30 -82
  136. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  137. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +11 -40
  138. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  139. 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
  140. 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
  141. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +19 -13
  142. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  143. package/dist/ui/components/organisms/vc-blade/index.d.ts +44 -50
  144. package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
  145. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +26 -60
  146. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  147. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  148. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +32 -54
  149. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  150. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +22 -22
  151. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  152. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +36 -122
  153. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  154. package/dist/ui/components/organisms/vc-login-form/index.d.ts +16 -47
  155. package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
  156. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +19 -23
  157. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  158. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +20 -22
  159. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  160. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +9 -36
  161. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
  162. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +15 -46
  163. package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +1 -1
  164. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +10 -27
  165. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -1
  166. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
  167. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
  168. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +24 -34
  169. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  170. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +9 -18
  171. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  172. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +16 -12
  173. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  174. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +21 -23
  175. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  176. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +23 -29
  177. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  178. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  179. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  180. package/package.json +6 -6
  181. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +1 -0
@@ -3,56 +3,24 @@ export declare const VcBadge: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: {
6
+ $props: Partial<{}> & Omit<{
7
7
  readonly active?: boolean;
8
8
  readonly disabled?: boolean;
9
9
  readonly clickable?: boolean;
10
10
  onClick?: () => any;
11
- style?: unknown;
12
- class?: unknown;
13
- key?: string | number | symbol;
14
- ref?: import("vue").VNodeRef;
15
- ref_for?: boolean;
16
- ref_key?: string;
17
- onVnodeBeforeMount?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
- [key: string]: any;
19
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
- [key: string]: any;
21
- }>) => void)[];
22
- onVnodeMounted?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
- [key: string]: any;
24
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
- [key: string]: any;
26
- }>) => void)[];
27
- onVnodeBeforeUpdate?: ((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) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
- [key: string]: any;
33
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
- [key: string]: any;
35
- }>) => void)[];
36
- onVnodeUpdated?: ((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) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
- [key: string]: any;
42
- }>, oldVNode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
- [key: string]: any;
44
- }>) => void)[];
45
- onVnodeBeforeUnmount?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
- [key: string]: any;
47
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
- [key: string]: any;
49
- }>) => void)[];
50
- onVnodeUnmounted?: ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
- [key: string]: any;
52
- }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
- [key: string]: any;
54
- }>) => void)[];
55
- };
11
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
12
+ active: {
13
+ type: import("vue").PropType<boolean>;
14
+ };
15
+ disabled: {
16
+ type: import("vue").PropType<boolean>;
17
+ };
18
+ clickable: {
19
+ type: import("vue").PropType<boolean>;
20
+ };
21
+ }>> & {
22
+ onClick?: () => any;
23
+ }, never>;
56
24
  $attrs: {
57
25
  [x: string]: unknown;
58
26
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACV;IACN,MAAM,EAAE;QACN;;aAEK;QACL,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACV;IACN,MAAM,EAAE;QACN;;aAEK;QACL,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
@@ -6,34 +6,23 @@ export interface Props {
6
6
  export interface Emits {
7
7
  (event: "click"): void;
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
- active: {
11
- type: import("vue").PropType<boolean>;
12
- };
13
- disabled: {
14
- type: import("vue").PropType<boolean>;
15
- };
16
- clickable: {
17
- type: import("vue").PropType<boolean>;
18
- };
19
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
10
  click: () => void;
21
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
- active: {
23
- type: import("vue").PropType<boolean>;
24
- };
25
- disabled: {
26
- type: import("vue").PropType<boolean>;
27
- };
28
- clickable: {
29
- type: import("vue").PropType<boolean>;
30
- };
31
- }>> & {
11
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
32
12
  onClick?: () => any;
33
13
  }, {}, {}>, {
34
14
  default?(_: {}): any;
35
15
  }>;
36
16
  export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
37
26
  type __VLS_WithTemplateSlots<T, S> = T & {
38
27
  new (): {
39
28
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-badge.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6FD,wBAAwG;AAKxG,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-badge.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;;;AAsFD,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -17,75 +17,15 @@ export interface Emits {
17
17
  * */
18
18
  (event: "click", value: Event): void;
19
19
  }
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
21
- disabled: {
22
- type: import("vue").PropType<boolean>;
23
- };
24
- small: {
25
- type: import("vue").PropType<boolean>;
26
- };
27
- text: {
28
- type: import("vue").PropType<boolean>;
29
- };
30
- icon: {
31
- type: import("vue").PropType<string>;
32
- };
33
- variant: {
34
- type: import("vue").PropType<"warning" | "danger" | "primary">;
35
- default: string;
36
- };
37
- iconClass: {
38
- type: import("vue").PropType<string>;
39
- };
40
- iconSize: {
41
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
42
- default: string;
43
- };
44
- outline: {
45
- type: import("vue").PropType<boolean>;
46
- };
47
- selected: {
48
- type: import("vue").PropType<boolean>;
49
- };
50
- raised: {
51
- type: import("vue").PropType<boolean>;
52
- };
53
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
+ variant: string;
22
+ iconSize: string;
23
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
54
24
  click: (value: Event) => void;
55
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
- disabled: {
57
- type: import("vue").PropType<boolean>;
58
- };
59
- small: {
60
- type: import("vue").PropType<boolean>;
61
- };
62
- text: {
63
- type: import("vue").PropType<boolean>;
64
- };
65
- icon: {
66
- type: import("vue").PropType<string>;
67
- };
68
- variant: {
69
- type: import("vue").PropType<"warning" | "danger" | "primary">;
70
- default: string;
71
- };
72
- iconClass: {
73
- type: import("vue").PropType<string>;
74
- };
75
- iconSize: {
76
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
77
- default: string;
78
- };
79
- outline: {
80
- type: import("vue").PropType<boolean>;
81
- };
82
- selected: {
83
- type: import("vue").PropType<boolean>;
84
- };
85
- raised: {
86
- type: import("vue").PropType<boolean>;
87
- };
88
- }>> & {
25
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
26
+ variant: string;
27
+ iconSize: string;
28
+ }>>> & {
89
29
  onClick?: (value: Event) => any;
90
30
  }, {
91
31
  variant: "warning" | "danger" | "primary";
@@ -94,6 +34,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
94
34
  default: (props?: any) => any;
95
35
  }>>;
96
36
  export default _default;
37
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
+ type __VLS_TypePropsToRuntimeProps<T> = {
39
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
40
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
41
+ } : {
42
+ type: import('vue').PropType<T[K]>;
43
+ required: true;
44
+ };
45
+ };
46
+ type __VLS_WithDefaults<P, D> = {
47
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
48
+ default: D[K];
49
+ }> : P[K];
50
+ };
97
51
  type __VLS_WithTemplateSlots<T, S> = T & {
98
52
  new (): {
99
53
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-button.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-button/vc-button.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;IACzD,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,KAAK;IACpB;;SAEK;IACL,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8ID,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-button.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-button/vc-button.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;IACzD,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,KAAK;IACpB;;SAEK;IACL,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACtC;;;;;;;;;;;;;;;;;AAqID,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"}
@@ -2,60 +2,41 @@ export declare const VcCard: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: {
6
- variant?: "default" | "danger" | "success";
5
+ $props: Partial<{
6
+ variant: "default" | "danger" | "success";
7
+ }> & Omit<{
8
+ readonly variant: "default" | "danger" | "success";
7
9
  readonly fill?: boolean;
8
10
  readonly header?: string;
9
- style?: unknown;
10
- class?: unknown;
11
- key?: string | number | symbol;
12
- ref?: import("vue").VNodeRef;
13
- ref_for?: boolean;
14
- ref_key?: string;
15
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
- [key: string]: any;
17
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
- [key: string]: any;
19
- }>) => void)[];
20
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
- [key: string]: any;
22
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
- [key: string]: any;
24
- }>) => void)[];
25
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
- [key: string]: any;
27
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
- [key: string]: any;
29
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
- [key: string]: any;
31
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
- [key: string]: any;
33
- }>) => void)[];
34
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
- [key: string]: any;
36
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
- [key: string]: any;
38
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
- [key: string]: any;
40
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
- [key: string]: any;
42
- }>) => void)[];
43
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
- [key: string]: any;
45
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
- [key: string]: any;
47
- }>) => void)[];
48
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
- [key: string]: any;
50
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
- [key: string]: any;
52
- }>) => void)[];
53
11
  readonly icon?: string;
54
12
  readonly isCollapsable?: boolean;
55
13
  readonly isCollapsed?: boolean;
56
14
  "onHeader:click"?: () => any;
57
15
  "onState:collapsed"?: (isCollapsedState: boolean) => any;
58
- };
16
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
17
+ fill: {
18
+ type: import("vue").PropType<boolean>;
19
+ };
20
+ header: {
21
+ type: import("vue").PropType<string>;
22
+ };
23
+ icon: {
24
+ type: import("vue").PropType<string>;
25
+ };
26
+ variant: {
27
+ type: import("vue").PropType<"default" | "danger" | "success">;
28
+ default: string;
29
+ };
30
+ isCollapsable: {
31
+ type: import("vue").PropType<boolean>;
32
+ };
33
+ isCollapsed: {
34
+ type: import("vue").PropType<boolean>;
35
+ };
36
+ }>> & {
37
+ "onHeader:click"?: () => any;
38
+ "onState:collapsed"?: (isCollapsedState: boolean) => any;
39
+ }, "variant">;
59
40
  $attrs: {
60
41
  [x: string]: unknown;
61
42
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC"}
@@ -10,50 +10,14 @@ export interface Emits {
10
10
  (event: "header:click"): void;
11
11
  (event: "state:collapsed", isCollapsedState: boolean): void;
12
12
  }
13
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
14
- fill: {
15
- type: import("vue").PropType<boolean>;
16
- };
17
- header: {
18
- type: import("vue").PropType<string>;
19
- };
20
- icon: {
21
- type: import("vue").PropType<string>;
22
- };
23
- variant: {
24
- type: import("vue").PropType<"default" | "danger" | "success">;
25
- default: string;
26
- };
27
- isCollapsable: {
28
- type: import("vue").PropType<boolean>;
29
- };
30
- isCollapsed: {
31
- type: import("vue").PropType<boolean>;
32
- };
33
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ variant: string;
15
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
16
  "header:click": () => void;
35
17
  "state:collapsed": (isCollapsedState: boolean) => void;
36
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
- fill: {
38
- type: import("vue").PropType<boolean>;
39
- };
40
- header: {
41
- type: import("vue").PropType<string>;
42
- };
43
- icon: {
44
- type: import("vue").PropType<string>;
45
- };
46
- variant: {
47
- type: import("vue").PropType<"default" | "danger" | "success">;
48
- default: string;
49
- };
50
- isCollapsable: {
51
- type: import("vue").PropType<boolean>;
52
- };
53
- isCollapsed: {
54
- type: import("vue").PropType<boolean>;
55
- };
56
- }>> & {
18
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ variant: string;
20
+ }>>> & {
57
21
  "onHeader:click"?: () => any;
58
22
  "onState:collapsed"?: (isCollapsedState: boolean) => any;
59
23
  }, {
@@ -63,6 +27,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
63
27
  actions: (props?: any) => any;
64
28
  }>>;
65
29
  export default _default;
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToRuntimeProps<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('vue').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
39
+ type __VLS_WithDefaults<P, D> = {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
+ default: D[K];
42
+ }> : P[K];
43
+ };
66
44
  type __VLS_WithTemplateSlots<T, S> = T & {
67
45
  new (): {
68
46
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-card.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC5C;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAC9B,CAAC,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8MD,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-card.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC5C;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAC9B,CAAC,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7D;;;;;;;;;;;;;;;;;AA+LD,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"}
@@ -2,61 +2,51 @@ export declare const VcCheckbox: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: {
6
- name?: string;
7
- trueValue?: boolean;
8
- falseValue?: boolean;
5
+ $props: Partial<{
6
+ name: string;
7
+ trueValue: boolean;
8
+ falseValue: boolean;
9
+ }> & Omit<{
10
+ readonly name: string;
11
+ readonly trueValue: boolean;
12
+ readonly falseValue: boolean;
9
13
  readonly disabled?: boolean;
10
14
  readonly label?: string;
11
- style?: unknown;
12
- class?: unknown;
13
- key?: string | number | symbol;
14
- ref?: import("vue").VNodeRef;
15
- ref_for?: boolean;
16
- ref_key?: string;
17
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
- [key: string]: any;
19
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
- [key: string]: any;
21
- }>) => void)[];
22
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
- [key: string]: any;
24
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
- [key: string]: any;
26
- }>) => void)[];
27
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
- [key: string]: any;
29
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
- [key: string]: any;
31
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
- [key: string]: any;
33
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
- [key: string]: any;
35
- }>) => void)[];
36
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
- [key: string]: any;
38
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
- [key: string]: any;
40
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
- [key: string]: any;
42
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
- [key: string]: any;
44
- }>) => void)[];
45
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
- [key: string]: any;
47
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
- [key: string]: any;
49
- }>) => void)[];
50
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
- [key: string]: any;
52
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
- [key: string]: any;
54
- }>) => void)[];
55
15
  readonly modelValue?: import("vue").MaybeRef<boolean>;
56
16
  readonly required?: boolean;
57
17
  readonly errorMessage?: string;
58
18
  "onUpdate:modelValue"?: (value: boolean) => any;
59
- };
19
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
20
+ disabled: {
21
+ type: import("vue").PropType<boolean>;
22
+ };
23
+ name: {
24
+ type: import("vue").PropType<string>;
25
+ default: string;
26
+ };
27
+ label: {
28
+ type: import("vue").PropType<string>;
29
+ };
30
+ modelValue: {
31
+ type: import("vue").PropType<import("vue").MaybeRef<boolean>>;
32
+ };
33
+ required: {
34
+ type: import("vue").PropType<boolean>;
35
+ };
36
+ errorMessage: {
37
+ type: import("vue").PropType<string>;
38
+ };
39
+ trueValue: {
40
+ type: import("vue").PropType<boolean>;
41
+ default: boolean;
42
+ };
43
+ falseValue: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
46
+ };
47
+ }>> & {
48
+ "onUpdate:modelValue"?: (value: boolean) => any;
49
+ }, "name" | "trueValue" | "falseValue">;
60
50
  $attrs: {
61
51
  [x: string]: unknown;
62
52
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-checkbox/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-checkbox/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAC"}
@@ -12,65 +12,17 @@ export interface Props {
12
12
  export interface Emits {
13
13
  (event: "update:modelValue", value: boolean): void;
14
14
  }
15
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
16
- disabled: {
17
- type: import("vue").PropType<boolean>;
18
- };
19
- name: {
20
- type: import("vue").PropType<string>;
21
- default: string;
22
- };
23
- label: {
24
- type: import("vue").PropType<string>;
25
- };
26
- modelValue: {
27
- type: import("vue").PropType<MaybeRef<boolean>>;
28
- };
29
- required: {
30
- type: import("vue").PropType<boolean>;
31
- };
32
- errorMessage: {
33
- type: import("vue").PropType<string>;
34
- };
35
- trueValue: {
36
- type: import("vue").PropType<boolean>;
37
- default: boolean;
38
- };
39
- falseValue: {
40
- type: import("vue").PropType<boolean>;
41
- default: boolean;
42
- };
43
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ name: string;
17
+ trueValue: boolean;
18
+ falseValue: boolean;
19
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
20
  "update:modelValue": (value: boolean) => void;
45
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
- disabled: {
47
- type: import("vue").PropType<boolean>;
48
- };
49
- name: {
50
- type: import("vue").PropType<string>;
51
- default: string;
52
- };
53
- label: {
54
- type: import("vue").PropType<string>;
55
- };
56
- modelValue: {
57
- type: import("vue").PropType<MaybeRef<boolean>>;
58
- };
59
- required: {
60
- type: import("vue").PropType<boolean>;
61
- };
62
- errorMessage: {
63
- type: import("vue").PropType<string>;
64
- };
65
- trueValue: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
- falseValue: {
70
- type: import("vue").PropType<boolean>;
71
- default: boolean;
72
- };
73
- }>> & {
21
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
+ name: string;
23
+ trueValue: boolean;
24
+ falseValue: boolean;
25
+ }>>> & {
74
26
  "onUpdate:modelValue"?: (value: boolean) => any;
75
27
  }, {
76
28
  name: string;
@@ -81,6 +33,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
81
33
  error: (props: any) => any;
82
34
  }>>;
83
35
  export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('vue').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
84
50
  type __VLS_WithTemplateSlots<T, S> = T & {
85
51
  new (): {
86
52
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-checkbox/vc-checkbox.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAmB,MAAM,KAAK,CAAC;AAEhD,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmND,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-checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-checkbox/vc-checkbox.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAmB,MAAM,KAAK,CAAC;AAEhD,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACpD;;;;;;;;;;;;;;;;;;;;;AAkMD,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"}