yc-design-vue 1.5.0 → 1.5.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 (92) 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/Divider/index.vue.js +1 -1
  8. package/es/Divider/index.vue2.js +1 -1
  9. package/es/Drawer/Drawer.vue2.js +1 -1
  10. package/es/Input/Input.vue2.js +1 -1
  11. package/es/Input/InputSuffix.vue2.js +1 -1
  12. package/es/InputTag/index.vue2.js +1 -1
  13. package/es/Layout/hooks/useSiderContext.js +8 -9
  14. package/es/Menu/SubMenu.vue2.js +1 -1
  15. package/es/Menu/hooks/useContext.d.ts +1 -1
  16. package/es/Menu/hooks/useContext.js +12 -3
  17. package/es/Message/Message.vue2.js +1 -1
  18. package/es/Modal/Modal.vue2.js +1 -1
  19. package/es/Notification/Notification.vue2.js +1 -1
  20. package/es/PageHeader/index.vue2.js +1 -1
  21. package/es/Progress/ProgressCircle.vue2.js +1 -1
  22. package/es/Radio/Radio.vue2.js +1 -1
  23. package/es/Select/SelectIcon.vue2.js +1 -1
  24. package/es/Tabs/TabButton.vue2.js +1 -1
  25. package/es/Tag/index.vue2.js +1 -1
  26. package/es/Textarea/index.vue2.js +1 -1
  27. package/es/TimePicker/TimePicker.vue2.js +1 -1
  28. package/es/Transfer/TransferPanel.vue2.js +3 -3
  29. package/es/Trigger/index.vue2.js +1 -1
  30. package/es/Typography/TypographyBase.vue2.js +2 -2
  31. package/es/_shared/components/{ExpandTransition.vue.js → ExpandTransition.vue2.js} +1 -1
  32. package/es/_shared/icons/IconCopy.vue.js +16 -1
  33. package/es/_shared/icons/IconCopy.vue2.js +1 -16
  34. package/es/_shared/icons/IconDelete.vue.js +16 -1
  35. package/es/_shared/icons/IconDelete.vue2.js +1 -16
  36. package/es/_shared/icons/IconEdit.vue.js +16 -1
  37. package/es/_shared/icons/IconEdit.vue2.js +1 -16
  38. package/es/_shared/icons/IconExclamation.vue.js +1 -27
  39. package/es/_shared/icons/IconExclamation.vue2.js +27 -1
  40. package/es/_shared/icons/IconSearch.vue.js +16 -1
  41. package/es/_shared/icons/IconSearch.vue2.js +1 -16
  42. package/es/_shared/icons/IconSeparator.vue.js +1 -16
  43. package/es/_shared/icons/IconSeparator.vue2.js +16 -1
  44. package/es/node_modules/@vueuse/core/index.js +1 -1
  45. package/es/node_modules/@vueuse/shared/index.js +1 -1
  46. package/es/style.css +1 -1
  47. package/lib/Alert/index.vue2.js +1 -1
  48. package/lib/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -1
  49. package/lib/Calendar/Calendar.vue2.js +1 -1
  50. package/lib/Cascader/CascaderIcon.vue2.js +1 -1
  51. package/lib/Checkbox/Checkbox.vue2.js +1 -1
  52. package/lib/Collapse/CollapseItem.vue2.js +1 -1
  53. package/lib/Divider/index.vue.js +1 -1
  54. package/lib/Divider/index.vue2.js +1 -1
  55. package/lib/Drawer/Drawer.vue2.js +1 -1
  56. package/lib/Input/Input.vue2.js +1 -1
  57. package/lib/Input/InputSuffix.vue2.js +1 -1
  58. package/lib/InputTag/index.vue2.js +1 -1
  59. package/lib/Layout/hooks/useSiderContext.js +1 -1
  60. package/lib/Menu/SubMenu.vue2.js +1 -1
  61. package/lib/Menu/hooks/useContext.d.ts +1 -1
  62. package/lib/Menu/hooks/useContext.js +1 -1
  63. package/lib/Message/Message.vue2.js +1 -1
  64. package/lib/Modal/Modal.vue2.js +1 -1
  65. package/lib/Notification/Notification.vue2.js +1 -1
  66. package/lib/PageHeader/index.vue2.js +1 -1
  67. package/lib/Progress/ProgressCircle.vue2.js +1 -1
  68. package/lib/Radio/Radio.vue2.js +1 -1
  69. package/lib/Select/SelectIcon.vue2.js +1 -1
  70. package/lib/Tabs/TabButton.vue2.js +1 -1
  71. package/lib/Tag/index.vue2.js +1 -1
  72. package/lib/Textarea/index.vue2.js +1 -1
  73. package/lib/TimePicker/TimePicker.vue2.js +1 -1
  74. package/lib/Transfer/TransferPanel.vue2.js +1 -1
  75. package/lib/Trigger/index.vue2.js +1 -1
  76. package/lib/Typography/TypographyBase.vue2.js +1 -1
  77. package/lib/_shared/components/ExpandTransition.vue2.js +1 -0
  78. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  79. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  80. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  81. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  82. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  83. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  84. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  85. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  86. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  87. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  88. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  89. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  90. package/lib/style.css +1 -1
  91. package/package.json +1 -1
  92. package/lib/_shared/components/ExpandTransition.vue.js +0 -1
@@ -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.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconSeparator.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: "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,4 +1,4 @@
1
- import { tryOnScopeDispose, toArray, watchImmediate, isClient, isObject, makeDestructurable, camelize, tryOnMounted, toRefs, noop, isIOS, notNullish, useThrottleFn, useDebounceFn, pxValue, injectLocal, toRef, pausableWatch as watchPausable, useTimeoutFn, createSingletonPromise } from "../shared/index.js";
1
+ import { tryOnScopeDispose, toArray, watchImmediate, isClient, isObject, makeDestructurable, camelize, tryOnMounted, toRefs, noop, isIOS, notNullish, useThrottleFn, useDebounceFn, pxValue, toRef, injectLocal, pausableWatch as watchPausable, useTimeoutFn, createSingletonPromise } from "../shared/index.js";
2
2
  import { bypassFilter, createFilterWrapper, debounceFilter, getLifeCycleTarget, pausableFilter, throttleFilter, watchWithFilter } from "../shared/index.js";
3
3
  import { computed, toValue, watch, shallowRef, getCurrentInstance, onMounted, unref, defineComponent, ref, reactive, watchEffect, hasInjectionContext, nextTick, toRaw } from "vue";
4
4
  function createReusableTemplate(options = {}) {
@@ -1,4 +1,4 @@
1
- import { getCurrentScope, onScopeDispose, watch, onMounted, nextTick, isRef, toRefs as toRefs$1, customRef, toValue, getCurrentInstance, hasInjectionContext, inject, toRef as toRef$1, readonly, ref, shallowRef } from "vue";
1
+ import { getCurrentScope, onScopeDispose, watch, onMounted, nextTick, isRef, toRefs as toRefs$1, customRef, toValue, getCurrentInstance, toRef as toRef$1, readonly, ref, hasInjectionContext, inject, shallowRef } from "vue";
2
2
  function tryOnScopeDispose(fn) {
3
3
  if (getCurrentScope()) {
4
4
  onScopeDispose(fn);