@factoringplus/pl-components-pack-v3 1.2.32-pre-04 → 1.2.32-pre-06
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/components/data/pl-table-plus/pl-table-plus.vue.d.ts +0 -10
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +1 -1
- package/dist/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
- package/dist/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
- package/dist/components/form/pl-input-plus/components/pl-currency.vue.d.ts +1 -1
- package/dist/components/form/pl-input-plus/components/pl-default.vue.d.ts +2 -2
- package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +5 -5
- package/dist/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
- package/dist/components/form/pl-multi-select/pl-multi-select.vue.d.ts +1 -1
- package/dist/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +1 -1
- package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
- package/dist/pl-components-pack-v3.es.js +8719 -8886
- package/dist/pl-components-pack-v3.umd.js +30 -30
- package/dist/style.css +1 -1
- package/dist/utils/formatCurrency.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +0 -44
@@ -13,9 +13,6 @@ interface IProps {
|
|
13
13
|
selectedRows?: Record<string, string | number>[];
|
14
14
|
uniqKey?: string | '';
|
15
15
|
defaultWrapperWidth?: number | null;
|
16
|
-
pagination?: boolean;
|
17
|
-
pageSizeOptions?: Array<number>;
|
18
|
-
total: number;
|
19
16
|
}
|
20
17
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
21
18
|
headers: () => any[];
|
@@ -26,13 +23,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
26
23
|
uniqKey: string;
|
27
24
|
hideHeadersOnMobile: () => any[];
|
28
25
|
defaultWrapperWidth: any;
|
29
|
-
pagination: boolean;
|
30
26
|
}>, {
|
31
27
|
resetSelectedRows: () => void;
|
32
28
|
selectAllRows: () => void;
|
33
29
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
34
|
-
pageChange: (...args: any[]) => void;
|
35
|
-
pageSizeChange: (...args: any[]) => void;
|
36
30
|
infiniteScroll: (...args: any[]) => void;
|
37
31
|
"update:selectedRows": (...args: any[]) => void;
|
38
32
|
rowClick: (...args: any[]) => void;
|
@@ -46,10 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
46
40
|
uniqKey: string;
|
47
41
|
hideHeadersOnMobile: () => any[];
|
48
42
|
defaultWrapperWidth: any;
|
49
|
-
pagination: boolean;
|
50
43
|
}>>> & {
|
51
|
-
onPageChange?: (...args: any[]) => any;
|
52
|
-
onPageSizeChange?: (...args: any[]) => any;
|
53
44
|
onInfiniteScroll?: (...args: any[]) => any;
|
54
45
|
"onUpdate:selectedRows"?: (...args: any[]) => any;
|
55
46
|
onRowClick?: (...args: any[]) => any;
|
@@ -62,7 +53,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
62
53
|
width?: number;
|
63
54
|
maxWidthContent?: string;
|
64
55
|
}[];
|
65
|
-
pagination: boolean;
|
66
56
|
hideHeadersOnMobile: string[];
|
67
57
|
rows: Record<string, string | number>[];
|
68
58
|
isLoading: boolean;
|
@@ -111,9 +111,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
111
111
|
}, {
|
112
112
|
form: Record<string, any>;
|
113
113
|
modelValue: unknown[];
|
114
|
-
total: number;
|
115
114
|
noDataText: string;
|
116
115
|
hasPagination: boolean;
|
116
|
+
total: number;
|
117
117
|
pageSizes: unknown[];
|
118
118
|
isTotalVisible: boolean;
|
119
119
|
layout: string;
|
@@ -31,8 +31,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
31
31
|
}, {
|
32
32
|
id: string;
|
33
33
|
focus: boolean;
|
34
|
-
helpertext: string;
|
35
34
|
uniqKey: string;
|
35
|
+
helpertext: string;
|
36
36
|
query: string;
|
37
37
|
suggestionList: IOption[];
|
38
38
|
symbolsCountSearch: string | number;
|
@@ -61,6 +61,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
61
61
|
modelValue: IOption;
|
62
62
|
teleport: boolean;
|
63
63
|
placeholder: string;
|
64
|
+
uniqKey: string;
|
64
65
|
prop: string;
|
65
66
|
helpertext: string;
|
66
67
|
optional: string;
|
@@ -68,7 +69,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
68
69
|
leftIcon: any;
|
69
70
|
rightIcon: any;
|
70
71
|
clearable: boolean;
|
71
|
-
uniqKey: string;
|
72
72
|
suggestionList: IOption[];
|
73
73
|
symbolsCountSearch: string | number;
|
74
74
|
noData: string;
|
package/dist/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts
CHANGED
@@ -52,12 +52,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
52
52
|
width: string;
|
53
53
|
modelValue: string;
|
54
54
|
placeholder: string;
|
55
|
+
showInput: boolean;
|
55
56
|
prop: string;
|
56
57
|
helpertext: string;
|
57
58
|
optional: string;
|
58
59
|
tooltip: string;
|
59
60
|
clearable: boolean;
|
60
|
-
showInput: boolean;
|
61
61
|
monthSwitch: boolean;
|
62
62
|
yearSwitch: boolean;
|
63
63
|
disabledDate: (date: string) => boolean;
|
@@ -52,12 +52,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
52
52
|
width: string;
|
53
53
|
modelValue: string[];
|
54
54
|
placeholder: string;
|
55
|
+
showInput: boolean;
|
55
56
|
prop: string;
|
56
57
|
helpertext: string;
|
57
58
|
optional: string;
|
58
59
|
tooltip: string;
|
59
60
|
clearable: boolean;
|
60
|
-
showInput: boolean;
|
61
61
|
focusOnReset: boolean;
|
62
62
|
periods: boolean;
|
63
63
|
periodOptions: string[];
|
@@ -23,9 +23,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
23
23
|
}, {
|
24
24
|
disabled: boolean;
|
25
25
|
placeholder: string;
|
26
|
+
round: boolean;
|
26
27
|
prop: string;
|
27
28
|
leftIcon: any;
|
28
|
-
round: boolean;
|
29
29
|
}, {}>;
|
30
30
|
export default _default;
|
31
31
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -45,13 +45,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
45
45
|
id: string;
|
46
46
|
placeholder: string;
|
47
47
|
prop: string;
|
48
|
+
showWordLimit: boolean;
|
48
49
|
leftIcon: any;
|
49
50
|
rightIcon: any;
|
50
|
-
clearable: boolean;
|
51
|
-
showWordLimit: boolean;
|
52
51
|
maxlength: number;
|
53
52
|
iconPointer: boolean;
|
54
53
|
customBlur: boolean;
|
54
|
+
clearable: boolean;
|
55
55
|
}, {}>;
|
56
56
|
export default _default;
|
57
57
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -81,23 +81,23 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
81
81
|
width: string;
|
82
82
|
modelValue: import('./types').TInputModelValue;
|
83
83
|
placeholder: string;
|
84
|
+
round: boolean;
|
84
85
|
prop: string;
|
86
|
+
showWordLimit: boolean;
|
87
|
+
currency: boolean;
|
88
|
+
password: boolean;
|
85
89
|
helpertext: string;
|
86
90
|
optional: string;
|
87
91
|
tooltip: string;
|
88
92
|
leftIcon: any;
|
89
93
|
rightIcon: any;
|
90
|
-
clearable: boolean;
|
91
|
-
round: boolean;
|
92
|
-
showWordLimit: boolean;
|
93
|
-
currency: boolean;
|
94
|
-
password: boolean;
|
95
94
|
'show-word-limit': boolean;
|
96
95
|
maxlength: number;
|
97
96
|
currentPassword: boolean;
|
98
97
|
newPassword: boolean;
|
99
98
|
iconPointer: boolean;
|
100
99
|
customBlur: boolean;
|
100
|
+
clearable: boolean;
|
101
101
|
focusOnReset: boolean;
|
102
102
|
disableTrim: boolean;
|
103
103
|
valueRange: {
|
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
46
46
|
prop: string;
|
47
47
|
leftIcon: any;
|
48
48
|
clearable: boolean;
|
49
|
-
showDescription: string | boolean;
|
50
49
|
showError: number;
|
50
|
+
showDescription: string | boolean;
|
51
51
|
}, {}>;
|
52
52
|
export default _default;
|
53
53
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -25,8 +25,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
25
25
|
}, {
|
26
26
|
id: string;
|
27
27
|
focus: boolean;
|
28
|
-
options: IOption[];
|
29
28
|
helpertext: string;
|
29
|
+
options: IOption[];
|
30
30
|
errors: import('async-validator').ValidateError[];
|
31
31
|
offsets: string;
|
32
32
|
}, {}>;
|
@@ -45,13 +45,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
45
45
|
modelValue: IOption[];
|
46
46
|
placeholder: string;
|
47
47
|
buttons: boolean;
|
48
|
-
options: IOption[];
|
49
48
|
prop: string;
|
50
49
|
helpertext: string;
|
51
50
|
optional: string;
|
52
51
|
tooltip: string;
|
53
52
|
leftIcon: any;
|
54
53
|
clearable: boolean;
|
54
|
+
options: IOption[];
|
55
55
|
}, {}>;
|
56
56
|
export default _default;
|
57
57
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -47,8 +47,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
47
47
|
prop: string;
|
48
48
|
leftIcon: any;
|
49
49
|
clearable: boolean;
|
50
|
-
showDescription: string | boolean;
|
51
50
|
showError: number;
|
51
|
+
showDescription: string | boolean;
|
52
52
|
}, {}>;
|
53
53
|
export default _default;
|
54
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
21
21
|
}, {
|
22
22
|
id: string;
|
23
23
|
focus: boolean;
|
24
|
-
options: IOption[];
|
25
24
|
helpertext: string;
|
25
|
+
options: IOption[];
|
26
26
|
errors: import('async-validator').ValidateError[];
|
27
27
|
offsets: string;
|
28
28
|
}, {}>;
|
@@ -47,7 +47,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
47
47
|
modelValue: string | number;
|
48
48
|
teleport: boolean;
|
49
49
|
placeholder: string;
|
50
|
-
options: IOption[];
|
51
50
|
prop: string;
|
52
51
|
helpertext: string;
|
53
52
|
optional: string;
|
@@ -55,6 +54,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
55
54
|
leftIcon: any;
|
56
55
|
rightIcon: any;
|
57
56
|
clearable: boolean;
|
57
|
+
options: IOption[];
|
58
58
|
showDescription: boolean;
|
59
59
|
account: boolean;
|
60
60
|
}, {}>;
|