@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.
- package/build/cjs/blocks/CardLayout/schema.d.ts +234 -0
- package/build/cjs/blocks/ContentLayout/schema.d.ts +117 -0
- package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +117 -0
- package/build/cjs/blocks/FilterBlock/schema.d.ts +234 -0
- package/build/cjs/blocks/Form/schema.d.ts +234 -0
- package/build/cjs/blocks/Info/schema.d.ts +234 -0
- package/build/cjs/blocks/LinkTable/schema.d.ts +117 -0
- package/build/cjs/blocks/Map/schema.d.ts +117 -0
- package/build/cjs/blocks/Media/schema.d.ts +234 -0
- package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
- package/build/cjs/blocks/Questions/schema.d.ts +117 -0
- package/build/cjs/blocks/RelevantPosts/schema.d.ts +117 -0
- package/build/cjs/blocks/RelevantReports/RelevantReports.css +8 -0
- package/build/cjs/blocks/RelevantReports/RelevantReports.d.ts +3 -0
- package/build/cjs/blocks/RelevantReports/RelevantReports.js +77 -0
- package/build/cjs/blocks/RelevantReports/schema.d.ts +297 -0
- package/build/cjs/blocks/RelevantReports/schema.js +22 -0
- package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
- package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +3 -0
- package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.js +77 -0
- package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +297 -0
- package/build/cjs/blocks/RelevantReportsCards/schema.js +22 -0
- package/build/cjs/blocks/Reports/Reports.js +11 -2
- package/build/cjs/blocks/Reports/schema.d.ts +117 -0
- package/build/cjs/blocks/ReportsCards/schema.d.ts +117 -0
- package/build/cjs/blocks/ReportsSections/schema.d.ts +117 -0
- package/build/cjs/blocks/Slider/schema.d.ts +117 -0
- package/build/cjs/blocks/SliderNew/schema.d.ts +117 -0
- package/build/cjs/blocks/Tabs/schema.d.ts +234 -0
- package/build/cjs/blocks/index.d.ts +2 -0
- package/build/cjs/blocks/index.js +5 -1
- package/build/cjs/components/ProgressCircular/ProgressCircular.css +30 -0
- package/build/cjs/components/ProgressCircular/ProgressCircular.d.ts +8 -0
- package/build/cjs/components/ProgressCircular/ProgressCircular.js +14 -0
- package/build/cjs/components/Title/Title.css +8 -0
- package/build/cjs/components/Title/Title.d.ts +1 -1
- package/build/cjs/components/Title/Title.js +5 -3
- package/build/cjs/components/index.d.ts +1 -0
- package/build/cjs/components/index.js +3 -1
- package/build/cjs/constructor-items.d.ts +2 -0
- package/build/cjs/constructor-items.js +2 -0
- package/build/cjs/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
- package/build/cjs/context/reportsContext/ReportsContext.d.ts +5 -0
- package/build/cjs/models/constructor-items/blocks.d.ts +29 -1
- package/build/cjs/models/constructor-items/blocks.js +2 -0
- package/build/cjs/models/constructor-items/common.d.ts +1 -0
- package/build/cjs/schema/constants.d.ts +703 -1
- package/build/cjs/schema/constants.js +3 -1
- package/build/cjs/schema/validators/blocks.d.ts +2 -0
- package/build/cjs/schema/validators/blocks.js +2 -0
- package/build/cjs/schema/validators/common.d.ts +234 -0
- package/build/cjs/schema/validators/common.js +1 -0
- package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/BasicCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/Content/schema.d.ts +234 -0
- package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/ImageCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +117 -0
- package/build/esm/blocks/CardLayout/schema.d.ts +234 -0
- package/build/esm/blocks/ContentLayout/schema.d.ts +117 -0
- package/build/esm/blocks/ExtendedFeatures/schema.d.ts +117 -0
- package/build/esm/blocks/FilterBlock/schema.d.ts +234 -0
- package/build/esm/blocks/Form/schema.d.ts +234 -0
- package/build/esm/blocks/Info/schema.d.ts +234 -0
- package/build/esm/blocks/LinkTable/schema.d.ts +117 -0
- package/build/esm/blocks/Map/schema.d.ts +117 -0
- package/build/esm/blocks/Media/schema.d.ts +234 -0
- package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
- package/build/esm/blocks/Questions/schema.d.ts +117 -0
- package/build/esm/blocks/RelevantPosts/schema.d.ts +117 -0
- package/build/esm/blocks/RelevantReports/RelevantReports.css +8 -0
- package/build/esm/blocks/RelevantReports/RelevantReports.d.ts +4 -0
- package/build/esm/blocks/RelevantReports/RelevantReports.js +73 -0
- package/build/esm/blocks/RelevantReports/schema.d.ts +297 -0
- package/build/esm/blocks/RelevantReports/schema.js +19 -0
- package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
- package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +4 -0
- package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.js +73 -0
- package/build/esm/blocks/RelevantReportsCards/schema.d.ts +297 -0
- package/build/esm/blocks/RelevantReportsCards/schema.js +19 -0
- package/build/esm/blocks/Reports/Reports.js +12 -3
- package/build/esm/blocks/Reports/schema.d.ts +117 -0
- package/build/esm/blocks/ReportsCards/schema.d.ts +117 -0
- package/build/esm/blocks/ReportsSections/schema.d.ts +117 -0
- package/build/esm/blocks/Slider/schema.d.ts +117 -0
- package/build/esm/blocks/SliderNew/schema.d.ts +117 -0
- package/build/esm/blocks/Tabs/schema.d.ts +234 -0
- package/build/esm/blocks/index.d.ts +2 -0
- package/build/esm/blocks/index.js +2 -0
- package/build/esm/components/ProgressCircular/ProgressCircular.css +30 -0
- package/build/esm/components/ProgressCircular/ProgressCircular.d.ts +9 -0
- package/build/esm/components/ProgressCircular/ProgressCircular.js +11 -0
- package/build/esm/components/Title/Title.css +8 -0
- package/build/esm/components/Title/Title.d.ts +1 -1
- package/build/esm/components/Title/Title.js +5 -3
- package/build/esm/components/index.d.ts +1 -0
- package/build/esm/components/index.js +1 -0
- package/build/esm/constructor-items.d.ts +2 -0
- package/build/esm/constructor-items.js +3 -1
- package/build/esm/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
- package/build/esm/context/reportsContext/ReportsContext.d.ts +5 -0
- package/build/esm/models/constructor-items/blocks.d.ts +29 -1
- package/build/esm/models/constructor-items/blocks.js +2 -0
- package/build/esm/models/constructor-items/common.d.ts +1 -0
- package/build/esm/schema/constants.d.ts +703 -1
- package/build/esm/schema/constants.js +4 -2
- package/build/esm/schema/validators/blocks.d.ts +2 -0
- package/build/esm/schema/validators/blocks.js +2 -0
- package/build/esm/schema/validators/common.d.ts +234 -0
- package/build/esm/schema/validators/common.js +1 -0
- package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/BasicCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/Content/schema.d.ts +234 -0
- package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/ImageCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/LayoutItem/schema.d.ts +117 -0
- package/package.json +1 -1
- package/schema/index.js +1 -1
- package/server/models/constructor-items/blocks.d.ts +29 -1
- package/server/models/constructor-items/blocks.js +2 -0
- package/server/models/constructor-items/common.d.ts +1 -0
- package/widget/index.js +1 -1
|
@@ -68,6 +68,123 @@ export declare const InfoBlock: {
|
|
|
68
68
|
type: string;
|
|
69
69
|
contentType: string;
|
|
70
70
|
};
|
|
71
|
+
link: {
|
|
72
|
+
type: string;
|
|
73
|
+
additionalProperties: boolean;
|
|
74
|
+
required: string[];
|
|
75
|
+
properties: {
|
|
76
|
+
text: {
|
|
77
|
+
type: string;
|
|
78
|
+
contentType: string;
|
|
79
|
+
};
|
|
80
|
+
url: {
|
|
81
|
+
type: string;
|
|
82
|
+
};
|
|
83
|
+
urlTitle: {
|
|
84
|
+
type: string;
|
|
85
|
+
};
|
|
86
|
+
arrow: {
|
|
87
|
+
type: string;
|
|
88
|
+
};
|
|
89
|
+
theme: {
|
|
90
|
+
type: string;
|
|
91
|
+
enum: string[];
|
|
92
|
+
};
|
|
93
|
+
textSize: {
|
|
94
|
+
type: string;
|
|
95
|
+
enum: string[];
|
|
96
|
+
};
|
|
97
|
+
target: {
|
|
98
|
+
type: string;
|
|
99
|
+
enum: string[];
|
|
100
|
+
};
|
|
101
|
+
analyticsEvents: {
|
|
102
|
+
oneOf: ({
|
|
103
|
+
optionName: string;
|
|
104
|
+
type: string;
|
|
105
|
+
additionalProperties: {
|
|
106
|
+
type: string;
|
|
107
|
+
};
|
|
108
|
+
required: string[];
|
|
109
|
+
properties: {
|
|
110
|
+
name: {
|
|
111
|
+
type: string;
|
|
112
|
+
};
|
|
113
|
+
type: {
|
|
114
|
+
type: string;
|
|
115
|
+
};
|
|
116
|
+
counters: {
|
|
117
|
+
type: string;
|
|
118
|
+
additionalProperties: boolean;
|
|
119
|
+
required: never[];
|
|
120
|
+
properties: {
|
|
121
|
+
include: {
|
|
122
|
+
type: string;
|
|
123
|
+
items: {
|
|
124
|
+
type: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
exclude: {
|
|
128
|
+
type: string;
|
|
129
|
+
items: {
|
|
130
|
+
type: string;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
context: {
|
|
136
|
+
type: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
items?: undefined;
|
|
140
|
+
} | {
|
|
141
|
+
type: string;
|
|
142
|
+
items: {
|
|
143
|
+
type: string;
|
|
144
|
+
additionalProperties: {
|
|
145
|
+
type: string;
|
|
146
|
+
};
|
|
147
|
+
required: string[];
|
|
148
|
+
properties: {
|
|
149
|
+
name: {
|
|
150
|
+
type: string;
|
|
151
|
+
};
|
|
152
|
+
type: {
|
|
153
|
+
type: string;
|
|
154
|
+
};
|
|
155
|
+
counters: {
|
|
156
|
+
type: string;
|
|
157
|
+
additionalProperties: boolean;
|
|
158
|
+
required: never[];
|
|
159
|
+
properties: {
|
|
160
|
+
include: {
|
|
161
|
+
type: string;
|
|
162
|
+
items: {
|
|
163
|
+
type: string;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
exclude: {
|
|
167
|
+
type: string;
|
|
168
|
+
items: {
|
|
169
|
+
type: string;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
context: {
|
|
175
|
+
type: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
optionName: string;
|
|
180
|
+
})[];
|
|
181
|
+
};
|
|
182
|
+
type: {};
|
|
183
|
+
when: {
|
|
184
|
+
type: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
71
188
|
textSize: {
|
|
72
189
|
type: string;
|
|
73
190
|
enum: string[];
|
|
@@ -176,6 +293,123 @@ export declare const InfoBlock: {
|
|
|
176
293
|
type: string;
|
|
177
294
|
contentType: string;
|
|
178
295
|
};
|
|
296
|
+
link: {
|
|
297
|
+
type: string;
|
|
298
|
+
additionalProperties: boolean;
|
|
299
|
+
required: string[];
|
|
300
|
+
properties: {
|
|
301
|
+
text: {
|
|
302
|
+
type: string;
|
|
303
|
+
contentType: string;
|
|
304
|
+
};
|
|
305
|
+
url: {
|
|
306
|
+
type: string;
|
|
307
|
+
};
|
|
308
|
+
urlTitle: {
|
|
309
|
+
type: string;
|
|
310
|
+
};
|
|
311
|
+
arrow: {
|
|
312
|
+
type: string;
|
|
313
|
+
};
|
|
314
|
+
theme: {
|
|
315
|
+
type: string;
|
|
316
|
+
enum: string[];
|
|
317
|
+
};
|
|
318
|
+
textSize: {
|
|
319
|
+
type: string;
|
|
320
|
+
enum: string[];
|
|
321
|
+
};
|
|
322
|
+
target: {
|
|
323
|
+
type: string;
|
|
324
|
+
enum: string[];
|
|
325
|
+
};
|
|
326
|
+
analyticsEvents: {
|
|
327
|
+
oneOf: ({
|
|
328
|
+
optionName: string;
|
|
329
|
+
type: string;
|
|
330
|
+
additionalProperties: {
|
|
331
|
+
type: string;
|
|
332
|
+
};
|
|
333
|
+
required: string[];
|
|
334
|
+
properties: {
|
|
335
|
+
name: {
|
|
336
|
+
type: string;
|
|
337
|
+
};
|
|
338
|
+
type: {
|
|
339
|
+
type: string;
|
|
340
|
+
};
|
|
341
|
+
counters: {
|
|
342
|
+
type: string;
|
|
343
|
+
additionalProperties: boolean;
|
|
344
|
+
required: never[];
|
|
345
|
+
properties: {
|
|
346
|
+
include: {
|
|
347
|
+
type: string;
|
|
348
|
+
items: {
|
|
349
|
+
type: string;
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
exclude: {
|
|
353
|
+
type: string;
|
|
354
|
+
items: {
|
|
355
|
+
type: string;
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
};
|
|
360
|
+
context: {
|
|
361
|
+
type: string;
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
items?: undefined;
|
|
365
|
+
} | {
|
|
366
|
+
type: string;
|
|
367
|
+
items: {
|
|
368
|
+
type: string;
|
|
369
|
+
additionalProperties: {
|
|
370
|
+
type: string;
|
|
371
|
+
};
|
|
372
|
+
required: string[];
|
|
373
|
+
properties: {
|
|
374
|
+
name: {
|
|
375
|
+
type: string;
|
|
376
|
+
};
|
|
377
|
+
type: {
|
|
378
|
+
type: string;
|
|
379
|
+
};
|
|
380
|
+
counters: {
|
|
381
|
+
type: string;
|
|
382
|
+
additionalProperties: boolean;
|
|
383
|
+
required: never[];
|
|
384
|
+
properties: {
|
|
385
|
+
include: {
|
|
386
|
+
type: string;
|
|
387
|
+
items: {
|
|
388
|
+
type: string;
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
exclude: {
|
|
392
|
+
type: string;
|
|
393
|
+
items: {
|
|
394
|
+
type: string;
|
|
395
|
+
};
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
context: {
|
|
400
|
+
type: string;
|
|
401
|
+
};
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
optionName: string;
|
|
405
|
+
})[];
|
|
406
|
+
};
|
|
407
|
+
type: {};
|
|
408
|
+
when: {
|
|
409
|
+
type: string;
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
};
|
|
179
413
|
textSize: {
|
|
180
414
|
type: string;
|
|
181
415
|
enum: string[];
|
|
@@ -12,6 +12,123 @@ export declare const LinkTableBlock: {
|
|
|
12
12
|
type: string;
|
|
13
13
|
contentType: string;
|
|
14
14
|
};
|
|
15
|
+
link: {
|
|
16
|
+
type: string;
|
|
17
|
+
additionalProperties: boolean;
|
|
18
|
+
required: string[];
|
|
19
|
+
properties: {
|
|
20
|
+
text: {
|
|
21
|
+
type: string;
|
|
22
|
+
contentType: string;
|
|
23
|
+
};
|
|
24
|
+
url: {
|
|
25
|
+
type: string;
|
|
26
|
+
};
|
|
27
|
+
urlTitle: {
|
|
28
|
+
type: string;
|
|
29
|
+
};
|
|
30
|
+
arrow: {
|
|
31
|
+
type: string;
|
|
32
|
+
};
|
|
33
|
+
theme: {
|
|
34
|
+
type: string;
|
|
35
|
+
enum: string[];
|
|
36
|
+
};
|
|
37
|
+
textSize: {
|
|
38
|
+
type: string;
|
|
39
|
+
enum: string[];
|
|
40
|
+
};
|
|
41
|
+
target: {
|
|
42
|
+
type: string;
|
|
43
|
+
enum: string[];
|
|
44
|
+
};
|
|
45
|
+
analyticsEvents: {
|
|
46
|
+
oneOf: ({
|
|
47
|
+
optionName: string;
|
|
48
|
+
type: string;
|
|
49
|
+
additionalProperties: {
|
|
50
|
+
type: string;
|
|
51
|
+
};
|
|
52
|
+
required: string[];
|
|
53
|
+
properties: {
|
|
54
|
+
name: {
|
|
55
|
+
type: string;
|
|
56
|
+
};
|
|
57
|
+
type: {
|
|
58
|
+
type: string;
|
|
59
|
+
};
|
|
60
|
+
counters: {
|
|
61
|
+
type: string;
|
|
62
|
+
additionalProperties: boolean;
|
|
63
|
+
required: never[];
|
|
64
|
+
properties: {
|
|
65
|
+
include: {
|
|
66
|
+
type: string;
|
|
67
|
+
items: {
|
|
68
|
+
type: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
exclude: {
|
|
72
|
+
type: string;
|
|
73
|
+
items: {
|
|
74
|
+
type: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
context: {
|
|
80
|
+
type: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
items?: undefined;
|
|
84
|
+
} | {
|
|
85
|
+
type: string;
|
|
86
|
+
items: {
|
|
87
|
+
type: string;
|
|
88
|
+
additionalProperties: {
|
|
89
|
+
type: string;
|
|
90
|
+
};
|
|
91
|
+
required: string[];
|
|
92
|
+
properties: {
|
|
93
|
+
name: {
|
|
94
|
+
type: string;
|
|
95
|
+
};
|
|
96
|
+
type: {
|
|
97
|
+
type: string;
|
|
98
|
+
};
|
|
99
|
+
counters: {
|
|
100
|
+
type: string;
|
|
101
|
+
additionalProperties: boolean;
|
|
102
|
+
required: never[];
|
|
103
|
+
properties: {
|
|
104
|
+
include: {
|
|
105
|
+
type: string;
|
|
106
|
+
items: {
|
|
107
|
+
type: string;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
exclude: {
|
|
111
|
+
type: string;
|
|
112
|
+
items: {
|
|
113
|
+
type: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
context: {
|
|
119
|
+
type: string;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
optionName: string;
|
|
124
|
+
})[];
|
|
125
|
+
};
|
|
126
|
+
type: {};
|
|
127
|
+
when: {
|
|
128
|
+
type: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
15
132
|
textSize: {
|
|
16
133
|
type: string;
|
|
17
134
|
enum: string[];
|
|
@@ -316,6 +316,123 @@ export declare const MapBlock: {
|
|
|
316
316
|
type: string;
|
|
317
317
|
contentType: string;
|
|
318
318
|
};
|
|
319
|
+
link: {
|
|
320
|
+
type: string;
|
|
321
|
+
additionalProperties: boolean;
|
|
322
|
+
required: string[];
|
|
323
|
+
properties: {
|
|
324
|
+
text: {
|
|
325
|
+
type: string;
|
|
326
|
+
contentType: string;
|
|
327
|
+
};
|
|
328
|
+
url: {
|
|
329
|
+
type: string;
|
|
330
|
+
};
|
|
331
|
+
urlTitle: {
|
|
332
|
+
type: string;
|
|
333
|
+
};
|
|
334
|
+
arrow: {
|
|
335
|
+
type: string;
|
|
336
|
+
};
|
|
337
|
+
theme: {
|
|
338
|
+
type: string;
|
|
339
|
+
enum: string[];
|
|
340
|
+
};
|
|
341
|
+
textSize: {
|
|
342
|
+
type: string;
|
|
343
|
+
enum: string[];
|
|
344
|
+
};
|
|
345
|
+
target: {
|
|
346
|
+
type: string;
|
|
347
|
+
enum: string[];
|
|
348
|
+
};
|
|
349
|
+
analyticsEvents: {
|
|
350
|
+
oneOf: ({
|
|
351
|
+
optionName: string;
|
|
352
|
+
type: string;
|
|
353
|
+
additionalProperties: {
|
|
354
|
+
type: string;
|
|
355
|
+
};
|
|
356
|
+
required: string[];
|
|
357
|
+
properties: {
|
|
358
|
+
name: {
|
|
359
|
+
type: string;
|
|
360
|
+
};
|
|
361
|
+
type: {
|
|
362
|
+
type: string;
|
|
363
|
+
};
|
|
364
|
+
counters: {
|
|
365
|
+
type: string;
|
|
366
|
+
additionalProperties: boolean;
|
|
367
|
+
required: never[];
|
|
368
|
+
properties: {
|
|
369
|
+
include: {
|
|
370
|
+
type: string;
|
|
371
|
+
items: {
|
|
372
|
+
type: string;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
exclude: {
|
|
376
|
+
type: string;
|
|
377
|
+
items: {
|
|
378
|
+
type: string;
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
context: {
|
|
384
|
+
type: string;
|
|
385
|
+
};
|
|
386
|
+
};
|
|
387
|
+
items?: undefined;
|
|
388
|
+
} | {
|
|
389
|
+
type: string;
|
|
390
|
+
items: {
|
|
391
|
+
type: string;
|
|
392
|
+
additionalProperties: {
|
|
393
|
+
type: string;
|
|
394
|
+
};
|
|
395
|
+
required: string[];
|
|
396
|
+
properties: {
|
|
397
|
+
name: {
|
|
398
|
+
type: string;
|
|
399
|
+
};
|
|
400
|
+
type: {
|
|
401
|
+
type: string;
|
|
402
|
+
};
|
|
403
|
+
counters: {
|
|
404
|
+
type: string;
|
|
405
|
+
additionalProperties: boolean;
|
|
406
|
+
required: never[];
|
|
407
|
+
properties: {
|
|
408
|
+
include: {
|
|
409
|
+
type: string;
|
|
410
|
+
items: {
|
|
411
|
+
type: string;
|
|
412
|
+
};
|
|
413
|
+
};
|
|
414
|
+
exclude: {
|
|
415
|
+
type: string;
|
|
416
|
+
items: {
|
|
417
|
+
type: string;
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
context: {
|
|
423
|
+
type: string;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
optionName: string;
|
|
428
|
+
})[];
|
|
429
|
+
};
|
|
430
|
+
type: {};
|
|
431
|
+
when: {
|
|
432
|
+
type: string;
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
};
|
|
319
436
|
textSize: {
|
|
320
437
|
type: string;
|
|
321
438
|
enum: string[];
|