@factoringplus/pl-components-pack-v3 1.2.26-pre-27 → 1.2.26-pre-sign-04

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 (136) hide show
  1. package/README.md +17 -17
  2. package/dist/components/button/index.d.ts +44 -43
  3. package/dist/components/button/pl-button.vue.d.ts +6 -5
  4. package/dist/components/button/types/index.d.ts +2 -1
  5. package/dist/components/components.d.ts +3 -2
  6. package/dist/components/currency-input/index.d.ts +2 -1
  7. package/dist/components/entry.d.ts +51 -57
  8. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +6 -5
  9. package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +6 -5
  10. package/dist/components/pl-autocomplete/index.d.ts +2 -1
  11. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +7 -6
  12. package/dist/components/pl-autocomplete/types/index.d.ts +3 -2
  13. package/dist/components/pl-card/index.d.ts +2 -1
  14. package/dist/components/pl-checkbox/index.d.ts +2 -1
  15. package/dist/components/pl-checkbox-plus/index.d.ts +2 -1
  16. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +3 -3
  17. package/dist/components/pl-date-picker/index.d.ts +2 -1
  18. package/dist/components/pl-date-picker-legacy/index.d.ts +2 -1
  19. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +4 -4
  20. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +4 -4
  21. package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +3 -2
  22. package/dist/components/pl-date-picker-plus/index.d.ts +2 -1
  23. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +5 -4
  24. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +5 -4
  25. package/dist/components/pl-dialog/index.d.ts +2 -1
  26. package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +5 -4
  27. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +3 -3
  28. package/dist/components/pl-form/index.d.ts +2 -1
  29. package/dist/components/pl-form/pl-form.vue.d.ts +5 -4
  30. package/dist/components/pl-form-item/index.d.ts +2 -1
  31. package/dist/components/pl-icon/index.d.ts +3 -2
  32. package/dist/components/pl-icon/pl-icon.vue.d.ts +3 -2
  33. package/dist/components/pl-icon/types/index.d.ts +2 -1
  34. package/dist/components/pl-input/index.d.ts +2 -1
  35. package/dist/components/pl-input-native/index.d.ts +2 -1
  36. package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +6 -5
  37. package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +7 -6
  38. package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +5 -4
  39. package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +5 -4
  40. package/dist/components/pl-input-plus/index.d.ts +2 -1
  41. package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +8 -7
  42. package/dist/components/pl-input-plus/types/index.d.ts +3 -2
  43. package/dist/components/pl-label/pl-label.vue.d.ts +2 -2
  44. package/dist/components/pl-link/index.d.ts +2 -1
  45. package/dist/components/pl-link/pl-link.vue.d.ts +2 -2
  46. package/dist/components/pl-mark-text/index.d.ts +1 -1
  47. package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +5 -4
  48. package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +6 -5
  49. package/dist/components/pl-multi-select/index.d.ts +2 -1
  50. package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +6 -5
  51. package/dist/components/pl-multi-select/types/index.d.ts +3 -2
  52. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +5 -4
  53. package/dist/components/pl-multitab/index.d.ts +2 -1
  54. package/dist/components/pl-multitab/pl-multitab.vue.d.ts +5 -4
  55. package/dist/components/pl-multitab/types/index.d.ts +2 -1
  56. package/dist/components/pl-option/index.d.ts +2 -1
  57. package/dist/components/pl-option/pl-option.vue.d.ts +2 -2
  58. package/dist/components/pl-radio/index.d.ts +2 -1
  59. package/dist/components/pl-radio/pl-radio.vue.d.ts +3 -3
  60. package/dist/components/pl-scrollbar/index.d.ts +2 -1
  61. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
  62. package/dist/components/pl-select/index.d.ts +2 -1
  63. package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +7 -6
  64. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +8 -5
  65. package/dist/components/pl-select-plus/index.d.ts +2 -1
  66. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +9 -8
  67. package/dist/components/pl-select-plus/types/index.d.ts +7 -6
  68. package/dist/components/pl-skeleton/index.d.ts +2 -1
  69. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +2 -2
  70. package/dist/components/pl-snackbar/index.d.ts +2 -1
  71. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +5 -4
  72. package/dist/components/pl-snackbar/renderSnackbar.d.ts +1 -1
  73. package/dist/components/pl-snackbar/types.d.ts +2 -1
  74. package/dist/components/pl-stepper/index.d.ts +2 -1
  75. package/dist/components/pl-suggestions/index.d.ts +2 -1
  76. package/dist/components/pl-switch/index.d.ts +2 -1
  77. package/dist/components/pl-switch/pl-switch.vue.d.ts +3 -3
  78. package/dist/components/pl-tab-pane/index.d.ts +2 -1
  79. package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +5 -4
  80. package/dist/components/pl-tab-pane/types/index.d.ts +2 -1
  81. package/dist/components/pl-table/index.d.ts +2 -1
  82. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +2 -2
  83. package/dist/components/pl-table-plus/index.d.ts +2 -1
  84. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +3 -3
  85. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +2 -2
  86. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +4 -3
  87. package/dist/components/pl-tabs/index.d.ts +2 -1
  88. package/dist/components/pl-tabs/pl-tabs.vue.d.ts +3 -3
  89. package/dist/components/pl-tags/pl-tags.vue.d.ts +2 -2
  90. package/dist/components/pl-text/components/pl-body1.vue.d.ts +1 -1
  91. package/dist/components/pl-text/components/pl-body2.vue.d.ts +1 -1
  92. package/dist/components/pl-text/components/pl-body3.vue.d.ts +1 -1
  93. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +1 -1
  94. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +1 -1
  95. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +1 -1
  96. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +1 -1
  97. package/dist/components/pl-text/components/pl-cap.vue.d.ts +1 -1
  98. package/dist/components/pl-text/components/pl-h1.vue.d.ts +1 -1
  99. package/dist/components/pl-text/components/pl-h2.vue.d.ts +1 -1
  100. package/dist/components/pl-text/components/pl-h3.vue.d.ts +1 -1
  101. package/dist/components/pl-text/components/pl-h4.vue.d.ts +1 -1
  102. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +2 -2
  103. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +2 -2
  104. package/dist/components/pl-text/components/pl-system.vue.d.ts +2 -2
  105. package/dist/components/pl-text/components/pl-tag.vue.d.ts +2 -2
  106. package/dist/components/pl-text/components/pl-title1.vue.d.ts +2 -2
  107. package/dist/components/pl-text/components/pl-title2.vue.d.ts +2 -2
  108. package/dist/components/pl-text/components/pl-title3.vue.d.ts +2 -2
  109. package/dist/components/pl-text/index.d.ts +2 -1
  110. package/dist/components/pl-tooltip/index.d.ts +2 -1
  111. package/dist/components/pl-tooltip/pl-tooltip.vue.d.ts +2 -2
  112. package/dist/components/pl-tooltip-plus/index.d.ts +2 -1
  113. package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +2 -2
  114. package/dist/components/pl-upload/index.d.ts +2 -1
  115. package/dist/components/pl-upload-legacy/index.d.ts +2 -1
  116. package/dist/components/pl-upload-plus/index.d.ts +2 -1
  117. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
  118. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -1
  119. package/dist/directives/vLoading.d.ts +2 -1
  120. package/dist/directives/vTap.d.ts +2 -1
  121. package/dist/directives/vTouchOutside.d.ts +2 -1
  122. package/dist/install-function/index.d.ts +2 -1
  123. package/dist/pl-components-pack-v3.es.js +25278 -22054
  124. package/dist/pl-components-pack-v3.umd.js +60 -60
  125. package/dist/plugins/api/api.d.ts +0 -1
  126. package/dist/plugins/filters.d.ts +2 -1
  127. package/dist/services/SigningService/SigningService.vue.d.ts +43 -0
  128. package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +43 -0
  129. package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +31 -0
  130. package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +49 -0
  131. package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +39 -0
  132. package/dist/services/SigningService/index.d.ts +30 -0
  133. package/dist/services/SigningService/types/index.d.ts +41 -0
  134. package/dist/style.css +1 -1
  135. package/dist/utils/dadataParser.d.ts +2 -1
  136. package/package.json +1 -1
@@ -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;
@@ -1,9 +1,9 @@
1
1
  interface ITagProps {
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<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<ITagProps>, {
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;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  color?: string;
3
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>>>, {}, {}>, {
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
5
  default?(_: {}): any;
6
6
  }>;
7
7
  export default _default;
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
6
  color: {
7
7
  type: StringConstructor;
8
8
  };
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
6
  color: {
7
7
  type: StringConstructor;
8
8
  };
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
6
  color: {
7
7
  type: StringConstructor;
8
8
  };
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
6
  color: {
7
7
  type: StringConstructor;
8
8
  };
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
6
  color: {
7
7
  type: StringConstructor;
8
8
  };
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
6
  color: {
7
7
  type: StringConstructor;
8
8
  };
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  color: {
3
3
  type: StringConstructor;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
6
  color: {
7
7
  type: StringConstructor;
8
8
  };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlTextPlugin: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlTooltip: {
3
4
  install(app: App): void;
4
5
  };
@@ -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;
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
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;
@@ -1,4 +1,5 @@
1
- import { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlToolTipPlus: {
3
4
  install(app: App): void;
4
5
  };
@@ -6,13 +6,13 @@ interface IProps {
6
6
  trigger?: 'click' | 'hover';
7
7
  disabled?: boolean;
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
10
  placement: string;
11
11
  delay: any;
12
12
  truncated: boolean;
13
13
  trigger: string;
14
14
  disabled: boolean;
15
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
16
16
  placement: string;
17
17
  delay: any;
18
18
  truncated: boolean;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlUpload: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlUploadLegacy: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlUploadPlus: {
3
4
  install(app: App): void;
4
5
  };
@@ -26,7 +26,7 @@ declare type TUnloadedFile = {
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;
@@ -1,2 +1,3 @@
1
- import { Directive } from 'vue';
1
+ import { Directive } from 'vue';
2
+
2
3
  export declare const vInfiniteScroll: Directive;
@@ -1,3 +1,4 @@
1
- import { Directive } from 'vue';
1
+ import { Directive } from 'vue';
2
+
2
3
  export declare const vLoadingPlus: Directive<HTMLElement, () => void>;
3
4
  export default vLoadingPlus;
@@ -1,3 +1,4 @@
1
- import { Directive } from 'vue';
1
+ import { Directive } from 'vue';
2
+
2
3
  export declare const vTap: Directive<HTMLElement, () => void>;
3
4
  export default vTap;
@@ -1,3 +1,4 @@
1
- import { Directive } from 'vue';
1
+ import { Directive } from 'vue';
2
+
2
3
  export declare const vTouchOutside: Directive;
3
4
  export default vTouchOutside;
@@ -1,4 +1,5 @@
1
- import type { AppContext, Plugin } from 'vue';
1
+ import { AppContext, Plugin } from 'vue';
2
+
2
3
  export declare type SFCWithInstall<T> = T & Plugin;
3
4
  export declare type SFCInstallWithContext<T> = SFCWithInstall<T> & {
4
5
  _context: AppContext | null;