sprintify-ui 0.0.15 → 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.
@@ -1,106 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- color: "danger" | "dark" | "light" | "primary" | "white";
8
- size: string;
9
- maxDigit: number;
10
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
- count: {
12
- required: true;
13
- type: NumberConstructor;
14
- };
15
- maxDigit: {
16
- default: number;
17
- type: NumberConstructor;
18
- };
19
- size: {
20
- default: string;
21
- type: StringConstructor;
22
- };
23
- color: {
24
- default: string;
25
- type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
26
- };
27
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "color" | "size" | "maxDigit">;
28
- $attrs: {
29
- [x: string]: unknown;
30
- };
31
- $refs: {
32
- [x: string]: unknown;
33
- };
34
- $slots: Readonly<{
35
- [name: string]: import("vue").Slot | undefined;
36
- }>;
37
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
38
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
39
- $emit: (event: string, ...args: any[]) => void;
40
- $el: any;
41
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
42
- count: {
43
- required: true;
44
- type: NumberConstructor;
45
- };
46
- maxDigit: {
47
- default: number;
48
- type: NumberConstructor;
49
- };
50
- size: {
51
- default: string;
52
- type: StringConstructor;
53
- };
54
- color: {
55
- default: string;
56
- type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
57
- };
58
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
59
- color: "danger" | "dark" | "light" | "primary" | "white";
60
- size: string;
61
- maxDigit: number;
62
- }, {}, string> & {
63
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
64
- created?: ((() => void) | (() => void)[]) | undefined;
65
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
66
- mounted?: ((() => void) | (() => void)[]) | undefined;
67
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
68
- updated?: ((() => void) | (() => void)[]) | undefined;
69
- activated?: ((() => void) | (() => void)[]) | undefined;
70
- deactivated?: ((() => void) | (() => void)[]) | undefined;
71
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
72
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
73
- destroyed?: ((() => void) | (() => void)[]) | undefined;
74
- unmounted?: ((() => void) | (() => void)[]) | undefined;
75
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
76
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
77
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
78
- };
79
- $forceUpdate: () => void;
80
- $nextTick: typeof import("vue").nextTick;
81
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
82
- } & Readonly<import("vue").ExtractPropTypes<{
83
- count: {
84
- required: true;
85
- type: NumberConstructor;
86
- };
87
- maxDigit: {
88
- default: number;
89
- type: NumberConstructor;
90
- };
91
- size: {
92
- default: string;
93
- type: StringConstructor;
94
- };
95
- color: {
96
- default: string;
97
- type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
98
- };
99
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
100
- __isFragment?: undefined;
101
- __isTeleport?: undefined;
102
- __isSuspense?: undefined;
103
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2
+ declare const _default: import("vue").DefineComponent<{
104
3
  count: {
105
4
  required: true;
106
5
  type: NumberConstructor;
@@ -117,9 +16,26 @@ declare const _default: {
117
16
  default: string;
118
17
  type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
119
18
  };
120
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
19
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ count: {
21
+ required: true;
22
+ type: NumberConstructor;
23
+ };
24
+ maxDigit: {
25
+ default: number;
26
+ type: NumberConstructor;
27
+ };
28
+ size: {
29
+ default: string;
30
+ type: StringConstructor;
31
+ };
32
+ color: {
33
+ default: string;
34
+ type: PropType<"danger" | "dark" | "light" | "primary" | "white">;
35
+ };
36
+ }>>, {
121
37
  color: "danger" | "dark" | "light" | "primary" | "white";
122
38
  size: string;
123
39
  maxDigit: number;
124
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
40
+ }>;
125
41
  export default _default;