easy3wui 1.5.51-beta2 → 1.5.51-beta3

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.
Files changed (48) hide show
  1. package/assets/gridPage.css +0 -92
  2. package/package.json +1 -1
  3. package/assets/index.css +0 -1484
  4. package/assets/login.css +0 -61
  5. package/assets/loginLayout.css +0 -115
  6. package/assets/modal.css +0 -0
  7. package/assets/result.css +0 -45
  8. package/assets/userLayout.css +0 -70
  9. package/lib/Easy3wDownLoad/index.js +0 -329
  10. package/lib/Easy3wException/403.js +0 -21
  11. package/lib/Easy3wException/404.js +0 -21
  12. package/lib/Easy3wException/500.js +0 -21
  13. package/lib/Easy3wException/index.js +0 -94
  14. package/lib/Easy3wException/typeConfig.js +0 -23
  15. package/lib/Easy3wFlow/index.js +0 -548
  16. package/lib/Easy3wFormPage/index copy.js +0 -2187
  17. package/lib/Easy3wFormPage/index.js +0 -1961
  18. package/lib/Easy3wGetCookie/index.js +0 -14
  19. package/lib/Easy3wGetDesensitization/index.js +0 -43
  20. package/lib/Easy3wGlobalFooter/index.js +0 -73
  21. package/lib/Easy3wGlobalHeader/index.js +0 -148
  22. package/lib/Easy3wGridCheckBox/index.js +0 -69
  23. package/lib/Easy3wGridDatePicker/index.js +0 -90
  24. package/lib/Easy3wGridDateTimePicker/index.js +0 -122
  25. package/lib/Easy3wGridInput/index.js +0 -105
  26. package/lib/Easy3wGridInputNumber/index.js +0 -83
  27. package/lib/Easy3wGridInputNumberFormat/index.js +0 -93
  28. package/lib/Easy3wGridPage/index.js +0 -642
  29. package/lib/Easy3wGridRadio/index.js +0 -70
  30. package/lib/Easy3wGridSelect/index.js +0 -95
  31. package/lib/Easy3wGridTextArea/index.js +0 -128
  32. package/lib/Easy3wInput/index.js +0 -48
  33. package/lib/Easy3wLogin/index.js +0 -386
  34. package/lib/Easy3wLoginLayout/index.js +0 -628
  35. package/lib/Easy3wModal/index.js +0 -144
  36. package/lib/Easy3wPositionButton/index.js +0 -99
  37. package/lib/Easy3wQryGrid/index.js +0 -670
  38. package/lib/Easy3wResult/index.js +0 -77
  39. package/lib/Easy3wSetCookie/index.js +0 -13
  40. package/lib/Easy3wSpin/index.js +0 -69
  41. package/lib/Easy3wTabs/index.js +0 -89
  42. package/lib/Easy3wTagSelect/index.js +0 -238
  43. package/lib/Easy3wUpload/index.js +0 -511
  44. package/lib/Easy3wUploadB/index copy 2.js +0 -1011
  45. package/lib/Easy3wUploadB/index copy.js +0 -1020
  46. package/lib/Easy3wUploadB/index.js +0 -1056
  47. package/lib/Easy3wUploadM/index.js +0 -512
  48. package/lib/Easy3wUserLayout/index.js +0 -138
@@ -1,92 +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
- }
62
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
63
- text-align: left;
64
- }
65
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wGridShortText {
66
- text-align: center;
67
- }
68
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wGridLongText {
69
- text-align: justify;
70
- }
71
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wGridNumber {
72
- text-align: right;
73
- }
74
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wMaxText {
75
- max-width: 240px;
76
- text-align: left;
77
- }
78
- .butt {
79
- background-color: #1890ff;
80
- color: #fff;
81
- font-size: 14px;
82
- }
83
- .butt:visited,
84
- .butt:focus,
85
- .butt:hover,
86
- .butt:active {
87
- background-color: #1890ff;
88
- color: #fff;
89
- }
90
- .onRow tr:hover {
91
- cursor: pointer;
92
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.51-beta2",
3
+ "version": "1.5.51-beta3",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",