@shwfed/config 2.12.14 → 2.12.15

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 (50) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +68 -68
  3. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +68 -68
  4. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +68 -68
  5. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +68 -68
  6. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +34 -34
  7. package/dist/runtime/components/config/use-editor.js +7 -0
  8. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/config.d.vue.ts +2 -2
  9. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/config.vue.d.ts +2 -2
  10. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +18 -18
  11. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +18 -18
  12. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +18 -18
  13. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +18 -18
  14. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +18 -18
  15. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +18 -18
  16. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +18 -18
  17. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +18 -18
  18. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +18 -18
  19. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +18 -18
  20. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +18 -18
  21. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +18 -18
  22. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +18 -18
  23. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +18 -18
  24. package/dist/runtime/components/sidebar/use-editor.js +7 -0
  25. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
  26. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
  27. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  28. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  29. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
  30. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
  31. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  32. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  33. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
  34. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
  35. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  36. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  37. package/dist/runtime/components/table/config.vue +10 -4
  38. package/dist/runtime/components/table/index.vue +6 -1
  39. package/dist/runtime/components/table/schema.d.ts +68 -68
  40. package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue +21 -3
  41. package/dist/runtime/components/ui/expression-editor/index.d.ts +1 -0
  42. package/dist/runtime/components/ui/expression-editor/index.js +5 -0
  43. package/dist/runtime/components/ui/expression-editor/validity.d.ts +12 -0
  44. package/dist/runtime/components/ui/expression-editor/validity.js +27 -0
  45. package/dist/runtime/utils/cel-context.d.ts +15 -0
  46. package/dist/runtime/utils/cel-context.js +18 -1
  47. package/dist/runtime/vendor/cel-js/CLAUDE.md +1 -1
  48. package/dist/runtime/vendor/cel-js/PROMPT.md +15 -0
  49. package/dist/runtime/vendor/cel-js/lib/functions.js +28 -0
  50. package/package.json +1 -1
@@ -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;
@@ -6,6 +6,7 @@ import { readClip, reidFragment, writeClip } from "../../share/clipboard.js";
6
6
  import { PageConfig } from "./schema.js";
7
7
  import { BLOCKS, findBlock } from "./utils/resolve.js";
8
8
  import { formatValidationError } from "./utils/validation-error.js";
9
+ import { createExpressionValidityRegistry, provideExpressionValidity } from "../ui/expression-editor/index.js";
9
10
  function deepClone(value) {
10
11
  return JSON.parse(JSON.stringify(value));
11
12
  }
@@ -373,10 +374,16 @@ export function useConfigEditor(model, options = {}) {
373
374
  pushBlock(blockId);
374
375
  }
375
376
  const validationError = ref(null);
377
+ const validityRegistry = createExpressionValidityRegistry();
378
+ provideExpressionValidity(validityRegistry);
376
379
  function confirm() {
377
380
  const schema = PageConfig(configure);
378
381
  try {
379
382
  const decoded = Schema.decodeUnknownSync(schema)(draft.value);
383
+ if (!validityRegistry.allValid()) {
384
+ validationError.value = "\u5B58\u5728\u65E0\u6548\u7684\u8DE8\u5C42\u4F5C\u7528\u57DF\u5F15\u7528\uFF0C\u8BF7\u4FEE\u6B63\u6807\u7EA2\u7684\u8868\u8FBE\u5F0F\u540E\u518D\u4FDD\u5B58";
385
+ return;
386
+ }
380
387
  validationError.value = null;
381
388
  model.value = decoded;
382
389
  baseline.value = deepClone(decoded);
@@ -39,7 +39,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly mode: "formula" | "prefill";
40
40
  readonly expression: string;
41
41
  } | undefined;
42
- readonly maxLength?: number | undefined;
43
42
  readonly validations?: readonly {
44
43
  readonly message: readonly [{
45
44
  readonly locale: "zh";
@@ -51,6 +50,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
50
  readonly warning?: boolean | undefined;
52
51
  readonly when: string;
53
52
  }[] | undefined;
53
+ readonly maxLength?: number | undefined;
54
54
  }) => any;
55
55
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
56
56
  "onUpdate:modelValue"?: ((value: {
@@ -89,7 +89,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
89
89
  readonly mode: "formula" | "prefill";
90
90
  readonly expression: string;
91
91
  } | undefined;
92
- readonly maxLength?: number | undefined;
93
92
  readonly validations?: readonly {
94
93
  readonly message: readonly [{
95
94
  readonly locale: "zh";
@@ -101,6 +100,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
101
100
  readonly warning?: boolean | undefined;
102
101
  readonly when: string;
103
102
  }[] | undefined;
103
+ readonly maxLength?: number | undefined;
104
104
  }) => any) | undefined;
105
105
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
106
106
  declare const _default: typeof __VLS_export;
@@ -39,7 +39,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly mode: "formula" | "prefill";
40
40
  readonly expression: string;
41
41
  } | undefined;
42
- readonly maxLength?: number | undefined;
43
42
  readonly validations?: readonly {
44
43
  readonly message: readonly [{
45
44
  readonly locale: "zh";
@@ -51,6 +50,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
50
  readonly warning?: boolean | undefined;
52
51
  readonly when: string;
53
52
  }[] | undefined;
53
+ readonly maxLength?: number | undefined;
54
54
  }) => any;
55
55
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
56
56
  "onUpdate:modelValue"?: ((value: {
@@ -89,7 +89,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
89
89
  readonly mode: "formula" | "prefill";
90
90
  readonly expression: string;
91
91
  } | undefined;
92
- readonly maxLength?: number | undefined;
93
92
  readonly validations?: readonly {
94
93
  readonly message: readonly [{
95
94
  readonly locale: "zh";
@@ -101,6 +100,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
101
100
  readonly warning?: boolean | undefined;
102
101
  readonly when: string;
103
102
  }[] | undefined;
103
+ readonly maxLength?: number | undefined;
104
104
  }) => any) | undefined;
105
105
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
106
106
  declare const _default: typeof __VLS_export;
@@ -56,15 +56,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
56
  readonly message: string;
57
57
  }[]];
58
58
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
59
- readonly nodeTooltip?: readonly [{
60
- readonly locale: "zh";
61
- readonly message: string;
62
- }, ...{
63
- readonly locale: "en" | "ja" | "ko";
64
- readonly message: string;
65
- }[]] | undefined;
66
- readonly nodeSelectable?: string | undefined;
67
- readonly expandAll: boolean;
68
59
  readonly validations?: readonly {
69
60
  readonly message: readonly [{
70
61
  readonly locale: "zh";
@@ -76,6 +67,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
76
67
  readonly warning?: boolean | undefined;
77
68
  readonly when: string;
78
69
  }[] | undefined;
70
+ readonly nodeTooltip?: readonly [{
71
+ readonly locale: "zh";
72
+ readonly message: string;
73
+ }, ...{
74
+ readonly locale: "en" | "ja" | "ko";
75
+ readonly message: string;
76
+ }[]] | undefined;
77
+ readonly nodeSelectable?: string | undefined;
78
+ readonly expandAll: boolean;
79
79
  }) => any;
80
80
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
81
81
  "onUpdate:modelValue"?: ((value: {
@@ -131,15 +131,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
131
131
  readonly message: string;
132
132
  }[]];
133
133
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
134
- readonly nodeTooltip?: readonly [{
135
- readonly locale: "zh";
136
- readonly message: string;
137
- }, ...{
138
- readonly locale: "en" | "ja" | "ko";
139
- readonly message: string;
140
- }[]] | undefined;
141
- readonly nodeSelectable?: string | undefined;
142
- readonly expandAll: boolean;
143
134
  readonly validations?: readonly {
144
135
  readonly message: readonly [{
145
136
  readonly locale: "zh";
@@ -151,6 +142,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
151
142
  readonly warning?: boolean | undefined;
152
143
  readonly when: string;
153
144
  }[] | undefined;
145
+ readonly nodeTooltip?: readonly [{
146
+ readonly locale: "zh";
147
+ readonly message: string;
148
+ }, ...{
149
+ readonly locale: "en" | "ja" | "ko";
150
+ readonly message: string;
151
+ }[]] | undefined;
152
+ readonly nodeSelectable?: string | undefined;
153
+ readonly expandAll: boolean;
154
154
  }) => any) | undefined;
155
155
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
156
156
  declare const _default: typeof __VLS_export;
@@ -56,15 +56,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
56
  readonly message: string;
57
57
  }[]];
58
58
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
59
- readonly nodeTooltip?: readonly [{
60
- readonly locale: "zh";
61
- readonly message: string;
62
- }, ...{
63
- readonly locale: "en" | "ja" | "ko";
64
- readonly message: string;
65
- }[]] | undefined;
66
- readonly nodeSelectable?: string | undefined;
67
- readonly expandAll: boolean;
68
59
  readonly validations?: readonly {
69
60
  readonly message: readonly [{
70
61
  readonly locale: "zh";
@@ -76,6 +67,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
76
67
  readonly warning?: boolean | undefined;
77
68
  readonly when: string;
78
69
  }[] | undefined;
70
+ readonly nodeTooltip?: readonly [{
71
+ readonly locale: "zh";
72
+ readonly message: string;
73
+ }, ...{
74
+ readonly locale: "en" | "ja" | "ko";
75
+ readonly message: string;
76
+ }[]] | undefined;
77
+ readonly nodeSelectable?: string | undefined;
78
+ readonly expandAll: boolean;
79
79
  }) => any;
80
80
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
81
81
  "onUpdate:modelValue"?: ((value: {
@@ -131,15 +131,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
131
131
  readonly message: string;
132
132
  }[]];
133
133
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
134
- readonly nodeTooltip?: readonly [{
135
- readonly locale: "zh";
136
- readonly message: string;
137
- }, ...{
138
- readonly locale: "en" | "ja" | "ko";
139
- readonly message: string;
140
- }[]] | undefined;
141
- readonly nodeSelectable?: string | undefined;
142
- readonly expandAll: boolean;
143
134
  readonly validations?: readonly {
144
135
  readonly message: readonly [{
145
136
  readonly locale: "zh";
@@ -151,6 +142,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
151
142
  readonly warning?: boolean | undefined;
152
143
  readonly when: string;
153
144
  }[] | undefined;
145
+ readonly nodeTooltip?: readonly [{
146
+ readonly locale: "zh";
147
+ readonly message: string;
148
+ }, ...{
149
+ readonly locale: "en" | "ja" | "ko";
150
+ readonly message: string;
151
+ }[]] | undefined;
152
+ readonly nodeSelectable?: string | undefined;
153
+ readonly expandAll: boolean;
154
154
  }) => any) | undefined;
155
155
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
156
156
  declare const _default: typeof __VLS_export;
@@ -53,15 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly message: string;
54
54
  }[]];
55
55
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
56
- readonly nodeTooltip?: readonly [{
57
- readonly locale: "zh";
58
- readonly message: string;
59
- }, ...{
60
- readonly locale: "en" | "ja" | "ko";
61
- readonly message: string;
62
- }[]] | undefined;
63
- readonly nodeSelectable?: string | undefined;
64
- readonly expandAll: boolean;
65
56
  readonly validations?: readonly {
66
57
  readonly message: readonly [{
67
58
  readonly locale: "zh";
@@ -73,6 +64,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
64
  readonly warning?: boolean | undefined;
74
65
  readonly when: string;
75
66
  }[] | undefined;
67
+ readonly nodeTooltip?: readonly [{
68
+ readonly locale: "zh";
69
+ readonly message: string;
70
+ }, ...{
71
+ readonly locale: "en" | "ja" | "ko";
72
+ readonly message: string;
73
+ }[]] | undefined;
74
+ readonly nodeSelectable?: string | undefined;
75
+ readonly expandAll: boolean;
76
76
  }) => any;
77
77
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
78
78
  "onUpdate:modelValue"?: ((value: {
@@ -125,15 +125,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
125
125
  readonly message: string;
126
126
  }[]];
127
127
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
128
- readonly nodeTooltip?: readonly [{
129
- readonly locale: "zh";
130
- readonly message: string;
131
- }, ...{
132
- readonly locale: "en" | "ja" | "ko";
133
- readonly message: string;
134
- }[]] | undefined;
135
- readonly nodeSelectable?: string | undefined;
136
- readonly expandAll: boolean;
137
128
  readonly validations?: readonly {
138
129
  readonly message: readonly [{
139
130
  readonly locale: "zh";
@@ -145,6 +136,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
145
136
  readonly warning?: boolean | undefined;
146
137
  readonly when: string;
147
138
  }[] | undefined;
139
+ readonly nodeTooltip?: readonly [{
140
+ readonly locale: "zh";
141
+ readonly message: string;
142
+ }, ...{
143
+ readonly locale: "en" | "ja" | "ko";
144
+ readonly message: string;
145
+ }[]] | undefined;
146
+ readonly nodeSelectable?: string | undefined;
147
+ readonly expandAll: boolean;
148
148
  }) => any) | undefined;
149
149
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
150
150
  declare const _default: typeof __VLS_export;
@@ -53,15 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly message: string;
54
54
  }[]];
55
55
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
56
- readonly nodeTooltip?: readonly [{
57
- readonly locale: "zh";
58
- readonly message: string;
59
- }, ...{
60
- readonly locale: "en" | "ja" | "ko";
61
- readonly message: string;
62
- }[]] | undefined;
63
- readonly nodeSelectable?: string | undefined;
64
- readonly expandAll: boolean;
65
56
  readonly validations?: readonly {
66
57
  readonly message: readonly [{
67
58
  readonly locale: "zh";
@@ -73,6 +64,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
64
  readonly warning?: boolean | undefined;
74
65
  readonly when: string;
75
66
  }[] | undefined;
67
+ readonly nodeTooltip?: readonly [{
68
+ readonly locale: "zh";
69
+ readonly message: string;
70
+ }, ...{
71
+ readonly locale: "en" | "ja" | "ko";
72
+ readonly message: string;
73
+ }[]] | undefined;
74
+ readonly nodeSelectable?: string | undefined;
75
+ readonly expandAll: boolean;
76
76
  }) => any;
77
77
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
78
78
  "onUpdate:modelValue"?: ((value: {
@@ -125,15 +125,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
125
125
  readonly message: string;
126
126
  }[]];
127
127
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
128
- readonly nodeTooltip?: readonly [{
129
- readonly locale: "zh";
130
- readonly message: string;
131
- }, ...{
132
- readonly locale: "en" | "ja" | "ko";
133
- readonly message: string;
134
- }[]] | undefined;
135
- readonly nodeSelectable?: string | undefined;
136
- readonly expandAll: boolean;
137
128
  readonly validations?: readonly {
138
129
  readonly message: readonly [{
139
130
  readonly locale: "zh";
@@ -145,6 +136,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
145
136
  readonly warning?: boolean | undefined;
146
137
  readonly when: string;
147
138
  }[] | undefined;
139
+ readonly nodeTooltip?: readonly [{
140
+ readonly locale: "zh";
141
+ readonly message: string;
142
+ }, ...{
143
+ readonly locale: "en" | "ja" | "ko";
144
+ readonly message: string;
145
+ }[]] | undefined;
146
+ readonly nodeSelectable?: string | undefined;
147
+ readonly expandAll: boolean;
148
148
  }) => any) | undefined;
149
149
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
150
150
  declare const _default: typeof __VLS_export;
@@ -52,15 +52,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
52
52
  readonly locale: "en" | "ja" | "ko";
53
53
  readonly message: string;
54
54
  }[]];
55
- readonly nodeTooltip?: readonly [{
56
- readonly locale: "zh";
57
- readonly message: string;
58
- }, ...{
59
- readonly locale: "en" | "ja" | "ko";
60
- readonly message: string;
61
- }[]] | undefined;
62
- readonly nodeSelectable?: string | undefined;
63
- readonly expandAll: boolean;
64
55
  readonly validations?: readonly {
65
56
  readonly message: readonly [{
66
57
  readonly locale: "zh";
@@ -72,6 +63,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
72
63
  readonly warning?: boolean | undefined;
73
64
  readonly when: string;
74
65
  }[] | undefined;
66
+ readonly nodeTooltip?: readonly [{
67
+ readonly locale: "zh";
68
+ readonly message: string;
69
+ }, ...{
70
+ readonly locale: "en" | "ja" | "ko";
71
+ readonly message: string;
72
+ }[]] | undefined;
73
+ readonly nodeSelectable?: string | undefined;
74
+ readonly expandAll: boolean;
75
75
  }) => any;
76
76
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
77
77
  "onUpdate:modelValue"?: ((value: {
@@ -123,15 +123,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
123
123
  readonly locale: "en" | "ja" | "ko";
124
124
  readonly message: string;
125
125
  }[]];
126
- readonly nodeTooltip?: readonly [{
127
- readonly locale: "zh";
128
- readonly message: string;
129
- }, ...{
130
- readonly locale: "en" | "ja" | "ko";
131
- readonly message: string;
132
- }[]] | undefined;
133
- readonly nodeSelectable?: string | undefined;
134
- readonly expandAll: boolean;
135
126
  readonly validations?: readonly {
136
127
  readonly message: readonly [{
137
128
  readonly locale: "zh";
@@ -143,6 +134,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
143
134
  readonly warning?: boolean | undefined;
144
135
  readonly when: string;
145
136
  }[] | undefined;
137
+ readonly nodeTooltip?: readonly [{
138
+ readonly locale: "zh";
139
+ readonly message: string;
140
+ }, ...{
141
+ readonly locale: "en" | "ja" | "ko";
142
+ readonly message: string;
143
+ }[]] | undefined;
144
+ readonly nodeSelectable?: string | undefined;
145
+ readonly expandAll: boolean;
146
146
  }) => any) | undefined;
147
147
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
148
148
  declare const _default: typeof __VLS_export;
@@ -52,15 +52,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
52
52
  readonly locale: "en" | "ja" | "ko";
53
53
  readonly message: string;
54
54
  }[]];
55
- readonly nodeTooltip?: readonly [{
56
- readonly locale: "zh";
57
- readonly message: string;
58
- }, ...{
59
- readonly locale: "en" | "ja" | "ko";
60
- readonly message: string;
61
- }[]] | undefined;
62
- readonly nodeSelectable?: string | undefined;
63
- readonly expandAll: boolean;
64
55
  readonly validations?: readonly {
65
56
  readonly message: readonly [{
66
57
  readonly locale: "zh";
@@ -72,6 +63,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
72
63
  readonly warning?: boolean | undefined;
73
64
  readonly when: string;
74
65
  }[] | undefined;
66
+ readonly nodeTooltip?: readonly [{
67
+ readonly locale: "zh";
68
+ readonly message: string;
69
+ }, ...{
70
+ readonly locale: "en" | "ja" | "ko";
71
+ readonly message: string;
72
+ }[]] | undefined;
73
+ readonly nodeSelectable?: string | undefined;
74
+ readonly expandAll: boolean;
75
75
  }) => any;
76
76
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
77
77
  "onUpdate:modelValue"?: ((value: {
@@ -123,15 +123,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
123
123
  readonly locale: "en" | "ja" | "ko";
124
124
  readonly message: string;
125
125
  }[]];
126
- readonly nodeTooltip?: readonly [{
127
- readonly locale: "zh";
128
- readonly message: string;
129
- }, ...{
130
- readonly locale: "en" | "ja" | "ko";
131
- readonly message: string;
132
- }[]] | undefined;
133
- readonly nodeSelectable?: string | undefined;
134
- readonly expandAll: boolean;
135
126
  readonly validations?: readonly {
136
127
  readonly message: readonly [{
137
128
  readonly locale: "zh";
@@ -143,6 +134,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
143
134
  readonly warning?: boolean | undefined;
144
135
  readonly when: string;
145
136
  }[] | undefined;
137
+ readonly nodeTooltip?: readonly [{
138
+ readonly locale: "zh";
139
+ readonly message: string;
140
+ }, ...{
141
+ readonly locale: "en" | "ja" | "ko";
142
+ readonly message: string;
143
+ }[]] | undefined;
144
+ readonly nodeSelectable?: string | undefined;
145
+ readonly expandAll: boolean;
146
146
  }) => any) | undefined;
147
147
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
148
148
  declare const _default: typeof __VLS_export;
@@ -54,15 +54,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
54
54
  readonly message: string;
55
55
  }[]];
56
56
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
57
- readonly nodeTooltip?: readonly [{
58
- readonly locale: "zh";
59
- readonly message: string;
60
- }, ...{
61
- readonly locale: "en" | "ja" | "ko";
62
- readonly message: string;
63
- }[]] | undefined;
64
- readonly nodeSelectable?: string | undefined;
65
- readonly expandAll: boolean;
66
57
  readonly validations?: readonly {
67
58
  readonly message: readonly [{
68
59
  readonly locale: "zh";
@@ -74,6 +65,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
74
65
  readonly warning?: boolean | undefined;
75
66
  readonly when: string;
76
67
  }[] | undefined;
68
+ readonly nodeTooltip?: readonly [{
69
+ readonly locale: "zh";
70
+ readonly message: string;
71
+ }, ...{
72
+ readonly locale: "en" | "ja" | "ko";
73
+ readonly message: string;
74
+ }[]] | undefined;
75
+ readonly nodeSelectable?: string | undefined;
76
+ readonly expandAll: boolean;
77
77
  }) => any;
78
78
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
79
79
  "onUpdate:modelValue"?: ((value: {
@@ -127,15 +127,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
127
127
  readonly message: string;
128
128
  }[]];
129
129
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
130
- readonly nodeTooltip?: readonly [{
131
- readonly locale: "zh";
132
- readonly message: string;
133
- }, ...{
134
- readonly locale: "en" | "ja" | "ko";
135
- readonly message: string;
136
- }[]] | undefined;
137
- readonly nodeSelectable?: string | undefined;
138
- readonly expandAll: boolean;
139
130
  readonly validations?: readonly {
140
131
  readonly message: readonly [{
141
132
  readonly locale: "zh";
@@ -147,6 +138,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
147
138
  readonly warning?: boolean | undefined;
148
139
  readonly when: string;
149
140
  }[] | undefined;
141
+ readonly nodeTooltip?: readonly [{
142
+ readonly locale: "zh";
143
+ readonly message: string;
144
+ }, ...{
145
+ readonly locale: "en" | "ja" | "ko";
146
+ readonly message: string;
147
+ }[]] | undefined;
148
+ readonly nodeSelectable?: string | undefined;
149
+ readonly expandAll: boolean;
150
150
  }) => any) | undefined;
151
151
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
152
152
  declare const _default: typeof __VLS_export;