@factoringplus/pl-components-pack-v3 1.8.10-pre-08 → 1.8.10-pre-09
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 +44 -44
- package/dist/pl-components-pack-v3.es.js +15433 -14794
- 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/entry.d.ts +2 -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/dist/src/plugins/loading/loading.d.ts +3 -0
- package/package.json +1 -1
@@ -31,12 +31,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
31
31
|
onScroll?: (...args: any[]) => any;
|
32
32
|
onWheel?: (...args: any[]) => any;
|
33
33
|
}, {
|
34
|
-
viewClass: string;
|
35
|
-
height: string | number;
|
36
34
|
maxHeight: string | number;
|
37
|
-
|
35
|
+
height: string | number;
|
38
36
|
wrapClass: string;
|
37
|
+
viewClass: string;
|
39
38
|
hideScrollThumb: boolean;
|
39
|
+
offsetRight: string;
|
40
40
|
}, {}>, {
|
41
41
|
default?(_: {}): any;
|
42
42
|
}>;
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
21
21
|
onPageSizeChange?: (...args: any[]) => any;
|
22
22
|
}, {
|
23
23
|
pageSize: number;
|
24
|
-
showPageSize: boolean;
|
25
24
|
pageNumber: number;
|
25
|
+
showPageSize: boolean;
|
26
26
|
}, {}>;
|
27
27
|
export default _default;
|
28
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -10,14 +10,14 @@ export declare const PlPagination: import('../../../../../install-function').SFC
|
|
10
10
|
type: import('vue').PropType<number>;
|
11
11
|
default: number;
|
12
12
|
};
|
13
|
-
showPageSize: {
|
14
|
-
type: import('vue').PropType<boolean>;
|
15
|
-
default: boolean;
|
16
|
-
};
|
17
13
|
pageNumber: {
|
18
14
|
type: import('vue').PropType<number>;
|
19
15
|
default: number;
|
20
16
|
};
|
17
|
+
showPageSize: {
|
18
|
+
type: import('vue').PropType<boolean>;
|
19
|
+
default: boolean;
|
20
|
+
};
|
21
21
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
22
22
|
pageChange: (...args: any[]) => void;
|
23
23
|
pageSizeChange: (...args: any[]) => void;
|
@@ -33,20 +33,20 @@ export declare const PlPagination: import('../../../../../install-function').SFC
|
|
33
33
|
type: import('vue').PropType<number>;
|
34
34
|
default: number;
|
35
35
|
};
|
36
|
-
showPageSize: {
|
37
|
-
type: import('vue').PropType<boolean>;
|
38
|
-
default: boolean;
|
39
|
-
};
|
40
36
|
pageNumber: {
|
41
37
|
type: import('vue').PropType<number>;
|
42
38
|
default: number;
|
43
39
|
};
|
40
|
+
showPageSize: {
|
41
|
+
type: import('vue').PropType<boolean>;
|
42
|
+
default: boolean;
|
43
|
+
};
|
44
44
|
}>> & {
|
45
45
|
onPageChange?: (...args: any[]) => any;
|
46
46
|
onPageSizeChange?: (...args: any[]) => any;
|
47
47
|
}, {
|
48
48
|
pageSize: number;
|
49
|
-
showPageSize: boolean;
|
50
49
|
pageNumber: number;
|
50
|
+
showPageSize: boolean;
|
51
51
|
}, {}>>;
|
52
52
|
export default PlPagination;
|
@@ -101,9 +101,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
101
101
|
placeholder: string;
|
102
102
|
prop: string;
|
103
103
|
rules: Record<string, any>;
|
104
|
+
isError: boolean;
|
104
105
|
suggestionList: unknown[];
|
105
106
|
selectedItem: string;
|
106
|
-
isError: boolean;
|
107
107
|
symbolsCountSearch: number;
|
108
108
|
noData: string;
|
109
109
|
getValidate: number | boolean;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { App } from 'vue';
|
2
2
|
import { default as ApiJs, cancelAllApiRequests } from '../plugins/api/api';
|
3
3
|
import { default as plLoading } from '../services/plLoading';
|
4
|
+
import { default as loadingAndSetup } from '../plugins/loading/loading';
|
4
5
|
import { default as Notification } from './data/pl-snackbar/renderSnackbar';
|
5
6
|
import { default as PlDirectives } from '../directives';
|
6
7
|
import { default as formatCurrency } from '../utils/formatCurrency';
|
@@ -12,5 +13,5 @@ import { default as deepSet } from '../utils/deepSet';
|
|
12
13
|
import { default as dataParser } from '../utils/dadataParser';
|
13
14
|
|
14
15
|
export declare const install: (app: App) => void;
|
15
|
-
export { Notification as PlNotification, ApiJs as apiJs, plLoading, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, cancelAllApiRequests, PlDirectives, };
|
16
|
+
export { Notification as PlNotification, ApiJs as apiJs, loadingAndSetup as loader, plLoading, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, cancelAllApiRequests, PlDirectives, };
|
16
17
|
export * from './components';
|
package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts
CHANGED
@@ -31,12 +31,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
31
31
|
}, {
|
32
32
|
id: string;
|
33
33
|
focus: boolean;
|
34
|
+
helpertext: string;
|
34
35
|
uniqKey: string;
|
35
36
|
suggestionList: IOption[];
|
36
37
|
symbolsCountSearch: string | number;
|
37
38
|
query: string;
|
38
39
|
disableMarkerBottom: boolean;
|
39
|
-
helpertext: string;
|
40
40
|
errors: import('async-validator').ValidateError[];
|
41
41
|
offsets: string;
|
42
42
|
loadingSuggestions: boolean;
|
@@ -38,11 +38,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
38
38
|
id: string;
|
39
39
|
placeholder: string;
|
40
40
|
prop: string;
|
41
|
-
memoryBlur: boolean;
|
42
|
-
clearable: boolean;
|
43
|
-
showError: number;
|
44
41
|
leftIcon: import('../../../components').TIcon;
|
42
|
+
clearable: boolean;
|
43
|
+
memoryBlur: boolean;
|
45
44
|
inputClass: string;
|
45
|
+
showError: number;
|
46
46
|
}, {}>;
|
47
47
|
export default _default;
|
48
48
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -64,20 +64,20 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
64
64
|
teleport: boolean;
|
65
65
|
placeholder: string;
|
66
66
|
prop: string;
|
67
|
+
helpertext: string;
|
68
|
+
optional: string;
|
69
|
+
tooltip: string;
|
70
|
+
leftIcon: import('../../components').TIcon;
|
71
|
+
rightIcon: import('../../components').TIcon;
|
72
|
+
clearable: boolean;
|
67
73
|
uniqKey: string;
|
68
74
|
suggestionList: IOption[];
|
69
75
|
symbolsCountSearch: string | number;
|
70
76
|
noData: string;
|
71
77
|
memoryBlur: boolean;
|
72
|
-
clearable: boolean;
|
73
|
-
tooltip: string;
|
74
|
-
leftIcon: import('../../components').TIcon;
|
75
78
|
inputClass: string;
|
76
|
-
rightIcon: import('../../components').TIcon;
|
77
79
|
disableMarkerBottom: boolean;
|
78
|
-
helpertext: string;
|
79
80
|
defaultDropText: string;
|
80
|
-
optional: string;
|
81
81
|
}, {}>;
|
82
82
|
export default _default;
|
83
83
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -43,11 +43,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
43
43
|
dateValue: string;
|
44
44
|
isOpen: boolean;
|
45
45
|
periods: boolean;
|
46
|
+
monthSwitch: boolean;
|
47
|
+
yearSwitch: boolean;
|
46
48
|
periodOptions: string[];
|
47
49
|
idProp: string;
|
48
50
|
mobile: boolean;
|
49
|
-
monthSwitch: boolean;
|
50
|
-
yearSwitch: boolean;
|
51
51
|
}, {}>;
|
52
52
|
export default _default;
|
53
53
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts
CHANGED
@@ -32,10 +32,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
32
32
|
}, {
|
33
33
|
modelValue: string;
|
34
34
|
dateValue: string;
|
35
|
-
idProp: string;
|
36
|
-
mobile: boolean;
|
37
35
|
monthSwitch: boolean;
|
38
36
|
yearSwitch: boolean;
|
37
|
+
idProp: string;
|
38
|
+
mobile: boolean;
|
39
39
|
}, {}>;
|
40
40
|
export default _default;
|
41
41
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
53
53
|
modelValue: string;
|
54
54
|
placeholder: string;
|
55
55
|
prop: string;
|
56
|
-
clearable: boolean;
|
57
|
-
showInput: boolean;
|
58
|
-
tooltip: string;
|
59
56
|
helpertext: string;
|
60
57
|
optional: string;
|
58
|
+
tooltip: string;
|
59
|
+
clearable: boolean;
|
60
|
+
showInput: boolean;
|
61
61
|
monthSwitch: boolean;
|
62
62
|
yearSwitch: boolean;
|
63
63
|
disabledDate: (date: string) => boolean;
|
@@ -53,17 +53,17 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
53
53
|
modelValue: string[];
|
54
54
|
placeholder: string;
|
55
55
|
prop: string;
|
56
|
-
clearable: boolean;
|
57
|
-
showInput: boolean;
|
58
|
-
tooltip: string;
|
59
56
|
helpertext: string;
|
60
57
|
optional: string;
|
61
|
-
|
58
|
+
tooltip: string;
|
59
|
+
clearable: boolean;
|
60
|
+
showInput: boolean;
|
62
61
|
periods: boolean;
|
63
|
-
periodOptions: string[];
|
64
62
|
monthSwitch: boolean;
|
65
63
|
yearSwitch: boolean;
|
66
64
|
disabledDate: (date: string) => boolean;
|
65
|
+
focusOnReset: boolean;
|
66
|
+
periodOptions: string[];
|
67
67
|
}, {}>;
|
68
68
|
export default _default;
|
69
69
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
26
26
|
disabled: boolean;
|
27
27
|
placeholder: string;
|
28
28
|
prop: string;
|
29
|
-
round: boolean;
|
30
29
|
leftIcon: import('../../../components').TIcon;
|
30
|
+
round: boolean;
|
31
31
|
inputClass: string;
|
32
32
|
}, {}>;
|
33
33
|
export default _default;
|
@@ -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
|
-
tabHandler: (...args: any[]) => void;
|
23
22
|
"custom-blur": (...args: any[]) => void;
|
23
|
+
tabHandler: (...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,21 +40,21 @@ 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
|
-
onTabHandler?: (...args: any[]) => any;
|
44
43
|
"onCustom-blur"?: (...args: any[]) => any;
|
44
|
+
onTabHandler?: (...args: any[]) => any;
|
45
45
|
}, {
|
46
46
|
disabled: boolean;
|
47
47
|
id: string;
|
48
48
|
placeholder: string;
|
49
49
|
prop: string;
|
50
|
-
clearable: boolean;
|
51
50
|
leftIcon: import('../../../components').TIcon;
|
52
|
-
inputClass: string;
|
53
51
|
rightIcon: import('../../../components').TIcon;
|
54
|
-
|
55
|
-
iconPointer: boolean;
|
52
|
+
clearable: boolean;
|
56
53
|
showWordLimit: boolean;
|
57
54
|
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;
|
31
30
|
currentPassword: boolean;
|
32
31
|
newPassword: boolean;
|
32
|
+
inputClass: string;
|
33
33
|
}, {}>;
|
34
34
|
export default _default;
|
35
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -25,9 +25,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
25
25
|
id: string;
|
26
26
|
placeholder: string;
|
27
27
|
prop: string;
|
28
|
-
inputClass: string;
|
29
28
|
showWordLimit: boolean;
|
30
29
|
maxlength: number;
|
30
|
+
inputClass: string;
|
31
31
|
}, {}>;
|
32
32
|
export default _default;
|
33
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -29,17 +29,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
29
29
|
type: import('vue').PropType<string>;
|
30
30
|
default: string;
|
31
31
|
};
|
32
|
-
|
33
|
-
type: import('vue').PropType<boolean>;
|
34
|
-
default: boolean;
|
35
|
-
};
|
36
|
-
containerClass: {
|
32
|
+
helpertext: {
|
37
33
|
type: import('vue').PropType<string>;
|
38
34
|
default: string;
|
39
35
|
};
|
40
|
-
|
41
|
-
type: import('vue').PropType<
|
42
|
-
default:
|
36
|
+
optional: {
|
37
|
+
type: import('vue').PropType<string>;
|
38
|
+
default: string;
|
43
39
|
};
|
44
40
|
tooltip: {
|
45
41
|
type: import('vue').PropType<string>;
|
@@ -49,54 +45,41 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
49
45
|
type: import('vue').PropType<import('../../components').TIcon>;
|
50
46
|
default: string;
|
51
47
|
};
|
52
|
-
|
53
|
-
type: import('vue').PropType<
|
48
|
+
rightIcon: {
|
49
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
54
50
|
default: string;
|
55
51
|
};
|
56
|
-
|
52
|
+
clearable: {
|
57
53
|
type: import('vue').PropType<boolean>;
|
58
54
|
default: boolean;
|
59
55
|
};
|
60
|
-
|
56
|
+
round: {
|
61
57
|
type: import('vue').PropType<boolean>;
|
62
58
|
default: boolean;
|
63
59
|
};
|
64
|
-
|
65
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
66
|
-
default: string;
|
67
|
-
};
|
68
|
-
helpertext: {
|
69
|
-
type: import('vue').PropType<string>;
|
70
|
-
default: string;
|
71
|
-
};
|
72
|
-
optional: {
|
60
|
+
containerClass: {
|
73
61
|
type: import('vue').PropType<string>;
|
74
62
|
default: string;
|
75
63
|
};
|
76
|
-
|
64
|
+
showWordLimit: {
|
77
65
|
type: import('vue').PropType<boolean>;
|
78
66
|
default: boolean;
|
79
67
|
};
|
80
|
-
|
68
|
+
currency: {
|
81
69
|
type: import('vue').PropType<boolean>;
|
82
70
|
default: boolean;
|
83
71
|
};
|
84
|
-
|
72
|
+
password: {
|
85
73
|
type: import('vue').PropType<boolean>;
|
86
74
|
default: boolean;
|
87
75
|
};
|
88
|
-
|
76
|
+
'show-word-limit': {
|
89
77
|
type: import('vue').PropType<boolean>;
|
90
78
|
default: boolean;
|
91
79
|
};
|
92
|
-
|
93
|
-
type: import('vue').PropType<
|
94
|
-
default:
|
95
|
-
min: number;
|
96
|
-
};
|
97
|
-
};
|
98
|
-
currencyInputOptions: {
|
99
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
80
|
+
maxlength: {
|
81
|
+
type: import('vue').PropType<number>;
|
82
|
+
default: any;
|
100
83
|
};
|
101
84
|
currentPassword: {
|
102
85
|
type: import('vue').PropType<boolean>;
|
@@ -106,21 +89,38 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
106
89
|
type: import('vue').PropType<boolean>;
|
107
90
|
default: boolean;
|
108
91
|
};
|
109
|
-
|
92
|
+
iconPointer: {
|
110
93
|
type: import('vue').PropType<boolean>;
|
111
94
|
default: boolean;
|
112
95
|
};
|
113
|
-
|
114
|
-
type: import('vue').PropType<
|
115
|
-
default:
|
96
|
+
customBlur: {
|
97
|
+
type: import('vue').PropType<boolean>;
|
98
|
+
default: boolean;
|
116
99
|
};
|
117
|
-
|
118
|
-
type: import('vue').PropType<
|
100
|
+
focusOnReset: {
|
101
|
+
type: import('vue').PropType<boolean>;
|
102
|
+
default: boolean;
|
119
103
|
};
|
120
|
-
|
104
|
+
disableTrim: {
|
121
105
|
type: import('vue').PropType<boolean>;
|
122
106
|
default: boolean;
|
123
107
|
};
|
108
|
+
inputClass: {
|
109
|
+
type: import('vue').PropType<string>;
|
110
|
+
default: string;
|
111
|
+
};
|
112
|
+
valueRange: {
|
113
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
114
|
+
default: () => {
|
115
|
+
min: number;
|
116
|
+
};
|
117
|
+
};
|
118
|
+
currencyInputOptions: {
|
119
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
120
|
+
};
|
121
|
+
formatter: {
|
122
|
+
type: import('vue').PropType<Function>;
|
123
|
+
};
|
124
124
|
}, {
|
125
125
|
blurInput: (mob?: boolean) => void;
|
126
126
|
focusInput: () => void;
|
@@ -161,17 +161,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
161
161
|
type: import('vue').PropType<string>;
|
162
162
|
default: string;
|
163
163
|
};
|
164
|
-
|
165
|
-
type: import('vue').PropType<boolean>;
|
166
|
-
default: boolean;
|
167
|
-
};
|
168
|
-
containerClass: {
|
164
|
+
helpertext: {
|
169
165
|
type: import('vue').PropType<string>;
|
170
166
|
default: string;
|
171
167
|
};
|
172
|
-
|
173
|
-
type: import('vue').PropType<
|
174
|
-
default:
|
168
|
+
optional: {
|
169
|
+
type: import('vue').PropType<string>;
|
170
|
+
default: string;
|
175
171
|
};
|
176
172
|
tooltip: {
|
177
173
|
type: import('vue').PropType<string>;
|
@@ -181,54 +177,41 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
181
177
|
type: import('vue').PropType<import('../../components').TIcon>;
|
182
178
|
default: string;
|
183
179
|
};
|
184
|
-
|
185
|
-
type: import('vue').PropType<
|
180
|
+
rightIcon: {
|
181
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
186
182
|
default: string;
|
187
183
|
};
|
188
|
-
|
184
|
+
clearable: {
|
189
185
|
type: import('vue').PropType<boolean>;
|
190
186
|
default: boolean;
|
191
187
|
};
|
192
|
-
|
188
|
+
round: {
|
193
189
|
type: import('vue').PropType<boolean>;
|
194
190
|
default: boolean;
|
195
191
|
};
|
196
|
-
|
197
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
198
|
-
default: string;
|
199
|
-
};
|
200
|
-
helpertext: {
|
201
|
-
type: import('vue').PropType<string>;
|
202
|
-
default: string;
|
203
|
-
};
|
204
|
-
optional: {
|
192
|
+
containerClass: {
|
205
193
|
type: import('vue').PropType<string>;
|
206
194
|
default: string;
|
207
195
|
};
|
208
|
-
|
196
|
+
showWordLimit: {
|
209
197
|
type: import('vue').PropType<boolean>;
|
210
198
|
default: boolean;
|
211
199
|
};
|
212
|
-
|
200
|
+
currency: {
|
213
201
|
type: import('vue').PropType<boolean>;
|
214
202
|
default: boolean;
|
215
203
|
};
|
216
|
-
|
204
|
+
password: {
|
217
205
|
type: import('vue').PropType<boolean>;
|
218
206
|
default: boolean;
|
219
207
|
};
|
220
|
-
|
208
|
+
'show-word-limit': {
|
221
209
|
type: import('vue').PropType<boolean>;
|
222
210
|
default: boolean;
|
223
211
|
};
|
224
|
-
|
225
|
-
type: import('vue').PropType<
|
226
|
-
default:
|
227
|
-
min: number;
|
228
|
-
};
|
229
|
-
};
|
230
|
-
currencyInputOptions: {
|
231
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
212
|
+
maxlength: {
|
213
|
+
type: import('vue').PropType<number>;
|
214
|
+
default: any;
|
232
215
|
};
|
233
216
|
currentPassword: {
|
234
217
|
type: import('vue').PropType<boolean>;
|
@@ -238,21 +221,38 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
238
221
|
type: import('vue').PropType<boolean>;
|
239
222
|
default: boolean;
|
240
223
|
};
|
241
|
-
|
224
|
+
iconPointer: {
|
242
225
|
type: import('vue').PropType<boolean>;
|
243
226
|
default: boolean;
|
244
227
|
};
|
245
|
-
|
246
|
-
type: import('vue').PropType<
|
247
|
-
default:
|
228
|
+
customBlur: {
|
229
|
+
type: import('vue').PropType<boolean>;
|
230
|
+
default: boolean;
|
248
231
|
};
|
249
|
-
|
250
|
-
type: import('vue').PropType<
|
232
|
+
focusOnReset: {
|
233
|
+
type: import('vue').PropType<boolean>;
|
234
|
+
default: boolean;
|
251
235
|
};
|
252
|
-
|
236
|
+
disableTrim: {
|
253
237
|
type: import('vue').PropType<boolean>;
|
254
238
|
default: boolean;
|
255
239
|
};
|
240
|
+
inputClass: {
|
241
|
+
type: import('vue').PropType<string>;
|
242
|
+
default: string;
|
243
|
+
};
|
244
|
+
valueRange: {
|
245
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
246
|
+
default: () => {
|
247
|
+
min: number;
|
248
|
+
};
|
249
|
+
};
|
250
|
+
currencyInputOptions: {
|
251
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
252
|
+
};
|
253
|
+
formatter: {
|
254
|
+
type: import('vue').PropType<Function>;
|
255
|
+
};
|
256
256
|
}>> & {
|
257
257
|
onBlur?: (...args: any[]) => any;
|
258
258
|
onTouchstart?: (...args: any[]) => any;
|
@@ -267,28 +267,28 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
267
267
|
modelValue: import('./types').TInputModelValue;
|
268
268
|
placeholder: string;
|
269
269
|
prop: string;
|
270
|
-
|
271
|
-
|
272
|
-
clearable: boolean;
|
270
|
+
helpertext: string;
|
271
|
+
optional: string;
|
273
272
|
tooltip: string;
|
274
273
|
leftIcon: import('../../components').TIcon;
|
275
|
-
inputClass: string;
|
276
|
-
password: boolean;
|
277
|
-
currency: boolean;
|
278
274
|
rightIcon: import('../../components').TIcon;
|
279
|
-
|
280
|
-
|
281
|
-
|
275
|
+
clearable: boolean;
|
276
|
+
round: boolean;
|
277
|
+
containerClass: string;
|
278
|
+
showWordLimit: boolean;
|
279
|
+
currency: boolean;
|
280
|
+
password: boolean;
|
281
|
+
'show-word-limit': boolean;
|
282
|
+
maxlength: number;
|
283
|
+
currentPassword: boolean;
|
284
|
+
newPassword: boolean;
|
285
|
+
iconPointer: boolean;
|
282
286
|
customBlur: boolean;
|
287
|
+
focusOnReset: boolean;
|
283
288
|
disableTrim: boolean;
|
284
|
-
|
289
|
+
inputClass: string;
|
285
290
|
valueRange: {
|
286
291
|
min: number;
|
287
292
|
};
|
288
|
-
currentPassword: boolean;
|
289
|
-
newPassword: boolean;
|
290
|
-
showWordLimit: boolean;
|
291
|
-
maxlength: number;
|
292
|
-
'show-word-limit': boolean;
|
293
293
|
}, {}>>;
|
294
294
|
export default PlInputPlus;
|
@@ -86,29 +86,29 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
86
86
|
modelValue: import('./types').TInputModelValue;
|
87
87
|
placeholder: string;
|
88
88
|
prop: string;
|
89
|
-
|
90
|
-
|
91
|
-
clearable: boolean;
|
89
|
+
helpertext: string;
|
90
|
+
optional: string;
|
92
91
|
tooltip: string;
|
93
92
|
leftIcon: import('../../components').TIcon;
|
94
|
-
inputClass: string;
|
95
|
-
password: boolean;
|
96
|
-
currency: boolean;
|
97
93
|
rightIcon: import('../../components').TIcon;
|
98
|
-
|
99
|
-
|
100
|
-
|
94
|
+
clearable: boolean;
|
95
|
+
round: boolean;
|
96
|
+
containerClass: string;
|
97
|
+
showWordLimit: boolean;
|
98
|
+
currency: boolean;
|
99
|
+
password: boolean;
|
100
|
+
'show-word-limit': boolean;
|
101
|
+
maxlength: number;
|
102
|
+
currentPassword: boolean;
|
103
|
+
newPassword: boolean;
|
104
|
+
iconPointer: boolean;
|
101
105
|
customBlur: boolean;
|
106
|
+
focusOnReset: boolean;
|
102
107
|
disableTrim: boolean;
|
103
|
-
|
108
|
+
inputClass: string;
|
104
109
|
valueRange: {
|
105
110
|
min: number;
|
106
111
|
};
|
107
|
-
currentPassword: boolean;
|
108
|
-
newPassword: boolean;
|
109
|
-
showWordLimit: boolean;
|
110
|
-
maxlength: number;
|
111
|
-
'show-word-limit': boolean;
|
112
112
|
}, {}>;
|
113
113
|
export default _default;
|
114
114
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|