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