@atscript/vue-table 0.1.64 → 0.1.66
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.
- package/dist/as-table-actions.d.cts +1 -1
- package/dist/as-table-actions.d.mts +1 -1
- package/dist/{as-table-actions.vue-BuqEk4zM.d.cts → as-table-actions.vue-B7Q-JA3z.d.cts} +1 -1
- package/dist/{as-table-actions.vue-q8hQPcZp.d.mts → as-table-actions.vue-Bs1Jl1ep.d.mts} +1 -1
- package/dist/as-table-root.d.cts +1 -1
- package/dist/as-table-root.d.mts +1 -1
- package/dist/{as-table-root.vue-q_Ihl6oH.d.cts → as-table-root.vue-B2ckpJPG.d.cts} +4 -4
- package/dist/{as-table-root.vue-epSQvNm_.d.mts → as-table-root.vue-nV-IwWvZ.d.mts} +4 -4
- package/dist/as-table.d.cts +1 -1
- package/dist/as-table.d.mts +1 -1
- package/dist/{as-table.vue-DHi9pCgA.d.mts → as-table.vue-CH7WH6qe.d.mts} +4 -4
- package/dist/{as-table.vue-C1PL0aFi.d.cts → as-table.vue-vxuudXjo.d.cts} +4 -4
- package/dist/as-window-table.d.cts +1 -1
- package/dist/as-window-table.d.mts +1 -1
- package/dist/{as-window-table.vue-Ckjt9VU8.d.mts → as-window-table.vue-7cJ3TUZX.d.mts} +4 -4
- package/dist/{as-window-table.vue-CgvN_iua.d.cts → as-window-table.vue-DXB5Qan7.d.cts} +4 -4
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/package.json +6 -6
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-table-actions.vue-
|
|
1
|
+
import { t as _default } from "./as-table-actions.vue-B7Q-JA3z.cjs";
|
|
2
2
|
export = _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-table-actions.vue-
|
|
1
|
+
import { t as _default } from "./as-table-actions.vue-Bs1Jl1ep.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: "
|
|
21
|
+
level: "table" | "rows" | "row";
|
|
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: "
|
|
21
|
+
level: "table" | "rows" | "row";
|
|
22
22
|
ids: Record<string, unknown>[];
|
|
23
23
|
invoke: typeof invokeWith;
|
|
24
24
|
}, __VLS_3: {
|
package/dist/as-table-root.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-table-root.vue-
|
|
1
|
+
import { t as _default } from "./as-table-root.vue-B2ckpJPG.cjs";
|
|
2
2
|
export = _default;
|
package/dist/as-table-root.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-table-root.vue-
|
|
1
|
+
import { t as _default } from "./as-table-root.vue-nV-IwWvZ.mjs";
|
|
2
2
|
export { _default as default };
|
|
@@ -2231,17 +2231,17 @@ declare const __VLS_base: vue.DefineComponent<__VLS_PublicProps, {
|
|
|
2231
2231
|
"update:selectedRows": (value: unknown[]) => any;
|
|
2232
2232
|
"update:urlQuery": (value: string | undefined) => any;
|
|
2233
2233
|
} & {
|
|
2234
|
-
|
|
2235
|
-
action: (
|
|
2234
|
+
action: (action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any;
|
|
2235
|
+
"main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
|
|
2236
2236
|
}, string, vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
2237
|
-
"onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
2238
|
-
onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: MouseEvent | KeyboardEvent | undefined) => any) | undefined;
|
|
2239
2237
|
"onUpdate:filterFields"?: ((value: string[]) => any) | undefined;
|
|
2240
2238
|
"onUpdate:columnNames"?: ((value: string[]) => any) | undefined;
|
|
2241
2239
|
"onUpdate:columnWidths"?: ((value: ColumnWidthsMap) => any) | undefined;
|
|
2242
2240
|
"onUpdate:sorters"?: ((value: SortControl[]) => any) | undefined;
|
|
2243
2241
|
"onUpdate:selectedRows"?: ((value: unknown[]) => any) | undefined;
|
|
2244
2242
|
"onUpdate:urlQuery"?: ((value: string | undefined) => any) | undefined;
|
|
2243
|
+
onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any) | undefined;
|
|
2244
|
+
"onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
2245
2245
|
}>, {
|
|
2246
2246
|
queryOnMount: boolean;
|
|
2247
2247
|
selectionPersistence: SelectionPersistence;
|
|
@@ -2231,17 +2231,17 @@ declare const __VLS_base: vue.DefineComponent<__VLS_PublicProps, {
|
|
|
2231
2231
|
"update:selectedRows": (value: unknown[]) => any;
|
|
2232
2232
|
"update:urlQuery": (value: string | undefined) => any;
|
|
2233
2233
|
} & {
|
|
2234
|
-
|
|
2235
|
-
action: (
|
|
2234
|
+
action: (action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any;
|
|
2235
|
+
"main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any;
|
|
2236
2236
|
}, string, vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
2237
|
-
"onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
2238
|
-
onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: MouseEvent | KeyboardEvent | undefined) => any) | undefined;
|
|
2239
2237
|
"onUpdate:filterFields"?: ((value: string[]) => any) | undefined;
|
|
2240
2238
|
"onUpdate:columnNames"?: ((value: string[]) => any) | undefined;
|
|
2241
2239
|
"onUpdate:columnWidths"?: ((value: ColumnWidthsMap) => any) | undefined;
|
|
2242
2240
|
"onUpdate:sorters"?: ((value: SortControl[]) => any) | undefined;
|
|
2243
2241
|
"onUpdate:selectedRows"?: ((value: unknown[]) => any) | undefined;
|
|
2244
2242
|
"onUpdate:urlQuery"?: ((value: string | undefined) => any) | undefined;
|
|
2243
|
+
onAction?: ((action: TVueTableActionInfo, ids: unknown[], result: ActionResult, event?: KeyboardEvent | MouseEvent | undefined) => any) | undefined;
|
|
2244
|
+
"onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
2245
2245
|
}>, {
|
|
2246
2246
|
queryOnMount: boolean;
|
|
2247
2247
|
selectionPersistence: SelectionPersistence;
|
package/dist/as-table.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-table.vue-
|
|
1
|
+
import { t as _default } from "./as-table.vue-vxuudXjo.cjs";
|
|
2
2
|
export = _default;
|
package/dist/as-table.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-table.vue-
|
|
1
|
+
import { t as _default } from "./as-table.vue-CH7WH6qe.mjs";
|
|
2
2
|
export { _default as default };
|
|
@@ -53,21 +53,21 @@ 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:
|
|
56
|
+
"main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => 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:
|
|
60
|
+
"onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => 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
|
}>, {
|
|
64
64
|
select: SelectionMode;
|
|
65
|
+
stickyHeader: boolean;
|
|
66
|
+
virtualOverscan: number;
|
|
65
67
|
reorderable: boolean;
|
|
66
68
|
resizable: boolean;
|
|
67
69
|
columnMinWidth: number;
|
|
68
70
|
rowDelete: boolean | RowDeleteOpt;
|
|
69
|
-
stickyHeader: boolean;
|
|
70
|
-
virtualOverscan: number;
|
|
71
71
|
rowActionsColumn: "first" | "last" | "merge-select" | false;
|
|
72
72
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
73
73
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -53,21 +53,21 @@ 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:
|
|
56
|
+
"main-action": (row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => 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:
|
|
60
|
+
"onMain-action"?: ((row: Record<string, unknown>, absIndex: number, event: KeyboardEvent | MouseEvent) => 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
|
}>, {
|
|
64
64
|
select: SelectionMode;
|
|
65
|
+
stickyHeader: boolean;
|
|
66
|
+
virtualOverscan: number;
|
|
65
67
|
reorderable: boolean;
|
|
66
68
|
resizable: boolean;
|
|
67
69
|
columnMinWidth: number;
|
|
68
70
|
rowDelete: boolean | RowDeleteOpt;
|
|
69
|
-
stickyHeader: boolean;
|
|
70
|
-
virtualOverscan: number;
|
|
71
71
|
rowActionsColumn: "first" | "last" | "merge-select" | false;
|
|
72
72
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
73
73
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-window-table.vue-
|
|
1
|
+
import { t as _default } from "./as-window-table.vue-DXB5Qan7.cjs";
|
|
2
2
|
export = _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-window-table.vue-
|
|
1
|
+
import { t as _default } from "./as-window-table.vue-7cJ3TUZX.mjs";
|
|
2
2
|
export { _default as default };
|
|
@@ -57,23 +57,23 @@ 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:
|
|
60
|
+
"main-action": (row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => 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:
|
|
65
|
+
"onMain-action"?: ((row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => 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
|
-
rowHeight: number;
|
|
71
|
-
wheelRowsPerTick: number;
|
|
72
70
|
select: SelectionMode;
|
|
73
71
|
reorderable: boolean;
|
|
74
72
|
resizable: boolean;
|
|
75
73
|
columnMinWidth: number;
|
|
76
74
|
rowDelete: boolean | RowDeleteOpt;
|
|
75
|
+
rowHeight: number;
|
|
76
|
+
wheelRowsPerTick: number;
|
|
77
77
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
78
78
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
79
79
|
declare const _default: typeof __VLS_export;
|
|
@@ -57,23 +57,23 @@ 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:
|
|
60
|
+
"main-action": (row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => 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:
|
|
65
|
+
"onMain-action"?: ((row: Row, absIndex: number, event: KeyboardEvent | MouseEvent) => 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
|
-
rowHeight: number;
|
|
71
|
-
wheelRowsPerTick: number;
|
|
72
70
|
select: SelectionMode;
|
|
73
71
|
reorderable: boolean;
|
|
74
72
|
resizable: boolean;
|
|
75
73
|
columnMinWidth: number;
|
|
76
74
|
rowDelete: boolean | RowDeleteOpt;
|
|
75
|
+
rowHeight: number;
|
|
76
|
+
wheelRowsPerTick: number;
|
|
77
77
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
78
78
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
79
79
|
declare const _default: typeof __VLS_export;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { t as _default$9 } from "./as-filters.vue-fv-tRL2H.cjs";
|
|
2
2
|
import { t as _default$11 } 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-CNMmF6W2.cjs";
|
|
4
|
-
import { t as _default$14 } from "./as-table-actions.vue-
|
|
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$17, 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-
|
|
6
|
-
import { t as _default$13 } from "./as-table.vue-
|
|
7
|
-
import { t as _default$18 } from "./as-window-table.vue-
|
|
4
|
+
import { t as _default$14 } from "./as-table-actions.vue-B7Q-JA3z.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$17, 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-B2ckpJPG.cjs";
|
|
6
|
+
import { t as _default$13 } from "./as-table.vue-vxuudXjo.cjs";
|
|
7
|
+
import { t as _default$18 } from "./as-window-table.vue-DXB5Qan7.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$9 } from "./as-filters.vue-BsMgYUcX.mjs";
|
|
2
2
|
import { t as _default$11 } from "./as-preset-picker.vue-CTBk6leV.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-BvvXN72P.mjs";
|
|
4
|
-
import { t as _default$14 } from "./as-table-actions.vue-
|
|
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$17, 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-
|
|
6
|
-
import { t as _default$13 } from "./as-table.vue-
|
|
7
|
-
import { t as _default$18 } from "./as-window-table.vue-
|
|
4
|
+
import { t as _default$14 } from "./as-table-actions.vue-Bs1Jl1ep.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$17, 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-nV-IwWvZ.mjs";
|
|
6
|
+
import { t as _default$13 } from "./as-table.vue-CH7WH6qe.mjs";
|
|
7
|
+
import { t as _default$18 } from "./as-window-table.vue-7cJ3TUZX.mjs";
|
|
8
8
|
import { t as _default } from "./as-cell-array.vue-DZGM2VHh.mjs";
|
|
9
9
|
import { t as _default$1 } from "./as-cell-date.vue-Zlt4mHWb.mjs";
|
|
10
10
|
import { t as _default$2 } from "./as-cell-json.vue-CESWuCer.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/vue-table",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.66",
|
|
4
4
|
"description": "Type-driven table components for Atscript with Vue 3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"atscript",
|
|
@@ -159,12 +159,12 @@
|
|
|
159
159
|
"access": "public"
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@atscript/ui": "^0.1.
|
|
163
|
-
"@atscript/ui-table": "^0.1.
|
|
164
|
-
"@atscript/vue-form": "^0.1.
|
|
162
|
+
"@atscript/ui": "^0.1.66",
|
|
163
|
+
"@atscript/ui-table": "^0.1.66",
|
|
164
|
+
"@atscript/vue-form": "^0.1.66"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
|
-
"@atscript/db-client": "^0.1.
|
|
167
|
+
"@atscript/db-client": "^0.1.80",
|
|
168
168
|
"@atscript/typescript": "^0.1.56",
|
|
169
169
|
"@tanstack/vue-virtual": "^3.13.23",
|
|
170
170
|
"@uniqu/core": "^0.1.6",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"vunor": "^0.2"
|
|
181
181
|
},
|
|
182
182
|
"peerDependencies": {
|
|
183
|
-
"@atscript/db-client": "^0.1.
|
|
183
|
+
"@atscript/db-client": "^0.1.80",
|
|
184
184
|
"@tanstack/vue-virtual": "^3.13.23",
|
|
185
185
|
"@vueuse/core": "^14.2.1",
|
|
186
186
|
"reka-ui": "^2.9.2",
|