cnhis-design-vue 3.1.57-release.2 → 3.1.57
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/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- 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 +218 -216
- package/es/components/classification/index.d.ts +3 -3
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -3
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- 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/hooks/birthProcess/useBirthProcess.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/surgicalAnesthesia/useCenter.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 +2 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/components/Row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +1 -1
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +3 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +1 -1
- package/es/components/form-config/index.d.ts +7 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +7 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3 -0
- 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/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/guide/src/renderer.d.ts +2 -2
- package/es/components/iho-table/index.d.ts +218 -216
- package/es/components/iho-table/src/IhoTable.vue.d.ts +218 -216
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/{bindEventSettingPlugin/index.d.ts → bindEventSettingPlugin.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/{defaultConfigPlugin/index.d.ts → defaultConfigPlugin.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/dragScrollPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/dragScrollPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +1 -1
- 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/headerPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/{keyboardEventPlugin/index.d.ts → keyboardEventPlugin.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/{lowCodeFieldAdaptorPlugin/index.d.ts → lowCodeFieldAdaptorPlugin.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/{operationalFormPlugin/index.d.ts → operationalFormPlugin.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +32 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowClickPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/rowDragPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowDragPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/{varialbleHeightPlugin/index.d.ts → varialbleHeightPlugin.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/{virtualTreePlugin/index.d.ts → virtualTreePlugin.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin.js +1 -0
- package/es/components/iho-table/src/types/index.d.ts +2 -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/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +1 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -4
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +4 -4
- 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/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +74 -68
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +0 -1
|
@@ -1177,29 +1177,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1177
1177
|
autofocus?: string | undefined;
|
|
1178
1178
|
autoselect?: boolean | undefined;
|
|
1179
1179
|
defaultValue?: string | number | object | any[] | {
|
|
1180
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1181
|
-
test: (string: string) => boolean;
|
|
1182
|
-
readonly source: string;
|
|
1183
|
-
readonly global: boolean;
|
|
1184
|
-
readonly ignoreCase: boolean;
|
|
1185
|
-
readonly multiline: boolean;
|
|
1186
|
-
lastIndex: number;
|
|
1187
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1188
|
-
readonly flags: string;
|
|
1189
|
-
readonly sticky: boolean;
|
|
1190
|
-
readonly unicode: boolean;
|
|
1191
|
-
readonly dotAll: boolean;
|
|
1192
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1193
|
-
[Symbol.replace]: {
|
|
1194
|
-
(string: string, replaceValue: string): string;
|
|
1195
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1196
|
-
};
|
|
1197
|
-
[Symbol.search]: (string: string) => number;
|
|
1198
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1199
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1200
|
-
} | ((params: {
|
|
1201
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1202
|
-
}) => any) | {
|
|
1203
1180
|
toString: () => string;
|
|
1204
1181
|
toDateString: () => string;
|
|
1205
1182
|
toTimeString: () => string;
|
|
@@ -1261,7 +1238,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1261
1238
|
(hint: "number"): number;
|
|
1262
1239
|
(hint: string): string | number;
|
|
1263
1240
|
};
|
|
1264
|
-
} |
|
|
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;
|
|
1265
1265
|
immediate?: boolean | undefined;
|
|
1266
1266
|
content?: string | undefined;
|
|
1267
1267
|
placeholder?: string | undefined;
|
|
@@ -1480,29 +1480,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1480
1480
|
autofocus?: string | undefined;
|
|
1481
1481
|
autoselect?: boolean | undefined;
|
|
1482
1482
|
defaultValue?: string | number | object | any[] | {
|
|
1483
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1484
|
-
test: (string: string) => boolean;
|
|
1485
|
-
readonly source: string;
|
|
1486
|
-
readonly global: boolean;
|
|
1487
|
-
readonly ignoreCase: boolean;
|
|
1488
|
-
readonly multiline: boolean;
|
|
1489
|
-
lastIndex: number;
|
|
1490
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1491
|
-
readonly flags: string;
|
|
1492
|
-
readonly sticky: boolean;
|
|
1493
|
-
readonly unicode: boolean;
|
|
1494
|
-
readonly dotAll: boolean;
|
|
1495
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1496
|
-
[Symbol.replace]: {
|
|
1497
|
-
(string: string, replaceValue: string): string;
|
|
1498
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1499
|
-
};
|
|
1500
|
-
[Symbol.search]: (string: string) => number;
|
|
1501
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1502
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1503
|
-
} | ((params: {
|
|
1504
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1505
|
-
}) => any) | {
|
|
1506
1483
|
toString: () => string;
|
|
1507
1484
|
toDateString: () => string;
|
|
1508
1485
|
toTimeString: () => string;
|
|
@@ -1564,7 +1541,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1564
1541
|
(hint: "number"): number;
|
|
1565
1542
|
(hint: string): string | number;
|
|
1566
1543
|
};
|
|
1567
|
-
} |
|
|
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;
|
|
1568
1568
|
immediate?: boolean | undefined;
|
|
1569
1569
|
content?: string | undefined;
|
|
1570
1570
|
placeholder?: string | undefined;
|
|
@@ -1971,29 +1971,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1971
1971
|
autofocus?: string | undefined;
|
|
1972
1972
|
autoselect?: boolean | undefined;
|
|
1973
1973
|
defaultValue?: string | number | object | any[] | {
|
|
1974
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1975
|
-
test: (string: string) => boolean;
|
|
1976
|
-
readonly source: string;
|
|
1977
|
-
readonly global: boolean;
|
|
1978
|
-
readonly ignoreCase: boolean;
|
|
1979
|
-
readonly multiline: boolean;
|
|
1980
|
-
lastIndex: number;
|
|
1981
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1982
|
-
readonly flags: string;
|
|
1983
|
-
readonly sticky: boolean;
|
|
1984
|
-
readonly unicode: boolean;
|
|
1985
|
-
readonly dotAll: boolean;
|
|
1986
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1987
|
-
[Symbol.replace]: {
|
|
1988
|
-
(string: string, replaceValue: string): string;
|
|
1989
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1990
|
-
};
|
|
1991
|
-
[Symbol.search]: (string: string) => number;
|
|
1992
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1993
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1994
|
-
} | ((params: {
|
|
1995
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1996
|
-
}) => any) | {
|
|
1997
1974
|
toString: () => string;
|
|
1998
1975
|
toDateString: () => string;
|
|
1999
1976
|
toTimeString: () => string;
|
|
@@ -2055,7 +2032,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
2055
2032
|
(hint: "number"): number;
|
|
2056
2033
|
(hint: string): string | number;
|
|
2057
2034
|
};
|
|
2058
|
-
} |
|
|
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;
|
|
2059
2059
|
immediate?: boolean | undefined;
|
|
2060
2060
|
content?: string | undefined;
|
|
2061
2061
|
placeholder?: string | undefined;
|
|
@@ -2330,29 +2330,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
2330
2330
|
autofocus?: string | undefined;
|
|
2331
2331
|
autoselect?: boolean | undefined;
|
|
2332
2332
|
defaultValue?: string | number | object | any[] | {
|
|
2333
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
2334
|
-
test: (string: string) => boolean;
|
|
2335
|
-
readonly source: string;
|
|
2336
|
-
readonly global: boolean;
|
|
2337
|
-
readonly ignoreCase: boolean;
|
|
2338
|
-
readonly multiline: boolean;
|
|
2339
|
-
lastIndex: number;
|
|
2340
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2341
|
-
readonly flags: string;
|
|
2342
|
-
readonly sticky: boolean;
|
|
2343
|
-
readonly unicode: boolean;
|
|
2344
|
-
readonly dotAll: boolean;
|
|
2345
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2346
|
-
[Symbol.replace]: {
|
|
2347
|
-
(string: string, replaceValue: string): string;
|
|
2348
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2349
|
-
};
|
|
2350
|
-
[Symbol.search]: (string: string) => number;
|
|
2351
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2352
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2353
|
-
} | ((params: {
|
|
2354
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2355
|
-
}) => any) | {
|
|
2356
2333
|
toString: () => string;
|
|
2357
2334
|
toDateString: () => string;
|
|
2358
2335
|
toTimeString: () => string;
|
|
@@ -2414,7 +2391,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
2414
2391
|
(hint: "number"): number;
|
|
2415
2392
|
(hint: string): string | number;
|
|
2416
2393
|
};
|
|
2417
|
-
} |
|
|
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;
|
|
2418
2418
|
immediate?: boolean | undefined;
|
|
2419
2419
|
content?: string | undefined;
|
|
2420
2420
|
placeholder?: string | undefined;
|
|
@@ -3015,6 +3015,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3015
3015
|
isTree?: import("../../../..").MaybeString<0 | 2 | 1 | 3> | undefined;
|
|
3016
3016
|
isBatchSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
3017
3017
|
isSingleSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
3018
|
+
dragScroll?: boolean | undefined;
|
|
3018
3019
|
selectType?: "checkbox" | "radio" | null | undefined;
|
|
3019
3020
|
rowDraggable?: boolean | undefined;
|
|
3020
3021
|
showSeq?: boolean | undefined;
|
|
@@ -3230,29 +3231,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3230
3231
|
autofocus?: string | undefined;
|
|
3231
3232
|
autoselect?: boolean | undefined;
|
|
3232
3233
|
defaultValue?: string | number | object | any[] | {
|
|
3233
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3234
|
-
test: (string: string) => boolean;
|
|
3235
|
-
readonly source: string;
|
|
3236
|
-
readonly global: boolean;
|
|
3237
|
-
readonly ignoreCase: boolean;
|
|
3238
|
-
readonly multiline: boolean;
|
|
3239
|
-
lastIndex: number;
|
|
3240
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3241
|
-
readonly flags: string;
|
|
3242
|
-
readonly sticky: boolean;
|
|
3243
|
-
readonly unicode: boolean;
|
|
3244
|
-
readonly dotAll: boolean;
|
|
3245
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3246
|
-
[Symbol.replace]: {
|
|
3247
|
-
(string: string, replaceValue: string): string;
|
|
3248
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3249
|
-
};
|
|
3250
|
-
[Symbol.search]: (string: string) => number;
|
|
3251
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3252
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3253
|
-
} | ((params: {
|
|
3254
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3255
|
-
}) => any) | {
|
|
3256
3234
|
toString: () => string;
|
|
3257
3235
|
toDateString: () => string;
|
|
3258
3236
|
toTimeString: () => string;
|
|
@@ -3314,7 +3292,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3314
3292
|
(hint: "number"): number;
|
|
3315
3293
|
(hint: string): string | number;
|
|
3316
3294
|
};
|
|
3317
|
-
} |
|
|
3295
|
+
} | {
|
|
3296
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
3297
|
+
test: (string: string) => boolean;
|
|
3298
|
+
readonly source: string;
|
|
3299
|
+
readonly global: boolean;
|
|
3300
|
+
readonly ignoreCase: boolean;
|
|
3301
|
+
readonly multiline: boolean;
|
|
3302
|
+
lastIndex: number;
|
|
3303
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3304
|
+
readonly flags: string;
|
|
3305
|
+
readonly sticky: boolean;
|
|
3306
|
+
readonly unicode: boolean;
|
|
3307
|
+
readonly dotAll: boolean;
|
|
3308
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3309
|
+
[Symbol.replace]: {
|
|
3310
|
+
(string: string, replaceValue: string): string;
|
|
3311
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3312
|
+
};
|
|
3313
|
+
[Symbol.search]: (string: string) => number;
|
|
3314
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3315
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3316
|
+
} | ((params: {
|
|
3317
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3318
|
+
}) => any) | null | undefined;
|
|
3318
3319
|
immediate?: boolean | undefined;
|
|
3319
3320
|
content?: string | undefined;
|
|
3320
3321
|
placeholder?: string | undefined;
|
|
@@ -3694,29 +3695,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3694
3695
|
autofocus?: string | undefined;
|
|
3695
3696
|
autoselect?: boolean | undefined;
|
|
3696
3697
|
defaultValue?: string | number | object | any[] | {
|
|
3697
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3698
|
-
test: (string: string) => boolean;
|
|
3699
|
-
readonly source: string;
|
|
3700
|
-
readonly global: boolean;
|
|
3701
|
-
readonly ignoreCase: boolean;
|
|
3702
|
-
readonly multiline: boolean;
|
|
3703
|
-
lastIndex: number;
|
|
3704
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3705
|
-
readonly flags: string;
|
|
3706
|
-
readonly sticky: boolean;
|
|
3707
|
-
readonly unicode: boolean;
|
|
3708
|
-
readonly dotAll: boolean;
|
|
3709
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3710
|
-
[Symbol.replace]: {
|
|
3711
|
-
(string: string, replaceValue: string): string;
|
|
3712
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3713
|
-
};
|
|
3714
|
-
[Symbol.search]: (string: string) => number;
|
|
3715
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3716
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3717
|
-
} | ((params: {
|
|
3718
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3719
|
-
}) => any) | {
|
|
3720
3698
|
toString: () => string;
|
|
3721
3699
|
toDateString: () => string;
|
|
3722
3700
|
toTimeString: () => string;
|
|
@@ -3778,7 +3756,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3778
3756
|
(hint: "number"): number;
|
|
3779
3757
|
(hint: string): string | number;
|
|
3780
3758
|
};
|
|
3781
|
-
} |
|
|
3759
|
+
} | {
|
|
3760
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
3761
|
+
test: (string: string) => boolean;
|
|
3762
|
+
readonly source: string;
|
|
3763
|
+
readonly global: boolean;
|
|
3764
|
+
readonly ignoreCase: boolean;
|
|
3765
|
+
readonly multiline: boolean;
|
|
3766
|
+
lastIndex: number;
|
|
3767
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3768
|
+
readonly flags: string;
|
|
3769
|
+
readonly sticky: boolean;
|
|
3770
|
+
readonly unicode: boolean;
|
|
3771
|
+
readonly dotAll: boolean;
|
|
3772
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3773
|
+
[Symbol.replace]: {
|
|
3774
|
+
(string: string, replaceValue: string): string;
|
|
3775
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3776
|
+
};
|
|
3777
|
+
[Symbol.search]: (string: string) => number;
|
|
3778
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3779
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3780
|
+
} | ((params: {
|
|
3781
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3782
|
+
}) => any) | null | undefined;
|
|
3782
3783
|
immediate?: boolean | undefined;
|
|
3783
3784
|
content?: string | undefined;
|
|
3784
3785
|
placeholder?: string | undefined;
|
|
@@ -3997,29 +3998,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3997
3998
|
autofocus?: string | undefined;
|
|
3998
3999
|
autoselect?: boolean | undefined;
|
|
3999
4000
|
defaultValue?: string | number | object | any[] | {
|
|
4000
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
4001
|
-
test: (string: string) => boolean;
|
|
4002
|
-
readonly source: string;
|
|
4003
|
-
readonly global: boolean;
|
|
4004
|
-
readonly ignoreCase: boolean;
|
|
4005
|
-
readonly multiline: boolean;
|
|
4006
|
-
lastIndex: number;
|
|
4007
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4008
|
-
readonly flags: string;
|
|
4009
|
-
readonly sticky: boolean;
|
|
4010
|
-
readonly unicode: boolean;
|
|
4011
|
-
readonly dotAll: boolean;
|
|
4012
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4013
|
-
[Symbol.replace]: {
|
|
4014
|
-
(string: string, replaceValue: string): string;
|
|
4015
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4016
|
-
};
|
|
4017
|
-
[Symbol.search]: (string: string) => number;
|
|
4018
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4019
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4020
|
-
} | ((params: {
|
|
4021
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4022
|
-
}) => any) | {
|
|
4023
4001
|
toString: () => string;
|
|
4024
4002
|
toDateString: () => string;
|
|
4025
4003
|
toTimeString: () => string;
|
|
@@ -4081,7 +4059,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4081
4059
|
(hint: "number"): number;
|
|
4082
4060
|
(hint: string): string | number;
|
|
4083
4061
|
};
|
|
4084
|
-
} |
|
|
4062
|
+
} | {
|
|
4063
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
4064
|
+
test: (string: string) => boolean;
|
|
4065
|
+
readonly source: string;
|
|
4066
|
+
readonly global: boolean;
|
|
4067
|
+
readonly ignoreCase: boolean;
|
|
4068
|
+
readonly multiline: boolean;
|
|
4069
|
+
lastIndex: number;
|
|
4070
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4071
|
+
readonly flags: string;
|
|
4072
|
+
readonly sticky: boolean;
|
|
4073
|
+
readonly unicode: boolean;
|
|
4074
|
+
readonly dotAll: boolean;
|
|
4075
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4076
|
+
[Symbol.replace]: {
|
|
4077
|
+
(string: string, replaceValue: string): string;
|
|
4078
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4079
|
+
};
|
|
4080
|
+
[Symbol.search]: (string: string) => number;
|
|
4081
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4082
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4083
|
+
} | ((params: {
|
|
4084
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4085
|
+
}) => any) | null | undefined;
|
|
4085
4086
|
immediate?: boolean | undefined;
|
|
4086
4087
|
content?: string | undefined;
|
|
4087
4088
|
placeholder?: string | undefined;
|
|
@@ -4488,29 +4489,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4488
4489
|
autofocus?: string | undefined;
|
|
4489
4490
|
autoselect?: boolean | undefined;
|
|
4490
4491
|
defaultValue?: string | number | object | any[] | {
|
|
4491
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
4492
|
-
test: (string: string) => boolean;
|
|
4493
|
-
readonly source: string;
|
|
4494
|
-
readonly global: boolean;
|
|
4495
|
-
readonly ignoreCase: boolean;
|
|
4496
|
-
readonly multiline: boolean;
|
|
4497
|
-
lastIndex: number;
|
|
4498
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4499
|
-
readonly flags: string;
|
|
4500
|
-
readonly sticky: boolean;
|
|
4501
|
-
readonly unicode: boolean;
|
|
4502
|
-
readonly dotAll: boolean;
|
|
4503
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4504
|
-
[Symbol.replace]: {
|
|
4505
|
-
(string: string, replaceValue: string): string;
|
|
4506
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4507
|
-
};
|
|
4508
|
-
[Symbol.search]: (string: string) => number;
|
|
4509
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4510
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4511
|
-
} | ((params: {
|
|
4512
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4513
|
-
}) => any) | {
|
|
4514
4492
|
toString: () => string;
|
|
4515
4493
|
toDateString: () => string;
|
|
4516
4494
|
toTimeString: () => string;
|
|
@@ -4572,7 +4550,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4572
4550
|
(hint: "number"): number;
|
|
4573
4551
|
(hint: string): string | number;
|
|
4574
4552
|
};
|
|
4575
|
-
} |
|
|
4553
|
+
} | {
|
|
4554
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
4555
|
+
test: (string: string) => boolean;
|
|
4556
|
+
readonly source: string;
|
|
4557
|
+
readonly global: boolean;
|
|
4558
|
+
readonly ignoreCase: boolean;
|
|
4559
|
+
readonly multiline: boolean;
|
|
4560
|
+
lastIndex: number;
|
|
4561
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4562
|
+
readonly flags: string;
|
|
4563
|
+
readonly sticky: boolean;
|
|
4564
|
+
readonly unicode: boolean;
|
|
4565
|
+
readonly dotAll: boolean;
|
|
4566
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4567
|
+
[Symbol.replace]: {
|
|
4568
|
+
(string: string, replaceValue: string): string;
|
|
4569
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4570
|
+
};
|
|
4571
|
+
[Symbol.search]: (string: string) => number;
|
|
4572
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4573
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4574
|
+
} | ((params: {
|
|
4575
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4576
|
+
}) => any) | null | undefined;
|
|
4576
4577
|
immediate?: boolean | undefined;
|
|
4577
4578
|
content?: string | undefined;
|
|
4578
4579
|
placeholder?: string | undefined;
|
|
@@ -4847,29 +4848,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4847
4848
|
autofocus?: string | undefined;
|
|
4848
4849
|
autoselect?: boolean | undefined;
|
|
4849
4850
|
defaultValue?: string | number | object | any[] | {
|
|
4850
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
4851
|
-
test: (string: string) => boolean;
|
|
4852
|
-
readonly source: string;
|
|
4853
|
-
readonly global: boolean;
|
|
4854
|
-
readonly ignoreCase: boolean;
|
|
4855
|
-
readonly multiline: boolean;
|
|
4856
|
-
lastIndex: number;
|
|
4857
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4858
|
-
readonly flags: string;
|
|
4859
|
-
readonly sticky: boolean;
|
|
4860
|
-
readonly unicode: boolean;
|
|
4861
|
-
readonly dotAll: boolean;
|
|
4862
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4863
|
-
[Symbol.replace]: {
|
|
4864
|
-
(string: string, replaceValue: string): string;
|
|
4865
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4866
|
-
};
|
|
4867
|
-
[Symbol.search]: (string: string) => number;
|
|
4868
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4869
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4870
|
-
} | ((params: {
|
|
4871
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4872
|
-
}) => any) | {
|
|
4873
4851
|
toString: () => string;
|
|
4874
4852
|
toDateString: () => string;
|
|
4875
4853
|
toTimeString: () => string;
|
|
@@ -4931,7 +4909,30 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4931
4909
|
(hint: "number"): number;
|
|
4932
4910
|
(hint: string): string | number;
|
|
4933
4911
|
};
|
|
4934
|
-
} |
|
|
4912
|
+
} | {
|
|
4913
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
4914
|
+
test: (string: string) => boolean;
|
|
4915
|
+
readonly source: string;
|
|
4916
|
+
readonly global: boolean;
|
|
4917
|
+
readonly ignoreCase: boolean;
|
|
4918
|
+
readonly multiline: boolean;
|
|
4919
|
+
lastIndex: number;
|
|
4920
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4921
|
+
readonly flags: string;
|
|
4922
|
+
readonly sticky: boolean;
|
|
4923
|
+
readonly unicode: boolean;
|
|
4924
|
+
readonly dotAll: boolean;
|
|
4925
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4926
|
+
[Symbol.replace]: {
|
|
4927
|
+
(string: string, replaceValue: string): string;
|
|
4928
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4929
|
+
};
|
|
4930
|
+
[Symbol.search]: (string: string) => number;
|
|
4931
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4932
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4933
|
+
} | ((params: {
|
|
4934
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4935
|
+
}) => any) | null | undefined;
|
|
4935
4936
|
immediate?: boolean | undefined;
|
|
4936
4937
|
content?: string | undefined;
|
|
4937
4938
|
placeholder?: string | undefined;
|
|
@@ -5472,6 +5473,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
5472
5473
|
isTree?: import("../../../..").MaybeString<0 | 2 | 1 | 3> | undefined;
|
|
5473
5474
|
isBatchSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
5474
5475
|
isSingleSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
5476
|
+
dragScroll?: boolean | undefined;
|
|
5475
5477
|
selectType?: "checkbox" | "radio" | null | undefined;
|
|
5476
5478
|
rowDraggable?: boolean | undefined;
|
|
5477
5479
|
showSeq?: boolean | undefined;
|
|
@@ -855,7 +855,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
855
855
|
focus: () => any;
|
|
856
856
|
blur: () => any;
|
|
857
857
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
858
|
-
onUpdateShow: (show: boolean) => void
|
|
858
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
859
859
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
860
860
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
861
861
|
NDatePicker: any;
|
|
@@ -1496,7 +1496,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1496
1496
|
focus: () => any;
|
|
1497
1497
|
blur: () => any;
|
|
1498
1498
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1499
|
-
onUpdateShow: (show: boolean) => void
|
|
1499
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1500
1500
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1501
1501
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1502
1502
|
NDatePicker: any;
|
|
@@ -1943,7 +1943,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1943
1943
|
focus: () => any;
|
|
1944
1944
|
blur: () => any;
|
|
1945
1945
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1946
|
-
onUpdateShow: (show: boolean) => void
|
|
1946
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1947
1947
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1948
1948
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1949
1949
|
NDatePicker: any;
|
|
@@ -327,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
327
327
|
focus: () => any;
|
|
328
328
|
blur: () => any;
|
|
329
329
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
330
|
-
onUpdateShow: (show: boolean) => void
|
|
330
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
331
331
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
332
332
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
333
333
|
NDatePicker: any;
|
|
@@ -968,7 +968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
968
968
|
focus: () => any;
|
|
969
969
|
blur: () => any;
|
|
970
970
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
971
|
-
onUpdateShow: (show: boolean) => void
|
|
971
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
972
972
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
973
973
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
974
974
|
NDatePicker: any;
|
|
@@ -1415,7 +1415,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1415
1415
|
focus: () => any;
|
|
1416
1416
|
blur: () => any;
|
|
1417
1417
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1418
|
-
onUpdateShow: (show: boolean) => void
|
|
1418
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1419
1419
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1420
1420
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1421
1421
|
NDatePicker: any;
|
|
@@ -621,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
621
621
|
focus: () => any;
|
|
622
622
|
blur: () => any;
|
|
623
623
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
624
|
-
onUpdateShow: (show: boolean) => void
|
|
624
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
625
625
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
626
626
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
627
627
|
NDatePicker: any;
|
|
@@ -1262,7 +1262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1262
1262
|
focus: () => any;
|
|
1263
1263
|
blur: () => any;
|
|
1264
1264
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1265
|
-
onUpdateShow: (show: boolean) => void
|
|
1265
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1266
1266
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1267
1267
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1268
1268
|
NDatePicker: any;
|
|
@@ -1709,7 +1709,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1709
1709
|
focus: () => any;
|
|
1710
1710
|
blur: () => any;
|
|
1711
1711
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1712
|
-
onUpdateShow: (show: boolean) => void
|
|
1712
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1713
1713
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1714
1714
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1715
1715
|
NDatePicker: any;
|