yc-design-vue 1.9.9 → 2.0.0

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 (244) hide show
  1. package/es/Alert/index.vue.js +2 -2
  2. package/es/AutoComplete/index.d.ts +19 -19
  3. package/es/AutoComplete/index.vue.d.ts +34 -34
  4. package/es/AutoComplete/type.d.ts +2 -2
  5. package/es/Avatar/Avatar.vue.js +1 -1
  6. package/es/BackTop/index.vue.js +1 -1
  7. package/es/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  8. package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  9. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  10. package/es/Button/index.css +1 -1
  11. package/es/Calendar/Calendar.vue.js +2 -2
  12. package/es/Carousel/CarouselArrow.vue.js +1 -1
  13. package/es/Cascader/CascaderIcon.vue.js +2 -2
  14. package/es/Cascader/CascaderOption.vue.js +1 -1
  15. package/es/Checkbox/Checkbox.vue.js +2 -2
  16. package/es/Collapse/CollapseItem.vue.js +2 -2
  17. package/es/Drawer/Drawer.vue.js +2 -2
  18. package/es/Dropdown/DropdownButton.vue.js +1 -1
  19. package/es/Dropdown/Dsubmenu.vue.js +1 -1
  20. package/es/Empty/index.vue.js +1 -1
  21. package/es/Image/Image.vue.js +1 -1
  22. package/es/Image/ImagePreview.vue.js +1 -1
  23. package/es/Image/ImagePreviewArrow.vue.js +1 -1
  24. package/es/Image/ImagePreviewToolbar.vue.js +7 -7
  25. package/es/Input/Input.vue.js +2 -2
  26. package/es/Input/InputSuffix.vue.js +2 -2
  27. package/es/InputNumber/InputOperaBtn.vue.js +1 -1
  28. package/es/InputTag/index.vue.js +2 -2
  29. package/es/Layout/LayoutSider.vue.js +1 -1
  30. package/es/Link/index.vue.js +1 -1
  31. package/es/Mention/index.d.ts +27 -27
  32. package/es/Mention/index.vue.d.ts +70 -70
  33. package/es/Mention/type.d.ts +3 -3
  34. package/es/Menu/Menu.vue.js +1 -1
  35. package/es/Menu/MenuEllipsis.vue.js +1 -1
  36. package/es/Menu/SubMenu.vue.js +1 -1
  37. package/es/Message/Message.vue.js +2 -2
  38. package/es/Modal/Modal.vue.js +2 -2
  39. package/es/Notification/Notification.vue.js +2 -2
  40. package/es/PageHeader/index.vue.js +2 -2
  41. package/es/Pagination/PaginationItem.vue.js +1 -1
  42. package/es/Progress/ProgressCircle.vue.js +2 -2
  43. package/es/Radio/Radio.vue.js +2 -2
  44. package/es/Rate/index.vue.js +1 -1
  45. package/es/ResizeBox/index.vue.js +45 -33
  46. package/es/Select/Option.vue.d.ts +1 -1
  47. package/es/Select/Option.vue.js +1 -1
  48. package/es/Select/Select.vue.d.ts +14 -14
  49. package/es/Select/SelectIcon.vue.js +2 -2
  50. package/es/Select/hooks/useContext.d.ts +7 -7
  51. package/es/Select/hooks/useSelectOptions.d.ts +8 -8
  52. package/es/Select/index.d.ts +21 -21
  53. package/es/Select/type.d.ts +9 -8
  54. package/es/Spin/index.vue.js +1 -1
  55. package/es/Split/index.vue.js +1 -1
  56. package/es/Steps/Step.vue.js +1 -1
  57. package/es/Tabs/TabButton.vue.js +2 -2
  58. package/es/Tabs/Tabs.vue.js +1 -1
  59. package/es/Tag/index.vue.js +2 -2
  60. package/es/Textarea/index.vue.js +2 -2
  61. package/es/TimePicker/TimePicker.vue.js +2 -2
  62. package/es/Transfer/Transfer.vue.js +1 -1
  63. package/es/Transfer/TransferPanel.vue.js +4 -4
  64. package/es/Trigger/index.vue.js +1 -1
  65. package/es/Typography/TypographyBase.vue.d.ts +0 -4
  66. package/es/Typography/TypographyBase.vue.js +2 -2
  67. package/es/Typography/type.d.ts +0 -5
  68. package/es/_shared/components/IconButton/{index.vue2.js → index.vue.js} +1 -1
  69. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  70. package/es/_shared/constants/index.d.ts +2 -2
  71. package/es/_shared/constants/index.js +1 -1
  72. package/es/_shared/icons/IconArrowDown.vue.js +1 -1
  73. package/es/_shared/icons/IconArrowRight.vue.js +1 -1
  74. package/es/_shared/icons/IconCheck.vue.js +1 -1
  75. package/es/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  76. package/es/_shared/icons/IconClose.vue.js +1 -1
  77. package/es/_shared/icons/IconCopy.vue.js +1 -1
  78. package/es/_shared/icons/IconDelete.vue.js +23 -1
  79. package/es/_shared/icons/IconDelete.vue2.js +1 -23
  80. package/es/_shared/icons/IconDragDot.vue.js +1 -1
  81. package/es/_shared/icons/IconEdit.vue.js +1 -1
  82. package/es/_shared/icons/IconEmpty.vue.js +1 -1
  83. package/es/_shared/icons/IconError.vue.js +1 -1
  84. package/es/_shared/icons/IconExclamation.vue.js +34 -1
  85. package/es/_shared/icons/IconExclamation.vue2.js +1 -34
  86. package/es/_shared/icons/IconEyeClose.vue2.js +1 -1
  87. package/es/_shared/icons/IconEyeOpen.vue2.js +1 -1
  88. package/es/_shared/icons/IconFaceSmile.vue.js +1 -1
  89. package/es/_shared/icons/IconFullScreen.vue.js +1 -23
  90. package/es/_shared/icons/IconFullScreen.vue2.js +23 -1
  91. package/es/_shared/icons/IconImageClose.vue.js +1 -1
  92. package/es/_shared/icons/IconInfo.vue.js +1 -1
  93. package/es/_shared/icons/IconInfoLine.vue.js +1 -1
  94. package/es/_shared/icons/IconLink.vue.js +1 -1
  95. package/es/_shared/icons/IconLoading.vue.js +1 -1
  96. package/es/_shared/icons/IconMenuFold.vue.js +1 -1
  97. package/es/_shared/icons/IconMenuUnfold.vue.js +1 -1
  98. package/es/_shared/icons/IconMinus.vue2.js +1 -1
  99. package/es/_shared/icons/IconMore.vue.js +1 -1
  100. package/es/_shared/icons/IconOriginSize.vue.js +1 -29
  101. package/es/_shared/icons/IconOriginSize.vue2.js +29 -1
  102. package/es/_shared/icons/IconPlus.vue.js +1 -1
  103. package/es/_shared/icons/IconRight.vue.js +1 -1
  104. package/es/_shared/icons/IconRotateLeft.vue.js +1 -23
  105. package/es/_shared/icons/IconRotateLeft.vue2.js +23 -1
  106. package/es/_shared/icons/IconRotateRight.vue.js +1 -23
  107. package/es/_shared/icons/IconRotateRight.vue2.js +23 -1
  108. package/es/_shared/icons/IconSearch.vue.js +23 -1
  109. package/es/_shared/icons/IconSearch.vue2.js +1 -23
  110. package/es/_shared/icons/IconSeparator.vue2.js +1 -1
  111. package/es/_shared/icons/IconStar.vue.js +1 -1
  112. package/es/_shared/icons/IconSuccess.vue.js +1 -1
  113. package/es/_shared/icons/IconTime.vue.js +1 -1
  114. package/es/_shared/icons/IconToTop.vue.js +1 -1
  115. package/es/_shared/icons/IconWarning.vue.js +1 -1
  116. package/es/_shared/icons/IconZoomIn.vue.js +1 -23
  117. package/es/_shared/icons/IconZoomIn.vue2.js +23 -1
  118. package/es/_shared/icons/IconZoomOut.vue.js +1 -23
  119. package/es/_shared/icons/IconZoomOut.vue2.js +23 -1
  120. package/es/index.d.ts +3 -3
  121. package/es/style.css +1 -1
  122. package/lib/Alert/index.vue.js +1 -1
  123. package/lib/AutoComplete/index.d.ts +19 -19
  124. package/lib/AutoComplete/index.vue.d.ts +34 -34
  125. package/lib/AutoComplete/type.d.ts +2 -2
  126. package/lib/Avatar/Avatar.vue.js +1 -1
  127. package/lib/BackTop/index.vue.js +1 -1
  128. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  129. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  130. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  131. package/lib/Button/index.css +1 -1
  132. package/lib/Calendar/Calendar.vue.js +1 -1
  133. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  134. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  135. package/lib/Cascader/CascaderOption.vue.js +1 -1
  136. package/lib/Checkbox/Checkbox.vue.js +1 -1
  137. package/lib/Collapse/CollapseItem.vue.js +1 -1
  138. package/lib/Drawer/Drawer.vue.js +1 -1
  139. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  140. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  141. package/lib/Empty/index.vue.js +1 -1
  142. package/lib/Image/Image.vue.js +1 -1
  143. package/lib/Image/ImagePreview.vue.js +1 -1
  144. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  145. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  146. package/lib/Input/Input.vue.js +1 -1
  147. package/lib/Input/InputSuffix.vue.js +1 -1
  148. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  149. package/lib/InputTag/index.vue.js +1 -1
  150. package/lib/Layout/LayoutSider.vue.js +1 -1
  151. package/lib/Link/index.vue.js +1 -1
  152. package/lib/Mention/index.d.ts +27 -27
  153. package/lib/Mention/index.vue.d.ts +70 -70
  154. package/lib/Mention/type.d.ts +3 -3
  155. package/lib/Menu/Menu.vue.js +1 -1
  156. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  157. package/lib/Menu/SubMenu.vue.js +1 -1
  158. package/lib/Message/Message.vue.js +1 -1
  159. package/lib/Modal/Modal.vue.js +1 -1
  160. package/lib/Notification/Notification.vue.js +1 -1
  161. package/lib/PageHeader/index.vue.js +1 -1
  162. package/lib/Pagination/PaginationItem.vue.js +1 -1
  163. package/lib/Progress/ProgressCircle.vue.js +1 -1
  164. package/lib/Radio/Radio.vue.js +1 -1
  165. package/lib/Rate/index.vue.js +1 -1
  166. package/lib/ResizeBox/index.vue.js +1 -1
  167. package/lib/Select/Option.vue.d.ts +1 -1
  168. package/lib/Select/Option.vue.js +1 -1
  169. package/lib/Select/Select.vue.d.ts +14 -14
  170. package/lib/Select/SelectIcon.vue.js +1 -1
  171. package/lib/Select/hooks/useContext.d.ts +7 -7
  172. package/lib/Select/hooks/useSelectOptions.d.ts +8 -8
  173. package/lib/Select/index.d.ts +21 -21
  174. package/lib/Select/type.d.ts +9 -8
  175. package/lib/Spin/index.vue.js +1 -1
  176. package/lib/Split/index.vue.js +1 -1
  177. package/lib/Steps/Step.vue.js +1 -1
  178. package/lib/Tabs/TabButton.vue.js +1 -1
  179. package/lib/Tabs/Tabs.vue.js +1 -1
  180. package/lib/Tag/index.vue.js +1 -1
  181. package/lib/Textarea/index.vue.js +1 -1
  182. package/lib/TimePicker/TimePicker.vue.js +1 -1
  183. package/lib/Transfer/Transfer.vue.js +1 -1
  184. package/lib/Transfer/TransferPanel.vue.js +1 -1
  185. package/lib/Trigger/index.vue.js +1 -1
  186. package/lib/Typography/TypographyBase.vue.d.ts +0 -4
  187. package/lib/Typography/TypographyBase.vue.js +1 -1
  188. package/lib/Typography/type.d.ts +0 -5
  189. package/lib/_shared/components/IconButton/index.vue.js +1 -0
  190. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  191. package/lib/_shared/constants/index.d.ts +2 -2
  192. package/lib/_shared/constants/index.js +1 -1
  193. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  194. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  195. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  196. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  197. package/lib/_shared/icons/IconClose.vue.js +1 -1
  198. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  199. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  200. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  201. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  202. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  203. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  204. package/lib/_shared/icons/IconError.vue.js +1 -1
  205. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  206. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  207. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  208. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  209. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  210. package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
  211. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  212. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  213. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  214. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  215. package/lib/_shared/icons/IconLink.vue.js +1 -1
  216. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  217. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  218. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  219. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  220. package/lib/_shared/icons/IconMore.vue.js +1 -1
  221. package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
  222. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  223. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  224. package/lib/_shared/icons/IconRight.vue.js +1 -1
  225. package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
  226. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  227. package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
  228. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  229. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  230. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  231. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  232. package/lib/_shared/icons/IconStar.vue.js +1 -1
  233. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  234. package/lib/_shared/icons/IconTime.vue.js +1 -1
  235. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  236. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  237. package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
  238. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  239. package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
  240. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  241. package/lib/index.d.ts +3 -3
  242. package/lib/style.css +1 -1
  243. package/package.json +1 -1
  244. package/lib/_shared/components/IconButton/index.vue2.js +0 -1
@@ -3,7 +3,7 @@ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
3
  import "../utils/dom.js";
4
4
  import "../utils/time.js";
5
5
  import "../utils/locale.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
9
  /* empty css */
@@ -1,26 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
- import "../utils/dom.js";
4
- import "../utils/time.js";
5
- import "../utils/locale.js";
6
- /* empty css */
7
- /* empty css */
8
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
- /* empty css */
10
- const _sfc_main = /* @__PURE__ */ defineComponent({
11
- __name: "IconRotateLeft",
12
- setup(__props) {
13
- return (_ctx, _cache) => {
14
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
- default: withCtx(() => _cache[0] || (_cache[0] = [
16
- createElementVNode("path", { d: "M10 22a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V22ZM23 11h11a6 6 0 0 1 6 6v6M22.5 12.893 19.587 11 22.5 9.107v3.786Z" }, null, -1)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconRotateLeft.vue2.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconRotateLeft.vue.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
+ import "../utils/dom.js";
4
+ import "../utils/time.js";
5
+ import "../utils/locale.js";
6
+ /* empty css */
7
+ /* empty css */
8
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
+ /* empty css */
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
+ __name: "IconRotateLeft",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
+ default: withCtx(() => _cache[0] || (_cache[0] = [
16
+ createElementVNode("path", { d: "M10 22a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V22ZM23 11h11a6 6 0 0 1 6 6v6M22.5 12.893 19.587 11 22.5 9.107v3.786Z" }, null, -1)
17
+ ])),
18
+ _: 1,
19
+ __: [0]
20
+ }, 16);
21
+ };
22
+ }
23
+ });
2
24
  export {
3
25
  _sfc_main as default
4
26
  };
@@ -1,26 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
- import "../utils/dom.js";
4
- import "../utils/time.js";
5
- import "../utils/locale.js";
6
- /* empty css */
7
- /* empty css */
8
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
- /* empty css */
10
- const _sfc_main = /* @__PURE__ */ defineComponent({
11
- __name: "IconRotateRight",
12
- setup(__props) {
13
- return (_ctx, _cache) => {
14
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
- default: withCtx(() => _cache[0] || (_cache[0] = [
16
- createElementVNode("path", { d: "M38 22a1 1 0 0 0-1-1H17a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V22ZM25 11H14a6 6 0 0 0-6 6v6M25.5 12.893 28.413 11 25.5 9.107v3.786Z" }, null, -1)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconRotateRight.vue2.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconRotateRight.vue.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
+ import "../utils/dom.js";
4
+ import "../utils/time.js";
5
+ import "../utils/locale.js";
6
+ /* empty css */
7
+ /* empty css */
8
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
+ /* empty css */
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
+ __name: "IconRotateRight",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
+ default: withCtx(() => _cache[0] || (_cache[0] = [
16
+ createElementVNode("path", { d: "M38 22a1 1 0 0 0-1-1H17a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V22ZM25 11H14a6 6 0 0 0-6 6v6M25.5 12.893 28.413 11 25.5 9.107v3.786Z" }, null, -1)
17
+ ])),
18
+ _: 1,
19
+ __: [0]
20
+ }, 16);
21
+ };
22
+ }
23
+ });
2
24
  export {
3
25
  _sfc_main as default
4
26
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconSearch.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
+ import "../utils/dom.js";
4
+ import "../utils/time.js";
5
+ import "../utils/locale.js";
6
+ /* empty css */
7
+ /* empty css */
8
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
+ /* empty css */
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
+ __name: "IconSearch",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
+ default: withCtx(() => _cache[0] || (_cache[0] = [
16
+ createElementVNode("path", { d: "M33.072 33.071c6.248-6.248 6.248-16.379 0-22.627-6.249-6.249-16.38-6.249-22.628 0-6.248 6.248-6.248 16.379 0 22.627 6.248 6.248 16.38 6.248 22.628 0Zm0 0 8.485 8.485" }, null, -1)
17
+ ])),
18
+ _: 1,
19
+ __: [0]
20
+ }, 16);
21
+ };
22
+ }
23
+ });
2
24
  export {
3
25
  _sfc_main as default
4
26
  };
@@ -1,26 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
- import "../utils/dom.js";
4
- import "../utils/time.js";
5
- import "../utils/locale.js";
6
- /* empty css */
7
- /* empty css */
8
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
- /* empty css */
10
- const _sfc_main = /* @__PURE__ */ defineComponent({
11
- __name: "IconSearch",
12
- setup(__props) {
13
- return (_ctx, _cache) => {
14
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
- default: withCtx(() => _cache[0] || (_cache[0] = [
16
- createElementVNode("path", { d: "M33.072 33.071c6.248-6.248 6.248-16.379 0-22.627-6.249-6.249-16.38-6.249-22.628 0-6.248 6.248-6.248 16.379 0 22.627 6.248 6.248 16.38 6.248 22.628 0Zm0 0 8.485 8.485" }, null, -1)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconSearch.vue.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -3,7 +3,7 @@ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
3
  import "../utils/dom.js";
4
4
  import "../utils/time.js";
5
5
  import "../utils/locale.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
9
  /* empty css */
@@ -3,7 +3,7 @@ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
3
  import "../utils/dom.js";
4
4
  import "../utils/time.js";
5
5
  import "../utils/locale.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
9
  /* empty css */
@@ -3,7 +3,7 @@ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
3
  import "../utils/dom.js";
4
4
  import "../utils/time.js";
5
5
  import "../utils/locale.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
9
  /* empty css */
@@ -3,7 +3,7 @@ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
3
  import "../utils/dom.js";
4
4
  import "../utils/time.js";
5
5
  import "../utils/locale.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
9
  /* empty css */
@@ -3,7 +3,7 @@ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
3
  import "../utils/dom.js";
4
4
  import "../utils/time.js";
5
5
  import "../utils/locale.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
9
  /* empty css */
@@ -3,7 +3,7 @@ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
3
  import "../utils/dom.js";
4
4
  import "../utils/time.js";
5
5
  import "../utils/locale.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
9
  /* empty css */
@@ -1,26 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
- import "../utils/dom.js";
4
- import "../utils/time.js";
5
- import "../utils/locale.js";
6
- /* empty css */
7
- /* empty css */
8
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
- /* empty css */
10
- const _sfc_main = /* @__PURE__ */ defineComponent({
11
- __name: "IconZoomIn",
12
- setup(__props) {
13
- return (_ctx, _cache) => {
14
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
- default: withCtx(() => _cache[0] || (_cache[0] = [
16
- createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15m7 7V15" }, null, -1)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconZoomIn.vue2.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconZoomIn.vue.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
+ import "../utils/dom.js";
4
+ import "../utils/time.js";
5
+ import "../utils/locale.js";
6
+ /* empty css */
7
+ /* empty css */
8
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
+ /* empty css */
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
+ __name: "IconZoomIn",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
+ default: withCtx(() => _cache[0] || (_cache[0] = [
16
+ createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15m7 7V15" }, null, -1)
17
+ ])),
18
+ _: 1,
19
+ __: [0]
20
+ }, 16);
21
+ };
22
+ }
23
+ });
2
24
  export {
3
25
  _sfc_main as default
4
26
  };
@@ -1,26 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
- import "../utils/dom.js";
4
- import "../utils/time.js";
5
- import "../utils/locale.js";
6
- /* empty css */
7
- /* empty css */
8
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
- /* empty css */
10
- const _sfc_main = /* @__PURE__ */ defineComponent({
11
- __name: "IconZoomOut",
12
- setup(__props) {
13
- return (_ctx, _cache) => {
14
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
- default: withCtx(() => _cache[0] || (_cache[0] = [
16
- createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15" }, null, -1)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconZoomOut.vue2.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconZoomOut.vue.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
3
+ import "../utils/dom.js";
4
+ import "../utils/time.js";
5
+ import "../utils/locale.js";
6
+ /* empty css */
7
+ /* empty css */
8
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
9
+ /* empty css */
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
+ __name: "IconZoomOut",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
15
+ default: withCtx(() => _cache[0] || (_cache[0] = [
16
+ createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15" }, null, -1)
17
+ ])),
18
+ _: 1,
19
+ __: [0]
20
+ }, 16);
21
+ };
22
+ }
23
+ });
2
24
  export {
3
25
  _sfc_main as default
4
26
  };
package/es/index.d.ts CHANGED
@@ -1463,7 +1463,7 @@ declare const _default: {
1463
1463
  Option: {
1464
1464
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Select').OptionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1465
1465
  disabled: boolean;
1466
- value: import('./Select').SelectValue;
1466
+ value: import('./Select').OptionValue;
1467
1467
  label: string;
1468
1468
  isFallbackOption: boolean;
1469
1469
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -1477,7 +1477,7 @@ declare const _default: {
1477
1477
  Defaults: {};
1478
1478
  }, Readonly<import('./Select').OptionProps> & Readonly<{}>, {}, {}, {}, {}, {
1479
1479
  disabled: boolean;
1480
- value: import('./Select').SelectValue;
1480
+ value: import('./Select').OptionValue;
1481
1481
  label: string;
1482
1482
  isFallbackOption: boolean;
1483
1483
  }>;
@@ -1486,7 +1486,7 @@ declare const _default: {
1486
1486
  __isSuspense?: never;
1487
1487
  } & import('vue').ComponentOptionsBase<Readonly<import('./Select').OptionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1488
1488
  disabled: boolean;
1489
- value: import('./Select').SelectValue;
1489
+ value: import('./Select').OptionValue;
1490
1490
  label: string;
1491
1491
  isFallbackOption: boolean;
1492
1492
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {