@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
|
@@ -127,6 +127,123 @@ export declare const CardLayoutProps: {
|
|
|
127
127
|
type: string;
|
|
128
128
|
contentType: string;
|
|
129
129
|
};
|
|
130
|
+
link: {
|
|
131
|
+
type: string;
|
|
132
|
+
additionalProperties: boolean;
|
|
133
|
+
required: string[];
|
|
134
|
+
properties: {
|
|
135
|
+
text: {
|
|
136
|
+
type: string;
|
|
137
|
+
contentType: string;
|
|
138
|
+
};
|
|
139
|
+
url: {
|
|
140
|
+
type: string;
|
|
141
|
+
};
|
|
142
|
+
urlTitle: {
|
|
143
|
+
type: string;
|
|
144
|
+
};
|
|
145
|
+
arrow: {
|
|
146
|
+
type: string;
|
|
147
|
+
};
|
|
148
|
+
theme: {
|
|
149
|
+
type: string;
|
|
150
|
+
enum: string[];
|
|
151
|
+
};
|
|
152
|
+
textSize: {
|
|
153
|
+
type: string;
|
|
154
|
+
enum: string[];
|
|
155
|
+
};
|
|
156
|
+
target: {
|
|
157
|
+
type: string;
|
|
158
|
+
enum: string[];
|
|
159
|
+
};
|
|
160
|
+
analyticsEvents: {
|
|
161
|
+
oneOf: ({
|
|
162
|
+
optionName: string;
|
|
163
|
+
type: string;
|
|
164
|
+
additionalProperties: {
|
|
165
|
+
type: string;
|
|
166
|
+
};
|
|
167
|
+
required: string[];
|
|
168
|
+
properties: {
|
|
169
|
+
name: {
|
|
170
|
+
type: string;
|
|
171
|
+
};
|
|
172
|
+
type: {
|
|
173
|
+
type: string;
|
|
174
|
+
};
|
|
175
|
+
counters: {
|
|
176
|
+
type: string;
|
|
177
|
+
additionalProperties: boolean;
|
|
178
|
+
required: never[];
|
|
179
|
+
properties: {
|
|
180
|
+
include: {
|
|
181
|
+
type: string;
|
|
182
|
+
items: {
|
|
183
|
+
type: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
exclude: {
|
|
187
|
+
type: string;
|
|
188
|
+
items: {
|
|
189
|
+
type: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
context: {
|
|
195
|
+
type: string;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
items?: undefined;
|
|
199
|
+
} | {
|
|
200
|
+
type: string;
|
|
201
|
+
items: {
|
|
202
|
+
type: string;
|
|
203
|
+
additionalProperties: {
|
|
204
|
+
type: string;
|
|
205
|
+
};
|
|
206
|
+
required: string[];
|
|
207
|
+
properties: {
|
|
208
|
+
name: {
|
|
209
|
+
type: string;
|
|
210
|
+
};
|
|
211
|
+
type: {
|
|
212
|
+
type: string;
|
|
213
|
+
};
|
|
214
|
+
counters: {
|
|
215
|
+
type: string;
|
|
216
|
+
additionalProperties: boolean;
|
|
217
|
+
required: never[];
|
|
218
|
+
properties: {
|
|
219
|
+
include: {
|
|
220
|
+
type: string;
|
|
221
|
+
items: {
|
|
222
|
+
type: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
exclude: {
|
|
226
|
+
type: string;
|
|
227
|
+
items: {
|
|
228
|
+
type: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
context: {
|
|
234
|
+
type: string;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
optionName: string;
|
|
239
|
+
})[];
|
|
240
|
+
};
|
|
241
|
+
type: {};
|
|
242
|
+
when: {
|
|
243
|
+
type: string;
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
};
|
|
130
247
|
textSize: {
|
|
131
248
|
type: string;
|
|
132
249
|
enum: string[];
|
|
@@ -404,6 +521,123 @@ export declare const CardLayoutBlock: {
|
|
|
404
521
|
type: string;
|
|
405
522
|
contentType: string;
|
|
406
523
|
};
|
|
524
|
+
link: {
|
|
525
|
+
type: string;
|
|
526
|
+
additionalProperties: boolean;
|
|
527
|
+
required: string[];
|
|
528
|
+
properties: {
|
|
529
|
+
text: {
|
|
530
|
+
type: string;
|
|
531
|
+
contentType: string;
|
|
532
|
+
};
|
|
533
|
+
url: {
|
|
534
|
+
type: string;
|
|
535
|
+
};
|
|
536
|
+
urlTitle: {
|
|
537
|
+
type: string;
|
|
538
|
+
};
|
|
539
|
+
arrow: {
|
|
540
|
+
type: string;
|
|
541
|
+
};
|
|
542
|
+
theme: {
|
|
543
|
+
type: string;
|
|
544
|
+
enum: string[];
|
|
545
|
+
};
|
|
546
|
+
textSize: {
|
|
547
|
+
type: string;
|
|
548
|
+
enum: string[];
|
|
549
|
+
};
|
|
550
|
+
target: {
|
|
551
|
+
type: string;
|
|
552
|
+
enum: string[];
|
|
553
|
+
};
|
|
554
|
+
analyticsEvents: {
|
|
555
|
+
oneOf: ({
|
|
556
|
+
optionName: string;
|
|
557
|
+
type: string;
|
|
558
|
+
additionalProperties: {
|
|
559
|
+
type: string;
|
|
560
|
+
};
|
|
561
|
+
required: string[];
|
|
562
|
+
properties: {
|
|
563
|
+
name: {
|
|
564
|
+
type: string;
|
|
565
|
+
};
|
|
566
|
+
type: {
|
|
567
|
+
type: string;
|
|
568
|
+
};
|
|
569
|
+
counters: {
|
|
570
|
+
type: string;
|
|
571
|
+
additionalProperties: boolean;
|
|
572
|
+
required: never[];
|
|
573
|
+
properties: {
|
|
574
|
+
include: {
|
|
575
|
+
type: string;
|
|
576
|
+
items: {
|
|
577
|
+
type: string;
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
exclude: {
|
|
581
|
+
type: string;
|
|
582
|
+
items: {
|
|
583
|
+
type: string;
|
|
584
|
+
};
|
|
585
|
+
};
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
context: {
|
|
589
|
+
type: string;
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
items?: undefined;
|
|
593
|
+
} | {
|
|
594
|
+
type: string;
|
|
595
|
+
items: {
|
|
596
|
+
type: string;
|
|
597
|
+
additionalProperties: {
|
|
598
|
+
type: string;
|
|
599
|
+
};
|
|
600
|
+
required: string[];
|
|
601
|
+
properties: {
|
|
602
|
+
name: {
|
|
603
|
+
type: string;
|
|
604
|
+
};
|
|
605
|
+
type: {
|
|
606
|
+
type: string;
|
|
607
|
+
};
|
|
608
|
+
counters: {
|
|
609
|
+
type: string;
|
|
610
|
+
additionalProperties: boolean;
|
|
611
|
+
required: never[];
|
|
612
|
+
properties: {
|
|
613
|
+
include: {
|
|
614
|
+
type: string;
|
|
615
|
+
items: {
|
|
616
|
+
type: string;
|
|
617
|
+
};
|
|
618
|
+
};
|
|
619
|
+
exclude: {
|
|
620
|
+
type: string;
|
|
621
|
+
items: {
|
|
622
|
+
type: string;
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
};
|
|
627
|
+
context: {
|
|
628
|
+
type: string;
|
|
629
|
+
};
|
|
630
|
+
};
|
|
631
|
+
};
|
|
632
|
+
optionName: string;
|
|
633
|
+
})[];
|
|
634
|
+
};
|
|
635
|
+
type: {};
|
|
636
|
+
when: {
|
|
637
|
+
type: string;
|
|
638
|
+
};
|
|
639
|
+
};
|
|
640
|
+
};
|
|
407
641
|
textSize: {
|
|
408
642
|
type: string;
|
|
409
643
|
enum: string[];
|
|
@@ -120,6 +120,123 @@ export declare const ContentLayoutBlock: {
|
|
|
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[];
|
|
@@ -205,6 +205,123 @@ export declare const ExtendedFeaturesBlock: {
|
|
|
205
205
|
type: string;
|
|
206
206
|
contentType: string;
|
|
207
207
|
};
|
|
208
|
+
link: {
|
|
209
|
+
type: string;
|
|
210
|
+
additionalProperties: boolean;
|
|
211
|
+
required: string[];
|
|
212
|
+
properties: {
|
|
213
|
+
text: {
|
|
214
|
+
type: string;
|
|
215
|
+
contentType: string;
|
|
216
|
+
};
|
|
217
|
+
url: {
|
|
218
|
+
type: string;
|
|
219
|
+
};
|
|
220
|
+
urlTitle: {
|
|
221
|
+
type: string;
|
|
222
|
+
};
|
|
223
|
+
arrow: {
|
|
224
|
+
type: string;
|
|
225
|
+
};
|
|
226
|
+
theme: {
|
|
227
|
+
type: string;
|
|
228
|
+
enum: string[];
|
|
229
|
+
};
|
|
230
|
+
textSize: {
|
|
231
|
+
type: string;
|
|
232
|
+
enum: string[];
|
|
233
|
+
};
|
|
234
|
+
target: {
|
|
235
|
+
type: string;
|
|
236
|
+
enum: string[];
|
|
237
|
+
};
|
|
238
|
+
analyticsEvents: {
|
|
239
|
+
oneOf: ({
|
|
240
|
+
optionName: string;
|
|
241
|
+
type: string;
|
|
242
|
+
additionalProperties: {
|
|
243
|
+
type: string;
|
|
244
|
+
};
|
|
245
|
+
required: string[];
|
|
246
|
+
properties: {
|
|
247
|
+
name: {
|
|
248
|
+
type: string;
|
|
249
|
+
};
|
|
250
|
+
type: {
|
|
251
|
+
type: string;
|
|
252
|
+
};
|
|
253
|
+
counters: {
|
|
254
|
+
type: string;
|
|
255
|
+
additionalProperties: boolean;
|
|
256
|
+
required: never[];
|
|
257
|
+
properties: {
|
|
258
|
+
include: {
|
|
259
|
+
type: string;
|
|
260
|
+
items: {
|
|
261
|
+
type: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
exclude: {
|
|
265
|
+
type: string;
|
|
266
|
+
items: {
|
|
267
|
+
type: string;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
context: {
|
|
273
|
+
type: string;
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
items?: undefined;
|
|
277
|
+
} | {
|
|
278
|
+
type: string;
|
|
279
|
+
items: {
|
|
280
|
+
type: string;
|
|
281
|
+
additionalProperties: {
|
|
282
|
+
type: string;
|
|
283
|
+
};
|
|
284
|
+
required: string[];
|
|
285
|
+
properties: {
|
|
286
|
+
name: {
|
|
287
|
+
type: string;
|
|
288
|
+
};
|
|
289
|
+
type: {
|
|
290
|
+
type: string;
|
|
291
|
+
};
|
|
292
|
+
counters: {
|
|
293
|
+
type: string;
|
|
294
|
+
additionalProperties: boolean;
|
|
295
|
+
required: never[];
|
|
296
|
+
properties: {
|
|
297
|
+
include: {
|
|
298
|
+
type: string;
|
|
299
|
+
items: {
|
|
300
|
+
type: string;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
exclude: {
|
|
304
|
+
type: string;
|
|
305
|
+
items: {
|
|
306
|
+
type: string;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
};
|
|
311
|
+
context: {
|
|
312
|
+
type: string;
|
|
313
|
+
};
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
optionName: string;
|
|
317
|
+
})[];
|
|
318
|
+
};
|
|
319
|
+
type: {};
|
|
320
|
+
when: {
|
|
321
|
+
type: string;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
208
325
|
textSize: {
|
|
209
326
|
type: string;
|
|
210
327
|
enum: string[];
|