@factoringplus/pl-components-pack-v3 1.8.5-pre-02-dialog → 1.8.5
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/ArrowTopRight20-CLcOM3Mc.mjs +23 -0
- package/dist/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +0 -1
- package/dist/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
- package/dist/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +1 -1
- package/dist/components/data/pl-table-plus/components/Pagination/index.d.ts +9 -9
- package/dist/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +2 -2
- package/dist/components/form/pl-autocomplete/components/pl-default.vue.d.ts +3 -3
- package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +7 -7
- package/dist/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +2 -2
- package/dist/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +2 -2
- 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 +7 -7
- package/dist/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
- package/dist/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +1 -1
- package/dist/components/form/pl-input-plus/index.d.ts +293 -5
- package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +17 -14
- package/dist/components/form/pl-input-plus/types/index.d.ts +2 -1
- package/dist/components/form/pl-multi-select/components/pl-default.vue.d.ts +2 -2
- 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 +3 -3
- package/dist/components/form/pl-radio/pl-radio.vue.d.ts +19 -34
- package/dist/components/form/pl-select-plus/components/pl-default.vue.d.ts +2 -2
- 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 +4 -4
- package/dist/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
- package/dist/components/shared/pl-icon/types/iconsType.d.ts +1 -1
- package/dist/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/pl-components-pack-v3.es.js +5654 -5678
- package/dist/pl-components-pack-v3.umd.js +29 -29
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -0,0 +1,23 @@
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
2
|
+
const n = {
|
3
|
+
width: "20",
|
4
|
+
height: "20",
|
5
|
+
viewBox: "0 0 20 20",
|
6
|
+
fill: "none",
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
8
|
+
}, r = /* @__PURE__ */ t("path", {
|
9
|
+
"fill-rule": "evenodd",
|
10
|
+
"clip-rule": "evenodd",
|
11
|
+
d: "M8.33903 5.08303C7.92482 5.08011 7.58668 5.41352 7.58376 5.82772C7.58084 6.24192 7.91425 6.58007 8.32845 6.58299L12.3277 6.61119L5.34467 13.5942C5.05178 13.8871 5.05178 14.362 5.34467 14.6549C5.63756 14.9478 6.11244 14.9478 6.40533 14.6549L13.3883 7.67191L13.4171 11.6717C13.4201 12.0859 13.7583 12.4193 14.1725 12.4163C14.5867 12.4133 14.92 12.0751 14.9171 11.6609L14.8754 5.86845C14.8724 5.45841 14.5407 5.12675 14.1307 5.12386L8.33903 5.08303Z",
|
12
|
+
fill: "currentColor"
|
13
|
+
}, null, -1), l = [
|
14
|
+
r
|
15
|
+
];
|
16
|
+
function c(d, i) {
|
17
|
+
return e(), o("svg", n, [...l]);
|
18
|
+
}
|
19
|
+
const h = { render: c };
|
20
|
+
export {
|
21
|
+
h as default,
|
22
|
+
c as render
|
23
|
+
};
|
@@ -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;
|
@@ -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;
|
36
|
+
query: string;
|
35
37
|
suggestionList: IOption[];
|
36
38
|
symbolsCountSearch: string | number;
|
37
|
-
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;
|
45
43
|
inputClass: string;
|
44
|
+
memoryBlur: boolean;
|
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;
|
74
|
+
inputClass: string;
|
68
75
|
suggestionList: IOption[];
|
69
76
|
symbolsCountSearch: string | number;
|
70
77
|
noData: string;
|
71
78
|
memoryBlur: boolean;
|
72
|
-
clearable: boolean;
|
73
|
-
leftIcon: import('../../components').TIcon;
|
74
|
-
inputClass: string;
|
75
|
-
rightIcon: import('../../components').TIcon;
|
76
79
|
disableMarkerBottom: boolean;
|
77
|
-
helpertext: string;
|
78
80
|
defaultDropText: string;
|
79
|
-
optional: string;
|
80
|
-
tooltip: string;
|
81
81
|
}, {}>;
|
82
82
|
export default _default;
|
83
83
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
package/dist/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts
CHANGED
@@ -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
|
-
showInput: boolean;
|
57
|
-
clearable: boolean;
|
58
56
|
helpertext: string;
|
59
57
|
optional: string;
|
60
58
|
tooltip: string;
|
59
|
+
clearable: boolean;
|
60
|
+
showInput: boolean;
|
61
61
|
monthSwitch: boolean;
|
62
62
|
yearSwitch: boolean;
|
63
63
|
disabledDate: (date: string) => boolean;
|
@@ -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
|
-
showInput: boolean;
|
57
|
-
clearable: boolean;
|
58
56
|
helpertext: string;
|
59
57
|
optional: string;
|
60
58
|
tooltip: string;
|
59
|
+
clearable: boolean;
|
60
|
+
showInput: boolean;
|
61
61
|
focusOnReset: boolean;
|
62
62
|
periods: boolean;
|
63
63
|
periodOptions: string[];
|
@@ -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
|
+
leftIcon: import('../../../components').TIcon;
|
29
30
|
round: boolean;
|
30
|
-
leftIcon: any;
|
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
|
+
leftIcon: import('../../../components').TIcon;
|
51
|
+
rightIcon: import('../../../components').TIcon;
|
50
52
|
clearable: boolean;
|
51
|
-
leftIcon: any;
|
52
|
-
inputClass: string;
|
53
|
-
rightIcon: any;
|
54
|
-
customBlur: boolean;
|
55
|
-
iconPointer: 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;
|
@@ -1,6 +1,294 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
export type { IPlInputPlusProps } from './types';
|
2
|
+
export declare const PlInputPlus: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
3
|
+
label: {
|
4
|
+
type: import('vue').PropType<string>;
|
5
|
+
default: string;
|
6
|
+
};
|
7
|
+
textarea: {
|
8
|
+
type: import('vue').PropType<boolean>;
|
9
|
+
default: boolean;
|
10
|
+
};
|
11
|
+
disabled: {
|
12
|
+
type: import('vue').PropType<boolean>;
|
13
|
+
default: boolean;
|
14
|
+
};
|
15
|
+
width: {
|
16
|
+
type: import('vue').PropType<string>;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
modelValue: {
|
20
|
+
type: import('vue').PropType<import('./types').TInputModelValue>;
|
21
|
+
required: true;
|
22
|
+
default: string;
|
23
|
+
};
|
24
|
+
placeholder: {
|
25
|
+
type: import('vue').PropType<string>;
|
26
|
+
default: string;
|
27
|
+
};
|
28
|
+
prop: {
|
29
|
+
type: import('vue').PropType<string>;
|
30
|
+
default: string;
|
31
|
+
};
|
32
|
+
helpertext: {
|
33
|
+
type: import('vue').PropType<string>;
|
34
|
+
default: string;
|
35
|
+
};
|
36
|
+
optional: {
|
37
|
+
type: import('vue').PropType<string>;
|
38
|
+
default: string;
|
39
|
+
};
|
40
|
+
tooltip: {
|
41
|
+
type: import('vue').PropType<string>;
|
42
|
+
default: string;
|
43
|
+
};
|
44
|
+
leftIcon: {
|
45
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
46
|
+
default: string;
|
47
|
+
};
|
48
|
+
rightIcon: {
|
49
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
50
|
+
default: string;
|
51
|
+
};
|
52
|
+
clearable: {
|
53
|
+
type: import('vue').PropType<boolean>;
|
54
|
+
default: boolean;
|
55
|
+
};
|
56
|
+
round: {
|
57
|
+
type: import('vue').PropType<boolean>;
|
58
|
+
default: boolean;
|
59
|
+
};
|
60
|
+
containerClass: {
|
61
|
+
type: import('vue').PropType<string>;
|
62
|
+
default: string;
|
63
|
+
};
|
64
|
+
showWordLimit: {
|
65
|
+
type: import('vue').PropType<boolean>;
|
66
|
+
default: boolean;
|
67
|
+
};
|
68
|
+
currency: {
|
69
|
+
type: import('vue').PropType<boolean>;
|
70
|
+
default: boolean;
|
71
|
+
};
|
72
|
+
password: {
|
73
|
+
type: import('vue').PropType<boolean>;
|
74
|
+
default: boolean;
|
75
|
+
};
|
76
|
+
'show-word-limit': {
|
77
|
+
type: import('vue').PropType<boolean>;
|
78
|
+
default: boolean;
|
79
|
+
};
|
80
|
+
maxlength: {
|
81
|
+
type: import('vue').PropType<number>;
|
82
|
+
default: any;
|
83
|
+
};
|
84
|
+
currentPassword: {
|
85
|
+
type: import('vue').PropType<boolean>;
|
86
|
+
default: boolean;
|
87
|
+
};
|
88
|
+
newPassword: {
|
89
|
+
type: import('vue').PropType<boolean>;
|
90
|
+
default: boolean;
|
91
|
+
};
|
92
|
+
iconPointer: {
|
93
|
+
type: import('vue').PropType<boolean>;
|
94
|
+
default: boolean;
|
95
|
+
};
|
96
|
+
customBlur: {
|
97
|
+
type: import('vue').PropType<boolean>;
|
98
|
+
default: boolean;
|
99
|
+
};
|
100
|
+
focusOnReset: {
|
101
|
+
type: import('vue').PropType<boolean>;
|
102
|
+
default: boolean;
|
103
|
+
};
|
104
|
+
disableTrim: {
|
105
|
+
type: import('vue').PropType<boolean>;
|
106
|
+
default: boolean;
|
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
|
+
}, {
|
125
|
+
blurInput: (mob?: boolean) => void;
|
126
|
+
focusInput: () => void;
|
127
|
+
getId: () => string;
|
128
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
129
|
+
"update:modelValue": (...args: any[]) => void;
|
130
|
+
touchstart: (...args: any[]) => void;
|
131
|
+
blur: (...args: any[]) => void;
|
132
|
+
resetValue: (...args: any[]) => void;
|
133
|
+
"custom-blur": (...args: any[]) => void;
|
134
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
135
|
+
label: {
|
136
|
+
type: import('vue').PropType<string>;
|
137
|
+
default: string;
|
138
|
+
};
|
139
|
+
textarea: {
|
140
|
+
type: import('vue').PropType<boolean>;
|
141
|
+
default: boolean;
|
142
|
+
};
|
143
|
+
disabled: {
|
144
|
+
type: import('vue').PropType<boolean>;
|
145
|
+
default: boolean;
|
146
|
+
};
|
147
|
+
width: {
|
148
|
+
type: import('vue').PropType<string>;
|
149
|
+
default: string;
|
150
|
+
};
|
151
|
+
modelValue: {
|
152
|
+
type: import('vue').PropType<import('./types').TInputModelValue>;
|
153
|
+
required: true;
|
154
|
+
default: string;
|
155
|
+
};
|
156
|
+
placeholder: {
|
157
|
+
type: import('vue').PropType<string>;
|
158
|
+
default: string;
|
159
|
+
};
|
160
|
+
prop: {
|
161
|
+
type: import('vue').PropType<string>;
|
162
|
+
default: string;
|
163
|
+
};
|
164
|
+
helpertext: {
|
165
|
+
type: import('vue').PropType<string>;
|
166
|
+
default: string;
|
167
|
+
};
|
168
|
+
optional: {
|
169
|
+
type: import('vue').PropType<string>;
|
170
|
+
default: string;
|
171
|
+
};
|
172
|
+
tooltip: {
|
173
|
+
type: import('vue').PropType<string>;
|
174
|
+
default: string;
|
175
|
+
};
|
176
|
+
leftIcon: {
|
177
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
178
|
+
default: string;
|
179
|
+
};
|
180
|
+
rightIcon: {
|
181
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
182
|
+
default: string;
|
183
|
+
};
|
184
|
+
clearable: {
|
185
|
+
type: import('vue').PropType<boolean>;
|
186
|
+
default: boolean;
|
187
|
+
};
|
188
|
+
round: {
|
189
|
+
type: import('vue').PropType<boolean>;
|
190
|
+
default: boolean;
|
191
|
+
};
|
192
|
+
containerClass: {
|
193
|
+
type: import('vue').PropType<string>;
|
194
|
+
default: string;
|
195
|
+
};
|
196
|
+
showWordLimit: {
|
197
|
+
type: import('vue').PropType<boolean>;
|
198
|
+
default: boolean;
|
199
|
+
};
|
200
|
+
currency: {
|
201
|
+
type: import('vue').PropType<boolean>;
|
202
|
+
default: boolean;
|
203
|
+
};
|
204
|
+
password: {
|
205
|
+
type: import('vue').PropType<boolean>;
|
206
|
+
default: boolean;
|
207
|
+
};
|
208
|
+
'show-word-limit': {
|
209
|
+
type: import('vue').PropType<boolean>;
|
210
|
+
default: boolean;
|
211
|
+
};
|
212
|
+
maxlength: {
|
213
|
+
type: import('vue').PropType<number>;
|
214
|
+
default: any;
|
215
|
+
};
|
216
|
+
currentPassword: {
|
217
|
+
type: import('vue').PropType<boolean>;
|
218
|
+
default: boolean;
|
219
|
+
};
|
220
|
+
newPassword: {
|
221
|
+
type: import('vue').PropType<boolean>;
|
222
|
+
default: boolean;
|
223
|
+
};
|
224
|
+
iconPointer: {
|
225
|
+
type: import('vue').PropType<boolean>;
|
226
|
+
default: boolean;
|
227
|
+
};
|
228
|
+
customBlur: {
|
229
|
+
type: import('vue').PropType<boolean>;
|
230
|
+
default: boolean;
|
231
|
+
};
|
232
|
+
focusOnReset: {
|
233
|
+
type: import('vue').PropType<boolean>;
|
234
|
+
default: boolean;
|
235
|
+
};
|
236
|
+
disableTrim: {
|
237
|
+
type: import('vue').PropType<boolean>;
|
238
|
+
default: boolean;
|
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
|
+
}>> & {
|
257
|
+
onBlur?: (...args: any[]) => any;
|
258
|
+
onTouchstart?: (...args: any[]) => any;
|
259
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
260
|
+
onResetValue?: (...args: any[]) => any;
|
261
|
+
"onCustom-blur"?: (...args: any[]) => any;
|
262
|
+
}, {
|
263
|
+
label: string;
|
264
|
+
textarea: boolean;
|
265
|
+
disabled: boolean;
|
266
|
+
width: string;
|
267
|
+
modelValue: import('./types').TInputModelValue;
|
268
|
+
placeholder: string;
|
269
|
+
prop: string;
|
270
|
+
helpertext: string;
|
271
|
+
optional: string;
|
272
|
+
tooltip: string;
|
273
|
+
leftIcon: import('../../components').TIcon;
|
274
|
+
rightIcon: import('../../components').TIcon;
|
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;
|
286
|
+
customBlur: boolean;
|
287
|
+
focusOnReset: boolean;
|
288
|
+
disableTrim: boolean;
|
289
|
+
inputClass: string;
|
290
|
+
valueRange: {
|
291
|
+
min: number;
|
292
|
+
};
|
293
|
+
}, {}>>;
|
6
294
|
export default PlInputPlus;
|
@@ -27,6 +27,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
27
27
|
focusOnReset: boolean;
|
28
28
|
disableTrim: boolean;
|
29
29
|
inputClass: string;
|
30
|
+
containerClass: string;
|
30
31
|
valueRange: () => {
|
31
32
|
min: number;
|
32
33
|
};
|
@@ -67,6 +68,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
67
68
|
focusOnReset: boolean;
|
68
69
|
disableTrim: boolean;
|
69
70
|
inputClass: string;
|
71
|
+
containerClass: string;
|
70
72
|
valueRange: () => {
|
71
73
|
min: number;
|
72
74
|
};
|
@@ -84,28 +86,29 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
84
86
|
modelValue: import('./types').TInputModelValue;
|
85
87
|
placeholder: string;
|
86
88
|
prop: string;
|
87
|
-
round: boolean;
|
88
|
-
clearable: boolean;
|
89
|
-
leftIcon: any;
|
90
|
-
inputClass: string;
|
91
|
-
password: boolean;
|
92
|
-
currency: boolean;
|
93
|
-
rightIcon: any;
|
94
89
|
helpertext: string;
|
95
90
|
optional: string;
|
96
91
|
tooltip: string;
|
97
|
-
|
92
|
+
leftIcon: import('../../components').TIcon;
|
93
|
+
rightIcon: import('../../components').TIcon;
|
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;
|
98
105
|
customBlur: boolean;
|
106
|
+
focusOnReset: boolean;
|
99
107
|
disableTrim: boolean;
|
100
|
-
|
108
|
+
inputClass: string;
|
101
109
|
valueRange: {
|
102
110
|
min: number;
|
103
111
|
};
|
104
|
-
currentPassword: boolean;
|
105
|
-
newPassword: boolean;
|
106
|
-
showWordLimit: boolean;
|
107
|
-
maxlength: number;
|
108
|
-
'show-word-limit': boolean;
|
109
112
|
}, {}>;
|
110
113
|
export default _default;
|
111
114
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { CurrencyInputOptions, NumberRange } from 'vue-currency-input';
|
2
|
-
import { TIcon } from '../../../pl-icon
|
2
|
+
import { TIcon } from '../../../shared/pl-icon';
|
3
3
|
|
4
4
|
export type TInputModelValue = string | number | null | undefined;
|
5
5
|
export type TMaxlength = number | null | undefined;
|
@@ -9,6 +9,7 @@ interface IBaseInputProps {
|
|
9
9
|
placeholder?: string;
|
10
10
|
disabled?: boolean;
|
11
11
|
inputClass?: string;
|
12
|
+
containerClass?: string;
|
12
13
|
}
|
13
14
|
export interface IPlInputPlusProps extends IBaseInputProps {
|
14
15
|
showWordLimit?: boolean;
|
@@ -44,10 +44,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
44
44
|
placeholder: string;
|
45
45
|
focus: boolean;
|
46
46
|
prop: string;
|
47
|
-
clearable: boolean;
|
48
|
-
showError: number;
|
49
47
|
leftIcon: TIcon;
|
48
|
+
clearable: boolean;
|
50
49
|
showDescription: string | boolean;
|
50
|
+
showError: number;
|
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
|
}, {}>;
|
@@ -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
|
-
leftIcon: import('../../components').TIcon;
|
55
52
|
helpertext: string;
|
56
53
|
optional: string;
|
57
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;
|