@factoringplus/pl-components-pack-v3 1.9.5-pre-10-banner → 1.9.5-pre-icons
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/AttachmentTwo20-bfb91b48.js +21 -0
- package/dist/AttachmentTwo20-ff9e23c6.cjs +1 -0
- package/dist/CheckList20-595be6dd.cjs +1 -0
- package/dist/CheckList20-5e3fdfa4.js +21 -0
- package/dist/Comment20-4385ee4c.cjs +1 -0
- package/dist/Comment20-abca7452.js +21 -0
- package/dist/InfoTwo20-0e1bec21.js +21 -0
- package/dist/InfoTwo20-d1c3c742.cjs +1 -0
- package/dist/Update20-24329ba6.cjs +1 -0
- package/dist/Update20-c09333e6.js +21 -0
- package/dist/{crypto-pro-8d878561.cjs → crypto-pro-10f264fc.cjs} +1 -1
- package/dist/{crypto-pro-2388230c.js → crypto-pro-f9e5ac74.js} +1 -1
- package/dist/entry-a29771db.cjs +115 -0
- package/dist/{entry-e0ec48a7.js → entry-f57dc868.js} +8982 -9179
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +72 -73
- package/dist/src/components/basic/pl-button/index.d.ts +42 -60
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +38 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +4 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +9 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +5 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +11 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +17 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +3 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +3 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +5 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +7 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +6 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +4 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +3 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +3 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +3 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +3 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +5 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +7 -1
- package/dist/src/components/components.d.ts +1 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-progress/index.d.ts +3 -3
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +2 -2
- 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 +41 -41
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +3 -3
- 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 +2 -2
- 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 +3 -3
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +1 -1
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/index.d.ts +38 -38
- 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 +3 -1
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +9 -9
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +1 -1
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-icon/types/iconsType.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 +2 -2
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/entry-ecec6fab.cjs +0 -115
- package/dist/src/components/data/pl-banner/index.d.ts +0 -101
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +0 -51
- package/dist/src/components/data/pl-banner/types/index.d.ts +0 -62
- package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +0 -20
@@ -35,10 +35,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
35
35
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
36
36
|
"onSelect-value"?: (...args: any[]) => any;
|
37
37
|
}, {
|
38
|
-
size: "
|
38
|
+
size: "small" | "large" | "medium";
|
39
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
39
40
|
fullWidth: boolean;
|
40
41
|
disabled: boolean;
|
41
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
42
42
|
icon: import('../../components').TIcon;
|
43
43
|
iconColor: string;
|
44
44
|
iconPosition: "left" | "right";
|
@@ -66,7 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
66
66
|
loading: boolean;
|
67
67
|
modelValue: boolean;
|
68
68
|
width: string;
|
69
|
-
status: "delete" | "
|
69
|
+
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
70
70
|
showHeader: boolean;
|
71
71
|
showClose: boolean;
|
72
72
|
disabledTeleport: boolean;
|
@@ -16,9 +16,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
16
16
|
type: string;
|
17
17
|
target: string;
|
18
18
|
}>>>, {
|
19
|
-
disabled: boolean;
|
20
19
|
type: "default" | "error" | "success" | "warning" | "gradient";
|
21
20
|
target: "_blank" | "_self" | "_parent" | "_top";
|
21
|
+
disabled: boolean;
|
22
22
|
href: string;
|
23
23
|
}, {}>, {
|
24
24
|
default?(_: {}): any;
|
@@ -6,6 +6,7 @@ interface IProps {
|
|
6
6
|
hideScrollThumb?: boolean;
|
7
7
|
offsetRight?: string;
|
8
8
|
alwaysShowXThumb?: boolean;
|
9
|
+
alwaysShowYThumb?: boolean;
|
9
10
|
}
|
10
11
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
11
12
|
maxHeight: string;
|
@@ -15,6 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
15
16
|
hideScrollThumb: boolean;
|
16
17
|
offsetRight: string;
|
17
18
|
alwaysShowXThumb: boolean;
|
19
|
+
alwaysShowYThumb: boolean;
|
18
20
|
}>, {
|
19
21
|
setScrollTop: (val: number) => void;
|
20
22
|
setScrollLeft: (val: number) => void;
|
@@ -32,6 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
32
34
|
hideScrollThumb: boolean;
|
33
35
|
offsetRight: string;
|
34
36
|
alwaysShowXThumb: boolean;
|
37
|
+
alwaysShowYThumb: boolean;
|
35
38
|
}>>> & {
|
36
39
|
onScroll?: (...args: any[]) => any;
|
37
40
|
onWheel?: (...args: any[]) => any;
|
@@ -43,6 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
43
46
|
hideScrollThumb: boolean;
|
44
47
|
offsetRight: string;
|
45
48
|
alwaysShowXThumb: boolean;
|
49
|
+
alwaysShowYThumb: boolean;
|
46
50
|
}, {}>, {
|
47
51
|
default?(_: {}): any;
|
48
52
|
}>;
|
@@ -1,29 +1,32 @@
|
|
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<"small" | "large" | "medium">;
|
4
4
|
default: string;
|
5
5
|
};
|
6
6
|
type: {
|
7
|
-
type: import('vue').PropType<"
|
7
|
+
type: import('vue').PropType<"link" | "primary" | "empty">;
|
8
8
|
default: string;
|
9
9
|
};
|
10
10
|
width: {
|
11
11
|
type: import('vue').PropType<string>;
|
12
|
+
default: string;
|
12
13
|
};
|
13
14
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
15
|
size: {
|
15
|
-
type: import('vue').PropType<"
|
16
|
+
type: import('vue').PropType<"small" | "large" | "medium">;
|
16
17
|
default: string;
|
17
18
|
};
|
18
19
|
type: {
|
19
|
-
type: import('vue').PropType<"
|
20
|
+
type: import('vue').PropType<"link" | "primary" | "empty">;
|
20
21
|
default: string;
|
21
22
|
};
|
22
23
|
width: {
|
23
24
|
type: import('vue').PropType<string>;
|
25
|
+
default: string;
|
24
26
|
};
|
25
27
|
}>>, {
|
26
|
-
size: "
|
27
|
-
type: "
|
28
|
+
size: "small" | "large" | "medium";
|
29
|
+
type: "link" | "primary" | "empty";
|
30
|
+
width: string;
|
28
31
|
}, {}>>;
|
29
32
|
export default PlSkeletonButton;
|
@@ -4,14 +4,17 @@ interface IProps {
|
|
4
4
|
size?: 'large' | 'medium' | 'small';
|
5
5
|
}
|
6
6
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
7
|
+
width: string;
|
7
8
|
type: string;
|
8
9
|
size: string;
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
11
|
+
width: string;
|
10
12
|
type: string;
|
11
13
|
size: string;
|
12
14
|
}>>>, {
|
13
|
-
size: "
|
14
|
-
type: "
|
15
|
+
size: "small" | "large" | "medium";
|
16
|
+
type: "link" | "primary" | "empty";
|
17
|
+
width: string;
|
15
18
|
}, {}>;
|
16
19
|
export default _default;
|
17
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -1,20 +1,24 @@
|
|
1
1
|
export declare const PlSkeletonControl: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
size: {
|
3
|
+
type: import('vue').PropType<"small" | "medium">;
|
4
|
+
required: true;
|
5
|
+
};
|
2
6
|
width: {
|
3
7
|
type: import('vue').PropType<string>;
|
4
8
|
required: true;
|
9
|
+
default: string;
|
5
10
|
};
|
11
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
12
|
size: {
|
7
|
-
type: import('vue').PropType<"
|
13
|
+
type: import('vue').PropType<"small" | "medium">;
|
8
14
|
required: true;
|
9
15
|
};
|
10
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
11
16
|
width: {
|
12
17
|
type: import('vue').PropType<string>;
|
13
18
|
required: true;
|
19
|
+
default: string;
|
14
20
|
};
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
};
|
19
|
-
}>>, {}, {}>>;
|
21
|
+
}>>, {
|
22
|
+
width: string;
|
23
|
+
}, {}>>;
|
20
24
|
export default PlSkeletonControl;
|
@@ -1,10 +1,16 @@
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
1
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
2
2
|
width: string;
|
3
3
|
size: 'small' | 'medium';
|
4
|
-
}>, {
|
4
|
+
}>, {
|
5
|
+
width: string;
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
5
7
|
width: string;
|
6
8
|
size: 'small' | 'medium';
|
7
|
-
}
|
9
|
+
}>, {
|
10
|
+
width: string;
|
11
|
+
}>>>, {
|
12
|
+
width: string;
|
13
|
+
}, {}>;
|
8
14
|
export default _default;
|
9
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
10
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -15,3 +21,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
21
|
required: true;
|
16
22
|
};
|
17
23
|
};
|
24
|
+
type __VLS_WithDefaults<P, D> = {
|
25
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
26
|
+
default: D[K];
|
27
|
+
}> : P[K];
|
28
|
+
};
|
29
|
+
type __VLS_Prettify<T> = {
|
30
|
+
[K in keyof T]: T[K];
|
31
|
+
} & {};
|
@@ -5,6 +5,7 @@ export declare const PlSkeletonInput: import('../../../../../install-function').
|
|
5
5
|
};
|
6
6
|
width: {
|
7
7
|
type: import('vue').PropType<string>;
|
8
|
+
default: string;
|
8
9
|
};
|
9
10
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
10
11
|
type: {
|
@@ -13,8 +14,10 @@ export declare const PlSkeletonInput: import('../../../../../install-function').
|
|
13
14
|
};
|
14
15
|
width: {
|
15
16
|
type: import('vue').PropType<string>;
|
17
|
+
default: string;
|
16
18
|
};
|
17
19
|
}>>, {
|
18
20
|
type: "input" | "text-area";
|
21
|
+
width: string;
|
19
22
|
}, {}>>;
|
20
23
|
export default PlSkeletonInput;
|
@@ -3,11 +3,14 @@ interface IProps {
|
|
3
3
|
type?: 'input' | 'text-area';
|
4
4
|
}
|
5
5
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
6
|
+
width: string;
|
6
7
|
type: string;
|
7
8
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
9
|
+
width: string;
|
8
10
|
type: string;
|
9
11
|
}>>>, {
|
10
12
|
type: "input" | "text-area";
|
13
|
+
width: string;
|
11
14
|
}, {}>;
|
12
15
|
export default _default;
|
13
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -1,10 +1,14 @@
|
|
1
1
|
export declare const PlSkeletonTabs: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
width: {
|
3
3
|
type: import('vue').PropType<string>;
|
4
|
+
default: string;
|
4
5
|
};
|
5
6
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
7
|
width: {
|
7
8
|
type: import('vue').PropType<string>;
|
9
|
+
default: string;
|
8
10
|
};
|
9
|
-
}>>, {
|
11
|
+
}>>, {
|
12
|
+
width: string;
|
13
|
+
}, {}>>;
|
10
14
|
export default PlSkeletonTabs;
|
package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
interface IProps {
|
2
2
|
width?: string;
|
3
3
|
}
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
5
|
+
width: string;
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
7
|
+
width: string;
|
8
|
+
}>>>, {
|
9
|
+
width: string;
|
10
|
+
}, {}>;
|
5
11
|
export default _default;
|
6
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
13
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -1,6 +1,6 @@
|
|
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<"small" | "large">;
|
4
4
|
default: string;
|
5
5
|
};
|
6
6
|
type: {
|
@@ -9,10 +9,11 @@ export declare const PlSkeletonTagsChips: import('../../../../../install-functio
|
|
9
9
|
};
|
10
10
|
width: {
|
11
11
|
type: import('vue').PropType<string>;
|
12
|
+
default: string;
|
12
13
|
};
|
13
14
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
15
|
size: {
|
15
|
-
type: import('vue').PropType<"
|
16
|
+
type: import('vue').PropType<"small" | "large">;
|
16
17
|
default: string;
|
17
18
|
};
|
18
19
|
type: {
|
@@ -21,9 +22,11 @@ export declare const PlSkeletonTagsChips: import('../../../../../install-functio
|
|
21
22
|
};
|
22
23
|
width: {
|
23
24
|
type: import('vue').PropType<string>;
|
25
|
+
default: string;
|
24
26
|
};
|
25
27
|
}>>, {
|
26
|
-
size: "
|
28
|
+
size: "small" | "large";
|
27
29
|
type: "tag" | "chip";
|
30
|
+
width: string;
|
28
31
|
}, {}>>;
|
29
32
|
export default PlSkeletonTagsChips;
|
@@ -4,14 +4,17 @@ interface IProps {
|
|
4
4
|
size?: 'large' | 'small';
|
5
5
|
}
|
6
6
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
7
|
+
width: string;
|
7
8
|
type: string;
|
8
9
|
size: string;
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
11
|
+
width: string;
|
10
12
|
type: string;
|
11
13
|
size: string;
|
12
14
|
}>>>, {
|
13
|
-
size: "
|
15
|
+
size: "small" | "large";
|
14
16
|
type: "tag" | "chip";
|
17
|
+
width: string;
|
15
18
|
}, {}>;
|
16
19
|
export default _default;
|
17
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -5,6 +5,7 @@ export declare const PlSkeletonText: import('../../../../../install-function').S
|
|
5
5
|
};
|
6
6
|
width: {
|
7
7
|
type: import('vue').PropType<string>;
|
8
|
+
default: string;
|
8
9
|
};
|
9
10
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
10
11
|
type: {
|
@@ -13,8 +14,10 @@ export declare const PlSkeletonText: import('../../../../../install-function').S
|
|
13
14
|
};
|
14
15
|
width: {
|
15
16
|
type: import('vue').PropType<string>;
|
17
|
+
default: string;
|
16
18
|
};
|
17
19
|
}>>, {
|
18
20
|
type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
|
21
|
+
width: string;
|
19
22
|
}, {}>>;
|
20
23
|
export default PlSkeletonText;
|
package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts
CHANGED
@@ -3,11 +3,14 @@ interface IProps {
|
|
3
3
|
type?: 'H1' | 'H2' | 'H3' | 'H4' | 'Title1' | 'Title2' | 'Title3' | 'Subtitle1' | 'Subtitle2' | 'Btn1' | 'Btn2' | 'Btn3' | 'Body1' | 'Body2' | 'Body3' | 'Underline' | 'System' | 'Cap' | 'Tag';
|
4
4
|
}
|
5
5
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
6
|
+
width: string;
|
6
7
|
type: string;
|
7
8
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
9
|
+
width: string;
|
8
10
|
type: string;
|
9
11
|
}>>>, {
|
10
12
|
type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
|
13
|
+
width: string;
|
11
14
|
}, {}>;
|
12
15
|
export default _default;
|
13
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -5,6 +5,7 @@ export declare const PlSkeletonTextCell: import('../../../../../install-function
|
|
5
5
|
};
|
6
6
|
width: {
|
7
7
|
type: import('vue').PropType<string>;
|
8
|
+
default: string;
|
8
9
|
};
|
9
10
|
direction: {
|
10
11
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
@@ -17,6 +18,7 @@ export declare const PlSkeletonTextCell: import('../../../../../install-function
|
|
17
18
|
};
|
18
19
|
width: {
|
19
20
|
type: import('vue').PropType<string>;
|
21
|
+
default: string;
|
20
22
|
};
|
21
23
|
direction: {
|
22
24
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
@@ -24,6 +26,7 @@ export declare const PlSkeletonTextCell: import('../../../../../install-function
|
|
24
26
|
};
|
25
27
|
}>>, {
|
26
28
|
type: "content+description" | "label+content" | "subtitle+description";
|
29
|
+
width: string;
|
27
30
|
direction: "vertical" | "horizontal";
|
28
31
|
}, {}>>;
|
29
32
|
export default PlSkeletonTextCell;
|
@@ -4,13 +4,16 @@ interface IPlTextProps {
|
|
4
4
|
type?: 'content+description' | 'label+content' | 'subtitle+description';
|
5
5
|
}
|
6
6
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
|
7
|
+
width: string;
|
7
8
|
direction: string;
|
8
9
|
type: string;
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
|
11
|
+
width: string;
|
10
12
|
direction: string;
|
11
13
|
type: string;
|
12
14
|
}>>>, {
|
13
15
|
type: "content+description" | "label+content" | "subtitle+description";
|
16
|
+
width: string;
|
14
17
|
direction: "vertical" | "horizontal";
|
15
18
|
}, {}>;
|
16
19
|
export default _default;
|
@@ -1,10 +1,14 @@
|
|
1
1
|
export declare const PlSkeletonUpload: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
width: {
|
3
3
|
type: import('vue').PropType<string>;
|
4
|
+
default: string;
|
4
5
|
};
|
5
6
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
7
|
width: {
|
7
8
|
type: import('vue').PropType<string>;
|
9
|
+
default: string;
|
8
10
|
};
|
9
|
-
}>>, {
|
11
|
+
}>>, {
|
12
|
+
width: string;
|
13
|
+
}, {}>>;
|
10
14
|
export default PlSkeletonUpload;
|
@@ -1,7 +1,13 @@
|
|
1
1
|
interface IProps {
|
2
2
|
width?: string;
|
3
3
|
}
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
5
|
+
width: string;
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
7
|
+
width: string;
|
8
|
+
}>>>, {
|
9
|
+
width: string;
|
10
|
+
}, {}>;
|
5
11
|
export default _default;
|
6
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
13
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -52,7 +52,6 @@ import { default as PlSidebarItem } from '../services/pl-navigation/components/S
|
|
52
52
|
import { default as TLogo } from '../services/pl-navigation/components/TLogo';
|
53
53
|
import { default as PlTextCell } from './data/pl-text-cell';
|
54
54
|
import { default as PlProgress } from './data/pl-progress';
|
55
|
-
import { default as PlBanner } from './data/pl-banner';
|
56
55
|
import { default as PlIcon } from './shared/pl-icon';
|
57
56
|
import { default as PlTextPlugin } from './shared/pl-text';
|
58
57
|
import { default as PlMarkText } from './shared/pl-mark-text';
|
@@ -102,7 +101,6 @@ export * from '../services/pl-navigation/components/NavButton';
|
|
102
101
|
export * from '../services/pl-navigation/components/TLogo';
|
103
102
|
export * from './data/pl-text-cell';
|
104
103
|
export * from './data/pl-progress';
|
105
|
-
export * from './data/pl-banner';
|
106
104
|
export * from './shared/pl-icon';
|
107
105
|
export * from './shared/pl-text';
|
108
106
|
export * from './shared/pl-mark-text';
|
@@ -115,4 +113,4 @@ export * from '../utils/deepSet';
|
|
115
113
|
export * from '../utils/dadataParser';
|
116
114
|
export * from '../plugins/filters';
|
117
115
|
export * from '../plugins/api/api';
|
118
|
-
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlSkeletonText, PlSkeletonButton, PlSkeletonInput, PlSkeletonTabs, PlSkeletonUpload, PlSkeletonTagsChips, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, PlButtonDropdown, PlProgress,
|
116
|
+
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlSkeletonText, PlSkeletonButton, PlSkeletonInput, PlSkeletonTabs, PlSkeletonUpload, PlSkeletonTagsChips, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, PlButtonDropdown, PlProgress, };
|
@@ -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
|
+
label: string;
|
16
17
|
disabled: boolean;
|
17
18
|
icon: any;
|
18
19
|
width: string;
|
19
|
-
label: string;
|
20
20
|
active: boolean;
|
21
21
|
}, {}>;
|
22
22
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const PlProgress: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
size: {
|
3
|
-
type: import('vue').PropType<"
|
3
|
+
type: import('vue').PropType<"small" | "large">;
|
4
4
|
default: string;
|
5
5
|
};
|
6
6
|
type: {
|
@@ -21,7 +21,7 @@ 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<"
|
24
|
+
type: import('vue').PropType<"small" | "large">;
|
25
25
|
default: string;
|
26
26
|
};
|
27
27
|
type: {
|
@@ -41,7 +41,7 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
|
|
41
41
|
default: number;
|
42
42
|
};
|
43
43
|
}>>, {
|
44
|
-
size: "
|
44
|
+
size: "small" | "large";
|
45
45
|
type: "sectional" | "solid";
|
46
46
|
width: string;
|
47
47
|
glare: boolean;
|
@@ -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
|
-
loading: {
|
5
|
-
type: import('vue').PropType<boolean>;
|
6
|
-
required: true;
|
7
|
-
};
|
8
4
|
label: {
|
9
5
|
type: import('vue').PropType<string>;
|
10
6
|
default: string;
|
11
7
|
};
|
8
|
+
loading: {
|
9
|
+
type: import('vue').PropType<boolean>;
|
10
|
+
required: true;
|
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
|
-
loading: {
|
44
|
-
type: import('vue').PropType<boolean>;
|
45
|
-
required: true;
|
46
|
-
};
|
47
43
|
label: {
|
48
44
|
type: import('vue').PropType<string>;
|
49
45
|
default: string;
|
50
46
|
};
|
47
|
+
loading: {
|
48
|
+
type: import('vue').PropType<boolean>;
|
49
|
+
required: true;
|
50
|
+
};
|
51
51
|
placeholder: {
|
52
52
|
type: import('vue').PropType<string>;
|
53
53
|
default: string;
|
@@ -19,10 +19,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
19
19
|
message: string;
|
20
20
|
blockHide: boolean;
|
21
21
|
}>>>, {
|
22
|
-
|
22
|
+
color: string;
|
23
23
|
button: string;
|
24
24
|
title: string;
|
25
|
-
|
25
|
+
icon: import('../../components').TIcon;
|
26
26
|
id: number;
|
27
27
|
message: string;
|
28
28
|
buttonAdd: string;
|