@a2simcode/ui 0.0.12 → 0.0.13

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.
@@ -175,16 +175,7 @@ export declare const JSliderCaptcha: {
175
175
  contentStyle: import('vue').CSSProperties;
176
176
  wrapperStyle: import('vue').CSSProperties;
177
177
  successText: string;
178
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
179
- $slots: {
180
- text?(_: {
181
- isPassing: boolean;
182
- }): any;
183
- actionIcon?(_: {
184
- isPassing: boolean;
185
- }): any;
186
- };
187
- }) & {
178
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
188
179
  install: (app: import('vue').App) => void;
189
180
  };
190
181
  export default JSliderCaptcha;
@@ -3,129 +3,7 @@ type __VLS_Props = SliderCaptchaProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: boolean;
5
5
  } & __VLS_Props;
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- text?(_: {
10
- isPassing: boolean;
11
- }): any;
12
- actionIcon?(_: {
13
- isPassing: boolean;
14
- }): any;
15
- };
16
- refs: {
17
- wrapperRef: HTMLDivElement;
18
- barRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
19
- barStyle: import('vue').CSSProperties;
20
- toLeft: boolean;
21
- }> & Readonly<{}>, {
22
- getEl: () => HTMLDivElement | null;
23
- setWidth: (val: string) => void;
24
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
25
- barRef: HTMLDivElement;
26
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
27
- P: {};
28
- B: {};
29
- D: {};
30
- C: {};
31
- M: {};
32
- Defaults: {};
33
- }, Readonly<{
34
- barStyle: import('vue').CSSProperties;
35
- toLeft: boolean;
36
- }> & Readonly<{}>, {
37
- getEl: () => HTMLDivElement | null;
38
- setWidth: (val: string) => void;
39
- }, {}, {}, {}, {}> | null;
40
- contentRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
41
- contentStyle: {
42
- type: ObjectConstructor;
43
- default: () => {};
44
- };
45
- isPassing: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
49
- animationDuration: {
50
- type: (StringConstructor | NumberConstructor)[];
51
- default: number;
52
- };
53
- animationIterationCount: {
54
- type: (StringConstructor | NumberConstructor)[];
55
- default: string;
56
- };
57
- }>> & Readonly<{}>, {
58
- getEl: () => HTMLDivElement | null;
59
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
60
- isPassing: boolean;
61
- animationDuration: string | number;
62
- animationIterationCount: string | number;
63
- contentStyle: Record<string, any>;
64
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
65
- contentRef: HTMLDivElement;
66
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
67
- P: {};
68
- B: {};
69
- D: {};
70
- C: {};
71
- M: {};
72
- Defaults: {};
73
- }, Readonly<import('vue').ExtractPropTypes<{
74
- contentStyle: {
75
- type: ObjectConstructor;
76
- default: () => {};
77
- };
78
- isPassing: {
79
- type: BooleanConstructor;
80
- default: boolean;
81
- };
82
- animationDuration: {
83
- type: (StringConstructor | NumberConstructor)[];
84
- default: number;
85
- };
86
- animationIterationCount: {
87
- type: (StringConstructor | NumberConstructor)[];
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- getEl: () => HTMLDivElement | null;
92
- }, {}, {}, {}, {
93
- isPassing: boolean;
94
- animationDuration: string | number;
95
- animationIterationCount: string | number;
96
- contentStyle: Record<string, any>;
97
- }> | null;
98
- actionRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
99
- actionStyle: import('vue').CSSProperties;
100
- isPassing: boolean;
101
- toLeft: boolean;
102
- }> & Readonly<{}>, {
103
- getEl: () => HTMLDivElement | null;
104
- getStyle: () => CSSStyleDeclaration | undefined;
105
- setLeft: (val: string) => void;
106
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
107
- actionRef: HTMLDivElement;
108
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
109
- P: {};
110
- B: {};
111
- D: {};
112
- C: {};
113
- M: {};
114
- Defaults: {};
115
- }, Readonly<{
116
- actionStyle: import('vue').CSSProperties;
117
- isPassing: boolean;
118
- toLeft: boolean;
119
- }> & Readonly<{}>, {
120
- getEl: () => HTMLDivElement | null;
121
- getStyle: () => CSSStyleDeclaration | undefined;
122
- setLeft: (val: string) => void;
123
- }, {}, {}, {}, {}> | null;
124
- };
125
- rootEl: HTMLDivElement;
126
- };
127
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
128
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
129
7
  "update:modelValue": (value: boolean) => any;
130
8
  move: (args_0: SliderRotateVerifyPassingData) => any;
131
9
  success: (args_0: CaptchaVerifyPassingData) => any;
@@ -253,10 +131,4 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
253
131
  setLeft: (val: string) => void;
254
132
  }, {}, {}, {}, {}> | null;
255
133
  }, HTMLDivElement>;
256
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
257
134
  export default _default;
258
- type __VLS_WithTemplateSlots<T, S> = T & {
259
- new (): {
260
- $slots: S;
261
- };
262
- };