@factoringplus/pl-components-pack-v3 1.2.26-pre-sign-12 → 1.2.26-pre-32

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 +22236 -25452
  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
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # Библиотека компонентов Vue 3
2
-
3
- ## Установка
4
-
5
- ```bash
6
- npm i @factoringplus/pl-components-pack-v3
7
- ```
8
-
9
- ### Добавление компонентов в проект
10
-
11
- ```bash
12
- // src/main.js
13
- import components from '@factoringplus/pl-components-pack-v3';
14
- import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
-
16
- app.use(components)
17
- ```
1
+ # Библиотека компонентов Vue 3
2
+
3
+ ## Установка
4
+
5
+ ```bash
6
+ npm i @factoringplus/pl-components-pack-v3
7
+ ```
8
+
9
+ ### Добавление компонентов в проект
10
+
11
+ ```bash
12
+ // src/main.js
13
+ import components from '@factoringplus/pl-components-pack-v3';
14
+ import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
+
16
+ app.use(components)
17
+ ```
@@ -1,74 +1,73 @@
1
- import { TButtonProps } from './types';
2
-
1
+ import type { TButtonProps } from './types';
3
2
  export declare const PlButton: import('../../install-function').SFCInstallWithContext<{
4
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
4
  type: {
6
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
5
+ type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
7
6
  default: string;
8
7
  };
9
8
  size: {
10
- type: import('vue').PropType<"small" | "large" | "medium">;
9
+ type: import("vue").PropType<"small" | "large" | "medium">;
11
10
  default: string;
12
11
  };
13
12
  fullWidth: {
14
- type: import('vue').PropType<boolean>;
13
+ type: import("vue").PropType<boolean>;
15
14
  default: boolean;
16
15
  };
17
16
  disabled: {
18
- type: import('vue').PropType<boolean>;
17
+ type: import("vue").PropType<boolean>;
19
18
  default: boolean;
20
19
  };
21
20
  icon: {
22
- type: import('vue').PropType<import('../pl-icon').TIcon>;
21
+ type: import("vue").PropType<import("../pl-icon").TIcon>;
23
22
  default: string;
24
23
  };
25
24
  iconColor: {
26
- type: import('vue').PropType<string>;
25
+ type: import("vue").PropType<string>;
27
26
  default: string;
28
27
  };
29
28
  iconPosition: {
30
- type: import('vue').PropType<"left" | "right">;
29
+ type: import("vue").PropType<"left" | "right">;
31
30
  default: string;
32
31
  };
33
32
  nativeType: {
34
- type: import('vue').PropType<"button" | "submit" | "reset">;
33
+ type: import("vue").PropType<"button" | "submit" | "reset">;
35
34
  default: string;
36
35
  };
37
36
  }>> & {
38
37
  onClick?: (...args: any[]) => any;
39
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
39
  click: (...args: any[]) => void;
41
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
40
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
42
41
  type: {
43
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
42
+ type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
44
43
  default: string;
45
44
  };
46
45
  size: {
47
- type: import('vue').PropType<"small" | "large" | "medium">;
46
+ type: import("vue").PropType<"small" | "large" | "medium">;
48
47
  default: string;
49
48
  };
50
49
  fullWidth: {
51
- type: import('vue').PropType<boolean>;
50
+ type: import("vue").PropType<boolean>;
52
51
  default: boolean;
53
52
  };
54
53
  disabled: {
55
- type: import('vue').PropType<boolean>;
54
+ type: import("vue").PropType<boolean>;
56
55
  default: boolean;
57
56
  };
58
57
  icon: {
59
- type: import('vue').PropType<import('../pl-icon').TIcon>;
58
+ type: import("vue").PropType<import("../pl-icon").TIcon>;
60
59
  default: string;
61
60
  };
62
61
  iconColor: {
63
- type: import('vue').PropType<string>;
62
+ type: import("vue").PropType<string>;
64
63
  default: string;
65
64
  };
66
65
  iconPosition: {
67
- type: import('vue').PropType<"left" | "right">;
66
+ type: import("vue").PropType<"left" | "right">;
68
67
  default: string;
69
68
  };
70
69
  nativeType: {
71
- type: import('vue').PropType<"button" | "submit" | "reset">;
70
+ type: import("vue").PropType<"button" | "submit" | "reset">;
72
71
  default: string;
73
72
  };
74
73
  }>> & {
@@ -78,7 +77,7 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
78
77
  size: "small" | "large" | "medium";
79
78
  fullWidth: boolean;
80
79
  disabled: boolean;
81
- icon: import('../pl-icon').TIcon;
80
+ icon: import("../pl-icon").TIcon;
82
81
  iconColor: string;
83
82
  iconPosition: "left" | "right";
84
83
  nativeType: "button" | "submit" | "reset";
@@ -89,37 +88,37 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
89
88
  C: {};
90
89
  M: {};
91
90
  Defaults: {};
92
- }, Readonly<import('vue').ExtractPropTypes<{
91
+ }, Readonly<import("vue").ExtractPropTypes<{
93
92
  type: {
94
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
93
+ type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
95
94
  default: string;
96
95
  };
97
96
  size: {
98
- type: import('vue').PropType<"small" | "large" | "medium">;
97
+ type: import("vue").PropType<"small" | "large" | "medium">;
99
98
  default: string;
100
99
  };
101
100
  fullWidth: {
102
- type: import('vue').PropType<boolean>;
101
+ type: import("vue").PropType<boolean>;
103
102
  default: boolean;
104
103
  };
105
104
  disabled: {
106
- type: import('vue').PropType<boolean>;
105
+ type: import("vue").PropType<boolean>;
107
106
  default: boolean;
108
107
  };
109
108
  icon: {
110
- type: import('vue').PropType<import('../pl-icon').TIcon>;
109
+ type: import("vue").PropType<import("../pl-icon").TIcon>;
111
110
  default: string;
112
111
  };
113
112
  iconColor: {
114
- type: import('vue').PropType<string>;
113
+ type: import("vue").PropType<string>;
115
114
  default: string;
116
115
  };
117
116
  iconPosition: {
118
- type: import('vue').PropType<"left" | "right">;
117
+ type: import("vue").PropType<"left" | "right">;
119
118
  default: string;
120
119
  };
121
120
  nativeType: {
122
- type: import('vue').PropType<"button" | "submit" | "reset">;
121
+ type: import("vue").PropType<"button" | "submit" | "reset">;
123
122
  default: string;
124
123
  };
125
124
  }>> & {
@@ -129,7 +128,7 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
129
128
  size: "small" | "large" | "medium";
130
129
  fullWidth: boolean;
131
130
  disabled: boolean;
132
- icon: import('../pl-icon').TIcon;
131
+ icon: import("../pl-icon").TIcon;
133
132
  iconColor: string;
134
133
  iconPosition: "left" | "right";
135
134
  nativeType: "button" | "submit" | "reset";
@@ -137,53 +136,53 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
137
136
  __isFragment?: never;
138
137
  __isTeleport?: never;
139
138
  __isSuspense?: never;
140
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
139
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
141
140
  type: {
142
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
141
+ type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
143
142
  default: string;
144
143
  };
145
144
  size: {
146
- type: import('vue').PropType<"small" | "large" | "medium">;
145
+ type: import("vue").PropType<"small" | "large" | "medium">;
147
146
  default: string;
148
147
  };
149
148
  fullWidth: {
150
- type: import('vue').PropType<boolean>;
149
+ type: import("vue").PropType<boolean>;
151
150
  default: boolean;
152
151
  };
153
152
  disabled: {
154
- type: import('vue').PropType<boolean>;
153
+ type: import("vue").PropType<boolean>;
155
154
  default: boolean;
156
155
  };
157
156
  icon: {
158
- type: import('vue').PropType<import('../pl-icon').TIcon>;
157
+ type: import("vue").PropType<import("../pl-icon").TIcon>;
159
158
  default: string;
160
159
  };
161
160
  iconColor: {
162
- type: import('vue').PropType<string>;
161
+ type: import("vue").PropType<string>;
163
162
  default: string;
164
163
  };
165
164
  iconPosition: {
166
- type: import('vue').PropType<"left" | "right">;
165
+ type: import("vue").PropType<"left" | "right">;
167
166
  default: string;
168
167
  };
169
168
  nativeType: {
170
- type: import('vue').PropType<"button" | "submit" | "reset">;
169
+ type: import("vue").PropType<"button" | "submit" | "reset">;
171
170
  default: string;
172
171
  };
173
172
  }>> & {
174
173
  onClick?: (...args: any[]) => any;
175
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
174
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
176
175
  click: (...args: any[]) => void;
177
176
  }, string, {
178
177
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
179
178
  size: "small" | "large" | "medium";
180
179
  fullWidth: boolean;
181
180
  disabled: boolean;
182
- icon: import('../pl-icon').TIcon;
181
+ icon: import("../pl-icon").TIcon;
183
182
  iconColor: string;
184
183
  iconPosition: "left" | "right";
185
184
  nativeType: "button" | "submit" | "reset";
186
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
185
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
187
186
  $slots: {
188
187
  default?(_: {}): any;
189
188
  };
@@ -1,6 +1,5 @@
1
- import { TButtonProps } from './types';
2
-
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
1
+ import type { TButtonProps } from './types';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
4
3
  /**
5
4
  * Выставляет ширину кнопки в 100%
6
5
  */
@@ -12,9 +11,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
12
11
  iconColor: string;
13
12
  iconPosition: string;
14
13
  nativeType: string;
15
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
15
  click: (...args: any[]) => void;
17
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
16
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
18
17
  /**
19
18
  * Выставляет ширину кнопки в 100%
20
19
  */
@@ -33,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
33
32
  size: "small" | "large" | "medium";
34
33
  fullWidth: boolean;
35
34
  disabled: boolean;
36
- icon: import('../pl-icon').TIcon;
35
+ icon: import("../pl-icon").TIcon;
37
36
  iconColor: string;
38
37
  iconPosition: "left" | "right";
39
38
  nativeType: "button" | "submit" | "reset";
@@ -1,5 +1,4 @@
1
- import { TIcon } from '../../pl-icon/types';
2
-
1
+ import type { TIcon } from '../../pl-icon/types';
3
2
  /**
4
3
  * @param fullWidth boolean;
5
4
  * @param disabled boolean;
@@ -1,6 +1,4 @@
1
- import { Plugin } from 'vue';
2
-
3
- export * from '../services/SigningService';
1
+ import type { Plugin } from 'vue';
4
2
  export * from './button';
5
3
  export * from './currency-input';
6
4
  export * from './pl-autocomplete';
@@ -44,5 +42,6 @@ export * from '../utils/formatDate';
44
42
  export * from '../utils/deepSet';
45
43
  export * from '../utils/dadataParser';
46
44
  export * from '../plugins/filters';
45
+ export * from '../plugins/api/api';
47
46
  declare const _default: Plugin<any[]>[];
48
47
  export default _default;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlCurrency: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,71 +1,77 @@
1
- import { App } from 'vue';
2
- import { default as plLoading } from '../services/plLoading';
3
- import { default as loadingAndSetup } from '../plugins/loading/loading';
4
- import { IPlNotification } from './pl-snackbar/types';
1
+ import type { App } from 'vue';
2
+ import plLoading from '../services/plLoading';
3
+ import loadingAndSetup from '../plugins/loading/loading';
5
4
 
5
+
6
+
7
+
8
+
9
+
10
+ import type { IPlNotification } from './pl-snackbar/types';
6
11
  declare const Storybook: {
7
12
  apiJs: (optionsRequest: any, isGetResourse: boolean, token: any) => Promise<unknown>;
8
13
  plLoading: typeof plLoading;
9
14
  loader: typeof loadingAndSetup;
10
- formatCurrency: import('../install-function').SFCInstallWithContext<(number: string | number, showDecimal?: boolean, digitCount?: number) => string>;
11
- filters: import('../install-function').SFCInstallWithContext<() => {
15
+ formatCurrency: import("../install-function").SFCInstallWithContext<(number: string | number, showDecimal?: boolean, digitCount?: number) => string>;
16
+ filters: import("../install-function").SFCInstallWithContext<() => {
12
17
  capitalize(value: string): string;
13
- displayDate(value: string | import('dayjs').Dayjs): string;
18
+ displayDate(value: string | import("dayjs").Dayjs): string;
14
19
  }>;
15
- declOfNum: import('../install-function').SFCInstallWithContext<(value: number, words: string[]) => string>;
16
- isEqual: import('../install-function').SFCInstallWithContext<(<T>(obj1: T, obj2: T) => boolean)>;
17
- formatDate: import('../install-function').SFCInstallWithContext<(date: string, format: string) => string>;
18
- deepSet: import('../install-function').SFCInstallWithContext<() => {
20
+ declOfNum: import("../install-function").SFCInstallWithContext<(value: number, words: string[]) => string>;
21
+ isEqual: import("../install-function").SFCInstallWithContext<(<T>(obj1: T, obj2: T) => boolean)>;
22
+ formatDate: import("../install-function").SFCInstallWithContext<(date: string, format: string) => string>;
23
+ deepSet: import("../install-function").SFCInstallWithContext<() => {
19
24
  add: (o: any) => void;
20
25
  }>;
21
26
  dataParser: {
22
- recipientBottomText: import('../install-function').SFCInstallWithContext<(response: any[], getBottomText: any) => any[]>;
23
- innKppBottomText: import('../install-function').SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
24
- innAddressBottomText: import('../install-function').SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
27
+ recipientBottomText: import("../install-function").SFCInstallWithContext<(response: any[], getBottomText: any) => any[]>;
28
+ innKppBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
29
+ innAddressBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
25
30
  };
31
+ cancelAllApiRequests: import("../install-function").SFCInstallWithContext<() => void>;
26
32
  length: number;
27
33
  toString(): string;
28
34
  toLocaleString(): string;
29
- pop(): import('vue').Plugin<any[]>;
30
- push(...items: import('vue').Plugin<any[]>[]): number;
31
- concat(...items: ConcatArray<import('vue').Plugin<any[]>>[]): import('vue').Plugin<any[]>[];
32
- concat(...items: (import('vue').Plugin<any[]> | ConcatArray<import('vue').Plugin<any[]>>)[]): import('vue').Plugin<any[]>[];
35
+ pop(): import("vue").Plugin<any[]>;
36
+ push(...items: import("vue").Plugin<any[]>[]): number;
37
+ concat(...items: ConcatArray<import("vue").Plugin<any[]>>[]): import("vue").Plugin<any[]>[];
38
+ concat(...items: (import("vue").Plugin<any[]> | ConcatArray<import("vue").Plugin<any[]>>)[]): import("vue").Plugin<any[]>[];
33
39
  join(separator?: string): string;
34
- reverse(): import('vue').Plugin<any[]>[];
35
- shift(): import('vue').Plugin<any[]>;
36
- slice(start?: number, end?: number): import('vue').Plugin<any[]>[];
37
- sort(compareFn?: (a: import('vue').Plugin<any[]>, b: import('vue').Plugin<any[]>) => number): import('vue').Plugin<any[]>[];
38
- splice(start: number, deleteCount?: number): import('vue').Plugin<any[]>[];
39
- splice(start: number, deleteCount: number, ...items: import('vue').Plugin<any[]>[]): import('vue').Plugin<any[]>[];
40
- unshift(...items: import('vue').Plugin<any[]>[]): number;
41
- indexOf(searchElement: import('vue').Plugin<any[]>, fromIndex?: number): number;
42
- lastIndexOf(searchElement: import('vue').Plugin<any[]>, fromIndex?: number): number;
43
- every<S extends import('vue').Plugin<any[]>>(predicate: (value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => value is S, thisArg?: any): this is S[];
44
- every(predicate: (value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
45
- some(predicate: (value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
46
- forEach(callbackfn: (value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => void, thisArg?: any): void;
47
- map<U>(callbackfn: (value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => U, thisArg?: any): U[];
48
- filter<S_1 extends import('vue').Plugin<any[]>>(predicate: (value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => value is S_1, thisArg?: any): S_1[];
49
- filter(predicate: (value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => unknown, thisArg?: any): import('vue').Plugin<any[]>[];
50
- reduce(callbackfn: (previousValue: import('vue').Plugin<any[]>, currentValue: import('vue').Plugin<any[]>, currentIndex: number, array: import('vue').Plugin<any[]>[]) => import('vue').Plugin<any[]>): import('vue').Plugin<any[]>;
51
- reduce(callbackfn: (previousValue: import('vue').Plugin<any[]>, currentValue: import('vue').Plugin<any[]>, currentIndex: number, array: import('vue').Plugin<any[]>[]) => import('vue').Plugin<any[]>, initialValue: import('vue').Plugin<any[]>): import('vue').Plugin<any[]>;
52
- reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: import('vue').Plugin<any[]>, currentIndex: number, array: import('vue').Plugin<any[]>[]) => U_1, initialValue: U_1): U_1;
53
- reduceRight(callbackfn: (previousValue: import('vue').Plugin<any[]>, currentValue: import('vue').Plugin<any[]>, currentIndex: number, array: import('vue').Plugin<any[]>[]) => import('vue').Plugin<any[]>): import('vue').Plugin<any[]>;
54
- reduceRight(callbackfn: (previousValue: import('vue').Plugin<any[]>, currentValue: import('vue').Plugin<any[]>, currentIndex: number, array: import('vue').Plugin<any[]>[]) => import('vue').Plugin<any[]>, initialValue: import('vue').Plugin<any[]>): import('vue').Plugin<any[]>;
55
- reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: import('vue').Plugin<any[]>, currentIndex: number, array: import('vue').Plugin<any[]>[]) => U_2, initialValue: U_2): U_2;
56
- find<S_2 extends import('vue').Plugin<any[]>>(predicate: (this: void, value: import('vue').Plugin<any[]>, index: number, obj: import('vue').Plugin<any[]>[]) => value is S_2, thisArg?: any): S_2;
57
- find(predicate: (value: import('vue').Plugin<any[]>, index: number, obj: import('vue').Plugin<any[]>[]) => unknown, thisArg?: any): import('vue').Plugin<any[]>;
58
- findIndex(predicate: (value: import('vue').Plugin<any[]>, index: number, obj: import('vue').Plugin<any[]>[]) => unknown, thisArg?: any): number;
59
- fill(value: import('vue').Plugin<any[]>, start?: number, end?: number): import('vue').Plugin<any[]>[];
60
- copyWithin(target: number, start: number, end?: number): import('vue').Plugin<any[]>[];
61
- entries(): IterableIterator<[number, import('vue').Plugin<any[]>]>;
40
+ reverse(): import("vue").Plugin<any[]>[];
41
+ shift(): import("vue").Plugin<any[]>;
42
+ slice(start?: number, end?: number): import("vue").Plugin<any[]>[];
43
+ sort(compareFn?: (a: import("vue").Plugin<any[]>, b: import("vue").Plugin<any[]>) => number): import("vue").Plugin<any[]>[];
44
+ splice(start: number, deleteCount?: number): import("vue").Plugin<any[]>[];
45
+ splice(start: number, deleteCount: number, ...items: import("vue").Plugin<any[]>[]): import("vue").Plugin<any[]>[];
46
+ unshift(...items: import("vue").Plugin<any[]>[]): number;
47
+ indexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
48
+ lastIndexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
49
+ every<S extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S, thisArg?: any): this is S[];
50
+ every(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
51
+ some(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
52
+ forEach(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => void, thisArg?: any): void;
53
+ map<U>(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U, thisArg?: any): U[];
54
+ filter<S_1 extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S_1, thisArg?: any): S_1[];
55
+ filter(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>[];
56
+ reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
57
+ reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
58
+ reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_1, initialValue: U_1): U_1;
59
+ reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
60
+ reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
61
+ reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_2, initialValue: U_2): U_2;
62
+ find<S_2 extends import("vue").Plugin<any[]>>(predicate: (this: void, value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => value is S_2, thisArg?: any): S_2;
63
+ find(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>;
64
+ findIndex(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): number;
65
+ fill(value: import("vue").Plugin<any[]>, start?: number, end?: number): import("vue").Plugin<any[]>[];
66
+ copyWithin(target: number, start: number, end?: number): import("vue").Plugin<any[]>[];
67
+ entries(): IterableIterator<[number, import("vue").Plugin<any[]>]>;
62
68
  keys(): IterableIterator<number>;
63
- values(): IterableIterator<import('vue').Plugin<any[]>>;
64
- includes(searchElement: import('vue').Plugin<any[]>, fromIndex?: number): boolean;
65
- flatMap<U_3, This = undefined>(callback: (this: This, value: import('vue').Plugin<any[]>, index: number, array: import('vue').Plugin<any[]>[]) => U_3 | readonly U_3[], thisArg?: This): U_3[];
69
+ values(): IterableIterator<import("vue").Plugin<any[]>>;
70
+ includes(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): boolean;
71
+ flatMap<U_3, This = undefined>(callback: (this: This, value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U_3 | readonly U_3[], thisArg?: This): U_3[];
66
72
  flat<A, D extends number = 1>(this: A, depth?: D): FlatArray<A, D>[];
67
- at(index: number): import('vue').Plugin<any[]>;
68
- [Symbol.iterator](): IterableIterator<import('vue').Plugin<any[]>>;
73
+ at(index: number): import("vue").Plugin<any[]>;
74
+ [Symbol.iterator](): IterableIterator<import("vue").Plugin<any[]>>;
69
75
  [Symbol.unscopables](): {
70
76
  copyWithin: boolean;
71
77
  entries: boolean;
@@ -1,6 +1,5 @@
1
- import { IDropdownProps, IOption } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
1
+ import type { IDropdownProps, IOption } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
4
3
  focus: boolean;
5
4
  id: string;
6
5
  helpertext: string;
@@ -12,9 +11,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
12
11
  disableMarkerBottom: boolean;
13
12
  suggestionList: () => any[];
14
13
  uniqKey: string;
15
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
15
  "select-value": (...args: any[]) => void;
17
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
16
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
18
17
  focus: boolean;
19
18
  id: string;
20
19
  helpertext: string;
@@ -34,7 +33,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
34
33
  query: string;
35
34
  disableMarkerBottom: boolean;
36
35
  helpertext: string;
37
- errors: import('async-validator').ValidateError[];
36
+ errors: import("async-validator").ValidateError[];
38
37
  offsets: string;
39
38
  loadingSuggestions: boolean;
40
39
  symbolsCountSearch: string | number;
@@ -1,6 +1,5 @@
1
- import { IAutocompleteDefaultProps } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
1
+ import type { IAutocompleteDefaultProps } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
4
3
  prop: string;
5
4
  modelValue: string;
6
5
  placeholder: string;
@@ -10,12 +9,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
9
  showError: number;
11
10
  leftIcon: string;
12
11
  memoryBlur: boolean;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
13
  reset: (...args: any[]) => void;
15
14
  "update:modelValue": (...args: any[]) => void;
16
15
  tabDown: (...args: any[]) => void;
17
16
  focusEmit: (...args: any[]) => void;
18
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
19
18
  prop: string;
20
19
  modelValue: string;
21
20
  placeholder: string;
@@ -38,7 +37,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
38
37
  placeholder: string;
39
38
  clearable: boolean;
40
39
  showError: number;
41
- leftIcon: import('../../pl-icon').TIcon;
40
+ leftIcon: import("../../pl-icon").TIcon;
42
41
  memoryBlur: boolean;
43
42
  }, {}>;
44
43
  export default _default;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlAutocomplete: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,6 +1,5 @@
1
- import { IOption, IAutocompleteProps } from './types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
1
+ import type { IOption, IAutocompleteProps } from './types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
4
3
  modelValue: () => {
5
4
  value: string;
6
5
  };
@@ -23,11 +22,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
23
22
  disableMarkerBottom: boolean;
24
23
  uniqKey: string;
25
24
  teleport: boolean;
26
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
26
  "update:modelValue": (...args: any[]) => void;
28
27
  fetchDadata: (...args: any[]) => void;
29
28
  changeValue: (...args: any[]) => void;
30
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
29
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
31
30
  modelValue: () => {
32
31
  value: string;
33
32
  };
@@ -61,9 +60,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
61
60
  prop: string;
62
61
  placeholder: string;
63
62
  clearable: boolean;
64
- leftIcon: import('../pl-icon').TIcon;
63
+ leftIcon: import("../pl-icon").TIcon;
65
64
  memoryBlur: boolean;
66
- rightIcon: import('../pl-icon').TIcon;
65
+ rightIcon: import("../pl-icon").TIcon;
67
66
  width: string;
68
67
  disableMarkerBottom: boolean;
69
68
  helpertext: string;
@@ -1,6 +1,5 @@
1
- import { ValidateError } from 'async-validator';
2
- import { TIcon } from '../../pl-icon/types';
3
-
1
+ import type { ValidateError } from 'async-validator';
2
+ import type { TIcon } from '../../pl-icon/types';
4
3
  declare interface IOption {
5
4
  value: string;
6
5
  bottomText?: string;
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from 'vue';
3
2
  declare const PlCard: {
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 PlCheckbox: {
4
3
  install(app: App): void;
5
4
  };
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import { App } from 'vue';
3
2
  declare const PlCheckboxPlus: {
4
3
  install(app: App): void;
5
4
  };