@factoringplus/pl-components-pack-v3 1.2.30 → 1.2.31-pre-01

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 (177) hide show
  1. package/dist/components/{button → basic/pl-button}/index.d.ts +56 -55
  2. package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +12 -11
  3. package/dist/components/{button → basic/pl-button}/types/index.d.ts +2 -1
  4. package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +2 -1
  5. package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +15 -17
  6. package/dist/components/{pl-link → basic/pl-link}/index.d.ts +2 -1
  7. package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +7 -7
  8. package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +2 -1
  9. package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +8 -8
  10. package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +2 -1
  11. package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +7 -7
  12. package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +2 -1
  13. package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +8 -8
  14. package/dist/components/components.d.ts +39 -37
  15. package/dist/components/{pl-card → data/pl-card}/index.d.ts +2 -1
  16. package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +10 -9
  17. package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +2 -1
  18. package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +9 -8
  19. package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +2 -1
  20. package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +2 -1
  21. package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +9 -14
  22. package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +4 -0
  23. package/dist/components/data/pl-snackbar/types.d.ts +26 -0
  24. package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +2 -1
  25. package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +57 -0
  26. package/dist/components/{pl-table-plus → data/pl-table-plus}/components/row-mask.vue.d.ts +6 -6
  27. package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +2 -1
  28. package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +9 -9
  29. package/dist/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  30. package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +8 -7
  31. package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +2 -1
  32. package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +7 -7
  33. package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +2 -1
  34. package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +2 -1
  35. package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +2 -1
  36. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
  37. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
  38. package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +2 -1
  39. package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
  40. package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +11 -11
  41. package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +2 -1
  42. package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +2 -1
  43. package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +2 -1
  44. package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +2 -1
  45. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
  46. package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +2 -1
  47. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
  48. package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +2 -1
  49. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
  50. package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +2 -1
  51. package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
  52. package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +2 -1
  53. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
  54. package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +2 -1
  55. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
  56. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +14 -13
  57. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +13 -12
  58. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +2 -1
  59. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +21 -20
  60. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +3 -2
  61. package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.d.ts +2 -1
  62. package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +4 -4
  63. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +12 -15
  64. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +10 -13
  65. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts +2 -2
  66. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +5 -4
  67. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +2 -1
  68. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -15
  69. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -15
  70. package/dist/components/{pl-form → form/pl-form}/index.d.ts +2 -1
  71. package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +10 -9
  72. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +11 -10
  73. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +18 -17
  74. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +11 -10
  75. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +11 -10
  76. package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +2 -1
  77. package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +21 -20
  78. package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +5 -4
  79. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +13 -12
  80. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +11 -10
  81. package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +2 -1
  82. package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +14 -13
  83. package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +3 -2
  84. package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +2 -1
  85. package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +3 -3
  86. package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +68 -0
  87. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-default.vue.d.ts +14 -13
  88. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +11 -10
  89. package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +2 -1
  90. package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +15 -14
  91. package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +3 -2
  92. package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +2 -1
  93. package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +3 -3
  94. package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +2 -1
  95. package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +14 -14
  96. package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
  97. package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +3 -2
  98. package/dist/components/shared/pl-icon/pl-icon.vue.d.ts +13 -0
  99. package/dist/components/shared/pl-icon/types/index.d.ts +3 -0
  100. package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +3 -3
  101. package/dist/components/shared/pl-mark-text/index.d.ts +16 -0
  102. package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
  103. package/dist/components/{pl-option → shared/pl-option}/index.d.ts +2 -1
  104. package/dist/components/{pl-option → shared/pl-option}/pl-option.vue.d.ts +7 -7
  105. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +2 -1
  106. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +10 -9
  107. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +2 -1
  108. package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts} +8 -8
  109. package/dist/components/shared/pl-text/components/pl-body1.vue.d.ts +21 -0
  110. package/dist/components/shared/pl-text/components/pl-body2.vue.d.ts +21 -0
  111. package/dist/components/shared/pl-text/components/pl-body3.vue.d.ts +21 -0
  112. package/dist/components/shared/pl-text/components/pl-bodyu.vue.d.ts +21 -0
  113. package/dist/components/shared/pl-text/components/pl-btn1.vue.d.ts +21 -0
  114. package/dist/components/shared/pl-text/components/pl-btn2.vue.d.ts +21 -0
  115. package/dist/components/shared/pl-text/components/pl-btn3.vue.d.ts +21 -0
  116. package/dist/components/shared/pl-text/components/pl-cap.vue.d.ts +21 -0
  117. package/dist/components/shared/pl-text/components/pl-h1.vue.d.ts +21 -0
  118. package/dist/components/shared/pl-text/components/pl-h2.vue.d.ts +21 -0
  119. package/dist/components/shared/pl-text/components/pl-h3.vue.d.ts +21 -0
  120. package/dist/components/shared/pl-text/components/pl-h4.vue.d.ts +21 -0
  121. package/dist/components/shared/pl-text/components/pl-sub1.vue.d.ts +17 -0
  122. package/dist/components/shared/pl-text/components/pl-sub2.vue.d.ts +17 -0
  123. package/dist/components/shared/pl-text/components/pl-system.vue.d.ts +17 -0
  124. package/dist/components/shared/pl-text/components/pl-tag.vue.d.ts +17 -0
  125. package/dist/components/shared/pl-text/components/pl-title1.vue.d.ts +17 -0
  126. package/dist/components/shared/pl-text/components/pl-title2.vue.d.ts +17 -0
  127. package/dist/components/shared/pl-text/components/pl-title3.vue.d.ts +17 -0
  128. package/dist/components/{pl-text → shared/pl-text}/index.d.ts +2 -1
  129. package/dist/directives/index.d.ts +3 -1
  130. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -1
  131. package/dist/directives/vLoading.d.ts +2 -1
  132. package/dist/directives/vTap.d.ts +2 -1
  133. package/dist/directives/vTouchOutside.d.ts +2 -1
  134. package/dist/install-function/index.d.ts +4 -3
  135. package/dist/pl-components-pack-v3.d.ts +0 -2
  136. package/dist/pl-components-pack-v3.es.js +16896 -17035
  137. package/dist/pl-components-pack-v3.umd.js +41 -42
  138. package/dist/plugins/filters.d.ts +5 -3
  139. package/dist/plugins/loading/loading.d.ts +3 -1
  140. package/dist/services/plLoading.d.ts +1 -1
  141. package/dist/style.css +1 -1
  142. package/dist/utils/dadataParser.d.ts +2 -1
  143. package/dist/utils/deepSet.d.ts +3 -2
  144. package/dist/utils/formatAccount.d.ts +1 -1
  145. package/dist/utils/getSourceCode.d.ts +4 -1
  146. package/package.json +67 -79
  147. package/dist/components/entry.d.ts +0 -88
  148. package/dist/components/pl-icon/pl-icon.vue.d.ts +0 -12
  149. package/dist/components/pl-icon/types/index.d.ts +0 -2
  150. package/dist/components/pl-mark-text/index.d.ts +0 -2
  151. package/dist/components/pl-snackbar/renderSnackbar.d.ts +0 -4
  152. package/dist/components/pl-snackbar/types.d.ts +0 -21
  153. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
  154. package/dist/components/pl-text/components/pl-body1.vue.d.ts +0 -21
  155. package/dist/components/pl-text/components/pl-body2.vue.d.ts +0 -21
  156. package/dist/components/pl-text/components/pl-body3.vue.d.ts +0 -21
  157. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +0 -21
  158. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +0 -21
  159. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +0 -21
  160. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +0 -21
  161. package/dist/components/pl-text/components/pl-cap.vue.d.ts +0 -21
  162. package/dist/components/pl-text/components/pl-h1.vue.d.ts +0 -21
  163. package/dist/components/pl-text/components/pl-h2.vue.d.ts +0 -21
  164. package/dist/components/pl-text/components/pl-h3.vue.d.ts +0 -21
  165. package/dist/components/pl-text/components/pl-h4.vue.d.ts +0 -21
  166. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +0 -17
  167. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +0 -17
  168. package/dist/components/pl-text/components/pl-system.vue.d.ts +0 -17
  169. package/dist/components/pl-text/components/pl-tag.vue.d.ts +0 -17
  170. package/dist/components/pl-text/components/pl-title1.vue.d.ts +0 -17
  171. package/dist/components/pl-text/components/pl-title2.vue.d.ts +0 -17
  172. package/dist/components/pl-text/components/pl-title3.vue.d.ts +0 -17
  173. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
  174. package/dist/mockServiceWorker.js +0 -364
  175. /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
  176. /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/constants.d.ts +0 -0
  177. /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
@@ -1,83 +1,84 @@
1
- import type { TButtonProps } from './types';
2
- export declare const PlButton: import('../../install-function').SFCInstallWithContext<{
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- type: {
5
- type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
1
+ import { TButtonProps } from './types';
2
+
3
+ export declare const PlButton: import('../../../install-function').SFCInstallWithContext<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
5
+ size: {
6
+ type: import('vue').PropType<"small" | "large" | "medium">;
6
7
  default: string;
7
8
  };
8
- size: {
9
- type: import("vue").PropType<"small" | "large" | "medium">;
9
+ type: {
10
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
10
11
  default: string;
11
12
  };
12
13
  fullWidth: {
13
- type: import("vue").PropType<boolean>;
14
+ type: import('vue').PropType<boolean>;
14
15
  default: boolean;
15
16
  };
16
17
  disabled: {
17
- type: import("vue").PropType<boolean>;
18
+ type: import('vue').PropType<boolean>;
18
19
  default: boolean;
19
20
  };
20
21
  icon: {
21
- type: import("vue").PropType<import("../pl-icon").TIcon>;
22
+ type: import('vue').PropType<any>;
22
23
  default: string;
23
24
  };
24
25
  iconColor: {
25
- type: import("vue").PropType<string>;
26
+ type: import('vue').PropType<string>;
26
27
  default: string;
27
28
  };
28
29
  iconPosition: {
29
- type: import("vue").PropType<"left" | "right">;
30
+ type: import('vue').PropType<"left" | "right">;
30
31
  default: string;
31
32
  };
32
33
  nativeType: {
33
- type: import("vue").PropType<"button" | "submit" | "reset">;
34
+ type: import('vue').PropType<"button" | "submit" | "reset">;
34
35
  default: string;
35
36
  };
36
37
  }>> & {
37
38
  onClick?: (...args: any[]) => any;
38
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
39
40
  click: (...args: any[]) => void;
40
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
41
- type: {
42
- type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
41
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
42
+ size: {
43
+ type: import('vue').PropType<"small" | "large" | "medium">;
43
44
  default: string;
44
45
  };
45
- size: {
46
- type: import("vue").PropType<"small" | "large" | "medium">;
46
+ type: {
47
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
47
48
  default: string;
48
49
  };
49
50
  fullWidth: {
50
- type: import("vue").PropType<boolean>;
51
+ type: import('vue').PropType<boolean>;
51
52
  default: boolean;
52
53
  };
53
54
  disabled: {
54
- type: import("vue").PropType<boolean>;
55
+ type: import('vue').PropType<boolean>;
55
56
  default: boolean;
56
57
  };
57
58
  icon: {
58
- type: import("vue").PropType<import("../pl-icon").TIcon>;
59
+ type: import('vue').PropType<any>;
59
60
  default: string;
60
61
  };
61
62
  iconColor: {
62
- type: import("vue").PropType<string>;
63
+ type: import('vue').PropType<string>;
63
64
  default: string;
64
65
  };
65
66
  iconPosition: {
66
- type: import("vue").PropType<"left" | "right">;
67
+ type: import('vue').PropType<"left" | "right">;
67
68
  default: string;
68
69
  };
69
70
  nativeType: {
70
- type: import("vue").PropType<"button" | "submit" | "reset">;
71
+ type: import('vue').PropType<"button" | "submit" | "reset">;
71
72
  default: string;
72
73
  };
73
74
  }>> & {
74
75
  onClick?: (...args: any[]) => any;
75
76
  }, {
76
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
77
77
  size: "small" | "large" | "medium";
78
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
78
79
  fullWidth: boolean;
79
80
  disabled: boolean;
80
- icon: import("../pl-icon").TIcon;
81
+ icon: any;
81
82
  iconColor: string;
82
83
  iconPosition: "left" | "right";
83
84
  nativeType: "button" | "submit" | "reset";
@@ -88,47 +89,47 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
88
89
  C: {};
89
90
  M: {};
90
91
  Defaults: {};
91
- }, Readonly<import("vue").ExtractPropTypes<{
92
- type: {
93
- type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
92
+ }, Readonly<import('vue').ExtractPropTypes<{
93
+ size: {
94
+ type: import('vue').PropType<"small" | "large" | "medium">;
94
95
  default: string;
95
96
  };
96
- size: {
97
- type: import("vue").PropType<"small" | "large" | "medium">;
97
+ type: {
98
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
98
99
  default: string;
99
100
  };
100
101
  fullWidth: {
101
- type: import("vue").PropType<boolean>;
102
+ type: import('vue').PropType<boolean>;
102
103
  default: boolean;
103
104
  };
104
105
  disabled: {
105
- type: import("vue").PropType<boolean>;
106
+ type: import('vue').PropType<boolean>;
106
107
  default: boolean;
107
108
  };
108
109
  icon: {
109
- type: import("vue").PropType<import("../pl-icon").TIcon>;
110
+ type: import('vue').PropType<any>;
110
111
  default: string;
111
112
  };
112
113
  iconColor: {
113
- type: import("vue").PropType<string>;
114
+ type: import('vue').PropType<string>;
114
115
  default: string;
115
116
  };
116
117
  iconPosition: {
117
- type: import("vue").PropType<"left" | "right">;
118
+ type: import('vue').PropType<"left" | "right">;
118
119
  default: string;
119
120
  };
120
121
  nativeType: {
121
- type: import("vue").PropType<"button" | "submit" | "reset">;
122
+ type: import('vue').PropType<"button" | "submit" | "reset">;
122
123
  default: string;
123
124
  };
124
125
  }>> & {
125
126
  onClick?: (...args: any[]) => any;
126
127
  }, {}, {}, {}, {}, {
127
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
128
128
  size: "small" | "large" | "medium";
129
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
129
130
  fullWidth: boolean;
130
131
  disabled: boolean;
131
- icon: import("../pl-icon").TIcon;
132
+ icon: any;
132
133
  iconColor: string;
133
134
  iconPosition: "left" | "right";
134
135
  nativeType: "button" | "submit" | "reset";
@@ -136,53 +137,53 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
136
137
  __isFragment?: never;
137
138
  __isTeleport?: never;
138
139
  __isSuspense?: never;
139
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
140
- type: {
141
- type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
140
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
141
+ size: {
142
+ type: import('vue').PropType<"small" | "large" | "medium">;
142
143
  default: string;
143
144
  };
144
- size: {
145
- type: import("vue").PropType<"small" | "large" | "medium">;
145
+ type: {
146
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
146
147
  default: string;
147
148
  };
148
149
  fullWidth: {
149
- type: import("vue").PropType<boolean>;
150
+ type: import('vue').PropType<boolean>;
150
151
  default: boolean;
151
152
  };
152
153
  disabled: {
153
- type: import("vue").PropType<boolean>;
154
+ type: import('vue').PropType<boolean>;
154
155
  default: boolean;
155
156
  };
156
157
  icon: {
157
- type: import("vue").PropType<import("../pl-icon").TIcon>;
158
+ type: import('vue').PropType<any>;
158
159
  default: string;
159
160
  };
160
161
  iconColor: {
161
- type: import("vue").PropType<string>;
162
+ type: import('vue').PropType<string>;
162
163
  default: string;
163
164
  };
164
165
  iconPosition: {
165
- type: import("vue").PropType<"left" | "right">;
166
+ type: import('vue').PropType<"left" | "right">;
166
167
  default: string;
167
168
  };
168
169
  nativeType: {
169
- type: import("vue").PropType<"button" | "submit" | "reset">;
170
+ type: import('vue').PropType<"button" | "submit" | "reset">;
170
171
  default: string;
171
172
  };
172
173
  }>> & {
173
174
  onClick?: (...args: any[]) => any;
174
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
175
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
175
176
  click: (...args: any[]) => void;
176
177
  }, string, {
177
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
178
178
  size: "small" | "large" | "medium";
179
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
179
180
  fullWidth: boolean;
180
181
  disabled: boolean;
181
- icon: import("../pl-icon").TIcon;
182
+ icon: any;
182
183
  iconColor: string;
183
184
  iconPosition: "left" | "right";
184
185
  nativeType: "button" | "submit" | "reset";
185
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
186
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
186
187
  $slots: {
187
188
  default?(_: {}): any;
188
189
  };
@@ -1,5 +1,6 @@
1
- import type { TButtonProps } from './types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
1
+ import { TButtonProps } from './types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
3
4
  /**
4
5
  * Выставляет ширину кнопки в 100%
5
6
  */
@@ -11,9 +12,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
12
  iconColor: string;
12
13
  iconPosition: string;
13
14
  nativeType: string;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
16
  click: (...args: any[]) => void;
16
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
17
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
17
18
  /**
18
19
  * Выставляет ширину кнопки в 100%
19
20
  */
@@ -28,11 +29,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
28
29
  }>>> & {
29
30
  onClick?: (...args: any[]) => any;
30
31
  }, {
31
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
32
32
  size: "small" | "large" | "medium";
33
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
33
34
  fullWidth: boolean;
34
35
  disabled: boolean;
35
- icon: import("../pl-icon").TIcon;
36
+ icon: any;
36
37
  iconColor: string;
37
38
  iconPosition: "left" | "right";
38
39
  nativeType: "button" | "submit" | "reset";
@@ -40,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
41
  default?(_: {}): any;
41
42
  }>;
42
43
  export default _default;
43
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
- declare type __VLS_TypePropsToRuntimeProps<T> = {
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
45
46
  [K in keyof T]-?: {} extends Pick<T, K> ? {
46
47
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
47
48
  } : {
@@ -49,15 +50,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
49
50
  required: true;
50
51
  };
51
52
  };
52
- declare type __VLS_WithDefaults<P, D> = {
53
+ type __VLS_WithDefaults<P, D> = {
53
54
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
54
55
  default: D[K];
55
56
  }> : P[K];
56
57
  };
57
- declare type __VLS_Prettify<T> = {
58
+ type __VLS_Prettify<T> = {
58
59
  [K in keyof T]: T[K];
59
60
  } & {};
60
- declare type __VLS_WithTemplateSlots<T, S> = T & {
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
61
62
  new (): {
62
63
  $slots: S;
63
64
  };
@@ -1,4 +1,5 @@
1
- import type { TIcon } from '../../pl-icon/types';
1
+ import { TIcon } from '../../../pl-icon/types';
2
+
2
3
  /**
3
4
  * @param fullWidth boolean;
4
5
  * @param disabled boolean;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlDialog: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,7 +1,8 @@
1
- import type { TIcon } from '../pl-icon/types';
1
+ import { TIcon } from '../../pl-icon/types';
2
+
2
3
  interface IPlDialogPlusProps {
3
4
  modelValue: boolean;
4
- beforeClose?: Function;
5
+ beforeClose?: () => void;
5
6
  width?: string;
6
7
  showHeader?: boolean;
7
8
  showClose?: boolean;
@@ -18,13 +19,12 @@ interface IPlDialogPlusProps {
18
19
  dialogClass?: string;
19
20
  manualClose?: boolean;
20
21
  }
21
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
22
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
22
23
  modelValue: boolean;
23
24
  width: string;
24
25
  showHeader: boolean;
25
26
  showClose: boolean;
26
27
  disabledTeleport: boolean;
27
- beforeClose: () => void;
28
28
  closeOnOverlay: boolean;
29
29
  innerScroll: boolean;
30
30
  type: string;
@@ -36,16 +36,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
36
  manualClose: boolean;
37
37
  }>, {
38
38
  closeModal: () => void;
39
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
40
  "update:modelValue": (...args: any[]) => void;
41
41
  "close-modal": (...args: any[]) => void;
42
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
42
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
43
43
  modelValue: boolean;
44
44
  width: string;
45
45
  showHeader: boolean;
46
46
  showClose: boolean;
47
47
  disabledTeleport: boolean;
48
- beforeClose: () => void;
49
48
  closeOnOverlay: boolean;
50
49
  innerScroll: boolean;
51
50
  type: string;
@@ -60,17 +59,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
60
59
  "onClose-modal"?: (...args: any[]) => any;
61
60
  }, {
62
61
  type: "standart" | "status" | "illustration" | "side";
63
- icon: TIcon;
64
- modelValue: boolean;
62
+ icon: any;
65
63
  width: string;
64
+ status: "delete" | "successful" | "info" | "attention" | "neutral";
65
+ modelValue: boolean;
66
66
  showHeader: boolean;
67
67
  showClose: boolean;
68
68
  disabledTeleport: boolean;
69
- loading: boolean;
70
- status: "delete" | "successful" | "info" | "attention" | "neutral";
71
- beforeClose: Function;
72
69
  closeOnOverlay: boolean;
73
70
  innerScroll: boolean;
71
+ loading: boolean;
74
72
  overlayClass: string;
75
73
  dialogClass: string;
76
74
  manualClose: boolean;
@@ -83,8 +81,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
83
81
  footer?(_: {}): any;
84
82
  }>;
85
83
  export default _default;
86
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
87
- declare type __VLS_TypePropsToRuntimeProps<T> = {
84
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
85
+ type __VLS_TypePropsToRuntimeProps<T> = {
88
86
  [K in keyof T]-?: {} extends Pick<T, K> ? {
89
87
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
90
88
  } : {
@@ -92,15 +90,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
92
90
  required: true;
93
91
  };
94
92
  };
95
- declare type __VLS_WithDefaults<P, D> = {
93
+ type __VLS_WithDefaults<P, D> = {
96
94
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
97
95
  default: D[K];
98
96
  }> : P[K];
99
97
  };
100
- declare type __VLS_Prettify<T> = {
98
+ type __VLS_Prettify<T> = {
101
99
  [K in keyof T]: T[K];
102
100
  } & {};
103
- declare type __VLS_WithTemplateSlots<T, S> = T & {
101
+ type __VLS_WithTemplateSlots<T, S> = T & {
104
102
  new (): {
105
103
  $slots: S;
106
104
  };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlLink: {
3
4
  install(app: App): void;
4
5
  };
@@ -5,12 +5,12 @@ interface IPlLinkProps {
5
5
  nativeType?: string;
6
6
  target?: '_blank' | '_self' | '_parent' | '_top';
7
7
  }
8
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
8
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
9
9
  href: string;
10
10
  disabled: boolean;
11
11
  type: string;
12
12
  target: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
13
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
14
14
  href: string;
15
15
  disabled: boolean;
16
16
  type: string;
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
24
  default?(_: {}): any;
25
25
  }>;
26
26
  export default _default;
27
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- declare type __VLS_TypePropsToRuntimeProps<T> = {
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
29
  [K in keyof T]-?: {} extends Pick<T, K> ? {
30
30
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
31
  } : {
@@ -33,15 +33,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
33
33
  required: true;
34
34
  };
35
35
  };
36
- declare type __VLS_WithDefaults<P, D> = {
36
+ type __VLS_WithDefaults<P, D> = {
37
37
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
38
  default: D[K];
39
39
  }> : P[K];
40
40
  };
41
- declare type __VLS_Prettify<T> = {
41
+ type __VLS_Prettify<T> = {
42
42
  [K in keyof T]: T[K];
43
43
  } & {};
44
- declare type __VLS_WithTemplateSlots<T, S> = T & {
44
+ type __VLS_WithTemplateSlots<T, S> = T & {
45
45
  new (): {
46
46
  $slots: S;
47
47
  };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlScrollbar: {
3
4
  install(app: App): void;
4
5
  };
@@ -6,7 +6,7 @@ interface IProps {
6
6
  hideScrollThumb?: boolean;
7
7
  offsetRight?: string;
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
10
  maxHeight: string;
11
11
  height: string;
12
12
  wrapClass: string;
@@ -17,10 +17,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
17
17
  setScrollTop: (val: number) => void;
18
18
  setScrollLeft: (val: number) => void;
19
19
  scrollTo: (params: Record<string, number>) => void;
20
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
21
  scroll: (...args: any[]) => void;
22
22
  wheel: (...args: any[]) => void;
23
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
23
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
24
24
  maxHeight: string;
25
25
  height: string;
26
26
  wrapClass: string;
@@ -41,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
41
41
  default?(_: {}): any;
42
42
  }>;
43
43
  export default _default;
44
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
- declare type __VLS_TypePropsToRuntimeProps<T> = {
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
46
46
  [K in keyof T]-?: {} extends Pick<T, K> ? {
47
47
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
48
  } : {
@@ -50,15 +50,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
50
50
  required: true;
51
51
  };
52
52
  };
53
- declare type __VLS_WithDefaults<P, D> = {
53
+ type __VLS_WithDefaults<P, D> = {
54
54
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
55
  default: D[K];
56
56
  }> : P[K];
57
57
  };
58
- declare type __VLS_Prettify<T> = {
58
+ type __VLS_Prettify<T> = {
59
59
  [K in keyof T]: T[K];
60
60
  } & {};
61
- declare type __VLS_WithTemplateSlots<T, S> = T & {
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
62
  new (): {
63
63
  $slots: S;
64
64
  };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlSkeleton: {
3
4
  install(app: App): void;
4
5
  };
@@ -4,12 +4,12 @@ interface IProps {
4
4
  variant?: string;
5
5
  borderRadius?: string;
6
6
  }
7
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
7
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
8
8
  width: string;
9
9
  height: string;
10
10
  borderRadius: string;
11
11
  variant: string;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
12
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
13
  width: string;
14
14
  height: string;
15
15
  borderRadius: string;
@@ -17,12 +17,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  }>>>, {
18
18
  width: string;
19
19
  height: string;
20
- borderRadius: string;
21
20
  variant: string;
21
+ borderRadius: string;
22
22
  }, {}>;
23
23
  export default _default;
24
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- declare type __VLS_TypePropsToRuntimeProps<T> = {
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
26
  [K in keyof T]-?: {} extends Pick<T, K> ? {
27
27
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
28
  } : {
@@ -30,11 +30,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
30
30
  required: true;
31
31
  };
32
32
  };
33
- declare type __VLS_WithDefaults<P, D> = {
33
+ type __VLS_WithDefaults<P, D> = {
34
34
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
35
  default: D[K];
36
36
  }> : P[K];
37
37
  };
38
- declare type __VLS_Prettify<T> = {
38
+ type __VLS_Prettify<T> = {
39
39
  [K in keyof T]: T[K];
40
40
  } & {};
@@ -1,4 +1,5 @@
1
- import { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlToolTipPlus: {
3
4
  install(app: App): void;
4
5
  };
@@ -6,13 +6,13 @@ interface IProps {
6
6
  trigger?: 'click' | 'hover';
7
7
  disabled?: boolean;
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
10
  placement: string;
11
11
  delay: any;
12
12
  truncated: boolean;
13
13
  trigger: string;
14
14
  disabled: boolean;
15
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
16
16
  placement: string;
17
17
  delay: any;
18
18
  truncated: boolean;
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
20
  disabled: boolean;
21
21
  }>>>, {
22
22
  disabled: boolean;
23
- placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
23
+ placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
24
24
  delay: boolean;
25
25
  truncated: boolean;
26
26
  trigger: "click" | "hover";
@@ -29,8 +29,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
29
29
  "tooltip-text"?(_: {}): any;
30
30
  }>;
31
31
  export default _default;
32
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- declare type __VLS_TypePropsToRuntimeProps<T> = {
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
34
34
  [K in keyof T]-?: {} extends Pick<T, K> ? {
35
35
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
36
  } : {
@@ -38,15 +38,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
38
38
  required: true;
39
39
  };
40
40
  };
41
- declare type __VLS_WithDefaults<P, D> = {
41
+ type __VLS_WithDefaults<P, D> = {
42
42
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
43
  default: D[K];
44
44
  }> : P[K];
45
45
  };
46
- declare type __VLS_Prettify<T> = {
46
+ type __VLS_Prettify<T> = {
47
47
  [K in keyof T]: T[K];
48
48
  } & {};
49
- declare type __VLS_WithTemplateSlots<T, S> = T & {
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
50
  new (): {
51
51
  $slots: S;
52
52
  };