@vc-shell/framework 1.0.52 → 1.0.53

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 (297) hide show
  1. package/core/composables/useApiClient/index.ts +12 -4
  2. package/core/composables/useNotifications/index.ts +1 -1
  3. package/core/composables/usePermissions/index.ts +1 -1
  4. package/core/composables/useSettings/index.ts +2 -2
  5. package/core/composables/useUser/index.ts +2 -2
  6. package/core/directives/permissions/index.ts +1 -1
  7. package/core/types/index.ts +5 -5
  8. package/dist/core/composables/useApiClient/index.d.ts +9 -3
  9. package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
  10. package/dist/core/composables/useNotifications/index.d.ts +1 -1
  11. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  12. package/dist/core/composables/useUser/index.d.ts +2 -2
  13. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  14. package/dist/core/types/index.d.ts +5 -5
  15. package/dist/core/types/index.d.ts.map +1 -1
  16. package/dist/framework.js +56 -56
  17. package/dist/shared/app-switcher/composables/useAppSwitcher/index.d.ts +1 -1
  18. package/dist/shared/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
  19. package/dist/shared/blade-navigation/composables/useBladeNavigation/index.d.ts +1 -1
  20. package/dist/shared/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  21. package/dist/shared/blade-navigation/types/index.d.ts +1 -1
  22. package/dist/shared/blade-navigation/types/index.d.ts.map +1 -1
  23. package/dist/style.css +1 -1
  24. package/dist/tsconfig.tsbuildinfo +1 -1
  25. package/dist/ui/components/atoms/vc-badge/index.d.ts +1 -1
  26. package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  27. package/dist/ui/components/atoms/vc-badge/vc-badge-model.d.ts +1 -6
  28. package/dist/ui/components/atoms/vc-badge/vc-badge-model.d.ts.map +1 -1
  29. package/dist/ui/components/atoms/vc-button/index.d.ts +2 -2
  30. package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
  31. package/dist/ui/components/atoms/vc-button/vc-button-model.d.ts +5 -19
  32. package/dist/ui/components/atoms/vc-button/vc-button-model.d.ts.map +1 -1
  33. package/dist/ui/components/atoms/vc-card/index.d.ts +5 -0
  34. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -0
  35. package/dist/ui/components/atoms/vc-card/vc-card-model.d.ts +16 -0
  36. package/dist/ui/components/atoms/vc-card/vc-card-model.d.ts.map +1 -0
  37. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +5 -0
  38. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -0
  39. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox-model.d.ts +14 -0
  40. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox-model.d.ts.map +1 -0
  41. package/dist/ui/components/atoms/vc-col/index.d.ts +5 -0
  42. package/dist/ui/components/atoms/vc-col/index.d.ts.map +1 -0
  43. package/dist/ui/components/atoms/vc-col/vc-col-model.d.ts +8 -0
  44. package/dist/ui/components/atoms/vc-col/vc-col-model.d.ts.map +1 -0
  45. package/dist/ui/components/atoms/vc-container/index.d.ts +5 -0
  46. package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -0
  47. package/dist/ui/components/atoms/vc-container/vc-container-model.d.ts +11 -0
  48. package/dist/ui/components/atoms/vc-container/vc-container-model.d.ts.map +1 -0
  49. package/dist/ui/components/atoms/vc-hint/index.d.ts +2 -0
  50. package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -0
  51. package/dist/ui/components/atoms/vc-icon/index.d.ts +5 -0
  52. package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -0
  53. package/dist/ui/components/atoms/vc-icon/vc-icon-model.d.ts +9 -0
  54. package/dist/ui/components/atoms/vc-icon/vc-icon-model.d.ts.map +1 -0
  55. package/dist/ui/components/atoms/vc-image/index.d.ts +5 -0
  56. package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -0
  57. package/dist/ui/components/atoms/vc-image/vc-image-model.d.ts +15 -0
  58. package/dist/ui/components/atoms/vc-image/vc-image-model.d.ts.map +1 -0
  59. package/dist/ui/components/atoms/vc-info-row/index.d.ts +5 -0
  60. package/dist/ui/components/atoms/vc-info-row/index.d.ts.map +1 -0
  61. package/dist/ui/components/atoms/vc-info-row/vc-info-row-model.d.ts +11 -0
  62. package/dist/ui/components/atoms/vc-info-row/vc-info-row-model.d.ts.map +1 -0
  63. package/dist/ui/components/atoms/vc-label/index.d.ts +5 -0
  64. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -0
  65. package/dist/ui/components/atoms/vc-label/vc-label-model.d.ts +10 -0
  66. package/dist/ui/components/atoms/vc-label/vc-label-model.d.ts.map +1 -0
  67. package/dist/ui/components/atoms/vc-link/index.d.ts +5 -0
  68. package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -0
  69. package/dist/ui/components/atoms/vc-link/vc-link-model.d.ts +10 -0
  70. package/dist/ui/components/atoms/vc-link/vc-link-model.d.ts.map +1 -0
  71. package/dist/ui/components/atoms/vc-loading/index.d.ts +5 -0
  72. package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -0
  73. package/dist/ui/components/atoms/vc-loading/vc-loading-model.d.ts +8 -0
  74. package/dist/ui/components/atoms/vc-loading/vc-loading-model.d.ts.map +1 -0
  75. package/dist/ui/components/atoms/vc-progress/index.d.ts +5 -0
  76. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -0
  77. package/dist/ui/components/atoms/vc-progress/vc-progress-model.d.ts +9 -0
  78. package/dist/ui/components/atoms/vc-progress/vc-progress-model.d.ts.map +1 -0
  79. package/dist/ui/components/atoms/vc-row/index.d.ts +2 -0
  80. package/dist/ui/components/atoms/vc-row/index.d.ts.map +1 -0
  81. package/dist/ui/components/atoms/vc-row/vc-row-model.d.ts +5 -0
  82. package/dist/ui/components/atoms/vc-row/vc-row-model.d.ts.map +1 -0
  83. package/dist/ui/components/atoms/vc-status/index.d.ts +5 -0
  84. package/dist/ui/components/atoms/vc-status/index.d.ts.map +1 -0
  85. package/dist/ui/components/atoms/vc-status/vc-status-model.d.ts +10 -0
  86. package/dist/ui/components/atoms/vc-status/vc-status-model.d.ts.map +1 -0
  87. package/dist/ui/components/atoms/vc-status-icon/index.d.ts +5 -0
  88. package/dist/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -0
  89. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon-model.d.ts +8 -0
  90. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon-model.d.ts.map +1 -0
  91. package/dist/ui/components/atoms/vc-switch/index.d.ts +5 -0
  92. package/dist/ui/components/atoms/vc-switch/index.d.ts.map +1 -0
  93. package/dist/ui/components/atoms/vc-switch/vc-switch-model.d.ts +13 -0
  94. package/dist/ui/components/atoms/vc-switch/vc-switch-model.d.ts.map +1 -0
  95. package/dist/ui/components/atoms/vc-widget/index.d.ts +5 -0
  96. package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -0
  97. package/dist/ui/components/atoms/vc-widget/vc-widget-model.d.ts +12 -0
  98. package/dist/ui/components/atoms/vc-widget/vc-widget-model.d.ts.map +1 -0
  99. package/dist/ui/components/index.d.ts +34 -34
  100. package/dist/ui/components/index.d.ts.map +1 -1
  101. package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +5 -0
  102. package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +1 -0
  103. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.d.ts +14 -0
  104. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.d.ts.map +1 -0
  105. package/dist/ui/components/molecules/vc-editor/index.d.ts +5 -0
  106. package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -0
  107. package/dist/ui/components/molecules/vc-editor/vc-editor-model.d.ts +16 -0
  108. package/dist/ui/components/molecules/vc-editor/vc-editor-model.d.ts.map +1 -0
  109. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +5 -0
  110. package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -0
  111. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload-model.d.ts +14 -0
  112. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload-model.d.ts.map +1 -0
  113. package/dist/ui/components/molecules/vc-form/index.d.ts +2 -0
  114. package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -0
  115. package/dist/ui/components/molecules/vc-input/index.d.ts +1 -1
  116. package/dist/ui/components/molecules/vc-input/index.d.ts.map +1 -1
  117. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +1 -1
  118. package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
  119. package/dist/ui/components/molecules/vc-notification/index.d.ts +5 -0
  120. package/dist/ui/components/molecules/vc-notification/index.d.ts.map +1 -0
  121. package/dist/ui/components/molecules/vc-notification/vc-notification-model.d.ts +10 -0
  122. package/dist/ui/components/molecules/vc-notification/vc-notification-model.d.ts.map +1 -0
  123. package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -0
  124. package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -0
  125. package/dist/ui/components/molecules/vc-pagination/vc-pagination-model.d.ts +11 -0
  126. package/dist/ui/components/molecules/vc-pagination/vc-pagination-model.d.ts.map +1 -0
  127. package/dist/ui/components/molecules/vc-rating/index.d.ts +5 -0
  128. package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -0
  129. package/dist/ui/components/molecules/vc-rating/vc-rating-model.d.ts +13 -0
  130. package/dist/ui/components/molecules/vc-rating/vc-rating-model.d.ts.map +1 -0
  131. package/dist/ui/components/molecules/vc-select/index.d.ts +1 -1
  132. package/dist/ui/components/molecules/vc-select/index.d.ts.map +1 -1
  133. package/dist/ui/components/molecules/vc-slider/index.d.ts +5 -0
  134. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -0
  135. package/dist/ui/components/molecules/vc-slider/vc-slider-model.d.ts +16 -0
  136. package/dist/ui/components/molecules/vc-slider/vc-slider-model.d.ts.map +1 -0
  137. package/dist/ui/components/molecules/vc-textarea/index.d.ts +5 -0
  138. package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +1 -0
  139. package/dist/ui/components/molecules/vc-textarea/vc-textarea-model.d.ts +17 -0
  140. package/dist/ui/components/molecules/vc-textarea/vc-textarea-model.d.ts.map +1 -0
  141. package/dist/ui/components/organisms/vc-app/index.d.ts +5 -0
  142. package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -0
  143. package/dist/ui/components/organisms/vc-app/vc-app-model.d.ts +26 -0
  144. package/dist/ui/components/organisms/vc-app/vc-app-model.d.ts.map +1 -0
  145. package/dist/ui/components/organisms/vc-blade/index.d.ts +5 -0
  146. package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -0
  147. package/dist/ui/components/organisms/vc-blade/vc-blade-model.d.ts +17 -0
  148. package/dist/ui/components/organisms/vc-blade/vc-blade-model.d.ts.map +1 -0
  149. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +5 -0
  150. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -0
  151. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.d.ts +14 -0
  152. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.d.ts.map +1 -0
  153. package/dist/ui/components/organisms/vc-gallery/index.d.ts +5 -0
  154. package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -0
  155. package/dist/ui/components/organisms/vc-gallery/vc-gallery-model.d.ts +32 -0
  156. package/dist/ui/components/organisms/vc-gallery/vc-gallery-model.d.ts.map +1 -0
  157. package/dist/ui/components/organisms/vc-login-form/index.d.ts +5 -0
  158. package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -0
  159. package/dist/ui/components/organisms/vc-login-form/vc-login-form-model.d.ts +10 -0
  160. package/dist/ui/components/organisms/vc-login-form/vc-login-form-model.d.ts.map +1 -0
  161. package/dist/ui/components/organisms/vc-popup/index.d.ts +5 -0
  162. package/dist/ui/components/organisms/vc-popup/index.d.ts.map +1 -0
  163. package/dist/ui/components/organisms/vc-popup/vc-popup-model.d.ts +11 -0
  164. package/dist/ui/components/organisms/vc-popup/vc-popup-model.d.ts.map +1 -0
  165. package/dist/ui/components/organisms/vc-table/index.d.ts +5 -0
  166. package/dist/ui/components/organisms/vc-table/index.d.ts.map +1 -0
  167. package/dist/ui/components/organisms/vc-table/vc-table-model.d.ts +66 -0
  168. package/dist/ui/components/organisms/vc-table/vc-table-model.d.ts.map +1 -0
  169. package/dist/ui/types/index.d.ts +68 -0
  170. package/dist/ui/types/index.d.ts.map +1 -1
  171. package/dist/vite.config.d.ts.map +1 -1
  172. package/package.json +6 -5
  173. package/shared/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +1 -1
  174. package/shared/app-switcher/composables/useAppSwitcher/index.ts +2 -2
  175. package/shared/assets/components/assets-details/assets-details.vue +4 -4
  176. package/shared/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +1 -1
  177. package/shared/blade-navigation/composables/useBladeNavigation/index.ts +2 -2
  178. package/shared/blade-navigation/types/index.ts +1 -1
  179. package/ui/components/atoms/vc-badge/index.ts +1 -1
  180. package/ui/components/atoms/vc-badge/vc-badge-model.ts +1 -7
  181. package/ui/components/atoms/vc-badge/vc-badge.vue +2 -3
  182. package/ui/components/atoms/vc-button/index.ts +2 -2
  183. package/ui/components/atoms/vc-button/vc-button-model.ts +12 -20
  184. package/ui/components/atoms/vc-button/vc-button.vue +9 -33
  185. package/ui/components/atoms/vc-card/index.ts +7 -0
  186. package/ui/components/atoms/vc-card/vc-card-model.ts +17 -0
  187. package/ui/components/atoms/vc-card/vc-card.vue +6 -31
  188. package/ui/components/atoms/vc-checkbox/index.ts +7 -0
  189. package/ui/components/atoms/vc-checkbox/vc-checkbox-model.ts +15 -0
  190. package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +6 -25
  191. package/ui/components/atoms/vc-col/index.ts +6 -0
  192. package/ui/components/atoms/vc-col/vc-col-model.ts +9 -0
  193. package/ui/components/atoms/vc-col/vc-col.vue +2 -4
  194. package/ui/components/atoms/vc-container/index.ts +7 -0
  195. package/ui/components/atoms/vc-container/vc-container-model.ts +12 -0
  196. package/ui/components/atoms/vc-container/vc-container.vue +11 -18
  197. package/ui/components/atoms/vc-hint/index.ts +2 -0
  198. package/ui/components/atoms/vc-icon/index.ts +7 -0
  199. package/ui/components/atoms/vc-icon/vc-icon-model.ts +10 -0
  200. package/ui/components/atoms/vc-icon/vc-icon.vue +2 -5
  201. package/ui/components/atoms/vc-image/index.ts +7 -0
  202. package/ui/components/atoms/vc-image/vc-image-model.ts +27 -0
  203. package/ui/components/atoms/vc-image/vc-image.vue +11 -37
  204. package/ui/components/atoms/vc-info-row/index.ts +7 -0
  205. package/ui/components/atoms/vc-info-row/vc-info-row-model.ts +12 -0
  206. package/ui/components/atoms/vc-info-row/vc-info-row.vue +7 -21
  207. package/ui/components/atoms/vc-label/index.ts +7 -0
  208. package/ui/components/atoms/vc-label/vc-label-model.ts +11 -0
  209. package/ui/components/atoms/vc-label/vc-label.vue +9 -13
  210. package/ui/components/atoms/vc-link/index.ts +7 -0
  211. package/ui/components/atoms/vc-link/vc-link-model.ts +11 -0
  212. package/ui/components/atoms/vc-link/vc-link.vue +4 -9
  213. package/ui/components/atoms/vc-loading/index.ts +7 -0
  214. package/ui/components/atoms/vc-loading/vc-loading-model.ts +9 -0
  215. package/ui/components/atoms/vc-loading/vc-loading.vue +4 -5
  216. package/ui/components/atoms/vc-progress/index.ts +7 -0
  217. package/ui/components/atoms/vc-progress/vc-progress-model.ts +10 -0
  218. package/ui/components/atoms/vc-progress/vc-progress.vue +5 -11
  219. package/ui/components/atoms/vc-row/index.ts +2 -0
  220. package/ui/components/atoms/vc-row/vc-row-model.ts +5 -0
  221. package/ui/components/atoms/vc-status/index.ts +7 -0
  222. package/ui/components/atoms/vc-status/vc-status-model.ts +17 -0
  223. package/ui/components/atoms/vc-status/vc-status.vue +5 -15
  224. package/ui/components/atoms/vc-status-icon/index.ts +7 -0
  225. package/ui/components/atoms/vc-status-icon/vc-status-icon-model.ts +9 -0
  226. package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +12 -8
  227. package/ui/components/atoms/vc-switch/index.ts +7 -0
  228. package/ui/components/atoms/vc-switch/vc-switch-model.ts +14 -0
  229. package/ui/components/atoms/vc-switch/vc-switch.vue +6 -24
  230. package/ui/components/atoms/vc-widget/index.ts +7 -0
  231. package/ui/components/atoms/vc-widget/vc-widget-model.ts +13 -0
  232. package/ui/components/atoms/vc-widget/vc-widget.vue +3 -19
  233. package/ui/components/index.ts +34 -34
  234. package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +1 -1
  235. package/ui/components/molecules/vc-breadcrumbs/index.ts +7 -0
  236. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.ts +15 -0
  237. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +2 -11
  238. package/ui/components/molecules/vc-editor/index.ts +7 -0
  239. package/ui/components/molecules/vc-editor/vc-editor-model.ts +17 -0
  240. package/ui/components/molecules/vc-editor/vc-editor.vue +15 -52
  241. package/ui/components/molecules/vc-file-upload/index.ts +7 -0
  242. package/ui/components/molecules/vc-file-upload/vc-file-upload-model.ts +15 -0
  243. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +12 -33
  244. package/ui/components/molecules/vc-form/index.ts +2 -0
  245. package/ui/components/molecules/vc-input/index.ts +1 -1
  246. package/ui/components/molecules/vc-input-currency/index.ts +1 -1
  247. package/ui/components/molecules/vc-notification/index.ts +7 -0
  248. package/ui/components/molecules/vc-notification/vc-notification-model.ts +11 -0
  249. package/ui/components/molecules/vc-notification/vc-notification.vue +4 -11
  250. package/ui/components/molecules/vc-pagination/index.ts +7 -0
  251. package/ui/components/molecules/vc-pagination/vc-pagination-model.ts +12 -0
  252. package/ui/components/molecules/vc-pagination/vc-pagination.vue +7 -17
  253. package/ui/components/molecules/vc-rating/index.ts +7 -0
  254. package/ui/components/molecules/vc-rating/vc-rating-model.ts +14 -0
  255. package/ui/components/molecules/vc-rating/vc-rating.vue +3 -11
  256. package/ui/components/molecules/vc-select/index.ts +1 -1
  257. package/ui/components/molecules/vc-select/vc-select.vue +2 -2
  258. package/ui/components/molecules/vc-slider/index.ts +7 -0
  259. package/ui/components/molecules/vc-slider/vc-slider-model.ts +15 -0
  260. package/ui/components/molecules/vc-slider/vc-slider.vue +7 -25
  261. package/ui/components/molecules/vc-textarea/index.ts +7 -0
  262. package/ui/components/molecules/vc-textarea/vc-textarea-model.ts +18 -0
  263. package/ui/components/molecules/vc-textarea/vc-textarea.vue +10 -48
  264. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +3 -3
  265. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +1 -1
  266. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +2 -1
  267. package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +3 -3
  268. package/ui/components/organisms/vc-app/index.ts +6 -0
  269. package/ui/components/organisms/vc-app/vc-app-model.ts +27 -0
  270. package/ui/components/organisms/vc-app/vc-app.vue +6 -31
  271. package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +19 -34
  272. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +2 -2
  273. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +1 -1
  274. package/ui/components/organisms/vc-blade/index.ts +7 -0
  275. package/ui/components/organisms/vc-blade/vc-blade-model.ts +18 -0
  276. package/ui/components/organisms/vc-blade/vc-blade.vue +9 -34
  277. package/ui/components/organisms/vc-dynamic-property/index.ts +7 -0
  278. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.ts +25 -0
  279. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +67 -95
  280. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +32 -22
  281. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +2 -2
  282. package/ui/components/organisms/vc-gallery/index.ts +7 -0
  283. package/ui/components/organisms/vc-gallery/vc-gallery-model.ts +33 -0
  284. package/ui/components/organisms/vc-gallery/vc-gallery.vue +24 -88
  285. package/ui/components/organisms/vc-login-form/index.ts +7 -0
  286. package/ui/components/organisms/vc-login-form/vc-login-form-model.ts +11 -0
  287. package/ui/components/organisms/vc-login-form/vc-login-form.vue +3 -14
  288. package/ui/components/organisms/vc-popup/index.ts +7 -0
  289. package/ui/components/organisms/vc-popup/vc-popup-model.ts +12 -0
  290. package/ui/components/organisms/vc-popup/vc-popup.vue +4 -15
  291. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +2 -2
  292. package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +1 -1
  293. package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +4 -4
  294. package/ui/components/organisms/vc-table/index.ts +7 -0
  295. package/ui/components/organisms/vc-table/vc-table-model.ts +56 -0
  296. package/ui/components/organisms/vc-table/vc-table.vue +8 -41
  297. package/ui/types/index.ts +188 -1
@@ -1,39 +1,39 @@
1
1
  export { VcBadge } from "./atoms/vc-badge";
2
- export { default as VcButton } from "./atoms/vc-button/vc-button.vue";
3
- export { default as VcCard } from "./atoms/vc-card/vc-card.vue";
4
- export { default as VcCheckbox } from "./atoms/vc-checkbox/vc-checkbox.vue";
5
- export { default as VcCol } from "./atoms/vc-col/vc-col.vue";
6
- export { default as VcContainer } from "./atoms/vc-container/vc-container.vue";
7
- export { default as VcHint } from "./atoms/vc-hint/vc-hint.vue";
8
- export { default as VcIcon } from "./atoms/vc-icon/vc-icon.vue";
9
- export { default as VcInfoRow } from "./atoms/vc-info-row/vc-info-row.vue";
10
- export { default as VcImage } from "./atoms/vc-image/vc-image.vue";
11
- export { default as VcLabel } from "./atoms/vc-label/vc-label.vue";
12
- export { default as VcLink } from "./atoms/vc-link/vc-link.vue";
13
- export { default as VcLoading } from "./atoms/vc-loading/vc-loading.vue";
14
- export { default as VcProgress } from "./atoms/vc-progress/vc-progress.vue";
15
- export { default as VcRow } from "./atoms/vc-row/vc-row.vue";
16
- export { default as VcStatus } from "./atoms/vc-status/vc-status.vue";
17
- export { default as VcStatusIcon } from "./atoms/vc-status-icon/vc-status-icon.vue";
18
- export { default as VcSwitch } from "./atoms/vc-switch/vc-switch.vue";
19
- export { default as VcWidget } from "./atoms/vc-widget/vc-widget.vue";
20
- export { default as VcBreadcrumbs } from "./molecules/vc-breadcrumbs/vc-breadcrumbs.vue";
21
- export { default as VcEditor } from "./molecules/vc-editor/vc-editor.vue";
22
- export { default as VcForm } from "./molecules/vc-form/vc-form.vue";
23
- export { default as VcFileUpload } from "./molecules/vc-file-upload/vc-file-upload.vue";
2
+ export { VcButton } from "./atoms/vc-button";
3
+ export { VcCard } from "./atoms/vc-card";
4
+ export { VcCheckbox } from "./atoms/vc-checkbox";
5
+ export { VcCol } from "./atoms/vc-col";
6
+ export { VcContainer } from "./atoms/vc-container";
7
+ export { VcHint } from "./atoms/vc-hint";
8
+ export { VcIcon } from "./atoms/vc-icon";
9
+ export { VcInfoRow } from "./atoms/vc-info-row";
10
+ export { VcImage } from "./atoms/vc-image";
11
+ export { VcLabel } from "./atoms/vc-label";
12
+ export { VcLink } from "./atoms/vc-link";
13
+ export { VcLoading } from "./atoms/vc-loading";
14
+ export { VcProgress } from "./atoms/vc-progress";
15
+ export { VcRow } from "./atoms/vc-row";
16
+ export { VcStatus } from "./atoms/vc-status";
17
+ export { VcStatusIcon } from "./atoms/vc-status-icon";
18
+ export { VcSwitch } from "./atoms/vc-switch";
19
+ export { VcWidget } from "./atoms/vc-widget";
20
+ export { VcBreadcrumbs } from "./molecules/vc-breadcrumbs";
21
+ export { VcEditor } from "./molecules/vc-editor";
22
+ export { VcForm } from "./molecules/vc-form";
23
+ export { VcFileUpload } from "./molecules/vc-file-upload";
24
24
  export { VcInput } from "./molecules/vc-input";
25
25
  export { VcInputCurrency } from "./molecules/vc-input-currency";
26
- export { default as VcNotification } from "./molecules/vc-notification/vc-notification.vue";
27
- export { default as VcPagination } from "./molecules/vc-pagination/vc-pagination.vue";
28
- export { default as VcRating } from "./molecules/vc-rating/vc-rating.vue";
26
+ export { VcNotification } from "./molecules/vc-notification";
27
+ export { VcPagination } from "./molecules/vc-pagination";
28
+ export { VcRating } from "./molecules/vc-rating";
29
29
  export { VcSelect } from "./molecules/vc-select";
30
- export { default as VcSlider } from "./molecules/vc-slider/vc-slider.vue";
31
- export { default as VcTextarea } from "./molecules/vc-textarea/vc-textarea.vue";
32
- export { default as VcApp } from "./organisms/vc-app/vc-app.vue";
33
- export { default as VcBlade } from "./organisms/vc-blade/vc-blade.vue";
34
- export { default as VcDynamicProperty } from "./organisms/vc-dynamic-property/vc-dynamic-property.vue";
35
- export { default as VcGallery } from "./organisms/vc-gallery/vc-gallery.vue";
36
- export { default as VcLoginForm } from "./organisms/vc-login-form/vc-login-form.vue";
37
- export { default as VcPopup } from "./organisms/vc-popup/vc-popup.vue";
38
- export { default as VcTable } from "./organisms/vc-table/vc-table.vue";
30
+ export { VcSlider } from "./molecules/vc-slider";
31
+ export { VcTextarea } from "./molecules/vc-textarea";
32
+ export { VcApp } from "./organisms/vc-app";
33
+ export { VcBlade } from "./organisms/vc-blade";
34
+ export { VcDynamicProperty } from "./organisms/vc-dynamic-property";
35
+ export { VcGallery } from "./organisms/vc-gallery";
36
+ export { VcLoginForm } from "./organisms/vc-login-form";
37
+ export { VcPopup } from "./organisms/vc-popup";
38
+ export { VcTable } from "./organisms/vc-table";
39
39
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAGtE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAGhF,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AACvG,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAC,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAG7C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcBreadcrumbsProps } from "./vc-breadcrumbs-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcBreadcrumbs: ComponentConstructor<ComponentPublicInstance<VcBreadcrumbsProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,eAAO,MAAM,aAAa,EAAE,oBAAoB,CAC9C,uBAAuB,CAAC,kBAAkB,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { VNode } from "vue";
2
+ export interface VcBreadcrumbsProps {
3
+ items?: {
4
+ current: boolean;
5
+ icon: string;
6
+ title: string;
7
+ clickHandler: () => void;
8
+ id: string;
9
+ }[];
10
+ }
11
+ export interface VcBreadcrumbsSlots {
12
+ default: () => VNode[];
13
+ }
14
+ //# sourceMappingURL=vc-breadcrumbs-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-breadcrumbs-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE;QACN,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,YAAY,EAAE,MAAM,IAAI,CAAC;QACzB,EAAE,EAAE,MAAM,CAAC;KACZ,EAAE,CAAC;CACL;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcEditorProps } from "./vc-editor-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcEditor: ComponentConstructor<ComponentPublicInstance<VcEditorProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { VNode } from "vue";
2
+ export interface VcEditorProps {
3
+ placeholder?: string | undefined;
4
+ modelValue?: string | number | Date | undefined;
5
+ required?: boolean | undefined;
6
+ disabled?: boolean | undefined;
7
+ label?: string | undefined;
8
+ tooltip?: string | undefined;
9
+ name?: string | undefined;
10
+ errorMessage?: string | undefined;
11
+ "onUpdate:modelValue"?: (value: string) => void;
12
+ }
13
+ export interface VcEditorSlots {
14
+ error: () => VNode[];
15
+ }
16
+ //# sourceMappingURL=vc-editor-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-editor-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAChD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;CACtB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcFileUploadProps } from "./vc-file-upload-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcFileUpload: ComponentConstructor<ComponentPublicInstance<VcFileUploadProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,eAAO,MAAM,YAAY,EAAE,oBAAoB,CAC7C,uBAAuB,CAAC,iBAAiB,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { VNode } from "vue";
2
+ export interface VcFileUploadProps {
3
+ variant?: "gallery" | "file-upload" | undefined;
4
+ loading?: boolean | undefined;
5
+ accept?: string | undefined;
6
+ multiple?: boolean | undefined;
7
+ rules?: string | Record<string, unknown> | undefined;
8
+ name?: string | undefined;
9
+ onUpload?: (files: FileList) => void;
10
+ }
11
+ export interface VcFileUploadSlots {
12
+ error: () => VNode[];
13
+ }
14
+ //# sourceMappingURL=vc-file-upload-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-file-upload-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC;IAChD,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;CACtB"}
@@ -0,0 +1,2 @@
1
+ export declare const VcForm: any;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,MAAM,KAAO,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ComponentPublicInstance } from "vue";
2
- import { ComponentConstructor } from "@/ui/types/ts-helpers";
2
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
3
3
  import { VcInputProps } from "./vc-input-model";
4
4
  export declare const VcInput: ComponentConstructor<ComponentPublicInstance<VcInputProps>>;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ComponentPublicInstance } from "vue";
2
2
  import { VcInputCurrencyProps } from "./vc-input-currency-model";
3
- import { ComponentConstructor } from "@/ui/types/ts-helpers";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
4
  export declare const VcInputCurrency: ComponentConstructor<ComponentPublicInstance<VcInputCurrencyProps>>;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAG7D,eAAO,MAAM,eAAe,EAAE,oBAAoB,CAChD,uBAAuB,CAAC,oBAAoB,CAAC,CAC9B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAGnE,eAAO,MAAM,eAAe,EAAE,oBAAoB,CAChD,uBAAuB,CAAC,oBAAoB,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcNotificationProps } from "./vc-notification-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcNotification: ComponentConstructor<ComponentPublicInstance<VcNotificationProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-notification/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAC/C,uBAAuB,CAAC,mBAAmB,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { VNode } from "vue";
2
+ export interface VcNotificationProps {
3
+ timeout?: number | undefined;
4
+ onDismiss?: () => void;
5
+ onExpired?: () => void;
6
+ }
7
+ export interface VcNotificationSlots {
8
+ default: () => VNode[];
9
+ }
10
+ //# sourceMappingURL=vc-notification-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-notification-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-notification/vc-notification-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcPaginationProps } from "./vc-pagination-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcPagination: ComponentConstructor<ComponentPublicInstance<VcPaginationProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,YAAY,EAAE,oBAAoB,CAC7C,uBAAuB,CAAC,iBAAiB,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { VNode } from "vue";
2
+ export interface VcPaginationProps {
3
+ expanded?: boolean | undefined;
4
+ pages?: number | undefined;
5
+ currentPage?: number | undefined;
6
+ onItemClick?: (pages: number) => void;
7
+ }
8
+ export interface VcPaginationSlots {
9
+ default: () => VNode[];
10
+ }
11
+ //# sourceMappingURL=vc-pagination-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-pagination-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/vc-pagination-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcRatingProps } from "./vc-rating-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcRating: ComponentConstructor<ComponentPublicInstance<VcRatingProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACvC,uBAAuB,CAAC,aAAa,CAAC,CAChC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { VNode } from "vue";
2
+ export interface VcRatingProps {
3
+ label?: string;
4
+ placeholder?: string;
5
+ tooltip?: string;
6
+ rating: number | undefined;
7
+ max?: number;
8
+ variant?: "stars" | "star-and-text" | "text";
9
+ }
10
+ export interface VcRatingSlots {
11
+ details: () => VNode[];
12
+ }
13
+ //# sourceMappingURL=vc-rating-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-rating-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/vc-rating-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,GAAG,MAAM,CAAC;CAC9C;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -1,5 +1,5 @@
1
1
  import { ComponentPublicInstance } from "vue";
2
2
  import { VcSelectProps } from "./vc-select-model";
3
- import { ComponentConstructor } from "@/ui/types/ts-helpers";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
4
  export declare const VcSelect: ComponentConstructor<ComponentPublicInstance<VcSelectProps>>;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAG7D,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAGlE,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcSliderProps } from "./vc-slider-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcSlider: ComponentConstructor<ComponentPublicInstance<VcSliderProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { VNode } from "vue";
2
+ export interface VcSliderProps {
3
+ slides?: Record<string, unknown>[] | any[];
4
+ navigation?: boolean | undefined;
5
+ overflow?: boolean | undefined;
6
+ slidesPerView?: string | 'auto' | undefined;
7
+ spaceBetweenSlides?: number | undefined;
8
+ }
9
+ export interface VcSliderSlots {
10
+ default: (args: {
11
+ slide: Record<string, unknown> | any;
12
+ }) => VNode[];
13
+ prevBtn: () => VNode[];
14
+ nextBtn: () => VNode[];
15
+ }
16
+ //# sourceMappingURL=vc-slider-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-slider-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-slider/vc-slider-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,KAAK,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,EAAE,CAAA;IAC1C,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IAC3C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC1C;AAED,MAAM,WAAW,aAAa;IAC1B,OAAO,EAAE,CAAC,IAAI,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,GAAG,CAAA;KAAC,KAAK,KAAK,EAAE,CAAA;IAClE,OAAO,EAAE,MAAM,KAAK,EAAE,CAAA;IACtB,OAAO,EAAE,MAAM,KAAK,EAAE,CAAA;CACzB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcTextareaProps } from "./vc-textarea-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcTextarea: ComponentConstructor<ComponentPublicInstance<VcTextareaProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,UAAU,EAAE,oBAAoB,CAC3C,uBAAuB,CAAC,eAAe,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { VNode } from "vue";
2
+ export interface VcTextareaProps {
3
+ placeholder?: string | undefined;
4
+ modelValue: string | undefined;
5
+ required?: boolean | undefined;
6
+ disabled?: boolean | undefined;
7
+ label?: string | undefined;
8
+ tooltip?: string | undefined;
9
+ name?: string | undefined;
10
+ maxchars?: string | undefined;
11
+ errorMessage?: string | undefined;
12
+ "onUpdate:modelValue"?: (value: string) => void;
13
+ }
14
+ export interface VcTextareaSlots {
15
+ error: () => VNode[];
16
+ }
17
+ //# sourceMappingURL=vc-textarea-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-textarea-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;CACtB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcAppProps } from "./vc-app-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcApp: ComponentConstructor<ComponentPublicInstance<VcAppProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,KAAK,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,UAAU,CAAC,CACvE,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { ExtendedComponent, IBladeElement, IOpenBlade } from "./../../../../shared";
2
+ import { IBladeToolbar, IMenuItems } from "./../../../../core/types";
3
+ import { VNode } from "vue";
4
+ export interface VcAppProps {
5
+ pages?: ExtendedComponent[] | undefined;
6
+ menuItems?: IMenuItems[] | undefined;
7
+ mobileMenuItems?: IMenuItems[] | undefined;
8
+ toolbarItems?: IBladeToolbar[] | undefined;
9
+ isReady?: boolean | undefined;
10
+ isAuthorized?: boolean | undefined;
11
+ logo?: string | undefined;
12
+ version?: string | undefined;
13
+ theme?: "light" | "dark" | undefined;
14
+ bladesRefs?: IBladeElement[] | undefined;
15
+ title?: string | undefined;
16
+ onOpen?: (args: IOpenBlade) => void;
17
+ onClose?: (index: number) => void;
18
+ "onBacklink:click"?: (index: number) => void;
19
+ }
20
+ export interface VcAppSlots {
21
+ appSwitcher: () => VNode[];
22
+ bladeNavigation: () => VNode[];
23
+ notifications: () => VNode[];
24
+ passwordChange: () => VNode[];
25
+ }
26
+ //# sourceMappingURL=vc-app-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-app-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,iBAAiB,EAAE,GAAG,SAAS,CAAC;IACxC,SAAS,CAAC,EAAE,UAAU,EAAE,GAAG,SAAS,CAAC;IACrC,eAAe,CAAC,EAAE,UAAU,EAAE,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IAC3C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACrC,UAAU,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAED,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,KAAK,EAAE,CAAC;IAC3B,eAAe,EAAE,MAAM,KAAK,EAAE,CAAC;IAC/B,aAAa,EAAE,MAAM,KAAK,EAAE,CAAC;IAC7B,cAAc,EAAE,MAAM,KAAK,EAAE,CAAC;CAC/B"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcBladeProps } from "./vc-blade-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcBlade: ComponentConstructor<ComponentPublicInstance<VcBladeProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { IBladeToolbar } from "./../../../../core/types";
2
+ import { VNode } from "vue";
3
+ export interface VcBladeProps {
4
+ icon?: string | undefined;
5
+ title?: string | undefined;
6
+ subtitle?: string | undefined;
7
+ width?: number | string | undefined;
8
+ expanded?: boolean | undefined;
9
+ closable?: boolean | undefined;
10
+ toolbarItems?: IBladeToolbar[] | undefined;
11
+ onClose?: () => void;
12
+ }
13
+ export interface VcBladeSlots {
14
+ actions: () => VNode[];
15
+ default: () => VNode[];
16
+ }
17
+ //# sourceMappingURL=vc-blade-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-blade-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IAC3C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;IACvB,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcDynamicPropertyProps } from "./vc-dynamic-property-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcDynamicProperty: ComponentConstructor<ComponentPublicInstance<VcDynamicPropertyProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,CAClD,uBAAuB,CAAC,sBAAsB,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { VNode } from "vue";
2
+ export interface VcDynamicPropertyProps {
3
+ property?: Record<string, any> | undefined;
4
+ dictionaries?: Record<string, any> | undefined;
5
+ getter?: (property: Record<string, any>, isDictionary?: boolean) => Record<string, any> | string | number | boolean | Date | undefined;
6
+ optionsGetter?: (property: Record<string, any>, keyword?: string) => Promise<any[] | undefined> | any[];
7
+ setter?: (property: Record<string, any>, value: Record<string, any> | string | number | boolean, dictionary?: any[]) => void | undefined;
8
+ culture?: string | undefined;
9
+ disabled?: boolean | undefined;
10
+ }
11
+ export interface VcDynamicPropertySlots {
12
+ default: () => VNode[];
13
+ }
14
+ //# sourceMappingURL=vc-dynamic-property-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-dynamic-property-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;IAC/C,MAAM,CAAC,EAAE,CACP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,YAAY,CAAC,EAAE,OAAO,KACnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,aAAa,CAAC,EAAE,CACd,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,OAAO,CAAC,EAAE,MAAM,KACb,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,GAAG,GAAG,EAAE,CAAC;IACxC,MAAM,CAAC,EAAE,CACP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,EACtD,UAAU,CAAC,EAAE,GAAG,EAAE,KACf,IAAI,GAAG,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcGalleryProps } from "./vc-gallery-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcGallery: ComponentConstructor<ComponentPublicInstance<VcGalleryProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,SAAS,EAAE,oBAAoB,CAC1C,uBAAuB,CAAC,cAAc,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { IImage } from "./../../../../core/types";
2
+ import { VNode } from "vue";
3
+ export interface VcGalleryProps {
4
+ images?: IImage[] | undefined;
5
+ disabled?: boolean | undefined;
6
+ required?: boolean | undefined;
7
+ label?: string | undefined;
8
+ tooltip?: string | undefined;
9
+ tooltipIcon?: string | undefined;
10
+ uploadIcon?: string | undefined;
11
+ multiple?: boolean | undefined;
12
+ variant?: "gallery" | "file-upload" | undefined;
13
+ itemActions?: {
14
+ name?: string | undefined;
15
+ preview: boolean | undefined;
16
+ edit: boolean | undefined;
17
+ remove: boolean | undefined;
18
+ };
19
+ disableDrag?: boolean | undefined;
20
+ hideAfterUpload?: boolean | undefined;
21
+ rules?: string | Record<string, unknown> | undefined;
22
+ name?: string | undefined;
23
+ onUpload?: (files: FileList) => void;
24
+ onSort?: (sorted: IImage[]) => void;
25
+ "onItem:edit"?: (image: IImage) => void;
26
+ "onItem:remove"?: (image: IImage) => void;
27
+ "onItem:move"?: (image: IImage) => void;
28
+ }
29
+ export interface VcGallerySlots {
30
+ default: () => VNode[];
31
+ }
32
+ //# sourceMappingURL=vc-gallery-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-gallery-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,cAAc;IAC7B,MAAM,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC;IAChD,WAAW,CAAC,EAAE;QACZ,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC1B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;QAC7B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;KAC7B,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcLoginFormProps } from "./vc-login-form-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcLoginForm: ComponentConstructor<ComponentPublicInstance<VcLoginFormProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,WAAW,EAAE,oBAAoB,CAC5C,uBAAuB,CAAC,gBAAgB,CAAC,CAC9B,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { VNode } from "vue";
2
+ export interface VcLoginFormProps {
3
+ logo?: string | undefined;
4
+ background?: string | undefined;
5
+ title?: string | undefined;
6
+ }
7
+ export interface VcLoginFormSlots {
8
+ default: () => VNode[];
9
+ }
10
+ //# sourceMappingURL=vc-login-form-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-login-form-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/vc-login-form-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ import { ComponentPublicInstance } from "vue";
2
+ import { VcPopupProps } from "./vc-popup-model";
3
+ import { ComponentConstructor } from "./../../../types/ts-helpers";
4
+ export declare const VcPopup: ComponentConstructor<ComponentPublicInstance<VcPopupProps>>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}