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
|
@@ -310,29 +310,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
310
310
|
autofocus?: string | undefined;
|
|
311
311
|
autoselect?: boolean | undefined;
|
|
312
312
|
defaultValue?: string | number | object | any[] | {
|
|
313
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
314
|
-
test: (string: string) => boolean;
|
|
315
|
-
readonly source: string;
|
|
316
|
-
readonly global: boolean;
|
|
317
|
-
readonly ignoreCase: boolean;
|
|
318
|
-
readonly multiline: boolean;
|
|
319
|
-
lastIndex: number;
|
|
320
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
321
|
-
readonly flags: string;
|
|
322
|
-
readonly sticky: boolean;
|
|
323
|
-
readonly unicode: boolean;
|
|
324
|
-
readonly dotAll: boolean;
|
|
325
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
326
|
-
[Symbol.replace]: {
|
|
327
|
-
(string: string, replaceValue: string): string;
|
|
328
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
329
|
-
};
|
|
330
|
-
[Symbol.search]: (string: string) => number;
|
|
331
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
332
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
333
|
-
} | ((params: {
|
|
334
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
335
|
-
}) => any) | {
|
|
336
313
|
toString: () => string;
|
|
337
314
|
toDateString: () => string;
|
|
338
315
|
toTimeString: () => string;
|
|
@@ -394,7 +371,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
394
371
|
(hint: "number"): number;
|
|
395
372
|
(hint: string): string | number;
|
|
396
373
|
};
|
|
397
|
-
} |
|
|
374
|
+
} | {
|
|
375
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
376
|
+
test: (string: string) => boolean;
|
|
377
|
+
readonly source: string;
|
|
378
|
+
readonly global: boolean;
|
|
379
|
+
readonly ignoreCase: boolean;
|
|
380
|
+
readonly multiline: boolean;
|
|
381
|
+
lastIndex: number;
|
|
382
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
383
|
+
readonly flags: string;
|
|
384
|
+
readonly sticky: boolean;
|
|
385
|
+
readonly unicode: boolean;
|
|
386
|
+
readonly dotAll: boolean;
|
|
387
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
388
|
+
[Symbol.replace]: {
|
|
389
|
+
(string: string, replaceValue: string): string;
|
|
390
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
391
|
+
};
|
|
392
|
+
[Symbol.search]: (string: string) => number;
|
|
393
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
394
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
395
|
+
} | ((params: {
|
|
396
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
397
|
+
}) => any) | null | undefined;
|
|
398
398
|
immediate?: boolean | undefined;
|
|
399
399
|
content?: string | undefined;
|
|
400
400
|
placeholder?: string | undefined;
|
|
@@ -613,29 +613,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
613
613
|
autofocus?: string | undefined;
|
|
614
614
|
autoselect?: boolean | undefined;
|
|
615
615
|
defaultValue?: string | number | object | any[] | {
|
|
616
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
617
|
-
test: (string: string) => boolean;
|
|
618
|
-
readonly source: string;
|
|
619
|
-
readonly global: boolean;
|
|
620
|
-
readonly ignoreCase: boolean;
|
|
621
|
-
readonly multiline: boolean;
|
|
622
|
-
lastIndex: number;
|
|
623
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
624
|
-
readonly flags: string;
|
|
625
|
-
readonly sticky: boolean;
|
|
626
|
-
readonly unicode: boolean;
|
|
627
|
-
readonly dotAll: boolean;
|
|
628
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
629
|
-
[Symbol.replace]: {
|
|
630
|
-
(string: string, replaceValue: string): string;
|
|
631
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
632
|
-
};
|
|
633
|
-
[Symbol.search]: (string: string) => number;
|
|
634
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
635
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
636
|
-
} | ((params: {
|
|
637
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
638
|
-
}) => any) | {
|
|
639
616
|
toString: () => string;
|
|
640
617
|
toDateString: () => string;
|
|
641
618
|
toTimeString: () => string;
|
|
@@ -697,7 +674,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
697
674
|
(hint: "number"): number;
|
|
698
675
|
(hint: string): string | number;
|
|
699
676
|
};
|
|
700
|
-
} |
|
|
677
|
+
} | {
|
|
678
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
679
|
+
test: (string: string) => boolean;
|
|
680
|
+
readonly source: string;
|
|
681
|
+
readonly global: boolean;
|
|
682
|
+
readonly ignoreCase: boolean;
|
|
683
|
+
readonly multiline: boolean;
|
|
684
|
+
lastIndex: number;
|
|
685
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
686
|
+
readonly flags: string;
|
|
687
|
+
readonly sticky: boolean;
|
|
688
|
+
readonly unicode: boolean;
|
|
689
|
+
readonly dotAll: boolean;
|
|
690
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
691
|
+
[Symbol.replace]: {
|
|
692
|
+
(string: string, replaceValue: string): string;
|
|
693
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
694
|
+
};
|
|
695
|
+
[Symbol.search]: (string: string) => number;
|
|
696
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
697
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
698
|
+
} | ((params: {
|
|
699
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
700
|
+
}) => any) | null | undefined;
|
|
701
701
|
immediate?: boolean | undefined;
|
|
702
702
|
content?: string | undefined;
|
|
703
703
|
placeholder?: string | undefined;
|
|
@@ -1104,29 +1104,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1104
1104
|
autofocus?: string | undefined;
|
|
1105
1105
|
autoselect?: boolean | undefined;
|
|
1106
1106
|
defaultValue?: string | number | object | any[] | {
|
|
1107
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1108
|
-
test: (string: string) => boolean;
|
|
1109
|
-
readonly source: string;
|
|
1110
|
-
readonly global: boolean;
|
|
1111
|
-
readonly ignoreCase: boolean;
|
|
1112
|
-
readonly multiline: boolean;
|
|
1113
|
-
lastIndex: number;
|
|
1114
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1115
|
-
readonly flags: string;
|
|
1116
|
-
readonly sticky: boolean;
|
|
1117
|
-
readonly unicode: boolean;
|
|
1118
|
-
readonly dotAll: boolean;
|
|
1119
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1120
|
-
[Symbol.replace]: {
|
|
1121
|
-
(string: string, replaceValue: string): string;
|
|
1122
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1123
|
-
};
|
|
1124
|
-
[Symbol.search]: (string: string) => number;
|
|
1125
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1126
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1127
|
-
} | ((params: {
|
|
1128
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1129
|
-
}) => any) | {
|
|
1130
1107
|
toString: () => string;
|
|
1131
1108
|
toDateString: () => string;
|
|
1132
1109
|
toTimeString: () => string;
|
|
@@ -1188,7 +1165,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1188
1165
|
(hint: "number"): number;
|
|
1189
1166
|
(hint: string): string | number;
|
|
1190
1167
|
};
|
|
1191
|
-
} |
|
|
1168
|
+
} | {
|
|
1169
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
1170
|
+
test: (string: string) => boolean;
|
|
1171
|
+
readonly source: string;
|
|
1172
|
+
readonly global: boolean;
|
|
1173
|
+
readonly ignoreCase: boolean;
|
|
1174
|
+
readonly multiline: boolean;
|
|
1175
|
+
lastIndex: number;
|
|
1176
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1177
|
+
readonly flags: string;
|
|
1178
|
+
readonly sticky: boolean;
|
|
1179
|
+
readonly unicode: boolean;
|
|
1180
|
+
readonly dotAll: boolean;
|
|
1181
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1182
|
+
[Symbol.replace]: {
|
|
1183
|
+
(string: string, replaceValue: string): string;
|
|
1184
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1185
|
+
};
|
|
1186
|
+
[Symbol.search]: (string: string) => number;
|
|
1187
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1188
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1189
|
+
} | ((params: {
|
|
1190
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1191
|
+
}) => any) | null | undefined;
|
|
1192
1192
|
immediate?: boolean | undefined;
|
|
1193
1193
|
content?: string | undefined;
|
|
1194
1194
|
placeholder?: string | undefined;
|
|
@@ -1463,29 +1463,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1463
1463
|
autofocus?: string | undefined;
|
|
1464
1464
|
autoselect?: boolean | undefined;
|
|
1465
1465
|
defaultValue?: string | number | object | any[] | {
|
|
1466
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
1467
|
-
test: (string: string) => boolean;
|
|
1468
|
-
readonly source: string;
|
|
1469
|
-
readonly global: boolean;
|
|
1470
|
-
readonly ignoreCase: boolean;
|
|
1471
|
-
readonly multiline: boolean;
|
|
1472
|
-
lastIndex: number;
|
|
1473
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1474
|
-
readonly flags: string;
|
|
1475
|
-
readonly sticky: boolean;
|
|
1476
|
-
readonly unicode: boolean;
|
|
1477
|
-
readonly dotAll: boolean;
|
|
1478
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1479
|
-
[Symbol.replace]: {
|
|
1480
|
-
(string: string, replaceValue: string): string;
|
|
1481
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1482
|
-
};
|
|
1483
|
-
[Symbol.search]: (string: string) => number;
|
|
1484
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1485
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1486
|
-
} | ((params: {
|
|
1487
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1488
|
-
}) => any) | {
|
|
1489
1466
|
toString: () => string;
|
|
1490
1467
|
toDateString: () => string;
|
|
1491
1468
|
toTimeString: () => string;
|
|
@@ -1547,7 +1524,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1547
1524
|
(hint: "number"): number;
|
|
1548
1525
|
(hint: string): string | number;
|
|
1549
1526
|
};
|
|
1550
|
-
} |
|
|
1527
|
+
} | {
|
|
1528
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
1529
|
+
test: (string: string) => boolean;
|
|
1530
|
+
readonly source: string;
|
|
1531
|
+
readonly global: boolean;
|
|
1532
|
+
readonly ignoreCase: boolean;
|
|
1533
|
+
readonly multiline: boolean;
|
|
1534
|
+
lastIndex: number;
|
|
1535
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1536
|
+
readonly flags: string;
|
|
1537
|
+
readonly sticky: boolean;
|
|
1538
|
+
readonly unicode: boolean;
|
|
1539
|
+
readonly dotAll: boolean;
|
|
1540
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1541
|
+
[Symbol.replace]: {
|
|
1542
|
+
(string: string, replaceValue: string): string;
|
|
1543
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1544
|
+
};
|
|
1545
|
+
[Symbol.search]: (string: string) => number;
|
|
1546
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1547
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1548
|
+
} | ((params: {
|
|
1549
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
1550
|
+
}) => any) | null | undefined;
|
|
1551
1551
|
immediate?: boolean | undefined;
|
|
1552
1552
|
content?: string | undefined;
|
|
1553
1553
|
placeholder?: string | undefined;
|
|
@@ -2148,6 +2148,7 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2148
2148
|
isTree?: import("../../shared/types").MaybeString<0 | 2 | 1 | 3> | undefined;
|
|
2149
2149
|
isBatchSelect?: import("../../shared/types").MaybeString<0 | 1> | undefined;
|
|
2150
2150
|
isSingleSelect?: import("../../shared/types").MaybeString<0 | 1> | undefined;
|
|
2151
|
+
dragScroll?: boolean | undefined;
|
|
2151
2152
|
selectType?: "checkbox" | "radio" | null | undefined;
|
|
2152
2153
|
rowDraggable?: boolean | undefined;
|
|
2153
2154
|
showSeq?: boolean | undefined;
|
|
@@ -2363,29 +2364,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2363
2364
|
autofocus?: string | undefined;
|
|
2364
2365
|
autoselect?: boolean | undefined;
|
|
2365
2366
|
defaultValue?: string | number | object | any[] | {
|
|
2366
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
2367
|
-
test: (string: string) => boolean;
|
|
2368
|
-
readonly source: string;
|
|
2369
|
-
readonly global: boolean;
|
|
2370
|
-
readonly ignoreCase: boolean;
|
|
2371
|
-
readonly multiline: boolean;
|
|
2372
|
-
lastIndex: number;
|
|
2373
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2374
|
-
readonly flags: string;
|
|
2375
|
-
readonly sticky: boolean;
|
|
2376
|
-
readonly unicode: boolean;
|
|
2377
|
-
readonly dotAll: boolean;
|
|
2378
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2379
|
-
[Symbol.replace]: {
|
|
2380
|
-
(string: string, replaceValue: string): string;
|
|
2381
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2382
|
-
};
|
|
2383
|
-
[Symbol.search]: (string: string) => number;
|
|
2384
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2385
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2386
|
-
} | ((params: {
|
|
2387
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2388
|
-
}) => any) | {
|
|
2389
2367
|
toString: () => string;
|
|
2390
2368
|
toDateString: () => string;
|
|
2391
2369
|
toTimeString: () => string;
|
|
@@ -2447,7 +2425,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2447
2425
|
(hint: "number"): number;
|
|
2448
2426
|
(hint: string): string | number;
|
|
2449
2427
|
};
|
|
2450
|
-
} |
|
|
2428
|
+
} | {
|
|
2429
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
2430
|
+
test: (string: string) => boolean;
|
|
2431
|
+
readonly source: string;
|
|
2432
|
+
readonly global: boolean;
|
|
2433
|
+
readonly ignoreCase: boolean;
|
|
2434
|
+
readonly multiline: boolean;
|
|
2435
|
+
lastIndex: number;
|
|
2436
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2437
|
+
readonly flags: string;
|
|
2438
|
+
readonly sticky: boolean;
|
|
2439
|
+
readonly unicode: boolean;
|
|
2440
|
+
readonly dotAll: boolean;
|
|
2441
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2442
|
+
[Symbol.replace]: {
|
|
2443
|
+
(string: string, replaceValue: string): string;
|
|
2444
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2445
|
+
};
|
|
2446
|
+
[Symbol.search]: (string: string) => number;
|
|
2447
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2448
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2449
|
+
} | ((params: {
|
|
2450
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2451
|
+
}) => any) | null | undefined;
|
|
2451
2452
|
immediate?: boolean | undefined;
|
|
2452
2453
|
content?: string | undefined;
|
|
2453
2454
|
placeholder?: string | undefined;
|
|
@@ -2827,29 +2828,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2827
2828
|
autofocus?: string | undefined;
|
|
2828
2829
|
autoselect?: boolean | undefined;
|
|
2829
2830
|
defaultValue?: string | number | object | any[] | {
|
|
2830
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
2831
|
-
test: (string: string) => boolean;
|
|
2832
|
-
readonly source: string;
|
|
2833
|
-
readonly global: boolean;
|
|
2834
|
-
readonly ignoreCase: boolean;
|
|
2835
|
-
readonly multiline: boolean;
|
|
2836
|
-
lastIndex: number;
|
|
2837
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2838
|
-
readonly flags: string;
|
|
2839
|
-
readonly sticky: boolean;
|
|
2840
|
-
readonly unicode: boolean;
|
|
2841
|
-
readonly dotAll: boolean;
|
|
2842
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2843
|
-
[Symbol.replace]: {
|
|
2844
|
-
(string: string, replaceValue: string): string;
|
|
2845
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2846
|
-
};
|
|
2847
|
-
[Symbol.search]: (string: string) => number;
|
|
2848
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2849
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2850
|
-
} | ((params: {
|
|
2851
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2852
|
-
}) => any) | {
|
|
2853
2831
|
toString: () => string;
|
|
2854
2832
|
toDateString: () => string;
|
|
2855
2833
|
toTimeString: () => string;
|
|
@@ -2911,7 +2889,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2911
2889
|
(hint: "number"): number;
|
|
2912
2890
|
(hint: string): string | number;
|
|
2913
2891
|
};
|
|
2914
|
-
} |
|
|
2892
|
+
} | {
|
|
2893
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
2894
|
+
test: (string: string) => boolean;
|
|
2895
|
+
readonly source: string;
|
|
2896
|
+
readonly global: boolean;
|
|
2897
|
+
readonly ignoreCase: boolean;
|
|
2898
|
+
readonly multiline: boolean;
|
|
2899
|
+
lastIndex: number;
|
|
2900
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
2901
|
+
readonly flags: string;
|
|
2902
|
+
readonly sticky: boolean;
|
|
2903
|
+
readonly unicode: boolean;
|
|
2904
|
+
readonly dotAll: boolean;
|
|
2905
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
2906
|
+
[Symbol.replace]: {
|
|
2907
|
+
(string: string, replaceValue: string): string;
|
|
2908
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2909
|
+
};
|
|
2910
|
+
[Symbol.search]: (string: string) => number;
|
|
2911
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
2912
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
2913
|
+
} | ((params: {
|
|
2914
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
2915
|
+
}) => any) | null | undefined;
|
|
2915
2916
|
immediate?: boolean | undefined;
|
|
2916
2917
|
content?: string | undefined;
|
|
2917
2918
|
placeholder?: string | undefined;
|
|
@@ -3130,29 +3131,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3130
3131
|
autofocus?: string | undefined;
|
|
3131
3132
|
autoselect?: boolean | undefined;
|
|
3132
3133
|
defaultValue?: string | number | object | any[] | {
|
|
3133
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3134
|
-
test: (string: string) => boolean;
|
|
3135
|
-
readonly source: string;
|
|
3136
|
-
readonly global: boolean;
|
|
3137
|
-
readonly ignoreCase: boolean;
|
|
3138
|
-
readonly multiline: boolean;
|
|
3139
|
-
lastIndex: number;
|
|
3140
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3141
|
-
readonly flags: string;
|
|
3142
|
-
readonly sticky: boolean;
|
|
3143
|
-
readonly unicode: boolean;
|
|
3144
|
-
readonly dotAll: boolean;
|
|
3145
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3146
|
-
[Symbol.replace]: {
|
|
3147
|
-
(string: string, replaceValue: string): string;
|
|
3148
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3149
|
-
};
|
|
3150
|
-
[Symbol.search]: (string: string) => number;
|
|
3151
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3152
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3153
|
-
} | ((params: {
|
|
3154
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3155
|
-
}) => any) | {
|
|
3156
3134
|
toString: () => string;
|
|
3157
3135
|
toDateString: () => string;
|
|
3158
3136
|
toTimeString: () => string;
|
|
@@ -3214,7 +3192,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3214
3192
|
(hint: "number"): number;
|
|
3215
3193
|
(hint: string): string | number;
|
|
3216
3194
|
};
|
|
3217
|
-
} |
|
|
3195
|
+
} | {
|
|
3196
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
3197
|
+
test: (string: string) => boolean;
|
|
3198
|
+
readonly source: string;
|
|
3199
|
+
readonly global: boolean;
|
|
3200
|
+
readonly ignoreCase: boolean;
|
|
3201
|
+
readonly multiline: boolean;
|
|
3202
|
+
lastIndex: number;
|
|
3203
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3204
|
+
readonly flags: string;
|
|
3205
|
+
readonly sticky: boolean;
|
|
3206
|
+
readonly unicode: boolean;
|
|
3207
|
+
readonly dotAll: boolean;
|
|
3208
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3209
|
+
[Symbol.replace]: {
|
|
3210
|
+
(string: string, replaceValue: string): string;
|
|
3211
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3212
|
+
};
|
|
3213
|
+
[Symbol.search]: (string: string) => number;
|
|
3214
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3215
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3216
|
+
} | ((params: {
|
|
3217
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3218
|
+
}) => any) | null | undefined;
|
|
3218
3219
|
immediate?: boolean | undefined;
|
|
3219
3220
|
content?: string | undefined;
|
|
3220
3221
|
placeholder?: string | undefined;
|
|
@@ -3621,29 +3622,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3621
3622
|
autofocus?: string | undefined;
|
|
3622
3623
|
autoselect?: boolean | undefined;
|
|
3623
3624
|
defaultValue?: string | number | object | any[] | {
|
|
3624
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3625
|
-
test: (string: string) => boolean;
|
|
3626
|
-
readonly source: string;
|
|
3627
|
-
readonly global: boolean;
|
|
3628
|
-
readonly ignoreCase: boolean;
|
|
3629
|
-
readonly multiline: boolean;
|
|
3630
|
-
lastIndex: number;
|
|
3631
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3632
|
-
readonly flags: string;
|
|
3633
|
-
readonly sticky: boolean;
|
|
3634
|
-
readonly unicode: boolean;
|
|
3635
|
-
readonly dotAll: boolean;
|
|
3636
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3637
|
-
[Symbol.replace]: {
|
|
3638
|
-
(string: string, replaceValue: string): string;
|
|
3639
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3640
|
-
};
|
|
3641
|
-
[Symbol.search]: (string: string) => number;
|
|
3642
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3643
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3644
|
-
} | ((params: {
|
|
3645
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3646
|
-
}) => any) | {
|
|
3647
3625
|
toString: () => string;
|
|
3648
3626
|
toDateString: () => string;
|
|
3649
3627
|
toTimeString: () => string;
|
|
@@ -3705,7 +3683,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3705
3683
|
(hint: "number"): number;
|
|
3706
3684
|
(hint: string): string | number;
|
|
3707
3685
|
};
|
|
3708
|
-
} |
|
|
3686
|
+
} | {
|
|
3687
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
3688
|
+
test: (string: string) => boolean;
|
|
3689
|
+
readonly source: string;
|
|
3690
|
+
readonly global: boolean;
|
|
3691
|
+
readonly ignoreCase: boolean;
|
|
3692
|
+
readonly multiline: boolean;
|
|
3693
|
+
lastIndex: number;
|
|
3694
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3695
|
+
readonly flags: string;
|
|
3696
|
+
readonly sticky: boolean;
|
|
3697
|
+
readonly unicode: boolean;
|
|
3698
|
+
readonly dotAll: boolean;
|
|
3699
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3700
|
+
[Symbol.replace]: {
|
|
3701
|
+
(string: string, replaceValue: string): string;
|
|
3702
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3703
|
+
};
|
|
3704
|
+
[Symbol.search]: (string: string) => number;
|
|
3705
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3706
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3707
|
+
} | ((params: {
|
|
3708
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
3709
|
+
}) => any) | null | undefined;
|
|
3709
3710
|
immediate?: boolean | undefined;
|
|
3710
3711
|
content?: string | undefined;
|
|
3711
3712
|
placeholder?: string | undefined;
|
|
@@ -3980,29 +3981,6 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3980
3981
|
autofocus?: string | undefined;
|
|
3981
3982
|
autoselect?: boolean | undefined;
|
|
3982
3983
|
defaultValue?: string | number | object | any[] | {
|
|
3983
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
3984
|
-
test: (string: string) => boolean;
|
|
3985
|
-
readonly source: string;
|
|
3986
|
-
readonly global: boolean;
|
|
3987
|
-
readonly ignoreCase: boolean;
|
|
3988
|
-
readonly multiline: boolean;
|
|
3989
|
-
lastIndex: number;
|
|
3990
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3991
|
-
readonly flags: string;
|
|
3992
|
-
readonly sticky: boolean;
|
|
3993
|
-
readonly unicode: boolean;
|
|
3994
|
-
readonly dotAll: boolean;
|
|
3995
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3996
|
-
[Symbol.replace]: {
|
|
3997
|
-
(string: string, replaceValue: string): string;
|
|
3998
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3999
|
-
};
|
|
4000
|
-
[Symbol.search]: (string: string) => number;
|
|
4001
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4002
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4003
|
-
} | ((params: {
|
|
4004
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4005
|
-
}) => any) | {
|
|
4006
3984
|
toString: () => string;
|
|
4007
3985
|
toDateString: () => string;
|
|
4008
3986
|
toTimeString: () => string;
|
|
@@ -4064,7 +4042,30 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4064
4042
|
(hint: "number"): number;
|
|
4065
4043
|
(hint: string): string | number;
|
|
4066
4044
|
};
|
|
4067
|
-
} |
|
|
4045
|
+
} | {
|
|
4046
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
4047
|
+
test: (string: string) => boolean;
|
|
4048
|
+
readonly source: string;
|
|
4049
|
+
readonly global: boolean;
|
|
4050
|
+
readonly ignoreCase: boolean;
|
|
4051
|
+
readonly multiline: boolean;
|
|
4052
|
+
lastIndex: number;
|
|
4053
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
4054
|
+
readonly flags: string;
|
|
4055
|
+
readonly sticky: boolean;
|
|
4056
|
+
readonly unicode: boolean;
|
|
4057
|
+
readonly dotAll: boolean;
|
|
4058
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
4059
|
+
[Symbol.replace]: {
|
|
4060
|
+
(string: string, replaceValue: string): string;
|
|
4061
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
4062
|
+
};
|
|
4063
|
+
[Symbol.search]: (string: string) => number;
|
|
4064
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
4065
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
4066
|
+
} | ((params: {
|
|
4067
|
+
column: import("vxe-table").VxeTableDefines.ColumnInfo;
|
|
4068
|
+
}) => any) | null | undefined;
|
|
4068
4069
|
immediate?: boolean | undefined;
|
|
4069
4070
|
content?: string | undefined;
|
|
4070
4071
|
placeholder?: string | undefined;
|
|
@@ -4605,6 +4606,7 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4605
4606
|
isTree?: import("../../shared/types").MaybeString<0 | 2 | 1 | 3> | undefined;
|
|
4606
4607
|
isBatchSelect?: import("../../shared/types").MaybeString<0 | 1> | undefined;
|
|
4607
4608
|
isSingleSelect?: import("../../shared/types").MaybeString<0 | 1> | undefined;
|
|
4609
|
+
dragScroll?: boolean | undefined;
|
|
4608
4610
|
selectType?: "checkbox" | "radio" | null | undefined;
|
|
4609
4611
|
rowDraggable?: boolean | undefined;
|
|
4610
4612
|
showSeq?: boolean | undefined;
|