@factoringplus/pl-components-pack-v3 1.2.30-pre-03 → 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
@@ -16,17 +16,17 @@ interface IProps {
16
16
  viewMode: boolean;
17
17
  maxSumFilesSize: number;
18
18
  }
19
- declare type TError = {
19
+ type TError = {
20
20
  dist: boolean;
21
21
  size: boolean;
22
22
  };
23
- declare type TUnloadedFile = {
23
+ type TUnloadedFile = {
24
24
  name: string;
25
25
  size: number;
26
26
  error?: TError;
27
27
  removable?: boolean;
28
28
  };
29
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
29
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
30
30
  multiple: boolean;
31
31
  accept: string;
32
32
  fileSize: number;
@@ -46,11 +46,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
46
46
  }>, {
47
47
  addFiles: (files: FileList | File[]) => void;
48
48
  removeFile: (fileToRemove: File | TUnloadedFile) => void;
49
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
49
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
50
50
  addFiles: (...args: any[]) => void;
51
51
  removeFile: (...args: any[]) => void;
52
52
  clickOnFile: (...args: any[]) => void;
53
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
53
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
54
54
  multiple: boolean;
55
55
  accept: string;
56
56
  fileSize: number;
@@ -74,24 +74,24 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
74
74
  }, {
75
75
  title: string;
76
76
  disabled: boolean;
77
+ width: string;
77
78
  modelValue: (File | TUnloadedFile)[];
78
- prop: string;
79
+ accept: string;
80
+ multiple: boolean;
79
81
  description: string;
80
- width: string;
82
+ prop: string;
81
83
  optional: string;
82
84
  tooltip: string;
83
- accept: string;
84
- multiple: boolean;
85
85
  fileSize: number;
86
- maxHeightScroll: number;
87
86
  limit: number;
87
+ maxHeightScroll: number;
88
88
  helperText: string;
89
89
  viewMode: boolean;
90
90
  maxSumFilesSize: number;
91
91
  }, {}>;
92
92
  export default _default;
93
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
94
- declare type __VLS_TypePropsToRuntimeProps<T> = {
93
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
94
+ type __VLS_TypePropsToRuntimeProps<T> = {
95
95
  [K in keyof T]-?: {} extends Pick<T, K> ? {
96
96
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
97
97
  } : {
@@ -99,11 +99,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
99
99
  required: true;
100
100
  };
101
101
  };
102
- declare type __VLS_WithDefaults<P, D> = {
102
+ type __VLS_WithDefaults<P, D> = {
103
103
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
104
104
  default: D[K];
105
105
  }> : P[K];
106
106
  };
107
- declare type __VLS_Prettify<T> = {
107
+ type __VLS_Prettify<T> = {
108
108
  [K in keyof T]: T[K];
109
109
  } & {};
@@ -0,0 +1 @@
1
+ export type FileExtension = 'doc' | 'docx' | 'pdf' | 'jpeg' | 'jpg' | 'tiff' | 'tif' | 'png' | 'xlsx' | 'xls' | 'txt' | 'p7s' | 'csv' | 'rar' | 'zip' | '7z';
@@ -1,5 +1,6 @@
1
- import type { App } from 'vue';
2
- import type { TIconProps, TIcon } from './types';
1
+ import { App } from 'vue';
2
+ import { TIconProps, TIcon } from './types';
3
+
3
4
  declare const PlIcon: {
4
5
  install(app: App): void;
5
6
  };
@@ -0,0 +1,13 @@
1
+ import { TIconProps } from './types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
4
+ export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToRuntimeProps<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
@@ -0,0 +1,3 @@
1
+ import { TIcon, TIconProps } from './iconsType';
2
+
3
+ export { TIcon, TIconProps };
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  title: {
3
3
  type: StringConstructor;
4
4
  default: string;
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
11
11
  type: BooleanConstructor;
12
12
  default: boolean;
13
13
  };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
15
  title: {
16
16
  type: StringConstructor;
17
17
  default: string;
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
32
32
  "custom-description"?(_: {}): any;
33
33
  }>;
34
34
  export default _default;
35
- declare type __VLS_WithTemplateSlots<T, S> = T & {
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
36
  new (): {
37
37
  $slots: S;
38
38
  };
@@ -0,0 +1,16 @@
1
+ export declare const PlMarkText: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ modelValue: {
3
+ type: StringConstructor;
4
+ };
5
+ searchValue: {
6
+ type: StringConstructor;
7
+ };
8
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
+ modelValue: {
10
+ type: StringConstructor;
11
+ };
12
+ searchValue: {
13
+ type: StringConstructor;
14
+ };
15
+ }>>, {}, {}>>;
16
+ export default PlMarkText;
@@ -0,0 +1,16 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ modelValue: {
3
+ type: StringConstructor;
4
+ };
5
+ searchValue: {
6
+ type: StringConstructor;
7
+ };
8
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
+ modelValue: {
10
+ type: StringConstructor;
11
+ };
12
+ searchValue: {
13
+ type: StringConstructor;
14
+ };
15
+ }>>, {}, {}>;
16
+ export default _default;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlOption: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  disabled: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
51
51
  type: BooleanConstructor;
52
52
  default: boolean;
53
53
  };
54
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
54
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
55
55
  disabled: {
56
56
  type: BooleanConstructor;
57
57
  default: boolean;
@@ -107,16 +107,16 @@ declare const _default: import("vue").DefineComponent<{
107
107
  }>>, {
108
108
  label: string;
109
109
  disabled: boolean;
110
+ width: string;
111
+ active: boolean;
112
+ description: string;
110
113
  leftIcon: string;
111
- leftIconColor: string;
112
114
  rightIcon: string;
115
+ searchValue: string;
116
+ leftIconColor: string;
113
117
  rightIconColor: string;
114
- description: string;
115
118
  descriptionColor: string;
116
119
  summ: number;
117
- active: boolean;
118
- width: string;
119
- searchValue: string;
120
120
  disableMarkerBottom: boolean;
121
121
  }, {}>;
122
122
  export default _default;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlTabPane: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,11 +1,12 @@
1
- import type { ITabPaneProps } from './types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
1
+ import { ITabPaneProps } from './types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
3
4
  label: string;
4
5
  disabled: boolean;
5
6
  icon: string;
6
7
  counter: any;
7
8
  name: string;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
9
10
  label: string;
10
11
  disabled: boolean;
11
12
  icon: string;
@@ -15,14 +16,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
16
  name: string;
16
17
  label: string;
17
18
  disabled: boolean;
18
- icon: import("../pl-icon").TIcon;
19
+ icon: any;
19
20
  counter: number;
20
21
  }, {}>, {
21
22
  default?(_: {}): any;
22
23
  }>;
23
24
  export default _default;
24
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- declare type __VLS_TypePropsToRuntimeProps<T> = {
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
27
  [K in keyof T]-?: {} extends Pick<T, K> ? {
27
28
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
29
  } : {
@@ -30,15 +31,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
30
31
  required: true;
31
32
  };
32
33
  };
33
- declare type __VLS_WithDefaults<P, D> = {
34
+ type __VLS_WithDefaults<P, D> = {
34
35
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
36
  default: D[K];
36
37
  }> : P[K];
37
38
  };
38
- declare type __VLS_Prettify<T> = {
39
+ type __VLS_Prettify<T> = {
39
40
  [K in keyof T]: T[K];
40
41
  } & {};
41
- declare type __VLS_WithTemplateSlots<T, S> = T & {
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
42
43
  new (): {
43
44
  $slots: S;
44
45
  };
@@ -1,4 +1,5 @@
1
- import type { TIcon } from '../../pl-icon';
1
+ import { TIcon } from '../../../pl-icon';
2
+
2
3
  export interface ITabPaneProps {
3
4
  label?: string;
4
5
  disabled?: boolean;
@@ -1,9 +1,9 @@
1
- interface ITagProps {
1
+ interface ITagsChipsProps {
2
2
  disabled?: boolean;
3
3
  }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
5
5
  disabled: boolean;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
7
7
  disabled: boolean;
8
8
  }>>>, {
9
9
  disabled: boolean;
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
11
  default?(_: {}): any;
12
12
  }>;
13
13
  export default _default;
14
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- declare type __VLS_TypePropsToRuntimeProps<T> = {
14
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ type __VLS_TypePropsToRuntimeProps<T> = {
16
16
  [K in keyof T]-?: {} extends Pick<T, K> ? {
17
17
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
18
  } : {
@@ -20,15 +20,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
20
20
  required: true;
21
21
  };
22
22
  };
23
- declare type __VLS_WithDefaults<P, D> = {
23
+ type __VLS_WithDefaults<P, D> = {
24
24
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
25
  default: D[K];
26
26
  }> : P[K];
27
27
  };
28
- declare type __VLS_Prettify<T> = {
28
+ type __VLS_Prettify<T> = {
29
29
  [K in keyof T]: T[K];
30
30
  } & {};
31
- declare type __VLS_WithTemplateSlots<T, S> = T & {
31
+ type __VLS_WithTemplateSlots<T, S> = T & {
32
32
  new (): {
33
33
  $slots: S;
34
34
  };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,17 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
+ color: {
3
+ type: StringConstructor;
4
+ };
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
+ color: {
7
+ type: StringConstructor;
8
+ };
9
+ }>>, {}, {}>, {
10
+ default?(_: {}): any;
11
+ }>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,17 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
+ color: {
3
+ type: StringConstructor;
4
+ };
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
+ color: {
7
+ type: StringConstructor;
8
+ };
9
+ }>>, {}, {}>, {
10
+ default?(_: {}): any;
11
+ }>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };