@keyblade/pro-components 1.13.8-alpha.34 → 1.13.8-alpha.36
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/es/components.d.ts +2 -0
- package/es/global-props.d.ts +12 -6
- package/es/index.d.ts +2 -0
- package/es/index.js +46 -38
- package/es/inerface.d.ts +4 -2
- package/es/pro-calendar/calendar.vue.d.ts +4 -4
- package/es/pro-calendar/header.vue.d.ts +1 -1
- package/es/pro-calendar/index.d.ts +21 -21
- package/es/pro-calendar/month.vue.d.ts +1 -1
- package/es/pro-calendar/week.vue.d.ts +1 -1
- package/es/pro-calendar/year.vue.d.ts +1 -1
- package/es/pro-date-range-picker/index.d.ts +12 -11
- package/es/pro-date-range-picker/pro-date-range-picker.vue.d.ts +3 -2
- package/es/pro-date-range-picker/pro-date-range-picker.vue.js +2 -2
- package/es/pro-date-range-picker/pro-date-range-picker.vue2.js +68 -64
- package/es/pro-dates-picker/index.d.ts +6 -6
- package/es/pro-dates-picker/index.vue.d.ts +2 -2
- package/es/pro-find-password/enum.d.ts +8 -0
- package/es/pro-find-password/enum.js +4 -0
- package/es/pro-find-password/index.d.ts +9 -0
- package/es/pro-find-password/index.js +12 -0
- package/es/pro-find-password/index.vue.d.ts +3695 -0
- package/es/pro-find-password/index.vue.js +178 -0
- package/es/pro-find-password/index.vue3.js +5 -0
- package/es/pro-find-password/interface.d.ts +45 -0
- package/es/pro-find-password/reset-password.vue.d.ts +400 -0
- package/es/pro-find-password/reset-password.vue.js +181 -0
- package/es/pro-find-password/reset-password.vue2.js +4 -0
- package/es/pro-find-password/verify-user-name.vue.d.ts +413 -0
- package/es/pro-find-password/verify-user-name.vue.js +114 -0
- package/es/pro-find-password/verify-user-name.vue3.js +5 -0
- package/es/pro-footer-bar/index.d.ts +3 -3
- package/es/pro-footer-bar/index.vue.d.ts +1 -1
- package/es/pro-footer-bar/index.vue.js +2 -2
- package/es/pro-form-group/index.d.ts +6 -6
- package/es/pro-form-group/index.vue.d.ts +2 -2
- package/es/pro-form-group/index.vue.js +1 -1
- package/es/pro-image-upload/image-upload.vue.d.ts +1 -1
- package/es/pro-image-upload/index.d.ts +3 -3
- package/es/pro-layout/index.d.ts +5 -3
- package/es/pro-layout/pro-layout.vue.d.ts +3 -1
- package/es/pro-layout/pro-layout.vue.js +92 -89
- package/es/pro-loader/index.d.ts +3 -3
- package/es/pro-loader/index.vue.d.ts +1 -1
- package/es/pro-login/enum.d.ts +6 -0
- package/es/pro-login/enum.js +4 -0
- package/es/pro-login/form-mobile.vue.d.ts +415 -0
- package/es/pro-login/form-mobile.vue.js +148 -0
- package/es/pro-login/form-mobile.vue2.js +4 -0
- package/es/pro-login/form-password.vue.d.ts +393 -0
- package/es/pro-login/form-password.vue.js +101 -0
- package/es/pro-login/form-password.vue2.js +4 -0
- package/es/pro-login/index.d.ts +9 -0
- package/es/pro-login/index.js +12 -0
- package/es/pro-login/index.vue.d.ts +3665 -0
- package/es/pro-login/index.vue.js +107 -0
- package/es/pro-login/index.vue3.js +5 -0
- package/es/pro-login/interface.d.ts +72 -0
- package/es/pro-login/regexp.d.ts +17 -0
- package/es/pro-login/regexp.js +28 -0
- package/es/pro-page-container/constant.d.ts +2 -0
- package/es/pro-page-container/constant.js +9 -0
- package/es/pro-page-container/index.d.ts +6 -33
- package/es/pro-page-container/interface.d.ts +12 -0
- package/es/pro-page-container/pro-page-container.vue.d.ts +4 -19
- package/es/pro-page-container/pro-page-container.vue.js +51 -38
- package/es/pro-page-header/constant.d.ts +2 -0
- package/es/pro-page-header/constant.js +13 -0
- package/es/pro-page-header/index.d.ts +3 -153
- package/es/pro-page-header/interface.d.ts +21 -0
- package/es/pro-page-header/pro-page-header.vue.d.ts +2 -105
- package/es/pro-page-header/pro-page-header.vue.js +140 -126
- package/es/pro-reuse-tabs/index.d.ts +3 -3
- package/es/pro-reuse-tabs/pro-reuse-tabs.vue.d.ts +1 -1
- package/es/pro-table/index.d.ts +9 -9
- package/es/pro-table/index.vue.d.ts +3 -3
- package/es/pro-textarea/index.d.ts +4 -4
- package/es/pro-textarea/index.vue.d.ts +1 -1
- package/es/pro-textarea/index.vue.js +2 -2
- package/es/pro-textarea/{inerface.d.ts → interface.d.ts} +19 -18
- package/es/style.css +1 -1
- package/package.json +2 -1
- package/es/pro-page-container/inerface.d.ts +0 -12
- /package/es/pro-calendar/{inerface.d.ts → interface.d.ts} +0 -0
- /package/es/pro-date-range-picker/{inerface.d.ts → interface.d.ts} +0 -0
- /package/es/pro-dates-picker/{inerface.d.ts → interface.d.ts} +0 -0
- /package/es/pro-footer-bar/{inerface.d.ts → interface.d.ts} +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const ProDatesPicker: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./interface').IProDatesPickerProps> & Readonly<{
|
|
4
4
|
onClear?: ((ev: FocusEvent) => any) | undefined;
|
|
5
5
|
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
7
|
clear: (ev: FocusEvent) => any;
|
|
8
8
|
"update:modelValue": (value: string | string[]) => any;
|
|
9
9
|
}, import('vue').PublicProps, {
|
|
10
|
-
allowClear: boolean;
|
|
11
10
|
maxLength: number;
|
|
11
|
+
allowClear: boolean;
|
|
12
12
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
13
13
|
datePickerRef: HTMLDivElement;
|
|
14
14
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -18,25 +18,25 @@ declare const ProDatesPicker: {
|
|
|
18
18
|
C: {};
|
|
19
19
|
M: {};
|
|
20
20
|
Defaults: {};
|
|
21
|
-
}, Readonly<import('./
|
|
21
|
+
}, Readonly<import('./interface').IProDatesPickerProps> & Readonly<{
|
|
22
22
|
onClear?: ((ev: FocusEvent) => any) | undefined;
|
|
23
23
|
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, {
|
|
25
|
-
allowClear: boolean;
|
|
26
25
|
maxLength: number;
|
|
26
|
+
allowClear: boolean;
|
|
27
27
|
}>;
|
|
28
28
|
__isFragment?: never;
|
|
29
29
|
__isTeleport?: never;
|
|
30
30
|
__isSuspense?: never;
|
|
31
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('./
|
|
31
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./interface').IProDatesPickerProps> & Readonly<{
|
|
32
32
|
onClear?: ((ev: FocusEvent) => any) | undefined;
|
|
33
33
|
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
34
34
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
35
35
|
clear: (ev: FocusEvent) => any;
|
|
36
36
|
"update:modelValue": (value: string | string[]) => any;
|
|
37
37
|
}, string, {
|
|
38
|
-
allowClear: boolean;
|
|
39
38
|
maxLength: number;
|
|
39
|
+
allowClear: boolean;
|
|
40
40
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
41
41
|
$slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
42
42
|
}) & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IProDatesPickerProps } from './
|
|
1
|
+
import { IProDatesPickerProps } from './interface.ts';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
@@ -15,8 +15,8 @@ declare const __VLS_component: import('vue').DefineComponent<IProDatesPickerProp
|
|
|
15
15
|
onClear?: ((ev: FocusEvent) => any) | undefined;
|
|
16
16
|
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
allowClear: boolean;
|
|
19
18
|
maxLength: number;
|
|
19
|
+
allowClear: boolean;
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
21
|
datePickerRef: HTMLDivElement;
|
|
22
22
|
}, HTMLDivElement>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import { default as _ProFindPassword } from './index.vue';
|
|
3
|
+
type ProFindPasswordType = typeof _ProFindPassword & {
|
|
4
|
+
install: (app: App) => void;
|
|
5
|
+
};
|
|
6
|
+
declare const ProFindPassword: ProFindPasswordType;
|
|
7
|
+
export * from './interface';
|
|
8
|
+
export { ProFindPassword };
|
|
9
|
+
export default ProFindPassword;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import o from "./index.vue.js";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import { Form as t, Input as r, Card as e, Button as n, Steps as i } from "@arco-design/web-vue";
|
|
4
|
+
const c = Object.assign(o, {
|
|
5
|
+
install: (s) => {
|
|
6
|
+
s.use(t), s.use(r), s.use(e), s.use(n), s.use(i), s.component("KbProFindPassword", o);
|
|
7
|
+
}
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
c as ProFindPassword,
|
|
11
|
+
c as default
|
|
12
|
+
};
|