@zyzgroup/core-vue 0.0.14 → 0.0.16

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 (124) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +143 -58
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +15473 -17171
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +143 -58
  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 +79 -27
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +15997 -14873
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +79 -27
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +5 -4
  16. package/types/App.vue.d.ts +0 -1
  17. package/types/components/Accordion.ce.vue.d.ts +4 -2
  18. package/types/components/Accordion.vue.d.ts +4 -2
  19. package/types/components/Canvas.ce.vue.d.ts +42 -0
  20. package/types/components/Canvas.vue.d.ts +42 -0
  21. package/types/components/CanvasFromSVG.ce.vue.d.ts +31 -0
  22. package/types/components/CanvasFromSVG.vue.d.ts +31 -0
  23. package/types/components/CanvasShape.ce.vue.d.ts +2 -0
  24. package/types/components/CanvasShape.vue.d.ts +2 -0
  25. package/types/components/CanvasSport.ce.vue.d.ts +2 -0
  26. package/types/components/CanvasSport.vue.d.ts +2 -0
  27. package/types/components/Dialog.ce.vue.d.ts +24 -33
  28. package/types/components/Dialog.vue.d.ts +24 -33
  29. package/types/components/DialogLoading.ce.vue.d.ts +2 -4
  30. package/types/components/DialogLoading.vue.d.ts +2 -4
  31. package/types/components/DialogToast.ce.vue.d.ts +50 -0
  32. package/types/components/DialogToast.vue.d.ts +50 -0
  33. package/types/components/Icon.vue.d.ts +0 -1
  34. package/types/components/Image.ce.vue.d.ts +45 -0
  35. package/types/components/Image.vue.d.ts +45 -0
  36. package/types/components/ImageView.ce.vue.d.ts +34 -0
  37. package/types/components/ImageView.vue.d.ts +34 -0
  38. package/types/components/Input.ce.vue.d.ts +5 -5
  39. package/types/components/Input.vue.d.ts +5 -5
  40. package/types/components/MapTianditu.ce.vue.d.ts +2 -2
  41. package/types/components/MapTianditu.vue.d.ts +2 -2
  42. package/types/components/MouseOver.ce.vue.d.ts +52 -0
  43. package/types/components/MouseOver.vue.d.ts +52 -0
  44. package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +58 -0
  45. package/types/components/PageVerticalScrollProgressBar.vue.d.ts +58 -0
  46. package/types/components/PlateKeyboard.ce.vue.d.ts +1 -1
  47. package/types/components/PlateKeyboard.vue.d.ts +1 -1
  48. package/types/components/PlateMobile.ce.vue.d.ts +1 -1
  49. package/types/components/PlateMobile.vue.d.ts +1 -1
  50. package/types/components/Pop.ce.vue.d.ts +6 -4
  51. package/types/components/Pop.vue.d.ts +7 -4
  52. package/types/components/ProgressBar.ce.vue.d.ts +13 -1
  53. package/types/components/ProgressBar.vue.d.ts +13 -1
  54. package/types/components/Routes.ce.vue.d.ts +60 -0
  55. package/types/components/Routes.vue.d.ts +60 -0
  56. package/types/components/Select.ce.vue.d.ts +6 -6
  57. package/types/components/Select.vue.d.ts +6 -6
  58. package/types/components/SelectAbsolute.ce.vue.d.ts +79 -0
  59. package/types/components/SelectAbsolute.vue.d.ts +79 -0
  60. package/types/components/SlideLeftItem.ce.vue.d.ts +1 -1
  61. package/types/components/SlideLeftItem.vue.d.ts +1 -1
  62. package/types/components/Switch.ce.vue.d.ts +1 -1
  63. package/types/components/Switch.vue.d.ts +1 -1
  64. package/types/components/Tabs.ce.vue.d.ts +15 -0
  65. package/types/components/Tabs.vue.d.ts +15 -0
  66. package/types/components/TabsWithTab.ce.vue.d.ts +33 -0
  67. package/types/components/TabsWithTab.vue.d.ts +33 -0
  68. package/types/components/TweenCSS.ce.vue.d.ts +30 -0
  69. package/types/components/TweenCSS.vue.d.ts +30 -0
  70. package/types/components/bg/BGHeart.ce.vue.d.ts +49 -0
  71. package/types/components/bg/BGHeart.vue.d.ts +49 -0
  72. package/types/components/layout/LayoutCenter.ce.vue.d.ts +36 -0
  73. package/types/components/layout/LayoutCenter.vue.d.ts +36 -0
  74. package/types/components/layout/LayoutMobile.ce.vue.d.ts +39 -0
  75. package/types/components/layout/LayoutMobile.vue.d.ts +39 -0
  76. package/types/components/loading/Loading1.ce.vue.d.ts +29 -0
  77. package/types/components/loading/Loading1.vue.d.ts +29 -0
  78. package/types/components/loading/Loading10.ce.vue.d.ts +29 -0
  79. package/types/components/loading/Loading10.vue.d.ts +29 -0
  80. package/types/components/loading/Loading2.ce.vue.d.ts +29 -0
  81. package/types/components/loading/Loading2.vue.d.ts +29 -0
  82. package/types/components/loading/Loading3.ce.vue.d.ts +34 -0
  83. package/types/components/loading/Loading3.vue.d.ts +34 -0
  84. package/types/components/loading/Loading4.ce.vue.d.ts +29 -0
  85. package/types/components/loading/Loading4.vue.d.ts +29 -0
  86. package/types/components/loading/Loading5.ce.vue.d.ts +29 -0
  87. package/types/components/loading/Loading5.vue.d.ts +29 -0
  88. package/types/components/loading/Loading6.ce.vue.d.ts +29 -0
  89. package/types/components/loading/Loading6.vue.d.ts +29 -0
  90. package/types/components/loading/Loading7.ce.vue.d.ts +29 -0
  91. package/types/components/loading/Loading7.vue.d.ts +29 -0
  92. package/types/components/loading/Loading8.ce.vue.d.ts +29 -0
  93. package/types/components/loading/Loading8.vue.d.ts +29 -0
  94. package/types/components/loading/Loading9.ce.vue.d.ts +29 -0
  95. package/types/components/loading/Loading9.vue.d.ts +29 -0
  96. package/types/components/registerGlobalComponents.d.ts +2 -0
  97. package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
  98. package/types/components/svg/SVGCheck.vue.d.ts +1 -1
  99. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
  100. package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
  101. package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
  102. package/types/components/svg/SVGDelete.vue.d.ts +1 -1
  103. package/types/components/svg/SVGDown.ce.vue.d.ts +1 -1
  104. package/types/components/svg/SVGDown.vue.d.ts +1 -1
  105. package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
  106. package/types/components/svg/SVGFail.vue.d.ts +1 -1
  107. package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
  108. package/types/components/svg/SVGHome.vue.d.ts +1 -1
  109. package/types/components/svg/SVGLoading.ce.vue.d.ts +1 -1
  110. package/types/components/svg/SVGLoading.vue.d.ts +1 -1
  111. package/types/components/svg/SVGLock.ce.vue.d.ts +1 -1
  112. package/types/components/svg/SVGLock.vue.d.ts +1 -1
  113. package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
  114. package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
  115. package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
  116. package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
  117. package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
  118. package/types/components/svg/SVGReturn.vue.d.ts +1 -1
  119. package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
  120. package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
  121. package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
  122. package/types/globalTeleport.d.ts +90 -0
  123. package/types/lib.d.ts +42 -21
  124. package/types/vnode.d.ts +7 -0
@@ -0,0 +1,29 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ color?: string | undefined;
3
+ }>, {
4
+ color: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ color?: string | undefined;
7
+ }>, {
8
+ color: string;
9
+ }>>>, {
10
+ color: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,29 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ color?: string | undefined;
3
+ }>, {
4
+ color: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ color?: string | undefined;
7
+ }>, {
8
+ color: string;
9
+ }>>>, {
10
+ color: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,29 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ color?: string | undefined;
3
+ }>, {
4
+ color: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ color?: string | undefined;
7
+ }>, {
8
+ color: string;
9
+ }>>>, {
10
+ color: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,29 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ color?: string | undefined;
3
+ }>, {
4
+ color: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ color?: string | undefined;
7
+ }>, {
8
+ color: string;
9
+ }>>>, {
10
+ color: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,29 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ color?: string | undefined;
3
+ }>, {
4
+ color: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ color?: string | undefined;
7
+ }>, {
8
+ color: string;
9
+ }>>>, {
10
+ color: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,29 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ color?: string | undefined;
3
+ }>, {
4
+ color: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ color?: string | undefined;
7
+ }>, {
8
+ color: string;
9
+ }>>>, {
10
+ color: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,29 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ color?: string | undefined;
3
+ }>, {
4
+ color: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ color?: string | undefined;
7
+ }>, {
8
+ color: string;
9
+ }>>>, {
10
+ color: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,2 @@
1
+ import type { App } from "vue";
2
+ export declare const registerGlobalComponents: (app: App<Element>) => Promise<void>;
@@ -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
- color: string;
15
14
  width: string;
15
+ color: 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
- color: string;
15
14
  width: string;
15
+ color: 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
- color: string;
15
14
  width: string;
15
+ color: 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
- color: string;
15
14
  width: string;
15
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  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
- color: string;
15
14
  width: string;
15
+ color: 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
- color: string;
15
14
  width: string;
15
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: 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
- color: string;
17
16
  width: string;
17
+ color: string;
18
18
  }, {}>;
19
19
  export default _default;
20
20
  type __VLS_WithDefaults<P, D> = {
@@ -0,0 +1,90 @@
1
+ import { VNode } from "vue";
2
+ export declare function toast(text: string, during?: number): void;
3
+ export declare function loading(text?: string): () => void;
4
+ export declare function dialog(options?: {
5
+ title?: string;
6
+ content?: string;
7
+ showClose?: boolean;
8
+ cancelText?: string;
9
+ confirmText?: string;
10
+ onClose?: () => void;
11
+ onCancel?: () => void;
12
+ onConfirm?: () => void;
13
+ }): () => void;
14
+ export declare function popBottom(el: HTMLElement | VNode): {
15
+ (): void;
16
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
+ [key: string]: any;
18
+ }>;
19
+ };
20
+ export declare function popTop(el: HTMLElement | VNode): {
21
+ (): void;
22
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>;
25
+ };
26
+ export declare function popLeft(el: HTMLElement | VNode): {
27
+ (): void;
28
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>;
31
+ };
32
+ export declare function popRight(el: HTMLElement | VNode): {
33
+ (): void;
34
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>;
37
+ };
38
+ export declare function popCenter(el: HTMLElement | VNode): {
39
+ (): void;
40
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>;
43
+ };
44
+ export declare function popAbsolute(el: HTMLElement | VNode): {
45
+ (): void;
46
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>;
49
+ };
50
+ export declare const popBottomSample: () => {
51
+ (): void;
52
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
55
+ };
56
+ export declare const popTopSample: () => {
57
+ (): void;
58
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
+ [key: string]: any;
60
+ }>;
61
+ };
62
+ export declare const popLeftSample: () => {
63
+ (): void;
64
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
65
+ [key: string]: any;
66
+ }>;
67
+ };
68
+ export declare const popRightSample: () => {
69
+ (): void;
70
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
71
+ [key: string]: any;
72
+ }>;
73
+ };
74
+ export declare const popCenterSample: () => {
75
+ (): void;
76
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
77
+ [key: string]: any;
78
+ }>;
79
+ };
80
+ export declare const popAbsoluteSample: () => {
81
+ (): void;
82
+ vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
83
+ [key: string]: any;
84
+ }>;
85
+ };
86
+ export declare function plateKeyboard(options?: {
87
+ initPlates?: string[];
88
+ completePlateLength?: number;
89
+ onPlates?: (plates: string[]) => void;
90
+ }): () => void;