@factoringplus/pl-components-pack-v3 1.8.6-pre-03-test → 1.8.6-pre-04-test
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/pl-components-pack-v3.cjs.js +11 -11
- package/dist/pl-components-pack-v3.es.js +379 -380
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
- package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +1 -1
- package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +9 -9
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-suggestions/pl-suggestions.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 +3 -3
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +6 -6
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.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 +3 -3
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +5 -5
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
- 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 +1 -1
- package/dist/src/components/form/pl-input-plus/index.d.ts +95 -95
- 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 +2 -2
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +4 -4
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +2 -2
- package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/package.json +1 -2
@@ -48,13 +48,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
48
48
|
teleport: boolean;
|
49
49
|
placeholder: string;
|
50
50
|
buttons: boolean;
|
51
|
-
options: IOption[];
|
52
51
|
prop: string;
|
53
|
-
clearable: boolean;
|
54
|
-
tooltip: string;
|
55
|
-
leftIcon: import('../../components').TIcon;
|
56
52
|
helpertext: string;
|
57
53
|
optional: string;
|
54
|
+
tooltip: string;
|
55
|
+
leftIcon: import('../../components').TIcon;
|
56
|
+
options: IOption[];
|
57
|
+
clearable: boolean;
|
58
58
|
}, {}>;
|
59
59
|
export default _default;
|
60
60
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -45,10 +45,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
45
45
|
placeholder: string;
|
46
46
|
focus: boolean;
|
47
47
|
prop: string;
|
48
|
-
clearable: boolean;
|
49
|
-
showError: number;
|
50
48
|
leftIcon: TIcon;
|
49
|
+
clearable: boolean;
|
51
50
|
showDescription: string | boolean;
|
51
|
+
showError: number;
|
52
52
|
}, {}>;
|
53
53
|
export default _default;
|
54
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
23
23
|
}, {
|
24
24
|
id: string;
|
25
25
|
focus: boolean;
|
26
|
-
options: IOption[];
|
27
26
|
helpertext: string;
|
27
|
+
options: IOption[];
|
28
28
|
errors: import('async-validator').ValidateError[];
|
29
29
|
offsets: string;
|
30
30
|
}, {}>;
|
@@ -47,14 +47,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
47
47
|
modelValue: any;
|
48
48
|
teleport: boolean;
|
49
49
|
placeholder: string;
|
50
|
-
options: any[] | IOption[];
|
51
50
|
prop: string;
|
52
|
-
|
51
|
+
helpertext: string;
|
52
|
+
optional: string;
|
53
53
|
tooltip: string;
|
54
54
|
leftIcon: import('../../components').TIcon;
|
55
55
|
rightIcon: import('../../components').TIcon;
|
56
|
-
|
57
|
-
|
56
|
+
options: any[] | IOption[];
|
57
|
+
clearable: boolean;
|
58
58
|
showDescription: boolean;
|
59
59
|
account: boolean;
|
60
60
|
}, {}>;
|
@@ -80,10 +80,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
80
80
|
multiple: boolean;
|
81
81
|
description: string;
|
82
82
|
prop: string;
|
83
|
+
optional: string;
|
83
84
|
tooltip: string;
|
84
85
|
fileSize: number;
|
85
86
|
limit: number;
|
86
|
-
optional: string;
|
87
87
|
maxHeightScroll: number;
|
88
88
|
helperText: string;
|
89
89
|
viewMode: boolean;
|
@@ -110,11 +110,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
110
110
|
width: string;
|
111
111
|
active: boolean;
|
112
112
|
description: string;
|
113
|
+
leftIcon: string;
|
114
|
+
rightIcon: string;
|
113
115
|
descriptionColor: string;
|
114
116
|
searchValue: string;
|
115
|
-
leftIcon: string;
|
116
117
|
leftIconColor: string;
|
117
|
-
rightIcon: string;
|
118
118
|
rightIconColor: string;
|
119
119
|
summ: number;
|
120
120
|
disableMarkerBottom: boolean;
|
package/package.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
"require": "./dist/pl-components-pack-v3.cjs.js"
|
15
15
|
}
|
16
16
|
},
|
17
|
-
"version": "1.8.6-pre-
|
17
|
+
"version": "1.8.6-pre-04-test",
|
18
18
|
"scripts": {
|
19
19
|
"dev": "vite",
|
20
20
|
"build": "vite build",
|
@@ -55,7 +55,6 @@
|
|
55
55
|
"vuex": "4.1.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"moment": "2.30.1",
|
59
58
|
"@babel/core": "7.24.8",
|
60
59
|
"@babel/preset-env": "7.24.8",
|
61
60
|
"@factoringplus/frontend-configs": "^1.0.8",
|