@factoringplus/pl-components-pack-v3 1.8.4-pre-01-radio → 1.8.4
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-scrollbar/pl-scrollbar.vue.d.ts +3 -3
- package/dist/components/components.d.ts +7 -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 +6 -6
- 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/pl-input-plus.vue.d.ts +14 -14
- 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 +58 -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-option/pl-option.vue.d.ts +2 -2
- package/dist/pl-components-pack-v3.es.js +6158 -6205
- package/dist/pl-components-pack-v3.umd.js +31 -31
- package/dist/services/pl-navigation/components/Header.vue.d.ts +0 -2
- package/dist/services/pl-navigation/components/{NavButton.vue.d.ts → NavButton/NavButton.vue.d.ts} +1 -1
- package/dist/services/pl-navigation/components/NavButton/index.d.ts +112 -0
- package/dist/services/pl-navigation/components/{SidebarItem.vue.d.ts → SidebarItem/SidebarItem.vue.d.ts} +1 -1
- package/dist/services/pl-navigation/components/SidebarItem/index.d.ts +28 -0
- package/dist/services/pl-navigation/components/TLogo/TLogo.vue.d.ts +2 -0
- package/dist/services/pl-navigation/components/TLogo/index.d.ts +2 -0
- package/dist/services/pl-navigation/index.d.ts +14 -29
- package/dist/services/pl-navigation/pl-navigation.vue.d.ts +4 -17
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/services/pl-navigation/components/index.d.ts +0 -279
@@ -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
|
}>;
|
@@ -37,7 +37,9 @@ import { default as PlPagination } from './data/pl-table-plus/components/Paginat
|
|
37
37
|
import { default as PlOnboarding } from './data/pl-onboarding';
|
38
38
|
import { default as PlSigning } from './data/pl-signing';
|
39
39
|
import { default as PlNavigation } from '../services/pl-navigation';
|
40
|
-
import { default as PlNavButton } from '../services/pl-navigation/components';
|
40
|
+
import { default as PlNavButton } from '../services/pl-navigation/components/NavButton';
|
41
|
+
import { default as PlSidebarItem } from '../services/pl-navigation/components/SidebarItem';
|
42
|
+
import { default as TLogo } from '../services/pl-navigation/components/TLogo';
|
41
43
|
import { default as PlTextCell } from './data/pl-text-cell';
|
42
44
|
import { default as PlIcon } from './shared/pl-icon';
|
43
45
|
import { default as PlTextPlugin } from './shared/pl-text';
|
@@ -82,7 +84,9 @@ export * from './data/pl-snackbar';
|
|
82
84
|
export * from './data/pl-tabs';
|
83
85
|
export * from './data/pl-stepper';
|
84
86
|
export * from '../services/pl-navigation';
|
85
|
-
export * from '../services/pl-navigation/components';
|
87
|
+
export * from '../services/pl-navigation/components/SidebarItem';
|
88
|
+
export * from '../services/pl-navigation/components/NavButton';
|
89
|
+
export * from '../services/pl-navigation/components/TLogo';
|
86
90
|
export * from './data/pl-text-cell';
|
87
91
|
export * from './shared/pl-icon';
|
88
92
|
export * from './shared/pl-text';
|
@@ -96,4 +100,4 @@ export * from '../utils/deepSet';
|
|
96
100
|
export * from '../utils/dadataParser';
|
97
101
|
export * from '../plugins/filters';
|
98
102
|
export * from '../plugins/api/api';
|
99
|
-
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, PlTextCell, };
|
103
|
+
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, };
|
@@ -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
|
-
round: boolean;
|
30
29
|
leftIcon: any;
|
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: any;
|
52
|
-
inputClass: string;
|
53
51
|
rightIcon: any;
|
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;
|
@@ -84,28 +84,28 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
84
84
|
modelValue: import('./types').TInputModelValue;
|
85
85
|
placeholder: string;
|
86
86
|
prop: string;
|
87
|
-
round: boolean;
|
88
|
-
clearable: boolean;
|
89
|
-
leftIcon: any;
|
90
|
-
inputClass: string;
|
91
|
-
password: boolean;
|
92
|
-
currency: boolean;
|
93
|
-
rightIcon: any;
|
94
87
|
helpertext: string;
|
95
88
|
optional: string;
|
96
89
|
tooltip: string;
|
97
|
-
|
90
|
+
leftIcon: any;
|
91
|
+
rightIcon: any;
|
92
|
+
clearable: boolean;
|
93
|
+
round: boolean;
|
94
|
+
showWordLimit: boolean;
|
95
|
+
currency: boolean;
|
96
|
+
password: boolean;
|
97
|
+
'show-word-limit': boolean;
|
98
|
+
maxlength: number;
|
99
|
+
currentPassword: boolean;
|
100
|
+
newPassword: boolean;
|
101
|
+
iconPointer: boolean;
|
98
102
|
customBlur: boolean;
|
103
|
+
focusOnReset: boolean;
|
99
104
|
disableTrim: boolean;
|
100
|
-
|
105
|
+
inputClass: string;
|
101
106
|
valueRange: {
|
102
107
|
min: number;
|
103
108
|
};
|
104
|
-
currentPassword: boolean;
|
105
|
-
newPassword: boolean;
|
106
|
-
showWordLimit: boolean;
|
107
|
-
maxlength: number;
|
108
|
-
'show-word-limit': boolean;
|
109
109
|
}, {}>;
|
110
110
|
export default _default;
|
111
111
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -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;
|
@@ -1,45 +1,69 @@
|
|
1
1
|
interface RadioOption {
|
2
|
-
value:
|
2
|
+
value: string;
|
3
3
|
label?: string;
|
4
4
|
description?: string;
|
5
|
-
disabled?: boolean;
|
6
5
|
}
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
7
|
+
size: {
|
8
|
+
type: StringConstructor;
|
9
|
+
default: string;
|
10
|
+
};
|
11
|
+
label: {
|
12
|
+
type: StringConstructor;
|
13
|
+
default: string;
|
14
|
+
};
|
15
|
+
description: {
|
16
|
+
type: StringConstructor;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
modelValue: {
|
20
|
+
type: StringConstructor;
|
21
|
+
default: any;
|
22
|
+
};
|
23
|
+
disabled: {
|
24
|
+
type: BooleanConstructor;
|
25
|
+
default: boolean;
|
26
|
+
};
|
27
|
+
options: {
|
28
|
+
type: () => RadioOption[];
|
29
|
+
required: true;
|
30
|
+
};
|
31
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
18
32
|
"update:modelValue": (...args: any[]) => void;
|
19
33
|
change: (...args: any[]) => void;
|
20
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<
|
21
|
-
size:
|
22
|
-
|
34
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
35
|
+
size: {
|
36
|
+
type: StringConstructor;
|
37
|
+
default: string;
|
38
|
+
};
|
39
|
+
label: {
|
40
|
+
type: StringConstructor;
|
41
|
+
default: string;
|
42
|
+
};
|
43
|
+
description: {
|
44
|
+
type: StringConstructor;
|
45
|
+
default: string;
|
46
|
+
};
|
47
|
+
modelValue: {
|
48
|
+
type: StringConstructor;
|
49
|
+
default: any;
|
50
|
+
};
|
51
|
+
disabled: {
|
52
|
+
type: BooleanConstructor;
|
53
|
+
default: boolean;
|
54
|
+
};
|
55
|
+
options: {
|
56
|
+
type: () => RadioOption[];
|
57
|
+
required: true;
|
58
|
+
};
|
59
|
+
}>> & {
|
23
60
|
onChange?: (...args: any[]) => any;
|
24
61
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
25
62
|
}, {
|
26
|
-
size:
|
63
|
+
size: string;
|
64
|
+
label: string;
|
65
|
+
disabled: boolean;
|
66
|
+
modelValue: string;
|
67
|
+
description: string;
|
27
68
|
}, {}>;
|
28
69
|
export default _default;
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
30
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
33
|
-
} : {
|
34
|
-
type: import('vue').PropType<T[K]>;
|
35
|
-
required: true;
|
36
|
-
};
|
37
|
-
};
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
40
|
-
default: D[K];
|
41
|
-
}> : P[K];
|
42
|
-
};
|
43
|
-
type __VLS_Prettify<T> = {
|
44
|
-
[K in keyof T]: T[K];
|
45
|
-
} & {};
|
@@ -45,10 +45,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
45
45
|
placeholder: string;
|
46
46
|
focus: boolean;
|
47
47
|
prop: string;
|
48
|
-
clearable: boolean;
|
49
|
-
showError: number;
|
50
48
|
leftIcon: TIcon;
|
49
|
+
clearable: boolean;
|
51
50
|
showDescription: string | boolean;
|
51
|
+
showError: number;
|
52
52
|
}, {}>;
|
53
53
|
export default _default;
|
54
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
23
23
|
}, {
|
24
24
|
id: string;
|
25
25
|
focus: boolean;
|
26
|
-
options: IOption[];
|
27
26
|
helpertext: string;
|
27
|
+
options: IOption[];
|
28
28
|
errors: import('async-validator').ValidateError[];
|
29
29
|
offsets: string;
|
30
30
|
}, {}>;
|
@@ -47,14 +47,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
47
47
|
modelValue: any;
|
48
48
|
teleport: boolean;
|
49
49
|
placeholder: string;
|
50
|
-
options: any[] | IOption[];
|
51
50
|
prop: string;
|
52
|
-
clearable: boolean;
|
53
|
-
leftIcon: import('../../components').TIcon;
|
54
|
-
rightIcon: import('../../components').TIcon;
|
55
51
|
helpertext: string;
|
56
52
|
optional: string;
|
57
53
|
tooltip: string;
|
54
|
+
leftIcon: import('../../components').TIcon;
|
55
|
+
rightIcon: import('../../components').TIcon;
|
56
|
+
options: any[] | IOption[];
|
57
|
+
clearable: boolean;
|
58
58
|
showDescription: boolean;
|
59
59
|
account: boolean;
|
60
60
|
}, {}>;
|
@@ -80,10 +80,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
80
80
|
multiple: boolean;
|
81
81
|
description: string;
|
82
82
|
prop: string;
|
83
|
-
fileSize: number;
|
84
|
-
limit: number;
|
85
83
|
optional: string;
|
86
84
|
tooltip: string;
|
85
|
+
fileSize: number;
|
86
|
+
limit: number;
|
87
87
|
maxHeightScroll: number;
|
88
88
|
helperText: string;
|
89
89
|
viewMode: boolean;
|
@@ -110,11 +110,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
110
110
|
width: string;
|
111
111
|
active: boolean;
|
112
112
|
description: string;
|
113
|
+
leftIcon: string;
|
114
|
+
rightIcon: string;
|
113
115
|
descriptionColor: string;
|
114
116
|
searchValue: string;
|
115
|
-
leftIcon: string;
|
116
117
|
leftIconColor: string;
|
117
|
-
rightIcon: string;
|
118
118
|
rightIconColor: string;
|
119
119
|
summ: number;
|
120
120
|
disableMarkerBottom: boolean;
|