@vc-shell/framework 2.0.0-alpha.31 → 2.0.0-alpha.33

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 (193) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/ai-agent/index.js +2 -2
  3. package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CrmX4_5C.js +4256 -0
  4. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D9BrIj43.js +21552 -0
  5. package/dist/chunks/{index-COv5_72w.js → index-HNCQdWHc.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-swiper-D1fVhFeH.js → vendor-swiper-BgqGfw3Y.js} +636 -563
  8. package/dist/chunks/{vendor-vueuse-core-DaNNrqjn.js → vendor-vueuse-core-D4-2M4AW.js} +5 -5
  9. package/dist/core/blade-navigation/singletons.d.ts +21 -0
  10. package/dist/core/blade-navigation/singletons.d.ts.map +1 -0
  11. package/dist/core/blade-navigation/types/index.d.ts +1 -1
  12. package/dist/core/blade-navigation/types/index.d.ts.map +1 -1
  13. package/dist/core/composables/useBlade/index.d.ts.map +1 -1
  14. package/dist/core/composables/useBladeForm/index.d.ts.map +1 -1
  15. package/dist/core/composables/useBladeForm/types.d.ts +1 -0
  16. package/dist/core/composables/useBladeForm/types.d.ts.map +1 -1
  17. package/dist/core/composables/useBreadcrumbs/index.d.ts +1 -1
  18. package/dist/core/composables/useBreadcrumbs/index.d.ts.map +1 -1
  19. package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
  20. package/dist/core/composables/useDynamicProperties/strategies/boolean.d.ts.map +1 -1
  21. package/dist/core/composables/useDynamicProperties/strategies/dictionary.d.ts.map +1 -1
  22. package/dist/core/composables/useDynamicProperties/strategies/regular.d.ts.map +1 -1
  23. package/dist/core/composables/useDynamicProperties/types.d.ts +30 -30
  24. package/dist/core/composables/useDynamicProperties/types.d.ts.map +1 -1
  25. package/dist/core/composables/useExternalProvider/index.d.ts +12 -0
  26. package/dist/core/composables/useExternalProvider/index.d.ts.map +1 -0
  27. package/dist/core/composables/usePopup/index.d.ts +3 -5
  28. package/dist/core/composables/usePopup/index.d.ts.map +1 -1
  29. package/dist/core/composables/usePopup/keys.d.ts +4 -0
  30. package/dist/core/composables/usePopup/keys.d.ts.map +1 -0
  31. package/dist/core/composables/usePopup/preset-registry.d.ts +7 -0
  32. package/dist/core/composables/usePopup/preset-registry.d.ts.map +1 -0
  33. package/dist/core/composables/usePopup/singleton.d.ts +6 -0
  34. package/dist/core/composables/usePopup/singleton.d.ts.map +1 -0
  35. package/dist/core/composables/usePopup/types.d.ts +22 -0
  36. package/dist/core/composables/usePopup/types.d.ts.map +1 -0
  37. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  38. package/dist/core/constants/index.d.ts +0 -1
  39. package/dist/core/constants/index.d.ts.map +1 -1
  40. package/dist/core/notifications/notification.d.ts +19 -0
  41. package/dist/core/notifications/notification.d.ts.map +1 -1
  42. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts.map +1 -1
  43. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts.map +1 -1
  44. package/dist/core/types/breadcrumbs.d.ts +8 -0
  45. package/dist/core/types/breadcrumbs.d.ts.map +1 -0
  46. package/dist/core/types/index.d.ts +1 -12
  47. package/dist/core/types/index.d.ts.map +1 -1
  48. package/dist/framework.js +3637 -2569
  49. package/dist/index.css +2 -2
  50. package/dist/index.d.ts +0 -2
  51. package/dist/index.d.ts.map +1 -1
  52. package/dist/injection-keys.d.ts +1 -2
  53. package/dist/injection-keys.d.ts.map +1 -1
  54. package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  55. package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  56. package/dist/shell/_internal/blade-navigation/plugin-v2.d.ts +1 -12
  57. package/dist/shell/_internal/blade-navigation/plugin-v2.d.ts.map +1 -1
  58. package/dist/shell/_internal/notifications/components/notification-container/index.d.ts +4 -4
  59. package/dist/shell/_internal/notifications/components/notification-container/index.d.ts.map +1 -1
  60. package/dist/shell/_internal/notifications/register-backend.d.ts +6 -0
  61. package/dist/shell/_internal/notifications/register-backend.d.ts.map +1 -0
  62. package/dist/shell/_internal/popup/keys.d.ts +1 -3
  63. package/dist/shell/_internal/popup/keys.d.ts.map +1 -1
  64. package/dist/shell/_internal/popup/plugin.d.ts +1 -2
  65. package/dist/shell/_internal/popup/plugin.d.ts.map +1 -1
  66. package/dist/shell/_internal/popup/register-presets.d.ts +6 -0
  67. package/dist/shell/_internal/popup/register-presets.d.ts.map +1 -0
  68. package/dist/shell/_internal/popup/types/index.d.ts +1 -21
  69. package/dist/shell/_internal/popup/types/index.d.ts.map +1 -1
  70. package/dist/shell/auth/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -0
  71. package/dist/shell/auth/ChangePasswordPage/components/change-password/index.d.ts +3 -0
  72. package/dist/shell/auth/ChangePasswordPage/components/change-password/index.d.ts.map +1 -0
  73. package/dist/shell/auth/ChangePasswordPage/components/index.d.ts +2 -0
  74. package/dist/shell/auth/ChangePasswordPage/components/index.d.ts.map +1 -0
  75. package/dist/shell/auth/ChangePasswordPage/index.d.ts +2 -0
  76. package/dist/shell/auth/ChangePasswordPage/index.d.ts.map +1 -0
  77. package/dist/shell/auth/index.d.ts +1 -0
  78. package/dist/shell/auth/index.d.ts.map +1 -1
  79. package/dist/shell/auth/sign-in/useExternalProvider.d.ts +2 -11
  80. package/dist/shell/auth/sign-in/useExternalProvider.d.ts.map +1 -1
  81. package/dist/shell/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
  82. package/dist/tsconfig.tsbuildinfo +1 -1
  83. package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts.map +1 -1
  84. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  85. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  86. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  87. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  88. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  89. package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -1
  90. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  91. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
  92. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +2 -2
  93. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts.map +1 -1
  94. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +2 -2
  95. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
  96. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +1 -1
  97. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
  98. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -2
  99. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  100. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  101. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  102. package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts +3 -3
  103. package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts.map +1 -1
  104. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +2 -2
  105. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  106. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  107. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -1
  108. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +2 -2
  109. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  110. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +1 -1
  111. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  112. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
  113. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
  114. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  115. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
  116. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  117. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +5 -5
  118. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  119. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
  120. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  121. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
  122. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
  123. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
  124. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  125. package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
  126. package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +7 -7
  127. package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  128. package/dist/ui/components/organisms/vc-data-table/components/Table.vue.d.ts.map +1 -1
  129. package/dist/ui/components/organisms/vc-data-table/components/TableCell.vue.d.ts.map +1 -1
  130. package/dist/ui/components/organisms/vc-data-table/components/TableCheckbox.vue.d.ts +2 -2
  131. package/dist/ui/components/organisms/vc-data-table/components/TableRow.vue.d.ts.map +1 -1
  132. package/dist/ui/components/organisms/vc-data-table/components/VcColumn.vue.d.ts +1 -1
  133. package/dist/ui/components/organisms/vc-data-table/components/cells/CellDefault.vue.d.ts +7 -7
  134. package/dist/ui/components/organisms/vc-data-table/components/cells/CellDefault.vue.d.ts.map +1 -1
  135. package/dist/ui/components/organisms/vc-data-table/components/cells/CellMoney.vue.d.ts +7 -7
  136. package/dist/ui/components/organisms/vc-data-table/components/cells/CellMoney.vue.d.ts.map +1 -1
  137. package/dist/ui/components/organisms/vc-data-table/components/cells/CellNumber.vue.d.ts +7 -7
  138. package/dist/ui/components/organisms/vc-data-table/components/cells/CellNumber.vue.d.ts.map +1 -1
  139. package/dist/ui/components/organisms/vc-data-table/components/cells/DynamicCellRenderer.vue.d.ts +7 -7
  140. package/dist/ui/components/organisms/vc-data-table/components/cells/DynamicCellRenderer.vue.d.ts.map +1 -1
  141. package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileActionSheet.vue.d.ts +2 -2
  142. package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileCellRenderer.vue.d.ts +4 -4
  143. package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileCellRenderer.vue.d.ts.map +1 -1
  144. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts +1 -0
  145. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts.map +1 -1
  146. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts +0 -1
  147. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts.map +1 -1
  148. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts +5 -9
  149. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts.map +1 -1
  150. package/dist/ui/components/organisms/vc-data-table/composables/useTableExpansion.d.ts +6 -2
  151. package/dist/ui/components/organisms/vc-data-table/composables/useTableExpansion.d.ts.map +1 -1
  152. package/dist/ui/components/organisms/vc-data-table/types.d.ts +2 -0
  153. package/dist/ui/components/organisms/vc-data-table/types.d.ts.map +1 -1
  154. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-filmstrip/vc-gallery-filmstrip.vue.d.ts +3 -0
  155. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-filmstrip/vc-gallery-filmstrip.vue.d.ts.map +1 -1
  156. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  157. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -1
  158. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
  159. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  160. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +3 -3
  161. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  162. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +3 -3
  163. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
  164. package/dist/ui/composables/index.d.ts +2 -0
  165. package/dist/ui/composables/index.d.ts.map +1 -1
  166. package/dist/ui/composables/useBladeLoading/index.d.ts +6 -0
  167. package/dist/ui/composables/useBladeLoading/index.d.ts.map +1 -0
  168. package/dist/ui/composables/useDataTablePagination.d.ts +30 -0
  169. package/dist/ui/composables/useDataTablePagination.d.ts.map +1 -0
  170. package/dist/ui/index.js +139 -139
  171. package/dist/ui/types/index.d.ts +1 -7
  172. package/dist/ui/types/index.d.ts.map +1 -1
  173. package/dist/ui/utilities/index.d.ts +1 -1
  174. package/dist/ui/utilities/index.d.ts.map +1 -1
  175. package/package.json +4 -4
  176. package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CEHpWiBV.js +0 -6552
  177. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-ByeZ_FRv.js +0 -19548
  178. package/dist/chunks/index-B0X7STCw.js +0 -181
  179. package/dist/chunks/vc-toast.vue_vue_type_style_index_0_lang-8VHs_4Pe.js +0 -175
  180. package/dist/core/constants/ui.d.ts +0 -50
  181. package/dist/core/constants/ui.d.ts.map +0 -1
  182. package/dist/shell/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +0 -1
  183. package/dist/shell/pages/ChangePasswordPage/components/change-password/index.d.ts +0 -3
  184. package/dist/shell/pages/ChangePasswordPage/components/change-password/index.d.ts.map +0 -1
  185. package/dist/shell/pages/ChangePasswordPage/components/index.d.ts +0 -2
  186. package/dist/shell/pages/ChangePasswordPage/components/index.d.ts.map +0 -1
  187. package/dist/shell/pages/ChangePasswordPage/index.d.ts +0 -2
  188. package/dist/shell/pages/ChangePasswordPage/index.d.ts.map +0 -1
  189. package/dist/shell/pages/index.d.ts +0 -2
  190. package/dist/shell/pages/index.d.ts.map +0 -1
  191. package/dist/ui/utilities/vueUtils.d.ts +0 -34
  192. package/dist/ui/utilities/vueUtils.d.ts.map +0 -1
  193. /package/dist/shell/{pages → auth}/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +0 -0
@@ -19,18 +19,18 @@ type __VLS_Slots = {
19
19
  }) => any;
20
20
  };
21
21
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
- close: (reason?: PopupCloseReason | undefined) => any;
23
22
  "update:modelValue": (value: boolean) => any;
23
+ close: (reason?: PopupCloseReason | undefined) => any;
24
24
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
25
- onClose?: ((reason?: PopupCloseReason | undefined) => any) | undefined;
26
25
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
26
+ onClose?: ((reason?: PopupCloseReason | undefined) => any) | undefined;
27
27
  }>, {
28
28
  variant: PopupVariant;
29
29
  modelValue: boolean;
30
30
  closeOnEscape: boolean;
31
31
  closable: boolean;
32
- modalWidth: string;
33
32
  closeOnOverlay: boolean;
33
+ modalWidth: string;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
36
  declare const _default: typeof __VLS_export;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-popup.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/vc-popup.vue"],"names":[],"mappings":"AA8aA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;AAChF,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE/D,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAoBD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,MAAM,EAAE,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,GAAG,CAAC;CAC/C,CAAC;AA0XF,QAAA,MAAM,UAAU;;;;;;;aAxZJ,YAAY;gBAHT,OAAO;mBAQJ,OAAO;cANZ,OAAO;gBAIL,MAAM;oBACF,OAAO;6EAwZxB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"vc-popup.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/vc-popup.vue"],"names":[],"mappings":"AAgbA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;AAChF,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE/D,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAoBD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,MAAM,EAAE,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,GAAG,CAAC;CAC/C,CAAC;AA0XF,QAAA,MAAM,UAAU;;;;;;;aAxZJ,YAAY;gBAHT,OAAO;mBAQJ,OAAO;cANZ,OAAO;oBAKD,OAAO;gBADX,MAAM;6EAyZnB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -48,11 +48,11 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {
48
48
  close: typeof close;
49
49
  open: typeof open;
50
50
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
51
- close: (reason: SidebarCloseReason) => any;
52
51
  "update:modelValue": (value: boolean) => any;
52
+ close: (reason: SidebarCloseReason) => any;
53
53
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
54
- onClose?: ((reason: SidebarCloseReason) => any) | undefined;
55
54
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55
+ onClose?: ((reason: SidebarCloseReason) => any) | undefined;
56
56
  }>, {
57
57
  size: SidebarSize;
58
58
  variant: SidebarVariant;
@@ -66,8 +66,8 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {
66
66
  closeOnEscape: boolean;
67
67
  zIndex: number;
68
68
  draggable: boolean;
69
- closeOnOverlay: boolean;
70
69
  showOverlay: boolean;
70
+ closeOnOverlay: boolean;
71
71
  trapFocus: boolean;
72
72
  lockScroll: boolean;
73
73
  returnFocus: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-sidebar.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-sidebar/vc-sidebar.vue"],"names":[],"mappings":"AA+xBA,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AACjE,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AACtD,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAsEhE,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAmCD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IAClD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC;CACxB,CAAC;AAqFF,iBAAS,KAAK,SAEb;AAED,iBAAS,IAAI,SAEZ;AAwcD,QAAA,MAAM,UAAU;;;;;;;;;;UArmBP,WAAW;aACR,cAAc;eAcZ,MAAM;WAFV,MAAM;WAXN,MAAM,GAAG,MAAM;YACd,MAAM,GAAG,MAAM;WAehB,OAAO;cAnBJ,eAAe;cAYf,OAAO;mBALF,OAAO;YAad,MAAM;eAEH,OAAO;oBAhBF,OAAO;iBADV,OAAO;eAGT,OAAO;gBACN,OAAO;iBACN,OAAO;eACT,OAAO;cAIR,MAAM;oBAEA,MAAM;iBACT,OAAO;gBAMR,OAAO;oBAEH,MAAM;6EAilBvB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"vc-sidebar.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-sidebar/vc-sidebar.vue"],"names":[],"mappings":"AA+xBA,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AACjE,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AACtD,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAsEhE,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAmCD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IAClD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC;CACxB,CAAC;AAqFF,iBAAS,KAAK,SAEb;AAED,iBAAS,IAAI,SAEZ;AAwcD,QAAA,MAAM,UAAU;;;;;;;;;;UArmBP,WAAW;aACR,cAAc;eAcZ,MAAM;WAFV,MAAM;WAXN,MAAM,GAAG,MAAM;YACd,MAAM,GAAG,MAAM;WAehB,OAAO;cAnBJ,eAAe;cAYf,OAAO;mBALF,OAAO;YAad,MAAM;eAEH,OAAO;iBAjBL,OAAO;oBACJ,OAAO;eAEZ,OAAO;gBACN,OAAO;iBACN,OAAO;eACT,OAAO;cAIR,MAAM;oBAEA,MAAM;iBACT,OAAO;gBAMR,OAAO;oBAEH,MAAM;6EAilBvB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -7,4 +7,6 @@ export * from "../composables/useTeleportTarget";
7
7
  export * from "../composables/useTableSort";
8
8
  export * from "../composables/useTableSelection";
9
9
  export * from "../composables/useDataTableSort";
10
+ export * from "../composables/useDataTablePagination";
11
+ export * from "../composables/useBladeLoading";
10
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/composables/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/composables/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Returns the blade loading state from the nearest VcBlade ancestor.
3
+ * When `true`, components should render their skeleton variant.
4
+ */
5
+ export declare function useBladeLoading(): import("vue").Ref<boolean, boolean>;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/composables/useBladeLoading/index.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,eAAe,wCAE9B"}
@@ -0,0 +1,30 @@
1
+ import { type MaybeRefOrGetter } from "vue";
2
+ export interface UseDataTablePaginationOptions {
3
+ /** Items per page. Default: 20 */
4
+ pageSize?: MaybeRefOrGetter<number>;
5
+ /** Total item count from API response (reactive) */
6
+ totalCount: MaybeRefOrGetter<number>;
7
+ /** Event callback fired after currentPage updates via goToPage(). */
8
+ onPageChange?: (state: {
9
+ page: number;
10
+ skip: number;
11
+ }) => void;
12
+ }
13
+ export interface UseDataTablePaginationReturn {
14
+ /** Current 1-based page number (writable) */
15
+ currentPage: number;
16
+ /** Total number of pages */
17
+ readonly pages: number;
18
+ /** Current skip offset: (currentPage - 1) * pageSize */
19
+ readonly skip: number;
20
+ /** Resolved page size */
21
+ readonly pageSize: number;
22
+ /** Resolved total item count — pass to VcDataTable :total-count */
23
+ readonly totalCount: number;
24
+ /** Navigate to a specific page. Fires onPageChange if provided. */
25
+ goToPage: (page: number) => void;
26
+ /** Reset to page 1. Does NOT fire onPageChange. */
27
+ reset: () => void;
28
+ }
29
+ export declare function useDataTablePagination(options: UseDataTablePaginationOptions): UseDataTablePaginationReturn;
30
+ //# sourceMappingURL=useDataTablePagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDataTablePagination.d.ts","sourceRoot":"","sources":["../../../ui/composables/useDataTablePagination.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,KAAK,gBAAgB,EAAW,MAAM,KAAK,CAAC;AAE9E,MAAM,WAAW,6BAA6B;IAC5C,kCAAkC;IAClC,QAAQ,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACpC,oDAAoD;IACpD,UAAU,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACrC,qEAAqE;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CAChE;AAED,MAAM,WAAW,4BAA4B;IAC3C,6CAA6C;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,wDAAwD;IACxD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,yBAAyB;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,mEAAmE;IACnE,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,mEAAmE;IACnE,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,mDAAmD;IACnD,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,4BAA4B,CAiB3G"}
package/dist/ui/index.js CHANGED
@@ -1,143 +1,143 @@
1
- import { _ as l, a as o, b as c, c as t, d as r, e as u, f as V, g as n, h as p, i, j as b, C as d, k as C, l as T, m as S, n as A, o as m, p as g, q as B, T as I, r as y, s as w, t as M, u as D, v as R, w as h, x, V as G, y as F, z as L, A as P, B as k, D as f, E as v, F as H, G as W, H as E, I as K, J as N, K as U, L as _, M as z, N as O, O as j, P as q, Q as J, R as Q, S as X, U as Y, W as Z, X as $, Y as aa, Z as ea, $ as sa, a0 as la, a1 as oa, a2 as ca, a3 as ta, a4 as ra, a5 as ua, a6 as Va, a7 as na, a8 as pa, a9 as ia, aa as ba, ab as da, ac as Ca, ad as Ta, ae as Sa, af as Aa, ag as ma, ah as ga, ai as Ba, aj as Ia, ak as ya, al as wa, am as Ma, an as Da, ao as Ra, ap as ha, aq as xa, ar as Ga, as as Fa, at as La, au as Pa, av as ka, aw as fa, ax as va, ay as Ha, az as Wa, aA as Ea, aB as Ka, aC as Na, aD as Ua, aE as _a, aF as za, aG as Oa, aH as ja, aI as qa, aJ as Ja, aK as Qa, aL as Xa, aM as Ya, aN as Za, aO as $a, aP as ae, aQ as ee, aR as se, aS as le, aT as oe, aU as ce, aV as te, aW as re, aX as ue, aY as Ve, aZ as ne, a_ as pe, a$ as ie, b0 as be, b1 as de, b2 as Ce, b3 as Te, b4 as Se, b5 as Ae, b6 as me, b7 as ge, b8 as Be } from "../chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-ByeZ_FRv.js";
2
- import { B as ye, _ as we, a as Me, b as De, c as Re, d as he, u as xe, e as Ge, f as Fe } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CEHpWiBV.js";
3
- import { _ as Pe } from "../chunks/vc-toast.vue_vue_type_style_index_0_lang-8VHs_4Pe.js";
1
+ import { B as l, _ as o, a as c, b as t, c as r, d as u, e as V, f as n, g as p, h as i, i as b, j as d, C, k as T, l as S, m as A, n as g, o as m, p as B, q as I, T as y, r as w, s as M, t as D, u as R, v as h, w as G, x as L, V as P, y as k, z as F, A as x, D as v, E as H, F as W, G as f, H as E, I as K, J as N, K as U, L as j, M as z, N as O, O as q, P as J, Q, R as X, S as Y, U as Z, W as _, X as $, Y as aa, Z as ea, $ as sa, a0 as la, a1 as oa, a2 as ca, a3 as ta, a4 as ra, a5 as ua, a6 as Va, a7 as na, a8 as pa, a9 as ia, aa as ba, ab as da, ac as Ca, ad as Ta, ae as Sa, af as Aa, ag as ga, ah as ma, ai as Ba, aj as Ia, ak as ya, al as wa, am as Ma, an as Da, ao as Ra, ap as ha, aq as Ga, ar as La, as as Pa, at as ka, au as Fa, av as xa, aw as va, ax as Ha, ay as Wa, az as fa, aA as Ea, aB as Ka, aC as Na, aD as Ua, aE as ja, aF as za, aG as Oa, aH as qa, aI as Ja, aJ as Qa, aK as Xa, aL as Ya, aM as Za, aN as _a, aO as $a, aP as ae, aQ as ee, aR as se, aS as le, aT as oe, aU as ce, aV as te, aW as re, aX as ue, aY as Ve, aZ as ne, a_ as pe, a$ as ie, b0 as be, b1 as de, b2 as Ce, b3 as Te, b4 as Se, b5 as Ae, b6 as ge, b7 as me, b8 as Be, b9 as Ie, ba as ye, bb as we, bc as Me, bd as De, be as Re, bf as he, bg as Ge, bh as Le, bi as Pe, bj as ke, bk as Fe } from "../chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D9BrIj43.js";
4
2
  import "vue";
5
3
  export {
6
- ye as ButtonGroupKey,
7
- l as CellDate,
8
- o as CellDateAgo,
9
- c as CellDefault,
10
- t as CellEditableWrapper,
11
- r as CellHtml,
12
- u as CellImage,
13
- V as CellLink,
14
- n as CellMoney,
15
- p as CellNumber,
16
- i as CellStatus,
17
- b as CellStatusIcon,
18
- d as ColumnCollector,
19
- C as MenuBurgerIcon,
20
- T as Table,
21
- S as TableBody,
22
- A as TableCell,
4
+ l as ButtonGroupKey,
5
+ o as CellDate,
6
+ c as CellDateAgo,
7
+ t as CellDefault,
8
+ r as CellEditableWrapper,
9
+ u as CellHtml,
10
+ V as CellImage,
11
+ n as CellLink,
12
+ p as CellMoney,
13
+ i as CellNumber,
14
+ b as CellStatus,
15
+ d as CellStatusIcon,
16
+ C as ColumnCollector,
17
+ T as MenuBurgerIcon,
18
+ S as Table,
19
+ A as TableBody,
20
+ g as TableCell,
23
21
  m as TableCheckbox,
24
- g as TableColumnSwitcher,
25
- B as TableEmpty,
26
- I as TableFooter,
27
- y as TableGroupRow,
28
- w as TableHead,
29
- M as TableHeader,
30
- D as TableRow,
31
- R as TableRowActions,
32
- h as TableSearchHeader,
33
- x as TableSelectAllBar,
34
- G as VcAccordion,
35
- F as VcAccordionItem,
36
- L as VcApp,
37
- P as VcAppBarMobileActions,
38
- k as VcAppBarOverlay,
39
- f as VcAppBarWidgetContent,
40
- v as VcAppBarWidgetItem,
41
- H as VcAppBarWidgetsMenu,
42
- W as VcAppDesktopLayout,
43
- E as VcAppMenu,
44
- K as VcAppMenuSidebar,
45
- N as VcAppMobileLayout,
46
- U as VcAppSidebarCollapseButton,
47
- _ as VcAppSidebarContent,
48
- z as VcAppSidebarHeader,
49
- O as VcAuthLayout,
50
- j as VcBadge,
51
- q as VcBanner,
52
- J as VcBlade,
53
- we as VcBreadcrumbs,
54
- Me as VcButton,
55
- Q as VcButtonGroup,
56
- X as VcCard,
57
- Y as VcCheckbox,
58
- Z as VcCheckboxGroup,
59
- $ as VcCol,
60
- aa as VcColorInput,
61
- ea as VcColumn,
62
- sa as VcContainer,
63
- la as VcDataTable,
64
- oa as VcDatePicker,
65
- De as VcDropdown,
66
- Re as VcDropdownItem,
67
- ca as VcDropdownPanel,
68
- ta as VcDynamicProperty,
69
- ra as VcEditor,
70
- ua as VcField,
71
- Va as VcFileUpload,
72
- na as VcForm,
73
- pa as VcGallery,
74
- ia as VcHint,
75
- he as VcIcon,
76
- ba as VcImage,
77
- da as VcImageTile,
78
- Ca as VcImageUpload,
79
- Ta as VcInput,
80
- Sa as VcInputCurrency,
81
- Aa as VcInputDropdown,
82
- ma as VcInputGroup,
83
- ga as VcLabel,
84
- Ba as VcLink,
85
- Ia as VcLoading,
86
- ya as VcMenu,
87
- wa as VcMenuExpandedKey,
88
- Ma as VcMenuGroup,
89
- Da as VcMenuItem,
90
- Ra as VcMultivalue,
91
- ha as VcPagination,
92
- xa as VcPopup,
93
- Ga as VcProgress,
94
- Fa as VcRadioButton,
95
- La as VcRadioGroup,
96
- Pa as VcRating,
97
- ka as VcRow,
98
- fa as VcScrollableContainer,
99
- va as VcSelect,
100
- Ha as VcSidebar,
101
- Wa as VcSkeleton,
102
- Ea as VcSlider,
103
- Ka as VcStatus,
104
- Na as VcStatusIcon,
105
- Ua as VcSwitch,
106
- _a as VcTable,
107
- za as VcTextarea,
108
- Pe as VcToast,
109
- Oa as VcTooltip,
110
- ja as VcVideo,
111
- qa as VcWidget,
112
- Ja as provideAppBarState,
113
- Qa as stripTenantPrefix,
114
- xe as useAdaptiveItems,
115
- Xa as useAppBarMobileActions,
116
- Ya as useAppBarState,
117
- Za as useAppBarWidgets,
118
- $a as useBadge,
119
- ae as useCollapsible,
120
- ee as useColumnFilter,
121
- se as useDataTableSort,
122
- le as useFilterState,
123
- Ge as useFloatingPosition,
124
- oe as useFormField,
125
- ce as useGalleryPreview,
126
- te as useImageLoad,
127
- re as useMenuActiveState,
128
- ue as useScrollArrows,
129
- Ve as useShellBootstrap,
130
- ne as useShellLifecycle,
131
- pe as useShellNavigation,
132
- ie as useTableColumnsReorder,
133
- be as useTableColumnsResize,
134
- de as useTableContext,
135
- Ce as useTableInlineEdit,
136
- Te as useTableRowGrouping,
137
- Se as useTableRowReorder,
138
- Ae as useTableSelection,
139
- me as useTableSort,
140
- Fe as useTeleportTarget,
141
- ge as useToggleableContent,
142
- Be as useVirtualScroll
22
+ B as TableColumnSwitcher,
23
+ I as TableEmpty,
24
+ y as TableFooter,
25
+ w as TableGroupRow,
26
+ M as TableHead,
27
+ D as TableHeader,
28
+ R as TableRow,
29
+ h as TableRowActions,
30
+ G as TableSearchHeader,
31
+ L as TableSelectAllBar,
32
+ P as VcAccordion,
33
+ k as VcAccordionItem,
34
+ F as VcApp,
35
+ x as VcAppBarMobileActions,
36
+ v as VcAppBarOverlay,
37
+ H as VcAppBarWidgetContent,
38
+ W as VcAppBarWidgetItem,
39
+ f as VcAppBarWidgetsMenu,
40
+ E as VcAppDesktopLayout,
41
+ K as VcAppMenu,
42
+ N as VcAppMenuSidebar,
43
+ U as VcAppMobileLayout,
44
+ j as VcAppSidebarCollapseButton,
45
+ z as VcAppSidebarContent,
46
+ O as VcAppSidebarHeader,
47
+ q as VcAuthLayout,
48
+ J as VcBadge,
49
+ Q as VcBanner,
50
+ X as VcBlade,
51
+ Y as VcBreadcrumbs,
52
+ Z as VcButton,
53
+ _ as VcButtonGroup,
54
+ $ as VcCard,
55
+ aa as VcCheckbox,
56
+ ea as VcCheckboxGroup,
57
+ sa as VcCol,
58
+ la as VcColorInput,
59
+ oa as VcColumn,
60
+ ca as VcContainer,
61
+ ta as VcDataTable,
62
+ ra as VcDatePicker,
63
+ ua as VcDropdown,
64
+ Va as VcDropdownItem,
65
+ na as VcDropdownPanel,
66
+ pa as VcDynamicProperty,
67
+ ia as VcEditor,
68
+ ba as VcField,
69
+ da as VcFileUpload,
70
+ Ca as VcForm,
71
+ Ta as VcGallery,
72
+ Sa as VcHint,
73
+ Aa as VcIcon,
74
+ ga as VcImage,
75
+ ma as VcImageTile,
76
+ Ba as VcImageUpload,
77
+ Ia as VcInput,
78
+ ya as VcInputCurrency,
79
+ wa as VcInputDropdown,
80
+ Ma as VcInputGroup,
81
+ Da as VcLabel,
82
+ Ra as VcLink,
83
+ ha as VcLoading,
84
+ Ga as VcMenu,
85
+ La as VcMenuExpandedKey,
86
+ Pa as VcMenuGroup,
87
+ ka as VcMenuItem,
88
+ Fa as VcMultivalue,
89
+ xa as VcPagination,
90
+ va as VcPopup,
91
+ Ha as VcProgress,
92
+ Wa as VcRadioButton,
93
+ fa as VcRadioGroup,
94
+ Ea as VcRating,
95
+ Ka as VcRow,
96
+ Na as VcScrollableContainer,
97
+ Ua as VcSelect,
98
+ ja as VcSidebar,
99
+ za as VcSkeleton,
100
+ Oa as VcSlider,
101
+ qa as VcStatus,
102
+ Ja as VcStatusIcon,
103
+ Qa as VcSwitch,
104
+ Xa as VcTable,
105
+ Ya as VcTextarea,
106
+ Za as VcToast,
107
+ _a as VcTooltip,
108
+ $a as VcVideo,
109
+ ae as VcWidget,
110
+ ee as provideAppBarState,
111
+ se as stripTenantPrefix,
112
+ le as useAdaptiveItems,
113
+ oe as useAppBarMobileActions,
114
+ ce as useAppBarState,
115
+ te as useAppBarWidgets,
116
+ re as useBadge,
117
+ ue as useBladeLoading,
118
+ Ve as useCollapsible,
119
+ ne as useColumnFilter,
120
+ pe as useDataTablePagination,
121
+ ie as useDataTableSort,
122
+ be as useFilterState,
123
+ de as useFloatingPosition,
124
+ Ce as useFormField,
125
+ Te as useGalleryPreview,
126
+ Se as useImageLoad,
127
+ Ae as useMenuActiveState,
128
+ ge as useScrollArrows,
129
+ me as useShellBootstrap,
130
+ Be as useShellLifecycle,
131
+ Ie as useShellNavigation,
132
+ ye as useTableColumnsReorder,
133
+ we as useTableColumnsResize,
134
+ Me as useTableContext,
135
+ De as useTableInlineEdit,
136
+ Re as useTableRowGrouping,
137
+ he as useTableRowReorder,
138
+ Ge as useTableSelection,
139
+ Le as useTableSort,
140
+ Pe as useTeleportTarget,
141
+ ke as useToggleableContent,
142
+ Fe as useVirtualScroll
143
143
  };
@@ -1,9 +1,3 @@
1
- import { MaybeRef } from "vue";
2
1
  export type { IFormFieldProps, ITextFieldProps } from "./form-field";
3
- export interface Breadcrumbs {
4
- icon?: string;
5
- title: MaybeRef<string | undefined>;
6
- clickHandler?: (id: string) => void | boolean | Promise<void | boolean>;
7
- id: string;
8
- }
2
+ export type { Breadcrumbs } from "../../core/types/breadcrumbs";
9
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE/B,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAKrE,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,GAAG,OAAO,GAAG,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,CAAC;IACxE,EAAE,EAAE,MAAM,CAAC;CACZ"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/types/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAGrE,YAAY,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from "../utilities/vueUtils";
1
+ export {};
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/utilities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "2.0.0-alpha.31",
3
+ "version": "2.0.0-alpha.33",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -135,9 +135,9 @@
135
135
  "@types/dompurify": "^3.0.5",
136
136
  "@types/semver": "^7.7.1",
137
137
  "@types/sortablejs": "^1.15.9",
138
- "@vc-shell/api-client-generator": "2.0.0-alpha.31",
139
- "@vc-shell/config-generator": "2.0.0-alpha.31",
140
- "@vc-shell/ts-config": "2.0.0-alpha.31",
138
+ "@vc-shell/api-client-generator": "2.0.0-alpha.33",
139
+ "@vc-shell/config-generator": "2.0.0-alpha.33",
140
+ "@vc-shell/ts-config": "2.0.0-alpha.33",
141
141
  "@vitejs/plugin-vue": "^5.2.3",
142
142
  "@vue/test-utils": "^2.4.5",
143
143
  "cypress-signalr-mock": "^1.5.0",