@atscript/vue-table 0.1.101 → 0.1.103

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.
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-table-actions.vue-33oeDXOg.cjs";
1
+ import { t as _default } from "./as-table-actions.vue-BZW3UB9m.cjs";
2
2
  export = _default;
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-table-actions.vue-DMf6-R5o.mjs";
1
+ import { t as _default } from "./as-table-actions.vue-D3HEJxbG.mjs";
2
2
  export { _default as default };
@@ -18,7 +18,7 @@ declare var __VLS_1: {
18
18
  defaultAction: TVueTableActionInfo | undefined;
19
19
  otherActions: TVueTableActionInfo[];
20
20
  trailingRowActions: TVueTableActionInfo[];
21
- level: "table" | "rows" | "row";
21
+ level: "rows" | "row" | "table";
22
22
  ids: Record<string, unknown>[];
23
23
  invoke: typeof invokeWith;
24
24
  }, __VLS_3: {
@@ -18,7 +18,7 @@ declare var __VLS_1: {
18
18
  defaultAction: TVueTableActionInfo | undefined;
19
19
  otherActions: TVueTableActionInfo[];
20
20
  trailingRowActions: TVueTableActionInfo[];
21
- level: "table" | "rows" | "row";
21
+ level: "rows" | "row" | "table";
22
22
  ids: Record<string, unknown>[];
23
23
  invoke: typeof invokeWith;
24
24
  }, __VLS_3: {
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-table-root.vue-B1Zux7p5.cjs";
1
+ import { t as _default } from "./as-table-root.vue-BukHIoYu.cjs";
2
2
  export = _default;
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-table-root.vue-CRbO8o2V.mjs";
1
+ import { t as _default } from "./as-table-root.vue-BjeThuub.mjs";
2
2
  export { _default as default };
@@ -2255,17 +2255,17 @@ declare const __VLS_base: vue.DefineComponent<__VLS_PublicProps, {
2255
2255
  "update:selectedRows": (value: unknown[]) => any;
2256
2256
  "update:urlQuery": (value: string | undefined) => any;
2257
2257
  } & {
2258
- action: (action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any;
2259
- "main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
2258
+ "main-action": (row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any;
2259
+ action: (action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: MouseEvent | KeyboardEvent | undefined) => any;
2260
2260
  }, string, vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
2261
- onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any) | undefined;
2261
+ "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
2262
+ onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: MouseEvent | KeyboardEvent | undefined) => any) | undefined;
2262
2263
  "onUpdate:filterFields"?: ((value: string[]) => any) | undefined;
2263
2264
  "onUpdate:columnNames"?: ((value: string[]) => any) | undefined;
2264
2265
  "onUpdate:columnWidths"?: ((value: ColumnWidthsMap) => any) | undefined;
2265
2266
  "onUpdate:sorters"?: ((value: SortControl[]) => any) | undefined;
2266
2267
  "onUpdate:selectedRows"?: ((value: unknown[]) => any) | undefined;
2267
2268
  "onUpdate:urlQuery"?: ((value: string | undefined) => any) | undefined;
2268
- "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
2269
2269
  }>, {
2270
2270
  queryOnMount: boolean;
2271
2271
  selectionPersistence: SelectionPersistence;
@@ -2255,17 +2255,17 @@ declare const __VLS_base: vue.DefineComponent<__VLS_PublicProps, {
2255
2255
  "update:selectedRows": (value: unknown[]) => any;
2256
2256
  "update:urlQuery": (value: string | undefined) => any;
2257
2257
  } & {
2258
- action: (action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any;
2259
- "main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
2258
+ "main-action": (row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any;
2259
+ action: (action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: MouseEvent | KeyboardEvent | undefined) => any;
2260
2260
  }, string, vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
2261
- onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any) | undefined;
2261
+ "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
2262
+ onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: MouseEvent | KeyboardEvent | undefined) => any) | undefined;
2262
2263
  "onUpdate:filterFields"?: ((value: string[]) => any) | undefined;
2263
2264
  "onUpdate:columnNames"?: ((value: string[]) => any) | undefined;
2264
2265
  "onUpdate:columnWidths"?: ((value: ColumnWidthsMap) => any) | undefined;
2265
2266
  "onUpdate:sorters"?: ((value: SortControl[]) => any) | undefined;
2266
2267
  "onUpdate:selectedRows"?: ((value: unknown[]) => any) | undefined;
2267
2268
  "onUpdate:urlQuery"?: ((value: string | undefined) => any) | undefined;
2268
- "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
2269
2269
  }>, {
2270
2270
  queryOnMount: boolean;
2271
2271
  selectionPersistence: SelectionPersistence;
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-table.vue-CW4CzGek.cjs";
1
+ import { t as _default } from "./as-table.vue-AT1XrXP_.cjs";
2
2
  export = _default;
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-table.vue-niUteW5M.mjs";
1
+ import { t as _default } from "./as-table.vue-Bqkp2CT3.mjs";
2
2
  export { _default as default };
@@ -53,11 +53,11 @@ type __VLS_Slots = {} & { [K in NonNullable<typeof __VLS_21>]?: (props: typeof _
53
53
  'query-loading'?: (props: typeof __VLS_24) => any;
54
54
  };
55
55
  declare const __VLS_base: vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {} & {
56
- "main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
56
+ "main-action": (row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any;
57
57
  "row-click": (row: Record<string, unknown>, event: MouseEvent) => any;
58
58
  "row-dblclick": (row: Record<string, unknown>, event: MouseEvent) => any;
59
59
  }, string, vue.PublicProps, Readonly<__VLS_Props> & Readonly<{
60
- "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
60
+ "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
61
61
  "onRow-click"?: ((row: Record<string, unknown>, event: MouseEvent) => any) | undefined;
62
62
  "onRow-dblclick"?: ((row: Record<string, unknown>, event: MouseEvent) => any) | undefined;
63
63
  }>, {
@@ -53,11 +53,11 @@ type __VLS_Slots = {} & { [K in NonNullable<typeof __VLS_21>]?: (props: typeof _
53
53
  'query-loading'?: (props: typeof __VLS_24) => any;
54
54
  };
55
55
  declare const __VLS_base: vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {} & {
56
- "main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
56
+ "main-action": (row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any;
57
57
  "row-click": (row: Record<string, unknown>, event: MouseEvent) => any;
58
58
  "row-dblclick": (row: Record<string, unknown>, event: MouseEvent) => any;
59
59
  }, string, vue.PublicProps, Readonly<__VLS_Props> & Readonly<{
60
- "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
60
+ "onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
61
61
  "onRow-click"?: ((row: Record<string, unknown>, event: MouseEvent) => any) | undefined;
62
62
  "onRow-dblclick"?: ((row: Record<string, unknown>, event: MouseEvent) => any) | undefined;
63
63
  }>, {
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-window-table.vue-Dx-fUTQS.cjs";
1
+ import { t as _default } from "./as-window-table.vue-BEMGuTpT.cjs";
2
2
  export = _default;
@@ -1,2 +1,2 @@
1
- import { t as _default } from "./as-window-table.vue-ftVOpSg7.mjs";
1
+ import { t as _default } from "./as-window-table.vue-BkMDV1Ar.mjs";
2
2
  export { _default as default };
@@ -57,19 +57,19 @@ type __VLS_Slots = {} & { [K in NonNullable<typeof __VLS_13>]?: (props: typeof _
57
57
  'query-loading'?: (props: typeof __VLS_16) => any;
58
58
  };
59
59
  declare const __VLS_base: vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {} & {
60
- "main-action": (row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
60
+ "main-action": (row: Row, absIndex: number, event: MouseEvent | KeyboardEvent) => any;
61
61
  "row-click": (row: Row, event: MouseEvent) => any;
62
62
  "row-dblclick": (row: Row, event: MouseEvent) => any;
63
63
  error: (error: Error, kind: QueryErrorKind) => any;
64
64
  }, string, vue.PublicProps, Readonly<__VLS_Props> & Readonly<{
65
- "onMain-action"?: ((row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
65
+ "onMain-action"?: ((row: Row, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
66
66
  "onRow-click"?: ((row: Row, event: MouseEvent) => any) | undefined;
67
67
  "onRow-dblclick"?: ((row: Row, event: MouseEvent) => any) | undefined;
68
68
  onError?: ((error: Error, kind: QueryErrorKind) => any) | undefined;
69
69
  }>, {
70
- select: SelectionMode;
71
70
  rowHeight: number;
72
71
  wheelRowsPerTick: number;
72
+ select: SelectionMode;
73
73
  reorderable: boolean;
74
74
  resizable: boolean;
75
75
  columnMinWidth: number;
@@ -57,19 +57,19 @@ type __VLS_Slots = {} & { [K in NonNullable<typeof __VLS_13>]?: (props: typeof _
57
57
  'query-loading'?: (props: typeof __VLS_16) => any;
58
58
  };
59
59
  declare const __VLS_base: vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {} & {
60
- "main-action": (row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
60
+ "main-action": (row: Row, absIndex: number, event: MouseEvent | KeyboardEvent) => any;
61
61
  "row-click": (row: Row, event: MouseEvent) => any;
62
62
  "row-dblclick": (row: Row, event: MouseEvent) => any;
63
63
  error: (error: Error, kind: QueryErrorKind) => any;
64
64
  }, string, vue.PublicProps, Readonly<__VLS_Props> & Readonly<{
65
- "onMain-action"?: ((row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
65
+ "onMain-action"?: ((row: Row, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
66
66
  "onRow-click"?: ((row: Row, event: MouseEvent) => any) | undefined;
67
67
  "onRow-dblclick"?: ((row: Row, event: MouseEvent) => any) | undefined;
68
68
  onError?: ((error: Error, kind: QueryErrorKind) => any) | undefined;
69
69
  }>, {
70
- select: SelectionMode;
71
70
  rowHeight: number;
72
71
  wheelRowsPerTick: number;
72
+ select: SelectionMode;
73
73
  reorderable: boolean;
74
74
  resizable: boolean;
75
75
  columnMinWidth: number;
package/dist/index.d.cts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { t as _default$11 } from "./as-filters.vue-fv-tRL2H.cjs";
2
2
  import { t as _default$13 } from "./as-preset-picker.vue-DfXS3pGl.cjs";
3
3
  import { _ as TableNavBridge, c as NavKeyOptions, d as ReactiveTableState, f as RowDeleteOpt, g as TableActionsState, h as TVueTableActionInfo, m as TAsTableControls, n as ColumnMenuConfig, o as InvokeOpts, p as TAsCellTypeComponents, r as ConfigTab, s as MainActionRequest, t as ActionResult, u as QueryErrorKind } from "./types-BPFBxUS_.cjs";
4
- import { t as _default$16 } from "./as-table-actions.vue-33oeDXOg.cjs";
5
- import { $ as createTableState, A as createDefaultControls, B as useTableSearch, C as formatCellValue, D as provideCellLocale, E as CellLocale, F as AS_PRESETS_APP, G as useTable, H as useTableNavBridge, I as injectPresetsApp, J as CreateStaticTableStateOptions, K as SelectionPersistence, L as UseTableUrlQueryOptions, M as UseAppPrefsOptions, N as UseAppPrefsReturn, O as useCellLocale, P as useAppPrefs, Q as createStaticTableState, R as useTableUrlQuery, S as extractIdentifier, T as getColumnWidth, U as UseTableOptions, V as useTableFilter, W as clearTableCache, X as TableContext, Y as CreateTableStateOptions, Z as TableStateInternals, _ as getDefaultClientFactory, a as PRESET_ASPECTS, at as usePresets, b as resolveSystemPresets, c as PresetData, ct as UseLocalDraftReturn, d as STANDARD_PRESET_ID, et as useTableContext, f as SYSTEM_PRESET_PREFIX, g as UserConfData, h as UrlQuerySync, i as ClientFactory, it as UsePresetsReturn, j as useTableComponent, k as createDefaultCellTypes, l as PresetSnapshot, lt as useLocalDraft, m as SystemPresetInput, n as AppConfData, nt as ActivePresetView, o as PresetAspect, ot as StorageLike, p as SystemPreset, q as useTableSelection, r as AsPresetEntryRow, rt as UsePresetsOptions, s as PresetCapabilities, st as UseLocalDraftOptions, t as _default$19, tt as useTableContextOptional, u as PresetSnapshotWire, v as isSystemPresetId, w as getCellValue, x as setDefaultClientFactory, y as resetDefaultClientFactory, z as useTableActions } from "./as-table-root.vue-B1Zux7p5.cjs";
6
- import { t as _default$15 } from "./as-table.vue-CW4CzGek.cjs";
7
- import { t as _default$20 } from "./as-window-table.vue-Dx-fUTQS.cjs";
4
+ import { t as _default$16 } from "./as-table-actions.vue-BZW3UB9m.cjs";
5
+ import { $ as createTableState, A as createDefaultControls, B as useTableSearch, C as formatCellValue, D as provideCellLocale, E as CellLocale, F as AS_PRESETS_APP, G as useTable, H as useTableNavBridge, I as injectPresetsApp, J as CreateStaticTableStateOptions, K as SelectionPersistence, L as UseTableUrlQueryOptions, M as UseAppPrefsOptions, N as UseAppPrefsReturn, O as useCellLocale, P as useAppPrefs, Q as createStaticTableState, R as useTableUrlQuery, S as extractIdentifier, T as getColumnWidth, U as UseTableOptions, V as useTableFilter, W as clearTableCache, X as TableContext, Y as CreateTableStateOptions, Z as TableStateInternals, _ as getDefaultClientFactory, a as PRESET_ASPECTS, at as usePresets, b as resolveSystemPresets, c as PresetData, ct as UseLocalDraftReturn, d as STANDARD_PRESET_ID, et as useTableContext, f as SYSTEM_PRESET_PREFIX, g as UserConfData, h as UrlQuerySync, i as ClientFactory, it as UsePresetsReturn, j as useTableComponent, k as createDefaultCellTypes, l as PresetSnapshot, lt as useLocalDraft, m as SystemPresetInput, n as AppConfData, nt as ActivePresetView, o as PresetAspect, ot as StorageLike, p as SystemPreset, q as useTableSelection, r as AsPresetEntryRow, rt as UsePresetsOptions, s as PresetCapabilities, st as UseLocalDraftOptions, t as _default$19, tt as useTableContextOptional, u as PresetSnapshotWire, v as isSystemPresetId, w as getCellValue, x as setDefaultClientFactory, y as resetDefaultClientFactory, z as useTableActions } from "./as-table-root.vue-BukHIoYu.cjs";
6
+ import { t as _default$15 } from "./as-table.vue-AT1XrXP_.cjs";
7
+ import { t as _default$20 } from "./as-window-table.vue-BEMGuTpT.cjs";
8
8
  import { t as _default } from "./as-cell-array.vue-pFs5GcCR.cjs";
9
9
  import { t as _default$1 } from "./as-cell-date.vue-BBSps2B2.cjs";
10
10
  import { t as _default$2 } from "./as-cell-json.vue-C6wg4ARZ.cjs";
package/dist/index.d.mts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { t as _default$11 } from "./as-filters.vue-DmECMd1v.mjs";
2
2
  import { t as _default$13 } from "./as-preset-picker.vue-BPjsiaVt.mjs";
3
3
  import { _ as TableNavBridge, c as NavKeyOptions, d as ReactiveTableState, f as RowDeleteOpt, g as TableActionsState, h as TVueTableActionInfo, m as TAsTableControls, n as ColumnMenuConfig, o as InvokeOpts, p as TAsCellTypeComponents, r as ConfigTab, s as MainActionRequest, t as ActionResult, u as QueryErrorKind } from "./types-BWeFiZKk.mjs";
4
- import { t as _default$16 } from "./as-table-actions.vue-DMf6-R5o.mjs";
5
- import { $ as createTableState, A as createDefaultControls, B as useTableSearch, C as formatCellValue, D as provideCellLocale, E as CellLocale, F as AS_PRESETS_APP, G as useTable, H as useTableNavBridge, I as injectPresetsApp, J as CreateStaticTableStateOptions, K as SelectionPersistence, L as UseTableUrlQueryOptions, M as UseAppPrefsOptions, N as UseAppPrefsReturn, O as useCellLocale, P as useAppPrefs, Q as createStaticTableState, R as useTableUrlQuery, S as extractIdentifier, T as getColumnWidth, U as UseTableOptions, V as useTableFilter, W as clearTableCache, X as TableContext, Y as CreateTableStateOptions, Z as TableStateInternals, _ as getDefaultClientFactory, a as PRESET_ASPECTS, at as usePresets, b as resolveSystemPresets, c as PresetData, ct as UseLocalDraftReturn, d as STANDARD_PRESET_ID, et as useTableContext, f as SYSTEM_PRESET_PREFIX, g as UserConfData, h as UrlQuerySync, i as ClientFactory, it as UsePresetsReturn, j as useTableComponent, k as createDefaultCellTypes, l as PresetSnapshot, lt as useLocalDraft, m as SystemPresetInput, n as AppConfData, nt as ActivePresetView, o as PresetAspect, ot as StorageLike, p as SystemPreset, q as useTableSelection, r as AsPresetEntryRow, rt as UsePresetsOptions, s as PresetCapabilities, st as UseLocalDraftOptions, t as _default$19, tt as useTableContextOptional, u as PresetSnapshotWire, v as isSystemPresetId, w as getCellValue, x as setDefaultClientFactory, y as resetDefaultClientFactory, z as useTableActions } from "./as-table-root.vue-CRbO8o2V.mjs";
6
- import { t as _default$15 } from "./as-table.vue-niUteW5M.mjs";
7
- import { t as _default$20 } from "./as-window-table.vue-ftVOpSg7.mjs";
4
+ import { t as _default$16 } from "./as-table-actions.vue-D3HEJxbG.mjs";
5
+ import { $ as createTableState, A as createDefaultControls, B as useTableSearch, C as formatCellValue, D as provideCellLocale, E as CellLocale, F as AS_PRESETS_APP, G as useTable, H as useTableNavBridge, I as injectPresetsApp, J as CreateStaticTableStateOptions, K as SelectionPersistence, L as UseTableUrlQueryOptions, M as UseAppPrefsOptions, N as UseAppPrefsReturn, O as useCellLocale, P as useAppPrefs, Q as createStaticTableState, R as useTableUrlQuery, S as extractIdentifier, T as getColumnWidth, U as UseTableOptions, V as useTableFilter, W as clearTableCache, X as TableContext, Y as CreateTableStateOptions, Z as TableStateInternals, _ as getDefaultClientFactory, a as PRESET_ASPECTS, at as usePresets, b as resolveSystemPresets, c as PresetData, ct as UseLocalDraftReturn, d as STANDARD_PRESET_ID, et as useTableContext, f as SYSTEM_PRESET_PREFIX, g as UserConfData, h as UrlQuerySync, i as ClientFactory, it as UsePresetsReturn, j as useTableComponent, k as createDefaultCellTypes, l as PresetSnapshot, lt as useLocalDraft, m as SystemPresetInput, n as AppConfData, nt as ActivePresetView, o as PresetAspect, ot as StorageLike, p as SystemPreset, q as useTableSelection, r as AsPresetEntryRow, rt as UsePresetsOptions, s as PresetCapabilities, st as UseLocalDraftOptions, t as _default$19, tt as useTableContextOptional, u as PresetSnapshotWire, v as isSystemPresetId, w as getCellValue, x as setDefaultClientFactory, y as resetDefaultClientFactory, z as useTableActions } from "./as-table-root.vue-BjeThuub.mjs";
6
+ import { t as _default$15 } from "./as-table.vue-Bqkp2CT3.mjs";
7
+ import { t as _default$20 } from "./as-window-table.vue-BkMDV1Ar.mjs";
8
8
  import { t as _default } from "./as-cell-array.vue-D4vS7C_D.mjs";
9
9
  import { t as _default$1 } from "./as-cell-date.vue-Chs7WTZ9.mjs";
10
10
  import { t as _default$2 } from "./as-cell-json.vue-C0_LDvQw.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/vue-table",
3
- "version": "0.1.101",
3
+ "version": "0.1.103",
4
4
  "description": "Type-driven table components for Atscript with Vue 3",
5
5
  "keywords": [
6
6
  "atscript",
@@ -162,13 +162,13 @@
162
162
  "access": "public"
163
163
  },
164
164
  "dependencies": {
165
- "@atscript/ui": "^0.1.101",
166
- "@atscript/ui-table": "^0.1.101",
167
- "@atscript/vue-form": "^0.1.101"
165
+ "@atscript/ui": "^0.1.103",
166
+ "@atscript/ui-table": "^0.1.103",
167
+ "@atscript/vue-form": "^0.1.103"
168
168
  },
169
169
  "devDependencies": {
170
- "@atscript/db-client": "^0.1.106",
171
- "@atscript/typescript": "^0.1.76",
170
+ "@atscript/db-client": "^0.1.107",
171
+ "@atscript/typescript": "^0.1.77",
172
172
  "@tanstack/vue-virtual": "^3.13.26",
173
173
  "@uniqu/core": "^0.1.6",
174
174
  "@vitejs/plugin-vue": "^6",
@@ -183,7 +183,7 @@
183
183
  "vunor": "^0.2.1"
184
184
  },
185
185
  "peerDependencies": {
186
- "@atscript/db-client": "^0.1.106",
186
+ "@atscript/db-client": "^0.1.107",
187
187
  "@tanstack/vue-virtual": "^3.13.26",
188
188
  "@vueuse/core": "^14.3.0",
189
189
  "reka-ui": "^2.9.8",