@vc-shell/framework 1.0.290 → 1.0.292

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 (344) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/core/composables/index.ts +1 -0
  3. package/core/composables/useTheme/index.ts +60 -0
  4. package/core/directives/loading/styles.css +6 -1
  5. package/dist/core/composables/index.d.ts +1 -0
  6. package/dist/core/composables/index.d.ts.map +1 -1
  7. package/dist/core/composables/useTheme/index.d.ts +11 -0
  8. package/dist/core/composables/useTheme/index.d.ts.map +1 -0
  9. package/dist/framework.js +30150 -29360
  10. package/dist/index.css +1 -1
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/locales/en.json +6 -0
  13. package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts +56 -0
  14. package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts.map +1 -0
  15. package/dist/shared/components/app-bar-button/index.d.ts +2 -0
  16. package/dist/shared/components/app-bar-button/index.d.ts.map +1 -0
  17. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +5 -5
  18. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  19. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
  20. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +4 -4
  21. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
  22. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  23. package/dist/shared/components/change-password/change-password.vue.d.ts +3 -3
  24. package/dist/shared/components/change-password/index.d.ts +4 -4
  25. package/dist/shared/components/change-password/index.d.ts.map +1 -1
  26. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -3
  27. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -3
  28. package/dist/shared/components/error-interceptor/index.d.ts +17 -17
  29. package/dist/shared/components/error-interceptor/interceptor.d.ts +7 -7
  30. package/dist/shared/components/index.d.ts +3 -0
  31. package/dist/shared/components/index.d.ts.map +1 -1
  32. package/dist/shared/components/language-selector/index.d.ts +1 -1
  33. package/dist/shared/components/language-selector/index.d.ts.map +1 -1
  34. package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
  35. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  36. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +3 -3
  37. package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
  38. package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
  39. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
  40. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
  41. package/dist/shared/components/notification-template/index.d.ts +5 -5
  42. package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
  43. package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
  44. package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
  45. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  46. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
  47. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
  48. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
  49. package/dist/shared/components/sidebar/index.d.ts +2 -0
  50. package/dist/shared/components/sidebar/index.d.ts.map +1 -0
  51. package/dist/shared/components/sidebar/sidebar.vue.d.ts +49 -0
  52. package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -0
  53. package/dist/shared/components/theme-selector/index.d.ts +2 -0
  54. package/dist/shared/components/theme-selector/index.d.ts.map +1 -0
  55. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +3 -0
  56. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -0
  57. package/dist/shared/components/user-dropdown-button/index.d.ts +4 -4
  58. package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
  59. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +4 -4
  60. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  61. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +5 -5
  62. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
  63. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +8 -8
  64. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
  65. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +143 -172
  66. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
  67. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +4 -4
  68. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -6
  69. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -6
  70. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -6
  71. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -6
  72. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -6
  73. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -6
  74. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -6
  75. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -6
  76. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +6 -6
  77. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +6 -6
  78. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +6 -6
  79. package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -6
  80. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -6
  81. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +6 -6
  82. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -6
  83. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -6
  84. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -6
  85. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -6
  86. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
  87. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +61 -9
  88. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  89. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +31 -12
  90. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  91. package/dist/shared/modules/dynamic/types/index.d.ts +3 -0
  92. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  93. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +16 -3
  94. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
  95. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +9 -9
  96. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -1
  97. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +24 -3
  98. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  99. package/dist/shared/pages/InvitePage/components/invite/index.d.ts +26 -3
  100. package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
  101. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
  102. package/dist/shared/pages/LoginPage/components/login/index.d.ts +3 -3
  103. package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
  104. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +24 -3
  105. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  106. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +26 -3
  107. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
  108. package/dist/tailwind.config.d.ts +43 -15
  109. package/dist/tailwind.config.d.ts.map +1 -1
  110. package/dist/tsconfig.tsbuildinfo +1 -1
  111. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +55 -55
  112. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +5 -5
  113. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  114. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +143 -143
  115. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +5 -5
  116. package/dist/ui/components/atoms/vc-card/index.d.ts +11 -11
  117. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +89 -89
  118. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +5 -5
  119. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +7 -7
  120. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +4 -4
  121. package/dist/ui/components/atoms/vc-container/index.d.ts +15 -15
  122. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -5
  123. package/dist/ui/components/atoms/vc-hint/index.d.ts +3 -3
  124. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +3 -3
  125. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
  126. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +4 -4
  127. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +4 -4
  128. package/dist/ui/components/atoms/vc-image/index.d.ts +5 -5
  129. package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
  130. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +5 -5
  131. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -5
  132. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +7 -7
  133. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +4 -4
  134. package/dist/ui/components/atoms/vc-link/index.d.ts +10 -10
  135. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +10 -10
  136. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -3
  137. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  138. package/dist/ui/components/atoms/vc-loading/index.d.ts +3 -3
  139. package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
  140. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +3 -3
  141. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
  142. package/dist/ui/components/atoms/vc-progress/index.d.ts +7 -7
  143. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  144. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -7
  145. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +4 -4
  146. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  147. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +3 -3
  148. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +1 -1
  149. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +7 -7
  150. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +4 -4
  151. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  152. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
  153. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +5 -5
  154. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +5 -5
  155. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -4
  156. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  157. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +4 -4
  158. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -3
  159. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  160. package/dist/ui/components/atoms/vc-widget/index.d.ts +4 -4
  161. package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
  162. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +4 -4
  163. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +3 -3
  164. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
  165. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +4 -4
  166. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
  167. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  168. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +11 -11
  169. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +110 -110
  170. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +5 -5
  171. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  172. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +405 -18
  173. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  174. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
  175. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
  176. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +4 -4
  177. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +4 -4
  178. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  179. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +11 -11
  180. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +5 -5
  181. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  182. package/dist/ui/components/molecules/vc-form/index.d.ts +3 -3
  183. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +3 -3
  184. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
  185. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +23 -23
  186. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +5 -5
  187. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  188. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +23 -23
  189. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +5 -5
  190. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
  191. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
  192. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
  193. package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -5
  194. package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
  195. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +10 -10
  196. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
  197. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +5 -5
  198. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +92 -92
  199. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +5 -5
  200. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +92 -92
  201. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -4
  202. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +150 -150
  203. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +15 -15
  204. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  205. package/dist/ui/components/molecules/vc-slider/index.d.ts +7 -7
  206. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +7 -7
  207. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +4 -4
  208. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  209. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +77 -77
  210. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +5 -5
  211. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
  212. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +5 -5
  213. 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
  214. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +5 -5
  215. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +7 -7
  216. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  217. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +27 -25
  218. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
  219. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +23 -21
  220. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  221. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
  222. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  223. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +5 -5
  224. 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
  225. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +4 -4
  226. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  227. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +11 -11
  228. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
  229. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
  230. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +6 -6
  231. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +5 -5
  232. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  233. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +7 -7
  234. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
  235. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
  236. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
  237. package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
  238. package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts.map +1 -1
  239. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +4 -3
  240. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
  241. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
  242. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  243. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -3
  244. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
  245. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
  246. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -1
  247. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +5 -4
  248. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  249. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
  250. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  251. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +180 -165
  252. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
  253. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +36 -33
  254. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  255. package/package.json +4 -4
  256. package/shared/components/app-bar-button/app-bar-button.vue +169 -0
  257. package/shared/components/app-bar-button/index.ts +1 -0
  258. package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +138 -38
  259. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +10 -1
  260. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +55 -30
  261. package/shared/components/change-password/change-password.vue +7 -1
  262. package/shared/components/common/popup/vc-popup-error.vue +1 -1
  263. package/shared/components/common/popup/vc-popup-warning.vue +1 -1
  264. package/shared/components/index.ts +3 -0
  265. package/shared/components/language-selector/language-selector.vue +55 -39
  266. package/shared/components/notification-dropdown/_internal/notification/notification.vue +7 -1
  267. package/shared/components/notification-dropdown/notification-dropdown.vue +96 -83
  268. package/shared/components/notification-template/notification-template.vue +66 -22
  269. package/shared/components/notifications/styles/index.scss +1 -0
  270. package/shared/components/sidebar/index.ts +1 -0
  271. package/shared/components/sidebar/sidebar.vue +96 -0
  272. package/shared/components/theme-selector/index.ts +1 -0
  273. package/shared/components/theme-selector/theme-selector.vue +95 -0
  274. package/shared/components/user-dropdown-button/user-dropdown-button.vue +139 -86
  275. package/shared/modules/assets/components/assets-details/assets-details.vue +9 -2
  276. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +16 -6
  277. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +1 -1
  278. package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
  279. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +6 -2
  280. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +16 -2
  281. package/shared/modules/dynamic/types/index.ts +3 -0
  282. package/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue +14 -9
  283. package/shared/pages/InvitePage/components/invite/Invite.vue +59 -15
  284. package/shared/pages/LoginPage/components/login/Login.vue +78 -22
  285. package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +67 -15
  286. package/tailwind.config.ts +283 -15
  287. package/ui/components/atoms/vc-badge/vc-badge.vue +38 -23
  288. package/ui/components/atoms/vc-button/vc-button.vue +37 -34
  289. package/ui/components/atoms/vc-card/vc-card.vue +17 -11
  290. package/ui/components/atoms/vc-col/vc-col.vue +4 -6
  291. package/ui/components/atoms/vc-container/vc-container.vue +26 -8
  292. package/ui/components/atoms/vc-hint/vc-hint.vue +8 -2
  293. package/ui/components/atoms/vc-icon/vc-icon.vue +3 -3
  294. package/ui/components/atoms/vc-image/vc-image.vue +33 -9
  295. package/ui/components/atoms/vc-label/vc-label.vue +38 -9
  296. package/ui/components/atoms/vc-link/vc-link.vue +15 -8
  297. package/ui/components/atoms/vc-loading/vc-loading.vue +37 -8
  298. package/ui/components/atoms/vc-progress/vc-progress.vue +29 -21
  299. package/ui/components/atoms/vc-row/vc-row.vue +4 -2
  300. package/ui/components/atoms/vc-status/vc-status.vue +29 -20
  301. package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +20 -3
  302. package/ui/components/atoms/vc-switch/vc-switch.vue +41 -17
  303. package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +35 -9
  304. package/ui/components/atoms/vc-video/vc-video.vue +28 -6
  305. package/ui/components/atoms/vc-widget/vc-widget.vue +59 -28
  306. package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +29 -27
  307. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +34 -11
  308. package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +43 -21
  309. package/ui/components/molecules/vc-editor/vc-editor.vue +70 -32
  310. package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +32 -16
  311. package/ui/components/molecules/vc-field/vc-field.vue +36 -13
  312. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +75 -25
  313. package/ui/components/molecules/vc-input/vc-input.vue +279 -218
  314. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +24 -2
  315. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +102 -64
  316. package/ui/components/molecules/vc-notification/vc-notification.vue +40 -15
  317. package/ui/components/molecules/vc-pagination/vc-pagination.vue +19 -15
  318. package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +18 -23
  319. package/ui/components/molecules/vc-rating/vc-rating.vue +9 -5
  320. package/ui/components/molecules/vc-select/vc-select.vue +211 -65
  321. package/ui/components/molecules/vc-slider/vc-slider.vue +32 -13
  322. package/ui/components/molecules/vc-textarea/vc-textarea.vue +17 -12
  323. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +68 -14
  324. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +112 -122
  325. package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +213 -96
  326. package/ui/components/organisms/vc-app/vc-app.vue +41 -15
  327. package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +78 -30
  328. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +81 -59
  329. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +27 -13
  330. package/ui/components/organisms/vc-blade/vc-blade.vue +177 -46
  331. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +40 -11
  332. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +52 -18
  333. package/ui/components/organisms/vc-gallery/vc-gallery.vue +38 -6
  334. package/ui/components/organisms/vc-login-form/vc-login-form.vue +40 -14
  335. package/ui/components/organisms/vc-popup/vc-popup.vue +186 -44
  336. package/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue +25 -6
  337. package/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue +48 -12
  338. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +130 -60
  339. package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +55 -7
  340. package/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue +17 -5
  341. package/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue +38 -6
  342. package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +111 -62
  343. package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +139 -46
  344. package/ui/components/organisms/vc-table/vc-table.vue +370 -128
@@ -1 +1 @@
1
- {"version":3,"file":"vc-table.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.stories.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vc-table.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.stories.ts"],"names":[],"mappings":"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"}
@@ -18,31 +18,31 @@ declare const _default: <T extends string | TableItem>(__VLS_props: {
18
18
  sort?: string | undefined;
19
19
  footer?: boolean | undefined;
20
20
  header?: boolean | undefined;
21
- onHeaderClick?: ((item: ITableColumns) => any) | undefined;
22
- "onScroll:ptr"?: (() => any) | undefined;
21
+ readonly onHeaderClick?: ((item: ITableColumns) => any) | undefined;
22
+ readonly "onScroll:ptr"?: (() => any) | undefined;
23
23
  items: T[];
24
24
  expanded?: boolean | undefined;
25
25
  loading?: MaybeRef<boolean> | undefined;
26
26
  columns: ITableColumns[];
27
- onItemClick?: ((item: T) => any) | undefined;
28
- onSelectionChanged?: ((values: T[]) => any) | undefined;
29
- onPaginationClick?: ((page: number) => any) | undefined;
30
- "onSearch:change"?: ((value: string | undefined) => any) | undefined;
31
- "onRow:reorder"?: ((args: {
27
+ readonly onItemClick?: ((item: T) => any) | undefined;
28
+ readonly onSelectionChanged?: ((values: T[]) => any) | undefined;
29
+ readonly onPaginationClick?: ((page: number) => any) | undefined;
30
+ readonly "onSearch:change"?: ((value: string | undefined) => any) | undefined;
31
+ readonly "onRow:reorder"?: ((args: {
32
32
  dragIndex: number;
33
33
  dropIndex: number;
34
34
  value: T[];
35
35
  }) => any) | undefined;
36
- "onSelect:all"?: ((values: boolean) => any) | undefined;
37
- onOnEditComplete?: ((args: {
36
+ readonly "onSelect:all"?: ((values: boolean) => any) | undefined;
37
+ readonly onOnEditComplete?: ((args: {
38
38
  event: {
39
39
  field: string;
40
40
  value: string | number;
41
41
  };
42
42
  index: number;
43
43
  }) => any) | undefined;
44
- onOnAddNewRow?: (() => any) | undefined;
45
- onOnCellBlur?: ((args: {
44
+ readonly onOnAddNewRow?: (() => any) | undefined;
45
+ readonly onOnCellBlur?: ((args: {
46
46
  row: number | undefined;
47
47
  field: string;
48
48
  }) => any) | undefined;
@@ -73,6 +73,7 @@ declare const _default: <T extends string | TableItem>(__VLS_props: {
73
73
  } | undefined;
74
74
  paginationVariant?: ComponentProps<typeof VcPagination>["variant"];
75
75
  selectionItems?: T[] | undefined;
76
+ disableFilter?: boolean | undefined;
76
77
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
77
78
  attrs: any;
78
79
  slots: Readonly<{
@@ -145,31 +146,31 @@ declare const _default: <T extends string | TableItem>(__VLS_props: {
145
146
  sort?: string | undefined;
146
147
  footer?: boolean | undefined;
147
148
  header?: boolean | undefined;
148
- onHeaderClick?: ((item: ITableColumns) => any) | undefined;
149
- "onScroll:ptr"?: (() => any) | undefined;
149
+ readonly onHeaderClick?: ((item: ITableColumns) => any) | undefined;
150
+ readonly "onScroll:ptr"?: (() => any) | undefined;
150
151
  items: T[];
151
152
  expanded?: boolean | undefined;
152
153
  loading?: MaybeRef<boolean> | undefined;
153
154
  columns: ITableColumns[];
154
- onItemClick?: ((item: T) => any) | undefined;
155
- onSelectionChanged?: ((values: T[]) => any) | undefined;
156
- onPaginationClick?: ((page: number) => any) | undefined;
157
- "onSearch:change"?: ((value: string | undefined) => any) | undefined;
158
- "onRow:reorder"?: ((args: {
155
+ readonly onItemClick?: ((item: T) => any) | undefined;
156
+ readonly onSelectionChanged?: ((values: T[]) => any) | undefined;
157
+ readonly onPaginationClick?: ((page: number) => any) | undefined;
158
+ readonly "onSearch:change"?: ((value: string | undefined) => any) | undefined;
159
+ readonly "onRow:reorder"?: ((args: {
159
160
  dragIndex: number;
160
161
  dropIndex: number;
161
162
  value: T[];
162
163
  }) => any) | undefined;
163
- "onSelect:all"?: ((values: boolean) => any) | undefined;
164
- onOnEditComplete?: ((args: {
164
+ readonly "onSelect:all"?: ((values: boolean) => any) | undefined;
165
+ readonly onOnEditComplete?: ((args: {
165
166
  event: {
166
167
  field: string;
167
168
  value: string | number;
168
169
  };
169
170
  index: number;
170
171
  }) => any) | undefined;
171
- onOnAddNewRow?: (() => any) | undefined;
172
- onOnCellBlur?: ((args: {
172
+ readonly onOnAddNewRow?: (() => any) | undefined;
173
+ readonly onOnCellBlur?: ((args: {
173
174
  row: number | undefined;
174
175
  field: string;
175
176
  }) => any) | undefined;
@@ -200,6 +201,7 @@ declare const _default: <T extends string | TableItem>(__VLS_props: {
200
201
  } | undefined;
201
202
  paginationVariant?: ComponentProps<typeof VcPagination>["variant"];
202
203
  selectionItems?: T[] | undefined;
204
+ disableFilter?: boolean | undefined;
203
205
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
204
206
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
205
207
  attrs: any;
@@ -276,31 +278,31 @@ declare const _default: <T extends string | TableItem>(__VLS_props: {
276
278
  sort?: string | undefined;
277
279
  footer?: boolean | undefined;
278
280
  header?: boolean | undefined;
279
- onHeaderClick?: ((item: ITableColumns) => any) | undefined;
280
- "onScroll:ptr"?: (() => any) | undefined;
281
+ readonly onHeaderClick?: ((item: ITableColumns) => any) | undefined;
282
+ readonly "onScroll:ptr"?: (() => any) | undefined;
281
283
  items: T[];
282
284
  expanded?: boolean | undefined;
283
285
  loading?: MaybeRef<boolean> | undefined;
284
286
  columns: ITableColumns[];
285
- onItemClick?: ((item: T) => any) | undefined;
286
- onSelectionChanged?: ((values: T[]) => any) | undefined;
287
- onPaginationClick?: ((page: number) => any) | undefined;
288
- "onSearch:change"?: ((value: string | undefined) => any) | undefined;
289
- "onRow:reorder"?: ((args: {
287
+ readonly onItemClick?: ((item: T) => any) | undefined;
288
+ readonly onSelectionChanged?: ((values: T[]) => any) | undefined;
289
+ readonly onPaginationClick?: ((page: number) => any) | undefined;
290
+ readonly "onSearch:change"?: ((value: string | undefined) => any) | undefined;
291
+ readonly "onRow:reorder"?: ((args: {
290
292
  dragIndex: number;
291
293
  dropIndex: number;
292
294
  value: T[];
293
295
  }) => any) | undefined;
294
- "onSelect:all"?: ((values: boolean) => any) | undefined;
295
- onOnEditComplete?: ((args: {
296
+ readonly "onSelect:all"?: ((values: boolean) => any) | undefined;
297
+ readonly onOnEditComplete?: ((args: {
296
298
  event: {
297
299
  field: string;
298
300
  value: string | number;
299
301
  };
300
302
  index: number;
301
303
  }) => any) | undefined;
302
- onOnAddNewRow?: (() => any) | undefined;
303
- onOnCellBlur?: ((args: {
304
+ readonly onOnAddNewRow?: (() => any) | undefined;
305
+ readonly onOnCellBlur?: ((args: {
304
306
  row: number | undefined;
305
307
  field: string;
306
308
  }) => any) | undefined;
@@ -331,6 +333,7 @@ declare const _default: <T extends string | TableItem>(__VLS_props: {
331
333
  } | undefined;
332
334
  paginationVariant?: ComponentProps<typeof VcPagination>["variant"];
333
335
  selectionItems?: T[] | undefined;
336
+ disableFilter?: boolean | undefined;
334
337
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
335
338
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
336
339
  attrs: any;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-table.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.vue.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vc-table.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table.vue.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.0.290",
3
+ "version": "1.0.292",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -61,9 +61,9 @@
61
61
  "devDependencies": {
62
62
  "@types/dompurify": "^3.0.5",
63
63
  "@types/quill": "^2.0.14",
64
- "@vc-shell/api-client-generator": "^1.0.290",
65
- "@vc-shell/config-generator": "^1.0.290",
66
- "@vc-shell/ts-config": "^1.0.290",
64
+ "@vc-shell/api-client-generator": "^1.0.292",
65
+ "@vc-shell/config-generator": "^1.0.292",
66
+ "@vc-shell/ts-config": "^1.0.292",
67
67
  "@vitejs/plugin-vue": "^5.0.3",
68
68
  "cypress-signalr-mock": "^1.5.0",
69
69
  "sass": "^1.69.6",
@@ -0,0 +1,169 @@
1
+ <template>
2
+ <div class="app-bar-button">
3
+ <VcTooltip
4
+ placement="bottom"
5
+ :offset="{ crossAxis: 0, mainAxis: -10 }"
6
+ class="tw-w-full"
7
+ >
8
+ <template
9
+ v-if="!isDropdownVisible && !!title"
10
+ #tooltip
11
+ >{{ title }}</template
12
+ >
13
+ <button
14
+ ref="referenceButton"
15
+ class="app-bar-button__button"
16
+ @click.stop="toggleNotificationsDrop"
17
+ >
18
+ <div
19
+ :class="[
20
+ 'app-bar-button__button-container',
21
+ { 'app-bar-button__button-container--active': isDropdownVisible && $slots['dropdown-content'] },
22
+ ]"
23
+ >
24
+ <slot
25
+ name="button"
26
+ :opened="isDropdownVisible"
27
+ :toggle="toggleNotificationsDrop"
28
+ >
29
+ <div class="app-bar-button__button-wrap">
30
+ <VcIcon
31
+ :icon="icon"
32
+ size="xl"
33
+ ></VcIcon>
34
+ </div>
35
+ </slot>
36
+ </div>
37
+ </button>
38
+
39
+ <div
40
+ v-if="isDropdownVisible"
41
+ ref="floatingDrop"
42
+ v-on-click-outside="[
43
+ () => {
44
+ isDropdownVisible = false;
45
+ },
46
+ { ignore: [referenceButton] },
47
+ ]"
48
+ :style="floatingDropStyle"
49
+ :class="['app-bar-button__dropdown']"
50
+ >
51
+ <slot
52
+ name="dropdown-content"
53
+ :opened="isDropdownVisible"
54
+ :toggle="toggleNotificationsDrop"
55
+ ></slot>
56
+ </div>
57
+ </VcTooltip>
58
+ </div>
59
+ </template>
60
+
61
+ <script lang="ts" setup>
62
+ import { ref, computed } from "vue";
63
+ import { vOnClickOutside } from "@vueuse/components";
64
+ import { useFloating, shift, autoUpdate } from "@floating-ui/vue";
65
+
66
+ export interface Props {
67
+ title?: string;
68
+ icon?: string;
69
+ position: "bottom" | "bottom-end" | "bottom-start";
70
+ beforeOpen?: () => boolean;
71
+ }
72
+
73
+ export interface Emits {
74
+ (event: "toggle", state: boolean): void;
75
+ }
76
+
77
+ const props = withDefaults(defineProps<Props>(), {
78
+ position: "bottom",
79
+ });
80
+
81
+ const emit = defineEmits<Emits>();
82
+
83
+ defineSlots<{
84
+ "dropdown-content": (props: { opened: boolean; toggle: () => void }) => void;
85
+ button: void;
86
+ }>();
87
+
88
+ const isDropdownVisible = ref(false);
89
+
90
+ const referenceButton = ref<HTMLDivElement | null>(null);
91
+ const floatingDrop = ref<HTMLDivElement | null>(null);
92
+
93
+ const floater = useFloating(referenceButton, floatingDrop, {
94
+ placement: props.position,
95
+ whileElementsMounted: autoUpdate,
96
+ middleware: [shift({ mainAxis: false })],
97
+ });
98
+
99
+ const floatingDropStyle = computed(() => {
100
+ return {
101
+ top: `${floater.y.value ?? 0}px`,
102
+ left: `${floater.x.value ?? 0}px`,
103
+ };
104
+ });
105
+
106
+ function toggleNotificationsDrop() {
107
+ if (props.beforeOpen && typeof props.beforeOpen === "function" && props.beforeOpen() === false) {
108
+ return;
109
+ }
110
+ isDropdownVisible.value = !isDropdownVisible.value;
111
+
112
+ emit("toggle", isDropdownVisible.value);
113
+ }
114
+ </script>
115
+
116
+ <style lang="scss">
117
+ :root {
118
+ --app-bar-button-shadow-color: var(--additional-950);
119
+ --app-bar-button-shadow: 0 -6px 6px var(--additional-50),
120
+ 1px 1px 22px rgb(from var(--app-bar-button-shadow-color) r g b / 7%);
121
+ --app-bar-button-height: var(--app-bar-height);
122
+ --app-bar-button-bg-color: var(--additional-50);
123
+ --app-bar-button-dropdown-bg-color: var(--additional-50);
124
+ --app-bar-button-dropdown-button-width: var(--app-bar-button-width);
125
+ --app-bar-button-dropdown-button-border: var(--app-bar-button-border-color);
126
+ --app-bar-button-dropdown-button-color: var(--app-bar-button-color);
127
+ --app-bar-button-dropdown-button-background-color: var(--app-bar-button-background-color);
128
+ --app-bar-button-dropdown-button-color-hover: var(--app-bar-button-color-hover);
129
+ --app-bar-button-dropdown-button-background-color-hover: var(--app-bar-button-background-color-hover);
130
+ --app-bar-button-mobile-bg-color: var(--neutral-500);
131
+ }
132
+
133
+ .app-bar-button {
134
+ @apply tw-relative tw-flex;
135
+
136
+ &__button {
137
+ @apply tw-flex tw-text-left tw-w-full;
138
+ }
139
+
140
+ &__button-container {
141
+ @apply tw-w-full tw-relative tw-h-full tw-flex tw-items-center tw-justify-center
142
+ tw-border-l tw-border-solid
143
+ tw-border-l-[color:var(--app-bar-button-dropdown-button-border)] tw-cursor-pointer
144
+ tw-text-[color:var(--app-bar-button-dropdown-button-color)] tw-bg-[color:var(--app-bar-button-dropdown-button-background-color)]
145
+ tw-transition-colors tw-duration-200;
146
+
147
+ &:hover {
148
+ @apply tw-text-[color:var(--app-bar-button-dropdown-button-color-hover)]
149
+ tw-bg-[color:var(--app-bar-button-dropdown-button-background-color-hover)];
150
+ }
151
+
152
+ &--active {
153
+ box-shadow: var(--app-bar-button-shadow);
154
+ clip-path: inset(0px -20px 0px -20px);
155
+ background-color: var(--app-bar-button-dropdown-bg-color);
156
+ z-index: 9999;
157
+ }
158
+ }
159
+
160
+ &__button-wrap {
161
+ @apply tw-w-[var(--app-bar-button-dropdown-button-width)] tw-flex tw-justify-center;
162
+ }
163
+
164
+ &__dropdown {
165
+ @apply tw-absolute tw-top-[var(--app-bar-button-height)] tw-z-[10000] tw-min-w-[100%];
166
+ box-shadow: var(--app-bar-button-shadow);
167
+ }
168
+ }
169
+ </style>
@@ -0,0 +1 @@
1
+ export { default as AppBarButtonTemplate } from "./app-bar-button.vue";
@@ -1,49 +1,70 @@
1
1
  <template>
2
- <div
3
- v-on-click-outside="onClose"
4
- class="tw-relative tw-h-full tw-flex tw-items-center tw-justify-center tw-mx-3 tw-shrink-0"
2
+ <button
3
+ class="vc-app-switcher__button"
4
+ @click.stop="toggleAppSwitch"
5
5
  >
6
- <button
7
- class="hover:[&>img] hover:[&_div]:tw-bg-[color:var(--app-bar-button-color-hover)]"
8
- @click.stop="toggleAppSwitch"
9
- >
6
+ <div class="vc-app-switcher__icon"></div>
7
+ </button>
8
+ <Sidebar
9
+ :is-expanded="isVisible"
10
+ render="always"
11
+ position="left"
12
+ @close="onClose"
13
+ >
14
+ <template #header>
10
15
  <div
11
- class="tw-h-[22px] tw-w-[22px] [mask:url(/assets/app-select.svg)] tw-bg-[color:var(--app-bar-button-color)] tw-duration-200"
12
- />
13
- </button>
14
-
15
- <div
16
- v-if="isVisible && appsList && appsList.length"
17
- class="tw-px-4 tw-py-3.5 tw-bg-white tw-drop-shadow-[4px_4px_20px_rgba(47,86,108,0.25)] tw-absolute tw-z-[1002] tw-rounded tw-top-[var(--app-bar-height)] tw-left-0 tw-w-max tw-max-w-[200px]"
18
- >
19
- <ul class="tw-flex tw-flex-col tw-gap-3 tw-overflow-hidden">
20
- <li
21
- v-for="item in appsList"
22
- :key="item.id"
23
- class="tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-group"
24
- :class="{
25
- '[&>p]:tw-font-extrabold': locationHandler(item.relativeUrl ?? ''),
26
- }"
27
- @click="switchApp(item)"
16
+ class="vc-app-switcher__button-wrap"
17
+ :class="{
18
+ 'vc-app-switcher__button-wrap--mobile': $isMobile.value,
19
+ }"
20
+ >
21
+ <button
22
+ class="vc-app-switcher__button vc-app-switcher__button--header"
23
+ @click.stop="isVisible = false"
28
24
  >
29
- <img
30
- :src="imageUrl(item.iconUrl ?? '')"
31
- :alt="`icon_${item.id}`"
32
- class="tw-w-5 tw-h-5 tw-mr-2 tw-shrink-0"
33
- />
34
- <p class="tw-font-normal tw-text-sm tw-text-[#727C87] tw-truncate group-hover:tw-opacity-80">
35
- {{ item.title }}
36
- </p>
37
- </li>
38
- </ul>
39
- </div>
40
- </div>
25
+ <div class="vc-app-switcher__icon"></div>
26
+ </button>
27
+ <p class="vc-app-switcher__title">{{ $t("COMPONENTS.APP_SWITCHER.TITLE") }}</p>
28
+ </div>
29
+ </template>
30
+ <template #content>
31
+ <div
32
+ v-if="isVisible && appsList && appsList.length"
33
+ ref="container"
34
+ class="vc-app-switcher"
35
+ @contextmenu.prevent
36
+ >
37
+ <div class="vc-app-switcher__dropdown">
38
+ <ul class="vc-app-switcher__list">
39
+ <li
40
+ v-for="item in appsList"
41
+ :key="item.id"
42
+ class="vc-app-switcher__list-item"
43
+ :class="{
44
+ 'vc-app-switcher__list-item--active': locationHandler(item.relativeUrl ?? ''),
45
+ }"
46
+ @click="switchApp(item)"
47
+ >
48
+ <img
49
+ :src="imageUrl(item.iconUrl ?? '')"
50
+ :alt="`icon_${item.id}`"
51
+ class="vc-app-switcher__item-icon"
52
+ />
53
+ <p class="vc-app-switcher__item-title">
54
+ {{ item.title }}
55
+ </p>
56
+ </li>
57
+ </ul>
58
+ </div>
59
+ </div>
60
+ </template>
61
+ </Sidebar>
41
62
  </template>
42
63
 
43
64
  <script lang="ts" setup>
44
65
  import { inject, ref } from "vue";
45
66
  import { AppDescriptor } from "../../../../../core/api/platform";
46
- import { vOnClickOutside } from "@vueuse/components";
67
+ import { Sidebar } from "./../../../sidebar";
47
68
 
48
69
  export interface Props {
49
70
  appsList: AppDescriptor[];
@@ -89,4 +110,83 @@ const onClose = () => {
89
110
  };
90
111
  </script>
91
112
 
92
- <style lang="less" scoped></style>
113
+ <style lang="scss">
114
+ :root {
115
+ --app-switcher-button-color: var(--neutrals-400);
116
+ --app-switcher-button-color-hover: var(--neutrals-500);
117
+ --app-switcher-item-text-color: var(--additional-950);
118
+ --app-switcher-dropdown-bg-color: var(--additional-50);
119
+ --app-switcher-dropdown-shadow: 4px 4px 20px rgba(47, 86, 108, 0.25);
120
+ --app-switcher-height: var(--app-bar-height);
121
+ --app-switcher-item-bg-hover: var(--primary-50);
122
+ }
123
+
124
+ .vc-app-switcher {
125
+ @apply tw-relative tw-flex tw-mx-3 tw-shrink-0 tw-mt-4;
126
+
127
+ &__button {
128
+ @apply hover:tw-relative tw-p-0 tw-border-0 tw-bg-transparent tw-relative tw-h-full tw-flex tw-items-center tw-justify-center tw-shrink-0 tw-mx-3;
129
+
130
+ &:hover .vc-app-switcher__icon {
131
+ @apply tw-bg-[color:var(--app-switcher-button-color-hover)];
132
+ }
133
+
134
+ &--header {
135
+ @apply tw-h-auto tw-block tw-mx-0 #{!important};
136
+ }
137
+ }
138
+
139
+ &__button-wrap {
140
+ @apply tw-min-h-[--app-switcher-height] tw-px-4 tw-flex tw-items-center tw-justify-between tw-h-[var(--app-switcher-height)] tw-mx-3;
141
+
142
+ &--mobile {
143
+ @apply tw-mx-2 #{!important};
144
+ }
145
+ }
146
+
147
+ &__title {
148
+ @apply tw-text-lg tw-font-bold tw-text-[color:var(--app-switcher-item-text-color)];
149
+ }
150
+
151
+ &__icon {
152
+ @apply tw-h-[22px] tw-w-[22px] tw-bg-[color:var(--app-switcher-button-color)] tw-duration-200;
153
+ mask: url(/assets/app-select.svg) no-repeat center;
154
+ mask-size: contain;
155
+ }
156
+
157
+ &__dropdown {
158
+ @apply tw-bg-[color:var(--app-switcher-dropdown-bg-color)] tw-w-full;
159
+ }
160
+
161
+ &__list {
162
+ @apply tw-flex tw-flex-col tw-gap-3 tw-overflow-hidden;
163
+ }
164
+
165
+ &__list-item {
166
+ @apply tw-p-3 tw-text-sm tw-text-[color:var(--app-switcher-item-text-color)] tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-w-full;
167
+ transition: background-color 0.2s;
168
+
169
+ &--active {
170
+ @apply tw-font-extrabold;
171
+ }
172
+
173
+ &:hover .vc-app-switcher__item-title {
174
+ @apply tw-opacity-80;
175
+ }
176
+
177
+ &:hover {
178
+ @apply tw-bg-[color:var(--app-switcher-item-bg-hover)];
179
+ }
180
+ }
181
+
182
+ &__item-icon {
183
+ @apply tw-w-5 tw-h-5 tw-mr-2 tw-shrink-0;
184
+ }
185
+
186
+ &__item-title {
187
+ @apply tw-font-normal tw-text-sm tw-truncate;
188
+ color: var(--app-switcher-item-text-color);
189
+ transition: opacity 0.3s ease;
190
+ }
191
+ }
192
+ </style>
@@ -3,7 +3,7 @@
3
3
  <VcBreadcrumbs
4
4
  v-if="blades && blades.length > 2"
5
5
  :items="breadcrumbs"
6
- class="tw-bg-white tw-p-2 tw-shadow-[2px_2px_8px_rgba(54,84,117,0.14)] tw-rounded-[var(--blade-border-radius)]"
6
+ class="tw-bg-[--blade-navigation-bg-color] tw-p-2 [box-shadow:var(--blade-navigation-shadow)] tw-rounded-[var(--blade-navigation-border-radius)]"
7
7
  :class="[
8
8
  {
9
9
  'tw-mt-4 tw-mx-2': !$isMobile.value,
@@ -141,3 +141,12 @@ const render = () => {
141
141
  ]);
142
142
  };
143
143
  </script>
144
+
145
+ <style lang="scss">
146
+ :root {
147
+ --blade-navigation-bg-color: var(--additional-50);
148
+ --blade-navigation-shadow-color: var(--additional-950);
149
+ --blade-navigation-shadow: 2px 2px 8px rgb(from var(--blade-navigation-shadow-color) r g b / 7%);
150
+ --blade-navigation-border-radius: var(--blade-border-radius);
151
+ }
152
+ </style>