@vc-shell/framework 1.0.119 → 1.0.121

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 (354) hide show
  1. package/CHANGELOG.md +15 -5771
  2. package/core/api/platform.ts +8215 -8033
  3. package/core/composables/useApiClient/index.ts +2 -1
  4. package/core/composables/useAsync/index.ts +3 -3
  5. package/core/composables/useErrorHandler/index.ts +2 -2
  6. package/core/composables/useFunctions/debounce.ts +2 -1
  7. package/core/composables/useNotifications/index.ts +4 -5
  8. package/core/composables/usePermissions/index.ts +8 -12
  9. package/core/composables/useSettings/index.ts +1 -1
  10. package/core/composables/useUser/index.ts +21 -17
  11. package/core/plugins/modularity/index.ts +7 -3
  12. package/core/plugins/moment/humanize.ts +3 -3
  13. package/core/plugins/moment/moment.ts +3 -3
  14. package/core/plugins/validation/rules.ts +1 -1
  15. package/core/types/index.ts +20 -25
  16. package/dist/core/api/platform.d.ts +5 -5
  17. package/dist/core/api/platform.d.ts.map +1 -1
  18. package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
  19. package/dist/core/composables/useAsync/index.d.ts +1 -1
  20. package/dist/core/composables/useAsync/index.d.ts.map +1 -1
  21. package/dist/core/composables/useErrorHandler/index.d.ts +1 -1
  22. package/dist/core/composables/useErrorHandler/index.d.ts.map +1 -1
  23. package/dist/core/composables/useFunctions/debounce.d.ts +1 -1
  24. package/dist/core/composables/useFunctions/debounce.d.ts.map +1 -1
  25. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  26. package/dist/core/composables/usePermissions/index.d.ts +1 -1
  27. package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
  28. package/dist/core/composables/useUser/index.d.ts +5 -5
  29. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  30. package/dist/core/plugins/modularity/index.d.ts +8 -6
  31. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  32. package/dist/core/plugins/moment/humanize.d.ts +1 -1
  33. package/dist/core/plugins/moment/humanize.d.ts.map +1 -1
  34. package/dist/core/plugins/moment/moment.d.ts.map +1 -1
  35. package/dist/core/types/index.d.ts +20 -19
  36. package/dist/core/types/index.d.ts.map +1 -1
  37. package/dist/framework.mjs +11021 -10956
  38. package/dist/index.css +1 -1
  39. package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +3 -3
  40. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +3 -3
  41. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +21 -21
  42. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +23 -22
  43. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  44. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +10 -10
  45. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  46. package/dist/shared/components/blade-navigation/types/index.d.ts +34 -18
  47. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  48. package/dist/shared/components/change-password/change-password.vue.d.ts +1 -1
  49. package/dist/shared/components/change-password/index.d.ts +1 -1
  50. package/dist/shared/components/error-interceptor/index.d.ts +35 -35
  51. package/dist/shared/components/error-interceptor/interceptor.d.ts +4 -4
  52. package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -1
  53. package/dist/shared/components/language-selector/index.d.ts +7 -7
  54. package/dist/shared/components/language-selector/language-selector.vue.d.ts +3 -3
  55. package/dist/shared/components/notifications/components/notification-container/index.d.ts +9 -9
  56. package/dist/shared/components/notifications/composables/useContainer/index.d.ts +1 -1
  57. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  58. package/dist/shared/components/notifications/core/notification.d.ts +4 -4
  59. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +2 -1
  60. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  61. package/dist/shared/components/popup-handler/types/index.d.ts +2 -7
  62. package/dist/shared/components/popup-handler/types/index.d.ts.map +1 -1
  63. package/dist/shared/components/popup-handler/utils/index.d.ts +1 -1
  64. package/dist/shared/components/popup-handler/utils/index.d.ts.map +1 -1
  65. package/dist/shared/components/user-dropdown-button/index.d.ts +5 -5
  66. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +3 -3
  67. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +3 -3
  68. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  69. package/dist/shared/modules/assets/components/assets-details/index.d.ts +1 -46
  70. package/dist/shared/modules/assets/components/assets-details/index.d.ts.map +1 -1
  71. package/dist/shared/modules/assets/index.d.ts +1 -1
  72. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
  73. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +12 -12
  74. package/dist/shared/modules/assets-manager/index.d.ts +1 -1
  75. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +1 -2
  76. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -1
  77. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +83 -82
  78. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
  79. package/dist/shared/modules/dynamic/components/factories.d.ts +15 -14
  80. package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
  81. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +39 -42
  82. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
  83. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +39 -42
  84. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -1
  85. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +39 -42
  86. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -1
  87. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +39 -42
  88. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
  89. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +39 -42
  90. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
  91. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +39 -42
  92. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
  93. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +39 -42
  94. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
  95. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +39 -42
  96. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
  97. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +39 -42
  98. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
  99. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +39 -42
  100. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
  101. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +39 -42
  102. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -1
  103. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +39 -42
  104. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
  105. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +39 -42
  106. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
  107. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +132 -0
  108. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +1 -0
  109. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +39 -42
  110. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
  111. package/dist/shared/modules/dynamic/components/fields/props.d.ts +38 -41
  112. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -1
  113. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +2 -2
  114. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
  115. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +3 -3
  116. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
  117. package/dist/shared/modules/dynamic/factories/types/index.d.ts +10 -11
  118. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  119. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +2 -2
  120. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -1
  121. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +1 -1
  122. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +5 -0
  123. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +1 -0
  124. package/dist/shared/modules/dynamic/helpers/setters.d.ts +1 -0
  125. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +1 -1
  126. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts +1 -1
  127. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts.map +1 -1
  128. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +1 -1
  129. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +1 -1
  130. package/dist/shared/modules/dynamic/index.d.ts +7 -7
  131. package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
  132. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +30 -30
  133. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  134. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +11 -10
  135. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  136. package/dist/shared/modules/dynamic/types/index.d.ts +434 -34
  137. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  138. package/dist/shared/modules/dynamic/types/models.d.ts +7 -3
  139. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
  140. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +15 -28
  141. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  142. package/dist/shared/pages/InvitePage/components/invite/index.d.ts +13 -17
  143. package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
  144. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  145. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +15 -28
  146. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  147. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +13 -17
  148. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
  149. package/dist/shared/utilities/assets.d.ts +3 -3
  150. package/dist/shared/utilities/assets.d.ts.map +1 -1
  151. package/dist/shared/utilities/vueUtils.d.ts +34 -0
  152. package/dist/shared/utilities/vueUtils.d.ts.map +1 -0
  153. package/dist/tsconfig.tsbuildinfo +1 -1
  154. package/dist/ui/components/atoms/vc-badge/index.d.ts +30 -30
  155. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
  156. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
  157. package/dist/ui/components/atoms/vc-card/index.d.ts +37 -37
  158. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +2 -2
  159. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +61 -44
  160. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  161. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +3 -2
  162. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  163. package/dist/ui/components/atoms/vc-container/index.d.ts +33 -33
  164. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
  165. package/dist/ui/components/atoms/vc-hint/index.d.ts +22 -22
  166. package/dist/ui/components/atoms/vc-image/index.d.ts +10 -10
  167. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +2 -2
  168. package/dist/ui/components/atoms/vc-info-row/index.d.ts +4 -4
  169. package/dist/ui/components/atoms/vc-label/index.d.ts +26 -26
  170. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +1 -1
  171. package/dist/ui/components/atoms/vc-link/index.d.ts +29 -29
  172. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +1 -1
  173. package/dist/ui/components/atoms/vc-progress/index.d.ts +43 -43
  174. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
  175. package/dist/ui/components/atoms/vc-status-icon/index.d.ts +1 -9
  176. package/dist/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -1
  177. package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -1
  178. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +1 -1
  179. package/dist/ui/components/atoms/vc-video/index.d.ts +1 -19
  180. package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -1
  181. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +1 -4
  182. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  183. package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
  184. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +1 -1
  185. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +9 -9
  186. package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +8 -8
  187. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
  188. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +65 -75
  189. package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
  190. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +5 -16
  191. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  192. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +6 -20
  193. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  194. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
  195. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
  196. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -2
  197. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  198. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +59 -59
  199. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +2 -2
  200. package/dist/ui/components/molecules/vc-form/index.d.ts +22 -22
  201. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +8 -8
  202. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +99 -99
  203. package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
  204. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +8 -8
  205. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  206. package/dist/ui/components/molecules/vc-multivalue/index.d.ts +70 -70
  207. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +70 -70
  208. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  209. package/dist/ui/components/molecules/vc-notification/index.d.ts +1 -51
  210. package/dist/ui/components/molecules/vc-notification/index.d.ts.map +1 -1
  211. package/dist/ui/components/molecules/vc-pagination/index.d.ts +7 -7
  212. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +1 -1
  213. package/dist/ui/components/molecules/vc-rating/index.d.ts +25 -25
  214. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +80 -80
  215. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  216. package/dist/ui/components/molecules/vc-slider/index.d.ts +40 -40
  217. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +2 -2
  218. package/dist/ui/components/molecules/vc-textarea/index.d.ts +1 -230
  219. package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
  220. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +6 -6
  221. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  222. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +4 -7
  223. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  224. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +1 -1
  225. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +13 -13
  226. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  227. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +10 -10
  228. package/dist/ui/components/organisms/vc-app/index.d.ts +93 -92
  229. package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
  230. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +20 -21
  231. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  232. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
  233. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +9 -9
  234. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
  235. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +2 -2
  236. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  237. package/dist/ui/components/organisms/vc-blade/index.d.ts +70 -70
  238. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
  239. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +70 -70
  240. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  241. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +15 -15
  242. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +3 -3
  243. package/dist/ui/components/organisms/vc-gallery/index.d.ts +30 -42
  244. package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
  245. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +8 -10
  246. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  247. package/dist/ui/components/organisms/vc-login-form/index.d.ts +24 -24
  248. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +4 -15
  249. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  250. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +1 -103
  251. package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +1 -1
  252. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +2 -0
  253. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -1
  254. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts +1 -1
  255. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts +2 -2
  256. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +2 -2
  257. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +1 -1
  258. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
  259. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +2 -2
  260. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  261. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +15 -15
  262. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  263. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +105 -105
  264. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  265. package/package.json +5 -5
  266. package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +3 -3
  267. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -1
  268. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +7 -7
  269. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +80 -80
  270. package/shared/components/blade-navigation/types/index.ts +50 -18
  271. package/shared/components/change-password/change-password.vue +32 -5
  272. package/shared/components/error-interceptor/interceptor.ts +4 -4
  273. package/shared/components/notifications/composables/useContainer/index.ts +2 -2
  274. package/shared/components/notifications/composables/useInstance/index.ts +2 -2
  275. package/shared/components/notifications/core/notification.ts +2 -2
  276. package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +2 -2
  277. package/shared/components/popup-handler/composables/usePopup/index.ts +13 -6
  278. package/shared/components/popup-handler/types/index.ts +1 -7
  279. package/shared/components/user-dropdown-button/user-dropdown-button.vue +1 -1
  280. package/shared/modules/assets/components/assets-details/assets-details.vue +12 -6
  281. package/shared/modules/assets/components/assets-details/index.ts +1 -3
  282. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +10 -10
  283. package/shared/modules/dynamic/components/FIELD_MAP.ts +4 -2
  284. package/shared/modules/dynamic/components/SchemaRender.ts +2 -2
  285. package/shared/modules/dynamic/components/factories.ts +24 -13
  286. package/shared/modules/dynamic/components/fields/Button.ts +3 -3
  287. package/shared/modules/dynamic/components/fields/Card.ts +30 -15
  288. package/shared/modules/dynamic/components/fields/Checkbox.ts +2 -2
  289. package/shared/modules/dynamic/components/fields/ContentField.ts +2 -2
  290. package/shared/modules/dynamic/components/fields/DynamicProperty.ts +19 -9
  291. package/shared/modules/dynamic/components/fields/Fieldset.ts +7 -4
  292. package/shared/modules/dynamic/components/fields/GalleryField.ts +42 -22
  293. package/shared/modules/dynamic/components/fields/ImageField.ts +2 -2
  294. package/shared/modules/dynamic/components/fields/InputCurrency.ts +8 -4
  295. package/shared/modules/dynamic/components/fields/InputField.ts +9 -9
  296. package/shared/modules/dynamic/components/fields/SelectField.ts +6 -3
  297. package/shared/modules/dynamic/components/fields/StatusField.ts +3 -3
  298. package/shared/modules/dynamic/components/fields/TextareaField.ts +41 -0
  299. package/shared/modules/dynamic/components/fields/ValidationField.ts +9 -9
  300. package/shared/modules/dynamic/components/fields/VideoField.ts +2 -5
  301. package/shared/modules/dynamic/components/fields/props.ts +1 -2
  302. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +18 -10
  303. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +7 -6
  304. package/shared/modules/dynamic/factories/base/useListFactory.ts +4 -4
  305. package/shared/modules/dynamic/factories/types/index.ts +11 -9
  306. package/shared/modules/dynamic/helpers/nodeBuilder.ts +97 -34
  307. package/shared/modules/dynamic/helpers/override.ts +14 -27
  308. package/shared/modules/dynamic/helpers/safeIn.ts +6 -0
  309. package/shared/modules/dynamic/helpers/setters.ts +11 -2
  310. package/shared/modules/dynamic/helpers/toolbarReducer.ts +3 -3
  311. package/shared/modules/dynamic/helpers/unwrapInterpolation.ts +2 -1
  312. package/shared/modules/dynamic/index.ts +38 -29
  313. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +33 -31
  314. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +45 -33
  315. package/shared/modules/dynamic/types/index.ts +436 -34
  316. package/shared/modules/dynamic/types/models.ts +11 -3
  317. package/shared/pages/InvitePage/components/invite/Invite.vue +17 -19
  318. package/shared/pages/LoginPage/components/login/Login.vue +6 -8
  319. package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +17 -19
  320. package/shared/utilities/assets.ts +6 -4
  321. package/shared/utilities/vueUtils.ts +46 -0
  322. package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +8 -2
  323. package/ui/components/atoms/vc-status-icon/index.ts +1 -3
  324. package/ui/components/atoms/vc-video/vc-video.vue +1 -14
  325. package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +1 -3
  326. package/ui/components/molecules/vc-editor/vc-editor.vue +13 -7
  327. package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +14 -5
  328. package/ui/components/molecules/vc-field/vc-field.vue +1 -1
  329. package/ui/components/molecules/vc-input/vc-input.vue +4 -4
  330. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +11 -11
  331. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +1 -1
  332. package/ui/components/molecules/vc-notification/index.ts +1 -3
  333. package/ui/components/molecules/vc-notification/vc-notification.vue +6 -6
  334. package/ui/components/molecules/vc-select/vc-select.vue +6 -4
  335. package/ui/components/molecules/vc-textarea/index.ts +1 -10
  336. package/ui/components/molecules/vc-textarea/vc-textarea.vue +6 -1
  337. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +0 -1
  338. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +3 -3
  339. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +7 -7
  340. package/ui/components/organisms/vc-app/vc-app.vue +11 -19
  341. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +2 -2
  342. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +2 -2
  343. package/ui/components/organisms/vc-blade/vc-blade.vue +1 -1
  344. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +3 -3
  345. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +1 -1
  346. package/ui/components/organisms/vc-gallery/vc-gallery.vue +29 -26
  347. package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +3 -16
  348. package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +1 -1
  349. package/ui/components/organisms/vc-notification-template/index.ts +1 -3
  350. package/ui/components/organisms/vc-notification-template/vc-notification-template.vue +35 -17
  351. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +6 -6
  352. package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +7 -5
  353. package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +11 -16
  354. package/ui/components/organisms/vc-table/vc-table.vue +45 -42
@@ -1,9 +1,11 @@
1
- import { VcField, VcIcon, VcImage, VcInput, VcStatus, VcVideo } from "./../../../../ui/components";
1
+ import { VcField, VcGallery, VcIcon, VcImage, VcInput, VcStatus, VcVideo } from "./../../../../ui/components";
2
2
  import { ITableColumns, IValidationRules } from "../../../../core/types";
3
3
  import type { ComponentProps } from "vue-component-type-helpers";
4
4
  export type KeysOfUnion<T> = T extends T ? keyof T : never;
5
5
  export type Composable<T> = T[keyof T];
6
6
  export type DynamicSchema = DynamicGridSchema | DynamicDetailsSchema;
7
+ type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
8
+ type RequiredBy<T, K extends keyof T> = Omit<T, K> & Required<Pick<T, K>>;
7
9
  export interface DynamicGridSchema {
8
10
  /**
9
11
  * @description Blade settings
@@ -32,27 +34,27 @@ export interface SettingsDetails extends SettingsBase {
32
34
  }
33
35
  export interface SettingsBase {
34
36
  /**
35
- * @description Blade url
37
+ * Blade url
36
38
  */
37
39
  url?: string;
38
40
  /**
39
- * @description Locale key for VueI18n locale files
41
+ * Locale key for VueI18n locale files
40
42
  */
41
43
  localizationPrefix: string;
42
44
  /**
43
- * @description Required component id
45
+ * Required component id
44
46
  */
45
47
  id: string;
46
48
  /**
47
- * @description Blade default header title
49
+ * Blade default header title
48
50
  */
49
51
  titleTemplate: string;
50
52
  /**
51
- * @description Composable to use at {@link SettingsBase.model } blade component view
53
+ * Composable to use at {@link SettingsBase.model } blade component view
52
54
  */
53
55
  composable: string;
54
56
  /**
55
- * @description Toolbar items array
57
+ * Toolbar items array
56
58
  * @default 'save', 'delete' in {@link SettingsDetails}
57
59
  * @default 'refresh', 'add' in {@link SettingsWorkspace}
58
60
  */
@@ -63,16 +65,17 @@ export interface SettingsBase {
63
65
  method: string;
64
66
  }[];
65
67
  /**
66
- * @description Blade component
68
+ * Blade component
67
69
  */
68
70
  component: string;
69
71
  /**
70
- * @description Blade permissions
72
+ * Blade permissions
71
73
  */
72
74
  permissions?: string | string[];
73
75
  pushNotificationType?: string | string[];
74
76
  }
75
- export interface ListContentSchema extends SchemaBase {
77
+ export interface ListContentSchema {
78
+ id: string;
76
79
  component: "vc-table";
77
80
  filter?: FilterSchema;
78
81
  multiselect?: boolean;
@@ -96,143 +99,539 @@ export interface ListContentSchema extends SchemaBase {
96
99
  component: string;
97
100
  };
98
101
  }
99
- export interface FormContentSchema extends SchemaBase {
102
+ export interface FormContentSchema {
103
+ id: string;
100
104
  component: "vc-form";
101
105
  children: ControlSchema[];
102
106
  }
103
107
  export interface GridTemplateOverride {
104
108
  component?: string;
105
109
  }
106
- export interface VisibilityOptions {
107
- method: string;
108
- }
110
+ /**
111
+ * Base component schema interface.
112
+ */
109
113
  export interface SchemaBase {
114
+ /** Unique identifier for component.
115
+ * @type {string}
116
+ */
110
117
  id: string;
118
+ /** Control label.
119
+ * To show label based on some bound property - use interpolation {} syntax.
120
+ * @example {someProperty}
121
+ * @type {string}
122
+ */
111
123
  label?: string;
112
- property?: string;
124
+ /** Property name to populate the component with data.
125
+ * @type {string}
126
+ */
127
+ property: string;
128
+ /** Vee-validate and custom validation rules for the schema.
129
+ *
130
+ * Available rules - {@link IValidationRules}
131
+ * @type {IValidationRules}
132
+ */
113
133
  rules?: IValidationRules;
134
+ /** Placeholder text for component.
135
+ * @type {string}
136
+ */
114
137
  placeholder?: string;
138
+ /** Disabled state for component.
139
+ * @description Method should be defined in the blade `scope`.
140
+ * Method should return boolean value.
141
+ * @type {{ method: string }}
142
+ */
115
143
  disabled?: {
116
144
  method: string;
117
145
  };
146
+ /** Tooltip text for component.
147
+ * @type {string}
148
+ */
118
149
  tooltip?: string;
119
- visibility?: VisibilityOptions;
150
+ /** Visibility options for component.
151
+ * @description Method should be defined in the blade `scope`.
152
+ * Method should return boolean value.
153
+ * @type {{ method: string }}
154
+ */
155
+ visibility?: {
156
+ method: string;
157
+ };
158
+ /** Flag to indicate if the component supports multilanguage.
159
+ * @type {boolean}
160
+ */
120
161
  multilanguage?: boolean;
162
+ /** Additional method that is called when the modelValue of the component changes
163
+ * @description Method should be defined in the blade `scope`.
164
+ * @type {{ method: string }}
165
+ */
121
166
  update?: {
122
167
  method: string;
123
168
  };
124
169
  }
170
+ /**
171
+ * Select schema interface.
172
+ * @interface
173
+ */
125
174
  export interface SelectSchema extends SchemaBase {
175
+ /**
176
+ * Component type for select.
177
+ * @type {"vc-select"}
178
+ */
126
179
  component: "vc-select";
180
+ /**
181
+ * Property of optionProperty which holds the `value`
182
+ * @default id
183
+ * @type {string}
184
+ */
127
185
  optionValue: string;
186
+ /**
187
+ * Property of optionProperty which holds the `label`
188
+ * @default title
189
+ * @type {string}
190
+ */
128
191
  optionLabel: string;
192
+ /**
193
+ * Method that is used to get select options.
194
+ * @description Method should be defined in the blade `scope`.
195
+ * @type {string}
196
+ */
129
197
  optionsMethod: string;
198
+ /**
199
+ * Name of custom template to display data in select.
200
+ * Component should be registered globally.
201
+ * @type {{component: string}}
202
+ */
130
203
  customTemplate?: {
131
204
  component: string;
132
205
  };
206
+ /**
207
+ * Whether the select is clearable or not.
208
+ * @type {boolean}
209
+ */
133
210
  clearable?: boolean;
211
+ /**
212
+ * Update model with the value of the selected option instead of the whole option
213
+ * @default true
214
+ * @example true
215
+ * only value will be emitted
216
+ * @example false
217
+ * whole option will be emitted
218
+ * {
219
+ * value: "someValue",
220
+ * label: "someLabel"
221
+ * }
222
+ */
134
223
  emitValue?: boolean;
224
+ /**
225
+ * Whether the select is searchable or not.
226
+ * @type {boolean}
227
+ */
135
228
  searchable?: boolean;
136
229
  }
230
+ export interface TextareaSchema extends SchemaBase {
231
+ /**
232
+ * Component type for textarea.
233
+ * @type {"vc-textarea"}
234
+ */
235
+ component: "vc-textarea";
236
+ /**
237
+ * Whether the textarea is clearable or not.
238
+ * @type {boolean}
239
+ */
240
+ clearable?: boolean;
241
+ }
242
+ /**
243
+ * Input schema interface.
244
+ * @interface
245
+ */
137
246
  export interface InputSchema extends SchemaBase {
247
+ /**
248
+ * Component type for input.
249
+ * @type {"vc-input"}
250
+ */
138
251
  component: "vc-input";
252
+ /**
253
+ * Input type.
254
+ * @type {"number" | "text" | "password" | "email" | "tel" | "url" | "time" | "date" | "datetime-local"}
255
+ */
139
256
  variant?: ComponentProps<typeof VcInput>["type"];
257
+ /**
258
+ * Whether the input is clearable or not.
259
+ * @type {boolean}
260
+ */
140
261
  clearable?: boolean;
262
+ /**
263
+ * Schema of component to be displayed before the input.
264
+ * @type {ControlSchema}
265
+ */
141
266
  prepend?: ControlSchema;
267
+ /**
268
+ * Schema of component to be displayed after the input
269
+ * @type {ControlSchema}
270
+ */
142
271
  append?: ControlSchema;
272
+ /**
273
+ * Schema of component to be displayed inside the input after the value.
274
+ * @type {ControlSchema}
275
+ */
143
276
  appendInner?: ControlSchema;
277
+ /**
278
+ * Schema of component to be displayed inside the input before the value.
279
+ * @type {ControlSchema}
280
+ */
144
281
  prependInner?: ControlSchema;
145
282
  }
146
- export interface VideoSchema extends SchemaBase {
283
+ /**
284
+ * Video schema interface.
285
+ * @interface
286
+ */
287
+ export interface VideoSchema extends Pick<SchemaBase, "id" | "property" | "label" | "visibility" | "tooltip" | "update"> {
288
+ /**
289
+ * Component type for video.
290
+ * @type {"vc-video"}
291
+ */
147
292
  component: "vc-video";
293
+ /**
294
+ * Video size.
295
+ * @type {"auto" | "xs" | "s" | "m" | "l" | "xl" | "xxl"}
296
+ */
148
297
  size?: ComponentProps<typeof VcVideo>["size"];
149
- rounded?: boolean;
150
- bordered?: boolean;
151
- clickable?: boolean;
152
298
  }
153
- export interface FieldSchema extends SchemaBase {
299
+ /**
300
+ * Data field schema interface.
301
+ * @interface
302
+ */
303
+ export interface FieldSchema extends Pick<SchemaBase, "id" | "property" | "label" | "visibility" | "tooltip"> {
304
+ /**
305
+ * Component type for field.
306
+ * @type {"vc-field"}
307
+ */
154
308
  component: "vc-field";
309
+ /**
310
+ * Field variant.
311
+ * @type {"text" | "normal" | "date" | "date-ago" | "link"}
312
+ */
155
313
  variant?: ComponentProps<typeof VcField>["type"];
314
+ /**
315
+ * Whether the field is copyable or not.
316
+ * @type {boolean}
317
+ */
156
318
  copyable?: boolean;
157
319
  }
158
- export interface ImageSchema extends SchemaBase {
320
+ /**
321
+ * Image schema interface.
322
+ * @interface
323
+ */
324
+ export interface ImageSchema extends Pick<SchemaBase, "id" | "property" | "visibility" | "update"> {
325
+ /**
326
+ * Component type for image.
327
+ * @type {"vc-image"}
328
+ */
159
329
  component: "vc-image";
330
+ /**
331
+ * Image aspect ratio.
332
+ * @type {"1x1" | "16x9" | "4x3" | "3x2"}
333
+ */
160
334
  aspect?: ComponentProps<typeof VcImage>["aspect"];
335
+ /**
336
+ * Image size.
337
+ * @type {"auto" | "xs" | "s" | "m" | "l" | "xl" | "xxl"}
338
+ */
161
339
  size?: ComponentProps<typeof VcImage>["size"];
340
+ /**
341
+ * Size of the element's background image. Accepts auto, cover, contain CSS background-size value.
342
+ * @type {"auto" | "contain" | "cover"}
343
+ */
162
344
  background?: ComponentProps<typeof VcImage>["background"];
345
+ /**
346
+ * Whether the image is rounded or not.
347
+ * @type {boolean}
348
+ */
163
349
  rounded?: boolean;
350
+ /**
351
+ * Whether the image is bordered or not.
352
+ * @type {boolean}
353
+ */
164
354
  bordered?: boolean;
355
+ /**
356
+ * Whether the image has preview on click or not.
357
+ * @type {boolean}
358
+ */
165
359
  clickable?: boolean;
166
360
  }
167
- export interface StatusSchema extends SchemaBase {
361
+ /**
362
+ * Status schema interface.
363
+ * @interface
364
+ */
365
+ export interface StatusSchema extends Pick<SchemaBase, "id" | "visibility"> {
366
+ /**
367
+ * Component type for status.
368
+ * @type {"vc-status"}
369
+ */
168
370
  component: "vc-status";
371
+ /**
372
+ * Whether the status is outlined or not.
373
+ * @type {boolean}
374
+ */
169
375
  outline?: boolean;
376
+ /**
377
+ * Whether the status is extendable or not.
378
+ * @type {boolean}
379
+ */
170
380
  extend?: boolean;
381
+ /**
382
+ * Status variant.
383
+ * @type {"info" | "warning" | "danger" | "success" | "light-danger"}
384
+ */
171
385
  variant?: ComponentProps<typeof VcStatus>["variant"];
386
+ /**
387
+ * Status icon.
388
+ * @type {string}
389
+ */
172
390
  icon?: string;
391
+ /**
392
+ * Status icon size.
393
+ * @type {"xs" | "s" | "m" | "l" | "xl" | "xxl" | "xxxl"}
394
+ */
173
395
  iconSize?: ComponentProps<typeof VcIcon>["size"];
396
+ /**
397
+ * Status icon variant.
398
+ * @type {"warning" | "danger" | "success"}
399
+ */
174
400
  iconVariant?: ComponentProps<typeof VcIcon>["variant"];
401
+ /**
402
+ * Status title.
403
+ * @type {string}
404
+ */
175
405
  title?: string;
406
+ /**
407
+ * Method to call to get status content.
408
+ * @description Method should be defined in the blade `scope`.
409
+ * @type {{ method: string }}
410
+ */
176
411
  content: {
177
412
  method: string;
178
413
  };
179
414
  }
180
- export interface InputCurrencySchema extends SchemaBase {
415
+ /**
416
+ * Input-currency schema interface.
417
+ * @interface
418
+ */
419
+ export interface InputCurrencySchema extends Omit<SchemaBase, "multilanguage"> {
420
+ /**
421
+ * Component type for input-currency.
422
+ * @type {"vc-input-currency"}
423
+ */
181
424
  component: "vc-input-currency";
425
+ /**
426
+ * Property that holds available currency options.
427
+ * @type {string}
428
+ */
182
429
  optionProperty: string;
430
+ /**
431
+ * Property of optionProperty which holds the `value`
432
+ * @default id
433
+ * @type {string}
434
+ */
183
435
  optionValue?: string;
436
+ /**
437
+ * Property of optionProperty which holds the `label`
438
+ * @default title
439
+ * @type {string}
440
+ */
184
441
  optionLabel?: string;
442
+ /**
443
+ * Whether the input-currency is clearable or not.
444
+ * @type {boolean}
445
+ */
185
446
  clearable?: boolean;
186
447
  }
448
+ /**
449
+ * Editor schema interface.
450
+ * @interface
451
+ */
187
452
  export interface EditorSchema extends SchemaBase {
453
+ /**
454
+ * Component type for editor.
455
+ * @type {"vc-editor"}
456
+ */
188
457
  component: "vc-editor";
189
458
  }
190
- export interface DynamicPropertiesSchema extends SchemaBase {
459
+ /**
460
+ * Interface for dynamic properties schema.
461
+ * @interface
462
+ */
463
+ export interface DynamicPropertiesSchema extends Pick<SchemaBase, "id" | "disabled" | "property" | "visibility"> {
464
+ /**
465
+ * The component type for dynamic properties.
466
+ * @type {"vc-dynamic-properties"}
467
+ */
191
468
  component: "vc-dynamic-properties";
469
+ /**
470
+ * An array of property names to exclude from the dynamic properties schema.
471
+ * @type {string[]}
472
+ */
192
473
  exclude?: string[];
474
+ /**
475
+ * An array of property names to include in the dynamic properties schema.
476
+ * @type {string[]}
477
+ */
193
478
  include?: string[];
194
479
  }
195
- export interface GallerySchema extends SchemaBase {
480
+ /**
481
+ * Gallery schema interface.
482
+ * @interface
483
+ */
484
+ export interface GallerySchema extends Omit<SchemaBase, "placeholder" | "multilanguage"> {
485
+ /**
486
+ * Component type for the gallery.
487
+ * @type {"vc-gallery"}
488
+ */
196
489
  component: "vc-gallery";
490
+ /**
491
+ * Folder name for files upload.
492
+ * @type {string}
493
+ */
197
494
  uploadFolder: string;
495
+ /**
496
+ * Gallery type
497
+ * @type {"gallery" | "file-upload"}
498
+ */
499
+ variant?: ComponentProps<typeof VcGallery>["variant"];
500
+ /**
501
+ * Whether the gallery has multiple files upload or not.
502
+ * @type {boolean}
503
+ */
504
+ multiple?: boolean;
505
+ /**
506
+ * Gallery item button actions on hover.
507
+ * @type {{
508
+ preview: boolean;
509
+ edit: boolean;
510
+ remove: boolean;
511
+ }}
512
+ */
513
+ actions?: ComponentProps<typeof VcGallery>["itemActions"];
198
514
  }
199
- export interface CardSchema extends SchemaBase {
515
+ /**
516
+ * Interface for a card schema.
517
+ * @interface
518
+ */
519
+ export interface CardSchema extends RequiredBy<Pick<SchemaBase, "id" | "label" | "visibility">, "label"> {
520
+ /**
521
+ * Component type for the card.
522
+ * @type {"vc-card"}
523
+ */
200
524
  component: "vc-card";
525
+ /**
526
+ * Array of control schemas for the fields in the card.
527
+ * @type {ControlSchema[]}
528
+ */
201
529
  fields: ControlSchema[];
530
+ /**
531
+ * Button schema for the action button in the card, along with the action method to use.
532
+ * @type {ButtonSchema & { method: string }}
533
+ */
202
534
  action?: ButtonSchema & {
203
535
  method: string;
204
536
  };
537
+ /**
538
+ * Whether the card is collapsible or not.
539
+ * @type {boolean}
540
+ */
205
541
  collapsible?: boolean;
206
542
  }
207
- export interface WidgetsSchema extends SchemaBase {
543
+ export interface WidgetsSchema extends Pick<SchemaBase, "id"> {
208
544
  component: "vc-widgets";
209
545
  children: string[];
210
546
  }
211
- export interface CheckboxSchema extends SchemaBase {
547
+ export interface CheckboxSchema extends Omit<SchemaBase, "multilanguage" | "placeholder"> {
212
548
  component: "vc-checkbox";
213
549
  content: string;
214
550
  trueValue?: boolean;
215
551
  falseValue?: boolean;
216
552
  }
217
- export interface FieldsetSchema extends SchemaBase {
553
+ /**
554
+ * Fieldset schema interface.
555
+ * @interface
556
+ */
557
+ export interface FieldsetSchema extends PartialBy<Pick<SchemaBase, "id" | "property" | "visibility">, "property"> {
558
+ /**
559
+ * Component type for the fieldset.
560
+ * @type {"vc-fieldset"}
561
+ */
218
562
  component: "vc-fieldset";
563
+ /**
564
+ * Number of columns to display the fields in.
565
+ * @type {number}
566
+ */
219
567
  columns?: number;
568
+ /**
569
+ * Array of numbers that define the aspect ratio of each column.
570
+ * @example Set to [1, 1] to make all columns equal width.
571
+ * @description Uses CSS flex-grow property.
572
+ * @type {number[]}
573
+ */
220
574
  aspectRatio?: number[];
221
- fields: Exclude<ControlSchema[], FieldsetSchema>;
575
+ /**
576
+ * Array of control schemas to be displayed in the fieldset.
577
+ * @type {ControlSchema[]}
578
+ */
579
+ fields: ControlSchema[];
580
+ /**
581
+ * Method to call to remove field from the fieldset. When set - activates remove button.
582
+ *
583
+ * Used for property-based fieldsets.
584
+ *
585
+ * Allows to remove selected fieldset.
586
+ * @description Method should be defined in the blade `scope`.
587
+ * @type {{ method: string }}
588
+ */
222
589
  remove?: {
223
590
  method: string;
224
591
  };
225
592
  }
226
- export interface ButtonSchema extends SchemaBase {
593
+ /**
594
+ * Button schema interface.
595
+ */
596
+ export interface ButtonSchema extends Pick<SchemaBase, "id" | "disabled" | "visibility"> {
597
+ /**
598
+ * Component type.
599
+ * @type {"vc-button"}
600
+ */
227
601
  component: "vc-button";
602
+ /**
603
+ * Button inner text.
604
+ * @type {string}
605
+ */
228
606
  content: string;
607
+ /**
608
+ * Small sized button.
609
+ * @type {boolean}
610
+ */
229
611
  small?: boolean;
612
+ /**
613
+ * Button icon.
614
+ * @type {string}
615
+ */
230
616
  icon?: string;
617
+ /**
618
+ * Size of the button icon.
619
+ * @type {ComponentProps<typeof VcIcon>["size"]}
620
+ */
231
621
  iconSize?: ComponentProps<typeof VcIcon>["size"];
622
+ /**
623
+ * Button as text without overlay.
624
+ * @type {boolean}
625
+ */
232
626
  text?: boolean;
233
- method?: string;
627
+ /**
628
+ * Method to be called when the button is clicked.
629
+ * @description Method should be defined in the blade `scope`.
630
+ * @type {string}
631
+ */
632
+ method: string;
234
633
  }
235
- export type ControlSchema = SelectSchema | InputSchema | EditorSchema | DynamicPropertiesSchema | GallerySchema | CardSchema | WidgetsSchema | CheckboxSchema | FieldsetSchema | ButtonSchema | InputCurrencySchema | StatusSchema | FieldSchema | VideoSchema | ImageSchema;
634
+ export type ControlSchema = SelectSchema | InputSchema | EditorSchema | DynamicPropertiesSchema | GallerySchema | CardSchema | WidgetsSchema | CheckboxSchema | FieldsetSchema | ButtonSchema | InputCurrencySchema | StatusSchema | FieldSchema | VideoSchema | ImageSchema | TextareaSchema;
236
635
  export interface FilterBase {
237
636
  columns: {
238
637
  title: string;
@@ -276,4 +675,5 @@ export interface OverridesRemove {
276
675
  path: string;
277
676
  id: string;
278
677
  }
678
+ export {};
279
679
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/types/index.ts"],"names":[],"mappings":"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"}