cnhis-design-vue 3.1.37-beta.2 → 3.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -123
- package/es/components/annotation-edit/index.d.ts +17 -0
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +16 -0
- package/es/components/big-table/index.d.ts +1076 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +1066 -0
- package/es/components/big-table/src/bigTableEmits.d.ts +2 -0
- package/es/components/big-table/src/bigTableProps.d.ts +211 -0
- package/es/components/big-table/src/bigTableState.d.ts +58 -0
- package/es/components/big-table/src/components/NoData.vue.d.ts +49 -0
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +34 -0
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +43 -0
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +35 -0
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +134 -0
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +43 -0
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +5 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +10 -0
- package/es/components/big-table/src/components/separate.vue.d.ts +41 -0
- package/es/components/big-table/src/constants/index.d.ts +3 -0
- package/es/components/big-table/src/hooks/index.d.ts +9 -0
- package/es/components/big-table/src/hooks/useAnchor.d.ts +7 -0
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +4 -0
- package/es/components/big-table/src/hooks/useBatchEditing.d.ts +17 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +339 -0
- package/es/components/big-table/src/hooks/useEvent.d.ts +6 -0
- package/es/components/big-table/src/hooks/useFormat.d.ts +30 -0
- package/es/components/big-table/src/hooks/useNestTable.d.ts +8 -0
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +40 -0
- package/es/components/big-table/src/hooks/useTableParse.d.ts +6 -0
- package/es/components/big-table/src/utils.d.ts +61 -0
- package/es/components/bpmn-workflow/index.d.ts +72 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +75 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/index.d.ts +1901 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +1912 -0
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +1244 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1632 -0
- package/es/components/button-print/src/components/Preview.vue.d.ts +41 -0
- package/es/components/button-print/src/utils/browserPrint.d.ts +2 -0
- package/es/components/button-print/src/utils/dialog.d.ts +12 -0
- package/es/components/button-print/src/utils/index.d.ts +2 -0
- package/es/components/button-print/src/utils/print.d.ts +56 -0
- package/es/components/editor/index.d.ts +30 -0
- package/es/components/editor/src/Editor.d.ts +30 -0
- package/es/components/fabric-chart/index.d.ts +205 -0
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +207 -0
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +46 -0
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +64 -0
- package/es/components/fabric-chart/src/components/useStyle.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/constant.d.ts +54 -0
- package/es/components/fabric-chart/src/hooks/index.d.ts +11 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +9 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +16 -0
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +8 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +14 -0
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +44 -0
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useShadow.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +4 -0
- package/es/components/fabric-chart/src/interface.d.ts +153 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
- package/es/components/fabric-chart/src/utils/utils.d.ts +13 -0
- package/es/components/field-set/index.d.ts +243 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +197 -0
- package/es/components/form-config/index.d.ts +3343 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +3344 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +675 -0
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +108 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +2396 -0
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +14 -0
- package/es/components/form-config/src/components/index.d.ts +5 -0
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +27 -0
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +169 -0
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +71 -0
- package/es/components/form-config/src/components/renderer/index.d.ts +4 -0
- package/es/components/form-config/src/constants/index.d.ts +65 -0
- package/es/components/form-config/src/hooks/index.d.ts +3 -0
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +8 -0
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +5 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +4 -0
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +14 -0
- package/es/components/form-config/src/types/index.d.ts +39 -0
- package/es/components/form-config/src/utils/index.d.ts +7 -0
- package/es/components/form-render/index.d.ts +657 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +650 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +654 -0
- package/es/components/form-render/src/components/renderer/checkbox.d.ts +90 -0
- package/es/components/form-render/src/components/renderer/combination.d.ts +51 -0
- package/es/components/form-render/src/components/renderer/complex.d.ts +34 -0
- package/es/components/form-render/src/components/renderer/date.d.ts +52 -0
- package/es/components/form-render/src/components/renderer/formItem.d.ts +15 -0
- package/es/components/form-render/src/components/renderer/index.d.ts +3 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +23 -0
- package/es/components/form-render/src/components/renderer/inputGroup.d.ts +11 -0
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +31 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +44 -0
- package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +91 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +69 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +68 -0
- package/es/components/form-render/src/components/renderer/radio.d.ts +94 -0
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +41 -0
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +58 -0
- package/es/components/form-render/src/components/renderer/select.d.ts +140 -0
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/slider.d.ts +11 -0
- package/es/components/form-render/src/components/renderer/switch.d.ts +23 -0
- package/es/components/form-render/src/components/renderer/textarea.d.ts +11 -0
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +13 -0
- package/es/components/form-render/src/constants/index.d.ts +54 -0
- package/es/components/form-render/src/hooks/index.d.ts +15 -0
- package/es/components/form-render/src/hooks/useAnchor.d.ts +16 -0
- package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +47 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +27 -0
- package/es/components/form-render/src/hooks/useChangeContext.d.ts +11 -0
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +15 -0
- package/es/components/form-render/src/hooks/useCommonLog.d.ts +3 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +64 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +5 -0
- package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
- package/es/components/form-render/src/hooks/useFormContext.d.ts +11 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +5 -0
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +11 -0
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +13 -0
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +39 -0
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +26 -0
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +6 -0
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +7 -0
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +4 -0
- package/es/components/form-render/src/hooks/usePresetScope.d.ts +6 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +265 -0
- package/es/components/form-render/src/types/index.d.ts +101 -0
- package/es/components/form-render/src/utils/business.d.ts +13 -0
- package/es/components/form-render/src/utils/dom.d.ts +13 -0
- package/es/components/form-render/src/utils/index.d.ts +38 -0
- package/es/components/form-render/src/utils/schema.d.ts +83 -0
- package/es/components/grid/index.d.ts +3 -0
- package/es/components/grid/src/Grid.d.ts +2 -0
- package/es/components/grid/src/hooks.d.ts +1 -0
- package/es/components/iho-table/index.d.ts +4647 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +4646 -0
- package/es/components/iho-table/src/constants/index.d.ts +80 -0
- package/es/components/iho-table/src/hooks/export.d.ts +2 -0
- package/es/components/iho-table/src/hooks/index.d.ts +2 -0
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +93 -0
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +31 -0
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +16 -0
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +15 -0
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +251 -0
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +13 -0
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +25 -0
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +10 -0
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +11 -0
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +9 -0
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +8 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +2 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +13 -0
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +169 -0
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +7 -0
- package/es/components/iho-table/src/plugins/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +96 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +5 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +43 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +94 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +12 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +11 -0
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/types/index.d.ts +108 -0
- package/es/components/iho-table/src/types/pluginType.d.ts +173 -0
- package/es/components/iho-table/src/utils/index.d.ts +49 -0
- package/es/components/index.d.ts +37 -0
- package/es/components/info-header/index.d.ts +415 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +86 -0
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +33 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +405 -0
- package/es/components/insurance-sdk/index.d.ts +1 -0
- package/es/components/insurance-sdk/src/constants/index.d.ts +161 -0
- package/es/components/insurance-sdk/src/utils/index.d.ts +1 -0
- package/es/components/insurance-sdk/src/utils/insurance.d.ts +260 -0
- package/es/components/keyboard/index.d.ts +334 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +335 -0
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +64 -0
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +191 -0
- package/es/components/keyboard/src/utils/index.d.ts +1 -0
- package/es/components/map/index.d.ts +75 -0
- package/es/components/map/src/Map.vue.d.ts +75 -0
- package/es/components/recommend-search/index.d.ts +815 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +817 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +143 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +341 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +63 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +300 -0
- package/es/components/recommend-search/src/constant/index.d.ts +4 -0
- package/es/components/recommend-search/src/types/index.d.ts +9 -0
- package/es/components/scale-view/index.d.ts +1400 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1222 -0
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +70 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +154 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +110 -0
- package/es/components/scale-view/src/components/NoData.vue.d.ts +49 -0
- package/es/components/scale-view/src/components/ScaleScore.d.ts +23 -0
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +11 -0
- package/es/components/scale-view/src/components/formitem/address.d.ts +3992 -0
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +32 -0
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +52 -0
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +61 -0
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +52 -0
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +63 -0
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +80 -0
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +87 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +43 -0
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +3 -0
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +115 -0
- package/es/components/scale-view/src/hooks/scaleview-state.d.ts +34 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +3 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +3 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +1763 -0
- package/es/components/scale-view/src/hooks/use-evaluate.d.ts +21 -0
- package/es/components/scale-view/src/hooks/use-event.d.ts +4 -0
- package/es/components/scale-view/src/hooks/use-noData.d.ts +9 -0
- package/es/components/scale-view/src/utils/judge-types.d.ts +5 -0
- package/es/components/search-cascader/index.d.ts +233 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +235 -0
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +50 -0
- package/es/components/search-cascader/src/components/index.d.ts +1 -0
- package/es/components/search-cascader/src/constants/index.d.ts +5 -0
- package/es/components/search-cascader/src/hooks/index.d.ts +1 -0
- package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +3 -0
- package/es/components/search-cascader/src/utils/index.d.ts +2 -0
- package/es/components/select-label/index.d.ts +937 -0
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +367 -0
- package/es/components/select-label/src/SelectLabel.vue.d.ts +571 -0
- package/es/components/select-label/src/components/label-classify.vue.d.ts +122 -0
- package/es/components/select-person/index.d.ts +323 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +281 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/shortcut-provider/index.d.ts +21 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +19 -0
- package/es/components/shortcut-provider/src/constants/index.d.ts +7 -0
- package/es/components/shortcut-provider/src/hooks/index.d.ts +2 -0
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +4 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +33 -0
- package/es/components/shortcut-provider/src/types/index.d.ts +43 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +10 -0
- package/es/components/shortcut-setter/index.d.ts +2384 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2386 -0
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +99 -0
- package/es/components/shortcut-setter/src/types/index.d.ts +6 -0
- package/es/components/steps-wheel/index.d.ts +115 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +114 -0
- package/es/components/time-line/index.d.ts +109 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +85 -0
- package/es/components/vod-chunk-upload/index.d.ts +232 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +196 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +11 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +63 -0
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +10 -0
- package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +23 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +2 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +230 -0
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +25 -0
- package/es/shared/assets/img/failure.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/icon-asc.js +1 -1
- package/es/shared/assets/img/icon-desc.js +1 -1
- package/es/shared/assets/img/no-permission.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/video_hover.js +1 -1
- package/es/shared/assets/img/video_play_hover.js +1 -1
- package/es/shared/assets/img/xb_big.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +51 -0
- package/es/shared/components/SelectPage/index.d.ts +2 -0
- package/es/shared/components/SlotRender/SlotRender.d.ts +20 -0
- package/es/shared/components/SlotRender/index.d.ts +2 -0
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +43 -0
- package/es/shared/components/SvgIcon/index.d.ts +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +87 -0
- package/es/shared/components/TextOverTooltip/index.d.ts +2 -0
- package/es/shared/components/VueDraggable/index.d.ts +2 -0
- package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +9 -0
- package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +22 -0
- package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +7 -0
- package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +10 -0
- package/es/shared/components/VueDraggable/src/util/console.d.ts +1 -0
- package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +2 -0
- package/es/shared/components/VueDraggable/src/util/string.d.ts +1 -0
- package/es/shared/components/VueDraggable/src/util/tags.d.ts +3 -0
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/components/no-data/NoData.vue.d.ts +49 -0
- package/es/shared/components/no-data/index.d.ts +2 -0
- package/es/shared/components/player-vod/index.vue.d.ts +2 -0
- package/es/shared/components/player-vod/player.d.ts +17 -0
- package/es/shared/components/player-vod/video-list.d.ts +32 -0
- package/es/shared/components/player-vod/video-modal.d.ts +54 -0
- package/es/shared/global/variable.d.ts +1 -0
- package/es/shared/index.d.ts +0 -0
- package/es/shared/types/index.d.ts +22 -0
- package/es/shared/utils/anime.d.ts +35 -0
- package/es/shared/utils/colorLog.d.ts +31 -0
- package/es/shared/utils/index.d.ts +16 -0
- package/es/shared/utils/loadViewer.d.ts +2 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncParallelHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +3 -0
- package/es/shared/utils/tapable/Hook.d.ts +50 -0
- package/es/shared/utils/tapable/HookCodeFactory.d.ts +58 -0
- package/es/shared/utils/tapable/HookMap.d.ts +11 -0
- package/es/shared/utils/tapable/MultiHook.d.ts +12 -0
- package/es/shared/utils/tapable/SyncBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncLoopHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +3 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/es/shared/utils/utilExpand.d.ts +1 -0
- package/es/shared/utils/vexutils.d.ts +10 -0
- package/package.json +2 -2
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import { AnyObject } from '../../../../es/shared/types';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
declare const bigTableProps: {
|
|
4
|
+
data: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
default: () => never[];
|
|
7
|
+
};
|
|
8
|
+
maxCheckSize: {
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
annotation: {
|
|
13
|
+
type: PropType<AnyObject>;
|
|
14
|
+
};
|
|
15
|
+
showFooter: BooleanConstructor;
|
|
16
|
+
sumData: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: () => {};
|
|
19
|
+
};
|
|
20
|
+
avgData: {
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
default: () => {};
|
|
23
|
+
};
|
|
24
|
+
menuConfig: {
|
|
25
|
+
type: ObjectConstructor;
|
|
26
|
+
default: () => {};
|
|
27
|
+
};
|
|
28
|
+
columnConfig: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => {};
|
|
31
|
+
};
|
|
32
|
+
refreshRow: {
|
|
33
|
+
type: NumberConstructor;
|
|
34
|
+
default: number;
|
|
35
|
+
};
|
|
36
|
+
relatedItems: {
|
|
37
|
+
type: ObjectConstructor;
|
|
38
|
+
default: () => {
|
|
39
|
+
triggerMethodPc: string;
|
|
40
|
+
triggerMethodField: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
pageVO: {
|
|
44
|
+
type: ObjectConstructor;
|
|
45
|
+
default: () => {
|
|
46
|
+
pageIndex: number;
|
|
47
|
+
pageSize: number;
|
|
48
|
+
total: number;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
tableOptions: {
|
|
52
|
+
type: ObjectConstructor;
|
|
53
|
+
default: () => {};
|
|
54
|
+
};
|
|
55
|
+
quickSearchConfig: {
|
|
56
|
+
type: ArrayConstructor;
|
|
57
|
+
default: () => never[];
|
|
58
|
+
};
|
|
59
|
+
primaryKey: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
tableDataCache: {
|
|
64
|
+
type: ArrayConstructor;
|
|
65
|
+
default: () => never[];
|
|
66
|
+
};
|
|
67
|
+
oldtableData: {
|
|
68
|
+
type: ArrayConstructor;
|
|
69
|
+
default: () => never[];
|
|
70
|
+
};
|
|
71
|
+
tableName: StringConstructor;
|
|
72
|
+
fieldListOriginal: {
|
|
73
|
+
type: ArrayConstructor;
|
|
74
|
+
default: () => never[];
|
|
75
|
+
};
|
|
76
|
+
tableParams: {
|
|
77
|
+
type: ObjectConstructor;
|
|
78
|
+
default: () => {};
|
|
79
|
+
};
|
|
80
|
+
emptyItems: {
|
|
81
|
+
type: ObjectConstructor;
|
|
82
|
+
default: () => {
|
|
83
|
+
noDataImg: string;
|
|
84
|
+
noDataTip: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
styleSetting: {
|
|
88
|
+
type: ObjectConstructor;
|
|
89
|
+
default: () => {};
|
|
90
|
+
};
|
|
91
|
+
sysImageSize: {
|
|
92
|
+
type: ArrayConstructor;
|
|
93
|
+
default: () => never[];
|
|
94
|
+
};
|
|
95
|
+
height: StringConstructor;
|
|
96
|
+
groupCountFields: {
|
|
97
|
+
type: ArrayConstructor;
|
|
98
|
+
default: () => never[];
|
|
99
|
+
};
|
|
100
|
+
groupCountMap: {
|
|
101
|
+
type: ObjectConstructor;
|
|
102
|
+
default: () => {};
|
|
103
|
+
};
|
|
104
|
+
listFormUnionSetting: {
|
|
105
|
+
type: ObjectConstructor;
|
|
106
|
+
default: () => {};
|
|
107
|
+
};
|
|
108
|
+
inlineEditFormConfig: {
|
|
109
|
+
type: ObjectConstructor;
|
|
110
|
+
default: () => {};
|
|
111
|
+
};
|
|
112
|
+
clickRowData: {
|
|
113
|
+
type: ObjectConstructor;
|
|
114
|
+
default: () => {};
|
|
115
|
+
};
|
|
116
|
+
btnList: {
|
|
117
|
+
type: ArrayConstructor;
|
|
118
|
+
default: () => never[];
|
|
119
|
+
};
|
|
120
|
+
spinning: BooleanConstructor;
|
|
121
|
+
rowGroupSetting: {
|
|
122
|
+
type: ObjectConstructor;
|
|
123
|
+
default: () => {};
|
|
124
|
+
};
|
|
125
|
+
inlineEditFormSubmitDone: BooleanConstructor;
|
|
126
|
+
isInlineOperating: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
inlineEditCurrentOperateBtnId: StringConstructor;
|
|
131
|
+
tableRefreshCache: {
|
|
132
|
+
type: ObjectConstructor;
|
|
133
|
+
default: () => {};
|
|
134
|
+
};
|
|
135
|
+
userInfo: {
|
|
136
|
+
type: ObjectConstructor;
|
|
137
|
+
default: () => {};
|
|
138
|
+
};
|
|
139
|
+
isInlineEditing: BooleanConstructor;
|
|
140
|
+
isInlineAdding: BooleanConstructor;
|
|
141
|
+
isInlineSave: BooleanConstructor;
|
|
142
|
+
isInlineCancel: BooleanConstructor;
|
|
143
|
+
inlineError: BooleanConstructor;
|
|
144
|
+
resetInlineEdit: FunctionConstructor;
|
|
145
|
+
resetEditRowStatus: FunctionConstructor;
|
|
146
|
+
pageIndexOldtableData: {
|
|
147
|
+
type: ArrayConstructor;
|
|
148
|
+
default: () => never[];
|
|
149
|
+
};
|
|
150
|
+
submitForm: FunctionConstructor;
|
|
151
|
+
isMatchComponent: BooleanConstructor;
|
|
152
|
+
asyncCount: BooleanConstructor;
|
|
153
|
+
showSettings: {
|
|
154
|
+
type: ObjectConstructor;
|
|
155
|
+
default: () => {};
|
|
156
|
+
};
|
|
157
|
+
inlineFormData: {
|
|
158
|
+
type: ObjectConstructor;
|
|
159
|
+
default: () => {};
|
|
160
|
+
};
|
|
161
|
+
inlineOriginalTableRow: {
|
|
162
|
+
type: ObjectConstructor;
|
|
163
|
+
default: () => {};
|
|
164
|
+
};
|
|
165
|
+
filterDomPortal: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
filterTopOffset: {
|
|
170
|
+
type: NumberConstructor;
|
|
171
|
+
default: number;
|
|
172
|
+
};
|
|
173
|
+
isNestTable: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
177
|
+
showNestTable: BooleanConstructor;
|
|
178
|
+
curNestColumnConfig: {
|
|
179
|
+
type: ObjectConstructor;
|
|
180
|
+
default: () => {};
|
|
181
|
+
};
|
|
182
|
+
nestTableDataRequest: FunctionConstructor;
|
|
183
|
+
isBatchEditing: BooleanConstructor;
|
|
184
|
+
isEditAllRow: BooleanConstructor;
|
|
185
|
+
isBatchSave: BooleanConstructor;
|
|
186
|
+
isBatchCancel: BooleanConstructor;
|
|
187
|
+
batchDynamicPropsCache: {
|
|
188
|
+
type: ObjectConstructor;
|
|
189
|
+
default: () => {};
|
|
190
|
+
};
|
|
191
|
+
batchEditDoneNumber: {
|
|
192
|
+
type: ObjectConstructor;
|
|
193
|
+
default: () => {};
|
|
194
|
+
};
|
|
195
|
+
batchError: BooleanConstructor;
|
|
196
|
+
batchFormData: {
|
|
197
|
+
type: ObjectConstructor;
|
|
198
|
+
default: () => {};
|
|
199
|
+
};
|
|
200
|
+
resetInlineBatchEdit: FunctionConstructor;
|
|
201
|
+
resetBatchEditRowStatus: FunctionConstructor;
|
|
202
|
+
anchor: {
|
|
203
|
+
type: PropType<AnyObject[]>;
|
|
204
|
+
default: () => never[];
|
|
205
|
+
};
|
|
206
|
+
totalList: {
|
|
207
|
+
type: PropType<AnyObject[]>;
|
|
208
|
+
default: () => never[];
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
export default bigTableProps;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { VxeTablePropTypes } from 'vxe-table/types/table';
|
|
2
|
+
declare const bigTableState: {
|
|
3
|
+
curAbleCheckedLen: number;
|
|
4
|
+
showButtonTop: number;
|
|
5
|
+
isTree: number;
|
|
6
|
+
isShowEmpty: boolean;
|
|
7
|
+
currentPageSelectedLength: number;
|
|
8
|
+
visibleCheckAllWrap: boolean;
|
|
9
|
+
visibleCheckAllWrapMore: boolean;
|
|
10
|
+
checkedRows: never[];
|
|
11
|
+
filterFields: {};
|
|
12
|
+
visibleTreeCheck: boolean;
|
|
13
|
+
treeTableLength: number;
|
|
14
|
+
checkWidth: {
|
|
15
|
+
'table-simple': string;
|
|
16
|
+
'table-classics': string;
|
|
17
|
+
};
|
|
18
|
+
lastPageIndex: number;
|
|
19
|
+
selectType: string;
|
|
20
|
+
levelLazyLoadSetting: null;
|
|
21
|
+
openOnly: number;
|
|
22
|
+
filterWidth: number;
|
|
23
|
+
filterHeight: number;
|
|
24
|
+
startX: number;
|
|
25
|
+
distance: number;
|
|
26
|
+
mask: string;
|
|
27
|
+
groupText: never[];
|
|
28
|
+
currentClickBtnInfo: null;
|
|
29
|
+
columnLen: number;
|
|
30
|
+
hasRefresh: boolean;
|
|
31
|
+
isExpand: number;
|
|
32
|
+
btnIcons: {
|
|
33
|
+
copy: string;
|
|
34
|
+
pencil: string;
|
|
35
|
+
delete: string;
|
|
36
|
+
add: string;
|
|
37
|
+
download: string;
|
|
38
|
+
label: string;
|
|
39
|
+
queding: string;
|
|
40
|
+
del: string;
|
|
41
|
+
};
|
|
42
|
+
tableHeight: string;
|
|
43
|
+
cacheUniqueKey: {};
|
|
44
|
+
theUniqueKeyListObj: {};
|
|
45
|
+
editColumnMap: {};
|
|
46
|
+
fieldLength: number;
|
|
47
|
+
originFormatList: never[];
|
|
48
|
+
isSaveForm: boolean;
|
|
49
|
+
editConfig: VxeTablePropTypes.EditConfig;
|
|
50
|
+
rowConfig: {
|
|
51
|
+
height: number;
|
|
52
|
+
isHover: boolean;
|
|
53
|
+
isCurrent: boolean;
|
|
54
|
+
};
|
|
55
|
+
anchorValue: string;
|
|
56
|
+
anchorList: never[];
|
|
57
|
+
};
|
|
58
|
+
export default bigTableState;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
noDataTip: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
noDataImg: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
showImg: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
imgStr: import("vue").ComputedRef<null>;
|
|
16
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
noDataTip: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
noDataImg: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
showImg: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>> & {}>>;
|
|
30
|
+
handleDesc: import("vue").ComputedRef<string>;
|
|
31
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
noDataTip: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
noDataImg: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
showImg: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}>>, {
|
|
45
|
+
noDataTip: string;
|
|
46
|
+
noDataImg: string;
|
|
47
|
+
showImg: boolean;
|
|
48
|
+
}>;
|
|
49
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
col: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
row: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
index: {
|
|
11
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
col: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: () => {};
|
|
18
|
+
};
|
|
19
|
+
row: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
default: () => {};
|
|
22
|
+
};
|
|
23
|
+
index: {
|
|
24
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
}>> & {
|
|
28
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
}, {
|
|
30
|
+
row: Record<string, any>;
|
|
31
|
+
index: number | Record<string, any>;
|
|
32
|
+
col: Record<string, any>;
|
|
33
|
+
}>;
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
col: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
row: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
index: {
|
|
15
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
type: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
col: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
default: () => {};
|
|
26
|
+
};
|
|
27
|
+
row: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default: () => {};
|
|
30
|
+
};
|
|
31
|
+
index: {
|
|
32
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
33
|
+
default: number;
|
|
34
|
+
};
|
|
35
|
+
}>> & {
|
|
36
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}, {
|
|
38
|
+
type: string;
|
|
39
|
+
row: Record<string, any>;
|
|
40
|
+
index: number | Record<string, any>;
|
|
41
|
+
col: Record<string, any>;
|
|
42
|
+
}>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
row: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: {};
|
|
5
|
+
};
|
|
6
|
+
col: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
value: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "clickSelectTable")[], "update:value" | "clickSelectTable", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
row: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: {};
|
|
18
|
+
};
|
|
19
|
+
col: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
default: {};
|
|
22
|
+
};
|
|
23
|
+
value: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
}>> & {
|
|
28
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onClickSelectTable?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
row: Record<string, any>;
|
|
32
|
+
value: string;
|
|
33
|
+
col: Record<string, any>;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
col: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
row: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
index: {
|
|
11
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "setOptions")[], "formChange" | "setOptions", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
col: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: () => {};
|
|
18
|
+
};
|
|
19
|
+
row: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
default: () => {};
|
|
22
|
+
};
|
|
23
|
+
index: {
|
|
24
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
}>> & {
|
|
28
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onSetOptions?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
row: Record<string, any>;
|
|
32
|
+
index: number | Record<string, any>;
|
|
33
|
+
col: Record<string, any>;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { AnyObject } from '../../../../../../es/shared/types';
|
|
2
|
+
import { CSSProperties, PropType } from 'vue';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
col: {
|
|
5
|
+
type: PropType<AnyObject>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
row: {
|
|
9
|
+
type: PropType<AnyObject>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
index: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
col: {
|
|
19
|
+
type: PropType<AnyObject>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
row: {
|
|
23
|
+
type: PropType<AnyObject>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
index: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
}>> & {
|
|
31
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}>>;
|
|
33
|
+
popoverRef: import("vue").Ref<any>;
|
|
34
|
+
show: import("vue").Ref<boolean>;
|
|
35
|
+
setShow: (v: boolean) => void;
|
|
36
|
+
emit: (event: "formChange", ...args: any[]) => void;
|
|
37
|
+
editContent: import("vue").Ref<any>;
|
|
38
|
+
getRowData: (row: AnyObject) => {
|
|
39
|
+
separateData: Record<string, string>;
|
|
40
|
+
index: number;
|
|
41
|
+
rawRow: AnyObject;
|
|
42
|
+
row: AnyObject;
|
|
43
|
+
colspans?: Record<string, number> | undefined;
|
|
44
|
+
} | undefined;
|
|
45
|
+
onShow: (target: {
|
|
46
|
+
separateData: Record<string, string>;
|
|
47
|
+
index: number;
|
|
48
|
+
rawRow: AnyObject;
|
|
49
|
+
row: AnyObject;
|
|
50
|
+
colspans?: Record<string, number> | undefined;
|
|
51
|
+
} | undefined) => Promise<void>;
|
|
52
|
+
onClose: (target: {
|
|
53
|
+
separateData: Record<string, string>;
|
|
54
|
+
index: number;
|
|
55
|
+
rawRow: AnyObject;
|
|
56
|
+
row: AnyObject;
|
|
57
|
+
colspans?: Record<string, number> | undefined;
|
|
58
|
+
} | undefined) => Promise<void>;
|
|
59
|
+
updateShow: (show: boolean) => void;
|
|
60
|
+
style: CSSProperties;
|
|
61
|
+
SlotRender: import("vue").DefineComponent<{
|
|
62
|
+
renderer: {
|
|
63
|
+
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../../../../es/shared/types").Func<any[], any>>;
|
|
64
|
+
required: true;
|
|
65
|
+
};
|
|
66
|
+
rootSlots: {
|
|
67
|
+
type: PropType<Record<string, import("../../../../../../es/shared/types").Func<any[], any>>>;
|
|
68
|
+
};
|
|
69
|
+
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
|
+
renderer: {
|
|
71
|
+
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../../../../es/shared/types").Func<any[], any>>;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
rootSlots: {
|
|
75
|
+
type: PropType<Record<string, import("../../../../../../es/shared/types").Func<any[], any>>>;
|
|
76
|
+
};
|
|
77
|
+
}>>, {}>;
|
|
78
|
+
NPopover: any;
|
|
79
|
+
NInput: any;
|
|
80
|
+
Separate: import("vue").DefineComponent<{
|
|
81
|
+
col: {
|
|
82
|
+
type: PropType<AnyObject>;
|
|
83
|
+
required: true;
|
|
84
|
+
};
|
|
85
|
+
row: {
|
|
86
|
+
type: PropType<AnyObject>;
|
|
87
|
+
required: true;
|
|
88
|
+
};
|
|
89
|
+
}, {
|
|
90
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
91
|
+
col: {
|
|
92
|
+
type: PropType<AnyObject>;
|
|
93
|
+
required: true;
|
|
94
|
+
};
|
|
95
|
+
row: {
|
|
96
|
+
type: PropType<AnyObject>;
|
|
97
|
+
required: true;
|
|
98
|
+
};
|
|
99
|
+
}>> & {}>>;
|
|
100
|
+
separateDataMap: import("vue").Ref<WeakMap<AnyObject, {
|
|
101
|
+
separateData: Record<string, string>;
|
|
102
|
+
index: number;
|
|
103
|
+
rawRow: AnyObject;
|
|
104
|
+
row: AnyObject;
|
|
105
|
+
colspans?: Record<string, number> | undefined;
|
|
106
|
+
}>>;
|
|
107
|
+
displayContent: import("vue").ComputedRef<string>;
|
|
108
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
109
|
+
col: {
|
|
110
|
+
type: PropType<AnyObject>;
|
|
111
|
+
required: true;
|
|
112
|
+
};
|
|
113
|
+
row: {
|
|
114
|
+
type: PropType<AnyObject>;
|
|
115
|
+
required: true;
|
|
116
|
+
};
|
|
117
|
+
}>>, {}>;
|
|
118
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
119
|
+
col: {
|
|
120
|
+
type: PropType<AnyObject>;
|
|
121
|
+
required: true;
|
|
122
|
+
};
|
|
123
|
+
row: {
|
|
124
|
+
type: PropType<AnyObject>;
|
|
125
|
+
required: true;
|
|
126
|
+
};
|
|
127
|
+
index: {
|
|
128
|
+
type: NumberConstructor;
|
|
129
|
+
required: true;
|
|
130
|
+
};
|
|
131
|
+
}>> & {
|
|
132
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
133
|
+
}, {}>;
|
|
134
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
col: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
row: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
index: {
|
|
15
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
type: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
col: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
default: () => {};
|
|
26
|
+
};
|
|
27
|
+
row: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default: () => {};
|
|
30
|
+
};
|
|
31
|
+
index: {
|
|
32
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
33
|
+
default: number;
|
|
34
|
+
};
|
|
35
|
+
}>> & {
|
|
36
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}, {
|
|
38
|
+
type: string;
|
|
39
|
+
row: Record<string, any>;
|
|
40
|
+
index: number | Record<string, any>;
|
|
41
|
+
col: Record<string, any>;
|
|
42
|
+
}>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
content: import("vue").Ref<string>;
|
|
3
|
+
emit: (event: "trigger", ...args: any[]) => void;
|
|
4
|
+
search: () => void;
|
|
5
|
+
NButton: any;
|
|
6
|
+
NInput: any;
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "trigger"[], "trigger", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
8
|
+
onTrigger?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}, {}>;
|
|
10
|
+
export default _default;
|