cnhis-design-vue 3.1.42-release.2 → 3.1.42-release.4

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 (157) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  3. package/es/components/base-search/index.d.ts +2 -2
  4. package/es/components/base-search/src/index.vue.d.ts +2 -2
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/bpmn-workflow/index.d.ts +12 -0
  7. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  8. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +12 -0
  9. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.js +1 -1
  10. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  11. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  12. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  13. package/es/components/button-print/index.d.ts +4 -4
  14. package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -4
  15. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  16. package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
  17. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
  18. package/es/components/classification/index.d.ts +1 -1
  19. package/es/components/classification/src/index.vue.d.ts +2 -2
  20. package/es/components/classification/style/index.css +1 -1
  21. package/es/components/date-picker/index.d.ts +4 -0
  22. package/es/components/date-picker/src/DatePicker.vue.d.ts +4 -0
  23. package/es/components/date-picker/src/DatePicker.vue.js +1 -1
  24. package/es/components/fabric-chart/index.d.ts +2 -2
  25. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  26. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -0
  27. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -1
  30. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  31. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +16 -0
  32. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -0
  33. package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
  34. package/es/components/field-set/index.d.ts +26 -81
  35. package/es/components/field-set/src/FieldSet.vue.d.ts +28 -32
  36. package/es/components/field-set/src/FieldSet.vue.js +1 -1
  37. package/es/components/field-set/style/index.css +1 -1
  38. package/es/components/form-config/index.d.ts +15 -15
  39. package/es/components/form-config/src/FormConfig.vue.d.ts +15 -15
  40. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  41. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +3 -2
  42. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -9
  43. package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
  44. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  45. package/es/components/form-config/src/constants/index.d.ts +12 -1
  46. package/es/components/form-config/src/constants/index.js +1 -1
  47. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  48. package/es/components/form-config/src/types/index.d.ts +1 -0
  49. package/es/components/form-render/index.d.ts +3 -2
  50. package/es/components/form-render/src/FormRender.vue.d.ts +3 -2
  51. package/es/components/form-render/src/FormRender.vue.js +1 -1
  52. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +3 -2
  53. package/es/components/form-render/src/components/renderer/combination.js +1 -1
  54. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  55. package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +18 -0
  56. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  57. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +36 -0
  58. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  59. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +18 -0
  60. package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
  61. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +18 -0
  62. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  63. package/es/components/form-render/src/components/renderer/select.d.ts +32 -5
  64. package/es/components/form-render/src/components/renderer/select.js +1 -1
  65. package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
  66. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +13 -8
  67. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  68. package/es/components/form-render/src/types/fieldItem.d.ts +3 -4
  69. package/es/components/iho-table/index.d.ts +4 -1522
  70. package/es/components/iho-table/src/IhoTable.vue.d.ts +4 -1522
  71. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  72. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +4 -4
  73. package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
  74. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +22 -21
  75. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +1 -1
  76. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
  77. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
  78. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  79. package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -0
  80. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +1 -0
  81. package/es/components/iho-table/src/plugins/index.js +1 -1
  82. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  83. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -0
  84. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.js +1 -0
  85. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +4 -0
  86. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  87. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  88. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  89. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -1
  90. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
  91. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  92. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  93. package/es/components/iho-table/src/types/index.d.ts +7 -4
  94. package/es/components/iho-table/src/types/pluginType.d.ts +6 -3
  95. package/es/components/iho-table/src/utils/index.d.ts +3 -0
  96. package/es/components/iho-table/src/utils/index.js +1 -1
  97. package/es/components/iho-table/style/iconfont.ttf +0 -0
  98. package/es/components/iho-table/style/index.css +1 -1
  99. package/es/components/index.css +1 -1
  100. package/es/components/info-header/index.d.ts +6 -4
  101. package/es/components/info-header/src/InfoHeader.vue.d.ts +6 -4
  102. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -1
  103. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +3 -2
  104. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +3 -2
  105. package/es/components/info-header/style/index.css +1 -1
  106. package/es/components/keyboard/src/Keyboard.vue.js +1 -1
  107. package/es/components/map/index.d.ts +2 -14
  108. package/es/components/map/src/Map.vue.d.ts +1 -14
  109. package/es/components/map/src/types/index.d.ts +19 -0
  110. package/es/components/map/src/types/index.js +1 -0
  111. package/es/components/recommend-search/index.d.ts +13 -128
  112. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +15 -130
  113. package/es/components/recommend-search/src/RecommendSearch.vue.js +1 -1
  114. package/es/components/recommend-search/src/components/BaseSearch.d.ts +84 -0
  115. package/es/components/recommend-search/src/components/BaseSearch.js +1 -0
  116. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -63
  117. package/es/components/recommend-search/src/components/RecommendInput.vue.js +1 -1
  118. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +1 -3
  119. package/es/components/recommend-search/src/components/RecommendMenu.vue.js +1 -1
  120. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -62
  121. package/es/components/recommend-search/src/components/RecommendSelect.vue.js +1 -1
  122. package/es/components/recommend-search/src/constant/index.d.ts +3 -0
  123. package/es/components/recommend-search/src/constant/index.js +1 -1
  124. package/es/components/scale-view/index.d.ts +29 -94
  125. package/es/components/scale-view/src/ScaleView.vue.d.ts +29 -94
  126. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  127. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +3 -3
  128. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  129. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  130. package/es/components/scale-view/src/hooks/use-component.d.ts +73 -3
  131. package/es/components/scale-view/style/index.css +1 -1
  132. package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
  133. package/es/components/select-label/style/index.css +1 -1
  134. package/es/components/shortcut-setter/index.d.ts +4 -4
  135. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +4 -4
  136. package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
  137. package/es/components/table-filter/src/types/index.d.ts +11 -2
  138. package/es/components/time-picker/src/TimePicker.vue.js +1 -1
  139. package/es/components/vod-chunk-upload/index.d.ts +73 -3
  140. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +73 -3
  141. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js +1 -1
  142. package/es/env.d.ts +24 -24
  143. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  144. package/es/shared/hooks/useDateTime.d.ts +2 -2
  145. package/es/shared/hooks/useDateTime.js +1 -1
  146. package/es/shared/utils/index.d.ts +3 -3
  147. package/es/shared/utils/index.js +1 -1
  148. package/es/shared/utils/tapable/index.d.ts +139 -0
  149. package/package.json +2 -2
  150. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +0 -143
  151. package/es/components/recommend-search/src/components/BaseSearch.vue.js +0 -1
  152. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +0 -115
  153. package/es/components/scale-view/src/hooks/scaleview-props.js +0 -1
  154. /package/es/components/base-search/style/{iconfont.ttf → base-search-iconfont.ttf} +0 -0
  155. /package/es/components/classification/style/{iconfont.ttf → classification-iconfont.ttf} +0 -0
  156. /package/es/components/info-header/style/{iconfont.ttf → info-header-font.ttf} +0 -0
  157. /package/es/components/select-label/style/{iconfont.ttf → select-label-iconfont.ttf} +0 -0
@@ -36,13 +36,14 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
36
36
  };
37
37
  }, {
38
38
  fieldsMapping: Record<string, string>;
39
- selectOptions: Record<string, string>[];
39
+ fixedWayOptions: {
40
+ label: string;
41
+ value: string;
42
+ }[];
40
43
  sortOptions: {
41
44
  label: string;
42
45
  value: string;
43
46
  }[];
44
- emit: (event: "onSave" | "onClose" | "reset", ...args: any[]) => void;
45
- settingView: any;
46
47
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
47
48
  fields: {
48
49
  type: import("vue").PropType<Partial<{
@@ -79,83 +80,25 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
79
80
  };
80
81
  }>> & {
81
82
  onReset?: ((...args: any[]) => any) | undefined;
82
- onOnSave?: ((...args: any[]) => any) | undefined;
83
- onOnClose?: ((...args: any[]) => any) | undefined;
83
+ onClose?: ((...args: any[]) => any) | undefined;
84
+ onSave?: ((...args: any[]) => any) | undefined;
84
85
  }>>;
85
- initFields: () => any[];
86
- state: {
87
- spinning: boolean;
88
- isCustomSearch: boolean;
89
- clickItem: {
90
- [key: string]: any;
91
- };
92
- fields: Partial<{
93
- [key: string]: any;
94
- id: string;
95
- name: string;
96
- show: boolean;
97
- sort: boolean;
98
- sortDirection: "NONE" | "ASC" | "DESC";
99
- title: string;
100
- alias: string;
101
- fixedShow: boolean;
102
- fixedWay: "NONE" | "LEFT" | "RIGHT";
103
- columnWidth: number | null;
104
- editable: boolean;
105
- editableDisable: boolean;
106
- required: boolean;
107
- requiredDisable: boolean;
108
- hide: boolean;
109
- }>[];
110
- widthShow: string;
111
- widthLarge: string;
112
- };
113
- leftStyle: (ele: Partial<{
114
- [key: string]: any;
115
- id: string;
116
- name: string;
117
- show: boolean;
118
- sort: boolean;
119
- sortDirection: "NONE" | "ASC" | "DESC";
120
- title: string;
121
- alias: string;
122
- fixedShow: boolean;
123
- fixedWay: "NONE" | "LEFT" | "RIGHT";
124
- columnWidth: number | null;
125
- editable: boolean;
126
- editableDisable: boolean;
127
- required: boolean;
128
- requiredDisable: boolean;
129
- hide: boolean;
130
- }>) => {
131
- background: string | undefined;
132
- };
133
- showCheckBox: (key: string) => boolean;
134
- hideTab: () => void;
135
- getTableFields: () => any[];
86
+ emit: (event: "close" | "save" | "reset", ...args: any[]) => void;
87
+ newFields: import("vue").Ref<import("../../../es/shared/types").AnyObject[]>;
88
+ columns: import("vue").Ref<import("../../../es/shared/types").AnyObject[]>;
136
89
  handleFieldSave: () => void;
137
90
  onCancle: () => void;
138
91
  reset: () => void;
139
- calculateCheck: (key: string) => boolean;
140
- handleAllCheck: (e: boolean, key: string) => void;
141
- handleFieldClick: (item: Partial<{
142
- [key: string]: any;
143
- id: string;
144
- name: string;
145
- show: boolean;
146
- sort: boolean;
147
- sortDirection: "NONE" | "ASC" | "DESC";
148
- title: string;
149
- alias: string;
150
- fixedShow: boolean;
151
- fixedWay: "NONE" | "LEFT" | "RIGHT";
152
- columnWidth: number | null;
153
- editable: boolean;
154
- editableDisable: boolean;
155
- required: boolean;
156
- requiredDisable: boolean;
157
- hide: boolean;
158
- }>) => void;
92
+ setOptions: (column: import("../../../es/shared/types").AnyObject) => {
93
+ label: string;
94
+ value: string;
95
+ }[];
96
+ setStyle: (column: import("../../../es/shared/types").AnyObject) => import("vue").CSSProperties;
97
+ isShowColumn: (column: import("../../../es/shared/types").AnyObject) => boolean;
98
+ initFields: () => import("../../../es/shared/types").AnyObject[];
99
+ getTableFields: () => import("../../../es/shared/types").AnyObject[];
100
+ handleAllCheck: (checked: boolean, field: string) => void;
101
+ handleCheck: (checked: boolean, column: import("../../../es/shared/types").AnyObject) => void;
159
102
  isDisable: (item: Partial<{
160
103
  [key: string]: any;
161
104
  id: string;
@@ -174,15 +117,16 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
174
117
  requiredDisable: boolean;
175
118
  hide: boolean;
176
119
  }>, key: string) => any;
177
- setWidth: () => void;
120
+ initColumns: () => void;
121
+ isNoAllCheck: (field: string) => boolean;
178
122
  NButton: any;
179
123
  NCheckbox: any;
180
124
  NSelect: any;
181
125
  NInput: any;
182
126
  NInputNumber: any;
183
- NSpin: any;
184
127
  NTooltip: any;
185
128
  NPopconfirm: any;
129
+ NIcon: any;
186
130
  Draggable: import("vue").DefineComponent<{
187
131
  list: {
188
132
  type: ArrayConstructor;
@@ -256,7 +200,8 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
256
200
  modelValue: unknown[];
257
201
  componentData: Record<string, any>;
258
202
  }>;
259
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose" | "reset")[], "onSave" | "onClose" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
203
+ ReorderTwoOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
204
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "save" | "reset")[], "close" | "save" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
260
205
  fields: {
261
206
  type: import("vue").PropType<Partial<{
262
207
  [key: string]: any;
@@ -292,8 +237,8 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
292
237
  };
293
238
  }>> & {
294
239
  onReset?: ((...args: any[]) => any) | undefined;
295
- onOnSave?: ((...args: any[]) => any) | undefined;
296
- onOnClose?: ((...args: any[]) => any) | undefined;
240
+ onClose?: ((...args: any[]) => any) | undefined;
241
+ onSave?: ((...args: any[]) => any) | undefined;
297
242
  }, {
298
243
  type: string;
299
244
  fields: Partial<{
@@ -1,15 +1,6 @@
1
- import { PropType } from 'vue';
1
+ import { PropType, CSSProperties } from 'vue';
2
2
  import { FieldSetItem } from '../../../../es/components/field-set/src/types';
3
- declare type Istate = {
4
- spinning: boolean;
5
- isCustomSearch: boolean;
6
- clickItem: {
7
- [key: string]: any;
8
- };
9
- fields: FieldSetItem[];
10
- widthShow: string;
11
- widthLarge: string;
12
- };
3
+ import { AnyObject } from '../../../../es/shared/types';
13
4
  declare const _default: import("vue").DefineComponent<{
14
5
  fields: {
15
6
  type: PropType<Partial<{
@@ -46,13 +37,14 @@ declare const _default: import("vue").DefineComponent<{
46
37
  };
47
38
  }, {
48
39
  fieldsMapping: Record<string, string>;
49
- selectOptions: Record<string, string>[];
40
+ fixedWayOptions: {
41
+ label: string;
42
+ value: string;
43
+ }[];
50
44
  sortOptions: {
51
45
  label: string;
52
46
  value: string;
53
47
  }[];
54
- emit: (event: "onSave" | "onClose" | "reset", ...args: any[]) => void;
55
- settingView: any;
56
48
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
57
49
  fields: {
58
50
  type: PropType<Partial<{
@@ -89,33 +81,36 @@ declare const _default: import("vue").DefineComponent<{
89
81
  };
90
82
  }>> & {
91
83
  onReset?: ((...args: any[]) => any) | undefined;
92
- onOnSave?: ((...args: any[]) => any) | undefined;
93
- onOnClose?: ((...args: any[]) => any) | undefined;
84
+ onClose?: ((...args: any[]) => any) | undefined;
85
+ onSave?: ((...args: any[]) => any) | undefined;
94
86
  }>>;
95
- initFields: () => any[];
96
- state: Istate;
97
- leftStyle: (ele: FieldSetItem) => {
98
- background: string | undefined;
99
- };
100
- showCheckBox: (key: string) => boolean;
101
- hideTab: () => void;
102
- getTableFields: () => any[];
87
+ emit: (event: "close" | "save" | "reset", ...args: any[]) => void;
88
+ newFields: import("vue").Ref<AnyObject[]>;
89
+ columns: import("vue").Ref<AnyObject[]>;
103
90
  handleFieldSave: () => void;
104
91
  onCancle: () => void;
105
92
  reset: () => void;
106
- calculateCheck: (key: string) => boolean;
107
- handleAllCheck: (e: boolean, key: string) => void;
108
- handleFieldClick: (item: FieldSetItem) => void;
93
+ setOptions: (column: AnyObject) => {
94
+ label: string;
95
+ value: string;
96
+ }[];
97
+ setStyle: (column: AnyObject) => CSSProperties;
98
+ isShowColumn: (column: AnyObject) => boolean;
99
+ initFields: () => AnyObject[];
100
+ getTableFields: () => AnyObject[];
101
+ handleAllCheck: (checked: boolean, field: string) => void;
102
+ handleCheck: (checked: boolean, column: AnyObject) => void;
109
103
  isDisable: (item: FieldSetItem, key: string) => any;
110
- setWidth: () => void;
104
+ initColumns: () => void;
105
+ isNoAllCheck: (field: string) => boolean;
111
106
  NButton: any;
112
107
  NCheckbox: any;
113
108
  NSelect: any;
114
109
  NInput: any;
115
110
  NInputNumber: any;
116
- NSpin: any;
117
111
  NTooltip: any;
118
112
  NPopconfirm: any;
113
+ NIcon: any;
119
114
  Draggable: import("vue").DefineComponent<{
120
115
  list: {
121
116
  type: ArrayConstructor;
@@ -189,7 +184,8 @@ declare const _default: import("vue").DefineComponent<{
189
184
  modelValue: unknown[];
190
185
  componentData: Record<string, any>;
191
186
  }>;
192
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose" | "reset")[], "onSave" | "onClose" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
187
+ ReorderTwoOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
188
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "save" | "reset")[], "close" | "save" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
193
189
  fields: {
194
190
  type: PropType<Partial<{
195
191
  [key: string]: any;
@@ -225,8 +221,8 @@ declare const _default: import("vue").DefineComponent<{
225
221
  };
226
222
  }>> & {
227
223
  onReset?: ((...args: any[]) => any) | undefined;
228
- onOnSave?: ((...args: any[]) => any) | undefined;
229
- onOnClose?: ((...args: any[]) => any) | undefined;
224
+ onClose?: ((...args: any[]) => any) | undefined;
225
+ onSave?: ((...args: any[]) => any) | undefined;
230
226
  }, {
231
227
  type: string;
232
228
  fields: Partial<{
@@ -1 +1 @@
1
- import{defineComponent as e,ref as l,reactive as t,watch as i,onMounted as s,openBlock as d,createElementBlock as a,normalizeStyle as o,createVNode as n,unref as c,withCtx as h,createElementVNode as r,normalizeClass as u,createCommentVNode as p,createBlock as f,createTextVNode as w,toDisplayString as v,withDirectives as k,vShow as y,renderSlot as b}from"vue";import{NSpin as g,NCheckbox as m,NTooltip as U,NSelect as S,NInput as x,NInputNumber as E,NPopconfirm as _,NButton as W}from"naive-ui";import C from"../../../shared/components/VueDraggable/src/vuedraggable.js";import O from"../../../_virtual/plugin-vue_export-helper.js";const F={class:"fields-set-content"},q={class:"fields-table"},D=r("span",{class:"width-show",style:{width:"4%"}},null,-1),N=r("span",{class:"width-large"},"所有字段",-1),P={class:"width-show"},j={key:0,class:"width-show"},R={key:1,class:"width-show"},I={class:"width-show"},L={class:"width-show"},T=r("span",{class:"width-showed"},"默认排序",-1),z=r("span",{class:"width-showed"},"固定",-1),A=r("span",{class:"width-word"},"自定义标题",-1),B=r("span",{class:"width-showed"},"列宽",-1),G=["onClick"],H={class:"width-show drag-icon-wrap"},J=r("span",{class:"iconfont icon-a-menzhenyishengzhanxitongtubiaotuozhuai",style:{color:"#000"}},null,-1),V=r("span",null,"拖拽调整顺序",-1),$=r("span",{style:{width:"14px","margin-right":"6px"}},null,-1),K={class:"width-show"},M={key:0,class:"width-show"},Q={key:1,class:"width-show"},X={class:"width-show"},Y={class:"width-show"},Z={class:"width-showed"},ee={class:"width-showed"},le={class:"width-word"},te={class:"width-showed"},ie={key:0,class:"check-options"},se={class:"btn-operate"};var de=O(e({__name:"FieldSet",props:{fields:{type:Array,default:function(){return[]}},footerFlag:{type:Boolean,default:!0},type:{type:String,default:"old"},isEdit:{type:Boolean,default:!1}},emits:["onSave","onClose","reset"],setup(e,{expose:O,emit:de}){const ae=e,oe={sid:"id",columnName:"name",isShow:"show",isSort:"sort",isFixed:"fixedWay",colWidth:"columnWidth"},ne=[{label:"不固定",value:"NONE"},{label:"左固定",value:"LEFT"},{label:"右固定",value:"RIGHT"}],ce=[{label:"不排序",value:"NONE"},{label:"升序",value:"ASC"},{label:"降序",value:"DESC"}],he=l(null);function re(){const e=ae.fields?JSON.parse(JSON.stringify(ae.fields)):[];return Object.keys(oe).forEach((l=>{e.forEach((e=>{"old"==ae.type&&Reflect.has(e,l)&&("isFixed"==l?e.fixedWay=1==e[l]?"LEFT":2==e[l]?"RIGHT":"NONE":["isShow","isSort"].includes(l)&&"boolean"!=typeof l?e[oe[l]]=1==e[l]:e[oe[l]]=e[l],Reflect.deleteProperty(e,l)),e.columnWidth=+e.columnWidth||null,Reflect.has(e,"alias")||(e.alias=""),Reflect.has(e,"bold")||(e.bold=!1)}))})),e}const ue=t({spinning:!1,isCustomSearch:!0,clickItem:{},fields:[],widthShow:"9%",widthLarge:"19%"}),pe=e=>ue.fields.some((l=>Object.prototype.hasOwnProperty.call(l,e))),fe=()=>{if("old"==ae.type){let e=[];return ue.fields.length>0&&ue.fields.forEach(((l,t)=>{e.push({id:l.id,field:l.name,visible:l.show,sequence:t,sortable:l.sort,title:l.alias,fixed:l.fixedWay,minWidth:l.columnWidth,bold:l.bold,sortDirection:l.sortDirection,...ae.isEdit?{required:l.required,editable:l.editable}:{}})})),e}return ue.fields},we=()=>{de("onSave",{tableFields:fe()})},ve=()=>{de("onClose")};function ke(){ue.fields=re(),de("reset")}const ye=e=>!!ue.fields.length&&ue.fields.every((l=>!(Object.prototype.hasOwnProperty.call(l,e)&&!ge(l,e))||l[e])),be=(e,l)=>{const t=e,i=ue.fields.map((e=>(Object.prototype.hasOwnProperty.call(e,l)&&!ge(e,l)&&(e[l]=t),e)));ue.fields=i};function ge(e,l){return["editable","required"].includes(l)&&e[`${l}Disable`]||["sort"].includes(l)&&1==e.notParticipatingSort}return i((()=>ae.fields),(e=>{(null==e?void 0:e.length)>0&&(ue.fields=re())}),{immediate:!0,deep:!0}),s((()=>{var e;null==(e=he.value)||e.style.setProperty("margin","auto"),ae.isEdit&&(ue.widthShow="8%",ue.widthLarge="13%")})),O({getTableFields:fe}),(l,t)=>(d(),a("div",{ref_key:"settingView",ref:he,class:"c-field-set",style:o({"--width-show":ue.widthShow,"--width-large":ue.widthLarge})},[n(c(g),{show:ue.spinning,tip:"...",style:{width:"100%",height:"100%"}},{default:h((()=>[r("div",F,[r("div",q,[r("div",{class:u(["setting-title",{"seting-title-api":!ue.isCustomSearch}])},[D,p(" 字段名称 "),N,p(" 显示 "),r("span",P,[pe("show")?(d(),f(c(m),{key:0,checked:ye("show"),"onUpdate:checked":t[0]||(t[0]=e=>be(e,"show"))},null,8,["checked"])):p("v-if",!0),w(" 显示 ")]),p(" 可编辑 "),e.isEdit?(d(),a("span",j,[pe("editable")?(d(),f(c(m),{key:0,checked:ye("editable"),"onUpdate:checked":t[1]||(t[1]=e=>be(e,"editable"))},null,8,["checked"])):p("v-if",!0),w(" 编辑 ")])):p("v-if",!0),p(" 是否必填 "),e.isEdit?(d(),a("span",R,[pe("required")?(d(),f(c(m),{key:0,checked:ye("required"),"onUpdate:checked":t[2]||(t[2]=e=>be(e,"required"))},null,8,["checked"])):p("v-if",!0),w(" 必填 ")])):p("v-if",!0),p(" 排序 "),r("span",I,[pe("sort")?(d(),f(c(m),{key:0,checked:ye("sort"),"onUpdate:checked":t[3]||(t[3]=e=>be(e,"sort"))},null,8,["checked"])):p("v-if",!0),w(" 排序 ")]),r("span",L,[n(c(m),{checked:ye("bold"),"onUpdate:checked":t[4]||(t[4]=e=>be(e,"bold"))},null,8,["checked"]),w(" 加粗 ")]),p(" 默认排序 "),T,p(" 固定 "),z,p(" 自定义标题 "),A,p(" 列宽 "),B],2),r("div",{ref:"setShow",class:u(["set-show",{"set-show-api":!ue.isCustomSearch}])},[n(c(C),{list:ue.fields,animation:"150","item-key":"id",tag:"ul"},{item:h((({element:l})=>{return[l.hide?p("v-if",!0):(d(),a("li",{key:0,class:"left-style",style:o((t=l,{background:ue.clickItem.id===t.id?"#f2f2f2":void 0})),onClick:e=>{return t=l,void(ue.clickItem=t);var t}},[r("span",H,[n(c(U),{trigger:"hover"},{trigger:h((()=>[J])),default:h((()=>[V])),_:1})]),p(" 字段名称 "),r("span",{class:u(["width-large title-item",{blue:l.extraField}])},[$,r("span",null,v(l.title),1)],2),p(" 显示 "),r("span",K,[k(n(c(m),{checked:l.show,"onUpdate:checked":e=>l.show=e},null,8,["checked","onUpdate:checked"]),[[y,"0001"!=l.id]])]),p(" 是否可编辑 "),e.isEdit?(d(),a("span",M,[k(n(c(m),{disabled:l.editableDisable,checked:l.editable,"onUpdate:checked":e=>l.editable=e},null,8,["disabled","checked","onUpdate:checked"]),[[y,"0001"!=l.id]])])):p("v-if",!0),p(" 是否必填 "),e.isEdit?(d(),a("span",Q,[k(n(c(m),{disabled:l.requiredDisable,checked:l.required,"onUpdate:checked":e=>l.required=e},null,8,["disabled","checked","onUpdate:checked"]),[[y,"0001"!=l.id]])])):p("v-if",!0),p(" 排序 "),r("span",X,[k(n(c(m),{checked:l.sort,"onUpdate:checked":e=>l.sort=e,disabled:1==l.notParticipatingSort},null,8,["checked","onUpdate:checked","disabled"]),[[y,"0001"!=l.id]])]),p(" 加粗 "),r("span",Y,[k(n(c(m),{checked:l.bold,"onUpdate:checked":e=>l.bold=e},null,8,["checked","onUpdate:checked"]),[[y,"0001"!=l.id]])]),p(" 默认排序 "),r("span",Z,[k(n(c(S),{value:l.sortDirection,"onUpdate:value":e=>l.sortDirection=e,options:ce,style:{width:"90%",display:"flex"}},null,8,["value","onUpdate:value"]),[[y,"0001"!=l.id]])]),p(" 固定 "),r("span",ee,[n(c(S),{value:l.fixedWay,"onUpdate:value":e=>l.fixedWay=e,options:ne,style:{width:"90%",display:"flex"}},null,8,["value","onUpdate:value"])]),p(" 自定义标题 "),r("span",le,[k(n(c(x),{value:l.alias,"onUpdate:value":e=>l.alias=e,style:{width:"90%"},clearable:""},null,8,["value","onUpdate:value"]),[[y,"0001"!=l.id]])]),p(" 列宽 "),r("span",te,[n(c(E),{value:l.columnWidth,"onUpdate:value":e=>l.columnWidth=e,clearable:""},null,8,["value","onUpdate:value"])])],12,G))];var t})),_:1},8,["list"])],2)]),ae.footerFlag?(d(),a("div",ie,[r("div",se,[b(l.$slots,"footer",{},(()=>[n(c(_),{onPositiveClick:ke},{trigger:h((()=>[n(c(W),{style:{"margin-right":"8px"}},{default:h((()=>[w("恢复默认设置")])),_:1})])),default:h((()=>[w(" 确认要恢复系统默认设置吗? ")])),_:1}),n(c(W),{style:{"margin-right":"8px"},onClick:ve},{default:h((()=>[w("取消")])),_:1}),n(c(W),{type:"primary",onClick:we},{default:h((()=>[w("保存")])),_:1})]))])])):p("v-if",!0)])])),_:3},8,["show"])],4))}}),[["__file","FieldSet.vue"]]);export{de as default};
1
+ import{defineComponent as e,ref as l,watch as t,openBlock as i,createElementBlock as d,createElementVNode as a,Fragment as o,renderList as c,normalizeStyle as s,createBlock as n,unref as r,withCtx as u,createTextVNode as f,toDisplayString as p,createCommentVNode as h,createVNode as v,withDirectives as b,vShow as y,renderSlot as k}from"vue";import{NCheckbox as x,NTooltip as m,NIcon as g,NSelect as _,NInput as A,NInputNumber as S,NPopconfirm as E,NButton as w}from"naive-ui";import W from"../../../shared/components/VueDraggable/src/vuedraggable.js";import{ReorderTwoOutline as N}from"@vicons/ionicons5";import F from"../../../_virtual/plugin-vue_export-helper.js";const U={class:"c-field-set"},O={class:"c-field-set__table-header"},R={class:"c-field-set__table-body"},q=["tabindex"],D=["title"],C=a("span",null,"拖拽调整顺序",-1),T={key:0,class:"c-field-set__table-footer"};var j=F(e({__name:"FieldSet",props:{fields:{type:Array,default:function(){return[]}},footerFlag:{type:Boolean,default:!0},type:{type:String,default:"old"},isEdit:{type:Boolean,default:!1}},emits:["save","close","reset"],setup(e,{expose:F,emit:j}){const P=e,B={sid:"id",columnName:"name",isShow:"show",isSort:"sort",isFixed:"fixedWay",colWidth:"columnWidth"},G=[{label:"不固定",value:"NONE"},{label:"左固定",value:"LEFT"},{label:"右固定",value:"RIGHT"}],H=[{label:"不排序",value:"NONE"},{label:"升序",value:"ASC"},{label:"降序",value:"DESC"}],I=l([]),J=l([{title:"所有字段",type:"text",field:"title"},{title:"显示",type:"checkbox",checkedAll:!1,disabledAll:!1,field:"show"},{title:"编辑",type:"checkbox",checkedAll:!1,disabledAll:!1,field:"editable"},{title:"必填",type:"checkbox",checkedAll:!1,disabledAll:!1,field:"required"},{title:"排序",type:"checkbox",checkedAll:!1,disabledAll:!1,field:"sort"},{title:"加粗",type:"checkbox",checkedAll:!1,disabledAll:!1,field:"bold"},{title:"默认排序",type:"select",field:"sortDirection"},{title:"固定",type:"select",field:"fixedWay"},{title:"自定义标题",type:"input",field:"alias"},{title:"列宽",type:"inputNumber",field:"columnWidth"}]),L=()=>{j("save",{tableFields:Q()})},$=()=>{j("close")};function V(){I.value=M(),Y(),j("reset")}function z(e){return"fixedWay"===e.field?G:H}function K(e){const l={flex:"1 1 90px"};switch(e.type){case"text":Object.assign(l,{flex:"0 0 120px",overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"});break;case"checkbox":l.flex="1 1 60px";break;case"select":l.flex="1 1 80px";break;case"input":l.flex="1 1 100px"}return l}function M(){const e=JSON.parse(JSON.stringify(P.fields||[]));return Object.keys(B).forEach((l=>{e.forEach((e=>{"old"==P.type&&Reflect.has(e,l)&&("isFixed"==l?e.fixedWay=1==e[l]?"LEFT":2==e[l]?"RIGHT":"NONE":["isShow","isSort"].includes(l)&&"boolean"!=typeof l?e[B[l]]=1==e[l]:e[B[l]]=e[l],Reflect.deleteProperty(e,l)),e.columnWidth=+e.columnWidth||null,Reflect.has(e,"alias")||(e.alias=""),Reflect.has(e,"bold")||(e.bold=!1)}))})),e}const Q=()=>{if("old"==P.type){const e=[];return I.value.length>0&&I.value.forEach(((l,t)=>{e.push({id:l.id,field:l.name,visible:l.show,sequence:t,sortable:l.sort,title:l.alias,fixed:l.fixedWay,minWidth:l.columnWidth,bold:l.bold,sortDirection:l.sortDirection,...P.isEdit?{required:l.required,editable:l.editable}:{}})})),e}return I.value};function X(e,l){return["editable","required"].includes(l)&&e[`${l}Disable`]||["sort"].includes(l)&&1==e.notParticipatingSort}function Y(){J.value.forEach((e=>{if(function(e){const l=["editable","required"].includes(e.field);return l&&P.isEdit||!l}(e)&&(e.isShow=!0),"checkbox"===e.type){const l=I.value.every((l=>!Reflect.has(l,e.field)));e.checkedAll=!Z(e.field)&&!l}}))}function Z(e){return I.value.some((l=>!X(l,e)&&!l[e]&&"0001"!=l.id))}return t((()=>P.fields),(e=>{(null==e?void 0:e.length)>0&&(I.value=M(),Y())}),{immediate:!0,deep:!0}),F({getTableFields:Q}),(l,t)=>(i(),d("div",U,[a("div",O,[(i(!0),d(o,null,c(J.value,((e,l)=>(i(),d(o,{key:l},[e.isShow?(i(),d("span",{key:0,class:"table-cell",style:s(K(e))},["checkbox"===e.type?(i(),n(r(x),{key:0,checked:e.checkedAll,"onUpdate:checked":[l=>e.checkedAll=l,l=>{return t=l,i=e.field,void I.value.forEach((e=>{X(e,i)||(e[i]=t)}));var t,i}],disabled:e.disabledAll},{default:u((()=>[f(p(e.title),1)])),_:2},1032,["checked","onUpdate:checked","disabled"])):h("v-if",!0),f(" "+p("checkbox"!==e.type?e.title:""),1)],4)):h("v-if",!0)],64)))),128))]),a("div",R,[v(r(W),{list:I.value,animation:"150","item-key":"id",tag:"ul"},{item:u((({element:e,index:l})=>[e.hide?h("v-if",!0):(i(),d("li",{key:0,tabindex:l},[(i(!0),d(o,null,c(J.value,((l,t)=>(i(),d(o,{key:t},[l.isShow?(i(),d("span",{key:0,class:"table-cell",title:e[l.field],style:s(K(l))},["text"===l.type?(i(),d(o,{key:0},[v(r(m),{trigger:"hover"},{trigger:u((()=>[v(r(g),{style:{"margin-right":"5px",top:"2px"},component:r(N)},null,8,["component"])])),default:u((()=>[C])),_:1}),f(" "+p(e[l.field]),1)],64)):h("v-if",!0),"checkbox"===l.type?b((i(),n(r(x),{key:1,disabled:X(e,l.field),checked:e[l.field],"onUpdate:checked":[t=>e[l.field]=t,e=>function(e,l){const t=!e||Z(l.field);l.checkedAll=!t}(e,l)]},null,8,["disabled","checked","onUpdate:checked"])),[[y,"0001"!=e.id]]):h("v-if",!0),"select"===l.type?b((i(),n(r(_),{key:2,value:e[l.field],"onUpdate:value":t=>e[l.field]=t,options:z(l)},null,8,["value","onUpdate:value","options"])),[[y,"fixedWay"===l.field||"0001"!=e.id]]):h("v-if",!0),"input"===l.type?b((i(),n(r(A),{key:3,value:e[l.field],"onUpdate:value":t=>e[l.field]=t,clearable:""},null,8,["value","onUpdate:value"])),[[y,"0001"!=e.id]]):h("v-if",!0),"inputNumber"===l.type?(i(),n(r(S),{key:4,value:e[l.field],"onUpdate:value":t=>e[l.field]=t},null,8,["value","onUpdate:value"])):h("v-if",!0)],12,D)):h("v-if",!0)],64)))),128))],8,q))])),_:1},8,["list"])]),e.footerFlag?(i(),d("div",T,[h(" 底部按钮插槽 "),k(l.$slots,"footer",{},(()=>[v(r(E),{onPositiveClick:V},{trigger:u((()=>[v(r(w),{style:{"margin-right":"8px"}},{default:u((()=>[f("恢复默认设置")])),_:1})])),default:u((()=>[f(" 确认要恢复系统默认设置吗? ")])),_:1}),v(r(w),{style:{"margin-right":"8px"},onClick:$},{default:u((()=>[f("取消")])),_:1}),v(r(w),{type:"primary",onClick:L},{default:u((()=>[f("保存")])),_:1})]))])):h("v-if",!0)]))}}),[["__file","FieldSet.vue"]]);export{j as default};
@@ -1 +1 @@
1
- .c-field-set{height:100%;position:relative}.c-field-set ul{margin:0;padding:0}.c-field-set .fields-set-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.c-field-set .fields-set-content .fields-table{display:flex;flex:1;flex-direction:column;overflow:auto}.c-field-set .n-spin-container{height:100%;width:100%}.c-field-set .n-spin-content{height:100%}.c-field-set .setting-title{background:#f2f2f4;border:1px solid #f2f2f2;height:52px;line-height:52px}.c-field-set .setting-title span{display:inline-block}.c-field-set .setting-title.seting-title-api .width-large{width:15%}.c-field-set .set-show{min-height:100px;overflow-y:auto}.c-field-set .set-show.set-show-api .width-large{width:15%}.c-field-set .set-show .left-style.sortable-chosen{background:#fafafa;box-shadow:0 0 10px 0 #d5d5d5}.c-field-set .set-show li{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;height:52px;line-height:52px;padding:5px 0}.c-field-set .set-show .is-sort-style{border:1px solid #d5d5d5;border-radius:4px;color:#38454f;height:32px;margin-right:5px;outline:none;text-indent:6px;width:87px}.c-field-set .set-show .is-sort-style:disabled{background:#f5f5f5;cursor:not-allowed}.c-field-set .set-show .col-width-style{width:70px}.c-field-set .set-show .title-item{align-items:center;display:inline-flex;justify-content:flex-start;text-align:left}.c-field-set .set-show .title-item>span{display:inline-block;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-field-set .alias-style{border:1px solid #d4dee5;border-radius:4px;color:#38454f;height:32px;outline:none;text-indent:16px}.c-field-set .btn-operate{border-top:1px solid #d5d5d5;padding:12px 0}.c-field-set .width-show{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:var(--width-show)}.c-field-set .drag-icon-wrap{cursor:pointer;text-align:center;width:5%!important}.c-field-set .width-showed{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-field-set .width-showed select{width:90%!important}.c-field-set span.width-showed{width:10%}.c-field-set .width-word{display:inline-block;line-height:52px;overflow:hidden;white-space:nowrap;width:var(--width-large)}.c-field-set .width-word input{width:90%!important}.c-field-set .width-large{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:var(--width-large)}
1
+ .c-field-set{display:flex;flex-flow:column nowrap;height:100%;width:100%}.c-field-set ul{margin:0;padding:0}.c-field-set ul li{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;height:52px;padding:5px 0}.c-field-set ul li:active{background:#f2f2f2;box-shadow:0 0 10px 0 #d5d5d5}.c-field-set ul li:focus{background-color:#f2f2f2}.c-field-set .table-cell{box-sizing:border-box;display:inline-block;padding:0 5px}.c-field-set__table-header{align-items:center;background:#f2f2f4;border:1px solid #f2f2f2;display:flex;height:52px}.c-field-set__table-body{flex:1;overflow-y:scroll}.c-field-set__table-footer{border-top:1px solid #d5d5d5;padding:12px 0}
@@ -108,8 +108,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
108
108
  message?: string | undefined;
109
109
  } | undefined;
110
110
  option?: {
111
- text: string;
112
- value: any;
111
+ [x: string]: any;
113
112
  keyword?: string | undefined;
114
113
  disabled?: boolean | undefined;
115
114
  children?: any[] | undefined;
@@ -1733,6 +1732,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1733
1732
  }[] | undefined;
1734
1733
  } | undefined;
1735
1734
  __new?: boolean | undefined;
1735
+ __isCombinationChild?: boolean | undefined;
1736
1736
  }[]>;
1737
1737
  materialListRef: import("vue").Ref<{
1738
1738
  key: string;
@@ -1801,8 +1801,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1801
1801
  message?: string | undefined;
1802
1802
  } | undefined;
1803
1803
  option?: {
1804
- text: string;
1805
- value: any;
1804
+ [x: string]: any;
1806
1805
  keyword?: string | undefined;
1807
1806
  disabled?: boolean | undefined;
1808
1807
  children?: any[] | undefined;
@@ -3426,6 +3425,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3426
3425
  }[] | undefined;
3427
3426
  } | undefined;
3428
3427
  __new?: boolean | undefined;
3428
+ __isCombinationChild?: boolean | undefined;
3429
3429
  }[]>;
3430
3430
  addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
3431
3431
  parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
@@ -3789,6 +3789,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3789
3789
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3790
3790
  }>>;
3791
3791
  emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
3792
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
3792
3793
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
3793
3794
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
3794
3795
  formHeight: import("vue").ComputedRef<string>;
@@ -3951,11 +3952,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3951
3952
  onBlur: (...args: any[]) => Promise<void>;
3952
3953
  onInput: (...args: any[]) => Promise<void>;
3953
3954
  reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
3955
+ title: string;
3956
+ editable: boolean;
3954
3957
  visible: boolean;
3955
3958
  submit: <T_2>(onSubmit?: ((values: any) => void | Promise<T_2>) | undefined) => Promise<T_2>;
3956
3959
  validator: import("@formily/core").FieldValidator;
3957
3960
  pattern: import("@formily/core").FieldPatternTypes;
3958
- title: string;
3959
3961
  form: import("@formily/core").Form<any>;
3960
3962
  content: any;
3961
3963
  componentProps: Record<string, any>;
@@ -3963,7 +3965,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3963
3965
  display: import("@formily/core").FieldDisplayTypes;
3964
3966
  description: string;
3965
3967
  readOnly: boolean;
3966
- editable: boolean;
3967
3968
  hidden: boolean;
3968
3969
  component: import("@formily/core").FieldComponent<any, any>;
3969
3970
  decorator: import("@formily/core").FieldDecorator<any, any>;
@@ -4371,7 +4372,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4371
4372
  };
4372
4373
  }>> & {}>>;
4373
4374
  wrapperSelector: import("vue").ComputedRef<string>;
4374
- key: import("vue").Ref<number>;
4375
4375
  formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
4376
4376
  currentActiveField: import("vue").Ref<import("../../../es/shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
4377
4377
  fieldList: import("vue").Ref<{
@@ -4425,8 +4425,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4425
4425
  message?: string | undefined;
4426
4426
  } | undefined;
4427
4427
  option?: {
4428
- text: string;
4429
- value: any;
4428
+ [x: string]: any;
4430
4429
  keyword?: string | undefined;
4431
4430
  disabled?: boolean | undefined;
4432
4431
  children?: any[] | undefined;
@@ -6131,8 +6130,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6131
6130
  message?: string | undefined;
6132
6131
  } | undefined;
6133
6132
  option?: {
6134
- text: string;
6135
- value: any;
6133
+ [x: string]: any;
6136
6134
  keyword?: string | undefined;
6137
6135
  disabled?: boolean | undefined;
6138
6136
  children?: any[] | undefined;
@@ -7756,6 +7754,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7756
7754
  }[] | undefined;
7757
7755
  } | undefined;
7758
7756
  __new?: boolean | undefined;
7757
+ __isCombinationChild?: boolean | undefined;
7759
7758
  }[] | undefined;
7760
7759
  originalSetting?: {
7761
7760
  [x: string]: any;
@@ -7808,8 +7807,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
7808
7807
  message?: string | undefined;
7809
7808
  } | undefined;
7810
7809
  option?: {
7811
- text: string;
7812
- value: any;
7810
+ [x: string]: any;
7813
7811
  keyword?: string | undefined;
7814
7812
  disabled?: boolean | undefined;
7815
7813
  children?: any[] | undefined;
@@ -9433,6 +9431,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9433
9431
  }[] | undefined;
9434
9432
  } | undefined;
9435
9433
  __new?: boolean | undefined;
9434
+ __isCombinationChild?: boolean | undefined;
9436
9435
  }>;
9437
9436
  generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
9438
9437
  showModal: import("vue").Ref<boolean>;
@@ -9707,6 +9706,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9707
9706
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
9708
9707
  }>>;
9709
9708
  emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
9709
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
9710
9710
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
9711
9711
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
9712
9712
  formHeight: import("vue").ComputedRef<string>;
@@ -9869,11 +9869,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9869
9869
  onBlur: (...args: any[]) => Promise<void>;
9870
9870
  onInput: (...args: any[]) => Promise<void>;
9871
9871
  reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
9872
+ title: string;
9873
+ editable: boolean;
9872
9874
  visible: boolean;
9873
9875
  submit: <T_2>(onSubmit?: ((values: any) => void | Promise<T_2>) | undefined) => Promise<T_2>;
9874
9876
  validator: import("@formily/core").FieldValidator;
9875
9877
  pattern: import("@formily/core").FieldPatternTypes;
9876
- title: string;
9877
9878
  form: import("@formily/core").Form<any>;
9878
9879
  content: any;
9879
9880
  componentProps: Record<string, any>;
@@ -9881,7 +9882,6 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9881
9882
  display: import("@formily/core").FieldDisplayTypes;
9882
9883
  description: string;
9883
9884
  readOnly: boolean;
9884
- editable: boolean;
9885
9885
  hidden: boolean;
9886
9886
  component: import("@formily/core").FieldComponent<any, any>;
9887
9887
  decorator: import("@formily/core").FieldDecorator<any, any>;
@@ -110,8 +110,7 @@ declare const _default: import("vue").DefineComponent<{
110
110
  message?: string | undefined;
111
111
  } | undefined;
112
112
  option?: {
113
- text: string;
114
- value: any;
113
+ [x: string]: any;
115
114
  keyword?: string | undefined;
116
115
  disabled?: boolean | undefined;
117
116
  children?: any[] | undefined;
@@ -1735,6 +1734,7 @@ declare const _default: import("vue").DefineComponent<{
1735
1734
  }[] | undefined;
1736
1735
  } | undefined;
1737
1736
  __new?: boolean | undefined;
1737
+ __isCombinationChild?: boolean | undefined;
1738
1738
  }[]>;
1739
1739
  materialListRef: import("vue").Ref<{
1740
1740
  key: string;
@@ -1803,8 +1803,7 @@ declare const _default: import("vue").DefineComponent<{
1803
1803
  message?: string | undefined;
1804
1804
  } | undefined;
1805
1805
  option?: {
1806
- text: string;
1807
- value: any;
1806
+ [x: string]: any;
1808
1807
  keyword?: string | undefined;
1809
1808
  disabled?: boolean | undefined;
1810
1809
  children?: any[] | undefined;
@@ -3428,6 +3427,7 @@ declare const _default: import("vue").DefineComponent<{
3428
3427
  }[] | undefined;
3429
3428
  } | undefined;
3430
3429
  __new?: boolean | undefined;
3430
+ __isCombinationChild?: boolean | undefined;
3431
3431
  }[]>;
3432
3432
  addItem: (formConfigItem: FormConfigItem) => void;
3433
3433
  parsedTextFormatter: FormConfigTextFormatter;
@@ -3791,6 +3791,7 @@ declare const _default: import("vue").DefineComponent<{
3791
3791
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
3792
3792
  }>>;
3793
3793
  emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
3794
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
3794
3795
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
3795
3796
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
3796
3797
  formHeight: import("vue").ComputedRef<string>;
@@ -3953,11 +3954,12 @@ declare const _default: import("vue").DefineComponent<{
3953
3954
  onBlur: (...args: any[]) => Promise<void>;
3954
3955
  onInput: (...args: any[]) => Promise<void>;
3955
3956
  reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
3957
+ title: string;
3958
+ editable: boolean;
3956
3959
  visible: boolean;
3957
3960
  submit: <T_2>(onSubmit?: ((values: any) => void | Promise<T_2>) | undefined) => Promise<T_2>;
3958
3961
  validator: import("../../../../es/components/form-render").FieldValidator;
3959
3962
  pattern: import("../../../../es/components/form-render").FieldPatternTypes;
3960
- title: string;
3961
3963
  form: import("../../../../es/components/form-render").Form<any>;
3962
3964
  content: any;
3963
3965
  componentProps: Record<string, any>;
@@ -3965,7 +3967,6 @@ declare const _default: import("vue").DefineComponent<{
3965
3967
  display: import("../../../../es/components/form-render").FieldDisplayTypes;
3966
3968
  description: string;
3967
3969
  readOnly: boolean;
3968
- editable: boolean;
3969
3970
  hidden: boolean;
3970
3971
  component: import("../../../../es/components/form-render").FieldComponent<any, any>;
3971
3972
  decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
@@ -4373,7 +4374,6 @@ declare const _default: import("vue").DefineComponent<{
4373
4374
  };
4374
4375
  }>> & {}>>;
4375
4376
  wrapperSelector: import("vue").ComputedRef<string>;
4376
- key: import("vue").Ref<number>;
4377
4377
  formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
4378
4378
  currentActiveField: import("vue").Ref<import("../../../../es/shared/types").UndefinedAble<FormConfigItem>>;
4379
4379
  fieldList: import("vue").Ref<{
@@ -4427,8 +4427,7 @@ declare const _default: import("vue").DefineComponent<{
4427
4427
  message?: string | undefined;
4428
4428
  } | undefined;
4429
4429
  option?: {
4430
- text: string;
4431
- value: any;
4430
+ [x: string]: any;
4432
4431
  keyword?: string | undefined;
4433
4432
  disabled?: boolean | undefined;
4434
4433
  children?: any[] | undefined;
@@ -6133,8 +6132,7 @@ declare const _default: import("vue").DefineComponent<{
6133
6132
  message?: string | undefined;
6134
6133
  } | undefined;
6135
6134
  option?: {
6136
- text: string;
6137
- value: any;
6135
+ [x: string]: any;
6138
6136
  keyword?: string | undefined;
6139
6137
  disabled?: boolean | undefined;
6140
6138
  children?: any[] | undefined;
@@ -7758,6 +7756,7 @@ declare const _default: import("vue").DefineComponent<{
7758
7756
  }[] | undefined;
7759
7757
  } | undefined;
7760
7758
  __new?: boolean | undefined;
7759
+ __isCombinationChild?: boolean | undefined;
7761
7760
  }[] | undefined;
7762
7761
  originalSetting?: {
7763
7762
  [x: string]: any;
@@ -7810,8 +7809,7 @@ declare const _default: import("vue").DefineComponent<{
7810
7809
  message?: string | undefined;
7811
7810
  } | undefined;
7812
7811
  option?: {
7813
- text: string;
7814
- value: any;
7812
+ [x: string]: any;
7815
7813
  keyword?: string | undefined;
7816
7814
  disabled?: boolean | undefined;
7817
7815
  children?: any[] | undefined;
@@ -9435,6 +9433,7 @@ declare const _default: import("vue").DefineComponent<{
9435
9433
  }[] | undefined;
9436
9434
  } | undefined;
9437
9435
  __new?: boolean | undefined;
9436
+ __isCombinationChild?: boolean | undefined;
9438
9437
  }>;
9439
9438
  generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: import("../../../../es/components/form-render").FieldItem | undefined) => import("../../../../es/components/form-render").FieldItem[];
9440
9439
  showModal: import("vue").Ref<boolean>;
@@ -9709,6 +9708,7 @@ declare const _default: import("vue").DefineComponent<{
9709
9708
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
9710
9709
  }>>;
9711
9710
  emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
9711
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
9712
9712
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
9713
9713
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
9714
9714
  formHeight: import("vue").ComputedRef<string>;
@@ -9871,11 +9871,12 @@ declare const _default: import("vue").DefineComponent<{
9871
9871
  onBlur: (...args: any[]) => Promise<void>;
9872
9872
  onInput: (...args: any[]) => Promise<void>;
9873
9873
  reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
9874
+ title: string;
9875
+ editable: boolean;
9874
9876
  visible: boolean;
9875
9877
  submit: <T_2>(onSubmit?: ((values: any) => void | Promise<T_2>) | undefined) => Promise<T_2>;
9876
9878
  validator: import("../../../../es/components/form-render").FieldValidator;
9877
9879
  pattern: import("../../../../es/components/form-render").FieldPatternTypes;
9878
- title: string;
9879
9880
  form: import("../../../../es/components/form-render").Form<any>;
9880
9881
  content: any;
9881
9882
  componentProps: Record<string, any>;
@@ -9883,7 +9884,6 @@ declare const _default: import("vue").DefineComponent<{
9883
9884
  display: import("../../../../es/components/form-render").FieldDisplayTypes;
9884
9885
  description: string;
9885
9886
  readOnly: boolean;
9886
- editable: boolean;
9887
9887
  hidden: boolean;
9888
9888
  component: import("../../../../es/components/form-render").FieldComponent<any, any>;
9889
9889
  decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;