@shwfed/config 3.0.6 → 3.0.7

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 (36) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/actions/config.vue +109 -3
  3. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +68 -68
  4. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +68 -68
  5. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +68 -68
  6. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +68 -68
  7. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +34 -34
  8. package/dist/runtime/components/config/history-picker.vue +6 -4
  9. package/dist/runtime/components/config/prune-dialog.vue +15 -4
  10. package/dist/runtime/components/config/use-editor.js +2 -2
  11. package/dist/runtime/components/form/unit-config.vue +2 -2
  12. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
  13. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
  14. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  15. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  16. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
  17. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
  18. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  19. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  20. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
  21. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
  22. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  23. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  24. package/dist/runtime/components/table/config.vue +2 -2
  25. package/dist/runtime/components/table/schema.d.ts +68 -68
  26. package/dist/runtime/share/clipboard.d.ts +15 -9
  27. package/dist/runtime/share/clipboard.js +22 -10
  28. package/dist/runtime/vendor/cel-js/CLAUDE.md +7 -2
  29. package/dist/runtime/vendor/cel-js/PROMPT.md +27 -0
  30. package/dist/runtime/vendor/cel-js/lib/evaluator.js +2 -0
  31. package/dist/runtime/vendor/cel-js/lib/globals.d.ts +2 -0
  32. package/dist/runtime/vendor/cel-js/lib/globals.js +10 -0
  33. package/dist/runtime/vendor/cel-js/lib/map-builtins.d.ts +2 -0
  34. package/dist/runtime/vendor/cel-js/lib/map-builtins.js +80 -0
  35. package/dist/runtime/vendor/cel-js/lib/operators.js +2 -12
  36. package/package.json +1 -1
@@ -29,40 +29,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
29
29
  readonly message: string;
30
30
  }[]] | undefined;
31
31
  }[];
32
- readonly query?: {
33
- readonly style?: string | undefined;
34
- readonly id?: string | undefined;
35
- readonly initial?: {
36
- readonly data: string;
37
- readonly request?: string | undefined;
38
- } | undefined;
39
- readonly displayName?: string | undefined;
40
- readonly kind: "shwfed.component.form";
41
- readonly fields: readonly any[];
42
- readonly layouts: readonly {
43
- readonly name: string;
44
- readonly layout: {
45
- readonly style?: string | undefined;
46
- readonly columns: number;
47
- readonly gap?: number | undefined;
48
- readonly rows?: number | undefined;
49
- readonly placements: {
50
- readonly [x: string]: {
51
- readonly area: readonly [readonly [number, number], readonly [number, number]];
52
- readonly v?: "stretch" | "center" | "end" | "start" | undefined;
53
- readonly h?: "stretch" | "center" | "end" | "start" | undefined;
54
- };
55
- };
56
- };
57
- readonly media?: string | undefined;
58
- }[];
59
- readonly readonly?: string | undefined;
60
- } | undefined;
61
- readonly dataSource?: {
62
- readonly data: string;
63
- readonly total?: string | undefined;
64
- readonly request?: string | undefined;
65
- } | undefined;
66
32
  readonly actions?: {
67
33
  readonly size: "default" | "sm" | "xs";
68
34
  readonly style?: string | undefined;
@@ -130,6 +96,40 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
130
96
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
131
97
  }[];
132
98
  } | undefined;
99
+ readonly query?: {
100
+ readonly style?: string | undefined;
101
+ readonly id?: string | undefined;
102
+ readonly initial?: {
103
+ readonly data: string;
104
+ readonly request?: string | undefined;
105
+ } | undefined;
106
+ readonly displayName?: string | undefined;
107
+ readonly kind: "shwfed.component.form";
108
+ readonly fields: readonly any[];
109
+ readonly layouts: readonly {
110
+ readonly name: string;
111
+ readonly layout: {
112
+ readonly style?: string | undefined;
113
+ readonly columns: number;
114
+ readonly gap?: number | undefined;
115
+ readonly rows?: number | undefined;
116
+ readonly placements: {
117
+ readonly [x: string]: {
118
+ readonly area: readonly [readonly [number, number], readonly [number, number]];
119
+ readonly v?: "stretch" | "center" | "end" | "start" | undefined;
120
+ readonly h?: "stretch" | "center" | "end" | "start" | undefined;
121
+ };
122
+ };
123
+ };
124
+ readonly media?: string | undefined;
125
+ }[];
126
+ readonly readonly?: string | undefined;
127
+ } | undefined;
128
+ readonly dataSource?: {
129
+ readonly data: string;
130
+ readonly total?: string | undefined;
131
+ readonly request?: string | undefined;
132
+ } | undefined;
133
133
  readonly bottomActions?: {
134
134
  readonly size: "default" | "sm" | "xs";
135
135
  readonly style?: string | undefined;
@@ -277,40 +277,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
277
277
  readonly message: string;
278
278
  }[]] | undefined;
279
279
  }[];
280
- readonly query?: {
281
- readonly style?: string | undefined;
282
- readonly id?: string | undefined;
283
- readonly initial?: {
284
- readonly data: string;
285
- readonly request?: string | undefined;
286
- } | undefined;
287
- readonly displayName?: string | undefined;
288
- readonly kind: "shwfed.component.form";
289
- readonly fields: readonly any[];
290
- readonly layouts: readonly {
291
- readonly name: string;
292
- readonly layout: {
293
- readonly style?: string | undefined;
294
- readonly columns: number;
295
- readonly gap?: number | undefined;
296
- readonly rows?: number | undefined;
297
- readonly placements: {
298
- readonly [x: string]: {
299
- readonly area: readonly [readonly [number, number], readonly [number, number]];
300
- readonly v?: "stretch" | "center" | "end" | "start" | undefined;
301
- readonly h?: "stretch" | "center" | "end" | "start" | undefined;
302
- };
303
- };
304
- };
305
- readonly media?: string | undefined;
306
- }[];
307
- readonly readonly?: string | undefined;
308
- } | undefined;
309
- readonly dataSource?: {
310
- readonly data: string;
311
- readonly total?: string | undefined;
312
- readonly request?: string | undefined;
313
- } | undefined;
314
280
  readonly actions?: {
315
281
  readonly size: "default" | "sm" | "xs";
316
282
  readonly style?: string | undefined;
@@ -378,6 +344,40 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
378
344
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
379
345
  }[];
380
346
  } | undefined;
347
+ readonly query?: {
348
+ readonly style?: string | undefined;
349
+ readonly id?: string | undefined;
350
+ readonly initial?: {
351
+ readonly data: string;
352
+ readonly request?: string | undefined;
353
+ } | undefined;
354
+ readonly displayName?: string | undefined;
355
+ readonly kind: "shwfed.component.form";
356
+ readonly fields: readonly any[];
357
+ readonly layouts: readonly {
358
+ readonly name: string;
359
+ readonly layout: {
360
+ readonly style?: string | undefined;
361
+ readonly columns: number;
362
+ readonly gap?: number | undefined;
363
+ readonly rows?: number | undefined;
364
+ readonly placements: {
365
+ readonly [x: string]: {
366
+ readonly area: readonly [readonly [number, number], readonly [number, number]];
367
+ readonly v?: "stretch" | "center" | "end" | "start" | undefined;
368
+ readonly h?: "stretch" | "center" | "end" | "start" | undefined;
369
+ };
370
+ };
371
+ };
372
+ readonly media?: string | undefined;
373
+ }[];
374
+ readonly readonly?: string | undefined;
375
+ } | undefined;
376
+ readonly dataSource?: {
377
+ readonly data: string;
378
+ readonly total?: string | undefined;
379
+ readonly request?: string | undefined;
380
+ } | undefined;
381
381
  readonly bottomActions?: {
382
382
  readonly size: "default" | "sm" | "xs";
383
383
  readonly style?: string | undefined;
@@ -47,40 +47,6 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
47
47
  readonly message: string;
48
48
  }[]] | undefined;
49
49
  }[];
50
- readonly query?: {
51
- readonly style?: string | undefined;
52
- readonly id?: string | undefined;
53
- readonly initial?: {
54
- readonly data: string;
55
- readonly request?: string | undefined;
56
- } | undefined;
57
- readonly displayName?: string | undefined;
58
- readonly kind: "shwfed.component.form";
59
- readonly fields: readonly any[];
60
- readonly layouts: readonly {
61
- readonly name: string;
62
- readonly layout: {
63
- readonly style?: string | undefined;
64
- readonly columns: number;
65
- readonly gap?: number | undefined;
66
- readonly rows?: number | undefined;
67
- readonly placements: {
68
- readonly [x: string]: {
69
- readonly area: readonly [readonly [number, number], readonly [number, number]];
70
- readonly v?: "stretch" | "center" | "end" | "start" | undefined;
71
- readonly h?: "stretch" | "center" | "end" | "start" | undefined;
72
- };
73
- };
74
- };
75
- readonly media?: string | undefined;
76
- }[];
77
- readonly readonly?: string | undefined;
78
- } | undefined;
79
- readonly dataSource?: {
80
- readonly data: string;
81
- readonly total?: string | undefined;
82
- readonly request?: string | undefined;
83
- } | undefined;
84
50
  readonly actions?: {
85
51
  readonly size: "default" | "sm" | "xs";
86
52
  readonly style?: string | undefined;
@@ -148,6 +114,40 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
148
114
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
149
115
  }[];
150
116
  } | undefined;
117
+ readonly query?: {
118
+ readonly style?: string | undefined;
119
+ readonly id?: string | undefined;
120
+ readonly initial?: {
121
+ readonly data: string;
122
+ readonly request?: string | undefined;
123
+ } | undefined;
124
+ readonly displayName?: string | undefined;
125
+ readonly kind: "shwfed.component.form";
126
+ readonly fields: readonly any[];
127
+ readonly layouts: readonly {
128
+ readonly name: string;
129
+ readonly layout: {
130
+ readonly style?: string | undefined;
131
+ readonly columns: number;
132
+ readonly gap?: number | undefined;
133
+ readonly rows?: number | undefined;
134
+ readonly placements: {
135
+ readonly [x: string]: {
136
+ readonly area: readonly [readonly [number, number], readonly [number, number]];
137
+ readonly v?: "stretch" | "center" | "end" | "start" | undefined;
138
+ readonly h?: "stretch" | "center" | "end" | "start" | undefined;
139
+ };
140
+ };
141
+ };
142
+ readonly media?: string | undefined;
143
+ }[];
144
+ readonly readonly?: string | undefined;
145
+ } | undefined;
146
+ readonly dataSource?: {
147
+ readonly data: string;
148
+ readonly total?: string | undefined;
149
+ readonly request?: string | undefined;
150
+ } | undefined;
151
151
  readonly bottomActions?: {
152
152
  readonly size: "default" | "sm" | "xs";
153
153
  readonly style?: string | undefined;
@@ -14,7 +14,6 @@ import {
14
14
  } from "../ui/command";
15
15
  import {
16
16
  AlertDialog,
17
- AlertDialogAction,
18
17
  AlertDialogCancel,
19
18
  AlertDialogContent,
20
19
  AlertDialogDescription,
@@ -140,14 +139,17 @@ function onCancel() {
140
139
  {{ t("history-confirm-body") }}
141
140
  </p>
142
141
  <AlertDialogFooter>
143
- <AlertDialogCancel @click="onCancel">
142
+ <AlertDialogCancel>
144
143
  <Icon icon="fluent:dismiss-20-regular" />
145
144
  {{ t("history-cancel") }}
146
145
  </AlertDialogCancel>
147
- <AlertDialogAction @click="onConfirm">
146
+ <Button
147
+ variant="primary"
148
+ @click="onConfirm"
149
+ >
148
150
  <Icon icon="fluent:checkmark-20-regular" />
149
151
  {{ t("history-confirm") }}
150
- </AlertDialogAction>
152
+ </Button>
151
153
  </AlertDialogFooter>
152
154
  </AlertDialogContent>
153
155
  </AlertDialog>
@@ -3,7 +3,6 @@ import { computed } from "vue";
3
3
  import { Icon } from "@iconify/vue";
4
4
  import {
5
5
  AlertDialog,
6
- AlertDialogAction,
7
6
  AlertDialogCancel,
8
7
  AlertDialogContent,
9
8
  AlertDialogDescription,
@@ -11,6 +10,7 @@ import {
11
10
  AlertDialogHeader,
12
11
  AlertDialogTitle
13
12
  } from "../ui/alert-dialog";
13
+ import { Button } from "../ui/button";
14
14
  import { pruneKindNoun } from "./utils/prune";
15
15
  defineOptions({ name: "ShwfedConfigPruneDialog" });
16
16
  const props = defineProps({
@@ -58,14 +58,25 @@ function onOpenChange(next) {
58
58
  </p>
59
59
  </div>
60
60
  <AlertDialogFooter>
61
- <AlertDialogCancel @click="emit('cancel')">
61
+ <!-- Closes itself, which `onOpenChange` reads as the 取消. -->
62
+ <AlertDialogCancel>
62
63
  <Icon icon="fluent:dismiss-20-regular" />
63
64
  取消
64
65
  </AlertDialogCancel>
65
- <AlertDialogAction @click="emit('confirm')">
66
+ <!-- A plain Button, NOT an AlertDialogAction: reka's action IS a
67
+ DialogClose, and its built-in close handler — bound in reka's own
68
+ template — runs BEFORE a `@click` we hang on it, which arrives as a
69
+ fallthrough attr and merges after. The close would reach
70
+ `onOpenChange` first and cancel the very save this button
71
+ authorizes. The dialog shuts anyway: the host drops `items` the
72
+ moment it takes the verdict. -->
73
+ <Button
74
+ variant="primary"
75
+ @click="emit('confirm')"
76
+ >
66
77
  <Icon icon="fluent:checkmark-20-regular" />
67
78
  删除并保存
68
- </AlertDialogAction>
79
+ </Button>
69
80
  </AlertDialogFooter>
70
81
  </AlertDialogContent>
71
82
  </AlertDialog>
@@ -205,7 +205,7 @@ export function useSlotClipboard(target) {
205
205
  if (p) placements[id] = p;
206
206
  }
207
207
  }
208
- if (!await writeClip("block", items, placements)) {
208
+ if (!await writeClip("block", { items, placements })) {
209
209
  toast.error("\u590D\u5236\u5931\u8D25");
210
210
  return;
211
211
  }
@@ -214,7 +214,7 @@ export function useSlotClipboard(target) {
214
214
  async function paste(anchor) {
215
215
  const payload = await readClip();
216
216
  if (!payload || payload.surface !== "block") return;
217
- const { items, placements } = reidFragment(payload.items, payload.placements);
217
+ const { items, placements } = reidFragment(payload);
218
218
  const pasted = items;
219
219
  if (pasted.length === 0) return;
220
220
  if (placements && Object.keys(placements).length > 0) {
@@ -199,7 +199,7 @@ async function copyFields(ids) {
199
199
  if (p) placements[id] = p;
200
200
  }
201
201
  }
202
- if (!await writeClip("form", items, placements)) {
202
+ if (!await writeClip("form", { items, placements })) {
203
203
  toast.error("\u590D\u5236\u5931\u8D25");
204
204
  return;
205
205
  }
@@ -208,7 +208,7 @@ async function copyFields(ids) {
208
208
  async function pasteFields(target) {
209
209
  const payload = await readClip();
210
210
  if (!payload || payload.surface !== "form") return;
211
- const { items, placements } = reidFragment(payload.items, payload.placements);
211
+ const { items, placements } = reidFragment(payload);
212
212
  const pasted = items;
213
213
  if (pasted.length === 0) return;
214
214
  const place = placements;
@@ -43,6 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
43
43
  readonly data: string;
44
44
  readonly request?: string | undefined;
45
45
  };
46
+ readonly enableSorting?: boolean | undefined;
46
47
  readonly nodeKey: string;
47
48
  readonly nodeChildren: string;
48
49
  readonly nodeLabel: readonly [{
@@ -52,7 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
52
53
  readonly locale: "en" | "ja" | "ko";
53
54
  readonly message: string;
54
55
  }[]];
55
- readonly enableSorting?: boolean | undefined;
56
56
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
57
57
  readonly nodeTooltip?: readonly [{
58
58
  readonly locale: "zh";
@@ -106,6 +106,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
106
106
  readonly data: string;
107
107
  readonly request?: string | undefined;
108
108
  };
109
+ readonly enableSorting?: boolean | undefined;
109
110
  readonly nodeKey: string;
110
111
  readonly nodeChildren: string;
111
112
  readonly nodeLabel: readonly [{
@@ -115,7 +116,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
115
116
  readonly locale: "en" | "ja" | "ko";
116
117
  readonly message: string;
117
118
  }[]];
118
- readonly enableSorting?: boolean | undefined;
119
119
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
120
120
  readonly nodeTooltip?: readonly [{
121
121
  readonly locale: "zh";
@@ -43,6 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
43
43
  readonly data: string;
44
44
  readonly request?: string | undefined;
45
45
  };
46
+ readonly enableSorting?: boolean | undefined;
46
47
  readonly nodeKey: string;
47
48
  readonly nodeChildren: string;
48
49
  readonly nodeLabel: readonly [{
@@ -52,7 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
52
53
  readonly locale: "en" | "ja" | "ko";
53
54
  readonly message: string;
54
55
  }[]];
55
- readonly enableSorting?: boolean | undefined;
56
56
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
57
57
  readonly nodeTooltip?: readonly [{
58
58
  readonly locale: "zh";
@@ -106,6 +106,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
106
106
  readonly data: string;
107
107
  readonly request?: string | undefined;
108
108
  };
109
+ readonly enableSorting?: boolean | undefined;
109
110
  readonly nodeKey: string;
110
111
  readonly nodeChildren: string;
111
112
  readonly nodeLabel: readonly [{
@@ -115,7 +116,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
115
116
  readonly locale: "en" | "ja" | "ko";
116
117
  readonly message: string;
117
118
  }[]];
118
- readonly enableSorting?: boolean | undefined;
119
119
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
120
120
  readonly nodeTooltip?: readonly [{
121
121
  readonly locale: "zh";
@@ -43,6 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
43
43
  readonly data: string;
44
44
  readonly request?: string | undefined;
45
45
  };
46
+ readonly enableSorting?: boolean | undefined;
46
47
  readonly nodeKey: string;
47
48
  readonly nodeChildren: string;
48
49
  readonly nodeLabel: readonly [{
@@ -52,7 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
52
53
  readonly locale: "en" | "ja" | "ko";
53
54
  readonly message: string;
54
55
  }[]];
55
- readonly enableSorting?: boolean | undefined;
56
56
  readonly nodeTooltip?: readonly [{
57
57
  readonly locale: "zh";
58
58
  readonly message: string;
@@ -105,6 +105,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
105
105
  readonly data: string;
106
106
  readonly request?: string | undefined;
107
107
  };
108
+ readonly enableSorting?: boolean | undefined;
108
109
  readonly nodeKey: string;
109
110
  readonly nodeChildren: string;
110
111
  readonly nodeLabel: readonly [{
@@ -114,7 +115,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
114
115
  readonly locale: "en" | "ja" | "ko";
115
116
  readonly message: string;
116
117
  }[]];
117
- readonly enableSorting?: boolean | undefined;
118
118
  readonly nodeTooltip?: readonly [{
119
119
  readonly locale: "zh";
120
120
  readonly message: string;
@@ -43,6 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
43
43
  readonly data: string;
44
44
  readonly request?: string | undefined;
45
45
  };
46
+ readonly enableSorting?: boolean | undefined;
46
47
  readonly nodeKey: string;
47
48
  readonly nodeChildren: string;
48
49
  readonly nodeLabel: readonly [{
@@ -52,7 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
52
53
  readonly locale: "en" | "ja" | "ko";
53
54
  readonly message: string;
54
55
  }[]];
55
- readonly enableSorting?: boolean | undefined;
56
56
  readonly nodeTooltip?: readonly [{
57
57
  readonly locale: "zh";
58
58
  readonly message: string;
@@ -105,6 +105,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
105
105
  readonly data: string;
106
106
  readonly request?: string | undefined;
107
107
  };
108
+ readonly enableSorting?: boolean | undefined;
108
109
  readonly nodeKey: string;
109
110
  readonly nodeChildren: string;
110
111
  readonly nodeLabel: readonly [{
@@ -114,7 +115,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
114
115
  readonly locale: "en" | "ja" | "ko";
115
116
  readonly message: string;
116
117
  }[]];
117
- readonly enableSorting?: boolean | undefined;
118
118
  readonly nodeTooltip?: readonly [{
119
119
  readonly locale: "zh";
120
120
  readonly message: string;
@@ -44,6 +44,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
44
  readonly data: string;
45
45
  readonly request?: string | undefined;
46
46
  };
47
+ readonly enableSorting?: boolean | undefined;
47
48
  readonly nodeKey: string;
48
49
  readonly nodeChildren: string;
49
50
  readonly nodeLabel: readonly [{
@@ -53,7 +54,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
54
  readonly locale: "en" | "ja" | "ko";
54
55
  readonly message: string;
55
56
  }[]];
56
- readonly enableSorting?: boolean | undefined;
57
57
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
58
58
  readonly nodeTooltip?: readonly [{
59
59
  readonly locale: "zh";
@@ -108,6 +108,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly data: string;
109
109
  readonly request?: string | undefined;
110
110
  };
111
+ readonly enableSorting?: boolean | undefined;
111
112
  readonly nodeKey: string;
112
113
  readonly nodeChildren: string;
113
114
  readonly nodeLabel: readonly [{
@@ -117,7 +118,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
117
118
  readonly locale: "en" | "ja" | "ko";
118
119
  readonly message: string;
119
120
  }[]];
120
- readonly enableSorting?: boolean | undefined;
121
121
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
122
122
  readonly nodeTooltip?: readonly [{
123
123
  readonly locale: "zh";
@@ -44,6 +44,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
44
  readonly data: string;
45
45
  readonly request?: string | undefined;
46
46
  };
47
+ readonly enableSorting?: boolean | undefined;
47
48
  readonly nodeKey: string;
48
49
  readonly nodeChildren: string;
49
50
  readonly nodeLabel: readonly [{
@@ -53,7 +54,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
54
  readonly locale: "en" | "ja" | "ko";
54
55
  readonly message: string;
55
56
  }[]];
56
- readonly enableSorting?: boolean | undefined;
57
57
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
58
58
  readonly nodeTooltip?: readonly [{
59
59
  readonly locale: "zh";
@@ -108,6 +108,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly data: string;
109
109
  readonly request?: string | undefined;
110
110
  };
111
+ readonly enableSorting?: boolean | undefined;
111
112
  readonly nodeKey: string;
112
113
  readonly nodeChildren: string;
113
114
  readonly nodeLabel: readonly [{
@@ -117,7 +118,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
117
118
  readonly locale: "en" | "ja" | "ko";
118
119
  readonly message: string;
119
120
  }[]];
120
- readonly enableSorting?: boolean | undefined;
121
121
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
122
122
  readonly nodeTooltip?: readonly [{
123
123
  readonly locale: "zh";
@@ -44,6 +44,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
44
  readonly data: string;
45
45
  readonly request?: string | undefined;
46
46
  };
47
+ readonly enableSorting?: boolean | undefined;
47
48
  readonly nodeKey: string;
48
49
  readonly nodeChildren: string;
49
50
  readonly nodeLabel: readonly [{
@@ -53,7 +54,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
54
  readonly locale: "en" | "ja" | "ko";
54
55
  readonly message: string;
55
56
  }[]];
56
- readonly enableSorting?: boolean | undefined;
57
57
  readonly nodeTooltip?: readonly [{
58
58
  readonly locale: "zh";
59
59
  readonly message: string;
@@ -107,6 +107,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
107
107
  readonly data: string;
108
108
  readonly request?: string | undefined;
109
109
  };
110
+ readonly enableSorting?: boolean | undefined;
110
111
  readonly nodeKey: string;
111
112
  readonly nodeChildren: string;
112
113
  readonly nodeLabel: readonly [{
@@ -116,7 +117,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
116
117
  readonly locale: "en" | "ja" | "ko";
117
118
  readonly message: string;
118
119
  }[]];
119
- readonly enableSorting?: boolean | undefined;
120
120
  readonly nodeTooltip?: readonly [{
121
121
  readonly locale: "zh";
122
122
  readonly message: string;
@@ -44,6 +44,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
44
  readonly data: string;
45
45
  readonly request?: string | undefined;
46
46
  };
47
+ readonly enableSorting?: boolean | undefined;
47
48
  readonly nodeKey: string;
48
49
  readonly nodeChildren: string;
49
50
  readonly nodeLabel: readonly [{
@@ -53,7 +54,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
54
  readonly locale: "en" | "ja" | "ko";
54
55
  readonly message: string;
55
56
  }[]];
56
- readonly enableSorting?: boolean | undefined;
57
57
  readonly nodeTooltip?: readonly [{
58
58
  readonly locale: "zh";
59
59
  readonly message: string;
@@ -107,6 +107,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
107
107
  readonly data: string;
108
108
  readonly request?: string | undefined;
109
109
  };
110
+ readonly enableSorting?: boolean | undefined;
110
111
  readonly nodeKey: string;
111
112
  readonly nodeChildren: string;
112
113
  readonly nodeLabel: readonly [{
@@ -116,7 +117,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
116
117
  readonly locale: "en" | "ja" | "ko";
117
118
  readonly message: string;
118
119
  }[]];
119
- readonly enableSorting?: boolean | undefined;
120
120
  readonly nodeTooltip?: readonly [{
121
121
  readonly locale: "zh";
122
122
  readonly message: string;
@@ -45,10 +45,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
45
45
  readonly data: string;
46
46
  readonly request?: string | undefined;
47
47
  };
48
+ readonly enableSorting?: boolean | undefined;
48
49
  readonly nodeKey: string;
49
50
  readonly nodeChildren: string;
50
51
  readonly nodeLabel: string;
51
- readonly enableSorting?: boolean | undefined;
52
52
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
53
53
  readonly nodeTooltip?: readonly [{
54
54
  readonly locale: "zh";
@@ -104,10 +104,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
104
104
  readonly data: string;
105
105
  readonly request?: string | undefined;
106
106
  };
107
+ readonly enableSorting?: boolean | undefined;
107
108
  readonly nodeKey: string;
108
109
  readonly nodeChildren: string;
109
110
  readonly nodeLabel: string;
110
- readonly enableSorting?: boolean | undefined;
111
111
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
112
112
  readonly nodeTooltip?: readonly [{
113
113
  readonly locale: "zh";
@@ -45,10 +45,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
45
45
  readonly data: string;
46
46
  readonly request?: string | undefined;
47
47
  };
48
+ readonly enableSorting?: boolean | undefined;
48
49
  readonly nodeKey: string;
49
50
  readonly nodeChildren: string;
50
51
  readonly nodeLabel: string;
51
- readonly enableSorting?: boolean | undefined;
52
52
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
53
53
  readonly nodeTooltip?: readonly [{
54
54
  readonly locale: "zh";
@@ -104,10 +104,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
104
104
  readonly data: string;
105
105
  readonly request?: string | undefined;
106
106
  };
107
+ readonly enableSorting?: boolean | undefined;
107
108
  readonly nodeKey: string;
108
109
  readonly nodeChildren: string;
109
110
  readonly nodeLabel: string;
110
- readonly enableSorting?: boolean | undefined;
111
111
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
112
112
  readonly nodeTooltip?: readonly [{
113
113
  readonly locale: "zh";