cnhis-design-vue 3.4.0-beta.8 → 3.4.0-release.3
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 +201 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -141
- 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 +101 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +75 -72
- 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/button-print/src/utils/print.d.ts +1 -0
- package/es/components/button-print/src/utils/print.js +9 -6
- 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 +3440 -2006
- 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 +548 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +409 -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 +453 -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 +548 -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 +28 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +17 -11
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +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/hooks/useDetailEvent.js +3 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +27 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +3 -1
- 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/useOther.js +15 -7
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +11 -12
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/interface.d.ts +1 -0
- 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 +241 -153
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +25 -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 +60 -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 +175 -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 +80 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +17 -14
- package/es/components/form-config/index.d.ts +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 +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +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 +858 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +858 -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 +72 -69
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +319 -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 +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +74 -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 +19 -20
- 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 +82 -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 +3155 -1729
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3156 -1730
- package/es/components/iho-table/src/IhoTable.vue2.js +24 -19
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/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 +34 -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 +39 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +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/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +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/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/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 +23 -18
- 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/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +88 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +84 -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 +38 -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 +72 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +107 -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 +256 -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 +57 -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 +60 -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 +242 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +279 -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 +52 -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 +40 -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 +52 -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 +40 -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 +337 -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 +324 -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/CancelRadio/CancelRadio.js +3 -1
- 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/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IClassifyListType } from '../../../../../components/table-filter/src/types';
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
searchFieldList: {
|
4
4
|
type: ArrayConstructor;
|
5
5
|
default: () => never[];
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
13
13
|
type: BooleanConstructor;
|
14
14
|
default: boolean;
|
15
15
|
};
|
16
|
-
}
|
17
|
-
props:
|
16
|
+
}>, {
|
17
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
18
18
|
searchFieldList: {
|
19
19
|
type: ArrayConstructor;
|
20
20
|
default: () => never[];
|
@@ -28,20 +28,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
28
28
|
type: BooleanConstructor;
|
29
29
|
default: boolean;
|
30
30
|
};
|
31
|
-
}>> & {
|
31
|
+
}>> & Readonly<{
|
32
32
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
33
33
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
34
34
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
35
|
-
}
|
35
|
+
}> & {}>;
|
36
36
|
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
37
|
-
$message: import("naive-ui").MessageApi;
|
37
|
+
$message: import("naive-ui/es/message").MessageApi;
|
38
38
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
39
|
-
conditionList: import("vue").Ref<unknown[]>;
|
40
|
-
addVisible: import("vue").Ref<boolean>;
|
41
|
-
actionList_prop: import("vue").Ref<{}>;
|
42
|
-
newSearchFieldList: any
|
43
|
-
saveLoading: import("vue").Ref<boolean>;
|
44
|
-
searchFilter: any
|
39
|
+
conditionList: import("vue").Ref<unknown[], unknown[]>;
|
40
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
41
|
+
actionList_prop: import("vue").Ref<{}, {}>;
|
42
|
+
newSearchFieldList: import("vue").Ref<any, any>;
|
43
|
+
saveLoading: import("vue").Ref<boolean, boolean>;
|
44
|
+
searchFilter: import("vue").Ref<any, any>;
|
45
45
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
46
46
|
attrs: {
|
47
47
|
[x: string]: unknown;
|
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
57
57
|
setOneVisible: (flag: boolean) => void;
|
58
58
|
resetPopconfirm: () => Promise<void>;
|
59
59
|
oneVisible: import("vue").ComputedRef<boolean>;
|
60
|
-
NButton: any;
|
61
|
-
TableModal: import("vue").DefineComponent<{
|
60
|
+
readonly NButton: any;
|
61
|
+
TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
62
62
|
visibleIn: {
|
63
63
|
type: BooleanConstructor;
|
64
64
|
};
|
@@ -95,8 +95,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
95
95
|
type: FunctionConstructor;
|
96
96
|
default: () => HTMLElement;
|
97
97
|
};
|
98
|
-
}
|
99
|
-
props:
|
98
|
+
}>, {
|
99
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
100
100
|
visibleIn: {
|
101
101
|
type: BooleanConstructor;
|
102
102
|
};
|
@@ -133,18 +133,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
133
133
|
type: FunctionConstructor;
|
134
134
|
default: () => HTMLElement;
|
135
135
|
};
|
136
|
-
}>> & {
|
136
|
+
}>> & Readonly<{
|
137
137
|
onClose?: ((...args: any[]) => any) | undefined;
|
138
138
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
139
139
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
140
140
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
141
|
-
}
|
141
|
+
}> & {}>;
|
142
142
|
emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
143
143
|
homeList: any;
|
144
|
-
visible: import("vue").Ref<boolean>;
|
145
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
146
|
-
modalWidth: import("vue").Ref<string>;
|
147
|
-
modalHeight: import("vue").Ref<string>;
|
144
|
+
visible: import("vue").Ref<boolean, boolean>;
|
145
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
146
|
+
modalWidth: import("vue").Ref<string, string>;
|
147
|
+
modalHeight: import("vue").Ref<string, string>;
|
148
148
|
isShowResetButton: boolean;
|
149
149
|
handleOk: () => void;
|
150
150
|
close: () => void;
|
@@ -160,17 +160,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
160
160
|
changeModalWindow: () => void;
|
161
161
|
popconfirm: (e: any) => void;
|
162
162
|
handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
|
163
|
-
NModal: any;
|
164
|
-
NCard: any;
|
165
|
-
NIcon: any;
|
166
|
-
NButton: any;
|
167
|
-
NTooltip: any;
|
168
|
-
NSwitch: any;
|
169
|
-
NPopconfirm: any;
|
170
|
-
DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
171
|
-
Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
172
|
-
ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
173
|
-
Draggable: import("vue").DefineComponent<{
|
163
|
+
readonly NModal: any;
|
164
|
+
readonly NCard: any;
|
165
|
+
readonly NIcon: any;
|
166
|
+
readonly NButton: any;
|
167
|
+
readonly NTooltip: any;
|
168
|
+
readonly NSwitch: any;
|
169
|
+
readonly NPopconfirm: any;
|
170
|
+
readonly DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
171
|
+
readonly Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
172
|
+
readonly ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
173
|
+
readonly Draggable: import("vue").DefineComponent<{
|
174
174
|
list: {
|
175
175
|
type: ArrayConstructor;
|
176
176
|
required: boolean;
|
@@ -242,8 +242,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
242
242
|
list: unknown[];
|
243
243
|
modelValue: unknown[];
|
244
244
|
componentData: Record<string, any>;
|
245
|
-
}>;
|
246
|
-
},
|
245
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
246
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
247
247
|
visibleIn: {
|
248
248
|
type: BooleanConstructor;
|
249
249
|
};
|
@@ -280,19 +280,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
280
280
|
type: FunctionConstructor;
|
281
281
|
default: () => HTMLElement;
|
282
282
|
};
|
283
|
-
}>> & {
|
283
|
+
}>> & Readonly<{
|
284
284
|
onClose?: ((...args: any[]) => any) | undefined;
|
285
285
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
286
286
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
287
287
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
288
|
-
}
|
289
|
-
type: string;
|
288
|
+
}>, {
|
290
289
|
loading: boolean;
|
291
|
-
|
290
|
+
type: string;
|
292
291
|
visibleIn: boolean;
|
292
|
+
dataSource: unknown[];
|
293
293
|
getContainer: Function;
|
294
|
-
}>;
|
295
|
-
SearchFilter: import("vue").DefineComponent<{
|
294
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
295
|
+
SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
296
296
|
visible: {
|
297
297
|
type: BooleanConstructor;
|
298
298
|
default: boolean;
|
@@ -309,8 +309,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
309
309
|
type: ArrayConstructor;
|
310
310
|
default: () => never[];
|
311
311
|
};
|
312
|
-
}
|
313
|
-
props:
|
312
|
+
}>, {
|
313
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
314
314
|
visible: {
|
315
315
|
type: BooleanConstructor;
|
316
316
|
default: boolean;
|
@@ -327,18 +327,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
327
327
|
type: ArrayConstructor;
|
328
328
|
default: () => never[];
|
329
329
|
};
|
330
|
-
}>> & {
|
330
|
+
}>> & Readonly<{
|
331
331
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
332
|
-
}
|
332
|
+
}> & {}>;
|
333
333
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
334
|
-
addVisible: import("vue").Ref<boolean>;
|
335
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
336
|
-
modalWidth: import("vue").Ref<string>;
|
334
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
335
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
336
|
+
modalWidth: import("vue").Ref<string, string>;
|
337
337
|
bodyStyle: import("vue").Ref<{
|
338
338
|
maxHeight: string;
|
339
339
|
height: string;
|
340
|
+
}, {
|
341
|
+
maxHeight: string;
|
342
|
+
height: string;
|
343
|
+
} | {
|
344
|
+
maxHeight: string;
|
345
|
+
height: string;
|
340
346
|
}>;
|
341
|
-
conditionApiRef: any
|
347
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
342
348
|
filterTimer: any;
|
343
349
|
classifyfilterType: String;
|
344
350
|
init: () => void;
|
@@ -349,10 +355,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
349
355
|
clearConditions: () => void;
|
350
356
|
resetChangeWindow: () => void;
|
351
357
|
changeModalWindow: () => void;
|
352
|
-
NModal: any;
|
353
|
-
NCard: any;
|
354
|
-
NButton: any;
|
355
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
358
|
+
readonly NModal: any;
|
359
|
+
readonly NCard: any;
|
360
|
+
readonly NButton: any;
|
361
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
356
362
|
actionList_prop: {
|
357
363
|
type: import("vue").PropType<IClassifyListType>;
|
358
364
|
default: () => {};
|
@@ -377,14 +383,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
377
383
|
type: BooleanConstructor;
|
378
384
|
default: boolean;
|
379
385
|
};
|
380
|
-
}
|
381
|
-
$message: import("naive-ui").MessageApi;
|
386
|
+
}>, {
|
387
|
+
$message: import("naive-ui/es/message").MessageApi;
|
382
388
|
menuProps: {
|
383
389
|
class: string;
|
384
390
|
};
|
385
391
|
specialDateRange: string[];
|
386
392
|
specialCustomDateRange: string[];
|
387
|
-
props:
|
393
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
388
394
|
actionList_prop: {
|
389
395
|
type: import("vue").PropType<IClassifyListType>;
|
390
396
|
default: () => {};
|
@@ -409,10 +415,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
409
415
|
type: BooleanConstructor;
|
410
416
|
default: boolean;
|
411
417
|
};
|
412
|
-
}>> & {
|
418
|
+
}>> & Readonly<{
|
413
419
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
414
420
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
415
|
-
}
|
421
|
+
}> & {}>;
|
416
422
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
417
423
|
$attrs: {
|
418
424
|
[x: string]: unknown;
|
@@ -430,9 +436,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
430
436
|
customDate?: string | undefined;
|
431
437
|
}[];
|
432
438
|
};
|
433
|
-
loading: import("vue").Ref<boolean>;
|
434
|
-
parentInputRef: import("vue").Ref<any>;
|
435
|
-
parentInputAddRef: import("vue").Ref<any>;
|
439
|
+
loading: import("vue").Ref<boolean, boolean>;
|
440
|
+
parentInputRef: import("vue").Ref<any, any>;
|
441
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
436
442
|
DisplayCategoryState: {
|
437
443
|
addDisplayCategory: string;
|
438
444
|
displayCategories: {
|
@@ -473,16 +479,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
473
479
|
saveAdd: () => void;
|
474
480
|
cancelSaveAdd: () => void;
|
475
481
|
checkActionList: () => boolean;
|
476
|
-
NSpin: any;
|
477
|
-
NIcon: any;
|
478
|
-
NInput: any;
|
479
|
-
NButton: any;
|
480
|
-
NTooltip: any;
|
481
|
-
NSelect: any;
|
482
|
-
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<{}>>, {}>;
|
483
|
-
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<{}>>, {}>;
|
484
|
-
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<{}>>, {}>;
|
485
|
-
ValueCfg: import("vue").DefineComponent<{
|
482
|
+
readonly NSpin: any;
|
483
|
+
readonly NIcon: any;
|
484
|
+
readonly NInput: any;
|
485
|
+
readonly NButton: any;
|
486
|
+
readonly NTooltip: any;
|
487
|
+
readonly NSelect: any;
|
488
|
+
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>;
|
489
|
+
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>;
|
490
|
+
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>;
|
491
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
486
492
|
item: {
|
487
493
|
type: ObjectConstructor;
|
488
494
|
default: null;
|
@@ -506,8 +512,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
506
512
|
type: StringConstructor;
|
507
513
|
default: null;
|
508
514
|
};
|
509
|
-
}
|
510
|
-
props:
|
515
|
+
}>, {
|
516
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
511
517
|
item: {
|
512
518
|
type: ObjectConstructor;
|
513
519
|
default: null;
|
@@ -531,19 +537,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
531
537
|
type: StringConstructor;
|
532
538
|
default: null;
|
533
539
|
};
|
534
|
-
}>> & {
|
540
|
+
}>> & Readonly<{
|
535
541
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
536
542
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
537
543
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
538
544
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
539
|
-
}
|
545
|
+
}> & {}>;
|
540
546
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
541
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
542
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
543
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
544
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
547
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
548
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
549
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
550
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
545
551
|
widgetType: import("vue").ComputedRef<any>;
|
546
|
-
Date: import("vue").DefineComponent<{
|
552
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
547
553
|
componentCfg: {
|
548
554
|
type: ObjectConstructor;
|
549
555
|
};
|
@@ -567,8 +573,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
567
573
|
type: StringConstructor;
|
568
574
|
default: null;
|
569
575
|
};
|
570
|
-
}
|
571
|
-
props:
|
576
|
+
}>, {
|
577
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
572
578
|
componentCfg: {
|
573
579
|
type: ObjectConstructor;
|
574
580
|
};
|
@@ -592,15 +598,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
592
598
|
type: StringConstructor;
|
593
599
|
default: null;
|
594
600
|
};
|
595
|
-
}>> & {
|
601
|
+
}>> & Readonly<{
|
596
602
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
597
603
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
598
604
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
599
|
-
}
|
605
|
+
}> & {}>;
|
600
606
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
601
|
-
filterType: import("vue").ComputedRef<"1" | "
|
602
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
603
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
607
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
608
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
609
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
604
610
|
dateType: any;
|
605
611
|
valueFormat: import("vue").ComputedRef<string>;
|
606
612
|
compType: import("vue").ComputedRef<any>;
|
@@ -615,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
615
621
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
616
622
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
617
623
|
};
|
618
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
624
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
619
625
|
updateUnchangedValue: {
|
620
626
|
type: BooleanConstructor;
|
621
627
|
};
|
@@ -643,14 +649,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
643
649
|
type: StringConstructor;
|
644
650
|
default: string;
|
645
651
|
};
|
652
|
+
updateValueOnClose: {
|
653
|
+
type: BooleanConstructor;
|
654
|
+
default: boolean;
|
655
|
+
};
|
646
656
|
isDateDisabled: {
|
647
657
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
648
658
|
};
|
649
|
-
}
|
659
|
+
}>, {
|
650
660
|
attrs: {
|
651
661
|
[x: string]: unknown;
|
652
662
|
};
|
653
|
-
props:
|
663
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
654
664
|
updateUnchangedValue: {
|
655
665
|
type: BooleanConstructor;
|
656
666
|
};
|
@@ -678,18 +688,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
678
688
|
type: StringConstructor;
|
679
689
|
default: string;
|
680
690
|
};
|
691
|
+
updateValueOnClose: {
|
692
|
+
type: BooleanConstructor;
|
693
|
+
default: boolean;
|
694
|
+
};
|
681
695
|
isDateDisabled: {
|
682
696
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
683
697
|
};
|
684
|
-
}>> & {
|
698
|
+
}>> & Readonly<{
|
685
699
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
686
|
-
}
|
700
|
+
}> & {}>;
|
687
701
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
688
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
689
|
-
panelInstRef: import("vue").Ref<null>;
|
690
|
-
placeholderRef: import("vue").Ref<any>;
|
691
|
-
oldValue: string;
|
692
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
702
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
703
|
+
panelInstRef: import("vue").Ref<null, null>;
|
704
|
+
placeholderRef: import("vue").Ref<any, any>;
|
705
|
+
oldValue: (string | [string, string]) | null | undefined;
|
706
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
693
707
|
isDateTime: import("vue").ComputedRef<boolean>;
|
694
708
|
formatRef: import("vue").ComputedRef<string>;
|
695
709
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -704,8 +718,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
704
718
|
onConfirm: (...args: any[]) => Promise<void>;
|
705
719
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
706
720
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
707
|
-
NDatePicker: any;
|
708
|
-
},
|
721
|
+
readonly NDatePicker: any;
|
722
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
709
723
|
updateUnchangedValue: {
|
710
724
|
type: BooleanConstructor;
|
711
725
|
};
|
@@ -733,19 +747,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
733
747
|
type: StringConstructor;
|
734
748
|
default: string;
|
735
749
|
};
|
750
|
+
updateValueOnClose: {
|
751
|
+
type: BooleanConstructor;
|
752
|
+
default: boolean;
|
753
|
+
};
|
736
754
|
isDateDisabled: {
|
737
755
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
738
756
|
};
|
739
|
-
}>> & {
|
757
|
+
}>> & Readonly<{
|
740
758
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
741
|
-
}
|
759
|
+
}>, {
|
742
760
|
type: string;
|
743
761
|
updateUnchangedValue: boolean;
|
744
762
|
to: string | false | HTMLElement;
|
745
763
|
holidays: Date[];
|
746
|
-
|
747
|
-
|
748
|
-
|
764
|
+
updateValueOnClose: boolean;
|
765
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
766
|
+
readonly NSelect: any;
|
767
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
749
768
|
filterType: {
|
750
769
|
type: StringConstructor;
|
751
770
|
required: true;
|
@@ -770,7 +789,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
770
789
|
valueFormat: {
|
771
790
|
type: StringConstructor;
|
772
791
|
};
|
773
|
-
}
|
792
|
+
}>, {
|
774
793
|
widgetOptions: {
|
775
794
|
label: string;
|
776
795
|
value: string;
|
@@ -779,9 +798,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
779
798
|
label: string;
|
780
799
|
value: string;
|
781
800
|
}[];
|
782
|
-
startDateNum: import("vue").Ref<any>;
|
783
|
-
endDateNum: import("vue").Ref<any>;
|
784
|
-
props:
|
801
|
+
startDateNum: import("vue").Ref<any, any>;
|
802
|
+
endDateNum: import("vue").Ref<any, any>;
|
803
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
785
804
|
filterType: {
|
786
805
|
type: StringConstructor;
|
787
806
|
required: true;
|
@@ -806,17 +825,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
806
825
|
valueFormat: {
|
807
826
|
type: StringConstructor;
|
808
827
|
};
|
809
|
-
}>> & {
|
828
|
+
}>> & Readonly<{
|
810
829
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
811
830
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
812
|
-
}
|
831
|
+
}> & {}>;
|
813
832
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
814
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
815
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
833
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
834
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
816
835
|
handleChange: (val: any, type: "start" | "end") => void;
|
817
|
-
NSelect: any;
|
818
|
-
NInputNumber: any;
|
819
|
-
},
|
836
|
+
readonly NSelect: any;
|
837
|
+
readonly NInputNumber: any;
|
838
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
820
839
|
filterType: {
|
821
840
|
type: StringConstructor;
|
822
841
|
required: true;
|
@@ -841,14 +860,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
841
860
|
valueFormat: {
|
842
861
|
type: StringConstructor;
|
843
862
|
};
|
844
|
-
}>> & {
|
863
|
+
}>> & Readonly<{
|
845
864
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
846
865
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
847
|
-
}
|
866
|
+
}>, {
|
848
867
|
modelValue: string | number | unknown[];
|
849
868
|
presetVal: string;
|
850
|
-
}>;
|
851
|
-
WidgetValEnums: {
|
869
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
870
|
+
readonly WidgetValEnums: {
|
852
871
|
CUSTOM: string;
|
853
872
|
FIRST_VAL: string;
|
854
873
|
WHOLE: string;
|
@@ -879,7 +898,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
879
898
|
NEXT_YEAR: string;
|
880
899
|
LAST_YEAR: string;
|
881
900
|
};
|
882
|
-
},
|
901
|
+
}, {}, {}, {}, 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<{
|
883
902
|
componentCfg: {
|
884
903
|
type: ObjectConstructor;
|
885
904
|
};
|
@@ -903,17 +922,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
903
922
|
type: StringConstructor;
|
904
923
|
default: null;
|
905
924
|
};
|
906
|
-
}>> & {
|
925
|
+
}>> & Readonly<{
|
907
926
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
908
927
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
909
928
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
910
|
-
}
|
929
|
+
}>, {
|
911
930
|
modelValue: string | number | unknown[];
|
912
931
|
paramCfg: Record<string, any>;
|
913
932
|
presetVal: string;
|
914
933
|
customDate: string;
|
915
|
-
}>;
|
916
|
-
InputFilter: import("vue").DefineComponent<{
|
934
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
935
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
917
936
|
paramCfg: {
|
918
937
|
type: ObjectConstructor;
|
919
938
|
default: null;
|
@@ -925,8 +944,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
925
944
|
isAccurateFilter: {
|
926
945
|
type: BooleanConstructor;
|
927
946
|
};
|
928
|
-
}
|
929
|
-
props:
|
947
|
+
}>, {
|
948
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
930
949
|
paramCfg: {
|
931
950
|
type: ObjectConstructor;
|
932
951
|
default: null;
|
@@ -938,21 +957,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
938
957
|
isAccurateFilter: {
|
939
958
|
type: BooleanConstructor;
|
940
959
|
};
|
941
|
-
}>> & {
|
960
|
+
}>> & Readonly<{
|
942
961
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
943
962
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
944
|
-
}
|
963
|
+
}> & {}>;
|
945
964
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
946
965
|
optionList: import("vue").Ref<{
|
947
966
|
label: string;
|
948
967
|
value: number;
|
968
|
+
}[], {
|
969
|
+
label: string;
|
970
|
+
value: number;
|
971
|
+
}[] | {
|
972
|
+
label: string;
|
973
|
+
value: number;
|
949
974
|
}[]>;
|
950
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
951
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
975
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
976
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
952
977
|
isShowSearch: import("vue").ComputedRef<any>;
|
953
|
-
NInput: any;
|
954
|
-
NSelect: any;
|
955
|
-
},
|
978
|
+
readonly NInput: any;
|
979
|
+
readonly NSelect: any;
|
980
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
956
981
|
paramCfg: {
|
957
982
|
type: ObjectConstructor;
|
958
983
|
default: null;
|
@@ -964,42 +989,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
964
989
|
isAccurateFilter: {
|
965
990
|
type: BooleanConstructor;
|
966
991
|
};
|
967
|
-
}>> & {
|
992
|
+
}>> & Readonly<{
|
968
993
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
969
994
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
970
|
-
}
|
995
|
+
}>, {
|
971
996
|
modelValue: string | number | unknown[];
|
972
997
|
paramCfg: Record<string, any>;
|
973
998
|
isAccurateFilter: boolean;
|
974
|
-
}>;
|
975
|
-
InputNumber: import("vue").DefineComponent<{
|
999
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1000
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
976
1001
|
modelValue: {
|
977
1002
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
978
1003
|
default: null;
|
979
1004
|
};
|
980
|
-
}
|
981
|
-
props:
|
1005
|
+
}>, {
|
1006
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
982
1007
|
modelValue: {
|
983
1008
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
984
1009
|
default: null;
|
985
1010
|
};
|
986
|
-
}>> & {
|
1011
|
+
}>> & Readonly<{
|
987
1012
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
988
|
-
}
|
1013
|
+
}> & {}>;
|
989
1014
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
990
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
991
|
-
NInputNumber: any;
|
992
|
-
},
|
1015
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1016
|
+
readonly NInputNumber: any;
|
1017
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
993
1018
|
modelValue: {
|
994
1019
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
995
1020
|
default: null;
|
996
1021
|
};
|
997
|
-
}>> & {
|
1022
|
+
}>> & Readonly<{
|
998
1023
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
999
|
-
}
|
1024
|
+
}>, {
|
1000
1025
|
modelValue: string | number | unknown[];
|
1001
|
-
}>;
|
1002
|
-
SelectFilter: import("vue").DefineComponent<{
|
1026
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1027
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1003
1028
|
paramCfg: {
|
1004
1029
|
type: ObjectConstructor;
|
1005
1030
|
default: null;
|
@@ -1012,8 +1037,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1012
1037
|
type: StringConstructor;
|
1013
1038
|
default: string;
|
1014
1039
|
};
|
1015
|
-
}
|
1016
|
-
props:
|
1040
|
+
}>, {
|
1041
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1017
1042
|
paramCfg: {
|
1018
1043
|
type: ObjectConstructor;
|
1019
1044
|
default: null;
|
@@ -1026,15 +1051,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1026
1051
|
type: StringConstructor;
|
1027
1052
|
default: string;
|
1028
1053
|
};
|
1029
|
-
}>> & {
|
1054
|
+
}>> & Readonly<{
|
1030
1055
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1031
|
-
}
|
1056
|
+
}> & {}>;
|
1032
1057
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1033
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1058
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1034
1059
|
optionSetting: import("vue").ComputedRef<any>;
|
1035
1060
|
widgetOptions: import("vue").ComputedRef<any>;
|
1036
|
-
NSelect: any;
|
1037
|
-
WidgetOptionEnums: {
|
1061
|
+
readonly NSelect: any;
|
1062
|
+
readonly WidgetOptionEnums: {
|
1038
1063
|
RADIO: string;
|
1039
1064
|
MULTIPLE: string;
|
1040
1065
|
ALL: string;
|
@@ -1043,7 +1068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1043
1068
|
FUTURE_TIME: string;
|
1044
1069
|
CUSTOM_TIME: string;
|
1045
1070
|
};
|
1046
|
-
},
|
1071
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1047
1072
|
paramCfg: {
|
1048
1073
|
type: ObjectConstructor;
|
1049
1074
|
default: null;
|
@@ -1056,14 +1081,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1056
1081
|
type: StringConstructor;
|
1057
1082
|
default: string;
|
1058
1083
|
};
|
1059
|
-
}>> & {
|
1084
|
+
}>> & Readonly<{
|
1060
1085
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1061
|
-
}
|
1086
|
+
}>, {
|
1062
1087
|
modelValue: string | number | unknown[];
|
1063
1088
|
widgetType: string;
|
1064
1089
|
paramCfg: Record<string, any>;
|
1065
|
-
}>;
|
1066
|
-
SelectDynamic: import("vue").DefineComponent<{
|
1090
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1091
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1067
1092
|
paramCfg: {
|
1068
1093
|
type: ObjectConstructor;
|
1069
1094
|
default: null;
|
@@ -1072,9 +1097,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1072
1097
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1073
1098
|
default: null;
|
1074
1099
|
};
|
1075
|
-
}
|
1076
|
-
message: import("naive-ui").MessageApi;
|
1077
|
-
props:
|
1100
|
+
}>, {
|
1101
|
+
message: import("naive-ui/es/message").MessageApi;
|
1102
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1078
1103
|
paramCfg: {
|
1079
1104
|
type: ObjectConstructor;
|
1080
1105
|
default: null;
|
@@ -1083,23 +1108,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
1083
1108
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1084
1109
|
default: null;
|
1085
1110
|
};
|
1086
|
-
}>> & {
|
1111
|
+
}>> & Readonly<{
|
1087
1112
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1088
|
-
}
|
1113
|
+
}> & {}>;
|
1089
1114
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1090
1115
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1091
|
-
selectDynamicRef: any
|
1092
|
-
isLoading: import("vue").Ref<boolean>;
|
1116
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
1117
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
1093
1118
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1094
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1095
|
-
totalPage: import("vue").Ref<number>;
|
1119
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1120
|
+
totalPage: import("vue").Ref<number, number>;
|
1096
1121
|
menuProps: {
|
1097
1122
|
class: string;
|
1098
1123
|
};
|
1099
|
-
curPage: import("vue").Ref<number>;
|
1100
|
-
fieldTitleList: import("vue").Ref<any>;
|
1101
|
-
selectOptions: import("vue").Ref<any[]>;
|
1102
|
-
keywordVal: import("vue").Ref<any>;
|
1124
|
+
curPage: import("vue").Ref<number, number>;
|
1125
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
1126
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
1127
|
+
keywordVal: import("vue").Ref<any, any>;
|
1103
1128
|
optionSetting: import("vue").ComputedRef<any>;
|
1104
1129
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1105
1130
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -1122,8 +1147,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1122
1147
|
}>;
|
1123
1148
|
init: () => void;
|
1124
1149
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
1125
|
-
NSelect: any;
|
1126
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
1150
|
+
readonly NSelect: any;
|
1151
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1127
1152
|
oldValue: {
|
1128
1153
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1129
1154
|
default: () => never[];
|
@@ -1160,9 +1185,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1160
1185
|
type: BooleanConstructor;
|
1161
1186
|
default: boolean;
|
1162
1187
|
};
|
1163
|
-
}
|
1188
|
+
}>, {
|
1164
1189
|
selectMinWidth: number;
|
1165
|
-
props:
|
1190
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1166
1191
|
oldValue: {
|
1167
1192
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1168
1193
|
default: () => never[];
|
@@ -1199,12 +1224,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1199
1224
|
type: BooleanConstructor;
|
1200
1225
|
default: boolean;
|
1201
1226
|
};
|
1202
|
-
}>> & {
|
1203
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1227
|
+
}>> & Readonly<{
|
1204
1228
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1205
|
-
|
1229
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1230
|
+
}> & {}>;
|
1206
1231
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
1207
|
-
dragEndWidth: import("vue").Ref<number>;
|
1232
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
1208
1233
|
showKeys: import("vue").ComputedRef<any>;
|
1209
1234
|
titleList: import("vue").ComputedRef<string[]>;
|
1210
1235
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -1212,16 +1237,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1212
1237
|
searchByPage: (onePage: number) => void;
|
1213
1238
|
changeWidth: ({ distance }: any) => void;
|
1214
1239
|
saveWidth: () => void;
|
1215
|
-
NEmpty: any;
|
1216
|
-
NButtonGroup: any;
|
1217
|
-
NButton: any;
|
1218
|
-
NIcon: any;
|
1219
|
-
NPopover: any;
|
1220
|
-
vFlexibleResize: {
|
1240
|
+
readonly NEmpty: any;
|
1241
|
+
readonly NButtonGroup: any;
|
1242
|
+
readonly NButton: any;
|
1243
|
+
readonly NIcon: any;
|
1244
|
+
readonly NPopover: any;
|
1245
|
+
readonly vFlexibleResize: {
|
1221
1246
|
mounted(el: any, { value }: any): void;
|
1222
1247
|
beforeUnmount(el: any): void;
|
1223
1248
|
};
|
1224
|
-
WidgetValEnums: {
|
1249
|
+
readonly WidgetValEnums: {
|
1225
1250
|
CUSTOM: string;
|
1226
1251
|
FIRST_VAL: string;
|
1227
1252
|
WHOLE: string;
|
@@ -1252,9 +1277,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1252
1277
|
NEXT_YEAR: string;
|
1253
1278
|
LAST_YEAR: string;
|
1254
1279
|
};
|
1255
|
-
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<{}>>, {}>;
|
1256
|
-
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<{}>>, {}>;
|
1257
|
-
},
|
1280
|
+
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>;
|
1281
|
+
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>;
|
1282
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1258
1283
|
oldValue: {
|
1259
1284
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1260
1285
|
default: () => never[];
|
@@ -1291,21 +1316,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1291
1316
|
type: BooleanConstructor;
|
1292
1317
|
default: boolean;
|
1293
1318
|
};
|
1294
|
-
}>> & {
|
1295
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1319
|
+
}>> & Readonly<{
|
1296
1320
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1297
|
-
|
1298
|
-
|
1321
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1322
|
+
}>, {
|
1299
1323
|
loading: boolean;
|
1324
|
+
isMultiple: boolean;
|
1300
1325
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
1326
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
1327
|
+
isShowWhole: boolean;
|
1301
1328
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
1302
1329
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
1303
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
1304
1330
|
curPage: number;
|
1305
1331
|
isLastPage: boolean;
|
1306
|
-
|
1307
|
-
|
1308
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1332
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1333
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1309
1334
|
paramCfg: {
|
1310
1335
|
type: ObjectConstructor;
|
1311
1336
|
default: null;
|
@@ -1314,13 +1339,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1314
1339
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1315
1340
|
default: null;
|
1316
1341
|
};
|
1317
|
-
}>> & {
|
1342
|
+
}>> & Readonly<{
|
1318
1343
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1319
|
-
}
|
1344
|
+
}>, {
|
1320
1345
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
1321
1346
|
paramCfg: Record<string, any>;
|
1322
|
-
}>;
|
1323
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1347
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1348
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1324
1349
|
paramCfg: {
|
1325
1350
|
type: ObjectConstructor;
|
1326
1351
|
default: null;
|
@@ -1329,8 +1354,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1329
1354
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1330
1355
|
default: null;
|
1331
1356
|
};
|
1332
|
-
}
|
1333
|
-
props:
|
1357
|
+
}>, {
|
1358
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1334
1359
|
paramCfg: {
|
1335
1360
|
type: ObjectConstructor;
|
1336
1361
|
default: null;
|
@@ -1339,16 +1364,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1339
1364
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1340
1365
|
default: null;
|
1341
1366
|
};
|
1342
|
-
}>> & {
|
1367
|
+
}>> & Readonly<{
|
1343
1368
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1344
|
-
}
|
1345
|
-
startNumber: import("vue").Ref<any>;
|
1346
|
-
endNumber: import("vue").Ref<any>;
|
1369
|
+
}> & {}>;
|
1370
|
+
startNumber: import("vue").Ref<any, any>;
|
1371
|
+
endNumber: import("vue").Ref<any, any>;
|
1347
1372
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1348
1373
|
handleChange: (val: number | null, key: string) => void;
|
1349
|
-
NInputGroup: any;
|
1350
|
-
NInputNumber: any;
|
1351
|
-
},
|
1374
|
+
readonly NInputGroup: any;
|
1375
|
+
readonly NInputNumber: any;
|
1376
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1352
1377
|
paramCfg: {
|
1353
1378
|
type: ObjectConstructor;
|
1354
1379
|
default: null;
|
@@ -1357,13 +1382,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1357
1382
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1358
1383
|
default: null;
|
1359
1384
|
};
|
1360
|
-
}>> & {
|
1385
|
+
}>> & Readonly<{
|
1361
1386
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1362
|
-
}
|
1387
|
+
}>, {
|
1363
1388
|
modelValue: string | number | unknown[];
|
1364
1389
|
paramCfg: Record<string, any>;
|
1365
|
-
}>;
|
1366
|
-
DateRange: import("vue").DefineComponent<{
|
1390
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1391
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1367
1392
|
item: {
|
1368
1393
|
type: ObjectConstructor;
|
1369
1394
|
required: true;
|
@@ -1384,8 +1409,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1384
1409
|
type: StringConstructor;
|
1385
1410
|
default: null;
|
1386
1411
|
};
|
1387
|
-
}
|
1388
|
-
props:
|
1412
|
+
}>, {
|
1413
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1389
1414
|
item: {
|
1390
1415
|
type: ObjectConstructor;
|
1391
1416
|
required: true;
|
@@ -1406,15 +1431,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1406
1431
|
type: StringConstructor;
|
1407
1432
|
default: null;
|
1408
1433
|
};
|
1409
|
-
}>> & {
|
1434
|
+
}>> & Readonly<{
|
1410
1435
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1411
1436
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1412
1437
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1413
|
-
}
|
1438
|
+
}> & {}>;
|
1414
1439
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1415
|
-
startDate: import("vue").Ref<any>;
|
1416
|
-
endDate: import("vue").Ref<any>;
|
1417
|
-
filterType: import("vue").ComputedRef<"1" | "
|
1440
|
+
startDate: import("vue").Ref<any, any>;
|
1441
|
+
endDate: import("vue").Ref<any, any>;
|
1442
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1418
1443
|
valueFormat: import("vue").ComputedRef<string>;
|
1419
1444
|
dateFormat: import("vue").ComputedRef<string>;
|
1420
1445
|
compType: import("vue").ComputedRef<any>;
|
@@ -1432,8 +1457,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1432
1457
|
label: string;
|
1433
1458
|
value: string;
|
1434
1459
|
}[]>;
|
1435
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1436
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1460
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1461
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1437
1462
|
handleChange: (val: any, type: "start" | "end") => void;
|
1438
1463
|
isStartDateDisabled: (ts: number) => boolean;
|
1439
1464
|
timeStartDisabled: (ts: number) => {
|
@@ -1447,9 +1472,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1447
1472
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1448
1473
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1449
1474
|
};
|
1450
|
-
NSelect: any;
|
1451
|
-
NPopover: any;
|
1452
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1475
|
+
readonly NSelect: any;
|
1476
|
+
readonly NPopover: any;
|
1477
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1453
1478
|
updateUnchangedValue: {
|
1454
1479
|
type: BooleanConstructor;
|
1455
1480
|
};
|
@@ -1477,14 +1502,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1477
1502
|
type: StringConstructor;
|
1478
1503
|
default: string;
|
1479
1504
|
};
|
1505
|
+
updateValueOnClose: {
|
1506
|
+
type: BooleanConstructor;
|
1507
|
+
default: boolean;
|
1508
|
+
};
|
1480
1509
|
isDateDisabled: {
|
1481
1510
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1482
1511
|
};
|
1483
|
-
}
|
1512
|
+
}>, {
|
1484
1513
|
attrs: {
|
1485
1514
|
[x: string]: unknown;
|
1486
1515
|
};
|
1487
|
-
props:
|
1516
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1488
1517
|
updateUnchangedValue: {
|
1489
1518
|
type: BooleanConstructor;
|
1490
1519
|
};
|
@@ -1512,18 +1541,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1512
1541
|
type: StringConstructor;
|
1513
1542
|
default: string;
|
1514
1543
|
};
|
1544
|
+
updateValueOnClose: {
|
1545
|
+
type: BooleanConstructor;
|
1546
|
+
default: boolean;
|
1547
|
+
};
|
1515
1548
|
isDateDisabled: {
|
1516
1549
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1517
1550
|
};
|
1518
|
-
}>> & {
|
1551
|
+
}>> & Readonly<{
|
1519
1552
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1520
|
-
}
|
1553
|
+
}> & {}>;
|
1521
1554
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1522
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1523
|
-
panelInstRef: import("vue").Ref<null>;
|
1524
|
-
placeholderRef: import("vue").Ref<any>;
|
1525
|
-
oldValue: string;
|
1526
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1555
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1556
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1557
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1558
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1559
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1527
1560
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1528
1561
|
formatRef: import("vue").ComputedRef<string>;
|
1529
1562
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1538,8 +1571,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1538
1571
|
onConfirm: (...args: any[]) => Promise<void>;
|
1539
1572
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1540
1573
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1541
|
-
NDatePicker: any;
|
1542
|
-
},
|
1574
|
+
readonly NDatePicker: any;
|
1575
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1543
1576
|
updateUnchangedValue: {
|
1544
1577
|
type: BooleanConstructor;
|
1545
1578
|
};
|
@@ -1567,18 +1600,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
1567
1600
|
type: StringConstructor;
|
1568
1601
|
default: string;
|
1569
1602
|
};
|
1603
|
+
updateValueOnClose: {
|
1604
|
+
type: BooleanConstructor;
|
1605
|
+
default: boolean;
|
1606
|
+
};
|
1570
1607
|
isDateDisabled: {
|
1571
1608
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1572
1609
|
};
|
1573
|
-
}>> & {
|
1610
|
+
}>> & Readonly<{
|
1574
1611
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1575
|
-
}
|
1612
|
+
}>, {
|
1576
1613
|
type: string;
|
1577
1614
|
updateUnchangedValue: boolean;
|
1578
1615
|
to: string | false | HTMLElement;
|
1579
1616
|
holidays: Date[];
|
1580
|
-
|
1581
|
-
|
1617
|
+
updateValueOnClose: boolean;
|
1618
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1619
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1582
1620
|
filterType: {
|
1583
1621
|
type: StringConstructor;
|
1584
1622
|
required: true;
|
@@ -1603,7 +1641,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1603
1641
|
valueFormat: {
|
1604
1642
|
type: StringConstructor;
|
1605
1643
|
};
|
1606
|
-
}
|
1644
|
+
}>, {
|
1607
1645
|
widgetOptions: {
|
1608
1646
|
label: string;
|
1609
1647
|
value: string;
|
@@ -1612,9 +1650,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1612
1650
|
label: string;
|
1613
1651
|
value: string;
|
1614
1652
|
}[];
|
1615
|
-
startDateNum: import("vue").Ref<any>;
|
1616
|
-
endDateNum: import("vue").Ref<any>;
|
1617
|
-
props:
|
1653
|
+
startDateNum: import("vue").Ref<any, any>;
|
1654
|
+
endDateNum: import("vue").Ref<any, any>;
|
1655
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1618
1656
|
filterType: {
|
1619
1657
|
type: StringConstructor;
|
1620
1658
|
required: true;
|
@@ -1639,17 +1677,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1639
1677
|
valueFormat: {
|
1640
1678
|
type: StringConstructor;
|
1641
1679
|
};
|
1642
|
-
}>> & {
|
1680
|
+
}>> & Readonly<{
|
1643
1681
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1644
1682
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1645
|
-
}
|
1683
|
+
}> & {}>;
|
1646
1684
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1647
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1648
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1685
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1686
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1649
1687
|
handleChange: (val: any, type: "start" | "end") => void;
|
1650
|
-
NSelect: any;
|
1651
|
-
NInputNumber: any;
|
1652
|
-
},
|
1688
|
+
readonly NSelect: any;
|
1689
|
+
readonly NInputNumber: any;
|
1690
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1653
1691
|
filterType: {
|
1654
1692
|
type: StringConstructor;
|
1655
1693
|
required: true;
|
@@ -1674,14 +1712,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1674
1712
|
valueFormat: {
|
1675
1713
|
type: StringConstructor;
|
1676
1714
|
};
|
1677
|
-
}>> & {
|
1715
|
+
}>> & Readonly<{
|
1678
1716
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1679
1717
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1680
|
-
}
|
1718
|
+
}>, {
|
1681
1719
|
modelValue: string | number | unknown[];
|
1682
1720
|
presetVal: string;
|
1683
|
-
}>;
|
1684
|
-
WidgetValEnums: {
|
1721
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1722
|
+
readonly WidgetValEnums: {
|
1685
1723
|
CUSTOM: string;
|
1686
1724
|
FIRST_VAL: string;
|
1687
1725
|
WHOLE: string;
|
@@ -1712,7 +1750,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1712
1750
|
NEXT_YEAR: string;
|
1713
1751
|
LAST_YEAR: string;
|
1714
1752
|
};
|
1715
|
-
},
|
1753
|
+
}, {}, {}, {}, 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<{
|
1716
1754
|
item: {
|
1717
1755
|
type: ObjectConstructor;
|
1718
1756
|
required: true;
|
@@ -1733,17 +1771,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1733
1771
|
type: StringConstructor;
|
1734
1772
|
default: null;
|
1735
1773
|
};
|
1736
|
-
}>> & {
|
1774
|
+
}>> & Readonly<{
|
1737
1775
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1738
1776
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1739
1777
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1740
|
-
}
|
1778
|
+
}>, {
|
1741
1779
|
modelValue: string | number | unknown[];
|
1742
1780
|
paramCfg: Record<string, any>;
|
1743
1781
|
presetVal: string;
|
1744
1782
|
customDate: string;
|
1745
|
-
}>;
|
1746
|
-
SelectLabel: import("vue").DefineComponent<{
|
1783
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1784
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1747
1785
|
paramCfg: {
|
1748
1786
|
type: ObjectConstructor;
|
1749
1787
|
default: null;
|
@@ -1752,10 +1790,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1752
1790
|
type: StringConstructor;
|
1753
1791
|
default: null;
|
1754
1792
|
};
|
1755
|
-
}
|
1793
|
+
}>, {
|
1756
1794
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1757
|
-
message: import("naive-ui").MessageApi;
|
1758
|
-
props:
|
1795
|
+
message: import("naive-ui/es/message").MessageApi;
|
1796
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1759
1797
|
paramCfg: {
|
1760
1798
|
type: ObjectConstructor;
|
1761
1799
|
default: null;
|
@@ -1764,13 +1802,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1764
1802
|
type: StringConstructor;
|
1765
1803
|
default: null;
|
1766
1804
|
};
|
1767
|
-
}>> & {
|
1805
|
+
}>> & Readonly<{
|
1768
1806
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1769
|
-
}
|
1807
|
+
}> & {}>;
|
1770
1808
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1771
|
-
tagList: import("vue").Ref<never[]>;
|
1809
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1772
1810
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1773
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
1811
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1774
1812
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1775
1813
|
initTagList: () => Promise<void>;
|
1776
1814
|
renderOption: ({ node, option }: {
|
@@ -1782,8 +1820,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1782
1820
|
[key: string]: any;
|
1783
1821
|
}>;
|
1784
1822
|
renderLabel: (option: any) => any;
|
1785
|
-
NSelect: any;
|
1786
|
-
},
|
1823
|
+
readonly NSelect: any;
|
1824
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1787
1825
|
paramCfg: {
|
1788
1826
|
type: ObjectConstructor;
|
1789
1827
|
default: null;
|
@@ -1792,13 +1830,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1792
1830
|
type: StringConstructor;
|
1793
1831
|
default: null;
|
1794
1832
|
};
|
1795
|
-
}>> & {
|
1833
|
+
}>> & Readonly<{
|
1796
1834
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1797
|
-
}
|
1835
|
+
}>, {
|
1798
1836
|
modelValue: string;
|
1799
1837
|
paramCfg: Record<string, any>;
|
1800
|
-
}>;
|
1801
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
1838
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1839
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1802
1840
|
paramCfg: {
|
1803
1841
|
type: ObjectConstructor;
|
1804
1842
|
default: null;
|
@@ -1807,9 +1845,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1807
1845
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1808
1846
|
default: null;
|
1809
1847
|
};
|
1810
|
-
}
|
1811
|
-
message: import("naive-ui").MessageApi;
|
1812
|
-
props:
|
1848
|
+
}>, {
|
1849
|
+
message: import("naive-ui/es/message").MessageApi;
|
1850
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1813
1851
|
paramCfg: {
|
1814
1852
|
type: ObjectConstructor;
|
1815
1853
|
default: null;
|
@@ -1818,22 +1856,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1818
1856
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1819
1857
|
default: null;
|
1820
1858
|
};
|
1821
|
-
}>> & {
|
1859
|
+
}>> & Readonly<{
|
1822
1860
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1823
|
-
}
|
1861
|
+
}> & {}>;
|
1824
1862
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1825
1863
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1826
|
-
options: import("vue").Ref<any[]>;
|
1864
|
+
options: import("vue").Ref<any[], any[]>;
|
1827
1865
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1828
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1866
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1829
1867
|
optionSetting: import("vue").ComputedRef<any>;
|
1830
1868
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1831
1869
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1832
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1870
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1833
1871
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1834
1872
|
getOptionsData: (keyword: string) => Promise<void>;
|
1835
|
-
NTreeSelect: any;
|
1836
|
-
},
|
1873
|
+
readonly NTreeSelect: any;
|
1874
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1837
1875
|
paramCfg: {
|
1838
1876
|
type: ObjectConstructor;
|
1839
1877
|
default: null;
|
@@ -1842,13 +1880,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1842
1880
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1843
1881
|
default: null;
|
1844
1882
|
};
|
1845
|
-
}>> & {
|
1883
|
+
}>> & Readonly<{
|
1846
1884
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1847
|
-
}
|
1885
|
+
}>, {
|
1848
1886
|
modelValue: string | number | unknown[];
|
1849
1887
|
paramCfg: Record<string, any>;
|
1850
|
-
}>;
|
1851
|
-
WidgetTypeEnums: {
|
1888
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1889
|
+
readonly WidgetTypeEnums: {
|
1852
1890
|
INPUT_NUMBER: string;
|
1853
1891
|
INPUT: string;
|
1854
1892
|
SELECT: string;
|
@@ -1868,7 +1906,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1868
1906
|
SELECTTREE: string;
|
1869
1907
|
SELECTTREEDYNAMIC: string;
|
1870
1908
|
};
|
1871
|
-
},
|
1909
|
+
}, {}, {}, {}, 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<{
|
1872
1910
|
item: {
|
1873
1911
|
type: ObjectConstructor;
|
1874
1912
|
default: null;
|
@@ -1892,20 +1930,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1892
1930
|
type: StringConstructor;
|
1893
1931
|
default: null;
|
1894
1932
|
};
|
1895
|
-
}>> & {
|
1933
|
+
}>> & Readonly<{
|
1896
1934
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1897
1935
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1898
1936
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1899
1937
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1900
|
-
}
|
1938
|
+
}>, {
|
1901
1939
|
modelValue: string | number | unknown[];
|
1902
1940
|
item: Record<string, any>;
|
1903
1941
|
paramCfg: Record<string, any>;
|
1904
1942
|
presetVal: string;
|
1905
1943
|
isAccurate: boolean;
|
1906
1944
|
customDate: string;
|
1907
|
-
}>;
|
1908
|
-
ConditionEnums: {
|
1945
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1946
|
+
readonly ConditionEnums: {
|
1909
1947
|
NULL: string;
|
1910
1948
|
EQUAL: string;
|
1911
1949
|
CUSTOM_RANGE: string;
|
@@ -1914,7 +1952,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1914
1952
|
IN_THE_PAST_DI: string;
|
1915
1953
|
IN_THE_FUTURE_DI: string;
|
1916
1954
|
};
|
1917
|
-
},
|
1955
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1918
1956
|
actionList_prop: {
|
1919
1957
|
type: import("vue").PropType<IClassifyListType>;
|
1920
1958
|
default: () => {};
|
@@ -1939,18 +1977,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1939
1977
|
type: BooleanConstructor;
|
1940
1978
|
default: boolean;
|
1941
1979
|
};
|
1942
|
-
}>> & {
|
1980
|
+
}>> & Readonly<{
|
1943
1981
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1944
1982
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1945
|
-
}
|
1983
|
+
}>, {
|
1946
1984
|
searchFieldList: unknown[];
|
1947
1985
|
tableId: string;
|
1948
1986
|
conditionList: unknown[];
|
1949
1987
|
actionList_prop: IClassifyListType;
|
1950
1988
|
showItemName: boolean;
|
1951
1989
|
hideAddBtn: boolean;
|
1952
|
-
}>;
|
1953
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
1990
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1991
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1954
1992
|
actionList_prop: {
|
1955
1993
|
type: import("vue").PropType<IClassifyListType>;
|
1956
1994
|
default: () => {};
|
@@ -1975,15 +2013,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1975
2013
|
type: BooleanConstructor;
|
1976
2014
|
default: boolean;
|
1977
2015
|
};
|
1978
|
-
}
|
1979
|
-
$message: import("naive-ui").MessageApi;
|
2016
|
+
}>, {
|
2017
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1980
2018
|
menuProps: {
|
1981
2019
|
class: string;
|
1982
2020
|
};
|
1983
2021
|
dateCons: string[];
|
1984
2022
|
textCons: string[];
|
1985
2023
|
numberCons: string[];
|
1986
|
-
props:
|
2024
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1987
2025
|
actionList_prop: {
|
1988
2026
|
type: import("vue").PropType<IClassifyListType>;
|
1989
2027
|
default: () => {};
|
@@ -2008,19 +2046,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
2008
2046
|
type: BooleanConstructor;
|
2009
2047
|
default: boolean;
|
2010
2048
|
};
|
2011
|
-
}>> & {
|
2049
|
+
}>> & Readonly<{
|
2012
2050
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2013
2051
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2014
|
-
}
|
2052
|
+
}> & {}>;
|
2015
2053
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
2016
2054
|
$attrs: {
|
2017
2055
|
[x: string]: unknown;
|
2018
2056
|
};
|
2019
2057
|
FormState: any;
|
2020
|
-
loading: import("vue").Ref<boolean>;
|
2021
|
-
parentInputRef: import("vue").Ref<any>;
|
2022
|
-
parentInputAddRef: import("vue").Ref<any>;
|
2023
|
-
sqlExpression: any
|
2058
|
+
loading: import("vue").Ref<boolean, boolean>;
|
2059
|
+
parentInputRef: import("vue").Ref<any, any>;
|
2060
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
2061
|
+
sqlExpression: import("vue").Ref<any, any>;
|
2024
2062
|
DisplayCategoryState: {
|
2025
2063
|
addDisplayCategory: string;
|
2026
2064
|
displayCategories: {
|
@@ -2057,16 +2095,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2057
2095
|
saveAdd: () => void;
|
2058
2096
|
cancelSaveAdd: () => void;
|
2059
2097
|
checkActionList: () => any;
|
2060
|
-
NSpin: any;
|
2061
|
-
NIcon: any;
|
2062
|
-
NInput: any;
|
2063
|
-
NButton: any;
|
2064
|
-
NTooltip: any;
|
2065
|
-
NSelect: any;
|
2066
|
-
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<{}>>, {}>;
|
2067
|
-
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<{}>>, {}>;
|
2068
|
-
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<{}>>, {}>;
|
2069
|
-
ValueCfg: import("vue").DefineComponent<{
|
2098
|
+
readonly NSpin: any;
|
2099
|
+
readonly NIcon: any;
|
2100
|
+
readonly NInput: any;
|
2101
|
+
readonly NButton: any;
|
2102
|
+
readonly NTooltip: any;
|
2103
|
+
readonly NSelect: any;
|
2104
|
+
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>;
|
2105
|
+
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>;
|
2106
|
+
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>;
|
2107
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2070
2108
|
paramCfg: {
|
2071
2109
|
type: ObjectConstructor;
|
2072
2110
|
default: null;
|
@@ -2079,8 +2117,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2079
2117
|
type: ArrayConstructor;
|
2080
2118
|
default: () => never[];
|
2081
2119
|
};
|
2082
|
-
}
|
2083
|
-
props:
|
2120
|
+
}>, {
|
2121
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2084
2122
|
paramCfg: {
|
2085
2123
|
type: ObjectConstructor;
|
2086
2124
|
default: null;
|
@@ -2093,17 +2131,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
2093
2131
|
type: ArrayConstructor;
|
2094
2132
|
default: () => never[];
|
2095
2133
|
};
|
2096
|
-
}>> & {
|
2134
|
+
}>> & Readonly<{
|
2097
2135
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2098
2136
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2099
|
-
}
|
2137
|
+
}> & {}>;
|
2100
2138
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
2101
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2102
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
2139
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2140
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
2103
2141
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
2104
2142
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
2105
2143
|
biType: import("vue").ComputedRef<any>;
|
2106
|
-
Date: import("vue").DefineComponent<{
|
2144
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2107
2145
|
componentCfg: {
|
2108
2146
|
type: ObjectConstructor;
|
2109
2147
|
};
|
@@ -2115,8 +2153,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2115
2153
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2116
2154
|
default: null;
|
2117
2155
|
};
|
2118
|
-
}
|
2119
|
-
props:
|
2156
|
+
}>, {
|
2157
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2120
2158
|
componentCfg: {
|
2121
2159
|
type: ObjectConstructor;
|
2122
2160
|
};
|
@@ -2128,15 +2166,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2128
2166
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2129
2167
|
default: null;
|
2130
2168
|
};
|
2131
|
-
}>> & {
|
2169
|
+
}>> & Readonly<{
|
2132
2170
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2133
|
-
}
|
2171
|
+
}> & {}>;
|
2134
2172
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2135
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2173
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2136
2174
|
dateType: any;
|
2137
2175
|
valueFormat: import("vue").ComputedRef<string>;
|
2138
2176
|
compType: import("vue").ComputedRef<any>;
|
2139
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
2177
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2140
2178
|
updateUnchangedValue: {
|
2141
2179
|
type: BooleanConstructor;
|
2142
2180
|
};
|
@@ -2164,14 +2202,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2164
2202
|
type: StringConstructor;
|
2165
2203
|
default: string;
|
2166
2204
|
};
|
2205
|
+
updateValueOnClose: {
|
2206
|
+
type: BooleanConstructor;
|
2207
|
+
default: boolean;
|
2208
|
+
};
|
2167
2209
|
isDateDisabled: {
|
2168
2210
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2169
2211
|
};
|
2170
|
-
}
|
2212
|
+
}>, {
|
2171
2213
|
attrs: {
|
2172
2214
|
[x: string]: unknown;
|
2173
2215
|
};
|
2174
|
-
props:
|
2216
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2175
2217
|
updateUnchangedValue: {
|
2176
2218
|
type: BooleanConstructor;
|
2177
2219
|
};
|
@@ -2199,18 +2241,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
2199
2241
|
type: StringConstructor;
|
2200
2242
|
default: string;
|
2201
2243
|
};
|
2244
|
+
updateValueOnClose: {
|
2245
|
+
type: BooleanConstructor;
|
2246
|
+
default: boolean;
|
2247
|
+
};
|
2202
2248
|
isDateDisabled: {
|
2203
2249
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2204
2250
|
};
|
2205
|
-
}>> & {
|
2251
|
+
}>> & Readonly<{
|
2206
2252
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2207
|
-
}
|
2253
|
+
}> & {}>;
|
2208
2254
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
2209
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
2210
|
-
panelInstRef: import("vue").Ref<null>;
|
2211
|
-
placeholderRef: import("vue").Ref<any>;
|
2212
|
-
oldValue: string;
|
2213
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
2255
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
2256
|
+
panelInstRef: import("vue").Ref<null, null>;
|
2257
|
+
placeholderRef: import("vue").Ref<any, any>;
|
2258
|
+
oldValue: (string | [string, string]) | null | undefined;
|
2259
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
2214
2260
|
isDateTime: import("vue").ComputedRef<boolean>;
|
2215
2261
|
formatRef: import("vue").ComputedRef<string>;
|
2216
2262
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -2225,8 +2271,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2225
2271
|
onConfirm: (...args: any[]) => Promise<void>;
|
2226
2272
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
2227
2273
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
2228
|
-
NDatePicker: any;
|
2229
|
-
},
|
2274
|
+
readonly NDatePicker: any;
|
2275
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2230
2276
|
updateUnchangedValue: {
|
2231
2277
|
type: BooleanConstructor;
|
2232
2278
|
};
|
@@ -2254,18 +2300,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
2254
2300
|
type: StringConstructor;
|
2255
2301
|
default: string;
|
2256
2302
|
};
|
2303
|
+
updateValueOnClose: {
|
2304
|
+
type: BooleanConstructor;
|
2305
|
+
default: boolean;
|
2306
|
+
};
|
2257
2307
|
isDateDisabled: {
|
2258
2308
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2259
2309
|
};
|
2260
|
-
}>> & {
|
2310
|
+
}>> & Readonly<{
|
2261
2311
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2262
|
-
}
|
2312
|
+
}>, {
|
2263
2313
|
type: string;
|
2264
2314
|
updateUnchangedValue: boolean;
|
2265
2315
|
to: string | false | HTMLElement;
|
2266
2316
|
holidays: Date[];
|
2267
|
-
|
2268
|
-
|
2317
|
+
updateValueOnClose: boolean;
|
2318
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2319
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2269
2320
|
componentCfg: {
|
2270
2321
|
type: ObjectConstructor;
|
2271
2322
|
};
|
@@ -2277,13 +2328,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2277
2328
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2278
2329
|
default: null;
|
2279
2330
|
};
|
2280
|
-
}>> & {
|
2331
|
+
}>> & Readonly<{
|
2281
2332
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2282
|
-
}
|
2333
|
+
}>, {
|
2283
2334
|
modelValue: string | number | unknown[];
|
2284
2335
|
paramCfg: Record<string, any>;
|
2285
|
-
}>;
|
2286
|
-
InputFilter: import("vue").DefineComponent<{
|
2336
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2337
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2287
2338
|
paramCfg: {
|
2288
2339
|
type: ObjectConstructor;
|
2289
2340
|
default: null;
|
@@ -2292,8 +2343,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2292
2343
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2293
2344
|
default: null;
|
2294
2345
|
};
|
2295
|
-
}
|
2296
|
-
props:
|
2346
|
+
}>, {
|
2347
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2297
2348
|
paramCfg: {
|
2298
2349
|
type: ObjectConstructor;
|
2299
2350
|
default: null;
|
@@ -2302,13 +2353,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2302
2353
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2303
2354
|
default: null;
|
2304
2355
|
};
|
2305
|
-
}>> & {
|
2356
|
+
}>> & Readonly<{
|
2306
2357
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2307
|
-
}
|
2358
|
+
}> & {}>;
|
2308
2359
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2309
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2310
|
-
NInput: any;
|
2311
|
-
},
|
2360
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2361
|
+
readonly NInput: any;
|
2362
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2312
2363
|
paramCfg: {
|
2313
2364
|
type: ObjectConstructor;
|
2314
2365
|
default: null;
|
@@ -2317,40 +2368,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
2317
2368
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2318
2369
|
default: null;
|
2319
2370
|
};
|
2320
|
-
}>> & {
|
2371
|
+
}>> & Readonly<{
|
2321
2372
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2322
|
-
}
|
2373
|
+
}>, {
|
2323
2374
|
modelValue: string | number | unknown[];
|
2324
2375
|
paramCfg: Record<string, any>;
|
2325
|
-
}>;
|
2326
|
-
InputNumber: import("vue").DefineComponent<{
|
2376
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2377
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2327
2378
|
modelValue: {
|
2328
2379
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2329
2380
|
default: null;
|
2330
2381
|
};
|
2331
|
-
}
|
2332
|
-
props:
|
2382
|
+
}>, {
|
2383
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2333
2384
|
modelValue: {
|
2334
2385
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2335
2386
|
default: null;
|
2336
2387
|
};
|
2337
|
-
}>> & {
|
2388
|
+
}>> & Readonly<{
|
2338
2389
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2339
|
-
}
|
2390
|
+
}> & {}>;
|
2340
2391
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2341
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2342
|
-
NInputNumber: any;
|
2343
|
-
},
|
2392
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2393
|
+
readonly NInputNumber: any;
|
2394
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2344
2395
|
modelValue: {
|
2345
2396
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2346
2397
|
default: null;
|
2347
2398
|
};
|
2348
|
-
}>> & {
|
2399
|
+
}>> & Readonly<{
|
2349
2400
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2350
|
-
}
|
2401
|
+
}>, {
|
2351
2402
|
modelValue: string | number | unknown[];
|
2352
|
-
}>;
|
2353
|
-
SelectFilter: import("vue").DefineComponent<{
|
2403
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2404
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2354
2405
|
paramCfg: {
|
2355
2406
|
type: ObjectConstructor;
|
2356
2407
|
default: null;
|
@@ -2359,8 +2410,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2359
2410
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2360
2411
|
default: null;
|
2361
2412
|
};
|
2362
|
-
}
|
2363
|
-
props:
|
2413
|
+
}>, {
|
2414
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2364
2415
|
paramCfg: {
|
2365
2416
|
type: ObjectConstructor;
|
2366
2417
|
default: null;
|
@@ -2369,15 +2420,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2369
2420
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2370
2421
|
default: null;
|
2371
2422
|
};
|
2372
|
-
}>> & {
|
2423
|
+
}>> & Readonly<{
|
2373
2424
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2374
|
-
}
|
2425
|
+
}> & {}>;
|
2375
2426
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2376
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2427
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2377
2428
|
optionSetting: import("vue").ComputedRef<any>;
|
2378
2429
|
widgetOptions: import("vue").ComputedRef<any>;
|
2379
|
-
NSelect: any;
|
2380
|
-
WidgetOptionEnums: {
|
2430
|
+
readonly NSelect: any;
|
2431
|
+
readonly WidgetOptionEnums: {
|
2381
2432
|
RADIO: string;
|
2382
2433
|
MULTIPLE: string;
|
2383
2434
|
ALL: string;
|
@@ -2386,7 +2437,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2386
2437
|
FUTURE_TIME: string;
|
2387
2438
|
CUSTOM_TIME: string;
|
2388
2439
|
};
|
2389
|
-
},
|
2440
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2390
2441
|
paramCfg: {
|
2391
2442
|
type: ObjectConstructor;
|
2392
2443
|
default: null;
|
@@ -2395,13 +2446,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2395
2446
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2396
2447
|
default: null;
|
2397
2448
|
};
|
2398
|
-
}>> & {
|
2449
|
+
}>> & Readonly<{
|
2399
2450
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2400
|
-
}
|
2451
|
+
}>, {
|
2401
2452
|
modelValue: string | number | unknown[];
|
2402
2453
|
paramCfg: Record<string, any>;
|
2403
|
-
}>;
|
2404
|
-
WidgetTypeEnums: {
|
2454
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2455
|
+
readonly WidgetTypeEnums: {
|
2405
2456
|
INPUT_NUMBER: string;
|
2406
2457
|
INPUT: string;
|
2407
2458
|
SELECT: string;
|
@@ -2421,7 +2472,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2421
2472
|
SELECTTREE: string;
|
2422
2473
|
SELECTTREEDYNAMIC: string;
|
2423
2474
|
};
|
2424
|
-
},
|
2475
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2425
2476
|
paramCfg: {
|
2426
2477
|
type: ObjectConstructor;
|
2427
2478
|
default: null;
|
@@ -2434,15 +2485,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2434
2485
|
type: ArrayConstructor;
|
2435
2486
|
default: () => never[];
|
2436
2487
|
};
|
2437
|
-
}>> & {
|
2488
|
+
}>> & Readonly<{
|
2438
2489
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2439
2490
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2440
|
-
}
|
2491
|
+
}>, {
|
2441
2492
|
modelValue: string | number | unknown[];
|
2442
2493
|
paramCfg: Record<string, any>;
|
2443
2494
|
modelValues: unknown[];
|
2444
|
-
}>;
|
2445
|
-
},
|
2495
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2496
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2446
2497
|
actionList_prop: {
|
2447
2498
|
type: import("vue").PropType<IClassifyListType>;
|
2448
2499
|
default: () => {};
|
@@ -2467,18 +2518,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2467
2518
|
type: BooleanConstructor;
|
2468
2519
|
default: boolean;
|
2469
2520
|
};
|
2470
|
-
}>> & {
|
2521
|
+
}>> & Readonly<{
|
2471
2522
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2472
2523
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2473
|
-
}
|
2524
|
+
}>, {
|
2474
2525
|
searchFieldList: unknown[];
|
2475
2526
|
tableId: string;
|
2476
2527
|
conditionList: unknown[];
|
2477
2528
|
actionList_prop: IClassifyListType;
|
2478
2529
|
showItemName: boolean;
|
2479
2530
|
hideAddBtn: boolean;
|
2480
|
-
}>;
|
2481
|
-
},
|
2531
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2532
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2482
2533
|
visible: {
|
2483
2534
|
type: BooleanConstructor;
|
2484
2535
|
default: boolean;
|
@@ -2495,15 +2546,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2495
2546
|
type: ArrayConstructor;
|
2496
2547
|
default: () => never[];
|
2497
2548
|
};
|
2498
|
-
}>> & {
|
2549
|
+
}>> & Readonly<{
|
2499
2550
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2500
|
-
}
|
2551
|
+
}>, {
|
2501
2552
|
visible: boolean;
|
2502
|
-
modalTitle: string;
|
2503
2553
|
searchFieldList: unknown[];
|
2504
2554
|
conditionList: unknown[];
|
2505
|
-
|
2506
|
-
},
|
2555
|
+
modalTitle: string;
|
2556
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2557
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2507
2558
|
searchFieldList: {
|
2508
2559
|
type: ArrayConstructor;
|
2509
2560
|
default: () => never[];
|
@@ -2517,13 +2568,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2517
2568
|
type: BooleanConstructor;
|
2518
2569
|
default: boolean;
|
2519
2570
|
};
|
2520
|
-
}>> & {
|
2571
|
+
}>> & Readonly<{
|
2521
2572
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
2522
2573
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
2523
2574
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
2524
|
-
}
|
2575
|
+
}>, {
|
2525
2576
|
searchFieldList: unknown[];
|
2526
2577
|
conditionList: unknown[];
|
2527
2578
|
classifyModal: boolean;
|
2528
|
-
}>;
|
2579
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2529
2580
|
export default _default;
|