@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
@@ -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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare 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
+ declare 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
+ declare 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
+ declare 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
+ declare 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
+ declare 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
+ declare 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
+ declare 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
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlTextPlugin: {
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 PlTooltip: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
2
  modelValue: {
3
3
  type: StringConstructor;
4
4
  required: false;
@@ -12,14 +12,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
12
12
  default: string;
13
13
  };
14
14
  trigger: {
15
- type: () => "click" | "hover" | "contextmenu" | "focus";
15
+ type: () => "click" | "focus" | "hover" | "contextmenu";
16
16
  default: string;
17
17
  };
18
18
  hideAfter: {
19
19
  type: NumberConstructor;
20
20
  default: number;
21
21
  };
22
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  modelValue: {
24
24
  type: StringConstructor;
25
25
  required: false;
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
33
33
  default: string;
34
34
  };
35
35
  trigger: {
36
- type: () => "click" | "hover" | "contextmenu" | "focus";
36
+ type: () => "click" | "focus" | "hover" | "contextmenu";
37
37
  default: string;
38
38
  };
39
39
  hideAfter: {
@@ -41,15 +41,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
41
41
  default: number;
42
42
  };
43
43
  }>>, {
44
- trigger: "click" | "hover" | "contextmenu" | "focus";
45
- position: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
44
+ trigger: "click" | "focus" | "hover" | "contextmenu";
46
45
  customClass: string;
46
+ position: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
47
47
  hideAfter: number;
48
48
  }, {}>, {
49
49
  default?(_: {}): any;
50
50
  }>;
51
51
  export default _default;
52
- type __VLS_WithTemplateSlots<T, S> = T & {
52
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
53
53
  new (): {
54
54
  $slots: S;
55
55
  };
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import { App } from 'vue';
3
2
  declare const PlToolTipPlus: {
4
3
  install(app: App): void;
5
4
  };
@@ -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-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
23
+ placement: "left" | "right" | "top" | "top-right" | "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
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- type __VLS_TypePropsToRuntimeProps<T> = {
32
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ declare 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 @@ type __VLS_TypePropsToRuntimeProps<T> = {
38
38
  required: true;
39
39
  };
40
40
  };
41
- type __VLS_WithDefaults<P, D> = {
41
+ declare 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
- type __VLS_Prettify<T> = {
46
+ declare type __VLS_Prettify<T> = {
47
47
  [K in keyof T]: T[K];
48
48
  } & {};
49
- type __VLS_WithTemplateSlots<T, S> = T & {
49
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
50
50
  new (): {
51
51
  $slots: S;
52
52
  };
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlUpload: {
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 PlUploadLegacy: {
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 PlUploadPlus: {
4
3
  install(app: App): void;
5
4
  };
@@ -16,17 +16,17 @@ interface IProps {
16
16
  viewMode: boolean;
17
17
  maxSumFilesSize: number;
18
18
  }
19
- type TError = {
19
+ declare type TError = {
20
20
  dist: boolean;
21
21
  size: boolean;
22
22
  };
23
- type TUnloadedFile = {
23
+ declare 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;
78
77
  modelValue: (File | TUnloadedFile)[];
79
- accept: string;
80
- multiple: boolean;
81
- description: string;
82
78
  prop: string;
79
+ description: string;
80
+ width: string;
83
81
  optional: string;
84
82
  tooltip: string;
83
+ accept: string;
84
+ multiple: boolean;
85
85
  fileSize: number;
86
- limit: number;
87
86
  maxHeightScroll: number;
87
+ limit: number;
88
88
  helperText: string;
89
89
  viewMode: boolean;
90
90
  maxSumFilesSize: number;
91
91
  }, {}>;
92
92
  export default _default;
93
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
94
- type __VLS_TypePropsToRuntimeProps<T> = {
93
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
94
+ declare 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 @@ type __VLS_TypePropsToRuntimeProps<T> = {
99
99
  required: true;
100
100
  };
101
101
  };
102
- type __VLS_WithDefaults<P, D> = {
102
+ declare 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
- type __VLS_Prettify<T> = {
107
+ declare type __VLS_Prettify<T> = {
108
108
  [K in keyof T]: T[K];
109
109
  } & {};
@@ -0,0 +1 @@
1
+ export declare type FileExtension = 'doc' | 'docx' | 'pdf' | 'jpeg' | 'jpg' | 'tiff' | 'tif' | 'png' | 'xlsx' | 'xls' | 'txt' | 'p7s' | 'csv' | 'rar' | 'zip' | '7z';
@@ -1,6 +1,4 @@
1
- import { App } from 'vue';
2
-
3
1
  declare const PlDirectives: {
4
- install(app: App): void;
2
+ install(app: any): void;
5
3
  };
6
4
  export default PlDirectives;