@topvisor/ui 0.9.31-3 → 0.9.33-dev

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 (185) hide show
  1. package/.chunks/{datepicker-CCrqadMd.amd.js → datepicker-B2sjxM3R.amd.js} +29 -16
  2. package/.chunks/datepicker-B2sjxM3R.amd.js.map +1 -0
  3. package/.chunks/{datepicker-vwT52g9l.es.js → datepicker-V4rjmE4P.es.js} +44 -31
  4. package/.chunks/datepicker-V4rjmE4P.es.js.map +1 -0
  5. package/.chunks/forms-Dixfp052.amd.js +4 -0
  6. package/.chunks/forms-Dixfp052.amd.js.map +1 -0
  7. package/.chunks/forms-o7UeMJFf.es.js +1507 -0
  8. package/.chunks/forms-o7UeMJFf.es.js.map +1 -0
  9. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Fl7AM9wy.es.js → listItem.vue_vue_type_script_setup_true_lang-BliXIrA8.es.js} +2 -2
  10. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Fl7AM9wy.es.js.map → listItem.vue_vue_type_script_setup_true_lang-BliXIrA8.es.js.map} +1 -1
  11. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Cr9e1nzK.amd.js → listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js} +2 -2
  12. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Cr9e1nzK.amd.js.map → listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js.map} +1 -1
  13. package/.chunks/{menu-CYVPcwEJ.es.js → menu-CHczkYl6.es.js} +2 -2
  14. package/.chunks/{menu-CYVPcwEJ.es.js.map → menu-CHczkYl6.es.js.map} +1 -1
  15. package/.chunks/{menu-BGUYnOx6.amd.js → menu-buQxcAhv.amd.js} +2 -2
  16. package/.chunks/{menu-BGUYnOx6.amd.js.map → menu-buQxcAhv.amd.js.map} +1 -1
  17. package/.chunks/{popup-CcxDRowY.amd.js → popup-BMNS1F2G.amd.js} +76 -22
  18. package/.chunks/popup-BMNS1F2G.amd.js.map +1 -0
  19. package/.chunks/{popup-kXOd0_xN.es.js → popup-CJLGyBwQ.es.js} +76 -22
  20. package/.chunks/popup-CJLGyBwQ.es.js.map +1 -0
  21. package/.chunks/{widgetInput-DfOBj0qz.amd.js → widgetInput-ASxjfQpi.amd.js} +2 -2
  22. package/.chunks/widgetInput-ASxjfQpi.amd.js.map +1 -0
  23. package/.chunks/{widgetInput-Dp8KRAPK.es.js → widgetInput-p8fSQGk9.es.js} +2 -2
  24. package/.chunks/widgetInput-p8fSQGk9.es.js.map +1 -0
  25. package/assets/core.css +1 -1
  26. package/assets/dark.css +1 -1
  27. package/assets/forms.css +1 -1
  28. package/assets/formsExt.css +1 -1
  29. package/assets/light.css +1 -1
  30. package/assets/menu.css +1 -1
  31. package/assets/tabs.css +1 -1
  32. package/assets/tabsView.css +1 -1
  33. package/assets/widgetInput.css +1 -1
  34. package/core/core.amd.js +1 -1
  35. package/core/core.js +1 -1
  36. package/forms/forms.amd.js +1 -1
  37. package/forms/forms.js +15 -14
  38. package/forms/forms.js.map +1 -1
  39. package/formsExt/formsExt.amd.js +1 -1
  40. package/formsExt/formsExt.amd.js.map +1 -1
  41. package/formsExt/formsExt.js +83 -82
  42. package/formsExt/formsExt.js.map +1 -1
  43. package/icomoon/demo.html +142 -2
  44. package/icomoon/fonts/Topvisor-2.svg +10 -0
  45. package/icomoon/fonts/Topvisor-2.ttf +0 -0
  46. package/icomoon/fonts/Topvisor-2.woff +0 -0
  47. package/icomoon/selection.json +1 -1
  48. package/icomoon/style.css +33 -3
  49. package/package.json +22 -22
  50. package/popup/popup.amd.js +1 -1
  51. package/popup/popup.js +2 -2
  52. package/popup/worker.amd.js +1 -1
  53. package/popup/worker.js +2 -2
  54. package/project/project.amd.js +1 -1
  55. package/project/project.amd.js.map +1 -1
  56. package/project/project.js +33 -35
  57. package/project/project.js.map +1 -1
  58. package/src/components/forms/avatar/avatar.stories.d.ts +15 -14
  59. package/src/components/forms/avatar/avatar.vue.d.ts +7 -6
  60. package/src/components/forms/button/button.stories.d.ts +59 -57
  61. package/src/components/forms/button/button.vue.d.ts +10 -8
  62. package/src/components/forms/checkbox/checkbox.stories.d.ts +34 -33
  63. package/src/components/forms/checkbox/checkbox.vue.d.ts +17 -16
  64. package/src/components/forms/controlLabel/controlLabel.stories.d.ts +14 -13
  65. package/src/components/forms/controlLabel/controlLabel.vue.d.ts +4 -3
  66. package/src/components/forms/forms.d.ts +8 -0
  67. package/src/components/forms/hint/hint.stories.d.ts +43 -42
  68. package/src/components/forms/hint/hint.vue.d.ts +4 -3
  69. package/src/components/forms/input/input.stories.d.ts +64 -62
  70. package/src/components/forms/input/input.vue.d.ts +10 -8
  71. package/src/components/forms/inputDate/inputDate.stories.d.ts +31 -29
  72. package/src/components/forms/inputDate/inputDate.vue.d.ts +6 -5
  73. package/src/components/forms/inputRange/inputRange.stories.d.ts +93 -90
  74. package/src/components/forms/inputRange/inputRange.vue.d.ts +2 -1
  75. package/src/components/forms/loadbar/loadbar.stories.d.ts +2 -1
  76. package/src/components/forms/loadbar/loadbar.vue.d.ts +2 -1
  77. package/src/components/forms/radio/radio.stories.d.ts +32 -31
  78. package/src/components/forms/radio/radio.vue.d.ts +5 -4
  79. package/src/components/forms/select/select.stories.d.ts +24 -22
  80. package/src/components/forms/select/select.vue.d.ts +25 -22
  81. package/src/components/forms/switcher/switcher.stories.d.ts +32 -31
  82. package/src/components/forms/switcher/switcher.vue.d.ts +5 -4
  83. package/src/components/forms/textarea/textarea.stories.d.ts +24 -23
  84. package/src/components/forms/textarea/textarea.vue.d.ts +6 -5
  85. package/src/components/formsExt/editArea/editArea.stories.d.ts +40 -39
  86. package/src/components/formsExt/editArea/editArea.vue.d.ts +6 -5
  87. package/src/components/formsExt/editInput/editInput.stories.d.ts +22 -19
  88. package/src/components/formsExt/editInput/editInput.vue.d.ts +5 -4
  89. package/src/components/formsExt/menu/menu.stories.d.ts +15 -14
  90. package/src/components/formsExt/menu/menu.vue.d.ts +15 -14
  91. package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +16 -14
  92. package/src/components/formsExt/radioGroup/radioGroup.vue.d.ts +17 -14
  93. package/src/components/formsExt/selector2/itemMulti.vue.d.ts +5 -4
  94. package/src/components/formsExt/selector2/selector2.stories.d.ts +67 -65
  95. package/src/components/formsExt/selector2/selector2.vue.d.ts +33 -31
  96. package/src/components/popup/popup/listItem.vue.d.ts +5 -4
  97. package/src/components/popup/popup/opener.vue.d.ts +8 -7
  98. package/src/components/popup/popup/popup.stories.d.ts +218 -213
  99. package/src/components/popup/popup/popup.vue.d.ts +9 -8
  100. package/src/components/popup/popup/widgetInput.vue.d.ts +31 -28
  101. package/src/components/project/selectorCompetitors/composables.d.ts +5 -0
  102. package/src/components/project/selectorCompetitors/selectorCompetitors.d.ts +4 -2
  103. package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +9 -8
  104. package/src/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +10 -8
  105. package/src/components/project/selectorCompetitors/stories/items.d.ts +2 -3
  106. package/src/components/project/selectorCompetitors/types/competitor.d.ts +7 -0
  107. package/src/components/tabs/tabs/content.vue.d.ts +4 -3
  108. package/src/components/tabs/tabs/tab.vue.d.ts +4 -3
  109. package/src/components/tabs/tabs/tabs.stories.d.ts +185 -182
  110. package/src/components/tabs/tabs/tabs.vue.d.ts +4 -3
  111. package/src/components/tabsView/tabsView/menu.vue.d.ts +7 -6
  112. package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -1
  113. package/src/components/tabsView/tabsView/menuItem.vue.d.ts +6 -5
  114. package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +4 -3
  115. package/src/components/tabsView/tabsView/store.d.ts +124 -67
  116. package/src/components/tabsView/tabsView/tabsView.d.ts +1 -1
  117. package/src/components/tabsView/tabsView/tabsView.stories.d.ts +95 -94
  118. package/src/components/tabsView/tabsView/tabsView.vue.d.ts +13 -12
  119. package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuItem.stories.d.ts +93 -92
  120. package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuTitle.stories.d.ts +45 -44
  121. package/src/core/core/core.d.ts +1 -0
  122. package/src/core/core/page.d.ts +4 -0
  123. package/src/core/core/plugin.d.ts +38 -0
  124. package/src/core/core/state.d.ts +4 -0
  125. package/src/core/utils/device.d.ts +6 -0
  126. package/src/core/utils/image.d.ts +12 -0
  127. package/src/core/utils/number.d.ts +7 -0
  128. package/src/core/utils/store/plugin.d.ts +2 -1
  129. package/src/core/utils/string.d.ts +4 -0
  130. package/tabs/tabs.amd.js +1 -1
  131. package/tabs/tabs.js +1 -1
  132. package/tabsView/tabsView.amd.js +1 -1
  133. package/tabsView/tabsView.amd.js.map +1 -1
  134. package/tabsView/tabsView.js +2 -2
  135. package/tabsView/tabsView.js.map +1 -1
  136. package/utils/check.amd.js +1 -1
  137. package/utils/check.amd.js.map +1 -1
  138. package/utils/check.js +5 -22
  139. package/utils/check.js.map +1 -1
  140. package/utils/date.amd.js +1 -1
  141. package/utils/date.js +4 -4
  142. package/utils/device.amd.js +1 -1
  143. package/utils/device.js +7 -6
  144. package/utils/image.amd.js +2 -0
  145. package/utils/image.amd.js.map +1 -0
  146. package/utils/image.d.ts +1 -0
  147. package/utils/image.js +13 -0
  148. package/utils/image.js.map +1 -0
  149. package/utils/number.amd.js +2 -0
  150. package/utils/number.amd.js.map +1 -0
  151. package/utils/number.d.ts +1 -0
  152. package/utils/number.js +9 -0
  153. package/utils/number.js.map +1 -0
  154. package/utils/scroll.amd.js +1 -1
  155. package/utils/scroll.js +1 -1
  156. package/utils/string.amd.js +1 -1
  157. package/utils/string.amd.js.map +1 -1
  158. package/utils/string.js +17 -128
  159. package/utils/string.js.map +1 -1
  160. package/utils/system.amd.js +1 -1
  161. package/utils/system.amd.js.map +1 -1
  162. package/utils/system.js +8 -8
  163. package/utils/system.js.map +1 -1
  164. package/utils/url.amd.js +1 -2
  165. package/utils/url.amd.js.map +1 -1
  166. package/utils/url.js +8 -173
  167. package/utils/url.js.map +1 -1
  168. package/utils/window.amd.js +1 -1
  169. package/utils/window.js +1 -1
  170. package/.chunks/datepicker-CCrqadMd.amd.js.map +0 -1
  171. package/.chunks/datepicker-vwT52g9l.es.js.map +0 -1
  172. package/.chunks/forms-0MQ_zU80.amd.js +0 -3
  173. package/.chunks/forms-0MQ_zU80.amd.js.map +0 -1
  174. package/.chunks/forms-DKvPSbG6.es.js +0 -1171
  175. package/.chunks/forms-DKvPSbG6.es.js.map +0 -1
  176. package/.chunks/popup-CcxDRowY.amd.js.map +0 -1
  177. package/.chunks/popup-kXOd0_xN.es.js.map +0 -1
  178. package/.chunks/widgetInput-DfOBj0qz.amd.js.map +0 -1
  179. package/.chunks/widgetInput-Dp8KRAPK.es.js.map +0 -1
  180. package/src/core/utils/common.d.ts +0 -21
  181. package/utils/common.amd.js +0 -2
  182. package/utils/common.amd.js.map +0 -1
  183. package/utils/common.d.ts +0 -1
  184. package/utils/common.js +0 -21
  185. package/utils/common.js.map +0 -1
package/icomoon/demo.html CHANGED
@@ -9,7 +9,7 @@
9
9
  <link rel="stylesheet" href="style.css"></head>
10
10
  <body>
11
11
  <div class="bgc1 clearfix">
12
- <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> Topvisor-2 <small class="fgc1">(Glyphs:&nbsp;228)</small></h1>
12
+ <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> Topvisor-2 <small class="fgc1">(Glyphs:&nbsp;238)</small></h1>
13
13
  </div>
14
14
  <div class="clearfix mhl ptl">
15
15
  <h1 class="mvm mtn fgc1">Grid Size: 24</h1>
@@ -237,6 +237,104 @@
237
237
  <input type="text" readonly value="" class="liga unitRight" />
238
238
  </div>
239
239
  </div>
240
+ <div class="glyph fs1">
241
+ <div class="clearfix bshadow0 pbs">
242
+ <span class="icon2-arrows-expand-horizontal"></span>
243
+ <span class="mls"> icon2-arrows-expand-horizontal</span>
244
+ </div>
245
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
246
+ <input type="text" readonly value="e9e7" class="unit size1of2" />
247
+ <input type="text" maxlength="1" readonly value="&#xe9e7;" class="unitRight size1of2 talign-right" />
248
+ </fieldset>
249
+ <div class="fs0 bshadow0 clearfix hidden-true">
250
+ <span class="unit pvs fgc1">liga: </span>
251
+ <input type="text" readonly value="" class="liga unitRight" />
252
+ </div>
253
+ </div>
254
+ <div class="glyph fs1">
255
+ <div class="clearfix bshadow0 pbs">
256
+ <span class="icon2-arrows-expand-vertical"></span>
257
+ <span class="mls"> icon2-arrows-expand-vertical</span>
258
+ </div>
259
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
260
+ <input type="text" readonly value="e9e8" class="unit size1of2" />
261
+ <input type="text" maxlength="1" readonly value="&#xe9e8;" class="unitRight size1of2 talign-right" />
262
+ </fieldset>
263
+ <div class="fs0 bshadow0 clearfix hidden-true">
264
+ <span class="unit pvs fgc1">liga: </span>
265
+ <input type="text" readonly value="" class="liga unitRight" />
266
+ </div>
267
+ </div>
268
+ <div class="glyph fs1">
269
+ <div class="clearfix bshadow0 pbs">
270
+ <span class="icon2-arrows-in"></span>
271
+ <span class="mls"> icon2-arrows-in</span>
272
+ </div>
273
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
274
+ <input type="text" readonly value="e9e9" class="unit size1of2" />
275
+ <input type="text" maxlength="1" readonly value="&#xe9e9;" class="unitRight size1of2 talign-right" />
276
+ </fieldset>
277
+ <div class="fs0 bshadow0 clearfix hidden-true">
278
+ <span class="unit pvs fgc1">liga: </span>
279
+ <input type="text" readonly value="" class="liga unitRight" />
280
+ </div>
281
+ </div>
282
+ <div class="glyph fs1">
283
+ <div class="clearfix bshadow0 pbs">
284
+ <span class="icon2-arrows-out"></span>
285
+ <span class="mls"> icon2-arrows-out</span>
286
+ </div>
287
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
288
+ <input type="text" readonly value="e9ea" class="unit size1of2" />
289
+ <input type="text" maxlength="1" readonly value="&#xe9ea;" class="unitRight size1of2 talign-right" />
290
+ </fieldset>
291
+ <div class="fs0 bshadow0 clearfix hidden-true">
292
+ <span class="unit pvs fgc1">liga: </span>
293
+ <input type="text" readonly value="" class="liga unitRight" />
294
+ </div>
295
+ </div>
296
+ <div class="glyph fs1">
297
+ <div class="clearfix bshadow0 pbs">
298
+ <span class="icon2-arrows-vertical-up"></span>
299
+ <span class="mls"> icon2-arrows-vertical-up</span>
300
+ </div>
301
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
302
+ <input type="text" readonly value="e9eb" class="unit size1of2" />
303
+ <input type="text" maxlength="1" readonly value="&#xe9eb;" class="unitRight size1of2 talign-right" />
304
+ </fieldset>
305
+ <div class="fs0 bshadow0 clearfix hidden-true">
306
+ <span class="unit pvs fgc1">liga: </span>
307
+ <input type="text" readonly value="" class="liga unitRight" />
308
+ </div>
309
+ </div>
310
+ <div class="glyph fs1">
311
+ <div class="clearfix bshadow0 pbs">
312
+ <span class="icon2-chevron-contract"></span>
313
+ <span class="mls"> icon2-chevron-contract</span>
314
+ </div>
315
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
316
+ <input type="text" readonly value="e9ec" class="unit size1of2" />
317
+ <input type="text" maxlength="1" readonly value="&#xe9ec;" class="unitRight size1of2 talign-right" />
318
+ </fieldset>
319
+ <div class="fs0 bshadow0 clearfix hidden-true">
320
+ <span class="unit pvs fgc1">liga: </span>
321
+ <input type="text" readonly value="" class="liga unitRight" />
322
+ </div>
323
+ </div>
324
+ <div class="glyph fs1">
325
+ <div class="clearfix bshadow0 pbs">
326
+ <span class="icon2-chevron-expand"></span>
327
+ <span class="mls"> icon2-chevron-expand</span>
328
+ </div>
329
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
330
+ <input type="text" readonly value="e9ed" class="unit size1of2" />
331
+ <input type="text" maxlength="1" readonly value="&#xe9ed;" class="unitRight size1of2 talign-right" />
332
+ </fieldset>
333
+ <div class="fs0 bshadow0 clearfix hidden-true">
334
+ <span class="unit pvs fgc1">liga: </span>
335
+ <input type="text" readonly value="" class="liga unitRight" />
336
+ </div>
337
+ </div>
240
338
  <div class="glyph fs1">
241
339
  <div class="clearfix bshadow0 pbs">
242
340
  <span class="icon2-select"></span>
@@ -657,6 +755,48 @@
657
755
  <input type="text" readonly value="" class="liga unitRight" />
658
756
  </div>
659
757
  </div>
758
+ <div class="glyph fs1">
759
+ <div class="clearfix bshadow0 pbs">
760
+ <span class="icon2-circle"></span>
761
+ <span class="mls"> icon2-circle</span>
762
+ </div>
763
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
764
+ <input type="text" readonly value="e9e4" class="unit size1of2" />
765
+ <input type="text" maxlength="1" readonly value="&#xe9e4;" class="unitRight size1of2 talign-right" />
766
+ </fieldset>
767
+ <div class="fs0 bshadow0 clearfix hidden-true">
768
+ <span class="unit pvs fgc1">liga: </span>
769
+ <input type="text" readonly value="" class="liga unitRight" />
770
+ </div>
771
+ </div>
772
+ <div class="glyph fs1">
773
+ <div class="clearfix bshadow0 pbs">
774
+ <span class="icon2-filled-circle"></span>
775
+ <span class="mls"> icon2-filled-circle</span>
776
+ </div>
777
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
778
+ <input type="text" readonly value="e9e5" class="unit size1of2" />
779
+ <input type="text" maxlength="1" readonly value="&#xe9e5;" class="unitRight size1of2 talign-right" />
780
+ </fieldset>
781
+ <div class="fs0 bshadow0 clearfix hidden-true">
782
+ <span class="unit pvs fgc1">liga: </span>
783
+ <input type="text" readonly value="" class="liga unitRight" />
784
+ </div>
785
+ </div>
786
+ <div class="glyph fs1">
787
+ <div class="clearfix bshadow0 pbs">
788
+ <span class="icon2-circles"></span>
789
+ <span class="mls"> icon2-circles</span>
790
+ </div>
791
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
792
+ <input type="text" readonly value="e9e6" class="unit size1of2" />
793
+ <input type="text" maxlength="1" readonly value="&#xe9e6;" class="unitRight size1of2 talign-right" />
794
+ </fieldset>
795
+ <div class="fs0 bshadow0 clearfix hidden-true">
796
+ <span class="unit pvs fgc1">liga: </span>
797
+ <input type="text" readonly value="" class="liga unitRight" />
798
+ </div>
799
+ </div>
660
800
  <div class="glyph fs1">
661
801
  <div class="clearfix bshadow0 pbs">
662
802
  <span class="icon2-campaign"></span>
@@ -2254,7 +2394,7 @@
2254
2394
  </div>
2255
2395
  </div>
2256
2396
  <div class="glyph fs1">
2257
- <div class="clearfix bshadow0 pbs">
2397
+ <div class="clearfix bshadow0 pbs">
2258
2398
  <span class="icon2-flag-fill"></span>
2259
2399
  <span class="mls"> icon2-flag-fill</span>
2260
2400
  </div>
@@ -251,4 +251,14 @@
251
251
  <glyph unicode="&#xe9e1;" glyph-name="apple" data-tags="apple" d="M739.46-95.475c-44.113-42.778-92.271-36.023-138.633-15.761-49.058 20.715-94.071 21.615-145.83 0-64.815-27.921-99.022-19.814-137.73 15.761-219.648 226.509-187.241 571.448 62.113 584.057 60.765-3.152 103.073-33.323 138.631-36.025 53.111 10.807 103.97 41.879 160.683 37.827 67.964-5.404 119.279-32.423 153.033-81.056-140.429-84.211-107.123-269.286 21.606-321.075-25.655-67.546-58.961-134.643-114.325-184.179l0.452 0.452zM513.51 491.284c-6.754 100.42 74.714 183.277 168.337 191.383 13.052-116.181-105.323-202.641-168.337-191.383z" />
252
252
  <glyph unicode="&#xe9e2;" glyph-name="globe" data-tags="globe" d="M512-85.333c9.178 0 40.457 9.655 74.526 77.798 13.077 26.159 24.512 57.485 33.412 92.868h-215.876c8.9-35.383 20.334-66.709 33.412-92.868 34.069-68.143 65.348-77.798 74.526-77.798zM388.756 170.667h246.487c3.085 27.132 4.757 55.684 4.757 85.333s-1.673 58.202-4.757 85.333h-246.487c-3.084-27.132-4.756-55.684-4.756-85.333s1.672-58.202 4.756-85.333zM707.584 85.333c-11.341-51.908-27.699-98.432-47.842-137.122 62.016 29.82 113.63 77.837 147.925 137.122h-100.083zM842.581 170.667c7.019 27.273 10.752 55.868 10.752 85.333s-3.733 58.061-10.752 85.333h-121.515c2.799-27.571 4.267-56.111 4.267-85.333s-1.468-57.762-4.267-85.333h121.515zM302.934 170.667c-2.799 27.571-4.268 56.111-4.268 85.333s1.469 57.762 4.268 85.333h-121.514c-7.020-27.273-10.753-55.868-10.753-85.333s3.734-58.061 10.753-85.333h121.514zM216.331 85.333c34.295-59.285 85.911-107.302 147.927-137.122-20.145 38.69-36.5 85.214-47.84 137.122h-100.087zM404.062 426.667h215.876c-8.9 35.382-20.335 66.711-33.412 92.87-34.069 68.14-65.348 77.797-74.526 77.797s-40.457-9.656-74.526-77.797c-13.079-26.159-24.512-57.488-33.412-92.87zM707.584 426.667h100.083c-34.295 59.287-85.909 107.301-147.925 137.123 20.143-38.69 36.501-85.214 47.842-137.123zM364.259 563.79c-62.017-29.823-113.632-77.837-147.927-137.123h100.087c11.34 51.91 27.695 98.434 47.841 137.123zM512 682.667c235.639 0 426.667-191.025 426.667-426.667 0-235.639-191.027-426.667-426.667-426.667-235.642 0-426.667 191.027-426.667 426.667 0 235.642 191.025 426.667 426.667 426.667z" />
253
253
  <glyph unicode="&#xe9e3;" glyph-name="printer" data-tags="printer" d="M256 640c0 23.564 19.103 42.667 42.667 42.667h298.667c11.315 0 22.17-4.495 30.17-12.497l128-128c8-8.002 12.497-18.854 12.497-30.17v-85.333h42.667c70.694 0 128-57.308 128-128v-213.333c0-70.694-57.306-128-128-128h-42.667v-85.333c0-23.565-19.102-42.667-42.667-42.667h-426.667c-23.564 0-42.667 19.102-42.667 42.667v85.333h-42.667c-70.692 0-128 57.306-128 128v213.333c0 70.692 57.308 128 128 128h42.667v213.333zM213.333 341.333c-23.564 0-42.667-19.102-42.667-42.667v-213.333c0-23.565 19.103-42.667 42.667-42.667h42.667v42.667c0 23.565 19.103 42.667 42.667 42.667h426.667c23.565 0 42.667-19.102 42.667-42.667v-42.667h42.667c23.565 0 42.667 19.102 42.667 42.667v213.333c0 23.565-19.102 42.667-42.667 42.667h-597.333zM682.667 426.667v67.66l-103.006 103.006h-238.327v-170.667h341.333zM682.667 42.667h-341.333v-128h341.333v128zM810.667 256c0-23.565-19.102-42.667-42.667-42.667s-42.667 19.102-42.667 42.667c0 23.565 19.102 42.667 42.667 42.667s42.667-19.102 42.667-42.667zM640 213.333c23.565 0 42.667 19.102 42.667 42.667s-19.102 42.667-42.667 42.667c-23.565 0-42.667-19.102-42.667-42.667s19.102-42.667 42.667-42.667z" />
254
+ <glyph unicode="&#xe9e4;" glyph-name="circle" data-tags="circle" d="M512 85.333c-94.257 0-170.667 76.412-170.667 170.667 0 94.257 76.41 170.667 170.667 170.667 94.255 0 170.667-76.41 170.667-170.667 0-94.255-76.412-170.667-170.667-170.667zM512 0c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256z" />
255
+ <glyph unicode="&#xe9e5;" glyph-name="filled-circle" data-tags="filled-circle" d="M768 256c0-141.385-114.615-256-256-256s-256 114.615-256 256c0 141.385 114.615 256 256 256s256-114.615 256-256z" />
256
+ <glyph unicode="&#xe9e6;" glyph-name="circles" data-tags="circles" d="M527.134 43.721c68.096 46.003 112.866 123.913 112.866 212.279 0 94.756-51.482 177.488-128 221.752-37.653 21.782-81.37 34.248-128 34.248-141.385 0-256-114.615-256-256s114.615-256 256-256c46.63 0 90.347 12.467 128 34.249 5.163 2.987 10.206 6.144 15.134 9.472zM682.667 256c0-99.951-49.097-188.433-124.489-242.645 25.694-8.661 53.21-13.355 81.822-13.355 141.385 0 256 114.615 256 256s-114.615 256-256 256c-28.612 0-56.128-4.694-81.822-13.354 75.392-54.214 124.489-142.697 124.489-242.646z" />
257
+ <glyph unicode="&#xe9e7;" glyph-name="arrows-expand-horizontal" data-tags="arrows-expand-horizontal" d="M896 597.333c23.565 0 42.667-19.103 42.667-42.667v-597.333c0-23.565-19.102-42.667-42.667-42.667s-42.667 19.102-42.667 42.667v597.333c0 23.564 19.102 42.667 42.667 42.667zM798.17 286.17c16.661-16.661 16.661-43.678 0-60.339l-128-128c-16.661-16.661-43.678-16.661-60.339 0s-16.661 43.678 0 60.339l55.164 55.164h-305.988l55.164-55.164c16.661-16.661 16.661-43.678 0-60.339-16.663-16.661-43.677-16.661-60.34 0l-128 128c-16.662 16.661-16.662 43.678 0 60.339l128 128c16.663 16.662 43.677 16.662 60.34 0 16.661-16.663 16.661-43.677 0-60.34l-55.164-55.163h305.988l-55.164 55.163c-16.661 16.663-16.661 43.677 0 60.34s43.678 16.662 60.339 0l128-128zM128 597.333c23.564 0 42.667-19.102 42.667-42.667v-597.333c0-23.565-19.103-42.667-42.667-42.667s-42.667 19.102-42.667 42.667v597.333c0 23.564 19.103 42.667 42.667 42.667z" />
258
+ <glyph unicode="&#xe9e8;" glyph-name="arrows-expand-vertical" data-tags="arrows-expand-vertical" d="M170.667 640c0 23.564 19.103 42.667 42.667 42.667h597.333c23.565 0 42.667-19.103 42.667-42.667s-19.102-42.667-42.667-42.667h-597.333c-23.564 0-42.667 19.103-42.667 42.667zM481.83 542.17c16.661 16.662 43.678 16.662 60.339 0l128-128c16.661-16.663 16.661-43.677 0-60.34-16.661-16.661-43.678-16.661-60.339 0l-55.164 55.164v-305.988l55.164 55.164c16.661 16.661 43.678 16.661 60.339 0s16.661-43.678 0-60.339l-128-128c-16.661-16.661-43.678-16.661-60.339 0l-128 128c-16.662 16.661-16.662 43.678 0 60.339s43.677 16.661 60.34 0l55.163-55.164v305.988l-55.163-55.164c-16.663-16.661-43.677-16.661-60.34 0-16.662 16.663-16.662 43.677 0 60.34l128 128zM170.667-128c0 23.565 19.103 42.667 42.667 42.667h597.333c23.565 0 42.667-19.102 42.667-42.667s-19.102-42.667-42.667-42.667h-597.333c-23.564 0-42.667 19.102-42.667 42.667z" />
259
+ <glyph unicode="&#xe9e9;" glyph-name="arrows-in" data-tags="arrows-in" d="M170.667 341.333h213.333c23.564 0 42.667 19.103 42.667 42.667v213.333c0 23.564-19.103 42.667-42.667 42.667s-42.667-19.103-42.667-42.667v-110.327l-183.163 183.164c-16.663 16.662-43.677 16.662-60.34 0s-16.662-43.677 0-60.34l183.164-183.163h-110.327c-23.564 0-42.667-19.103-42.667-42.667s19.103-42.667 42.667-42.667zM170.667 170.667h213.333c23.564 0 42.667-19.102 42.667-42.667v-213.333c0-23.565-19.103-42.667-42.667-42.667s-42.667 19.102-42.667 42.667v110.327l-183.163-183.164c-16.663-16.661-43.677-16.661-60.34 0s-16.662 43.678 0 60.339l183.164 183.164h-110.327c-23.564 0-42.667 19.102-42.667 42.667s19.103 42.667 42.667 42.667zM640 341.333h213.333c23.565 0 42.667 19.103 42.667 42.667s-19.102 42.667-42.667 42.667h-110.327l183.164 183.163c16.661 16.663 16.661 43.677 0 60.34s-43.678 16.662-60.339 0l-183.164-183.164v110.327c0 23.564-19.102 42.667-42.667 42.667s-42.667-19.103-42.667-42.667v-213.333c0-23.564 19.102-42.667 42.667-42.667zM853.333 170.667h-213.333c-23.565 0-42.667-19.102-42.667-42.667v-213.333c0-23.565 19.102-42.667 42.667-42.667s42.667 19.102 42.667 42.667v110.327l183.164-183.164c16.661-16.661 43.678-16.661 60.339 0s16.661 43.678 0 60.339l-183.164 183.164h110.327c23.565 0 42.667 19.102 42.667 42.667s-19.102 42.667-42.667 42.667z" />
260
+ <glyph unicode="&#xe9ea;" glyph-name="arrows-out" data-tags="arrows-out" d="M341.333 682.667h-213.333c-23.564 0-42.667-19.103-42.667-42.667v-213.333c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v110.327l183.163-183.164c16.663-16.661 43.677-16.661 60.34 0 16.661 16.663 16.661 43.677 0 60.34l-183.164 183.163h110.327c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667zM341.333-170.667h-213.333c-23.564 0-42.667 19.102-42.667 42.667v213.333c0 23.565 19.103 42.667 42.667 42.667s42.667-19.102 42.667-42.667v-110.327l183.163 183.164c16.663 16.661 43.677 16.661 60.34 0 16.661-16.661 16.661-43.678 0-60.339l-183.164-183.164h110.327c23.564 0 42.667-19.102 42.667-42.667s-19.103-42.667-42.667-42.667zM896 682.667h-213.333c-23.565 0-42.667-19.103-42.667-42.667s19.102-42.667 42.667-42.667h110.327l-183.164-183.163c-16.661-16.663-16.661-43.677 0-60.34 16.661-16.661 43.678-16.661 60.339 0l183.164 183.164v-110.327c0-23.564 19.102-42.667 42.667-42.667s42.667 19.103 42.667 42.667v213.333c0 23.564-19.102 42.667-42.667 42.667zM682.667-170.667h213.333c23.565 0 42.667 19.102 42.667 42.667v213.333c0 23.565-19.102 42.667-42.667 42.667s-42.667-19.102-42.667-42.667v-110.327l-183.164 183.164c-16.661 16.661-43.678 16.661-60.339 0s-16.661-43.678 0-60.339l183.164-183.164h-110.327c-23.565 0-42.667-19.102-42.667-42.667s19.102-42.667 42.667-42.667z" />
261
+ <glyph unicode="&#xe9eb;" glyph-name="arrows-vertical-up" data-tags="arrows-vertical-up" d="M810.667-85.333c0-23.565-19.102-42.667-42.667-42.667h-512c-23.564 0-42.667 19.102-42.667 42.667s19.102 42.667 42.667 42.667h512c23.565 0 42.667-19.102 42.667-42.667zM755.503 353.83c-16.661-16.661-43.678-16.661-60.339 0l-140.497 140.497v-451.66c0-23.565-19.102-42.667-42.667-42.667s-42.667 19.102-42.667 42.667v451.66l-140.497-140.497c-16.663-16.661-43.677-16.661-60.34 0-16.662 16.663-16.662 43.677 0 60.34l213.334 213.333c8 8.001 18.854 12.497 30.17 12.497s22.17-4.495 30.17-12.497l213.333-213.333c16.661-16.663 16.661-43.677 0-60.34z" />
262
+ <glyph unicode="&#xe9ec;" glyph-name="chevron-contract" data-tags="chevron-contract" d="M311.163 584.837c16.663 16.662 43.677 16.662 60.34 0l140.497-140.497 140.497 140.497c16.661 16.662 43.678 16.662 60.339 0s16.661-43.677 0-60.34l-170.667-170.667c-16.661-16.661-43.678-16.661-60.339 0l-170.667 170.667c-16.662 16.663-16.662 43.677 0 60.34zM512 67.661l-140.497-140.497c-16.663-16.661-43.677-16.661-60.34 0s-16.662 43.678 0 60.339l170.667 170.667c16.661 16.661 43.678 16.661 60.339 0l170.667-170.667c16.661-16.661 16.661-43.678 0-60.339s-43.678-16.661-60.339 0l-140.497 140.497z" />
263
+ <glyph unicode="&#xe9ed;" glyph-name="chevron-expand" data-tags="chevron-expand" d="M481.83 584.837c16.661 16.662 43.678 16.662 60.339 0l170.667-170.667c16.661-16.663 16.661-43.677 0-60.34-16.661-16.661-43.678-16.661-60.339 0l-140.497 140.497-140.497-140.497c-16.663-16.661-43.677-16.661-60.34 0-16.662 16.663-16.662 43.677 0 60.34l170.667 170.667zM311.163 158.17c16.663 16.661 43.677 16.661 60.34 0l140.497-140.497 140.497 140.497c16.661 16.661 43.678 16.661 60.339 0s16.661-43.678 0-60.339l-170.667-170.667c-16.661-16.661-43.678-16.661-60.339 0l-170.667 170.667c-16.662 16.661-16.662 43.678 0 60.339z" />
254
264
  </font></defs></svg>
Binary file
Binary file