@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.
Files changed (88) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +3 -3
  3. package/dist/assets/iconfont/index.css +6 -6
  4. package/dist/assets/iconfont/menu-gray/demo.css +539 -539
  5. package/dist/assets/iconfont/menu-gray/demo_index.html +1154 -1154
  6. package/dist/assets/iconfont/menu-gray/iconfont.css +183 -183
  7. package/dist/assets/iconfont/menu-gray/iconfont.json +303 -303
  8. package/dist/assets/iconfont/other/demo.css +539 -539
  9. package/dist/assets/iconfont/other/demo_index.html +2764 -2764
  10. package/dist/assets/iconfont/other/iconfont.css +463 -463
  11. package/dist/assets/iconfont/other/iconfont.json +793 -793
  12. package/dist/assets/iconfont/public/iconfont.css +69 -69
  13. package/dist/assets/iconfont/table/iconfont.css +89 -89
  14. package/dist/assets/iconfont/theme-dark/four/demo.css +539 -539
  15. package/dist/assets/iconfont/theme-dark/four/demo_index.html +306 -306
  16. package/dist/assets/iconfont/theme-dark/four/iconfont.css +37 -37
  17. package/dist/assets/iconfont/theme-dark/four/iconfont.json +44 -44
  18. package/dist/assets/images/data-empty-dark.svg +103 -103
  19. package/dist/assets/images/data-empty-light.svg +73 -73
  20. package/dist/assets/images/data.empty-dark.svg +44 -44
  21. package/dist/assets/styles/custom-dark.css +28466 -28466
  22. package/dist/assets/styles/custom-light.css +28092 -28092
  23. package/dist/components/BaseInfo/BaseInfo.d.ts +1 -1
  24. package/dist/components/BaseInfo/index.less +95 -95
  25. package/dist/components/CacheTabs/index.less +115 -115
  26. package/dist/components/CenterModal/index.less +41 -41
  27. package/dist/components/ConditionExpression/index.less +111 -111
  28. package/dist/components/CustomForm/CustomForm.js +5 -5
  29. package/dist/components/CustomForm/UploadImg/index.js +5 -5
  30. package/dist/components/CustomForm/customFormItemInputNumber/index.less +12 -12
  31. package/dist/components/CustomForm/index.less +76 -76
  32. package/dist/components/DraggableBox/index.less +26 -26
  33. package/dist/components/Empty/index.less +21 -21
  34. package/dist/components/Filter/FilterColor/index.less +106 -106
  35. package/dist/components/Filter/FilterInputNumber/index.less +15 -15
  36. package/dist/components/Filter/FilterRadio/index.less +25 -25
  37. package/dist/components/Filter/FilterSelect/index.less +28 -28
  38. package/dist/components/Filter/FilterSlider/index.less +19 -19
  39. package/dist/components/Filter/FilterSwitch/index.less +20 -20
  40. package/dist/components/GlobalTip/MessageTip/index.less +28 -28
  41. package/dist/components/GlobalTip/ModalTip/index.less +42 -42
  42. package/dist/components/Icon/IconDemo/animations/Calendar/calendar.json +692 -692
  43. package/dist/components/Icon/IconDemo/animations/Loading/loading.json +869 -869
  44. package/dist/components/Icon/IconDemo/animations/download/download.json +815 -815
  45. package/dist/components/Icon/IconDemo/animations/download/download.svg +5 -5
  46. package/dist/components/Icon/IconDemo/animations/skipForward/skipForward.json +1053 -1053
  47. package/dist/components/Icon/index.less +28 -28
  48. package/dist/components/QueryFilter/QueryFilter.js +5 -5
  49. package/dist/components/QueryFilter/index.less +64 -64
  50. package/dist/components/SchemaForm/type.js +2 -2
  51. package/dist/components/SchemaForm/utils.js +7 -7
  52. package/dist/components/SplitPane/splitPane.less +24 -24
  53. package/dist/components/SplitPane/util.js +21 -21
  54. package/dist/components/TableMax/TableBody/contextMenu/index.less +21 -21
  55. package/dist/components/TableMax/TableBody/index.less +187 -187
  56. package/dist/components/TableMax/TableHeader/index.less +224 -224
  57. package/dist/components/TableMax/TableHeader/utils.js +2 -2
  58. package/dist/components/TableMax/TableMax.js +14 -4
  59. package/dist/components/TableMax/components/ColumnEdit/components/numberRange/index.less +2 -2
  60. package/dist/components/TableMax/components/ColumnEdit/index.less +72 -72
  61. package/dist/components/TableMax/components/ColumnFilterV2/DateRange/index.less +24 -24
  62. package/dist/components/TableMax/components/ColumnFilterV2/MultipleSelect/index.less +32 -32
  63. package/dist/components/TableMax/components/ColumnFilterV2/NumberRange/index.less +27 -27
  64. package/dist/components/TableMax/components/ColumnFilterV2/ResetFilter.d.ts +10 -0
  65. package/dist/components/TableMax/components/ColumnFilterV2/ResetFilter.js +30 -0
  66. package/dist/components/TableMax/components/ColumnFilterV2/SingleSelect/index.less +43 -43
  67. package/dist/components/TableMax/components/ColumnFilterV2/index.less +39 -39
  68. package/dist/components/TableMax/components/ColumnSetting/index.less +183 -183
  69. package/dist/components/TableMax/components/ColumnSort/customSortFns.d.ts +8 -8
  70. package/dist/components/TableMax/components/ColumnSort/index.less +42 -42
  71. package/dist/components/TableMax/components/CustomDragerLayer/index.less +59 -59
  72. package/dist/components/TableMax/components/Export/index.d.ts +14 -0
  73. package/dist/components/TableMax/components/Export/index.js +56 -0
  74. package/dist/components/TableMax/components/Export/useTableExport.d.ts +30 -0
  75. package/dist/components/TableMax/components/Export/useTableExport.js +202 -0
  76. package/dist/components/TableMax/components/PaginationV2/index.less +116 -116
  77. package/dist/components/TableMax/hooks/useColumnWidth copy.js +26 -26
  78. package/dist/components/TableMax/hooks/useColumnWidth.js +18 -18
  79. package/dist/components/TableMax/tableMax.less +340 -340
  80. package/dist/components/TableMax/type.d.ts +6 -0
  81. package/dist/components/TableMax/utils.js +11 -9
  82. package/dist/hooks/useCenterModalState.js +2 -2
  83. package/dist/hooks/usePageCacheState.js +18 -18
  84. package/dist/themes/custom-dark.css +28482 -28482
  85. package/dist/themes/custom-light.css +28108 -28108
  86. package/dist/themes/variables.less +90 -90
  87. package/dist/utils/request.js +10 -10
  88. 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
+