adtec-core-package 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +6 -6
- package/.prettierrc.json +7 -7
- package/.vscode/extensions.json +8 -8
- package/README.en.md +36 -36
- package/README.md +39 -39
- package/env.d.ts +1 -1
- package/eslint.config.js +56 -56
- package/index.html +13 -13
- package/package.json +59 -59
- package/src/App.vue +9 -9
- package/src/api/BasicApi.ts +17 -17
- package/src/api/DocumentApi.ts +27 -27
- package/src/api/SysDictCacheApi.ts +26 -26
- package/src/api/SysUserApi.ts +35 -35
- package/src/api/framework.ts +12 -12
- package/src/assets/base.css +86 -86
- package/src/assets/logo.svg +1 -1
- package/src/assets/main.css +35 -35
- package/src/assets/style/ant.scss +19 -19
- package/src/assets/style/index.less +180 -180
- package/src/assets/style/transition.scss +49 -49
- package/src/components/ElFlex/ElFlex.vue +297 -297
- package/src/components/OperationAuth/operationAuth.vue +26 -26
- package/src/components/Search/ElIconSearch.vue +260 -239
- package/src/components/Search/ElSearch.vue +154 -154
- package/src/components/Table/ElTableColumnEdit.vue +218 -218
- package/src/components/Title/ElTitle.vue +49 -49
- package/src/components/autoToolTip/ElAutoToolTip.vue +61 -61
- package/src/components/baseEcharts/index.vue +48 -48
- package/src/components/business/userSelect.vue +412 -412
- package/src/components/icon/ElIconBtn.vue +182 -182
- package/src/components/icon/ElIcons.vue +38 -38
- package/src/components/upload/ElUploads.vue +286 -279
- package/src/components/upload/FileView.vue +158 -158
- package/src/components/upload/FileViewComponents.vue +57 -57
- package/src/config/ElementPlusConfig.ts +95 -95
- package/src/css/elementUI/affix.scss +7 -7
- package/src/css/elementUI/alert.scss +115 -115
- package/src/css/elementUI/anchor-link.scss +41 -41
- package/src/css/elementUI/anchor.scss +88 -88
- package/src/css/elementUI/aside.scss +8 -8
- package/src/css/elementUI/autocomplete.scss +89 -89
- package/src/css/elementUI/avatar.scss +55 -55
- package/src/css/elementUI/backtop.scss +29 -29
- package/src/css/elementUI/badge.scss +58 -58
- package/src/css/elementUI/base.scss +3 -3
- package/src/css/elementUI/breadcrumb.scss +62 -62
- package/src/css/elementUI/button-group.scss +80 -80
- package/src/css/elementUI/button.scss +304 -304
- package/src/css/elementUI/calendar.scss +80 -80
- package/src/css/elementUI/card.scss +45 -45
- package/src/css/elementUI/carousel-item.scss +58 -58
- package/src/css/elementUI/carousel.scss +188 -188
- package/src/css/elementUI/cascader-panel.scss +138 -138
- package/src/css/elementUI/cascader.scss +230 -230
- package/src/css/elementUI/check-tag.scss +60 -60
- package/src/css/elementUI/checkbox-button.scss +140 -140
- package/src/css/elementUI/checkbox-group.scss +7 -7
- package/src/css/elementUI/checkbox.scss +298 -298
- package/src/css/elementUI/col.scss +48 -48
- package/src/css/elementUI/collapse.scss +70 -70
- package/src/css/elementUI/color/index.scss +20 -20
- package/src/css/elementUI/color-picker.scss +392 -392
- package/src/css/elementUI/common/popup.scss +47 -47
- package/src/css/elementUI/common/transition.scss +122 -122
- package/src/css/elementUI/common/var.scss +1549 -1549
- package/src/css/elementUI/container.scss +14 -14
- package/src/css/elementUI/dark/css-vars.scss +39 -39
- package/src/css/elementUI/dark/var.scss +222 -222
- package/src/css/elementUI/date-picker/date-picker.scss +110 -110
- package/src/css/elementUI/date-picker/date-range-picker.scss +113 -113
- package/src/css/elementUI/date-picker/date-table.scss +158 -158
- package/src/css/elementUI/date-picker/month-table.scss +112 -112
- package/src/css/elementUI/date-picker/picker-panel.scss +131 -131
- package/src/css/elementUI/date-picker/picker.scss +219 -219
- package/src/css/elementUI/date-picker/time-picker.scss +90 -90
- package/src/css/elementUI/date-picker/time-range-picker.scss +33 -33
- package/src/css/elementUI/date-picker/time-spinner.scss +111 -111
- package/src/css/elementUI/date-picker/year-table.scss +108 -108
- package/src/css/elementUI/date-picker.scss +9 -9
- package/src/css/elementUI/descriptions-item.scss +73 -73
- package/src/css/elementUI/descriptions.scss +152 -152
- package/src/css/elementUI/dialog.scss +199 -199
- package/src/css/elementUI/display.scss +12 -12
- package/src/css/elementUI/divider.scss +48 -48
- package/src/css/elementUI/drawer.scss +164 -164
- package/src/css/elementUI/dropdown.scss +208 -208
- package/src/css/elementUI/empty.scss +49 -49
- package/src/css/elementUI/footer.scss +12 -12
- package/src/css/elementUI/form.scss +243 -243
- package/src/css/elementUI/header.scss +12 -12
- package/src/css/elementUI/icon.scss +45 -45
- package/src/css/elementUI/image-viewer.scss +139 -139
- package/src/css/elementUI/image.scss +49 -49
- package/src/css/elementUI/index.scss +110 -110
- package/src/css/elementUI/input-number.scss +178 -178
- package/src/css/elementUI/input.scss +478 -478
- package/src/css/elementUI/link.scss +90 -90
- package/src/css/elementUI/loading.scss +104 -104
- package/src/css/elementUI/main.scss +14 -14
- package/src/css/elementUI/mention.scss +88 -88
- package/src/css/elementUI/menu.scss +339 -339
- package/src/css/elementUI/message-box.scss +213 -213
- package/src/css/elementUI/message.scss +98 -98
- package/src/css/elementUI/mixins/_button.scss +165 -165
- package/src/css/elementUI/mixins/_col.scss +33 -33
- package/src/css/elementUI/mixins/_var.scss +67 -67
- package/src/css/elementUI/mixins/config.scss +5 -5
- package/src/css/elementUI/mixins/function.scss +88 -88
- package/src/css/elementUI/mixins/mixins.scss +237 -237
- package/src/css/elementUI/mixins/utils.scss +39 -39
- package/src/css/elementUI/notification.scss +104 -104
- package/src/css/elementUI/option-group.scss +33 -33
- package/src/css/elementUI/option.scss +71 -71
- package/src/css/elementUI/overlay.scss +17 -17
- package/src/css/elementUI/page-header.scss +60 -60
- package/src/css/elementUI/pagination.scss +238 -238
- package/src/css/elementUI/popconfirm.scss +16 -16
- package/src/css/elementUI/popover.scss +61 -61
- package/src/css/elementUI/popper.scss +106 -106
- package/src/css/elementUI/progress.scss +179 -179
- package/src/css/elementUI/radio-button.scss +169 -169
- package/src/css/elementUI/radio-group.scss +9 -9
- package/src/css/elementUI/radio.scss +215 -215
- package/src/css/elementUI/rate.scss +108 -108
- package/src/css/elementUI/reset.scss +98 -98
- package/src/css/elementUI/result.scss +57 -57
- package/src/css/elementUI/row.scss +35 -35
- package/src/css/elementUI/scrollbar.scss +97 -97
- package/src/css/elementUI/segmented.scss +183 -183
- package/src/css/elementUI/select-dropdown-v2.scss +1 -1
- package/src/css/elementUI/select-dropdown.scss +57 -57
- package/src/css/elementUI/select-v2.scss +4 -4
- package/src/css/elementUI/select.scss +253 -253
- package/src/css/elementUI/skeleton-item.scss +83 -83
- package/src/css/elementUI/skeleton.scss +44 -44
- package/src/css/elementUI/slider.scss +212 -212
- package/src/css/elementUI/space.scss +20 -20
- package/src/css/elementUI/spinner.scss +43 -43
- package/src/css/elementUI/statistic.scss +35 -35
- package/src/css/elementUI/step.scss +316 -316
- package/src/css/elementUI/steps.scss +21 -21
- package/src/css/elementUI/switch.scss +300 -300
- package/src/css/elementUI/table-column.scss +98 -98
- package/src/css/elementUI/table-v2.scss +236 -236
- package/src/css/elementUI/table.scss +694 -694
- package/src/css/elementUI/tabs.scss +659 -659
- package/src/css/elementUI/tag.scss +181 -181
- package/src/css/elementUI/text.scss +51 -51
- package/src/css/elementUI/time-picker.scss +5 -5
- package/src/css/elementUI/time-select.scss +37 -37
- package/src/css/elementUI/timeline-item.scss +84 -84
- package/src/css/elementUI/timeline.scss +46 -46
- package/src/css/elementUI/tooltip-v2.scss +95 -95
- package/src/css/elementUI/tour.scss +187 -187
- package/src/css/elementUI/transfer.scss +203 -203
- package/src/css/elementUI/tree-select.scss +41 -41
- package/src/css/elementUI/tree.scss +134 -134
- package/src/css/elementUI/upload.scss +654 -654
- package/src/css/elementUI/var.scss +87 -87
- package/src/css/elementUI/virtual-list.scss +40 -40
- package/src/directives/vKeydown.ts +93 -93
- package/src/hooks/useDictHooks.ts +79 -76
- package/src/hooks/useEcharts.ts +58 -58
- package/src/hooks/useFileView.ts +34 -34
- package/src/hooks/useMessageHooks.ts +132 -132
- package/src/hooks/useResetRefHooks.ts +18 -18
- package/src/interface/BaseEntity.ts +28 -28
- package/src/interface/IMdmDept.ts +82 -82
- package/src/interface/IOrgDeptInfo.ts +12 -12
- package/src/interface/ISysDictDataCacheVo.ts +46 -46
- package/src/interface/ISysDictType.ts +37 -37
- package/src/interface/ISysMenuDataVo.ts +22 -22
- package/src/interface/ISysMenuInfoVo.ts +83 -83
- package/src/interface/ISysMenuOperationVo.ts +21 -21
- package/src/interface/ISysUploadFiles.ts +16 -16
- package/src/interface/ISysUserInfo.ts +70 -70
- package/src/interface/IUserPermissionVo.ts +34 -34
- package/src/interface/Message.ts +69 -69
- package/src/interface/PageData.ts +17 -17
- package/src/interface/ResponseData.ts +16 -16
- package/src/interface/dictMapType.ts +11 -11
- package/src/interface/enum/FlexEnum.ts +85 -85
- package/src/interface/enum/MessageEnum.ts +41 -41
- package/src/main.ts +14 -14
- package/src/mixin/globalMixin.ts +37 -37
- package/src/packages/index.ts +18 -18
- package/src/packages/text.vue +13 -13
- package/src/plugins/echartsConfig.ts +73 -73
- package/src/plugins/plugins.ts +12 -12
- package/src/router/index.ts +23 -23
- package/src/stores/dictStore.ts +27 -20
- package/src/stores/messageStore.ts +49 -49
- package/src/stores/permissionStore.ts +108 -108
- package/src/stores/storeConfig.ts +23 -23
- package/src/stores/userInfoStore.ts +31 -31
- package/src/utils/AxiosConfig.ts +216 -216
- package/src/utils/encrypt.ts +10 -10
- package/src/utils/request.ts +55 -55
- package/tsconfig.app.json +12 -12
- package/tsconfig.json +11 -11
- package/tsconfig.node.json +18 -18
- package/vite.config.ts +38 -38
- package/adtec-core-package/adtec-core-package.css +0 -1
- package/adtec-core-package/adtec-core-package.js +0 -41364
- package/adtec-core-package/adtec-core-package.umd.cjs +0 -79
- package/adtec-core-package/favicon.ico +0 -0
|
@@ -1,87 +1,87 @@
|
|
|
1
|
-
// CSS3 var
|
|
2
|
-
@use 'common/var' as *;
|
|
3
|
-
@use 'mixins/var' as *;
|
|
4
|
-
@use 'mixins/mixins' as *;
|
|
5
|
-
|
|
6
|
-
// for better performance do not dynamically change the root variable if you really
|
|
7
|
-
// do not need that, since this could introduce recalculation overhead for rendering.
|
|
8
|
-
// https://lisilinhart.info/posts/css-variables-performance/
|
|
9
|
-
|
|
10
|
-
// common
|
|
11
|
-
:root {
|
|
12
|
-
@include set-css-var-value('color-white', $color-white);
|
|
13
|
-
@include set-css-var-value('color-black', $color-black);
|
|
14
|
-
|
|
15
|
-
// get rgb
|
|
16
|
-
@each $type in (primary, success, warning, danger, error, info) {
|
|
17
|
-
@include set-css-color-rgb($type);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// Typography
|
|
21
|
-
@include set-component-css-var('font-size', $font-size);
|
|
22
|
-
@include set-component-css-var('font-family', $font-family);
|
|
23
|
-
|
|
24
|
-
@include set-css-var-value('font-weight-primary', 500);
|
|
25
|
-
@include set-css-var-value('font-line-height-primary', 24px);
|
|
26
|
-
|
|
27
|
-
// z-index --el-index-#{$type}
|
|
28
|
-
@include set-component-css-var('index', $z-index);
|
|
29
|
-
|
|
30
|
-
// --el-border-radius-#{$type}
|
|
31
|
-
@include set-component-css-var('border-radius', $border-radius);
|
|
32
|
-
|
|
33
|
-
// Transition
|
|
34
|
-
// refer to this website to get the bezier motion function detail
|
|
35
|
-
// https://cubic-bezier.com/#p1,p2,p3,p4 (change px as your function parameter)
|
|
36
|
-
@include set-component-css-var('transition-duration', $transition-duration);
|
|
37
|
-
|
|
38
|
-
@include set-component-css-var('transition-function', $transition-function);
|
|
39
|
-
@include set-component-css-var('transition', $transition);
|
|
40
|
-
|
|
41
|
-
// common component size
|
|
42
|
-
@include set-component-css-var('component-size', $common-component-size);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// for light
|
|
46
|
-
:root {
|
|
47
|
-
color-scheme: light;
|
|
48
|
-
|
|
49
|
-
// --el-color-#{$type}
|
|
50
|
-
// --el-color-#{$type}-light-{$i}
|
|
51
|
-
@each $type in (primary, success, warning, danger, error, info) {
|
|
52
|
-
@include set-css-color-type($colors, $type);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
// color-scheme
|
|
56
|
-
// Background --el-bg-color-#{$type}
|
|
57
|
-
@include set-component-css-var('bg-color', $bg-color);
|
|
58
|
-
// --el-text-color-#{$type}
|
|
59
|
-
@include set-component-css-var('text-color', $text-color);
|
|
60
|
-
// --el-border-color-#{$type}
|
|
61
|
-
@include set-component-css-var('border-color', $border-color);
|
|
62
|
-
// Fill --el-fill-color-#{$type}
|
|
63
|
-
@include set-component-css-var('fill-color', $fill-color);
|
|
64
|
-
|
|
65
|
-
// Box-shadow
|
|
66
|
-
// --el-box-shadow-#{$type}
|
|
67
|
-
@include set-component-css-var('box-shadow', $box-shadow);
|
|
68
|
-
// Disable base
|
|
69
|
-
@include set-component-css-var('disabled', $disabled);
|
|
70
|
-
|
|
71
|
-
// overlay & mask
|
|
72
|
-
@include set-component-css-var('overlay-color', $overlay-color);
|
|
73
|
-
@include set-component-css-var('mask-color', $mask-color);
|
|
74
|
-
|
|
75
|
-
// Border
|
|
76
|
-
@include set-css-var-value('border-width', $border-width);
|
|
77
|
-
@include set-css-var-value('border-style', $border-style);
|
|
78
|
-
@include set-css-var-value('border-color-hover', $border-color-hover);
|
|
79
|
-
@include set-css-var-value(
|
|
80
|
-
'border',
|
|
81
|
-
getCssVar('border-width') getCssVar('border-style')
|
|
82
|
-
getCssVar('border-color')
|
|
83
|
-
);
|
|
84
|
-
|
|
85
|
-
// Svg
|
|
86
|
-
@include css-var-from-global('svg-monochrome-grey', 'border-color');
|
|
87
|
-
}
|
|
1
|
+
// CSS3 var
|
|
2
|
+
@use 'common/var' as *;
|
|
3
|
+
@use 'mixins/var' as *;
|
|
4
|
+
@use 'mixins/mixins' as *;
|
|
5
|
+
|
|
6
|
+
// for better performance do not dynamically change the root variable if you really
|
|
7
|
+
// do not need that, since this could introduce recalculation overhead for rendering.
|
|
8
|
+
// https://lisilinhart.info/posts/css-variables-performance/
|
|
9
|
+
|
|
10
|
+
// common
|
|
11
|
+
:root {
|
|
12
|
+
@include set-css-var-value('color-white', $color-white);
|
|
13
|
+
@include set-css-var-value('color-black', $color-black);
|
|
14
|
+
|
|
15
|
+
// get rgb
|
|
16
|
+
@each $type in (primary, success, warning, danger, error, info) {
|
|
17
|
+
@include set-css-color-rgb($type);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Typography
|
|
21
|
+
@include set-component-css-var('font-size', $font-size);
|
|
22
|
+
@include set-component-css-var('font-family', $font-family);
|
|
23
|
+
|
|
24
|
+
@include set-css-var-value('font-weight-primary', 500);
|
|
25
|
+
@include set-css-var-value('font-line-height-primary', 24px);
|
|
26
|
+
|
|
27
|
+
// z-index --el-index-#{$type}
|
|
28
|
+
@include set-component-css-var('index', $z-index);
|
|
29
|
+
|
|
30
|
+
// --el-border-radius-#{$type}
|
|
31
|
+
@include set-component-css-var('border-radius', $border-radius);
|
|
32
|
+
|
|
33
|
+
// Transition
|
|
34
|
+
// refer to this website to get the bezier motion function detail
|
|
35
|
+
// https://cubic-bezier.com/#p1,p2,p3,p4 (change px as your function parameter)
|
|
36
|
+
@include set-component-css-var('transition-duration', $transition-duration);
|
|
37
|
+
|
|
38
|
+
@include set-component-css-var('transition-function', $transition-function);
|
|
39
|
+
@include set-component-css-var('transition', $transition);
|
|
40
|
+
|
|
41
|
+
// common component size
|
|
42
|
+
@include set-component-css-var('component-size', $common-component-size);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// for light
|
|
46
|
+
:root {
|
|
47
|
+
color-scheme: light;
|
|
48
|
+
|
|
49
|
+
// --el-color-#{$type}
|
|
50
|
+
// --el-color-#{$type}-light-{$i}
|
|
51
|
+
@each $type in (primary, success, warning, danger, error, info) {
|
|
52
|
+
@include set-css-color-type($colors, $type);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// color-scheme
|
|
56
|
+
// Background --el-bg-color-#{$type}
|
|
57
|
+
@include set-component-css-var('bg-color', $bg-color);
|
|
58
|
+
// --el-text-color-#{$type}
|
|
59
|
+
@include set-component-css-var('text-color', $text-color);
|
|
60
|
+
// --el-border-color-#{$type}
|
|
61
|
+
@include set-component-css-var('border-color', $border-color);
|
|
62
|
+
// Fill --el-fill-color-#{$type}
|
|
63
|
+
@include set-component-css-var('fill-color', $fill-color);
|
|
64
|
+
|
|
65
|
+
// Box-shadow
|
|
66
|
+
// --el-box-shadow-#{$type}
|
|
67
|
+
@include set-component-css-var('box-shadow', $box-shadow);
|
|
68
|
+
// Disable base
|
|
69
|
+
@include set-component-css-var('disabled', $disabled);
|
|
70
|
+
|
|
71
|
+
// overlay & mask
|
|
72
|
+
@include set-component-css-var('overlay-color', $overlay-color);
|
|
73
|
+
@include set-component-css-var('mask-color', $mask-color);
|
|
74
|
+
|
|
75
|
+
// Border
|
|
76
|
+
@include set-css-var-value('border-width', $border-width);
|
|
77
|
+
@include set-css-var-value('border-style', $border-style);
|
|
78
|
+
@include set-css-var-value('border-color-hover', $border-color-hover);
|
|
79
|
+
@include set-css-var-value(
|
|
80
|
+
'border',
|
|
81
|
+
getCssVar('border-width') getCssVar('border-style')
|
|
82
|
+
getCssVar('border-color')
|
|
83
|
+
);
|
|
84
|
+
|
|
85
|
+
// Svg
|
|
86
|
+
@include css-var-from-global('svg-monochrome-grey', 'border-color');
|
|
87
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
@use 'mixins/mixins' as *;
|
|
2
|
-
@use 'common/var' as *;
|
|
3
|
-
|
|
4
|
-
@mixin showScrollbar {
|
|
5
|
-
@include b(virtual-scrollbar) {
|
|
6
|
-
opacity: 1;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@include b(vl) {
|
|
11
|
-
@include e(wrapper) {
|
|
12
|
-
position: relative;
|
|
13
|
-
&:hover {
|
|
14
|
-
@include showScrollbar();
|
|
15
|
-
}
|
|
16
|
-
&.always-on {
|
|
17
|
-
@include showScrollbar();
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.#{$namespace}-vl__window {
|
|
23
|
-
scrollbar-width: none;
|
|
24
|
-
&::-webkit-scrollbar {
|
|
25
|
-
display: none;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
@include b(virtual-scrollbar) {
|
|
29
|
-
opacity: 0;
|
|
30
|
-
transition: opacity 340ms ease-out;
|
|
31
|
-
&.always-on {
|
|
32
|
-
opacity: 1;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@include b(vg) {
|
|
37
|
-
@include e(wrapper) {
|
|
38
|
-
position: relative;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
1
|
+
@use 'mixins/mixins' as *;
|
|
2
|
+
@use 'common/var' as *;
|
|
3
|
+
|
|
4
|
+
@mixin showScrollbar {
|
|
5
|
+
@include b(virtual-scrollbar) {
|
|
6
|
+
opacity: 1;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@include b(vl) {
|
|
11
|
+
@include e(wrapper) {
|
|
12
|
+
position: relative;
|
|
13
|
+
&:hover {
|
|
14
|
+
@include showScrollbar();
|
|
15
|
+
}
|
|
16
|
+
&.always-on {
|
|
17
|
+
@include showScrollbar();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.#{$namespace}-vl__window {
|
|
23
|
+
scrollbar-width: none;
|
|
24
|
+
&::-webkit-scrollbar {
|
|
25
|
+
display: none;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
@include b(virtual-scrollbar) {
|
|
29
|
+
opacity: 0;
|
|
30
|
+
transition: opacity 340ms ease-out;
|
|
31
|
+
&.always-on {
|
|
32
|
+
opacity: 1;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@include b(vg) {
|
|
37
|
+
@include e(wrapper) {
|
|
38
|
+
position: relative;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Create by丁盼
|
|
3
|
-
* 说明: v-keydown
|
|
4
|
-
* 创建时间: 2024/12/12 15:51
|
|
5
|
-
* 修改时间: 2024/12/12 15:51
|
|
6
|
-
*/
|
|
7
|
-
import { useEventBus } from '@vueuse/core'
|
|
8
|
-
const vKeydown = {
|
|
9
|
-
beforeMount: (el: HTMLElement) => {
|
|
10
|
-
el.addEventListener('keydown', (e) => {
|
|
11
|
-
if (e.key === 'Tab') {
|
|
12
|
-
const el = e.target as HTMLElement
|
|
13
|
-
if (el.tagName === 'INPUT' || el.tagName === 'TEXTAREA') {
|
|
14
|
-
//查找上级DIV 节点 取消编辑
|
|
15
|
-
let b = true
|
|
16
|
-
let i = 0
|
|
17
|
-
let parent: any = el
|
|
18
|
-
while (b) {
|
|
19
|
-
parent = parent.parentElement
|
|
20
|
-
if (parent.className.indexOf('el-table-column-edit') > -1) {
|
|
21
|
-
b = false
|
|
22
|
-
} else {
|
|
23
|
-
i++
|
|
24
|
-
if (i > 5) {
|
|
25
|
-
b = false
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
const bus = useEventBus<string>(parent.id)
|
|
30
|
-
bus.emit()
|
|
31
|
-
//寻找下一个编辑的单元格
|
|
32
|
-
//找到el-table__cell' 节点
|
|
33
|
-
b = true
|
|
34
|
-
i = 0
|
|
35
|
-
while (b) {
|
|
36
|
-
parent = parent.parentElement
|
|
37
|
-
if (parent.className.indexOf('el-table__cell') > -1) {
|
|
38
|
-
b = false
|
|
39
|
-
} else {
|
|
40
|
-
i++
|
|
41
|
-
if (i > 5) {
|
|
42
|
-
b = false
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
b = true
|
|
47
|
-
i = 0
|
|
48
|
-
while (b) {
|
|
49
|
-
if (parent.nextElementSibling) {
|
|
50
|
-
const input = parent.nextElementSibling.getElementsByClassName('el-table-column-edit')
|
|
51
|
-
if (input.length > 0) {
|
|
52
|
-
setTimeout(() => {
|
|
53
|
-
input[0].click()
|
|
54
|
-
}, 10)
|
|
55
|
-
b = false
|
|
56
|
-
e.stopPropagation()
|
|
57
|
-
return false
|
|
58
|
-
} else {
|
|
59
|
-
parent = parent.nextElementSibling
|
|
60
|
-
i++
|
|
61
|
-
if (i > 5) {
|
|
62
|
-
b = false
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
} else {
|
|
66
|
-
b = false
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
//如果当前行结束判断下一行数据
|
|
70
|
-
const tr = parent.parentNode.nextElementSibling
|
|
71
|
-
try {
|
|
72
|
-
for (let j = 0; j < tr.children.length; j++) {
|
|
73
|
-
const input = tr.children[j].getElementsByClassName('el-table-column-edit')
|
|
74
|
-
if (input.length > 0) {
|
|
75
|
-
setTimeout(() => {
|
|
76
|
-
input[0].click()
|
|
77
|
-
e.stopPropagation()
|
|
78
|
-
}, 10)
|
|
79
|
-
break
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
} catch {
|
|
83
|
-
/* empty */
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
})
|
|
88
|
-
},
|
|
89
|
-
unmounted: (el: HTMLElement) => {
|
|
90
|
-
el.removeEventListener('keydown', () => {})
|
|
91
|
-
},
|
|
92
|
-
}
|
|
93
|
-
export default vKeydown
|
|
1
|
+
/**
|
|
2
|
+
* Create by丁盼
|
|
3
|
+
* 说明: v-keydown
|
|
4
|
+
* 创建时间: 2024/12/12 15:51
|
|
5
|
+
* 修改时间: 2024/12/12 15:51
|
|
6
|
+
*/
|
|
7
|
+
import { useEventBus } from '@vueuse/core'
|
|
8
|
+
const vKeydown = {
|
|
9
|
+
beforeMount: (el: HTMLElement) => {
|
|
10
|
+
el.addEventListener('keydown', (e) => {
|
|
11
|
+
if (e.key === 'Tab') {
|
|
12
|
+
const el = e.target as HTMLElement
|
|
13
|
+
if (el.tagName === 'INPUT' || el.tagName === 'TEXTAREA') {
|
|
14
|
+
//查找上级DIV 节点 取消编辑
|
|
15
|
+
let b = true
|
|
16
|
+
let i = 0
|
|
17
|
+
let parent: any = el
|
|
18
|
+
while (b) {
|
|
19
|
+
parent = parent.parentElement
|
|
20
|
+
if (parent.className.indexOf('el-table-column-edit') > -1) {
|
|
21
|
+
b = false
|
|
22
|
+
} else {
|
|
23
|
+
i++
|
|
24
|
+
if (i > 5) {
|
|
25
|
+
b = false
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
const bus = useEventBus<string>(parent.id)
|
|
30
|
+
bus.emit()
|
|
31
|
+
//寻找下一个编辑的单元格
|
|
32
|
+
//找到el-table__cell' 节点
|
|
33
|
+
b = true
|
|
34
|
+
i = 0
|
|
35
|
+
while (b) {
|
|
36
|
+
parent = parent.parentElement
|
|
37
|
+
if (parent.className.indexOf('el-table__cell') > -1) {
|
|
38
|
+
b = false
|
|
39
|
+
} else {
|
|
40
|
+
i++
|
|
41
|
+
if (i > 5) {
|
|
42
|
+
b = false
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
b = true
|
|
47
|
+
i = 0
|
|
48
|
+
while (b) {
|
|
49
|
+
if (parent.nextElementSibling) {
|
|
50
|
+
const input = parent.nextElementSibling.getElementsByClassName('el-table-column-edit')
|
|
51
|
+
if (input.length > 0) {
|
|
52
|
+
setTimeout(() => {
|
|
53
|
+
input[0].click()
|
|
54
|
+
}, 10)
|
|
55
|
+
b = false
|
|
56
|
+
e.stopPropagation()
|
|
57
|
+
return false
|
|
58
|
+
} else {
|
|
59
|
+
parent = parent.nextElementSibling
|
|
60
|
+
i++
|
|
61
|
+
if (i > 5) {
|
|
62
|
+
b = false
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
} else {
|
|
66
|
+
b = false
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
//如果当前行结束判断下一行数据
|
|
70
|
+
const tr = parent.parentNode.nextElementSibling
|
|
71
|
+
try {
|
|
72
|
+
for (let j = 0; j < tr.children.length; j++) {
|
|
73
|
+
const input = tr.children[j].getElementsByClassName('el-table-column-edit')
|
|
74
|
+
if (input.length > 0) {
|
|
75
|
+
setTimeout(() => {
|
|
76
|
+
input[0].click()
|
|
77
|
+
e.stopPropagation()
|
|
78
|
+
}, 10)
|
|
79
|
+
break
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
} catch {
|
|
83
|
+
/* empty */
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
})
|
|
88
|
+
},
|
|
89
|
+
unmounted: (el: HTMLElement) => {
|
|
90
|
+
el.removeEventListener('keydown', () => {})
|
|
91
|
+
},
|
|
92
|
+
}
|
|
93
|
+
export default vKeydown
|
|
@@ -1,76 +1,79 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import type
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
export default function useDictHooks(dictTypes?: string[]) {
|
|
8
|
-
const dictStores = dictStore()
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
1
|
+
import { ElMessage } from 'element-plus'
|
|
2
|
+
import SysDictCacheApi from '../api/SysDictCacheApi'
|
|
3
|
+
import type { ISysDictDataCacheVo } from '../interface/ISysDictDataCacheVo'
|
|
4
|
+
import { type dictDataMapVoType, dictStore } from '../stores/dictStore'
|
|
5
|
+
import { computed, toRefs } from 'vue'
|
|
6
|
+
|
|
7
|
+
export default function useDictHooks(dictTypes?: string[]) {
|
|
8
|
+
const dictStores = dictStore()
|
|
9
|
+
const getDict = async (dictTypes?: string[]) => {
|
|
10
|
+
try {
|
|
11
|
+
if (!dictTypes || !dictTypes.length) return
|
|
12
|
+
//判断是否存在缓存数据,如果存在则不请求接口
|
|
13
|
+
const dictKeySet = new Set(Object.keys(dictStores.dictMap))
|
|
14
|
+
const uncachedDictTypes = dictTypes.filter((dictType) => !dictKeySet.has(dictType))
|
|
15
|
+
if (!uncachedDictTypes.length) return
|
|
16
|
+
const data = await SysDictCacheApi.batchGetSysDictDataCacheVo(dictTypes)
|
|
17
|
+
dictStores.dictMap = { ...dictStores.dictMap, ...data }
|
|
18
|
+
// 获取默认值
|
|
19
|
+
Object.keys(data).forEach((item: string) => {
|
|
20
|
+
findDefaultValue(data[item], item)
|
|
21
|
+
const dataMap: dictDataMapVoType = {}
|
|
22
|
+
packageDictDataMap(dataMap, data[item])
|
|
23
|
+
dictStores.dictDataMap[item] = dataMap
|
|
24
|
+
})
|
|
25
|
+
} catch (error: any) {
|
|
26
|
+
ElMessage.error(error.msg || error.message)
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const packageDictDataMap = async (map: dictDataMapVoType, list?: ISysDictDataCacheVo[]) => {
|
|
31
|
+
if (list && list.length) {
|
|
32
|
+
list.forEach((item: ISysDictDataCacheVo) => {
|
|
33
|
+
map[item.value] = { ...item, ...{ children: undefined } }
|
|
34
|
+
packageDictDataMap(map, item.children)
|
|
35
|
+
})
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
const findDefaultValue = async (list: ISysDictDataCacheVo[], type: string) => {
|
|
40
|
+
const find = getDefaultValue(list)
|
|
41
|
+
if (find) {
|
|
42
|
+
dictStores.dictDefaultValueMap[type] = find
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
const getDefaultValue = (list?: ISysDictDataCacheVo[]): ISysDictDataCacheVo | undefined => {
|
|
47
|
+
if (list && list.length) {
|
|
48
|
+
const find = list.find((item: ISysDictDataCacheVo) => item.isDefault === '1')
|
|
49
|
+
if (find) return find
|
|
50
|
+
for (const iSysDictDataCacheVo of list) {
|
|
51
|
+
const res = getDefaultValue(iSysDictDataCacheVo.children)
|
|
52
|
+
if (res) return res
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
const getDictName = (value?: string, dictType?: string) => {
|
|
58
|
+
if (dictStores.dictDataMap[dictType!]) {
|
|
59
|
+
return dictStores.dictDataMap[dictType!][value!]?.label || value
|
|
60
|
+
}
|
|
61
|
+
return value
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
const getDictData = (value: string, dictType: string) => {
|
|
65
|
+
return dictStores.dictDataMap[dictType!][value!]
|
|
66
|
+
}
|
|
67
|
+
if (dictTypes && dictTypes.length) {
|
|
68
|
+
getDict(dictTypes).then(() => {
|
|
69
|
+
})
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
return {
|
|
73
|
+
dictMap: computed(() => dictStores.dictMap),
|
|
74
|
+
dictDefaultValueMap: computed(() => dictStores.dictDefaultValueMap),
|
|
75
|
+
getDict,
|
|
76
|
+
getDictName,
|
|
77
|
+
getDictData
|
|
78
|
+
}
|
|
79
|
+
}
|