yc-design-vue 1.4.8 → 1.5.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 (104) hide show
  1. package/es/Alert/index.vue2.js +1 -1
  2. package/es/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -1
  3. package/es/Calendar/Calendar.vue2.js +1 -1
  4. package/es/Cascader/CascaderIcon.vue2.js +1 -1
  5. package/es/Checkbox/Checkbox.vue2.js +1 -1
  6. package/es/Collapse/CollapseItem.vue2.js +1 -1
  7. package/es/Drawer/Drawer.vue2.js +1 -1
  8. package/es/Dropdown/Dropdown.vue.js +1 -1
  9. package/es/Input/Input.vue2.js +1 -1
  10. package/es/Input/InputSuffix.vue2.js +3 -3
  11. package/es/InputTag/index.vue2.js +1 -1
  12. package/es/Layout/LayoutSider.vue.js +1 -1
  13. package/es/Layout/LayoutSider.vue2.js +13 -7
  14. package/es/Layout/hooks/useSiderContext.js +3 -1
  15. package/es/Menu/Menu.vue.js +1 -1
  16. package/es/Menu/Menu.vue2.js +2 -2
  17. package/es/Menu/MenuEllipsis.vue.js +1 -1
  18. package/es/Menu/MenuEllipsis.vue2.js +1 -1
  19. package/es/Menu/MenuItem.vue.js +1 -1
  20. package/es/Menu/MenuItem.vue2.js +1 -1
  21. package/es/Menu/MenuItemGroup.vue.js +1 -1
  22. package/es/Menu/MenuItemGroup.vue2.js +1 -1
  23. package/es/Menu/SubMenu.vue.js +1 -1
  24. package/es/Menu/SubMenu.vue2.js +9 -8
  25. package/es/Message/Message.vue2.js +1 -1
  26. package/es/Modal/Modal.vue2.js +1 -1
  27. package/es/Notification/Notification.vue2.js +1 -1
  28. package/es/PageHeader/index.vue2.js +1 -1
  29. package/es/Progress/ProgressCircle.vue2.js +1 -1
  30. package/es/Radio/Radio.vue2.js +1 -1
  31. package/es/Select/SelectIcon.vue2.js +1 -1
  32. package/es/Tabs/TabButton.vue2.js +1 -1
  33. package/es/Tag/index.vue2.js +1 -1
  34. package/es/Textarea/index.vue2.js +1 -1
  35. package/es/TimePicker/TimePicker.vue2.js +1 -1
  36. package/es/Transfer/TransferPanel.vue2.js +3 -3
  37. package/es/Trigger/index.vue2.js +1 -1
  38. package/es/_shared/components/{ExpandTransition.vue2.js → ExpandTransition.vue.js} +1 -1
  39. package/es/_shared/icons/IconDelete.vue.js +1 -16
  40. package/es/_shared/icons/IconDelete.vue2.js +16 -1
  41. package/es/_shared/icons/IconExclamation.vue.js +27 -1
  42. package/es/_shared/icons/IconExclamation.vue2.js +1 -27
  43. package/es/_shared/icons/IconEyeClose.vue.js +1 -20
  44. package/es/_shared/icons/IconEyeClose.vue2.js +20 -1
  45. package/es/_shared/icons/IconEyeOpen.vue.js +1 -17
  46. package/es/_shared/icons/IconEyeOpen.vue2.js +17 -1
  47. package/es/_shared/icons/IconSearch.vue.js +1 -16
  48. package/es/_shared/icons/IconSearch.vue2.js +16 -1
  49. package/es/_shared/icons/IconSeparator.vue.js +16 -1
  50. package/es/_shared/icons/IconSeparator.vue2.js +1 -16
  51. package/es/style.css +1 -1
  52. package/lib/Alert/index.vue2.js +1 -1
  53. package/lib/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -1
  54. package/lib/Calendar/Calendar.vue2.js +1 -1
  55. package/lib/Cascader/CascaderIcon.vue2.js +1 -1
  56. package/lib/Checkbox/Checkbox.vue2.js +1 -1
  57. package/lib/Collapse/CollapseItem.vue2.js +1 -1
  58. package/lib/Drawer/Drawer.vue2.js +1 -1
  59. package/lib/Dropdown/Dropdown.vue.js +1 -1
  60. package/lib/Input/Input.vue2.js +1 -1
  61. package/lib/Input/InputSuffix.vue2.js +1 -1
  62. package/lib/InputTag/index.vue2.js +1 -1
  63. package/lib/Layout/LayoutSider.vue.js +1 -1
  64. package/lib/Layout/LayoutSider.vue2.js +1 -1
  65. package/lib/Layout/hooks/useSiderContext.js +1 -1
  66. package/lib/Menu/Menu.vue.js +1 -1
  67. package/lib/Menu/Menu.vue2.js +1 -1
  68. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  69. package/lib/Menu/MenuEllipsis.vue2.js +1 -1
  70. package/lib/Menu/MenuItem.vue.js +1 -1
  71. package/lib/Menu/MenuItem.vue2.js +1 -1
  72. package/lib/Menu/MenuItemGroup.vue.js +1 -1
  73. package/lib/Menu/MenuItemGroup.vue2.js +1 -1
  74. package/lib/Menu/SubMenu.vue.js +1 -1
  75. package/lib/Menu/SubMenu.vue2.js +1 -1
  76. package/lib/Message/Message.vue2.js +1 -1
  77. package/lib/Modal/Modal.vue2.js +1 -1
  78. package/lib/Notification/Notification.vue2.js +1 -1
  79. package/lib/PageHeader/index.vue2.js +1 -1
  80. package/lib/Progress/ProgressCircle.vue2.js +1 -1
  81. package/lib/Radio/Radio.vue2.js +1 -1
  82. package/lib/Select/SelectIcon.vue2.js +1 -1
  83. package/lib/Tabs/TabButton.vue2.js +1 -1
  84. package/lib/Tag/index.vue2.js +1 -1
  85. package/lib/Textarea/index.vue2.js +1 -1
  86. package/lib/TimePicker/TimePicker.vue2.js +1 -1
  87. package/lib/Transfer/TransferPanel.vue2.js +1 -1
  88. package/lib/Trigger/index.vue2.js +1 -1
  89. package/lib/_shared/components/ExpandTransition.vue.js +1 -0
  90. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  91. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  92. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  93. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  94. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  95. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  96. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  97. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  98. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  99. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  100. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  101. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  102. package/lib/style.css +1 -1
  103. package/package.json +1 -1
  104. package/lib/_shared/components/ExpandTransition.vue2.js +0 -1
@@ -1,23 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconEyeClose",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", {
10
- d: "M24 37c6.627 0 12.627-4.333 18-13-5.373-8.667-11.373-13-18-13-6.627 0-12.627 4.333-18 13 5.373 8.667 11.373 13 18 13Z",
11
- "clip-rule": "evenodd"
12
- }, null, -1),
13
- createElementVNode("path", { d: "M29 24a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" }, null, -1)
14
- ])),
15
- _: 1,
16
- __: [0]
17
- }, 16);
18
- };
19
- }
20
- });
1
+ import _sfc_main from "./IconEyeClose.vue2.js";
21
2
  export {
22
3
  _sfc_main as default
23
4
  };
@@ -1,4 +1,23 @@
1
- import _sfc_main from "./IconEyeClose.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconEyeClose",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", {
10
+ d: "M24 37c6.627 0 12.627-4.333 18-13-5.373-8.667-11.373-13-18-13-6.627 0-12.627 4.333-18 13 5.373 8.667 11.373 13 18 13Z",
11
+ "clip-rule": "evenodd"
12
+ }, null, -1),
13
+ createElementVNode("path", { d: "M29 24a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" }, null, -1)
14
+ ])),
15
+ _: 1,
16
+ __: [0]
17
+ }, 16);
18
+ };
19
+ }
20
+ });
2
21
  export {
3
22
  _sfc_main as default
4
23
  };
@@ -1,20 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconEyeOpen",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M14 14.5c-2.69 2-5.415 5.33-8 9.5 5.373 8.667 11.373 13 18 13 3.325 0 6.491-1.09 9.5-3.271M17.463 12.5C19 11 21.75 11 24 11c6.627 0 12.627 4.333 18 13-1.766 2.848-3.599 5.228-5.5 7.14" }, null, -1),
10
- createElementVNode("path", { d: "M29 24a5 5 0 1 1-10 0 5 5 0 0 1 10 0ZM6.852 7.103l34.294 34.294" }, null, -1)
11
- ])),
12
- _: 1,
13
- __: [0]
14
- }, 16);
15
- };
16
- }
17
- });
1
+ import _sfc_main from "./IconEyeOpen.vue2.js";
18
2
  export {
19
3
  _sfc_main as default
20
4
  };
@@ -1,4 +1,20 @@
1
- import _sfc_main from "./IconEyeOpen.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconEyeOpen",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M14 14.5c-2.69 2-5.415 5.33-8 9.5 5.373 8.667 11.373 13 18 13 3.325 0 6.491-1.09 9.5-3.271M17.463 12.5C19 11 21.75 11 24 11c6.627 0 12.627 4.333 18 13-1.766 2.848-3.599 5.228-5.5 7.14" }, null, -1),
10
+ createElementVNode("path", { d: "M29 24a5 5 0 1 1-10 0 5 5 0 0 1 10 0ZM6.852 7.103l34.294 34.294" }, null, -1)
11
+ ])),
12
+ _: 1,
13
+ __: [0]
14
+ }, 16);
15
+ };
16
+ }
17
+ });
2
18
  export {
3
19
  _sfc_main as default
4
20
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconSearch",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- 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)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconSearch.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconSearch.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconSearch",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ 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)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconSeparator.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconSeparator",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconSeparator",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconSeparator.vue.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };