cnhis-design-vue 3.1.49-release.2 → 3.1.50-beta.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 (174) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/classification/src/index.vue2.js +1 -1
  7. package/es/components/expand-field/index.d.ts +1622 -0
  8. package/es/components/expand-field/index.js +1 -0
  9. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +54 -0
  10. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.js +1 -0
  11. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -0
  12. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +841 -0
  13. package/es/components/expand-field/src/components/FormItemPerson.vue.js +1 -0
  14. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +1 -0
  15. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +777 -0
  16. package/es/components/expand-field/src/components/PersonModal.vue.js +1 -0
  17. package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -0
  18. package/es/components/expand-field/src/components/form.vue.d.ts +1494 -0
  19. package/es/components/expand-field/src/components/form.vue.js +1 -0
  20. package/es/components/expand-field/src/components/form.vue2.js +1 -0
  21. package/es/components/expand-field/src/constants/index.d.ts +3 -0
  22. package/es/components/expand-field/src/constants/index.js +1 -0
  23. package/es/components/expand-field/src/hooks/useAsyncData.d.ts +6 -0
  24. package/es/components/expand-field/src/hooks/useAsyncData.js +1 -0
  25. package/es/components/expand-field/src/index.vue.d.ts +1624 -0
  26. package/es/components/expand-field/src/index.vue.js +1 -0
  27. package/es/components/expand-field/src/index.vue2.js +1 -0
  28. package/es/components/expand-field/src/types/index.d.ts +1 -0
  29. package/es/components/expand-field/src/types/index.js +1 -0
  30. package/es/components/expand-field/src/utils/constant.d.ts +17 -0
  31. package/es/components/expand-field/src/utils/constant.js +1 -0
  32. package/es/components/expand-field/src/utils/index.d.ts +6 -0
  33. package/es/components/expand-field/src/utils/index.js +1 -0
  34. package/es/components/expand-field/src/utils/tool.d.ts +2 -0
  35. package/es/components/expand-field/src/utils/tool.js +1 -0
  36. package/es/components/expand-field/style/expand-field-iconfont.ttf +0 -0
  37. package/es/components/expand-field/style/index.css +1 -0
  38. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  39. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +1 -1
  41. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  43. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  45. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  46. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
  47. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  48. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  49. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  50. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  51. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  52. package/es/components/fabric-chart/src/interface.d.ts +1 -1
  53. package/es/components/field-set/index.d.ts +177 -16
  54. package/es/components/field-set/src/FieldSet.vue.d.ts +161 -17
  55. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  56. package/es/components/field-set/src/components/Row.vue.d.ts +116 -15
  57. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  58. package/es/components/field-set/src/types/index.d.ts +1 -1
  59. package/es/components/field-set/src/utils/index.js +1 -1
  60. package/es/components/field-set/style/index.css +1 -1
  61. package/es/components/form-config/index.d.ts +593 -5
  62. package/es/components/form-config/src/FormConfig.vue.d.ts +593 -5
  63. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  64. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +17 -1
  65. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +296 -4
  66. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  67. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  68. package/es/components/form-render/index.d.ts +17 -1
  69. package/es/components/form-render/index.js +1 -1
  70. package/es/components/form-render/src/FormRender.vue.d.ts +17 -1
  71. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  72. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +17 -1
  73. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  74. package/es/components/form-render/src/components/renderer/date.js +1 -1
  75. package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -2
  76. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  77. package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
  78. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  79. package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
  80. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  81. package/es/components/form-render/src/components/renderer/select.d.ts +16 -0
  82. package/es/components/form-render/src/components/renderer/select.js +1 -1
  83. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +3 -1
  84. package/es/components/form-render/src/components/renderer/simpleComponent.js +1 -1
  85. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  86. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  87. package/es/components/form-render/src/constants/index.d.ts +2 -1
  88. package/es/components/form-render/src/constants/index.js +1 -1
  89. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  90. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  91. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  92. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +4 -1
  93. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  94. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +4 -1
  95. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  96. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  97. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
  98. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +4 -0
  99. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  100. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  101. package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
  102. package/es/components/form-render/src/types/fieldItem.d.ts +9 -5
  103. package/es/components/form-render/src/types/index.d.ts +1 -0
  104. package/es/components/form-render/src/utils/index.d.ts +2 -0
  105. package/es/components/form-render/src/utils/index.js +1 -1
  106. package/es/components/form-render/style/index.css +1 -1
  107. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +297 -3
  108. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  109. package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -0
  110. package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.js +1 -0
  111. package/es/components/iho-table/src/plugins/index.js +1 -1
  112. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  113. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -1
  114. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  115. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +6 -2
  116. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  117. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  118. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  119. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -0
  120. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  121. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +2 -1
  122. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  123. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  124. package/es/components/iho-table/src/types/index.d.ts +1 -0
  125. package/es/components/iho-table/style/index.css +1 -1
  126. package/es/components/index.css +1 -1
  127. package/es/components/index.d.ts +2 -1
  128. package/es/components/index.js +1 -1
  129. package/es/components/info-header/index.d.ts +42 -3
  130. package/es/components/info-header/src/InfoHeader.vue.d.ts +42 -3
  131. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +4 -1
  132. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +4 -1
  133. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +21 -2
  134. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -1
  135. package/es/components/keyboard/index.d.ts +3 -3
  136. package/es/components/keyboard/src/Keyboard.vue.d.ts +3 -3
  137. package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
  138. package/es/components/multi-chat/src/components/ChatMain.vue2.js +1 -1
  139. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  140. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  141. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  142. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  143. package/es/components/select-person/style/index.css +1 -1
  144. package/es/components/shortcut-setter/index.d.ts +21 -1
  145. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +21 -1
  146. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
  147. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  148. package/es/env.d.ts +25 -25
  149. package/es/shared/assets/img/failure.png.js +1 -1
  150. package/es/shared/assets/img/no-permission.png.js +1 -1
  151. package/es/shared/assets/img/nodata.png.js +1 -1
  152. package/es/shared/assets/img/notfound.png.js +1 -1
  153. package/es/shared/assets/img/qr.png.js +1 -1
  154. package/es/shared/assets/img/success.png.js +1 -1
  155. package/es/shared/assets/img/video.png.js +1 -1
  156. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  157. package/es/shared/assets/img/xb_big.png.js +1 -1
  158. package/es/shared/assets/img/xb_small.png.js +1 -1
  159. package/es/shared/components/CancelRadio/CancelRadio.d.ts +10 -0
  160. package/es/shared/components/CancelRadio/CancelRadio.js +1 -0
  161. package/es/shared/components/CancelRadio/index.d.ts +2 -0
  162. package/es/shared/components/CancelRadio/index.js +1 -0
  163. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +40 -0
  164. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -0
  165. package/es/shared/components/InputNumberSlash/index.d.ts +2 -0
  166. package/es/shared/components/InputNumberSlash/index.js +1 -0
  167. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  168. package/es/shared/hooks/useDateTime.js +1 -1
  169. package/es/shared/package.json.js +1 -1
  170. package/es/shared/utils/anime.d.ts +2 -1
  171. package/es/shared/utils/anime.js +1 -1
  172. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  173. package/es/shared/utils/tapable/index.d.ts +139 -0
  174. package/package.json +2 -2
@@ -17,6 +17,94 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
17
17
  extraMaterialList: {
18
18
  type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
19
19
  };
20
+ formProps: {
21
+ type: import("vue").PropType<Partial<Partial<{
22
+ fieldList: import("..").FieldItem[];
23
+ initialData: import("../../../es/shared/types").AnyObject;
24
+ fieldVisitor: import("..").FieldVisitor;
25
+ column: number;
26
+ maxHeight: string | number;
27
+ anchor: boolean;
28
+ parallelism: number;
29
+ schema: import("@formily/json-schema").Stringify<{
30
+ [key: symbol]: any;
31
+ [key: `x-${string}`]: any;
32
+ [key: `x-${number}`]: any;
33
+ version?: string | undefined;
34
+ name?: import("@formily/json-schema").SchemaKey | undefined;
35
+ title?: any;
36
+ description?: any;
37
+ default?: any;
38
+ readOnly?: boolean | undefined;
39
+ writeOnly?: boolean | undefined;
40
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
41
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
42
+ const?: any;
43
+ multipleOf?: number | undefined;
44
+ maximum?: number | undefined;
45
+ exclusiveMaximum?: number | undefined;
46
+ minimum?: number | undefined;
47
+ exclusiveMinimum?: number | undefined;
48
+ maxLength?: number | undefined;
49
+ minLength?: number | undefined;
50
+ pattern?: string | RegExp | undefined;
51
+ maxItems?: number | undefined;
52
+ minItems?: number | undefined;
53
+ uniqueItems?: boolean | undefined;
54
+ maxProperties?: number | undefined;
55
+ minProperties?: number | undefined;
56
+ required?: string | boolean | string[] | undefined;
57
+ format?: string | undefined;
58
+ $ref?: string | undefined;
59
+ $namespace?: string | undefined;
60
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
61
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
62
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
63
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
64
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
65
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
66
+ "x-value"?: any;
67
+ "x-index"?: number | undefined;
68
+ "x-pattern"?: any;
69
+ "x-display"?: any;
70
+ "x-validator"?: any;
71
+ "x-decorator"?: any;
72
+ "x-decorator-props"?: any;
73
+ "x-component"?: any;
74
+ "x-component-props"?: any;
75
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
76
+ "x-content"?: any;
77
+ "x-data"?: any;
78
+ "x-visible"?: boolean | undefined;
79
+ "x-hidden"?: boolean | undefined;
80
+ "x-disabled"?: boolean | undefined;
81
+ "x-editable"?: boolean | undefined;
82
+ "x-read-only"?: boolean | undefined;
83
+ "x-read-pretty"?: boolean | undefined;
84
+ "x-compile-omitted"?: string[] | undefined;
85
+ }>;
86
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
87
+ scope: import("../../../es/shared/types").AnyObject;
88
+ annotation: import("../../../es/shared/types").AnyObject;
89
+ consumer: boolean;
90
+ uuid: string;
91
+ lifeCycle: Partial<{
92
+ onSetup(): void;
93
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
94
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
95
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
96
+ }>;
97
+ businessFormatter: import("..").FormBusinessFormatter;
98
+ requestInstance: import("..").RequestInstance;
99
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
100
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
101
+ linebarAutoHidden: boolean;
102
+ bordered: string | boolean;
103
+ uniqueCacheData: boolean;
104
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
105
+ outBordered: boolean;
106
+ }>>>;
107
+ };
20
108
  }, {
21
109
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
22
110
  maxHeight: {
@@ -34,6 +122,94 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
34
122
  extraMaterialList: {
35
123
  type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
36
124
  };
125
+ formProps: {
126
+ type: import("vue").PropType<Partial<Partial<{
127
+ fieldList: import("..").FieldItem[];
128
+ initialData: import("../../../es/shared/types").AnyObject;
129
+ fieldVisitor: import("..").FieldVisitor;
130
+ column: number;
131
+ maxHeight: string | number;
132
+ anchor: boolean;
133
+ parallelism: number;
134
+ schema: import("@formily/json-schema").Stringify<{
135
+ [key: symbol]: any;
136
+ [key: `x-${string}`]: any;
137
+ [key: `x-${number}`]: any;
138
+ version?: string | undefined;
139
+ name?: import("@formily/json-schema").SchemaKey | undefined;
140
+ title?: any;
141
+ description?: any;
142
+ default?: any;
143
+ readOnly?: boolean | undefined;
144
+ writeOnly?: boolean | undefined;
145
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
146
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
147
+ const?: any;
148
+ multipleOf?: number | undefined;
149
+ maximum?: number | undefined;
150
+ exclusiveMaximum?: number | undefined;
151
+ minimum?: number | undefined;
152
+ exclusiveMinimum?: number | undefined;
153
+ maxLength?: number | undefined;
154
+ minLength?: number | undefined;
155
+ pattern?: string | RegExp | undefined;
156
+ maxItems?: number | undefined;
157
+ minItems?: number | undefined;
158
+ uniqueItems?: boolean | undefined;
159
+ maxProperties?: number | undefined;
160
+ minProperties?: number | undefined;
161
+ required?: string | boolean | string[] | undefined;
162
+ format?: string | undefined;
163
+ $ref?: string | undefined;
164
+ $namespace?: string | undefined;
165
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
166
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
167
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
168
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
169
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
170
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
171
+ "x-value"?: any;
172
+ "x-index"?: number | undefined;
173
+ "x-pattern"?: any;
174
+ "x-display"?: any;
175
+ "x-validator"?: any;
176
+ "x-decorator"?: any;
177
+ "x-decorator-props"?: any;
178
+ "x-component"?: any;
179
+ "x-component-props"?: any;
180
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
181
+ "x-content"?: any;
182
+ "x-data"?: any;
183
+ "x-visible"?: boolean | undefined;
184
+ "x-hidden"?: boolean | undefined;
185
+ "x-disabled"?: boolean | undefined;
186
+ "x-editable"?: boolean | undefined;
187
+ "x-read-only"?: boolean | undefined;
188
+ "x-read-pretty"?: boolean | undefined;
189
+ "x-compile-omitted"?: string[] | undefined;
190
+ }>;
191
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
192
+ scope: import("../../../es/shared/types").AnyObject;
193
+ annotation: import("../../../es/shared/types").AnyObject;
194
+ consumer: boolean;
195
+ uuid: string;
196
+ lifeCycle: Partial<{
197
+ onSetup(): void;
198
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
199
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
200
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
201
+ }>;
202
+ businessFormatter: import("..").FormBusinessFormatter;
203
+ requestInstance: import("..").RequestInstance;
204
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
205
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
206
+ linebarAutoHidden: boolean;
207
+ bordered: string | boolean;
208
+ uniqueCacheData: boolean;
209
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
210
+ outBordered: boolean;
211
+ }>>>;
212
+ };
37
213
  }>> & {
38
214
  onAddItem?: ((...args: any[]) => any) | undefined;
39
215
  onRemoveItem?: ((...args: any[]) => any) | undefined;
@@ -166,6 +342,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
166
342
  method?: import("..").FormRequestType | undefined;
167
343
  nameKey?: string | undefined;
168
344
  valueKey?: string | undefined;
345
+ showKey?: string | undefined;
169
346
  params?: import("../../../es/shared/types").AnyObject | undefined;
170
347
  dependKey?: string | Record<string, string> | (string | {
171
348
  paramName: string;
@@ -203,6 +380,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
203
380
  prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
204
381
  suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
205
382
  allowSlash?: boolean | undefined;
383
+ allowModify?: "0" | "1" | undefined;
384
+ show_key?: string | undefined;
385
+ bordered?: string | boolean | undefined;
206
386
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
207
387
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
208
388
  lazyRequest?: boolean | undefined;
@@ -1894,6 +2074,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1894
2074
  method?: import("..").FormRequestType | undefined;
1895
2075
  nameKey?: string | undefined;
1896
2076
  valueKey?: string | undefined;
2077
+ showKey?: string | undefined;
1897
2078
  params?: import("../../../es/shared/types").AnyObject | undefined;
1898
2079
  dependKey?: string | Record<string, string> | (string | {
1899
2080
  paramName: string;
@@ -1931,6 +2112,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1931
2112
  prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
1932
2113
  suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
1933
2114
  allowSlash?: boolean | undefined;
2115
+ allowModify?: "0" | "1" | undefined;
2116
+ show_key?: string | undefined;
2117
+ bordered?: string | boolean | undefined;
1934
2118
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
1935
2119
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
1936
2120
  lazyRequest?: boolean | undefined;
@@ -3631,6 +3815,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3631
3815
  method?: import("..").FormRequestType | undefined;
3632
3816
  nameKey?: string | undefined;
3633
3817
  valueKey?: string | undefined;
3818
+ showKey?: string | undefined;
3634
3819
  params?: import("../../../es/shared/types").AnyObject | undefined;
3635
3820
  dependKey?: string | Record<string, string> | (string | {
3636
3821
  paramName: string;
@@ -3668,6 +3853,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3668
3853
  prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
3669
3854
  suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
3670
3855
  allowSlash?: boolean | undefined;
3856
+ allowModify?: "0" | "1" | undefined;
3857
+ show_key?: string | undefined;
3858
+ bordered?: string | boolean | undefined;
3671
3859
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
3672
3860
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
3673
3861
  lazyRequest?: boolean | undefined;
@@ -5359,6 +5547,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5359
5547
  method?: import("..").FormRequestType | undefined;
5360
5548
  nameKey?: string | undefined;
5361
5549
  valueKey?: string | undefined;
5550
+ showKey?: string | undefined;
5362
5551
  params?: import("../../../es/shared/types").AnyObject | undefined;
5363
5552
  dependKey?: string | Record<string, string> | (string | {
5364
5553
  paramName: string;
@@ -5396,6 +5585,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5396
5585
  prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
5397
5586
  suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
5398
5587
  allowSlash?: boolean | undefined;
5588
+ allowModify?: "0" | "1" | undefined;
5589
+ show_key?: string | undefined;
5590
+ bordered?: string | boolean | undefined;
5399
5591
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
5400
5592
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
5401
5593
  lazyRequest?: boolean | undefined;
@@ -7201,6 +7393,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7201
7393
  type: (BooleanConstructor | StringConstructor)[];
7202
7394
  default: boolean;
7203
7395
  };
7396
+ outBordered: {
7397
+ type: BooleanConstructor;
7398
+ default: boolean;
7399
+ };
7204
7400
  uniqueCacheData: {
7205
7401
  type: BooleanConstructor;
7206
7402
  default: boolean;
@@ -7341,6 +7537,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7341
7537
  type: (BooleanConstructor | StringConstructor)[];
7342
7538
  default: boolean;
7343
7539
  };
7540
+ outBordered: {
7541
+ type: BooleanConstructor;
7542
+ default: boolean;
7543
+ };
7344
7544
  uniqueCacheData: {
7345
7545
  type: BooleanConstructor;
7346
7546
  default: boolean;
@@ -7394,7 +7594,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7394
7594
  operationalFormHandler: (field: string) => void;
7395
7595
  triggerAllOperationalFormHandler: () => void;
7396
7596
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
7397
- schemaAdaptor: (fieldList: import("..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
7597
+ schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
7598
+ column: number;
7599
+ outBordered?: boolean | undefined;
7600
+ }) => Record<string, import("@formily/json-schema").Stringify<{
7398
7601
  [key: symbol]: any;
7399
7602
  [key: `x-${string}`]: any;
7400
7603
  [key: `x-${number}`]: any;
@@ -7810,6 +8013,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7810
8013
  type: (BooleanConstructor | StringConstructor)[];
7811
8014
  default: boolean;
7812
8015
  };
8016
+ outBordered: {
8017
+ type: BooleanConstructor;
8018
+ default: boolean;
8019
+ };
7813
8020
  uniqueCacheData: {
7814
8021
  type: BooleanConstructor;
7815
8022
  default: boolean;
@@ -7831,6 +8038,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7831
8038
  linebarAutoHidden: boolean;
7832
8039
  bordered: string | boolean;
7833
8040
  uniqueCacheData: boolean;
8041
+ outBordered: boolean;
7834
8042
  }>;
7835
8043
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
7836
8044
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -7948,18 +8156,194 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7948
8156
  type: StringConstructor;
7949
8157
  required: true;
7950
8158
  };
7951
- formRenderRef: {
8159
+ bindFormRenderRef: {
7952
8160
  type: import("vue").PropType<import("..").FormRenderExpose>;
7953
8161
  };
8162
+ formProps: {
8163
+ type: import("vue").PropType<Partial<Partial<{
8164
+ fieldList: import("..").FieldItem[];
8165
+ initialData: import("../../../es/shared/types").AnyObject;
8166
+ fieldVisitor: import("..").FieldVisitor;
8167
+ column: number;
8168
+ maxHeight: string | number;
8169
+ anchor: boolean;
8170
+ parallelism: number;
8171
+ schema: import("@formily/json-schema").Stringify<{
8172
+ [key: symbol]: any;
8173
+ [key: `x-${string}`]: any;
8174
+ [key: `x-${number}`]: any;
8175
+ version?: string | undefined;
8176
+ name?: import("@formily/json-schema").SchemaKey | undefined;
8177
+ title?: any;
8178
+ description?: any;
8179
+ default?: any;
8180
+ readOnly?: boolean | undefined;
8181
+ writeOnly?: boolean | undefined;
8182
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
8183
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
8184
+ const?: any;
8185
+ multipleOf?: number | undefined;
8186
+ maximum?: number | undefined;
8187
+ exclusiveMaximum?: number | undefined;
8188
+ minimum?: number | undefined;
8189
+ exclusiveMinimum?: number | undefined;
8190
+ maxLength?: number | undefined;
8191
+ minLength?: number | undefined;
8192
+ pattern?: string | RegExp | undefined;
8193
+ maxItems?: number | undefined;
8194
+ minItems?: number | undefined;
8195
+ uniqueItems?: boolean | undefined;
8196
+ maxProperties?: number | undefined;
8197
+ minProperties?: number | undefined;
8198
+ required?: string | boolean | string[] | undefined;
8199
+ format?: string | undefined;
8200
+ $ref?: string | undefined;
8201
+ $namespace?: string | undefined;
8202
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
8203
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
8204
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
8205
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
8206
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
8207
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
8208
+ "x-value"?: any;
8209
+ "x-index"?: number | undefined;
8210
+ "x-pattern"?: any;
8211
+ "x-display"?: any;
8212
+ "x-validator"?: any;
8213
+ "x-decorator"?: any;
8214
+ "x-decorator-props"?: any;
8215
+ "x-component"?: any;
8216
+ "x-component-props"?: any;
8217
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
8218
+ "x-content"?: any;
8219
+ "x-data"?: any;
8220
+ "x-visible"?: boolean | undefined;
8221
+ "x-hidden"?: boolean | undefined;
8222
+ "x-disabled"?: boolean | undefined;
8223
+ "x-editable"?: boolean | undefined;
8224
+ "x-read-only"?: boolean | undefined;
8225
+ "x-read-pretty"?: boolean | undefined;
8226
+ "x-compile-omitted"?: string[] | undefined;
8227
+ }>;
8228
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8229
+ scope: import("../../../es/shared/types").AnyObject;
8230
+ annotation: import("../../../es/shared/types").AnyObject;
8231
+ consumer: boolean;
8232
+ uuid: string;
8233
+ lifeCycle: Partial<{
8234
+ onSetup(): void;
8235
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
8236
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
8237
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
8238
+ }>;
8239
+ businessFormatter: import("..").FormBusinessFormatter;
8240
+ requestInstance: import("..").RequestInstance;
8241
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
8242
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
8243
+ linebarAutoHidden: boolean;
8244
+ bordered: string | boolean;
8245
+ uniqueCacheData: boolean;
8246
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
8247
+ outBordered: boolean;
8248
+ }>>>;
8249
+ };
7954
8250
  }, {
7955
8251
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
7956
8252
  uuid: {
7957
8253
  type: StringConstructor;
7958
8254
  required: true;
7959
8255
  };
7960
- formRenderRef: {
8256
+ bindFormRenderRef: {
7961
8257
  type: import("vue").PropType<import("..").FormRenderExpose>;
7962
8258
  };
8259
+ formProps: {
8260
+ type: import("vue").PropType<Partial<Partial<{
8261
+ fieldList: import("..").FieldItem[];
8262
+ initialData: import("../../../es/shared/types").AnyObject;
8263
+ fieldVisitor: import("..").FieldVisitor;
8264
+ column: number;
8265
+ maxHeight: string | number;
8266
+ anchor: boolean;
8267
+ parallelism: number;
8268
+ schema: import("@formily/json-schema").Stringify<{
8269
+ [key: symbol]: any;
8270
+ [key: `x-${string}`]: any;
8271
+ [key: `x-${number}`]: any;
8272
+ version?: string | undefined;
8273
+ name?: import("@formily/json-schema").SchemaKey | undefined;
8274
+ title?: any;
8275
+ description?: any;
8276
+ default?: any;
8277
+ readOnly?: boolean | undefined;
8278
+ writeOnly?: boolean | undefined;
8279
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
8280
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
8281
+ const?: any;
8282
+ multipleOf?: number | undefined;
8283
+ maximum?: number | undefined;
8284
+ exclusiveMaximum?: number | undefined;
8285
+ minimum?: number | undefined;
8286
+ exclusiveMinimum?: number | undefined;
8287
+ maxLength?: number | undefined;
8288
+ minLength?: number | undefined;
8289
+ pattern?: string | RegExp | undefined;
8290
+ maxItems?: number | undefined;
8291
+ minItems?: number | undefined;
8292
+ uniqueItems?: boolean | undefined;
8293
+ maxProperties?: number | undefined;
8294
+ minProperties?: number | undefined;
8295
+ required?: string | boolean | string[] | undefined;
8296
+ format?: string | undefined;
8297
+ $ref?: string | undefined;
8298
+ $namespace?: string | undefined;
8299
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
8300
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
8301
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
8302
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
8303
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
8304
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
8305
+ "x-value"?: any;
8306
+ "x-index"?: number | undefined;
8307
+ "x-pattern"?: any;
8308
+ "x-display"?: any;
8309
+ "x-validator"?: any;
8310
+ "x-decorator"?: any;
8311
+ "x-decorator-props"?: any;
8312
+ "x-component"?: any;
8313
+ "x-component-props"?: any;
8314
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
8315
+ "x-content"?: any;
8316
+ "x-data"?: any;
8317
+ "x-visible"?: boolean | undefined;
8318
+ "x-hidden"?: boolean | undefined;
8319
+ "x-disabled"?: boolean | undefined;
8320
+ "x-editable"?: boolean | undefined;
8321
+ "x-read-only"?: boolean | undefined;
8322
+ "x-read-pretty"?: boolean | undefined;
8323
+ "x-compile-omitted"?: string[] | undefined;
8324
+ }>;
8325
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8326
+ scope: import("../../../es/shared/types").AnyObject;
8327
+ annotation: import("../../../es/shared/types").AnyObject;
8328
+ consumer: boolean;
8329
+ uuid: string;
8330
+ lifeCycle: Partial<{
8331
+ onSetup(): void;
8332
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
8333
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
8334
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
8335
+ }>;
8336
+ businessFormatter: import("..").FormBusinessFormatter;
8337
+ requestInstance: import("..").RequestInstance;
8338
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
8339
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
8340
+ linebarAutoHidden: boolean;
8341
+ bordered: string | boolean;
8342
+ uniqueCacheData: boolean;
8343
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
8344
+ outBordered: boolean;
8345
+ }>>>;
8346
+ };
7963
8347
  }>> & {}>>;
7964
8348
  wrapperSelector: import("vue").ComputedRef<string>;
7965
8349
  formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
@@ -8063,6 +8447,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8063
8447
  method?: import("..").FormRequestType | undefined;
8064
8448
  nameKey?: string | undefined;
8065
8449
  valueKey?: string | undefined;
8450
+ showKey?: string | undefined;
8066
8451
  params?: import("../../../es/shared/types").AnyObject | undefined;
8067
8452
  dependKey?: string | Record<string, string> | (string | {
8068
8453
  paramName: string;
@@ -8100,6 +8485,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8100
8485
  prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
8101
8486
  suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
8102
8487
  allowSlash?: boolean | undefined;
8488
+ allowModify?: "0" | "1" | undefined;
8489
+ show_key?: string | undefined;
8490
+ bordered?: string | boolean | undefined;
8103
8491
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
8104
8492
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
8105
8493
  lazyRequest?: boolean | undefined;
@@ -9802,6 +10190,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9802
10190
  method?: import("..").FormRequestType | undefined;
9803
10191
  nameKey?: string | undefined;
9804
10192
  valueKey?: string | undefined;
10193
+ showKey?: string | undefined;
9805
10194
  params?: import("../../../es/shared/types").AnyObject | undefined;
9806
10195
  dependKey?: string | Record<string, string> | (string | {
9807
10196
  paramName: string;
@@ -9839,6 +10228,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9839
10228
  prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
9840
10229
  suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
9841
10230
  allowSlash?: boolean | undefined;
10231
+ allowModify?: "0" | "1" | undefined;
10232
+ show_key?: string | undefined;
10233
+ bordered?: string | boolean | undefined;
9842
10234
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
9843
10235
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
9844
10236
  lazyRequest?: boolean | undefined;
@@ -11514,6 +11906,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11514
11906
  method?: import("..").FormRequestType | undefined;
11515
11907
  nameKey?: string | undefined;
11516
11908
  valueKey?: string | undefined;
11909
+ showKey?: string | undefined;
11517
11910
  params?: import("../../../es/shared/types").AnyObject | undefined;
11518
11911
  dependKey?: string | Record<string, string> | (string | {
11519
11912
  paramName: string;
@@ -11551,6 +11944,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11551
11944
  prefix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
11552
11945
  suffix?: string | import("../../../es/shared/types").AnyObject | (() => any) | undefined;
11553
11946
  allowSlash?: boolean | undefined;
11947
+ allowModify?: "0" | "1" | undefined;
11948
+ show_key?: string | undefined;
11949
+ bordered?: string | boolean | undefined;
11554
11950
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
11555
11951
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
11556
11952
  lazyRequest?: boolean | undefined;
@@ -13274,6 +13670,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13274
13670
  type: (BooleanConstructor | StringConstructor)[];
13275
13671
  default: boolean;
13276
13672
  };
13673
+ outBordered: {
13674
+ type: BooleanConstructor;
13675
+ default: boolean;
13676
+ };
13277
13677
  uniqueCacheData: {
13278
13678
  type: BooleanConstructor;
13279
13679
  default: boolean;
@@ -13414,6 +13814,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13414
13814
  type: (BooleanConstructor | StringConstructor)[];
13415
13815
  default: boolean;
13416
13816
  };
13817
+ outBordered: {
13818
+ type: BooleanConstructor;
13819
+ default: boolean;
13820
+ };
13417
13821
  uniqueCacheData: {
13418
13822
  type: BooleanConstructor;
13419
13823
  default: boolean;
@@ -13467,7 +13871,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13467
13871
  operationalFormHandler: (field: string) => void;
13468
13872
  triggerAllOperationalFormHandler: () => void;
13469
13873
  wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
13470
- schemaAdaptor: (fieldList: import("..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
13874
+ schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
13875
+ column: number;
13876
+ outBordered?: boolean | undefined;
13877
+ }) => Record<string, import("@formily/json-schema").Stringify<{
13471
13878
  [key: symbol]: any;
13472
13879
  [key: `x-${string}`]: any;
13473
13880
  [key: `x-${number}`]: any;
@@ -13883,6 +14290,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13883
14290
  type: (BooleanConstructor | StringConstructor)[];
13884
14291
  default: boolean;
13885
14292
  };
14293
+ outBordered: {
14294
+ type: BooleanConstructor;
14295
+ default: boolean;
14296
+ };
13886
14297
  uniqueCacheData: {
13887
14298
  type: BooleanConstructor;
13888
14299
  default: boolean;
@@ -13904,6 +14315,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13904
14315
  linebarAutoHidden: boolean;
13905
14316
  bordered: string | boolean;
13906
14317
  uniqueCacheData: boolean;
14318
+ outBordered: boolean;
13907
14319
  }>;
13908
14320
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
13909
14321
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -13911,9 +14323,97 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13911
14323
  type: StringConstructor;
13912
14324
  required: true;
13913
14325
  };
13914
- formRenderRef: {
14326
+ bindFormRenderRef: {
13915
14327
  type: import("vue").PropType<import("..").FormRenderExpose>;
13916
14328
  };
14329
+ formProps: {
14330
+ type: import("vue").PropType<Partial<Partial<{
14331
+ fieldList: import("..").FieldItem[];
14332
+ initialData: import("../../../es/shared/types").AnyObject;
14333
+ fieldVisitor: import("..").FieldVisitor;
14334
+ column: number;
14335
+ maxHeight: string | number;
14336
+ anchor: boolean;
14337
+ parallelism: number;
14338
+ schema: import("@formily/json-schema").Stringify<{
14339
+ [key: symbol]: any;
14340
+ [key: `x-${string}`]: any;
14341
+ [key: `x-${number}`]: any;
14342
+ version?: string | undefined;
14343
+ name?: import("@formily/json-schema").SchemaKey | undefined;
14344
+ title?: any;
14345
+ description?: any;
14346
+ default?: any;
14347
+ readOnly?: boolean | undefined;
14348
+ writeOnly?: boolean | undefined;
14349
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
14350
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
14351
+ const?: any;
14352
+ multipleOf?: number | undefined;
14353
+ maximum?: number | undefined;
14354
+ exclusiveMaximum?: number | undefined;
14355
+ minimum?: number | undefined;
14356
+ exclusiveMinimum?: number | undefined;
14357
+ maxLength?: number | undefined;
14358
+ minLength?: number | undefined;
14359
+ pattern?: string | RegExp | undefined;
14360
+ maxItems?: number | undefined;
14361
+ minItems?: number | undefined;
14362
+ uniqueItems?: boolean | undefined;
14363
+ maxProperties?: number | undefined;
14364
+ minProperties?: number | undefined;
14365
+ required?: string | boolean | string[] | undefined;
14366
+ format?: string | undefined;
14367
+ $ref?: string | undefined;
14368
+ $namespace?: string | undefined;
14369
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14370
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14371
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
14372
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
14373
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14374
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
14375
+ "x-value"?: any;
14376
+ "x-index"?: number | undefined;
14377
+ "x-pattern"?: any;
14378
+ "x-display"?: any;
14379
+ "x-validator"?: any;
14380
+ "x-decorator"?: any;
14381
+ "x-decorator-props"?: any;
14382
+ "x-component"?: any;
14383
+ "x-component-props"?: any;
14384
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
14385
+ "x-content"?: any;
14386
+ "x-data"?: any;
14387
+ "x-visible"?: boolean | undefined;
14388
+ "x-hidden"?: boolean | undefined;
14389
+ "x-disabled"?: boolean | undefined;
14390
+ "x-editable"?: boolean | undefined;
14391
+ "x-read-only"?: boolean | undefined;
14392
+ "x-read-pretty"?: boolean | undefined;
14393
+ "x-compile-omitted"?: string[] | undefined;
14394
+ }>;
14395
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14396
+ scope: import("../../../es/shared/types").AnyObject;
14397
+ annotation: import("../../../es/shared/types").AnyObject;
14398
+ consumer: boolean;
14399
+ uuid: string;
14400
+ lifeCycle: Partial<{
14401
+ onSetup(): void;
14402
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
14403
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
14404
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
14405
+ }>;
14406
+ businessFormatter: import("..").FormBusinessFormatter;
14407
+ requestInstance: import("..").RequestInstance;
14408
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
14409
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
14410
+ linebarAutoHidden: boolean;
14411
+ bordered: string | boolean;
14412
+ uniqueCacheData: boolean;
14413
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14414
+ outBordered: boolean;
14415
+ }>>>;
14416
+ };
13917
14417
  }>>, {}>;
13918
14418
  FormConfigMaterialItem: import("vue").DefineComponent<{
13919
14419
  formConfigItem: {
@@ -13962,6 +14462,94 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
13962
14462
  extraMaterialList: {
13963
14463
  type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
13964
14464
  };
14465
+ formProps: {
14466
+ type: import("vue").PropType<Partial<Partial<{
14467
+ fieldList: import("..").FieldItem[];
14468
+ initialData: import("../../../es/shared/types").AnyObject;
14469
+ fieldVisitor: import("..").FieldVisitor;
14470
+ column: number;
14471
+ maxHeight: string | number;
14472
+ anchor: boolean;
14473
+ parallelism: number;
14474
+ schema: import("@formily/json-schema").Stringify<{
14475
+ [key: symbol]: any;
14476
+ [key: `x-${string}`]: any;
14477
+ [key: `x-${number}`]: any;
14478
+ version?: string | undefined;
14479
+ name?: import("@formily/json-schema").SchemaKey | undefined;
14480
+ title?: any;
14481
+ description?: any;
14482
+ default?: any;
14483
+ readOnly?: boolean | undefined;
14484
+ writeOnly?: boolean | undefined;
14485
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
14486
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
14487
+ const?: any;
14488
+ multipleOf?: number | undefined;
14489
+ maximum?: number | undefined;
14490
+ exclusiveMaximum?: number | undefined;
14491
+ minimum?: number | undefined;
14492
+ exclusiveMinimum?: number | undefined;
14493
+ maxLength?: number | undefined;
14494
+ minLength?: number | undefined;
14495
+ pattern?: string | RegExp | undefined;
14496
+ maxItems?: number | undefined;
14497
+ minItems?: number | undefined;
14498
+ uniqueItems?: boolean | undefined;
14499
+ maxProperties?: number | undefined;
14500
+ minProperties?: number | undefined;
14501
+ required?: string | boolean | string[] | undefined;
14502
+ format?: string | undefined;
14503
+ $ref?: string | undefined;
14504
+ $namespace?: string | undefined;
14505
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14506
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14507
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
14508
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
14509
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
14510
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
14511
+ "x-value"?: any;
14512
+ "x-index"?: number | undefined;
14513
+ "x-pattern"?: any;
14514
+ "x-display"?: any;
14515
+ "x-validator"?: any;
14516
+ "x-decorator"?: any;
14517
+ "x-decorator-props"?: any;
14518
+ "x-component"?: any;
14519
+ "x-component-props"?: any;
14520
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
14521
+ "x-content"?: any;
14522
+ "x-data"?: any;
14523
+ "x-visible"?: boolean | undefined;
14524
+ "x-hidden"?: boolean | undefined;
14525
+ "x-disabled"?: boolean | undefined;
14526
+ "x-editable"?: boolean | undefined;
14527
+ "x-read-only"?: boolean | undefined;
14528
+ "x-read-pretty"?: boolean | undefined;
14529
+ "x-compile-omitted"?: string[] | undefined;
14530
+ }>;
14531
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14532
+ scope: import("../../../es/shared/types").AnyObject;
14533
+ annotation: import("../../../es/shared/types").AnyObject;
14534
+ consumer: boolean;
14535
+ uuid: string;
14536
+ lifeCycle: Partial<{
14537
+ onSetup(): void;
14538
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
14539
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
14540
+ afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
14541
+ }>;
14542
+ businessFormatter: import("..").FormBusinessFormatter;
14543
+ requestInstance: import("..").RequestInstance;
14544
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
14545
+ lowCodeReactions: import("..").FormLowCodeReactions.Config[];
14546
+ linebarAutoHidden: boolean;
14547
+ bordered: string | boolean;
14548
+ uniqueCacheData: boolean;
14549
+ operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
14550
+ outBordered: boolean;
14551
+ }>>>;
14552
+ };
13965
14553
  }>> & {
13966
14554
  onAddItem?: ((...args: any[]) => any) | undefined;
13967
14555
  onRemoveItem?: ((...args: any[]) => any) | undefined;