cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.70
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/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 +84 -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 +297 -153
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- 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 +32 -32
- 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 +31 -13
- 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 +2 -2
- 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/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,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { IClassifyListType, ICategoryItemType } from '../../../../../components/table-filter/src/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
actionList_prop: {
|
|
5
5
|
type: PropType<IClassifyListType>;
|
|
6
6
|
default: () => {};
|
|
@@ -25,14 +25,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
type: BooleanConstructor;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
|
-
}
|
|
29
|
-
$message: import("naive-ui").MessageApi;
|
|
28
|
+
}>, {
|
|
29
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
30
30
|
menuProps: {
|
|
31
31
|
class: string;
|
|
32
32
|
};
|
|
33
33
|
specialDateRange: string[];
|
|
34
34
|
specialCustomDateRange: string[];
|
|
35
|
-
props:
|
|
35
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
actionList_prop: {
|
|
37
37
|
type: PropType<IClassifyListType>;
|
|
38
38
|
default: () => {};
|
|
@@ -57,10 +57,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
type: BooleanConstructor;
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
|
-
}>> & {
|
|
60
|
+
}>> & Readonly<{
|
|
61
61
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
63
|
-
}
|
|
63
|
+
}> & {}>;
|
|
64
64
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
65
65
|
$attrs: {
|
|
66
66
|
[x: string]: unknown;
|
|
@@ -78,9 +78,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
customDate?: string | undefined;
|
|
79
79
|
}[];
|
|
80
80
|
};
|
|
81
|
-
loading: import("vue").Ref<boolean>;
|
|
82
|
-
parentInputRef: import("vue").Ref<any>;
|
|
83
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
81
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
82
|
+
parentInputRef: import("vue").Ref<any, any>;
|
|
83
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
|
84
84
|
DisplayCategoryState: {
|
|
85
85
|
addDisplayCategory: string;
|
|
86
86
|
displayCategories: {
|
|
@@ -121,16 +121,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
saveAdd: () => void;
|
|
122
122
|
cancelSaveAdd: () => void;
|
|
123
123
|
checkActionList: () => boolean;
|
|
124
|
-
NSpin: any;
|
|
125
|
-
NIcon: any;
|
|
126
|
-
NInput: any;
|
|
127
|
-
NButton: any;
|
|
128
|
-
NTooltip: any;
|
|
129
|
-
NSelect: any;
|
|
130
|
-
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<{}>>, {}>;
|
|
131
|
-
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<{}>>, {}>;
|
|
132
|
-
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<{}>>, {}>;
|
|
133
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
124
|
+
readonly NSpin: any;
|
|
125
|
+
readonly NIcon: any;
|
|
126
|
+
readonly NInput: any;
|
|
127
|
+
readonly NButton: any;
|
|
128
|
+
readonly NTooltip: any;
|
|
129
|
+
readonly NSelect: any;
|
|
130
|
+
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>;
|
|
131
|
+
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>;
|
|
132
|
+
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>;
|
|
133
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
134
134
|
item: {
|
|
135
135
|
type: ObjectConstructor;
|
|
136
136
|
default: null;
|
|
@@ -154,8 +154,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
type: StringConstructor;
|
|
155
155
|
default: null;
|
|
156
156
|
};
|
|
157
|
-
}
|
|
158
|
-
props:
|
|
157
|
+
}>, {
|
|
158
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
159
159
|
item: {
|
|
160
160
|
type: ObjectConstructor;
|
|
161
161
|
default: null;
|
|
@@ -179,19 +179,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
179
|
type: StringConstructor;
|
|
180
180
|
default: null;
|
|
181
181
|
};
|
|
182
|
-
}>> & {
|
|
182
|
+
}>> & Readonly<{
|
|
183
183
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
184
184
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
185
185
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
186
186
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
187
|
-
}
|
|
187
|
+
}> & {}>;
|
|
188
188
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
189
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
190
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
191
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
|
192
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
|
189
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
190
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
191
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
|
192
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
|
193
193
|
widgetType: import("vue").ComputedRef<any>;
|
|
194
|
-
Date: import("vue").DefineComponent<{
|
|
194
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
195
195
|
componentCfg: {
|
|
196
196
|
type: ObjectConstructor;
|
|
197
197
|
};
|
|
@@ -215,8 +215,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
215
|
type: StringConstructor;
|
|
216
216
|
default: null;
|
|
217
217
|
};
|
|
218
|
-
}
|
|
219
|
-
props:
|
|
218
|
+
}>, {
|
|
219
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
220
220
|
componentCfg: {
|
|
221
221
|
type: ObjectConstructor;
|
|
222
222
|
};
|
|
@@ -240,15 +240,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
240
|
type: StringConstructor;
|
|
241
241
|
default: null;
|
|
242
242
|
};
|
|
243
|
-
}>> & {
|
|
243
|
+
}>> & Readonly<{
|
|
244
244
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
245
245
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
246
246
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
247
|
-
}
|
|
247
|
+
}> & {}>;
|
|
248
248
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
249
|
-
filterType: import("vue").ComputedRef<"1" | "
|
|
250
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
251
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
249
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
|
250
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
251
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
252
252
|
dateType: any;
|
|
253
253
|
valueFormat: import("vue").ComputedRef<string>;
|
|
254
254
|
compType: import("vue").ComputedRef<any>;
|
|
@@ -263,7 +263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
263
263
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
264
264
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
265
265
|
};
|
|
266
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
266
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
267
267
|
updateUnchangedValue: {
|
|
268
268
|
type: BooleanConstructor;
|
|
269
269
|
};
|
|
@@ -291,14 +291,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
291
291
|
type: StringConstructor;
|
|
292
292
|
default: string;
|
|
293
293
|
};
|
|
294
|
+
updateValueOnClose: {
|
|
295
|
+
type: BooleanConstructor;
|
|
296
|
+
default: boolean;
|
|
297
|
+
};
|
|
294
298
|
isDateDisabled: {
|
|
295
299
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
296
300
|
};
|
|
297
|
-
|
|
301
|
+
propKey: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
};
|
|
304
|
+
shortcutListenerConfig: {
|
|
305
|
+
type: PropType<{
|
|
306
|
+
enable: boolean;
|
|
307
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
308
|
+
}>;
|
|
309
|
+
};
|
|
310
|
+
}>, {
|
|
298
311
|
attrs: {
|
|
299
312
|
[x: string]: unknown;
|
|
300
313
|
};
|
|
301
|
-
props:
|
|
314
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
302
315
|
updateUnchangedValue: {
|
|
303
316
|
type: BooleanConstructor;
|
|
304
317
|
};
|
|
@@ -326,18 +339,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
326
339
|
type: StringConstructor;
|
|
327
340
|
default: string;
|
|
328
341
|
};
|
|
342
|
+
updateValueOnClose: {
|
|
343
|
+
type: BooleanConstructor;
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
329
346
|
isDateDisabled: {
|
|
330
347
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
331
348
|
};
|
|
332
|
-
|
|
349
|
+
propKey: {
|
|
350
|
+
type: StringConstructor;
|
|
351
|
+
};
|
|
352
|
+
shortcutListenerConfig: {
|
|
353
|
+
type: PropType<{
|
|
354
|
+
enable: boolean;
|
|
355
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
356
|
+
}>;
|
|
357
|
+
};
|
|
358
|
+
}>> & Readonly<{
|
|
333
359
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
334
|
-
}
|
|
360
|
+
}> & {}>;
|
|
335
361
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
336
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
|
337
|
-
panelInstRef: import("vue").Ref<null>;
|
|
338
|
-
placeholderRef: import("vue").Ref<any>;
|
|
339
|
-
oldValue: string;
|
|
340
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
362
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
|
363
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
364
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
365
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
366
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
341
367
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
342
368
|
formatRef: import("vue").ComputedRef<string>;
|
|
343
369
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -345,6 +371,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
345
371
|
focus: () => any;
|
|
346
372
|
blur: () => any;
|
|
347
373
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
374
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
348
375
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
349
376
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
350
377
|
stopWatcher: () => void;
|
|
@@ -352,8 +379,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
352
379
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
353
380
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
354
381
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
355
|
-
NDatePicker: any;
|
|
356
|
-
},
|
|
382
|
+
readonly NDatePicker: any;
|
|
383
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
357
384
|
updateUnchangedValue: {
|
|
358
385
|
type: BooleanConstructor;
|
|
359
386
|
};
|
|
@@ -381,19 +408,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
381
408
|
type: StringConstructor;
|
|
382
409
|
default: string;
|
|
383
410
|
};
|
|
411
|
+
updateValueOnClose: {
|
|
412
|
+
type: BooleanConstructor;
|
|
413
|
+
default: boolean;
|
|
414
|
+
};
|
|
384
415
|
isDateDisabled: {
|
|
385
416
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
386
417
|
};
|
|
387
|
-
|
|
418
|
+
propKey: {
|
|
419
|
+
type: StringConstructor;
|
|
420
|
+
};
|
|
421
|
+
shortcutListenerConfig: {
|
|
422
|
+
type: PropType<{
|
|
423
|
+
enable: boolean;
|
|
424
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
425
|
+
}>;
|
|
426
|
+
};
|
|
427
|
+
}>> & Readonly<{
|
|
388
428
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
389
|
-
}
|
|
429
|
+
}>, {
|
|
390
430
|
type: string;
|
|
391
431
|
updateUnchangedValue: boolean;
|
|
392
432
|
to: string | false | HTMLElement;
|
|
393
433
|
holidays: Date[];
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
434
|
+
updateValueOnClose: boolean;
|
|
435
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
436
|
+
readonly NSelect: any;
|
|
437
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
397
438
|
filterType: {
|
|
398
439
|
type: StringConstructor;
|
|
399
440
|
required: true;
|
|
@@ -418,7 +459,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
418
459
|
valueFormat: {
|
|
419
460
|
type: StringConstructor;
|
|
420
461
|
};
|
|
421
|
-
}
|
|
462
|
+
}>, {
|
|
422
463
|
widgetOptions: {
|
|
423
464
|
label: string;
|
|
424
465
|
value: string;
|
|
@@ -427,9 +468,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
427
468
|
label: string;
|
|
428
469
|
value: string;
|
|
429
470
|
}[];
|
|
430
|
-
startDateNum: import("vue").Ref<any>;
|
|
431
|
-
endDateNum: import("vue").Ref<any>;
|
|
432
|
-
props:
|
|
471
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
472
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
473
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
433
474
|
filterType: {
|
|
434
475
|
type: StringConstructor;
|
|
435
476
|
required: true;
|
|
@@ -454,17 +495,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
454
495
|
valueFormat: {
|
|
455
496
|
type: StringConstructor;
|
|
456
497
|
};
|
|
457
|
-
}>> & {
|
|
498
|
+
}>> & Readonly<{
|
|
458
499
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
459
500
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
460
|
-
}
|
|
501
|
+
}> & {}>;
|
|
461
502
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
462
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
463
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
503
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
504
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
464
505
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
465
|
-
NSelect: any;
|
|
466
|
-
NInputNumber: any;
|
|
467
|
-
},
|
|
506
|
+
readonly NSelect: any;
|
|
507
|
+
readonly NInputNumber: any;
|
|
508
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
468
509
|
filterType: {
|
|
469
510
|
type: StringConstructor;
|
|
470
511
|
required: true;
|
|
@@ -489,14 +530,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
489
530
|
valueFormat: {
|
|
490
531
|
type: StringConstructor;
|
|
491
532
|
};
|
|
492
|
-
}>> & {
|
|
533
|
+
}>> & Readonly<{
|
|
493
534
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
494
535
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
495
|
-
}
|
|
536
|
+
}>, {
|
|
496
537
|
modelValue: string | number | unknown[];
|
|
497
538
|
presetVal: string;
|
|
498
|
-
}>;
|
|
499
|
-
WidgetValEnums: {
|
|
539
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
540
|
+
readonly WidgetValEnums: {
|
|
500
541
|
CUSTOM: string;
|
|
501
542
|
FIRST_VAL: string;
|
|
502
543
|
WHOLE: string;
|
|
@@ -527,7 +568,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
527
568
|
NEXT_YEAR: string;
|
|
528
569
|
LAST_YEAR: string;
|
|
529
570
|
};
|
|
530
|
-
},
|
|
571
|
+
}, {}, {}, {}, 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<{
|
|
531
572
|
componentCfg: {
|
|
532
573
|
type: ObjectConstructor;
|
|
533
574
|
};
|
|
@@ -551,17 +592,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
551
592
|
type: StringConstructor;
|
|
552
593
|
default: null;
|
|
553
594
|
};
|
|
554
|
-
}>> & {
|
|
595
|
+
}>> & Readonly<{
|
|
555
596
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
556
597
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
557
598
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
558
|
-
}
|
|
599
|
+
}>, {
|
|
559
600
|
modelValue: string | number | unknown[];
|
|
560
601
|
paramCfg: Record<string, any>;
|
|
561
602
|
presetVal: string;
|
|
562
603
|
customDate: string;
|
|
563
|
-
}>;
|
|
564
|
-
InputFilter: import("vue").DefineComponent<{
|
|
604
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
605
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
565
606
|
paramCfg: {
|
|
566
607
|
type: ObjectConstructor;
|
|
567
608
|
default: null;
|
|
@@ -573,8 +614,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
573
614
|
isAccurateFilter: {
|
|
574
615
|
type: BooleanConstructor;
|
|
575
616
|
};
|
|
576
|
-
}
|
|
577
|
-
props:
|
|
617
|
+
}>, {
|
|
618
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
578
619
|
paramCfg: {
|
|
579
620
|
type: ObjectConstructor;
|
|
580
621
|
default: null;
|
|
@@ -586,21 +627,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
586
627
|
isAccurateFilter: {
|
|
587
628
|
type: BooleanConstructor;
|
|
588
629
|
};
|
|
589
|
-
}>> & {
|
|
630
|
+
}>> & Readonly<{
|
|
590
631
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
591
632
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
592
|
-
}
|
|
633
|
+
}> & {}>;
|
|
593
634
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
|
594
635
|
optionList: import("vue").Ref<{
|
|
595
636
|
label: string;
|
|
596
637
|
value: number;
|
|
638
|
+
}[], {
|
|
639
|
+
label: string;
|
|
640
|
+
value: number;
|
|
641
|
+
}[] | {
|
|
642
|
+
label: string;
|
|
643
|
+
value: number;
|
|
597
644
|
}[]>;
|
|
598
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
599
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
|
645
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
646
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
|
600
647
|
isShowSearch: import("vue").ComputedRef<any>;
|
|
601
|
-
NInput: any;
|
|
602
|
-
NSelect: any;
|
|
603
|
-
},
|
|
648
|
+
readonly NInput: any;
|
|
649
|
+
readonly NSelect: any;
|
|
650
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
604
651
|
paramCfg: {
|
|
605
652
|
type: ObjectConstructor;
|
|
606
653
|
default: null;
|
|
@@ -612,42 +659,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
612
659
|
isAccurateFilter: {
|
|
613
660
|
type: BooleanConstructor;
|
|
614
661
|
};
|
|
615
|
-
}>> & {
|
|
662
|
+
}>> & Readonly<{
|
|
616
663
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
617
664
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
618
|
-
}
|
|
665
|
+
}>, {
|
|
619
666
|
modelValue: string | number | unknown[];
|
|
620
667
|
paramCfg: Record<string, any>;
|
|
621
668
|
isAccurateFilter: boolean;
|
|
622
|
-
}>;
|
|
623
|
-
InputNumber: import("vue").DefineComponent<{
|
|
669
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
670
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
624
671
|
modelValue: {
|
|
625
672
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
626
673
|
default: null;
|
|
627
674
|
};
|
|
628
|
-
}
|
|
629
|
-
props:
|
|
675
|
+
}>, {
|
|
676
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
630
677
|
modelValue: {
|
|
631
678
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
632
679
|
default: null;
|
|
633
680
|
};
|
|
634
|
-
}>> & {
|
|
681
|
+
}>> & Readonly<{
|
|
635
682
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
636
|
-
}
|
|
683
|
+
}> & {}>;
|
|
637
684
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
638
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
639
|
-
NInputNumber: any;
|
|
640
|
-
},
|
|
685
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
686
|
+
readonly NInputNumber: any;
|
|
687
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
641
688
|
modelValue: {
|
|
642
689
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
643
690
|
default: null;
|
|
644
691
|
};
|
|
645
|
-
}>> & {
|
|
692
|
+
}>> & Readonly<{
|
|
646
693
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
647
|
-
}
|
|
694
|
+
}>, {
|
|
648
695
|
modelValue: string | number | unknown[];
|
|
649
|
-
}>;
|
|
650
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
696
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
697
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
651
698
|
paramCfg: {
|
|
652
699
|
type: ObjectConstructor;
|
|
653
700
|
default: null;
|
|
@@ -660,8 +707,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
660
707
|
type: StringConstructor;
|
|
661
708
|
default: string;
|
|
662
709
|
};
|
|
663
|
-
}
|
|
664
|
-
props:
|
|
710
|
+
}>, {
|
|
711
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
665
712
|
paramCfg: {
|
|
666
713
|
type: ObjectConstructor;
|
|
667
714
|
default: null;
|
|
@@ -674,15 +721,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
674
721
|
type: StringConstructor;
|
|
675
722
|
default: string;
|
|
676
723
|
};
|
|
677
|
-
}>> & {
|
|
724
|
+
}>> & Readonly<{
|
|
678
725
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
679
|
-
}
|
|
726
|
+
}> & {}>;
|
|
680
727
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
681
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
728
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
682
729
|
optionSetting: import("vue").ComputedRef<any>;
|
|
683
730
|
widgetOptions: import("vue").ComputedRef<any>;
|
|
684
|
-
NSelect: any;
|
|
685
|
-
WidgetOptionEnums: {
|
|
731
|
+
readonly NSelect: any;
|
|
732
|
+
readonly WidgetOptionEnums: {
|
|
686
733
|
RADIO: string;
|
|
687
734
|
MULTIPLE: string;
|
|
688
735
|
ALL: string;
|
|
@@ -691,7 +738,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
691
738
|
FUTURE_TIME: string;
|
|
692
739
|
CUSTOM_TIME: string;
|
|
693
740
|
};
|
|
694
|
-
},
|
|
741
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
695
742
|
paramCfg: {
|
|
696
743
|
type: ObjectConstructor;
|
|
697
744
|
default: null;
|
|
@@ -704,14 +751,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
704
751
|
type: StringConstructor;
|
|
705
752
|
default: string;
|
|
706
753
|
};
|
|
707
|
-
}>> & {
|
|
754
|
+
}>> & Readonly<{
|
|
708
755
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
709
|
-
}
|
|
756
|
+
}>, {
|
|
710
757
|
modelValue: string | number | unknown[];
|
|
711
758
|
widgetType: string;
|
|
712
759
|
paramCfg: Record<string, any>;
|
|
713
|
-
}>;
|
|
714
|
-
SelectDynamic: import("vue").DefineComponent<{
|
|
760
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
761
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
715
762
|
paramCfg: {
|
|
716
763
|
type: ObjectConstructor;
|
|
717
764
|
default: null;
|
|
@@ -720,9 +767,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
720
767
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
721
768
|
default: null;
|
|
722
769
|
};
|
|
723
|
-
}
|
|
724
|
-
message: import("naive-ui").MessageApi;
|
|
725
|
-
props:
|
|
770
|
+
}>, {
|
|
771
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
772
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
726
773
|
paramCfg: {
|
|
727
774
|
type: ObjectConstructor;
|
|
728
775
|
default: null;
|
|
@@ -731,23 +778,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
778
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
732
779
|
default: null;
|
|
733
780
|
};
|
|
734
|
-
}>> & {
|
|
781
|
+
}>> & Readonly<{
|
|
735
782
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
736
|
-
}
|
|
783
|
+
}> & {}>;
|
|
737
784
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
738
785
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
739
|
-
selectDynamicRef: any
|
|
740
|
-
isLoading: import("vue").Ref<boolean>;
|
|
786
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
|
787
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
741
788
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
|
742
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
|
743
|
-
totalPage: import("vue").Ref<number>;
|
|
789
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
|
790
|
+
totalPage: import("vue").Ref<number, number>;
|
|
744
791
|
menuProps: {
|
|
745
792
|
class: string;
|
|
746
793
|
};
|
|
747
|
-
curPage: import("vue").Ref<number>;
|
|
748
|
-
fieldTitleList: import("vue").Ref<any>;
|
|
749
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
750
|
-
keywordVal: import("vue").Ref<any>;
|
|
794
|
+
curPage: import("vue").Ref<number, number>;
|
|
795
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
|
796
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
|
797
|
+
keywordVal: import("vue").Ref<any, any>;
|
|
751
798
|
optionSetting: import("vue").ComputedRef<any>;
|
|
752
799
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
753
800
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
@@ -770,8 +817,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
770
817
|
}>;
|
|
771
818
|
init: () => void;
|
|
772
819
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
|
773
|
-
NSelect: any;
|
|
774
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
|
820
|
+
readonly NSelect: any;
|
|
821
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
775
822
|
oldValue: {
|
|
776
823
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
777
824
|
default: () => never[];
|
|
@@ -808,9 +855,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
808
855
|
type: BooleanConstructor;
|
|
809
856
|
default: boolean;
|
|
810
857
|
};
|
|
811
|
-
}
|
|
858
|
+
}>, {
|
|
812
859
|
selectMinWidth: number;
|
|
813
|
-
props:
|
|
860
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
814
861
|
oldValue: {
|
|
815
862
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
816
863
|
default: () => never[];
|
|
@@ -847,12 +894,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
847
894
|
type: BooleanConstructor;
|
|
848
895
|
default: boolean;
|
|
849
896
|
};
|
|
850
|
-
}>> & {
|
|
851
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
897
|
+
}>> & Readonly<{
|
|
852
898
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
853
|
-
|
|
899
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
900
|
+
}> & {}>;
|
|
854
901
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
855
|
-
dragEndWidth: import("vue").Ref<number>;
|
|
902
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
|
856
903
|
showKeys: import("vue").ComputedRef<any>;
|
|
857
904
|
titleList: import("vue").ComputedRef<string[]>;
|
|
858
905
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
|
@@ -860,16 +907,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
860
907
|
searchByPage: (onePage: number) => void;
|
|
861
908
|
changeWidth: ({ distance }: any) => void;
|
|
862
909
|
saveWidth: () => void;
|
|
863
|
-
NEmpty: any;
|
|
864
|
-
NButtonGroup: any;
|
|
865
|
-
NButton: any;
|
|
866
|
-
NIcon: any;
|
|
867
|
-
NPopover: any;
|
|
868
|
-
vFlexibleResize: {
|
|
910
|
+
readonly NEmpty: any;
|
|
911
|
+
readonly NButtonGroup: any;
|
|
912
|
+
readonly NButton: any;
|
|
913
|
+
readonly NIcon: any;
|
|
914
|
+
readonly NPopover: any;
|
|
915
|
+
readonly vFlexibleResize: {
|
|
869
916
|
mounted(el: any, { value }: any): void;
|
|
870
917
|
beforeUnmount(el: any): void;
|
|
871
918
|
};
|
|
872
|
-
WidgetValEnums: {
|
|
919
|
+
readonly WidgetValEnums: {
|
|
873
920
|
CUSTOM: string;
|
|
874
921
|
FIRST_VAL: string;
|
|
875
922
|
WHOLE: string;
|
|
@@ -900,9 +947,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
900
947
|
NEXT_YEAR: string;
|
|
901
948
|
LAST_YEAR: string;
|
|
902
949
|
};
|
|
903
|
-
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<{}>>, {}>;
|
|
904
|
-
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<{}>>, {}>;
|
|
905
|
-
},
|
|
950
|
+
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>;
|
|
951
|
+
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>;
|
|
952
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
906
953
|
oldValue: {
|
|
907
954
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
908
955
|
default: () => never[];
|
|
@@ -939,21 +986,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
939
986
|
type: BooleanConstructor;
|
|
940
987
|
default: boolean;
|
|
941
988
|
};
|
|
942
|
-
}>> & {
|
|
943
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
989
|
+
}>> & Readonly<{
|
|
944
990
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
945
|
-
|
|
946
|
-
|
|
991
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
992
|
+
}>, {
|
|
947
993
|
loading: boolean;
|
|
994
|
+
isMultiple: boolean;
|
|
948
995
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
|
996
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
|
997
|
+
isShowWhole: boolean;
|
|
949
998
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
|
950
999
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
|
951
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
|
952
1000
|
curPage: number;
|
|
953
1001
|
isLastPage: boolean;
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1002
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1003
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
957
1004
|
paramCfg: {
|
|
958
1005
|
type: ObjectConstructor;
|
|
959
1006
|
default: null;
|
|
@@ -962,13 +1009,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
962
1009
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
963
1010
|
default: null;
|
|
964
1011
|
};
|
|
965
|
-
}>> & {
|
|
1012
|
+
}>> & Readonly<{
|
|
966
1013
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
967
|
-
}
|
|
1014
|
+
}>, {
|
|
968
1015
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
|
969
1016
|
paramCfg: Record<string, any>;
|
|
970
|
-
}>;
|
|
971
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
|
1017
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1018
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
972
1019
|
paramCfg: {
|
|
973
1020
|
type: ObjectConstructor;
|
|
974
1021
|
default: null;
|
|
@@ -977,8 +1024,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
977
1024
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
978
1025
|
default: null;
|
|
979
1026
|
};
|
|
980
|
-
}
|
|
981
|
-
props:
|
|
1027
|
+
}>, {
|
|
1028
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
982
1029
|
paramCfg: {
|
|
983
1030
|
type: ObjectConstructor;
|
|
984
1031
|
default: null;
|
|
@@ -987,16 +1034,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
987
1034
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
988
1035
|
default: null;
|
|
989
1036
|
};
|
|
990
|
-
}>> & {
|
|
1037
|
+
}>> & Readonly<{
|
|
991
1038
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
992
|
-
}
|
|
993
|
-
startNumber: import("vue").Ref<any>;
|
|
994
|
-
endNumber: import("vue").Ref<any>;
|
|
1039
|
+
}> & {}>;
|
|
1040
|
+
startNumber: import("vue").Ref<any, any>;
|
|
1041
|
+
endNumber: import("vue").Ref<any, any>;
|
|
995
1042
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
996
1043
|
handleChange: (val: number | null, key: string) => void;
|
|
997
|
-
NInputGroup: any;
|
|
998
|
-
NInputNumber: any;
|
|
999
|
-
},
|
|
1044
|
+
readonly NInputGroup: any;
|
|
1045
|
+
readonly NInputNumber: any;
|
|
1046
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1000
1047
|
paramCfg: {
|
|
1001
1048
|
type: ObjectConstructor;
|
|
1002
1049
|
default: null;
|
|
@@ -1005,13 +1052,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1005
1052
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1006
1053
|
default: null;
|
|
1007
1054
|
};
|
|
1008
|
-
}>> & {
|
|
1055
|
+
}>> & Readonly<{
|
|
1009
1056
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1010
|
-
}
|
|
1057
|
+
}>, {
|
|
1011
1058
|
modelValue: string | number | unknown[];
|
|
1012
1059
|
paramCfg: Record<string, any>;
|
|
1013
|
-
}>;
|
|
1014
|
-
DateRange: import("vue").DefineComponent<{
|
|
1060
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1061
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1015
1062
|
item: {
|
|
1016
1063
|
type: ObjectConstructor;
|
|
1017
1064
|
required: true;
|
|
@@ -1032,8 +1079,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1032
1079
|
type: StringConstructor;
|
|
1033
1080
|
default: null;
|
|
1034
1081
|
};
|
|
1035
|
-
}
|
|
1036
|
-
props:
|
|
1082
|
+
}>, {
|
|
1083
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1037
1084
|
item: {
|
|
1038
1085
|
type: ObjectConstructor;
|
|
1039
1086
|
required: true;
|
|
@@ -1054,15 +1101,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1054
1101
|
type: StringConstructor;
|
|
1055
1102
|
default: null;
|
|
1056
1103
|
};
|
|
1057
|
-
}>> & {
|
|
1104
|
+
}>> & Readonly<{
|
|
1058
1105
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1059
1106
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1060
1107
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1061
|
-
}
|
|
1108
|
+
}> & {}>;
|
|
1062
1109
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
1063
|
-
startDate: import("vue").Ref<any>;
|
|
1064
|
-
endDate: import("vue").Ref<any>;
|
|
1065
|
-
filterType: import("vue").ComputedRef<"1" | "
|
|
1110
|
+
startDate: import("vue").Ref<any, any>;
|
|
1111
|
+
endDate: import("vue").Ref<any, any>;
|
|
1112
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
|
1066
1113
|
valueFormat: import("vue").ComputedRef<string>;
|
|
1067
1114
|
dateFormat: import("vue").ComputedRef<string>;
|
|
1068
1115
|
compType: import("vue").ComputedRef<any>;
|
|
@@ -1080,8 +1127,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1080
1127
|
label: string;
|
|
1081
1128
|
value: string;
|
|
1082
1129
|
}[]>;
|
|
1083
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1084
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
|
1130
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1131
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
|
1085
1132
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1086
1133
|
isStartDateDisabled: (ts: number) => boolean;
|
|
1087
1134
|
timeStartDisabled: (ts: number) => {
|
|
@@ -1095,9 +1142,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1095
1142
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
1096
1143
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
1097
1144
|
};
|
|
1098
|
-
NSelect: any;
|
|
1099
|
-
NPopover: any;
|
|
1100
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
1145
|
+
readonly NSelect: any;
|
|
1146
|
+
readonly NPopover: any;
|
|
1147
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1101
1148
|
updateUnchangedValue: {
|
|
1102
1149
|
type: BooleanConstructor;
|
|
1103
1150
|
};
|
|
@@ -1125,14 +1172,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1125
1172
|
type: StringConstructor;
|
|
1126
1173
|
default: string;
|
|
1127
1174
|
};
|
|
1175
|
+
updateValueOnClose: {
|
|
1176
|
+
type: BooleanConstructor;
|
|
1177
|
+
default: boolean;
|
|
1178
|
+
};
|
|
1128
1179
|
isDateDisabled: {
|
|
1129
1180
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1130
1181
|
};
|
|
1131
|
-
|
|
1182
|
+
propKey: {
|
|
1183
|
+
type: StringConstructor;
|
|
1184
|
+
};
|
|
1185
|
+
shortcutListenerConfig: {
|
|
1186
|
+
type: PropType<{
|
|
1187
|
+
enable: boolean;
|
|
1188
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1189
|
+
}>;
|
|
1190
|
+
};
|
|
1191
|
+
}>, {
|
|
1132
1192
|
attrs: {
|
|
1133
1193
|
[x: string]: unknown;
|
|
1134
1194
|
};
|
|
1135
|
-
props:
|
|
1195
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1136
1196
|
updateUnchangedValue: {
|
|
1137
1197
|
type: BooleanConstructor;
|
|
1138
1198
|
};
|
|
@@ -1160,18 +1220,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1160
1220
|
type: StringConstructor;
|
|
1161
1221
|
default: string;
|
|
1162
1222
|
};
|
|
1223
|
+
updateValueOnClose: {
|
|
1224
|
+
type: BooleanConstructor;
|
|
1225
|
+
default: boolean;
|
|
1226
|
+
};
|
|
1163
1227
|
isDateDisabled: {
|
|
1164
1228
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1165
1229
|
};
|
|
1166
|
-
|
|
1230
|
+
propKey: {
|
|
1231
|
+
type: StringConstructor;
|
|
1232
|
+
};
|
|
1233
|
+
shortcutListenerConfig: {
|
|
1234
|
+
type: PropType<{
|
|
1235
|
+
enable: boolean;
|
|
1236
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1237
|
+
}>;
|
|
1238
|
+
};
|
|
1239
|
+
}>> & Readonly<{
|
|
1167
1240
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1168
|
-
}
|
|
1241
|
+
}> & {}>;
|
|
1169
1242
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1170
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
|
1171
|
-
panelInstRef: import("vue").Ref<null>;
|
|
1172
|
-
placeholderRef: import("vue").Ref<any>;
|
|
1173
|
-
oldValue: string;
|
|
1174
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1243
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
|
1244
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1245
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1246
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1247
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
1175
1248
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1176
1249
|
formatRef: import("vue").ComputedRef<string>;
|
|
1177
1250
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1179,6 +1252,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1179
1252
|
focus: () => any;
|
|
1180
1253
|
blur: () => any;
|
|
1181
1254
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1255
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1182
1256
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1183
1257
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1184
1258
|
stopWatcher: () => void;
|
|
@@ -1186,8 +1260,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1186
1260
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1187
1261
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1188
1262
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1189
|
-
NDatePicker: any;
|
|
1190
|
-
},
|
|
1263
|
+
readonly NDatePicker: any;
|
|
1264
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1191
1265
|
updateUnchangedValue: {
|
|
1192
1266
|
type: BooleanConstructor;
|
|
1193
1267
|
};
|
|
@@ -1215,18 +1289,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1215
1289
|
type: StringConstructor;
|
|
1216
1290
|
default: string;
|
|
1217
1291
|
};
|
|
1292
|
+
updateValueOnClose: {
|
|
1293
|
+
type: BooleanConstructor;
|
|
1294
|
+
default: boolean;
|
|
1295
|
+
};
|
|
1218
1296
|
isDateDisabled: {
|
|
1219
1297
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1220
1298
|
};
|
|
1221
|
-
|
|
1299
|
+
propKey: {
|
|
1300
|
+
type: StringConstructor;
|
|
1301
|
+
};
|
|
1302
|
+
shortcutListenerConfig: {
|
|
1303
|
+
type: PropType<{
|
|
1304
|
+
enable: boolean;
|
|
1305
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1306
|
+
}>;
|
|
1307
|
+
};
|
|
1308
|
+
}>> & Readonly<{
|
|
1222
1309
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1223
|
-
}
|
|
1310
|
+
}>, {
|
|
1224
1311
|
type: string;
|
|
1225
1312
|
updateUnchangedValue: boolean;
|
|
1226
1313
|
to: string | false | HTMLElement;
|
|
1227
1314
|
holidays: Date[];
|
|
1228
|
-
|
|
1229
|
-
|
|
1315
|
+
updateValueOnClose: boolean;
|
|
1316
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1317
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1230
1318
|
filterType: {
|
|
1231
1319
|
type: StringConstructor;
|
|
1232
1320
|
required: true;
|
|
@@ -1251,7 +1339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1251
1339
|
valueFormat: {
|
|
1252
1340
|
type: StringConstructor;
|
|
1253
1341
|
};
|
|
1254
|
-
}
|
|
1342
|
+
}>, {
|
|
1255
1343
|
widgetOptions: {
|
|
1256
1344
|
label: string;
|
|
1257
1345
|
value: string;
|
|
@@ -1260,9 +1348,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1260
1348
|
label: string;
|
|
1261
1349
|
value: string;
|
|
1262
1350
|
}[];
|
|
1263
|
-
startDateNum: import("vue").Ref<any>;
|
|
1264
|
-
endDateNum: import("vue").Ref<any>;
|
|
1265
|
-
props:
|
|
1351
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
1352
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
1353
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1266
1354
|
filterType: {
|
|
1267
1355
|
type: StringConstructor;
|
|
1268
1356
|
required: true;
|
|
@@ -1287,17 +1375,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1287
1375
|
valueFormat: {
|
|
1288
1376
|
type: StringConstructor;
|
|
1289
1377
|
};
|
|
1290
|
-
}>> & {
|
|
1378
|
+
}>> & Readonly<{
|
|
1291
1379
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1292
1380
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1293
|
-
}
|
|
1381
|
+
}> & {}>;
|
|
1294
1382
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
1295
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1296
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1383
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1384
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1297
1385
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1298
|
-
NSelect: any;
|
|
1299
|
-
NInputNumber: any;
|
|
1300
|
-
},
|
|
1386
|
+
readonly NSelect: any;
|
|
1387
|
+
readonly NInputNumber: any;
|
|
1388
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1301
1389
|
filterType: {
|
|
1302
1390
|
type: StringConstructor;
|
|
1303
1391
|
required: true;
|
|
@@ -1322,14 +1410,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1322
1410
|
valueFormat: {
|
|
1323
1411
|
type: StringConstructor;
|
|
1324
1412
|
};
|
|
1325
|
-
}>> & {
|
|
1413
|
+
}>> & Readonly<{
|
|
1326
1414
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1327
1415
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1328
|
-
}
|
|
1416
|
+
}>, {
|
|
1329
1417
|
modelValue: string | number | unknown[];
|
|
1330
1418
|
presetVal: string;
|
|
1331
|
-
}>;
|
|
1332
|
-
WidgetValEnums: {
|
|
1419
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1420
|
+
readonly WidgetValEnums: {
|
|
1333
1421
|
CUSTOM: string;
|
|
1334
1422
|
FIRST_VAL: string;
|
|
1335
1423
|
WHOLE: string;
|
|
@@ -1360,7 +1448,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1360
1448
|
NEXT_YEAR: string;
|
|
1361
1449
|
LAST_YEAR: string;
|
|
1362
1450
|
};
|
|
1363
|
-
},
|
|
1451
|
+
}, {}, {}, {}, 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<{
|
|
1364
1452
|
item: {
|
|
1365
1453
|
type: ObjectConstructor;
|
|
1366
1454
|
required: true;
|
|
@@ -1381,17 +1469,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1381
1469
|
type: StringConstructor;
|
|
1382
1470
|
default: null;
|
|
1383
1471
|
};
|
|
1384
|
-
}>> & {
|
|
1472
|
+
}>> & Readonly<{
|
|
1385
1473
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1386
1474
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1387
1475
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1388
|
-
}
|
|
1476
|
+
}>, {
|
|
1389
1477
|
modelValue: string | number | unknown[];
|
|
1390
1478
|
paramCfg: Record<string, any>;
|
|
1391
1479
|
presetVal: string;
|
|
1392
1480
|
customDate: string;
|
|
1393
|
-
}>;
|
|
1394
|
-
SelectLabel: import("vue").DefineComponent<{
|
|
1481
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1482
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1395
1483
|
paramCfg: {
|
|
1396
1484
|
type: ObjectConstructor;
|
|
1397
1485
|
default: null;
|
|
@@ -1400,10 +1488,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1400
1488
|
type: StringConstructor;
|
|
1401
1489
|
default: null;
|
|
1402
1490
|
};
|
|
1403
|
-
}
|
|
1491
|
+
}>, {
|
|
1404
1492
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1405
|
-
message: import("naive-ui").MessageApi;
|
|
1406
|
-
props:
|
|
1493
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1494
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1407
1495
|
paramCfg: {
|
|
1408
1496
|
type: ObjectConstructor;
|
|
1409
1497
|
default: null;
|
|
@@ -1412,13 +1500,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1412
1500
|
type: StringConstructor;
|
|
1413
1501
|
default: null;
|
|
1414
1502
|
};
|
|
1415
|
-
}>> & {
|
|
1503
|
+
}>> & Readonly<{
|
|
1416
1504
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1417
|
-
}
|
|
1505
|
+
}> & {}>;
|
|
1418
1506
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1419
|
-
tagList: import("vue").Ref<never[]>;
|
|
1507
|
+
tagList: import("vue").Ref<never[], never[]>;
|
|
1420
1508
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
|
1421
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
1509
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
|
1422
1510
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
1423
1511
|
initTagList: () => Promise<void>;
|
|
1424
1512
|
renderOption: ({ node, option }: {
|
|
@@ -1430,8 +1518,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1430
1518
|
[key: string]: any;
|
|
1431
1519
|
}>;
|
|
1432
1520
|
renderLabel: (option: any) => any;
|
|
1433
|
-
NSelect: any;
|
|
1434
|
-
},
|
|
1521
|
+
readonly NSelect: any;
|
|
1522
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1435
1523
|
paramCfg: {
|
|
1436
1524
|
type: ObjectConstructor;
|
|
1437
1525
|
default: null;
|
|
@@ -1440,13 +1528,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1440
1528
|
type: StringConstructor;
|
|
1441
1529
|
default: null;
|
|
1442
1530
|
};
|
|
1443
|
-
}>> & {
|
|
1531
|
+
}>> & Readonly<{
|
|
1444
1532
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1445
|
-
}
|
|
1533
|
+
}>, {
|
|
1446
1534
|
modelValue: string;
|
|
1447
1535
|
paramCfg: Record<string, any>;
|
|
1448
|
-
}>;
|
|
1449
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
|
1536
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1537
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1450
1538
|
paramCfg: {
|
|
1451
1539
|
type: ObjectConstructor;
|
|
1452
1540
|
default: null;
|
|
@@ -1455,9 +1543,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1455
1543
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1456
1544
|
default: null;
|
|
1457
1545
|
};
|
|
1458
|
-
}
|
|
1459
|
-
message: import("naive-ui").MessageApi;
|
|
1460
|
-
props:
|
|
1546
|
+
}>, {
|
|
1547
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1548
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1461
1549
|
paramCfg: {
|
|
1462
1550
|
type: ObjectConstructor;
|
|
1463
1551
|
default: null;
|
|
@@ -1466,22 +1554,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1466
1554
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1467
1555
|
default: null;
|
|
1468
1556
|
};
|
|
1469
|
-
}>> & {
|
|
1557
|
+
}>> & Readonly<{
|
|
1470
1558
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1471
|
-
}
|
|
1559
|
+
}> & {}>;
|
|
1472
1560
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1473
1561
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1474
|
-
options: import("vue").Ref<any[]>;
|
|
1562
|
+
options: import("vue").Ref<any[], any[]>;
|
|
1475
1563
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
|
1476
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
|
1564
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
|
1477
1565
|
optionSetting: import("vue").ComputedRef<any>;
|
|
1478
1566
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
1479
1567
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
1480
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1568
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1481
1569
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
|
1482
1570
|
getOptionsData: (keyword: string) => Promise<void>;
|
|
1483
|
-
NTreeSelect: any;
|
|
1484
|
-
},
|
|
1571
|
+
readonly NTreeSelect: any;
|
|
1572
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1485
1573
|
paramCfg: {
|
|
1486
1574
|
type: ObjectConstructor;
|
|
1487
1575
|
default: null;
|
|
@@ -1490,13 +1578,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1490
1578
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1491
1579
|
default: null;
|
|
1492
1580
|
};
|
|
1493
|
-
}>> & {
|
|
1581
|
+
}>> & Readonly<{
|
|
1494
1582
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1495
|
-
}
|
|
1583
|
+
}>, {
|
|
1496
1584
|
modelValue: string | number | unknown[];
|
|
1497
1585
|
paramCfg: Record<string, any>;
|
|
1498
|
-
}>;
|
|
1499
|
-
WidgetTypeEnums: {
|
|
1586
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1587
|
+
readonly WidgetTypeEnums: {
|
|
1500
1588
|
INPUT_NUMBER: string;
|
|
1501
1589
|
INPUT: string;
|
|
1502
1590
|
SELECT: string;
|
|
@@ -1516,7 +1604,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1516
1604
|
SELECTTREE: string;
|
|
1517
1605
|
SELECTTREEDYNAMIC: string;
|
|
1518
1606
|
};
|
|
1519
|
-
},
|
|
1607
|
+
}, {}, {}, {}, 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<{
|
|
1520
1608
|
item: {
|
|
1521
1609
|
type: ObjectConstructor;
|
|
1522
1610
|
default: null;
|
|
@@ -1540,20 +1628,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1540
1628
|
type: StringConstructor;
|
|
1541
1629
|
default: null;
|
|
1542
1630
|
};
|
|
1543
|
-
}>> & {
|
|
1631
|
+
}>> & Readonly<{
|
|
1544
1632
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1545
1633
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
1546
1634
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1547
1635
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1548
|
-
}
|
|
1636
|
+
}>, {
|
|
1549
1637
|
modelValue: string | number | unknown[];
|
|
1550
1638
|
item: Record<string, any>;
|
|
1551
1639
|
paramCfg: Record<string, any>;
|
|
1552
1640
|
presetVal: string;
|
|
1553
1641
|
isAccurate: boolean;
|
|
1554
1642
|
customDate: string;
|
|
1555
|
-
}>;
|
|
1556
|
-
ConditionEnums: {
|
|
1643
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1644
|
+
readonly ConditionEnums: {
|
|
1557
1645
|
NULL: string;
|
|
1558
1646
|
EQUAL: string;
|
|
1559
1647
|
CUSTOM_RANGE: string;
|
|
@@ -1562,7 +1650,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1562
1650
|
IN_THE_PAST_DI: string;
|
|
1563
1651
|
IN_THE_FUTURE_DI: string;
|
|
1564
1652
|
};
|
|
1565
|
-
},
|
|
1653
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1566
1654
|
actionList_prop: {
|
|
1567
1655
|
type: PropType<IClassifyListType>;
|
|
1568
1656
|
default: () => {};
|
|
@@ -1587,15 +1675,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1587
1675
|
type: BooleanConstructor;
|
|
1588
1676
|
default: boolean;
|
|
1589
1677
|
};
|
|
1590
|
-
}>> & {
|
|
1678
|
+
}>> & Readonly<{
|
|
1591
1679
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1592
1680
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1593
|
-
}
|
|
1681
|
+
}>, {
|
|
1594
1682
|
searchFieldList: unknown[];
|
|
1595
1683
|
tableId: string;
|
|
1596
1684
|
conditionList: unknown[];
|
|
1597
1685
|
actionList_prop: IClassifyListType;
|
|
1598
1686
|
showItemName: boolean;
|
|
1599
1687
|
hideAddBtn: boolean;
|
|
1600
|
-
}>;
|
|
1688
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1601
1689
|
export default _default;
|