cnhis-design-vue 3.4.0-beta.8 → 3.4.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +30 -31
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +101 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +71 -70
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +61 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
- package/es/components/field-set/src/FieldColor.vue2.js +7 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
- package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
- package/es/components/field-set/src/FieldSet.vue2.js +24 -23
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +16 -14
- package/es/components/form-config/index.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +72 -69
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +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 +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +19 -20
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +10 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +6 -5
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
1
|
+
import { PropType } from 'vue';
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
defaultValue: {
|
4
4
|
type: (ArrayConstructor | StringConstructor)[];
|
5
5
|
};
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
7
7
|
type: StringConstructor;
|
8
8
|
default: string;
|
9
9
|
};
|
10
|
-
}
|
10
|
+
}>, {
|
11
11
|
findAllDeptEmpByOrg: (params: any, filterApiConfig: any) => Promise<any>;
|
12
12
|
expandFieldApiConfig: import("../../../../shared/types").AnyObject;
|
13
|
-
props:
|
13
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
14
14
|
defaultValue: {
|
15
15
|
type: (ArrayConstructor | StringConstructor)[];
|
16
16
|
};
|
@@ -18,16 +18,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
18
18
|
type: StringConstructor;
|
19
19
|
default: string;
|
20
20
|
};
|
21
|
-
}>> & {
|
21
|
+
}>> & Readonly<{
|
22
22
|
onCheckPerson?: ((...args: any[]) => any) | undefined;
|
23
|
-
}
|
23
|
+
}> & {}>;
|
24
24
|
emits: (event: "checkPerson", ...args: any[]) => void;
|
25
|
-
personSelect: import("vue").Ref<any[]>;
|
26
|
-
personDefaultList: import("vue").Ref<any[]>;
|
27
|
-
treeData: import("vue").Ref<any[]>;
|
28
|
-
personStr: import("vue").Ref<any>;
|
29
|
-
personModalRef: import("vue").Ref<null>;
|
30
|
-
personModalVisible: import("vue").Ref<boolean>;
|
25
|
+
personSelect: import("vue").Ref<any[], any[]>;
|
26
|
+
personDefaultList: import("vue").Ref<any[], any[]>;
|
27
|
+
treeData: import("vue").Ref<any[], any[]>;
|
28
|
+
personStr: import("vue").Ref<any, any>;
|
29
|
+
personModalRef: import("vue").Ref<null, null>;
|
30
|
+
personModalVisible: import("vue").Ref<boolean, boolean>;
|
31
31
|
inputChange: (value: string) => void;
|
32
32
|
openChoice: () => void;
|
33
33
|
clearAllTags: () => void;
|
@@ -36,12 +36,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
36
36
|
findAllDeptEmpByOrgFunc: () => Promise<void>;
|
37
37
|
handleInit: () => never[] | undefined;
|
38
38
|
init: () => Promise<void>;
|
39
|
-
NInputGroup: any;
|
40
|
-
NButton: any;
|
41
|
-
NInput: any;
|
42
|
-
NTooltip: any;
|
43
|
-
NTag: any;
|
44
|
-
PersonModal: import("vue").DefineComponent<{
|
39
|
+
readonly NInputGroup: any;
|
40
|
+
readonly NButton: any;
|
41
|
+
readonly NInput: any;
|
42
|
+
readonly NTooltip: any;
|
43
|
+
readonly NTag: any;
|
44
|
+
PersonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
45
45
|
visible: {
|
46
46
|
type: BooleanConstructor;
|
47
47
|
default: boolean;
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
54
54
|
type: PropType<import("../../../../shared/types").AnyObject[]>;
|
55
55
|
default: () => never[];
|
56
56
|
};
|
57
|
-
}
|
58
|
-
props:
|
57
|
+
}>, {
|
58
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
59
59
|
visible: {
|
60
60
|
type: BooleanConstructor;
|
61
61
|
default: boolean;
|
@@ -68,10 +68,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
68
68
|
type: PropType<import("../../../../shared/types").AnyObject[]>;
|
69
69
|
default: () => never[];
|
70
70
|
};
|
71
|
-
}>> & {
|
71
|
+
}>> & Readonly<{
|
72
72
|
onCheck?: ((...args: any[]) => any) | undefined;
|
73
73
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
74
|
-
}
|
74
|
+
}> & {}>;
|
75
75
|
emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
|
76
76
|
wordbook: import("vue").Ref<{
|
77
77
|
parent_id_obj: string;
|
@@ -79,6 +79,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
79
79
|
parent_name_obj: string;
|
80
80
|
parent_name_obj_key: string;
|
81
81
|
user_count_obj: string;
|
82
|
+
}, {
|
83
|
+
parent_id_obj: string;
|
84
|
+
parent_id_obj_key: string;
|
85
|
+
parent_name_obj: string;
|
86
|
+
parent_name_obj_key: string;
|
87
|
+
user_count_obj: string;
|
88
|
+
} | {
|
89
|
+
parent_id_obj: string;
|
90
|
+
parent_id_obj_key: string;
|
91
|
+
parent_name_obj: string;
|
92
|
+
parent_name_obj_key: string;
|
93
|
+
user_count_obj: string;
|
82
94
|
}>;
|
83
95
|
wordbookChild: {
|
84
96
|
user_id_obj: string;
|
@@ -86,15 +98,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
86
98
|
user_name_obj: string;
|
87
99
|
user_name_obj_key: string;
|
88
100
|
};
|
89
|
-
personList: import("vue").Ref<never[]>;
|
90
|
-
checkedTreeItem: import("vue").Ref<any[]>;
|
101
|
+
personList: import("vue").Ref<never[], never[]>;
|
102
|
+
checkedTreeItem: import("vue").Ref<any[], any[]>;
|
91
103
|
modalSave: () => void;
|
92
104
|
modalCancel: () => void;
|
93
105
|
checkWithLevel: (checkedItem: any[]) => void;
|
94
|
-
NModal: any;
|
95
|
-
NCard: any;
|
96
|
-
NButton: any;
|
97
|
-
CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
106
|
+
readonly NModal: any;
|
107
|
+
readonly NCard: any;
|
108
|
+
readonly NButton: any;
|
109
|
+
readonly CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
98
110
|
defaultList: {
|
99
111
|
type: PropType<((string | number) | {
|
100
112
|
[key: string]: any;
|
@@ -217,11 +229,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
217
229
|
type: BooleanConstructor;
|
218
230
|
default: boolean;
|
219
231
|
};
|
220
|
-
}
|
232
|
+
}>, {
|
221
233
|
$attrs: {
|
222
234
|
[x: string]: unknown;
|
223
235
|
};
|
224
|
-
props:
|
236
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
225
237
|
defaultList: {
|
226
238
|
type: PropType<((string | number) | {
|
227
239
|
[key: string]: any;
|
@@ -344,13 +356,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
344
356
|
type: BooleanConstructor;
|
345
357
|
default: boolean;
|
346
358
|
};
|
347
|
-
}>> & {
|
359
|
+
}>> & Readonly<{
|
348
360
|
onCheck?: ((...args: any[]) => any) | undefined;
|
349
361
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
350
|
-
}
|
362
|
+
}> & {}>;
|
351
363
|
__emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
352
|
-
selectPersonRef: import("vue").Ref<any>;
|
353
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
364
|
+
selectPersonRef: import("vue").Ref<any, any>;
|
365
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
354
366
|
defaultList: {
|
355
367
|
type: PropType<((string | number) | {
|
356
368
|
[key: string]: any;
|
@@ -435,8 +447,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
435
447
|
forceShowSelectAll: {
|
436
448
|
type: BooleanConstructor;
|
437
449
|
};
|
438
|
-
}
|
439
|
-
props:
|
450
|
+
}>, {
|
451
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
440
452
|
defaultList: {
|
441
453
|
type: PropType<((string | number) | {
|
442
454
|
[key: string]: any;
|
@@ -521,12 +533,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
521
533
|
forceShowSelectAll: {
|
522
534
|
type: BooleanConstructor;
|
523
535
|
};
|
524
|
-
}>> & {}
|
536
|
+
}>> & Readonly<{}> & {}>;
|
525
537
|
emit: any;
|
526
|
-
keyword: import("vue").Ref<string>;
|
527
|
-
checkedAll: import("vue").Ref<boolean>;
|
528
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
529
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
538
|
+
keyword: import("vue").Ref<string, string>;
|
539
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
540
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
541
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
530
542
|
treeData: import("vue").Ref<{
|
531
543
|
[x: string]: unknown;
|
532
544
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
@@ -537,12 +549,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
537
549
|
children?: any[] | undefined;
|
538
550
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
539
551
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
552
|
+
}[], import("naive-ui").TreeOption[] | {
|
553
|
+
[x: string]: unknown;
|
554
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
555
|
+
label?: string | undefined;
|
556
|
+
checkboxDisabled?: boolean | undefined;
|
557
|
+
disabled?: boolean | undefined;
|
558
|
+
isLeaf?: boolean | undefined;
|
559
|
+
children?: any[] | undefined;
|
560
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
561
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
540
562
|
}[]>;
|
541
|
-
isSearch: import("vue").Ref<boolean>;
|
542
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
543
|
-
curSelectKey: any
|
544
|
-
treeDataMiddle: any
|
545
|
-
checkedTagsMiddle: import("vue").Ref<any[]>;
|
563
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
564
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
565
|
+
curSelectKey: import("vue").Ref<any, any>;
|
566
|
+
treeDataMiddle: import("vue").Ref<any, any>;
|
567
|
+
checkedTagsMiddle: import("vue").Ref<any[], any[]>;
|
546
568
|
allCheckedKeysMiddle: any;
|
547
569
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
548
570
|
keyStr: import("vue").ComputedRef<string | number>;
|
@@ -557,7 +579,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
557
579
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
558
580
|
renderLabel: ({ option }: {
|
559
581
|
option: import("naive-ui").TreeOption;
|
560
|
-
}) =>
|
582
|
+
}) => any;
|
561
583
|
getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
|
562
584
|
loopTrees: (treeObjs: any) => any;
|
563
585
|
transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
|
@@ -577,19 +599,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
577
599
|
}) => void;
|
578
600
|
notifySearchClear: () => void;
|
579
601
|
getCheckWithLevel: () => any[];
|
580
|
-
NButton: any;
|
581
|
-
NInput: any;
|
582
|
-
NInputGroup: any;
|
583
|
-
NCheckbox: any;
|
584
|
-
NTree: any;
|
585
|
-
NTag: any;
|
586
|
-
NIcon: any;
|
587
|
-
NSpace: any;
|
588
|
-
NGrid: any;
|
589
|
-
NGi: any;
|
590
|
-
NEmpty: any;
|
591
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
592
|
-
},
|
602
|
+
readonly NButton: any;
|
603
|
+
readonly NInput: any;
|
604
|
+
readonly NInputGroup: any;
|
605
|
+
readonly NCheckbox: any;
|
606
|
+
readonly NTree: any;
|
607
|
+
readonly NTag: any;
|
608
|
+
readonly NIcon: any;
|
609
|
+
readonly NSpace: any;
|
610
|
+
readonly NGrid: any;
|
611
|
+
readonly NGi: any;
|
612
|
+
readonly NEmpty: any;
|
613
|
+
readonly CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
614
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
593
615
|
defaultList: {
|
594
616
|
type: PropType<((string | number) | {
|
595
617
|
[key: string]: any;
|
@@ -674,7 +696,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
674
696
|
forceShowSelectAll: {
|
675
697
|
type: BooleanConstructor;
|
676
698
|
};
|
677
|
-
}
|
699
|
+
}>> & Readonly<{}>, {
|
678
700
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
679
701
|
defaultList: ((string | number) | {
|
680
702
|
[key: string]: any;
|
@@ -706,7 +728,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
706
728
|
switchTypeData: import("../../../../shared/types").AnyObject;
|
707
729
|
tagProps: import("../../../../shared/types").AnyObject;
|
708
730
|
forceShowSelectAll: boolean;
|
709
|
-
}> | import("vue").DefineComponent<{
|
731
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
710
732
|
defaultList: {
|
711
733
|
type: PropType<((string | number) | {
|
712
734
|
[key: string]: any;
|
@@ -801,7 +823,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
801
823
|
onlyForwardCascade: {
|
802
824
|
type: BooleanConstructor;
|
803
825
|
};
|
804
|
-
}
|
826
|
+
}>, {
|
805
827
|
searchFilterBase: {
|
806
828
|
isOpen: boolean;
|
807
829
|
multiple: boolean;
|
@@ -813,7 +835,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
813
835
|
label: string;
|
814
836
|
}[];
|
815
837
|
labelListName: any;
|
816
|
-
props:
|
838
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
817
839
|
defaultList: {
|
818
840
|
type: PropType<((string | number) | {
|
819
841
|
[key: string]: any;
|
@@ -908,12 +930,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
908
930
|
onlyForwardCascade: {
|
909
931
|
type: BooleanConstructor;
|
910
932
|
};
|
911
|
-
}>> & {}
|
933
|
+
}>> & Readonly<{}> & {}>;
|
912
934
|
emit: any;
|
913
|
-
keyword: import("vue").Ref<string>;
|
914
|
-
checkedAll: import("vue").Ref<boolean>;
|
915
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
916
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
935
|
+
keyword: import("vue").Ref<string, string>;
|
936
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
937
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
938
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
917
939
|
treeData: import("vue").Ref<{
|
918
940
|
[x: string]: unknown;
|
919
941
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
@@ -924,21 +946,43 @@ declare const _default: import("vue").DefineComponent<{
|
|
924
946
|
children?: any[] | undefined;
|
925
947
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
926
948
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
949
|
+
}[], import("naive-ui").TreeOption[] | {
|
950
|
+
[x: string]: unknown;
|
951
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
952
|
+
label?: string | undefined;
|
953
|
+
checkboxDisabled?: boolean | undefined;
|
954
|
+
disabled?: boolean | undefined;
|
955
|
+
isLeaf?: boolean | undefined;
|
956
|
+
children?: any[] | undefined;
|
957
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
958
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
927
959
|
}[]>;
|
928
960
|
tagData: import("vue").Ref<{
|
929
961
|
[x: string]: any;
|
930
962
|
key: string | number;
|
963
|
+
}[], {
|
964
|
+
[key: string]: any;
|
965
|
+
key: string | number;
|
966
|
+
}[] | {
|
967
|
+
[x: string]: any;
|
968
|
+
key: string | number;
|
931
969
|
}[]>;
|
932
970
|
initTagData: import("vue").Ref<{
|
933
971
|
[x: string]: any;
|
934
972
|
key: string | number;
|
973
|
+
}[], {
|
974
|
+
[key: string]: any;
|
975
|
+
key: string | number;
|
976
|
+
}[] | {
|
977
|
+
[x: string]: any;
|
978
|
+
key: string | number;
|
935
979
|
}[]>;
|
936
|
-
isSearch: import("vue").Ref<boolean>;
|
937
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
980
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
981
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
938
982
|
isRemote: import("vue").ComputedRef<boolean>;
|
939
983
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
940
984
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
941
|
-
curSelectKey: import("vue").Ref<string>;
|
985
|
+
curSelectKey: import("vue").Ref<string, string>;
|
942
986
|
mergeSearchFilter: import("vue").ComputedRef<{
|
943
987
|
isOpen: boolean;
|
944
988
|
multiple: boolean;
|
@@ -972,7 +1016,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
972
1016
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
973
1017
|
renderLabel: ({ option }: {
|
974
1018
|
option: import("naive-ui").TreeOption;
|
975
|
-
}) =>
|
1019
|
+
}) => any;
|
976
1020
|
getLabelName: (option: import("naive-ui").TreeOption) => {};
|
977
1021
|
transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
978
1022
|
calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
@@ -1007,19 +1051,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1007
1051
|
notifySearchClear: () => void;
|
1008
1052
|
getCheckWithLevel: () => any;
|
1009
1053
|
resetParams: () => void;
|
1010
|
-
NButton: any;
|
1011
|
-
NInput: any;
|
1012
|
-
NInputGroup: any;
|
1013
|
-
NCheckbox: any;
|
1014
|
-
NTree: any;
|
1015
|
-
NTag: any;
|
1016
|
-
NIcon: any;
|
1017
|
-
NSpace: any;
|
1018
|
-
NGrid: any;
|
1019
|
-
NGi: any;
|
1020
|
-
NEmpty: any;
|
1021
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
1022
|
-
SearchMultiple: import("vue").DefineComponent<{
|
1054
|
+
readonly NButton: any;
|
1055
|
+
readonly NInput: any;
|
1056
|
+
readonly NInputGroup: any;
|
1057
|
+
readonly NCheckbox: any;
|
1058
|
+
readonly NTree: any;
|
1059
|
+
readonly NTag: any;
|
1060
|
+
readonly NIcon: any;
|
1061
|
+
readonly NSpace: any;
|
1062
|
+
readonly NGrid: any;
|
1063
|
+
readonly NGi: any;
|
1064
|
+
readonly NEmpty: any;
|
1065
|
+
readonly CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1066
|
+
SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1023
1067
|
treeData: {
|
1024
1068
|
type: PropType<any[]>;
|
1025
1069
|
default: () => never[];
|
@@ -1028,8 +1072,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1028
1072
|
type: PropType<(string | number)[]>;
|
1029
1073
|
default: () => never[];
|
1030
1074
|
};
|
1031
|
-
}
|
1032
|
-
props:
|
1075
|
+
}>, {
|
1076
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1033
1077
|
treeData: {
|
1034
1078
|
type: PropType<any[]>;
|
1035
1079
|
default: () => never[];
|
@@ -1038,14 +1082,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1038
1082
|
type: PropType<(string | number)[]>;
|
1039
1083
|
default: () => never[];
|
1040
1084
|
};
|
1041
|
-
}>> & {
|
1085
|
+
}>> & Readonly<{
|
1042
1086
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1043
|
-
}
|
1087
|
+
}> & {}>;
|
1044
1088
|
emit: (event: "notifyCheck", ...args: any[]) => void;
|
1045
1089
|
optionsRef: import("vue").ComputedRef<any[]>;
|
1046
|
-
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1090
|
+
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1047
1091
|
containerProps: {
|
1048
|
-
ref: import("vue").Ref<any>;
|
1092
|
+
ref: import("vue").Ref<any, any>;
|
1049
1093
|
onScroll: () => void;
|
1050
1094
|
style: Partial<CSSStyleDeclaration>;
|
1051
1095
|
};
|
@@ -1057,8 +1101,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1057
1101
|
};
|
1058
1102
|
}>;
|
1059
1103
|
containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1060
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
1061
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
1104
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1105
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1062
1106
|
checkedChange: (checkList: (string | number)[], meta: {
|
1063
1107
|
actionType: "check" | "uncheck";
|
1064
1108
|
value: string | number;
|
@@ -1093,10 +1137,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1093
1137
|
children: any[];
|
1094
1138
|
parentNode: any;
|
1095
1139
|
}, baseKey: string | number) => false | undefined;
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1140
|
+
readonly NCheckboxGroup: any;
|
1141
|
+
readonly NCheckbox: any;
|
1142
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1100
1143
|
treeData: {
|
1101
1144
|
type: PropType<any[]>;
|
1102
1145
|
default: () => never[];
|
@@ -1105,13 +1148,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1105
1148
|
type: PropType<(string | number)[]>;
|
1106
1149
|
default: () => never[];
|
1107
1150
|
};
|
1108
|
-
}>> & {
|
1151
|
+
}>> & Readonly<{
|
1109
1152
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1110
|
-
}
|
1111
|
-
treeData: any[];
|
1153
|
+
}>, {
|
1112
1154
|
checkedKeys: (string | number)[];
|
1113
|
-
|
1114
|
-
|
1155
|
+
treeData: any[];
|
1156
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1157
|
+
SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1115
1158
|
treeData: {
|
1116
1159
|
type: PropType<any[]>;
|
1117
1160
|
default: () => never[];
|
@@ -1128,10 +1171,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1128
1171
|
type: BooleanConstructor;
|
1129
1172
|
default: boolean;
|
1130
1173
|
};
|
1131
|
-
}
|
1132
|
-
$message: import("naive-ui").MessageApi;
|
1174
|
+
}>, {
|
1175
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1133
1176
|
virtualItemHeight: number;
|
1134
|
-
props:
|
1177
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1135
1178
|
treeData: {
|
1136
1179
|
type: PropType<any[]>;
|
1137
1180
|
default: () => never[];
|
@@ -1148,17 +1191,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1148
1191
|
type: BooleanConstructor;
|
1149
1192
|
default: boolean;
|
1150
1193
|
};
|
1151
|
-
}>> & {
|
1194
|
+
}>> & Readonly<{
|
1152
1195
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1153
1196
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
1154
|
-
}
|
1197
|
+
}> & {}>;
|
1155
1198
|
emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
|
1156
1199
|
moduleHeight: import("vue").ComputedRef<any>;
|
1157
1200
|
showNums: import("vue").ComputedRef<number>;
|
1158
1201
|
staffDataRef: import("vue").ComputedRef<any[]>;
|
1159
|
-
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1202
|
+
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1160
1203
|
staffContainerProps: {
|
1161
|
-
ref: import("vue").Ref<any>;
|
1204
|
+
ref: import("vue").Ref<any, any>;
|
1162
1205
|
onScroll: () => void;
|
1163
1206
|
style: Partial<CSSStyleDeclaration>;
|
1164
1207
|
};
|
@@ -1171,9 +1214,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1171
1214
|
}>;
|
1172
1215
|
staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1173
1216
|
orgDataRef: import("vue").ComputedRef<any[]>;
|
1174
|
-
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1217
|
+
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1175
1218
|
orgContainerProps: {
|
1176
|
-
ref: import("vue").Ref<any>;
|
1219
|
+
ref: import("vue").Ref<any, any>;
|
1177
1220
|
onScroll: () => void;
|
1178
1221
|
style: Partial<CSSStyleDeclaration>;
|
1179
1222
|
};
|
@@ -1185,8 +1228,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1185
1228
|
};
|
1186
1229
|
}>;
|
1187
1230
|
orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1188
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
1189
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
1231
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1232
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1190
1233
|
handleClick: (tree: any) => void;
|
1191
1234
|
handleStaffClick: (baseKeys: (string | number)[], currentTree: {
|
1192
1235
|
[key: string]: any;
|
@@ -1218,9 +1261,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1218
1261
|
children: any[];
|
1219
1262
|
parentNode: any;
|
1220
1263
|
}, baseKey: string | number) => false | undefined;
|
1221
|
-
|
1222
|
-
|
1223
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1264
|
+
readonly NEmpty: any;
|
1265
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1224
1266
|
treeData: {
|
1225
1267
|
type: PropType<any[]>;
|
1226
1268
|
default: () => never[];
|
@@ -1237,16 +1279,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1237
1279
|
type: BooleanConstructor;
|
1238
1280
|
default: boolean;
|
1239
1281
|
};
|
1240
|
-
}>> & {
|
1282
|
+
}>> & Readonly<{
|
1241
1283
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1242
1284
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
1243
|
-
}
|
1285
|
+
}>, {
|
1244
1286
|
searchFilter: Record<string, any>;
|
1245
|
-
treeData: any[];
|
1246
1287
|
checkedKeys: (string | number)[];
|
1288
|
+
treeData: any[];
|
1247
1289
|
isMultiple: boolean;
|
1248
|
-
}>;
|
1249
|
-
},
|
1290
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1291
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1250
1292
|
defaultList: {
|
1251
1293
|
type: PropType<((string | number) | {
|
1252
1294
|
[key: string]: any;
|
@@ -1341,7 +1383,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1341
1383
|
onlyForwardCascade: {
|
1342
1384
|
type: BooleanConstructor;
|
1343
1385
|
};
|
1344
|
-
}
|
1386
|
+
}>> & Readonly<{}>, {
|
1345
1387
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
1346
1388
|
defaultList: ((string | number) | {
|
1347
1389
|
[key: string]: any;
|
@@ -1374,7 +1416,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1374
1416
|
roleFields: Record<string, any>;
|
1375
1417
|
forceShowSelectAll: boolean;
|
1376
1418
|
onlyForwardCascade: boolean;
|
1377
|
-
}> | import("vue").DefineComponent<{
|
1419
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1378
1420
|
defaultList: {
|
1379
1421
|
type: PropType<((string | number) | {
|
1380
1422
|
[key: string]: any;
|
@@ -1458,9 +1500,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1458
1500
|
type: BooleanConstructor;
|
1459
1501
|
default: boolean;
|
1460
1502
|
};
|
1461
|
-
}
|
1462
|
-
$message: import("naive-ui").MessageApi;
|
1463
|
-
props:
|
1503
|
+
}>, {
|
1504
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1505
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1464
1506
|
defaultList: {
|
1465
1507
|
type: PropType<((string | number) | {
|
1466
1508
|
[key: string]: any;
|
@@ -1544,13 +1586,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1544
1586
|
type: BooleanConstructor;
|
1545
1587
|
default: boolean;
|
1546
1588
|
};
|
1547
|
-
}>> & {}
|
1589
|
+
}>> & Readonly<{}> & {}>;
|
1548
1590
|
emit: any;
|
1549
|
-
keyword: import("vue").Ref<string>;
|
1550
|
-
checkedAll: import("vue").Ref<boolean>;
|
1551
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
1552
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
1553
|
-
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
1591
|
+
keyword: import("vue").Ref<string, string>;
|
1592
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
1593
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1594
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1595
|
+
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
1554
1596
|
treeAsyncData: import("vue").Ref<{
|
1555
1597
|
[x: string]: any;
|
1556
1598
|
key: string | number;
|
@@ -1585,15 +1627,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
1585
1627
|
};
|
1586
1628
|
disabled?: boolean | undefined;
|
1587
1629
|
count?: number | undefined;
|
1630
|
+
}[], import("../../../select-person/src/types").PTreeOption[] | {
|
1631
|
+
[x: string]: any;
|
1632
|
+
key: string | number;
|
1633
|
+
label: string;
|
1634
|
+
name: string;
|
1635
|
+
labelExpand: string;
|
1636
|
+
parentKey?: (string | number) | undefined;
|
1637
|
+
parentName: string;
|
1638
|
+
innerItemsNum: number;
|
1639
|
+
children: any[] | undefined;
|
1640
|
+
leaf: boolean;
|
1641
|
+
originItem: {
|
1642
|
+
[x: string]: any;
|
1643
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
1644
|
+
label?: string | undefined;
|
1645
|
+
checkboxDisabled?: boolean | undefined;
|
1646
|
+
disabled?: boolean | undefined;
|
1647
|
+
isLeaf?: boolean | undefined;
|
1648
|
+
children?: {
|
1649
|
+
[x: string]: unknown;
|
1650
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
1651
|
+
label?: string | undefined;
|
1652
|
+
checkboxDisabled?: boolean | undefined;
|
1653
|
+
disabled?: boolean | undefined;
|
1654
|
+
isLeaf?: boolean | undefined;
|
1655
|
+
children?: any[] | undefined;
|
1656
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
1657
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
1658
|
+
}[] | undefined;
|
1659
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
1660
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
1661
|
+
};
|
1662
|
+
disabled?: boolean | undefined;
|
1663
|
+
count?: number | undefined;
|
1588
1664
|
}[]>;
|
1589
|
-
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
1665
|
+
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
1590
1666
|
searchData: import("vue").ShallowRef<{
|
1591
1667
|
title: string;
|
1592
1668
|
data: import("../../../select-person/src/types").PTreeOption[];
|
1669
|
+
}[], {
|
1670
|
+
title: string;
|
1671
|
+
data: import("../../../select-person/src/types").PTreeOption[];
|
1593
1672
|
}[]>;
|
1594
1673
|
treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
|
1595
|
-
isSearch: import("vue").Ref<boolean>;
|
1596
|
-
remoteDefaultList: import("vue").Ref<import("../../../../shared/types").AnyObject[]>;
|
1674
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
1675
|
+
remoteDefaultList: import("vue").Ref<import("../../../../shared/types").AnyObject[], import("../../../../shared/types").AnyObject[]>;
|
1597
1676
|
isRemote: import("vue").ComputedRef<boolean>;
|
1598
1677
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
1599
1678
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
@@ -1639,7 +1718,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1639
1718
|
queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<import("../../../../shared/types").AnyObject>;
|
1640
1719
|
renderLabel: ({ option }: {
|
1641
1720
|
option: import("naive-ui").TreeOption;
|
1642
|
-
}) =>
|
1721
|
+
}) => any;
|
1643
1722
|
getChildren: (tag: import("../../../select-person/src/types").PTreeOption) => import("../../../../shared/types").AnyObject[];
|
1644
1723
|
transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[], parentNode: import("../../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
|
1645
1724
|
treeItems: import("../../../select-person/src/types").PTreeOption[];
|
@@ -1675,16 +1754,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1675
1754
|
count?: number | undefined;
|
1676
1755
|
}[];
|
1677
1756
|
resetParams: () => void;
|
1678
|
-
NButton: any;
|
1679
|
-
NInput: any;
|
1680
|
-
NInputGroup: any;
|
1681
|
-
NCheckbox: any;
|
1682
|
-
NTree: any;
|
1683
|
-
NSpace: any;
|
1684
|
-
NGrid: any;
|
1685
|
-
NGi: any;
|
1686
|
-
NPopover: any;
|
1687
|
-
SearchGroupList: import("vue").DefineComponent<{
|
1757
|
+
readonly NButton: any;
|
1758
|
+
readonly NInput: any;
|
1759
|
+
readonly NInputGroup: any;
|
1760
|
+
readonly NCheckbox: any;
|
1761
|
+
readonly NTree: any;
|
1762
|
+
readonly NSpace: any;
|
1763
|
+
readonly NGrid: any;
|
1764
|
+
readonly NGi: any;
|
1765
|
+
readonly NPopover: any;
|
1766
|
+
SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1688
1767
|
data: {
|
1689
1768
|
type: PropType<{
|
1690
1769
|
title: string;
|
@@ -1709,9 +1788,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1709
1788
|
type: StringConstructor;
|
1710
1789
|
default: string;
|
1711
1790
|
};
|
1712
|
-
}
|
1791
|
+
}>, {
|
1713
1792
|
emit: (event: "checked", ...args: any[]) => void;
|
1714
|
-
props:
|
1793
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1715
1794
|
data: {
|
1716
1795
|
type: PropType<{
|
1717
1796
|
title: string;
|
@@ -1736,9 +1815,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1736
1815
|
type: StringConstructor;
|
1737
1816
|
default: string;
|
1738
1817
|
};
|
1739
|
-
}>> & {
|
1818
|
+
}>> & Readonly<{
|
1740
1819
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1741
|
-
}
|
1820
|
+
}> & {}>;
|
1742
1821
|
renderData: import("vue").ComputedRef<{
|
1743
1822
|
title: string;
|
1744
1823
|
data: {
|
@@ -1750,10 +1829,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1750
1829
|
}[]>;
|
1751
1830
|
handleClick: (item: import("../../../../shared/types").AnyObject) => void;
|
1752
1831
|
handleChange: (item: import("../../../../shared/types").AnyObject, checked: boolean) => void;
|
1753
|
-
NVirtualList: any;
|
1754
|
-
NCheckbox: any;
|
1755
|
-
NPopover: any;
|
1756
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1832
|
+
readonly NVirtualList: any;
|
1833
|
+
readonly NCheckbox: any;
|
1834
|
+
readonly NPopover: any;
|
1835
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1757
1836
|
type: {
|
1758
1837
|
type: StringConstructor;
|
1759
1838
|
default: string;
|
@@ -1765,8 +1844,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1765
1844
|
content: string;
|
1766
1845
|
};
|
1767
1846
|
};
|
1768
|
-
}
|
1769
|
-
props:
|
1847
|
+
}>, {
|
1848
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1770
1849
|
type: {
|
1771
1850
|
type: StringConstructor;
|
1772
1851
|
default: string;
|
@@ -1778,9 +1857,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1778
1857
|
content: string;
|
1779
1858
|
};
|
1780
1859
|
};
|
1781
|
-
}>> & {
|
1860
|
+
}>> & Readonly<{
|
1782
1861
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1783
|
-
}
|
1862
|
+
}> & {}>;
|
1784
1863
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
1785
1864
|
configResult: import("vue").ComputedRef<{
|
1786
1865
|
title: string;
|
@@ -1788,9 +1867,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1788
1867
|
img: string;
|
1789
1868
|
}>;
|
1790
1869
|
reloadPage: () => void;
|
1791
|
-
NIcon: any;
|
1792
|
-
Refresh: 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<{}>>, {}>;
|
1793
|
-
},
|
1870
|
+
readonly NIcon: any;
|
1871
|
+
readonly Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1872
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1794
1873
|
type: {
|
1795
1874
|
type: StringConstructor;
|
1796
1875
|
default: string;
|
@@ -1802,29 +1881,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
1802
1881
|
content: string;
|
1803
1882
|
};
|
1804
1883
|
};
|
1805
|
-
}>> & {
|
1884
|
+
}>> & Readonly<{
|
1806
1885
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1807
|
-
}
|
1886
|
+
}>, {
|
1808
1887
|
type: string;
|
1809
1888
|
config: import("../../../../shared/types").AnyObject;
|
1810
|
-
}>>;
|
1811
|
-
GroupItem: import("vue").DefineComponent<{
|
1889
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1890
|
+
GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1812
1891
|
item: {
|
1813
1892
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1814
1893
|
required: true;
|
1815
1894
|
};
|
1816
|
-
}
|
1895
|
+
}>, {
|
1817
1896
|
emit: (event: "checked", ...args: any[]) => void;
|
1818
1897
|
handleClick: (item: import("../../../../shared/types").AnyObject) => void;
|
1819
|
-
},
|
1898
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1820
1899
|
item: {
|
1821
1900
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1822
1901
|
required: true;
|
1823
1902
|
};
|
1824
|
-
}>> & {
|
1903
|
+
}>> & Readonly<{
|
1825
1904
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1826
|
-
}, {}>;
|
1827
|
-
TagItem: import("vue").DefineComponent<{
|
1905
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1906
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1828
1907
|
tag: {
|
1829
1908
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1830
1909
|
required: true;
|
@@ -1833,8 +1912,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1833
1912
|
type: BooleanConstructor;
|
1834
1913
|
default: boolean;
|
1835
1914
|
};
|
1836
|
-
}
|
1837
|
-
props:
|
1915
|
+
}>, {
|
1916
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1838
1917
|
tag: {
|
1839
1918
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1840
1919
|
required: true;
|
@@ -1843,14 +1922,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1843
1922
|
type: BooleanConstructor;
|
1844
1923
|
default: boolean;
|
1845
1924
|
};
|
1846
|
-
}>> & {
|
1925
|
+
}>> & Readonly<{
|
1847
1926
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1848
|
-
}
|
1927
|
+
}> & {}>;
|
1849
1928
|
emit: (event: "unchecked", ...args: any[]) => void;
|
1850
1929
|
updateChecked: (key: string, checked: boolean) => void;
|
1851
|
-
NIcon: any;
|
1852
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
1853
|
-
},
|
1930
|
+
readonly NIcon: any;
|
1931
|
+
readonly CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1932
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1854
1933
|
tag: {
|
1855
1934
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1856
1935
|
required: true;
|
@@ -1859,12 +1938,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1859
1938
|
type: BooleanConstructor;
|
1860
1939
|
default: boolean;
|
1861
1940
|
};
|
1862
|
-
}>> & {
|
1941
|
+
}>> & Readonly<{
|
1863
1942
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1864
|
-
}
|
1943
|
+
}>, {
|
1865
1944
|
showClose: boolean;
|
1866
|
-
}>;
|
1867
|
-
},
|
1945
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1946
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1868
1947
|
data: {
|
1869
1948
|
type: PropType<{
|
1870
1949
|
title: string;
|
@@ -1889,13 +1968,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1889
1968
|
type: StringConstructor;
|
1890
1969
|
default: string;
|
1891
1970
|
};
|
1892
|
-
}>> & {
|
1971
|
+
}>> & Readonly<{
|
1893
1972
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1894
|
-
}
|
1973
|
+
}>, {
|
1895
1974
|
type: string;
|
1896
1975
|
showTagHover: boolean;
|
1897
|
-
}>;
|
1898
|
-
TagItem: import("vue").DefineComponent<{
|
1976
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1977
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1899
1978
|
tag: {
|
1900
1979
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1901
1980
|
required: true;
|
@@ -1904,8 +1983,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1904
1983
|
type: BooleanConstructor;
|
1905
1984
|
default: boolean;
|
1906
1985
|
};
|
1907
|
-
}
|
1908
|
-
props:
|
1986
|
+
}>, {
|
1987
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1909
1988
|
tag: {
|
1910
1989
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1911
1990
|
required: true;
|
@@ -1914,14 +1993,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1914
1993
|
type: BooleanConstructor;
|
1915
1994
|
default: boolean;
|
1916
1995
|
};
|
1917
|
-
}>> & {
|
1996
|
+
}>> & Readonly<{
|
1918
1997
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1919
|
-
}
|
1998
|
+
}> & {}>;
|
1920
1999
|
emit: (event: "unchecked", ...args: any[]) => void;
|
1921
2000
|
updateChecked: (key: string, checked: boolean) => void;
|
1922
|
-
NIcon: any;
|
1923
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
1924
|
-
},
|
2001
|
+
readonly NIcon: any;
|
2002
|
+
readonly CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2003
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1925
2004
|
tag: {
|
1926
2005
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1927
2006
|
required: true;
|
@@ -1930,12 +2009,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1930
2009
|
type: BooleanConstructor;
|
1931
2010
|
default: boolean;
|
1932
2011
|
};
|
1933
|
-
}>> & {
|
2012
|
+
}>> & Readonly<{
|
1934
2013
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1935
|
-
}
|
2014
|
+
}>, {
|
1936
2015
|
showClose: boolean;
|
1937
|
-
}>;
|
1938
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
2016
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2017
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1939
2018
|
type: {
|
1940
2019
|
type: StringConstructor;
|
1941
2020
|
default: string;
|
@@ -1947,8 +2026,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1947
2026
|
content: string;
|
1948
2027
|
};
|
1949
2028
|
};
|
1950
|
-
}
|
1951
|
-
props:
|
2029
|
+
}>, {
|
2030
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1952
2031
|
type: {
|
1953
2032
|
type: StringConstructor;
|
1954
2033
|
default: string;
|
@@ -1960,9 +2039,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1960
2039
|
content: string;
|
1961
2040
|
};
|
1962
2041
|
};
|
1963
|
-
}>> & {
|
2042
|
+
}>> & Readonly<{
|
1964
2043
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1965
|
-
}
|
2044
|
+
}> & {}>;
|
1966
2045
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
1967
2046
|
configResult: import("vue").ComputedRef<{
|
1968
2047
|
title: string;
|
@@ -1970,9 +2049,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1970
2049
|
img: string;
|
1971
2050
|
}>;
|
1972
2051
|
reloadPage: () => void;
|
1973
|
-
NIcon: any;
|
1974
|
-
Refresh: 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<{}>>, {}>;
|
1975
|
-
},
|
2052
|
+
readonly NIcon: any;
|
2053
|
+
readonly Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2054
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1976
2055
|
type: {
|
1977
2056
|
type: StringConstructor;
|
1978
2057
|
default: string;
|
@@ -1984,13 +2063,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1984
2063
|
content: string;
|
1985
2064
|
};
|
1986
2065
|
};
|
1987
|
-
}>> & {
|
2066
|
+
}>> & Readonly<{
|
1988
2067
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1989
|
-
}
|
2068
|
+
}>, {
|
1990
2069
|
type: string;
|
1991
2070
|
config: import("../../../../shared/types").AnyObject;
|
1992
|
-
}>>;
|
1993
|
-
},
|
2071
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2072
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1994
2073
|
defaultList: {
|
1995
2074
|
type: PropType<((string | number) | {
|
1996
2075
|
[key: string]: any;
|
@@ -2074,7 +2153,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2074
2153
|
type: BooleanConstructor;
|
2075
2154
|
default: boolean;
|
2076
2155
|
};
|
2077
|
-
}
|
2156
|
+
}>> & Readonly<{}>, {
|
2078
2157
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
2079
2158
|
defaultList: ((string | number) | {
|
2080
2159
|
[key: string]: any;
|
@@ -2097,8 +2176,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2097
2176
|
hideLeaf: boolean;
|
2098
2177
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
|
2099
2178
|
showTagHover: boolean;
|
2100
|
-
}>>;
|
2101
|
-
getProps: import("vue").ComputedRef<
|
2179
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2180
|
+
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2102
2181
|
defaultList: {
|
2103
2182
|
type: PropType<((string | number) | {
|
2104
2183
|
[key: string]: any;
|
@@ -2221,15 +2300,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2221
2300
|
type: BooleanConstructor;
|
2222
2301
|
default: boolean;
|
2223
2302
|
};
|
2224
|
-
}>> & {
|
2303
|
+
}>> & Readonly<{
|
2225
2304
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2226
2305
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
2227
|
-
}
|
2306
|
+
}> & {}> & {
|
2228
2307
|
[x: string]: unknown;
|
2229
2308
|
}>;
|
2230
2309
|
emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
2231
2310
|
getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
|
2232
|
-
},
|
2311
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2233
2312
|
defaultList: {
|
2234
2313
|
type: PropType<((string | number) | {
|
2235
2314
|
[key: string]: any;
|
@@ -2352,10 +2431,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2352
2431
|
type: BooleanConstructor;
|
2353
2432
|
default: boolean;
|
2354
2433
|
};
|
2355
|
-
}>> & {
|
2434
|
+
}>> & Readonly<{
|
2356
2435
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2357
2436
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
2358
|
-
}
|
2437
|
+
}>, {
|
2359
2438
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
2360
2439
|
height: string;
|
2361
2440
|
defaultList: ((string | number) | {
|
@@ -2395,8 +2474,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2395
2474
|
hideLeaf: boolean;
|
2396
2475
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
|
2397
2476
|
showTagHover: boolean;
|
2398
|
-
}>>;
|
2399
|
-
},
|
2477
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2478
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2400
2479
|
visible: {
|
2401
2480
|
type: BooleanConstructor;
|
2402
2481
|
default: boolean;
|
@@ -2409,15 +2488,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2409
2488
|
type: PropType<import("../../../../shared/types").AnyObject[]>;
|
2410
2489
|
default: () => never[];
|
2411
2490
|
};
|
2412
|
-
}>> & {
|
2491
|
+
}>> & Readonly<{
|
2413
2492
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2414
2493
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
2415
|
-
}
|
2494
|
+
}>, {
|
2416
2495
|
visible: boolean;
|
2417
2496
|
defaultList: string[];
|
2418
2497
|
treeData: import("../../../../shared/types").AnyObject[];
|
2419
|
-
}>;
|
2420
|
-
},
|
2498
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2499
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2421
2500
|
defaultValue: {
|
2422
2501
|
type: (ArrayConstructor | StringConstructor)[];
|
2423
2502
|
};
|
@@ -2425,9 +2504,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
2425
2504
|
type: StringConstructor;
|
2426
2505
|
default: string;
|
2427
2506
|
};
|
2428
|
-
}>> & {
|
2507
|
+
}>> & Readonly<{
|
2429
2508
|
onCheckPerson?: ((...args: any[]) => any) | undefined;
|
2430
|
-
}
|
2509
|
+
}>, {
|
2431
2510
|
orgId: string;
|
2432
|
-
}>;
|
2511
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2433
2512
|
export default _default;
|