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