cnhis-design-vue 3.1.54 → 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 { IClassifyListType } from '
|
|
1
|
+
import { IClassifyListType } from '../../../../../components/table-filter/src/types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
searchFieldList: {
|
|
4
4
|
type: ArrayConstructor;
|
|
@@ -356,6 +356,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
356
356
|
}>;
|
|
357
357
|
conditionApiRef: any;
|
|
358
358
|
filterTimer: any;
|
|
359
|
+
classifyfilterType: String;
|
|
359
360
|
init: () => void;
|
|
360
361
|
clearTimer: () => void;
|
|
361
362
|
handleInitConditions: () => void;
|
|
@@ -367,7 +368,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
367
368
|
NModal: any;
|
|
368
369
|
NCard: any;
|
|
369
370
|
NButton: any;
|
|
370
|
-
|
|
371
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
|
371
372
|
actionList_prop: {
|
|
372
373
|
type: import("vue").PropType<IClassifyListType>;
|
|
373
374
|
default: () => {};
|
|
@@ -455,9 +456,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
455
456
|
showAdd: boolean;
|
|
456
457
|
};
|
|
457
458
|
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
458
|
-
editDisplayCategory: (item: import("
|
|
459
|
-
handleDisplayCategorySelect: (item: import("
|
|
460
|
-
handleDisplayCategoryRemove: (index: number, item: import("
|
|
459
|
+
editDisplayCategory: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType, cb?: any) => void;
|
|
460
|
+
handleDisplayCategorySelect: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
461
|
+
handleDisplayCategoryRemove: (index: number, item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
461
462
|
handleDisplayCategoryAdd: (cb?: any) => void;
|
|
462
463
|
handlerBlur: () => void;
|
|
463
464
|
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
@@ -468,12 +469,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
468
469
|
updateKey: (index: number, val: any) => void;
|
|
469
470
|
updateCondition: (index: number, val: any) => void;
|
|
470
471
|
getParamCfg: (key: string) => any;
|
|
471
|
-
initFilterConditions: (tableId: string, rawConditions: import("
|
|
472
|
+
initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
|
|
472
473
|
getRawFilterConditions: () => any[];
|
|
473
|
-
handleEditDisplayCategory: (item: import("
|
|
474
|
+
handleEditDisplayCategory: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
474
475
|
handleDisplayCategoryAddState: () => void;
|
|
475
476
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
|
476
|
-
handleDisplayCategorySelectProxy: (item: import("
|
|
477
|
+
handleDisplayCategorySelectProxy: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
477
478
|
clearFormData: () => void;
|
|
478
479
|
handleInitConditions: () => Promise<void>;
|
|
479
480
|
validate: () => Promise<unknown>;
|
|
@@ -1474,6 +1475,477 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1474
1475
|
showItemName: boolean;
|
|
1475
1476
|
hideAddBtn: boolean;
|
|
1476
1477
|
}>;
|
|
1478
|
+
BiFilterConditionByApi: import("vue").DefineComponent<{
|
|
1479
|
+
actionList_prop: {
|
|
1480
|
+
type: import("vue").PropType<IClassifyListType>;
|
|
1481
|
+
default: () => {};
|
|
1482
|
+
};
|
|
1483
|
+
conditionList: {
|
|
1484
|
+
type: ArrayConstructor;
|
|
1485
|
+
default: () => never[];
|
|
1486
|
+
};
|
|
1487
|
+
tableId: {
|
|
1488
|
+
type: StringConstructor;
|
|
1489
|
+
default: string;
|
|
1490
|
+
};
|
|
1491
|
+
searchFieldList: {
|
|
1492
|
+
type: ArrayConstructor;
|
|
1493
|
+
default: () => never[];
|
|
1494
|
+
};
|
|
1495
|
+
showItemName: {
|
|
1496
|
+
type: BooleanConstructor;
|
|
1497
|
+
default: boolean;
|
|
1498
|
+
};
|
|
1499
|
+
hideAddBtn: {
|
|
1500
|
+
type: BooleanConstructor;
|
|
1501
|
+
default: boolean;
|
|
1502
|
+
};
|
|
1503
|
+
}, {
|
|
1504
|
+
$message: import("naive-ui").MessageApi;
|
|
1505
|
+
menuProps: {
|
|
1506
|
+
class: string;
|
|
1507
|
+
};
|
|
1508
|
+
dateCons: string[];
|
|
1509
|
+
textCons: string[];
|
|
1510
|
+
numberCons: string[];
|
|
1511
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1512
|
+
actionList_prop: {
|
|
1513
|
+
type: import("vue").PropType<IClassifyListType>;
|
|
1514
|
+
default: () => {};
|
|
1515
|
+
};
|
|
1516
|
+
conditionList: {
|
|
1517
|
+
type: ArrayConstructor;
|
|
1518
|
+
default: () => never[];
|
|
1519
|
+
};
|
|
1520
|
+
tableId: {
|
|
1521
|
+
type: StringConstructor;
|
|
1522
|
+
default: string;
|
|
1523
|
+
};
|
|
1524
|
+
searchFieldList: {
|
|
1525
|
+
type: ArrayConstructor;
|
|
1526
|
+
default: () => never[];
|
|
1527
|
+
};
|
|
1528
|
+
showItemName: {
|
|
1529
|
+
type: BooleanConstructor;
|
|
1530
|
+
default: boolean;
|
|
1531
|
+
};
|
|
1532
|
+
hideAddBtn: {
|
|
1533
|
+
type: BooleanConstructor;
|
|
1534
|
+
default: boolean;
|
|
1535
|
+
};
|
|
1536
|
+
}>> & {
|
|
1537
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1538
|
+
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1539
|
+
}>>;
|
|
1540
|
+
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
1541
|
+
$attrs: {
|
|
1542
|
+
[x: string]: unknown;
|
|
1543
|
+
};
|
|
1544
|
+
FormState: any;
|
|
1545
|
+
loading: import("vue").Ref<boolean>;
|
|
1546
|
+
parentInputRef: import("vue").Ref<any>;
|
|
1547
|
+
parentInputAddRef: import("vue").Ref<any>;
|
|
1548
|
+
sqlExpression: any;
|
|
1549
|
+
DisplayCategoryState: {
|
|
1550
|
+
addDisplayCategory: string;
|
|
1551
|
+
displayCategories: {
|
|
1552
|
+
disabled: boolean;
|
|
1553
|
+
value: string;
|
|
1554
|
+
}[];
|
|
1555
|
+
displayCategoryOriginLen: number;
|
|
1556
|
+
showAdd: boolean;
|
|
1557
|
+
};
|
|
1558
|
+
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
1559
|
+
editDisplayCategory: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType, cb?: any) => void;
|
|
1560
|
+
handleDisplayCategorySelect: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
1561
|
+
handleDisplayCategoryRemove: (index: number, item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
1562
|
+
handleDisplayCategoryAdd: (cb?: any) => void;
|
|
1563
|
+
handlerBlur: () => void;
|
|
1564
|
+
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
1565
|
+
FilterConditionsState: any;
|
|
1566
|
+
paramOptions: import("vue").ComputedRef<any>;
|
|
1567
|
+
addFilterCondition: () => void;
|
|
1568
|
+
delFilterCondition: (index: number) => void;
|
|
1569
|
+
updateKey: (index: number, val: any) => void;
|
|
1570
|
+
updateCondition: (index: number, val: any) => void;
|
|
1571
|
+
getParamCfg: (key: string) => any;
|
|
1572
|
+
initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType[]) => Promise<void>;
|
|
1573
|
+
getRawFilterConditions: () => any;
|
|
1574
|
+
isShowValueCfg: (con: string) => boolean;
|
|
1575
|
+
handleEditDisplayCategory: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
1576
|
+
handleDisplayCategoryAddState: () => void;
|
|
1577
|
+
findConditionByDisplayCategory: (sid: string) => unknown;
|
|
1578
|
+
handleDisplayCategorySelectProxy: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
|
1579
|
+
clearFormData: () => void;
|
|
1580
|
+
handleInitConditions: () => Promise<void>;
|
|
1581
|
+
validate: () => Promise<unknown>;
|
|
1582
|
+
saveAdd: () => void;
|
|
1583
|
+
cancelSaveAdd: () => void;
|
|
1584
|
+
checkActionList: () => any;
|
|
1585
|
+
NSpin: any;
|
|
1586
|
+
NIcon: any;
|
|
1587
|
+
NInput: any;
|
|
1588
|
+
NButton: any;
|
|
1589
|
+
NTooltip: any;
|
|
1590
|
+
NSelect: any;
|
|
1591
|
+
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<{}>>, {}>;
|
|
1592
|
+
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<{}>>, {}>;
|
|
1593
|
+
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<{}>>, {}>;
|
|
1594
|
+
ValueCfg: import("vue").DefineComponent<{
|
|
1595
|
+
paramCfg: {
|
|
1596
|
+
type: ObjectConstructor;
|
|
1597
|
+
default: null;
|
|
1598
|
+
};
|
|
1599
|
+
modelValue: {
|
|
1600
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1601
|
+
default: null;
|
|
1602
|
+
};
|
|
1603
|
+
modelValues: {
|
|
1604
|
+
type: ArrayConstructor;
|
|
1605
|
+
default: () => never[];
|
|
1606
|
+
};
|
|
1607
|
+
}, {
|
|
1608
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1609
|
+
paramCfg: {
|
|
1610
|
+
type: ObjectConstructor;
|
|
1611
|
+
default: null;
|
|
1612
|
+
};
|
|
1613
|
+
modelValue: {
|
|
1614
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1615
|
+
default: null;
|
|
1616
|
+
};
|
|
1617
|
+
modelValues: {
|
|
1618
|
+
type: ArrayConstructor;
|
|
1619
|
+
default: () => never[];
|
|
1620
|
+
};
|
|
1621
|
+
}>> & {
|
|
1622
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1623
|
+
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
1624
|
+
}>>;
|
|
1625
|
+
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
|
1626
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
1627
|
+
valuesCp: import("vue").WritableComputedRef<any>;
|
|
1628
|
+
isSelectMode: import("vue").ComputedRef<boolean>;
|
|
1629
|
+
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
|
1630
|
+
biType: import("vue").ComputedRef<any>;
|
|
1631
|
+
Date: import("vue").DefineComponent<{
|
|
1632
|
+
componentCfg: {
|
|
1633
|
+
type: ObjectConstructor;
|
|
1634
|
+
};
|
|
1635
|
+
paramCfg: {
|
|
1636
|
+
type: ObjectConstructor;
|
|
1637
|
+
default: null;
|
|
1638
|
+
};
|
|
1639
|
+
modelValue: {
|
|
1640
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1641
|
+
default: null;
|
|
1642
|
+
};
|
|
1643
|
+
}, {
|
|
1644
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1645
|
+
componentCfg: {
|
|
1646
|
+
type: ObjectConstructor;
|
|
1647
|
+
};
|
|
1648
|
+
paramCfg: {
|
|
1649
|
+
type: ObjectConstructor;
|
|
1650
|
+
default: null;
|
|
1651
|
+
};
|
|
1652
|
+
modelValue: {
|
|
1653
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1654
|
+
default: null;
|
|
1655
|
+
};
|
|
1656
|
+
}>> & {
|
|
1657
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1658
|
+
}>>;
|
|
1659
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1660
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
1661
|
+
dateType: any;
|
|
1662
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
1663
|
+
compType: import("vue").ComputedRef<any>;
|
|
1664
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
1665
|
+
updateUnchangedValue: {
|
|
1666
|
+
type: BooleanConstructor;
|
|
1667
|
+
};
|
|
1668
|
+
onConfirm: {
|
|
1669
|
+
type: FunctionConstructor;
|
|
1670
|
+
};
|
|
1671
|
+
formattedValue: {
|
|
1672
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1673
|
+
};
|
|
1674
|
+
placeholder: {
|
|
1675
|
+
type: StringConstructor;
|
|
1676
|
+
};
|
|
1677
|
+
allowedInvalidValue: {
|
|
1678
|
+
type: StringConstructor;
|
|
1679
|
+
};
|
|
1680
|
+
}, {
|
|
1681
|
+
attrs: {
|
|
1682
|
+
[x: string]: unknown;
|
|
1683
|
+
};
|
|
1684
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1685
|
+
updateUnchangedValue: {
|
|
1686
|
+
type: BooleanConstructor;
|
|
1687
|
+
};
|
|
1688
|
+
onConfirm: {
|
|
1689
|
+
type: FunctionConstructor;
|
|
1690
|
+
};
|
|
1691
|
+
formattedValue: {
|
|
1692
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1693
|
+
};
|
|
1694
|
+
placeholder: {
|
|
1695
|
+
type: StringConstructor;
|
|
1696
|
+
};
|
|
1697
|
+
allowedInvalidValue: {
|
|
1698
|
+
type: StringConstructor;
|
|
1699
|
+
};
|
|
1700
|
+
}>> & {
|
|
1701
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1702
|
+
}>>;
|
|
1703
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1704
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
1705
|
+
panelInstRef: import("vue").Ref<null>;
|
|
1706
|
+
placeholderRef: import("vue").Ref<any>;
|
|
1707
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1708
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1709
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
1710
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
1711
|
+
focus: () => any;
|
|
1712
|
+
blur: () => any;
|
|
1713
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
|
1714
|
+
onUpdateShow: (show: boolean) => void;
|
|
1715
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
|
1716
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1717
|
+
NDatePicker: any;
|
|
1718
|
+
}, 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<{
|
|
1719
|
+
updateUnchangedValue: {
|
|
1720
|
+
type: BooleanConstructor;
|
|
1721
|
+
};
|
|
1722
|
+
onConfirm: {
|
|
1723
|
+
type: FunctionConstructor;
|
|
1724
|
+
};
|
|
1725
|
+
formattedValue: {
|
|
1726
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1727
|
+
};
|
|
1728
|
+
placeholder: {
|
|
1729
|
+
type: StringConstructor;
|
|
1730
|
+
};
|
|
1731
|
+
allowedInvalidValue: {
|
|
1732
|
+
type: StringConstructor;
|
|
1733
|
+
};
|
|
1734
|
+
}>> & {
|
|
1735
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1736
|
+
}, {
|
|
1737
|
+
updateUnchangedValue: boolean;
|
|
1738
|
+
}>>;
|
|
1739
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1740
|
+
componentCfg: {
|
|
1741
|
+
type: ObjectConstructor;
|
|
1742
|
+
};
|
|
1743
|
+
paramCfg: {
|
|
1744
|
+
type: ObjectConstructor;
|
|
1745
|
+
default: null;
|
|
1746
|
+
};
|
|
1747
|
+
modelValue: {
|
|
1748
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1749
|
+
default: null;
|
|
1750
|
+
};
|
|
1751
|
+
}>> & {
|
|
1752
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1753
|
+
}, {
|
|
1754
|
+
modelValue: string | number | unknown[];
|
|
1755
|
+
paramCfg: Record<string, any>;
|
|
1756
|
+
}>;
|
|
1757
|
+
InputFilter: import("vue").DefineComponent<{
|
|
1758
|
+
paramCfg: {
|
|
1759
|
+
type: ObjectConstructor;
|
|
1760
|
+
default: null;
|
|
1761
|
+
};
|
|
1762
|
+
modelValue: {
|
|
1763
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1764
|
+
default: null;
|
|
1765
|
+
};
|
|
1766
|
+
}, {
|
|
1767
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1768
|
+
paramCfg: {
|
|
1769
|
+
type: ObjectConstructor;
|
|
1770
|
+
default: null;
|
|
1771
|
+
};
|
|
1772
|
+
modelValue: {
|
|
1773
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1774
|
+
default: null;
|
|
1775
|
+
};
|
|
1776
|
+
}>> & {
|
|
1777
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1778
|
+
}>>;
|
|
1779
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1780
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
1781
|
+
NInput: any;
|
|
1782
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1783
|
+
paramCfg: {
|
|
1784
|
+
type: ObjectConstructor;
|
|
1785
|
+
default: null;
|
|
1786
|
+
};
|
|
1787
|
+
modelValue: {
|
|
1788
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1789
|
+
default: null;
|
|
1790
|
+
};
|
|
1791
|
+
}>> & {
|
|
1792
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1793
|
+
}, {
|
|
1794
|
+
modelValue: string | number | unknown[];
|
|
1795
|
+
paramCfg: Record<string, any>;
|
|
1796
|
+
}>;
|
|
1797
|
+
InputNumber: import("vue").DefineComponent<{
|
|
1798
|
+
modelValue: {
|
|
1799
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1800
|
+
default: null;
|
|
1801
|
+
};
|
|
1802
|
+
}, {
|
|
1803
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1804
|
+
modelValue: {
|
|
1805
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1806
|
+
default: null;
|
|
1807
|
+
};
|
|
1808
|
+
}>> & {
|
|
1809
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1810
|
+
}>>;
|
|
1811
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1812
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
1813
|
+
NInputNumber: any;
|
|
1814
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1815
|
+
modelValue: {
|
|
1816
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1817
|
+
default: null;
|
|
1818
|
+
};
|
|
1819
|
+
}>> & {
|
|
1820
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1821
|
+
}, {
|
|
1822
|
+
modelValue: string | number | unknown[];
|
|
1823
|
+
}>;
|
|
1824
|
+
SelectFilter: import("vue").DefineComponent<{
|
|
1825
|
+
paramCfg: {
|
|
1826
|
+
type: ObjectConstructor;
|
|
1827
|
+
default: null;
|
|
1828
|
+
};
|
|
1829
|
+
modelValue: {
|
|
1830
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1831
|
+
default: null;
|
|
1832
|
+
};
|
|
1833
|
+
}, {
|
|
1834
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1835
|
+
paramCfg: {
|
|
1836
|
+
type: ObjectConstructor;
|
|
1837
|
+
default: null;
|
|
1838
|
+
};
|
|
1839
|
+
modelValue: {
|
|
1840
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1841
|
+
default: null;
|
|
1842
|
+
};
|
|
1843
|
+
}>> & {
|
|
1844
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1845
|
+
}>>;
|
|
1846
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1847
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
1848
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
1849
|
+
widgetOptions: import("vue").ComputedRef<any>;
|
|
1850
|
+
NSelect: any;
|
|
1851
|
+
WidgetOptionEnums: {
|
|
1852
|
+
RADIO: string;
|
|
1853
|
+
MULTIPLE: string;
|
|
1854
|
+
ALL: string;
|
|
1855
|
+
SELECT_TIME: string;
|
|
1856
|
+
PAST_TIME: string;
|
|
1857
|
+
FUTURE_TIME: string;
|
|
1858
|
+
};
|
|
1859
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1860
|
+
paramCfg: {
|
|
1861
|
+
type: ObjectConstructor;
|
|
1862
|
+
default: null;
|
|
1863
|
+
};
|
|
1864
|
+
modelValue: {
|
|
1865
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1866
|
+
default: null;
|
|
1867
|
+
};
|
|
1868
|
+
}>> & {
|
|
1869
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1870
|
+
}, {
|
|
1871
|
+
modelValue: string | number | unknown[];
|
|
1872
|
+
paramCfg: Record<string, any>;
|
|
1873
|
+
}>;
|
|
1874
|
+
WidgetTypeEnums: {
|
|
1875
|
+
INPUT_NUMBER: string;
|
|
1876
|
+
INPUT: string;
|
|
1877
|
+
SELECT: string;
|
|
1878
|
+
DATE: string;
|
|
1879
|
+
DATE_OUT: string;
|
|
1880
|
+
DATE_TIME: string;
|
|
1881
|
+
DATETIME_OUT: string;
|
|
1882
|
+
CHECKBOX_GROUP: string;
|
|
1883
|
+
INPUTNUMBER_RANGE: string;
|
|
1884
|
+
DATE_RANGE_OUT: string;
|
|
1885
|
+
DATE_RANGE_INNER: string;
|
|
1886
|
+
DATETIME_RANGE_OUT: string;
|
|
1887
|
+
DATETIME_RANGE_INNER: string;
|
|
1888
|
+
LABEL: string;
|
|
1889
|
+
SELECTLABEL: string;
|
|
1890
|
+
SELECTDYNAMIC: string;
|
|
1891
|
+
};
|
|
1892
|
+
}, 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<{
|
|
1893
|
+
paramCfg: {
|
|
1894
|
+
type: ObjectConstructor;
|
|
1895
|
+
default: null;
|
|
1896
|
+
};
|
|
1897
|
+
modelValue: {
|
|
1898
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1899
|
+
default: null;
|
|
1900
|
+
};
|
|
1901
|
+
modelValues: {
|
|
1902
|
+
type: ArrayConstructor;
|
|
1903
|
+
default: () => never[];
|
|
1904
|
+
};
|
|
1905
|
+
}>> & {
|
|
1906
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1907
|
+
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
1908
|
+
}, {
|
|
1909
|
+
modelValue: string | number | unknown[];
|
|
1910
|
+
paramCfg: Record<string, any>;
|
|
1911
|
+
modelValues: unknown[];
|
|
1912
|
+
}>;
|
|
1913
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1914
|
+
actionList_prop: {
|
|
1915
|
+
type: import("vue").PropType<IClassifyListType>;
|
|
1916
|
+
default: () => {};
|
|
1917
|
+
};
|
|
1918
|
+
conditionList: {
|
|
1919
|
+
type: ArrayConstructor;
|
|
1920
|
+
default: () => never[];
|
|
1921
|
+
};
|
|
1922
|
+
tableId: {
|
|
1923
|
+
type: StringConstructor;
|
|
1924
|
+
default: string;
|
|
1925
|
+
};
|
|
1926
|
+
searchFieldList: {
|
|
1927
|
+
type: ArrayConstructor;
|
|
1928
|
+
default: () => never[];
|
|
1929
|
+
};
|
|
1930
|
+
showItemName: {
|
|
1931
|
+
type: BooleanConstructor;
|
|
1932
|
+
default: boolean;
|
|
1933
|
+
};
|
|
1934
|
+
hideAddBtn: {
|
|
1935
|
+
type: BooleanConstructor;
|
|
1936
|
+
default: boolean;
|
|
1937
|
+
};
|
|
1938
|
+
}>> & {
|
|
1939
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1940
|
+
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1941
|
+
}, {
|
|
1942
|
+
searchFieldList: unknown[];
|
|
1943
|
+
tableId: string;
|
|
1944
|
+
conditionList: unknown[];
|
|
1945
|
+
actionList_prop: IClassifyListType;
|
|
1946
|
+
showItemName: boolean;
|
|
1947
|
+
hideAddBtn: boolean;
|
|
1948
|
+
}>;
|
|
1477
1949
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1478
1950
|
visible: {
|
|
1479
1951
|
type: BooleanConstructor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IClassifyListType } from '
|
|
1
|
+
import { IClassifyListType } from '../../../../../components/table-filter/src/types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
visibleIn: {
|
|
4
4
|
type: BooleanConstructor;
|