@zgfe/business-lib 1.1.72-alpha.8 → 1.1.72-alpha.9

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 (76) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/addToPanel/styles/addPanel.less +25 -25
  4. package/es/addToPanel/styles/index.less +16 -16
  5. package/es/addToPanel/styles/style.less +66 -66
  6. package/es/addToScene/styles/index.less +30 -30
  7. package/es/assets/colorIcon/demo.css +539 -539
  8. package/es/assets/colorIcon/demo_index.html +741 -741
  9. package/es/assets/colorIcon/iconfont.css +112 -112
  10. package/es/assets/colorIcon/iconfont.json +177 -177
  11. package/es/assets/colorIcon/iconfont.svg +67 -67
  12. package/es/assets/iconfont/demo.css +539 -539
  13. package/es/assets/iconfont/demo_index.html +2718 -2718
  14. package/es/assets/iconfont/iconfont.css +455 -455
  15. package/es/assets/iconfont/iconfont.json +779 -779
  16. package/es/assets/styles/chunks.less +165 -165
  17. package/es/assets/styles/inner.less +3 -3
  18. package/es/assets/styles/resetAntd.less +542 -542
  19. package/es/assets/styles/variable.less +17 -17
  20. package/es/attrCondition/styles/index.less +73 -73
  21. package/es/attrConditions/styles/group.less +49 -49
  22. package/es/attrConditions/styles/index.less +123 -123
  23. package/es/attributeSelector/styles/index.less +131 -131
  24. package/es/chart/styles/index.less +55 -55
  25. package/es/chart/util/data/china.js +17 -17
  26. package/es/cycleTime/index.js +1 -1
  27. package/es/cycleTime/styles/index.less +24 -24
  28. package/es/cycleTime/styles/month.less +84 -84
  29. package/es/datePicker/styles/index.less +53 -53
  30. package/es/demoWrapper/index.less +3 -3
  31. package/es/dialog/styles/index.less +19 -19
  32. package/es/dnd/demo/styles/index.less +34 -34
  33. package/es/dnd/styles/index.less +19 -19
  34. package/es/eventSelector/styles/index.less +103 -103
  35. package/es/icon/demo/list.less +32 -32
  36. package/es/layout/analysisLayout/demo/index.less +12 -12
  37. package/es/layout/analysisLayout/index.less +118 -118
  38. package/es/layout/columnLayout/index.less +50 -50
  39. package/es/layout/detail/index.less +27 -27
  40. package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
  41. package/es/layout/optionTitle/components/title/index.less +42 -42
  42. package/es/layout/optionTitle/demo/index.less +12 -12
  43. package/es/layout/optionTitle/styles/index.less +33 -33
  44. package/es/layout/optionTitle/styles/layout.less +43 -43
  45. package/es/layout/optionTitle/styles/search.less +27 -27
  46. package/es/loginForm/index.less +7 -7
  47. package/es/quickDatePicker/styles/index.less +138 -138
  48. package/es/select/styles/handle.less +147 -147
  49. package/es/select/styles/index.less +129 -129
  50. package/es/socket/demo/index.less +27 -27
  51. package/es/table/styles/index.less +5 -5
  52. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  53. package/es/targetConditionGroup/styles/index.less +28 -28
  54. package/es/targetSelector/styles/index.less +95 -95
  55. package/es/userCondition/conditions/cdpCshCondition.js +9 -1
  56. package/es/userCondition/conditions/styles/cdpCondition.less +31 -31
  57. package/es/userCondition/conditions/styles/cdpCshCondition.less +41 -41
  58. package/es/userCondition/conditions/styles/eventCondition.less +51 -51
  59. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  60. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  61. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  62. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  63. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  64. package/es/userCondition/styles/conditionTypeList.less +30 -30
  65. package/es/userCondition/styles/conditionWrap.less +18 -18
  66. package/es/userCondition/styles/index.less +33 -33
  67. package/es/userCondition/styles/orConditions.less +34 -34
  68. package/es/userCondition/styles/relationLabel.less +19 -19
  69. package/es/userGroup/styles/index.less +19 -19
  70. package/es/userTagsSelector/components/search/index.less +6 -6
  71. package/es/userTagsSelector/components/tagList/index.less +13 -13
  72. package/es/userTagsSelector/groups/styles/option.less +55 -55
  73. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  74. package/es/userTagsSelector/styles/cascaderOverlay.less +32 -32
  75. package/es/userTagsSelector/styles/index.less +10 -10
  76. package/package.json +2 -2
@@ -1,112 +1,112 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 3950596 */
3
- src: url('iconfont.woff2?t=1678964563494') format('woff2'),
4
- url('iconfont.woff?t=1678964563494') format('woff'),
5
- url('iconfont.ttf?t=1678964563494') format('truetype'),
6
- url('iconfont.svg?t=1678964563494#iconfont') format('svg');
7
- }
8
-
9
- .iconfont {
10
- font-family: "iconfont" !important;
11
- font-size: 16px;
12
- font-style: normal;
13
- -webkit-font-smoothing: antialiased;
14
- -moz-osx-font-smoothing: grayscale;
15
- }
16
-
17
- .icon-caidan-idmapping:before {
18
- content: "\e759";
19
- }
20
-
21
- .icon-logo-jichuban:before {
22
- content: "\e754";
23
- }
24
-
25
- .icon-logo-qiyeban:before {
26
- content: "\e755";
27
- }
28
-
29
- .icon-logo-yiguoqi:before {
30
- content: "\e756";
31
- }
32
-
33
- .icon-logo-shiyongban:before {
34
- content: "\e757";
35
- }
36
-
37
- .icon-logo-zhuanyeban:before {
38
- content: "\e758";
39
- }
40
-
41
- .icon-caidan-guanggaojiance:before {
42
- content: "\e742";
43
- }
44
-
45
- .icon-caidan-fenxifangfalun:before {
46
- content: "\e743";
47
- }
48
-
49
- .icon-caidan-shujuji:before {
50
- content: "\e744";
51
- }
52
-
53
- .icon-caidan-shujujieru:before {
54
- content: "\e745";
55
- }
56
-
57
- .icon-caidan-laiyuanguanli:before {
58
- content: "\e746";
59
- }
60
-
61
- .icon-caidan-fenxishujukanban:before {
62
- content: "\e747";
63
- }
64
-
65
- .icon-caidan-maidianguanli:before {
66
- content: "\e748";
67
- }
68
-
69
- .icon-caidan-chanpindiedai:before {
70
- content: "\e749";
71
- }
72
-
73
- .icon-a-caidan-yonghuzengchang2A3R:before {
74
- content: "\e74a";
75
- }
76
-
77
- .icon-caidan-yonghu:before {
78
- content: "\e74b";
79
- }
80
-
81
- .icon-caidan-zidingyishujubaogao:before {
82
- content: "\e74c";
83
- }
84
-
85
- .icon-caidan-weixinshengtaiyunying:before {
86
- content: "\e74d";
87
- }
88
-
89
- .icon-caidan-yunyinggailanbaobiao:before {
90
- content: "\e74e";
91
- }
92
-
93
- .icon-caidan-CEP:before {
94
- content: "\e74f";
95
- }
96
-
97
- .icon-caidan-zidingyiBIbaobiao:before {
98
- content: "\e750";
99
- }
100
-
101
- .icon-caidan-zhinengchuda:before {
102
- content: "\e751";
103
- }
104
-
105
- .icon-morentouxiang:before {
106
- content: "\e752";
107
- }
108
-
109
- .icon-logo:before {
110
- content: "\e753";
111
- }
112
-
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 3950596 */
3
+ src: url('iconfont.woff2?t=1678964563494') format('woff2'),
4
+ url('iconfont.woff?t=1678964563494') format('woff'),
5
+ url('iconfont.ttf?t=1678964563494') format('truetype'),
6
+ url('iconfont.svg?t=1678964563494#iconfont') format('svg');
7
+ }
8
+
9
+ .iconfont {
10
+ font-family: "iconfont" !important;
11
+ font-size: 16px;
12
+ font-style: normal;
13
+ -webkit-font-smoothing: antialiased;
14
+ -moz-osx-font-smoothing: grayscale;
15
+ }
16
+
17
+ .icon-caidan-idmapping:before {
18
+ content: "\e759";
19
+ }
20
+
21
+ .icon-logo-jichuban:before {
22
+ content: "\e754";
23
+ }
24
+
25
+ .icon-logo-qiyeban:before {
26
+ content: "\e755";
27
+ }
28
+
29
+ .icon-logo-yiguoqi:before {
30
+ content: "\e756";
31
+ }
32
+
33
+ .icon-logo-shiyongban:before {
34
+ content: "\e757";
35
+ }
36
+
37
+ .icon-logo-zhuanyeban:before {
38
+ content: "\e758";
39
+ }
40
+
41
+ .icon-caidan-guanggaojiance:before {
42
+ content: "\e742";
43
+ }
44
+
45
+ .icon-caidan-fenxifangfalun:before {
46
+ content: "\e743";
47
+ }
48
+
49
+ .icon-caidan-shujuji:before {
50
+ content: "\e744";
51
+ }
52
+
53
+ .icon-caidan-shujujieru:before {
54
+ content: "\e745";
55
+ }
56
+
57
+ .icon-caidan-laiyuanguanli:before {
58
+ content: "\e746";
59
+ }
60
+
61
+ .icon-caidan-fenxishujukanban:before {
62
+ content: "\e747";
63
+ }
64
+
65
+ .icon-caidan-maidianguanli:before {
66
+ content: "\e748";
67
+ }
68
+
69
+ .icon-caidan-chanpindiedai:before {
70
+ content: "\e749";
71
+ }
72
+
73
+ .icon-a-caidan-yonghuzengchang2A3R:before {
74
+ content: "\e74a";
75
+ }
76
+
77
+ .icon-caidan-yonghu:before {
78
+ content: "\e74b";
79
+ }
80
+
81
+ .icon-caidan-zidingyishujubaogao:before {
82
+ content: "\e74c";
83
+ }
84
+
85
+ .icon-caidan-weixinshengtaiyunying:before {
86
+ content: "\e74d";
87
+ }
88
+
89
+ .icon-caidan-yunyinggailanbaobiao:before {
90
+ content: "\e74e";
91
+ }
92
+
93
+ .icon-caidan-CEP:before {
94
+ content: "\e74f";
95
+ }
96
+
97
+ .icon-caidan-zidingyiBIbaobiao:before {
98
+ content: "\e750";
99
+ }
100
+
101
+ .icon-caidan-zhinengchuda:before {
102
+ content: "\e751";
103
+ }
104
+
105
+ .icon-morentouxiang:before {
106
+ content: "\e752";
107
+ }
108
+
109
+ .icon-logo:before {
110
+ content: "\e753";
111
+ }
112
+
@@ -1,177 +1,177 @@
1
- {
2
- "id": "3950596",
3
- "name": "彩色图标库",
4
- "font_family": "iconfont",
5
- "css_prefix_text": "icon-",
6
- "description": "",
7
- "glyphs": [
8
- {
9
- "icon_id": "34621984",
10
- "name": "菜单-idmapping",
11
- "font_class": "caidan-idmapping",
12
- "unicode": "e759",
13
- "unicode_decimal": 59225
14
- },
15
- {
16
- "icon_id": "34579823",
17
- "name": "logo-基础版",
18
- "font_class": "logo-jichuban",
19
- "unicode": "e754",
20
- "unicode_decimal": 59220
21
- },
22
- {
23
- "icon_id": "34579824",
24
- "name": "logo-企业版",
25
- "font_class": "logo-qiyeban",
26
- "unicode": "e755",
27
- "unicode_decimal": 59221
28
- },
29
- {
30
- "icon_id": "34579825",
31
- "name": "logo-已过期",
32
- "font_class": "logo-yiguoqi",
33
- "unicode": "e756",
34
- "unicode_decimal": 59222
35
- },
36
- {
37
- "icon_id": "34579826",
38
- "name": "logo-试用版",
39
- "font_class": "logo-shiyongban",
40
- "unicode": "e757",
41
- "unicode_decimal": 59223
42
- },
43
- {
44
- "icon_id": "34579827",
45
- "name": "logo-专业版",
46
- "font_class": "logo-zhuanyeban",
47
- "unicode": "e758",
48
- "unicode_decimal": 59224
49
- },
50
- {
51
- "icon_id": "34559975",
52
- "name": "菜单-广告监测",
53
- "font_class": "caidan-guanggaojiance",
54
- "unicode": "e742",
55
- "unicode_decimal": 59202
56
- },
57
- {
58
- "icon_id": "34559976",
59
- "name": "菜单-分析方法论",
60
- "font_class": "caidan-fenxifangfalun",
61
- "unicode": "e743",
62
- "unicode_decimal": 59203
63
- },
64
- {
65
- "icon_id": "34559978",
66
- "name": "菜单-数据集",
67
- "font_class": "caidan-shujuji",
68
- "unicode": "e744",
69
- "unicode_decimal": 59204
70
- },
71
- {
72
- "icon_id": "34559979",
73
- "name": "菜单-数据接入",
74
- "font_class": "caidan-shujujieru",
75
- "unicode": "e745",
76
- "unicode_decimal": 59205
77
- },
78
- {
79
- "icon_id": "34559980",
80
- "name": "菜单-来源管理",
81
- "font_class": "caidan-laiyuanguanli",
82
- "unicode": "e746",
83
- "unicode_decimal": 59206
84
- },
85
- {
86
- "icon_id": "34559981",
87
- "name": "菜单-分析数据看板",
88
- "font_class": "caidan-fenxishujukanban",
89
- "unicode": "e747",
90
- "unicode_decimal": 59207
91
- },
92
- {
93
- "icon_id": "34559982",
94
- "name": "菜单-埋点管理",
95
- "font_class": "caidan-maidianguanli",
96
- "unicode": "e748",
97
- "unicode_decimal": 59208
98
- },
99
- {
100
- "icon_id": "34559983",
101
- "name": "菜单-产品迭代",
102
- "font_class": "caidan-chanpindiedai",
103
- "unicode": "e749",
104
- "unicode_decimal": 59209
105
- },
106
- {
107
- "icon_id": "34559985",
108
- "name": "菜单-用户增长(2A3R)",
109
- "font_class": "a-caidan-yonghuzengchang2A3R",
110
- "unicode": "e74a",
111
- "unicode_decimal": 59210
112
- },
113
- {
114
- "icon_id": "34559986",
115
- "name": "菜单-用户",
116
- "font_class": "caidan-yonghu",
117
- "unicode": "e74b",
118
- "unicode_decimal": 59211
119
- },
120
- {
121
- "icon_id": "34559987",
122
- "name": "菜单-自定义数据报告",
123
- "font_class": "caidan-zidingyishujubaogao",
124
- "unicode": "e74c",
125
- "unicode_decimal": 59212
126
- },
127
- {
128
- "icon_id": "34559988",
129
- "name": "菜单-微信生态运营",
130
- "font_class": "caidan-weixinshengtaiyunying",
131
- "unicode": "e74d",
132
- "unicode_decimal": 59213
133
- },
134
- {
135
- "icon_id": "34559989",
136
- "name": "菜单-运营概览报表",
137
- "font_class": "caidan-yunyinggailanbaobiao",
138
- "unicode": "e74e",
139
- "unicode_decimal": 59214
140
- },
141
- {
142
- "icon_id": "34559990",
143
- "name": "菜单-CEP",
144
- "font_class": "caidan-CEP",
145
- "unicode": "e74f",
146
- "unicode_decimal": 59215
147
- },
148
- {
149
- "icon_id": "34559991",
150
- "name": "菜单-自定义BI报表",
151
- "font_class": "caidan-zidingyiBIbaobiao",
152
- "unicode": "e750",
153
- "unicode_decimal": 59216
154
- },
155
- {
156
- "icon_id": "34559992",
157
- "name": "菜单-智能触达",
158
- "font_class": "caidan-zhinengchuda",
159
- "unicode": "e751",
160
- "unicode_decimal": 59217
161
- },
162
- {
163
- "icon_id": "34559993",
164
- "name": "默认头像",
165
- "font_class": "morentouxiang",
166
- "unicode": "e752",
167
- "unicode_decimal": 59218
168
- },
169
- {
170
- "icon_id": "34559994",
171
- "name": "logo",
172
- "font_class": "logo",
173
- "unicode": "e753",
174
- "unicode_decimal": 59219
175
- }
176
- ]
177
- }
1
+ {
2
+ "id": "3950596",
3
+ "name": "彩色图标库",
4
+ "font_family": "iconfont",
5
+ "css_prefix_text": "icon-",
6
+ "description": "",
7
+ "glyphs": [
8
+ {
9
+ "icon_id": "34621984",
10
+ "name": "菜单-idmapping",
11
+ "font_class": "caidan-idmapping",
12
+ "unicode": "e759",
13
+ "unicode_decimal": 59225
14
+ },
15
+ {
16
+ "icon_id": "34579823",
17
+ "name": "logo-基础版",
18
+ "font_class": "logo-jichuban",
19
+ "unicode": "e754",
20
+ "unicode_decimal": 59220
21
+ },
22
+ {
23
+ "icon_id": "34579824",
24
+ "name": "logo-企业版",
25
+ "font_class": "logo-qiyeban",
26
+ "unicode": "e755",
27
+ "unicode_decimal": 59221
28
+ },
29
+ {
30
+ "icon_id": "34579825",
31
+ "name": "logo-已过期",
32
+ "font_class": "logo-yiguoqi",
33
+ "unicode": "e756",
34
+ "unicode_decimal": 59222
35
+ },
36
+ {
37
+ "icon_id": "34579826",
38
+ "name": "logo-试用版",
39
+ "font_class": "logo-shiyongban",
40
+ "unicode": "e757",
41
+ "unicode_decimal": 59223
42
+ },
43
+ {
44
+ "icon_id": "34579827",
45
+ "name": "logo-专业版",
46
+ "font_class": "logo-zhuanyeban",
47
+ "unicode": "e758",
48
+ "unicode_decimal": 59224
49
+ },
50
+ {
51
+ "icon_id": "34559975",
52
+ "name": "菜单-广告监测",
53
+ "font_class": "caidan-guanggaojiance",
54
+ "unicode": "e742",
55
+ "unicode_decimal": 59202
56
+ },
57
+ {
58
+ "icon_id": "34559976",
59
+ "name": "菜单-分析方法论",
60
+ "font_class": "caidan-fenxifangfalun",
61
+ "unicode": "e743",
62
+ "unicode_decimal": 59203
63
+ },
64
+ {
65
+ "icon_id": "34559978",
66
+ "name": "菜单-数据集",
67
+ "font_class": "caidan-shujuji",
68
+ "unicode": "e744",
69
+ "unicode_decimal": 59204
70
+ },
71
+ {
72
+ "icon_id": "34559979",
73
+ "name": "菜单-数据接入",
74
+ "font_class": "caidan-shujujieru",
75
+ "unicode": "e745",
76
+ "unicode_decimal": 59205
77
+ },
78
+ {
79
+ "icon_id": "34559980",
80
+ "name": "菜单-来源管理",
81
+ "font_class": "caidan-laiyuanguanli",
82
+ "unicode": "e746",
83
+ "unicode_decimal": 59206
84
+ },
85
+ {
86
+ "icon_id": "34559981",
87
+ "name": "菜单-分析数据看板",
88
+ "font_class": "caidan-fenxishujukanban",
89
+ "unicode": "e747",
90
+ "unicode_decimal": 59207
91
+ },
92
+ {
93
+ "icon_id": "34559982",
94
+ "name": "菜单-埋点管理",
95
+ "font_class": "caidan-maidianguanli",
96
+ "unicode": "e748",
97
+ "unicode_decimal": 59208
98
+ },
99
+ {
100
+ "icon_id": "34559983",
101
+ "name": "菜单-产品迭代",
102
+ "font_class": "caidan-chanpindiedai",
103
+ "unicode": "e749",
104
+ "unicode_decimal": 59209
105
+ },
106
+ {
107
+ "icon_id": "34559985",
108
+ "name": "菜单-用户增长(2A3R)",
109
+ "font_class": "a-caidan-yonghuzengchang2A3R",
110
+ "unicode": "e74a",
111
+ "unicode_decimal": 59210
112
+ },
113
+ {
114
+ "icon_id": "34559986",
115
+ "name": "菜单-用户",
116
+ "font_class": "caidan-yonghu",
117
+ "unicode": "e74b",
118
+ "unicode_decimal": 59211
119
+ },
120
+ {
121
+ "icon_id": "34559987",
122
+ "name": "菜单-自定义数据报告",
123
+ "font_class": "caidan-zidingyishujubaogao",
124
+ "unicode": "e74c",
125
+ "unicode_decimal": 59212
126
+ },
127
+ {
128
+ "icon_id": "34559988",
129
+ "name": "菜单-微信生态运营",
130
+ "font_class": "caidan-weixinshengtaiyunying",
131
+ "unicode": "e74d",
132
+ "unicode_decimal": 59213
133
+ },
134
+ {
135
+ "icon_id": "34559989",
136
+ "name": "菜单-运营概览报表",
137
+ "font_class": "caidan-yunyinggailanbaobiao",
138
+ "unicode": "e74e",
139
+ "unicode_decimal": 59214
140
+ },
141
+ {
142
+ "icon_id": "34559990",
143
+ "name": "菜单-CEP",
144
+ "font_class": "caidan-CEP",
145
+ "unicode": "e74f",
146
+ "unicode_decimal": 59215
147
+ },
148
+ {
149
+ "icon_id": "34559991",
150
+ "name": "菜单-自定义BI报表",
151
+ "font_class": "caidan-zidingyiBIbaobiao",
152
+ "unicode": "e750",
153
+ "unicode_decimal": 59216
154
+ },
155
+ {
156
+ "icon_id": "34559992",
157
+ "name": "菜单-智能触达",
158
+ "font_class": "caidan-zhinengchuda",
159
+ "unicode": "e751",
160
+ "unicode_decimal": 59217
161
+ },
162
+ {
163
+ "icon_id": "34559993",
164
+ "name": "默认头像",
165
+ "font_class": "morentouxiang",
166
+ "unicode": "e752",
167
+ "unicode_decimal": 59218
168
+ },
169
+ {
170
+ "icon_id": "34559994",
171
+ "name": "logo",
172
+ "font_class": "logo",
173
+ "unicode": "e753",
174
+ "unicode_decimal": 59219
175
+ }
176
+ ]
177
+ }