savor-ui 0.3.1 → 0.3.2

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 (141) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/es/components/src/_comp/HeightTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +17 -18
  3. package/dist/es/components/src/_comp/OpacityTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +13 -14
  4. package/dist/es/components/src/_comp/ScaleTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +14 -15
  5. package/dist/es/components/src/_comp/SideTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +22 -23
  6. package/dist/es/components/src/anchor/anchor-link.vue_vue_type_script_setup_true_vapor_true_lang.mjs +20 -21
  7. package/dist/es/components/src/anchor/anchor.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  8. package/dist/es/components/src/auto-complete/auto-complete.vue_vue_type_script_setup_true_vapor_true_lang.mjs +49 -50
  9. package/dist/es/components/src/avatar/avatar.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  10. package/dist/es/components/src/back-top/back-top.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -25
  11. package/dist/es/components/src/badge/badge.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  12. package/dist/es/components/src/button/button-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  13. package/dist/es/components/src/button/button.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  14. package/dist/es/components/src/card/card.vue_vue_type_script_setup_true_vapor_true_lang.mjs +14 -15
  15. package/dist/es/components/src/carousel/carousel.vue_vue_type_script_setup_true_vapor_true_lang.mjs +10 -11
  16. package/dist/es/components/src/cascader/cascader-column.vue_vue_type_script_setup_true_vapor_true_lang.mjs +52 -52
  17. package/dist/es/components/src/cascader/cascader.vue_vue_type_script_setup_true_vapor_true_lang.mjs +80 -81
  18. package/dist/es/components/src/checkbox/checkbox-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  19. package/dist/es/components/src/checkbox/checkbox.vue_vue_type_script_setup_true_vapor_true_lang.mjs +27 -28
  20. package/dist/es/components/src/collapse/collapse-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +15 -16
  21. package/dist/es/components/src/collapse/collapse.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  22. package/dist/es/components/src/color-picker/color-picker.vue_vue_type_script_setup_true_vapor_true_lang.mjs +83 -84
  23. package/dist/es/components/src/config-provider/config-provider.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  24. package/dist/es/components/src/date-picker/date-picker.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -25
  25. package/dist/es/components/src/date-picker/day-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +17 -18
  26. package/dist/es/components/src/date-picker/month-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +50 -51
  27. package/dist/es/components/src/date-picker/panel-day-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +5 -6
  28. package/dist/es/components/src/date-picker/panel-day.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  29. package/dist/es/components/src/date-picker/panel-month-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +5 -6
  30. package/dist/es/components/src/date-picker/panel-month.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  31. package/dist/es/components/src/date-picker/panel-week-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +7 -8
  32. package/dist/es/components/src/date-picker/panel-week.vue_vue_type_script_setup_true_vapor_true_lang.mjs +5 -6
  33. package/dist/es/components/src/date-picker/panel-year-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  34. package/dist/es/components/src/date-picker/panel-year.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  35. package/dist/es/components/src/date-picker/week-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +16 -17
  36. package/dist/es/components/src/date-picker/year-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +45 -46
  37. package/dist/es/components/src/datetime-picker/datetime-picker.vue_vue_type_script_setup_true_vapor_true_lang.mjs +39 -40
  38. package/dist/es/components/src/datetime-picker/panel-datetime-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +7 -8
  39. package/dist/es/components/src/datetime-picker/panel-datetime-time.vue_vue_type_script_setup_true_vapor_true_lang.mjs +8 -9
  40. package/dist/es/components/src/datetime-picker/panel-datetime.vue_vue_type_script_setup_true_vapor_true_lang.mjs +10 -11
  41. package/dist/es/components/src/datetime-picker/panel-time.vue_vue_type_script_setup_true_vapor_true_lang.mjs +11 -12
  42. package/dist/es/components/src/descriptions/descriptions-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  43. package/dist/es/components/src/descriptions/descriptions.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  44. package/dist/es/components/src/divider/divider.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  45. package/dist/es/components/src/drawer/drawer.vue_vue_type_script_setup_true_vapor_true_lang.mjs +79 -80
  46. package/dist/es/components/src/dropdown/doption.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  47. package/dist/es/components/src/dropdown/dropdown.vue_vue_type_script_setup_true_vapor_true_lang.mjs +18 -19
  48. package/dist/es/components/src/dropdown/dsubmenu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +20 -21
  49. package/dist/es/components/src/empty/empty.vue_vue_type_script_setup_true_vapor_true_lang.mjs +1 -2
  50. package/dist/es/components/src/form/form-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +61 -62
  51. package/dist/es/components/src/form/form.vue_vue_type_script_setup_true_vapor_true_lang.mjs +10 -11
  52. package/dist/es/components/src/galleria/galleria.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  53. package/dist/es/components/src/grid/grid-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  54. package/dist/es/components/src/grid/grid.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  55. package/dist/es/components/src/icon/icon.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  56. package/dist/es/components/src/image/image-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +40 -41
  57. package/dist/es/components/src/image/image-preview.vue_vue_type_script_setup_true_vapor_true_lang.mjs +33 -34
  58. package/dist/es/components/src/image/image.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -2
  59. package/dist/es/components/src/input/input.vue_vue_type_script_setup_true_vapor_true_lang.mjs +50 -51
  60. package/dist/es/components/src/input-number/input-number.vue_vue_type_script_setup_true_vapor_true_lang.mjs +56 -57
  61. package/dist/es/components/src/input-tag/input-tag.vue_vue_type_script_setup_true_vapor_true_lang.mjs +53 -54
  62. package/dist/es/components/src/layer/layer.vue_vue_type_script_setup_true_vapor_true_lang.mjs +70 -75
  63. package/dist/es/components/src/layout/aside.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  64. package/dist/es/components/src/layout/content.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  65. package/dist/es/components/src/layout/footer.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  66. package/dist/es/components/src/layout/header.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  67. package/dist/es/components/src/layout/layout.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  68. package/dist/es/components/src/link/link.vue_vue_type_script_setup_true_vapor_true_lang.mjs +1 -2
  69. package/dist/es/components/src/list/list.vue_vue_type_script_setup_true_vapor_true_lang.mjs +19 -20
  70. package/dist/es/components/src/menu/menu-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +16 -17
  71. package/dist/es/components/src/menu/menu-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +41 -42
  72. package/dist/es/components/src/menu/menu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +41 -42
  73. package/dist/es/components/src/menu/sub-menu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +66 -67
  74. package/dist/es/components/src/message/message-container.vue_vue_type_script_setup_true_vapor_true_lang.mjs +36 -37
  75. package/dist/es/components/src/message/message.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  76. package/dist/es/components/src/meter-group/meter-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  77. package/dist/es/components/src/modal/modal.vue_vue_type_script_setup_true_vapor_true_lang.mjs +113 -114
  78. package/dist/es/components/src/pagination/pagination.vue_vue_type_script_setup_true_vapor_true_lang.mjs +12 -13
  79. package/dist/es/components/src/panel/panel.vue_vue_type_script_setup_true_vapor_true_lang.mjs +20 -21
  80. package/dist/es/components/src/popover/popover.vue_vue_type_script_setup_true_vapor_true_lang.mjs +72 -72
  81. package/dist/es/components/src/progress/progress.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  82. package/dist/es/components/src/radio/radio-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  83. package/dist/es/components/src/radio/radio.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -25
  84. package/dist/es/components/src/scrollbar/scrollbar.vue_vue_type_script_setup_true_vapor_true_lang.mjs +76 -77
  85. package/dist/es/components/src/segmented/segmented.vue_vue_type_script_setup_true_vapor_true_lang.mjs +34 -35
  86. package/dist/es/components/src/select/select.vue_vue_type_script_setup_true_vapor_true_lang.mjs +142 -143
  87. package/dist/es/components/src/skeleton/skeleton.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  88. package/dist/es/components/src/space/space.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  89. package/dist/es/components/src/statistic/statistic.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  90. package/dist/es/components/src/switch/switch.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  91. package/dist/es/components/src/table/table.vue_vue_type_script_setup_true_vapor_true_lang.mjs +192 -193
  92. package/dist/es/components/src/tabs/index.d.ts +8 -0
  93. package/dist/es/components/src/tabs/tab-pane.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -16
  94. package/dist/es/components/src/tabs/tab.d.ts +4 -0
  95. package/dist/es/components/src/tabs/tab.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -16
  96. package/dist/es/components/src/tabs/tabs.vue_vue_type_script_setup_true_vapor_true_lang.mjs +117 -113
  97. package/dist/es/components/src/tag/tag.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  98. package/dist/es/components/src/text/text.vue_vue_type_script_setup_true_vapor_true_lang.mjs +54 -55
  99. package/dist/es/components/src/textarea/textarea.vue_vue_type_script_setup_true_vapor_true_lang.mjs +30 -31
  100. package/dist/es/components/src/timeline/timeline-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  101. package/dist/es/components/src/timeline/timeline.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  102. package/dist/es/components/src/tooltip/tooltip.vue_vue_type_script_setup_true_vapor_true_lang.mjs +22 -23
  103. package/dist/es/components/src/tree/node.vue_vue_type_script_setup_true_vapor_true_lang.mjs +19 -20
  104. package/dist/es/components/src/tree/tree.vue_vue_type_script_setup_true_vapor_true_lang.mjs +46 -47
  105. package/dist/es/components/src/upload/upload-drag.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  106. package/dist/es/components/src/upload/upload.vue_vue_type_script_setup_true_vapor_true_lang.mjs +89 -90
  107. package/dist/es/components/src/waterfall/waterfall.vue_vue_type_script_setup_true_vapor_true_lang.mjs +32 -33
  108. package/dist/es/components/src/watermark/watermark.vue_vue_type_script_setup_true_vapor_true_lang.mjs +8 -9
  109. package/dist/es/components/src/wheel/wheel.vue_vue_type_script_setup_true_vapor_true_lang.mjs +7 -8
  110. package/dist/es/icons/src/arrows-left.vue.mjs +2 -2
  111. package/dist/es/icons/src/arrows-right.vue.mjs +2 -2
  112. package/dist/es/icons/src/asterisk.vue.mjs +2 -2
  113. package/dist/es/icons/src/calendar.vue.mjs +2 -2
  114. package/dist/es/icons/src/check-circle-fill.vue.mjs +2 -2
  115. package/dist/es/icons/src/close-circle-fill.vue.mjs +2 -2
  116. package/dist/es/icons/src/close.vue.mjs +2 -2
  117. package/dist/es/icons/src/copy.vue.mjs +2 -2
  118. package/dist/es/icons/src/delete.vue.mjs +2 -2
  119. package/dist/es/icons/src/down.vue.mjs +2 -2
  120. package/dist/es/icons/src/edit.vue.mjs +2 -2
  121. package/dist/es/icons/src/eye-close.vue.mjs +2 -2
  122. package/dist/es/icons/src/eye.vue.mjs +2 -2
  123. package/dist/es/icons/src/fullscreen-exit.vue.mjs +2 -2
  124. package/dist/es/icons/src/fullscreen.vue.mjs +2 -2
  125. package/dist/es/icons/src/info-circle-fill.vue.mjs +2 -2
  126. package/dist/es/icons/src/left.vue.mjs +2 -2
  127. package/dist/es/icons/src/loading.vue.mjs +2 -2
  128. package/dist/es/icons/src/minus.vue.mjs +2 -2
  129. package/dist/es/icons/src/plus.vue.mjs +2 -2
  130. package/dist/es/icons/src/question.vue.mjs +2 -2
  131. package/dist/es/icons/src/refresh-left.vue.mjs +2 -2
  132. package/dist/es/icons/src/refresh-right.vue.mjs +2 -2
  133. package/dist/es/icons/src/refresh.vue.mjs +2 -2
  134. package/dist/es/icons/src/right.vue.mjs +2 -2
  135. package/dist/es/icons/src/up.vue.mjs +2 -2
  136. package/dist/es/icons/src/upload.vue.mjs +2 -2
  137. package/dist/es/icons/src/warning-circle-fill.vue.mjs +2 -2
  138. package/dist/es/icons/src/zoom-in.vue.mjs +2 -2
  139. package/dist/es/icons/src/zoom-out.vue.mjs +2 -2
  140. package/dist/json/web-types.json +1 -1
  141. package/package.json +63 -63
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/arrows-left.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=arrows_left_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036c-.01-.003-.019 0-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.016-.018Zm.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M11.707 6.293a1 1 0 0 1 0 1.414L7.414 12l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Zm6 0a1 1 0 0 1 0 1.414L13.414 12l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=arrows_left_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036c-.01-.003-.019 0-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.016-.018Zm.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M11.707 6.293a1 1 0 0 1 0 1.414L7.414 12l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Zm6 0a1 1 0 0 1 0 1.414L13.414 12l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/arrows-right.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=arrows_right_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036c-.01-.003-.019 0-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.016-.018Zm.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M6.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L10.586 12 6.293 7.707a1 1 0 0 1 0-1.414Zm6 0a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L16.586 12l-4.293-4.293a1 1 0 0 1 0-1.414Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=arrows_right_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036c-.01-.003-.019 0-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.016-.018Zm.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M6.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L10.586 12 6.293 7.707a1 1 0 0 1 0-1.414Zm6 0a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L16.586 12l-4.293-4.293a1 1 0 0 1 0-1.414Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/asterisk.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=asterisk_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M12 3a1 1 0 0 1 1 1v6.268l5.428-3.134a1 1 0 0 1 1 1.732L14 12l5.428 3.134a1 1 0 1 1-1 1.732L13 13.732V20a1 1 0 1 1-2 0v-6.268l-5.428 3.134a1 1 0 1 1-1-1.732L10 12 4.572 8.866a1 1 0 0 1 1-1.732L11 10.268V4a1 1 0 0 1 1-1\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=asterisk_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M12 3a1 1 0 0 1 1 1v6.268l5.428-3.134a1 1 0 0 1 1 1.732L14 12l5.428 3.134a1 1 0 1 1-1 1.732L13 13.732V20a1 1 0 1 1-2 0v-6.268l-5.428 3.134a1 1 0 1 1-1-1.732L10 12 4.572 8.866a1 1 0 0 1 1-1.732L11 10.268V4a1 1 0 0 1 1-1\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/calendar.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=calendar_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M16 3a1 1 0 0 1 .993.883L17 4v1h2a2 2 0 0 1 1.995 1.85L21 7v12a2 2 0 0 1-1.85 1.995L19 21H5a2 2 0 0 1-1.995-1.85L3 19V7a2 2 0 0 1 1.85-1.995L5 5h2V4a1 1 0 0 1 1.993-.117L9 4v1h6V4a1 1 0 0 1 1-1m3 9H5v7h14zm0-5H5v3h14z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=calendar_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M16 3a1 1 0 0 1 .993.883L17 4v1h2a2 2 0 0 1 1.995 1.85L21 7v12a2 2 0 0 1-1.85 1.995L19 21H5a2 2 0 0 1-1.995-1.85L3 19V7a2 2 0 0 1 1.85-1.995L5 5h2V4a1 1 0 0 1 1.993-.117L9 4v1h6V4a1 1 0 0 1 1-1m3 9H5v7h14zm0-5H5v3h14z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/check-circle-fill.vue
4
- var n = { __vapor: !0 }, r = t("<svg t=1772457966142 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=2946 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m184.3 372.8l-192 224c-5.8 6.8-14.2 10.8-23.1 11.2H480c-8.5 0-16.6-3.4-22.6-9.4l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l103.6 103.6 169.5-197.8c11.5-13.4 31.7-15 45.1-3.5 13.3 11.6 14.9 31.8 3.4 45.2z\"fill=currentColor p-id=2947>", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg t=1772457966142 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=2946 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m184.3 372.8l-192 224c-5.8 6.8-14.2 10.8-23.1 11.2H480c-8.5 0-16.6-3.4-22.6-9.4l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l103.6 103.6 169.5-197.8c11.5-13.4 31.7-15 45.1-3.5 13.3 11.6 14.9 31.8 3.4 45.2z\"fill=currentColor p-id=2947>", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/close-circle-fill.vue
4
- var n = { __vapor: !0 }, r = t("<svg t=1772457976162 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=3111 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m150.6 553.4c12.5 12.5 12.5 32.8 0 45.3-6.2 6.2-14.4 9.4-22.6 9.4s-16.4-3.1-22.6-9.4L512 557.3 406.6 662.6c-6.2 6.2-14.4 9.4-22.6 9.4s-16.4-3.1-22.6-9.4c-12.5-12.5-12.5-32.8 0-45.3L466.7 512 361.4 406.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L512 466.7l105.4-105.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L557.3 512l105.3 105.4z\"fill=currentColor p-id=3112>", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg t=1772457976162 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=3111 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m150.6 553.4c12.5 12.5 12.5 32.8 0 45.3-6.2 6.2-14.4 9.4-22.6 9.4s-16.4-3.1-22.6-9.4L512 557.3 406.6 662.6c-6.2 6.2-14.4 9.4-22.6 9.4s-16.4-3.1-22.6-9.4c-12.5-12.5-12.5-32.8 0-45.3L466.7 512 361.4 406.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L512 466.7l105.4-105.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L557.3 512l105.3 105.4z\"fill=currentColor p-id=3112>", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/close.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"fill=currentColor><g id=close_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"m12 13.414 5.657 5.657a1 1 0 0 0 1.414-1.414L13.414 12l5.657-5.657a1 1 0 0 0-1.414-1.414L12 10.586 6.343 4.929A1 1 0 0 0 4.93 6.343L10.586 12l-5.657 5.657a1 1 0 1 0 1.414 1.414z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"fill=currentColor><g id=close_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"m12 13.414 5.657 5.657a1 1 0 0 0 1.414-1.414L13.414 12l5.657-5.657a1 1 0 0 0-1.414-1.414L12 10.586 6.343 4.929A1 1 0 0 0 4.93 6.343L10.586 12l-5.657 5.657a1 1 0 1 0 1.414 1.414z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/copy.vue
4
- var n = { __vapor: !0 }, r = t("<svg height=1em viewBox=\"0 0 24 24\"width=1em xmlns=http://www.w3.org/2000/svg><g id=copy_2_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path d=\"M9 2a2 2 0 0 0-2 2v2h2V4h11v11h-2v2h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM4 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h11v11H4z\"fill=currentColor>", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg height=1em viewBox=\"0 0 24 24\"width=1em xmlns=http://www.w3.org/2000/svg><g id=copy_2_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path d=\"M9 2a2 2 0 0 0-2 2v2h2V4h11v11h-2v2h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM4 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 2h11v11H4z\"fill=currentColor>", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/delete.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=delete_2_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M14.28 2a2 2 0 0 1 1.897 1.368L16.72 5H20a1 1 0 1 1 0 2l-.003.071-.867 12.143A3 3 0 0 1 16.138 22H7.862a3 3 0 0 1-2.992-2.786L4.003 7.07A1.01 1.01 0 0 1 4 7a1 1 0 0 1 0-2h3.28l.543-1.632A2 2 0 0 1 9.721 2zm3.717 5H6.003l.862 12.071a1 1 0 0 0 .997.929h8.276a1 1 0 0 0 .997-.929zM10 10a1 1 0 0 1 .993.883L11 11v5a1 1 0 0 1-1.993.117L9 16v-5a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1m.28-6H9.72l-.333 1h5.226z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=delete_2_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M14.28 2a2 2 0 0 1 1.897 1.368L16.72 5H20a1 1 0 1 1 0 2l-.003.071-.867 12.143A3 3 0 0 1 16.138 22H7.862a3 3 0 0 1-2.992-2.786L4.003 7.07A1.01 1.01 0 0 1 4 7a1 1 0 0 1 0-2h3.28l.543-1.632A2 2 0 0 1 9.721 2zm3.717 5H6.003l.862 12.071a1 1 0 0 0 .997.929h8.276a1 1 0 0 0 .997-.929zM10 10a1 1 0 0 1 .993.883L11 11v5a1 1 0 0 1-1.993.117L9 16v-5a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1m.28-6H9.72l-.333 1h5.226z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/down.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=down_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95 4.95-4.95a1 1 0 0 1 1.414 1.414l-5.657 5.657Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=down_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95 4.95-4.95a1 1 0 0 1 1.414 1.414l-5.657 5.657Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/edit.vue
4
- var n = { __vapor: !0 }, r = t("<svg height=1em viewBox=\"0 0 24 24\"width=1em xmlns=http://www.w3.org/2000/svg><g id=edit_3_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path d=\"M16.724 3.03a2 2 0 0 0-2.828 0L3.582 13.344a2 2 0 0 0-.586 1.414v5.233c0 .557.453 1.01 1.01 1.01L20 21a1 1 0 1 0 0-2h-7.932l8.899-8.899a2 2 0 0 0 0-2.828zM9.24 19 19.553 8.687 15.31 4.444 4.996 14.758V19z\"fill=currentColor>", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg height=1em viewBox=\"0 0 24 24\"width=1em xmlns=http://www.w3.org/2000/svg><g id=edit_3_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path d=\"M16.724 3.03a2 2 0 0 0-2.828 0L3.582 13.344a2 2 0 0 0-.586 1.414v5.233c0 .557.453 1.01 1.01 1.01L20 21a1 1 0 1 0 0-2h-7.932l8.899-8.899a2 2 0 0 0 0-2.828zM9.24 19 19.553 8.687 15.31 4.444 4.996 14.758V19z\"fill=currentColor>", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/eye-close.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=eye_close_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M3.05 9.31a1 1 0 1 1 1.914-.577c2.086 6.986 11.982 6.987 14.07.004a1 1 0 1 1 1.918.57 9.509 9.509 0 0 1-1.813 3.417L20.414 14A1 1 0 0 1 19 15.414l-1.311-1.311a9.116 9.116 0 0 1-2.32 1.269l.357 1.335a1 1 0 1 1-1.931.518l-.364-1.357c-.947.14-1.915.14-2.862 0l-.364 1.357a1 1 0 1 1-1.931-.518l.357-1.335a9.118 9.118 0 0 1-2.32-1.27l-1.31 1.312A1 1 0 0 1 3.585 14l1.275-1.275c-.784-.936-1.41-2.074-1.812-3.414Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=eye_close_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M3.05 9.31a1 1 0 1 1 1.914-.577c2.086 6.986 11.982 6.987 14.07.004a1 1 0 1 1 1.918.57 9.509 9.509 0 0 1-1.813 3.417L20.414 14A1 1 0 0 1 19 15.414l-1.311-1.311a9.116 9.116 0 0 1-2.32 1.269l.357 1.335a1 1 0 1 1-1.931.518l-.364-1.357c-.947.14-1.915.14-2.862 0l-.364 1.357a1 1 0 1 1-1.931-.518l.357-1.335a9.118 9.118 0 0 1-2.32-1.27l-1.31 1.312A1 1 0 0 1 3.585 14l1.275-1.275c-.784-.936-1.41-2.074-1.812-3.414Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/eye.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=eye_2_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M4 12.001zc.003-.016.017-.104.095-.277.086-.191.225-.431.424-.708.398-.553.993-1.192 1.745-1.798C7.777 7.996 9.812 7 12 7c2.188 0 4.223.996 5.736 2.216.752.606 1.347 1.245 1.745 1.798.2.277.338.517.424.708.078.173.092.261.095.277V12c-.003.016-.017.104-.095.277a4.251 4.251 0 0 1-.424.708c-.398.553-.993 1.192-1.745 1.798C16.224 16.004 14.189 17 12 17c-2.188 0-4.223-.996-5.736-2.216-.752-.606-1.347-1.245-1.745-1.798a4.226 4.226 0 0 1-.424-.708A1.115 1.115 0 0 1 4 12.001M12 5C9.217 5 6.752 6.254 5.009 7.659c-.877.706-1.6 1.474-2.113 2.187a6.157 6.157 0 0 0-.625 1.055C2.123 11.23 2 11.611 2 12c0 .388.123.771.27 1.099.155.342.37.7.626 1.055.513.713 1.236 1.48 2.113 2.187C6.752 17.746 9.217 19 12 19c2.783 0 5.248-1.254 6.991-2.659.877-.706 1.6-1.474 2.113-2.187.257-.356.471-.713.625-1.055.148-.328.271-.71.271-1.099 0-.388-.123-.771-.27-1.099a6.197 6.197 0 0 0-.626-1.055c-.513-.713-1.236-1.48-2.113-2.187C17.248 6.254 14.783 5 12 5m-1 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=eye_2_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M4 12.001zc.003-.016.017-.104.095-.277.086-.191.225-.431.424-.708.398-.553.993-1.192 1.745-1.798C7.777 7.996 9.812 7 12 7c2.188 0 4.223.996 5.736 2.216.752.606 1.347 1.245 1.745 1.798.2.277.338.517.424.708.078.173.092.261.095.277V12c-.003.016-.017.104-.095.277a4.251 4.251 0 0 1-.424.708c-.398.553-.993 1.192-1.745 1.798C16.224 16.004 14.189 17 12 17c-2.188 0-4.223-.996-5.736-2.216-.752-.606-1.347-1.245-1.745-1.798a4.226 4.226 0 0 1-.424-.708A1.115 1.115 0 0 1 4 12.001M12 5C9.217 5 6.752 6.254 5.009 7.659c-.877.706-1.6 1.474-2.113 2.187a6.157 6.157 0 0 0-.625 1.055C2.123 11.23 2 11.611 2 12c0 .388.123.771.27 1.099.155.342.37.7.626 1.055.513.713 1.236 1.48 2.113 2.187C6.752 17.746 9.217 19 12 19c2.783 0 5.248-1.254 6.991-2.659.877-.706 1.6-1.474 2.113-2.187.257-.356.471-.713.625-1.055.148-.328.271-.71.271-1.099 0-.388-.123-.771-.27-1.099a6.197 6.197 0 0 0-.626-1.055c-.513-.713-1.236-1.48-2.113-2.187C17.248 6.254 14.783 5 12 5m-1 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/fullscreen-exit.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=fullscreen_exit_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M20 7h-3V4a1 1 0 1 0-2 0v3a2 2 0 0 0 2 2h3a1 1 0 1 0 0-2M7 9a2 2 0 0 0 2-2V4a1 1 0 1 0-2 0v3H4a1 1 0 1 0 0 2zm0 8H4a1 1 0 1 1 0-2h3a2 2 0 0 1 2 2v3a1 1 0 1 1-2 0zm10-2a2 2 0 0 0-2 2v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=fullscreen_exit_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M20 7h-3V4a1 1 0 1 0-2 0v3a2 2 0 0 0 2 2h3a1 1 0 1 0 0-2M7 9a2 2 0 0 0 2-2V4a1 1 0 1 0-2 0v3H4a1 1 0 1 0 0 2zm0 8H4a1 1 0 1 1 0-2h3a2 2 0 0 1 2 2v3a1 1 0 1 1-2 0zm10-2a2 2 0 0 0-2 2v3a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/fullscreen.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=fullscreen_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M4 15a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2H5a2 2 0 0 1-2-2v-3a1 1 0 0 1 1-1m16 0a1 1 0 0 1 .993.883L21 16v3a2 2 0 0 1-1.85 1.995L19 21h-3a1 1 0 0 1-.117-1.993L16 19h3v-3a1 1 0 0 1 1-1M19 3a2 2 0 0 1 1.995 1.85L21 5v3a1 1 0 0 1-1.993.117L19 8V5h-3a1 1 0 0 1-.117-1.993L16 3zM8 3a1 1 0 0 1 .117 1.993L8 5H5v3a1 1 0 0 1-1.993.117L3 8V5a2 2 0 0 1 1.85-1.995L5 3z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=fullscreen_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M4 15a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2H5a2 2 0 0 1-2-2v-3a1 1 0 0 1 1-1m16 0a1 1 0 0 1 .993.883L21 16v3a2 2 0 0 1-1.85 1.995L19 21h-3a1 1 0 0 1-.117-1.993L16 19h3v-3a1 1 0 0 1 1-1M19 3a2 2 0 0 1 1.995 1.85L21 5v3a1 1 0 0 1-1.993.117L19 8V5h-3a1 1 0 0 1-.117-1.993L16 3zM8 3a1 1 0 0 1 .117 1.993L8 5H5v3a1 1 0 0 1-1.993.117L3 8V5a2 2 0 0 1 1.85-1.995L5 3z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/info-circle-fill.vue
4
- var n = { __vapor: !0 }, r = t("<svg t=1772457989805 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=3441 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m32 640c0 17.6-14.4 32-32 32s-32-14.4-32-32V480c0-17.6 14.4-32 32-32s32 14.4 32 32v224z m-32-320c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"fill=currentColor p-id=3442>", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg t=1772457989805 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=3441 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m32 640c0 17.6-14.4 32-32 32s-32-14.4-32-32V480c0-17.6 14.4-32 32-32s32 14.4 32 32v224z m-32-320c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"fill=currentColor p-id=3442>", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/left.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=left_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M8.293 12.707a1 1 0 0 1 0-1.414l5.657-5.657a1 1 0 1 1 1.414 1.414L10.414 12l4.95 4.95a1 1 0 0 1-1.414 1.414l-5.657-5.657Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=left_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M8.293 12.707a1 1 0 0 1 0-1.414l5.657-5.657a1 1 0 1 1 1.414 1.414L10.414 12l4.95 4.95a1 1 0 0 1-1.414 1.414l-5.657-5.657Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/loading.vue
4
- var n = { __vapor: !0 }, r = t("<svg viewBox=\"25 25 50 50\"class=loading-icon><circle cx=50 cy=50 r=20>", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg viewBox=\"25 25 50 50\"class=loading-icon><circle cx=50 cy=50 r=20>", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/minus.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=minimize_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M3 12a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=minimize_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M3 12a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/plus.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=add_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M11 20a1 1 0 1 0 2 0v-7h7a1 1 0 1 0 0-2h-7V4a1 1 0 1 0-2 0v7H4a1 1 0 1 0 0 2h7z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=add_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M11 20a1 1 0 1 0 2 0v-7h7a1 1 0 1 0 0-2h-7V4a1 1 0 1 0-2 0v7H4a1 1 0 1 0 0 2h7z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/question.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=question_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m0 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-9.5a3.625 3.625 0 0 1 1.348 6.99.837.837 0 0 0-.305.201c-.044.05-.051.114-.05.18L13 14a1 1 0 0 1-1.993.117L11 14v-.25c0-1.153.93-1.845 1.604-2.116a1.626 1.626 0 1 0-2.229-1.509 1 1 0 1 1-2 0A3.625 3.625 0 0 1 12 6.5\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=question_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m0 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-9.5a3.625 3.625 0 0 1 1.348 6.99.837.837 0 0 0-.305.201c-.044.05-.051.114-.05.18L13 14a1 1 0 0 1-1.993.117L11 14v-.25c0-1.153.93-1.845 1.604-2.116a1.626 1.626 0 1 0-2.229-1.509 1 1 0 1 1-2 0A3.625 3.625 0 0 1 12 6.5\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/refresh-left.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=refresh_anticlockwise_1_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036c-.01-.003-.019 0-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.016-.018m.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M14.07 19.727a8.003 8.003 0 0 1-9.146-3.99 1 1 0 0 0-1.77.933c2.13 4.04 6.836 6.221 11.434 4.99 5.335-1.43 8.5-6.914 7.071-12.248-1.43-5.335-6.913-8.5-12.247-7.071a10.003 10.003 0 0 0-7.414 9.58c-.007.903.995 1.402 1.713.919l2.673-1.801c1.008-.68.332-2.251-.854-1.986l-1.058.236a8 8 0 1 1 9.598 10.439Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=refresh_anticlockwise_1_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036c-.01-.003-.019 0-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.016-.018m.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M14.07 19.727a8.003 8.003 0 0 1-9.146-3.99 1 1 0 0 0-1.77.933c2.13 4.04 6.836 6.221 11.434 4.99 5.335-1.43 8.5-6.914 7.071-12.248-1.43-5.335-6.913-8.5-12.247-7.071a10.003 10.003 0 0 0-7.414 9.58c-.007.903.995 1.402 1.713.919l2.673-1.801c1.008-.68.332-2.251-.854-1.986l-1.058.236a8 8 0 1 1 9.598 10.439Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/refresh-right.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=refresh_1_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M9.93 19.728a8.004 8.004 0 0 0 9.146-3.99 1 1 0 1 1 1.77.932c-2.13 4.04-6.836 6.221-11.434 4.99-5.335-1.43-8.5-6.913-7.071-12.248 1.43-5.335 6.913-8.5 12.247-7.071a10.003 10.003 0 0 1 7.414 9.58c.007.903-.995 1.402-1.713.92l-2.673-1.802c-1.008-.68-.332-2.251.854-1.986l1.058.236A8 8 0 1 0 9.93 19.728\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=refresh_1_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M9.93 19.728a8.004 8.004 0 0 0 9.146-3.99 1 1 0 1 1 1.77.932c-2.13 4.04-6.836 6.221-11.434 4.99-5.335-1.43-8.5-6.913-7.071-12.248 1.43-5.335 6.913-8.5 12.247-7.071a10.003 10.003 0 0 1 7.414 9.58c.007.903-.995 1.402-1.713.92l-2.673-1.802c-1.008-.68-.332-2.251.854-1.986l1.058.236A8 8 0 1 0 9.93 19.728\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/refresh.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=refresh_2_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M2 12.08c-.006-.862.91-1.356 1.618-.975l.095.058 2.678 1.804c.972.655.377 2.143-.734 2.007l-.117-.02-1.063-.234a8.002 8.002 0 0 0 14.804.605 1 1 0 0 1 1.82.828c-1.987 4.37-6.896 6.793-11.687 5.509A10.003 10.003 0 0 1 2 12.08m.903-4.228C4.89 3.482 9.799 1.06 14.59 2.343a10.002 10.002 0 0 1 7.414 9.581c.007.863-.91 1.358-1.617.976l-.096-.058-2.678-1.804c-.972-.655-.377-2.143.734-2.007l.117.02 1.063.234A8.002 8.002 0 0 0 4.723 8.68a1 1 0 1 1-1.82-.828\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=refresh_2_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M2 12.08c-.006-.862.91-1.356 1.618-.975l.095.058 2.678 1.804c.972.655.377 2.143-.734 2.007l-.117-.02-1.063-.234a8.002 8.002 0 0 0 14.804.605 1 1 0 0 1 1.82.828c-1.987 4.37-6.896 6.793-11.687 5.509A10.003 10.003 0 0 1 2 12.08m.903-4.228C4.89 3.482 9.799 1.06 14.59 2.343a10.002 10.002 0 0 1 7.414 9.581c.007.863-.91 1.358-1.617.976l-.096-.058-2.678-1.804c-.972-.655-.377-2.143.734-2.007l.117.02 1.063.234A8.002 8.002 0 0 0 4.723 8.68a1 1 0 1 1-1.82-.828\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/right.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=right_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95-4.95-4.95a1 1 0 0 1 1.414-1.414l5.657 5.657Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=right_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95-4.95-4.95a1 1 0 0 1 1.414-1.414l5.657 5.657Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/up.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=up_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M11.293 8.293a1 1 0 0 1 1.414 0l5.657 5.657a1 1 0 0 1-1.414 1.414L12 10.414l-4.95 4.95a1 1 0 0 1-1.414-1.414l5.657-5.657Z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=up_line fill=none fill-rule=evenodd><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01-.184-.092Z\"></path><path fill=currentColor d=\"M11.293 8.293a1 1 0 0 1 1.414 0l5.657 5.657a1 1 0 0 1-1.414 1.414L12 10.414l-4.95 4.95a1 1 0 0 1-1.414-1.414l5.657-5.657Z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/upload.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=upload_2_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M20 15a1 1 0 0 1 1 1v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a1 1 0 1 1 2 0v4h14v-4a1 1 0 0 1 1-1M12.884 3.474 16.95 7.54a1 1 0 1 1-1.414 1.414L13 6.42V16a1 1 0 1 1-2 0V6.419L8.464 8.954A1 1 0 0 1 7.05 7.54l4.066-4.066a1.25 1.25 0 0 1 1.768 0\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=upload_2_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M20 15a1 1 0 0 1 1 1v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a1 1 0 1 1 2 0v4h14v-4a1 1 0 0 1 1-1M12.884 3.474 16.95 7.54a1 1 0 1 1-1.414 1.414L13 6.42V16a1 1 0 1 1-2 0V6.419L8.464 8.954A1 1 0 0 1 7.05 7.54l4.066-4.066a1.25 1.25 0 0 1 1.768 0\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/warning-circle-fill.vue
4
- var n = { __vapor: !0 }, r = t("<svg t=1772457984829 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=3276 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m-32 256c0-17.6 14.4-32 32-32s32 14.4 32 32v224c0 17.6-14.4 32-32 32s-32-14.4-32-32V320z m32 416c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"fill=currentColor p-id=3277>", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg t=1772457984829 class=icon viewBox=\"0 0 1024 1024\"version=1.1 xmlns=http://www.w3.org/2000/svg p-id=3276 xmlns:xlink=http://www.w3.org/1999/xlink width=1em height=1em><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m-32 256c0-17.6 14.4-32 32-32s32 14.4 32 32v224c0 17.6-14.4 32-32 32s-32-14.4-32-32V320z m32 416c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"fill=currentColor p-id=3277>", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/zoom-in.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=zoom_in_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M10.5 2a8.5 8.5 0 0 1 6.873 13.502l-.197.26 3.652 3.652a1 1 0 0 1-1.32 1.498l-.094-.084-3.652-3.652A8.5 8.5 0 1 1 10.5 2m0 2a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m0 2a1 1 0 0 1 .993.883L11.5 7v2.5H14a1 1 0 0 1 .117 1.993L14 11.5h-2.5V14a1 1 0 0 1-1.993.117L9.5 14v-2.5H7a1 1 0 0 1-.117-1.993L7 9.5h2.5V7a1 1 0 0 1 1-1\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=zoom_in_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M10.5 2a8.5 8.5 0 0 1 6.873 13.502l-.197.26 3.652 3.652a1 1 0 0 1-1.32 1.498l-.094-.084-3.652-3.652A8.5 8.5 0 1 1 10.5 2m0 2a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m0 2a1 1 0 0 1 .993.883L11.5 7v2.5H14a1 1 0 0 1 .117 1.993L14 11.5h-2.5V14a1 1 0 0 1-1.993.117L9.5 14v-2.5H7a1 1 0 0 1-.117-1.993L7 9.5h2.5V7a1 1 0 0 1 1-1\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -1,11 +1,11 @@
1
1
  import e from "../../_virtual/_plugin-vue_export-helper.mjs";
2
2
  import { template as t } from "vue";
3
3
  //#region ../icons/src/zoom-out.vue
4
- var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=zoom_out_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M10.5 2a8.5 8.5 0 0 1 6.676 13.762l3.652 3.652a1 1 0 0 1-1.414 1.414l-3.652-3.652A8.5 8.5 0 1 1 10.5 2m0 2a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13M14 9.5a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2z\">", !0, !0, 1);
4
+ var n = { __vapor: !0 }, r = t("<svg xmlns=http://www.w3.org/2000/svg width=1em height=1em viewBox=\"0 0 24 24\"><g id=zoom_out_line fill=none><path d=\"M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z\"></path><path fill=currentColor d=\"M10.5 2a8.5 8.5 0 0 1 6.676 13.762l3.652 3.652a1 1 0 0 1-1.414 1.414l-3.652-3.652A8.5 8.5 0 1 1 10.5 2m0 2a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13M14 9.5a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2z\">", 3, 1);
5
5
  function i(e, t, n, i, a) {
6
6
  return r();
7
7
  }
8
8
  n.__multiRoot = !1;
9
- var a = /* @__PURE__ */ e(n, [["render", i]]);
9
+ var a = /*#__PURE__*/ e(n, [["render", i]]);
10
10
  //#endregion
11
11
  export { a as default };
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "savor-ui",
5
- "version": "0.3.0",
5
+ "version": "0.3.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",