@vc-shell/framework 2.0.10-pr246.61f3e38 → 2.0.10-pr247.f47cc74

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 (30) hide show
  1. package/dist/ai-agent/index.js +2 -2
  2. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-D077_c8I.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-CThvtYtw.js} +426 -431
  3. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-D077_c8I.js.map → VcAiAgentPanel.vue_vue_type_style_index_0_lang-CThvtYtw.js.map} +1 -1
  4. package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-B3154ZmD.js → VcTableAdapter.vue_vue_type_style_index_0_lang-DioMlB3f.js} +776 -776
  5. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-DioMlB3f.js.map +1 -0
  6. package/dist/chunks/{index-DELXU1qy.js → index-0btrtSam.js} +1 -1
  7. package/dist/chunks/{index-DELXU1qy.js.map → index-0btrtSam.js.map} +1 -1
  8. package/dist/core/blade-navigation/index.d.ts.map +1 -1
  9. package/dist/core/blade-navigation/table-query-state/useTableQueryState.d.ts +5 -11
  10. package/dist/core/blade-navigation/table-query-state/useTableQueryState.d.ts.map +1 -1
  11. package/dist/core/composables/useBlade/index.d.ts +0 -2
  12. package/dist/core/composables/useBlade/index.d.ts.map +1 -1
  13. package/dist/framework.js +76 -77
  14. package/dist/framework.js.map +1 -1
  15. package/dist/tsconfig.tsbuildinfo +1 -1
  16. package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
  17. package/dist/ui/components/organisms/vc-data-table/components/VcColumn.vue.d.ts +1 -1
  18. package/dist/ui/composables/index.d.ts +1 -0
  19. package/dist/ui/composables/index.d.ts.map +1 -1
  20. package/dist/ui/composables/useDataTablePagination.d.ts +3 -1
  21. package/dist/ui/composables/useDataTablePagination.d.ts.map +1 -1
  22. package/dist/ui/composables/useDataTableSort.d.ts +2 -0
  23. package/dist/ui/composables/useDataTableSort.d.ts.map +1 -1
  24. package/dist/ui/composables/useTableSearch.d.ts +18 -0
  25. package/dist/ui/composables/useTableSearch.d.ts.map +1 -0
  26. package/dist/ui/index.js +29 -28
  27. package/package.json +4 -4
  28. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-B3154ZmD.js.map +0 -1
  29. package/dist/ui/components/organisms/vc-data-table/composables/useTableQueryPersistence.d.ts +0 -24
  30. package/dist/ui/components/organisms/vc-data-table/composables/useTableQueryPersistence.d.ts.map +0 -1
@@ -1,24 +0,0 @@
1
- import { type Ref } from "vue";
2
- import type { VcDataTableExtendedProps } from "../../../../components/organisms/vc-data-table/types";
3
- export interface UseTableQueryPersistenceOptions<T extends Record<string, unknown>> {
4
- /** VcDataTable props (read sortField/sortOrder/searchValue/pagination/stateKey). */
5
- props: VcDataTableExtendedProps<T>;
6
- /** Live search UI state owned by VcDataTable. */
7
- internalSearchValue: Ref<string>;
8
- }
9
- /**
10
- * Bridges VcDataTable view state (sort/search/page) with the URL query, via the
11
- * optional per-blade ITableQueryStateService. No-op when no service is provided
12
- * (standalone table or non-URL blade).
13
- *
14
- * This handles the write side: it watches sort/search/page and writes them to the
15
- * URL (the service debounces). To avoid writing back values the page just restored
16
- * (the parent echoes them as prop changes a tick later), each field remembers its
17
- * last-applied value and skips writes that match it.
18
- *
19
- * It does not push restored state to the page — the page reads it via
20
- * useTableQueryState. The only restore-side effect here is seeding the table's own
21
- * search box for display, which does not load.
22
- */
23
- export declare function useTableQueryPersistence<T extends Record<string, unknown>>(options: UseTableQueryPersistenceOptions<T>): void;
24
- //# sourceMappingURL=useTableQueryPersistence.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useTableQueryPersistence.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-data-table/composables/useTableQueryPersistence.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAiB,MAAM,KAAK,CAAC;AAE9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAE7F,MAAM,WAAW,+BAA+B,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAChF,oFAAoF;IACpF,KAAK,EAAE,wBAAwB,CAAC,CAAC,CAAC,CAAC;IACnC,iDAAiD;IACjD,mBAAmB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;CAClC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACxE,OAAO,EAAE,+BAA+B,CAAC,CAAC,CAAC,GAC1C,IAAI,CAwDN"}