cnhis-design-vue 3.2.16-beta.8 → 3.2.17-release.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.
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/card-reader-sdk-cn/index.d.ts +18 -0
- package/es/components/card-reader-sdk-cn/index.js +1 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.d.ts +17 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +1 -0
- package/es/components/classification/index.d.ts +9 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +9 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +9 -0
- package/es/components/classification/src/index.vue.d.ts +9 -0
- package/es/components/expand-field/index.d.ts +28 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +28 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +28 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +28 -1
- package/es/components/expand-field/src/index.vue.d.ts +28 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +1 -0
- package/es/components/form-config/index.d.ts +147 -24
- package/es/components/form-config/src/FormConfig.vue.d.ts +147 -24
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +210 -95
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/text.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +3 -1
- package/es/components/iho-chat/index.d.ts +321 -365
- package/es/components/iho-chat/src/Index.vue.d.ts +321 -365
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +18 -0
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +18 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +65 -182
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +94 -182
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +37 -20
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +19 -91
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +10 -91
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +18 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +12 -46
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +54 -0
- package/es/components/iho-chat/src/components/SelectLabel.vue.js +1 -0
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +1 -0
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/Video.vue.d.ts +9 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +30 -0
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +9 -0
- package/es/components/iho-chat/src/types/index.d.ts +9 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +3 -0
- package/es/components/index.css +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +7 -7
- package/es/components/select-label/index.d.ts +7 -7
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +5 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +7 -7
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +5 -1
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +1 -1
- package/es/components/select-label/src/index.vue.d.ts +7 -7
- package/es/components/select-label/src/types/index.d.ts +4 -1
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +28 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +28 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +2 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +9 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +8 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +9 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +9 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -7
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +8 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +11 -7
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +11 -7
- package/es/components/table-filter/src/types/index.d.ts +3 -0
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -1,16 +1,21 @@
|
|
1
1
|
import { LowCodeTypes } from '../../../../shared/types';
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
2
|
+
import { FormConfigItem } from '../../../../components/form-config/src/types';
|
3
|
+
import { EditAbleField } from '../../../../components/form-config/src/constants';
|
4
|
+
import { FormChangePayload, FormRenderExpose } from '../../../../components/form-render';
|
5
5
|
declare const _default: import("vue").DefineComponent<{
|
6
6
|
modelValue: {
|
7
7
|
type: ArrayConstructor;
|
8
8
|
required: true;
|
9
9
|
default: () => never[];
|
10
10
|
};
|
11
|
+
bindFormRenderRef: {
|
12
|
+
type: null;
|
13
|
+
required: true;
|
14
|
+
};
|
11
15
|
}, {
|
12
16
|
props: {
|
13
17
|
modelValue: LowCodeTypes.reactionConfig[];
|
18
|
+
bindFormRenderRef: FormRenderExpose;
|
14
19
|
};
|
15
20
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
16
21
|
cssVars: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
|
@@ -62,46 +67,152 @@ declare const _default: import("vue").DefineComponent<{
|
|
62
67
|
removeCondition: (config: LowCodeTypes.reactionConfig, index: number) => void;
|
63
68
|
onUpdateConditionType: (condition: LowCodeTypes.reactionsConObj, type: LowCodeTypes.VALUE_RELATION) => void;
|
64
69
|
showRef: import("vue").Ref<boolean>;
|
70
|
+
addSetValueField: (item: LowCodeTypes.reactionConfig) => void;
|
65
71
|
fieldListRef: import("vue").Ref<FormConfigItem[]>;
|
66
72
|
fieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
73
|
+
setValueTypes: string[];
|
67
74
|
setValueFieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
68
75
|
currentTypeList: string[];
|
69
76
|
dialog: import("naive-ui").DialogApi;
|
70
77
|
onNegativeClick: () => Promise<void>;
|
71
78
|
onPositiveClick: () => Promise<void>;
|
72
79
|
configValidate: () => Promise<void>;
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
}
|
80
|
+
generateFieldListByKeys: (keyList: EditAbleField[], formConfigItem?: FormConfigItem | undefined, fieldItem?: import("../../../../components/form-render").FieldItem | undefined) => import("../../../../components/form-render").FieldItem[];
|
81
|
+
setValueFormFieldList: (field: string) => {
|
82
|
+
val_key: string;
|
83
|
+
alias: string;
|
84
|
+
decoratorProps: {
|
85
|
+
showFeedback: boolean;
|
86
|
+
};
|
87
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
88
|
+
annotation?: boolean | undefined;
|
89
|
+
val_key_unit?: string | undefined;
|
90
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
91
|
+
elem_width?: number | undefined;
|
92
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
93
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
94
|
+
name?: string | undefined;
|
95
|
+
default_val?: any;
|
96
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
97
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
98
|
+
placeholder?: string | undefined;
|
99
|
+
validate?: Partial<{
|
81
100
|
[key: string]: any;
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
101
|
+
obj_type: "password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
102
|
+
vali_obj: string;
|
103
|
+
max_value: string | number;
|
104
|
+
min_value: string | number;
|
105
|
+
min_date: string;
|
106
|
+
max_date: string;
|
107
|
+
min_length: string | number;
|
108
|
+
max_length: string | number;
|
109
|
+
decimal_length: string | number;
|
110
|
+
regular_expression: string | RegExp;
|
111
|
+
regular_error_tip: string;
|
112
|
+
message: string;
|
113
|
+
}> | undefined;
|
114
|
+
option?: import("../../../../components/form-render").FormOptionItem[] | undefined;
|
115
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
116
|
+
multi_select_value?: string | number | undefined;
|
117
|
+
wordbook?: Partial<{
|
118
|
+
level_num: number;
|
119
|
+
id: string;
|
120
|
+
name: string;
|
121
|
+
render_key: string[];
|
122
|
+
search_key: string[];
|
123
|
+
value_key: string;
|
124
|
+
queryParams: string[];
|
125
|
+
primary_key: string;
|
126
|
+
type: string;
|
127
|
+
level_key: string;
|
128
|
+
link_key: string;
|
129
|
+
link_key_split: string;
|
130
|
+
show_key: string | string[];
|
131
|
+
conObj: import("../../../../shared/types").AnyObject[];
|
132
|
+
conObjFirstLevel: import("../../../../shared/types").AnyObject[];
|
133
|
+
setting: Partial<{
|
134
|
+
cascading: {
|
135
|
+
'form.name': string;
|
136
|
+
value: string;
|
137
|
+
}[];
|
138
|
+
}>;
|
139
|
+
}> | undefined;
|
140
|
+
open?: LowCodeTypes.switchProperty | undefined;
|
141
|
+
close?: LowCodeTypes.switchProperty | undefined;
|
142
|
+
requiredReminderContent?: string | undefined;
|
143
|
+
date_format?: string | undefined;
|
144
|
+
step_length?: string | number | undefined;
|
145
|
+
urlConfig?: import("../../../../components/form-render").UrlConfig | undefined;
|
146
|
+
suffixConfig?: import("../../../../shared/types").ArrayAble<import("../../../../components/form-render").FieldItem> | undefined;
|
147
|
+
prefixConfig?: import("../../../../shared/types").ArrayAble<import("../../../../components/form-render").FieldItem> | undefined;
|
148
|
+
autograph?: string | undefined;
|
149
|
+
defined_error_msg?: string | undefined;
|
150
|
+
extendKey?: string | undefined;
|
151
|
+
is_not_fold?: string | undefined;
|
152
|
+
remark?: string | undefined;
|
153
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
154
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
155
|
+
initialize_high?: number | undefined;
|
156
|
+
bindEventSetting?: LowCodeTypes.BindEventSettingItem[] | undefined;
|
157
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
158
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
159
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
160
|
+
prefix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
161
|
+
suffix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
162
|
+
allowSlash?: string | boolean | undefined;
|
163
|
+
allowModify?: import("../../../../components/form-render").FormCommonState | undefined;
|
164
|
+
show_key?: string | undefined;
|
165
|
+
whiteList?: string[] | undefined;
|
166
|
+
bordered?: string | boolean | undefined;
|
167
|
+
displayMode?: "form" | "table" | undefined;
|
168
|
+
editor_title?: string | undefined;
|
169
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
170
|
+
linebarWidth?: string | undefined;
|
171
|
+
linebarDirection?: "horizontal" | "vertical" | undefined;
|
172
|
+
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
173
|
+
labelColor?: string | undefined;
|
174
|
+
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
175
|
+
fieldTitleColor?: string | undefined;
|
176
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
177
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
178
|
+
lazyRequest?: boolean | undefined;
|
179
|
+
requestCache?: boolean | undefined;
|
180
|
+
maxGroupNum?: number | undefined;
|
181
|
+
minGroupNum?: number | undefined;
|
182
|
+
jsonCombination?: boolean | undefined;
|
183
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
184
|
+
children?: import("../../../../components/form-render").FieldItem[] | undefined;
|
185
|
+
properties?: import("../../../../components/form-render").FieldItem[] | undefined;
|
186
|
+
componentProps?: import("../../../../shared/types").AnyObject | undefined;
|
187
|
+
noDecorator?: Boolean | undefined;
|
188
|
+
display?: "flex" | "grid" | undefined;
|
189
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
190
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
191
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
192
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
193
|
+
validator?: ((value: unknown, fieldItem: import("../../../../components/form-render").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
|
194
|
+
reactions?: import("../../../../shared/types").ArrayAble<import("../../../../components/form-render").ReactionType> | undefined;
|
195
|
+
}[];
|
196
|
+
removeSetValueField: (item: LowCodeTypes.reactionConfig, index: number) => void;
|
197
|
+
onFormChange: (payload: FormChangePayload, item: {
|
198
|
+
field: string;
|
199
|
+
value: string;
|
200
|
+
}) => void;
|
90
201
|
HelpCircleSharp: 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<{}>>, {}>;
|
91
202
|
NButton: any;
|
92
|
-
NModal: any;
|
93
|
-
NSpace: any;
|
94
|
-
NScrollbar: any;
|
95
|
-
NThing: any;
|
96
|
-
NInputGroup: any;
|
97
|
-
NSelect: any;
|
98
|
-
NInput: any;
|
99
203
|
NCollapse: any;
|
100
204
|
NCollapseItem: any;
|
101
205
|
NEllipsis: any;
|
102
206
|
NEmpty: any;
|
103
|
-
NTooltip: any;
|
104
207
|
NIcon: any;
|
208
|
+
NInput: any;
|
209
|
+
NInputGroup: any;
|
210
|
+
NModal: any;
|
211
|
+
NScrollbar: any;
|
212
|
+
NSelect: any;
|
213
|
+
NSpace: any;
|
214
|
+
NThing: any;
|
215
|
+
NTooltip: any;
|
105
216
|
conditionTypeOptions: {
|
106
217
|
value: LowCodeTypes.VALUE_RELATION;
|
107
218
|
label: string;
|
@@ -111,21 +222,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
111
222
|
label: string;
|
112
223
|
}[];
|
113
224
|
CForm: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
114
|
-
formRenderRef: import("vue").Ref<
|
225
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
115
226
|
key: import("vue").Ref<number>;
|
116
227
|
reload: () => Promise<void>;
|
117
228
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
118
|
-
exposed: Partial<
|
229
|
+
exposed: Partial<FormRenderExpose>;
|
119
230
|
FormRender: import("vue").DefineComponent<{
|
120
231
|
fieldList: {
|
121
|
-
type: PropType<FieldItem[]>;
|
232
|
+
type: import("vue").PropType<import("../../../../components/form-render").FieldItem[]>;
|
122
233
|
};
|
123
234
|
initialData: {
|
124
|
-
type: PropType<import("../../../../shared/types").AnyObject>;
|
235
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
125
236
|
default: () => {};
|
126
237
|
};
|
127
238
|
fieldVisitor: {
|
128
|
-
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
239
|
+
type: import("vue").PropType<import("../../../../components/form-render").FieldVisitor>;
|
129
240
|
};
|
130
241
|
column: {
|
131
242
|
type: NumberConstructor;
|
@@ -144,10 +255,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
144
255
|
default: number;
|
145
256
|
};
|
146
257
|
businessFormatter: {
|
147
|
-
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
258
|
+
type: import("vue").PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
148
259
|
};
|
149
260
|
schema: {
|
150
|
-
type: PropType<import("@formily/json-schema").Stringify<{
|
261
|
+
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
151
262
|
[key: symbol]: any;
|
152
263
|
[key: `x-${string}`]: any;
|
153
264
|
[key: `x-${number}`]: any;
|
@@ -206,18 +317,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
206
317
|
}>>;
|
207
318
|
};
|
208
319
|
components: {
|
209
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
320
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
210
321
|
default: () => {};
|
211
322
|
};
|
212
323
|
scope: {
|
213
|
-
type: PropType<import("../../../../shared/types").AnyObject>;
|
324
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
214
325
|
default: () => {};
|
215
326
|
};
|
216
327
|
annotation: {
|
217
|
-
type: PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
|
328
|
+
type: import("vue").PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
|
218
329
|
};
|
219
330
|
annotationShortcuts: {
|
220
|
-
type: PropType<(string | {
|
331
|
+
type: import("vue").PropType<(string | {
|
221
332
|
label: string;
|
222
333
|
value: string;
|
223
334
|
})[] | undefined>;
|
@@ -230,7 +341,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
230
341
|
type: StringConstructor;
|
231
342
|
};
|
232
343
|
lifeCycle: {
|
233
|
-
type: PropType<Partial<{
|
344
|
+
type: import("vue").PropType<Partial<{
|
234
345
|
onSetup(): void;
|
235
346
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
236
347
|
field: import("@formily/core").GeneralField;
|
@@ -242,24 +353,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
242
353
|
}>>;
|
243
354
|
};
|
244
355
|
requestInstance: {
|
245
|
-
type: PropType<import("../../../../shared/hooks").FormRequestDefine.RequestInstance>;
|
356
|
+
type: import("vue").PropType<import("../../../../shared/hooks").FormRequestDefine.RequestInstance>;
|
246
357
|
};
|
247
358
|
enterToNextWidget: {
|
248
|
-
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
359
|
+
type: import("vue").PropType<boolean | ((fieldItem: import("../../../../components/form-render").FieldItem) => boolean | void)>;
|
249
360
|
default: boolean;
|
250
361
|
};
|
251
362
|
autoExpand: BooleanConstructor;
|
252
363
|
lowCodeReactions: {
|
253
|
-
type: PropType<LowCodeTypes.reactionConfig[]>;
|
364
|
+
type: import("vue").PropType<LowCodeTypes.reactionConfig[]>;
|
254
365
|
};
|
255
366
|
newLowCodeReactions: {
|
256
|
-
type: PropType<LowCodeTypes.newReactionConfig[]>;
|
367
|
+
type: import("vue").PropType<LowCodeTypes.newReactionConfig[]>;
|
257
368
|
};
|
258
369
|
operationalForm: {
|
259
|
-
type: PropType<LowCodeTypes.operationalConfig[]>;
|
370
|
+
type: import("vue").PropType<LowCodeTypes.operationalConfig[]>;
|
260
371
|
};
|
261
372
|
dateOperationalForm: {
|
262
|
-
type: PropType<LowCodeTypes.dateOperationalConfig[]>;
|
373
|
+
type: import("vue").PropType<LowCodeTypes.dateOperationalConfig[]>;
|
263
374
|
};
|
264
375
|
operationalFormInit: {
|
265
376
|
type: BooleanConstructor;
|
@@ -288,14 +399,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
288
399
|
};
|
289
400
|
selectMode: BooleanConstructor;
|
290
401
|
selectedFields: {
|
291
|
-
type: PropType<string[]>;
|
402
|
+
type: import("vue").PropType<string[]>;
|
292
403
|
};
|
293
404
|
linebarDirection: {
|
294
|
-
type: PropType<"horizontal" | "vertical">;
|
405
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
295
406
|
default: string;
|
296
407
|
};
|
297
408
|
linebarTextDirection: {
|
298
|
-
type: PropType<"horizontal" | "vertical">;
|
409
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
299
410
|
default: string;
|
300
411
|
};
|
301
412
|
linebarWidth: {
|
@@ -311,7 +422,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
311
422
|
default: boolean;
|
312
423
|
};
|
313
424
|
feedbackType: {
|
314
|
-
type: PropType<"default" | "tooltip">;
|
425
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
315
426
|
default: string;
|
316
427
|
};
|
317
428
|
fixMemoLeak: {
|
@@ -320,14 +431,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
320
431
|
}, {
|
321
432
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
322
433
|
fieldList: {
|
323
|
-
type: PropType<FieldItem[]>;
|
434
|
+
type: import("vue").PropType<import("../../../../components/form-render").FieldItem[]>;
|
324
435
|
};
|
325
436
|
initialData: {
|
326
|
-
type: PropType<import("../../../../shared/types").AnyObject>;
|
437
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
327
438
|
default: () => {};
|
328
439
|
};
|
329
440
|
fieldVisitor: {
|
330
|
-
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
441
|
+
type: import("vue").PropType<import("../../../../components/form-render").FieldVisitor>;
|
331
442
|
};
|
332
443
|
column: {
|
333
444
|
type: NumberConstructor;
|
@@ -346,10 +457,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
346
457
|
default: number;
|
347
458
|
};
|
348
459
|
businessFormatter: {
|
349
|
-
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
460
|
+
type: import("vue").PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
350
461
|
};
|
351
462
|
schema: {
|
352
|
-
type: PropType<import("@formily/json-schema").Stringify<{
|
463
|
+
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
353
464
|
[key: symbol]: any;
|
354
465
|
[key: `x-${string}`]: any;
|
355
466
|
[key: `x-${number}`]: any;
|
@@ -408,18 +519,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
408
519
|
}>>;
|
409
520
|
};
|
410
521
|
components: {
|
411
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
522
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
412
523
|
default: () => {};
|
413
524
|
};
|
414
525
|
scope: {
|
415
|
-
type: PropType<import("../../../../shared/types").AnyObject>;
|
526
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
416
527
|
default: () => {};
|
417
528
|
};
|
418
529
|
annotation: {
|
419
|
-
type: PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
|
530
|
+
type: import("vue").PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
|
420
531
|
};
|
421
532
|
annotationShortcuts: {
|
422
|
-
type: PropType<(string | {
|
533
|
+
type: import("vue").PropType<(string | {
|
423
534
|
label: string;
|
424
535
|
value: string;
|
425
536
|
})[] | undefined>;
|
@@ -432,7 +543,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
432
543
|
type: StringConstructor;
|
433
544
|
};
|
434
545
|
lifeCycle: {
|
435
|
-
type: PropType<Partial<{
|
546
|
+
type: import("vue").PropType<Partial<{
|
436
547
|
onSetup(): void;
|
437
548
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
438
549
|
field: import("@formily/core").GeneralField;
|
@@ -444,24 +555,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
444
555
|
}>>;
|
445
556
|
};
|
446
557
|
requestInstance: {
|
447
|
-
type: PropType<import("../../../../shared/hooks").FormRequestDefine.RequestInstance>;
|
558
|
+
type: import("vue").PropType<import("../../../../shared/hooks").FormRequestDefine.RequestInstance>;
|
448
559
|
};
|
449
560
|
enterToNextWidget: {
|
450
|
-
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
561
|
+
type: import("vue").PropType<boolean | ((fieldItem: import("../../../../components/form-render").FieldItem) => boolean | void)>;
|
451
562
|
default: boolean;
|
452
563
|
};
|
453
564
|
autoExpand: BooleanConstructor;
|
454
565
|
lowCodeReactions: {
|
455
|
-
type: PropType<LowCodeTypes.reactionConfig[]>;
|
566
|
+
type: import("vue").PropType<LowCodeTypes.reactionConfig[]>;
|
456
567
|
};
|
457
568
|
newLowCodeReactions: {
|
458
|
-
type: PropType<LowCodeTypes.newReactionConfig[]>;
|
569
|
+
type: import("vue").PropType<LowCodeTypes.newReactionConfig[]>;
|
459
570
|
};
|
460
571
|
operationalForm: {
|
461
|
-
type: PropType<LowCodeTypes.operationalConfig[]>;
|
572
|
+
type: import("vue").PropType<LowCodeTypes.operationalConfig[]>;
|
462
573
|
};
|
463
574
|
dateOperationalForm: {
|
464
|
-
type: PropType<LowCodeTypes.dateOperationalConfig[]>;
|
575
|
+
type: import("vue").PropType<LowCodeTypes.dateOperationalConfig[]>;
|
465
576
|
};
|
466
577
|
operationalFormInit: {
|
467
578
|
type: BooleanConstructor;
|
@@ -490,14 +601,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
490
601
|
};
|
491
602
|
selectMode: BooleanConstructor;
|
492
603
|
selectedFields: {
|
493
|
-
type: PropType<string[]>;
|
604
|
+
type: import("vue").PropType<string[]>;
|
494
605
|
};
|
495
606
|
linebarDirection: {
|
496
|
-
type: PropType<"horizontal" | "vertical">;
|
607
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
497
608
|
default: string;
|
498
609
|
};
|
499
610
|
linebarTextDirection: {
|
500
|
-
type: PropType<"horizontal" | "vertical">;
|
611
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
501
612
|
default: string;
|
502
613
|
};
|
503
614
|
linebarWidth: {
|
@@ -513,7 +624,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
513
624
|
default: boolean;
|
514
625
|
};
|
515
626
|
feedbackType: {
|
516
|
-
type: PropType<"default" | "tooltip">;
|
627
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
517
628
|
default: string;
|
518
629
|
};
|
519
630
|
fixMemoLeak: {
|
@@ -589,8 +700,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
589
700
|
triggerDisabled: string | boolean;
|
590
701
|
};
|
591
702
|
wordbookSettingHandler: import("../../../../components/form-render").wordbookSettingHandler;
|
592
|
-
schemaAdaptor: (fieldList: FieldItem[], options?: Partial<{
|
593
|
-
fieldList: FieldItem[];
|
703
|
+
schemaAdaptor: (fieldList: import("../../../../components/form-render").FieldItem[], options?: Partial<{
|
704
|
+
fieldList: import("../../../../components/form-render").FieldItem[];
|
594
705
|
initialData: import("../../../../shared/types").AnyObject;
|
595
706
|
fieldVisitor: import("../../../../components/form-render").FieldVisitor;
|
596
707
|
column: number;
|
@@ -675,7 +786,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
675
786
|
}>;
|
676
787
|
businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
|
677
788
|
requestInstance: import("../../../../shared/hooks").FormRequestDefine.RequestInstance;
|
678
|
-
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
789
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../components/form-render").FieldItem) => boolean | void);
|
679
790
|
autoExpand: boolean;
|
680
791
|
lowCodeReactions: LowCodeTypes.reactionConfig[];
|
681
792
|
linebarAutoHidden: boolean;
|
@@ -750,7 +861,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
750
861
|
"x-read-pretty"?: boolean | undefined;
|
751
862
|
"x-compile-omitted"?: string[] | undefined;
|
752
863
|
}>>;
|
753
|
-
_fieldList: FieldItem[];
|
864
|
+
_fieldList: import("../../../../components/form-render").FieldItem[];
|
754
865
|
incrementalRenderList: import("@formily/json-schema").Stringify<{
|
755
866
|
[key: symbol]: any;
|
756
867
|
[key: `x-${string}`]: any;
|
@@ -868,7 +979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
868
979
|
startIncrementalRender: () => void;
|
869
980
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
870
981
|
clearSpan: (uuid: string) => void;
|
871
|
-
exposeEvent: Omit<
|
982
|
+
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
872
983
|
useVersion: typeof import("../../../../shared/hooks").useVersion;
|
873
984
|
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
874
985
|
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
@@ -880,14 +991,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
880
991
|
NTabs: any;
|
881
992
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
882
993
|
fieldList: {
|
883
|
-
type: PropType<FieldItem[]>;
|
994
|
+
type: import("vue").PropType<import("../../../../components/form-render").FieldItem[]>;
|
884
995
|
};
|
885
996
|
initialData: {
|
886
|
-
type: PropType<import("../../../../shared/types").AnyObject>;
|
997
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
887
998
|
default: () => {};
|
888
999
|
};
|
889
1000
|
fieldVisitor: {
|
890
|
-
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
1001
|
+
type: import("vue").PropType<import("../../../../components/form-render").FieldVisitor>;
|
891
1002
|
};
|
892
1003
|
column: {
|
893
1004
|
type: NumberConstructor;
|
@@ -906,10 +1017,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
906
1017
|
default: number;
|
907
1018
|
};
|
908
1019
|
businessFormatter: {
|
909
|
-
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
1020
|
+
type: import("vue").PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
910
1021
|
};
|
911
1022
|
schema: {
|
912
|
-
type: PropType<import("@formily/json-schema").Stringify<{
|
1023
|
+
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
913
1024
|
[key: symbol]: any;
|
914
1025
|
[key: `x-${string}`]: any;
|
915
1026
|
[key: `x-${number}`]: any;
|
@@ -968,18 +1079,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
968
1079
|
}>>;
|
969
1080
|
};
|
970
1081
|
components: {
|
971
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1082
|
+
type: import("vue").PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
972
1083
|
default: () => {};
|
973
1084
|
};
|
974
1085
|
scope: {
|
975
|
-
type: PropType<import("../../../../shared/types").AnyObject>;
|
1086
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
976
1087
|
default: () => {};
|
977
1088
|
};
|
978
1089
|
annotation: {
|
979
|
-
type: PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
|
1090
|
+
type: import("vue").PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
|
980
1091
|
};
|
981
1092
|
annotationShortcuts: {
|
982
|
-
type: PropType<(string | {
|
1093
|
+
type: import("vue").PropType<(string | {
|
983
1094
|
label: string;
|
984
1095
|
value: string;
|
985
1096
|
})[] | undefined>;
|
@@ -992,7 +1103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
992
1103
|
type: StringConstructor;
|
993
1104
|
};
|
994
1105
|
lifeCycle: {
|
995
|
-
type: PropType<Partial<{
|
1106
|
+
type: import("vue").PropType<Partial<{
|
996
1107
|
onSetup(): void;
|
997
1108
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
998
1109
|
field: import("@formily/core").GeneralField;
|
@@ -1004,24 +1115,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
1004
1115
|
}>>;
|
1005
1116
|
};
|
1006
1117
|
requestInstance: {
|
1007
|
-
type: PropType<import("../../../../shared/hooks").FormRequestDefine.RequestInstance>;
|
1118
|
+
type: import("vue").PropType<import("../../../../shared/hooks").FormRequestDefine.RequestInstance>;
|
1008
1119
|
};
|
1009
1120
|
enterToNextWidget: {
|
1010
|
-
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
1121
|
+
type: import("vue").PropType<boolean | ((fieldItem: import("../../../../components/form-render").FieldItem) => boolean | void)>;
|
1011
1122
|
default: boolean;
|
1012
1123
|
};
|
1013
1124
|
autoExpand: BooleanConstructor;
|
1014
1125
|
lowCodeReactions: {
|
1015
|
-
type: PropType<LowCodeTypes.reactionConfig[]>;
|
1126
|
+
type: import("vue").PropType<LowCodeTypes.reactionConfig[]>;
|
1016
1127
|
};
|
1017
1128
|
newLowCodeReactions: {
|
1018
|
-
type: PropType<LowCodeTypes.newReactionConfig[]>;
|
1129
|
+
type: import("vue").PropType<LowCodeTypes.newReactionConfig[]>;
|
1019
1130
|
};
|
1020
1131
|
operationalForm: {
|
1021
|
-
type: PropType<LowCodeTypes.operationalConfig[]>;
|
1132
|
+
type: import("vue").PropType<LowCodeTypes.operationalConfig[]>;
|
1022
1133
|
};
|
1023
1134
|
dateOperationalForm: {
|
1024
|
-
type: PropType<LowCodeTypes.dateOperationalConfig[]>;
|
1135
|
+
type: import("vue").PropType<LowCodeTypes.dateOperationalConfig[]>;
|
1025
1136
|
};
|
1026
1137
|
operationalFormInit: {
|
1027
1138
|
type: BooleanConstructor;
|
@@ -1050,14 +1161,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1050
1161
|
};
|
1051
1162
|
selectMode: BooleanConstructor;
|
1052
1163
|
selectedFields: {
|
1053
|
-
type: PropType<string[]>;
|
1164
|
+
type: import("vue").PropType<string[]>;
|
1054
1165
|
};
|
1055
1166
|
linebarDirection: {
|
1056
|
-
type: PropType<"horizontal" | "vertical">;
|
1167
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
1057
1168
|
default: string;
|
1058
1169
|
};
|
1059
1170
|
linebarTextDirection: {
|
1060
|
-
type: PropType<"horizontal" | "vertical">;
|
1171
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
1061
1172
|
default: string;
|
1062
1173
|
};
|
1063
1174
|
linebarWidth: {
|
@@ -1073,7 +1184,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1073
1184
|
default: boolean;
|
1074
1185
|
};
|
1075
1186
|
feedbackType: {
|
1076
|
-
type: PropType<"default" | "tooltip">;
|
1187
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
1077
1188
|
default: string;
|
1078
1189
|
};
|
1079
1190
|
fixMemoLeak: {
|
@@ -1095,7 +1206,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1095
1206
|
parallelism: number;
|
1096
1207
|
scope: import("../../../../shared/types").AnyObject;
|
1097
1208
|
consumer: boolean;
|
1098
|
-
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
1209
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../components/form-render").FieldItem) => boolean | void);
|
1099
1210
|
autoExpand: boolean;
|
1100
1211
|
linebarAutoHidden: boolean;
|
1101
1212
|
labelPlacementOverwrite: boolean;
|
@@ -1121,6 +1232,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1121
1232
|
required: true;
|
1122
1233
|
default: () => never[];
|
1123
1234
|
};
|
1235
|
+
bindFormRenderRef: {
|
1236
|
+
type: null;
|
1237
|
+
required: true;
|
1238
|
+
};
|
1124
1239
|
}>> & {
|
1125
1240
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1126
1241
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|