@vc-shell/framework 1.0.109 → 1.0.111

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 (423) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/core/composables/useApiClient/index.ts +1 -1
  3. package/core/composables/useAsync/index.ts +2 -2
  4. package/core/composables/usePermissions/index.ts +7 -18
  5. package/core/composables/useUser/index.ts +13 -11
  6. package/core/directives/loading/index.ts +5 -27
  7. package/core/directives/loading/styles.css +38 -0
  8. package/core/plugins/modularity/index.ts +41 -14
  9. package/core/plugins/permissions/index.ts +3 -3
  10. package/core/plugins/validation/rules.ts +24 -7
  11. package/core/types/index.ts +36 -3
  12. package/dist/core/composables/useApiClient/index.d.ts +1 -1
  13. package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
  14. package/dist/core/composables/useAsync/index.d.ts +1 -1
  15. package/dist/core/composables/useAsync/index.d.ts.map +1 -1
  16. package/dist/core/composables/useI18n/index.d.ts +1 -1
  17. package/dist/core/composables/useI18n/index.d.ts.map +1 -1
  18. package/dist/core/composables/usePermissions/index.d.ts +1 -2
  19. package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
  20. package/dist/core/composables/useUser/index.d.ts +1 -0
  21. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  22. package/dist/core/directives/loading/index.d.ts +3 -2
  23. package/dist/core/directives/loading/index.d.ts.map +1 -1
  24. package/dist/core/plugins/modularity/index.d.ts +13 -4
  25. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  26. package/dist/core/plugins/validation/rules.d.ts.map +1 -1
  27. package/dist/core/types/index.d.ts +41 -2
  28. package/dist/core/types/index.d.ts.map +1 -1
  29. package/dist/framework.mjs +30057 -27524
  30. package/dist/index.css +1 -1
  31. package/dist/index.d.ts +1 -2
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +14 -23
  34. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  35. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +28 -25
  36. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  37. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  38. package/dist/shared/components/blade-navigation/types/index.d.ts +5 -2
  39. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  40. package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
  41. package/dist/shared/components/error-interceptor/index.d.ts +3 -3
  42. package/dist/shared/components/language-selector/language-selector.vue.d.ts +41 -26
  43. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  44. package/dist/shared/components/notifications/components/notification-container/index.d.ts +12 -12
  45. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  46. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  47. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  48. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  49. package/dist/shared/components/user-dropdown-button/index.d.ts +11 -11
  50. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +35 -22
  51. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  52. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +39 -28
  53. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  54. package/dist/shared/modules/assets/components/assets-details/index.d.ts +13 -13
  55. package/dist/shared/modules/assets/index.d.ts +3 -1
  56. package/dist/shared/modules/assets/index.d.ts.map +1 -1
  57. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +42 -29
  58. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  59. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +9 -9
  60. package/dist/shared/modules/assets-manager/index.d.ts +3 -1
  61. package/dist/shared/modules/assets-manager/index.d.ts.map +1 -1
  62. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +2204 -0
  63. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -0
  64. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +220 -0
  65. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -0
  66. package/dist/shared/modules/dynamic/components/factories.d.ts +15 -0
  67. package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -0
  68. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +131 -0
  69. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -0
  70. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +131 -0
  71. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -0
  72. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +131 -0
  73. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -0
  74. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +130 -0
  75. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -0
  76. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +128 -0
  77. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -0
  78. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +131 -0
  79. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -0
  80. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +132 -0
  81. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -0
  82. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +131 -0
  83. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -0
  84. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +131 -0
  85. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -0
  86. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +131 -0
  87. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -0
  88. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +131 -0
  89. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -0
  90. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +13 -0
  91. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +1 -0
  92. package/dist/shared/modules/dynamic/components/fields/props.d.ts +124 -0
  93. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -0
  94. package/dist/shared/modules/dynamic/components/index.d.ts +4 -0
  95. package/dist/shared/modules/dynamic/components/index.d.ts.map +1 -0
  96. package/dist/shared/modules/dynamic/composables/index.d.ts +2 -0
  97. package/dist/shared/modules/dynamic/composables/index.d.ts.map +1 -0
  98. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +35 -0
  99. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -0
  100. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +8 -0
  101. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -0
  102. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +22 -0
  103. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +1 -0
  104. package/dist/shared/modules/dynamic/factories/index.d.ts +4 -0
  105. package/dist/shared/modules/dynamic/factories/index.d.ts.map +1 -0
  106. package/dist/shared/modules/dynamic/factories/types/index.d.ts +101 -0
  107. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -0
  108. package/dist/shared/modules/dynamic/helpers/getters.d.ts +2 -0
  109. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -0
  110. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +13 -0
  111. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -0
  112. package/dist/shared/modules/dynamic/helpers/override.d.ts +7 -0
  113. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +1 -0
  114. package/dist/shared/modules/dynamic/helpers/setters.d.ts +8 -0
  115. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +1 -0
  116. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts +11 -0
  117. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts.map +1 -0
  118. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +2 -0
  119. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +1 -0
  120. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +3 -0
  121. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +1 -0
  122. package/dist/shared/modules/dynamic/index.d.ts +32 -0
  123. package/dist/shared/modules/dynamic/index.d.ts.map +1 -0
  124. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +68 -0
  125. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -0
  126. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +79 -0
  127. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -0
  128. package/dist/shared/modules/dynamic/pages/index.d.ts +4 -0
  129. package/dist/shared/modules/dynamic/pages/index.d.ts.map +1 -0
  130. package/dist/shared/modules/dynamic/types/index.d.ts +250 -0
  131. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -0
  132. package/dist/shared/modules/dynamic/types/models.d.ts +93 -0
  133. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -0
  134. package/dist/shared/modules/index.d.ts +1 -0
  135. package/dist/shared/modules/index.d.ts.map +1 -1
  136. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  137. package/dist/shared/pages/InvitePage/index.d.ts +0 -3
  138. package/dist/shared/pages/InvitePage/index.d.ts.map +1 -1
  139. package/dist/shared/pages/InvitePage/plugin.d.ts +4 -0
  140. package/dist/shared/pages/InvitePage/plugin.d.ts.map +1 -0
  141. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +45 -9
  142. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  143. package/dist/shared/pages/LoginPage/components/login/index.d.ts +14 -0
  144. package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
  145. package/dist/shared/pages/LoginPage/index.d.ts +0 -1
  146. package/dist/shared/pages/LoginPage/index.d.ts.map +1 -1
  147. package/dist/shared/pages/LoginPage/plugin.d.ts +1 -3
  148. package/dist/shared/pages/LoginPage/plugin.d.ts.map +1 -1
  149. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  150. package/dist/shared/pages/ResetPasswordPage/index.d.ts +0 -3
  151. package/dist/shared/pages/ResetPasswordPage/index.d.ts.map +1 -1
  152. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +4 -0
  153. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +1 -0
  154. package/dist/shared/pages/index.d.ts +0 -6
  155. package/dist/shared/pages/index.d.ts.map +1 -1
  156. package/dist/shared/pages/plugin.d.ts +4 -0
  157. package/dist/shared/pages/plugin.d.ts.map +1 -0
  158. package/dist/tsconfig.tsbuildinfo +1 -1
  159. package/dist/ui/components/atoms/index.d.ts +1 -0
  160. package/dist/ui/components/atoms/index.d.ts.map +1 -1
  161. package/dist/ui/components/atoms/vc-badge/index.d.ts +4 -4
  162. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +22 -11
  163. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  164. package/dist/ui/components/atoms/vc-button/index.d.ts +1 -208
  165. package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
  166. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +75 -27
  167. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  168. package/dist/ui/components/atoms/vc-card/index.d.ts +32 -38
  169. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  170. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +46 -27
  171. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  172. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +72 -38
  173. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  174. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +69 -28
  175. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  176. package/dist/ui/components/atoms/vc-col/index.d.ts +1 -1
  177. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +11 -22
  178. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  179. package/dist/ui/components/atoms/vc-container/index.d.ts +5 -5
  180. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +22 -11
  181. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  182. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
  183. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  184. package/dist/ui/components/atoms/vc-icon/index.d.ts +13 -7
  185. package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
  186. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +28 -26
  187. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  188. package/dist/ui/components/atoms/vc-image/index.d.ts +16 -16
  189. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +54 -29
  190. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  191. package/dist/ui/components/atoms/vc-info-row/index.d.ts +9 -9
  192. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +30 -23
  193. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
  194. package/dist/ui/components/atoms/vc-label/index.d.ts +33 -39
  195. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  196. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +33 -26
  197. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  198. package/dist/ui/components/atoms/vc-link/index.d.ts +4 -4
  199. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +22 -11
  200. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  201. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +9 -10
  202. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  203. package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -1
  204. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +19 -24
  205. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  206. package/dist/ui/components/atoms/vc-row/index.d.ts +1 -1
  207. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  208. package/dist/ui/components/atoms/vc-status/index.d.ts +1 -142
  209. package/dist/ui/components/atoms/vc-status/index.d.ts.map +1 -1
  210. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +29 -28
  211. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  212. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +9 -10
  213. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  214. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +36 -11
  215. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  216. package/dist/ui/components/atoms/vc-video/index.d.ts +54 -0
  217. package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -0
  218. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +67 -0
  219. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -0
  220. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +28 -11
  221. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  222. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +5 -3
  223. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  224. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +23 -22
  225. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  226. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +28 -28
  227. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +48 -23
  228. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  229. package/dist/ui/components/molecules/vc-editor/index.d.ts +1 -226
  230. package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
  231. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +74 -28
  232. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  233. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +23 -23
  234. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +46 -27
  235. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  236. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
  237. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  238. package/dist/ui/components/molecules/vc-input/index.d.ts +1 -390
  239. package/dist/ui/components/molecules/vc-input/index.d.ts.map +1 -1
  240. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +181 -41
  241. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  242. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +90 -90
  243. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +143 -30
  244. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  245. package/dist/ui/components/molecules/vc-multivalue/index.d.ts +74 -10
  246. package/dist/ui/components/molecules/vc-multivalue/index.d.ts.map +1 -1
  247. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +74 -10
  248. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  249. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +51 -10
  250. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
  251. package/dist/ui/components/molecules/vc-pagination/index.d.ts +6 -6
  252. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +26 -25
  253. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  254. package/dist/ui/components/molecules/vc-rating/index.d.ts +19 -19
  255. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +46 -25
  256. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  257. package/dist/ui/components/molecules/vc-select/index.d.ts +65 -103
  258. package/dist/ui/components/molecules/vc-select/index.d.ts.map +1 -1
  259. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +65 -479
  260. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  261. package/dist/ui/components/molecules/vc-slider/index.d.ts +21 -21
  262. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +39 -26
  263. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  264. package/dist/ui/components/molecules/vc-textarea/index.d.ts +40 -40
  265. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +74 -25
  266. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  267. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +35 -12
  268. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  269. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +40 -23
  270. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
  271. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +47 -28
  272. 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
  273. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +31 -28
  274. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  275. package/dist/ui/components/organisms/vc-app/index.d.ts +67 -67
  276. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +86 -37
  277. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  278. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +44 -11
  279. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  280. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +61 -34
  281. 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
  282. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +13 -22
  283. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  284. package/dist/ui/components/organisms/vc-blade/index.d.ts +39 -39
  285. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +62 -31
  286. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  287. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +1 -140
  288. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
  289. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +64 -75
  290. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  291. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +58 -35
  292. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  293. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +22 -25
  294. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  295. package/dist/ui/components/organisms/vc-gallery/index.d.ts +37 -31
  296. package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
  297. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +130 -46
  298. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  299. package/dist/ui/components/organisms/vc-login-form/index.d.ts +9 -9
  300. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +23 -22
  301. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  302. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +28 -22
  303. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  304. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +0 -6
  305. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +1 -1
  306. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +36 -10
  307. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
  308. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +4 -4
  309. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +27 -10
  310. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -1
  311. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
  312. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
  313. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +38 -31
  314. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  315. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +18 -9
  316. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  317. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +12 -19
  318. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  319. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +23 -24
  320. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  321. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +29 -26
  322. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  323. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +14 -14
  324. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  325. package/dist/ui/components/organisms/vc-table/index.d.ts +1 -214
  326. package/dist/ui/components/organisms/vc-table/index.d.ts.map +1 -1
  327. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +90 -105
  328. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  329. package/package.json +9 -8
  330. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +2 -2
  331. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +16 -14
  332. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +37 -30
  333. package/shared/components/blade-navigation/types/index.ts +7 -3
  334. package/shared/components/notifications/composables/useContainer/index.ts +2 -5
  335. package/shared/components/popup-handler/composables/usePopup/index.ts +0 -2
  336. package/shared/modules/assets/components/assets-details/assets-details.vue +6 -6
  337. package/shared/modules/assets/index.ts +2 -2
  338. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +3 -3
  339. package/shared/modules/assets-manager/index.ts +2 -2
  340. package/shared/modules/dynamic/components/FIELD_MAP.ts +27 -0
  341. package/shared/modules/dynamic/components/SchemaRender.ts +81 -0
  342. package/shared/modules/dynamic/components/factories.ts +159 -0
  343. package/shared/modules/dynamic/components/fields/Button.ts +31 -0
  344. package/shared/modules/dynamic/components/fields/Card.ts +86 -0
  345. package/shared/modules/dynamic/components/fields/Checkbox.ts +44 -0
  346. package/shared/modules/dynamic/components/fields/DynamicProperty.ts +99 -0
  347. package/shared/modules/dynamic/components/fields/EditorField.ts +43 -0
  348. package/shared/modules/dynamic/components/fields/Fieldset.ts +77 -0
  349. package/shared/modules/dynamic/components/fields/GalleryField.ts +121 -0
  350. package/shared/modules/dynamic/components/fields/InputCurrency.ts +49 -0
  351. package/shared/modules/dynamic/components/fields/InputField.ts +42 -0
  352. package/shared/modules/dynamic/components/fields/SelectField.ts +55 -0
  353. package/shared/modules/dynamic/components/fields/StatusField.ts +55 -0
  354. package/shared/modules/dynamic/components/fields/ValidationField.ts +53 -0
  355. package/shared/modules/dynamic/components/fields/props.ts +52 -0
  356. package/shared/modules/dynamic/components/index.ts +4 -0
  357. package/shared/modules/dynamic/composables/index.ts +1 -0
  358. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +235 -0
  359. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +83 -0
  360. package/shared/modules/dynamic/factories/base/useListFactory.ts +68 -0
  361. package/shared/modules/dynamic/factories/index.ts +4 -0
  362. package/shared/modules/dynamic/factories/types/index.ts +103 -0
  363. package/shared/modules/dynamic/helpers/getters.ts +10 -0
  364. package/shared/modules/dynamic/helpers/nodeBuilder.ts +112 -0
  365. package/shared/modules/dynamic/helpers/override.ts +70 -0
  366. package/shared/modules/dynamic/helpers/setters.ts +15 -0
  367. package/shared/modules/dynamic/helpers/toolbarReducer.ts +41 -0
  368. package/shared/modules/dynamic/helpers/unrefNested.ts +14 -0
  369. package/shared/modules/dynamic/helpers/unwrapInterpolation.ts +15 -0
  370. package/shared/modules/dynamic/index.ts +163 -0
  371. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +292 -0
  372. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +437 -0
  373. package/shared/modules/dynamic/pages/index.ts +4 -0
  374. package/shared/modules/dynamic/types/index.ts +287 -0
  375. package/shared/modules/dynamic/types/models.ts +140 -0
  376. package/shared/modules/index.ts +1 -0
  377. package/shared/pages/InvitePage/index.ts +0 -6
  378. package/shared/pages/InvitePage/plugin.ts +5 -0
  379. package/shared/pages/LoginPage/components/login/Login.vue +5 -6
  380. package/shared/pages/LoginPage/index.ts +0 -1
  381. package/shared/pages/LoginPage/plugin.ts +1 -13
  382. package/shared/pages/ResetPasswordPage/index.ts +0 -6
  383. package/shared/pages/ResetPasswordPage/plugin.ts +5 -0
  384. package/shared/pages/index.ts +0 -9
  385. package/shared/pages/plugin.ts +3 -0
  386. package/ui/components/atoms/index.ts +1 -0
  387. package/ui/components/atoms/vc-button/index.ts +1 -10
  388. package/ui/components/atoms/vc-button/vc-button.vue +8 -2
  389. package/ui/components/atoms/vc-card/index.ts +1 -9
  390. package/ui/components/atoms/vc-card/vc-card.vue +6 -1
  391. package/ui/components/atoms/vc-checkbox/index.ts +1 -9
  392. package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +32 -10
  393. package/ui/components/atoms/vc-icon/vc-icon.vue +16 -3
  394. package/ui/components/atoms/vc-label/index.ts +1 -9
  395. package/ui/components/atoms/vc-label/vc-label.vue +5 -0
  396. package/ui/components/atoms/vc-status/index.ts +1 -10
  397. package/ui/components/atoms/vc-status/vc-status.vue +5 -1
  398. package/ui/components/atoms/vc-video/index.ts +3 -0
  399. package/ui/components/atoms/vc-video/vc-video.vue +102 -0
  400. package/ui/components/atoms/vc-widget/vc-widget.vue +1 -1
  401. package/ui/components/molecules/vc-editor/index.ts +1 -10
  402. package/ui/components/molecules/vc-editor/vc-editor.vue +16 -0
  403. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +4 -4
  404. package/ui/components/molecules/vc-input/index.ts +1 -60
  405. package/ui/components/molecules/vc-input/vc-input.vue +112 -37
  406. package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
  407. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +21 -17
  408. package/ui/components/molecules/vc-select/index.ts +1 -1
  409. package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
  410. package/ui/components/molecules/vc-select/vc-select.vue +11 -37
  411. package/ui/components/organisms/vc-dynamic-property/index.ts +1 -3
  412. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +199 -257
  413. package/ui/components/organisms/vc-gallery/vc-gallery.vue +9 -7
  414. package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +10 -1
  415. package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +1 -10
  416. package/ui/components/organisms/vc-table/index.ts +1 -3
  417. package/ui/components/organisms/vc-table/vc-table.stories.ts +3 -3
  418. package/ui/components/organisms/vc-table/vc-table.vue +29 -16
  419. package/core/api/catalog.ts +0 -8527
  420. package/dist/core/api/catalog.d.ts +0 -2522
  421. package/dist/core/api/catalog.d.ts.map +0 -1
  422. package/dist/typings/index.d.ts +0 -8
  423. package/dist/typings/index.d.ts.map +0 -1
@@ -3,252 +3,35 @@ declare const _default: <T, P extends {
3
3
  results?: T[];
4
4
  totalCount?: number;
5
5
  }>(__VLS_props: {
6
- /**
7
- * Name of select
8
- */
6
+ disabled?: boolean;
9
7
  name?: string;
10
- /**
11
- * Model of the component; Must be Array if using 'multiple' prop; Use this property with a listener for 'update:modelValue' event OR use v-model directive
12
- */
8
+ label?: string;
13
9
  modelValue?: any;
14
- /**
15
- * Try to map labels of model from 'options' Array; If you are using emit-value you will probably need to use map-options to display the label text in the select field rather than the value;
16
- * Default value: true
17
- */
18
- mapOptions?: boolean;
19
- /**
20
- * Does field have validation errors?
21
- */
22
- error?: boolean;
23
- /**
24
- * Validation error message (gets displayed only if 'error' is set to 'true')
25
- */
10
+ required?: boolean;
26
11
  errorMessage?: string;
27
- /**
28
- * Select label
29
- */
30
- label?: string;
31
- /**
32
- * Select description (hint) text below input component
33
- */
12
+ "onUpdate:modelValue"?: (inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]) => any;
13
+ multilanguage?: boolean;
14
+ currentLanguage?: string;
15
+ tooltip?: string;
16
+ error?: boolean;
17
+ multiple?: boolean;
18
+ placeholder?: string;
19
+ options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>);
20
+ onClose?: () => any;
34
21
  hint?: string;
35
- /**
36
- * Prefix
37
- */
22
+ clearable?: boolean;
38
23
  prefix?: string;
39
- /**
40
- * Suffix
41
- */
42
24
  suffix?: string;
43
- /**
44
- * Signals the user a process is in progress by displaying a spinner
45
- */
46
25
  loading?: boolean;
47
- /**
48
- * Appends clearable icon when a value is set;
49
- * When clicked, model becomes null
50
- */
51
- clearable?: boolean;
52
- /**
53
- * Put component in disabled mode
54
- */
55
- disabled?: boolean;
56
- /**
57
- * Allow multiple selection; Model must be Array
58
- */
59
- multiple?: boolean;
60
- /**
61
- * Available options that the user can select from.
62
- * Default value: []
63
- */
64
- options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>);
65
- /**
66
- * Property of option which holds the 'value'
67
- * Default value: id
68
- * @param option The current option being processed
69
- * @returns Value of the current option
70
- */
26
+ debounce?: number | string;
27
+ onSearch?: (inputValue: string) => any;
28
+ mapOptions?: boolean;
71
29
  optionValue?: OptionProp<T & P["results"][number]>;
72
- /**
73
- * Property of option which holds the 'label'
74
- * Default value: title
75
- * @param option The current option being processed
76
- * @returns Label of the current option
77
- */
78
30
  optionLabel?: OptionProp<T & P["results"][number]>;
79
- /**
80
- * @requires optionValue
81
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionValue**
82
- *
83
- * Property of option which holds the 'value'
84
- * Default value: id
85
- * @param option The current option being processed
86
- * @returns Value of the current option
87
- */
88
- displayValue?: OptionProp<T & P["results"][number]>;
89
- /**
90
- * @requires optionLabel
91
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionLabel**
92
- *
93
- * Property of option which holds the 'label'
94
- * Default value: title
95
- * @param option The current option being processed
96
- * @returns Label of the current option
97
- */
98
- displayLabel?: OptionProp<T & P["results"][number]>;
99
- /**
100
- * Update model with the value of the selected option instead of the whole option
101
- */
102
31
  emitValue?: boolean;
103
- /**
104
- * Debounce the search input update with an amount of milliseconds
105
- * Default value: 500
106
- */
107
- debounce?: number | string;
108
- /**
109
- * Input placeholder text
110
- */
111
- placeholder?: string;
112
- /**
113
- * Input tooltip information
114
- */
115
- tooltip?: string;
116
- /**
117
- * Input required state
118
- */
119
- required?: boolean;
120
- /**
121
- * Input search activation
122
- */
123
32
  searchable?: boolean;
124
- multilanguage?: boolean;
125
- currentLanguage?: string;
126
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
127
- props: {
128
- /**
129
- * Name of select
130
- */
131
- name?: string;
132
- /**
133
- * Model of the component; Must be Array if using 'multiple' prop; Use this property with a listener for 'update:modelValue' event OR use v-model directive
134
- */
135
- modelValue?: any;
136
- /**
137
- * Try to map labels of model from 'options' Array; If you are using emit-value you will probably need to use map-options to display the label text in the select field rather than the value;
138
- * Default value: true
139
- */
140
- mapOptions?: boolean;
141
- /**
142
- * Does field have validation errors?
143
- */
144
- error?: boolean;
145
- /**
146
- * Validation error message (gets displayed only if 'error' is set to 'true')
147
- */
148
- errorMessage?: string;
149
- /**
150
- * Select label
151
- */
152
- label?: string;
153
- /**
154
- * Select description (hint) text below input component
155
- */
156
- hint?: string;
157
- /**
158
- * Prefix
159
- */
160
- prefix?: string;
161
- /**
162
- * Suffix
163
- */
164
- suffix?: string;
165
- /**
166
- * Signals the user a process is in progress by displaying a spinner
167
- */
168
- loading?: boolean;
169
- /**
170
- * Appends clearable icon when a value is set;
171
- * When clicked, model becomes null
172
- */
173
- clearable?: boolean;
174
- /**
175
- * Put component in disabled mode
176
- */
177
- disabled?: boolean;
178
- /**
179
- * Allow multiple selection; Model must be Array
180
- */
181
- multiple?: boolean;
182
- /**
183
- * Available options that the user can select from.
184
- * Default value: []
185
- */
186
- options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>);
187
- /**
188
- * Property of option which holds the 'value'
189
- * Default value: id
190
- * @param option The current option being processed
191
- * @returns Value of the current option
192
- */
193
- optionValue?: OptionProp<T & P["results"][number]>;
194
- /**
195
- * Property of option which holds the 'label'
196
- * Default value: title
197
- * @param option The current option being processed
198
- * @returns Label of the current option
199
- */
200
- optionLabel?: OptionProp<T & P["results"][number]>;
201
- /**
202
- * @requires optionValue
203
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionValue**
204
- *
205
- * Property of option which holds the 'value'
206
- * Default value: id
207
- * @param option The current option being processed
208
- * @returns Value of the current option
209
- */
210
- displayValue?: OptionProp<T & P["results"][number]>;
211
- /**
212
- * @requires optionLabel
213
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionLabel**
214
- *
215
- * Property of option which holds the 'label'
216
- * Default value: title
217
- * @param option The current option being processed
218
- * @returns Label of the current option
219
- */
220
- displayLabel?: OptionProp<T & P["results"][number]>;
221
- /**
222
- * Update model with the value of the selected option instead of the whole option
223
- */
224
- emitValue?: boolean;
225
- /**
226
- * Debounce the search input update with an amount of milliseconds
227
- * Default value: 500
228
- */
229
- debounce?: number | string;
230
- /**
231
- * Input placeholder text
232
- */
233
- placeholder?: string;
234
- /**
235
- * Input tooltip information
236
- */
237
- tooltip?: string;
238
- /**
239
- * Input required state
240
- */
241
- required?: boolean;
242
- /**
243
- * Input search activation
244
- */
245
- searchable?: boolean;
246
- multilanguage?: boolean;
247
- currentLanguage?: string;
248
- };
249
- expose(exposed: {}): void;
250
- attrs: any;
251
- slots: {
33
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
34
+ slots: Readonly<{
252
35
  /**
253
36
  * Custom select control
254
37
  */
@@ -329,138 +112,42 @@ declare const _default: <T, P extends {
329
112
  */
330
113
  toggleOption: (opt: any) => void;
331
114
  }) => any;
332
- };
333
- emit: {
334
- (event: "update:modelValue", inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]): void;
335
- (event: "search", inputValue: string): void;
336
- (event: "close"): void;
337
- };
338
- }, "slots" | "attrs" | "emit">, __VLS_setup?: {
115
+ }>;
116
+ attrs: any;
117
+ emit: ((evt: "search", inputValue: string) => void) & ((evt: "update:modelValue", inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]) => void) & ((evt: "close") => void);
118
+ }, __VLS_expose?: (exposed: import('vue').ShallowUnwrapRef<{}>) => void, __VLS_setup?: Promise<{
339
119
  props: {
340
- /**
341
- * Name of select
342
- */
120
+ disabled?: boolean;
343
121
  name?: string;
344
- /**
345
- * Model of the component; Must be Array if using 'multiple' prop; Use this property with a listener for 'update:modelValue' event OR use v-model directive
346
- */
122
+ label?: string;
347
123
  modelValue?: any;
348
- /**
349
- * Try to map labels of model from 'options' Array; If you are using emit-value you will probably need to use map-options to display the label text in the select field rather than the value;
350
- * Default value: true
351
- */
352
- mapOptions?: boolean;
353
- /**
354
- * Does field have validation errors?
355
- */
356
- error?: boolean;
357
- /**
358
- * Validation error message (gets displayed only if 'error' is set to 'true')
359
- */
124
+ required?: boolean;
360
125
  errorMessage?: string;
361
- /**
362
- * Select label
363
- */
364
- label?: string;
365
- /**
366
- * Select description (hint) text below input component
367
- */
126
+ "onUpdate:modelValue"?: (inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]) => any;
127
+ multilanguage?: boolean;
128
+ currentLanguage?: string;
129
+ tooltip?: string;
130
+ error?: boolean;
131
+ multiple?: boolean;
132
+ placeholder?: string;
133
+ options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>);
134
+ onClose?: () => any;
368
135
  hint?: string;
369
- /**
370
- * Prefix
371
- */
136
+ clearable?: boolean;
372
137
  prefix?: string;
373
- /**
374
- * Suffix
375
- */
376
138
  suffix?: string;
377
- /**
378
- * Signals the user a process is in progress by displaying a spinner
379
- */
380
139
  loading?: boolean;
381
- /**
382
- * Appends clearable icon when a value is set;
383
- * When clicked, model becomes null
384
- */
385
- clearable?: boolean;
386
- /**
387
- * Put component in disabled mode
388
- */
389
- disabled?: boolean;
390
- /**
391
- * Allow multiple selection; Model must be Array
392
- */
393
- multiple?: boolean;
394
- /**
395
- * Available options that the user can select from.
396
- * Default value: []
397
- */
398
- options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>);
399
- /**
400
- * Property of option which holds the 'value'
401
- * Default value: id
402
- * @param option The current option being processed
403
- * @returns Value of the current option
404
- */
140
+ debounce?: number | string;
141
+ onSearch?: (inputValue: string) => any;
142
+ mapOptions?: boolean;
405
143
  optionValue?: OptionProp<T & P["results"][number]>;
406
- /**
407
- * Property of option which holds the 'label'
408
- * Default value: title
409
- * @param option The current option being processed
410
- * @returns Label of the current option
411
- */
412
144
  optionLabel?: OptionProp<T & P["results"][number]>;
413
- /**
414
- * @requires optionValue
415
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionValue**
416
- *
417
- * Property of option which holds the 'value'
418
- * Default value: id
419
- * @param option The current option being processed
420
- * @returns Value of the current option
421
- */
422
- displayValue?: OptionProp<T & P["results"][number]>;
423
- /**
424
- * @requires optionLabel
425
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionLabel**
426
- *
427
- * Property of option which holds the 'label'
428
- * Default value: title
429
- * @param option The current option being processed
430
- * @returns Label of the current option
431
- */
432
- displayLabel?: OptionProp<T & P["results"][number]>;
433
- /**
434
- * Update model with the value of the selected option instead of the whole option
435
- */
436
145
  emitValue?: boolean;
437
- /**
438
- * Debounce the search input update with an amount of milliseconds
439
- * Default value: 500
440
- */
441
- debounce?: number | string;
442
- /**
443
- * Input placeholder text
444
- */
445
- placeholder?: string;
446
- /**
447
- * Input tooltip information
448
- */
449
- tooltip?: string;
450
- /**
451
- * Input required state
452
- */
453
- required?: boolean;
454
- /**
455
- * Input search activation
456
- */
457
146
  searchable?: boolean;
458
- multilanguage?: boolean;
459
- currentLanguage?: string;
460
- };
461
- expose(exposed: {}): void;
147
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
148
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
462
149
  attrs: any;
463
- slots: {
150
+ slots: Readonly<{
464
151
  /**
465
152
  * Custom select control
466
153
  */
@@ -541,141 +228,44 @@ declare const _default: <T, P extends {
541
228
  */
542
229
  toggleOption: (opt: any) => void;
543
230
  }) => any;
544
- };
545
- emit: {
546
- (event: "update:modelValue", inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]): void;
547
- (event: "search", inputValue: string): void;
548
- (event: "close"): void;
549
- };
550
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
231
+ }>;
232
+ emit: ((evt: "search", inputValue: string) => void) & ((evt: "update:modelValue", inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]) => void) & ((evt: "close") => void);
233
+ }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
551
234
  [key: string]: any;
552
235
  }> & {
553
236
  __ctx?: {
554
237
  props: {
555
- /**
556
- * Name of select
557
- */
238
+ disabled?: boolean;
558
239
  name?: string;
559
- /**
560
- * Model of the component; Must be Array if using 'multiple' prop; Use this property with a listener for 'update:modelValue' event OR use v-model directive
561
- */
240
+ label?: string;
562
241
  modelValue?: any;
563
- /**
564
- * Try to map labels of model from 'options' Array; If you are using emit-value you will probably need to use map-options to display the label text in the select field rather than the value;
565
- * Default value: true
566
- */
567
- mapOptions?: boolean;
568
- /**
569
- * Does field have validation errors?
570
- */
571
- error?: boolean;
572
- /**
573
- * Validation error message (gets displayed only if 'error' is set to 'true')
574
- */
242
+ required?: boolean;
575
243
  errorMessage?: string;
576
- /**
577
- * Select label
578
- */
579
- label?: string;
580
- /**
581
- * Select description (hint) text below input component
582
- */
244
+ "onUpdate:modelValue"?: (inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]) => any;
245
+ multilanguage?: boolean;
246
+ currentLanguage?: string;
247
+ tooltip?: string;
248
+ error?: boolean;
249
+ multiple?: boolean;
250
+ placeholder?: string;
251
+ options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>);
252
+ onClose?: () => any;
583
253
  hint?: string;
584
- /**
585
- * Prefix
586
- */
254
+ clearable?: boolean;
587
255
  prefix?: string;
588
- /**
589
- * Suffix
590
- */
591
256
  suffix?: string;
592
- /**
593
- * Signals the user a process is in progress by displaying a spinner
594
- */
595
257
  loading?: boolean;
596
- /**
597
- * Appends clearable icon when a value is set;
598
- * When clicked, model becomes null
599
- */
600
- clearable?: boolean;
601
- /**
602
- * Put component in disabled mode
603
- */
604
- disabled?: boolean;
605
- /**
606
- * Allow multiple selection; Model must be Array
607
- */
608
- multiple?: boolean;
609
- /**
610
- * Available options that the user can select from.
611
- * Default value: []
612
- */
613
- options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>);
614
- /**
615
- * Property of option which holds the 'value'
616
- * Default value: id
617
- * @param option The current option being processed
618
- * @returns Value of the current option
619
- */
258
+ debounce?: number | string;
259
+ onSearch?: (inputValue: string) => any;
260
+ mapOptions?: boolean;
620
261
  optionValue?: OptionProp<T & P["results"][number]>;
621
- /**
622
- * Property of option which holds the 'label'
623
- * Default value: title
624
- * @param option The current option being processed
625
- * @returns Label of the current option
626
- */
627
262
  optionLabel?: OptionProp<T & P["results"][number]>;
628
- /**
629
- * @requires optionValue
630
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionValue**
631
- *
632
- * Property of option which holds the 'value'
633
- * Default value: id
634
- * @param option The current option being processed
635
- * @returns Value of the current option
636
- */
637
- displayValue?: OptionProp<T & P["results"][number]>;
638
- /**
639
- * @requires optionLabel
640
- * @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionLabel**
641
- *
642
- * Property of option which holds the 'label'
643
- * Default value: title
644
- * @param option The current option being processed
645
- * @returns Label of the current option
646
- */
647
- displayLabel?: OptionProp<T & P["results"][number]>;
648
- /**
649
- * Update model with the value of the selected option instead of the whole option
650
- */
651
263
  emitValue?: boolean;
652
- /**
653
- * Debounce the search input update with an amount of milliseconds
654
- * Default value: 500
655
- */
656
- debounce?: number | string;
657
- /**
658
- * Input placeholder text
659
- */
660
- placeholder?: string;
661
- /**
662
- * Input tooltip information
663
- */
664
- tooltip?: string;
665
- /**
666
- * Input required state
667
- */
668
- required?: boolean;
669
- /**
670
- * Input search activation
671
- */
672
264
  searchable?: boolean;
673
- multilanguage?: boolean;
674
- currentLanguage?: string;
675
- };
676
- expose(exposed: {}): void;
265
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
266
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
677
267
  attrs: any;
678
- slots: {
268
+ slots: Readonly<{
679
269
  /**
680
270
  * Custom select control
681
271
  */
@@ -756,12 +346,8 @@ declare const _default: <T, P extends {
756
346
  */
757
347
  toggleOption: (opt: any) => void;
758
348
  }) => any;
759
- };
760
- emit: {
761
- (event: "update:modelValue", inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]): void;
762
- (event: "search", inputValue: string): void;
763
- (event: "close"): void;
764
- };
349
+ }>;
350
+ emit: ((evt: "search", inputValue: string) => void) & ((evt: "update:modelValue", inputValue: string | (T & P["results"][number]) | (string | (T & P["results"][number]))[]) => void) & ((evt: "close") => void);
765
351
  };
766
352
  };
767
353
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"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"}