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,418 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
5
+ open: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ shadow: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ border: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ shift: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ widthClosed: {
22
+ type: StringConstructor;
23
+ required: false;
24
+ default: string;
25
+ };
26
+ widthOpened: {
27
+ type: StringConstructor;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ titleOpen: {
32
+ type: StringConstructor;
33
+ required: false;
34
+ default: string;
35
+ };
36
+ titleClose: {
37
+ type: StringConstructor;
38
+ required: false;
39
+ default: string;
40
+ };
41
+ background: {
42
+ type: StringConstructor;
43
+ required: false;
44
+ default: string;
45
+ };
46
+ }>> & Readonly<{
47
+ onOpen?: ((...args: any[]) => any) | undefined;
48
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
+ open: (...args: any[]) => void;
50
+ }, import('vue').PublicProps, {
51
+ shift: boolean;
52
+ background: string;
53
+ open: boolean;
54
+ shadow: boolean;
55
+ border: boolean;
56
+ widthClosed: string;
57
+ widthOpened: string;
58
+ titleOpen: string;
59
+ titleClose: string;
60
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
61
+ P: {};
62
+ B: {};
63
+ D: {};
64
+ C: {};
65
+ M: {};
66
+ Defaults: {};
67
+ }, Readonly<globalThis.ExtractPropTypes<{
68
+ open: {
69
+ type: BooleanConstructor;
70
+ default: boolean;
71
+ };
72
+ shadow: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ border: {
77
+ type: BooleanConstructor;
78
+ default: boolean;
79
+ };
80
+ shift: {
81
+ type: BooleanConstructor;
82
+ default: boolean;
83
+ };
84
+ widthClosed: {
85
+ type: StringConstructor;
86
+ required: false;
87
+ default: string;
88
+ };
89
+ widthOpened: {
90
+ type: StringConstructor;
91
+ required: false;
92
+ default: string;
93
+ };
94
+ titleOpen: {
95
+ type: StringConstructor;
96
+ required: false;
97
+ default: string;
98
+ };
99
+ titleClose: {
100
+ type: StringConstructor;
101
+ required: false;
102
+ default: string;
103
+ };
104
+ background: {
105
+ type: StringConstructor;
106
+ required: false;
107
+ default: string;
108
+ };
109
+ }>> & Readonly<{
110
+ onOpen?: ((...args: any[]) => any) | undefined;
111
+ }>, {}, {}, {}, {}, {
112
+ shift: boolean;
113
+ background: string;
114
+ open: boolean;
115
+ shadow: boolean;
116
+ border: boolean;
117
+ widthClosed: string;
118
+ widthOpened: string;
119
+ titleOpen: string;
120
+ titleClose: string;
121
+ }>;
122
+ __isFragment?: undefined;
123
+ __isTeleport?: undefined;
124
+ __isSuspense?: undefined;
125
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
126
+ open: {
127
+ type: BooleanConstructor;
128
+ default: boolean;
129
+ };
130
+ shadow: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
134
+ border: {
135
+ type: BooleanConstructor;
136
+ default: boolean;
137
+ };
138
+ shift: {
139
+ type: BooleanConstructor;
140
+ default: boolean;
141
+ };
142
+ widthClosed: {
143
+ type: StringConstructor;
144
+ required: false;
145
+ default: string;
146
+ };
147
+ widthOpened: {
148
+ type: StringConstructor;
149
+ required: false;
150
+ default: string;
151
+ };
152
+ titleOpen: {
153
+ type: StringConstructor;
154
+ required: false;
155
+ default: string;
156
+ };
157
+ titleClose: {
158
+ type: StringConstructor;
159
+ required: false;
160
+ default: string;
161
+ };
162
+ background: {
163
+ type: StringConstructor;
164
+ required: false;
165
+ default: string;
166
+ };
167
+ }>> & Readonly<{
168
+ onOpen?: ((...args: any[]) => any) | undefined;
169
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
170
+ open: (...args: any[]) => void;
171
+ }, string, {
172
+ shift: boolean;
173
+ background: string;
174
+ open: boolean;
175
+ shadow: boolean;
176
+ border: boolean;
177
+ widthClosed: string;
178
+ widthOpened: string;
179
+ titleOpen: string;
180
+ titleClose: string;
181
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
182
+ $slots: {
183
+ content?(_: {}): any;
184
+ default?(_: {}): any;
185
+ };
186
+ });
187
+ tags: string[];
188
+ parameters: {
189
+ docs: {
190
+ description: {
191
+ component: string;
192
+ };
193
+ };
194
+ };
195
+ argTypes: {
196
+ open: {
197
+ control: string;
198
+ description: string;
199
+ };
200
+ shadow: {
201
+ control: string;
202
+ description: string;
203
+ };
204
+ widthClosed: {
205
+ control: string;
206
+ description: string;
207
+ };
208
+ widthOpened: {
209
+ control: string;
210
+ description: string;
211
+ };
212
+ titleOpen: {
213
+ control: string;
214
+ description: string;
215
+ };
216
+ titleClose: {
217
+ control: string;
218
+ description: string;
219
+ };
220
+ background: {
221
+ control: string;
222
+ description: string;
223
+ };
224
+ };
225
+ };
226
+ export default _default;
227
+ export declare const DefaultSlider: (args: any) => {
228
+ components: {
229
+ PRightSlider: {
230
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
231
+ open: {
232
+ type: BooleanConstructor;
233
+ default: boolean;
234
+ };
235
+ shadow: {
236
+ type: BooleanConstructor;
237
+ default: boolean;
238
+ };
239
+ border: {
240
+ type: BooleanConstructor;
241
+ default: boolean;
242
+ };
243
+ shift: {
244
+ type: BooleanConstructor;
245
+ default: boolean;
246
+ };
247
+ widthClosed: {
248
+ type: StringConstructor;
249
+ required: false;
250
+ default: string;
251
+ };
252
+ widthOpened: {
253
+ type: StringConstructor;
254
+ required: false;
255
+ default: string;
256
+ };
257
+ titleOpen: {
258
+ type: StringConstructor;
259
+ required: false;
260
+ default: string;
261
+ };
262
+ titleClose: {
263
+ type: StringConstructor;
264
+ required: false;
265
+ default: string;
266
+ };
267
+ background: {
268
+ type: StringConstructor;
269
+ required: false;
270
+ default: string;
271
+ };
272
+ }>> & Readonly<{
273
+ onOpen?: ((...args: any[]) => any) | undefined;
274
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
275
+ open: (...args: any[]) => void;
276
+ }, import('vue').PublicProps, {
277
+ shift: boolean;
278
+ background: string;
279
+ open: boolean;
280
+ shadow: boolean;
281
+ border: boolean;
282
+ widthClosed: string;
283
+ widthOpened: string;
284
+ titleOpen: string;
285
+ titleClose: string;
286
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
287
+ P: {};
288
+ B: {};
289
+ D: {};
290
+ C: {};
291
+ M: {};
292
+ Defaults: {};
293
+ }, Readonly<globalThis.ExtractPropTypes<{
294
+ open: {
295
+ type: BooleanConstructor;
296
+ default: boolean;
297
+ };
298
+ shadow: {
299
+ type: BooleanConstructor;
300
+ default: boolean;
301
+ };
302
+ border: {
303
+ type: BooleanConstructor;
304
+ default: boolean;
305
+ };
306
+ shift: {
307
+ type: BooleanConstructor;
308
+ default: boolean;
309
+ };
310
+ widthClosed: {
311
+ type: StringConstructor;
312
+ required: false;
313
+ default: string;
314
+ };
315
+ widthOpened: {
316
+ type: StringConstructor;
317
+ required: false;
318
+ default: string;
319
+ };
320
+ titleOpen: {
321
+ type: StringConstructor;
322
+ required: false;
323
+ default: string;
324
+ };
325
+ titleClose: {
326
+ type: StringConstructor;
327
+ required: false;
328
+ default: string;
329
+ };
330
+ background: {
331
+ type: StringConstructor;
332
+ required: false;
333
+ default: string;
334
+ };
335
+ }>> & Readonly<{
336
+ onOpen?: ((...args: any[]) => any) | undefined;
337
+ }>, {}, {}, {}, {}, {
338
+ shift: boolean;
339
+ background: string;
340
+ open: boolean;
341
+ shadow: boolean;
342
+ border: boolean;
343
+ widthClosed: string;
344
+ widthOpened: string;
345
+ titleOpen: string;
346
+ titleClose: string;
347
+ }>;
348
+ __isFragment?: undefined;
349
+ __isTeleport?: undefined;
350
+ __isSuspense?: undefined;
351
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
352
+ open: {
353
+ type: BooleanConstructor;
354
+ default: boolean;
355
+ };
356
+ shadow: {
357
+ type: BooleanConstructor;
358
+ default: boolean;
359
+ };
360
+ border: {
361
+ type: BooleanConstructor;
362
+ default: boolean;
363
+ };
364
+ shift: {
365
+ type: BooleanConstructor;
366
+ default: boolean;
367
+ };
368
+ widthClosed: {
369
+ type: StringConstructor;
370
+ required: false;
371
+ default: string;
372
+ };
373
+ widthOpened: {
374
+ type: StringConstructor;
375
+ required: false;
376
+ default: string;
377
+ };
378
+ titleOpen: {
379
+ type: StringConstructor;
380
+ required: false;
381
+ default: string;
382
+ };
383
+ titleClose: {
384
+ type: StringConstructor;
385
+ required: false;
386
+ default: string;
387
+ };
388
+ background: {
389
+ type: StringConstructor;
390
+ required: false;
391
+ default: string;
392
+ };
393
+ }>> & Readonly<{
394
+ onOpen?: ((...args: any[]) => any) | undefined;
395
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
396
+ open: (...args: any[]) => void;
397
+ }, string, {
398
+ shift: boolean;
399
+ background: string;
400
+ open: boolean;
401
+ shadow: boolean;
402
+ border: boolean;
403
+ widthClosed: string;
404
+ widthOpened: string;
405
+ titleOpen: string;
406
+ titleClose: string;
407
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
408
+ $slots: {
409
+ content?(_: {}): any;
410
+ default?(_: {}): any;
411
+ };
412
+ });
413
+ };
414
+ setup(): {
415
+ args: any;
416
+ };
417
+ template: string;
418
+ };
@@ -0,0 +1,238 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
5
+ shadow: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ zIndex: {
10
+ type: NumberConstructor;
11
+ default: number;
12
+ };
13
+ background: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ padding: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ top: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
26
+ top: string;
27
+ background: string;
28
+ zIndex: number;
29
+ padding: string;
30
+ shadow: boolean;
31
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
32
+ P: {};
33
+ B: {};
34
+ D: {};
35
+ C: {};
36
+ M: {};
37
+ Defaults: {};
38
+ }, Readonly<globalThis.ExtractPropTypes<{
39
+ shadow: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ zIndex: {
44
+ type: NumberConstructor;
45
+ default: number;
46
+ };
47
+ background: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ padding: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ top: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
60
+ top: string;
61
+ background: string;
62
+ zIndex: number;
63
+ padding: string;
64
+ shadow: boolean;
65
+ }>;
66
+ __isFragment?: undefined;
67
+ __isTeleport?: undefined;
68
+ __isSuspense?: undefined;
69
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
70
+ shadow: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ zIndex: {
75
+ type: NumberConstructor;
76
+ default: number;
77
+ };
78
+ background: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
82
+ padding: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ top: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
91
+ top: string;
92
+ background: string;
93
+ zIndex: number;
94
+ padding: string;
95
+ shadow: boolean;
96
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
97
+ $slots: {
98
+ default?(_: {}): any;
99
+ };
100
+ });
101
+ tags: string[];
102
+ parameters: {
103
+ docs: {
104
+ description: {
105
+ component: string;
106
+ };
107
+ };
108
+ };
109
+ argTypes: {
110
+ zIndex: {
111
+ control: string;
112
+ description: string;
113
+ };
114
+ shadow: {
115
+ control: string;
116
+ description: string;
117
+ };
118
+ background: {
119
+ control: string;
120
+ description: string;
121
+ };
122
+ padding: {
123
+ control: string;
124
+ description: string;
125
+ };
126
+ top: {
127
+ control: string;
128
+ description: string;
129
+ };
130
+ };
131
+ };
132
+ export default _default;
133
+ export declare const Default: (args: any) => {
134
+ components: {
135
+ PSticky: {
136
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
137
+ shadow: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ zIndex: {
142
+ type: NumberConstructor;
143
+ default: number;
144
+ };
145
+ background: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ padding: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ top: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
158
+ top: string;
159
+ background: string;
160
+ zIndex: number;
161
+ padding: string;
162
+ shadow: boolean;
163
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
164
+ P: {};
165
+ B: {};
166
+ D: {};
167
+ C: {};
168
+ M: {};
169
+ Defaults: {};
170
+ }, Readonly<globalThis.ExtractPropTypes<{
171
+ shadow: {
172
+ type: BooleanConstructor;
173
+ default: boolean;
174
+ };
175
+ zIndex: {
176
+ type: NumberConstructor;
177
+ default: number;
178
+ };
179
+ background: {
180
+ type: StringConstructor;
181
+ default: string;
182
+ };
183
+ padding: {
184
+ type: StringConstructor;
185
+ default: string;
186
+ };
187
+ top: {
188
+ type: StringConstructor;
189
+ default: string;
190
+ };
191
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
192
+ top: string;
193
+ background: string;
194
+ zIndex: number;
195
+ padding: string;
196
+ shadow: boolean;
197
+ }>;
198
+ __isFragment?: undefined;
199
+ __isTeleport?: undefined;
200
+ __isSuspense?: undefined;
201
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
202
+ shadow: {
203
+ type: BooleanConstructor;
204
+ default: boolean;
205
+ };
206
+ zIndex: {
207
+ type: NumberConstructor;
208
+ default: number;
209
+ };
210
+ background: {
211
+ type: StringConstructor;
212
+ default: string;
213
+ };
214
+ padding: {
215
+ type: StringConstructor;
216
+ default: string;
217
+ };
218
+ top: {
219
+ type: StringConstructor;
220
+ default: string;
221
+ };
222
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
223
+ top: string;
224
+ background: string;
225
+ zIndex: number;
226
+ padding: string;
227
+ shadow: boolean;
228
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
229
+ $slots: {
230
+ default?(_: {}): any;
231
+ };
232
+ });
233
+ };
234
+ setup(): {
235
+ args: any;
236
+ };
237
+ template: string;
238
+ };