cnhis-design-vue 3.1.54-release.4 → 3.1.55-alpha.0
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 +1 -1
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +1 -1
- package/es/components/audio-sdk/index.d.ts +2 -0
- package/es/components/audio-sdk/index.js +1 -0
- package/es/components/audio-sdk/src/audioSDK.d.ts +28 -0
- package/es/components/audio-sdk/src/audioSDK.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +27 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +8 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -0
- package/es/components/audio-sdk/style/index.css +1 -0
- package/es/components/base-search/index.d.ts +1 -1
- package/es/components/base-search/src/index.vue.d.ts +4 -4
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/big-table/index.d.ts +22 -22
- package/es/components/big-table/src/BigTable.vue.d.ts +2 -2
- package/es/components/big-table/src/bigTableProps.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +5 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +1 -1
- package/es/components/big-table/src/components/separate.vue.d.ts +1 -1
- package/es/components/big-table/src/constants/index.d.ts +1 -1
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useFormat.d.ts +1 -1
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +1 -1
- package/es/components/big-table/src/utils.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/index.d.ts +16 -16
- package/es/components/biunique-chat/index.js +1 -0
- package/es/components/{multi-chat/src/MultiChat.vue.d.ts → biunique-chat/src/BiuniqueChat.vue.d.ts} +1 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue.js +1 -0
- package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +1 -0
- package/es/components/{multi-chat → biunique-chat}/src/api/index.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.d.ts +1 -1
- package/es/components/body-select/index.d.ts +5 -5
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +2 -2
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
- package/es/components/body-select/src/index.vue.d.ts +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/bpmn-workflow/index.d.ts +1 -1
- package/es/components/button-print/index.d.ts +34 -21
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +14 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/api.d.ts +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +1 -1
- package/es/components/button-print/src/utils/dialog.d.ts +1 -1
- package/es/components/button-print/src/utils/print.d.ts +2 -2
- package/es/components/callback/index.d.ts +1 -1
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +1 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +72 -52
- package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +1 -1
- package/es/components/card-reader-sdk/src/constants/index.d.ts +1 -1
- package/es/components/card-reader-sdk/src/insuranceSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +2 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.d.ts +1 -1
- package/es/components/classification/index.d.ts +505 -20
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +473 -1
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +480 -8
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
- package/es/components/classification/src/index.vue.d.ts +493 -8
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/config-provider/index.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/es/components/editor/index.d.ts +1 -1
- package/es/components/expand-field/index.d.ts +29 -29
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +2 -2
- package/es/components/expand-field/src/components/form.vue.d.ts +2 -2
- package/es/components/expand-field/src/constants/index.d.ts +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +2 -2
- package/es/components/fabric-chart/index.d.ts +7 -6
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +4 -0
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +2 -2
- package/es/components/fabric-chart/src/interface.d.ts +2 -2
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/field-set/index.d.ts +15 -15
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/Row.vue.d.ts +2 -2
- package/es/components/field-set/src/types/index.d.ts +1 -1
- package/es/components/field-set/src/utils/index.d.ts +3 -3
- package/es/components/form-config/index.d.ts +349 -302
- package/es/components/form-config/src/FormConfig.vue.d.ts +473 -426
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +38 -18
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +219 -196
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +7 -7
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -2
- package/es/components/form-config/src/constants/index.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +3 -3
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +2 -2
- package/es/components/form-config/src/utils/index.d.ts +3 -3
- package/es/components/form-render/index.d.ts +72 -52
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +36 -16
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +95 -75
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +5 -6
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +20 -9
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +2 -2
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +19 -19
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +15 -4
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +8 -8
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +17 -12
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +4 -3
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +14 -5
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -3
- package/es/components/form-render/src/types/index.d.ts +13 -8
- package/es/components/form-render/src/utils/business.d.ts +2 -2
- package/es/components/form-render/src/utils/dom.d.ts +1 -1
- package/es/components/form-render/src/utils/index.d.ts +4 -17
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +2 -2
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +1 -1
- package/es/components/guide/src/types/index.d.ts +1 -1
- package/es/components/guide/src/useGuide.d.ts +1 -1
- package/es/components/guide/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +39 -39
- package/es/components/iho-table/src/IhoTable.vue.d.ts +27 -27
- package/es/components/iho-table/src/constants/index.d.ts +5 -5
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +9 -9
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +21 -21
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +10 -10
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +65 -65
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +7 -7
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +3 -3
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +2 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +7 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +8 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +9 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +5 -3
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
- package/es/components/iho-table/src/utils/index.d.ts +4 -4
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/src/utils/separateMap.d.ts +2 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +6 -5
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +199 -159
- package/es/components/info-header/src/InfoHeader.vue.d.ts +213 -173
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +6 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +9 -9
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +118 -98
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +39 -19
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/types/index.d.ts +1 -1
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/map/index.d.ts +1 -1
- package/es/components/map/src/Map.vue.d.ts +1 -1
- package/es/components/picture-clipper/index.d.ts +1 -1
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +1 -1
- package/es/components/quick-search/index.d.ts +1 -1
- package/es/components/quick-search/src/index.vue.d.ts +4 -4
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/recommend-search/index.d.ts +25 -25
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -2
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +33 -33
- package/es/components/scale-view/src/types/index.d.ts +1 -1
- package/es/components/search-cascader/index.d.ts +34 -34
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/search-cascader/src/constants/index.d.ts +1 -1
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-label/index.d.ts +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +1 -1
- package/es/components/select-label/src/index.vue.d.ts +19 -19
- package/es/components/select-person/index.d.ts +22 -22
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +2 -2
- package/es/components/shortcut-provider/src/constants/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +93 -72
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +125 -104
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +2 -2
- package/es/components/shortcut-setter/src/types/index.d.ts +1 -1
- package/es/components/slider-tree/index.d.ts +1 -1
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/table-export-field/index.d.ts +3 -3
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/constants/index.d.ts +1 -1
- package/es/components/table-export-field/src/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +320 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +127 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +51 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +244 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +14 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +474 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +9 -9
- package/es/components/table-filter/src/constants/index.d.ts +2 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -1
- package/es/components/time-line/index.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +1 -1
- package/es/components/vod-chunk-upload/index.d.ts +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -3
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/shared/components/SlotRender/SlotRender.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
- package/es/shared/hooks/useAsyncQueue/types.d.ts +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useFormRequest/index.d.ts +2 -2
- package/es/shared/hooks/useFormRequest/types.d.ts +2 -2
- package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
- package/es/shared/hooks/useTheme.d.ts +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +1 -1
- package/es/shared/utils/business.d.ts +2 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +3 -2
- package/es/components/multi-chat/index.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue2.js +0 -1
- /package/es/components/{multi-chat → biunique-chat}/src/api/index.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/style/index.css +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SFCWithInstall } from '
|
|
1
|
+
import { SFCWithInstall } from '../../shared/types';
|
|
2
2
|
declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
tableId: {
|
|
4
4
|
type: StringConstructor;
|
|
@@ -43,6 +43,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
43
43
|
type: ObjectConstructor;
|
|
44
44
|
default: () => {};
|
|
45
45
|
};
|
|
46
|
+
filterType: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
46
50
|
}, {
|
|
47
51
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
48
52
|
transformClassifyChild: (conObjList: any, searchFieldList: any[]) => {};
|
|
@@ -92,6 +96,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
92
96
|
type: ObjectConstructor;
|
|
93
97
|
default: () => {};
|
|
94
98
|
};
|
|
99
|
+
filterType: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
95
103
|
}>> & {
|
|
96
104
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
97
105
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
@@ -256,7 +264,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
256
264
|
newSearchFieldList: any;
|
|
257
265
|
saveLoading: import("vue").Ref<boolean>;
|
|
258
266
|
searchFilter: any;
|
|
259
|
-
filterApiConfig: import("
|
|
267
|
+
filterApiConfig: import("../../shared/types").AnyObject;
|
|
260
268
|
attrs: {
|
|
261
269
|
[x: string]: unknown;
|
|
262
270
|
};
|
|
@@ -569,6 +577,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
569
577
|
}>;
|
|
570
578
|
conditionApiRef: any;
|
|
571
579
|
filterTimer: any;
|
|
580
|
+
classifyfilterType: String;
|
|
572
581
|
init: () => void;
|
|
573
582
|
clearTimer: () => void;
|
|
574
583
|
handleInitConditions: () => void;
|
|
@@ -580,7 +589,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
580
589
|
NModal: any;
|
|
581
590
|
NCard: any;
|
|
582
591
|
NButton: any;
|
|
583
|
-
|
|
592
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
|
584
593
|
actionList_prop: {
|
|
585
594
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
586
595
|
default: () => {};
|
|
@@ -839,7 +848,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
839
848
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
840
849
|
}>>;
|
|
841
850
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
842
|
-
datePickerRef: import("vue").Ref<import("
|
|
851
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
|
843
852
|
panelInstRef: import("vue").Ref<null>;
|
|
844
853
|
placeholderRef: import("vue").Ref<any>;
|
|
845
854
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
@@ -1105,8 +1114,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1105
1114
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
1106
1115
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1107
1116
|
isLoading: import("vue").Ref<boolean>;
|
|
1108
|
-
filterApiConfig: import("
|
|
1109
|
-
classifyFilterList: import("vue").Ref<import("
|
|
1117
|
+
filterApiConfig: import("../../shared/types").AnyObject;
|
|
1118
|
+
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
1110
1119
|
totalPage: import("vue").Ref<number>;
|
|
1111
1120
|
menuProps: {
|
|
1112
1121
|
class: string;
|
|
@@ -1138,15 +1147,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1138
1147
|
NSelect: any;
|
|
1139
1148
|
SelectDynamicOption: import("vue").DefineComponent<{
|
|
1140
1149
|
dynamicOptionInfo: {
|
|
1141
|
-
type: import("vue").PropType<import("
|
|
1150
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1142
1151
|
default: () => {};
|
|
1143
1152
|
};
|
|
1144
1153
|
fieldTitleList: {
|
|
1145
|
-
type: import("vue").PropType<import("
|
|
1154
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1146
1155
|
default: () => never[];
|
|
1147
1156
|
};
|
|
1148
1157
|
optionList: {
|
|
1149
|
-
type: import("vue").PropType<import("
|
|
1158
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1150
1159
|
default: () => never[];
|
|
1151
1160
|
};
|
|
1152
1161
|
isMultiple: {
|
|
@@ -1169,15 +1178,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1169
1178
|
selectMinWidth: number;
|
|
1170
1179
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1171
1180
|
dynamicOptionInfo: {
|
|
1172
|
-
type: import("vue").PropType<import("
|
|
1181
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1173
1182
|
default: () => {};
|
|
1174
1183
|
};
|
|
1175
1184
|
fieldTitleList: {
|
|
1176
|
-
type: import("vue").PropType<import("
|
|
1185
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1177
1186
|
default: () => never[];
|
|
1178
1187
|
};
|
|
1179
1188
|
optionList: {
|
|
1180
|
-
type: import("vue").PropType<import("
|
|
1189
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1181
1190
|
default: () => never[];
|
|
1182
1191
|
};
|
|
1183
1192
|
isMultiple: {
|
|
@@ -1252,15 +1261,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1252
1261
|
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<{}>>, {}>;
|
|
1253
1262
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1254
1263
|
dynamicOptionInfo: {
|
|
1255
|
-
type: import("vue").PropType<import("
|
|
1264
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1256
1265
|
default: () => {};
|
|
1257
1266
|
};
|
|
1258
1267
|
fieldTitleList: {
|
|
1259
|
-
type: import("vue").PropType<import("
|
|
1268
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1260
1269
|
default: () => never[];
|
|
1261
1270
|
};
|
|
1262
1271
|
optionList: {
|
|
1263
|
-
type: import("vue").PropType<import("
|
|
1272
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1264
1273
|
default: () => never[];
|
|
1265
1274
|
};
|
|
1266
1275
|
isMultiple: {
|
|
@@ -1283,9 +1292,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1283
1292
|
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1284
1293
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1285
1294
|
}, {
|
|
1286
|
-
dynamicOptionInfo: import("
|
|
1287
|
-
fieldTitleList: import("
|
|
1288
|
-
optionList: import("
|
|
1295
|
+
dynamicOptionInfo: import("../../shared/types").AnyObject;
|
|
1296
|
+
fieldTitleList: import("../../shared/types").AnyObject[];
|
|
1297
|
+
optionList: import("../../shared/types").AnyObject[];
|
|
1289
1298
|
isMultiple: boolean;
|
|
1290
1299
|
curPage: number;
|
|
1291
1300
|
isLastPage: boolean;
|
|
@@ -1466,7 +1475,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1466
1475
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1467
1476
|
}>>;
|
|
1468
1477
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1469
|
-
datePickerRef: import("vue").Ref<import("
|
|
1478
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
|
1470
1479
|
panelInstRef: import("vue").Ref<null>;
|
|
1471
1480
|
placeholderRef: import("vue").Ref<any>;
|
|
1472
1481
|
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
@@ -1579,7 +1588,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1579
1588
|
}>>;
|
|
1580
1589
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1581
1590
|
tagList: import("vue").Ref<never[]>;
|
|
1582
|
-
filterApiConfig: import("
|
|
1591
|
+
filterApiConfig: import("../../shared/types").AnyObject;
|
|
1583
1592
|
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
1584
1593
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
1585
1594
|
initTagList: () => Promise<void>;
|
|
@@ -1687,6 +1696,477 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1687
1696
|
showItemName: boolean;
|
|
1688
1697
|
hideAddBtn: boolean;
|
|
1689
1698
|
}>;
|
|
1699
|
+
BiFilterConditionByApi: import("vue").DefineComponent<{
|
|
1700
|
+
actionList_prop: {
|
|
1701
|
+
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
1702
|
+
default: () => {};
|
|
1703
|
+
};
|
|
1704
|
+
conditionList: {
|
|
1705
|
+
type: ArrayConstructor;
|
|
1706
|
+
default: () => never[];
|
|
1707
|
+
};
|
|
1708
|
+
tableId: {
|
|
1709
|
+
type: StringConstructor;
|
|
1710
|
+
default: string;
|
|
1711
|
+
};
|
|
1712
|
+
searchFieldList: {
|
|
1713
|
+
type: ArrayConstructor;
|
|
1714
|
+
default: () => never[];
|
|
1715
|
+
};
|
|
1716
|
+
showItemName: {
|
|
1717
|
+
type: BooleanConstructor;
|
|
1718
|
+
default: boolean;
|
|
1719
|
+
};
|
|
1720
|
+
hideAddBtn: {
|
|
1721
|
+
type: BooleanConstructor;
|
|
1722
|
+
default: boolean;
|
|
1723
|
+
};
|
|
1724
|
+
}, {
|
|
1725
|
+
$message: import("naive-ui").MessageApi;
|
|
1726
|
+
menuProps: {
|
|
1727
|
+
class: string;
|
|
1728
|
+
};
|
|
1729
|
+
dateCons: string[];
|
|
1730
|
+
textCons: string[];
|
|
1731
|
+
numberCons: string[];
|
|
1732
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1733
|
+
actionList_prop: {
|
|
1734
|
+
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
1735
|
+
default: () => {};
|
|
1736
|
+
};
|
|
1737
|
+
conditionList: {
|
|
1738
|
+
type: ArrayConstructor;
|
|
1739
|
+
default: () => never[];
|
|
1740
|
+
};
|
|
1741
|
+
tableId: {
|
|
1742
|
+
type: StringConstructor;
|
|
1743
|
+
default: string;
|
|
1744
|
+
};
|
|
1745
|
+
searchFieldList: {
|
|
1746
|
+
type: ArrayConstructor;
|
|
1747
|
+
default: () => never[];
|
|
1748
|
+
};
|
|
1749
|
+
showItemName: {
|
|
1750
|
+
type: BooleanConstructor;
|
|
1751
|
+
default: boolean;
|
|
1752
|
+
};
|
|
1753
|
+
hideAddBtn: {
|
|
1754
|
+
type: BooleanConstructor;
|
|
1755
|
+
default: boolean;
|
|
1756
|
+
};
|
|
1757
|
+
}>> & {
|
|
1758
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1759
|
+
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1760
|
+
}>>;
|
|
1761
|
+
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
1762
|
+
$attrs: {
|
|
1763
|
+
[x: string]: unknown;
|
|
1764
|
+
};
|
|
1765
|
+
FormState: any;
|
|
1766
|
+
loading: import("vue").Ref<boolean>;
|
|
1767
|
+
parentInputRef: import("vue").Ref<any>;
|
|
1768
|
+
parentInputAddRef: import("vue").Ref<any>;
|
|
1769
|
+
sqlExpression: any;
|
|
1770
|
+
DisplayCategoryState: {
|
|
1771
|
+
addDisplayCategory: string;
|
|
1772
|
+
displayCategories: {
|
|
1773
|
+
disabled: boolean;
|
|
1774
|
+
value: string;
|
|
1775
|
+
}[];
|
|
1776
|
+
displayCategoryOriginLen: number;
|
|
1777
|
+
showAdd: boolean;
|
|
1778
|
+
};
|
|
1779
|
+
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
1780
|
+
editDisplayCategory: (item: import("..").ICategoryItemType, cb?: any) => void;
|
|
1781
|
+
handleDisplayCategorySelect: (item: import("..").ICategoryItemType) => void;
|
|
1782
|
+
handleDisplayCategoryRemove: (index: number, item: import("..").ICategoryItemType) => void;
|
|
1783
|
+
handleDisplayCategoryAdd: (cb?: any) => void;
|
|
1784
|
+
handlerBlur: () => void;
|
|
1785
|
+
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
1786
|
+
FilterConditionsState: any;
|
|
1787
|
+
paramOptions: import("vue").ComputedRef<any>;
|
|
1788
|
+
addFilterCondition: () => void;
|
|
1789
|
+
delFilterCondition: (index: number) => void;
|
|
1790
|
+
updateKey: (index: number, val: any) => void;
|
|
1791
|
+
updateCondition: (index: number, val: any) => void;
|
|
1792
|
+
getParamCfg: (key: string) => any;
|
|
1793
|
+
initFilterConditions: (tableId: string, rawConditions: import("..").ISearchConfigType[]) => Promise<void>;
|
|
1794
|
+
getRawFilterConditions: () => any;
|
|
1795
|
+
isShowValueCfg: (con: string) => boolean;
|
|
1796
|
+
handleEditDisplayCategory: (item: import("..").ICategoryItemType) => void;
|
|
1797
|
+
handleDisplayCategoryAddState: () => void;
|
|
1798
|
+
findConditionByDisplayCategory: (sid: string) => unknown;
|
|
1799
|
+
handleDisplayCategorySelectProxy: (item: import("..").ICategoryItemType) => void;
|
|
1800
|
+
clearFormData: () => void;
|
|
1801
|
+
handleInitConditions: () => Promise<void>;
|
|
1802
|
+
validate: () => Promise<unknown>;
|
|
1803
|
+
saveAdd: () => void;
|
|
1804
|
+
cancelSaveAdd: () => void;
|
|
1805
|
+
checkActionList: () => any;
|
|
1806
|
+
NSpin: any;
|
|
1807
|
+
NIcon: any;
|
|
1808
|
+
NInput: any;
|
|
1809
|
+
NButton: any;
|
|
1810
|
+
NTooltip: any;
|
|
1811
|
+
NSelect: any;
|
|
1812
|
+
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<{}>>, {}>;
|
|
1813
|
+
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<{}>>, {}>;
|
|
1814
|
+
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<{}>>, {}>;
|
|
1815
|
+
ValueCfg: import("vue").DefineComponent<{
|
|
1816
|
+
paramCfg: {
|
|
1817
|
+
type: ObjectConstructor;
|
|
1818
|
+
default: null;
|
|
1819
|
+
};
|
|
1820
|
+
modelValue: {
|
|
1821
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1822
|
+
default: null;
|
|
1823
|
+
};
|
|
1824
|
+
modelValues: {
|
|
1825
|
+
type: ArrayConstructor;
|
|
1826
|
+
default: () => never[];
|
|
1827
|
+
};
|
|
1828
|
+
}, {
|
|
1829
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1830
|
+
paramCfg: {
|
|
1831
|
+
type: ObjectConstructor;
|
|
1832
|
+
default: null;
|
|
1833
|
+
};
|
|
1834
|
+
modelValue: {
|
|
1835
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1836
|
+
default: null;
|
|
1837
|
+
};
|
|
1838
|
+
modelValues: {
|
|
1839
|
+
type: ArrayConstructor;
|
|
1840
|
+
default: () => never[];
|
|
1841
|
+
};
|
|
1842
|
+
}>> & {
|
|
1843
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1844
|
+
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
1845
|
+
}>>;
|
|
1846
|
+
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
|
1847
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
1848
|
+
valuesCp: import("vue").WritableComputedRef<any>;
|
|
1849
|
+
isSelectMode: import("vue").ComputedRef<boolean>;
|
|
1850
|
+
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
|
1851
|
+
biType: import("vue").ComputedRef<any>;
|
|
1852
|
+
Date: import("vue").DefineComponent<{
|
|
1853
|
+
componentCfg: {
|
|
1854
|
+
type: ObjectConstructor;
|
|
1855
|
+
};
|
|
1856
|
+
paramCfg: {
|
|
1857
|
+
type: ObjectConstructor;
|
|
1858
|
+
default: null;
|
|
1859
|
+
};
|
|
1860
|
+
modelValue: {
|
|
1861
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1862
|
+
default: null;
|
|
1863
|
+
};
|
|
1864
|
+
}, {
|
|
1865
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1866
|
+
componentCfg: {
|
|
1867
|
+
type: ObjectConstructor;
|
|
1868
|
+
};
|
|
1869
|
+
paramCfg: {
|
|
1870
|
+
type: ObjectConstructor;
|
|
1871
|
+
default: null;
|
|
1872
|
+
};
|
|
1873
|
+
modelValue: {
|
|
1874
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1875
|
+
default: null;
|
|
1876
|
+
};
|
|
1877
|
+
}>> & {
|
|
1878
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1879
|
+
}>>;
|
|
1880
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1881
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
1882
|
+
dateType: any;
|
|
1883
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
1884
|
+
compType: import("vue").ComputedRef<any>;
|
|
1885
|
+
CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
|
1886
|
+
updateUnchangedValue: {
|
|
1887
|
+
type: BooleanConstructor;
|
|
1888
|
+
};
|
|
1889
|
+
onConfirm: {
|
|
1890
|
+
type: FunctionConstructor;
|
|
1891
|
+
};
|
|
1892
|
+
formattedValue: {
|
|
1893
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1894
|
+
};
|
|
1895
|
+
placeholder: {
|
|
1896
|
+
type: StringConstructor;
|
|
1897
|
+
};
|
|
1898
|
+
allowedInvalidValue: {
|
|
1899
|
+
type: StringConstructor;
|
|
1900
|
+
};
|
|
1901
|
+
}, {
|
|
1902
|
+
attrs: {
|
|
1903
|
+
[x: string]: unknown;
|
|
1904
|
+
};
|
|
1905
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1906
|
+
updateUnchangedValue: {
|
|
1907
|
+
type: BooleanConstructor;
|
|
1908
|
+
};
|
|
1909
|
+
onConfirm: {
|
|
1910
|
+
type: FunctionConstructor;
|
|
1911
|
+
};
|
|
1912
|
+
formattedValue: {
|
|
1913
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1914
|
+
};
|
|
1915
|
+
placeholder: {
|
|
1916
|
+
type: StringConstructor;
|
|
1917
|
+
};
|
|
1918
|
+
allowedInvalidValue: {
|
|
1919
|
+
type: StringConstructor;
|
|
1920
|
+
};
|
|
1921
|
+
}>> & {
|
|
1922
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1923
|
+
}>>;
|
|
1924
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1925
|
+
datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
|
|
1926
|
+
panelInstRef: import("vue").Ref<null>;
|
|
1927
|
+
placeholderRef: import("vue").Ref<any>;
|
|
1928
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1929
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1930
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
1931
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
1932
|
+
focus: () => any;
|
|
1933
|
+
blur: () => any;
|
|
1934
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
|
1935
|
+
onUpdateShow: (show: boolean) => void;
|
|
1936
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
|
1937
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1938
|
+
NDatePicker: any;
|
|
1939
|
+
}, 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<{
|
|
1940
|
+
updateUnchangedValue: {
|
|
1941
|
+
type: BooleanConstructor;
|
|
1942
|
+
};
|
|
1943
|
+
onConfirm: {
|
|
1944
|
+
type: FunctionConstructor;
|
|
1945
|
+
};
|
|
1946
|
+
formattedValue: {
|
|
1947
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1948
|
+
};
|
|
1949
|
+
placeholder: {
|
|
1950
|
+
type: StringConstructor;
|
|
1951
|
+
};
|
|
1952
|
+
allowedInvalidValue: {
|
|
1953
|
+
type: StringConstructor;
|
|
1954
|
+
};
|
|
1955
|
+
}>> & {
|
|
1956
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1957
|
+
}, {
|
|
1958
|
+
updateUnchangedValue: boolean;
|
|
1959
|
+
}>>;
|
|
1960
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1961
|
+
componentCfg: {
|
|
1962
|
+
type: ObjectConstructor;
|
|
1963
|
+
};
|
|
1964
|
+
paramCfg: {
|
|
1965
|
+
type: ObjectConstructor;
|
|
1966
|
+
default: null;
|
|
1967
|
+
};
|
|
1968
|
+
modelValue: {
|
|
1969
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1970
|
+
default: null;
|
|
1971
|
+
};
|
|
1972
|
+
}>> & {
|
|
1973
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1974
|
+
}, {
|
|
1975
|
+
modelValue: string | number | unknown[];
|
|
1976
|
+
paramCfg: Record<string, any>;
|
|
1977
|
+
}>;
|
|
1978
|
+
InputFilter: import("vue").DefineComponent<{
|
|
1979
|
+
paramCfg: {
|
|
1980
|
+
type: ObjectConstructor;
|
|
1981
|
+
default: null;
|
|
1982
|
+
};
|
|
1983
|
+
modelValue: {
|
|
1984
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1985
|
+
default: null;
|
|
1986
|
+
};
|
|
1987
|
+
}, {
|
|
1988
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1989
|
+
paramCfg: {
|
|
1990
|
+
type: ObjectConstructor;
|
|
1991
|
+
default: null;
|
|
1992
|
+
};
|
|
1993
|
+
modelValue: {
|
|
1994
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1995
|
+
default: null;
|
|
1996
|
+
};
|
|
1997
|
+
}>> & {
|
|
1998
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1999
|
+
}>>;
|
|
2000
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2001
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
2002
|
+
NInput: any;
|
|
2003
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2004
|
+
paramCfg: {
|
|
2005
|
+
type: ObjectConstructor;
|
|
2006
|
+
default: null;
|
|
2007
|
+
};
|
|
2008
|
+
modelValue: {
|
|
2009
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2010
|
+
default: null;
|
|
2011
|
+
};
|
|
2012
|
+
}>> & {
|
|
2013
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2014
|
+
}, {
|
|
2015
|
+
modelValue: string | number | unknown[];
|
|
2016
|
+
paramCfg: Record<string, any>;
|
|
2017
|
+
}>;
|
|
2018
|
+
InputNumber: import("vue").DefineComponent<{
|
|
2019
|
+
modelValue: {
|
|
2020
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2021
|
+
default: null;
|
|
2022
|
+
};
|
|
2023
|
+
}, {
|
|
2024
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2025
|
+
modelValue: {
|
|
2026
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2027
|
+
default: null;
|
|
2028
|
+
};
|
|
2029
|
+
}>> & {
|
|
2030
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2031
|
+
}>>;
|
|
2032
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2033
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
2034
|
+
NInputNumber: any;
|
|
2035
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2036
|
+
modelValue: {
|
|
2037
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2038
|
+
default: null;
|
|
2039
|
+
};
|
|
2040
|
+
}>> & {
|
|
2041
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2042
|
+
}, {
|
|
2043
|
+
modelValue: string | number | unknown[];
|
|
2044
|
+
}>;
|
|
2045
|
+
SelectFilter: import("vue").DefineComponent<{
|
|
2046
|
+
paramCfg: {
|
|
2047
|
+
type: ObjectConstructor;
|
|
2048
|
+
default: null;
|
|
2049
|
+
};
|
|
2050
|
+
modelValue: {
|
|
2051
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2052
|
+
default: null;
|
|
2053
|
+
};
|
|
2054
|
+
}, {
|
|
2055
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2056
|
+
paramCfg: {
|
|
2057
|
+
type: ObjectConstructor;
|
|
2058
|
+
default: null;
|
|
2059
|
+
};
|
|
2060
|
+
modelValue: {
|
|
2061
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2062
|
+
default: null;
|
|
2063
|
+
};
|
|
2064
|
+
}>> & {
|
|
2065
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2066
|
+
}>>;
|
|
2067
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
2068
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
2069
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
2070
|
+
widgetOptions: import("vue").ComputedRef<any>;
|
|
2071
|
+
NSelect: any;
|
|
2072
|
+
WidgetOptionEnums: {
|
|
2073
|
+
RADIO: string;
|
|
2074
|
+
MULTIPLE: string;
|
|
2075
|
+
ALL: string;
|
|
2076
|
+
SELECT_TIME: string;
|
|
2077
|
+
PAST_TIME: string;
|
|
2078
|
+
FUTURE_TIME: string;
|
|
2079
|
+
};
|
|
2080
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2081
|
+
paramCfg: {
|
|
2082
|
+
type: ObjectConstructor;
|
|
2083
|
+
default: null;
|
|
2084
|
+
};
|
|
2085
|
+
modelValue: {
|
|
2086
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2087
|
+
default: null;
|
|
2088
|
+
};
|
|
2089
|
+
}>> & {
|
|
2090
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2091
|
+
}, {
|
|
2092
|
+
modelValue: string | number | unknown[];
|
|
2093
|
+
paramCfg: Record<string, any>;
|
|
2094
|
+
}>;
|
|
2095
|
+
WidgetTypeEnums: {
|
|
2096
|
+
INPUT_NUMBER: string;
|
|
2097
|
+
INPUT: string;
|
|
2098
|
+
SELECT: string;
|
|
2099
|
+
DATE: string;
|
|
2100
|
+
DATE_OUT: string;
|
|
2101
|
+
DATE_TIME: string;
|
|
2102
|
+
DATETIME_OUT: string;
|
|
2103
|
+
CHECKBOX_GROUP: string;
|
|
2104
|
+
INPUTNUMBER_RANGE: string;
|
|
2105
|
+
DATE_RANGE_OUT: string;
|
|
2106
|
+
DATE_RANGE_INNER: string;
|
|
2107
|
+
DATETIME_RANGE_OUT: string;
|
|
2108
|
+
DATETIME_RANGE_INNER: string;
|
|
2109
|
+
LABEL: string;
|
|
2110
|
+
SELECTLABEL: string;
|
|
2111
|
+
SELECTDYNAMIC: string;
|
|
2112
|
+
};
|
|
2113
|
+
}, 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<{
|
|
2114
|
+
paramCfg: {
|
|
2115
|
+
type: ObjectConstructor;
|
|
2116
|
+
default: null;
|
|
2117
|
+
};
|
|
2118
|
+
modelValue: {
|
|
2119
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2120
|
+
default: null;
|
|
2121
|
+
};
|
|
2122
|
+
modelValues: {
|
|
2123
|
+
type: ArrayConstructor;
|
|
2124
|
+
default: () => never[];
|
|
2125
|
+
};
|
|
2126
|
+
}>> & {
|
|
2127
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2128
|
+
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
2129
|
+
}, {
|
|
2130
|
+
modelValue: string | number | unknown[];
|
|
2131
|
+
paramCfg: Record<string, any>;
|
|
2132
|
+
modelValues: unknown[];
|
|
2133
|
+
}>;
|
|
2134
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2135
|
+
actionList_prop: {
|
|
2136
|
+
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
2137
|
+
default: () => {};
|
|
2138
|
+
};
|
|
2139
|
+
conditionList: {
|
|
2140
|
+
type: ArrayConstructor;
|
|
2141
|
+
default: () => never[];
|
|
2142
|
+
};
|
|
2143
|
+
tableId: {
|
|
2144
|
+
type: StringConstructor;
|
|
2145
|
+
default: string;
|
|
2146
|
+
};
|
|
2147
|
+
searchFieldList: {
|
|
2148
|
+
type: ArrayConstructor;
|
|
2149
|
+
default: () => never[];
|
|
2150
|
+
};
|
|
2151
|
+
showItemName: {
|
|
2152
|
+
type: BooleanConstructor;
|
|
2153
|
+
default: boolean;
|
|
2154
|
+
};
|
|
2155
|
+
hideAddBtn: {
|
|
2156
|
+
type: BooleanConstructor;
|
|
2157
|
+
default: boolean;
|
|
2158
|
+
};
|
|
2159
|
+
}>> & {
|
|
2160
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2161
|
+
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2162
|
+
}, {
|
|
2163
|
+
searchFieldList: unknown[];
|
|
2164
|
+
tableId: string;
|
|
2165
|
+
conditionList: unknown[];
|
|
2166
|
+
actionList_prop: import("..").IClassifyListType;
|
|
2167
|
+
showItemName: boolean;
|
|
2168
|
+
hideAddBtn: boolean;
|
|
2169
|
+
}>;
|
|
1690
2170
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1691
2171
|
visible: {
|
|
1692
2172
|
type: BooleanConstructor;
|
|
@@ -1783,6 +2263,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1783
2263
|
type: ObjectConstructor;
|
|
1784
2264
|
default: () => {};
|
|
1785
2265
|
};
|
|
2266
|
+
filterType: {
|
|
2267
|
+
type: StringConstructor;
|
|
2268
|
+
default: string;
|
|
2269
|
+
};
|
|
1786
2270
|
}>> & {
|
|
1787
2271
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
1788
2272
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
@@ -1798,5 +2282,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1798
2282
|
hideConditionChangeSetting: number;
|
|
1799
2283
|
hideClearConditionChange: number;
|
|
1800
2284
|
isShowResetButton: boolean;
|
|
2285
|
+
filterType: string;
|
|
1801
2286
|
}>>;
|
|
1802
2287
|
export default CClassification;
|