@factoringplus/pl-components-pack-v3 1.9.6 → 1.9.7-pre-02
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/Lamoda32-120ef4fb.js +18 -0
- package/dist/Lamoda32-ec7d0b9b.cjs +1 -0
- package/dist/Ozon32-5e568a32.cjs +1 -0
- package/dist/Ozon32-b50f69e5.js +18 -0
- package/dist/Update20-24329ba6.cjs +1 -0
- package/dist/Update20-c09333e6.js +21 -0
- package/dist/WB32-149ae428.cjs +1 -0
- package/dist/WB32-ac5bfb89.js +18 -0
- package/dist/Yandex32-a648eebb.js +18 -0
- package/dist/Yandex32-d53b68af.cjs +1 -0
- package/dist/{crypto-pro-2ea5cd24.js → crypto-pro-0cfbb465.js} +1 -1
- package/dist/{crypto-pro-624032ca.cjs → crypto-pro-9301d04e.cjs} +1 -1
- package/dist/{entry-0cbbe01b.js → entry-0e1f4784.js} +8071 -7854
- package/dist/entry-1ee1a1c6.cjs +115 -0
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +73 -72
- package/dist/src/components/basic/pl-button/index.d.ts +18 -0
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
- package/dist/src/components/components.d.ts +3 -1
- package/dist/src/components/data/pl-banner/index.d.ts +101 -0
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +51 -0
- package/dist/src/components/data/pl-banner/types/index.d.ts +69 -0
- package/dist/src/components/data/pl-tags-chips/index.d.ts +7 -7
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
- package/dist/src/components/form/pl-input-plus/index.d.ts +193 -193
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
- package/dist/src/components/form/pl-radio/index.d.ts +136 -4
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +5 -9
- package/dist/src/components/form/pl-radio/types/index.d.ts +50 -0
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-icon/types/iconsType.d.ts +1 -1
- package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +20 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/entry-8b28b726.cjs +0 -115
@@ -19,8 +19,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
19
19
|
touchstart: (...args: any[]) => void;
|
20
20
|
blur: (...args: any[]) => void;
|
21
21
|
resetValue: (...args: any[]) => void;
|
22
|
-
"custom-blur": (...args: any[]) => void;
|
23
22
|
tabHandler: (...args: any[]) => void;
|
23
|
+
"custom-blur": (...args: any[]) => void;
|
24
24
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
|
25
25
|
leftIcon: string;
|
26
26
|
rightIcon: string;
|
@@ -40,8 +40,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
40
40
|
onTouchstart?: (...args: any[]) => any;
|
41
41
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
42
42
|
onResetValue?: (...args: any[]) => any;
|
43
|
-
"onCustom-blur"?: (...args: any[]) => any;
|
44
43
|
onTabHandler?: (...args: any[]) => any;
|
44
|
+
"onCustom-blur"?: (...args: any[]) => any;
|
45
45
|
}, {
|
46
46
|
disabled: boolean;
|
47
47
|
id: string;
|
@@ -50,11 +50,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
50
50
|
rightIcon: import('../../../components').TIcon;
|
51
51
|
prop: string;
|
52
52
|
clearable: boolean;
|
53
|
+
inputClass: string;
|
54
|
+
customBlur: boolean;
|
55
|
+
iconPointer: boolean;
|
53
56
|
showWordLimit: boolean;
|
54
57
|
maxlength: number;
|
55
|
-
iconPointer: boolean;
|
56
|
-
customBlur: boolean;
|
57
|
-
inputClass: string;
|
58
58
|
}, {}>;
|
59
59
|
export default _default;
|
60
60
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -27,9 +27,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
27
27
|
id: string;
|
28
28
|
placeholder: string;
|
29
29
|
prop: string;
|
30
|
+
inputClass: string;
|
30
31
|
currentPassword: boolean;
|
31
32
|
newPassword: boolean;
|
32
|
-
inputClass: string;
|
33
33
|
}, {}>;
|
34
34
|
export default _default;
|
35
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -20,6 +20,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
20
20
|
containerClass: {
|
21
21
|
type: import('vue').PropType<string>;
|
22
22
|
};
|
23
|
+
inputClass: {
|
24
|
+
type: import('vue').PropType<string>;
|
25
|
+
default: string;
|
26
|
+
};
|
23
27
|
showWordLimit: {
|
24
28
|
type: import('vue').PropType<boolean>;
|
25
29
|
default: boolean;
|
@@ -28,10 +32,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
28
32
|
type: import('vue').PropType<number>;
|
29
33
|
default: any;
|
30
34
|
};
|
31
|
-
inputClass: {
|
32
|
-
type: import('vue').PropType<string>;
|
33
|
-
default: string;
|
34
|
-
};
|
35
35
|
autosize: {
|
36
36
|
type: import('vue').PropType<boolean>;
|
37
37
|
default: boolean;
|
@@ -66,6 +66,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
66
66
|
containerClass: {
|
67
67
|
type: import('vue').PropType<string>;
|
68
68
|
};
|
69
|
+
inputClass: {
|
70
|
+
type: import('vue').PropType<string>;
|
71
|
+
default: string;
|
72
|
+
};
|
69
73
|
showWordLimit: {
|
70
74
|
type: import('vue').PropType<boolean>;
|
71
75
|
default: boolean;
|
@@ -74,10 +78,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
74
78
|
type: import('vue').PropType<number>;
|
75
79
|
default: any;
|
76
80
|
};
|
77
|
-
inputClass: {
|
78
|
-
type: import('vue').PropType<string>;
|
79
|
-
default: string;
|
80
|
-
};
|
81
81
|
autosize: {
|
82
82
|
type: import('vue').PropType<boolean>;
|
83
83
|
default: boolean;
|
@@ -95,9 +95,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
95
95
|
id: string;
|
96
96
|
placeholder: string;
|
97
97
|
prop: string;
|
98
|
+
inputClass: string;
|
98
99
|
showWordLimit: boolean;
|
99
100
|
maxlength: number;
|
100
|
-
inputClass: string;
|
101
101
|
autosize: boolean;
|
102
102
|
minRows: number;
|
103
103
|
maxRows: number;
|