@factoringplus/pl-components-pack-v3 1.8.22-pre-table-01 → 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/index.d.ts +36 -36
- package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +4 -4
- 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 +16390 -16405
- 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;
|
@@ -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;
|
@@ -146,19 +146,31 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
146
146
|
type: import('vue').PropType<boolean>;
|
147
147
|
default: boolean;
|
148
148
|
};
|
149
|
-
width: {
|
150
|
-
type: import('vue').PropType<string>;
|
151
|
-
default: string;
|
152
|
-
};
|
153
149
|
modelValue: {
|
154
150
|
type: import('vue').PropType<import('./types').TInputModelValue>;
|
155
151
|
required: true;
|
156
152
|
default: string;
|
157
153
|
};
|
154
|
+
width: {
|
155
|
+
type: import('vue').PropType<string>;
|
156
|
+
default: string;
|
157
|
+
};
|
158
158
|
placeholder: {
|
159
159
|
type: import('vue').PropType<string>;
|
160
160
|
default: string;
|
161
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
|
+
};
|
162
174
|
prop: {
|
163
175
|
type: import('vue').PropType<string>;
|
164
176
|
default: string;
|
@@ -175,14 +187,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
175
187
|
type: import('vue').PropType<string>;
|
176
188
|
default: string;
|
177
189
|
};
|
178
|
-
leftIcon: {
|
179
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
180
|
-
default: string;
|
181
|
-
};
|
182
|
-
rightIcon: {
|
183
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
184
|
-
default: string;
|
185
|
-
};
|
186
190
|
clearable: {
|
187
191
|
type: import('vue').PropType<boolean>;
|
188
192
|
default: boolean;
|
@@ -199,10 +203,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
199
203
|
type: import('vue').PropType<boolean>;
|
200
204
|
default: boolean;
|
201
205
|
};
|
202
|
-
currency: {
|
203
|
-
type: import('vue').PropType<boolean>;
|
204
|
-
default: boolean;
|
205
|
-
};
|
206
206
|
password: {
|
207
207
|
type: import('vue').PropType<boolean>;
|
208
208
|
default: boolean;
|
@@ -267,20 +267,20 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
267
267
|
label: string;
|
268
268
|
textarea: boolean;
|
269
269
|
disabled: boolean;
|
270
|
-
width: string;
|
271
270
|
modelValue: import('./types').TInputModelValue;
|
271
|
+
width: string;
|
272
272
|
placeholder: string;
|
273
|
+
currency: boolean;
|
274
|
+
leftIcon: import('../../components').TIcon;
|
275
|
+
rightIcon: import('../../components').TIcon;
|
273
276
|
prop: string;
|
274
277
|
helpertext: string;
|
275
278
|
optional: string;
|
276
279
|
tooltip: string;
|
277
|
-
leftIcon: import('../../components').TIcon;
|
278
|
-
rightIcon: import('../../components').TIcon;
|
279
280
|
clearable: boolean;
|
280
281
|
round: boolean;
|
281
282
|
containerClass: string;
|
282
283
|
showWordLimit: boolean;
|
283
|
-
currency: boolean;
|
284
284
|
password: boolean;
|
285
285
|
'show-word-limit': boolean;
|
286
286
|
maxlength: number;
|
@@ -86,20 +86,20 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
86
86
|
label: string;
|
87
87
|
textarea: boolean;
|
88
88
|
disabled: boolean;
|
89
|
-
width: string;
|
90
89
|
modelValue: import('./types').TInputModelValue;
|
90
|
+
width: string;
|
91
91
|
placeholder: string;
|
92
|
+
currency: boolean;
|
93
|
+
leftIcon: import('../../components').TIcon;
|
94
|
+
rightIcon: import('../../components').TIcon;
|
92
95
|
prop: string;
|
93
96
|
helpertext: string;
|
94
97
|
optional: string;
|
95
98
|
tooltip: string;
|
96
|
-
leftIcon: import('../../components').TIcon;
|
97
|
-
rightIcon: import('../../components').TIcon;
|
98
99
|
clearable: boolean;
|
99
100
|
round: boolean;
|
100
101
|
containerClass: string;
|
101
102
|
showWordLimit: boolean;
|
102
|
-
currency: boolean;
|
103
103
|
password: boolean;
|
104
104
|
'show-word-limit': boolean;
|
105
105
|
maxlength: number;
|
@@ -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 };
|
@@ -16,13 +16,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
16
16
|
disabled: {
|
17
17
|
type: import('vue').PropType<boolean>;
|
18
18
|
};
|
19
|
-
description: {
|
20
|
-
type: import('vue').PropType<string>;
|
21
|
-
};
|
22
19
|
options: {
|
23
20
|
type: import('vue').PropType<RadioOption[]>;
|
24
21
|
required: true;
|
25
22
|
};
|
23
|
+
description: {
|
24
|
+
type: import('vue').PropType<string>;
|
25
|
+
};
|
26
26
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
27
27
|
"update:modelValue": (...args: any[]) => void;
|
28
28
|
change: (...args: any[]) => void;
|
@@ -38,13 +38,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
38
38
|
disabled: {
|
39
39
|
type: import('vue').PropType<boolean>;
|
40
40
|
};
|
41
|
-
description: {
|
42
|
-
type: import('vue').PropType<string>;
|
43
|
-
};
|
44
41
|
options: {
|
45
42
|
type: import('vue').PropType<RadioOption[]>;
|
46
43
|
required: true;
|
47
44
|
};
|
45
|
+
description: {
|
46
|
+
type: import('vue').PropType<string>;
|
47
|
+
};
|
48
48
|
}>> & {
|
49
49
|
onChange?: (...args: any[]) => any;
|
50
50
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
43
43
|
disabled: boolean;
|
44
44
|
id: string;
|
45
45
|
placeholder: string;
|
46
|
+
leftIcon: TIcon;
|
46
47
|
focus: boolean;
|
47
48
|
prop: string;
|
48
|
-
leftIcon: TIcon;
|
49
49
|
clearable: boolean;
|
50
50
|
showDescription: string | boolean;
|
51
51
|
showError: number;
|
@@ -2,7 +2,6 @@ import { IDropdownProps, IOption } from '../types';
|
|
2
2
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
4
4
|
modelValue: string;
|
5
|
-
offsets: string;
|
6
5
|
focus: boolean;
|
7
6
|
id: string;
|
8
7
|
helpertext: string;
|
@@ -12,7 +11,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
12
11
|
"select-value": (...args: any[]) => void;
|
13
12
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
14
13
|
modelValue: string;
|
15
|
-
offsets: string;
|
16
14
|
focus: boolean;
|
17
15
|
id: string;
|
18
16
|
helpertext: string;
|
@@ -21,12 +19,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
21
19
|
}>>> & {
|
22
20
|
"onSelect-value"?: (...args: any[]) => any;
|
23
21
|
}, {
|
22
|
+
options: IOption[];
|
24
23
|
id: string;
|
25
24
|
focus: boolean;
|
26
25
|
helpertext: string;
|
27
|
-
options: IOption[];
|
28
26
|
errors: import('async-validator').ValidateError[];
|
29
|
-
offsets: string;
|
30
27
|
}, {}>;
|
31
28
|
export default _default;
|
32
29
|
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: any[] | IOption[];
|
47
47
|
modelValue: any;
|
48
|
-
|
48
|
+
width: string;
|
49
49
|
placeholder: string;
|
50
|
+
leftIcon: import('../../components').TIcon;
|
51
|
+
rightIcon: import('../../components').TIcon;
|
52
|
+
teleport: boolean;
|
50
53
|
prop: string;
|
51
54
|
helpertext: string;
|
52
55
|
optional: string;
|
53
56
|
tooltip: string;
|
54
|
-
leftIcon: import('../../components').TIcon;
|
55
|
-
rightIcon: import('../../components').TIcon;
|
56
|
-
options: any[] | IOption[];
|
57
57
|
clearable: boolean;
|
58
58
|
showDescription: boolean;
|
59
59
|
account: boolean;
|