@shwfed/config 2.7.7 → 2.8.0

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 (91) hide show
  1. package/dist/mcp.mjs +128 -55
  2. package/dist/module.json +1 -1
  3. package/dist/preview/assets/{badge-B0tiCpa_.js → badge-BI1mdo92.js} +1 -1
  4. package/dist/preview/assets/{config-jDPbLgBr.js → config-BNF2r9jW.js} +1 -1
  5. package/dist/preview/assets/{config-CGvnv-5x.js → config-BxuGYvER.js} +1 -1
  6. package/dist/preview/assets/{config-GCvXe12z.js → config-Cy5w3JWQ.js} +1 -1
  7. package/dist/preview/assets/{config-BG9TRQcv.js → config-DqUnpWZk.js} +1 -1
  8. package/dist/preview/assets/{config-C-XJ-8Rs.js → config-Du5SuNSb.js} +1 -1
  9. package/dist/preview/assets/{config-Dafqx9xC.js → config-DuzQXHvg.js} +1 -1
  10. package/dist/preview/assets/{config-Bfb2sH6S.js → config-OrJljNWU.js} +1 -1
  11. package/dist/preview/assets/{config-DqMRy1WL.js → config-XgVqueyq.js} +1 -1
  12. package/dist/preview/assets/{config-DDPihojt.js → config-ggyCcWNZ.js} +1 -1
  13. package/dist/preview/assets/{definition.vue_vue_type_script_setup_true_lang-DBXfCj4Q.js → definition.vue_vue_type_script_setup_true_lang-lEhYVEcN.js} +1 -1
  14. package/dist/preview/assets/{index-D7jDE3kp.js → index-BvLLQuQr.js} +1 -1
  15. package/dist/preview/assets/{index-B0PL01fm.css → index-DsMR5NfK.css} +1 -1
  16. package/dist/preview/assets/{index-CHzOsSTW.js → index-Yv78vz4W.js} +168 -168
  17. package/dist/preview/assets/index-yrBKwEfk.js +1 -0
  18. package/dist/preview/assets/{item-DV-Garrg.js → item-DMtXi_cx.js} +1 -1
  19. package/dist/preview/assets/{runtime-DKtlQWwc.js → runtime-2S3Yr051.js} +1 -1
  20. package/dist/preview/assets/{runtime-UmLaEUGf.js → runtime-BUPuX-Gq.js} +1 -1
  21. package/dist/preview/assets/{runtime-BovPWken.js → runtime-C4jFTZ4Z.js} +1 -1
  22. package/dist/preview/assets/{runtime-DA77AmOP.js → runtime-CA58Mif7.js} +1 -1
  23. package/dist/preview/assets/{runtime-BxBBFFHA.js → runtime-CWqQzWuc.js} +1 -1
  24. package/dist/preview/assets/{runtime-D-LBi56N.js → runtime-CjJBU_e1.js} +1 -1
  25. package/dist/preview/assets/{runtime-DHTqFEQI.js → runtime-DeUmGsM_.js} +1 -1
  26. package/dist/preview/assets/{runtime-CwmJ9MLQ.js → runtime-DnXoWy2A.js} +1 -1
  27. package/dist/preview/assets/{runtime-Cyjx6haa.js → runtime-wVZ1xP8L.js} +1 -1
  28. package/dist/preview/index.html +2 -2
  29. package/dist/runtime/components/block-layout-editor/index.vue +1 -4
  30. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +2 -0
  31. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +2 -0
  32. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +2 -0
  33. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +2 -0
  34. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +2 -0
  35. package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/config.vue +5 -0
  36. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.vue +2 -0
  37. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.d.ts +5 -0
  38. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.js +8 -3
  39. package/dist/runtime/components/form/config.vue +24 -16
  40. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/runtime.vue +12 -1
  41. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/schema.d.ts +8 -2
  42. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/schema.js +3 -3
  43. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/config.d.vue.ts +2 -2
  44. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/config.vue +15 -25
  45. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/config.vue.d.ts +2 -2
  46. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/runtime.vue +11 -2
  47. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.d.ts +1 -1
  48. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.js +4 -4
  49. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/config.d.vue.ts +2 -0
  50. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/config.vue.d.ts +2 -0
  51. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts +2 -0
  52. package/dist/runtime/components/form/index.vue +5 -1
  53. package/dist/runtime/components/form/schema.d.ts +1 -1
  54. package/dist/runtime/components/form/schema.js +6 -1
  55. package/dist/runtime/components/form/utils/form-vars.js +2 -0
  56. package/dist/runtime/components/form/utils/schema-meta.d.ts +2 -0
  57. package/dist/runtime/components/form/utils/schema-meta.js +24 -0
  58. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +2 -2
  59. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +2 -2
  60. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
  61. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
  62. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +2 -2
  63. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +2 -2
  64. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
  65. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
  66. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +2 -2
  67. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +2 -2
  68. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +2 -2
  69. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +2 -2
  70. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
  71. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
  72. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
  73. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
  74. package/dist/runtime/components/table/config.vue +30 -36
  75. package/dist/runtime/components/table/index.d.vue.ts +2 -0
  76. package/dist/runtime/components/table/index.vue +8 -0
  77. package/dist/runtime/components/table/index.vue.d.ts +2 -0
  78. package/dist/runtime/components/table/schema.d.ts +4 -0
  79. package/dist/runtime/components/table/schema.js +4 -0
  80. package/dist/runtime/components/ui/expression-editor/ExpressionEditor.d.vue.ts +4 -3
  81. package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue +135 -111
  82. package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue.d.ts +4 -3
  83. package/dist/runtime/share/expression.d.ts +23 -0
  84. package/dist/runtime/share/expression.js +37 -17
  85. package/dist/runtime/share/use-persisted-query.d.ts +21 -0
  86. package/dist/runtime/share/use-persisted-query.js +33 -0
  87. package/dist/runtime/vendor/cel-js/CLAUDE.md +2 -2
  88. package/dist/runtime/vendor/cel-js/PROMPT.md +15 -6
  89. package/dist/runtime/vendor/cel-js/lib/macros.js +66 -14
  90. package/package.json +1 -1
  91. package/dist/preview/assets/index-CSfKAdi7.js +0 -1
@@ -40,10 +40,10 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
40
40
  message: Schema.SchemaClass<string, string, never>;
41
41
  }>]>>;
42
42
  orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
43
- rows: Schema.optional<Schema.refine<number, Schema.filter<typeof Schema.Number>>>;
44
43
  binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
45
44
  disabled: Schema.optional<Schema.Schema<string, string, never>>;
46
45
  readonly: Schema.optional<Schema.Schema<string, string, never>>;
46
+ maxLength: Schema.optional<Schema.refine<number, Schema.filter<typeof Schema.Number>>>;
47
47
  derived: Schema.optional<Schema.Struct<{
48
48
  mode: Schema.Literal<["formula", "prefill"]>;
49
49
  expression: Schema.Schema<string, string, never>;
@@ -29,10 +29,6 @@ export function schema(configure) {
29
29
  description: "\u9F20\u6807\u60AC\u505C\u5728\u6807\u7B7E\u4E0A\u65F6\u5C55\u793A\u7684\u8BF4\u660E"
30
30
  })),
31
31
  orientation: Schema.optional(FieldOrientationSchema),
32
- rows: Schema.optional(Schema.Number.pipe(Schema.int(), Schema.positive()).annotations({
33
- title: "\u884C\u6570",
34
- description: "\u8F93\u5165\u6846\u7684\u521D\u59CB\u53EF\u89C1\u884C\u6570\uFF1B\u7559\u7A7A\u4F7F\u7528\u9ED8\u8BA4\u9AD8\u5EA6"
35
- })),
36
32
  binding: Schema.optional(Schema.String.pipe(Schema.minLength(1)).annotations({
37
33
  title: "\u7ED1\u5B9A\u8DEF\u5F84",
38
34
  description: "\u5199\u5165\u8868\u5355\u72B6\u6001\u7684 `dot-prop` \u8DEF\u5F84\uFF0C\u4F8B\u5982 `user.bio`\uFF1B\u7559\u7A7A\u5219\u4E3A\u975E\u53D7\u63A7\u5B57\u6BB5\uFF0C\u4E0D\u5199\u5165\u8868\u5355\u72B6\u6001"
@@ -45,6 +41,10 @@ export function schema(configure) {
45
41
  title: "\u53EA\u8BFB\u6761\u4EF6",
46
42
  description: "\u8FD4\u56DE `true` \u65F6\u4EC5\u4EE5\u7EAF\u6587\u672C\u5C55\u793A\u5F53\u524D\u503C"
47
43
  })),
44
+ maxLength: Schema.optional(Schema.Number.pipe(Schema.int(), Schema.positive()).annotations({
45
+ title: "\u5B57\u6570\u9650\u5236",
46
+ description: "\u5141\u8BB8\u8F93\u5165\u7684\u6700\u5927\u5B57\u7B26\u6570\uFF1B\u8FBE\u5230\u4E0A\u9650\u540E\u65E0\u6CD5\u7EE7\u7EED\u8F93\u5165\uFF0C\u5E76\u5728\u53F3\u4E0B\u89D2\u5C55\u793A\u5B57\u6570\u8BA1\u6570"
47
+ })),
48
48
  derived: derivedField(configure, "string")
49
49
  }).annotations({
50
50
  title: "TextareaField",
@@ -30,6 +30,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
30
30
  cellStyle?: string;
31
31
  style?: string;
32
32
  pagination?: import("effect/Schema").Schema.Type<typeof import("../../../../table/schema.js").Pagination>;
33
+ persistQuery?: boolean;
33
34
  initialState?: import("effect/Schema").Schema.Type<import("effect/Schema").Struct<{
34
35
  columnVisibility: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Boolean>>;
35
36
  columnOrder: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
@@ -105,6 +106,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
105
106
  cellStyle?: string;
106
107
  style?: string;
107
108
  pagination?: import("effect/Schema").Schema.Type<typeof import("../../../../table/schema.js").Pagination>;
109
+ persistQuery?: boolean;
108
110
  initialState?: import("effect/Schema").Schema.Type<import("effect/Schema").Struct<{
109
111
  columnVisibility: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Boolean>>;
110
112
  columnOrder: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
@@ -30,6 +30,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
30
30
  cellStyle?: string;
31
31
  style?: string;
32
32
  pagination?: import("effect/Schema").Schema.Type<typeof import("../../../../table/schema.js").Pagination>;
33
+ persistQuery?: boolean;
33
34
  initialState?: import("effect/Schema").Schema.Type<import("effect/Schema").Struct<{
34
35
  columnVisibility: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Boolean>>;
35
36
  columnOrder: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
@@ -105,6 +106,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
105
106
  cellStyle?: string;
106
107
  style?: string;
107
108
  pagination?: import("effect/Schema").Schema.Type<typeof import("../../../../table/schema.js").Pagination>;
109
+ persistQuery?: boolean;
108
110
  initialState?: import("effect/Schema").Schema.Type<import("effect/Schema").Struct<{
109
111
  columnVisibility: import("effect/Schema").optional<import("effect/Schema").Record$<typeof import("effect/Schema").String, typeof import("effect/Schema").Boolean>>;
110
112
  columnOrder: import("effect/Schema").optional<import("effect/Schema").Array$<typeof import("effect/Schema").String>>;
@@ -47,6 +47,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
47
47
  cellStyle?: string;
48
48
  style?: string;
49
49
  pagination?: Schema.Schema.Type<typeof import("../../../../table/schema.js").Pagination>;
50
+ persistQuery?: boolean;
50
51
  initialState?: Schema.Schema.Type<Schema.Struct<{
51
52
  columnVisibility: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Boolean>>;
52
53
  columnOrder: Schema.optional<Schema.Array$<typeof Schema.String>>;
@@ -82,6 +83,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
82
83
  cellStyle?: string;
83
84
  style?: string;
84
85
  pagination?: Schema.Schema.Type<typeof import("../../../../table/schema.js").Pagination>;
86
+ persistQuery?: boolean;
85
87
  initialState?: Schema.Schema.Type<Schema.Struct<{
86
88
  columnVisibility: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Boolean>>;
87
89
  columnOrder: Schema.optional<Schema.Array$<typeof Schema.String>>;
@@ -31,7 +31,11 @@ const configure = props.configure ?? (() => {
31
31
  void configure;
32
32
  provideCELContext(buildFormRuntimeScope({
33
33
  form: () => state.value ?? {},
34
- now: () => new TZDate()
34
+ now: () => new TZDate(),
35
+ // `formHistory` is created further down; these thunks are stored now and
36
+ // only called at eval time (long after setup), so reading it here is safe.
37
+ undoable: () => formHistory.canUndo.value,
38
+ redoable: () => formHistory.canRedo.value
35
39
  }));
36
40
  const inherited = injectCELContext();
37
41
  const $cel = (expression, context) => _rawCel(expression, { ...celBindings(inherited), ...context });
@@ -4,7 +4,7 @@ import type { InitialSource } from './utils/initial.js';
4
4
  import { registerFormVariablesIfAbsent } from './utils/form-vars.js';
5
5
  import { type LayoutSetValue } from '../../share/layout.js';
6
6
  export { commonFieldFields } from './utils/common.js';
7
- export { getStructFieldTitle, getStructFieldDescription } from './utils/schema-meta.js';
7
+ export { getStructFieldTitle, getStructFieldDescription, getNestedStructFieldTitle, getNestedStructFieldDescription, } from './utils/schema-meta.js';
8
8
  export { Align, DEFAULT_GAP, LayoutSet, validatePlacements } from '../../share/layout.js';
9
9
  declare const KIND = "shwfed.component.form";
10
10
  export declare const metadata: {
@@ -8,7 +8,12 @@ import {
8
8
  validatePlacements
9
9
  } from "../../share/layout.js";
10
10
  export { commonFieldFields } from "./utils/common.js";
11
- export { getStructFieldTitle, getStructFieldDescription } from "./utils/schema-meta.js";
11
+ export {
12
+ getStructFieldTitle,
13
+ getStructFieldDescription,
14
+ getNestedStructFieldTitle,
15
+ getNestedStructFieldDescription
16
+ } from "./utils/schema-meta.js";
12
17
  export { Align, DEFAULT_GAP, LayoutSet, validatePlacements } from "../../share/layout.js";
13
18
  const KIND = "shwfed.component.form";
14
19
  export const metadata = {
@@ -2,4 +2,6 @@ export function registerFormVariablesIfAbsent(env) {
2
2
  const declared = new Set(env.getDefinitions().variables.map((v) => v.name));
3
3
  if (!declared.has("now")) env.registerVariable("now", "Date", { label: "\u5F53\u524D\u65F6\u95F4", description: "\u5F53\u524D\u65E5\u671F/\u65F6\u95F4" });
4
4
  if (!declared.has("form")) env.registerVariable("form", "dyn", { label: "\u8868\u5355\u503C", description: "\u5F53\u524D\u8868\u5355\u72B6\u6001" });
5
+ if (!declared.has("undoable")) env.registerVariable("undoable", "bool", { label: "\u53EF\u64A4\u9500", description: "\u5F53\u524D\u662F\u5426\u6709\u53EF\u64A4\u9500\u7684\u4FEE\u6539" });
6
+ if (!declared.has("redoable")) env.registerVariable("redoable", "bool", { label: "\u53EF\u91CD\u505A", description: "\u5F53\u524D\u662F\u5426\u6709\u53EF\u91CD\u505A\u7684\u4FEE\u6539" });
5
7
  }
@@ -2,6 +2,8 @@ import { type Schema } from 'effect';
2
2
  type AnySchema = Schema.Schema<any, any, any>;
3
3
  export declare function getStructFieldTitle(schema: AnySchema, fieldName: string): string | undefined;
4
4
  export declare function getStructFieldDescription(schema: AnySchema, fieldName: string): string | undefined;
5
+ export declare function getNestedStructFieldTitle(schema: AnySchema, parentField: string, childField: string): string | undefined;
6
+ export declare function getNestedStructFieldDescription(schema: AnySchema, parentField: string, childField: string): string | undefined;
5
7
  export type StructFieldInfo = {
6
8
  name: string;
7
9
  title?: string;
@@ -46,6 +46,30 @@ export function getStructFieldTitle(schema, fieldName) {
46
46
  export function getStructFieldDescription(schema, fieldName) {
47
47
  return getFieldAnnotation(schema, fieldName, SchemaAST.getDescriptionAnnotation);
48
48
  }
49
+ function getNestedFieldAnnotation(schema, parentField, childField, getter) {
50
+ const parentPs = findPropertySignature(schema, parentField);
51
+ if (!parentPs) return void 0;
52
+ const tl = getTypeLiteral(resolveFieldType(parentPs));
53
+ if (!tl) return void 0;
54
+ const ps = tl.propertySignatures.find((p) => p.name === childField);
55
+ if (!ps) return void 0;
56
+ const fromPS = getter(ps);
57
+ if (Option.isSome(fromPS)) return fromPS.value;
58
+ const resolved = resolveFieldType(ps);
59
+ const fromResolved = getter(resolved);
60
+ if (Option.isSome(fromResolved)) return fromResolved.value;
61
+ if (resolved !== ps.type) {
62
+ const fromType = getter(ps.type);
63
+ if (Option.isSome(fromType)) return fromType.value;
64
+ }
65
+ return void 0;
66
+ }
67
+ export function getNestedStructFieldTitle(schema, parentField, childField) {
68
+ return getNestedFieldAnnotation(schema, parentField, childField, SchemaAST.getTitleAnnotation);
69
+ }
70
+ export function getNestedStructFieldDescription(schema, parentField, childField) {
71
+ return getNestedFieldAnnotation(schema, parentField, childField, SchemaAST.getDescriptionAnnotation);
72
+ }
49
73
  export function listStructFields(schema) {
50
74
  const tl = getTypeLiteral(schema.ast);
51
75
  if (!tl) return [];
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
50
  readonly locale: "en" | "ja" | "ko";
51
51
  readonly message: string;
52
52
  }[]];
53
+ readonly successMessage?: string | undefined;
53
54
  readonly accessor: string;
54
55
  readonly sortKey?: string | undefined;
55
- readonly successMessage?: string | undefined;
56
56
  }) => any;
57
57
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
58
58
  "onUpdate:modelValue"?: ((value: {
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
102
102
  readonly locale: "en" | "ja" | "ko";
103
103
  readonly message: string;
104
104
  }[]];
105
+ readonly successMessage?: string | undefined;
105
106
  readonly accessor: string;
106
107
  readonly sortKey?: string | undefined;
107
- readonly successMessage?: string | undefined;
108
108
  }) => any) | undefined;
109
109
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
110
  declare const _default: typeof __VLS_export;
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
50
  readonly locale: "en" | "ja" | "ko";
51
51
  readonly message: string;
52
52
  }[]];
53
+ readonly successMessage?: string | undefined;
53
54
  readonly accessor: string;
54
55
  readonly sortKey?: string | undefined;
55
- readonly successMessage?: string | undefined;
56
56
  }) => any;
57
57
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
58
58
  "onUpdate:modelValue"?: ((value: {
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
102
102
  readonly locale: "en" | "ja" | "ko";
103
103
  readonly message: string;
104
104
  }[]];
105
+ readonly successMessage?: string | undefined;
105
106
  readonly accessor: string;
106
107
  readonly sortKey?: string | undefined;
107
- readonly successMessage?: string | undefined;
108
108
  }) => any) | undefined;
109
109
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
110
  declare const _default: typeof __VLS_export;
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
64
64
  readonly readonly?: string | undefined;
65
65
  readonly grow?: boolean | undefined;
66
66
  readonly enableSorting?: boolean | undefined;
67
+ readonly successMessage?: string | undefined;
67
68
  readonly accessor: string;
68
69
  readonly sortKey?: string | undefined;
69
- readonly successMessage?: string | undefined;
70
70
  }) => any;
71
71
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
72
72
  "onUpdate:modelValue"?: ((value: {
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
130
130
  readonly readonly?: string | undefined;
131
131
  readonly grow?: boolean | undefined;
132
132
  readonly enableSorting?: boolean | undefined;
133
+ readonly successMessage?: string | undefined;
133
134
  readonly accessor: string;
134
135
  readonly sortKey?: string | undefined;
135
- readonly successMessage?: string | undefined;
136
136
  }) => any) | undefined;
137
137
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
138
138
  declare const _default: typeof __VLS_export;
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
64
64
  readonly readonly?: string | undefined;
65
65
  readonly grow?: boolean | undefined;
66
66
  readonly enableSorting?: boolean | undefined;
67
+ readonly successMessage?: string | undefined;
67
68
  readonly accessor: string;
68
69
  readonly sortKey?: string | undefined;
69
- readonly successMessage?: string | undefined;
70
70
  }) => any;
71
71
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
72
72
  "onUpdate:modelValue"?: ((value: {
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
130
130
  readonly readonly?: string | undefined;
131
131
  readonly grow?: boolean | undefined;
132
132
  readonly enableSorting?: boolean | undefined;
133
+ readonly successMessage?: string | undefined;
133
134
  readonly accessor: string;
134
135
  readonly sortKey?: string | undefined;
135
- readonly successMessage?: string | undefined;
136
136
  }) => any) | undefined;
137
137
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
138
138
  declare const _default: typeof __VLS_export;
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
50
  readonly locale: "en" | "ja" | "ko";
51
51
  readonly message: string;
52
52
  }[]];
53
+ readonly successMessage?: string | undefined;
53
54
  readonly accessor: string;
54
55
  readonly sortKey?: string | undefined;
55
- readonly successMessage?: string | undefined;
56
56
  }) => any;
57
57
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
58
58
  "onUpdate:modelValue"?: ((value: {
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
102
102
  readonly locale: "en" | "ja" | "ko";
103
103
  readonly message: string;
104
104
  }[]];
105
+ readonly successMessage?: string | undefined;
105
106
  readonly accessor: string;
106
107
  readonly sortKey?: string | undefined;
107
- readonly successMessage?: string | undefined;
108
108
  }) => any) | undefined;
109
109
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
110
  declare const _default: typeof __VLS_export;
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
50
  readonly locale: "en" | "ja" | "ko";
51
51
  readonly message: string;
52
52
  }[]];
53
+ readonly successMessage?: string | undefined;
53
54
  readonly accessor: string;
54
55
  readonly sortKey?: string | undefined;
55
- readonly successMessage?: string | undefined;
56
56
  }) => any;
57
57
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
58
58
  "onUpdate:modelValue"?: ((value: {
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
102
102
  readonly locale: "en" | "ja" | "ko";
103
103
  readonly message: string;
104
104
  }[]];
105
+ readonly successMessage?: string | undefined;
105
106
  readonly accessor: string;
106
107
  readonly sortKey?: string | undefined;
107
- readonly successMessage?: string | undefined;
108
108
  }) => any) | undefined;
109
109
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
110
  declare const _default: typeof __VLS_export;
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
64
64
  readonly readonly?: string | undefined;
65
65
  readonly grow?: boolean | undefined;
66
66
  readonly enableSorting?: boolean | undefined;
67
+ readonly successMessage?: string | undefined;
67
68
  readonly accessor: string;
68
69
  readonly sortKey?: string | undefined;
69
- readonly successMessage?: string | undefined;
70
70
  }) => any;
71
71
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
72
72
  "onUpdate:modelValue"?: ((value: {
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
130
130
  readonly readonly?: string | undefined;
131
131
  readonly grow?: boolean | undefined;
132
132
  readonly enableSorting?: boolean | undefined;
133
+ readonly successMessage?: string | undefined;
133
134
  readonly accessor: string;
134
135
  readonly sortKey?: string | undefined;
135
- readonly successMessage?: string | undefined;
136
136
  }) => any) | undefined;
137
137
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
138
138
  declare const _default: typeof __VLS_export;
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
64
64
  readonly readonly?: string | undefined;
65
65
  readonly grow?: boolean | undefined;
66
66
  readonly enableSorting?: boolean | undefined;
67
+ readonly successMessage?: string | undefined;
67
68
  readonly accessor: string;
68
69
  readonly sortKey?: string | undefined;
69
- readonly successMessage?: string | undefined;
70
70
  }) => any;
71
71
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
72
72
  "onUpdate:modelValue"?: ((value: {
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
130
130
  readonly readonly?: string | undefined;
131
131
  readonly grow?: boolean | undefined;
132
132
  readonly enableSorting?: boolean | undefined;
133
+ readonly successMessage?: string | undefined;
133
134
  readonly accessor: string;
134
135
  readonly sortKey?: string | undefined;
135
- readonly successMessage?: string | undefined;
136
136
  }) => any) | undefined;
137
137
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
138
138
  declare const _default: typeof __VLS_export;
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  };
80
80
  }[];
81
81
  };
82
+ readonly successMessage?: string | undefined;
82
83
  readonly accessor: string;
83
84
  readonly sortKey?: string | undefined;
84
- readonly successMessage?: string | undefined;
85
85
  }) => any;
86
86
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
87
87
  "onUpdate:modelValue"?: ((value: {
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
160
160
  };
161
161
  }[];
162
162
  };
163
+ readonly successMessage?: string | undefined;
163
164
  readonly accessor: string;
164
165
  readonly sortKey?: string | undefined;
165
- readonly successMessage?: string | undefined;
166
166
  }) => any) | undefined;
167
167
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
168
168
  declare const _default: typeof __VLS_export;
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  };
80
80
  }[];
81
81
  };
82
+ readonly successMessage?: string | undefined;
82
83
  readonly accessor: string;
83
84
  readonly sortKey?: string | undefined;
84
- readonly successMessage?: string | undefined;
85
85
  }) => any;
86
86
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
87
87
  "onUpdate:modelValue"?: ((value: {
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
160
160
  };
161
161
  }[];
162
162
  };
163
+ readonly successMessage?: string | undefined;
163
164
  readonly accessor: string;
164
165
  readonly sortKey?: string | undefined;
165
- readonly successMessage?: string | undefined;
166
166
  }) => any) | undefined;
167
167
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
168
168
  declare const _default: typeof __VLS_export;
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  };
80
80
  }[];
81
81
  };
82
+ readonly successMessage?: string | undefined;
82
83
  readonly accessor: string;
83
84
  readonly sortKey?: string | undefined;
84
- readonly successMessage?: string | undefined;
85
85
  }) => any;
86
86
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
87
87
  "onUpdate:modelValue"?: ((value: {
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
160
160
  };
161
161
  }[];
162
162
  };
163
+ readonly successMessage?: string | undefined;
163
164
  readonly accessor: string;
164
165
  readonly sortKey?: string | undefined;
165
- readonly successMessage?: string | undefined;
166
166
  }) => any) | undefined;
167
167
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
168
168
  declare const _default: typeof __VLS_export;
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  };
80
80
  }[];
81
81
  };
82
+ readonly successMessage?: string | undefined;
82
83
  readonly accessor: string;
83
84
  readonly sortKey?: string | undefined;
84
- readonly successMessage?: string | undefined;
85
85
  }) => any;
86
86
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
87
87
  "onUpdate:modelValue"?: ((value: {
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
160
160
  };
161
161
  }[];
162
162
  };
163
+ readonly successMessage?: string | undefined;
163
164
  readonly accessor: string;
164
165
  readonly sortKey?: string | undefined;
165
- readonly successMessage?: string | undefined;
166
166
  }) => any) | undefined;
167
167
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
168
168
  declare const _default: typeof __VLS_export;
@@ -87,8 +87,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
87
87
  readonly target: string;
88
88
  readonly operation: string;
89
89
  }[] | undefined;
90
- readonly accessor: string;
91
90
  readonly successMessage?: string | undefined;
91
+ readonly accessor: string;
92
92
  };
93
93
  }) => any;
94
94
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -176,8 +176,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
176
176
  readonly target: string;
177
177
  readonly operation: string;
178
178
  }[] | undefined;
179
- readonly accessor: string;
180
179
  readonly successMessage?: string | undefined;
180
+ readonly accessor: string;
181
181
  };
182
182
  }) => any) | undefined;
183
183
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -87,8 +87,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
87
87
  readonly target: string;
88
88
  readonly operation: string;
89
89
  }[] | undefined;
90
- readonly accessor: string;
91
90
  readonly successMessage?: string | undefined;
91
+ readonly accessor: string;
92
92
  };
93
93
  }) => any;
94
94
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -176,8 +176,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
176
176
  readonly target: string;
177
177
  readonly operation: string;
178
178
  }[] | undefined;
179
- readonly accessor: string;
180
179
  readonly successMessage?: string | undefined;
180
+ readonly accessor: string;
181
181
  };
182
182
  }) => any) | undefined;
183
183
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -87,8 +87,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
87
87
  readonly target: string;
88
88
  readonly operation: string;
89
89
  }[] | undefined;
90
- readonly accessor: string;
91
90
  readonly successMessage?: string | undefined;
91
+ readonly accessor: string;
92
92
  };
93
93
  }) => any;
94
94
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -176,8 +176,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
176
176
  readonly target: string;
177
177
  readonly operation: string;
178
178
  }[] | undefined;
179
- readonly accessor: string;
180
179
  readonly successMessage?: string | undefined;
180
+ readonly accessor: string;
181
181
  };
182
182
  }) => any) | undefined;
183
183
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -87,8 +87,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
87
87
  readonly target: string;
88
88
  readonly operation: string;
89
89
  }[] | undefined;
90
- readonly accessor: string;
91
90
  readonly successMessage?: string | undefined;
91
+ readonly accessor: string;
92
92
  };
93
93
  }) => any;
94
94
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -176,8 +176,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
176
176
  readonly target: string;
177
177
  readonly operation: string;
178
178
  }[] | undefined;
179
- readonly accessor: string;
180
179
  readonly successMessage?: string | undefined;
180
+ readonly accessor: string;
181
181
  };
182
182
  }) => any) | undefined;
183
183
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;