@factoringplus/pl-components-pack-v3 1.3.2-pre-03 → 1.3.3

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.
Files changed (28) hide show
  1. package/dist/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +1 -1
  2. package/dist/components/components.d.ts +4 -1
  3. package/dist/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +1 -1
  4. package/dist/components/data/pl-table-plus/components/Pagination/index.d.ts +9 -9
  5. package/dist/components/data/pl-tags-chips/index.d.ts +177 -0
  6. package/dist/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +65 -0
  7. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  8. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
  9. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
  10. package/dist/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  11. package/dist/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
  12. package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
  13. package/dist/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
  14. package/dist/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
  15. package/dist/components/form/pl-input-plus/components/pl-default.vue.d.ts +3 -3
  16. package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +12 -12
  17. package/dist/components/form/pl-multi-select/components/pl-default.vue.d.ts +2 -2
  18. package/dist/components/form/pl-multi-select/pl-multi-select.vue.d.ts +3 -3
  19. package/dist/components/form/pl-select-plus/components/pl-default.vue.d.ts +2 -2
  20. package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +3 -3
  21. package/dist/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
  22. package/dist/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  23. package/dist/pl-components-pack-v3.es.js +1007 -942
  24. package/dist/pl-components-pack-v3.umd.js +28 -28
  25. package/dist/style.css +1 -1
  26. package/dist/utils/formatCurrency.d.ts +1 -1
  27. package/dist/utils/formatDate.d.ts +0 -1
  28. package/package.json +1 -1
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
31
31
  onScroll?: (...args: any[]) => any;
32
32
  onWheel?: (...args: any[]) => any;
33
33
  }, {
34
- height: string | number;
35
34
  maxHeight: string | number;
35
+ height: string | number;
36
36
  wrapClass: string;
37
37
  viewClass: string;
38
38
  hideScrollThumb: boolean;
@@ -37,6 +37,7 @@ import { default as PlUploadPlus } from './form/pl-upload-plus';
37
37
  import { default as PlTooltipPlus } from './basic/pl-tooltip-plus';
38
38
  import { default as PlMarkText } from './shared/pl-mark-text';
39
39
  import { default as PlPagination } from './data/pl-table-plus/components/Pagination';
40
+ import { default as PlTagsChips } from './data/pl-tags-chips';
40
41
 
41
42
  export * from './deprecated/pl-checkbox';
42
43
  export * from './deprecated/pl-date-picker';
@@ -83,4 +84,6 @@ export * from '../utils/deepSet';
83
84
  export * from '../utils/dadataParser';
84
85
  export * from '../plugins/filters';
85
86
  export * from '../plugins/api/api';
86
- 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, };
87
+ export * from './data/pl-table-plus/components/Pagination';
88
+ export * from './data/pl-tags-chips';
89
+ 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, PlTagsChips, };
@@ -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;
@@ -7,6 +7,10 @@ export declare const PlPagination: import('../../../../../install-function').SFC
7
7
  type: import('vue').PropType<number>;
8
8
  default: number;
9
9
  };
10
+ pageNumber: {
11
+ type: import('vue').PropType<number>;
12
+ default: number;
13
+ };
10
14
  showPageSize: {
11
15
  type: import('vue').PropType<boolean>;
12
16
  default: boolean;
@@ -14,10 +18,6 @@ export declare const PlPagination: import('../../../../../install-function').SFC
14
18
  options: {
15
19
  type: import('vue').PropType<number[]>;
16
20
  };
17
- pageNumber: {
18
- type: import('vue').PropType<number>;
19
- default: number;
20
- };
21
21
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
22
  pageChange: (...args: any[]) => void;
23
23
  pageSizeChange: (...args: any[]) => void;
@@ -30,6 +30,10 @@ export declare const PlPagination: import('../../../../../install-function').SFC
30
30
  type: import('vue').PropType<number>;
31
31
  default: number;
32
32
  };
33
+ pageNumber: {
34
+ type: import('vue').PropType<number>;
35
+ default: number;
36
+ };
33
37
  showPageSize: {
34
38
  type: import('vue').PropType<boolean>;
35
39
  default: boolean;
@@ -37,16 +41,12 @@ export declare const PlPagination: import('../../../../../install-function').SFC
37
41
  options: {
38
42
  type: import('vue').PropType<number[]>;
39
43
  };
40
- pageNumber: {
41
- type: import('vue').PropType<number>;
42
- default: number;
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;
@@ -0,0 +1,177 @@
1
+ export declare const PlTagsChips: import('../../../install-function').SFCInstallWithContext<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ size: {
4
+ type: import('vue').PropType<"small" | "large">;
5
+ default: string;
6
+ };
7
+ type: {
8
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
9
+ default: string;
10
+ };
11
+ icon: {
12
+ type: import('vue').PropType<import('../../components').TIcon>;
13
+ default: string;
14
+ };
15
+ iconColor: {
16
+ type: import('vue').PropType<string>;
17
+ default: string;
18
+ };
19
+ textColor: {
20
+ type: import('vue').PropType<string>;
21
+ default: string;
22
+ };
23
+ backgroundColor: {
24
+ type: import('vue').PropType<string>;
25
+ default: string;
26
+ };
27
+ chip: {
28
+ type: import('vue').PropType<boolean>;
29
+ default: boolean;
30
+ };
31
+ closeBtn: {
32
+ type: import('vue').PropType<boolean>;
33
+ default: boolean;
34
+ };
35
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
36
+ size: {
37
+ type: import('vue').PropType<"small" | "large">;
38
+ default: string;
39
+ };
40
+ type: {
41
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
42
+ default: string;
43
+ };
44
+ icon: {
45
+ type: import('vue').PropType<import('../../components').TIcon>;
46
+ default: string;
47
+ };
48
+ iconColor: {
49
+ type: import('vue').PropType<string>;
50
+ default: string;
51
+ };
52
+ textColor: {
53
+ type: import('vue').PropType<string>;
54
+ default: string;
55
+ };
56
+ backgroundColor: {
57
+ type: import('vue').PropType<string>;
58
+ default: string;
59
+ };
60
+ chip: {
61
+ type: import('vue').PropType<boolean>;
62
+ default: boolean;
63
+ };
64
+ closeBtn: {
65
+ type: import('vue').PropType<boolean>;
66
+ default: boolean;
67
+ };
68
+ }>>, {
69
+ size: "small" | "large";
70
+ type: "error" | "info" | "success" | "warning" | "interactive";
71
+ icon: import('../../components').TIcon;
72
+ iconColor: string;
73
+ textColor: string;
74
+ backgroundColor: string;
75
+ chip: boolean;
76
+ closeBtn: boolean;
77
+ }, true, {}, {}, {
78
+ P: {};
79
+ B: {};
80
+ D: {};
81
+ C: {};
82
+ M: {};
83
+ Defaults: {};
84
+ }, Readonly<import('vue').ExtractPropTypes<{
85
+ size: {
86
+ type: import('vue').PropType<"small" | "large">;
87
+ default: string;
88
+ };
89
+ type: {
90
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
91
+ default: string;
92
+ };
93
+ icon: {
94
+ type: import('vue').PropType<import('../../components').TIcon>;
95
+ default: string;
96
+ };
97
+ iconColor: {
98
+ type: import('vue').PropType<string>;
99
+ default: string;
100
+ };
101
+ textColor: {
102
+ type: import('vue').PropType<string>;
103
+ default: string;
104
+ };
105
+ backgroundColor: {
106
+ type: import('vue').PropType<string>;
107
+ default: string;
108
+ };
109
+ chip: {
110
+ type: import('vue').PropType<boolean>;
111
+ default: boolean;
112
+ };
113
+ closeBtn: {
114
+ type: import('vue').PropType<boolean>;
115
+ default: boolean;
116
+ };
117
+ }>>, {}, {}, {}, {}, {
118
+ size: "small" | "large";
119
+ type: "error" | "info" | "success" | "warning" | "interactive";
120
+ icon: import('../../components').TIcon;
121
+ iconColor: string;
122
+ textColor: string;
123
+ backgroundColor: string;
124
+ chip: boolean;
125
+ closeBtn: boolean;
126
+ }>;
127
+ __isFragment?: never;
128
+ __isTeleport?: never;
129
+ __isSuspense?: never;
130
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
131
+ size: {
132
+ type: import('vue').PropType<"small" | "large">;
133
+ default: string;
134
+ };
135
+ type: {
136
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
137
+ default: string;
138
+ };
139
+ icon: {
140
+ type: import('vue').PropType<import('../../components').TIcon>;
141
+ default: string;
142
+ };
143
+ iconColor: {
144
+ type: import('vue').PropType<string>;
145
+ default: string;
146
+ };
147
+ textColor: {
148
+ type: import('vue').PropType<string>;
149
+ default: string;
150
+ };
151
+ backgroundColor: {
152
+ type: import('vue').PropType<string>;
153
+ default: string;
154
+ };
155
+ chip: {
156
+ type: import('vue').PropType<boolean>;
157
+ default: boolean;
158
+ };
159
+ closeBtn: {
160
+ type: import('vue').PropType<boolean>;
161
+ default: boolean;
162
+ };
163
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
164
+ size: "small" | "large";
165
+ type: "error" | "info" | "success" | "warning" | "interactive";
166
+ icon: import('../../components').TIcon;
167
+ iconColor: string;
168
+ textColor: string;
169
+ backgroundColor: string;
170
+ chip: boolean;
171
+ closeBtn: boolean;
172
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
173
+ $slots: {
174
+ default?(_: {}): any;
175
+ };
176
+ })>;
177
+ export default PlTagsChips;
@@ -0,0 +1,65 @@
1
+ import { TIcon } from '../../shared/pl-icon';
2
+
3
+ interface IProps {
4
+ textColor?: string;
5
+ icon?: TIcon;
6
+ iconColor?: string;
7
+ backgroundColor?: string;
8
+ size?: 'large' | 'small';
9
+ chip?: boolean;
10
+ type?: 'success' | 'interactive' | 'warning' | 'error' | 'info';
11
+ closeBtn?: boolean;
12
+ }
13
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
14
+ textColor: string;
15
+ icon: string;
16
+ iconColor: string;
17
+ backgroundColor: string;
18
+ size: string;
19
+ chip: boolean;
20
+ type: string;
21
+ closeBtn: boolean;
22
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
23
+ textColor: string;
24
+ icon: string;
25
+ iconColor: string;
26
+ backgroundColor: string;
27
+ size: string;
28
+ chip: boolean;
29
+ type: string;
30
+ closeBtn: boolean;
31
+ }>>>, {
32
+ size: "small" | "large";
33
+ type: "error" | "info" | "success" | "warning" | "interactive";
34
+ icon: TIcon;
35
+ iconColor: string;
36
+ textColor: string;
37
+ backgroundColor: string;
38
+ chip: boolean;
39
+ closeBtn: boolean;
40
+ }, {}>, {
41
+ default?(_: {}): any;
42
+ }>;
43
+ export default _default;
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
46
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
47
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
+ } : {
49
+ type: import('vue').PropType<T[K]>;
50
+ required: true;
51
+ };
52
+ };
53
+ type __VLS_WithDefaults<P, D> = {
54
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
+ default: D[K];
56
+ }> : P[K];
57
+ };
58
+ type __VLS_Prettify<T> = {
59
+ [K in keyof T]: T[K];
60
+ } & {};
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
64
+ };
65
+ };
@@ -65,8 +65,8 @@ declare const _default: import('vue').DefineComponent<{
65
65
  label: string;
66
66
  disabled: boolean;
67
67
  placeholder: string;
68
- rules: Record<string, any>;
69
68
  prop: string;
69
+ rules: Record<string, any>;
70
70
  weekendsDisabled: boolean;
71
71
  }, {}>;
72
72
  export default _default;
@@ -127,8 +127,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
127
127
  info: boolean;
128
128
  checked: boolean;
129
129
  placeholder: string;
130
- rules: Record<string, any>;
131
130
  prop: string;
131
+ rules: Record<string, any>;
132
132
  getValid: number | boolean;
133
133
  isError: boolean;
134
134
  tooltipText: string;
@@ -99,8 +99,8 @@ declare const _default: import('vue').DefineComponent<{
99
99
  }, {
100
100
  label: string;
101
101
  placeholder: string;
102
- rules: Record<string, any>;
103
102
  prop: string;
103
+ rules: Record<string, any>;
104
104
  isError: boolean;
105
105
  suggestionList: unknown[];
106
106
  selectedItem: string;
@@ -32,11 +32,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
32
32
  id: string;
33
33
  focus: boolean;
34
34
  uniqKey: string;
35
+ helpertext: string;
35
36
  query: string;
36
37
  suggestionList: IOption[];
37
38
  symbolsCountSearch: string | number;
38
39
  disableMarkerBottom: boolean;
39
- helpertext: string;
40
40
  errors: import('async-validator').ValidateError[];
41
41
  offsets: string;
42
42
  loadingSuggestions: boolean;
@@ -36,10 +36,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
36
36
  id: string;
37
37
  placeholder: string;
38
38
  prop: string;
39
+ leftIcon: TIcon;
39
40
  clearable: boolean;
40
41
  memoryBlur: boolean;
41
42
  showError: number;
42
- leftIcon: TIcon;
43
43
  }, {}>;
44
44
  export default _default;
45
45
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -63,18 +63,18 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
63
63
  placeholder: string;
64
64
  uniqKey: string;
65
65
  prop: string;
66
+ helpertext: string;
67
+ optional: string;
66
68
  tooltip: string;
69
+ leftIcon: any;
70
+ rightIcon: any;
67
71
  clearable: boolean;
68
72
  suggestionList: IOption[];
69
73
  symbolsCountSearch: string | number;
70
74
  noData: string;
71
75
  memoryBlur: boolean;
72
- leftIcon: any;
73
- rightIcon: any;
74
76
  disableMarkerBottom: boolean;
75
- helpertext: string;
76
77
  defaultDropText: string;
77
- optional: string;
78
78
  }, {}>;
79
79
  export default _default;
80
80
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -52,12 +52,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
52
52
  width: string;
53
53
  modelValue: string;
54
54
  placeholder: string;
55
- showInput: boolean;
56
55
  prop: string;
57
- tooltip: string;
58
- clearable: boolean;
59
56
  helpertext: string;
60
57
  optional: string;
58
+ tooltip: string;
59
+ clearable: boolean;
60
+ showInput: boolean;
61
61
  monthSwitch: boolean;
62
62
  yearSwitch: boolean;
63
63
  disabledDate: (date: string) => boolean;
@@ -52,12 +52,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
52
52
  width: string;
53
53
  modelValue: string[];
54
54
  placeholder: string;
55
- showInput: boolean;
56
55
  prop: string;
57
- tooltip: string;
58
- clearable: boolean;
59
56
  helpertext: string;
60
57
  optional: string;
58
+ tooltip: string;
59
+ clearable: boolean;
60
+ showInput: boolean;
61
61
  focusOnReset: boolean;
62
62
  periods: boolean;
63
63
  periodOptions: string[];
@@ -18,8 +18,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
18
18
  touchstart: (...args: any[]) => void;
19
19
  blur: (...args: any[]) => void;
20
20
  resetValue: (...args: any[]) => void;
21
- tabHandler: (...args: any[]) => void;
22
21
  "custom-blur": (...args: any[]) => void;
22
+ tabHandler: (...args: any[]) => void;
23
23
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
24
24
  leftIcon: string;
25
25
  rightIcon: string;
@@ -38,16 +38,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
38
38
  onTouchstart?: (...args: any[]) => any;
39
39
  "onUpdate:modelValue"?: (...args: any[]) => any;
40
40
  onResetValue?: (...args: any[]) => any;
41
- onTabHandler?: (...args: any[]) => any;
42
41
  "onCustom-blur"?: (...args: any[]) => any;
42
+ onTabHandler?: (...args: any[]) => any;
43
43
  }, {
44
44
  disabled: boolean;
45
45
  id: string;
46
46
  placeholder: string;
47
47
  prop: string;
48
- clearable: boolean;
49
48
  leftIcon: any;
50
49
  rightIcon: any;
50
+ clearable: boolean;
51
51
  showWordLimit: boolean;
52
52
  maxlength: number;
53
53
  iconPointer: boolean;
@@ -83,26 +83,26 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
83
83
  placeholder: string;
84
84
  round: boolean;
85
85
  prop: string;
86
+ helpertext: string;
87
+ optional: string;
86
88
  tooltip: string;
87
- clearable: boolean;
88
89
  leftIcon: any;
89
- password: boolean;
90
- currency: boolean;
91
90
  rightIcon: any;
92
- helpertext: string;
93
- optional: string;
94
- focusOnReset: boolean;
95
- valueRange: {
96
- min: number;
97
- };
98
- currentPassword: boolean;
99
- newPassword: boolean;
91
+ clearable: boolean;
100
92
  showWordLimit: boolean;
93
+ currency: boolean;
94
+ password: boolean;
95
+ 'show-word-limit': boolean;
101
96
  maxlength: number;
97
+ currentPassword: boolean;
98
+ newPassword: boolean;
102
99
  iconPointer: boolean;
103
100
  customBlur: boolean;
104
- 'show-word-limit': boolean;
101
+ focusOnReset: boolean;
105
102
  disableTrim: boolean;
103
+ valueRange: {
104
+ min: number;
105
+ };
106
106
  }, {}>;
107
107
  export default _default;
108
108
  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: any;
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;
@@ -47,11 +47,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
47
47
  buttons: boolean;
48
48
  options: IOption[];
49
49
  prop: string;
50
- tooltip: string;
51
- clearable: boolean;
52
- leftIcon: any;
53
50
  helpertext: string;
54
51
  optional: string;
52
+ tooltip: string;
53
+ leftIcon: any;
54
+ clearable: boolean;
55
55
  }, {}>;
56
56
  export default _default;
57
57
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -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: any;
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;
@@ -49,12 +49,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
49
49
  placeholder: string;
50
50
  options: IOption[];
51
51
  prop: string;
52
+ helpertext: string;
53
+ optional: string;
52
54
  tooltip: string;
53
- clearable: boolean;
54
55
  leftIcon: any;
55
56
  rightIcon: any;
56
- helpertext: string;
57
- optional: string;
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
+ optional: string;
83
84
  tooltip: string;
84
85
  fileSize: number;
85
86
  limit: number;
86
- optional: string;
87
87
  maxHeightScroll: number;
88
88
  helperText: string;
89
89
  viewMode: boolean;
@@ -110,10 +110,10 @@ declare const _default: import('vue').DefineComponent<{
110
110
  width: string;
111
111
  active: boolean;
112
112
  description: string;
113
- searchValue: string;
114
113
  leftIcon: string;
115
- leftIconColor: string;
116
114
  rightIcon: string;
115
+ searchValue: string;
116
+ leftIconColor: string;
117
117
  rightIconColor: string;
118
118
  descriptionColor: string;
119
119
  summ: number;