@vc-shell/framework 1.0.290 → 1.0.292

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/core/composables/index.ts +1 -0
  3. package/core/composables/useTheme/index.ts +60 -0
  4. package/core/directives/loading/styles.css +6 -1
  5. package/dist/core/composables/index.d.ts +1 -0
  6. package/dist/core/composables/index.d.ts.map +1 -1
  7. package/dist/core/composables/useTheme/index.d.ts +11 -0
  8. package/dist/core/composables/useTheme/index.d.ts.map +1 -0
  9. package/dist/framework.js +30150 -29360
  10. package/dist/index.css +1 -1
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/locales/en.json +6 -0
  13. package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts +56 -0
  14. package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts.map +1 -0
  15. package/dist/shared/components/app-bar-button/index.d.ts +2 -0
  16. package/dist/shared/components/app-bar-button/index.d.ts.map +1 -0
  17. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +5 -5
  18. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  19. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
  20. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +4 -4
  21. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
  22. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  23. package/dist/shared/components/change-password/change-password.vue.d.ts +3 -3
  24. package/dist/shared/components/change-password/index.d.ts +4 -4
  25. package/dist/shared/components/change-password/index.d.ts.map +1 -1
  26. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -3
  27. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -3
  28. package/dist/shared/components/error-interceptor/index.d.ts +17 -17
  29. package/dist/shared/components/error-interceptor/interceptor.d.ts +7 -7
  30. package/dist/shared/components/index.d.ts +3 -0
  31. package/dist/shared/components/index.d.ts.map +1 -1
  32. package/dist/shared/components/language-selector/index.d.ts +1 -1
  33. package/dist/shared/components/language-selector/index.d.ts.map +1 -1
  34. package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
  35. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  36. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +3 -3
  37. package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
  38. package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
  39. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
  40. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
  41. package/dist/shared/components/notification-template/index.d.ts +5 -5
  42. package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
  43. package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
  44. package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
  45. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  46. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
  47. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
  48. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
  49. package/dist/shared/components/sidebar/index.d.ts +2 -0
  50. package/dist/shared/components/sidebar/index.d.ts.map +1 -0
  51. package/dist/shared/components/sidebar/sidebar.vue.d.ts +49 -0
  52. package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -0
  53. package/dist/shared/components/theme-selector/index.d.ts +2 -0
  54. package/dist/shared/components/theme-selector/index.d.ts.map +1 -0
  55. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +3 -0
  56. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -0
  57. package/dist/shared/components/user-dropdown-button/index.d.ts +4 -4
  58. package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
  59. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +4 -4
  60. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  61. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +5 -5
  62. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
  63. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +8 -8
  64. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
  65. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +143 -172
  66. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
  67. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +4 -4
  68. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -6
  69. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -6
  70. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -6
  71. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -6
  72. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -6
  73. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -6
  74. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -6
  75. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -6
  76. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +6 -6
  77. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +6 -6
  78. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +6 -6
  79. package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -6
  80. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -6
  81. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +6 -6
  82. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -6
  83. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -6
  84. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -6
  85. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -6
  86. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
  87. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +61 -9
  88. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  89. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +31 -12
  90. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  91. package/dist/shared/modules/dynamic/types/index.d.ts +3 -0
  92. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  93. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +16 -3
  94. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
  95. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +9 -9
  96. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -1
  97. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +24 -3
  98. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  99. package/dist/shared/pages/InvitePage/components/invite/index.d.ts +26 -3
  100. package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
  101. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
  102. package/dist/shared/pages/LoginPage/components/login/index.d.ts +3 -3
  103. package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
  104. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +24 -3
  105. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  106. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +26 -3
  107. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
  108. package/dist/tailwind.config.d.ts +43 -15
  109. package/dist/tailwind.config.d.ts.map +1 -1
  110. package/dist/tsconfig.tsbuildinfo +1 -1
  111. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +55 -55
  112. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +5 -5
  113. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  114. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +143 -143
  115. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +5 -5
  116. package/dist/ui/components/atoms/vc-card/index.d.ts +11 -11
  117. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +89 -89
  118. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +5 -5
  119. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +7 -7
  120. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +4 -4
  121. package/dist/ui/components/atoms/vc-container/index.d.ts +15 -15
  122. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -5
  123. package/dist/ui/components/atoms/vc-hint/index.d.ts +3 -3
  124. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +3 -3
  125. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
  126. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +4 -4
  127. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +4 -4
  128. package/dist/ui/components/atoms/vc-image/index.d.ts +5 -5
  129. package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
  130. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +5 -5
  131. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -5
  132. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +7 -7
  133. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +4 -4
  134. package/dist/ui/components/atoms/vc-link/index.d.ts +10 -10
  135. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +10 -10
  136. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -3
  137. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  138. package/dist/ui/components/atoms/vc-loading/index.d.ts +3 -3
  139. package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
  140. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +3 -3
  141. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
  142. package/dist/ui/components/atoms/vc-progress/index.d.ts +7 -7
  143. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  144. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -7
  145. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +4 -4
  146. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  147. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +3 -3
  148. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +1 -1
  149. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +7 -7
  150. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +4 -4
  151. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  152. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
  153. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +5 -5
  154. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +5 -5
  155. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -4
  156. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  157. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +4 -4
  158. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -3
  159. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  160. package/dist/ui/components/atoms/vc-widget/index.d.ts +4 -4
  161. package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
  162. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +4 -4
  163. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +3 -3
  164. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
  165. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +4 -4
  166. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
  167. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  168. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +11 -11
  169. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +110 -110
  170. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +5 -5
  171. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  172. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +405 -18
  173. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  174. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
  175. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
  176. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +4 -4
  177. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +4 -4
  178. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  179. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +11 -11
  180. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +5 -5
  181. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  182. package/dist/ui/components/molecules/vc-form/index.d.ts +3 -3
  183. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +3 -3
  184. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
  185. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +23 -23
  186. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +5 -5
  187. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  188. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +23 -23
  189. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +5 -5
  190. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
  191. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
  192. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
  193. package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -5
  194. package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
  195. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +10 -10
  196. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
  197. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +5 -5
  198. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +92 -92
  199. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +5 -5
  200. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +92 -92
  201. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -4
  202. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +150 -150
  203. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +15 -15
  204. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  205. package/dist/ui/components/molecules/vc-slider/index.d.ts +7 -7
  206. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +7 -7
  207. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +4 -4
  208. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  209. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +77 -77
  210. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +5 -5
  211. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
  212. 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
  213. 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
  214. 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
  215. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +7 -7
  216. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  217. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +27 -25
  218. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
  219. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +23 -21
  220. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  221. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
  222. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  223. 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
  224. 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
  225. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +4 -4
  226. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  227. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +11 -11
  228. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
  229. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
  230. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +6 -6
  231. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +5 -5
  232. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  233. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +7 -7
  234. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
  235. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
  236. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
  237. package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
  238. package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts.map +1 -1
  239. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +4 -3
  240. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
  241. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
  242. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  243. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -3
  244. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
  245. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
  246. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -1
  247. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +5 -4
  248. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  249. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
  250. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  251. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +180 -165
  252. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
  253. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +36 -33
  254. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  255. package/package.json +4 -4
  256. package/shared/components/app-bar-button/app-bar-button.vue +169 -0
  257. package/shared/components/app-bar-button/index.ts +1 -0
  258. package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +138 -38
  259. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +10 -1
  260. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +55 -30
  261. package/shared/components/change-password/change-password.vue +7 -1
  262. package/shared/components/common/popup/vc-popup-error.vue +1 -1
  263. package/shared/components/common/popup/vc-popup-warning.vue +1 -1
  264. package/shared/components/index.ts +3 -0
  265. package/shared/components/language-selector/language-selector.vue +55 -39
  266. package/shared/components/notification-dropdown/_internal/notification/notification.vue +7 -1
  267. package/shared/components/notification-dropdown/notification-dropdown.vue +96 -83
  268. package/shared/components/notification-template/notification-template.vue +66 -22
  269. package/shared/components/notifications/styles/index.scss +1 -0
  270. package/shared/components/sidebar/index.ts +1 -0
  271. package/shared/components/sidebar/sidebar.vue +96 -0
  272. package/shared/components/theme-selector/index.ts +1 -0
  273. package/shared/components/theme-selector/theme-selector.vue +95 -0
  274. package/shared/components/user-dropdown-button/user-dropdown-button.vue +139 -86
  275. package/shared/modules/assets/components/assets-details/assets-details.vue +9 -2
  276. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +16 -6
  277. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +1 -1
  278. package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
  279. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +6 -2
  280. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +16 -2
  281. package/shared/modules/dynamic/types/index.ts +3 -0
  282. package/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue +14 -9
  283. package/shared/pages/InvitePage/components/invite/Invite.vue +59 -15
  284. package/shared/pages/LoginPage/components/login/Login.vue +78 -22
  285. package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +67 -15
  286. package/tailwind.config.ts +283 -15
  287. package/ui/components/atoms/vc-badge/vc-badge.vue +38 -23
  288. package/ui/components/atoms/vc-button/vc-button.vue +37 -34
  289. package/ui/components/atoms/vc-card/vc-card.vue +17 -11
  290. package/ui/components/atoms/vc-col/vc-col.vue +4 -6
  291. package/ui/components/atoms/vc-container/vc-container.vue +26 -8
  292. package/ui/components/atoms/vc-hint/vc-hint.vue +8 -2
  293. package/ui/components/atoms/vc-icon/vc-icon.vue +3 -3
  294. package/ui/components/atoms/vc-image/vc-image.vue +33 -9
  295. package/ui/components/atoms/vc-label/vc-label.vue +38 -9
  296. package/ui/components/atoms/vc-link/vc-link.vue +15 -8
  297. package/ui/components/atoms/vc-loading/vc-loading.vue +37 -8
  298. package/ui/components/atoms/vc-progress/vc-progress.vue +29 -21
  299. package/ui/components/atoms/vc-row/vc-row.vue +4 -2
  300. package/ui/components/atoms/vc-status/vc-status.vue +29 -20
  301. package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +20 -3
  302. package/ui/components/atoms/vc-switch/vc-switch.vue +41 -17
  303. package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +35 -9
  304. package/ui/components/atoms/vc-video/vc-video.vue +28 -6
  305. package/ui/components/atoms/vc-widget/vc-widget.vue +59 -28
  306. package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +29 -27
  307. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +34 -11
  308. package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +43 -21
  309. package/ui/components/molecules/vc-editor/vc-editor.vue +70 -32
  310. package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +32 -16
  311. package/ui/components/molecules/vc-field/vc-field.vue +36 -13
  312. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +75 -25
  313. package/ui/components/molecules/vc-input/vc-input.vue +279 -218
  314. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +24 -2
  315. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +102 -64
  316. package/ui/components/molecules/vc-notification/vc-notification.vue +40 -15
  317. package/ui/components/molecules/vc-pagination/vc-pagination.vue +19 -15
  318. package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +18 -23
  319. package/ui/components/molecules/vc-rating/vc-rating.vue +9 -5
  320. package/ui/components/molecules/vc-select/vc-select.vue +211 -65
  321. package/ui/components/molecules/vc-slider/vc-slider.vue +32 -13
  322. package/ui/components/molecules/vc-textarea/vc-textarea.vue +17 -12
  323. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +68 -14
  324. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +112 -122
  325. package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +213 -96
  326. package/ui/components/organisms/vc-app/vc-app.vue +41 -15
  327. package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +78 -30
  328. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +81 -59
  329. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +27 -13
  330. package/ui/components/organisms/vc-blade/vc-blade.vue +177 -46
  331. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +40 -11
  332. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +52 -18
  333. package/ui/components/organisms/vc-gallery/vc-gallery.vue +38 -6
  334. package/ui/components/organisms/vc-login-form/vc-login-form.vue +40 -14
  335. package/ui/components/organisms/vc-popup/vc-popup.vue +186 -44
  336. package/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue +25 -6
  337. package/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue +48 -12
  338. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +130 -60
  339. package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +55 -7
  340. package/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue +17 -5
  341. package/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue +38 -6
  342. package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +111 -62
  343. package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +139 -46
  344. package/ui/components/organisms/vc-table/vc-table.vue +370 -128
@@ -1,10 +1,10 @@
1
- export declare const VcLoading: import("vue").DefineComponent<{
1
+ export declare const VcLoading: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  active: {
3
3
  type: import("vue").PropType<boolean>;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
6
  active: {
7
7
  type: import("vue").PropType<boolean>;
8
8
  };
9
- }>>, {}, {}>;
9
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-loading/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;YAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-loading/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;iGAA8B,CAAC"}
@@ -2,15 +2,15 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcLoading } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
- component: import("vue").DefineComponent<{
5
+ component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
6
  active: {
7
7
  type: import("vue").PropType<boolean>;
8
8
  };
9
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  active: {
11
11
  type: import("vue").PropType<boolean>;
12
12
  };
13
- }>>, {}, {}>;
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
14
  args: {
15
15
  active: true;
16
16
  };
@@ -1,7 +1,7 @@
1
1
  export interface Props {
2
2
  active?: boolean;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
5
  export default _default;
6
6
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
7
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,6 +1,6 @@
1
1
  import { VNode } from "vue";
2
2
  export declare const VcProgress: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  variant: {
5
5
  type: import("vue").PropType<"default" | "striped">;
6
6
  default: string;
@@ -9,7 +9,7 @@ export declare const VcProgress: {
9
9
  type: import("vue").PropType<number>;
10
10
  default: number;
11
11
  };
12
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
12
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
13
13
  variant: {
14
14
  type: import("vue").PropType<"default" | "striped">;
15
15
  default: string;
@@ -18,10 +18,10 @@ export declare const VcProgress: {
18
18
  type: import("vue").PropType<number>;
19
19
  default: number;
20
20
  };
21
- }>>, {
21
+ }>> & Readonly<{}>, {
22
22
  variant: "default" | "striped";
23
23
  value: number;
24
- }, true, {}, {}, {
24
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
25
25
  P: {};
26
26
  B: {};
27
27
  D: {};
@@ -37,7 +37,7 @@ export declare const VcProgress: {
37
37
  type: import("vue").PropType<number>;
38
38
  default: number;
39
39
  };
40
- }>>, {}, {}, {}, {}, {
40
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
41
41
  variant: "default" | "striped";
42
42
  value: number;
43
43
  }>;
@@ -53,10 +53,10 @@ export declare const VcProgress: {
53
53
  type: import("vue").PropType<number>;
54
54
  default: number;
55
55
  };
56
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
56
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
57
57
  variant: "default" | "striped";
58
58
  value: number;
59
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
59
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
60
60
  $slots: {
61
61
  default: () => VNode[];
62
62
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sIACb;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/atoms/vc-progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qPACb;IACN,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
@@ -3,7 +3,7 @@ import { VcProgress } 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
  variant: {
8
8
  type: import("vue").PropType<"default" | "striped">;
9
9
  default: string;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  type: import("vue").PropType<number>;
13
13
  default: number;
14
14
  };
15
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
16
16
  variant: {
17
17
  type: import("vue").PropType<"default" | "striped">;
18
18
  default: string;
@@ -21,10 +21,10 @@ declare const _default: {
21
21
  type: import("vue").PropType<number>;
22
22
  default: number;
23
23
  };
24
- }>>, {
24
+ }>> & Readonly<{}>, {
25
25
  variant: "default" | "striped";
26
26
  value: number;
27
- }, true, {}, {}, {
27
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
28
28
  P: {};
29
29
  B: {};
30
30
  D: {};
@@ -40,7 +40,7 @@ declare const _default: {
40
40
  type: import("vue").PropType<number>;
41
41
  default: number;
42
42
  };
43
- }>>, {}, {}, {}, {}, {
43
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
44
44
  variant: "default" | "striped";
45
45
  value: number;
46
46
  }>;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  type: import("vue").PropType<number>;
57
57
  default: number;
58
58
  };
59
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
59
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
60
60
  variant: "default" | "striped";
61
61
  value: number;
62
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
62
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
63
63
  $slots: {
64
64
  default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
65
65
  [key: string]: any;
@@ -2,16 +2,16 @@ export interface Props {
2
2
  value?: number;
3
3
  variant?: "default" | "striped";
4
4
  }
5
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
5
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
6
6
  value: number;
7
7
  variant: string;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
9
  value: number;
10
10
  variant: string;
11
- }>>>, {
11
+ }>>> & Readonly<{}>, {
12
12
  variant: "default" | "striped";
13
13
  value: number;
14
- }, {}>;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
15
  export default _default;
16
16
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
17
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1 +1 @@
1
- {"version":3,"file":"vc-progress.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-progress/vc-progress.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACjC;;;;;;;;;;;AAsED,wBAMG;AACH,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"vc-progress.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-progress/vc-progress.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACjC;;;;;;;;;;;AAmED,wBAMG;AACH,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -3,18 +3,18 @@ import { VcRow } 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: Readonly<{
19
19
  default: (props: any) => 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<{}>>, {}, {}>, Readonly<{
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>, Readonly<{
2
2
  default: (props: any) => any;
3
3
  }> & {
4
4
  default: (props: any) => any;
@@ -3,7 +3,7 @@ import { VcStatus } 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
  variant: {
8
8
  type: import("vue").PropType<"warning" | "danger" | "success" | "primary" | "info" | "light-danger" | "info-dark">;
9
9
  default: string;
@@ -15,7 +15,7 @@ declare const _default: {
15
15
  extend: {
16
16
  type: import("vue").PropType<boolean>;
17
17
  };
18
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
18
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
19
19
  variant: {
20
20
  type: import("vue").PropType<"warning" | "danger" | "success" | "primary" | "info" | "light-danger" | "info-dark">;
21
21
  default: string;
@@ -27,10 +27,10 @@ declare const _default: {
27
27
  extend: {
28
28
  type: import("vue").PropType<boolean>;
29
29
  };
30
- }>>, {
30
+ }>> & Readonly<{}>, {
31
31
  variant: "warning" | "danger" | "success" | "primary" | "info" | "light-danger" | "info-dark";
32
32
  outline: boolean;
33
- }, true, {}, {}, {
33
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
34
34
  P: {};
35
35
  B: {};
36
36
  D: {};
@@ -49,7 +49,7 @@ declare const _default: {
49
49
  extend: {
50
50
  type: import("vue").PropType<boolean>;
51
51
  };
52
- }>>, {}, {}, {}, {}, {
52
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
53
53
  variant: "warning" | "danger" | "success" | "primary" | "info" | "light-danger" | "info-dark";
54
54
  outline: boolean;
55
55
  }>;
@@ -68,10 +68,10 @@ declare const _default: {
68
68
  extend: {
69
69
  type: import("vue").PropType<boolean>;
70
70
  };
71
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
71
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
72
72
  variant: "warning" | "danger" | "success" | "primary" | "info" | "light-danger" | "info-dark";
73
73
  outline: boolean;
74
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
74
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
75
75
  $slots: Readonly<{
76
76
  default: (props?: any) => any;
77
77
  }> & {
@@ -3,16 +3,16 @@ export interface Props {
3
3
  outline?: boolean;
4
4
  extend?: boolean;
5
5
  }
6
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
6
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
7
  variant: string;
8
8
  outline: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
10
  variant: string;
11
11
  outline: boolean;
12
- }>>>, {
12
+ }>>> & Readonly<{}>, {
13
13
  variant: "warning" | "danger" | "success" | "primary" | "info" | "light-danger" | "info-dark";
14
14
  outline: boolean;
15
- }, {}>, Readonly<{
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
16
16
  default: (props?: any) => any;
17
17
  }> & {
18
18
  default: (props?: any) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-status.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status/vc-status.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,cAAc,GAAG,WAAW,GAAG,SAAS,CAAC;IAC/F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;;;;;;;;;;;;;;;AA0ED,wBAAwG;AACxG,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,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-status.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status/vc-status.vue.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,cAAc,GAAG,WAAW,GAAG,SAAS,CAAC;IAC/F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;;;;;;;;;;;;;;;AA2ED,wBAAwG;AACxG,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  export interface Props {
2
2
  status?: boolean;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
5
  export default _default;
6
6
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
7
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcSwitch } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
- component: import("vue").DefineComponent<{
5
+ component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
6
  disabled: {
7
7
  type: import("vue").PropType<boolean>;
8
8
  };
@@ -27,7 +27,7 @@ declare const _default: {
27
27
  type: import("vue").PropType<boolean>;
28
28
  default: boolean;
29
29
  };
30
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
31
  "update:modelValue": (value: boolean | undefined) => void;
32
32
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  disabled: {
@@ -54,12 +54,12 @@ declare const _default: {
54
54
  type: import("vue").PropType<boolean>;
55
55
  default: boolean;
56
56
  };
57
- }>> & {
57
+ }>> & Readonly<{
58
58
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
59
- }, {
59
+ }>, {
60
60
  trueValue: boolean;
61
61
  falseValue: boolean;
62
- }, {}>;
62
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
63
63
  args: {
64
64
  label: string;
65
65
  };
@@ -10,20 +10,20 @@ export interface Props {
10
10
  export interface Emits {
11
11
  (event: "update:modelValue", value: boolean | undefined): void;
12
12
  }
13
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
14
  trueValue: boolean;
15
15
  falseValue: boolean;
16
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
17
  "update:modelValue": (value: boolean | undefined) => void;
18
18
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
19
  trueValue: boolean;
20
20
  falseValue: boolean;
21
- }>>> & {
21
+ }>>> & Readonly<{
22
22
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
23
- }, {
23
+ }>, {
24
24
  trueValue: boolean;
25
25
  falseValue: boolean;
26
- }, {}>;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
27
  export default _default;
28
28
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
29
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -6,25 +6,25 @@ export interface Props {
6
6
  mainAxis?: number;
7
7
  };
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
10
  placement: string;
11
11
  offset: () => {
12
12
  crossAxis: number;
13
13
  mainAxis: number;
14
14
  };
15
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
16
  placement: string;
17
17
  offset: () => {
18
18
  crossAxis: number;
19
19
  mainAxis: number;
20
20
  };
21
- }>>>, {
21
+ }>>> & Readonly<{}>, {
22
22
  placement: Placement;
23
23
  offset: {
24
24
  crossAxis?: number | undefined;
25
25
  mainAxis?: number | undefined;
26
26
  };
27
- }, {}>, Readonly<{
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
28
28
  default: void;
29
29
  tooltip?: void | undefined;
30
30
  }> & {
@@ -1 +1 @@
1
- {"version":3,"file":"vc-tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-tooltip/vc-tooltip.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsB,SAAS,EAA4B,MAAM,kBAAkB,CAAC;AAE3F,MAAM,WAAW,KAAK;IACpB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE;QACP,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;CACH;;;;;;;;;;;;;;;;;;;;;;;;;;AAwLD,wBAAwG;AACxG,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,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-tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-tooltip/vc-tooltip.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsB,SAAS,EAA4B,MAAM,kBAAkB,CAAC;AAI3F,MAAM,WAAW,KAAK;IACpB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE;QACP,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;CACH;;;;;;;;;;;;;;;;;;;;;;;;;;AAuJD,wBAAwG;AACxG,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,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcVideo } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
- component: import("vue").DefineComponent<{
5
+ component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
6
  label: {
7
7
  type: import("vue").PropType<string>;
8
8
  };
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  source: {
13
13
  type: import("vue").PropType<string>;
14
14
  };
15
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
16
  click: () => void;
17
17
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  label: {
@@ -24,9 +24,9 @@ declare const _default: {
24
24
  source: {
25
25
  type: import("vue").PropType<string>;
26
26
  };
27
- }>> & {
27
+ }>> & Readonly<{
28
28
  onClick?: (() => any) | undefined;
29
- }, {}, {}>;
29
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
30
  args: {
31
31
  source: string;
32
32
  label: string;
@@ -6,11 +6,11 @@ export interface Props {
6
6
  export interface Emits {
7
7
  (event: "click"): void;
8
8
  }
9
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  click: () => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
12
12
  onClick?: (() => any) | undefined;
13
- }, {}, {}>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
16
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1 +1 @@
1
- {"version":3,"file":"vc-video.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;AAsJD,wBAOG;AACH,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"}
1
+ {"version":3,"file":"vc-video.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;AAqJD,wBAOG;AACH,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"}
@@ -1,4 +1,4 @@
1
- export declare const VcWidget: import("vue").DefineComponent<{
1
+ export declare const VcWidget: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  icon: {
3
3
  type: import("vue").PropType<string>;
4
4
  };
@@ -14,7 +14,7 @@ export declare const VcWidget: import("vue").DefineComponent<{
14
14
  isExpanded: {
15
15
  type: import("vue").PropType<boolean>;
16
16
  };
17
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
18
  click: () => void;
19
19
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  icon: {
@@ -32,7 +32,7 @@ export declare const VcWidget: import("vue").DefineComponent<{
32
32
  isExpanded: {
33
33
  type: import("vue").PropType<boolean>;
34
34
  };
35
- }>> & {
35
+ }>> & Readonly<{
36
36
  onClick?: (() => any) | undefined;
37
- }, {}, {}>;
37
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
38
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-widget/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-widget/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAA4B,CAAC"}
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcWidget } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
- component: import("vue").DefineComponent<{
5
+ component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
6
  icon: {
7
7
  type: import("vue").PropType<string>;
8
8
  };
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  isExpanded: {
19
19
  type: import("vue").PropType<boolean>;
20
20
  };
21
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
22
  click: () => void;
23
23
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  icon: {
@@ -36,9 +36,9 @@ declare const _default: {
36
36
  isExpanded: {
37
37
  type: import("vue").PropType<boolean>;
38
38
  };
39
- }>> & {
39
+ }>> & Readonly<{
40
40
  onClick?: (() => any) | undefined;
41
- }, {}, {}>;
41
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  args: {
43
43
  icon: string;
44
44
  title: string;
@@ -8,11 +8,11 @@ export interface Props {
8
8
  export interface Emits {
9
9
  (event: "click"): void;
10
10
  }
11
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  click: () => void;
13
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
14
14
  onClick?: (() => any) | undefined;
15
- }, {}, {}>;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
18
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -6,11 +6,11 @@ export interface Props extends Breadcrumbs {
6
6
  export interface Emits {
7
7
  (event: "click"): void;
8
8
  }
9
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  click: () => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
12
12
  onClick?: (() => any) | undefined;
13
- }, {}, {}>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
16
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -2,7 +2,7 @@ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcBreadcrumbs } from "./";
3
3
  declare const _default: {
4
4
  title: string;
5
- component: import("vue").DefineComponent<{
5
+ component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
6
  variant: {
7
7
  type: import("vue").PropType<"default" | "light">;
8
8
  default: string;
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
23
23
  default: string;
24
24
  };
25
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
26
  variant: {
27
27
  type: import("vue").PropType<"default" | "light">;
28
28
  default: string;
@@ -42,12 +42,12 @@ declare const _default: {
42
42
  type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
43
43
  default: string;
44
44
  };
45
- }>>, {
45
+ }>> & Readonly<{}>, {
46
46
  variant: "default" | "light";
47
47
  items: import("../../../types").Breadcrumbs[];
48
48
  arrowIcon: string;
49
49
  arrowSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
50
- }, {}>;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
51
  args: {
52
52
  items: ({
53
53
  id: string;