yc-design-vue 1.9.8 → 1.9.9

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 (97) hide show
  1. package/es/AutoComplete/type.d.ts +3 -1
  2. package/es/BackTop/index.css +1 -1
  3. package/es/BackTop/index.vue.js +2 -7
  4. package/es/Button/hooks/useContext.d.ts +2 -2
  5. package/es/Button/hooks/useContext.js +3 -13
  6. package/es/Button/index.css +1 -1
  7. package/es/Image/ImagePreviewToolbar.vue.js +6 -6
  8. package/es/InputNumber/InputNumber.vue.d.ts +0 -1
  9. package/es/InputNumber/InputNumber.vue.js +1 -6
  10. package/es/InputNumber/InputOperaBtn.vue.js +1 -1
  11. package/es/InputNumber/index.d.ts +0 -3
  12. package/es/InputNumber/type.d.ts +0 -2
  13. package/es/Select/hooks/useSelectHotkeys.js +3 -1
  14. package/es/TimePicker/TimePicker.vue.js +2 -2
  15. package/es/Transfer/TransferPanel.vue.js +8 -6
  16. package/es/Transfer/type.d.ts +3 -9
  17. package/es/Trigger/hooks/useTriggerPosition.d.ts +0 -1
  18. package/es/Trigger/hooks/useTriggerPosition.js +3 -8
  19. package/es/Trigger/index.vue.js +2 -1
  20. package/es/Typography/TypographyBase.vue.js +2 -2
  21. package/es/VerificationCode/index.vue.js +5 -3
  22. package/es/Watermark/index.d.ts +3 -3
  23. package/es/Watermark/index.vue.d.ts +1 -1
  24. package/es/_shared/icons/IconCopy.vue.js +23 -1
  25. package/es/_shared/icons/IconCopy.vue2.js +1 -23
  26. package/es/_shared/icons/IconDelete.vue.js +1 -23
  27. package/es/_shared/icons/IconDelete.vue2.js +23 -1
  28. package/es/_shared/icons/IconEdit.vue.js +23 -1
  29. package/es/_shared/icons/IconEdit.vue2.js +1 -23
  30. package/es/_shared/icons/IconFullScreen.vue.js +23 -1
  31. package/es/_shared/icons/IconFullScreen.vue2.js +1 -23
  32. package/es/_shared/icons/IconMinus.vue.js +1 -23
  33. package/es/_shared/icons/IconMinus.vue2.js +23 -1
  34. package/es/_shared/icons/IconOriginSize.vue.js +29 -1
  35. package/es/_shared/icons/IconOriginSize.vue2.js +1 -29
  36. package/es/_shared/icons/IconRotateLeft.vue.js +23 -1
  37. package/es/_shared/icons/IconRotateLeft.vue2.js +1 -23
  38. package/es/_shared/icons/IconRotateRight.vue.js +23 -1
  39. package/es/_shared/icons/IconRotateRight.vue2.js +1 -23
  40. package/es/_shared/icons/IconSearch.vue.js +1 -23
  41. package/es/_shared/icons/IconSearch.vue2.js +23 -1
  42. package/es/_shared/icons/IconZoomIn.vue.js +23 -1
  43. package/es/_shared/icons/IconZoomIn.vue2.js +1 -23
  44. package/es/_shared/icons/IconZoomOut.vue.js +23 -1
  45. package/es/_shared/icons/IconZoomOut.vue2.js +1 -23
  46. package/es/_shared/utils/global-config.d.ts +1 -1
  47. package/es/_shared/utils/global-config.js +1 -1
  48. package/es/style.css +1 -1
  49. package/lib/AutoComplete/type.d.ts +3 -1
  50. package/lib/BackTop/index.css +1 -1
  51. package/lib/BackTop/index.vue.js +1 -1
  52. package/lib/Button/hooks/useContext.d.ts +2 -2
  53. package/lib/Button/hooks/useContext.js +1 -1
  54. package/lib/Button/index.css +1 -1
  55. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  56. package/lib/InputNumber/InputNumber.vue.d.ts +0 -1
  57. package/lib/InputNumber/InputNumber.vue.js +1 -1
  58. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  59. package/lib/InputNumber/index.d.ts +0 -3
  60. package/lib/InputNumber/type.d.ts +0 -2
  61. package/lib/Select/hooks/useSelectHotkeys.js +1 -1
  62. package/lib/TimePicker/TimePicker.vue.js +1 -1
  63. package/lib/Transfer/TransferPanel.vue.js +1 -1
  64. package/lib/Transfer/type.d.ts +3 -9
  65. package/lib/Trigger/hooks/useTriggerPosition.d.ts +0 -1
  66. package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
  67. package/lib/Trigger/index.vue.js +1 -1
  68. package/lib/Typography/TypographyBase.vue.js +1 -1
  69. package/lib/VerificationCode/index.vue.js +1 -1
  70. package/lib/Watermark/index.d.ts +3 -3
  71. package/lib/Watermark/index.vue.d.ts +1 -1
  72. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  73. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  74. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  75. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  76. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  77. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  78. package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
  79. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  80. package/lib/_shared/icons/IconMinus.vue.js +1 -1
  81. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  82. package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
  83. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  84. package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
  85. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  86. package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
  87. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  88. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  89. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  90. package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
  91. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  92. package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
  93. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  94. package/lib/_shared/utils/global-config.d.ts +1 -1
  95. package/lib/_shared/utils/global-config.js +1 -1
  96. package/lib/style.css +1 -1
  97. package/package.json +1 -1
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconDelete.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: "IconDelete",
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: "M5 11h5.5m0 0v29a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" }, 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 "./IconEdit.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: "IconEdit",
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: "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)
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: "IconEdit",
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: "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)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconEdit.vue.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconFullScreen.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: "IconFullScreen",
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: "M42 17V9a1 1 0 0 0-1-1h-8M6 17V9a1 1 0 0 1 1-1h8m27 23v8a1 1 0 0 1-1 1h-8M6 31v8a1 1 0 0 0 1 1h8" }, 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: "IconFullScreen",
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: "M42 17V9a1 1 0 0 0-1-1h-8M6 17V9a1 1 0 0 1 1-1h8m27 23v8a1 1 0 0 1-1 1h-8M6 31v8a1 1 0 0 0 1 1h8" }, null, -1)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconFullScreen.vue.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -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: "IconMinus",
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: "M5 24h38" }, null, -1)
17
- ])),
18
- _: 1,
19
- __: [0]
20
- }, 16);
21
- };
22
- }
23
- });
1
+ import _sfc_main from "./IconMinus.vue2.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconMinus.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: "IconMinus",
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: "M5 24h38" }, 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,32 @@
1
- import _sfc_main from "./IconOriginSize.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: "IconOriginSize",
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: "m5.5 11.5 5-2.5h1v32M34 11.5 39 9h1v32" }, null, -1),
17
+ createElementVNode("path", {
18
+ d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z",
19
+ fill: "currentColor",
20
+ stroke: "none"
21
+ }, null, -1),
22
+ createElementVNode("path", { d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z" }, null, -1)
23
+ ])),
24
+ _: 1,
25
+ __: [0]
26
+ }, 16);
27
+ };
28
+ }
29
+ });
2
30
  export {
3
31
  _sfc_main as default
4
32
  };
@@ -1,32 +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: "IconOriginSize",
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: "m5.5 11.5 5-2.5h1v32M34 11.5 39 9h1v32" }, null, -1),
17
- createElementVNode("path", {
18
- d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z",
19
- fill: "currentColor",
20
- stroke: "none"
21
- }, null, -1),
22
- createElementVNode("path", { d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z" }, null, -1)
23
- ])),
24
- _: 1,
25
- __: [0]
26
- }, 16);
27
- };
28
- }
29
- });
1
+ import _sfc_main from "./IconOriginSize.vue.js";
30
2
  export {
31
3
  _sfc_main as default
32
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconRotateLeft.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: "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: "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.vue.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconRotateRight.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: "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,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.vue.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -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.vue2.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconSearch.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: "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,4 +1,26 @@
1
- import _sfc_main from "./IconZoomIn.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: "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: "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.vue.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -1,4 +1,26 @@
1
- import _sfc_main from "./IconZoomOut.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: "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
  };
@@ -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.vue.js";
24
2
  export {
25
3
  _sfc_main as default
26
4
  };
@@ -10,7 +10,7 @@ export interface ConfigProviderProvide {
10
10
  export declare const getGlobalConfig: (props?: Props) => {
11
11
  zIndex: Ref<number, number>;
12
12
  locale: Ref<ObjectData | undefined, ObjectData | undefined>;
13
- size: import('vue').ComputedRef<any>;
14
13
  isAbsolute: import('vue').ComputedRef<any>;
14
+ size: import('vue').ComputedRef<any>;
15
15
  popupContainer: import('vue').ComputedRef<any>;
16
16
  };
@@ -31,8 +31,8 @@ const getGlobalConfig = (props = {}) => {
31
31
  return {
32
32
  zIndex,
33
33
  locale,
34
- size: getVar(size, _size),
35
34
  isAbsolute,
35
+ size: getVar(size, _size),
36
36
  popupContainer: getVar(popupContainer, _popupContainer)
37
37
  };
38
38
  };