@shwfed/config 3.0.16 → 3.0.18

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 (111) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/actions/buttons/2026-06-25/com.shwfed.actions.button.state.write/config.d.vue.ts +8 -8
  3. package/dist/runtime/components/actions/buttons/2026-06-25/com.shwfed.actions.button.state.write/config.vue.d.ts +8 -8
  4. package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/config.d.vue.ts +8 -8
  5. package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/config.vue.d.ts +8 -8
  6. package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/runtime.vue +1 -16
  7. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/config.d.vue.ts +6 -6
  8. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/config.vue.d.ts +6 -6
  9. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/runtime.d.vue.ts +6 -6
  10. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/runtime.vue.d.ts +6 -6
  11. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.d.vue.ts +22 -22
  12. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.vue.d.ts +22 -22
  13. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.d.vue.ts +22 -22
  14. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue.d.ts +22 -22
  15. package/dist/runtime/components/form/index.vue +57 -2
  16. package/dist/runtime/components/form/schema.d.ts +5 -0
  17. package/dist/runtime/components/form/schema.js +14 -1
  18. package/dist/runtime/components/form/utils/state-write.d.ts +9 -0
  19. package/dist/runtime/components/form/utils/state-write.js +16 -0
  20. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/config.d.vue.ts +21 -0
  21. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/config.vue +100 -0
  22. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/config.vue.d.ts +21 -0
  23. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/schema.d.ts +18 -0
  24. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/schema.js +47 -0
  25. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -0
  26. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue +32 -0
  27. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -0
  28. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/schema.d.ts +1 -0
  29. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/schema.js +1 -1
  30. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/config.vue +32 -0
  31. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.d.ts +1 -0
  32. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.js +1 -1
  33. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch/config.vue +28 -0
  34. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch/schema.d.ts +1 -0
  35. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch/schema.js +1 -1
  36. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/config.vue +32 -0
  37. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.d.ts +1 -0
  38. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.js +1 -1
  39. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/config.vue +32 -0
  40. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.d.ts +1 -0
  41. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.js +1 -1
  42. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -0
  43. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue +32 -0
  44. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -0
  45. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/schema.d.ts +1 -0
  46. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/schema.js +1 -1
  47. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -0
  48. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue +22 -0
  49. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -0
  50. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/schema.d.ts +1 -0
  51. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/schema.js +1 -1
  52. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -0
  53. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue +22 -0
  54. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -0
  55. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/schema.d.ts +1 -0
  56. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/schema.js +1 -1
  57. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -2
  58. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue +22 -0
  59. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -2
  60. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
  61. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -1
  62. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +4 -2
  63. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue +22 -0
  64. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +4 -2
  65. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
  66. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/schema.js +1 -1
  67. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -2
  68. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue +22 -0
  69. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -2
  70. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
  71. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -1
  72. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +4 -2
  73. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue +22 -0
  74. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +4 -2
  75. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
  76. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/schema.js +1 -1
  77. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -0
  78. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue +22 -0
  79. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -0
  80. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/schema.d.ts +1 -0
  81. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/schema.js +2 -0
  82. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -0
  83. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue +22 -0
  84. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -0
  85. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/schema.d.ts +1 -0
  86. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/schema.js +2 -0
  87. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -2
  88. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue +22 -0
  89. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -2
  90. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
  91. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -1
  92. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +4 -2
  93. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue +22 -0
  94. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +4 -2
  95. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
  96. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.js +1 -1
  97. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/config.vue +32 -0
  98. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.d.ts +1 -0
  99. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.js +1 -1
  100. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/config.vue +32 -0
  101. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +1 -0
  102. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.js +1 -1
  103. package/dist/runtime/components/table/columns/2026-07-16/com.shwfed.table.column.upload/config.vue +32 -0
  104. package/dist/runtime/components/table/columns/2026-07-16/com.shwfed.table.column.upload/schema.d.ts +1 -0
  105. package/dist/runtime/components/table/columns/2026-07-16/com.shwfed.table.column.upload/schema.js +1 -1
  106. package/dist/runtime/components/table/index.d.vue.ts +1 -0
  107. package/dist/runtime/components/table/index.vue +12 -1
  108. package/dist/runtime/components/table/index.vue.d.ts +1 -0
  109. package/dist/runtime/components/table/utils/shared.d.ts +3 -1
  110. package/dist/runtime/components/table/utils/shared.js +28 -2
  111. package/package.json +1 -1
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shwfed",
3
3
  "configKey": "shwfed",
4
- "version": "3.0.16",
4
+ "version": "3.0.18",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -6,6 +6,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
6
6
  "update:modelValue": (value: {
7
7
  readonly type: "com.shwfed.actions.button.state.write";
8
8
  readonly compatibilityDate: "2026-06-25";
9
+ readonly writes: readonly {
10
+ readonly path: string;
11
+ readonly value: string;
12
+ }[];
9
13
  readonly onSuccess?: readonly {
10
14
  readonly id?: string | undefined;
11
15
  readonly params?: unknown;
@@ -13,10 +17,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
13
17
  readonly target: string;
14
18
  readonly operation: string;
15
19
  }[] | undefined;
16
- readonly writes: readonly {
17
- readonly path: string;
18
- readonly value: string;
19
- }[];
20
20
  readonly requests?: readonly {
21
21
  readonly id: string;
22
22
  readonly request: string;
@@ -26,6 +26,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
26
26
  "onUpdate:modelValue"?: ((value: {
27
27
  readonly type: "com.shwfed.actions.button.state.write";
28
28
  readonly compatibilityDate: "2026-06-25";
29
+ readonly writes: readonly {
30
+ readonly path: string;
31
+ readonly value: string;
32
+ }[];
29
33
  readonly onSuccess?: readonly {
30
34
  readonly id?: string | undefined;
31
35
  readonly params?: unknown;
@@ -33,10 +37,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
33
37
  readonly target: string;
34
38
  readonly operation: string;
35
39
  }[] | undefined;
36
- readonly writes: readonly {
37
- readonly path: string;
38
- readonly value: string;
39
- }[];
40
40
  readonly requests?: readonly {
41
41
  readonly id: string;
42
42
  readonly request: string;
@@ -6,6 +6,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
6
6
  "update:modelValue": (value: {
7
7
  readonly type: "com.shwfed.actions.button.state.write";
8
8
  readonly compatibilityDate: "2026-06-25";
9
+ readonly writes: readonly {
10
+ readonly path: string;
11
+ readonly value: string;
12
+ }[];
9
13
  readonly onSuccess?: readonly {
10
14
  readonly id?: string | undefined;
11
15
  readonly params?: unknown;
@@ -13,10 +17,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
13
17
  readonly target: string;
14
18
  readonly operation: string;
15
19
  }[] | undefined;
16
- readonly writes: readonly {
17
- readonly path: string;
18
- readonly value: string;
19
- }[];
20
20
  readonly requests?: readonly {
21
21
  readonly id: string;
22
22
  readonly request: string;
@@ -26,6 +26,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
26
26
  "onUpdate:modelValue"?: ((value: {
27
27
  readonly type: "com.shwfed.actions.button.state.write";
28
28
  readonly compatibilityDate: "2026-06-25";
29
+ readonly writes: readonly {
30
+ readonly path: string;
31
+ readonly value: string;
32
+ }[];
29
33
  readonly onSuccess?: readonly {
30
34
  readonly id?: string | undefined;
31
35
  readonly params?: unknown;
@@ -33,10 +37,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
33
37
  readonly target: string;
34
38
  readonly operation: string;
35
39
  }[] | undefined;
36
- readonly writes: readonly {
37
- readonly path: string;
38
- readonly value: string;
39
- }[];
40
40
  readonly requests?: readonly {
41
41
  readonly id: string;
42
42
  readonly request: string;
@@ -13,6 +13,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
13
13
  readonly target: string;
14
14
  readonly operation: string;
15
15
  }[] | undefined;
16
+ readonly writes: readonly {
17
+ readonly path: string;
18
+ readonly value: string;
19
+ }[];
16
20
  readonly onSuccess?: readonly {
17
21
  readonly id?: string | undefined;
18
22
  readonly params?: unknown;
@@ -20,10 +24,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
20
24
  readonly target: string;
21
25
  readonly operation: string;
22
26
  }[] | undefined;
23
- readonly writes: readonly {
24
- readonly path: string;
25
- readonly value: string;
26
- }[];
27
27
  }) => any;
28
28
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
29
29
  "onUpdate:modelValue"?: ((value: {
@@ -36,6 +36,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
36
36
  readonly target: string;
37
37
  readonly operation: string;
38
38
  }[] | undefined;
39
+ readonly writes: readonly {
40
+ readonly path: string;
41
+ readonly value: string;
42
+ }[];
39
43
  readonly onSuccess?: readonly {
40
44
  readonly id?: string | undefined;
41
45
  readonly params?: unknown;
@@ -43,10 +47,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
43
47
  readonly target: string;
44
48
  readonly operation: string;
45
49
  }[] | undefined;
46
- readonly writes: readonly {
47
- readonly path: string;
48
- readonly value: string;
49
- }[];
50
50
  }) => any) | undefined;
51
51
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
52
  declare const _default: typeof __VLS_export;
@@ -13,6 +13,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
13
13
  readonly target: string;
14
14
  readonly operation: string;
15
15
  }[] | undefined;
16
+ readonly writes: readonly {
17
+ readonly path: string;
18
+ readonly value: string;
19
+ }[];
16
20
  readonly onSuccess?: readonly {
17
21
  readonly id?: string | undefined;
18
22
  readonly params?: unknown;
@@ -20,10 +24,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
20
24
  readonly target: string;
21
25
  readonly operation: string;
22
26
  }[] | undefined;
23
- readonly writes: readonly {
24
- readonly path: string;
25
- readonly value: string;
26
- }[];
27
27
  }) => any;
28
28
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
29
29
  "onUpdate:modelValue"?: ((value: {
@@ -36,6 +36,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
36
36
  readonly target: string;
37
37
  readonly operation: string;
38
38
  }[] | undefined;
39
+ readonly writes: readonly {
40
+ readonly path: string;
41
+ readonly value: string;
42
+ }[];
39
43
  readonly onSuccess?: readonly {
40
44
  readonly id?: string | undefined;
41
45
  readonly params?: unknown;
@@ -43,10 +47,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
43
47
  readonly target: string;
44
48
  readonly operation: string;
45
49
  }[] | undefined;
46
- readonly writes: readonly {
47
- readonly path: string;
48
- readonly value: string;
49
- }[];
50
50
  }) => any) | undefined;
51
51
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
52
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Cause, Effect } from "effect";
3
- import { createDefu } from "defu";
4
3
  import { cel as _rawCel } from "../../../../../utils/cel";
5
4
  import { celBindings, injectCELContext } from "../../../../../utils/cel-context";
6
5
  import { dispatchTriggers, useEventChannel } from "../../../../../share/event-bus";
7
6
  import { useFormState } from "../../../../form/utils/state";
7
+ import { mergeAtPath } from "../../../../form/utils/state-write";
8
8
  import ShwfedActionDefinition from "../../../components/definition.vue";
9
9
  defineOptions({ name: "ShwfedStateWriteActionRuntime" });
10
10
  const props = defineProps({
@@ -16,21 +16,6 @@ const $cel = (expression, context) => _rawCel(expression, { ...celBindings(inher
16
16
  const nearestFormState = useFormState();
17
17
  const formState = nearestFormState.kind === "form" && nearestFormState.parent ? nearestFormState.parent : nearestFormState;
18
18
  const channel = useEventChannel();
19
- const mergeObjects = createDefu((obj, key, value) => {
20
- if (Array.isArray(obj[key]) && Array.isArray(value)) {
21
- obj[key] = value;
22
- return true;
23
- }
24
- });
25
- function isPlainObject(v) {
26
- return typeof v === "object" && v !== null && !Array.isArray(v);
27
- }
28
- function mergeAtPath(current, next) {
29
- if (isPlainObject(current) && isPlainObject(next)) {
30
- return mergeObjects({ ...next }, current);
31
- }
32
- return next;
33
- }
34
19
  const effect = Effect.suspend(() => {
35
20
  const steps = {};
36
21
  return dispatchTriggers(channel, props.config.before, $cel, steps).pipe(
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
+ readonly certNo?: string | undefined;
17
+ readonly areaUnit?: string | undefined;
16
18
  readonly quantity?: string | undefined;
17
19
  readonly unitPrice?: string | undefined;
18
20
  readonly amount: string;
19
21
  readonly taxRate?: string | undefined;
20
22
  readonly taxAmount?: string | undefined;
21
- readonly certNo?: string | undefined;
22
- readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
+ readonly kindLabel: string;
48
49
  readonly totalAmount: string;
49
50
  readonly totalTax: string;
50
- readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:modelValue"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
+ readonly certNo?: string | undefined;
59
+ readonly areaUnit?: string | undefined;
58
60
  readonly quantity?: string | undefined;
59
61
  readonly unitPrice?: string | undefined;
60
62
  readonly amount: string;
61
63
  readonly taxRate?: string | undefined;
62
64
  readonly taxAmount?: string | undefined;
63
- readonly certNo?: string | undefined;
64
- readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
+ readonly kindLabel: string;
90
91
  readonly totalAmount: string;
91
92
  readonly totalTax: string;
92
- readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
+ readonly certNo?: string | undefined;
17
+ readonly areaUnit?: string | undefined;
16
18
  readonly quantity?: string | undefined;
17
19
  readonly unitPrice?: string | undefined;
18
20
  readonly amount: string;
19
21
  readonly taxRate?: string | undefined;
20
22
  readonly taxAmount?: string | undefined;
21
- readonly certNo?: string | undefined;
22
- readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
+ readonly kindLabel: string;
48
49
  readonly totalAmount: string;
49
50
  readonly totalTax: string;
50
- readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:modelValue"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
+ readonly certNo?: string | undefined;
59
+ readonly areaUnit?: string | undefined;
58
60
  readonly quantity?: string | undefined;
59
61
  readonly unitPrice?: string | undefined;
60
62
  readonly amount: string;
61
63
  readonly taxRate?: string | undefined;
62
64
  readonly taxAmount?: string | undefined;
63
- readonly certNo?: string | undefined;
64
- readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
+ readonly kindLabel: string;
90
91
  readonly totalAmount: string;
91
92
  readonly totalTax: string;
92
- readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
+ readonly certNo?: string | undefined;
17
+ readonly areaUnit?: string | undefined;
16
18
  readonly quantity?: string | undefined;
17
19
  readonly unitPrice?: string | undefined;
18
20
  readonly amount: string;
19
21
  readonly taxRate?: string | undefined;
20
22
  readonly taxAmount?: string | undefined;
21
- readonly certNo?: string | undefined;
22
- readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
+ readonly kindLabel: string;
48
49
  readonly totalAmount: string;
49
50
  readonly totalTax: string;
50
- readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:block"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
+ readonly certNo?: string | undefined;
59
+ readonly areaUnit?: string | undefined;
58
60
  readonly quantity?: string | undefined;
59
61
  readonly unitPrice?: string | undefined;
60
62
  readonly amount: string;
61
63
  readonly taxRate?: string | undefined;
62
64
  readonly taxAmount?: string | undefined;
63
- readonly certNo?: string | undefined;
64
- readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
+ readonly kindLabel: string;
90
91
  readonly totalAmount: string;
91
92
  readonly totalTax: string;
92
- readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
+ readonly certNo?: string | undefined;
17
+ readonly areaUnit?: string | undefined;
16
18
  readonly quantity?: string | undefined;
17
19
  readonly unitPrice?: string | undefined;
18
20
  readonly amount: string;
19
21
  readonly taxRate?: string | undefined;
20
22
  readonly taxAmount?: string | undefined;
21
- readonly certNo?: string | undefined;
22
- readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
+ readonly kindLabel: string;
48
49
  readonly totalAmount: string;
49
50
  readonly totalTax: string;
50
- readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:block"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
+ readonly certNo?: string | undefined;
59
+ readonly areaUnit?: string | undefined;
58
60
  readonly quantity?: string | undefined;
59
61
  readonly unitPrice?: string | undefined;
60
62
  readonly amount: string;
61
63
  readonly taxRate?: string | undefined;
62
64
  readonly taxAmount?: string | undefined;
63
- readonly certNo?: string | undefined;
64
- readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
+ readonly kindLabel: string;
90
91
  readonly totalAmount: string;
91
92
  readonly totalTax: string;
92
- readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -39,6 +39,17 @@ 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 validations?: readonly {
43
+ readonly message: readonly [{
44
+ readonly locale: "zh";
45
+ readonly message: string;
46
+ }, ...{
47
+ readonly locale: "en" | "ja" | "ko";
48
+ readonly message: string;
49
+ }[]];
50
+ readonly warning?: boolean | undefined;
51
+ readonly when: string;
52
+ }[] | undefined;
42
53
  readonly addon?: {
43
54
  readonly size: "default" | "sm" | "xs";
44
55
  readonly style?: string | undefined;
@@ -106,17 +117,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
106
117
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
107
118
  }[];
108
119
  } | undefined;
109
- readonly validations?: readonly {
110
- readonly message: readonly [{
111
- readonly locale: "zh";
112
- readonly message: string;
113
- }, ...{
114
- readonly locale: "en" | "ja" | "ko";
115
- readonly message: string;
116
- }[]];
117
- readonly warning?: boolean | undefined;
118
- readonly when: string;
119
- }[] | undefined;
120
120
  }) => any;
121
121
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
122
122
  "onUpdate:modelValue"?: ((value: {
@@ -155,6 +155,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
155
155
  readonly mode: "formula" | "prefill";
156
156
  readonly expression: string;
157
157
  } | undefined;
158
+ readonly validations?: readonly {
159
+ readonly message: readonly [{
160
+ readonly locale: "zh";
161
+ readonly message: string;
162
+ }, ...{
163
+ readonly locale: "en" | "ja" | "ko";
164
+ readonly message: string;
165
+ }[]];
166
+ readonly warning?: boolean | undefined;
167
+ readonly when: string;
168
+ }[] | undefined;
158
169
  readonly addon?: {
159
170
  readonly size: "default" | "sm" | "xs";
160
171
  readonly style?: string | undefined;
@@ -222,17 +233,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
222
233
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
223
234
  }[];
224
235
  } | undefined;
225
- readonly validations?: readonly {
226
- readonly message: readonly [{
227
- readonly locale: "zh";
228
- readonly message: string;
229
- }, ...{
230
- readonly locale: "en" | "ja" | "ko";
231
- readonly message: string;
232
- }[]];
233
- readonly warning?: boolean | undefined;
234
- readonly when: string;
235
- }[] | undefined;
236
236
  }) => any) | undefined;
237
237
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
238
238
  declare const _default: typeof __VLS_export;
@@ -39,6 +39,17 @@ 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 validations?: readonly {
43
+ readonly message: readonly [{
44
+ readonly locale: "zh";
45
+ readonly message: string;
46
+ }, ...{
47
+ readonly locale: "en" | "ja" | "ko";
48
+ readonly message: string;
49
+ }[]];
50
+ readonly warning?: boolean | undefined;
51
+ readonly when: string;
52
+ }[] | undefined;
42
53
  readonly addon?: {
43
54
  readonly size: "default" | "sm" | "xs";
44
55
  readonly style?: string | undefined;
@@ -106,17 +117,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
106
117
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
107
118
  }[];
108
119
  } | undefined;
109
- readonly validations?: readonly {
110
- readonly message: readonly [{
111
- readonly locale: "zh";
112
- readonly message: string;
113
- }, ...{
114
- readonly locale: "en" | "ja" | "ko";
115
- readonly message: string;
116
- }[]];
117
- readonly warning?: boolean | undefined;
118
- readonly when: string;
119
- }[] | undefined;
120
120
  }) => any;
121
121
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
122
122
  "onUpdate:modelValue"?: ((value: {
@@ -155,6 +155,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
155
155
  readonly mode: "formula" | "prefill";
156
156
  readonly expression: string;
157
157
  } | undefined;
158
+ readonly validations?: readonly {
159
+ readonly message: readonly [{
160
+ readonly locale: "zh";
161
+ readonly message: string;
162
+ }, ...{
163
+ readonly locale: "en" | "ja" | "ko";
164
+ readonly message: string;
165
+ }[]];
166
+ readonly warning?: boolean | undefined;
167
+ readonly when: string;
168
+ }[] | undefined;
158
169
  readonly addon?: {
159
170
  readonly size: "default" | "sm" | "xs";
160
171
  readonly style?: string | undefined;
@@ -222,17 +233,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
222
233
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
223
234
  }[];
224
235
  } | undefined;
225
- readonly validations?: readonly {
226
- readonly message: readonly [{
227
- readonly locale: "zh";
228
- readonly message: string;
229
- }, ...{
230
- readonly locale: "en" | "ja" | "ko";
231
- readonly message: string;
232
- }[]];
233
- readonly warning?: boolean | undefined;
234
- readonly when: string;
235
- }[] | undefined;
236
236
  }) => any) | undefined;
237
237
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
238
238
  declare const _default: typeof __VLS_export;
@@ -42,6 +42,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
42
42
  readonly mode: "formula" | "prefill";
43
43
  readonly expression: string;
44
44
  } | undefined;
45
+ readonly validations?: readonly {
46
+ readonly message: readonly [{
47
+ readonly locale: "zh";
48
+ readonly message: string;
49
+ }, ...{
50
+ readonly locale: "en" | "ja" | "ko";
51
+ readonly message: string;
52
+ }[]];
53
+ readonly warning?: boolean | undefined;
54
+ readonly when: string;
55
+ }[] | undefined;
45
56
  readonly addon?: {
46
57
  readonly size: "default" | "sm" | "xs";
47
58
  readonly style?: string | undefined;
@@ -109,17 +120,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
109
120
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
110
121
  }[];
111
122
  } | undefined;
112
- readonly validations?: readonly {
113
- readonly message: readonly [{
114
- readonly locale: "zh";
115
- readonly message: string;
116
- }, ...{
117
- readonly locale: "en" | "ja" | "ko";
118
- readonly message: string;
119
- }[]];
120
- readonly warning?: boolean | undefined;
121
- readonly when: string;
122
- }[] | undefined;
123
123
  readonly precision?: number | undefined;
124
124
  readonly roundingMode?: "round" | "floor" | "ceil" | undefined;
125
125
  readonly valueAsString?: boolean | undefined;
@@ -165,6 +165,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
165
165
  readonly mode: "formula" | "prefill";
166
166
  readonly expression: string;
167
167
  } | undefined;
168
+ readonly validations?: readonly {
169
+ readonly message: readonly [{
170
+ readonly locale: "zh";
171
+ readonly message: string;
172
+ }, ...{
173
+ readonly locale: "en" | "ja" | "ko";
174
+ readonly message: string;
175
+ }[]];
176
+ readonly warning?: boolean | undefined;
177
+ readonly when: string;
178
+ }[] | undefined;
168
179
  readonly addon?: {
169
180
  readonly size: "default" | "sm" | "xs";
170
181
  readonly style?: string | undefined;
@@ -232,17 +243,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
232
243
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
233
244
  }[];
234
245
  } | undefined;
235
- readonly validations?: readonly {
236
- readonly message: readonly [{
237
- readonly locale: "zh";
238
- readonly message: string;
239
- }, ...{
240
- readonly locale: "en" | "ja" | "ko";
241
- readonly message: string;
242
- }[]];
243
- readonly warning?: boolean | undefined;
244
- readonly when: string;
245
- }[] | undefined;
246
246
  readonly precision?: number | undefined;
247
247
  readonly roundingMode?: "round" | "floor" | "ceil" | undefined;
248
248
  readonly valueAsString?: boolean | undefined;