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,278 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ tabId: {
5
+ type: StringConstructor;
6
+ required: false;
7
+ default: string;
8
+ };
9
+ activeId: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ isCollaps: {
14
+ type: globalThis.PropType<boolean>;
15
+ default: boolean;
16
+ };
17
+ title: {
18
+ type: globalThis.PropType<string>;
19
+ default: string;
20
+ };
21
+ showToolsOnHover: {
22
+ type: globalThis.PropType<boolean>;
23
+ default: boolean;
24
+ };
25
+ background: {
26
+ type: globalThis.PropType<string>;
27
+ required: false;
28
+ default: string;
29
+ };
30
+ backgroundAttention: {
31
+ type: globalThis.PropType<string>;
32
+ required: false;
33
+ default: string;
34
+ };
35
+ changeColor: {
36
+ type: globalThis.PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ margin: {
40
+ type: globalThis.PropType<string>;
41
+ default: string;
42
+ };
43
+ padding: {
44
+ type: globalThis.PropType<string>;
45
+ default: string;
46
+ };
47
+ selectable: {
48
+ type: globalThis.PropType<boolean>;
49
+ default: boolean;
50
+ };
51
+ }>, {
52
+ collapsed: globalThis.Ref<boolean, boolean>;
53
+ handleItemClick: () => void;
54
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "changeActiveId"[], "changeActiveId", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
55
+ tabId: {
56
+ type: StringConstructor;
57
+ required: false;
58
+ default: string;
59
+ };
60
+ activeId: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ };
64
+ isCollaps: {
65
+ type: globalThis.PropType<boolean>;
66
+ default: boolean;
67
+ };
68
+ title: {
69
+ type: globalThis.PropType<string>;
70
+ default: string;
71
+ };
72
+ showToolsOnHover: {
73
+ type: globalThis.PropType<boolean>;
74
+ default: boolean;
75
+ };
76
+ background: {
77
+ type: globalThis.PropType<string>;
78
+ required: false;
79
+ default: string;
80
+ };
81
+ backgroundAttention: {
82
+ type: globalThis.PropType<string>;
83
+ required: false;
84
+ default: string;
85
+ };
86
+ changeColor: {
87
+ type: globalThis.PropType<boolean>;
88
+ default: boolean;
89
+ };
90
+ margin: {
91
+ type: globalThis.PropType<string>;
92
+ default: string;
93
+ };
94
+ padding: {
95
+ type: globalThis.PropType<string>;
96
+ default: string;
97
+ };
98
+ selectable: {
99
+ type: globalThis.PropType<boolean>;
100
+ default: boolean;
101
+ };
102
+ }>> & Readonly<{
103
+ onChangeActiveId?: ((...args: any[]) => any) | undefined;
104
+ }>, {
105
+ title: string;
106
+ background: string;
107
+ margin: string;
108
+ padding: string;
109
+ tabId: string;
110
+ activeId: string;
111
+ isCollaps: boolean;
112
+ showToolsOnHover: boolean;
113
+ backgroundAttention: string;
114
+ changeColor: boolean;
115
+ selectable: boolean;
116
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
117
+ tags: string[];
118
+ parameters: {
119
+ docs: {
120
+ description: {
121
+ component: string;
122
+ };
123
+ };
124
+ };
125
+ argTypes: {
126
+ tabId: {
127
+ control: string;
128
+ description: string;
129
+ };
130
+ activeId: {
131
+ control: string;
132
+ description: string;
133
+ };
134
+ isCollaps: {
135
+ control: string;
136
+ description: string;
137
+ };
138
+ title: {
139
+ control: string;
140
+ description: string;
141
+ };
142
+ background: {
143
+ control: string;
144
+ description: string;
145
+ };
146
+ margin: {
147
+ control: string;
148
+ description: string;
149
+ };
150
+ padding: {
151
+ control: string;
152
+ description: string;
153
+ };
154
+ };
155
+ };
156
+ export default _default;
157
+ export declare const Default: (args: Record<string, unknown>) => {
158
+ components: {
159
+ CollapseItem: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
160
+ tabId: {
161
+ type: StringConstructor;
162
+ required: false;
163
+ default: string;
164
+ };
165
+ activeId: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ isCollaps: {
170
+ type: globalThis.PropType<boolean>;
171
+ default: boolean;
172
+ };
173
+ title: {
174
+ type: globalThis.PropType<string>;
175
+ default: string;
176
+ };
177
+ showToolsOnHover: {
178
+ type: globalThis.PropType<boolean>;
179
+ default: boolean;
180
+ };
181
+ background: {
182
+ type: globalThis.PropType<string>;
183
+ required: false;
184
+ default: string;
185
+ };
186
+ backgroundAttention: {
187
+ type: globalThis.PropType<string>;
188
+ required: false;
189
+ default: string;
190
+ };
191
+ changeColor: {
192
+ type: globalThis.PropType<boolean>;
193
+ default: boolean;
194
+ };
195
+ margin: {
196
+ type: globalThis.PropType<string>;
197
+ default: string;
198
+ };
199
+ padding: {
200
+ type: globalThis.PropType<string>;
201
+ default: string;
202
+ };
203
+ selectable: {
204
+ type: globalThis.PropType<boolean>;
205
+ default: boolean;
206
+ };
207
+ }>, {
208
+ collapsed: globalThis.Ref<boolean, boolean>;
209
+ handleItemClick: () => void;
210
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "changeActiveId"[], "changeActiveId", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
211
+ tabId: {
212
+ type: StringConstructor;
213
+ required: false;
214
+ default: string;
215
+ };
216
+ activeId: {
217
+ type: StringConstructor;
218
+ default: string;
219
+ };
220
+ isCollaps: {
221
+ type: globalThis.PropType<boolean>;
222
+ default: boolean;
223
+ };
224
+ title: {
225
+ type: globalThis.PropType<string>;
226
+ default: string;
227
+ };
228
+ showToolsOnHover: {
229
+ type: globalThis.PropType<boolean>;
230
+ default: boolean;
231
+ };
232
+ background: {
233
+ type: globalThis.PropType<string>;
234
+ required: false;
235
+ default: string;
236
+ };
237
+ backgroundAttention: {
238
+ type: globalThis.PropType<string>;
239
+ required: false;
240
+ default: string;
241
+ };
242
+ changeColor: {
243
+ type: globalThis.PropType<boolean>;
244
+ default: boolean;
245
+ };
246
+ margin: {
247
+ type: globalThis.PropType<string>;
248
+ default: string;
249
+ };
250
+ padding: {
251
+ type: globalThis.PropType<string>;
252
+ default: string;
253
+ };
254
+ selectable: {
255
+ type: globalThis.PropType<boolean>;
256
+ default: boolean;
257
+ };
258
+ }>> & Readonly<{
259
+ onChangeActiveId?: ((...args: any[]) => any) | undefined;
260
+ }>, {
261
+ title: string;
262
+ background: string;
263
+ margin: string;
264
+ padding: string;
265
+ tabId: string;
266
+ activeId: string;
267
+ isCollaps: boolean;
268
+ showToolsOnHover: boolean;
269
+ backgroundAttention: string;
270
+ changeColor: boolean;
271
+ selectable: boolean;
272
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
273
+ };
274
+ setup(): {
275
+ args: Record<string, unknown>;
276
+ };
277
+ template: string;
278
+ };
@@ -0,0 +1,320 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
5
+ tabs: {
6
+ type: globalThis.PropType<import('./ITab').default[]>;
7
+ required: true;
8
+ };
9
+ tabHeight: {
10
+ type: StringConstructor;
11
+ required: false;
12
+ default: string;
13
+ };
14
+ height: {
15
+ type: StringConstructor;
16
+ required: false;
17
+ default: string;
18
+ };
19
+ minMenuItemWidth: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ default: string;
23
+ };
24
+ outTopMargin: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ background: {
30
+ type: StringConstructor;
31
+ required: false;
32
+ default: string;
33
+ };
34
+ }>> & Readonly<{
35
+ onSelect?: ((...args: any[]) => any) | undefined;
36
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
37
+ select: (...args: any[]) => void;
38
+ }, import('vue').PublicProps, {
39
+ background: string;
40
+ height: string;
41
+ tabHeight: string;
42
+ minMenuItemWidth: string;
43
+ outTopMargin: string;
44
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
45
+ P: {};
46
+ B: {};
47
+ D: {};
48
+ C: {};
49
+ M: {};
50
+ Defaults: {};
51
+ }, Readonly<globalThis.ExtractPropTypes<{
52
+ tabs: {
53
+ type: globalThis.PropType<import('./ITab').default[]>;
54
+ required: true;
55
+ };
56
+ tabHeight: {
57
+ type: StringConstructor;
58
+ required: false;
59
+ default: string;
60
+ };
61
+ height: {
62
+ type: StringConstructor;
63
+ required: false;
64
+ default: string;
65
+ };
66
+ minMenuItemWidth: {
67
+ type: StringConstructor;
68
+ required: false;
69
+ default: string;
70
+ };
71
+ outTopMargin: {
72
+ type: StringConstructor;
73
+ required: false;
74
+ default: string;
75
+ };
76
+ background: {
77
+ type: StringConstructor;
78
+ required: false;
79
+ default: string;
80
+ };
81
+ }>> & Readonly<{
82
+ onSelect?: ((...args: any[]) => any) | undefined;
83
+ }>, {}, {}, {}, {}, {
84
+ background: string;
85
+ height: string;
86
+ tabHeight: string;
87
+ minMenuItemWidth: string;
88
+ outTopMargin: string;
89
+ }>;
90
+ __isFragment?: undefined;
91
+ __isTeleport?: undefined;
92
+ __isSuspense?: undefined;
93
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
94
+ tabs: {
95
+ type: globalThis.PropType<import('./ITab').default[]>;
96
+ required: true;
97
+ };
98
+ tabHeight: {
99
+ type: StringConstructor;
100
+ required: false;
101
+ default: string;
102
+ };
103
+ height: {
104
+ type: StringConstructor;
105
+ required: false;
106
+ default: string;
107
+ };
108
+ minMenuItemWidth: {
109
+ type: StringConstructor;
110
+ required: false;
111
+ default: string;
112
+ };
113
+ outTopMargin: {
114
+ type: StringConstructor;
115
+ required: false;
116
+ default: string;
117
+ };
118
+ background: {
119
+ type: StringConstructor;
120
+ required: false;
121
+ default: string;
122
+ };
123
+ }>> & Readonly<{
124
+ onSelect?: ((...args: any[]) => any) | undefined;
125
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
126
+ select: (...args: any[]) => void;
127
+ }, string, {
128
+ background: string;
129
+ height: string;
130
+ tabHeight: string;
131
+ minMenuItemWidth: string;
132
+ outTopMargin: string;
133
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
134
+ $slots: {
135
+ default?(_: {}): any;
136
+ };
137
+ });
138
+ tags: string[];
139
+ parameters: {
140
+ docs: {
141
+ description: {
142
+ component: string;
143
+ };
144
+ };
145
+ };
146
+ argTypes: {
147
+ tabs: {
148
+ control: string;
149
+ description: string;
150
+ };
151
+ tabHeight: {
152
+ control: string;
153
+ description: string;
154
+ };
155
+ height: {
156
+ control: string;
157
+ description: string;
158
+ };
159
+ minMenuItemWidth: {
160
+ control: string;
161
+ description: string;
162
+ };
163
+ outTopMargin: {
164
+ control: string;
165
+ description: string;
166
+ };
167
+ background: {
168
+ control: string;
169
+ description: string;
170
+ };
171
+ onSelect: {
172
+ action: string;
173
+ description: string;
174
+ };
175
+ };
176
+ };
177
+ export default _default;
178
+ export declare const Default: (args: any) => {
179
+ components: {
180
+ PTabs: {
181
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
182
+ tabs: {
183
+ type: globalThis.PropType<import('./ITab').default[]>;
184
+ required: true;
185
+ };
186
+ tabHeight: {
187
+ type: StringConstructor;
188
+ required: false;
189
+ default: string;
190
+ };
191
+ height: {
192
+ type: StringConstructor;
193
+ required: false;
194
+ default: string;
195
+ };
196
+ minMenuItemWidth: {
197
+ type: StringConstructor;
198
+ required: false;
199
+ default: string;
200
+ };
201
+ outTopMargin: {
202
+ type: StringConstructor;
203
+ required: false;
204
+ default: string;
205
+ };
206
+ background: {
207
+ type: StringConstructor;
208
+ required: false;
209
+ default: string;
210
+ };
211
+ }>> & Readonly<{
212
+ onSelect?: ((...args: any[]) => any) | undefined;
213
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
214
+ select: (...args: any[]) => void;
215
+ }, import('vue').PublicProps, {
216
+ background: string;
217
+ height: string;
218
+ tabHeight: string;
219
+ minMenuItemWidth: string;
220
+ outTopMargin: string;
221
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
222
+ P: {};
223
+ B: {};
224
+ D: {};
225
+ C: {};
226
+ M: {};
227
+ Defaults: {};
228
+ }, Readonly<globalThis.ExtractPropTypes<{
229
+ tabs: {
230
+ type: globalThis.PropType<import('./ITab').default[]>;
231
+ required: true;
232
+ };
233
+ tabHeight: {
234
+ type: StringConstructor;
235
+ required: false;
236
+ default: string;
237
+ };
238
+ height: {
239
+ type: StringConstructor;
240
+ required: false;
241
+ default: string;
242
+ };
243
+ minMenuItemWidth: {
244
+ type: StringConstructor;
245
+ required: false;
246
+ default: string;
247
+ };
248
+ outTopMargin: {
249
+ type: StringConstructor;
250
+ required: false;
251
+ default: string;
252
+ };
253
+ background: {
254
+ type: StringConstructor;
255
+ required: false;
256
+ default: string;
257
+ };
258
+ }>> & Readonly<{
259
+ onSelect?: ((...args: any[]) => any) | undefined;
260
+ }>, {}, {}, {}, {}, {
261
+ background: string;
262
+ height: string;
263
+ tabHeight: string;
264
+ minMenuItemWidth: string;
265
+ outTopMargin: string;
266
+ }>;
267
+ __isFragment?: undefined;
268
+ __isTeleport?: undefined;
269
+ __isSuspense?: undefined;
270
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
271
+ tabs: {
272
+ type: globalThis.PropType<import('./ITab').default[]>;
273
+ required: true;
274
+ };
275
+ tabHeight: {
276
+ type: StringConstructor;
277
+ required: false;
278
+ default: string;
279
+ };
280
+ height: {
281
+ type: StringConstructor;
282
+ required: false;
283
+ default: string;
284
+ };
285
+ minMenuItemWidth: {
286
+ type: StringConstructor;
287
+ required: false;
288
+ default: string;
289
+ };
290
+ outTopMargin: {
291
+ type: StringConstructor;
292
+ required: false;
293
+ default: string;
294
+ };
295
+ background: {
296
+ type: StringConstructor;
297
+ required: false;
298
+ default: string;
299
+ };
300
+ }>> & Readonly<{
301
+ onSelect?: ((...args: any[]) => any) | undefined;
302
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
303
+ select: (...args: any[]) => void;
304
+ }, string, {
305
+ background: string;
306
+ height: string;
307
+ tabHeight: string;
308
+ minMenuItemWidth: string;
309
+ outTopMargin: string;
310
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
311
+ $slots: {
312
+ default?(_: {}): any;
313
+ };
314
+ });
315
+ };
316
+ setup(): {
317
+ args: any;
318
+ };
319
+ template: string;
320
+ };
@@ -0,0 +1,7 @@
1
+ import { default as FileInfo } from '../../../classes/FileInfo';
2
+ export default class Inn {
3
+ id?: string;
4
+ num: string;
5
+ fileInfoId?: string;
6
+ fileInfo: FileInfo;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { default as FileInfo } from '../../../classes/FileInfo';
2
+ export default class Snils {
3
+ id?: string;
4
+ num: string;
5
+ fileInfoId?: string;
6
+ fileInfo: FileInfo;
7
+ }
@@ -0,0 +1,5 @@
1
+ import { default as Inn } from './Inn';
2
+ import { default as Passport } from './Passport';
3
+ import { default as PassportScan } from './PassportScan';
4
+ import { default as Snils } from './Snils';
5
+ export { Inn, Passport, PassportScan, Snils };
@@ -0,0 +1,7 @@
1
+ import { default as Inn } from '../classes/Inn';
2
+ import { default as BaseStore } from '../../../services/BaseStore';
3
+ declare class S extends BaseStore<Inn> {
4
+ constructor();
5
+ }
6
+ declare const store: S;
7
+ export default store;
@@ -0,0 +1,7 @@
1
+ import { default as Snils } from '../classes/Snils';
2
+ import { default as BaseStore } from '../../../services/BaseStore';
3
+ declare class S extends BaseStore<Snils> {
4
+ constructor();
5
+ }
6
+ declare const store: S;
7
+ export default store;
@@ -0,0 +1,5 @@
1
+ import { default as InnsStore } from './InnsStore';
2
+ import { default as PassportScansStore } from './PassportScansStore';
3
+ import { default as PassportsStore } from './PassportsStore';
4
+ import { default as SnilssStore } from './SnilssStore';
5
+ export { InnsStore, PassportScansStore, PassportsStore, SnilssStore };
@@ -1,4 +1,4 @@
1
+ export * from './documents/classes/index';
2
+ export * from './documents/store/index';
1
3
  export * from './extracts/store/index';
2
4
  export * from './forms/store/index';
3
- export * from './passports/classes/index';
4
- export * from './passports/store/index';