sprof 0.2.6 → 0.2.7

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 (63) hide show
  1. package/README.md +163 -11
  2. package/dist/{ExtractsList-Pj6MkURv.js → ExtractsList-BNHHbmEu.js} +1 -1
  3. package/dist/core/components/CarouselImages.vue.d.ts +1 -1
  4. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  5. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  6. package/dist/core/components/InfoItem.vue.d.ts +3 -3
  7. package/dist/core/components/atoms/PBadge/PBadge.stories.d.ts +471 -0
  8. package/dist/core/components/atoms/PBadge/PBadge.test.d.ts +1 -0
  9. package/dist/core/components/atoms/PBadge/PBadge.vue.d.ts +84 -0
  10. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  11. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
  13. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
  14. package/dist/core/components/atoms/PChip/PChip.stories.d.ts +639 -0
  15. package/dist/core/components/atoms/PChip/PChip.test.d.ts +1 -0
  16. package/dist/core/components/atoms/PChip/PChip.vue.d.ts +85 -0
  17. package/dist/core/components/atoms/PDatePicker/PDatePicker.stories.d.ts +469 -0
  18. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +235 -0
  19. package/dist/core/components/atoms/PDialog/PDialog.test.d.ts +1 -0
  20. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +62 -0
  21. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +6 -6
  22. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
  23. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  24. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  25. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  26. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  27. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
  28. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
  29. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  30. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  31. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
  32. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
  33. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  34. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  35. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  36. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  37. package/dist/core/components/atoms/PTable/{PTable.storeis.d.ts → PTable.stories.d.ts} +8 -9
  38. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  39. package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +248 -0
  40. package/dist/core/components/atoms/PToggle/PToggle.test.d.ts +1 -0
  41. package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +71 -0
  42. package/dist/core/components/atoms/__consumer__/consumer-render.test.d.ts +1 -0
  43. package/dist/core/components/atoms/__consumer__/q-imports.test.d.ts +1 -0
  44. package/dist/core/components/atoms/index.d.ts +5 -1
  45. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  46. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +2 -2
  47. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
  48. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
  49. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  50. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  51. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
  52. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
  53. package/dist/global-components.d.ts +78 -0
  54. package/dist/{index-C6n-V_a8.js → index-T6suvcZB.js} +3311 -3115
  55. package/dist/index.d.ts +5 -0
  56. package/dist/modules/forms/components/Fields/DateField.vue.d.ts +1 -1
  57. package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +1 -1
  58. package/dist/modules/forms/components/admin/AdminFormPage.vue.d.ts +1 -1
  59. package/dist/sprof.js +20 -16
  60. package/dist/sprof.umd.cjs +10 -10
  61. package/dist/style.css +1 -1
  62. package/dist/test-utils/quasar-minimal.d.ts +6 -0
  63. package/package.json +15 -16
@@ -0,0 +1,85 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ label: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ color: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ textColor: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ outline: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ square: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ dense: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ removable: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
+ remove: (...args: any[]) => void;
32
+ "update:model-value": (...args: any[]) => void;
33
+ "update:selected": (...args: any[]) => void;
34
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
35
+ label: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ color: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ textColor: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ outline: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ square: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ dense: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ removable: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ }>> & Readonly<{
64
+ onRemove?: ((...args: any[]) => any) | undefined;
65
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
66
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
67
+ }>, {
68
+ color: string;
69
+ textColor: string;
70
+ label: string;
71
+ outline: boolean;
72
+ square: boolean;
73
+ dense: boolean;
74
+ removable: boolean;
75
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
76
+ default?(_: {}): any;
77
+ avatar?(_: {}): any;
78
+ remove?(_: {}): any;
79
+ }>;
80
+ export default _default;
81
+ type __VLS_WithTemplateSlots<T, S> = T & {
82
+ new (): {
83
+ $slots: S;
84
+ };
85
+ };
@@ -0,0 +1,469 @@
1
+ import { StoryFn } from '@storybook/vue3';
2
+ declare const _default: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
6
+ text: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ required: false;
10
+ };
11
+ label: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ required: false;
15
+ };
16
+ placeholder: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ required: false;
20
+ };
21
+ margin: {
22
+ type: StringConstructor;
23
+ required: false;
24
+ default: string;
25
+ };
26
+ padding: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ required: false;
30
+ };
31
+ modelValue: {
32
+ type: globalThis.PropType<Date | null>;
33
+ required: true;
34
+ };
35
+ }>> & Readonly<{
36
+ onInput?: ((...args: any[]) => any) | undefined;
37
+ onBlur?: ((...args: any[]) => any) | undefined;
38
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
39
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
+ input: (...args: any[]) => void;
41
+ blur: (...args: any[]) => void;
42
+ "update:modelValue": (value: Date | null) => void;
43
+ }, import('vue').PublicProps, {
44
+ label: string;
45
+ padding: string;
46
+ text: string;
47
+ placeholder: string;
48
+ margin: string;
49
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
50
+ P: {};
51
+ B: {};
52
+ D: {};
53
+ C: {};
54
+ M: {};
55
+ Defaults: {};
56
+ }, Readonly<globalThis.ExtractPropTypes<{
57
+ text: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ required: false;
61
+ };
62
+ label: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ required: false;
66
+ };
67
+ placeholder: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ required: false;
71
+ };
72
+ margin: {
73
+ type: StringConstructor;
74
+ required: false;
75
+ default: string;
76
+ };
77
+ padding: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ required: false;
81
+ };
82
+ modelValue: {
83
+ type: globalThis.PropType<Date | null>;
84
+ required: true;
85
+ };
86
+ }>> & Readonly<{
87
+ onInput?: ((...args: any[]) => any) | undefined;
88
+ onBlur?: ((...args: any[]) => any) | undefined;
89
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
90
+ }>, {}, {}, {}, {}, {
91
+ label: string;
92
+ padding: string;
93
+ text: string;
94
+ placeholder: string;
95
+ margin: string;
96
+ }>;
97
+ __isFragment?: undefined;
98
+ __isTeleport?: undefined;
99
+ __isSuspense?: undefined;
100
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
101
+ text: {
102
+ type: StringConstructor;
103
+ default: string;
104
+ required: false;
105
+ };
106
+ label: {
107
+ type: StringConstructor;
108
+ default: string;
109
+ required: false;
110
+ };
111
+ placeholder: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ required: false;
115
+ };
116
+ margin: {
117
+ type: StringConstructor;
118
+ required: false;
119
+ default: string;
120
+ };
121
+ padding: {
122
+ type: StringConstructor;
123
+ default: string;
124
+ required: false;
125
+ };
126
+ modelValue: {
127
+ type: globalThis.PropType<Date | null>;
128
+ required: true;
129
+ };
130
+ }>> & Readonly<{
131
+ onInput?: ((...args: any[]) => any) | undefined;
132
+ onBlur?: ((...args: any[]) => any) | undefined;
133
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
134
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
135
+ input: (...args: any[]) => void;
136
+ blur: (...args: any[]) => void;
137
+ "update:modelValue": (value: Date | null) => void;
138
+ }, string, {
139
+ label: string;
140
+ padding: string;
141
+ text: string;
142
+ placeholder: string;
143
+ margin: string;
144
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
145
+ $slots: {
146
+ default?(_: {}): any;
147
+ right?(_: {}): any;
148
+ };
149
+ });
150
+ tags: string[];
151
+ parameters: {
152
+ docs: {
153
+ description: {
154
+ component: string;
155
+ };
156
+ };
157
+ };
158
+ argTypes: {
159
+ label: {
160
+ control: string;
161
+ description: string;
162
+ };
163
+ placeholder: {
164
+ control: string;
165
+ };
166
+ margin: {
167
+ control: string;
168
+ };
169
+ padding: {
170
+ control: string;
171
+ };
172
+ text: {
173
+ control: string;
174
+ };
175
+ };
176
+ };
177
+ export default _default;
178
+ export declare const Default: StoryFn<{
179
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
180
+ text: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ required: false;
184
+ };
185
+ label: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ required: false;
189
+ };
190
+ placeholder: {
191
+ type: StringConstructor;
192
+ default: string;
193
+ required: false;
194
+ };
195
+ margin: {
196
+ type: StringConstructor;
197
+ required: false;
198
+ default: string;
199
+ };
200
+ padding: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ required: false;
204
+ };
205
+ modelValue: {
206
+ type: globalThis.PropType<Date | null>;
207
+ required: true;
208
+ };
209
+ }>> & Readonly<{
210
+ onInput?: ((...args: any[]) => any) | undefined;
211
+ onBlur?: ((...args: any[]) => any) | undefined;
212
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
213
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
214
+ input: (...args: any[]) => void;
215
+ blur: (...args: any[]) => void;
216
+ "update:modelValue": (value: Date | null) => void;
217
+ }, import('vue').PublicProps, {
218
+ label: string;
219
+ padding: string;
220
+ text: string;
221
+ placeholder: string;
222
+ margin: string;
223
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
224
+ P: {};
225
+ B: {};
226
+ D: {};
227
+ C: {};
228
+ M: {};
229
+ Defaults: {};
230
+ }, Readonly<globalThis.ExtractPropTypes<{
231
+ text: {
232
+ type: StringConstructor;
233
+ default: string;
234
+ required: false;
235
+ };
236
+ label: {
237
+ type: StringConstructor;
238
+ default: string;
239
+ required: false;
240
+ };
241
+ placeholder: {
242
+ type: StringConstructor;
243
+ default: string;
244
+ required: false;
245
+ };
246
+ margin: {
247
+ type: StringConstructor;
248
+ required: false;
249
+ default: string;
250
+ };
251
+ padding: {
252
+ type: StringConstructor;
253
+ default: string;
254
+ required: false;
255
+ };
256
+ modelValue: {
257
+ type: globalThis.PropType<Date | null>;
258
+ required: true;
259
+ };
260
+ }>> & Readonly<{
261
+ onInput?: ((...args: any[]) => any) | undefined;
262
+ onBlur?: ((...args: any[]) => any) | undefined;
263
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
264
+ }>, {}, {}, {}, {}, {
265
+ label: string;
266
+ padding: string;
267
+ text: string;
268
+ placeholder: string;
269
+ margin: string;
270
+ }>;
271
+ __isFragment?: undefined;
272
+ __isTeleport?: undefined;
273
+ __isSuspense?: undefined;
274
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
275
+ text: {
276
+ type: StringConstructor;
277
+ default: string;
278
+ required: false;
279
+ };
280
+ label: {
281
+ type: StringConstructor;
282
+ default: string;
283
+ required: false;
284
+ };
285
+ placeholder: {
286
+ type: StringConstructor;
287
+ default: string;
288
+ required: false;
289
+ };
290
+ margin: {
291
+ type: StringConstructor;
292
+ required: false;
293
+ default: string;
294
+ };
295
+ padding: {
296
+ type: StringConstructor;
297
+ default: string;
298
+ required: false;
299
+ };
300
+ modelValue: {
301
+ type: globalThis.PropType<Date | null>;
302
+ required: true;
303
+ };
304
+ }>> & Readonly<{
305
+ onInput?: ((...args: any[]) => any) | undefined;
306
+ onBlur?: ((...args: any[]) => any) | undefined;
307
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
308
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
309
+ input: (...args: any[]) => void;
310
+ blur: (...args: any[]) => void;
311
+ "update:modelValue": (value: Date | null) => void;
312
+ }, string, {
313
+ label: string;
314
+ padding: string;
315
+ text: string;
316
+ placeholder: string;
317
+ margin: string;
318
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
319
+ $slots: {
320
+ default?(_: {}): any;
321
+ right?(_: {}): any;
322
+ };
323
+ })>;
324
+ export declare const Empty: StoryFn<{
325
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
326
+ text: {
327
+ type: StringConstructor;
328
+ default: string;
329
+ required: false;
330
+ };
331
+ label: {
332
+ type: StringConstructor;
333
+ default: string;
334
+ required: false;
335
+ };
336
+ placeholder: {
337
+ type: StringConstructor;
338
+ default: string;
339
+ required: false;
340
+ };
341
+ margin: {
342
+ type: StringConstructor;
343
+ required: false;
344
+ default: string;
345
+ };
346
+ padding: {
347
+ type: StringConstructor;
348
+ default: string;
349
+ required: false;
350
+ };
351
+ modelValue: {
352
+ type: globalThis.PropType<Date | null>;
353
+ required: true;
354
+ };
355
+ }>> & Readonly<{
356
+ onInput?: ((...args: any[]) => any) | undefined;
357
+ onBlur?: ((...args: any[]) => any) | undefined;
358
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
359
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
360
+ input: (...args: any[]) => void;
361
+ blur: (...args: any[]) => void;
362
+ "update:modelValue": (value: Date | null) => void;
363
+ }, import('vue').PublicProps, {
364
+ label: string;
365
+ padding: string;
366
+ text: string;
367
+ placeholder: string;
368
+ margin: string;
369
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
370
+ P: {};
371
+ B: {};
372
+ D: {};
373
+ C: {};
374
+ M: {};
375
+ Defaults: {};
376
+ }, Readonly<globalThis.ExtractPropTypes<{
377
+ text: {
378
+ type: StringConstructor;
379
+ default: string;
380
+ required: false;
381
+ };
382
+ label: {
383
+ type: StringConstructor;
384
+ default: string;
385
+ required: false;
386
+ };
387
+ placeholder: {
388
+ type: StringConstructor;
389
+ default: string;
390
+ required: false;
391
+ };
392
+ margin: {
393
+ type: StringConstructor;
394
+ required: false;
395
+ default: string;
396
+ };
397
+ padding: {
398
+ type: StringConstructor;
399
+ default: string;
400
+ required: false;
401
+ };
402
+ modelValue: {
403
+ type: globalThis.PropType<Date | null>;
404
+ required: true;
405
+ };
406
+ }>> & Readonly<{
407
+ onInput?: ((...args: any[]) => any) | undefined;
408
+ onBlur?: ((...args: any[]) => any) | undefined;
409
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
410
+ }>, {}, {}, {}, {}, {
411
+ label: string;
412
+ padding: string;
413
+ text: string;
414
+ placeholder: string;
415
+ margin: string;
416
+ }>;
417
+ __isFragment?: undefined;
418
+ __isTeleport?: undefined;
419
+ __isSuspense?: undefined;
420
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
421
+ text: {
422
+ type: StringConstructor;
423
+ default: string;
424
+ required: false;
425
+ };
426
+ label: {
427
+ type: StringConstructor;
428
+ default: string;
429
+ required: false;
430
+ };
431
+ placeholder: {
432
+ type: StringConstructor;
433
+ default: string;
434
+ required: false;
435
+ };
436
+ margin: {
437
+ type: StringConstructor;
438
+ required: false;
439
+ default: string;
440
+ };
441
+ padding: {
442
+ type: StringConstructor;
443
+ default: string;
444
+ required: false;
445
+ };
446
+ modelValue: {
447
+ type: globalThis.PropType<Date | null>;
448
+ required: true;
449
+ };
450
+ }>> & Readonly<{
451
+ onInput?: ((...args: any[]) => any) | undefined;
452
+ onBlur?: ((...args: any[]) => any) | undefined;
453
+ "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
454
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
455
+ input: (...args: any[]) => void;
456
+ blur: (...args: any[]) => void;
457
+ "update:modelValue": (value: Date | null) => void;
458
+ }, string, {
459
+ label: string;
460
+ padding: string;
461
+ text: string;
462
+ placeholder: string;
463
+ margin: string;
464
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
465
+ $slots: {
466
+ default?(_: {}): any;
467
+ right?(_: {}): any;
468
+ };
469
+ })>;