ele-admin-plus 1.1.2 → 1.1.3
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.d.ts +1 -0
- package/es/components.js +84 -82
- package/es/ele-alert/style/index.scss +1 -1
- package/es/ele-app/style/common.scss +4 -0
- package/es/ele-app/style/message.scss +4 -3
- package/es/ele-app/style/overwrite.scss +77 -19
- package/es/ele-app/types/index.d.ts +4 -3
- package/es/ele-bar-code/index.d.ts +4 -26
- package/es/ele-bar-code/types/index.d.ts +5 -0
- package/es/ele-basic-select/index.d.ts +1 -1
- package/es/ele-basic-select/style/index.scss +1 -1
- package/es/ele-card/style/index.scss +5 -2
- package/es/ele-check-card/index.d.ts +1 -1
- package/es/ele-check-card/style/index.scss +6 -2
- package/es/ele-config-provider/receiver.d.ts +1 -1
- package/es/ele-config-provider/receiver.js +69 -65
- package/es/ele-config-provider/types/index.d.ts +3 -0
- package/es/ele-copyable/index.d.ts +56 -0
- package/es/ele-copyable/index.js +144 -0
- package/es/ele-copyable/props.d.ts +34 -0
- package/es/ele-copyable/props.js +39 -0
- package/es/ele-copyable/style/index.js +3 -0
- package/es/ele-copyable/style/index.scss +22 -0
- package/es/ele-copyable/types/index.d.ts +17 -0
- package/es/ele-cropper/components/cropper-tools.d.ts +2 -2
- package/es/ele-cropper/index.d.ts +2 -2
- package/es/ele-cropper/props.d.ts +1 -1
- package/es/ele-cropper-modal/index.d.ts +2 -2
- package/es/ele-cropper-modal/props.d.ts +1 -1
- package/es/ele-drawer/index.d.ts +22 -22
- package/es/ele-drawer/props.d.ts +7 -7
- package/es/ele-drawer/style/index.scss +1 -1
- package/es/ele-dropdown/index.js +4 -3
- package/es/ele-dropdown/style/index.scss +6 -1
- package/es/ele-ellipsis/index.d.ts +3 -3
- package/es/ele-ellipsis/index.js +5 -3
- package/es/ele-ellipsis/types/index.d.ts +5 -0
- package/es/ele-file-list/components/file-grid.d.ts +2 -153
- package/es/ele-file-list/components/file-grid.js +1 -1
- package/es/ele-file-list/components/file-table.d.ts +2 -1
- package/es/ele-file-list/components/file-table.js +1 -1
- package/es/ele-file-list/index.d.ts +2 -2
- package/es/ele-file-list/props.d.ts +4 -4
- package/es/ele-file-list/style/index.scss +2 -2
- package/es/ele-icon-select/style/index.scss +23 -12
- package/es/ele-map-picker/index.d.ts +1 -1
- package/es/ele-modal/index.d.ts +18 -18
- package/es/ele-modal/props.d.ts +5 -8
- package/es/ele-modal/style/index.scss +2 -2
- package/es/ele-pagination/style/index.scss +1 -1
- package/es/ele-popconfirm/index.d.ts +2 -188
- package/es/ele-popconfirm/props.d.ts +1 -94
- package/es/ele-popover/index.d.ts +4 -261
- package/es/ele-popover/index.js +6 -4
- package/es/ele-popover/props.d.ts +1 -94
- package/es/ele-popover/props.js +1 -0
- package/es/ele-printer/util.js +1 -1
- package/es/ele-pro-layout/components/pro-header.d.ts +3 -0
- package/es/ele-pro-layout/components/pro-header.js +4 -1
- package/es/ele-pro-layout/components/tab-dropdown.js +1 -1
- package/es/ele-pro-layout/index.d.ts +3 -1
- package/es/ele-pro-layout/index.js +15 -4
- package/es/ele-pro-layout/props.d.ts +2 -0
- package/es/ele-pro-layout/props.js +2 -0
- package/es/ele-pro-layout/style/header.scss +3 -3
- package/es/ele-pro-layout/style/index.js +2 -1
- package/es/ele-pro-layout/style/layout.scss +1 -1
- package/es/ele-pro-layout/style/sidebar.scss +2 -2
- package/es/ele-pro-table/components/table-tools.d.ts +2 -2
- package/es/ele-pro-table/index.d.ts +4 -162
- package/es/ele-pro-table/props.d.ts +8 -8
- package/es/ele-pro-table/style/index.scss +1 -1
- package/es/ele-segmented/style/index.scss +1 -1
- package/es/ele-steps/style/index.scss +5 -2
- package/es/ele-table-select/index.d.ts +2 -2
- package/es/ele-tabs/index.d.ts +2 -135
- package/es/ele-tabs/index.js +2 -2
- package/es/ele-tabs/props.d.ts +6 -1
- package/es/ele-tabs/style/index.scss +50 -17
- package/es/ele-text/index.d.ts +2 -4
- package/es/ele-text/index.js +2 -7
- package/es/ele-text/style/css-var.scss +1 -1
- package/es/ele-text/style/index.scss +3 -2
- package/es/ele-tool/style/index.scss +1 -1
- package/es/ele-tooltip/index.d.ts +6 -449
- package/es/ele-tooltip/index.js +6 -4
- package/es/ele-tooltip/props.d.ts +2 -188
- package/es/ele-tooltip/props.js +6 -1
- package/es/ele-tour/index.d.ts +2 -2
- package/es/ele-tour/props.d.ts +1 -1
- package/es/ele-tour/style/index.scss +6 -2
- package/es/ele-upload-list/components/list-item.d.ts +3 -3
- package/es/ele-upload-list/index.d.ts +3 -3
- package/es/ele-upload-list/props.d.ts +1 -1
- package/es/index.d.ts +1 -1
- package/es/lang/en_US.js +4 -0
- package/es/lang/zh_CN.js +4 -0
- package/es/lang/zh_TW.js +4 -0
- package/es/style/index.scss +1 -0
- package/es/style/themes/default.scss +8 -2
- package/es/style/themes/rounded.scss +9 -1
- package/lib/components.d.ts +1 -0
- package/lib/components.js +84 -82
- package/lib/ele-alert/style/index.scss +1 -1
- package/lib/ele-app/style/common.scss +4 -0
- package/lib/ele-app/style/message.scss +4 -3
- package/lib/ele-app/style/overwrite.scss +77 -19
- package/lib/ele-app/types/index.d.ts +4 -3
- package/lib/ele-bar-code/index.d.ts +4 -26
- package/lib/ele-bar-code/types/index.d.ts +5 -0
- package/lib/ele-basic-select/index.d.ts +1 -1
- package/lib/ele-basic-select/style/index.scss +1 -1
- package/lib/ele-card/style/index.scss +5 -2
- package/lib/ele-check-card/index.d.ts +1 -1
- package/lib/ele-check-card/style/index.scss +6 -2
- package/lib/ele-config-provider/receiver.d.ts +1 -1
- package/lib/ele-config-provider/receiver.js +2 -2
- package/lib/ele-config-provider/types/index.d.ts +3 -0
- package/lib/ele-copyable/index.d.ts +56 -0
- package/lib/ele-copyable/index.js +143 -0
- package/lib/ele-copyable/props.d.ts +34 -0
- package/lib/ele-copyable/props.js +39 -0
- package/lib/ele-copyable/style/index.js +4 -0
- package/lib/ele-copyable/style/index.scss +22 -0
- package/lib/ele-copyable/types/index.d.ts +17 -0
- package/lib/ele-cropper/components/cropper-tools.d.ts +2 -2
- package/lib/ele-cropper/index.d.ts +2 -2
- package/lib/ele-cropper/props.d.ts +1 -1
- package/lib/ele-cropper-modal/index.d.ts +2 -2
- package/lib/ele-cropper-modal/props.d.ts +1 -1
- package/lib/ele-drawer/index.d.ts +22 -22
- package/lib/ele-drawer/props.d.ts +7 -7
- package/lib/ele-drawer/style/index.scss +1 -1
- package/lib/ele-dropdown/index.js +3 -2
- package/lib/ele-dropdown/style/index.scss +6 -1
- package/lib/ele-ellipsis/index.d.ts +3 -3
- package/lib/ele-ellipsis/index.js +5 -3
- package/lib/ele-ellipsis/types/index.d.ts +5 -0
- package/lib/ele-file-list/components/file-grid.d.ts +2 -153
- package/lib/ele-file-list/components/file-grid.js +1 -1
- package/lib/ele-file-list/components/file-table.d.ts +2 -1
- package/lib/ele-file-list/components/file-table.js +1 -1
- package/lib/ele-file-list/index.d.ts +2 -2
- package/lib/ele-file-list/props.d.ts +4 -4
- package/lib/ele-file-list/style/index.scss +2 -2
- package/lib/ele-icon-select/style/index.scss +23 -12
- package/lib/ele-map-picker/index.d.ts +1 -1
- package/lib/ele-modal/index.d.ts +18 -18
- package/lib/ele-modal/props.d.ts +5 -8
- package/lib/ele-modal/style/index.scss +2 -2
- package/lib/ele-pagination/style/index.scss +1 -1
- package/lib/ele-popconfirm/index.d.ts +2 -188
- package/lib/ele-popconfirm/props.d.ts +1 -94
- package/lib/ele-popover/index.d.ts +4 -261
- package/lib/ele-popover/index.js +6 -4
- package/lib/ele-popover/props.d.ts +1 -94
- package/lib/ele-popover/props.js +1 -0
- package/lib/ele-printer/util.js +1 -1
- package/lib/ele-pro-layout/components/pro-header.d.ts +3 -0
- package/lib/ele-pro-layout/components/pro-header.js +4 -1
- package/lib/ele-pro-layout/components/tab-dropdown.js +1 -1
- package/lib/ele-pro-layout/index.d.ts +3 -1
- package/lib/ele-pro-layout/index.js +14 -3
- package/lib/ele-pro-layout/props.d.ts +2 -0
- package/lib/ele-pro-layout/props.js +2 -0
- package/lib/ele-pro-layout/style/header.scss +3 -3
- package/lib/ele-pro-layout/style/index.js +2 -1
- package/lib/ele-pro-layout/style/layout.scss +1 -1
- package/lib/ele-pro-layout/style/sidebar.scss +2 -2
- package/lib/ele-pro-table/components/table-tools.d.ts +2 -2
- package/lib/ele-pro-table/index.d.ts +4 -162
- package/lib/ele-pro-table/props.d.ts +8 -8
- package/lib/ele-pro-table/style/index.scss +1 -1
- package/lib/ele-segmented/style/index.scss +1 -1
- package/lib/ele-steps/style/index.scss +5 -2
- package/lib/ele-table-select/index.d.ts +2 -2
- package/lib/ele-tabs/index.d.ts +2 -135
- package/lib/ele-tabs/index.js +2 -2
- package/lib/ele-tabs/props.d.ts +6 -1
- package/lib/ele-tabs/style/index.scss +50 -17
- package/lib/ele-text/index.d.ts +2 -4
- package/lib/ele-text/index.js +2 -7
- package/lib/ele-text/style/css-var.scss +1 -1
- package/lib/ele-text/style/index.scss +3 -2
- package/lib/ele-tool/style/index.scss +1 -1
- package/lib/ele-tooltip/index.d.ts +6 -449
- package/lib/ele-tooltip/index.js +6 -4
- package/lib/ele-tooltip/props.d.ts +2 -188
- package/lib/ele-tooltip/props.js +6 -1
- package/lib/ele-tour/index.d.ts +2 -2
- package/lib/ele-tour/props.d.ts +1 -1
- package/lib/ele-tour/style/index.scss +6 -2
- package/lib/ele-upload-list/components/list-item.d.ts +3 -3
- package/lib/ele-upload-list/index.d.ts +3 -3
- package/lib/ele-upload-list/props.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/lang/en_US.js +4 -0
- package/lib/lang/zh_CN.js +4 -0
- package/lib/lang/zh_TW.js +4 -0
- package/lib/style/index.scss +1 -0
- package/lib/style/themes/default.scss +8 -2
- package/lib/style/themes/rounded.scss +9 -1
- package/package.json +7 -7
- package/typings/global.d.ts +1 -0
package/es/components.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { default as EleBreadcrumb } from "./ele-breadcrumb/index";
|
|
|
8
8
|
export { default as EleCard } from "./ele-card/index";
|
|
9
9
|
export { default as EleCheckCard } from "./ele-check-card/index";
|
|
10
10
|
export { default as EleConfigProvider } from './ele-config-provider/index';
|
|
11
|
+
export { default as EleCopyable } from "./ele-copyable/index";
|
|
11
12
|
export { default as EleCountUp } from "./ele-count-up/index";
|
|
12
13
|
export { default as EleCropper } from "./ele-cropper/index";
|
|
13
14
|
export { default as EleCropperModal } from "./ele-cropper-modal/index";
|
package/es/components.js
CHANGED
|
@@ -8,47 +8,48 @@ import { default as default8 } from "./ele-breadcrumb/index";
|
|
|
8
8
|
import { default as default9 } from "./ele-card/index";
|
|
9
9
|
import { default as default10 } from "./ele-check-card/index";
|
|
10
10
|
import { default as default11 } from "./ele-config-provider/index";
|
|
11
|
-
import { default as default12 } from "./ele-
|
|
12
|
-
import { default as default13 } from "./ele-
|
|
13
|
-
import { default as default14 } from "./ele-cropper
|
|
14
|
-
import { default as default15 } from "./ele-
|
|
15
|
-
import { default as default16 } from "./ele-
|
|
16
|
-
import { default as default17 } from "./ele-
|
|
17
|
-
import { default as default18 } from "./ele-
|
|
18
|
-
import { default as default19 } from "./ele-
|
|
19
|
-
import { default as default20 } from "./ele-
|
|
20
|
-
import { default as default21 } from "./ele-
|
|
21
|
-
import { default as default22 } from "./ele-file-list
|
|
22
|
-
import { default as default23 } from "./ele-
|
|
23
|
-
import { default as default24 } from "./ele-
|
|
24
|
-
import { default as default25 } from "./ele-
|
|
25
|
-
import { default as default26 } from "./ele-
|
|
26
|
-
import { default as default27 } from "./ele-
|
|
27
|
-
import { default as default28 } from "./ele-
|
|
28
|
-
import { default as default29 } from "./ele-
|
|
29
|
-
import { default as default30 } from "./ele-
|
|
30
|
-
import { default as default31 } from "./ele-
|
|
31
|
-
import { default as default32 } from "./ele-
|
|
32
|
-
import { default as default33 } from "./ele-
|
|
33
|
-
import { default as default34 } from "./ele-pro-
|
|
34
|
-
import { default as default35 } from "./ele-
|
|
35
|
-
import { default as default36 } from "./ele-qr-code
|
|
36
|
-
import { default as default37 } from "./ele-
|
|
37
|
-
import { default as default38 } from "./ele-
|
|
38
|
-
import { default as default39 } from "./ele-
|
|
39
|
-
import { default as default40 } from "./ele-
|
|
40
|
-
import { default as default41 } from "./ele-
|
|
41
|
-
import { default as default42 } from "./ele-tab-
|
|
42
|
-
import { default as default43 } from "./ele-
|
|
43
|
-
import { default as default44 } from "./ele-table
|
|
44
|
-
import { default as default45 } from "./ele-
|
|
45
|
-
import { default as default46 } from "./ele-
|
|
46
|
-
import { default as default47 } from "./ele-
|
|
47
|
-
import { default as default48 } from "./ele-
|
|
48
|
-
import { default as default49 } from "./ele-
|
|
49
|
-
import { default as default50 } from "./ele-
|
|
50
|
-
import { default as default51 } from "./ele-
|
|
51
|
-
import { default as default52 } from "./ele-
|
|
11
|
+
import { default as default12 } from "./ele-copyable/index";
|
|
12
|
+
import { default as default13 } from "./ele-count-up/index";
|
|
13
|
+
import { default as default14 } from "./ele-cropper/index";
|
|
14
|
+
import { default as default15 } from "./ele-cropper-modal/index";
|
|
15
|
+
import { default as default16 } from "./ele-dashboard/index";
|
|
16
|
+
import { default as default17 } from "./ele-dot/index";
|
|
17
|
+
import { default as default18 } from "./ele-drawer/index";
|
|
18
|
+
import { default as default19 } from "./ele-dropdown/index";
|
|
19
|
+
import { default as default20 } from "./ele-edit-tag/index";
|
|
20
|
+
import { default as default21 } from "./ele-ellipsis/index";
|
|
21
|
+
import { default as default22 } from "./ele-file-list/index";
|
|
22
|
+
import { default as default23 } from "./ele-file-list-tool/index";
|
|
23
|
+
import { default as default24 } from "./ele-icon-select/index";
|
|
24
|
+
import { default as default25 } from "./ele-loading/index";
|
|
25
|
+
import { default as default26 } from "./ele-map-picker/index";
|
|
26
|
+
import { default as default27 } from "./ele-menus/index";
|
|
27
|
+
import { default as default28 } from "./ele-modal/index";
|
|
28
|
+
import { default as default29 } from "./ele-page/index";
|
|
29
|
+
import { default as default30 } from "./ele-pagination/index";
|
|
30
|
+
import { default as default31 } from "./ele-popconfirm/index";
|
|
31
|
+
import { default as default32 } from "./ele-popover/index";
|
|
32
|
+
import { default as default33 } from "./ele-printer/index";
|
|
33
|
+
import { default as default34 } from "./ele-pro-layout/index";
|
|
34
|
+
import { default as default35 } from "./ele-pro-table/index";
|
|
35
|
+
import { default as default36 } from "./ele-qr-code/index";
|
|
36
|
+
import { default as default37 } from "./ele-qr-code-svg/index";
|
|
37
|
+
import { default as default38 } from "./ele-segmented/index";
|
|
38
|
+
import { default as default39 } from "./ele-split-panel/index";
|
|
39
|
+
import { default as default40 } from "./ele-steps/index";
|
|
40
|
+
import { default as default41 } from "./ele-tabs/index";
|
|
41
|
+
import { default as default42 } from "./ele-tab-tool/index";
|
|
42
|
+
import { default as default43 } from "./ele-tab-wrap/index";
|
|
43
|
+
import { default as default44 } from "./ele-table/index";
|
|
44
|
+
import { default as default45 } from "./ele-table-select/index";
|
|
45
|
+
import { default as default46 } from "./ele-text/index";
|
|
46
|
+
import { default as default47 } from "./ele-tool/index";
|
|
47
|
+
import { default as default48 } from "./ele-toolbar/index";
|
|
48
|
+
import { default as default49 } from "./ele-tooltip/index";
|
|
49
|
+
import { default as default50 } from "./ele-tour/index";
|
|
50
|
+
import { default as default51 } from "./ele-upload-list/index";
|
|
51
|
+
import { default as default52 } from "./ele-watermark/index";
|
|
52
|
+
import { default as default53 } from "./ele-xg-player/index";
|
|
52
53
|
export {
|
|
53
54
|
default2 as EleAlert,
|
|
54
55
|
default3 as EleApp,
|
|
@@ -60,45 +61,46 @@ export {
|
|
|
60
61
|
default9 as EleCard,
|
|
61
62
|
default10 as EleCheckCard,
|
|
62
63
|
default11 as EleConfigProvider,
|
|
63
|
-
default12 as
|
|
64
|
-
default13 as
|
|
65
|
-
default14 as
|
|
66
|
-
default15 as
|
|
67
|
-
default16 as
|
|
68
|
-
default17 as
|
|
69
|
-
default18 as
|
|
70
|
-
default19 as
|
|
71
|
-
default20 as
|
|
72
|
-
default21 as
|
|
73
|
-
default22 as
|
|
74
|
-
default23 as
|
|
75
|
-
default24 as
|
|
76
|
-
default25 as
|
|
77
|
-
default26 as
|
|
78
|
-
default27 as
|
|
79
|
-
default28 as
|
|
80
|
-
default29 as
|
|
81
|
-
default30 as
|
|
82
|
-
default31 as
|
|
83
|
-
default32 as
|
|
84
|
-
default33 as
|
|
85
|
-
default34 as
|
|
86
|
-
default35 as
|
|
87
|
-
default36 as
|
|
88
|
-
default37 as
|
|
89
|
-
default38 as
|
|
90
|
-
default39 as
|
|
91
|
-
|
|
92
|
-
default42 as
|
|
93
|
-
default43 as
|
|
94
|
-
default44 as
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
default46 as
|
|
98
|
-
default47 as
|
|
99
|
-
default48 as
|
|
100
|
-
default49 as
|
|
101
|
-
default50 as
|
|
102
|
-
default51 as
|
|
103
|
-
default52 as
|
|
64
|
+
default12 as EleCopyable,
|
|
65
|
+
default13 as EleCountUp,
|
|
66
|
+
default14 as EleCropper,
|
|
67
|
+
default15 as EleCropperModal,
|
|
68
|
+
default16 as EleDashboard,
|
|
69
|
+
default17 as EleDot,
|
|
70
|
+
default18 as EleDrawer,
|
|
71
|
+
default19 as EleDropdown,
|
|
72
|
+
default20 as EleEditTag,
|
|
73
|
+
default21 as EleEllipsis,
|
|
74
|
+
default22 as EleFileList,
|
|
75
|
+
default23 as EleFileListTool,
|
|
76
|
+
default24 as EleIconSelect,
|
|
77
|
+
default25 as EleLoading,
|
|
78
|
+
default26 as EleMapPicker,
|
|
79
|
+
default27 as EleMenus,
|
|
80
|
+
default28 as EleModal,
|
|
81
|
+
default29 as ElePage,
|
|
82
|
+
default30 as ElePagination,
|
|
83
|
+
default31 as ElePopconfirm,
|
|
84
|
+
default32 as ElePopover,
|
|
85
|
+
default33 as ElePrinter,
|
|
86
|
+
default34 as EleProLayout,
|
|
87
|
+
default35 as EleProTable,
|
|
88
|
+
default36 as EleQrCode,
|
|
89
|
+
default37 as EleQrCodeSvg,
|
|
90
|
+
default38 as EleSegmented,
|
|
91
|
+
default39 as EleSplitPanel,
|
|
92
|
+
default40 as EleSteps,
|
|
93
|
+
default42 as EleTabTool,
|
|
94
|
+
default43 as EleTabWrap,
|
|
95
|
+
default44 as EleTable,
|
|
96
|
+
default45 as EleTableSelect,
|
|
97
|
+
default41 as EleTabs,
|
|
98
|
+
default46 as EleText,
|
|
99
|
+
default47 as EleTool,
|
|
100
|
+
default48 as EleToolbar,
|
|
101
|
+
default49 as EleTooltip,
|
|
102
|
+
default50 as EleTour,
|
|
103
|
+
default51 as EleUploadList,
|
|
104
|
+
default52 as EleWatermark,
|
|
105
|
+
default53 as EleXgPlayer
|
|
104
106
|
};
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
border-radius: eleVar('alert', 'close-radius');
|
|
55
55
|
color: eleVar('alert', 'close-color');
|
|
56
56
|
font-size: eleVar('alert', 'close-font-size');
|
|
57
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
57
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
58
58
|
margin: eleVar('alert', 'close-margin');
|
|
59
59
|
cursor: pointer;
|
|
60
60
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
font-size: eleVar('message', 'close-font-size');
|
|
31
31
|
margin: eleVar('message', 'close-margin');
|
|
32
32
|
border-radius: eleVar('message', 'close-radius');
|
|
33
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
33
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
34
34
|
position: static;
|
|
35
35
|
top: auto;
|
|
36
36
|
right: auto;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
right: 0;
|
|
77
77
|
margin: 0 auto;
|
|
78
78
|
transform: none;
|
|
79
|
-
transition: opacity elVar('transition-duration'), margin 0.4s, top 0.4s;
|
|
79
|
+
transition: (opacity elVar('transition-duration'), margin 0.4s, top 0.4s);
|
|
80
80
|
|
|
81
81
|
&.el-message-fade-enter-from,
|
|
82
82
|
&.el-message-fade-leave-to {
|
|
@@ -109,7 +109,8 @@
|
|
|
109
109
|
|
|
110
110
|
// 遮罩
|
|
111
111
|
&.ele-message-mask {
|
|
112
|
-
box-shadow:
|
|
112
|
+
box-shadow:
|
|
113
|
+
eleVar('message', 'shadow'),
|
|
113
114
|
0 0 0 eleVar('message-mask', 'size') eleVar('message-mask', 'color');
|
|
114
115
|
}
|
|
115
116
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
line-height: eleVar('select', 'item-height');
|
|
26
26
|
padding: eleVar('select', 'item-padding');
|
|
27
27
|
border-radius: eleVar('select', 'item-radius');
|
|
28
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
28
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
29
29
|
box-sizing: border-box;
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
@@ -41,12 +41,22 @@
|
|
|
41
41
|
&.selected {
|
|
42
42
|
background: eleVar('select', 'item-active-bg');
|
|
43
43
|
font-weight: eleVar('select', 'item-active-font-weight');
|
|
44
|
+
|
|
45
|
+
&:hover,
|
|
46
|
+
&.hover {
|
|
47
|
+
background: eleVar('select', 'item-active-hover-bg');
|
|
48
|
+
}
|
|
44
49
|
}
|
|
45
50
|
}
|
|
46
51
|
|
|
47
52
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
|
48
53
|
background: eleVar('select', 'item-active-bg');
|
|
49
54
|
|
|
55
|
+
&:hover,
|
|
56
|
+
&.hover {
|
|
57
|
+
background: eleVar('select', 'item-active-hover-bg');
|
|
58
|
+
}
|
|
59
|
+
|
|
50
60
|
&::after {
|
|
51
61
|
width: eleVar('select', 'icon-size');
|
|
52
62
|
height: eleVar('select', 'icon-size');
|
|
@@ -88,7 +98,7 @@
|
|
|
88
98
|
}
|
|
89
99
|
|
|
90
100
|
.el-tag .el-tag__close:hover {
|
|
91
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
101
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
92
102
|
}
|
|
93
103
|
|
|
94
104
|
.el-popper > .el-select__collapse-tags {
|
|
@@ -118,7 +128,7 @@
|
|
|
118
128
|
line-height: eleVar('autocomplete', 'item-height');
|
|
119
129
|
padding: eleVar('autocomplete', 'item-padding');
|
|
120
130
|
border-radius: eleVar('autocomplete', 'item-radius');
|
|
121
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
131
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
122
132
|
|
|
123
133
|
& + li {
|
|
124
134
|
margin-top: eleVar('autocomplete', 'item-margin');
|
|
@@ -143,6 +153,7 @@
|
|
|
143
153
|
line-height: eleVar('cascader', 'item-height');
|
|
144
154
|
padding: eleVar('cascader', 'item-padding');
|
|
145
155
|
border-radius: eleVar('cascader', 'item-radius');
|
|
156
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
146
157
|
|
|
147
158
|
& > .el-checkbox {
|
|
148
159
|
margin-right: 8px;
|
|
@@ -157,6 +168,11 @@
|
|
|
157
168
|
&.is-active {
|
|
158
169
|
background: eleVar('cascader', 'item-active-bg');
|
|
159
170
|
font-weight: eleVar('cascader', 'item-active-font-weight');
|
|
171
|
+
|
|
172
|
+
&:hover,
|
|
173
|
+
&:focus {
|
|
174
|
+
background: eleVar('cascader', 'item-active-hover-bg');
|
|
175
|
+
}
|
|
160
176
|
}
|
|
161
177
|
}
|
|
162
178
|
|
|
@@ -216,8 +232,10 @@
|
|
|
216
232
|
height: eleVar('select', 'item-height');
|
|
217
233
|
padding: eleVar('select', 'item-padding');
|
|
218
234
|
border-radius: eleVar('select', 'item-radius');
|
|
219
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
235
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
220
236
|
box-sizing: border-box;
|
|
237
|
+
position: relative;
|
|
238
|
+
z-index: 0;
|
|
221
239
|
|
|
222
240
|
& > .el-tree-node__expand-icon {
|
|
223
241
|
width: eleVar('select', 'item-height');
|
|
@@ -230,6 +248,25 @@
|
|
|
230
248
|
.el-select-dropdown__item {
|
|
231
249
|
padding: 0;
|
|
232
250
|
border-radius: 0;
|
|
251
|
+
position: static;
|
|
252
|
+
|
|
253
|
+
&.selected::before {
|
|
254
|
+
content: '';
|
|
255
|
+
border-radius: eleVar('select', 'item-radius');
|
|
256
|
+
background: eleVar('select', 'item-active-bg');
|
|
257
|
+
position: absolute;
|
|
258
|
+
top: 0;
|
|
259
|
+
left: 0;
|
|
260
|
+
right: 0;
|
|
261
|
+
bottom: 0;
|
|
262
|
+
z-index: -1;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.el-tree-select__popper .el-tree--highlight-current .el-tree-node.is-current {
|
|
268
|
+
& > .el-tree-node__content .el-select-dropdown__item.selected::before {
|
|
269
|
+
display: none;
|
|
233
270
|
}
|
|
234
271
|
}
|
|
235
272
|
|
|
@@ -246,7 +283,7 @@
|
|
|
246
283
|
line-height: eleVar('table-filter', 'item-height');
|
|
247
284
|
padding: eleVar('table-filter', 'item-padding');
|
|
248
285
|
border-radius: eleVar('table-filter', 'item-radius');
|
|
249
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
286
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
250
287
|
box-sizing: border-box;
|
|
251
288
|
|
|
252
289
|
& + .el-table-filter__list-item {
|
|
@@ -262,6 +299,10 @@
|
|
|
262
299
|
color: eleVar('table-filter', 'item-active-color');
|
|
263
300
|
background: eleVar('table-filter', 'item-active-bg');
|
|
264
301
|
font-weight: eleVar('table-filter', 'item-active-font-weight');
|
|
302
|
+
|
|
303
|
+
&:hover {
|
|
304
|
+
background: eleVar('table-filter', 'item-active-hover-bg');
|
|
305
|
+
}
|
|
265
306
|
}
|
|
266
307
|
}
|
|
267
308
|
}
|
|
@@ -300,7 +341,7 @@
|
|
|
300
341
|
color: eleVar('message-box', 'icon-color');
|
|
301
342
|
font-size: eleVar('message-box', 'icon-font-size');
|
|
302
343
|
border-radius: eleVar('message-box', 'icon-radius');
|
|
303
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
344
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
304
345
|
box-sizing: border-box;
|
|
305
346
|
position: static;
|
|
306
347
|
right: auto;
|
|
@@ -337,12 +378,13 @@ body .el-radio {
|
|
|
337
378
|
}
|
|
338
379
|
|
|
339
380
|
.el-radio__inner {
|
|
381
|
+
$transit: (border-color $ele-transition, background-color $ele-transition);
|
|
340
382
|
width: eleVar('radio', 'size');
|
|
341
383
|
height: eleVar('radio', 'size');
|
|
342
384
|
background: eleVar('radio', 'bg');
|
|
343
385
|
border: eleVar('radio', 'border');
|
|
344
386
|
border-radius: eleVar('radio', 'radius');
|
|
345
|
-
transition:
|
|
387
|
+
transition: $transit;
|
|
346
388
|
|
|
347
389
|
&::after {
|
|
348
390
|
$size: eleVar('radio', 'dot-size');
|
|
@@ -448,12 +490,13 @@ body .el-checkbox {
|
|
|
448
490
|
}
|
|
449
491
|
|
|
450
492
|
.el-checkbox__inner {
|
|
493
|
+
$transit: (border-color $ele-transition, background-color $ele-transition);
|
|
451
494
|
width: eleVar('checkbox', 'size');
|
|
452
495
|
height: eleVar('checkbox', 'size');
|
|
453
496
|
background: eleVar('checkbox', 'bg');
|
|
454
497
|
border: eleVar('checkbox', 'border');
|
|
455
498
|
border-radius: eleVar('checkbox', 'radius');
|
|
456
|
-
transition:
|
|
499
|
+
transition: $transit;
|
|
457
500
|
|
|
458
501
|
&::after {
|
|
459
502
|
top: 50%;
|
|
@@ -760,8 +803,9 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
760
803
|
flex-shrink: 0;
|
|
761
804
|
}
|
|
762
805
|
|
|
763
|
-
.el-date-picker.has-sidebar,
|
|
806
|
+
.el-picker__popper .el-date-picker.has-sidebar,
|
|
764
807
|
.el-picker__popper .el-date-range-picker,
|
|
808
|
+
.el-picker__popper .el-date-range-picker.has-sidebar,
|
|
765
809
|
.el-picker__popper .el-date-picker.has-sidebar.has-time {
|
|
766
810
|
width: auto;
|
|
767
811
|
}
|
|
@@ -797,7 +841,7 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
797
841
|
font-size: eleVar('datepicker', 'shortcut-size');
|
|
798
842
|
padding: eleVar('datepicker', 'shortcut-padding');
|
|
799
843
|
border-radius: eleVar('datepicker', 'shortcut-radius');
|
|
800
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
844
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
801
845
|
box-sizing: border-box;
|
|
802
846
|
overflow: hidden;
|
|
803
847
|
text-overflow: ellipsis;
|
|
@@ -855,8 +899,11 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
855
899
|
td {
|
|
856
900
|
.el-date-table-cell .el-date-table-cell__text {
|
|
857
901
|
border-radius: eleVar('datepicker', 'cell-radius');
|
|
858
|
-
transition:
|
|
859
|
-
|
|
902
|
+
transition: (
|
|
903
|
+
color $ele-transition,
|
|
904
|
+
background-color $ele-transition,
|
|
905
|
+
border-color $ele-transition
|
|
906
|
+
);
|
|
860
907
|
box-sizing: border-box;
|
|
861
908
|
}
|
|
862
909
|
|
|
@@ -903,8 +950,11 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
903
950
|
height: eleVar('datepicker', 'year-height');
|
|
904
951
|
line-height: eleVar('datepicker', 'year-height');
|
|
905
952
|
border-radius: eleVar('datepicker', 'year-radius');
|
|
906
|
-
transition:
|
|
907
|
-
|
|
953
|
+
transition: (
|
|
954
|
+
color $ele-transition,
|
|
955
|
+
background-color $ele-transition,
|
|
956
|
+
border-color $ele-transition
|
|
957
|
+
);
|
|
908
958
|
box-sizing: border-box;
|
|
909
959
|
}
|
|
910
960
|
|
|
@@ -942,7 +992,10 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
942
992
|
& > div {
|
|
943
993
|
height: auto;
|
|
944
994
|
padding: eleVar('datepicker', 'month-space');
|
|
945
|
-
transition:
|
|
995
|
+
transition: (
|
|
996
|
+
background-color $ele-transition,
|
|
997
|
+
border-color $ele-transition
|
|
998
|
+
);
|
|
946
999
|
}
|
|
947
1000
|
|
|
948
1001
|
&.disabled {
|
|
@@ -1032,8 +1085,12 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
1032
1085
|
box-sizing: border-box;
|
|
1033
1086
|
}
|
|
1034
1087
|
|
|
1035
|
-
&.is-left
|
|
1036
|
-
|
|
1088
|
+
&.is-left {
|
|
1089
|
+
border: none;
|
|
1090
|
+
|
|
1091
|
+
table {
|
|
1092
|
+
box-shadow: 0.8px 0 0 0 eleVar('datepicker', 'inner-border');
|
|
1093
|
+
}
|
|
1037
1094
|
}
|
|
1038
1095
|
}
|
|
1039
1096
|
|
|
@@ -1301,7 +1358,7 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
1301
1358
|
color: eleVar('timepicker', 'item-color');
|
|
1302
1359
|
font-size: eleVar('timepicker', 'item-size');
|
|
1303
1360
|
border-radius: eleVar('timepicker', 'item-radius');
|
|
1304
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
1361
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
1305
1362
|
|
|
1306
1363
|
&:not(.is-disabled):not(.is-active):hover {
|
|
1307
1364
|
color: eleVar('timepicker', 'item-hover-color');
|
|
@@ -1344,6 +1401,7 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
1344
1401
|
|
|
1345
1402
|
&.confirm {
|
|
1346
1403
|
font-weight: normal;
|
|
1404
|
+
color: elVar('text-color', 'primary');
|
|
1347
1405
|
border: 1px solid elVar('border-color');
|
|
1348
1406
|
|
|
1349
1407
|
&:hover {
|
|
@@ -1396,7 +1454,7 @@ body .el-color-picker .el-color-picker__empty {
|
|
|
1396
1454
|
color: eleVar('timepicker', 'arrow-color');
|
|
1397
1455
|
font-size: eleVar('timepicker', 'arrow-size');
|
|
1398
1456
|
border-radius: eleVar('timepicker', 'item-radius');
|
|
1399
|
-
transition: color $ele-transition, background-color $ele-transition;
|
|
1457
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
1400
1458
|
|
|
1401
1459
|
&.arrow-up {
|
|
1402
1460
|
margin-bottom: eleVar('timepicker', 'line-padding');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { IconProps, RowProps, ColProps, BreadcrumbProps, BreadcrumbItemProps, InputProps, TagProps, AvatarProps, PopoverProps, ElTooltipProps as TooltipProps, PopconfirmProps, AlertProps, ButtonProps, CardProps, EmptyProps, ProgressProps, MenuProps, MenuItemProps, SubMenuProps, MenuItemGroupProps, BadgeProps, DialogProps, StepProps, TabsProps, TabPaneProps, TableProps, ElPopover, ElTooltip, ElBreadcrumb, ElDrawer, ElInput, ElDropdown, ElMenu, ElSubMenu, ElDialog, ElTable, ElTabs, ElImage, ElScrollbar } from 'element-plus';
|
|
1
|
+
import type { ExtractPropTypes, CSSProperties } from 'vue';
|
|
2
|
+
import type { IconProps, RowProps, ColProps, BreadcrumbProps, BreadcrumbItemProps, InputProps, TagProps, AvatarProps, PopoverProps, ElTooltipProps as TooltipProps, PopconfirmProps, AlertProps, ButtonProps, CardProps, EmptyProps, ProgressProps, MenuProps, MenuItemProps, SubMenuProps, MenuItemGroupProps, BadgeProps, DialogProps, StepProps, TabsProps, TabPaneProps, TableProps, ElPopper, ElPopover, ElTooltip, ElBreadcrumb, ElDrawer, ElInput, ElDropdown, ElMenu, ElSubMenu, ElDialog, ElTable, ElTabs, ElImage, ElScrollbar } from 'element-plus';
|
|
3
3
|
import type { dropdownProps } from 'element-plus';
|
|
4
4
|
import type { dropdownItemProps } from 'element-plus';
|
|
5
5
|
import type columnProps from 'element-plus/es/components/table/src/table-column/defaults';
|
|
@@ -26,7 +26,7 @@ export type ComponentProps<T> = Partial<T> & {
|
|
|
26
26
|
/** 类名 */
|
|
27
27
|
class?: string;
|
|
28
28
|
/** 样式 */
|
|
29
|
-
style?:
|
|
29
|
+
style?: Exclude<StyleValue, string>;
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
32
|
* ElementPlus 组件属性
|
|
@@ -63,6 +63,7 @@ export type ElColumnProps = Partial<ExtractPropTypes<typeof columnProps>>;
|
|
|
63
63
|
/**
|
|
64
64
|
* ElementPlus 组件实例
|
|
65
65
|
*/
|
|
66
|
+
export type ElPopperInstance = InstanceType<typeof ElPopper> | null;
|
|
66
67
|
export type ElPopoverInstance = InstanceType<typeof ElPopover> | null;
|
|
67
68
|
export type ElTooltipInstance = InstanceType<typeof ElTooltip> | null;
|
|
68
69
|
export type ElBreadcrumbInstance = InstanceType<typeof ElBreadcrumb> | null;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import type { Ref } from 'vue';
|
|
1
2
|
import JsBarCode from 'jsbarcode';
|
|
3
|
+
import type { JsBarCodeInstance } from './types';
|
|
2
4
|
declare const _default: import("vue").DefineComponent<{
|
|
3
5
|
value: StringConstructor;
|
|
4
6
|
tag: {
|
|
@@ -7,32 +9,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
9
|
};
|
|
8
10
|
options: import("vue").PropType<JsBarCode.Options>;
|
|
9
11
|
}, {
|
|
10
|
-
rootRef:
|
|
11
|
-
instance:
|
|
12
|
-
options: (options: JsBarCode.Options) => JsBarCode.api;
|
|
13
|
-
blank: (size: number) => JsBarCode.api;
|
|
14
|
-
init: (options?: JsBarCode.Options | undefined) => void;
|
|
15
|
-
render: () => void;
|
|
16
|
-
CODE39: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
17
|
-
CODE128: (value: string, options?: JsBarCode.Code128Options | undefined) => JsBarCode.api;
|
|
18
|
-
CODE128A: (value: string, options?: JsBarCode.Code128Options | undefined) => JsBarCode.api;
|
|
19
|
-
CODE128B: (value: string, options?: JsBarCode.Code128Options | undefined) => JsBarCode.api;
|
|
20
|
-
CODE128C: (value: string, options?: JsBarCode.Code128Options | undefined) => JsBarCode.api;
|
|
21
|
-
EAN13: (value: string, options?: JsBarCode.Ean13Options | undefined) => JsBarCode.api;
|
|
22
|
-
EAN8: (value: string, options?: JsBarCode.Ean8Options | undefined) => JsBarCode.api;
|
|
23
|
-
EAN5: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
24
|
-
EAN2: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
25
|
-
UPC: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
26
|
-
ITF14: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
27
|
-
ITF: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
28
|
-
MSI: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
29
|
-
MSI10: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
30
|
-
MSI11: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
31
|
-
MSI1010: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
32
|
-
MSI1110: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
33
|
-
pharmacode: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
34
|
-
codabar: (value: string, options?: JsBarCode.BaseOptions | undefined) => JsBarCode.api;
|
|
35
|
-
} | null>;
|
|
12
|
+
rootRef: Ref<HTMLElement | null>;
|
|
13
|
+
instance: Ref<JsBarCodeInstance>;
|
|
36
14
|
render: () => void;
|
|
37
15
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
16
|
value: StringConstructor;
|
|
@@ -66,8 +66,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
67
67
|
onFocus?: ((_e: FocusEvent) => any) | undefined;
|
|
68
68
|
onBlur?: ((_e: FocusEvent) => any) | undefined;
|
|
69
|
-
onRemoveTag?: ((_item: SelectedItem) => any) | undefined;
|
|
70
69
|
onClear?: (() => any) | undefined;
|
|
70
|
+
onRemoveTag?: ((_item: SelectedItem) => any) | undefined;
|
|
71
71
|
}, {
|
|
72
72
|
disabled: boolean;
|
|
73
73
|
teleported: boolean;
|
|
@@ -11,8 +11,11 @@
|
|
|
11
11
|
box-sizing: border-box;
|
|
12
12
|
background: eleVar('card', 'bg');
|
|
13
13
|
border-radius: eleVar('card', 'radius');
|
|
14
|
-
transition:
|
|
15
|
-
|
|
14
|
+
transition: (
|
|
15
|
+
border-color $ele-transition,
|
|
16
|
+
background-color $ele-transition,
|
|
17
|
+
box-shadow $ele-transition
|
|
18
|
+
);
|
|
16
19
|
|
|
17
20
|
& > .el-card__body {
|
|
18
21
|
box-sizing: border-box;
|
|
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
onChange?: ((_value: CheckedValue) => any) | undefined;
|
|
45
45
|
}, {
|
|
46
46
|
disabled: boolean;
|
|
47
|
+
multiple: boolean;
|
|
47
48
|
bordered: boolean;
|
|
48
49
|
arrow: boolean;
|
|
49
|
-
multiple: boolean;
|
|
50
50
|
}, {}>;
|
|
51
51
|
export default _default;
|
|
@@ -6,8 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
.ele-check-card {
|
|
8
8
|
box-sizing: border-box;
|
|
9
|
-
transition:
|
|
10
|
-
|
|
9
|
+
transition: (
|
|
10
|
+
color $ele-transition,
|
|
11
|
+
border-color $ele-transition,
|
|
12
|
+
border-width $ele-transition,
|
|
13
|
+
box-shadow $ele-transition
|
|
14
|
+
);
|
|
11
15
|
position: relative;
|
|
12
16
|
cursor: pointer;
|
|
13
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Ref } from 'vue';
|
|
2
2
|
import { LAYOUT_KEY } from './props';
|
|
3
3
|
import type { EleGlobalProvide, LocaleProps, UseLicenseResult, UseLocaleResult, LayoutProvide, ResponsiveProps } from './types';
|
|
4
|
-
export declare const UNAUTHORIZED_TIP = "\
|
|
4
|
+
export declare const UNAUTHORIZED_TIP = "EleAdminPlus \u4E3A\u5546\u4E1A\u4EA7\u54C1, \u8BF7\u524D\u5F80 https://eleadmin.com \u8D2D\u4E70\u6388\u6743\u540E\u518D\u4F7F\u7528.";
|
|
5
5
|
/**
|
|
6
6
|
* 获取全局配置
|
|
7
7
|
*/
|