@vc-shell/framework 1.0.110 → 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 (414) hide show
  1. package/CHANGELOG.md +19 -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/types/index.ts +36 -3
  11. package/dist/core/composables/useApiClient/index.d.ts +1 -1
  12. package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
  13. package/dist/core/composables/useAsync/index.d.ts +1 -1
  14. package/dist/core/composables/useAsync/index.d.ts.map +1 -1
  15. package/dist/core/composables/usePermissions/index.d.ts +1 -2
  16. package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
  17. package/dist/core/composables/useUser/index.d.ts +1 -0
  18. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  19. package/dist/core/directives/loading/index.d.ts +3 -2
  20. package/dist/core/directives/loading/index.d.ts.map +1 -1
  21. package/dist/core/plugins/modularity/index.d.ts +13 -4
  22. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  23. package/dist/core/types/index.d.ts +41 -2
  24. package/dist/core/types/index.d.ts.map +1 -1
  25. package/dist/framework.mjs +25286 -23535
  26. package/dist/index.css +1 -1
  27. package/dist/index.d.ts +1 -2
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +14 -23
  30. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  31. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +28 -25
  32. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  33. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  34. package/dist/shared/components/blade-navigation/types/index.d.ts +5 -2
  35. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  36. package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
  37. package/dist/shared/components/error-interceptor/index.d.ts +3 -3
  38. package/dist/shared/components/language-selector/language-selector.vue.d.ts +41 -26
  39. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  40. package/dist/shared/components/notifications/components/notification-container/index.d.ts +12 -12
  41. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  42. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  43. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  44. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  45. package/dist/shared/components/user-dropdown-button/index.d.ts +11 -11
  46. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +35 -22
  47. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  48. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +39 -28
  49. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  50. package/dist/shared/modules/assets/components/assets-details/index.d.ts +13 -13
  51. package/dist/shared/modules/assets/index.d.ts +3 -1
  52. package/dist/shared/modules/assets/index.d.ts.map +1 -1
  53. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +42 -29
  54. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  55. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +9 -9
  56. package/dist/shared/modules/assets-manager/index.d.ts +3 -1
  57. package/dist/shared/modules/assets-manager/index.d.ts.map +1 -1
  58. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +2204 -0
  59. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -0
  60. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +220 -0
  61. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -0
  62. package/dist/shared/modules/dynamic/components/factories.d.ts +15 -0
  63. package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -0
  64. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +131 -0
  65. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -0
  66. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +131 -0
  67. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -0
  68. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +131 -0
  69. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -0
  70. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +130 -0
  71. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -0
  72. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +128 -0
  73. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -0
  74. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +131 -0
  75. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -0
  76. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +132 -0
  77. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -0
  78. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +131 -0
  79. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -0
  80. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +131 -0
  81. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -0
  82. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +131 -0
  83. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -0
  84. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +131 -0
  85. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -0
  86. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +13 -0
  87. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +1 -0
  88. package/dist/shared/modules/dynamic/components/fields/props.d.ts +124 -0
  89. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -0
  90. package/dist/shared/modules/dynamic/components/index.d.ts +4 -0
  91. package/dist/shared/modules/dynamic/components/index.d.ts.map +1 -0
  92. package/dist/shared/modules/dynamic/composables/index.d.ts +2 -0
  93. package/dist/shared/modules/dynamic/composables/index.d.ts.map +1 -0
  94. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +35 -0
  95. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -0
  96. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +8 -0
  97. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -0
  98. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +22 -0
  99. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +1 -0
  100. package/dist/shared/modules/dynamic/factories/index.d.ts +4 -0
  101. package/dist/shared/modules/dynamic/factories/index.d.ts.map +1 -0
  102. package/dist/shared/modules/dynamic/factories/types/index.d.ts +101 -0
  103. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -0
  104. package/dist/shared/modules/dynamic/helpers/getters.d.ts +2 -0
  105. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -0
  106. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +13 -0
  107. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -0
  108. package/dist/shared/modules/dynamic/helpers/override.d.ts +7 -0
  109. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +1 -0
  110. package/dist/shared/modules/dynamic/helpers/setters.d.ts +8 -0
  111. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +1 -0
  112. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts +11 -0
  113. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts.map +1 -0
  114. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +2 -0
  115. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +1 -0
  116. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +3 -0
  117. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +1 -0
  118. package/dist/shared/modules/dynamic/index.d.ts +32 -0
  119. package/dist/shared/modules/dynamic/index.d.ts.map +1 -0
  120. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +68 -0
  121. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -0
  122. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +79 -0
  123. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -0
  124. package/dist/shared/modules/dynamic/pages/index.d.ts +4 -0
  125. package/dist/shared/modules/dynamic/pages/index.d.ts.map +1 -0
  126. package/dist/shared/modules/dynamic/types/index.d.ts +250 -0
  127. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -0
  128. package/dist/shared/modules/dynamic/types/models.d.ts +93 -0
  129. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -0
  130. package/dist/shared/modules/index.d.ts +1 -0
  131. package/dist/shared/modules/index.d.ts.map +1 -1
  132. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  133. package/dist/shared/pages/InvitePage/index.d.ts +0 -3
  134. package/dist/shared/pages/InvitePage/index.d.ts.map +1 -1
  135. package/dist/shared/pages/InvitePage/plugin.d.ts +4 -0
  136. package/dist/shared/pages/InvitePage/plugin.d.ts.map +1 -0
  137. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +45 -9
  138. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  139. package/dist/shared/pages/LoginPage/components/login/index.d.ts +14 -0
  140. package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
  141. package/dist/shared/pages/LoginPage/index.d.ts +0 -1
  142. package/dist/shared/pages/LoginPage/index.d.ts.map +1 -1
  143. package/dist/shared/pages/LoginPage/plugin.d.ts +1 -3
  144. package/dist/shared/pages/LoginPage/plugin.d.ts.map +1 -1
  145. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  146. package/dist/shared/pages/ResetPasswordPage/index.d.ts +0 -3
  147. package/dist/shared/pages/ResetPasswordPage/index.d.ts.map +1 -1
  148. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +4 -0
  149. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +1 -0
  150. package/dist/shared/pages/index.d.ts +0 -6
  151. package/dist/shared/pages/index.d.ts.map +1 -1
  152. package/dist/shared/pages/plugin.d.ts +4 -0
  153. package/dist/shared/pages/plugin.d.ts.map +1 -0
  154. package/dist/tsconfig.tsbuildinfo +1 -1
  155. package/dist/ui/components/atoms/vc-badge/index.d.ts +4 -4
  156. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +22 -11
  157. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  158. package/dist/ui/components/atoms/vc-button/index.d.ts +1 -208
  159. package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
  160. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +75 -27
  161. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  162. package/dist/ui/components/atoms/vc-card/index.d.ts +32 -38
  163. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  164. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +46 -27
  165. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  166. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +72 -38
  167. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  168. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +69 -28
  169. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  170. package/dist/ui/components/atoms/vc-col/index.d.ts +1 -1
  171. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +11 -22
  172. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  173. package/dist/ui/components/atoms/vc-container/index.d.ts +5 -5
  174. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +22 -11
  175. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  176. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
  177. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  178. package/dist/ui/components/atoms/vc-icon/index.d.ts +13 -7
  179. package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
  180. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +27 -25
  181. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  182. package/dist/ui/components/atoms/vc-image/index.d.ts +16 -16
  183. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +54 -29
  184. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  185. package/dist/ui/components/atoms/vc-info-row/index.d.ts +9 -9
  186. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +30 -23
  187. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
  188. package/dist/ui/components/atoms/vc-label/index.d.ts +33 -39
  189. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  190. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +33 -26
  191. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  192. package/dist/ui/components/atoms/vc-link/index.d.ts +4 -4
  193. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +22 -11
  194. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  195. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +9 -10
  196. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  197. package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -1
  198. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +19 -24
  199. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  200. package/dist/ui/components/atoms/vc-row/index.d.ts +1 -1
  201. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  202. package/dist/ui/components/atoms/vc-status/index.d.ts +1 -142
  203. package/dist/ui/components/atoms/vc-status/index.d.ts.map +1 -1
  204. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +29 -28
  205. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  206. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +9 -10
  207. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  208. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +36 -11
  209. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  210. package/dist/ui/components/atoms/vc-video/index.d.ts +13 -13
  211. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +49 -24
  212. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  213. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +28 -11
  214. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  215. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +5 -3
  216. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  217. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +23 -22
  218. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  219. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +28 -28
  220. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +48 -23
  221. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  222. package/dist/ui/components/molecules/vc-editor/index.d.ts +1 -226
  223. package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
  224. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +74 -28
  225. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  226. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +23 -23
  227. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +46 -27
  228. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  229. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
  230. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  231. package/dist/ui/components/molecules/vc-input/index.d.ts +1 -390
  232. package/dist/ui/components/molecules/vc-input/index.d.ts.map +1 -1
  233. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +181 -41
  234. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  235. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +90 -90
  236. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +143 -30
  237. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  238. package/dist/ui/components/molecules/vc-multivalue/index.d.ts +74 -10
  239. package/dist/ui/components/molecules/vc-multivalue/index.d.ts.map +1 -1
  240. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +74 -10
  241. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  242. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +51 -10
  243. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
  244. package/dist/ui/components/molecules/vc-pagination/index.d.ts +6 -6
  245. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +26 -25
  246. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  247. package/dist/ui/components/molecules/vc-rating/index.d.ts +19 -19
  248. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +46 -25
  249. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  250. package/dist/ui/components/molecules/vc-select/index.d.ts +65 -103
  251. package/dist/ui/components/molecules/vc-select/index.d.ts.map +1 -1
  252. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +65 -479
  253. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  254. package/dist/ui/components/molecules/vc-slider/index.d.ts +21 -21
  255. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +39 -26
  256. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  257. package/dist/ui/components/molecules/vc-textarea/index.d.ts +40 -40
  258. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +74 -25
  259. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  260. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +35 -12
  261. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  262. 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
  263. 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
  264. 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
  265. 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
  266. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +31 -28
  267. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  268. package/dist/ui/components/organisms/vc-app/index.d.ts +67 -67
  269. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +86 -37
  270. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  271. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +44 -11
  272. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  273. 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
  274. 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
  275. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +13 -22
  276. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  277. package/dist/ui/components/organisms/vc-blade/index.d.ts +39 -39
  278. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +62 -31
  279. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  280. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +1 -140
  281. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
  282. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +64 -75
  283. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  284. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +58 -35
  285. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  286. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +22 -25
  287. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  288. package/dist/ui/components/organisms/vc-gallery/index.d.ts +37 -31
  289. package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
  290. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +130 -46
  291. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  292. package/dist/ui/components/organisms/vc-login-form/index.d.ts +9 -9
  293. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +23 -22
  294. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  295. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +28 -22
  296. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  297. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +0 -6
  298. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +1 -1
  299. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +36 -10
  300. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
  301. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +4 -4
  302. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +27 -10
  303. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -1
  304. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
  305. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
  306. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +38 -31
  307. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  308. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +18 -9
  309. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  310. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +12 -19
  311. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  312. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +23 -24
  313. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  314. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +29 -26
  315. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  316. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +14 -14
  317. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  318. package/dist/ui/components/organisms/vc-table/index.d.ts +1 -214
  319. package/dist/ui/components/organisms/vc-table/index.d.ts.map +1 -1
  320. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +90 -105
  321. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  322. package/package.json +8 -8
  323. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +2 -2
  324. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +16 -14
  325. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +37 -30
  326. package/shared/components/blade-navigation/types/index.ts +7 -3
  327. package/shared/components/notifications/composables/useContainer/index.ts +2 -5
  328. package/shared/components/popup-handler/composables/usePopup/index.ts +0 -2
  329. package/shared/modules/assets/components/assets-details/assets-details.vue +6 -6
  330. package/shared/modules/assets/index.ts +2 -2
  331. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +3 -3
  332. package/shared/modules/assets-manager/index.ts +2 -2
  333. package/shared/modules/dynamic/components/FIELD_MAP.ts +27 -0
  334. package/shared/modules/dynamic/components/SchemaRender.ts +81 -0
  335. package/shared/modules/dynamic/components/factories.ts +159 -0
  336. package/shared/modules/dynamic/components/fields/Button.ts +31 -0
  337. package/shared/modules/dynamic/components/fields/Card.ts +86 -0
  338. package/shared/modules/dynamic/components/fields/Checkbox.ts +44 -0
  339. package/shared/modules/dynamic/components/fields/DynamicProperty.ts +99 -0
  340. package/shared/modules/dynamic/components/fields/EditorField.ts +43 -0
  341. package/shared/modules/dynamic/components/fields/Fieldset.ts +77 -0
  342. package/shared/modules/dynamic/components/fields/GalleryField.ts +121 -0
  343. package/shared/modules/dynamic/components/fields/InputCurrency.ts +49 -0
  344. package/shared/modules/dynamic/components/fields/InputField.ts +42 -0
  345. package/shared/modules/dynamic/components/fields/SelectField.ts +55 -0
  346. package/shared/modules/dynamic/components/fields/StatusField.ts +55 -0
  347. package/shared/modules/dynamic/components/fields/ValidationField.ts +53 -0
  348. package/shared/modules/dynamic/components/fields/props.ts +52 -0
  349. package/shared/modules/dynamic/components/index.ts +4 -0
  350. package/shared/modules/dynamic/composables/index.ts +1 -0
  351. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +235 -0
  352. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +83 -0
  353. package/shared/modules/dynamic/factories/base/useListFactory.ts +68 -0
  354. package/shared/modules/dynamic/factories/index.ts +4 -0
  355. package/shared/modules/dynamic/factories/types/index.ts +103 -0
  356. package/shared/modules/dynamic/helpers/getters.ts +10 -0
  357. package/shared/modules/dynamic/helpers/nodeBuilder.ts +112 -0
  358. package/shared/modules/dynamic/helpers/override.ts +70 -0
  359. package/shared/modules/dynamic/helpers/setters.ts +15 -0
  360. package/shared/modules/dynamic/helpers/toolbarReducer.ts +41 -0
  361. package/shared/modules/dynamic/helpers/unrefNested.ts +14 -0
  362. package/shared/modules/dynamic/helpers/unwrapInterpolation.ts +15 -0
  363. package/shared/modules/dynamic/index.ts +163 -0
  364. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +292 -0
  365. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +437 -0
  366. package/shared/modules/dynamic/pages/index.ts +4 -0
  367. package/shared/modules/dynamic/types/index.ts +287 -0
  368. package/shared/modules/dynamic/types/models.ts +140 -0
  369. package/shared/modules/index.ts +1 -0
  370. package/shared/pages/InvitePage/index.ts +0 -6
  371. package/shared/pages/InvitePage/plugin.ts +5 -0
  372. package/shared/pages/LoginPage/components/login/Login.vue +5 -6
  373. package/shared/pages/LoginPage/index.ts +0 -1
  374. package/shared/pages/LoginPage/plugin.ts +1 -13
  375. package/shared/pages/ResetPasswordPage/index.ts +0 -6
  376. package/shared/pages/ResetPasswordPage/plugin.ts +5 -0
  377. package/shared/pages/index.ts +0 -9
  378. package/shared/pages/plugin.ts +3 -0
  379. package/ui/components/atoms/vc-button/index.ts +1 -10
  380. package/ui/components/atoms/vc-button/vc-button.vue +8 -2
  381. package/ui/components/atoms/vc-card/index.ts +1 -9
  382. package/ui/components/atoms/vc-card/vc-card.vue +6 -1
  383. package/ui/components/atoms/vc-checkbox/index.ts +1 -9
  384. package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +32 -10
  385. package/ui/components/atoms/vc-icon/vc-icon.vue +13 -1
  386. package/ui/components/atoms/vc-label/index.ts +1 -9
  387. package/ui/components/atoms/vc-label/vc-label.vue +5 -0
  388. package/ui/components/atoms/vc-status/index.ts +1 -10
  389. package/ui/components/atoms/vc-status/vc-status.vue +5 -1
  390. package/ui/components/atoms/vc-video/vc-video.vue +2 -2
  391. package/ui/components/atoms/vc-widget/vc-widget.vue +1 -1
  392. package/ui/components/molecules/vc-editor/index.ts +1 -10
  393. package/ui/components/molecules/vc-editor/vc-editor.vue +16 -0
  394. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +4 -4
  395. package/ui/components/molecules/vc-input/index.ts +1 -60
  396. package/ui/components/molecules/vc-input/vc-input.vue +112 -37
  397. package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
  398. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +21 -17
  399. package/ui/components/molecules/vc-select/index.ts +1 -1
  400. package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
  401. package/ui/components/molecules/vc-select/vc-select.vue +11 -37
  402. package/ui/components/organisms/vc-dynamic-property/index.ts +1 -3
  403. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +199 -257
  404. package/ui/components/organisms/vc-gallery/vc-gallery.vue +9 -7
  405. package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +10 -1
  406. package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +1 -10
  407. package/ui/components/organisms/vc-table/index.ts +1 -3
  408. package/ui/components/organisms/vc-table/vc-table.stories.ts +3 -3
  409. package/ui/components/organisms/vc-table/vc-table.vue +29 -16
  410. package/core/api/catalog.ts +0 -8527
  411. package/dist/core/api/catalog.d.ts +0 -2522
  412. package/dist/core/api/catalog.d.ts.map +0 -1
  413. package/dist/typings/index.d.ts +0 -8
  414. package/dist/typings/index.d.ts.map +0 -1
@@ -1,38 +1,41 @@
1
1
  export declare const VcGallery: import("vue").DefineComponent<{
2
- label: {
3
- type: import("vue").PropType<string>;
2
+ disabled: {
3
+ type: import("vue").PropType<boolean>;
4
4
  };
5
5
  name: {
6
6
  type: import("vue").PropType<string>;
7
7
  default: string;
8
8
  };
9
- images: {
10
- type: import("vue").PropType<import("../../../..").IImage[]>;
11
- default: () => any[];
12
- };
13
- required: {
14
- type: import("vue").PropType<boolean>;
15
- };
16
- disabled: {
17
- type: import("vue").PropType<boolean>;
9
+ label: {
10
+ type: import("vue").PropType<string>;
18
11
  };
19
12
  variant: {
20
13
  type: import("vue").PropType<"gallery" | "file-upload">;
21
14
  default: string;
22
15
  };
23
- tooltip: {
24
- type: import("vue").PropType<string>;
16
+ required: {
17
+ type: import("vue").PropType<boolean>;
25
18
  };
26
19
  tooltipIcon: {
27
20
  type: import("vue").PropType<string>;
28
21
  default: string;
29
22
  };
23
+ tooltip: {
24
+ type: import("vue").PropType<string>;
25
+ };
30
26
  multiple: {
31
27
  type: import("vue").PropType<boolean>;
32
28
  };
29
+ loading: {
30
+ type: import("vue").PropType<boolean>;
31
+ };
33
32
  rules: {
34
33
  type: import("vue").PropType<string | Record<string, unknown>>;
35
34
  };
35
+ images: {
36
+ type: import("vue").PropType<import("../../../..").IImage[]>;
37
+ default: () => any[];
38
+ };
36
39
  uploadIcon: {
37
40
  type: import("vue").PropType<string>;
38
41
  default: string;
@@ -59,43 +62,46 @@ export declare const VcGallery: import("vue").DefineComponent<{
59
62
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
60
63
  upload: (files: FileList) => void;
61
64
  sort: (sorted: import("../../../..").IImage[]) => void;
62
- "item:edit": (image: import("../../../..").IImage) => void;
63
- "item:remove": (image: import("../../../..").IImage) => void;
65
+ edit: (image: import("../../../..").IImage) => void;
66
+ remove: (image: import("../../../..").IImage) => void;
64
67
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
65
- label: {
66
- type: import("vue").PropType<string>;
68
+ disabled: {
69
+ type: import("vue").PropType<boolean>;
67
70
  };
68
71
  name: {
69
72
  type: import("vue").PropType<string>;
70
73
  default: string;
71
74
  };
72
- images: {
73
- type: import("vue").PropType<import("../../../..").IImage[]>;
74
- default: () => any[];
75
- };
76
- required: {
77
- type: import("vue").PropType<boolean>;
78
- };
79
- disabled: {
80
- type: import("vue").PropType<boolean>;
75
+ label: {
76
+ type: import("vue").PropType<string>;
81
77
  };
82
78
  variant: {
83
79
  type: import("vue").PropType<"gallery" | "file-upload">;
84
80
  default: string;
85
81
  };
86
- tooltip: {
87
- type: import("vue").PropType<string>;
82
+ required: {
83
+ type: import("vue").PropType<boolean>;
88
84
  };
89
85
  tooltipIcon: {
90
86
  type: import("vue").PropType<string>;
91
87
  default: string;
92
88
  };
89
+ tooltip: {
90
+ type: import("vue").PropType<string>;
91
+ };
93
92
  multiple: {
94
93
  type: import("vue").PropType<boolean>;
95
94
  };
95
+ loading: {
96
+ type: import("vue").PropType<boolean>;
97
+ };
96
98
  rules: {
97
99
  type: import("vue").PropType<string | Record<string, unknown>>;
98
100
  };
101
+ images: {
102
+ type: import("vue").PropType<import("../../../..").IImage[]>;
103
+ default: () => any[];
104
+ };
99
105
  uploadIcon: {
100
106
  type: import("vue").PropType<string>;
101
107
  default: string;
@@ -121,14 +127,14 @@ export declare const VcGallery: import("vue").DefineComponent<{
121
127
  };
122
128
  }>> & {
123
129
  onUpload?: (files: FileList) => any;
130
+ onEdit?: (image: import("../../../..").IImage) => any;
124
131
  onSort?: (sorted: import("../../../..").IImage[]) => any;
125
- "onItem:edit"?: (image: import("../../../..").IImage) => any;
126
- "onItem:remove"?: (image: import("../../../..").IImage) => any;
132
+ onRemove?: (image: import("../../../..").IImage) => any;
127
133
  }, {
128
134
  name: string;
129
- images: import("../../../..").IImage[];
130
135
  variant: "gallery" | "file-upload";
131
136
  tooltipIcon: string;
137
+ images: import("../../../..").IImage[];
132
138
  uploadIcon: string;
133
139
  itemActions: {
134
140
  name?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA8B,CAAC"}
@@ -19,50 +19,151 @@ export interface Props {
19
19
  hideAfterUpload?: boolean;
20
20
  rules?: string | Record<string, unknown>;
21
21
  name?: string;
22
+ loading?: boolean;
22
23
  }
23
24
  export interface Emits {
24
25
  (event: "upload", files: FileList): void;
25
26
  (event: "sort", sorted: IImage[]): void;
26
- (event: "item:edit", image: IImage): void;
27
- (event: "item:remove", image: IImage): void;
27
+ (event: "edit", image: IImage): void;
28
+ (event: "remove", image: IImage): void;
28
29
  }
29
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
30
- images: () => any[];
31
- tooltipIcon: string;
32
- uploadIcon: string;
33
- variant: string;
34
- itemActions: () => {
35
- preview: boolean;
36
- edit: boolean;
37
- remove: boolean;
30
+ declare const _default: import("vue").DefineComponent<{
31
+ disabled: {
32
+ type: import("vue").PropType<boolean>;
38
33
  };
39
- name: string;
40
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ name: {
35
+ type: import("vue").PropType<string>;
36
+ default: string;
37
+ };
38
+ label: {
39
+ type: import("vue").PropType<string>;
40
+ };
41
+ variant: {
42
+ type: import("vue").PropType<"gallery" | "file-upload">;
43
+ default: string;
44
+ };
45
+ required: {
46
+ type: import("vue").PropType<boolean>;
47
+ };
48
+ tooltipIcon: {
49
+ type: import("vue").PropType<string>;
50
+ default: string;
51
+ };
52
+ tooltip: {
53
+ type: import("vue").PropType<string>;
54
+ };
55
+ multiple: {
56
+ type: import("vue").PropType<boolean>;
57
+ };
58
+ loading: {
59
+ type: import("vue").PropType<boolean>;
60
+ };
61
+ rules: {
62
+ type: import("vue").PropType<string | Record<string, unknown>>;
63
+ };
64
+ images: {
65
+ type: import("vue").PropType<IImage[]>;
66
+ default: () => any[];
67
+ };
68
+ uploadIcon: {
69
+ type: import("vue").PropType<string>;
70
+ default: string;
71
+ };
72
+ itemActions: {
73
+ type: import("vue").PropType<{
74
+ name?: string;
75
+ preview: boolean;
76
+ edit: boolean;
77
+ remove: boolean;
78
+ }>;
79
+ default: () => {
80
+ preview: boolean;
81
+ edit: boolean;
82
+ remove: boolean;
83
+ };
84
+ };
85
+ disableDrag: {
86
+ type: import("vue").PropType<boolean>;
87
+ };
88
+ hideAfterUpload: {
89
+ type: import("vue").PropType<boolean>;
90
+ };
91
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
92
  upload: (files: FileList) => void;
42
93
  sort: (sorted: IImage[]) => void;
43
- "item:edit": (image: IImage) => void;
44
- "item:remove": (image: IImage) => void;
45
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
46
- images: () => any[];
47
- tooltipIcon: string;
48
- uploadIcon: string;
49
- variant: string;
50
- itemActions: () => {
51
- preview: boolean;
52
- edit: boolean;
53
- remove: boolean;
94
+ edit: (image: IImage) => void;
95
+ remove: (image: IImage) => void;
96
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
97
+ disabled: {
98
+ type: import("vue").PropType<boolean>;
54
99
  };
55
- name: string;
56
- }>>> & {
100
+ name: {
101
+ type: import("vue").PropType<string>;
102
+ default: string;
103
+ };
104
+ label: {
105
+ type: import("vue").PropType<string>;
106
+ };
107
+ variant: {
108
+ type: import("vue").PropType<"gallery" | "file-upload">;
109
+ default: string;
110
+ };
111
+ required: {
112
+ type: import("vue").PropType<boolean>;
113
+ };
114
+ tooltipIcon: {
115
+ type: import("vue").PropType<string>;
116
+ default: string;
117
+ };
118
+ tooltip: {
119
+ type: import("vue").PropType<string>;
120
+ };
121
+ multiple: {
122
+ type: import("vue").PropType<boolean>;
123
+ };
124
+ loading: {
125
+ type: import("vue").PropType<boolean>;
126
+ };
127
+ rules: {
128
+ type: import("vue").PropType<string | Record<string, unknown>>;
129
+ };
130
+ images: {
131
+ type: import("vue").PropType<IImage[]>;
132
+ default: () => any[];
133
+ };
134
+ uploadIcon: {
135
+ type: import("vue").PropType<string>;
136
+ default: string;
137
+ };
138
+ itemActions: {
139
+ type: import("vue").PropType<{
140
+ name?: string;
141
+ preview: boolean;
142
+ edit: boolean;
143
+ remove: boolean;
144
+ }>;
145
+ default: () => {
146
+ preview: boolean;
147
+ edit: boolean;
148
+ remove: boolean;
149
+ };
150
+ };
151
+ disableDrag: {
152
+ type: import("vue").PropType<boolean>;
153
+ };
154
+ hideAfterUpload: {
155
+ type: import("vue").PropType<boolean>;
156
+ };
157
+ }>> & {
57
158
  onUpload?: (files: FileList) => any;
159
+ onEdit?: (image: IImage) => any;
58
160
  onSort?: (sorted: IImage[]) => any;
59
- "onItem:edit"?: (image: IImage) => any;
60
- "onItem:remove"?: (image: IImage) => any;
161
+ onRemove?: (image: IImage) => any;
61
162
  }, {
62
163
  name: string;
63
- images: IImage[];
64
164
  variant: "gallery" | "file-upload";
65
165
  tooltipIcon: string;
166
+ images: IImage[];
66
167
  uploadIcon: string;
67
168
  itemActions: {
68
169
  name?: string;
@@ -72,21 +173,4 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
72
173
  };
73
174
  }, {}>;
74
175
  export default _default;
75
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
76
- type __VLS_TypePropsToRuntimeProps<T> = {
77
- [K in keyof T]-?: {} extends Pick<T, K> ? {
78
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
79
- } : {
80
- type: import('vue').PropType<T[K]>;
81
- required: true;
82
- };
83
- };
84
- type __VLS_WithDefaults<P, D> = {
85
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
86
- default: D[K];
87
- }> : P[K];
88
- };
89
- type __VLS_Prettify<T> = {
90
- [K in keyof T]: T[K];
91
- } & {};
92
176
  //# sourceMappingURL=vc-gallery.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAOhD,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,WAAW,CAAC,EAAE;QACZ,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,OAAO,CAAC;QACd,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACzC,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACxC,CAAC,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmZD,wBAAkD;AAElD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AA6GN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAOhD,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,WAAW,CAAC,EAAE;QACZ,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,OAAO,CAAC;QACd,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACzC,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACxC,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqaD,wBASG"}
@@ -5,10 +5,9 @@ export declare const VcLoginForm: {
5
5
  $data: {};
6
6
  $props: {
7
7
  title?: string;
8
- readonly logo?: string;
9
8
  style?: unknown;
9
+ class?: unknown;
10
10
  key?: string | number | symbol;
11
- readonly background?: string;
12
11
  ref?: import("vue").VNodeRef;
13
12
  ref_for?: boolean;
14
13
  ref_key?: string;
@@ -50,7 +49,8 @@ export declare const VcLoginForm: {
50
49
  }>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
50
  [key: string]: any;
52
51
  }>) => void)[];
53
- class?: unknown;
52
+ readonly background?: string;
53
+ readonly logo?: string;
54
54
  };
55
55
  $attrs: {
56
56
  [x: string]: unknown;
@@ -70,10 +70,10 @@ export declare const VcLoginForm: {
70
70
  type: import("vue").PropType<string>;
71
71
  default: string;
72
72
  };
73
- logo: {
73
+ background: {
74
74
  type: import("vue").PropType<string>;
75
75
  };
76
- background: {
76
+ logo: {
77
77
  type: import("vue").PropType<string>;
78
78
  };
79
79
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
@@ -103,10 +103,10 @@ export declare const VcLoginForm: {
103
103
  type: import("vue").PropType<string>;
104
104
  default: string;
105
105
  };
106
- logo: {
106
+ background: {
107
107
  type: import("vue").PropType<string>;
108
108
  };
109
- background: {
109
+ logo: {
110
110
  type: import("vue").PropType<string>;
111
111
  };
112
112
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -118,10 +118,10 @@ export declare const VcLoginForm: {
118
118
  type: import("vue").PropType<string>;
119
119
  default: string;
120
120
  };
121
- logo: {
121
+ background: {
122
122
  type: import("vue").PropType<string>;
123
123
  };
124
- background: {
124
+ logo: {
125
125
  type: import("vue").PropType<string>;
126
126
  };
127
127
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
@@ -3,36 +3,37 @@ export interface Props {
3
3
  background?: string;
4
4
  title?: string;
5
5
  }
6
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
- title: string;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
- title: string;
10
- }>>>, {
6
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
7
+ title: {
8
+ type: import("vue").PropType<string>;
9
+ default: string;
10
+ };
11
+ background: {
12
+ type: import("vue").PropType<string>;
13
+ };
14
+ logo: {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
+ title: {
19
+ type: import("vue").PropType<string>;
20
+ default: string;
21
+ };
22
+ background: {
23
+ type: import("vue").PropType<string>;
24
+ };
25
+ logo: {
26
+ type: import("vue").PropType<string>;
27
+ };
28
+ }>>, {
11
29
  title: string;
12
30
  }, {}>, {
13
31
  default?(_: {}): any;
14
32
  }>;
15
33
  export default _default;
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
34
  type __VLS_WithTemplateSlots<T, S> = T & {
31
35
  new (): {
32
36
  $slots: S;
33
37
  };
34
38
  };
35
- type __VLS_Prettify<T> = {
36
- [K in keyof T]: T[K];
37
- } & {};
38
39
  //# sourceMappingURL=vc-login-form.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-login-form.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/vc-login-form.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;;;;;;;;;AAwHD,wBAA8G;AAE9G,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC;AACJ,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"vc-login-form.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/vc-login-form.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0ID,wBAAwG;AAWxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -4,29 +4,35 @@ export interface Props {
4
4
  notification: PushNotification;
5
5
  templates: NotificationTemplateConstructor[];
6
6
  }
7
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
- notification: any;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- notification: any;
11
- }>>>, {
7
+ export interface Emits {
8
+ (event: "onClick"): void;
9
+ }
10
+ declare const _default: import("vue").DefineComponent<{
11
+ notification: {
12
+ type: import("vue").PropType<PushNotification>;
13
+ required: true;
14
+ default: any;
15
+ };
16
+ templates: {
17
+ type: import("vue").PropType<NotificationTemplateConstructor[]>;
18
+ required: true;
19
+ };
20
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ onClick: () => void;
22
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ notification: {
24
+ type: import("vue").PropType<PushNotification>;
25
+ required: true;
26
+ default: any;
27
+ };
28
+ templates: {
29
+ type: import("vue").PropType<NotificationTemplateConstructor[]>;
30
+ required: true;
31
+ };
32
+ }>> & {
33
+ onOnClick?: () => any;
34
+ }, {
12
35
  notification: PushNotification;
13
36
  }, {}>;
14
37
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToRuntimeProps<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
- type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
- default: D[K];
27
- }> : P[K];
28
- };
29
- type __VLS_Prettify<T> = {
30
- [K in keyof T]: T[K];
31
- } & {};
32
38
  //# sourceMappingURL=notification.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAEjF,MAAM,WAAW,KAAK;IACpB,YAAY,EAAE,gBAAgB,CAAC;IAC/B,SAAS,EAAE,+BAA+B,EAAE,CAAC;CAC9C;;;;;;;;AAqKD,wBAAkD;AAElD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"notification.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAEjF,MAAM,WAAW,KAAK;IACpB,YAAY,EAAE,gBAAgB,CAAC;IAC/B,SAAS,EAAE,+BAA+B,EAAE,CAAC;CAC9C;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsLD,wBASG"}
@@ -16,9 +16,6 @@ export declare const VcNotificationDropdown: import("vue").DefineComponent<{
16
16
  onOpen: {
17
17
  type: import("vue").PropType<() => void>;
18
18
  };
19
- onClick: {
20
- type: import("vue").PropType<(notification: import("../../../..").PushNotification) => void>;
21
- };
22
19
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
20
  title: {
24
21
  type: import("vue").PropType<string>;
@@ -37,8 +34,5 @@ export declare const VcNotificationDropdown: import("vue").DefineComponent<{
37
34
  onOpen: {
38
35
  type: import("vue").PropType<() => void>;
39
36
  };
40
- onClick: {
41
- type: import("vue").PropType<(notification: import("../../../..").PushNotification) => void>;
42
- };
43
37
  }>>, {}, {}>;
44
38
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-notification-dropdown/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAAwD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-notification-dropdown/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAAwD,CAAC"}
@@ -6,17 +6,43 @@ export interface Props {
6
6
  notifications: PushNotification[];
7
7
  templates?: NotificationTemplateConstructor[];
8
8
  onOpen?: () => void;
9
- onClick?: (notification: PushNotification) => void;
10
9
  }
11
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
12
- export default _default;
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToRuntimeProps<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
10
+ declare const _default: import("vue").DefineComponent<{
11
+ title: {
12
+ type: import("vue").PropType<string>;
13
+ required: true;
14
+ };
15
+ isAccent: {
16
+ type: import("vue").PropType<boolean>;
17
+ };
18
+ notifications: {
19
+ type: import("vue").PropType<PushNotification[]>;
20
+ required: true;
21
+ };
22
+ templates: {
23
+ type: import("vue").PropType<NotificationTemplateConstructor[]>;
24
+ };
25
+ onOpen: {
26
+ type: import("vue").PropType<() => void>;
27
+ };
28
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
+ title: {
30
+ type: import("vue").PropType<string>;
31
+ required: true;
32
+ };
33
+ isAccent: {
34
+ type: import("vue").PropType<boolean>;
35
+ };
36
+ notifications: {
37
+ type: import("vue").PropType<PushNotification[]>;
19
38
  required: true;
20
39
  };
21
- };
40
+ templates: {
41
+ type: import("vue").PropType<NotificationTemplateConstructor[]>;
42
+ };
43
+ onOpen: {
44
+ type: import("vue").PropType<() => void>;
45
+ };
46
+ }>>, {}, {}>;
47
+ export default _default;
22
48
  //# sourceMappingURL=vc-notification-dropdown.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-notification-dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAG3E,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,gBAAgB,EAAE,CAAC;IAClC,SAAS,CAAC,EAAE,+BAA+B,EAAE,CAAC;IAC9C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,YAAY,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACpD;;AAuQD,wBAAkD;AAElD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"vc-notification-dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAG3E,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,gBAAgB,EAAE,CAAC;IAClC,SAAS,CAAC,EAAE,+BAA+B,EAAE,CAAC;IAC9C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsRD,wBAQG"}
@@ -3,11 +3,10 @@ export declare const VcNotificationTemplate: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: {
6
- readonly title: string;
7
- readonly icon: string;
8
6
  style?: unknown;
7
+ readonly title: string;
8
+ class?: unknown;
9
9
  key?: string | number | symbol;
10
- readonly color: string;
11
10
  ref?: import("vue").VNodeRef;
12
11
  ref_for?: boolean;
13
12
  ref_key?: string;
@@ -49,7 +48,8 @@ export declare const VcNotificationTemplate: {
49
48
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
49
  [key: string]: any;
51
50
  }>) => void)[];
52
- class?: unknown;
51
+ readonly icon: string;
52
+ readonly color: string;
53
53
  };
54
54
  $attrs: {
55
55
  [x: string]: unknown;