@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
|
@@ -83,6 +83,123 @@ export declare const FilterProps: {
|
|
|
83
83
|
type: string;
|
|
84
84
|
contentType: string;
|
|
85
85
|
};
|
|
86
|
+
link: {
|
|
87
|
+
type: string;
|
|
88
|
+
additionalProperties: boolean;
|
|
89
|
+
required: string[];
|
|
90
|
+
properties: {
|
|
91
|
+
text: {
|
|
92
|
+
type: string;
|
|
93
|
+
contentType: string;
|
|
94
|
+
};
|
|
95
|
+
url: {
|
|
96
|
+
type: string;
|
|
97
|
+
};
|
|
98
|
+
urlTitle: {
|
|
99
|
+
type: string;
|
|
100
|
+
};
|
|
101
|
+
arrow: {
|
|
102
|
+
type: string;
|
|
103
|
+
};
|
|
104
|
+
theme: {
|
|
105
|
+
type: string;
|
|
106
|
+
enum: string[];
|
|
107
|
+
};
|
|
108
|
+
textSize: {
|
|
109
|
+
type: string;
|
|
110
|
+
enum: string[];
|
|
111
|
+
};
|
|
112
|
+
target: {
|
|
113
|
+
type: string;
|
|
114
|
+
enum: string[];
|
|
115
|
+
};
|
|
116
|
+
analyticsEvents: {
|
|
117
|
+
oneOf: ({
|
|
118
|
+
optionName: string;
|
|
119
|
+
type: string;
|
|
120
|
+
additionalProperties: {
|
|
121
|
+
type: string;
|
|
122
|
+
};
|
|
123
|
+
required: string[];
|
|
124
|
+
properties: {
|
|
125
|
+
name: {
|
|
126
|
+
type: string;
|
|
127
|
+
};
|
|
128
|
+
type: {
|
|
129
|
+
type: string;
|
|
130
|
+
};
|
|
131
|
+
counters: {
|
|
132
|
+
type: string;
|
|
133
|
+
additionalProperties: boolean;
|
|
134
|
+
required: never[];
|
|
135
|
+
properties: {
|
|
136
|
+
include: {
|
|
137
|
+
type: string;
|
|
138
|
+
items: {
|
|
139
|
+
type: string;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
exclude: {
|
|
143
|
+
type: string;
|
|
144
|
+
items: {
|
|
145
|
+
type: string;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
context: {
|
|
151
|
+
type: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
items?: undefined;
|
|
155
|
+
} | {
|
|
156
|
+
type: string;
|
|
157
|
+
items: {
|
|
158
|
+
type: string;
|
|
159
|
+
additionalProperties: {
|
|
160
|
+
type: string;
|
|
161
|
+
};
|
|
162
|
+
required: string[];
|
|
163
|
+
properties: {
|
|
164
|
+
name: {
|
|
165
|
+
type: string;
|
|
166
|
+
};
|
|
167
|
+
type: {
|
|
168
|
+
type: string;
|
|
169
|
+
};
|
|
170
|
+
counters: {
|
|
171
|
+
type: string;
|
|
172
|
+
additionalProperties: boolean;
|
|
173
|
+
required: never[];
|
|
174
|
+
properties: {
|
|
175
|
+
include: {
|
|
176
|
+
type: string;
|
|
177
|
+
items: {
|
|
178
|
+
type: string;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
exclude: {
|
|
182
|
+
type: string;
|
|
183
|
+
items: {
|
|
184
|
+
type: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
context: {
|
|
190
|
+
type: string;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
optionName: string;
|
|
195
|
+
})[];
|
|
196
|
+
};
|
|
197
|
+
type: {};
|
|
198
|
+
when: {
|
|
199
|
+
type: string;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
};
|
|
86
203
|
textSize: {
|
|
87
204
|
type: string;
|
|
88
205
|
enum: string[];
|
|
@@ -289,6 +406,123 @@ export declare const FilterBlock: {
|
|
|
289
406
|
type: string;
|
|
290
407
|
contentType: string;
|
|
291
408
|
};
|
|
409
|
+
link: {
|
|
410
|
+
type: string;
|
|
411
|
+
additionalProperties: boolean;
|
|
412
|
+
required: string[];
|
|
413
|
+
properties: {
|
|
414
|
+
text: {
|
|
415
|
+
type: string;
|
|
416
|
+
contentType: string;
|
|
417
|
+
};
|
|
418
|
+
url: {
|
|
419
|
+
type: string;
|
|
420
|
+
};
|
|
421
|
+
urlTitle: {
|
|
422
|
+
type: string;
|
|
423
|
+
};
|
|
424
|
+
arrow: {
|
|
425
|
+
type: string;
|
|
426
|
+
};
|
|
427
|
+
theme: {
|
|
428
|
+
type: string;
|
|
429
|
+
enum: string[];
|
|
430
|
+
};
|
|
431
|
+
textSize: {
|
|
432
|
+
type: string;
|
|
433
|
+
enum: string[];
|
|
434
|
+
};
|
|
435
|
+
target: {
|
|
436
|
+
type: string;
|
|
437
|
+
enum: string[];
|
|
438
|
+
};
|
|
439
|
+
analyticsEvents: {
|
|
440
|
+
oneOf: ({
|
|
441
|
+
optionName: string;
|
|
442
|
+
type: string;
|
|
443
|
+
additionalProperties: {
|
|
444
|
+
type: string;
|
|
445
|
+
};
|
|
446
|
+
required: string[];
|
|
447
|
+
properties: {
|
|
448
|
+
name: {
|
|
449
|
+
type: string;
|
|
450
|
+
};
|
|
451
|
+
type: {
|
|
452
|
+
type: string;
|
|
453
|
+
};
|
|
454
|
+
counters: {
|
|
455
|
+
type: string;
|
|
456
|
+
additionalProperties: boolean;
|
|
457
|
+
required: never[];
|
|
458
|
+
properties: {
|
|
459
|
+
include: {
|
|
460
|
+
type: string;
|
|
461
|
+
items: {
|
|
462
|
+
type: string;
|
|
463
|
+
};
|
|
464
|
+
};
|
|
465
|
+
exclude: {
|
|
466
|
+
type: string;
|
|
467
|
+
items: {
|
|
468
|
+
type: string;
|
|
469
|
+
};
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
context: {
|
|
474
|
+
type: string;
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
items?: undefined;
|
|
478
|
+
} | {
|
|
479
|
+
type: string;
|
|
480
|
+
items: {
|
|
481
|
+
type: string;
|
|
482
|
+
additionalProperties: {
|
|
483
|
+
type: string;
|
|
484
|
+
};
|
|
485
|
+
required: string[];
|
|
486
|
+
properties: {
|
|
487
|
+
name: {
|
|
488
|
+
type: string;
|
|
489
|
+
};
|
|
490
|
+
type: {
|
|
491
|
+
type: string;
|
|
492
|
+
};
|
|
493
|
+
counters: {
|
|
494
|
+
type: string;
|
|
495
|
+
additionalProperties: boolean;
|
|
496
|
+
required: never[];
|
|
497
|
+
properties: {
|
|
498
|
+
include: {
|
|
499
|
+
type: string;
|
|
500
|
+
items: {
|
|
501
|
+
type: string;
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
exclude: {
|
|
505
|
+
type: string;
|
|
506
|
+
items: {
|
|
507
|
+
type: string;
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
context: {
|
|
513
|
+
type: string;
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
optionName: string;
|
|
518
|
+
})[];
|
|
519
|
+
};
|
|
520
|
+
type: {};
|
|
521
|
+
when: {
|
|
522
|
+
type: string;
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
};
|
|
292
526
|
textSize: {
|
|
293
527
|
type: string;
|
|
294
528
|
enum: string[];
|
|
@@ -100,6 +100,123 @@ export declare const FormBlock: {
|
|
|
100
100
|
type: string;
|
|
101
101
|
contentType: string;
|
|
102
102
|
};
|
|
103
|
+
link: {
|
|
104
|
+
type: string;
|
|
105
|
+
additionalProperties: boolean;
|
|
106
|
+
required: string[];
|
|
107
|
+
properties: {
|
|
108
|
+
text: {
|
|
109
|
+
type: string;
|
|
110
|
+
contentType: string;
|
|
111
|
+
};
|
|
112
|
+
url: {
|
|
113
|
+
type: string;
|
|
114
|
+
};
|
|
115
|
+
urlTitle: {
|
|
116
|
+
type: string;
|
|
117
|
+
};
|
|
118
|
+
arrow: {
|
|
119
|
+
type: string;
|
|
120
|
+
};
|
|
121
|
+
theme: {
|
|
122
|
+
type: string;
|
|
123
|
+
enum: string[];
|
|
124
|
+
};
|
|
125
|
+
textSize: {
|
|
126
|
+
type: string;
|
|
127
|
+
enum: string[];
|
|
128
|
+
};
|
|
129
|
+
target: {
|
|
130
|
+
type: string;
|
|
131
|
+
enum: string[];
|
|
132
|
+
};
|
|
133
|
+
analyticsEvents: {
|
|
134
|
+
oneOf: ({
|
|
135
|
+
optionName: string;
|
|
136
|
+
type: string;
|
|
137
|
+
additionalProperties: {
|
|
138
|
+
type: string;
|
|
139
|
+
};
|
|
140
|
+
required: string[];
|
|
141
|
+
properties: {
|
|
142
|
+
name: {
|
|
143
|
+
type: string;
|
|
144
|
+
};
|
|
145
|
+
type: {
|
|
146
|
+
type: string;
|
|
147
|
+
};
|
|
148
|
+
counters: {
|
|
149
|
+
type: string;
|
|
150
|
+
additionalProperties: boolean;
|
|
151
|
+
required: never[];
|
|
152
|
+
properties: {
|
|
153
|
+
include: {
|
|
154
|
+
type: string;
|
|
155
|
+
items: {
|
|
156
|
+
type: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
exclude: {
|
|
160
|
+
type: string;
|
|
161
|
+
items: {
|
|
162
|
+
type: string;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
context: {
|
|
168
|
+
type: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
items?: undefined;
|
|
172
|
+
} | {
|
|
173
|
+
type: string;
|
|
174
|
+
items: {
|
|
175
|
+
type: string;
|
|
176
|
+
additionalProperties: {
|
|
177
|
+
type: string;
|
|
178
|
+
};
|
|
179
|
+
required: string[];
|
|
180
|
+
properties: {
|
|
181
|
+
name: {
|
|
182
|
+
type: string;
|
|
183
|
+
};
|
|
184
|
+
type: {
|
|
185
|
+
type: string;
|
|
186
|
+
};
|
|
187
|
+
counters: {
|
|
188
|
+
type: string;
|
|
189
|
+
additionalProperties: boolean;
|
|
190
|
+
required: never[];
|
|
191
|
+
properties: {
|
|
192
|
+
include: {
|
|
193
|
+
type: string;
|
|
194
|
+
items: {
|
|
195
|
+
type: string;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
exclude: {
|
|
199
|
+
type: string;
|
|
200
|
+
items: {
|
|
201
|
+
type: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
context: {
|
|
207
|
+
type: string;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
optionName: string;
|
|
212
|
+
})[];
|
|
213
|
+
};
|
|
214
|
+
type: {};
|
|
215
|
+
when: {
|
|
216
|
+
type: string;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
};
|
|
103
220
|
textSize: {
|
|
104
221
|
type: string;
|
|
105
222
|
enum: string[];
|
|
@@ -208,6 +325,123 @@ export declare const FormBlock: {
|
|
|
208
325
|
type: string;
|
|
209
326
|
contentType: string;
|
|
210
327
|
};
|
|
328
|
+
link: {
|
|
329
|
+
type: string;
|
|
330
|
+
additionalProperties: boolean;
|
|
331
|
+
required: string[];
|
|
332
|
+
properties: {
|
|
333
|
+
text: {
|
|
334
|
+
type: string;
|
|
335
|
+
contentType: string;
|
|
336
|
+
};
|
|
337
|
+
url: {
|
|
338
|
+
type: string;
|
|
339
|
+
};
|
|
340
|
+
urlTitle: {
|
|
341
|
+
type: string;
|
|
342
|
+
};
|
|
343
|
+
arrow: {
|
|
344
|
+
type: string;
|
|
345
|
+
};
|
|
346
|
+
theme: {
|
|
347
|
+
type: string;
|
|
348
|
+
enum: string[];
|
|
349
|
+
};
|
|
350
|
+
textSize: {
|
|
351
|
+
type: string;
|
|
352
|
+
enum: string[];
|
|
353
|
+
};
|
|
354
|
+
target: {
|
|
355
|
+
type: string;
|
|
356
|
+
enum: string[];
|
|
357
|
+
};
|
|
358
|
+
analyticsEvents: {
|
|
359
|
+
oneOf: ({
|
|
360
|
+
optionName: string;
|
|
361
|
+
type: string;
|
|
362
|
+
additionalProperties: {
|
|
363
|
+
type: string;
|
|
364
|
+
};
|
|
365
|
+
required: string[];
|
|
366
|
+
properties: {
|
|
367
|
+
name: {
|
|
368
|
+
type: string;
|
|
369
|
+
};
|
|
370
|
+
type: {
|
|
371
|
+
type: string;
|
|
372
|
+
};
|
|
373
|
+
counters: {
|
|
374
|
+
type: string;
|
|
375
|
+
additionalProperties: boolean;
|
|
376
|
+
required: never[];
|
|
377
|
+
properties: {
|
|
378
|
+
include: {
|
|
379
|
+
type: string;
|
|
380
|
+
items: {
|
|
381
|
+
type: string;
|
|
382
|
+
};
|
|
383
|
+
};
|
|
384
|
+
exclude: {
|
|
385
|
+
type: string;
|
|
386
|
+
items: {
|
|
387
|
+
type: string;
|
|
388
|
+
};
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
context: {
|
|
393
|
+
type: string;
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
items?: undefined;
|
|
397
|
+
} | {
|
|
398
|
+
type: string;
|
|
399
|
+
items: {
|
|
400
|
+
type: string;
|
|
401
|
+
additionalProperties: {
|
|
402
|
+
type: string;
|
|
403
|
+
};
|
|
404
|
+
required: string[];
|
|
405
|
+
properties: {
|
|
406
|
+
name: {
|
|
407
|
+
type: string;
|
|
408
|
+
};
|
|
409
|
+
type: {
|
|
410
|
+
type: string;
|
|
411
|
+
};
|
|
412
|
+
counters: {
|
|
413
|
+
type: string;
|
|
414
|
+
additionalProperties: boolean;
|
|
415
|
+
required: never[];
|
|
416
|
+
properties: {
|
|
417
|
+
include: {
|
|
418
|
+
type: string;
|
|
419
|
+
items: {
|
|
420
|
+
type: string;
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
exclude: {
|
|
424
|
+
type: string;
|
|
425
|
+
items: {
|
|
426
|
+
type: string;
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
context: {
|
|
432
|
+
type: string;
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
optionName: string;
|
|
437
|
+
})[];
|
|
438
|
+
};
|
|
439
|
+
type: {};
|
|
440
|
+
when: {
|
|
441
|
+
type: string;
|
|
442
|
+
};
|
|
443
|
+
};
|
|
444
|
+
};
|
|
211
445
|
textSize: {
|
|
212
446
|
type: string;
|
|
213
447
|
enum: string[];
|