@factoringplus/pl-components-pack-v3 1.2.26-pre-37 → 1.2.26-pre-sign-15

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