cnhis-design-vue 3.4.0-beta.0 → 3.4.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue2.js +8 -9
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +6 -5
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
- package/es/components/audio-sdk/src/components/recording.vue2.js +57 -52
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -4
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -4
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +19 -61
- package/es/components/base-search/src/index.vue.d.ts +19 -61
- package/es/components/base-search/src/index.vue2.js +34 -33
- package/es/components/big-table/index.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +5 -8
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +5 -12
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +23 -47
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +1 -2
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -5
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +5 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +31 -29
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +49 -72
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
- package/es/components/branch-notice/src/BranchNotice.vue2.js +5 -6
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +4 -3
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +167 -202
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +167 -202
- package/es/components/button-print/src/ButtonPrint.vue2.js +13 -9
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +51 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +88 -102
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +175 -110
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +66 -88
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +2 -3
- package/es/components/calendar/index.d.ts +277 -32
- package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
- package/es/components/calendar/src/Calendar.vue2.js +4 -5
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
- package/es/components/callback/src/components/dialog/drawer.vue2.js +1 -2
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +1 -2
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +1 -2
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +6 -7
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +5 -8
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -6
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +4 -6
- 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 +18 -18
- 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 -7
- 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 +132 -132
- package/es/components/classification/index.d.ts +432 -509
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
- package/es/components/classification/src/components/search-filter/index.vue2.js +7 -8
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -4
- 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 +144 -143
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +73 -71
- package/es/components/config-provider/index.d.ts +5 -7
- package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -9
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +22 -21
- package/es/components/editor/index.d.ts +7 -77
- package/es/components/editor/src/Editor.d.ts +7 -78
- package/es/components/expand-field/index.d.ts +303 -478
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -5
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +5 -6
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +122 -114
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- package/es/components/expand-field/src/index.vue2.js +29 -29
- 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 -7
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +157 -219
- package/es/components/field-set/src/FieldColor.vue2.js +9 -10
- package/es/components/field-set/src/FieldFilter.vue.d.ts +54 -80
- package/es/components/field-set/src/FieldFilter.vue2.js +11 -12
- package/es/components/field-set/src/FieldSet.vue.d.ts +68 -82
- package/es/components/field-set/src/FieldSet.vue2.js +34 -35
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +13 -16
- package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
- package/es/components/field-set/src/TableStyle.vue2.js +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +19 -16
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
- package/es/components/field-set/src/components/edit-dialog.vue2.js +3 -4
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +36 -36
- package/es/components/field-set/src/components/table-row.vue2.js +26 -28
- package/es/components/form-config/index.d.ts +431 -1399
- package/es/components/form-config/src/FormConfig.vue.d.ts +431 -1399
- package/es/components/form-config/src/FormConfig.vue2.js +12 -13
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +50 -58
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +1 -2
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +220 -1110
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +82 -118
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +5 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +40 -48
- package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
- package/es/components/form-render/src/FormRender.vue2.js +5 -6
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/formItem.js +6 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue2.js +3 -4
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +79 -72
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -71
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +45 -42
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +138 -128
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +21 -20
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +36 -34
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +90 -84
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -3
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +40 -36
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +1572 -3124
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
- package/es/components/iho-table/src/IhoTable.vue2.js +8 -9
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +16 -17
- 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 +16 -19
- 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 +29 -32
- 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 +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +6 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +47 -50
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +13 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +7 -8
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +1 -14
- package/es/components/info-header/index.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +63 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +129 -109
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +68 -65
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -16
- package/es/components/keyboard/index.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -4
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +12 -12
- 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 +8 -9
- package/es/components/quick-search/index.d.ts +32 -73
- package/es/components/quick-search/src/index.vue.d.ts +32 -73
- package/es/components/quick-search/src/index.vue2.js +17 -17
- 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 -6
- 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 +28 -27
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +87 -107
- package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
- package/es/components/scale-view/src/ScaleView.vue2.js +16 -18
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- 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 +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +26 -27
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -1
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +8 -9
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +13 -11
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +155 -119
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
- package/es/components/select-label/src/LabelFormContent.vue2.js +40 -38
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +27 -26
- package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
- package/es/components/select-label/src/components/label-classify.vue2.js +44 -41
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +30 -28
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +9 -17
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +27 -24
- package/es/components/select-label/src/index.vue.d.ts +107 -93
- package/es/components/select-label/src/index.vue2.js +1 -2
- package/es/components/select-person/index.d.ts +190 -257
- package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
- package/es/components/select-person/src/SelectPerson.vue2.js +19 -23
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +1 -2
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +3 -4
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +6 -7
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
- package/es/components/select-person/src/index.vue.d.ts +240 -307
- package/es/components/select-person/src/index.vue2.js +7 -8
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +82 -286
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +82 -286
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -4
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +10 -11
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +5 -6
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -6
- 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 +4 -3
- 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 +4 -4
- package/es/components/table-export-field/index.d.ts +66 -82
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +12 -13
- 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 +7 -8
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +5 -6
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +17 -18
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +54 -49
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +40 -41
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +18 -19
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +26 -27
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +7 -8
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +43 -40
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +2 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -11
- 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 +23 -22
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +4 -5
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +5 -6
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -6
- 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 +11 -12
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +11 -12
- package/es/components/vod-chunk-upload/index.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +40 -39
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +64 -63
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
- package/es/shared/components/AbbrText/AbbrText.js +27 -0
- package/es/shared/components/AbbrText/index.d.ts +2 -0
- package/es/shared/components/AbbrText/index.js +2 -0
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +8 -6
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +10 -6
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +4 -77
- package/es/shared/components/player-vod/video-modal.d.ts +5 -23
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +4 -7
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,5 +1,5 @@
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
2
|
-
declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<
|
2
|
+
declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
3
3
|
defaultList: {
|
4
4
|
type: import("vue").PropType<((string | number) | {
|
5
5
|
[key: string]: any;
|
@@ -122,11 +122,11 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
122
122
|
type: BooleanConstructor;
|
123
123
|
default: boolean;
|
124
124
|
};
|
125
|
-
}
|
125
|
+
}, {
|
126
126
|
$attrs: {
|
127
127
|
[x: string]: unknown;
|
128
128
|
};
|
129
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
129
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
130
130
|
defaultList: {
|
131
131
|
type: import("vue").PropType<((string | number) | {
|
132
132
|
[key: string]: any;
|
@@ -249,13 +249,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
249
249
|
type: BooleanConstructor;
|
250
250
|
default: boolean;
|
251
251
|
};
|
252
|
-
}>> &
|
252
|
+
}>> & {
|
253
253
|
onCheck?: ((...args: any[]) => any) | undefined;
|
254
254
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
255
|
-
}
|
255
|
+
}>>;
|
256
256
|
__emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
257
|
-
selectPersonRef: import("vue").Ref<any
|
258
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<
|
257
|
+
selectPersonRef: import("vue").Ref<any>;
|
258
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
259
259
|
defaultList: {
|
260
260
|
type: import("vue").PropType<((string | number) | {
|
261
261
|
[key: string]: any;
|
@@ -340,8 +340,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
340
340
|
forceShowSelectAll: {
|
341
341
|
type: BooleanConstructor;
|
342
342
|
};
|
343
|
-
}
|
344
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
343
|
+
}, {
|
344
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
345
345
|
defaultList: {
|
346
346
|
type: import("vue").PropType<((string | number) | {
|
347
347
|
[key: string]: any;
|
@@ -426,12 +426,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
426
426
|
forceShowSelectAll: {
|
427
427
|
type: BooleanConstructor;
|
428
428
|
};
|
429
|
-
}>> &
|
429
|
+
}>> & {}>>;
|
430
430
|
emit: any;
|
431
|
-
keyword: import("vue").Ref<string
|
432
|
-
checkedAll: import("vue").Ref<boolean
|
433
|
-
checkedKeys: import("vue").Ref<(string | number)[]
|
434
|
-
expandedKeys: import("vue").Ref<(string | number)[]
|
431
|
+
keyword: import("vue").Ref<string>;
|
432
|
+
checkedAll: import("vue").Ref<boolean>;
|
433
|
+
checkedKeys: import("vue").Ref<(string | number)[]>;
|
434
|
+
expandedKeys: import("vue").Ref<(string | number)[]>;
|
435
435
|
treeData: import("vue").Ref<{
|
436
436
|
[x: string]: unknown;
|
437
437
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
@@ -442,22 +442,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
442
442
|
children?: any[] | undefined;
|
443
443
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
444
444
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
445
|
-
}[], import("naive-ui").TreeOption[] | {
|
446
|
-
[x: string]: unknown;
|
447
|
-
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
448
|
-
label?: string | undefined;
|
449
|
-
checkboxDisabled?: boolean | undefined;
|
450
|
-
disabled?: boolean | undefined;
|
451
|
-
isLeaf?: boolean | undefined;
|
452
|
-
children?: any[] | undefined;
|
453
|
-
prefix?: (() => import("vue").VNodeChild) | undefined;
|
454
|
-
suffix?: (() => import("vue").VNodeChild) | undefined;
|
455
445
|
}[]>;
|
456
|
-
isSearch: import("vue").Ref<boolean
|
457
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]
|
458
|
-
curSelectKey:
|
459
|
-
treeDataMiddle:
|
460
|
-
checkedTagsMiddle: import("vue").Ref<any[]
|
446
|
+
isSearch: import("vue").Ref<boolean>;
|
447
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
448
|
+
curSelectKey: any;
|
449
|
+
treeDataMiddle: any;
|
450
|
+
checkedTagsMiddle: import("vue").Ref<any[]>;
|
461
451
|
allCheckedKeysMiddle: any;
|
462
452
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
463
453
|
keyStr: import("vue").ComputedRef<string | number>;
|
@@ -472,7 +462,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
472
462
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
473
463
|
renderLabel: ({ option }: {
|
474
464
|
option: import("naive-ui").TreeOption;
|
475
|
-
}) =>
|
465
|
+
}) => JSX.Element;
|
476
466
|
getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
|
477
467
|
loopTrees: (treeObjs: any) => any;
|
478
468
|
transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
|
@@ -492,19 +482,19 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
492
482
|
}) => void;
|
493
483
|
notifySearchClear: () => void;
|
494
484
|
getCheckWithLevel: () => any[];
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
},
|
485
|
+
NButton: any;
|
486
|
+
NInput: any;
|
487
|
+
NInputGroup: any;
|
488
|
+
NCheckbox: any;
|
489
|
+
NTree: any;
|
490
|
+
NTag: any;
|
491
|
+
NIcon: any;
|
492
|
+
NSpace: any;
|
493
|
+
NGrid: any;
|
494
|
+
NGi: any;
|
495
|
+
NEmpty: any;
|
496
|
+
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<{}>>, {}>;
|
497
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
508
498
|
defaultList: {
|
509
499
|
type: import("vue").PropType<((string | number) | {
|
510
500
|
[key: string]: any;
|
@@ -589,7 +579,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
589
579
|
forceShowSelectAll: {
|
590
580
|
type: BooleanConstructor;
|
591
581
|
};
|
592
|
-
}
|
582
|
+
}>>, {
|
593
583
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
594
584
|
defaultList: ((string | number) | {
|
595
585
|
[key: string]: any;
|
@@ -621,7 +611,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
621
611
|
switchTypeData: import("../../shared/types").AnyObject;
|
622
612
|
tagProps: import("../../shared/types").AnyObject;
|
623
613
|
forceShowSelectAll: boolean;
|
624
|
-
}
|
614
|
+
}> | import("vue").DefineComponent<{
|
625
615
|
defaultList: {
|
626
616
|
type: import("vue").PropType<((string | number) | {
|
627
617
|
[key: string]: any;
|
@@ -716,7 +706,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
716
706
|
onlyForwardCascade: {
|
717
707
|
type: BooleanConstructor;
|
718
708
|
};
|
719
|
-
}
|
709
|
+
}, {
|
720
710
|
searchFilterBase: {
|
721
711
|
isOpen: boolean;
|
722
712
|
multiple: boolean;
|
@@ -728,7 +718,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
728
718
|
label: string;
|
729
719
|
}[];
|
730
720
|
labelListName: any;
|
731
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
721
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
732
722
|
defaultList: {
|
733
723
|
type: import("vue").PropType<((string | number) | {
|
734
724
|
[key: string]: any;
|
@@ -823,12 +813,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
823
813
|
onlyForwardCascade: {
|
824
814
|
type: BooleanConstructor;
|
825
815
|
};
|
826
|
-
}>> &
|
816
|
+
}>> & {}>>;
|
827
817
|
emit: any;
|
828
|
-
keyword: import("vue").Ref<string
|
829
|
-
checkedAll: import("vue").Ref<boolean
|
830
|
-
checkedKeys: import("vue").Ref<(string | number)[]
|
831
|
-
expandedKeys: import("vue").Ref<(string | number)[]
|
818
|
+
keyword: import("vue").Ref<string>;
|
819
|
+
checkedAll: import("vue").Ref<boolean>;
|
820
|
+
checkedKeys: import("vue").Ref<(string | number)[]>;
|
821
|
+
expandedKeys: import("vue").Ref<(string | number)[]>;
|
832
822
|
treeData: import("vue").Ref<{
|
833
823
|
[x: string]: unknown;
|
834
824
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
@@ -839,43 +829,21 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
839
829
|
children?: any[] | undefined;
|
840
830
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
841
831
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
842
|
-
}[], import("naive-ui").TreeOption[] | {
|
843
|
-
[x: string]: unknown;
|
844
|
-
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
845
|
-
label?: string | undefined;
|
846
|
-
checkboxDisabled?: boolean | undefined;
|
847
|
-
disabled?: boolean | undefined;
|
848
|
-
isLeaf?: boolean | undefined;
|
849
|
-
children?: any[] | undefined;
|
850
|
-
prefix?: (() => import("vue").VNodeChild) | undefined;
|
851
|
-
suffix?: (() => import("vue").VNodeChild) | undefined;
|
852
832
|
}[]>;
|
853
833
|
tagData: import("vue").Ref<{
|
854
834
|
[x: string]: any;
|
855
835
|
key: string | number;
|
856
|
-
}[], {
|
857
|
-
[key: string]: any;
|
858
|
-
key: string | number;
|
859
|
-
}[] | {
|
860
|
-
[x: string]: any;
|
861
|
-
key: string | number;
|
862
836
|
}[]>;
|
863
837
|
initTagData: import("vue").Ref<{
|
864
838
|
[x: string]: any;
|
865
839
|
key: string | number;
|
866
|
-
}[], {
|
867
|
-
[key: string]: any;
|
868
|
-
key: string | number;
|
869
|
-
}[] | {
|
870
|
-
[x: string]: any;
|
871
|
-
key: string | number;
|
872
840
|
}[]>;
|
873
|
-
isSearch: import("vue").Ref<boolean
|
874
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]
|
841
|
+
isSearch: import("vue").Ref<boolean>;
|
842
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
875
843
|
isRemote: import("vue").ComputedRef<boolean>;
|
876
844
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
877
845
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
878
|
-
curSelectKey: import("vue").Ref<string
|
846
|
+
curSelectKey: import("vue").Ref<string>;
|
879
847
|
mergeSearchFilter: import("vue").ComputedRef<{
|
880
848
|
isOpen: boolean;
|
881
849
|
multiple: boolean;
|
@@ -909,7 +877,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
909
877
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
910
878
|
renderLabel: ({ option }: {
|
911
879
|
option: import("naive-ui").TreeOption;
|
912
|
-
}) =>
|
880
|
+
}) => JSX.Element;
|
913
881
|
getLabelName: (option: import("naive-ui").TreeOption) => {};
|
914
882
|
transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
915
883
|
calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
@@ -944,19 +912,19 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
944
912
|
notifySearchClear: () => void;
|
945
913
|
getCheckWithLevel: () => any;
|
946
914
|
resetParams: () => void;
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
SearchMultiple: import("vue").DefineComponent<
|
915
|
+
NButton: any;
|
916
|
+
NInput: any;
|
917
|
+
NInputGroup: any;
|
918
|
+
NCheckbox: any;
|
919
|
+
NTree: any;
|
920
|
+
NTag: any;
|
921
|
+
NIcon: any;
|
922
|
+
NSpace: any;
|
923
|
+
NGrid: any;
|
924
|
+
NGi: any;
|
925
|
+
NEmpty: any;
|
926
|
+
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<{}>>, {}>;
|
927
|
+
SearchMultiple: import("vue").DefineComponent<{
|
960
928
|
treeData: {
|
961
929
|
type: import("vue").PropType<any[]>;
|
962
930
|
default: () => never[];
|
@@ -965,8 +933,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
965
933
|
type: import("vue").PropType<(string | number)[]>;
|
966
934
|
default: () => never[];
|
967
935
|
};
|
968
|
-
}
|
969
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
936
|
+
}, {
|
937
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
970
938
|
treeData: {
|
971
939
|
type: import("vue").PropType<any[]>;
|
972
940
|
default: () => never[];
|
@@ -975,14 +943,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
975
943
|
type: import("vue").PropType<(string | number)[]>;
|
976
944
|
default: () => never[];
|
977
945
|
};
|
978
|
-
}>> &
|
946
|
+
}>> & {
|
979
947
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
980
|
-
}
|
948
|
+
}>>;
|
981
949
|
emit: (event: "notifyCheck", ...args: any[]) => void;
|
982
950
|
optionsRef: import("vue").ComputedRef<any[]>;
|
983
|
-
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]
|
951
|
+
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
984
952
|
containerProps: {
|
985
|
-
ref: import("vue").Ref<any
|
953
|
+
ref: import("vue").Ref<any>;
|
986
954
|
onScroll: () => void;
|
987
955
|
style: Partial<CSSStyleDeclaration>;
|
988
956
|
};
|
@@ -994,8 +962,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
994
962
|
};
|
995
963
|
}>;
|
996
964
|
containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
997
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]
|
998
|
-
showSelectKeys: import("vue").Ref<(string | number)[]
|
965
|
+
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
966
|
+
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
999
967
|
checkedChange: (checkList: (string | number)[], meta: {
|
1000
968
|
actionType: "check" | "uncheck";
|
1001
969
|
value: string | number;
|
@@ -1030,9 +998,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1030
998
|
children: any[];
|
1031
999
|
parentNode: any;
|
1032
1000
|
}, baseKey: string | number) => false | undefined;
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1001
|
+
ref: typeof import("vue").ref;
|
1002
|
+
NCheckboxGroup: any;
|
1003
|
+
NCheckbox: any;
|
1004
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1036
1005
|
treeData: {
|
1037
1006
|
type: import("vue").PropType<any[]>;
|
1038
1007
|
default: () => never[];
|
@@ -1041,13 +1010,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1041
1010
|
type: import("vue").PropType<(string | number)[]>;
|
1042
1011
|
default: () => never[];
|
1043
1012
|
};
|
1044
|
-
}>> &
|
1013
|
+
}>> & {
|
1045
1014
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1046
|
-
}
|
1047
|
-
checkedKeys: (string | number)[];
|
1015
|
+
}, {
|
1048
1016
|
treeData: any[];
|
1049
|
-
|
1050
|
-
|
1017
|
+
checkedKeys: (string | number)[];
|
1018
|
+
}>;
|
1019
|
+
SearchOrgAndStaff: import("vue").DefineComponent<{
|
1051
1020
|
treeData: {
|
1052
1021
|
type: import("vue").PropType<any[]>;
|
1053
1022
|
default: () => never[];
|
@@ -1064,10 +1033,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1064
1033
|
type: BooleanConstructor;
|
1065
1034
|
default: boolean;
|
1066
1035
|
};
|
1067
|
-
}
|
1068
|
-
$message: import("naive-ui
|
1036
|
+
}, {
|
1037
|
+
$message: import("naive-ui").MessageApi;
|
1069
1038
|
virtualItemHeight: number;
|
1070
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1039
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1071
1040
|
treeData: {
|
1072
1041
|
type: import("vue").PropType<any[]>;
|
1073
1042
|
default: () => never[];
|
@@ -1084,17 +1053,17 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1084
1053
|
type: BooleanConstructor;
|
1085
1054
|
default: boolean;
|
1086
1055
|
};
|
1087
|
-
}>> &
|
1056
|
+
}>> & {
|
1088
1057
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1089
1058
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
1090
|
-
}
|
1059
|
+
}>>;
|
1091
1060
|
emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
|
1092
1061
|
moduleHeight: import("vue").ComputedRef<any>;
|
1093
1062
|
showNums: import("vue").ComputedRef<number>;
|
1094
1063
|
staffDataRef: import("vue").ComputedRef<any[]>;
|
1095
|
-
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]
|
1064
|
+
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1096
1065
|
staffContainerProps: {
|
1097
|
-
ref: import("vue").Ref<any
|
1066
|
+
ref: import("vue").Ref<any>;
|
1098
1067
|
onScroll: () => void;
|
1099
1068
|
style: Partial<CSSStyleDeclaration>;
|
1100
1069
|
};
|
@@ -1107,9 +1076,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1107
1076
|
}>;
|
1108
1077
|
staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1109
1078
|
orgDataRef: import("vue").ComputedRef<any[]>;
|
1110
|
-
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]
|
1079
|
+
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1111
1080
|
orgContainerProps: {
|
1112
|
-
ref: import("vue").Ref<any
|
1081
|
+
ref: import("vue").Ref<any>;
|
1113
1082
|
onScroll: () => void;
|
1114
1083
|
style: Partial<CSSStyleDeclaration>;
|
1115
1084
|
};
|
@@ -1121,8 +1090,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1121
1090
|
};
|
1122
1091
|
}>;
|
1123
1092
|
orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1124
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]
|
1125
|
-
showSelectKeys: import("vue").Ref<(string | number)[]
|
1093
|
+
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
1094
|
+
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
1126
1095
|
handleClick: (tree: any) => void;
|
1127
1096
|
handleStaffClick: (baseKeys: (string | number)[], currentTree: {
|
1128
1097
|
[key: string]: any;
|
@@ -1154,8 +1123,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1154
1123
|
children: any[];
|
1155
1124
|
parentNode: any;
|
1156
1125
|
}, baseKey: string | number) => false | undefined;
|
1157
|
-
|
1158
|
-
|
1126
|
+
ref: typeof import("vue").ref;
|
1127
|
+
NEmpty: any;
|
1128
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1159
1129
|
treeData: {
|
1160
1130
|
type: import("vue").PropType<any[]>;
|
1161
1131
|
default: () => never[];
|
@@ -1172,16 +1142,16 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1172
1142
|
type: BooleanConstructor;
|
1173
1143
|
default: boolean;
|
1174
1144
|
};
|
1175
|
-
}>> &
|
1145
|
+
}>> & {
|
1176
1146
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1177
1147
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
1178
|
-
}
|
1148
|
+
}, {
|
1179
1149
|
searchFilter: Record<string, any>;
|
1180
|
-
checkedKeys: (string | number)[];
|
1181
1150
|
treeData: any[];
|
1151
|
+
checkedKeys: (string | number)[];
|
1182
1152
|
isMultiple: boolean;
|
1183
|
-
}
|
1184
|
-
},
|
1153
|
+
}>;
|
1154
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1185
1155
|
defaultList: {
|
1186
1156
|
type: import("vue").PropType<((string | number) | {
|
1187
1157
|
[key: string]: any;
|
@@ -1276,7 +1246,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1276
1246
|
onlyForwardCascade: {
|
1277
1247
|
type: BooleanConstructor;
|
1278
1248
|
};
|
1279
|
-
}
|
1249
|
+
}>>, {
|
1280
1250
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
1281
1251
|
defaultList: ((string | number) | {
|
1282
1252
|
[key: string]: any;
|
@@ -1309,7 +1279,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1309
1279
|
roleFields: Record<string, any>;
|
1310
1280
|
forceShowSelectAll: boolean;
|
1311
1281
|
onlyForwardCascade: boolean;
|
1312
|
-
}
|
1282
|
+
}> | import("vue").DefineComponent<{
|
1313
1283
|
defaultList: {
|
1314
1284
|
type: import("vue").PropType<((string | number) | {
|
1315
1285
|
[key: string]: any;
|
@@ -1393,9 +1363,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1393
1363
|
type: BooleanConstructor;
|
1394
1364
|
default: boolean;
|
1395
1365
|
};
|
1396
|
-
}
|
1397
|
-
$message: import("naive-ui
|
1398
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1366
|
+
}, {
|
1367
|
+
$message: import("naive-ui").MessageApi;
|
1368
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1399
1369
|
defaultList: {
|
1400
1370
|
type: import("vue").PropType<((string | number) | {
|
1401
1371
|
[key: string]: any;
|
@@ -1479,13 +1449,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1479
1449
|
type: BooleanConstructor;
|
1480
1450
|
default: boolean;
|
1481
1451
|
};
|
1482
|
-
}>> &
|
1452
|
+
}>> & {}>>;
|
1483
1453
|
emit: any;
|
1484
|
-
keyword: import("vue").Ref<string
|
1485
|
-
checkedAll: import("vue").Ref<boolean
|
1486
|
-
checkedKeys: import("vue").Ref<(string | number)[]
|
1487
|
-
expandedKeys: import("vue").Ref<(string | number)[]
|
1488
|
-
treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]
|
1454
|
+
keyword: import("vue").Ref<string>;
|
1455
|
+
checkedAll: import("vue").Ref<boolean>;
|
1456
|
+
checkedKeys: import("vue").Ref<(string | number)[]>;
|
1457
|
+
expandedKeys: import("vue").Ref<(string | number)[]>;
|
1458
|
+
treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
|
1489
1459
|
treeAsyncData: import("vue").Ref<{
|
1490
1460
|
[x: string]: any;
|
1491
1461
|
key: string | number;
|
@@ -1520,52 +1490,15 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1520
1490
|
};
|
1521
1491
|
disabled?: boolean | undefined;
|
1522
1492
|
count?: number | undefined;
|
1523
|
-
}[], import("./src/types").PTreeOption[] | {
|
1524
|
-
[x: string]: any;
|
1525
|
-
key: string | number;
|
1526
|
-
label: string;
|
1527
|
-
name: string;
|
1528
|
-
labelExpand: string;
|
1529
|
-
parentKey?: (string | number) | undefined;
|
1530
|
-
parentName: string;
|
1531
|
-
innerItemsNum: number;
|
1532
|
-
children: any[] | undefined;
|
1533
|
-
leaf: boolean;
|
1534
|
-
originItem: {
|
1535
|
-
[x: string]: any;
|
1536
|
-
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
1537
|
-
label?: string | undefined;
|
1538
|
-
checkboxDisabled?: boolean | undefined;
|
1539
|
-
disabled?: boolean | undefined;
|
1540
|
-
isLeaf?: boolean | undefined;
|
1541
|
-
children?: {
|
1542
|
-
[x: string]: unknown;
|
1543
|
-
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
1544
|
-
label?: string | undefined;
|
1545
|
-
checkboxDisabled?: boolean | undefined;
|
1546
|
-
disabled?: boolean | undefined;
|
1547
|
-
isLeaf?: boolean | undefined;
|
1548
|
-
children?: any[] | undefined;
|
1549
|
-
prefix?: (() => import("vue").VNodeChild) | undefined;
|
1550
|
-
suffix?: (() => import("vue").VNodeChild) | undefined;
|
1551
|
-
}[] | undefined;
|
1552
|
-
prefix?: (() => import("vue").VNodeChild) | undefined;
|
1553
|
-
suffix?: (() => import("vue").VNodeChild) | undefined;
|
1554
|
-
};
|
1555
|
-
disabled?: boolean | undefined;
|
1556
|
-
count?: number | undefined;
|
1557
1493
|
}[]>;
|
1558
|
-
searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]
|
1494
|
+
searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
|
1559
1495
|
searchData: import("vue").ShallowRef<{
|
1560
1496
|
title: string;
|
1561
1497
|
data: import("./src/types").PTreeOption[];
|
1562
|
-
}[], {
|
1563
|
-
title: string;
|
1564
|
-
data: import("./src/types").PTreeOption[];
|
1565
1498
|
}[]>;
|
1566
1499
|
treeMap: Map<string | number, import("./src/types").PTreeOption>;
|
1567
|
-
isSearch: import("vue").Ref<boolean
|
1568
|
-
remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[]
|
1500
|
+
isSearch: import("vue").Ref<boolean>;
|
1501
|
+
remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1569
1502
|
isRemote: import("vue").ComputedRef<boolean>;
|
1570
1503
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
1571
1504
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
@@ -1611,7 +1544,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1611
1544
|
queryLoadChildNode: (node: import("./src/types").PTreeOption) => Promise<import("../../shared/types").AnyObject>;
|
1612
1545
|
renderLabel: ({ option }: {
|
1613
1546
|
option: import("naive-ui").TreeOption;
|
1614
|
-
}) =>
|
1547
|
+
}) => JSX.Element;
|
1615
1548
|
getChildren: (tag: import("./src/types").PTreeOption) => import("../../shared/types").AnyObject[];
|
1616
1549
|
transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[], parentNode: import("./src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("./src/types").PTreeOption) => unknown>> | undefined) => {
|
1617
1550
|
treeItems: import("./src/types").PTreeOption[];
|
@@ -1647,16 +1580,16 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1647
1580
|
count?: number | undefined;
|
1648
1581
|
}[];
|
1649
1582
|
resetParams: () => void;
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
SearchGroupList: import("vue").DefineComponent<
|
1583
|
+
NButton: any;
|
1584
|
+
NInput: any;
|
1585
|
+
NInputGroup: any;
|
1586
|
+
NCheckbox: any;
|
1587
|
+
NTree: any;
|
1588
|
+
NSpace: any;
|
1589
|
+
NGrid: any;
|
1590
|
+
NGi: any;
|
1591
|
+
NPopover: any;
|
1592
|
+
SearchGroupList: import("vue").DefineComponent<{
|
1660
1593
|
data: {
|
1661
1594
|
type: import("vue").PropType<{
|
1662
1595
|
title: string;
|
@@ -1681,9 +1614,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1681
1614
|
type: StringConstructor;
|
1682
1615
|
default: string;
|
1683
1616
|
};
|
1684
|
-
}
|
1617
|
+
}, {
|
1685
1618
|
emit: (event: "checked", ...args: any[]) => void;
|
1686
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1619
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1687
1620
|
data: {
|
1688
1621
|
type: import("vue").PropType<{
|
1689
1622
|
title: string;
|
@@ -1708,9 +1641,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1708
1641
|
type: StringConstructor;
|
1709
1642
|
default: string;
|
1710
1643
|
};
|
1711
|
-
}>> &
|
1644
|
+
}>> & {
|
1712
1645
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1713
|
-
}
|
1646
|
+
}>>;
|
1714
1647
|
renderData: import("vue").ComputedRef<{
|
1715
1648
|
title: string;
|
1716
1649
|
data: {
|
@@ -1722,10 +1655,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1722
1655
|
}[]>;
|
1723
1656
|
handleClick: (item: import("../../shared/types").AnyObject) => void;
|
1724
1657
|
handleChange: (item: import("../../shared/types").AnyObject, checked: boolean) => void;
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
1658
|
+
NVirtualList: any;
|
1659
|
+
NCheckbox: any;
|
1660
|
+
NPopover: any;
|
1661
|
+
CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
1729
1662
|
type: {
|
1730
1663
|
type: StringConstructor;
|
1731
1664
|
default: string;
|
@@ -1737,8 +1670,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1737
1670
|
content: string;
|
1738
1671
|
};
|
1739
1672
|
};
|
1740
|
-
}
|
1741
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1673
|
+
}, {
|
1674
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1742
1675
|
type: {
|
1743
1676
|
type: StringConstructor;
|
1744
1677
|
default: string;
|
@@ -1750,9 +1683,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1750
1683
|
content: string;
|
1751
1684
|
};
|
1752
1685
|
};
|
1753
|
-
}>> &
|
1686
|
+
}>> & {
|
1754
1687
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1755
|
-
}
|
1688
|
+
}>>;
|
1756
1689
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
1757
1690
|
configResult: import("vue").ComputedRef<{
|
1758
1691
|
title: string;
|
@@ -1760,9 +1693,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1760
1693
|
img: string;
|
1761
1694
|
}>;
|
1762
1695
|
reloadPage: () => void;
|
1763
|
-
|
1764
|
-
|
1765
|
-
},
|
1696
|
+
NIcon: any;
|
1697
|
+
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<{}>>, {}>;
|
1698
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1766
1699
|
type: {
|
1767
1700
|
type: StringConstructor;
|
1768
1701
|
default: string;
|
@@ -1774,29 +1707,29 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1774
1707
|
content: string;
|
1775
1708
|
};
|
1776
1709
|
};
|
1777
|
-
}>> &
|
1710
|
+
}>> & {
|
1778
1711
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1779
|
-
}
|
1712
|
+
}, {
|
1780
1713
|
type: string;
|
1781
1714
|
config: import("../../shared/types").AnyObject;
|
1782
|
-
}
|
1783
|
-
GroupItem: import("vue").DefineComponent<
|
1715
|
+
}>>;
|
1716
|
+
GroupItem: import("vue").DefineComponent<{
|
1784
1717
|
item: {
|
1785
1718
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1786
1719
|
required: true;
|
1787
1720
|
};
|
1788
|
-
}
|
1721
|
+
}, {
|
1789
1722
|
emit: (event: "checked", ...args: any[]) => void;
|
1790
1723
|
handleClick: (item: import("../../shared/types").AnyObject) => void;
|
1791
|
-
},
|
1724
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1792
1725
|
item: {
|
1793
1726
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1794
1727
|
required: true;
|
1795
1728
|
};
|
1796
|
-
}>> &
|
1729
|
+
}>> & {
|
1797
1730
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1798
|
-
}
|
1799
|
-
TagItem: import("vue").DefineComponent<
|
1731
|
+
}, {}>;
|
1732
|
+
TagItem: import("vue").DefineComponent<{
|
1800
1733
|
tag: {
|
1801
1734
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1802
1735
|
required: true;
|
@@ -1805,8 +1738,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1805
1738
|
type: BooleanConstructor;
|
1806
1739
|
default: boolean;
|
1807
1740
|
};
|
1808
|
-
}
|
1809
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1741
|
+
}, {
|
1742
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1810
1743
|
tag: {
|
1811
1744
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1812
1745
|
required: true;
|
@@ -1815,14 +1748,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1815
1748
|
type: BooleanConstructor;
|
1816
1749
|
default: boolean;
|
1817
1750
|
};
|
1818
|
-
}>> &
|
1751
|
+
}>> & {
|
1819
1752
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1820
|
-
}
|
1753
|
+
}>>;
|
1821
1754
|
emit: (event: "unchecked", ...args: any[]) => void;
|
1822
1755
|
updateChecked: (key: string, checked: boolean) => void;
|
1823
|
-
|
1824
|
-
|
1825
|
-
},
|
1756
|
+
NIcon: any;
|
1757
|
+
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<{}>>, {}>;
|
1758
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1826
1759
|
tag: {
|
1827
1760
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1828
1761
|
required: true;
|
@@ -1831,12 +1764,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1831
1764
|
type: BooleanConstructor;
|
1832
1765
|
default: boolean;
|
1833
1766
|
};
|
1834
|
-
}>> &
|
1767
|
+
}>> & {
|
1835
1768
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1836
|
-
}
|
1769
|
+
}, {
|
1837
1770
|
showClose: boolean;
|
1838
|
-
}
|
1839
|
-
},
|
1771
|
+
}>;
|
1772
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1840
1773
|
data: {
|
1841
1774
|
type: import("vue").PropType<{
|
1842
1775
|
title: string;
|
@@ -1861,13 +1794,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1861
1794
|
type: StringConstructor;
|
1862
1795
|
default: string;
|
1863
1796
|
};
|
1864
|
-
}>> &
|
1797
|
+
}>> & {
|
1865
1798
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1866
|
-
}
|
1799
|
+
}, {
|
1867
1800
|
type: string;
|
1868
1801
|
showTagHover: boolean;
|
1869
|
-
}
|
1870
|
-
TagItem: import("vue").DefineComponent<
|
1802
|
+
}>;
|
1803
|
+
TagItem: import("vue").DefineComponent<{
|
1871
1804
|
tag: {
|
1872
1805
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1873
1806
|
required: true;
|
@@ -1876,8 +1809,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1876
1809
|
type: BooleanConstructor;
|
1877
1810
|
default: boolean;
|
1878
1811
|
};
|
1879
|
-
}
|
1880
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1812
|
+
}, {
|
1813
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1881
1814
|
tag: {
|
1882
1815
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1883
1816
|
required: true;
|
@@ -1886,14 +1819,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1886
1819
|
type: BooleanConstructor;
|
1887
1820
|
default: boolean;
|
1888
1821
|
};
|
1889
|
-
}>> &
|
1822
|
+
}>> & {
|
1890
1823
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1891
|
-
}
|
1824
|
+
}>>;
|
1892
1825
|
emit: (event: "unchecked", ...args: any[]) => void;
|
1893
1826
|
updateChecked: (key: string, checked: boolean) => void;
|
1894
|
-
|
1895
|
-
|
1896
|
-
},
|
1827
|
+
NIcon: any;
|
1828
|
+
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<{}>>, {}>;
|
1829
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1897
1830
|
tag: {
|
1898
1831
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1899
1832
|
required: true;
|
@@ -1902,12 +1835,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1902
1835
|
type: BooleanConstructor;
|
1903
1836
|
default: boolean;
|
1904
1837
|
};
|
1905
|
-
}>> &
|
1838
|
+
}>> & {
|
1906
1839
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1907
|
-
}
|
1840
|
+
}, {
|
1908
1841
|
showClose: boolean;
|
1909
|
-
}
|
1910
|
-
|
1842
|
+
}>;
|
1843
|
+
CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
1911
1844
|
type: {
|
1912
1845
|
type: StringConstructor;
|
1913
1846
|
default: string;
|
@@ -1919,8 +1852,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1919
1852
|
content: string;
|
1920
1853
|
};
|
1921
1854
|
};
|
1922
|
-
}
|
1923
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1855
|
+
}, {
|
1856
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1924
1857
|
type: {
|
1925
1858
|
type: StringConstructor;
|
1926
1859
|
default: string;
|
@@ -1932,9 +1865,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1932
1865
|
content: string;
|
1933
1866
|
};
|
1934
1867
|
};
|
1935
|
-
}>> &
|
1868
|
+
}>> & {
|
1936
1869
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1937
|
-
}
|
1870
|
+
}>>;
|
1938
1871
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
1939
1872
|
configResult: import("vue").ComputedRef<{
|
1940
1873
|
title: string;
|
@@ -1942,9 +1875,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1942
1875
|
img: string;
|
1943
1876
|
}>;
|
1944
1877
|
reloadPage: () => void;
|
1945
|
-
|
1946
|
-
|
1947
|
-
},
|
1878
|
+
NIcon: any;
|
1879
|
+
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<{}>>, {}>;
|
1880
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1948
1881
|
type: {
|
1949
1882
|
type: StringConstructor;
|
1950
1883
|
default: string;
|
@@ -1956,13 +1889,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
1956
1889
|
content: string;
|
1957
1890
|
};
|
1958
1891
|
};
|
1959
|
-
}>> &
|
1892
|
+
}>> & {
|
1960
1893
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1961
|
-
}
|
1894
|
+
}, {
|
1962
1895
|
type: string;
|
1963
1896
|
config: import("../../shared/types").AnyObject;
|
1964
|
-
}
|
1965
|
-
},
|
1897
|
+
}>>;
|
1898
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1966
1899
|
defaultList: {
|
1967
1900
|
type: import("vue").PropType<((string | number) | {
|
1968
1901
|
[key: string]: any;
|
@@ -2046,7 +1979,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
2046
1979
|
type: BooleanConstructor;
|
2047
1980
|
default: boolean;
|
2048
1981
|
};
|
2049
|
-
}
|
1982
|
+
}>>, {
|
2050
1983
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
2051
1984
|
defaultList: ((string | number) | {
|
2052
1985
|
[key: string]: any;
|
@@ -2069,8 +2002,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
2069
2002
|
hideLeaf: boolean;
|
2070
2003
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
|
2071
2004
|
showTagHover: boolean;
|
2072
|
-
}
|
2073
|
-
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2005
|
+
}>>;
|
2006
|
+
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2074
2007
|
defaultList: {
|
2075
2008
|
type: import("vue").PropType<((string | number) | {
|
2076
2009
|
[key: string]: any;
|
@@ -2193,15 +2126,15 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
2193
2126
|
type: BooleanConstructor;
|
2194
2127
|
default: boolean;
|
2195
2128
|
};
|
2196
|
-
}>> &
|
2129
|
+
}>> & {
|
2197
2130
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2198
2131
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
2199
|
-
}
|
2132
|
+
}>> & {
|
2200
2133
|
[x: string]: unknown;
|
2201
2134
|
}>;
|
2202
2135
|
emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
2203
2136
|
getCheckWithLevel: (strategy?: import("./src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
|
2204
|
-
},
|
2137
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2205
2138
|
defaultList: {
|
2206
2139
|
type: import("vue").PropType<((string | number) | {
|
2207
2140
|
[key: string]: any;
|
@@ -2324,10 +2257,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
2324
2257
|
type: BooleanConstructor;
|
2325
2258
|
default: boolean;
|
2326
2259
|
};
|
2327
|
-
}>> &
|
2260
|
+
}>> & {
|
2328
2261
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2329
2262
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
2330
|
-
}
|
2263
|
+
}, {
|
2331
2264
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
2332
2265
|
height: string;
|
2333
2266
|
defaultList: ((string | number) | {
|
@@ -2367,5 +2300,5 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import(
|
|
2367
2300
|
hideLeaf: boolean;
|
2368
2301
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
|
2369
2302
|
showTagHover: boolean;
|
2370
|
-
}
|
2303
|
+
}>>;
|
2371
2304
|
export default SelectPerson;
|