@topvisor/ui 1.0.13-fix-dialog-scroll → 1.0.14
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/.chunks/{datepicker-BLuImSNi.amd.js → datepicker-DW_EVh8-.amd.js} +2 -2
- package/.chunks/{datepicker-BLuImSNi.amd.js.map → datepicker-DW_EVh8-.amd.js.map} +1 -1
- package/.chunks/{datepicker-B8syh3Uk.es.js → datepicker-Ri3BN3-Y.es.js} +2 -2
- package/.chunks/{datepicker-B8syh3Uk.es.js.map → datepicker-Ri3BN3-Y.es.js.map} +1 -1
- package/.chunks/{forms-C4-jc5q2.es.js → forms-CHyoeELv.es.js} +21 -21
- package/.chunks/{forms-C4-jc5q2.es.js.map → forms-CHyoeELv.es.js.map} +1 -1
- package/.chunks/{forms-CiwhEtPE.amd.js → forms-CORLOoYZ.amd.js} +3 -3
- package/.chunks/{forms-CiwhEtPE.amd.js.map → forms-CORLOoYZ.amd.js.map} +1 -1
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-sNbmDi34.amd.js → listItem.vue_vue_type_script_setup_true_lang-BZar2z_p.amd.js} +2 -2
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-sNbmDi34.amd.js.map → listItem.vue_vue_type_script_setup_true_lang-BZar2z_p.amd.js.map} +1 -1
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CtqSJHeU.es.js → listItem.vue_vue_type_script_setup_true_lang-Dvz76-gx.es.js} +2 -2
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CtqSJHeU.es.js.map → listItem.vue_vue_type_script_setup_true_lang-Dvz76-gx.es.js.map} +1 -1
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-jctlBjKS.amd.js → menu.vue_vue_type_style_index_0_lang-Chd1ygyG.amd.js} +2 -2
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-jctlBjKS.amd.js.map → menu.vue_vue_type_style_index_0_lang-Chd1ygyG.amd.js.map} +1 -1
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-BCFxRsJ_.es.js → menu.vue_vue_type_style_index_0_lang-Rex3a5_T.es.js} +2 -2
- package/.chunks/{menu.vue_vue_type_style_index_0_lang-BCFxRsJ_.es.js.map → menu.vue_vue_type_style_index_0_lang-Rex3a5_T.es.js.map} +1 -1
- package/.chunks/notice-Bh-LvHpR.es.js +175 -0
- package/.chunks/notice-Bh-LvHpR.es.js.map +1 -0
- package/.chunks/notice-BnvlWLlj.amd.js +4 -0
- package/.chunks/notice-BnvlWLlj.amd.js.map +1 -0
- package/.chunks/{popup-DEG8x2yE.es.js → popup-0nFCdjiM.es.js} +3 -3
- package/.chunks/popup-0nFCdjiM.es.js.map +1 -0
- package/.chunks/{popup-D6LvyJ7M.amd.js → popup-B285SUGc.amd.js} +2 -2
- package/.chunks/popup-B285SUGc.amd.js.map +1 -0
- package/.chunks/{utils-BiyYJ_AB.es.js → utils-B3neE-vU.es.js} +52 -44
- package/.chunks/utils-B3neE-vU.es.js.map +1 -0
- package/.chunks/{utils-B3ycYRqM.amd.js → utils-COOeS9rk.amd.js} +2 -2
- package/.chunks/utils-COOeS9rk.amd.js.map +1 -0
- package/.chunks/utils-k0wIxxij.amd.js +2 -0
- package/.chunks/utils-k0wIxxij.amd.js.map +1 -0
- package/.chunks/{utils-DdsRxaK5.es.js → utils-tB3V9IWe.es.js} +59 -54
- package/.chunks/utils-tB3V9IWe.es.js.map +1 -0
- package/assets/core.css +1 -1
- package/assets/layout.css +1 -0
- package/charts/charts.amd.js +1 -1
- package/charts/charts.amd.js.map +1 -1
- package/charts/charts.js +47 -42
- package/charts/charts.js.map +1 -1
- package/components/charts/miniChart/miniChart.d.ts +5 -0
- package/components/core/notice/item/item.vue.d.ts +3 -1
- package/components/core/notice/item/types.d.ts +4 -0
- package/components/core/notice/utils.d.ts +1 -0
- package/components/dialog/dialog/composables/{asyncDialogWorker.d.ts → asyncDialogHandle.d.ts} +1 -1
- package/components/dialog/dialog/composables/utils.d.ts +2 -2
- package/components/dialog/dialog/dialogs/dialogs.vue.d.ts +1 -1
- package/components/dialog/lib/types.d.ts +6 -1
- package/components/dialog/lib/worker.d.ts +5 -0
- package/components/layout/islandRows/islandRows.vue.d.ts +16 -0
- package/components/layout/islandRows/islandRowsRow/islandRowsRow.vue.d.ts +17 -0
- package/components/layout/islandRows/islandRowsRow/types.d.ts +2 -0
- package/components/layout/islandRows/types.d.ts +10 -0
- package/components/layout/layout.d.ts +7 -0
- package/components/layout/rows/rows.vue.d.ts +20 -0
- package/components/layout/rows/types.d.ts +6 -0
- package/components/project/project.d.ts +1 -0
- package/core/app.amd.js +1 -1
- package/core/app.amd.js.map +1 -1
- package/core/app.js +14 -15
- package/core/app.js.map +1 -1
- package/core/utils/check.d.ts +1 -1
- package/dialog/dialog.amd.js +1 -1
- package/dialog/dialog.js +2 -2
- package/forms/forms.amd.js +1 -1
- package/forms/forms.js +1 -1
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.js +54 -54
- package/icomoon/Topvisor icons.json +1421 -1193
- package/icomoon/demo-files/demo.css +0 -3
- package/icomoon/demo.html +578 -511
- package/icomoon/fonts/Topvisor-2.eot +0 -0
- package/icomoon/fonts/Topvisor-2.svg +8 -3
- package/icomoon/fonts/Topvisor-2.ttf +0 -0
- package/icomoon/fonts/Topvisor-2.woff +0 -0
- package/icomoon/selection.json +1 -1
- package/icomoon/style.css +259 -243
- package/layout/layout.amd.js +2 -0
- package/layout/layout.amd.js.map +1 -0
- package/layout/layout.d.ts +2 -0
- package/layout/layout.js +54 -0
- package/layout/layout.js.map +1 -0
- package/package.json +1 -1
- package/popup/popup.amd.js +1 -1
- package/popup/popup.js +2 -2
- package/popup/worker.amd.js +1 -1
- package/popup/worker.js +2 -2
- package/project/project.amd.js +1 -1
- package/project/project.amd.js.map +1 -1
- package/project/project.js +482 -469
- package/project/project.js.map +1 -1
- package/tabsView/tabsView.amd.js +1 -1
- package/tabsView/tabsView.js +16 -16
- package/utils/check.amd.js +1 -1
- package/utils/check.amd.js.map +1 -1
- package/utils/check.js +12 -12
- package/utils/check.js.map +1 -1
- package/utils/date.amd.js +1 -1
- package/utils/date.js +1 -1
- package/utils/device.amd.js +1 -1
- package/utils/device.js +1 -1
- package/utils/lodash.amd.js +1 -1
- package/utils/lodash.js +5 -5
- package/utils/price.amd.js +1 -1
- package/utils/price.js +1 -1
- package/utils/string.amd.js +1 -1
- package/utils/string.js +1 -1
- package/.chunks/notice-Dgu-SIPq.es.js +0 -172
- package/.chunks/notice-Dgu-SIPq.es.js.map +0 -1
- package/.chunks/notice-DkCLhqSq.amd.js +0 -4
- package/.chunks/notice-DkCLhqSq.amd.js.map +0 -1
- package/.chunks/popup-D6LvyJ7M.amd.js.map +0 -1
- package/.chunks/popup-DEG8x2yE.es.js.map +0 -1
- package/.chunks/utils-B3ycYRqM.amd.js.map +0 -1
- package/.chunks/utils-BiyYJ_AB.es.js.map +0 -1
- package/.chunks/utils-DdsRxaK5.es.js.map +0 -1
- package/.chunks/utils-DpejCylJ.amd.js +0 -2
- package/.chunks/utils-DpejCylJ.amd.js.map +0 -1
- /package/components/dialog/dialog/composables/{dialogWorker.d.ts → dialogHandle.d.ts} +0 -0
package/icomoon/style.css
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Topvisor-2';
|
|
3
|
-
src:
|
|
4
|
-
|
|
5
|
-
url('fonts/Topvisor-2.
|
|
6
|
-
url('fonts/Topvisor-2.
|
|
3
|
+
src: url('fonts/Topvisor-2.eot?uis5uu');
|
|
4
|
+
src: url('fonts/Topvisor-2.eot?uis5uu#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/Topvisor-2.ttf?uis5uu') format('truetype'),
|
|
6
|
+
url('fonts/Topvisor-2.woff?uis5uu') format('woff'),
|
|
7
|
+
url('fonts/Topvisor-2.svg?uis5uu#Topvisor-2') format('svg');
|
|
7
8
|
font-weight: normal;
|
|
8
9
|
font-style: normal;
|
|
9
10
|
font-display: block;
|
|
10
11
|
}
|
|
11
12
|
|
|
12
|
-
[class^="
|
|
13
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
13
14
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
14
15
|
font-family: 'Topvisor-2' !important;
|
|
15
16
|
speak: never;
|
|
@@ -24,717 +25,732 @@
|
|
|
24
25
|
-moz-osx-font-smoothing: grayscale;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
|
-
.
|
|
28
|
+
.icon-searcher-0-ru:before {
|
|
28
29
|
content: "\e97a";
|
|
29
30
|
}
|
|
30
|
-
.
|
|
31
|
+
.icon-searcher-0-en:before {
|
|
31
32
|
content: "\e986";
|
|
32
33
|
}
|
|
33
|
-
.
|
|
34
|
+
.icon-searcher-1:before {
|
|
34
35
|
content: "\e97f";
|
|
35
36
|
}
|
|
36
|
-
.
|
|
37
|
+
.icon-searcher-2:before {
|
|
37
38
|
content: "\e97d";
|
|
38
39
|
}
|
|
39
|
-
.
|
|
40
|
+
.icon-searcher-4:before {
|
|
40
41
|
content: "\e97b";
|
|
41
42
|
}
|
|
42
|
-
.
|
|
43
|
+
.icon-searcher-5:before {
|
|
43
44
|
content: "\e987";
|
|
44
45
|
}
|
|
45
|
-
.
|
|
46
|
+
.icon-searcher-6:before {
|
|
46
47
|
content: "\e97e";
|
|
47
48
|
}
|
|
48
|
-
.
|
|
49
|
+
.icon-searcher-7:before {
|
|
49
50
|
content: "\e97c";
|
|
50
51
|
}
|
|
51
|
-
.
|
|
52
|
+
.icon-searcher-8:before {
|
|
52
53
|
content: "\e980";
|
|
53
54
|
}
|
|
54
|
-
.
|
|
55
|
+
.icon-searcher-9:before {
|
|
55
56
|
content: "\e988";
|
|
56
57
|
}
|
|
57
|
-
.
|
|
58
|
+
.icon-searcher-101:before {
|
|
58
59
|
content: "\e947";
|
|
59
60
|
}
|
|
60
|
-
.
|
|
61
|
+
.icon-searcher-102:before {
|
|
61
62
|
content: "\e943";
|
|
62
63
|
}
|
|
63
|
-
.
|
|
64
|
+
.icon-searcher-103:before {
|
|
64
65
|
content: "\e946";
|
|
65
66
|
}
|
|
66
|
-
.
|
|
67
|
+
.icon-searcher-105:before {
|
|
67
68
|
content: "\e944";
|
|
68
69
|
}
|
|
69
|
-
.
|
|
70
|
+
.icon-searcher-106:before {
|
|
70
71
|
content: "\e945";
|
|
71
72
|
}
|
|
72
|
-
.
|
|
73
|
+
.icon-searcher-107:before {
|
|
73
74
|
content: "\e989";
|
|
74
75
|
}
|
|
75
|
-
.
|
|
76
|
+
.icon-arrows-expand-horizontal:before {
|
|
76
77
|
content: "\e9e3";
|
|
77
78
|
}
|
|
78
|
-
.
|
|
79
|
+
.icon-arrows-expand-vertical:before {
|
|
79
80
|
content: "\e9e4";
|
|
80
81
|
}
|
|
81
|
-
.
|
|
82
|
+
.icon-arrows-in:before {
|
|
82
83
|
content: "\e9e5";
|
|
83
84
|
}
|
|
84
|
-
.
|
|
85
|
+
.icon-arrows-out:before {
|
|
85
86
|
content: "\e9e6";
|
|
86
87
|
}
|
|
87
|
-
.
|
|
88
|
+
.icon-arrows-vertical-up:before {
|
|
88
89
|
content: "\e9e7";
|
|
89
90
|
}
|
|
90
|
-
.
|
|
91
|
+
.icon-chevron-contract:before {
|
|
91
92
|
content: "\e9e9";
|
|
92
93
|
}
|
|
93
|
-
.
|
|
94
|
+
.icon-chevron-expand:before {
|
|
94
95
|
content: "\e9e8";
|
|
95
96
|
}
|
|
96
|
-
.
|
|
97
|
+
.icon-select:before {
|
|
97
98
|
content: "\e9ce";
|
|
98
99
|
}
|
|
99
|
-
.
|
|
100
|
+
.icon-chevron_down-s:before {
|
|
100
101
|
content: "\e9ba";
|
|
101
102
|
}
|
|
102
|
-
.
|
|
103
|
+
.icon-chevron_up-s:before {
|
|
103
104
|
content: "\e9bb";
|
|
104
105
|
}
|
|
105
|
-
.
|
|
106
|
+
.icon-chevron_left-s:before {
|
|
106
107
|
content: "\e9bc";
|
|
107
108
|
}
|
|
108
|
-
.
|
|
109
|
+
.icon-chevron_right-s:before {
|
|
109
110
|
content: "\e9bd";
|
|
110
111
|
}
|
|
111
|
-
.
|
|
112
|
+
.icon-arrow-down:before {
|
|
112
113
|
content: "\e900";
|
|
113
114
|
}
|
|
114
|
-
.
|
|
115
|
+
.icon-arrow-left:before {
|
|
115
116
|
content: "\e901";
|
|
116
117
|
}
|
|
117
|
-
.
|
|
118
|
+
.icon-arrow-right:before {
|
|
118
119
|
content: "\e902";
|
|
119
120
|
}
|
|
120
|
-
.
|
|
121
|
+
.icon-arrow-up:before {
|
|
121
122
|
content: "\e903";
|
|
122
123
|
}
|
|
123
|
-
.
|
|
124
|
+
.icon-chevron-down:before {
|
|
124
125
|
content: "\e90c";
|
|
125
126
|
}
|
|
126
|
-
.
|
|
127
|
+
.icon-chevron-left:before {
|
|
127
128
|
content: "\e90d";
|
|
128
129
|
}
|
|
129
|
-
.
|
|
130
|
+
.icon-chevron-right:before {
|
|
130
131
|
content: "\e90e";
|
|
131
132
|
}
|
|
132
|
-
.
|
|
133
|
+
.icon-chevron-up:before {
|
|
133
134
|
content: "\e90f";
|
|
134
135
|
}
|
|
135
|
-
.
|
|
136
|
+
.icon-window:before {
|
|
136
137
|
content: "\e9c5";
|
|
137
138
|
}
|
|
138
|
-
.
|
|
139
|
+
.icon-analysis:before {
|
|
139
140
|
content: "\e979";
|
|
140
141
|
}
|
|
141
|
-
.
|
|
142
|
+
.icon-analysis-fill:before {
|
|
142
143
|
content: "\e960";
|
|
143
144
|
}
|
|
144
|
-
.
|
|
145
|
+
.icon-hammer:before {
|
|
145
146
|
content: "\e962";
|
|
146
147
|
}
|
|
147
|
-
.
|
|
148
|
+
.icon-hammer-fill:before {
|
|
148
149
|
content: "\e961";
|
|
149
150
|
}
|
|
150
|
-
.
|
|
151
|
+
.icon-radar-fill:before {
|
|
151
152
|
content: "\e967";
|
|
152
153
|
}
|
|
153
|
-
.
|
|
154
|
+
.icon-radar:before {
|
|
154
155
|
content: "\e968";
|
|
155
156
|
}
|
|
156
|
-
.
|
|
157
|
+
.icon-bar_chart:before {
|
|
157
158
|
content: "\e96a";
|
|
158
159
|
}
|
|
159
|
-
.
|
|
160
|
+
.icon-bar_chart-fill:before {
|
|
160
161
|
content: "\e969";
|
|
161
162
|
}
|
|
162
|
-
.
|
|
163
|
+
.icon-core:before {
|
|
163
164
|
content: "\e96c";
|
|
164
165
|
}
|
|
165
|
-
.
|
|
166
|
+
.icon-trending-up:before {
|
|
166
167
|
content: "\e96d";
|
|
167
168
|
}
|
|
168
|
-
.
|
|
169
|
+
.icon-inbox:before {
|
|
169
170
|
content: "\e96e";
|
|
170
171
|
}
|
|
171
|
-
.
|
|
172
|
+
.icon-inbox-fill:before {
|
|
172
173
|
content: "\e96f";
|
|
173
174
|
}
|
|
174
|
-
.
|
|
175
|
+
.icon-map:before {
|
|
175
176
|
content: "\e972";
|
|
176
177
|
}
|
|
177
|
-
.
|
|
178
|
+
.icon-cup:before {
|
|
178
179
|
content: "\e974";
|
|
179
180
|
}
|
|
180
|
-
.
|
|
181
|
+
.icon-cup-fill:before {
|
|
181
182
|
content: "\e975";
|
|
182
183
|
}
|
|
183
|
-
.
|
|
184
|
+
.icon-snapshot:before {
|
|
184
185
|
content: "\e91b";
|
|
185
186
|
}
|
|
186
|
-
.
|
|
187
|
+
.icon-circle:before {
|
|
187
188
|
content: "\e9ea";
|
|
188
189
|
}
|
|
189
|
-
.
|
|
190
|
+
.icon-circles:before {
|
|
190
191
|
content: "\e9eb";
|
|
191
192
|
}
|
|
192
|
-
.
|
|
193
|
+
.icon-filled-circle:before {
|
|
193
194
|
content: "\e9ec";
|
|
194
195
|
}
|
|
195
|
-
.
|
|
196
|
+
.icon-campaign:before {
|
|
196
197
|
content: "\e9cf";
|
|
197
198
|
}
|
|
198
|
-
.
|
|
199
|
+
.icon-dialog:before {
|
|
199
200
|
content: "\e9d0";
|
|
200
201
|
}
|
|
201
|
-
.
|
|
202
|
+
.icon-gift:before {
|
|
202
203
|
content: "\e9d1";
|
|
203
204
|
}
|
|
204
|
-
.
|
|
205
|
+
.icon-skill:before {
|
|
205
206
|
content: "\e9d2";
|
|
206
207
|
}
|
|
207
|
-
.
|
|
208
|
+
.icon-template:before {
|
|
208
209
|
content: "\e9cd";
|
|
209
210
|
}
|
|
210
|
-
.
|
|
211
|
+
.icon-core-v1:before {
|
|
211
212
|
content: "\e9c7";
|
|
212
213
|
}
|
|
213
|
-
.
|
|
214
|
+
.icon-core-v3:before {
|
|
214
215
|
content: "\e9c8";
|
|
215
216
|
}
|
|
216
|
-
.
|
|
217
|
+
.icon-bar_chart_2:before {
|
|
217
218
|
content: "\e977";
|
|
218
219
|
}
|
|
219
|
-
.
|
|
220
|
+
.icon-sand_clock:before {
|
|
220
221
|
content: "\e9c3";
|
|
221
222
|
}
|
|
222
|
-
.
|
|
223
|
+
.icon-lamp:before {
|
|
223
224
|
content: "\e9c2";
|
|
224
225
|
}
|
|
225
|
-
.
|
|
226
|
+
.icon-book:before {
|
|
226
227
|
content: "\e9be";
|
|
227
228
|
}
|
|
228
|
-
.
|
|
229
|
+
.icon-horns_sign:before {
|
|
229
230
|
content: "\e9bf";
|
|
230
231
|
}
|
|
231
|
-
.
|
|
232
|
+
.icon-microphone:before {
|
|
232
233
|
content: "\e9c0";
|
|
233
234
|
}
|
|
234
|
-
.
|
|
235
|
+
.icon-newspaper:before {
|
|
235
236
|
content: "\e9c1";
|
|
236
237
|
}
|
|
237
|
-
.
|
|
238
|
+
.icon-rss:before {
|
|
238
239
|
content: "\e9b8";
|
|
239
240
|
}
|
|
240
|
-
.
|
|
241
|
+
.icon-journal:before {
|
|
241
242
|
content: "\e978";
|
|
242
243
|
}
|
|
243
|
-
.
|
|
244
|
+
.icon-academy:before {
|
|
244
245
|
content: "\e996";
|
|
245
246
|
}
|
|
246
|
-
.
|
|
247
|
+
.icon-content:before {
|
|
247
248
|
content: "\e9b6";
|
|
248
249
|
}
|
|
249
|
-
.
|
|
250
|
+
.icon-h:before {
|
|
250
251
|
content: "\e9b3";
|
|
251
252
|
}
|
|
252
|
-
.
|
|
253
|
+
.icon-status_code:before {
|
|
253
254
|
content: "\e9b4";
|
|
254
255
|
}
|
|
255
|
-
.
|
|
256
|
+
.icon-t:before {
|
|
256
257
|
content: "\e9b5";
|
|
257
258
|
}
|
|
258
|
-
.
|
|
259
|
+
.icon-anonymous:before {
|
|
259
260
|
content: "\e9b1";
|
|
260
261
|
}
|
|
261
|
-
.
|
|
262
|
+
.icon-cube:before {
|
|
262
263
|
content: "\e9a9";
|
|
263
264
|
}
|
|
264
|
-
.
|
|
265
|
+
.icon-eye_closed:before {
|
|
265
266
|
content: "\e9aa";
|
|
266
267
|
}
|
|
267
|
-
.
|
|
268
|
+
.icon-eye:before {
|
|
268
269
|
content: "\e9ab";
|
|
269
270
|
}
|
|
270
|
-
.
|
|
271
|
+
.icon-image:before {
|
|
271
272
|
content: "\e9ac";
|
|
272
273
|
}
|
|
273
|
-
.
|
|
274
|
+
.icon-link:before {
|
|
274
275
|
content: "\e9ad";
|
|
275
276
|
}
|
|
276
|
-
.
|
|
277
|
+
.icon-speed:before {
|
|
277
278
|
content: "\e9ae";
|
|
278
279
|
}
|
|
279
|
-
.
|
|
280
|
+
.icon-terminal:before {
|
|
280
281
|
content: "\e9af";
|
|
281
282
|
}
|
|
282
|
-
.
|
|
283
|
+
.icon-key:before {
|
|
283
284
|
content: "\e98a";
|
|
284
285
|
}
|
|
285
|
-
.
|
|
286
|
+
.icon-question:before {
|
|
286
287
|
content: "\e98b";
|
|
287
288
|
}
|
|
288
|
-
.
|
|
289
|
+
.icon-bulleted_list:before {
|
|
289
290
|
content: "\e95c";
|
|
290
291
|
}
|
|
291
|
-
.
|
|
292
|
+
.icon-external:before {
|
|
292
293
|
content: "\e948";
|
|
293
294
|
}
|
|
294
|
-
.
|
|
295
|
+
.icon-target:before {
|
|
295
296
|
content: "\e91c";
|
|
296
297
|
}
|
|
297
|
-
.
|
|
298
|
+
.icon-thunder:before {
|
|
298
299
|
content: "\e91d";
|
|
299
300
|
}
|
|
300
|
-
.
|
|
301
|
+
.icon-menu:before {
|
|
301
302
|
content: "\e914";
|
|
302
303
|
}
|
|
303
|
-
.
|
|
304
|
+
.icon-home:before {
|
|
304
305
|
content: "\e964";
|
|
305
306
|
}
|
|
306
|
-
.
|
|
307
|
+
.icon-home-fill:before {
|
|
307
308
|
content: "\e963";
|
|
308
309
|
}
|
|
309
|
-
.
|
|
310
|
+
.icon-ballot:before {
|
|
310
311
|
content: "\e966";
|
|
311
312
|
}
|
|
312
|
-
.
|
|
313
|
+
.icon-ballot-fill:before {
|
|
313
314
|
content: "\e965";
|
|
314
315
|
}
|
|
315
|
-
.
|
|
316
|
+
.icon-tools:before {
|
|
316
317
|
content: "\e96b";
|
|
317
318
|
}
|
|
318
|
-
.
|
|
319
|
+
.icon-folder:before {
|
|
319
320
|
content: "\e970";
|
|
320
321
|
}
|
|
321
|
-
.
|
|
322
|
+
.icon-folder-fill:before {
|
|
322
323
|
content: "\e971";
|
|
323
324
|
}
|
|
324
|
-
.
|
|
325
|
+
.icon-chart:before {
|
|
325
326
|
content: "\e976";
|
|
326
327
|
}
|
|
327
|
-
.
|
|
328
|
+
.icon-yandex_xml-en:before {
|
|
328
329
|
content: "\e94d";
|
|
329
330
|
}
|
|
330
|
-
.
|
|
331
|
+
.icon-yandex_xml-fill-en:before {
|
|
331
332
|
content: "\e94c";
|
|
332
333
|
}
|
|
333
|
-
.
|
|
334
|
+
.icon-yandex_xml-fill-ru:before {
|
|
334
335
|
content: "\e94a";
|
|
335
336
|
}
|
|
336
|
-
.
|
|
337
|
+
.icon-yandex_xml-ru:before {
|
|
337
338
|
content: "\e949";
|
|
338
339
|
}
|
|
339
|
-
.
|
|
340
|
+
.icon-academic_cap:before {
|
|
340
341
|
content: "\e94b";
|
|
341
342
|
}
|
|
342
|
-
.
|
|
343
|
+
.icon-academic_cap-fill:before {
|
|
343
344
|
content: "\e95f";
|
|
344
345
|
}
|
|
345
|
-
.
|
|
346
|
+
.icon-savings:before {
|
|
346
347
|
content: "\e905";
|
|
347
348
|
}
|
|
348
|
-
.
|
|
349
|
+
.icon-savings-fill:before {
|
|
349
350
|
content: "\e904";
|
|
350
351
|
}
|
|
351
|
-
.
|
|
352
|
+
.icon-bell:before {
|
|
352
353
|
content: "\e907";
|
|
353
354
|
}
|
|
354
|
-
.
|
|
355
|
+
.icon-bell-fill:before {
|
|
355
356
|
content: "\e906";
|
|
356
357
|
}
|
|
357
|
-
.
|
|
358
|
+
.icon-calendar:before {
|
|
358
359
|
content: "\e909";
|
|
359
360
|
}
|
|
360
|
-
.
|
|
361
|
+
.icon-calendar-fill:before {
|
|
361
362
|
content: "\e908";
|
|
362
363
|
}
|
|
363
|
-
.
|
|
364
|
+
.icon-case:before {
|
|
364
365
|
content: "\e90b";
|
|
365
366
|
}
|
|
366
|
-
.
|
|
367
|
+
.icon-case-fill:before {
|
|
367
368
|
content: "\e90a";
|
|
368
369
|
}
|
|
369
|
-
.
|
|
370
|
+
.icon-grid:before {
|
|
370
371
|
content: "\e911";
|
|
371
372
|
}
|
|
372
|
-
.
|
|
373
|
+
.icon-grid-fill:before {
|
|
373
374
|
content: "\e910";
|
|
374
375
|
}
|
|
375
|
-
.
|
|
376
|
+
.icon-mail:before {
|
|
376
377
|
content: "\e913";
|
|
377
378
|
}
|
|
378
|
-
.
|
|
379
|
+
.icon-mail-fill:before {
|
|
379
380
|
content: "\e912";
|
|
380
381
|
}
|
|
381
|
-
.
|
|
382
|
+
.icon-price_tag:before {
|
|
382
383
|
content: "\e916";
|
|
383
384
|
}
|
|
384
|
-
.
|
|
385
|
+
.icon-price_tag-fill:before {
|
|
385
386
|
content: "\e915";
|
|
386
387
|
}
|
|
387
|
-
.
|
|
388
|
+
.icon-map_point:before {
|
|
388
389
|
content: "\e918";
|
|
389
390
|
}
|
|
390
|
-
.
|
|
391
|
+
.icon-map_point-fill:before {
|
|
391
392
|
content: "\e917";
|
|
392
393
|
}
|
|
393
|
-
.
|
|
394
|
+
.icon-gear:before {
|
|
394
395
|
content: "\e91a";
|
|
395
396
|
}
|
|
396
|
-
.
|
|
397
|
+
.icon-gear-fill:before {
|
|
397
398
|
content: "\e919";
|
|
398
399
|
}
|
|
399
|
-
.
|
|
400
|
+
.icon-user:before {
|
|
400
401
|
content: "\e91f";
|
|
401
402
|
}
|
|
402
|
-
.
|
|
403
|
+
.icon-user-fill:before {
|
|
403
404
|
content: "\e91e";
|
|
404
405
|
}
|
|
405
|
-
.
|
|
406
|
+
.icon-users:before {
|
|
406
407
|
content: "\e921";
|
|
407
408
|
}
|
|
408
|
-
.
|
|
409
|
+
.icon-users-fill:before {
|
|
409
410
|
content: "\e920";
|
|
410
411
|
}
|
|
411
|
-
.
|
|
412
|
+
.icon-spider:before {
|
|
413
|
+
content: "\e9f2";
|
|
414
|
+
}
|
|
415
|
+
.icon-yandex-eng:before {
|
|
416
|
+
content: "\e9ee";
|
|
417
|
+
}
|
|
418
|
+
.icon-yandex-ru:before {
|
|
419
|
+
content: "\e9ef";
|
|
420
|
+
}
|
|
421
|
+
.icon-apple:before {
|
|
412
422
|
content: "\e9e1";
|
|
413
423
|
}
|
|
414
|
-
.
|
|
424
|
+
.icon-topvisor:before {
|
|
415
425
|
content: "\e9d3";
|
|
416
426
|
}
|
|
417
|
-
.
|
|
427
|
+
.icon-printer:before {
|
|
418
428
|
content: "\e9ed";
|
|
419
429
|
}
|
|
420
|
-
.
|
|
430
|
+
.icon-globe:before {
|
|
421
431
|
content: "\e9e2";
|
|
422
432
|
}
|
|
423
|
-
.
|
|
433
|
+
.icon-document_import:before {
|
|
424
434
|
content: "\e9d4";
|
|
425
435
|
}
|
|
426
|
-
.
|
|
436
|
+
.icon-document_search:before {
|
|
427
437
|
content: "\e9d5";
|
|
428
438
|
}
|
|
429
|
-
.
|
|
439
|
+
.icon-document_view:before {
|
|
430
440
|
content: "\e9d6";
|
|
431
441
|
}
|
|
432
|
-
.
|
|
442
|
+
.icon-document:before {
|
|
433
443
|
content: "\e9d7";
|
|
434
444
|
}
|
|
435
|
-
.
|
|
445
|
+
.icon-minus_circle:before {
|
|
436
446
|
content: "\e9d8";
|
|
437
447
|
}
|
|
438
|
-
.
|
|
448
|
+
.icon-sort-a-z:before {
|
|
439
449
|
content: "\e9d9";
|
|
440
450
|
}
|
|
441
|
-
.
|
|
451
|
+
.icon-sort-z-a:before {
|
|
442
452
|
content: "\e9da";
|
|
443
453
|
}
|
|
444
|
-
.
|
|
454
|
+
.icon-clipboard-done:before {
|
|
445
455
|
content: "\e9db";
|
|
446
456
|
}
|
|
447
|
-
.
|
|
457
|
+
.icon-clipboard-undone:before {
|
|
448
458
|
content: "\e9dc";
|
|
449
459
|
}
|
|
450
|
-
.
|
|
460
|
+
.icon-clipboard:before {
|
|
451
461
|
content: "\e9dd";
|
|
452
462
|
}
|
|
453
|
-
.
|
|
463
|
+
.icon-unlock-fill:before {
|
|
454
464
|
content: "\e9de";
|
|
455
465
|
}
|
|
456
|
-
.
|
|
466
|
+
.icon-unlock:before {
|
|
457
467
|
content: "\e9df";
|
|
458
468
|
}
|
|
459
|
-
.
|
|
469
|
+
.icon-share:before {
|
|
460
470
|
content: "\e9cc";
|
|
461
471
|
}
|
|
462
|
-
.
|
|
472
|
+
.icon-checklist:before {
|
|
463
473
|
content: "\e9cb";
|
|
464
474
|
}
|
|
465
|
-
.
|
|
475
|
+
.icon-cluster:before {
|
|
466
476
|
content: "\e932";
|
|
467
477
|
}
|
|
468
|
-
.
|
|
478
|
+
.icon-core-add:before {
|
|
469
479
|
content: "\e9c6";
|
|
470
480
|
}
|
|
471
|
-
.
|
|
481
|
+
.icon-filter:before {
|
|
472
482
|
content: "\e9c9";
|
|
473
483
|
}
|
|
474
|
-
.
|
|
484
|
+
.icon-volume:before {
|
|
475
485
|
content: "\e9ca";
|
|
476
486
|
}
|
|
477
|
-
.
|
|
487
|
+
.icon-plug:before {
|
|
478
488
|
content: "\e973";
|
|
479
489
|
}
|
|
480
|
-
.
|
|
490
|
+
.icon-qr_code:before {
|
|
481
491
|
content: "\e9b7";
|
|
482
492
|
}
|
|
483
|
-
.
|
|
493
|
+
.icon-circular_arrow:before {
|
|
484
494
|
content: "\e9b0";
|
|
485
495
|
}
|
|
486
|
-
.
|
|
496
|
+
.icon-pause_circle:before {
|
|
487
497
|
content: "\e9a3";
|
|
488
498
|
}
|
|
489
|
-
.
|
|
499
|
+
.icon-play_circle:before {
|
|
490
500
|
content: "\e9a4";
|
|
491
501
|
}
|
|
492
|
-
.
|
|
502
|
+
.icon-power:before {
|
|
493
503
|
content: "\e9a5";
|
|
494
504
|
}
|
|
495
|
-
.
|
|
505
|
+
.icon-heart:before {
|
|
496
506
|
content: "\e99b";
|
|
497
507
|
}
|
|
498
|
-
.
|
|
508
|
+
.icon-heart-fill:before {
|
|
499
509
|
content: "\e99c";
|
|
500
510
|
}
|
|
501
|
-
.
|
|
511
|
+
.icon-heart_broken:before {
|
|
502
512
|
content: "\e99d";
|
|
503
513
|
}
|
|
504
|
-
.
|
|
514
|
+
.icon-heart_broken-fill:before {
|
|
505
515
|
content: "\e99e";
|
|
506
516
|
}
|
|
507
|
-
.
|
|
517
|
+
.icon-like:before {
|
|
508
518
|
content: "\e99f";
|
|
509
519
|
}
|
|
510
|
-
.
|
|
520
|
+
.icon-like-fill:before {
|
|
511
521
|
content: "\e9a0";
|
|
512
522
|
}
|
|
513
|
-
.
|
|
523
|
+
.icon-dislike:before {
|
|
514
524
|
content: "\e9a1";
|
|
515
525
|
}
|
|
516
|
-
.
|
|
526
|
+
.icon-dislike-fill:before {
|
|
517
527
|
content: "\e9a2";
|
|
518
528
|
}
|
|
519
|
-
.
|
|
529
|
+
.icon-lock:before {
|
|
520
530
|
content: "\e998";
|
|
521
531
|
}
|
|
522
|
-
.
|
|
532
|
+
.icon-lock-fill:before {
|
|
523
533
|
content: "\e997";
|
|
524
534
|
}
|
|
525
|
-
.
|
|
535
|
+
.icon-clock:before {
|
|
526
536
|
content: "\e99a";
|
|
527
537
|
}
|
|
528
|
-
.
|
|
538
|
+
.icon-clock-fill:before {
|
|
529
539
|
content: "\e999";
|
|
530
540
|
}
|
|
531
|
-
.
|
|
541
|
+
.icon-circular_arrows:before {
|
|
532
542
|
content: "\e98c";
|
|
533
543
|
}
|
|
534
|
-
.
|
|
544
|
+
.icon-flag:before {
|
|
535
545
|
content: "\e95e";
|
|
536
546
|
}
|
|
537
|
-
.
|
|
547
|
+
.icon-flag-fill:before {
|
|
538
548
|
content: "\e982";
|
|
539
549
|
}
|
|
540
|
-
.
|
|
550
|
+
.icon-chain_broken:before {
|
|
541
551
|
content: "\e983";
|
|
542
552
|
}
|
|
543
|
-
.
|
|
553
|
+
.icon-step-over:before {
|
|
544
554
|
content: "\e993";
|
|
545
555
|
}
|
|
546
|
-
.
|
|
556
|
+
.icon-step:before {
|
|
547
557
|
content: "\e984";
|
|
548
558
|
}
|
|
549
|
-
.
|
|
559
|
+
.icon-loop:before {
|
|
550
560
|
content: "\e981";
|
|
551
561
|
}
|
|
552
|
-
.
|
|
562
|
+
.icon-close:before {
|
|
553
563
|
content: "\e924";
|
|
554
564
|
}
|
|
555
|
-
.
|
|
565
|
+
.icon-chat_bubble:before {
|
|
556
566
|
content: "\e923";
|
|
557
567
|
}
|
|
558
|
-
.
|
|
568
|
+
.icon-chat_bubble-fill:before {
|
|
559
569
|
content: "\e922";
|
|
560
570
|
}
|
|
561
|
-
.
|
|
571
|
+
.icon-trash:before {
|
|
562
572
|
content: "\e926";
|
|
563
573
|
}
|
|
564
|
-
.
|
|
574
|
+
.icon-trash-fill:before {
|
|
565
575
|
content: "\e925";
|
|
566
576
|
}
|
|
567
|
-
.
|
|
577
|
+
.icon-document_edit:before {
|
|
568
578
|
content: "\e928";
|
|
569
579
|
}
|
|
570
|
-
.
|
|
580
|
+
.icon-document_edit-fill:before {
|
|
571
581
|
content: "\e927";
|
|
572
582
|
}
|
|
573
|
-
.
|
|
583
|
+
.icon-pencil:before {
|
|
574
584
|
content: "\e92a";
|
|
575
585
|
}
|
|
576
|
-
.
|
|
586
|
+
.icon-pencil-fill:before {
|
|
577
587
|
content: "\e929";
|
|
578
588
|
}
|
|
579
|
-
.
|
|
589
|
+
.icon-logout:before {
|
|
580
590
|
content: "\e92c";
|
|
581
591
|
}
|
|
582
|
-
.
|
|
592
|
+
.icon-logout-fill:before {
|
|
583
593
|
content: "\e92b";
|
|
584
594
|
}
|
|
585
|
-
.
|
|
595
|
+
.icon-export:before {
|
|
586
596
|
content: "\e92d";
|
|
587
597
|
}
|
|
588
|
-
.
|
|
598
|
+
.icon-sort-asc:before {
|
|
589
599
|
content: "\e92e";
|
|
590
600
|
}
|
|
591
|
-
.
|
|
601
|
+
.icon-sort-desc:before {
|
|
592
602
|
content: "\e92f";
|
|
593
603
|
}
|
|
594
|
-
.
|
|
604
|
+
.icon-favorite:before {
|
|
595
605
|
content: "\e931";
|
|
596
606
|
}
|
|
597
|
-
.
|
|
607
|
+
.icon-favorite-fill:before {
|
|
598
608
|
content: "\e930";
|
|
599
609
|
}
|
|
600
|
-
.
|
|
610
|
+
.icon-layers:before {
|
|
601
611
|
content: "\e934";
|
|
602
612
|
}
|
|
603
|
-
.
|
|
613
|
+
.icon-layers-fill:before {
|
|
604
614
|
content: "\e933";
|
|
605
615
|
}
|
|
606
|
-
.
|
|
616
|
+
.icon-new_tab:before {
|
|
607
617
|
content: "\e935";
|
|
608
618
|
}
|
|
609
|
-
.
|
|
619
|
+
.icon-a:before {
|
|
610
620
|
content: "\e937";
|
|
611
621
|
}
|
|
612
|
-
.
|
|
622
|
+
.icon-a-fill:before {
|
|
613
623
|
content: "\e936";
|
|
614
624
|
}
|
|
615
|
-
.
|
|
625
|
+
.icon-palette:before {
|
|
616
626
|
content: "\e938";
|
|
617
627
|
}
|
|
618
|
-
.
|
|
628
|
+
.icon-plus_circle:before {
|
|
619
629
|
content: "\e93a";
|
|
620
630
|
}
|
|
621
|
-
.
|
|
631
|
+
.icon-plus_circles-fill:before {
|
|
622
632
|
content: "\e939";
|
|
623
633
|
}
|
|
624
|
-
.
|
|
634
|
+
.icon-plus:before {
|
|
625
635
|
content: "\e93b";
|
|
626
636
|
}
|
|
627
|
-
.
|
|
637
|
+
.icon-search:before {
|
|
628
638
|
content: "\e93c";
|
|
629
639
|
}
|
|
630
|
-
.
|
|
640
|
+
.icon-swap_vert:before {
|
|
631
641
|
content: "\e93d";
|
|
632
642
|
}
|
|
633
|
-
.
|
|
643
|
+
.icon-table:before {
|
|
634
644
|
content: "\e93f";
|
|
635
645
|
}
|
|
636
|
-
.
|
|
646
|
+
.icon-table-fill:before {
|
|
637
647
|
content: "\e93e";
|
|
638
648
|
}
|
|
639
|
-
.
|
|
649
|
+
.icon-bookmark:before {
|
|
640
650
|
content: "\e942";
|
|
641
651
|
}
|
|
642
|
-
.
|
|
652
|
+
.icon-bookmark-fill:before {
|
|
643
653
|
content: "\e941";
|
|
644
654
|
}
|
|
645
|
-
.
|
|
655
|
+
.icon-bookmark_crossed:before {
|
|
646
656
|
content: "\e940";
|
|
647
657
|
}
|
|
648
|
-
.
|
|
658
|
+
.icon-anime:before {
|
|
649
659
|
content: "\e9e0";
|
|
650
660
|
}
|
|
651
|
-
.
|
|
661
|
+
.icon-caret-up-14:before {
|
|
652
662
|
content: "\e9c4";
|
|
653
663
|
}
|
|
654
|
-
.
|
|
664
|
+
.icon-caret-down-14:before {
|
|
665
|
+
content: "\e9f0";
|
|
666
|
+
}
|
|
667
|
+
.icon-switcher-circle-16-2:before {
|
|
655
668
|
content: "\e9b9";
|
|
656
669
|
}
|
|
657
|
-
.
|
|
670
|
+
.icon-desktop-16:before {
|
|
658
671
|
content: "\e954";
|
|
659
672
|
}
|
|
660
|
-
.
|
|
673
|
+
.icon-phone-16:before {
|
|
661
674
|
content: "\e957";
|
|
662
675
|
}
|
|
663
|
-
.
|
|
676
|
+
.icon-tablet-16:before {
|
|
664
677
|
content: "\e958";
|
|
665
678
|
}
|
|
666
|
-
.
|
|
679
|
+
.icon-more-horizontal-16:before {
|
|
680
|
+
content: "\e9f1";
|
|
681
|
+
}
|
|
682
|
+
.icon-user-plus-16:before {
|
|
667
683
|
content: "\e9b2";
|
|
668
684
|
}
|
|
669
|
-
.
|
|
685
|
+
.icon-bar_chart-fill-16:before {
|
|
670
686
|
content: "\e994";
|
|
671
687
|
}
|
|
672
|
-
.
|
|
688
|
+
.icon-flag-16:before {
|
|
673
689
|
content: "\e992";
|
|
674
690
|
}
|
|
675
|
-
.
|
|
691
|
+
.icon-user-checked-16:before {
|
|
676
692
|
content: "\e990";
|
|
677
693
|
}
|
|
678
|
-
.
|
|
694
|
+
.icon-user-16:before {
|
|
679
695
|
content: "\e991";
|
|
680
696
|
}
|
|
681
|
-
.
|
|
697
|
+
.icon-user-fill-16:before {
|
|
682
698
|
content: "\e95b";
|
|
683
699
|
}
|
|
684
|
-
.
|
|
700
|
+
.icon-average-16:before {
|
|
685
701
|
content: "\e98d";
|
|
686
702
|
}
|
|
687
|
-
.
|
|
703
|
+
.icon-median-16:before {
|
|
688
704
|
content: "\e98e";
|
|
689
705
|
}
|
|
690
|
-
.
|
|
706
|
+
.icon-visibility-16:before {
|
|
691
707
|
content: "\e98f";
|
|
692
708
|
}
|
|
693
|
-
.
|
|
709
|
+
.icon-checked-indicate-16:before {
|
|
694
710
|
content: "\e95d";
|
|
695
711
|
}
|
|
696
|
-
.
|
|
712
|
+
.icon-cross-indicate-16:before {
|
|
697
713
|
content: "\e985";
|
|
698
714
|
}
|
|
699
|
-
.
|
|
715
|
+
.icon-minus-indicate-16:before {
|
|
700
716
|
content: "\e995";
|
|
701
717
|
}
|
|
702
|
-
.
|
|
718
|
+
.icon-external-16:before {
|
|
703
719
|
content: "\e94f";
|
|
704
720
|
}
|
|
705
|
-
.
|
|
721
|
+
.icon-more-vertical-16:before {
|
|
706
722
|
content: "\e950";
|
|
707
723
|
}
|
|
708
|
-
.
|
|
724
|
+
.icon-crown-16:before {
|
|
709
725
|
content: "\e953";
|
|
710
726
|
}
|
|
711
|
-
.
|
|
727
|
+
.icon-turbo-16:before {
|
|
712
728
|
content: "\e959";
|
|
713
729
|
}
|
|
714
|
-
.
|
|
730
|
+
.icon-amp-16:before {
|
|
715
731
|
content: "\e951";
|
|
716
732
|
}
|
|
717
|
-
.
|
|
733
|
+
.icon-checked-circle-16:before {
|
|
718
734
|
content: "\e952";
|
|
719
735
|
}
|
|
720
|
-
.
|
|
736
|
+
.icon-warning-circle-16:before {
|
|
721
737
|
content: "\e9a6";
|
|
722
738
|
}
|
|
723
|
-
.
|
|
739
|
+
.icon-dangerous-circle-16:before {
|
|
724
740
|
content: "\e9a7";
|
|
725
741
|
}
|
|
726
|
-
.
|
|
742
|
+
.icon-question-circle-16:before {
|
|
727
743
|
content: "\e9a8";
|
|
728
744
|
}
|
|
729
|
-
.
|
|
745
|
+
.icon-up-circle-16:before {
|
|
730
746
|
content: "\e95a";
|
|
731
747
|
}
|
|
732
|
-
.
|
|
748
|
+
.icon-down-circle-16:before {
|
|
733
749
|
content: "\e955";
|
|
734
750
|
}
|
|
735
|
-
.
|
|
751
|
+
.icon-equal-circle-16:before {
|
|
736
752
|
content: "\e956";
|
|
737
753
|
}
|
|
738
|
-
.
|
|
754
|
+
.icon-triangle:before {
|
|
739
755
|
content: "\e94e";
|
|
740
756
|
}
|