cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.71
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/_virtual/_virtual_i18n-methods.js +5 -1
- 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 +57 -55
- package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
- 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 +52 -50
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
- 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 +95 -19
- package/es/components/base-search/src/index.vue.d.ts +95 -19
- package/es/components/base-search/src/index.vue2.js +39 -32
- 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 +233 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -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 +156 -125
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -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/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- 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 +3240 -1792
- 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 +632 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -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 +537 -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 +632 -432
- package/es/components/classification/src/index.vue2.js +68 -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 +56 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
- 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 +509 -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 +335 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +510 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -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 +298 -154
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +79 -65
- package/es/components/field-set/src/FieldSet.vue2.js +28 -24
- 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 +88 -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 +231 -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 +108 -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 +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +17 -14
- package/es/components/form-config/index.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -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 +1119 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -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/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +49 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -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/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- 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 +32 -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 +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- 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 +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- 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 +8 -6
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- 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/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +4 -4
- package/es/components/form-render/src/utils/index.js +5 -2
- 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 +914 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +914 -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 +76 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -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 +102 -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 +41 -46
- 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 +110 -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/useData.js +1 -1
- 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 +3179 -1740
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
- package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- 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/useColumnConfigAdaptor.js +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 +64 -25
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- 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/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.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 +67 -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/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -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/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- 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/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -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/index.css +1 -1
- package/es/components/info-header/index.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -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 +34 -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 +26 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -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 +108 -88
- package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
- package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
- 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/scale-view/src/hooks/use-event.js +56 -22
- 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 +288 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
- 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 +338 -240
- package/es/components/select-person/src/index.vue2.js +12 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/utils/index.js +11 -9
- 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-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -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 +88 -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 +11 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -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 +66 -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 +100 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -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 +312 -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 +85 -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 +88 -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 +298 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -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 +80 -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 +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
- 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 +80 -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 +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
- 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 +453 -279
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- 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 +440 -266
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- 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/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- 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/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- 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
|
};
|
|
@@ -886,14 +957,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
886
957
|
type: StringConstructor;
|
|
887
958
|
default: string;
|
|
888
959
|
};
|
|
960
|
+
updateValueOnClose: {
|
|
961
|
+
type: BooleanConstructor;
|
|
962
|
+
default: boolean;
|
|
963
|
+
};
|
|
889
964
|
isDateDisabled: {
|
|
890
965
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
891
966
|
};
|
|
892
|
-
|
|
967
|
+
propKey: {
|
|
968
|
+
type: StringConstructor;
|
|
969
|
+
};
|
|
970
|
+
shortcutListenerConfig: {
|
|
971
|
+
type: import("vue").PropType<{
|
|
972
|
+
enable: boolean;
|
|
973
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
974
|
+
}>;
|
|
975
|
+
};
|
|
976
|
+
}>, {
|
|
893
977
|
attrs: {
|
|
894
978
|
[x: string]: unknown;
|
|
895
979
|
};
|
|
896
|
-
props:
|
|
980
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
897
981
|
updateUnchangedValue: {
|
|
898
982
|
type: BooleanConstructor;
|
|
899
983
|
};
|
|
@@ -921,18 +1005,31 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
921
1005
|
type: StringConstructor;
|
|
922
1006
|
default: string;
|
|
923
1007
|
};
|
|
1008
|
+
updateValueOnClose: {
|
|
1009
|
+
type: BooleanConstructor;
|
|
1010
|
+
default: boolean;
|
|
1011
|
+
};
|
|
924
1012
|
isDateDisabled: {
|
|
925
1013
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
926
1014
|
};
|
|
927
|
-
|
|
1015
|
+
propKey: {
|
|
1016
|
+
type: StringConstructor;
|
|
1017
|
+
};
|
|
1018
|
+
shortcutListenerConfig: {
|
|
1019
|
+
type: import("vue").PropType<{
|
|
1020
|
+
enable: boolean;
|
|
1021
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1022
|
+
}>;
|
|
1023
|
+
};
|
|
1024
|
+
}>> & Readonly<{
|
|
928
1025
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
929
|
-
}
|
|
1026
|
+
}> & {}>;
|
|
930
1027
|
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>;
|
|
1028
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
|
1029
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1030
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1031
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1032
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
936
1033
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
937
1034
|
formatRef: import("vue").ComputedRef<string>;
|
|
938
1035
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -940,6 +1037,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
940
1037
|
focus: () => any;
|
|
941
1038
|
blur: () => any;
|
|
942
1039
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1040
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
943
1041
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
944
1042
|
watchers: import("../../shared/types").AnyFn[];
|
|
945
1043
|
stopWatcher: () => void;
|
|
@@ -947,8 +1045,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
947
1045
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
948
1046
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
949
1047
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
950
|
-
NDatePicker: any;
|
|
951
|
-
},
|
|
1048
|
+
readonly NDatePicker: any;
|
|
1049
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
952
1050
|
updateUnchangedValue: {
|
|
953
1051
|
type: BooleanConstructor;
|
|
954
1052
|
};
|
|
@@ -976,19 +1074,33 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
976
1074
|
type: StringConstructor;
|
|
977
1075
|
default: string;
|
|
978
1076
|
};
|
|
1077
|
+
updateValueOnClose: {
|
|
1078
|
+
type: BooleanConstructor;
|
|
1079
|
+
default: boolean;
|
|
1080
|
+
};
|
|
979
1081
|
isDateDisabled: {
|
|
980
1082
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
981
1083
|
};
|
|
982
|
-
|
|
1084
|
+
propKey: {
|
|
1085
|
+
type: StringConstructor;
|
|
1086
|
+
};
|
|
1087
|
+
shortcutListenerConfig: {
|
|
1088
|
+
type: import("vue").PropType<{
|
|
1089
|
+
enable: boolean;
|
|
1090
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1091
|
+
}>;
|
|
1092
|
+
};
|
|
1093
|
+
}>> & Readonly<{
|
|
983
1094
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
984
|
-
}
|
|
1095
|
+
}>, {
|
|
985
1096
|
type: string;
|
|
986
1097
|
updateUnchangedValue: boolean;
|
|
987
1098
|
to: string | false | HTMLElement;
|
|
988
1099
|
holidays: Date[];
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
1100
|
+
updateValueOnClose: boolean;
|
|
1101
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1102
|
+
readonly NSelect: any;
|
|
1103
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
992
1104
|
filterType: {
|
|
993
1105
|
type: StringConstructor;
|
|
994
1106
|
required: true;
|
|
@@ -1013,7 +1125,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1013
1125
|
valueFormat: {
|
|
1014
1126
|
type: StringConstructor;
|
|
1015
1127
|
};
|
|
1016
|
-
}
|
|
1128
|
+
}>, {
|
|
1017
1129
|
widgetOptions: {
|
|
1018
1130
|
label: string;
|
|
1019
1131
|
value: string;
|
|
@@ -1022,9 +1134,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1022
1134
|
label: string;
|
|
1023
1135
|
value: string;
|
|
1024
1136
|
}[];
|
|
1025
|
-
startDateNum: import("vue").Ref<any>;
|
|
1026
|
-
endDateNum: import("vue").Ref<any>;
|
|
1027
|
-
props:
|
|
1137
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
1138
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
1139
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1028
1140
|
filterType: {
|
|
1029
1141
|
type: StringConstructor;
|
|
1030
1142
|
required: true;
|
|
@@ -1049,17 +1161,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1049
1161
|
valueFormat: {
|
|
1050
1162
|
type: StringConstructor;
|
|
1051
1163
|
};
|
|
1052
|
-
}>> & {
|
|
1164
|
+
}>> & Readonly<{
|
|
1053
1165
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1054
1166
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1055
|
-
}
|
|
1167
|
+
}> & {}>;
|
|
1056
1168
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
1057
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1058
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1169
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1170
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1059
1171
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1060
|
-
NSelect: any;
|
|
1061
|
-
NInputNumber: any;
|
|
1062
|
-
},
|
|
1172
|
+
readonly NSelect: any;
|
|
1173
|
+
readonly NInputNumber: any;
|
|
1174
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1063
1175
|
filterType: {
|
|
1064
1176
|
type: StringConstructor;
|
|
1065
1177
|
required: true;
|
|
@@ -1084,14 +1196,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1084
1196
|
valueFormat: {
|
|
1085
1197
|
type: StringConstructor;
|
|
1086
1198
|
};
|
|
1087
|
-
}>> & {
|
|
1199
|
+
}>> & Readonly<{
|
|
1088
1200
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1089
1201
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1090
|
-
}
|
|
1202
|
+
}>, {
|
|
1091
1203
|
modelValue: string | number | unknown[];
|
|
1092
1204
|
presetVal: string;
|
|
1093
|
-
}>;
|
|
1094
|
-
WidgetValEnums: {
|
|
1205
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1206
|
+
readonly WidgetValEnums: {
|
|
1095
1207
|
CUSTOM: string;
|
|
1096
1208
|
FIRST_VAL: string;
|
|
1097
1209
|
WHOLE: string;
|
|
@@ -1122,7 +1234,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1122
1234
|
NEXT_YEAR: string;
|
|
1123
1235
|
LAST_YEAR: string;
|
|
1124
1236
|
};
|
|
1125
|
-
},
|
|
1237
|
+
}, {}, {}, {}, 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
1238
|
componentCfg: {
|
|
1127
1239
|
type: ObjectConstructor;
|
|
1128
1240
|
};
|
|
@@ -1146,17 +1258,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1146
1258
|
type: StringConstructor;
|
|
1147
1259
|
default: null;
|
|
1148
1260
|
};
|
|
1149
|
-
}>> & {
|
|
1261
|
+
}>> & Readonly<{
|
|
1150
1262
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1151
1263
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1152
1264
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1153
|
-
}
|
|
1265
|
+
}>, {
|
|
1154
1266
|
modelValue: string | number | unknown[];
|
|
1155
1267
|
paramCfg: Record<string, any>;
|
|
1156
1268
|
presetVal: string;
|
|
1157
1269
|
customDate: string;
|
|
1158
|
-
}>;
|
|
1159
|
-
InputFilter: import("vue").DefineComponent<{
|
|
1270
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1271
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1160
1272
|
paramCfg: {
|
|
1161
1273
|
type: ObjectConstructor;
|
|
1162
1274
|
default: null;
|
|
@@ -1168,8 +1280,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1168
1280
|
isAccurateFilter: {
|
|
1169
1281
|
type: BooleanConstructor;
|
|
1170
1282
|
};
|
|
1171
|
-
}
|
|
1172
|
-
props:
|
|
1283
|
+
}>, {
|
|
1284
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1173
1285
|
paramCfg: {
|
|
1174
1286
|
type: ObjectConstructor;
|
|
1175
1287
|
default: null;
|
|
@@ -1181,21 +1293,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1181
1293
|
isAccurateFilter: {
|
|
1182
1294
|
type: BooleanConstructor;
|
|
1183
1295
|
};
|
|
1184
|
-
}>> & {
|
|
1296
|
+
}>> & Readonly<{
|
|
1185
1297
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1186
1298
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
1187
|
-
}
|
|
1299
|
+
}> & {}>;
|
|
1188
1300
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
|
1189
1301
|
optionList: import("vue").Ref<{
|
|
1190
1302
|
label: string;
|
|
1191
1303
|
value: number;
|
|
1304
|
+
}[], {
|
|
1305
|
+
label: string;
|
|
1306
|
+
value: number;
|
|
1307
|
+
}[] | {
|
|
1308
|
+
label: string;
|
|
1309
|
+
value: number;
|
|
1192
1310
|
}[]>;
|
|
1193
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1194
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
|
1311
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1312
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
|
1195
1313
|
isShowSearch: import("vue").ComputedRef<any>;
|
|
1196
|
-
NInput: any;
|
|
1197
|
-
NSelect: any;
|
|
1198
|
-
},
|
|
1314
|
+
readonly NInput: any;
|
|
1315
|
+
readonly NSelect: any;
|
|
1316
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1199
1317
|
paramCfg: {
|
|
1200
1318
|
type: ObjectConstructor;
|
|
1201
1319
|
default: null;
|
|
@@ -1207,42 +1325,42 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1207
1325
|
isAccurateFilter: {
|
|
1208
1326
|
type: BooleanConstructor;
|
|
1209
1327
|
};
|
|
1210
|
-
}>> & {
|
|
1328
|
+
}>> & Readonly<{
|
|
1211
1329
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1212
1330
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
1213
|
-
}
|
|
1331
|
+
}>, {
|
|
1214
1332
|
modelValue: string | number | unknown[];
|
|
1215
1333
|
paramCfg: Record<string, any>;
|
|
1216
1334
|
isAccurateFilter: boolean;
|
|
1217
|
-
}>;
|
|
1218
|
-
InputNumber: import("vue").DefineComponent<{
|
|
1335
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1336
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1219
1337
|
modelValue: {
|
|
1220
1338
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1221
1339
|
default: null;
|
|
1222
1340
|
};
|
|
1223
|
-
}
|
|
1224
|
-
props:
|
|
1341
|
+
}>, {
|
|
1342
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1225
1343
|
modelValue: {
|
|
1226
1344
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1227
1345
|
default: null;
|
|
1228
1346
|
};
|
|
1229
|
-
}>> & {
|
|
1347
|
+
}>> & Readonly<{
|
|
1230
1348
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1231
|
-
}
|
|
1349
|
+
}> & {}>;
|
|
1232
1350
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1233
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1234
|
-
NInputNumber: any;
|
|
1235
|
-
},
|
|
1351
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1352
|
+
readonly NInputNumber: any;
|
|
1353
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1236
1354
|
modelValue: {
|
|
1237
1355
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1238
1356
|
default: null;
|
|
1239
1357
|
};
|
|
1240
|
-
}>> & {
|
|
1358
|
+
}>> & Readonly<{
|
|
1241
1359
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1242
|
-
}
|
|
1360
|
+
}>, {
|
|
1243
1361
|
modelValue: string | number | unknown[];
|
|
1244
|
-
}>;
|
|
1245
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
1362
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1363
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1246
1364
|
paramCfg: {
|
|
1247
1365
|
type: ObjectConstructor;
|
|
1248
1366
|
default: null;
|
|
@@ -1255,8 +1373,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1255
1373
|
type: StringConstructor;
|
|
1256
1374
|
default: string;
|
|
1257
1375
|
};
|
|
1258
|
-
}
|
|
1259
|
-
props:
|
|
1376
|
+
}>, {
|
|
1377
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1260
1378
|
paramCfg: {
|
|
1261
1379
|
type: ObjectConstructor;
|
|
1262
1380
|
default: null;
|
|
@@ -1269,15 +1387,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1269
1387
|
type: StringConstructor;
|
|
1270
1388
|
default: string;
|
|
1271
1389
|
};
|
|
1272
|
-
}>> & {
|
|
1390
|
+
}>> & Readonly<{
|
|
1273
1391
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1274
|
-
}
|
|
1392
|
+
}> & {}>;
|
|
1275
1393
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1276
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1394
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1277
1395
|
optionSetting: import("vue").ComputedRef<any>;
|
|
1278
1396
|
widgetOptions: import("vue").ComputedRef<any>;
|
|
1279
|
-
NSelect: any;
|
|
1280
|
-
WidgetOptionEnums: {
|
|
1397
|
+
readonly NSelect: any;
|
|
1398
|
+
readonly WidgetOptionEnums: {
|
|
1281
1399
|
RADIO: string;
|
|
1282
1400
|
MULTIPLE: string;
|
|
1283
1401
|
ALL: string;
|
|
@@ -1286,7 +1404,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1286
1404
|
FUTURE_TIME: string;
|
|
1287
1405
|
CUSTOM_TIME: string;
|
|
1288
1406
|
};
|
|
1289
|
-
},
|
|
1407
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1290
1408
|
paramCfg: {
|
|
1291
1409
|
type: ObjectConstructor;
|
|
1292
1410
|
default: null;
|
|
@@ -1299,14 +1417,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1299
1417
|
type: StringConstructor;
|
|
1300
1418
|
default: string;
|
|
1301
1419
|
};
|
|
1302
|
-
}>> & {
|
|
1420
|
+
}>> & Readonly<{
|
|
1303
1421
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1304
|
-
}
|
|
1422
|
+
}>, {
|
|
1305
1423
|
modelValue: string | number | unknown[];
|
|
1306
1424
|
widgetType: string;
|
|
1307
1425
|
paramCfg: Record<string, any>;
|
|
1308
|
-
}>;
|
|
1309
|
-
SelectDynamic: import("vue").DefineComponent<{
|
|
1426
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1427
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1310
1428
|
paramCfg: {
|
|
1311
1429
|
type: ObjectConstructor;
|
|
1312
1430
|
default: null;
|
|
@@ -1315,9 +1433,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1315
1433
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1316
1434
|
default: null;
|
|
1317
1435
|
};
|
|
1318
|
-
}
|
|
1319
|
-
message: import("naive-ui").MessageApi;
|
|
1320
|
-
props:
|
|
1436
|
+
}>, {
|
|
1437
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1438
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1321
1439
|
paramCfg: {
|
|
1322
1440
|
type: ObjectConstructor;
|
|
1323
1441
|
default: null;
|
|
@@ -1326,23 +1444,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1326
1444
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1327
1445
|
default: null;
|
|
1328
1446
|
};
|
|
1329
|
-
}>> & {
|
|
1447
|
+
}>> & Readonly<{
|
|
1330
1448
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1331
|
-
}
|
|
1449
|
+
}> & {}>;
|
|
1332
1450
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1333
1451
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1334
|
-
selectDynamicRef: any
|
|
1335
|
-
isLoading: import("vue").Ref<boolean>;
|
|
1452
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
|
1453
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
1336
1454
|
filterApiConfig: import("../../shared/types").AnyObject;
|
|
1337
|
-
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
1338
|
-
totalPage: import("vue").Ref<number>;
|
|
1455
|
+
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
1456
|
+
totalPage: import("vue").Ref<number, number>;
|
|
1339
1457
|
menuProps: {
|
|
1340
1458
|
class: string;
|
|
1341
1459
|
};
|
|
1342
|
-
curPage: import("vue").Ref<number>;
|
|
1343
|
-
fieldTitleList: import("vue").Ref<any>;
|
|
1344
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
1345
|
-
keywordVal: import("vue").Ref<any>;
|
|
1460
|
+
curPage: import("vue").Ref<number, number>;
|
|
1461
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
|
1462
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
|
1463
|
+
keywordVal: import("vue").Ref<any, any>;
|
|
1346
1464
|
optionSetting: import("vue").ComputedRef<any>;
|
|
1347
1465
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
1348
1466
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
@@ -1365,8 +1483,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1365
1483
|
}>;
|
|
1366
1484
|
init: () => void;
|
|
1367
1485
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
|
1368
|
-
NSelect: any;
|
|
1369
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
|
1486
|
+
readonly NSelect: any;
|
|
1487
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1370
1488
|
oldValue: {
|
|
1371
1489
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1372
1490
|
default: () => never[];
|
|
@@ -1403,9 +1521,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1403
1521
|
type: BooleanConstructor;
|
|
1404
1522
|
default: boolean;
|
|
1405
1523
|
};
|
|
1406
|
-
}
|
|
1524
|
+
}>, {
|
|
1407
1525
|
selectMinWidth: number;
|
|
1408
|
-
props:
|
|
1526
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1409
1527
|
oldValue: {
|
|
1410
1528
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1411
1529
|
default: () => never[];
|
|
@@ -1442,12 +1560,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1442
1560
|
type: BooleanConstructor;
|
|
1443
1561
|
default: boolean;
|
|
1444
1562
|
};
|
|
1445
|
-
}>> & {
|
|
1446
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1563
|
+
}>> & Readonly<{
|
|
1447
1564
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1448
|
-
|
|
1565
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1566
|
+
}> & {}>;
|
|
1449
1567
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
1450
|
-
dragEndWidth: import("vue").Ref<number>;
|
|
1568
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
|
1451
1569
|
showKeys: import("vue").ComputedRef<any>;
|
|
1452
1570
|
titleList: import("vue").ComputedRef<string[]>;
|
|
1453
1571
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
|
@@ -1455,16 +1573,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1455
1573
|
searchByPage: (onePage: number) => void;
|
|
1456
1574
|
changeWidth: ({ distance }: any) => void;
|
|
1457
1575
|
saveWidth: () => void;
|
|
1458
|
-
NEmpty: any;
|
|
1459
|
-
NButtonGroup: any;
|
|
1460
|
-
NButton: any;
|
|
1461
|
-
NIcon: any;
|
|
1462
|
-
NPopover: any;
|
|
1463
|
-
vFlexibleResize: {
|
|
1576
|
+
readonly NEmpty: any;
|
|
1577
|
+
readonly NButtonGroup: any;
|
|
1578
|
+
readonly NButton: any;
|
|
1579
|
+
readonly NIcon: any;
|
|
1580
|
+
readonly NPopover: any;
|
|
1581
|
+
readonly vFlexibleResize: {
|
|
1464
1582
|
mounted(el: any, { value }: any): void;
|
|
1465
1583
|
beforeUnmount(el: any): void;
|
|
1466
1584
|
};
|
|
1467
|
-
WidgetValEnums: {
|
|
1585
|
+
readonly WidgetValEnums: {
|
|
1468
1586
|
CUSTOM: string;
|
|
1469
1587
|
FIRST_VAL: string;
|
|
1470
1588
|
WHOLE: string;
|
|
@@ -1495,9 +1613,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1495
1613
|
NEXT_YEAR: string;
|
|
1496
1614
|
LAST_YEAR: string;
|
|
1497
1615
|
};
|
|
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
|
-
},
|
|
1616
|
+
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>;
|
|
1617
|
+
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>;
|
|
1618
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1501
1619
|
oldValue: {
|
|
1502
1620
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1503
1621
|
default: () => never[];
|
|
@@ -1534,21 +1652,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1534
1652
|
type: BooleanConstructor;
|
|
1535
1653
|
default: boolean;
|
|
1536
1654
|
};
|
|
1537
|
-
}>> & {
|
|
1538
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1655
|
+
}>> & Readonly<{
|
|
1539
1656
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1540
|
-
|
|
1541
|
-
|
|
1657
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1658
|
+
}>, {
|
|
1542
1659
|
loading: boolean;
|
|
1660
|
+
isMultiple: boolean;
|
|
1543
1661
|
oldValue: import("../../shared/types").AnyObject[];
|
|
1662
|
+
optionList: import("../../shared/types").AnyObject[];
|
|
1663
|
+
isShowWhole: boolean;
|
|
1544
1664
|
dynamicOptionInfo: import("../../shared/types").AnyObject;
|
|
1545
1665
|
fieldTitleList: import("../../shared/types").AnyObject[];
|
|
1546
|
-
optionList: import("../../shared/types").AnyObject[];
|
|
1547
1666
|
curPage: number;
|
|
1548
1667
|
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<{
|
|
1668
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1669
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1552
1670
|
paramCfg: {
|
|
1553
1671
|
type: ObjectConstructor;
|
|
1554
1672
|
default: null;
|
|
@@ -1557,13 +1675,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1557
1675
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1558
1676
|
default: null;
|
|
1559
1677
|
};
|
|
1560
|
-
}>> & {
|
|
1678
|
+
}>> & Readonly<{
|
|
1561
1679
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1562
|
-
}
|
|
1680
|
+
}>, {
|
|
1563
1681
|
modelValue: import("../../shared/types").AnyObject[];
|
|
1564
1682
|
paramCfg: Record<string, any>;
|
|
1565
|
-
}>;
|
|
1566
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
|
1683
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1684
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1567
1685
|
paramCfg: {
|
|
1568
1686
|
type: ObjectConstructor;
|
|
1569
1687
|
default: null;
|
|
@@ -1572,8 +1690,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1572
1690
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1573
1691
|
default: null;
|
|
1574
1692
|
};
|
|
1575
|
-
}
|
|
1576
|
-
props:
|
|
1693
|
+
}>, {
|
|
1694
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1577
1695
|
paramCfg: {
|
|
1578
1696
|
type: ObjectConstructor;
|
|
1579
1697
|
default: null;
|
|
@@ -1582,16 +1700,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1582
1700
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1583
1701
|
default: null;
|
|
1584
1702
|
};
|
|
1585
|
-
}>> & {
|
|
1703
|
+
}>> & Readonly<{
|
|
1586
1704
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1587
|
-
}
|
|
1588
|
-
startNumber: import("vue").Ref<any>;
|
|
1589
|
-
endNumber: import("vue").Ref<any>;
|
|
1705
|
+
}> & {}>;
|
|
1706
|
+
startNumber: import("vue").Ref<any, any>;
|
|
1707
|
+
endNumber: import("vue").Ref<any, any>;
|
|
1590
1708
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1591
1709
|
handleChange: (val: number | null, key: string) => void;
|
|
1592
|
-
NInputGroup: any;
|
|
1593
|
-
NInputNumber: any;
|
|
1594
|
-
},
|
|
1710
|
+
readonly NInputGroup: any;
|
|
1711
|
+
readonly NInputNumber: any;
|
|
1712
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1595
1713
|
paramCfg: {
|
|
1596
1714
|
type: ObjectConstructor;
|
|
1597
1715
|
default: null;
|
|
@@ -1600,13 +1718,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1600
1718
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1601
1719
|
default: null;
|
|
1602
1720
|
};
|
|
1603
|
-
}>> & {
|
|
1721
|
+
}>> & Readonly<{
|
|
1604
1722
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1605
|
-
}
|
|
1723
|
+
}>, {
|
|
1606
1724
|
modelValue: string | number | unknown[];
|
|
1607
1725
|
paramCfg: Record<string, any>;
|
|
1608
|
-
}>;
|
|
1609
|
-
DateRange: import("vue").DefineComponent<{
|
|
1726
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1727
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1610
1728
|
item: {
|
|
1611
1729
|
type: ObjectConstructor;
|
|
1612
1730
|
required: true;
|
|
@@ -1627,8 +1745,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1627
1745
|
type: StringConstructor;
|
|
1628
1746
|
default: null;
|
|
1629
1747
|
};
|
|
1630
|
-
}
|
|
1631
|
-
props:
|
|
1748
|
+
}>, {
|
|
1749
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1632
1750
|
item: {
|
|
1633
1751
|
type: ObjectConstructor;
|
|
1634
1752
|
required: true;
|
|
@@ -1649,15 +1767,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1649
1767
|
type: StringConstructor;
|
|
1650
1768
|
default: null;
|
|
1651
1769
|
};
|
|
1652
|
-
}>> & {
|
|
1770
|
+
}>> & Readonly<{
|
|
1653
1771
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1654
1772
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1655
1773
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1656
|
-
}
|
|
1774
|
+
}> & {}>;
|
|
1657
1775
|
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" | "
|
|
1776
|
+
startDate: import("vue").Ref<any, any>;
|
|
1777
|
+
endDate: import("vue").Ref<any, any>;
|
|
1778
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
|
1661
1779
|
valueFormat: import("vue").ComputedRef<string>;
|
|
1662
1780
|
dateFormat: import("vue").ComputedRef<string>;
|
|
1663
1781
|
compType: import("vue").ComputedRef<any>;
|
|
@@ -1675,8 +1793,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1675
1793
|
label: string;
|
|
1676
1794
|
value: string;
|
|
1677
1795
|
}[]>;
|
|
1678
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1679
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
|
1796
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1797
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
|
1680
1798
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1681
1799
|
isStartDateDisabled: (ts: number) => boolean;
|
|
1682
1800
|
timeStartDisabled: (ts: number) => {
|
|
@@ -1690,9 +1808,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1690
1808
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
1691
1809
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
1692
1810
|
};
|
|
1693
|
-
NSelect: any;
|
|
1694
|
-
NPopover: any;
|
|
1695
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
|
1811
|
+
readonly NSelect: any;
|
|
1812
|
+
readonly NPopover: any;
|
|
1813
|
+
readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1696
1814
|
updateUnchangedValue: {
|
|
1697
1815
|
type: BooleanConstructor;
|
|
1698
1816
|
};
|
|
@@ -1720,14 +1838,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1720
1838
|
type: StringConstructor;
|
|
1721
1839
|
default: string;
|
|
1722
1840
|
};
|
|
1841
|
+
updateValueOnClose: {
|
|
1842
|
+
type: BooleanConstructor;
|
|
1843
|
+
default: boolean;
|
|
1844
|
+
};
|
|
1723
1845
|
isDateDisabled: {
|
|
1724
1846
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1725
1847
|
};
|
|
1726
|
-
|
|
1848
|
+
propKey: {
|
|
1849
|
+
type: StringConstructor;
|
|
1850
|
+
};
|
|
1851
|
+
shortcutListenerConfig: {
|
|
1852
|
+
type: import("vue").PropType<{
|
|
1853
|
+
enable: boolean;
|
|
1854
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1855
|
+
}>;
|
|
1856
|
+
};
|
|
1857
|
+
}>, {
|
|
1727
1858
|
attrs: {
|
|
1728
1859
|
[x: string]: unknown;
|
|
1729
1860
|
};
|
|
1730
|
-
props:
|
|
1861
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1731
1862
|
updateUnchangedValue: {
|
|
1732
1863
|
type: BooleanConstructor;
|
|
1733
1864
|
};
|
|
@@ -1755,18 +1886,31 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1755
1886
|
type: StringConstructor;
|
|
1756
1887
|
default: string;
|
|
1757
1888
|
};
|
|
1889
|
+
updateValueOnClose: {
|
|
1890
|
+
type: BooleanConstructor;
|
|
1891
|
+
default: boolean;
|
|
1892
|
+
};
|
|
1758
1893
|
isDateDisabled: {
|
|
1759
1894
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1760
1895
|
};
|
|
1761
|
-
|
|
1896
|
+
propKey: {
|
|
1897
|
+
type: StringConstructor;
|
|
1898
|
+
};
|
|
1899
|
+
shortcutListenerConfig: {
|
|
1900
|
+
type: import("vue").PropType<{
|
|
1901
|
+
enable: boolean;
|
|
1902
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1903
|
+
}>;
|
|
1904
|
+
};
|
|
1905
|
+
}>> & Readonly<{
|
|
1762
1906
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1763
|
-
}
|
|
1907
|
+
}> & {}>;
|
|
1764
1908
|
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>;
|
|
1909
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
|
1910
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1911
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1912
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1913
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
1770
1914
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1771
1915
|
formatRef: import("vue").ComputedRef<string>;
|
|
1772
1916
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1774,6 +1918,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1774
1918
|
focus: () => any;
|
|
1775
1919
|
blur: () => any;
|
|
1776
1920
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1921
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1777
1922
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1778
1923
|
watchers: import("../../shared/types").AnyFn[];
|
|
1779
1924
|
stopWatcher: () => void;
|
|
@@ -1781,8 +1926,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1781
1926
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1782
1927
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1783
1928
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1784
|
-
NDatePicker: any;
|
|
1785
|
-
},
|
|
1929
|
+
readonly NDatePicker: any;
|
|
1930
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1786
1931
|
updateUnchangedValue: {
|
|
1787
1932
|
type: BooleanConstructor;
|
|
1788
1933
|
};
|
|
@@ -1810,18 +1955,32 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1810
1955
|
type: StringConstructor;
|
|
1811
1956
|
default: string;
|
|
1812
1957
|
};
|
|
1958
|
+
updateValueOnClose: {
|
|
1959
|
+
type: BooleanConstructor;
|
|
1960
|
+
default: boolean;
|
|
1961
|
+
};
|
|
1813
1962
|
isDateDisabled: {
|
|
1814
1963
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1815
1964
|
};
|
|
1816
|
-
|
|
1965
|
+
propKey: {
|
|
1966
|
+
type: StringConstructor;
|
|
1967
|
+
};
|
|
1968
|
+
shortcutListenerConfig: {
|
|
1969
|
+
type: import("vue").PropType<{
|
|
1970
|
+
enable: boolean;
|
|
1971
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1972
|
+
}>;
|
|
1973
|
+
};
|
|
1974
|
+
}>> & Readonly<{
|
|
1817
1975
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1818
|
-
}
|
|
1976
|
+
}>, {
|
|
1819
1977
|
type: string;
|
|
1820
1978
|
updateUnchangedValue: boolean;
|
|
1821
1979
|
to: string | false | HTMLElement;
|
|
1822
1980
|
holidays: Date[];
|
|
1823
|
-
|
|
1824
|
-
|
|
1981
|
+
updateValueOnClose: boolean;
|
|
1982
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1983
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1825
1984
|
filterType: {
|
|
1826
1985
|
type: StringConstructor;
|
|
1827
1986
|
required: true;
|
|
@@ -1846,7 +2005,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1846
2005
|
valueFormat: {
|
|
1847
2006
|
type: StringConstructor;
|
|
1848
2007
|
};
|
|
1849
|
-
}
|
|
2008
|
+
}>, {
|
|
1850
2009
|
widgetOptions: {
|
|
1851
2010
|
label: string;
|
|
1852
2011
|
value: string;
|
|
@@ -1855,9 +2014,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1855
2014
|
label: string;
|
|
1856
2015
|
value: string;
|
|
1857
2016
|
}[];
|
|
1858
|
-
startDateNum: import("vue").Ref<any>;
|
|
1859
|
-
endDateNum: import("vue").Ref<any>;
|
|
1860
|
-
props:
|
|
2017
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
2018
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
2019
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1861
2020
|
filterType: {
|
|
1862
2021
|
type: StringConstructor;
|
|
1863
2022
|
required: true;
|
|
@@ -1882,17 +2041,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1882
2041
|
valueFormat: {
|
|
1883
2042
|
type: StringConstructor;
|
|
1884
2043
|
};
|
|
1885
|
-
}>> & {
|
|
2044
|
+
}>> & Readonly<{
|
|
1886
2045
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1887
2046
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1888
|
-
}
|
|
2047
|
+
}> & {}>;
|
|
1889
2048
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
1890
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1891
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
2049
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2050
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1892
2051
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1893
|
-
NSelect: any;
|
|
1894
|
-
NInputNumber: any;
|
|
1895
|
-
},
|
|
2052
|
+
readonly NSelect: any;
|
|
2053
|
+
readonly NInputNumber: any;
|
|
2054
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1896
2055
|
filterType: {
|
|
1897
2056
|
type: StringConstructor;
|
|
1898
2057
|
required: true;
|
|
@@ -1917,14 +2076,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1917
2076
|
valueFormat: {
|
|
1918
2077
|
type: StringConstructor;
|
|
1919
2078
|
};
|
|
1920
|
-
}>> & {
|
|
2079
|
+
}>> & Readonly<{
|
|
1921
2080
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1922
2081
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1923
|
-
}
|
|
2082
|
+
}>, {
|
|
1924
2083
|
modelValue: string | number | unknown[];
|
|
1925
2084
|
presetVal: string;
|
|
1926
|
-
}>;
|
|
1927
|
-
WidgetValEnums: {
|
|
2085
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2086
|
+
readonly WidgetValEnums: {
|
|
1928
2087
|
CUSTOM: string;
|
|
1929
2088
|
FIRST_VAL: string;
|
|
1930
2089
|
WHOLE: string;
|
|
@@ -1955,7 +2114,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1955
2114
|
NEXT_YEAR: string;
|
|
1956
2115
|
LAST_YEAR: string;
|
|
1957
2116
|
};
|
|
1958
|
-
},
|
|
2117
|
+
}, {}, {}, {}, 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
2118
|
item: {
|
|
1960
2119
|
type: ObjectConstructor;
|
|
1961
2120
|
required: true;
|
|
@@ -1976,17 +2135,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1976
2135
|
type: StringConstructor;
|
|
1977
2136
|
default: null;
|
|
1978
2137
|
};
|
|
1979
|
-
}>> & {
|
|
2138
|
+
}>> & Readonly<{
|
|
1980
2139
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1981
2140
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1982
2141
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1983
|
-
}
|
|
2142
|
+
}>, {
|
|
1984
2143
|
modelValue: string | number | unknown[];
|
|
1985
2144
|
paramCfg: Record<string, any>;
|
|
1986
2145
|
presetVal: string;
|
|
1987
2146
|
customDate: string;
|
|
1988
|
-
}>;
|
|
1989
|
-
SelectLabel: import("vue").DefineComponent<{
|
|
2147
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2148
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1990
2149
|
paramCfg: {
|
|
1991
2150
|
type: ObjectConstructor;
|
|
1992
2151
|
default: null;
|
|
@@ -1995,10 +2154,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1995
2154
|
type: StringConstructor;
|
|
1996
2155
|
default: null;
|
|
1997
2156
|
};
|
|
1998
|
-
}
|
|
2157
|
+
}>, {
|
|
1999
2158
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
2000
|
-
message: import("naive-ui").MessageApi;
|
|
2001
|
-
props:
|
|
2159
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
2160
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2002
2161
|
paramCfg: {
|
|
2003
2162
|
type: ObjectConstructor;
|
|
2004
2163
|
default: null;
|
|
@@ -2007,13 +2166,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2007
2166
|
type: StringConstructor;
|
|
2008
2167
|
default: null;
|
|
2009
2168
|
};
|
|
2010
|
-
}>> & {
|
|
2169
|
+
}>> & Readonly<{
|
|
2011
2170
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2012
|
-
}
|
|
2171
|
+
}> & {}>;
|
|
2013
2172
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2014
|
-
tagList: import("vue").Ref<never[]>;
|
|
2173
|
+
tagList: import("vue").Ref<never[], never[]>;
|
|
2015
2174
|
filterApiConfig: import("../../shared/types").AnyObject;
|
|
2016
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
2175
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
|
2017
2176
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
2018
2177
|
initTagList: () => Promise<void>;
|
|
2019
2178
|
renderOption: ({ node, option }: {
|
|
@@ -2025,8 +2184,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2025
2184
|
[key: string]: any;
|
|
2026
2185
|
}>;
|
|
2027
2186
|
renderLabel: (option: any) => any;
|
|
2028
|
-
NSelect: any;
|
|
2029
|
-
},
|
|
2187
|
+
readonly NSelect: any;
|
|
2188
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2030
2189
|
paramCfg: {
|
|
2031
2190
|
type: ObjectConstructor;
|
|
2032
2191
|
default: null;
|
|
@@ -2035,13 +2194,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2035
2194
|
type: StringConstructor;
|
|
2036
2195
|
default: null;
|
|
2037
2196
|
};
|
|
2038
|
-
}>> & {
|
|
2197
|
+
}>> & Readonly<{
|
|
2039
2198
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2040
|
-
}
|
|
2199
|
+
}>, {
|
|
2041
2200
|
modelValue: string;
|
|
2042
2201
|
paramCfg: Record<string, any>;
|
|
2043
|
-
}>;
|
|
2044
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
|
2202
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2203
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2045
2204
|
paramCfg: {
|
|
2046
2205
|
type: ObjectConstructor;
|
|
2047
2206
|
default: null;
|
|
@@ -2050,9 +2209,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2050
2209
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2051
2210
|
default: null;
|
|
2052
2211
|
};
|
|
2053
|
-
}
|
|
2054
|
-
message: import("naive-ui").MessageApi;
|
|
2055
|
-
props:
|
|
2212
|
+
}>, {
|
|
2213
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
2214
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2056
2215
|
paramCfg: {
|
|
2057
2216
|
type: ObjectConstructor;
|
|
2058
2217
|
default: null;
|
|
@@ -2061,22 +2220,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2061
2220
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2062
2221
|
default: null;
|
|
2063
2222
|
};
|
|
2064
|
-
}>> & {
|
|
2223
|
+
}>> & Readonly<{
|
|
2065
2224
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2066
|
-
}
|
|
2225
|
+
}> & {}>;
|
|
2067
2226
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
2068
2227
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2069
|
-
options: import("vue").Ref<any[]>;
|
|
2228
|
+
options: import("vue").Ref<any[], any[]>;
|
|
2070
2229
|
filterApiConfig: import("../../shared/types").AnyObject;
|
|
2071
|
-
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
2230
|
+
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
2072
2231
|
optionSetting: import("vue").ComputedRef<any>;
|
|
2073
2232
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
2074
2233
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
2075
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2234
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2076
2235
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
|
2077
2236
|
getOptionsData: (keyword: string) => Promise<void>;
|
|
2078
|
-
NTreeSelect: any;
|
|
2079
|
-
},
|
|
2237
|
+
readonly NTreeSelect: any;
|
|
2238
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2080
2239
|
paramCfg: {
|
|
2081
2240
|
type: ObjectConstructor;
|
|
2082
2241
|
default: null;
|
|
@@ -2085,13 +2244,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2085
2244
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2086
2245
|
default: null;
|
|
2087
2246
|
};
|
|
2088
|
-
}>> & {
|
|
2247
|
+
}>> & Readonly<{
|
|
2089
2248
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2090
|
-
}
|
|
2249
|
+
}>, {
|
|
2091
2250
|
modelValue: string | number | unknown[];
|
|
2092
2251
|
paramCfg: Record<string, any>;
|
|
2093
|
-
}>;
|
|
2094
|
-
WidgetTypeEnums: {
|
|
2252
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2253
|
+
readonly WidgetTypeEnums: {
|
|
2095
2254
|
INPUT_NUMBER: string;
|
|
2096
2255
|
INPUT: string;
|
|
2097
2256
|
SELECT: string;
|
|
@@ -2111,7 +2270,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2111
2270
|
SELECTTREE: string;
|
|
2112
2271
|
SELECTTREEDYNAMIC: string;
|
|
2113
2272
|
};
|
|
2114
|
-
},
|
|
2273
|
+
}, {}, {}, {}, 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
2274
|
item: {
|
|
2116
2275
|
type: ObjectConstructor;
|
|
2117
2276
|
default: null;
|
|
@@ -2135,20 +2294,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2135
2294
|
type: StringConstructor;
|
|
2136
2295
|
default: null;
|
|
2137
2296
|
};
|
|
2138
|
-
}>> & {
|
|
2297
|
+
}>> & Readonly<{
|
|
2139
2298
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2140
2299
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
2141
2300
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
2142
2301
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
2143
|
-
}
|
|
2302
|
+
}>, {
|
|
2144
2303
|
modelValue: string | number | unknown[];
|
|
2145
2304
|
item: Record<string, any>;
|
|
2146
2305
|
paramCfg: Record<string, any>;
|
|
2147
2306
|
presetVal: string;
|
|
2148
2307
|
isAccurate: boolean;
|
|
2149
2308
|
customDate: string;
|
|
2150
|
-
}>;
|
|
2151
|
-
ConditionEnums: {
|
|
2309
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2310
|
+
readonly ConditionEnums: {
|
|
2152
2311
|
NULL: string;
|
|
2153
2312
|
EQUAL: string;
|
|
2154
2313
|
CUSTOM_RANGE: string;
|
|
@@ -2157,7 +2316,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2157
2316
|
IN_THE_PAST_DI: string;
|
|
2158
2317
|
IN_THE_FUTURE_DI: string;
|
|
2159
2318
|
};
|
|
2160
|
-
},
|
|
2319
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2161
2320
|
actionList_prop: {
|
|
2162
2321
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
2163
2322
|
default: () => {};
|
|
@@ -2182,18 +2341,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2182
2341
|
type: BooleanConstructor;
|
|
2183
2342
|
default: boolean;
|
|
2184
2343
|
};
|
|
2185
|
-
}>> & {
|
|
2344
|
+
}>> & Readonly<{
|
|
2186
2345
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2187
2346
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2188
|
-
}
|
|
2347
|
+
}>, {
|
|
2189
2348
|
searchFieldList: unknown[];
|
|
2190
2349
|
tableId: string;
|
|
2191
2350
|
conditionList: unknown[];
|
|
2192
2351
|
actionList_prop: import("..").IClassifyListType;
|
|
2193
2352
|
showItemName: boolean;
|
|
2194
2353
|
hideAddBtn: boolean;
|
|
2195
|
-
}>;
|
|
2196
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
|
2354
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2355
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2197
2356
|
actionList_prop: {
|
|
2198
2357
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
2199
2358
|
default: () => {};
|
|
@@ -2218,15 +2377,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2218
2377
|
type: BooleanConstructor;
|
|
2219
2378
|
default: boolean;
|
|
2220
2379
|
};
|
|
2221
|
-
}
|
|
2222
|
-
$message: import("naive-ui").MessageApi;
|
|
2380
|
+
}>, {
|
|
2381
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
2223
2382
|
menuProps: {
|
|
2224
2383
|
class: string;
|
|
2225
2384
|
};
|
|
2226
2385
|
dateCons: string[];
|
|
2227
2386
|
textCons: string[];
|
|
2228
2387
|
numberCons: string[];
|
|
2229
|
-
props:
|
|
2388
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2230
2389
|
actionList_prop: {
|
|
2231
2390
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
2232
2391
|
default: () => {};
|
|
@@ -2251,19 +2410,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2251
2410
|
type: BooleanConstructor;
|
|
2252
2411
|
default: boolean;
|
|
2253
2412
|
};
|
|
2254
|
-
}>> & {
|
|
2413
|
+
}>> & Readonly<{
|
|
2255
2414
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2256
2415
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2257
|
-
}
|
|
2416
|
+
}> & {}>;
|
|
2258
2417
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
2259
2418
|
$attrs: {
|
|
2260
2419
|
[x: string]: unknown;
|
|
2261
2420
|
};
|
|
2262
2421
|
FormState: any;
|
|
2263
|
-
loading: import("vue").Ref<boolean>;
|
|
2264
|
-
parentInputRef: import("vue").Ref<any>;
|
|
2265
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
2266
|
-
sqlExpression: any
|
|
2422
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
2423
|
+
parentInputRef: import("vue").Ref<any, any>;
|
|
2424
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
|
2425
|
+
sqlExpression: import("vue").Ref<any, any>;
|
|
2267
2426
|
DisplayCategoryState: {
|
|
2268
2427
|
addDisplayCategory: string;
|
|
2269
2428
|
displayCategories: {
|
|
@@ -2300,16 +2459,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2300
2459
|
saveAdd: () => void;
|
|
2301
2460
|
cancelSaveAdd: () => void;
|
|
2302
2461
|
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<{
|
|
2462
|
+
readonly NSpin: any;
|
|
2463
|
+
readonly NIcon: any;
|
|
2464
|
+
readonly NInput: any;
|
|
2465
|
+
readonly NButton: any;
|
|
2466
|
+
readonly NTooltip: any;
|
|
2467
|
+
readonly NSelect: any;
|
|
2468
|
+
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>;
|
|
2469
|
+
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>;
|
|
2470
|
+
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>;
|
|
2471
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2313
2472
|
paramCfg: {
|
|
2314
2473
|
type: ObjectConstructor;
|
|
2315
2474
|
default: null;
|
|
@@ -2322,8 +2481,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2322
2481
|
type: ArrayConstructor;
|
|
2323
2482
|
default: () => never[];
|
|
2324
2483
|
};
|
|
2325
|
-
}
|
|
2326
|
-
props:
|
|
2484
|
+
}>, {
|
|
2485
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2327
2486
|
paramCfg: {
|
|
2328
2487
|
type: ObjectConstructor;
|
|
2329
2488
|
default: null;
|
|
@@ -2336,17 +2495,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2336
2495
|
type: ArrayConstructor;
|
|
2337
2496
|
default: () => never[];
|
|
2338
2497
|
};
|
|
2339
|
-
}>> & {
|
|
2498
|
+
}>> & Readonly<{
|
|
2340
2499
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2341
2500
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
2342
|
-
}
|
|
2501
|
+
}> & {}>;
|
|
2343
2502
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
|
2344
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2345
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
|
2503
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2504
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
|
2346
2505
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
|
2347
2506
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
|
2348
2507
|
biType: import("vue").ComputedRef<any>;
|
|
2349
|
-
Date: import("vue").DefineComponent<{
|
|
2508
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2350
2509
|
componentCfg: {
|
|
2351
2510
|
type: ObjectConstructor;
|
|
2352
2511
|
};
|
|
@@ -2358,8 +2517,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2358
2517
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2359
2518
|
default: null;
|
|
2360
2519
|
};
|
|
2361
|
-
}
|
|
2362
|
-
props:
|
|
2520
|
+
}>, {
|
|
2521
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2363
2522
|
componentCfg: {
|
|
2364
2523
|
type: ObjectConstructor;
|
|
2365
2524
|
};
|
|
@@ -2371,15 +2530,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2371
2530
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2372
2531
|
default: null;
|
|
2373
2532
|
};
|
|
2374
|
-
}>> & {
|
|
2533
|
+
}>> & Readonly<{
|
|
2375
2534
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2376
|
-
}
|
|
2535
|
+
}> & {}>;
|
|
2377
2536
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2378
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2537
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2379
2538
|
dateType: any;
|
|
2380
2539
|
valueFormat: import("vue").ComputedRef<string>;
|
|
2381
2540
|
compType: import("vue").ComputedRef<any>;
|
|
2382
|
-
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
|
2541
|
+
readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2383
2542
|
updateUnchangedValue: {
|
|
2384
2543
|
type: BooleanConstructor;
|
|
2385
2544
|
};
|
|
@@ -2407,14 +2566,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2407
2566
|
type: StringConstructor;
|
|
2408
2567
|
default: string;
|
|
2409
2568
|
};
|
|
2569
|
+
updateValueOnClose: {
|
|
2570
|
+
type: BooleanConstructor;
|
|
2571
|
+
default: boolean;
|
|
2572
|
+
};
|
|
2410
2573
|
isDateDisabled: {
|
|
2411
2574
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2412
2575
|
};
|
|
2413
|
-
|
|
2576
|
+
propKey: {
|
|
2577
|
+
type: StringConstructor;
|
|
2578
|
+
};
|
|
2579
|
+
shortcutListenerConfig: {
|
|
2580
|
+
type: import("vue").PropType<{
|
|
2581
|
+
enable: boolean;
|
|
2582
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2583
|
+
}>;
|
|
2584
|
+
};
|
|
2585
|
+
}>, {
|
|
2414
2586
|
attrs: {
|
|
2415
2587
|
[x: string]: unknown;
|
|
2416
2588
|
};
|
|
2417
|
-
props:
|
|
2589
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2418
2590
|
updateUnchangedValue: {
|
|
2419
2591
|
type: BooleanConstructor;
|
|
2420
2592
|
};
|
|
@@ -2442,18 +2614,31 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2442
2614
|
type: StringConstructor;
|
|
2443
2615
|
default: string;
|
|
2444
2616
|
};
|
|
2617
|
+
updateValueOnClose: {
|
|
2618
|
+
type: BooleanConstructor;
|
|
2619
|
+
default: boolean;
|
|
2620
|
+
};
|
|
2445
2621
|
isDateDisabled: {
|
|
2446
2622
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2447
2623
|
};
|
|
2448
|
-
|
|
2624
|
+
propKey: {
|
|
2625
|
+
type: StringConstructor;
|
|
2626
|
+
};
|
|
2627
|
+
shortcutListenerConfig: {
|
|
2628
|
+
type: import("vue").PropType<{
|
|
2629
|
+
enable: boolean;
|
|
2630
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2631
|
+
}>;
|
|
2632
|
+
};
|
|
2633
|
+
}>> & Readonly<{
|
|
2449
2634
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2450
|
-
}
|
|
2635
|
+
}> & {}>;
|
|
2451
2636
|
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>;
|
|
2637
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
|
|
2638
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
2639
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
2640
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
2641
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
2457
2642
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
2458
2643
|
formatRef: import("vue").ComputedRef<string>;
|
|
2459
2644
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -2461,6 +2646,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2461
2646
|
focus: () => any;
|
|
2462
2647
|
blur: () => any;
|
|
2463
2648
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2649
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
2464
2650
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
2465
2651
|
watchers: import("../../shared/types").AnyFn[];
|
|
2466
2652
|
stopWatcher: () => void;
|
|
@@ -2468,8 +2654,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2468
2654
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
2469
2655
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
2470
2656
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
2471
|
-
NDatePicker: any;
|
|
2472
|
-
},
|
|
2657
|
+
readonly NDatePicker: any;
|
|
2658
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2473
2659
|
updateUnchangedValue: {
|
|
2474
2660
|
type: BooleanConstructor;
|
|
2475
2661
|
};
|
|
@@ -2497,18 +2683,32 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2497
2683
|
type: StringConstructor;
|
|
2498
2684
|
default: string;
|
|
2499
2685
|
};
|
|
2686
|
+
updateValueOnClose: {
|
|
2687
|
+
type: BooleanConstructor;
|
|
2688
|
+
default: boolean;
|
|
2689
|
+
};
|
|
2500
2690
|
isDateDisabled: {
|
|
2501
2691
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2502
2692
|
};
|
|
2503
|
-
|
|
2693
|
+
propKey: {
|
|
2694
|
+
type: StringConstructor;
|
|
2695
|
+
};
|
|
2696
|
+
shortcutListenerConfig: {
|
|
2697
|
+
type: import("vue").PropType<{
|
|
2698
|
+
enable: boolean;
|
|
2699
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2700
|
+
}>;
|
|
2701
|
+
};
|
|
2702
|
+
}>> & Readonly<{
|
|
2504
2703
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2505
|
-
}
|
|
2704
|
+
}>, {
|
|
2506
2705
|
type: string;
|
|
2507
2706
|
updateUnchangedValue: boolean;
|
|
2508
2707
|
to: string | false | HTMLElement;
|
|
2509
2708
|
holidays: Date[];
|
|
2510
|
-
|
|
2511
|
-
|
|
2709
|
+
updateValueOnClose: boolean;
|
|
2710
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2711
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2512
2712
|
componentCfg: {
|
|
2513
2713
|
type: ObjectConstructor;
|
|
2514
2714
|
};
|
|
@@ -2520,13 +2720,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2520
2720
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2521
2721
|
default: null;
|
|
2522
2722
|
};
|
|
2523
|
-
}>> & {
|
|
2723
|
+
}>> & Readonly<{
|
|
2524
2724
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2525
|
-
}
|
|
2725
|
+
}>, {
|
|
2526
2726
|
modelValue: string | number | unknown[];
|
|
2527
2727
|
paramCfg: Record<string, any>;
|
|
2528
|
-
}>;
|
|
2529
|
-
InputFilter: import("vue").DefineComponent<{
|
|
2728
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2729
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2530
2730
|
paramCfg: {
|
|
2531
2731
|
type: ObjectConstructor;
|
|
2532
2732
|
default: null;
|
|
@@ -2535,8 +2735,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2535
2735
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2536
2736
|
default: null;
|
|
2537
2737
|
};
|
|
2538
|
-
}
|
|
2539
|
-
props:
|
|
2738
|
+
}>, {
|
|
2739
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2540
2740
|
paramCfg: {
|
|
2541
2741
|
type: ObjectConstructor;
|
|
2542
2742
|
default: null;
|
|
@@ -2545,13 +2745,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2545
2745
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2546
2746
|
default: null;
|
|
2547
2747
|
};
|
|
2548
|
-
}>> & {
|
|
2748
|
+
}>> & Readonly<{
|
|
2549
2749
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2550
|
-
}
|
|
2750
|
+
}> & {}>;
|
|
2551
2751
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2552
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2553
|
-
NInput: any;
|
|
2554
|
-
},
|
|
2752
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2753
|
+
readonly NInput: any;
|
|
2754
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2555
2755
|
paramCfg: {
|
|
2556
2756
|
type: ObjectConstructor;
|
|
2557
2757
|
default: null;
|
|
@@ -2560,40 +2760,40 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2560
2760
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2561
2761
|
default: null;
|
|
2562
2762
|
};
|
|
2563
|
-
}>> & {
|
|
2763
|
+
}>> & Readonly<{
|
|
2564
2764
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2565
|
-
}
|
|
2765
|
+
}>, {
|
|
2566
2766
|
modelValue: string | number | unknown[];
|
|
2567
2767
|
paramCfg: Record<string, any>;
|
|
2568
|
-
}>;
|
|
2569
|
-
InputNumber: import("vue").DefineComponent<{
|
|
2768
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2769
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2570
2770
|
modelValue: {
|
|
2571
2771
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2572
2772
|
default: null;
|
|
2573
2773
|
};
|
|
2574
|
-
}
|
|
2575
|
-
props:
|
|
2774
|
+
}>, {
|
|
2775
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2576
2776
|
modelValue: {
|
|
2577
2777
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2578
2778
|
default: null;
|
|
2579
2779
|
};
|
|
2580
|
-
}>> & {
|
|
2780
|
+
}>> & Readonly<{
|
|
2581
2781
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2582
|
-
}
|
|
2782
|
+
}> & {}>;
|
|
2583
2783
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2584
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2585
|
-
NInputNumber: any;
|
|
2586
|
-
},
|
|
2784
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2785
|
+
readonly NInputNumber: any;
|
|
2786
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2587
2787
|
modelValue: {
|
|
2588
2788
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2589
2789
|
default: null;
|
|
2590
2790
|
};
|
|
2591
|
-
}>> & {
|
|
2791
|
+
}>> & Readonly<{
|
|
2592
2792
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2593
|
-
}
|
|
2793
|
+
}>, {
|
|
2594
2794
|
modelValue: string | number | unknown[];
|
|
2595
|
-
}>;
|
|
2596
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
2795
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2796
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2597
2797
|
paramCfg: {
|
|
2598
2798
|
type: ObjectConstructor;
|
|
2599
2799
|
default: null;
|
|
@@ -2602,8 +2802,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2602
2802
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2603
2803
|
default: null;
|
|
2604
2804
|
};
|
|
2605
|
-
}
|
|
2606
|
-
props:
|
|
2805
|
+
}>, {
|
|
2806
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2607
2807
|
paramCfg: {
|
|
2608
2808
|
type: ObjectConstructor;
|
|
2609
2809
|
default: null;
|
|
@@ -2612,15 +2812,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2612
2812
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2613
2813
|
default: null;
|
|
2614
2814
|
};
|
|
2615
|
-
}>> & {
|
|
2815
|
+
}>> & Readonly<{
|
|
2616
2816
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2617
|
-
}
|
|
2817
|
+
}> & {}>;
|
|
2618
2818
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2619
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2819
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2620
2820
|
optionSetting: import("vue").ComputedRef<any>;
|
|
2621
2821
|
widgetOptions: import("vue").ComputedRef<any>;
|
|
2622
|
-
NSelect: any;
|
|
2623
|
-
WidgetOptionEnums: {
|
|
2822
|
+
readonly NSelect: any;
|
|
2823
|
+
readonly WidgetOptionEnums: {
|
|
2624
2824
|
RADIO: string;
|
|
2625
2825
|
MULTIPLE: string;
|
|
2626
2826
|
ALL: string;
|
|
@@ -2629,7 +2829,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2629
2829
|
FUTURE_TIME: string;
|
|
2630
2830
|
CUSTOM_TIME: string;
|
|
2631
2831
|
};
|
|
2632
|
-
},
|
|
2832
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2633
2833
|
paramCfg: {
|
|
2634
2834
|
type: ObjectConstructor;
|
|
2635
2835
|
default: null;
|
|
@@ -2638,13 +2838,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2638
2838
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2639
2839
|
default: null;
|
|
2640
2840
|
};
|
|
2641
|
-
}>> & {
|
|
2841
|
+
}>> & Readonly<{
|
|
2642
2842
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2643
|
-
}
|
|
2843
|
+
}>, {
|
|
2644
2844
|
modelValue: string | number | unknown[];
|
|
2645
2845
|
paramCfg: Record<string, any>;
|
|
2646
|
-
}>;
|
|
2647
|
-
WidgetTypeEnums: {
|
|
2846
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2847
|
+
readonly WidgetTypeEnums: {
|
|
2648
2848
|
INPUT_NUMBER: string;
|
|
2649
2849
|
INPUT: string;
|
|
2650
2850
|
SELECT: string;
|
|
@@ -2664,7 +2864,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2664
2864
|
SELECTTREE: string;
|
|
2665
2865
|
SELECTTREEDYNAMIC: string;
|
|
2666
2866
|
};
|
|
2667
|
-
},
|
|
2867
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2668
2868
|
paramCfg: {
|
|
2669
2869
|
type: ObjectConstructor;
|
|
2670
2870
|
default: null;
|
|
@@ -2677,15 +2877,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2677
2877
|
type: ArrayConstructor;
|
|
2678
2878
|
default: () => never[];
|
|
2679
2879
|
};
|
|
2680
|
-
}>> & {
|
|
2880
|
+
}>> & Readonly<{
|
|
2681
2881
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2682
2882
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
2683
|
-
}
|
|
2883
|
+
}>, {
|
|
2684
2884
|
modelValue: string | number | unknown[];
|
|
2685
2885
|
paramCfg: Record<string, any>;
|
|
2686
2886
|
modelValues: unknown[];
|
|
2687
|
-
}>;
|
|
2688
|
-
},
|
|
2887
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2888
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2689
2889
|
actionList_prop: {
|
|
2690
2890
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
2691
2891
|
default: () => {};
|
|
@@ -2710,18 +2910,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2710
2910
|
type: BooleanConstructor;
|
|
2711
2911
|
default: boolean;
|
|
2712
2912
|
};
|
|
2713
|
-
}>> & {
|
|
2913
|
+
}>> & Readonly<{
|
|
2714
2914
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2715
2915
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2716
|
-
}
|
|
2916
|
+
}>, {
|
|
2717
2917
|
searchFieldList: unknown[];
|
|
2718
2918
|
tableId: string;
|
|
2719
2919
|
conditionList: unknown[];
|
|
2720
2920
|
actionList_prop: import("..").IClassifyListType;
|
|
2721
2921
|
showItemName: boolean;
|
|
2722
2922
|
hideAddBtn: boolean;
|
|
2723
|
-
}>;
|
|
2724
|
-
},
|
|
2923
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2924
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2725
2925
|
visible: {
|
|
2726
2926
|
type: BooleanConstructor;
|
|
2727
2927
|
default: boolean;
|
|
@@ -2738,15 +2938,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2738
2938
|
type: ArrayConstructor;
|
|
2739
2939
|
default: () => never[];
|
|
2740
2940
|
};
|
|
2741
|
-
}>> & {
|
|
2941
|
+
}>> & Readonly<{
|
|
2742
2942
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2743
|
-
}
|
|
2943
|
+
}>, {
|
|
2744
2944
|
visible: boolean;
|
|
2745
|
-
modalTitle: string;
|
|
2746
2945
|
searchFieldList: unknown[];
|
|
2747
2946
|
conditionList: unknown[];
|
|
2748
|
-
|
|
2749
|
-
|
|
2947
|
+
modalTitle: string;
|
|
2948
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2949
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2750
2950
|
searchFieldList: {
|
|
2751
2951
|
type: ArrayConstructor;
|
|
2752
2952
|
default: () => never[];
|
|
@@ -2760,20 +2960,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2760
2960
|
type: BooleanConstructor;
|
|
2761
2961
|
default: boolean;
|
|
2762
2962
|
};
|
|
2763
|
-
}>> & {
|
|
2963
|
+
}>> & Readonly<{
|
|
2764
2964
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
2765
2965
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
2766
2966
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
2767
|
-
}
|
|
2967
|
+
}>, {
|
|
2768
2968
|
searchFieldList: unknown[];
|
|
2769
2969
|
conditionList: unknown[];
|
|
2770
2970
|
classifyModal: boolean;
|
|
2771
|
-
}>;
|
|
2772
|
-
vFlexibleResize: {
|
|
2971
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2972
|
+
readonly vFlexibleResize: {
|
|
2773
2973
|
mounted(el: any, { value }: any): void;
|
|
2774
2974
|
beforeUnmount(el: any): void;
|
|
2775
2975
|
};
|
|
2776
|
-
},
|
|
2976
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2777
2977
|
tableId: {
|
|
2778
2978
|
type: StringConstructor;
|
|
2779
2979
|
default: string;
|
|
@@ -2829,11 +3029,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2829
3029
|
type: StringConstructor;
|
|
2830
3030
|
default: string;
|
|
2831
3031
|
};
|
|
2832
|
-
}>> & {
|
|
3032
|
+
}>> & Readonly<{
|
|
2833
3033
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
2834
3034
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
2835
3035
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
2836
|
-
}
|
|
3036
|
+
}>, {
|
|
2837
3037
|
searchFieldList: any[];
|
|
2838
3038
|
filterApiConfig: Record<string, any>;
|
|
2839
3039
|
tableId: string;
|
|
@@ -2847,5 +3047,5 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2847
3047
|
isShowResetButton: boolean;
|
|
2848
3048
|
condiTionDigital: Record<string, any>;
|
|
2849
3049
|
filterType: string;
|
|
2850
|
-
}>>;
|
|
3050
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2851
3051
|
export default CClassification;
|