@zyzgroup/core-vue 0.0.21 → 0.0.23

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 (129) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +139 -146
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +21754 -18479
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +139 -146
  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 +46 -54
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +17892 -15890
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +46 -54
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +1 -1
  16. package/types/components/Accordion.ce.vue.d.ts +6 -6
  17. package/types/components/Accordion.vue.d.ts +6 -6
  18. package/types/components/Canvas.ce.vue.d.ts +7 -0
  19. package/types/components/Canvas.vue.d.ts +7 -0
  20. package/types/components/CardFlip.ce.vue.d.ts +1 -1
  21. package/types/components/CardFlip.vue.d.ts +1 -1
  22. package/types/components/Container.ce.vue.d.ts +69 -0
  23. package/types/components/Container.vue.d.ts +69 -0
  24. package/types/components/Cube.ce.vue.d.ts +1 -1
  25. package/types/components/Cube.vue.d.ts +1 -1
  26. package/types/components/Dialog.ce.vue.d.ts +5 -10
  27. package/types/components/Dialog.vue.d.ts +5 -10
  28. package/types/components/DialogLoading.ce.vue.d.ts +5 -10
  29. package/types/components/DialogLoading.vue.d.ts +5 -10
  30. package/types/components/DialogToast.ce.vue.d.ts +5 -10
  31. package/types/components/DialogToast.vue.d.ts +5 -10
  32. package/types/components/EaseGraphDisplay.ce.vue.d.ts +1 -1
  33. package/types/components/EaseGraphDisplay.vue.d.ts +1 -1
  34. package/types/components/Icon.ce.vue.d.ts +1 -1
  35. package/types/components/Icon.vue.d.ts +1 -1
  36. package/types/components/Image.ce.vue.d.ts +14 -8
  37. package/types/components/Image.vue.d.ts +14 -8
  38. package/types/components/ImageView.ce.vue.d.ts +6 -0
  39. package/types/components/ImageView.vue.d.ts +6 -0
  40. package/types/components/InterpolationGraphDisplay.ce.vue.d.ts +6 -6
  41. package/types/components/InterpolationGraphDisplay.vue.d.ts +6 -6
  42. package/types/components/Overlay.ce.vue.d.ts +8 -7
  43. package/types/components/Overlay.vue.d.ts +8 -7
  44. package/types/components/Page.ce.vue.d.ts +75 -0
  45. package/types/components/Page.vue.d.ts +75 -0
  46. package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +1 -1
  47. package/types/components/PageVerticalScrollProgressBar.vue.d.ts +1 -1
  48. package/types/components/Pop.ce.vue.d.ts +41 -10
  49. package/types/components/Pop.vue.d.ts +41 -10
  50. package/types/components/ProgressBar.ce.vue.d.ts +1 -3
  51. package/types/components/ProgressBar.vue.d.ts +1 -3
  52. package/types/components/Routes.ce.vue.d.ts +45 -17
  53. package/types/components/Routes.vue.d.ts +45 -17
  54. package/types/components/SVG.ce.vue.d.ts +2 -0
  55. package/types/components/SVG.vue.d.ts +2 -0
  56. package/types/components/SVGAndCanvas.ce.vue.d.ts +1 -1
  57. package/types/components/SVGAndCanvas.vue.d.ts +1 -1
  58. package/types/components/SlideLeftItem.ce.vue.d.ts +1 -1
  59. package/types/components/SlideLeftItem.vue.d.ts +1 -1
  60. package/types/components/Tabs.ce.vue.d.ts +3 -13
  61. package/types/components/Tabs.vue.d.ts +3 -13
  62. package/types/components/Video.ce.vue.d.ts +1 -1
  63. package/types/components/Video.vue.d.ts +1 -1
  64. package/types/components/chat/ClockFlipper.ce.vue.d.ts +77 -0
  65. package/types/components/chat/ClockFlipper.vue.d.ts +77 -0
  66. package/types/components/chat/RingText.ce.vue.d.ts +49 -0
  67. package/types/components/chat/RingText.vue.d.ts +49 -0
  68. package/types/components/effect/BorderFocusText.ce.vue.d.ts +72 -0
  69. package/types/components/effect/BorderFocusText.vue.d.ts +72 -0
  70. package/types/components/effect/CSSAnimation.ce.vue.d.ts +89 -0
  71. package/types/components/effect/CSSAnimation.vue.d.ts +89 -0
  72. package/types/components/effect/CSSTransition.ce.vue.d.ts +68 -0
  73. package/types/components/effect/CSSTransition.vue.d.ts +68 -0
  74. package/types/components/effect/Circle.ce.vue.d.ts +59 -0
  75. package/types/components/effect/Circle.vue.d.ts +59 -0
  76. package/types/components/effect/Float.ce.vue.d.ts +67 -0
  77. package/types/components/effect/Float.vue.d.ts +67 -0
  78. package/types/components/effect/ImageMask.ce.vue.d.ts +42 -0
  79. package/types/components/effect/ImageMask.vue.d.ts +42 -0
  80. package/types/components/effect/LineDouble.ce.vue.d.ts +72 -0
  81. package/types/components/effect/LineDouble.vue.d.ts +72 -0
  82. package/types/components/effect/LineSingle.ce.vue.d.ts +72 -0
  83. package/types/components/effect/LineSingle.vue.d.ts +72 -0
  84. package/types/components/effect/Slide.ce.vue.d.ts +62 -0
  85. package/types/components/effect/Slide.vue.d.ts +62 -0
  86. package/types/components/effect/SlideCorner.ce.vue.d.ts +62 -0
  87. package/types/components/effect/SlideCorner.vue.d.ts +62 -0
  88. package/types/components/effect/TextBackgroundClip.ce.vue.d.ts +34 -0
  89. package/types/components/effect/TextBackgroundClip.vue.d.ts +34 -0
  90. package/types/components/form/CheckboxGroup.ce.vue.d.ts +94 -0
  91. package/types/components/form/CheckboxGroup.vue.d.ts +94 -0
  92. package/types/components/form/Input.ce.vue.d.ts +98 -0
  93. package/types/components/form/Input.vue.d.ts +98 -0
  94. package/types/components/form/RadioGroup.ce.vue.d.ts +94 -0
  95. package/types/components/form/RadioGroup.vue.d.ts +94 -0
  96. package/types/components/layout/LayoutCenter.ce.vue.d.ts +3 -3
  97. package/types/components/layout/LayoutCenter.vue.d.ts +3 -3
  98. package/types/components/loading/Loading11.ce.vue.d.ts +1 -1
  99. package/types/components/loading/Loading11.vue.d.ts +1 -1
  100. package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
  101. package/types/components/svg/SVGCheck.vue.d.ts +1 -1
  102. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
  103. package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
  104. package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
  105. package/types/components/svg/SVGDelete.vue.d.ts +1 -1
  106. package/types/components/svg/SVGDown.ce.vue.d.ts +1 -1
  107. package/types/components/svg/SVGDown.vue.d.ts +1 -1
  108. package/types/components/svg/SVGElement.ce.vue.d.ts +65 -0
  109. package/types/components/svg/SVGElement.vue.d.ts +65 -0
  110. package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
  111. package/types/components/svg/SVGFail.vue.d.ts +1 -1
  112. package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
  113. package/types/components/svg/SVGHome.vue.d.ts +1 -1
  114. package/types/components/svg/SVGLock.ce.vue.d.ts +1 -1
  115. package/types/components/svg/SVGLock.vue.d.ts +1 -1
  116. package/types/components/svg/SVGMaskNapkin.ce.vue.d.ts +2 -0
  117. package/types/components/svg/SVGMaskNapkin.vue.d.ts +2 -0
  118. package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
  119. package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
  120. package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
  121. package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
  122. package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
  123. package/types/components/svg/SVGReturn.vue.d.ts +1 -1
  124. package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
  125. package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
  126. package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
  127. package/types/globalTeleport.d.ts +42 -6
  128. package/types/lib.d.ts +20 -5
  129. package/types/types.d.ts +3 -0
@@ -0,0 +1,94 @@
1
+ declare const _default: <T extends string>(__VLS_props: {
2
+ onChange?: ((values: T) => any) | undefined;
3
+ options: T[];
4
+ disabledIndexs?: number[] | undefined;
5
+ initIndex?: number | undefined;
6
+ isRounded?: boolean | undefined;
7
+ colorBg?: string | undefined;
8
+ colorBgSelected?: string | undefined;
9
+ colorBgDisabled?: string | undefined;
10
+ colorBorder?: string | undefined;
11
+ colorBorderSelected?: string | undefined;
12
+ colorBorderDisabled?: string | undefined;
13
+ colorPath?: string | undefined;
14
+ colorPathDisabled?: string | undefined;
15
+ fontSize?: string | undefined;
16
+ itemWidth?: string | undefined;
17
+ itemPadding?: string | undefined;
18
+ labelPadding?: string | undefined;
19
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
20
+ attrs: any;
21
+ slots: {
22
+ default?(_: {
23
+ label: T;
24
+ index: number;
25
+ }): any;
26
+ };
27
+ emit: (event: "change", values: T) => void;
28
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
29
+ props: {
30
+ onChange?: ((values: T) => any) | undefined;
31
+ options: T[];
32
+ disabledIndexs?: number[] | undefined;
33
+ initIndex?: number | undefined;
34
+ isRounded?: boolean | undefined;
35
+ colorBg?: string | undefined;
36
+ colorBgSelected?: string | undefined;
37
+ colorBgDisabled?: string | undefined;
38
+ colorBorder?: string | undefined;
39
+ colorBorderSelected?: string | undefined;
40
+ colorBorderDisabled?: string | undefined;
41
+ colorPath?: string | undefined;
42
+ colorPathDisabled?: string | undefined;
43
+ fontSize?: string | undefined;
44
+ itemWidth?: string | undefined;
45
+ itemPadding?: string | undefined;
46
+ labelPadding?: string | undefined;
47
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
48
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
49
+ attrs: any;
50
+ slots: {
51
+ default?(_: {
52
+ label: T;
53
+ index: number;
54
+ }): any;
55
+ };
56
+ emit: (event: "change", values: T) => void;
57
+ }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
+ [key: string]: any;
59
+ }> & {
60
+ __ctx?: {
61
+ props: {
62
+ onChange?: ((values: T) => any) | undefined;
63
+ options: T[];
64
+ disabledIndexs?: number[] | undefined;
65
+ initIndex?: number | undefined;
66
+ isRounded?: boolean | undefined;
67
+ colorBg?: string | undefined;
68
+ colorBgSelected?: string | undefined;
69
+ colorBgDisabled?: string | undefined;
70
+ colorBorder?: string | undefined;
71
+ colorBorderSelected?: string | undefined;
72
+ colorBorderDisabled?: string | undefined;
73
+ colorPath?: string | undefined;
74
+ colorPathDisabled?: string | undefined;
75
+ fontSize?: string | undefined;
76
+ itemWidth?: string | undefined;
77
+ itemPadding?: string | undefined;
78
+ labelPadding?: string | undefined;
79
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
80
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
81
+ attrs: any;
82
+ slots: {
83
+ default?(_: {
84
+ label: T;
85
+ index: number;
86
+ }): any;
87
+ };
88
+ emit: (event: "change", values: T) => void;
89
+ } | undefined;
90
+ };
91
+ export default _default;
92
+ type __VLS_Prettify<T> = {
93
+ [K in keyof T]: T[K];
94
+ } & {};
@@ -1,13 +1,13 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- type?: "table" | "flex" | "transform" | "grid" | undefined;
2
+ type?: "table" | "flex" | "grid" | "transform" | undefined;
3
3
  }>, {
4
4
  type: string;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
- type?: "table" | "flex" | "transform" | "grid" | undefined;
6
+ type?: "table" | "flex" | "grid" | "transform" | undefined;
7
7
  }>, {
8
8
  type: string;
9
9
  }>>>, {
10
- type: "table" | "flex" | "transform" | "grid";
10
+ type: "table" | "flex" | "grid" | "transform";
11
11
  }, {}>, {
12
12
  default?(_: {}): any;
13
13
  }>;
@@ -1,13 +1,13 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- type?: "table" | "flex" | "transform" | "grid" | undefined;
2
+ type?: "table" | "flex" | "grid" | "transform" | undefined;
3
3
  }>, {
4
4
  type: string;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
- type?: "table" | "flex" | "transform" | "grid" | undefined;
6
+ type?: "table" | "flex" | "grid" | "transform" | undefined;
7
7
  }>, {
8
8
  type: string;
9
9
  }>>>, {
10
- type: "table" | "flex" | "transform" | "grid";
10
+ type: "table" | "flex" | "grid" | "transform";
11
11
  }, {}>, {
12
12
  default?(_: {}): any;
13
13
  }>;
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  color: string;
12
12
  width: string;
13
13
  }>>>, {
14
- width: string;
15
14
  color: string;
15
+ width: string;
16
16
  }, {}>;
17
17
  export default _default;
18
18
  type __VLS_WithDefaults<P, D> = {
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  color: string;
12
12
  width: string;
13
13
  }>>>, {
14
- width: string;
15
14
  color: string;
15
+ width: string;
16
16
  }, {}>;
17
17
  export default _default;
18
18
  type __VLS_WithDefaults<P, D> = {
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  width: string;
12
12
  color: string;
13
13
  }>>>, {
14
- width: string;
15
14
  color: string;
15
+ width: string;
16
16
  }, {}>;
17
17
  export default _default;
18
18
  type __VLS_WithDefaults<P, D> = {
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  width: string;
12
12
  color: string;
13
13
  }>>>, {
14
- width: string;
15
14
  color: string;
15
+ width: string;
16
16
  }, {}>;
17
17
  export default _default;
18
18
  type __VLS_WithDefaults<P, D> = {
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  width: string;
12
12
  color: string;
13
13
  }>>>, {
14
- width: string;
15
14
  color: string;
15
+ width: string;
16
16
  }, {}>;
17
17
  export default _default;
18
18
  type __VLS_WithDefaults<P, D> = {
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  width: string;
12
12
  color: string;
13
13
  }>>>, {
14
- width: string;
15
14
  color: string;
15
+ width: string;
16
16
  }, {}>;
17
17
  export default _default;
18
18
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -0,0 +1,65 @@
1
+ export type SVGPathAttributes = {
2
+ d: string;
3
+ fill?: string;
4
+ stroke?: string;
5
+ strokeDasharray?: string;
6
+ strokeDashoffset?: string;
7
+ };
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ paths: SVGPathAttributes[];
10
+ width?: string | undefined;
11
+ height?: string | undefined;
12
+ viewBoxWidth?: number | undefined;
13
+ viewBoxHeight?: number | undefined;
14
+ color?: string | undefined;
15
+ }>, {
16
+ width: string;
17
+ height: string;
18
+ viewBoxWidth: number;
19
+ viewBoxHeight: number;
20
+ color: string;
21
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
22
+ paths: SVGPathAttributes[];
23
+ width?: string | undefined;
24
+ height?: string | undefined;
25
+ viewBoxWidth?: number | undefined;
26
+ viewBoxHeight?: number | undefined;
27
+ color?: string | undefined;
28
+ }>, {
29
+ width: string;
30
+ height: string;
31
+ viewBoxWidth: number;
32
+ viewBoxHeight: number;
33
+ color: string;
34
+ }>>>, {
35
+ color: string;
36
+ width: string;
37
+ height: string;
38
+ viewBoxWidth: number;
39
+ viewBoxHeight: number;
40
+ }, {}>, {
41
+ default?(_: {}): any;
42
+ }>;
43
+ export default _default;
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
57
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
+ type __VLS_TypePropsToOption<T> = {
59
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
60
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
+ } : {
62
+ type: import('vue').PropType<T[K]>;
63
+ required: true;
64
+ };
65
+ };
@@ -0,0 +1,65 @@
1
+ export type SVGPathAttributes = {
2
+ d: string;
3
+ fill?: string;
4
+ stroke?: string;
5
+ strokeDasharray?: string;
6
+ strokeDashoffset?: string;
7
+ };
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ paths: SVGPathAttributes[];
10
+ width?: string | undefined;
11
+ height?: string | undefined;
12
+ viewBoxWidth?: number | undefined;
13
+ viewBoxHeight?: number | undefined;
14
+ color?: string | undefined;
15
+ }>, {
16
+ width: string;
17
+ height: string;
18
+ viewBoxWidth: number;
19
+ viewBoxHeight: number;
20
+ color: string;
21
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
22
+ paths: SVGPathAttributes[];
23
+ width?: string | undefined;
24
+ height?: string | undefined;
25
+ viewBoxWidth?: number | undefined;
26
+ viewBoxHeight?: number | undefined;
27
+ color?: string | undefined;
28
+ }>, {
29
+ width: string;
30
+ height: string;
31
+ viewBoxWidth: number;
32
+ viewBoxHeight: number;
33
+ color: string;
34
+ }>>>, {
35
+ color: string;
36
+ width: string;
37
+ height: string;
38
+ viewBoxWidth: number;
39
+ viewBoxHeight: number;
40
+ }, {}>, {
41
+ default?(_: {}): any;
42
+ }>;
43
+ export default _default;
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
57
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
+ type __VLS_TypePropsToOption<T> = {
59
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
60
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
+ } : {
62
+ type: import('vue').PropType<T[K]>;
63
+ required: true;
64
+ };
65
+ };
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  width: string;
14
14
  color: string;
15
15
  }>>>, {
16
- width: string;
17
16
  color: string;
17
+ width: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -11,37 +11,73 @@ export declare function dialog(options?: {
11
11
  onCancel?: () => void;
12
12
  onConfirm?: () => void;
13
13
  }): () => void;
14
- export declare function popBottom(el: HTMLElement | VNode): {
14
+ export declare function popBottom(el: HTMLElement | VNode, options?: {
15
+ absoluteLeft?: string;
16
+ absoluteTop?: string;
17
+ absoluteWidth?: string;
18
+ absoluteHeight?: string;
19
+ popBgColor?: string;
20
+ }): {
15
21
  (): void;
16
22
  vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
23
  [key: string]: any;
18
24
  }>;
19
25
  };
20
- export declare function popTop(el: HTMLElement | VNode): {
26
+ export declare function popTop(el: HTMLElement | VNode, options?: {
27
+ absoluteLeft?: string;
28
+ absoluteTop?: string;
29
+ absoluteWidth?: string;
30
+ absoluteHeight?: string;
31
+ popBgColor?: string;
32
+ }): {
21
33
  (): void;
22
34
  vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
35
  [key: string]: any;
24
36
  }>;
25
37
  };
26
- export declare function popLeft(el: HTMLElement | VNode): {
38
+ export declare function popLeft(el: HTMLElement | VNode, options?: {
39
+ absoluteLeft?: string;
40
+ absoluteTop?: string;
41
+ absoluteWidth?: string;
42
+ absoluteHeight?: string;
43
+ popBgColor?: string;
44
+ }): {
27
45
  (): void;
28
46
  vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
47
  [key: string]: any;
30
48
  }>;
31
49
  };
32
- export declare function popRight(el: HTMLElement | VNode): {
50
+ export declare function popRight(el: HTMLElement | VNode, options?: {
51
+ absoluteLeft?: string;
52
+ absoluteTop?: string;
53
+ absoluteWidth?: string;
54
+ absoluteHeight?: string;
55
+ popBgColor?: string;
56
+ }): {
33
57
  (): void;
34
58
  vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
59
  [key: string]: any;
36
60
  }>;
37
61
  };
38
- export declare function popCenter(el: HTMLElement | VNode): {
62
+ export declare function popCenter(el: HTMLElement | VNode, options?: {
63
+ absoluteLeft?: string;
64
+ absoluteTop?: string;
65
+ absoluteWidth?: string;
66
+ absoluteHeight?: string;
67
+ popBgColor?: string;
68
+ }): {
39
69
  (): void;
40
70
  vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
71
  [key: string]: any;
42
72
  }>;
43
73
  };
44
- export declare function popAbsolute(el: HTMLElement | VNode): {
74
+ export declare function popAbsolute(el: HTMLElement | VNode, options?: {
75
+ absoluteLeft?: string;
76
+ absoluteTop?: string;
77
+ absoluteWidth?: string;
78
+ absoluteHeight?: string;
79
+ popBgColor?: string;
80
+ }): {
45
81
  (): void;
46
82
  vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
83
  [key: string]: any;