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