cloud-b2b 1.1.50 → 1.1.52
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 +44 -22
- package/src/Area/Area.js +94 -0
- package/src/Card/Card.js +16 -0
- package/src/CodeInput/CodeInput.js +76 -0
- package/src/Control/Control.js +338 -0
- package/src/Control/event.js +45 -0
- package/src/Enhance/Dialogs.js +24 -0
- package/src/Enhance/Loading.js +83 -0
- package/{es → src}/Enhance/index.js +8 -8
- package/src/Header/Header.js +149 -0
- package/src/Header/Vertical.js +74 -0
- package/src/ImageView/ImageView.js +62 -0
- package/src/Indent/Indent.js +12 -0
- package/src/InpurCascader/InputCascader.js +83 -0
- package/src/InputEditor/InputEditor.js +93 -0
- package/src/InputSearch/InputSearch.js +186 -0
- package/src/InputSelect/InputSelect.js +103 -0
- package/src/InputTreeSelect/InputTreeSelect.js +87 -0
- package/src/InputWriting/InputWriting.js +65 -0
- package/src/Layout/Layout.js +121 -0
- package/src/LayoutLink/LayoutLink.js +59 -0
- package/src/Link/Link.js +57 -0
- package/src/Loading/Loading.js +15 -0
- package/src/Loading2/Loading2.js +15 -0
- package/src/ModalWithDrag/ModalWithDrag.js +17 -0
- package/src/ModalWithDrag/drag.js +128 -0
- package/src/NumberInput/NumberInput.js +137 -0
- package/src/Search/Search.js +368 -0
- package/src/Sidebar/Sidebar.js +111 -0
- package/src/Sidebar2/Sidebar.js +143 -0
- package/src/SuperForm/SuperForm.js +516 -0
- package/src/SuperForm2/SuperForm.js +588 -0
- package/src/SuperIcon/SuperIcon.js +14 -0
- package/src/SuperPagination/SuperPagination.js +65 -0
- package/src/SuperTab/SuperTab.js +84 -0
- package/src/SuperTab2/SuperTab2.js +94 -0
- package/src/SuperTable/DragSortRow.js +62 -0
- package/src/SuperTable/FilterDropDown.js +111 -0
- package/src/SuperTable/SuperTable.js +590 -0
- package/src/SuperTable/fixed.js +34 -0
- package/src/SuperTable2/SuperTable2.js +600 -0
- package/src/SuperTable2/SuperTableCell.js +144 -0
- package/src/SuperTable3/FilterDropDown.js +111 -0
- package/src/SuperTable3/SuperTable.js +498 -0
- package/src/SuperTable3/fixed.js +34 -0
- package/src/SuperToolbar/SuperToolbar.js +128 -0
- package/src/SuperUpload/SuperUpload.js +137 -0
- package/src/Title/Title.js +18 -0
- package/src/Viewer/ImageViews.js +220 -0
- package/src/Viewer/Viewer.js +97 -0
- package/src/WingBlank/WingBlank.js +14 -0
- package/src/helper.js +185 -0
- package/src/history.js +6 -0
- package/src/index.js +38 -0
- package/src/variables.js +5 -0
- package/test/index.html +10 -0
- package/test/test.js +16 -0
- package/test/test.less +12 -0
- package/test/webpack.config.js +71 -0
- package/tools/babel.config.js +14 -0
- package/tools/build.js +70 -0
- package/tools/publish.js +9 -0
- package/tools/util.js +53 -0
- package/es/Area/Area.js +0 -170
- package/es/Card/Card.js +0 -20
- package/es/CodeInput/CodeInput.js +0 -152
- package/es/Control/Control.js +0 -496
- package/es/Control/event.js +0 -57
- package/es/Enhance/Dialogs.js +0 -67
- package/es/Enhance/Loading.js +0 -151
- package/es/Header/Header.js +0 -194
- package/es/Header/Vertical.js +0 -129
- package/es/ImageView/ImageView.js +0 -117
- package/es/Indent/Indent.js +0 -23
- package/es/InpurCascader/InputCascader.js +0 -135
- package/es/InputEditor/InputEditor.js +0 -113
- package/es/InputSearch/InputSearch.js +0 -311
- package/es/InputSelect/InputSelect.js +0 -191
- package/es/InputTreeSelect/InputTreeSelect.js +0 -147
- package/es/InputWriting/InputWriting.js +0 -107
- package/es/Layout/Layout.js +0 -232
- package/es/LayoutLink/LayoutLink.js +0 -82
- package/es/Link/Link.js +0 -108
- package/es/Loading/Loading.js +0 -15
- package/es/Loading2/Loading2.js +0 -11
- package/es/ModalWithDrag/ModalWithDrag.js +0 -34
- package/es/ModalWithDrag/drag.js +0 -133
- package/es/NumberInput/NumberInput.js +0 -240
- package/es/Search/Search.js +0 -595
- package/es/Sidebar/Sidebar.js +0 -165
- package/es/Sidebar2/Sidebar.js +0 -192
- package/es/SuperForm/SuperForm.js +0 -720
- package/es/SuperForm2/SuperForm.js +0 -828
- package/es/SuperIcon/SuperIcon.js +0 -30
- package/es/SuperPagination/SuperPagination.js +0 -126
- package/es/SuperTab/SuperTab.js +0 -130
- package/es/SuperTab2/SuperTab2.js +0 -167
- package/es/SuperTable/DragSortRow.js +0 -125
- package/es/SuperTable/FilterDropDown.js +0 -188
- package/es/SuperTable/SuperTable.js +0 -940
- package/es/SuperTable/fixed.js +0 -42
- package/es/SuperTable2/SuperTable2.js +0 -1019
- package/es/SuperTable2/SuperTableCell.js +0 -242
- package/es/SuperTable3/FilterDropDown.js +0 -188
- package/es/SuperTable3/SuperTable.js +0 -790
- package/es/SuperTable3/fixed.js +0 -42
- package/es/SuperToolbar/SuperToolbar.js +0 -223
- package/es/SuperUpload/SuperUpload.js +0 -434
- package/es/Title/Title.js +0 -36
- package/es/Viewer/ImageViews.js +0 -311
- package/es/Viewer/Viewer.js +0 -149
- package/es/WingBlank/WingBlank.js +0 -20
- package/es/helper.js +0 -169
- package/es/history.js +0 -5
- package/es/index.js +0 -37
- package/es/variables.js +0 -4
- package/lib/Area/Area.js +0 -198
- package/lib/Area/package.json +0 -6
- package/lib/Card/Card.js +0 -38
- package/lib/Card/package.json +0 -6
- package/lib/CodeInput/CodeInput.js +0 -179
- package/lib/CodeInput/package.json +0 -6
- package/lib/Control/Control.js +0 -548
- package/lib/Control/event.js +0 -68
- package/lib/Control/package.json +0 -6
- package/lib/Enhance/Dialogs.js +0 -87
- package/lib/Enhance/Loading.js +0 -175
- package/lib/Enhance/index.js +0 -35
- package/lib/Enhance/package.json +0 -6
- package/lib/Header/Header.js +0 -215
- package/lib/Header/Header.less +0 -95
- package/lib/Header/Vertical.js +0 -150
- package/lib/Header/Vertical.less +0 -60
- package/lib/Header/package.json +0 -6
- package/lib/ImageView/ImageView.js +0 -134
- package/lib/ImageView/ImageView.less +0 -14
- package/lib/ImageView/package.json +0 -6
- package/lib/Indent/Indent.js +0 -38
- package/lib/Indent/package.json +0 -6
- package/lib/InpurCascader/InputCascader.js +0 -156
- package/lib/InpurCascader/package.json +0 -6
- package/lib/InputEditor/InputEditor.js +0 -131
- package/lib/InputEditor/inputEditor.less +0 -8
- package/lib/InputEditor/package.json +0 -6
- package/lib/InputSearch/InputSearch.js +0 -327
- package/lib/InputSearch/package.json +0 -6
- package/lib/InputSelect/InputSelect.js +0 -214
- package/lib/InputSelect/package.json +0 -6
- package/lib/InputTreeSelect/InputTreeSelect.js +0 -169
- package/lib/InputTreeSelect/package.json +0 -6
- package/lib/InputWriting/InputWriting.js +0 -123
- package/lib/InputWriting/package.json +0 -6
- package/lib/Layout/Layout.js +0 -258
- package/lib/Layout/Layout.less +0 -28
- package/lib/Layout/package.json +0 -6
- package/lib/LayoutLink/LayoutLink.js +0 -114
- package/lib/LayoutLink/LayoutLink.less +0 -53
- package/lib/LayoutLink/package.json +0 -6
- package/lib/Link/Link.js +0 -130
- package/lib/Link/package.json +0 -6
- package/lib/Loading/Loading.js +0 -30
- package/lib/Loading/Loading.less +0 -13
- package/lib/Loading/package.json +0 -6
- package/lib/Loading2/Loading2.js +0 -26
- package/lib/Loading2/Loading2.less +0 -19
- package/lib/Loading2/package.json +0 -6
- package/lib/ModalWithDrag/ModalWithDrag.js +0 -53
- package/lib/ModalWithDrag/ModalWithDrag.less +0 -6
- package/lib/ModalWithDrag/drag.js +0 -147
- package/lib/ModalWithDrag/package.json +0 -6
- package/lib/NumberInput/NumberInput.js +0 -262
- package/lib/NumberInput/package.json +0 -6
- package/lib/Search/Search.js +0 -616
- package/lib/Search/Search.less +0 -63
- package/lib/Search/package.json +0 -6
- package/lib/Sidebar/Sidebar.js +0 -186
- package/lib/Sidebar/Sidebar.less +0 -78
- package/lib/Sidebar/package.json +0 -6
- package/lib/Sidebar2/Sidebar.js +0 -213
- package/lib/Sidebar2/Sidebar.less +0 -153
- package/lib/Sidebar2/package.json +0 -6
- package/lib/SuperForm/SuperForm.js +0 -731
- package/lib/SuperForm/SuperForm.less +0 -52
- package/lib/SuperForm/package.json +0 -6
- package/lib/SuperForm2/SuperForm.js +0 -834
- package/lib/SuperForm2/SuperForm.less +0 -52
- package/lib/SuperForm2/package.json +0 -6
- package/lib/SuperIcon/SuperIcon.js +0 -47
- package/lib/SuperIcon/package.json +0 -6
- package/lib/SuperPagination/SuperPagination.js +0 -145
- package/lib/SuperPagination/package.json +0 -6
- package/lib/SuperTab/SuperTab.js +0 -146
- package/lib/SuperTab/SuperTab.less +0 -43
- package/lib/SuperTab/package.json +0 -6
- package/lib/SuperTab2/SuperTab2.js +0 -191
- package/lib/SuperTab2/SuperTab2.less +0 -18
- package/lib/SuperTab2/package.json +0 -6
- package/lib/SuperTable/DragSortRow.js +0 -142
- package/lib/SuperTable/DragSortRow.less +0 -17
- package/lib/SuperTable/FilterDropDown.js +0 -205
- package/lib/SuperTable/FilterDropDown.less +0 -30
- package/lib/SuperTable/SuperTable.js +0 -945
- package/lib/SuperTable/SuperTable.less +0 -132
- package/lib/SuperTable/fixed.js +0 -55
- package/lib/SuperTable/package.json +0 -6
- package/lib/SuperTable2/SuperTable2.js +0 -1047
- package/lib/SuperTable2/SuperTable2.less +0 -118
- package/lib/SuperTable2/SuperTableCell.js +0 -258
- package/lib/SuperTable2/package.json +0 -6
- package/lib/SuperTable3/FilterDropDown.js +0 -205
- package/lib/SuperTable3/FilterDropDown.less +0 -29
- package/lib/SuperTable3/SuperTable.js +0 -795
- package/lib/SuperTable3/SuperTable.less +0 -99
- package/lib/SuperTable3/fixed.js +0 -55
- package/lib/SuperTable3/package.json +0 -6
- package/lib/SuperToolbar/SuperToolbar.js +0 -248
- package/lib/SuperToolbar/SuperToolbar.less +0 -17
- package/lib/SuperToolbar/package.json +0 -6
- package/lib/SuperUpload/SuperUpload.js +0 -481
- package/lib/SuperUpload/SuperUpload.less +0 -28
- package/lib/SuperUpload/package.json +0 -6
- package/lib/Title/Title.js +0 -54
- package/lib/Title/Title.less +0 -35
- package/lib/Title/package.json +0 -6
- package/lib/Viewer/ImageViews.js +0 -323
- package/lib/Viewer/Viewer.js +0 -167
- package/lib/Viewer/Viewer.less +0 -67
- package/lib/Viewer/imgView.less +0 -59
- package/lib/Viewer/package.json +0 -7
- package/lib/WingBlank/WingBlank.js +0 -37
- package/lib/WingBlank/WingBlank.less +0 -12
- package/lib/WingBlank/package.json +0 -6
- package/lib/adjust.less +0 -89
- package/lib/helper.js +0 -204
- package/lib/history.js +0 -18
- package/lib/index.js +0 -347
- package/lib/index.less +0 -31
- package/lib/style.less +0 -30
- package/lib/variables.js +0 -16
- package/lib/variables.less +0 -73
- /package/{es → src}/Area/package.json +0 -0
- /package/{es → src}/Card/package.json +0 -0
- /package/{es → src}/CodeInput/package.json +0 -0
- /package/{es → src}/Control/package.json +0 -0
- /package/{es → src}/Enhance/package.json +0 -0
- /package/{es → src}/Header/Header.less +0 -0
- /package/{es → src}/Header/Vertical.less +0 -0
- /package/{es → src}/Header/package.json +0 -0
- /package/{es → src}/ImageView/ImageView.less +0 -0
- /package/{es → src}/ImageView/package.json +0 -0
- /package/{es → src}/Indent/package.json +0 -0
- /package/{es → src}/InpurCascader/package.json +0 -0
- /package/{es → src}/InputEditor/inputEditor.less +0 -0
- /package/{es → src}/InputEditor/package.json +0 -0
- /package/{es → src}/InputSearch/package.json +0 -0
- /package/{es → src}/InputSelect/package.json +0 -0
- /package/{es → src}/InputTreeSelect/package.json +0 -0
- /package/{es → src}/InputWriting/package.json +0 -0
- /package/{es → src}/Layout/Layout.less +0 -0
- /package/{es → src}/Layout/package.json +0 -0
- /package/{es → src}/LayoutLink/LayoutLink.less +0 -0
- /package/{es → src}/LayoutLink/package.json +0 -0
- /package/{es → src}/Link/package.json +0 -0
- /package/{es → src}/Loading/Loading.less +0 -0
- /package/{es → src}/Loading/package.json +0 -0
- /package/{es → src}/Loading2/Loading2.less +0 -0
- /package/{es → src}/Loading2/package.json +0 -0
- /package/{es → src}/ModalWithDrag/ModalWithDrag.less +0 -0
- /package/{es → src}/ModalWithDrag/package.json +0 -0
- /package/{es → src}/NumberInput/package.json +0 -0
- /package/{es → src}/Search/Search.less +0 -0
- /package/{es → src}/Search/package.json +0 -0
- /package/{es → src}/Sidebar/Sidebar.less +0 -0
- /package/{es → src}/Sidebar/package.json +0 -0
- /package/{es → src}/Sidebar2/Sidebar.less +0 -0
- /package/{es → src}/Sidebar2/package.json +0 -0
- /package/{es → src}/SuperForm/SuperForm.less +0 -0
- /package/{es → src}/SuperForm/package.json +0 -0
- /package/{es → src}/SuperForm2/SuperForm.less +0 -0
- /package/{es → src}/SuperForm2/package.json +0 -0
- /package/{es → src}/SuperIcon/package.json +0 -0
- /package/{es → src}/SuperPagination/package.json +0 -0
- /package/{es → src}/SuperTab/SuperTab.less +0 -0
- /package/{es → src}/SuperTab/package.json +0 -0
- /package/{es → src}/SuperTab2/SuperTab2.less +0 -0
- /package/{es → src}/SuperTab2/package.json +0 -0
- /package/{es → src}/SuperTable/DragSortRow.less +0 -0
- /package/{es → src}/SuperTable/FilterDropDown.less +0 -0
- /package/{es → src}/SuperTable/SuperTable.less +0 -0
- /package/{es → src}/SuperTable/package.json +0 -0
- /package/{es → src}/SuperTable2/SuperTable2.less +0 -0
- /package/{es → src}/SuperTable2/package.json +0 -0
- /package/{es → src}/SuperTable3/FilterDropDown.less +0 -0
- /package/{es → src}/SuperTable3/SuperTable.less +0 -0
- /package/{es → src}/SuperTable3/package.json +0 -0
- /package/{es → src}/SuperToolbar/SuperToolbar.less +0 -0
- /package/{es → src}/SuperToolbar/package.json +0 -0
- /package/{es → src}/SuperUpload/SuperUpload.less +0 -0
- /package/{es → src}/SuperUpload/package.json +0 -0
- /package/{es → src}/Title/Title.less +0 -0
- /package/{es → src}/Title/package.json +0 -0
- /package/{es → src}/Viewer/Viewer.less +0 -0
- /package/{es → src}/Viewer/imgView.less +0 -0
- /package/{es → src}/Viewer/package.json +0 -0
- /package/{es → src}/WingBlank/WingBlank.less +0 -0
- /package/{es → src}/WingBlank/package.json +0 -0
- /package/{es → src}/adjust.less +0 -0
- /package/{es → src}/style.less +0 -0
- /package/{es → src}/variables.less +0 -0
package/lib/adjust.less
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
.ant-table-small {
|
|
3
|
-
.ant-table-thead {
|
|
4
|
-
background-color: @table-header-bg;
|
|
5
|
-
|
|
6
|
-
> tr > th {
|
|
7
|
-
padding: 12px 8px 11px !important;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.ant-table-tbody > tr > td {
|
|
12
|
-
padding: 8px 8px 7px !important;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.ant-table-tbody > tr.ant-table-row-selected td {
|
|
16
|
-
background-color: @primary-1 !important;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
|
|
20
|
-
background-color: @table-header-bg !important;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ant-table-selection-column {
|
|
24
|
-
min-width: 62px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
table {
|
|
28
|
-
border-collapse: separate;
|
|
29
|
-
border-spacing: 0;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.ant-modal {
|
|
34
|
-
top: 50px;
|
|
35
|
-
padding-bottom: 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.ant-form-item {
|
|
39
|
-
margin-bottom: 6px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.ant-select-sm .ant-select-selection--single {
|
|
43
|
-
height: @input-height-sm !important;
|
|
44
|
-
overflow: hidden;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.ant-form-vertical .ant-form-item {
|
|
48
|
-
padding-bottom: 0;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.ant-form-item-control {
|
|
52
|
-
line-height: @input-height-sm;
|
|
53
|
-
|
|
54
|
-
> .ant-form-explain-holder[aria-hidden='true'] {
|
|
55
|
-
display: none;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.ant-form-vertical .ant-form-item-label {
|
|
60
|
-
padding: 0;
|
|
61
|
-
line-height: 1.2;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.ant-input-lg {
|
|
65
|
-
font-size: 12px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.ant-btn-lg {
|
|
69
|
-
height: @input-height-lg;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.ant-menu-inline .ant-menu-item {
|
|
73
|
-
margin-top: 0;
|
|
74
|
-
margin-bottom: 0 !important;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.ant-modal-header {
|
|
78
|
-
padding: 13px 16px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.ant-modal-body {
|
|
82
|
-
padding: 16px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.ant-btn-primary:focus {
|
|
86
|
-
background-color: white;
|
|
87
|
-
color: @primary-color;
|
|
88
|
-
text-shadow: none;
|
|
89
|
-
}
|
package/lib/helper.js
DELETED
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
4
|
-
|
|
5
|
-
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
6
|
-
|
|
7
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
8
|
-
value: true
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
exports.toThousands = exports.showSuccessMsg = exports.showError = exports.isEmpty2 = exports.isEmpty = exports.getUsername = exports.getPathValue = exports.getObjectExclude = exports.getObject = exports["default"] = void 0;
|
|
12
|
-
|
|
13
|
-
var _typeof2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/typeof"));
|
|
14
|
-
|
|
15
|
-
var _some = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/some"));
|
|
16
|
-
|
|
17
|
-
var _reduce = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/reduce"));
|
|
18
|
-
|
|
19
|
-
var _keys = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/keys"));
|
|
20
|
-
|
|
21
|
-
var _indexOf = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/index-of"));
|
|
22
|
-
|
|
23
|
-
var _isArray = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/array/is-array"));
|
|
24
|
-
|
|
25
|
-
var _isInteger = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/number/is-integer"));
|
|
26
|
-
|
|
27
|
-
var _parseFloat2 = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/parse-float"));
|
|
28
|
-
|
|
29
|
-
var _includes = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/includes"));
|
|
30
|
-
|
|
31
|
-
var _map = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/map"));
|
|
32
|
-
|
|
33
|
-
var _message = _interopRequireDefault(require("antd/lib/message"));
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* 功能:从obj中取出不包含keys指定的属性,并组成一个新的子对象
|
|
37
|
-
*/
|
|
38
|
-
var getObjectExclude = function getObjectExclude(obj, keys) {
|
|
39
|
-
var _context;
|
|
40
|
-
|
|
41
|
-
var inKeys = function inKeys(key) {
|
|
42
|
-
return (0, _some["default"])(keys).call(keys, function (k) {
|
|
43
|
-
return k === key;
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
return (0, _reduce["default"])(_context = (0, _keys["default"])(obj)).call(_context, function (newObj, key) {
|
|
48
|
-
!inKeys(key) && (newObj[key] = obj[key]);
|
|
49
|
-
return newObj;
|
|
50
|
-
}, {});
|
|
51
|
-
}; // 获取当前登录的用户名
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
exports.getObjectExclude = getObjectExclude;
|
|
55
|
-
|
|
56
|
-
var getUsername = function getUsername() {
|
|
57
|
-
var username = 'username=';
|
|
58
|
-
var cookie = document.cookie;
|
|
59
|
-
var begin = (0, _indexOf["default"])(cookie).call(cookie, username) + username.length;
|
|
60
|
-
var end = (0, _indexOf["default"])(cookie).call(cookie, ';', begin);
|
|
61
|
-
return unescape(cookie.substring(begin, end < 0 ? cookie.length : end));
|
|
62
|
-
};
|
|
63
|
-
/**
|
|
64
|
-
* 确保path为数组
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
exports.getUsername = getUsername;
|
|
69
|
-
|
|
70
|
-
var makeArray = function makeArray(path) {
|
|
71
|
-
if ((0, _isArray["default"])(path)) {
|
|
72
|
-
return path;
|
|
73
|
-
} else if (!path) {
|
|
74
|
-
return [];
|
|
75
|
-
} else {
|
|
76
|
-
return [path];
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* 功能:获取对象关键路径的值,不存在则返回undefined
|
|
81
|
-
* obj:对象
|
|
82
|
-
* path:字符串或字符串数组,指定关键路径
|
|
83
|
-
*/
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
var getPathValue = function getPathValue(obj, path) {
|
|
87
|
-
if (!path) {
|
|
88
|
-
return undefined;
|
|
89
|
-
} else {
|
|
90
|
-
var _context2;
|
|
91
|
-
|
|
92
|
-
return (0, _reduce["default"])(_context2 = makeArray(path)).call(_context2, function (value, key) {
|
|
93
|
-
return (0, _typeof2["default"])(value) !== 'object' ? undefined : value[key];
|
|
94
|
-
}, obj);
|
|
95
|
-
}
|
|
96
|
-
};
|
|
97
|
-
/**
|
|
98
|
-
* 功能:判断一个值是否为空(null,undefined和''属于空)
|
|
99
|
-
*/
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
exports.getPathValue = getPathValue;
|
|
103
|
-
|
|
104
|
-
var isEmpty = function isEmpty(value) {
|
|
105
|
-
var type = (0, _typeof2["default"])(value);
|
|
106
|
-
|
|
107
|
-
if (type === 'number' || type === 'boolean') {
|
|
108
|
-
return false;
|
|
109
|
-
} else {
|
|
110
|
-
return !value;
|
|
111
|
-
}
|
|
112
|
-
};
|
|
113
|
-
/**
|
|
114
|
-
* 功能:判断一个值是否为空(null,undefined,''和[]属于空)
|
|
115
|
-
*/
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
exports.isEmpty = isEmpty;
|
|
119
|
-
|
|
120
|
-
var isEmpty2 = function isEmpty2(value) {
|
|
121
|
-
var type = (0, _typeof2["default"])(value);
|
|
122
|
-
|
|
123
|
-
if (type === 'number' || type === 'boolean') {
|
|
124
|
-
return false;
|
|
125
|
-
} else if ((0, _isArray["default"])(value)) {
|
|
126
|
-
return !value.length;
|
|
127
|
-
} else {
|
|
128
|
-
return !value;
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
exports.isEmpty2 = isEmpty2;
|
|
133
|
-
|
|
134
|
-
var toThousands = function toThousands(number) {
|
|
135
|
-
var fractionDigits = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;
|
|
136
|
-
var removeTrailingZeros = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
137
|
-
|
|
138
|
-
if (!isNaN(Number(number))) {
|
|
139
|
-
var formattedNumber;
|
|
140
|
-
|
|
141
|
-
if (!(0, _isInteger["default"])((0, _parseFloat2["default"])(number))) {
|
|
142
|
-
formattedNumber = Number(number).toFixed(fractionDigits);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
if (removeTrailingZeros) {
|
|
146
|
-
//去除整数和小数部分末尾的零
|
|
147
|
-
formattedNumber = formattedNumber.replace(/(\.\d*?[1-9])0*$/, '$1').replace(/\.0*$/, '');
|
|
148
|
-
} else {
|
|
149
|
-
formattedNumber = Number(number).toLocaleString(undefined, {
|
|
150
|
-
minimumFractionDigits: fractionDigits,
|
|
151
|
-
maximumFractionDigits: fractionDigits
|
|
152
|
-
});
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
return formattedNumber;
|
|
156
|
-
} else if (typeof number === 'string' && (0, _includes["default"])(number).call(number, '~')) {
|
|
157
|
-
var numberList = number.split('~');
|
|
158
|
-
var formattedArr = (0, _map["default"])(numberList).call(numberList, function (num, index) {
|
|
159
|
-
if (index === numberList.length - 1) {
|
|
160
|
-
return (0, _parseFloat2["default"])(num).toFixed(fractionDigits);
|
|
161
|
-
} else {
|
|
162
|
-
return (0, _parseFloat2["default"])(num).toFixed(fractionDigits);
|
|
163
|
-
}
|
|
164
|
-
});
|
|
165
|
-
var result = formattedArr.join('~');
|
|
166
|
-
return result;
|
|
167
|
-
}
|
|
168
|
-
};
|
|
169
|
-
|
|
170
|
-
exports.toThousands = toThousands;
|
|
171
|
-
|
|
172
|
-
var showError = function showError(msg) {
|
|
173
|
-
_message["default"].error(msg);
|
|
174
|
-
};
|
|
175
|
-
|
|
176
|
-
exports.showError = showError;
|
|
177
|
-
|
|
178
|
-
var showSuccessMsg = function showSuccessMsg(msg) {
|
|
179
|
-
_message["default"].success(msg);
|
|
180
|
-
};
|
|
181
|
-
|
|
182
|
-
exports.showSuccessMsg = showSuccessMsg;
|
|
183
|
-
|
|
184
|
-
var getObject = function getObject(obj, keys) {
|
|
185
|
-
return (0, _reduce["default"])(keys).call(keys, function (newObj, key) {
|
|
186
|
-
newObj[key] = obj[key];
|
|
187
|
-
return newObj;
|
|
188
|
-
}, {});
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
exports.getObject = getObject;
|
|
192
|
-
var helper = {
|
|
193
|
-
getObjectExclude: getObjectExclude,
|
|
194
|
-
getUsername: getUsername,
|
|
195
|
-
getPathValue: getPathValue,
|
|
196
|
-
isEmpty: isEmpty,
|
|
197
|
-
isEmpty2: isEmpty2,
|
|
198
|
-
showError: showError,
|
|
199
|
-
showSuccessMsg: showSuccessMsg,
|
|
200
|
-
toThousands: toThousands,
|
|
201
|
-
getObject: getObject
|
|
202
|
-
};
|
|
203
|
-
var _default = helper;
|
|
204
|
-
exports["default"] = _default;
|
package/lib/history.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
4
|
-
|
|
5
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
|
|
9
|
-
exports["default"] = void 0;
|
|
10
|
-
|
|
11
|
-
var _history = require("history");
|
|
12
|
-
|
|
13
|
-
// import createBrowserHistory from 'history/createBrowserHistory';
|
|
14
|
-
// Navigation manager, e.g. history.push('/home')
|
|
15
|
-
// https://github.com/mjackson/history
|
|
16
|
-
var _default = process.env.BROWSER && (0, _history.createBrowserHistory)();
|
|
17
|
-
|
|
18
|
-
exports["default"] = _default;
|
package/lib/index.js
DELETED
|
@@ -1,347 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
4
|
-
|
|
5
|
-
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
6
|
-
|
|
7
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
8
|
-
value: true
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
_Object$defineProperty(exports, "Area", {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: function get() {
|
|
14
|
-
return _Area["default"];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
_Object$defineProperty(exports, "Card", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _Card["default"];
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
_Object$defineProperty(exports, "Control", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function get() {
|
|
28
|
-
return _Control["default"];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
_Object$defineProperty(exports, "EnhanceDialogs", {
|
|
33
|
-
enumerable: true,
|
|
34
|
-
get: function get() {
|
|
35
|
-
return _Enhance.EnhanceDialogs;
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
_Object$defineProperty(exports, "EnhanceEditDialog", {
|
|
40
|
-
enumerable: true,
|
|
41
|
-
get: function get() {
|
|
42
|
-
return _Enhance.EnhanceEditDialog;
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
_Object$defineProperty(exports, "EnhanceLoading", {
|
|
47
|
-
enumerable: true,
|
|
48
|
-
get: function get() {
|
|
49
|
-
return _Enhance.EnhanceLoading;
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
_Object$defineProperty(exports, "Header", {
|
|
54
|
-
enumerable: true,
|
|
55
|
-
get: function get() {
|
|
56
|
-
return _Header["default"];
|
|
57
|
-
}
|
|
58
|
-
});
|
|
59
|
-
|
|
60
|
-
_Object$defineProperty(exports, "ImageView", {
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function get() {
|
|
63
|
-
return _ImageView["default"];
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
|
|
67
|
-
_Object$defineProperty(exports, "Indent", {
|
|
68
|
-
enumerable: true,
|
|
69
|
-
get: function get() {
|
|
70
|
-
return _Indent["default"];
|
|
71
|
-
}
|
|
72
|
-
});
|
|
73
|
-
|
|
74
|
-
_Object$defineProperty(exports, "InpurCascader", {
|
|
75
|
-
enumerable: true,
|
|
76
|
-
get: function get() {
|
|
77
|
-
return _InpurCascader["default"];
|
|
78
|
-
}
|
|
79
|
-
});
|
|
80
|
-
|
|
81
|
-
_Object$defineProperty(exports, "InputEditor", {
|
|
82
|
-
enumerable: true,
|
|
83
|
-
get: function get() {
|
|
84
|
-
return _InputEditor["default"];
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
|
|
88
|
-
_Object$defineProperty(exports, "InputSearch", {
|
|
89
|
-
enumerable: true,
|
|
90
|
-
get: function get() {
|
|
91
|
-
return _InputSearch["default"];
|
|
92
|
-
}
|
|
93
|
-
});
|
|
94
|
-
|
|
95
|
-
_Object$defineProperty(exports, "InputSelect", {
|
|
96
|
-
enumerable: true,
|
|
97
|
-
get: function get() {
|
|
98
|
-
return _InputSelect["default"];
|
|
99
|
-
}
|
|
100
|
-
});
|
|
101
|
-
|
|
102
|
-
_Object$defineProperty(exports, "InputWriting", {
|
|
103
|
-
enumerable: true,
|
|
104
|
-
get: function get() {
|
|
105
|
-
return _InputWriting["default"];
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
|
-
|
|
109
|
-
_Object$defineProperty(exports, "Layout", {
|
|
110
|
-
enumerable: true,
|
|
111
|
-
get: function get() {
|
|
112
|
-
return _Layout["default"];
|
|
113
|
-
}
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
_Object$defineProperty(exports, "LayoutLink", {
|
|
117
|
-
enumerable: true,
|
|
118
|
-
get: function get() {
|
|
119
|
-
return _LayoutLink["default"];
|
|
120
|
-
}
|
|
121
|
-
});
|
|
122
|
-
|
|
123
|
-
_Object$defineProperty(exports, "Link", {
|
|
124
|
-
enumerable: true,
|
|
125
|
-
get: function get() {
|
|
126
|
-
return _Link["default"];
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
|
|
130
|
-
_Object$defineProperty(exports, "Loading", {
|
|
131
|
-
enumerable: true,
|
|
132
|
-
get: function get() {
|
|
133
|
-
return _Loading["default"];
|
|
134
|
-
}
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
_Object$defineProperty(exports, "Loading2", {
|
|
138
|
-
enumerable: true,
|
|
139
|
-
get: function get() {
|
|
140
|
-
return _Loading2["default"];
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
|
|
144
|
-
_Object$defineProperty(exports, "ModalWithDrag", {
|
|
145
|
-
enumerable: true,
|
|
146
|
-
get: function get() {
|
|
147
|
-
return _ModalWithDrag["default"];
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
|
|
151
|
-
_Object$defineProperty(exports, "NumberInput", {
|
|
152
|
-
enumerable: true,
|
|
153
|
-
get: function get() {
|
|
154
|
-
return _NumberInput["default"];
|
|
155
|
-
}
|
|
156
|
-
});
|
|
157
|
-
|
|
158
|
-
_Object$defineProperty(exports, "Search", {
|
|
159
|
-
enumerable: true,
|
|
160
|
-
get: function get() {
|
|
161
|
-
return _Search["default"];
|
|
162
|
-
}
|
|
163
|
-
});
|
|
164
|
-
|
|
165
|
-
_Object$defineProperty(exports, "Sidebar", {
|
|
166
|
-
enumerable: true,
|
|
167
|
-
get: function get() {
|
|
168
|
-
return _Sidebar["default"];
|
|
169
|
-
}
|
|
170
|
-
});
|
|
171
|
-
|
|
172
|
-
_Object$defineProperty(exports, "Sidebar2", {
|
|
173
|
-
enumerable: true,
|
|
174
|
-
get: function get() {
|
|
175
|
-
return _Sidebar2["default"];
|
|
176
|
-
}
|
|
177
|
-
});
|
|
178
|
-
|
|
179
|
-
_Object$defineProperty(exports, "SuperForm", {
|
|
180
|
-
enumerable: true,
|
|
181
|
-
get: function get() {
|
|
182
|
-
return _SuperForm["default"];
|
|
183
|
-
}
|
|
184
|
-
});
|
|
185
|
-
|
|
186
|
-
_Object$defineProperty(exports, "SuperForm2", {
|
|
187
|
-
enumerable: true,
|
|
188
|
-
get: function get() {
|
|
189
|
-
return _SuperForm2["default"];
|
|
190
|
-
}
|
|
191
|
-
});
|
|
192
|
-
|
|
193
|
-
_Object$defineProperty(exports, "SuperIcon", {
|
|
194
|
-
enumerable: true,
|
|
195
|
-
get: function get() {
|
|
196
|
-
return _SuperIcon["default"];
|
|
197
|
-
}
|
|
198
|
-
});
|
|
199
|
-
|
|
200
|
-
_Object$defineProperty(exports, "SuperPagination", {
|
|
201
|
-
enumerable: true,
|
|
202
|
-
get: function get() {
|
|
203
|
-
return _SuperPagination["default"];
|
|
204
|
-
}
|
|
205
|
-
});
|
|
206
|
-
|
|
207
|
-
_Object$defineProperty(exports, "SuperTab", {
|
|
208
|
-
enumerable: true,
|
|
209
|
-
get: function get() {
|
|
210
|
-
return _SuperTab["default"];
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
|
|
214
|
-
_Object$defineProperty(exports, "SuperTab2", {
|
|
215
|
-
enumerable: true,
|
|
216
|
-
get: function get() {
|
|
217
|
-
return _SuperTab2["default"];
|
|
218
|
-
}
|
|
219
|
-
});
|
|
220
|
-
|
|
221
|
-
_Object$defineProperty(exports, "SuperTable", {
|
|
222
|
-
enumerable: true,
|
|
223
|
-
get: function get() {
|
|
224
|
-
return _SuperTable3["default"];
|
|
225
|
-
}
|
|
226
|
-
});
|
|
227
|
-
|
|
228
|
-
_Object$defineProperty(exports, "SuperTable2", {
|
|
229
|
-
enumerable: true,
|
|
230
|
-
get: function get() {
|
|
231
|
-
return _SuperTable2["default"];
|
|
232
|
-
}
|
|
233
|
-
});
|
|
234
|
-
|
|
235
|
-
_Object$defineProperty(exports, "SuperTable3", {
|
|
236
|
-
enumerable: true,
|
|
237
|
-
get: function get() {
|
|
238
|
-
return _SuperTable["default"];
|
|
239
|
-
}
|
|
240
|
-
});
|
|
241
|
-
|
|
242
|
-
_Object$defineProperty(exports, "SuperToolbar", {
|
|
243
|
-
enumerable: true,
|
|
244
|
-
get: function get() {
|
|
245
|
-
return _SuperToolbar["default"];
|
|
246
|
-
}
|
|
247
|
-
});
|
|
248
|
-
|
|
249
|
-
_Object$defineProperty(exports, "SuperUpload", {
|
|
250
|
-
enumerable: true,
|
|
251
|
-
get: function get() {
|
|
252
|
-
return _SuperUpload["default"];
|
|
253
|
-
}
|
|
254
|
-
});
|
|
255
|
-
|
|
256
|
-
_Object$defineProperty(exports, "Title", {
|
|
257
|
-
enumerable: true,
|
|
258
|
-
get: function get() {
|
|
259
|
-
return _Title["default"];
|
|
260
|
-
}
|
|
261
|
-
});
|
|
262
|
-
|
|
263
|
-
_Object$defineProperty(exports, "Viewer", {
|
|
264
|
-
enumerable: true,
|
|
265
|
-
get: function get() {
|
|
266
|
-
return _Viewer["default"];
|
|
267
|
-
}
|
|
268
|
-
});
|
|
269
|
-
|
|
270
|
-
_Object$defineProperty(exports, "WingBlank", {
|
|
271
|
-
enumerable: true,
|
|
272
|
-
get: function get() {
|
|
273
|
-
return _WingBlank["default"];
|
|
274
|
-
}
|
|
275
|
-
});
|
|
276
|
-
|
|
277
|
-
var _Enhance = require("./Enhance");
|
|
278
|
-
|
|
279
|
-
var _Title = _interopRequireDefault(require("./Title"));
|
|
280
|
-
|
|
281
|
-
var _Card = _interopRequireDefault(require("./Card"));
|
|
282
|
-
|
|
283
|
-
var _Control = _interopRequireDefault(require("./Control"));
|
|
284
|
-
|
|
285
|
-
var _Header = _interopRequireDefault(require("./Header"));
|
|
286
|
-
|
|
287
|
-
var _ImageView = _interopRequireDefault(require("./ImageView"));
|
|
288
|
-
|
|
289
|
-
var _InpurCascader = _interopRequireDefault(require("./InpurCascader"));
|
|
290
|
-
|
|
291
|
-
var _InputSearch = _interopRequireDefault(require("./InputSearch"));
|
|
292
|
-
|
|
293
|
-
var _InputSelect = _interopRequireDefault(require("./InputSelect"));
|
|
294
|
-
|
|
295
|
-
var _InputEditor = _interopRequireDefault(require("./InputEditor"));
|
|
296
|
-
|
|
297
|
-
var _InputWriting = _interopRequireDefault(require("./InputWriting"));
|
|
298
|
-
|
|
299
|
-
var _Layout = _interopRequireDefault(require("./Layout"));
|
|
300
|
-
|
|
301
|
-
var _LayoutLink = _interopRequireDefault(require("./LayoutLink"));
|
|
302
|
-
|
|
303
|
-
var _Link = _interopRequireDefault(require("./Link"));
|
|
304
|
-
|
|
305
|
-
var _Loading = _interopRequireDefault(require("./Loading"));
|
|
306
|
-
|
|
307
|
-
var _Loading2 = _interopRequireDefault(require("./Loading2"));
|
|
308
|
-
|
|
309
|
-
var _ModalWithDrag = _interopRequireDefault(require("./ModalWithDrag"));
|
|
310
|
-
|
|
311
|
-
var _NumberInput = _interopRequireDefault(require("./NumberInput"));
|
|
312
|
-
|
|
313
|
-
var _Search = _interopRequireDefault(require("./Search"));
|
|
314
|
-
|
|
315
|
-
var _Sidebar = _interopRequireDefault(require("./Sidebar"));
|
|
316
|
-
|
|
317
|
-
var _Sidebar2 = _interopRequireDefault(require("./Sidebar2"));
|
|
318
|
-
|
|
319
|
-
var _SuperForm = _interopRequireDefault(require("./SuperForm"));
|
|
320
|
-
|
|
321
|
-
var _SuperForm2 = _interopRequireDefault(require("./SuperForm2"));
|
|
322
|
-
|
|
323
|
-
var _SuperIcon = _interopRequireDefault(require("./SuperIcon"));
|
|
324
|
-
|
|
325
|
-
var _SuperToolbar = _interopRequireDefault(require("./SuperToolbar"));
|
|
326
|
-
|
|
327
|
-
var _SuperUpload = _interopRequireDefault(require("./SuperUpload"));
|
|
328
|
-
|
|
329
|
-
var _Viewer = _interopRequireDefault(require("./Viewer"));
|
|
330
|
-
|
|
331
|
-
var _WingBlank = _interopRequireDefault(require("./WingBlank"));
|
|
332
|
-
|
|
333
|
-
var _Area = _interopRequireDefault(require("./Area"));
|
|
334
|
-
|
|
335
|
-
var _SuperTable = _interopRequireDefault(require("./SuperTable3"));
|
|
336
|
-
|
|
337
|
-
var _SuperTable2 = _interopRequireDefault(require("./SuperTable2"));
|
|
338
|
-
|
|
339
|
-
var _SuperTable3 = _interopRequireDefault(require("./SuperTable"));
|
|
340
|
-
|
|
341
|
-
var _SuperPagination = _interopRequireDefault(require("./SuperPagination"));
|
|
342
|
-
|
|
343
|
-
var _SuperTab = _interopRequireDefault(require("./SuperTab"));
|
|
344
|
-
|
|
345
|
-
var _SuperTab2 = _interopRequireDefault(require("./SuperTab2"));
|
|
346
|
-
|
|
347
|
-
var _Indent = _interopRequireDefault(require("./Indent"));
|
package/lib/index.less
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
@import "./adjust.less";
|
|
2
|
-
@import "./Header/Header.less";
|
|
3
|
-
@import "./Header/Vertical.less";
|
|
4
|
-
@import "./ImageView/ImageView.less";
|
|
5
|
-
@import "./InputEditor/inputEditor.less";
|
|
6
|
-
@import "./Layout/Layout.less";
|
|
7
|
-
@import "./LayoutLink/LayoutLink.less";
|
|
8
|
-
@import "./Loading/Loading.less";
|
|
9
|
-
@import "./Loading2/Loading2.less";
|
|
10
|
-
@import "./ModalWithDrag/ModalWithDrag.less";
|
|
11
|
-
@import "./Search/Search.less";
|
|
12
|
-
@import "./Sidebar/Sidebar.less";
|
|
13
|
-
@import "./Sidebar2/Sidebar.less";
|
|
14
|
-
@import "./style.less";
|
|
15
|
-
@import "./SuperForm/SuperForm.less";
|
|
16
|
-
@import "./SuperForm2/SuperForm.less";
|
|
17
|
-
@import "./SuperTab/SuperTab.less";
|
|
18
|
-
@import "./SuperTab2/SuperTab2.less";
|
|
19
|
-
@import "./SuperTable/DragSortRow.less";
|
|
20
|
-
@import "./SuperTable/FilterDropDown.less";
|
|
21
|
-
@import "./SuperTable/SuperTable.less";
|
|
22
|
-
@import "./SuperTable2/SuperTable2.less";
|
|
23
|
-
@import "./SuperTable3/FilterDropDown.less";
|
|
24
|
-
@import "./SuperTable3/SuperTable.less";
|
|
25
|
-
@import "./SuperToolbar/SuperToolbar.less";
|
|
26
|
-
@import "./SuperUpload/SuperUpload.less";
|
|
27
|
-
@import "./Title/Title.less";
|
|
28
|
-
@import "./variables.less";
|
|
29
|
-
@import "./Viewer/imgView.less";
|
|
30
|
-
@import "./Viewer/Viewer.less";
|
|
31
|
-
@import "./WingBlank/WingBlank.less";
|