@factoringplus/pl-components-pack-v3 1.9.5-pre-07-banner → 1.9.5-pre-09-banner
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/{crypto-pro-c7da00ef.js → crypto-pro-2388230c.js} +1 -1
- package/dist/{crypto-pro-f90f952a.cjs → crypto-pro-8d878561.cjs} +1 -1
- package/dist/{entry-7625bbbd.js → entry-e0ec48a7.js} +2176 -2173
- package/dist/{entry-1c17b3ba.cjs → entry-ecec6fab.cjs} +14 -14
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-button/index.d.ts +79 -61
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +3 -3
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +57 -57
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +3 -3
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +12 -12
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +4 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +9 -9
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +4 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +6 -6
- package/dist/src/components/data/pl-banner/index.d.ts +80 -4
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +2 -2
- package/dist/src/components/data/pl-progress/index.d.ts +12 -12
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +2 -2
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +56 -56
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +4 -4
- package/dist/src/components/data/pl-text-cell/index.d.ts +6 -6
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -2
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/index.d.ts +42 -42
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +15 -15
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/src/install-function/index.d.ts +0 -1
- package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +27 -27
- package/dist/style.css +1 -1
- package/package.json +2 -6
- package/global-components.d.ts +0 -10
@@ -1,29 +1,29 @@
|
|
1
1
|
export declare const PlSkeletonButton: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
size: {
|
3
|
-
type: import('vue').PropType<"
|
3
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
4
4
|
default: string;
|
5
5
|
};
|
6
|
-
width: {
|
7
|
-
type: import('vue').PropType<string>;
|
8
|
-
};
|
9
6
|
type: {
|
10
|
-
type: import('vue').PropType<"
|
7
|
+
type: import('vue').PropType<"primary" | "empty" | "link">;
|
11
8
|
default: string;
|
12
9
|
};
|
10
|
+
width: {
|
11
|
+
type: import('vue').PropType<string>;
|
12
|
+
};
|
13
13
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
14
|
size: {
|
15
|
-
type: import('vue').PropType<"
|
15
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
16
16
|
default: string;
|
17
17
|
};
|
18
|
-
width: {
|
19
|
-
type: import('vue').PropType<string>;
|
20
|
-
};
|
21
18
|
type: {
|
22
|
-
type: import('vue').PropType<"
|
19
|
+
type: import('vue').PropType<"primary" | "empty" | "link">;
|
23
20
|
default: string;
|
24
21
|
};
|
22
|
+
width: {
|
23
|
+
type: import('vue').PropType<string>;
|
24
|
+
};
|
25
25
|
}>>, {
|
26
|
-
size: "
|
27
|
-
type: "
|
26
|
+
size: "large" | "medium" | "small";
|
27
|
+
type: "primary" | "empty" | "link";
|
28
28
|
}, {}>>;
|
29
29
|
export default PlSkeletonButton;
|
@@ -10,8 +10,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
10
10
|
type: string;
|
11
11
|
size: string;
|
12
12
|
}>>>, {
|
13
|
-
size: "
|
14
|
-
type: "
|
13
|
+
size: "large" | "medium" | "small";
|
14
|
+
type: "primary" | "empty" | "link";
|
15
15
|
}, {}>;
|
16
16
|
export default _default;
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -4,7 +4,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
|
|
4
4
|
required: true;
|
5
5
|
};
|
6
6
|
size: {
|
7
|
-
type: import('vue').PropType<"
|
7
|
+
type: import('vue').PropType<"medium" | "small">;
|
8
8
|
required: true;
|
9
9
|
};
|
10
10
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
@@ -13,7 +13,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
|
|
13
13
|
required: true;
|
14
14
|
};
|
15
15
|
size: {
|
16
|
-
type: import('vue').PropType<"
|
16
|
+
type: import('vue').PropType<"medium" | "small">;
|
17
17
|
required: true;
|
18
18
|
};
|
19
19
|
}>>, {}, {}>>;
|
@@ -1,19 +1,19 @@
|
|
1
1
|
export declare const PlSkeletonInput: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
-
width: {
|
3
|
-
type: import('vue').PropType<string>;
|
4
|
-
};
|
5
2
|
type: {
|
6
3
|
type: import('vue').PropType<"input" | "text-area">;
|
7
4
|
default: string;
|
8
5
|
};
|
9
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
10
6
|
width: {
|
11
7
|
type: import('vue').PropType<string>;
|
12
8
|
};
|
9
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
13
10
|
type: {
|
14
11
|
type: import('vue').PropType<"input" | "text-area">;
|
15
12
|
default: string;
|
16
13
|
};
|
14
|
+
width: {
|
15
|
+
type: import('vue').PropType<string>;
|
16
|
+
};
|
17
17
|
}>>, {
|
18
18
|
type: "input" | "text-area";
|
19
19
|
}, {}>>;
|
@@ -1,29 +1,29 @@
|
|
1
1
|
export declare const PlSkeletonTagsChips: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
size: {
|
3
|
-
type: import('vue').PropType<"
|
3
|
+
type: import('vue').PropType<"large" | "small">;
|
4
4
|
default: string;
|
5
5
|
};
|
6
|
-
width: {
|
7
|
-
type: import('vue').PropType<string>;
|
8
|
-
};
|
9
6
|
type: {
|
10
7
|
type: import('vue').PropType<"tag" | "chip">;
|
11
8
|
default: string;
|
12
9
|
};
|
10
|
+
width: {
|
11
|
+
type: import('vue').PropType<string>;
|
12
|
+
};
|
13
13
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
14
|
size: {
|
15
|
-
type: import('vue').PropType<"
|
15
|
+
type: import('vue').PropType<"large" | "small">;
|
16
16
|
default: string;
|
17
17
|
};
|
18
|
-
width: {
|
19
|
-
type: import('vue').PropType<string>;
|
20
|
-
};
|
21
18
|
type: {
|
22
19
|
type: import('vue').PropType<"tag" | "chip">;
|
23
20
|
default: string;
|
24
21
|
};
|
22
|
+
width: {
|
23
|
+
type: import('vue').PropType<string>;
|
24
|
+
};
|
25
25
|
}>>, {
|
26
|
-
size: "
|
26
|
+
size: "large" | "small";
|
27
27
|
type: "tag" | "chip";
|
28
28
|
}, {}>>;
|
29
29
|
export default PlSkeletonTagsChips;
|
@@ -1,19 +1,19 @@
|
|
1
1
|
export declare const PlSkeletonText: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
-
width: {
|
3
|
-
type: import('vue').PropType<string>;
|
4
|
-
};
|
5
2
|
type: {
|
6
3
|
type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
|
7
4
|
default: string;
|
8
5
|
};
|
9
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
10
6
|
width: {
|
11
7
|
type: import('vue').PropType<string>;
|
12
8
|
};
|
9
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
13
10
|
type: {
|
14
11
|
type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
|
15
12
|
default: string;
|
16
13
|
};
|
14
|
+
width: {
|
15
|
+
type: import('vue').PropType<string>;
|
16
|
+
};
|
17
17
|
}>>, {
|
18
18
|
type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
|
19
19
|
}, {}>>;
|
@@ -1,23 +1,23 @@
|
|
1
1
|
export declare const PlSkeletonTextCell: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
-
width: {
|
3
|
-
type: import('vue').PropType<string>;
|
4
|
-
};
|
5
2
|
type: {
|
6
3
|
type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
|
7
4
|
default: string;
|
8
5
|
};
|
6
|
+
width: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
};
|
9
9
|
direction: {
|
10
10
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
11
11
|
default: string;
|
12
12
|
};
|
13
13
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
|
-
width: {
|
15
|
-
type: import('vue').PropType<string>;
|
16
|
-
};
|
17
14
|
type: {
|
18
15
|
type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
|
19
16
|
default: string;
|
20
17
|
};
|
18
|
+
width: {
|
19
|
+
type: import('vue').PropType<string>;
|
20
|
+
};
|
21
21
|
direction: {
|
22
22
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
23
23
|
default: string;
|
@@ -1,8 +1,84 @@
|
|
1
|
-
import { default as Banner } from './pl-banner.vue';
|
2
|
-
import { SFCWithInstall } from '../../../install-function';
|
3
1
|
import { TBannerProps, ICustomColors } from './types';
|
4
2
|
|
5
|
-
export declare const PlBanner:
|
3
|
+
export declare const PlBanner: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
4
|
+
type: {
|
5
|
+
type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "critical" | "custom">;
|
6
|
+
default: string;
|
7
|
+
};
|
8
|
+
icon: {
|
9
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
10
|
+
default: string;
|
11
|
+
};
|
12
|
+
title: {
|
13
|
+
type: import('vue').PropType<string>;
|
14
|
+
default: string;
|
15
|
+
};
|
16
|
+
description: {
|
17
|
+
type: import('vue').PropType<string>;
|
18
|
+
default: string;
|
19
|
+
};
|
20
|
+
buttonText: {
|
21
|
+
type: import('vue').PropType<string>;
|
22
|
+
default: string;
|
23
|
+
};
|
24
|
+
width: {
|
25
|
+
type: import('vue').PropType<string>;
|
26
|
+
default: string;
|
27
|
+
};
|
28
|
+
closeButton: {
|
29
|
+
type: import('vue').PropType<boolean>;
|
30
|
+
default: boolean;
|
31
|
+
};
|
32
|
+
customColors: {
|
33
|
+
type: import('vue').PropType<ICustomColors>;
|
34
|
+
};
|
35
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
36
|
+
close: () => void;
|
37
|
+
buttonClicked: () => void;
|
38
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
39
|
+
type: {
|
40
|
+
type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "critical" | "custom">;
|
41
|
+
default: string;
|
42
|
+
};
|
43
|
+
icon: {
|
44
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
45
|
+
default: string;
|
46
|
+
};
|
47
|
+
title: {
|
48
|
+
type: import('vue').PropType<string>;
|
49
|
+
default: string;
|
50
|
+
};
|
51
|
+
description: {
|
52
|
+
type: import('vue').PropType<string>;
|
53
|
+
default: string;
|
54
|
+
};
|
55
|
+
buttonText: {
|
56
|
+
type: import('vue').PropType<string>;
|
57
|
+
default: string;
|
58
|
+
};
|
59
|
+
width: {
|
60
|
+
type: import('vue').PropType<string>;
|
61
|
+
default: string;
|
62
|
+
};
|
63
|
+
closeButton: {
|
64
|
+
type: import('vue').PropType<boolean>;
|
65
|
+
default: boolean;
|
66
|
+
};
|
67
|
+
customColors: {
|
68
|
+
type: import('vue').PropType<ICustomColors>;
|
69
|
+
};
|
70
|
+
}>> & {
|
71
|
+
onClose?: () => any;
|
72
|
+
onButtonClicked?: () => any;
|
73
|
+
}, {
|
74
|
+
type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
|
75
|
+
icon: import('../../components').TIcon;
|
76
|
+
title: string;
|
77
|
+
description: string;
|
78
|
+
buttonText: string;
|
79
|
+
width: string;
|
80
|
+
closeButton: boolean;
|
81
|
+
}, {}>>;
|
6
82
|
export default PlBanner;
|
7
83
|
export type { TBannerProps, ICustomColors };
|
8
84
|
declare module 'vue' {
|
@@ -20,6 +96,6 @@ declare module 'vue' {
|
|
20
96
|
* @property closeButton - Показывать ли кнопку закрытия (крестик)
|
21
97
|
* @property customColors - Пользовательские цвета для баннера (используется, если тип 'custom')
|
22
98
|
*/
|
23
|
-
PlBanner:
|
99
|
+
PlBanner: import('vue').DefineComponent<TBannerProps>;
|
24
100
|
}
|
25
101
|
}
|
@@ -23,12 +23,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
23
23
|
onClose?: () => any;
|
24
24
|
onButtonClicked?: () => any;
|
25
25
|
}, {
|
26
|
-
|
26
|
+
type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
|
27
27
|
icon: import('../../components').TIcon;
|
28
|
-
buttonText: string;
|
29
28
|
title: string;
|
30
29
|
description: string;
|
31
|
-
|
30
|
+
buttonText: string;
|
31
|
+
width: string;
|
32
32
|
closeButton: boolean;
|
33
33
|
}, {}>;
|
34
34
|
export default _default;
|
@@ -13,10 +13,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
13
13
|
icon: string;
|
14
14
|
width: string;
|
15
15
|
}>>>, {
|
16
|
-
|
16
|
+
disabled: boolean;
|
17
17
|
icon: any;
|
18
|
+
width: string;
|
18
19
|
label: string;
|
19
|
-
disabled: boolean;
|
20
20
|
active: boolean;
|
21
21
|
}, {}>;
|
22
22
|
export default _default;
|
@@ -1,16 +1,16 @@
|
|
1
1
|
export declare const PlProgress: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
size: {
|
3
|
-
type: import('vue').PropType<"
|
4
|
-
default: string;
|
5
|
-
};
|
6
|
-
width: {
|
7
|
-
type: import('vue').PropType<string>;
|
3
|
+
type: import('vue').PropType<"large" | "small">;
|
8
4
|
default: string;
|
9
5
|
};
|
10
6
|
type: {
|
11
7
|
type: import('vue').PropType<"sectional" | "solid">;
|
12
8
|
default: string;
|
13
9
|
};
|
10
|
+
width: {
|
11
|
+
type: import('vue').PropType<string>;
|
12
|
+
default: string;
|
13
|
+
};
|
14
14
|
glare: {
|
15
15
|
type: import('vue').PropType<boolean>;
|
16
16
|
default: boolean;
|
@@ -21,17 +21,17 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
|
|
21
21
|
};
|
22
22
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
23
23
|
size: {
|
24
|
-
type: import('vue').PropType<"
|
25
|
-
default: string;
|
26
|
-
};
|
27
|
-
width: {
|
28
|
-
type: import('vue').PropType<string>;
|
24
|
+
type: import('vue').PropType<"large" | "small">;
|
29
25
|
default: string;
|
30
26
|
};
|
31
27
|
type: {
|
32
28
|
type: import('vue').PropType<"sectional" | "solid">;
|
33
29
|
default: string;
|
34
30
|
};
|
31
|
+
width: {
|
32
|
+
type: import('vue').PropType<string>;
|
33
|
+
default: string;
|
34
|
+
};
|
35
35
|
glare: {
|
36
36
|
type: import('vue').PropType<boolean>;
|
37
37
|
default: boolean;
|
@@ -41,9 +41,9 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
|
|
41
41
|
default: number;
|
42
42
|
};
|
43
43
|
}>>, {
|
44
|
-
size: "
|
45
|
-
width: string;
|
44
|
+
size: "large" | "small";
|
46
45
|
type: "sectional" | "solid";
|
46
|
+
width: string;
|
47
47
|
glare: boolean;
|
48
48
|
percentage: number;
|
49
49
|
}, {}>>;
|
@@ -18,9 +18,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
18
18
|
width: string;
|
19
19
|
percentage: number;
|
20
20
|
}>>>, {
|
21
|
-
size: "
|
22
|
-
width: string;
|
21
|
+
size: "large" | "small";
|
23
22
|
type: "sectional" | "solid";
|
23
|
+
width: string;
|
24
24
|
glare: boolean;
|
25
25
|
percentage: number;
|
26
26
|
}, {}>;
|
@@ -1,14 +1,14 @@
|
|
1
1
|
import { IFiles, ParsedCertificate, TagTranslation, ISignedFile, IValidatorError } from './types';
|
2
2
|
|
3
3
|
export declare const PlSigning: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
4
|
-
label: {
|
5
|
-
type: import('vue').PropType<string>;
|
6
|
-
default: string;
|
7
|
-
};
|
8
4
|
loading: {
|
9
5
|
type: import('vue').PropType<boolean>;
|
10
6
|
required: true;
|
11
7
|
};
|
8
|
+
label: {
|
9
|
+
type: import('vue').PropType<string>;
|
10
|
+
default: string;
|
11
|
+
};
|
12
12
|
placeholder: {
|
13
13
|
type: import('vue').PropType<string>;
|
14
14
|
default: string;
|
@@ -40,14 +40,14 @@ export declare const PlSigning: import('../../../install-function').SFCInstallWi
|
|
40
40
|
"update:signing-file": (...args: any[]) => void;
|
41
41
|
"no-files": (...args: any[]) => void;
|
42
42
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
43
|
-
label: {
|
44
|
-
type: import('vue').PropType<string>;
|
45
|
-
default: string;
|
46
|
-
};
|
47
43
|
loading: {
|
48
44
|
type: import('vue').PropType<boolean>;
|
49
45
|
required: true;
|
50
46
|
};
|
47
|
+
label: {
|
48
|
+
type: import('vue').PropType<string>;
|
49
|
+
default: string;
|
50
|
+
};
|
51
51
|
placeholder: {
|
52
52
|
type: import('vue').PropType<string>;
|
53
53
|
default: string;
|
@@ -20,9 +20,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
20
20
|
blockHide: boolean;
|
21
21
|
}>>>, {
|
22
22
|
icon: import('../../components').TIcon;
|
23
|
+
button: string;
|
23
24
|
title: string;
|
24
25
|
color: string;
|
25
|
-
button: string;
|
26
26
|
id: number;
|
27
27
|
message: string;
|
28
28
|
buttonAdd: string;
|
@@ -20,9 +20,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
20
20
|
icon: string;
|
21
21
|
counter: any;
|
22
22
|
}>>>, {
|
23
|
+
disabled: boolean;
|
23
24
|
icon: TIcon;
|
24
25
|
label: string;
|
25
|
-
disabled: boolean;
|
26
26
|
active: boolean;
|
27
27
|
counter: number;
|
28
28
|
}, {}>;
|