sprof 0.0.38 → 0.0.39

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 (85) hide show
  1. package/dist/classes/EmailValidator.d.ts +1 -1
  2. package/dist/classes/FileInfo.d.ts +1 -1
  3. package/dist/classes/Human.d.ts +1 -1
  4. package/dist/classes/PasswordValidator.d.ts +1 -1
  5. package/dist/classes/filters/FilterQuery.d.ts +1 -2
  6. package/dist/classes/index.d.ts +2 -0
  7. package/dist/components/Icons/IconArrowLeft.stories.d.ts +32 -39
  8. package/dist/components/Icons/IconCheckDefault.stories.d.ts +32 -39
  9. package/dist/components/Icons/IconClose.stories.d.ts +32 -39
  10. package/dist/components/Icons/IconEdit.stories.d.ts +32 -39
  11. package/dist/components/Icons/IconEmail.stories.d.ts +32 -39
  12. package/dist/components/Icons/IconMove.stories.d.ts +32 -39
  13. package/dist/components/Icons/IconPhone.stories.d.ts +32 -39
  14. package/dist/components/Icons/IconSearch.stories.d.ts +32 -39
  15. package/dist/components/Icons/IconSelectArrow.stories.d.ts +32 -39
  16. package/dist/components/InfoItemSelectButtons.vue.d.ts +8 -0
  17. package/dist/components/atoms/PCheckbox/PCheckBox.stories.d.ts +87 -94
  18. package/dist/components/atoms/PFlex/PFlex.stories.d.ts +184 -191
  19. package/dist/components/atoms/PInput/PInput.stories.d.ts +173 -180
  20. package/dist/components/atoms/PInputDate/PInputDate.stories.d.ts +59 -66
  21. package/dist/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +182 -189
  22. package/dist/components/atoms/PList/PList.stories.d.ts +76 -83
  23. package/dist/components/atoms/PListItem/PListItem.stories.d.ts +151 -166
  24. package/dist/components/atoms/PRadio/PRadio.stories.d.ts +96 -103
  25. package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +183 -190
  26. package/dist/components/atoms/PSelect/PSelect.stories.d.ts +282 -217
  27. package/dist/components/atoms/PSelect/PSelect.vue.d.ts +22 -0
  28. package/dist/components/atoms/PSticky/PSticky.stories.d.ts +97 -104
  29. package/dist/components/atoms/PString/PString.stories.d.ts +139 -146
  30. package/dist/components/atoms/PTable/PTable.storeis.d.ts +77 -84
  31. package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +155 -162
  32. package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +102 -109
  33. package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +15 -22
  34. package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +113 -120
  35. package/dist/components/organisms/PTabs/PTabs.stories.d.ts +134 -141
  36. package/dist/index.d.ts +1 -5
  37. package/dist/interfaces/IValidator.d.ts +1 -1
  38. package/dist/modules/forms/classes/FieldFill.d.ts +41 -0
  39. package/dist/modules/forms/classes/FormFill.d.ts +1 -1
  40. package/dist/modules/forms/classes/index.d.ts +12 -8
  41. package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +172 -0
  42. package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +51 -0
  43. package/dist/modules/forms/index.d.ts +2 -0
  44. package/dist/modules/forms/store/index.d.ts +7 -228
  45. package/dist/modules/index.d.ts +2 -8
  46. package/dist/modules/settings/index.d.ts +2 -0
  47. package/dist/modules/settings/store/index.d.ts +1 -2
  48. package/dist/services/AdminUI.d.ts +2 -2
  49. package/dist/services/Arrays.d.ts +2 -0
  50. package/dist/services/BaseRoutes.d.ts +2 -2
  51. package/dist/services/Dates.d.ts +27 -1
  52. package/dist/services/Helpers.d.ts +44 -0
  53. package/dist/services/PHelp.d.ts +9 -682
  54. package/dist/services/PHelp2.d.ts +16 -683
  55. package/dist/services/Rating.d.ts +7 -0
  56. package/dist/services/Strings.d.ts +1 -0
  57. package/dist/services/index.d.ts +2 -8
  58. package/dist/sprof.js +4197 -4558
  59. package/dist/sprof.umd.cjs +12 -12
  60. package/dist/store/Store.d.ts +13 -20
  61. package/dist/style.css +1 -1
  62. package/package.json +3 -3
  63. package/dist/buildings/classes/Building.d.ts +0 -13
  64. package/dist/buildings/classes/Entrance.d.ts +0 -13
  65. package/dist/buildings/classes/Floor.d.ts +0 -6
  66. package/dist/buildings/router/BuildingsRoutes.d.ts +0 -6
  67. package/dist/buildings/store/BuildingsStore.d.ts +0 -7
  68. package/dist/buildings/store/index.d.ts +0 -2
  69. package/dist/buildings/store/indexNames.d.ts +0 -2
  70. package/dist/classes/DateHelper.d.ts +0 -11
  71. package/dist/components/RSContainer.vue.d.ts +0 -38
  72. package/dist/modules/buildings/components/BuildingsPage.vue.d.ts +0 -6
  73. package/dist/modules/buildings/router/BuildingsRoutes.d.ts +0 -6
  74. package/dist/modules/extracts/store/indexNames.d.ts +0 -2
  75. package/dist/modules/forms/classes/indexNames.d.ts +0 -2
  76. package/dist/modules/forms/store/indexNames.d.ts +0 -2
  77. package/dist/modules/indexNames.d.ts +0 -2
  78. package/dist/modules/settings/classes/indexNames.d.ts +0 -2
  79. package/dist/modules/settings/store/indexNames.d.ts +0 -2
  80. package/dist/services/DateFormat.d.ts +0 -32
  81. package/dist/services/DatesFormatter.d.ts +0 -30
  82. package/dist/services/brandColors.d.ts +0 -2
  83. package/dist/services/buildNameNumbers.d.ts +0 -1
  84. package/dist/services/countRating.d.ts +0 -5
  85. package/dist/services/moves.d.ts +0 -3
@@ -1,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: {
@@ -47,6 +48,16 @@ declare const _default: {
47
48
  required: false;
48
49
  default: string;
49
50
  };
51
+ borderColor: {
52
+ type: StringConstructor;
53
+ required: false;
54
+ default: string;
55
+ };
56
+ color: {
57
+ type: StringConstructor;
58
+ required: false;
59
+ default: string;
60
+ };
50
61
  modelValue: {
51
62
  type: globalThis.PropType<unknown>;
52
63
  };
@@ -64,7 +75,9 @@ declare const _default: {
64
75
  padding: string;
65
76
  width: string;
66
77
  value: string;
78
+ color: string;
67
79
  disabled: boolean;
80
+ borderColor: string;
68
81
  clearable: boolean;
69
82
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
70
83
  P: {};
@@ -119,6 +132,16 @@ declare const _default: {
119
132
  required: false;
120
133
  default: string;
121
134
  };
135
+ borderColor: {
136
+ type: StringConstructor;
137
+ required: false;
138
+ default: string;
139
+ };
140
+ color: {
141
+ type: StringConstructor;
142
+ required: false;
143
+ default: string;
144
+ };
122
145
  modelValue: {
123
146
  type: globalThis.PropType<unknown>;
124
147
  };
@@ -133,7 +156,9 @@ declare const _default: {
133
156
  padding: string;
134
157
  width: string;
135
158
  value: string;
159
+ color: string;
136
160
  disabled: boolean;
161
+ borderColor: string;
137
162
  clearable: boolean;
138
163
  }>;
139
164
  __isFragment?: undefined;
@@ -185,6 +210,16 @@ declare const _default: {
185
210
  required: false;
186
211
  default: string;
187
212
  };
213
+ borderColor: {
214
+ type: StringConstructor;
215
+ required: false;
216
+ default: string;
217
+ };
218
+ color: {
219
+ type: StringConstructor;
220
+ required: false;
221
+ default: string;
222
+ };
188
223
  modelValue: {
189
224
  type: globalThis.PropType<unknown>;
190
225
  };
@@ -202,7 +237,9 @@ declare const _default: {
202
237
  padding: string;
203
238
  width: string;
204
239
  value: string;
240
+ color: string;
205
241
  disabled: boolean;
242
+ borderColor: string;
206
243
  clearable: boolean;
207
244
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
208
245
  $slots: {
@@ -251,222 +288,250 @@ declare const _default: {
251
288
  };
252
289
  };
253
290
  export default _default;
254
- export declare const Default: (args: Record<string, unknown>) => {
255
- components: {
256
- PSelect: {
257
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
258
- label: {
259
- type: StringConstructor;
260
- default: string;
261
- required: false;
262
- };
263
- placeholder: {
264
- type: StringConstructor;
265
- default: string;
266
- required: false;
267
- };
268
- value: {
269
- type: StringConstructor;
270
- default: string;
271
- required: false;
272
- };
273
- readonly: {
274
- type: BooleanConstructor;
275
- default: boolean;
276
- required: false;
277
- };
278
- disabled: {
279
- type: BooleanConstructor;
280
- default: boolean;
281
- required: false;
282
- };
283
- margin: {
284
- type: StringConstructor;
285
- required: false;
286
- default: string;
287
- };
288
- padding: {
289
- type: StringConstructor;
290
- required: false;
291
- default: string;
292
- };
293
- clearable: {
294
- type: BooleanConstructor;
295
- required: false;
296
- default: boolean;
297
- };
298
- width: {
299
- type: StringConstructor;
300
- required: false;
301
- default: string;
302
- };
303
- modelValue: {
304
- type: globalThis.PropType<unknown>;
305
- };
306
- }>> & Readonly<{
307
- onChange?: ((...args: any[]) => any) | undefined;
308
- onClear?: ((...args: any[]) => any) | undefined;
309
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
310
- change: (...args: any[]) => void;
311
- clear: (...args: any[]) => void;
312
- }, import('vue').PublicProps, {
313
- readonly: boolean;
314
- label: string;
315
- placeholder: string;
316
- margin: string;
317
- padding: string;
318
- width: string;
319
- value: string;
320
- disabled: boolean;
321
- clearable: boolean;
322
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
323
- P: {};
324
- B: {};
325
- D: {};
326
- C: {};
327
- M: {};
328
- Defaults: {};
329
- }, Readonly<globalThis.ExtractPropTypes<{
330
- label: {
331
- type: StringConstructor;
332
- default: string;
333
- required: false;
334
- };
335
- placeholder: {
336
- type: StringConstructor;
337
- default: string;
338
- required: false;
339
- };
340
- value: {
341
- type: StringConstructor;
342
- default: string;
343
- required: false;
344
- };
345
- readonly: {
346
- type: BooleanConstructor;
347
- default: boolean;
348
- required: false;
349
- };
350
- disabled: {
351
- type: BooleanConstructor;
352
- default: boolean;
353
- required: false;
354
- };
355
- margin: {
356
- type: StringConstructor;
357
- required: false;
358
- default: string;
359
- };
360
- padding: {
361
- type: StringConstructor;
362
- required: false;
363
- default: string;
364
- };
365
- clearable: {
366
- type: BooleanConstructor;
367
- required: false;
368
- default: boolean;
369
- };
370
- width: {
371
- type: StringConstructor;
372
- required: false;
373
- default: string;
374
- };
375
- modelValue: {
376
- type: globalThis.PropType<unknown>;
377
- };
378
- }>> & Readonly<{
379
- onChange?: ((...args: any[]) => any) | undefined;
380
- onClear?: ((...args: any[]) => any) | undefined;
381
- }>, {}, {}, {}, {}, {
382
- readonly: boolean;
383
- label: string;
384
- placeholder: string;
385
- margin: string;
386
- padding: string;
387
- width: string;
388
- value: string;
389
- disabled: boolean;
390
- clearable: boolean;
391
- }>;
392
- __isFragment?: undefined;
393
- __isTeleport?: undefined;
394
- __isSuspense?: undefined;
395
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
396
- label: {
397
- type: StringConstructor;
398
- default: string;
399
- required: false;
400
- };
401
- placeholder: {
402
- type: StringConstructor;
403
- default: string;
404
- required: false;
405
- };
406
- value: {
407
- type: StringConstructor;
408
- default: string;
409
- required: false;
410
- };
411
- readonly: {
412
- type: BooleanConstructor;
413
- default: boolean;
414
- required: false;
415
- };
416
- disabled: {
417
- type: BooleanConstructor;
418
- default: boolean;
419
- required: false;
420
- };
421
- margin: {
422
- type: StringConstructor;
423
- required: false;
424
- default: string;
425
- };
426
- padding: {
427
- type: StringConstructor;
428
- required: false;
429
- default: string;
430
- };
431
- clearable: {
432
- type: BooleanConstructor;
433
- required: false;
434
- default: boolean;
435
- };
436
- width: {
437
- type: StringConstructor;
438
- required: false;
439
- default: string;
440
- };
441
- modelValue: {
442
- type: globalThis.PropType<unknown>;
443
- };
444
- }>> & Readonly<{
445
- onChange?: ((...args: any[]) => any) | undefined;
446
- onClear?: ((...args: any[]) => any) | undefined;
447
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
448
- change: (...args: any[]) => void;
449
- clear: (...args: any[]) => void;
450
- }, string, {
451
- readonly: boolean;
452
- label: string;
453
- placeholder: string;
454
- margin: string;
455
- padding: string;
456
- width: string;
457
- value: string;
458
- disabled: boolean;
459
- clearable: boolean;
460
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
461
- $slots: {
462
- left?(_: {}): any;
463
- default?(_: {}): any;
464
- right?(_: {}): any;
465
- };
466
- });
291
+ export declare const Default: StoryFn<{
292
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
293
+ label: {
294
+ type: StringConstructor;
295
+ default: string;
296
+ required: false;
297
+ };
298
+ placeholder: {
299
+ type: StringConstructor;
300
+ default: string;
301
+ required: false;
302
+ };
303
+ value: {
304
+ type: StringConstructor;
305
+ default: string;
306
+ required: false;
307
+ };
308
+ readonly: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ required: false;
312
+ };
313
+ disabled: {
314
+ type: BooleanConstructor;
315
+ default: boolean;
316
+ required: false;
317
+ };
318
+ margin: {
319
+ type: StringConstructor;
320
+ required: false;
321
+ default: string;
322
+ };
323
+ padding: {
324
+ type: StringConstructor;
325
+ required: false;
326
+ default: string;
327
+ };
328
+ clearable: {
329
+ type: BooleanConstructor;
330
+ required: false;
331
+ default: boolean;
332
+ };
333
+ width: {
334
+ type: StringConstructor;
335
+ required: false;
336
+ default: string;
337
+ };
338
+ borderColor: {
339
+ type: StringConstructor;
340
+ required: false;
341
+ default: string;
342
+ };
343
+ color: {
344
+ type: StringConstructor;
345
+ required: false;
346
+ default: string;
347
+ };
348
+ modelValue: {
349
+ type: globalThis.PropType<unknown>;
350
+ };
351
+ }>> & Readonly<{
352
+ onChange?: ((...args: any[]) => any) | undefined;
353
+ onClear?: ((...args: any[]) => any) | undefined;
354
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
355
+ change: (...args: any[]) => void;
356
+ clear: (...args: any[]) => void;
357
+ }, import('vue').PublicProps, {
358
+ readonly: boolean;
359
+ label: string;
360
+ placeholder: string;
361
+ margin: string;
362
+ padding: string;
363
+ width: string;
364
+ value: string;
365
+ color: string;
366
+ disabled: boolean;
367
+ borderColor: string;
368
+ clearable: boolean;
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
+ label: {
378
+ type: StringConstructor;
379
+ default: string;
380
+ required: false;
381
+ };
382
+ placeholder: {
383
+ type: StringConstructor;
384
+ default: string;
385
+ required: false;
386
+ };
387
+ value: {
388
+ type: StringConstructor;
389
+ default: string;
390
+ required: false;
391
+ };
392
+ readonly: {
393
+ type: BooleanConstructor;
394
+ default: boolean;
395
+ required: false;
396
+ };
397
+ disabled: {
398
+ type: BooleanConstructor;
399
+ default: boolean;
400
+ required: false;
401
+ };
402
+ margin: {
403
+ type: StringConstructor;
404
+ required: false;
405
+ default: string;
406
+ };
407
+ padding: {
408
+ type: StringConstructor;
409
+ required: false;
410
+ default: string;
411
+ };
412
+ clearable: {
413
+ type: BooleanConstructor;
414
+ required: false;
415
+ default: boolean;
416
+ };
417
+ width: {
418
+ type: StringConstructor;
419
+ required: false;
420
+ default: string;
421
+ };
422
+ borderColor: {
423
+ type: StringConstructor;
424
+ required: false;
425
+ default: string;
426
+ };
427
+ color: {
428
+ type: StringConstructor;
429
+ required: false;
430
+ default: string;
431
+ };
432
+ modelValue: {
433
+ type: globalThis.PropType<unknown>;
434
+ };
435
+ }>> & Readonly<{
436
+ onChange?: ((...args: any[]) => any) | undefined;
437
+ onClear?: ((...args: any[]) => any) | undefined;
438
+ }>, {}, {}, {}, {}, {
439
+ readonly: boolean;
440
+ label: string;
441
+ placeholder: string;
442
+ margin: string;
443
+ padding: string;
444
+ width: string;
445
+ value: string;
446
+ color: string;
447
+ disabled: boolean;
448
+ borderColor: string;
449
+ clearable: boolean;
450
+ }>;
451
+ __isFragment?: undefined;
452
+ __isTeleport?: undefined;
453
+ __isSuspense?: undefined;
454
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
455
+ label: {
456
+ type: StringConstructor;
457
+ default: string;
458
+ required: false;
467
459
  };
468
- setup(): {
469
- args: Record<string, unknown>;
460
+ placeholder: {
461
+ type: StringConstructor;
462
+ default: string;
463
+ required: false;
470
464
  };
471
- template: string;
472
- };
465
+ value: {
466
+ type: StringConstructor;
467
+ default: string;
468
+ required: false;
469
+ };
470
+ readonly: {
471
+ type: BooleanConstructor;
472
+ default: boolean;
473
+ required: false;
474
+ };
475
+ disabled: {
476
+ type: BooleanConstructor;
477
+ default: boolean;
478
+ required: false;
479
+ };
480
+ margin: {
481
+ type: StringConstructor;
482
+ required: false;
483
+ default: string;
484
+ };
485
+ padding: {
486
+ type: StringConstructor;
487
+ required: false;
488
+ default: string;
489
+ };
490
+ clearable: {
491
+ type: BooleanConstructor;
492
+ required: false;
493
+ default: boolean;
494
+ };
495
+ width: {
496
+ type: StringConstructor;
497
+ required: false;
498
+ default: string;
499
+ };
500
+ borderColor: {
501
+ type: StringConstructor;
502
+ required: false;
503
+ default: string;
504
+ };
505
+ color: {
506
+ type: StringConstructor;
507
+ required: false;
508
+ default: string;
509
+ };
510
+ modelValue: {
511
+ type: globalThis.PropType<unknown>;
512
+ };
513
+ }>> & Readonly<{
514
+ onChange?: ((...args: any[]) => any) | undefined;
515
+ onClear?: ((...args: any[]) => any) | undefined;
516
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
517
+ change: (...args: any[]) => void;
518
+ clear: (...args: any[]) => void;
519
+ }, string, {
520
+ readonly: boolean;
521
+ label: string;
522
+ placeholder: string;
523
+ margin: string;
524
+ padding: string;
525
+ width: string;
526
+ value: string;
527
+ color: string;
528
+ disabled: boolean;
529
+ borderColor: string;
530
+ clearable: boolean;
531
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
532
+ $slots: {
533
+ left?(_: {}): any;
534
+ default?(_: {}): any;
535
+ right?(_: {}): any;
536
+ };
537
+ })>;
@@ -44,6 +44,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
44
44
  required: false;
45
45
  default: string;
46
46
  };
47
+ borderColor: {
48
+ type: StringConstructor;
49
+ required: false;
50
+ default: string;
51
+ };
52
+ color: {
53
+ type: StringConstructor;
54
+ required: false;
55
+ default: string;
56
+ };
47
57
  modelValue: {
48
58
  type: globalThis.PropType<unknown>;
49
59
  };
@@ -96,6 +106,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
96
106
  required: false;
97
107
  default: string;
98
108
  };
109
+ borderColor: {
110
+ type: StringConstructor;
111
+ required: false;
112
+ default: string;
113
+ };
114
+ color: {
115
+ type: StringConstructor;
116
+ required: false;
117
+ default: string;
118
+ };
99
119
  modelValue: {
100
120
  type: globalThis.PropType<unknown>;
101
121
  };
@@ -110,7 +130,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
110
130
  padding: string;
111
131
  width: string;
112
132
  value: string;
133
+ color: string;
113
134
  disabled: boolean;
135
+ borderColor: string;
114
136
  clearable: boolean;
115
137
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
116
138
  left?(_: {}): any;