@arim-aisdc/public-components 2.3.41 → 2.3.42
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/LICENSE +21 -21
- package/README.md +3 -3
- package/dist/assets/iconfont/index.css +6 -6
- package/dist/assets/iconfont/menu-gray/demo.css +539 -539
- package/dist/assets/iconfont/menu-gray/demo_index.html +1154 -1154
- package/dist/assets/iconfont/menu-gray/iconfont.css +183 -183
- package/dist/assets/iconfont/menu-gray/iconfont.json +303 -303
- package/dist/assets/iconfont/other/demo.css +539 -539
- package/dist/assets/iconfont/other/demo_index.html +2764 -2764
- package/dist/assets/iconfont/other/iconfont.css +463 -463
- package/dist/assets/iconfont/other/iconfont.json +793 -793
- package/dist/assets/iconfont/public/iconfont.css +69 -69
- package/dist/assets/iconfont/table/iconfont.css +89 -89
- package/dist/assets/iconfont/theme-dark/four/demo.css +539 -539
- package/dist/assets/iconfont/theme-dark/four/demo_index.html +306 -306
- package/dist/assets/iconfont/theme-dark/four/iconfont.css +37 -37
- package/dist/assets/iconfont/theme-dark/four/iconfont.json +44 -44
- package/dist/assets/images/data-empty-dark.svg +103 -103
- package/dist/assets/images/data-empty-light.svg +73 -73
- package/dist/assets/images/data.empty-dark.svg +44 -44
- package/dist/assets/styles/custom-dark.css +28466 -28466
- package/dist/assets/styles/custom-light.css +28092 -28092
- package/dist/components/BaseInfo/BaseInfo.d.ts +1 -1
- package/dist/components/BaseInfo/index.less +95 -95
- package/dist/components/CacheTabs/index.less +115 -115
- package/dist/components/CenterModal/index.less +41 -41
- package/dist/components/ConditionExpression/index.less +111 -111
- package/dist/components/CustomForm/CustomForm.js +5 -5
- package/dist/components/CustomForm/UploadImg/index.js +5 -5
- package/dist/components/CustomForm/customFormItemInputNumber/index.less +12 -12
- package/dist/components/CustomForm/index.less +76 -76
- package/dist/components/DraggableBox/index.less +26 -26
- package/dist/components/Empty/index.less +21 -21
- package/dist/components/Filter/FilterColor/index.less +106 -106
- package/dist/components/Filter/FilterInputNumber/index.less +15 -15
- package/dist/components/Filter/FilterRadio/index.less +25 -25
- package/dist/components/Filter/FilterSelect/index.less +28 -28
- package/dist/components/Filter/FilterSlider/index.less +19 -19
- package/dist/components/Filter/FilterSwitch/index.less +20 -20
- package/dist/components/GlobalTip/MessageTip/index.less +28 -28
- package/dist/components/GlobalTip/ModalTip/index.less +42 -42
- package/dist/components/Icon/IconDemo/animations/Calendar/calendar.json +692 -692
- package/dist/components/Icon/IconDemo/animations/Loading/loading.json +869 -869
- package/dist/components/Icon/IconDemo/animations/download/download.json +815 -815
- package/dist/components/Icon/IconDemo/animations/download/download.svg +5 -5
- package/dist/components/Icon/IconDemo/animations/skipForward/skipForward.json +1053 -1053
- package/dist/components/Icon/index.less +28 -28
- package/dist/components/QueryFilter/QueryFilter.js +5 -5
- package/dist/components/QueryFilter/index.less +64 -64
- package/dist/components/SchemaForm/type.js +2 -2
- package/dist/components/SchemaForm/utils.js +7 -7
- package/dist/components/SplitPane/splitPane.less +24 -24
- package/dist/components/SplitPane/util.js +21 -21
- package/dist/components/TableMax/TableBody/contextMenu/index.less +21 -21
- package/dist/components/TableMax/TableBody/index.less +187 -187
- package/dist/components/TableMax/TableHeader/index.less +224 -224
- package/dist/components/TableMax/TableHeader/utils.js +2 -2
- package/dist/components/TableMax/TableMax.js +14 -4
- package/dist/components/TableMax/components/ColumnEdit/components/numberRange/index.less +2 -2
- package/dist/components/TableMax/components/ColumnEdit/index.less +72 -72
- package/dist/components/TableMax/components/ColumnFilterV2/DateRange/index.less +24 -24
- package/dist/components/TableMax/components/ColumnFilterV2/MultipleSelect/index.less +32 -32
- package/dist/components/TableMax/components/ColumnFilterV2/NumberRange/index.less +27 -27
- package/dist/components/TableMax/components/ColumnFilterV2/ResetFilter.d.ts +10 -0
- package/dist/components/TableMax/components/ColumnFilterV2/ResetFilter.js +30 -0
- package/dist/components/TableMax/components/ColumnFilterV2/SingleSelect/index.less +43 -43
- package/dist/components/TableMax/components/ColumnFilterV2/index.less +39 -39
- package/dist/components/TableMax/components/ColumnSetting/index.less +183 -183
- package/dist/components/TableMax/components/ColumnSort/customSortFns.d.ts +8 -8
- package/dist/components/TableMax/components/ColumnSort/index.less +42 -42
- package/dist/components/TableMax/components/CustomDragerLayer/index.less +59 -59
- package/dist/components/TableMax/components/Export/index.d.ts +14 -0
- package/dist/components/TableMax/components/Export/index.js +56 -0
- package/dist/components/TableMax/components/Export/useTableExport.d.ts +30 -0
- package/dist/components/TableMax/components/Export/useTableExport.js +202 -0
- package/dist/components/TableMax/components/PaginationV2/index.less +116 -116
- package/dist/components/TableMax/hooks/useColumnWidth copy.js +26 -26
- package/dist/components/TableMax/hooks/useColumnWidth.js +18 -18
- package/dist/components/TableMax/tableMax.less +340 -340
- package/dist/components/TableMax/type.d.ts +6 -0
- package/dist/components/TableMax/utils.js +11 -9
- package/dist/hooks/useCenterModalState.js +2 -2
- package/dist/hooks/usePageCacheState.js +18 -18
- package/dist/themes/custom-dark.css +28482 -28482
- package/dist/themes/custom-light.css +28108 -28108
- package/dist/themes/variables.less +90 -90
- package/dist/utils/request.js +10 -10
- package/package.json +110 -108
|
@@ -1,183 +1,183 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "iconfont-gray"; /* Project id 3680607 */
|
|
3
|
-
src: url('iconfont.woff2?t=1690355652675') format('woff2'),
|
|
4
|
-
url('iconfont.woff?t=1690355652675') format('woff'),
|
|
5
|
-
url('iconfont.ttf?t=1690355652675') format('truetype');
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.iconfont-gray {
|
|
9
|
-
font-family: "iconfont-gray" !important;
|
|
10
|
-
font-size: 16px;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
-webkit-font-smoothing: antialiased;
|
|
13
|
-
-moz-osx-font-smoothing: grayscale;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.icon-gray-yuqianjiaocijiaohuan:before {
|
|
17
|
-
content: "\e791";
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.icon-gray-yuhoujiaocijiaohuan:before {
|
|
21
|
-
content: "\e792";
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.icon-gray-suodinggantetu:before {
|
|
25
|
-
content: "\e786";
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.icon-gray-jiesuogantetu:before {
|
|
29
|
-
content: "\e788";
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.icon-gray-shedingshebei:before {
|
|
33
|
-
content: "\e787";
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.icon-gray-hebingjiaoci:before {
|
|
37
|
-
content: "\e783";
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.icon-gray-qiefenjiaoci:before {
|
|
41
|
-
content: "\e784";
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.icon-gray-a-settingtime:before {
|
|
45
|
-
content: "\e782";
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.icon-gray-tiaozhenggongyiluj:before {
|
|
49
|
-
content: "\e77e";
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.icon-gray-tiebaoxinxi1:before {
|
|
53
|
-
content: "\e77f";
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.icon-gray-chongxinfenpeiluci:before {
|
|
57
|
-
content: "\e780";
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.icon-gray-gangbaoxinxi1:before {
|
|
61
|
-
content: "\e781";
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.icon-gray-fenpeitiebao:before {
|
|
65
|
-
content: "\e77c";
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.icon-gray-tiegangpingheng:before {
|
|
69
|
-
content: "\e678";
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.icon-gray-tiebaochaxun:before {
|
|
73
|
-
content: "\e677";
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.icon-gray-tiebaoxinxi:before {
|
|
77
|
-
content: "\e675";
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.icon-gray-liangangjihua:before {
|
|
81
|
-
content: "\e676";
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.icon-gray-shebeixiangqing:before {
|
|
85
|
-
content: "\e667";
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.icon-gray-jiaocijihua:before {
|
|
89
|
-
content: "\e666";
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.icon-gray-chexiao:before {
|
|
93
|
-
content: "\e64e";
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.icon-gray-kpitongji:before {
|
|
97
|
-
content: "\e64f";
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.icon-gray-lucixinxi:before {
|
|
101
|
-
content: "\e650";
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.icon-gray-bianji:before {
|
|
105
|
-
content: "\e651";
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.icon-gray-dingdanchaxun:before {
|
|
109
|
-
content: "\e652";
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.icon-gray-shuaxin:before {
|
|
113
|
-
content: "\e653";
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.icon-gray-baochun:before {
|
|
117
|
-
content: "\e654";
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.icon-gray-jiaocichaxun:before {
|
|
121
|
-
content: "\e655";
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.icon-gray-gangbaoxinxi:before {
|
|
125
|
-
content: "\e656";
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.icon-gray-huifu:before {
|
|
129
|
-
content: "\e657";
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.icon-gray-huaxuechengfen:before {
|
|
133
|
-
content: "\e658";
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.icon-gray-tuichuquanp:before {
|
|
137
|
-
content: "\e659";
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.icon-gray-gangbaochaxun:before {
|
|
141
|
-
content: "\e65a";
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.icon-gray-genggailuci:before {
|
|
145
|
-
content: "\e65b";
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.icon-gray-quanpin:before {
|
|
149
|
-
content: "\e65c";
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.icon-gray-gongyichaxun:before {
|
|
153
|
-
content: "\e65d";
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.icon-gray-shezhi:before {
|
|
157
|
-
content: "\e65e";
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.icon-gray-lishichaxun:before {
|
|
161
|
-
content: "\e65f";
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.icon-gray-tiaozhenggongyi:before {
|
|
165
|
-
content: "\e660";
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.icon-gray-wenduxinxi:before {
|
|
169
|
-
content: "\e661";
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.icon-gray-shebeigongkuang:before {
|
|
173
|
-
content: "\e662";
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.icon-gray-tieshuixinxi:before {
|
|
177
|
-
content: "\e663";
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.icon-gray-tiancheyunxing:before {
|
|
181
|
-
content: "\e664";
|
|
182
|
-
}
|
|
183
|
-
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "iconfont-gray"; /* Project id 3680607 */
|
|
3
|
+
src: url('iconfont.woff2?t=1690355652675') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1690355652675') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1690355652675') format('truetype');
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.iconfont-gray {
|
|
9
|
+
font-family: "iconfont-gray" !important;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.icon-gray-yuqianjiaocijiaohuan:before {
|
|
17
|
+
content: "\e791";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.icon-gray-yuhoujiaocijiaohuan:before {
|
|
21
|
+
content: "\e792";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.icon-gray-suodinggantetu:before {
|
|
25
|
+
content: "\e786";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-gray-jiesuogantetu:before {
|
|
29
|
+
content: "\e788";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon-gray-shedingshebei:before {
|
|
33
|
+
content: "\e787";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.icon-gray-hebingjiaoci:before {
|
|
37
|
+
content: "\e783";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.icon-gray-qiefenjiaoci:before {
|
|
41
|
+
content: "\e784";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.icon-gray-a-settingtime:before {
|
|
45
|
+
content: "\e782";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.icon-gray-tiaozhenggongyiluj:before {
|
|
49
|
+
content: "\e77e";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.icon-gray-tiebaoxinxi1:before {
|
|
53
|
+
content: "\e77f";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon-gray-chongxinfenpeiluci:before {
|
|
57
|
+
content: "\e780";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon-gray-gangbaoxinxi1:before {
|
|
61
|
+
content: "\e781";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.icon-gray-fenpeitiebao:before {
|
|
65
|
+
content: "\e77c";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon-gray-tiegangpingheng:before {
|
|
69
|
+
content: "\e678";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.icon-gray-tiebaochaxun:before {
|
|
73
|
+
content: "\e677";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.icon-gray-tiebaoxinxi:before {
|
|
77
|
+
content: "\e675";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.icon-gray-liangangjihua:before {
|
|
81
|
+
content: "\e676";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.icon-gray-shebeixiangqing:before {
|
|
85
|
+
content: "\e667";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.icon-gray-jiaocijihua:before {
|
|
89
|
+
content: "\e666";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.icon-gray-chexiao:before {
|
|
93
|
+
content: "\e64e";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.icon-gray-kpitongji:before {
|
|
97
|
+
content: "\e64f";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.icon-gray-lucixinxi:before {
|
|
101
|
+
content: "\e650";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.icon-gray-bianji:before {
|
|
105
|
+
content: "\e651";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.icon-gray-dingdanchaxun:before {
|
|
109
|
+
content: "\e652";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.icon-gray-shuaxin:before {
|
|
113
|
+
content: "\e653";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.icon-gray-baochun:before {
|
|
117
|
+
content: "\e654";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.icon-gray-jiaocichaxun:before {
|
|
121
|
+
content: "\e655";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.icon-gray-gangbaoxinxi:before {
|
|
125
|
+
content: "\e656";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.icon-gray-huifu:before {
|
|
129
|
+
content: "\e657";
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.icon-gray-huaxuechengfen:before {
|
|
133
|
+
content: "\e658";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.icon-gray-tuichuquanp:before {
|
|
137
|
+
content: "\e659";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.icon-gray-gangbaochaxun:before {
|
|
141
|
+
content: "\e65a";
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.icon-gray-genggailuci:before {
|
|
145
|
+
content: "\e65b";
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.icon-gray-quanpin:before {
|
|
149
|
+
content: "\e65c";
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.icon-gray-gongyichaxun:before {
|
|
153
|
+
content: "\e65d";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.icon-gray-shezhi:before {
|
|
157
|
+
content: "\e65e";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.icon-gray-lishichaxun:before {
|
|
161
|
+
content: "\e65f";
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.icon-gray-tiaozhenggongyi:before {
|
|
165
|
+
content: "\e660";
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.icon-gray-wenduxinxi:before {
|
|
169
|
+
content: "\e661";
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.icon-gray-shebeigongkuang:before {
|
|
173
|
+
content: "\e662";
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.icon-gray-tieshuixinxi:before {
|
|
177
|
+
content: "\e663";
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.icon-gray-tiancheyunxing:before {
|
|
181
|
+
content: "\e664";
|
|
182
|
+
}
|
|
183
|
+
|