@arim-aisdc/public-components 2.3.39 → 2.3.41
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 -81
- package/dist/assets/iconfont/table/iconfont.ttf +0 -0
- 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/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/SplitterPane/SplitterPane.js +46 -1
- package/dist/components/TableMax/TableBody/contextMenu/index.less +21 -21
- package/dist/components/TableMax/TableBody/index.less +187 -187
- package/dist/components/TableMax/TableHeader/Cell.d.ts +2 -1
- package/dist/components/TableMax/TableHeader/Cell.js +4 -2
- package/dist/components/TableMax/TableHeader/index.d.ts +2 -1
- package/dist/components/TableMax/TableHeader/index.js +4 -2
- package/dist/components/TableMax/TableHeader/index.less +224 -224
- package/dist/components/TableMax/TableMax.js +59 -28
- 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/Filter.d.ts +1 -0
- package/dist/components/TableMax/components/ColumnFilterV2/Filter.js +77 -14
- 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/SingleSelect/index.less +43 -43
- package/dist/components/TableMax/components/ColumnFilterV2/index.d.ts +3 -1
- package/dist/components/TableMax/components/ColumnFilterV2/index.js +19 -3
- package/dist/components/TableMax/components/ColumnFilterV2/index.less +39 -39
- package/dist/components/TableMax/components/ColumnSetting/index.js +7 -3
- 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/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/hooks/useInfiniteScroll.d.ts +28 -0
- package/dist/components/TableMax/hooks/useInfiniteScroll.js +95 -0
- package/dist/components/TableMax/tableMax.less +340 -340
- package/dist/components/TableMax/type.d.ts +12 -0
- package/dist/components/TableMax/utils.js +9 -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 +108 -108
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "iconfont-public"; /* Project id 4386651 */
|
|
3
|
-
src: url('./iconfont.ttf?t=1730099749830') format('truetype');
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.iconfont-public {
|
|
7
|
-
font-family: "iconfont-public" !important;
|
|
8
|
-
font-size: 16px;
|
|
9
|
-
font-style: normal;
|
|
10
|
-
-webkit-font-smoothing: antialiased;
|
|
11
|
-
-moz-osx-font-smoothing: grayscale;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.icon-public-guanbiqita:before {
|
|
15
|
-
content: "\e6db";
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.icon-public-shuaxinbiaoqian:before {
|
|
19
|
-
content: "\e6dc";
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.icon-public-guanbibiaoqian:before {
|
|
23
|
-
content: "\e6dd";
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.icon-public-upload:before {
|
|
27
|
-
content: "\e877";
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.icon-public-download:before {
|
|
31
|
-
content: "\e878";
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.icon-public-refresh:before {
|
|
35
|
-
content: "\e7c1";
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.icon-public-edit:before {
|
|
39
|
-
content: "\e7c2";
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.icon-public-calendar:before {
|
|
43
|
-
content: "\e7c3";
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.icon-public-reduce:before {
|
|
47
|
-
content: "\e7c4";
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.icon-public-setting:before {
|
|
51
|
-
content: "\e7bc";
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.icon-public-delete:before {
|
|
55
|
-
content: "\e7bd";
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.icon-public-drag:before {
|
|
59
|
-
content: "\e7be";
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.icon-public-down:before {
|
|
63
|
-
content: "\e7bf";
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.icon-public-pin:before {
|
|
67
|
-
content: "\e7c0";
|
|
68
|
-
}
|
|
69
|
-
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "iconfont-public"; /* Project id 4386651 */
|
|
3
|
+
src: url('./iconfont.ttf?t=1730099749830') format('truetype');
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.iconfont-public {
|
|
7
|
+
font-family: "iconfont-public" !important;
|
|
8
|
+
font-size: 16px;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
-webkit-font-smoothing: antialiased;
|
|
11
|
+
-moz-osx-font-smoothing: grayscale;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.icon-public-guanbiqita:before {
|
|
15
|
+
content: "\e6db";
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.icon-public-shuaxinbiaoqian:before {
|
|
19
|
+
content: "\e6dc";
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.icon-public-guanbibiaoqian:before {
|
|
23
|
+
content: "\e6dd";
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.icon-public-upload:before {
|
|
27
|
+
content: "\e877";
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.icon-public-download:before {
|
|
31
|
+
content: "\e878";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.icon-public-refresh:before {
|
|
35
|
+
content: "\e7c1";
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.icon-public-edit:before {
|
|
39
|
+
content: "\e7c2";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.icon-public-calendar:before {
|
|
43
|
+
content: "\e7c3";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.icon-public-reduce:before {
|
|
47
|
+
content: "\e7c4";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.icon-public-setting:before {
|
|
51
|
+
content: "\e7bc";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.icon-public-delete:before {
|
|
55
|
+
content: "\e7bd";
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.icon-public-drag:before {
|
|
59
|
+
content: "\e7be";
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.icon-public-down:before {
|
|
63
|
+
content: "\e7bf";
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.icon-public-pin:before {
|
|
67
|
+
content: "\e7c0";
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -1,81 +1,89 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "iconfont-table"; /* Project id 4453758 */
|
|
3
|
-
src: url('iconfont.ttf?t=
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.iconfont-table {
|
|
7
|
-
font-family: "iconfont-table" !important;
|
|
8
|
-
font-size: 16px;
|
|
9
|
-
font-style: normal;
|
|
10
|
-
-webkit-font-smoothing: antialiased;
|
|
11
|
-
-moz-osx-font-smoothing: grayscale;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.icon-table-
|
|
15
|
-
content: "\
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.icon-table-
|
|
19
|
-
content: "\
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.icon-table-
|
|
23
|
-
content: "\
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.icon-table-
|
|
27
|
-
content: "\
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.icon-table-
|
|
31
|
-
content: "\
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.icon-table-
|
|
35
|
-
content: "\
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.icon-table-
|
|
39
|
-
content: "\
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.icon-table-
|
|
43
|
-
content: "\
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.icon-table-
|
|
47
|
-
content: "\
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.icon-table-
|
|
51
|
-
content: "\
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.icon-table-
|
|
55
|
-
content: "\
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.icon-table-
|
|
59
|
-
content: "\
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.icon-table-
|
|
63
|
-
content: "\
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.icon-table-
|
|
67
|
-
content: "\
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.icon-table-
|
|
71
|
-
content: "\
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.icon-table-
|
|
75
|
-
content: "\
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.icon-table-
|
|
79
|
-
content: "\
|
|
80
|
-
}
|
|
81
|
-
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "iconfont-table"; /* Project id 4453758 */
|
|
3
|
+
src: url('./iconfont.ttf?t=1760947738405') format('truetype');
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.iconfont-table {
|
|
7
|
+
font-family: "iconfont-table" !important;
|
|
8
|
+
font-size: 16px;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
-webkit-font-smoothing: antialiased;
|
|
11
|
+
-moz-osx-font-smoothing: grayscale;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.icon-table-refresh:before {
|
|
15
|
+
content: "\e8d9";
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.icon-table-gengduo:before {
|
|
19
|
+
content: "\e665";
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.icon-table-sort:before {
|
|
23
|
+
content: "\e890";
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.icon-table-filter:before {
|
|
27
|
+
content: "\e88e";
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.icon-table-shengji:before {
|
|
31
|
+
content: "\e64a";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.icon-table-calendar:before {
|
|
35
|
+
content: "\e888";
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.icon-table-edit:before {
|
|
39
|
+
content: "\e887";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.icon-table-pin:before {
|
|
43
|
+
content: "\e889";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.icon-table-drag:before {
|
|
47
|
+
content: "\e88d";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.icon-table-down:before {
|
|
51
|
+
content: "\e88f";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.icon-table-tight:before {
|
|
55
|
+
content: "\e87e";
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.icon-table-normal:before {
|
|
59
|
+
content: "\e87f";
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.icon-table-delete:before {
|
|
63
|
+
content: "\e87c";
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.icon-table-shuaxin:before {
|
|
67
|
+
content: "\e87b";
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.icon-table-upload:before {
|
|
71
|
+
content: "\e878";
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.icon-table-download:before {
|
|
75
|
+
content: "\e87a";
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.icon-table-shezhi:before {
|
|
79
|
+
content: "\e643";
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.icon-table-zhexian:before {
|
|
83
|
+
content: "\e644";
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.icon-table-biaoge:before {
|
|
87
|
+
content: "\e645";
|
|
88
|
+
}
|
|
89
|
+
|
|
Binary file
|