cnhis-design-vue 3.1.55-beta.6 → 3.1.55-release.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- 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/button-print/index.d.ts +0 -13
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -13
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +6 -26
- package/es/components/classification/index.d.ts +1 -486
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +1 -473
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +1 -473
- package/es/components/classification/src/index.vue.d.ts +1 -486
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/fabric-chart/index.d.ts +0 -1
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +0 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +0 -1
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +0 -5
- 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.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/form-config/index.d.ts +57 -104
- package/es/components/form-config/src/FormConfig.vue.d.ts +57 -104
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +6 -26
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +21 -44
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +5 -5
- package/es/components/form-render/index.d.ts +6 -26
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +6 -26
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +6 -26
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +1 -0
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +9 -20
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +3 -14
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +4 -4
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +10 -11
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +2 -3
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +4 -13
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +0 -1
- package/es/components/form-render/src/types/index.d.ts +5 -10
- package/es/components/form-render/src/utils/index.d.ts +16 -3
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +3 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -2
- package/es/components/iho-table/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -3
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +12 -52
- package/es/components/info-header/src/InfoHeader.vue.d.ts +12 -52
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +6 -26
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +6 -26
- package/es/components/{biunique-chat → multi-chat}/index.d.ts +2 -2
- package/es/components/multi-chat/index.js +1 -0
- package/es/components/multi-chat/src/MultiChat.vue.js +1 -0
- package/es/components/multi-chat/src/MultiChat.vue2.js +1 -0
- package/es/components/quick-search/style/index.css +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/shortcut-setter/index.d.ts +11 -32
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +11 -32
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
- package/es/components/table-filter/src/constants/index.d.ts +0 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- 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/business.d.ts +0 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/index.js +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -3
- package/es/components/audio-sdk/index.d.ts +0 -2
- package/es/components/audio-sdk/index.js +0 -1
- package/es/components/audio-sdk/src/audioSDK.d.ts +0 -24
- package/es/components/audio-sdk/src/audioSDK.js +0 -1
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +0 -26
- package/es/components/audio-sdk/src/components/recordingDialog.vue.js +0 -1
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +0 -1
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +0 -8
- package/es/components/audio-sdk/src/utils/recordingDialog.js +0 -1
- package/es/components/audio-sdk/style/index.css +0 -1
- package/es/components/biunique-chat/index.js +0 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue.js +0 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +0 -320
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +0 -127
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +0 -41
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +0 -28
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +0 -51
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +0 -244
- package/es/components/table-filter/src/components/bi-filter/components/index.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +0 -14
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +0 -13
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +0 -474
- package/es/components/table-filter/src/components/bi-filter/index.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +0 -1
- /package/es/components/{biunique-chat/src/BiuniqueChat.vue.d.ts → multi-chat/src/MultiChat.vue.d.ts} +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/api/index.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/api/index.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatFooter.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatFooter.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatFooter.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatHeader.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatHeader.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatHeader.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatMain.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatMain.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatMain.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/SiderList.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/SiderList.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/SiderList.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/utils/chatSock.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/utils/chatSock.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/style/index.css +0 -0
|
@@ -43,10 +43,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
43
43
|
type: ObjectConstructor;
|
|
44
44
|
default: () => {};
|
|
45
45
|
};
|
|
46
|
-
filterType: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
46
|
}, {
|
|
51
47
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
52
48
|
transformClassifyChild: (conObjList: any, searchFieldList: any[]) => {};
|
|
@@ -96,10 +92,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
96
92
|
type: ObjectConstructor;
|
|
97
93
|
default: () => {};
|
|
98
94
|
};
|
|
99
|
-
filterType: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
95
|
}>> & {
|
|
104
96
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
105
97
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
@@ -577,7 +569,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
577
569
|
}>;
|
|
578
570
|
conditionApiRef: any;
|
|
579
571
|
filterTimer: any;
|
|
580
|
-
classifyfilterType: String;
|
|
581
572
|
init: () => void;
|
|
582
573
|
clearTimer: () => void;
|
|
583
574
|
handleInitConditions: () => void;
|
|
@@ -589,7 +580,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
589
580
|
NModal: any;
|
|
590
581
|
NCard: any;
|
|
591
582
|
NButton: any;
|
|
592
|
-
|
|
583
|
+
SearchConditionByApi: import("vue").DefineComponent<{
|
|
593
584
|
actionList_prop: {
|
|
594
585
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
595
586
|
default: () => {};
|
|
@@ -1696,477 +1687,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1696
1687
|
showItemName: boolean;
|
|
1697
1688
|
hideAddBtn: boolean;
|
|
1698
1689
|
}>;
|
|
1699
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
|
1700
|
-
actionList_prop: {
|
|
1701
|
-
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
1702
|
-
default: () => {};
|
|
1703
|
-
};
|
|
1704
|
-
conditionList: {
|
|
1705
|
-
type: ArrayConstructor;
|
|
1706
|
-
default: () => never[];
|
|
1707
|
-
};
|
|
1708
|
-
tableId: {
|
|
1709
|
-
type: StringConstructor;
|
|
1710
|
-
default: string;
|
|
1711
|
-
};
|
|
1712
|
-
searchFieldList: {
|
|
1713
|
-
type: ArrayConstructor;
|
|
1714
|
-
default: () => never[];
|
|
1715
|
-
};
|
|
1716
|
-
showItemName: {
|
|
1717
|
-
type: BooleanConstructor;
|
|
1718
|
-
default: boolean;
|
|
1719
|
-
};
|
|
1720
|
-
hideAddBtn: {
|
|
1721
|
-
type: BooleanConstructor;
|
|
1722
|
-
default: boolean;
|
|
1723
|
-
};
|
|
1724
|
-
}, {
|
|
1725
|
-
$message: import("naive-ui").MessageApi;
|
|
1726
|
-
menuProps: {
|
|
1727
|
-
class: string;
|
|
1728
|
-
};
|
|
1729
|
-
dateCons: string[];
|
|
1730
|
-
textCons: string[];
|
|
1731
|
-
numberCons: string[];
|
|
1732
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1733
|
-
actionList_prop: {
|
|
1734
|
-
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
1735
|
-
default: () => {};
|
|
1736
|
-
};
|
|
1737
|
-
conditionList: {
|
|
1738
|
-
type: ArrayConstructor;
|
|
1739
|
-
default: () => never[];
|
|
1740
|
-
};
|
|
1741
|
-
tableId: {
|
|
1742
|
-
type: StringConstructor;
|
|
1743
|
-
default: string;
|
|
1744
|
-
};
|
|
1745
|
-
searchFieldList: {
|
|
1746
|
-
type: ArrayConstructor;
|
|
1747
|
-
default: () => never[];
|
|
1748
|
-
};
|
|
1749
|
-
showItemName: {
|
|
1750
|
-
type: BooleanConstructor;
|
|
1751
|
-
default: boolean;
|
|
1752
|
-
};
|
|
1753
|
-
hideAddBtn: {
|
|
1754
|
-
type: BooleanConstructor;
|
|
1755
|
-
default: boolean;
|
|
1756
|
-
};
|
|
1757
|
-
}>> & {
|
|
1758
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1759
|
-
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1760
|
-
}>>;
|
|
1761
|
-
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
1762
|
-
$attrs: {
|
|
1763
|
-
[x: string]: unknown;
|
|
1764
|
-
};
|
|
1765
|
-
FormState: any;
|
|
1766
|
-
loading: import("vue").Ref<boolean>;
|
|
1767
|
-
parentInputRef: import("vue").Ref<any>;
|
|
1768
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
1769
|
-
sqlExpression: any;
|
|
1770
|
-
DisplayCategoryState: {
|
|
1771
|
-
addDisplayCategory: string;
|
|
1772
|
-
displayCategories: {
|
|
1773
|
-
disabled: boolean;
|
|
1774
|
-
value: string;
|
|
1775
|
-
}[];
|
|
1776
|
-
displayCategoryOriginLen: number;
|
|
1777
|
-
showAdd: boolean;
|
|
1778
|
-
};
|
|
1779
|
-
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
1780
|
-
editDisplayCategory: (item: import("..").ICategoryItemType, cb?: any) => void;
|
|
1781
|
-
handleDisplayCategorySelect: (item: import("..").ICategoryItemType) => void;
|
|
1782
|
-
handleDisplayCategoryRemove: (index: number, item: import("..").ICategoryItemType) => void;
|
|
1783
|
-
handleDisplayCategoryAdd: (cb?: any) => void;
|
|
1784
|
-
handlerBlur: () => void;
|
|
1785
|
-
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
1786
|
-
FilterConditionsState: any;
|
|
1787
|
-
paramOptions: import("vue").ComputedRef<any>;
|
|
1788
|
-
addFilterCondition: () => void;
|
|
1789
|
-
delFilterCondition: (index: number) => void;
|
|
1790
|
-
updateKey: (index: number, val: any) => void;
|
|
1791
|
-
updateCondition: (index: number, val: any) => void;
|
|
1792
|
-
getParamCfg: (key: string) => any;
|
|
1793
|
-
initFilterConditions: (tableId: string, rawConditions: import("..").ISearchConfigType[]) => Promise<void>;
|
|
1794
|
-
getRawFilterConditions: () => any;
|
|
1795
|
-
isShowValueCfg: (con: string) => boolean;
|
|
1796
|
-
handleEditDisplayCategory: (item: import("..").ICategoryItemType) => void;
|
|
1797
|
-
handleDisplayCategoryAddState: () => void;
|
|
1798
|
-
findConditionByDisplayCategory: (sid: string) => unknown;
|
|
1799
|
-
handleDisplayCategorySelectProxy: (item: import("..").ICategoryItemType) => void;
|
|
1800
|
-
clearFormData: () => void;
|
|
1801
|
-
handleInitConditions: () => Promise<void>;
|
|
1802
|
-
validate: () => Promise<unknown>;
|
|
1803
|
-
saveAdd: () => void;
|
|
1804
|
-
cancelSaveAdd: () => void;
|
|
1805
|
-
checkActionList: () => any;
|
|
1806
|
-
NSpin: any;
|
|
1807
|
-
NIcon: any;
|
|
1808
|
-
NInput: any;
|
|
1809
|
-
NButton: any;
|
|
1810
|
-
NTooltip: any;
|
|
1811
|
-
NSelect: any;
|
|
1812
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1813
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1814
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1815
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
1816
|
-
paramCfg: {
|
|
1817
|
-
type: ObjectConstructor;
|
|
1818
|
-
default: null;
|
|
1819
|
-
};
|
|
1820
|
-
modelValue: {
|
|
1821
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1822
|
-
default: null;
|
|
1823
|
-
};
|
|
1824
|
-
modelValues: {
|
|
1825
|
-
type: ArrayConstructor;
|
|
1826
|
-
default: () => never[];
|
|
1827
|
-
};
|
|
1828
|
-
}, {
|
|
1829
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1830
|
-
paramCfg: {
|
|
1831
|
-
type: ObjectConstructor;
|
|
1832
|
-
default: null;
|
|
1833
|
-
};
|
|
1834
|
-
modelValue: {
|
|
1835
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1836
|
-
default: null;
|
|
1837
|
-
};
|
|
1838
|
-
modelValues: {
|
|
1839
|
-
type: ArrayConstructor;
|
|
1840
|
-
default: () => never[];
|
|
1841
|
-
};
|
|
1842
|
-
}>> & {
|
|
1843
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1844
|
-
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
1845
|
-
}>>;
|
|
1846
|
-
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
|
1847
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1848
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
|
1849
|
-
isSelectMode: import("vue").ComputedRef<boolean>;
|
|
1850
|
-
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
|
1851
|
-
biType: import("vue").ComputedRef<any>;
|
|
1852
|
-
Date: import("vue").DefineComponent<{
|
|
1853
|
-
componentCfg: {
|
|
1854
|
-
type: ObjectConstructor;
|
|
1855
|
-
};
|
|
1856
|
-
paramCfg: {
|
|
1857
|
-
type: ObjectConstructor;
|
|
1858
|
-
default: null;
|
|
1859
|
-
};
|
|
1860
|
-
modelValue: {
|
|
1861
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1862
|
-
default: null;
|
|
1863
|
-
};
|
|
1864
|
-
}, {
|
|
1865
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1866
|
-
componentCfg: {
|
|
1867
|
-
type: ObjectConstructor;
|
|
1868
|
-
};
|
|
1869
|
-
paramCfg: {
|
|
1870
|
-
type: ObjectConstructor;
|
|
1871
|
-
default: null;
|
|
1872
|
-
};
|
|
1873
|
-
modelValue: {
|
|
1874
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1875
|
-
default: null;
|
|
1876
|
-
};
|
|
1877
|
-
}>> & {
|
|
1878
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1879
|
-
}>>;
|
|
1880
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1881
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1882
|
-
dateType: any;
|
|
1883
|
-
valueFormat: import("vue").ComputedRef<string>;
|
|
1884
|
-
compType: import("vue").ComputedRef<any>;
|
|
1885
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
|
1886
|
-
updateUnchangedValue: {
|
|
1887
|
-
type: BooleanConstructor;
|
|
1888
|
-
};
|
|
1889
|
-
onConfirm: {
|
|
1890
|
-
type: FunctionConstructor;
|
|
1891
|
-
};
|
|
1892
|
-
formattedValue: {
|
|
1893
|
-
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1894
|
-
};
|
|
1895
|
-
placeholder: {
|
|
1896
|
-
type: StringConstructor;
|
|
1897
|
-
};
|
|
1898
|
-
allowedInvalidValue: {
|
|
1899
|
-
type: StringConstructor;
|
|
1900
|
-
};
|
|
1901
|
-
}, {
|
|
1902
|
-
attrs: {
|
|
1903
|
-
[x: string]: unknown;
|
|
1904
|
-
};
|
|
1905
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1906
|
-
updateUnchangedValue: {
|
|
1907
|
-
type: BooleanConstructor;
|
|
1908
|
-
};
|
|
1909
|
-
onConfirm: {
|
|
1910
|
-
type: FunctionConstructor;
|
|
1911
|
-
};
|
|
1912
|
-
formattedValue: {
|
|
1913
|
-
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1914
|
-
};
|
|
1915
|
-
placeholder: {
|
|
1916
|
-
type: StringConstructor;
|
|
1917
|
-
};
|
|
1918
|
-
allowedInvalidValue: {
|
|
1919
|
-
type: StringConstructor;
|
|
1920
|
-
};
|
|
1921
|
-
}>> & {
|
|
1922
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1923
|
-
}>>;
|
|
1924
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1925
|
-
datePickerRef: import("vue").Ref<import("../../../es/shared/types").AnyObject | null>;
|
|
1926
|
-
panelInstRef: import("vue").Ref<null>;
|
|
1927
|
-
placeholderRef: import("vue").Ref<any>;
|
|
1928
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1929
|
-
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1930
|
-
formatRef: import("vue").ComputedRef<string>;
|
|
1931
|
-
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
1932
|
-
focus: () => any;
|
|
1933
|
-
blur: () => any;
|
|
1934
|
-
handleConfirm: (target: HTMLInputElement) => void;
|
|
1935
|
-
onUpdateShow: (show: boolean) => void;
|
|
1936
|
-
onConfirm: (...args: any[]) => Promise<void>;
|
|
1937
|
-
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1938
|
-
NDatePicker: any;
|
|
1939
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1940
|
-
updateUnchangedValue: {
|
|
1941
|
-
type: BooleanConstructor;
|
|
1942
|
-
};
|
|
1943
|
-
onConfirm: {
|
|
1944
|
-
type: FunctionConstructor;
|
|
1945
|
-
};
|
|
1946
|
-
formattedValue: {
|
|
1947
|
-
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1948
|
-
};
|
|
1949
|
-
placeholder: {
|
|
1950
|
-
type: StringConstructor;
|
|
1951
|
-
};
|
|
1952
|
-
allowedInvalidValue: {
|
|
1953
|
-
type: StringConstructor;
|
|
1954
|
-
};
|
|
1955
|
-
}>> & {
|
|
1956
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1957
|
-
}, {
|
|
1958
|
-
updateUnchangedValue: boolean;
|
|
1959
|
-
}>>;
|
|
1960
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1961
|
-
componentCfg: {
|
|
1962
|
-
type: ObjectConstructor;
|
|
1963
|
-
};
|
|
1964
|
-
paramCfg: {
|
|
1965
|
-
type: ObjectConstructor;
|
|
1966
|
-
default: null;
|
|
1967
|
-
};
|
|
1968
|
-
modelValue: {
|
|
1969
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1970
|
-
default: null;
|
|
1971
|
-
};
|
|
1972
|
-
}>> & {
|
|
1973
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1974
|
-
}, {
|
|
1975
|
-
modelValue: string | number | unknown[];
|
|
1976
|
-
paramCfg: Record<string, any>;
|
|
1977
|
-
}>;
|
|
1978
|
-
InputFilter: import("vue").DefineComponent<{
|
|
1979
|
-
paramCfg: {
|
|
1980
|
-
type: ObjectConstructor;
|
|
1981
|
-
default: null;
|
|
1982
|
-
};
|
|
1983
|
-
modelValue: {
|
|
1984
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1985
|
-
default: null;
|
|
1986
|
-
};
|
|
1987
|
-
}, {
|
|
1988
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1989
|
-
paramCfg: {
|
|
1990
|
-
type: ObjectConstructor;
|
|
1991
|
-
default: null;
|
|
1992
|
-
};
|
|
1993
|
-
modelValue: {
|
|
1994
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1995
|
-
default: null;
|
|
1996
|
-
};
|
|
1997
|
-
}>> & {
|
|
1998
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1999
|
-
}>>;
|
|
2000
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2001
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2002
|
-
NInput: any;
|
|
2003
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2004
|
-
paramCfg: {
|
|
2005
|
-
type: ObjectConstructor;
|
|
2006
|
-
default: null;
|
|
2007
|
-
};
|
|
2008
|
-
modelValue: {
|
|
2009
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2010
|
-
default: null;
|
|
2011
|
-
};
|
|
2012
|
-
}>> & {
|
|
2013
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2014
|
-
}, {
|
|
2015
|
-
modelValue: string | number | unknown[];
|
|
2016
|
-
paramCfg: Record<string, any>;
|
|
2017
|
-
}>;
|
|
2018
|
-
InputNumber: import("vue").DefineComponent<{
|
|
2019
|
-
modelValue: {
|
|
2020
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2021
|
-
default: null;
|
|
2022
|
-
};
|
|
2023
|
-
}, {
|
|
2024
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2025
|
-
modelValue: {
|
|
2026
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2027
|
-
default: null;
|
|
2028
|
-
};
|
|
2029
|
-
}>> & {
|
|
2030
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2031
|
-
}>>;
|
|
2032
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2033
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2034
|
-
NInputNumber: any;
|
|
2035
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2036
|
-
modelValue: {
|
|
2037
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2038
|
-
default: null;
|
|
2039
|
-
};
|
|
2040
|
-
}>> & {
|
|
2041
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2042
|
-
}, {
|
|
2043
|
-
modelValue: string | number | unknown[];
|
|
2044
|
-
}>;
|
|
2045
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
2046
|
-
paramCfg: {
|
|
2047
|
-
type: ObjectConstructor;
|
|
2048
|
-
default: null;
|
|
2049
|
-
};
|
|
2050
|
-
modelValue: {
|
|
2051
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2052
|
-
default: null;
|
|
2053
|
-
};
|
|
2054
|
-
}, {
|
|
2055
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2056
|
-
paramCfg: {
|
|
2057
|
-
type: ObjectConstructor;
|
|
2058
|
-
default: null;
|
|
2059
|
-
};
|
|
2060
|
-
modelValue: {
|
|
2061
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2062
|
-
default: null;
|
|
2063
|
-
};
|
|
2064
|
-
}>> & {
|
|
2065
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2066
|
-
}>>;
|
|
2067
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2068
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2069
|
-
optionSetting: import("vue").ComputedRef<any>;
|
|
2070
|
-
widgetOptions: import("vue").ComputedRef<any>;
|
|
2071
|
-
NSelect: any;
|
|
2072
|
-
WidgetOptionEnums: {
|
|
2073
|
-
RADIO: string;
|
|
2074
|
-
MULTIPLE: string;
|
|
2075
|
-
ALL: string;
|
|
2076
|
-
SELECT_TIME: string;
|
|
2077
|
-
PAST_TIME: string;
|
|
2078
|
-
FUTURE_TIME: string;
|
|
2079
|
-
};
|
|
2080
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2081
|
-
paramCfg: {
|
|
2082
|
-
type: ObjectConstructor;
|
|
2083
|
-
default: null;
|
|
2084
|
-
};
|
|
2085
|
-
modelValue: {
|
|
2086
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2087
|
-
default: null;
|
|
2088
|
-
};
|
|
2089
|
-
}>> & {
|
|
2090
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2091
|
-
}, {
|
|
2092
|
-
modelValue: string | number | unknown[];
|
|
2093
|
-
paramCfg: Record<string, any>;
|
|
2094
|
-
}>;
|
|
2095
|
-
WidgetTypeEnums: {
|
|
2096
|
-
INPUT_NUMBER: string;
|
|
2097
|
-
INPUT: string;
|
|
2098
|
-
SELECT: string;
|
|
2099
|
-
DATE: string;
|
|
2100
|
-
DATE_OUT: string;
|
|
2101
|
-
DATE_TIME: string;
|
|
2102
|
-
DATETIME_OUT: string;
|
|
2103
|
-
CHECKBOX_GROUP: string;
|
|
2104
|
-
INPUTNUMBER_RANGE: string;
|
|
2105
|
-
DATE_RANGE_OUT: string;
|
|
2106
|
-
DATE_RANGE_INNER: string;
|
|
2107
|
-
DATETIME_RANGE_OUT: string;
|
|
2108
|
-
DATETIME_RANGE_INNER: string;
|
|
2109
|
-
LABEL: string;
|
|
2110
|
-
SELECTLABEL: string;
|
|
2111
|
-
SELECTDYNAMIC: string;
|
|
2112
|
-
};
|
|
2113
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2114
|
-
paramCfg: {
|
|
2115
|
-
type: ObjectConstructor;
|
|
2116
|
-
default: null;
|
|
2117
|
-
};
|
|
2118
|
-
modelValue: {
|
|
2119
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2120
|
-
default: null;
|
|
2121
|
-
};
|
|
2122
|
-
modelValues: {
|
|
2123
|
-
type: ArrayConstructor;
|
|
2124
|
-
default: () => never[];
|
|
2125
|
-
};
|
|
2126
|
-
}>> & {
|
|
2127
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2128
|
-
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
2129
|
-
}, {
|
|
2130
|
-
modelValue: string | number | unknown[];
|
|
2131
|
-
paramCfg: Record<string, any>;
|
|
2132
|
-
modelValues: unknown[];
|
|
2133
|
-
}>;
|
|
2134
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2135
|
-
actionList_prop: {
|
|
2136
|
-
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
2137
|
-
default: () => {};
|
|
2138
|
-
};
|
|
2139
|
-
conditionList: {
|
|
2140
|
-
type: ArrayConstructor;
|
|
2141
|
-
default: () => never[];
|
|
2142
|
-
};
|
|
2143
|
-
tableId: {
|
|
2144
|
-
type: StringConstructor;
|
|
2145
|
-
default: string;
|
|
2146
|
-
};
|
|
2147
|
-
searchFieldList: {
|
|
2148
|
-
type: ArrayConstructor;
|
|
2149
|
-
default: () => never[];
|
|
2150
|
-
};
|
|
2151
|
-
showItemName: {
|
|
2152
|
-
type: BooleanConstructor;
|
|
2153
|
-
default: boolean;
|
|
2154
|
-
};
|
|
2155
|
-
hideAddBtn: {
|
|
2156
|
-
type: BooleanConstructor;
|
|
2157
|
-
default: boolean;
|
|
2158
|
-
};
|
|
2159
|
-
}>> & {
|
|
2160
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2161
|
-
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2162
|
-
}, {
|
|
2163
|
-
searchFieldList: unknown[];
|
|
2164
|
-
tableId: string;
|
|
2165
|
-
conditionList: unknown[];
|
|
2166
|
-
actionList_prop: import("..").IClassifyListType;
|
|
2167
|
-
showItemName: boolean;
|
|
2168
|
-
hideAddBtn: boolean;
|
|
2169
|
-
}>;
|
|
2170
1690
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2171
1691
|
visible: {
|
|
2172
1692
|
type: BooleanConstructor;
|
|
@@ -2263,10 +1783,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2263
1783
|
type: ObjectConstructor;
|
|
2264
1784
|
default: () => {};
|
|
2265
1785
|
};
|
|
2266
|
-
filterType: {
|
|
2267
|
-
type: StringConstructor;
|
|
2268
|
-
default: string;
|
|
2269
|
-
};
|
|
2270
1786
|
}>> & {
|
|
2271
1787
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
2272
1788
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
@@ -2282,6 +1798,5 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2282
1798
|
hideConditionChangeSetting: number;
|
|
2283
1799
|
hideClearConditionChange: number;
|
|
2284
1800
|
isShowResetButton: boolean;
|
|
2285
|
-
filterType: string;
|
|
2286
1801
|
}>>;
|
|
2287
1802
|
export default CClassification;
|