cnhis-design-vue 3.4.0-beta.10 → 3.4.0-beta.11
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/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue2.js +7 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +6 -5
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
- package/es/components/audio-sdk/src/components/recording.vue2.js +41 -36
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +8 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +8 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +19 -61
- package/es/components/base-search/src/index.vue.d.ts +19 -61
- package/es/components/base-search/src/index.vue2.js +31 -30
- package/es/components/big-table/index.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +5 -8
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +5 -12
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +23 -47
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +1 -2
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +3 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +4 -3
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +10 -8
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +49 -72
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
- package/es/components/branch-notice/src/BranchNotice.vue2.js +5 -6
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +2 -1
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue2.js +7 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +43 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +11 -12
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +71 -101
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +74 -73
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +58 -88
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +2 -3
- package/es/components/calendar/index.d.ts +277 -32
- package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
- package/es/components/calendar/src/Calendar.vue2.js +4 -5
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
- package/es/components/callback/src/components/dialog/drawer.vue2.js +1 -2
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +1 -2
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +1 -2
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +6 -7
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +5 -8
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +432 -509
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
- package/es/components/classification/src/components/search-filter/index.vue2.js +5 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
- package/es/components/classification/src/components/set-classification/index.vue2.js +2 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +66 -65
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +63 -61
- package/es/components/config-provider/index.d.ts +5 -7
- package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -9
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +15 -14
- package/es/components/editor/index.d.ts +7 -77
- package/es/components/editor/src/Editor.d.ts +7 -78
- package/es/components/expand-field/index.d.ts +303 -478
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +3 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +3 -4
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +73 -65
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +5 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +154 -216
- package/es/components/field-set/src/FieldColor.vue2.js +6 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +51 -77
- package/es/components/field-set/src/FieldFilter.vue2.js +7 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +64 -78
- package/es/components/field-set/src/FieldSet.vue2.js +23 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +13 -16
- package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +11 -8
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
- package/es/components/field-set/src/components/edit-dialog.vue2.js +3 -4
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +14 -16
- package/es/components/form-config/index.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue2.js +25 -24
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +49 -57
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +3 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +214 -1112
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -5
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +81 -118
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +5 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +40 -48
- package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
- package/es/components/form-render/src/FormRender.vue2.js +4 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue2.js +3 -4
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +55 -48
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +63 -57
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +36 -33
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +66 -56
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -19
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +35 -33
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +45 -39
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -3
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +12 -8
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +1572 -3124
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
- package/es/components/iho-table/src/IhoTable.vue2.js +7 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +11 -12
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +11 -14
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +23 -26
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +6 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +47 -50
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +13 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +7 -8
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +1 -14
- package/es/components/info-header/index.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue2.js +4 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +63 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +129 -109
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +68 -65
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +12 -14
- package/es/components/keyboard/index.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +2 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +6 -7
- package/es/components/quick-search/index.d.ts +32 -73
- package/es/components/quick-search/src/index.vue.d.ts +32 -73
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +4 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +14 -13
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +87 -107
- package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
- package/es/components/scale-view/src/ScaleView.vue2.js +13 -15
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +5 -6
- package/es/components/scale-view/src/components/LoadingCom.vue.js +5 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +8 -9
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +17 -15
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +155 -119
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
- package/es/components/select-label/src/LabelFormContent.vue2.js +25 -23
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +12 -11
- package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
- package/es/components/select-label/src/components/label-classify.vue2.js +29 -26
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +16 -14
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +9 -17
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +13 -10
- package/es/components/select-label/src/index.vue.d.ts +107 -93
- package/es/components/select-label/src/index.vue2.js +1 -2
- package/es/components/select-person/index.d.ts +190 -257
- package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
- package/es/components/select-person/src/SelectPerson.vue2.js +17 -21
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +1 -2
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +3 -4
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +6 -7
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
- package/es/components/select-person/src/index.vue.d.ts +240 -307
- package/es/components/select-person/src/index.vue2.js +7 -8
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +2 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +10 -11
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +5 -6
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +4 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +2 -1
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +66 -82
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +9 -10
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +5 -6
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +17 -18
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +38 -33
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +40 -41
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +18 -19
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +26 -27
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +7 -8
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +34 -31
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +2 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +9 -8
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +4 -5
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +7 -8
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +5 -6
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +4 -5
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +7 -8
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +9 -10
- package/es/components/vod-chunk-upload/index.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +25 -24
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -32
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +8 -6
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +10 -6
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +4 -77
- package/es/shared/components/player-vod/video-modal.d.ts +5 -23
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +4 -7
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
2
|
-
declare const CClassification: SFCWithInstall<import("vue").DefineComponent<
|
2
|
+
declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
3
3
|
tableId: {
|
4
4
|
type: StringConstructor;
|
5
5
|
default: string;
|
@@ -55,12 +55,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
55
55
|
type: StringConstructor;
|
56
56
|
default: string;
|
57
57
|
};
|
58
|
-
}
|
58
|
+
}, {
|
59
59
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
60
60
|
transformClassifyChild: (conObjList: any, searchFieldList: any[]) => any;
|
61
61
|
attrs: any;
|
62
|
-
$message: import("naive-ui
|
63
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
62
|
+
$message: import("naive-ui").MessageApi;
|
63
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
64
64
|
tableId: {
|
65
65
|
type: StringConstructor;
|
66
66
|
default: string;
|
@@ -116,15 +116,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
116
116
|
type: StringConstructor;
|
117
117
|
default: string;
|
118
118
|
};
|
119
|
-
}>> &
|
119
|
+
}>> & {
|
120
120
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
121
121
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
122
122
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
123
|
-
}
|
123
|
+
}>>;
|
124
124
|
emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
|
125
|
-
selectType:
|
126
|
-
classificationWidth: import("vue").Ref<number
|
127
|
-
selectShow: import("vue").Ref<boolean
|
125
|
+
selectType: any;
|
126
|
+
classificationWidth: import("vue").Ref<number>;
|
127
|
+
selectShow: import("vue").Ref<boolean>;
|
128
128
|
treeData: import("vue").Ref<{
|
129
129
|
[x: string]: any;
|
130
130
|
name: string;
|
@@ -152,33 +152,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
152
152
|
digital?: number | undefined;
|
153
153
|
open?: boolean | undefined;
|
154
154
|
selected?: boolean | undefined;
|
155
|
-
}[], import("..").ITreeDataType[] | {
|
156
|
-
[x: string]: any;
|
157
|
-
name: string;
|
158
|
-
sid: string;
|
159
|
-
children: {
|
160
|
-
[x: string]: any;
|
161
|
-
displayCategory: string;
|
162
|
-
isDefault: boolean;
|
163
|
-
isEdit: boolean;
|
164
|
-
isShow: boolean;
|
165
|
-
name: string;
|
166
|
-
sid: string;
|
167
|
-
isPublic?: string | undefined;
|
168
|
-
classifyId?: string | undefined;
|
169
|
-
conObj?: any;
|
170
|
-
digital?: number | undefined;
|
171
|
-
checked?: boolean | undefined;
|
172
|
-
id?: string | undefined;
|
173
|
-
isCommon?: boolean | undefined;
|
174
|
-
selected?: boolean | undefined;
|
175
|
-
sqlExpression?: string | undefined;
|
176
|
-
createdByName?: string | undefined;
|
177
|
-
from?: string | undefined;
|
178
|
-
}[];
|
179
|
-
digital?: number | undefined;
|
180
|
-
open?: boolean | undefined;
|
181
|
-
selected?: boolean | undefined;
|
182
155
|
}[]>;
|
183
156
|
conditionLists: import("vue").Ref<{
|
184
157
|
[x: string]: any;
|
@@ -199,25 +172,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
199
172
|
sqlExpression?: string | undefined;
|
200
173
|
createdByName?: string | undefined;
|
201
174
|
from?: string | undefined;
|
202
|
-
}[], import("..").IClassifyListType[] | {
|
203
|
-
[x: string]: any;
|
204
|
-
displayCategory: string;
|
205
|
-
isDefault: boolean;
|
206
|
-
isEdit: boolean;
|
207
|
-
isShow: boolean;
|
208
|
-
name: string;
|
209
|
-
sid: string;
|
210
|
-
isPublic?: string | undefined;
|
211
|
-
classifyId?: string | undefined;
|
212
|
-
conObj?: any;
|
213
|
-
digital?: number | undefined;
|
214
|
-
checked?: boolean | undefined;
|
215
|
-
id?: string | undefined;
|
216
|
-
isCommon?: boolean | undefined;
|
217
|
-
selected?: boolean | undefined;
|
218
|
-
sqlExpression?: string | undefined;
|
219
|
-
createdByName?: string | undefined;
|
220
|
-
from?: string | undefined;
|
221
175
|
}[]>;
|
222
176
|
originConditionList: import("vue").Ref<{
|
223
177
|
[x: string]: any;
|
@@ -238,32 +192,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
238
192
|
sqlExpression?: string | undefined;
|
239
193
|
createdByName?: string | undefined;
|
240
194
|
from?: string | undefined;
|
241
|
-
}[], import("..").IClassifyListType[] | {
|
242
|
-
[x: string]: any;
|
243
|
-
displayCategory: string;
|
244
|
-
isDefault: boolean;
|
245
|
-
isEdit: boolean;
|
246
|
-
isShow: boolean;
|
247
|
-
name: string;
|
248
|
-
sid: string;
|
249
|
-
isPublic?: string | undefined;
|
250
|
-
classifyId?: string | undefined;
|
251
|
-
conObj?: any;
|
252
|
-
digital?: number | undefined;
|
253
|
-
checked?: boolean | undefined;
|
254
|
-
id?: string | undefined;
|
255
|
-
isCommon?: boolean | undefined;
|
256
|
-
selected?: boolean | undefined;
|
257
|
-
sqlExpression?: string | undefined;
|
258
|
-
createdByName?: string | undefined;
|
259
|
-
from?: string | undefined;
|
260
195
|
}[]>;
|
261
|
-
classificationIndex: import("vue").Ref<number
|
262
|
-
allObj:
|
263
|
-
displayCategoryLists: import("vue").Ref<string[]
|
264
|
-
settingId: import("vue").Ref<string
|
265
|
-
classifyModal: import("vue").Ref<boolean
|
266
|
-
showTitleName: import("vue").Ref<string
|
196
|
+
classificationIndex: import("vue").Ref<number>;
|
197
|
+
allObj: any;
|
198
|
+
displayCategoryLists: import("vue").Ref<string[]>;
|
199
|
+
settingId: import("vue").Ref<string>;
|
200
|
+
classifyModal: import("vue").Ref<boolean>;
|
201
|
+
showTitleName: import("vue").Ref<string>;
|
267
202
|
dynamicStyle: import("vue").ComputedRef<{
|
268
203
|
marginRight: string;
|
269
204
|
display?: undefined;
|
@@ -285,7 +220,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
285
220
|
handleSettingShow: () => void;
|
286
221
|
setClassifyModal: (val: boolean) => void;
|
287
222
|
toggleSelect: (flag?: boolean | undefined) => void;
|
288
|
-
initTableCondiTionList: () => import("naive-ui
|
223
|
+
initTableCondiTionList: () => import("naive-ui").MessageReactive | undefined;
|
289
224
|
setOpenStatus: (value: boolean) => void;
|
290
225
|
tableCondiTionPromise: () => Promise<void>;
|
291
226
|
changeWidth: ({ distance }: any) => void;
|
@@ -298,16 +233,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
298
233
|
fmtChildName: (name: string, isPublic?: string | undefined) => string;
|
299
234
|
mergeDigitalMapToTreeData: (list: any[], digitalObj: import("../../shared/types").AnyObject) => void;
|
300
235
|
handlePathClick: (e: Event) => void;
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
SetClassification: import("vue").DefineComponent<
|
236
|
+
NIcon: any;
|
237
|
+
NTooltip: any;
|
238
|
+
SettingsOutline: 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<{}>>, {}>;
|
239
|
+
Repeat: 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<{}>>, {}>;
|
240
|
+
Checkmark: 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<{}>>, {}>;
|
241
|
+
ChevronUp: 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<{}>>, {}>;
|
242
|
+
ChevronDown: 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<{}>>, {}>;
|
243
|
+
ChevronForward: 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<{}>>, {}>;
|
244
|
+
Close: 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<{}>>, {}>;
|
245
|
+
SetClassification: import("vue").DefineComponent<{
|
311
246
|
searchFieldList: {
|
312
247
|
type: ArrayConstructor;
|
313
248
|
default: () => never[];
|
@@ -321,8 +256,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
321
256
|
type: BooleanConstructor;
|
322
257
|
default: boolean;
|
323
258
|
};
|
324
|
-
}
|
325
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
259
|
+
}, {
|
260
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
326
261
|
searchFieldList: {
|
327
262
|
type: ArrayConstructor;
|
328
263
|
default: () => never[];
|
@@ -336,20 +271,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
336
271
|
type: BooleanConstructor;
|
337
272
|
default: boolean;
|
338
273
|
};
|
339
|
-
}>> &
|
274
|
+
}>> & {
|
340
275
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
341
276
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
342
277
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
343
|
-
}
|
278
|
+
}>>;
|
344
279
|
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
345
|
-
$message: import("naive-ui
|
280
|
+
$message: import("naive-ui").MessageApi;
|
346
281
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
347
|
-
conditionList: import("vue").Ref<unknown[]
|
348
|
-
addVisible: import("vue").Ref<boolean
|
349
|
-
actionList_prop: import("vue").Ref<{}
|
350
|
-
newSearchFieldList:
|
351
|
-
saveLoading: import("vue").Ref<boolean
|
352
|
-
searchFilter:
|
282
|
+
conditionList: import("vue").Ref<unknown[]>;
|
283
|
+
addVisible: import("vue").Ref<boolean>;
|
284
|
+
actionList_prop: import("vue").Ref<{}>;
|
285
|
+
newSearchFieldList: any;
|
286
|
+
saveLoading: import("vue").Ref<boolean>;
|
287
|
+
searchFilter: any;
|
353
288
|
filterApiConfig: import("../../shared/types").AnyObject;
|
354
289
|
attrs: {
|
355
290
|
[x: string]: unknown;
|
@@ -365,8 +300,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
365
300
|
setOneVisible: (flag: boolean) => void;
|
366
301
|
resetPopconfirm: () => Promise<void>;
|
367
302
|
oneVisible: import("vue").ComputedRef<boolean>;
|
368
|
-
|
369
|
-
TableModal: import("vue").DefineComponent<
|
303
|
+
NButton: any;
|
304
|
+
TableModal: import("vue").DefineComponent<{
|
370
305
|
visibleIn: {
|
371
306
|
type: BooleanConstructor;
|
372
307
|
};
|
@@ -403,8 +338,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
403
338
|
type: FunctionConstructor;
|
404
339
|
default: () => HTMLElement;
|
405
340
|
};
|
406
|
-
}
|
407
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
341
|
+
}, {
|
342
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
408
343
|
visibleIn: {
|
409
344
|
type: BooleanConstructor;
|
410
345
|
};
|
@@ -441,18 +376,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
441
376
|
type: FunctionConstructor;
|
442
377
|
default: () => HTMLElement;
|
443
378
|
};
|
444
|
-
}>> &
|
379
|
+
}>> & {
|
445
380
|
onClose?: ((...args: any[]) => any) | undefined;
|
446
381
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
447
382
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
448
383
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
449
|
-
}
|
384
|
+
}>>;
|
450
385
|
emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
451
386
|
homeList: any;
|
452
|
-
visible: import("vue").Ref<boolean
|
453
|
-
isChangeWindow: import("vue").Ref<boolean
|
454
|
-
modalWidth: import("vue").Ref<string
|
455
|
-
modalHeight: import("vue").Ref<string
|
387
|
+
visible: import("vue").Ref<boolean>;
|
388
|
+
isChangeWindow: import("vue").Ref<boolean>;
|
389
|
+
modalWidth: import("vue").Ref<string>;
|
390
|
+
modalHeight: import("vue").Ref<string>;
|
456
391
|
isShowResetButton: boolean;
|
457
392
|
handleOk: () => void;
|
458
393
|
close: () => void;
|
@@ -468,17 +403,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
468
403
|
changeModalWindow: () => void;
|
469
404
|
popconfirm: (e: any) => void;
|
470
405
|
handleOperationItem: (option: string, item: import("..").IClassifyListType, name?: string | undefined) => void;
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
406
|
+
NModal: any;
|
407
|
+
NCard: any;
|
408
|
+
NIcon: any;
|
409
|
+
NButton: any;
|
410
|
+
NTooltip: any;
|
411
|
+
NSwitch: any;
|
412
|
+
NPopconfirm: any;
|
413
|
+
DocumentOutline: 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<{}>>, {}>;
|
414
|
+
Brush: 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<{}>>, {}>;
|
415
|
+
ReorderTwo: 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<{}>>, {}>;
|
416
|
+
Draggable: import("vue").DefineComponent<{
|
482
417
|
list: {
|
483
418
|
type: ArrayConstructor;
|
484
419
|
required: boolean;
|
@@ -550,8 +485,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
550
485
|
list: unknown[];
|
551
486
|
modelValue: unknown[];
|
552
487
|
componentData: Record<string, any>;
|
553
|
-
}
|
554
|
-
},
|
488
|
+
}>;
|
489
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
555
490
|
visibleIn: {
|
556
491
|
type: BooleanConstructor;
|
557
492
|
};
|
@@ -588,19 +523,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
588
523
|
type: FunctionConstructor;
|
589
524
|
default: () => HTMLElement;
|
590
525
|
};
|
591
|
-
}>> &
|
526
|
+
}>> & {
|
592
527
|
onClose?: ((...args: any[]) => any) | undefined;
|
593
528
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
594
529
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
595
530
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
596
|
-
}
|
597
|
-
loading: boolean;
|
531
|
+
}, {
|
598
532
|
type: string;
|
599
|
-
|
533
|
+
loading: boolean;
|
600
534
|
dataSource: unknown[];
|
535
|
+
visibleIn: boolean;
|
601
536
|
getContainer: Function;
|
602
|
-
}
|
603
|
-
SearchFilter: import("vue").DefineComponent<
|
537
|
+
}>;
|
538
|
+
SearchFilter: import("vue").DefineComponent<{
|
604
539
|
visible: {
|
605
540
|
type: BooleanConstructor;
|
606
541
|
default: boolean;
|
@@ -617,8 +552,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
617
552
|
type: ArrayConstructor;
|
618
553
|
default: () => never[];
|
619
554
|
};
|
620
|
-
}
|
621
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
555
|
+
}, {
|
556
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
622
557
|
visible: {
|
623
558
|
type: BooleanConstructor;
|
624
559
|
default: boolean;
|
@@ -635,24 +570,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
635
570
|
type: ArrayConstructor;
|
636
571
|
default: () => never[];
|
637
572
|
};
|
638
|
-
}>> &
|
573
|
+
}>> & {
|
639
574
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
640
|
-
}
|
575
|
+
}>>;
|
641
576
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
642
|
-
addVisible: import("vue").Ref<boolean
|
643
|
-
isChangeWindow: import("vue").Ref<boolean
|
644
|
-
modalWidth: import("vue").Ref<string
|
577
|
+
addVisible: import("vue").Ref<boolean>;
|
578
|
+
isChangeWindow: import("vue").Ref<boolean>;
|
579
|
+
modalWidth: import("vue").Ref<string>;
|
645
580
|
bodyStyle: import("vue").Ref<{
|
646
581
|
maxHeight: string;
|
647
582
|
height: string;
|
648
|
-
}, {
|
649
|
-
maxHeight: string;
|
650
|
-
height: string;
|
651
|
-
} | {
|
652
|
-
maxHeight: string;
|
653
|
-
height: string;
|
654
583
|
}>;
|
655
|
-
conditionApiRef:
|
584
|
+
conditionApiRef: any;
|
656
585
|
filterTimer: any;
|
657
586
|
classifyfilterType: String;
|
658
587
|
init: () => void;
|
@@ -663,10 +592,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
663
592
|
clearConditions: () => void;
|
664
593
|
resetChangeWindow: () => void;
|
665
594
|
changeModalWindow: () => void;
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<
|
595
|
+
NModal: any;
|
596
|
+
NCard: any;
|
597
|
+
NButton: any;
|
598
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
670
599
|
actionList_prop: {
|
671
600
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
672
601
|
default: () => {};
|
@@ -691,14 +620,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
691
620
|
type: BooleanConstructor;
|
692
621
|
default: boolean;
|
693
622
|
};
|
694
|
-
}
|
695
|
-
$message: import("naive-ui
|
623
|
+
}, {
|
624
|
+
$message: import("naive-ui").MessageApi;
|
696
625
|
menuProps: {
|
697
626
|
class: string;
|
698
627
|
};
|
699
628
|
specialDateRange: string[];
|
700
629
|
specialCustomDateRange: string[];
|
701
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
630
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
702
631
|
actionList_prop: {
|
703
632
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
704
633
|
default: () => {};
|
@@ -723,10 +652,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
723
652
|
type: BooleanConstructor;
|
724
653
|
default: boolean;
|
725
654
|
};
|
726
|
-
}>> &
|
655
|
+
}>> & {
|
727
656
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
728
657
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
729
|
-
}
|
658
|
+
}>>;
|
730
659
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
731
660
|
$attrs: {
|
732
661
|
[x: string]: unknown;
|
@@ -744,9 +673,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
744
673
|
customDate?: string | undefined;
|
745
674
|
}[];
|
746
675
|
};
|
747
|
-
loading: import("vue").Ref<boolean
|
748
|
-
parentInputRef: import("vue").Ref<any
|
749
|
-
parentInputAddRef: import("vue").Ref<any
|
676
|
+
loading: import("vue").Ref<boolean>;
|
677
|
+
parentInputRef: import("vue").Ref<any>;
|
678
|
+
parentInputAddRef: import("vue").Ref<any>;
|
750
679
|
DisplayCategoryState: {
|
751
680
|
addDisplayCategory: string;
|
752
681
|
displayCategories: {
|
@@ -787,16 +716,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
787
716
|
saveAdd: () => void;
|
788
717
|
cancelSaveAdd: () => void;
|
789
718
|
checkActionList: () => boolean;
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
ValueCfg: import("vue").DefineComponent<
|
719
|
+
NSpin: any;
|
720
|
+
NIcon: any;
|
721
|
+
NInput: any;
|
722
|
+
NButton: any;
|
723
|
+
NTooltip: any;
|
724
|
+
NSelect: any;
|
725
|
+
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<{}>>, {}>;
|
726
|
+
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<{}>>, {}>;
|
727
|
+
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<{}>>, {}>;
|
728
|
+
ValueCfg: import("vue").DefineComponent<{
|
800
729
|
item: {
|
801
730
|
type: ObjectConstructor;
|
802
731
|
default: null;
|
@@ -820,8 +749,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
820
749
|
type: StringConstructor;
|
821
750
|
default: null;
|
822
751
|
};
|
823
|
-
}
|
824
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
752
|
+
}, {
|
753
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
825
754
|
item: {
|
826
755
|
type: ObjectConstructor;
|
827
756
|
default: null;
|
@@ -845,19 +774,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
845
774
|
type: StringConstructor;
|
846
775
|
default: null;
|
847
776
|
};
|
848
|
-
}>> &
|
777
|
+
}>> & {
|
849
778
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
850
779
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
851
780
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
852
781
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
853
|
-
}
|
782
|
+
}>>;
|
854
783
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
855
|
-
valueCp: import("vue").WritableComputedRef<any
|
856
|
-
presetValCp: import("vue").WritableComputedRef<string
|
857
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean
|
858
|
-
customDateCp: import("vue").WritableComputedRef<string
|
784
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
785
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
786
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
787
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
859
788
|
widgetType: import("vue").ComputedRef<any>;
|
860
|
-
|
789
|
+
Date: import("vue").DefineComponent<{
|
861
790
|
componentCfg: {
|
862
791
|
type: ObjectConstructor;
|
863
792
|
};
|
@@ -881,8 +810,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
881
810
|
type: StringConstructor;
|
882
811
|
default: null;
|
883
812
|
};
|
884
|
-
}
|
885
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
813
|
+
}, {
|
814
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
886
815
|
componentCfg: {
|
887
816
|
type: ObjectConstructor;
|
888
817
|
};
|
@@ -906,15 +835,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
906
835
|
type: StringConstructor;
|
907
836
|
default: null;
|
908
837
|
};
|
909
|
-
}>> &
|
838
|
+
}>> & {
|
910
839
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
911
840
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
912
841
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
913
|
-
}
|
842
|
+
}>>;
|
914
843
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
915
|
-
filterType: import("vue").ComputedRef<"1" | "
|
916
|
-
valueCp: import("vue").WritableComputedRef<any
|
917
|
-
presetValCp: import("vue").WritableComputedRef<string
|
844
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
845
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
846
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
918
847
|
dateType: any;
|
919
848
|
valueFormat: import("vue").ComputedRef<string>;
|
920
849
|
compType: import("vue").ComputedRef<any>;
|
@@ -929,7 +858,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
929
858
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
930
859
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
931
860
|
};
|
932
|
-
|
861
|
+
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
933
862
|
updateUnchangedValue: {
|
934
863
|
type: BooleanConstructor;
|
935
864
|
};
|
@@ -960,11 +889,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
960
889
|
isDateDisabled: {
|
961
890
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
962
891
|
};
|
963
|
-
}
|
892
|
+
}, {
|
964
893
|
attrs: {
|
965
894
|
[x: string]: unknown;
|
966
895
|
};
|
967
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
896
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
968
897
|
updateUnchangedValue: {
|
969
898
|
type: BooleanConstructor;
|
970
899
|
};
|
@@ -995,15 +924,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
995
924
|
isDateDisabled: {
|
996
925
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
997
926
|
};
|
998
|
-
}>> &
|
927
|
+
}>> & {
|
999
928
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1000
|
-
}
|
929
|
+
}>>;
|
1001
930
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1002
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null
|
1003
|
-
panelInstRef: import("vue").Ref<null
|
1004
|
-
placeholderRef: import("vue").Ref<any
|
1005
|
-
oldValue:
|
1006
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined
|
931
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
932
|
+
panelInstRef: import("vue").Ref<null>;
|
933
|
+
placeholderRef: import("vue").Ref<any>;
|
934
|
+
oldValue: string;
|
935
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1007
936
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1008
937
|
formatRef: import("vue").ComputedRef<string>;
|
1009
938
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1018,8 +947,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1018
947
|
onConfirm: (...args: any[]) => Promise<void>;
|
1019
948
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1020
949
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1021
|
-
|
1022
|
-
},
|
950
|
+
NDatePicker: any;
|
951
|
+
}, 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<{
|
1023
952
|
updateUnchangedValue: {
|
1024
953
|
type: BooleanConstructor;
|
1025
954
|
};
|
@@ -1050,16 +979,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1050
979
|
isDateDisabled: {
|
1051
980
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1052
981
|
};
|
1053
|
-
}>> &
|
982
|
+
}>> & {
|
1054
983
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1055
|
-
}
|
984
|
+
}, {
|
1056
985
|
type: string;
|
1057
986
|
updateUnchangedValue: boolean;
|
1058
987
|
to: string | false | HTMLElement;
|
1059
988
|
holidays: Date[];
|
1060
|
-
}
|
1061
|
-
|
1062
|
-
DateOption: import("vue").DefineComponent<
|
989
|
+
}>>;
|
990
|
+
NSelect: any;
|
991
|
+
DateOption: import("vue").DefineComponent<{
|
1063
992
|
filterType: {
|
1064
993
|
type: StringConstructor;
|
1065
994
|
required: true;
|
@@ -1084,7 +1013,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1084
1013
|
valueFormat: {
|
1085
1014
|
type: StringConstructor;
|
1086
1015
|
};
|
1087
|
-
}
|
1016
|
+
}, {
|
1088
1017
|
widgetOptions: {
|
1089
1018
|
label: string;
|
1090
1019
|
value: string;
|
@@ -1093,9 +1022,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1093
1022
|
label: string;
|
1094
1023
|
value: string;
|
1095
1024
|
}[];
|
1096
|
-
startDateNum: import("vue").Ref<any
|
1097
|
-
endDateNum: import("vue").Ref<any
|
1098
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1025
|
+
startDateNum: import("vue").Ref<any>;
|
1026
|
+
endDateNum: import("vue").Ref<any>;
|
1027
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1099
1028
|
filterType: {
|
1100
1029
|
type: StringConstructor;
|
1101
1030
|
required: true;
|
@@ -1120,17 +1049,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1120
1049
|
valueFormat: {
|
1121
1050
|
type: StringConstructor;
|
1122
1051
|
};
|
1123
|
-
}>> &
|
1052
|
+
}>> & {
|
1124
1053
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1125
1054
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1126
|
-
}
|
1055
|
+
}>>;
|
1127
1056
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1128
|
-
valueCp: import("vue").WritableComputedRef<any
|
1129
|
-
presetValCp: import("vue").WritableComputedRef<string
|
1057
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1058
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1130
1059
|
handleChange: (val: any, type: "start" | "end") => void;
|
1131
|
-
|
1132
|
-
|
1133
|
-
},
|
1060
|
+
NSelect: any;
|
1061
|
+
NInputNumber: any;
|
1062
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1134
1063
|
filterType: {
|
1135
1064
|
type: StringConstructor;
|
1136
1065
|
required: true;
|
@@ -1155,14 +1084,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1155
1084
|
valueFormat: {
|
1156
1085
|
type: StringConstructor;
|
1157
1086
|
};
|
1158
|
-
}>> &
|
1087
|
+
}>> & {
|
1159
1088
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1160
1089
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1161
|
-
}
|
1090
|
+
}, {
|
1162
1091
|
modelValue: string | number | unknown[];
|
1163
1092
|
presetVal: string;
|
1164
|
-
}
|
1165
|
-
|
1093
|
+
}>;
|
1094
|
+
WidgetValEnums: {
|
1166
1095
|
CUSTOM: string;
|
1167
1096
|
FIRST_VAL: string;
|
1168
1097
|
WHOLE: string;
|
@@ -1193,7 +1122,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1193
1122
|
NEXT_YEAR: string;
|
1194
1123
|
LAST_YEAR: string;
|
1195
1124
|
};
|
1196
|
-
},
|
1125
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1197
1126
|
componentCfg: {
|
1198
1127
|
type: ObjectConstructor;
|
1199
1128
|
};
|
@@ -1217,17 +1146,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1217
1146
|
type: StringConstructor;
|
1218
1147
|
default: null;
|
1219
1148
|
};
|
1220
|
-
}>> &
|
1149
|
+
}>> & {
|
1221
1150
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1222
1151
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1223
1152
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1224
|
-
}
|
1153
|
+
}, {
|
1225
1154
|
modelValue: string | number | unknown[];
|
1226
1155
|
paramCfg: Record<string, any>;
|
1227
1156
|
presetVal: string;
|
1228
1157
|
customDate: string;
|
1229
|
-
}
|
1230
|
-
|
1158
|
+
}>;
|
1159
|
+
InputFilter: import("vue").DefineComponent<{
|
1231
1160
|
paramCfg: {
|
1232
1161
|
type: ObjectConstructor;
|
1233
1162
|
default: null;
|
@@ -1239,8 +1168,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1239
1168
|
isAccurateFilter: {
|
1240
1169
|
type: BooleanConstructor;
|
1241
1170
|
};
|
1242
|
-
}
|
1243
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1171
|
+
}, {
|
1172
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1244
1173
|
paramCfg: {
|
1245
1174
|
type: ObjectConstructor;
|
1246
1175
|
default: null;
|
@@ -1252,27 +1181,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1252
1181
|
isAccurateFilter: {
|
1253
1182
|
type: BooleanConstructor;
|
1254
1183
|
};
|
1255
|
-
}>> &
|
1184
|
+
}>> & {
|
1256
1185
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1257
1186
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1258
|
-
}
|
1187
|
+
}>>;
|
1259
1188
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
1260
1189
|
optionList: import("vue").Ref<{
|
1261
1190
|
label: string;
|
1262
1191
|
value: number;
|
1263
|
-
}[], {
|
1264
|
-
label: string;
|
1265
|
-
value: number;
|
1266
|
-
}[] | {
|
1267
|
-
label: string;
|
1268
|
-
value: number;
|
1269
1192
|
}[]>;
|
1270
|
-
valueCp: import("vue").WritableComputedRef<any
|
1271
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number
|
1193
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1194
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
1272
1195
|
isShowSearch: import("vue").ComputedRef<any>;
|
1273
|
-
|
1274
|
-
|
1275
|
-
},
|
1196
|
+
NInput: any;
|
1197
|
+
NSelect: any;
|
1198
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1276
1199
|
paramCfg: {
|
1277
1200
|
type: ObjectConstructor;
|
1278
1201
|
default: null;
|
@@ -1284,42 +1207,42 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1284
1207
|
isAccurateFilter: {
|
1285
1208
|
type: BooleanConstructor;
|
1286
1209
|
};
|
1287
|
-
}>> &
|
1210
|
+
}>> & {
|
1288
1211
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1289
1212
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1290
|
-
}
|
1213
|
+
}, {
|
1291
1214
|
modelValue: string | number | unknown[];
|
1292
1215
|
paramCfg: Record<string, any>;
|
1293
1216
|
isAccurateFilter: boolean;
|
1294
|
-
}
|
1295
|
-
|
1217
|
+
}>;
|
1218
|
+
InputNumber: import("vue").DefineComponent<{
|
1296
1219
|
modelValue: {
|
1297
1220
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1298
1221
|
default: null;
|
1299
1222
|
};
|
1300
|
-
}
|
1301
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1223
|
+
}, {
|
1224
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1302
1225
|
modelValue: {
|
1303
1226
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1304
1227
|
default: null;
|
1305
1228
|
};
|
1306
|
-
}>> &
|
1229
|
+
}>> & {
|
1307
1230
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1308
|
-
}
|
1231
|
+
}>>;
|
1309
1232
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1310
|
-
valueCp: import("vue").WritableComputedRef<any
|
1311
|
-
|
1312
|
-
},
|
1233
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1234
|
+
NInputNumber: any;
|
1235
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1313
1236
|
modelValue: {
|
1314
1237
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1315
1238
|
default: null;
|
1316
1239
|
};
|
1317
|
-
}>> &
|
1240
|
+
}>> & {
|
1318
1241
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1319
|
-
}
|
1242
|
+
}, {
|
1320
1243
|
modelValue: string | number | unknown[];
|
1321
|
-
}
|
1322
|
-
|
1244
|
+
}>;
|
1245
|
+
SelectFilter: import("vue").DefineComponent<{
|
1323
1246
|
paramCfg: {
|
1324
1247
|
type: ObjectConstructor;
|
1325
1248
|
default: null;
|
@@ -1332,8 +1255,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1332
1255
|
type: StringConstructor;
|
1333
1256
|
default: string;
|
1334
1257
|
};
|
1335
|
-
}
|
1336
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1258
|
+
}, {
|
1259
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1337
1260
|
paramCfg: {
|
1338
1261
|
type: ObjectConstructor;
|
1339
1262
|
default: null;
|
@@ -1346,15 +1269,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1346
1269
|
type: StringConstructor;
|
1347
1270
|
default: string;
|
1348
1271
|
};
|
1349
|
-
}>> &
|
1272
|
+
}>> & {
|
1350
1273
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1351
|
-
}
|
1274
|
+
}>>;
|
1352
1275
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1353
|
-
valueCp: import("vue").WritableComputedRef<any
|
1276
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1354
1277
|
optionSetting: import("vue").ComputedRef<any>;
|
1355
1278
|
widgetOptions: import("vue").ComputedRef<any>;
|
1356
|
-
|
1357
|
-
|
1279
|
+
NSelect: any;
|
1280
|
+
WidgetOptionEnums: {
|
1358
1281
|
RADIO: string;
|
1359
1282
|
MULTIPLE: string;
|
1360
1283
|
ALL: string;
|
@@ -1363,7 +1286,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1363
1286
|
FUTURE_TIME: string;
|
1364
1287
|
CUSTOM_TIME: string;
|
1365
1288
|
};
|
1366
|
-
},
|
1289
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1367
1290
|
paramCfg: {
|
1368
1291
|
type: ObjectConstructor;
|
1369
1292
|
default: null;
|
@@ -1376,14 +1299,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1376
1299
|
type: StringConstructor;
|
1377
1300
|
default: string;
|
1378
1301
|
};
|
1379
|
-
}>> &
|
1302
|
+
}>> & {
|
1380
1303
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1381
|
-
}
|
1304
|
+
}, {
|
1382
1305
|
modelValue: string | number | unknown[];
|
1383
1306
|
widgetType: string;
|
1384
1307
|
paramCfg: Record<string, any>;
|
1385
|
-
}
|
1386
|
-
|
1308
|
+
}>;
|
1309
|
+
SelectDynamic: import("vue").DefineComponent<{
|
1387
1310
|
paramCfg: {
|
1388
1311
|
type: ObjectConstructor;
|
1389
1312
|
default: null;
|
@@ -1392,9 +1315,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1392
1315
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1393
1316
|
default: null;
|
1394
1317
|
};
|
1395
|
-
}
|
1396
|
-
message: import("naive-ui
|
1397
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1318
|
+
}, {
|
1319
|
+
message: import("naive-ui").MessageApi;
|
1320
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1398
1321
|
paramCfg: {
|
1399
1322
|
type: ObjectConstructor;
|
1400
1323
|
default: null;
|
@@ -1403,23 +1326,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1403
1326
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1404
1327
|
default: null;
|
1405
1328
|
};
|
1406
|
-
}>> &
|
1329
|
+
}>> & {
|
1407
1330
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1408
|
-
}
|
1331
|
+
}>>;
|
1409
1332
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1410
1333
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1411
|
-
selectDynamicRef:
|
1412
|
-
isLoading: import("vue").Ref<boolean
|
1334
|
+
selectDynamicRef: any;
|
1335
|
+
isLoading: import("vue").Ref<boolean>;
|
1413
1336
|
filterApiConfig: import("../../shared/types").AnyObject;
|
1414
|
-
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]
|
1415
|
-
totalPage: import("vue").Ref<number
|
1337
|
+
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1338
|
+
totalPage: import("vue").Ref<number>;
|
1416
1339
|
menuProps: {
|
1417
1340
|
class: string;
|
1418
1341
|
};
|
1419
|
-
curPage: import("vue").Ref<number
|
1420
|
-
fieldTitleList: import("vue").Ref<any
|
1421
|
-
selectOptions: import("vue").Ref<any[]
|
1422
|
-
keywordVal: import("vue").Ref<any
|
1342
|
+
curPage: import("vue").Ref<number>;
|
1343
|
+
fieldTitleList: import("vue").Ref<any>;
|
1344
|
+
selectOptions: import("vue").Ref<any[]>;
|
1345
|
+
keywordVal: import("vue").Ref<any>;
|
1423
1346
|
optionSetting: import("vue").ComputedRef<any>;
|
1424
1347
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1425
1348
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -1442,8 +1365,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1442
1365
|
}>;
|
1443
1366
|
init: () => void;
|
1444
1367
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
1445
|
-
|
1446
|
-
SelectDynamicOption: import("vue").DefineComponent<
|
1368
|
+
NSelect: any;
|
1369
|
+
SelectDynamicOption: import("vue").DefineComponent<{
|
1447
1370
|
oldValue: {
|
1448
1371
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1449
1372
|
default: () => never[];
|
@@ -1480,9 +1403,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1480
1403
|
type: BooleanConstructor;
|
1481
1404
|
default: boolean;
|
1482
1405
|
};
|
1483
|
-
}
|
1406
|
+
}, {
|
1484
1407
|
selectMinWidth: number;
|
1485
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1408
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1486
1409
|
oldValue: {
|
1487
1410
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1488
1411
|
default: () => never[];
|
@@ -1519,12 +1442,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1519
1442
|
type: BooleanConstructor;
|
1520
1443
|
default: boolean;
|
1521
1444
|
};
|
1522
|
-
}>> &
|
1523
|
-
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1445
|
+
}>> & {
|
1524
1446
|
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1525
|
-
|
1447
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1448
|
+
}>>;
|
1526
1449
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
1527
|
-
dragEndWidth: import("vue").Ref<number
|
1450
|
+
dragEndWidth: import("vue").Ref<number>;
|
1528
1451
|
showKeys: import("vue").ComputedRef<any>;
|
1529
1452
|
titleList: import("vue").ComputedRef<string[]>;
|
1530
1453
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -1532,16 +1455,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1532
1455
|
searchByPage: (onePage: number) => void;
|
1533
1456
|
changeWidth: ({ distance }: any) => void;
|
1534
1457
|
saveWidth: () => void;
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1458
|
+
NEmpty: any;
|
1459
|
+
NButtonGroup: any;
|
1460
|
+
NButton: any;
|
1461
|
+
NIcon: any;
|
1462
|
+
NPopover: any;
|
1463
|
+
vFlexibleResize: {
|
1541
1464
|
mounted(el: any, { value }: any): void;
|
1542
1465
|
beforeUnmount(el: any): void;
|
1543
1466
|
};
|
1544
|
-
|
1467
|
+
WidgetValEnums: {
|
1545
1468
|
CUSTOM: string;
|
1546
1469
|
FIRST_VAL: string;
|
1547
1470
|
WHOLE: string;
|
@@ -1572,9 +1495,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1572
1495
|
NEXT_YEAR: string;
|
1573
1496
|
LAST_YEAR: string;
|
1574
1497
|
};
|
1575
|
-
|
1576
|
-
|
1577
|
-
},
|
1498
|
+
ArrowBack: 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<{}>>, {}>;
|
1499
|
+
ArrowForward: 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<{}>>, {}>;
|
1500
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1578
1501
|
oldValue: {
|
1579
1502
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1580
1503
|
default: () => never[];
|
@@ -1611,21 +1534,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1611
1534
|
type: BooleanConstructor;
|
1612
1535
|
default: boolean;
|
1613
1536
|
};
|
1614
|
-
}>> &
|
1615
|
-
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1537
|
+
}>> & {
|
1616
1538
|
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1617
|
-
|
1618
|
-
|
1539
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1540
|
+
}, {
|
1619
1541
|
isMultiple: boolean;
|
1542
|
+
loading: boolean;
|
1620
1543
|
oldValue: import("../../shared/types").AnyObject[];
|
1621
|
-
optionList: import("../../shared/types").AnyObject[];
|
1622
|
-
isShowWhole: boolean;
|
1623
1544
|
dynamicOptionInfo: import("../../shared/types").AnyObject;
|
1624
1545
|
fieldTitleList: import("../../shared/types").AnyObject[];
|
1546
|
+
optionList: import("../../shared/types").AnyObject[];
|
1625
1547
|
curPage: number;
|
1626
1548
|
isLastPage: boolean;
|
1627
|
-
|
1628
|
-
|
1549
|
+
isShowWhole: boolean;
|
1550
|
+
}>;
|
1551
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1629
1552
|
paramCfg: {
|
1630
1553
|
type: ObjectConstructor;
|
1631
1554
|
default: null;
|
@@ -1634,13 +1557,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1634
1557
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1635
1558
|
default: null;
|
1636
1559
|
};
|
1637
|
-
}>> &
|
1560
|
+
}>> & {
|
1638
1561
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1639
|
-
}
|
1562
|
+
}, {
|
1640
1563
|
modelValue: import("../../shared/types").AnyObject[];
|
1641
1564
|
paramCfg: Record<string, any>;
|
1642
|
-
}
|
1643
|
-
|
1565
|
+
}>;
|
1566
|
+
InputNumberGroup: import("vue").DefineComponent<{
|
1644
1567
|
paramCfg: {
|
1645
1568
|
type: ObjectConstructor;
|
1646
1569
|
default: null;
|
@@ -1649,8 +1572,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1649
1572
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1650
1573
|
default: null;
|
1651
1574
|
};
|
1652
|
-
}
|
1653
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1575
|
+
}, {
|
1576
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1654
1577
|
paramCfg: {
|
1655
1578
|
type: ObjectConstructor;
|
1656
1579
|
default: null;
|
@@ -1659,16 +1582,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1659
1582
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1660
1583
|
default: null;
|
1661
1584
|
};
|
1662
|
-
}>> &
|
1585
|
+
}>> & {
|
1663
1586
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1664
|
-
}
|
1665
|
-
startNumber: import("vue").Ref<any
|
1666
|
-
endNumber: import("vue").Ref<any
|
1587
|
+
}>>;
|
1588
|
+
startNumber: import("vue").Ref<any>;
|
1589
|
+
endNumber: import("vue").Ref<any>;
|
1667
1590
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1668
1591
|
handleChange: (val: number | null, key: string) => void;
|
1669
|
-
|
1670
|
-
|
1671
|
-
},
|
1592
|
+
NInputGroup: any;
|
1593
|
+
NInputNumber: any;
|
1594
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1672
1595
|
paramCfg: {
|
1673
1596
|
type: ObjectConstructor;
|
1674
1597
|
default: null;
|
@@ -1677,13 +1600,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1677
1600
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1678
1601
|
default: null;
|
1679
1602
|
};
|
1680
|
-
}>> &
|
1603
|
+
}>> & {
|
1681
1604
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1682
|
-
}
|
1605
|
+
}, {
|
1683
1606
|
modelValue: string | number | unknown[];
|
1684
1607
|
paramCfg: Record<string, any>;
|
1685
|
-
}
|
1686
|
-
|
1608
|
+
}>;
|
1609
|
+
DateRange: import("vue").DefineComponent<{
|
1687
1610
|
item: {
|
1688
1611
|
type: ObjectConstructor;
|
1689
1612
|
required: true;
|
@@ -1704,8 +1627,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1704
1627
|
type: StringConstructor;
|
1705
1628
|
default: null;
|
1706
1629
|
};
|
1707
|
-
}
|
1708
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1630
|
+
}, {
|
1631
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1709
1632
|
item: {
|
1710
1633
|
type: ObjectConstructor;
|
1711
1634
|
required: true;
|
@@ -1726,15 +1649,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1726
1649
|
type: StringConstructor;
|
1727
1650
|
default: null;
|
1728
1651
|
};
|
1729
|
-
}>> &
|
1652
|
+
}>> & {
|
1730
1653
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1731
1654
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1732
1655
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1733
|
-
}
|
1656
|
+
}>>;
|
1734
1657
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1735
|
-
startDate: import("vue").Ref<any
|
1736
|
-
endDate: import("vue").Ref<any
|
1737
|
-
filterType: import("vue").ComputedRef<"1" | "
|
1658
|
+
startDate: import("vue").Ref<any>;
|
1659
|
+
endDate: import("vue").Ref<any>;
|
1660
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
1738
1661
|
valueFormat: import("vue").ComputedRef<string>;
|
1739
1662
|
dateFormat: import("vue").ComputedRef<string>;
|
1740
1663
|
compType: import("vue").ComputedRef<any>;
|
@@ -1752,8 +1675,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1752
1675
|
label: string;
|
1753
1676
|
value: string;
|
1754
1677
|
}[]>;
|
1755
|
-
presetValCp: import("vue").WritableComputedRef<string
|
1756
|
-
valueDateCp: import("vue").WritableComputedRef<
|
1678
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1679
|
+
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1757
1680
|
handleChange: (val: any, type: "start" | "end") => void;
|
1758
1681
|
isStartDateDisabled: (ts: number) => boolean;
|
1759
1682
|
timeStartDisabled: (ts: number) => {
|
@@ -1767,9 +1690,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1767
1690
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1768
1691
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1769
1692
|
};
|
1770
|
-
|
1771
|
-
|
1772
|
-
|
1693
|
+
NSelect: any;
|
1694
|
+
NPopover: any;
|
1695
|
+
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
1773
1696
|
updateUnchangedValue: {
|
1774
1697
|
type: BooleanConstructor;
|
1775
1698
|
};
|
@@ -1800,11 +1723,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1800
1723
|
isDateDisabled: {
|
1801
1724
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1802
1725
|
};
|
1803
|
-
}
|
1726
|
+
}, {
|
1804
1727
|
attrs: {
|
1805
1728
|
[x: string]: unknown;
|
1806
1729
|
};
|
1807
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1730
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1808
1731
|
updateUnchangedValue: {
|
1809
1732
|
type: BooleanConstructor;
|
1810
1733
|
};
|
@@ -1835,15 +1758,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1835
1758
|
isDateDisabled: {
|
1836
1759
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1837
1760
|
};
|
1838
|
-
}>> &
|
1761
|
+
}>> & {
|
1839
1762
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1840
|
-
}
|
1763
|
+
}>>;
|
1841
1764
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1842
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null
|
1843
|
-
panelInstRef: import("vue").Ref<null
|
1844
|
-
placeholderRef: import("vue").Ref<any
|
1845
|
-
oldValue:
|
1846
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined
|
1765
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
1766
|
+
panelInstRef: import("vue").Ref<null>;
|
1767
|
+
placeholderRef: import("vue").Ref<any>;
|
1768
|
+
oldValue: string;
|
1769
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1847
1770
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1848
1771
|
formatRef: import("vue").ComputedRef<string>;
|
1849
1772
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1858,8 +1781,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1858
1781
|
onConfirm: (...args: any[]) => Promise<void>;
|
1859
1782
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1860
1783
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1861
|
-
|
1862
|
-
},
|
1784
|
+
NDatePicker: any;
|
1785
|
+
}, 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<{
|
1863
1786
|
updateUnchangedValue: {
|
1864
1787
|
type: BooleanConstructor;
|
1865
1788
|
};
|
@@ -1890,15 +1813,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1890
1813
|
isDateDisabled: {
|
1891
1814
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1892
1815
|
};
|
1893
|
-
}>> &
|
1816
|
+
}>> & {
|
1894
1817
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1895
|
-
}
|
1818
|
+
}, {
|
1896
1819
|
type: string;
|
1897
1820
|
updateUnchangedValue: boolean;
|
1898
1821
|
to: string | false | HTMLElement;
|
1899
1822
|
holidays: Date[];
|
1900
|
-
}
|
1901
|
-
DateOption: import("vue").DefineComponent<
|
1823
|
+
}>>;
|
1824
|
+
DateOption: import("vue").DefineComponent<{
|
1902
1825
|
filterType: {
|
1903
1826
|
type: StringConstructor;
|
1904
1827
|
required: true;
|
@@ -1923,7 +1846,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1923
1846
|
valueFormat: {
|
1924
1847
|
type: StringConstructor;
|
1925
1848
|
};
|
1926
|
-
}
|
1849
|
+
}, {
|
1927
1850
|
widgetOptions: {
|
1928
1851
|
label: string;
|
1929
1852
|
value: string;
|
@@ -1932,9 +1855,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1932
1855
|
label: string;
|
1933
1856
|
value: string;
|
1934
1857
|
}[];
|
1935
|
-
startDateNum: import("vue").Ref<any
|
1936
|
-
endDateNum: import("vue").Ref<any
|
1937
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1858
|
+
startDateNum: import("vue").Ref<any>;
|
1859
|
+
endDateNum: import("vue").Ref<any>;
|
1860
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1938
1861
|
filterType: {
|
1939
1862
|
type: StringConstructor;
|
1940
1863
|
required: true;
|
@@ -1959,17 +1882,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1959
1882
|
valueFormat: {
|
1960
1883
|
type: StringConstructor;
|
1961
1884
|
};
|
1962
|
-
}>> &
|
1885
|
+
}>> & {
|
1963
1886
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1964
1887
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1965
|
-
}
|
1888
|
+
}>>;
|
1966
1889
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1967
|
-
valueCp: import("vue").WritableComputedRef<any
|
1968
|
-
presetValCp: import("vue").WritableComputedRef<string
|
1890
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1891
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1969
1892
|
handleChange: (val: any, type: "start" | "end") => void;
|
1970
|
-
|
1971
|
-
|
1972
|
-
},
|
1893
|
+
NSelect: any;
|
1894
|
+
NInputNumber: any;
|
1895
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1973
1896
|
filterType: {
|
1974
1897
|
type: StringConstructor;
|
1975
1898
|
required: true;
|
@@ -1994,14 +1917,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1994
1917
|
valueFormat: {
|
1995
1918
|
type: StringConstructor;
|
1996
1919
|
};
|
1997
|
-
}>> &
|
1920
|
+
}>> & {
|
1998
1921
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1999
1922
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
2000
|
-
}
|
1923
|
+
}, {
|
2001
1924
|
modelValue: string | number | unknown[];
|
2002
1925
|
presetVal: string;
|
2003
|
-
}
|
2004
|
-
|
1926
|
+
}>;
|
1927
|
+
WidgetValEnums: {
|
2005
1928
|
CUSTOM: string;
|
2006
1929
|
FIRST_VAL: string;
|
2007
1930
|
WHOLE: string;
|
@@ -2032,7 +1955,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2032
1955
|
NEXT_YEAR: string;
|
2033
1956
|
LAST_YEAR: string;
|
2034
1957
|
};
|
2035
|
-
},
|
1958
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2036
1959
|
item: {
|
2037
1960
|
type: ObjectConstructor;
|
2038
1961
|
required: true;
|
@@ -2053,17 +1976,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2053
1976
|
type: StringConstructor;
|
2054
1977
|
default: null;
|
2055
1978
|
};
|
2056
|
-
}>> &
|
1979
|
+
}>> & {
|
2057
1980
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2058
1981
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
2059
1982
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
2060
|
-
}
|
1983
|
+
}, {
|
2061
1984
|
modelValue: string | number | unknown[];
|
2062
1985
|
paramCfg: Record<string, any>;
|
2063
1986
|
presetVal: string;
|
2064
1987
|
customDate: string;
|
2065
|
-
}
|
2066
|
-
|
1988
|
+
}>;
|
1989
|
+
SelectLabel: import("vue").DefineComponent<{
|
2067
1990
|
paramCfg: {
|
2068
1991
|
type: ObjectConstructor;
|
2069
1992
|
default: null;
|
@@ -2072,10 +1995,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2072
1995
|
type: StringConstructor;
|
2073
1996
|
default: null;
|
2074
1997
|
};
|
2075
|
-
}
|
1998
|
+
}, {
|
2076
1999
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
2077
|
-
message: import("naive-ui
|
2078
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2000
|
+
message: import("naive-ui").MessageApi;
|
2001
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2079
2002
|
paramCfg: {
|
2080
2003
|
type: ObjectConstructor;
|
2081
2004
|
default: null;
|
@@ -2084,13 +2007,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2084
2007
|
type: StringConstructor;
|
2085
2008
|
default: null;
|
2086
2009
|
};
|
2087
|
-
}>> &
|
2010
|
+
}>> & {
|
2088
2011
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2089
|
-
}
|
2012
|
+
}>>;
|
2090
2013
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2091
|
-
tagList: import("vue").Ref<never[]
|
2014
|
+
tagList: import("vue").Ref<never[]>;
|
2092
2015
|
filterApiConfig: import("../../shared/types").AnyObject;
|
2093
|
-
valueCp: import("vue").WritableComputedRef<string[]
|
2016
|
+
valueCp: import("vue").WritableComputedRef<string[]>;
|
2094
2017
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
2095
2018
|
initTagList: () => Promise<void>;
|
2096
2019
|
renderOption: ({ node, option }: {
|
@@ -2102,8 +2025,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2102
2025
|
[key: string]: any;
|
2103
2026
|
}>;
|
2104
2027
|
renderLabel: (option: any) => any;
|
2105
|
-
|
2106
|
-
},
|
2028
|
+
NSelect: any;
|
2029
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2107
2030
|
paramCfg: {
|
2108
2031
|
type: ObjectConstructor;
|
2109
2032
|
default: null;
|
@@ -2112,13 +2035,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2112
2035
|
type: StringConstructor;
|
2113
2036
|
default: null;
|
2114
2037
|
};
|
2115
|
-
}>> &
|
2038
|
+
}>> & {
|
2116
2039
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2117
|
-
}
|
2040
|
+
}, {
|
2118
2041
|
modelValue: string;
|
2119
2042
|
paramCfg: Record<string, any>;
|
2120
|
-
}
|
2121
|
-
|
2043
|
+
}>;
|
2044
|
+
SelectTreeDynamic: import("vue").DefineComponent<{
|
2122
2045
|
paramCfg: {
|
2123
2046
|
type: ObjectConstructor;
|
2124
2047
|
default: null;
|
@@ -2127,9 +2050,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2127
2050
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2128
2051
|
default: null;
|
2129
2052
|
};
|
2130
|
-
}
|
2131
|
-
message: import("naive-ui
|
2132
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2053
|
+
}, {
|
2054
|
+
message: import("naive-ui").MessageApi;
|
2055
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2133
2056
|
paramCfg: {
|
2134
2057
|
type: ObjectConstructor;
|
2135
2058
|
default: null;
|
@@ -2138,22 +2061,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2138
2061
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2139
2062
|
default: null;
|
2140
2063
|
};
|
2141
|
-
}>> &
|
2064
|
+
}>> & {
|
2142
2065
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2143
|
-
}
|
2066
|
+
}>>;
|
2144
2067
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
2145
2068
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2146
|
-
options: import("vue").Ref<any[]
|
2069
|
+
options: import("vue").Ref<any[]>;
|
2147
2070
|
filterApiConfig: import("../../shared/types").AnyObject;
|
2148
|
-
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]
|
2071
|
+
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
2149
2072
|
optionSetting: import("vue").ComputedRef<any>;
|
2150
2073
|
isMultiple: import("vue").ComputedRef<boolean>;
|
2151
2074
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
2152
|
-
valueCp: import("vue").WritableComputedRef<any
|
2075
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
2153
2076
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
2154
2077
|
getOptionsData: (keyword: string) => Promise<void>;
|
2155
|
-
|
2156
|
-
},
|
2078
|
+
NTreeSelect: any;
|
2079
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2157
2080
|
paramCfg: {
|
2158
2081
|
type: ObjectConstructor;
|
2159
2082
|
default: null;
|
@@ -2162,13 +2085,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2162
2085
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2163
2086
|
default: null;
|
2164
2087
|
};
|
2165
|
-
}>> &
|
2088
|
+
}>> & {
|
2166
2089
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2167
|
-
}
|
2090
|
+
}, {
|
2168
2091
|
modelValue: string | number | unknown[];
|
2169
2092
|
paramCfg: Record<string, any>;
|
2170
|
-
}
|
2171
|
-
|
2093
|
+
}>;
|
2094
|
+
WidgetTypeEnums: {
|
2172
2095
|
INPUT_NUMBER: string;
|
2173
2096
|
INPUT: string;
|
2174
2097
|
SELECT: string;
|
@@ -2188,7 +2111,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2188
2111
|
SELECTTREE: string;
|
2189
2112
|
SELECTTREEDYNAMIC: string;
|
2190
2113
|
};
|
2191
|
-
},
|
2114
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2192
2115
|
item: {
|
2193
2116
|
type: ObjectConstructor;
|
2194
2117
|
default: null;
|
@@ -2212,20 +2135,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2212
2135
|
type: StringConstructor;
|
2213
2136
|
default: null;
|
2214
2137
|
};
|
2215
|
-
}>> &
|
2138
|
+
}>> & {
|
2216
2139
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2217
2140
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
2218
2141
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
2219
2142
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
2220
|
-
}
|
2143
|
+
}, {
|
2221
2144
|
modelValue: string | number | unknown[];
|
2222
2145
|
item: Record<string, any>;
|
2223
2146
|
paramCfg: Record<string, any>;
|
2224
2147
|
presetVal: string;
|
2225
2148
|
isAccurate: boolean;
|
2226
2149
|
customDate: string;
|
2227
|
-
}
|
2228
|
-
|
2150
|
+
}>;
|
2151
|
+
ConditionEnums: {
|
2229
2152
|
NULL: string;
|
2230
2153
|
EQUAL: string;
|
2231
2154
|
CUSTOM_RANGE: string;
|
@@ -2234,7 +2157,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2234
2157
|
IN_THE_PAST_DI: string;
|
2235
2158
|
IN_THE_FUTURE_DI: string;
|
2236
2159
|
};
|
2237
|
-
},
|
2160
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2238
2161
|
actionList_prop: {
|
2239
2162
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
2240
2163
|
default: () => {};
|
@@ -2259,18 +2182,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2259
2182
|
type: BooleanConstructor;
|
2260
2183
|
default: boolean;
|
2261
2184
|
};
|
2262
|
-
}>> &
|
2185
|
+
}>> & {
|
2263
2186
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2264
2187
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2265
|
-
}
|
2188
|
+
}, {
|
2266
2189
|
searchFieldList: unknown[];
|
2267
2190
|
tableId: string;
|
2268
2191
|
conditionList: unknown[];
|
2269
2192
|
actionList_prop: import("..").IClassifyListType;
|
2270
2193
|
showItemName: boolean;
|
2271
2194
|
hideAddBtn: boolean;
|
2272
|
-
}
|
2273
|
-
BiFilterConditionByApi: import("vue").DefineComponent<
|
2195
|
+
}>;
|
2196
|
+
BiFilterConditionByApi: import("vue").DefineComponent<{
|
2274
2197
|
actionList_prop: {
|
2275
2198
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
2276
2199
|
default: () => {};
|
@@ -2295,15 +2218,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2295
2218
|
type: BooleanConstructor;
|
2296
2219
|
default: boolean;
|
2297
2220
|
};
|
2298
|
-
}
|
2299
|
-
$message: import("naive-ui
|
2221
|
+
}, {
|
2222
|
+
$message: import("naive-ui").MessageApi;
|
2300
2223
|
menuProps: {
|
2301
2224
|
class: string;
|
2302
2225
|
};
|
2303
2226
|
dateCons: string[];
|
2304
2227
|
textCons: string[];
|
2305
2228
|
numberCons: string[];
|
2306
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2229
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2307
2230
|
actionList_prop: {
|
2308
2231
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
2309
2232
|
default: () => {};
|
@@ -2328,19 +2251,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2328
2251
|
type: BooleanConstructor;
|
2329
2252
|
default: boolean;
|
2330
2253
|
};
|
2331
|
-
}>> &
|
2254
|
+
}>> & {
|
2332
2255
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2333
2256
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2334
|
-
}
|
2257
|
+
}>>;
|
2335
2258
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
2336
2259
|
$attrs: {
|
2337
2260
|
[x: string]: unknown;
|
2338
2261
|
};
|
2339
2262
|
FormState: any;
|
2340
|
-
loading: import("vue").Ref<boolean
|
2341
|
-
parentInputRef: import("vue").Ref<any
|
2342
|
-
parentInputAddRef: import("vue").Ref<any
|
2343
|
-
sqlExpression:
|
2263
|
+
loading: import("vue").Ref<boolean>;
|
2264
|
+
parentInputRef: import("vue").Ref<any>;
|
2265
|
+
parentInputAddRef: import("vue").Ref<any>;
|
2266
|
+
sqlExpression: any;
|
2344
2267
|
DisplayCategoryState: {
|
2345
2268
|
addDisplayCategory: string;
|
2346
2269
|
displayCategories: {
|
@@ -2377,16 +2300,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2377
2300
|
saveAdd: () => void;
|
2378
2301
|
cancelSaveAdd: () => void;
|
2379
2302
|
checkActionList: () => any;
|
2380
|
-
|
2381
|
-
|
2382
|
-
|
2383
|
-
|
2384
|
-
|
2385
|
-
|
2386
|
-
|
2387
|
-
|
2388
|
-
|
2389
|
-
ValueCfg: import("vue").DefineComponent<
|
2303
|
+
NSpin: any;
|
2304
|
+
NIcon: any;
|
2305
|
+
NInput: any;
|
2306
|
+
NButton: any;
|
2307
|
+
NTooltip: any;
|
2308
|
+
NSelect: any;
|
2309
|
+
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<{}>>, {}>;
|
2310
|
+
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<{}>>, {}>;
|
2311
|
+
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<{}>>, {}>;
|
2312
|
+
ValueCfg: import("vue").DefineComponent<{
|
2390
2313
|
paramCfg: {
|
2391
2314
|
type: ObjectConstructor;
|
2392
2315
|
default: null;
|
@@ -2399,8 +2322,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2399
2322
|
type: ArrayConstructor;
|
2400
2323
|
default: () => never[];
|
2401
2324
|
};
|
2402
|
-
}
|
2403
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2325
|
+
}, {
|
2326
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2404
2327
|
paramCfg: {
|
2405
2328
|
type: ObjectConstructor;
|
2406
2329
|
default: null;
|
@@ -2413,17 +2336,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2413
2336
|
type: ArrayConstructor;
|
2414
2337
|
default: () => never[];
|
2415
2338
|
};
|
2416
|
-
}>> &
|
2339
|
+
}>> & {
|
2417
2340
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2418
2341
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2419
|
-
}
|
2342
|
+
}>>;
|
2420
2343
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
2421
|
-
valueCp: import("vue").WritableComputedRef<any
|
2422
|
-
valuesCp: import("vue").WritableComputedRef<any
|
2344
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
2345
|
+
valuesCp: import("vue").WritableComputedRef<any>;
|
2423
2346
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
2424
2347
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
2425
2348
|
biType: import("vue").ComputedRef<any>;
|
2426
|
-
|
2349
|
+
Date: import("vue").DefineComponent<{
|
2427
2350
|
componentCfg: {
|
2428
2351
|
type: ObjectConstructor;
|
2429
2352
|
};
|
@@ -2435,8 +2358,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2435
2358
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2436
2359
|
default: null;
|
2437
2360
|
};
|
2438
|
-
}
|
2439
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2361
|
+
}, {
|
2362
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2440
2363
|
componentCfg: {
|
2441
2364
|
type: ObjectConstructor;
|
2442
2365
|
};
|
@@ -2448,15 +2371,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2448
2371
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2449
2372
|
default: null;
|
2450
2373
|
};
|
2451
|
-
}>> &
|
2374
|
+
}>> & {
|
2452
2375
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2453
|
-
}
|
2376
|
+
}>>;
|
2454
2377
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2455
|
-
valueCp: import("vue").WritableComputedRef<any
|
2378
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
2456
2379
|
dateType: any;
|
2457
2380
|
valueFormat: import("vue").ComputedRef<string>;
|
2458
2381
|
compType: import("vue").ComputedRef<any>;
|
2459
|
-
|
2382
|
+
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
2460
2383
|
updateUnchangedValue: {
|
2461
2384
|
type: BooleanConstructor;
|
2462
2385
|
};
|
@@ -2487,11 +2410,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2487
2410
|
isDateDisabled: {
|
2488
2411
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2489
2412
|
};
|
2490
|
-
}
|
2413
|
+
}, {
|
2491
2414
|
attrs: {
|
2492
2415
|
[x: string]: unknown;
|
2493
2416
|
};
|
2494
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2417
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2495
2418
|
updateUnchangedValue: {
|
2496
2419
|
type: BooleanConstructor;
|
2497
2420
|
};
|
@@ -2522,15 +2445,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2522
2445
|
isDateDisabled: {
|
2523
2446
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2524
2447
|
};
|
2525
|
-
}>> &
|
2448
|
+
}>> & {
|
2526
2449
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2527
|
-
}
|
2450
|
+
}>>;
|
2528
2451
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
2529
|
-
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null
|
2530
|
-
panelInstRef: import("vue").Ref<null
|
2531
|
-
placeholderRef: import("vue").Ref<any
|
2532
|
-
oldValue:
|
2533
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined
|
2452
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
2453
|
+
panelInstRef: import("vue").Ref<null>;
|
2454
|
+
placeholderRef: import("vue").Ref<any>;
|
2455
|
+
oldValue: string;
|
2456
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
2534
2457
|
isDateTime: import("vue").ComputedRef<boolean>;
|
2535
2458
|
formatRef: import("vue").ComputedRef<string>;
|
2536
2459
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -2545,8 +2468,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2545
2468
|
onConfirm: (...args: any[]) => Promise<void>;
|
2546
2469
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
2547
2470
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
2548
|
-
|
2549
|
-
},
|
2471
|
+
NDatePicker: any;
|
2472
|
+
}, 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<{
|
2550
2473
|
updateUnchangedValue: {
|
2551
2474
|
type: BooleanConstructor;
|
2552
2475
|
};
|
@@ -2577,15 +2500,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2577
2500
|
isDateDisabled: {
|
2578
2501
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2579
2502
|
};
|
2580
|
-
}>> &
|
2503
|
+
}>> & {
|
2581
2504
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2582
|
-
}
|
2505
|
+
}, {
|
2583
2506
|
type: string;
|
2584
2507
|
updateUnchangedValue: boolean;
|
2585
2508
|
to: string | false | HTMLElement;
|
2586
2509
|
holidays: Date[];
|
2587
|
-
}
|
2588
|
-
},
|
2510
|
+
}>>;
|
2511
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2589
2512
|
componentCfg: {
|
2590
2513
|
type: ObjectConstructor;
|
2591
2514
|
};
|
@@ -2597,13 +2520,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2597
2520
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2598
2521
|
default: null;
|
2599
2522
|
};
|
2600
|
-
}>> &
|
2523
|
+
}>> & {
|
2601
2524
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2602
|
-
}
|
2525
|
+
}, {
|
2603
2526
|
modelValue: string | number | unknown[];
|
2604
2527
|
paramCfg: Record<string, any>;
|
2605
|
-
}
|
2606
|
-
|
2528
|
+
}>;
|
2529
|
+
InputFilter: import("vue").DefineComponent<{
|
2607
2530
|
paramCfg: {
|
2608
2531
|
type: ObjectConstructor;
|
2609
2532
|
default: null;
|
@@ -2612,8 +2535,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2612
2535
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2613
2536
|
default: null;
|
2614
2537
|
};
|
2615
|
-
}
|
2616
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2538
|
+
}, {
|
2539
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2617
2540
|
paramCfg: {
|
2618
2541
|
type: ObjectConstructor;
|
2619
2542
|
default: null;
|
@@ -2622,13 +2545,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2622
2545
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2623
2546
|
default: null;
|
2624
2547
|
};
|
2625
|
-
}>> &
|
2548
|
+
}>> & {
|
2626
2549
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2627
|
-
}
|
2550
|
+
}>>;
|
2628
2551
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2629
|
-
valueCp: import("vue").WritableComputedRef<any
|
2630
|
-
|
2631
|
-
},
|
2552
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
2553
|
+
NInput: any;
|
2554
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2632
2555
|
paramCfg: {
|
2633
2556
|
type: ObjectConstructor;
|
2634
2557
|
default: null;
|
@@ -2637,40 +2560,40 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2637
2560
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2638
2561
|
default: null;
|
2639
2562
|
};
|
2640
|
-
}>> &
|
2563
|
+
}>> & {
|
2641
2564
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2642
|
-
}
|
2565
|
+
}, {
|
2643
2566
|
modelValue: string | number | unknown[];
|
2644
2567
|
paramCfg: Record<string, any>;
|
2645
|
-
}
|
2646
|
-
|
2568
|
+
}>;
|
2569
|
+
InputNumber: import("vue").DefineComponent<{
|
2647
2570
|
modelValue: {
|
2648
2571
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2649
2572
|
default: null;
|
2650
2573
|
};
|
2651
|
-
}
|
2652
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2574
|
+
}, {
|
2575
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2653
2576
|
modelValue: {
|
2654
2577
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2655
2578
|
default: null;
|
2656
2579
|
};
|
2657
|
-
}>> &
|
2580
|
+
}>> & {
|
2658
2581
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2659
|
-
}
|
2582
|
+
}>>;
|
2660
2583
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2661
|
-
valueCp: import("vue").WritableComputedRef<any
|
2662
|
-
|
2663
|
-
},
|
2584
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
2585
|
+
NInputNumber: any;
|
2586
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2664
2587
|
modelValue: {
|
2665
2588
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2666
2589
|
default: null;
|
2667
2590
|
};
|
2668
|
-
}>> &
|
2591
|
+
}>> & {
|
2669
2592
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2670
|
-
}
|
2593
|
+
}, {
|
2671
2594
|
modelValue: string | number | unknown[];
|
2672
|
-
}
|
2673
|
-
|
2595
|
+
}>;
|
2596
|
+
SelectFilter: import("vue").DefineComponent<{
|
2674
2597
|
paramCfg: {
|
2675
2598
|
type: ObjectConstructor;
|
2676
2599
|
default: null;
|
@@ -2679,8 +2602,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2679
2602
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2680
2603
|
default: null;
|
2681
2604
|
};
|
2682
|
-
}
|
2683
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2605
|
+
}, {
|
2606
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2684
2607
|
paramCfg: {
|
2685
2608
|
type: ObjectConstructor;
|
2686
2609
|
default: null;
|
@@ -2689,15 +2612,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2689
2612
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2690
2613
|
default: null;
|
2691
2614
|
};
|
2692
|
-
}>> &
|
2615
|
+
}>> & {
|
2693
2616
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2694
|
-
}
|
2617
|
+
}>>;
|
2695
2618
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2696
|
-
valueCp: import("vue").WritableComputedRef<any
|
2619
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
2697
2620
|
optionSetting: import("vue").ComputedRef<any>;
|
2698
2621
|
widgetOptions: import("vue").ComputedRef<any>;
|
2699
|
-
|
2700
|
-
|
2622
|
+
NSelect: any;
|
2623
|
+
WidgetOptionEnums: {
|
2701
2624
|
RADIO: string;
|
2702
2625
|
MULTIPLE: string;
|
2703
2626
|
ALL: string;
|
@@ -2706,7 +2629,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2706
2629
|
FUTURE_TIME: string;
|
2707
2630
|
CUSTOM_TIME: string;
|
2708
2631
|
};
|
2709
|
-
},
|
2632
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2710
2633
|
paramCfg: {
|
2711
2634
|
type: ObjectConstructor;
|
2712
2635
|
default: null;
|
@@ -2715,13 +2638,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2715
2638
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2716
2639
|
default: null;
|
2717
2640
|
};
|
2718
|
-
}>> &
|
2641
|
+
}>> & {
|
2719
2642
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2720
|
-
}
|
2643
|
+
}, {
|
2721
2644
|
modelValue: string | number | unknown[];
|
2722
2645
|
paramCfg: Record<string, any>;
|
2723
|
-
}
|
2724
|
-
|
2646
|
+
}>;
|
2647
|
+
WidgetTypeEnums: {
|
2725
2648
|
INPUT_NUMBER: string;
|
2726
2649
|
INPUT: string;
|
2727
2650
|
SELECT: string;
|
@@ -2741,7 +2664,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2741
2664
|
SELECTTREE: string;
|
2742
2665
|
SELECTTREEDYNAMIC: string;
|
2743
2666
|
};
|
2744
|
-
},
|
2667
|
+
}, 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<{
|
2745
2668
|
paramCfg: {
|
2746
2669
|
type: ObjectConstructor;
|
2747
2670
|
default: null;
|
@@ -2754,15 +2677,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2754
2677
|
type: ArrayConstructor;
|
2755
2678
|
default: () => never[];
|
2756
2679
|
};
|
2757
|
-
}>> &
|
2680
|
+
}>> & {
|
2758
2681
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2759
2682
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2760
|
-
}
|
2683
|
+
}, {
|
2761
2684
|
modelValue: string | number | unknown[];
|
2762
2685
|
paramCfg: Record<string, any>;
|
2763
2686
|
modelValues: unknown[];
|
2764
|
-
}
|
2765
|
-
},
|
2687
|
+
}>;
|
2688
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2766
2689
|
actionList_prop: {
|
2767
2690
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
2768
2691
|
default: () => {};
|
@@ -2787,18 +2710,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2787
2710
|
type: BooleanConstructor;
|
2788
2711
|
default: boolean;
|
2789
2712
|
};
|
2790
|
-
}>> &
|
2713
|
+
}>> & {
|
2791
2714
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2792
2715
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2793
|
-
}
|
2716
|
+
}, {
|
2794
2717
|
searchFieldList: unknown[];
|
2795
2718
|
tableId: string;
|
2796
2719
|
conditionList: unknown[];
|
2797
2720
|
actionList_prop: import("..").IClassifyListType;
|
2798
2721
|
showItemName: boolean;
|
2799
2722
|
hideAddBtn: boolean;
|
2800
|
-
}
|
2801
|
-
},
|
2723
|
+
}>;
|
2724
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2802
2725
|
visible: {
|
2803
2726
|
type: BooleanConstructor;
|
2804
2727
|
default: boolean;
|
@@ -2815,15 +2738,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2815
2738
|
type: ArrayConstructor;
|
2816
2739
|
default: () => never[];
|
2817
2740
|
};
|
2818
|
-
}>> &
|
2741
|
+
}>> & {
|
2819
2742
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2820
|
-
}
|
2743
|
+
}, {
|
2821
2744
|
visible: boolean;
|
2745
|
+
modalTitle: string;
|
2822
2746
|
searchFieldList: unknown[];
|
2823
2747
|
conditionList: unknown[];
|
2824
|
-
|
2825
|
-
|
2826
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2748
|
+
}>;
|
2749
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2827
2750
|
searchFieldList: {
|
2828
2751
|
type: ArrayConstructor;
|
2829
2752
|
default: () => never[];
|
@@ -2837,20 +2760,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2837
2760
|
type: BooleanConstructor;
|
2838
2761
|
default: boolean;
|
2839
2762
|
};
|
2840
|
-
}>> &
|
2763
|
+
}>> & {
|
2841
2764
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
2842
2765
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
2843
2766
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
2844
|
-
}
|
2767
|
+
}, {
|
2845
2768
|
searchFieldList: unknown[];
|
2846
2769
|
conditionList: unknown[];
|
2847
2770
|
classifyModal: boolean;
|
2848
|
-
}
|
2849
|
-
|
2771
|
+
}>;
|
2772
|
+
vFlexibleResize: {
|
2850
2773
|
mounted(el: any, { value }: any): void;
|
2851
2774
|
beforeUnmount(el: any): void;
|
2852
2775
|
};
|
2853
|
-
},
|
2776
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2854
2777
|
tableId: {
|
2855
2778
|
type: StringConstructor;
|
2856
2779
|
default: string;
|
@@ -2906,11 +2829,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2906
2829
|
type: StringConstructor;
|
2907
2830
|
default: string;
|
2908
2831
|
};
|
2909
|
-
}>> &
|
2832
|
+
}>> & {
|
2910
2833
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
2911
2834
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
2912
2835
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
2913
|
-
}
|
2836
|
+
}, {
|
2914
2837
|
searchFieldList: any[];
|
2915
2838
|
filterApiConfig: Record<string, any>;
|
2916
2839
|
tableId: string;
|
@@ -2924,5 +2847,5 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2924
2847
|
isShowResetButton: boolean;
|
2925
2848
|
condiTionDigital: Record<string, any>;
|
2926
2849
|
filterType: string;
|
2927
|
-
}
|
2850
|
+
}>>;
|
2928
2851
|
export default CClassification;
|