cnhis-design-vue 3.1.57-beta.2 → 3.1.57-beta.21
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/README.md +87 -87
- package/es/components/button-print/index.d.ts +8 -8
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +8 -8
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +3 -3
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -7
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/calendar/index.d.ts +276 -0
- package/es/components/calendar/index.js +1 -0
- package/es/components/calendar/src/Calendar.vue.d.ts +265 -0
- package/es/components/calendar/src/Calendar.vue.js +1 -0
- package/es/components/calendar/src/Calendar.vue2.js +1 -0
- package/es/components/calendar/src/types/index.d.ts +6 -0
- package/es/components/calendar/src/types/index.js +1 -0
- package/es/components/calendar/style/index.css +1 -0
- package/es/components/callback/src/components/render/popupMaps.d.ts +233 -224
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/classification/src/index.vue.d.ts +3 -3
- package/es/components/expand-field/index.d.ts +18 -27
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +15 -24
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +15 -24
- package/es/components/expand-field/src/components/form.vue.d.ts +18 -27
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +18 -27
- package/es/components/fabric-chart/index.d.ts +4 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +4 -3
- package/es/components/field-set/index.d.ts +107 -616
- package/es/components/field-set/index.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +1680 -0
- package/es/components/field-set/src/FieldColor.vue.js +1 -0
- package/es/components/field-set/src/FieldColor.vue2.js +1 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +58 -16
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/Index.vue.d.ts +141 -0
- package/es/components/field-set/src/Index.vue.js +1 -0
- package/es/components/field-set/src/Index.vue2.js +1 -0
- package/es/components/field-set/src/components/Row.vue.d.ts +50 -9
- package/es/components/field-set/src/components/Row.vue2.js +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +172 -0
- package/es/components/field-set/src/components/condition.vue.js +1 -0
- package/es/components/field-set/src/components/condition.vue2.js +1 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1194 -0
- package/es/components/field-set/src/components/edit-dialog.vue.js +1 -0
- package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +286 -0
- package/es/components/field-set/src/components/edit-filter.vue.js +1 -0
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -0
- package/es/components/field-set/src/constants/index.d.ts +55 -0
- package/es/components/field-set/src/constants/index.js +1 -0
- package/es/components/field-set/src/types/index.d.ts +31 -1
- package/es/components/field-set/src/utils/index.d.ts +2 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +55 -30
- package/es/components/form-config/src/FormConfig.vue.d.ts +55 -30
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +17 -8
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +23 -11
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +8 -8
- package/es/components/form-config/src/constants/index.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +2 -2
- package/es/components/form-render/index.d.ts +17 -8
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +17 -8
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +17 -8
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +12 -0
- package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +12 -0
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +1 -0
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -2
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.d.ts +6 -0
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +1 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +2 -2
- package/es/components/iho-table/index.d.ts +216 -216
- package/es/components/iho-table/src/IhoTable.vue.d.ts +216 -216
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +41 -23
- package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -23
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +18 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +17 -8
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
- package/es/components/quick-search/index.d.ts +3 -3
- package/es/components/quick-search/src/index.vue.d.ts +3 -3
- package/es/components/recommend-search/index.d.ts +6 -6
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
- package/es/components/scale-view/index.d.ts +3 -3
- package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
- package/es/components/select-label/index.d.ts +2 -2
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/components/select-label/src/index.vue.d.ts +1 -1
- package/es/components/select-person/index.d.ts +15 -24
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -18
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +18 -8
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -8
- package/es/components/table-export-field/index.d.ts +3 -3
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
- package/es/components/table-export-field/src/index.vue.d.ts +3 -3
- package/es/components/time-line/index.d.ts +7 -7
- package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +23 -3
- package/es/shared/utils/business.d.ts +2 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +8 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
|
@@ -138,7 +138,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
138
138
|
default: boolean;
|
|
139
139
|
};
|
|
140
140
|
lowCodeReactions: {
|
|
141
|
-
type: import("vue").PropType<import("../../../..").LowCodeTypes.
|
|
141
|
+
type: import("vue").PropType<import("../../../..").LowCodeTypes.reactionConfig[]>;
|
|
142
|
+
};
|
|
143
|
+
newLowCodeReactions: {
|
|
144
|
+
type: import("vue").PropType<import("../../../..").LowCodeTypes.newReactionConfig[]>;
|
|
142
145
|
};
|
|
143
146
|
operationalForm: {
|
|
144
147
|
type: import("vue").PropType<import("../../../..").LowCodeTypes.operationalConfig[]>;
|
|
@@ -300,7 +303,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
300
303
|
default: boolean;
|
|
301
304
|
};
|
|
302
305
|
lowCodeReactions: {
|
|
303
|
-
type: import("vue").PropType<import("../../../..").LowCodeTypes.
|
|
306
|
+
type: import("vue").PropType<import("../../../..").LowCodeTypes.reactionConfig[]>;
|
|
307
|
+
};
|
|
308
|
+
newLowCodeReactions: {
|
|
309
|
+
type: import("vue").PropType<import("../../../..").LowCodeTypes.newReactionConfig[]>;
|
|
304
310
|
};
|
|
305
311
|
operationalForm: {
|
|
306
312
|
type: import("vue").PropType<import("../../../..").LowCodeTypes.operationalConfig[]>;
|
|
@@ -333,7 +339,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
333
339
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
334
340
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
335
341
|
}>>;
|
|
336
|
-
emit: (event: "
|
|
342
|
+
emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
|
|
337
343
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
338
344
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
339
345
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -391,7 +397,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
391
397
|
[x: string]: any;
|
|
392
398
|
}>;
|
|
393
399
|
lowCodeReactionsHandler: (field: string) => void;
|
|
394
|
-
|
|
400
|
+
newLowCodeReactionsHandler: (field: string) => void;
|
|
395
401
|
operationalFormHandler: {
|
|
396
402
|
trigger(fieldKey: string): void;
|
|
397
403
|
triggerAll(): void;
|
|
@@ -485,7 +491,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
485
491
|
businessFormatter: import("../../../../../components/form-render").FormBusinessFormatter;
|
|
486
492
|
requestInstance: import("../../../..").FormRequestDefine.RequestInstance;
|
|
487
493
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../../components/form-render").FieldItem) => boolean | void);
|
|
488
|
-
lowCodeReactions: import("../../../..").LowCodeTypes.
|
|
494
|
+
lowCodeReactions: import("../../../..").LowCodeTypes.reactionConfig[];
|
|
489
495
|
linebarAutoHidden: boolean;
|
|
490
496
|
bordered: string | boolean;
|
|
491
497
|
uniqueCacheData: boolean;
|
|
@@ -669,7 +675,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
669
675
|
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
670
676
|
}>;
|
|
671
677
|
NTabs: any;
|
|
672
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
678
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
673
679
|
fieldList: {
|
|
674
680
|
type: import("vue").PropType<import("../../../../../components/form-render").FieldItem[]>;
|
|
675
681
|
};
|
|
@@ -802,7 +808,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
802
808
|
default: boolean;
|
|
803
809
|
};
|
|
804
810
|
lowCodeReactions: {
|
|
805
|
-
type: import("vue").PropType<import("../../../..").LowCodeTypes.
|
|
811
|
+
type: import("vue").PropType<import("../../../..").LowCodeTypes.reactionConfig[]>;
|
|
812
|
+
};
|
|
813
|
+
newLowCodeReactions: {
|
|
814
|
+
type: import("vue").PropType<import("../../../..").LowCodeTypes.newReactionConfig[]>;
|
|
806
815
|
};
|
|
807
816
|
operationalForm: {
|
|
808
817
|
type: import("vue").PropType<import("../../../..").LowCodeTypes.operationalConfig[]>;
|
|
@@ -838,7 +847,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
838
847
|
anchor: boolean;
|
|
839
848
|
maxHeight: string | number;
|
|
840
849
|
column: number;
|
|
841
|
-
forceClearable: boolean;
|
|
842
850
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
843
851
|
initialData: import("../../../..").AnyObject;
|
|
844
852
|
parallelism: number;
|
|
@@ -849,6 +857,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
849
857
|
bordered: string | boolean;
|
|
850
858
|
uniqueCacheData: boolean;
|
|
851
859
|
outBordered: boolean;
|
|
860
|
+
forceClearable: boolean;
|
|
852
861
|
operationalFormInit: boolean;
|
|
853
862
|
}>;
|
|
854
863
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
@@ -1168,29 +1177,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1168
1177
|
autofocus?: string | undefined;
|
|
1169
1178
|
autoselect?: boolean | undefined;
|
|
1170
1179
|
defaultValue?: string | number | object | any[] | {
|
|
1171
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1172
|
-
test: (string: string) => boolean;
|
|
1173
|
-
readonly source: string;
|
|
1174
|
-
readonly global: boolean;
|
|
1175
|
-
readonly ignoreCase: boolean;
|
|
1176
|
-
readonly multiline: boolean;
|
|
1177
|
-
lastIndex: number;
|
|
1178
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1179
|
-
readonly flags: string;
|
|
1180
|
-
readonly sticky: boolean;
|
|
1181
|
-
readonly unicode: boolean;
|
|
1182
|
-
readonly dotAll: boolean;
|
|
1183
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1184
|
-
[Symbol.replace]: {
|
|
1185
|
-
(string: string, replaceValue: string): string;
|
|
1186
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1187
|
-
};
|
|
1188
|
-
[Symbol.search]: (string: string) => number;
|
|
1189
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1190
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1191
|
-
} | ((params: {
|
|
1192
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1193
|
-
}) => any) | {
|
|
1194
1180
|
toString: () => string;
|
|
1195
1181
|
toDateString: () => string;
|
|
1196
1182
|
toTimeString: () => string;
|
|
@@ -1252,7 +1238,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1252
1238
|
(hint: "number"): number;
|
|
1253
1239
|
(hint: string): string | number;
|
|
1254
1240
|
};
|
|
1255
|
-
} |
|
|
1241
|
+
} | {
|
|
1242
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
1243
|
+
test: (string: string) => boolean;
|
|
1244
|
+
readonly source: string;
|
|
1245
|
+
readonly global: boolean;
|
|
1246
|
+
readonly ignoreCase: boolean;
|
|
1247
|
+
readonly multiline: boolean;
|
|
1248
|
+
lastIndex: number;
|
|
1249
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1250
|
+
readonly flags: string;
|
|
1251
|
+
readonly sticky: boolean;
|
|
1252
|
+
readonly unicode: boolean;
|
|
1253
|
+
readonly dotAll: boolean;
|
|
1254
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1255
|
+
[Symbol.replace]: {
|
|
1256
|
+
(string: string, replaceValue: string): string;
|
|
1257
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1258
|
+
};
|
|
1259
|
+
[Symbol.search]: (string: string) => number;
|
|
1260
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1261
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1262
|
+
} | ((params: {
|
|
1263
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1264
|
+
}) => any) | null | undefined;
|
|
1256
1265
|
immediate?: boolean | undefined;
|
|
1257
1266
|
content?: string | undefined;
|
|
1258
1267
|
placeholder?: string | undefined;
|
|
@@ -1471,29 +1480,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1471
1480
|
autofocus?: string | undefined;
|
|
1472
1481
|
autoselect?: boolean | undefined;
|
|
1473
1482
|
defaultValue?: string | number | object | any[] | {
|
|
1474
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1475
|
-
test: (string: string) => boolean;
|
|
1476
|
-
readonly source: string;
|
|
1477
|
-
readonly global: boolean;
|
|
1478
|
-
readonly ignoreCase: boolean;
|
|
1479
|
-
readonly multiline: boolean;
|
|
1480
|
-
lastIndex: number;
|
|
1481
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1482
|
-
readonly flags: string;
|
|
1483
|
-
readonly sticky: boolean;
|
|
1484
|
-
readonly unicode: boolean;
|
|
1485
|
-
readonly dotAll: boolean;
|
|
1486
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1487
|
-
[Symbol.replace]: {
|
|
1488
|
-
(string: string, replaceValue: string): string;
|
|
1489
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1490
|
-
};
|
|
1491
|
-
[Symbol.search]: (string: string) => number;
|
|
1492
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1493
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1494
|
-
} | ((params: {
|
|
1495
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1496
|
-
}) => any) | {
|
|
1497
1483
|
toString: () => string;
|
|
1498
1484
|
toDateString: () => string;
|
|
1499
1485
|
toTimeString: () => string;
|
|
@@ -1555,7 +1541,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1555
1541
|
(hint: "number"): number;
|
|
1556
1542
|
(hint: string): string | number;
|
|
1557
1543
|
};
|
|
1558
|
-
} |
|
|
1544
|
+
} | {
|
|
1545
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
1546
|
+
test: (string: string) => boolean;
|
|
1547
|
+
readonly source: string;
|
|
1548
|
+
readonly global: boolean;
|
|
1549
|
+
readonly ignoreCase: boolean;
|
|
1550
|
+
readonly multiline: boolean;
|
|
1551
|
+
lastIndex: number;
|
|
1552
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1553
|
+
readonly flags: string;
|
|
1554
|
+
readonly sticky: boolean;
|
|
1555
|
+
readonly unicode: boolean;
|
|
1556
|
+
readonly dotAll: boolean;
|
|
1557
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1558
|
+
[Symbol.replace]: {
|
|
1559
|
+
(string: string, replaceValue: string): string;
|
|
1560
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1561
|
+
};
|
|
1562
|
+
[Symbol.search]: (string: string) => number;
|
|
1563
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1564
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1565
|
+
} | ((params: {
|
|
1566
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1567
|
+
}) => any) | null | undefined;
|
|
1559
1568
|
immediate?: boolean | undefined;
|
|
1560
1569
|
content?: string | undefined;
|
|
1561
1570
|
placeholder?: string | undefined;
|
|
@@ -1962,29 +1971,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1962
1971
|
autofocus?: string | undefined;
|
|
1963
1972
|
autoselect?: boolean | undefined;
|
|
1964
1973
|
defaultValue?: string | number | object | any[] | {
|
|
1965
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1966
|
-
test: (string: string) => boolean;
|
|
1967
|
-
readonly source: string;
|
|
1968
|
-
readonly global: boolean;
|
|
1969
|
-
readonly ignoreCase: boolean;
|
|
1970
|
-
readonly multiline: boolean;
|
|
1971
|
-
lastIndex: number;
|
|
1972
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1973
|
-
readonly flags: string;
|
|
1974
|
-
readonly sticky: boolean;
|
|
1975
|
-
readonly unicode: boolean;
|
|
1976
|
-
readonly dotAll: boolean;
|
|
1977
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1978
|
-
[Symbol.replace]: {
|
|
1979
|
-
(string: string, replaceValue: string): string;
|
|
1980
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1981
|
-
};
|
|
1982
|
-
[Symbol.search]: (string: string) => number;
|
|
1983
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1984
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1985
|
-
} | ((params: {
|
|
1986
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1987
|
-
}) => any) | {
|
|
1988
1974
|
toString: () => string;
|
|
1989
1975
|
toDateString: () => string;
|
|
1990
1976
|
toTimeString: () => string;
|
|
@@ -2046,7 +2032,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
2046
2032
|
(hint: "number"): number;
|
|
2047
2033
|
(hint: string): string | number;
|
|
2048
2034
|
};
|
|
2049
|
-
} |
|
|
2035
|
+
} | {
|
|
2036
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
2037
|
+
test: (string: string) => boolean;
|
|
2038
|
+
readonly source: string;
|
|
2039
|
+
readonly global: boolean;
|
|
2040
|
+
readonly ignoreCase: boolean;
|
|
2041
|
+
readonly multiline: boolean;
|
|
2042
|
+
lastIndex: number;
|
|
2043
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2044
|
+
readonly flags: string;
|
|
2045
|
+
readonly sticky: boolean;
|
|
2046
|
+
readonly unicode: boolean;
|
|
2047
|
+
readonly dotAll: boolean;
|
|
2048
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2049
|
+
[Symbol.replace]: {
|
|
2050
|
+
(string: string, replaceValue: string): string;
|
|
2051
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2052
|
+
};
|
|
2053
|
+
[Symbol.search]: (string: string) => number;
|
|
2054
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2055
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2056
|
+
} | ((params: {
|
|
2057
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2058
|
+
}) => any) | null | undefined;
|
|
2050
2059
|
immediate?: boolean | undefined;
|
|
2051
2060
|
content?: string | undefined;
|
|
2052
2061
|
placeholder?: string | undefined;
|
|
@@ -2321,29 +2330,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
2321
2330
|
autofocus?: string | undefined;
|
|
2322
2331
|
autoselect?: boolean | undefined;
|
|
2323
2332
|
defaultValue?: string | number | object | any[] | {
|
|
2324
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
2325
|
-
test: (string: string) => boolean;
|
|
2326
|
-
readonly source: string;
|
|
2327
|
-
readonly global: boolean;
|
|
2328
|
-
readonly ignoreCase: boolean;
|
|
2329
|
-
readonly multiline: boolean;
|
|
2330
|
-
lastIndex: number;
|
|
2331
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2332
|
-
readonly flags: string;
|
|
2333
|
-
readonly sticky: boolean;
|
|
2334
|
-
readonly unicode: boolean;
|
|
2335
|
-
readonly dotAll: boolean;
|
|
2336
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2337
|
-
[Symbol.replace]: {
|
|
2338
|
-
(string: string, replaceValue: string): string;
|
|
2339
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2340
|
-
};
|
|
2341
|
-
[Symbol.search]: (string: string) => number;
|
|
2342
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2343
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2344
|
-
} | ((params: {
|
|
2345
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2346
|
-
}) => any) | {
|
|
2347
2333
|
toString: () => string;
|
|
2348
2334
|
toDateString: () => string;
|
|
2349
2335
|
toTimeString: () => string;
|
|
@@ -2405,7 +2391,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
2405
2391
|
(hint: "number"): number;
|
|
2406
2392
|
(hint: string): string | number;
|
|
2407
2393
|
};
|
|
2408
|
-
} |
|
|
2394
|
+
} | {
|
|
2395
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
2396
|
+
test: (string: string) => boolean;
|
|
2397
|
+
readonly source: string;
|
|
2398
|
+
readonly global: boolean;
|
|
2399
|
+
readonly ignoreCase: boolean;
|
|
2400
|
+
readonly multiline: boolean;
|
|
2401
|
+
lastIndex: number;
|
|
2402
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2403
|
+
readonly flags: string;
|
|
2404
|
+
readonly sticky: boolean;
|
|
2405
|
+
readonly unicode: boolean;
|
|
2406
|
+
readonly dotAll: boolean;
|
|
2407
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2408
|
+
[Symbol.replace]: {
|
|
2409
|
+
(string: string, replaceValue: string): string;
|
|
2410
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2411
|
+
};
|
|
2412
|
+
[Symbol.search]: (string: string) => number;
|
|
2413
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2414
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2415
|
+
} | ((params: {
|
|
2416
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2417
|
+
}) => any) | null | undefined;
|
|
2409
2418
|
immediate?: boolean | undefined;
|
|
2410
2419
|
content?: string | undefined;
|
|
2411
2420
|
placeholder?: string | undefined;
|
|
@@ -3221,29 +3230,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3221
3230
|
autofocus?: string | undefined;
|
|
3222
3231
|
autoselect?: boolean | undefined;
|
|
3223
3232
|
defaultValue?: string | number | object | any[] | {
|
|
3224
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3225
|
-
test: (string: string) => boolean;
|
|
3226
|
-
readonly source: string;
|
|
3227
|
-
readonly global: boolean;
|
|
3228
|
-
readonly ignoreCase: boolean;
|
|
3229
|
-
readonly multiline: boolean;
|
|
3230
|
-
lastIndex: number;
|
|
3231
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3232
|
-
readonly flags: string;
|
|
3233
|
-
readonly sticky: boolean;
|
|
3234
|
-
readonly unicode: boolean;
|
|
3235
|
-
readonly dotAll: boolean;
|
|
3236
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3237
|
-
[Symbol.replace]: {
|
|
3238
|
-
(string: string, replaceValue: string): string;
|
|
3239
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3240
|
-
};
|
|
3241
|
-
[Symbol.search]: (string: string) => number;
|
|
3242
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3243
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3244
|
-
} | ((params: {
|
|
3245
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3246
|
-
}) => any) | {
|
|
3247
3233
|
toString: () => string;
|
|
3248
3234
|
toDateString: () => string;
|
|
3249
3235
|
toTimeString: () => string;
|
|
@@ -3305,7 +3291,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3305
3291
|
(hint: "number"): number;
|
|
3306
3292
|
(hint: string): string | number;
|
|
3307
3293
|
};
|
|
3308
|
-
} |
|
|
3294
|
+
} | {
|
|
3295
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
3296
|
+
test: (string: string) => boolean;
|
|
3297
|
+
readonly source: string;
|
|
3298
|
+
readonly global: boolean;
|
|
3299
|
+
readonly ignoreCase: boolean;
|
|
3300
|
+
readonly multiline: boolean;
|
|
3301
|
+
lastIndex: number;
|
|
3302
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3303
|
+
readonly flags: string;
|
|
3304
|
+
readonly sticky: boolean;
|
|
3305
|
+
readonly unicode: boolean;
|
|
3306
|
+
readonly dotAll: boolean;
|
|
3307
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3308
|
+
[Symbol.replace]: {
|
|
3309
|
+
(string: string, replaceValue: string): string;
|
|
3310
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3311
|
+
};
|
|
3312
|
+
[Symbol.search]: (string: string) => number;
|
|
3313
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3314
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3315
|
+
} | ((params: {
|
|
3316
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3317
|
+
}) => any) | null | undefined;
|
|
3309
3318
|
immediate?: boolean | undefined;
|
|
3310
3319
|
content?: string | undefined;
|
|
3311
3320
|
placeholder?: string | undefined;
|
|
@@ -3685,29 +3694,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3685
3694
|
autofocus?: string | undefined;
|
|
3686
3695
|
autoselect?: boolean | undefined;
|
|
3687
3696
|
defaultValue?: string | number | object | any[] | {
|
|
3688
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3689
|
-
test: (string: string) => boolean;
|
|
3690
|
-
readonly source: string;
|
|
3691
|
-
readonly global: boolean;
|
|
3692
|
-
readonly ignoreCase: boolean;
|
|
3693
|
-
readonly multiline: boolean;
|
|
3694
|
-
lastIndex: number;
|
|
3695
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3696
|
-
readonly flags: string;
|
|
3697
|
-
readonly sticky: boolean;
|
|
3698
|
-
readonly unicode: boolean;
|
|
3699
|
-
readonly dotAll: boolean;
|
|
3700
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3701
|
-
[Symbol.replace]: {
|
|
3702
|
-
(string: string, replaceValue: string): string;
|
|
3703
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3704
|
-
};
|
|
3705
|
-
[Symbol.search]: (string: string) => number;
|
|
3706
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3707
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3708
|
-
} | ((params: {
|
|
3709
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3710
|
-
}) => any) | {
|
|
3711
3697
|
toString: () => string;
|
|
3712
3698
|
toDateString: () => string;
|
|
3713
3699
|
toTimeString: () => string;
|
|
@@ -3769,7 +3755,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3769
3755
|
(hint: "number"): number;
|
|
3770
3756
|
(hint: string): string | number;
|
|
3771
3757
|
};
|
|
3772
|
-
} |
|
|
3758
|
+
} | {
|
|
3759
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
3760
|
+
test: (string: string) => boolean;
|
|
3761
|
+
readonly source: string;
|
|
3762
|
+
readonly global: boolean;
|
|
3763
|
+
readonly ignoreCase: boolean;
|
|
3764
|
+
readonly multiline: boolean;
|
|
3765
|
+
lastIndex: number;
|
|
3766
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3767
|
+
readonly flags: string;
|
|
3768
|
+
readonly sticky: boolean;
|
|
3769
|
+
readonly unicode: boolean;
|
|
3770
|
+
readonly dotAll: boolean;
|
|
3771
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3772
|
+
[Symbol.replace]: {
|
|
3773
|
+
(string: string, replaceValue: string): string;
|
|
3774
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3775
|
+
};
|
|
3776
|
+
[Symbol.search]: (string: string) => number;
|
|
3777
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3778
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3779
|
+
} | ((params: {
|
|
3780
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3781
|
+
}) => any) | null | undefined;
|
|
3773
3782
|
immediate?: boolean | undefined;
|
|
3774
3783
|
content?: string | undefined;
|
|
3775
3784
|
placeholder?: string | undefined;
|
|
@@ -3988,29 +3997,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3988
3997
|
autofocus?: string | undefined;
|
|
3989
3998
|
autoselect?: boolean | undefined;
|
|
3990
3999
|
defaultValue?: string | number | object | any[] | {
|
|
3991
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3992
|
-
test: (string: string) => boolean;
|
|
3993
|
-
readonly source: string;
|
|
3994
|
-
readonly global: boolean;
|
|
3995
|
-
readonly ignoreCase: boolean;
|
|
3996
|
-
readonly multiline: boolean;
|
|
3997
|
-
lastIndex: number;
|
|
3998
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3999
|
-
readonly flags: string;
|
|
4000
|
-
readonly sticky: boolean;
|
|
4001
|
-
readonly unicode: boolean;
|
|
4002
|
-
readonly dotAll: boolean;
|
|
4003
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4004
|
-
[Symbol.replace]: {
|
|
4005
|
-
(string: string, replaceValue: string): string;
|
|
4006
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4007
|
-
};
|
|
4008
|
-
[Symbol.search]: (string: string) => number;
|
|
4009
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4010
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4011
|
-
} | ((params: {
|
|
4012
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4013
|
-
}) => any) | {
|
|
4014
4000
|
toString: () => string;
|
|
4015
4001
|
toDateString: () => string;
|
|
4016
4002
|
toTimeString: () => string;
|
|
@@ -4072,7 +4058,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4072
4058
|
(hint: "number"): number;
|
|
4073
4059
|
(hint: string): string | number;
|
|
4074
4060
|
};
|
|
4075
|
-
} |
|
|
4061
|
+
} | {
|
|
4062
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
4063
|
+
test: (string: string) => boolean;
|
|
4064
|
+
readonly source: string;
|
|
4065
|
+
readonly global: boolean;
|
|
4066
|
+
readonly ignoreCase: boolean;
|
|
4067
|
+
readonly multiline: boolean;
|
|
4068
|
+
lastIndex: number;
|
|
4069
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4070
|
+
readonly flags: string;
|
|
4071
|
+
readonly sticky: boolean;
|
|
4072
|
+
readonly unicode: boolean;
|
|
4073
|
+
readonly dotAll: boolean;
|
|
4074
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4075
|
+
[Symbol.replace]: {
|
|
4076
|
+
(string: string, replaceValue: string): string;
|
|
4077
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4078
|
+
};
|
|
4079
|
+
[Symbol.search]: (string: string) => number;
|
|
4080
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4081
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4082
|
+
} | ((params: {
|
|
4083
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4084
|
+
}) => any) | null | undefined;
|
|
4076
4085
|
immediate?: boolean | undefined;
|
|
4077
4086
|
content?: string | undefined;
|
|
4078
4087
|
placeholder?: string | undefined;
|
|
@@ -4479,29 +4488,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4479
4488
|
autofocus?: string | undefined;
|
|
4480
4489
|
autoselect?: boolean | undefined;
|
|
4481
4490
|
defaultValue?: string | number | object | any[] | {
|
|
4482
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
4483
|
-
test: (string: string) => boolean;
|
|
4484
|
-
readonly source: string;
|
|
4485
|
-
readonly global: boolean;
|
|
4486
|
-
readonly ignoreCase: boolean;
|
|
4487
|
-
readonly multiline: boolean;
|
|
4488
|
-
lastIndex: number;
|
|
4489
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4490
|
-
readonly flags: string;
|
|
4491
|
-
readonly sticky: boolean;
|
|
4492
|
-
readonly unicode: boolean;
|
|
4493
|
-
readonly dotAll: boolean;
|
|
4494
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4495
|
-
[Symbol.replace]: {
|
|
4496
|
-
(string: string, replaceValue: string): string;
|
|
4497
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4498
|
-
};
|
|
4499
|
-
[Symbol.search]: (string: string) => number;
|
|
4500
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4501
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4502
|
-
} | ((params: {
|
|
4503
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4504
|
-
}) => any) | {
|
|
4505
4491
|
toString: () => string;
|
|
4506
4492
|
toDateString: () => string;
|
|
4507
4493
|
toTimeString: () => string;
|
|
@@ -4563,7 +4549,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4563
4549
|
(hint: "number"): number;
|
|
4564
4550
|
(hint: string): string | number;
|
|
4565
4551
|
};
|
|
4566
|
-
} |
|
|
4552
|
+
} | {
|
|
4553
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
4554
|
+
test: (string: string) => boolean;
|
|
4555
|
+
readonly source: string;
|
|
4556
|
+
readonly global: boolean;
|
|
4557
|
+
readonly ignoreCase: boolean;
|
|
4558
|
+
readonly multiline: boolean;
|
|
4559
|
+
lastIndex: number;
|
|
4560
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4561
|
+
readonly flags: string;
|
|
4562
|
+
readonly sticky: boolean;
|
|
4563
|
+
readonly unicode: boolean;
|
|
4564
|
+
readonly dotAll: boolean;
|
|
4565
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4566
|
+
[Symbol.replace]: {
|
|
4567
|
+
(string: string, replaceValue: string): string;
|
|
4568
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4569
|
+
};
|
|
4570
|
+
[Symbol.search]: (string: string) => number;
|
|
4571
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4572
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4573
|
+
} | ((params: {
|
|
4574
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4575
|
+
}) => any) | null | undefined;
|
|
4567
4576
|
immediate?: boolean | undefined;
|
|
4568
4577
|
content?: string | undefined;
|
|
4569
4578
|
placeholder?: string | undefined;
|
|
@@ -4838,29 +4847,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4838
4847
|
autofocus?: string | undefined;
|
|
4839
4848
|
autoselect?: boolean | undefined;
|
|
4840
4849
|
defaultValue?: string | number | object | any[] | {
|
|
4841
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
4842
|
-
test: (string: string) => boolean;
|
|
4843
|
-
readonly source: string;
|
|
4844
|
-
readonly global: boolean;
|
|
4845
|
-
readonly ignoreCase: boolean;
|
|
4846
|
-
readonly multiline: boolean;
|
|
4847
|
-
lastIndex: number;
|
|
4848
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4849
|
-
readonly flags: string;
|
|
4850
|
-
readonly sticky: boolean;
|
|
4851
|
-
readonly unicode: boolean;
|
|
4852
|
-
readonly dotAll: boolean;
|
|
4853
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4854
|
-
[Symbol.replace]: {
|
|
4855
|
-
(string: string, replaceValue: string): string;
|
|
4856
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4857
|
-
};
|
|
4858
|
-
[Symbol.search]: (string: string) => number;
|
|
4859
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4860
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4861
|
-
} | ((params: {
|
|
4862
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4863
|
-
}) => any) | {
|
|
4864
4850
|
toString: () => string;
|
|
4865
4851
|
toDateString: () => string;
|
|
4866
4852
|
toTimeString: () => string;
|
|
@@ -4922,7 +4908,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4922
4908
|
(hint: "number"): number;
|
|
4923
4909
|
(hint: string): string | number;
|
|
4924
4910
|
};
|
|
4925
|
-
} |
|
|
4911
|
+
} | {
|
|
4912
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
4913
|
+
test: (string: string) => boolean;
|
|
4914
|
+
readonly source: string;
|
|
4915
|
+
readonly global: boolean;
|
|
4916
|
+
readonly ignoreCase: boolean;
|
|
4917
|
+
readonly multiline: boolean;
|
|
4918
|
+
lastIndex: number;
|
|
4919
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4920
|
+
readonly flags: string;
|
|
4921
|
+
readonly sticky: boolean;
|
|
4922
|
+
readonly unicode: boolean;
|
|
4923
|
+
readonly dotAll: boolean;
|
|
4924
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4925
|
+
[Symbol.replace]: {
|
|
4926
|
+
(string: string, replaceValue: string): string;
|
|
4927
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4928
|
+
};
|
|
4929
|
+
[Symbol.search]: (string: string) => number;
|
|
4930
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4931
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4932
|
+
} | ((params: {
|
|
4933
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4934
|
+
}) => any) | null | undefined;
|
|
4926
4935
|
immediate?: boolean | undefined;
|
|
4927
4936
|
content?: string | undefined;
|
|
4928
4937
|
placeholder?: string | undefined;
|