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 _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
visible: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
type: ArrayConstructor;
|
|
16
16
|
default: () => never[];
|
|
17
17
|
};
|
|
18
|
-
}
|
|
19
|
-
props:
|
|
18
|
+
}>, {
|
|
19
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
visible: {
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
@@ -33,18 +33,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
type: ArrayConstructor;
|
|
34
34
|
default: () => never[];
|
|
35
35
|
};
|
|
36
|
-
}>> & {
|
|
36
|
+
}>> & Readonly<{
|
|
37
37
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
38
|
-
}
|
|
38
|
+
}> & {}>;
|
|
39
39
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
|
40
|
-
addVisible: import("vue").Ref<boolean>;
|
|
41
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
42
|
-
modalWidth: import("vue").Ref<string>;
|
|
40
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
|
41
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
|
42
|
+
modalWidth: import("vue").Ref<string, string>;
|
|
43
43
|
bodyStyle: import("vue").Ref<{
|
|
44
44
|
maxHeight: string;
|
|
45
45
|
height: string;
|
|
46
|
+
}, {
|
|
47
|
+
maxHeight: string;
|
|
48
|
+
height: string;
|
|
49
|
+
} | {
|
|
50
|
+
maxHeight: string;
|
|
51
|
+
height: string;
|
|
46
52
|
}>;
|
|
47
|
-
conditionApiRef: any
|
|
53
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
|
48
54
|
filterTimer: any;
|
|
49
55
|
classifyfilterType: String;
|
|
50
56
|
init: () => void;
|
|
@@ -55,10 +61,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
61
|
clearConditions: () => void;
|
|
56
62
|
resetChangeWindow: () => void;
|
|
57
63
|
changeModalWindow: () => void;
|
|
58
|
-
NModal: any;
|
|
59
|
-
NCard: any;
|
|
60
|
-
NButton: any;
|
|
61
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
|
64
|
+
readonly NModal: any;
|
|
65
|
+
readonly NCard: any;
|
|
66
|
+
readonly NButton: any;
|
|
67
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
62
68
|
actionList_prop: {
|
|
63
69
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
|
64
70
|
default: () => {};
|
|
@@ -83,14 +89,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
89
|
type: BooleanConstructor;
|
|
84
90
|
default: boolean;
|
|
85
91
|
};
|
|
86
|
-
}
|
|
87
|
-
$message: import("naive-ui").MessageApi;
|
|
92
|
+
}>, {
|
|
93
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
88
94
|
menuProps: {
|
|
89
95
|
class: string;
|
|
90
96
|
};
|
|
91
97
|
specialDateRange: string[];
|
|
92
98
|
specialCustomDateRange: string[];
|
|
93
|
-
props:
|
|
99
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
94
100
|
actionList_prop: {
|
|
95
101
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
|
96
102
|
default: () => {};
|
|
@@ -115,10 +121,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
121
|
type: BooleanConstructor;
|
|
116
122
|
default: boolean;
|
|
117
123
|
};
|
|
118
|
-
}>> & {
|
|
124
|
+
}>> & Readonly<{
|
|
119
125
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
120
126
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
121
|
-
}
|
|
127
|
+
}> & {}>;
|
|
122
128
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
123
129
|
$attrs: {
|
|
124
130
|
[x: string]: unknown;
|
|
@@ -136,9 +142,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
142
|
customDate?: string | undefined;
|
|
137
143
|
}[];
|
|
138
144
|
};
|
|
139
|
-
loading: import("vue").Ref<boolean>;
|
|
140
|
-
parentInputRef: import("vue").Ref<any>;
|
|
141
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
145
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
146
|
+
parentInputRef: import("vue").Ref<any, any>;
|
|
147
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
|
142
148
|
DisplayCategoryState: {
|
|
143
149
|
addDisplayCategory: string;
|
|
144
150
|
displayCategories: {
|
|
@@ -179,16 +185,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
185
|
saveAdd: () => void;
|
|
180
186
|
cancelSaveAdd: () => void;
|
|
181
187
|
checkActionList: () => boolean;
|
|
182
|
-
NSpin: any;
|
|
183
|
-
NIcon: any;
|
|
184
|
-
NInput: any;
|
|
185
|
-
NButton: any;
|
|
186
|
-
NTooltip: any;
|
|
187
|
-
NSelect: any;
|
|
188
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
189
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
190
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
191
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
188
|
+
readonly NSpin: any;
|
|
189
|
+
readonly NIcon: any;
|
|
190
|
+
readonly NInput: any;
|
|
191
|
+
readonly NButton: any;
|
|
192
|
+
readonly NTooltip: any;
|
|
193
|
+
readonly NSelect: any;
|
|
194
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
195
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
196
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
197
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
192
198
|
item: {
|
|
193
199
|
type: ObjectConstructor;
|
|
194
200
|
default: null;
|
|
@@ -212,8 +218,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
218
|
type: StringConstructor;
|
|
213
219
|
default: null;
|
|
214
220
|
};
|
|
215
|
-
}
|
|
216
|
-
props:
|
|
221
|
+
}>, {
|
|
222
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
217
223
|
item: {
|
|
218
224
|
type: ObjectConstructor;
|
|
219
225
|
default: null;
|
|
@@ -237,19 +243,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
237
243
|
type: StringConstructor;
|
|
238
244
|
default: null;
|
|
239
245
|
};
|
|
240
|
-
}>> & {
|
|
246
|
+
}>> & Readonly<{
|
|
241
247
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
242
248
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
243
249
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
244
250
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
245
|
-
}
|
|
251
|
+
}> & {}>;
|
|
246
252
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
247
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
248
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
249
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
|
250
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
|
253
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
254
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
255
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
|
256
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
|
251
257
|
widgetType: import("vue").ComputedRef<any>;
|
|
252
|
-
Date: import("vue").DefineComponent<{
|
|
258
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
253
259
|
componentCfg: {
|
|
254
260
|
type: ObjectConstructor;
|
|
255
261
|
};
|
|
@@ -273,8 +279,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
273
279
|
type: StringConstructor;
|
|
274
280
|
default: null;
|
|
275
281
|
};
|
|
276
|
-
}
|
|
277
|
-
props:
|
|
282
|
+
}>, {
|
|
283
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
278
284
|
componentCfg: {
|
|
279
285
|
type: ObjectConstructor;
|
|
280
286
|
};
|
|
@@ -298,15 +304,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
298
304
|
type: StringConstructor;
|
|
299
305
|
default: null;
|
|
300
306
|
};
|
|
301
|
-
}>> & {
|
|
307
|
+
}>> & Readonly<{
|
|
302
308
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
303
309
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
304
310
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
305
|
-
}
|
|
311
|
+
}> & {}>;
|
|
306
312
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
307
|
-
filterType: import("vue").ComputedRef<"1" | "
|
|
308
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
309
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
313
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
|
314
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
315
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
310
316
|
dateType: any;
|
|
311
317
|
valueFormat: import("vue").ComputedRef<string>;
|
|
312
318
|
compType: import("vue").ComputedRef<any>;
|
|
@@ -321,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
321
327
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
322
328
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
323
329
|
};
|
|
324
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
330
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
325
331
|
updateUnchangedValue: {
|
|
326
332
|
type: BooleanConstructor;
|
|
327
333
|
};
|
|
@@ -349,14 +355,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
349
355
|
type: StringConstructor;
|
|
350
356
|
default: string;
|
|
351
357
|
};
|
|
358
|
+
updateValueOnClose: {
|
|
359
|
+
type: BooleanConstructor;
|
|
360
|
+
default: boolean;
|
|
361
|
+
};
|
|
352
362
|
isDateDisabled: {
|
|
353
363
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
354
364
|
};
|
|
355
|
-
|
|
365
|
+
propKey: {
|
|
366
|
+
type: StringConstructor;
|
|
367
|
+
};
|
|
368
|
+
shortcutListenerConfig: {
|
|
369
|
+
type: import("vue").PropType<{
|
|
370
|
+
enable: boolean;
|
|
371
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
372
|
+
}>;
|
|
373
|
+
};
|
|
374
|
+
}>, {
|
|
356
375
|
attrs: {
|
|
357
376
|
[x: string]: unknown;
|
|
358
377
|
};
|
|
359
|
-
props:
|
|
378
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
360
379
|
updateUnchangedValue: {
|
|
361
380
|
type: BooleanConstructor;
|
|
362
381
|
};
|
|
@@ -384,18 +403,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
384
403
|
type: StringConstructor;
|
|
385
404
|
default: string;
|
|
386
405
|
};
|
|
406
|
+
updateValueOnClose: {
|
|
407
|
+
type: BooleanConstructor;
|
|
408
|
+
default: boolean;
|
|
409
|
+
};
|
|
387
410
|
isDateDisabled: {
|
|
388
411
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
389
412
|
};
|
|
390
|
-
|
|
413
|
+
propKey: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
};
|
|
416
|
+
shortcutListenerConfig: {
|
|
417
|
+
type: import("vue").PropType<{
|
|
418
|
+
enable: boolean;
|
|
419
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
420
|
+
}>;
|
|
421
|
+
};
|
|
422
|
+
}>> & Readonly<{
|
|
391
423
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
392
|
-
}
|
|
424
|
+
}> & {}>;
|
|
393
425
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
394
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
|
395
|
-
panelInstRef: import("vue").Ref<null>;
|
|
396
|
-
placeholderRef: import("vue").Ref<any>;
|
|
397
|
-
oldValue: string;
|
|
398
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
426
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
|
427
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
428
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
429
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
430
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
399
431
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
400
432
|
formatRef: import("vue").ComputedRef<string>;
|
|
401
433
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -403,6 +435,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
403
435
|
focus: () => any;
|
|
404
436
|
blur: () => any;
|
|
405
437
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
438
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
406
439
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
407
440
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
408
441
|
stopWatcher: () => void;
|
|
@@ -410,8 +443,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
410
443
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
411
444
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
412
445
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
413
|
-
NDatePicker: any;
|
|
414
|
-
},
|
|
446
|
+
readonly NDatePicker: any;
|
|
447
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
415
448
|
updateUnchangedValue: {
|
|
416
449
|
type: BooleanConstructor;
|
|
417
450
|
};
|
|
@@ -439,19 +472,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
439
472
|
type: StringConstructor;
|
|
440
473
|
default: string;
|
|
441
474
|
};
|
|
475
|
+
updateValueOnClose: {
|
|
476
|
+
type: BooleanConstructor;
|
|
477
|
+
default: boolean;
|
|
478
|
+
};
|
|
442
479
|
isDateDisabled: {
|
|
443
480
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
444
481
|
};
|
|
445
|
-
|
|
482
|
+
propKey: {
|
|
483
|
+
type: StringConstructor;
|
|
484
|
+
};
|
|
485
|
+
shortcutListenerConfig: {
|
|
486
|
+
type: import("vue").PropType<{
|
|
487
|
+
enable: boolean;
|
|
488
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
489
|
+
}>;
|
|
490
|
+
};
|
|
491
|
+
}>> & Readonly<{
|
|
446
492
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
447
|
-
}
|
|
493
|
+
}>, {
|
|
448
494
|
type: string;
|
|
449
495
|
updateUnchangedValue: boolean;
|
|
450
496
|
to: string | false | HTMLElement;
|
|
451
497
|
holidays: Date[];
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
498
|
+
updateValueOnClose: boolean;
|
|
499
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
500
|
+
readonly NSelect: any;
|
|
501
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
455
502
|
filterType: {
|
|
456
503
|
type: StringConstructor;
|
|
457
504
|
required: true;
|
|
@@ -476,7 +523,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
476
523
|
valueFormat: {
|
|
477
524
|
type: StringConstructor;
|
|
478
525
|
};
|
|
479
|
-
}
|
|
526
|
+
}>, {
|
|
480
527
|
widgetOptions: {
|
|
481
528
|
label: string;
|
|
482
529
|
value: string;
|
|
@@ -485,9 +532,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
485
532
|
label: string;
|
|
486
533
|
value: string;
|
|
487
534
|
}[];
|
|
488
|
-
startDateNum: import("vue").Ref<any>;
|
|
489
|
-
endDateNum: import("vue").Ref<any>;
|
|
490
|
-
props:
|
|
535
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
536
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
537
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
491
538
|
filterType: {
|
|
492
539
|
type: StringConstructor;
|
|
493
540
|
required: true;
|
|
@@ -512,17 +559,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
512
559
|
valueFormat: {
|
|
513
560
|
type: StringConstructor;
|
|
514
561
|
};
|
|
515
|
-
}>> & {
|
|
562
|
+
}>> & Readonly<{
|
|
516
563
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
517
564
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
518
|
-
}
|
|
565
|
+
}> & {}>;
|
|
519
566
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
520
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
521
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
567
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
568
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
522
569
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
523
|
-
NSelect: any;
|
|
524
|
-
NInputNumber: any;
|
|
525
|
-
},
|
|
570
|
+
readonly NSelect: any;
|
|
571
|
+
readonly NInputNumber: any;
|
|
572
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
526
573
|
filterType: {
|
|
527
574
|
type: StringConstructor;
|
|
528
575
|
required: true;
|
|
@@ -547,14 +594,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
547
594
|
valueFormat: {
|
|
548
595
|
type: StringConstructor;
|
|
549
596
|
};
|
|
550
|
-
}>> & {
|
|
597
|
+
}>> & Readonly<{
|
|
551
598
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
552
599
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
553
|
-
}
|
|
600
|
+
}>, {
|
|
554
601
|
modelValue: string | number | unknown[];
|
|
555
602
|
presetVal: string;
|
|
556
|
-
}>;
|
|
557
|
-
WidgetValEnums: {
|
|
603
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
604
|
+
readonly WidgetValEnums: {
|
|
558
605
|
CUSTOM: string;
|
|
559
606
|
FIRST_VAL: string;
|
|
560
607
|
WHOLE: string;
|
|
@@ -585,7 +632,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
585
632
|
NEXT_YEAR: string;
|
|
586
633
|
LAST_YEAR: string;
|
|
587
634
|
};
|
|
588
|
-
},
|
|
635
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
589
636
|
componentCfg: {
|
|
590
637
|
type: ObjectConstructor;
|
|
591
638
|
};
|
|
@@ -609,17 +656,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
609
656
|
type: StringConstructor;
|
|
610
657
|
default: null;
|
|
611
658
|
};
|
|
612
|
-
}>> & {
|
|
659
|
+
}>> & Readonly<{
|
|
613
660
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
614
661
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
615
662
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
616
|
-
}
|
|
663
|
+
}>, {
|
|
617
664
|
modelValue: string | number | unknown[];
|
|
618
665
|
paramCfg: Record<string, any>;
|
|
619
666
|
presetVal: string;
|
|
620
667
|
customDate: string;
|
|
621
|
-
}>;
|
|
622
|
-
InputFilter: import("vue").DefineComponent<{
|
|
668
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
669
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
623
670
|
paramCfg: {
|
|
624
671
|
type: ObjectConstructor;
|
|
625
672
|
default: null;
|
|
@@ -631,8 +678,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
631
678
|
isAccurateFilter: {
|
|
632
679
|
type: BooleanConstructor;
|
|
633
680
|
};
|
|
634
|
-
}
|
|
635
|
-
props:
|
|
681
|
+
}>, {
|
|
682
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
636
683
|
paramCfg: {
|
|
637
684
|
type: ObjectConstructor;
|
|
638
685
|
default: null;
|
|
@@ -644,21 +691,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
644
691
|
isAccurateFilter: {
|
|
645
692
|
type: BooleanConstructor;
|
|
646
693
|
};
|
|
647
|
-
}>> & {
|
|
694
|
+
}>> & Readonly<{
|
|
648
695
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
649
696
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
650
|
-
}
|
|
697
|
+
}> & {}>;
|
|
651
698
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
|
652
699
|
optionList: import("vue").Ref<{
|
|
653
700
|
label: string;
|
|
654
701
|
value: number;
|
|
702
|
+
}[], {
|
|
703
|
+
label: string;
|
|
704
|
+
value: number;
|
|
705
|
+
}[] | {
|
|
706
|
+
label: string;
|
|
707
|
+
value: number;
|
|
655
708
|
}[]>;
|
|
656
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
657
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
|
709
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
710
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
|
658
711
|
isShowSearch: import("vue").ComputedRef<any>;
|
|
659
|
-
NInput: any;
|
|
660
|
-
NSelect: any;
|
|
661
|
-
},
|
|
712
|
+
readonly NInput: any;
|
|
713
|
+
readonly NSelect: any;
|
|
714
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
662
715
|
paramCfg: {
|
|
663
716
|
type: ObjectConstructor;
|
|
664
717
|
default: null;
|
|
@@ -670,42 +723,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
670
723
|
isAccurateFilter: {
|
|
671
724
|
type: BooleanConstructor;
|
|
672
725
|
};
|
|
673
|
-
}>> & {
|
|
726
|
+
}>> & Readonly<{
|
|
674
727
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
675
728
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
676
|
-
}
|
|
729
|
+
}>, {
|
|
677
730
|
modelValue: string | number | unknown[];
|
|
678
731
|
paramCfg: Record<string, any>;
|
|
679
732
|
isAccurateFilter: boolean;
|
|
680
|
-
}>;
|
|
681
|
-
InputNumber: import("vue").DefineComponent<{
|
|
733
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
734
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
682
735
|
modelValue: {
|
|
683
736
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
684
737
|
default: null;
|
|
685
738
|
};
|
|
686
|
-
}
|
|
687
|
-
props:
|
|
739
|
+
}>, {
|
|
740
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
688
741
|
modelValue: {
|
|
689
742
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
690
743
|
default: null;
|
|
691
744
|
};
|
|
692
|
-
}>> & {
|
|
745
|
+
}>> & Readonly<{
|
|
693
746
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
694
|
-
}
|
|
747
|
+
}> & {}>;
|
|
695
748
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
696
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
697
|
-
NInputNumber: any;
|
|
698
|
-
},
|
|
749
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
750
|
+
readonly NInputNumber: any;
|
|
751
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
699
752
|
modelValue: {
|
|
700
753
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
701
754
|
default: null;
|
|
702
755
|
};
|
|
703
|
-
}>> & {
|
|
756
|
+
}>> & Readonly<{
|
|
704
757
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
705
|
-
}
|
|
758
|
+
}>, {
|
|
706
759
|
modelValue: string | number | unknown[];
|
|
707
|
-
}>;
|
|
708
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
760
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
761
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
709
762
|
paramCfg: {
|
|
710
763
|
type: ObjectConstructor;
|
|
711
764
|
default: null;
|
|
@@ -718,8 +771,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
718
771
|
type: StringConstructor;
|
|
719
772
|
default: string;
|
|
720
773
|
};
|
|
721
|
-
}
|
|
722
|
-
props:
|
|
774
|
+
}>, {
|
|
775
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
723
776
|
paramCfg: {
|
|
724
777
|
type: ObjectConstructor;
|
|
725
778
|
default: null;
|
|
@@ -732,15 +785,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
732
785
|
type: StringConstructor;
|
|
733
786
|
default: string;
|
|
734
787
|
};
|
|
735
|
-
}>> & {
|
|
788
|
+
}>> & Readonly<{
|
|
736
789
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
737
|
-
}
|
|
790
|
+
}> & {}>;
|
|
738
791
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
739
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
792
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
740
793
|
optionSetting: import("vue").ComputedRef<any>;
|
|
741
794
|
widgetOptions: import("vue").ComputedRef<any>;
|
|
742
|
-
NSelect: any;
|
|
743
|
-
WidgetOptionEnums: {
|
|
795
|
+
readonly NSelect: any;
|
|
796
|
+
readonly WidgetOptionEnums: {
|
|
744
797
|
RADIO: string;
|
|
745
798
|
MULTIPLE: string;
|
|
746
799
|
ALL: string;
|
|
@@ -749,7 +802,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
749
802
|
FUTURE_TIME: string;
|
|
750
803
|
CUSTOM_TIME: string;
|
|
751
804
|
};
|
|
752
|
-
},
|
|
805
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
753
806
|
paramCfg: {
|
|
754
807
|
type: ObjectConstructor;
|
|
755
808
|
default: null;
|
|
@@ -762,14 +815,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
762
815
|
type: StringConstructor;
|
|
763
816
|
default: string;
|
|
764
817
|
};
|
|
765
|
-
}>> & {
|
|
818
|
+
}>> & Readonly<{
|
|
766
819
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
767
|
-
}
|
|
820
|
+
}>, {
|
|
768
821
|
modelValue: string | number | unknown[];
|
|
769
822
|
widgetType: string;
|
|
770
823
|
paramCfg: Record<string, any>;
|
|
771
|
-
}>;
|
|
772
|
-
SelectDynamic: import("vue").DefineComponent<{
|
|
824
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
825
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
773
826
|
paramCfg: {
|
|
774
827
|
type: ObjectConstructor;
|
|
775
828
|
default: null;
|
|
@@ -778,9 +831,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
778
831
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
779
832
|
default: null;
|
|
780
833
|
};
|
|
781
|
-
}
|
|
782
|
-
message: import("naive-ui").MessageApi;
|
|
783
|
-
props:
|
|
834
|
+
}>, {
|
|
835
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
836
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
784
837
|
paramCfg: {
|
|
785
838
|
type: ObjectConstructor;
|
|
786
839
|
default: null;
|
|
@@ -789,23 +842,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
842
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
790
843
|
default: null;
|
|
791
844
|
};
|
|
792
|
-
}>> & {
|
|
845
|
+
}>> & Readonly<{
|
|
793
846
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
794
|
-
}
|
|
847
|
+
}> & {}>;
|
|
795
848
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
796
849
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
797
|
-
selectDynamicRef: any
|
|
798
|
-
isLoading: import("vue").Ref<boolean>;
|
|
850
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
|
851
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
799
852
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
|
800
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
|
801
|
-
totalPage: import("vue").Ref<number>;
|
|
853
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
|
854
|
+
totalPage: import("vue").Ref<number, number>;
|
|
802
855
|
menuProps: {
|
|
803
856
|
class: string;
|
|
804
857
|
};
|
|
805
|
-
curPage: import("vue").Ref<number>;
|
|
806
|
-
fieldTitleList: import("vue").Ref<any>;
|
|
807
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
808
|
-
keywordVal: import("vue").Ref<any>;
|
|
858
|
+
curPage: import("vue").Ref<number, number>;
|
|
859
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
|
860
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
|
861
|
+
keywordVal: import("vue").Ref<any, any>;
|
|
809
862
|
optionSetting: import("vue").ComputedRef<any>;
|
|
810
863
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
811
864
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
@@ -828,8 +881,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
828
881
|
}>;
|
|
829
882
|
init: () => void;
|
|
830
883
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
|
831
|
-
NSelect: any;
|
|
832
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
|
884
|
+
readonly NSelect: any;
|
|
885
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
833
886
|
oldValue: {
|
|
834
887
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
835
888
|
default: () => never[];
|
|
@@ -866,9 +919,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
866
919
|
type: BooleanConstructor;
|
|
867
920
|
default: boolean;
|
|
868
921
|
};
|
|
869
|
-
}
|
|
922
|
+
}>, {
|
|
870
923
|
selectMinWidth: number;
|
|
871
|
-
props:
|
|
924
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
872
925
|
oldValue: {
|
|
873
926
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
874
927
|
default: () => never[];
|
|
@@ -905,12 +958,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
905
958
|
type: BooleanConstructor;
|
|
906
959
|
default: boolean;
|
|
907
960
|
};
|
|
908
|
-
}>> & {
|
|
909
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
961
|
+
}>> & Readonly<{
|
|
910
962
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
911
|
-
|
|
963
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
964
|
+
}> & {}>;
|
|
912
965
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
913
|
-
dragEndWidth: import("vue").Ref<number>;
|
|
966
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
|
914
967
|
showKeys: import("vue").ComputedRef<any>;
|
|
915
968
|
titleList: import("vue").ComputedRef<string[]>;
|
|
916
969
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
|
@@ -918,16 +971,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
918
971
|
searchByPage: (onePage: number) => void;
|
|
919
972
|
changeWidth: ({ distance }: any) => void;
|
|
920
973
|
saveWidth: () => void;
|
|
921
|
-
NEmpty: any;
|
|
922
|
-
NButtonGroup: any;
|
|
923
|
-
NButton: any;
|
|
924
|
-
NIcon: any;
|
|
925
|
-
NPopover: any;
|
|
926
|
-
vFlexibleResize: {
|
|
974
|
+
readonly NEmpty: any;
|
|
975
|
+
readonly NButtonGroup: any;
|
|
976
|
+
readonly NButton: any;
|
|
977
|
+
readonly NIcon: any;
|
|
978
|
+
readonly NPopover: any;
|
|
979
|
+
readonly vFlexibleResize: {
|
|
927
980
|
mounted(el: any, { value }: any): void;
|
|
928
981
|
beforeUnmount(el: any): void;
|
|
929
982
|
};
|
|
930
|
-
WidgetValEnums: {
|
|
983
|
+
readonly WidgetValEnums: {
|
|
931
984
|
CUSTOM: string;
|
|
932
985
|
FIRST_VAL: string;
|
|
933
986
|
WHOLE: string;
|
|
@@ -958,9 +1011,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
958
1011
|
NEXT_YEAR: string;
|
|
959
1012
|
LAST_YEAR: string;
|
|
960
1013
|
};
|
|
961
|
-
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<{}>>, {}>;
|
|
962
|
-
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<{}>>, {}>;
|
|
963
|
-
},
|
|
1014
|
+
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>;
|
|
1015
|
+
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>;
|
|
1016
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
964
1017
|
oldValue: {
|
|
965
1018
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
966
1019
|
default: () => never[];
|
|
@@ -997,21 +1050,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
997
1050
|
type: BooleanConstructor;
|
|
998
1051
|
default: boolean;
|
|
999
1052
|
};
|
|
1000
|
-
}>> & {
|
|
1001
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1053
|
+
}>> & Readonly<{
|
|
1002
1054
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1003
|
-
|
|
1004
|
-
|
|
1055
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1056
|
+
}>, {
|
|
1005
1057
|
loading: boolean;
|
|
1058
|
+
isMultiple: boolean;
|
|
1006
1059
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
|
1060
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
|
1061
|
+
isShowWhole: boolean;
|
|
1007
1062
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
|
1008
1063
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
|
1009
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
|
1010
1064
|
curPage: number;
|
|
1011
1065
|
isLastPage: boolean;
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1066
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1067
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1015
1068
|
paramCfg: {
|
|
1016
1069
|
type: ObjectConstructor;
|
|
1017
1070
|
default: null;
|
|
@@ -1020,13 +1073,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1020
1073
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
|
1021
1074
|
default: null;
|
|
1022
1075
|
};
|
|
1023
|
-
}>> & {
|
|
1076
|
+
}>> & Readonly<{
|
|
1024
1077
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1025
|
-
}
|
|
1078
|
+
}>, {
|
|
1026
1079
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
|
1027
1080
|
paramCfg: Record<string, any>;
|
|
1028
|
-
}>;
|
|
1029
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
|
1081
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1082
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1030
1083
|
paramCfg: {
|
|
1031
1084
|
type: ObjectConstructor;
|
|
1032
1085
|
default: null;
|
|
@@ -1035,8 +1088,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1035
1088
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1036
1089
|
default: null;
|
|
1037
1090
|
};
|
|
1038
|
-
}
|
|
1039
|
-
props:
|
|
1091
|
+
}>, {
|
|
1092
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1040
1093
|
paramCfg: {
|
|
1041
1094
|
type: ObjectConstructor;
|
|
1042
1095
|
default: null;
|
|
@@ -1045,16 +1098,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1045
1098
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1046
1099
|
default: null;
|
|
1047
1100
|
};
|
|
1048
|
-
}>> & {
|
|
1101
|
+
}>> & Readonly<{
|
|
1049
1102
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1050
|
-
}
|
|
1051
|
-
startNumber: import("vue").Ref<any>;
|
|
1052
|
-
endNumber: import("vue").Ref<any>;
|
|
1103
|
+
}> & {}>;
|
|
1104
|
+
startNumber: import("vue").Ref<any, any>;
|
|
1105
|
+
endNumber: import("vue").Ref<any, any>;
|
|
1053
1106
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1054
1107
|
handleChange: (val: number | null, key: string) => void;
|
|
1055
|
-
NInputGroup: any;
|
|
1056
|
-
NInputNumber: any;
|
|
1057
|
-
},
|
|
1108
|
+
readonly NInputGroup: any;
|
|
1109
|
+
readonly NInputNumber: any;
|
|
1110
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1058
1111
|
paramCfg: {
|
|
1059
1112
|
type: ObjectConstructor;
|
|
1060
1113
|
default: null;
|
|
@@ -1063,13 +1116,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1063
1116
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1064
1117
|
default: null;
|
|
1065
1118
|
};
|
|
1066
|
-
}>> & {
|
|
1119
|
+
}>> & Readonly<{
|
|
1067
1120
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1068
|
-
}
|
|
1121
|
+
}>, {
|
|
1069
1122
|
modelValue: string | number | unknown[];
|
|
1070
1123
|
paramCfg: Record<string, any>;
|
|
1071
|
-
}>;
|
|
1072
|
-
DateRange: import("vue").DefineComponent<{
|
|
1124
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1125
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1073
1126
|
item: {
|
|
1074
1127
|
type: ObjectConstructor;
|
|
1075
1128
|
required: true;
|
|
@@ -1090,8 +1143,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1090
1143
|
type: StringConstructor;
|
|
1091
1144
|
default: null;
|
|
1092
1145
|
};
|
|
1093
|
-
}
|
|
1094
|
-
props:
|
|
1146
|
+
}>, {
|
|
1147
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1095
1148
|
item: {
|
|
1096
1149
|
type: ObjectConstructor;
|
|
1097
1150
|
required: true;
|
|
@@ -1112,15 +1165,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1112
1165
|
type: StringConstructor;
|
|
1113
1166
|
default: null;
|
|
1114
1167
|
};
|
|
1115
|
-
}>> & {
|
|
1168
|
+
}>> & Readonly<{
|
|
1116
1169
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1117
1170
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1118
1171
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1119
|
-
}
|
|
1172
|
+
}> & {}>;
|
|
1120
1173
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
1121
|
-
startDate: import("vue").Ref<any>;
|
|
1122
|
-
endDate: import("vue").Ref<any>;
|
|
1123
|
-
filterType: import("vue").ComputedRef<"1" | "
|
|
1174
|
+
startDate: import("vue").Ref<any, any>;
|
|
1175
|
+
endDate: import("vue").Ref<any, any>;
|
|
1176
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
|
1124
1177
|
valueFormat: import("vue").ComputedRef<string>;
|
|
1125
1178
|
dateFormat: import("vue").ComputedRef<string>;
|
|
1126
1179
|
compType: import("vue").ComputedRef<any>;
|
|
@@ -1138,8 +1191,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1138
1191
|
label: string;
|
|
1139
1192
|
value: string;
|
|
1140
1193
|
}[]>;
|
|
1141
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1142
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
|
1194
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1195
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
|
1143
1196
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1144
1197
|
isStartDateDisabled: (ts: number) => boolean;
|
|
1145
1198
|
timeStartDisabled: (ts: number) => {
|
|
@@ -1153,9 +1206,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1153
1206
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
1154
1207
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
1155
1208
|
};
|
|
1156
|
-
NSelect: any;
|
|
1157
|
-
NPopover: any;
|
|
1158
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
1209
|
+
readonly NSelect: any;
|
|
1210
|
+
readonly NPopover: any;
|
|
1211
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1159
1212
|
updateUnchangedValue: {
|
|
1160
1213
|
type: BooleanConstructor;
|
|
1161
1214
|
};
|
|
@@ -1183,14 +1236,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1183
1236
|
type: StringConstructor;
|
|
1184
1237
|
default: string;
|
|
1185
1238
|
};
|
|
1239
|
+
updateValueOnClose: {
|
|
1240
|
+
type: BooleanConstructor;
|
|
1241
|
+
default: boolean;
|
|
1242
|
+
};
|
|
1186
1243
|
isDateDisabled: {
|
|
1187
1244
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1188
1245
|
};
|
|
1189
|
-
|
|
1246
|
+
propKey: {
|
|
1247
|
+
type: StringConstructor;
|
|
1248
|
+
};
|
|
1249
|
+
shortcutListenerConfig: {
|
|
1250
|
+
type: import("vue").PropType<{
|
|
1251
|
+
enable: boolean;
|
|
1252
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1253
|
+
}>;
|
|
1254
|
+
};
|
|
1255
|
+
}>, {
|
|
1190
1256
|
attrs: {
|
|
1191
1257
|
[x: string]: unknown;
|
|
1192
1258
|
};
|
|
1193
|
-
props:
|
|
1259
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1194
1260
|
updateUnchangedValue: {
|
|
1195
1261
|
type: BooleanConstructor;
|
|
1196
1262
|
};
|
|
@@ -1218,18 +1284,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1218
1284
|
type: StringConstructor;
|
|
1219
1285
|
default: string;
|
|
1220
1286
|
};
|
|
1287
|
+
updateValueOnClose: {
|
|
1288
|
+
type: BooleanConstructor;
|
|
1289
|
+
default: boolean;
|
|
1290
|
+
};
|
|
1221
1291
|
isDateDisabled: {
|
|
1222
1292
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1223
1293
|
};
|
|
1224
|
-
|
|
1294
|
+
propKey: {
|
|
1295
|
+
type: StringConstructor;
|
|
1296
|
+
};
|
|
1297
|
+
shortcutListenerConfig: {
|
|
1298
|
+
type: import("vue").PropType<{
|
|
1299
|
+
enable: boolean;
|
|
1300
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1301
|
+
}>;
|
|
1302
|
+
};
|
|
1303
|
+
}>> & Readonly<{
|
|
1225
1304
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1226
|
-
}
|
|
1305
|
+
}> & {}>;
|
|
1227
1306
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1228
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
|
1229
|
-
panelInstRef: import("vue").Ref<null>;
|
|
1230
|
-
placeholderRef: import("vue").Ref<any>;
|
|
1231
|
-
oldValue: string;
|
|
1232
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1307
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
|
1308
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1309
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1310
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1311
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
1233
1312
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1234
1313
|
formatRef: import("vue").ComputedRef<string>;
|
|
1235
1314
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1237,6 +1316,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1237
1316
|
focus: () => any;
|
|
1238
1317
|
blur: () => any;
|
|
1239
1318
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1319
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1240
1320
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1241
1321
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1242
1322
|
stopWatcher: () => void;
|
|
@@ -1244,8 +1324,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1244
1324
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1245
1325
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1246
1326
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1247
|
-
NDatePicker: any;
|
|
1248
|
-
},
|
|
1327
|
+
readonly NDatePicker: any;
|
|
1328
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1249
1329
|
updateUnchangedValue: {
|
|
1250
1330
|
type: BooleanConstructor;
|
|
1251
1331
|
};
|
|
@@ -1273,18 +1353,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1273
1353
|
type: StringConstructor;
|
|
1274
1354
|
default: string;
|
|
1275
1355
|
};
|
|
1356
|
+
updateValueOnClose: {
|
|
1357
|
+
type: BooleanConstructor;
|
|
1358
|
+
default: boolean;
|
|
1359
|
+
};
|
|
1276
1360
|
isDateDisabled: {
|
|
1277
1361
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1278
1362
|
};
|
|
1279
|
-
|
|
1363
|
+
propKey: {
|
|
1364
|
+
type: StringConstructor;
|
|
1365
|
+
};
|
|
1366
|
+
shortcutListenerConfig: {
|
|
1367
|
+
type: import("vue").PropType<{
|
|
1368
|
+
enable: boolean;
|
|
1369
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1370
|
+
}>;
|
|
1371
|
+
};
|
|
1372
|
+
}>> & Readonly<{
|
|
1280
1373
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1281
|
-
}
|
|
1374
|
+
}>, {
|
|
1282
1375
|
type: string;
|
|
1283
1376
|
updateUnchangedValue: boolean;
|
|
1284
1377
|
to: string | false | HTMLElement;
|
|
1285
1378
|
holidays: Date[];
|
|
1286
|
-
|
|
1287
|
-
|
|
1379
|
+
updateValueOnClose: boolean;
|
|
1380
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1381
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1288
1382
|
filterType: {
|
|
1289
1383
|
type: StringConstructor;
|
|
1290
1384
|
required: true;
|
|
@@ -1309,7 +1403,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1309
1403
|
valueFormat: {
|
|
1310
1404
|
type: StringConstructor;
|
|
1311
1405
|
};
|
|
1312
|
-
}
|
|
1406
|
+
}>, {
|
|
1313
1407
|
widgetOptions: {
|
|
1314
1408
|
label: string;
|
|
1315
1409
|
value: string;
|
|
@@ -1318,9 +1412,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1318
1412
|
label: string;
|
|
1319
1413
|
value: string;
|
|
1320
1414
|
}[];
|
|
1321
|
-
startDateNum: import("vue").Ref<any>;
|
|
1322
|
-
endDateNum: import("vue").Ref<any>;
|
|
1323
|
-
props:
|
|
1415
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
1416
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
1417
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1324
1418
|
filterType: {
|
|
1325
1419
|
type: StringConstructor;
|
|
1326
1420
|
required: true;
|
|
@@ -1345,17 +1439,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1345
1439
|
valueFormat: {
|
|
1346
1440
|
type: StringConstructor;
|
|
1347
1441
|
};
|
|
1348
|
-
}>> & {
|
|
1442
|
+
}>> & Readonly<{
|
|
1349
1443
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1350
1444
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1351
|
-
}
|
|
1445
|
+
}> & {}>;
|
|
1352
1446
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
1353
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1354
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1447
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1448
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1355
1449
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1356
|
-
NSelect: any;
|
|
1357
|
-
NInputNumber: any;
|
|
1358
|
-
},
|
|
1450
|
+
readonly NSelect: any;
|
|
1451
|
+
readonly NInputNumber: any;
|
|
1452
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1359
1453
|
filterType: {
|
|
1360
1454
|
type: StringConstructor;
|
|
1361
1455
|
required: true;
|
|
@@ -1380,14 +1474,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1380
1474
|
valueFormat: {
|
|
1381
1475
|
type: StringConstructor;
|
|
1382
1476
|
};
|
|
1383
|
-
}>> & {
|
|
1477
|
+
}>> & Readonly<{
|
|
1384
1478
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1385
1479
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1386
|
-
}
|
|
1480
|
+
}>, {
|
|
1387
1481
|
modelValue: string | number | unknown[];
|
|
1388
1482
|
presetVal: string;
|
|
1389
|
-
}>;
|
|
1390
|
-
WidgetValEnums: {
|
|
1483
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1484
|
+
readonly WidgetValEnums: {
|
|
1391
1485
|
CUSTOM: string;
|
|
1392
1486
|
FIRST_VAL: string;
|
|
1393
1487
|
WHOLE: string;
|
|
@@ -1418,7 +1512,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1418
1512
|
NEXT_YEAR: string;
|
|
1419
1513
|
LAST_YEAR: string;
|
|
1420
1514
|
};
|
|
1421
|
-
},
|
|
1515
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1422
1516
|
item: {
|
|
1423
1517
|
type: ObjectConstructor;
|
|
1424
1518
|
required: true;
|
|
@@ -1439,17 +1533,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1439
1533
|
type: StringConstructor;
|
|
1440
1534
|
default: null;
|
|
1441
1535
|
};
|
|
1442
|
-
}>> & {
|
|
1536
|
+
}>> & Readonly<{
|
|
1443
1537
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1444
1538
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1445
1539
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1446
|
-
}
|
|
1540
|
+
}>, {
|
|
1447
1541
|
modelValue: string | number | unknown[];
|
|
1448
1542
|
paramCfg: Record<string, any>;
|
|
1449
1543
|
presetVal: string;
|
|
1450
1544
|
customDate: string;
|
|
1451
|
-
}>;
|
|
1452
|
-
SelectLabel: import("vue").DefineComponent<{
|
|
1545
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1546
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1453
1547
|
paramCfg: {
|
|
1454
1548
|
type: ObjectConstructor;
|
|
1455
1549
|
default: null;
|
|
@@ -1458,10 +1552,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1458
1552
|
type: StringConstructor;
|
|
1459
1553
|
default: null;
|
|
1460
1554
|
};
|
|
1461
|
-
}
|
|
1555
|
+
}>, {
|
|
1462
1556
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1463
|
-
message: import("naive-ui").MessageApi;
|
|
1464
|
-
props:
|
|
1557
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1558
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1465
1559
|
paramCfg: {
|
|
1466
1560
|
type: ObjectConstructor;
|
|
1467
1561
|
default: null;
|
|
@@ -1470,13 +1564,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1470
1564
|
type: StringConstructor;
|
|
1471
1565
|
default: null;
|
|
1472
1566
|
};
|
|
1473
|
-
}>> & {
|
|
1567
|
+
}>> & Readonly<{
|
|
1474
1568
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1475
|
-
}
|
|
1569
|
+
}> & {}>;
|
|
1476
1570
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1477
|
-
tagList: import("vue").Ref<never[]>;
|
|
1571
|
+
tagList: import("vue").Ref<never[], never[]>;
|
|
1478
1572
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
|
1479
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
1573
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
|
1480
1574
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
1481
1575
|
initTagList: () => Promise<void>;
|
|
1482
1576
|
renderOption: ({ node, option }: {
|
|
@@ -1488,8 +1582,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1488
1582
|
[key: string]: any;
|
|
1489
1583
|
}>;
|
|
1490
1584
|
renderLabel: (option: any) => any;
|
|
1491
|
-
NSelect: any;
|
|
1492
|
-
},
|
|
1585
|
+
readonly NSelect: any;
|
|
1586
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1493
1587
|
paramCfg: {
|
|
1494
1588
|
type: ObjectConstructor;
|
|
1495
1589
|
default: null;
|
|
@@ -1498,13 +1592,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1498
1592
|
type: StringConstructor;
|
|
1499
1593
|
default: null;
|
|
1500
1594
|
};
|
|
1501
|
-
}>> & {
|
|
1595
|
+
}>> & Readonly<{
|
|
1502
1596
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1503
|
-
}
|
|
1597
|
+
}>, {
|
|
1504
1598
|
modelValue: string;
|
|
1505
1599
|
paramCfg: Record<string, any>;
|
|
1506
|
-
}>;
|
|
1507
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
|
1600
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1601
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1508
1602
|
paramCfg: {
|
|
1509
1603
|
type: ObjectConstructor;
|
|
1510
1604
|
default: null;
|
|
@@ -1513,9 +1607,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1513
1607
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1514
1608
|
default: null;
|
|
1515
1609
|
};
|
|
1516
|
-
}
|
|
1517
|
-
message: import("naive-ui").MessageApi;
|
|
1518
|
-
props:
|
|
1610
|
+
}>, {
|
|
1611
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1612
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1519
1613
|
paramCfg: {
|
|
1520
1614
|
type: ObjectConstructor;
|
|
1521
1615
|
default: null;
|
|
@@ -1524,22 +1618,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1524
1618
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1525
1619
|
default: null;
|
|
1526
1620
|
};
|
|
1527
|
-
}>> & {
|
|
1621
|
+
}>> & Readonly<{
|
|
1528
1622
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1529
|
-
}
|
|
1623
|
+
}> & {}>;
|
|
1530
1624
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1531
1625
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1532
|
-
options: import("vue").Ref<any[]>;
|
|
1626
|
+
options: import("vue").Ref<any[], any[]>;
|
|
1533
1627
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
|
1534
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
|
1628
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
|
1535
1629
|
optionSetting: import("vue").ComputedRef<any>;
|
|
1536
1630
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
1537
1631
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
1538
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1632
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1539
1633
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
|
1540
1634
|
getOptionsData: (keyword: string) => Promise<void>;
|
|
1541
|
-
NTreeSelect: any;
|
|
1542
|
-
},
|
|
1635
|
+
readonly NTreeSelect: any;
|
|
1636
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1543
1637
|
paramCfg: {
|
|
1544
1638
|
type: ObjectConstructor;
|
|
1545
1639
|
default: null;
|
|
@@ -1548,13 +1642,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1548
1642
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1549
1643
|
default: null;
|
|
1550
1644
|
};
|
|
1551
|
-
}>> & {
|
|
1645
|
+
}>> & Readonly<{
|
|
1552
1646
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1553
|
-
}
|
|
1647
|
+
}>, {
|
|
1554
1648
|
modelValue: string | number | unknown[];
|
|
1555
1649
|
paramCfg: Record<string, any>;
|
|
1556
|
-
}>;
|
|
1557
|
-
WidgetTypeEnums: {
|
|
1650
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1651
|
+
readonly WidgetTypeEnums: {
|
|
1558
1652
|
INPUT_NUMBER: string;
|
|
1559
1653
|
INPUT: string;
|
|
1560
1654
|
SELECT: string;
|
|
@@ -1574,7 +1668,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1574
1668
|
SELECTTREE: string;
|
|
1575
1669
|
SELECTTREEDYNAMIC: string;
|
|
1576
1670
|
};
|
|
1577
|
-
},
|
|
1671
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1578
1672
|
item: {
|
|
1579
1673
|
type: ObjectConstructor;
|
|
1580
1674
|
default: null;
|
|
@@ -1598,20 +1692,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1598
1692
|
type: StringConstructor;
|
|
1599
1693
|
default: null;
|
|
1600
1694
|
};
|
|
1601
|
-
}>> & {
|
|
1695
|
+
}>> & Readonly<{
|
|
1602
1696
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1603
1697
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
1604
1698
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1605
1699
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1606
|
-
}
|
|
1700
|
+
}>, {
|
|
1607
1701
|
modelValue: string | number | unknown[];
|
|
1608
1702
|
item: Record<string, any>;
|
|
1609
1703
|
paramCfg: Record<string, any>;
|
|
1610
1704
|
presetVal: string;
|
|
1611
1705
|
isAccurate: boolean;
|
|
1612
1706
|
customDate: string;
|
|
1613
|
-
}>;
|
|
1614
|
-
ConditionEnums: {
|
|
1707
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1708
|
+
readonly ConditionEnums: {
|
|
1615
1709
|
NULL: string;
|
|
1616
1710
|
EQUAL: string;
|
|
1617
1711
|
CUSTOM_RANGE: string;
|
|
@@ -1620,7 +1714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1620
1714
|
IN_THE_PAST_DI: string;
|
|
1621
1715
|
IN_THE_FUTURE_DI: string;
|
|
1622
1716
|
};
|
|
1623
|
-
},
|
|
1717
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1624
1718
|
actionList_prop: {
|
|
1625
1719
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
|
1626
1720
|
default: () => {};
|
|
@@ -1645,18 +1739,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1645
1739
|
type: BooleanConstructor;
|
|
1646
1740
|
default: boolean;
|
|
1647
1741
|
};
|
|
1648
|
-
}>> & {
|
|
1742
|
+
}>> & Readonly<{
|
|
1649
1743
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1650
1744
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1651
|
-
}
|
|
1745
|
+
}>, {
|
|
1652
1746
|
searchFieldList: unknown[];
|
|
1653
1747
|
tableId: string;
|
|
1654
1748
|
conditionList: unknown[];
|
|
1655
1749
|
actionList_prop: import("../../../..").IClassifyListType;
|
|
1656
1750
|
showItemName: boolean;
|
|
1657
1751
|
hideAddBtn: boolean;
|
|
1658
|
-
}>;
|
|
1659
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
|
1752
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1753
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1660
1754
|
actionList_prop: {
|
|
1661
1755
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
|
1662
1756
|
default: () => {};
|
|
@@ -1681,15 +1775,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1681
1775
|
type: BooleanConstructor;
|
|
1682
1776
|
default: boolean;
|
|
1683
1777
|
};
|
|
1684
|
-
}
|
|
1685
|
-
$message: import("naive-ui").MessageApi;
|
|
1778
|
+
}>, {
|
|
1779
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1686
1780
|
menuProps: {
|
|
1687
1781
|
class: string;
|
|
1688
1782
|
};
|
|
1689
1783
|
dateCons: string[];
|
|
1690
1784
|
textCons: string[];
|
|
1691
1785
|
numberCons: string[];
|
|
1692
|
-
props:
|
|
1786
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1693
1787
|
actionList_prop: {
|
|
1694
1788
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
|
1695
1789
|
default: () => {};
|
|
@@ -1714,19 +1808,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1714
1808
|
type: BooleanConstructor;
|
|
1715
1809
|
default: boolean;
|
|
1716
1810
|
};
|
|
1717
|
-
}>> & {
|
|
1811
|
+
}>> & Readonly<{
|
|
1718
1812
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1719
1813
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1720
|
-
}
|
|
1814
|
+
}> & {}>;
|
|
1721
1815
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
1722
1816
|
$attrs: {
|
|
1723
1817
|
[x: string]: unknown;
|
|
1724
1818
|
};
|
|
1725
1819
|
FormState: any;
|
|
1726
|
-
loading: import("vue").Ref<boolean>;
|
|
1727
|
-
parentInputRef: import("vue").Ref<any>;
|
|
1728
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
1729
|
-
sqlExpression: any
|
|
1820
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
1821
|
+
parentInputRef: import("vue").Ref<any, any>;
|
|
1822
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
|
1823
|
+
sqlExpression: import("vue").Ref<any, any>;
|
|
1730
1824
|
DisplayCategoryState: {
|
|
1731
1825
|
addDisplayCategory: string;
|
|
1732
1826
|
displayCategories: {
|
|
@@ -1763,16 +1857,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1763
1857
|
saveAdd: () => void;
|
|
1764
1858
|
cancelSaveAdd: () => void;
|
|
1765
1859
|
checkActionList: () => any;
|
|
1766
|
-
NSpin: any;
|
|
1767
|
-
NIcon: any;
|
|
1768
|
-
NInput: any;
|
|
1769
|
-
NButton: any;
|
|
1770
|
-
NTooltip: any;
|
|
1771
|
-
NSelect: any;
|
|
1772
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1773
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1774
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1775
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
1860
|
+
readonly NSpin: any;
|
|
1861
|
+
readonly NIcon: any;
|
|
1862
|
+
readonly NInput: any;
|
|
1863
|
+
readonly NButton: any;
|
|
1864
|
+
readonly NTooltip: any;
|
|
1865
|
+
readonly NSelect: any;
|
|
1866
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1867
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1868
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1869
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1776
1870
|
paramCfg: {
|
|
1777
1871
|
type: ObjectConstructor;
|
|
1778
1872
|
default: null;
|
|
@@ -1785,8 +1879,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1785
1879
|
type: ArrayConstructor;
|
|
1786
1880
|
default: () => never[];
|
|
1787
1881
|
};
|
|
1788
|
-
}
|
|
1789
|
-
props:
|
|
1882
|
+
}>, {
|
|
1883
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1790
1884
|
paramCfg: {
|
|
1791
1885
|
type: ObjectConstructor;
|
|
1792
1886
|
default: null;
|
|
@@ -1799,17 +1893,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1799
1893
|
type: ArrayConstructor;
|
|
1800
1894
|
default: () => never[];
|
|
1801
1895
|
};
|
|
1802
|
-
}>> & {
|
|
1896
|
+
}>> & Readonly<{
|
|
1803
1897
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1804
1898
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
1805
|
-
}
|
|
1899
|
+
}> & {}>;
|
|
1806
1900
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
|
1807
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1808
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
|
1901
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1902
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
|
1809
1903
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
|
1810
1904
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
|
1811
1905
|
biType: import("vue").ComputedRef<any>;
|
|
1812
|
-
Date: import("vue").DefineComponent<{
|
|
1906
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1813
1907
|
componentCfg: {
|
|
1814
1908
|
type: ObjectConstructor;
|
|
1815
1909
|
};
|
|
@@ -1821,8 +1915,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1821
1915
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1822
1916
|
default: null;
|
|
1823
1917
|
};
|
|
1824
|
-
}
|
|
1825
|
-
props:
|
|
1918
|
+
}>, {
|
|
1919
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1826
1920
|
componentCfg: {
|
|
1827
1921
|
type: ObjectConstructor;
|
|
1828
1922
|
};
|
|
@@ -1834,15 +1928,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1834
1928
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1835
1929
|
default: null;
|
|
1836
1930
|
};
|
|
1837
|
-
}>> & {
|
|
1931
|
+
}>> & Readonly<{
|
|
1838
1932
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1839
|
-
}
|
|
1933
|
+
}> & {}>;
|
|
1840
1934
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1841
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1935
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1842
1936
|
dateType: any;
|
|
1843
1937
|
valueFormat: import("vue").ComputedRef<string>;
|
|
1844
1938
|
compType: import("vue").ComputedRef<any>;
|
|
1845
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
1939
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1846
1940
|
updateUnchangedValue: {
|
|
1847
1941
|
type: BooleanConstructor;
|
|
1848
1942
|
};
|
|
@@ -1870,14 +1964,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1870
1964
|
type: StringConstructor;
|
|
1871
1965
|
default: string;
|
|
1872
1966
|
};
|
|
1967
|
+
updateValueOnClose: {
|
|
1968
|
+
type: BooleanConstructor;
|
|
1969
|
+
default: boolean;
|
|
1970
|
+
};
|
|
1873
1971
|
isDateDisabled: {
|
|
1874
1972
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1875
1973
|
};
|
|
1876
|
-
|
|
1974
|
+
propKey: {
|
|
1975
|
+
type: StringConstructor;
|
|
1976
|
+
};
|
|
1977
|
+
shortcutListenerConfig: {
|
|
1978
|
+
type: import("vue").PropType<{
|
|
1979
|
+
enable: boolean;
|
|
1980
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1981
|
+
}>;
|
|
1982
|
+
};
|
|
1983
|
+
}>, {
|
|
1877
1984
|
attrs: {
|
|
1878
1985
|
[x: string]: unknown;
|
|
1879
1986
|
};
|
|
1880
|
-
props:
|
|
1987
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1881
1988
|
updateUnchangedValue: {
|
|
1882
1989
|
type: BooleanConstructor;
|
|
1883
1990
|
};
|
|
@@ -1905,18 +2012,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1905
2012
|
type: StringConstructor;
|
|
1906
2013
|
default: string;
|
|
1907
2014
|
};
|
|
2015
|
+
updateValueOnClose: {
|
|
2016
|
+
type: BooleanConstructor;
|
|
2017
|
+
default: boolean;
|
|
2018
|
+
};
|
|
1908
2019
|
isDateDisabled: {
|
|
1909
2020
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1910
2021
|
};
|
|
1911
|
-
|
|
2022
|
+
propKey: {
|
|
2023
|
+
type: StringConstructor;
|
|
2024
|
+
};
|
|
2025
|
+
shortcutListenerConfig: {
|
|
2026
|
+
type: import("vue").PropType<{
|
|
2027
|
+
enable: boolean;
|
|
2028
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2029
|
+
}>;
|
|
2030
|
+
};
|
|
2031
|
+
}>> & Readonly<{
|
|
1912
2032
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1913
|
-
}
|
|
2033
|
+
}> & {}>;
|
|
1914
2034
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1915
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
|
1916
|
-
panelInstRef: import("vue").Ref<null>;
|
|
1917
|
-
placeholderRef: import("vue").Ref<any>;
|
|
1918
|
-
oldValue: string;
|
|
1919
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
2035
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
|
2036
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
2037
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
2038
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
2039
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
1920
2040
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1921
2041
|
formatRef: import("vue").ComputedRef<string>;
|
|
1922
2042
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1924,6 +2044,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1924
2044
|
focus: () => any;
|
|
1925
2045
|
blur: () => any;
|
|
1926
2046
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2047
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1927
2048
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1928
2049
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1929
2050
|
stopWatcher: () => void;
|
|
@@ -1931,8 +2052,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1931
2052
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1932
2053
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1933
2054
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1934
|
-
NDatePicker: any;
|
|
1935
|
-
},
|
|
2055
|
+
readonly NDatePicker: any;
|
|
2056
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1936
2057
|
updateUnchangedValue: {
|
|
1937
2058
|
type: BooleanConstructor;
|
|
1938
2059
|
};
|
|
@@ -1960,18 +2081,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1960
2081
|
type: StringConstructor;
|
|
1961
2082
|
default: string;
|
|
1962
2083
|
};
|
|
2084
|
+
updateValueOnClose: {
|
|
2085
|
+
type: BooleanConstructor;
|
|
2086
|
+
default: boolean;
|
|
2087
|
+
};
|
|
1963
2088
|
isDateDisabled: {
|
|
1964
2089
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1965
2090
|
};
|
|
1966
|
-
|
|
2091
|
+
propKey: {
|
|
2092
|
+
type: StringConstructor;
|
|
2093
|
+
};
|
|
2094
|
+
shortcutListenerConfig: {
|
|
2095
|
+
type: import("vue").PropType<{
|
|
2096
|
+
enable: boolean;
|
|
2097
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2098
|
+
}>;
|
|
2099
|
+
};
|
|
2100
|
+
}>> & Readonly<{
|
|
1967
2101
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1968
|
-
}
|
|
2102
|
+
}>, {
|
|
1969
2103
|
type: string;
|
|
1970
2104
|
updateUnchangedValue: boolean;
|
|
1971
2105
|
to: string | false | HTMLElement;
|
|
1972
2106
|
holidays: Date[];
|
|
1973
|
-
|
|
1974
|
-
|
|
2107
|
+
updateValueOnClose: boolean;
|
|
2108
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2109
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1975
2110
|
componentCfg: {
|
|
1976
2111
|
type: ObjectConstructor;
|
|
1977
2112
|
};
|
|
@@ -1983,13 +2118,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1983
2118
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1984
2119
|
default: null;
|
|
1985
2120
|
};
|
|
1986
|
-
}>> & {
|
|
2121
|
+
}>> & Readonly<{
|
|
1987
2122
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1988
|
-
}
|
|
2123
|
+
}>, {
|
|
1989
2124
|
modelValue: string | number | unknown[];
|
|
1990
2125
|
paramCfg: Record<string, any>;
|
|
1991
|
-
}>;
|
|
1992
|
-
InputFilter: import("vue").DefineComponent<{
|
|
2126
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2127
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1993
2128
|
paramCfg: {
|
|
1994
2129
|
type: ObjectConstructor;
|
|
1995
2130
|
default: null;
|
|
@@ -1998,8 +2133,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1998
2133
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1999
2134
|
default: null;
|
|
2000
2135
|
};
|
|
2001
|
-
}
|
|
2002
|
-
props:
|
|
2136
|
+
}>, {
|
|
2137
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2003
2138
|
paramCfg: {
|
|
2004
2139
|
type: ObjectConstructor;
|
|
2005
2140
|
default: null;
|
|
@@ -2008,13 +2143,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2008
2143
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2009
2144
|
default: null;
|
|
2010
2145
|
};
|
|
2011
|
-
}>> & {
|
|
2146
|
+
}>> & Readonly<{
|
|
2012
2147
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2013
|
-
}
|
|
2148
|
+
}> & {}>;
|
|
2014
2149
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2015
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2016
|
-
NInput: any;
|
|
2017
|
-
},
|
|
2150
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2151
|
+
readonly NInput: any;
|
|
2152
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2018
2153
|
paramCfg: {
|
|
2019
2154
|
type: ObjectConstructor;
|
|
2020
2155
|
default: null;
|
|
@@ -2023,40 +2158,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2023
2158
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2024
2159
|
default: null;
|
|
2025
2160
|
};
|
|
2026
|
-
}>> & {
|
|
2161
|
+
}>> & Readonly<{
|
|
2027
2162
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2028
|
-
}
|
|
2163
|
+
}>, {
|
|
2029
2164
|
modelValue: string | number | unknown[];
|
|
2030
2165
|
paramCfg: Record<string, any>;
|
|
2031
|
-
}>;
|
|
2032
|
-
InputNumber: import("vue").DefineComponent<{
|
|
2166
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2167
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2033
2168
|
modelValue: {
|
|
2034
2169
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2035
2170
|
default: null;
|
|
2036
2171
|
};
|
|
2037
|
-
}
|
|
2038
|
-
props:
|
|
2172
|
+
}>, {
|
|
2173
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2039
2174
|
modelValue: {
|
|
2040
2175
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2041
2176
|
default: null;
|
|
2042
2177
|
};
|
|
2043
|
-
}>> & {
|
|
2178
|
+
}>> & Readonly<{
|
|
2044
2179
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2045
|
-
}
|
|
2180
|
+
}> & {}>;
|
|
2046
2181
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2047
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2048
|
-
NInputNumber: any;
|
|
2049
|
-
},
|
|
2182
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2183
|
+
readonly NInputNumber: any;
|
|
2184
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2050
2185
|
modelValue: {
|
|
2051
2186
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2052
2187
|
default: null;
|
|
2053
2188
|
};
|
|
2054
|
-
}>> & {
|
|
2189
|
+
}>> & Readonly<{
|
|
2055
2190
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2056
|
-
}
|
|
2191
|
+
}>, {
|
|
2057
2192
|
modelValue: string | number | unknown[];
|
|
2058
|
-
}>;
|
|
2059
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
2193
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2194
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2060
2195
|
paramCfg: {
|
|
2061
2196
|
type: ObjectConstructor;
|
|
2062
2197
|
default: null;
|
|
@@ -2065,8 +2200,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2065
2200
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2066
2201
|
default: null;
|
|
2067
2202
|
};
|
|
2068
|
-
}
|
|
2069
|
-
props:
|
|
2203
|
+
}>, {
|
|
2204
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2070
2205
|
paramCfg: {
|
|
2071
2206
|
type: ObjectConstructor;
|
|
2072
2207
|
default: null;
|
|
@@ -2075,15 +2210,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2075
2210
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2076
2211
|
default: null;
|
|
2077
2212
|
};
|
|
2078
|
-
}>> & {
|
|
2213
|
+
}>> & Readonly<{
|
|
2079
2214
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2080
|
-
}
|
|
2215
|
+
}> & {}>;
|
|
2081
2216
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2082
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2217
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2083
2218
|
optionSetting: import("vue").ComputedRef<any>;
|
|
2084
2219
|
widgetOptions: import("vue").ComputedRef<any>;
|
|
2085
|
-
NSelect: any;
|
|
2086
|
-
WidgetOptionEnums: {
|
|
2220
|
+
readonly NSelect: any;
|
|
2221
|
+
readonly WidgetOptionEnums: {
|
|
2087
2222
|
RADIO: string;
|
|
2088
2223
|
MULTIPLE: string;
|
|
2089
2224
|
ALL: string;
|
|
@@ -2092,7 +2227,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2092
2227
|
FUTURE_TIME: string;
|
|
2093
2228
|
CUSTOM_TIME: string;
|
|
2094
2229
|
};
|
|
2095
|
-
},
|
|
2230
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2096
2231
|
paramCfg: {
|
|
2097
2232
|
type: ObjectConstructor;
|
|
2098
2233
|
default: null;
|
|
@@ -2101,13 +2236,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2101
2236
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2102
2237
|
default: null;
|
|
2103
2238
|
};
|
|
2104
|
-
}>> & {
|
|
2239
|
+
}>> & Readonly<{
|
|
2105
2240
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2106
|
-
}
|
|
2241
|
+
}>, {
|
|
2107
2242
|
modelValue: string | number | unknown[];
|
|
2108
2243
|
paramCfg: Record<string, any>;
|
|
2109
|
-
}>;
|
|
2110
|
-
WidgetTypeEnums: {
|
|
2244
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2245
|
+
readonly WidgetTypeEnums: {
|
|
2111
2246
|
INPUT_NUMBER: string;
|
|
2112
2247
|
INPUT: string;
|
|
2113
2248
|
SELECT: string;
|
|
@@ -2127,7 +2262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2127
2262
|
SELECTTREE: string;
|
|
2128
2263
|
SELECTTREEDYNAMIC: string;
|
|
2129
2264
|
};
|
|
2130
|
-
},
|
|
2265
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2131
2266
|
paramCfg: {
|
|
2132
2267
|
type: ObjectConstructor;
|
|
2133
2268
|
default: null;
|
|
@@ -2140,15 +2275,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2140
2275
|
type: ArrayConstructor;
|
|
2141
2276
|
default: () => never[];
|
|
2142
2277
|
};
|
|
2143
|
-
}>> & {
|
|
2278
|
+
}>> & Readonly<{
|
|
2144
2279
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2145
2280
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
2146
|
-
}
|
|
2281
|
+
}>, {
|
|
2147
2282
|
modelValue: string | number | unknown[];
|
|
2148
2283
|
paramCfg: Record<string, any>;
|
|
2149
2284
|
modelValues: unknown[];
|
|
2150
|
-
}>;
|
|
2151
|
-
},
|
|
2285
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2286
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2152
2287
|
actionList_prop: {
|
|
2153
2288
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
|
2154
2289
|
default: () => {};
|
|
@@ -2173,18 +2308,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2173
2308
|
type: BooleanConstructor;
|
|
2174
2309
|
default: boolean;
|
|
2175
2310
|
};
|
|
2176
|
-
}>> & {
|
|
2311
|
+
}>> & Readonly<{
|
|
2177
2312
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2178
2313
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2179
|
-
}
|
|
2314
|
+
}>, {
|
|
2180
2315
|
searchFieldList: unknown[];
|
|
2181
2316
|
tableId: string;
|
|
2182
2317
|
conditionList: unknown[];
|
|
2183
2318
|
actionList_prop: import("../../../..").IClassifyListType;
|
|
2184
2319
|
showItemName: boolean;
|
|
2185
2320
|
hideAddBtn: boolean;
|
|
2186
|
-
}>;
|
|
2187
|
-
},
|
|
2321
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2322
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2188
2323
|
visible: {
|
|
2189
2324
|
type: BooleanConstructor;
|
|
2190
2325
|
default: boolean;
|
|
@@ -2201,12 +2336,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2201
2336
|
type: ArrayConstructor;
|
|
2202
2337
|
default: () => never[];
|
|
2203
2338
|
};
|
|
2204
|
-
}>> & {
|
|
2339
|
+
}>> & Readonly<{
|
|
2205
2340
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2206
|
-
}
|
|
2341
|
+
}>, {
|
|
2207
2342
|
visible: boolean;
|
|
2208
|
-
modalTitle: string;
|
|
2209
2343
|
searchFieldList: unknown[];
|
|
2210
2344
|
conditionList: unknown[];
|
|
2211
|
-
|
|
2345
|
+
modalTitle: string;
|
|
2346
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2212
2347
|
export default _default;
|