@vc-shell/framework 2.0.0-alpha.30 → 2.0.0-alpha.32

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 (212) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/ai-agent/index.js +2 -2
  3. package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CL6FKSZv.js +4255 -0
  4. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-CLNfbXjd.js +21113 -0
  5. package/dist/chunks/{index-BZeKYd8J.js → index-D2HGw9DC.js} +5 -7
  6. package/dist/chunks/{vendor-lodash-es-BwHYzZ39.js → vendor-lodash-es-BB-IQCna.js} +4 -4
  7. package/dist/chunks/vendor-sortablejs-Bsvu-FKn.js +1276 -0
  8. package/dist/chunks/{vendor-swiper-1bp0oJwt.js → vendor-swiper-D1fVhFeH.js} +1150 -810
  9. package/dist/chunks/{vendor-vueuse-components-C3DWJalC.js → vendor-vueuse-components-DRdTsx6e.js} +1 -1
  10. package/dist/chunks/vendor-vueuse-core-D4-2M4AW.js +586 -0
  11. package/dist/chunks/{vendor-vueuse-shared-Byno6iDO.js → vendor-vueuse-shared-PQ04AyOW.js} +3 -3
  12. package/dist/core/blade-navigation/singletons.d.ts +21 -0
  13. package/dist/core/blade-navigation/singletons.d.ts.map +1 -0
  14. package/dist/core/blade-navigation/types/index.d.ts +27 -64
  15. package/dist/core/blade-navigation/types/index.d.ts.map +1 -1
  16. package/dist/core/composables/{useBladeContext.d.ts → bladeContext/index.d.ts} +1 -1
  17. package/dist/core/composables/bladeContext/index.d.ts.map +1 -0
  18. package/dist/core/composables/index.d.ts +1 -1
  19. package/dist/core/composables/index.d.ts.map +1 -1
  20. package/dist/core/composables/useBladeForm/index.d.ts +17 -0
  21. package/dist/core/composables/useBladeForm/index.d.ts.map +1 -0
  22. package/dist/core/composables/useBladeForm/types.d.ts +39 -0
  23. package/dist/core/composables/useBladeForm/types.d.ts.map +1 -0
  24. package/dist/core/composables/{useBladeWidgets.d.ts → useBladeWidgets/index.d.ts} +3 -3
  25. package/dist/core/composables/useBladeWidgets/index.d.ts.map +1 -0
  26. package/dist/core/composables/useBreadcrumbs/index.d.ts +1 -1
  27. package/dist/core/composables/useBreadcrumbs/index.d.ts.map +1 -1
  28. package/dist/core/composables/useDynamicProperties/index.d.ts +3 -69
  29. package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
  30. package/dist/core/composables/useDynamicProperties/strategies/boolean.d.ts +3 -0
  31. package/dist/core/composables/useDynamicProperties/strategies/boolean.d.ts.map +1 -0
  32. package/dist/core/composables/useDynamicProperties/strategies/color.d.ts +3 -0
  33. package/dist/core/composables/useDynamicProperties/strategies/color.d.ts.map +1 -0
  34. package/dist/core/composables/useDynamicProperties/strategies/dictionary.d.ts +3 -0
  35. package/dist/core/composables/useDynamicProperties/strategies/dictionary.d.ts.map +1 -0
  36. package/dist/core/composables/useDynamicProperties/strategies/index.d.ts +4 -0
  37. package/dist/core/composables/useDynamicProperties/strategies/index.d.ts.map +1 -0
  38. package/dist/core/composables/useDynamicProperties/strategies/measure.d.ts +3 -0
  39. package/dist/core/composables/useDynamicProperties/strategies/measure.d.ts.map +1 -0
  40. package/dist/core/composables/useDynamicProperties/strategies/regular.d.ts +3 -0
  41. package/dist/core/composables/useDynamicProperties/strategies/regular.d.ts.map +1 -0
  42. package/dist/core/composables/useDynamicProperties/strategies/types.d.ts +16 -0
  43. package/dist/core/composables/useDynamicProperties/strategies/types.d.ts.map +1 -0
  44. package/dist/core/composables/useDynamicProperties/types.d.ts +70 -0
  45. package/dist/core/composables/useDynamicProperties/types.d.ts.map +1 -0
  46. package/dist/core/composables/useDynamicProperties/utils.d.ts +10 -0
  47. package/dist/core/composables/useDynamicProperties/utils.d.ts.map +1 -0
  48. package/dist/core/composables/useExternalProvider/index.d.ts +12 -0
  49. package/dist/core/composables/useExternalProvider/index.d.ts.map +1 -0
  50. package/dist/core/composables/{useMenuExpanded.d.ts → useMenuExpanded/index.d.ts} +1 -1
  51. package/dist/core/composables/useMenuExpanded/index.d.ts.map +1 -0
  52. package/dist/core/composables/usePopup/index.d.ts +3 -5
  53. package/dist/core/composables/usePopup/index.d.ts.map +1 -1
  54. package/dist/core/composables/usePopup/keys.d.ts +4 -0
  55. package/dist/core/composables/usePopup/keys.d.ts.map +1 -0
  56. package/dist/core/composables/usePopup/preset-registry.d.ts +7 -0
  57. package/dist/core/composables/usePopup/preset-registry.d.ts.map +1 -0
  58. package/dist/core/composables/usePopup/singleton.d.ts +6 -0
  59. package/dist/core/composables/usePopup/singleton.d.ts.map +1 -0
  60. package/dist/core/composables/usePopup/types.d.ts +22 -0
  61. package/dist/core/composables/usePopup/types.d.ts.map +1 -0
  62. package/dist/core/composables/useTheme/index.d.ts.map +1 -1
  63. package/dist/core/notifications/notification.d.ts +19 -0
  64. package/dist/core/notifications/notification.d.ts.map +1 -1
  65. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts.map +1 -1
  66. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts.map +1 -1
  67. package/dist/core/types/breadcrumbs.d.ts +8 -0
  68. package/dist/core/types/breadcrumbs.d.ts.map +1 -0
  69. package/dist/core/types/index.d.ts +2 -14
  70. package/dist/core/types/index.d.ts.map +1 -1
  71. package/dist/core/utilities/assets.d.ts +3 -2
  72. package/dist/core/utilities/assets.d.ts.map +1 -1
  73. package/dist/core/utilities/index.d.ts +1 -0
  74. package/dist/core/utilities/index.d.ts.map +1 -1
  75. package/dist/core/utilities/thumbnail/index.d.ts +42 -0
  76. package/dist/core/utilities/thumbnail/index.d.ts.map +1 -0
  77. package/dist/framework.js +3618 -2531
  78. package/dist/index.css +1 -1
  79. package/dist/index.d.ts +1 -2
  80. package/dist/index.d.ts.map +1 -1
  81. package/dist/injection-keys.d.ts +2 -6
  82. package/dist/injection-keys.d.ts.map +1 -1
  83. package/dist/locales/de.js +8 -2
  84. package/dist/locales/en.js +8 -2
  85. package/dist/locales/en.json +8 -2
  86. package/dist/locales/types.d.ts +6 -0
  87. package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  88. package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  89. package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
  90. package/dist/shell/_internal/blade-navigation/plugin-v2.d.ts +1 -12
  91. package/dist/shell/_internal/blade-navigation/plugin-v2.d.ts.map +1 -1
  92. package/dist/shell/_internal/notifications/components/notification-container/index.d.ts +4 -4
  93. package/dist/shell/_internal/notifications/components/notification-container/index.d.ts.map +1 -1
  94. package/dist/shell/_internal/notifications/register-backend.d.ts +6 -0
  95. package/dist/shell/_internal/notifications/register-backend.d.ts.map +1 -0
  96. package/dist/shell/_internal/popup/keys.d.ts +1 -3
  97. package/dist/shell/_internal/popup/keys.d.ts.map +1 -1
  98. package/dist/shell/_internal/popup/plugin.d.ts +1 -2
  99. package/dist/shell/_internal/popup/plugin.d.ts.map +1 -1
  100. package/dist/shell/_internal/popup/register-presets.d.ts +6 -0
  101. package/dist/shell/_internal/popup/register-presets.d.ts.map +1 -0
  102. package/dist/shell/_internal/popup/types/index.d.ts +1 -21
  103. package/dist/shell/_internal/popup/types/index.d.ts.map +1 -1
  104. package/dist/shell/auth/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -0
  105. package/dist/shell/auth/ChangePasswordPage/components/change-password/index.d.ts +3 -0
  106. package/dist/shell/auth/ChangePasswordPage/components/change-password/index.d.ts.map +1 -0
  107. package/dist/shell/auth/ChangePasswordPage/components/index.d.ts +2 -0
  108. package/dist/shell/auth/ChangePasswordPage/components/index.d.ts.map +1 -0
  109. package/dist/shell/auth/ChangePasswordPage/index.d.ts +2 -0
  110. package/dist/shell/auth/ChangePasswordPage/index.d.ts.map +1 -0
  111. package/dist/shell/auth/index.d.ts +1 -0
  112. package/dist/shell/auth/index.d.ts.map +1 -1
  113. package/dist/shell/auth/sign-in/useExternalProvider.d.ts +2 -11
  114. package/dist/shell/auth/sign-in/useExternalProvider.d.ts.map +1 -1
  115. package/dist/tsconfig.tsbuildinfo +1 -1
  116. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +3 -0
  117. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  118. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  119. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +2 -2
  120. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +2 -2
  121. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +1 -1
  122. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  123. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -21
  124. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  125. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  126. package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts +3 -0
  127. package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts.map +1 -1
  128. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +2 -2
  129. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +2 -2
  130. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
  131. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  132. package/dist/ui/components/organisms/vc-app/composables/useShellBootstrap.d.ts.map +1 -1
  133. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
  134. package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
  135. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
  136. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
  137. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
  138. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  139. package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
  140. package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +7 -7
  141. package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  142. package/dist/ui/components/organisms/vc-data-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
  143. package/dist/ui/components/organisms/vc-data-table/components/TableCheckbox.vue.d.ts +2 -2
  144. package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts +2 -0
  145. package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts.map +1 -1
  146. package/dist/ui/components/organisms/vc-data-table/components/VcColumn.vue.d.ts +1 -1
  147. package/dist/ui/components/organisms/vc-data-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -1
  148. package/dist/ui/components/organisms/vc-data-table/components/cells/CellDefault.vue.d.ts +7 -7
  149. package/dist/ui/components/organisms/vc-data-table/components/cells/CellDefault.vue.d.ts.map +1 -1
  150. package/dist/ui/components/organisms/vc-data-table/components/cells/CellImage.vue.d.ts.map +1 -1
  151. package/dist/ui/components/organisms/vc-data-table/components/cells/CellMoney.vue.d.ts +7 -7
  152. package/dist/ui/components/organisms/vc-data-table/components/cells/CellMoney.vue.d.ts.map +1 -1
  153. package/dist/ui/components/organisms/vc-data-table/components/cells/CellNumber.vue.d.ts +7 -7
  154. package/dist/ui/components/organisms/vc-data-table/components/cells/CellNumber.vue.d.ts.map +1 -1
  155. package/dist/ui/components/organisms/vc-data-table/components/cells/DynamicCellRenderer.vue.d.ts +7 -7
  156. package/dist/ui/components/organisms/vc-data-table/components/cells/DynamicCellRenderer.vue.d.ts.map +1 -1
  157. package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileActionSheet.vue.d.ts +2 -2
  158. package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileCellRenderer.vue.d.ts +4 -4
  159. package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileCellRenderer.vue.d.ts.map +1 -1
  160. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts +1 -0
  161. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts.map +1 -1
  162. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts +1 -0
  163. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts.map +1 -1
  164. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumns.d.ts.map +1 -1
  165. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts +12 -2
  166. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts.map +1 -1
  167. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-filmstrip/vc-gallery-filmstrip.vue.d.ts +39 -0
  168. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-filmstrip/vc-gallery-filmstrip.vue.d.ts.map +1 -0
  169. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -0
  170. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  171. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -0
  172. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  173. package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts +1 -0
  174. package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts.map +1 -1
  175. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryFilmstrip.d.ts +16 -0
  176. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryFilmstrip.d.ts.map +1 -0
  177. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts +4 -9
  178. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -1
  179. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +20 -5
  180. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  181. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +3 -3
  182. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  183. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +3 -3
  184. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
  185. package/dist/ui/index.js +136 -138
  186. package/dist/ui/types/index.d.ts +1 -7
  187. package/dist/ui/types/index.d.ts.map +1 -1
  188. package/dist/ui/utilities/index.d.ts +1 -1
  189. package/dist/ui/utilities/index.d.ts.map +1 -1
  190. package/package.json +6 -4
  191. package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D3sixNg-.js +0 -6553
  192. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-CR4ei-0r.js +0 -19264
  193. package/dist/chunks/index-BzpX90RF.js +0 -181
  194. package/dist/chunks/vc-toast.vue_vue_type_style_index_0_lang-DsKZR5xz.js +0 -175
  195. package/dist/chunks/vendor-vueuse-core-CPOkeLul.js +0 -530
  196. package/dist/core/composables/useBladeContext.d.ts.map +0 -1
  197. package/dist/core/composables/useBladeWidgets.d.ts.map +0 -1
  198. package/dist/core/composables/useGlobalSearch/index.d.ts +0 -5
  199. package/dist/core/composables/useGlobalSearch/index.d.ts.map +0 -1
  200. package/dist/core/composables/useMenuExpanded.d.ts.map +0 -1
  201. package/dist/shell/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +0 -1
  202. package/dist/shell/pages/ChangePasswordPage/components/change-password/index.d.ts +0 -3
  203. package/dist/shell/pages/ChangePasswordPage/components/change-password/index.d.ts.map +0 -1
  204. package/dist/shell/pages/ChangePasswordPage/components/index.d.ts +0 -2
  205. package/dist/shell/pages/ChangePasswordPage/components/index.d.ts.map +0 -1
  206. package/dist/shell/pages/ChangePasswordPage/index.d.ts +0 -2
  207. package/dist/shell/pages/ChangePasswordPage/index.d.ts.map +0 -1
  208. package/dist/shell/pages/index.d.ts +0 -2
  209. package/dist/shell/pages/index.d.ts.map +0 -1
  210. package/dist/ui/utilities/vueUtils.d.ts +0 -34
  211. package/dist/ui/utilities/vueUtils.d.ts.map +0 -1
  212. /package/dist/shell/{pages → auth}/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -67,13 +67,12 @@ export * from "./core/blade-navigation";
67
67
  export { usePopup } from "./core/composables/usePopup";
68
68
  export * from "./shell/components";
69
69
  export * from "./shell/auth";
70
- export * from "./shell/pages";
71
70
  export * from "./shell/dashboard";
72
71
  export * from "./core/plugins/ai-agent/public";
73
72
  export * from "./core/plugins/extension-points/public";
74
73
  export * from "./modules";
75
74
  export * from "./core/composables/useBladeNavigationAdapter";
76
- export * from "./ui/utilities/vueUtils";
75
+ export * from "./core/composables/useBladeForm";
77
76
  export * from "./ui/components/molecules/multilanguage-selector";
78
77
  export * from "./ui/composables";
79
78
  import "@shell/_internal/notifications/styles/index.scss";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
@@ -1,28 +1,23 @@
1
1
  import { InjectionKey, ComputedRef, type Component, type Ref } from "vue";
2
- import type { BladeVNode } from "./core/blade-navigation/types";
3
2
  import { BladeDataKey } from "./core/blade-navigation/types";
4
3
  import type { BladeRoutesRecord } from "./core/blade-navigation/types";
5
- import type { NotificationTemplateConstructor } from "./core/types";
6
4
  import type { NotificationStore } from "./core/notifications/store";
7
5
  import { IToolbarService } from "./core/services/toolbar-service";
8
6
  import { IAiAgentService } from "./core/plugins/ai-agent/types";
7
+ import type { BladeFormInjection } from "./core/composables/useBladeForm/types";
9
8
  import type { IWidgetService } from "./core/services/widget-service";
10
9
  import type { IWidgetScope } from "./core/services/widget-service";
11
10
  import type { IDashboardService } from "./core/services/dashboard-service";
12
- import type { GlobalSearchState } from "./core/services/global-search-service";
13
11
  import type { MenuService } from "./core/services/menu-service";
14
12
  import type { ISettingsMenuService } from "./core/services/settings-menu-service";
15
13
  import type { IAppBarWidgetService } from "./core/services/app-bar-menu-service";
16
14
  import type { IAppBarMobileButtonsService } from "./core/services/app-bar-mobile-buttons-service";
17
15
  import type { ILanguageService } from "./core/services/language-service";
18
- export declare const NavigationViewLocationKey: InjectionKey<BladeVNode>;
19
16
  export declare const BladeBackButtonKey: InjectionKey<Component | undefined>;
20
17
  export { BladeDataKey };
21
- export declare const NotificationTemplatesKey: InjectionKey<NotificationTemplateConstructor[]>;
22
18
  export declare const NotificationStoreKey: InjectionKey<NotificationStore>;
23
19
  export declare const WidgetServiceKey: InjectionKey<IWidgetService>;
24
20
  export declare const DashboardServiceKey: InjectionKey<IDashboardService>;
25
- export declare const GlobalSearchKey: InjectionKey<GlobalSearchState>;
26
21
  export declare const MenuServiceKey: InjectionKey<MenuService>;
27
22
  export declare const SettingsMenuServiceKey: InjectionKey<ISettingsMenuService>;
28
23
  export declare const AppBarWidgetServiceKey: InjectionKey<IAppBarWidgetService>;
@@ -62,4 +57,5 @@ export declare const InternalRoutesKey: InjectionKey<BladeRoutesRecord[]>;
62
57
  export declare const CloseSettingsMenuKey: InjectionKey<() => void>;
63
58
  export declare const BladeContextKey: InjectionKey<ComputedRef<Record<string, unknown>>>;
64
59
  export declare const WidgetScopeKey: InjectionKey<IWidgetScope>;
60
+ export declare const BladeFormKey: InjectionKey<BladeFormInjection>;
65
61
  //# sourceMappingURL=injection-keys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"injection-keys.d.ts","sourceRoot":"","sources":["../injection-keys.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"injection-keys.d.ts","sourceRoot":"","sources":["../injection-keys.ts"],"names":[],"mappings":"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"}
@@ -34,7 +34,9 @@ export default {
34
34
  },
35
35
  "VC_FILE_UPLOAD": {
36
36
  "DRAG_HERE": "Datei hier ablegen oder",
37
- "BROWSE": "Dateien durchsuchen"
37
+ "BROWSE": "Dateien durchsuchen",
38
+ "TAP_TO_UPLOAD": "Tippen, um Dateien auszuwählen",
39
+ "UPLOADING": "Wird hochgeladen..."
38
40
  },
39
41
  "VC_INPUT": {
40
42
  "DATE_PLACEHOLDER": "Datum auswählen",
@@ -71,7 +73,11 @@ export default {
71
73
  "GALLERY_IS_EMPTY": "Galerie ist leer",
72
74
  "DROP_TO_UPLOAD": "Zum Hochladen ablegen",
73
75
  "DRAG_IMAGES_HERE": "Bilder hierher ziehen oder",
74
- "BROWSE_IMAGES": "Dateien durchsuchen"
76
+ "BROWSE_IMAGES": "Dateien durchsuchen",
77
+ "UPLOAD": "Hochladen",
78
+ "OR_DROP_HERE": "oder hierher ziehen",
79
+ "SHOW_ALL": "Erweitern ({count})",
80
+ "COLLAPSE": "Einklappen"
75
81
  },
76
82
  "VC_APP": {
77
83
  "INTERNAL": {
@@ -34,7 +34,9 @@ export default {
34
34
  },
35
35
  "VC_FILE_UPLOAD": {
36
36
  "DRAG_HERE": "Drag and drop file here or",
37
- "BROWSE": "browse your files"
37
+ "BROWSE": "browse your files",
38
+ "TAP_TO_UPLOAD": "Tap to select files",
39
+ "UPLOADING": "Uploading..."
38
40
  },
39
41
  "VC_INPUT": {
40
42
  "DATE_PLACEHOLDER": "Select date",
@@ -71,7 +73,11 @@ export default {
71
73
  "GALLERY_IS_EMPTY": "Gallery is empty",
72
74
  "DROP_TO_UPLOAD": "Drop to upload",
73
75
  "DRAG_IMAGES_HERE": "Drag images here or",
74
- "BROWSE_IMAGES": "browse your files"
76
+ "BROWSE_IMAGES": "browse your files",
77
+ "UPLOAD": "Upload",
78
+ "OR_DROP_HERE": "or drop here",
79
+ "SHOW_ALL": "Expand ({count})",
80
+ "COLLAPSE": "Collapse"
75
81
  },
76
82
  "VC_APP": {
77
83
  "INTERNAL": {
@@ -34,7 +34,9 @@
34
34
  },
35
35
  "VC_FILE_UPLOAD": {
36
36
  "DRAG_HERE": "Drag and drop file here or",
37
- "BROWSE": "browse your files"
37
+ "BROWSE": "browse your files",
38
+ "TAP_TO_UPLOAD": "Tap to select files",
39
+ "UPLOADING": "Uploading..."
38
40
  },
39
41
  "VC_INPUT": {
40
42
  "DATE_PLACEHOLDER": "Select date",
@@ -71,7 +73,11 @@
71
73
  "GALLERY_IS_EMPTY": "Gallery is empty",
72
74
  "DROP_TO_UPLOAD": "Drop to upload",
73
75
  "DRAG_IMAGES_HERE": "Drag images here or",
74
- "BROWSE_IMAGES": "browse your files"
76
+ "BROWSE_IMAGES": "browse your files",
77
+ "UPLOAD": "Upload",
78
+ "OR_DROP_HERE": "or drop here",
79
+ "SHOW_ALL": "Expand ({count})",
80
+ "COLLAPSE": "Collapse"
75
81
  },
76
82
  "VC_APP": {
77
83
  "INTERNAL": {
@@ -41,6 +41,8 @@ export interface VcShellLocale {
41
41
  VC_FILE_UPLOAD: {
42
42
  DRAG_HERE: string;
43
43
  BROWSE: string;
44
+ TAP_TO_UPLOAD: string;
45
+ UPLOADING: string;
44
46
  };
45
47
  VC_INPUT: {
46
48
  DATE_PLACEHOLDER: string;
@@ -78,6 +80,10 @@ export interface VcShellLocale {
78
80
  DROP_TO_UPLOAD: string;
79
81
  DRAG_IMAGES_HERE: string;
80
82
  BROWSE_IMAGES: string;
83
+ UPLOAD: string;
84
+ OR_DROP_HERE: string;
85
+ SHOW_ALL: string;
86
+ COLLAPSE: string;
81
87
  };
82
88
  VC_APP: {
83
89
  INTERNAL: {
@@ -1 +1 @@
1
- {"version":3,"file":"assets-details.vue.d.ts","sourceRoot":"","sources":["../../../../../modules/assets/components/assets-details/assets-details.vue"],"names":[],"mappings":"AAgxBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"assets-details.vue.d.ts","sourceRoot":"","sources":["../../../../../modules/assets/components/assets-details/assets-details.vue"],"names":[],"mappings":"AA4lBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"assets-manager.vue.d.ts","sourceRoot":"","sources":["../../../../../modules/assets-manager/components/assets-manager/assets-manager.vue"],"names":[],"mappings":"AA4wBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"assets-manager.vue.d.ts","sourceRoot":"","sources":["../../../../../modules/assets-manager/components/assets-manager/assets-manager.vue"],"names":[],"mappings":"AA6wBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"vc-blade-slot.vue.d.ts","sourceRoot":"","sources":["../../../../../../shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue"],"names":[],"mappings":"AAqIA,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAgB,MAAM,8BAA8B,CAAC;AAGnG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,eAAe,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AA0LF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"vc-blade-slot.vue.d.ts","sourceRoot":"","sources":["../../../../../../shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue"],"names":[],"mappings":"AAoIA,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAkC,MAAM,8BAA8B,CAAC;AAErH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,eAAe,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AA0LF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,23 +1,12 @@
1
1
  import { Router } from "vue-router";
2
2
  import { App } from "vue";
3
3
  import * as components from "../../_internal/blade-navigation/components";
4
- import { BladeNavigationPlugin } from "../../../core/blade-navigation/types";
5
- import type { IBladeRegistry } from "../../../core/composables/useBladeRegistry";
4
+ export { bladeNavigationInstance, bladeStackInstance, bladeMessagingInstance, bladeRegistryInstance, _resetBladeNavigationSingletons, } from "../../../core/blade-navigation/singletons";
6
5
  declare module "@vue/runtime-core" {
7
6
  interface GlobalComponents {
8
7
  VcBladeNavigation: (typeof components)["VcBladeNavigation"];
9
8
  }
10
9
  }
11
- export declare let bladeNavigationInstance: BladeNavigationPlugin;
12
- import type { IBladeStack, IBladeMessaging } from "../../../core/blade-navigation/types";
13
- export declare let bladeStackInstance: IBladeStack | undefined;
14
- export declare let bladeMessagingInstance: IBladeMessaging | undefined;
15
- export declare let bladeRegistryInstance: IBladeRegistry | undefined;
16
- /**
17
- * Reset all module-level singletons. For use in test teardown only.
18
- * @internal
19
- */
20
- export declare function _resetBladeNavigationSingletons(): void;
21
10
  /**
22
11
  * New Blade Navigation Plugin (v2).
23
12
  *
@@ -1 +1 @@
1
- {"version":3,"file":"plugin-v2.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/blade-navigation/plugin-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,KAAK,UAAU,MAAM,8CAA8C,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAoC,MAAM,8BAA8B,CAAC;AAKvG,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAIzE,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,iBAAiB,EAAE,CAAC,OAAO,UAAU,CAAC,CAAC,mBAAmB,CAAC,CAAC;KAC7D;CACF;AAGD,eAAO,IAAI,uBAAuB,EAAE,qBAAqB,CAAC;AAM1D,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACjF,eAAO,IAAI,kBAAkB,EAAE,WAAW,GAAG,SAAS,CAAC;AACvD,eAAO,IAAI,sBAAsB,EAAE,eAAe,GAAG,SAAS,CAAC;AAC/D,eAAO,IAAI,qBAAqB,EAAE,cAAc,GAAG,SAAS,CAAC;AAE7D;;;GAGG;AACH,wBAAgB,+BAA+B,IAAI,IAAI,CAItD;AAED;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,0BAA0B;iBACxB,GAAG,QAAQ;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE;CAkE3C,CAAC"}
1
+ {"version":3,"file":"plugin-v2.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/blade-navigation/plugin-v2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,KAAK,UAAU,MAAM,8CAA8C,CAAC;AAgB3E,OAAO,EACL,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,+BAA+B,GAChC,MAAM,mCAAmC,CAAC;AAG3C,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,iBAAiB,EAAE,CAAC,OAAO,UAAU,CAAC,CAAC,mBAAmB,CAAC,CAAC;KAC7D;CACF;AAED;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,0BAA0B;iBACxB,GAAG,QAAQ;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE;CAkE3C,CAAC"}
@@ -108,13 +108,13 @@ declare const NotificationContainer: import("vue").DefineComponent<import("vue")
108
108
  content: Content;
109
109
  type: NotificationType;
110
110
  position: NotificationPosition;
111
- notificationId: string | number;
112
- updateId: string | number;
113
- timeout: number | boolean;
114
111
  pauseOnHover: boolean;
115
- onClose: <T>(payload: T) => void;
112
+ timeout: number | boolean;
113
+ notificationId: string | number;
116
114
  onOpen: <T>(payload: T) => void;
115
+ onClose: <T>(payload: T) => void;
117
116
  payload: Record<string, any>;
117
+ updateId: string | number;
118
118
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
119
119
  export default NotificationContainer;
120
120
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell/_internal/notifications/components/notification-container/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAA8D,MAAM,KAAK,CAAC;AAC3F,OAAO,EACL,OAAO,EACP,gBAAgB,EAChB,oBAAoB,EAErB,MAAM,iCAAiC,CAAC;AAKzC,QAAA,MAAM,qBAAqB;;;;;;;;;;;;cAeK,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;cAnCpB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;;cAVlB,CAAC,WAAW,CAAC,KAAK,IAAI;aALtB,CAAC,WAAW,CAAC,KAAK,IAAI;;4EA0MtD,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell/_internal/notifications/components/notification-container/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAA8D,MAAM,KAAK,CAAC;AAC3F,OAAO,EACL,OAAO,EACP,gBAAgB,EAChB,oBAAoB,EAErB,MAAM,iCAAiC,CAAC;AAKzC,QAAA,MAAM,qBAAqB;;;;;;;;;;;;cAeK,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;cAnCpB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;aAflB,CAAC,WAAW,CAAC,KAAK,IAAI;cAKtB,CAAC,WAAW,CAAC,KAAK,IAAI;;;4EAqMtD,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Registers the shell notification backend (useContainer) with the core notification API.
3
+ * Called once during framework initialization.
4
+ */
5
+ export declare function registerNotificationBackend(): void;
6
+ //# sourceMappingURL=register-backend.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register-backend.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/notifications/register-backend.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,2BAA2B,IAAI,IAAI,CAUlD"}
@@ -1,4 +1,2 @@
1
- import type { InjectionKey } from "vue";
2
- import type { PopupPlugin } from "../../_internal/popup/types";
3
- export declare const PopupPluginKey: InjectionKey<PopupPlugin>;
1
+ export { PopupPluginKey } from "../../../core/composables/usePopup/keys";
4
2
  //# sourceMappingURL=keys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/popup/keys.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAC;AACxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAEhE,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,WAAW,CAAyB,CAAC"}
1
+ {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/popup/keys.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { App } from "vue";
2
- import { PopupPlugin } from "../../_internal/popup/types";
3
- export declare let popupPluginInstance: PopupPlugin;
2
+ export { popupPluginInstance } from "../../../core/composables/usePopup/singleton";
4
3
  export declare const VcPopupHandler: {
5
4
  install(app: App): void;
6
5
  };
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/popup/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAoC,MAAM,KAAK,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAmC,MAAM,8BAA8B,CAAC;AAG5F,eAAO,IAAI,mBAAmB,EAAE,WAAW,CAAC;AAE5C,eAAO,MAAM,cAAc;iBACZ,GAAG;CAWjB,CAAC"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/popup/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAoC,MAAM,KAAK,CAAC;AAO5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAE3E,eAAO,MAAM,cAAc;iBACZ,GAAG;CAYjB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Registers shell popup preset components (warning, error, info) with the core popup registry.
3
+ * Called once during framework plugin install.
4
+ */
5
+ export declare function registerPopupPresets(): void;
6
+ //# sourceMappingURL=register-presets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register-presets.d.ts","sourceRoot":"","sources":["../../../../shell/_internal/popup/register-presets.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,IAAI,CAI3C"}
@@ -1,22 +1,2 @@
1
- import { Component, DefineComponent, Slot as VueSlot } from "vue";
2
- import { ComponentPublicInstanceConstructor, ComponentEmit } from "../../../../ui/utilities/vueUtils";
3
- export type RawProps<T extends ComponentPublicInstanceConstructor> = Omit<InstanceType<T>["$props"], `on${string}`>;
4
- export type RawEmits<T extends ComponentPublicInstanceConstructor> = ComponentEmit<T>;
5
- export type Slot = string | Component | VueSlot;
6
- export interface UsePopupInternal {
7
- id: symbol;
8
- open: () => void;
9
- close: () => void;
10
- }
11
- export interface PopupPlugin {
12
- popups: Partial<UsePopupProps<DefineComponent> & UsePopupInternal>[];
13
- }
14
- export interface UsePopupProps<T extends ComponentPublicInstanceConstructor> {
15
- component: T;
16
- emits?: RawEmits<T>;
17
- props?: RawProps<T>;
18
- slots?: {
19
- [key: string]: Slot;
20
- };
21
- }
1
+ export type { RawProps, RawEmits, Slot, UsePopupInternal, PopupPlugin, UsePopupProps } from "../../../../core/composables/usePopup/types";
22
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shell/_internal/popup/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC;AAClE,OAAO,EAAE,kCAAkC,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAE3F,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,kCAAkC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,KAAK,MAAM,EAAE,CAAC,CAAC;AACpH,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,kCAAkC,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;AACtF,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAEhD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,GAAG,gBAAgB,CAAC,EAAE,CAAC;CACtE;AAED,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,kCAAkC;IACzE,SAAS,EAAE,CAAC,CAAC;IACb,KAAK,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpB,KAAK,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;KACrB,CAAC;CACH"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shell/_internal/popup/types/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChangePassword.vue.d.ts","sourceRoot":"","sources":["../../../../../../shell/auth/ChangePasswordPage/components/change-password/ChangePassword.vue"],"names":[],"mappings":"AAsNA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAoaD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,3 @@
1
+ import _ChangePassword from "../../../../auth/ChangePasswordPage/components/change-password/ChangePassword.vue";
2
+ export declare const ChangePasswordPage: typeof _ChangePassword;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell/auth/ChangePasswordPage/components/change-password/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,8EAA8E,CAAC;AAE3G,eAAO,MAAM,kBAAkB,EAAsB,OAAO,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../../auth/ChangePasswordPage/components/change-password";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shell/auth/ChangePasswordPage/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,2DAA2D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../auth/ChangePasswordPage/components";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shell/auth/ChangePasswordPage/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC"}
@@ -2,5 +2,6 @@ export * from "../auth/LoginPage";
2
2
  export * from "../auth/ForgotPasswordPage";
3
3
  export * from "../auth/ResetPasswordPage";
4
4
  export * from "../auth/InvitePage";
5
+ export * from "../auth/ChangePasswordPage";
5
6
  export * from "../auth/sign-in";
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../shell/auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../shell/auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC"}
@@ -1,12 +1,3 @@
1
- import type { Ref } from "vue";
2
- import { ExternalSignInProviderInfo } from "../../../core/api/platform";
3
- export interface IUseExternalProvider {
4
- storage: Ref<{
5
- providerType?: string | undefined;
6
- }>;
7
- signIn: (authenticationType?: string) => Promise<void>;
8
- signOut: (authenticationType: string) => Promise<void>;
9
- getProviders: () => Promise<ExternalSignInProviderInfo[] | undefined>;
10
- }
11
- export declare const useExternalProvider: () => IUseExternalProvider;
1
+ export { useExternalProvider } from "../../../core/composables/useExternalProvider";
2
+ export type { IUseExternalProvider } from "../../../core/composables/useExternalProvider";
12
3
  //# sourceMappingURL=useExternalProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useExternalProvider.d.ts","sourceRoot":"","sources":["../../../../shell/auth/sign-in/useExternalProvider.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,EAAwB,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAKtF,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,GAAG,CAAC;QAAE,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,CAAC,CAAC;IACpD,MAAM,EAAE,CAAC,kBAAkB,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACvD,OAAO,EAAE,CAAC,kBAAkB,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACvD,YAAY,EAAE,MAAM,OAAO,CAAC,0BAA0B,EAAE,GAAG,SAAS,CAAC,CAAC;CACvE;AAID,eAAO,MAAM,mBAAmB,QAAO,oBAqFtC,CAAC"}
1
+ {"version":3,"file":"useExternalProvider.d.ts","sourceRoot":"","sources":["../../../../shell/auth/sign-in/useExternalProvider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AAC5E,YAAY,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC"}