@doyourjob/gravity-ui-page-constructor 5.31.189 → 5.31.190
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.
- package/build/cjs/blocks/CardLayout/schema.d.ts +8 -0
- package/build/cjs/blocks/ContentLayout/schema.d.ts +4 -0
- package/build/cjs/blocks/EventsSection/schema.d.ts +4 -0
- package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +4 -0
- package/build/cjs/blocks/FilterBlock/schema.d.ts +8 -0
- package/build/cjs/blocks/FilterCardLayout/schema.d.ts +4 -0
- package/build/cjs/blocks/Form/schema.d.ts +8 -0
- package/build/cjs/blocks/Icons/schema.d.ts +308 -4
- package/build/cjs/blocks/Icons/schema.js +8 -2
- package/build/cjs/blocks/Info/schema.d.ts +8 -0
- package/build/cjs/blocks/LinkTable/schema.d.ts +4 -0
- package/build/cjs/blocks/LogoRotator/schema.d.ts +4 -0
- package/build/cjs/blocks/Map/schema.d.ts +4 -0
- package/build/cjs/blocks/Media/schema.d.ts +8 -0
- package/build/cjs/blocks/MiniCase/schema.d.ts +4 -0
- package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +4 -0
- package/build/cjs/blocks/Questions/schema.d.ts +4 -0
- package/build/cjs/blocks/RelevantPosts/schema.d.ts +4 -0
- package/build/cjs/blocks/RelevantReports/schema.d.ts +4 -0
- package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +4 -0
- package/build/cjs/blocks/Reports/schema.d.ts +4 -0
- package/build/cjs/blocks/ReportsCards/schema.d.ts +4 -0
- package/build/cjs/blocks/ReportsSections/schema.d.ts +4 -0
- package/build/cjs/blocks/Slider/schema.d.ts +4 -0
- package/build/cjs/blocks/SliderNew/schema.d.ts +4 -0
- package/build/cjs/blocks/TabLinks/schema.d.ts +4 -0
- package/build/cjs/blocks/Tabs/schema.d.ts +8 -0
- package/build/cjs/blocks/TabsHighlightTable/schema.d.ts +4 -0
- package/build/cjs/components/Title/Title.css +9 -0
- package/build/cjs/components/Title/Title.js +1 -1
- package/build/cjs/models/constructor-items/blocks.d.ts +1 -1
- package/build/cjs/models/constructor-items/common.d.ts +1 -0
- package/build/cjs/schema/constants.d.ts +28 -0
- package/build/cjs/schema/validators/common.d.ts +8 -0
- package/build/cjs/schema/validators/common.js +4 -0
- package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +4 -0
- package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +4 -0
- package/build/cjs/sub-blocks/BasicCard/schema.d.ts +4 -0
- package/build/cjs/sub-blocks/Content/schema.d.ts +8 -0
- package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +4 -0
- package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +4 -0
- package/build/cjs/sub-blocks/ImageCard/schema.d.ts +4 -0
- package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +4 -0
- package/build/cjs/sub-blocks/StoryCard/schema.d.ts +4 -0
- package/build/cjs/text-transform/config.d.ts +1 -0
- package/build/esm/blocks/CardLayout/schema.d.ts +8 -0
- package/build/esm/blocks/ContentLayout/schema.d.ts +4 -0
- package/build/esm/blocks/EventsSection/schema.d.ts +4 -0
- package/build/esm/blocks/ExtendedFeatures/schema.d.ts +4 -0
- package/build/esm/blocks/FilterBlock/schema.d.ts +8 -0
- package/build/esm/blocks/FilterCardLayout/schema.d.ts +4 -0
- package/build/esm/blocks/Form/schema.d.ts +8 -0
- package/build/esm/blocks/Icons/schema.d.ts +308 -4
- package/build/esm/blocks/Icons/schema.js +9 -3
- package/build/esm/blocks/Info/schema.d.ts +8 -0
- package/build/esm/blocks/LinkTable/schema.d.ts +4 -0
- package/build/esm/blocks/LogoRotator/schema.d.ts +4 -0
- package/build/esm/blocks/Map/schema.d.ts +4 -0
- package/build/esm/blocks/Media/schema.d.ts +8 -0
- package/build/esm/blocks/MiniCase/schema.d.ts +4 -0
- package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +4 -0
- package/build/esm/blocks/Questions/schema.d.ts +4 -0
- package/build/esm/blocks/RelevantPosts/schema.d.ts +4 -0
- package/build/esm/blocks/RelevantReports/schema.d.ts +4 -0
- package/build/esm/blocks/RelevantReportsCards/schema.d.ts +4 -0
- package/build/esm/blocks/Reports/schema.d.ts +4 -0
- package/build/esm/blocks/ReportsCards/schema.d.ts +4 -0
- package/build/esm/blocks/ReportsSections/schema.d.ts +4 -0
- package/build/esm/blocks/Slider/schema.d.ts +4 -0
- package/build/esm/blocks/SliderNew/schema.d.ts +4 -0
- package/build/esm/blocks/TabLinks/schema.d.ts +4 -0
- package/build/esm/blocks/Tabs/schema.d.ts +8 -0
- package/build/esm/blocks/TabsHighlightTable/schema.d.ts +4 -0
- package/build/esm/components/Title/Title.css +9 -0
- package/build/esm/components/Title/Title.js +1 -1
- package/build/esm/models/constructor-items/blocks.d.ts +1 -1
- package/build/esm/models/constructor-items/common.d.ts +1 -0
- package/build/esm/schema/constants.d.ts +28 -0
- package/build/esm/schema/validators/common.d.ts +8 -0
- package/build/esm/schema/validators/common.js +4 -0
- package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +4 -0
- package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +4 -0
- package/build/esm/sub-blocks/BasicCard/schema.d.ts +4 -0
- package/build/esm/sub-blocks/Content/schema.d.ts +8 -0
- package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +4 -0
- package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +4 -0
- package/build/esm/sub-blocks/ImageCard/schema.d.ts +4 -0
- package/build/esm/sub-blocks/LayoutItem/schema.d.ts +4 -0
- package/build/esm/sub-blocks/StoryCard/schema.d.ts +4 -0
- package/build/esm/text-transform/config.d.ts +1 -0
- package/package.json +1 -1
- package/schema/index.js +1 -1
- package/server/models/constructor-items/blocks.d.ts +1 -1
- package/server/models/constructor-items/common.d.ts +1 -0
- package/server/text-transform/config.d.ts +1 -0
- package/widget/index.js +1 -1
|
@@ -252,6 +252,10 @@ export declare const CardLayoutProps: {
|
|
|
252
252
|
type: string;
|
|
253
253
|
enum: string[];
|
|
254
254
|
};
|
|
255
|
+
bottomSpace: {
|
|
256
|
+
type: string;
|
|
257
|
+
enum: string[];
|
|
258
|
+
};
|
|
255
259
|
centered: {
|
|
256
260
|
type: string;
|
|
257
261
|
};
|
|
@@ -667,6 +671,10 @@ export declare const CardLayoutBlock: {
|
|
|
667
671
|
type: string;
|
|
668
672
|
enum: string[];
|
|
669
673
|
};
|
|
674
|
+
bottomSpace: {
|
|
675
|
+
type: string;
|
|
676
|
+
enum: string[];
|
|
677
|
+
};
|
|
670
678
|
centered: {
|
|
671
679
|
type: string;
|
|
672
680
|
};
|
|
@@ -204,6 +204,10 @@ export declare const FilterProps: {
|
|
|
204
204
|
type: string;
|
|
205
205
|
enum: string[];
|
|
206
206
|
};
|
|
207
|
+
bottomSpace: {
|
|
208
|
+
type: string;
|
|
209
|
+
enum: string[];
|
|
210
|
+
};
|
|
207
211
|
centered: {
|
|
208
212
|
type: string;
|
|
209
213
|
};
|
|
@@ -544,6 +548,10 @@ export declare const FilterBlock: {
|
|
|
544
548
|
type: string;
|
|
545
549
|
enum: string[];
|
|
546
550
|
};
|
|
551
|
+
bottomSpace: {
|
|
552
|
+
type: string;
|
|
553
|
+
enum: string[];
|
|
554
|
+
};
|
|
547
555
|
centered: {
|
|
548
556
|
type: string;
|
|
549
557
|
};
|
|
@@ -221,6 +221,10 @@ export declare const FormBlock: {
|
|
|
221
221
|
type: string;
|
|
222
222
|
enum: string[];
|
|
223
223
|
};
|
|
224
|
+
bottomSpace: {
|
|
225
|
+
type: string;
|
|
226
|
+
enum: string[];
|
|
227
|
+
};
|
|
224
228
|
centered: {
|
|
225
229
|
type: string;
|
|
226
230
|
};
|
|
@@ -449,6 +453,10 @@ export declare const FormBlock: {
|
|
|
449
453
|
type: string;
|
|
450
454
|
enum: string[];
|
|
451
455
|
};
|
|
456
|
+
bottomSpace: {
|
|
457
|
+
type: string;
|
|
458
|
+
enum: string[];
|
|
459
|
+
};
|
|
452
460
|
centered: {
|
|
453
461
|
type: string;
|
|
454
462
|
};
|
|
@@ -3,8 +3,160 @@ export declare const IconsProps: {
|
|
|
3
3
|
required: string[];
|
|
4
4
|
properties: {
|
|
5
5
|
title: {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
oneOf: ({
|
|
7
|
+
type: string;
|
|
8
|
+
contentType: string;
|
|
9
|
+
optionName: string;
|
|
10
|
+
} | {
|
|
11
|
+
optionName: string;
|
|
12
|
+
type: string;
|
|
13
|
+
additionalProperties: boolean;
|
|
14
|
+
required: string[];
|
|
15
|
+
properties: {
|
|
16
|
+
text: {
|
|
17
|
+
type: string;
|
|
18
|
+
contentType: string;
|
|
19
|
+
};
|
|
20
|
+
link: {
|
|
21
|
+
type: string;
|
|
22
|
+
additionalProperties: boolean;
|
|
23
|
+
required: string[];
|
|
24
|
+
properties: {
|
|
25
|
+
text: {
|
|
26
|
+
type: string;
|
|
27
|
+
contentType: string;
|
|
28
|
+
};
|
|
29
|
+
url: {
|
|
30
|
+
type: string;
|
|
31
|
+
};
|
|
32
|
+
urlTitle: {
|
|
33
|
+
type: string;
|
|
34
|
+
};
|
|
35
|
+
arrow: {
|
|
36
|
+
type: string;
|
|
37
|
+
};
|
|
38
|
+
theme: {
|
|
39
|
+
type: string;
|
|
40
|
+
enum: string[];
|
|
41
|
+
};
|
|
42
|
+
textSize: {
|
|
43
|
+
type: string;
|
|
44
|
+
enum: string[];
|
|
45
|
+
};
|
|
46
|
+
target: {
|
|
47
|
+
type: string;
|
|
48
|
+
enum: string[];
|
|
49
|
+
};
|
|
50
|
+
analyticsEvents: {
|
|
51
|
+
oneOf: ({
|
|
52
|
+
optionName: string;
|
|
53
|
+
type: string;
|
|
54
|
+
additionalProperties: {
|
|
55
|
+
type: string;
|
|
56
|
+
};
|
|
57
|
+
required: string[];
|
|
58
|
+
properties: {
|
|
59
|
+
name: {
|
|
60
|
+
type: string;
|
|
61
|
+
};
|
|
62
|
+
type: {
|
|
63
|
+
type: string;
|
|
64
|
+
};
|
|
65
|
+
counters: {
|
|
66
|
+
type: string;
|
|
67
|
+
additionalProperties: boolean;
|
|
68
|
+
required: never[];
|
|
69
|
+
properties: {
|
|
70
|
+
include: {
|
|
71
|
+
type: string;
|
|
72
|
+
items: {
|
|
73
|
+
type: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
exclude: {
|
|
77
|
+
type: string;
|
|
78
|
+
items: {
|
|
79
|
+
type: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
context: {
|
|
85
|
+
type: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
items?: undefined;
|
|
89
|
+
} | {
|
|
90
|
+
type: string;
|
|
91
|
+
items: {
|
|
92
|
+
type: string;
|
|
93
|
+
additionalProperties: {
|
|
94
|
+
type: string;
|
|
95
|
+
};
|
|
96
|
+
required: string[];
|
|
97
|
+
properties: {
|
|
98
|
+
name: {
|
|
99
|
+
type: string;
|
|
100
|
+
};
|
|
101
|
+
type: {
|
|
102
|
+
type: string;
|
|
103
|
+
};
|
|
104
|
+
counters: {
|
|
105
|
+
type: string;
|
|
106
|
+
additionalProperties: boolean;
|
|
107
|
+
required: never[];
|
|
108
|
+
properties: {
|
|
109
|
+
include: {
|
|
110
|
+
type: string;
|
|
111
|
+
items: {
|
|
112
|
+
type: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
exclude: {
|
|
116
|
+
type: string;
|
|
117
|
+
items: {
|
|
118
|
+
type: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
context: {
|
|
124
|
+
type: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
optionName: string;
|
|
129
|
+
})[];
|
|
130
|
+
};
|
|
131
|
+
type: {};
|
|
132
|
+
when: {
|
|
133
|
+
type: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
textSize: {
|
|
138
|
+
type: string;
|
|
139
|
+
enum: string[];
|
|
140
|
+
};
|
|
141
|
+
bottomSpace: {
|
|
142
|
+
type: string;
|
|
143
|
+
enum: string[];
|
|
144
|
+
};
|
|
145
|
+
centered: {
|
|
146
|
+
type: string;
|
|
147
|
+
};
|
|
148
|
+
url: {
|
|
149
|
+
type: string;
|
|
150
|
+
};
|
|
151
|
+
urlTitle: {
|
|
152
|
+
type: string;
|
|
153
|
+
};
|
|
154
|
+
resetMargin: {
|
|
155
|
+
type: string;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
contentType?: undefined;
|
|
159
|
+
})[];
|
|
8
160
|
};
|
|
9
161
|
description: {
|
|
10
162
|
type: string;
|
|
@@ -267,8 +419,160 @@ export declare const IconsBlock: {
|
|
|
267
419
|
required: string[];
|
|
268
420
|
properties: {
|
|
269
421
|
title: {
|
|
270
|
-
|
|
271
|
-
|
|
422
|
+
oneOf: ({
|
|
423
|
+
type: string;
|
|
424
|
+
contentType: string;
|
|
425
|
+
optionName: string;
|
|
426
|
+
} | {
|
|
427
|
+
optionName: string;
|
|
428
|
+
type: string;
|
|
429
|
+
additionalProperties: boolean;
|
|
430
|
+
required: string[];
|
|
431
|
+
properties: {
|
|
432
|
+
text: {
|
|
433
|
+
type: string;
|
|
434
|
+
contentType: string;
|
|
435
|
+
};
|
|
436
|
+
link: {
|
|
437
|
+
type: string;
|
|
438
|
+
additionalProperties: boolean;
|
|
439
|
+
required: string[];
|
|
440
|
+
properties: {
|
|
441
|
+
text: {
|
|
442
|
+
type: string;
|
|
443
|
+
contentType: string;
|
|
444
|
+
};
|
|
445
|
+
url: {
|
|
446
|
+
type: string;
|
|
447
|
+
};
|
|
448
|
+
urlTitle: {
|
|
449
|
+
type: string;
|
|
450
|
+
};
|
|
451
|
+
arrow: {
|
|
452
|
+
type: string;
|
|
453
|
+
};
|
|
454
|
+
theme: {
|
|
455
|
+
type: string;
|
|
456
|
+
enum: string[];
|
|
457
|
+
};
|
|
458
|
+
textSize: {
|
|
459
|
+
type: string;
|
|
460
|
+
enum: string[];
|
|
461
|
+
};
|
|
462
|
+
target: {
|
|
463
|
+
type: string;
|
|
464
|
+
enum: string[];
|
|
465
|
+
};
|
|
466
|
+
analyticsEvents: {
|
|
467
|
+
oneOf: ({
|
|
468
|
+
optionName: string;
|
|
469
|
+
type: string;
|
|
470
|
+
additionalProperties: {
|
|
471
|
+
type: string;
|
|
472
|
+
};
|
|
473
|
+
required: string[];
|
|
474
|
+
properties: {
|
|
475
|
+
name: {
|
|
476
|
+
type: string;
|
|
477
|
+
};
|
|
478
|
+
type: {
|
|
479
|
+
type: string;
|
|
480
|
+
};
|
|
481
|
+
counters: {
|
|
482
|
+
type: string;
|
|
483
|
+
additionalProperties: boolean;
|
|
484
|
+
required: never[];
|
|
485
|
+
properties: {
|
|
486
|
+
include: {
|
|
487
|
+
type: string;
|
|
488
|
+
items: {
|
|
489
|
+
type: string;
|
|
490
|
+
};
|
|
491
|
+
};
|
|
492
|
+
exclude: {
|
|
493
|
+
type: string;
|
|
494
|
+
items: {
|
|
495
|
+
type: string;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
};
|
|
500
|
+
context: {
|
|
501
|
+
type: string;
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
items?: undefined;
|
|
505
|
+
} | {
|
|
506
|
+
type: string;
|
|
507
|
+
items: {
|
|
508
|
+
type: string;
|
|
509
|
+
additionalProperties: {
|
|
510
|
+
type: string;
|
|
511
|
+
};
|
|
512
|
+
required: string[];
|
|
513
|
+
properties: {
|
|
514
|
+
name: {
|
|
515
|
+
type: string;
|
|
516
|
+
};
|
|
517
|
+
type: {
|
|
518
|
+
type: string;
|
|
519
|
+
};
|
|
520
|
+
counters: {
|
|
521
|
+
type: string;
|
|
522
|
+
additionalProperties: boolean;
|
|
523
|
+
required: never[];
|
|
524
|
+
properties: {
|
|
525
|
+
include: {
|
|
526
|
+
type: string;
|
|
527
|
+
items: {
|
|
528
|
+
type: string;
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
exclude: {
|
|
532
|
+
type: string;
|
|
533
|
+
items: {
|
|
534
|
+
type: string;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
};
|
|
539
|
+
context: {
|
|
540
|
+
type: string;
|
|
541
|
+
};
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
optionName: string;
|
|
545
|
+
})[];
|
|
546
|
+
};
|
|
547
|
+
type: {};
|
|
548
|
+
when: {
|
|
549
|
+
type: string;
|
|
550
|
+
};
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
textSize: {
|
|
554
|
+
type: string;
|
|
555
|
+
enum: string[];
|
|
556
|
+
};
|
|
557
|
+
bottomSpace: {
|
|
558
|
+
type: string;
|
|
559
|
+
enum: string[];
|
|
560
|
+
};
|
|
561
|
+
centered: {
|
|
562
|
+
type: string;
|
|
563
|
+
};
|
|
564
|
+
url: {
|
|
565
|
+
type: string;
|
|
566
|
+
};
|
|
567
|
+
urlTitle: {
|
|
568
|
+
type: string;
|
|
569
|
+
};
|
|
570
|
+
resetMargin: {
|
|
571
|
+
type: string;
|
|
572
|
+
};
|
|
573
|
+
};
|
|
574
|
+
contentType?: undefined;
|
|
575
|
+
})[];
|
|
272
576
|
};
|
|
273
577
|
description: {
|
|
274
578
|
type: string;
|
|
@@ -7,8 +7,14 @@ exports.IconsProps = {
|
|
|
7
7
|
additionalProperties: false,
|
|
8
8
|
required: ['size', 'items'],
|
|
9
9
|
properties: Object.assign(Object.assign(Object.assign({}, common_1.BlockBaseProps), common_1.AnimatableProps), { title: {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
oneOf: [
|
|
11
|
+
{
|
|
12
|
+
type: 'string',
|
|
13
|
+
contentType: 'text',
|
|
14
|
+
optionName: 'text',
|
|
15
|
+
},
|
|
16
|
+
Object.assign(Object.assign({}, common_1.TitleProps), { optionName: 'options' }),
|
|
17
|
+
],
|
|
12
18
|
}, description: {
|
|
13
19
|
type: 'string',
|
|
14
20
|
contentType: 'text',
|
|
@@ -189,6 +189,10 @@ export declare const InfoBlock: {
|
|
|
189
189
|
type: string;
|
|
190
190
|
enum: string[];
|
|
191
191
|
};
|
|
192
|
+
bottomSpace: {
|
|
193
|
+
type: string;
|
|
194
|
+
enum: string[];
|
|
195
|
+
};
|
|
192
196
|
centered: {
|
|
193
197
|
type: string;
|
|
194
198
|
};
|
|
@@ -417,6 +421,10 @@ export declare const InfoBlock: {
|
|
|
417
421
|
type: string;
|
|
418
422
|
enum: string[];
|
|
419
423
|
};
|
|
424
|
+
bottomSpace: {
|
|
425
|
+
type: string;
|
|
426
|
+
enum: string[];
|
|
427
|
+
};
|
|
420
428
|
centered: {
|
|
421
429
|
type: string;
|
|
422
430
|
};
|
|
@@ -640,6 +640,10 @@ export declare const MediaBlockBaseProps: {
|
|
|
640
640
|
type: string;
|
|
641
641
|
enum: string[];
|
|
642
642
|
};
|
|
643
|
+
bottomSpace: {
|
|
644
|
+
type: string;
|
|
645
|
+
enum: string[];
|
|
646
|
+
};
|
|
643
647
|
centered: {
|
|
644
648
|
type: string;
|
|
645
649
|
};
|
|
@@ -1510,6 +1514,10 @@ export declare const MediaBlock: {
|
|
|
1510
1514
|
type: string;
|
|
1511
1515
|
enum: string[];
|
|
1512
1516
|
};
|
|
1517
|
+
bottomSpace: {
|
|
1518
|
+
type: string;
|
|
1519
|
+
enum: string[];
|
|
1520
|
+
};
|
|
1513
1521
|
centered: {
|
|
1514
1522
|
type: string;
|
|
1515
1523
|
};
|