@zyzgroup/core-vue 0.0.43 → 0.0.45

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 (93) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +148 -149
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +17265 -15234
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +148 -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 +8801 -3726
  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/Click.ce.vue.d.ts +38 -0
  23. package/types/components/Click.vue.d.ts +38 -0
  24. package/types/components/Container.ce.vue.d.ts +166 -12
  25. package/types/components/Container.vue.d.ts +166 -12
  26. package/types/components/Dialog.ce.vue.d.ts +31 -10
  27. package/types/components/Dialog.vue.d.ts +31 -10
  28. package/types/components/DialogLoading.ce.vue.d.ts +2 -2
  29. package/types/components/DialogLoading.vue.d.ts +2 -2
  30. package/types/components/MapTianditu.ce.vue.d.ts +8 -4
  31. package/types/components/MapTianditu.vue.d.ts +8 -4
  32. package/types/components/NumberKeyboard.ce.vue.d.ts +22 -0
  33. package/types/components/NumberKeyboard.vue.d.ts +22 -0
  34. package/types/components/Overlay.ce.vue.d.ts +3 -3
  35. package/types/components/Overlay.vue.d.ts +3 -3
  36. package/types/components/Page.ce.vue.d.ts +2 -3
  37. package/types/components/Page.vue.d.ts +2 -3
  38. package/types/components/PlateKeyboard.ce.vue.d.ts +2 -2
  39. package/types/components/PlateKeyboard.vue.d.ts +2 -2
  40. package/types/components/Pop.ce.vue.d.ts +12 -11
  41. package/types/components/Pop.vue.d.ts +12 -11
  42. package/types/components/Popover.ce.vue.d.ts +12 -12
  43. package/types/components/Popover.vue.d.ts +12 -12
  44. package/types/components/SVG.ce.vue.d.ts +5 -5
  45. package/types/components/SVG.vue.d.ts +5 -5
  46. package/types/components/chat/HalfRingIndicator.ce.vue.d.ts +15 -0
  47. package/types/components/chat/HalfRingIndicator.vue.d.ts +15 -0
  48. package/types/components/effect/BorderFocusText.ce.vue.d.ts +3 -4
  49. package/types/components/effect/BorderFocusText.vue.d.ts +3 -4
  50. package/types/components/effect/CSSAnimation.ce.vue.d.ts +3 -4
  51. package/types/components/effect/CSSAnimation.vue.d.ts +3 -4
  52. package/types/components/effect/CSSTransition.ce.vue.d.ts +3 -4
  53. package/types/components/effect/CSSTransition.vue.d.ts +3 -4
  54. package/types/components/effect/Circle.ce.vue.d.ts +4 -5
  55. package/types/components/effect/Circle.vue.d.ts +4 -5
  56. package/types/components/effect/Float.ce.vue.d.ts +1 -2
  57. package/types/components/effect/Float.vue.d.ts +1 -2
  58. package/types/components/effect/ImageMask.ce.vue.d.ts +3 -3
  59. package/types/components/effect/ImageMask.vue.d.ts +3 -3
  60. package/types/components/effect/LineDouble.ce.vue.d.ts +4 -5
  61. package/types/components/effect/LineDouble.vue.d.ts +4 -5
  62. package/types/components/effect/LineSingle.ce.vue.d.ts +4 -5
  63. package/types/components/effect/LineSingle.vue.d.ts +4 -5
  64. package/types/components/effect/Slide.ce.vue.d.ts +1 -2
  65. package/types/components/effect/Slide.vue.d.ts +1 -2
  66. package/types/components/effect/SlideCorner.ce.vue.d.ts +4 -5
  67. package/types/components/effect/SlideCorner.vue.d.ts +4 -5
  68. package/types/components/form/ColorPicker.ce.vue.d.ts +9 -13
  69. package/types/components/form/ColorPicker.vue.d.ts +9 -13
  70. package/types/components/form/Input.ce.vue.d.ts +1 -1
  71. package/types/components/form/Input.vue.d.ts +1 -1
  72. package/types/components/form/InputRangeBox.ce.vue.d.ts +2 -2
  73. package/types/components/form/InputRangeBox.vue.d.ts +2 -2
  74. package/types/components/form/InputRangeCanvas.ce.vue.d.ts +6 -4
  75. package/types/components/form/InputRangeCanvas.vue.d.ts +6 -4
  76. package/types/components/form/SlideLeftItem.ce.vue.d.ts +8 -7
  77. package/types/components/form/SlideLeftItem.vue.d.ts +8 -7
  78. package/types/components/form/Switch.ce.vue.d.ts +1 -1
  79. package/types/components/form/Switch.vue.d.ts +1 -1
  80. package/types/components/svg/SVGAdd.ce.vue.d.ts +7 -0
  81. package/types/components/svg/SVGAdd.vue.d.ts +7 -0
  82. package/types/components/svg/SVGCleanLeft.ce.vue.d.ts +7 -0
  83. package/types/components/svg/SVGCleanLeft.vue.d.ts +7 -0
  84. package/types/components/svg/SVGClose.ce.vue.d.ts +7 -0
  85. package/types/components/svg/SVGClose.vue.d.ts +7 -0
  86. package/types/components/svg/SVGDelete.ce.vue.d.ts +0 -3
  87. package/types/components/svg/SVGDelete.vue.d.ts +0 -3
  88. package/types/components/svg/SVGEllipse.ce.vue.d.ts +7 -0
  89. package/types/components/svg/SVGEllipse.vue.d.ts +7 -0
  90. package/types/components/svg/SVGWarn.ce.vue.d.ts +4 -4
  91. package/types/components/svg/SVGWarn.vue.d.ts +4 -4
  92. package/types/globalTeleport.d.ts +14 -3
  93. package/types/main.d.ts +1 -0
@@ -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;
@@ -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;
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
39
39
  type: string;
40
40
  required: boolean;
41
41
  borderRadius: string;
42
- borderColor: string;
43
42
  fontColor: string;
43
+ borderColor: string;
44
44
  placeholder: string;
45
45
  placeholderType: "normal" | "underline" | "jump" | "jump-each";
46
46
  showError: boolean;
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
39
39
  type: string;
40
40
  required: boolean;
41
41
  borderRadius: string;
42
- borderColor: string;
43
42
  fontColor: string;
43
+ borderColor: string;
44
44
  placeholder: string;
45
45
  placeholderType: "normal" | "underline" | "jump" | "jump-each";
46
46
  showError: boolean;
@@ -1,4 +1,4 @@
1
- import { DOMEventBus } from "@zyzgroup/core-web";
1
+ import { ElementEventBusController } from "@zyzgroup/core-web";
2
2
  import Container from "../Container.vue";
3
3
  type __VLS_Props = {
4
4
  min?: number;
@@ -14,7 +14,7 @@ type __VLS_Props = {
14
14
  declare const value: import("vue").Ref<number, number>;
15
15
  declare const percent: import("vue").Ref<number, number>;
16
16
  declare const boxContainerRef: import("vue").Ref<any, any>;
17
- declare function ready(app: DOMEventBus): void;
17
+ declare function ready(controller: ElementEventBusController): void;
18
18
  declare const r: import("vue").Ref<any, any>;
19
19
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
20
20
  declare var __VLS_10: {
@@ -1,4 +1,4 @@
1
- import { DOMEventBus } from "@zyzgroup/core-web";
1
+ import { ElementEventBusController } from "@zyzgroup/core-web";
2
2
  import Container from "../Container.vue";
3
3
  type __VLS_Props = {
4
4
  min?: number;
@@ -14,7 +14,7 @@ type __VLS_Props = {
14
14
  declare const value: import("vue").Ref<number, number>;
15
15
  declare const percent: import("vue").Ref<number, number>;
16
16
  declare const boxContainerRef: import("vue").Ref<any, any>;
17
- declare function ready(app: DOMEventBus): void;
17
+ declare function ready(controller: ElementEventBusController): void;
18
18
  declare const r: import("vue").Ref<any, any>;
19
19
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
20
20
  declare var __VLS_10: {
@@ -12,18 +12,20 @@ type __VLS_Props = {
12
12
  barHeight?: string;
13
13
  };
14
14
  declare const value: import("vue").Ref<number, number>;
15
- declare const canvasRef: import("vue").Ref<any, any>;
15
+ declare function update(canvas: any): void;
16
+ declare function ready(canvas: any): void;
16
17
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
17
- declare var __VLS_6: {
18
+ declare var __VLS_9: {
18
19
  value: number;
19
20
  };
20
21
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
21
- default?: (props: typeof __VLS_6) => any;
22
+ default?: (props: typeof __VLS_9) => any;
22
23
  }>;
23
24
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
24
25
  Canvas: typeof Canvas;
25
26
  value: typeof value;
26
- canvasRef: typeof canvasRef;
27
+ update: typeof update;
28
+ ready: typeof ready;
27
29
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
28
30
  change: (value: number) => any;
29
31
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -12,18 +12,20 @@ type __VLS_Props = {
12
12
  barHeight?: string;
13
13
  };
14
14
  declare const value: import("vue").Ref<number, number>;
15
- declare const canvasRef: import("vue").Ref<any, any>;
15
+ declare function update(canvas: any): void;
16
+ declare function ready(canvas: any): void;
16
17
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
17
- declare var __VLS_6: {
18
+ declare var __VLS_9: {
18
19
  value: number;
19
20
  };
20
21
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
21
- default?: (props: typeof __VLS_6) => any;
22
+ default?: (props: typeof __VLS_9) => any;
22
23
  }>;
23
24
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
24
25
  Canvas: typeof Canvas;
25
26
  value: typeof value;
26
- canvasRef: typeof canvasRef;
27
+ update: typeof update;
28
+ ready: typeof ready;
27
29
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
28
30
  change: (value: number) => any;
29
31
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -1,31 +1,33 @@
1
1
  import SVGDelete from "../svg/SVGDelete.vue";
2
+ import Container from "../Container.vue";
2
3
  type __VLS_Props = {
3
4
  deleteColor?: string;
4
- fontColor?: string;
5
5
  borderRadius?: string;
6
6
  deleteWidth?: string;
7
7
  transtionDuration?: string;
8
8
  };
9
9
  declare const isShowDelete: import("vue").Ref<boolean, boolean>;
10
+ declare const oppositeDeleteColor: import("vue").ComputedRef<string>;
10
11
  declare const click: () => void;
11
- declare const item: import("vue").Ref<any, any>;
12
+ declare function ready(controller: any): void;
12
13
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
13
- declare var __VLS_1: {};
14
+ declare var __VLS_9: {};
14
15
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
15
- default?: (props: typeof __VLS_1) => any;
16
+ default?: (props: typeof __VLS_9) => any;
16
17
  }>;
17
18
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
18
19
  SVGDelete: typeof SVGDelete;
20
+ Container: typeof Container;
19
21
  isShowDelete: typeof isShowDelete;
22
+ oppositeDeleteColor: typeof oppositeDeleteColor;
20
23
  click: typeof click;
21
- item: typeof item;
24
+ ready: typeof ready;
22
25
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
23
26
  delete: () => any;
24
27
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
28
  onDelete?: () => any;
26
29
  }>, {
27
30
  borderRadius: string;
28
- fontColor: string;
29
31
  deleteColor: string;
30
32
  deleteWidth: string;
31
33
  transtionDuration: string;
@@ -36,7 +38,6 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
36
38
  onDelete?: () => any;
37
39
  }>, {
38
40
  borderRadius: string;
39
- fontColor: string;
40
41
  deleteColor: string;
41
42
  deleteWidth: string;
42
43
  transtionDuration: string;
@@ -1,31 +1,33 @@
1
1
  import SVGDelete from "../svg/SVGDelete.vue";
2
+ import Container from "../Container.vue";
2
3
  type __VLS_Props = {
3
4
  deleteColor?: string;
4
- fontColor?: string;
5
5
  borderRadius?: string;
6
6
  deleteWidth?: string;
7
7
  transtionDuration?: string;
8
8
  };
9
9
  declare const isShowDelete: import("vue").Ref<boolean, boolean>;
10
+ declare const oppositeDeleteColor: import("vue").ComputedRef<string>;
10
11
  declare const click: () => void;
11
- declare const item: import("vue").Ref<any, any>;
12
+ declare function ready(controller: any): void;
12
13
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
13
- declare var __VLS_1: {};
14
+ declare var __VLS_9: {};
14
15
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
15
- default?: (props: typeof __VLS_1) => any;
16
+ default?: (props: typeof __VLS_9) => any;
16
17
  }>;
17
18
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
18
19
  SVGDelete: typeof SVGDelete;
20
+ Container: typeof Container;
19
21
  isShowDelete: typeof isShowDelete;
22
+ oppositeDeleteColor: typeof oppositeDeleteColor;
20
23
  click: typeof click;
21
- item: typeof item;
24
+ ready: typeof ready;
22
25
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
23
26
  delete: () => any;
24
27
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
28
  onDelete?: () => any;
26
29
  }>, {
27
30
  borderRadius: string;
28
- fontColor: string;
29
31
  deleteColor: string;
30
32
  deleteWidth: string;
31
33
  transtionDuration: string;
@@ -36,7 +38,6 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
36
38
  onDelete?: () => any;
37
39
  }>, {
38
40
  borderRadius: string;
39
- fontColor: string;
40
41
  deleteColor: string;
41
42
  deleteWidth: string;
42
43
  transtionDuration: string;
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
14
14
  }>, {
15
15
  width: string;
16
16
  height: string;
17
- colorPrimary: string;
18
17
  padding: string;
19
18
  init: boolean;
19
+ colorPrimary: string;
20
20
  colorBgOn: string;
21
21
  colorBgOff: string;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
14
14
  }>, {
15
15
  width: string;
16
16
  height: string;
17
- colorPrimary: string;
18
17
  padding: string;
19
18
  init: boolean;
19
+ colorPrimary: string;
20
20
  colorBgOn: string;
21
21
  colorBgOff: string;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -1,10 +1,7 @@
1
1
  type __VLS_Props = {
2
- width?: string;
3
- height?: string;
4
2
  color?: string;
5
3
  };
6
4
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
5
  color: string;
8
- width: string;
9
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
7
  export default _default;
@@ -1,10 +1,7 @@
1
1
  type __VLS_Props = {
2
- width?: string;
3
- height?: string;
4
2
  color?: string;
5
3
  };
6
4
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
5
  color: string;
8
- width: string;
9
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
7
  export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ color?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ color: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
@@ -1,9 +1,9 @@
1
1
  type __VLS_Props = {
2
- scale?: number;
3
- color?: string;
2
+ colorStart?: string;
3
+ colorEnd?: string;
4
4
  };
5
5
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
- color: string;
7
- scale: number;
6
+ colorStart: string;
7
+ colorEnd: string;
8
8
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
9
  export default _default;
@@ -1,9 +1,9 @@
1
1
  type __VLS_Props = {
2
- scale?: number;
3
- color?: string;
2
+ colorStart?: string;
3
+ colorEnd?: string;
4
4
  };
5
5
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
- color: string;
7
- scale: number;
6
+ colorStart: string;
7
+ colorEnd: string;
8
8
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
9
  export default _default;