sprof 0.2.4 → 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-CqMn_6Rp.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 +8 -14
  24. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +3 -6
  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 +12 -52
  34. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +4 -24
  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 +16 -22
  48. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +8 -11
  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-8p7UPAAQ.js → index-T6suvcZB.js} +4143 -3985
  55. package/dist/index.d.ts +6 -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 +18 -13
  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
@@ -40,8 +40,8 @@ declare const _default: {
40
40
  onSubmit?: ((...args: any[]) => any) | undefined;
41
41
  }>, {
42
42
  padding: string;
43
- margin: string;
44
43
  width: string;
44
+ margin: string;
45
45
  background: string;
46
46
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
47
47
  fields: (({
@@ -52,8 +52,8 @@ declare const _default: {
52
52
  label: string;
53
53
  padding: string;
54
54
  mask: string;
55
- margin: string;
56
55
  width: string;
56
+ margin: string;
57
57
  disabled: boolean;
58
58
  rules: import('quasar').ValidationRule[];
59
59
  borderColor: string;
@@ -61,8 +61,8 @@ declare const _default: {
61
61
  readonly color: string;
62
62
  readonly label: string;
63
63
  readonly padding: string;
64
- readonly margin: string;
65
64
  readonly width: string;
65
+ readonly margin: string;
66
66
  readonly disabled: boolean;
67
67
  readonly borderColor: string;
68
68
  readonly mask?: string | undefined;
@@ -73,15 +73,12 @@ declare const _default: {
73
73
  readonly onBlur?: ((...args: any[]) => any) | undefined;
74
74
  readonly onFocus?: ((...args: any[]) => any) | undefined;
75
75
  readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
76
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
76
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
77
77
  $attrs: import('vue').Attrs;
78
78
  $refs: {
79
79
  [x: string]: unknown;
80
80
  } & {
81
- input: {
82
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
83
- $slots: import('quasar').QInputSlots;
84
- } | null;
81
+ input: import('quasar').QInput | null;
85
82
  };
86
83
  $slots: Readonly<{
87
84
  [name: string]: import('vue').Slot<any> | undefined;
@@ -159,8 +156,8 @@ declare const _default: {
159
156
  label: string;
160
157
  padding: string;
161
158
  mask: string;
162
- margin: string;
163
159
  width: string;
160
+ margin: string;
164
161
  disabled: boolean;
165
162
  rules: import('quasar').ValidationRule[];
166
163
  borderColor: string;
@@ -189,8 +186,8 @@ declare const _default: {
189
186
  label: string;
190
187
  padding: string;
191
188
  mask: string;
192
- margin: string;
193
189
  width: string;
190
+ margin: string;
194
191
  disabled: boolean;
195
192
  rules: import('quasar').ValidationRule[];
196
193
  borderColor: string;
@@ -249,7 +246,7 @@ declare const _default: {
249
246
  onBlur?: ((...args: any[]) => any) | undefined;
250
247
  onFocus?: ((...args: any[]) => any) | undefined;
251
248
  "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
252
- }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
249
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
253
250
  focus: () => void;
254
251
  } & {} & import('vue').ComponentCustomProperties & {} & {
255
252
  $slots: {
@@ -319,8 +316,8 @@ export declare const Default: () => {
319
316
  onSubmit?: ((...args: any[]) => any) | undefined;
320
317
  }>, {
321
318
  padding: string;
322
- margin: string;
323
319
  width: string;
320
+ margin: string;
324
321
  background: string;
325
322
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
326
323
  fields: (({
@@ -331,8 +328,8 @@ export declare const Default: () => {
331
328
  label: string;
332
329
  padding: string;
333
330
  mask: string;
334
- margin: string;
335
331
  width: string;
332
+ margin: string;
336
333
  disabled: boolean;
337
334
  rules: import('quasar').ValidationRule[];
338
335
  borderColor: string;
@@ -340,8 +337,8 @@ export declare const Default: () => {
340
337
  readonly color: string;
341
338
  readonly label: string;
342
339
  readonly padding: string;
343
- readonly margin: string;
344
340
  readonly width: string;
341
+ readonly margin: string;
345
342
  readonly disabled: boolean;
346
343
  readonly borderColor: string;
347
344
  readonly mask?: string | undefined;
@@ -352,15 +349,12 @@ export declare const Default: () => {
352
349
  readonly onBlur?: ((...args: any[]) => any) | undefined;
353
350
  readonly onFocus?: ((...args: any[]) => any) | undefined;
354
351
  readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
355
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
352
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
356
353
  $attrs: import('vue').Attrs;
357
354
  $refs: {
358
355
  [x: string]: unknown;
359
356
  } & {
360
- input: {
361
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
362
- $slots: import('quasar').QInputSlots;
363
- } | null;
357
+ input: import('quasar').QInput | null;
364
358
  };
365
359
  $slots: Readonly<{
366
360
  [name: string]: import('vue').Slot<any> | undefined;
@@ -438,8 +432,8 @@ export declare const Default: () => {
438
432
  label: string;
439
433
  padding: string;
440
434
  mask: string;
441
- margin: string;
442
435
  width: string;
436
+ margin: string;
443
437
  disabled: boolean;
444
438
  rules: import('quasar').ValidationRule[];
445
439
  borderColor: string;
@@ -468,8 +462,8 @@ export declare const Default: () => {
468
462
  label: string;
469
463
  padding: string;
470
464
  mask: string;
471
- margin: string;
472
465
  width: string;
466
+ margin: string;
473
467
  disabled: boolean;
474
468
  rules: import('quasar').ValidationRule[];
475
469
  borderColor: string;
@@ -528,7 +522,7 @@ export declare const Default: () => {
528
522
  onBlur?: ((...args: any[]) => any) | undefined;
529
523
  onFocus?: ((...args: any[]) => any) | undefined;
530
524
  "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
531
- }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
525
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
532
526
  focus: () => void;
533
527
  } & {} & import('vue').ComponentCustomProperties & {} & {
534
528
  $slots: {
@@ -38,8 +38,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
38
38
  onSubmit?: ((...args: any[]) => any) | undefined;
39
39
  }>, {
40
40
  padding: string;
41
- margin: string;
42
41
  width: string;
42
+ margin: string;
43
43
  background: string;
44
44
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
45
45
  fields: (({
@@ -50,8 +50,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
50
50
  label: string;
51
51
  padding: string;
52
52
  mask: string;
53
- margin: string;
54
53
  width: string;
54
+ margin: string;
55
55
  disabled: boolean;
56
56
  rules: import('quasar').ValidationRule[];
57
57
  borderColor: string;
@@ -59,8 +59,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
59
59
  readonly color: string;
60
60
  readonly label: string;
61
61
  readonly padding: string;
62
- readonly margin: string;
63
62
  readonly width: string;
63
+ readonly margin: string;
64
64
  readonly disabled: boolean;
65
65
  readonly borderColor: string;
66
66
  readonly mask?: string | undefined;
@@ -71,15 +71,12 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
71
71
  readonly onBlur?: ((...args: any[]) => any) | undefined;
72
72
  readonly onFocus?: ((...args: any[]) => any) | undefined;
73
73
  readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
74
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
74
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
75
75
  $attrs: import('vue').Attrs;
76
76
  $refs: {
77
77
  [x: string]: unknown;
78
78
  } & {
79
- input: {
80
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
81
- $slots: import('quasar').QInputSlots;
82
- } | null;
79
+ input: import('quasar').QInput | null;
83
80
  };
84
81
  $slots: Readonly<{
85
82
  [name: string]: import('vue').Slot<any> | undefined;
@@ -157,8 +154,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
157
154
  label: string;
158
155
  padding: string;
159
156
  mask: string;
160
- margin: string;
161
157
  width: string;
158
+ margin: string;
162
159
  disabled: boolean;
163
160
  rules: import('quasar').ValidationRule[];
164
161
  borderColor: string;
@@ -187,8 +184,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
187
184
  label: string;
188
185
  padding: string;
189
186
  mask: string;
190
- margin: string;
191
187
  width: string;
188
+ margin: string;
192
189
  disabled: boolean;
193
190
  rules: import('quasar').ValidationRule[];
194
191
  borderColor: string;
@@ -247,7 +244,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
247
244
  onBlur?: ((...args: any[]) => any) | undefined;
248
245
  onFocus?: ((...args: any[]) => any) | undefined;
249
246
  "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
250
- }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
247
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
251
248
  focus: () => void;
252
249
  } & {} & import('vue').ComponentCustomProperties & {} & {
253
250
  $slots: {
@@ -32,8 +32,8 @@ declare const _default: {
32
32
  onSubmit?: ((...args: any[]) => any) | undefined;
33
33
  }>, {
34
34
  padding: string;
35
- margin: string;
36
35
  width: string;
36
+ margin: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
38
  tags: string[];
39
39
  parameters: {
@@ -91,7 +91,7 @@ export declare const Default: (args: any) => import('vue').DefineComponent<{}, {
91
91
  onSubmit?: ((...args: any[]) => any) | undefined;
92
92
  }>, {
93
93
  padding: string;
94
- margin: string;
95
94
  width: string;
95
+ margin: string;
96
96
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
97
97
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
30
30
  onSubmit?: ((...args: any[]) => any) | undefined;
31
31
  }>, {
32
32
  padding: string;
33
- margin: string;
34
33
  width: string;
34
+ margin: string;
35
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
36
  export default _default;
@@ -63,8 +63,8 @@ declare const _default: Meta<{
63
63
  padding: string;
64
64
  mask: string;
65
65
  placeholder: string;
66
- fileInfo: FileInfo;
67
66
  margin: string;
67
+ fileInfo: FileInfo;
68
68
  disabled: boolean;
69
69
  borderColor: string;
70
70
  formats: string[];
@@ -134,8 +134,8 @@ declare const _default: Meta<{
134
134
  padding: string;
135
135
  mask: string;
136
136
  placeholder: string;
137
- fileInfo: FileInfo;
138
137
  margin: string;
138
+ fileInfo: FileInfo;
139
139
  disabled: boolean;
140
140
  borderColor: string;
141
141
  formats: string[];
@@ -205,8 +205,8 @@ declare const _default: Meta<{
205
205
  padding: string;
206
206
  mask: string;
207
207
  placeholder: string;
208
- fileInfo: FileInfo;
209
208
  margin: string;
209
+ fileInfo: FileInfo;
210
210
  disabled: boolean;
211
211
  borderColor: string;
212
212
  formats: string[];
@@ -279,8 +279,8 @@ export declare const Base: StoryFn<{
279
279
  padding: string;
280
280
  mask: string;
281
281
  placeholder: string;
282
- fileInfo: FileInfo;
283
282
  margin: string;
283
+ fileInfo: FileInfo;
284
284
  disabled: boolean;
285
285
  borderColor: string;
286
286
  formats: string[];
@@ -350,8 +350,8 @@ export declare const Base: StoryFn<{
350
350
  padding: string;
351
351
  mask: string;
352
352
  placeholder: string;
353
- fileInfo: FileInfo;
354
353
  margin: string;
354
+ fileInfo: FileInfo;
355
355
  disabled: boolean;
356
356
  borderColor: string;
357
357
  formats: string[];
@@ -421,8 +421,8 @@ export declare const Base: StoryFn<{
421
421
  padding: string;
422
422
  mask: string;
423
423
  placeholder: string;
424
- fileInfo: FileInfo;
425
424
  margin: string;
425
+ fileInfo: FileInfo;
426
426
  disabled: boolean;
427
427
  borderColor: string;
428
428
  formats: string[];
@@ -494,8 +494,8 @@ export declare const Base1: StoryFn<{
494
494
  padding: string;
495
495
  mask: string;
496
496
  placeholder: string;
497
- fileInfo: FileInfo;
498
497
  margin: string;
498
+ fileInfo: FileInfo;
499
499
  disabled: boolean;
500
500
  borderColor: string;
501
501
  formats: string[];
@@ -565,8 +565,8 @@ export declare const Base1: StoryFn<{
565
565
  padding: string;
566
566
  mask: string;
567
567
  placeholder: string;
568
- fileInfo: FileInfo;
569
568
  margin: string;
569
+ fileInfo: FileInfo;
570
570
  disabled: boolean;
571
571
  borderColor: string;
572
572
  formats: string[];
@@ -636,8 +636,8 @@ export declare const Base1: StoryFn<{
636
636
  padding: string;
637
637
  mask: string;
638
638
  placeholder: string;
639
- fileInfo: FileInfo;
640
639
  margin: string;
640
+ fileInfo: FileInfo;
641
641
  disabled: boolean;
642
642
  borderColor: string;
643
643
  formats: string[];
@@ -111,8 +111,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
111
111
  padding: string;
112
112
  mask: string;
113
113
  placeholder: string;
114
- fileInfo: FileInfo;
115
114
  margin: string;
115
+ fileInfo: FileInfo;
116
116
  disabled: boolean;
117
117
  borderColor: string;
118
118
  formats: string[];
@@ -0,0 +1,78 @@
1
+ import type * as Atoms from '@/core/components/atoms';
2
+ import type * as Components from '@/core/components/components';
3
+ import type * as Molecules from '@/core/components/molecules';
4
+ import type * as Organisms from '@/core/components/organisms';
5
+ declare module 'vue' {
6
+ interface GlobalComponents {
7
+ PBadge: typeof Atoms.PBadge;
8
+ PButton: typeof Atoms.PButton;
9
+ PCheckBox: typeof Atoms.PCheckBox;
10
+ PChip: typeof Atoms.PChip;
11
+ PDatePicker: typeof Atoms.PDatePicker;
12
+ PDialog: typeof Atoms.PDialog;
13
+ PFlex: typeof Atoms.PFlex;
14
+ PInput: typeof Atoms.PInput;
15
+ PInputDate: typeof Atoms.PInputDate;
16
+ PInputNumber: typeof Atoms.PInputNumber;
17
+ PLeftSlider: typeof Atoms.PLeftSlider;
18
+ PList: typeof Atoms.PList;
19
+ PListItem: typeof Atoms.PListItem;
20
+ PRadio: typeof Atoms.PRadio;
21
+ PRightSlider: typeof Atoms.PRightSlider;
22
+ PSelect: typeof Atoms.PSelect;
23
+ PSticky: typeof Atoms.PSticky;
24
+ PString: typeof Atoms.PString;
25
+ PTable: typeof Atoms.PTable;
26
+ PTextarea: typeof Atoms.PTextarea;
27
+ PToggle: typeof Atoms.PToggle;
28
+ PTooltip: typeof Atoms.PTooltip;
29
+ PTopSlider: typeof Atoms.PTopSlider;
30
+ CollapseContainer: typeof Molecules.CollapseContainer;
31
+ CollapseItem: typeof Molecules.CollapseItem;
32
+ PAdd: typeof Molecules.PAdd;
33
+ PContainer: typeof Molecules.PContainer;
34
+ PContainerStickyHead: typeof Molecules.PContainerStickyHead;
35
+ PDel: typeof Molecules.PDel;
36
+ PModal: typeof Molecules.PModal;
37
+ VerticalCollapseContainer: typeof Molecules.VerticalCollapseContainer;
38
+ PAuthForm: typeof Organisms.PAuthForm;
39
+ PAuthModal: typeof Organisms.PAuthModal;
40
+ PNameEdit: typeof Organisms.PNameEdit;
41
+ PTabs: typeof Organisms.PTabs;
42
+ PUploaderFile: typeof Organisms.PUploaderFile;
43
+ PUploaderImage: typeof Organisms.PUploaderImage;
44
+ AdaptiveContainer: typeof Components.AdaptiveContainer;
45
+ AdaptiveContainerHorizontal: typeof Components.AdaptiveContainerHorizontal;
46
+ CarouselImages: typeof Components.CarouselImages;
47
+ ContextWindow: typeof Components.ContextWindow;
48
+ DateInputRange: typeof Components.DateInputRange;
49
+ DateInputRange_v2: typeof Components.DateInputRange_v2;
50
+ DropList: typeof Components.DropList;
51
+ FTSPPanel: typeof Components.FTSPPanel;
52
+ FilterCheckbox: typeof Components.FilterCheckbox;
53
+ FilterSelect: typeof Components.FilterSelect;
54
+ FiltersButtonsSelect: typeof Components.FiltersButtonsSelect;
55
+ GeneralItem: typeof Components.GeneralItem;
56
+ GridContainer: typeof Components.GridContainer;
57
+ InfoItem: typeof Components.InfoItem;
58
+ InfoItemSelectButtons: typeof Components.InfoItemSelectButtons;
59
+ LeftRightContainer: typeof Components.LeftRightContainer;
60
+ PAutocomplete: typeof Components.PAutocomplete;
61
+ PLoader: typeof Components.PLoader;
62
+ PPagination: typeof Components.PPagination;
63
+ PageNotFound: typeof Components.PageNotFound;
64
+ PhoneForm: typeof Components.PhoneForm;
65
+ RemoteSearch: typeof Components.RemoteSearch;
66
+ ResearcheContainer: typeof Components.ResearcheContainer;
67
+ RightSliderContainer: typeof Components.RightSliderContainer;
68
+ RightTabsContainer: typeof Components.RightTabsContainer;
69
+ SelectValueType: typeof Components.SelectValueType;
70
+ SortList: typeof Components.SortList;
71
+ SortSelect: typeof Components.SortSelect;
72
+ Switch3Pos: typeof Components.Switch3Pos;
73
+ ThemeWrapper: typeof Components.ThemeWrapper;
74
+ ToggleInfoItem: typeof Components.ToggleInfoItem;
75
+ TopSliderContainer: typeof Components.TopSliderContainer;
76
+ }
77
+ }
78
+ export {};