@vc-shell/framework 1.0.51 → 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 +2 -2
  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 +10 -42
  297. package/ui/types/index.ts +188 -1
@@ -1,12 +1,20 @@
1
- import { AuthApiBase } from "@/core/api";
2
1
  import useUser from "../useUser";
3
2
 
4
- interface UseApiClient<ApiClient extends AuthApiBase> {
3
+ interface IAuthApiBase {
4
+ authToken: string;
5
+ setAuthToken(token: string);
6
+ getBaseUrl(defaultUrl: string, baseUrl: string);
7
+ }
8
+
9
+ interface UseApiClient<ApiClient extends IAuthApiBase> {
5
10
  getApiClient: () => Promise<ApiClient>;
6
11
  }
7
12
 
8
- export function useApiClient<ApiClient extends AuthApiBase>(
9
- c: new () => ApiClient
13
+ export function useApiClient<ApiClient extends IAuthApiBase>(
14
+ c: new (
15
+ baseUrl?: string,
16
+ http?: { fetch(url: RequestInfo, init?: RequestInit): Promise<Response> }
17
+ ) => ApiClient
10
18
  ): UseApiClient<ApiClient> {
11
19
  const { getAccessToken } = useUser();
12
20
 
@@ -1,4 +1,4 @@
1
- import { PushNotification, PushNotificationClient } from "@/core/api";
1
+ import { PushNotification, PushNotificationClient } from "./../../../core/api";
2
2
  import useUser from "../useUser";
3
3
  import { computed, ComputedRef, readonly, ref } from "vue";
4
4
  import useLogger from "../useLogger";
@@ -1,4 +1,4 @@
1
- import { useUser } from "@/core/composables";
1
+ import { useUser } from "./../../../core/composables";
2
2
  import { computed, ComputedRef } from "vue";
3
3
 
4
4
  interface IUsePermissions {
@@ -1,6 +1,6 @@
1
- import { useUser, useLogger } from "@/core/composables";
1
+ import { useUser, useLogger } from "./../../../core/composables";
2
2
  import { computed, Ref, ref } from "vue";
3
- import { ObjectSettingEntry, SettingClient } from "@/core/api";
3
+ import { SettingClient } from "./../../../core/api";
4
4
 
5
5
  interface IUISetting {
6
6
  contrast_logo?: string;
@@ -7,8 +7,8 @@ import {
7
7
  SecurityResult,
8
8
  ValidatePasswordResetTokenRequest,
9
9
  IdentityResult,
10
- } from "@/core/api";
11
- import { AuthData, RequestPasswordResult, SignInResults } from "@/core/types";
10
+ } from "./../../../core/api";
11
+ import { AuthData, RequestPasswordResult, SignInResults } from "./../../../core/types";
12
12
  //The Platform Manager uses the same key to store authorization data in the
13
13
  //local storage, so we can exchange authorization data between the Platform Manager
14
14
  //and the user application that is hosted in the same domain as the sub application.
@@ -1,5 +1,5 @@
1
1
  import { Directive, DirectiveBinding } from "vue";
2
- import { usePermissions } from "@/core/composables";
2
+ import { usePermissions } from "./../../../core/composables";
3
3
  const { checkPermission } = usePermissions();
4
4
 
5
5
  function checkAndRemove(el: HTMLElement, binding: DirectiveBinding) {
@@ -1,5 +1,5 @@
1
1
  import { Component, ComponentPublicInstance, ComputedRef } from "vue";
2
- import { IBladeElement, ExtendedComponent } from "@/shared";
2
+ import { IBladeElement, ExtendedComponent } from "./../../shared";
3
3
 
4
4
  // Type instead of interface here is workaround for:
5
5
  // https://github.com/microsoft/TypeScript/issues/15300
@@ -49,14 +49,14 @@ export interface IActionBuilderResult {
49
49
  title: string;
50
50
  variant: string;
51
51
  leftActions?: boolean;
52
- clickHandler(item?: { id: string; }): void;
52
+ clickHandler(item?: { id?: string; }): void;
53
53
  }
54
54
 
55
55
  export interface IImage {
56
56
  sortOrder?: number;
57
- title: string;
58
- name: string;
59
- url: string;
57
+ title?: string;
58
+ name?: string;
59
+ url?: string;
60
60
  }
61
61
 
62
62
  export interface AuthData {
@@ -1,7 +1,13 @@
1
- import { AuthApiBase } from "@/core/api";
2
- interface UseApiClient<ApiClient extends AuthApiBase> {
1
+ interface IAuthApiBase {
2
+ authToken: string;
3
+ setAuthToken(token: string): any;
4
+ getBaseUrl(defaultUrl: string, baseUrl: string): any;
5
+ }
6
+ interface UseApiClient<ApiClient extends IAuthApiBase> {
3
7
  getApiClient: () => Promise<ApiClient>;
4
8
  }
5
- export declare function useApiClient<ApiClient extends AuthApiBase>(c: new () => ApiClient): UseApiClient<ApiClient>;
9
+ export declare function useApiClient<ApiClient extends IAuthApiBase>(c: new (baseUrl?: string, http?: {
10
+ fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
11
+ }) => ApiClient): UseApiClient<ApiClient>;
6
12
  export {};
7
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/useApiClient/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAGzC,UAAU,YAAY,CAAC,SAAS,SAAS,WAAW;IAClD,YAAY,EAAE,MAAM,OAAO,CAAC,SAAS,CAAC,CAAC;CACxC;AAED,wBAAgB,YAAY,CAAC,SAAS,SAAS,WAAW,EACxD,CAAC,EAAE,UAAU,SAAS,GACrB,YAAY,CAAC,SAAS,CAAC,CAYzB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/useApiClient/index.ts"],"names":[],"mappings":"AAEA,UAAU,YAAY;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,KAAK,EAAE,MAAM,OAAE;IAC5B,UAAU,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,OAAE;CACjD;AAED,UAAU,YAAY,CAAC,SAAS,SAAS,YAAY;IACnD,YAAY,EAAE,MAAM,OAAO,CAAC,SAAS,CAAC,CAAC;CACxC;AAED,wBAAgB,YAAY,CAAC,SAAS,SAAS,YAAY,EACzD,CAAC,EAAE,KACD,OAAO,CAAC,EAAE,MAAM,EAChB,IAAI,CAAC,EAAE;IAAE,KAAK,CAAC,GAAG,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAA;CAAE,KACtE,SAAS,GACb,YAAY,CAAC,SAAS,CAAC,CAYzB"}
@@ -1,4 +1,4 @@
1
- import { PushNotification } from "@/core/api";
1
+ import { PushNotification } from "./../../../core/api";
2
2
  import { ComputedRef } from "vue";
3
3
  interface INotifications {
4
4
  readonly notifications: ComputedRef<Readonly<PushNotification[]>>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/useNotifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA0B,MAAM,YAAY,CAAC;AAEtE,OAAO,EAAY,WAAW,EAAiB,MAAM,KAAK,CAAC;AAM3D,UAAU,cAAc;IACtB,QAAQ,CAAC,aAAa,EAAE,WAAW,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IAClE,QAAQ,CAAC,kBAAkB,EAAE,WAAW,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IACvE,eAAe,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,eAAe,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACjD,UAAU,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC5C,OAAO,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACzC,UAAU,IAAI,IAAI,CAAC;IACnB,aAAa,IAAI,IAAI,CAAC;CACvB;8BAKkB,cAAc;AAAjC,wBA6FE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/useNotifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA0B,MAAM,qBAAqB,CAAC;AAE/E,OAAO,EAAY,WAAW,EAAiB,MAAM,KAAK,CAAC;AAM3D,UAAU,cAAc;IACtB,QAAQ,CAAC,aAAa,EAAE,WAAW,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IAClE,QAAQ,CAAC,kBAAkB,EAAE,WAAW,CAAC,QAAQ,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IACvE,eAAe,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,eAAe,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACjD,UAAU,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC5C,OAAO,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACzC,UAAU,IAAI,IAAI,CAAC;IACnB,aAAa,IAAI,IAAI,CAAC;CACvB;8BAKkB,cAAc;AAAjC,wBA6FE"}
@@ -1,6 +1,6 @@
1
1
  import { ComputedRef } from "vue";
2
- import { UserDetail, SecurityResult, IdentityResult } from "@/core/api";
3
- import { RequestPasswordResult, SignInResults } from "@/core/types";
2
+ import { UserDetail, SecurityResult, IdentityResult } from "./../../../core/api";
3
+ import { RequestPasswordResult, SignInResults } from "./../../../core/types";
4
4
  interface IUseUser {
5
5
  user: ComputedRef<UserDetail | null>;
6
6
  loading: ComputedRef<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/useUser/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,WAAW,EAAE,MAAM,KAAK,CAAC;AAEtD,OAAO,EACL,UAAU,EAGV,cAAc,EAEd,cAAc,EACf,MAAM,YAAY,CAAC;AACpB,OAAO,EAAY,qBAAqB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAe9E,UAAU,QAAQ;IAChB,IAAI,EAAE,WAAW,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IACrC,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9B,cAAc,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC7C,QAAQ,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,CAAC;IACpC,MAAM,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,aAAa,CAAC,CAAC;IACvE,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACnE,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,cAAc,CAAC,CAAC;IAChE,oBAAoB,EAAE,CACpB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,KACV,OAAO,CAAC,cAAc,CAAC,CAAC;IAC7B,oBAAoB,EAAE,CACpB,YAAY,EAAE,MAAM,KACjB,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACpC,kBAAkB,EAAE,CAClB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,KAChB,OAAO,CAAC,cAAc,CAAC,CAAC;CAC9B;8BAEkB,QAAQ;AAA3B,wBAyNE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/useUser/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,WAAW,EAAE,MAAM,KAAK,CAAC;AAEtD,OAAO,EACL,UAAU,EAGV,cAAc,EAEd,cAAc,EACf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAY,qBAAqB,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAevF,UAAU,QAAQ;IAChB,IAAI,EAAE,WAAW,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IACrC,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9B,cAAc,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC7C,QAAQ,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,CAAC;IACpC,MAAM,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,aAAa,CAAC,CAAC;IACvE,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACnE,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,cAAc,CAAC,CAAC;IAChE,oBAAoB,EAAE,CACpB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,KACV,OAAO,CAAC,cAAc,CAAC,CAAC;IAC7B,oBAAoB,EAAE,CACpB,YAAY,EAAE,MAAM,KACjB,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACpC,kBAAkB,EAAE,CAClB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,KAChB,OAAO,CAAC,cAAc,CAAC,CAAC;CAC9B;8BAEkB,QAAQ;AAA3B,wBAyNE"}
@@ -1,5 +1,5 @@
1
1
  import { ComputedRef } from "vue";
2
- import { IBladeElement, ExtendedComponent } from "@/shared";
2
+ import { IBladeElement, ExtendedComponent } from "./../../shared";
3
3
  export type IValidationRules = {
4
4
  required?: boolean;
5
5
  numberic?: boolean;
@@ -40,14 +40,14 @@ export interface IActionBuilderResult {
40
40
  variant: string;
41
41
  leftActions?: boolean;
42
42
  clickHandler(item?: {
43
- id: string;
43
+ id?: string;
44
44
  }): void;
45
45
  }
46
46
  export interface IImage {
47
47
  sortOrder?: number;
48
- title: string;
49
- name: string;
50
- url: string;
48
+ title?: string;
49
+ name?: string;
50
+ url?: string;
51
51
  }
52
52
  export interface AuthData {
53
53
  accessToken?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,WAAW,EAAE,MAAM,KAAK,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAOlE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;IACnD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,MAAM,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;IAC1C,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;IAC1C,aAAa,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACrC,YAAY,CAAC,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,aAAa,GAAG,IAAI,CAAC;CACpE;AAED,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,IAAI,IAAI,CAAC;CACvB;AAED,MAAM,WAAW,UAAW,SAAQ,aAAa;IAC/C,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,IAAI,CAAC,EAAE;QAAE,EAAE,CAAC,EAAE,MAAM,CAAC;KAAE,GAAG,IAAI,CAAC;CAC7C;AAED,MAAM,WAAW,MAAM;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,QAAQ;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAA;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAA"}