cnhis-design-vue 3.4.0-beta.11 → 3.4.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +30 -31
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +101 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +71 -70
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +61 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +15 -7
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +216 -154
- package/es/components/field-set/src/FieldColor.vue2.js +7 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +24 -23
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +16 -14
- package/es/components/form-config/index.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -55
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +19 -20
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +10 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +6 -5
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
2
|
import { IClassifyListType, ITreeDataType, IConditionMapType, IClassifyItemType } from '../../../components/table-filter/src/types';
|
3
3
|
import { AnyObject } from '../../../shared/types';
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5
5
|
tableId: {
|
6
6
|
type: StringConstructor;
|
7
7
|
default: string;
|
@@ -57,12 +57,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
57
57
|
type: StringConstructor;
|
58
58
|
default: string;
|
59
59
|
};
|
60
|
-
}
|
60
|
+
}>, {
|
61
61
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
62
62
|
transformClassifyChild: (conObjList: any, searchFieldList: any[]) => any;
|
63
63
|
attrs: any;
|
64
|
-
$message: import("naive-ui").MessageApi;
|
65
|
-
props:
|
64
|
+
$message: import("naive-ui/es/message").MessageApi;
|
65
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
66
66
|
tableId: {
|
67
67
|
type: StringConstructor;
|
68
68
|
default: string;
|
@@ -118,15 +118,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
118
118
|
type: StringConstructor;
|
119
119
|
default: string;
|
120
120
|
};
|
121
|
-
}>> & {
|
121
|
+
}>> & Readonly<{
|
122
122
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
123
123
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
124
124
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
125
|
-
}
|
125
|
+
}> & {}>;
|
126
126
|
emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
|
127
|
-
selectType: any
|
128
|
-
classificationWidth: import("vue").Ref<number>;
|
129
|
-
selectShow: import("vue").Ref<boolean>;
|
127
|
+
selectType: import("vue").Ref<any, any>;
|
128
|
+
classificationWidth: import("vue").Ref<number, number>;
|
129
|
+
selectShow: import("vue").Ref<boolean, boolean>;
|
130
130
|
treeData: import("vue").Ref<{
|
131
131
|
[x: string]: any;
|
132
132
|
name: string;
|
@@ -154,6 +154,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
154
154
|
digital?: number | undefined;
|
155
155
|
open?: boolean | undefined;
|
156
156
|
selected?: boolean | undefined;
|
157
|
+
}[], ITreeDataType[] | {
|
158
|
+
[x: string]: any;
|
159
|
+
name: string;
|
160
|
+
sid: string;
|
161
|
+
children: {
|
162
|
+
[x: string]: any;
|
163
|
+
displayCategory: string;
|
164
|
+
isDefault: boolean;
|
165
|
+
isEdit: boolean;
|
166
|
+
isShow: boolean;
|
167
|
+
name: string;
|
168
|
+
sid: string;
|
169
|
+
isPublic?: string | undefined;
|
170
|
+
classifyId?: string | undefined;
|
171
|
+
conObj?: any;
|
172
|
+
digital?: number | undefined;
|
173
|
+
checked?: boolean | undefined;
|
174
|
+
id?: string | undefined;
|
175
|
+
isCommon?: boolean | undefined;
|
176
|
+
selected?: boolean | undefined;
|
177
|
+
sqlExpression?: string | undefined;
|
178
|
+
createdByName?: string | undefined;
|
179
|
+
from?: string | undefined;
|
180
|
+
}[];
|
181
|
+
digital?: number | undefined;
|
182
|
+
open?: boolean | undefined;
|
183
|
+
selected?: boolean | undefined;
|
157
184
|
}[]>;
|
158
185
|
conditionLists: import("vue").Ref<{
|
159
186
|
[x: string]: any;
|
@@ -174,6 +201,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
174
201
|
sqlExpression?: string | undefined;
|
175
202
|
createdByName?: string | undefined;
|
176
203
|
from?: string | undefined;
|
204
|
+
}[], IClassifyListType[] | {
|
205
|
+
[x: string]: any;
|
206
|
+
displayCategory: string;
|
207
|
+
isDefault: boolean;
|
208
|
+
isEdit: boolean;
|
209
|
+
isShow: boolean;
|
210
|
+
name: string;
|
211
|
+
sid: string;
|
212
|
+
isPublic?: string | undefined;
|
213
|
+
classifyId?: string | undefined;
|
214
|
+
conObj?: any;
|
215
|
+
digital?: number | undefined;
|
216
|
+
checked?: boolean | undefined;
|
217
|
+
id?: string | undefined;
|
218
|
+
isCommon?: boolean | undefined;
|
219
|
+
selected?: boolean | undefined;
|
220
|
+
sqlExpression?: string | undefined;
|
221
|
+
createdByName?: string | undefined;
|
222
|
+
from?: string | undefined;
|
177
223
|
}[]>;
|
178
224
|
originConditionList: import("vue").Ref<{
|
179
225
|
[x: string]: any;
|
@@ -194,13 +240,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
194
240
|
sqlExpression?: string | undefined;
|
195
241
|
createdByName?: string | undefined;
|
196
242
|
from?: string | undefined;
|
243
|
+
}[], IClassifyListType[] | {
|
244
|
+
[x: string]: any;
|
245
|
+
displayCategory: string;
|
246
|
+
isDefault: boolean;
|
247
|
+
isEdit: boolean;
|
248
|
+
isShow: boolean;
|
249
|
+
name: string;
|
250
|
+
sid: string;
|
251
|
+
isPublic?: string | undefined;
|
252
|
+
classifyId?: string | undefined;
|
253
|
+
conObj?: any;
|
254
|
+
digital?: number | undefined;
|
255
|
+
checked?: boolean | undefined;
|
256
|
+
id?: string | undefined;
|
257
|
+
isCommon?: boolean | undefined;
|
258
|
+
selected?: boolean | undefined;
|
259
|
+
sqlExpression?: string | undefined;
|
260
|
+
createdByName?: string | undefined;
|
261
|
+
from?: string | undefined;
|
197
262
|
}[]>;
|
198
|
-
classificationIndex: import("vue").Ref<number>;
|
199
|
-
allObj: any
|
200
|
-
displayCategoryLists: import("vue").Ref<string[]>;
|
201
|
-
settingId: import("vue").Ref<string>;
|
202
|
-
classifyModal: import("vue").Ref<boolean>;
|
203
|
-
showTitleName: import("vue").Ref<string>;
|
263
|
+
classificationIndex: import("vue").Ref<number, number>;
|
264
|
+
allObj: import("vue").Ref<any, any>;
|
265
|
+
displayCategoryLists: import("vue").Ref<string[], string[]>;
|
266
|
+
settingId: import("vue").Ref<string, string>;
|
267
|
+
classifyModal: import("vue").Ref<boolean, boolean>;
|
268
|
+
showTitleName: import("vue").Ref<string, string>;
|
204
269
|
dynamicStyle: import("vue").ComputedRef<{
|
205
270
|
marginRight: string;
|
206
271
|
display?: undefined;
|
@@ -222,7 +287,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
222
287
|
handleSettingShow: () => void;
|
223
288
|
setClassifyModal: (val: boolean) => void;
|
224
289
|
toggleSelect: (flag?: boolean) => void;
|
225
|
-
initTableCondiTionList: () => import("naive-ui").MessageReactive | undefined;
|
290
|
+
initTableCondiTionList: () => import("naive-ui/es/message").MessageReactive | undefined;
|
226
291
|
setOpenStatus: (value: boolean) => void;
|
227
292
|
tableCondiTionPromise: () => Promise<void>;
|
228
293
|
changeWidth: ({ distance }: any) => void;
|
@@ -235,16 +300,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
235
300
|
fmtChildName: (name: string, isPublic?: string) => string;
|
236
301
|
mergeDigitalMapToTreeData: (list: any[], digitalObj: AnyObject) => void;
|
237
302
|
handlePathClick: (e: Event) => void;
|
238
|
-
NIcon: any;
|
239
|
-
NTooltip: any;
|
240
|
-
SettingsOutline: 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<{}>>, {}>;
|
241
|
-
Repeat: 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<{}>>, {}>;
|
242
|
-
Checkmark: 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<{}>>, {}>;
|
243
|
-
ChevronUp: 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<{}>>, {}>;
|
244
|
-
ChevronDown: 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<{}>>, {}>;
|
245
|
-
ChevronForward: 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<{}>>, {}>;
|
246
|
-
Close: 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<{}>>, {}>;
|
247
|
-
SetClassification: import("vue").DefineComponent<{
|
303
|
+
readonly NIcon: any;
|
304
|
+
readonly NTooltip: any;
|
305
|
+
readonly SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
306
|
+
readonly Repeat: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
307
|
+
readonly Checkmark: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
308
|
+
readonly ChevronUp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
309
|
+
readonly ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
310
|
+
readonly ChevronForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
311
|
+
readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
312
|
+
SetClassification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
248
313
|
searchFieldList: {
|
249
314
|
type: ArrayConstructor;
|
250
315
|
default: () => never[];
|
@@ -258,8 +323,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
258
323
|
type: BooleanConstructor;
|
259
324
|
default: boolean;
|
260
325
|
};
|
261
|
-
}
|
262
|
-
props:
|
326
|
+
}>, {
|
327
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
263
328
|
searchFieldList: {
|
264
329
|
type: ArrayConstructor;
|
265
330
|
default: () => never[];
|
@@ -273,20 +338,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
273
338
|
type: BooleanConstructor;
|
274
339
|
default: boolean;
|
275
340
|
};
|
276
|
-
}>> & {
|
341
|
+
}>> & Readonly<{
|
277
342
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
278
343
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
279
344
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
280
|
-
}
|
345
|
+
}> & {}>;
|
281
346
|
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
282
|
-
$message: import("naive-ui").MessageApi;
|
347
|
+
$message: import("naive-ui/es/message").MessageApi;
|
283
348
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
284
|
-
conditionList: import("vue").Ref<unknown[]>;
|
285
|
-
addVisible: import("vue").Ref<boolean>;
|
286
|
-
actionList_prop: import("vue").Ref<{}>;
|
287
|
-
newSearchFieldList: any
|
288
|
-
saveLoading: import("vue").Ref<boolean>;
|
289
|
-
searchFilter: any
|
349
|
+
conditionList: import("vue").Ref<unknown[], unknown[]>;
|
350
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
351
|
+
actionList_prop: import("vue").Ref<{}, {}>;
|
352
|
+
newSearchFieldList: import("vue").Ref<any, any>;
|
353
|
+
saveLoading: import("vue").Ref<boolean, boolean>;
|
354
|
+
searchFilter: import("vue").Ref<any, any>;
|
290
355
|
filterApiConfig: AnyObject;
|
291
356
|
attrs: {
|
292
357
|
[x: string]: unknown;
|
@@ -302,8 +367,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
302
367
|
setOneVisible: (flag: boolean) => void;
|
303
368
|
resetPopconfirm: () => Promise<void>;
|
304
369
|
oneVisible: import("vue").ComputedRef<boolean>;
|
305
|
-
NButton: any;
|
306
|
-
TableModal: import("vue").DefineComponent<{
|
370
|
+
readonly NButton: any;
|
371
|
+
TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
307
372
|
visibleIn: {
|
308
373
|
type: BooleanConstructor;
|
309
374
|
};
|
@@ -340,8 +405,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
340
405
|
type: FunctionConstructor;
|
341
406
|
default: () => HTMLElement;
|
342
407
|
};
|
343
|
-
}
|
344
|
-
props:
|
408
|
+
}>, {
|
409
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
345
410
|
visibleIn: {
|
346
411
|
type: BooleanConstructor;
|
347
412
|
};
|
@@ -378,18 +443,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
378
443
|
type: FunctionConstructor;
|
379
444
|
default: () => HTMLElement;
|
380
445
|
};
|
381
|
-
}>> & {
|
446
|
+
}>> & Readonly<{
|
382
447
|
onClose?: ((...args: any[]) => any) | undefined;
|
383
448
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
384
449
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
385
450
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
386
|
-
}
|
451
|
+
}> & {}>;
|
387
452
|
emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
388
453
|
homeList: any;
|
389
|
-
visible: import("vue").Ref<boolean>;
|
390
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
391
|
-
modalWidth: import("vue").Ref<string>;
|
392
|
-
modalHeight: import("vue").Ref<string>;
|
454
|
+
visible: import("vue").Ref<boolean, boolean>;
|
455
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
456
|
+
modalWidth: import("vue").Ref<string, string>;
|
457
|
+
modalHeight: import("vue").Ref<string, string>;
|
393
458
|
isShowResetButton: boolean;
|
394
459
|
handleOk: () => void;
|
395
460
|
close: () => void;
|
@@ -405,17 +470,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
405
470
|
changeModalWindow: () => void;
|
406
471
|
popconfirm: (e: any) => void;
|
407
472
|
handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
|
408
|
-
NModal: any;
|
409
|
-
NCard: any;
|
410
|
-
NIcon: any;
|
411
|
-
NButton: any;
|
412
|
-
NTooltip: any;
|
413
|
-
NSwitch: any;
|
414
|
-
NPopconfirm: any;
|
415
|
-
DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
416
|
-
Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
417
|
-
ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
418
|
-
Draggable: import("vue").DefineComponent<{
|
473
|
+
readonly NModal: any;
|
474
|
+
readonly NCard: any;
|
475
|
+
readonly NIcon: any;
|
476
|
+
readonly NButton: any;
|
477
|
+
readonly NTooltip: any;
|
478
|
+
readonly NSwitch: any;
|
479
|
+
readonly NPopconfirm: any;
|
480
|
+
readonly DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
481
|
+
readonly Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
482
|
+
readonly ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
483
|
+
readonly Draggable: import("vue").DefineComponent<{
|
419
484
|
list: {
|
420
485
|
type: ArrayConstructor;
|
421
486
|
required: boolean;
|
@@ -487,8 +552,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
487
552
|
list: unknown[];
|
488
553
|
modelValue: unknown[];
|
489
554
|
componentData: Record<string, any>;
|
490
|
-
}>;
|
491
|
-
},
|
555
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
556
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
492
557
|
visibleIn: {
|
493
558
|
type: BooleanConstructor;
|
494
559
|
};
|
@@ -525,19 +590,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
525
590
|
type: FunctionConstructor;
|
526
591
|
default: () => HTMLElement;
|
527
592
|
};
|
528
|
-
}>> & {
|
593
|
+
}>> & Readonly<{
|
529
594
|
onClose?: ((...args: any[]) => any) | undefined;
|
530
595
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
531
596
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
532
597
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
533
|
-
}
|
534
|
-
type: string;
|
598
|
+
}>, {
|
535
599
|
loading: boolean;
|
536
|
-
|
600
|
+
type: string;
|
537
601
|
visibleIn: boolean;
|
602
|
+
dataSource: unknown[];
|
538
603
|
getContainer: Function;
|
539
|
-
}>;
|
540
|
-
SearchFilter: import("vue").DefineComponent<{
|
604
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
605
|
+
SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
541
606
|
visible: {
|
542
607
|
type: BooleanConstructor;
|
543
608
|
default: boolean;
|
@@ -554,8 +619,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
554
619
|
type: ArrayConstructor;
|
555
620
|
default: () => never[];
|
556
621
|
};
|
557
|
-
}
|
558
|
-
props:
|
622
|
+
}>, {
|
623
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
559
624
|
visible: {
|
560
625
|
type: BooleanConstructor;
|
561
626
|
default: boolean;
|
@@ -572,18 +637,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
572
637
|
type: ArrayConstructor;
|
573
638
|
default: () => never[];
|
574
639
|
};
|
575
|
-
}>> & {
|
640
|
+
}>> & Readonly<{
|
576
641
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
577
|
-
}
|
642
|
+
}> & {}>;
|
578
643
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
579
|
-
addVisible: import("vue").Ref<boolean>;
|
580
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
581
|
-
modalWidth: import("vue").Ref<string>;
|
644
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
645
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
646
|
+
modalWidth: import("vue").Ref<string, string>;
|
582
647
|
bodyStyle: import("vue").Ref<{
|
583
648
|
maxHeight: string;
|
584
649
|
height: string;
|
650
|
+
}, {
|
651
|
+
maxHeight: string;
|
652
|
+
height: string;
|
653
|
+
} | {
|
654
|
+
maxHeight: string;
|
655
|
+
height: string;
|
585
656
|
}>;
|
586
|
-
conditionApiRef: any
|
657
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
587
658
|
filterTimer: any;
|
588
659
|
classifyfilterType: String;
|
589
660
|
init: () => void;
|
@@ -594,10 +665,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
594
665
|
clearConditions: () => void;
|
595
666
|
resetChangeWindow: () => void;
|
596
667
|
changeModalWindow: () => void;
|
597
|
-
NModal: any;
|
598
|
-
NCard: any;
|
599
|
-
NButton: any;
|
600
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
668
|
+
readonly NModal: any;
|
669
|
+
readonly NCard: any;
|
670
|
+
readonly NButton: any;
|
671
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
601
672
|
actionList_prop: {
|
602
673
|
type: PropType<IClassifyListType>;
|
603
674
|
default: () => {};
|
@@ -622,14 +693,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
622
693
|
type: BooleanConstructor;
|
623
694
|
default: boolean;
|
624
695
|
};
|
625
|
-
}
|
626
|
-
$message: import("naive-ui").MessageApi;
|
696
|
+
}>, {
|
697
|
+
$message: import("naive-ui/es/message").MessageApi;
|
627
698
|
menuProps: {
|
628
699
|
class: string;
|
629
700
|
};
|
630
701
|
specialDateRange: string[];
|
631
702
|
specialCustomDateRange: string[];
|
632
|
-
props:
|
703
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
633
704
|
actionList_prop: {
|
634
705
|
type: PropType<IClassifyListType>;
|
635
706
|
default: () => {};
|
@@ -654,10 +725,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
654
725
|
type: BooleanConstructor;
|
655
726
|
default: boolean;
|
656
727
|
};
|
657
|
-
}>> & {
|
728
|
+
}>> & Readonly<{
|
658
729
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
659
730
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
660
|
-
}
|
731
|
+
}> & {}>;
|
661
732
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
662
733
|
$attrs: {
|
663
734
|
[x: string]: unknown;
|
@@ -675,9 +746,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
675
746
|
customDate?: string | undefined;
|
676
747
|
}[];
|
677
748
|
};
|
678
|
-
loading: import("vue").Ref<boolean>;
|
679
|
-
parentInputRef: import("vue").Ref<any>;
|
680
|
-
parentInputAddRef: import("vue").Ref<any>;
|
749
|
+
loading: import("vue").Ref<boolean, boolean>;
|
750
|
+
parentInputRef: import("vue").Ref<any, any>;
|
751
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
681
752
|
DisplayCategoryState: {
|
682
753
|
addDisplayCategory: string;
|
683
754
|
displayCategories: {
|
@@ -718,16 +789,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
718
789
|
saveAdd: () => void;
|
719
790
|
cancelSaveAdd: () => void;
|
720
791
|
checkActionList: () => boolean;
|
721
|
-
NSpin: any;
|
722
|
-
NIcon: any;
|
723
|
-
NInput: any;
|
724
|
-
NButton: any;
|
725
|
-
NTooltip: any;
|
726
|
-
NSelect: any;
|
727
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
728
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
729
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
730
|
-
ValueCfg: import("vue").DefineComponent<{
|
792
|
+
readonly NSpin: any;
|
793
|
+
readonly NIcon: any;
|
794
|
+
readonly NInput: any;
|
795
|
+
readonly NButton: any;
|
796
|
+
readonly NTooltip: any;
|
797
|
+
readonly NSelect: any;
|
798
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
799
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
800
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
801
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
731
802
|
item: {
|
732
803
|
type: ObjectConstructor;
|
733
804
|
default: null;
|
@@ -751,8 +822,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
751
822
|
type: StringConstructor;
|
752
823
|
default: null;
|
753
824
|
};
|
754
|
-
}
|
755
|
-
props:
|
825
|
+
}>, {
|
826
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
756
827
|
item: {
|
757
828
|
type: ObjectConstructor;
|
758
829
|
default: null;
|
@@ -776,19 +847,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
776
847
|
type: StringConstructor;
|
777
848
|
default: null;
|
778
849
|
};
|
779
|
-
}>> & {
|
850
|
+
}>> & Readonly<{
|
780
851
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
781
852
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
782
853
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
783
854
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
784
|
-
}
|
855
|
+
}> & {}>;
|
785
856
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
786
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
787
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
788
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
789
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
857
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
858
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
859
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
860
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
790
861
|
widgetType: import("vue").ComputedRef<any>;
|
791
|
-
Date: import("vue").DefineComponent<{
|
862
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
792
863
|
componentCfg: {
|
793
864
|
type: ObjectConstructor;
|
794
865
|
};
|
@@ -812,8 +883,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
812
883
|
type: StringConstructor;
|
813
884
|
default: null;
|
814
885
|
};
|
815
|
-
}
|
816
|
-
props:
|
886
|
+
}>, {
|
887
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
817
888
|
componentCfg: {
|
818
889
|
type: ObjectConstructor;
|
819
890
|
};
|
@@ -837,15 +908,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
837
908
|
type: StringConstructor;
|
838
909
|
default: null;
|
839
910
|
};
|
840
|
-
}>> & {
|
911
|
+
}>> & Readonly<{
|
841
912
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
842
913
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
843
914
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
844
|
-
}
|
915
|
+
}> & {}>;
|
845
916
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
846
|
-
filterType: import("vue").ComputedRef<"1" | "
|
847
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
848
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
917
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
918
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
919
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
849
920
|
dateType: any;
|
850
921
|
valueFormat: import("vue").ComputedRef<string>;
|
851
922
|
compType: import("vue").ComputedRef<any>;
|
@@ -860,7 +931,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
860
931
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
861
932
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
862
933
|
};
|
863
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
934
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
864
935
|
updateUnchangedValue: {
|
865
936
|
type: BooleanConstructor;
|
866
937
|
};
|
@@ -891,11 +962,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
891
962
|
isDateDisabled: {
|
892
963
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
893
964
|
};
|
894
|
-
}
|
965
|
+
}>, {
|
895
966
|
attrs: {
|
896
967
|
[x: string]: unknown;
|
897
968
|
};
|
898
|
-
props:
|
969
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
899
970
|
updateUnchangedValue: {
|
900
971
|
type: BooleanConstructor;
|
901
972
|
};
|
@@ -926,15 +997,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
926
997
|
isDateDisabled: {
|
927
998
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
928
999
|
};
|
929
|
-
}>> & {
|
1000
|
+
}>> & Readonly<{
|
930
1001
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
931
|
-
}
|
1002
|
+
}> & {}>;
|
932
1003
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
933
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
934
|
-
panelInstRef: import("vue").Ref<null>;
|
935
|
-
placeholderRef: import("vue").Ref<any>;
|
936
|
-
oldValue: string;
|
937
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1004
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
1005
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1006
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1007
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1008
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
938
1009
|
isDateTime: import("vue").ComputedRef<boolean>;
|
939
1010
|
formatRef: import("vue").ComputedRef<string>;
|
940
1011
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -949,8 +1020,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
949
1020
|
onConfirm: (...args: any[]) => Promise<void>;
|
950
1021
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
951
1022
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
952
|
-
NDatePicker: any;
|
953
|
-
},
|
1023
|
+
readonly NDatePicker: any;
|
1024
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
954
1025
|
updateUnchangedValue: {
|
955
1026
|
type: BooleanConstructor;
|
956
1027
|
};
|
@@ -981,16 +1052,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
981
1052
|
isDateDisabled: {
|
982
1053
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
983
1054
|
};
|
984
|
-
}>> & {
|
1055
|
+
}>> & Readonly<{
|
985
1056
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
986
|
-
}
|
1057
|
+
}>, {
|
987
1058
|
type: string;
|
988
1059
|
updateUnchangedValue: boolean;
|
989
1060
|
to: string | false | HTMLElement;
|
990
1061
|
holidays: Date[];
|
991
|
-
}>>;
|
992
|
-
NSelect: any;
|
993
|
-
DateOption: import("vue").DefineComponent<{
|
1062
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1063
|
+
readonly NSelect: any;
|
1064
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
994
1065
|
filterType: {
|
995
1066
|
type: StringConstructor;
|
996
1067
|
required: true;
|
@@ -1015,7 +1086,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1015
1086
|
valueFormat: {
|
1016
1087
|
type: StringConstructor;
|
1017
1088
|
};
|
1018
|
-
}
|
1089
|
+
}>, {
|
1019
1090
|
widgetOptions: {
|
1020
1091
|
label: string;
|
1021
1092
|
value: string;
|
@@ -1024,9 +1095,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1024
1095
|
label: string;
|
1025
1096
|
value: string;
|
1026
1097
|
}[];
|
1027
|
-
startDateNum: import("vue").Ref<any>;
|
1028
|
-
endDateNum: import("vue").Ref<any>;
|
1029
|
-
props:
|
1098
|
+
startDateNum: import("vue").Ref<any, any>;
|
1099
|
+
endDateNum: import("vue").Ref<any, any>;
|
1100
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1030
1101
|
filterType: {
|
1031
1102
|
type: StringConstructor;
|
1032
1103
|
required: true;
|
@@ -1051,17 +1122,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1051
1122
|
valueFormat: {
|
1052
1123
|
type: StringConstructor;
|
1053
1124
|
};
|
1054
|
-
}>> & {
|
1125
|
+
}>> & Readonly<{
|
1055
1126
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1056
1127
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1057
|
-
}
|
1128
|
+
}> & {}>;
|
1058
1129
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1059
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1060
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1130
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1131
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1061
1132
|
handleChange: (val: any, type: "start" | "end") => void;
|
1062
|
-
NSelect: any;
|
1063
|
-
NInputNumber: any;
|
1064
|
-
},
|
1133
|
+
readonly NSelect: any;
|
1134
|
+
readonly NInputNumber: any;
|
1135
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1065
1136
|
filterType: {
|
1066
1137
|
type: StringConstructor;
|
1067
1138
|
required: true;
|
@@ -1086,14 +1157,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1086
1157
|
valueFormat: {
|
1087
1158
|
type: StringConstructor;
|
1088
1159
|
};
|
1089
|
-
}>> & {
|
1160
|
+
}>> & Readonly<{
|
1090
1161
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1091
1162
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1092
|
-
}
|
1163
|
+
}>, {
|
1093
1164
|
modelValue: string | number | unknown[];
|
1094
1165
|
presetVal: string;
|
1095
|
-
}>;
|
1096
|
-
WidgetValEnums: {
|
1166
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1167
|
+
readonly WidgetValEnums: {
|
1097
1168
|
CUSTOM: string;
|
1098
1169
|
FIRST_VAL: string;
|
1099
1170
|
WHOLE: string;
|
@@ -1124,7 +1195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1124
1195
|
NEXT_YEAR: string;
|
1125
1196
|
LAST_YEAR: string;
|
1126
1197
|
};
|
1127
|
-
},
|
1198
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1128
1199
|
componentCfg: {
|
1129
1200
|
type: ObjectConstructor;
|
1130
1201
|
};
|
@@ -1148,17 +1219,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1148
1219
|
type: StringConstructor;
|
1149
1220
|
default: null;
|
1150
1221
|
};
|
1151
|
-
}>> & {
|
1222
|
+
}>> & Readonly<{
|
1152
1223
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1153
1224
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1154
1225
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1155
|
-
}
|
1226
|
+
}>, {
|
1156
1227
|
modelValue: string | number | unknown[];
|
1157
1228
|
paramCfg: Record<string, any>;
|
1158
1229
|
presetVal: string;
|
1159
1230
|
customDate: string;
|
1160
|
-
}>;
|
1161
|
-
InputFilter: import("vue").DefineComponent<{
|
1231
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1232
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1162
1233
|
paramCfg: {
|
1163
1234
|
type: ObjectConstructor;
|
1164
1235
|
default: null;
|
@@ -1170,8 +1241,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1170
1241
|
isAccurateFilter: {
|
1171
1242
|
type: BooleanConstructor;
|
1172
1243
|
};
|
1173
|
-
}
|
1174
|
-
props:
|
1244
|
+
}>, {
|
1245
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1175
1246
|
paramCfg: {
|
1176
1247
|
type: ObjectConstructor;
|
1177
1248
|
default: null;
|
@@ -1183,21 +1254,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
1183
1254
|
isAccurateFilter: {
|
1184
1255
|
type: BooleanConstructor;
|
1185
1256
|
};
|
1186
|
-
}>> & {
|
1257
|
+
}>> & Readonly<{
|
1187
1258
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1188
1259
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1189
|
-
}
|
1260
|
+
}> & {}>;
|
1190
1261
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
1191
1262
|
optionList: import("vue").Ref<{
|
1192
1263
|
label: string;
|
1193
1264
|
value: number;
|
1265
|
+
}[], {
|
1266
|
+
label: string;
|
1267
|
+
value: number;
|
1268
|
+
}[] | {
|
1269
|
+
label: string;
|
1270
|
+
value: number;
|
1194
1271
|
}[]>;
|
1195
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1196
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
1272
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1273
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
1197
1274
|
isShowSearch: import("vue").ComputedRef<any>;
|
1198
|
-
NInput: any;
|
1199
|
-
NSelect: any;
|
1200
|
-
},
|
1275
|
+
readonly NInput: any;
|
1276
|
+
readonly NSelect: any;
|
1277
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1201
1278
|
paramCfg: {
|
1202
1279
|
type: ObjectConstructor;
|
1203
1280
|
default: null;
|
@@ -1209,42 +1286,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
1209
1286
|
isAccurateFilter: {
|
1210
1287
|
type: BooleanConstructor;
|
1211
1288
|
};
|
1212
|
-
}>> & {
|
1289
|
+
}>> & Readonly<{
|
1213
1290
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1214
1291
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1215
|
-
}
|
1292
|
+
}>, {
|
1216
1293
|
modelValue: string | number | unknown[];
|
1217
1294
|
paramCfg: Record<string, any>;
|
1218
1295
|
isAccurateFilter: boolean;
|
1219
|
-
}>;
|
1220
|
-
InputNumber: import("vue").DefineComponent<{
|
1296
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1297
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1221
1298
|
modelValue: {
|
1222
1299
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1223
1300
|
default: null;
|
1224
1301
|
};
|
1225
|
-
}
|
1226
|
-
props:
|
1302
|
+
}>, {
|
1303
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1227
1304
|
modelValue: {
|
1228
1305
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1229
1306
|
default: null;
|
1230
1307
|
};
|
1231
|
-
}>> & {
|
1308
|
+
}>> & Readonly<{
|
1232
1309
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1233
|
-
}
|
1310
|
+
}> & {}>;
|
1234
1311
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1235
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1236
|
-
NInputNumber: any;
|
1237
|
-
},
|
1312
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1313
|
+
readonly NInputNumber: any;
|
1314
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1238
1315
|
modelValue: {
|
1239
1316
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1240
1317
|
default: null;
|
1241
1318
|
};
|
1242
|
-
}>> & {
|
1319
|
+
}>> & Readonly<{
|
1243
1320
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1244
|
-
}
|
1321
|
+
}>, {
|
1245
1322
|
modelValue: string | number | unknown[];
|
1246
|
-
}>;
|
1247
|
-
SelectFilter: import("vue").DefineComponent<{
|
1323
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1324
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1248
1325
|
paramCfg: {
|
1249
1326
|
type: ObjectConstructor;
|
1250
1327
|
default: null;
|
@@ -1257,8 +1334,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1257
1334
|
type: StringConstructor;
|
1258
1335
|
default: string;
|
1259
1336
|
};
|
1260
|
-
}
|
1261
|
-
props:
|
1337
|
+
}>, {
|
1338
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1262
1339
|
paramCfg: {
|
1263
1340
|
type: ObjectConstructor;
|
1264
1341
|
default: null;
|
@@ -1271,15 +1348,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1271
1348
|
type: StringConstructor;
|
1272
1349
|
default: string;
|
1273
1350
|
};
|
1274
|
-
}>> & {
|
1351
|
+
}>> & Readonly<{
|
1275
1352
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1276
|
-
}
|
1353
|
+
}> & {}>;
|
1277
1354
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1278
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1355
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1279
1356
|
optionSetting: import("vue").ComputedRef<any>;
|
1280
1357
|
widgetOptions: import("vue").ComputedRef<any>;
|
1281
|
-
NSelect: any;
|
1282
|
-
WidgetOptionEnums: {
|
1358
|
+
readonly NSelect: any;
|
1359
|
+
readonly WidgetOptionEnums: {
|
1283
1360
|
RADIO: string;
|
1284
1361
|
MULTIPLE: string;
|
1285
1362
|
ALL: string;
|
@@ -1288,7 +1365,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1288
1365
|
FUTURE_TIME: string;
|
1289
1366
|
CUSTOM_TIME: string;
|
1290
1367
|
};
|
1291
|
-
},
|
1368
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1292
1369
|
paramCfg: {
|
1293
1370
|
type: ObjectConstructor;
|
1294
1371
|
default: null;
|
@@ -1301,14 +1378,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1301
1378
|
type: StringConstructor;
|
1302
1379
|
default: string;
|
1303
1380
|
};
|
1304
|
-
}>> & {
|
1381
|
+
}>> & Readonly<{
|
1305
1382
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1306
|
-
}
|
1383
|
+
}>, {
|
1307
1384
|
modelValue: string | number | unknown[];
|
1308
1385
|
widgetType: string;
|
1309
1386
|
paramCfg: Record<string, any>;
|
1310
|
-
}>;
|
1311
|
-
SelectDynamic: import("vue").DefineComponent<{
|
1387
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1388
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1312
1389
|
paramCfg: {
|
1313
1390
|
type: ObjectConstructor;
|
1314
1391
|
default: null;
|
@@ -1317,9 +1394,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1317
1394
|
type: PropType<AnyObject[]>;
|
1318
1395
|
default: null;
|
1319
1396
|
};
|
1320
|
-
}
|
1321
|
-
message: import("naive-ui").MessageApi;
|
1322
|
-
props:
|
1397
|
+
}>, {
|
1398
|
+
message: import("naive-ui/es/message").MessageApi;
|
1399
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1323
1400
|
paramCfg: {
|
1324
1401
|
type: ObjectConstructor;
|
1325
1402
|
default: null;
|
@@ -1328,23 +1405,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
1328
1405
|
type: PropType<AnyObject[]>;
|
1329
1406
|
default: null;
|
1330
1407
|
};
|
1331
|
-
}>> & {
|
1408
|
+
}>> & Readonly<{
|
1332
1409
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1333
|
-
}
|
1410
|
+
}> & {}>;
|
1334
1411
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1335
1412
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1336
|
-
selectDynamicRef: any
|
1337
|
-
isLoading: import("vue").Ref<boolean>;
|
1413
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
1414
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
1338
1415
|
filterApiConfig: AnyObject;
|
1339
|
-
classifyFilterList: import("vue").Ref<AnyObject[]>;
|
1340
|
-
totalPage: import("vue").Ref<number>;
|
1416
|
+
classifyFilterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1417
|
+
totalPage: import("vue").Ref<number, number>;
|
1341
1418
|
menuProps: {
|
1342
1419
|
class: string;
|
1343
1420
|
};
|
1344
|
-
curPage: import("vue").Ref<number>;
|
1345
|
-
fieldTitleList: import("vue").Ref<any>;
|
1346
|
-
selectOptions: import("vue").Ref<any[]>;
|
1347
|
-
keywordVal: import("vue").Ref<any>;
|
1421
|
+
curPage: import("vue").Ref<number, number>;
|
1422
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
1423
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
1424
|
+
keywordVal: import("vue").Ref<any, any>;
|
1348
1425
|
optionSetting: import("vue").ComputedRef<any>;
|
1349
1426
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1350
1427
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -1367,8 +1444,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1367
1444
|
}>;
|
1368
1445
|
init: () => void;
|
1369
1446
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
1370
|
-
NSelect: any;
|
1371
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
1447
|
+
readonly NSelect: any;
|
1448
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1372
1449
|
oldValue: {
|
1373
1450
|
type: PropType<AnyObject[]>;
|
1374
1451
|
default: () => never[];
|
@@ -1405,9 +1482,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1405
1482
|
type: BooleanConstructor;
|
1406
1483
|
default: boolean;
|
1407
1484
|
};
|
1408
|
-
}
|
1485
|
+
}>, {
|
1409
1486
|
selectMinWidth: number;
|
1410
|
-
props:
|
1487
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1411
1488
|
oldValue: {
|
1412
1489
|
type: PropType<AnyObject[]>;
|
1413
1490
|
default: () => never[];
|
@@ -1444,12 +1521,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1444
1521
|
type: BooleanConstructor;
|
1445
1522
|
default: boolean;
|
1446
1523
|
};
|
1447
|
-
}>> & {
|
1448
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1524
|
+
}>> & Readonly<{
|
1449
1525
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1450
|
-
|
1526
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1527
|
+
}> & {}>;
|
1451
1528
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
1452
|
-
dragEndWidth: import("vue").Ref<number>;
|
1529
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
1453
1530
|
showKeys: import("vue").ComputedRef<any>;
|
1454
1531
|
titleList: import("vue").ComputedRef<string[]>;
|
1455
1532
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -1457,16 +1534,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1457
1534
|
searchByPage: (onePage: number) => void;
|
1458
1535
|
changeWidth: ({ distance }: any) => void;
|
1459
1536
|
saveWidth: () => void;
|
1460
|
-
NEmpty: any;
|
1461
|
-
NButtonGroup: any;
|
1462
|
-
NButton: any;
|
1463
|
-
NIcon: any;
|
1464
|
-
NPopover: any;
|
1465
|
-
vFlexibleResize: {
|
1537
|
+
readonly NEmpty: any;
|
1538
|
+
readonly NButtonGroup: any;
|
1539
|
+
readonly NButton: any;
|
1540
|
+
readonly NIcon: any;
|
1541
|
+
readonly NPopover: any;
|
1542
|
+
readonly vFlexibleResize: {
|
1466
1543
|
mounted(el: any, { value }: any): void;
|
1467
1544
|
beforeUnmount(el: any): void;
|
1468
1545
|
};
|
1469
|
-
WidgetValEnums: {
|
1546
|
+
readonly WidgetValEnums: {
|
1470
1547
|
CUSTOM: string;
|
1471
1548
|
FIRST_VAL: string;
|
1472
1549
|
WHOLE: string;
|
@@ -1497,9 +1574,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1497
1574
|
NEXT_YEAR: string;
|
1498
1575
|
LAST_YEAR: string;
|
1499
1576
|
};
|
1500
|
-
ArrowBack: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1501
|
-
ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1502
|
-
},
|
1577
|
+
readonly ArrowBack: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1578
|
+
readonly ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1579
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1503
1580
|
oldValue: {
|
1504
1581
|
type: PropType<AnyObject[]>;
|
1505
1582
|
default: () => never[];
|
@@ -1536,21 +1613,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1536
1613
|
type: BooleanConstructor;
|
1537
1614
|
default: boolean;
|
1538
1615
|
};
|
1539
|
-
}>> & {
|
1540
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1616
|
+
}>> & Readonly<{
|
1541
1617
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1542
|
-
|
1543
|
-
|
1618
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1619
|
+
}>, {
|
1544
1620
|
loading: boolean;
|
1621
|
+
isMultiple: boolean;
|
1545
1622
|
oldValue: AnyObject[];
|
1623
|
+
optionList: AnyObject[];
|
1624
|
+
isShowWhole: boolean;
|
1546
1625
|
dynamicOptionInfo: AnyObject;
|
1547
1626
|
fieldTitleList: AnyObject[];
|
1548
|
-
optionList: AnyObject[];
|
1549
1627
|
curPage: number;
|
1550
1628
|
isLastPage: boolean;
|
1551
|
-
|
1552
|
-
|
1553
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1629
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1630
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1554
1631
|
paramCfg: {
|
1555
1632
|
type: ObjectConstructor;
|
1556
1633
|
default: null;
|
@@ -1559,13 +1636,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1559
1636
|
type: PropType<AnyObject[]>;
|
1560
1637
|
default: null;
|
1561
1638
|
};
|
1562
|
-
}>> & {
|
1639
|
+
}>> & Readonly<{
|
1563
1640
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1564
|
-
}
|
1641
|
+
}>, {
|
1565
1642
|
modelValue: AnyObject[];
|
1566
1643
|
paramCfg: Record<string, any>;
|
1567
|
-
}>;
|
1568
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1644
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1645
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1569
1646
|
paramCfg: {
|
1570
1647
|
type: ObjectConstructor;
|
1571
1648
|
default: null;
|
@@ -1574,8 +1651,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1574
1651
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1575
1652
|
default: null;
|
1576
1653
|
};
|
1577
|
-
}
|
1578
|
-
props:
|
1654
|
+
}>, {
|
1655
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1579
1656
|
paramCfg: {
|
1580
1657
|
type: ObjectConstructor;
|
1581
1658
|
default: null;
|
@@ -1584,16 +1661,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1584
1661
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1585
1662
|
default: null;
|
1586
1663
|
};
|
1587
|
-
}>> & {
|
1664
|
+
}>> & Readonly<{
|
1588
1665
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1589
|
-
}
|
1590
|
-
startNumber: import("vue").Ref<any>;
|
1591
|
-
endNumber: import("vue").Ref<any>;
|
1666
|
+
}> & {}>;
|
1667
|
+
startNumber: import("vue").Ref<any, any>;
|
1668
|
+
endNumber: import("vue").Ref<any, any>;
|
1592
1669
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1593
1670
|
handleChange: (val: number | null, key: string) => void;
|
1594
|
-
NInputGroup: any;
|
1595
|
-
NInputNumber: any;
|
1596
|
-
},
|
1671
|
+
readonly NInputGroup: any;
|
1672
|
+
readonly NInputNumber: any;
|
1673
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1597
1674
|
paramCfg: {
|
1598
1675
|
type: ObjectConstructor;
|
1599
1676
|
default: null;
|
@@ -1602,13 +1679,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1602
1679
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1603
1680
|
default: null;
|
1604
1681
|
};
|
1605
|
-
}>> & {
|
1682
|
+
}>> & Readonly<{
|
1606
1683
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1607
|
-
}
|
1684
|
+
}>, {
|
1608
1685
|
modelValue: string | number | unknown[];
|
1609
1686
|
paramCfg: Record<string, any>;
|
1610
|
-
}>;
|
1611
|
-
DateRange: import("vue").DefineComponent<{
|
1687
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1688
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1612
1689
|
item: {
|
1613
1690
|
type: ObjectConstructor;
|
1614
1691
|
required: true;
|
@@ -1629,8 +1706,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1629
1706
|
type: StringConstructor;
|
1630
1707
|
default: null;
|
1631
1708
|
};
|
1632
|
-
}
|
1633
|
-
props:
|
1709
|
+
}>, {
|
1710
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1634
1711
|
item: {
|
1635
1712
|
type: ObjectConstructor;
|
1636
1713
|
required: true;
|
@@ -1651,15 +1728,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1651
1728
|
type: StringConstructor;
|
1652
1729
|
default: null;
|
1653
1730
|
};
|
1654
|
-
}>> & {
|
1731
|
+
}>> & Readonly<{
|
1655
1732
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1656
1733
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1657
1734
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1658
|
-
}
|
1735
|
+
}> & {}>;
|
1659
1736
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1660
|
-
startDate: import("vue").Ref<any>;
|
1661
|
-
endDate: import("vue").Ref<any>;
|
1662
|
-
filterType: import("vue").ComputedRef<"1" | "
|
1737
|
+
startDate: import("vue").Ref<any, any>;
|
1738
|
+
endDate: import("vue").Ref<any, any>;
|
1739
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1663
1740
|
valueFormat: import("vue").ComputedRef<string>;
|
1664
1741
|
dateFormat: import("vue").ComputedRef<string>;
|
1665
1742
|
compType: import("vue").ComputedRef<any>;
|
@@ -1677,8 +1754,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1677
1754
|
label: string;
|
1678
1755
|
value: string;
|
1679
1756
|
}[]>;
|
1680
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1681
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1757
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1758
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1682
1759
|
handleChange: (val: any, type: "start" | "end") => void;
|
1683
1760
|
isStartDateDisabled: (ts: number) => boolean;
|
1684
1761
|
timeStartDisabled: (ts: number) => {
|
@@ -1692,9 +1769,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1692
1769
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1693
1770
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1694
1771
|
};
|
1695
|
-
NSelect: any;
|
1696
|
-
NPopover: any;
|
1697
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1772
|
+
readonly NSelect: any;
|
1773
|
+
readonly NPopover: any;
|
1774
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1698
1775
|
updateUnchangedValue: {
|
1699
1776
|
type: BooleanConstructor;
|
1700
1777
|
};
|
@@ -1725,11 +1802,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1725
1802
|
isDateDisabled: {
|
1726
1803
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1727
1804
|
};
|
1728
|
-
}
|
1805
|
+
}>, {
|
1729
1806
|
attrs: {
|
1730
1807
|
[x: string]: unknown;
|
1731
1808
|
};
|
1732
|
-
props:
|
1809
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1733
1810
|
updateUnchangedValue: {
|
1734
1811
|
type: BooleanConstructor;
|
1735
1812
|
};
|
@@ -1760,15 +1837,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1760
1837
|
isDateDisabled: {
|
1761
1838
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1762
1839
|
};
|
1763
|
-
}>> & {
|
1840
|
+
}>> & Readonly<{
|
1764
1841
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1765
|
-
}
|
1842
|
+
}> & {}>;
|
1766
1843
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1767
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
1768
|
-
panelInstRef: import("vue").Ref<null>;
|
1769
|
-
placeholderRef: import("vue").Ref<any>;
|
1770
|
-
oldValue: string;
|
1771
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1844
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
1845
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1846
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1847
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1848
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1772
1849
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1773
1850
|
formatRef: import("vue").ComputedRef<string>;
|
1774
1851
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1783,8 +1860,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1783
1860
|
onConfirm: (...args: any[]) => Promise<void>;
|
1784
1861
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1785
1862
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1786
|
-
NDatePicker: any;
|
1787
|
-
},
|
1863
|
+
readonly NDatePicker: any;
|
1864
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1788
1865
|
updateUnchangedValue: {
|
1789
1866
|
type: BooleanConstructor;
|
1790
1867
|
};
|
@@ -1815,15 +1892,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1815
1892
|
isDateDisabled: {
|
1816
1893
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1817
1894
|
};
|
1818
|
-
}>> & {
|
1895
|
+
}>> & Readonly<{
|
1819
1896
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1820
|
-
}
|
1897
|
+
}>, {
|
1821
1898
|
type: string;
|
1822
1899
|
updateUnchangedValue: boolean;
|
1823
1900
|
to: string | false | HTMLElement;
|
1824
1901
|
holidays: Date[];
|
1825
|
-
}>>;
|
1826
|
-
DateOption: import("vue").DefineComponent<{
|
1902
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1903
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1827
1904
|
filterType: {
|
1828
1905
|
type: StringConstructor;
|
1829
1906
|
required: true;
|
@@ -1848,7 +1925,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1848
1925
|
valueFormat: {
|
1849
1926
|
type: StringConstructor;
|
1850
1927
|
};
|
1851
|
-
}
|
1928
|
+
}>, {
|
1852
1929
|
widgetOptions: {
|
1853
1930
|
label: string;
|
1854
1931
|
value: string;
|
@@ -1857,9 +1934,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1857
1934
|
label: string;
|
1858
1935
|
value: string;
|
1859
1936
|
}[];
|
1860
|
-
startDateNum: import("vue").Ref<any>;
|
1861
|
-
endDateNum: import("vue").Ref<any>;
|
1862
|
-
props:
|
1937
|
+
startDateNum: import("vue").Ref<any, any>;
|
1938
|
+
endDateNum: import("vue").Ref<any, any>;
|
1939
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1863
1940
|
filterType: {
|
1864
1941
|
type: StringConstructor;
|
1865
1942
|
required: true;
|
@@ -1884,17 +1961,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1884
1961
|
valueFormat: {
|
1885
1962
|
type: StringConstructor;
|
1886
1963
|
};
|
1887
|
-
}>> & {
|
1964
|
+
}>> & Readonly<{
|
1888
1965
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1889
1966
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1890
|
-
}
|
1967
|
+
}> & {}>;
|
1891
1968
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1892
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1893
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1969
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1970
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1894
1971
|
handleChange: (val: any, type: "start" | "end") => void;
|
1895
|
-
NSelect: any;
|
1896
|
-
NInputNumber: any;
|
1897
|
-
},
|
1972
|
+
readonly NSelect: any;
|
1973
|
+
readonly NInputNumber: any;
|
1974
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1898
1975
|
filterType: {
|
1899
1976
|
type: StringConstructor;
|
1900
1977
|
required: true;
|
@@ -1919,14 +1996,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1919
1996
|
valueFormat: {
|
1920
1997
|
type: StringConstructor;
|
1921
1998
|
};
|
1922
|
-
}>> & {
|
1999
|
+
}>> & Readonly<{
|
1923
2000
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1924
2001
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1925
|
-
}
|
2002
|
+
}>, {
|
1926
2003
|
modelValue: string | number | unknown[];
|
1927
2004
|
presetVal: string;
|
1928
|
-
}>;
|
1929
|
-
WidgetValEnums: {
|
2005
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2006
|
+
readonly WidgetValEnums: {
|
1930
2007
|
CUSTOM: string;
|
1931
2008
|
FIRST_VAL: string;
|
1932
2009
|
WHOLE: string;
|
@@ -1957,7 +2034,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1957
2034
|
NEXT_YEAR: string;
|
1958
2035
|
LAST_YEAR: string;
|
1959
2036
|
};
|
1960
|
-
},
|
2037
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1961
2038
|
item: {
|
1962
2039
|
type: ObjectConstructor;
|
1963
2040
|
required: true;
|
@@ -1978,17 +2055,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1978
2055
|
type: StringConstructor;
|
1979
2056
|
default: null;
|
1980
2057
|
};
|
1981
|
-
}>> & {
|
2058
|
+
}>> & Readonly<{
|
1982
2059
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1983
2060
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1984
2061
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1985
|
-
}
|
2062
|
+
}>, {
|
1986
2063
|
modelValue: string | number | unknown[];
|
1987
2064
|
paramCfg: Record<string, any>;
|
1988
2065
|
presetVal: string;
|
1989
2066
|
customDate: string;
|
1990
|
-
}>;
|
1991
|
-
SelectLabel: import("vue").DefineComponent<{
|
2067
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2068
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1992
2069
|
paramCfg: {
|
1993
2070
|
type: ObjectConstructor;
|
1994
2071
|
default: null;
|
@@ -1997,10 +2074,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1997
2074
|
type: StringConstructor;
|
1998
2075
|
default: null;
|
1999
2076
|
};
|
2000
|
-
}
|
2077
|
+
}>, {
|
2001
2078
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
2002
|
-
message: import("naive-ui").MessageApi;
|
2003
|
-
props:
|
2079
|
+
message: import("naive-ui/es/message").MessageApi;
|
2080
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2004
2081
|
paramCfg: {
|
2005
2082
|
type: ObjectConstructor;
|
2006
2083
|
default: null;
|
@@ -2009,13 +2086,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2009
2086
|
type: StringConstructor;
|
2010
2087
|
default: null;
|
2011
2088
|
};
|
2012
|
-
}>> & {
|
2089
|
+
}>> & Readonly<{
|
2013
2090
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2014
|
-
}
|
2091
|
+
}> & {}>;
|
2015
2092
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2016
|
-
tagList: import("vue").Ref<never[]>;
|
2093
|
+
tagList: import("vue").Ref<never[], never[]>;
|
2017
2094
|
filterApiConfig: AnyObject;
|
2018
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
2095
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
2019
2096
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
2020
2097
|
initTagList: () => Promise<void>;
|
2021
2098
|
renderOption: ({ node, option }: {
|
@@ -2027,8 +2104,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2027
2104
|
[key: string]: any;
|
2028
2105
|
}>;
|
2029
2106
|
renderLabel: (option: any) => any;
|
2030
|
-
NSelect: any;
|
2031
|
-
},
|
2107
|
+
readonly NSelect: any;
|
2108
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2032
2109
|
paramCfg: {
|
2033
2110
|
type: ObjectConstructor;
|
2034
2111
|
default: null;
|
@@ -2037,13 +2114,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2037
2114
|
type: StringConstructor;
|
2038
2115
|
default: null;
|
2039
2116
|
};
|
2040
|
-
}>> & {
|
2117
|
+
}>> & Readonly<{
|
2041
2118
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2042
|
-
}
|
2119
|
+
}>, {
|
2043
2120
|
modelValue: string;
|
2044
2121
|
paramCfg: Record<string, any>;
|
2045
|
-
}>;
|
2046
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
2122
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2123
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2047
2124
|
paramCfg: {
|
2048
2125
|
type: ObjectConstructor;
|
2049
2126
|
default: null;
|
@@ -2052,9 +2129,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
2052
2129
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2053
2130
|
default: null;
|
2054
2131
|
};
|
2055
|
-
}
|
2056
|
-
message: import("naive-ui").MessageApi;
|
2057
|
-
props:
|
2132
|
+
}>, {
|
2133
|
+
message: import("naive-ui/es/message").MessageApi;
|
2134
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2058
2135
|
paramCfg: {
|
2059
2136
|
type: ObjectConstructor;
|
2060
2137
|
default: null;
|
@@ -2063,22 +2140,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
2063
2140
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2064
2141
|
default: null;
|
2065
2142
|
};
|
2066
|
-
}>> & {
|
2143
|
+
}>> & Readonly<{
|
2067
2144
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2068
|
-
}
|
2145
|
+
}> & {}>;
|
2069
2146
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
2070
2147
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2071
|
-
options: import("vue").Ref<any[]>;
|
2148
|
+
options: import("vue").Ref<any[], any[]>;
|
2072
2149
|
filterApiConfig: AnyObject;
|
2073
|
-
classifyFilterList: import("vue").Ref<AnyObject[]>;
|
2150
|
+
classifyFilterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
2074
2151
|
optionSetting: import("vue").ComputedRef<any>;
|
2075
2152
|
isMultiple: import("vue").ComputedRef<boolean>;
|
2076
2153
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
2077
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2154
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2078
2155
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
2079
2156
|
getOptionsData: (keyword: string) => Promise<void>;
|
2080
|
-
NTreeSelect: any;
|
2081
|
-
},
|
2157
|
+
readonly NTreeSelect: any;
|
2158
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2082
2159
|
paramCfg: {
|
2083
2160
|
type: ObjectConstructor;
|
2084
2161
|
default: null;
|
@@ -2087,13 +2164,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2087
2164
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2088
2165
|
default: null;
|
2089
2166
|
};
|
2090
|
-
}>> & {
|
2167
|
+
}>> & Readonly<{
|
2091
2168
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2092
|
-
}
|
2169
|
+
}>, {
|
2093
2170
|
modelValue: string | number | unknown[];
|
2094
2171
|
paramCfg: Record<string, any>;
|
2095
|
-
}>;
|
2096
|
-
WidgetTypeEnums: {
|
2172
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2173
|
+
readonly WidgetTypeEnums: {
|
2097
2174
|
INPUT_NUMBER: string;
|
2098
2175
|
INPUT: string;
|
2099
2176
|
SELECT: string;
|
@@ -2113,7 +2190,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2113
2190
|
SELECTTREE: string;
|
2114
2191
|
SELECTTREEDYNAMIC: string;
|
2115
2192
|
};
|
2116
|
-
},
|
2193
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2117
2194
|
item: {
|
2118
2195
|
type: ObjectConstructor;
|
2119
2196
|
default: null;
|
@@ -2137,20 +2214,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
2137
2214
|
type: StringConstructor;
|
2138
2215
|
default: null;
|
2139
2216
|
};
|
2140
|
-
}>> & {
|
2217
|
+
}>> & Readonly<{
|
2141
2218
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2142
2219
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
2143
2220
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
2144
2221
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
2145
|
-
}
|
2222
|
+
}>, {
|
2146
2223
|
modelValue: string | number | unknown[];
|
2147
2224
|
item: Record<string, any>;
|
2148
2225
|
paramCfg: Record<string, any>;
|
2149
2226
|
presetVal: string;
|
2150
2227
|
isAccurate: boolean;
|
2151
2228
|
customDate: string;
|
2152
|
-
}>;
|
2153
|
-
ConditionEnums: {
|
2229
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2230
|
+
readonly ConditionEnums: {
|
2154
2231
|
NULL: string;
|
2155
2232
|
EQUAL: string;
|
2156
2233
|
CUSTOM_RANGE: string;
|
@@ -2159,7 +2236,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2159
2236
|
IN_THE_PAST_DI: string;
|
2160
2237
|
IN_THE_FUTURE_DI: string;
|
2161
2238
|
};
|
2162
|
-
},
|
2239
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2163
2240
|
actionList_prop: {
|
2164
2241
|
type: PropType<IClassifyListType>;
|
2165
2242
|
default: () => {};
|
@@ -2184,18 +2261,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2184
2261
|
type: BooleanConstructor;
|
2185
2262
|
default: boolean;
|
2186
2263
|
};
|
2187
|
-
}>> & {
|
2264
|
+
}>> & Readonly<{
|
2188
2265
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2189
2266
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2190
|
-
}
|
2267
|
+
}>, {
|
2191
2268
|
searchFieldList: unknown[];
|
2192
2269
|
tableId: string;
|
2193
2270
|
conditionList: unknown[];
|
2194
2271
|
actionList_prop: IClassifyListType;
|
2195
2272
|
showItemName: boolean;
|
2196
2273
|
hideAddBtn: boolean;
|
2197
|
-
}>;
|
2198
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
2274
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2275
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2199
2276
|
actionList_prop: {
|
2200
2277
|
type: PropType<IClassifyListType>;
|
2201
2278
|
default: () => {};
|
@@ -2220,15 +2297,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2220
2297
|
type: BooleanConstructor;
|
2221
2298
|
default: boolean;
|
2222
2299
|
};
|
2223
|
-
}
|
2224
|
-
$message: import("naive-ui").MessageApi;
|
2300
|
+
}>, {
|
2301
|
+
$message: import("naive-ui/es/message").MessageApi;
|
2225
2302
|
menuProps: {
|
2226
2303
|
class: string;
|
2227
2304
|
};
|
2228
2305
|
dateCons: string[];
|
2229
2306
|
textCons: string[];
|
2230
2307
|
numberCons: string[];
|
2231
|
-
props:
|
2308
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2232
2309
|
actionList_prop: {
|
2233
2310
|
type: PropType<IClassifyListType>;
|
2234
2311
|
default: () => {};
|
@@ -2253,19 +2330,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
2253
2330
|
type: BooleanConstructor;
|
2254
2331
|
default: boolean;
|
2255
2332
|
};
|
2256
|
-
}>> & {
|
2333
|
+
}>> & Readonly<{
|
2257
2334
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2258
2335
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2259
|
-
}
|
2336
|
+
}> & {}>;
|
2260
2337
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
2261
2338
|
$attrs: {
|
2262
2339
|
[x: string]: unknown;
|
2263
2340
|
};
|
2264
2341
|
FormState: any;
|
2265
|
-
loading: import("vue").Ref<boolean>;
|
2266
|
-
parentInputRef: import("vue").Ref<any>;
|
2267
|
-
parentInputAddRef: import("vue").Ref<any>;
|
2268
|
-
sqlExpression: any
|
2342
|
+
loading: import("vue").Ref<boolean, boolean>;
|
2343
|
+
parentInputRef: import("vue").Ref<any, any>;
|
2344
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
2345
|
+
sqlExpression: import("vue").Ref<any, any>;
|
2269
2346
|
DisplayCategoryState: {
|
2270
2347
|
addDisplayCategory: string;
|
2271
2348
|
displayCategories: {
|
@@ -2302,16 +2379,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2302
2379
|
saveAdd: () => void;
|
2303
2380
|
cancelSaveAdd: () => void;
|
2304
2381
|
checkActionList: () => any;
|
2305
|
-
NSpin: any;
|
2306
|
-
NIcon: any;
|
2307
|
-
NInput: any;
|
2308
|
-
NButton: any;
|
2309
|
-
NTooltip: any;
|
2310
|
-
NSelect: any;
|
2311
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2312
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2313
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2314
|
-
ValueCfg: import("vue").DefineComponent<{
|
2382
|
+
readonly NSpin: any;
|
2383
|
+
readonly NIcon: any;
|
2384
|
+
readonly NInput: any;
|
2385
|
+
readonly NButton: any;
|
2386
|
+
readonly NTooltip: any;
|
2387
|
+
readonly NSelect: any;
|
2388
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2389
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2390
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2391
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2315
2392
|
paramCfg: {
|
2316
2393
|
type: ObjectConstructor;
|
2317
2394
|
default: null;
|
@@ -2324,8 +2401,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2324
2401
|
type: ArrayConstructor;
|
2325
2402
|
default: () => never[];
|
2326
2403
|
};
|
2327
|
-
}
|
2328
|
-
props:
|
2404
|
+
}>, {
|
2405
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2329
2406
|
paramCfg: {
|
2330
2407
|
type: ObjectConstructor;
|
2331
2408
|
default: null;
|
@@ -2338,17 +2415,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
2338
2415
|
type: ArrayConstructor;
|
2339
2416
|
default: () => never[];
|
2340
2417
|
};
|
2341
|
-
}>> & {
|
2418
|
+
}>> & Readonly<{
|
2342
2419
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2343
2420
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2344
|
-
}
|
2421
|
+
}> & {}>;
|
2345
2422
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
2346
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2347
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
2423
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2424
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
2348
2425
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
2349
2426
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
2350
2427
|
biType: import("vue").ComputedRef<any>;
|
2351
|
-
Date: import("vue").DefineComponent<{
|
2428
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2352
2429
|
componentCfg: {
|
2353
2430
|
type: ObjectConstructor;
|
2354
2431
|
};
|
@@ -2360,8 +2437,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2360
2437
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2361
2438
|
default: null;
|
2362
2439
|
};
|
2363
|
-
}
|
2364
|
-
props:
|
2440
|
+
}>, {
|
2441
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2365
2442
|
componentCfg: {
|
2366
2443
|
type: ObjectConstructor;
|
2367
2444
|
};
|
@@ -2373,15 +2450,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2373
2450
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2374
2451
|
default: null;
|
2375
2452
|
};
|
2376
|
-
}>> & {
|
2453
|
+
}>> & Readonly<{
|
2377
2454
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2378
|
-
}
|
2455
|
+
}> & {}>;
|
2379
2456
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2380
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2457
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2381
2458
|
dateType: any;
|
2382
2459
|
valueFormat: import("vue").ComputedRef<string>;
|
2383
2460
|
compType: import("vue").ComputedRef<any>;
|
2384
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
2461
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2385
2462
|
updateUnchangedValue: {
|
2386
2463
|
type: BooleanConstructor;
|
2387
2464
|
};
|
@@ -2412,11 +2489,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2412
2489
|
isDateDisabled: {
|
2413
2490
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2414
2491
|
};
|
2415
|
-
}
|
2492
|
+
}>, {
|
2416
2493
|
attrs: {
|
2417
2494
|
[x: string]: unknown;
|
2418
2495
|
};
|
2419
|
-
props:
|
2496
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2420
2497
|
updateUnchangedValue: {
|
2421
2498
|
type: BooleanConstructor;
|
2422
2499
|
};
|
@@ -2447,15 +2524,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2447
2524
|
isDateDisabled: {
|
2448
2525
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2449
2526
|
};
|
2450
|
-
}>> & {
|
2527
|
+
}>> & Readonly<{
|
2451
2528
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2452
|
-
}
|
2529
|
+
}> & {}>;
|
2453
2530
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
2454
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
2455
|
-
panelInstRef: import("vue").Ref<null>;
|
2456
|
-
placeholderRef: import("vue").Ref<any>;
|
2457
|
-
oldValue: string;
|
2458
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
2531
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
2532
|
+
panelInstRef: import("vue").Ref<null, null>;
|
2533
|
+
placeholderRef: import("vue").Ref<any, any>;
|
2534
|
+
oldValue: (string | [string, string]) | null | undefined;
|
2535
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
2459
2536
|
isDateTime: import("vue").ComputedRef<boolean>;
|
2460
2537
|
formatRef: import("vue").ComputedRef<string>;
|
2461
2538
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -2470,8 +2547,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2470
2547
|
onConfirm: (...args: any[]) => Promise<void>;
|
2471
2548
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
2472
2549
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
2473
|
-
NDatePicker: any;
|
2474
|
-
},
|
2550
|
+
readonly NDatePicker: any;
|
2551
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2475
2552
|
updateUnchangedValue: {
|
2476
2553
|
type: BooleanConstructor;
|
2477
2554
|
};
|
@@ -2502,15 +2579,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2502
2579
|
isDateDisabled: {
|
2503
2580
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2504
2581
|
};
|
2505
|
-
}>> & {
|
2582
|
+
}>> & Readonly<{
|
2506
2583
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2507
|
-
}
|
2584
|
+
}>, {
|
2508
2585
|
type: string;
|
2509
2586
|
updateUnchangedValue: boolean;
|
2510
2587
|
to: string | false | HTMLElement;
|
2511
2588
|
holidays: Date[];
|
2512
|
-
}>>;
|
2513
|
-
},
|
2589
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2590
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2514
2591
|
componentCfg: {
|
2515
2592
|
type: ObjectConstructor;
|
2516
2593
|
};
|
@@ -2522,13 +2599,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2522
2599
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2523
2600
|
default: null;
|
2524
2601
|
};
|
2525
|
-
}>> & {
|
2602
|
+
}>> & Readonly<{
|
2526
2603
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2527
|
-
}
|
2604
|
+
}>, {
|
2528
2605
|
modelValue: string | number | unknown[];
|
2529
2606
|
paramCfg: Record<string, any>;
|
2530
|
-
}>;
|
2531
|
-
InputFilter: import("vue").DefineComponent<{
|
2607
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2608
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2532
2609
|
paramCfg: {
|
2533
2610
|
type: ObjectConstructor;
|
2534
2611
|
default: null;
|
@@ -2537,8 +2614,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2537
2614
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2538
2615
|
default: null;
|
2539
2616
|
};
|
2540
|
-
}
|
2541
|
-
props:
|
2617
|
+
}>, {
|
2618
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2542
2619
|
paramCfg: {
|
2543
2620
|
type: ObjectConstructor;
|
2544
2621
|
default: null;
|
@@ -2547,13 +2624,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2547
2624
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2548
2625
|
default: null;
|
2549
2626
|
};
|
2550
|
-
}>> & {
|
2627
|
+
}>> & Readonly<{
|
2551
2628
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2552
|
-
}
|
2629
|
+
}> & {}>;
|
2553
2630
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2554
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2555
|
-
NInput: any;
|
2556
|
-
},
|
2631
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2632
|
+
readonly NInput: any;
|
2633
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2557
2634
|
paramCfg: {
|
2558
2635
|
type: ObjectConstructor;
|
2559
2636
|
default: null;
|
@@ -2562,40 +2639,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
2562
2639
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2563
2640
|
default: null;
|
2564
2641
|
};
|
2565
|
-
}>> & {
|
2642
|
+
}>> & Readonly<{
|
2566
2643
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2567
|
-
}
|
2644
|
+
}>, {
|
2568
2645
|
modelValue: string | number | unknown[];
|
2569
2646
|
paramCfg: Record<string, any>;
|
2570
|
-
}>;
|
2571
|
-
InputNumber: import("vue").DefineComponent<{
|
2647
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2648
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2572
2649
|
modelValue: {
|
2573
2650
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2574
2651
|
default: null;
|
2575
2652
|
};
|
2576
|
-
}
|
2577
|
-
props:
|
2653
|
+
}>, {
|
2654
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2578
2655
|
modelValue: {
|
2579
2656
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2580
2657
|
default: null;
|
2581
2658
|
};
|
2582
|
-
}>> & {
|
2659
|
+
}>> & Readonly<{
|
2583
2660
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2584
|
-
}
|
2661
|
+
}> & {}>;
|
2585
2662
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2586
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2587
|
-
NInputNumber: any;
|
2588
|
-
},
|
2663
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2664
|
+
readonly NInputNumber: any;
|
2665
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2589
2666
|
modelValue: {
|
2590
2667
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2591
2668
|
default: null;
|
2592
2669
|
};
|
2593
|
-
}>> & {
|
2670
|
+
}>> & Readonly<{
|
2594
2671
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2595
|
-
}
|
2672
|
+
}>, {
|
2596
2673
|
modelValue: string | number | unknown[];
|
2597
|
-
}>;
|
2598
|
-
SelectFilter: import("vue").DefineComponent<{
|
2674
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2675
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2599
2676
|
paramCfg: {
|
2600
2677
|
type: ObjectConstructor;
|
2601
2678
|
default: null;
|
@@ -2604,8 +2681,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2604
2681
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2605
2682
|
default: null;
|
2606
2683
|
};
|
2607
|
-
}
|
2608
|
-
props:
|
2684
|
+
}>, {
|
2685
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2609
2686
|
paramCfg: {
|
2610
2687
|
type: ObjectConstructor;
|
2611
2688
|
default: null;
|
@@ -2614,15 +2691,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2614
2691
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2615
2692
|
default: null;
|
2616
2693
|
};
|
2617
|
-
}>> & {
|
2694
|
+
}>> & Readonly<{
|
2618
2695
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2619
|
-
}
|
2696
|
+
}> & {}>;
|
2620
2697
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2621
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2698
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2622
2699
|
optionSetting: import("vue").ComputedRef<any>;
|
2623
2700
|
widgetOptions: import("vue").ComputedRef<any>;
|
2624
|
-
NSelect: any;
|
2625
|
-
WidgetOptionEnums: {
|
2701
|
+
readonly NSelect: any;
|
2702
|
+
readonly WidgetOptionEnums: {
|
2626
2703
|
RADIO: string;
|
2627
2704
|
MULTIPLE: string;
|
2628
2705
|
ALL: string;
|
@@ -2631,7 +2708,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2631
2708
|
FUTURE_TIME: string;
|
2632
2709
|
CUSTOM_TIME: string;
|
2633
2710
|
};
|
2634
|
-
},
|
2711
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2635
2712
|
paramCfg: {
|
2636
2713
|
type: ObjectConstructor;
|
2637
2714
|
default: null;
|
@@ -2640,13 +2717,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2640
2717
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2641
2718
|
default: null;
|
2642
2719
|
};
|
2643
|
-
}>> & {
|
2720
|
+
}>> & Readonly<{
|
2644
2721
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2645
|
-
}
|
2722
|
+
}>, {
|
2646
2723
|
modelValue: string | number | unknown[];
|
2647
2724
|
paramCfg: Record<string, any>;
|
2648
|
-
}>;
|
2649
|
-
WidgetTypeEnums: {
|
2725
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2726
|
+
readonly WidgetTypeEnums: {
|
2650
2727
|
INPUT_NUMBER: string;
|
2651
2728
|
INPUT: string;
|
2652
2729
|
SELECT: string;
|
@@ -2666,7 +2743,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2666
2743
|
SELECTTREE: string;
|
2667
2744
|
SELECTTREEDYNAMIC: string;
|
2668
2745
|
};
|
2669
|
-
},
|
2746
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2670
2747
|
paramCfg: {
|
2671
2748
|
type: ObjectConstructor;
|
2672
2749
|
default: null;
|
@@ -2679,15 +2756,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2679
2756
|
type: ArrayConstructor;
|
2680
2757
|
default: () => never[];
|
2681
2758
|
};
|
2682
|
-
}>> & {
|
2759
|
+
}>> & Readonly<{
|
2683
2760
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2684
2761
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2685
|
-
}
|
2762
|
+
}>, {
|
2686
2763
|
modelValue: string | number | unknown[];
|
2687
2764
|
paramCfg: Record<string, any>;
|
2688
2765
|
modelValues: unknown[];
|
2689
|
-
}>;
|
2690
|
-
},
|
2766
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2767
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2691
2768
|
actionList_prop: {
|
2692
2769
|
type: PropType<IClassifyListType>;
|
2693
2770
|
default: () => {};
|
@@ -2712,18 +2789,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2712
2789
|
type: BooleanConstructor;
|
2713
2790
|
default: boolean;
|
2714
2791
|
};
|
2715
|
-
}>> & {
|
2792
|
+
}>> & Readonly<{
|
2716
2793
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2717
2794
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2718
|
-
}
|
2795
|
+
}>, {
|
2719
2796
|
searchFieldList: unknown[];
|
2720
2797
|
tableId: string;
|
2721
2798
|
conditionList: unknown[];
|
2722
2799
|
actionList_prop: IClassifyListType;
|
2723
2800
|
showItemName: boolean;
|
2724
2801
|
hideAddBtn: boolean;
|
2725
|
-
}>;
|
2726
|
-
},
|
2802
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2803
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2727
2804
|
visible: {
|
2728
2805
|
type: BooleanConstructor;
|
2729
2806
|
default: boolean;
|
@@ -2740,15 +2817,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2740
2817
|
type: ArrayConstructor;
|
2741
2818
|
default: () => never[];
|
2742
2819
|
};
|
2743
|
-
}>> & {
|
2820
|
+
}>> & Readonly<{
|
2744
2821
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2745
|
-
}
|
2822
|
+
}>, {
|
2746
2823
|
visible: boolean;
|
2747
|
-
modalTitle: string;
|
2748
2824
|
searchFieldList: unknown[];
|
2749
2825
|
conditionList: unknown[];
|
2750
|
-
|
2751
|
-
|
2826
|
+
modalTitle: string;
|
2827
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2828
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2752
2829
|
searchFieldList: {
|
2753
2830
|
type: ArrayConstructor;
|
2754
2831
|
default: () => never[];
|
@@ -2762,20 +2839,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
2762
2839
|
type: BooleanConstructor;
|
2763
2840
|
default: boolean;
|
2764
2841
|
};
|
2765
|
-
}>> & {
|
2842
|
+
}>> & Readonly<{
|
2766
2843
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
2767
2844
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
2768
2845
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
2769
|
-
}
|
2846
|
+
}>, {
|
2770
2847
|
searchFieldList: unknown[];
|
2771
2848
|
conditionList: unknown[];
|
2772
2849
|
classifyModal: boolean;
|
2773
|
-
}>;
|
2774
|
-
vFlexibleResize: {
|
2850
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2851
|
+
readonly vFlexibleResize: {
|
2775
2852
|
mounted(el: any, { value }: any): void;
|
2776
2853
|
beforeUnmount(el: any): void;
|
2777
2854
|
};
|
2778
|
-
},
|
2855
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2779
2856
|
tableId: {
|
2780
2857
|
type: StringConstructor;
|
2781
2858
|
default: string;
|
@@ -2831,11 +2908,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2831
2908
|
type: StringConstructor;
|
2832
2909
|
default: string;
|
2833
2910
|
};
|
2834
|
-
}>> & {
|
2911
|
+
}>> & Readonly<{
|
2835
2912
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
2836
2913
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
2837
2914
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
2838
|
-
}
|
2915
|
+
}>, {
|
2839
2916
|
searchFieldList: any[];
|
2840
2917
|
filterApiConfig: Record<string, any>;
|
2841
2918
|
tableId: string;
|
@@ -2849,5 +2926,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
2849
2926
|
isShowResetButton: boolean;
|
2850
2927
|
condiTionDigital: Record<string, any>;
|
2851
2928
|
filterType: string;
|
2852
|
-
}>;
|
2929
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2853
2930
|
export default _default;
|