@factoringplus/pl-components-pack-v3 1.2.22-pre-05 → 1.2.22-pre-06

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