@a2simcode/ui 0.0.12 → 0.0.14

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.
@@ -45,6 +45,7 @@ export declare const JForm: {
45
45
  }) => Promise<any>;
46
46
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
47
47
  getFormData: (useTable?: boolean) => Record<string, any>;
48
+ setCompConfig: (id: string, config: Record<string, any>) => void;
48
49
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
50
  change: (...args: any[]) => void;
50
51
  }, import('vue').PublicProps, {
@@ -112,6 +113,7 @@ export declare const JForm: {
112
113
  }) => Promise<any>;
113
114
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
114
115
  getFormData: (useTable?: boolean) => Record<string, any>;
116
+ setCompConfig: (id: string, config: Record<string, any>) => void;
115
117
  }, {}, {}, {}, {
116
118
  readonly: boolean;
117
119
  config: {
@@ -174,6 +176,7 @@ export declare const JForm: {
174
176
  }) => Promise<any>;
175
177
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
176
178
  getFormData: (useTable?: boolean) => Record<string, any>;
179
+ setCompConfig: (id: string, config: Record<string, any>) => void;
177
180
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
178
181
  change: (...args: any[]) => void;
179
182
  }, string, {
@@ -53,6 +53,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
53
53
  }) => Promise<any>;
54
54
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
55
55
  getFormData: (useTable?: boolean) => Record<string, any>;
56
+ setCompConfig: (id: string, config: Record<string, any>) => void;
56
57
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
57
58
  change: (...args: any[]) => void;
58
59
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -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
- };