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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/README.md +17 -17
  2. package/dist/components/button/index.d.ts +43 -44
  3. package/dist/components/button/pl-button.vue.d.ts +5 -6
  4. package/dist/components/button/types/index.d.ts +1 -2
  5. package/dist/components/components.d.ts +2 -3
  6. package/dist/components/currency-input/index.d.ts +1 -2
  7. package/dist/components/entry.d.ts +57 -51
  8. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +5 -6
  9. package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +5 -6
  10. package/dist/components/pl-autocomplete/index.d.ts +1 -2
  11. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +6 -7
  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/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 +3 -3
  17. package/dist/components/pl-date-picker/index.d.ts +1 -2
  18. package/dist/components/pl-date-picker-legacy/index.d.ts +1 -2
  19. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +4 -4
  20. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +4 -4
  21. package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +2 -3
  22. package/dist/components/pl-date-picker-plus/index.d.ts +1 -2
  23. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +4 -5
  24. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +4 -5
  25. package/dist/components/pl-dialog/index.d.ts +1 -2
  26. package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +4 -5
  27. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +3 -3
  28. package/dist/components/pl-form/index.d.ts +1 -2
  29. package/dist/components/pl-form/pl-form.vue.d.ts +4 -5
  30. package/dist/components/pl-form-item/index.d.ts +1 -2
  31. package/dist/components/pl-icon/index.d.ts +2 -3
  32. package/dist/components/pl-icon/pl-icon.vue.d.ts +2 -3
  33. package/dist/components/pl-icon/types/index.d.ts +1 -2
  34. package/dist/components/pl-input/index.d.ts +1 -2
  35. package/dist/components/pl-input-native/index.d.ts +1 -2
  36. package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +5 -6
  37. package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +6 -7
  38. package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +4 -5
  39. package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +4 -5
  40. package/dist/components/pl-input-plus/index.d.ts +1 -2
  41. package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +7 -8
  42. package/dist/components/pl-input-plus/types/index.d.ts +2 -3
  43. package/dist/components/pl-label/pl-label.vue.d.ts +2 -2
  44. package/dist/components/pl-link/index.d.ts +1 -2
  45. package/dist/components/pl-link/pl-link.vue.d.ts +2 -2
  46. package/dist/components/pl-mark-text/index.d.ts +1 -1
  47. package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +4 -5
  48. package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +5 -6
  49. package/dist/components/pl-multi-select/index.d.ts +1 -2
  50. package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +5 -6
  51. package/dist/components/pl-multi-select/types/index.d.ts +2 -3
  52. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +4 -5
  53. package/dist/components/pl-multitab/index.d.ts +1 -2
  54. package/dist/components/pl-multitab/pl-multitab.vue.d.ts +4 -5
  55. package/dist/components/pl-multitab/types/index.d.ts +1 -2
  56. package/dist/components/pl-option/index.d.ts +1 -2
  57. package/dist/components/pl-option/pl-option.vue.d.ts +2 -2
  58. package/dist/components/pl-radio/index.d.ts +1 -2
  59. package/dist/components/pl-radio/pl-radio.vue.d.ts +3 -3
  60. package/dist/components/pl-scrollbar/index.d.ts +1 -2
  61. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
  62. package/dist/components/pl-select/index.d.ts +1 -2
  63. package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +6 -7
  64. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +5 -8
  65. package/dist/components/pl-select-plus/index.d.ts +1 -2
  66. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +8 -9
  67. package/dist/components/pl-select-plus/types/index.d.ts +6 -7
  68. package/dist/components/pl-skeleton/index.d.ts +1 -2
  69. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +2 -2
  70. package/dist/components/pl-snackbar/index.d.ts +1 -2
  71. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +4 -5
  72. package/dist/components/pl-snackbar/renderSnackbar.d.ts +1 -1
  73. package/dist/components/pl-snackbar/types.d.ts +1 -2
  74. package/dist/components/pl-stepper/index.d.ts +1 -2
  75. package/dist/components/pl-suggestions/index.d.ts +1 -2
  76. package/dist/components/pl-switch/index.d.ts +1 -2
  77. package/dist/components/pl-switch/pl-switch.vue.d.ts +3 -3
  78. package/dist/components/pl-tab-pane/index.d.ts +1 -2
  79. package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +4 -5
  80. package/dist/components/pl-tab-pane/types/index.d.ts +1 -2
  81. package/dist/components/pl-table/index.d.ts +1 -2
  82. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +2 -2
  83. package/dist/components/pl-table-plus/index.d.ts +1 -2
  84. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +3 -3
  85. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +2 -2
  86. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +3 -4
  87. package/dist/components/pl-tabs/index.d.ts +1 -2
  88. package/dist/components/pl-tabs/pl-tabs.vue.d.ts +3 -3
  89. package/dist/components/pl-tags/pl-tags.vue.d.ts +2 -2
  90. package/dist/components/pl-text/components/pl-body1.vue.d.ts +1 -1
  91. package/dist/components/pl-text/components/pl-body2.vue.d.ts +1 -1
  92. package/dist/components/pl-text/components/pl-body3.vue.d.ts +1 -1
  93. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +1 -1
  94. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +1 -1
  95. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +1 -1
  96. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +1 -1
  97. package/dist/components/pl-text/components/pl-cap.vue.d.ts +1 -1
  98. package/dist/components/pl-text/components/pl-h1.vue.d.ts +1 -1
  99. package/dist/components/pl-text/components/pl-h2.vue.d.ts +1 -1
  100. package/dist/components/pl-text/components/pl-h3.vue.d.ts +1 -1
  101. package/dist/components/pl-text/components/pl-h4.vue.d.ts +1 -1
  102. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +2 -2
  103. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +2 -2
  104. package/dist/components/pl-text/components/pl-system.vue.d.ts +2 -2
  105. package/dist/components/pl-text/components/pl-tag.vue.d.ts +2 -2
  106. package/dist/components/pl-text/components/pl-title1.vue.d.ts +2 -2
  107. package/dist/components/pl-text/components/pl-title2.vue.d.ts +2 -2
  108. package/dist/components/pl-text/components/pl-title3.vue.d.ts +2 -2
  109. package/dist/components/pl-text/index.d.ts +1 -2
  110. package/dist/components/pl-tooltip/index.d.ts +1 -2
  111. package/dist/components/pl-tooltip/pl-tooltip.vue.d.ts +2 -2
  112. package/dist/components/pl-tooltip-plus/index.d.ts +1 -2
  113. package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +2 -2
  114. package/dist/components/pl-upload/index.d.ts +1 -2
  115. package/dist/components/pl-upload-legacy/index.d.ts +1 -2
  116. package/dist/components/pl-upload-plus/index.d.ts +1 -2
  117. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
  118. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +1 -2
  119. package/dist/directives/vLoading.d.ts +1 -2
  120. package/dist/directives/vTap.d.ts +1 -2
  121. package/dist/directives/vTouchOutside.d.ts +1 -2
  122. package/dist/install-function/index.d.ts +1 -2
  123. package/dist/pl-components-pack-v3.es.js +22060 -25281
  124. package/dist/pl-components-pack-v3.umd.js +60 -60
  125. package/dist/plugins/api/api.d.ts +1 -0
  126. package/dist/plugins/filters.d.ts +1 -2
  127. package/dist/style.css +1 -1
  128. package/dist/utils/dadataParser.d.ts +1 -2
  129. package/package.json +1 -1
  130. package/dist/services/SigningService/SigningService.vue.d.ts +0 -43
  131. package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +0 -43
  132. package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +0 -31
  133. package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +0 -49
  134. package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +0 -39
  135. package/dist/services/SigningService/index.d.ts +0 -30
  136. package/dist/services/SigningService/types/index.d.ts +0 -41
@@ -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: () => any[];
5
4
  prop: string;
6
5
  placeholder: string;
@@ -15,11 +14,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
15
14
  disabled: boolean;
16
15
  clearable: boolean;
17
16
  buttons: boolean;
18
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
18
  reset: (...args: any[]) => void;
20
19
  "update:modelValue": (...args: any[]) => void;
21
20
  change: (...args: any[]) => void;
22
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
21
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
23
22
  modelValue: () => any[];
24
23
  prop: string;
25
24
  placeholder: string;
@@ -45,7 +44,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
45
44
  prop: string;
46
45
  placeholder: string;
47
46
  clearable: boolean;
48
- leftIcon: import('../pl-icon').TIcon;
47
+ leftIcon: import("../pl-icon").TIcon;
49
48
  width: string;
50
49
  helpertext: string;
51
50
  optional: string;
@@ -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: any;
6
5
  label: string;
@@ -1,12 +1,11 @@
1
- import { ITabCardProps } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabCardProps>, {
1
+ import type { ITabCardProps } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabCardProps>, {
4
3
  label: string;
5
4
  active: boolean;
6
5
  disabled: boolean;
7
6
  icon: string;
8
7
  width: string;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabCardProps>, {
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabCardProps>, {
10
9
  label: string;
11
10
  active: boolean;
12
11
  disabled: boolean;
@@ -15,7 +14,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
15
14
  }>>>, {
16
15
  label: string;
17
16
  disabled: boolean;
18
- icon: import('../../pl-icon').TIcon;
17
+ icon: import("../../pl-icon").TIcon;
19
18
  active: boolean;
20
19
  width: string;
21
20
  }, {}>;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlMultitab: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,13 +1,12 @@
1
- import { IMultitabProps } from './types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMultitabProps>, {
1
+ import type { IMultitabProps } from './types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMultitabProps>, {
4
3
  modelValue: string;
5
4
  navClass: string;
6
5
  contentClass: string;
7
6
  tabWidth: string;
8
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
8
  "update:modelValue": (...args: any[]) => void;
10
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMultitabProps>, {
9
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMultitabProps>, {
11
10
  modelValue: string;
12
11
  navClass: string;
13
12
  contentClass: string;
@@ -1,5 +1,4 @@
1
- import { TIcon } from '../../pl-icon';
2
-
1
+ import type { TIcon } from '../../pl-icon';
3
2
  export interface ITabCardProps {
4
3
  label: string;
5
4
  active: boolean;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlOption: {
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
  disabled: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
@@ -51,7 +51,7 @@ declare const _default: import('vue').DefineComponent<{
51
51
  type: BooleanConstructor;
52
52
  default: boolean;
53
53
  };
54
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
54
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
55
55
  disabled: {
56
56
  type: BooleanConstructor;
57
57
  default: boolean;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlRadio: {
4
3
  install(app: App): void;
5
4
  };
@@ -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;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlScrollbar: {
4
3
  install(app: App): void;
5
4
  };
@@ -6,7 +6,7 @@ interface IProps {
6
6
  hideScrollThumb?: boolean;
7
7
  offsetRight?: string;
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
  maxHeight: string;
11
11
  height: string;
12
12
  wrapClass: string;
@@ -17,10 +17,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
17
17
  setScrollTop: (val: number) => void;
18
18
  setScrollLeft: (val: number) => void;
19
19
  scrollTo: (params: Record<string, number>) => void;
20
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
21
  scroll: (...args: any[]) => void;
22
22
  wheel: (...args: any[]) => void;
23
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
23
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
24
24
  maxHeight: string;
25
25
  height: string;
26
26
  wrapClass: string;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlSelect: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,9 +1,8 @@
1
- import { IOption } from '../types';
2
- import { TIcon } from '../../pl-icon';
3
-
1
+ import type { IOption } from '../types';
2
+ import { TIcon } from '../../pl-icon';
4
3
  interface IProps {
5
4
  prop?: string;
6
- modelValue: IOption | any;
5
+ modelValue: IOption;
7
6
  placeholder?: string;
8
7
  id?: string;
9
8
  disabled?: boolean;
@@ -13,7 +12,7 @@ interface IProps {
13
12
  showError?: number;
14
13
  leftIcon?: TIcon;
15
14
  }
16
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
17
16
  prop: string;
18
17
  placeholder: string;
19
18
  id: string;
@@ -23,10 +22,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
23
22
  focus: boolean;
24
23
  showError: number;
25
24
  leftIcon: string;
26
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
26
  reset: (...args: any[]) => void;
28
27
  "update:focus": (...args: any[]) => void;
29
- }, 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>, {
30
29
  prop: string;
31
30
  placeholder: string;
32
31
  id: string;
@@ -1,17 +1,14 @@
1
- import { IDropdownProps, IOption } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
4
- modelValue: string;
1
+ import type { IDropdownProps, IOption } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
5
3
  offsets: string;
6
4
  focus: boolean;
7
5
  id: string;
8
6
  helpertext: string;
9
7
  errors: () => any[];
10
8
  options: () => any[];
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
10
  "select-value": (...args: any[]) => void;
13
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
14
- modelValue: string;
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
15
12
  offsets: string;
16
13
  focus: boolean;
17
14
  id: string;
@@ -24,7 +21,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
24
21
  id: string;
25
22
  focus: boolean;
26
23
  helpertext: string;
27
- errors: import('async-validator').ValidateError[];
24
+ errors: import("async-validator").ValidateError[];
28
25
  offsets: string;
29
26
  options: IOption[];
30
27
  }, {}>;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlSelectPlus: {
4
3
  install(app: App): void;
5
4
  };
@@ -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;
@@ -43,18 +42,18 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
43
42
  }, {
44
43
  label: string;
45
44
  disabled: boolean;
46
- modelValue: any;
45
+ modelValue: string | number;
47
46
  prop: string;
48
47
  placeholder: string;
49
48
  clearable: boolean;
50
- leftIcon: import('../pl-icon').TIcon;
51
- rightIcon: import('../pl-icon').TIcon;
49
+ leftIcon: import("../pl-icon").TIcon;
50
+ rightIcon: import("../pl-icon").TIcon;
52
51
  width: string;
53
52
  helpertext: string;
54
53
  optional: string;
55
54
  tooltip: string;
56
55
  teleport: boolean;
57
- options: any[] | IOption[];
56
+ options: IOption[];
58
57
  showDescription: boolean;
59
58
  account: boolean;
60
59
  }, {}>;
@@ -1,8 +1,7 @@
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
- value: string | number | any;
4
+ value: string | number;
6
5
  description?: string;
7
6
  summ?: number;
8
7
  leftIcon?: TIcon;
@@ -11,8 +10,8 @@ declare interface IOption {
11
10
  customDescription?: string;
12
11
  }
13
12
  declare interface ISelectProps {
14
- modelValue: any;
15
- options: IOption[] | any[];
13
+ modelValue: string | number | null;
14
+ options: IOption[];
16
15
  prop?: string;
17
16
  placeholder?: string;
18
17
  width?: string;
@@ -35,6 +34,6 @@ declare interface IDropdownProps {
35
34
  helpertext: string;
36
35
  errors: ValidateError[];
37
36
  options: IOption[];
38
- selectedValue: any;
37
+ selectedValue: string | number | IOption;
39
38
  }
40
39
  export { IDropdownProps, IOption, ISelectProps };
@@ -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;
@@ -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,6 +1,5 @@
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;
@@ -11,7 +10,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
11
10
  actionAdd: () => void;
12
11
  message: string;
13
12
  blockHide: boolean;
14
- }>, {}, 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>, {
15
14
  id: number;
16
15
  icon: string;
17
16
  color: string;
@@ -27,7 +26,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
27
26
  button: string;
28
27
  title: string;
29
28
  id: number;
30
- icon: import('../pl-icon').TIcon;
29
+ icon: import("../pl-icon").TIcon;
31
30
  message: string;
32
31
  buttonAdd: string;
33
32
  action: Function;
@@ -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;
@@ -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,7 +15,7 @@ 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;
@@ -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,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: () => {};
@@ -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,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;
@@ -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;
@@ -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;
@@ -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
  };