@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
@@ -65,6 +65,123 @@ export declare const ContentBase: {
65
65
  type: string;
66
66
  contentType: string;
67
67
  };
68
+ link: {
69
+ type: string;
70
+ additionalProperties: boolean;
71
+ required: string[];
72
+ properties: {
73
+ text: {
74
+ type: string;
75
+ contentType: string;
76
+ };
77
+ url: {
78
+ type: string;
79
+ };
80
+ urlTitle: {
81
+ type: string;
82
+ };
83
+ arrow: {
84
+ type: string;
85
+ };
86
+ theme: {
87
+ type: string;
88
+ enum: string[];
89
+ };
90
+ textSize: {
91
+ type: string;
92
+ enum: string[];
93
+ };
94
+ target: {
95
+ type: string;
96
+ enum: string[];
97
+ };
98
+ analyticsEvents: {
99
+ oneOf: ({
100
+ optionName: string;
101
+ type: string;
102
+ additionalProperties: {
103
+ type: string;
104
+ };
105
+ required: string[];
106
+ properties: {
107
+ name: {
108
+ type: string;
109
+ };
110
+ type: {
111
+ type: string;
112
+ };
113
+ counters: {
114
+ type: string;
115
+ additionalProperties: boolean;
116
+ required: never[];
117
+ properties: {
118
+ include: {
119
+ type: string;
120
+ items: {
121
+ type: string;
122
+ };
123
+ };
124
+ exclude: {
125
+ type: string;
126
+ items: {
127
+ type: string;
128
+ };
129
+ };
130
+ };
131
+ };
132
+ context: {
133
+ type: string;
134
+ };
135
+ };
136
+ items?: undefined;
137
+ } | {
138
+ type: string;
139
+ items: {
140
+ type: string;
141
+ additionalProperties: {
142
+ type: string;
143
+ };
144
+ required: string[];
145
+ properties: {
146
+ name: {
147
+ type: string;
148
+ };
149
+ type: {
150
+ type: string;
151
+ };
152
+ counters: {
153
+ type: string;
154
+ additionalProperties: boolean;
155
+ required: never[];
156
+ properties: {
157
+ include: {
158
+ type: string;
159
+ items: {
160
+ type: string;
161
+ };
162
+ };
163
+ exclude: {
164
+ type: string;
165
+ items: {
166
+ type: string;
167
+ };
168
+ };
169
+ };
170
+ };
171
+ context: {
172
+ type: string;
173
+ };
174
+ };
175
+ };
176
+ optionName: string;
177
+ })[];
178
+ };
179
+ type: {};
180
+ when: {
181
+ type: string;
182
+ };
183
+ };
184
+ };
68
185
  textSize: {
69
186
  type: string;
70
187
  enum: string[];
@@ -177,6 +294,123 @@ export declare const ContentBlock: {
177
294
  type: string;
178
295
  contentType: string;
179
296
  };
297
+ link: {
298
+ type: string;
299
+ additionalProperties: boolean;
300
+ required: string[];
301
+ properties: {
302
+ text: {
303
+ type: string;
304
+ contentType: string;
305
+ };
306
+ url: {
307
+ type: string;
308
+ };
309
+ urlTitle: {
310
+ type: string;
311
+ };
312
+ arrow: {
313
+ type: string;
314
+ };
315
+ theme: {
316
+ type: string;
317
+ enum: string[];
318
+ };
319
+ textSize: {
320
+ type: string;
321
+ enum: string[];
322
+ };
323
+ target: {
324
+ type: string;
325
+ enum: string[];
326
+ };
327
+ analyticsEvents: {
328
+ oneOf: ({
329
+ optionName: string;
330
+ type: string;
331
+ additionalProperties: {
332
+ type: string;
333
+ };
334
+ required: string[];
335
+ properties: {
336
+ name: {
337
+ type: string;
338
+ };
339
+ type: {
340
+ type: string;
341
+ };
342
+ counters: {
343
+ type: string;
344
+ additionalProperties: boolean;
345
+ required: never[];
346
+ properties: {
347
+ include: {
348
+ type: string;
349
+ items: {
350
+ type: string;
351
+ };
352
+ };
353
+ exclude: {
354
+ type: string;
355
+ items: {
356
+ type: string;
357
+ };
358
+ };
359
+ };
360
+ };
361
+ context: {
362
+ type: string;
363
+ };
364
+ };
365
+ items?: undefined;
366
+ } | {
367
+ type: string;
368
+ items: {
369
+ type: string;
370
+ additionalProperties: {
371
+ type: string;
372
+ };
373
+ required: string[];
374
+ properties: {
375
+ name: {
376
+ type: string;
377
+ };
378
+ type: {
379
+ type: string;
380
+ };
381
+ counters: {
382
+ type: string;
383
+ additionalProperties: boolean;
384
+ required: never[];
385
+ properties: {
386
+ include: {
387
+ type: string;
388
+ items: {
389
+ type: string;
390
+ };
391
+ };
392
+ exclude: {
393
+ type: string;
394
+ items: {
395
+ type: string;
396
+ };
397
+ };
398
+ };
399
+ };
400
+ context: {
401
+ type: string;
402
+ };
403
+ };
404
+ };
405
+ optionName: string;
406
+ })[];
407
+ };
408
+ type: {};
409
+ when: {
410
+ type: string;
411
+ };
412
+ };
413
+ };
180
414
  textSize: {
181
415
  type: string;
182
416
  enum: string[];
@@ -120,6 +120,123 @@ export declare const ContentLayoutCard: {
120
120
  type: string;
121
121
  contentType: string;
122
122
  };
123
+ link: {
124
+ type: string;
125
+ additionalProperties: boolean;
126
+ required: string[];
127
+ properties: {
128
+ text: {
129
+ type: string;
130
+ contentType: string;
131
+ };
132
+ url: {
133
+ type: string;
134
+ };
135
+ urlTitle: {
136
+ type: string;
137
+ };
138
+ arrow: {
139
+ type: string;
140
+ };
141
+ theme: {
142
+ type: string;
143
+ enum: string[];
144
+ };
145
+ textSize: {
146
+ type: string;
147
+ enum: string[];
148
+ };
149
+ target: {
150
+ type: string;
151
+ enum: string[];
152
+ };
153
+ analyticsEvents: {
154
+ oneOf: ({
155
+ optionName: string;
156
+ type: string;
157
+ additionalProperties: {
158
+ type: string;
159
+ };
160
+ required: string[];
161
+ properties: {
162
+ name: {
163
+ type: string;
164
+ };
165
+ type: {
166
+ type: string;
167
+ };
168
+ counters: {
169
+ type: string;
170
+ additionalProperties: boolean;
171
+ required: never[];
172
+ properties: {
173
+ include: {
174
+ type: string;
175
+ items: {
176
+ type: string;
177
+ };
178
+ };
179
+ exclude: {
180
+ type: string;
181
+ items: {
182
+ type: string;
183
+ };
184
+ };
185
+ };
186
+ };
187
+ context: {
188
+ type: string;
189
+ };
190
+ };
191
+ items?: undefined;
192
+ } | {
193
+ type: string;
194
+ items: {
195
+ type: string;
196
+ additionalProperties: {
197
+ type: string;
198
+ };
199
+ required: string[];
200
+ properties: {
201
+ name: {
202
+ type: string;
203
+ };
204
+ type: {
205
+ type: string;
206
+ };
207
+ counters: {
208
+ type: string;
209
+ additionalProperties: boolean;
210
+ required: never[];
211
+ properties: {
212
+ include: {
213
+ type: string;
214
+ items: {
215
+ type: string;
216
+ };
217
+ };
218
+ exclude: {
219
+ type: string;
220
+ items: {
221
+ type: string;
222
+ };
223
+ };
224
+ };
225
+ };
226
+ context: {
227
+ type: string;
228
+ };
229
+ };
230
+ };
231
+ optionName: string;
232
+ })[];
233
+ };
234
+ type: {};
235
+ when: {
236
+ type: string;
237
+ };
238
+ };
239
+ };
123
240
  textSize: {
124
241
  type: string;
125
242
  enum: string[];
@@ -17,6 +17,123 @@ export declare const EventPersonCard: {
17
17
  type: string;
18
18
  contentType: string;
19
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
+ };
20
137
  textSize: {
21
138
  type: string;
22
139
  enum: string[];
@@ -78,6 +78,123 @@ export declare const ImageCard: {
78
78
  type: string;
79
79
  contentType: string;
80
80
  };
81
+ link: {
82
+ type: string;
83
+ additionalProperties: boolean;
84
+ required: string[];
85
+ properties: {
86
+ text: {
87
+ type: string;
88
+ contentType: string;
89
+ };
90
+ url: {
91
+ type: string;
92
+ };
93
+ urlTitle: {
94
+ type: string;
95
+ };
96
+ arrow: {
97
+ type: string;
98
+ };
99
+ theme: {
100
+ type: string;
101
+ enum: string[];
102
+ };
103
+ textSize: {
104
+ type: string;
105
+ enum: string[];
106
+ };
107
+ target: {
108
+ type: string;
109
+ enum: string[];
110
+ };
111
+ analyticsEvents: {
112
+ oneOf: ({
113
+ optionName: string;
114
+ type: string;
115
+ additionalProperties: {
116
+ type: string;
117
+ };
118
+ required: string[];
119
+ properties: {
120
+ name: {
121
+ type: string;
122
+ };
123
+ type: {
124
+ type: string;
125
+ };
126
+ counters: {
127
+ type: string;
128
+ additionalProperties: boolean;
129
+ required: never[];
130
+ properties: {
131
+ include: {
132
+ type: string;
133
+ items: {
134
+ type: string;
135
+ };
136
+ };
137
+ exclude: {
138
+ type: string;
139
+ items: {
140
+ type: string;
141
+ };
142
+ };
143
+ };
144
+ };
145
+ context: {
146
+ type: string;
147
+ };
148
+ };
149
+ items?: undefined;
150
+ } | {
151
+ type: string;
152
+ items: {
153
+ type: string;
154
+ additionalProperties: {
155
+ type: string;
156
+ };
157
+ required: string[];
158
+ properties: {
159
+ name: {
160
+ type: string;
161
+ };
162
+ type: {
163
+ type: string;
164
+ };
165
+ counters: {
166
+ type: string;
167
+ additionalProperties: boolean;
168
+ required: never[];
169
+ properties: {
170
+ include: {
171
+ type: string;
172
+ items: {
173
+ type: string;
174
+ };
175
+ };
176
+ exclude: {
177
+ type: string;
178
+ items: {
179
+ type: string;
180
+ };
181
+ };
182
+ };
183
+ };
184
+ context: {
185
+ type: string;
186
+ };
187
+ };
188
+ };
189
+ optionName: string;
190
+ })[];
191
+ };
192
+ type: {};
193
+ when: {
194
+ type: string;
195
+ };
196
+ };
197
+ };
81
198
  textSize: {
82
199
  type: string;
83
200
  enum: string[];