sprof 0.0.37 → 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 -8
  54. package/dist/services/PHelp2.d.ts +16 -9
  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: {
@@ -233,196 +234,188 @@ declare const _default: {
233
234
  };
234
235
  };
235
236
  export default _default;
236
- export declare const Default: (args: any) => {
237
- components: {
238
- PFlex: {
239
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
240
- margin: {
241
- type: StringConstructor;
242
- default: string;
243
- required: false;
244
- };
245
- padding: {
246
- type: StringConstructor;
247
- default: string;
248
- required: false;
249
- };
250
- width: {
251
- type: StringConstructor;
252
- default: string;
253
- required: false;
254
- };
255
- minWidth: {
256
- type: StringConstructor;
257
- default: string;
258
- required: false;
259
- };
260
- maxWidth: {
261
- type: StringConstructor;
262
- default: string;
263
- required: false;
264
- };
265
- height: {
266
- type: StringConstructor;
267
- default: string;
268
- required: false;
269
- };
270
- justifyContent: {
271
- type: StringConstructor;
272
- default: string;
273
- required: false;
274
- };
275
- background: {
276
- type: StringConstructor;
277
- default: string;
278
- required: false;
279
- };
280
- alignItems: {
281
- type: StringConstructor;
282
- default: string;
283
- required: false;
284
- };
285
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
286
- minWidth: string;
287
- maxWidth: string;
288
- background: string;
289
- height: string;
290
- margin: string;
291
- padding: string;
292
- width: string;
293
- justifyContent: string;
294
- alignItems: string;
295
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
296
- P: {};
297
- B: {};
298
- D: {};
299
- C: {};
300
- M: {};
301
- Defaults: {};
302
- }, Readonly<globalThis.ExtractPropTypes<{
303
- margin: {
304
- type: StringConstructor;
305
- default: string;
306
- required: false;
307
- };
308
- padding: {
309
- type: StringConstructor;
310
- default: string;
311
- required: false;
312
- };
313
- width: {
314
- type: StringConstructor;
315
- default: string;
316
- required: false;
317
- };
318
- minWidth: {
319
- type: StringConstructor;
320
- default: string;
321
- required: false;
322
- };
323
- maxWidth: {
324
- type: StringConstructor;
325
- default: string;
326
- required: false;
327
- };
328
- height: {
329
- type: StringConstructor;
330
- default: string;
331
- required: false;
332
- };
333
- justifyContent: {
334
- type: StringConstructor;
335
- default: string;
336
- required: false;
337
- };
338
- background: {
339
- type: StringConstructor;
340
- default: string;
341
- required: false;
342
- };
343
- alignItems: {
344
- type: StringConstructor;
345
- default: string;
346
- required: false;
347
- };
348
- }>> & Readonly<{}>, {}, {}, {}, {}, {
349
- minWidth: string;
350
- maxWidth: string;
351
- background: string;
352
- height: string;
353
- margin: string;
354
- padding: string;
355
- width: string;
356
- justifyContent: string;
357
- alignItems: string;
358
- }>;
359
- __isFragment?: undefined;
360
- __isTeleport?: undefined;
361
- __isSuspense?: undefined;
362
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
363
- margin: {
364
- type: StringConstructor;
365
- default: string;
366
- required: false;
367
- };
368
- padding: {
369
- type: StringConstructor;
370
- default: string;
371
- required: false;
372
- };
373
- width: {
374
- type: StringConstructor;
375
- default: string;
376
- required: false;
377
- };
378
- minWidth: {
379
- type: StringConstructor;
380
- default: string;
381
- required: false;
382
- };
383
- maxWidth: {
384
- type: StringConstructor;
385
- default: string;
386
- required: false;
387
- };
388
- height: {
389
- type: StringConstructor;
390
- default: string;
391
- required: false;
392
- };
393
- justifyContent: {
394
- type: StringConstructor;
395
- default: string;
396
- required: false;
397
- };
398
- background: {
399
- type: StringConstructor;
400
- default: string;
401
- required: false;
402
- };
403
- alignItems: {
404
- type: StringConstructor;
405
- default: string;
406
- required: false;
407
- };
408
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
409
- minWidth: string;
410
- maxWidth: string;
411
- background: string;
412
- height: string;
413
- margin: string;
414
- padding: string;
415
- width: string;
416
- justifyContent: string;
417
- alignItems: string;
418
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
419
- $slots: {
420
- default?(_: {}): any;
421
- };
422
- });
237
+ export declare const Default: StoryFn<{
238
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
239
+ margin: {
240
+ type: StringConstructor;
241
+ default: string;
242
+ required: false;
243
+ };
244
+ padding: {
245
+ type: StringConstructor;
246
+ default: string;
247
+ required: false;
248
+ };
249
+ width: {
250
+ type: StringConstructor;
251
+ default: string;
252
+ required: false;
253
+ };
254
+ minWidth: {
255
+ type: StringConstructor;
256
+ default: string;
257
+ required: false;
258
+ };
259
+ maxWidth: {
260
+ type: StringConstructor;
261
+ default: string;
262
+ required: false;
263
+ };
264
+ height: {
265
+ type: StringConstructor;
266
+ default: string;
267
+ required: false;
268
+ };
269
+ justifyContent: {
270
+ type: StringConstructor;
271
+ default: string;
272
+ required: false;
273
+ };
274
+ background: {
275
+ type: StringConstructor;
276
+ default: string;
277
+ required: false;
278
+ };
279
+ alignItems: {
280
+ type: StringConstructor;
281
+ default: string;
282
+ required: false;
283
+ };
284
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
285
+ minWidth: string;
286
+ maxWidth: string;
287
+ background: string;
288
+ height: string;
289
+ margin: string;
290
+ padding: string;
291
+ width: string;
292
+ justifyContent: string;
293
+ alignItems: string;
294
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
295
+ P: {};
296
+ B: {};
297
+ D: {};
298
+ C: {};
299
+ M: {};
300
+ Defaults: {};
301
+ }, Readonly<globalThis.ExtractPropTypes<{
302
+ margin: {
303
+ type: StringConstructor;
304
+ default: string;
305
+ required: false;
306
+ };
307
+ padding: {
308
+ type: StringConstructor;
309
+ default: string;
310
+ required: false;
311
+ };
312
+ width: {
313
+ type: StringConstructor;
314
+ default: string;
315
+ required: false;
316
+ };
317
+ minWidth: {
318
+ type: StringConstructor;
319
+ default: string;
320
+ required: false;
321
+ };
322
+ maxWidth: {
323
+ type: StringConstructor;
324
+ default: string;
325
+ required: false;
326
+ };
327
+ height: {
328
+ type: StringConstructor;
329
+ default: string;
330
+ required: false;
331
+ };
332
+ justifyContent: {
333
+ type: StringConstructor;
334
+ default: string;
335
+ required: false;
336
+ };
337
+ background: {
338
+ type: StringConstructor;
339
+ default: string;
340
+ required: false;
341
+ };
342
+ alignItems: {
343
+ type: StringConstructor;
344
+ default: string;
345
+ required: false;
346
+ };
347
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
348
+ minWidth: string;
349
+ maxWidth: string;
350
+ background: string;
351
+ height: string;
352
+ margin: string;
353
+ padding: string;
354
+ width: string;
355
+ justifyContent: string;
356
+ alignItems: string;
357
+ }>;
358
+ __isFragment?: undefined;
359
+ __isTeleport?: undefined;
360
+ __isSuspense?: undefined;
361
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
362
+ margin: {
363
+ type: StringConstructor;
364
+ default: string;
365
+ required: false;
423
366
  };
424
- setup(): {
425
- args: any;
367
+ padding: {
368
+ type: StringConstructor;
369
+ default: string;
370
+ required: false;
426
371
  };
427
- template: string;
428
- };
372
+ width: {
373
+ type: StringConstructor;
374
+ default: string;
375
+ required: false;
376
+ };
377
+ minWidth: {
378
+ type: StringConstructor;
379
+ default: string;
380
+ required: false;
381
+ };
382
+ maxWidth: {
383
+ type: StringConstructor;
384
+ default: string;
385
+ required: false;
386
+ };
387
+ height: {
388
+ type: StringConstructor;
389
+ default: string;
390
+ required: false;
391
+ };
392
+ justifyContent: {
393
+ type: StringConstructor;
394
+ default: string;
395
+ required: false;
396
+ };
397
+ background: {
398
+ type: StringConstructor;
399
+ default: string;
400
+ required: false;
401
+ };
402
+ alignItems: {
403
+ type: StringConstructor;
404
+ default: string;
405
+ required: false;
406
+ };
407
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
408
+ minWidth: string;
409
+ maxWidth: string;
410
+ background: string;
411
+ height: string;
412
+ margin: string;
413
+ padding: string;
414
+ width: string;
415
+ justifyContent: string;
416
+ alignItems: string;
417
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
418
+ $slots: {
419
+ default?(_: {}): any;
420
+ };
421
+ })>;