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

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