easy3wui 1.5.46 → 1.5.47-beta2

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 (47) hide show
  1. package/assets/gridPage.css +0 -92
  2. package/lib/Easy3wDownLoad/Easy3wRCView.js +0 -65
  3. package/package.json +1 -1
  4. package/assets/index.css +0 -1484
  5. package/assets/login.css +0 -61
  6. package/assets/loginLayout.css +0 -115
  7. package/assets/modal.css +0 -0
  8. package/assets/result.css +0 -45
  9. package/assets/userLayout.css +0 -70
  10. package/lib/Easy3wDownLoad/index.js +0 -329
  11. package/lib/Easy3wException/403.js +0 -21
  12. package/lib/Easy3wException/404.js +0 -21
  13. package/lib/Easy3wException/500.js +0 -21
  14. package/lib/Easy3wException/index.js +0 -94
  15. package/lib/Easy3wException/typeConfig.js +0 -23
  16. package/lib/Easy3wFlow/index.js +0 -548
  17. package/lib/Easy3wFormPage/index.js +0 -1955
  18. package/lib/Easy3wGetCookie/index.js +0 -14
  19. package/lib/Easy3wGlobalFooter/index.js +0 -73
  20. package/lib/Easy3wGlobalHeader/index.js +0 -148
  21. package/lib/Easy3wGridCheckBox/index.js +0 -69
  22. package/lib/Easy3wGridDatePicker/index.js +0 -90
  23. package/lib/Easy3wGridDateTimePicker/index.js +0 -122
  24. package/lib/Easy3wGridInput/index.js +0 -105
  25. package/lib/Easy3wGridInputNumber/index.js +0 -83
  26. package/lib/Easy3wGridInputNumberFormat/index.js +0 -93
  27. package/lib/Easy3wGridPage/index.js +0 -627
  28. package/lib/Easy3wGridRadio/index.js +0 -70
  29. package/lib/Easy3wGridSelect/index.js +0 -95
  30. package/lib/Easy3wGridTextArea/index.js +0 -128
  31. package/lib/Easy3wInput/index.js +0 -48
  32. package/lib/Easy3wLogin/index.js +0 -386
  33. package/lib/Easy3wLoginLayout/index.js +0 -628
  34. package/lib/Easy3wModal/index.js +0 -144
  35. package/lib/Easy3wPositionButton/index.js +0 -99
  36. package/lib/Easy3wQryGrid/index.js +0 -670
  37. package/lib/Easy3wResult/index.js +0 -77
  38. package/lib/Easy3wSetCookie/index.js +0 -13
  39. package/lib/Easy3wSpin/index.js +0 -69
  40. package/lib/Easy3wTabs/index.js +0 -89
  41. package/lib/Easy3wTagSelect/index.js +0 -238
  42. package/lib/Easy3wUpload/index.js +0 -511
  43. package/lib/Easy3wUploadB/index copy 2.js +0 -1011
  44. package/lib/Easy3wUploadB/index copy.js +0 -1020
  45. package/lib/Easy3wUploadB/index.js +0 -1056
  46. package/lib/Easy3wUploadM/index.js +0 -512
  47. 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
- }
@@ -1,65 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
-
5
- var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');
6
-
7
- var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
8
-
9
- var _possibleConstructorReturn2 = require('babel-runtime/helpers/possibleConstructorReturn');
10
-
11
- var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
12
-
13
- var _inherits2 = require('babel-runtime/helpers/inherits');
14
-
15
- var _inherits3 = _interopRequireDefault(_inherits2);
16
-
17
- var _react = require('react');
18
-
19
- var _react2 = _interopRequireDefault(_react);
20
-
21
- var _rcViewer = require('@hanyk/rc-viewer');
22
-
23
- var _rcViewer2 = _interopRequireDefault(_rcViewer);
24
-
25
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
26
-
27
- var Easy3wRCView = function (_PureComponent) {
28
- (0, _inherits3['default'])(Easy3wRCView, _PureComponent);
29
-
30
- function Easy3wRCView() {
31
- (0, _classCallCheck3['default'])(this, Easy3wRCView);
32
- return (0, _possibleConstructorReturn3['default'])(this, _PureComponent.apply(this, arguments));
33
- }
34
-
35
- Easy3wRCView.prototype.componentDidUpdate = function componentDidUpdate() {
36
- // eslint-disable-next-line react/no-string-refs
37
- var viewer = this.refs.viewer.viewer;
38
-
39
- viewer.show();
40
- };
41
-
42
- Easy3wRCView.prototype.render = function render() {
43
- var _props = this.props,
44
- imgUrl = _props.imgUrl,
45
- hideModal = _props.hideModal;
46
-
47
- return _react2['default'].createElement(
48
- _rcViewer2['default'],
49
- {
50
- options: {
51
- // 关闭时的回调
52
- hide: hideModal
53
- }
54
- // eslint-disable-next-line react/no-string-refs
55
- , ref: 'viewer'
56
- },
57
- _react2['default'].createElement('img', { style: { display: 'none' }, src: imgUrl, alt: '' })
58
- );
59
- };
60
-
61
- return Easy3wRCView;
62
- }(_react.PureComponent);
63
-
64
- exports['default'] = Easy3wRCView;
65
- module.exports = exports['default'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.46",
3
+ "version": "1.5.47-beta2",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",