savor-ui 0.3.0 → 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 (157) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/es/components/index.d.ts +0 -1
  3. package/dist/es/components/index.mjs +0 -2
  4. package/dist/es/components/src/_comp/HeightTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +17 -18
  5. package/dist/es/components/src/_comp/OpacityTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +13 -14
  6. package/dist/es/components/src/_comp/ScaleTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +14 -15
  7. package/dist/es/components/src/_comp/SideTransition.vue_vue_type_script_setup_true_vapor_true_lang.mjs +22 -23
  8. package/dist/es/components/src/anchor/anchor-link.vue_vue_type_script_setup_true_vapor_true_lang.mjs +20 -21
  9. package/dist/es/components/src/anchor/anchor.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  10. package/dist/es/components/src/auto-complete/auto-complete.vue_vue_type_script_setup_true_vapor_true_lang.mjs +49 -50
  11. package/dist/es/components/src/avatar/avatar.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  12. package/dist/es/components/src/back-top/back-top.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -25
  13. package/dist/es/components/src/badge/badge.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  14. package/dist/es/components/src/button/button-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  15. package/dist/es/components/src/button/button.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  16. package/dist/es/components/src/card/card.vue_vue_type_script_setup_true_vapor_true_lang.mjs +14 -15
  17. package/dist/es/components/src/carousel/carousel.vue_vue_type_script_setup_true_vapor_true_lang.mjs +10 -11
  18. package/dist/es/components/src/cascader/cascader-column.vue_vue_type_script_setup_true_vapor_true_lang.mjs +52 -52
  19. package/dist/es/components/src/cascader/cascader.vue_vue_type_script_setup_true_vapor_true_lang.mjs +80 -81
  20. package/dist/es/components/src/checkbox/checkbox-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  21. package/dist/es/components/src/checkbox/checkbox.vue_vue_type_script_setup_true_vapor_true_lang.mjs +27 -28
  22. package/dist/es/components/src/collapse/collapse-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +15 -16
  23. package/dist/es/components/src/collapse/collapse.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  24. package/dist/es/components/src/color-picker/color-picker.vue_vue_type_script_setup_true_vapor_true_lang.mjs +83 -84
  25. package/dist/es/components/src/config-provider/config-provider.d.ts +17 -9
  26. package/dist/es/components/src/config-provider/config-provider.vue.mjs +1 -1
  27. package/dist/es/components/src/{config-provider-vapor/config-provider-vapor.vue_vue_type_script_setup_true_vapor_true_lang.mjs → config-provider/config-provider.vue_vue_type_script_setup_true_vapor_true_lang.mjs} +6 -7
  28. package/dist/es/components/src/config-provider/index.d.ts +19 -16
  29. package/dist/es/components/src/date-picker/date-picker.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -25
  30. package/dist/es/components/src/date-picker/day-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +17 -18
  31. package/dist/es/components/src/date-picker/month-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +50 -51
  32. package/dist/es/components/src/date-picker/panel-day-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +5 -6
  33. package/dist/es/components/src/date-picker/panel-day.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  34. package/dist/es/components/src/date-picker/panel-month-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +5 -6
  35. package/dist/es/components/src/date-picker/panel-month.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  36. package/dist/es/components/src/date-picker/panel-week-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +7 -8
  37. package/dist/es/components/src/date-picker/panel-week.vue_vue_type_script_setup_true_vapor_true_lang.mjs +5 -6
  38. package/dist/es/components/src/date-picker/panel-year-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  39. package/dist/es/components/src/date-picker/panel-year.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  40. package/dist/es/components/src/date-picker/week-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +16 -17
  41. package/dist/es/components/src/date-picker/year-view.vue_vue_type_script_setup_true_vapor_true_lang.mjs +45 -46
  42. package/dist/es/components/src/datetime-picker/datetime-picker.vue_vue_type_script_setup_true_vapor_true_lang.mjs +39 -40
  43. package/dist/es/components/src/datetime-picker/panel-datetime-range.vue_vue_type_script_setup_true_vapor_true_lang.mjs +7 -8
  44. package/dist/es/components/src/datetime-picker/panel-datetime-time.vue_vue_type_script_setup_true_vapor_true_lang.mjs +8 -9
  45. package/dist/es/components/src/datetime-picker/panel-datetime.vue_vue_type_script_setup_true_vapor_true_lang.mjs +10 -11
  46. package/dist/es/components/src/datetime-picker/panel-time.vue_vue_type_script_setup_true_vapor_true_lang.mjs +11 -12
  47. package/dist/es/components/src/descriptions/descriptions-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  48. package/dist/es/components/src/descriptions/descriptions.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  49. package/dist/es/components/src/divider/divider.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  50. package/dist/es/components/src/drawer/drawer.vue_vue_type_script_setup_true_vapor_true_lang.mjs +79 -80
  51. package/dist/es/components/src/dropdown/doption.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  52. package/dist/es/components/src/dropdown/dropdown.vue_vue_type_script_setup_true_vapor_true_lang.mjs +18 -19
  53. package/dist/es/components/src/dropdown/dsubmenu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +20 -21
  54. package/dist/es/components/src/empty/empty.vue_vue_type_script_setup_true_vapor_true_lang.mjs +1 -2
  55. package/dist/es/components/src/form/form-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +61 -62
  56. package/dist/es/components/src/form/form.vue_vue_type_script_setup_true_vapor_true_lang.mjs +10 -11
  57. package/dist/es/components/src/galleria/galleria.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  58. package/dist/es/components/src/grid/grid-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  59. package/dist/es/components/src/grid/grid.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  60. package/dist/es/components/src/icon/icon.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  61. package/dist/es/components/src/image/image-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +40 -41
  62. package/dist/es/components/src/image/image-preview.vue_vue_type_script_setup_true_vapor_true_lang.mjs +33 -34
  63. package/dist/es/components/src/image/image.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -2
  64. package/dist/es/components/src/input/input.vue_vue_type_script_setup_true_vapor_true_lang.mjs +50 -51
  65. package/dist/es/components/src/input-number/input-number.vue_vue_type_script_setup_true_vapor_true_lang.mjs +56 -57
  66. package/dist/es/components/src/input-tag/input-tag.vue_vue_type_script_setup_true_vapor_true_lang.mjs +53 -54
  67. package/dist/es/components/src/layer/layer.vue_vue_type_script_setup_true_vapor_true_lang.mjs +70 -75
  68. package/dist/es/components/src/layout/aside.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  69. package/dist/es/components/src/layout/content.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  70. package/dist/es/components/src/layout/footer.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  71. package/dist/es/components/src/layout/header.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  72. package/dist/es/components/src/layout/layout.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  73. package/dist/es/components/src/link/link.vue_vue_type_script_setup_true_vapor_true_lang.mjs +1 -2
  74. package/dist/es/components/src/list/list.vue_vue_type_script_setup_true_vapor_true_lang.mjs +19 -20
  75. package/dist/es/components/src/menu/menu-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +16 -17
  76. package/dist/es/components/src/menu/menu-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +41 -42
  77. package/dist/es/components/src/menu/menu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +41 -42
  78. package/dist/es/components/src/menu/sub-menu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +66 -67
  79. package/dist/es/components/src/message/message-container.vue_vue_type_script_setup_true_vapor_true_lang.mjs +36 -37
  80. package/dist/es/components/src/message/message.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  81. package/dist/es/components/src/meter-group/meter-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  82. package/dist/es/components/src/modal/modal.vue_vue_type_script_setup_true_vapor_true_lang.mjs +113 -114
  83. package/dist/es/components/src/pagination/pagination.vue_vue_type_script_setup_true_vapor_true_lang.mjs +12 -13
  84. package/dist/es/components/src/panel/panel.vue_vue_type_script_setup_true_vapor_true_lang.mjs +20 -21
  85. package/dist/es/components/src/popover/popover.vue_vue_type_script_setup_true_vapor_true_lang.mjs +72 -72
  86. package/dist/es/components/src/progress/progress.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  87. package/dist/es/components/src/radio/radio-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  88. package/dist/es/components/src/radio/radio.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -25
  89. package/dist/es/components/src/scrollbar/scrollbar.vue_vue_type_script_setup_true_vapor_true_lang.mjs +76 -77
  90. package/dist/es/components/src/segmented/segmented.vue_vue_type_script_setup_true_vapor_true_lang.mjs +34 -35
  91. package/dist/es/components/src/select/select.vue_vue_type_script_setup_true_vapor_true_lang.mjs +142 -143
  92. package/dist/es/components/src/skeleton/skeleton.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  93. package/dist/es/components/src/space/space.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  94. package/dist/es/components/src/statistic/statistic.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  95. package/dist/es/components/src/switch/switch.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  96. package/dist/es/components/src/table/table.vue_vue_type_script_setup_true_vapor_true_lang.mjs +192 -193
  97. package/dist/es/components/src/tabs/index.d.ts +8 -0
  98. package/dist/es/components/src/tabs/tab-pane.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -16
  99. package/dist/es/components/src/tabs/tab.d.ts +4 -0
  100. package/dist/es/components/src/tabs/tab.vue_vue_type_script_setup_true_vapor_true_lang.mjs +24 -16
  101. package/dist/es/components/src/tabs/tabs.vue_vue_type_script_setup_true_vapor_true_lang.mjs +117 -113
  102. package/dist/es/components/src/tag/tag.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -5
  103. package/dist/es/components/src/text/text.vue_vue_type_script_setup_true_vapor_true_lang.mjs +54 -55
  104. package/dist/es/components/src/textarea/textarea.vue_vue_type_script_setup_true_vapor_true_lang.mjs +30 -31
  105. package/dist/es/components/src/timeline/timeline-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +6 -7
  106. package/dist/es/components/src/timeline/timeline.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -3
  107. package/dist/es/components/src/tooltip/tooltip.vue_vue_type_script_setup_true_vapor_true_lang.mjs +22 -23
  108. package/dist/es/components/src/tree/node.vue_vue_type_script_setup_true_vapor_true_lang.mjs +19 -20
  109. package/dist/es/components/src/tree/tree.vue_vue_type_script_setup_true_vapor_true_lang.mjs +46 -47
  110. package/dist/es/components/src/upload/upload-drag.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -4
  111. package/dist/es/components/src/upload/upload.vue_vue_type_script_setup_true_vapor_true_lang.mjs +89 -90
  112. package/dist/es/components/src/waterfall/waterfall.vue_vue_type_script_setup_true_vapor_true_lang.mjs +32 -33
  113. package/dist/es/components/src/watermark/watermark.vue_vue_type_script_setup_true_vapor_true_lang.mjs +8 -9
  114. package/dist/es/components/src/wheel/wheel.vue_vue_type_script_setup_true_vapor_true_lang.mjs +7 -8
  115. package/dist/es/core/components.mjs +51 -53
  116. package/dist/es/core/index.mjs +51 -53
  117. package/dist/es/icons/src/arrows-left.vue.mjs +2 -2
  118. package/dist/es/icons/src/arrows-right.vue.mjs +2 -2
  119. package/dist/es/icons/src/asterisk.vue.mjs +2 -2
  120. package/dist/es/icons/src/calendar.vue.mjs +2 -2
  121. package/dist/es/icons/src/check-circle-fill.vue.mjs +2 -2
  122. package/dist/es/icons/src/close-circle-fill.vue.mjs +2 -2
  123. package/dist/es/icons/src/close.vue.mjs +2 -2
  124. package/dist/es/icons/src/copy.vue.mjs +2 -2
  125. package/dist/es/icons/src/delete.vue.mjs +2 -2
  126. package/dist/es/icons/src/down.vue.mjs +2 -2
  127. package/dist/es/icons/src/edit.vue.mjs +2 -2
  128. package/dist/es/icons/src/eye-close.vue.mjs +2 -2
  129. package/dist/es/icons/src/eye.vue.mjs +2 -2
  130. package/dist/es/icons/src/fullscreen-exit.vue.mjs +2 -2
  131. package/dist/es/icons/src/fullscreen.vue.mjs +2 -2
  132. package/dist/es/icons/src/info-circle-fill.vue.mjs +2 -2
  133. package/dist/es/icons/src/left.vue.mjs +2 -2
  134. package/dist/es/icons/src/loading.vue.mjs +2 -2
  135. package/dist/es/icons/src/minus.vue.mjs +2 -2
  136. package/dist/es/icons/src/plus.vue.mjs +2 -2
  137. package/dist/es/icons/src/question.vue.mjs +2 -2
  138. package/dist/es/icons/src/refresh-left.vue.mjs +2 -2
  139. package/dist/es/icons/src/refresh-right.vue.mjs +2 -2
  140. package/dist/es/icons/src/refresh.vue.mjs +2 -2
  141. package/dist/es/icons/src/right.vue.mjs +2 -2
  142. package/dist/es/icons/src/up.vue.mjs +2 -2
  143. package/dist/es/icons/src/upload.vue.mjs +2 -2
  144. package/dist/es/icons/src/warning-circle-fill.vue.mjs +2 -2
  145. package/dist/es/icons/src/zoom-in.vue.mjs +2 -2
  146. package/dist/es/icons/src/zoom-out.vue.mjs +2 -2
  147. package/dist/json/vetur-attributes.json +0 -7
  148. package/dist/json/vetur-tags.json +0 -6
  149. package/dist/json/web-types.json +1 -29
  150. package/package.json +63 -63
  151. package/dist/es/components/src/config-provider/config-provider.vue_vue_type_script_setup_true_lang.mjs +0 -24
  152. package/dist/es/components/src/config-provider-vapor/config-provider-vapor.d.ts +0 -20
  153. package/dist/es/components/src/config-provider-vapor/config-provider-vapor.vue.mjs +0 -5
  154. package/dist/es/components/src/config-provider-vapor/index.d.ts +0 -21
  155. package/dist/es/components/src/config-provider-vapor/index.mjs +0 -8
  156. package/dist/es/components/src/config-provider-vapor/types.d.ts +0 -17
  157. package/dist/es/components/src/config-provider-vapor/types.mjs +0 -4
@@ -20,46 +20,45 @@ import { SIcon as C } from "../components/src/icon/index.mjs";
20
20
  import { STag as w } from "../components/src/tag/index.mjs";
21
21
  import { SSelect as T } from "../components/src/select/index.mjs";
22
22
  import { SColorPicker as E } from "../components/src/color-picker/index.mjs";
23
- import { SConfigProviderVapor as D } from "../components/src/config-provider-vapor/index.mjs";
24
- import { SDatePicker as O } from "../components/src/date-picker/index.mjs";
25
- import { SDatetimePicker as k } from "../components/src/datetime-picker/index.mjs";
26
- import { SDescriptions as A, SDescriptionsItem as j } from "../components/src/descriptions/index.mjs";
27
- import { SDivider as M } from "../components/src/divider/index.mjs";
28
- import { SDrawer as N } from "../components/src/drawer/index.mjs";
29
- import { SDoption as P, SDropdown as F, SDsubmenu as I } from "../components/src/dropdown/index.mjs";
30
- import { SGalleria as L } from "../components/src/galleria/index.mjs";
31
- import { SGrid as R, SGridItem as z } from "../components/src/grid/index.mjs";
32
- import { SImage as B, SImageGroup as V, SImagePreview as H } from "../components/src/image/index.mjs";
33
- import { SInputNumber as U } from "../components/src/input-number/index.mjs";
34
- import { SInputTag as W } from "../components/src/input-tag/index.mjs";
35
- import { SLayout as G, SLayoutAside as K, SLayoutContent as q, SLayoutFooter as J, SLayoutHeader as Y } from "../components/src/layout/index.mjs";
36
- import { SLink as X } from "../components/src/link/index.mjs";
37
- import { SList as Z } from "../components/src/list/index.mjs";
38
- import { SMenu as Q, SMenuGroup as $, SMenuItem as ee, SSubMenu as te } from "../components/src/menu/index.mjs";
39
- import { SMeterGroup as ne } from "../components/src/meter-group/index.mjs";
40
- import { SModal as re } from "../components/src/modal/index.mjs";
41
- import { SPagination as ie } from "../components/src/pagination/index.mjs";
42
- import { SPanel as ae } from "../components/src/panel/index.mjs";
43
- import { SProgress as oe } from "../components/src/progress/index.mjs";
44
- import { SRadio as se, SRadioGroup as ce } from "../components/src/radio/index.mjs";
45
- import { SSegmented as le } from "../components/src/segmented/index.mjs";
46
- import { SSkeleton as ue } from "../components/src/skeleton/index.mjs";
47
- import { SSpace as de } from "../components/src/space/index.mjs";
48
- import { SStatistic as fe } from "../components/src/statistic/index.mjs";
49
- import { SSwitch as pe } from "../components/src/switch/index.mjs";
50
- import { STable as me } from "../components/src/table/index.mjs";
51
- import { STab as he, STabPane as ge, STabs as _e } from "../components/src/tabs/index.mjs";
52
- import { SText as ve } from "../components/src/text/index.mjs";
53
- import { STextarea as ye } from "../components/src/textarea/index.mjs";
54
- import { STimeline as be, STimelineItem as xe } from "../components/src/timeline/index.mjs";
55
- import { STree as Se } from "../components/src/tree/index.mjs";
56
- import { SUpload as Ce } from "../components/src/upload/index.mjs";
57
- import { SWaterfall as we } from "../components/src/waterfall/index.mjs";
58
- import { SWatermark as Te } from "../components/src/watermark/index.mjs";
59
- import { SWheel as Ee } from "../components/src/wheel/index.mjs";
23
+ import { SDatePicker as D } from "../components/src/date-picker/index.mjs";
24
+ import { SDatetimePicker as O } from "../components/src/datetime-picker/index.mjs";
25
+ import { SDescriptions as k, SDescriptionsItem as A } from "../components/src/descriptions/index.mjs";
26
+ import { SDivider as j } from "../components/src/divider/index.mjs";
27
+ import { SDrawer as M } from "../components/src/drawer/index.mjs";
28
+ import { SDoption as N, SDropdown as P, SDsubmenu as F } from "../components/src/dropdown/index.mjs";
29
+ import { SGalleria as I } from "../components/src/galleria/index.mjs";
30
+ import { SGrid as L, SGridItem as R } from "../components/src/grid/index.mjs";
31
+ import { SImage as z, SImageGroup as B, SImagePreview as V } from "../components/src/image/index.mjs";
32
+ import { SInputNumber as H } from "../components/src/input-number/index.mjs";
33
+ import { SInputTag as U } from "../components/src/input-tag/index.mjs";
34
+ import { SLayout as W, SLayoutAside as G, SLayoutContent as K, SLayoutFooter as q, SLayoutHeader as J } from "../components/src/layout/index.mjs";
35
+ import { SLink as Y } from "../components/src/link/index.mjs";
36
+ import { SList as X } from "../components/src/list/index.mjs";
37
+ import { SMenu as Z, SMenuGroup as Q, SMenuItem as $, SSubMenu as ee } from "../components/src/menu/index.mjs";
38
+ import { SMeterGroup as te } from "../components/src/meter-group/index.mjs";
39
+ import { SModal as ne } from "../components/src/modal/index.mjs";
40
+ import { SPagination as re } from "../components/src/pagination/index.mjs";
41
+ import { SPanel as ie } from "../components/src/panel/index.mjs";
42
+ import { SProgress as ae } from "../components/src/progress/index.mjs";
43
+ import { SRadio as oe, SRadioGroup as se } from "../components/src/radio/index.mjs";
44
+ import { SSegmented as ce } from "../components/src/segmented/index.mjs";
45
+ import { SSkeleton as le } from "../components/src/skeleton/index.mjs";
46
+ import { SSpace as ue } from "../components/src/space/index.mjs";
47
+ import { SStatistic as de } from "../components/src/statistic/index.mjs";
48
+ import { SSwitch as fe } from "../components/src/switch/index.mjs";
49
+ import { STable as pe } from "../components/src/table/index.mjs";
50
+ import { STab as me, STabPane as he, STabs as ge } from "../components/src/tabs/index.mjs";
51
+ import { SText as _e } from "../components/src/text/index.mjs";
52
+ import { STextarea as ve } from "../components/src/textarea/index.mjs";
53
+ import { STimeline as ye, STimelineItem as be } from "../components/src/timeline/index.mjs";
54
+ import { STree as xe } from "../components/src/tree/index.mjs";
55
+ import { SUpload as Se } from "../components/src/upload/index.mjs";
56
+ import { SWaterfall as Ce } from "../components/src/waterfall/index.mjs";
57
+ import { SWatermark as we } from "../components/src/watermark/index.mjs";
58
+ import { SWheel as Te } from "../components/src/wheel/index.mjs";
60
59
  import "../components/index.mjs";
61
60
  //#region components.ts
62
- var De = [
61
+ var Ee = [
63
62
  e,
64
63
  u,
65
64
  t,
@@ -82,22 +81,22 @@ var De = [
82
81
  k,
83
82
  A,
84
83
  j,
84
+ N,
85
85
  M,
86
86
  P,
87
- N,
88
87
  F,
89
- I,
90
88
  S,
91
89
  a,
92
90
  o,
91
+ I,
93
92
  L,
94
93
  R,
95
- z,
96
94
  C,
95
+ z,
97
96
  B,
98
97
  V,
99
- H,
100
98
  s,
99
+ H,
101
100
  U,
102
101
  W,
103
102
  G,
@@ -109,38 +108,37 @@ var De = [
109
108
  Z,
110
109
  Q,
111
110
  $,
112
- ee,
111
+ te,
113
112
  ne,
114
113
  re,
115
114
  ie,
116
- ae,
117
115
  r,
116
+ ae,
118
117
  oe,
119
118
  se,
120
- ce,
121
119
  l,
122
- le,
120
+ ce,
123
121
  T,
122
+ le,
124
123
  ue,
125
124
  de,
125
+ ee,
126
126
  fe,
127
- te,
127
+ me,
128
128
  pe,
129
129
  he,
130
- me,
131
130
  ge,
132
- _e,
133
131
  w,
132
+ _e,
134
133
  ve,
135
134
  ye,
136
135
  be,
137
- xe,
138
136
  i,
137
+ xe,
139
138
  Se,
140
139
  Ce,
141
140
  we,
142
- Te,
143
- Ee
141
+ Te
144
142
  ];
145
143
  //#endregion
146
- export { De as default };
144
+ export { Ee as default };
@@ -28,59 +28,57 @@ import { SIcon as M } from "../components/src/icon/index.mjs";
28
28
  import { STag as N } from "../components/src/tag/index.mjs";
29
29
  import { SSelect as P } from "../components/src/select/index.mjs";
30
30
  import { SColorPicker as F } from "../components/src/color-picker/index.mjs";
31
- import { configProviderVaporContextKey as I } from "../components/src/config-provider-vapor/types.mjs";
32
- import { SConfigProviderVapor as L } from "../components/src/config-provider-vapor/index.mjs";
33
- import { SDatePicker as R } from "../components/src/date-picker/index.mjs";
34
- import { SDatetimePicker as z } from "../components/src/datetime-picker/index.mjs";
35
- import { descriptionsContextKey as B } from "../components/src/descriptions/types.mjs";
36
- import { SDescriptions as V, SDescriptionsItem as H } from "../components/src/descriptions/index.mjs";
37
- import { SDivider as U } from "../components/src/divider/index.mjs";
38
- import { SDrawer as W } from "../components/src/drawer/index.mjs";
39
- import { dropdownContextKey as G } from "../components/src/dropdown/types.mjs";
40
- import { SDoption as K, SDropdown as q, SDsubmenu as J } from "../components/src/dropdown/index.mjs";
41
- import { SGalleria as Y } from "../components/src/galleria/index.mjs";
42
- import { gridContextKey as X } from "../components/src/grid/types.mjs";
43
- import { SGrid as Z, SGridItem as Q } from "../components/src/grid/index.mjs";
44
- import { imageGroupContextKey as $ } from "../components/src/image/types.mjs";
45
- import { SImage as ee, SImageGroup as te, SImagePreview as ne } from "../components/src/image/index.mjs";
46
- import { SInputNumber as re } from "../components/src/input-number/index.mjs";
47
- import { SInputTag as ie } from "../components/src/input-tag/index.mjs";
48
- import ae from "../components/src/layer/method.mjs";
49
- import { SLayout as oe, SLayoutAside as se, SLayoutContent as ce, SLayoutFooter as le, SLayoutHeader as ue } from "../components/src/layout/index.mjs";
50
- import { SLink as de } from "../components/src/link/index.mjs";
51
- import { SList as fe } from "../components/src/list/index.mjs";
52
- import { menuContextKey as pe, menuLevelContextKey as me, subMenuContextKey as he } from "../components/src/menu/types.mjs";
53
- import { SMenu as ge, SMenuGroup as _e, SMenuItem as ve, SSubMenu as ye } from "../components/src/menu/index.mjs";
54
- import { useMessage as be } from "../components/src/message/method.mjs";
55
- import { SMeterGroup as xe } from "../components/src/meter-group/index.mjs";
56
- import { useModal as Se } from "../components/src/modal/method.mjs";
57
- import { SModal as Ce } from "../components/src/modal/index.mjs";
58
- import { SPagination as we } from "../components/src/pagination/index.mjs";
59
- import { SPanel as Te } from "../components/src/panel/index.mjs";
60
- import { SProgress as Ee } from "../components/src/progress/index.mjs";
61
- import { radioGroupContextKey as De } from "../components/src/radio/types.mjs";
62
- import { SRadio as Oe, SRadioGroup as ke } from "../components/src/radio/index.mjs";
63
- import { SSegmented as Ae } from "../components/src/segmented/index.mjs";
64
- import { SSkeleton as je } from "../components/src/skeleton/index.mjs";
65
- import { SSpace as Me } from "../components/src/space/index.mjs";
66
- import { SStatistic as Ne } from "../components/src/statistic/index.mjs";
67
- import { SSwitch as Pe } from "../components/src/switch/index.mjs";
68
- import { STable as Fe } from "../components/src/table/index.mjs";
69
- import { tabsContextKey as Ie } from "../components/src/tabs/types.mjs";
70
- import { STab as Le, STabPane as Re, STabs as ze } from "../components/src/tabs/index.mjs";
71
- import { SText as Be } from "../components/src/text/index.mjs";
72
- import { STextarea as Ve } from "../components/src/textarea/index.mjs";
73
- import { timelineContextKey as He } from "../components/src/timeline/types.mjs";
74
- import { STimeline as Ue, STimelineItem as We } from "../components/src/timeline/index.mjs";
75
- import { treeContextKey as Ge } from "../components/src/tree/types.mjs";
76
- import { STree as Ke } from "../components/src/tree/index.mjs";
77
- import { SUpload as qe } from "../components/src/upload/index.mjs";
78
- import { SWaterfall as Je } from "../components/src/waterfall/index.mjs";
79
- import { SWatermark as Ye } from "../components/src/watermark/index.mjs";
80
- import { SWheel as Xe } from "../components/src/wheel/index.mjs";
31
+ import { SDatePicker as I } from "../components/src/date-picker/index.mjs";
32
+ import { SDatetimePicker as L } from "../components/src/datetime-picker/index.mjs";
33
+ import { descriptionsContextKey as R } from "../components/src/descriptions/types.mjs";
34
+ import { SDescriptions as z, SDescriptionsItem as B } from "../components/src/descriptions/index.mjs";
35
+ import { SDivider as V } from "../components/src/divider/index.mjs";
36
+ import { SDrawer as H } from "../components/src/drawer/index.mjs";
37
+ import { dropdownContextKey as U } from "../components/src/dropdown/types.mjs";
38
+ import { SDoption as W, SDropdown as G, SDsubmenu as K } from "../components/src/dropdown/index.mjs";
39
+ import { SGalleria as q } from "../components/src/galleria/index.mjs";
40
+ import { gridContextKey as J } from "../components/src/grid/types.mjs";
41
+ import { SGrid as Y, SGridItem as X } from "../components/src/grid/index.mjs";
42
+ import { imageGroupContextKey as Z } from "../components/src/image/types.mjs";
43
+ import { SImage as Q, SImageGroup as $, SImagePreview as ee } from "../components/src/image/index.mjs";
44
+ import { SInputNumber as te } from "../components/src/input-number/index.mjs";
45
+ import { SInputTag as ne } from "../components/src/input-tag/index.mjs";
46
+ import re from "../components/src/layer/method.mjs";
47
+ import { SLayout as ie, SLayoutAside as ae, SLayoutContent as oe, SLayoutFooter as se, SLayoutHeader as ce } from "../components/src/layout/index.mjs";
48
+ import { SLink as le } from "../components/src/link/index.mjs";
49
+ import { SList as ue } from "../components/src/list/index.mjs";
50
+ import { menuContextKey as de, menuLevelContextKey as fe, subMenuContextKey as pe } from "../components/src/menu/types.mjs";
51
+ import { SMenu as me, SMenuGroup as he, SMenuItem as ge, SSubMenu as _e } from "../components/src/menu/index.mjs";
52
+ import { useMessage as ve } from "../components/src/message/method.mjs";
53
+ import { SMeterGroup as ye } from "../components/src/meter-group/index.mjs";
54
+ import { useModal as be } from "../components/src/modal/method.mjs";
55
+ import { SModal as xe } from "../components/src/modal/index.mjs";
56
+ import { SPagination as Se } from "../components/src/pagination/index.mjs";
57
+ import { SPanel as Ce } from "../components/src/panel/index.mjs";
58
+ import { SProgress as we } from "../components/src/progress/index.mjs";
59
+ import { radioGroupContextKey as Te } from "../components/src/radio/types.mjs";
60
+ import { SRadio as Ee, SRadioGroup as De } from "../components/src/radio/index.mjs";
61
+ import { SSegmented as Oe } from "../components/src/segmented/index.mjs";
62
+ import { SSkeleton as ke } from "../components/src/skeleton/index.mjs";
63
+ import { SSpace as Ae } from "../components/src/space/index.mjs";
64
+ import { SStatistic as je } from "../components/src/statistic/index.mjs";
65
+ import { SSwitch as Me } from "../components/src/switch/index.mjs";
66
+ import { STable as Ne } from "../components/src/table/index.mjs";
67
+ import { tabsContextKey as Pe } from "../components/src/tabs/types.mjs";
68
+ import { STab as Fe, STabPane as Ie, STabs as Le } from "../components/src/tabs/index.mjs";
69
+ import { SText as Re } from "../components/src/text/index.mjs";
70
+ import { STextarea as ze } from "../components/src/textarea/index.mjs";
71
+ import { timelineContextKey as Be } from "../components/src/timeline/types.mjs";
72
+ import { STimeline as Ve, STimelineItem as He } from "../components/src/timeline/index.mjs";
73
+ import { treeContextKey as Ue } from "../components/src/tree/types.mjs";
74
+ import { STree as We } from "../components/src/tree/index.mjs";
75
+ import { SUpload as Ge } from "../components/src/upload/index.mjs";
76
+ import { SWaterfall as Ke } from "../components/src/waterfall/index.mjs";
77
+ import { SWatermark as qe } from "../components/src/watermark/index.mjs";
78
+ import { SWheel as Je } from "../components/src/wheel/index.mjs";
81
79
  import "../components/index.mjs";
82
- import Ze from "./components.mjs";
80
+ import Ye from "./components.mjs";
83
81
  //#region index.ts
84
- var Qe = e(Ze);
82
+ var Xe = e(Ye);
85
83
  //#endregion
86
- export { n as SAnchor, r as SAnchorLink, _ as SAutoComplete, v as SAvatar, h as SBackTop, y as SBadge, b as SButton, x as SButtonGroup, S as SCard, C as SCarousel, w as SCascader, E as SCheckbox, D as SCheckboxGroup, k as SCollapse, A as SCollapseItem, F as SColorPicker, c as SConfigProvider, L as SConfigProviderVapor, R as SDatePicker, z as SDatetimePicker, V as SDescriptions, H as SDescriptionsItem, U as SDivider, K as SDoption, W as SDrawer, q as SDropdown, J as SDsubmenu, j as SEmpty, d as SForm, f as SFormItem, Y as SGalleria, Z as SGrid, Q as SGridItem, M as SIcon, ee as SImage, te as SImageGroup, ne as SImagePreview, p as SInput, re as SInputNumber, ie as SInputTag, oe as SLayout, se as SLayoutAside, ce as SLayoutContent, le as SLayoutFooter, ue as SLayoutHeader, de as SLink, fe as SList, ge as SMenu, _e as SMenuGroup, ve as SMenuItem, xe as SMeterGroup, Ce as SModal, we as SPagination, Te as SPanel, l as SPopover, Ee as SProgress, Oe as SRadio, ke as SRadioGroup, g as SScrollbar, Ae as SSegmented, P as SSelect, je as SSkeleton, Me as SSpace, Ne as SStatistic, ye as SSubMenu, Pe as SSwitch, Le as STab, Re as STabPane, Fe as STable, ze as STabs, N as STag, Be as SText, Ve as STextarea, Ue as STimeline, We as STimelineItem, u as STooltip, Ke as STree, qe as SUpload, Je as SWaterfall, Ye as SWatermark, Xe as SWheel, t as anchorContextKey, m as buttonGroupContextKey, T as checkboxGroupContextKey, O as collapseContextKey, s as configProviderContextKey, I as configProviderVaporContextKey, Qe as default, B as descriptionsContextKey, G as dropdownContextKey, i as formContextKey, a as formItemContextKey, o as formItemStatusContextKey, X as gridContextKey, $ as imageGroupContextKey, pe as menuContextKey, me as menuLevelContextKey, De as radioGroupContextKey, he as subMenuContextKey, Ie as tabsContextKey, He as timelineContextKey, Ge as treeContextKey, ae as useLayer, be as useMessage, Se as useModal };
84
+ export { n as SAnchor, r as SAnchorLink, _ as SAutoComplete, v as SAvatar, h as SBackTop, y as SBadge, b as SButton, x as SButtonGroup, S as SCard, C as SCarousel, w as SCascader, E as SCheckbox, D as SCheckboxGroup, k as SCollapse, A as SCollapseItem, F as SColorPicker, c as SConfigProvider, I as SDatePicker, L as SDatetimePicker, z as SDescriptions, B as SDescriptionsItem, V as SDivider, W as SDoption, H as SDrawer, G as SDropdown, K as SDsubmenu, j as SEmpty, d as SForm, f as SFormItem, q as SGalleria, Y as SGrid, X as SGridItem, M as SIcon, Q as SImage, $ as SImageGroup, ee as SImagePreview, p as SInput, te as SInputNumber, ne as SInputTag, ie as SLayout, ae as SLayoutAside, oe as SLayoutContent, se as SLayoutFooter, ce as SLayoutHeader, le as SLink, ue as SList, me as SMenu, he as SMenuGroup, ge as SMenuItem, ye as SMeterGroup, xe as SModal, Se as SPagination, Ce as SPanel, l as SPopover, we as SProgress, Ee as SRadio, De as SRadioGroup, g as SScrollbar, Oe as SSegmented, P as SSelect, ke as SSkeleton, Ae as SSpace, je as SStatistic, _e as SSubMenu, Me as SSwitch, Fe as STab, Ie as STabPane, Ne as STable, Le as STabs, N as STag, Re as SText, ze as STextarea, Ve as STimeline, He as STimelineItem, u as STooltip, We as STree, Ge as SUpload, Ke as SWaterfall, qe as SWatermark, Je as SWheel, t as anchorContextKey, m as buttonGroupContextKey, T as checkboxGroupContextKey, O as collapseContextKey, s as configProviderContextKey, Xe as default, R as descriptionsContextKey, U as dropdownContextKey, i as formContextKey, a as formItemContextKey, o as formItemStatusContextKey, J as gridContextKey, Z as imageGroupContextKey, de as menuContextKey, fe as menuLevelContextKey, Te as radioGroupContextKey, pe as subMenuContextKey, Pe as tabsContextKey, Be as timelineContextKey, Ue as treeContextKey, re as useLayer, ve as useMessage, be as useModal };
@@ -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 };