@factoringplus/pl-components-pack-v3 1.2.22-pre-02 → 1.2.22-pre-03

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 (155) hide show
  1. package/dist/components/button/index.d.ts +191 -191
  2. package/dist/components/button/pl-button.vue.d.ts +66 -64
  3. package/dist/components/button/types/index.d.ts +21 -21
  4. package/dist/components/components.d.ts +47 -47
  5. package/dist/components/deprecated/currency-input/index.d.ts +5 -5
  6. package/dist/components/deprecated/pl-checkbox/index.d.ts +5 -5
  7. package/dist/components/deprecated/pl-date-picker/index.d.ts +5 -5
  8. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -77
  9. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -72
  10. package/dist/components/deprecated/pl-date-picker-legacy/index.d.ts +5 -5
  11. package/dist/components/deprecated/pl-dialog/index.d.ts +5 -5
  12. package/dist/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +104 -102
  13. package/dist/components/deprecated/pl-form-item/index.d.ts +5 -5
  14. package/dist/components/deprecated/pl-input/index.d.ts +5 -5
  15. package/dist/components/deprecated/pl-input-native/index.d.ts +5 -5
  16. package/dist/components/deprecated/pl-select/index.d.ts +5 -5
  17. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +149 -147
  18. package/dist/components/deprecated/pl-suggestions/index.d.ts +5 -5
  19. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -112
  20. package/dist/components/deprecated/pl-table/index.d.ts +5 -5
  21. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -133
  22. package/dist/components/deprecated/pl-tooltip/index.d.ts +5 -5
  23. package/dist/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +58 -56
  24. package/dist/components/deprecated/pl-upload/index.d.ts +5 -5
  25. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -124
  26. package/dist/components/deprecated/pl-upload-legacy/index.d.ts +5 -5
  27. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +111 -111
  28. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +60 -60
  29. package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +60 -60
  30. package/dist/components/pl-autocomplete/index.d.ts +5 -5
  31. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +95 -95
  32. package/dist/components/pl-autocomplete/types/index.d.ts +57 -57
  33. package/dist/components/pl-card/index.d.ts +5 -5
  34. package/dist/components/pl-checkbox-plus/index.d.ts +5 -5
  35. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +74 -72
  36. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +68 -68
  37. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +56 -56
  38. package/dist/components/pl-date-picker-plus/common/constants.d.ts +2 -2
  39. package/dist/components/pl-date-picker-plus/common/types/index.d.ts +50 -50
  40. package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +13 -13
  41. package/dist/components/pl-date-picker-plus/index.d.ts +5 -5
  42. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +82 -82
  43. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +84 -84
  44. package/dist/components/pl-dialog/index.d.ts +5 -5
  45. package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +106 -104
  46. package/dist/components/pl-form/index.d.ts +5 -5
  47. package/dist/components/pl-form/pl-form.vue.d.ts +55 -53
  48. package/dist/components/pl-icon/index.d.ts +6 -6
  49. package/dist/components/pl-icon/pl-icon.vue.d.ts +12 -12
  50. package/dist/components/pl-icon/types/iconsType.d.ts +5 -5
  51. package/dist/components/pl-icon/types/index.d.ts +2 -2
  52. package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +46 -46
  53. package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +72 -72
  54. package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +47 -47
  55. package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +45 -45
  56. package/dist/components/pl-input-plus/index.d.ts +5 -5
  57. package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +123 -123
  58. package/dist/components/pl-input-plus/types/index.d.ts +65 -65
  59. package/dist/components/pl-label/pl-label.vue.d.ts +41 -39
  60. package/dist/components/pl-link/index.d.ts +5 -5
  61. package/dist/components/pl-link/pl-link.vue.d.ts +50 -48
  62. package/dist/components/pl-mark-text/index.d.ts +16 -16
  63. package/dist/components/pl-mark-text/pl-mark-text.vue.d.ts +16 -16
  64. package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +68 -68
  65. package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +49 -49
  66. package/dist/components/pl-multi-select/index.d.ts +5 -5
  67. package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +72 -72
  68. package/dist/components/pl-multi-select/types/index.d.ts +33 -33
  69. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +38 -38
  70. package/dist/components/pl-multitab/index.d.ts +5 -5
  71. package/dist/components/pl-multitab/pl-multitab.vue.d.ts +39 -39
  72. package/dist/components/pl-multitab/types/index.d.ts +14 -14
  73. package/dist/components/pl-option/index.d.ts +5 -5
  74. package/dist/components/pl-option/pl-option.vue.d.ts +122 -122
  75. package/dist/components/pl-radio/index.d.ts +5 -5
  76. package/dist/components/pl-radio/pl-radio.vue.d.ts +69 -69
  77. package/dist/components/pl-scrollbar/index.d.ts +5 -5
  78. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +67 -65
  79. package/dist/components/pl-scrollbar/utils/getSizeWithUnits.d.ts +1 -1
  80. package/dist/components/pl-select-plus/components/pl-account.vue.d.ts +68 -68
  81. package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +68 -68
  82. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +45 -45
  83. package/dist/components/pl-select-plus/index.d.ts +5 -5
  84. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +77 -77
  85. package/dist/components/pl-select-plus/types/index.d.ts +38 -38
  86. package/dist/components/pl-skeleton/index.d.ts +5 -5
  87. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +40 -40
  88. package/dist/components/pl-snackbar/index.d.ts +7 -7
  89. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +47 -47
  90. package/dist/components/pl-snackbar/renderSnackbar.d.ts +3 -3
  91. package/dist/components/pl-snackbar/types.d.ts +25 -25
  92. package/dist/components/pl-stepper/index.d.ts +5 -5
  93. package/dist/components/pl-stepper/pl-stepper.vue.d.ts +57 -57
  94. package/dist/components/pl-switch/index.d.ts +5 -5
  95. package/dist/components/pl-switch/pl-switch.vue.d.ts +47 -47
  96. package/dist/components/pl-tab-pane/index.d.ts +5 -5
  97. package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +47 -45
  98. package/dist/components/pl-tab-pane/types/index.d.ts +8 -8
  99. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +52 -52
  100. package/dist/components/pl-table-plus/index.d.ts +5 -5
  101. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +95 -93
  102. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +23 -21
  103. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +45 -45
  104. package/dist/components/pl-tabs/index.d.ts +5 -5
  105. package/dist/components/pl-tabs/pl-tabs.vue.d.ts +45 -45
  106. package/dist/components/pl-tags/pl-tags.vue.d.ts +37 -35
  107. package/dist/components/pl-text/components/pl-body1.vue.d.ts +23 -21
  108. package/dist/components/pl-text/components/pl-body2.vue.d.ts +23 -21
  109. package/dist/components/pl-text/components/pl-body3.vue.d.ts +23 -21
  110. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +23 -21
  111. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +23 -21
  112. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +23 -21
  113. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +23 -21
  114. package/dist/components/pl-text/components/pl-cap.vue.d.ts +23 -21
  115. package/dist/components/pl-text/components/pl-h1.vue.d.ts +23 -21
  116. package/dist/components/pl-text/components/pl-h2.vue.d.ts +23 -21
  117. package/dist/components/pl-text/components/pl-h3.vue.d.ts +23 -21
  118. package/dist/components/pl-text/components/pl-h4.vue.d.ts +23 -21
  119. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +19 -17
  120. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +19 -17
  121. package/dist/components/pl-text/components/pl-system.vue.d.ts +19 -17
  122. package/dist/components/pl-text/components/pl-tag.vue.d.ts +19 -17
  123. package/dist/components/pl-text/components/pl-title1.vue.d.ts +19 -17
  124. package/dist/components/pl-text/components/pl-title2.vue.d.ts +19 -17
  125. package/dist/components/pl-text/components/pl-title3.vue.d.ts +19 -17
  126. package/dist/components/pl-text/index.d.ts +5 -5
  127. package/dist/components/pl-tooltip-plus/index.d.ts +5 -5
  128. package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +55 -53
  129. package/dist/components/pl-upload-plus/index.d.ts +5 -5
  130. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +109 -109
  131. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -1
  132. package/dist/directives/index.d.ts +5 -5
  133. package/dist/directives/vInfiniteScroll/utils/position.d.ts +1 -1
  134. package/dist/directives/vInfiniteScroll/utils/scroll.d.ts +1 -1
  135. package/dist/directives/vInfiniteScroll/utils/style.d.ts +1 -1
  136. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -2
  137. package/dist/directives/vLoading.d.ts +3 -3
  138. package/dist/directives/vTap.d.ts +3 -3
  139. package/dist/directives/vTouchOutside.d.ts +3 -3
  140. package/dist/install-function/index.d.ts +6 -6
  141. package/dist/main.d.ts +1 -1
  142. package/dist/plugins/api/api.d.ts +2 -2
  143. package/dist/plugins/filters.d.ts +8 -8
  144. package/dist/plugins/loading/loading.d.ts +3 -3
  145. package/dist/services/plLoading.d.ts +3 -3
  146. package/dist/utils/dadataParser.d.ts +11 -11
  147. package/dist/utils/declOfNum.d.ts +3 -3
  148. package/dist/utils/deepSet.d.ts +6 -6
  149. package/dist/utils/formatAccount.d.ts +2 -2
  150. package/dist/utils/formatCurrency.d.ts +3 -3
  151. package/dist/utils/formatDate.d.ts +3 -3
  152. package/dist/utils/getSourceCode.d.ts +5 -5
  153. package/dist/utils/isEqual.d.ts +3 -3
  154. package/dist/utils/types.d.ts +67 -67
  155. package/package.json +79 -66
@@ -1,112 +1,112 @@
1
1
  import { UploadUserFile } from 'element-plus';
2
-
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
- modelValue: UploadUserFile[];
5
- requestConfig: object;
6
- responseKeys: string;
7
- drag: boolean;
8
- multiple: boolean;
9
- buttonText: string;
10
- accept: string;
11
- fileSize: number;
12
- header: boolean;
13
- main: boolean;
14
- large: boolean;
15
- }>, {
16
- modelValue: () => any[];
17
- requestConfig: any;
18
- responseKeys: string;
19
- drag: boolean;
20
- multiple: boolean;
21
- buttonText: string;
22
- accept: string;
23
- fileSize: number;
24
- header: boolean;
25
- main: boolean;
26
- large: boolean;
27
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
- input: (...args: any[]) => void;
29
- "on-files-not-attached": (...args: any[]) => void;
30
- "on-file-not-accept": (...args: any[]) => void;
31
- "on-file-size-exceeded": (...args: any[]) => void;
32
- "on-file-empty": (...args: any[]) => void;
33
- "on-change": (...args: any[]) => void;
34
- "on-success": (...args: any[]) => void;
35
- "on-error": (...args: any[]) => void;
36
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
37
- modelValue: UploadUserFile[];
38
- requestConfig: object;
39
- responseKeys: string;
40
- drag: boolean;
41
- multiple: boolean;
42
- buttonText: string;
43
- accept: string;
44
- fileSize: number;
45
- header: boolean;
46
- main: boolean;
47
- large: boolean;
48
- }>, {
49
- modelValue: () => any[];
50
- requestConfig: any;
51
- responseKeys: string;
52
- drag: boolean;
53
- multiple: boolean;
54
- buttonText: string;
55
- accept: string;
56
- fileSize: number;
57
- header: boolean;
58
- main: boolean;
59
- large: boolean;
60
- }>>> & {
61
- onInput?: (...args: any[]) => any;
62
- "onOn-files-not-attached"?: (...args: any[]) => any;
63
- "onOn-file-not-accept"?: (...args: any[]) => any;
64
- "onOn-file-size-exceeded"?: (...args: any[]) => any;
65
- "onOn-file-empty"?: (...args: any[]) => any;
66
- "onOn-change"?: (...args: any[]) => any;
67
- "onOn-success"?: (...args: any[]) => any;
68
- "onOn-error"?: (...args: any[]) => any;
69
- }, {
70
- header: boolean;
71
- main: boolean;
72
- large: boolean;
73
- modelValue: UploadUserFile[];
74
- drag: boolean;
75
- accept: string;
76
- multiple: boolean;
77
- fileSize: number;
78
- requestConfig: object;
79
- responseKeys: string;
80
- buttonText: string;
81
- }, {}>, {
82
- header?(_: {}): any;
83
- main?(_: {}): any;
84
- button?(_: {}): any;
85
- footer?(_: {}): any;
86
- file?(_: {
87
- file: any;
88
- }): any;
89
- }>;
90
- export default _default;
91
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
- type __VLS_TypePropsToRuntimeProps<T> = {
93
- [K in keyof T]-?: {} extends Pick<T, K> ? {
94
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
95
- } : {
96
- type: import('vue').PropType<T[K]>;
97
- required: true;
98
- };
99
- };
100
- type __VLS_WithDefaults<P, D> = {
101
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
102
- default: D[K];
103
- }> : P[K];
104
- };
105
- type __VLS_Prettify<T> = {
106
- [K in keyof T]: T[K];
107
- } & {};
108
- type __VLS_WithTemplateSlots<T, S> = T & {
109
- new (): {
110
- $slots: S;
111
- };
112
- };
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ modelValue: UploadUserFile[];
5
+ requestConfig: object;
6
+ responseKeys: string;
7
+ drag: boolean;
8
+ multiple: boolean;
9
+ buttonText: string;
10
+ accept: string;
11
+ fileSize: number;
12
+ header: boolean;
13
+ main: boolean;
14
+ large: boolean;
15
+ }>, {
16
+ modelValue: () => any[];
17
+ requestConfig: any;
18
+ responseKeys: string;
19
+ drag: boolean;
20
+ multiple: boolean;
21
+ buttonText: string;
22
+ accept: string;
23
+ fileSize: number;
24
+ header: boolean;
25
+ main: boolean;
26
+ large: boolean;
27
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ input: (...args: any[]) => void;
29
+ "on-files-not-attached": (...args: any[]) => void;
30
+ "on-file-not-accept": (...args: any[]) => void;
31
+ "on-file-size-exceeded": (...args: any[]) => void;
32
+ "on-file-empty": (...args: any[]) => void;
33
+ "on-change": (...args: any[]) => void;
34
+ "on-success": (...args: any[]) => void;
35
+ "on-error": (...args: any[]) => void;
36
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
37
+ modelValue: UploadUserFile[];
38
+ requestConfig: object;
39
+ responseKeys: string;
40
+ drag: boolean;
41
+ multiple: boolean;
42
+ buttonText: string;
43
+ accept: string;
44
+ fileSize: number;
45
+ header: boolean;
46
+ main: boolean;
47
+ large: boolean;
48
+ }>, {
49
+ modelValue: () => any[];
50
+ requestConfig: any;
51
+ responseKeys: string;
52
+ drag: boolean;
53
+ multiple: boolean;
54
+ buttonText: string;
55
+ accept: string;
56
+ fileSize: number;
57
+ header: boolean;
58
+ main: boolean;
59
+ large: boolean;
60
+ }>>> & {
61
+ onInput?: (...args: any[]) => any;
62
+ "onOn-files-not-attached"?: (...args: any[]) => any;
63
+ "onOn-file-not-accept"?: (...args: any[]) => any;
64
+ "onOn-file-size-exceeded"?: (...args: any[]) => any;
65
+ "onOn-file-empty"?: (...args: any[]) => any;
66
+ "onOn-change"?: (...args: any[]) => any;
67
+ "onOn-success"?: (...args: any[]) => any;
68
+ "onOn-error"?: (...args: any[]) => any;
69
+ }, {
70
+ header: boolean;
71
+ main: boolean;
72
+ large: boolean;
73
+ modelValue: UploadUserFile[];
74
+ drag: boolean;
75
+ accept: string;
76
+ multiple: boolean;
77
+ fileSize: number;
78
+ requestConfig: object;
79
+ responseKeys: string;
80
+ buttonText: string;
81
+ }, {}>, {
82
+ header?(_: {}): any;
83
+ main?(_: {}): any;
84
+ button?(_: {}): any;
85
+ footer?(_: {}): any;
86
+ file?(_: {
87
+ file: any;
88
+ }): any;
89
+ }>;
90
+ export default _default;
91
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
+ type __VLS_TypePropsToRuntimeProps<T> = {
93
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
94
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
95
+ } : {
96
+ type: import('vue').PropType<T[K]>;
97
+ required: true;
98
+ };
99
+ };
100
+ type __VLS_WithDefaults<P, D> = {
101
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
102
+ default: D[K];
103
+ }> : P[K];
104
+ };
105
+ type __VLS_Prettify<T> = {
106
+ [K in keyof T]: T[K];
107
+ } & {};
108
+ type __VLS_WithTemplateSlots<T, S> = T & {
109
+ new (): {
110
+ $slots: S;
111
+ };
112
+ };
@@ -1,61 +1,61 @@
1
1
  import { IDropdownProps, IOption } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
4
- focus: boolean;
5
- id: string;
6
- helpertext: string;
7
- errors: () => any[];
8
- offsets: string;
9
- loadingSuggestions: boolean;
10
- query: string;
11
- symbolsCountSearch: number;
12
- disableMarkerBottom: boolean;
13
- suggestionList: () => any[];
14
- uniqKey: string;
15
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- "select-value": (...args: any[]) => void;
17
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
18
- focus: boolean;
19
- id: string;
20
- helpertext: string;
21
- errors: () => any[];
22
- offsets: string;
23
- loadingSuggestions: boolean;
24
- query: string;
25
- symbolsCountSearch: number;
26
- disableMarkerBottom: boolean;
27
- suggestionList: () => any[];
28
- uniqKey: string;
29
- }>>> & {
30
- "onSelect-value"?: (...args: any[]) => any;
31
- }, {
32
- id: string;
33
- helpertext: string;
34
- focus: boolean;
35
- suggestionList: IOption[];
36
- symbolsCountSearch: string | number;
37
- query: string;
38
- disableMarkerBottom: boolean;
39
- errors: import('async-validator').ValidateError[];
40
- offsets: string;
41
- loadingSuggestions: boolean;
42
- uniqKey: string;
43
- }, {}>;
44
- export default _default;
45
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
- type __VLS_TypePropsToRuntimeProps<T> = {
47
- [K in keyof T]-?: {} extends Pick<T, K> ? {
48
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
- } : {
50
- type: import('vue').PropType<T[K]>;
51
- required: true;
52
- };
53
- };
54
- type __VLS_WithDefaults<P, D> = {
55
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
56
- default: D[K];
57
- }> : P[K];
58
- };
59
- type __VLS_Prettify<T> = {
60
- [K in keyof T]: T[K];
61
- } & {};
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
4
+ focus: boolean;
5
+ id: string;
6
+ helpertext: string;
7
+ errors: () => any[];
8
+ offsets: string;
9
+ loadingSuggestions: boolean;
10
+ query: string;
11
+ symbolsCountSearch: number;
12
+ disableMarkerBottom: boolean;
13
+ suggestionList: () => any[];
14
+ uniqKey: string;
15
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ "select-value": (...args: any[]) => void;
17
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
18
+ focus: boolean;
19
+ id: string;
20
+ helpertext: string;
21
+ errors: () => any[];
22
+ offsets: string;
23
+ loadingSuggestions: boolean;
24
+ query: string;
25
+ symbolsCountSearch: number;
26
+ disableMarkerBottom: boolean;
27
+ suggestionList: () => any[];
28
+ uniqKey: string;
29
+ }>>> & {
30
+ "onSelect-value"?: (...args: any[]) => any;
31
+ }, {
32
+ id: string;
33
+ helpertext: string;
34
+ focus: boolean;
35
+ suggestionList: IOption[];
36
+ symbolsCountSearch: number | string;
37
+ query: string;
38
+ disableMarkerBottom: boolean;
39
+ errors: import('async-validator').ValidateError[];
40
+ offsets: string;
41
+ loadingSuggestions: boolean;
42
+ uniqKey: string;
43
+ }, {}>;
44
+ export default _default;
45
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
+ type __VLS_TypePropsToRuntimeProps<T> = {
47
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
48
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
+ } : {
50
+ type: import('vue').PropType<T[K]>;
51
+ required: true;
52
+ };
53
+ };
54
+ type __VLS_WithDefaults<P, D> = {
55
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
56
+ default: D[K];
57
+ }> : P[K];
58
+ };
59
+ type __VLS_Prettify<T> = {
60
+ [K in keyof T]: T[K];
61
+ } & {};
@@ -1,61 +1,61 @@
1
1
  import { IAutocompleteDefaultProps } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
4
- prop: string;
5
- modelValue: string;
6
- placeholder: string;
7
- id: string;
8
- disabled: boolean;
9
- clearable: boolean;
10
- showError: number;
11
- leftIcon: string;
12
- memoryBlur: boolean;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
- reset: (...args: any[]) => void;
15
- "update:modelValue": (...args: any[]) => void;
16
- tabDown: (...args: any[]) => void;
17
- focusEmit: (...args: any[]) => void;
18
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
19
- prop: string;
20
- modelValue: string;
21
- placeholder: string;
22
- id: string;
23
- disabled: boolean;
24
- clearable: boolean;
25
- showError: number;
26
- leftIcon: string;
27
- memoryBlur: boolean;
28
- }>>> & {
29
- onReset?: (...args: any[]) => any;
30
- "onUpdate:modelValue"?: (...args: any[]) => any;
31
- onTabDown?: (...args: any[]) => any;
32
- onFocusEmit?: (...args: any[]) => any;
33
- }, {
34
- disabled: boolean;
35
- id: string;
36
- modelValue: string;
37
- placeholder: string;
38
- prop: string;
39
- leftIcon: import('../../pl-icon').TIcon;
40
- clearable: boolean;
41
- memoryBlur: boolean;
42
- showError: number;
43
- }, {}>;
44
- export default _default;
45
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
- type __VLS_TypePropsToRuntimeProps<T> = {
47
- [K in keyof T]-?: {} extends Pick<T, K> ? {
48
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
- } : {
50
- type: import('vue').PropType<T[K]>;
51
- required: true;
52
- };
53
- };
54
- type __VLS_WithDefaults<P, D> = {
55
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
56
- default: D[K];
57
- }> : P[K];
58
- };
59
- type __VLS_Prettify<T> = {
60
- [K in keyof T]: T[K];
61
- } & {};
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
4
+ prop: string;
5
+ modelValue: string;
6
+ placeholder: string;
7
+ id: string;
8
+ disabled: boolean;
9
+ clearable: boolean;
10
+ showError: number;
11
+ leftIcon: string;
12
+ memoryBlur: boolean;
13
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ reset: (...args: any[]) => void;
15
+ "update:modelValue": (...args: any[]) => void;
16
+ tabDown: (...args: any[]) => void;
17
+ focusEmit: (...args: any[]) => void;
18
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
19
+ prop: string;
20
+ modelValue: string;
21
+ placeholder: string;
22
+ id: string;
23
+ disabled: boolean;
24
+ clearable: boolean;
25
+ showError: number;
26
+ leftIcon: string;
27
+ memoryBlur: boolean;
28
+ }>>> & {
29
+ onReset?: (...args: any[]) => any;
30
+ "onUpdate:modelValue"?: (...args: any[]) => any;
31
+ onTabDown?: (...args: any[]) => any;
32
+ onFocusEmit?: (...args: any[]) => any;
33
+ }, {
34
+ disabled: boolean;
35
+ id: string;
36
+ modelValue: string;
37
+ placeholder: string;
38
+ prop: string;
39
+ leftIcon: import('../../pl-icon').TIcon;
40
+ clearable: boolean;
41
+ memoryBlur: boolean;
42
+ showError: number;
43
+ }, {}>;
44
+ export default _default;
45
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
+ type __VLS_TypePropsToRuntimeProps<T> = {
47
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
48
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
+ } : {
50
+ type: import('vue').PropType<T[K]>;
51
+ required: true;
52
+ };
53
+ };
54
+ type __VLS_WithDefaults<P, D> = {
55
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
56
+ default: D[K];
57
+ }> : P[K];
58
+ };
59
+ type __VLS_Prettify<T> = {
60
+ [K in keyof T]: T[K];
61
+ } & {};
@@ -1,6 +1,6 @@
1
1
  import { App } from 'vue';
2
-
3
- declare const PlAutocomplete: {
4
- install(app: App): void;
5
- };
6
- export default PlAutocomplete;
2
+
3
+ declare const PlAutocomplete: {
4
+ install(app: App): void;
5
+ };
6
+ export default PlAutocomplete;
@@ -1,96 +1,96 @@
1
1
  import { IOption, IAutocompleteProps } from './types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
4
- modelValue: () => {
5
- value: string;
6
- };
7
- prop: string;
8
- placeholder: string;
9
- width: string;
10
- helpertext: string;
11
- optional: string;
12
- label: string;
13
- tooltip: string;
14
- leftIcon: string;
15
- rightIcon: string;
16
- disabled: boolean;
17
- clearable: boolean;
18
- symbolsCountSearch: number;
19
- suggestionList: () => any[];
20
- noData: string;
21
- defaultDropText: string;
22
- memoryBlur: boolean;
23
- disableMarkerBottom: boolean;
24
- uniqKey: string;
25
- teleport: boolean;
26
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
- "update:modelValue": (...args: any[]) => void;
28
- fetchDadata: (...args: any[]) => void;
29
- changeValue: (...args: any[]) => void;
30
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
31
- modelValue: () => {
32
- value: string;
33
- };
34
- prop: string;
35
- placeholder: string;
36
- width: string;
37
- helpertext: string;
38
- optional: string;
39
- label: string;
40
- tooltip: string;
41
- leftIcon: string;
42
- rightIcon: string;
43
- disabled: boolean;
44
- clearable: boolean;
45
- symbolsCountSearch: number;
46
- suggestionList: () => any[];
47
- noData: string;
48
- defaultDropText: string;
49
- memoryBlur: boolean;
50
- disableMarkerBottom: boolean;
51
- uniqKey: string;
52
- teleport: boolean;
53
- }>>> & {
54
- "onUpdate:modelValue"?: (...args: any[]) => any;
55
- onFetchDadata?: (...args: any[]) => any;
56
- onChangeValue?: (...args: any[]) => any;
57
- }, {
58
- label: string;
59
- disabled: boolean;
60
- modelValue: IOption;
61
- width: string;
62
- placeholder: string;
63
- teleport: boolean;
64
- prop: string;
65
- helpertext: string;
66
- optional: string;
67
- tooltip: string;
68
- leftIcon: import('../pl-icon').TIcon;
69
- rightIcon: import('../pl-icon').TIcon;
70
- clearable: boolean;
71
- suggestionList: IOption[];
72
- symbolsCountSearch: string | number;
73
- noData: string;
74
- memoryBlur: boolean;
75
- disableMarkerBottom: boolean;
76
- uniqKey: string;
77
- defaultDropText: string;
78
- }, {}>;
79
- export default _default;
80
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
81
- type __VLS_TypePropsToRuntimeProps<T> = {
82
- [K in keyof T]-?: {} extends Pick<T, K> ? {
83
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
84
- } : {
85
- type: import('vue').PropType<T[K]>;
86
- required: true;
87
- };
88
- };
89
- type __VLS_WithDefaults<P, D> = {
90
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
91
- default: D[K];
92
- }> : P[K];
93
- };
94
- type __VLS_Prettify<T> = {
95
- [K in keyof T]: T[K];
96
- } & {};
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
4
+ modelValue: () => {
5
+ value: string;
6
+ };
7
+ prop: string;
8
+ placeholder: string;
9
+ width: string;
10
+ helpertext: string;
11
+ optional: string;
12
+ label: string;
13
+ tooltip: string;
14
+ leftIcon: string;
15
+ rightIcon: string;
16
+ disabled: boolean;
17
+ clearable: boolean;
18
+ symbolsCountSearch: number;
19
+ suggestionList: () => any[];
20
+ noData: string;
21
+ defaultDropText: string;
22
+ memoryBlur: boolean;
23
+ disableMarkerBottom: boolean;
24
+ uniqKey: string;
25
+ teleport: boolean;
26
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ "update:modelValue": (...args: any[]) => void;
28
+ fetchDadata: (...args: any[]) => void;
29
+ changeValue: (...args: any[]) => void;
30
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
31
+ modelValue: () => {
32
+ value: string;
33
+ };
34
+ prop: string;
35
+ placeholder: string;
36
+ width: string;
37
+ helpertext: string;
38
+ optional: string;
39
+ label: string;
40
+ tooltip: string;
41
+ leftIcon: string;
42
+ rightIcon: string;
43
+ disabled: boolean;
44
+ clearable: boolean;
45
+ symbolsCountSearch: number;
46
+ suggestionList: () => any[];
47
+ noData: string;
48
+ defaultDropText: string;
49
+ memoryBlur: boolean;
50
+ disableMarkerBottom: boolean;
51
+ uniqKey: string;
52
+ teleport: boolean;
53
+ }>>> & {
54
+ "onUpdate:modelValue"?: (...args: any[]) => any;
55
+ onFetchDadata?: (...args: any[]) => any;
56
+ onChangeValue?: (...args: any[]) => any;
57
+ }, {
58
+ label: string;
59
+ disabled: boolean;
60
+ modelValue: IOption;
61
+ width: string;
62
+ placeholder: string;
63
+ teleport: boolean;
64
+ prop: string;
65
+ helpertext: string;
66
+ optional: string;
67
+ tooltip: string;
68
+ leftIcon: import('../pl-icon').TIcon;
69
+ rightIcon: import('../pl-icon').TIcon;
70
+ clearable: boolean;
71
+ suggestionList: IOption[];
72
+ symbolsCountSearch: number | string;
73
+ noData: string;
74
+ memoryBlur: boolean;
75
+ disableMarkerBottom: boolean;
76
+ uniqKey: string;
77
+ defaultDropText: string;
78
+ }, {}>;
79
+ export default _default;
80
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
81
+ type __VLS_TypePropsToRuntimeProps<T> = {
82
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
83
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
84
+ } : {
85
+ type: import('vue').PropType<T[K]>;
86
+ required: true;
87
+ };
88
+ };
89
+ type __VLS_WithDefaults<P, D> = {
90
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
91
+ default: D[K];
92
+ }> : P[K];
93
+ };
94
+ type __VLS_Prettify<T> = {
95
+ [K in keyof T]: T[K];
96
+ } & {};