cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/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 +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- 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 +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- 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 +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +30 -31
- 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 +205 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +205 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -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 +135 -124
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -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/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 +3162 -1602
- 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 +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -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 +414 -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 +509 -432
- package/es/components/classification/src/index.vue2.js +61 -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 +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- 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 +478 -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 +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -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 +215 -153
- package/es/components/field-set/src/FieldColor.vue2.js +7 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
- package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
- package/es/components/field-set/src/FieldSet.vue2.js +24 -23
- 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 +47 -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 +149 -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 +67 -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 +16 -14
- package/es/components/form-config/index.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -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 +1100 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -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/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -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/jsonCombination.d.ts +6 -6
- 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 +31 -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 +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- 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 +5 -5
- 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 +6 -6
- 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/utils/index.d.ts +3 -3
- 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 +832 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +832 -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 +73 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +32 -14
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -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 +39 -45
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -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/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 +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- 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/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 +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- 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/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 +26 -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/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -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/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- 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/verticalTablePlugin/src/utils.d.ts +1 -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/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -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 +15 -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 +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -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 +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
- 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/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 +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
- 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 +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- 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-setter/index.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -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 +82 -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 +10 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +6 -5
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -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 +25 -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 +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -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 +230 -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 +44 -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 +47 -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 +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -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 +39 -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 +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- 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 +39 -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 +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- 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 +285 -279
- 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 +272 -266
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- 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/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
2
|
import { IClassifyListType, ICategoryItemType } from '../../../../../components/table-filter/src/types';
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4
4
|
actionList_prop: {
|
5
5
|
type: PropType<IClassifyListType>;
|
6
6
|
default: () => {};
|
@@ -25,14 +25,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
25
25
|
type: BooleanConstructor;
|
26
26
|
default: boolean;
|
27
27
|
};
|
28
|
-
}
|
29
|
-
$message: import("naive-ui").MessageApi;
|
28
|
+
}>, {
|
29
|
+
$message: import("naive-ui/es/message").MessageApi;
|
30
30
|
menuProps: {
|
31
31
|
class: string;
|
32
32
|
};
|
33
33
|
specialDateRange: string[];
|
34
34
|
specialCustomDateRange: string[];
|
35
|
-
props:
|
35
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
36
36
|
actionList_prop: {
|
37
37
|
type: PropType<IClassifyListType>;
|
38
38
|
default: () => {};
|
@@ -57,10 +57,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
57
57
|
type: BooleanConstructor;
|
58
58
|
default: boolean;
|
59
59
|
};
|
60
|
-
}>> & {
|
60
|
+
}>> & Readonly<{
|
61
61
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
62
62
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
63
|
-
}
|
63
|
+
}> & {}>;
|
64
64
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
65
65
|
$attrs: {
|
66
66
|
[x: string]: unknown;
|
@@ -78,9 +78,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
78
78
|
customDate?: string | undefined;
|
79
79
|
}[];
|
80
80
|
};
|
81
|
-
loading: import("vue").Ref<boolean>;
|
82
|
-
parentInputRef: import("vue").Ref<any>;
|
83
|
-
parentInputAddRef: import("vue").Ref<any>;
|
81
|
+
loading: import("vue").Ref<boolean, boolean>;
|
82
|
+
parentInputRef: import("vue").Ref<any, any>;
|
83
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
84
84
|
DisplayCategoryState: {
|
85
85
|
addDisplayCategory: string;
|
86
86
|
displayCategories: {
|
@@ -121,16 +121,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
121
|
saveAdd: () => void;
|
122
122
|
cancelSaveAdd: () => void;
|
123
123
|
checkActionList: () => boolean;
|
124
|
-
NSpin: any;
|
125
|
-
NIcon: any;
|
126
|
-
NInput: any;
|
127
|
-
NButton: any;
|
128
|
-
NTooltip: any;
|
129
|
-
NSelect: any;
|
130
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
131
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
132
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
133
|
-
ValueCfg: import("vue").DefineComponent<{
|
124
|
+
readonly NSpin: any;
|
125
|
+
readonly NIcon: any;
|
126
|
+
readonly NInput: any;
|
127
|
+
readonly NButton: any;
|
128
|
+
readonly NTooltip: any;
|
129
|
+
readonly NSelect: any;
|
130
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
131
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
132
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
133
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
134
134
|
item: {
|
135
135
|
type: ObjectConstructor;
|
136
136
|
default: null;
|
@@ -154,8 +154,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
154
154
|
type: StringConstructor;
|
155
155
|
default: null;
|
156
156
|
};
|
157
|
-
}
|
158
|
-
props:
|
157
|
+
}>, {
|
158
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
159
159
|
item: {
|
160
160
|
type: ObjectConstructor;
|
161
161
|
default: null;
|
@@ -179,19 +179,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
179
179
|
type: StringConstructor;
|
180
180
|
default: null;
|
181
181
|
};
|
182
|
-
}>> & {
|
182
|
+
}>> & Readonly<{
|
183
183
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
184
184
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
185
185
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
186
186
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
187
|
-
}
|
187
|
+
}> & {}>;
|
188
188
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
189
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
190
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
191
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
192
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
189
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
190
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
191
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
192
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
193
193
|
widgetType: import("vue").ComputedRef<any>;
|
194
|
-
Date: import("vue").DefineComponent<{
|
194
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
195
195
|
componentCfg: {
|
196
196
|
type: ObjectConstructor;
|
197
197
|
};
|
@@ -215,8 +215,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
215
215
|
type: StringConstructor;
|
216
216
|
default: null;
|
217
217
|
};
|
218
|
-
}
|
219
|
-
props:
|
218
|
+
}>, {
|
219
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
220
220
|
componentCfg: {
|
221
221
|
type: ObjectConstructor;
|
222
222
|
};
|
@@ -240,15 +240,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
240
240
|
type: StringConstructor;
|
241
241
|
default: null;
|
242
242
|
};
|
243
|
-
}>> & {
|
243
|
+
}>> & Readonly<{
|
244
244
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
245
245
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
246
246
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
247
|
-
}
|
247
|
+
}> & {}>;
|
248
248
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
249
|
-
filterType: import("vue").ComputedRef<"1" | "
|
250
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
251
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
249
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
250
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
251
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
252
252
|
dateType: any;
|
253
253
|
valueFormat: import("vue").ComputedRef<string>;
|
254
254
|
compType: import("vue").ComputedRef<any>;
|
@@ -263,7 +263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
263
263
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
264
264
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
265
265
|
};
|
266
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
266
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
267
267
|
updateUnchangedValue: {
|
268
268
|
type: BooleanConstructor;
|
269
269
|
};
|
@@ -294,11 +294,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
294
294
|
isDateDisabled: {
|
295
295
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
296
296
|
};
|
297
|
-
}
|
297
|
+
}>, {
|
298
298
|
attrs: {
|
299
299
|
[x: string]: unknown;
|
300
300
|
};
|
301
|
-
props:
|
301
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
302
302
|
updateUnchangedValue: {
|
303
303
|
type: BooleanConstructor;
|
304
304
|
};
|
@@ -329,15 +329,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
329
329
|
isDateDisabled: {
|
330
330
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
331
331
|
};
|
332
|
-
}>> & {
|
332
|
+
}>> & Readonly<{
|
333
333
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
334
|
-
}
|
334
|
+
}> & {}>;
|
335
335
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
336
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
337
|
-
panelInstRef: import("vue").Ref<null>;
|
338
|
-
placeholderRef: import("vue").Ref<any>;
|
339
|
-
oldValue: string;
|
340
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
336
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
337
|
+
panelInstRef: import("vue").Ref<null, null>;
|
338
|
+
placeholderRef: import("vue").Ref<any, any>;
|
339
|
+
oldValue: (string | [string, string]) | null | undefined;
|
340
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
341
341
|
isDateTime: import("vue").ComputedRef<boolean>;
|
342
342
|
formatRef: import("vue").ComputedRef<string>;
|
343
343
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -352,8 +352,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
352
352
|
onConfirm: (...args: any[]) => Promise<void>;
|
353
353
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
354
354
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
355
|
-
NDatePicker: any;
|
356
|
-
},
|
355
|
+
readonly NDatePicker: any;
|
356
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
357
357
|
updateUnchangedValue: {
|
358
358
|
type: BooleanConstructor;
|
359
359
|
};
|
@@ -384,16 +384,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
384
384
|
isDateDisabled: {
|
385
385
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
386
386
|
};
|
387
|
-
}>> & {
|
387
|
+
}>> & Readonly<{
|
388
388
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
389
|
-
}
|
389
|
+
}>, {
|
390
390
|
type: string;
|
391
391
|
updateUnchangedValue: boolean;
|
392
392
|
to: string | false | HTMLElement;
|
393
393
|
holidays: Date[];
|
394
|
-
}>>;
|
395
|
-
NSelect: any;
|
396
|
-
DateOption: import("vue").DefineComponent<{
|
394
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
395
|
+
readonly NSelect: any;
|
396
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
397
397
|
filterType: {
|
398
398
|
type: StringConstructor;
|
399
399
|
required: true;
|
@@ -418,7 +418,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
418
418
|
valueFormat: {
|
419
419
|
type: StringConstructor;
|
420
420
|
};
|
421
|
-
}
|
421
|
+
}>, {
|
422
422
|
widgetOptions: {
|
423
423
|
label: string;
|
424
424
|
value: string;
|
@@ -427,9 +427,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
427
427
|
label: string;
|
428
428
|
value: string;
|
429
429
|
}[];
|
430
|
-
startDateNum: import("vue").Ref<any>;
|
431
|
-
endDateNum: import("vue").Ref<any>;
|
432
|
-
props:
|
430
|
+
startDateNum: import("vue").Ref<any, any>;
|
431
|
+
endDateNum: import("vue").Ref<any, any>;
|
432
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
433
433
|
filterType: {
|
434
434
|
type: StringConstructor;
|
435
435
|
required: true;
|
@@ -454,17 +454,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
454
454
|
valueFormat: {
|
455
455
|
type: StringConstructor;
|
456
456
|
};
|
457
|
-
}>> & {
|
457
|
+
}>> & Readonly<{
|
458
458
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
459
459
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
460
|
-
}
|
460
|
+
}> & {}>;
|
461
461
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
462
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
463
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
462
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
463
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
464
464
|
handleChange: (val: any, type: "start" | "end") => void;
|
465
|
-
NSelect: any;
|
466
|
-
NInputNumber: any;
|
467
|
-
},
|
465
|
+
readonly NSelect: any;
|
466
|
+
readonly NInputNumber: any;
|
467
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
468
468
|
filterType: {
|
469
469
|
type: StringConstructor;
|
470
470
|
required: true;
|
@@ -489,14 +489,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
489
489
|
valueFormat: {
|
490
490
|
type: StringConstructor;
|
491
491
|
};
|
492
|
-
}>> & {
|
492
|
+
}>> & Readonly<{
|
493
493
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
494
494
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
495
|
-
}
|
495
|
+
}>, {
|
496
496
|
modelValue: string | number | unknown[];
|
497
497
|
presetVal: string;
|
498
|
-
}>;
|
499
|
-
WidgetValEnums: {
|
498
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
499
|
+
readonly WidgetValEnums: {
|
500
500
|
CUSTOM: string;
|
501
501
|
FIRST_VAL: string;
|
502
502
|
WHOLE: string;
|
@@ -527,7 +527,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
527
527
|
NEXT_YEAR: string;
|
528
528
|
LAST_YEAR: string;
|
529
529
|
};
|
530
|
-
},
|
530
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
531
531
|
componentCfg: {
|
532
532
|
type: ObjectConstructor;
|
533
533
|
};
|
@@ -551,17 +551,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
551
551
|
type: StringConstructor;
|
552
552
|
default: null;
|
553
553
|
};
|
554
|
-
}>> & {
|
554
|
+
}>> & Readonly<{
|
555
555
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
556
556
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
557
557
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
558
|
-
}
|
558
|
+
}>, {
|
559
559
|
modelValue: string | number | unknown[];
|
560
560
|
paramCfg: Record<string, any>;
|
561
561
|
presetVal: string;
|
562
562
|
customDate: string;
|
563
|
-
}>;
|
564
|
-
InputFilter: import("vue").DefineComponent<{
|
563
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
564
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
565
565
|
paramCfg: {
|
566
566
|
type: ObjectConstructor;
|
567
567
|
default: null;
|
@@ -573,8 +573,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
573
573
|
isAccurateFilter: {
|
574
574
|
type: BooleanConstructor;
|
575
575
|
};
|
576
|
-
}
|
577
|
-
props:
|
576
|
+
}>, {
|
577
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
578
578
|
paramCfg: {
|
579
579
|
type: ObjectConstructor;
|
580
580
|
default: null;
|
@@ -586,21 +586,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
586
586
|
isAccurateFilter: {
|
587
587
|
type: BooleanConstructor;
|
588
588
|
};
|
589
|
-
}>> & {
|
589
|
+
}>> & Readonly<{
|
590
590
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
591
591
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
592
|
-
}
|
592
|
+
}> & {}>;
|
593
593
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
594
594
|
optionList: import("vue").Ref<{
|
595
595
|
label: string;
|
596
596
|
value: number;
|
597
|
+
}[], {
|
598
|
+
label: string;
|
599
|
+
value: number;
|
600
|
+
}[] | {
|
601
|
+
label: string;
|
602
|
+
value: number;
|
597
603
|
}[]>;
|
598
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
599
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
604
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
605
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
600
606
|
isShowSearch: import("vue").ComputedRef<any>;
|
601
|
-
NInput: any;
|
602
|
-
NSelect: any;
|
603
|
-
},
|
607
|
+
readonly NInput: any;
|
608
|
+
readonly NSelect: any;
|
609
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
604
610
|
paramCfg: {
|
605
611
|
type: ObjectConstructor;
|
606
612
|
default: null;
|
@@ -612,42 +618,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
612
618
|
isAccurateFilter: {
|
613
619
|
type: BooleanConstructor;
|
614
620
|
};
|
615
|
-
}>> & {
|
621
|
+
}>> & Readonly<{
|
616
622
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
617
623
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
618
|
-
}
|
624
|
+
}>, {
|
619
625
|
modelValue: string | number | unknown[];
|
620
626
|
paramCfg: Record<string, any>;
|
621
627
|
isAccurateFilter: boolean;
|
622
|
-
}>;
|
623
|
-
InputNumber: import("vue").DefineComponent<{
|
628
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
629
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
624
630
|
modelValue: {
|
625
631
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
626
632
|
default: null;
|
627
633
|
};
|
628
|
-
}
|
629
|
-
props:
|
634
|
+
}>, {
|
635
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
630
636
|
modelValue: {
|
631
637
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
632
638
|
default: null;
|
633
639
|
};
|
634
|
-
}>> & {
|
640
|
+
}>> & Readonly<{
|
635
641
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
636
|
-
}
|
642
|
+
}> & {}>;
|
637
643
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
638
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
639
|
-
NInputNumber: any;
|
640
|
-
},
|
644
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
645
|
+
readonly NInputNumber: any;
|
646
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
641
647
|
modelValue: {
|
642
648
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
643
649
|
default: null;
|
644
650
|
};
|
645
|
-
}>> & {
|
651
|
+
}>> & Readonly<{
|
646
652
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
647
|
-
}
|
653
|
+
}>, {
|
648
654
|
modelValue: string | number | unknown[];
|
649
|
-
}>;
|
650
|
-
SelectFilter: import("vue").DefineComponent<{
|
655
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
656
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
651
657
|
paramCfg: {
|
652
658
|
type: ObjectConstructor;
|
653
659
|
default: null;
|
@@ -660,8 +666,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
660
666
|
type: StringConstructor;
|
661
667
|
default: string;
|
662
668
|
};
|
663
|
-
}
|
664
|
-
props:
|
669
|
+
}>, {
|
670
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
665
671
|
paramCfg: {
|
666
672
|
type: ObjectConstructor;
|
667
673
|
default: null;
|
@@ -674,15 +680,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
674
680
|
type: StringConstructor;
|
675
681
|
default: string;
|
676
682
|
};
|
677
|
-
}>> & {
|
683
|
+
}>> & Readonly<{
|
678
684
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
679
|
-
}
|
685
|
+
}> & {}>;
|
680
686
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
681
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
687
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
682
688
|
optionSetting: import("vue").ComputedRef<any>;
|
683
689
|
widgetOptions: import("vue").ComputedRef<any>;
|
684
|
-
NSelect: any;
|
685
|
-
WidgetOptionEnums: {
|
690
|
+
readonly NSelect: any;
|
691
|
+
readonly WidgetOptionEnums: {
|
686
692
|
RADIO: string;
|
687
693
|
MULTIPLE: string;
|
688
694
|
ALL: string;
|
@@ -691,7 +697,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
691
697
|
FUTURE_TIME: string;
|
692
698
|
CUSTOM_TIME: string;
|
693
699
|
};
|
694
|
-
},
|
700
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
695
701
|
paramCfg: {
|
696
702
|
type: ObjectConstructor;
|
697
703
|
default: null;
|
@@ -704,14 +710,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
704
710
|
type: StringConstructor;
|
705
711
|
default: string;
|
706
712
|
};
|
707
|
-
}>> & {
|
713
|
+
}>> & Readonly<{
|
708
714
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
709
|
-
}
|
715
|
+
}>, {
|
710
716
|
modelValue: string | number | unknown[];
|
711
717
|
widgetType: string;
|
712
718
|
paramCfg: Record<string, any>;
|
713
|
-
}>;
|
714
|
-
SelectDynamic: import("vue").DefineComponent<{
|
719
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
720
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
715
721
|
paramCfg: {
|
716
722
|
type: ObjectConstructor;
|
717
723
|
default: null;
|
@@ -720,9 +726,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
720
726
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
721
727
|
default: null;
|
722
728
|
};
|
723
|
-
}
|
724
|
-
message: import("naive-ui").MessageApi;
|
725
|
-
props:
|
729
|
+
}>, {
|
730
|
+
message: import("naive-ui/es/message").MessageApi;
|
731
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
726
732
|
paramCfg: {
|
727
733
|
type: ObjectConstructor;
|
728
734
|
default: null;
|
@@ -731,23 +737,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
731
737
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
732
738
|
default: null;
|
733
739
|
};
|
734
|
-
}>> & {
|
740
|
+
}>> & Readonly<{
|
735
741
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
736
|
-
}
|
742
|
+
}> & {}>;
|
737
743
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
738
744
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
739
|
-
selectDynamicRef: any
|
740
|
-
isLoading: import("vue").Ref<boolean>;
|
745
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
746
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
741
747
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
742
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
743
|
-
totalPage: import("vue").Ref<number>;
|
748
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
749
|
+
totalPage: import("vue").Ref<number, number>;
|
744
750
|
menuProps: {
|
745
751
|
class: string;
|
746
752
|
};
|
747
|
-
curPage: import("vue").Ref<number>;
|
748
|
-
fieldTitleList: import("vue").Ref<any>;
|
749
|
-
selectOptions: import("vue").Ref<any[]>;
|
750
|
-
keywordVal: import("vue").Ref<any>;
|
753
|
+
curPage: import("vue").Ref<number, number>;
|
754
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
755
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
756
|
+
keywordVal: import("vue").Ref<any, any>;
|
751
757
|
optionSetting: import("vue").ComputedRef<any>;
|
752
758
|
isMultiple: import("vue").ComputedRef<boolean>;
|
753
759
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -770,8 +776,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
770
776
|
}>;
|
771
777
|
init: () => void;
|
772
778
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
773
|
-
NSelect: any;
|
774
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
779
|
+
readonly NSelect: any;
|
780
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
775
781
|
oldValue: {
|
776
782
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
777
783
|
default: () => never[];
|
@@ -808,9 +814,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
808
814
|
type: BooleanConstructor;
|
809
815
|
default: boolean;
|
810
816
|
};
|
811
|
-
}
|
817
|
+
}>, {
|
812
818
|
selectMinWidth: number;
|
813
|
-
props:
|
819
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
814
820
|
oldValue: {
|
815
821
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
816
822
|
default: () => never[];
|
@@ -847,12 +853,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
847
853
|
type: BooleanConstructor;
|
848
854
|
default: boolean;
|
849
855
|
};
|
850
|
-
}>> & {
|
851
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
856
|
+
}>> & Readonly<{
|
852
857
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
853
|
-
|
858
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
859
|
+
}> & {}>;
|
854
860
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
855
|
-
dragEndWidth: import("vue").Ref<number>;
|
861
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
856
862
|
showKeys: import("vue").ComputedRef<any>;
|
857
863
|
titleList: import("vue").ComputedRef<string[]>;
|
858
864
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -860,16 +866,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
860
866
|
searchByPage: (onePage: number) => void;
|
861
867
|
changeWidth: ({ distance }: any) => void;
|
862
868
|
saveWidth: () => void;
|
863
|
-
NEmpty: any;
|
864
|
-
NButtonGroup: any;
|
865
|
-
NButton: any;
|
866
|
-
NIcon: any;
|
867
|
-
NPopover: any;
|
868
|
-
vFlexibleResize: {
|
869
|
+
readonly NEmpty: any;
|
870
|
+
readonly NButtonGroup: any;
|
871
|
+
readonly NButton: any;
|
872
|
+
readonly NIcon: any;
|
873
|
+
readonly NPopover: any;
|
874
|
+
readonly vFlexibleResize: {
|
869
875
|
mounted(el: any, { value }: any): void;
|
870
876
|
beforeUnmount(el: any): void;
|
871
877
|
};
|
872
|
-
WidgetValEnums: {
|
878
|
+
readonly WidgetValEnums: {
|
873
879
|
CUSTOM: string;
|
874
880
|
FIRST_VAL: string;
|
875
881
|
WHOLE: string;
|
@@ -900,9 +906,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
900
906
|
NEXT_YEAR: string;
|
901
907
|
LAST_YEAR: string;
|
902
908
|
};
|
903
|
-
ArrowBack: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
904
|
-
ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
905
|
-
},
|
909
|
+
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>;
|
910
|
+
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>;
|
911
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
906
912
|
oldValue: {
|
907
913
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
908
914
|
default: () => never[];
|
@@ -939,21 +945,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
939
945
|
type: BooleanConstructor;
|
940
946
|
default: boolean;
|
941
947
|
};
|
942
|
-
}>> & {
|
943
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
948
|
+
}>> & Readonly<{
|
944
949
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
945
|
-
|
946
|
-
|
950
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
951
|
+
}>, {
|
947
952
|
loading: boolean;
|
953
|
+
isMultiple: boolean;
|
948
954
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
955
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
956
|
+
isShowWhole: boolean;
|
949
957
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
950
958
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
951
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
952
959
|
curPage: number;
|
953
960
|
isLastPage: boolean;
|
954
|
-
|
955
|
-
|
956
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
961
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
962
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
957
963
|
paramCfg: {
|
958
964
|
type: ObjectConstructor;
|
959
965
|
default: null;
|
@@ -962,13 +968,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
962
968
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
963
969
|
default: null;
|
964
970
|
};
|
965
|
-
}>> & {
|
971
|
+
}>> & Readonly<{
|
966
972
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
967
|
-
}
|
973
|
+
}>, {
|
968
974
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
969
975
|
paramCfg: Record<string, any>;
|
970
|
-
}>;
|
971
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
976
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
977
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
972
978
|
paramCfg: {
|
973
979
|
type: ObjectConstructor;
|
974
980
|
default: null;
|
@@ -977,8 +983,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
977
983
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
978
984
|
default: null;
|
979
985
|
};
|
980
|
-
}
|
981
|
-
props:
|
986
|
+
}>, {
|
987
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
982
988
|
paramCfg: {
|
983
989
|
type: ObjectConstructor;
|
984
990
|
default: null;
|
@@ -987,16 +993,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
987
993
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
988
994
|
default: null;
|
989
995
|
};
|
990
|
-
}>> & {
|
996
|
+
}>> & Readonly<{
|
991
997
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
992
|
-
}
|
993
|
-
startNumber: import("vue").Ref<any>;
|
994
|
-
endNumber: import("vue").Ref<any>;
|
998
|
+
}> & {}>;
|
999
|
+
startNumber: import("vue").Ref<any, any>;
|
1000
|
+
endNumber: import("vue").Ref<any, any>;
|
995
1001
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
996
1002
|
handleChange: (val: number | null, key: string) => void;
|
997
|
-
NInputGroup: any;
|
998
|
-
NInputNumber: any;
|
999
|
-
},
|
1003
|
+
readonly NInputGroup: any;
|
1004
|
+
readonly NInputNumber: any;
|
1005
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1000
1006
|
paramCfg: {
|
1001
1007
|
type: ObjectConstructor;
|
1002
1008
|
default: null;
|
@@ -1005,13 +1011,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1005
1011
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1006
1012
|
default: null;
|
1007
1013
|
};
|
1008
|
-
}>> & {
|
1014
|
+
}>> & Readonly<{
|
1009
1015
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1010
|
-
}
|
1016
|
+
}>, {
|
1011
1017
|
modelValue: string | number | unknown[];
|
1012
1018
|
paramCfg: Record<string, any>;
|
1013
|
-
}>;
|
1014
|
-
DateRange: import("vue").DefineComponent<{
|
1019
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1020
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1015
1021
|
item: {
|
1016
1022
|
type: ObjectConstructor;
|
1017
1023
|
required: true;
|
@@ -1032,8 +1038,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1032
1038
|
type: StringConstructor;
|
1033
1039
|
default: null;
|
1034
1040
|
};
|
1035
|
-
}
|
1036
|
-
props:
|
1041
|
+
}>, {
|
1042
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1037
1043
|
item: {
|
1038
1044
|
type: ObjectConstructor;
|
1039
1045
|
required: true;
|
@@ -1054,15 +1060,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1054
1060
|
type: StringConstructor;
|
1055
1061
|
default: null;
|
1056
1062
|
};
|
1057
|
-
}>> & {
|
1063
|
+
}>> & Readonly<{
|
1058
1064
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1059
1065
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1060
1066
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1061
|
-
}
|
1067
|
+
}> & {}>;
|
1062
1068
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1063
|
-
startDate: import("vue").Ref<any>;
|
1064
|
-
endDate: import("vue").Ref<any>;
|
1065
|
-
filterType: import("vue").ComputedRef<"1" | "
|
1069
|
+
startDate: import("vue").Ref<any, any>;
|
1070
|
+
endDate: import("vue").Ref<any, any>;
|
1071
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1066
1072
|
valueFormat: import("vue").ComputedRef<string>;
|
1067
1073
|
dateFormat: import("vue").ComputedRef<string>;
|
1068
1074
|
compType: import("vue").ComputedRef<any>;
|
@@ -1080,8 +1086,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1080
1086
|
label: string;
|
1081
1087
|
value: string;
|
1082
1088
|
}[]>;
|
1083
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1084
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1089
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1090
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1085
1091
|
handleChange: (val: any, type: "start" | "end") => void;
|
1086
1092
|
isStartDateDisabled: (ts: number) => boolean;
|
1087
1093
|
timeStartDisabled: (ts: number) => {
|
@@ -1095,9 +1101,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1095
1101
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1096
1102
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1097
1103
|
};
|
1098
|
-
NSelect: any;
|
1099
|
-
NPopover: any;
|
1100
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1104
|
+
readonly NSelect: any;
|
1105
|
+
readonly NPopover: any;
|
1106
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1101
1107
|
updateUnchangedValue: {
|
1102
1108
|
type: BooleanConstructor;
|
1103
1109
|
};
|
@@ -1128,11 +1134,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1128
1134
|
isDateDisabled: {
|
1129
1135
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1130
1136
|
};
|
1131
|
-
}
|
1137
|
+
}>, {
|
1132
1138
|
attrs: {
|
1133
1139
|
[x: string]: unknown;
|
1134
1140
|
};
|
1135
|
-
props:
|
1141
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1136
1142
|
updateUnchangedValue: {
|
1137
1143
|
type: BooleanConstructor;
|
1138
1144
|
};
|
@@ -1163,15 +1169,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1163
1169
|
isDateDisabled: {
|
1164
1170
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1165
1171
|
};
|
1166
|
-
}>> & {
|
1172
|
+
}>> & Readonly<{
|
1167
1173
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1168
|
-
}
|
1174
|
+
}> & {}>;
|
1169
1175
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1170
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1171
|
-
panelInstRef: import("vue").Ref<null>;
|
1172
|
-
placeholderRef: import("vue").Ref<any>;
|
1173
|
-
oldValue: string;
|
1174
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1176
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1177
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1178
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1179
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1180
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1175
1181
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1176
1182
|
formatRef: import("vue").ComputedRef<string>;
|
1177
1183
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1186,8 +1192,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1186
1192
|
onConfirm: (...args: any[]) => Promise<void>;
|
1187
1193
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1188
1194
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1189
|
-
NDatePicker: any;
|
1190
|
-
},
|
1195
|
+
readonly NDatePicker: any;
|
1196
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1191
1197
|
updateUnchangedValue: {
|
1192
1198
|
type: BooleanConstructor;
|
1193
1199
|
};
|
@@ -1218,15 +1224,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1218
1224
|
isDateDisabled: {
|
1219
1225
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1220
1226
|
};
|
1221
|
-
}>> & {
|
1227
|
+
}>> & Readonly<{
|
1222
1228
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1223
|
-
}
|
1229
|
+
}>, {
|
1224
1230
|
type: string;
|
1225
1231
|
updateUnchangedValue: boolean;
|
1226
1232
|
to: string | false | HTMLElement;
|
1227
1233
|
holidays: Date[];
|
1228
|
-
}>>;
|
1229
|
-
DateOption: import("vue").DefineComponent<{
|
1234
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1235
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1230
1236
|
filterType: {
|
1231
1237
|
type: StringConstructor;
|
1232
1238
|
required: true;
|
@@ -1251,7 +1257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1251
1257
|
valueFormat: {
|
1252
1258
|
type: StringConstructor;
|
1253
1259
|
};
|
1254
|
-
}
|
1260
|
+
}>, {
|
1255
1261
|
widgetOptions: {
|
1256
1262
|
label: string;
|
1257
1263
|
value: string;
|
@@ -1260,9 +1266,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1260
1266
|
label: string;
|
1261
1267
|
value: string;
|
1262
1268
|
}[];
|
1263
|
-
startDateNum: import("vue").Ref<any>;
|
1264
|
-
endDateNum: import("vue").Ref<any>;
|
1265
|
-
props:
|
1269
|
+
startDateNum: import("vue").Ref<any, any>;
|
1270
|
+
endDateNum: import("vue").Ref<any, any>;
|
1271
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1266
1272
|
filterType: {
|
1267
1273
|
type: StringConstructor;
|
1268
1274
|
required: true;
|
@@ -1287,17 +1293,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1287
1293
|
valueFormat: {
|
1288
1294
|
type: StringConstructor;
|
1289
1295
|
};
|
1290
|
-
}>> & {
|
1296
|
+
}>> & Readonly<{
|
1291
1297
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1292
1298
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1293
|
-
}
|
1299
|
+
}> & {}>;
|
1294
1300
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1295
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1296
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1301
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1302
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1297
1303
|
handleChange: (val: any, type: "start" | "end") => void;
|
1298
|
-
NSelect: any;
|
1299
|
-
NInputNumber: any;
|
1300
|
-
},
|
1304
|
+
readonly NSelect: any;
|
1305
|
+
readonly NInputNumber: any;
|
1306
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1301
1307
|
filterType: {
|
1302
1308
|
type: StringConstructor;
|
1303
1309
|
required: true;
|
@@ -1322,14 +1328,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1322
1328
|
valueFormat: {
|
1323
1329
|
type: StringConstructor;
|
1324
1330
|
};
|
1325
|
-
}>> & {
|
1331
|
+
}>> & Readonly<{
|
1326
1332
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1327
1333
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1328
|
-
}
|
1334
|
+
}>, {
|
1329
1335
|
modelValue: string | number | unknown[];
|
1330
1336
|
presetVal: string;
|
1331
|
-
}>;
|
1332
|
-
WidgetValEnums: {
|
1337
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1338
|
+
readonly WidgetValEnums: {
|
1333
1339
|
CUSTOM: string;
|
1334
1340
|
FIRST_VAL: string;
|
1335
1341
|
WHOLE: string;
|
@@ -1360,7 +1366,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1360
1366
|
NEXT_YEAR: string;
|
1361
1367
|
LAST_YEAR: string;
|
1362
1368
|
};
|
1363
|
-
},
|
1369
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1364
1370
|
item: {
|
1365
1371
|
type: ObjectConstructor;
|
1366
1372
|
required: true;
|
@@ -1381,17 +1387,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1381
1387
|
type: StringConstructor;
|
1382
1388
|
default: null;
|
1383
1389
|
};
|
1384
|
-
}>> & {
|
1390
|
+
}>> & Readonly<{
|
1385
1391
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1386
1392
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1387
1393
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1388
|
-
}
|
1394
|
+
}>, {
|
1389
1395
|
modelValue: string | number | unknown[];
|
1390
1396
|
paramCfg: Record<string, any>;
|
1391
1397
|
presetVal: string;
|
1392
1398
|
customDate: string;
|
1393
|
-
}>;
|
1394
|
-
SelectLabel: import("vue").DefineComponent<{
|
1399
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1400
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1395
1401
|
paramCfg: {
|
1396
1402
|
type: ObjectConstructor;
|
1397
1403
|
default: null;
|
@@ -1400,10 +1406,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1400
1406
|
type: StringConstructor;
|
1401
1407
|
default: null;
|
1402
1408
|
};
|
1403
|
-
}
|
1409
|
+
}>, {
|
1404
1410
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1405
|
-
message: import("naive-ui").MessageApi;
|
1406
|
-
props:
|
1411
|
+
message: import("naive-ui/es/message").MessageApi;
|
1412
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1407
1413
|
paramCfg: {
|
1408
1414
|
type: ObjectConstructor;
|
1409
1415
|
default: null;
|
@@ -1412,13 +1418,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1412
1418
|
type: StringConstructor;
|
1413
1419
|
default: null;
|
1414
1420
|
};
|
1415
|
-
}>> & {
|
1421
|
+
}>> & Readonly<{
|
1416
1422
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1417
|
-
}
|
1423
|
+
}> & {}>;
|
1418
1424
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1419
|
-
tagList: import("vue").Ref<never[]>;
|
1425
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1420
1426
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1421
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
1427
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1422
1428
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1423
1429
|
initTagList: () => Promise<void>;
|
1424
1430
|
renderOption: ({ node, option }: {
|
@@ -1430,8 +1436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1430
1436
|
[key: string]: any;
|
1431
1437
|
}>;
|
1432
1438
|
renderLabel: (option: any) => any;
|
1433
|
-
NSelect: any;
|
1434
|
-
},
|
1439
|
+
readonly NSelect: any;
|
1440
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1435
1441
|
paramCfg: {
|
1436
1442
|
type: ObjectConstructor;
|
1437
1443
|
default: null;
|
@@ -1440,13 +1446,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1440
1446
|
type: StringConstructor;
|
1441
1447
|
default: null;
|
1442
1448
|
};
|
1443
|
-
}>> & {
|
1449
|
+
}>> & Readonly<{
|
1444
1450
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1445
|
-
}
|
1451
|
+
}>, {
|
1446
1452
|
modelValue: string;
|
1447
1453
|
paramCfg: Record<string, any>;
|
1448
|
-
}>;
|
1449
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
1454
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1455
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1450
1456
|
paramCfg: {
|
1451
1457
|
type: ObjectConstructor;
|
1452
1458
|
default: null;
|
@@ -1455,9 +1461,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1455
1461
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1456
1462
|
default: null;
|
1457
1463
|
};
|
1458
|
-
}
|
1459
|
-
message: import("naive-ui").MessageApi;
|
1460
|
-
props:
|
1464
|
+
}>, {
|
1465
|
+
message: import("naive-ui/es/message").MessageApi;
|
1466
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1461
1467
|
paramCfg: {
|
1462
1468
|
type: ObjectConstructor;
|
1463
1469
|
default: null;
|
@@ -1466,22 +1472,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1466
1472
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1467
1473
|
default: null;
|
1468
1474
|
};
|
1469
|
-
}>> & {
|
1475
|
+
}>> & Readonly<{
|
1470
1476
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1471
|
-
}
|
1477
|
+
}> & {}>;
|
1472
1478
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1473
1479
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1474
|
-
options: import("vue").Ref<any[]>;
|
1480
|
+
options: import("vue").Ref<any[], any[]>;
|
1475
1481
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1476
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1482
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1477
1483
|
optionSetting: import("vue").ComputedRef<any>;
|
1478
1484
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1479
1485
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1480
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1486
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1481
1487
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1482
1488
|
getOptionsData: (keyword: string) => Promise<void>;
|
1483
|
-
NTreeSelect: any;
|
1484
|
-
},
|
1489
|
+
readonly NTreeSelect: any;
|
1490
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1485
1491
|
paramCfg: {
|
1486
1492
|
type: ObjectConstructor;
|
1487
1493
|
default: null;
|
@@ -1490,13 +1496,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1490
1496
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1491
1497
|
default: null;
|
1492
1498
|
};
|
1493
|
-
}>> & {
|
1499
|
+
}>> & Readonly<{
|
1494
1500
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1495
|
-
}
|
1501
|
+
}>, {
|
1496
1502
|
modelValue: string | number | unknown[];
|
1497
1503
|
paramCfg: Record<string, any>;
|
1498
|
-
}>;
|
1499
|
-
WidgetTypeEnums: {
|
1504
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1505
|
+
readonly WidgetTypeEnums: {
|
1500
1506
|
INPUT_NUMBER: string;
|
1501
1507
|
INPUT: string;
|
1502
1508
|
SELECT: string;
|
@@ -1516,7 +1522,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1516
1522
|
SELECTTREE: string;
|
1517
1523
|
SELECTTREEDYNAMIC: string;
|
1518
1524
|
};
|
1519
|
-
},
|
1525
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1520
1526
|
item: {
|
1521
1527
|
type: ObjectConstructor;
|
1522
1528
|
default: null;
|
@@ -1540,20 +1546,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1540
1546
|
type: StringConstructor;
|
1541
1547
|
default: null;
|
1542
1548
|
};
|
1543
|
-
}>> & {
|
1549
|
+
}>> & Readonly<{
|
1544
1550
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1545
1551
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1546
1552
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1547
1553
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1548
|
-
}
|
1554
|
+
}>, {
|
1549
1555
|
modelValue: string | number | unknown[];
|
1550
1556
|
item: Record<string, any>;
|
1551
1557
|
paramCfg: Record<string, any>;
|
1552
1558
|
presetVal: string;
|
1553
1559
|
isAccurate: boolean;
|
1554
1560
|
customDate: string;
|
1555
|
-
}>;
|
1556
|
-
ConditionEnums: {
|
1561
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1562
|
+
readonly ConditionEnums: {
|
1557
1563
|
NULL: string;
|
1558
1564
|
EQUAL: string;
|
1559
1565
|
CUSTOM_RANGE: string;
|
@@ -1562,7 +1568,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1562
1568
|
IN_THE_PAST_DI: string;
|
1563
1569
|
IN_THE_FUTURE_DI: string;
|
1564
1570
|
};
|
1565
|
-
},
|
1571
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1566
1572
|
actionList_prop: {
|
1567
1573
|
type: PropType<IClassifyListType>;
|
1568
1574
|
default: () => {};
|
@@ -1587,15 +1593,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1587
1593
|
type: BooleanConstructor;
|
1588
1594
|
default: boolean;
|
1589
1595
|
};
|
1590
|
-
}>> & {
|
1596
|
+
}>> & Readonly<{
|
1591
1597
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1592
1598
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1593
|
-
}
|
1599
|
+
}>, {
|
1594
1600
|
searchFieldList: unknown[];
|
1595
1601
|
tableId: string;
|
1596
1602
|
conditionList: unknown[];
|
1597
1603
|
actionList_prop: IClassifyListType;
|
1598
1604
|
showItemName: boolean;
|
1599
1605
|
hideAddBtn: boolean;
|
1600
|
-
}>;
|
1606
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1601
1607
|
export default _default;
|