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,4 +1,4 @@
|
|
|
1
|
-
declare const CheckboxGroup: import("vue").DefineComponent<{
|
|
1
|
+
declare const CheckboxGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
options: {
|
|
3
3
|
type: import("vue").PropType<import("../../../types").ICheckboxType[]>;
|
|
4
4
|
};
|
|
@@ -10,8 +10,8 @@ declare const CheckboxGroup: import("vue").DefineComponent<{
|
|
|
10
10
|
type: BooleanConstructor;
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
14
|
-
props:
|
|
13
|
+
}>, {
|
|
14
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
options: {
|
|
16
16
|
type: import("vue").PropType<import("../../../types").ICheckboxType[]>;
|
|
17
17
|
};
|
|
@@ -23,16 +23,16 @@ declare const CheckboxGroup: import("vue").DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}>> & {
|
|
26
|
+
}>> & Readonly<{
|
|
27
27
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}
|
|
28
|
+
}> & {}>;
|
|
29
29
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
30
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
30
|
+
valueCp: import("vue").WritableComputedRef<unknown[], any>;
|
|
31
31
|
filterNewVal: (val: any) => any;
|
|
32
32
|
onChange: (val: any) => void;
|
|
33
|
-
NCheckboxGroup: any;
|
|
34
|
-
NCheckbox: any;
|
|
35
|
-
},
|
|
33
|
+
readonly NCheckboxGroup: any;
|
|
34
|
+
readonly NCheckbox: any;
|
|
35
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
options: {
|
|
37
37
|
type: import("vue").PropType<import("../../../types").ICheckboxType[]>;
|
|
38
38
|
};
|
|
@@ -44,13 +44,13 @@ declare const CheckboxGroup: import("vue").DefineComponent<{
|
|
|
44
44
|
type: BooleanConstructor;
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
|
-
}>> & {
|
|
47
|
+
}>> & Readonly<{
|
|
48
48
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
}
|
|
49
|
+
}>, {
|
|
50
50
|
value: string | number | unknown[];
|
|
51
51
|
multiple: boolean;
|
|
52
|
-
}>;
|
|
53
|
-
declare const InputNumberGroup: import("vue").DefineComponent<{
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
|
+
declare const InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
54
54
|
startPlaceholder: {
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
@@ -63,8 +63,8 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
|
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
|
-
}
|
|
67
|
-
props:
|
|
66
|
+
}>, {
|
|
67
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
68
68
|
startPlaceholder: {
|
|
69
69
|
type: StringConstructor;
|
|
70
70
|
default: string;
|
|
@@ -77,16 +77,16 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
|
|
|
77
77
|
type: StringConstructor;
|
|
78
78
|
default: string;
|
|
79
79
|
};
|
|
80
|
-
}>> & {
|
|
80
|
+
}>> & Readonly<{
|
|
81
81
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
}
|
|
83
|
-
startNumber: import("vue").Ref<any>;
|
|
84
|
-
endNumber: import("vue").Ref<any>;
|
|
82
|
+
}> & {}>;
|
|
83
|
+
startNumber: import("vue").Ref<any, any>;
|
|
84
|
+
endNumber: import("vue").Ref<any, any>;
|
|
85
85
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
86
86
|
handleChange: (val: number | null, key: string) => void;
|
|
87
|
-
NInputGroup: any;
|
|
88
|
-
NInputNumber: any;
|
|
89
|
-
},
|
|
87
|
+
readonly NInputGroup: any;
|
|
88
|
+
readonly NInputNumber: any;
|
|
89
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
90
|
startPlaceholder: {
|
|
91
91
|
type: StringConstructor;
|
|
92
92
|
default: string;
|
|
@@ -99,14 +99,14 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
|
|
|
99
99
|
type: StringConstructor;
|
|
100
100
|
default: string;
|
|
101
101
|
};
|
|
102
|
-
}>> & {
|
|
102
|
+
}>> & Readonly<{
|
|
103
103
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
104
|
-
}
|
|
104
|
+
}>, {
|
|
105
105
|
value: string;
|
|
106
106
|
startPlaceholder: string;
|
|
107
107
|
endPlaceholder: string;
|
|
108
|
-
}>;
|
|
109
|
-
declare const DateInner: import("vue").DefineComponent<{
|
|
108
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
declare const DateInner: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
110
110
|
componentCfg: {
|
|
111
111
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
112
112
|
};
|
|
@@ -134,8 +134,8 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
134
134
|
type: StringConstructor;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
|
-
}
|
|
138
|
-
props:
|
|
137
|
+
}>, {
|
|
138
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
139
139
|
componentCfg: {
|
|
140
140
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
141
141
|
};
|
|
@@ -163,13 +163,13 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
163
163
|
type: StringConstructor;
|
|
164
164
|
default: string;
|
|
165
165
|
};
|
|
166
|
-
}>> & {
|
|
166
|
+
}>> & Readonly<{
|
|
167
167
|
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
168
168
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
169
|
-
}
|
|
169
|
+
}> & {}>;
|
|
170
170
|
emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
|
|
171
|
-
valueCp: import("vue").Ref<any>;
|
|
172
|
-
isShowDateRange: import("vue").Ref<boolean>;
|
|
171
|
+
valueCp: import("vue").Ref<any, any>;
|
|
172
|
+
isShowDateRange: import("vue").Ref<boolean, boolean>;
|
|
173
173
|
dateFormat: import("vue").ComputedRef<string>;
|
|
174
174
|
showTabStr: import("vue").ComputedRef<string>;
|
|
175
175
|
radioValue: import("vue").ComputedRef<string>;
|
|
@@ -187,8 +187,8 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
187
187
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
188
188
|
};
|
|
189
189
|
init: () => void;
|
|
190
|
-
NButton: any;
|
|
191
|
-
CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
190
|
+
readonly NButton: any;
|
|
191
|
+
readonly CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
192
192
|
updateUnchangedValue: {
|
|
193
193
|
type: BooleanConstructor;
|
|
194
194
|
};
|
|
@@ -216,14 +216,27 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
216
216
|
type: StringConstructor;
|
|
217
217
|
default: string;
|
|
218
218
|
};
|
|
219
|
+
updateValueOnClose: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
219
223
|
isDateDisabled: {
|
|
220
224
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
221
225
|
};
|
|
222
|
-
|
|
226
|
+
propKey: {
|
|
227
|
+
type: StringConstructor;
|
|
228
|
+
};
|
|
229
|
+
shortcutListenerConfig: {
|
|
230
|
+
type: import("vue").PropType<{
|
|
231
|
+
enable: boolean;
|
|
232
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
233
|
+
}>;
|
|
234
|
+
};
|
|
235
|
+
}>, {
|
|
223
236
|
attrs: {
|
|
224
237
|
[x: string]: unknown;
|
|
225
238
|
};
|
|
226
|
-
props:
|
|
239
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
227
240
|
updateUnchangedValue: {
|
|
228
241
|
type: BooleanConstructor;
|
|
229
242
|
};
|
|
@@ -251,18 +264,31 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
251
264
|
type: StringConstructor;
|
|
252
265
|
default: string;
|
|
253
266
|
};
|
|
267
|
+
updateValueOnClose: {
|
|
268
|
+
type: BooleanConstructor;
|
|
269
|
+
default: boolean;
|
|
270
|
+
};
|
|
254
271
|
isDateDisabled: {
|
|
255
272
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
256
273
|
};
|
|
257
|
-
|
|
274
|
+
propKey: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
};
|
|
277
|
+
shortcutListenerConfig: {
|
|
278
|
+
type: import("vue").PropType<{
|
|
279
|
+
enable: boolean;
|
|
280
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
281
|
+
}>;
|
|
282
|
+
};
|
|
283
|
+
}>> & Readonly<{
|
|
258
284
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
259
|
-
}
|
|
285
|
+
}> & {}>;
|
|
260
286
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
261
|
-
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
|
|
262
|
-
panelInstRef: import("vue").Ref<null>;
|
|
263
|
-
placeholderRef: import("vue").Ref<any>;
|
|
264
|
-
oldValue: string;
|
|
265
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
287
|
+
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null, import("../../../../../../shared/types").AnyObject | null>;
|
|
288
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
289
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
290
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
291
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
266
292
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
267
293
|
formatRef: import("vue").ComputedRef<string>;
|
|
268
294
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -270,6 +296,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
270
296
|
focus: () => any;
|
|
271
297
|
blur: () => any;
|
|
272
298
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
299
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
273
300
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
274
301
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
275
302
|
stopWatcher: () => void;
|
|
@@ -277,8 +304,8 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
277
304
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
278
305
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
279
306
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
280
|
-
NDatePicker: any;
|
|
281
|
-
},
|
|
307
|
+
readonly NDatePicker: any;
|
|
308
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
282
309
|
updateUnchangedValue: {
|
|
283
310
|
type: BooleanConstructor;
|
|
284
311
|
};
|
|
@@ -306,18 +333,32 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
306
333
|
type: StringConstructor;
|
|
307
334
|
default: string;
|
|
308
335
|
};
|
|
336
|
+
updateValueOnClose: {
|
|
337
|
+
type: BooleanConstructor;
|
|
338
|
+
default: boolean;
|
|
339
|
+
};
|
|
309
340
|
isDateDisabled: {
|
|
310
341
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
311
342
|
};
|
|
312
|
-
|
|
343
|
+
propKey: {
|
|
344
|
+
type: StringConstructor;
|
|
345
|
+
};
|
|
346
|
+
shortcutListenerConfig: {
|
|
347
|
+
type: import("vue").PropType<{
|
|
348
|
+
enable: boolean;
|
|
349
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
350
|
+
}>;
|
|
351
|
+
};
|
|
352
|
+
}>> & Readonly<{
|
|
313
353
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
314
|
-
}
|
|
354
|
+
}>, {
|
|
315
355
|
type: string;
|
|
316
356
|
updateUnchangedValue: boolean;
|
|
317
357
|
to: string | false | HTMLElement;
|
|
318
358
|
holidays: Date[];
|
|
319
|
-
|
|
320
|
-
|
|
359
|
+
updateValueOnClose: boolean;
|
|
360
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
361
|
+
DateQuickBtn: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
321
362
|
componentCfg: {
|
|
322
363
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
323
364
|
};
|
|
@@ -333,8 +374,8 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
333
374
|
type: StringConstructor;
|
|
334
375
|
default: string;
|
|
335
376
|
};
|
|
336
|
-
}
|
|
337
|
-
props:
|
|
377
|
+
}>, {
|
|
378
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
338
379
|
componentCfg: {
|
|
339
380
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
340
381
|
};
|
|
@@ -350,17 +391,17 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
350
391
|
type: StringConstructor;
|
|
351
392
|
default: string;
|
|
352
393
|
};
|
|
353
|
-
}>> & {
|
|
394
|
+
}>> & Readonly<{
|
|
354
395
|
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
355
396
|
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
356
|
-
}
|
|
397
|
+
}> & {}>;
|
|
357
398
|
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
358
|
-
dateList: import("vue").Ref<any[]>;
|
|
399
|
+
dateList: import("vue").Ref<any[], any[]>;
|
|
359
400
|
optionSetting: import("vue").ComputedRef<any>;
|
|
360
401
|
isRange: import("vue").ComputedRef<any>;
|
|
361
402
|
initData: () => void;
|
|
362
403
|
handleRadioClick: (date: any) => void;
|
|
363
|
-
},
|
|
404
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
364
405
|
componentCfg: {
|
|
365
406
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
366
407
|
};
|
|
@@ -376,15 +417,15 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
376
417
|
type: StringConstructor;
|
|
377
418
|
default: string;
|
|
378
419
|
};
|
|
379
|
-
}>> & {
|
|
420
|
+
}>> & Readonly<{
|
|
380
421
|
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
381
422
|
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
382
|
-
}
|
|
423
|
+
}>, {
|
|
383
424
|
type: "date" | "datetime";
|
|
384
425
|
dateFormat: string;
|
|
385
426
|
radioValue: string;
|
|
386
|
-
}>;
|
|
387
|
-
},
|
|
427
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
428
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
388
429
|
componentCfg: {
|
|
389
430
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
390
431
|
};
|
|
@@ -412,18 +453,18 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
412
453
|
type: StringConstructor;
|
|
413
454
|
default: string;
|
|
414
455
|
};
|
|
415
|
-
}>> & {
|
|
456
|
+
}>> & Readonly<{
|
|
416
457
|
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
417
458
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
418
|
-
}
|
|
459
|
+
}>, {
|
|
419
460
|
type: "date" | "datetime";
|
|
420
461
|
value: string;
|
|
421
|
-
placeholder: string;
|
|
422
462
|
unit: string;
|
|
423
|
-
|
|
463
|
+
placeholder: string;
|
|
424
464
|
clearable: boolean;
|
|
425
|
-
|
|
426
|
-
|
|
465
|
+
valueFormat: string;
|
|
466
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
467
|
+
declare const DateOut: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
427
468
|
componentCfg: {
|
|
428
469
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
429
470
|
};
|
|
@@ -447,8 +488,8 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
447
488
|
type: StringConstructor;
|
|
448
489
|
default: string;
|
|
449
490
|
};
|
|
450
|
-
}
|
|
451
|
-
props:
|
|
491
|
+
}>, {
|
|
492
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
452
493
|
componentCfg: {
|
|
453
494
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
454
495
|
};
|
|
@@ -472,14 +513,16 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
472
513
|
type: StringConstructor;
|
|
473
514
|
default: string;
|
|
474
515
|
};
|
|
475
|
-
}>> & {
|
|
516
|
+
}>> & Readonly<{
|
|
476
517
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
477
|
-
}
|
|
518
|
+
}> & {}>;
|
|
478
519
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
479
|
-
valueCp: import("vue").Ref<any>;
|
|
480
|
-
rangeShortcuts: import("vue").Ref<any>;
|
|
520
|
+
valueCp: import("vue").Ref<any, any>;
|
|
521
|
+
rangeShortcuts: import("vue").Ref<any, any>;
|
|
522
|
+
shortcutListenerConfig: import("../../../../../../shared/types").AnyObject;
|
|
481
523
|
dateFormat: import("vue").ComputedRef<string>;
|
|
482
524
|
optionSetting: import("vue").ComputedRef<any>;
|
|
525
|
+
compName: import("vue").ComputedRef<any>;
|
|
483
526
|
handleChange: (val: any) => void;
|
|
484
527
|
isDateDisabled: (ts: number) => boolean;
|
|
485
528
|
timeDisabled: (ts: number) => {
|
|
@@ -488,7 +531,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
488
531
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
489
532
|
};
|
|
490
533
|
init: () => void;
|
|
491
|
-
CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
534
|
+
readonly CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
492
535
|
updateUnchangedValue: {
|
|
493
536
|
type: BooleanConstructor;
|
|
494
537
|
};
|
|
@@ -516,14 +559,27 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
516
559
|
type: StringConstructor;
|
|
517
560
|
default: string;
|
|
518
561
|
};
|
|
562
|
+
updateValueOnClose: {
|
|
563
|
+
type: BooleanConstructor;
|
|
564
|
+
default: boolean;
|
|
565
|
+
};
|
|
519
566
|
isDateDisabled: {
|
|
520
567
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
521
568
|
};
|
|
522
|
-
|
|
569
|
+
propKey: {
|
|
570
|
+
type: StringConstructor;
|
|
571
|
+
};
|
|
572
|
+
shortcutListenerConfig: {
|
|
573
|
+
type: import("vue").PropType<{
|
|
574
|
+
enable: boolean;
|
|
575
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
576
|
+
}>;
|
|
577
|
+
};
|
|
578
|
+
}>, {
|
|
523
579
|
attrs: {
|
|
524
580
|
[x: string]: unknown;
|
|
525
581
|
};
|
|
526
|
-
props:
|
|
582
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
527
583
|
updateUnchangedValue: {
|
|
528
584
|
type: BooleanConstructor;
|
|
529
585
|
};
|
|
@@ -551,18 +607,31 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
551
607
|
type: StringConstructor;
|
|
552
608
|
default: string;
|
|
553
609
|
};
|
|
610
|
+
updateValueOnClose: {
|
|
611
|
+
type: BooleanConstructor;
|
|
612
|
+
default: boolean;
|
|
613
|
+
};
|
|
554
614
|
isDateDisabled: {
|
|
555
615
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
556
616
|
};
|
|
557
|
-
|
|
617
|
+
propKey: {
|
|
618
|
+
type: StringConstructor;
|
|
619
|
+
};
|
|
620
|
+
shortcutListenerConfig: {
|
|
621
|
+
type: import("vue").PropType<{
|
|
622
|
+
enable: boolean;
|
|
623
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
624
|
+
}>;
|
|
625
|
+
};
|
|
626
|
+
}>> & Readonly<{
|
|
558
627
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
559
|
-
}
|
|
628
|
+
}> & {}>;
|
|
560
629
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
561
|
-
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
|
|
562
|
-
panelInstRef: import("vue").Ref<null>;
|
|
563
|
-
placeholderRef: import("vue").Ref<any>;
|
|
564
|
-
oldValue: string;
|
|
565
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
630
|
+
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null, import("../../../../../../shared/types").AnyObject | null>;
|
|
631
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
632
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
633
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
634
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
566
635
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
567
636
|
formatRef: import("vue").ComputedRef<string>;
|
|
568
637
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -570,6 +639,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
570
639
|
focus: () => any;
|
|
571
640
|
blur: () => any;
|
|
572
641
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
642
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
573
643
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
574
644
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
575
645
|
stopWatcher: () => void;
|
|
@@ -577,8 +647,8 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
577
647
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
578
648
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
579
649
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
580
|
-
NDatePicker: any;
|
|
581
|
-
},
|
|
650
|
+
readonly NDatePicker: any;
|
|
651
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
582
652
|
updateUnchangedValue: {
|
|
583
653
|
type: BooleanConstructor;
|
|
584
654
|
};
|
|
@@ -606,18 +676,32 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
606
676
|
type: StringConstructor;
|
|
607
677
|
default: string;
|
|
608
678
|
};
|
|
679
|
+
updateValueOnClose: {
|
|
680
|
+
type: BooleanConstructor;
|
|
681
|
+
default: boolean;
|
|
682
|
+
};
|
|
609
683
|
isDateDisabled: {
|
|
610
684
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
611
685
|
};
|
|
612
|
-
|
|
686
|
+
propKey: {
|
|
687
|
+
type: StringConstructor;
|
|
688
|
+
};
|
|
689
|
+
shortcutListenerConfig: {
|
|
690
|
+
type: import("vue").PropType<{
|
|
691
|
+
enable: boolean;
|
|
692
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
693
|
+
}>;
|
|
694
|
+
};
|
|
695
|
+
}>> & Readonly<{
|
|
613
696
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
614
|
-
}
|
|
697
|
+
}>, {
|
|
615
698
|
type: string;
|
|
616
699
|
updateUnchangedValue: boolean;
|
|
617
700
|
to: string | false | HTMLElement;
|
|
618
701
|
holidays: Date[];
|
|
619
|
-
|
|
620
|
-
},
|
|
702
|
+
updateValueOnClose: boolean;
|
|
703
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
704
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
621
705
|
componentCfg: {
|
|
622
706
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
623
707
|
};
|
|
@@ -641,16 +725,16 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
641
725
|
type: StringConstructor;
|
|
642
726
|
default: string;
|
|
643
727
|
};
|
|
644
|
-
}>> & {
|
|
728
|
+
}>> & Readonly<{
|
|
645
729
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
646
|
-
}
|
|
730
|
+
}>, {
|
|
647
731
|
type: "date" | "datetime";
|
|
648
732
|
value: string;
|
|
649
733
|
placeholder: string;
|
|
650
|
-
valueFormat: string;
|
|
651
734
|
clearable: boolean;
|
|
652
|
-
|
|
653
|
-
|
|
735
|
+
valueFormat: string;
|
|
736
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
737
|
+
declare const DateRangeInner: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
654
738
|
componentCfg: {
|
|
655
739
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
656
740
|
};
|
|
@@ -682,8 +766,8 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
682
766
|
type: StringConstructor;
|
|
683
767
|
default: string;
|
|
684
768
|
};
|
|
685
|
-
}
|
|
686
|
-
props:
|
|
769
|
+
}>, {
|
|
770
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
687
771
|
componentCfg: {
|
|
688
772
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
689
773
|
};
|
|
@@ -715,14 +799,14 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
715
799
|
type: StringConstructor;
|
|
716
800
|
default: string;
|
|
717
801
|
};
|
|
718
|
-
}>> & {
|
|
802
|
+
}>> & Readonly<{
|
|
719
803
|
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
720
804
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
721
|
-
}
|
|
805
|
+
}> & {}>;
|
|
722
806
|
emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
|
|
723
|
-
isShowDateRange: import("vue").Ref<boolean>;
|
|
724
|
-
startDate: import("vue").Ref<any>;
|
|
725
|
-
endDate: import("vue").Ref<any>;
|
|
807
|
+
isShowDateRange: import("vue").Ref<boolean, boolean>;
|
|
808
|
+
startDate: import("vue").Ref<any, any>;
|
|
809
|
+
endDate: import("vue").Ref<any, any>;
|
|
726
810
|
radioValue: import("vue").ComputedRef<string>;
|
|
727
811
|
optionSetting: import("vue").ComputedRef<any>;
|
|
728
812
|
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
@@ -749,8 +833,8 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
749
833
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
750
834
|
};
|
|
751
835
|
init: () => void;
|
|
752
|
-
NButton: any;
|
|
753
|
-
CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
836
|
+
readonly NButton: any;
|
|
837
|
+
readonly CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
754
838
|
updateUnchangedValue: {
|
|
755
839
|
type: BooleanConstructor;
|
|
756
840
|
};
|
|
@@ -778,14 +862,27 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
778
862
|
type: StringConstructor;
|
|
779
863
|
default: string;
|
|
780
864
|
};
|
|
865
|
+
updateValueOnClose: {
|
|
866
|
+
type: BooleanConstructor;
|
|
867
|
+
default: boolean;
|
|
868
|
+
};
|
|
781
869
|
isDateDisabled: {
|
|
782
870
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
783
871
|
};
|
|
784
|
-
|
|
872
|
+
propKey: {
|
|
873
|
+
type: StringConstructor;
|
|
874
|
+
};
|
|
875
|
+
shortcutListenerConfig: {
|
|
876
|
+
type: import("vue").PropType<{
|
|
877
|
+
enable: boolean;
|
|
878
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
879
|
+
}>;
|
|
880
|
+
};
|
|
881
|
+
}>, {
|
|
785
882
|
attrs: {
|
|
786
883
|
[x: string]: unknown;
|
|
787
884
|
};
|
|
788
|
-
props:
|
|
885
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
789
886
|
updateUnchangedValue: {
|
|
790
887
|
type: BooleanConstructor;
|
|
791
888
|
};
|
|
@@ -813,18 +910,31 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
813
910
|
type: StringConstructor;
|
|
814
911
|
default: string;
|
|
815
912
|
};
|
|
913
|
+
updateValueOnClose: {
|
|
914
|
+
type: BooleanConstructor;
|
|
915
|
+
default: boolean;
|
|
916
|
+
};
|
|
816
917
|
isDateDisabled: {
|
|
817
918
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
818
919
|
};
|
|
819
|
-
|
|
920
|
+
propKey: {
|
|
921
|
+
type: StringConstructor;
|
|
922
|
+
};
|
|
923
|
+
shortcutListenerConfig: {
|
|
924
|
+
type: import("vue").PropType<{
|
|
925
|
+
enable: boolean;
|
|
926
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
927
|
+
}>;
|
|
928
|
+
};
|
|
929
|
+
}>> & Readonly<{
|
|
820
930
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
821
|
-
}
|
|
931
|
+
}> & {}>;
|
|
822
932
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
823
|
-
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
|
|
824
|
-
panelInstRef: import("vue").Ref<null>;
|
|
825
|
-
placeholderRef: import("vue").Ref<any>;
|
|
826
|
-
oldValue: string;
|
|
827
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
933
|
+
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null, import("../../../../../../shared/types").AnyObject | null>;
|
|
934
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
935
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
936
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
937
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
828
938
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
829
939
|
formatRef: import("vue").ComputedRef<string>;
|
|
830
940
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -832,6 +942,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
832
942
|
focus: () => any;
|
|
833
943
|
blur: () => any;
|
|
834
944
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
945
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
835
946
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
836
947
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
837
948
|
stopWatcher: () => void;
|
|
@@ -839,8 +950,8 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
839
950
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
840
951
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
841
952
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
842
|
-
NDatePicker: any;
|
|
843
|
-
},
|
|
953
|
+
readonly NDatePicker: any;
|
|
954
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
844
955
|
updateUnchangedValue: {
|
|
845
956
|
type: BooleanConstructor;
|
|
846
957
|
};
|
|
@@ -868,18 +979,32 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
868
979
|
type: StringConstructor;
|
|
869
980
|
default: string;
|
|
870
981
|
};
|
|
982
|
+
updateValueOnClose: {
|
|
983
|
+
type: BooleanConstructor;
|
|
984
|
+
default: boolean;
|
|
985
|
+
};
|
|
871
986
|
isDateDisabled: {
|
|
872
987
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
873
988
|
};
|
|
874
|
-
|
|
989
|
+
propKey: {
|
|
990
|
+
type: StringConstructor;
|
|
991
|
+
};
|
|
992
|
+
shortcutListenerConfig: {
|
|
993
|
+
type: import("vue").PropType<{
|
|
994
|
+
enable: boolean;
|
|
995
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
996
|
+
}>;
|
|
997
|
+
};
|
|
998
|
+
}>> & Readonly<{
|
|
875
999
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
876
|
-
}
|
|
1000
|
+
}>, {
|
|
877
1001
|
type: string;
|
|
878
1002
|
updateUnchangedValue: boolean;
|
|
879
1003
|
to: string | false | HTMLElement;
|
|
880
1004
|
holidays: Date[];
|
|
881
|
-
|
|
882
|
-
|
|
1005
|
+
updateValueOnClose: boolean;
|
|
1006
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1007
|
+
DateQuickBtn: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
883
1008
|
componentCfg: {
|
|
884
1009
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
885
1010
|
};
|
|
@@ -895,8 +1020,8 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
895
1020
|
type: StringConstructor;
|
|
896
1021
|
default: string;
|
|
897
1022
|
};
|
|
898
|
-
}
|
|
899
|
-
props:
|
|
1023
|
+
}>, {
|
|
1024
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
900
1025
|
componentCfg: {
|
|
901
1026
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
902
1027
|
};
|
|
@@ -912,17 +1037,17 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
912
1037
|
type: StringConstructor;
|
|
913
1038
|
default: string;
|
|
914
1039
|
};
|
|
915
|
-
}>> & {
|
|
1040
|
+
}>> & Readonly<{
|
|
916
1041
|
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
917
1042
|
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
918
|
-
}
|
|
1043
|
+
}> & {}>;
|
|
919
1044
|
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
920
|
-
dateList: import("vue").Ref<any[]>;
|
|
1045
|
+
dateList: import("vue").Ref<any[], any[]>;
|
|
921
1046
|
optionSetting: import("vue").ComputedRef<any>;
|
|
922
1047
|
isRange: import("vue").ComputedRef<any>;
|
|
923
1048
|
initData: () => void;
|
|
924
1049
|
handleRadioClick: (date: any) => void;
|
|
925
|
-
},
|
|
1050
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
926
1051
|
componentCfg: {
|
|
927
1052
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
928
1053
|
};
|
|
@@ -938,15 +1063,15 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
938
1063
|
type: StringConstructor;
|
|
939
1064
|
default: string;
|
|
940
1065
|
};
|
|
941
|
-
}>> & {
|
|
1066
|
+
}>> & Readonly<{
|
|
942
1067
|
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
943
1068
|
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
944
|
-
}
|
|
1069
|
+
}>, {
|
|
945
1070
|
type: "date" | "datetime";
|
|
946
1071
|
dateFormat: string;
|
|
947
1072
|
radioValue: string;
|
|
948
|
-
}>;
|
|
949
|
-
},
|
|
1073
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1074
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
950
1075
|
componentCfg: {
|
|
951
1076
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
952
1077
|
};
|
|
@@ -978,19 +1103,19 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
978
1103
|
type: StringConstructor;
|
|
979
1104
|
default: string;
|
|
980
1105
|
};
|
|
981
|
-
}>> & {
|
|
1106
|
+
}>> & Readonly<{
|
|
982
1107
|
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
983
1108
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
984
|
-
}
|
|
1109
|
+
}>, {
|
|
985
1110
|
type: "date" | "datetime";
|
|
986
1111
|
value: string;
|
|
987
1112
|
unit: string;
|
|
988
|
-
valueFormat: string;
|
|
989
1113
|
clearable: boolean;
|
|
1114
|
+
valueFormat: string;
|
|
990
1115
|
startPlaceholder: string;
|
|
991
1116
|
endPlaceholder: string;
|
|
992
|
-
}>;
|
|
993
|
-
declare const DateRangeOut: import("vue").DefineComponent<{
|
|
1117
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1118
|
+
declare const DateRangeOut: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
994
1119
|
type: {
|
|
995
1120
|
type: import("vue").PropType<"daterange" | "datetimerange">;
|
|
996
1121
|
default: string;
|
|
@@ -1015,8 +1140,8 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1015
1140
|
type: StringConstructor;
|
|
1016
1141
|
default: string;
|
|
1017
1142
|
};
|
|
1018
|
-
}
|
|
1019
|
-
props:
|
|
1143
|
+
}>, {
|
|
1144
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1020
1145
|
type: {
|
|
1021
1146
|
type: import("vue").PropType<"daterange" | "datetimerange">;
|
|
1022
1147
|
default: string;
|
|
@@ -1041,14 +1166,16 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1041
1166
|
type: StringConstructor;
|
|
1042
1167
|
default: string;
|
|
1043
1168
|
};
|
|
1044
|
-
}>> & {
|
|
1169
|
+
}>> & Readonly<{
|
|
1045
1170
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1046
|
-
}
|
|
1171
|
+
}> & {}>;
|
|
1047
1172
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
1048
|
-
valueCp: import("vue").Ref<any>;
|
|
1049
|
-
rangeShortcuts: import("vue").Ref<any>;
|
|
1173
|
+
valueCp: import("vue").Ref<any, any>;
|
|
1174
|
+
rangeShortcuts: import("vue").Ref<any, any>;
|
|
1175
|
+
shortcutListenerConfig: import("../../../../../../shared/types").AnyObject;
|
|
1050
1176
|
dateFormat: import("vue").ComputedRef<string>;
|
|
1051
1177
|
optionSetting: import("vue").ComputedRef<any>;
|
|
1178
|
+
compName: import("vue").ComputedRef<any>;
|
|
1052
1179
|
handleChange: (val: any) => void;
|
|
1053
1180
|
isDateDisabled: (ts: number) => boolean;
|
|
1054
1181
|
timeDisabled: (ts: number) => {
|
|
@@ -1057,7 +1184,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1057
1184
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
1058
1185
|
};
|
|
1059
1186
|
init: () => void;
|
|
1060
|
-
CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
1187
|
+
readonly CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1061
1188
|
updateUnchangedValue: {
|
|
1062
1189
|
type: BooleanConstructor;
|
|
1063
1190
|
};
|
|
@@ -1085,14 +1212,27 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1085
1212
|
type: StringConstructor;
|
|
1086
1213
|
default: string;
|
|
1087
1214
|
};
|
|
1215
|
+
updateValueOnClose: {
|
|
1216
|
+
type: BooleanConstructor;
|
|
1217
|
+
default: boolean;
|
|
1218
|
+
};
|
|
1088
1219
|
isDateDisabled: {
|
|
1089
1220
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1090
1221
|
};
|
|
1091
|
-
|
|
1222
|
+
propKey: {
|
|
1223
|
+
type: StringConstructor;
|
|
1224
|
+
};
|
|
1225
|
+
shortcutListenerConfig: {
|
|
1226
|
+
type: import("vue").PropType<{
|
|
1227
|
+
enable: boolean;
|
|
1228
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1229
|
+
}>;
|
|
1230
|
+
};
|
|
1231
|
+
}>, {
|
|
1092
1232
|
attrs: {
|
|
1093
1233
|
[x: string]: unknown;
|
|
1094
1234
|
};
|
|
1095
|
-
props:
|
|
1235
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1096
1236
|
updateUnchangedValue: {
|
|
1097
1237
|
type: BooleanConstructor;
|
|
1098
1238
|
};
|
|
@@ -1120,18 +1260,31 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1120
1260
|
type: StringConstructor;
|
|
1121
1261
|
default: string;
|
|
1122
1262
|
};
|
|
1263
|
+
updateValueOnClose: {
|
|
1264
|
+
type: BooleanConstructor;
|
|
1265
|
+
default: boolean;
|
|
1266
|
+
};
|
|
1123
1267
|
isDateDisabled: {
|
|
1124
1268
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1125
1269
|
};
|
|
1126
|
-
|
|
1270
|
+
propKey: {
|
|
1271
|
+
type: StringConstructor;
|
|
1272
|
+
};
|
|
1273
|
+
shortcutListenerConfig: {
|
|
1274
|
+
type: import("vue").PropType<{
|
|
1275
|
+
enable: boolean;
|
|
1276
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1277
|
+
}>;
|
|
1278
|
+
};
|
|
1279
|
+
}>> & Readonly<{
|
|
1127
1280
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1128
|
-
}
|
|
1281
|
+
}> & {}>;
|
|
1129
1282
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1130
|
-
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
|
|
1131
|
-
panelInstRef: import("vue").Ref<null>;
|
|
1132
|
-
placeholderRef: import("vue").Ref<any>;
|
|
1133
|
-
oldValue: string;
|
|
1134
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1283
|
+
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null, import("../../../../../../shared/types").AnyObject | null>;
|
|
1284
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1285
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1286
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1287
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
1135
1288
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1136
1289
|
formatRef: import("vue").ComputedRef<string>;
|
|
1137
1290
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1139,6 +1292,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1139
1292
|
focus: () => any;
|
|
1140
1293
|
blur: () => any;
|
|
1141
1294
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1295
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1142
1296
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1143
1297
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
1144
1298
|
stopWatcher: () => void;
|
|
@@ -1146,8 +1300,8 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1146
1300
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1147
1301
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1148
1302
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1149
|
-
NDatePicker: any;
|
|
1150
|
-
},
|
|
1303
|
+
readonly NDatePicker: any;
|
|
1304
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1151
1305
|
updateUnchangedValue: {
|
|
1152
1306
|
type: BooleanConstructor;
|
|
1153
1307
|
};
|
|
@@ -1175,18 +1329,32 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1175
1329
|
type: StringConstructor;
|
|
1176
1330
|
default: string;
|
|
1177
1331
|
};
|
|
1332
|
+
updateValueOnClose: {
|
|
1333
|
+
type: BooleanConstructor;
|
|
1334
|
+
default: boolean;
|
|
1335
|
+
};
|
|
1178
1336
|
isDateDisabled: {
|
|
1179
1337
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1180
1338
|
};
|
|
1181
|
-
|
|
1339
|
+
propKey: {
|
|
1340
|
+
type: StringConstructor;
|
|
1341
|
+
};
|
|
1342
|
+
shortcutListenerConfig: {
|
|
1343
|
+
type: import("vue").PropType<{
|
|
1344
|
+
enable: boolean;
|
|
1345
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1346
|
+
}>;
|
|
1347
|
+
};
|
|
1348
|
+
}>> & Readonly<{
|
|
1182
1349
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1183
|
-
}
|
|
1350
|
+
}>, {
|
|
1184
1351
|
type: string;
|
|
1185
1352
|
updateUnchangedValue: boolean;
|
|
1186
1353
|
to: string | false | HTMLElement;
|
|
1187
1354
|
holidays: Date[];
|
|
1188
|
-
|
|
1189
|
-
},
|
|
1355
|
+
updateValueOnClose: boolean;
|
|
1356
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1357
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1190
1358
|
type: {
|
|
1191
1359
|
type: import("vue").PropType<"daterange" | "datetimerange">;
|
|
1192
1360
|
default: string;
|
|
@@ -1211,17 +1379,17 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1211
1379
|
type: StringConstructor;
|
|
1212
1380
|
default: string;
|
|
1213
1381
|
};
|
|
1214
|
-
}>> & {
|
|
1382
|
+
}>> & Readonly<{
|
|
1215
1383
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1216
|
-
}
|
|
1384
|
+
}>, {
|
|
1217
1385
|
type: "daterange" | "datetimerange";
|
|
1218
1386
|
value: string;
|
|
1219
|
-
componentCfg: Record<string, any>;
|
|
1220
1387
|
clearable: boolean;
|
|
1221
1388
|
startPlaceholder: string;
|
|
1222
1389
|
endPlaceholder: string;
|
|
1223
|
-
|
|
1224
|
-
|
|
1390
|
+
componentCfg: Record<string, any>;
|
|
1391
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1392
|
+
declare const LabelInner: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1225
1393
|
componentCfg: {
|
|
1226
1394
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1227
1395
|
};
|
|
@@ -1229,11 +1397,11 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
1229
1397
|
type: StringConstructor;
|
|
1230
1398
|
default: string;
|
|
1231
1399
|
};
|
|
1232
|
-
}
|
|
1400
|
+
}>, {
|
|
1233
1401
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1234
|
-
message: import("naive-ui").MessageApi;
|
|
1402
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1235
1403
|
baseActiveColor: string;
|
|
1236
|
-
props:
|
|
1404
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1237
1405
|
componentCfg: {
|
|
1238
1406
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1239
1407
|
};
|
|
@@ -1241,12 +1409,12 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
1241
1409
|
type: StringConstructor;
|
|
1242
1410
|
default: string;
|
|
1243
1411
|
};
|
|
1244
|
-
}>> & {
|
|
1412
|
+
}>> & Readonly<{
|
|
1245
1413
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1246
|
-
}
|
|
1414
|
+
}> & {}>;
|
|
1247
1415
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
1248
|
-
selectedList: import("vue").Ref<string[]>;
|
|
1249
|
-
tagList: import("vue").Ref<never[]>;
|
|
1416
|
+
selectedList: import("vue").Ref<string[], string[]>;
|
|
1417
|
+
tagList: import("vue").Ref<never[], never[]>;
|
|
1250
1418
|
filterApiConfig: import("../../../../../../shared/types").AnyObject;
|
|
1251
1419
|
categoryList: import("vue").ComputedRef<import("../../../types").IFilterCategoryLabelItemType[]>;
|
|
1252
1420
|
onResize: (el: HTMLElement, categoryItem: import("../../../types").IFilterCategoryLabelItemType) => void;
|
|
@@ -1255,15 +1423,15 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
1255
1423
|
onHandlePicChange: (item: import("../../../types").IhoFilterTabLabelItemType) => void;
|
|
1256
1424
|
handleLabelChange: (isSelect: boolean, item: import("../../../types").IhoFilterTabLabelItemType) => void;
|
|
1257
1425
|
initTagList: () => Promise<void>;
|
|
1258
|
-
NTag: any;
|
|
1259
|
-
NTooltip: any;
|
|
1260
|
-
NIcon: any;
|
|
1261
|
-
ChevronUpCircleOutline: 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<{}>>, {}>;
|
|
1262
|
-
ChevronDownCircleOutline: 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<{}>>, {}>;
|
|
1263
|
-
vResize: {
|
|
1426
|
+
readonly NTag: any;
|
|
1427
|
+
readonly NTooltip: any;
|
|
1428
|
+
readonly NIcon: any;
|
|
1429
|
+
readonly ChevronUpCircleOutline: 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>;
|
|
1430
|
+
readonly ChevronDownCircleOutline: 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>;
|
|
1431
|
+
readonly vResize: {
|
|
1264
1432
|
mounted(el: any, binding: any): void;
|
|
1265
1433
|
};
|
|
1266
|
-
},
|
|
1434
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1267
1435
|
componentCfg: {
|
|
1268
1436
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1269
1437
|
};
|
|
@@ -1271,12 +1439,12 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
1271
1439
|
type: StringConstructor;
|
|
1272
1440
|
default: string;
|
|
1273
1441
|
};
|
|
1274
|
-
}>> & {
|
|
1442
|
+
}>> & Readonly<{
|
|
1275
1443
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1276
|
-
}
|
|
1444
|
+
}>, {
|
|
1277
1445
|
value: string;
|
|
1278
|
-
}>;
|
|
1279
|
-
declare const LabelOut: import("vue").DefineComponent<{
|
|
1446
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1447
|
+
declare const LabelOut: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1280
1448
|
componentCfg: {
|
|
1281
1449
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1282
1450
|
};
|
|
@@ -1284,13 +1452,13 @@ declare const LabelOut: import("vue").DefineComponent<{
|
|
|
1284
1452
|
type: StringConstructor;
|
|
1285
1453
|
default: string;
|
|
1286
1454
|
};
|
|
1287
|
-
}
|
|
1455
|
+
}>, {
|
|
1288
1456
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1289
1457
|
$attrs: {
|
|
1290
1458
|
[x: string]: unknown;
|
|
1291
1459
|
};
|
|
1292
|
-
message: import("naive-ui").MessageApi;
|
|
1293
|
-
props:
|
|
1460
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1461
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1294
1462
|
componentCfg: {
|
|
1295
1463
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1296
1464
|
};
|
|
@@ -1298,13 +1466,13 @@ declare const LabelOut: import("vue").DefineComponent<{
|
|
|
1298
1466
|
type: StringConstructor;
|
|
1299
1467
|
default: string;
|
|
1300
1468
|
};
|
|
1301
|
-
}>> & {
|
|
1469
|
+
}>> & Readonly<{
|
|
1302
1470
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1303
|
-
}
|
|
1471
|
+
}> & {}>;
|
|
1304
1472
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
1305
|
-
tagList: import("vue").Ref<never[]>;
|
|
1473
|
+
tagList: import("vue").Ref<never[], never[]>;
|
|
1306
1474
|
filterApiConfig: import("../../../../../../shared/types").AnyObject;
|
|
1307
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
1475
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
|
1308
1476
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
1309
1477
|
initTagList: () => Promise<void>;
|
|
1310
1478
|
renderOption: ({ node, option }: {
|
|
@@ -1316,8 +1484,8 @@ declare const LabelOut: import("vue").DefineComponent<{
|
|
|
1316
1484
|
[key: string]: any;
|
|
1317
1485
|
}>;
|
|
1318
1486
|
renderLabel: (option: any) => any;
|
|
1319
|
-
NSelect: any;
|
|
1320
|
-
},
|
|
1487
|
+
readonly NSelect: any;
|
|
1488
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1321
1489
|
componentCfg: {
|
|
1322
1490
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1323
1491
|
};
|
|
@@ -1325,93 +1493,99 @@ declare const LabelOut: import("vue").DefineComponent<{
|
|
|
1325
1493
|
type: StringConstructor;
|
|
1326
1494
|
default: string;
|
|
1327
1495
|
};
|
|
1328
|
-
}>> & {
|
|
1496
|
+
}>> & Readonly<{
|
|
1329
1497
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1330
|
-
}
|
|
1498
|
+
}>, {
|
|
1331
1499
|
value: string;
|
|
1332
|
-
}>;
|
|
1333
|
-
declare const Select: import("vue").DefineComponent<{
|
|
1500
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1501
|
+
declare const Select: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1334
1502
|
value: {
|
|
1335
1503
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1336
1504
|
};
|
|
1337
1505
|
componentCfg: {
|
|
1338
1506
|
type: ObjectConstructor;
|
|
1339
1507
|
};
|
|
1340
|
-
}
|
|
1508
|
+
}>, {
|
|
1341
1509
|
$attrs: {
|
|
1342
1510
|
[x: string]: unknown;
|
|
1343
1511
|
};
|
|
1344
|
-
props:
|
|
1512
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1345
1513
|
value: {
|
|
1346
1514
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1347
1515
|
};
|
|
1348
1516
|
componentCfg: {
|
|
1349
1517
|
type: ObjectConstructor;
|
|
1350
1518
|
};
|
|
1351
|
-
}>> & {
|
|
1519
|
+
}>> & Readonly<{
|
|
1352
1520
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1353
|
-
}
|
|
1521
|
+
}> & {}>;
|
|
1354
1522
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
1355
1523
|
valueCp: import("vue").ComputedRef<string | number | unknown[] | undefined>;
|
|
1356
1524
|
isMultiple: import("vue").ComputedRef<unknown>;
|
|
1357
1525
|
isShowWhole: import("vue").ComputedRef<any>;
|
|
1358
1526
|
optionList: import("vue").ComputedRef<any>;
|
|
1359
|
-
renderLabel: (option: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1527
|
+
renderLabel: (option: any) => "" | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1360
1528
|
[key: string]: any;
|
|
1361
|
-
}
|
|
1529
|
+
}>;
|
|
1362
1530
|
handleUpdate: (val: any) => void;
|
|
1363
|
-
NSelect: any;
|
|
1364
|
-
},
|
|
1531
|
+
readonly NSelect: any;
|
|
1532
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1365
1533
|
value: {
|
|
1366
1534
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1367
1535
|
};
|
|
1368
1536
|
componentCfg: {
|
|
1369
1537
|
type: ObjectConstructor;
|
|
1370
1538
|
};
|
|
1371
|
-
}>> & {
|
|
1539
|
+
}>> & Readonly<{
|
|
1372
1540
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1373
|
-
}, {}>;
|
|
1374
|
-
declare const SelectDynamic: import("vue").DefineComponent<{
|
|
1541
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1542
|
+
declare const SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1375
1543
|
value: {
|
|
1376
1544
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1377
1545
|
};
|
|
1378
1546
|
componentCfg: {
|
|
1379
1547
|
type: ObjectConstructor;
|
|
1380
1548
|
};
|
|
1381
|
-
}
|
|
1382
|
-
message: import("naive-ui").MessageApi;
|
|
1549
|
+
}>, {
|
|
1550
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1383
1551
|
tableType: {
|
|
1384
1552
|
SQL: string;
|
|
1385
1553
|
API: string;
|
|
1386
1554
|
};
|
|
1387
|
-
props:
|
|
1555
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1388
1556
|
value: {
|
|
1389
1557
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1390
1558
|
};
|
|
1391
1559
|
componentCfg: {
|
|
1392
1560
|
type: ObjectConstructor;
|
|
1393
1561
|
};
|
|
1394
|
-
}>> & {
|
|
1562
|
+
}>> & Readonly<{
|
|
1395
1563
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1396
|
-
}
|
|
1564
|
+
}> & {}>;
|
|
1397
1565
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1398
1566
|
$attrs: {
|
|
1399
1567
|
[x: string]: unknown;
|
|
1400
1568
|
};
|
|
1401
1569
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
1402
|
-
selectDynamicRef: any
|
|
1403
|
-
isLoading: import("vue").Ref<boolean>;
|
|
1570
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
|
1571
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
1404
1572
|
filterApiConfig: import("../../../../../../shared/types").AnyObject;
|
|
1405
|
-
searchFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[]>;
|
|
1406
|
-
curPage: import("vue").Ref<number>;
|
|
1407
|
-
fieldTitleList: import("vue").Ref<any>;
|
|
1408
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
1409
|
-
baseOptionList: import("vue").Ref<any[]>;
|
|
1410
|
-
keywordVal: import("vue").Ref<any>;
|
|
1411
|
-
totalPage: import("vue").Ref<number>;
|
|
1573
|
+
searchFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[], import("../../../../../../shared/types").AnyObject[]>;
|
|
1574
|
+
curPage: import("vue").Ref<number, number>;
|
|
1575
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
|
1576
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
|
1577
|
+
baseOptionList: import("vue").Ref<any[], any[]>;
|
|
1578
|
+
keywordVal: import("vue").Ref<any, any>;
|
|
1579
|
+
totalPage: import("vue").Ref<number, number>;
|
|
1412
1580
|
menuProps: import("vue").Ref<{
|
|
1413
1581
|
class: string;
|
|
1414
1582
|
id: string;
|
|
1583
|
+
}, {
|
|
1584
|
+
class: string;
|
|
1585
|
+
id: string;
|
|
1586
|
+
} | {
|
|
1587
|
+
class: string;
|
|
1588
|
+
id: string;
|
|
1415
1589
|
}>;
|
|
1416
1590
|
isMultiple: import("vue").ComputedRef<any>;
|
|
1417
1591
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
@@ -1434,8 +1608,8 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
|
1434
1608
|
[key: string]: any;
|
|
1435
1609
|
}>;
|
|
1436
1610
|
init: () => void;
|
|
1437
|
-
NSelect: any;
|
|
1438
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
|
1611
|
+
readonly NSelect: any;
|
|
1612
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1439
1613
|
oldValue: {
|
|
1440
1614
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
|
1441
1615
|
default: () => never[];
|
|
@@ -1472,9 +1646,9 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
|
1472
1646
|
type: BooleanConstructor;
|
|
1473
1647
|
default: boolean;
|
|
1474
1648
|
};
|
|
1475
|
-
}
|
|
1649
|
+
}>, {
|
|
1476
1650
|
selectMinWidth: number;
|
|
1477
|
-
props:
|
|
1651
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1478
1652
|
oldValue: {
|
|
1479
1653
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
|
1480
1654
|
default: () => never[];
|
|
@@ -1511,12 +1685,12 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
|
1511
1685
|
type: BooleanConstructor;
|
|
1512
1686
|
default: boolean;
|
|
1513
1687
|
};
|
|
1514
|
-
}>> & {
|
|
1515
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1688
|
+
}>> & Readonly<{
|
|
1516
1689
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1517
|
-
|
|
1690
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1691
|
+
}> & {}>;
|
|
1518
1692
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
1519
|
-
dragEndWidth: import("vue").Ref<number>;
|
|
1693
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
|
1520
1694
|
showKeys: import("vue").ComputedRef<any>;
|
|
1521
1695
|
titleList: import("vue").ComputedRef<string[]>;
|
|
1522
1696
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
|
@@ -1524,16 +1698,16 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
|
1524
1698
|
searchByPage: (onePage: number) => void;
|
|
1525
1699
|
changeWidth: ({ distance }: any) => void;
|
|
1526
1700
|
saveWidth: () => void;
|
|
1527
|
-
NEmpty: any;
|
|
1528
|
-
NButtonGroup: any;
|
|
1529
|
-
NButton: any;
|
|
1530
|
-
NIcon: any;
|
|
1531
|
-
NPopover: any;
|
|
1532
|
-
vFlexibleResize: {
|
|
1701
|
+
readonly NEmpty: any;
|
|
1702
|
+
readonly NButtonGroup: any;
|
|
1703
|
+
readonly NButton: any;
|
|
1704
|
+
readonly NIcon: any;
|
|
1705
|
+
readonly NPopover: any;
|
|
1706
|
+
readonly vFlexibleResize: {
|
|
1533
1707
|
mounted(el: any, { value }: any): void;
|
|
1534
1708
|
beforeUnmount(el: any): void;
|
|
1535
1709
|
};
|
|
1536
|
-
WidgetValEnums: {
|
|
1710
|
+
readonly WidgetValEnums: {
|
|
1537
1711
|
CUSTOM: string;
|
|
1538
1712
|
FIRST_VAL: string;
|
|
1539
1713
|
WHOLE: string;
|
|
@@ -1564,9 +1738,9 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
|
1564
1738
|
NEXT_YEAR: string;
|
|
1565
1739
|
LAST_YEAR: string;
|
|
1566
1740
|
};
|
|
1567
|
-
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<{}>>, {}>;
|
|
1568
|
-
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<{}>>, {}>;
|
|
1569
|
-
},
|
|
1741
|
+
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>;
|
|
1742
|
+
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>;
|
|
1743
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1570
1744
|
oldValue: {
|
|
1571
1745
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
|
1572
1746
|
default: () => never[];
|
|
@@ -1603,31 +1777,31 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
|
1603
1777
|
type: BooleanConstructor;
|
|
1604
1778
|
default: boolean;
|
|
1605
1779
|
};
|
|
1606
|
-
}>> & {
|
|
1607
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1780
|
+
}>> & Readonly<{
|
|
1608
1781
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1609
|
-
|
|
1610
|
-
|
|
1782
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1783
|
+
}>, {
|
|
1611
1784
|
loading: boolean;
|
|
1785
|
+
isMultiple: boolean;
|
|
1612
1786
|
oldValue: import("../../../../../../shared/types").AnyObject[];
|
|
1787
|
+
optionList: import("../../../../../../shared/types").AnyObject[];
|
|
1788
|
+
isShowWhole: boolean;
|
|
1613
1789
|
dynamicOptionInfo: import("../../../../../../shared/types").AnyObject;
|
|
1614
1790
|
fieldTitleList: import("../../../../../../shared/types").AnyObject[];
|
|
1615
|
-
optionList: import("../../../../../../shared/types").AnyObject[];
|
|
1616
1791
|
curPage: number;
|
|
1617
1792
|
isLastPage: boolean;
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1793
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1794
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1621
1795
|
value: {
|
|
1622
1796
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1623
1797
|
};
|
|
1624
1798
|
componentCfg: {
|
|
1625
1799
|
type: ObjectConstructor;
|
|
1626
1800
|
};
|
|
1627
|
-
}>> & {
|
|
1801
|
+
}>> & Readonly<{
|
|
1628
1802
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1629
|
-
}, {}>;
|
|
1630
|
-
declare const InputCustom: import("vue").DefineComponent<{
|
|
1803
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1804
|
+
declare const InputCustom: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1631
1805
|
componentCfg: {
|
|
1632
1806
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1633
1807
|
};
|
|
@@ -1639,9 +1813,9 @@ declare const InputCustom: import("vue").DefineComponent<{
|
|
|
1639
1813
|
type: BooleanConstructor;
|
|
1640
1814
|
default: boolean;
|
|
1641
1815
|
};
|
|
1642
|
-
}
|
|
1816
|
+
}>, {
|
|
1643
1817
|
$attrs: any;
|
|
1644
|
-
props:
|
|
1818
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1645
1819
|
componentCfg: {
|
|
1646
1820
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1647
1821
|
};
|
|
@@ -1653,17 +1827,17 @@ declare const InputCustom: import("vue").DefineComponent<{
|
|
|
1653
1827
|
type: BooleanConstructor;
|
|
1654
1828
|
default: boolean;
|
|
1655
1829
|
};
|
|
1656
|
-
}>> & {
|
|
1830
|
+
}>> & Readonly<{
|
|
1657
1831
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
1658
1832
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1659
|
-
}
|
|
1833
|
+
}> & {}>;
|
|
1660
1834
|
emit: (event: "update:isAccurate" | "update:value", ...args: any[]) => void;
|
|
1661
|
-
valueCp: import("vue").WritableComputedRef<string>;
|
|
1662
|
-
isAccurateSearchValCp: import("vue").WritableComputedRef<boolean>;
|
|
1835
|
+
valueCp: import("vue").WritableComputedRef<string, string>;
|
|
1836
|
+
isAccurateSearchValCp: import("vue").WritableComputedRef<boolean, boolean>;
|
|
1663
1837
|
isShowSearch: import("vue").ComputedRef<any>;
|
|
1664
|
-
NCheckbox: any;
|
|
1665
|
-
NInput: any;
|
|
1666
|
-
},
|
|
1838
|
+
readonly NCheckbox: any;
|
|
1839
|
+
readonly NInput: any;
|
|
1840
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:isAccurate" | "update:value")[], "update:isAccurate" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1667
1841
|
componentCfg: {
|
|
1668
1842
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1669
1843
|
};
|
|
@@ -1675,14 +1849,14 @@ declare const InputCustom: import("vue").DefineComponent<{
|
|
|
1675
1849
|
type: BooleanConstructor;
|
|
1676
1850
|
default: boolean;
|
|
1677
1851
|
};
|
|
1678
|
-
}>> & {
|
|
1852
|
+
}>> & Readonly<{
|
|
1679
1853
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
1680
1854
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1681
|
-
}
|
|
1855
|
+
}>, {
|
|
1682
1856
|
value: string;
|
|
1683
1857
|
isAccurateSearchVal: boolean;
|
|
1684
|
-
}>;
|
|
1685
|
-
declare const SelectTree: import("vue").DefineComponent<{
|
|
1858
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1859
|
+
declare const SelectTree: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1686
1860
|
componentCfg: {
|
|
1687
1861
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1688
1862
|
};
|
|
@@ -1693,9 +1867,9 @@ declare const SelectTree: import("vue").DefineComponent<{
|
|
|
1693
1867
|
type: BooleanConstructor;
|
|
1694
1868
|
default: boolean;
|
|
1695
1869
|
};
|
|
1696
|
-
}
|
|
1870
|
+
}>, {
|
|
1697
1871
|
$attrs: any;
|
|
1698
|
-
props:
|
|
1872
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1699
1873
|
componentCfg: {
|
|
1700
1874
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1701
1875
|
};
|
|
@@ -1706,15 +1880,15 @@ declare const SelectTree: import("vue").DefineComponent<{
|
|
|
1706
1880
|
type: BooleanConstructor;
|
|
1707
1881
|
default: boolean;
|
|
1708
1882
|
};
|
|
1709
|
-
}>> & {
|
|
1883
|
+
}>> & Readonly<{
|
|
1710
1884
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1711
|
-
}
|
|
1885
|
+
}> & {}>;
|
|
1712
1886
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
1713
1887
|
isMultiple: import("vue").ComputedRef<any>;
|
|
1714
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1888
|
+
valueCp: import("vue").WritableComputedRef<string | number | unknown[] | undefined, any>;
|
|
1715
1889
|
options: import("vue").ComputedRef<any>;
|
|
1716
|
-
NTreeSelect: any;
|
|
1717
|
-
},
|
|
1890
|
+
readonly NTreeSelect: any;
|
|
1891
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1718
1892
|
componentCfg: {
|
|
1719
1893
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1720
1894
|
};
|
|
@@ -1725,53 +1899,53 @@ declare const SelectTree: import("vue").DefineComponent<{
|
|
|
1725
1899
|
type: BooleanConstructor;
|
|
1726
1900
|
default: boolean;
|
|
1727
1901
|
};
|
|
1728
|
-
}>> & {
|
|
1902
|
+
}>> & Readonly<{
|
|
1729
1903
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1730
|
-
}
|
|
1904
|
+
}>, {
|
|
1731
1905
|
isAccurateSearchVal: boolean;
|
|
1732
|
-
}>;
|
|
1733
|
-
declare const SelectTreeDynamic: import("vue").DefineComponent<{
|
|
1906
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1907
|
+
declare const SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1734
1908
|
componentCfg: {
|
|
1735
1909
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1736
1910
|
};
|
|
1737
1911
|
value: {
|
|
1738
1912
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1739
1913
|
};
|
|
1740
|
-
}
|
|
1741
|
-
message: import("naive-ui").MessageApi;
|
|
1914
|
+
}>, {
|
|
1915
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1742
1916
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1743
1917
|
$attrs: any;
|
|
1744
1918
|
tableType: {
|
|
1745
1919
|
SQL: string;
|
|
1746
1920
|
API: string;
|
|
1747
1921
|
};
|
|
1748
|
-
props:
|
|
1922
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1749
1923
|
componentCfg: {
|
|
1750
1924
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1751
1925
|
};
|
|
1752
1926
|
value: {
|
|
1753
1927
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1754
1928
|
};
|
|
1755
|
-
}>> & {
|
|
1929
|
+
}>> & Readonly<{
|
|
1756
1930
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1757
|
-
}
|
|
1931
|
+
}> & {}>;
|
|
1758
1932
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
1759
|
-
options: import("vue").Ref<any[]>;
|
|
1933
|
+
options: import("vue").Ref<any[], any[]>;
|
|
1760
1934
|
filterApiConfig: import("../../../../../../shared/types").AnyObject;
|
|
1761
|
-
searchFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[]>;
|
|
1935
|
+
searchFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[], import("../../../../../../shared/types").AnyObject[]>;
|
|
1762
1936
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
1763
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1937
|
+
valueCp: import("vue").WritableComputedRef<string | number | unknown[] | undefined, any>;
|
|
1764
1938
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
|
1765
1939
|
getOptionsData: (keyword: string) => Promise<void>;
|
|
1766
|
-
NTreeSelect: any;
|
|
1767
|
-
},
|
|
1940
|
+
readonly NTreeSelect: any;
|
|
1941
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1768
1942
|
componentCfg: {
|
|
1769
1943
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
|
1770
1944
|
};
|
|
1771
1945
|
value: {
|
|
1772
1946
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1773
1947
|
};
|
|
1774
|
-
}>> & {
|
|
1948
|
+
}>> & Readonly<{
|
|
1775
1949
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1776
|
-
}, {}>;
|
|
1950
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1777
1951
|
export { CheckboxGroup, InputNumberGroup, DateInner, DateOut, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select, SelectDynamic, InputCustom, SelectTree, SelectTreeDynamic };
|