yc-design-vue 2.1.0 → 2.1.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 (231) hide show
  1. package/dist/index.umd.js +1 -1
  2. package/dist/lang-es/zh-cn.js +140 -142
  3. package/dist/style.css +1 -1
  4. package/es/Alert/index.vue.js +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/Calendar/Calendar.vue.js +2 -2
  11. package/es/Carousel/CarouselArrow.vue.js +1 -1
  12. package/es/Cascader/CascaderIcon.vue.js +2 -2
  13. package/es/Cascader/CascaderOption.vue.js +1 -1
  14. package/es/Checkbox/Checkbox.vue.js +2 -2
  15. package/es/Collapse/CollapseItem.vue.js +2 -2
  16. package/es/Drawer/Drawer.vue.js +2 -2
  17. package/es/Dropdown/DropdownButton.vue.js +1 -1
  18. package/es/Dropdown/Dsubmenu.vue.js +1 -1
  19. package/es/Empty/index.vue.js +1 -1
  20. package/es/Image/Image.vue.js +1 -1
  21. package/es/Image/ImagePreview.vue.js +1 -1
  22. package/es/Image/ImagePreviewArrow.vue.js +1 -1
  23. package/es/Image/ImagePreviewToolbar.vue.js +1 -1
  24. package/es/Input/Input.vue.js +2 -2
  25. package/es/Input/InputSuffix.vue.js +3 -3
  26. package/es/InputNumber/InputOperaBtn.vue.js +1 -1
  27. package/es/InputTag/index.vue.js +2 -2
  28. package/es/Layout/LayoutSider.vue.js +1 -1
  29. package/es/Link/index.vue.js +1 -1
  30. package/es/Menu/Menu.vue.js +1 -1
  31. package/es/Menu/MenuEllipsis.vue.js +1 -1
  32. package/es/Menu/SubMenu.vue.js +1 -1
  33. package/es/Message/Message.vue.js +2 -2
  34. package/es/Modal/Modal.vue.js +2 -2
  35. package/es/Notification/Notification.vue.js +2 -2
  36. package/es/PageHeader/index.vue.js +2 -2
  37. package/es/Pagination/PaginationItem.vue.js +1 -1
  38. package/es/Progress/ProgressCircle.vue.js +2 -2
  39. package/es/Radio/Radio.vue.js +2 -2
  40. package/es/Rate/index.vue.js +1 -1
  41. package/es/ResizeBox/index.vue.js +1 -1
  42. package/es/Select/SelectIcon.vue.js +2 -2
  43. package/es/Spin/index.vue.js +1 -1
  44. package/es/Split/index.vue.js +1 -1
  45. package/es/Steps/Step.vue.js +1 -1
  46. package/es/Tabs/TabButton.vue.js +2 -2
  47. package/es/Tabs/Tabs.vue.js +1 -1
  48. package/es/Tag/index.vue.js +2 -2
  49. package/es/Textarea/index.vue.js +2 -2
  50. package/es/TimePicker/TimePicker.vue.js +2 -2
  51. package/es/Transfer/Transfer.vue.js +1 -1
  52. package/es/Transfer/TransferPanel.vue.js +3 -3
  53. package/es/Trigger/index.vue.js +1 -1
  54. package/es/Typography/TypographyBase.vue.js +3 -3
  55. package/es/Upload/Upload.vue.js +5 -1
  56. package/es/Upload/UploadButton.vue.js +5 -3
  57. package/es/Upload/UploadDrag.vue.d.ts +4 -1
  58. package/es/Upload/UploadDrag.vue.js +10 -4
  59. package/es/Upload/UploadFileList.vue2.js +4 -4
  60. package/es/Upload/UploadPictureCard.vue2.js +3 -3
  61. package/es/Upload/hooks/useUpload.d.ts +2 -0
  62. package/es/Upload/hooks/useUpload.js +2 -1
  63. package/es/_shared/components/IconButton/{index.vue.js → index.vue2.js} +1 -1
  64. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  65. package/es/_shared/constants/index.js +1 -1
  66. package/es/_shared/icons/IconArrowDown.vue.js +1 -1
  67. package/es/_shared/icons/IconArrowRight.vue.js +1 -1
  68. package/es/_shared/icons/IconCheck.vue.js +1 -1
  69. package/es/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  70. package/es/_shared/icons/IconClose.vue.js +1 -1
  71. package/es/_shared/icons/IconCopy.vue.js +1 -19
  72. package/es/_shared/icons/IconCopy.vue2.js +19 -1
  73. package/es/_shared/icons/IconDelete.vue.js +19 -1
  74. package/es/_shared/icons/IconDelete.vue2.js +1 -19
  75. package/es/_shared/icons/IconDragDot.vue.js +1 -1
  76. package/es/_shared/icons/IconEdit.vue.js +1 -19
  77. package/es/_shared/icons/IconEdit.vue2.js +19 -1
  78. package/es/_shared/icons/IconEmpty.vue.js +1 -1
  79. package/es/_shared/icons/IconError.vue.js +1 -1
  80. package/es/_shared/icons/IconExclamation.vue.js +1 -30
  81. package/es/_shared/icons/IconExclamation.vue2.js +30 -1
  82. package/es/_shared/icons/IconEyeClose.vue.js +23 -1
  83. package/es/_shared/icons/IconEyeClose.vue2.js +1 -23
  84. package/es/_shared/icons/IconEyeOpen.vue2.js +1 -1
  85. package/es/_shared/icons/IconFaceSmile.vue.js +1 -1
  86. package/es/_shared/icons/IconFile.vue.js +19 -1
  87. package/es/_shared/icons/IconFile.vue2.js +1 -19
  88. package/es/_shared/icons/IconFullScreen.vue2.js +1 -1
  89. package/es/_shared/icons/IconImageClose.vue.js +1 -1
  90. package/es/_shared/icons/IconInfo.vue.js +1 -1
  91. package/es/_shared/icons/IconInfoLine.vue.js +1 -1
  92. package/es/_shared/icons/IconLink.vue.js +1 -1
  93. package/es/_shared/icons/IconLoading.vue.js +1 -1
  94. package/es/_shared/icons/IconMenuFold.vue.js +1 -1
  95. package/es/_shared/icons/IconMenuUnfold.vue.js +1 -1
  96. package/es/_shared/icons/IconMinus.vue2.js +1 -1
  97. package/es/_shared/icons/IconMore.vue.js +1 -1
  98. package/es/_shared/icons/IconOriginSize.vue2.js +1 -1
  99. package/es/_shared/icons/IconPlus.vue.js +1 -1
  100. package/es/_shared/icons/IconRight.vue.js +1 -1
  101. package/es/_shared/icons/IconRotateLeft.vue2.js +1 -1
  102. package/es/_shared/icons/IconRotateRight.vue2.js +1 -1
  103. package/es/_shared/icons/IconSearch.vue2.js +1 -1
  104. package/es/_shared/icons/IconSeparator.vue2.js +1 -1
  105. package/es/_shared/icons/IconStar.vue.js +1 -1
  106. package/es/_shared/icons/IconSuccess.vue.js +1 -1
  107. package/es/_shared/icons/IconTime.vue.js +1 -1
  108. package/es/_shared/icons/IconToTop.vue.js +1 -1
  109. package/es/_shared/icons/IconUpload.vue.js +19 -1
  110. package/es/_shared/icons/IconUpload.vue2.js +1 -19
  111. package/es/_shared/icons/IconWarning.vue.js +1 -1
  112. package/es/_shared/icons/IconZoomIn.vue2.js +1 -1
  113. package/es/_shared/icons/IconZoomOut.vue2.js +1 -1
  114. package/es/lang-es/zh-cn.js +140 -142
  115. package/es/shared.css +1 -1
  116. package/es/style.css +1 -1
  117. package/lib/Alert/index.vue.js +1 -1
  118. package/lib/Avatar/Avatar.vue.js +1 -1
  119. package/lib/BackTop/index.vue.js +1 -1
  120. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  121. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  122. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  123. package/lib/Calendar/Calendar.vue.js +1 -1
  124. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  125. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  126. package/lib/Cascader/CascaderOption.vue.js +1 -1
  127. package/lib/Checkbox/Checkbox.vue.js +1 -1
  128. package/lib/Collapse/CollapseItem.vue.js +1 -1
  129. package/lib/Drawer/Drawer.vue.js +1 -1
  130. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  131. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  132. package/lib/Empty/index.vue.js +1 -1
  133. package/lib/Image/Image.vue.js +1 -1
  134. package/lib/Image/ImagePreview.vue.js +1 -1
  135. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  136. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  137. package/lib/Input/Input.vue.js +1 -1
  138. package/lib/Input/InputSuffix.vue.js +1 -1
  139. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  140. package/lib/InputTag/index.vue.js +1 -1
  141. package/lib/Layout/LayoutSider.vue.js +1 -1
  142. package/lib/Link/index.vue.js +1 -1
  143. package/lib/Menu/Menu.vue.js +1 -1
  144. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  145. package/lib/Menu/SubMenu.vue.js +1 -1
  146. package/lib/Message/Message.vue.js +1 -1
  147. package/lib/Modal/Modal.vue.js +1 -1
  148. package/lib/Notification/Notification.vue.js +1 -1
  149. package/lib/PageHeader/index.vue.js +1 -1
  150. package/lib/Pagination/PaginationItem.vue.js +1 -1
  151. package/lib/Progress/ProgressCircle.vue.js +1 -1
  152. package/lib/Radio/Radio.vue.js +1 -1
  153. package/lib/Rate/index.vue.js +1 -1
  154. package/lib/ResizeBox/index.vue.js +1 -1
  155. package/lib/Select/SelectIcon.vue.js +1 -1
  156. package/lib/Spin/index.vue.js +1 -1
  157. package/lib/Split/index.vue.js +1 -1
  158. package/lib/Steps/Step.vue.js +1 -1
  159. package/lib/Tabs/TabButton.vue.js +1 -1
  160. package/lib/Tabs/Tabs.vue.js +1 -1
  161. package/lib/Tag/index.vue.js +1 -1
  162. package/lib/Textarea/index.vue.js +1 -1
  163. package/lib/TimePicker/TimePicker.vue.js +1 -1
  164. package/lib/Transfer/Transfer.vue.js +1 -1
  165. package/lib/Transfer/TransferPanel.vue.js +1 -1
  166. package/lib/Trigger/index.vue.js +1 -1
  167. package/lib/Typography/TypographyBase.vue.js +1 -1
  168. package/lib/Upload/Upload.vue.js +1 -1
  169. package/lib/Upload/UploadButton.vue.js +1 -1
  170. package/lib/Upload/UploadDrag.vue.d.ts +4 -1
  171. package/lib/Upload/UploadDrag.vue.js +1 -1
  172. package/lib/Upload/UploadFileList.vue2.js +1 -1
  173. package/lib/Upload/UploadPictureCard.vue2.js +1 -1
  174. package/lib/Upload/hooks/useUpload.d.ts +2 -0
  175. package/lib/Upload/hooks/useUpload.js +1 -1
  176. package/lib/_shared/components/IconButton/index.vue2.js +1 -0
  177. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  178. package/lib/_shared/constants/index.js +1 -1
  179. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  180. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  181. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  182. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  183. package/lib/_shared/icons/IconClose.vue.js +1 -1
  184. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  185. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  186. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  187. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  188. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  189. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  190. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  191. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  192. package/lib/_shared/icons/IconError.vue.js +1 -1
  193. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  194. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  195. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  196. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  197. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  198. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  199. package/lib/_shared/icons/IconFile.vue.js +1 -1
  200. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  201. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  202. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  203. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  204. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  205. package/lib/_shared/icons/IconLink.vue.js +1 -1
  206. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  207. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  208. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  209. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  210. package/lib/_shared/icons/IconMore.vue.js +1 -1
  211. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  212. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  213. package/lib/_shared/icons/IconRight.vue.js +1 -1
  214. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  215. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  216. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  217. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  218. package/lib/_shared/icons/IconStar.vue.js +1 -1
  219. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  220. package/lib/_shared/icons/IconTime.vue.js +1 -1
  221. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  222. package/lib/_shared/icons/IconUpload.vue.js +1 -1
  223. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  224. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  225. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  226. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  227. package/lib/lang-es/zh-cn.js +140 -142
  228. package/lib/shared.css +1 -1
  229. package/lib/style.css +1 -1
  230. package/package.json +1 -1
  231. package/lib/_shared/components/IconButton/index.vue.js +0 -1
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,4 +1,22 @@
1
- import _sfc_main from "./IconUpload.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import "../utils/dom.js";
3
+ /* empty css */
4
+ /* empty css */
5
+ import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
+ /* empty css */
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ __name: "IconUpload",
9
+ setup(__props) {
10
+ return (_ctx, _cache) => {
11
+ return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
12
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
13
+ createElementVNode("path", { d: "M14.93 17.071 24.001 8l9.071 9.071m-9.07 16.071v-25M40 35v6H8v-6" }, null, -1)
14
+ ])]),
15
+ _: 1
16
+ }, 16);
17
+ };
18
+ }
19
+ });
2
20
  export {
3
21
  _sfc_main as default
4
22
  };
@@ -1,22 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import "../utils/dom.js";
3
- /* empty css */
4
- /* empty css */
5
- import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
- /* empty css */
7
- const _sfc_main = /* @__PURE__ */ defineComponent({
8
- __name: "IconUpload",
9
- setup(__props) {
10
- return (_ctx, _cache) => {
11
- return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
12
- default: withCtx(() => [..._cache[0] || (_cache[0] = [
13
- createElementVNode("path", { d: "M14.93 17.071 24.001 8l9.071 9.071m-9.07 16.071v-25M40 35v6H8v-6" }, null, -1)
14
- ])]),
15
- _: 1
16
- }, 16);
17
- };
18
- }
19
- });
1
+ import _sfc_main from "./IconUpload.vue.js";
20
2
  export {
21
3
  _sfc_main as default
22
4
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
2
  import "../utils/dom.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  /* empty css */
5
5
  import _sfc_main$1 from "../components/Icon/index.vue3.js";
6
6
  /* empty css */
@@ -1,103 +1,103 @@
1
1
  const calendarLang = {
2
- formatYear: "YYYY 年",
3
- formatMonth: "YYYY 年 MM 月",
4
- today: "今天",
2
+ formatYear: 'YYYY 年',
3
+ formatMonth: 'YYYY 年 MM 月',
4
+ today: '今天',
5
5
  view: {
6
- month: "",
7
- year: "",
8
- week: "",
9
- day: ""
6
+ month: '',
7
+ year: '',
8
+ week: '',
9
+ day: '',
10
10
  },
11
11
  month: {
12
12
  long: {
13
- January: "一月",
14
- February: "二月",
15
- March: "三月",
16
- April: "四月",
17
- May: "五月",
18
- June: "六月",
19
- July: "七月",
20
- August: "八月",
21
- September: "九月",
22
- October: "十月",
23
- November: "十一月",
24
- December: "十二月"
13
+ January: '一月',
14
+ February: '二月',
15
+ March: '三月',
16
+ April: '四月',
17
+ May: '五月',
18
+ June: '六月',
19
+ July: '七月',
20
+ August: '八月',
21
+ September: '九月',
22
+ October: '十月',
23
+ November: '十一月',
24
+ December: '十二月',
25
25
  },
26
26
  short: {
27
- January: "一月",
28
- February: "二月",
29
- March: "三月",
30
- April: "四月",
31
- May: "五月",
32
- June: "六月",
33
- July: "七月",
34
- August: "八月",
35
- September: "九月",
36
- October: "十月",
37
- November: "十一月",
38
- December: "十二月"
39
- }
27
+ January: '一月',
28
+ February: '二月',
29
+ March: '三月',
30
+ April: '四月',
31
+ May: '五月',
32
+ June: '六月',
33
+ July: '七月',
34
+ August: '八月',
35
+ September: '九月',
36
+ October: '十月',
37
+ November: '十一月',
38
+ December: '十二月',
39
+ },
40
40
  },
41
41
  week: {
42
42
  long: {
43
- self: "",
44
- monday: "周一",
45
- tuesday: "周二",
46
- wednesday: "周三",
47
- thursday: "周四",
48
- friday: "周五",
49
- saturday: "周六",
50
- sunday: "周日"
43
+ self: '',
44
+ monday: '周一',
45
+ tuesday: '周二',
46
+ wednesday: '周三',
47
+ thursday: '周四',
48
+ friday: '周五',
49
+ saturday: '周六',
50
+ sunday: '周日',
51
51
  },
52
52
  short: {
53
- self: "",
54
- monday: "",
55
- tuesday: "",
56
- wednesday: "",
57
- thursday: "",
58
- friday: "",
59
- saturday: "",
60
- sunday: ""
61
- }
62
- }
53
+ self: '',
54
+ monday: '',
55
+ tuesday: '',
56
+ wednesday: '',
57
+ thursday: '',
58
+ friday: '',
59
+ saturday: '',
60
+ sunday: '',
61
+ },
62
+ },
63
63
  };
64
64
  const lang = {
65
- locale: "zh-CN",
65
+ locale: 'zh-CN',
66
66
  empty: {
67
- description: "暂无数据"
67
+ description: '暂无数据',
68
68
  },
69
69
  drawer: {
70
- okText: "确定",
71
- cancelText: "取消"
70
+ okText: '确定',
71
+ cancelText: '取消',
72
72
  },
73
73
  popconfirm: {
74
- okText: "确定",
75
- cancelText: "取消"
74
+ okText: '确定',
75
+ cancelText: '取消',
76
76
  },
77
77
  modal: {
78
- okText: "确定",
79
- cancelText: "取消"
78
+ okText: '确定',
79
+ cancelText: '取消',
80
80
  },
81
81
  pagination: {
82
- goto: "前往",
83
- page: "",
84
- countPerPage: "条/页",
85
- total: "共 {0} 条"
82
+ goto: '前往',
83
+ page: '',
84
+ countPerPage: '条/页',
85
+ total: '共 {0} 条',
86
86
  },
87
87
  table: {
88
- okText: "确定",
89
- resetText: "重置"
88
+ okText: '确定',
89
+ resetText: '重置',
90
90
  },
91
91
  upload: {
92
- start: "开始",
93
- cancel: "取消",
94
- delete: "删除",
95
- retry: "点击重试",
96
- buttonText: "点击上传",
97
- preview: "预览",
98
- drag: "点击或拖拽文件到此处上传",
99
- dragHover: "释放文件并开始上传",
100
- error: "上传失败"
92
+ start: '开始',
93
+ cancel: '取消',
94
+ delete: '删除',
95
+ retry: '点击重试',
96
+ buttonText: '点击上传',
97
+ preview: '预览',
98
+ drag: '点击或拖拽文件到此处上传',
99
+ dragHover: '释放文件并开始上传',
100
+ error: '上传失败',
101
101
  },
102
102
  calendar: calendarLang,
103
103
  datePicker: {
@@ -105,98 +105,96 @@ const lang = {
105
105
  month: calendarLang.month,
106
106
  week: calendarLang.week,
107
107
  placeholder: {
108
- date: "请选择日期",
109
- week: "请选择周",
110
- month: "请选择月份",
111
- year: "请选择年份",
112
- quarter: "请选择季度",
113
- time: "请选择时间"
108
+ date: '请选择日期',
109
+ week: '请选择周',
110
+ month: '请选择月份',
111
+ year: '请选择年份',
112
+ quarter: '请选择季度',
113
+ time: '请选择时间',
114
114
  },
115
115
  rangePlaceholder: {
116
- date: ["开始日期", "结束日期"],
117
- week: ["开始周", "结束周"],
118
- month: ["开始月份", "结束月份"],
119
- year: ["开始年份", "结束年份"],
120
- quarter: ["开始季度", "结束季度"],
121
- time: ["开始时间", "结束时间"]
116
+ date: ['开始日期', '结束日期'],
117
+ week: ['开始周', '结束周'],
118
+ month: ['开始月份', '结束月份'],
119
+ year: ['开始年份', '结束年份'],
120
+ quarter: ['开始季度', '结束季度'],
121
+ time: ['开始时间', '结束时间'],
122
122
  },
123
- selectTime: "选择时间",
124
- today: "今天",
125
- now: "此刻",
126
- ok: "确定"
123
+ selectTime: '选择时间',
124
+ today: '今天',
125
+ now: '此刻',
126
+ ok: '确定',
127
127
  },
128
128
  image: {
129
- loading: "加载中"
129
+ loading: '加载中',
130
130
  },
131
131
  imagePreview: {
132
- fullScreen: "全屏",
133
- rotateRight: "向右旋转",
134
- rotateLeft: "向左旋转",
135
- zoomIn: "放大",
136
- zoomOut: "缩小",
137
- originalSize: "原始尺寸"
132
+ fullScreen: '全屏',
133
+ rotateRight: '向右旋转',
134
+ rotateLeft: '向左旋转',
135
+ zoomIn: '放大',
136
+ zoomOut: '缩小',
137
+ originalSize: '原始尺寸',
138
138
  },
139
139
  typography: {
140
- copied: "已复制",
141
- copy: "复制",
142
- expand: "展开",
143
- collapse: "折叠",
144
- edit: "编辑"
140
+ copied: '已复制',
141
+ copy: '复制',
142
+ expand: '展开',
143
+ collapse: '折叠',
144
+ edit: '编辑',
145
145
  },
146
146
  form: {
147
147
  validateMessages: {
148
- required: "#{field} 是必填项",
148
+ required: '#{field} 是必填项',
149
149
  type: {
150
- string: "#{field} 不是合法的文本类型",
151
- number: "#{field} 不是合法的数字类型",
152
- boolean: "#{field} 不是合法的布尔类型",
153
- array: "#{field} 不是合法的数组类型",
154
- object: "#{field} 不是合法的对象类型",
155
- url: "#{field} 不是合法的 url 地址",
156
- email: "#{field} 不是合法的邮箱地址",
157
- ip: "#{field} 不是合法的 IP 地址"
150
+ string: '#{field} 不是合法的文本类型',
151
+ number: '#{field} 不是合法的数字类型',
152
+ boolean: '#{field} 不是合法的布尔类型',
153
+ array: '#{field} 不是合法的数组类型',
154
+ object: '#{field} 不是合法的对象类型',
155
+ url: '#{field} 不是合法的 url 地址',
156
+ email: '#{field} 不是合法的邮箱地址',
157
+ ip: '#{field} 不是合法的 IP 地址',
158
158
  },
159
159
  number: {
160
- min: "`#{value}` 小于最小值 `#{min}`",
161
- max: "`#{value}` 大于最大值 `#{max}`",
162
- equal: "`#{value}` 不等于 `#{equal}`",
163
- range: "`#{value}` 不在 `#{min} ~ #{max}` 范围内",
164
- positive: "`#{value}` 不是正数",
165
- negative: "`#{value}` 不是负数"
160
+ min: '`#{value}` 小于最小值 `#{min}`',
161
+ max: '`#{value}` 大于最大值 `#{max}`',
162
+ equal: '`#{value}` 不等于 `#{equal}`',
163
+ range: '`#{value}` 不在 `#{min} ~ #{max}` 范围内',
164
+ positive: '`#{value}` 不是正数',
165
+ negative: '`#{value}` 不是负数',
166
166
  },
167
167
  array: {
168
- length: "`#{field}` 个数不等于 #{length}",
169
- minLength: "`#{field}` 个数最少为 #{minLength}",
170
- maxLength: "`#{field}` 个数最多为 #{maxLength}",
171
- includes: "#{field} 不包含 #{includes}",
172
- deepEqual: "#{field} 不等于 #{deepEqual}",
173
- empty: "`#{field}` 不是空数组"
168
+ length: '`#{field}` 个数不等于 #{length}',
169
+ minLength: '`#{field}` 个数最少为 #{minLength}',
170
+ maxLength: '`#{field}` 个数最多为 #{maxLength}',
171
+ includes: '#{field} 不包含 #{includes}',
172
+ deepEqual: '#{field} 不等于 #{deepEqual}',
173
+ empty: '`#{field}` 不是空数组',
174
174
  },
175
175
  string: {
176
- minLength: "字符数最少为 #{minLength}",
177
- maxLength: "字符数最多为 #{maxLength}",
178
- length: "字符数必须是 #{length}",
179
- match: "`#{value}` 不符合模式 #{pattern}",
180
- uppercase: "`#{value}` 必须全大写",
181
- lowercase: "`#{value}` 必须全小写"
176
+ minLength: '字符数最少为 #{minLength}',
177
+ maxLength: '字符数最多为 #{maxLength}',
178
+ length: '字符数必须是 #{length}',
179
+ match: '`#{value}` 不符合模式 #{pattern}',
180
+ uppercase: '`#{value}` 必须全大写',
181
+ lowercase: '`#{value}` 必须全小写',
182
182
  },
183
183
  object: {
184
- deepEqual: "`#{field}` 不等于期望值",
185
- hasKeys: "`#{field}` 不包含必须字段",
186
- empty: "`#{field}` 不是对象"
184
+ deepEqual: '`#{field}` 不等于期望值',
185
+ hasKeys: '`#{field}` 不包含必须字段',
186
+ empty: '`#{field}` 不是对象',
187
187
  },
188
188
  boolean: {
189
- true: "期望是 `true`",
190
- false: "期望是 `false`"
191
- }
192
- }
189
+ true: '期望是 `true`',
190
+ false: '期望是 `false`',
191
+ },
192
+ },
193
193
  },
194
194
  colorPicker: {
195
- history: "最近使用颜色",
196
- preset: "系统预设颜色",
197
- empty: "暂无"
198
- }
199
- };
200
- export {
201
- lang as default
195
+ history: '最近使用颜色',
196
+ preset: '系统预设颜色',
197
+ empty: '暂无',
198
+ },
202
199
  };
200
+ export { lang as default };