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