@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,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  size: {
3
3
  type: StringConstructor;
4
4
  default: string;
@@ -23,10 +23,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
23
23
  type: BooleanConstructor;
24
24
  default: boolean;
25
25
  };
26
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
27
  "update:modelValue": (...args: any[]) => void;
28
28
  change: (...args: any[]) => void;
29
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
30
30
  size: {
31
31
  type: StringConstructor;
32
32
  default: string;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlDatePickerPlugin: {
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 PlDatePickerLegacyPlugin: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,6 +1,6 @@
1
+ import { IWrapperRangeProps } from '../types';
1
2
 
2
- import { IWrapperRangeProps } from '../types';
3
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
4
4
  modelValue: () => any[];
5
5
  isOpen: boolean;
6
6
  dateValue: string;
@@ -17,13 +17,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  startUpdateDate: (event: Event & {
18
18
  target: HTMLInputElement;
19
19
  }) => void;
20
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
21
  "update:modelValue": (...args: any[]) => void;
22
22
  "update:isOpen": (...args: any[]) => void;
23
23
  "update:dateValue": (...args: any[]) => void;
24
24
  closePickerOnMobile: (...args: any[]) => void;
25
25
  changeOpen: (...args: any[]) => void;
26
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
26
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
27
27
  modelValue: () => any[];
28
28
  isOpen: boolean;
29
29
  dateValue: string;
@@ -1,6 +1,6 @@
1
+ import { IWrapperProps } from '../types';
1
2
 
2
- import { IWrapperProps } from '../types';
3
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
4
4
  modelValue: any;
5
5
  dateValue: string;
6
6
  mobile: boolean;
@@ -11,13 +11,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  }>, {
12
12
  openPopup: () => void;
13
13
  checkInput: () => void;
14
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
15
  "update:modelValue": (...args: any[]) => void;
16
16
  "update:isOpen": (...args: any[]) => void;
17
17
  "update:dateValue": (...args: any[]) => void;
18
18
  closePickerOnMobile: (...args: any[]) => void;
19
19
  changeOpen: (...args: any[]) => void;
20
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
20
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
21
21
  modelValue: any;
22
22
  dateValue: string;
23
23
  mobile: boolean;
@@ -1,5 +1,6 @@
1
- import dayjs, { Dayjs } from 'dayjs';
2
- import { Item } from '../types';
1
+ import { default as dayjs, Dayjs } from 'dayjs';
2
+ import { Item } from '../types';
3
+
3
4
  declare const WEEK_DAYS: string[];
4
5
  declare const isCurrentDate: (item: Item) => boolean;
5
6
  declare const isDisabledDate: (item: Item, disabledDate: Function) => any;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlDatePickerPlusPlugin: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,5 +1,6 @@
1
- import { IPickerProps } from '../common/types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerProps>, {
1
+ import { IPickerProps } from '../common/types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerProps>, {
3
4
  modelValue: any;
4
5
  width: string;
5
6
  placeholder: string;
@@ -18,12 +19,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
18
19
  disableTeleport: boolean;
19
20
  }>, {
20
21
  openPopup: () => void;
21
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
23
  "update:modelValue": (...args: any[]) => void;
23
24
  blur: (...args: any[]) => void;
24
25
  change: (...args: any[]) => void;
25
26
  changeOpen: (...args: any[]) => void;
26
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerProps>, {
27
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerProps>, {
27
28
  modelValue: any;
28
29
  width: string;
29
30
  placeholder: string;
@@ -1,5 +1,6 @@
1
- import { IPickerRangeProps } from '../common/types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerRangeProps>, {
1
+ import { IPickerRangeProps } from '../common/types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerRangeProps>, {
3
4
  modelValue: () => any[];
4
5
  width: string;
5
6
  placeholder: string;
@@ -19,11 +20,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
19
20
  focusOnReset: boolean;
20
21
  }>, {
21
22
  openPopup: () => void;
22
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
24
  "update:modelValue": (...args: any[]) => void;
24
25
  blur: (...args: any[]) => void;
25
26
  changeOpen: (...args: any[]) => void;
26
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerRangeProps>, {
27
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerRangeProps>, {
27
28
  modelValue: () => any[];
28
29
  width: string;
29
30
  placeholder: string;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlDialog: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,4 +1,5 @@
1
- import type { TIcon } from '../pl-icon/types';
1
+ import { TIcon } from '../pl-icon/types';
2
+
2
3
  interface IPlDialogPlusProps {
3
4
  modelValue: boolean;
4
5
  beforeClose?: Function;
@@ -18,7 +19,7 @@ interface IPlDialogPlusProps {
18
19
  dialogClass?: string;
19
20
  manualClose?: boolean;
20
21
  }
21
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
22
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
22
23
  modelValue: boolean;
23
24
  width: string;
24
25
  showHeader: boolean;
@@ -36,10 +37,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
37
  manualClose: boolean;
37
38
  }>, {
38
39
  closeModal: () => void;
39
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
41
  "update:modelValue": (...args: any[]) => void;
41
42
  "close-modal": (...args: any[]) => void;
42
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
43
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
43
44
  modelValue: boolean;
44
45
  width: string;
45
46
  showHeader: boolean;
@@ -63,12 +64,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
63
64
  icon: TIcon;
64
65
  modelValue: boolean;
65
66
  width: string;
66
- beforeClose: Function;
67
67
  showHeader: boolean;
68
68
  showClose: boolean;
69
69
  disabledTeleport: boolean;
70
70
  loading: boolean;
71
71
  status: "delete" | "successful" | "info" | "attention" | "neutral";
72
+ beforeClose: Function;
72
73
  closeOnOverlay: boolean;
73
74
  innerScroll: boolean;
74
75
  overlayClass: string;
@@ -15,7 +15,7 @@ interface IProps {
15
15
  contentCustomClass?: string;
16
16
  loading?: boolean;
17
17
  }
18
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
18
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
19
19
  modelValue: boolean;
20
20
  showHeader: boolean;
21
21
  showGrabber: boolean;
@@ -34,10 +34,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
34
34
  }>, {
35
35
  scrollTop: () => void;
36
36
  closeModalOnMobile: () => void;
37
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
37
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
38
  "update:modelValue": (...args: any[]) => void;
39
39
  changeVisibleModalValue: (...args: any[]) => void;
40
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
40
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
41
41
  modelValue: boolean;
42
42
  showHeader: boolean;
43
43
  showGrabber: boolean;
@@ -59,12 +59,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
59
59
  }, {
60
60
  padding: string;
61
61
  modelValue: boolean;
62
- customClass: string;
63
62
  showHeader: boolean;
64
63
  showGrabber: boolean;
65
64
  widthThis: string;
66
65
  headerPadding: string;
67
66
  showClose: boolean;
67
+ customClass: string;
68
68
  slide: boolean;
69
69
  simple: boolean;
70
70
  disabledTeleport: boolean;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlForm: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,4 +1,5 @@
1
- import type { Rules, ValidateError } from 'async-validator';
1
+ import { Rules, ValidateError } from 'async-validator';
2
+
2
3
  interface IFormProps {
3
4
  model: {
4
5
  [key: string]: any;
@@ -6,7 +7,7 @@ interface IFormProps {
6
7
  rules?: Rules;
7
8
  modelErrorsState?: ValidateError[];
8
9
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
10
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
10
11
  rules: () => {};
11
12
  modelErrorsState: () => any[];
12
13
  }>, {
@@ -15,9 +16,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
16
  clearValidate: (props?: string | string[]) => void;
16
17
  resetFields: (props?: string | string[]) => void;
17
18
  refreshForm: () => void;
18
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
20
  "update:modelErrorsState": (...args: any[]) => void;
20
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
21
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
21
22
  rules: () => {};
22
23
  modelErrorsState: () => any[];
23
24
  }>>> & {
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlFormItem: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,5 +1,6 @@
1
- import type { App } from 'vue';
2
- import type { TIconProps, TIcon } from './types';
1
+ import { App } from 'vue';
2
+ import { TIconProps, TIcon } from './types';
3
+
3
4
  declare const PlIcon: {
4
5
  install(app: App): void;
5
6
  };
@@ -1,5 +1,6 @@
1
- import type { TIconProps } from './types';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
1
+ import { TIconProps } from './types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
3
4
  export default _default;
4
5
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
6
  declare type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,2 +1,3 @@
1
- import type { TIcon, TIconProps } from './iconsType';
1
+ import { TIcon, TIconProps } from './iconsType';
2
+
2
3
  export { TIcon, TIconProps };
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlInput: {
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 PlInputNative: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,15 +1,16 @@
1
- import type { IPlCurrencyProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
1
+ import { IPlCurrencyProps } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
3
4
  prop: string;
4
5
  placeholder: string;
5
6
  disabled: boolean;
6
7
  leftIcon: string;
7
8
  round: boolean;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
10
  "update:modelValue": (...args: any[]) => void;
10
11
  blur: (...args: any[]) => void;
11
12
  change: (...args: any[]) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
13
14
  prop: string;
14
15
  placeholder: string;
15
16
  disabled: boolean;
@@ -23,7 +24,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
23
24
  disabled: boolean;
24
25
  prop: string;
25
26
  placeholder: string;
26
- leftIcon: import("../../pl-icon").TIcon;
27
+ leftIcon: import('../../pl-icon').TIcon;
27
28
  round: boolean;
28
29
  }, {}>;
29
30
  export default _default;
@@ -1,5 +1,6 @@
1
- import type { IPlDefaultProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
1
+ import { IPlDefaultProps } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
3
4
  leftIcon: string;
4
5
  rightIcon: string;
5
6
  id: string;
@@ -11,7 +12,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
12
  iconPointer: boolean;
12
13
  customBlur: boolean;
13
14
  clearable: boolean;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
16
  "update:modelValue": (...args: any[]) => void;
16
17
  resetValue: (...args: any[]) => void;
17
18
  tabHandler: (...args: any[]) => void;
@@ -19,7 +20,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
19
20
  touchstart: (...args: any[]) => void;
20
21
  mousedown: (...args: any[]) => void;
21
22
  "custom-blur": (...args: any[]) => void;
22
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
23
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
23
24
  leftIcon: string;
24
25
  rightIcon: string;
25
26
  id: string;
@@ -45,8 +46,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
45
46
  prop: string;
46
47
  placeholder: string;
47
48
  clearable: boolean;
48
- leftIcon: import("../../pl-icon").TIcon;
49
- rightIcon: import("../../pl-icon").TIcon;
49
+ leftIcon: import('../../pl-icon').TIcon;
50
+ rightIcon: import('../../pl-icon').TIcon;
50
51
  showWordLimit: boolean;
51
52
  maxlength: number;
52
53
  iconPointer: boolean;
@@ -1,15 +1,16 @@
1
- import type { IPlPasswordProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
1
+ import { IPlPasswordProps } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
3
4
  id: string;
4
5
  disabled: boolean;
5
6
  placeholder: string;
6
7
  prop: string;
7
8
  currentPassword: boolean;
8
9
  newPassword: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  "update:modelValue": (...args: any[]) => void;
11
12
  blur: (...args: any[]) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
13
14
  id: string;
14
15
  disabled: boolean;
15
16
  placeholder: string;
@@ -1,14 +1,15 @@
1
- import type { IPlTextareaProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
1
+ import { IPlTextareaProps } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
3
4
  id: string;
4
5
  showWordLimit: boolean;
5
6
  maxlength: any;
6
7
  disabled: boolean;
7
8
  placeholder: string;
8
9
  prop: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  "update:modelValue": (...args: any[]) => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
12
13
  id: string;
13
14
  showWordLimit: boolean;
14
15
  maxlength: any;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlInputPlus: {
3
4
  install(app: App): void;
4
5
  };
@@ -1,5 +1,6 @@
1
- import type { IPlInputPlusProps } from './types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
1
+ import { IPlInputPlusProps } from './types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
3
4
  prop: string;
4
5
  modelValue: string;
5
6
  showWordLimit: boolean;
@@ -32,13 +33,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
32
33
  blurInput: (mob?: boolean) => void;
33
34
  focusInput: () => void;
34
35
  getId: () => string;
35
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
37
  "update:modelValue": (...args: any[]) => void;
37
38
  resetValue: (...args: any[]) => void;
38
39
  blur: (...args: any[]) => void;
39
40
  touchstart: (...args: any[]) => void;
40
41
  "custom-blur": (...args: any[]) => void;
41
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
42
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
42
43
  prop: string;
43
44
  modelValue: string;
44
45
  showWordLimit: boolean;
@@ -77,14 +78,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
77
78
  label: string;
78
79
  textarea: boolean;
79
80
  disabled: boolean;
80
- modelValue: import("./types").TInputModelValue;
81
+ modelValue: import('./types').TInputModelValue;
81
82
  prop: string;
82
83
  placeholder: string;
83
84
  clearable: boolean;
84
- leftIcon: import("../pl-icon").TIcon;
85
+ leftIcon: import('../pl-icon').TIcon;
85
86
  password: boolean;
86
87
  currency: boolean;
87
- rightIcon: import("../pl-icon").TIcon;
88
+ rightIcon: import('../pl-icon').TIcon;
88
89
  width: string;
89
90
  helpertext: string;
90
91
  optional: string;
@@ -1,5 +1,6 @@
1
- import type { CurrencyInputOptions, NumberRange } from 'vue-currency-input';
2
- import type { TIcon } from '../../pl-icon/types';
1
+ import { CurrencyInputOptions, NumberRange } from 'vue-currency-input';
2
+ import { TIcon } from '../../pl-icon/types';
3
+
3
4
  export declare type TInputModelValue = string | number | null | undefined;
4
5
  export declare type TMaxlength = number | null | undefined;
5
6
  interface IBaseInputProps {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
2
  title: {
3
3
  type: StringConstructor;
4
4
  default: string;
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
11
11
  type: BooleanConstructor;
12
12
  default: boolean;
13
13
  };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
15
  title: {
16
16
  type: StringConstructor;
17
17
  default: string;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlLink: {
3
4
  install(app: App): void;
4
5
  };
@@ -5,12 +5,12 @@ interface IPlLinkProps {
5
5
  nativeType?: string;
6
6
  target?: '_blank' | '_self' | '_parent' | '_top';
7
7
  }
8
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
8
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
9
9
  href: string;
10
10
  disabled: boolean;
11
11
  type: string;
12
12
  target: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
13
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlLinkProps>, {
14
14
  href: string;
15
15
  disabled: boolean;
16
16
  type: string;
@@ -1,2 +1,2 @@
1
- export declare const PlMarkText: import('../../install-function').SFCInstallWithContext<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
1
+ export declare const PlMarkText: import('../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{}, {}, any, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>>;
2
2
  export default PlMarkText;
@@ -1,4 +1,5 @@
1
- import { TIcon } from '../../pl-icon';
1
+ import { TIcon } from '../../pl-icon';
2
+
2
3
  interface IProps {
3
4
  prop?: string;
4
5
  modelValue: any[];
@@ -11,7 +12,7 @@ interface IProps {
11
12
  showError?: number;
12
13
  leftIcon?: TIcon;
13
14
  }
14
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
15
16
  prop: string;
16
17
  placeholder: string;
17
18
  id: string;
@@ -21,10 +22,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
22
  focus: boolean;
22
23
  showError: number;
23
24
  leftIcon: string;
24
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
26
  reset: (...args: any[]) => void;
26
27
  "update:focus": (...args: any[]) => void;
27
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
28
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
28
29
  prop: string;
29
30
  placeholder: string;
30
31
  id: string;
@@ -1,16 +1,17 @@
1
- import type { IDropdownProps, IOption } from '../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
1
+ import { IDropdownProps, IOption } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
3
4
  offsets: string;
4
5
  focus: boolean;
5
6
  id: string;
6
7
  helpertext: string;
7
8
  errors: () => any[];
8
9
  options: () => any[];
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  reset: (...args: any[]) => void;
11
12
  "update:modelValue": (...args: any[]) => void;
12
13
  closeSave: (...args: any[]) => void;
13
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
14
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
14
15
  offsets: string;
15
16
  focus: boolean;
16
17
  id: string;
@@ -25,7 +26,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
26
  id: string;
26
27
  focus: boolean;
27
28
  helpertext: string;
28
- errors: import("async-validator").ValidateError[];
29
+ errors: import('async-validator').ValidateError[];
29
30
  offsets: string;
30
31
  options: IOption[];
31
32
  }, {}>;
@@ -1,4 +1,5 @@
1
- import type { App } from 'vue';
1
+ import { App } from 'vue';
2
+
2
3
  declare const PlMultiSelect: {
3
4
  install(app: App): void;
4
5
  };