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,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { IClassifyListType, ITreeDataType, IConditionMapType, IClassifyItemType } from '../../../components/table-filter/src/types';
|
|
3
3
|
import { AnyObject } from '../../../shared/types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
tableId: {
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
default: string;
|
|
@@ -57,12 +57,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
type: StringConstructor;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
|
-
}
|
|
60
|
+
}>, {
|
|
61
61
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
62
62
|
transformClassifyChild: (conObjList: any, searchFieldList: any[]) => any;
|
|
63
63
|
attrs: any;
|
|
64
|
-
$message: import("naive-ui").MessageApi;
|
|
65
|
-
props:
|
|
64
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
65
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
66
66
|
tableId: {
|
|
67
67
|
type: StringConstructor;
|
|
68
68
|
default: string;
|
|
@@ -118,15 +118,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
118
|
type: StringConstructor;
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
|
-
}>> & {
|
|
121
|
+
}>> & Readonly<{
|
|
122
122
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
123
123
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
125
|
-
}
|
|
125
|
+
}> & {}>;
|
|
126
126
|
emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
|
|
127
|
-
selectType: any
|
|
128
|
-
classificationWidth: import("vue").Ref<number>;
|
|
129
|
-
selectShow: import("vue").Ref<boolean>;
|
|
127
|
+
selectType: import("vue").Ref<any, any>;
|
|
128
|
+
classificationWidth: import("vue").Ref<number, number>;
|
|
129
|
+
selectShow: import("vue").Ref<boolean, boolean>;
|
|
130
130
|
treeData: import("vue").Ref<{
|
|
131
131
|
[x: string]: any;
|
|
132
132
|
name: string;
|
|
@@ -154,6 +154,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
digital?: number | undefined;
|
|
155
155
|
open?: boolean | undefined;
|
|
156
156
|
selected?: boolean | undefined;
|
|
157
|
+
}[], ITreeDataType[] | {
|
|
158
|
+
[x: string]: any;
|
|
159
|
+
name: string;
|
|
160
|
+
sid: string;
|
|
161
|
+
children: {
|
|
162
|
+
[x: string]: any;
|
|
163
|
+
displayCategory: string;
|
|
164
|
+
isDefault: boolean;
|
|
165
|
+
isEdit: boolean;
|
|
166
|
+
isShow: boolean;
|
|
167
|
+
name: string;
|
|
168
|
+
sid: string;
|
|
169
|
+
isPublic?: string | undefined;
|
|
170
|
+
classifyId?: string | undefined;
|
|
171
|
+
conObj?: any;
|
|
172
|
+
digital?: number | undefined;
|
|
173
|
+
checked?: boolean | undefined;
|
|
174
|
+
id?: string | undefined;
|
|
175
|
+
isCommon?: boolean | undefined;
|
|
176
|
+
selected?: boolean | undefined;
|
|
177
|
+
sqlExpression?: string | undefined;
|
|
178
|
+
createdByName?: string | undefined;
|
|
179
|
+
from?: string | undefined;
|
|
180
|
+
}[];
|
|
181
|
+
digital?: number | undefined;
|
|
182
|
+
open?: boolean | undefined;
|
|
183
|
+
selected?: boolean | undefined;
|
|
157
184
|
}[]>;
|
|
158
185
|
conditionLists: import("vue").Ref<{
|
|
159
186
|
[x: string]: any;
|
|
@@ -174,6 +201,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
201
|
sqlExpression?: string | undefined;
|
|
175
202
|
createdByName?: string | undefined;
|
|
176
203
|
from?: string | undefined;
|
|
204
|
+
}[], IClassifyListType[] | {
|
|
205
|
+
[x: string]: any;
|
|
206
|
+
displayCategory: string;
|
|
207
|
+
isDefault: boolean;
|
|
208
|
+
isEdit: boolean;
|
|
209
|
+
isShow: boolean;
|
|
210
|
+
name: string;
|
|
211
|
+
sid: string;
|
|
212
|
+
isPublic?: string | undefined;
|
|
213
|
+
classifyId?: string | undefined;
|
|
214
|
+
conObj?: any;
|
|
215
|
+
digital?: number | undefined;
|
|
216
|
+
checked?: boolean | undefined;
|
|
217
|
+
id?: string | undefined;
|
|
218
|
+
isCommon?: boolean | undefined;
|
|
219
|
+
selected?: boolean | undefined;
|
|
220
|
+
sqlExpression?: string | undefined;
|
|
221
|
+
createdByName?: string | undefined;
|
|
222
|
+
from?: string | undefined;
|
|
177
223
|
}[]>;
|
|
178
224
|
originConditionList: import("vue").Ref<{
|
|
179
225
|
[x: string]: any;
|
|
@@ -194,13 +240,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
194
240
|
sqlExpression?: string | undefined;
|
|
195
241
|
createdByName?: string | undefined;
|
|
196
242
|
from?: string | undefined;
|
|
243
|
+
}[], IClassifyListType[] | {
|
|
244
|
+
[x: string]: any;
|
|
245
|
+
displayCategory: string;
|
|
246
|
+
isDefault: boolean;
|
|
247
|
+
isEdit: boolean;
|
|
248
|
+
isShow: boolean;
|
|
249
|
+
name: string;
|
|
250
|
+
sid: string;
|
|
251
|
+
isPublic?: string | undefined;
|
|
252
|
+
classifyId?: string | undefined;
|
|
253
|
+
conObj?: any;
|
|
254
|
+
digital?: number | undefined;
|
|
255
|
+
checked?: boolean | undefined;
|
|
256
|
+
id?: string | undefined;
|
|
257
|
+
isCommon?: boolean | undefined;
|
|
258
|
+
selected?: boolean | undefined;
|
|
259
|
+
sqlExpression?: string | undefined;
|
|
260
|
+
createdByName?: string | undefined;
|
|
261
|
+
from?: string | undefined;
|
|
197
262
|
}[]>;
|
|
198
|
-
classificationIndex: import("vue").Ref<number>;
|
|
199
|
-
allObj: any
|
|
200
|
-
displayCategoryLists: import("vue").Ref<string[]>;
|
|
201
|
-
settingId: import("vue").Ref<string>;
|
|
202
|
-
classifyModal: import("vue").Ref<boolean>;
|
|
203
|
-
showTitleName: import("vue").Ref<string>;
|
|
263
|
+
classificationIndex: import("vue").Ref<number, number>;
|
|
264
|
+
allObj: import("vue").Ref<any, any>;
|
|
265
|
+
displayCategoryLists: import("vue").Ref<string[], string[]>;
|
|
266
|
+
settingId: import("vue").Ref<string, string>;
|
|
267
|
+
classifyModal: import("vue").Ref<boolean, boolean>;
|
|
268
|
+
showTitleName: import("vue").Ref<string, string>;
|
|
204
269
|
dynamicStyle: import("vue").ComputedRef<{
|
|
205
270
|
marginRight: string;
|
|
206
271
|
display?: undefined;
|
|
@@ -222,7 +287,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
287
|
handleSettingShow: () => void;
|
|
223
288
|
setClassifyModal: (val: boolean) => void;
|
|
224
289
|
toggleSelect: (flag?: boolean) => void;
|
|
225
|
-
initTableCondiTionList: () => import("naive-ui").MessageReactive | undefined;
|
|
290
|
+
initTableCondiTionList: () => import("naive-ui/es/message").MessageReactive | undefined;
|
|
226
291
|
setOpenStatus: (value: boolean) => void;
|
|
227
292
|
tableCondiTionPromise: () => Promise<void>;
|
|
228
293
|
changeWidth: ({ distance }: any) => void;
|
|
@@ -235,16 +300,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
235
300
|
fmtChildName: (name: string, isPublic?: string) => string;
|
|
236
301
|
mergeDigitalMapToTreeData: (list: any[], digitalObj: AnyObject) => void;
|
|
237
302
|
handlePathClick: (e: Event) => void;
|
|
238
|
-
NIcon: any;
|
|
239
|
-
NTooltip: any;
|
|
240
|
-
SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
241
|
-
Repeat: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
242
|
-
Checkmark: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
243
|
-
ChevronUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
244
|
-
ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
245
|
-
ChevronForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
246
|
-
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
247
|
-
SetClassification: import("vue").DefineComponent<{
|
|
303
|
+
readonly NIcon: any;
|
|
304
|
+
readonly NTooltip: any;
|
|
305
|
+
readonly SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
306
|
+
readonly Repeat: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
307
|
+
readonly Checkmark: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
308
|
+
readonly ChevronUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
309
|
+
readonly ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
310
|
+
readonly ChevronForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
311
|
+
readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
312
|
+
SetClassification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
248
313
|
searchFieldList: {
|
|
249
314
|
type: ArrayConstructor;
|
|
250
315
|
default: () => never[];
|
|
@@ -258,8 +323,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
258
323
|
type: BooleanConstructor;
|
|
259
324
|
default: boolean;
|
|
260
325
|
};
|
|
261
|
-
}
|
|
262
|
-
props:
|
|
326
|
+
}>, {
|
|
327
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
263
328
|
searchFieldList: {
|
|
264
329
|
type: ArrayConstructor;
|
|
265
330
|
default: () => never[];
|
|
@@ -273,20 +338,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
273
338
|
type: BooleanConstructor;
|
|
274
339
|
default: boolean;
|
|
275
340
|
};
|
|
276
|
-
}>> & {
|
|
341
|
+
}>> & Readonly<{
|
|
277
342
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
278
343
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
279
344
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
280
|
-
}
|
|
345
|
+
}> & {}>;
|
|
281
346
|
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
|
282
|
-
$message: import("naive-ui").MessageApi;
|
|
347
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
283
348
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
284
|
-
conditionList: import("vue").Ref<unknown[]>;
|
|
285
|
-
addVisible: import("vue").Ref<boolean>;
|
|
286
|
-
actionList_prop: import("vue").Ref<{}>;
|
|
287
|
-
newSearchFieldList: any
|
|
288
|
-
saveLoading: import("vue").Ref<boolean>;
|
|
289
|
-
searchFilter: any
|
|
349
|
+
conditionList: import("vue").Ref<unknown[], unknown[]>;
|
|
350
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
|
351
|
+
actionList_prop: import("vue").Ref<{}, {}>;
|
|
352
|
+
newSearchFieldList: import("vue").Ref<any, any>;
|
|
353
|
+
saveLoading: import("vue").Ref<boolean, boolean>;
|
|
354
|
+
searchFilter: import("vue").Ref<any, any>;
|
|
290
355
|
filterApiConfig: AnyObject;
|
|
291
356
|
attrs: {
|
|
292
357
|
[x: string]: unknown;
|
|
@@ -302,8 +367,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
367
|
setOneVisible: (flag: boolean) => void;
|
|
303
368
|
resetPopconfirm: () => Promise<void>;
|
|
304
369
|
oneVisible: import("vue").ComputedRef<boolean>;
|
|
305
|
-
NButton: any;
|
|
306
|
-
TableModal: import("vue").DefineComponent<{
|
|
370
|
+
readonly NButton: any;
|
|
371
|
+
TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
307
372
|
visibleIn: {
|
|
308
373
|
type: BooleanConstructor;
|
|
309
374
|
};
|
|
@@ -340,8 +405,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
340
405
|
type: FunctionConstructor;
|
|
341
406
|
default: () => HTMLElement;
|
|
342
407
|
};
|
|
343
|
-
}
|
|
344
|
-
props:
|
|
408
|
+
}>, {
|
|
409
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
345
410
|
visibleIn: {
|
|
346
411
|
type: BooleanConstructor;
|
|
347
412
|
};
|
|
@@ -378,18 +443,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
378
443
|
type: FunctionConstructor;
|
|
379
444
|
default: () => HTMLElement;
|
|
380
445
|
};
|
|
381
|
-
}>> & {
|
|
446
|
+
}>> & Readonly<{
|
|
382
447
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
383
448
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
|
384
449
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
|
385
450
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
|
386
|
-
}
|
|
451
|
+
}> & {}>;
|
|
387
452
|
emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
|
388
453
|
homeList: any;
|
|
389
|
-
visible: import("vue").Ref<boolean>;
|
|
390
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
391
|
-
modalWidth: import("vue").Ref<string>;
|
|
392
|
-
modalHeight: import("vue").Ref<string>;
|
|
454
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
455
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
|
456
|
+
modalWidth: import("vue").Ref<string, string>;
|
|
457
|
+
modalHeight: import("vue").Ref<string, string>;
|
|
393
458
|
isShowResetButton: boolean;
|
|
394
459
|
handleOk: () => void;
|
|
395
460
|
close: () => void;
|
|
@@ -405,17 +470,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
405
470
|
changeModalWindow: () => void;
|
|
406
471
|
popconfirm: (e: any) => void;
|
|
407
472
|
handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
|
|
408
|
-
NModal: any;
|
|
409
|
-
NCard: any;
|
|
410
|
-
NIcon: any;
|
|
411
|
-
NButton: any;
|
|
412
|
-
NTooltip: any;
|
|
413
|
-
NSwitch: any;
|
|
414
|
-
NPopconfirm: any;
|
|
415
|
-
DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
416
|
-
Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
417
|
-
ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
418
|
-
Draggable: import("vue").DefineComponent<{
|
|
473
|
+
readonly NModal: any;
|
|
474
|
+
readonly NCard: any;
|
|
475
|
+
readonly NIcon: any;
|
|
476
|
+
readonly NButton: any;
|
|
477
|
+
readonly NTooltip: any;
|
|
478
|
+
readonly NSwitch: any;
|
|
479
|
+
readonly NPopconfirm: any;
|
|
480
|
+
readonly DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
481
|
+
readonly Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
482
|
+
readonly ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
483
|
+
readonly Draggable: import("vue").DefineComponent<{
|
|
419
484
|
list: {
|
|
420
485
|
type: ArrayConstructor;
|
|
421
486
|
required: boolean;
|
|
@@ -487,8 +552,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
487
552
|
list: unknown[];
|
|
488
553
|
modelValue: unknown[];
|
|
489
554
|
componentData: Record<string, any>;
|
|
490
|
-
}>;
|
|
491
|
-
},
|
|
555
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
556
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
492
557
|
visibleIn: {
|
|
493
558
|
type: BooleanConstructor;
|
|
494
559
|
};
|
|
@@ -525,19 +590,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
525
590
|
type: FunctionConstructor;
|
|
526
591
|
default: () => HTMLElement;
|
|
527
592
|
};
|
|
528
|
-
}>> & {
|
|
593
|
+
}>> & Readonly<{
|
|
529
594
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
530
595
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
|
531
596
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
|
532
597
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
|
533
|
-
}
|
|
534
|
-
type: string;
|
|
598
|
+
}>, {
|
|
535
599
|
loading: boolean;
|
|
536
|
-
|
|
600
|
+
type: string;
|
|
537
601
|
visibleIn: boolean;
|
|
602
|
+
dataSource: unknown[];
|
|
538
603
|
getContainer: Function;
|
|
539
|
-
}>;
|
|
540
|
-
SearchFilter: import("vue").DefineComponent<{
|
|
604
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
605
|
+
SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
541
606
|
visible: {
|
|
542
607
|
type: BooleanConstructor;
|
|
543
608
|
default: boolean;
|
|
@@ -554,8 +619,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
554
619
|
type: ArrayConstructor;
|
|
555
620
|
default: () => never[];
|
|
556
621
|
};
|
|
557
|
-
}
|
|
558
|
-
props:
|
|
622
|
+
}>, {
|
|
623
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
559
624
|
visible: {
|
|
560
625
|
type: BooleanConstructor;
|
|
561
626
|
default: boolean;
|
|
@@ -572,18 +637,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
572
637
|
type: ArrayConstructor;
|
|
573
638
|
default: () => never[];
|
|
574
639
|
};
|
|
575
|
-
}>> & {
|
|
640
|
+
}>> & Readonly<{
|
|
576
641
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
577
|
-
}
|
|
642
|
+
}> & {}>;
|
|
578
643
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
|
579
|
-
addVisible: import("vue").Ref<boolean>;
|
|
580
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
581
|
-
modalWidth: import("vue").Ref<string>;
|
|
644
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
|
645
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
|
646
|
+
modalWidth: import("vue").Ref<string, string>;
|
|
582
647
|
bodyStyle: import("vue").Ref<{
|
|
583
648
|
maxHeight: string;
|
|
584
649
|
height: string;
|
|
650
|
+
}, {
|
|
651
|
+
maxHeight: string;
|
|
652
|
+
height: string;
|
|
653
|
+
} | {
|
|
654
|
+
maxHeight: string;
|
|
655
|
+
height: string;
|
|
585
656
|
}>;
|
|
586
|
-
conditionApiRef: any
|
|
657
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
|
587
658
|
filterTimer: any;
|
|
588
659
|
classifyfilterType: String;
|
|
589
660
|
init: () => void;
|
|
@@ -594,10 +665,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
594
665
|
clearConditions: () => void;
|
|
595
666
|
resetChangeWindow: () => void;
|
|
596
667
|
changeModalWindow: () => void;
|
|
597
|
-
NModal: any;
|
|
598
|
-
NCard: any;
|
|
599
|
-
NButton: any;
|
|
600
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
|
668
|
+
readonly NModal: any;
|
|
669
|
+
readonly NCard: any;
|
|
670
|
+
readonly NButton: any;
|
|
671
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
601
672
|
actionList_prop: {
|
|
602
673
|
type: PropType<IClassifyListType>;
|
|
603
674
|
default: () => {};
|
|
@@ -622,14 +693,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
622
693
|
type: BooleanConstructor;
|
|
623
694
|
default: boolean;
|
|
624
695
|
};
|
|
625
|
-
}
|
|
626
|
-
$message: import("naive-ui").MessageApi;
|
|
696
|
+
}>, {
|
|
697
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
627
698
|
menuProps: {
|
|
628
699
|
class: string;
|
|
629
700
|
};
|
|
630
701
|
specialDateRange: string[];
|
|
631
702
|
specialCustomDateRange: string[];
|
|
632
|
-
props:
|
|
703
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
633
704
|
actionList_prop: {
|
|
634
705
|
type: PropType<IClassifyListType>;
|
|
635
706
|
default: () => {};
|
|
@@ -654,10 +725,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
654
725
|
type: BooleanConstructor;
|
|
655
726
|
default: boolean;
|
|
656
727
|
};
|
|
657
|
-
}>> & {
|
|
728
|
+
}>> & Readonly<{
|
|
658
729
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
659
730
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
660
|
-
}
|
|
731
|
+
}> & {}>;
|
|
661
732
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
662
733
|
$attrs: {
|
|
663
734
|
[x: string]: unknown;
|
|
@@ -675,9 +746,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
675
746
|
customDate?: string | undefined;
|
|
676
747
|
}[];
|
|
677
748
|
};
|
|
678
|
-
loading: import("vue").Ref<boolean>;
|
|
679
|
-
parentInputRef: import("vue").Ref<any>;
|
|
680
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
749
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
750
|
+
parentInputRef: import("vue").Ref<any, any>;
|
|
751
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
|
681
752
|
DisplayCategoryState: {
|
|
682
753
|
addDisplayCategory: string;
|
|
683
754
|
displayCategories: {
|
|
@@ -718,16 +789,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
718
789
|
saveAdd: () => void;
|
|
719
790
|
cancelSaveAdd: () => void;
|
|
720
791
|
checkActionList: () => boolean;
|
|
721
|
-
NSpin: any;
|
|
722
|
-
NIcon: any;
|
|
723
|
-
NInput: any;
|
|
724
|
-
NButton: any;
|
|
725
|
-
NTooltip: any;
|
|
726
|
-
NSelect: any;
|
|
727
|
-
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<{}>>, {}>;
|
|
728
|
-
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<{}>>, {}>;
|
|
729
|
-
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<{}>>, {}>;
|
|
730
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
792
|
+
readonly NSpin: any;
|
|
793
|
+
readonly NIcon: any;
|
|
794
|
+
readonly NInput: any;
|
|
795
|
+
readonly NButton: any;
|
|
796
|
+
readonly NTooltip: any;
|
|
797
|
+
readonly NSelect: any;
|
|
798
|
+
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>;
|
|
799
|
+
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>;
|
|
800
|
+
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>;
|
|
801
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
731
802
|
item: {
|
|
732
803
|
type: ObjectConstructor;
|
|
733
804
|
default: null;
|
|
@@ -751,8 +822,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
751
822
|
type: StringConstructor;
|
|
752
823
|
default: null;
|
|
753
824
|
};
|
|
754
|
-
}
|
|
755
|
-
props:
|
|
825
|
+
}>, {
|
|
826
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
756
827
|
item: {
|
|
757
828
|
type: ObjectConstructor;
|
|
758
829
|
default: null;
|
|
@@ -776,19 +847,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
776
847
|
type: StringConstructor;
|
|
777
848
|
default: null;
|
|
778
849
|
};
|
|
779
|
-
}>> & {
|
|
850
|
+
}>> & Readonly<{
|
|
780
851
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
781
852
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
782
853
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
783
854
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
784
|
-
}
|
|
855
|
+
}> & {}>;
|
|
785
856
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
786
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
787
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
788
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
|
789
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
|
857
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
858
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
859
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
|
860
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
|
790
861
|
widgetType: import("vue").ComputedRef<any>;
|
|
791
|
-
Date: import("vue").DefineComponent<{
|
|
862
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
792
863
|
componentCfg: {
|
|
793
864
|
type: ObjectConstructor;
|
|
794
865
|
};
|
|
@@ -812,8 +883,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
812
883
|
type: StringConstructor;
|
|
813
884
|
default: null;
|
|
814
885
|
};
|
|
815
|
-
}
|
|
816
|
-
props:
|
|
886
|
+
}>, {
|
|
887
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
817
888
|
componentCfg: {
|
|
818
889
|
type: ObjectConstructor;
|
|
819
890
|
};
|
|
@@ -837,15 +908,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
837
908
|
type: StringConstructor;
|
|
838
909
|
default: null;
|
|
839
910
|
};
|
|
840
|
-
}>> & {
|
|
911
|
+
}>> & Readonly<{
|
|
841
912
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
842
913
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
843
914
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
844
|
-
}
|
|
915
|
+
}> & {}>;
|
|
845
916
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
846
|
-
filterType: import("vue").ComputedRef<"1" | "
|
|
847
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
848
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
917
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
|
918
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
919
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
849
920
|
dateType: any;
|
|
850
921
|
valueFormat: import("vue").ComputedRef<string>;
|
|
851
922
|
compType: import("vue").ComputedRef<any>;
|
|
@@ -860,7 +931,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
860
931
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
861
932
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
862
933
|
};
|
|
863
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
934
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
864
935
|
updateUnchangedValue: {
|
|
865
936
|
type: BooleanConstructor;
|
|
866
937
|
};
|
|
@@ -888,14 +959,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
888
959
|
type: StringConstructor;
|
|
889
960
|
default: string;
|
|
890
961
|
};
|
|
962
|
+
updateValueOnClose: {
|
|
963
|
+
type: BooleanConstructor;
|
|
964
|
+
default: boolean;
|
|
965
|
+
};
|
|
891
966
|
isDateDisabled: {
|
|
892
967
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
893
968
|
};
|
|
894
|
-
|
|
969
|
+
propKey: {
|
|
970
|
+
type: StringConstructor;
|
|
971
|
+
};
|
|
972
|
+
shortcutListenerConfig: {
|
|
973
|
+
type: PropType<{
|
|
974
|
+
enable: boolean;
|
|
975
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
976
|
+
}>;
|
|
977
|
+
};
|
|
978
|
+
}>, {
|
|
895
979
|
attrs: {
|
|
896
980
|
[x: string]: unknown;
|
|
897
981
|
};
|
|
898
|
-
props:
|
|
982
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
899
983
|
updateUnchangedValue: {
|
|
900
984
|
type: BooleanConstructor;
|
|
901
985
|
};
|
|
@@ -923,18 +1007,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
923
1007
|
type: StringConstructor;
|
|
924
1008
|
default: string;
|
|
925
1009
|
};
|
|
1010
|
+
updateValueOnClose: {
|
|
1011
|
+
type: BooleanConstructor;
|
|
1012
|
+
default: boolean;
|
|
1013
|
+
};
|
|
926
1014
|
isDateDisabled: {
|
|
927
1015
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
928
1016
|
};
|
|
929
|
-
|
|
1017
|
+
propKey: {
|
|
1018
|
+
type: StringConstructor;
|
|
1019
|
+
};
|
|
1020
|
+
shortcutListenerConfig: {
|
|
1021
|
+
type: PropType<{
|
|
1022
|
+
enable: boolean;
|
|
1023
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1024
|
+
}>;
|
|
1025
|
+
};
|
|
1026
|
+
}>> & Readonly<{
|
|
930
1027
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
931
|
-
}
|
|
1028
|
+
}> & {}>;
|
|
932
1029
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
933
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
934
|
-
panelInstRef: import("vue").Ref<null>;
|
|
935
|
-
placeholderRef: import("vue").Ref<any>;
|
|
936
|
-
oldValue: string;
|
|
937
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1030
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
|
1031
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1032
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1033
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1034
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
938
1035
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
939
1036
|
formatRef: import("vue").ComputedRef<string>;
|
|
940
1037
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -942,6 +1039,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
942
1039
|
focus: () => any;
|
|
943
1040
|
blur: () => any;
|
|
944
1041
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1042
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
945
1043
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
946
1044
|
watchers: import("../../../shared/types").AnyFn[];
|
|
947
1045
|
stopWatcher: () => void;
|
|
@@ -949,8 +1047,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
949
1047
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
950
1048
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
951
1049
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
952
|
-
NDatePicker: any;
|
|
953
|
-
},
|
|
1050
|
+
readonly NDatePicker: any;
|
|
1051
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
954
1052
|
updateUnchangedValue: {
|
|
955
1053
|
type: BooleanConstructor;
|
|
956
1054
|
};
|
|
@@ -978,19 +1076,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
978
1076
|
type: StringConstructor;
|
|
979
1077
|
default: string;
|
|
980
1078
|
};
|
|
1079
|
+
updateValueOnClose: {
|
|
1080
|
+
type: BooleanConstructor;
|
|
1081
|
+
default: boolean;
|
|
1082
|
+
};
|
|
981
1083
|
isDateDisabled: {
|
|
982
1084
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
983
1085
|
};
|
|
984
|
-
|
|
1086
|
+
propKey: {
|
|
1087
|
+
type: StringConstructor;
|
|
1088
|
+
};
|
|
1089
|
+
shortcutListenerConfig: {
|
|
1090
|
+
type: PropType<{
|
|
1091
|
+
enable: boolean;
|
|
1092
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1093
|
+
}>;
|
|
1094
|
+
};
|
|
1095
|
+
}>> & Readonly<{
|
|
985
1096
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
986
|
-
}
|
|
1097
|
+
}>, {
|
|
987
1098
|
type: string;
|
|
988
1099
|
updateUnchangedValue: boolean;
|
|
989
1100
|
to: string | false | HTMLElement;
|
|
990
1101
|
holidays: Date[];
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
1102
|
+
updateValueOnClose: boolean;
|
|
1103
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1104
|
+
readonly NSelect: any;
|
|
1105
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
994
1106
|
filterType: {
|
|
995
1107
|
type: StringConstructor;
|
|
996
1108
|
required: true;
|
|
@@ -1015,7 +1127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1015
1127
|
valueFormat: {
|
|
1016
1128
|
type: StringConstructor;
|
|
1017
1129
|
};
|
|
1018
|
-
}
|
|
1130
|
+
}>, {
|
|
1019
1131
|
widgetOptions: {
|
|
1020
1132
|
label: string;
|
|
1021
1133
|
value: string;
|
|
@@ -1024,9 +1136,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1024
1136
|
label: string;
|
|
1025
1137
|
value: string;
|
|
1026
1138
|
}[];
|
|
1027
|
-
startDateNum: import("vue").Ref<any>;
|
|
1028
|
-
endDateNum: import("vue").Ref<any>;
|
|
1029
|
-
props:
|
|
1139
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
1140
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
1141
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1030
1142
|
filterType: {
|
|
1031
1143
|
type: StringConstructor;
|
|
1032
1144
|
required: true;
|
|
@@ -1051,17 +1163,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1051
1163
|
valueFormat: {
|
|
1052
1164
|
type: StringConstructor;
|
|
1053
1165
|
};
|
|
1054
|
-
}>> & {
|
|
1166
|
+
}>> & Readonly<{
|
|
1055
1167
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1056
1168
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1057
|
-
}
|
|
1169
|
+
}> & {}>;
|
|
1058
1170
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
1059
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1060
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1171
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1172
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1061
1173
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1062
|
-
NSelect: any;
|
|
1063
|
-
NInputNumber: any;
|
|
1064
|
-
},
|
|
1174
|
+
readonly NSelect: any;
|
|
1175
|
+
readonly NInputNumber: any;
|
|
1176
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1065
1177
|
filterType: {
|
|
1066
1178
|
type: StringConstructor;
|
|
1067
1179
|
required: true;
|
|
@@ -1086,14 +1198,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1086
1198
|
valueFormat: {
|
|
1087
1199
|
type: StringConstructor;
|
|
1088
1200
|
};
|
|
1089
|
-
}>> & {
|
|
1201
|
+
}>> & Readonly<{
|
|
1090
1202
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1091
1203
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1092
|
-
}
|
|
1204
|
+
}>, {
|
|
1093
1205
|
modelValue: string | number | unknown[];
|
|
1094
1206
|
presetVal: string;
|
|
1095
|
-
}>;
|
|
1096
|
-
WidgetValEnums: {
|
|
1207
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1208
|
+
readonly WidgetValEnums: {
|
|
1097
1209
|
CUSTOM: string;
|
|
1098
1210
|
FIRST_VAL: string;
|
|
1099
1211
|
WHOLE: string;
|
|
@@ -1124,7 +1236,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1124
1236
|
NEXT_YEAR: string;
|
|
1125
1237
|
LAST_YEAR: string;
|
|
1126
1238
|
};
|
|
1127
|
-
},
|
|
1239
|
+
}, {}, {}, {}, 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<{
|
|
1128
1240
|
componentCfg: {
|
|
1129
1241
|
type: ObjectConstructor;
|
|
1130
1242
|
};
|
|
@@ -1148,17 +1260,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1148
1260
|
type: StringConstructor;
|
|
1149
1261
|
default: null;
|
|
1150
1262
|
};
|
|
1151
|
-
}>> & {
|
|
1263
|
+
}>> & Readonly<{
|
|
1152
1264
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1153
1265
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1154
1266
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1155
|
-
}
|
|
1267
|
+
}>, {
|
|
1156
1268
|
modelValue: string | number | unknown[];
|
|
1157
1269
|
paramCfg: Record<string, any>;
|
|
1158
1270
|
presetVal: string;
|
|
1159
1271
|
customDate: string;
|
|
1160
|
-
}>;
|
|
1161
|
-
InputFilter: import("vue").DefineComponent<{
|
|
1272
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1273
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1162
1274
|
paramCfg: {
|
|
1163
1275
|
type: ObjectConstructor;
|
|
1164
1276
|
default: null;
|
|
@@ -1170,8 +1282,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1170
1282
|
isAccurateFilter: {
|
|
1171
1283
|
type: BooleanConstructor;
|
|
1172
1284
|
};
|
|
1173
|
-
}
|
|
1174
|
-
props:
|
|
1285
|
+
}>, {
|
|
1286
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1175
1287
|
paramCfg: {
|
|
1176
1288
|
type: ObjectConstructor;
|
|
1177
1289
|
default: null;
|
|
@@ -1183,21 +1295,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1183
1295
|
isAccurateFilter: {
|
|
1184
1296
|
type: BooleanConstructor;
|
|
1185
1297
|
};
|
|
1186
|
-
}>> & {
|
|
1298
|
+
}>> & Readonly<{
|
|
1187
1299
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1188
1300
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
1189
|
-
}
|
|
1301
|
+
}> & {}>;
|
|
1190
1302
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
|
1191
1303
|
optionList: import("vue").Ref<{
|
|
1192
1304
|
label: string;
|
|
1193
1305
|
value: number;
|
|
1306
|
+
}[], {
|
|
1307
|
+
label: string;
|
|
1308
|
+
value: number;
|
|
1309
|
+
}[] | {
|
|
1310
|
+
label: string;
|
|
1311
|
+
value: number;
|
|
1194
1312
|
}[]>;
|
|
1195
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1196
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
|
1313
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1314
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
|
1197
1315
|
isShowSearch: import("vue").ComputedRef<any>;
|
|
1198
|
-
NInput: any;
|
|
1199
|
-
NSelect: any;
|
|
1200
|
-
},
|
|
1316
|
+
readonly NInput: any;
|
|
1317
|
+
readonly NSelect: any;
|
|
1318
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1201
1319
|
paramCfg: {
|
|
1202
1320
|
type: ObjectConstructor;
|
|
1203
1321
|
default: null;
|
|
@@ -1209,42 +1327,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1209
1327
|
isAccurateFilter: {
|
|
1210
1328
|
type: BooleanConstructor;
|
|
1211
1329
|
};
|
|
1212
|
-
}>> & {
|
|
1330
|
+
}>> & Readonly<{
|
|
1213
1331
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1214
1332
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
|
1215
|
-
}
|
|
1333
|
+
}>, {
|
|
1216
1334
|
modelValue: string | number | unknown[];
|
|
1217
1335
|
paramCfg: Record<string, any>;
|
|
1218
1336
|
isAccurateFilter: boolean;
|
|
1219
|
-
}>;
|
|
1220
|
-
InputNumber: import("vue").DefineComponent<{
|
|
1337
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1338
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1221
1339
|
modelValue: {
|
|
1222
1340
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1223
1341
|
default: null;
|
|
1224
1342
|
};
|
|
1225
|
-
}
|
|
1226
|
-
props:
|
|
1343
|
+
}>, {
|
|
1344
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1227
1345
|
modelValue: {
|
|
1228
1346
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1229
1347
|
default: null;
|
|
1230
1348
|
};
|
|
1231
|
-
}>> & {
|
|
1349
|
+
}>> & Readonly<{
|
|
1232
1350
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1233
|
-
}
|
|
1351
|
+
}> & {}>;
|
|
1234
1352
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1235
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1236
|
-
NInputNumber: any;
|
|
1237
|
-
},
|
|
1353
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1354
|
+
readonly NInputNumber: any;
|
|
1355
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1238
1356
|
modelValue: {
|
|
1239
1357
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1240
1358
|
default: null;
|
|
1241
1359
|
};
|
|
1242
|
-
}>> & {
|
|
1360
|
+
}>> & Readonly<{
|
|
1243
1361
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1244
|
-
}
|
|
1362
|
+
}>, {
|
|
1245
1363
|
modelValue: string | number | unknown[];
|
|
1246
|
-
}>;
|
|
1247
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
1364
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1365
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1248
1366
|
paramCfg: {
|
|
1249
1367
|
type: ObjectConstructor;
|
|
1250
1368
|
default: null;
|
|
@@ -1257,8 +1375,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1257
1375
|
type: StringConstructor;
|
|
1258
1376
|
default: string;
|
|
1259
1377
|
};
|
|
1260
|
-
}
|
|
1261
|
-
props:
|
|
1378
|
+
}>, {
|
|
1379
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1262
1380
|
paramCfg: {
|
|
1263
1381
|
type: ObjectConstructor;
|
|
1264
1382
|
default: null;
|
|
@@ -1271,15 +1389,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1271
1389
|
type: StringConstructor;
|
|
1272
1390
|
default: string;
|
|
1273
1391
|
};
|
|
1274
|
-
}>> & {
|
|
1392
|
+
}>> & Readonly<{
|
|
1275
1393
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1276
|
-
}
|
|
1394
|
+
}> & {}>;
|
|
1277
1395
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1278
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1396
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
1279
1397
|
optionSetting: import("vue").ComputedRef<any>;
|
|
1280
1398
|
widgetOptions: import("vue").ComputedRef<any>;
|
|
1281
|
-
NSelect: any;
|
|
1282
|
-
WidgetOptionEnums: {
|
|
1399
|
+
readonly NSelect: any;
|
|
1400
|
+
readonly WidgetOptionEnums: {
|
|
1283
1401
|
RADIO: string;
|
|
1284
1402
|
MULTIPLE: string;
|
|
1285
1403
|
ALL: string;
|
|
@@ -1288,7 +1406,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1288
1406
|
FUTURE_TIME: string;
|
|
1289
1407
|
CUSTOM_TIME: string;
|
|
1290
1408
|
};
|
|
1291
|
-
},
|
|
1409
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1292
1410
|
paramCfg: {
|
|
1293
1411
|
type: ObjectConstructor;
|
|
1294
1412
|
default: null;
|
|
@@ -1301,14 +1419,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1301
1419
|
type: StringConstructor;
|
|
1302
1420
|
default: string;
|
|
1303
1421
|
};
|
|
1304
|
-
}>> & {
|
|
1422
|
+
}>> & Readonly<{
|
|
1305
1423
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1306
|
-
}
|
|
1424
|
+
}>, {
|
|
1307
1425
|
modelValue: string | number | unknown[];
|
|
1308
1426
|
widgetType: string;
|
|
1309
1427
|
paramCfg: Record<string, any>;
|
|
1310
|
-
}>;
|
|
1311
|
-
SelectDynamic: import("vue").DefineComponent<{
|
|
1428
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1429
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1312
1430
|
paramCfg: {
|
|
1313
1431
|
type: ObjectConstructor;
|
|
1314
1432
|
default: null;
|
|
@@ -1317,9 +1435,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1317
1435
|
type: PropType<AnyObject[]>;
|
|
1318
1436
|
default: null;
|
|
1319
1437
|
};
|
|
1320
|
-
}
|
|
1321
|
-
message: import("naive-ui").MessageApi;
|
|
1322
|
-
props:
|
|
1438
|
+
}>, {
|
|
1439
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
1440
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1323
1441
|
paramCfg: {
|
|
1324
1442
|
type: ObjectConstructor;
|
|
1325
1443
|
default: null;
|
|
@@ -1328,23 +1446,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1328
1446
|
type: PropType<AnyObject[]>;
|
|
1329
1447
|
default: null;
|
|
1330
1448
|
};
|
|
1331
|
-
}>> & {
|
|
1449
|
+
}>> & Readonly<{
|
|
1332
1450
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1333
|
-
}
|
|
1451
|
+
}> & {}>;
|
|
1334
1452
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1335
1453
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1336
|
-
selectDynamicRef: any
|
|
1337
|
-
isLoading: import("vue").Ref<boolean>;
|
|
1454
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
|
1455
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
1338
1456
|
filterApiConfig: AnyObject;
|
|
1339
|
-
classifyFilterList: import("vue").Ref<AnyObject[]>;
|
|
1340
|
-
totalPage: import("vue").Ref<number>;
|
|
1457
|
+
classifyFilterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1458
|
+
totalPage: import("vue").Ref<number, number>;
|
|
1341
1459
|
menuProps: {
|
|
1342
1460
|
class: string;
|
|
1343
1461
|
};
|
|
1344
|
-
curPage: import("vue").Ref<number>;
|
|
1345
|
-
fieldTitleList: import("vue").Ref<any>;
|
|
1346
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
1347
|
-
keywordVal: import("vue").Ref<any>;
|
|
1462
|
+
curPage: import("vue").Ref<number, number>;
|
|
1463
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
|
1464
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
|
1465
|
+
keywordVal: import("vue").Ref<any, any>;
|
|
1348
1466
|
optionSetting: import("vue").ComputedRef<any>;
|
|
1349
1467
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
1350
1468
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
@@ -1367,8 +1485,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1367
1485
|
}>;
|
|
1368
1486
|
init: () => void;
|
|
1369
1487
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
|
1370
|
-
NSelect: any;
|
|
1371
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
|
1488
|
+
readonly NSelect: any;
|
|
1489
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1372
1490
|
oldValue: {
|
|
1373
1491
|
type: PropType<AnyObject[]>;
|
|
1374
1492
|
default: () => never[];
|
|
@@ -1405,9 +1523,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1405
1523
|
type: BooleanConstructor;
|
|
1406
1524
|
default: boolean;
|
|
1407
1525
|
};
|
|
1408
|
-
}
|
|
1526
|
+
}>, {
|
|
1409
1527
|
selectMinWidth: number;
|
|
1410
|
-
props:
|
|
1528
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1411
1529
|
oldValue: {
|
|
1412
1530
|
type: PropType<AnyObject[]>;
|
|
1413
1531
|
default: () => never[];
|
|
@@ -1444,12 +1562,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1444
1562
|
type: BooleanConstructor;
|
|
1445
1563
|
default: boolean;
|
|
1446
1564
|
};
|
|
1447
|
-
}>> & {
|
|
1448
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1565
|
+
}>> & Readonly<{
|
|
1449
1566
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1450
|
-
|
|
1567
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1568
|
+
}> & {}>;
|
|
1451
1569
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
1452
|
-
dragEndWidth: import("vue").Ref<number>;
|
|
1570
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
|
1453
1571
|
showKeys: import("vue").ComputedRef<any>;
|
|
1454
1572
|
titleList: import("vue").ComputedRef<string[]>;
|
|
1455
1573
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
|
@@ -1457,16 +1575,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1457
1575
|
searchByPage: (onePage: number) => void;
|
|
1458
1576
|
changeWidth: ({ distance }: any) => void;
|
|
1459
1577
|
saveWidth: () => void;
|
|
1460
|
-
NEmpty: any;
|
|
1461
|
-
NButtonGroup: any;
|
|
1462
|
-
NButton: any;
|
|
1463
|
-
NIcon: any;
|
|
1464
|
-
NPopover: any;
|
|
1465
|
-
vFlexibleResize: {
|
|
1578
|
+
readonly NEmpty: any;
|
|
1579
|
+
readonly NButtonGroup: any;
|
|
1580
|
+
readonly NButton: any;
|
|
1581
|
+
readonly NIcon: any;
|
|
1582
|
+
readonly NPopover: any;
|
|
1583
|
+
readonly vFlexibleResize: {
|
|
1466
1584
|
mounted(el: any, { value }: any): void;
|
|
1467
1585
|
beforeUnmount(el: any): void;
|
|
1468
1586
|
};
|
|
1469
|
-
WidgetValEnums: {
|
|
1587
|
+
readonly WidgetValEnums: {
|
|
1470
1588
|
CUSTOM: string;
|
|
1471
1589
|
FIRST_VAL: string;
|
|
1472
1590
|
WHOLE: string;
|
|
@@ -1497,9 +1615,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1497
1615
|
NEXT_YEAR: string;
|
|
1498
1616
|
LAST_YEAR: string;
|
|
1499
1617
|
};
|
|
1500
|
-
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<{}>>, {}>;
|
|
1501
|
-
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<{}>>, {}>;
|
|
1502
|
-
},
|
|
1618
|
+
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>;
|
|
1619
|
+
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>;
|
|
1620
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1503
1621
|
oldValue: {
|
|
1504
1622
|
type: PropType<AnyObject[]>;
|
|
1505
1623
|
default: () => never[];
|
|
@@ -1536,21 +1654,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1536
1654
|
type: BooleanConstructor;
|
|
1537
1655
|
default: boolean;
|
|
1538
1656
|
};
|
|
1539
|
-
}>> & {
|
|
1540
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1657
|
+
}>> & Readonly<{
|
|
1541
1658
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1542
|
-
|
|
1543
|
-
|
|
1659
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1660
|
+
}>, {
|
|
1544
1661
|
loading: boolean;
|
|
1662
|
+
isMultiple: boolean;
|
|
1545
1663
|
oldValue: AnyObject[];
|
|
1664
|
+
optionList: AnyObject[];
|
|
1665
|
+
isShowWhole: boolean;
|
|
1546
1666
|
dynamicOptionInfo: AnyObject;
|
|
1547
1667
|
fieldTitleList: AnyObject[];
|
|
1548
|
-
optionList: AnyObject[];
|
|
1549
1668
|
curPage: number;
|
|
1550
1669
|
isLastPage: boolean;
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1670
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1671
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1554
1672
|
paramCfg: {
|
|
1555
1673
|
type: ObjectConstructor;
|
|
1556
1674
|
default: null;
|
|
@@ -1559,13 +1677,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1559
1677
|
type: PropType<AnyObject[]>;
|
|
1560
1678
|
default: null;
|
|
1561
1679
|
};
|
|
1562
|
-
}>> & {
|
|
1680
|
+
}>> & Readonly<{
|
|
1563
1681
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1564
|
-
}
|
|
1682
|
+
}>, {
|
|
1565
1683
|
modelValue: AnyObject[];
|
|
1566
1684
|
paramCfg: Record<string, any>;
|
|
1567
|
-
}>;
|
|
1568
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
|
1685
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1686
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1569
1687
|
paramCfg: {
|
|
1570
1688
|
type: ObjectConstructor;
|
|
1571
1689
|
default: null;
|
|
@@ -1574,8 +1692,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1574
1692
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1575
1693
|
default: null;
|
|
1576
1694
|
};
|
|
1577
|
-
}
|
|
1578
|
-
props:
|
|
1695
|
+
}>, {
|
|
1696
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1579
1697
|
paramCfg: {
|
|
1580
1698
|
type: ObjectConstructor;
|
|
1581
1699
|
default: null;
|
|
@@ -1584,16 +1702,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1584
1702
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1585
1703
|
default: null;
|
|
1586
1704
|
};
|
|
1587
|
-
}>> & {
|
|
1705
|
+
}>> & Readonly<{
|
|
1588
1706
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1589
|
-
}
|
|
1590
|
-
startNumber: import("vue").Ref<any>;
|
|
1591
|
-
endNumber: import("vue").Ref<any>;
|
|
1707
|
+
}> & {}>;
|
|
1708
|
+
startNumber: import("vue").Ref<any, any>;
|
|
1709
|
+
endNumber: import("vue").Ref<any, any>;
|
|
1592
1710
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1593
1711
|
handleChange: (val: number | null, key: string) => void;
|
|
1594
|
-
NInputGroup: any;
|
|
1595
|
-
NInputNumber: any;
|
|
1596
|
-
},
|
|
1712
|
+
readonly NInputGroup: any;
|
|
1713
|
+
readonly NInputNumber: any;
|
|
1714
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1597
1715
|
paramCfg: {
|
|
1598
1716
|
type: ObjectConstructor;
|
|
1599
1717
|
default: null;
|
|
@@ -1602,13 +1720,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1602
1720
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1603
1721
|
default: null;
|
|
1604
1722
|
};
|
|
1605
|
-
}>> & {
|
|
1723
|
+
}>> & Readonly<{
|
|
1606
1724
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1607
|
-
}
|
|
1725
|
+
}>, {
|
|
1608
1726
|
modelValue: string | number | unknown[];
|
|
1609
1727
|
paramCfg: Record<string, any>;
|
|
1610
|
-
}>;
|
|
1611
|
-
DateRange: import("vue").DefineComponent<{
|
|
1728
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1729
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1612
1730
|
item: {
|
|
1613
1731
|
type: ObjectConstructor;
|
|
1614
1732
|
required: true;
|
|
@@ -1629,8 +1747,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1629
1747
|
type: StringConstructor;
|
|
1630
1748
|
default: null;
|
|
1631
1749
|
};
|
|
1632
|
-
}
|
|
1633
|
-
props:
|
|
1750
|
+
}>, {
|
|
1751
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1634
1752
|
item: {
|
|
1635
1753
|
type: ObjectConstructor;
|
|
1636
1754
|
required: true;
|
|
@@ -1651,15 +1769,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1651
1769
|
type: StringConstructor;
|
|
1652
1770
|
default: null;
|
|
1653
1771
|
};
|
|
1654
|
-
}>> & {
|
|
1772
|
+
}>> & Readonly<{
|
|
1655
1773
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1656
1774
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1657
1775
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1658
|
-
}
|
|
1776
|
+
}> & {}>;
|
|
1659
1777
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
|
1660
|
-
startDate: import("vue").Ref<any>;
|
|
1661
|
-
endDate: import("vue").Ref<any>;
|
|
1662
|
-
filterType: import("vue").ComputedRef<"1" | "
|
|
1778
|
+
startDate: import("vue").Ref<any, any>;
|
|
1779
|
+
endDate: import("vue").Ref<any, any>;
|
|
1780
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
|
1663
1781
|
valueFormat: import("vue").ComputedRef<string>;
|
|
1664
1782
|
dateFormat: import("vue").ComputedRef<string>;
|
|
1665
1783
|
compType: import("vue").ComputedRef<any>;
|
|
@@ -1677,8 +1795,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1677
1795
|
label: string;
|
|
1678
1796
|
value: string;
|
|
1679
1797
|
}[]>;
|
|
1680
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1681
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
|
1798
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1799
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
|
1682
1800
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1683
1801
|
isStartDateDisabled: (ts: number) => boolean;
|
|
1684
1802
|
timeStartDisabled: (ts: number) => {
|
|
@@ -1692,9 +1810,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1692
1810
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
1693
1811
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
1694
1812
|
};
|
|
1695
|
-
NSelect: any;
|
|
1696
|
-
NPopover: any;
|
|
1697
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
1813
|
+
readonly NSelect: any;
|
|
1814
|
+
readonly NPopover: any;
|
|
1815
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1698
1816
|
updateUnchangedValue: {
|
|
1699
1817
|
type: BooleanConstructor;
|
|
1700
1818
|
};
|
|
@@ -1722,14 +1840,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1722
1840
|
type: StringConstructor;
|
|
1723
1841
|
default: string;
|
|
1724
1842
|
};
|
|
1843
|
+
updateValueOnClose: {
|
|
1844
|
+
type: BooleanConstructor;
|
|
1845
|
+
default: boolean;
|
|
1846
|
+
};
|
|
1725
1847
|
isDateDisabled: {
|
|
1726
1848
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1727
1849
|
};
|
|
1728
|
-
|
|
1850
|
+
propKey: {
|
|
1851
|
+
type: StringConstructor;
|
|
1852
|
+
};
|
|
1853
|
+
shortcutListenerConfig: {
|
|
1854
|
+
type: PropType<{
|
|
1855
|
+
enable: boolean;
|
|
1856
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1857
|
+
}>;
|
|
1858
|
+
};
|
|
1859
|
+
}>, {
|
|
1729
1860
|
attrs: {
|
|
1730
1861
|
[x: string]: unknown;
|
|
1731
1862
|
};
|
|
1732
|
-
props:
|
|
1863
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1733
1864
|
updateUnchangedValue: {
|
|
1734
1865
|
type: BooleanConstructor;
|
|
1735
1866
|
};
|
|
@@ -1757,18 +1888,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1757
1888
|
type: StringConstructor;
|
|
1758
1889
|
default: string;
|
|
1759
1890
|
};
|
|
1891
|
+
updateValueOnClose: {
|
|
1892
|
+
type: BooleanConstructor;
|
|
1893
|
+
default: boolean;
|
|
1894
|
+
};
|
|
1760
1895
|
isDateDisabled: {
|
|
1761
1896
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1762
1897
|
};
|
|
1763
|
-
|
|
1898
|
+
propKey: {
|
|
1899
|
+
type: StringConstructor;
|
|
1900
|
+
};
|
|
1901
|
+
shortcutListenerConfig: {
|
|
1902
|
+
type: PropType<{
|
|
1903
|
+
enable: boolean;
|
|
1904
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1905
|
+
}>;
|
|
1906
|
+
};
|
|
1907
|
+
}>> & Readonly<{
|
|
1764
1908
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1765
|
-
}
|
|
1909
|
+
}> & {}>;
|
|
1766
1910
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1767
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
1768
|
-
panelInstRef: import("vue").Ref<null>;
|
|
1769
|
-
placeholderRef: import("vue").Ref<any>;
|
|
1770
|
-
oldValue: string;
|
|
1771
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1911
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
|
1912
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
1913
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
1914
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
1915
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
1772
1916
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1773
1917
|
formatRef: import("vue").ComputedRef<string>;
|
|
1774
1918
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1776,6 +1920,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1776
1920
|
focus: () => any;
|
|
1777
1921
|
blur: () => any;
|
|
1778
1922
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1923
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1779
1924
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1780
1925
|
watchers: import("../../../shared/types").AnyFn[];
|
|
1781
1926
|
stopWatcher: () => void;
|
|
@@ -1783,8 +1928,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1783
1928
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1784
1929
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1785
1930
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
1786
|
-
NDatePicker: any;
|
|
1787
|
-
},
|
|
1931
|
+
readonly NDatePicker: any;
|
|
1932
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1788
1933
|
updateUnchangedValue: {
|
|
1789
1934
|
type: BooleanConstructor;
|
|
1790
1935
|
};
|
|
@@ -1812,18 +1957,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1812
1957
|
type: StringConstructor;
|
|
1813
1958
|
default: string;
|
|
1814
1959
|
};
|
|
1960
|
+
updateValueOnClose: {
|
|
1961
|
+
type: BooleanConstructor;
|
|
1962
|
+
default: boolean;
|
|
1963
|
+
};
|
|
1815
1964
|
isDateDisabled: {
|
|
1816
1965
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1817
1966
|
};
|
|
1818
|
-
|
|
1967
|
+
propKey: {
|
|
1968
|
+
type: StringConstructor;
|
|
1969
|
+
};
|
|
1970
|
+
shortcutListenerConfig: {
|
|
1971
|
+
type: PropType<{
|
|
1972
|
+
enable: boolean;
|
|
1973
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1974
|
+
}>;
|
|
1975
|
+
};
|
|
1976
|
+
}>> & Readonly<{
|
|
1819
1977
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1820
|
-
}
|
|
1978
|
+
}>, {
|
|
1821
1979
|
type: string;
|
|
1822
1980
|
updateUnchangedValue: boolean;
|
|
1823
1981
|
to: string | false | HTMLElement;
|
|
1824
1982
|
holidays: Date[];
|
|
1825
|
-
|
|
1826
|
-
|
|
1983
|
+
updateValueOnClose: boolean;
|
|
1984
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1985
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1827
1986
|
filterType: {
|
|
1828
1987
|
type: StringConstructor;
|
|
1829
1988
|
required: true;
|
|
@@ -1848,7 +2007,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1848
2007
|
valueFormat: {
|
|
1849
2008
|
type: StringConstructor;
|
|
1850
2009
|
};
|
|
1851
|
-
}
|
|
2010
|
+
}>, {
|
|
1852
2011
|
widgetOptions: {
|
|
1853
2012
|
label: string;
|
|
1854
2013
|
value: string;
|
|
@@ -1857,9 +2016,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1857
2016
|
label: string;
|
|
1858
2017
|
value: string;
|
|
1859
2018
|
}[];
|
|
1860
|
-
startDateNum: import("vue").Ref<any>;
|
|
1861
|
-
endDateNum: import("vue").Ref<any>;
|
|
1862
|
-
props:
|
|
2019
|
+
startDateNum: import("vue").Ref<any, any>;
|
|
2020
|
+
endDateNum: import("vue").Ref<any, any>;
|
|
2021
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1863
2022
|
filterType: {
|
|
1864
2023
|
type: StringConstructor;
|
|
1865
2024
|
required: true;
|
|
@@ -1884,17 +2043,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1884
2043
|
valueFormat: {
|
|
1885
2044
|
type: StringConstructor;
|
|
1886
2045
|
};
|
|
1887
|
-
}>> & {
|
|
2046
|
+
}>> & Readonly<{
|
|
1888
2047
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1889
2048
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1890
|
-
}
|
|
2049
|
+
}> & {}>;
|
|
1891
2050
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
1892
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1893
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
2051
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2052
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
|
1894
2053
|
handleChange: (val: any, type: "start" | "end") => void;
|
|
1895
|
-
NSelect: any;
|
|
1896
|
-
NInputNumber: any;
|
|
1897
|
-
},
|
|
2054
|
+
readonly NSelect: any;
|
|
2055
|
+
readonly NInputNumber: any;
|
|
2056
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1898
2057
|
filterType: {
|
|
1899
2058
|
type: StringConstructor;
|
|
1900
2059
|
required: true;
|
|
@@ -1919,14 +2078,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1919
2078
|
valueFormat: {
|
|
1920
2079
|
type: StringConstructor;
|
|
1921
2080
|
};
|
|
1922
|
-
}>> & {
|
|
2081
|
+
}>> & Readonly<{
|
|
1923
2082
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1924
2083
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1925
|
-
}
|
|
2084
|
+
}>, {
|
|
1926
2085
|
modelValue: string | number | unknown[];
|
|
1927
2086
|
presetVal: string;
|
|
1928
|
-
}>;
|
|
1929
|
-
WidgetValEnums: {
|
|
2087
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2088
|
+
readonly WidgetValEnums: {
|
|
1930
2089
|
CUSTOM: string;
|
|
1931
2090
|
FIRST_VAL: string;
|
|
1932
2091
|
WHOLE: string;
|
|
@@ -1957,7 +2116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1957
2116
|
NEXT_YEAR: string;
|
|
1958
2117
|
LAST_YEAR: string;
|
|
1959
2118
|
};
|
|
1960
|
-
},
|
|
2119
|
+
}, {}, {}, {}, 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<{
|
|
1961
2120
|
item: {
|
|
1962
2121
|
type: ObjectConstructor;
|
|
1963
2122
|
required: true;
|
|
@@ -1978,17 +2137,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1978
2137
|
type: StringConstructor;
|
|
1979
2138
|
default: null;
|
|
1980
2139
|
};
|
|
1981
|
-
}>> & {
|
|
2140
|
+
}>> & Readonly<{
|
|
1982
2141
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1983
2142
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1984
2143
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
1985
|
-
}
|
|
2144
|
+
}>, {
|
|
1986
2145
|
modelValue: string | number | unknown[];
|
|
1987
2146
|
paramCfg: Record<string, any>;
|
|
1988
2147
|
presetVal: string;
|
|
1989
2148
|
customDate: string;
|
|
1990
|
-
}>;
|
|
1991
|
-
SelectLabel: import("vue").DefineComponent<{
|
|
2149
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2150
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1992
2151
|
paramCfg: {
|
|
1993
2152
|
type: ObjectConstructor;
|
|
1994
2153
|
default: null;
|
|
@@ -1997,10 +2156,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1997
2156
|
type: StringConstructor;
|
|
1998
2157
|
default: null;
|
|
1999
2158
|
};
|
|
2000
|
-
}
|
|
2159
|
+
}>, {
|
|
2001
2160
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
2002
|
-
message: import("naive-ui").MessageApi;
|
|
2003
|
-
props:
|
|
2161
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
2162
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2004
2163
|
paramCfg: {
|
|
2005
2164
|
type: ObjectConstructor;
|
|
2006
2165
|
default: null;
|
|
@@ -2009,13 +2168,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2009
2168
|
type: StringConstructor;
|
|
2010
2169
|
default: null;
|
|
2011
2170
|
};
|
|
2012
|
-
}>> & {
|
|
2171
|
+
}>> & Readonly<{
|
|
2013
2172
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2014
|
-
}
|
|
2173
|
+
}> & {}>;
|
|
2015
2174
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2016
|
-
tagList: import("vue").Ref<never[]>;
|
|
2175
|
+
tagList: import("vue").Ref<never[], never[]>;
|
|
2017
2176
|
filterApiConfig: AnyObject;
|
|
2018
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
2177
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
|
2019
2178
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
2020
2179
|
initTagList: () => Promise<void>;
|
|
2021
2180
|
renderOption: ({ node, option }: {
|
|
@@ -2027,8 +2186,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2027
2186
|
[key: string]: any;
|
|
2028
2187
|
}>;
|
|
2029
2188
|
renderLabel: (option: any) => any;
|
|
2030
|
-
NSelect: any;
|
|
2031
|
-
},
|
|
2189
|
+
readonly NSelect: any;
|
|
2190
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2032
2191
|
paramCfg: {
|
|
2033
2192
|
type: ObjectConstructor;
|
|
2034
2193
|
default: null;
|
|
@@ -2037,13 +2196,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2037
2196
|
type: StringConstructor;
|
|
2038
2197
|
default: null;
|
|
2039
2198
|
};
|
|
2040
|
-
}>> & {
|
|
2199
|
+
}>> & Readonly<{
|
|
2041
2200
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2042
|
-
}
|
|
2201
|
+
}>, {
|
|
2043
2202
|
modelValue: string;
|
|
2044
2203
|
paramCfg: Record<string, any>;
|
|
2045
|
-
}>;
|
|
2046
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
|
2204
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2205
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2047
2206
|
paramCfg: {
|
|
2048
2207
|
type: ObjectConstructor;
|
|
2049
2208
|
default: null;
|
|
@@ -2052,9 +2211,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2052
2211
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2053
2212
|
default: null;
|
|
2054
2213
|
};
|
|
2055
|
-
}
|
|
2056
|
-
message: import("naive-ui").MessageApi;
|
|
2057
|
-
props:
|
|
2214
|
+
}>, {
|
|
2215
|
+
message: import("naive-ui/es/message").MessageApi;
|
|
2216
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2058
2217
|
paramCfg: {
|
|
2059
2218
|
type: ObjectConstructor;
|
|
2060
2219
|
default: null;
|
|
@@ -2063,22 +2222,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2063
2222
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2064
2223
|
default: null;
|
|
2065
2224
|
};
|
|
2066
|
-
}>> & {
|
|
2225
|
+
}>> & Readonly<{
|
|
2067
2226
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2068
|
-
}
|
|
2227
|
+
}> & {}>;
|
|
2069
2228
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
2070
2229
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2071
|
-
options: import("vue").Ref<any[]>;
|
|
2230
|
+
options: import("vue").Ref<any[], any[]>;
|
|
2072
2231
|
filterApiConfig: AnyObject;
|
|
2073
|
-
classifyFilterList: import("vue").Ref<AnyObject[]>;
|
|
2232
|
+
classifyFilterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
2074
2233
|
optionSetting: import("vue").ComputedRef<any>;
|
|
2075
2234
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
2076
2235
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
2077
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2236
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2078
2237
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
|
2079
2238
|
getOptionsData: (keyword: string) => Promise<void>;
|
|
2080
|
-
NTreeSelect: any;
|
|
2081
|
-
},
|
|
2239
|
+
readonly NTreeSelect: any;
|
|
2240
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2082
2241
|
paramCfg: {
|
|
2083
2242
|
type: ObjectConstructor;
|
|
2084
2243
|
default: null;
|
|
@@ -2087,13 +2246,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2087
2246
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2088
2247
|
default: null;
|
|
2089
2248
|
};
|
|
2090
|
-
}>> & {
|
|
2249
|
+
}>> & Readonly<{
|
|
2091
2250
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2092
|
-
}
|
|
2251
|
+
}>, {
|
|
2093
2252
|
modelValue: string | number | unknown[];
|
|
2094
2253
|
paramCfg: Record<string, any>;
|
|
2095
|
-
}>;
|
|
2096
|
-
WidgetTypeEnums: {
|
|
2254
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2255
|
+
readonly WidgetTypeEnums: {
|
|
2097
2256
|
INPUT_NUMBER: string;
|
|
2098
2257
|
INPUT: string;
|
|
2099
2258
|
SELECT: string;
|
|
@@ -2113,7 +2272,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2113
2272
|
SELECTTREE: string;
|
|
2114
2273
|
SELECTTREEDYNAMIC: string;
|
|
2115
2274
|
};
|
|
2116
|
-
},
|
|
2275
|
+
}, {}, {}, {}, 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<{
|
|
2117
2276
|
item: {
|
|
2118
2277
|
type: ObjectConstructor;
|
|
2119
2278
|
default: null;
|
|
@@ -2137,20 +2296,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2137
2296
|
type: StringConstructor;
|
|
2138
2297
|
default: null;
|
|
2139
2298
|
};
|
|
2140
|
-
}>> & {
|
|
2299
|
+
}>> & Readonly<{
|
|
2141
2300
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2142
2301
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
|
2143
2302
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
2144
2303
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
|
2145
|
-
}
|
|
2304
|
+
}>, {
|
|
2146
2305
|
modelValue: string | number | unknown[];
|
|
2147
2306
|
item: Record<string, any>;
|
|
2148
2307
|
paramCfg: Record<string, any>;
|
|
2149
2308
|
presetVal: string;
|
|
2150
2309
|
isAccurate: boolean;
|
|
2151
2310
|
customDate: string;
|
|
2152
|
-
}>;
|
|
2153
|
-
ConditionEnums: {
|
|
2311
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2312
|
+
readonly ConditionEnums: {
|
|
2154
2313
|
NULL: string;
|
|
2155
2314
|
EQUAL: string;
|
|
2156
2315
|
CUSTOM_RANGE: string;
|
|
@@ -2159,7 +2318,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2159
2318
|
IN_THE_PAST_DI: string;
|
|
2160
2319
|
IN_THE_FUTURE_DI: string;
|
|
2161
2320
|
};
|
|
2162
|
-
},
|
|
2321
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2163
2322
|
actionList_prop: {
|
|
2164
2323
|
type: PropType<IClassifyListType>;
|
|
2165
2324
|
default: () => {};
|
|
@@ -2184,18 +2343,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2184
2343
|
type: BooleanConstructor;
|
|
2185
2344
|
default: boolean;
|
|
2186
2345
|
};
|
|
2187
|
-
}>> & {
|
|
2346
|
+
}>> & Readonly<{
|
|
2188
2347
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2189
2348
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2190
|
-
}
|
|
2349
|
+
}>, {
|
|
2191
2350
|
searchFieldList: unknown[];
|
|
2192
2351
|
tableId: string;
|
|
2193
2352
|
conditionList: unknown[];
|
|
2194
2353
|
actionList_prop: IClassifyListType;
|
|
2195
2354
|
showItemName: boolean;
|
|
2196
2355
|
hideAddBtn: boolean;
|
|
2197
|
-
}>;
|
|
2198
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
|
2356
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2357
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2199
2358
|
actionList_prop: {
|
|
2200
2359
|
type: PropType<IClassifyListType>;
|
|
2201
2360
|
default: () => {};
|
|
@@ -2220,15 +2379,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2220
2379
|
type: BooleanConstructor;
|
|
2221
2380
|
default: boolean;
|
|
2222
2381
|
};
|
|
2223
|
-
}
|
|
2224
|
-
$message: import("naive-ui").MessageApi;
|
|
2382
|
+
}>, {
|
|
2383
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
2225
2384
|
menuProps: {
|
|
2226
2385
|
class: string;
|
|
2227
2386
|
};
|
|
2228
2387
|
dateCons: string[];
|
|
2229
2388
|
textCons: string[];
|
|
2230
2389
|
numberCons: string[];
|
|
2231
|
-
props:
|
|
2390
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2232
2391
|
actionList_prop: {
|
|
2233
2392
|
type: PropType<IClassifyListType>;
|
|
2234
2393
|
default: () => {};
|
|
@@ -2253,19 +2412,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2253
2412
|
type: BooleanConstructor;
|
|
2254
2413
|
default: boolean;
|
|
2255
2414
|
};
|
|
2256
|
-
}>> & {
|
|
2415
|
+
}>> & Readonly<{
|
|
2257
2416
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2258
2417
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2259
|
-
}
|
|
2418
|
+
}> & {}>;
|
|
2260
2419
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
2261
2420
|
$attrs: {
|
|
2262
2421
|
[x: string]: unknown;
|
|
2263
2422
|
};
|
|
2264
2423
|
FormState: any;
|
|
2265
|
-
loading: import("vue").Ref<boolean>;
|
|
2266
|
-
parentInputRef: import("vue").Ref<any>;
|
|
2267
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
2268
|
-
sqlExpression: any
|
|
2424
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
2425
|
+
parentInputRef: import("vue").Ref<any, any>;
|
|
2426
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
|
2427
|
+
sqlExpression: import("vue").Ref<any, any>;
|
|
2269
2428
|
DisplayCategoryState: {
|
|
2270
2429
|
addDisplayCategory: string;
|
|
2271
2430
|
displayCategories: {
|
|
@@ -2302,16 +2461,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2302
2461
|
saveAdd: () => void;
|
|
2303
2462
|
cancelSaveAdd: () => void;
|
|
2304
2463
|
checkActionList: () => any;
|
|
2305
|
-
NSpin: any;
|
|
2306
|
-
NIcon: any;
|
|
2307
|
-
NInput: any;
|
|
2308
|
-
NButton: any;
|
|
2309
|
-
NTooltip: any;
|
|
2310
|
-
NSelect: any;
|
|
2311
|
-
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<{}>>, {}>;
|
|
2312
|
-
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<{}>>, {}>;
|
|
2313
|
-
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<{}>>, {}>;
|
|
2314
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
2464
|
+
readonly NSpin: any;
|
|
2465
|
+
readonly NIcon: any;
|
|
2466
|
+
readonly NInput: any;
|
|
2467
|
+
readonly NButton: any;
|
|
2468
|
+
readonly NTooltip: any;
|
|
2469
|
+
readonly NSelect: any;
|
|
2470
|
+
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>;
|
|
2471
|
+
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>;
|
|
2472
|
+
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>;
|
|
2473
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2315
2474
|
paramCfg: {
|
|
2316
2475
|
type: ObjectConstructor;
|
|
2317
2476
|
default: null;
|
|
@@ -2324,8 +2483,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2324
2483
|
type: ArrayConstructor;
|
|
2325
2484
|
default: () => never[];
|
|
2326
2485
|
};
|
|
2327
|
-
}
|
|
2328
|
-
props:
|
|
2486
|
+
}>, {
|
|
2487
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2329
2488
|
paramCfg: {
|
|
2330
2489
|
type: ObjectConstructor;
|
|
2331
2490
|
default: null;
|
|
@@ -2338,17 +2497,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2338
2497
|
type: ArrayConstructor;
|
|
2339
2498
|
default: () => never[];
|
|
2340
2499
|
};
|
|
2341
|
-
}>> & {
|
|
2500
|
+
}>> & Readonly<{
|
|
2342
2501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2343
2502
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
2344
|
-
}
|
|
2503
|
+
}> & {}>;
|
|
2345
2504
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
|
2346
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2347
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
|
2505
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2506
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
|
2348
2507
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
|
2349
2508
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
|
2350
2509
|
biType: import("vue").ComputedRef<any>;
|
|
2351
|
-
Date: import("vue").DefineComponent<{
|
|
2510
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2352
2511
|
componentCfg: {
|
|
2353
2512
|
type: ObjectConstructor;
|
|
2354
2513
|
};
|
|
@@ -2360,8 +2519,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2360
2519
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2361
2520
|
default: null;
|
|
2362
2521
|
};
|
|
2363
|
-
}
|
|
2364
|
-
props:
|
|
2522
|
+
}>, {
|
|
2523
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2365
2524
|
componentCfg: {
|
|
2366
2525
|
type: ObjectConstructor;
|
|
2367
2526
|
};
|
|
@@ -2373,15 +2532,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2373
2532
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2374
2533
|
default: null;
|
|
2375
2534
|
};
|
|
2376
|
-
}>> & {
|
|
2535
|
+
}>> & Readonly<{
|
|
2377
2536
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2378
|
-
}
|
|
2537
|
+
}> & {}>;
|
|
2379
2538
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2380
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2539
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2381
2540
|
dateType: any;
|
|
2382
2541
|
valueFormat: import("vue").ComputedRef<string>;
|
|
2383
2542
|
compType: import("vue").ComputedRef<any>;
|
|
2384
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
2543
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2385
2544
|
updateUnchangedValue: {
|
|
2386
2545
|
type: BooleanConstructor;
|
|
2387
2546
|
};
|
|
@@ -2409,14 +2568,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2409
2568
|
type: StringConstructor;
|
|
2410
2569
|
default: string;
|
|
2411
2570
|
};
|
|
2571
|
+
updateValueOnClose: {
|
|
2572
|
+
type: BooleanConstructor;
|
|
2573
|
+
default: boolean;
|
|
2574
|
+
};
|
|
2412
2575
|
isDateDisabled: {
|
|
2413
2576
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2414
2577
|
};
|
|
2415
|
-
|
|
2578
|
+
propKey: {
|
|
2579
|
+
type: StringConstructor;
|
|
2580
|
+
};
|
|
2581
|
+
shortcutListenerConfig: {
|
|
2582
|
+
type: PropType<{
|
|
2583
|
+
enable: boolean;
|
|
2584
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2585
|
+
}>;
|
|
2586
|
+
};
|
|
2587
|
+
}>, {
|
|
2416
2588
|
attrs: {
|
|
2417
2589
|
[x: string]: unknown;
|
|
2418
2590
|
};
|
|
2419
|
-
props:
|
|
2591
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2420
2592
|
updateUnchangedValue: {
|
|
2421
2593
|
type: BooleanConstructor;
|
|
2422
2594
|
};
|
|
@@ -2444,18 +2616,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2444
2616
|
type: StringConstructor;
|
|
2445
2617
|
default: string;
|
|
2446
2618
|
};
|
|
2619
|
+
updateValueOnClose: {
|
|
2620
|
+
type: BooleanConstructor;
|
|
2621
|
+
default: boolean;
|
|
2622
|
+
};
|
|
2447
2623
|
isDateDisabled: {
|
|
2448
2624
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2449
2625
|
};
|
|
2450
|
-
|
|
2626
|
+
propKey: {
|
|
2627
|
+
type: StringConstructor;
|
|
2628
|
+
};
|
|
2629
|
+
shortcutListenerConfig: {
|
|
2630
|
+
type: PropType<{
|
|
2631
|
+
enable: boolean;
|
|
2632
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2633
|
+
}>;
|
|
2634
|
+
};
|
|
2635
|
+
}>> & Readonly<{
|
|
2451
2636
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2452
|
-
}
|
|
2637
|
+
}> & {}>;
|
|
2453
2638
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
2454
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
2455
|
-
panelInstRef: import("vue").Ref<null>;
|
|
2456
|
-
placeholderRef: import("vue").Ref<any>;
|
|
2457
|
-
oldValue: string;
|
|
2458
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
2639
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
|
2640
|
+
panelInstRef: import("vue").Ref<null, null>;
|
|
2641
|
+
placeholderRef: import("vue").Ref<any, any>;
|
|
2642
|
+
oldValue: (string | [string, string]) | null | undefined;
|
|
2643
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
|
2459
2644
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
2460
2645
|
formatRef: import("vue").ComputedRef<string>;
|
|
2461
2646
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -2463,6 +2648,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2463
2648
|
focus: () => any;
|
|
2464
2649
|
blur: () => any;
|
|
2465
2650
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2651
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
2466
2652
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
2467
2653
|
watchers: import("../../../shared/types").AnyFn[];
|
|
2468
2654
|
stopWatcher: () => void;
|
|
@@ -2470,8 +2656,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2470
2656
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
2471
2657
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
2472
2658
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
|
2473
|
-
NDatePicker: any;
|
|
2474
|
-
},
|
|
2659
|
+
readonly NDatePicker: any;
|
|
2660
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2475
2661
|
updateUnchangedValue: {
|
|
2476
2662
|
type: BooleanConstructor;
|
|
2477
2663
|
};
|
|
@@ -2499,18 +2685,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2499
2685
|
type: StringConstructor;
|
|
2500
2686
|
default: string;
|
|
2501
2687
|
};
|
|
2688
|
+
updateValueOnClose: {
|
|
2689
|
+
type: BooleanConstructor;
|
|
2690
|
+
default: boolean;
|
|
2691
|
+
};
|
|
2502
2692
|
isDateDisabled: {
|
|
2503
2693
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2504
2694
|
};
|
|
2505
|
-
|
|
2695
|
+
propKey: {
|
|
2696
|
+
type: StringConstructor;
|
|
2697
|
+
};
|
|
2698
|
+
shortcutListenerConfig: {
|
|
2699
|
+
type: PropType<{
|
|
2700
|
+
enable: boolean;
|
|
2701
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2702
|
+
}>;
|
|
2703
|
+
};
|
|
2704
|
+
}>> & Readonly<{
|
|
2506
2705
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2507
|
-
}
|
|
2706
|
+
}>, {
|
|
2508
2707
|
type: string;
|
|
2509
2708
|
updateUnchangedValue: boolean;
|
|
2510
2709
|
to: string | false | HTMLElement;
|
|
2511
2710
|
holidays: Date[];
|
|
2512
|
-
|
|
2513
|
-
|
|
2711
|
+
updateValueOnClose: boolean;
|
|
2712
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2713
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2514
2714
|
componentCfg: {
|
|
2515
2715
|
type: ObjectConstructor;
|
|
2516
2716
|
};
|
|
@@ -2522,13 +2722,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2522
2722
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2523
2723
|
default: null;
|
|
2524
2724
|
};
|
|
2525
|
-
}>> & {
|
|
2725
|
+
}>> & Readonly<{
|
|
2526
2726
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2527
|
-
}
|
|
2727
|
+
}>, {
|
|
2528
2728
|
modelValue: string | number | unknown[];
|
|
2529
2729
|
paramCfg: Record<string, any>;
|
|
2530
|
-
}>;
|
|
2531
|
-
InputFilter: import("vue").DefineComponent<{
|
|
2730
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2731
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2532
2732
|
paramCfg: {
|
|
2533
2733
|
type: ObjectConstructor;
|
|
2534
2734
|
default: null;
|
|
@@ -2537,8 +2737,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2537
2737
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2538
2738
|
default: null;
|
|
2539
2739
|
};
|
|
2540
|
-
}
|
|
2541
|
-
props:
|
|
2740
|
+
}>, {
|
|
2741
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2542
2742
|
paramCfg: {
|
|
2543
2743
|
type: ObjectConstructor;
|
|
2544
2744
|
default: null;
|
|
@@ -2547,13 +2747,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2547
2747
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2548
2748
|
default: null;
|
|
2549
2749
|
};
|
|
2550
|
-
}>> & {
|
|
2750
|
+
}>> & Readonly<{
|
|
2551
2751
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2552
|
-
}
|
|
2752
|
+
}> & {}>;
|
|
2553
2753
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2554
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2555
|
-
NInput: any;
|
|
2556
|
-
},
|
|
2754
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2755
|
+
readonly NInput: any;
|
|
2756
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2557
2757
|
paramCfg: {
|
|
2558
2758
|
type: ObjectConstructor;
|
|
2559
2759
|
default: null;
|
|
@@ -2562,40 +2762,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2562
2762
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2563
2763
|
default: null;
|
|
2564
2764
|
};
|
|
2565
|
-
}>> & {
|
|
2765
|
+
}>> & Readonly<{
|
|
2566
2766
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2567
|
-
}
|
|
2767
|
+
}>, {
|
|
2568
2768
|
modelValue: string | number | unknown[];
|
|
2569
2769
|
paramCfg: Record<string, any>;
|
|
2570
|
-
}>;
|
|
2571
|
-
InputNumber: import("vue").DefineComponent<{
|
|
2770
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2771
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2572
2772
|
modelValue: {
|
|
2573
2773
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2574
2774
|
default: null;
|
|
2575
2775
|
};
|
|
2576
|
-
}
|
|
2577
|
-
props:
|
|
2776
|
+
}>, {
|
|
2777
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2578
2778
|
modelValue: {
|
|
2579
2779
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2580
2780
|
default: null;
|
|
2581
2781
|
};
|
|
2582
|
-
}>> & {
|
|
2782
|
+
}>> & Readonly<{
|
|
2583
2783
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2584
|
-
}
|
|
2784
|
+
}> & {}>;
|
|
2585
2785
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2586
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2587
|
-
NInputNumber: any;
|
|
2588
|
-
},
|
|
2786
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2787
|
+
readonly NInputNumber: any;
|
|
2788
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2589
2789
|
modelValue: {
|
|
2590
2790
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2591
2791
|
default: null;
|
|
2592
2792
|
};
|
|
2593
|
-
}>> & {
|
|
2793
|
+
}>> & Readonly<{
|
|
2594
2794
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2595
|
-
}
|
|
2795
|
+
}>, {
|
|
2596
2796
|
modelValue: string | number | unknown[];
|
|
2597
|
-
}>;
|
|
2598
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
2797
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2798
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2599
2799
|
paramCfg: {
|
|
2600
2800
|
type: ObjectConstructor;
|
|
2601
2801
|
default: null;
|
|
@@ -2604,8 +2804,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2604
2804
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2605
2805
|
default: null;
|
|
2606
2806
|
};
|
|
2607
|
-
}
|
|
2608
|
-
props:
|
|
2807
|
+
}>, {
|
|
2808
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2609
2809
|
paramCfg: {
|
|
2610
2810
|
type: ObjectConstructor;
|
|
2611
2811
|
default: null;
|
|
@@ -2614,15 +2814,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2614
2814
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2615
2815
|
default: null;
|
|
2616
2816
|
};
|
|
2617
|
-
}>> & {
|
|
2817
|
+
}>> & Readonly<{
|
|
2618
2818
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2619
|
-
}
|
|
2819
|
+
}> & {}>;
|
|
2620
2820
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2621
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2821
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
|
2622
2822
|
optionSetting: import("vue").ComputedRef<any>;
|
|
2623
2823
|
widgetOptions: import("vue").ComputedRef<any>;
|
|
2624
|
-
NSelect: any;
|
|
2625
|
-
WidgetOptionEnums: {
|
|
2824
|
+
readonly NSelect: any;
|
|
2825
|
+
readonly WidgetOptionEnums: {
|
|
2626
2826
|
RADIO: string;
|
|
2627
2827
|
MULTIPLE: string;
|
|
2628
2828
|
ALL: string;
|
|
@@ -2631,7 +2831,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2631
2831
|
FUTURE_TIME: string;
|
|
2632
2832
|
CUSTOM_TIME: string;
|
|
2633
2833
|
};
|
|
2634
|
-
},
|
|
2834
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2635
2835
|
paramCfg: {
|
|
2636
2836
|
type: ObjectConstructor;
|
|
2637
2837
|
default: null;
|
|
@@ -2640,13 +2840,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2640
2840
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2641
2841
|
default: null;
|
|
2642
2842
|
};
|
|
2643
|
-
}>> & {
|
|
2843
|
+
}>> & Readonly<{
|
|
2644
2844
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2645
|
-
}
|
|
2845
|
+
}>, {
|
|
2646
2846
|
modelValue: string | number | unknown[];
|
|
2647
2847
|
paramCfg: Record<string, any>;
|
|
2648
|
-
}>;
|
|
2649
|
-
WidgetTypeEnums: {
|
|
2848
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2849
|
+
readonly WidgetTypeEnums: {
|
|
2650
2850
|
INPUT_NUMBER: string;
|
|
2651
2851
|
INPUT: string;
|
|
2652
2852
|
SELECT: string;
|
|
@@ -2666,7 +2866,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2666
2866
|
SELECTTREE: string;
|
|
2667
2867
|
SELECTTREEDYNAMIC: string;
|
|
2668
2868
|
};
|
|
2669
|
-
},
|
|
2869
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2670
2870
|
paramCfg: {
|
|
2671
2871
|
type: ObjectConstructor;
|
|
2672
2872
|
default: null;
|
|
@@ -2679,15 +2879,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2679
2879
|
type: ArrayConstructor;
|
|
2680
2880
|
default: () => never[];
|
|
2681
2881
|
};
|
|
2682
|
-
}>> & {
|
|
2882
|
+
}>> & Readonly<{
|
|
2683
2883
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2684
2884
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
2685
|
-
}
|
|
2885
|
+
}>, {
|
|
2686
2886
|
modelValue: string | number | unknown[];
|
|
2687
2887
|
paramCfg: Record<string, any>;
|
|
2688
2888
|
modelValues: unknown[];
|
|
2689
|
-
}>;
|
|
2690
|
-
},
|
|
2889
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2890
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2691
2891
|
actionList_prop: {
|
|
2692
2892
|
type: PropType<IClassifyListType>;
|
|
2693
2893
|
default: () => {};
|
|
@@ -2712,18 +2912,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2712
2912
|
type: BooleanConstructor;
|
|
2713
2913
|
default: boolean;
|
|
2714
2914
|
};
|
|
2715
|
-
}>> & {
|
|
2915
|
+
}>> & Readonly<{
|
|
2716
2916
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2717
2917
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2718
|
-
}
|
|
2918
|
+
}>, {
|
|
2719
2919
|
searchFieldList: unknown[];
|
|
2720
2920
|
tableId: string;
|
|
2721
2921
|
conditionList: unknown[];
|
|
2722
2922
|
actionList_prop: IClassifyListType;
|
|
2723
2923
|
showItemName: boolean;
|
|
2724
2924
|
hideAddBtn: boolean;
|
|
2725
|
-
}>;
|
|
2726
|
-
},
|
|
2925
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2926
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2727
2927
|
visible: {
|
|
2728
2928
|
type: BooleanConstructor;
|
|
2729
2929
|
default: boolean;
|
|
@@ -2740,15 +2940,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2740
2940
|
type: ArrayConstructor;
|
|
2741
2941
|
default: () => never[];
|
|
2742
2942
|
};
|
|
2743
|
-
}>> & {
|
|
2943
|
+
}>> & Readonly<{
|
|
2744
2944
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2745
|
-
}
|
|
2945
|
+
}>, {
|
|
2746
2946
|
visible: boolean;
|
|
2747
|
-
modalTitle: string;
|
|
2748
2947
|
searchFieldList: unknown[];
|
|
2749
2948
|
conditionList: unknown[];
|
|
2750
|
-
|
|
2751
|
-
|
|
2949
|
+
modalTitle: string;
|
|
2950
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2951
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2752
2952
|
searchFieldList: {
|
|
2753
2953
|
type: ArrayConstructor;
|
|
2754
2954
|
default: () => never[];
|
|
@@ -2762,20 +2962,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2762
2962
|
type: BooleanConstructor;
|
|
2763
2963
|
default: boolean;
|
|
2764
2964
|
};
|
|
2765
|
-
}>> & {
|
|
2965
|
+
}>> & Readonly<{
|
|
2766
2966
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
2767
2967
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
2768
2968
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
2769
|
-
}
|
|
2969
|
+
}>, {
|
|
2770
2970
|
searchFieldList: unknown[];
|
|
2771
2971
|
conditionList: unknown[];
|
|
2772
2972
|
classifyModal: boolean;
|
|
2773
|
-
}>;
|
|
2774
|
-
vFlexibleResize: {
|
|
2973
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2974
|
+
readonly vFlexibleResize: {
|
|
2775
2975
|
mounted(el: any, { value }: any): void;
|
|
2776
2976
|
beforeUnmount(el: any): void;
|
|
2777
2977
|
};
|
|
2778
|
-
},
|
|
2978
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2779
2979
|
tableId: {
|
|
2780
2980
|
type: StringConstructor;
|
|
2781
2981
|
default: string;
|
|
@@ -2831,11 +3031,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2831
3031
|
type: StringConstructor;
|
|
2832
3032
|
default: string;
|
|
2833
3033
|
};
|
|
2834
|
-
}>> & {
|
|
3034
|
+
}>> & Readonly<{
|
|
2835
3035
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
2836
3036
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
2837
3037
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
2838
|
-
}
|
|
3038
|
+
}>, {
|
|
2839
3039
|
searchFieldList: any[];
|
|
2840
3040
|
filterApiConfig: Record<string, any>;
|
|
2841
3041
|
tableId: string;
|
|
@@ -2849,5 +3049,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2849
3049
|
isShowResetButton: boolean;
|
|
2850
3050
|
condiTionDigital: Record<string, any>;
|
|
2851
3051
|
filterType: string;
|
|
2852
|
-
}>;
|
|
3052
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2853
3053
|
export default _default;
|