@doyourjob/gravity-ui-page-constructor 5.31.76 → 5.31.78

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 (126) hide show
  1. package/build/cjs/blocks/CardLayout/schema.d.ts +234 -0
  2. package/build/cjs/blocks/ContentLayout/schema.d.ts +117 -0
  3. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +117 -0
  4. package/build/cjs/blocks/FilterBlock/schema.d.ts +234 -0
  5. package/build/cjs/blocks/Form/schema.d.ts +234 -0
  6. package/build/cjs/blocks/Info/schema.d.ts +234 -0
  7. package/build/cjs/blocks/LinkTable/schema.d.ts +117 -0
  8. package/build/cjs/blocks/Map/schema.d.ts +117 -0
  9. package/build/cjs/blocks/Media/schema.d.ts +234 -0
  10. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
  11. package/build/cjs/blocks/Questions/schema.d.ts +117 -0
  12. package/build/cjs/blocks/RelevantPosts/schema.d.ts +117 -0
  13. package/build/cjs/blocks/RelevantReports/RelevantReports.css +8 -0
  14. package/build/cjs/blocks/RelevantReports/RelevantReports.d.ts +3 -0
  15. package/build/cjs/blocks/RelevantReports/RelevantReports.js +77 -0
  16. package/build/cjs/blocks/RelevantReports/schema.d.ts +297 -0
  17. package/build/cjs/blocks/RelevantReports/schema.js +22 -0
  18. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
  19. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +3 -0
  20. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.js +77 -0
  21. package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +297 -0
  22. package/build/cjs/blocks/RelevantReportsCards/schema.js +22 -0
  23. package/build/cjs/blocks/Reports/Reports.js +11 -2
  24. package/build/cjs/blocks/Reports/schema.d.ts +117 -0
  25. package/build/cjs/blocks/ReportsCards/schema.d.ts +117 -0
  26. package/build/cjs/blocks/ReportsSections/schema.d.ts +117 -0
  27. package/build/cjs/blocks/Slider/schema.d.ts +117 -0
  28. package/build/cjs/blocks/SliderNew/schema.d.ts +117 -0
  29. package/build/cjs/blocks/Tabs/schema.d.ts +234 -0
  30. package/build/cjs/blocks/index.d.ts +2 -0
  31. package/build/cjs/blocks/index.js +5 -1
  32. package/build/cjs/components/ProgressCircular/ProgressCircular.css +30 -0
  33. package/build/cjs/components/ProgressCircular/ProgressCircular.d.ts +8 -0
  34. package/build/cjs/components/ProgressCircular/ProgressCircular.js +14 -0
  35. package/build/cjs/components/Title/Title.css +8 -0
  36. package/build/cjs/components/Title/Title.d.ts +1 -1
  37. package/build/cjs/components/Title/Title.js +5 -3
  38. package/build/cjs/components/index.d.ts +1 -0
  39. package/build/cjs/components/index.js +3 -1
  40. package/build/cjs/constructor-items.d.ts +2 -0
  41. package/build/cjs/constructor-items.js +2 -0
  42. package/build/cjs/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
  43. package/build/cjs/context/reportsContext/ReportsContext.d.ts +5 -0
  44. package/build/cjs/models/constructor-items/blocks.d.ts +29 -1
  45. package/build/cjs/models/constructor-items/blocks.js +2 -0
  46. package/build/cjs/models/constructor-items/common.d.ts +1 -0
  47. package/build/cjs/schema/constants.d.ts +703 -1
  48. package/build/cjs/schema/constants.js +3 -1
  49. package/build/cjs/schema/validators/blocks.d.ts +2 -0
  50. package/build/cjs/schema/validators/blocks.js +2 -0
  51. package/build/cjs/schema/validators/common.d.ts +234 -0
  52. package/build/cjs/schema/validators/common.js +1 -0
  53. package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +117 -0
  54. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +117 -0
  55. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +117 -0
  56. package/build/cjs/sub-blocks/Content/schema.d.ts +234 -0
  57. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
  58. package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +117 -0
  59. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +117 -0
  60. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +117 -0
  61. package/build/esm/blocks/CardLayout/schema.d.ts +234 -0
  62. package/build/esm/blocks/ContentLayout/schema.d.ts +117 -0
  63. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +117 -0
  64. package/build/esm/blocks/FilterBlock/schema.d.ts +234 -0
  65. package/build/esm/blocks/Form/schema.d.ts +234 -0
  66. package/build/esm/blocks/Info/schema.d.ts +234 -0
  67. package/build/esm/blocks/LinkTable/schema.d.ts +117 -0
  68. package/build/esm/blocks/Map/schema.d.ts +117 -0
  69. package/build/esm/blocks/Media/schema.d.ts +234 -0
  70. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
  71. package/build/esm/blocks/Questions/schema.d.ts +117 -0
  72. package/build/esm/blocks/RelevantPosts/schema.d.ts +117 -0
  73. package/build/esm/blocks/RelevantReports/RelevantReports.css +8 -0
  74. package/build/esm/blocks/RelevantReports/RelevantReports.d.ts +4 -0
  75. package/build/esm/blocks/RelevantReports/RelevantReports.js +73 -0
  76. package/build/esm/blocks/RelevantReports/schema.d.ts +297 -0
  77. package/build/esm/blocks/RelevantReports/schema.js +19 -0
  78. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
  79. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +4 -0
  80. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.js +73 -0
  81. package/build/esm/blocks/RelevantReportsCards/schema.d.ts +297 -0
  82. package/build/esm/blocks/RelevantReportsCards/schema.js +19 -0
  83. package/build/esm/blocks/Reports/Reports.js +12 -3
  84. package/build/esm/blocks/Reports/schema.d.ts +117 -0
  85. package/build/esm/blocks/ReportsCards/schema.d.ts +117 -0
  86. package/build/esm/blocks/ReportsSections/schema.d.ts +117 -0
  87. package/build/esm/blocks/Slider/schema.d.ts +117 -0
  88. package/build/esm/blocks/SliderNew/schema.d.ts +117 -0
  89. package/build/esm/blocks/Tabs/schema.d.ts +234 -0
  90. package/build/esm/blocks/index.d.ts +2 -0
  91. package/build/esm/blocks/index.js +2 -0
  92. package/build/esm/components/ProgressCircular/ProgressCircular.css +30 -0
  93. package/build/esm/components/ProgressCircular/ProgressCircular.d.ts +9 -0
  94. package/build/esm/components/ProgressCircular/ProgressCircular.js +11 -0
  95. package/build/esm/components/Title/Title.css +8 -0
  96. package/build/esm/components/Title/Title.d.ts +1 -1
  97. package/build/esm/components/Title/Title.js +5 -3
  98. package/build/esm/components/index.d.ts +1 -0
  99. package/build/esm/components/index.js +1 -0
  100. package/build/esm/constructor-items.d.ts +2 -0
  101. package/build/esm/constructor-items.js +3 -1
  102. package/build/esm/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
  103. package/build/esm/context/reportsContext/ReportsContext.d.ts +5 -0
  104. package/build/esm/models/constructor-items/blocks.d.ts +29 -1
  105. package/build/esm/models/constructor-items/blocks.js +2 -0
  106. package/build/esm/models/constructor-items/common.d.ts +1 -0
  107. package/build/esm/schema/constants.d.ts +703 -1
  108. package/build/esm/schema/constants.js +4 -2
  109. package/build/esm/schema/validators/blocks.d.ts +2 -0
  110. package/build/esm/schema/validators/blocks.js +2 -0
  111. package/build/esm/schema/validators/common.d.ts +234 -0
  112. package/build/esm/schema/validators/common.js +1 -0
  113. package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +117 -0
  114. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +117 -0
  115. package/build/esm/sub-blocks/BasicCard/schema.d.ts +117 -0
  116. package/build/esm/sub-blocks/Content/schema.d.ts +234 -0
  117. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
  118. package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +117 -0
  119. package/build/esm/sub-blocks/ImageCard/schema.d.ts +117 -0
  120. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +117 -0
  121. package/package.json +1 -1
  122. package/schema/index.js +1 -1
  123. package/server/models/constructor-items/blocks.d.ts +29 -1
  124. package/server/models/constructor-items/blocks.js +2 -0
  125. package/server/models/constructor-items/common.d.ts +1 -0
  126. package/widget/index.js +1 -1
@@ -519,6 +519,123 @@ export declare const MediaBlockBaseProps: {
519
519
  type: string;
520
520
  contentType: string;
521
521
  };
522
+ link: {
523
+ type: string;
524
+ additionalProperties: boolean;
525
+ required: string[];
526
+ properties: {
527
+ text: {
528
+ type: string;
529
+ contentType: string;
530
+ };
531
+ url: {
532
+ type: string;
533
+ };
534
+ urlTitle: {
535
+ type: string;
536
+ };
537
+ arrow: {
538
+ type: string;
539
+ };
540
+ theme: {
541
+ type: string;
542
+ enum: string[];
543
+ };
544
+ textSize: {
545
+ type: string;
546
+ enum: string[];
547
+ };
548
+ target: {
549
+ type: string;
550
+ enum: string[];
551
+ };
552
+ analyticsEvents: {
553
+ oneOf: ({
554
+ optionName: string;
555
+ type: string;
556
+ additionalProperties: {
557
+ type: string;
558
+ };
559
+ required: string[];
560
+ properties: {
561
+ name: {
562
+ type: string;
563
+ };
564
+ type: {
565
+ type: string;
566
+ };
567
+ counters: {
568
+ type: string;
569
+ additionalProperties: boolean;
570
+ required: never[];
571
+ properties: {
572
+ include: {
573
+ type: string;
574
+ items: {
575
+ type: string;
576
+ };
577
+ };
578
+ exclude: {
579
+ type: string;
580
+ items: {
581
+ type: string;
582
+ };
583
+ };
584
+ };
585
+ };
586
+ context: {
587
+ type: string;
588
+ };
589
+ };
590
+ items?: undefined;
591
+ } | {
592
+ type: string;
593
+ items: {
594
+ type: string;
595
+ additionalProperties: {
596
+ type: string;
597
+ };
598
+ required: string[];
599
+ properties: {
600
+ name: {
601
+ type: string;
602
+ };
603
+ type: {
604
+ type: string;
605
+ };
606
+ counters: {
607
+ type: string;
608
+ additionalProperties: boolean;
609
+ required: never[];
610
+ properties: {
611
+ include: {
612
+ type: string;
613
+ items: {
614
+ type: string;
615
+ };
616
+ };
617
+ exclude: {
618
+ type: string;
619
+ items: {
620
+ type: string;
621
+ };
622
+ };
623
+ };
624
+ };
625
+ context: {
626
+ type: string;
627
+ };
628
+ };
629
+ };
630
+ optionName: string;
631
+ })[];
632
+ };
633
+ type: {};
634
+ when: {
635
+ type: string;
636
+ };
637
+ };
638
+ };
522
639
  textSize: {
523
640
  type: string;
524
641
  enum: string[];
@@ -1255,6 +1372,123 @@ export declare const MediaBlock: {
1255
1372
  type: string;
1256
1373
  contentType: string;
1257
1374
  };
1375
+ link: {
1376
+ type: string;
1377
+ additionalProperties: boolean;
1378
+ required: string[];
1379
+ properties: {
1380
+ text: {
1381
+ type: string;
1382
+ contentType: string;
1383
+ };
1384
+ url: {
1385
+ type: string;
1386
+ };
1387
+ urlTitle: {
1388
+ type: string;
1389
+ };
1390
+ arrow: {
1391
+ type: string;
1392
+ };
1393
+ theme: {
1394
+ type: string;
1395
+ enum: string[];
1396
+ };
1397
+ textSize: {
1398
+ type: string;
1399
+ enum: string[];
1400
+ };
1401
+ target: {
1402
+ type: string;
1403
+ enum: string[];
1404
+ };
1405
+ analyticsEvents: {
1406
+ oneOf: ({
1407
+ optionName: string;
1408
+ type: string;
1409
+ additionalProperties: {
1410
+ type: string;
1411
+ };
1412
+ required: string[];
1413
+ properties: {
1414
+ name: {
1415
+ type: string;
1416
+ };
1417
+ type: {
1418
+ type: string;
1419
+ };
1420
+ counters: {
1421
+ type: string;
1422
+ additionalProperties: boolean;
1423
+ required: never[];
1424
+ properties: {
1425
+ include: {
1426
+ type: string;
1427
+ items: {
1428
+ type: string;
1429
+ };
1430
+ };
1431
+ exclude: {
1432
+ type: string;
1433
+ items: {
1434
+ type: string;
1435
+ };
1436
+ };
1437
+ };
1438
+ };
1439
+ context: {
1440
+ type: string;
1441
+ };
1442
+ };
1443
+ items?: undefined;
1444
+ } | {
1445
+ type: string;
1446
+ items: {
1447
+ type: string;
1448
+ additionalProperties: {
1449
+ type: string;
1450
+ };
1451
+ required: string[];
1452
+ properties: {
1453
+ name: {
1454
+ type: string;
1455
+ };
1456
+ type: {
1457
+ type: string;
1458
+ };
1459
+ counters: {
1460
+ type: string;
1461
+ additionalProperties: boolean;
1462
+ required: never[];
1463
+ properties: {
1464
+ include: {
1465
+ type: string;
1466
+ items: {
1467
+ type: string;
1468
+ };
1469
+ };
1470
+ exclude: {
1471
+ type: string;
1472
+ items: {
1473
+ type: string;
1474
+ };
1475
+ };
1476
+ };
1477
+ };
1478
+ context: {
1479
+ type: string;
1480
+ };
1481
+ };
1482
+ };
1483
+ optionName: string;
1484
+ })[];
1485
+ };
1486
+ type: {};
1487
+ when: {
1488
+ type: string;
1489
+ };
1490
+ };
1491
+ };
1258
1492
  textSize: {
1259
1493
  type: string;
1260
1494
  enum: string[];
@@ -359,6 +359,123 @@ export declare const PromoFeaturesBlock: {
359
359
  type: string;
360
360
  contentType: string;
361
361
  };
362
+ link: {
363
+ type: string;
364
+ additionalProperties: boolean;
365
+ required: string[];
366
+ properties: {
367
+ text: {
368
+ type: string;
369
+ contentType: string;
370
+ };
371
+ url: {
372
+ type: string;
373
+ };
374
+ urlTitle: {
375
+ type: string;
376
+ };
377
+ arrow: {
378
+ type: string;
379
+ };
380
+ theme: {
381
+ type: string;
382
+ enum: string[];
383
+ };
384
+ textSize: {
385
+ type: string;
386
+ enum: string[];
387
+ };
388
+ target: {
389
+ type: string;
390
+ enum: string[];
391
+ };
392
+ analyticsEvents: {
393
+ oneOf: ({
394
+ optionName: string;
395
+ type: string;
396
+ additionalProperties: {
397
+ type: string;
398
+ };
399
+ required: string[];
400
+ properties: {
401
+ name: {
402
+ type: string;
403
+ };
404
+ type: {
405
+ type: string;
406
+ };
407
+ counters: {
408
+ type: string;
409
+ additionalProperties: boolean;
410
+ required: never[];
411
+ properties: {
412
+ include: {
413
+ type: string;
414
+ items: {
415
+ type: string;
416
+ };
417
+ };
418
+ exclude: {
419
+ type: string;
420
+ items: {
421
+ type: string;
422
+ };
423
+ };
424
+ };
425
+ };
426
+ context: {
427
+ type: string;
428
+ };
429
+ };
430
+ items?: undefined;
431
+ } | {
432
+ type: string;
433
+ items: {
434
+ type: string;
435
+ additionalProperties: {
436
+ type: string;
437
+ };
438
+ required: string[];
439
+ properties: {
440
+ name: {
441
+ type: string;
442
+ };
443
+ type: {
444
+ type: string;
445
+ };
446
+ counters: {
447
+ type: string;
448
+ additionalProperties: boolean;
449
+ required: never[];
450
+ properties: {
451
+ include: {
452
+ type: string;
453
+ items: {
454
+ type: string;
455
+ };
456
+ };
457
+ exclude: {
458
+ type: string;
459
+ items: {
460
+ type: string;
461
+ };
462
+ };
463
+ };
464
+ };
465
+ context: {
466
+ type: string;
467
+ };
468
+ };
469
+ };
470
+ optionName: string;
471
+ })[];
472
+ };
473
+ type: {};
474
+ when: {
475
+ type: string;
476
+ };
477
+ };
478
+ };
362
479
  textSize: {
363
480
  type: string;
364
481
  enum: string[];
@@ -32,6 +32,123 @@ export declare const QuestionsBlock: {
32
32
  type: string;
33
33
  contentType: string;
34
34
  };
35
+ link: {
36
+ type: string;
37
+ additionalProperties: boolean;
38
+ required: string[];
39
+ properties: {
40
+ text: {
41
+ type: string;
42
+ contentType: string;
43
+ };
44
+ url: {
45
+ type: string;
46
+ };
47
+ urlTitle: {
48
+ type: string;
49
+ };
50
+ arrow: {
51
+ type: string;
52
+ };
53
+ theme: {
54
+ type: string;
55
+ enum: string[];
56
+ };
57
+ textSize: {
58
+ type: string;
59
+ enum: string[];
60
+ };
61
+ target: {
62
+ type: string;
63
+ enum: string[];
64
+ };
65
+ analyticsEvents: {
66
+ oneOf: ({
67
+ optionName: string;
68
+ type: string;
69
+ additionalProperties: {
70
+ type: string;
71
+ };
72
+ required: string[];
73
+ properties: {
74
+ name: {
75
+ type: string;
76
+ };
77
+ type: {
78
+ type: string;
79
+ };
80
+ counters: {
81
+ type: string;
82
+ additionalProperties: boolean;
83
+ required: never[];
84
+ properties: {
85
+ include: {
86
+ type: string;
87
+ items: {
88
+ type: string;
89
+ };
90
+ };
91
+ exclude: {
92
+ type: string;
93
+ items: {
94
+ type: string;
95
+ };
96
+ };
97
+ };
98
+ };
99
+ context: {
100
+ type: string;
101
+ };
102
+ };
103
+ items?: undefined;
104
+ } | {
105
+ type: string;
106
+ items: {
107
+ type: string;
108
+ additionalProperties: {
109
+ type: string;
110
+ };
111
+ required: string[];
112
+ properties: {
113
+ name: {
114
+ type: string;
115
+ };
116
+ type: {
117
+ type: string;
118
+ };
119
+ counters: {
120
+ type: string;
121
+ additionalProperties: boolean;
122
+ required: never[];
123
+ properties: {
124
+ include: {
125
+ type: string;
126
+ items: {
127
+ type: string;
128
+ };
129
+ };
130
+ exclude: {
131
+ type: string;
132
+ items: {
133
+ type: string;
134
+ };
135
+ };
136
+ };
137
+ };
138
+ context: {
139
+ type: string;
140
+ };
141
+ };
142
+ };
143
+ optionName: string;
144
+ })[];
145
+ };
146
+ type: {};
147
+ when: {
148
+ type: string;
149
+ };
150
+ };
151
+ };
35
152
  textSize: {
36
153
  type: string;
37
154
  enum: string[];
@@ -45,6 +45,123 @@ export declare const RelevantPostsBlock: {
45
45
  type: string;
46
46
  contentType: string;
47
47
  };
48
+ link: {
49
+ type: string;
50
+ additionalProperties: boolean;
51
+ required: string[];
52
+ properties: {
53
+ text: {
54
+ type: string;
55
+ contentType: string;
56
+ };
57
+ url: {
58
+ type: string;
59
+ };
60
+ urlTitle: {
61
+ type: string;
62
+ };
63
+ arrow: {
64
+ type: string;
65
+ };
66
+ theme: {
67
+ type: string;
68
+ enum: string[];
69
+ };
70
+ textSize: {
71
+ type: string;
72
+ enum: string[];
73
+ };
74
+ target: {
75
+ type: string;
76
+ enum: string[];
77
+ };
78
+ analyticsEvents: {
79
+ oneOf: ({
80
+ optionName: string;
81
+ type: string;
82
+ additionalProperties: {
83
+ type: string;
84
+ };
85
+ required: string[];
86
+ properties: {
87
+ name: {
88
+ type: string;
89
+ };
90
+ type: {
91
+ type: string;
92
+ };
93
+ counters: {
94
+ type: string;
95
+ additionalProperties: boolean;
96
+ required: never[];
97
+ properties: {
98
+ include: {
99
+ type: string;
100
+ items: {
101
+ type: string;
102
+ };
103
+ };
104
+ exclude: {
105
+ type: string;
106
+ items: {
107
+ type: string;
108
+ };
109
+ };
110
+ };
111
+ };
112
+ context: {
113
+ type: string;
114
+ };
115
+ };
116
+ items?: undefined;
117
+ } | {
118
+ type: string;
119
+ items: {
120
+ type: string;
121
+ additionalProperties: {
122
+ type: string;
123
+ };
124
+ required: string[];
125
+ properties: {
126
+ name: {
127
+ type: string;
128
+ };
129
+ type: {
130
+ type: string;
131
+ };
132
+ counters: {
133
+ type: string;
134
+ additionalProperties: boolean;
135
+ required: never[];
136
+ properties: {
137
+ include: {
138
+ type: string;
139
+ items: {
140
+ type: string;
141
+ };
142
+ };
143
+ exclude: {
144
+ type: string;
145
+ items: {
146
+ type: string;
147
+ };
148
+ };
149
+ };
150
+ };
151
+ context: {
152
+ type: string;
153
+ };
154
+ };
155
+ };
156
+ optionName: string;
157
+ })[];
158
+ };
159
+ type: {};
160
+ when: {
161
+ type: string;
162
+ };
163
+ };
164
+ };
48
165
  textSize: {
49
166
  type: string;
50
167
  enum: string[];
@@ -0,0 +1,8 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-relevant-reports-block__pinned {
4
+ padding-top: 48px;
5
+ }
6
+ .pc-relevant-reports-block__slider {
7
+ padding-top: 12px;
8
+ }
@@ -0,0 +1,3 @@
1
+ import { RelevantReportsBlockProps } from '../../models';
2
+ export declare const RelevantReports: ({ typeKey, link, title, description, slider, date, dateStart, dateEnd, }: RelevantReportsBlockProps) => JSX.Element;
3
+ export default RelevantReports;