cnhis-design-vue 3.1.18-beta.0 → 3.1.18-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.js +1 -10
- package/es/components/annotation-edit/index2.js +10 -0
- package/es/components/annotation-edit/style/index.css +1 -15
- package/es/components/big-table/index.d.ts +9 -3380
- package/es/components/big-table/index.js +2 -17
- package/es/components/big-table/index2.js +19 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +9 -3384
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +21 -19
- package/es/components/big-table/src/bigTableEmits.js +1 -53
- package/es/components/big-table/src/bigTableEmits2.js +53 -0
- package/es/components/big-table/src/bigTableProps.js +1 -119
- package/es/components/big-table/src/bigTableProps2.js +119 -0
- package/es/components/big-table/src/bigTableState.js +1 -62
- package/es/components/big-table/src/bigTableState2.js +62 -0
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1148
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
- package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
- package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2248
- package/es/components/big-table/src/components/separate.js +1 -1
- package/es/components/big-table/src/constants/index.js +1 -3
- package/es/components/big-table/src/constants/index2.js +3 -0
- package/es/components/big-table/src/hooks/export.js +1 -1
- package/es/components/big-table/src/hooks/index.js +8 -8
- package/es/components/big-table/src/hooks/useAnchor.js +1 -49
- package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
- package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
- package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1153
- package/es/components/big-table/src/hooks/useEdit.js +1 -122
- package/es/components/big-table/src/hooks/useEdit2.js +122 -0
- package/es/components/big-table/src/hooks/useEvent.js +1 -72
- package/es/components/big-table/src/hooks/useEvent2.js +72 -0
- package/es/components/big-table/src/hooks/useFormat.js +1 -492
- package/es/components/big-table/src/hooks/useFormat2.js +492 -0
- package/es/components/big-table/src/hooks/useNestTable.js +1 -86
- package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
- package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
- package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
- package/es/components/big-table/src/hooks/useTableParse.js +1 -136
- package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
- package/es/components/big-table/src/utils.js +1 -630
- package/es/components/big-table/src/utils2.js +630 -0
- package/es/components/big-table/style/index.css +1 -634
- package/es/components/bpmn-workflow/index.js +1 -10
- package/es/components/bpmn-workflow/index2.js +10 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/style/index.css +1 -29
- 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 +19 -6792
- package/es/components/button-print/index.js +2 -11
- package/es/components/button-print/index2.js +11 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +19 -6792
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/components/button-print/src/components/IdentityVerification.js +16 -7
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +13 -4442
- package/es/components/button-print/src/utils/dialog.d.ts +8 -0
- package/es/components/button-print/src/utils/dialog.js +77 -0
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +11 -0
- package/es/components/button-print/src/utils/print.js +1 -325
- package/es/components/button-print/src/utils/print2.js +346 -0
- package/es/components/button-print/style/index.css +1 -24
- package/es/components/chunk-upload/index.d.ts +2 -1472
- package/es/components/chunk-upload/index.js +1 -14
- package/es/components/chunk-upload/index2.js +14 -0
- package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
- package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
- package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
- package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
- package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
- package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
- package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
- package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
- package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
- package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
- package/es/components/chunk-upload/style/index.css +1 -365
- package/es/components/drag-layout/index.d.ts +155 -19664
- package/es/components/drag-layout/index.js +1 -11
- package/es/components/drag-layout/index2.js +11 -0
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -7974
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3105
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19665
- package/es/components/drag-layout/style/index.css +1 -175
- package/es/components/editor/index.js +1 -10
- package/es/components/editor/index2.js +10 -0
- package/es/components/fabric-chart/index.d.ts +2 -2
- package/es/components/fabric-chart/index.js +1 -10
- package/es/components/fabric-chart/index2.js +10 -0
- package/es/components/fabric-chart/src/FabricChart.js +9 -9
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
- package/es/components/fabric-chart/src/components/useStyle.js +1 -36
- package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
- package/es/components/fabric-chart/src/hooks/constant.js +1 -36
- package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
- package/es/components/fabric-chart/src/hooks/index.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
- package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
- package/es/components/fabric-chart/src/hooks/useCenter2.js +554 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
- package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
- package/es/components/fabric-chart/src/hooks/useDraw2.js +182 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
- package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
- package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
- package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
- package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
- package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
- package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
- package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
- package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
- package/es/components/fabric-chart/src/interface.js +1 -4
- package/es/components/fabric-chart/src/interface2.js +4 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
- package/es/components/fabric-chart/style/index.css +1 -43
- package/es/components/field-set/index.d.ts +8 -6799
- package/es/components/field-set/index.js +1 -10
- package/es/components/field-set/index2.js +10 -0
- package/es/components/field-set/src/FieldSet.js +26 -19
- package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6799
- package/es/components/field-set/style/index.css +1 -139
- package/es/components/form-config/index.d.ts +17 -8936
- package/es/components/form-config/index.js +1 -10
- package/es/components/form-config/index2.js +10 -0
- package/es/components/form-config/src/FormConfig.js +7 -7
- package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8936
- package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4473
- package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
- package/es/components/form-config/src/components/FormConfigEdit.js +7 -7
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3065
- package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
- package/es/components/form-config/src/components/renderer/ComplexNode.js +5 -8
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +26 -1496
- package/es/components/form-config/src/components/renderer/DefaultNode.js +6 -9
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +5 -3196
- package/es/components/form-config/src/constants/index.js +1 -60
- package/es/components/form-config/src/constants/index2.js +60 -0
- package/es/components/form-config/src/hooks/index.js +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
- package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.js +0 -5
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
- package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
- package/es/components/form-config/src/utils/index.js +1 -26
- package/es/components/form-config/src/utils/index2.js +26 -0
- package/es/components/form-config/style/index.css +1 -158
- package/es/components/form-render/index.d.ts +6 -1140
- package/es/components/form-render/index.js +14 -23
- package/es/components/form-render/index2.js +46 -0
- package/es/components/form-render/src/FormRender.js +12 -22
- package/es/components/form-render/src/FormRender.vue.d.ts +7 -1141
- package/es/components/form-render/src/components/renderer/cascader.js +7 -7
- package/es/components/form-render/src/components/renderer/checkbox.js +2 -2
- package/es/components/form-render/src/components/renderer/combination.js +13 -6
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +4 -4
- package/es/components/form-render/src/components/renderer/formItem.js +3 -3
- package/es/components/form-render/src/components/renderer/index.js +1 -1
- package/es/components/form-render/src/components/renderer/index2.js +18 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +10 -2
- package/es/components/form-render/src/components/renderer/input.js +20 -4
- package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
- package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
- package/es/components/form-render/src/components/renderer/inputNumber.js +4 -2
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +3 -3
- package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/linebar.js +3 -3
- package/es/components/form-render/src/components/renderer/radio.js +2 -2
- package/es/components/form-render/src/components/renderer/select.js +13 -10
- package/es/components/form-render/src/components/renderer/slider.js +3 -3
- package/es/components/form-render/src/components/renderer/switch.js +2 -2
- package/es/components/form-render/src/components/renderer/textarea.d.ts +8 -845
- package/es/components/form-render/src/components/renderer/textarea.js +30 -7
- package/es/components/form-render/src/constants/index.js +1 -41
- package/es/components/form-render/src/constants/index2.js +41 -0
- package/es/components/form-render/src/hooks/index.js +13 -13
- package/es/components/form-render/src/hooks/useAnchor.js +1 -90
- package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
- package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
- package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
- package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
- package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
- package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -0
- package/es/components/form-render/src/hooks/useCommonInjection.js +1 -23
- package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
- package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
- package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
- package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
- package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
- package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
- package/es/components/form-render/src/hooks/useFormContext.js +1 -66
- package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
- package/es/components/form-render/src/hooks/useFormField.js +1 -13
- package/es/components/form-render/src/hooks/useFormField2.js +13 -0
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
- package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
- package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
- package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
- package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
- package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
- package/es/components/form-render/src/utils/business.d.ts +1 -1
- package/es/components/form-render/src/utils/business.js +1 -78
- package/es/components/form-render/src/utils/business2.js +78 -0
- package/es/components/form-render/src/utils/dom.js +1 -14
- package/es/components/form-render/src/utils/dom2.js +14 -0
- package/es/components/form-render/src/utils/index.d.ts +1 -1
- package/es/components/form-render/src/utils/index.js +5 -6
- package/es/components/form-render/src/utils/schema.d.ts +3 -0
- package/es/components/form-render/src/utils/schema.js +1 -86
- package/es/components/form-render/src/utils/schema2.js +93 -0
- package/es/components/form-render/style/index.css +1 -146
- package/es/components/form-table/index.d.ts +43 -32048
- package/es/components/form-table/index.js +1 -10
- package/es/components/form-table/index2.js +10 -0
- package/es/components/form-table/src/FormTable.js +2 -2
- package/es/components/form-table/src/FormTable.vue.d.ts +43 -32048
- package/es/components/form-table/src/components/index.d.ts +43 -32048
- package/es/components/form-table/src/components/index.js +1 -40
- package/es/components/form-table/src/components/index2.js +40 -0
- package/es/components/form-table/src/components/table-age.js +1 -1
- package/es/components/form-table/src/components/table-age.vue.d.ts +5 -3997
- package/es/components/form-table/src/components/table-date-picker.js +2 -2
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5068
- package/es/components/form-table/src/components/table-digital.js +1 -1
- package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2664
- package/es/components/form-table/src/components/table-input-password.js +1 -1
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1329
- package/es/components/form-table/src/components/table-input.js +1 -1
- package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1329
- package/es/components/form-table/src/components/table-month-picker.js +2 -2
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5067
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
- package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2734
- package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1334
- package/es/components/form-table/src/components/table-select.js +1 -1
- package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1334
- package/es/components/form-table/src/components/table-textarea.js +1 -1
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1330
- package/es/components/form-table/src/components/table-time-picker.js +2 -2
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2430
- package/es/components/form-table/src/components/table-tree-select.js +1 -1
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1550
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
- package/es/components/form-table/src/configs/index.js +1 -67
- package/es/components/form-table/src/configs/index2.js +67 -0
- package/es/components/form-table/src/hooks/index.js +5 -5
- package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
- package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
- package/es/components/form-table/src/hooks/useDateType.js +1 -160
- package/es/components/form-table/src/hooks/useDateType2.js +160 -0
- package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
- package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
- package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
- package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
- package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
- package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
- package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
- package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
- package/es/components/form-table/src/hooks/useSearch.js +1 -1154
- package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
- package/es/components/form-table/src/hooks/useValidate.js +1 -480
- package/es/components/form-table/src/hooks/useValidate2.js +480 -0
- package/es/components/form-table/style/index.css +1 -214
- package/es/components/grid/index.js +1 -13
- package/es/components/grid/index2.js +13 -0
- package/es/components/grid/src/Grid.js +1 -1
- package/es/components/grid/src/hooks.js +1 -165
- package/es/components/grid/src/hooks2.js +165 -0
- package/es/components/grid/style/index.css +1 -10
- package/es/components/index.css +1 -3346
- package/es/components/index.js +39 -96
- package/es/components/index2.js +79 -0
- package/es/components/info-header/index.d.ts +16 -2561
- package/es/components/info-header/index.js +1 -10
- package/es/components/info-header/index2.js +10 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
- package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
- package/es/components/info-header/style/index.css +1 -121
- package/es/components/map/index.d.ts +2 -2248
- package/es/components/map/index.js +1 -10
- package/es/components/map/index2.js +10 -0
- package/es/components/map/src/Map.vue.d.ts +2 -2248
- package/es/components/map/style/index.css +1 -61
- package/es/components/scale-view/index.d.ts +13 -3073
- package/es/components/scale-view/index.js +1 -35
- package/es/components/scale-view/index2.js +35 -0
- package/es/components/scale-view/src/ScaleView.js +8 -8
- package/es/components/scale-view/src/ScaleView.vue.d.ts +9 -3070
- package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
- package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
- package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
- package/es/components/scale-view/src/components/formitem/address.js +1 -3993
- package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
- package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
- package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
- package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
- package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
- package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
- package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8487
- package/es/components/scale-view/src/hooks/use-component.js +1 -82
- package/es/components/scale-view/src/hooks/use-component2.js +82 -0
- package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
- package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
- package/es/components/scale-view/src/hooks/use-event.js +1 -129
- package/es/components/scale-view/src/hooks/use-event2.js +129 -0
- package/es/components/scale-view/src/hooks/use-noData.js +1 -41
- package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
- package/es/components/scale-view/src/utils/judge-types.js +1 -36
- package/es/components/scale-view/src/utils/judge-types2.js +36 -0
- package/es/components/scale-view/style/index.css +1 -738
- package/es/components/select-label/index.d.ts +24 -11222
- package/es/components/select-label/index.js +1 -15
- package/es/components/select-label/index2.js +15 -0
- package/es/components/select-label/src/LabelFormContent.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4235
- package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7002
- package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3467
- package/es/components/select-label/style/index.css +1 -164
- package/es/components/select-person/index.d.ts +9 -5310
- package/es/components/select-person/index.js +1 -10
- package/es/components/select-person/index2.js +10 -0
- package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1317
- package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5312
- package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-person/src/utils/index.js +1 -84
- package/es/components/select-person/src/utils/index2.js +84 -0
- package/es/components/select-person/style/index.css +1 -193
- package/es/components/shortcut-provider/index.js +3 -12
- package/es/components/shortcut-provider/index2.js +13 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
- package/es/components/shortcut-provider/src/constants/index.js +1 -8
- package/es/components/shortcut-provider/src/constants/index2.js +8 -0
- package/es/components/shortcut-provider/src/hooks/index.js +2 -2
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
- package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
- package/es/components/shortcut-provider/src/utils/index.js +1 -59
- package/es/components/shortcut-provider/src/utils/index2.js +59 -0
- package/es/components/shortcut-provider/style/index.css +1 -3
- package/es/components/shortcut-setter/index.d.ts +6 -1140
- package/es/components/shortcut-setter/index.js +1 -10
- package/es/components/shortcut-setter/index2.js +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1140
- package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -848
- package/es/components/shortcut-setter/style/index.css +1 -8
- package/es/components/steps-wheel/index.d.ts +1 -479
- package/es/components/steps-wheel/index.js +1 -10
- package/es/components/steps-wheel/index2.js +10 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
- package/es/components/steps-wheel/style/index.css +1 -161
- package/es/components/time-line/index.d.ts +7 -1672
- package/es/components/time-line/index.js +1 -10
- package/es/components/time-line/index2.js +10 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
- package/es/components/time-line/style/index.css +1 -37
- package/es/env.d.ts +0 -18
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
- package/es/shared/components/SelectPage/index.js +0 -1
- package/es/shared/components/SelectPage/index2.js +2 -0
- package/es/shared/components/SlotRender/index.js +0 -1
- package/es/shared/components/SlotRender/index2.js +2 -0
- package/es/shared/components/SvgIcon/index.js +0 -1
- package/es/shared/components/SvgIcon/index2.js +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
- package/es/shared/components/TextOverTooltip/index.js +0 -1
- package/es/shared/components/TextOverTooltip/index2.js +2 -0
- package/es/shared/global/variable.js +1 -4
- package/es/shared/global/variable2.js +4 -0
- package/es/shared/utils/anime.js +1 -129
- package/es/shared/utils/anime2.js +129 -0
- package/es/shared/utils/clickoutside.js +1 -48
- package/es/shared/utils/clickoutside2.js +48 -0
- package/es/shared/utils/colorLog.js +1 -44
- package/es/shared/utils/colorLog2.js +44 -0
- package/es/shared/utils/index.js +1 -25
- package/es/shared/utils/index2.js +25 -0
- package/es/shared/utils/loadViewer.js +1 -11
- package/es/shared/utils/loadViewer2.js +11 -0
- package/es/shared/utils/loadVxe.js +1 -12
- package/es/shared/utils/loadVxe2.js +12 -0
- package/es/shared/utils/state.js +1 -44
- package/es/shared/utils/state2.js +44 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
- package/es/shared/utils/tapable/SyncBailHook.js +2 -23
- package/es/shared/utils/tapable/SyncHook.js +2 -23
- package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/es/shared/utils/utilExpand.d.ts +1 -1
- package/es/shared/utils/utilExpand.js +47 -46
- package/es/shared/utils/vexutils.js +1 -22
- package/package.json +6 -20
- package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
- package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
- package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
- package/es/shared/components/player-vod/index.js +0 -14
- package/es/shared/components/player-vod/video-list.js +0 -126
- package/es/shared/core/create.js +0 -8
- package/es/shared/utils/crypto.js +0 -25
- package/es/shared/utils/tapable/HookMap.js +0 -32
- package/es/shared/utils/tapable/MultiHook.js +0 -38
- package/es/shared/utils/tapable/index.js +0 -12
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, useAttrs, computed, onMounted, onUnmounted, onActivated, nextTick, createVNode, h, resolveComponent, Teleport, createTextVNode, watch, openBlock, createElementBlock, Fragment, createBlock, unref, withCtx, renderList, createCommentVNode, createElementVNode, normalizeClass, normalizeStyle, mergeProps, renderSlot, toDisplayString, withDirectives, vShow, isVNode } from 'vue';
|
|
2
2
|
import { isArray, isFunction } from 'lodash-es';
|
|
3
|
-
import bigTableState from './
|
|
4
|
-
import bigTableProps from './
|
|
5
|
-
import bigTableEmits from './
|
|
6
|
-
import { useAnchor } from './hooks/
|
|
7
|
-
import {
|
|
8
|
-
import { useFormat } from './hooks/
|
|
9
|
-
import { useTableParse } from './hooks/
|
|
10
|
-
import { useBatchEditing } from './hooks/
|
|
11
|
-
import { useNestTable } from './hooks/
|
|
12
|
-
import { useEvent } from './hooks/
|
|
3
|
+
import bigTableState from './bigTableState2.js';
|
|
4
|
+
import bigTableProps from './bigTableProps2.js';
|
|
5
|
+
import bigTableEmits from './bigTableEmits2.js';
|
|
6
|
+
import { useAnchor } from './hooks/useAnchor2.js';
|
|
7
|
+
import { comps, useEdit } from './hooks/useEdit2.js';
|
|
8
|
+
import { useFormat } from './hooks/useFormat2.js';
|
|
9
|
+
import { useTableParse } from './hooks/useTableParse2.js';
|
|
10
|
+
import { useBatchEditing } from './hooks/useBatchEditing2.js';
|
|
11
|
+
import { useNestTable } from './hooks/useNestTable2.js';
|
|
12
|
+
import { useEvent } from './hooks/useEvent2.js';
|
|
13
13
|
import { useAnnotation } from './hooks/useAnnotation.js';
|
|
14
|
-
import { useSeparateRow, useSeparateMap } from './hooks/
|
|
14
|
+
import { useSeparateRow, useSeparateMap } from './hooks/useSeparateRow2.js';
|
|
15
15
|
import { SettingsSharp, CaretDown, CaretForward, CopyOutline, SyncOutline } from '@vicons/ionicons5';
|
|
16
16
|
import NoData from './components/NoData.js';
|
|
17
17
|
import script from '../../../shared/components/TextOverTooltip/TextOverTooltip.js';
|
|
18
18
|
import script$1 from '../../../shared/components/SvgIcon/SvgIcon.js';
|
|
19
19
|
import { useMessage, NIcon, NTooltip, NCheckbox, NCheckboxGroup, NGrid, NGi, NSpace, NButton, NPopconfirm, NProgress, NDropdown, NSwitch, NPopover, NTabs, NTabPane } from 'naive-ui';
|
|
20
|
-
import Grid from '../../grid/
|
|
20
|
+
import Grid from '../../grid/index2.js';
|
|
21
21
|
import XEUtils from 'xe-utils';
|
|
22
22
|
import 'moment';
|
|
23
|
-
import { handleTableHeight, setTableConfig, handleGroupColums, treeToList, checkMethod, setTreeGroupTitle, handleName, generateEditRender, handlerInitSearchItem, getEvaluate, getMapVal, getCandidateComponents, getageShowType, isLink, showFilter, reScrollFilterWrap, hideFilterWrap, mergeConObjFn, setDefaultFormData, handleImgArr, handleImgSrc, modalDetailImage, handleQrCodeContent, getInlineEditBtn, isCopy, setVisibleCheckAllWrap, handleTableImageSize, visibleMethod, getRowStyle, getFooterGroup, flattenRow, intersectRow, removeCheckedDisabledRows } from './
|
|
23
|
+
import { handleTableHeight, setTableConfig, handleGroupColums, treeToList, checkMethod, setTreeGroupTitle, handleName, generateEditRender, handlerInitSearchItem, getEvaluate, getMapVal, getCandidateComponents, getageShowType, isLink, showFilter, reScrollFilterWrap, hideFilterWrap, mergeConObjFn, setDefaultFormData, handleImgArr, handleImgSrc, modalDetailImage, handleQrCodeContent, getInlineEditBtn, isCopy, setVisibleCheckAllWrap, handleTableImageSize, visibleMethod, getRowStyle, getFooterGroup, flattenRow, intersectRow, removeCheckedDisabledRows } from './utils2.js';
|
|
24
24
|
import InputButtonScript from './components/input-button.js';
|
|
25
25
|
import Separate from './components/separate.js';
|
|
26
26
|
import img$1 from '../../../shared/assets/img/xb_big.js';
|
|
@@ -1318,8 +1318,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1318
1318
|
};
|
|
1319
1319
|
const handlerClickRow = (data) => {
|
|
1320
1320
|
var _a;
|
|
1321
|
-
|
|
1321
|
+
let {
|
|
1322
|
+
row,
|
|
1323
|
+
$event = {},
|
|
1324
|
+
$rowIndex
|
|
1325
|
+
} = data;
|
|
1326
|
+
if (((_a = attr.checkboxConfig) == null ? void 0 : _a.trigger) === "default") {
|
|
1327
|
+
emit("handlerClickRow", row, $rowIndex);
|
|
1322
1328
|
return false;
|
|
1329
|
+
}
|
|
1323
1330
|
if (isScanMultiTable.value || props.isInlineOperating)
|
|
1324
1331
|
return false;
|
|
1325
1332
|
if (XEUtils.has(data == null ? void 0 : data.row, GROUP_TITLE_KEY))
|
|
@@ -1328,11 +1335,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1328
1335
|
return false;
|
|
1329
1336
|
let table = xGrid.value;
|
|
1330
1337
|
isAboutNestTable.value && emit("resetNestLastClickTable", table);
|
|
1331
|
-
let {
|
|
1332
|
-
row,
|
|
1333
|
-
$event = {},
|
|
1334
|
-
$rowIndex
|
|
1335
|
-
} = data;
|
|
1336
1338
|
let {
|
|
1337
1339
|
className,
|
|
1338
1340
|
tagName
|
|
@@ -1,53 +1 @@
|
|
|
1
|
-
|
|
2
|
-
"refreshTable",
|
|
3
|
-
"selectionChangeAll",
|
|
4
|
-
"selectionChangeAllCancel",
|
|
5
|
-
"setGroupText",
|
|
6
|
-
"refreshOldTableData",
|
|
7
|
-
"setNestTableClick",
|
|
8
|
-
"rowdblclick",
|
|
9
|
-
"selectionChange",
|
|
10
|
-
"sortChange",
|
|
11
|
-
"pubTableRefresh",
|
|
12
|
-
"setBatchDynamicPropsCache",
|
|
13
|
-
"submitEditFormSuccess",
|
|
14
|
-
"submitEditFormSuccessBatch",
|
|
15
|
-
"submitEditFormError",
|
|
16
|
-
"submitEditFormErrorBatch",
|
|
17
|
-
"setWaitEditKeys",
|
|
18
|
-
"handleClickBtnByInline",
|
|
19
|
-
"initInlineEditFormConfig",
|
|
20
|
-
"handlePreView",
|
|
21
|
-
"SET_SAVE_ROW_STATUS",
|
|
22
|
-
"SET_CANCEL_ROW_STATUS",
|
|
23
|
-
"qrCodeEvent",
|
|
24
|
-
"setCurRowIndex",
|
|
25
|
-
"clickBtn",
|
|
26
|
-
"onSave",
|
|
27
|
-
"setNestTableClickSetting",
|
|
28
|
-
"showDrawer",
|
|
29
|
-
"linkDetail",
|
|
30
|
-
"hanldeCopyContent",
|
|
31
|
-
"triggerSpinning",
|
|
32
|
-
"resetInlineEditAll",
|
|
33
|
-
"resetBatchEditDoneStatus",
|
|
34
|
-
"setNestOriginTableMap",
|
|
35
|
-
"nestSetSelectRowObj",
|
|
36
|
-
"handlerClickRow",
|
|
37
|
-
"pubTableReload",
|
|
38
|
-
"scanMultiRemove",
|
|
39
|
-
"resetNestLastClickTable",
|
|
40
|
-
"setNestLastClickTable",
|
|
41
|
-
"selectionChangeLocal",
|
|
42
|
-
"switchBtnOnChange",
|
|
43
|
-
"asyncTableChange",
|
|
44
|
-
"formChange",
|
|
45
|
-
"scroll",
|
|
46
|
-
"keyboard",
|
|
47
|
-
"checkboxChange",
|
|
48
|
-
"menuClick",
|
|
49
|
-
"resizableChange",
|
|
50
|
-
"formClick"
|
|
51
|
-
];
|
|
52
|
-
|
|
53
|
-
export { bigTableEmits as default };
|
|
1
|
+
export { default } from './bigTableEmits2.js';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const bigTableEmits = [
|
|
2
|
+
"refreshTable",
|
|
3
|
+
"selectionChangeAll",
|
|
4
|
+
"selectionChangeAllCancel",
|
|
5
|
+
"setGroupText",
|
|
6
|
+
"refreshOldTableData",
|
|
7
|
+
"setNestTableClick",
|
|
8
|
+
"rowdblclick",
|
|
9
|
+
"selectionChange",
|
|
10
|
+
"sortChange",
|
|
11
|
+
"pubTableRefresh",
|
|
12
|
+
"setBatchDynamicPropsCache",
|
|
13
|
+
"submitEditFormSuccess",
|
|
14
|
+
"submitEditFormSuccessBatch",
|
|
15
|
+
"submitEditFormError",
|
|
16
|
+
"submitEditFormErrorBatch",
|
|
17
|
+
"setWaitEditKeys",
|
|
18
|
+
"handleClickBtnByInline",
|
|
19
|
+
"initInlineEditFormConfig",
|
|
20
|
+
"handlePreView",
|
|
21
|
+
"SET_SAVE_ROW_STATUS",
|
|
22
|
+
"SET_CANCEL_ROW_STATUS",
|
|
23
|
+
"qrCodeEvent",
|
|
24
|
+
"setCurRowIndex",
|
|
25
|
+
"clickBtn",
|
|
26
|
+
"onSave",
|
|
27
|
+
"setNestTableClickSetting",
|
|
28
|
+
"showDrawer",
|
|
29
|
+
"linkDetail",
|
|
30
|
+
"hanldeCopyContent",
|
|
31
|
+
"triggerSpinning",
|
|
32
|
+
"resetInlineEditAll",
|
|
33
|
+
"resetBatchEditDoneStatus",
|
|
34
|
+
"setNestOriginTableMap",
|
|
35
|
+
"nestSetSelectRowObj",
|
|
36
|
+
"handlerClickRow",
|
|
37
|
+
"pubTableReload",
|
|
38
|
+
"scanMultiRemove",
|
|
39
|
+
"resetNestLastClickTable",
|
|
40
|
+
"setNestLastClickTable",
|
|
41
|
+
"selectionChangeLocal",
|
|
42
|
+
"switchBtnOnChange",
|
|
43
|
+
"asyncTableChange",
|
|
44
|
+
"formChange",
|
|
45
|
+
"scroll",
|
|
46
|
+
"keyboard",
|
|
47
|
+
"checkboxChange",
|
|
48
|
+
"menuClick",
|
|
49
|
+
"resizableChange",
|
|
50
|
+
"formClick"
|
|
51
|
+
];
|
|
52
|
+
|
|
53
|
+
export { bigTableEmits as default };
|
|
@@ -1,119 +1 @@
|
|
|
1
|
-
|
|
2
|
-
data: { type: Array, default: () => [] },
|
|
3
|
-
maxCheckSize: { type: Number, default: 0 },
|
|
4
|
-
annotation: { type: Object },
|
|
5
|
-
showFooter: Boolean,
|
|
6
|
-
sumData: { type: Object, default: () => ({}) },
|
|
7
|
-
avgData: { type: Object, default: () => ({}) },
|
|
8
|
-
menuConfig: { type: Object, default: () => ({}) },
|
|
9
|
-
columnConfig: {
|
|
10
|
-
type: Object,
|
|
11
|
-
default: () => {
|
|
12
|
-
return {};
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
refreshRow: {
|
|
16
|
-
type: Number,
|
|
17
|
-
default: 0
|
|
18
|
-
},
|
|
19
|
-
relatedItems: {
|
|
20
|
-
type: Object,
|
|
21
|
-
default: () => {
|
|
22
|
-
return {
|
|
23
|
-
triggerMethodPc: "",
|
|
24
|
-
triggerMethodField: ""
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
pageVO: {
|
|
29
|
-
type: Object,
|
|
30
|
-
default: () => {
|
|
31
|
-
return {
|
|
32
|
-
pageIndex: 1,
|
|
33
|
-
pageSize: 20,
|
|
34
|
-
total: 20
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
tableOptions: { type: Object, default: () => ({}) },
|
|
39
|
-
quickSearchConfig: { type: Array, default: () => [] },
|
|
40
|
-
primaryKey: { type: String, default: "" },
|
|
41
|
-
tableDataCache: { type: Array, default: () => [] },
|
|
42
|
-
oldtableData: { type: Array, default: () => [] },
|
|
43
|
-
tableName: String,
|
|
44
|
-
fieldListOriginal: { type: Array, default: () => [] },
|
|
45
|
-
tableParams: { type: Object, default: () => ({}) },
|
|
46
|
-
emptyItems: {
|
|
47
|
-
type: Object,
|
|
48
|
-
default: () => {
|
|
49
|
-
return {
|
|
50
|
-
noDataImg: "nodata",
|
|
51
|
-
noDataTip: ""
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
styleSetting: { type: Object, default: () => ({}) },
|
|
56
|
-
sysImageSize: { type: Array, default: () => [] },
|
|
57
|
-
height: String,
|
|
58
|
-
groupCountFields: { type: Array, default: () => [] },
|
|
59
|
-
groupCountMap: { type: Object, default: () => ({}) },
|
|
60
|
-
listFormUnionSetting: { type: Object, default: () => ({}) },
|
|
61
|
-
inlineEditFormConfig: { type: Object, default: () => ({}) },
|
|
62
|
-
clickRowData: { type: Object, default: () => ({}) },
|
|
63
|
-
btnList: { type: Array, default: () => [] },
|
|
64
|
-
spinning: Boolean,
|
|
65
|
-
rowGroupSetting: { type: Object, default: () => ({}) },
|
|
66
|
-
inlineEditFormSubmitDone: Boolean,
|
|
67
|
-
isInlineOperating: { type: Boolean, default: false },
|
|
68
|
-
inlineEditCurrentOperateBtnId: String,
|
|
69
|
-
tableRefreshCache: { type: Object, default: () => ({}) },
|
|
70
|
-
userInfo: { type: Object, default: () => ({}) },
|
|
71
|
-
isInlineEditing: Boolean,
|
|
72
|
-
isInlineAdding: Boolean,
|
|
73
|
-
isInlineSave: Boolean,
|
|
74
|
-
isInlineCancel: Boolean,
|
|
75
|
-
inlineError: Boolean,
|
|
76
|
-
resetInlineEdit: Function,
|
|
77
|
-
resetEditRowStatus: Function,
|
|
78
|
-
pageIndexOldtableData: {
|
|
79
|
-
type: Array,
|
|
80
|
-
default: () => []
|
|
81
|
-
},
|
|
82
|
-
submitForm: Function,
|
|
83
|
-
isMatchComponent: Boolean,
|
|
84
|
-
asyncCount: Boolean,
|
|
85
|
-
showSettings: { type: Object, default: () => ({}) },
|
|
86
|
-
inlineFormData: { type: Object, default: () => ({}) },
|
|
87
|
-
inlineOriginalTableRow: { type: Object, default: () => ({}) },
|
|
88
|
-
filterDomPortal: {
|
|
89
|
-
type: String,
|
|
90
|
-
default: "body"
|
|
91
|
-
},
|
|
92
|
-
filterTopOffset: {
|
|
93
|
-
type: Number,
|
|
94
|
-
default: 0
|
|
95
|
-
},
|
|
96
|
-
isNestTable: {
|
|
97
|
-
type: Boolean,
|
|
98
|
-
default: false
|
|
99
|
-
},
|
|
100
|
-
showNestTable: Boolean,
|
|
101
|
-
curNestColumnConfig: {
|
|
102
|
-
type: Object,
|
|
103
|
-
default: () => ({})
|
|
104
|
-
},
|
|
105
|
-
nestTableDataRequest: Function,
|
|
106
|
-
isBatchEditing: Boolean,
|
|
107
|
-
isEditAllRow: Boolean,
|
|
108
|
-
isBatchSave: Boolean,
|
|
109
|
-
isBatchCancel: Boolean,
|
|
110
|
-
batchDynamicPropsCache: { type: Object, default: () => ({}) },
|
|
111
|
-
batchEditDoneNumber: { type: Object, default: () => ({}) },
|
|
112
|
-
batchError: Boolean,
|
|
113
|
-
batchFormData: { type: Object, default: () => ({}) },
|
|
114
|
-
resetInlineBatchEdit: Function,
|
|
115
|
-
resetBatchEditRowStatus: Function,
|
|
116
|
-
anchor: { type: Array, default: () => [] }
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export { bigTableProps as default };
|
|
1
|
+
export { default } from './bigTableProps2.js';
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
const bigTableProps = {
|
|
2
|
+
data: { type: Array, default: () => [] },
|
|
3
|
+
maxCheckSize: { type: Number, default: 0 },
|
|
4
|
+
annotation: { type: Object },
|
|
5
|
+
showFooter: Boolean,
|
|
6
|
+
sumData: { type: Object, default: () => ({}) },
|
|
7
|
+
avgData: { type: Object, default: () => ({}) },
|
|
8
|
+
menuConfig: { type: Object, default: () => ({}) },
|
|
9
|
+
columnConfig: {
|
|
10
|
+
type: Object,
|
|
11
|
+
default: () => {
|
|
12
|
+
return {};
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
refreshRow: {
|
|
16
|
+
type: Number,
|
|
17
|
+
default: 0
|
|
18
|
+
},
|
|
19
|
+
relatedItems: {
|
|
20
|
+
type: Object,
|
|
21
|
+
default: () => {
|
|
22
|
+
return {
|
|
23
|
+
triggerMethodPc: "",
|
|
24
|
+
triggerMethodField: ""
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
pageVO: {
|
|
29
|
+
type: Object,
|
|
30
|
+
default: () => {
|
|
31
|
+
return {
|
|
32
|
+
pageIndex: 1,
|
|
33
|
+
pageSize: 20,
|
|
34
|
+
total: 20
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
tableOptions: { type: Object, default: () => ({}) },
|
|
39
|
+
quickSearchConfig: { type: Array, default: () => [] },
|
|
40
|
+
primaryKey: { type: String, default: "" },
|
|
41
|
+
tableDataCache: { type: Array, default: () => [] },
|
|
42
|
+
oldtableData: { type: Array, default: () => [] },
|
|
43
|
+
tableName: String,
|
|
44
|
+
fieldListOriginal: { type: Array, default: () => [] },
|
|
45
|
+
tableParams: { type: Object, default: () => ({}) },
|
|
46
|
+
emptyItems: {
|
|
47
|
+
type: Object,
|
|
48
|
+
default: () => {
|
|
49
|
+
return {
|
|
50
|
+
noDataImg: "nodata",
|
|
51
|
+
noDataTip: ""
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
styleSetting: { type: Object, default: () => ({}) },
|
|
56
|
+
sysImageSize: { type: Array, default: () => [] },
|
|
57
|
+
height: String,
|
|
58
|
+
groupCountFields: { type: Array, default: () => [] },
|
|
59
|
+
groupCountMap: { type: Object, default: () => ({}) },
|
|
60
|
+
listFormUnionSetting: { type: Object, default: () => ({}) },
|
|
61
|
+
inlineEditFormConfig: { type: Object, default: () => ({}) },
|
|
62
|
+
clickRowData: { type: Object, default: () => ({}) },
|
|
63
|
+
btnList: { type: Array, default: () => [] },
|
|
64
|
+
spinning: Boolean,
|
|
65
|
+
rowGroupSetting: { type: Object, default: () => ({}) },
|
|
66
|
+
inlineEditFormSubmitDone: Boolean,
|
|
67
|
+
isInlineOperating: { type: Boolean, default: false },
|
|
68
|
+
inlineEditCurrentOperateBtnId: String,
|
|
69
|
+
tableRefreshCache: { type: Object, default: () => ({}) },
|
|
70
|
+
userInfo: { type: Object, default: () => ({}) },
|
|
71
|
+
isInlineEditing: Boolean,
|
|
72
|
+
isInlineAdding: Boolean,
|
|
73
|
+
isInlineSave: Boolean,
|
|
74
|
+
isInlineCancel: Boolean,
|
|
75
|
+
inlineError: Boolean,
|
|
76
|
+
resetInlineEdit: Function,
|
|
77
|
+
resetEditRowStatus: Function,
|
|
78
|
+
pageIndexOldtableData: {
|
|
79
|
+
type: Array,
|
|
80
|
+
default: () => []
|
|
81
|
+
},
|
|
82
|
+
submitForm: Function,
|
|
83
|
+
isMatchComponent: Boolean,
|
|
84
|
+
asyncCount: Boolean,
|
|
85
|
+
showSettings: { type: Object, default: () => ({}) },
|
|
86
|
+
inlineFormData: { type: Object, default: () => ({}) },
|
|
87
|
+
inlineOriginalTableRow: { type: Object, default: () => ({}) },
|
|
88
|
+
filterDomPortal: {
|
|
89
|
+
type: String,
|
|
90
|
+
default: "body"
|
|
91
|
+
},
|
|
92
|
+
filterTopOffset: {
|
|
93
|
+
type: Number,
|
|
94
|
+
default: 0
|
|
95
|
+
},
|
|
96
|
+
isNestTable: {
|
|
97
|
+
type: Boolean,
|
|
98
|
+
default: false
|
|
99
|
+
},
|
|
100
|
+
showNestTable: Boolean,
|
|
101
|
+
curNestColumnConfig: {
|
|
102
|
+
type: Object,
|
|
103
|
+
default: () => ({})
|
|
104
|
+
},
|
|
105
|
+
nestTableDataRequest: Function,
|
|
106
|
+
isBatchEditing: Boolean,
|
|
107
|
+
isEditAllRow: Boolean,
|
|
108
|
+
isBatchSave: Boolean,
|
|
109
|
+
isBatchCancel: Boolean,
|
|
110
|
+
batchDynamicPropsCache: { type: Object, default: () => ({}) },
|
|
111
|
+
batchEditDoneNumber: { type: Object, default: () => ({}) },
|
|
112
|
+
batchError: Boolean,
|
|
113
|
+
batchFormData: { type: Object, default: () => ({}) },
|
|
114
|
+
resetInlineBatchEdit: Function,
|
|
115
|
+
resetBatchEditRowStatus: Function,
|
|
116
|
+
anchor: { type: Array, default: () => [] }
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
export { bigTableProps as default };
|
|
@@ -1,62 +1 @@
|
|
|
1
|
-
|
|
2
|
-
curAbleCheckedLen: 0,
|
|
3
|
-
showButtonTop: 0,
|
|
4
|
-
isTree: 0,
|
|
5
|
-
isShowEmpty: false,
|
|
6
|
-
currentPageSelectedLength: 0,
|
|
7
|
-
visibleCheckAllWrap: false,
|
|
8
|
-
visibleCheckAllWrapMore: false,
|
|
9
|
-
checkedRows: [],
|
|
10
|
-
filterFields: {},
|
|
11
|
-
visibleTreeCheck: false,
|
|
12
|
-
treeTableLength: 0,
|
|
13
|
-
checkWidth: {
|
|
14
|
-
"table-simple": "30",
|
|
15
|
-
"table-classics": "24"
|
|
16
|
-
},
|
|
17
|
-
lastPageIndex: 1,
|
|
18
|
-
selectType: "",
|
|
19
|
-
levelLazyLoadSetting: null,
|
|
20
|
-
openOnly: 0,
|
|
21
|
-
filterWidth: 280,
|
|
22
|
-
filterHeight: 120,
|
|
23
|
-
startX: 0,
|
|
24
|
-
distance: 0,
|
|
25
|
-
mask: "",
|
|
26
|
-
groupText: [],
|
|
27
|
-
currentClickBtnInfo: null,
|
|
28
|
-
columnLen: 0,
|
|
29
|
-
hasRefresh: false,
|
|
30
|
-
isExpand: 0,
|
|
31
|
-
btnIcons: {
|
|
32
|
-
copy: "copy",
|
|
33
|
-
pencil: "edit",
|
|
34
|
-
delete: "delete",
|
|
35
|
-
add: "plus-circle",
|
|
36
|
-
download: "download",
|
|
37
|
-
label: "tag",
|
|
38
|
-
queding: "check",
|
|
39
|
-
del: "close"
|
|
40
|
-
},
|
|
41
|
-
tableHeight: "100%",
|
|
42
|
-
cacheUniqueKey: {},
|
|
43
|
-
theUniqueKeyListObj: {},
|
|
44
|
-
editColumnMap: {},
|
|
45
|
-
fieldLength: 0,
|
|
46
|
-
originFormatList: [],
|
|
47
|
-
isSaveForm: false,
|
|
48
|
-
editConfig: {
|
|
49
|
-
trigger: "manual",
|
|
50
|
-
mode: "cell",
|
|
51
|
-
autoClear: false,
|
|
52
|
-
showIcon: false,
|
|
53
|
-
activeMethod({ row, column }) {
|
|
54
|
-
return !row.$__SEPARATE;
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
rowConfig: { height: 32, isHover: true, isCurrent: true },
|
|
58
|
-
anchorValue: "",
|
|
59
|
-
anchorList: []
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
export { bigTableState as default };
|
|
1
|
+
export { default } from './bigTableState2.js';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
const bigTableState = {
|
|
2
|
+
curAbleCheckedLen: 0,
|
|
3
|
+
showButtonTop: 0,
|
|
4
|
+
isTree: 0,
|
|
5
|
+
isShowEmpty: false,
|
|
6
|
+
currentPageSelectedLength: 0,
|
|
7
|
+
visibleCheckAllWrap: false,
|
|
8
|
+
visibleCheckAllWrapMore: false,
|
|
9
|
+
checkedRows: [],
|
|
10
|
+
filterFields: {},
|
|
11
|
+
visibleTreeCheck: false,
|
|
12
|
+
treeTableLength: 0,
|
|
13
|
+
checkWidth: {
|
|
14
|
+
"table-simple": "30",
|
|
15
|
+
"table-classics": "24"
|
|
16
|
+
},
|
|
17
|
+
lastPageIndex: 1,
|
|
18
|
+
selectType: "",
|
|
19
|
+
levelLazyLoadSetting: null,
|
|
20
|
+
openOnly: 0,
|
|
21
|
+
filterWidth: 280,
|
|
22
|
+
filterHeight: 120,
|
|
23
|
+
startX: 0,
|
|
24
|
+
distance: 0,
|
|
25
|
+
mask: "",
|
|
26
|
+
groupText: [],
|
|
27
|
+
currentClickBtnInfo: null,
|
|
28
|
+
columnLen: 0,
|
|
29
|
+
hasRefresh: false,
|
|
30
|
+
isExpand: 0,
|
|
31
|
+
btnIcons: {
|
|
32
|
+
copy: "copy",
|
|
33
|
+
pencil: "edit",
|
|
34
|
+
delete: "delete",
|
|
35
|
+
add: "plus-circle",
|
|
36
|
+
download: "download",
|
|
37
|
+
label: "tag",
|
|
38
|
+
queding: "check",
|
|
39
|
+
del: "close"
|
|
40
|
+
},
|
|
41
|
+
tableHeight: "100%",
|
|
42
|
+
cacheUniqueKey: {},
|
|
43
|
+
theUniqueKeyListObj: {},
|
|
44
|
+
editColumnMap: {},
|
|
45
|
+
fieldLength: 0,
|
|
46
|
+
originFormatList: [],
|
|
47
|
+
isSaveForm: false,
|
|
48
|
+
editConfig: {
|
|
49
|
+
trigger: "manual",
|
|
50
|
+
mode: "cell",
|
|
51
|
+
autoClear: false,
|
|
52
|
+
showIcon: false,
|
|
53
|
+
activeMethod({ row, column }) {
|
|
54
|
+
return !row.$__SEPARATE;
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
rowConfig: { height: 32, isHover: true, isCurrent: true },
|
|
58
|
+
anchorValue: "",
|
|
59
|
+
anchorList: []
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
export { bigTableState as default };
|
|
@@ -27,8 +27,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
}>> & {
|
|
28
28
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
}, {
|
|
30
|
-
col: Record<string, any>;
|
|
31
30
|
row: Record<string, any>;
|
|
32
31
|
index: number | Record<string, any>;
|
|
32
|
+
col: Record<string, any>;
|
|
33
33
|
}>;
|
|
34
34
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, computed, createVNode, mergeProps } from 'vue';
|
|
2
|
-
import { generateTimeFormat } from '../../../../../shared/utils/
|
|
2
|
+
import { generateTimeFormat } from '../../../../../shared/utils/index2.js';
|
|
3
3
|
import { isFunction } from 'lodash-es';
|
|
4
4
|
import { NDatePicker } from 'naive-ui';
|
|
5
|
-
import { useCommon } from './
|
|
5
|
+
import { useCommon } from './useCommon2.js';
|
|
6
6
|
|
|
7
7
|
var EditDate = defineComponent({
|
|
8
8
|
name: "EditDate",
|
|
@@ -36,8 +36,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
}, {
|
|
38
38
|
type: string;
|
|
39
|
-
col: Record<string, any>;
|
|
40
39
|
row: Record<string, any>;
|
|
41
40
|
index: number | Record<string, any>;
|
|
41
|
+
col: Record<string, any>;
|
|
42
42
|
}>;
|
|
43
43
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, createVNode, mergeProps } from 'vue';
|
|
2
2
|
import { NInput, NInputNumber } from 'naive-ui';
|
|
3
|
-
import { useCommon } from './
|
|
3
|
+
import { useCommon } from './useCommon2.js';
|
|
4
4
|
|
|
5
5
|
var EditInput = defineComponent({
|
|
6
6
|
name: "EditInput",
|
|
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
onClickSelectTable?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
}, {
|
|
31
|
-
col: Record<string, any>;
|
|
32
|
-
value: string;
|
|
33
31
|
row: Record<string, any>;
|
|
32
|
+
value: string;
|
|
33
|
+
col: Record<string, any>;
|
|
34
34
|
}>;
|
|
35
35
|
export default _default;
|
|
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
onSetOptions?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
}, {
|
|
31
|
-
col: Record<string, any>;
|
|
32
31
|
row: Record<string, any>;
|
|
33
32
|
index: number | Record<string, any>;
|
|
33
|
+
col: Record<string, any>;
|
|
34
34
|
}>;
|
|
35
35
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import { defineComponent, reactive, createVNode, mergeProps } from 'vue';
|
|
|
2
2
|
import { NSelect } from 'naive-ui';
|
|
3
3
|
import XEUtils from 'xe-utils';
|
|
4
4
|
import 'moment';
|
|
5
|
-
import { useCommon } from './
|
|
5
|
+
import { useCommon } from './useCommon2.js';
|
|
6
6
|
|
|
7
7
|
var EditSelect = defineComponent({
|
|
8
8
|
name: "EditSelect",
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, watch, openBlock, createBlock, unref, withCtx, cr
|
|
|
2
2
|
import script from '../../../../../shared/components/SlotRender/SlotRender.js';
|
|
3
3
|
import { cloneDeep, isObject, isArray } from 'lodash-es';
|
|
4
4
|
import { NPopover, NInput } from 'naive-ui';
|
|
5
|
-
import { useSeparateMap } from '../../hooks/
|
|
5
|
+
import { useSeparateMap } from '../../hooks/useSeparateRow2.js';
|
|
6
6
|
import Separate from '../separate.js';
|
|
7
7
|
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
|