@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
@@ -1,530 +0,0 @@
1
- import { t as C, n as G, a as z, b as P, i as K, c as B, d as q, w as Q, e as Y, f as X } from "./vendor-vueuse-shared-Byno6iDO.js";
2
- import { computed as D, ref as x, watch as k, getCurrentInstance as Z, onMounted as ee, shallowRef as J, watchEffect as te, nextTick as ne } from "vue";
3
- function A(e) {
4
- var a;
5
- const t = C(e);
6
- return (a = t?.$el) != null ? a : t;
7
- }
8
- const T = K ? window : void 0;
9
- function R(...e) {
10
- let a, t, l, i;
11
- if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([t, l, i] = e, a = T) : [a, t, l, i] = e, !a)
12
- return z;
13
- Array.isArray(t) || (t = [t]), Array.isArray(l) || (l = [l]);
14
- const o = [], s = () => {
15
- o.forEach((n) => n()), o.length = 0;
16
- }, c = (n, r, u, f) => (n.addEventListener(r, u, f), () => n.removeEventListener(r, u, f)), p = k(
17
- () => [A(a), C(i)],
18
- ([n, r]) => {
19
- if (s(), !n)
20
- return;
21
- const u = Y(r) ? { ...r } : r;
22
- o.push(
23
- ...t.flatMap((f) => l.map((v) => c(n, f, v, u)))
24
- );
25
- },
26
- { immediate: !0, flush: "post" }
27
- ), h = () => {
28
- p(), s();
29
- };
30
- return P(h), h;
31
- }
32
- const re = 500, ae = 10;
33
- function me(e, a, t) {
34
- var l, i;
35
- const o = D(() => A(e));
36
- let s, c, p, h = !1;
37
- function n() {
38
- s && (clearTimeout(s), s = void 0), c = void 0, p = void 0, h = !1;
39
- }
40
- function r(m) {
41
- var y, E, g;
42
- const [b, M, L] = [p, c, h];
43
- if (n(), !t?.onMouseUp || !M || !b || (y = t?.modifiers) != null && y.self && m.target !== o.value)
44
- return;
45
- (E = t?.modifiers) != null && E.prevent && m.preventDefault(), (g = t?.modifiers) != null && g.stop && m.stopPropagation();
46
- const _ = m.x - M.x, $ = m.y - M.y, d = Math.sqrt(_ * _ + $ * $);
47
- t.onMouseUp(m.timeStamp - b, d, L);
48
- }
49
- function u(m) {
50
- var y, E, g, b;
51
- (y = t?.modifiers) != null && y.self && m.target !== o.value || (n(), (E = t?.modifiers) != null && E.prevent && m.preventDefault(), (g = t?.modifiers) != null && g.stop && m.stopPropagation(), c = {
52
- x: m.x,
53
- y: m.y
54
- }, p = m.timeStamp, s = setTimeout(
55
- () => {
56
- h = !0, a(m);
57
- },
58
- (b = t?.delay) != null ? b : re
59
- ));
60
- }
61
- function f(m) {
62
- var y, E, g, b;
63
- if ((y = t?.modifiers) != null && y.self && m.target !== o.value || !c || t?.distanceThreshold === !1)
64
- return;
65
- (E = t?.modifiers) != null && E.prevent && m.preventDefault(), (g = t?.modifiers) != null && g.stop && m.stopPropagation();
66
- const M = m.x - c.x, L = m.y - c.y;
67
- Math.sqrt(M * M + L * L) >= ((b = t?.distanceThreshold) != null ? b : ae) && n();
68
- }
69
- const v = {
70
- capture: (l = t?.modifiers) == null ? void 0 : l.capture,
71
- once: (i = t?.modifiers) == null ? void 0 : i.once
72
- }, w = [
73
- R(o, "pointerdown", u, v),
74
- R(o, "pointermove", f, v),
75
- R(o, ["pointerup", "pointerleave"], r, v)
76
- ];
77
- return () => w.forEach((m) => m());
78
- }
79
- function ie() {
80
- const e = x(!1), a = Z();
81
- return a && ee(() => {
82
- e.value = !0;
83
- }, a), e;
84
- }
85
- function V(e) {
86
- const a = ie();
87
- return D(() => (a.value, !!e()));
88
- }
89
- function j(e, a = {}) {
90
- const { window: t = T } = a, l = V(() => t && "matchMedia" in t && typeof t.matchMedia == "function");
91
- let i;
92
- const o = x(!1), s = (h) => {
93
- o.value = h.matches;
94
- }, c = () => {
95
- i && ("removeEventListener" in i ? i.removeEventListener("change", s) : i.removeListener(s));
96
- }, p = te(() => {
97
- l.value && (c(), i = t.matchMedia(C(e)), "addEventListener" in i ? i.addEventListener("change", s) : i.addListener(s), o.value = i.matches);
98
- });
99
- return P(() => {
100
- p(), c(), i = void 0;
101
- }), o;
102
- }
103
- function he(e, a = {}) {
104
- function t(n, r) {
105
- let u = C(e[C(n)]);
106
- return r != null && (u = X(u, r)), typeof u == "number" && (u = `${u}px`), u;
107
- }
108
- const { window: l = T, strategy: i = "min-width" } = a;
109
- function o(n) {
110
- return l ? l.matchMedia(n).matches : !1;
111
- }
112
- const s = (n) => j(() => `(min-width: ${t(n)})`, a), c = (n) => j(() => `(max-width: ${t(n)})`, a), p = Object.keys(e).reduce((n, r) => (Object.defineProperty(n, r, {
113
- get: () => i === "min-width" ? s(r) : c(r),
114
- enumerable: !0,
115
- configurable: !0
116
- }), n), {});
117
- function h() {
118
- const n = Object.keys(e).map((r) => [r, s(r)]);
119
- return D(() => n.filter(([, r]) => r.value).map(([r]) => r));
120
- }
121
- return Object.assign(p, {
122
- greaterOrEqual: s,
123
- smallerOrEqual: c,
124
- greater(n) {
125
- return j(() => `(min-width: ${t(n, 0.1)})`, a);
126
- },
127
- smaller(n) {
128
- return j(() => `(max-width: ${t(n, -0.1)})`, a);
129
- },
130
- between(n, r) {
131
- return j(() => `(min-width: ${t(n)}) and (max-width: ${t(r, -0.1)})`, a);
132
- },
133
- isGreater(n) {
134
- return o(`(min-width: ${t(n, 0.1)})`);
135
- },
136
- isGreaterOrEqual(n) {
137
- return o(`(min-width: ${t(n)})`);
138
- },
139
- isSmaller(n) {
140
- return o(`(max-width: ${t(n, -0.1)})`);
141
- },
142
- isSmallerOrEqual(n) {
143
- return o(`(max-width: ${t(n)})`);
144
- },
145
- isInBetween(n, r) {
146
- return o(`(min-width: ${t(n)}) and (max-width: ${t(r, -0.1)})`);
147
- },
148
- current: h,
149
- active() {
150
- const n = h();
151
- return D(() => n.value.length === 0 ? "" : n.value.at(-1));
152
- }
153
- });
154
- }
155
- const I = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, W = "__vueuse_ssr_handlers__", oe = /* @__PURE__ */ se();
156
- function se() {
157
- return W in I || (I[W] = I[W] || {}), I[W];
158
- }
159
- function U(e, a) {
160
- return oe[e] || a;
161
- }
162
- function ue(e) {
163
- return e == null ? "any" : e instanceof Set ? "set" : e instanceof Map ? "map" : e instanceof Date ? "date" : typeof e == "boolean" ? "boolean" : typeof e == "string" ? "string" : typeof e == "object" ? "object" : Number.isNaN(e) ? "any" : "number";
164
- }
165
- const le = {
166
- boolean: {
167
- read: (e) => e === "true",
168
- write: (e) => String(e)
169
- },
170
- object: {
171
- read: (e) => JSON.parse(e),
172
- write: (e) => JSON.stringify(e)
173
- },
174
- number: {
175
- read: (e) => Number.parseFloat(e),
176
- write: (e) => String(e)
177
- },
178
- any: {
179
- read: (e) => e,
180
- write: (e) => String(e)
181
- },
182
- string: {
183
- read: (e) => e,
184
- write: (e) => String(e)
185
- },
186
- map: {
187
- read: (e) => new Map(JSON.parse(e)),
188
- write: (e) => JSON.stringify(Array.from(e.entries()))
189
- },
190
- set: {
191
- read: (e) => new Set(JSON.parse(e)),
192
- write: (e) => JSON.stringify(Array.from(e))
193
- },
194
- date: {
195
- read: (e) => new Date(e),
196
- write: (e) => e.toISOString()
197
- }
198
- }, H = "vueuse-storage";
199
- function F(e, a, t, l = {}) {
200
- var i;
201
- const {
202
- flush: o = "pre",
203
- deep: s = !0,
204
- listenToStorageChanges: c = !0,
205
- writeDefaults: p = !0,
206
- mergeDefaults: h = !1,
207
- shallow: n,
208
- window: r = T,
209
- eventFilter: u,
210
- onError: f = (d) => {
211
- console.error(d);
212
- },
213
- initOnMounted: v
214
- } = l, w = (n ? J : x)(typeof a == "function" ? a() : a);
215
- if (!t)
216
- try {
217
- t = U("getDefaultStorage", () => {
218
- var d;
219
- return (d = T) == null ? void 0 : d.localStorage;
220
- })();
221
- } catch (d) {
222
- f(d);
223
- }
224
- if (!t)
225
- return w;
226
- const O = C(a), m = ue(O), y = (i = l.serializer) != null ? i : le[m], { pause: E, resume: g } = Q(
227
- w,
228
- () => M(w.value),
229
- { flush: o, deep: s, eventFilter: u }
230
- );
231
- r && c && B(() => {
232
- R(r, "storage", _), R(r, H, $), v && _();
233
- }), v || _();
234
- function b(d, S) {
235
- r && r.dispatchEvent(new CustomEvent(H, {
236
- detail: {
237
- key: e,
238
- oldValue: d,
239
- newValue: S,
240
- storageArea: t
241
- }
242
- }));
243
- }
244
- function M(d) {
245
- try {
246
- const S = t.getItem(e);
247
- if (d == null)
248
- b(S, null), t.removeItem(e);
249
- else {
250
- const N = y.write(d);
251
- S !== N && (t.setItem(e, N), b(S, N));
252
- }
253
- } catch (S) {
254
- f(S);
255
- }
256
- }
257
- function L(d) {
258
- const S = d ? d.newValue : t.getItem(e);
259
- if (S == null)
260
- return p && O != null && t.setItem(e, y.write(O)), O;
261
- if (!d && h) {
262
- const N = y.read(S);
263
- return typeof h == "function" ? h(N, O) : m === "object" && !Array.isArray(N) ? { ...O, ...N } : N;
264
- } else return typeof S != "string" ? S : y.read(S);
265
- }
266
- function _(d) {
267
- if (!(d && d.storageArea !== t)) {
268
- if (d && d.key == null) {
269
- w.value = O;
270
- return;
271
- }
272
- if (!(d && d.key !== e)) {
273
- E();
274
- try {
275
- d?.newValue !== y.write(w.value) && (w.value = L(d));
276
- } catch (S) {
277
- f(S);
278
- } finally {
279
- d ? ne(g) : g();
280
- }
281
- }
282
- }
283
- }
284
- function $(d) {
285
- _(d.detail);
286
- }
287
- return w;
288
- }
289
- function ce(e) {
290
- return j("(prefers-color-scheme: dark)", e);
291
- }
292
- function pe(e = {}) {
293
- const {
294
- selector: a = "html",
295
- attribute: t = "class",
296
- initialValue: l = "auto",
297
- window: i = T,
298
- storage: o,
299
- storageKey: s = "vueuse-color-scheme",
300
- listenToStorageChanges: c = !0,
301
- storageRef: p,
302
- emitAuto: h,
303
- disableTransition: n = !0
304
- } = e, r = {
305
- auto: "",
306
- light: "light",
307
- dark: "dark",
308
- ...e.modes || {}
309
- }, u = ce({ window: i }), f = D(() => u.value ? "dark" : "light"), v = p || (s == null ? q(l) : F(s, l, o, { window: i, listenToStorageChanges: c })), w = D(() => v.value === "auto" ? f.value : v.value), O = U(
310
- "updateHTMLAttrs",
311
- (g, b, M) => {
312
- const L = typeof g == "string" ? i?.document.querySelector(g) : A(g);
313
- if (!L)
314
- return;
315
- let _;
316
- if (n && (_ = i.document.createElement("style"), _.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")), i.document.head.appendChild(_)), b === "class") {
317
- const $ = M.split(/\s/g);
318
- Object.values(r).flatMap((d) => (d || "").split(/\s/g)).filter(Boolean).forEach((d) => {
319
- $.includes(d) ? L.classList.add(d) : L.classList.remove(d);
320
- });
321
- } else
322
- L.setAttribute(b, M);
323
- n && (i.getComputedStyle(_).opacity, document.head.removeChild(_));
324
- }
325
- );
326
- function m(g) {
327
- var b;
328
- O(a, t, (b = r[g]) != null ? b : g);
329
- }
330
- function y(g) {
331
- e.onChanged ? e.onChanged(g, m) : m(g);
332
- }
333
- k(w, y, { flush: "post", immediate: !0 }), B(() => y(w.value));
334
- const E = D({
335
- get() {
336
- return h ? v.value : w.value;
337
- },
338
- set(g) {
339
- v.value = g;
340
- }
341
- });
342
- try {
343
- return Object.assign(E, { store: v, system: f, state: w });
344
- } catch {
345
- return E;
346
- }
347
- }
348
- function ge(e, a) {
349
- const t = J(h()), l = q(e), i = D({
350
- get() {
351
- var n;
352
- const r = l.value;
353
- let u = a?.getIndexOf ? a.getIndexOf(t.value, r) : r.indexOf(t.value);
354
- return u < 0 && (u = (n = a?.fallbackIndex) != null ? n : 0), u;
355
- },
356
- set(n) {
357
- o(n);
358
- }
359
- });
360
- function o(n) {
361
- const r = l.value, u = r.length, f = (n % u + u) % u, v = r[f];
362
- return t.value = v, v;
363
- }
364
- function s(n = 1) {
365
- return o(i.value + n);
366
- }
367
- function c(n = 1) {
368
- return s(n);
369
- }
370
- function p(n = 1) {
371
- return s(-n);
372
- }
373
- function h() {
374
- var n, r;
375
- return (r = C((n = a?.initialValue) != null ? n : C(e)[0])) != null ? r : void 0;
376
- }
377
- return k(l, () => o(i.value)), {
378
- state: t,
379
- index: i,
380
- next: c,
381
- prev: p,
382
- go: o
383
- };
384
- }
385
- function de(e, a, t = {}) {
386
- const { window: l = T, ...i } = t;
387
- let o;
388
- const s = V(() => l && "ResizeObserver" in l), c = () => {
389
- o && (o.disconnect(), o = void 0);
390
- }, p = D(() => Array.isArray(e) ? e.map((r) => A(r)) : [A(e)]), h = k(
391
- p,
392
- (r) => {
393
- if (c(), s.value && l) {
394
- o = new ResizeObserver(a);
395
- for (const u of r)
396
- u && o.observe(u, i);
397
- }
398
- },
399
- { immediate: !0, flush: "post" }
400
- ), n = () => {
401
- c(), h();
402
- };
403
- return P(n), {
404
- isSupported: s,
405
- stop: n
406
- };
407
- }
408
- function we(e, a = { width: 0, height: 0 }, t = {}) {
409
- const { window: l = T, box: i = "content-box" } = t, o = D(() => {
410
- var r, u;
411
- return (u = (r = A(e)) == null ? void 0 : r.namespaceURI) == null ? void 0 : u.includes("svg");
412
- }), s = x(a.width), c = x(a.height), { stop: p } = de(
413
- e,
414
- ([r]) => {
415
- const u = i === "border-box" ? r.borderBoxSize : i === "content-box" ? r.contentBoxSize : r.devicePixelContentBoxSize;
416
- if (l && o.value) {
417
- const f = A(e);
418
- if (f) {
419
- const v = f.getBoundingClientRect();
420
- s.value = v.width, c.value = v.height;
421
- }
422
- } else if (u) {
423
- const f = Array.isArray(u) ? u : [u];
424
- s.value = f.reduce((v, { inlineSize: w }) => v + w, 0), c.value = f.reduce((v, { blockSize: w }) => v + w, 0);
425
- } else
426
- s.value = r.contentRect.width, c.value = r.contentRect.height;
427
- },
428
- t
429
- );
430
- B(() => {
431
- const r = A(e);
432
- r && (s.value = "offsetWidth" in r ? r.offsetWidth : a.width, c.value = "offsetHeight" in r ? r.offsetHeight : a.height);
433
- });
434
- const h = k(
435
- () => A(e),
436
- (r) => {
437
- s.value = r ? a.width : 0, c.value = r ? a.height : 0;
438
- }
439
- );
440
- function n() {
441
- p(), h();
442
- }
443
- return {
444
- width: s,
445
- height: c,
446
- stop: n
447
- };
448
- }
449
- function ye(e, a, t = {}) {
450
- const {
451
- root: l,
452
- rootMargin: i = "0px",
453
- threshold: o = 0.1,
454
- window: s = T,
455
- immediate: c = !0
456
- } = t, p = V(() => s && "IntersectionObserver" in s), h = D(() => {
457
- const v = C(e);
458
- return (Array.isArray(v) ? v : [v]).map(A).filter(G);
459
- });
460
- let n = z;
461
- const r = x(c), u = p.value ? k(
462
- () => [h.value, A(l), r.value],
463
- ([v, w]) => {
464
- if (n(), !r.value || !v.length)
465
- return;
466
- const O = new IntersectionObserver(
467
- a,
468
- {
469
- root: A(w),
470
- rootMargin: i,
471
- threshold: o
472
- }
473
- );
474
- v.forEach((m) => m && O.observe(m)), n = () => {
475
- O.disconnect(), n = z;
476
- };
477
- },
478
- { immediate: c, flush: "post" }
479
- ) : z, f = () => {
480
- n(), u(), r.value = !1;
481
- };
482
- return P(f), {
483
- isSupported: p,
484
- isActive: r,
485
- pause() {
486
- n(), r.value = !1;
487
- },
488
- resume() {
489
- r.value = !0;
490
- },
491
- stop: f
492
- };
493
- }
494
- function be(e, a, t = {}) {
495
- const { window: l = T } = t;
496
- return F(e, a, l?.localStorage, t);
497
- }
498
- function Se(e = {}) {
499
- const { window: a = T } = e, t = a?.navigator, l = V(() => t && "connection" in t), i = x(!0), o = x(!1), s = x(void 0), c = x(void 0), p = x(void 0), h = x(void 0), n = x(void 0), r = x(void 0), u = x("unknown"), f = l.value && t.connection;
500
- function v() {
501
- t && (i.value = t.onLine, s.value = i.value ? void 0 : Date.now(), c.value = i.value ? Date.now() : void 0, f && (p.value = f.downlink, h.value = f.downlinkMax, r.value = f.effectiveType, n.value = f.rtt, o.value = f.saveData, u.value = f.type));
502
- }
503
- return a && (R(a, "offline", () => {
504
- i.value = !1, s.value = Date.now();
505
- }), R(a, "online", () => {
506
- i.value = !0, c.value = Date.now();
507
- })), f && R(f, "change", v, !1), v(), {
508
- isSupported: l,
509
- isOnline: i,
510
- saveData: o,
511
- offlineAt: s,
512
- onlineAt: c,
513
- downlink: p,
514
- downlinkMax: h,
515
- effectiveType: r,
516
- rtt: n,
517
- type: u
518
- };
519
- }
520
- export {
521
- be as a,
522
- Se as b,
523
- he as c,
524
- de as d,
525
- ye as e,
526
- pe as f,
527
- ge as g,
528
- me as o,
529
- we as u
530
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBladeContext.d.ts","sourceRoot":"","sources":["../../../core/composables/useBladeContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,KAAK,gBAAgB,EAAE,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;AAiBzG;;;;;;;;;;;;GAYG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAAG,IAAI,CAKxF;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,IAAI,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAMzE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBladeWidgets.d.ts","sourceRoot":"","sources":["../../../core/composables/useBladeWidgets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,GAAG,EAAkC,MAAM,KAAK,CAAC;AAGjF,OAAO,KAAK,EAAkC,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAKpG,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IAC5D,OAAO,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,GAAG,WAAW,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC;IACzD,SAAS,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC;IAC1D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,qBAAqB;IACpC,kDAAkD;IAClD,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,sEAAsE;IACtE,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,yBAAyB,EAAE,GAAG,qBAAqB,CAiD3F;AAKD,YAAY,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAO9D"}
@@ -1,5 +0,0 @@
1
- import { GlobalSearchState } from "../../services/global-search-service";
2
- export type UseGlobalSearchReturn = GlobalSearchState;
3
- export declare function provideGlobalSearch(): GlobalSearchState;
4
- export declare function useGlobalSearch(): UseGlobalSearchReturn;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/composables/useGlobalSearch/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAA6B,MAAM,sCAAsC,CAAC;AAGpG,MAAM,MAAM,qBAAqB,GAAG,iBAAiB,CAAC;AAItD,wBAAgB,mBAAmB,IAAI,iBAAiB,CAiBvD;AAED,wBAAgB,eAAe,IAAI,qBAAqB,CASvD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useMenuExpanded.d.ts","sourceRoot":"","sources":["../../../core/composables/useMenuExpanded.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAEpD,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACzB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,eAAe,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IAC9B,mBAAmB,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACvD;AAgBD,eAAO,MAAM,eAAe,QAAO,qBA8ClC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChangePassword.vue.d.ts","sourceRoot":"","sources":["../../../../../../shell/pages/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"}
@@ -1,3 +0,0 @@
1
- import _ChangePassword from "../../../../pages/ChangePasswordPage/components/change-password/ChangePassword.vue";
2
- export declare const ChangePasswordPage: typeof _ChangePassword;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell/pages/ChangePasswordPage/components/change-password/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,+EAA+E,CAAC;AAE5G,eAAO,MAAM,kBAAkB,EAAsB,OAAO,eAAe,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "../../../pages/ChangePasswordPage/components/change-password";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shell/pages/ChangePasswordPage/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,4DAA4D,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "../../pages/ChangePasswordPage/components";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shell/pages/ChangePasswordPage/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "../pages/ChangePasswordPage";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../shell/pages/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -1,34 +0,0 @@
1
- import { ComponentPublicInstance, ComputedOptions, MethodOptions } from "vue";
2
- type RemoveOnVnodePrefix<T> = {
3
- [K in keyof T as K extends `onVnode${string}` ? never : K extends `on${infer Event}` ? Uncapitalize<`on${Event}`> : K]: T[K];
4
- };
5
- type EmitsExtractor<T> = RemoveOnVnodePrefix<Pick<T, Extract<keyof T, `on${string}`>>>;
6
- export type ComponentProps<T> = T extends new () => {
7
- $props: infer P;
8
- } ? NonNullable<P> : T extends (props: infer P, ...args: any) => any ? P : {};
9
- export type ComponentSlots<T> = T extends (...args: any) => any ? ReturnType<T> extends {
10
- [x: string]: any;
11
- __ctx?: {
12
- [x: string]: any;
13
- slots: infer Slots;
14
- };
15
- } ? NonNullable<Slots> : {} : T extends new () => {
16
- $slots: infer S;
17
- } ? NonNullable<S> : {};
18
- export type ComponentEmit<T> = T extends (...args: any) => any ? ReturnType<T> extends {
19
- [x: string]: any;
20
- __ctx?: {
21
- [x: string]: any;
22
- props: infer Props;
23
- };
24
- } ? EmitsExtractor<Props> : {} : T extends new () => {
25
- $props: infer Props;
26
- } ? EmitsExtractor<Props> : never;
27
- export type ComponentPublicInstanceConstructor<T extends ComponentPublicInstance<Props, RawBindings, D, C, M> = ComponentPublicInstance<any>, Props = any, RawBindings = any, D = any, C extends ComputedOptions = ComputedOptions, M extends MethodOptions = MethodOptions> = {
28
- __isFragment?: never;
29
- __isTeleport?: never;
30
- __isSuspense?: never;
31
- new (...args: any[]): T;
32
- };
33
- export {};
34
- //# sourceMappingURL=vueUtils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vueUtils.d.ts","sourceRoot":"","sources":["../../../ui/utilities/vueUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAE9E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAC3B,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,SAAS,UAAU,MAAM,EAAE,GACzC,KAAK,GACL,CAAC,SAAS,KAAK,MAAM,KAAK,EAAE,GAC1B,YAAY,CAAC,KAAK,KAAK,EAAE,CAAC,GAC1B,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACf,CAAC;AAEF,KAAK,cAAc,CAAC,CAAC,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,KAAK,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;AAEvF,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,UAAU;IAAE,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,GACnE,WAAW,CAAC,CAAC,CAAC,GACd,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,GAC7C,CAAC,GACD,EAAE,CAAC;AAET,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,GAC3D,UAAU,CAAC,CAAC,CAAC,SAAS;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,KAAK,CAAA;KAAE,CAAA;CAAE,GAC1F,WAAW,CAAC,KAAK,CAAC,GAClB,EAAE,GACJ,CAAC,SAAS,UAAU;IAAE,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,GACrC,WAAW,CAAC,CAAC,CAAC,GACd,EAAE,CAAC;AAET,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,GAC1D,UAAU,CAAC,CAAC,CAAC,SAAS;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,KAAK,CAAA;KAAE,CAAA;CAAE,GAC1F,cAAc,CAAC,KAAK,CAAC,GACrB,EAAE,GACJ,CAAC,SAAS,UAAU;IAAE,MAAM,EAAE,MAAM,KAAK,CAAA;CAAE,GACzC,cAAc,CAAC,KAAK,CAAC,GACrB,KAAK,CAAC;AAEZ,MAAM,MAAM,kCAAkC,CAC5C,CAAC,SAAS,uBAAuB,CAAC,KAAK,EAAE,WAAW,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,uBAAuB,CAAC,GAAG,CAAC,EAC7F,KAAK,GAAG,GAAG,EACX,WAAW,GAAG,GAAG,EACjB,CAAC,GAAG,GAAG,EACP,CAAC,SAAS,eAAe,GAAG,eAAe,EAC3C,CAAC,SAAS,aAAa,GAAG,aAAa,IACrC;IACF,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;CACzB,CAAC"}