@vc-shell/framework 1.0.128 → 1.0.130

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 (331) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/core/api/platform.ts +514 -92
  3. package/core/composables/index.ts +2 -1
  4. package/core/composables/useApiClient/index.ts +1 -7
  5. package/core/composables/useAssets/index.ts +0 -6
  6. package/core/composables/useBeforeUnload/index.ts +20 -0
  7. package/core/composables/useMenuService/index.ts +96 -0
  8. package/core/composables/useNotifications/index.ts +29 -40
  9. package/core/composables/useSettings/index.ts +23 -29
  10. package/core/composables/useUser/index.ts +61 -132
  11. package/core/directives/loading/styles.css +5 -5
  12. package/core/interceptors/index.ts +75 -0
  13. package/core/plugins/i18n/index.ts +1 -0
  14. package/core/plugins/modularity/index.ts +63 -20
  15. package/core/plugins/moment/moment.ts +2 -2
  16. package/core/plugins/signalR/index.ts +23 -3
  17. package/core/types/index.ts +18 -35
  18. package/core/utilities/kebabToCamel.ts +1 -1
  19. package/dist/core/api/platform.d.ts +125 -87
  20. package/dist/core/api/platform.d.ts.map +1 -1
  21. package/dist/core/composables/index.d.ts +2 -1
  22. package/dist/core/composables/index.d.ts.map +1 -1
  23. package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
  24. package/dist/core/composables/useAssets/index.d.ts.map +1 -1
  25. package/dist/core/composables/useBeforeUnload/index.d.ts +5 -0
  26. package/dist/core/composables/useBeforeUnload/index.d.ts.map +1 -0
  27. package/dist/core/composables/useMenuService/index.d.ts +16 -0
  28. package/dist/core/composables/useMenuService/index.d.ts.map +1 -0
  29. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  30. package/dist/core/composables/useSettings/index.d.ts +2 -2
  31. package/dist/core/composables/useSettings/index.d.ts.map +1 -1
  32. package/dist/core/composables/useUser/index.d.ts +8 -6
  33. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  34. package/dist/core/interceptors/index.d.ts +3 -0
  35. package/dist/core/interceptors/index.d.ts.map +1 -0
  36. package/dist/core/plugins/i18n/index.d.ts.map +1 -1
  37. package/dist/core/plugins/modularity/index.d.ts +1 -1
  38. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  39. package/dist/core/plugins/moment/moment.d.ts.map +1 -1
  40. package/dist/core/plugins/signalR/index.d.ts.map +1 -1
  41. package/dist/core/types/index.d.ts +16 -29
  42. package/dist/core/types/index.d.ts.map +1 -1
  43. package/dist/{framework.mjs → framework.js} +32147 -32235
  44. package/dist/index.css +1 -1
  45. package/dist/index.d.ts +5 -2
  46. package/dist/index.d.ts.map +1 -1
  47. package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -19
  48. package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -1
  49. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +3 -0
  50. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  51. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +1 -70
  52. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -1
  53. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -82
  54. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  55. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +28 -0
  56. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -0
  57. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +11 -27
  58. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  59. package/dist/shared/components/blade-navigation/injectionKeys.d.ts +4 -0
  60. package/dist/shared/components/blade-navigation/injectionKeys.d.ts.map +1 -0
  61. package/dist/shared/components/blade-navigation/plugin.d.ts +4 -1
  62. package/dist/shared/components/blade-navigation/plugin.d.ts.map +1 -1
  63. package/dist/shared/components/blade-navigation/types/index.d.ts +48 -35
  64. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  65. package/dist/shared/components/error-interceptor/index.d.ts +33 -67
  66. package/dist/shared/components/error-interceptor/index.d.ts.map +1 -1
  67. package/dist/shared/components/index.d.ts +2 -0
  68. package/dist/shared/components/index.d.ts.map +1 -1
  69. package/dist/shared/components/language-selector/index.d.ts +1 -49
  70. package/dist/shared/components/language-selector/index.d.ts.map +1 -1
  71. package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -40
  72. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  73. package/dist/{ui/components/organisms/vc-notification-dropdown → shared/components/notification-dropdown}/_internal/notification/notification.vue.d.ts +2 -2
  74. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -0
  75. package/dist/shared/components/notification-dropdown/index.d.ts +7 -0
  76. package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -0
  77. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +3 -0
  78. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -0
  79. package/dist/shared/components/notification-template/index.d.ts +91 -0
  80. package/dist/shared/components/notification-template/index.d.ts.map +1 -0
  81. package/dist/{ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts → shared/components/notification-template/notification-template.vue.d.ts} +2 -2
  82. package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -0
  83. package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
  84. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  85. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  86. package/dist/shared/components/user-dropdown-button/index.d.ts +10 -16
  87. package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
  88. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +7 -4
  89. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  90. package/dist/shared/index.d.ts +4 -1
  91. package/dist/shared/index.d.ts.map +1 -1
  92. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +3 -0
  93. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  94. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +3 -0
  95. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  96. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
  97. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
  98. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
  99. package/dist/shared/modules/dynamic/factories/types/index.d.ts +3 -1
  100. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  101. package/dist/shared/modules/dynamic/index.d.ts +1 -3
  102. package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
  103. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +12 -10
  104. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  105. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +5 -2
  106. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  107. package/dist/shared/modules/dynamic/types/index.d.ts +16 -1
  108. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  109. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  110. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  111. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  112. package/dist/shared/utilities/vueUtils.d.ts.map +1 -1
  113. package/dist/tailwind.config.d.ts +56 -0
  114. package/dist/tailwind.config.d.ts.map +1 -0
  115. package/dist/tsconfig.tsbuildinfo +1 -1
  116. package/dist/ui/components/atoms/vc-badge/index.d.ts +32 -67
  117. package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  118. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  119. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +6 -1
  120. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  121. package/dist/ui/components/atoms/vc-card/index.d.ts +66 -102
  122. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  123. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +7 -0
  124. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -0
  125. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +7 -1
  126. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  127. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +91 -129
  128. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  129. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +7 -1
  130. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  131. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +6 -1
  132. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  133. package/dist/ui/components/atoms/vc-container/index.d.ts +36 -71
  134. package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
  135. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  136. package/dist/ui/components/atoms/vc-hint/index.d.ts +8 -38
  137. package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
  138. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  139. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -0
  140. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  141. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +3 -0
  142. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  143. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +3 -0
  144. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
  145. package/dist/ui/components/atoms/vc-label/index.d.ts +42 -74
  146. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  147. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +7 -1
  148. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  149. package/dist/ui/components/atoms/vc-link/index.d.ts +32 -66
  150. package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
  151. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  152. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  153. package/dist/ui/components/atoms/vc-progress/index.d.ts +30 -63
  154. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  155. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +3 -0
  156. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  157. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +3 -1
  158. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  159. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +6 -1
  160. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  161. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  162. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  163. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -0
  164. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  165. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  166. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +3 -0
  167. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  168. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +59 -98
  169. package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
  170. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +1 -0
  171. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  172. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +4 -1
  173. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  174. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
  175. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +3 -0
  176. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  177. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +67 -105
  178. package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
  179. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -0
  180. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  181. package/dist/ui/components/molecules/vc-form/index.d.ts +8 -38
  182. package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -1
  183. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  184. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +56 -1
  185. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  186. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +159 -214
  187. package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
  188. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +3 -0
  189. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  190. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +27 -9
  191. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  192. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
  193. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +3 -0
  194. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  195. package/dist/ui/components/molecules/vc-rating/index.d.ts +59 -96
  196. package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
  197. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +3 -0
  198. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  199. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +257 -8
  200. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  201. package/dist/ui/components/molecules/vc-slider/index.d.ts +55 -91
  202. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  203. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +3 -0
  204. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  205. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +6 -1
  206. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  207. package/dist/ui/components/organisms/index.d.ts +0 -2
  208. package/dist/ui/components/organisms/index.d.ts.map +1 -1
  209. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +2 -4
  210. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  211. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +10 -7
  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.map +1 -1
  213. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +10 -18
  214. 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
  215. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +16 -16
  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/index.d.ts +1 -292
  218. package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
  219. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +17 -56
  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.map +1 -1
  222. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +3 -0
  223. 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
  224. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +3 -0
  225. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  226. package/dist/ui/components/organisms/vc-blade/index.d.ts +89 -131
  227. package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
  228. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +3 -0
  229. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  230. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +21 -18
  231. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  232. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +4 -1
  233. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  234. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +4 -1
  235. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  236. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -0
  237. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  238. package/dist/ui/components/organisms/vc-login-form/index.d.ts +32 -66
  239. package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
  240. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +3 -0
  241. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  242. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
  243. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
  244. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  245. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -0
  246. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  247. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +3 -0
  248. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  249. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +3 -0
  250. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  251. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +57 -6
  252. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  253. package/dist/ui/types/index.d.ts +5 -45
  254. package/dist/ui/types/index.d.ts.map +1 -1
  255. package/package.json +26 -30
  256. package/shared/components/app-switcher/components/vc-app-switcher/index.ts +1 -3
  257. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +2 -2
  258. package/shared/components/blade-navigation/components/vc-blade-navigation/index.ts +1 -3
  259. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +46 -157
  260. package/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts +81 -0
  261. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +323 -261
  262. package/shared/components/blade-navigation/injectionKeys.ts +4 -0
  263. package/shared/components/blade-navigation/plugin.ts +8 -10
  264. package/shared/components/blade-navigation/types/index.ts +53 -44
  265. package/shared/components/index.ts +2 -0
  266. package/shared/components/language-selector/language-selector.vue +12 -12
  267. package/{ui/components/organisms/vc-notification-dropdown → shared/components/notification-dropdown}/_internal/notification/notification.vue +6 -5
  268. package/shared/components/notification-dropdown/index.ts +10 -0
  269. package/{ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue → shared/components/notification-dropdown/notification-dropdown.vue} +21 -17
  270. package/shared/components/notification-template/index.ts +10 -0
  271. package/{ui/components/organisms/vc-notification-template/vc-notification-template.vue → shared/components/notification-template/notification-template.vue} +2 -2
  272. package/shared/components/popup-handler/composables/usePopup/index.ts +29 -9
  273. package/shared/components/user-dropdown-button/user-dropdown-button.vue +58 -17
  274. package/shared/index.ts +3 -2
  275. package/shared/locales/en.json +7 -0
  276. package/shared/modules/assets/components/assets-details/assets-details.vue +5 -0
  277. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +8 -5
  278. package/shared/modules/dynamic/components/fields/GalleryField.ts +7 -7
  279. package/shared/modules/dynamic/components/fields/InputCurrency.ts +2 -1
  280. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +42 -36
  281. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +5 -3
  282. package/shared/modules/dynamic/factories/types/index.ts +6 -2
  283. package/shared/modules/dynamic/helpers/override.ts +38 -32
  284. package/shared/modules/dynamic/helpers/safeIn.ts +1 -1
  285. package/shared/modules/dynamic/index.ts +12 -12
  286. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +96 -57
  287. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +133 -118
  288. package/shared/modules/dynamic/types/index.ts +16 -1
  289. package/shared/pages/InvitePage/components/invite/Invite.vue +2 -2
  290. package/shared/pages/LoginPage/components/login/Login.vue +23 -16
  291. package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +3 -3
  292. package/shared/utilities/vueUtils.ts +7 -7
  293. package/tailwind.config.ts +50 -0
  294. package/ui/components/atoms/vc-button/vc-button.vue +1 -1
  295. package/ui/components/atoms/vc-card/vc-card.stories.ts +25 -0
  296. package/ui/components/atoms/vc-card/vc-card.vue +1 -1
  297. package/ui/components/atoms/vc-container/vc-container.vue +1 -1
  298. package/ui/components/atoms/vc-icon/vc-icon.vue +1 -1
  299. package/ui/components/molecules/vc-editor/vc-editor.vue +2 -7
  300. package/ui/components/molecules/vc-notification/vc-notification.vue +2 -2
  301. package/ui/components/molecules/vc-select/vc-select.vue +13 -13
  302. package/ui/components/organisms/index.ts +0 -2
  303. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +25 -42
  304. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +123 -25
  305. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +11 -103
  306. package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +34 -52
  307. package/ui/components/organisms/vc-app/index.ts +1 -12
  308. package/ui/components/organisms/vc-app/vc-app.stories.ts +36 -36
  309. package/ui/components/organisms/vc-app/vc-app.vue +122 -61
  310. package/ui/components/organisms/vc-blade/vc-blade.vue +5 -13
  311. package/ui/components/organisms/vc-table/vc-table.vue +9 -9
  312. package/ui/locales/en.json +2 -4
  313. package/ui/types/index.ts +7 -51
  314. package/core/composables/useMenuComposer/index.ts +0 -25
  315. package/dist/core/composables/useMenuComposer/index.d.ts +0 -12
  316. package/dist/core/composables/useMenuComposer/index.d.ts.map +0 -1
  317. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +0 -1
  318. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +0 -38
  319. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +0 -1
  320. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +0 -21
  321. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +0 -1
  322. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +0 -2
  323. package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +0 -1
  324. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +0 -1
  325. package/dist/utils/isInDemoMode.d.ts +0 -2
  326. package/dist/utils/isInDemoMode.d.ts.map +0 -1
  327. package/dist/vite.config.d.ts +0 -3
  328. package/dist/vite.config.d.ts.map +0 -1
  329. package/tailwind.config.js +0 -50
  330. package/ui/components/organisms/vc-notification-dropdown/index.ts +0 -3
  331. package/ui/components/organisms/vc-notification-template/index.ts +0 -1
@@ -58,7 +58,6 @@ export declare class AppsClient extends AuthApiBase {
58
58
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
59
59
  });
60
60
  /**
61
- * Gets the list of available apps, filtered by user permissions.
62
61
  * @return Success
63
62
  */
64
63
  getApps(): Promise<AppDescriptor[]>;
@@ -72,7 +71,6 @@ export declare class ChangeLogClient extends AuthApiBase {
72
71
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
73
72
  });
74
73
  /**
75
- * Force set changes last modified date
76
74
  * @param scope (optional)
77
75
  * @return Success
78
76
  */
@@ -84,11 +82,9 @@ export declare class ChangeLogClient extends AuthApiBase {
84
82
  resetPlatformCache(): Promise<void>;
85
83
  protected processResetPlatformCache(response: Response): Promise<void>;
86
84
  /**
87
- * Get last modified date for given scope
88
- Used for signal of what something changed and for cache invalidation in external platform clients
89
- * @param scope (optional)
90
- * @return Success
91
- */
85
+ * @param scope (optional)
86
+ * @return Success
87
+ */
92
88
  getLastModifiedDate(scope?: string | undefined): Promise<LastModifiedResponse>;
93
89
  protected processGetLastModifiedDate(response: Response): Promise<LastModifiedResponse>;
94
90
  /**
@@ -130,7 +126,6 @@ export declare class DiagnosticsClient extends AuthApiBase {
130
126
  getSystemInfo(): Promise<SystemInfo>;
131
127
  protected processGetSystemInfo(response: Response): Promise<SystemInfo>;
132
128
  /**
133
- * Get installed modules with errors
134
129
  * @return Success
135
130
  */
136
131
  getModulesErrors(): Promise<ModuleDescriptor[]>;
@@ -144,62 +139,53 @@ export declare class DynamicPropertiesClient extends AuthApiBase {
144
139
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
145
140
  });
146
141
  /**
147
- * Get object types which support dynamic properties
148
142
  * @return Success
149
143
  */
150
144
  getObjectTypes(): Promise<string[]>;
151
145
  protected processGetObjectTypes(response: Response): Promise<string[]>;
152
146
  /**
153
- * Get dynamic properties registered for object type
154
147
  * @param body (optional)
155
148
  * @return Success
156
149
  */
157
150
  searchDynamicProperties(body?: DynamicPropertySearchCriteria | undefined): Promise<DynamicPropertySearchResult>;
158
151
  protected processSearchDynamicProperties(response: Response): Promise<DynamicPropertySearchResult>;
159
152
  /**
160
- * Add new dynamic property
161
153
  * @param body (optional)
162
154
  * @return Success
163
155
  */
164
156
  createProperty(body?: DynamicProperty | undefined): Promise<DynamicProperty>;
165
157
  protected processCreateProperty(response: Response): Promise<DynamicProperty>;
166
158
  /**
167
- * Update existing dynamic property
168
159
  * @param body (optional)
169
160
  * @return Success
170
161
  */
171
162
  updateProperty(body?: DynamicProperty | undefined): Promise<void>;
172
163
  protected processUpdateProperty(response: Response): Promise<void>;
173
164
  /**
174
- * Delete dynamic property
175
165
  * @param propertyIds (optional)
176
166
  * @return Success
177
167
  */
178
168
  deleteProperty(propertyIds?: string[] | undefined): Promise<void>;
179
169
  protected processDeleteProperty(response: Response): Promise<void>;
180
170
  /**
181
- * Does nothing. Just a way to expose DynamicObjectProperty thru Swagger.
182
171
  * @return Success
183
172
  */
184
173
  exposeDynamicObjectProperty(): Promise<DynamicObjectProperty>;
185
174
  protected processExposeDynamicObjectProperty(response: Response): Promise<DynamicObjectProperty>;
186
175
  /**
187
- * Get dictionary items
188
176
  * @param body (optional)
189
177
  * @return Success
190
178
  */
191
179
  searchDictionaryItems(body?: DynamicPropertyDictionaryItemSearchCriteria | undefined): Promise<DynamicPropertyDictionaryItemSearchResult>;
192
180
  protected processSearchDictionaryItems(response: Response): Promise<DynamicPropertyDictionaryItemSearchResult>;
193
181
  /**
194
- * Add or update dictionary items
195
182
  * @param body (optional)
196
183
  * @return Success
197
184
  */
198
185
  saveDictionaryItems(body?: DynamicPropertyDictionaryItem[] | undefined): Promise<void>;
199
186
  protected processSaveDictionaryItems(response: Response): Promise<void>;
200
187
  /**
201
- * Delete dictionary items
202
- * @param ids (optional) IDs of dictionary items to delete.
188
+ * @param ids (optional)
203
189
  * @return Success
204
190
  */
205
191
  deleteDictionaryItem(ids?: string[] | undefined): Promise<void>;
@@ -213,13 +199,41 @@ export declare class JobsClient extends AuthApiBase {
213
199
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
214
200
  });
215
201
  /**
216
- * Get background job status
217
- * @param id Job ID.
218
202
  * @return Success
219
203
  */
220
204
  getStatus(id: string): Promise<Job>;
221
205
  protected processGetStatus(response: Response): Promise<Job>;
222
206
  }
207
+ export declare class LocalizableSettingsClient extends AuthApiBase {
208
+ private http;
209
+ private baseUrl;
210
+ protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
211
+ constructor(baseUrl?: string, http?: {
212
+ fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
213
+ });
214
+ /**
215
+ * @return Success
216
+ */
217
+ getSettingsAndLanguages(): Promise<LocalizableSettingsAndLanguages>;
218
+ protected processGetSettingsAndLanguages(response: Response): Promise<LocalizableSettingsAndLanguages>;
219
+ /**
220
+ * @return Success
221
+ */
222
+ getDictionaryValues(name: string, language: string): Promise<KeyValue[]>;
223
+ protected processGetDictionaryValues(response: Response): Promise<KeyValue[]>;
224
+ /**
225
+ * @param body (optional)
226
+ * @return Success
227
+ */
228
+ saveDictionaryItems(name: string, body?: DictionaryItem[] | undefined): Promise<void>;
229
+ protected processSaveDictionaryItems(response: Response): Promise<void>;
230
+ /**
231
+ * @param values (optional)
232
+ * @return Success
233
+ */
234
+ deleteDictionaryItems(name: string, values?: string[] | undefined): Promise<void>;
235
+ protected processDeleteDictionaryItems(response: Response): Promise<void>;
236
+ }
223
237
  export declare class ModulesClient extends AuthApiBase {
224
238
  private http;
225
239
  private baseUrl;
@@ -228,59 +242,50 @@ export declare class ModulesClient extends AuthApiBase {
228
242
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
229
243
  });
230
244
  /**
231
- * Reload modules
232
245
  * @return Success
233
246
  */
234
247
  reloadModules(): Promise<void>;
235
248
  protected processReloadModules(response: Response): Promise<void>;
236
249
  /**
237
- * Get installed modules
238
250
  * @return Success
239
251
  */
240
252
  getModules(): Promise<ModuleDescriptor[]>;
241
253
  protected processGetModules(response: Response): Promise<ModuleDescriptor[]>;
242
254
  /**
243
- * Get all dependent modules for module
244
- * @param body (optional) modules descriptors
255
+ * @param body (optional)
245
256
  * @return Success
246
257
  */
247
258
  getDependingModules(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
248
259
  protected processGetDependingModules(response: Response): Promise<ModuleDescriptor[]>;
249
260
  /**
250
- * Returns a flat expanded list of modules that depend on passed modules
251
- * @param body (optional) modules descriptors
261
+ * @param body (optional)
252
262
  * @return Success
253
263
  */
254
264
  getMissingDependencies(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
255
265
  protected processGetMissingDependencies(response: Response): Promise<ModuleDescriptor[]>;
256
266
  /**
257
- * Upload module package for installation or update
258
267
  * @return Success
259
268
  */
260
269
  uploadModuleArchive(): Promise<ModuleDescriptor>;
261
270
  protected processUploadModuleArchive(response: Response): Promise<ModuleDescriptor>;
262
271
  /**
263
- * Install modules
264
- * @param body (optional) modules for install
272
+ * @param body (optional)
265
273
  * @return Success
266
274
  */
267
275
  installModules(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
268
276
  protected processInstallModules(response: Response): Promise<ModulePushNotification>;
269
277
  /**
270
- * Uninstall module
271
- * @param body (optional) modules
278
+ * @param body (optional)
272
279
  * @return Success
273
280
  */
274
281
  uninstallModule(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
275
282
  protected processUninstallModule(response: Response): Promise<ModulePushNotification>;
276
283
  /**
277
- * Restart web application
278
284
  * @return Success
279
285
  */
280
286
  restart(): Promise<void>;
281
287
  protected processRestart(response: Response): Promise<void>;
282
288
  /**
283
- * Auto-install modules with specified groups
284
289
  * @return Success
285
290
  */
286
291
  tryToAutoInstallModules(): Promise<ModuleAutoInstallPushNotification>;
@@ -325,14 +330,12 @@ export declare class PushNotificationClient extends AuthApiBase {
325
330
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
326
331
  });
327
332
  /**
328
- * SearchAsync push notifications
329
- * @param body (optional) SearchAsync parameters.
333
+ * @param body (optional)
330
334
  * @return Success
331
335
  */
332
336
  searchPushNotification(body?: PushNotificationSearchCriteria | undefined): Promise<PushNotificationSearchResult>;
333
337
  protected processSearchPushNotification(response: Response): Promise<PushNotificationSearchResult>;
334
338
  /**
335
- * Mark all notifications as read
336
339
  * @return Success
337
340
  */
338
341
  markAllAsRead(): Promise<PushNotificationSearchResult>;
@@ -346,20 +349,17 @@ export declare class SecurityClient extends AuthApiBase {
346
349
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
347
350
  });
348
351
  /**
349
- * Sign in with user name and password
350
- * @param body (optional) Login request.
352
+ * @param body (optional)
351
353
  * @return Success
352
354
  */
353
355
  login(body?: LoginRequest | undefined): Promise<SignInResult>;
354
356
  protected processLogin(response: Response): Promise<SignInResult>;
355
357
  /**
356
- * Sign out
357
358
  * @return Success
358
359
  */
359
360
  logout(): Promise<void>;
360
361
  protected processLogout(response: Response): Promise<void>;
361
362
  /**
362
- * Get current user details
363
363
  * @return Success
364
364
  */
365
365
  getCurrentUser(): Promise<UserDetail>;
@@ -370,114 +370,96 @@ export declare class SecurityClient extends AuthApiBase {
370
370
  userinfo(): Promise<Claim[]>;
371
371
  protected processUserinfo(response: Response): Promise<Claim[]>;
372
372
  /**
373
- * Get all registered permissions
374
373
  * @return Success
375
374
  */
376
375
  getAllRegisteredPermissions(): Promise<Permission[]>;
377
376
  protected processGetAllRegisteredPermissions(response: Response): Promise<Permission[]>;
378
377
  /**
379
- * SearchAsync roles by keyword
380
- * @param body (optional) SearchAsync parameters.
378
+ * @param body (optional)
381
379
  * @return Success
382
380
  */
383
381
  searchRoles(body?: RoleSearchCriteria | undefined): Promise<RoleSearchResult>;
384
382
  protected processSearchRoles(response: Response): Promise<RoleSearchResult>;
385
383
  /**
386
- * Get role by ID
387
384
  * @return Success
388
385
  */
389
386
  getRole(roleName: string): Promise<Role>;
390
387
  protected processGetRole(response: Response): Promise<Role>;
391
388
  /**
392
- * Delete roles by ID
393
- * @param ids (optional) An array of role IDs.
389
+ * @param ids (optional)
394
390
  * @return Success
395
391
  */
396
392
  deleteRoles(ids?: string[] | undefined): Promise<void>;
397
393
  protected processDeleteRoles(response: Response): Promise<void>;
398
394
  /**
399
- * Update an existing role or create new
400
395
  * @param body (optional)
401
396
  * @return Success
402
397
  */
403
398
  updateRole(body?: Role | undefined): Promise<SecurityResult>;
404
399
  protected processUpdateRole(response: Response): Promise<SecurityResult>;
405
400
  /**
406
- * SearchAsync users by keyword
407
- * @param body (optional) Search criteria.
401
+ * @param body (optional)
408
402
  * @return Success
409
403
  */
410
404
  searchUsers(body?: UserSearchCriteria | undefined): Promise<UserSearchResult>;
411
405
  protected processSearchUsers(response: Response): Promise<UserSearchResult>;
412
406
  /**
413
- * Get user details by user name
414
407
  * @return Success
415
408
  */
416
409
  getUserByName(userName: string): Promise<ApplicationUser>;
417
410
  protected processGetUserByName(response: Response): Promise<ApplicationUser>;
418
411
  /**
419
- * Get user details by user ID
420
412
  * @return Success
421
413
  */
422
414
  getUserById(id: string): Promise<ApplicationUser>;
423
415
  protected processGetUserById(response: Response): Promise<ApplicationUser>;
424
416
  /**
425
- * Get user details by user email
426
417
  * @return Success
427
418
  */
428
419
  getUserByEmail(email: string): Promise<ApplicationUser>;
429
420
  protected processGetUserByEmail(response: Response): Promise<ApplicationUser>;
430
421
  /**
431
- * Get user details by external login provider
432
422
  * @return Success
433
423
  */
434
424
  getUserByLogin(loginProvider: string, providerKey: string): Promise<ApplicationUser>;
435
425
  protected processGetUserByLogin(response: Response): Promise<ApplicationUser>;
436
426
  /**
437
- * Create new user
438
427
  * @param body (optional)
439
428
  * @return Success
440
429
  */
441
430
  create(body?: ApplicationUser | undefined): Promise<SecurityResult>;
442
431
  protected processCreate(response: Response): Promise<SecurityResult>;
443
432
  /**
444
- * Change password for current user.
445
- * @param body (optional) Old and new passwords.
433
+ * @param body (optional)
446
434
  * @return Success
447
435
  */
448
436
  changeCurrentUserPassword(body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
449
437
  protected processChangeCurrentUserPassword(response: Response): Promise<SecurityResult>;
450
438
  /**
451
- * Change password
452
- * @param userName user name
453
- * @param body (optional) Old and new passwords.
439
+ * @param body (optional)
454
440
  * @return Success
455
441
  */
456
442
  changePassword(userName: string, body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
457
443
  protected processChangePassword(response: Response): Promise<SecurityResult>;
458
444
  /**
459
- * Reset password confirmation
460
- * @param body (optional) Password reset information containing new password.
445
+ * @param body (optional)
461
446
  * @return Success
462
447
  */
463
448
  resetPassword(userName: string, body?: ResetPasswordConfirmRequest | undefined): Promise<SecurityResult>;
464
449
  protected processResetPassword(response: Response): Promise<SecurityResult>;
465
450
  /**
466
- * Reset password confirmation
467
- * @param body (optional) New password.
451
+ * @param body (optional)
468
452
  * @return Success
469
453
  */
470
454
  resetPasswordByToken(userId: string, body?: ResetPasswordConfirmRequest | undefined): Promise<SecurityResult>;
471
455
  protected processResetPasswordByToken(response: Response): Promise<SecurityResult>;
472
456
  /**
473
- * Validate password reset token
474
457
  * @param body (optional)
475
458
  * @return Success
476
459
  */
477
460
  validatePasswordResetToken(userId: string, body?: ValidatePasswordResetTokenRequest | undefined): Promise<boolean>;
478
461
  protected processValidatePasswordResetToken(response: Response): Promise<boolean>;
479
462
  /**
480
- * Send email with instructions on how to reset user password.
481
463
  * @return Success
482
464
  */
483
465
  requestPasswordReset(loginOrEmail: string): Promise<void>;
@@ -495,42 +477,33 @@ export declare class SecurityClient extends AuthApiBase {
495
477
  validateUserPassword(body?: ChangePasswordRequest | undefined): Promise<IdentityResult>;
496
478
  protected processValidateUserPassword(response: Response): Promise<IdentityResult>;
497
479
  /**
498
- * Update user details by user ID
499
- * @param body (optional) User details.
480
+ * @param body (optional)
500
481
  * @return Success
501
482
  */
502
483
  update(body?: ApplicationUser | undefined): Promise<SecurityResult>;
503
484
  protected processUpdate(response: Response): Promise<SecurityResult>;
504
485
  /**
505
- * Delete users by name
506
- * @param names (optional) An array of user names.
486
+ * @param names (optional)
507
487
  * @return Success
508
488
  */
509
489
  delete(names?: string[] | undefined): Promise<void>;
510
490
  protected processDelete(response: Response): Promise<void>;
511
491
  /**
512
- * Checks if user locked
513
- * @param id User id
514
492
  * @return Success
515
493
  */
516
494
  isUserLocked(id: string): Promise<UserLockedResult>;
517
495
  protected processIsUserLocked(response: Response): Promise<UserLockedResult>;
518
496
  /**
519
- * Checks if manual password change is enabled
520
497
  * @return Success
521
498
  */
522
499
  passwordChangeEnabled(): Promise<UserLockedResult>;
523
500
  protected processPasswordChangeEnabled(response: Response): Promise<UserLockedResult>;
524
501
  /**
525
- * Lock user
526
- * @param id >User id
527
502
  * @return Success
528
503
  */
529
504
  lockUser(id: string): Promise<SecurityResult>;
530
505
  protected processLockUser(response: Response): Promise<SecurityResult>;
531
506
  /**
532
- * Unlock user
533
- * @param id >User id
534
507
  * @return Success
535
508
  */
536
509
  unlockUser(id: string): Promise<SecurityResult>;
@@ -559,13 +532,11 @@ export declare class SecurityClient extends AuthApiBase {
559
532
  deleteUserApiKeys(ids?: string[] | undefined): Promise<UserApiKey[]>;
560
533
  protected processDeleteUserApiKeys(response: Response): Promise<UserApiKey[]>;
561
534
  /**
562
- * Get allowed login types
563
535
  * @return Success
564
536
  */
565
537
  getLoginTypes(): Promise<LoginType[]>;
566
538
  protected processGetLoginTypes(response: Response): Promise<LoginType[]>;
567
539
  /**
568
- * Verify user email
569
540
  * @return Success
570
541
  */
571
542
  sendVerificationEmail(userId: string): Promise<void>;
@@ -614,34 +585,27 @@ export declare class SettingClient extends AuthApiBase {
614
585
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
615
586
  });
616
587
  /**
617
- * Get all settings
618
588
  * @return Success
619
589
  */
620
- getAllGlobalSettings(): Promise<ObjectSettingEntry>;
621
- protected processGetAllGlobalSettings(response: Response): Promise<ObjectSettingEntry>;
590
+ getAllGlobalSettings(): Promise<ObjectSettingEntry[]>;
591
+ protected processGetAllGlobalSettings(response: Response): Promise<ObjectSettingEntry[]>;
622
592
  /**
623
- * Update settings values
624
593
  * @param body (optional)
625
594
  * @return Success
626
595
  */
627
596
  update(body?: ObjectSettingEntry[] | undefined): Promise<void>;
628
597
  protected processUpdate(response: Response): Promise<void>;
629
598
  /**
630
- * Get settings registered by specific module
631
- * @param id Module ID.
632
599
  * @return Success
633
600
  */
634
601
  getGlobalModuleSettings(id: string): Promise<ObjectSettingEntry[]>;
635
602
  protected processGetGlobalModuleSettings(response: Response): Promise<ObjectSettingEntry[]>;
636
603
  /**
637
- * Get setting details by name
638
- * @param name Setting system name.
639
604
  * @return Success
640
605
  */
641
606
  getGlobalSetting(name: string): Promise<ObjectSettingEntry>;
642
607
  protected processGetGlobalSetting(response: Response): Promise<ObjectSettingEntry>;
643
608
  /**
644
- * Get UI customization setting
645
609
  * @return Success
646
610
  */
647
611
  getUICustomizationSetting(): Promise<ObjectSettingEntry>;
@@ -920,6 +884,18 @@ export declare class ConfirmEmailRequest implements IConfirmEmailRequest {
920
884
  export interface IConfirmEmailRequest {
921
885
  token?: string | undefined;
922
886
  }
887
+ export declare class DictionaryItem implements IDictionaryItem {
888
+ alias?: string | undefined;
889
+ localizedValues?: LocalizedValue[] | undefined;
890
+ constructor(data?: IDictionaryItem);
891
+ init(_data?: any): void;
892
+ static fromJS(data: any): DictionaryItem;
893
+ toJSON(data?: any): any;
894
+ }
895
+ export interface IDictionaryItem {
896
+ alias?: string | undefined;
897
+ localizedValues?: LocalizedValue[] | undefined;
898
+ }
923
899
  export declare class DynamicObjectProperty implements IDynamicObjectProperty {
924
900
  objectId?: string | undefined;
925
901
  values?: DynamicPropertyObjectValue[] | undefined;
@@ -1181,6 +1157,7 @@ export declare enum EntryState {
1181
1157
  export declare class ExternalSignInProviderInfo implements IExternalSignInProviderInfo {
1182
1158
  authenticationType?: string | undefined;
1183
1159
  displayName?: string | undefined;
1160
+ logoUrl?: string | undefined;
1184
1161
  constructor(data?: IExternalSignInProviderInfo);
1185
1162
  init(_data?: any): void;
1186
1163
  static fromJS(data: any): ExternalSignInProviderInfo;
@@ -1189,6 +1166,7 @@ export declare class ExternalSignInProviderInfo implements IExternalSignInProvid
1189
1166
  export interface IExternalSignInProviderInfo {
1190
1167
  authenticationType?: string | undefined;
1191
1168
  displayName?: string | undefined;
1169
+ logoUrl?: string | undefined;
1192
1170
  }
1193
1171
  export declare class IdentityError implements IIdentityError {
1194
1172
  code?: string | undefined;
@@ -1248,6 +1226,18 @@ export declare enum JsonValueKind {
1248
1226
  False = "False",
1249
1227
  Null = "Null"
1250
1228
  }
1229
+ export declare class KeyValue implements IKeyValue {
1230
+ key?: string | undefined;
1231
+ value?: string | undefined;
1232
+ constructor(data?: IKeyValue);
1233
+ init(_data?: any): void;
1234
+ static fromJS(data: any): KeyValue;
1235
+ toJSON(data?: any): any;
1236
+ }
1237
+ export interface IKeyValue {
1238
+ key?: string | undefined;
1239
+ value?: string | undefined;
1240
+ }
1251
1241
  export declare class LastModifiedResponse implements ILastModifiedResponse {
1252
1242
  scope?: string | undefined;
1253
1243
  lastModifiedDate?: Date;
@@ -1278,6 +1268,42 @@ export interface ILicense {
1278
1268
  expirationDate?: Date;
1279
1269
  rawLicense?: string | undefined;
1280
1270
  }
1271
+ export declare class LocalizableSetting implements ILocalizableSetting {
1272
+ name?: string | undefined;
1273
+ items?: DictionaryItem[] | undefined;
1274
+ constructor(data?: ILocalizableSetting);
1275
+ init(_data?: any): void;
1276
+ static fromJS(data: any): LocalizableSetting;
1277
+ toJSON(data?: any): any;
1278
+ }
1279
+ export interface ILocalizableSetting {
1280
+ name?: string | undefined;
1281
+ items?: DictionaryItem[] | undefined;
1282
+ }
1283
+ export declare class LocalizableSettingsAndLanguages implements ILocalizableSettingsAndLanguages {
1284
+ settings?: LocalizableSetting[] | undefined;
1285
+ languages?: string[] | undefined;
1286
+ constructor(data?: ILocalizableSettingsAndLanguages);
1287
+ init(_data?: any): void;
1288
+ static fromJS(data: any): LocalizableSettingsAndLanguages;
1289
+ toJSON(data?: any): any;
1290
+ }
1291
+ export interface ILocalizableSettingsAndLanguages {
1292
+ settings?: LocalizableSetting[] | undefined;
1293
+ languages?: string[] | undefined;
1294
+ }
1295
+ export declare class LocalizedValue implements ILocalizedValue {
1296
+ languageCode?: string | undefined;
1297
+ value?: string | undefined;
1298
+ constructor(data?: ILocalizedValue);
1299
+ init(_data?: any): void;
1300
+ static fromJS(data: any): LocalizedValue;
1301
+ toJSON(data?: any): any;
1302
+ }
1303
+ export interface ILocalizedValue {
1304
+ languageCode?: string | undefined;
1305
+ value?: string | undefined;
1306
+ }
1281
1307
  export declare class LoginRequest implements ILoginRequest {
1282
1308
  userName?: string | undefined;
1283
1309
  password?: string | undefined;
@@ -1496,6 +1522,7 @@ export declare class ObjectSettingEntry implements IObjectSettingEntry {
1496
1522
  allowedValues?: any[] | undefined;
1497
1523
  defaultValue?: any | undefined;
1498
1524
  isDictionary?: boolean;
1525
+ isLocalizable?: boolean;
1499
1526
  constructor(data?: IObjectSettingEntry);
1500
1527
  init(_data?: any): void;
1501
1528
  static fromJS(data: any): ObjectSettingEntry;
@@ -1519,6 +1546,7 @@ export interface IObjectSettingEntry {
1519
1546
  allowedValues?: any[] | undefined;
1520
1547
  defaultValue?: any | undefined;
1521
1548
  isDictionary?: boolean;
1549
+ isLocalizable?: boolean;
1522
1550
  }
1523
1551
  export declare class OpenIddictApplicationDescriptor implements IOpenIddictApplicationDescriptor {
1524
1552
  clientId?: string | undefined;
@@ -1919,6 +1947,7 @@ export declare class SystemInfo implements ISystemInfo {
1919
1947
  is64BitOperatingSystem?: boolean;
1920
1948
  is64BitProcess?: boolean;
1921
1949
  databaseProvider?: string | undefined;
1950
+ environmentName?: string | undefined;
1922
1951
  constructor(data?: ISystemInfo);
1923
1952
  init(_data?: any): void;
1924
1953
  static fromJS(data: any): SystemInfo;
@@ -1932,6 +1961,7 @@ export interface ISystemInfo {
1932
1961
  is64BitOperatingSystem?: boolean;
1933
1962
  is64BitProcess?: boolean;
1934
1963
  databaseProvider?: string | undefined;
1964
+ environmentName?: string | undefined;
1935
1965
  }
1936
1966
  export declare class UserApiKey implements IUserApiKey {
1937
1967
  apiKey?: string | undefined;
@@ -1965,6 +1995,8 @@ export declare class UserDetail implements IUserDetail {
1965
1995
  isAdministrator?: boolean;
1966
1996
  passwordExpired?: boolean;
1967
1997
  daysTillPasswordExpiry?: number;
1998
+ authenticationMethod?: string | undefined;
1999
+ isSsoAuthenticationMethod?: boolean;
1968
2000
  id?: string | undefined;
1969
2001
  constructor(data?: IUserDetail);
1970
2002
  init(_data?: any): void;
@@ -1977,6 +2009,8 @@ export interface IUserDetail {
1977
2009
  isAdministrator?: boolean;
1978
2010
  passwordExpired?: boolean;
1979
2011
  daysTillPasswordExpiry?: number;
2012
+ authenticationMethod?: string | undefined;
2013
+ isSsoAuthenticationMethod?: boolean;
1980
2014
  id?: string | undefined;
1981
2015
  }
1982
2016
  export declare class UserLockedResult implements IUserLockedResult {
@@ -1994,6 +2028,8 @@ export declare class UserSearchCriteria implements IUserSearchCriteria {
1994
2028
  memberIds?: string[] | undefined;
1995
2029
  modifiedSinceDate?: Date | undefined;
1996
2030
  roles?: string[] | undefined;
2031
+ lasLoginDate?: Date | undefined;
2032
+ onlyUnlocked?: boolean;
1997
2033
  responseGroup?: string | undefined;
1998
2034
  objectType?: string | undefined;
1999
2035
  objectTypes?: string[] | undefined;
@@ -2015,6 +2051,8 @@ export interface IUserSearchCriteria {
2015
2051
  memberIds?: string[] | undefined;
2016
2052
  modifiedSinceDate?: Date | undefined;
2017
2053
  roles?: string[] | undefined;
2054
+ lasLoginDate?: Date | undefined;
2055
+ onlyUnlocked?: boolean;
2018
2056
  responseGroup?: string | undefined;
2019
2057
  objectType?: string | undefined;
2020
2058
  objectTypes?: string[] | undefined;