easy3wui 1.5.21 → 1.5.22
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/package.json +1 -1
- package/assets/btn.css +0 -17
- package/assets/captcha.css +0 -5
- package/assets/card.css +0 -34
- package/assets/exception.css +0 -76
- package/assets/flow.css +0 -860
- package/assets/formPage.css +0 -15
- package/assets/globalFooter.css +0 -26
- package/assets/globalHeader.css +0 -69
- package/assets/gridPage.css +0 -93
- package/assets/index.css +0 -1454
- package/assets/login.css +0 -61
- package/assets/loginLayout.css +0 -115
- package/assets/modal.css +0 -0
- package/assets/result.css +0 -45
- package/assets/userLayout.css +0 -70
- package/lib/Easy3wA/index.js +0 -100
- package/lib/Easy3wAESDecrypt/index.js +0 -21
- package/lib/Easy3wAESEncrypt/index.js +0 -20
- package/lib/Easy3wBlankLayout/index.js +0 -114
- package/lib/Easy3wButton/index.js +0 -265
- package/lib/Easy3wButtonOne/index.js +0 -148
- package/lib/Easy3wCaHandler/index.js +0 -206
- package/lib/Easy3wCaptcha/index.js +0 -145
- package/lib/Easy3wCard/index.js +0 -66
- package/lib/Easy3wDictCode/index.js +0 -50
- package/lib/Easy3wDownLoad/Easy3wFileView.js +0 -82
- package/lib/Easy3wDownLoad/Easy3wImgView.js +0 -73
- package/lib/Easy3wDownLoad/Easy3wPDFView.js +0 -139
- package/lib/Easy3wDownLoad/Easy3wRCView.js +0 -65
- package/lib/Easy3wDownLoad/index.js +0 -315
- package/lib/Easy3wException/403.js +0 -21
- package/lib/Easy3wException/404.js +0 -21
- package/lib/Easy3wException/500.js +0 -21
- package/lib/Easy3wException/index.js +0 -94
- package/lib/Easy3wException/typeConfig.js +0 -23
- package/lib/Easy3wFlow/index.js +0 -546
- package/lib/Easy3wFormPage/index.js +0 -1591
- package/lib/Easy3wGetCookie/index.js +0 -14
- package/lib/Easy3wGlobalFooter/index.js +0 -73
- package/lib/Easy3wGlobalHeader/index.js +0 -148
- package/lib/Easy3wGridCheckBox/index.js +0 -69
- package/lib/Easy3wGridDatePicker/index.js +0 -90
- package/lib/Easy3wGridDateTimePicker/index.js +0 -122
- package/lib/Easy3wGridInput/index.js +0 -85
- package/lib/Easy3wGridInputNumber/index.js +0 -83
- package/lib/Easy3wGridInputNumberFormat/index.js +0 -93
- package/lib/Easy3wGridPage/index.js +0 -593
- package/lib/Easy3wGridRadio/index.js +0 -70
- package/lib/Easy3wGridSelect/index.js +0 -93
- package/lib/Easy3wGridTextArea/index.js +0 -84
- package/lib/Easy3wInput/index.js +0 -48
- package/lib/Easy3wLogin/index.js +0 -386
- package/lib/Easy3wLoginLayout/index.js +0 -628
- package/lib/Easy3wModal/index.js +0 -143
- package/lib/Easy3wPositionButton/index.js +0 -99
- package/lib/Easy3wQryGrid/index.js +0 -670
- package/lib/Easy3wResult/index.js +0 -77
- package/lib/Easy3wSetCookie/index.js +0 -13
- package/lib/Easy3wSpin/index.js +0 -69
- package/lib/Easy3wTabs/index.js +0 -89
- package/lib/Easy3wTagSelect/index.js +0 -238
- package/lib/Easy3wTagSelect/index.less +0 -120
- package/lib/Easy3wUpload/index.js +0 -507
- package/lib/Easy3wUploadB/index copy 2.js +0 -1011
- package/lib/Easy3wUploadB/index copy.js +0 -1020
- package/lib/Easy3wUploadB/index.js +0 -1039
- package/lib/Easy3wUploadM/index.js +0 -506
- package/lib/Easy3wUserLayout/index.js +0 -138
- package/lib/index.js +0 -383
package/assets/formPage.css
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
.ant-upload-list-item {
|
|
2
|
-
width: auto;
|
|
3
|
-
}
|
|
4
|
-
.ant-upload-list-item .ant-upload-list-item-info {
|
|
5
|
-
width: auto;
|
|
6
|
-
}
|
|
7
|
-
.ant-upload-list-item .ant-upload-list-item-name {
|
|
8
|
-
padding-right: 24px;
|
|
9
|
-
}
|
|
10
|
-
.ant-upload-list-item .anticon-cross {
|
|
11
|
-
right: -2px;
|
|
12
|
-
}
|
|
13
|
-
.e3wFormItem .ant-form-item {
|
|
14
|
-
margin-bottom: 8px;
|
|
15
|
-
}
|
package/assets/globalFooter.css
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
-
.e3wGlobalFooterDiv {
|
|
6
|
-
padding: 0 16px;
|
|
7
|
-
margin: 24px 0 24px 0;
|
|
8
|
-
text-align: center;
|
|
9
|
-
}
|
|
10
|
-
.e3wGlobalFooterDiv .e3wGlobalFooterLinks {
|
|
11
|
-
margin-bottom: 8px;
|
|
12
|
-
}
|
|
13
|
-
.e3wGlobalFooterDiv .e3wGlobalFooterLinks a {
|
|
14
|
-
color: rgba(0, 0, 0, 0.45);
|
|
15
|
-
transition: all .3s;
|
|
16
|
-
}
|
|
17
|
-
.e3wGlobalFooterDiv .e3wGlobalFooterLinks a:not(:last-child) {
|
|
18
|
-
margin-right: 40px;
|
|
19
|
-
}
|
|
20
|
-
.e3wGlobalFooterDiv .e3wGlobalFooterLinks a:hover {
|
|
21
|
-
color: rgba(0, 0, 0, 0.65);
|
|
22
|
-
}
|
|
23
|
-
.e3wGlobalFooterDiv .e3wGlobalFooterCopyright {
|
|
24
|
-
color: rgba(0, 0, 0, 0.45);
|
|
25
|
-
font-size: 14px;
|
|
26
|
-
}
|
package/assets/globalHeader.css
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
-
.e3wGlobalHeaderHeader {
|
|
6
|
-
padding: 0 12px 0 0;
|
|
7
|
-
background: #fff;
|
|
8
|
-
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
9
|
-
position: relative;
|
|
10
|
-
}
|
|
11
|
-
.e3wGlobalHeaderHeader h1 {
|
|
12
|
-
color: #000;
|
|
13
|
-
display: inline-block;
|
|
14
|
-
vertical-align: middle;
|
|
15
|
-
font-size: 14px;
|
|
16
|
-
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
17
|
-
font-weight: 400;
|
|
18
|
-
}
|
|
19
|
-
:global(.ant-layout-sider-collapsed) .logo {
|
|
20
|
-
padding-left: 10px;
|
|
21
|
-
}
|
|
22
|
-
:global(.ant-layout-sider-collapsed) .logo > a {
|
|
23
|
-
width: 32px;
|
|
24
|
-
}
|
|
25
|
-
.e3wGlobalHeaderTrigger {
|
|
26
|
-
font-size: 20px;
|
|
27
|
-
line-height: 64px;
|
|
28
|
-
cursor: pointer;
|
|
29
|
-
transition: all .3s;
|
|
30
|
-
padding: 0 24px;
|
|
31
|
-
}
|
|
32
|
-
.e3wGlobalHeaderTrigger:hover {
|
|
33
|
-
background: #e6f7ff;
|
|
34
|
-
}
|
|
35
|
-
.e3wGlobalHeaderRight {
|
|
36
|
-
float: right;
|
|
37
|
-
height: 100%;
|
|
38
|
-
}
|
|
39
|
-
.e3wGlobalHeaderRight .e3wGlobalHeaderAction {
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
padding: 0 12px;
|
|
42
|
-
display: inline-block;
|
|
43
|
-
transition: all .3s;
|
|
44
|
-
height: 100%;
|
|
45
|
-
}
|
|
46
|
-
.e3wGlobalHeaderRight .e3wGlobalHeaderAction > i {
|
|
47
|
-
font-size: 14px;
|
|
48
|
-
vertical-align: middle;
|
|
49
|
-
}
|
|
50
|
-
.e3wGlobalHeaderRight .e3wGlobalHeaderAction:global(.ant-popover-open),
|
|
51
|
-
.e3wGlobalHeaderRight .e3wGlobalHeaderAction:hover {
|
|
52
|
-
background: #e6f7ff;
|
|
53
|
-
}
|
|
54
|
-
.e3wGlobalHeaderRight .e3wGlobalHeaderAccount .e3wGlobalHeaderAvatar {
|
|
55
|
-
margin: 20px 8px 20px 0;
|
|
56
|
-
color: #1890ff;
|
|
57
|
-
background: rgba(255, 255, 255, 0.85);
|
|
58
|
-
vertical-align: middle;
|
|
59
|
-
}
|
|
60
|
-
.e3wGlobalHeaderRight .e3wGlobalHeaderIcon {
|
|
61
|
-
font-size: 14px;
|
|
62
|
-
padding: 4px;
|
|
63
|
-
}
|
|
64
|
-
.e3wGlobalHeaderMenu :global(.anticon) {
|
|
65
|
-
margin-right: 8px;
|
|
66
|
-
}
|
|
67
|
-
.e3wGlobalHeaderMenu :global(.ant-dropdown-menu-item) {
|
|
68
|
-
width: 160px;
|
|
69
|
-
}
|
package/assets/gridPage.css
DELETED
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wGridShortText {
|
|
6
|
-
text-align: center;
|
|
7
|
-
}
|
|
8
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wGridLongText {
|
|
9
|
-
text-align: left;
|
|
10
|
-
}
|
|
11
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wGridNumber {
|
|
12
|
-
text-align: right;
|
|
13
|
-
}
|
|
14
|
-
.scrollY .ant-table-tbody > .ant-table-row .e3wMaxText {
|
|
15
|
-
text-align: left;
|
|
16
|
-
max-width: 240px;
|
|
17
|
-
text-overflow: ellipsis;
|
|
18
|
-
white-space: nowrap;
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
}
|
|
21
|
-
.scrollY .ant-table-thead > tr > th {
|
|
22
|
-
text-align: center;
|
|
23
|
-
}
|
|
24
|
-
.scrollX .ant-table-thead > tr > th {
|
|
25
|
-
word-break: keep-all;
|
|
26
|
-
white-space: nowrap;
|
|
27
|
-
text-align: center;
|
|
28
|
-
}
|
|
29
|
-
.scrollX .ant-table-tbody > .ant-table-row td {
|
|
30
|
-
max-width: 240px;
|
|
31
|
-
word-break: keep-all;
|
|
32
|
-
text-overflow: ellipsis;
|
|
33
|
-
white-space: nowrap;
|
|
34
|
-
overflow: hidden;
|
|
35
|
-
}
|
|
36
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wText {
|
|
37
|
-
white-space: normal;
|
|
38
|
-
text-align: left;
|
|
39
|
-
}
|
|
40
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wGridShortText {
|
|
41
|
-
text-align: center;
|
|
42
|
-
}
|
|
43
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wGridLongText {
|
|
44
|
-
text-align: left;
|
|
45
|
-
}
|
|
46
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wGridNumber {
|
|
47
|
-
text-align: right;
|
|
48
|
-
}
|
|
49
|
-
.scrollX .ant-table-tbody > .ant-table-row .e3wMaxText {
|
|
50
|
-
text-align: left;
|
|
51
|
-
max-width: 240px;
|
|
52
|
-
text-overflow: ellipsis;
|
|
53
|
-
white-space: nowrap;
|
|
54
|
-
overflow: hidden;
|
|
55
|
-
}
|
|
56
|
-
.scrollPrint .ant-table-thead > tr > th {
|
|
57
|
-
text-align: center;
|
|
58
|
-
}
|
|
59
|
-
.scrollPrint .ant-table-tbody > .ant-table-row td {
|
|
60
|
-
max-width: 240px;
|
|
61
|
-
word-break: keep-all;
|
|
62
|
-
}
|
|
63
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
|
|
64
|
-
text-align: left;
|
|
65
|
-
}
|
|
66
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wGridShortText {
|
|
67
|
-
text-align: center;
|
|
68
|
-
}
|
|
69
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wGridLongText {
|
|
70
|
-
text-align: left;
|
|
71
|
-
}
|
|
72
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wGridNumber {
|
|
73
|
-
text-align: right;
|
|
74
|
-
}
|
|
75
|
-
.scrollPrint .ant-table-tbody > .ant-table-row .e3wMaxText {
|
|
76
|
-
max-width: 240px;
|
|
77
|
-
text-align: left;
|
|
78
|
-
}
|
|
79
|
-
.butt {
|
|
80
|
-
background-color: #1890ff;
|
|
81
|
-
color: #fff;
|
|
82
|
-
font-size: 14px;
|
|
83
|
-
}
|
|
84
|
-
.butt:visited,
|
|
85
|
-
.butt:focus,
|
|
86
|
-
.butt:hover,
|
|
87
|
-
.butt:active {
|
|
88
|
-
background-color: #1890ff;
|
|
89
|
-
color: #fff;
|
|
90
|
-
}
|
|
91
|
-
.onRow tr:hover {
|
|
92
|
-
cursor: pointer;
|
|
93
|
-
}
|