@factoringplus/pl-components-pack-v3 1.2.27-pre-02 → 1.2.28

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/{basic/pl-button → button}/index.d.ts +55 -56
  2. package/dist/components/{basic/pl-button → button}/pl-button.vue.d.ts +11 -12
  3. package/dist/components/{basic/pl-button → button}/types/index.d.ts +1 -2
  4. package/dist/components/components.d.ts +37 -39
  5. package/dist/components/{deprecated/currency-input → currency-input}/index.d.ts +1 -2
  6. package/dist/components/entry.d.ts +87 -0
  7. package/dist/components/{form/pl-autocomplete → pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +13 -14
  8. package/dist/components/{form/pl-autocomplete → pl-autocomplete}/components/pl-default.vue.d.ts +12 -13
  9. package/dist/components/{form/pl-autocomplete → pl-autocomplete}/index.d.ts +1 -2
  10. package/dist/components/{form/pl-autocomplete → pl-autocomplete}/pl-autocompete.vue.d.ts +20 -21
  11. package/dist/components/{form/pl-autocomplete → pl-autocomplete}/types/index.d.ts +2 -3
  12. package/dist/components/{data/pl-card → pl-card}/index.d.ts +1 -2
  13. package/dist/components/{deprecated/pl-checkbox → pl-checkbox}/index.d.ts +1 -2
  14. package/dist/components/{form/pl-checkbox-plus → pl-checkbox-plus}/index.d.ts +1 -2
  15. package/dist/components/{form/pl-checkbox-plus → pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +4 -4
  16. package/dist/components/{deprecated/pl-date-picker → pl-date-picker}/index.d.ts +1 -2
  17. package/dist/components/{deprecated/pl-date-picker-legacy → pl-date-picker-legacy}/index.d.ts +1 -2
  18. package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +15 -12
  19. package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +13 -10
  20. package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/types/index.d.ts +2 -2
  21. package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +4 -5
  22. package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/index.d.ts +1 -2
  23. package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +15 -16
  24. package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +15 -16
  25. package/dist/components/{deprecated/pl-dialog → pl-dialog}/index.d.ts +1 -2
  26. package/dist/components/{basic/pl-dialog → pl-dialog}/pl-dialog-plus.vue.d.ts +17 -15
  27. package/dist/components/{deprecated/pl-dialog → pl-dialog}/pl-dialog.vue.d.ts +11 -11
  28. package/dist/components/{form/pl-form → pl-form}/index.d.ts +1 -2
  29. package/dist/components/{form/pl-form → pl-form}/pl-form.vue.d.ts +9 -10
  30. package/dist/components/{deprecated/pl-form-item → pl-form-item}/index.d.ts +1 -2
  31. package/dist/components/{shared/pl-icon → pl-icon}/index.d.ts +2 -3
  32. package/dist/components/pl-icon/pl-icon.vue.d.ts +12 -0
  33. package/dist/components/pl-icon/types/index.d.ts +2 -0
  34. package/dist/components/{deprecated/pl-input → pl-input}/index.d.ts +1 -2
  35. package/dist/components/{deprecated/pl-input-native → pl-input-native}/index.d.ts +1 -2
  36. package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-currency.vue.d.ts +10 -11
  37. package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-default.vue.d.ts +17 -18
  38. package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-password.vue.d.ts +10 -11
  39. package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-textarea.vue.d.ts +10 -11
  40. package/dist/components/{form/pl-input-plus → pl-input-plus}/index.d.ts +1 -2
  41. package/dist/components/{form/pl-input-plus → pl-input-plus}/pl-input-plus.vue.d.ts +20 -21
  42. package/dist/components/{form/pl-input-plus → pl-input-plus}/types/index.d.ts +4 -5
  43. package/dist/components/{shared/pl-label → pl-label}/pl-label.vue.d.ts +3 -3
  44. package/dist/components/{basic/pl-link → pl-link}/index.d.ts +1 -2
  45. package/dist/components/{basic/pl-link → pl-link}/pl-link.vue.d.ts +7 -7
  46. package/dist/components/pl-mark-text/index.d.ts +2 -0
  47. package/dist/components/{form/pl-multi-select → pl-multi-select}/components/pl-default.vue.d.ts +12 -13
  48. package/dist/components/{form/pl-multi-select → pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +10 -11
  49. package/dist/components/{form/pl-multi-select → pl-multi-select}/index.d.ts +1 -2
  50. package/dist/components/{form/pl-multi-select → pl-multi-select}/pl-multi-select.vue.d.ts +13 -14
  51. package/dist/components/{form/pl-multi-select → pl-multi-select}/types/index.d.ts +2 -3
  52. package/dist/components/{data/pl-multitab → pl-multitab}/components/pl-tab-card.vue.d.ts +9 -10
  53. package/dist/components/{data/pl-multitab → pl-multitab}/index.d.ts +1 -2
  54. package/dist/components/{data/pl-multitab → pl-multitab}/pl-multitab.vue.d.ts +8 -9
  55. package/dist/components/{data/pl-multitab → pl-multitab}/types/index.d.ts +1 -2
  56. package/dist/components/{shared/pl-option → pl-option}/index.d.ts +1 -2
  57. package/dist/components/{shared/pl-option → pl-option}/pl-option.vue.d.ts +7 -7
  58. package/dist/components/{form/pl-radio → pl-radio}/index.d.ts +1 -2
  59. package/dist/components/{form/pl-radio → pl-radio}/pl-radio.vue.d.ts +3 -3
  60. package/dist/components/{basic/pl-scrollbar → pl-scrollbar}/index.d.ts +1 -2
  61. package/dist/components/{basic/pl-scrollbar → pl-scrollbar}/pl-scrollbar.vue.d.ts +8 -8
  62. package/dist/components/{deprecated/pl-select → pl-select}/index.d.ts +1 -2
  63. package/dist/components/{form/pl-select-plus → pl-select-plus}/components/pl-default.vue.d.ts +13 -14
  64. package/dist/components/{form/pl-select-plus → pl-select-plus}/components/pl-select-dropdown.vue.d.ts +10 -11
  65. package/dist/components/{form/pl-select-plus → pl-select-plus}/index.d.ts +1 -2
  66. package/dist/components/{form/pl-select-plus → pl-select-plus}/pl-select-plus.vue.d.ts +14 -15
  67. package/dist/components/{form/pl-select-plus → pl-select-plus}/types/index.d.ts +2 -3
  68. package/dist/components/{basic/pl-skeleton → pl-skeleton}/index.d.ts +1 -2
  69. package/dist/components/{basic/pl-skeleton → pl-skeleton}/pl-skeleton.vue.d.ts +7 -7
  70. package/dist/components/{data/pl-snackbar → pl-snackbar}/index.d.ts +1 -2
  71. package/dist/components/{data/pl-snackbar → pl-snackbar}/pl-snackbar.vue.d.ts +14 -9
  72. package/dist/components/pl-snackbar/renderSnackbar.d.ts +4 -0
  73. package/dist/components/pl-snackbar/types.d.ts +21 -0
  74. package/dist/components/{data/pl-stepper → pl-stepper}/index.d.ts +1 -2
  75. package/dist/components/{deprecated/pl-suggestions → pl-suggestions}/index.d.ts +1 -2
  76. package/dist/components/{form/pl-switch → pl-switch}/index.d.ts +1 -2
  77. package/dist/components/{form/pl-switch → pl-switch}/pl-switch.vue.d.ts +3 -3
  78. package/dist/components/{shared/pl-tab-pane → pl-tab-pane}/index.d.ts +1 -2
  79. package/dist/components/{shared/pl-tab-pane → pl-tab-pane}/pl-tab-pane.vue.d.ts +9 -10
  80. package/dist/components/{shared/pl-tab-pane → pl-tab-pane}/types/index.d.ts +1 -2
  81. package/dist/components/{deprecated/pl-table → pl-table}/index.d.ts +1 -2
  82. package/dist/components/{data/pl-table-plus → pl-table-plus}/components/row-mask.vue.d.ts +6 -6
  83. package/dist/components/{data/pl-table-plus → pl-table-plus}/index.d.ts +1 -2
  84. package/dist/components/{data/pl-table-plus → pl-table-plus}/pl-table-plus.vue.d.ts +9 -9
  85. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  86. package/dist/components/{data/pl-tabs → pl-tabs}/components/pl-tab.vue.d.ts +7 -8
  87. package/dist/components/{data/pl-tabs → pl-tabs}/index.d.ts +1 -2
  88. package/dist/components/{data/pl-tabs → pl-tabs}/pl-tabs.vue.d.ts +7 -7
  89. package/dist/components/{shared/pl-tags-chips/pl-tags-chips.vue.d.ts → pl-tags/pl-tags.vue.d.ts} +8 -8
  90. package/dist/components/pl-text/components/pl-body1.vue.d.ts +21 -0
  91. package/dist/components/pl-text/components/pl-body2.vue.d.ts +21 -0
  92. package/dist/components/pl-text/components/pl-body3.vue.d.ts +21 -0
  93. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +21 -0
  94. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +21 -0
  95. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +21 -0
  96. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +21 -0
  97. package/dist/components/pl-text/components/pl-cap.vue.d.ts +21 -0
  98. package/dist/components/pl-text/components/pl-h1.vue.d.ts +21 -0
  99. package/dist/components/pl-text/components/pl-h2.vue.d.ts +21 -0
  100. package/dist/components/pl-text/components/pl-h3.vue.d.ts +21 -0
  101. package/dist/components/pl-text/components/pl-h4.vue.d.ts +21 -0
  102. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +17 -0
  103. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +17 -0
  104. package/dist/components/pl-text/components/pl-system.vue.d.ts +17 -0
  105. package/dist/components/pl-text/components/pl-tag.vue.d.ts +17 -0
  106. package/dist/components/pl-text/components/pl-title1.vue.d.ts +17 -0
  107. package/dist/components/pl-text/components/pl-title2.vue.d.ts +17 -0
  108. package/dist/components/pl-text/components/pl-title3.vue.d.ts +17 -0
  109. package/dist/components/{shared/pl-text → pl-text}/index.d.ts +1 -2
  110. package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/index.d.ts +1 -2
  111. package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
  112. package/dist/components/{basic/pl-tooltip-plus → pl-tooltip-plus}/index.d.ts +1 -2
  113. package/dist/components/{basic/pl-tooltip-plus → pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +8 -8
  114. package/dist/components/{deprecated/pl-upload → pl-upload}/index.d.ts +1 -2
  115. package/dist/components/{deprecated/pl-upload-legacy → pl-upload-legacy}/index.d.ts +1 -2
  116. package/dist/components/{form/pl-upload-plus → pl-upload-plus}/index.d.ts +1 -2
  117. package/dist/components/{form/pl-upload-plus → pl-upload-plus}/pl-upload-plus.vue.d.ts +14 -14
  118. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -0
  119. package/dist/directives/index.d.ts +1 -3
  120. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +1 -2
  121. package/dist/directives/vLoading.d.ts +1 -2
  122. package/dist/directives/vTap.d.ts +1 -2
  123. package/dist/directives/vTouchOutside.d.ts +1 -2
  124. package/dist/install-function/index.d.ts +3 -4
  125. package/dist/mockServiceWorker.js +364 -0
  126. package/dist/pl-components-pack-v3.d.ts +2 -0
  127. package/dist/pl-components-pack-v3.es.js +15941 -15807
  128. package/dist/pl-components-pack-v3.umd.js +45 -44
  129. package/dist/plugins/filters.d.ts +3 -5
  130. package/dist/plugins/loading/loading.d.ts +1 -3
  131. package/dist/services/plLoading.d.ts +1 -1
  132. package/dist/style.css +1 -1
  133. package/dist/utils/dadataParser.d.ts +1 -2
  134. package/dist/utils/deepSet.d.ts +2 -3
  135. package/dist/utils/formatAccount.d.ts +1 -1
  136. package/dist/utils/getSourceCode.d.ts +1 -4
  137. package/package.json +79 -67
  138. package/dist/components/basic/pl-dialog/index.d.ts +0 -6
  139. package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +0 -4
  140. package/dist/components/data/pl-snackbar/types.d.ts +0 -26
  141. package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +0 -57
  142. package/dist/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
  143. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +0 -77
  144. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +0 -72
  145. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +0 -147
  146. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +0 -112
  147. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +0 -133
  148. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +0 -124
  149. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +0 -112
  150. package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +0 -68
  151. package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +0 -1
  152. package/dist/components/shared/pl-icon/pl-icon.vue.d.ts +0 -13
  153. package/dist/components/shared/pl-icon/types/index.d.ts +0 -3
  154. package/dist/components/shared/pl-mark-text/index.d.ts +0 -16
  155. package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +0 -16
  156. package/dist/components/shared/pl-text/components/pl-body1.vue.d.ts +0 -21
  157. package/dist/components/shared/pl-text/components/pl-body2.vue.d.ts +0 -21
  158. package/dist/components/shared/pl-text/components/pl-body3.vue.d.ts +0 -21
  159. package/dist/components/shared/pl-text/components/pl-bodyu.vue.d.ts +0 -21
  160. package/dist/components/shared/pl-text/components/pl-btn1.vue.d.ts +0 -21
  161. package/dist/components/shared/pl-text/components/pl-btn2.vue.d.ts +0 -21
  162. package/dist/components/shared/pl-text/components/pl-btn3.vue.d.ts +0 -21
  163. package/dist/components/shared/pl-text/components/pl-cap.vue.d.ts +0 -21
  164. package/dist/components/shared/pl-text/components/pl-h1.vue.d.ts +0 -21
  165. package/dist/components/shared/pl-text/components/pl-h2.vue.d.ts +0 -21
  166. package/dist/components/shared/pl-text/components/pl-h3.vue.d.ts +0 -21
  167. package/dist/components/shared/pl-text/components/pl-h4.vue.d.ts +0 -21
  168. package/dist/components/shared/pl-text/components/pl-sub1.vue.d.ts +0 -17
  169. package/dist/components/shared/pl-text/components/pl-sub2.vue.d.ts +0 -17
  170. package/dist/components/shared/pl-text/components/pl-system.vue.d.ts +0 -17
  171. package/dist/components/shared/pl-text/components/pl-tag.vue.d.ts +0 -17
  172. package/dist/components/shared/pl-text/components/pl-title1.vue.d.ts +0 -17
  173. package/dist/components/shared/pl-text/components/pl-title2.vue.d.ts +0 -17
  174. package/dist/components/shared/pl-text/components/pl-title3.vue.d.ts +0 -17
  175. /package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/constants.d.ts +0 -0
  176. /package/dist/components/{shared/pl-icon → pl-icon}/types/iconsType.d.ts +0 -0
  177. /package/dist/components/{basic/pl-scrollbar → pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
@@ -1,6 +1,5 @@
1
- import { IOption, ISelectProps } from './types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
1
+ import type { IOption, ISelectProps } from './types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
4
3
  modelValue: string;
5
4
  prop: string;
6
5
  placeholder: string;
@@ -17,10 +16,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
16
  showDescription: boolean;
18
17
  account: boolean;
19
18
  teleport: boolean;
20
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
20
  "update:modelValue": (...args: any[]) => void;
22
21
  change: (...args: any[]) => void;
23
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
22
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
24
23
  modelValue: string;
25
24
  prop: string;
26
25
  placeholder: string;
@@ -43,24 +42,24 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
43
42
  }, {
44
43
  label: string;
45
44
  disabled: boolean;
46
- width: string;
47
45
  modelValue: string | number;
48
- teleport: boolean;
49
- placeholder: string;
50
46
  prop: string;
47
+ placeholder: string;
48
+ clearable: boolean;
49
+ leftIcon: import("../pl-icon").TIcon;
50
+ rightIcon: import("../pl-icon").TIcon;
51
+ width: string;
51
52
  helpertext: string;
52
53
  optional: string;
53
54
  tooltip: string;
54
- leftIcon: any;
55
- rightIcon: any;
56
- clearable: boolean;
55
+ teleport: boolean;
57
56
  options: IOption[];
58
57
  showDescription: boolean;
59
58
  account: boolean;
60
59
  }, {}>;
61
60
  export default _default;
62
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
63
- type __VLS_TypePropsToRuntimeProps<T> = {
61
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
62
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
64
63
  [K in keyof T]-?: {} extends Pick<T, K> ? {
65
64
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
66
65
  } : {
@@ -68,11 +67,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
68
67
  required: true;
69
68
  };
70
69
  };
71
- type __VLS_WithDefaults<P, D> = {
70
+ declare type __VLS_WithDefaults<P, D> = {
72
71
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
73
72
  default: D[K];
74
73
  }> : P[K];
75
74
  };
76
- type __VLS_Prettify<T> = {
75
+ declare type __VLS_Prettify<T> = {
77
76
  [K in keyof T]: T[K];
78
77
  } & {};
@@ -1,6 +1,5 @@
1
- import { TIcon } from '../../../pl-icon';
2
- import { ValidateError } from 'async-validator';
3
-
1
+ import { TIcon } from '../../pl-icon';
2
+ import type { ValidateError } from 'async-validator';
4
3
  declare interface IOption {
5
4
  value: string | number;
6
5
  description?: string;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlSkeleton: {
4
3
  install(app: App): void;
5
4
  };
@@ -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
- variant: string;
21
20
  borderRadius: string;
21
+ variant: string;
22
22
  }, {}>;
23
23
  export default _default;
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
24
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ declare 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 @@ type __VLS_TypePropsToRuntimeProps<T> = {
30
30
  required: true;
31
31
  };
32
32
  };
33
- type __VLS_WithDefaults<P, D> = {
33
+ declare 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
- type __VLS_Prettify<T> = {
38
+ declare type __VLS_Prettify<T> = {
39
39
  [K in keyof T]: T[K];
40
40
  } & {};
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlSnackbar: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,36 +1,41 @@
1
- import { IProps } from './types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
1
+ import type { IProps } from './types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
4
3
  id: number;
5
4
  icon: string;
6
5
  color: string;
7
6
  title: string;
8
7
  button: string;
9
8
  buttonAdd: string;
9
+ action: () => void;
10
+ actionAdd: () => void;
10
11
  message: string;
11
12
  blockHide: boolean;
12
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
14
  id: number;
14
15
  icon: string;
15
16
  color: string;
16
17
  title: string;
17
18
  button: string;
18
19
  buttonAdd: string;
20
+ action: () => void;
21
+ actionAdd: () => void;
19
22
  message: string;
20
23
  blockHide: boolean;
21
24
  }>>>, {
22
25
  color: string;
23
26
  button: string;
24
27
  title: string;
25
- icon: TIcon;
26
28
  id: number;
29
+ icon: import("../pl-icon").TIcon;
27
30
  message: string;
28
31
  buttonAdd: string;
32
+ action: Function;
33
+ actionAdd: Function;
29
34
  blockHide: boolean;
30
35
  }, {}>;
31
36
  export default _default;
32
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- type __VLS_TypePropsToRuntimeProps<T> = {
37
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
34
39
  [K in keyof T]-?: {} extends Pick<T, K> ? {
35
40
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
41
  } : {
@@ -38,11 +43,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
38
43
  required: true;
39
44
  };
40
45
  };
41
- type __VLS_WithDefaults<P, D> = {
46
+ declare type __VLS_WithDefaults<P, D> = {
42
47
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
48
  default: D[K];
44
49
  }> : P[K];
45
50
  };
46
- type __VLS_Prettify<T> = {
51
+ declare type __VLS_Prettify<T> = {
47
52
  [K in keyof T]: T[K];
48
53
  } & {};
@@ -0,0 +1,4 @@
1
+
2
+ import type { IPlNotification } from './types';
3
+ export declare const PlNotification: import('../../install-function').SFCInstallWithContext<IPlNotification>;
4
+ export default PlNotification;
@@ -0,0 +1,21 @@
1
+ import { TIcon } from '../pl-icon';
2
+ export interface IProps {
3
+ id: number;
4
+ icon: TIcon;
5
+ color: string;
6
+ title: string;
7
+ button: string;
8
+ buttonAdd: string;
9
+ action: Function;
10
+ actionAdd: Function;
11
+ message: string;
12
+ blockHide: boolean;
13
+ }
14
+ export interface IPlNotification {
15
+ success: Function;
16
+ error: Function;
17
+ warning: Function;
18
+ info: Function;
19
+ custom: Function;
20
+ closeAll: Function;
21
+ }
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlStepper: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlSuggestions: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlSwitch: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  modelValue: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
@@ -15,10 +15,10 @@ declare const _default: import('vue').DefineComponent<{
15
15
  type: StringConstructor;
16
16
  default: string;
17
17
  };
18
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
19
  "update:modelValue": (...args: any[]) => void;
20
20
  change: (...args: any[]) => void;
21
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  modelValue: {
23
23
  type: BooleanConstructor;
24
24
  default: boolean;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlTabPane: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,12 +1,11 @@
1
- import { ITabPaneProps } from './types';
2
-
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
1
+ import type { ITabPaneProps } from './types';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
4
3
  label: string;
5
4
  disabled: boolean;
6
5
  icon: string;
7
6
  counter: any;
8
7
  name: string;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
10
9
  label: string;
11
10
  disabled: boolean;
12
11
  icon: string;
@@ -16,14 +15,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
16
15
  name: string;
17
16
  label: string;
18
17
  disabled: boolean;
19
- icon: any;
18
+ icon: import("../pl-icon").TIcon;
20
19
  counter: number;
21
20
  }, {}>, {
22
21
  default?(_: {}): any;
23
22
  }>;
24
23
  export default _default;
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToRuntimeProps<T> = {
24
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
27
26
  [K in keyof T]-?: {} extends Pick<T, K> ? {
28
27
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
28
  } : {
@@ -31,15 +30,15 @@ type __VLS_TypePropsToRuntimeProps<T> = {
31
30
  required: true;
32
31
  };
33
32
  };
34
- type __VLS_WithDefaults<P, D> = {
33
+ declare type __VLS_WithDefaults<P, D> = {
35
34
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
35
  default: D[K];
37
36
  }> : P[K];
38
37
  };
39
- type __VLS_Prettify<T> = {
38
+ declare type __VLS_Prettify<T> = {
40
39
  [K in keyof T]: T[K];
41
40
  } & {};
42
- type __VLS_WithTemplateSlots<T, S> = T & {
41
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
43
42
  new (): {
44
43
  $slots: S;
45
44
  };
@@ -1,5 +1,4 @@
1
- import { TIcon } from '../../../pl-icon';
2
-
1
+ import type { TIcon } from '../../pl-icon';
3
2
  export interface ITabPaneProps {
4
3
  label?: string;
5
4
  disabled?: boolean;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlTablePlugin: {
4
3
  install(app: App): void;
5
4
  };
@@ -9,13 +9,13 @@ interface IProps {
9
9
  mobileTop?: any;
10
10
  mobileBottom?: any;
11
11
  }
12
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
12
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
13
  headers: () => any[];
14
14
  isSelectable: boolean;
15
15
  tableStyle: () => {};
16
16
  mobileTop: boolean;
17
17
  mobileBottom: boolean;
18
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
19
19
  headers: () => any[];
20
20
  isSelectable: boolean;
21
21
  tableStyle: () => {};
@@ -33,8 +33,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
33
33
  mobileBottom: any;
34
34
  }, {}>;
35
35
  export default _default;
36
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
- type __VLS_TypePropsToRuntimeProps<T> = {
36
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
38
38
  [K in keyof T]-?: {} extends Pick<T, K> ? {
39
39
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
40
  } : {
@@ -42,11 +42,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
42
42
  required: true;
43
43
  };
44
44
  };
45
- type __VLS_WithDefaults<P, D> = {
45
+ declare type __VLS_WithDefaults<P, D> = {
46
46
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
47
  default: D[K];
48
48
  }> : P[K];
49
49
  };
50
- type __VLS_Prettify<T> = {
50
+ declare type __VLS_Prettify<T> = {
51
51
  [K in keyof T]: T[K];
52
52
  } & {};
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlTablePlus: {
4
3
  install(app: App): void;
5
4
  };
@@ -14,7 +14,7 @@ interface IProps {
14
14
  uniqKey?: string | '';
15
15
  defaultWrapperWidth?: number | null;
16
16
  }
17
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
17
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
18
18
  headers: () => any[];
19
19
  rows: () => any[];
20
20
  isLoading: boolean;
@@ -26,12 +26,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
26
26
  }>, {
27
27
  resetSelectedRows: () => void;
28
28
  selectAllRows: () => void;
29
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
30
  infiniteScroll: (...args: any[]) => void;
31
31
  "update:selectedRows": (...args: any[]) => void;
32
32
  rowClick: (...args: any[]) => void;
33
33
  headerCheckboxClicked: (...args: any[]) => void;
34
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
34
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
35
35
  headers: () => any[];
36
36
  rows: () => any[];
37
37
  isLoading: boolean;
@@ -46,6 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
46
46
  onRowClick?: (...args: any[]) => any;
47
47
  onHeaderCheckboxClicked?: (...args: any[]) => any;
48
48
  }, {
49
+ uniqKey: string;
49
50
  isSelectable: boolean;
50
51
  headers: {
51
52
  label: string;
@@ -57,7 +58,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
57
58
  rows: Record<string, string | number>[];
58
59
  isLoading: boolean;
59
60
  selectedRows: Record<string, string | number>[];
60
- uniqKey: string;
61
61
  defaultWrapperWidth: number;
62
62
  }, {}>, Partial<Record<string, (_: {
63
63
  row: Record<string, string | number>;
@@ -71,8 +71,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
71
71
  }): any;
72
72
  }>;
73
73
  export default _default;
74
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
- type __VLS_TypePropsToRuntimeProps<T> = {
74
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
76
76
  [K in keyof T]-?: {} extends Pick<T, K> ? {
77
77
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
78
78
  } : {
@@ -80,15 +80,15 @@ type __VLS_TypePropsToRuntimeProps<T> = {
80
80
  required: true;
81
81
  };
82
82
  };
83
- type __VLS_WithDefaults<P, D> = {
83
+ declare type __VLS_WithDefaults<P, D> = {
84
84
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
85
85
  default: D[K];
86
86
  }> : P[K];
87
87
  };
88
- type __VLS_Prettify<T> = {
88
+ declare type __VLS_Prettify<T> = {
89
89
  [K in keyof T]: T[K];
90
90
  } & {};
91
- type __VLS_WithTemplateSlots<T, S> = T & {
91
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
92
92
  new (): {
93
93
  $slots: S;
94
94
  };
@@ -0,0 +1,21 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ active: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ active: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>>, {
12
+ active: boolean;
13
+ }, {}>, {
14
+ default?(_: {}): any;
15
+ }>;
16
+ export default _default;
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -1,5 +1,4 @@
1
- import { TIcon } from '../../../shared/pl-icon/types';
2
-
1
+ import type { TIcon } from '../../pl-icon/types';
3
2
  interface IProps {
4
3
  label?: string;
5
4
  active?: boolean;
@@ -7,13 +6,13 @@ interface IProps {
7
6
  icon?: TIcon;
8
7
  counter?: number;
9
8
  }
10
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
11
10
  label: string;
12
11
  active: boolean;
13
12
  disabled: boolean;
14
13
  icon: string;
15
14
  counter: any;
16
- }>, {}, 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>, {
17
16
  label: string;
18
17
  active: boolean;
19
18
  disabled: boolean;
@@ -27,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
27
26
  counter: number;
28
27
  }, {}>;
29
28
  export default _default;
30
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
- type __VLS_TypePropsToRuntimeProps<T> = {
29
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
32
31
  [K in keyof T]-?: {} extends Pick<T, K> ? {
33
32
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
33
  } : {
@@ -36,11 +35,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
36
35
  required: true;
37
36
  };
38
37
  };
39
- type __VLS_WithDefaults<P, D> = {
38
+ declare type __VLS_WithDefaults<P, D> = {
40
39
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
40
  default: D[K];
42
41
  }> : P[K];
43
42
  };
44
- type __VLS_Prettify<T> = {
43
+ declare type __VLS_Prettify<T> = {
45
44
  [K in keyof T]: T[K];
46
45
  } & {};
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlTabs: {
4
3
  install(app: App): void;
5
4
  };
@@ -5,14 +5,14 @@ interface IProps {
5
5
  keepAlive?: boolean;
6
6
  name?: string;
7
7
  }
8
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
8
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
9
  modelValue: string;
10
10
  navClass: string;
11
11
  contentClass: string;
12
12
  keepAlive: boolean;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
16
16
  modelValue: string;
17
17
  navClass: string;
18
18
  contentClass: string;
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
26
26
  keepAlive: boolean;
27
27
  }, {}>;
28
28
  export default _default;
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToRuntimeProps<T> = {
29
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
31
31
  [K in keyof T]-?: {} extends Pick<T, K> ? {
32
32
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
33
  } : {
@@ -35,11 +35,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
35
35
  required: true;
36
36
  };
37
37
  };
38
- type __VLS_WithDefaults<P, D> = {
38
+ declare type __VLS_WithDefaults<P, D> = {
39
39
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
40
  default: D[K];
41
41
  }> : P[K];
42
42
  };
43
- type __VLS_Prettify<T> = {
43
+ declare type __VLS_Prettify<T> = {
44
44
  [K in keyof T]: T[K];
45
45
  } & {};
@@ -1,9 +1,9 @@
1
- interface ITagsChipsProps {
1
+ interface ITagProps {
2
2
  disabled?: boolean;
3
3
  }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
5
5
  disabled: boolean;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
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
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
14
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ declare 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 @@ type __VLS_TypePropsToRuntimeProps<T> = {
20
20
  required: true;
21
21
  };
22
22
  };
23
- type __VLS_WithDefaults<P, D> = {
23
+ declare 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
- type __VLS_Prettify<T> = {
28
+ declare type __VLS_Prettify<T> = {
29
29
  [K in keyof T]: T[K];
30
30
  } & {};
31
- type __VLS_WithTemplateSlots<T, S> = T & {
31
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
32
32
  new (): {
33
33
  $slots: S;
34
34
  };