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