@zyzgroup/core-vue 0.0.43 → 0.0.44

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 (81) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +146 -149
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +14780 -13330
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +146 -149
  7. package/ce/yz_custom_element.umd.cjs.map +1 -1
  8. package/dist/style.css +1 -1
  9. package/dist/zyzgroup_core_vue.iife.js +17 -10
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +8708 -3704
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +17 -10
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +2 -2
  16. package/types/components/Accordion.ce.vue.d.ts +5 -11
  17. package/types/components/Accordion.vue.d.ts +5 -11
  18. package/types/components/Button.ce.vue.d.ts +17 -13
  19. package/types/components/Button.vue.d.ts +17 -13
  20. package/types/components/Canvas.ce.vue.d.ts +5 -5
  21. package/types/components/Canvas.vue.d.ts +5 -5
  22. package/types/components/Container.ce.vue.d.ts +166 -12
  23. package/types/components/Container.vue.d.ts +166 -12
  24. package/types/components/Dialog.ce.vue.d.ts +28 -10
  25. package/types/components/Dialog.vue.d.ts +28 -10
  26. package/types/components/MapTianditu.ce.vue.d.ts +8 -4
  27. package/types/components/MapTianditu.vue.d.ts +8 -4
  28. package/types/components/Page.ce.vue.d.ts +2 -3
  29. package/types/components/Page.vue.d.ts +2 -3
  30. package/types/components/PlateKeyboard.ce.vue.d.ts +2 -2
  31. package/types/components/PlateKeyboard.vue.d.ts +2 -2
  32. package/types/components/Pop.ce.vue.d.ts +7 -8
  33. package/types/components/Pop.vue.d.ts +7 -8
  34. package/types/components/Popover.ce.vue.d.ts +9 -9
  35. package/types/components/Popover.vue.d.ts +9 -9
  36. package/types/components/SVG.ce.vue.d.ts +5 -5
  37. package/types/components/SVG.vue.d.ts +5 -5
  38. package/types/components/effect/BorderFocusText.ce.vue.d.ts +3 -4
  39. package/types/components/effect/BorderFocusText.vue.d.ts +3 -4
  40. package/types/components/effect/CSSAnimation.ce.vue.d.ts +3 -4
  41. package/types/components/effect/CSSAnimation.vue.d.ts +3 -4
  42. package/types/components/effect/CSSTransition.ce.vue.d.ts +3 -4
  43. package/types/components/effect/CSSTransition.vue.d.ts +3 -4
  44. package/types/components/effect/Circle.ce.vue.d.ts +4 -5
  45. package/types/components/effect/Circle.vue.d.ts +4 -5
  46. package/types/components/effect/Float.ce.vue.d.ts +1 -2
  47. package/types/components/effect/Float.vue.d.ts +1 -2
  48. package/types/components/effect/ImageMask.ce.vue.d.ts +3 -3
  49. package/types/components/effect/ImageMask.vue.d.ts +3 -3
  50. package/types/components/effect/LineDouble.ce.vue.d.ts +4 -5
  51. package/types/components/effect/LineDouble.vue.d.ts +4 -5
  52. package/types/components/effect/LineSingle.ce.vue.d.ts +4 -5
  53. package/types/components/effect/LineSingle.vue.d.ts +4 -5
  54. package/types/components/effect/Slide.ce.vue.d.ts +1 -2
  55. package/types/components/effect/Slide.vue.d.ts +1 -2
  56. package/types/components/effect/SlideCorner.ce.vue.d.ts +4 -5
  57. package/types/components/effect/SlideCorner.vue.d.ts +4 -5
  58. package/types/components/form/ColorPicker.ce.vue.d.ts +9 -13
  59. package/types/components/form/ColorPicker.vue.d.ts +9 -13
  60. package/types/components/form/Input.ce.vue.d.ts +1 -1
  61. package/types/components/form/Input.vue.d.ts +1 -1
  62. package/types/components/form/InputRangeBox.ce.vue.d.ts +2 -2
  63. package/types/components/form/InputRangeBox.vue.d.ts +2 -2
  64. package/types/components/form/InputRangeCanvas.ce.vue.d.ts +6 -4
  65. package/types/components/form/InputRangeCanvas.vue.d.ts +6 -4
  66. package/types/components/form/SlideLeftItem.ce.vue.d.ts +8 -7
  67. package/types/components/form/SlideLeftItem.vue.d.ts +8 -7
  68. package/types/components/form/Switch.ce.vue.d.ts +1 -1
  69. package/types/components/form/Switch.vue.d.ts +1 -1
  70. package/types/components/svg/SVGAdd.ce.vue.d.ts +7 -0
  71. package/types/components/svg/SVGAdd.vue.d.ts +7 -0
  72. package/types/components/svg/SVGClose.ce.vue.d.ts +7 -0
  73. package/types/components/svg/SVGClose.vue.d.ts +7 -0
  74. package/types/components/svg/SVGDelete.ce.vue.d.ts +0 -3
  75. package/types/components/svg/SVGDelete.vue.d.ts +0 -3
  76. package/types/components/svg/SVGEllipse.ce.vue.d.ts +7 -0
  77. package/types/components/svg/SVGEllipse.vue.d.ts +7 -0
  78. package/types/components/svg/SVGWarn.ce.vue.d.ts +4 -4
  79. package/types/components/svg/SVGWarn.vue.d.ts +4 -4
  80. package/types/globalTeleport.d.ts +3 -2
  81. package/types/main.d.ts +1 -0
@@ -6,34 +6,34 @@ type __VLS_Props = {
6
6
  isGlobal?: boolean;
7
7
  closeWhenClickOverlay?: boolean;
8
8
  };
9
- declare const popRef: import("vue").Ref<any, any>;
10
- declare function open(): void;
11
- declare function close(): void;
12
9
  declare const popoverButtonRef: import("vue").Ref<HTMLElement, HTMLElement>;
13
10
  declare const left: import("vue").Ref<number, number>;
14
11
  declare const top: import("vue").Ref<number, number>;
15
12
  declare const width: import("vue").Ref<number, number>;
16
13
  declare const height: import("vue").Ref<number, number>;
17
- declare const containerResize: (w: number, h: number) => void;
14
+ declare const popRef: import("vue").Ref<any, any>;
15
+ declare function open(): void;
16
+ declare function close(): void;
17
+ declare const resize: (controller: any) => void;
18
18
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
- declare var __VLS_1: {}, __VLS_18: {};
19
+ declare var __VLS_1: {}, __VLS_19: {};
20
20
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
21
21
  button?: (props: typeof __VLS_1) => any;
22
22
  } & {
23
- panel?: (props: typeof __VLS_18) => any;
23
+ panel?: (props: typeof __VLS_19) => any;
24
24
  }>;
25
25
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
26
26
  Pop: typeof Pop;
27
27
  Button: typeof Button;
28
28
  Container: typeof Container;
29
- popRef: typeof popRef;
30
- open: typeof open;
31
29
  popoverButtonRef: typeof popoverButtonRef;
32
30
  left: typeof left;
33
31
  top: typeof top;
34
32
  width: typeof width;
35
33
  height: typeof height;
36
- containerResize: typeof containerResize;
34
+ popRef: typeof popRef;
35
+ open: typeof open;
36
+ resize: typeof resize;
37
37
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
38
38
  isGlobal: boolean;
39
39
  closeWhenClickOverlay: boolean;
@@ -6,34 +6,34 @@ type __VLS_Props = {
6
6
  isGlobal?: boolean;
7
7
  closeWhenClickOverlay?: boolean;
8
8
  };
9
- declare const popRef: import("vue").Ref<any, any>;
10
- declare function open(): void;
11
- declare function close(): void;
12
9
  declare const popoverButtonRef: import("vue").Ref<HTMLElement, HTMLElement>;
13
10
  declare const left: import("vue").Ref<number, number>;
14
11
  declare const top: import("vue").Ref<number, number>;
15
12
  declare const width: import("vue").Ref<number, number>;
16
13
  declare const height: import("vue").Ref<number, number>;
17
- declare const containerResize: (w: number, h: number) => void;
14
+ declare const popRef: import("vue").Ref<any, any>;
15
+ declare function open(): void;
16
+ declare function close(): void;
17
+ declare const resize: (controller: any) => void;
18
18
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
- declare var __VLS_1: {}, __VLS_18: {};
19
+ declare var __VLS_1: {}, __VLS_19: {};
20
20
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
21
21
  button?: (props: typeof __VLS_1) => any;
22
22
  } & {
23
- panel?: (props: typeof __VLS_18) => any;
23
+ panel?: (props: typeof __VLS_19) => any;
24
24
  }>;
25
25
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
26
26
  Pop: typeof Pop;
27
27
  Button: typeof Button;
28
28
  Container: typeof Container;
29
- popRef: typeof popRef;
30
- open: typeof open;
31
29
  popoverButtonRef: typeof popoverButtonRef;
32
30
  left: typeof left;
33
31
  top: typeof top;
34
32
  width: typeof width;
35
33
  height: typeof height;
36
- containerResize: typeof containerResize;
34
+ popRef: typeof popRef;
35
+ open: typeof open;
36
+ resize: typeof resize;
37
37
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
38
38
  isGlobal: boolean;
39
39
  closeWhenClickOverlay: boolean;
@@ -2,16 +2,16 @@ import { YZSVG } from "@zyzgroup/core-web";
2
2
  type __VLS_Props = {
3
3
  bgColor?: string;
4
4
  };
5
- declare function getSVG(): Promise<YZSVG>;
6
5
  declare const _default: import("vue").DefineComponent<__VLS_Props, {
7
- getSVGElement: () => any;
8
- getSVG: typeof getSVG;
6
+ getSVG: () => Promise<YZSVG>;
7
+ getElement: () => any;
8
+ getRect: () => any;
9
9
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
- resize: (width: number, height: number) => any;
11
10
  ready: (svg: YZSVG) => any;
11
+ update: (svg: YZSVG) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
- onResize?: (width: number, height: number) => any;
14
13
  onReady?: (svg: YZSVG) => any;
14
+ onUpdate?: (svg: YZSVG) => any;
15
15
  }>, {
16
16
  bgColor: string;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2,16 +2,16 @@ import { YZSVG } from "@zyzgroup/core-web";
2
2
  type __VLS_Props = {
3
3
  bgColor?: string;
4
4
  };
5
- declare function getSVG(): Promise<YZSVG>;
6
5
  declare const _default: import("vue").DefineComponent<__VLS_Props, {
7
- getSVGElement: () => any;
8
- getSVG: typeof getSVG;
6
+ getSVG: () => Promise<YZSVG>;
7
+ getElement: () => any;
8
+ getRect: () => any;
9
9
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
- resize: (width: number, height: number) => any;
11
10
  ready: (svg: YZSVG) => any;
11
+ update: (svg: YZSVG) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
- onResize?: (width: number, height: number) => any;
14
13
  onReady?: (svg: YZSVG) => any;
14
+ onUpdate?: (svg: YZSVG) => any;
15
15
  }>, {
16
16
  bgColor: string;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,6 +1,5 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
3
- import { color } from "@zyzgroup/core-web";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
2
+ import { __color } from "@zyzgroup/core-web";
4
3
  type __VLS_Props = {
5
4
  containerType?: ContainerType;
6
5
  supportCopyText?: boolean;
@@ -21,7 +20,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
21
20
  }>;
22
21
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
23
22
  Container: typeof Container;
24
- color: typeof color;
23
+ __color: typeof __color;
25
24
  isFocus: typeof isFocus;
26
25
  start: typeof start;
27
26
  end: typeof end;
@@ -1,6 +1,5 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
3
- import { color } from "@zyzgroup/core-web";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
2
+ import { __color } from "@zyzgroup/core-web";
4
3
  type __VLS_Props = {
5
4
  containerType?: ContainerType;
6
5
  supportCopyText?: boolean;
@@ -21,7 +20,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
21
20
  }>;
22
21
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
23
22
  Container: typeof Container;
24
- color: typeof color;
23
+ __color: typeof __color;
25
24
  isFocus: typeof isFocus;
26
25
  start: typeof start;
27
26
  end: typeof end;
@@ -1,6 +1,5 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
3
- import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
2
+ import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
4
3
  export type SupportedCSSAnimation = "jelly" | "bounce" | "flash" | "pulse" | "rubberBand" | "shakeX" | "shakeY" | "headShake" | "swing" | "tada" | "wobble" | "jello" | "heartBeat" | "backInLeft" | "backInRight" | "backInUp" | "backInDown" | "backOutLeft" | "backOutRight" | "backOutUp" | "backOutDown" | "bounceIn" | "bounceInLeft" | "bounceInRight" | "bounceInUp" | "bounceInDown" | "bounceOut" | "bounceOutLeft" | "bounceOutRight" | "bounceOutUp" | "bounceOutDown" | "fadeIn" | "fadeInLeft" | "fadeInLeftBig" | "fadeInRight" | "fadeInRightBig" | "fadeInUp" | "fadeInUpBig" | "fadeInDown" | "fadeInDownBig" | "fadeInTopLeft" | "fadeInTopRight" | "fadeInBottomLeft" | "fadeInBottomRight" | "fadeOut" | "fadeOutLeft" | "fadeOutLeftBig" | "fadeOutRight" | "fadeOutRightBig" | "fadeOutUp" | "fadeOutUpBig" | "fadeOutDown" | "fadeOutDownBig" | "fadeOutTopLeft" | "fadeOutTopRight" | "fadeOutBottomRight" | "fadeOutBottomLeft" | "flip" | "flipInX" | "flipInY" | "flipOutX" | "flipOutY" | "flipOutRight" | "flipInLeft" | "flipOutLeft" | "flipInRight" | "flipOutTop" | "flipInBottom" | "flipOutBottom" | "flipInTop" | "lightSpeedInLeft" | "lightSpeedInRight" | "lightSpeedOutLeft" | "lightSpeedOutRight" | "rotateIn" | "rotateInUpLeft" | "rotateInUpRight" | "rotateInDownLeft" | "rotateInDownRight" | "rotateOut" | "rotateOutUpLeft" | "rotateOutUpRight" | "rotateOutDownLeft" | "rotateOutDownRight" | "hinge" | "rotateFall" | "rotateOutNewspaper" | "rotateInNewspaper" | "jackInTheBox" | "rollIn" | "rollOut" | "zoomIn" | "zoomInLeft" | "zoomInRight" | "zoomInUp" | "zoomInDown" | "zoomOut" | "zoomOutLeft" | "zoomOutRight" | "zoomOutUp" | "zoomOutDown" | "fade" | "moveFromLeft" | "moveToLeft" | "moveFromRight" | "moveToRight" | "moveFromTop" | "moveToTop" | "moveFromBottom" | "moveToBottom" | "moveFromLeftFade" | "moveToLeftFade" | "moveFromRightFade" | "moveToRightFade" | "moveFromTopFade" | "moveToTopFade" | "moveFromBottomFade" | "moveToBottomFade" | "scaleFromSmall" | "scaleToSmall" | "scaleFromLarge" | "scaleToLarge" | "scaleFromSmallCenter" | "scaleToSmallCenter" | "slideInLeft" | "slideInRight" | "slideInUp" | "slideInDown" | "slideOutLeft" | "slideOutRight" | "slideOutUp" | "slideOutDown" | "rotateRightSideFirst" | "rotateLeftSideFirst" | "rotateTopSideFirst" | "rotateBottomSideFirst" | "rotatePushLeft" | "rotatePushRight" | "rotatePushTop" | "rotatePushBottom" | "rotatePullRight" | "rotatePullLeft" | "rotatePullTop" | "rotatePullBottom" | "rotateFoldRight" | "rotateFoldLeft" | "rotateFoldTop" | "rotateFoldBottom" | "rotateUnfoldLeft" | "rotateUnfoldRight" | "rotateUnfoldTop" | "rotateUnfoldBottom" | "rotateRoomLeftOut" | "rotateRoomLeftIn" | "rotateRoomRightOut" | "rotateRoomRightIn" | "rotateRoomTopOut" | "rotateRoomTopIn" | "rotateRoomBottomOut" | "rotateRoomBottomIn" | "rotateCubeLeftOut" | "rotateCubeLeftIn" | "rotateCubeRightOut" | "rotateCubeRightIn" | "rotateCubeTopOut" | "rotateCubeTopIn" | "rotateCubeBottomOut" | "rotateCubeBottomIn" | "rotateCarouselLeftOut" | "rotateCarouselLeftIn" | "rotateCarouselRightOut" | "rotateCarouselRightIn" | "rotateCarouselTopOut" | "rotateCarouselTopIn" | "rotateCarouselBottomOut" | "rotateCarouselBottomIn" | "rotateSidesOut" | "rotateSidesIn" | "rotateSlideOut" | "rotateSlideIn" | "superRainbow" | "statusProcessing";
5
4
  type __VLS_Props = {
6
5
  containerType?: ContainerType;
@@ -19,7 +18,7 @@ type __VLS_Props = {
19
18
  declare const parentStyle: Record<string, string>;
20
19
  declare const style: Record<string, string>;
21
20
  declare const animationRef: import("vue").Ref<any, any>;
22
- declare const ready: (app: DOMEventBus) => void;
21
+ declare const ready: (controller: ElementEventBusController) => void;
23
22
  declare const start: () => void;
24
23
  declare const end: () => void;
25
24
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
@@ -1,6 +1,5 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
3
- import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
2
+ import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
4
3
  export type SupportedCSSAnimation = "jelly" | "bounce" | "flash" | "pulse" | "rubberBand" | "shakeX" | "shakeY" | "headShake" | "swing" | "tada" | "wobble" | "jello" | "heartBeat" | "backInLeft" | "backInRight" | "backInUp" | "backInDown" | "backOutLeft" | "backOutRight" | "backOutUp" | "backOutDown" | "bounceIn" | "bounceInLeft" | "bounceInRight" | "bounceInUp" | "bounceInDown" | "bounceOut" | "bounceOutLeft" | "bounceOutRight" | "bounceOutUp" | "bounceOutDown" | "fadeIn" | "fadeInLeft" | "fadeInLeftBig" | "fadeInRight" | "fadeInRightBig" | "fadeInUp" | "fadeInUpBig" | "fadeInDown" | "fadeInDownBig" | "fadeInTopLeft" | "fadeInTopRight" | "fadeInBottomLeft" | "fadeInBottomRight" | "fadeOut" | "fadeOutLeft" | "fadeOutLeftBig" | "fadeOutRight" | "fadeOutRightBig" | "fadeOutUp" | "fadeOutUpBig" | "fadeOutDown" | "fadeOutDownBig" | "fadeOutTopLeft" | "fadeOutTopRight" | "fadeOutBottomRight" | "fadeOutBottomLeft" | "flip" | "flipInX" | "flipInY" | "flipOutX" | "flipOutY" | "flipOutRight" | "flipInLeft" | "flipOutLeft" | "flipInRight" | "flipOutTop" | "flipInBottom" | "flipOutBottom" | "flipInTop" | "lightSpeedInLeft" | "lightSpeedInRight" | "lightSpeedOutLeft" | "lightSpeedOutRight" | "rotateIn" | "rotateInUpLeft" | "rotateInUpRight" | "rotateInDownLeft" | "rotateInDownRight" | "rotateOut" | "rotateOutUpLeft" | "rotateOutUpRight" | "rotateOutDownLeft" | "rotateOutDownRight" | "hinge" | "rotateFall" | "rotateOutNewspaper" | "rotateInNewspaper" | "jackInTheBox" | "rollIn" | "rollOut" | "zoomIn" | "zoomInLeft" | "zoomInRight" | "zoomInUp" | "zoomInDown" | "zoomOut" | "zoomOutLeft" | "zoomOutRight" | "zoomOutUp" | "zoomOutDown" | "fade" | "moveFromLeft" | "moveToLeft" | "moveFromRight" | "moveToRight" | "moveFromTop" | "moveToTop" | "moveFromBottom" | "moveToBottom" | "moveFromLeftFade" | "moveToLeftFade" | "moveFromRightFade" | "moveToRightFade" | "moveFromTopFade" | "moveToTopFade" | "moveFromBottomFade" | "moveToBottomFade" | "scaleFromSmall" | "scaleToSmall" | "scaleFromLarge" | "scaleToLarge" | "scaleFromSmallCenter" | "scaleToSmallCenter" | "slideInLeft" | "slideInRight" | "slideInUp" | "slideInDown" | "slideOutLeft" | "slideOutRight" | "slideOutUp" | "slideOutDown" | "rotateRightSideFirst" | "rotateLeftSideFirst" | "rotateTopSideFirst" | "rotateBottomSideFirst" | "rotatePushLeft" | "rotatePushRight" | "rotatePushTop" | "rotatePushBottom" | "rotatePullRight" | "rotatePullLeft" | "rotatePullTop" | "rotatePullBottom" | "rotateFoldRight" | "rotateFoldLeft" | "rotateFoldTop" | "rotateFoldBottom" | "rotateUnfoldLeft" | "rotateUnfoldRight" | "rotateUnfoldTop" | "rotateUnfoldBottom" | "rotateRoomLeftOut" | "rotateRoomLeftIn" | "rotateRoomRightOut" | "rotateRoomRightIn" | "rotateRoomTopOut" | "rotateRoomTopIn" | "rotateRoomBottomOut" | "rotateRoomBottomIn" | "rotateCubeLeftOut" | "rotateCubeLeftIn" | "rotateCubeRightOut" | "rotateCubeRightIn" | "rotateCubeTopOut" | "rotateCubeTopIn" | "rotateCubeBottomOut" | "rotateCubeBottomIn" | "rotateCarouselLeftOut" | "rotateCarouselLeftIn" | "rotateCarouselRightOut" | "rotateCarouselRightIn" | "rotateCarouselTopOut" | "rotateCarouselTopIn" | "rotateCarouselBottomOut" | "rotateCarouselBottomIn" | "rotateSidesOut" | "rotateSidesIn" | "rotateSlideOut" | "rotateSlideIn" | "superRainbow" | "statusProcessing";
5
4
  type __VLS_Props = {
6
5
  containerType?: ContainerType;
@@ -19,7 +18,7 @@ type __VLS_Props = {
19
18
  declare const parentStyle: Record<string, string>;
20
19
  declare const style: Record<string, string>;
21
20
  declare const animationRef: import("vue").Ref<any, any>;
22
- declare const ready: (app: DOMEventBus) => void;
21
+ declare const ready: (controller: ElementEventBusController) => void;
23
22
  declare const start: () => void;
24
23
  declare const end: () => void;
25
24
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
@@ -1,6 +1,5 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
3
- import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
2
+ import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
4
3
  export type SupportedCSSTransition = "superRainbow";
5
4
  type __VLS_Props = {
6
5
  containerType?: ContainerType;
@@ -13,7 +12,7 @@ type __VLS_Props = {
13
12
  };
14
13
  declare const parentStyle: Record<string, string>;
15
14
  declare const style: Record<string, string>;
16
- declare const ready: (app: DOMEventBus) => void;
15
+ declare const ready: (controller: ElementEventBusController) => void;
17
16
  declare const start: () => void;
18
17
  declare const end: () => void;
19
18
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
@@ -1,6 +1,5 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
3
- import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
2
+ import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
4
3
  export type SupportedCSSTransition = "superRainbow";
5
4
  type __VLS_Props = {
6
5
  containerType?: ContainerType;
@@ -13,7 +12,7 @@ type __VLS_Props = {
13
12
  };
14
13
  declare const parentStyle: Record<string, string>;
15
14
  declare const style: Record<string, string>;
16
- declare const ready: (app: DOMEventBus) => void;
15
+ declare const ready: (controller: ElementEventBusController) => void;
17
16
  declare const start: () => void;
18
17
  declare const end: () => void;
19
18
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -9,13 +8,13 @@ type __VLS_Props = {
9
8
  };
10
9
  declare const containerRef: import("vue").Ref<any, any>;
11
10
  declare const style: Record<string, string>;
12
- declare const resize: (w: number, h: number) => void;
11
+ declare const resize: (controller: any) => void;
13
12
  declare const start: () => void;
14
13
  declare const end: () => void;
15
14
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
16
- declare var __VLS_12: {};
15
+ declare var __VLS_13: {};
17
16
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
18
- default?: (props: typeof __VLS_12) => any;
17
+ default?: (props: typeof __VLS_13) => any;
19
18
  }>;
20
19
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
21
20
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -9,13 +8,13 @@ type __VLS_Props = {
9
8
  };
10
9
  declare const containerRef: import("vue").Ref<any, any>;
11
10
  declare const style: Record<string, string>;
12
- declare const resize: (w: number, h: number) => void;
11
+ declare const resize: (controller: any) => void;
13
12
  declare const start: () => void;
14
13
  declare const end: () => void;
15
14
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
16
- declare var __VLS_12: {};
15
+ declare var __VLS_13: {};
17
16
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
18
- default?: (props: typeof __VLS_12) => any;
17
+ default?: (props: typeof __VLS_13) => any;
19
18
  }>;
20
19
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
21
20
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -6,13 +6,13 @@ type __VLS_Props = {
6
6
  };
7
7
  declare const width: import("vue").Ref<number, number>;
8
8
  declare const height: import("vue").Ref<number, number>;
9
- declare const resize: (w: number, h: number) => void;
9
+ declare const resize: (controller: any) => void;
10
10
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
11
- declare var __VLS_1: {}, __VLS_13: {};
11
+ declare var __VLS_1: {}, __VLS_14: {};
12
12
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
13
13
  mask?: (props: typeof __VLS_1) => any;
14
14
  } & {
15
- default?: (props: typeof __VLS_13) => any;
15
+ default?: (props: typeof __VLS_14) => any;
16
16
  }>;
17
17
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
18
18
  Container: typeof Container;
@@ -6,13 +6,13 @@ type __VLS_Props = {
6
6
  };
7
7
  declare const width: import("vue").Ref<number, number>;
8
8
  declare const height: import("vue").Ref<number, number>;
9
- declare const resize: (w: number, h: number) => void;
9
+ declare const resize: (controller: any) => void;
10
10
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
11
- declare var __VLS_1: {}, __VLS_13: {};
11
+ declare var __VLS_1: {}, __VLS_14: {};
12
12
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
13
13
  mask?: (props: typeof __VLS_1) => any;
14
14
  } & {
15
- default?: (props: typeof __VLS_13) => any;
15
+ default?: (props: typeof __VLS_14) => any;
16
16
  }>;
17
17
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
18
18
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -11,16 +10,16 @@ type __VLS_Props = {
11
10
  direction?: "toEnd" | "toStart" | "towards" | "fromCenter";
12
11
  };
13
12
  declare let ratio: number;
14
- declare const resize: (w: number, h: number) => void;
13
+ declare const resize: (controller: any) => void;
15
14
  declare const commonStyle: Record<string, string>;
16
15
  declare const beforeStyle: Record<string, string>;
17
16
  declare const afterStyle: Record<string, string>;
18
17
  declare const start: () => void;
19
18
  declare const end: () => void;
20
19
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
21
- declare var __VLS_11: {};
20
+ declare var __VLS_12: {};
22
21
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
23
- default?: (props: typeof __VLS_11) => any;
22
+ default?: (props: typeof __VLS_12) => any;
24
23
  }>;
25
24
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
26
25
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -11,16 +10,16 @@ type __VLS_Props = {
11
10
  direction?: "toEnd" | "toStart" | "towards" | "fromCenter";
12
11
  };
13
12
  declare let ratio: number;
14
- declare const resize: (w: number, h: number) => void;
13
+ declare const resize: (controller: any) => void;
15
14
  declare const commonStyle: Record<string, string>;
16
15
  declare const beforeStyle: Record<string, string>;
17
16
  declare const afterStyle: Record<string, string>;
18
17
  declare const start: () => void;
19
18
  declare const end: () => void;
20
19
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
21
- declare var __VLS_11: {};
20
+ declare var __VLS_12: {};
22
21
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
23
- default?: (props: typeof __VLS_11) => any;
22
+ default?: (props: typeof __VLS_12) => any;
24
23
  }>;
25
24
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
26
25
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -11,14 +10,14 @@ type __VLS_Props = {
11
10
  direction?: "right" | "left" | "fromCenter";
12
11
  };
13
12
  declare let ratio: number;
14
- declare const resize: (w: number, h: number) => void;
13
+ declare const resize: (controller: any) => void;
15
14
  declare const style: Record<string, string>;
16
15
  declare const start: () => void;
17
16
  declare const end: () => void;
18
17
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
- declare var __VLS_11: {};
18
+ declare var __VLS_12: {};
20
19
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
21
- default?: (props: typeof __VLS_11) => any;
20
+ default?: (props: typeof __VLS_12) => any;
22
21
  }>;
23
22
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
24
23
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -11,14 +10,14 @@ type __VLS_Props = {
11
10
  direction?: "right" | "left" | "fromCenter";
12
11
  };
13
12
  declare let ratio: number;
14
- declare const resize: (w: number, h: number) => void;
13
+ declare const resize: (controller: any) => void;
15
14
  declare const style: Record<string, string>;
16
15
  declare const start: () => void;
17
16
  declare const end: () => void;
18
17
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
- declare var __VLS_11: {};
18
+ declare var __VLS_12: {};
20
19
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
21
- default?: (props: typeof __VLS_11) => any;
20
+ default?: (props: typeof __VLS_12) => any;
22
21
  }>;
23
22
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
24
23
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -10,13 +9,13 @@ type __VLS_Props = {
10
9
  };
11
10
  declare const style: Record<string, string>;
12
11
  declare let ratio: number;
13
- declare const resize: (w: number, h: number) => void;
12
+ declare const resize: (controller: any) => void;
14
13
  declare const start: () => void;
15
14
  declare const end: () => void;
16
15
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
17
- declare var __VLS_11: {};
16
+ declare var __VLS_12: {};
18
17
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
19
- default?: (props: typeof __VLS_11) => any;
18
+ default?: (props: typeof __VLS_12) => any;
20
19
  }>;
21
20
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
22
21
  Container: typeof Container;
@@ -1,5 +1,4 @@
1
- import Container from "../Container.vue";
2
- import { ContainerType, EffectTriggerTiming } from "../../types";
1
+ import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
3
2
  type __VLS_Props = {
4
3
  containerType?: ContainerType;
5
4
  supportCopyText?: boolean;
@@ -10,13 +9,13 @@ type __VLS_Props = {
10
9
  };
11
10
  declare const style: Record<string, string>;
12
11
  declare let ratio: number;
13
- declare const resize: (w: number, h: number) => void;
12
+ declare const resize: (controller: any) => void;
14
13
  declare const start: () => void;
15
14
  declare const end: () => void;
16
15
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
17
- declare var __VLS_11: {};
16
+ declare var __VLS_12: {};
18
17
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
19
- default?: (props: typeof __VLS_11) => any;
18
+ default?: (props: typeof __VLS_12) => any;
20
19
  }>;
21
20
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
22
21
  Container: typeof Container;
@@ -1,6 +1,5 @@
1
1
  import Popover from "../Popover.vue";
2
2
  import Container from "../Container.vue";
3
- import { DOMEventBus } from "@zyzgroup/core-web";
4
3
  type __VLS_Props = {
5
4
  color?: string;
6
5
  };
@@ -9,12 +8,11 @@ declare const colorString: import("vue").Ref<string, string>;
9
8
  declare const oppositeColorString: import("vue").Ref<string, string>;
10
9
  declare const rightColorString: import("vue").Ref<string, string>;
11
10
  declare const oppositeRightColorString: import("vue").Ref<string, string>;
12
- declare const h: import("vue").Ref<number, number>;
13
- declare const s: import("vue").Ref<number, number>;
14
- declare const v: import("vue").Ref<number, number>;
15
- declare function setColor(c?: any): void;
16
- declare const hueFieldReady: (app: DOMEventBus) => void;
17
- declare const saturationFieldReady: (app: DOMEventBus) => void;
11
+ declare const hTop: import("vue").Ref<number, number>;
12
+ declare const sLeft: import("vue").Ref<number, number>;
13
+ declare const vTop: import("vue").Ref<number, number>;
14
+ declare const hueFieldReady: (controller: any) => void;
15
+ declare const saturationFieldReady: (controller: any) => void;
18
16
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
17
  declare var __VLS_6: {};
20
18
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
@@ -28,9 +26,9 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
28
26
  oppositeColorString: typeof oppositeColorString;
29
27
  rightColorString: typeof rightColorString;
30
28
  oppositeRightColorString: typeof oppositeRightColorString;
31
- h: typeof h;
32
- s: typeof s;
33
- v: typeof v;
29
+ hTop: typeof hTop;
30
+ sLeft: typeof sLeft;
31
+ vTop: typeof vTop;
34
32
  hueFieldReady: typeof hueFieldReady;
35
33
  saturationFieldReady: typeof saturationFieldReady;
36
34
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -40,9 +38,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
40
38
  }>, {
41
39
  color: string;
42
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
44
- setColor: typeof setColor;
45
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
46
42
  change: (color: string) => any;
47
43
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
48
44
  onChange?: (color: string) => any;