@shwfed/config 3.0.15 → 3.0.17

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 (122) 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.textarea/config.d.vue.ts +2 -2
  12. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/config.vue.d.ts +2 -2
  13. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.d.vue.ts +16 -16
  14. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue.d.ts +16 -16
  15. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +6 -6
  16. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +6 -6
  17. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +8 -8
  18. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +8 -8
  19. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.d.vue.ts +2 -2
  20. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +2 -2
  21. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.d.vue.ts +16 -16
  22. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue.d.ts +16 -16
  23. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +6 -6
  24. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +6 -6
  25. package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.d.vue.ts +16 -16
  26. package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue.d.ts +16 -16
  27. package/dist/runtime/components/form/index.vue +57 -2
  28. package/dist/runtime/components/form/schema.d.ts +5 -0
  29. package/dist/runtime/components/form/schema.js +14 -1
  30. package/dist/runtime/components/form/utils/derived.js +1 -0
  31. package/dist/runtime/components/form/utils/state-write.d.ts +9 -0
  32. package/dist/runtime/components/form/utils/state-write.js +16 -0
  33. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/config.d.vue.ts +21 -0
  34. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/config.vue +100 -0
  35. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/config.vue.d.ts +21 -0
  36. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/schema.d.ts +18 -0
  37. package/dist/runtime/components/operations/2026-07-19/com.shwfed.operation.form.state.write/schema.js +47 -0
  38. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -0
  39. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue +32 -0
  40. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -0
  41. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/schema.d.ts +1 -0
  42. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/schema.js +1 -1
  43. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/config.vue +32 -0
  44. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.d.ts +1 -0
  45. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.js +1 -1
  46. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch/config.vue +28 -0
  47. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch/schema.d.ts +1 -0
  48. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch/schema.js +1 -1
  49. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/config.vue +32 -0
  50. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.d.ts +1 -0
  51. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.js +1 -1
  52. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/config.vue +32 -0
  53. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.d.ts +1 -0
  54. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.js +1 -1
  55. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -0
  56. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue +32 -0
  57. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -0
  58. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/schema.d.ts +1 -0
  59. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/schema.js +1 -1
  60. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -0
  61. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue +22 -0
  62. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -0
  63. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/schema.d.ts +1 -0
  64. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/schema.js +1 -1
  65. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -0
  66. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue +22 -0
  67. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -0
  68. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/schema.d.ts +1 -0
  69. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/schema.js +1 -1
  70. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -0
  71. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue +22 -0
  72. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -0
  73. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
  74. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -1
  75. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -0
  76. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue +22 -0
  77. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -0
  78. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
  79. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/schema.js +1 -1
  80. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -0
  81. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue +22 -0
  82. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -0
  83. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
  84. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -1
  85. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -0
  86. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue +22 -0
  87. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -0
  88. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
  89. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/schema.js +1 -1
  90. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -0
  91. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue +22 -0
  92. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -0
  93. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
  94. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -1
  95. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -0
  96. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue +22 -0
  97. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -0
  98. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
  99. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.js +1 -1
  100. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/config.vue +32 -0
  101. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.d.ts +1 -0
  102. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.js +1 -1
  103. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/config.vue +32 -0
  104. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +1 -0
  105. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.js +1 -1
  106. package/dist/runtime/components/table/columns/2026-07-16/com.shwfed.table.column.upload/config.vue +32 -0
  107. package/dist/runtime/components/table/columns/2026-07-16/com.shwfed.table.column.upload/schema.d.ts +1 -0
  108. package/dist/runtime/components/table/columns/2026-07-16/com.shwfed.table.column.upload/schema.js +1 -1
  109. package/dist/runtime/components/table/index.d.vue.ts +1 -0
  110. package/dist/runtime/components/table/index.vue +12 -1
  111. package/dist/runtime/components/table/index.vue.d.ts +1 -0
  112. package/dist/runtime/components/table/utils/shared.d.ts +2 -1
  113. package/dist/runtime/components/table/utils/shared.js +24 -1
  114. package/dist/runtime/components/ui/date-picker/DatePickerInput.d.vue.ts +1 -1
  115. package/dist/runtime/components/ui/date-picker/DatePickerInput.vue.d.ts +1 -1
  116. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.d.vue.ts +1 -1
  117. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.vue.d.ts +1 -1
  118. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.d.vue.ts +1 -1
  119. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.vue.d.ts +1 -1
  120. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.d.vue.ts +2 -2
  121. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.vue.d.ts +2 -2
  122. 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.15",
4
+ "version": "3.0.17",
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;
@@ -17,15 +21,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
17
21
  readonly id: string;
18
22
  readonly request: string;
19
23
  }[] | undefined;
20
- readonly writes: readonly {
21
- readonly path: string;
22
- readonly value: string;
23
- }[];
24
24
  }) => any;
25
25
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
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;
@@ -37,10 +41,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
37
41
  readonly id: string;
38
42
  readonly request: string;
39
43
  }[] | undefined;
40
- readonly writes: readonly {
41
- readonly path: string;
42
- readonly value: string;
43
- }[];
44
44
  }) => any) | undefined;
45
45
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
46
  declare const _default: typeof __VLS_export;
@@ -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;
@@ -17,15 +21,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
17
21
  readonly id: string;
18
22
  readonly request: string;
19
23
  }[] | undefined;
20
- readonly writes: readonly {
21
- readonly path: string;
22
- readonly value: string;
23
- }[];
24
24
  }) => any;
25
25
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
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;
@@ -37,10 +41,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
37
41
  readonly id: string;
38
42
  readonly request: string;
39
43
  }[] | undefined;
40
- readonly writes: readonly {
41
- readonly path: string;
42
- readonly value: string;
43
- }[];
44
44
  }) => any) | undefined;
45
45
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
46
  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;
@@ -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,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly mode: "formula" | "prefill";
40
40
  readonly expression: string;
41
41
  } | undefined;
42
+ readonly maxLength?: number | undefined;
42
43
  readonly validations?: readonly {
43
44
  readonly message: readonly [{
44
45
  readonly locale: "zh";
@@ -50,7 +51,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
51
  readonly warning?: boolean | undefined;
51
52
  readonly when: string;
52
53
  }[] | undefined;
53
- readonly maxLength?: number | undefined;
54
54
  }) => any;
55
55
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
56
56
  "onUpdate:modelValue"?: ((value: {
@@ -89,6 +89,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
89
89
  readonly mode: "formula" | "prefill";
90
90
  readonly expression: string;
91
91
  } | undefined;
92
+ readonly maxLength?: number | undefined;
92
93
  readonly validations?: readonly {
93
94
  readonly message: readonly [{
94
95
  readonly locale: "zh";
@@ -100,7 +101,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
100
101
  readonly warning?: boolean | undefined;
101
102
  readonly when: string;
102
103
  }[] | undefined;
103
- readonly maxLength?: number | undefined;
104
104
  }) => any) | undefined;
105
105
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
106
106
  declare const _default: typeof __VLS_export;
@@ -39,6 +39,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly mode: "formula" | "prefill";
40
40
  readonly expression: string;
41
41
  } | undefined;
42
+ readonly maxLength?: number | undefined;
42
43
  readonly validations?: readonly {
43
44
  readonly message: readonly [{
44
45
  readonly locale: "zh";
@@ -50,7 +51,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
51
  readonly warning?: boolean | undefined;
51
52
  readonly when: string;
52
53
  }[] | undefined;
53
- readonly maxLength?: number | undefined;
54
54
  }) => any;
55
55
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
56
56
  "onUpdate:modelValue"?: ((value: {
@@ -89,6 +89,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
89
89
  readonly mode: "formula" | "prefill";
90
90
  readonly expression: string;
91
91
  } | undefined;
92
+ readonly maxLength?: number | undefined;
92
93
  readonly validations?: readonly {
93
94
  readonly message: readonly [{
94
95
  readonly locale: "zh";
@@ -100,7 +101,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
100
101
  readonly warning?: boolean | undefined;
101
102
  readonly when: string;
102
103
  }[] | undefined;
103
- readonly maxLength?: number | undefined;
104
104
  }) => any) | undefined;
105
105
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
106
106
  declare const _default: typeof __VLS_export;
@@ -40,14 +40,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
40
40
  readonly mode: "formula" | "prefill";
41
41
  readonly expression: string;
42
42
  } | undefined;
43
- readonly optionValue: string;
44
- readonly optionLabel: readonly [{
45
- readonly locale: "zh";
46
- readonly message: string;
47
- }, ...{
48
- readonly locale: "en" | "ja" | "ko";
49
- readonly message: string;
50
- }[]];
51
43
  readonly validations?: readonly {
52
44
  readonly message: readonly [{
53
45
  readonly locale: "zh";
@@ -59,6 +51,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
59
51
  readonly warning?: boolean | undefined;
60
52
  readonly when: string;
61
53
  }[] | undefined;
54
+ readonly optionValue: string;
55
+ readonly optionLabel: readonly [{
56
+ readonly locale: "zh";
57
+ readonly message: string;
58
+ }, ...{
59
+ readonly locale: "en" | "ja" | "ko";
60
+ readonly message: string;
61
+ }[]];
62
62
  }) => any;
63
63
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
64
64
  "onUpdate:modelValue"?: ((value: {
@@ -98,14 +98,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
98
98
  readonly mode: "formula" | "prefill";
99
99
  readonly expression: string;
100
100
  } | undefined;
101
- readonly optionValue: string;
102
- readonly optionLabel: readonly [{
103
- readonly locale: "zh";
104
- readonly message: string;
105
- }, ...{
106
- readonly locale: "en" | "ja" | "ko";
107
- readonly message: string;
108
- }[]];
109
101
  readonly validations?: readonly {
110
102
  readonly message: readonly [{
111
103
  readonly locale: "zh";
@@ -117,6 +109,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
117
109
  readonly warning?: boolean | undefined;
118
110
  readonly when: string;
119
111
  }[] | undefined;
112
+ readonly optionValue: string;
113
+ readonly optionLabel: readonly [{
114
+ readonly locale: "zh";
115
+ readonly message: string;
116
+ }, ...{
117
+ readonly locale: "en" | "ja" | "ko";
118
+ readonly message: string;
119
+ }[]];
120
120
  }) => any) | undefined;
121
121
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
122
122
  declare const _default: typeof __VLS_export;
@@ -40,14 +40,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
40
40
  readonly mode: "formula" | "prefill";
41
41
  readonly expression: string;
42
42
  } | undefined;
43
- readonly optionValue: string;
44
- readonly optionLabel: readonly [{
45
- readonly locale: "zh";
46
- readonly message: string;
47
- }, ...{
48
- readonly locale: "en" | "ja" | "ko";
49
- readonly message: string;
50
- }[]];
51
43
  readonly validations?: readonly {
52
44
  readonly message: readonly [{
53
45
  readonly locale: "zh";
@@ -59,6 +51,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
59
51
  readonly warning?: boolean | undefined;
60
52
  readonly when: string;
61
53
  }[] | undefined;
54
+ readonly optionValue: string;
55
+ readonly optionLabel: readonly [{
56
+ readonly locale: "zh";
57
+ readonly message: string;
58
+ }, ...{
59
+ readonly locale: "en" | "ja" | "ko";
60
+ readonly message: string;
61
+ }[]];
62
62
  }) => any;
63
63
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
64
64
  "onUpdate:modelValue"?: ((value: {
@@ -98,14 +98,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
98
98
  readonly mode: "formula" | "prefill";
99
99
  readonly expression: string;
100
100
  } | undefined;
101
- readonly optionValue: string;
102
- readonly optionLabel: readonly [{
103
- readonly locale: "zh";
104
- readonly message: string;
105
- }, ...{
106
- readonly locale: "en" | "ja" | "ko";
107
- readonly message: string;
108
- }[]];
109
101
  readonly validations?: readonly {
110
102
  readonly message: readonly [{
111
103
  readonly locale: "zh";
@@ -117,6 +109,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
117
109
  readonly warning?: boolean | undefined;
118
110
  readonly when: string;
119
111
  }[] | undefined;
112
+ readonly optionValue: string;
113
+ readonly optionLabel: readonly [{
114
+ readonly locale: "zh";
115
+ readonly message: string;
116
+ }, ...{
117
+ readonly locale: "en" | "ja" | "ko";
118
+ readonly message: string;
119
+ }[]];
120
120
  }) => any) | undefined;
121
121
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
122
122
  declare const _default: typeof __VLS_export;
@@ -33,8 +33,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
33
33
  readonly expression: string;
34
34
  } | undefined;
35
35
  readonly numberOfMonths?: number | undefined;
36
- readonly rangeSeparatorIcon?: string | undefined;
37
36
  readonly format?: string | undefined;
37
+ readonly valueFormat?: string | undefined;
38
+ readonly disabledDate?: string | undefined;
39
+ readonly rangeSeparatorIcon?: string | undefined;
38
40
  readonly startPlaceholder?: readonly [{
39
41
  readonly locale: "zh";
40
42
  readonly message: string;
@@ -49,8 +51,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
49
51
  readonly locale: "en" | "ja" | "ko";
50
52
  readonly message: string;
51
53
  }[]] | undefined;
52
- readonly valueFormat?: string | undefined;
53
- readonly disabledDate?: string | undefined;
54
54
  readonly validations?: readonly {
55
55
  readonly message: readonly [{
56
56
  readonly locale: "zh";
@@ -106,8 +106,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
106
106
  readonly expression: string;
107
107
  } | undefined;
108
108
  readonly numberOfMonths?: number | undefined;
109
- readonly rangeSeparatorIcon?: string | undefined;
110
109
  readonly format?: string | undefined;
110
+ readonly valueFormat?: string | undefined;
111
+ readonly disabledDate?: string | undefined;
112
+ readonly rangeSeparatorIcon?: string | undefined;
111
113
  readonly startPlaceholder?: readonly [{
112
114
  readonly locale: "zh";
113
115
  readonly message: string;
@@ -122,8 +124,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
122
124
  readonly locale: "en" | "ja" | "ko";
123
125
  readonly message: string;
124
126
  }[]] | undefined;
125
- readonly valueFormat?: string | undefined;
126
- readonly disabledDate?: string | undefined;
127
127
  readonly validations?: readonly {
128
128
  readonly message: readonly [{
129
129
  readonly locale: "zh";