cnhis-design-vue 3.1.18-beta.0 → 3.1.18-beta.10
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/style/index.css +1 -29
- 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 +348 -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/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/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/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,634 +1 @@
|
|
|
1
|
-
.big-table-filter-wrap {
|
|
2
|
-
position: fixed;
|
|
3
|
-
z-index: 99998;
|
|
4
|
-
transform: translateX(-2%);
|
|
5
|
-
margin-top: -6px;
|
|
6
|
-
min-width: 280px;
|
|
7
|
-
border-radius: 4px;
|
|
8
|
-
background-color: #fff;
|
|
9
|
-
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
10
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
11
|
-
display: flex;
|
|
12
|
-
flex-wrap: wrap;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
transition: width 2s;
|
|
16
|
-
}
|
|
17
|
-
.big-table-filter-wrap .sort-list {
|
|
18
|
-
margin-top: 6px;
|
|
19
|
-
}
|
|
20
|
-
.big-table-filter-wrap .sort-item {
|
|
21
|
-
height: 32px;
|
|
22
|
-
padding: 0 13px;
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
}
|
|
26
|
-
.big-table-filter-wrap .sort-item:hover,
|
|
27
|
-
.big-table-filter-wrap .sort-item.active {
|
|
28
|
-
background: #f2f2f2;
|
|
29
|
-
}
|
|
30
|
-
.big-table-filter-wrap .sort-icon {
|
|
31
|
-
width: 16px;
|
|
32
|
-
height: 16px;
|
|
33
|
-
background-size: contain;
|
|
34
|
-
display: inline-block;
|
|
35
|
-
}
|
|
36
|
-
.big-table-filter-wrap .sort-text {
|
|
37
|
-
margin-left: 11px;
|
|
38
|
-
font-size: 14px;
|
|
39
|
-
line-height: 32px;
|
|
40
|
-
color: rgba(0, 0, 0, 0.8);
|
|
41
|
-
}
|
|
42
|
-
.big-table-filter-wrap .sort-icon-desc {
|
|
43
|
-
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=');
|
|
44
|
-
}
|
|
45
|
-
.big-table-filter-wrap .filter-header {
|
|
46
|
-
padding: 0 13px;
|
|
47
|
-
cursor: initial;
|
|
48
|
-
}
|
|
49
|
-
.big-table-filter-wrap .filter-header-icon {
|
|
50
|
-
border-top-color: #333;
|
|
51
|
-
border-right-color: #333;
|
|
52
|
-
}
|
|
53
|
-
.big-table-filter-wrap .filter-header-text {
|
|
54
|
-
margin-left: 11px;
|
|
55
|
-
}
|
|
56
|
-
.big-table-filter-wrap .check-search-wrap {
|
|
57
|
-
padding: 8px 0;
|
|
58
|
-
width: 100%;
|
|
59
|
-
background: #f7f7f7;
|
|
60
|
-
display: flex;
|
|
61
|
-
justify-content: center;
|
|
62
|
-
}
|
|
63
|
-
.big-table-filter-wrap .check-seach-input {
|
|
64
|
-
line-height: 32px;
|
|
65
|
-
}
|
|
66
|
-
.big-table-filter-wrap .checkbox-box {
|
|
67
|
-
padding-right: 3px;
|
|
68
|
-
width: 100%;
|
|
69
|
-
}
|
|
70
|
-
.big-table-filter-wrap .checkbox-wrap {
|
|
71
|
-
padding-left: 13px;
|
|
72
|
-
padding-right: 3px;
|
|
73
|
-
background: #fff;
|
|
74
|
-
display: flex;
|
|
75
|
-
flex-direction: column;
|
|
76
|
-
overflow-y: auto;
|
|
77
|
-
}
|
|
78
|
-
.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar {
|
|
79
|
-
width: 4px;
|
|
80
|
-
height: 4px;
|
|
81
|
-
}
|
|
82
|
-
.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-thumb {
|
|
83
|
-
background-color: #d5d5d5;
|
|
84
|
-
border-radius: 4px;
|
|
85
|
-
}
|
|
86
|
-
.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-track {
|
|
87
|
-
background-color: #fff;
|
|
88
|
-
border-radius: 4px;
|
|
89
|
-
}
|
|
90
|
-
.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-corner {
|
|
91
|
-
background-color: #000;
|
|
92
|
-
border-radius: 4px;
|
|
93
|
-
width: 4px;
|
|
94
|
-
}
|
|
95
|
-
.big-table-filter-wrap .checkbox-wrap--search {
|
|
96
|
-
padding-right: 10px;
|
|
97
|
-
}
|
|
98
|
-
.big-table-filter-wrap .checkbox-btn-wrap {
|
|
99
|
-
display: flex;
|
|
100
|
-
padding: 9px 10px 9px 14px;
|
|
101
|
-
}
|
|
102
|
-
.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn {
|
|
103
|
-
width: 56px;
|
|
104
|
-
padding: 0;
|
|
105
|
-
}
|
|
106
|
-
.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn + .checkbox-btn {
|
|
107
|
-
margin-left: 8px;
|
|
108
|
-
}
|
|
109
|
-
.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn {
|
|
110
|
-
border: 0;
|
|
111
|
-
border-radius: 0;
|
|
112
|
-
width: initial;
|
|
113
|
-
margin: 0 13px;
|
|
114
|
-
position: relative;
|
|
115
|
-
}
|
|
116
|
-
.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn:hover::after {
|
|
117
|
-
display: block;
|
|
118
|
-
content: '';
|
|
119
|
-
position: absolute;
|
|
120
|
-
bottom: 5px;
|
|
121
|
-
width: 100%;
|
|
122
|
-
height: 1px;
|
|
123
|
-
background-color: #5585f5;
|
|
124
|
-
}
|
|
125
|
-
.big-table-filter-wrap .arrows-icon {
|
|
126
|
-
position: absolute;
|
|
127
|
-
bottom: -1px;
|
|
128
|
-
right: -1px;
|
|
129
|
-
font-size: 15px;
|
|
130
|
-
cursor: nw-resize;
|
|
131
|
-
width: 25px;
|
|
132
|
-
height: 20px;
|
|
133
|
-
}
|
|
134
|
-
.big-table__separate {
|
|
135
|
-
padding: 4px;
|
|
136
|
-
}
|
|
137
|
-
.big-table__separatePlaceholder {
|
|
138
|
-
display: inline-block;
|
|
139
|
-
visibility: hidden;
|
|
140
|
-
max-width: 0;
|
|
141
|
-
word-break: keep-all;
|
|
142
|
-
width: 0;
|
|
143
|
-
}
|
|
144
|
-
body > .vxe-table--tooltip-wrapper {
|
|
145
|
-
display: none !important;
|
|
146
|
-
}
|
|
147
|
-
.custom-big-table {
|
|
148
|
-
position: relative;
|
|
149
|
-
/* 行内表单样式 */
|
|
150
|
-
/* 行内表单样式 */
|
|
151
|
-
}
|
|
152
|
-
.custom-big-table .n-input {
|
|
153
|
-
width: fit-content;
|
|
154
|
-
}
|
|
155
|
-
.custom-big-table .img-wrap {
|
|
156
|
-
padding: 2px 0;
|
|
157
|
-
line-height: 1;
|
|
158
|
-
height: 100%;
|
|
159
|
-
display: flex;
|
|
160
|
-
align-items: center;
|
|
161
|
-
}
|
|
162
|
-
.custom-big-table .img-wrap img {
|
|
163
|
-
max-height: 100%;
|
|
164
|
-
object-fit: contain;
|
|
165
|
-
cursor: pointer;
|
|
166
|
-
}
|
|
167
|
-
.custom-big-table .img-wrap.img-circle img {
|
|
168
|
-
width: 28px;
|
|
169
|
-
border-radius: 50%;
|
|
170
|
-
object-fit: contain;
|
|
171
|
-
}
|
|
172
|
-
.custom-big-table .bigTable-qr-span {
|
|
173
|
-
position: relative;
|
|
174
|
-
display: inline-block;
|
|
175
|
-
height: 100%;
|
|
176
|
-
}
|
|
177
|
-
.custom-big-table .bigTable-qr-span .bigTable-qr-img {
|
|
178
|
-
max-height: 96%;
|
|
179
|
-
}
|
|
180
|
-
.custom-big-table .bigTable-qr-span > span {
|
|
181
|
-
position: absolute;
|
|
182
|
-
top: 0;
|
|
183
|
-
left: 0;
|
|
184
|
-
justify-content: center;
|
|
185
|
-
align-items: center;
|
|
186
|
-
width: 100%;
|
|
187
|
-
height: 100%;
|
|
188
|
-
background: rgba(0, 0, 0, 0.7);
|
|
189
|
-
color: #fff;
|
|
190
|
-
display: none;
|
|
191
|
-
cursor: pointer;
|
|
192
|
-
}
|
|
193
|
-
.custom-big-table .bigTable-qr-span:hover > span {
|
|
194
|
-
display: inline-flex;
|
|
195
|
-
}
|
|
196
|
-
.custom-big-table .base-form {
|
|
197
|
-
overflow: hidden !important;
|
|
198
|
-
display: flex;
|
|
199
|
-
align-items: center;
|
|
200
|
-
width: 100%;
|
|
201
|
-
}
|
|
202
|
-
.custom-big-table .base-form-content {
|
|
203
|
-
width: 100%;
|
|
204
|
-
}
|
|
205
|
-
.custom-big-table textarea {
|
|
206
|
-
height: 32px;
|
|
207
|
-
margin-bottom: 0;
|
|
208
|
-
resize: none;
|
|
209
|
-
}
|
|
210
|
-
.custom-big-table .formItem-select-multiple {
|
|
211
|
-
display: flex;
|
|
212
|
-
align-items: center;
|
|
213
|
-
width: 100%;
|
|
214
|
-
line-height: 40px;
|
|
215
|
-
}
|
|
216
|
-
.custom-big-table.mt {
|
|
217
|
-
margin-top: 26px;
|
|
218
|
-
height: calc(100% - 78px) !important;
|
|
219
|
-
}
|
|
220
|
-
.custom-big-table.expand-padding .vxe-table .vxe-body--expanded-cell {
|
|
221
|
-
padding-left: 66px !important;
|
|
222
|
-
padding-right: 66px !important;
|
|
223
|
-
}
|
|
224
|
-
.custom-big-table th.vxe-header--column {
|
|
225
|
-
cursor: pointer;
|
|
226
|
-
}
|
|
227
|
-
.custom-big-table .row-btn {
|
|
228
|
-
margin-right: 10px;
|
|
229
|
-
}
|
|
230
|
-
.custom-big-table .vxe-table {
|
|
231
|
-
transform: translateZ(0);
|
|
232
|
-
}
|
|
233
|
-
.custom-big-table .vxe-table .vxe-table--empty-content {
|
|
234
|
-
width: 100%;
|
|
235
|
-
height: 100%;
|
|
236
|
-
}
|
|
237
|
-
.custom-big-table .vxe-table .vxe-table--empty-content > div {
|
|
238
|
-
width: 100%;
|
|
239
|
-
height: 100%;
|
|
240
|
-
}
|
|
241
|
-
.custom-big-table .vxe-table .vxe-table--empty-content > div .no-data-tip {
|
|
242
|
-
display: inline-flex;
|
|
243
|
-
}
|
|
244
|
-
.custom-big-table .vxe-table .col--checkbox .vxe-cell,
|
|
245
|
-
.custom-big-table .vxe-table .col--seq .vxe-cell {
|
|
246
|
-
padding: 0;
|
|
247
|
-
}
|
|
248
|
-
.custom-big-table .vxe-table .col--checkbox .vxe-cell .vxe-checkbox--label,
|
|
249
|
-
.custom-big-table .vxe-table .col--seq .vxe-cell .vxe-checkbox--label {
|
|
250
|
-
padding-left: 0;
|
|
251
|
-
}
|
|
252
|
-
.custom-big-table .vxe-table .vxe-cell .vxe-tree-cell {
|
|
253
|
-
height: 100%;
|
|
254
|
-
}
|
|
255
|
-
.custom-big-table .vxe-table .scan-multi-delete {
|
|
256
|
-
color: #f06f64;
|
|
257
|
-
}
|
|
258
|
-
.custom-big-table .vxe-table .vxe-table--header {
|
|
259
|
-
background-color: #f2f2f2;
|
|
260
|
-
}
|
|
261
|
-
.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title {
|
|
262
|
-
height: 100%;
|
|
263
|
-
line-height: unset;
|
|
264
|
-
width: 100%;
|
|
265
|
-
display: inline-flex;
|
|
266
|
-
}
|
|
267
|
-
.custom-big-table .vxe-table .vxe-table--header .col--seq .vxe-cell--title,
|
|
268
|
-
.custom-big-table .vxe-table .vxe-table--header .col--checkbox .vxe-cell--title {
|
|
269
|
-
display: inline-block;
|
|
270
|
-
}
|
|
271
|
-
.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar,
|
|
272
|
-
.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar {
|
|
273
|
-
width: 10px;
|
|
274
|
-
height: 10px;
|
|
275
|
-
background-color: #f2f2f2;
|
|
276
|
-
}
|
|
277
|
-
.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover,
|
|
278
|
-
.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover {
|
|
279
|
-
background-color: #b2b2b2;
|
|
280
|
-
}
|
|
281
|
-
.custom-big-table .vxe-table .vxe-footer--row .vxe-footer--column > .vxe-cell .vxe-cell--item {
|
|
282
|
-
height: 30px;
|
|
283
|
-
line-height: 30px;
|
|
284
|
-
}
|
|
285
|
-
.custom-big-table .vxe-table .vxe-cell--checkbox .vxe-checkbox--label {
|
|
286
|
-
display: none;
|
|
287
|
-
}
|
|
288
|
-
.custom-big-table .filter-box {
|
|
289
|
-
display: flex;
|
|
290
|
-
align-items: center;
|
|
291
|
-
width: 100%;
|
|
292
|
-
}
|
|
293
|
-
.custom-big-table .filter-box .text-over-tooltip-components {
|
|
294
|
-
max-width: calc(100% - 40px);
|
|
295
|
-
}
|
|
296
|
-
.custom-big-table .filter-box .vxe-filter--btn {
|
|
297
|
-
border-top-color: #c0c4cc;
|
|
298
|
-
border-right-color: #c0c4cc;
|
|
299
|
-
}
|
|
300
|
-
.custom-big-table .filter-box .vxe-filter--btn.active {
|
|
301
|
-
border-top-color: #35393c;
|
|
302
|
-
border-right-color: #35393c;
|
|
303
|
-
}
|
|
304
|
-
.custom-big-table .filter-box .vxe-filter--btn.checked {
|
|
305
|
-
border-top-color: #5585f5;
|
|
306
|
-
border-right-color: #5585f5;
|
|
307
|
-
}
|
|
308
|
-
.custom-big-table .disabled-checked-tips {
|
|
309
|
-
position: absolute;
|
|
310
|
-
top: 50%;
|
|
311
|
-
bottom: 0;
|
|
312
|
-
right: 0;
|
|
313
|
-
box-sizing: border-box;
|
|
314
|
-
width: 16px;
|
|
315
|
-
height: 16px;
|
|
316
|
-
margin-top: -8px;
|
|
317
|
-
overflow: hidden;
|
|
318
|
-
border-radius: 50%;
|
|
319
|
-
border: 2px solid #ff1818;
|
|
320
|
-
background: #fff;
|
|
321
|
-
}
|
|
322
|
-
.custom-big-table .disabled-checked-tips::after {
|
|
323
|
-
position: absolute;
|
|
324
|
-
content: '';
|
|
325
|
-
width: 16px;
|
|
326
|
-
height: 2px;
|
|
327
|
-
background-color: #ff1818;
|
|
328
|
-
transform: rotate(45deg);
|
|
329
|
-
transform-origin: 0 2px;
|
|
330
|
-
left: 0;
|
|
331
|
-
top: 0;
|
|
332
|
-
}
|
|
333
|
-
.custom-big-table .form-select-table .n-base-select-menu__empty {
|
|
334
|
-
display: none;
|
|
335
|
-
}
|
|
336
|
-
.custom-big-table .percent-wrap {
|
|
337
|
-
display: flex;
|
|
338
|
-
flex-direction: column;
|
|
339
|
-
justify-content: center;
|
|
340
|
-
align-items: center;
|
|
341
|
-
text-align: center;
|
|
342
|
-
}
|
|
343
|
-
.custom-big-table .percent-wrap .percent-value {
|
|
344
|
-
line-height: 1;
|
|
345
|
-
margin-bottom: -4px;
|
|
346
|
-
margin-top: 4px;
|
|
347
|
-
}
|
|
348
|
-
.custom-big-table .refresh {
|
|
349
|
-
display: flex;
|
|
350
|
-
align-items: center;
|
|
351
|
-
background-color: #fff;
|
|
352
|
-
box-shadow: 0 2px 4px 0 rgba(108, 108, 108, 0.13);
|
|
353
|
-
color: #5585f5;
|
|
354
|
-
font-size: 12px;
|
|
355
|
-
height: 27px;
|
|
356
|
-
position: absolute;
|
|
357
|
-
right: 0;
|
|
358
|
-
top: 6px;
|
|
359
|
-
z-index: 1;
|
|
360
|
-
padding-left: 14px;
|
|
361
|
-
padding-right: 14px;
|
|
362
|
-
border-top-left-radius: 14px;
|
|
363
|
-
border-bottom-left-radius: 14px;
|
|
364
|
-
cursor: pointer;
|
|
365
|
-
}
|
|
366
|
-
.custom-big-table .refresh-row {
|
|
367
|
-
margin-left: 3px;
|
|
368
|
-
margin-bottom: 0;
|
|
369
|
-
}
|
|
370
|
-
.custom-big-table .check-wrap {
|
|
371
|
-
background: #ffffe9;
|
|
372
|
-
width: 100%;
|
|
373
|
-
line-height: 26px;
|
|
374
|
-
display: flex;
|
|
375
|
-
justify-content: center;
|
|
376
|
-
position: absolute;
|
|
377
|
-
margin-top: -26px;
|
|
378
|
-
}
|
|
379
|
-
.custom-big-table .check-wrap .check-wrap-title,
|
|
380
|
-
.custom-big-table .check-wrap .check-wrap-btn {
|
|
381
|
-
color: #000000;
|
|
382
|
-
font-size: 12px;
|
|
383
|
-
margin-bottom: 0;
|
|
384
|
-
cursor: pointer;
|
|
385
|
-
}
|
|
386
|
-
.custom-big-table .check-wrap .check-wrap-btn {
|
|
387
|
-
color: #5585f5;
|
|
388
|
-
}
|
|
389
|
-
.custom-big-table .domPropsInnerHTML-span {
|
|
390
|
-
height: 100%;
|
|
391
|
-
/* 老版图标样式 */
|
|
392
|
-
}
|
|
393
|
-
.custom-big-table .domPropsInnerHTML-span img {
|
|
394
|
-
display: inline-block;
|
|
395
|
-
height: var(--tableImageHeight);
|
|
396
|
-
width: var(--tableImageWidth);
|
|
397
|
-
}
|
|
398
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-custom {
|
|
399
|
-
width: 8px;
|
|
400
|
-
height: 8px;
|
|
401
|
-
-webkit-border-radius: 50%;
|
|
402
|
-
-moz-border-radius: 50%;
|
|
403
|
-
border-radius: 50%;
|
|
404
|
-
background: var(--table-icon-color);
|
|
405
|
-
display: inline-block;
|
|
406
|
-
margin-right: 6px;
|
|
407
|
-
box-shadow: 0px 2px 4px 0px var(--table-icon-shadow);
|
|
408
|
-
}
|
|
409
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-red {
|
|
410
|
-
width: 8px;
|
|
411
|
-
height: 8px;
|
|
412
|
-
-webkit-border-radius: 50%;
|
|
413
|
-
-moz-border-radius: 50%;
|
|
414
|
-
border-radius: 50%;
|
|
415
|
-
background: red;
|
|
416
|
-
display: inline-block;
|
|
417
|
-
margin-right: 6px;
|
|
418
|
-
box-shadow: 0px 2px 4px 0px rgba(255, 0, 0, 0.5);
|
|
419
|
-
}
|
|
420
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-blue {
|
|
421
|
-
width: 8px;
|
|
422
|
-
height: 8px;
|
|
423
|
-
-webkit-border-radius: 50%;
|
|
424
|
-
-moz-border-radius: 50%;
|
|
425
|
-
border-radius: 50%;
|
|
426
|
-
background: blue;
|
|
427
|
-
display: inline-block;
|
|
428
|
-
margin-right: 6px;
|
|
429
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 255, 0.5);
|
|
430
|
-
}
|
|
431
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-green {
|
|
432
|
-
width: 8px;
|
|
433
|
-
height: 8px;
|
|
434
|
-
-webkit-border-radius: 50%;
|
|
435
|
-
-moz-border-radius: 50%;
|
|
436
|
-
border-radius: 50%;
|
|
437
|
-
background: green;
|
|
438
|
-
display: inline-block;
|
|
439
|
-
margin-right: 6px;
|
|
440
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 128, 0, 0.5);
|
|
441
|
-
}
|
|
442
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-gray {
|
|
443
|
-
width: 8px;
|
|
444
|
-
height: 8px;
|
|
445
|
-
-webkit-border-radius: 50%;
|
|
446
|
-
-moz-border-radius: 50%;
|
|
447
|
-
border-radius: 50%;
|
|
448
|
-
background: gray;
|
|
449
|
-
display: inline-block;
|
|
450
|
-
margin-right: 6px;
|
|
451
|
-
box-shadow: 0px 2px 4px 0px rgba(128, 128, 128, 0.5);
|
|
452
|
-
}
|
|
453
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-yellow {
|
|
454
|
-
width: 8px;
|
|
455
|
-
height: 8px;
|
|
456
|
-
-webkit-border-radius: 50%;
|
|
457
|
-
-moz-border-radius: 50%;
|
|
458
|
-
border-radius: 50%;
|
|
459
|
-
background: yellow;
|
|
460
|
-
display: inline-block;
|
|
461
|
-
margin-right: 6px;
|
|
462
|
-
box-shadow: 0px 2px 4px 0px rgba(255, 255, 0, 0.5);
|
|
463
|
-
}
|
|
464
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-resolved {
|
|
465
|
-
width: 8px;
|
|
466
|
-
height: 8px;
|
|
467
|
-
-webkit-border-radius: 50%;
|
|
468
|
-
-moz-border-radius: 50%;
|
|
469
|
-
border-radius: 50%;
|
|
470
|
-
background: #36be8c;
|
|
471
|
-
display: inline-block;
|
|
472
|
-
margin-right: 6px;
|
|
473
|
-
box-shadow: 0px 2px 4px 0px rgba(54, 190, 140, 0.5);
|
|
474
|
-
}
|
|
475
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-huifu {
|
|
476
|
-
width: 8px;
|
|
477
|
-
height: 8px;
|
|
478
|
-
-webkit-border-radius: 50%;
|
|
479
|
-
-moz-border-radius: 50%;
|
|
480
|
-
border-radius: 50%;
|
|
481
|
-
background: #42d0f6;
|
|
482
|
-
display: inline-block;
|
|
483
|
-
margin-right: 6px;
|
|
484
|
-
box-shadow: 0px 2px 4px 0px rgba(66, 208, 246, 0.5);
|
|
485
|
-
}
|
|
486
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-close {
|
|
487
|
-
width: 8px;
|
|
488
|
-
height: 8px;
|
|
489
|
-
-webkit-border-radius: 50%;
|
|
490
|
-
-moz-border-radius: 50%;
|
|
491
|
-
border-radius: 50%;
|
|
492
|
-
background: #718391;
|
|
493
|
-
display: inline-block;
|
|
494
|
-
margin-right: 6px;
|
|
495
|
-
box-shadow: 0px 2px 4px 0px rgba(113, 131, 145, 0.5);
|
|
496
|
-
}
|
|
497
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-audit {
|
|
498
|
-
width: 8px;
|
|
499
|
-
height: 8px;
|
|
500
|
-
-webkit-border-radius: 50%;
|
|
501
|
-
-moz-border-radius: 50%;
|
|
502
|
-
border-radius: 50%;
|
|
503
|
-
background: #f4ba32;
|
|
504
|
-
display: inline-block;
|
|
505
|
-
margin-right: 6px;
|
|
506
|
-
box-shadow: 0px 2px 4px 0px rgba(244, 186, 50, 0.5);
|
|
507
|
-
}
|
|
508
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-design {
|
|
509
|
-
width: 8px;
|
|
510
|
-
height: 8px;
|
|
511
|
-
-webkit-border-radius: 50%;
|
|
512
|
-
-moz-border-radius: 50%;
|
|
513
|
-
border-radius: 50%;
|
|
514
|
-
background: #927ce1;
|
|
515
|
-
display: inline-block;
|
|
516
|
-
margin-right: 6px;
|
|
517
|
-
box-shadow: 0px 2px 4px 0px rgba(146, 124, 225, 0.5);
|
|
518
|
-
}
|
|
519
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-develop {
|
|
520
|
-
width: 8px;
|
|
521
|
-
height: 8px;
|
|
522
|
-
-webkit-border-radius: 50%;
|
|
523
|
-
-moz-border-radius: 50%;
|
|
524
|
-
border-radius: 50%;
|
|
525
|
-
background: #4eb0ef;
|
|
526
|
-
display: inline-block;
|
|
527
|
-
margin-right: 6px;
|
|
528
|
-
box-shadow: 0px 2px 4px 0px rgba(78, 176, 239, 0.5);
|
|
529
|
-
}
|
|
530
|
-
.custom-big-table .domPropsInnerHTML-span .icon-dot-develop-complete {
|
|
531
|
-
width: 8px;
|
|
532
|
-
height: 8px;
|
|
533
|
-
-webkit-border-radius: 50%;
|
|
534
|
-
-moz-border-radius: 50%;
|
|
535
|
-
border-radius: 50%;
|
|
536
|
-
background: #6381f9;
|
|
537
|
-
display: inline-block;
|
|
538
|
-
margin-right: 6px;
|
|
539
|
-
box-shadow: 0px 2px 4px 0px rgba(99, 129, 249, 0.5);
|
|
540
|
-
}
|
|
541
|
-
.custom-big-table .vxe-table--render-default .vxe-table--fixed-left-wrapper.scrolling--middle {
|
|
542
|
-
box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.12);
|
|
543
|
-
}
|
|
544
|
-
.custom-big-table .vxe-table--render-default .vxe-table--fixed-right-wrapper.scrolling--middle {
|
|
545
|
-
box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.12);
|
|
546
|
-
}
|
|
547
|
-
.annotation-edit {
|
|
548
|
-
cursor: pointer;
|
|
549
|
-
color: #0067ee;
|
|
550
|
-
font-size: 16px;
|
|
551
|
-
user-select: none;
|
|
552
|
-
display: inline-flex;
|
|
553
|
-
align-items: center;
|
|
554
|
-
}
|
|
555
|
-
.annotation-edit.is-active {
|
|
556
|
-
color: rgba(255, 152, 40);
|
|
557
|
-
}
|
|
558
|
-
.annotation-edit__icon {
|
|
559
|
-
display: inline-flex;
|
|
560
|
-
align-items: center;
|
|
561
|
-
}
|
|
562
|
-
.no-data-tip {
|
|
563
|
-
display: flex;
|
|
564
|
-
flex-direction: column;
|
|
565
|
-
justify-content: center;
|
|
566
|
-
align-items: center;
|
|
567
|
-
width: 100%;
|
|
568
|
-
height: 100%;
|
|
569
|
-
color: #333333;
|
|
570
|
-
font-size: 22px;
|
|
571
|
-
}
|
|
572
|
-
.no-data-tip > img {
|
|
573
|
-
max-width: 70%;
|
|
574
|
-
width: 260px;
|
|
575
|
-
}
|
|
576
|
-
.no-data-tip > p {
|
|
577
|
-
margin-top: 12px;
|
|
578
|
-
margin-bottom: 0;
|
|
579
|
-
font-size: 16px;
|
|
580
|
-
color: rgba(0, 0, 0, 0.8);
|
|
581
|
-
}
|
|
582
|
-
.no-data-tip > span {
|
|
583
|
-
font-size: 14px;
|
|
584
|
-
color: rgba(0, 0, 0, 0.4);
|
|
585
|
-
margin-top: 6px;
|
|
586
|
-
}
|
|
587
|
-
.text-over-tooltip-components {
|
|
588
|
-
display: inline-block;
|
|
589
|
-
max-width: 98%;
|
|
590
|
-
/* 文字超出宽度显示省略号 单行 */
|
|
591
|
-
/* 自定义样式 */
|
|
592
|
-
}
|
|
593
|
-
.text-over-tooltip-components .ellipsis {
|
|
594
|
-
font-size: 14px;
|
|
595
|
-
color: #35393c;
|
|
596
|
-
overflow: hidden;
|
|
597
|
-
text-overflow: ellipsis;
|
|
598
|
-
white-space: nowrap;
|
|
599
|
-
}
|
|
600
|
-
.text-over-tooltip-components .ellipsis i {
|
|
601
|
-
font-style: normal;
|
|
602
|
-
word-break: keep-all;
|
|
603
|
-
white-space: nowrap;
|
|
604
|
-
}
|
|
605
|
-
.text-over-tooltip-components .fs20 {
|
|
606
|
-
font-size: 20px;
|
|
607
|
-
font-weight: 600;
|
|
608
|
-
color: green;
|
|
609
|
-
line-height: 22px;
|
|
610
|
-
}
|
|
611
|
-
.text-over-tooltip-components .fs12 {
|
|
612
|
-
font-size: 12px;
|
|
613
|
-
font-weight: 400;
|
|
614
|
-
color: orange;
|
|
615
|
-
line-height: 14px;
|
|
616
|
-
}
|
|
617
|
-
.svg-icon {
|
|
618
|
-
width: 1em;
|
|
619
|
-
height: 1em;
|
|
620
|
-
vertical-align: -0.15em;
|
|
621
|
-
fill: currentColor;
|
|
622
|
-
overflow: hidden;
|
|
623
|
-
}
|
|
624
|
-
.vxe-header--column [annotation-hover-show='true'] {
|
|
625
|
-
visibility: hidden;
|
|
626
|
-
}
|
|
627
|
-
.vxe-header--column:hover [annotation-hover-show='true'] {
|
|
628
|
-
visibility: visible;
|
|
629
|
-
}
|
|
630
|
-
.big-table__annotationWrapper {
|
|
631
|
-
width: 20px;
|
|
632
|
-
display: inline-flex;
|
|
633
|
-
align-items: center;
|
|
634
|
-
}
|
|
1
|
+
.big-table-filter-wrap{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-direction:column;flex-wrap:wrap;margin-top:-6px;min-width:280px;overflow:hidden;position:fixed;transform:translateX(-2%);transition:width 2s;z-index:99998}.big-table-filter-wrap .sort-list{margin-top:6px}.big-table-filter-wrap .sort-item{align-items:center;display:flex;height:32px;padding:0 13px}.big-table-filter-wrap .sort-item.active,.big-table-filter-wrap .sort-item:hover{background:#f2f2f2}.big-table-filter-wrap .sort-icon{background-size:contain;display:inline-block;height:16px;width:16px}.big-table-filter-wrap .sort-text{color:rgba(0,0,0,.8);font-size:14px;line-height:32px;margin-left:11px}.big-table-filter-wrap .sort-icon-desc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=")}.big-table-filter-wrap .filter-header{cursor:auto;padding:0 13px}.big-table-filter-wrap .filter-header-icon{border-right-color:#333;border-top-color:#333}.big-table-filter-wrap .filter-header-text{margin-left:11px}.big-table-filter-wrap .check-search-wrap{background:#f7f7f7;display:flex;justify-content:center;padding:8px 0;width:100%}.big-table-filter-wrap .check-seach-input{line-height:32px}.big-table-filter-wrap .checkbox-box{padding-right:3px;width:100%}.big-table-filter-wrap .checkbox-wrap{background:#fff;display:flex;flex-direction:column;overflow-y:auto;padding-left:13px;padding-right:3px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar{height:4px;width:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-thumb{background-color:#d5d5d5;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-track{background-color:#fff;border-radius:4px}.big-table-filter-wrap .checkbox-wrap::-webkit-scrollbar-corner{background-color:#000;border-radius:4px;width:4px}.big-table-filter-wrap .checkbox-wrap--search{padding-right:10px}.big-table-filter-wrap .checkbox-btn-wrap{display:flex;padding:9px 10px 9px 14px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn{padding:0;width:56px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn+.checkbox-btn{margin-left:8px}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn{border:0;border-radius:0;margin:0 13px;position:relative;width:auto}.big-table-filter-wrap .checkbox-btn-wrap .checkbox-btn-status .checkbox-btn:hover:after{background-color:#5585f5;bottom:5px;content:"";display:block;height:1px;position:absolute;width:100%}.big-table-filter-wrap .arrows-icon{bottom:-1px;cursor:nw-resize;font-size:15px;height:20px;position:absolute;right:-1px;width:25px}.big-table__separate{padding:4px}.big-table__separatePlaceholder{display:inline-block;max-width:0;visibility:hidden;width:0;word-break:keep-all}body>.vxe-table--tooltip-wrapper{display:none!important}.custom-big-table{position:relative}.custom-big-table .n-input{width:fit-content}.custom-big-table .img-wrap{align-items:center;display:flex;height:100%;line-height:1;padding:2px 0}.custom-big-table .img-wrap img{cursor:pointer;max-height:100%;object-fit:contain}.custom-big-table .img-wrap.img-circle img{border-radius:50%;object-fit:contain;width:28px}.custom-big-table .bigTable-qr-span{display:inline-block;height:100%;position:relative}.custom-big-table .bigTable-qr-span .bigTable-qr-img{max-height:96%}.custom-big-table .bigTable-qr-span>span{align-items:center;background:rgba(0,0,0,.7);color:#fff;cursor:pointer;display:none;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.custom-big-table .bigTable-qr-span:hover>span{display:inline-flex}.custom-big-table .base-form{align-items:center;display:flex;overflow:hidden!important;width:100%}.custom-big-table .base-form-content{width:100%}.custom-big-table textarea{height:32px;margin-bottom:0;resize:none}.custom-big-table .formItem-select-multiple{align-items:center;display:flex;line-height:40px;width:100%}.custom-big-table.mt{height:calc(100% - 78px)!important;margin-top:26px}.custom-big-table.expand-padding .vxe-table .vxe-body--expanded-cell{padding-left:66px!important;padding-right:66px!important}.custom-big-table th.vxe-header--column{cursor:pointer}.custom-big-table .row-btn{margin-right:10px}.custom-big-table .vxe-table{transform:translateZ(0)}.custom-big-table .vxe-table .vxe-table--empty-content,.custom-big-table .vxe-table .vxe-table--empty-content>div{height:100%;width:100%}.custom-big-table .vxe-table .vxe-table--empty-content>div .no-data-tip{display:inline-flex}.custom-big-table .vxe-table .col--checkbox .vxe-cell,.custom-big-table .vxe-table .col--seq .vxe-cell{padding:0}.custom-big-table .vxe-table .col--checkbox .vxe-cell .vxe-checkbox--label,.custom-big-table .vxe-table .col--seq .vxe-cell .vxe-checkbox--label{padding-left:0}.custom-big-table .vxe-table .vxe-cell .vxe-tree-cell{height:100%}.custom-big-table .vxe-table .scan-multi-delete{color:#f06f64}.custom-big-table .vxe-table .vxe-table--header{background-color:#f2f2f2}.custom-big-table .vxe-table .vxe-table--header .vxe-header--column .vxe-cell--title{display:inline-flex;height:100%;line-height:unset;width:100%}.custom-big-table .vxe-table .vxe-table--header .col--checkbox .vxe-cell--title,.custom-big-table .vxe-table .vxe-table--header .col--seq .vxe-cell--title{display:inline-block}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:#f2f2f2;height:10px;width:10px}.custom-big-table .vxe-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.custom-big-table .vxe-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background-color:#b2b2b2}.custom-big-table .vxe-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.custom-big-table .vxe-table .vxe-cell--checkbox .vxe-checkbox--label{display:none}.custom-big-table .filter-box{align-items:center;display:flex;width:100%}.custom-big-table .filter-box .text-over-tooltip-components{max-width:calc(100% - 40px)}.custom-big-table .filter-box .vxe-filter--btn{border-right-color:#c0c4cc;border-top-color:#c0c4cc}.custom-big-table .filter-box .vxe-filter--btn.active{border-right-color:#35393c;border-top-color:#35393c}.custom-big-table .filter-box .vxe-filter--btn.checked{border-right-color:#5585f5;border-top-color:#5585f5}.custom-big-table .disabled-checked-tips{background:#fff;border:2px solid #ff1818;border-radius:50%;bottom:0;box-sizing:border-box;height:16px;margin-top:-8px;overflow:hidden;position:absolute;right:0;top:50%;width:16px}.custom-big-table .disabled-checked-tips:after{background-color:#ff1818;content:"";height:2px;left:0;position:absolute;top:0;transform:rotate(45deg);transform-origin:0 2px;width:16px}.custom-big-table .form-select-table .n-base-select-menu__empty{display:none}.custom-big-table .percent-wrap{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.custom-big-table .percent-wrap .percent-value{line-height:1;margin-bottom:-4px;margin-top:4px}.custom-big-table .refresh{align-items:center;background-color:#fff;border-bottom-left-radius:14px;border-top-left-radius:14px;box-shadow:0 2px 4px 0 hsla(0,0%,42%,.13);color:#5585f5;cursor:pointer;display:flex;font-size:12px;height:27px;padding-left:14px;padding-right:14px;position:absolute;right:0;top:6px;z-index:1}.custom-big-table .refresh-row{margin-bottom:0;margin-left:3px}.custom-big-table .check-wrap{background:#ffffe9;display:flex;justify-content:center;line-height:26px;margin-top:-26px;position:absolute;width:100%}.custom-big-table .check-wrap .check-wrap-btn,.custom-big-table .check-wrap .check-wrap-title{color:#000;cursor:pointer;font-size:12px;margin-bottom:0}.custom-big-table .check-wrap .check-wrap-btn{color:#5585f5}.custom-big-table .domPropsInnerHTML-span{height:100%}.custom-big-table .domPropsInnerHTML-span img{display:inline-block;height:var(--tableImageHeight);width:var(--tableImageWidth)}.custom-big-table .domPropsInnerHTML-span .icon-dot-custom{background:var(--table-icon-color);box-shadow:0 2px 4px 0 var(--table-icon-shadow)}.custom-big-table .domPropsInnerHTML-span .icon-dot-custom,.custom-big-table .domPropsInnerHTML-span .icon-dot-red{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-red{background:red;box-shadow:0 2px 4px 0 rgba(255,0,0,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-blue{background:blue;box-shadow:0 2px 4px 0 rgba(0,0,255,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-blue,.custom-big-table .domPropsInnerHTML-span .icon-dot-green{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-green{background:green;box-shadow:0 2px 4px 0 rgba(0,128,0,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-gray{background:gray;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-gray,.custom-big-table .domPropsInnerHTML-span .icon-dot-yellow{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-yellow{background:#ff0;box-shadow:0 2px 4px 0 rgba(255,255,0,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-resolved{background:#36be8c;box-shadow:0 2px 4px 0 rgba(54,190,140,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-huifu,.custom-big-table .domPropsInnerHTML-span .icon-dot-resolved{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-huifu{background:#42d0f6;box-shadow:0 2px 4px 0 rgba(66,208,246,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-close{background:#718391;box-shadow:0 2px 4px 0 rgba(113,131,145,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-audit,.custom-big-table .domPropsInnerHTML-span .icon-dot-close{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-audit{background:#f4ba32;box-shadow:0 2px 4px 0 rgba(244,186,50,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-design{background:#927ce1;box-shadow:0 2px 4px 0 rgba(146,124,225,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-design,.custom-big-table .domPropsInnerHTML-span .icon-dot-develop{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop{background:#4eb0ef;box-shadow:0 2px 4px 0 rgba(78,176,239,.5)}.custom-big-table .domPropsInnerHTML-span .icon-dot-develop-complete{background:#6381f9;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.custom-big-table .vxe-table--render-default .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:4px 0 4px 0 rgba(0,0,0,.12)}.custom-big-table .vxe-table--render-default .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-4px 0 4px 0 rgba(0,0,0,.12)}.annotation-edit{align-items:center;color:#0067ee;cursor:pointer;display:inline-flex;font-size:16px;user-select:none}.annotation-edit.is-active{color:#ff9828}.annotation-edit__icon{align-items:center;display:inline-flex}.no-data-tip{align-items:center;color:#333;display:flex;flex-direction:column;font-size:22px;height:100%;justify-content:center;width:100%}.no-data-tip>img{max-width:70%;width:260px}.no-data-tip>p{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:0;margin-top:12px}.no-data-tip>span{color:rgba(0,0,0,.4);font-size:14px;margin-top:6px}.text-over-tooltip-components{display:inline-block;max-width:98%}.text-over-tooltip-components .ellipsis{color:#35393c;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-over-tooltip-components .ellipsis i{font-style:normal;white-space:nowrap;word-break:keep-all}.text-over-tooltip-components .fs20{color:green;font-size:20px;font-weight:600;line-height:22px}.text-over-tooltip-components .fs12{color:orange;font-size:12px;font-weight:400;line-height:14px}.svg-icon{fill:currentColor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.vxe-header--column [annotation-hover-show=true]{visibility:hidden}.vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}.big-table__annotationWrapper{align-items:center;display:inline-flex;width:20px}
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/BpmnWorkflow.js';
|
|
4
|
-
|
|
5
|
-
const BpmnWorkflow = script;
|
|
6
|
-
BpmnWorkflow.install = function(app) {
|
|
7
|
-
safeComponentRegister(app, BpmnWorkflow, COMPONENT_NAMESPACE + "BpmnWorkflow");
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
export { BpmnWorkflow as default };
|
|
1
|
+
export { default } from './index2.js';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../shared/global/variable2.js';
|
|
2
|
+
import { safeComponentRegister } from '../../shared/utils/index2.js';
|
|
3
|
+
import script from './src/BpmnWorkflow.js';
|
|
4
|
+
|
|
5
|
+
const BpmnWorkflow = script;
|
|
6
|
+
BpmnWorkflow.install = function(app) {
|
|
7
|
+
safeComponentRegister(app, BpmnWorkflow, COMPONENT_NAMESPACE + "BpmnWorkflow");
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export { BpmnWorkflow as default };
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
.clearfix:after {
|
|
2
|
-
visibility: hidden;
|
|
3
|
-
display: block;
|
|
4
|
-
font-size: 0;
|
|
5
|
-
content: ' ';
|
|
6
|
-
clear: both;
|
|
7
|
-
height: 0;
|
|
8
|
-
}
|
|
9
|
-
.containers {
|
|
10
|
-
position: absolute;
|
|
11
|
-
background-color: #fff;
|
|
12
|
-
overflow-y: auto;
|
|
13
|
-
min-height: 300px;
|
|
14
|
-
height: 100%;
|
|
15
|
-
width: 100%;
|
|
16
|
-
}
|
|
17
|
-
.containers .canvas {
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
}
|
|
21
|
-
.containers .bjs-powered-by {
|
|
22
|
-
display: none !important;
|
|
23
|
-
}
|
|
24
|
-
.containers .djs-element .djs-hit-all {
|
|
25
|
-
cursor: pointer;
|
|
26
|
-
}
|
|
27
|
-
.containers .djs-bpmn-shape-node {
|
|
28
|
-
cursor: pointer;
|
|
29
|
-
}
|
|
1
|
+
.clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.containers{background-color:#fff;min-height:300px;overflow-y:auto;position:absolute}.containers,.containers .canvas{height:100%;width:100%}.containers .bjs-powered-by{display:none!important}.containers .djs-bpmn-shape-node,.containers .djs-element .djs-hit-all{cursor:pointer}
|