cnhis-design-vue 3.1.24-beta.9 → 3.1.25-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -123
- package/es/components/big-table/src/BigTable.vue.d.ts +16 -1
- package/es/components/big-table/style/index.css +1 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -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/fabric-chart/src/utils/index.d.ts +6823 -0
- package/es/components/field-set/index.d.ts +0 -73
- package/es/components/field-set/src/FieldSet.vue.d.ts +0 -73
- package/es/components/form-render/src/utils/index.d.ts +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +3 -3
- package/es/components/scale-view/src/hooks/use-component.d.ts +0 -73
- package/es/components/{chunk-upload → vod-chunk-upload}/index.d.ts +0 -73
- package/es/components/{chunk-upload → vod-chunk-upload}/src/chunk-upload-new.vue.d.ts +0 -0
- package/es/components/{chunk-upload → vod-chunk-upload}/src/hooks/upload-computed.d.ts +0 -0
- package/es/components/{chunk-upload → vod-chunk-upload}/src/hooks/upload-data.d.ts +0 -0
- package/es/components/{chunk-upload → vod-chunk-upload}/src/hooks/vod-computed.d.ts +0 -0
- package/es/components/{chunk-upload → vod-chunk-upload}/src/hooks/vod-data.d.ts +0 -0
- package/es/components/{chunk-upload → vod-chunk-upload}/src/vod-chunk-upload/index.d.ts +0 -0
- package/es/components/{chunk-upload → vod-chunk-upload}/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -73
- package/es/components/{chunk-upload → vod-chunk-upload}/src/vod-upload-modal.d.ts +0 -0
- package/es/components/{chunk-upload → vod-chunk-upload}/style/index.css +0 -0
- package/es/node_modules/sortablejs/modular/sortable.esm.js +3021 -0
- package/es/{components → packages/components}/annotation-edit/index.js +0 -0
- package/es/{components → packages/components}/annotation-edit/src/AnnotationEdit.js +0 -0
- package/es/{components → packages/components}/big-table/index.js +0 -0
- package/es/{components → packages/components}/big-table/src/BigTable.js +1 -1
- package/es/{components → packages/components}/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +0 -0
- package/es/{components → packages/components}/big-table/src/bigTableEmits.js +0 -0
- package/es/{components → packages/components}/big-table/src/bigTableProps.js +0 -0
- package/es/{components → packages/components}/big-table/src/bigTableState.js +0 -0
- package/es/{components/scale-view → packages/components/big-table}/src/components/NoData.js +1 -1
- package/es/{components → packages/components}/big-table/src/components/edit-form/edit-date.js +0 -0
- package/es/{components → packages/components}/big-table/src/components/edit-form/edit-input.js +0 -0
- package/es/{components → packages/components}/big-table/src/components/edit-form/edit-select.js +0 -0
- package/es/{components → packages/components}/big-table/src/components/edit-form/edit-separate.js +1 -1
- package/es/{components → packages/components}/big-table/src/components/edit-form/edit-time.js +0 -0
- package/es/{components → packages/components}/big-table/src/components/edit-form/useCommon.js +0 -0
- package/es/{components → packages/components}/big-table/src/components/input-button.js +1 -1
- package/es/{components → packages/components}/big-table/src/components/separate.js +1 -1
- package/es/{components → packages/components}/big-table/src/constants/index.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/export.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/index.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useAnchor.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useAnnotation.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useBatchEditing.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useColumnConfigAdaptor.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useEdit.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useEvent.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useFormat.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useNestTable.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useSeparateRow.js +0 -0
- package/es/{components → packages/components}/big-table/src/hooks/useTableParse.js +0 -0
- package/es/{components → packages/components}/big-table/src/utils.js +6 -6
- package/es/{components → packages/components}/bpmn-workflow/index.js +0 -0
- package/es/{components → packages/components}/bpmn-workflow/src/BpmnWorkflow.js +1 -1
- package/es/{components → packages/components}/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +0 -0
- package/es/{components → packages/components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +0 -0
- package/es/{components → packages/components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +0 -0
- package/es/{components → packages/components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +0 -0
- package/es/{components → packages/components}/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +0 -0
- package/es/{components → packages/components}/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +0 -0
- package/es/{components → packages/components}/button-print/index.js +0 -0
- package/es/{components → packages/components}/button-print/src/ButtonPrint.js +1 -1
- package/es/{components → packages/components}/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +0 -0
- package/es/{components → packages/components}/button-print/src/components/IdentityVerification.js +1 -1
- package/es/{components → packages/components}/button-print/src/utils/dialog.js +0 -0
- package/es/{components → packages/components}/button-print/src/utils/index.js +0 -0
- package/es/{components → packages/components}/button-print/src/utils/print.js +0 -0
- package/es/{components → packages/components}/drag-layout/index.js +0 -0
- package/es/{components → packages/components}/drag-layout/src/DragFormLeftItem.js +1 -1
- package/es/{components → packages/components}/drag-layout/src/DragFormRightItem.js +3 -3
- package/es/{components → packages/components}/drag-layout/src/DragLayout.js +4 -4
- package/es/{components → packages/components}/editor/index.js +0 -0
- package/es/{components → packages/components}/editor/src/Editor.js +0 -0
- package/es/{components → packages/components}/fabric-chart/index.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/FabricChart.js +1 -1
- package/es/{components → packages/components}/fabric-chart/src/components/PopupMenu.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/components/PopupTip.js +1 -1
- package/es/{components → packages/components}/fabric-chart/src/components/useStyle.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/constant.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/index.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useBottom.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useCenter.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useCumputedPoint.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useDraw.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useEvent.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useGrid.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useLeft.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useOther.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useRight.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useShadow.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/hooks/useTop.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/interface.js +0 -0
- package/es/{components → packages/components}/fabric-chart/src/utils/index.js +0 -0
- package/es/{components → packages/components}/field-set/index.js +0 -0
- package/es/{components → packages/components}/field-set/src/FieldSet.js +4 -4
- package/es/{components → packages/components}/form-config/index.js +0 -0
- package/es/{components → packages/components}/form-config/src/FormConfig.js +3 -3
- package/es/{components → packages/components}/form-config/src/components/FormConfigCreator.js +1 -1
- package/es/{components → packages/components}/form-config/src/components/FormConfigDragDisplay.js +3 -3
- package/es/{components → packages/components}/form-config/src/components/FormConfigEdit.js +2 -2
- package/es/{components → packages/components}/form-config/src/components/index.js +0 -0
- package/es/{components → packages/components}/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/{components → packages/components}/form-config/src/components/renderer/ComplexNode.js +1 -1
- package/es/{components → packages/components}/form-config/src/components/renderer/DefaultNode.js +1 -1
- package/es/{components → packages/components}/form-config/src/components/renderer/index.js +0 -0
- package/es/{components → packages/components}/form-config/src/constants/index.js +0 -0
- package/es/{components → packages/components}/form-config/src/hooks/index.js +0 -0
- package/es/{components → packages/components}/form-config/src/hooks/useConfigurationField.js +0 -0
- package/es/{components → packages/components}/form-config/src/hooks/usePresetRenderer.js +0 -0
- package/es/{components → packages/components}/form-config/src/hooks/useSortalbeConfig.js +0 -0
- package/es/{components → packages/components}/form-config/src/types/index.js +0 -0
- package/es/{components → packages/components}/form-config/src/utils/index.js +0 -0
- package/es/{components → packages/components}/form-render/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/FormRender.js +1 -1
- package/es/{components → packages/components}/form-render/src/components/renderer/checkbox.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/combination.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/complex.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/date.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/formItem.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/input.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/inputGroup.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/inputNumber.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/jsonCombination/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/labelSelect.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/levelSearchCascade.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/lineBar/FormCollapse.js +1 -1
- package/es/{components → packages/components}/form-render/src/components/renderer/lineBar/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/radio.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/search.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/searchCascade.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/select.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/simpleComponent.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/slider.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/switch.js +0 -0
- package/es/{components → packages/components}/form-render/src/components/renderer/textarea.js +0 -0
- package/es/{components → packages/components}/form-render/src/constants/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useAnchor.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useAsyncQueue.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useBusinessBinding.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useChangeContext.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useCommonInjection.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useCommonLog.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFieldListAdaptor.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFieldNormalize.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFieldVisitor.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFormContext.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFormField.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFormItemDeps.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFormRenderLifeCycle.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFormRequest.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/useFormValidator.js +0 -1
- package/es/{components → packages/components}/form-render/src/hooks/useNuiThemeOverrides.js +0 -0
- package/es/{components → packages/components}/form-render/src/hooks/usePresetScope.js +0 -0
- package/es/{components → packages/components}/form-render/src/types/fieldItem.js +0 -0
- package/es/{components → packages/components}/form-render/src/types/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/utils/business.js +0 -0
- package/es/{components → packages/components}/form-render/src/utils/dom.js +0 -0
- package/es/{components → packages/components}/form-render/src/utils/index.js +0 -0
- package/es/{components → packages/components}/form-render/src/utils/schema.js +0 -0
- package/es/{components → packages/components}/grid/index.js +0 -0
- package/es/{components → packages/components}/grid/src/Grid.js +0 -0
- package/es/{components → packages/components}/grid/src/hooks.js +0 -0
- package/es/{components → packages/components}/iho-table/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/IhoTable.js +1 -1
- package/es/{components → packages/components}/iho-table/src/components/IhoTableColumn.js +0 -0
- package/es/{components → packages/components}/iho-table/src/components/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/constants/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/tapHooks/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/tapHooks/useConfigHooks.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/tapHooks/useDataHooks.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/tapHooks/useEventHooks.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/tapHooks/useFieldHooks.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/tapHooks/useSetupHooks.js +0 -0
- package/es/{components → packages/components}/iho-table/src/hooks/useTablePlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/defaultConfigPlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useCommon.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.js +1 -1
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rowGroupSettingPlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +0 -0
- package/es/{components → packages/components}/iho-table/src/plugins/virtualTreePlugin/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/types/index.js +0 -0
- package/es/{components → packages/components}/iho-table/src/types/pluginType.js +0 -0
- package/es/{components → packages/components}/iho-table/src/utils/index.js +0 -0
- package/es/{components → packages/components}/index.js +4 -4
- package/es/{components → packages/components}/info-header/index.js +0 -0
- package/es/{components → packages/components}/info-header/src/HiddenContent.js +1 -1
- package/es/{components → packages/components}/info-header/src/InfoEllipsis.js +1 -1
- package/es/{components → packages/components}/info-header/src/InfoHeader.js +1 -1
- package/es/{components → packages/components}/map/index.js +0 -0
- package/es/{components → packages/components}/map/src/Map.js +1 -1
- package/es/{components → packages/components}/scale-view/index.js +0 -0
- package/es/{components → packages/components}/scale-view/src/ScaleView.js +1 -1
- package/es/{components → packages/components}/scale-view/src/components/AnswerParse.js +1 -1
- package/es/{components → packages/components}/scale-view/src/components/EvaluateCountdown.js +1 -1
- package/es/{components → packages/components}/scale-view/src/components/EvaluatePage.js +1 -1
- package/es/{components → packages/components}/scale-view/src/components/LoadingCom.js +1 -1
- package/es/{components/big-table → packages/components/scale-view}/src/components/NoData.js +1 -1
- package/es/{components → packages/components}/scale-view/src/components/ScaleScore.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/composables/choose-common.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/address.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-address.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-cascader.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-checkbox.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-collection.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-datetime.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-input.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-map.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-radio.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-select.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-sign.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/r-upload.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/sign-com.js +0 -0
- package/es/{components → packages/components}/scale-view/src/components/formitem/standard-modal.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/scaleview-computed.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/scaleview-init.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/scaleview-props.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/scaleview-state.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/scaleview-submit.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/scaleview-validate.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/use-component.js +1 -1
- package/es/{components → packages/components}/scale-view/src/hooks/use-evaluate.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/use-event.js +0 -0
- package/es/{components → packages/components}/scale-view/src/hooks/use-noData.js +0 -0
- package/es/{components → packages/components}/scale-view/src/utils/judge-types.js +0 -0
- package/es/{components → packages/components}/search-cascader/index.js +0 -0
- package/es/{components → packages/components}/search-cascader/src/SearchCascader.js +1 -1
- package/es/{components → packages/components}/search-cascader/src/components/SearchMenu.js +0 -0
- package/es/{components → packages/components}/search-cascader/src/components/index.js +0 -0
- package/es/{components → packages/components}/search-cascader/src/constants/index.js +0 -0
- package/es/{components → packages/components}/search-cascader/src/hooks/index.js +0 -0
- package/es/{components → packages/components}/search-cascader/src/hooks/useCssVariable.js +0 -0
- package/es/{components → packages/components}/search-cascader/src/utils/index.js +0 -0
- package/es/{components → packages/components}/select-label/index.js +0 -0
- package/es/{components → packages/components}/select-label/src/LabelFormContent.js +1 -1
- package/es/{components → packages/components}/select-label/src/SelectLabel.js +1 -1
- package/es/{components → packages/components}/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +0 -0
- package/es/{components → packages/components}/select-label/src/components/label-classify.js +1 -1
- package/es/{components → packages/components}/select-person/index.js +0 -0
- package/es/{components → packages/components}/select-person/src/SearchTree.js +1 -1
- package/es/{components → packages/components}/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +0 -0
- package/es/{components → packages/components}/select-person/src/SelectPerson.js +1 -1
- package/es/{components → packages/components}/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +0 -0
- package/es/{components → packages/components}/select-person/src/utils/index.js +0 -0
- package/es/{components → packages/components}/shortcut-provider/index.js +0 -0
- package/es/{components → packages/components}/shortcut-provider/src/ShortcutProvider.js +1 -1
- package/es/{components → packages/components}/shortcut-provider/src/constants/index.js +0 -0
- package/es/{components → packages/components}/shortcut-provider/src/hooks/index.js +0 -0
- package/es/{components → packages/components}/shortcut-provider/src/hooks/useShortcutSignature.js +0 -0
- package/es/{components → packages/components}/shortcut-provider/src/hooks/useShortcuts.js +0 -0
- package/es/{components → packages/components}/shortcut-provider/src/types/index.js +0 -0
- package/es/{components → packages/components}/shortcut-provider/src/utils/index.js +0 -0
- package/es/{components → packages/components}/shortcut-setter/index.js +0 -0
- package/es/{components → packages/components}/shortcut-setter/src/ShortcutSetter.js +1 -1
- package/es/{components → packages/components}/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/{components → packages/components}/shortcut-setter/src/types/index.js +0 -0
- package/es/{components → packages/components}/steps-wheel/index.js +0 -0
- package/es/{components → packages/components}/steps-wheel/src/StepsWheel.js +1 -1
- package/es/{components → packages/components}/time-line/index.js +0 -0
- package/es/{components → packages/components}/time-line/src/TimeLine.js +1 -1
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/index.js +0 -0
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/chunk-upload-new.js +1 -1
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/hooks/upload-computed.js +3 -3
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/hooks/upload-data.js +1 -1
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/hooks/vod-computed.js +5 -5
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/hooks/vod-data.js +0 -0
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/vod-chunk-upload/index.js +0 -0
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/vod-chunk-upload/vod-chunk-upload.js +4 -4
- package/es/{components/chunk-upload → packages/components/vod-chunk-upload}/src/vod-upload-modal.js +0 -0
- package/es/packages/shared/assets/img/failure.js +3 -0
- package/es/packages/shared/assets/img/no-permission.js +3 -0
- package/es/packages/shared/assets/img/nodata.js +3 -0
- package/es/packages/shared/assets/img/notfound.js +3 -0
- package/es/packages/shared/assets/img/qr.js +3 -0
- package/es/packages/shared/assets/img/success.js +3 -0
- package/es/packages/shared/assets/img/video.js +3 -0
- package/es/packages/shared/assets/img/video_default_cover.js +3 -0
- package/es/packages/shared/assets/img/xb_big.js +3 -0
- package/es/packages/shared/assets/img/xb_small.js +3 -0
- package/es/{shared → packages/shared}/components/SelectPage/SelectPage.js +1 -1
- package/es/{shared → packages/shared}/components/SelectPage/index.js +0 -0
- package/es/{shared → packages/shared}/components/SlotRender/SlotRender.js +0 -0
- package/es/{shared → packages/shared}/components/SlotRender/index.js +0 -0
- package/es/{shared → packages/shared}/components/SvgIcon/SvgIcon.js +1 -1
- package/es/{shared → packages/shared}/components/SvgIcon/index.js +0 -0
- package/es/{shared → packages/shared}/components/TextOverTooltip/TextOverTooltip.js +1 -1
- package/es/{shared → packages/shared}/components/TextOverTooltip/index.js +0 -0
- package/es/packages/shared/components/VueDraggable/index.js +2 -0
- package/es/packages/shared/components/VueDraggable/src/core/componentBuilderHelper.js +35 -0
- package/es/packages/shared/components/VueDraggable/src/core/componentStructure.js +54 -0
- package/es/packages/shared/components/VueDraggable/src/core/renderHelper.js +47 -0
- package/es/packages/shared/components/VueDraggable/src/core/sortableEvents.js +14 -0
- package/es/packages/shared/components/VueDraggable/src/util/console.js +9 -0
- package/es/packages/shared/components/VueDraggable/src/util/htmlHelper.js +11 -0
- package/es/packages/shared/components/VueDraggable/src/util/string.js +11 -0
- package/es/packages/shared/components/VueDraggable/src/util/tags.js +130 -0
- package/es/packages/shared/components/VueDraggable/src/vuedraggable.js +265 -0
- package/es/{shared → packages/shared}/components/no-data/NoData.js +1 -1
- package/es/{shared → packages/shared}/components/no-data/index.js +0 -0
- package/es/{shared → packages/shared}/components/player-vod/player.js +0 -0
- package/es/{shared → packages/shared}/components/player-vod/video-modal.js +0 -0
- package/es/{shared → packages/shared}/global/variable.js +0 -0
- package/es/{shared → packages/shared}/index.js +0 -0
- package/es/{shared → packages/shared}/types/index.js +0 -0
- package/es/{shared → packages/shared}/utils/anime.js +0 -0
- package/es/{shared → packages/shared}/utils/clickoutside.js +0 -0
- package/es/{shared → packages/shared}/utils/colorLog.js +0 -0
- package/es/{shared → packages/shared}/utils/index.js +0 -0
- package/es/{shared → packages/shared}/utils/loadViewer.js +0 -0
- package/es/{shared → packages/shared}/utils/state.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/AsyncParallelBailHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/AsyncParallelHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/AsyncSeriesBailHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/AsyncSeriesHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/AsyncSeriesLoopHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/AsyncSeriesWaterfallHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/Hook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/HookCodeFactory.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/SyncBailHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/SyncHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/SyncLoopHook.js +0 -0
- package/es/{shared → packages/shared}/utils/tapable/SyncWaterfallHook.js +0 -0
- package/es/{shared → packages/shared}/utils/utilExpand.js +0 -0
- package/es/{shared → packages/shared}/utils/vexutils.js +0 -0
- package/es/shared/assets/img/failure.js +1 -3
- 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 -3
- package/es/shared/assets/img/nodata.js +1 -3
- package/es/shared/assets/img/notfound.js +1 -3
- package/es/shared/assets/img/qr.js +1 -3
- package/es/shared/assets/img/success.js +1 -3
- package/es/shared/assets/img/video.js +1 -3
- package/es/shared/assets/img/video_default_cover.js +1 -3
- 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 -3
- package/es/shared/assets/img/xb_small.js +1 -3
- 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/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -8
- package/es/shared/utils/crypto.d.ts +0 -7
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from './BigTable.vue_vue_type_script_setup_true_lang.js';
|
|
2
|
-
import _export_sfc from '
|
|
2
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "BigTable.vue"]]);
|
|
5
5
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import noData from '../../../../shared/assets/img/nodata.js';
|
|
|
3
3
|
import noPermission from '../../../../shared/assets/img/no-permission.js';
|
|
4
4
|
import failure from '../../../../shared/assets/img/failure.js';
|
|
5
5
|
import notfound from '../../../../shared/assets/img/notfound.js';
|
|
6
|
-
import _export_sfc from '
|
|
6
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = { class: "no-data-tip NoData-page" };
|
|
9
9
|
const _hoisted_2 = ["src"];
|
package/es/{components → packages/components}/big-table/src/components/edit-form/edit-date.js
RENAMED
|
File without changes
|
package/es/{components → packages/components}/big-table/src/components/edit-form/edit-input.js
RENAMED
|
File without changes
|
package/es/{components → packages/components}/big-table/src/components/edit-form/edit-select.js
RENAMED
|
File without changes
|
package/es/{components → packages/components}/big-table/src/components/edit-form/edit-separate.js
RENAMED
|
@@ -4,7 +4,7 @@ import { cloneDeep, isObject, isArray } from 'lodash-es';
|
|
|
4
4
|
import { NPopover, NInput } from 'naive-ui';
|
|
5
5
|
import { useSeparateMap } from '../../hooks/useSeparateRow.js';
|
|
6
6
|
import Separate from '../separate.js';
|
|
7
|
-
import _export_sfc from '
|
|
7
|
+
import _export_sfc from '../../../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
__name: "edit-separate",
|
package/es/{components → packages/components}/big-table/src/components/edit-form/edit-time.js
RENAMED
|
File without changes
|
package/es/{components → packages/components}/big-table/src/components/edit-form/useCommon.js
RENAMED
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, unref, withCtx, createVNode, createTextVNode } from 'vue';
|
|
2
2
|
import { NInput, NButton } from 'naive-ui';
|
|
3
|
-
import _export_sfc from '
|
|
3
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
4
|
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "input-button",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, createTextVNode, toDisplayString, unref, createElementVNode } from 'vue';
|
|
2
2
|
import { useSeparateMap } from '../hooks/useSeparateRow.js';
|
|
3
|
-
import _export_sfc from '
|
|
3
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "big-table__separate" };
|
|
6
6
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", { class: "big-table__separatePlaceholder" }, /* @__PURE__ */ toDisplayString(` `), -1);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -522,14 +522,14 @@ const isCopy = (item, row) => {
|
|
|
522
522
|
};
|
|
523
523
|
const handleTableImageSize = (imageArr, type, defaultHeight) => {
|
|
524
524
|
if (!imageArr || imageArr.length === 0) {
|
|
525
|
-
document.body.style.setProperty("--
|
|
526
|
-
document.body.style.setProperty("--
|
|
525
|
+
document.body.style.setProperty("--table-image-height", defaultHeight);
|
|
526
|
+
document.body.style.setProperty("--table-image-width", "auto");
|
|
527
527
|
return;
|
|
528
528
|
}
|
|
529
529
|
const matchItem = imageArr.find((item) => item.type === type);
|
|
530
530
|
if (!matchItem) {
|
|
531
|
-
document.body.style.setProperty("--
|
|
532
|
-
document.body.style.setProperty("--
|
|
531
|
+
document.body.style.setProperty("--table-image-height", defaultHeight);
|
|
532
|
+
document.body.style.setProperty("--table-image-width", "auto");
|
|
533
533
|
return;
|
|
534
534
|
}
|
|
535
535
|
let height = defaultHeight, width = "auto";
|
|
@@ -539,8 +539,8 @@ const handleTableImageSize = (imageArr, type, defaultHeight) => {
|
|
|
539
539
|
if (matchItem.w) {
|
|
540
540
|
width = matchItem.w === "adaptive" ? "auto" : matchItem.w + "px";
|
|
541
541
|
}
|
|
542
|
-
document.body.style.setProperty("--
|
|
543
|
-
document.body.style.setProperty("--
|
|
542
|
+
document.body.style.setProperty("--table-image-height", height);
|
|
543
|
+
document.body.style.setProperty("--table-image-width", width);
|
|
544
544
|
};
|
|
545
545
|
const setDefaultFormData = (property, fieldItem, originalRow = {}) => {
|
|
546
546
|
const defaultValue = originalRow[property];
|
|
File without changes
|
|
@@ -12,7 +12,7 @@ import ZoomScroll from './custom/customOtherModule/zoomScroll.js';
|
|
|
12
12
|
import ModelingModule from 'bpmn-js/lib/features/modeling';
|
|
13
13
|
import MoveCanvasModule from 'diagram-js/lib/navigation/movecanvas';
|
|
14
14
|
import customViewerRenderer from './custom/customOtherModule/customViewerRenderer.js';
|
|
15
|
-
import _export_sfc from '
|
|
15
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
16
16
|
|
|
17
17
|
const _hoisted_1 = { class: "containers" };
|
|
18
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from './ButtonPrint.vue_vue_type_script_setup_true_lang.js';
|
|
2
|
-
import _export_sfc from '
|
|
2
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "ButtonPrint.vue"]]);
|
|
5
5
|
|
|
File without changes
|
package/es/{components → packages/components}/button-print/src/components/IdentityVerification.js
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, reactive, ref, watch, openBlock, createBlock, unref, normalizeStyle, withCtx, createElementVNode, createVNode, createTextVNode } from 'vue';
|
|
2
2
|
import { useMessage, NModal, NForm, NFormItem, NInput, NButton } from 'naive-ui';
|
|
3
|
-
import _export_sfc from '
|
|
3
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "content" };
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeClass, createCommentVNode, createVNode, unref, Fragment, withCtx, createTextVNode, toDisplayString } from 'vue';
|
|
2
2
|
import { NInput, NDatePicker, NSelect, NRadio, NCheckbox } from 'naive-ui';
|
|
3
|
-
import _export_sfc from '
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "DragFormLeftItem" };
|
|
6
6
|
const _hoisted_2 = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createCommentVNode, createTextVNode, toDisplayString, Fragment, createBlock, unref, withCtx, withDirectives, createVNode, vShow, normalizeStyle } from 'vue';
|
|
2
|
-
import
|
|
2
|
+
import draggableComponent from '../../../shared/components/VueDraggable/src/vuedraggable.js';
|
|
3
3
|
import { NButton, NSelect, NPopover, NIcon } from 'naive-ui';
|
|
4
4
|
import { EllipsisVerticalSharp } from '@vicons/ionicons5';
|
|
5
|
-
import _export_sfc from '
|
|
5
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
6
6
|
|
|
7
7
|
const _hoisted_1 = { class: "DragFormRightItem" };
|
|
8
8
|
const _hoisted_2 = {
|
|
@@ -148,7 +148,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
148
148
|
})) : createCommentVNode("v-if", true)
|
|
149
149
|
])
|
|
150
150
|
]),
|
|
151
|
-
createVNode(unref(
|
|
151
|
+
createVNode(unref(draggableComponent), {
|
|
152
152
|
modelValue: __props.element.children,
|
|
153
153
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.element.children = $event),
|
|
154
154
|
itemKey: "val_key",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, computed, onMounted, nextTick, watch, openBlock, createElementBlock, createCommentVNode, createElementVNode, createVNode, unref, withCtx, renderSlot, createTextVNode, normalizeStyle, normalizeClass, createBlock, Fragment, withDirectives, vShow, vModelCheckbox } from 'vue';
|
|
2
2
|
import { NButton, NModal, NForm, NGrid, NFormItemGi, NInput, NSelect, NCheckbox, NInputNumber } from 'naive-ui';
|
|
3
|
-
import
|
|
3
|
+
import draggableComponent from '../../../shared/components/VueDraggable/src/vuedraggable.js';
|
|
4
4
|
import DragFormLeftItem from './DragFormLeftItem.js';
|
|
5
5
|
import DragFormRightItem from './DragFormRightItem.js';
|
|
6
6
|
import XEUtils from 'xe-utils';
|
|
7
7
|
import 'moment';
|
|
8
|
-
import _export_sfc from '
|
|
8
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
9
9
|
|
|
10
10
|
const _hoisted_1 = /* @__PURE__ */ createElementVNode("div", { class: "border-box" }, null, -1);
|
|
11
11
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "info-header" }, "\u5907\u9009\u5B57\u6BB5", -1);
|
|
@@ -329,7 +329,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
329
329
|
ref: textArea
|
|
330
330
|
}, [
|
|
331
331
|
_hoisted_2,
|
|
332
|
-
createVNode(unref(
|
|
332
|
+
createVNode(unref(draggableComponent), {
|
|
333
333
|
class: "min-height text-draggable",
|
|
334
334
|
itemKey: "val_key",
|
|
335
335
|
modelValue: state.hideFields,
|
|
@@ -375,7 +375,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
375
375
|
_: 1
|
|
376
376
|
})
|
|
377
377
|
]),
|
|
378
|
-
createVNode(unref(
|
|
378
|
+
createVNode(unref(draggableComponent), {
|
|
379
379
|
class: "min-height draggable-content",
|
|
380
380
|
itemKey: "val_key",
|
|
381
381
|
modelValue: state.showFields,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -11,7 +11,7 @@ import { useOther } from './hooks/useOther.js';
|
|
|
11
11
|
import { useEvent, useCanvasEvent } from './hooks/useEvent.js';
|
|
12
12
|
import PopupTip from './components/PopupTip.js';
|
|
13
13
|
import PopupMenu from './components/PopupMenu.js';
|
|
14
|
-
import _export_sfc from '
|
|
14
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
15
15
|
|
|
16
16
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
17
|
__name: "FabricChart",
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, Teleport, withDirectives, createElementVNode, normalizeStyle, unref, createElementBlock, Fragment, renderList, toDisplayString, vShow } from 'vue';
|
|
2
2
|
import useStyle from './useStyle.js';
|
|
3
|
-
import _export_sfc from '
|
|
3
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
4
|
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "PopupTip",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, reactive, watch, onMounted, openBlock, createElementBlock, normalizeStyle, createVNode, unref, withCtx, createElementVNode, normalizeClass, createCommentVNode, createBlock, createTextVNode, toDisplayString, withDirectives, vShow, renderSlot } from 'vue';
|
|
1
|
+
import { defineComponent, ref, reactive, watch, onMounted, resolveComponent, openBlock, createElementBlock, normalizeStyle, createVNode, unref, withCtx, createElementVNode, normalizeClass, createCommentVNode, createBlock, createTextVNode, toDisplayString, withDirectives, vShow, renderSlot } from 'vue';
|
|
2
2
|
import { NSpin, NCheckbox, NTooltip, NSelect, NInput, NInputNumber, NPopconfirm, NButton } from 'naive-ui';
|
|
3
|
-
import
|
|
4
|
-
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
5
4
|
|
|
6
5
|
const _hoisted_1 = { class: "fields-set-content" };
|
|
7
6
|
const _hoisted_2 = { class: "fields-table" };
|
|
@@ -227,6 +226,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
227
226
|
getTableFields
|
|
228
227
|
});
|
|
229
228
|
return (_ctx, _cache) => {
|
|
229
|
+
const _component_draggable = resolveComponent("draggable");
|
|
230
230
|
return openBlock(), createElementBlock("div", {
|
|
231
231
|
ref_key: "settingView",
|
|
232
232
|
ref: settingView,
|
|
@@ -294,7 +294,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
294
294
|
ref: "setShow",
|
|
295
295
|
class: normalizeClass(["set-show", { "set-show-api": !state.isCustomSearch }])
|
|
296
296
|
}, [
|
|
297
|
-
createVNode(
|
|
297
|
+
createVNode(_component_draggable, {
|
|
298
298
|
list: state.fields,
|
|
299
299
|
animation: "150",
|
|
300
300
|
"item-key": "id",
|
|
File without changes
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent, ref, provide, toRaw, openBlock, createElementBlock, normalizeStyle, createElementVNode, createVNode, unref, mergeProps, withCtx, createTextVNode, toDisplayString } from 'vue';
|
|
2
2
|
import { cloneDeep, isFunction } from 'lodash-es';
|
|
3
3
|
import { NButton } from 'naive-ui';
|
|
4
|
-
import
|
|
4
|
+
import draggableComponent from '../../../shared/components/VueDraggable/src/vuedraggable.js';
|
|
5
5
|
import FormConfigCreator from './components/FormConfigCreator.js';
|
|
6
6
|
import FormConfigDragDisplay from './components/FormConfigDragDisplay.js';
|
|
7
7
|
import FormConfigEdit from './components/FormConfigEdit.js';
|
|
8
8
|
import { layoutWidthEnum2Column } from './utils/index.js';
|
|
9
9
|
import { InjectionFieldList, InjectionMaterialList, InjectionActiveFieldItem } from './constants/index.js';
|
|
10
10
|
import '@vicons/ionicons5';
|
|
11
|
-
import _export_sfc from '
|
|
11
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
12
12
|
import { useSortableConfig } from './hooks/useSortalbeConfig.js';
|
|
13
13
|
|
|
14
14
|
const _hoisted_1 = { class: "form-config__material" };
|
|
@@ -69,7 +69,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
69
69
|
}, [
|
|
70
70
|
createElementVNode("section", _hoisted_1, [
|
|
71
71
|
_hoisted_2,
|
|
72
|
-
createVNode(unref(
|
|
72
|
+
createVNode(unref(draggableComponent), mergeProps(unref(getCommonConfig)(), {
|
|
73
73
|
class: "form-config__materialContent",
|
|
74
74
|
group: "__display",
|
|
75
75
|
modelValue: materialListRef.value,
|
package/es/{components → packages/components}/form-config/src/components/FormConfigCreator.js
RENAMED
|
@@ -4,7 +4,7 @@ import { NButtonGroup, NPopconfirm, NButton } from 'naive-ui';
|
|
|
4
4
|
import { EditAbleField } from '../constants/index.js';
|
|
5
5
|
import { useConfigurationField } from '../hooks/useConfigurationField.js';
|
|
6
6
|
import '../../../index.js';
|
|
7
|
-
import _export_sfc from '
|
|
7
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
import FormRender from '../../../form-render/index.js';
|
|
9
9
|
|
|
10
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
package/es/{components → packages/components}/form-config/src/components/FormConfigDragDisplay.js
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, unref, mergeProps, withCtx, createElementVNode, normalizeStyle, resolveDynamicComponent } from 'vue';
|
|
2
|
-
import
|
|
2
|
+
import draggableComponent from '../../../../shared/components/VueDraggable/src/vuedraggable.js';
|
|
3
3
|
import { usePresetRenderer } from '../hooks/usePresetRenderer.js';
|
|
4
4
|
import { useSortableConfig } from '../hooks/useSortalbeConfig.js';
|
|
5
5
|
import { layoutWidthEnum2Column } from '../utils/index.js';
|
|
6
|
-
import _export_sfc from '
|
|
6
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "FormConfigDragDisplay",
|
|
@@ -18,7 +18,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18
18
|
const { getRenderer } = usePresetRenderer();
|
|
19
19
|
const { getCommonConfig } = useSortableConfig();
|
|
20
20
|
return (_ctx, _cache) => {
|
|
21
|
-
return openBlock(), createBlock(unref(
|
|
21
|
+
return openBlock(), createBlock(unref(draggableComponent), mergeProps(unref(getCommonConfig)(), {
|
|
22
22
|
style: getItemColumnStyle(__props.fieldItem),
|
|
23
23
|
group: "__display"
|
|
24
24
|
}), {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, inject, watch, toRaw, openBlock, createElementBlock, Fragment, createBlock, unref, createVNode, nextTick } from 'vue';
|
|
2
2
|
import { cloneDeep } from 'lodash-es';
|
|
3
3
|
import { InjectionActiveFieldItem } from '../constants/index.js';
|
|
4
|
-
import 'vuedraggable';
|
|
4
|
+
import '../../../../shared/components/VueDraggable/src/vuedraggable.js';
|
|
5
5
|
import '../utils/index.js';
|
|
6
|
-
import _export_sfc from '
|
|
6
|
+
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
import '@vicons/ionicons5';
|
|
8
8
|
import { NModal } from 'naive-ui';
|
|
9
9
|
import { useConfigurationField } from '../hooks/useConfigurationField.js';
|
|
File without changes
|
package/es/{components → packages/components}/form-config/src/components/renderer/CloseButton.js
RENAMED
|
@@ -3,7 +3,7 @@ import { CloseCircle } from '@vicons/ionicons5';
|
|
|
3
3
|
import { isArray } from 'lodash-es';
|
|
4
4
|
import { NButton, NIcon } from 'naive-ui';
|
|
5
5
|
import { InjectionFieldList, InjectionMaterialList } from '../../constants/index.js';
|
|
6
|
-
import _export_sfc from '
|
|
6
|
+
import _export_sfc from '../../../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "CloseButton",
|
package/es/{components → packages/components}/form-config/src/components/renderer/ComplexNode.js
RENAMED
|
@@ -3,7 +3,7 @@ import FormConfigDragDisplay from '../FormConfigDragDisplay.js';
|
|
|
3
3
|
import CloseButton from './CloseButton.js';
|
|
4
4
|
import { InjectionActiveFieldItem } from '../../constants/index.js';
|
|
5
5
|
import { bindHover } from '../../utils/index.js';
|
|
6
|
-
import _export_sfc from '
|
|
6
|
+
import _export_sfc from '../../../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = { class: "form-config__renderer--complex form-config__renderer" };
|
|
9
9
|
const _hoisted_2 = ["onClick"];
|
package/es/{components → packages/components}/form-config/src/components/renderer/DefaultNode.js
RENAMED
|
@@ -3,7 +3,7 @@ import { NButton, NEllipsis } from 'naive-ui';
|
|
|
3
3
|
import CloseButton from './CloseButton.js';
|
|
4
4
|
import { InjectionActiveFieldItem, WidgetTextMap } from '../../constants/index.js';
|
|
5
5
|
import { bindHover } from '../../utils/index.js';
|
|
6
|
-
import _export_sfc from '
|
|
6
|
+
import _export_sfc from '../../../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "DefaultNode",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/es/{components → packages/components}/form-config/src/hooks/useConfigurationField.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -26,7 +26,7 @@ import { validateMessageLocale } from './hooks/useFormValidator.js';
|
|
|
26
26
|
import '@vueuse/core';
|
|
27
27
|
import { useAnchor } from './hooks/useAnchor.js';
|
|
28
28
|
import { useFormContext } from './hooks/useFormContext.js';
|
|
29
|
-
import _export_sfc from '
|
|
29
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
30
30
|
import { queryDecorator, queryInput } from './utils/dom.js';
|
|
31
31
|
import { createObjSchema, getParentLinebar } from './utils/schema.js';
|
|
32
32
|
|
package/es/{components → packages/components}/form-render/src/components/renderer/checkbox.js
RENAMED
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/combination.js
RENAMED
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/complex.js
RENAMED
|
File without changes
|
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/formItem.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/inputGroup.js
RENAMED
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/inputNumber.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/labelSelect.js
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import '../../../../index.js';
|
|
|
3
3
|
import { InjectionFormItemDepsCollector, FormItemLineBarDepKeyPrepend } from '../../../constants/index.js';
|
|
4
4
|
import { ChevronDown, ChevronUp } from '@vicons/ionicons5';
|
|
5
5
|
import { NCollapseTransition } from 'naive-ui';
|
|
6
|
-
import _export_sfc from '
|
|
6
|
+
import _export_sfc from '../../../../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
import { useFormField } from '../../../hooks/useFormField.js';
|
|
8
8
|
|
|
9
9
|
const _hoisted_1 = {
|
package/es/{components → packages/components}/form-render/src/components/renderer/lineBar/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/searchCascade.js
RENAMED
|
File without changes
|
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/simpleComponent.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/es/{components → packages/components}/form-render/src/components/renderer/textarea.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|