@a2simcode/ui 0.0.60 → 0.0.62
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.
- package/dist/components/slider-captcha/index.d.ts +5 -5
- package/dist/components/slider-captcha/src/slider-captcha.vue.d.ts +2 -2
- package/dist/components/table/src/interface.d.ts +4 -0
- package/dist/simcode-ui.es.js +4418 -4348
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/docs/components/meta/table.ts +1 -6
- package/docs/components/table.md +48 -0
- package/docs/examples/table/custom-layout.vue +115 -0
- package/docs/examples/table/icon.vue +85 -0
- package/docs/examples/table/link.vue +66 -0
- package/package.json +1 -1
|
@@ -3,14 +3,14 @@ export declare const JSliderCaptcha: {
|
|
|
3
3
|
modelValue?: boolean;
|
|
4
4
|
} & import('./src/types').SliderCaptchaProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6
|
-
onSuccess?: ((args_0: import('./src/types').CaptchaVerifyPassingData) => any) | undefined;
|
|
7
6
|
onMove?: ((args_0: import('./src/types').SliderRotateVerifyPassingData) => any) | undefined;
|
|
7
|
+
onSuccess?: ((args_0: import('./src/types').CaptchaVerifyPassingData) => any) | undefined;
|
|
8
8
|
onStart?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
9
9
|
onEnd?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
11
|
"update:modelValue": (value: boolean) => any;
|
|
12
|
-
success: (args_0: import('./src/types').CaptchaVerifyPassingData) => any;
|
|
13
12
|
move: (args_0: import('./src/types').SliderRotateVerifyPassingData) => any;
|
|
13
|
+
success: (args_0: import('./src/types').CaptchaVerifyPassingData) => any;
|
|
14
14
|
start: (args_0: MouseEvent | TouchEvent) => any;
|
|
15
15
|
end: (args_0: MouseEvent | TouchEvent) => any;
|
|
16
16
|
}, import('vue').PublicProps, {
|
|
@@ -139,8 +139,8 @@ export declare const JSliderCaptcha: {
|
|
|
139
139
|
modelValue?: boolean;
|
|
140
140
|
} & import('./src/types').SliderCaptchaProps> & Readonly<{
|
|
141
141
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
142
|
-
onSuccess?: ((args_0: import('./src/types').CaptchaVerifyPassingData) => any) | undefined;
|
|
143
142
|
onMove?: ((args_0: import('./src/types').SliderRotateVerifyPassingData) => any) | undefined;
|
|
143
|
+
onSuccess?: ((args_0: import('./src/types').CaptchaVerifyPassingData) => any) | undefined;
|
|
144
144
|
onStart?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
145
145
|
onEnd?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
146
146
|
}>, {}, {}, {}, {}, {
|
|
@@ -158,14 +158,14 @@ export declare const JSliderCaptcha: {
|
|
|
158
158
|
modelValue?: boolean;
|
|
159
159
|
} & import('./src/types').SliderCaptchaProps> & Readonly<{
|
|
160
160
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
161
|
-
onSuccess?: ((args_0: import('./src/types').CaptchaVerifyPassingData) => any) | undefined;
|
|
162
161
|
onMove?: ((args_0: import('./src/types').SliderRotateVerifyPassingData) => any) | undefined;
|
|
162
|
+
onSuccess?: ((args_0: import('./src/types').CaptchaVerifyPassingData) => any) | undefined;
|
|
163
163
|
onStart?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
164
164
|
onEnd?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
165
165
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
166
166
|
"update:modelValue": (value: boolean) => any;
|
|
167
|
-
success: (args_0: import('./src/types').CaptchaVerifyPassingData) => any;
|
|
168
167
|
move: (args_0: import('./src/types').SliderRotateVerifyPassingData) => any;
|
|
168
|
+
success: (args_0: import('./src/types').CaptchaVerifyPassingData) => any;
|
|
169
169
|
start: (args_0: MouseEvent | TouchEvent) => any;
|
|
170
170
|
end: (args_0: MouseEvent | TouchEvent) => any;
|
|
171
171
|
}, string, {
|
|
@@ -5,14 +5,14 @@ type __VLS_PublicProps = {
|
|
|
5
5
|
} & __VLS_Props;
|
|
6
6
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (value: boolean) => any;
|
|
8
|
-
success: (args_0: CaptchaVerifyPassingData) => any;
|
|
9
8
|
move: (args_0: SliderRotateVerifyPassingData) => any;
|
|
9
|
+
success: (args_0: CaptchaVerifyPassingData) => any;
|
|
10
10
|
start: (args_0: MouseEvent | TouchEvent) => any;
|
|
11
11
|
end: (args_0: MouseEvent | TouchEvent) => any;
|
|
12
12
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
onSuccess?: ((args_0: CaptchaVerifyPassingData) => any) | undefined;
|
|
15
14
|
onMove?: ((args_0: SliderRotateVerifyPassingData) => any) | undefined;
|
|
15
|
+
onSuccess?: ((args_0: CaptchaVerifyPassingData) => any) | undefined;
|
|
16
16
|
onStart?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
17
17
|
onEnd?: ((args_0: MouseEvent | TouchEvent) => any) | undefined;
|
|
18
18
|
}>, {
|