@shwfed/config 2.12.0 → 2.12.2
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/module.json +1 -1
- package/dist/module.mjs +10 -0
- package/dist/runtime/components/form/config.vue +17 -6
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.d.vue.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue.d.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +2 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/row.vue +8 -1
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +2 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +2 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +2 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +2 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +22 -22
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +22 -22
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/config.d.vue.ts +32 -32
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/config.vue.d.ts +32 -32
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/runtime.vue +9 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/config.d.vue.ts +32 -32
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/config.vue.d.ts +32 -32
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/runtime.vue +9 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/runtime.vue +19 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +22 -22
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +22 -22
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/runtime.vue +19 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/runtime.vue +20 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +22 -22
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +22 -22
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/runtime.vue +20 -1
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/config.d.vue.ts +32 -32
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/config.vue.d.ts +32 -32
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/runtime.vue +9 -1
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/config.d.vue.ts +32 -32
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/config.vue.d.ts +32 -32
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/runtime.vue +9 -1
- package/dist/runtime/components/form/index.vue +6 -3
- package/dist/runtime/components/form/utils/ai-field-tools.d.ts +11 -0
- package/dist/runtime/components/form/utils/ai-field-tools.js +282 -0
- package/dist/runtime/components/form/utils/form-vars.js +2 -1
- package/dist/runtime/components/form/utils/resolve.d.ts +15 -0
- package/dist/runtime/components/form/utils/resolve.js +13 -0
- package/dist/runtime/components/head.d.vue.ts +13 -0
- package/dist/runtime/components/head.vue +69 -0
- package/dist/runtime/components/head.vue.d.ts +13 -0
- package/dist/runtime/components/sidebar/config.d.vue.ts +7 -0
- package/dist/runtime/components/sidebar/config.vue +302 -0
- package/dist/runtime/components/sidebar/config.vue.d.ts +7 -0
- package/dist/runtime/components/sidebar/favorites.d.ts +18 -0
- package/dist/runtime/components/sidebar/favorites.js +20 -0
- package/dist/runtime/components/sidebar/footer.d.vue.ts +11 -0
- package/dist/runtime/components/sidebar/footer.vue +49 -0
- package/dist/runtime/components/sidebar/footer.vue.d.ts +11 -0
- package/dist/runtime/components/sidebar/index.d.vue.ts +50 -0
- package/dist/runtime/components/sidebar/index.vue +100 -0
- package/dist/runtime/components/sidebar/index.vue.d.ts +50 -0
- package/dist/runtime/components/sidebar/node.d.vue.ts +9 -0
- package/dist/runtime/components/sidebar/node.vue +102 -0
- package/dist/runtime/components/sidebar/node.vue.d.ts +9 -0
- package/dist/runtime/components/sidebar/schema.d.ts +72 -0
- package/dist/runtime/components/sidebar/schema.js +84 -0
- package/dist/runtime/components/sidebar/tree.d.vue.ts +10 -0
- package/dist/runtime/components/sidebar/tree.vue +260 -0
- package/dist/runtime/components/sidebar/tree.vue.d.ts +10 -0
- package/dist/runtime/components/sidebar/types.d.ts +19 -0
- package/dist/runtime/components/sidebar/types.js +0 -0
- package/dist/runtime/components/sidebar/use-editor.d.ts +18 -0
- package/dist/runtime/components/sidebar/use-editor.js +43 -0
- package/dist/runtime/components/table/ai-generate.system.md +6 -0
- package/dist/runtime/components/table/ai-generate.vue +18 -17
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.d.vue.ts +36 -36
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue.d.ts +36 -36
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +42 -42
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +42 -42
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.d.vue.ts +36 -36
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue.d.ts +36 -36
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +42 -42
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +42 -42
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +28 -28
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +28 -28
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +28 -28
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +28 -28
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -4
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.d.vue.ts +28 -28
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue.d.ts +28 -28
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.d.vue.ts +28 -28
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue.d.ts +28 -28
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -4
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -4
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/config.vue +33 -0
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/runtime.vue +5 -0
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.js +6 -1
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/config.vue +33 -0
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/runtime.vue +5 -0
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.js +6 -1
- package/dist/runtime/components/table/utils/ai-tools.js +50 -1
- package/dist/runtime/components/table/utils/shared.d.ts +1 -0
- package/dist/runtime/components/table/utils/shared.js +10 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +1 -1
- package/dist/runtime/components/ui/chat/ChatPrompt.d.vue.ts +11 -1
- package/dist/runtime/components/ui/chat/ChatPrompt.vue +10 -0
- package/dist/runtime/components/ui/chat/ChatPrompt.vue.d.ts +11 -1
- package/dist/runtime/components/ui/expression-editor/CodeMirrorInput.d.vue.ts +1 -0
- package/dist/runtime/components/ui/expression-editor/CodeMirrorInput.vue +8 -0
- package/dist/runtime/components/ui/expression-editor/CodeMirrorInput.vue.d.ts +1 -0
- package/dist/runtime/components/ui/expression-editor/ExpressionEditor.d.vue.ts +3 -2
- package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue +51 -9
- package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue.d.ts +3 -2
- package/dist/runtime/components/ui/expression-editor/option-chip-extension.d.ts +4 -0
- package/dist/runtime/components/ui/expression-editor/option-chip-extension.js +119 -0
- package/dist/runtime/components/ui/expression-editor/option-refs.d.ts +6 -0
- package/dist/runtime/components/ui/expression-editor/option-refs.js +24 -0
- package/dist/runtime/components/ui/expression-editor/picker-entries.d.ts +2 -1
- package/dist/runtime/components/ui/expression-editor/picker-entries.js +12 -2
- package/dist/runtime/share/disabled-date.d.ts +34 -0
- package/dist/runtime/share/disabled-date.js +13 -0
- package/dist/runtime/utils/ai/index.js +24 -1
- package/dist/runtime/utils/cel-context.d.ts +1 -0
- package/dist/runtime/utils/cel-context.js +1 -0
- package/dist/runtime/utils/disabled-date.d.ts +26 -0
- package/dist/runtime/utils/disabled-date.js +21 -0
- package/dist/runtime/utils/selections-registry.d.ts +40 -6
- package/dist/runtime/utils/selections-registry.js +19 -4
- package/dist/runtime/vendor/cel-js/CLAUDE.md +2 -0
- package/dist/runtime/vendor/cel-js/PROMPT.md +2 -0
- package/dist/runtime/vendor/cel-js/lib/functions.js +33 -0
- package/package.json +1 -1
|
@@ -24,29 +24,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
24
24
|
readonly locale: "en" | "ja" | "ko";
|
|
25
25
|
readonly message: string;
|
|
26
26
|
}[]] | undefined;
|
|
27
|
-
readonly compatibilityDate: "2026-05-26";
|
|
28
|
-
readonly grow?: boolean | undefined;
|
|
29
|
-
readonly triggers?: readonly {
|
|
30
|
-
readonly id?: string | undefined;
|
|
31
|
-
readonly params?: unknown;
|
|
32
|
-
readonly compatibilityDate?: string | undefined;
|
|
33
|
-
readonly target: string;
|
|
34
|
-
readonly operation: string;
|
|
35
|
-
}[] | undefined;
|
|
36
|
-
readonly groupId?: string | undefined;
|
|
37
|
-
readonly placeholder?: readonly [{
|
|
38
|
-
readonly locale: "zh";
|
|
39
|
-
readonly message: string;
|
|
40
|
-
}, ...{
|
|
41
|
-
readonly locale: "en" | "ja" | "ko";
|
|
42
|
-
readonly message: string;
|
|
43
|
-
}[]] | undefined;
|
|
44
|
-
readonly readonly?: string | undefined;
|
|
45
|
-
readonly enableSorting?: boolean | undefined;
|
|
46
27
|
readonly options: {
|
|
47
28
|
readonly kind: "remote";
|
|
48
|
-
readonly request: string;
|
|
49
29
|
readonly options: string;
|
|
30
|
+
readonly request: string;
|
|
50
31
|
readonly optionValue: string;
|
|
51
32
|
readonly optionLabel: readonly [{
|
|
52
33
|
readonly locale: "zh";
|
|
@@ -82,9 +63,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
82
63
|
};
|
|
83
64
|
}[];
|
|
84
65
|
};
|
|
85
|
-
readonly
|
|
66
|
+
readonly compatibilityDate: "2026-05-26";
|
|
67
|
+
readonly grow?: boolean | undefined;
|
|
68
|
+
readonly triggers?: readonly {
|
|
69
|
+
readonly id?: string | undefined;
|
|
70
|
+
readonly params?: unknown;
|
|
71
|
+
readonly compatibilityDate?: string | undefined;
|
|
72
|
+
readonly target: string;
|
|
73
|
+
readonly operation: string;
|
|
74
|
+
}[] | undefined;
|
|
75
|
+
readonly groupId?: string | undefined;
|
|
76
|
+
readonly placeholder?: readonly [{
|
|
77
|
+
readonly locale: "zh";
|
|
78
|
+
readonly message: string;
|
|
79
|
+
}, ...{
|
|
80
|
+
readonly locale: "en" | "ja" | "ko";
|
|
81
|
+
readonly message: string;
|
|
82
|
+
}[]] | undefined;
|
|
83
|
+
readonly readonly?: string | undefined;
|
|
84
|
+
readonly enableSorting?: boolean | undefined;
|
|
86
85
|
readonly accessor?: string | undefined;
|
|
87
86
|
readonly sortKey?: string | undefined;
|
|
87
|
+
readonly successMessage?: string | undefined;
|
|
88
88
|
}) => any;
|
|
89
89
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
90
90
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -108,29 +108,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
108
108
|
readonly locale: "en" | "ja" | "ko";
|
|
109
109
|
readonly message: string;
|
|
110
110
|
}[]] | undefined;
|
|
111
|
-
readonly compatibilityDate: "2026-05-26";
|
|
112
|
-
readonly grow?: boolean | undefined;
|
|
113
|
-
readonly triggers?: readonly {
|
|
114
|
-
readonly id?: string | undefined;
|
|
115
|
-
readonly params?: unknown;
|
|
116
|
-
readonly compatibilityDate?: string | undefined;
|
|
117
|
-
readonly target: string;
|
|
118
|
-
readonly operation: string;
|
|
119
|
-
}[] | undefined;
|
|
120
|
-
readonly groupId?: string | undefined;
|
|
121
|
-
readonly placeholder?: readonly [{
|
|
122
|
-
readonly locale: "zh";
|
|
123
|
-
readonly message: string;
|
|
124
|
-
}, ...{
|
|
125
|
-
readonly locale: "en" | "ja" | "ko";
|
|
126
|
-
readonly message: string;
|
|
127
|
-
}[]] | undefined;
|
|
128
|
-
readonly readonly?: string | undefined;
|
|
129
|
-
readonly enableSorting?: boolean | undefined;
|
|
130
111
|
readonly options: {
|
|
131
112
|
readonly kind: "remote";
|
|
132
|
-
readonly request: string;
|
|
133
113
|
readonly options: string;
|
|
114
|
+
readonly request: string;
|
|
134
115
|
readonly optionValue: string;
|
|
135
116
|
readonly optionLabel: readonly [{
|
|
136
117
|
readonly locale: "zh";
|
|
@@ -166,9 +147,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
166
147
|
};
|
|
167
148
|
}[];
|
|
168
149
|
};
|
|
169
|
-
readonly
|
|
150
|
+
readonly compatibilityDate: "2026-05-26";
|
|
151
|
+
readonly grow?: boolean | undefined;
|
|
152
|
+
readonly triggers?: readonly {
|
|
153
|
+
readonly id?: string | undefined;
|
|
154
|
+
readonly params?: unknown;
|
|
155
|
+
readonly compatibilityDate?: string | undefined;
|
|
156
|
+
readonly target: string;
|
|
157
|
+
readonly operation: string;
|
|
158
|
+
}[] | undefined;
|
|
159
|
+
readonly groupId?: string | undefined;
|
|
160
|
+
readonly placeholder?: readonly [{
|
|
161
|
+
readonly locale: "zh";
|
|
162
|
+
readonly message: string;
|
|
163
|
+
}, ...{
|
|
164
|
+
readonly locale: "en" | "ja" | "ko";
|
|
165
|
+
readonly message: string;
|
|
166
|
+
}[]] | undefined;
|
|
167
|
+
readonly readonly?: string | undefined;
|
|
168
|
+
readonly enableSorting?: boolean | undefined;
|
|
170
169
|
readonly accessor?: string | undefined;
|
|
171
170
|
readonly sortKey?: string | undefined;
|
|
171
|
+
readonly successMessage?: string | undefined;
|
|
172
172
|
}) => any) | undefined;
|
|
173
173
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
174
174
|
declare const _default: typeof __VLS_export;
|
|
@@ -43,8 +43,6 @@ 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;
|
|
47
|
-
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
48
46
|
readonly nodeKey: string;
|
|
49
47
|
readonly nodeChildren: string;
|
|
50
48
|
readonly nodeLabel: readonly [{
|
|
@@ -54,6 +52,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
54
52
|
readonly locale: "en" | "ja" | "ko";
|
|
55
53
|
readonly message: string;
|
|
56
54
|
}[]];
|
|
55
|
+
readonly enableSorting?: boolean | undefined;
|
|
56
|
+
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
57
57
|
readonly nodeTooltip?: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
59
59
|
readonly message: string;
|
|
@@ -106,8 +106,6 @@ 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;
|
|
110
|
-
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
111
109
|
readonly nodeKey: string;
|
|
112
110
|
readonly nodeChildren: string;
|
|
113
111
|
readonly nodeLabel: readonly [{
|
|
@@ -117,6 +115,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
117
115
|
readonly locale: "en" | "ja" | "ko";
|
|
118
116
|
readonly message: string;
|
|
119
117
|
}[]];
|
|
118
|
+
readonly enableSorting?: boolean | undefined;
|
|
119
|
+
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
120
120
|
readonly nodeTooltip?: readonly [{
|
|
121
121
|
readonly locale: "zh";
|
|
122
122
|
readonly message: string;
|
|
@@ -43,8 +43,6 @@ 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;
|
|
47
|
-
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
48
46
|
readonly nodeKey: string;
|
|
49
47
|
readonly nodeChildren: string;
|
|
50
48
|
readonly nodeLabel: readonly [{
|
|
@@ -54,6 +52,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
54
52
|
readonly locale: "en" | "ja" | "ko";
|
|
55
53
|
readonly message: string;
|
|
56
54
|
}[]];
|
|
55
|
+
readonly enableSorting?: boolean | undefined;
|
|
56
|
+
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
57
57
|
readonly nodeTooltip?: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
59
59
|
readonly message: string;
|
|
@@ -106,8 +106,6 @@ 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;
|
|
110
|
-
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
111
109
|
readonly nodeKey: string;
|
|
112
110
|
readonly nodeChildren: string;
|
|
113
111
|
readonly nodeLabel: readonly [{
|
|
@@ -117,6 +115,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
117
115
|
readonly locale: "en" | "ja" | "ko";
|
|
118
116
|
readonly message: string;
|
|
119
117
|
}[]];
|
|
118
|
+
readonly enableSorting?: boolean | undefined;
|
|
119
|
+
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
120
120
|
readonly nodeTooltip?: readonly [{
|
|
121
121
|
readonly locale: "zh";
|
|
122
122
|
readonly message: string;
|
|
@@ -43,7 +43,6 @@ 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;
|
|
47
46
|
readonly nodeKey: string;
|
|
48
47
|
readonly nodeChildren: string;
|
|
49
48
|
readonly nodeLabel: readonly [{
|
|
@@ -53,6 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
52
|
readonly locale: "en" | "ja" | "ko";
|
|
54
53
|
readonly message: string;
|
|
55
54
|
}[]];
|
|
55
|
+
readonly enableSorting?: boolean | undefined;
|
|
56
56
|
readonly nodeTooltip?: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
@@ -105,7 +105,6 @@ 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;
|
|
109
108
|
readonly nodeKey: string;
|
|
110
109
|
readonly nodeChildren: string;
|
|
111
110
|
readonly nodeLabel: readonly [{
|
|
@@ -115,6 +114,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
114
|
readonly locale: "en" | "ja" | "ko";
|
|
116
115
|
readonly message: string;
|
|
117
116
|
}[]];
|
|
117
|
+
readonly enableSorting?: boolean | undefined;
|
|
118
118
|
readonly nodeTooltip?: readonly [{
|
|
119
119
|
readonly locale: "zh";
|
|
120
120
|
readonly message: string;
|
|
@@ -43,7 +43,6 @@ 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;
|
|
47
46
|
readonly nodeKey: string;
|
|
48
47
|
readonly nodeChildren: string;
|
|
49
48
|
readonly nodeLabel: readonly [{
|
|
@@ -53,6 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
52
|
readonly locale: "en" | "ja" | "ko";
|
|
54
53
|
readonly message: string;
|
|
55
54
|
}[]];
|
|
55
|
+
readonly enableSorting?: boolean | undefined;
|
|
56
56
|
readonly nodeTooltip?: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
@@ -105,7 +105,6 @@ 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;
|
|
109
108
|
readonly nodeKey: string;
|
|
110
109
|
readonly nodeChildren: string;
|
|
111
110
|
readonly nodeLabel: readonly [{
|
|
@@ -115,6 +114,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
114
|
readonly locale: "en" | "ja" | "ko";
|
|
116
115
|
readonly message: string;
|
|
117
116
|
}[]];
|
|
117
|
+
readonly enableSorting?: boolean | undefined;
|
|
118
118
|
readonly nodeTooltip?: readonly [{
|
|
119
119
|
readonly locale: "zh";
|
|
120
120
|
readonly message: string;
|
|
@@ -23,22 +23,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
23
23
|
readonly locale: "en" | "ja" | "ko";
|
|
24
24
|
readonly message: string;
|
|
25
25
|
}[]] | undefined;
|
|
26
|
-
readonly compatibilityDate: "2026-05-28";
|
|
27
|
-
readonly grow?: boolean | undefined;
|
|
28
|
-
readonly groupId?: string | undefined;
|
|
29
|
-
readonly placeholder?: readonly [{
|
|
30
|
-
readonly locale: "zh";
|
|
31
|
-
readonly message: string;
|
|
32
|
-
}, ...{
|
|
33
|
-
readonly locale: "en" | "ja" | "ko";
|
|
34
|
-
readonly message: string;
|
|
35
|
-
}[]] | undefined;
|
|
36
|
-
readonly readonly?: string | undefined;
|
|
37
|
-
readonly enableSorting?: boolean | undefined;
|
|
38
26
|
readonly options: {
|
|
39
27
|
readonly kind: "remote";
|
|
40
|
-
readonly request: string;
|
|
41
28
|
readonly options: string;
|
|
29
|
+
readonly request: string;
|
|
42
30
|
readonly optionValue: string;
|
|
43
31
|
readonly optionLabel: readonly [{
|
|
44
32
|
readonly locale: "zh";
|
|
@@ -76,6 +64,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
76
64
|
readonly keywords?: readonly string[] | undefined;
|
|
77
65
|
}[];
|
|
78
66
|
};
|
|
67
|
+
readonly compatibilityDate: "2026-05-28";
|
|
68
|
+
readonly grow?: boolean | undefined;
|
|
69
|
+
readonly groupId?: string | undefined;
|
|
70
|
+
readonly placeholder?: readonly [{
|
|
71
|
+
readonly locale: "zh";
|
|
72
|
+
readonly message: string;
|
|
73
|
+
}, ...{
|
|
74
|
+
readonly locale: "en" | "ja" | "ko";
|
|
75
|
+
readonly message: string;
|
|
76
|
+
}[]] | undefined;
|
|
77
|
+
readonly readonly?: string | undefined;
|
|
78
|
+
readonly enableSorting?: boolean | undefined;
|
|
79
79
|
readonly sortKey?: string | undefined;
|
|
80
80
|
readonly write: {
|
|
81
81
|
readonly kind: "binding";
|
|
@@ -90,8 +90,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
90
90
|
readonly target: string;
|
|
91
91
|
readonly operation: string;
|
|
92
92
|
}[] | undefined;
|
|
93
|
-
readonly successMessage?: string | undefined;
|
|
94
93
|
readonly accessor: string;
|
|
94
|
+
readonly successMessage?: string | undefined;
|
|
95
95
|
};
|
|
96
96
|
}) => any;
|
|
97
97
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -115,22 +115,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
115
|
readonly locale: "en" | "ja" | "ko";
|
|
116
116
|
readonly message: string;
|
|
117
117
|
}[]] | undefined;
|
|
118
|
-
readonly compatibilityDate: "2026-05-28";
|
|
119
|
-
readonly grow?: boolean | undefined;
|
|
120
|
-
readonly groupId?: string | undefined;
|
|
121
|
-
readonly placeholder?: readonly [{
|
|
122
|
-
readonly locale: "zh";
|
|
123
|
-
readonly message: string;
|
|
124
|
-
}, ...{
|
|
125
|
-
readonly locale: "en" | "ja" | "ko";
|
|
126
|
-
readonly message: string;
|
|
127
|
-
}[]] | undefined;
|
|
128
|
-
readonly readonly?: string | undefined;
|
|
129
|
-
readonly enableSorting?: boolean | undefined;
|
|
130
118
|
readonly options: {
|
|
131
119
|
readonly kind: "remote";
|
|
132
|
-
readonly request: string;
|
|
133
120
|
readonly options: string;
|
|
121
|
+
readonly request: string;
|
|
134
122
|
readonly optionValue: string;
|
|
135
123
|
readonly optionLabel: readonly [{
|
|
136
124
|
readonly locale: "zh";
|
|
@@ -168,6 +156,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
168
156
|
readonly keywords?: readonly string[] | undefined;
|
|
169
157
|
}[];
|
|
170
158
|
};
|
|
159
|
+
readonly compatibilityDate: "2026-05-28";
|
|
160
|
+
readonly grow?: boolean | undefined;
|
|
161
|
+
readonly groupId?: string | undefined;
|
|
162
|
+
readonly placeholder?: readonly [{
|
|
163
|
+
readonly locale: "zh";
|
|
164
|
+
readonly message: string;
|
|
165
|
+
}, ...{
|
|
166
|
+
readonly locale: "en" | "ja" | "ko";
|
|
167
|
+
readonly message: string;
|
|
168
|
+
}[]] | undefined;
|
|
169
|
+
readonly readonly?: string | undefined;
|
|
170
|
+
readonly enableSorting?: boolean | undefined;
|
|
171
171
|
readonly sortKey?: string | undefined;
|
|
172
172
|
readonly write: {
|
|
173
173
|
readonly kind: "binding";
|
|
@@ -182,8 +182,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
182
182
|
readonly target: string;
|
|
183
183
|
readonly operation: string;
|
|
184
184
|
}[] | undefined;
|
|
185
|
-
readonly successMessage?: string | undefined;
|
|
186
185
|
readonly accessor: string;
|
|
186
|
+
readonly successMessage?: string | undefined;
|
|
187
187
|
};
|
|
188
188
|
}) => any) | undefined;
|
|
189
189
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -23,22 +23,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
23
23
|
readonly locale: "en" | "ja" | "ko";
|
|
24
24
|
readonly message: string;
|
|
25
25
|
}[]] | undefined;
|
|
26
|
-
readonly compatibilityDate: "2026-05-28";
|
|
27
|
-
readonly grow?: boolean | undefined;
|
|
28
|
-
readonly groupId?: string | undefined;
|
|
29
|
-
readonly placeholder?: readonly [{
|
|
30
|
-
readonly locale: "zh";
|
|
31
|
-
readonly message: string;
|
|
32
|
-
}, ...{
|
|
33
|
-
readonly locale: "en" | "ja" | "ko";
|
|
34
|
-
readonly message: string;
|
|
35
|
-
}[]] | undefined;
|
|
36
|
-
readonly readonly?: string | undefined;
|
|
37
|
-
readonly enableSorting?: boolean | undefined;
|
|
38
26
|
readonly options: {
|
|
39
27
|
readonly kind: "remote";
|
|
40
|
-
readonly request: string;
|
|
41
28
|
readonly options: string;
|
|
29
|
+
readonly request: string;
|
|
42
30
|
readonly optionValue: string;
|
|
43
31
|
readonly optionLabel: readonly [{
|
|
44
32
|
readonly locale: "zh";
|
|
@@ -76,6 +64,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
76
64
|
readonly keywords?: readonly string[] | undefined;
|
|
77
65
|
}[];
|
|
78
66
|
};
|
|
67
|
+
readonly compatibilityDate: "2026-05-28";
|
|
68
|
+
readonly grow?: boolean | undefined;
|
|
69
|
+
readonly groupId?: string | undefined;
|
|
70
|
+
readonly placeholder?: readonly [{
|
|
71
|
+
readonly locale: "zh";
|
|
72
|
+
readonly message: string;
|
|
73
|
+
}, ...{
|
|
74
|
+
readonly locale: "en" | "ja" | "ko";
|
|
75
|
+
readonly message: string;
|
|
76
|
+
}[]] | undefined;
|
|
77
|
+
readonly readonly?: string | undefined;
|
|
78
|
+
readonly enableSorting?: boolean | undefined;
|
|
79
79
|
readonly sortKey?: string | undefined;
|
|
80
80
|
readonly write: {
|
|
81
81
|
readonly kind: "binding";
|
|
@@ -90,8 +90,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
90
90
|
readonly target: string;
|
|
91
91
|
readonly operation: string;
|
|
92
92
|
}[] | undefined;
|
|
93
|
-
readonly successMessage?: string | undefined;
|
|
94
93
|
readonly accessor: string;
|
|
94
|
+
readonly successMessage?: string | undefined;
|
|
95
95
|
};
|
|
96
96
|
}) => any;
|
|
97
97
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -115,22 +115,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
115
|
readonly locale: "en" | "ja" | "ko";
|
|
116
116
|
readonly message: string;
|
|
117
117
|
}[]] | undefined;
|
|
118
|
-
readonly compatibilityDate: "2026-05-28";
|
|
119
|
-
readonly grow?: boolean | undefined;
|
|
120
|
-
readonly groupId?: string | undefined;
|
|
121
|
-
readonly placeholder?: readonly [{
|
|
122
|
-
readonly locale: "zh";
|
|
123
|
-
readonly message: string;
|
|
124
|
-
}, ...{
|
|
125
|
-
readonly locale: "en" | "ja" | "ko";
|
|
126
|
-
readonly message: string;
|
|
127
|
-
}[]] | undefined;
|
|
128
|
-
readonly readonly?: string | undefined;
|
|
129
|
-
readonly enableSorting?: boolean | undefined;
|
|
130
118
|
readonly options: {
|
|
131
119
|
readonly kind: "remote";
|
|
132
|
-
readonly request: string;
|
|
133
120
|
readonly options: string;
|
|
121
|
+
readonly request: string;
|
|
134
122
|
readonly optionValue: string;
|
|
135
123
|
readonly optionLabel: readonly [{
|
|
136
124
|
readonly locale: "zh";
|
|
@@ -168,6 +156,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
168
156
|
readonly keywords?: readonly string[] | undefined;
|
|
169
157
|
}[];
|
|
170
158
|
};
|
|
159
|
+
readonly compatibilityDate: "2026-05-28";
|
|
160
|
+
readonly grow?: boolean | undefined;
|
|
161
|
+
readonly groupId?: string | undefined;
|
|
162
|
+
readonly placeholder?: readonly [{
|
|
163
|
+
readonly locale: "zh";
|
|
164
|
+
readonly message: string;
|
|
165
|
+
}, ...{
|
|
166
|
+
readonly locale: "en" | "ja" | "ko";
|
|
167
|
+
readonly message: string;
|
|
168
|
+
}[]] | undefined;
|
|
169
|
+
readonly readonly?: string | undefined;
|
|
170
|
+
readonly enableSorting?: boolean | undefined;
|
|
171
171
|
readonly sortKey?: string | undefined;
|
|
172
172
|
readonly write: {
|
|
173
173
|
readonly kind: "binding";
|
|
@@ -182,8 +182,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
182
182
|
readonly target: string;
|
|
183
183
|
readonly operation: string;
|
|
184
184
|
}[] | undefined;
|
|
185
|
-
readonly successMessage?: string | undefined;
|
|
186
185
|
readonly accessor: string;
|
|
186
|
+
readonly successMessage?: string | undefined;
|
|
187
187
|
};
|
|
188
188
|
}) => any) | undefined;
|
|
189
189
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -23,22 +23,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
23
23
|
readonly locale: "en" | "ja" | "ko";
|
|
24
24
|
readonly message: string;
|
|
25
25
|
}[]] | undefined;
|
|
26
|
-
readonly compatibilityDate: "2026-05-28";
|
|
27
|
-
readonly grow?: boolean | undefined;
|
|
28
|
-
readonly groupId?: string | undefined;
|
|
29
|
-
readonly placeholder?: readonly [{
|
|
30
|
-
readonly locale: "zh";
|
|
31
|
-
readonly message: string;
|
|
32
|
-
}, ...{
|
|
33
|
-
readonly locale: "en" | "ja" | "ko";
|
|
34
|
-
readonly message: string;
|
|
35
|
-
}[]] | undefined;
|
|
36
|
-
readonly readonly?: string | undefined;
|
|
37
|
-
readonly enableSorting?: boolean | undefined;
|
|
38
26
|
readonly options: {
|
|
39
27
|
readonly kind: "remote";
|
|
40
|
-
readonly request: string;
|
|
41
28
|
readonly options: string;
|
|
29
|
+
readonly request: string;
|
|
42
30
|
readonly optionValue: string;
|
|
43
31
|
readonly optionLabel: readonly [{
|
|
44
32
|
readonly locale: "zh";
|
|
@@ -76,6 +64,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
76
64
|
readonly keywords?: readonly string[] | undefined;
|
|
77
65
|
}[];
|
|
78
66
|
};
|
|
67
|
+
readonly compatibilityDate: "2026-05-28";
|
|
68
|
+
readonly grow?: boolean | undefined;
|
|
69
|
+
readonly groupId?: string | undefined;
|
|
70
|
+
readonly placeholder?: readonly [{
|
|
71
|
+
readonly locale: "zh";
|
|
72
|
+
readonly message: string;
|
|
73
|
+
}, ...{
|
|
74
|
+
readonly locale: "en" | "ja" | "ko";
|
|
75
|
+
readonly message: string;
|
|
76
|
+
}[]] | undefined;
|
|
77
|
+
readonly readonly?: string | undefined;
|
|
78
|
+
readonly enableSorting?: boolean | undefined;
|
|
79
79
|
readonly sortKey?: string | undefined;
|
|
80
80
|
readonly write: {
|
|
81
81
|
readonly kind: "binding";
|
|
@@ -90,8 +90,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
90
90
|
readonly target: string;
|
|
91
91
|
readonly operation: string;
|
|
92
92
|
}[] | undefined;
|
|
93
|
-
readonly successMessage?: string | undefined;
|
|
94
93
|
readonly accessor: string;
|
|
94
|
+
readonly successMessage?: string | undefined;
|
|
95
95
|
};
|
|
96
96
|
}) => any;
|
|
97
97
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -115,22 +115,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
115
|
readonly locale: "en" | "ja" | "ko";
|
|
116
116
|
readonly message: string;
|
|
117
117
|
}[]] | undefined;
|
|
118
|
-
readonly compatibilityDate: "2026-05-28";
|
|
119
|
-
readonly grow?: boolean | undefined;
|
|
120
|
-
readonly groupId?: string | undefined;
|
|
121
|
-
readonly placeholder?: readonly [{
|
|
122
|
-
readonly locale: "zh";
|
|
123
|
-
readonly message: string;
|
|
124
|
-
}, ...{
|
|
125
|
-
readonly locale: "en" | "ja" | "ko";
|
|
126
|
-
readonly message: string;
|
|
127
|
-
}[]] | undefined;
|
|
128
|
-
readonly readonly?: string | undefined;
|
|
129
|
-
readonly enableSorting?: boolean | undefined;
|
|
130
118
|
readonly options: {
|
|
131
119
|
readonly kind: "remote";
|
|
132
|
-
readonly request: string;
|
|
133
120
|
readonly options: string;
|
|
121
|
+
readonly request: string;
|
|
134
122
|
readonly optionValue: string;
|
|
135
123
|
readonly optionLabel: readonly [{
|
|
136
124
|
readonly locale: "zh";
|
|
@@ -168,6 +156,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
168
156
|
readonly keywords?: readonly string[] | undefined;
|
|
169
157
|
}[];
|
|
170
158
|
};
|
|
159
|
+
readonly compatibilityDate: "2026-05-28";
|
|
160
|
+
readonly grow?: boolean | undefined;
|
|
161
|
+
readonly groupId?: string | undefined;
|
|
162
|
+
readonly placeholder?: readonly [{
|
|
163
|
+
readonly locale: "zh";
|
|
164
|
+
readonly message: string;
|
|
165
|
+
}, ...{
|
|
166
|
+
readonly locale: "en" | "ja" | "ko";
|
|
167
|
+
readonly message: string;
|
|
168
|
+
}[]] | undefined;
|
|
169
|
+
readonly readonly?: string | undefined;
|
|
170
|
+
readonly enableSorting?: boolean | undefined;
|
|
171
171
|
readonly sortKey?: string | undefined;
|
|
172
172
|
readonly write: {
|
|
173
173
|
readonly kind: "binding";
|
|
@@ -182,8 +182,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
182
182
|
readonly target: string;
|
|
183
183
|
readonly operation: string;
|
|
184
184
|
}[] | undefined;
|
|
185
|
-
readonly successMessage?: string | undefined;
|
|
186
185
|
readonly accessor: string;
|
|
186
|
+
readonly successMessage?: string | undefined;
|
|
187
187
|
};
|
|
188
188
|
}) => any) | undefined;
|
|
189
189
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -23,22 +23,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
23
23
|
readonly locale: "en" | "ja" | "ko";
|
|
24
24
|
readonly message: string;
|
|
25
25
|
}[]] | undefined;
|
|
26
|
-
readonly compatibilityDate: "2026-05-28";
|
|
27
|
-
readonly grow?: boolean | undefined;
|
|
28
|
-
readonly groupId?: string | undefined;
|
|
29
|
-
readonly placeholder?: readonly [{
|
|
30
|
-
readonly locale: "zh";
|
|
31
|
-
readonly message: string;
|
|
32
|
-
}, ...{
|
|
33
|
-
readonly locale: "en" | "ja" | "ko";
|
|
34
|
-
readonly message: string;
|
|
35
|
-
}[]] | undefined;
|
|
36
|
-
readonly readonly?: string | undefined;
|
|
37
|
-
readonly enableSorting?: boolean | undefined;
|
|
38
26
|
readonly options: {
|
|
39
27
|
readonly kind: "remote";
|
|
40
|
-
readonly request: string;
|
|
41
28
|
readonly options: string;
|
|
29
|
+
readonly request: string;
|
|
42
30
|
readonly optionValue: string;
|
|
43
31
|
readonly optionLabel: readonly [{
|
|
44
32
|
readonly locale: "zh";
|
|
@@ -76,6 +64,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
76
64
|
readonly keywords?: readonly string[] | undefined;
|
|
77
65
|
}[];
|
|
78
66
|
};
|
|
67
|
+
readonly compatibilityDate: "2026-05-28";
|
|
68
|
+
readonly grow?: boolean | undefined;
|
|
69
|
+
readonly groupId?: string | undefined;
|
|
70
|
+
readonly placeholder?: readonly [{
|
|
71
|
+
readonly locale: "zh";
|
|
72
|
+
readonly message: string;
|
|
73
|
+
}, ...{
|
|
74
|
+
readonly locale: "en" | "ja" | "ko";
|
|
75
|
+
readonly message: string;
|
|
76
|
+
}[]] | undefined;
|
|
77
|
+
readonly readonly?: string | undefined;
|
|
78
|
+
readonly enableSorting?: boolean | undefined;
|
|
79
79
|
readonly sortKey?: string | undefined;
|
|
80
80
|
readonly write: {
|
|
81
81
|
readonly kind: "binding";
|
|
@@ -90,8 +90,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
90
90
|
readonly target: string;
|
|
91
91
|
readonly operation: string;
|
|
92
92
|
}[] | undefined;
|
|
93
|
-
readonly successMessage?: string | undefined;
|
|
94
93
|
readonly accessor: string;
|
|
94
|
+
readonly successMessage?: string | undefined;
|
|
95
95
|
};
|
|
96
96
|
}) => any;
|
|
97
97
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -115,22 +115,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
115
|
readonly locale: "en" | "ja" | "ko";
|
|
116
116
|
readonly message: string;
|
|
117
117
|
}[]] | undefined;
|
|
118
|
-
readonly compatibilityDate: "2026-05-28";
|
|
119
|
-
readonly grow?: boolean | undefined;
|
|
120
|
-
readonly groupId?: string | undefined;
|
|
121
|
-
readonly placeholder?: readonly [{
|
|
122
|
-
readonly locale: "zh";
|
|
123
|
-
readonly message: string;
|
|
124
|
-
}, ...{
|
|
125
|
-
readonly locale: "en" | "ja" | "ko";
|
|
126
|
-
readonly message: string;
|
|
127
|
-
}[]] | undefined;
|
|
128
|
-
readonly readonly?: string | undefined;
|
|
129
|
-
readonly enableSorting?: boolean | undefined;
|
|
130
118
|
readonly options: {
|
|
131
119
|
readonly kind: "remote";
|
|
132
|
-
readonly request: string;
|
|
133
120
|
readonly options: string;
|
|
121
|
+
readonly request: string;
|
|
134
122
|
readonly optionValue: string;
|
|
135
123
|
readonly optionLabel: readonly [{
|
|
136
124
|
readonly locale: "zh";
|
|
@@ -168,6 +156,18 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
168
156
|
readonly keywords?: readonly string[] | undefined;
|
|
169
157
|
}[];
|
|
170
158
|
};
|
|
159
|
+
readonly compatibilityDate: "2026-05-28";
|
|
160
|
+
readonly grow?: boolean | undefined;
|
|
161
|
+
readonly groupId?: string | undefined;
|
|
162
|
+
readonly placeholder?: readonly [{
|
|
163
|
+
readonly locale: "zh";
|
|
164
|
+
readonly message: string;
|
|
165
|
+
}, ...{
|
|
166
|
+
readonly locale: "en" | "ja" | "ko";
|
|
167
|
+
readonly message: string;
|
|
168
|
+
}[]] | undefined;
|
|
169
|
+
readonly readonly?: string | undefined;
|
|
170
|
+
readonly enableSorting?: boolean | undefined;
|
|
171
171
|
readonly sortKey?: string | undefined;
|
|
172
172
|
readonly write: {
|
|
173
173
|
readonly kind: "binding";
|
|
@@ -182,8 +182,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
182
182
|
readonly target: string;
|
|
183
183
|
readonly operation: string;
|
|
184
184
|
}[] | undefined;
|
|
185
|
-
readonly successMessage?: string | undefined;
|
|
186
185
|
readonly accessor: string;
|
|
186
|
+
readonly successMessage?: string | undefined;
|
|
187
187
|
};
|
|
188
188
|
}) => any) | undefined;
|
|
189
189
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|