sprof 0.0.21 → 0.0.23

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 (39) hide show
  1. package/dist/components/Icons/IconArrowLeft.stories.d.ts +100 -0
  2. package/dist/components/Icons/IconCheckDefault.stories.d.ts +100 -0
  3. package/dist/components/Icons/IconClose.stories.d.ts +100 -0
  4. package/dist/components/Icons/IconEdit.stories.d.ts +100 -0
  5. package/dist/components/Icons/IconEmail.stories.d.ts +100 -0
  6. package/dist/components/Icons/IconMove.stories.d.ts +100 -0
  7. package/dist/components/Icons/IconPhone.stories.d.ts +100 -0
  8. package/dist/components/Icons/IconSearch.stories.d.ts +100 -0
  9. package/dist/components/Icons/IconSelectArrow.stories.d.ts +100 -0
  10. package/dist/components/atoms/PList/PList.stories.d.ts +188 -0
  11. package/dist/components/atoms/PRadio/PRadio.stories.d.ts +240 -0
  12. package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +418 -0
  13. package/dist/components/atoms/PSticky/PSticky.stories.d.ts +238 -0
  14. package/dist/components/atoms/PString/PString.stories.d.ts +354 -0
  15. package/dist/components/atoms/PTable/PTable.storeis.d.ts +190 -0
  16. package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +358 -0
  17. package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +244 -0
  18. package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +58 -0
  19. package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +278 -0
  20. package/dist/components/organisms/PTabs/PTabs.stories.d.ts +320 -0
  21. package/dist/modules/documents/classes/Inn.d.ts +7 -0
  22. package/dist/modules/documents/classes/Snils.d.ts +7 -0
  23. package/dist/modules/documents/classes/index.d.ts +5 -0
  24. package/dist/modules/documents/store/InnsStore.d.ts +7 -0
  25. package/dist/modules/documents/store/SnilssStore.d.ts +7 -0
  26. package/dist/modules/documents/store/index.d.ts +5 -0
  27. package/dist/modules/index.d.ts +2 -2
  28. package/dist/sprof.js +635 -603
  29. package/dist/sprof.umd.cjs +11 -11
  30. package/dist/style.css +1 -1
  31. package/package.json +1 -1
  32. package/dist/modules/passports/classes/index.d.ts +0 -3
  33. package/dist/modules/passports/store/index.d.ts +0 -3
  34. /package/dist/modules/{passports → documents}/classes/Passport.d.ts +0 -0
  35. /package/dist/modules/{passports → documents}/classes/PassportScan.d.ts +0 -0
  36. /package/dist/modules/{passports → documents}/classes/indexNames.d.ts +0 -0
  37. /package/dist/modules/{passports → documents}/store/PassportScansStore.d.ts +0 -0
  38. /package/dist/modules/{passports → documents}/store/PassportsStore.d.ts +0 -0
  39. /package/dist/modules/{passports → documents}/store/indexNames.d.ts +0 -0
@@ -0,0 +1,354 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ string: {
5
+ type: StringConstructor;
6
+ required: false;
7
+ default: string;
8
+ };
9
+ color: {
10
+ type: StringConstructor;
11
+ required: false;
12
+ default: string;
13
+ };
14
+ fontSize: {
15
+ type: StringConstructor;
16
+ required: false;
17
+ default: string;
18
+ };
19
+ fontWeight: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ default: string;
23
+ };
24
+ background: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ padding: {
30
+ type: StringConstructor;
31
+ required: false;
32
+ default: string;
33
+ };
34
+ width: {
35
+ type: StringConstructor;
36
+ required: false;
37
+ default: string;
38
+ };
39
+ minWidth: {
40
+ type: StringConstructor;
41
+ required: false;
42
+ default: string;
43
+ };
44
+ margin: {
45
+ type: StringConstructor;
46
+ required: false;
47
+ default: string;
48
+ };
49
+ customClass: {
50
+ type: StringConstructor;
51
+ required: false;
52
+ default: string;
53
+ };
54
+ justifyContent: {
55
+ type: StringConstructor;
56
+ required: false;
57
+ default: string;
58
+ };
59
+ isHtml: {
60
+ type: BooleanConstructor;
61
+ required: false;
62
+ default: boolean;
63
+ };
64
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
+ click: (...args: any[]) => void;
66
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
67
+ string: {
68
+ type: StringConstructor;
69
+ required: false;
70
+ default: string;
71
+ };
72
+ color: {
73
+ type: StringConstructor;
74
+ required: false;
75
+ default: string;
76
+ };
77
+ fontSize: {
78
+ type: StringConstructor;
79
+ required: false;
80
+ default: string;
81
+ };
82
+ fontWeight: {
83
+ type: StringConstructor;
84
+ required: false;
85
+ default: string;
86
+ };
87
+ background: {
88
+ type: StringConstructor;
89
+ required: false;
90
+ default: string;
91
+ };
92
+ padding: {
93
+ type: StringConstructor;
94
+ required: false;
95
+ default: string;
96
+ };
97
+ width: {
98
+ type: StringConstructor;
99
+ required: false;
100
+ default: string;
101
+ };
102
+ minWidth: {
103
+ type: StringConstructor;
104
+ required: false;
105
+ default: string;
106
+ };
107
+ margin: {
108
+ type: StringConstructor;
109
+ required: false;
110
+ default: string;
111
+ };
112
+ customClass: {
113
+ type: StringConstructor;
114
+ required: false;
115
+ default: string;
116
+ };
117
+ justifyContent: {
118
+ type: StringConstructor;
119
+ required: false;
120
+ default: string;
121
+ };
122
+ isHtml: {
123
+ type: BooleanConstructor;
124
+ required: false;
125
+ default: boolean;
126
+ };
127
+ }>> & Readonly<{
128
+ onClick?: ((...args: any[]) => any) | undefined;
129
+ }>, {
130
+ string: string;
131
+ minWidth: string;
132
+ background: string;
133
+ margin: string;
134
+ padding: string;
135
+ width: string;
136
+ fontSize: string;
137
+ color: string;
138
+ justifyContent: string;
139
+ fontWeight: string;
140
+ customClass: string;
141
+ isHtml: boolean;
142
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
143
+ tags: string[];
144
+ parameters: {
145
+ docs: {
146
+ description: {
147
+ component: string;
148
+ };
149
+ };
150
+ };
151
+ argTypes: {
152
+ string: {
153
+ control: string;
154
+ description: string;
155
+ };
156
+ color: {
157
+ control: string;
158
+ description: string;
159
+ };
160
+ fontSize: {
161
+ control: string;
162
+ description: string;
163
+ };
164
+ fontWeight: {
165
+ control: string;
166
+ description: string;
167
+ };
168
+ background: {
169
+ control: string;
170
+ description: string;
171
+ };
172
+ padding: {
173
+ control: string;
174
+ description: string;
175
+ };
176
+ width: {
177
+ control: string;
178
+ description: string;
179
+ };
180
+ minWidth: {
181
+ control: string;
182
+ description: string;
183
+ };
184
+ margin: {
185
+ control: string;
186
+ description: string;
187
+ };
188
+ customClass: {
189
+ control: string;
190
+ description: string;
191
+ };
192
+ justifyContent: {
193
+ control: string;
194
+ description: string;
195
+ };
196
+ isHtml: {
197
+ control: string;
198
+ description: string;
199
+ };
200
+ onClick: {
201
+ action: string;
202
+ description: string;
203
+ };
204
+ };
205
+ };
206
+ export default _default;
207
+ export declare const Default: (args: any) => {
208
+ components: {
209
+ PString: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
210
+ string: {
211
+ type: StringConstructor;
212
+ required: false;
213
+ default: string;
214
+ };
215
+ color: {
216
+ type: StringConstructor;
217
+ required: false;
218
+ default: string;
219
+ };
220
+ fontSize: {
221
+ type: StringConstructor;
222
+ required: false;
223
+ default: string;
224
+ };
225
+ fontWeight: {
226
+ type: StringConstructor;
227
+ required: false;
228
+ default: string;
229
+ };
230
+ background: {
231
+ type: StringConstructor;
232
+ required: false;
233
+ default: string;
234
+ };
235
+ padding: {
236
+ type: StringConstructor;
237
+ required: false;
238
+ default: string;
239
+ };
240
+ width: {
241
+ type: StringConstructor;
242
+ required: false;
243
+ default: string;
244
+ };
245
+ minWidth: {
246
+ type: StringConstructor;
247
+ required: false;
248
+ default: string;
249
+ };
250
+ margin: {
251
+ type: StringConstructor;
252
+ required: false;
253
+ default: string;
254
+ };
255
+ customClass: {
256
+ type: StringConstructor;
257
+ required: false;
258
+ default: string;
259
+ };
260
+ justifyContent: {
261
+ type: StringConstructor;
262
+ required: false;
263
+ default: string;
264
+ };
265
+ isHtml: {
266
+ type: BooleanConstructor;
267
+ required: false;
268
+ default: boolean;
269
+ };
270
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
271
+ click: (...args: any[]) => void;
272
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
273
+ string: {
274
+ type: StringConstructor;
275
+ required: false;
276
+ default: string;
277
+ };
278
+ color: {
279
+ type: StringConstructor;
280
+ required: false;
281
+ default: string;
282
+ };
283
+ fontSize: {
284
+ type: StringConstructor;
285
+ required: false;
286
+ default: string;
287
+ };
288
+ fontWeight: {
289
+ type: StringConstructor;
290
+ required: false;
291
+ default: string;
292
+ };
293
+ background: {
294
+ type: StringConstructor;
295
+ required: false;
296
+ default: string;
297
+ };
298
+ padding: {
299
+ type: StringConstructor;
300
+ required: false;
301
+ default: string;
302
+ };
303
+ width: {
304
+ type: StringConstructor;
305
+ required: false;
306
+ default: string;
307
+ };
308
+ minWidth: {
309
+ type: StringConstructor;
310
+ required: false;
311
+ default: string;
312
+ };
313
+ margin: {
314
+ type: StringConstructor;
315
+ required: false;
316
+ default: string;
317
+ };
318
+ customClass: {
319
+ type: StringConstructor;
320
+ required: false;
321
+ default: string;
322
+ };
323
+ justifyContent: {
324
+ type: StringConstructor;
325
+ required: false;
326
+ default: string;
327
+ };
328
+ isHtml: {
329
+ type: BooleanConstructor;
330
+ required: false;
331
+ default: boolean;
332
+ };
333
+ }>> & Readonly<{
334
+ onClick?: ((...args: any[]) => any) | undefined;
335
+ }>, {
336
+ string: string;
337
+ minWidth: string;
338
+ background: string;
339
+ margin: string;
340
+ padding: string;
341
+ width: string;
342
+ fontSize: string;
343
+ color: string;
344
+ justifyContent: string;
345
+ fontWeight: string;
346
+ customClass: string;
347
+ isHtml: boolean;
348
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
349
+ };
350
+ setup(): {
351
+ args: any;
352
+ };
353
+ template: string;
354
+ };
@@ -0,0 +1,190 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
5
+ margin: {
6
+ type: StringConstructor;
7
+ required: false;
8
+ default: string;
9
+ };
10
+ width: {
11
+ type: StringConstructor;
12
+ required: false;
13
+ default: string;
14
+ };
15
+ fontSize: {
16
+ type: StringConstructor;
17
+ required: false;
18
+ default: string;
19
+ };
20
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
21
+ margin: string;
22
+ width: string;
23
+ fontSize: string;
24
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
25
+ P: {};
26
+ B: {};
27
+ D: {};
28
+ C: {};
29
+ M: {};
30
+ Defaults: {};
31
+ }, Readonly<globalThis.ExtractPropTypes<{
32
+ margin: {
33
+ type: StringConstructor;
34
+ required: false;
35
+ default: string;
36
+ };
37
+ width: {
38
+ type: StringConstructor;
39
+ required: false;
40
+ default: string;
41
+ };
42
+ fontSize: {
43
+ type: StringConstructor;
44
+ required: false;
45
+ default: string;
46
+ };
47
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
48
+ margin: string;
49
+ width: string;
50
+ fontSize: string;
51
+ }>;
52
+ __isFragment?: undefined;
53
+ __isTeleport?: undefined;
54
+ __isSuspense?: undefined;
55
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
56
+ margin: {
57
+ type: StringConstructor;
58
+ required: false;
59
+ default: string;
60
+ };
61
+ width: {
62
+ type: StringConstructor;
63
+ required: false;
64
+ default: string;
65
+ };
66
+ fontSize: {
67
+ type: StringConstructor;
68
+ required: false;
69
+ default: string;
70
+ };
71
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
72
+ margin: string;
73
+ width: string;
74
+ fontSize: string;
75
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
76
+ $slots: {
77
+ thead?(_: {}): any;
78
+ tbody?(_: {}): any;
79
+ };
80
+ });
81
+ tags: string[];
82
+ parameters: {
83
+ docs: {
84
+ description: {
85
+ component: string;
86
+ };
87
+ };
88
+ };
89
+ argTypes: {
90
+ margin: {
91
+ control: string;
92
+ description: string;
93
+ };
94
+ width: {
95
+ control: string;
96
+ description: string;
97
+ };
98
+ fontSize: {
99
+ control: string;
100
+ description: string;
101
+ };
102
+ };
103
+ };
104
+ export default _default;
105
+ export declare const Default: (args: Record<string, unknown>) => {
106
+ components: {
107
+ PTable: {
108
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
109
+ margin: {
110
+ type: StringConstructor;
111
+ required: false;
112
+ default: string;
113
+ };
114
+ width: {
115
+ type: StringConstructor;
116
+ required: false;
117
+ default: string;
118
+ };
119
+ fontSize: {
120
+ type: StringConstructor;
121
+ required: false;
122
+ default: string;
123
+ };
124
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
125
+ margin: string;
126
+ width: string;
127
+ fontSize: string;
128
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
129
+ P: {};
130
+ B: {};
131
+ D: {};
132
+ C: {};
133
+ M: {};
134
+ Defaults: {};
135
+ }, Readonly<globalThis.ExtractPropTypes<{
136
+ margin: {
137
+ type: StringConstructor;
138
+ required: false;
139
+ default: string;
140
+ };
141
+ width: {
142
+ type: StringConstructor;
143
+ required: false;
144
+ default: string;
145
+ };
146
+ fontSize: {
147
+ type: StringConstructor;
148
+ required: false;
149
+ default: string;
150
+ };
151
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
152
+ margin: string;
153
+ width: string;
154
+ fontSize: string;
155
+ }>;
156
+ __isFragment?: undefined;
157
+ __isTeleport?: undefined;
158
+ __isSuspense?: undefined;
159
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
160
+ margin: {
161
+ type: StringConstructor;
162
+ required: false;
163
+ default: string;
164
+ };
165
+ width: {
166
+ type: StringConstructor;
167
+ required: false;
168
+ default: string;
169
+ };
170
+ fontSize: {
171
+ type: StringConstructor;
172
+ required: false;
173
+ default: string;
174
+ };
175
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
176
+ margin: string;
177
+ width: string;
178
+ fontSize: string;
179
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
180
+ $slots: {
181
+ thead?(_: {}): any;
182
+ tbody?(_: {}): any;
183
+ };
184
+ });
185
+ };
186
+ setup(): {
187
+ args: Record<string, unknown>;
188
+ };
189
+ template: string;
190
+ };