@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
@@ -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;
@@ -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;
@@ -1,4 +1,5 @@
1
1
  import { VNode } from "vue";
2
+ import { DialogStylePatternType } from "./components/Dialog.vue";
2
3
  export declare const teleport: HTMLElement;
3
4
  export declare function toast(text: string, during?: number): void;
4
5
  export declare function loading(text?: string): () => void;
@@ -8,7 +9,7 @@ export declare function dialog(options?: {
8
9
  showClose?: boolean;
9
10
  cancelText?: string;
10
11
  confirmText?: string;
11
- onClose?: () => void;
12
+ stylePattern?: DialogStylePatternType;
12
13
  onCancel?: () => void;
13
14
  onConfirm?: () => void;
14
15
  }): () => void;
@@ -120,5 +121,5 @@ export declare function plateKeyboard(options?: {
120
121
  onPlates?: (plates: string[]) => void;
121
122
  onOpen?: () => void;
122
123
  onClose?: () => void;
123
- onResize?: (width: number, height: number, rect: DOMRect) => void;
124
+ onResize?: (rect: DOMRect) => void;
124
125
  }): () => void;
package/types/main.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  import "@zyzgroup/core-web/dist/better.css";
2
+ import "@zyzgroup/core-web/dist/theme.css";
2
3
  import "@zyzgroup/core-web/dist/font.css";
3
4
  import "./assets/css/main.css";