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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/dist/components/{button → basic/pl-button}/index.d.ts +56 -55
  2. package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +12 -11
  3. package/dist/components/{button → basic/pl-button}/types/index.d.ts +2 -1
  4. package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +2 -1
  5. package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +15 -17
  6. package/dist/components/{pl-link → basic/pl-link}/index.d.ts +2 -1
  7. package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +7 -7
  8. package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +2 -1
  9. package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +8 -8
  10. package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +2 -1
  11. package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +7 -7
  12. package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +2 -1
  13. package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +8 -8
  14. package/dist/components/components.d.ts +39 -37
  15. package/dist/components/{pl-card → data/pl-card}/index.d.ts +2 -1
  16. package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +10 -9
  17. package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +2 -1
  18. package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +9 -8
  19. package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +2 -1
  20. package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +2 -1
  21. package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +9 -14
  22. package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +4 -0
  23. package/dist/components/data/pl-snackbar/types.d.ts +26 -0
  24. package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +2 -1
  25. package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +57 -0
  26. package/dist/components/{pl-table-plus → data/pl-table-plus}/components/row-mask.vue.d.ts +6 -6
  27. package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +2 -1
  28. package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +9 -9
  29. package/dist/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  30. package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +8 -7
  31. package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +2 -1
  32. package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +7 -7
  33. package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +2 -1
  34. package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +2 -1
  35. package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +2 -1
  36. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
  37. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
  38. package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +2 -1
  39. package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
  40. package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +11 -11
  41. package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +2 -1
  42. package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +2 -1
  43. package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +2 -1
  44. package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +2 -1
  45. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
  46. package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +2 -1
  47. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
  48. package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +2 -1
  49. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
  50. package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +2 -1
  51. package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
  52. package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +2 -1
  53. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
  54. package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +2 -1
  55. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
  56. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +14 -13
  57. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +13 -12
  58. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +2 -1
  59. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +21 -20
  60. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +3 -2
  61. package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.d.ts +2 -1
  62. package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +4 -4
  63. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +12 -15
  64. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +10 -13
  65. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts +2 -2
  66. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +5 -4
  67. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +2 -1
  68. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -15
  69. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -15
  70. package/dist/components/{pl-form → form/pl-form}/index.d.ts +2 -1
  71. package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +10 -9
  72. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +11 -10
  73. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +18 -17
  74. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +11 -10
  75. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +11 -10
  76. package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +2 -1
  77. package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +21 -20
  78. package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +5 -4
  79. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +13 -12
  80. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +11 -10
  81. package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +2 -1
  82. package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +14 -13
  83. package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +3 -2
  84. package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +2 -1
  85. package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +3 -3
  86. package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +68 -0
  87. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-default.vue.d.ts +14 -13
  88. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +11 -10
  89. package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +2 -1
  90. package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +15 -14
  91. package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +3 -2
  92. package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +2 -1
  93. package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +3 -3
  94. package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +2 -1
  95. package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +14 -14
  96. package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
  97. package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +3 -2
  98. package/dist/components/shared/pl-icon/pl-icon.vue.d.ts +13 -0
  99. package/dist/components/shared/pl-icon/types/index.d.ts +3 -0
  100. package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +3 -3
  101. package/dist/components/shared/pl-mark-text/index.d.ts +16 -0
  102. package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
  103. package/dist/components/{pl-option → shared/pl-option}/index.d.ts +2 -1
  104. package/dist/components/{pl-option → shared/pl-option}/pl-option.vue.d.ts +7 -7
  105. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +2 -1
  106. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +10 -9
  107. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +2 -1
  108. package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts} +8 -8
  109. package/dist/components/shared/pl-text/components/pl-body1.vue.d.ts +21 -0
  110. package/dist/components/shared/pl-text/components/pl-body2.vue.d.ts +21 -0
  111. package/dist/components/shared/pl-text/components/pl-body3.vue.d.ts +21 -0
  112. package/dist/components/shared/pl-text/components/pl-bodyu.vue.d.ts +21 -0
  113. package/dist/components/shared/pl-text/components/pl-btn1.vue.d.ts +21 -0
  114. package/dist/components/shared/pl-text/components/pl-btn2.vue.d.ts +21 -0
  115. package/dist/components/shared/pl-text/components/pl-btn3.vue.d.ts +21 -0
  116. package/dist/components/shared/pl-text/components/pl-cap.vue.d.ts +21 -0
  117. package/dist/components/shared/pl-text/components/pl-h1.vue.d.ts +21 -0
  118. package/dist/components/shared/pl-text/components/pl-h2.vue.d.ts +21 -0
  119. package/dist/components/shared/pl-text/components/pl-h3.vue.d.ts +21 -0
  120. package/dist/components/shared/pl-text/components/pl-h4.vue.d.ts +21 -0
  121. package/dist/components/shared/pl-text/components/pl-sub1.vue.d.ts +17 -0
  122. package/dist/components/shared/pl-text/components/pl-sub2.vue.d.ts +17 -0
  123. package/dist/components/shared/pl-text/components/pl-system.vue.d.ts +17 -0
  124. package/dist/components/shared/pl-text/components/pl-tag.vue.d.ts +17 -0
  125. package/dist/components/shared/pl-text/components/pl-title1.vue.d.ts +17 -0
  126. package/dist/components/shared/pl-text/components/pl-title2.vue.d.ts +17 -0
  127. package/dist/components/shared/pl-text/components/pl-title3.vue.d.ts +17 -0
  128. package/dist/components/{pl-text → shared/pl-text}/index.d.ts +2 -1
  129. package/dist/directives/index.d.ts +3 -1
  130. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -1
  131. package/dist/directives/vLoading.d.ts +2 -1
  132. package/dist/directives/vTap.d.ts +2 -1
  133. package/dist/directives/vTouchOutside.d.ts +2 -1
  134. package/dist/install-function/index.d.ts +4 -3
  135. package/dist/pl-components-pack-v3.d.ts +0 -2
  136. package/dist/pl-components-pack-v3.es.js +16896 -17035
  137. package/dist/pl-components-pack-v3.umd.js +41 -42
  138. package/dist/plugins/filters.d.ts +5 -3
  139. package/dist/plugins/loading/loading.d.ts +3 -1
  140. package/dist/services/plLoading.d.ts +1 -1
  141. package/dist/style.css +1 -1
  142. package/dist/utils/dadataParser.d.ts +2 -1
  143. package/dist/utils/deepSet.d.ts +3 -2
  144. package/dist/utils/formatAccount.d.ts +1 -1
  145. package/dist/utils/getSourceCode.d.ts +4 -1
  146. package/package.json +67 -79
  147. package/dist/components/entry.d.ts +0 -88
  148. package/dist/components/pl-icon/pl-icon.vue.d.ts +0 -12
  149. package/dist/components/pl-icon/types/index.d.ts +0 -2
  150. package/dist/components/pl-mark-text/index.d.ts +0 -2
  151. package/dist/components/pl-snackbar/renderSnackbar.d.ts +0 -4
  152. package/dist/components/pl-snackbar/types.d.ts +0 -21
  153. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
  154. package/dist/components/pl-text/components/pl-body1.vue.d.ts +0 -21
  155. package/dist/components/pl-text/components/pl-body2.vue.d.ts +0 -21
  156. package/dist/components/pl-text/components/pl-body3.vue.d.ts +0 -21
  157. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +0 -21
  158. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +0 -21
  159. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +0 -21
  160. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +0 -21
  161. package/dist/components/pl-text/components/pl-cap.vue.d.ts +0 -21
  162. package/dist/components/pl-text/components/pl-h1.vue.d.ts +0 -21
  163. package/dist/components/pl-text/components/pl-h2.vue.d.ts +0 -21
  164. package/dist/components/pl-text/components/pl-h3.vue.d.ts +0 -21
  165. package/dist/components/pl-text/components/pl-h4.vue.d.ts +0 -21
  166. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +0 -17
  167. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +0 -17
  168. package/dist/components/pl-text/components/pl-system.vue.d.ts +0 -17
  169. package/dist/components/pl-text/components/pl-tag.vue.d.ts +0 -17
  170. package/dist/components/pl-text/components/pl-title1.vue.d.ts +0 -17
  171. package/dist/components/pl-text/components/pl-title2.vue.d.ts +0 -17
  172. package/dist/components/pl-text/components/pl-title3.vue.d.ts +0 -17
  173. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
  174. package/dist/mockServiceWorker.js +0 -364
  175. /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
  176. /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/constants.d.ts +0 -0
  177. /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
@@ -1,5 +1,6 @@
1
- import type { IPlInputPlusProps } from './types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
1
+ import { IPlInputPlusProps } from './types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
3
4
  prop: string;
4
5
  modelValue: string;
5
6
  showWordLimit: boolean;
@@ -32,13 +33,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
32
33
  blurInput: (mob?: boolean) => void;
33
34
  focusInput: () => void;
34
35
  getId: () => string;
35
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
37
  "update:modelValue": (...args: any[]) => void;
37
- resetValue: (...args: any[]) => void;
38
- blur: (...args: any[]) => void;
39
38
  touchstart: (...args: any[]) => void;
39
+ blur: (...args: any[]) => void;
40
+ resetValue: (...args: any[]) => void;
40
41
  "custom-blur": (...args: any[]) => void;
41
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
42
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
42
43
  prop: string;
43
44
  modelValue: string;
44
45
  showWordLimit: boolean;
@@ -77,35 +78,35 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
77
78
  label: string;
78
79
  textarea: boolean;
79
80
  disabled: boolean;
80
- modelValue: import("./types").TInputModelValue;
81
- prop: string;
81
+ width: string;
82
+ modelValue: import('./types').TInputModelValue;
82
83
  placeholder: string;
83
- clearable: boolean;
84
- leftIcon: import("../pl-icon").TIcon;
85
- password: boolean;
84
+ round: boolean;
85
+ prop: string;
86
+ showWordLimit: boolean;
86
87
  currency: boolean;
87
- rightIcon: import("../pl-icon").TIcon;
88
- width: string;
88
+ password: boolean;
89
89
  helpertext: string;
90
90
  optional: string;
91
91
  tooltip: string;
92
- focusOnReset: boolean;
93
- showWordLimit: boolean;
94
- round: boolean;
92
+ leftIcon: any;
93
+ rightIcon: any;
95
94
  'show-word-limit': boolean;
96
95
  maxlength: number;
97
96
  currentPassword: boolean;
98
97
  newPassword: boolean;
99
98
  iconPointer: boolean;
100
99
  customBlur: boolean;
100
+ clearable: boolean;
101
+ focusOnReset: boolean;
101
102
  disableTrim: boolean;
102
103
  valueRange: {
103
104
  min: number;
104
105
  };
105
106
  }, {}>;
106
107
  export default _default;
107
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
108
- declare type __VLS_TypePropsToRuntimeProps<T> = {
108
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
109
+ type __VLS_TypePropsToRuntimeProps<T> = {
109
110
  [K in keyof T]-?: {} extends Pick<T, K> ? {
110
111
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
111
112
  } : {
@@ -113,11 +114,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
113
114
  required: true;
114
115
  };
115
116
  };
116
- declare type __VLS_WithDefaults<P, D> = {
117
+ type __VLS_WithDefaults<P, D> = {
117
118
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
118
119
  default: D[K];
119
120
  }> : P[K];
120
121
  };
121
- declare type __VLS_Prettify<T> = {
122
+ type __VLS_Prettify<T> = {
122
123
  [K in keyof T]: T[K];
123
124
  } & {};
@@ -1,7 +1,8 @@
1
- import type { CurrencyInputOptions, NumberRange } from 'vue-currency-input';
2
- import type { TIcon } from '../../pl-icon/types';
3
- export declare type TInputModelValue = string | number | null | undefined;
4
- export declare type TMaxlength = number | null | undefined;
1
+ import { CurrencyInputOptions, NumberRange } from 'vue-currency-input';
2
+ import { TIcon } from '../../../pl-icon/types';
3
+
4
+ export type TInputModelValue = string | number | null | undefined;
5
+ export type TMaxlength = number | null | undefined;
5
6
  interface IBaseInputProps {
6
7
  prop?: string;
7
8
  modelValue: TInputModelValue;
@@ -1,4 +1,5 @@
1
- import { TIcon } from '../../pl-icon';
1
+ import { TIcon } from '../../../pl-icon';
2
+
2
3
  interface IProps {
3
4
  prop?: string;
4
5
  modelValue: any[];
@@ -11,7 +12,7 @@ interface IProps {
11
12
  showError?: number;
12
13
  leftIcon?: TIcon;
13
14
  }
14
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
16
  prop: string;
16
17
  placeholder: string;
17
18
  id: string;
@@ -21,10 +22,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
22
  focus: boolean;
22
23
  showError: number;
23
24
  leftIcon: string;
24
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
26
  reset: (...args: any[]) => void;
26
27
  "update:focus": (...args: any[]) => void;
27
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
28
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
28
29
  prop: string;
29
30
  placeholder: string;
30
31
  id: string;
@@ -38,19 +39,19 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
38
39
  onReset?: (...args: any[]) => any;
39
40
  "onUpdate:focus"?: (...args: any[]) => any;
40
41
  }, {
41
- id: string;
42
42
  disabled: boolean;
43
- prop: string;
43
+ id: string;
44
44
  placeholder: string;
45
+ focus: boolean;
46
+ prop: string;
47
+ leftIcon: any;
45
48
  clearable: boolean;
46
49
  showError: number;
47
- leftIcon: TIcon;
48
- focus: boolean;
49
50
  showDescription: string | boolean;
50
51
  }, {}>;
51
52
  export default _default;
52
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- declare type __VLS_TypePropsToRuntimeProps<T> = {
53
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
+ type __VLS_TypePropsToRuntimeProps<T> = {
54
55
  [K in keyof T]-?: {} extends Pick<T, K> ? {
55
56
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
57
  } : {
@@ -58,11 +59,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
58
59
  required: true;
59
60
  };
60
61
  };
61
- declare type __VLS_WithDefaults<P, D> = {
62
+ type __VLS_WithDefaults<P, D> = {
62
63
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
63
64
  default: D[K];
64
65
  }> : P[K];
65
66
  };
66
- declare type __VLS_Prettify<T> = {
67
+ type __VLS_Prettify<T> = {
67
68
  [K in keyof T]: T[K];
68
69
  } & {};
@@ -1,16 +1,17 @@
1
- import type { IDropdownProps, IOption } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
1
+ import { IDropdownProps, IOption } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
3
4
  offsets: string;
4
5
  focus: boolean;
5
6
  id: string;
6
7
  helpertext: string;
7
8
  errors: () => any[];
8
9
  options: () => any[];
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  reset: (...args: any[]) => void;
11
12
  "update:modelValue": (...args: any[]) => void;
12
13
  closeSave: (...args: any[]) => void;
13
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
14
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
14
15
  offsets: string;
15
16
  focus: boolean;
16
17
  id: string;
@@ -25,13 +26,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
26
  id: string;
26
27
  focus: boolean;
27
28
  helpertext: string;
28
- errors: import("async-validator").ValidateError[];
29
- offsets: string;
30
29
  options: IOption[];
30
+ errors: import('async-validator').ValidateError[];
31
+ offsets: string;
31
32
  }, {}>;
32
33
  export default _default;
33
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- declare type __VLS_TypePropsToRuntimeProps<T> = {
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToRuntimeProps<T> = {
35
36
  [K in keyof T]-?: {} extends Pick<T, K> ? {
36
37
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
38
  } : {
@@ -39,11 +40,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
39
40
  required: true;
40
41
  };
41
42
  };
42
- declare type __VLS_WithDefaults<P, D> = {
43
+ type __VLS_WithDefaults<P, D> = {
43
44
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
45
  default: D[K];
45
46
  }> : P[K];
46
47
  };
47
- declare type __VLS_Prettify<T> = {
48
+ type __VLS_Prettify<T> = {
48
49
  [K in keyof T]: T[K];
49
50
  } & {};
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlMultiSelect: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,5 +1,6 @@
1
- import type { IOption, ISelectProps } from './types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
1
+ import { IOption, ISelectProps } from './types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
3
4
  modelValue: () => any[];
4
5
  prop: string;
5
6
  placeholder: string;
@@ -14,11 +15,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
14
15
  disabled: boolean;
15
16
  clearable: boolean;
16
17
  buttons: boolean;
17
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
19
  reset: (...args: any[]) => void;
19
20
  "update:modelValue": (...args: any[]) => void;
20
21
  change: (...args: any[]) => void;
21
- }, 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>, {
22
23
  modelValue: () => any[];
23
24
  prop: string;
24
25
  placeholder: string;
@@ -40,21 +41,21 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
40
41
  }, {
41
42
  label: string;
42
43
  disabled: boolean;
44
+ width: string;
43
45
  modelValue: IOption[];
44
- prop: string;
45
46
  placeholder: string;
46
- clearable: boolean;
47
- leftIcon: import("../pl-icon").TIcon;
48
- width: string;
47
+ buttons: boolean;
48
+ prop: string;
49
49
  helpertext: string;
50
50
  optional: string;
51
51
  tooltip: string;
52
- buttons: boolean;
52
+ leftIcon: any;
53
+ clearable: boolean;
53
54
  options: IOption[];
54
55
  }, {}>;
55
56
  export default _default;
56
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
- declare type __VLS_TypePropsToRuntimeProps<T> = {
57
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
+ type __VLS_TypePropsToRuntimeProps<T> = {
58
59
  [K in keyof T]-?: {} extends Pick<T, K> ? {
59
60
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
60
61
  } : {
@@ -62,11 +63,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
62
63
  required: true;
63
64
  };
64
65
  };
65
- declare type __VLS_WithDefaults<P, D> = {
66
+ type __VLS_WithDefaults<P, D> = {
66
67
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
67
68
  default: D[K];
68
69
  }> : P[K];
69
70
  };
70
- declare type __VLS_Prettify<T> = {
71
+ type __VLS_Prettify<T> = {
71
72
  [K in keyof T]: T[K];
72
73
  } & {};
@@ -1,5 +1,6 @@
1
- import { TIcon } from '../../pl-icon';
2
- import type { ValidateError } from 'async-validator';
1
+ import { TIcon } from '../../../pl-icon';
2
+ import { ValidateError } from 'async-validator';
3
+
3
4
  declare interface IOption {
4
5
  value: any;
5
6
  label: string;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlRadio: {
3
4
  install(app: App): void;
4
5
  };
@@ -3,7 +3,7 @@ interface RadioOption {
3
3
  label?: string;
4
4
  description?: string;
5
5
  }
6
- declare const _default: import("vue").DefineComponent<{
6
+ declare const _default: import('vue').DefineComponent<{
7
7
  size: {
8
8
  type: StringConstructor;
9
9
  default: string;
@@ -28,10 +28,10 @@ declare const _default: import("vue").DefineComponent<{
28
28
  type: () => RadioOption[];
29
29
  required: true;
30
30
  };
31
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
32
  "update:modelValue": (...args: any[]) => void;
33
33
  change: (...args: any[]) => void;
34
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
35
35
  size: {
36
36
  type: StringConstructor;
37
37
  default: string;
@@ -0,0 +1,68 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ prop: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ modelValue: {
7
+ required: true;
8
+ };
9
+ disabled: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ focus: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ id: {
18
+ type: StringConstructor;
19
+ };
20
+ placeholder: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ showError: {
25
+ type: NumberConstructor;
26
+ default: number;
27
+ };
28
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
+ reset: (...args: any[]) => void;
30
+ "update:focus": (...args: any[]) => void;
31
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
32
+ prop: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ modelValue: {
37
+ required: true;
38
+ };
39
+ disabled: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ focus: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ id: {
48
+ type: StringConstructor;
49
+ };
50
+ placeholder: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ showError: {
55
+ type: NumberConstructor;
56
+ default: number;
57
+ };
58
+ }>> & {
59
+ onReset?: (...args: any[]) => any;
60
+ "onUpdate:focus"?: (...args: any[]) => any;
61
+ }, {
62
+ disabled: boolean;
63
+ placeholder: string;
64
+ focus: boolean;
65
+ prop: string;
66
+ showError: number;
67
+ }, {}>;
68
+ export default _default;
@@ -1,5 +1,6 @@
1
- import type { IOption } from '../types';
2
- import { TIcon } from '../../pl-icon';
1
+ import { IOption } from '../types';
2
+ import { TIcon } from '../../../pl-icon';
3
+
3
4
  interface IProps {
4
5
  prop?: string;
5
6
  modelValue: IOption;
@@ -12,7 +13,7 @@ interface IProps {
12
13
  showError?: number;
13
14
  leftIcon?: TIcon;
14
15
  }
15
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
16
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
16
17
  prop: string;
17
18
  placeholder: string;
18
19
  id: string;
@@ -22,10 +23,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
22
23
  focus: boolean;
23
24
  showError: number;
24
25
  leftIcon: string;
25
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
27
  reset: (...args: any[]) => void;
27
28
  "update:focus": (...args: any[]) => void;
28
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
29
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
29
30
  prop: string;
30
31
  placeholder: string;
31
32
  id: string;
@@ -39,19 +40,19 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
39
40
  onReset?: (...args: any[]) => any;
40
41
  "onUpdate:focus"?: (...args: any[]) => any;
41
42
  }, {
42
- id: string;
43
43
  disabled: boolean;
44
- prop: string;
44
+ id: string;
45
45
  placeholder: string;
46
+ focus: boolean;
47
+ prop: string;
48
+ leftIcon: any;
46
49
  clearable: boolean;
47
50
  showError: number;
48
- leftIcon: TIcon;
49
- focus: boolean;
50
51
  showDescription: string | boolean;
51
52
  }, {}>;
52
53
  export default _default;
53
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
- declare type __VLS_TypePropsToRuntimeProps<T> = {
54
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
+ type __VLS_TypePropsToRuntimeProps<T> = {
55
56
  [K in keyof T]-?: {} extends Pick<T, K> ? {
56
57
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
58
  } : {
@@ -59,11 +60,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
59
60
  required: true;
60
61
  };
61
62
  };
62
- declare type __VLS_WithDefaults<P, D> = {
63
+ type __VLS_WithDefaults<P, D> = {
63
64
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
65
  default: D[K];
65
66
  }> : P[K];
66
67
  };
67
- declare type __VLS_Prettify<T> = {
68
+ type __VLS_Prettify<T> = {
68
69
  [K in keyof T]: T[K];
69
70
  } & {};
@@ -1,14 +1,15 @@
1
- import type { IDropdownProps, IOption } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
1
+ import { IDropdownProps, IOption } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
3
4
  offsets: string;
4
5
  focus: boolean;
5
6
  id: string;
6
7
  helpertext: string;
7
8
  errors: () => any[];
8
9
  options: () => any[];
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  "select-value": (...args: any[]) => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
12
13
  offsets: string;
13
14
  focus: boolean;
14
15
  id: string;
@@ -21,13 +22,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
22
  id: string;
22
23
  focus: boolean;
23
24
  helpertext: string;
24
- errors: import("async-validator").ValidateError[];
25
- offsets: string;
26
25
  options: IOption[];
26
+ errors: import('async-validator').ValidateError[];
27
+ offsets: string;
27
28
  }, {}>;
28
29
  export default _default;
29
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- declare type __VLS_TypePropsToRuntimeProps<T> = {
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
32
  [K in keyof T]-?: {} extends Pick<T, K> ? {
32
33
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
34
  } : {
@@ -35,11 +36,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
35
36
  required: true;
36
37
  };
37
38
  };
38
- declare type __VLS_WithDefaults<P, D> = {
39
+ type __VLS_WithDefaults<P, D> = {
39
40
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
41
  default: D[K];
41
42
  }> : P[K];
42
43
  };
43
- declare type __VLS_Prettify<T> = {
44
+ type __VLS_Prettify<T> = {
44
45
  [K in keyof T]: T[K];
45
46
  } & {};
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlSelectPlus: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,5 +1,6 @@
1
- import type { IOption, ISelectProps } from './types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
1
+ import { IOption, ISelectProps } from './types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
3
4
  modelValue: string;
4
5
  prop: string;
5
6
  placeholder: string;
@@ -16,10 +17,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
16
17
  showDescription: boolean;
17
18
  account: boolean;
18
19
  teleport: boolean;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
21
  "update:modelValue": (...args: any[]) => void;
21
22
  change: (...args: any[]) => void;
22
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
23
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
23
24
  modelValue: string;
24
25
  prop: string;
25
26
  placeholder: string;
@@ -42,24 +43,24 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
42
43
  }, {
43
44
  label: string;
44
45
  disabled: boolean;
46
+ width: string;
45
47
  modelValue: string | number;
46
- prop: string;
48
+ teleport: boolean;
47
49
  placeholder: string;
48
- clearable: boolean;
49
- leftIcon: import("../pl-icon").TIcon;
50
- rightIcon: import("../pl-icon").TIcon;
51
- width: string;
50
+ prop: string;
52
51
  helpertext: string;
53
52
  optional: string;
54
53
  tooltip: string;
55
- teleport: boolean;
54
+ leftIcon: any;
55
+ rightIcon: any;
56
+ clearable: boolean;
56
57
  options: IOption[];
57
58
  showDescription: boolean;
58
59
  account: boolean;
59
60
  }, {}>;
60
61
  export default _default;
61
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
62
- declare type __VLS_TypePropsToRuntimeProps<T> = {
62
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
63
+ type __VLS_TypePropsToRuntimeProps<T> = {
63
64
  [K in keyof T]-?: {} extends Pick<T, K> ? {
64
65
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
65
66
  } : {
@@ -67,11 +68,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
67
68
  required: true;
68
69
  };
69
70
  };
70
- declare type __VLS_WithDefaults<P, D> = {
71
+ type __VLS_WithDefaults<P, D> = {
71
72
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
72
73
  default: D[K];
73
74
  }> : P[K];
74
75
  };
75
- declare type __VLS_Prettify<T> = {
76
+ type __VLS_Prettify<T> = {
76
77
  [K in keyof T]: T[K];
77
78
  } & {};
@@ -1,5 +1,6 @@
1
- import { TIcon } from '../../pl-icon';
2
- import type { ValidateError } from 'async-validator';
1
+ import { TIcon } from '../../../pl-icon';
2
+ import { ValidateError } from 'async-validator';
3
+
3
4
  declare interface IOption {
4
5
  value: string | number;
5
6
  description?: string;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlSwitch: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  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,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
  };