yc-design-vue 2.2.0 → 2.2.1

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 (214) hide show
  1. package/dist/index.umd.js +1 -1
  2. package/es/Alert/index.vue.js +3 -3
  3. package/es/Avatar/Avatar.vue.js +2 -2
  4. package/es/BackTop/index.vue.js +2 -2
  5. package/es/Breadcrumb/BreadcrumbItem.vue.js +2 -2
  6. package/es/Breadcrumb/BreadcrumbMore.vue.js +2 -2
  7. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +3 -3
  8. package/es/Calendar/Calendar.vue.js +3 -3
  9. package/es/Carousel/CarouselArrow.vue.js +2 -2
  10. package/es/Cascader/CascaderIcon.vue.js +3 -3
  11. package/es/Cascader/CascaderOption.vue.js +2 -2
  12. package/es/Checkbox/Checkbox.vue.js +3 -3
  13. package/es/Collapse/CollapseItem.vue.js +4 -4
  14. package/es/Drawer/Drawer.vue.js +3 -3
  15. package/es/Dropdown/DropdownButton.vue.js +2 -2
  16. package/es/Dropdown/Dsubmenu.vue.js +2 -2
  17. package/es/Empty/index.vue.js +2 -2
  18. package/es/Image/Image.vue.js +2 -2
  19. package/es/Image/ImagePreview.vue.js +2 -2
  20. package/es/Image/ImagePreviewArrow.vue.js +2 -2
  21. package/es/Image/ImagePreviewToolbar.vue.js +2 -2
  22. package/es/Input/Input.vue.js +3 -3
  23. package/es/Input/InputPassword.vue.js +3 -3
  24. package/es/Input/InputSearch.vue.js +20 -11
  25. package/es/InputNumber/InputOperaBtn.vue.js +2 -2
  26. package/es/InputTag/index.vue.js +3 -3
  27. package/es/Layout/LayoutSider.vue.js +2 -2
  28. package/es/Link/index.vue.js +2 -2
  29. package/es/Menu/Menu.vue.js +2 -2
  30. package/es/Menu/MenuEllipsis.vue.js +2 -2
  31. package/es/Menu/SubMenu.vue.js +3 -3
  32. package/es/Message/Message.vue.js +3 -3
  33. package/es/Modal/Modal.vue.js +3 -3
  34. package/es/Notification/Notification.vue.js +3 -3
  35. package/es/PageHeader/index.vue.js +3 -3
  36. package/es/Pagination/PaginationItem.vue.js +2 -2
  37. package/es/Progress/ProgressCircle.vue.js +3 -3
  38. package/es/Radio/Radio.vue.js +3 -3
  39. package/es/Rate/index.vue.js +2 -2
  40. package/es/ResizeBox/index.vue.js +2 -2
  41. package/es/Select/SelectIcon.vue.js +3 -3
  42. package/es/Spin/index.vue.js +2 -2
  43. package/es/Split/index.vue.js +2 -2
  44. package/es/Steps/Step.vue.js +2 -2
  45. package/es/Tabs/TabButton.vue.js +3 -3
  46. package/es/Tabs/Tabs.vue.js +2 -2
  47. package/es/Tag/index.vue.js +3 -3
  48. package/es/Textarea/index.vue.js +3 -3
  49. package/es/TimePicker/TimePicker.vue.js +3 -3
  50. package/es/Transfer/Transfer.vue.js +2 -2
  51. package/es/Transfer/TransferPanel.vue.js +3 -3
  52. package/es/Trigger/index.vue.js +2 -2
  53. package/es/Typography/TypographyBase.vue.js +4 -4
  54. package/es/Upload/UploadButton.vue.js +2 -2
  55. package/es/Upload/UploadDrag.vue.js +2 -2
  56. package/es/Upload/UploadFileList.vue2.js +3 -3
  57. package/es/Upload/UploadPictureCard.vue2.js +2 -2
  58. package/es/_shared/components/ExpandTransition/index.vue3.js +2 -2
  59. package/es/_shared/components/IconButton/{index.vue.js → index.vue2.js} +2 -2
  60. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  61. package/es/_shared/constants/index.js +2 -2
  62. package/es/_shared/icons/IconArrowDown.vue.js +2 -2
  63. package/es/_shared/icons/IconArrowRight.vue.js +2 -2
  64. package/es/_shared/icons/IconCheck.vue.js +2 -2
  65. package/es/_shared/icons/IconCheckboxChecked.vue.js +2 -2
  66. package/es/_shared/icons/IconClose.vue.js +2 -2
  67. package/es/_shared/icons/IconCopy.vue.js +1 -28
  68. package/es/_shared/icons/IconCopy.vue2.js +28 -1
  69. package/es/_shared/icons/IconDelete.vue2.js +2 -2
  70. package/es/_shared/icons/IconDragDot.vue.js +2 -2
  71. package/es/_shared/icons/IconEdit.vue.js +1 -28
  72. package/es/_shared/icons/IconEdit.vue2.js +28 -1
  73. package/es/_shared/icons/IconEmpty.vue.js +2 -2
  74. package/es/_shared/icons/IconError.vue.js +2 -2
  75. package/es/_shared/icons/IconExclamation.vue.js +39 -1
  76. package/es/_shared/icons/IconExclamation.vue2.js +1 -39
  77. package/es/_shared/icons/IconEyeClose.vue.js +2 -2
  78. package/es/_shared/icons/IconEyeOpen.vue.js +2 -2
  79. package/es/_shared/icons/IconFaceSmile.vue.js +2 -2
  80. package/es/_shared/icons/IconFile.vue2.js +2 -2
  81. package/es/_shared/icons/IconFullScreen.vue2.js +2 -2
  82. package/es/_shared/icons/IconImageClose.vue.js +2 -2
  83. package/es/_shared/icons/IconInfo.vue.js +2 -2
  84. package/es/_shared/icons/IconInfoLine.vue.js +2 -2
  85. package/es/_shared/icons/IconLink.vue.js +2 -2
  86. package/es/_shared/icons/IconLoading.vue.js +2 -2
  87. package/es/_shared/icons/IconMenuFold.vue.js +2 -2
  88. package/es/_shared/icons/IconMenuUnfold.vue.js +2 -2
  89. package/es/_shared/icons/IconMinus.vue2.js +2 -2
  90. package/es/_shared/icons/IconMore.vue.js +2 -2
  91. package/es/_shared/icons/IconOriginSize.vue2.js +2 -2
  92. package/es/_shared/icons/IconPlus.vue.js +2 -2
  93. package/es/_shared/icons/IconRight.vue.js +2 -2
  94. package/es/_shared/icons/IconRotateLeft.vue2.js +2 -2
  95. package/es/_shared/icons/IconRotateRight.vue2.js +2 -2
  96. package/es/_shared/icons/IconSearch.vue.js +2 -2
  97. package/es/_shared/icons/IconSeparator.vue.js +1 -28
  98. package/es/_shared/icons/IconSeparator.vue2.js +28 -1
  99. package/es/_shared/icons/IconStar.vue.js +2 -2
  100. package/es/_shared/icons/IconSuccess.vue.js +2 -2
  101. package/es/_shared/icons/IconTime.vue.js +2 -2
  102. package/es/_shared/icons/IconToTop.vue.js +2 -2
  103. package/es/_shared/icons/IconUpload.vue2.js +2 -2
  104. package/es/_shared/icons/IconWarning.vue.js +2 -2
  105. package/es/_shared/icons/IconZoomIn.vue2.js +2 -2
  106. package/es/_shared/icons/IconZoomOut.vue2.js +2 -2
  107. package/lib/Alert/index.vue.js +1 -1
  108. package/lib/Avatar/Avatar.vue.js +1 -1
  109. package/lib/BackTop/index.vue.js +1 -1
  110. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  111. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  112. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  113. package/lib/Calendar/Calendar.vue.js +1 -1
  114. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  115. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  116. package/lib/Cascader/CascaderOption.vue.js +1 -1
  117. package/lib/Checkbox/Checkbox.vue.js +1 -1
  118. package/lib/Collapse/CollapseItem.vue.js +1 -1
  119. package/lib/Drawer/Drawer.vue.js +1 -1
  120. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  121. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  122. package/lib/Empty/index.vue.js +1 -1
  123. package/lib/Image/Image.vue.js +1 -1
  124. package/lib/Image/ImagePreview.vue.js +1 -1
  125. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  126. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  127. package/lib/Input/Input.vue.js +1 -1
  128. package/lib/Input/InputPassword.vue.js +1 -1
  129. package/lib/Input/InputSearch.vue.js +1 -1
  130. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  131. package/lib/InputTag/index.vue.js +1 -1
  132. package/lib/Layout/LayoutSider.vue.js +1 -1
  133. package/lib/Link/index.vue.js +1 -1
  134. package/lib/Menu/Menu.vue.js +1 -1
  135. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  136. package/lib/Menu/SubMenu.vue.js +1 -1
  137. package/lib/Message/Message.vue.js +1 -1
  138. package/lib/Modal/Modal.vue.js +1 -1
  139. package/lib/Notification/Notification.vue.js +1 -1
  140. package/lib/PageHeader/index.vue.js +1 -1
  141. package/lib/Pagination/PaginationItem.vue.js +1 -1
  142. package/lib/Progress/ProgressCircle.vue.js +1 -1
  143. package/lib/Radio/Radio.vue.js +1 -1
  144. package/lib/Rate/index.vue.js +1 -1
  145. package/lib/ResizeBox/index.vue.js +1 -1
  146. package/lib/Select/SelectIcon.vue.js +1 -1
  147. package/lib/Spin/index.vue.js +1 -1
  148. package/lib/Split/index.vue.js +1 -1
  149. package/lib/Steps/Step.vue.js +1 -1
  150. package/lib/Tabs/TabButton.vue.js +1 -1
  151. package/lib/Tabs/Tabs.vue.js +1 -1
  152. package/lib/Tag/index.vue.js +1 -1
  153. package/lib/Textarea/index.vue.js +1 -1
  154. package/lib/TimePicker/TimePicker.vue.js +1 -1
  155. package/lib/Transfer/Transfer.vue.js +1 -1
  156. package/lib/Transfer/TransferPanel.vue.js +1 -1
  157. package/lib/Trigger/index.vue.js +1 -1
  158. package/lib/Typography/TypographyBase.vue.js +1 -1
  159. package/lib/Upload/UploadButton.vue.js +1 -1
  160. package/lib/Upload/UploadDrag.vue.js +1 -1
  161. package/lib/Upload/UploadFileList.vue2.js +1 -1
  162. package/lib/Upload/UploadPictureCard.vue2.js +1 -1
  163. package/lib/_shared/components/ExpandTransition/index.vue3.js +1 -1
  164. package/lib/_shared/components/IconButton/{index.vue.js → index.vue2.js} +1 -1
  165. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  166. package/lib/_shared/constants/index.js +1 -1
  167. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  168. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  169. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  170. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  171. package/lib/_shared/icons/IconClose.vue.js +1 -1
  172. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  173. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  174. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  175. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  176. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  177. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  178. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  179. package/lib/_shared/icons/IconError.vue.js +1 -1
  180. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  181. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  182. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  183. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  184. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  185. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  186. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  187. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  188. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  189. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  190. package/lib/_shared/icons/IconLink.vue.js +1 -1
  191. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  192. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  193. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  194. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  195. package/lib/_shared/icons/IconMore.vue.js +1 -1
  196. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  197. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  198. package/lib/_shared/icons/IconRight.vue.js +1 -1
  199. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  200. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  201. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  202. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  203. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  204. package/lib/_shared/icons/IconStar.vue.js +1 -1
  205. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  206. package/lib/_shared/icons/IconTime.vue.js +1 -1
  207. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  208. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  209. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  210. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  211. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  212. package/package.json +1 -1
  213. /package/es/_shared/components/ExpandTransition/{index.vue2.js → index.vue.js} +0 -0
  214. /package/lib/_shared/components/ExpandTransition/{index.vue2.js → index.vue.js} +0 -0
@@ -10,8 +10,8 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
10
  import { valueToPx } from "../_shared/utils/dom.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
- /* empty css */
14
- /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
15
  /* empty css */
16
16
  import _sfc_main$1 from "../_shared/icons/IconLoading.vue.js";
17
17
  const _hoisted_1 = { class: "yc-spin" };
@@ -12,8 +12,8 @@ import { isNumber } from "../_shared/utils/is.js";
12
12
  import { useControlValue } from "../_shared/utils/hooks.js";
13
13
  import "../_shared/utils/locale.js";
14
14
  import "../_shared/utils/time.js";
15
- /* empty css */
16
- /* empty css */
15
+ /* empty css */
16
+ /* empty css */
17
17
  /* empty css */
18
18
  import _sfc_main$1 from "../_shared/icons/IconDragDot.vue.js";
19
19
  const _hoisted_1 = { class: "yc-split-trigger-icon-wrapper" };
@@ -9,8 +9,8 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../_shared/utils/dom.js";
10
10
  import "../_shared/utils/locale.js";
11
11
  import "../_shared/utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  /* empty css */
15
15
  import _sfc_main$1 from "../_shared/icons/IconCheck.vue.js";
16
16
  import _sfc_main$2 from "../_shared/icons/IconClose.vue.js";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot, createCommentVNode } from "vue";
2
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
3
- /* empty css */
2
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
3
+ /* empty css */
4
4
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
5
  import "../node_modules/dayjs/dayjs.min.js";
6
6
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -11,7 +11,7 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
11
11
  import "../_shared/utils/dom.js";
12
12
  import "../_shared/utils/locale.js";
13
13
  import "../_shared/utils/time.js";
14
- /* empty css */
14
+ /* empty css */
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
17
17
  __name: "TabButton",
@@ -12,8 +12,8 @@ import "../_shared/utils/time.js";
12
12
  import { findComponentsFromVnodes } from "../_shared/utils/vue-utils.js";
13
13
  import useTabsContext from "./hooks/useContext.js";
14
14
  import useTabsScroll from "./hooks/useTabsScroll.js";
15
- /* empty css */
16
- /* empty css */
15
+ /* empty css */
16
+ /* empty css */
17
17
  /* empty css */
18
18
  import _sfc_main$3 from "../_shared/icons/IconArrowRight.vue.js";
19
19
  import _sfc_main$6 from "../_shared/icons/IconPlus.vue.js";
@@ -13,9 +13,9 @@ import { useControlValue } from "../_shared/utils/hooks.js";
13
13
  import "../_shared/utils/locale.js";
14
14
  import "../_shared/utils/time.js";
15
15
  import Spin from "../Spin/index.js";
16
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
17
- /* empty css */
18
- /* empty css */
16
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
17
+ /* empty css */
18
+ /* empty css */
19
19
  /* empty css */
20
20
  const _hoisted_1 = {
21
21
  key: 0,
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, toRefs, ref, createElementBlock, openBlock, normalizeClass, unref, createCommentVNode, createElementVNode, createBlock, toDisplayString, normalizeStyle, withCtx, createTextVNode } from "vue";
2
2
  import useTextareaHeight from "./hooks/useTextareaHeight.js";
3
3
  import useLimitedInput from "../Input/hooks/useLimitedInput.js";
4
- import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
5
- /* empty css */
4
+ import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
5
+ /* empty css */
6
6
  import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
7
7
  import "../node_modules/b-tween/dist/b-tween.es.js";
8
8
  import "../node_modules/dayjs/dayjs.min.js";
@@ -14,7 +14,7 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
14
14
  import "../_shared/utils/dom.js";
15
15
  import "../_shared/utils/locale.js";
16
16
  import "../_shared/utils/time.js";
17
- /* empty css */
17
+ /* empty css */
18
18
  /* empty css */
19
19
  const _hoisted_1 = ["value", "disabled", "readonly", "placeholder"];
20
20
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -12,9 +12,9 @@ import { isArray } from "../_shared/utils/is.js";
12
12
  import "../_shared/utils/locale.js";
13
13
  import { isValidTimeRange } from "../_shared/utils/time.js";
14
14
  import useTimePickerContext from "./hooks/useContext.js";
15
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
16
- /* empty css */
17
- /* empty css */
15
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
16
+ /* empty css */
17
+ /* empty css */
18
18
  /* empty css */
19
19
  import _sfc_main$2 from "../_shared/icons/IconTime.vue.js";
20
20
  import _sfc_main$3 from "./TimePickerPanel.vue.js";
@@ -10,8 +10,8 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
10
  import "../_shared/utils/dom.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
- /* empty css */
14
- /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
15
  /* empty css */
16
16
  import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
17
17
  import _sfc_main$1 from "./TransferPanel.vue.js";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, toRefs, ref, computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, renderSlot, unref, normalizeProps, guardReactiveProps, createBlock, withCtx, createTextVNode, toDisplayString, Fragment, createVNode, mergeProps, renderList, normalizeClass } from "vue";
2
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
3
- /* empty css */
2
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
3
+ /* empty css */
4
4
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
5
  import "../node_modules/dayjs/dayjs.min.js";
6
6
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -11,7 +11,7 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
11
11
  import "../_shared/utils/dom.js";
12
12
  import "../_shared/utils/locale.js";
13
13
  import "../_shared/utils/time.js";
14
- /* empty css */
14
+ /* empty css */
15
15
  /* empty css */
16
16
  import _sfc_main$4 from "../_shared/icons/IconClose.vue.js";
17
17
  import _sfc_main$2 from "../_shared/icons/IconDelete.vue2.js";
@@ -13,9 +13,9 @@ import "../_shared/utils/time.js";
13
13
  import { findFirstLegitChild } from "../_shared/utils/vue-utils.js";
14
14
  import useTriggerVisible from "./hooks/useTriggerVisible.js";
15
15
  import useTriggerPosition from "./hooks/useTriggerPosition.js";
16
- /* empty css */
16
+ /* empty css */
17
17
  import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
18
- /* empty css */
18
+ /* empty css */
19
19
  /* empty css */
20
20
  const _sfc_main = /* @__PURE__ */ defineComponent({
21
21
  ...{
@@ -11,11 +11,11 @@ import { innerText, sleep } from "../_shared/utils/dom.js";
11
11
  import { useControlValue } from "../_shared/utils/hooks.js";
12
12
  import { useI18n } from "../_shared/utils/locale.js";
13
13
  import "../_shared/utils/time.js";
14
- /* empty css */
15
- /* empty css */
14
+ /* empty css */
15
+ /* empty css */
16
16
  /* empty css */
17
- import _sfc_main$3 from "../_shared/icons/IconCopy.vue.js";
18
- import _sfc_main$1 from "../_shared/icons/IconEdit.vue.js";
17
+ import _sfc_main$3 from "../_shared/icons/IconCopy.vue2.js";
18
+ import _sfc_main$1 from "../_shared/icons/IconEdit.vue2.js";
19
19
  import _sfc_main$2 from "../_shared/icons/IconInfo.vue.js";
20
20
  import Input from "../Input/index.js";
21
21
  import Tooltip from "../Tooltip/index.js";
@@ -10,8 +10,8 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
10
  import "../_shared/utils/dom.js";
11
11
  import { useI18n } from "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
- /* empty css */
14
- /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
15
  /* empty css */
16
16
  import _sfc_main$1 from "../_shared/icons/IconUpload.vue2.js";
17
17
  import Button from "../Button/index.js";
@@ -10,8 +10,8 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
10
  import "../_shared/utils/dom.js";
11
11
  import { useI18n } from "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
- /* empty css */
14
- /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
15
  /* empty css */
16
16
  import _sfc_main$1 from "../_shared/icons/IconPlus.vue.js";
17
17
  const _hoisted_1 = { class: "yc-upload-drag-icon" };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, renderSlot, createCommentVNode, createElementVNode, createBlock, resolveDynamicComponent, createVNode, withCtx } from "vue";
2
2
  import useUploadContext from "./hooks/useContext.js";
3
- import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
4
- /* empty css */
3
+ import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
4
+ /* empty css */
5
5
  import "../node_modules/b-tween/dist/b-tween.es.js";
6
6
  import "../node_modules/dayjs/dayjs.min.js";
7
7
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -12,7 +12,7 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
12
12
  import "../_shared/utils/dom.js";
13
13
  import "../_shared/utils/locale.js";
14
14
  import "../_shared/utils/time.js";
15
- /* empty css */
15
+ /* empty css */
16
16
  /* empty css */
17
17
  import _sfc_main$3 from "../_shared/icons/IconDelete.vue2.js";
18
18
  import _sfc_main$2 from "../_shared/icons/IconFile.vue2.js";
@@ -10,8 +10,8 @@ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
10
  import "../_shared/utils/dom.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
- /* empty css */
14
- /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
15
  /* empty css */
16
16
  import _sfc_main$3 from "../_shared/icons/IconDelete.vue2.js";
17
17
  import _sfc_main$4 from "../_shared/icons/IconEyeClose.vue.js";
@@ -1,5 +1,5 @@
1
- import _sfc_main from "./index.vue2.js";
2
- /* empty css */
1
+ import _sfc_main from "./index.vue.js";
2
+ /* empty css */
3
3
  export {
4
4
  _sfc_main as default
5
5
  };
@@ -9,8 +9,8 @@ import "../../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import { valueToPx } from "../../utils/dom.js";
10
10
  import "../../utils/locale.js";
11
11
  import "../../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  /* empty css */
15
15
  import _sfc_main$1 from "../../icons/IconClose.vue.js";
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,5 +1,5 @@
1
- import _sfc_main from "./index.vue.js";
2
- /* empty css */
1
+ import _sfc_main from "./index.vue2.js";
2
+ /* empty css */
3
3
  export {
4
4
  _sfc_main as default
5
5
  };
@@ -12,8 +12,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
12
12
  import "../utils/dom.js";
13
13
  import "../utils/locale.js";
14
14
  import "../utils/time.js";
15
- /* empty css */
16
- /* empty css */
15
+ /* empty css */
16
+ /* empty css */
17
17
  /* empty css */
18
18
  import _sfc_main from "../icons/IconCheck.vue.js";
19
19
  import _sfc_main$1 from "../icons/IconClose.vue.js";
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,31 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/b-tween/dist/b-tween.es.js";
3
- import "../../node_modules/dayjs/dayjs.min.js";
4
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../../node_modules/dayjs/plugin/duration.js";
6
- import "../../node_modules/dayjs/plugin/toObject.js";
7
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
- import "../utils/dom.js";
10
- import "../utils/locale.js";
11
- import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
14
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
- /* empty css */
16
- const _sfc_main = /* @__PURE__ */ defineComponent({
17
- __name: "IconCopy",
18
- setup(__props) {
19
- return (_ctx, _cache) => {
20
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
21
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
22
- createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
23
- ])]),
24
- _: 1
25
- }, 16);
26
- };
27
- }
28
- });
1
+ import _sfc_main from "./IconCopy.vue2.js";
29
2
  export {
30
3
  _sfc_main as default
31
4
  };
@@ -1,4 +1,31 @@
1
- import _sfc_main from "./IconCopy.vue.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/b-tween/dist/b-tween.es.js";
3
+ import "../../node_modules/dayjs/dayjs.min.js";
4
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
+ import "../../node_modules/dayjs/plugin/duration.js";
6
+ import "../../node_modules/dayjs/plugin/toObject.js";
7
+ import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
+ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../utils/dom.js";
10
+ import "../utils/locale.js";
11
+ import "../utils/time.js";
12
+ /* empty css */
13
+ /* empty css */
14
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
+ /* empty css */
16
+ const _sfc_main = /* @__PURE__ */ defineComponent({
17
+ __name: "IconCopy",
18
+ setup(__props) {
19
+ return (_ctx, _cache) => {
20
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
21
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
22
+ createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
23
+ ])]),
24
+ _: 1
25
+ }, 16);
26
+ };
27
+ }
28
+ });
2
29
  export {
3
30
  _sfc_main as default
4
31
  };
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,31 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/b-tween/dist/b-tween.es.js";
3
- import "../../node_modules/dayjs/dayjs.min.js";
4
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../../node_modules/dayjs/plugin/duration.js";
6
- import "../../node_modules/dayjs/plugin/toObject.js";
7
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
- import "../utils/dom.js";
10
- import "../utils/locale.js";
11
- import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
14
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
- /* empty css */
16
- const _sfc_main = /* @__PURE__ */ defineComponent({
17
- __name: "IconEdit",
18
- setup(__props) {
19
- return (_ctx, _cache) => {
20
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
21
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
22
- createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
23
- ])]),
24
- _: 1
25
- }, 16);
26
- };
27
- }
28
- });
1
+ import _sfc_main from "./IconEdit.vue2.js";
29
2
  export {
30
3
  _sfc_main as default
31
4
  };
@@ -1,4 +1,31 @@
1
- import _sfc_main from "./IconEdit.vue.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/b-tween/dist/b-tween.es.js";
3
+ import "../../node_modules/dayjs/dayjs.min.js";
4
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
+ import "../../node_modules/dayjs/plugin/duration.js";
6
+ import "../../node_modules/dayjs/plugin/toObject.js";
7
+ import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
+ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../utils/dom.js";
10
+ import "../utils/locale.js";
11
+ import "../utils/time.js";
12
+ /* empty css */
13
+ /* empty css */
14
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
+ /* empty css */
16
+ const _sfc_main = /* @__PURE__ */ defineComponent({
17
+ __name: "IconEdit",
18
+ setup(__props) {
19
+ return (_ctx, _cache) => {
20
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
21
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
22
+ createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
23
+ ])]),
24
+ _: 1
25
+ }, 16);
26
+ };
27
+ }
28
+ });
2
29
  export {
3
30
  _sfc_main as default
4
31
  };
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -9,8 +9,8 @@ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
9
  import "../utils/dom.js";
10
10
  import "../utils/locale.js";
11
11
  import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
14
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
15
  /* empty css */
16
16
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,4 +1,42 @@
1
- import _sfc_main from "./IconExclamation.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../../node_modules/b-tween/dist/b-tween.es.js";
3
+ import "../../node_modules/dayjs/dayjs.min.js";
4
+ import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
+ import "../../node_modules/dayjs/plugin/duration.js";
6
+ import "../../node_modules/dayjs/plugin/toObject.js";
7
+ import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
+ import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../utils/dom.js";
10
+ import "../utils/locale.js";
11
+ import "../utils/time.js";
12
+ /* empty css */
13
+ /* empty css */
14
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
+ /* empty css */
16
+ const _sfc_main = /* @__PURE__ */ defineComponent({
17
+ __name: "IconExclamation",
18
+ setup(__props) {
19
+ return (_ctx, _cache) => {
20
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
21
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
22
+ createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
23
+ createElementVNode("path", {
24
+ fill: "currentColor",
25
+ stroke: "none",
26
+ d: "M23 9h2v21h-2z"
27
+ }, null, -1),
28
+ createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
29
+ createElementVNode("path", {
30
+ fill: "currentColor",
31
+ stroke: "none",
32
+ d: "M23 37h2v2h-2z"
33
+ }, null, -1)
34
+ ])]),
35
+ _: 1
36
+ }, 16);
37
+ };
38
+ }
39
+ });
2
40
  export {
3
41
  _sfc_main as default
4
42
  };
@@ -1,42 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../../node_modules/b-tween/dist/b-tween.es.js";
3
- import "../../node_modules/dayjs/dayjs.min.js";
4
- import "../../node_modules/tinycolor2/esm/tinycolor.js";
5
- import "../../node_modules/dayjs/plugin/duration.js";
6
- import "../../node_modules/dayjs/plugin/toObject.js";
7
- import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
8
- import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
- import "../utils/dom.js";
10
- import "../utils/locale.js";
11
- import "../utils/time.js";
12
- /* empty css */
13
- /* empty css */
14
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
15
- /* empty css */
16
- const _sfc_main = /* @__PURE__ */ defineComponent({
17
- __name: "IconExclamation",
18
- setup(__props) {
19
- return (_ctx, _cache) => {
20
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
21
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
22
- createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
23
- createElementVNode("path", {
24
- fill: "currentColor",
25
- stroke: "none",
26
- d: "M23 9h2v21h-2z"
27
- }, null, -1),
28
- createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
29
- createElementVNode("path", {
30
- fill: "currentColor",
31
- stroke: "none",
32
- d: "M23 37h2v2h-2z"
33
- }, null, -1)
34
- ])]),
35
- _: 1
36
- }, 16);
37
- };
38
- }
39
- });
1
+ import _sfc_main from "./IconExclamation.vue.js";
40
2
  export {
41
3
  _sfc_main as default
42
4
  };