cnhis-design-vue 3.1.37-beta.0 → 3.1.37-beta.2
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/button-print/src/utils/print.js +1 -6
- package/es/components/fabric-chart/src/FabricChart.vue.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +129 -42
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +151 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +6 -7
- package/es/components/fabric-chart/src/hooks/useOther.js +3 -2
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/utils/utils.js +7 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +2 -2
- package/es/components/form-render/src/FormRender.vue.js +11 -1
- package/es/components/form-render/src/components/renderer/formItem.js +16 -13
- package/es/components/form-render/src/constants/index.js +14 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.js +0 -4
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +85 -0
- package/es/components/iho-table/src/IhoTable.vue.js +9 -4
- package/es/components/iho-table/src/constants/index.js +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.js +15 -21
- package/es/components/iho-table/src/utils/index.js +5 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +0 -3
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +1 -1
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -3
- package/es/shared/utils/tapable/Hook.js +1 -1
- package/es/shared/utils/tapable/HookCodeFactory.js +3 -6
- package/es/shared/utils/tapable/SyncWaterfallHook.js +1 -2
- package/package.json +2 -2
- package/es/components/annotation-edit/index.d.ts +0 -17
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +0 -16
- package/es/components/big-table/index.d.ts +0 -1176
- package/es/components/big-table/src/BigTable.vue.d.ts +0 -1175
- package/es/components/big-table/src/bigTableEmits.d.ts +0 -2
- package/es/components/big-table/src/bigTableProps.d.ts +0 -211
- package/es/components/big-table/src/bigTableState.d.ts +0 -58
- package/es/components/big-table/src/components/NoData.vue.d.ts +0 -49
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +0 -34
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +0 -43
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +0 -35
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +0 -35
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +0 -134
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +0 -43
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +0 -5
- package/es/components/big-table/src/components/input-button.vue.d.ts +0 -10
- package/es/components/big-table/src/components/separate.vue.d.ts +0 -41
- package/es/components/big-table/src/constants/index.d.ts +0 -3
- package/es/components/big-table/src/hooks/index.d.ts +0 -9
- package/es/components/big-table/src/hooks/useAnchor.d.ts +0 -7
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +0 -4
- package/es/components/big-table/src/hooks/useBatchEditing.d.ts +0 -17
- package/es/components/big-table/src/hooks/useEdit.d.ts +0 -339
- package/es/components/big-table/src/hooks/useEvent.d.ts +0 -6
- package/es/components/big-table/src/hooks/useFormat.d.ts +0 -30
- package/es/components/big-table/src/hooks/useNestTable.d.ts +0 -8
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +0 -40
- package/es/components/big-table/src/hooks/useTableParse.d.ts +0 -6
- package/es/components/big-table/src/utils.d.ts +0 -61
- package/es/components/bpmn-workflow/index.d.ts +0 -72
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -75
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +0 -75
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +0 -24
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +0 -19
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +0 -70
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +0 -21
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +0 -12
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +0 -16
- package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +0 -6
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +0 -5
- package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +0 -12
- package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +0 -5
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +0 -4
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +0 -1
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +0 -226
- package/es/components/button-print/index.d.ts +0 -1904
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1911
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +0 -1244
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +0 -1632
- package/es/components/button-print/src/components/Preview.vue.d.ts +0 -41
- package/es/components/button-print/src/utils/browserPrint.d.ts +0 -2
- package/es/components/button-print/src/utils/dialog.d.ts +0 -12
- package/es/components/button-print/src/utils/index.d.ts +0 -2
- package/es/components/button-print/src/utils/print.d.ts +0 -56
- package/es/components/drag-layout/index.d.ts +0 -606
- package/es/components/drag-layout/index.js +0 -11
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +0 -21
- package/es/components/drag-layout/src/DragFormLeftItem.vue.js +0 -122
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +0 -125
- package/es/components/drag-layout/src/DragFormRightItem.vue.js +0 -267
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +0 -606
- package/es/components/drag-layout/src/DragLayout.vue.js +0 -662
- package/es/components/drag-layout/style/index.css +0 -1
- package/es/components/editor/index.d.ts +0 -30
- package/es/components/editor/src/Editor.d.ts +0 -30
- package/es/components/fabric-chart/index.d.ts +0 -182
- package/es/components/fabric-chart/src/BirthProcessChart.vue.d.ts +0 -181
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +0 -184
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +0 -46
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +0 -64
- package/es/components/fabric-chart/src/components/useStyle.d.ts +0 -7
- package/es/components/fabric-chart/src/hooks/constant.d.ts +0 -54
- package/es/components/fabric-chart/src/hooks/index.d.ts +0 -11
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +0 -26
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +0 -16
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +0 -8
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +0 -14
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +0 -44
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +0 -7
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +0 -7
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useShadow.d.ts +0 -6
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +0 -25
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
- package/es/components/fabric-chart/src/interface.d.ts +0 -151
- package/es/components/fabric-chart/src/utils/utils.d.ts +0 -13
- package/es/components/field-set/index.d.ts +0 -243
- package/es/components/field-set/src/FieldSet.vue.d.ts +0 -197
- package/es/components/form-config/index.d.ts +0 -3321
- package/es/components/form-config/src/FormConfig.vue.d.ts +0 -3322
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -664
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +0 -108
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -2385
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +0 -14
- package/es/components/form-config/src/components/index.d.ts +0 -5
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +0 -27
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +0 -169
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +0 -71
- package/es/components/form-config/src/components/renderer/index.d.ts +0 -4
- package/es/components/form-config/src/constants/index.d.ts +0 -65
- package/es/components/form-config/src/hooks/index.d.ts +0 -3
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +0 -8
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +0 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +0 -4
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +0 -13
- package/es/components/form-config/src/types/index.d.ts +0 -39
- package/es/components/form-config/src/utils/index.d.ts +0 -7
- package/es/components/form-render/index.d.ts +0 -646
- package/es/components/form-render/src/FormRender.vue.d.ts +0 -639
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -643
- package/es/components/form-render/src/components/renderer/checkbox.d.ts +0 -90
- package/es/components/form-render/src/components/renderer/combination.d.ts +0 -51
- package/es/components/form-render/src/components/renderer/complex.d.ts +0 -34
- package/es/components/form-render/src/components/renderer/date.d.ts +0 -52
- package/es/components/form-render/src/components/renderer/formItem.d.ts +0 -15
- package/es/components/form-render/src/components/renderer/index.d.ts +0 -3
- package/es/components/form-render/src/components/renderer/input.d.ts +0 -23
- package/es/components/form-render/src/components/renderer/inputGroup.d.ts +0 -11
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +0 -31
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +0 -5
- package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +0 -44
- package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +0 -91
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +0 -69
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +0 -68
- package/es/components/form-render/src/components/renderer/radio.d.ts +0 -94
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +0 -41
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +0 -58
- package/es/components/form-render/src/components/renderer/select.d.ts +0 -140
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +0 -18
- package/es/components/form-render/src/components/renderer/slider.d.ts +0 -11
- package/es/components/form-render/src/components/renderer/switch.d.ts +0 -23
- package/es/components/form-render/src/components/renderer/textarea.d.ts +0 -11
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +0 -13
- package/es/components/form-render/src/constants/index.d.ts +0 -42
- package/es/components/form-render/src/hooks/index.d.ts +0 -15
- package/es/components/form-render/src/hooks/useAnchor.d.ts +0 -16
- package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +0 -47
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +0 -27
- package/es/components/form-render/src/hooks/useChangeContext.d.ts +0 -11
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +0 -15
- package/es/components/form-render/src/hooks/useCommonLog.d.ts +0 -3
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +0 -64
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +0 -5
- package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +0 -4
- package/es/components/form-render/src/hooks/useFormContext.d.ts +0 -11
- package/es/components/form-render/src/hooks/useFormField.d.ts +0 -5
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +0 -11
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +0 -13
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +0 -39
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +0 -26
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +0 -6
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +0 -4
- package/es/components/form-render/src/hooks/usePresetScope.d.ts +0 -6
- package/es/components/form-render/src/types/fieldItem.d.ts +0 -265
- package/es/components/form-render/src/types/index.d.ts +0 -84
- package/es/components/form-render/src/utils/business.d.ts +0 -13
- package/es/components/form-render/src/utils/dom.d.ts +0 -13
- package/es/components/form-render/src/utils/index.d.ts +0 -38
- package/es/components/form-render/src/utils/schema.d.ts +0 -83
- package/es/components/grid/index.d.ts +0 -3
- package/es/components/grid/src/Grid.d.ts +0 -2
- package/es/components/grid/src/hooks.d.ts +0 -1
- package/es/components/iho-table/index.d.ts +0 -4638
- package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -4637
- package/es/components/iho-table/src/constants/index.d.ts +0 -80
- package/es/components/iho-table/src/hooks/export.d.ts +0 -2
- package/es/components/iho-table/src/hooks/index.d.ts +0 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +0 -93
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +0 -31
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +0 -16
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +0 -15
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +0 -251
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +0 -13
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +0 -25
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +0 -10
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +0 -11
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +0 -9
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +0 -8
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +0 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +0 -13
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +0 -169
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
- package/es/components/iho-table/src/plugins/index.d.ts +0 -3
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +0 -96
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +0 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +0 -43
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +0 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +0 -94
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +0 -12
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +0 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +0 -11
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -108
- package/es/components/iho-table/src/types/pluginType.d.ts +0 -173
- package/es/components/iho-table/src/utils/index.d.ts +0 -48
- package/es/components/index.d.ts +0 -38
- package/es/components/info-header/index.d.ts +0 -415
- package/es/components/info-header/src/HiddenContent.vue.d.ts +0 -86
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +0 -33
- package/es/components/info-header/src/InfoHeader.vue.d.ts +0 -405
- package/es/components/insurance-sdk/index.d.ts +0 -1
- package/es/components/insurance-sdk/src/constants/index.d.ts +0 -161
- package/es/components/insurance-sdk/src/utils/index.d.ts +0 -1
- package/es/components/insurance-sdk/src/utils/insurance.d.ts +0 -260
- package/es/components/keyboard/index.d.ts +0 -334
- package/es/components/keyboard/src/Keyboard.vue.d.ts +0 -335
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +0 -64
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +0 -191
- package/es/components/keyboard/src/utils/index.d.ts +0 -1
- package/es/components/map/index.d.ts +0 -75
- package/es/components/map/src/Map.vue.d.ts +0 -75
- package/es/components/recommend-search/index.d.ts +0 -815
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +0 -817
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +0 -143
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +0 -341
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +0 -63
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +0 -300
- package/es/components/recommend-search/src/constant/index.d.ts +0 -4
- package/es/components/recommend-search/src/types/index.d.ts +0 -9
- package/es/components/scale-view/index.d.ts +0 -1400
- package/es/components/scale-view/src/ScaleView.vue.d.ts +0 -1222
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +0 -70
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -154
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +0 -110
- package/es/components/scale-view/src/components/NoData.vue.d.ts +0 -49
- package/es/components/scale-view/src/components/ScaleScore.d.ts +0 -23
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +0 -11
- package/es/components/scale-view/src/components/formitem/address.d.ts +0 -3992
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +0 -43
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +0 -43
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +0 -32
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +0 -52
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +0 -43
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +0 -61
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +0 -52
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +0 -63
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +0 -80
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +0 -87
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +0 -43
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +0 -3
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +0 -115
- package/es/components/scale-view/src/hooks/scaleview-state.d.ts +0 -34
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +0 -3
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +0 -3
- package/es/components/scale-view/src/hooks/use-component.d.ts +0 -1814
- package/es/components/scale-view/src/hooks/use-evaluate.d.ts +0 -21
- package/es/components/scale-view/src/hooks/use-event.d.ts +0 -4
- package/es/components/scale-view/src/hooks/use-noData.d.ts +0 -9
- package/es/components/scale-view/src/utils/judge-types.d.ts +0 -5
- package/es/components/search-cascader/index.d.ts +0 -233
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +0 -235
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +0 -50
- package/es/components/search-cascader/src/components/index.d.ts +0 -1
- package/es/components/search-cascader/src/constants/index.d.ts +0 -5
- package/es/components/search-cascader/src/hooks/index.d.ts +0 -1
- package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +0 -3
- package/es/components/search-cascader/src/utils/index.d.ts +0 -2
- package/es/components/select-label/index.d.ts +0 -988
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +0 -367
- package/es/components/select-label/src/SelectLabel.vue.d.ts +0 -622
- package/es/components/select-label/src/components/label-classify.vue.d.ts +0 -122
- package/es/components/select-person/index.d.ts +0 -251
- package/es/components/select-person/src/SelectPerson.vue.d.ts +0 -250
- package/es/components/select-person/src/utils/index.d.ts +0 -3
- package/es/components/shortcut-provider/index.d.ts +0 -21
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +0 -19
- package/es/components/shortcut-provider/src/constants/index.d.ts +0 -7
- package/es/components/shortcut-provider/src/hooks/index.d.ts +0 -2
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +0 -4
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +0 -33
- package/es/components/shortcut-provider/src/types/index.d.ts +0 -43
- package/es/components/shortcut-provider/src/utils/index.d.ts +0 -10
- package/es/components/shortcut-setter/index.d.ts +0 -2373
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -2375
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +0 -99
- package/es/components/shortcut-setter/src/types/index.d.ts +0 -6
- package/es/components/steps-wheel/index.d.ts +0 -115
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +0 -114
- package/es/components/time-line/index.d.ts +0 -109
- package/es/components/time-line/src/TimeLine.vue.d.ts +0 -85
- package/es/components/vod-chunk-upload/index.d.ts +0 -232
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +0 -196
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +0 -11
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +0 -63
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +0 -10
- package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +0 -23
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +0 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -230
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +0 -25
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +0 -51
- package/es/shared/components/SelectPage/index.d.ts +0 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +0 -20
- package/es/shared/components/SlotRender/index.d.ts +0 -2
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +0 -43
- package/es/shared/components/SvgIcon/index.d.ts +0 -2
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +0 -87
- package/es/shared/components/TextOverTooltip/index.d.ts +0 -2
- package/es/shared/components/VueDraggable/index.d.ts +0 -2
- package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +0 -9
- package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +0 -22
- package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +0 -7
- package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +0 -10
- package/es/shared/components/VueDraggable/src/util/console.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +0 -2
- package/es/shared/components/VueDraggable/src/util/string.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/util/tags.d.ts +0 -3
- package/es/shared/components/no-data/NoData.vue.d.ts +0 -49
- package/es/shared/components/no-data/index.d.ts +0 -2
- package/es/shared/components/player-vod/index.vue.d.ts +0 -2
- package/es/shared/components/player-vod/player.d.ts +0 -17
- package/es/shared/components/player-vod/video-list.d.ts +0 -32
- package/es/shared/components/player-vod/video-modal.d.ts +0 -54
- package/es/shared/global/variable.d.ts +0 -1
- package/es/shared/index.d.ts +0 -0
- package/es/shared/types/index.d.ts +0 -22
- package/es/shared/utils/anime.d.ts +0 -35
- package/es/shared/utils/clickoutside.d.ts +0 -18
- package/es/shared/utils/clickoutside.js +0 -52
- package/es/shared/utils/colorLog.d.ts +0 -31
- package/es/shared/utils/index.d.ts +0 -16
- package/es/shared/utils/loadViewer.d.ts +0 -2
- package/es/shared/utils/state.d.ts +0 -29
- package/es/shared/utils/state.js +0 -44
- package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncParallelHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +0 -3
- package/es/shared/utils/tapable/Hook.d.ts +0 -50
- package/es/shared/utils/tapable/HookCodeFactory.d.ts +0 -58
- package/es/shared/utils/tapable/HookMap.d.ts +0 -11
- package/es/shared/utils/tapable/MultiHook.d.ts +0 -12
- package/es/shared/utils/tapable/SyncBailHook.d.ts +0 -3
- package/es/shared/utils/tapable/SyncHook.d.ts +0 -3
- package/es/shared/utils/tapable/SyncLoopHook.d.ts +0 -3
- package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +0 -3
- package/es/shared/utils/utilExpand.d.ts +0 -1
- package/es/shared/utils/vexutils.d.ts +0 -10
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { AsyncParallelHook, SyncWaterfallHook } from '../../../../../../es/shared/utils/tapable';
|
|
2
|
-
import { FieldHookContext, IhoTableFieldItem } from '../../../../../../es/components/iho-table/src/types';
|
|
3
|
-
import { AbstractFieldHooks } from '../../../../../../es/components/iho-table/src/types';
|
|
4
|
-
declare class FieldHooks extends AbstractFieldHooks {
|
|
5
|
-
readonly fieldStart: AsyncParallelHook<[import("../../../../../../es/components/iho-table/src/types").IhoTableConfig, {
|
|
6
|
-
$table: import("vue").Ref<import("../../../../../shared/types").Nullable<import("vxe-table").VxeTableInstance>>;
|
|
7
|
-
emits: import("../../../../../../es/components/iho-table/src/types").IhoTableEmits;
|
|
8
|
-
}], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
|
|
9
|
-
readonly field: SyncWaterfallHook<[IhoTableFieldItem, FieldHookContext, import("../../../../../../es/components/iho-table/src/types").IhoTableConfig, {
|
|
10
|
-
$table: import("vue").Ref<import("../../../../../shared/types").Nullable<import("vxe-table").VxeTableInstance>>;
|
|
11
|
-
emits: import("../../../../../../es/components/iho-table/src/types").IhoTableEmits;
|
|
12
|
-
}], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
|
|
13
|
-
readonly fieldList: SyncWaterfallHook<[IhoTableFieldItem[], import("../../../../../../es/components/iho-table/src/types").IhoTableConfig, {
|
|
14
|
-
$table: import("vue").Ref<import("../../../../../shared/types").Nullable<import("vxe-table").VxeTableInstance>>;
|
|
15
|
-
emits: import("../../../../../../es/components/iho-table/src/types").IhoTableEmits;
|
|
16
|
-
}], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
|
|
17
|
-
readonly fieldEnd: AsyncParallelHook<[import("../../../../../../es/components/iho-table/src/types").IhoTableConfig, {
|
|
18
|
-
$table: import("vue").Ref<import("../../../../../shared/types").Nullable<import("vxe-table").VxeTableInstance>>;
|
|
19
|
-
emits: import("../../../../../../es/components/iho-table/src/types").IhoTableEmits;
|
|
20
|
-
}], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
|
|
21
|
-
}
|
|
22
|
-
export declare function useFieldHooks(): {
|
|
23
|
-
create: () => FieldHooks;
|
|
24
|
-
};
|
|
25
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { SyncHook } from '../../../../../../es/shared/utils/tapable';
|
|
2
|
-
import { Ref } from 'vue';
|
|
3
|
-
import { AbstractSetupHooks, IhoTableConfig, IhoTableFieldItem } from '../../../../../../es/components/iho-table';
|
|
4
|
-
declare class SetupHooks extends AbstractSetupHooks {
|
|
5
|
-
readonly setup: SyncHook<[Ref<IhoTableConfig>, Ref<IhoTableFieldItem[]>], void, import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
|
|
6
|
-
}
|
|
7
|
-
export declare function useSetupHooks(): {
|
|
8
|
-
create: () => SetupHooks;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AnyObject } from '../../../../../es/shared/types';
|
|
2
|
-
interface FormConfigLikePayload {
|
|
3
|
-
fieldList: AnyObject[];
|
|
4
|
-
}
|
|
5
|
-
declare type EditRules = Record<string, AnyObject[]>;
|
|
6
|
-
export declare function useColumnConfigAdaptor(): {
|
|
7
|
-
formConfigLikeAdaptor: (payload: FormConfigLikePayload) => FormConfigLikePayload & {
|
|
8
|
-
editRules?: EditRules | undefined;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare function useTableContext(): {
|
|
2
|
-
configRef: import("vue").Ref<import("../types").IhoTableConfig>;
|
|
3
|
-
fieldListRef: import("vue").Ref<import("../types").IhoTableFieldItem[]>;
|
|
4
|
-
tableHandler: import("../types").IhoTableHandler;
|
|
5
|
-
tableEmit: import("../types").IhoTableEmits;
|
|
6
|
-
eventListener: import("./tapHooks/useEventHooks").IhoTableEventListener;
|
|
7
|
-
$table: import("vue").Ref<import("../../../../shared/types").UndefinedAble<import("vxe-table").VxeTableInstance>>;
|
|
8
|
-
uuid: string;
|
|
9
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ArrayAble } from '../../../../../es/shared/types';
|
|
2
|
-
import { IhoTableInstance, TablePlugin } from '../../../../../es/components/iho-table/src/types';
|
|
3
|
-
export declare function useTablePlugin(): {
|
|
4
|
-
use: (plugin: ArrayAble<TablePlugin>, instance: IhoTableInstance) => {
|
|
5
|
-
use: any;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
export declare function defineTablePlugin(plugin: TablePlugin): TablePlugin;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function anchorPlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
import { VxeTableInstance } from 'vxe-table';
|
|
3
|
-
import { IhoTableFieldItem } from '../../../../../../es/components/iho-table/src/types';
|
|
4
|
-
export declare const useAnchor: (anchorList: ComputedRef<string[]>, $table: Ref<VxeTableInstance | undefined>, fieldListRef: Ref<IhoTableFieldItem[]>) => {
|
|
5
|
-
updateAnchor: (field: string) => Promise<void>;
|
|
6
|
-
onScroll: (params: import("vxe-table").VxeTableDefines.ScrollEventParams) => void;
|
|
7
|
-
currentAnchorList: Ref<{
|
|
8
|
-
field: string;
|
|
9
|
-
title: string;
|
|
10
|
-
left: number;
|
|
11
|
-
}[]>;
|
|
12
|
-
anchorValue: Ref<any>;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function defaultConfigPlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
import { AnyObject } from '../../../../../../es/shared/types';
|
|
2
|
-
import { CSSProperties, PropType, ref } from 'vue';
|
|
3
|
-
import { VxeColumnPropTypes, VxeTablePropTypes } from 'vxe-table';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
payload: {
|
|
6
|
-
type: PropType<VxeColumnPropTypes.HeaderSlotParams>;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
sortable: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
};
|
|
12
|
-
options: {
|
|
13
|
-
type: PropType<AnyObject[]>;
|
|
14
|
-
default: () => never[];
|
|
15
|
-
};
|
|
16
|
-
checked: {
|
|
17
|
-
type: PropType<string[]>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
sortStatus: {
|
|
21
|
-
type: PropType<VxeTablePropTypes.SortOrder>;
|
|
22
|
-
};
|
|
23
|
-
}, {
|
|
24
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
payload: {
|
|
26
|
-
type: PropType<VxeColumnPropTypes.HeaderSlotParams>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
sortable: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
};
|
|
32
|
-
options: {
|
|
33
|
-
type: PropType<AnyObject[]>;
|
|
34
|
-
default: () => never[];
|
|
35
|
-
};
|
|
36
|
-
checked: {
|
|
37
|
-
type: PropType<string[]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
sortStatus: {
|
|
41
|
-
type: PropType<VxeTablePropTypes.SortOrder>;
|
|
42
|
-
};
|
|
43
|
-
}>> & {
|
|
44
|
-
"onUpdate:checked"?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
"onUpdate:sortStatus"?: ((...args: any[]) => any) | undefined;
|
|
46
|
-
}>>;
|
|
47
|
-
emits: (event: "update:checked" | "update:sortStatus", ...args: any[]) => void;
|
|
48
|
-
uuid: string;
|
|
49
|
-
configRef: import("vue").Ref<import("../../types").IhoTableConfig>;
|
|
50
|
-
checkedRef: import("vue").Ref<string[]> | import("vue").WritableComputedRef<string[]>;
|
|
51
|
-
sortStatusRef: import("vue").Ref<VxeTablePropTypes.SortOrder | undefined> | import("vue").WritableComputedRef<VxeTablePropTypes.SortOrder | undefined>;
|
|
52
|
-
checkedCacheRef: import("vue").Ref<string[]>;
|
|
53
|
-
filterVisible: import("vue").Ref<boolean>;
|
|
54
|
-
searchFilterText: import("vue").Ref<string>;
|
|
55
|
-
toggleFilterVisible: () => void;
|
|
56
|
-
close: () => void;
|
|
57
|
-
OPTION_ITEM_HEIGHT: number;
|
|
58
|
-
VIEW_CAPACITY: number;
|
|
59
|
-
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<AnyObject>[]>;
|
|
60
|
-
containerProps: {
|
|
61
|
-
ref: import("vue").Ref<any>;
|
|
62
|
-
onScroll: () => void;
|
|
63
|
-
style: Partial<CSSStyleDeclaration>;
|
|
64
|
-
};
|
|
65
|
-
wrapperProps: import("vue").ComputedRef<{
|
|
66
|
-
style: {
|
|
67
|
-
width: string;
|
|
68
|
-
height: string;
|
|
69
|
-
marginTop: string;
|
|
70
|
-
};
|
|
71
|
-
}>;
|
|
72
|
-
indeterminate: import("vue").ComputedRef<boolean>;
|
|
73
|
-
checkAll: import("vue").WritableComputedRef<boolean>;
|
|
74
|
-
containerStyleWithHeight: import("vue").ComputedRef<CSSProperties>;
|
|
75
|
-
confirmFilter: () => void;
|
|
76
|
-
sortStatusList: {
|
|
77
|
-
status: VxeTablePropTypes.SortOrder;
|
|
78
|
-
text: string;
|
|
79
|
-
}[];
|
|
80
|
-
setSort: (value: VxeTablePropTypes.SortOrder) => void;
|
|
81
|
-
iconActive: import("vue").ComputedRef<number | VxeTablePropTypes.SortOrder | undefined>;
|
|
82
|
-
editable: import("vue").ComputedRef<boolean | undefined>;
|
|
83
|
-
wrapperStyle: import("vue").ComputedRef<CSSProperties>;
|
|
84
|
-
FunnelSharp: 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<{}>>, {}>;
|
|
85
|
-
NButton: any;
|
|
86
|
-
NButtonGroup: any;
|
|
87
|
-
NCheckbox: any;
|
|
88
|
-
NCheckboxGroup: import("vue").DefineComponent<{
|
|
89
|
-
readonly min: NumberConstructor;
|
|
90
|
-
readonly max: NumberConstructor;
|
|
91
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
92
|
-
readonly value: PropType<(string | number)[] | null>;
|
|
93
|
-
readonly defaultValue: {
|
|
94
|
-
readonly type: PropType<(string | number)[] | null>;
|
|
95
|
-
readonly default: null;
|
|
96
|
-
};
|
|
97
|
-
readonly disabled: {
|
|
98
|
-
readonly type: PropType<boolean | undefined>;
|
|
99
|
-
readonly default: undefined;
|
|
100
|
-
};
|
|
101
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
102
|
-
actionType: "check" | "uncheck";
|
|
103
|
-
value: string | number;
|
|
104
|
-
}) => void>>;
|
|
105
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
106
|
-
actionType: "check" | "uncheck";
|
|
107
|
-
value: string | number;
|
|
108
|
-
}) => void>>;
|
|
109
|
-
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
|
|
110
|
-
}, {
|
|
111
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
112
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
113
|
-
readonly min: NumberConstructor;
|
|
114
|
-
readonly max: NumberConstructor;
|
|
115
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
116
|
-
readonly value: PropType<(string | number)[] | null>;
|
|
117
|
-
readonly defaultValue: {
|
|
118
|
-
readonly type: PropType<(string | number)[] | null>;
|
|
119
|
-
readonly default: null;
|
|
120
|
-
};
|
|
121
|
-
readonly disabled: {
|
|
122
|
-
readonly type: PropType<boolean | undefined>;
|
|
123
|
-
readonly default: undefined;
|
|
124
|
-
};
|
|
125
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
126
|
-
actionType: "check" | "uncheck";
|
|
127
|
-
value: string | number;
|
|
128
|
-
}) => void>>;
|
|
129
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
130
|
-
actionType: "check" | "uncheck";
|
|
131
|
-
value: string | number;
|
|
132
|
-
}) => void>>;
|
|
133
|
-
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
|
|
134
|
-
}>>, {
|
|
135
|
-
readonly disabled: boolean | undefined;
|
|
136
|
-
readonly defaultValue: (string | number)[] | null;
|
|
137
|
-
}>;
|
|
138
|
-
NEllipsis: any;
|
|
139
|
-
NIcon: any;
|
|
140
|
-
NInput: any;
|
|
141
|
-
NPopover: any;
|
|
142
|
-
ref: typeof ref;
|
|
143
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:checked" | "update:sortStatus")[], "update:checked" | "update:sortStatus", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
144
|
-
payload: {
|
|
145
|
-
type: PropType<VxeColumnPropTypes.HeaderSlotParams>;
|
|
146
|
-
required: true;
|
|
147
|
-
};
|
|
148
|
-
sortable: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
};
|
|
151
|
-
options: {
|
|
152
|
-
type: PropType<AnyObject[]>;
|
|
153
|
-
default: () => never[];
|
|
154
|
-
};
|
|
155
|
-
checked: {
|
|
156
|
-
type: PropType<string[]>;
|
|
157
|
-
required: true;
|
|
158
|
-
};
|
|
159
|
-
sortStatus: {
|
|
160
|
-
type: PropType<VxeTablePropTypes.SortOrder>;
|
|
161
|
-
};
|
|
162
|
-
}>> & {
|
|
163
|
-
"onUpdate:checked"?: ((...args: any[]) => any) | undefined;
|
|
164
|
-
"onUpdate:sortStatus"?: ((...args: any[]) => any) | undefined;
|
|
165
|
-
}, {
|
|
166
|
-
options: AnyObject[];
|
|
167
|
-
sortable: boolean;
|
|
168
|
-
}>;
|
|
169
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function filterPlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function keyboardEventPlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function lowCodeFieldAdaptorPlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { Func } from '../../../../../../../../es/shared/types';
|
|
2
|
-
import { PropType } from 'vue';
|
|
3
|
-
import { VxeTableDefines } from 'vxe-table';
|
|
4
|
-
import { AnyObject } from '../../../../../../../../es/shared/types';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
-
value: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
column: {
|
|
11
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
row: {
|
|
15
|
-
type: PropType<AnyObject>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
rowIndex: {
|
|
19
|
-
type: NumberConstructor;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
}, {
|
|
23
|
-
attr: AnyObject;
|
|
24
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
value: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: undefined;
|
|
28
|
-
};
|
|
29
|
-
column: {
|
|
30
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
row: {
|
|
34
|
-
type: PropType<AnyObject>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
rowIndex: {
|
|
38
|
-
type: NumberConstructor;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
}>> & {
|
|
42
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
}>>;
|
|
44
|
-
emitFormChangeWithParams: (params?: AnyObject) => void;
|
|
45
|
-
emit: (event: "update:value", ...args: any[]) => void;
|
|
46
|
-
formRef: import("vue").Ref<HTMLElement | null>;
|
|
47
|
-
isShow: import("vue").Ref<boolean>;
|
|
48
|
-
formattedValue: import("vue").Ref<string | undefined>;
|
|
49
|
-
onConfirm: (value: string | null | undefined) => void;
|
|
50
|
-
isStartDate: any;
|
|
51
|
-
isEndDate: any;
|
|
52
|
-
connectField: string;
|
|
53
|
-
setDateDisabled: (cur: number, date: number) => boolean;
|
|
54
|
-
isDateDisabled: (ts: number) => boolean;
|
|
55
|
-
isTimeDisabled: (ts: number) => {
|
|
56
|
-
isHourDisabled: (hour: number) => boolean;
|
|
57
|
-
isMinuteDisabled: (minute: number) => boolean;
|
|
58
|
-
isSecondDisabled: (second: number) => boolean;
|
|
59
|
-
};
|
|
60
|
-
customDateDisabledDecorator: (customDateDisabled?: Func) => ((ts: number) => any) | null;
|
|
61
|
-
getFormatDate: (str: string) => string;
|
|
62
|
-
onBlur: () => void;
|
|
63
|
-
formatConfig: import("vue").ComputedRef<{
|
|
64
|
-
valueFormat: string;
|
|
65
|
-
format: string;
|
|
66
|
-
timePickerProps: {
|
|
67
|
-
format: string | undefined;
|
|
68
|
-
};
|
|
69
|
-
}>;
|
|
70
|
-
dateConfig: AnyObject;
|
|
71
|
-
NDatePicker: any;
|
|
72
|
-
NInput: any;
|
|
73
|
-
NPopover: any;
|
|
74
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
-
value: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
default: undefined;
|
|
78
|
-
};
|
|
79
|
-
column: {
|
|
80
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
81
|
-
required: true;
|
|
82
|
-
};
|
|
83
|
-
row: {
|
|
84
|
-
type: PropType<AnyObject>;
|
|
85
|
-
required: true;
|
|
86
|
-
};
|
|
87
|
-
rowIndex: {
|
|
88
|
-
type: NumberConstructor;
|
|
89
|
-
required: true;
|
|
90
|
-
};
|
|
91
|
-
}>> & {
|
|
92
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
93
|
-
}, {
|
|
94
|
-
value: string;
|
|
95
|
-
}>;
|
|
96
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function dateRendererPlugin(): import("../../../../../../../../es/components/iho-table").TablePlugin;
|
package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function inputRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function numberRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { VxeTableDefines } from 'vxe-table';
|
|
3
|
-
import { AnyObject } from '../../../../../../../../es/shared/types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
value: {
|
|
6
|
-
type: PropType<string | number | (string | number)[]>;
|
|
7
|
-
default: undefined;
|
|
8
|
-
};
|
|
9
|
-
column: {
|
|
10
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
row: {
|
|
14
|
-
type: PropType<AnyObject>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
rowIndex: {
|
|
18
|
-
type: NumberConstructor;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
value: {
|
|
23
|
-
type: PropType<string | number | (string | number)[]>;
|
|
24
|
-
default: undefined;
|
|
25
|
-
};
|
|
26
|
-
column: {
|
|
27
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
row: {
|
|
31
|
-
type: PropType<AnyObject>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
rowIndex: {
|
|
35
|
-
type: NumberConstructor;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
}>> & {
|
|
39
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
}, {
|
|
41
|
-
value: string | number | (string | number)[];
|
|
42
|
-
}>;
|
|
43
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function selectRendererPlugin(): import("../../../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { AnyObject } from '../../../../../../../../es/shared/types';
|
|
2
|
-
import { CSSProperties, PropType } from 'vue';
|
|
3
|
-
import { VxeTableDefines } from 'vxe-table';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
value: {};
|
|
6
|
-
height: {
|
|
7
|
-
type: NumberConstructor;
|
|
8
|
-
default: number;
|
|
9
|
-
};
|
|
10
|
-
column: {
|
|
11
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
row: {
|
|
15
|
-
type: PropType<AnyObject>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
displayContent: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
rowIndex: {
|
|
23
|
-
type: NumberConstructor;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
}, {
|
|
27
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
-
value: {};
|
|
29
|
-
height: {
|
|
30
|
-
type: NumberConstructor;
|
|
31
|
-
default: number;
|
|
32
|
-
};
|
|
33
|
-
column: {
|
|
34
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
row: {
|
|
38
|
-
type: PropType<AnyObject>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
displayContent: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
rowIndex: {
|
|
46
|
-
type: NumberConstructor;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
}>> & {
|
|
50
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
51
|
-
}>>;
|
|
52
|
-
tableHandler: import("../../../../types").IhoTableHandler;
|
|
53
|
-
popoverRef: import("vue").Ref<any>;
|
|
54
|
-
editContent: import("vue").Ref<any>;
|
|
55
|
-
setEditContent: (value: any) => void;
|
|
56
|
-
show: import("vue").Ref<boolean>;
|
|
57
|
-
setShow: (v: boolean) => void;
|
|
58
|
-
emit: (event: "update:value", ...args: any[]) => void;
|
|
59
|
-
onShow: () => Promise<void>;
|
|
60
|
-
emitFormChangeWithParams: (params?: AnyObject) => void;
|
|
61
|
-
onClose: () => Promise<void>;
|
|
62
|
-
updateShow: (show: boolean) => void;
|
|
63
|
-
style: import("vue").ComputedRef<CSSProperties>;
|
|
64
|
-
NPopover: any;
|
|
65
|
-
NInput: any;
|
|
66
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
-
value: {};
|
|
68
|
-
height: {
|
|
69
|
-
type: NumberConstructor;
|
|
70
|
-
default: number;
|
|
71
|
-
};
|
|
72
|
-
column: {
|
|
73
|
-
type: PropType<VxeTableDefines.ColumnInfo>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
row: {
|
|
77
|
-
type: PropType<AnyObject>;
|
|
78
|
-
required: true;
|
|
79
|
-
};
|
|
80
|
-
displayContent: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
rowIndex: {
|
|
85
|
-
type: NumberConstructor;
|
|
86
|
-
required: true;
|
|
87
|
-
};
|
|
88
|
-
}>> & {
|
|
89
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
90
|
-
}, {
|
|
91
|
-
height: number;
|
|
92
|
-
displayContent: string;
|
|
93
|
-
}>;
|
|
94
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function separateRendererPlugins(): import("../../../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AnyObject } from '../../../../../../../../es/shared/types';
|
|
2
|
-
import { VxeTableDefines } from 'vxe-table';
|
|
3
|
-
import { IhoTableFieldItem } from '../../../../../../../../es/components/iho-table';
|
|
4
|
-
declare type ParsedRowDataInfo = {
|
|
5
|
-
field: string;
|
|
6
|
-
data: string[];
|
|
7
|
-
};
|
|
8
|
-
export declare function getColumnInfoMaxLength(parsedRowDataInfo: ParsedRowDataInfo[]): number;
|
|
9
|
-
export declare function generateSeparateRowData(parsedRowDataInfo: ParsedRowDataInfo[], index: number): AnyObject;
|
|
10
|
-
export declare function contentSeparate(value: unknown, field: IhoTableFieldItem, width: number): any[];
|
|
11
|
-
export declare function isSeparateColumn(field: IhoTableFieldItem | VxeTableDefines.ColumnInfo): boolean | "" | undefined;
|
|
12
|
-
export {};
|
package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function timeRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function checkRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function colorRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function defaultRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function labelRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function seqRendererPlugin(): import("../../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function rowClickPlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function rowGroupSettingPlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Nullable } from '../../../../../../es/shared/types';
|
|
2
|
-
import { IhoTableConfig, IhoTableFieldItem } from '../../../../../../es/components/iho-table';
|
|
3
|
-
declare type GroupItem = string | {
|
|
4
|
-
fieldName: string;
|
|
5
|
-
children?: GroupItem[];
|
|
6
|
-
};
|
|
7
|
-
export declare function createRowGroupList(rowGroupSetting: NonNullable<IhoTableConfig['rowGroupSetting']>, fieldList: IhoTableFieldItem[], getKey?: (field: IhoTableFieldItem) => string): GroupItem[];
|
|
8
|
-
export declare function groupTraverser<T extends Nullable<{
|
|
9
|
-
children?: T[];
|
|
10
|
-
}>>(groupList: GroupItem[], replacer: (fieldName: string, isBlock?: boolean) => T): NonNullable<T>[];
|
|
11
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function virtualTreePlugin(): import("../../../../../../es/components/iho-table").TablePlugin;
|