@factoringplus/pl-components-pack-v3 1.8.22-pre-01-PVO-20861 → 1.8.22-pre-01-test-version
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/basic/pl-button/components/PlButtonSpinner.vue.d.ts +17 -0
- package/dist/components/basic/pl-button/index.d.ts +86 -0
- package/dist/components/basic/pl-button/pl-button.vue.d.ts +6 -0
- package/dist/components/basic/pl-button/types/index.d.ts +8 -0
- package/dist/components/basic/pl-button-dropdown/index.d.ts +295 -0
- package/dist/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +73 -0
- package/dist/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +6 -2
- package/dist/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +1 -1
- package/dist/components/components.d.ts +3 -1
- package/dist/components/data/pl-text-cell/index.d.ts +9 -9
- package/dist/components/data/pl-text-cell/pl-text-cell.vue.d.ts +1 -1
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +2 -2
- package/dist/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +2 -2
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +1 -1
- package/dist/components/entry.d.ts +2 -1
- package/dist/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -2
- package/dist/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
- package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/components/form/pl-autocomplete/types/index.d.ts +2 -1
- package/dist/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +2 -4
- package/dist/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +1 -1
- package/dist/components/form/pl-date-picker-plus/common/types/index.d.ts +2 -2
- 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 +1 -1
- package/dist/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +0 -9
- package/dist/components/form/pl-input-plus/index.d.ts +36 -63
- package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +4 -13
- package/dist/components/form/pl-input-plus/types/index.d.ts +0 -6
- 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 -2
- package/dist/components/form/pl-multi-select/pl-multi-select.vue.d.ts +4 -4
- package/dist/components/form/pl-multi-select/types/index.d.ts +2 -1
- package/dist/components/form/pl-radio/pl-radio.vue.d.ts +6 -6
- 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 -4
- package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +5 -5
- package/dist/components/form/pl-select-plus/types/index.d.ts +3 -1
- package/dist/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +45 -0
- package/dist/components/shared/pl-option/pl-option.vue.d.ts +5 -5
- package/dist/pl-components-pack-v3.es.js +16341 -16393
- package/dist/pl-components-pack-v3.umd.js +36 -36
- package/dist/style.css +1 -1
- package/dist/utils/uniqId.d.ts +2 -0
- package/package.json +1 -1
|
@@ -8,6 +8,10 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
|
|
|
8
8
|
description: {
|
|
9
9
|
type: import('vue').PropType<string>;
|
|
10
10
|
};
|
|
11
|
+
descriptionColor: {
|
|
12
|
+
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
11
15
|
content: {
|
|
12
16
|
type: import('vue').PropType<string>;
|
|
13
17
|
};
|
|
@@ -18,10 +22,6 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
|
|
|
18
22
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
|
19
23
|
default: string;
|
|
20
24
|
};
|
|
21
|
-
descriptionColor: {
|
|
22
|
-
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
26
|
type: {
|
|
27
27
|
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
|
|
@@ -32,6 +32,10 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
|
|
|
32
32
|
description: {
|
|
33
33
|
type: import('vue').PropType<string>;
|
|
34
34
|
};
|
|
35
|
+
descriptionColor: {
|
|
36
|
+
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
35
39
|
content: {
|
|
36
40
|
type: import('vue').PropType<string>;
|
|
37
41
|
};
|
|
@@ -42,12 +46,8 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
|
|
|
42
46
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
|
43
47
|
default: string;
|
|
44
48
|
};
|
|
45
|
-
descriptionColor: {
|
|
46
|
-
type: import('vue').PropType<"secondary" | "tertiary">;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
49
|
}>>, {
|
|
50
|
-
direction: "vertical" | "horizontal";
|
|
51
50
|
descriptionColor: "secondary" | "tertiary";
|
|
51
|
+
direction: "vertical" | "horizontal";
|
|
52
52
|
}, {}>>;
|
|
53
53
|
export default PlTextCell;
|
|
@@ -14,8 +14,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
14
14
|
direction: string;
|
|
15
15
|
descriptionColor: string;
|
|
16
16
|
}>>>, {
|
|
17
|
-
direction: "vertical" | "horizontal";
|
|
18
17
|
descriptionColor: "secondary" | "tertiary";
|
|
18
|
+
direction: "vertical" | "horizontal";
|
|
19
19
|
}, {}>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -67,10 +67,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
67
67
|
onChangeOpen?: (...args: any[]) => any;
|
|
68
68
|
}, {
|
|
69
69
|
label: string;
|
|
70
|
-
width: string;
|
|
71
70
|
modelValue: unknown[];
|
|
72
|
-
|
|
71
|
+
width: string;
|
|
73
72
|
placeholder: string;
|
|
73
|
+
teleport: boolean;
|
|
74
74
|
isClose: boolean;
|
|
75
75
|
showInput: boolean;
|
|
76
76
|
}, {}>;
|
|
@@ -57,12 +57,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
57
57
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
58
58
|
onChangeVisibleModalValue?: (...args: any[]) => any;
|
|
59
59
|
}, {
|
|
60
|
-
|
|
60
|
+
loading: boolean;
|
|
61
61
|
modelValue: boolean;
|
|
62
|
+
padding: string;
|
|
62
63
|
showHeader: boolean;
|
|
63
64
|
showClose: boolean;
|
|
64
65
|
disabledTeleport: boolean;
|
|
65
|
-
loading: boolean;
|
|
66
66
|
showGrabber: boolean;
|
|
67
67
|
widthThis: string;
|
|
68
68
|
headerPadding: string;
|
|
@@ -124,9 +124,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
124
124
|
label: string;
|
|
125
125
|
disabled: boolean;
|
|
126
126
|
icon: boolean;
|
|
127
|
-
info: boolean;
|
|
128
127
|
checked: boolean;
|
|
129
128
|
placeholder: string;
|
|
129
|
+
info: boolean;
|
|
130
130
|
tooltipText: string;
|
|
131
131
|
prop: string;
|
|
132
132
|
rules: Record<string, any>;
|
|
@@ -102,10 +102,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
102
102
|
header: boolean;
|
|
103
103
|
main: boolean;
|
|
104
104
|
modelValue: unknown[];
|
|
105
|
-
drag: boolean;
|
|
106
105
|
height: string;
|
|
107
106
|
accept: string;
|
|
108
107
|
multiple: boolean;
|
|
108
|
+
drag: boolean;
|
|
109
109
|
fileSize: number;
|
|
110
110
|
limit: number;
|
|
111
111
|
}, {}>, {
|
|
@@ -71,9 +71,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
71
71
|
main: boolean;
|
|
72
72
|
large: boolean;
|
|
73
73
|
modelValue: UploadUserFile[];
|
|
74
|
-
drag: boolean;
|
|
75
74
|
accept: string;
|
|
76
75
|
multiple: boolean;
|
|
76
|
+
drag: boolean;
|
|
77
77
|
buttonText: string;
|
|
78
78
|
fileSize: number;
|
|
79
79
|
requestConfig: object;
|
|
@@ -11,7 +11,8 @@ import { default as isEqual } from '../utils/isEqual';
|
|
|
11
11
|
import { default as formatDate } from '../utils/formatDate';
|
|
12
12
|
import { default as deepSet } from '../utils/deepSet';
|
|
13
13
|
import { default as dataParser } from '../utils/dadataParser';
|
|
14
|
+
import { default as uniqId } from '../utils/uniqId';
|
|
14
15
|
|
|
15
16
|
export declare const install: (app: App) => void;
|
|
16
|
-
export { Notification as PlNotification, ApiJs as apiJs, plLoading, loadingAndSetup as loader, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, cancelAllApiRequests, PlDirectives, };
|
|
17
|
+
export { Notification as PlNotification, ApiJs as apiJs, plLoading, loadingAndSetup as loader, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, uniqId, cancelAllApiRequests, PlDirectives, };
|
|
17
18
|
export * from './components';
|
|
@@ -30,15 +30,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
30
30
|
"onSelect-value"?: (...args: any[]) => any;
|
|
31
31
|
}, {
|
|
32
32
|
id: string;
|
|
33
|
+
disableMarkerBottom: boolean;
|
|
33
34
|
focus: boolean;
|
|
34
35
|
helpertext: string;
|
|
35
36
|
uniqKey: string;
|
|
36
37
|
query: string;
|
|
37
38
|
suggestionList: IOption[];
|
|
38
39
|
symbolsCountSearch: string | number;
|
|
39
|
-
disableMarkerBottom: boolean;
|
|
40
40
|
errors: import('async-validator').ValidateError[];
|
|
41
|
-
offsets: string;
|
|
42
41
|
loadingSuggestions: boolean;
|
|
43
42
|
}, {}>;
|
|
44
43
|
export default _default;
|
|
@@ -37,8 +37,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
37
37
|
modelValue: string;
|
|
38
38
|
id: string;
|
|
39
39
|
placeholder: string;
|
|
40
|
-
prop: string;
|
|
41
40
|
leftIcon: import('../../../components').TIcon;
|
|
41
|
+
prop: string;
|
|
42
42
|
clearable: boolean;
|
|
43
43
|
inputClass: string;
|
|
44
44
|
memoryBlur: boolean;
|
|
@@ -59,16 +59,17 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
59
59
|
}, {
|
|
60
60
|
label: string;
|
|
61
61
|
disabled: boolean;
|
|
62
|
-
width: string;
|
|
63
62
|
modelValue: IOption;
|
|
64
|
-
|
|
63
|
+
width: string;
|
|
65
64
|
placeholder: string;
|
|
65
|
+
leftIcon: import('../../components').TIcon;
|
|
66
|
+
rightIcon: import('../../components').TIcon;
|
|
67
|
+
disableMarkerBottom: boolean;
|
|
68
|
+
teleport: boolean;
|
|
66
69
|
prop: string;
|
|
67
70
|
helpertext: string;
|
|
68
71
|
optional: string;
|
|
69
72
|
tooltip: string;
|
|
70
|
-
leftIcon: import('../../components').TIcon;
|
|
71
|
-
rightIcon: import('../../components').TIcon;
|
|
72
73
|
clearable: boolean;
|
|
73
74
|
uniqKey: string;
|
|
74
75
|
inputClass: string;
|
|
@@ -76,7 +77,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
76
77
|
symbolsCountSearch: string | number;
|
|
77
78
|
noData: string;
|
|
78
79
|
memoryBlur: boolean;
|
|
79
|
-
disableMarkerBottom: boolean;
|
|
80
80
|
defaultDropText: string;
|
|
81
81
|
}, {}>;
|
|
82
82
|
export default _default;
|
|
@@ -47,7 +47,6 @@ declare interface IDropdownProps {
|
|
|
47
47
|
id: string;
|
|
48
48
|
helpertext: string;
|
|
49
49
|
errors: ValidateError[];
|
|
50
|
-
offsets: string;
|
|
51
50
|
loadingSuggestions: boolean;
|
|
52
51
|
query: string;
|
|
53
52
|
symbolsCountSearch: number | string;
|
|
@@ -57,5 +56,7 @@ declare interface IDropdownProps {
|
|
|
57
56
|
selectedValue: IOption;
|
|
58
57
|
defaultDropText: string;
|
|
59
58
|
noData: string;
|
|
59
|
+
inputElement: HTMLElement;
|
|
60
|
+
idProp: string;
|
|
60
61
|
}
|
|
61
62
|
export { IOption, IAutocompleteProps, IDropdownProps, IAutocompleteDefaultProps };
|
package/dist/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts
CHANGED
|
@@ -21,7 +21,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
changeOpen: (...args: any[]) => void;
|
|
22
22
|
"update:isOpen": (...args: any[]) => void;
|
|
23
23
|
"update:dateValue": (...args: any[]) => void;
|
|
24
|
-
closePickerOnMobile: (...args: any[]) => void;
|
|
25
24
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
|
|
26
25
|
modelValue: () => any[];
|
|
27
26
|
isOpen: boolean;
|
|
@@ -37,15 +36,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
37
36
|
onChangeOpen?: (...args: any[]) => any;
|
|
38
37
|
"onUpdate:isOpen"?: (...args: any[]) => any;
|
|
39
38
|
"onUpdate:dateValue"?: (...args: any[]) => any;
|
|
40
|
-
onClosePickerOnMobile?: (...args: any[]) => any;
|
|
41
39
|
}, {
|
|
42
40
|
modelValue: string[];
|
|
41
|
+
idProp: string;
|
|
42
|
+
mobile: boolean;
|
|
43
43
|
dateValue: string;
|
|
44
44
|
isOpen: boolean;
|
|
45
45
|
periods: boolean;
|
|
46
46
|
periodOptions: string[];
|
|
47
|
-
idProp: string;
|
|
48
|
-
mobile: boolean;
|
|
49
47
|
monthSwitch: boolean;
|
|
50
48
|
yearSwitch: boolean;
|
|
51
49
|
}, {}>;
|
package/dist/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts
CHANGED
|
@@ -31,9 +31,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
31
31
|
onClosePickerOnMobile?: (...args: any[]) => any;
|
|
32
32
|
}, {
|
|
33
33
|
modelValue: string;
|
|
34
|
-
dateValue: string;
|
|
35
34
|
idProp: string;
|
|
36
35
|
mobile: boolean;
|
|
36
|
+
dateValue: string;
|
|
37
37
|
monthSwitch: boolean;
|
|
38
38
|
yearSwitch: boolean;
|
|
39
39
|
}, {}>;
|
|
@@ -32,9 +32,9 @@ declare interface IPickerRangeProps extends IDefaultPickerProps {
|
|
|
32
32
|
declare interface IDefaultWrapperProps {
|
|
33
33
|
isOpen: boolean;
|
|
34
34
|
dateValue: string;
|
|
35
|
-
|
|
35
|
+
inputElement: HTMLElement;
|
|
36
|
+
idProp?: string;
|
|
36
37
|
mobile?: boolean;
|
|
37
|
-
inputElement?: HTMLElement;
|
|
38
38
|
monthSwitch?: boolean;
|
|
39
39
|
yearSwitch?: boolean;
|
|
40
40
|
disabledDate?: (date: string) => boolean;
|
|
@@ -25,8 +25,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
25
25
|
}, {
|
|
26
26
|
disabled: boolean;
|
|
27
27
|
placeholder: string;
|
|
28
|
-
prop: string;
|
|
29
28
|
leftIcon: import('../../../components').TIcon;
|
|
29
|
+
prop: string;
|
|
30
30
|
round: boolean;
|
|
31
31
|
inputClass: string;
|
|
32
32
|
}, {}>;
|
|
@@ -46,9 +46,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
46
46
|
disabled: boolean;
|
|
47
47
|
id: string;
|
|
48
48
|
placeholder: string;
|
|
49
|
-
prop: string;
|
|
50
49
|
leftIcon: import('../../../components').TIcon;
|
|
51
50
|
rightIcon: import('../../../components').TIcon;
|
|
51
|
+
prop: string;
|
|
52
52
|
clearable: boolean;
|
|
53
53
|
showWordLimit: boolean;
|
|
54
54
|
maxlength: number;
|
|
@@ -8,9 +8,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
placeholder: string;
|
|
9
9
|
prop: string;
|
|
10
10
|
inputClass: string;
|
|
11
|
-
autosize: boolean;
|
|
12
|
-
minRows: number;
|
|
13
|
-
maxRows: any;
|
|
14
11
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
12
|
"update:modelValue": (...args: any[]) => void;
|
|
16
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
|
|
@@ -21,9 +18,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
18
|
placeholder: string;
|
|
22
19
|
prop: string;
|
|
23
20
|
inputClass: string;
|
|
24
|
-
autosize: boolean;
|
|
25
|
-
minRows: number;
|
|
26
|
-
maxRows: any;
|
|
27
21
|
}>>> & {
|
|
28
22
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
29
23
|
}, {
|
|
@@ -34,9 +28,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
34
28
|
showWordLimit: boolean;
|
|
35
29
|
maxlength: number;
|
|
36
30
|
inputClass: string;
|
|
37
|
-
autosize: boolean;
|
|
38
|
-
minRows: number;
|
|
39
|
-
maxRows: number;
|
|
40
31
|
}, {}>;
|
|
41
32
|
export default _default;
|
|
42
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -12,19 +12,31 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
12
12
|
type: import('vue').PropType<boolean>;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
width: {
|
|
16
|
-
type: import('vue').PropType<string>;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
15
|
modelValue: {
|
|
20
16
|
type: import('vue').PropType<import('./types').TInputModelValue>;
|
|
21
17
|
required: true;
|
|
22
18
|
default: string;
|
|
23
19
|
};
|
|
20
|
+
width: {
|
|
21
|
+
type: import('vue').PropType<string>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
24
|
placeholder: {
|
|
25
25
|
type: import('vue').PropType<string>;
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
|
+
currency: {
|
|
29
|
+
type: import('vue').PropType<boolean>;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
leftIcon: {
|
|
33
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
rightIcon: {
|
|
37
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
28
40
|
prop: {
|
|
29
41
|
type: import('vue').PropType<string>;
|
|
30
42
|
default: string;
|
|
@@ -41,14 +53,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
41
53
|
type: import('vue').PropType<string>;
|
|
42
54
|
default: string;
|
|
43
55
|
};
|
|
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
56
|
clearable: {
|
|
53
57
|
type: import('vue').PropType<boolean>;
|
|
54
58
|
default: boolean;
|
|
@@ -65,10 +69,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
65
69
|
type: import('vue').PropType<boolean>;
|
|
66
70
|
default: boolean;
|
|
67
71
|
};
|
|
68
|
-
currency: {
|
|
69
|
-
type: import('vue').PropType<boolean>;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
72
|
password: {
|
|
73
73
|
type: import('vue').PropType<boolean>;
|
|
74
74
|
default: boolean;
|
|
@@ -109,18 +109,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
109
109
|
type: import('vue').PropType<string>;
|
|
110
110
|
default: string;
|
|
111
111
|
};
|
|
112
|
-
autosize: {
|
|
113
|
-
type: import('vue').PropType<boolean>;
|
|
114
|
-
default: boolean;
|
|
115
|
-
};
|
|
116
|
-
minRows: {
|
|
117
|
-
type: import('vue').PropType<number>;
|
|
118
|
-
default: number;
|
|
119
|
-
};
|
|
120
|
-
maxRows: {
|
|
121
|
-
type: import('vue').PropType<number>;
|
|
122
|
-
default: any;
|
|
123
|
-
};
|
|
124
112
|
valueRange: {
|
|
125
113
|
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
126
114
|
default: () => {
|
|
@@ -158,19 +146,31 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
158
146
|
type: import('vue').PropType<boolean>;
|
|
159
147
|
default: boolean;
|
|
160
148
|
};
|
|
161
|
-
width: {
|
|
162
|
-
type: import('vue').PropType<string>;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
149
|
modelValue: {
|
|
166
150
|
type: import('vue').PropType<import('./types').TInputModelValue>;
|
|
167
151
|
required: true;
|
|
168
152
|
default: string;
|
|
169
153
|
};
|
|
154
|
+
width: {
|
|
155
|
+
type: import('vue').PropType<string>;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
170
158
|
placeholder: {
|
|
171
159
|
type: import('vue').PropType<string>;
|
|
172
160
|
default: string;
|
|
173
161
|
};
|
|
162
|
+
currency: {
|
|
163
|
+
type: import('vue').PropType<boolean>;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
166
|
+
leftIcon: {
|
|
167
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
rightIcon: {
|
|
171
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
174
|
prop: {
|
|
175
175
|
type: import('vue').PropType<string>;
|
|
176
176
|
default: string;
|
|
@@ -187,14 +187,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
187
187
|
type: import('vue').PropType<string>;
|
|
188
188
|
default: string;
|
|
189
189
|
};
|
|
190
|
-
leftIcon: {
|
|
191
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
|
192
|
-
default: string;
|
|
193
|
-
};
|
|
194
|
-
rightIcon: {
|
|
195
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
|
196
|
-
default: string;
|
|
197
|
-
};
|
|
198
190
|
clearable: {
|
|
199
191
|
type: import('vue').PropType<boolean>;
|
|
200
192
|
default: boolean;
|
|
@@ -211,10 +203,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
211
203
|
type: import('vue').PropType<boolean>;
|
|
212
204
|
default: boolean;
|
|
213
205
|
};
|
|
214
|
-
currency: {
|
|
215
|
-
type: import('vue').PropType<boolean>;
|
|
216
|
-
default: boolean;
|
|
217
|
-
};
|
|
218
206
|
password: {
|
|
219
207
|
type: import('vue').PropType<boolean>;
|
|
220
208
|
default: boolean;
|
|
@@ -255,18 +243,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
255
243
|
type: import('vue').PropType<string>;
|
|
256
244
|
default: string;
|
|
257
245
|
};
|
|
258
|
-
autosize: {
|
|
259
|
-
type: import('vue').PropType<boolean>;
|
|
260
|
-
default: boolean;
|
|
261
|
-
};
|
|
262
|
-
minRows: {
|
|
263
|
-
type: import('vue').PropType<number>;
|
|
264
|
-
default: number;
|
|
265
|
-
};
|
|
266
|
-
maxRows: {
|
|
267
|
-
type: import('vue').PropType<number>;
|
|
268
|
-
default: any;
|
|
269
|
-
};
|
|
270
246
|
valueRange: {
|
|
271
247
|
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
272
248
|
default: () => {
|
|
@@ -291,20 +267,20 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
291
267
|
label: string;
|
|
292
268
|
textarea: boolean;
|
|
293
269
|
disabled: boolean;
|
|
294
|
-
width: string;
|
|
295
270
|
modelValue: import('./types').TInputModelValue;
|
|
271
|
+
width: string;
|
|
296
272
|
placeholder: string;
|
|
273
|
+
currency: boolean;
|
|
274
|
+
leftIcon: import('../../components').TIcon;
|
|
275
|
+
rightIcon: import('../../components').TIcon;
|
|
297
276
|
prop: string;
|
|
298
277
|
helpertext: string;
|
|
299
278
|
optional: string;
|
|
300
279
|
tooltip: string;
|
|
301
|
-
leftIcon: import('../../components').TIcon;
|
|
302
|
-
rightIcon: import('../../components').TIcon;
|
|
303
280
|
clearable: boolean;
|
|
304
281
|
round: boolean;
|
|
305
282
|
containerClass: string;
|
|
306
283
|
showWordLimit: boolean;
|
|
307
|
-
currency: boolean;
|
|
308
284
|
password: boolean;
|
|
309
285
|
'show-word-limit': boolean;
|
|
310
286
|
maxlength: number;
|
|
@@ -315,9 +291,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
315
291
|
focusOnReset: boolean;
|
|
316
292
|
disableTrim: boolean;
|
|
317
293
|
inputClass: string;
|
|
318
|
-
autosize: boolean;
|
|
319
|
-
minRows: number;
|
|
320
|
-
maxRows: number;
|
|
321
294
|
valueRange: {
|
|
322
295
|
min: number;
|
|
323
296
|
};
|
|
@@ -28,9 +28,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
28
28
|
disableTrim: boolean;
|
|
29
29
|
inputClass: string;
|
|
30
30
|
containerClass: string;
|
|
31
|
-
autosize: boolean;
|
|
32
|
-
minRows: number;
|
|
33
|
-
maxRows: any;
|
|
34
31
|
valueRange: () => {
|
|
35
32
|
min: number;
|
|
36
33
|
};
|
|
@@ -74,9 +71,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
74
71
|
disableTrim: boolean;
|
|
75
72
|
inputClass: string;
|
|
76
73
|
containerClass: string;
|
|
77
|
-
autosize: boolean;
|
|
78
|
-
minRows: number;
|
|
79
|
-
maxRows: any;
|
|
80
74
|
valueRange: () => {
|
|
81
75
|
min: number;
|
|
82
76
|
};
|
|
@@ -92,20 +86,20 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
92
86
|
label: string;
|
|
93
87
|
textarea: boolean;
|
|
94
88
|
disabled: boolean;
|
|
95
|
-
width: string;
|
|
96
89
|
modelValue: import('./types').TInputModelValue;
|
|
90
|
+
width: string;
|
|
97
91
|
placeholder: string;
|
|
92
|
+
currency: boolean;
|
|
93
|
+
leftIcon: import('../../components').TIcon;
|
|
94
|
+
rightIcon: import('../../components').TIcon;
|
|
98
95
|
prop: string;
|
|
99
96
|
helpertext: string;
|
|
100
97
|
optional: string;
|
|
101
98
|
tooltip: string;
|
|
102
|
-
leftIcon: import('../../components').TIcon;
|
|
103
|
-
rightIcon: import('../../components').TIcon;
|
|
104
99
|
clearable: boolean;
|
|
105
100
|
round: boolean;
|
|
106
101
|
containerClass: string;
|
|
107
102
|
showWordLimit: boolean;
|
|
108
|
-
currency: boolean;
|
|
109
103
|
password: boolean;
|
|
110
104
|
'show-word-limit': boolean;
|
|
111
105
|
maxlength: number;
|
|
@@ -116,9 +110,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
116
110
|
focusOnReset: boolean;
|
|
117
111
|
disableTrim: boolean;
|
|
118
112
|
inputClass: string;
|
|
119
|
-
autosize: boolean;
|
|
120
|
-
minRows: number;
|
|
121
|
-
maxRows: number;
|
|
122
113
|
valueRange: {
|
|
123
114
|
min: number;
|
|
124
115
|
};
|
|
@@ -36,9 +36,6 @@ export interface IPlInputPlusProps extends IBaseInputProps {
|
|
|
36
36
|
clearable?: boolean;
|
|
37
37
|
focusOnReset?: boolean;
|
|
38
38
|
disableTrim?: boolean;
|
|
39
|
-
autosize?: boolean;
|
|
40
|
-
minRows?: number;
|
|
41
|
-
maxRows?: number;
|
|
42
39
|
}
|
|
43
40
|
export interface IPlDefaultProps extends IBaseInputProps {
|
|
44
41
|
id: string;
|
|
@@ -62,9 +59,6 @@ export interface IPlTextareaProps extends IBaseInputProps {
|
|
|
62
59
|
id: string;
|
|
63
60
|
showWordLimit?: boolean;
|
|
64
61
|
maxlength?: TMaxlength;
|
|
65
|
-
autosize?: boolean;
|
|
66
|
-
minRows?: number;
|
|
67
|
-
maxRows?: number;
|
|
68
62
|
}
|
|
69
63
|
export interface IPlPasswordProps extends IBaseInputProps {
|
|
70
64
|
id: string;
|
|
@@ -42,9 +42,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
42
42
|
disabled: boolean;
|
|
43
43
|
id: string;
|
|
44
44
|
placeholder: string;
|
|
45
|
+
leftIcon: TIcon;
|
|
45
46
|
focus: boolean;
|
|
46
47
|
prop: string;
|
|
47
|
-
leftIcon: TIcon;
|
|
48
48
|
clearable: boolean;
|
|
49
49
|
showDescription: string | boolean;
|
|
50
50
|
showError: number;
|
|
@@ -23,12 +23,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24
24
|
onCloseSave?: (...args: any[]) => any;
|
|
25
25
|
}, {
|
|
26
|
+
options: IOption[];
|
|
26
27
|
id: string;
|
|
27
28
|
focus: boolean;
|
|
28
29
|
helpertext: string;
|
|
29
|
-
options: IOption[];
|
|
30
30
|
errors: import('async-validator').ValidateError[];
|
|
31
|
-
offsets: string;
|
|
32
31
|
}, {}>;
|
|
33
32
|
export default _default;
|
|
34
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -43,17 +43,17 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
}, {
|
|
44
44
|
label: string;
|
|
45
45
|
disabled: boolean;
|
|
46
|
-
|
|
46
|
+
options: IOption[];
|
|
47
47
|
modelValue: IOption[];
|
|
48
|
-
|
|
48
|
+
width: string;
|
|
49
49
|
placeholder: string;
|
|
50
|
+
leftIcon: import('../../components').TIcon;
|
|
51
|
+
teleport: boolean;
|
|
50
52
|
buttons: boolean;
|
|
51
53
|
prop: string;
|
|
52
54
|
helpertext: string;
|
|
53
55
|
optional: string;
|
|
54
56
|
tooltip: string;
|
|
55
|
-
leftIcon: import('../../components').TIcon;
|
|
56
|
-
options: IOption[];
|
|
57
57
|
clearable: boolean;
|
|
58
58
|
}, {}>;
|
|
59
59
|
export default _default;
|
|
@@ -25,12 +25,13 @@ declare interface ISelectProps {
|
|
|
25
25
|
}
|
|
26
26
|
declare interface IDropdownProps {
|
|
27
27
|
modelValue: IOption[];
|
|
28
|
-
offsets: string;
|
|
29
28
|
focus: boolean;
|
|
30
29
|
id: string;
|
|
31
30
|
helpertext: string;
|
|
32
31
|
errors: ValidateError[];
|
|
33
32
|
options: IOption[];
|
|
34
33
|
buttons: boolean;
|
|
34
|
+
idProp: string;
|
|
35
|
+
inputElement: HTMLElement;
|
|
35
36
|
}
|
|
36
37
|
export { IDropdownProps, IOption, ISelectProps };
|