@squiz/dx-json-schema-lib 1.2.13-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/jest.config.ts +20 -0
  3. package/jsonCompiler.ts +22 -0
  4. package/lib/JsonValidationService.d.ts +9 -0
  5. package/lib/JsonValidationService.js +54 -0
  6. package/lib/JsonValidationService.js.map +1 -0
  7. package/lib/JsonValidationService.spec.d.ts +1 -0
  8. package/lib/JsonValidationService.spec.js +143 -0
  9. package/lib/JsonValidationService.spec.js.map +1 -0
  10. package/lib/errors/SchemaValidationError.d.ts +4 -0
  11. package/lib/errors/SchemaValidationError.js +12 -0
  12. package/lib/errors/SchemaValidationError.js.map +1 -0
  13. package/lib/formatted-text/v1/formattedText.d.ts +51 -0
  14. package/lib/formatted-text/v1/formattedText.js +9 -0
  15. package/lib/formatted-text/v1/formattedText.js.map +1 -0
  16. package/lib/formatted-text/v1/formattedText.json +134 -0
  17. package/lib/formatted-text/v1/formattedTextModels.d.ts +1 -0
  18. package/lib/formatted-text/v1/formattedTextModels.js +28 -0
  19. package/lib/formatted-text/v1/formattedTextModels.js.map +1 -0
  20. package/lib/formatted-text/v1/formattedTextSchemas.d.ts +2 -0
  21. package/lib/formatted-text/v1/formattedTextSchemas.js +9 -0
  22. package/lib/formatted-text/v1/formattedTextSchemas.js.map +1 -0
  23. package/lib/index.d.ts +7 -0
  24. package/lib/index.js +37 -0
  25. package/lib/index.js.map +1 -0
  26. package/lib/manifest/v1/DxComponentIcons.json +2279 -0
  27. package/lib/manifest/v1/DxComponentInputSchema.json +20 -0
  28. package/lib/manifest/v1/DxComponentInputSchema.spec.d.ts +1 -0
  29. package/lib/manifest/v1/DxComponentInputSchema.spec.js +113 -0
  30. package/lib/manifest/v1/DxComponentInputSchema.spec.js.map +1 -0
  31. package/lib/manifest/v1/DxContentMetaSchema.json +165 -0
  32. package/lib/manifest/v1/__test__/schemas/badFunctionInputComponent.json +39 -0
  33. package/lib/manifest/v1/__test__/schemas/badNestedFunctionInput.json +39 -0
  34. package/lib/manifest/v1/__test__/schemas/nonObjectFunctionInputComponent.json +39 -0
  35. package/lib/manifest/v1/__test__/schemas/validComponent.json +40 -0
  36. package/lib/manifest/v1/manifestModels.d.ts +1 -0
  37. package/lib/manifest/v1/manifestModels.js +28 -0
  38. package/lib/manifest/v1/manifestModels.js.map +1 -0
  39. package/lib/manifest/v1/manifestSchemas.d.ts +2 -0
  40. package/lib/manifest/v1/manifestSchemas.js +9 -0
  41. package/lib/manifest/v1/manifestSchemas.js.map +1 -0
  42. package/lib/manifest/v1/subSchemas.d.ts +4 -0
  43. package/lib/manifest/v1/subSchemas.js +13 -0
  44. package/lib/manifest/v1/subSchemas.js.map +1 -0
  45. package/lib/manifest/v1/v1.d.ts +460 -0
  46. package/lib/manifest/v1/v1.js +9 -0
  47. package/lib/manifest/v1/v1.js.map +1 -0
  48. package/lib/manifest/v1/v1.json +362 -0
  49. package/lib/manifest/v1/v1.spec.d.ts +1 -0
  50. package/lib/manifest/v1/v1.spec.js +35 -0
  51. package/lib/manifest/v1/v1.spec.js.map +1 -0
  52. package/package.json +36 -0
  53. package/src/JsonValidationService.spec.ts +162 -0
  54. package/src/JsonValidationService.ts +54 -0
  55. package/src/errors/SchemaValidationError.ts +9 -0
  56. package/src/formatted-text/v1/formattedText.json +145 -0
  57. package/src/formatted-text/v1/formattedText.ts +54 -0
  58. package/src/formatted-text/v1/formattedTextModels.ts +1 -0
  59. package/src/formatted-text/v1/formattedTextSchemas.ts +3 -0
  60. package/src/index.ts +10 -0
  61. package/src/manifest/v1/DxComponentIcons.json +2279 -0
  62. package/src/manifest/v1/DxComponentInputSchema.json +20 -0
  63. package/src/manifest/v1/DxComponentInputSchema.spec.ts +136 -0
  64. package/src/manifest/v1/DxContentMetaSchema.json +165 -0
  65. package/src/manifest/v1/__test__/schemas/badFunctionInputComponent.json +39 -0
  66. package/src/manifest/v1/__test__/schemas/badNestedFunctionInput.json +39 -0
  67. package/src/manifest/v1/__test__/schemas/nonObjectFunctionInputComponent.json +39 -0
  68. package/src/manifest/v1/__test__/schemas/validComponent.json +40 -0
  69. package/src/manifest/v1/manifestModels.ts +1 -0
  70. package/src/manifest/v1/manifestSchemas.ts +3 -0
  71. package/src/manifest/v1/subSchemas.ts +5 -0
  72. package/src/manifest/v1/v1.json +369 -0
  73. package/src/manifest/v1/v1.spec.ts +39 -0
  74. package/src/manifest/v1/v1.ts +2731 -0
  75. package/tsconfig.json +16 -0
  76. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,2731 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ /**
9
+ * Input schema for a DxComponent
10
+ */
11
+ export type DxComponentInputSchema = DxComponentInputSchema1 & DxComponentInputSchema2;
12
+ export type DxComponentInputSchema1 = CoreSchemaMetaSchema;
13
+ export type CoreSchemaMetaSchema = CoreSchemaMetaSchema1 & CoreSchemaMetaSchema2;
14
+ export type CoreSchemaMetaSchema2 =
15
+ | {
16
+ $id?: string;
17
+ $schema?: string;
18
+ $ref?: string;
19
+ $comment?: string;
20
+ title?: string;
21
+ description?: string;
22
+ default?: true;
23
+ readOnly?: boolean;
24
+ writeOnly?: boolean;
25
+ examples?: true[];
26
+ multipleOf?: number;
27
+ maximum?: number;
28
+ exclusiveMaximum?: number;
29
+ minimum?: number;
30
+ exclusiveMinimum?: number;
31
+ maxLength?: number;
32
+ minLength?: number & number;
33
+ pattern?: string;
34
+ additionalItems?: CoreSchemaMetaSchema2;
35
+ items?: CoreSchemaMetaSchema2 | SchemaArray;
36
+ maxItems?: number;
37
+ minItems?: number & number;
38
+ uniqueItems?: boolean;
39
+ contains?: CoreSchemaMetaSchema2;
40
+ maxProperties?: number;
41
+ minProperties?: number & number;
42
+ required?: StringArray;
43
+ additionalProperties?: CoreSchemaMetaSchema2;
44
+ definitions?: {
45
+ [k: string]: CoreSchemaMetaSchema2;
46
+ };
47
+ properties?: {
48
+ [k: string]: CoreSchemaMetaSchema2;
49
+ };
50
+ patternProperties?: {
51
+ [k: string]: CoreSchemaMetaSchema2;
52
+ };
53
+ dependencies?: {
54
+ [k: string]: CoreSchemaMetaSchema2 | StringArray;
55
+ };
56
+ propertyNames?: CoreSchemaMetaSchema2;
57
+ const?: true;
58
+ /**
59
+ * @minItems 1
60
+ */
61
+ enum?: true[];
62
+ type?:
63
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string' | 'FormattedText')
64
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string' | 'FormattedText')[];
65
+ format?: string;
66
+ contentMediaType?: string;
67
+ contentEncoding?: string;
68
+ if?: CoreSchemaMetaSchema2;
69
+ then?: CoreSchemaMetaSchema2;
70
+ else?: CoreSchemaMetaSchema2;
71
+ allOf?: SchemaArray;
72
+ anyOf?: SchemaArray;
73
+ oneOf?: SchemaArray;
74
+ not?: CoreSchemaMetaSchema2;
75
+ }
76
+ | boolean;
77
+ /**
78
+ * @minItems 1
79
+ */
80
+ export type SchemaArray = CoreSchemaMetaSchema2[];
81
+ export type StringArray = string[];
82
+ export type CoreSchemaMetaSchema3 = CoreSchemaMetaSchema4 & CoreSchemaMetaSchema5;
83
+ export type CoreSchemaMetaSchema5 =
84
+ | {
85
+ $id?: string;
86
+ $schema?: string;
87
+ $ref?: string;
88
+ $comment?: string;
89
+ title?: string;
90
+ description?: string;
91
+ default?: true;
92
+ readOnly?: boolean;
93
+ writeOnly?: boolean;
94
+ examples?: true[];
95
+ multipleOf?: number;
96
+ maximum?: number;
97
+ exclusiveMaximum?: number;
98
+ minimum?: number;
99
+ exclusiveMinimum?: number;
100
+ maxLength?: number;
101
+ minLength?: number & number;
102
+ pattern?: string;
103
+ additionalItems?: CoreSchemaMetaSchema5;
104
+ items?: CoreSchemaMetaSchema5 | SchemaArray1;
105
+ maxItems?: number;
106
+ minItems?: number & number;
107
+ uniqueItems?: boolean;
108
+ contains?: CoreSchemaMetaSchema5;
109
+ maxProperties?: number;
110
+ minProperties?: number & number;
111
+ required?: StringArray1;
112
+ additionalProperties?: CoreSchemaMetaSchema5;
113
+ definitions?: {
114
+ [k: string]: CoreSchemaMetaSchema5;
115
+ };
116
+ properties?: {
117
+ [k: string]: CoreSchemaMetaSchema5;
118
+ };
119
+ patternProperties?: {
120
+ [k: string]: CoreSchemaMetaSchema5;
121
+ };
122
+ dependencies?: {
123
+ [k: string]: CoreSchemaMetaSchema5 | StringArray1;
124
+ };
125
+ propertyNames?: CoreSchemaMetaSchema5;
126
+ const?: true;
127
+ /**
128
+ * @minItems 1
129
+ */
130
+ enum?: true[];
131
+ type?:
132
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string')
133
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string')[];
134
+ format?: string;
135
+ contentMediaType?: string;
136
+ contentEncoding?: string;
137
+ if?: CoreSchemaMetaSchema5;
138
+ then?: CoreSchemaMetaSchema5;
139
+ else?: CoreSchemaMetaSchema5;
140
+ allOf?: SchemaArray1;
141
+ anyOf?: SchemaArray1;
142
+ oneOf?: SchemaArray1;
143
+ not?: CoreSchemaMetaSchema5;
144
+ [k: string]: unknown;
145
+ }
146
+ | boolean;
147
+ /**
148
+ * @minItems 1
149
+ */
150
+ export type SchemaArray1 = CoreSchemaMetaSchema5[];
151
+ export type StringArray1 = string[];
152
+
153
+ export interface ComponentManifest {
154
+ /**
155
+ * the manifest schema version
156
+ */
157
+ $schema: string;
158
+ /**
159
+ * Namesapce of the component
160
+ */
161
+ namespace: string;
162
+ /**
163
+ * Name of the component
164
+ */
165
+ name: string;
166
+ /**
167
+ * Display name of the component
168
+ */
169
+ displayName: string;
170
+ /**
171
+ * Description of the component
172
+ */
173
+ description: string;
174
+ /**
175
+ * Name of the main function to be executed at the root of the access url
176
+ */
177
+ mainFunction: string;
178
+ icon?: DxComponentIconsJson;
179
+ /**
180
+ * Semver version number
181
+ */
182
+ version: string;
183
+ /**
184
+ * an array of environmental variables needed to execute correctly. These variables are set through your local environment variables during testing or through the component set during production run time
185
+ */
186
+ environment?: {
187
+ /**
188
+ * Environmental variable name
189
+ */
190
+ name: string;
191
+ required?: boolean;
192
+ [k: string]: unknown;
193
+ }[];
194
+ staticFiles?: {
195
+ /**
196
+ * The location the system begins looking static files. All static files will be referenced from here.
197
+ */
198
+ locationRoot: string;
199
+ [k: string]: unknown;
200
+ };
201
+ /**
202
+ * @minItems 0
203
+ */
204
+ functions: ComponentFunction[];
205
+ /**
206
+ * A map of previews which provide configuration to preview the component in isolation
207
+ */
208
+ previews?: {
209
+ [k: string]: PreviewDefinition;
210
+ };
211
+ }
212
+ /**
213
+ * Icon for the component in Matrix and the DXP
214
+ */
215
+ export interface DxComponentIconsJson {
216
+ id:
217
+ | '10k'
218
+ | '10mp'
219
+ | '11mp'
220
+ | '123'
221
+ | '12mp'
222
+ | '13mp'
223
+ | '14mp'
224
+ | '15mp'
225
+ | '16mp'
226
+ | '17mp'
227
+ | '18_up_rating'
228
+ | '18mp'
229
+ | '19mp'
230
+ | '1k'
231
+ | '1k_plus'
232
+ | '1x_mobiledata'
233
+ | '20mp'
234
+ | '21mp'
235
+ | '22mp'
236
+ | '23mp'
237
+ | '24mp'
238
+ | '2k'
239
+ | '2k_plus'
240
+ | '2mp'
241
+ | '30fps'
242
+ | '30fps_select'
243
+ | '360'
244
+ | '3d_rotation'
245
+ | '3g_mobiledata'
246
+ | '3k'
247
+ | '3k_plus'
248
+ | '3mp'
249
+ | '3p'
250
+ | '4g_mobiledata'
251
+ | '4g_plus_mobiledata'
252
+ | '4k'
253
+ | '4k_plus'
254
+ | '4mp'
255
+ | '5g'
256
+ | '5k'
257
+ | '5k_plus'
258
+ | '5mp'
259
+ | '60fps'
260
+ | '60fps_select'
261
+ | '6_ft_apart'
262
+ | '6k'
263
+ | '6k_plus'
264
+ | '6mp'
265
+ | '7k'
266
+ | '7k_plus'
267
+ | '7mp'
268
+ | '8k'
269
+ | '8k_plus'
270
+ | '8mp'
271
+ | '9k'
272
+ | '9k_plus'
273
+ | '9mp'
274
+ | 'abc'
275
+ | 'ac_unit'
276
+ | 'access_alarm'
277
+ | 'access_alarms'
278
+ | 'access_time'
279
+ | 'access_time_filled'
280
+ | 'accessibility'
281
+ | 'accessibility_new'
282
+ | 'accessible'
283
+ | 'accessible_forward'
284
+ | 'account_balance'
285
+ | 'account_balance_wallet'
286
+ | 'account_box'
287
+ | 'account_circle'
288
+ | 'account_tree'
289
+ | 'ad_units'
290
+ | 'adb'
291
+ | 'add'
292
+ | 'add_a_photo'
293
+ | 'add_alarm'
294
+ | 'add_alert'
295
+ | 'add_box'
296
+ | 'add_business'
297
+ | 'add_card'
298
+ | 'add_chart'
299
+ | 'add_circle'
300
+ | 'add_circle_outline'
301
+ | 'add_comment'
302
+ | 'add_home'
303
+ | 'add_home_work'
304
+ | 'add_ic_call'
305
+ | 'add_link'
306
+ | 'add_location'
307
+ | 'add_location_alt'
308
+ | 'add_moderator'
309
+ | 'add_photo_alternate'
310
+ | 'add_reaction'
311
+ | 'add_road'
312
+ | 'add_shopping_cart'
313
+ | 'add_task'
314
+ | 'add_to_drive'
315
+ | 'add_to_home_screen'
316
+ | 'add_to_photos'
317
+ | 'add_to_queue'
318
+ | 'addchart'
319
+ | 'adf_scanner'
320
+ | 'adjust'
321
+ | 'admin_panel_settings'
322
+ | 'adobe'
323
+ | 'ads_click'
324
+ | 'agriculture'
325
+ | 'air'
326
+ | 'airline_seat_flat'
327
+ | 'airline_seat_flat_angled'
328
+ | 'airline_seat_individual_suite'
329
+ | 'airline_seat_legroom_extra'
330
+ | 'airline_seat_legroom_normal'
331
+ | 'airline_seat_legroom_reduced'
332
+ | 'airline_seat_recline_extra'
333
+ | 'airline_seat_recline_normal'
334
+ | 'airline_stops'
335
+ | 'airlines'
336
+ | 'airplane_ticket'
337
+ | 'airplanemode_active'
338
+ | 'airplanemode_inactive'
339
+ | 'airplanemode_off'
340
+ | 'airplanemode_on'
341
+ | 'airplay'
342
+ | 'airport_shuttle'
343
+ | 'alarm'
344
+ | 'alarm_add'
345
+ | 'alarm_off'
346
+ | 'alarm_on'
347
+ | 'album'
348
+ | 'align_horizontal_center'
349
+ | 'align_horizontal_left'
350
+ | 'align_horizontal_right'
351
+ | 'align_vertical_bottom'
352
+ | 'align_vertical_center'
353
+ | 'align_vertical_top'
354
+ | 'all_inbox'
355
+ | 'all_inclusive'
356
+ | 'all_out'
357
+ | 'alt_route'
358
+ | 'alternate_email'
359
+ | 'amp_stories'
360
+ | 'analytics'
361
+ | 'anchor'
362
+ | 'android'
363
+ | 'animation'
364
+ | 'announcement'
365
+ | 'aod'
366
+ | 'apartment'
367
+ | 'api'
368
+ | 'app_blocking'
369
+ | 'app_registration'
370
+ | 'app_settings_alt'
371
+ | 'app_shortcut'
372
+ | 'apple'
373
+ | 'approval'
374
+ | 'apps'
375
+ | 'apps_outage'
376
+ | 'architecture'
377
+ | 'archive'
378
+ | 'area_chart'
379
+ | 'arrow_back'
380
+ | 'arrow_back_ios'
381
+ | 'arrow_back_ios_new'
382
+ | 'arrow_circle_down'
383
+ | 'arrow_circle_left'
384
+ | 'arrow_circle_right'
385
+ | 'arrow_circle_up'
386
+ | 'arrow_downward'
387
+ | 'arrow_drop_down'
388
+ | 'arrow_drop_down_circle'
389
+ | 'arrow_drop_up'
390
+ | 'arrow_forward'
391
+ | 'arrow_forward_ios'
392
+ | 'arrow_left'
393
+ | 'arrow_outward'
394
+ | 'arrow_right'
395
+ | 'arrow_right_alt'
396
+ | 'arrow_upward'
397
+ | 'art_track'
398
+ | 'article'
399
+ | 'aspect_ratio'
400
+ | 'assessment'
401
+ | 'assignment'
402
+ | 'assignment_ind'
403
+ | 'assignment_late'
404
+ | 'assignment_return'
405
+ | 'assignment_returned'
406
+ | 'assignment_turned_in'
407
+ | 'assist_walker'
408
+ | 'assistant'
409
+ | 'assistant_direction'
410
+ | 'assistant_photo'
411
+ | 'assured_workload'
412
+ | 'atm'
413
+ | 'attach_email'
414
+ | 'attach_file'
415
+ | 'attach_money'
416
+ | 'attachment'
417
+ | 'attractions'
418
+ | 'attribution'
419
+ | 'audio_file'
420
+ | 'audiotrack'
421
+ | 'auto_awesome'
422
+ | 'auto_awesome_mosaic'
423
+ | 'auto_awesome_motion'
424
+ | 'auto_delete'
425
+ | 'auto_fix_high'
426
+ | 'auto_fix_normal'
427
+ | 'auto_fix_off'
428
+ | 'auto_graph'
429
+ | 'auto_mode'
430
+ | 'auto_stories'
431
+ | 'autofps_select'
432
+ | 'autorenew'
433
+ | 'av_timer'
434
+ | 'baby_changing_station'
435
+ | 'back_hand'
436
+ | 'backpack'
437
+ | 'backspace'
438
+ | 'backup'
439
+ | 'backup_table'
440
+ | 'badge'
441
+ | 'bakery_dining'
442
+ | 'balance'
443
+ | 'balcony'
444
+ | 'ballot'
445
+ | 'bar_chart'
446
+ | 'batch_prediction'
447
+ | 'bathroom'
448
+ | 'bathtub'
449
+ | 'battery_0_bar'
450
+ | 'battery_1_bar'
451
+ | 'battery_20'
452
+ | 'battery_2_bar'
453
+ | 'battery_30'
454
+ | 'battery_3_bar'
455
+ | 'battery_4_bar'
456
+ | 'battery_50'
457
+ | 'battery_5_bar'
458
+ | 'battery_60'
459
+ | 'battery_6_bar'
460
+ | 'battery_80'
461
+ | 'battery_90'
462
+ | 'battery_alert'
463
+ | 'battery_charging_20'
464
+ | 'battery_charging_30'
465
+ | 'battery_charging_50'
466
+ | 'battery_charging_60'
467
+ | 'battery_charging_80'
468
+ | 'battery_charging_90'
469
+ | 'battery_charging_full'
470
+ | 'battery_full'
471
+ | 'battery_saver'
472
+ | 'battery_std'
473
+ | 'battery_unknown'
474
+ | 'beach_access'
475
+ | 'bed'
476
+ | 'bedroom_baby'
477
+ | 'bedroom_child'
478
+ | 'bedroom_parent'
479
+ | 'bedtime'
480
+ | 'bedtime_off'
481
+ | 'beenhere'
482
+ | 'bento'
483
+ | 'bike_scooter'
484
+ | 'biotech'
485
+ | 'blender'
486
+ | 'blind'
487
+ | 'blinds'
488
+ | 'blinds_closed'
489
+ | 'block'
490
+ | 'bloodtype'
491
+ | 'bluetooth'
492
+ | 'bluetooth_audio'
493
+ | 'bluetooth_connected'
494
+ | 'bluetooth_disabled'
495
+ | 'bluetooth_drive'
496
+ | 'bluetooth_searching'
497
+ | 'blur_circular'
498
+ | 'blur_linear'
499
+ | 'blur_off'
500
+ | 'blur_on'
501
+ | 'bolt'
502
+ | 'book'
503
+ | 'book_online'
504
+ | 'bookmark'
505
+ | 'bookmark_add'
506
+ | 'bookmark_added'
507
+ | 'bookmark_border'
508
+ | 'bookmark_outline'
509
+ | 'bookmark_remove'
510
+ | 'bookmarks'
511
+ | 'border_all'
512
+ | 'border_bottom'
513
+ | 'border_clear'
514
+ | 'border_color'
515
+ | 'border_horizontal'
516
+ | 'border_inner'
517
+ | 'border_left'
518
+ | 'border_outer'
519
+ | 'border_right'
520
+ | 'border_style'
521
+ | 'border_top'
522
+ | 'border_vertical'
523
+ | 'boy'
524
+ | 'branding_watermark'
525
+ | 'breakfast_dining'
526
+ | 'brightness_1'
527
+ | 'brightness_2'
528
+ | 'brightness_3'
529
+ | 'brightness_4'
530
+ | 'brightness_5'
531
+ | 'brightness_6'
532
+ | 'brightness_7'
533
+ | 'brightness_auto'
534
+ | 'brightness_high'
535
+ | 'brightness_low'
536
+ | 'brightness_medium'
537
+ | 'broadcast_on_home'
538
+ | 'broadcast_on_personal'
539
+ | 'broken_image'
540
+ | 'browse_gallery'
541
+ | 'browser_not_supported'
542
+ | 'browser_updated'
543
+ | 'brunch_dining'
544
+ | 'brush'
545
+ | 'bubble_chart'
546
+ | 'bug_report'
547
+ | 'build'
548
+ | 'build_circle'
549
+ | 'bungalow'
550
+ | 'burst_mode'
551
+ | 'bus_alert'
552
+ | 'business'
553
+ | 'business_center'
554
+ | 'cabin'
555
+ | 'cable'
556
+ | 'cached'
557
+ | 'cake'
558
+ | 'calculate'
559
+ | 'calendar_month'
560
+ | 'calendar_today'
561
+ | 'calendar_view_day'
562
+ | 'calendar_view_month'
563
+ | 'calendar_view_week'
564
+ | 'call'
565
+ | 'call_end'
566
+ | 'call_made'
567
+ | 'call_merge'
568
+ | 'call_missed'
569
+ | 'call_missed_outgoing'
570
+ | 'call_received'
571
+ | 'call_split'
572
+ | 'call_to_action'
573
+ | 'camera'
574
+ | 'camera_alt'
575
+ | 'camera_enhance'
576
+ | 'camera_front'
577
+ | 'camera_indoor'
578
+ | 'camera_outdoor'
579
+ | 'camera_rear'
580
+ | 'camera_roll'
581
+ | 'cameraswitch'
582
+ | 'campaign'
583
+ | 'cancel'
584
+ | 'cancel_presentation'
585
+ | 'cancel_schedule_send'
586
+ | 'candlestick_chart'
587
+ | 'car_crash'
588
+ | 'car_rental'
589
+ | 'car_repair'
590
+ | 'card_giftcard'
591
+ | 'card_membership'
592
+ | 'card_travel'
593
+ | 'carpenter'
594
+ | 'cases'
595
+ | 'casino'
596
+ | 'cast'
597
+ | 'cast_connected'
598
+ | 'cast_for_education'
599
+ | 'castle'
600
+ | 'catching_pokemon'
601
+ | 'category'
602
+ | 'celebration'
603
+ | 'cell_tower'
604
+ | 'cell_wifi'
605
+ | 'center_focus_strong'
606
+ | 'center_focus_weak'
607
+ | 'chair'
608
+ | 'chair_alt'
609
+ | 'chalet'
610
+ | 'change_circle'
611
+ | 'change_history'
612
+ | 'charging_station'
613
+ | 'chat'
614
+ | 'chat_bubble'
615
+ | 'chat_bubble_outline'
616
+ | 'check'
617
+ | 'check_box'
618
+ | 'check_box_outline_blank'
619
+ | 'check_circle'
620
+ | 'check_circle_outline'
621
+ | 'checklist'
622
+ | 'checklist_rtl'
623
+ | 'checkroom'
624
+ | 'chevron_left'
625
+ | 'chevron_right'
626
+ | 'child_care'
627
+ | 'child_friendly'
628
+ | 'chrome_reader_mode'
629
+ | 'church'
630
+ | 'circle'
631
+ | 'circle_notifications'
632
+ | 'class'
633
+ | 'clean_hands'
634
+ | 'cleaning_services'
635
+ | 'clear'
636
+ | 'clear_all'
637
+ | 'close'
638
+ | 'close_fullscreen'
639
+ | 'closed_caption'
640
+ | 'closed_caption_disabled'
641
+ | 'closed_caption_off'
642
+ | 'cloud'
643
+ | 'cloud_circle'
644
+ | 'cloud_done'
645
+ | 'cloud_download'
646
+ | 'cloud_off'
647
+ | 'cloud_queue'
648
+ | 'cloud_sync'
649
+ | 'cloud_upload'
650
+ | 'co2'
651
+ | 'co_present'
652
+ | 'code'
653
+ | 'code_off'
654
+ | 'coffee'
655
+ | 'coffee_maker'
656
+ | 'collections'
657
+ | 'collections_bookmark'
658
+ | 'color_lens'
659
+ | 'colorize'
660
+ | 'comment'
661
+ | 'comment_bank'
662
+ | 'comments_disabled'
663
+ | 'commit'
664
+ | 'commute'
665
+ | 'compare'
666
+ | 'compare_arrows'
667
+ | 'compass_calibration'
668
+ | 'compost'
669
+ | 'compress'
670
+ | 'computer'
671
+ | 'confirmation_num'
672
+ | 'confirmation_number'
673
+ | 'connect_without_contact'
674
+ | 'connected_tv'
675
+ | 'connecting_airports'
676
+ | 'construction'
677
+ | 'contact_emergency'
678
+ | 'contact_mail'
679
+ | 'contact_page'
680
+ | 'contact_phone'
681
+ | 'contact_support'
682
+ | 'contactless'
683
+ | 'contacts'
684
+ | 'content_copy'
685
+ | 'content_cut'
686
+ | 'content_paste'
687
+ | 'content_paste_go'
688
+ | 'content_paste_off'
689
+ | 'content_paste_search'
690
+ | 'contrast'
691
+ | 'control_camera'
692
+ | 'control_point'
693
+ | 'control_point_duplicate'
694
+ | 'cookie'
695
+ | 'copy'
696
+ | 'copy_all'
697
+ | 'copyright'
698
+ | 'coronavirus'
699
+ | 'corporate_fare'
700
+ | 'cottage'
701
+ | 'countertops'
702
+ | 'create'
703
+ | 'create_new_folder'
704
+ | 'credit_card'
705
+ | 'credit_card_off'
706
+ | 'credit_score'
707
+ | 'crib'
708
+ | 'crisis_alert'
709
+ | 'crop'
710
+ | 'crop_16_9'
711
+ | 'crop_3_2'
712
+ | 'crop_5_4'
713
+ | 'crop_7_5'
714
+ | 'crop_din'
715
+ | 'crop_free'
716
+ | 'crop_landscape'
717
+ | 'crop_original'
718
+ | 'crop_portrait'
719
+ | 'crop_rotate'
720
+ | 'crop_square'
721
+ | 'cruelty_free'
722
+ | 'css'
723
+ | 'currency_bitcoin'
724
+ | 'currency_exchange'
725
+ | 'currency_franc'
726
+ | 'currency_lira'
727
+ | 'currency_pound'
728
+ | 'currency_ruble'
729
+ | 'currency_rupee'
730
+ | 'currency_yen'
731
+ | 'currency_yuan'
732
+ | 'curtains'
733
+ | 'curtains_closed'
734
+ | 'cut'
735
+ | 'cyclone'
736
+ | 'dangerous'
737
+ | 'dark_mode'
738
+ | 'dashboard'
739
+ | 'dashboard_customize'
740
+ | 'data_array'
741
+ | 'data_exploration'
742
+ | 'data_object'
743
+ | 'data_saver_off'
744
+ | 'data_saver_on'
745
+ | 'data_thresholding'
746
+ | 'data_usage'
747
+ | 'dataset'
748
+ | 'dataset_linked'
749
+ | 'date_range'
750
+ | 'deblur'
751
+ | 'deck'
752
+ | 'dehaze'
753
+ | 'delete'
754
+ | 'delete_forever'
755
+ | 'delete_outline'
756
+ | 'delete_sweep'
757
+ | 'delivery_dining'
758
+ | 'density_large'
759
+ | 'density_medium'
760
+ | 'density_small'
761
+ | 'departure_board'
762
+ | 'description'
763
+ | 'deselect'
764
+ | 'design_services'
765
+ | 'desk'
766
+ | 'desktop_access_disabled'
767
+ | 'desktop_mac'
768
+ | 'desktop_windows'
769
+ | 'details'
770
+ | 'developer_board'
771
+ | 'developer_board_off'
772
+ | 'developer_mode'
773
+ | 'device_hub'
774
+ | 'device_thermostat'
775
+ | 'device_unknown'
776
+ | 'devices'
777
+ | 'devices_fold'
778
+ | 'devices_other'
779
+ | 'dialer_sip'
780
+ | 'dialpad'
781
+ | 'diamond'
782
+ | 'difference'
783
+ | 'dining'
784
+ | 'dinner_dining'
785
+ | 'directions'
786
+ | 'directions_bike'
787
+ | 'directions_boat'
788
+ | 'directions_boat_filled'
789
+ | 'directions_bus'
790
+ | 'directions_bus_filled'
791
+ | 'directions_car'
792
+ | 'directions_car_filled'
793
+ | 'directions_ferry'
794
+ | 'directions_off'
795
+ | 'directions_railway'
796
+ | 'directions_railway_filled'
797
+ | 'directions_run'
798
+ | 'directions_subway'
799
+ | 'directions_subway_filled'
800
+ | 'directions_train'
801
+ | 'directions_transit'
802
+ | 'directions_transit_filled'
803
+ | 'directions_walk'
804
+ | 'dirty_lens'
805
+ | 'disabled_by_default'
806
+ | 'disabled_visible'
807
+ | 'disc_full'
808
+ | 'discord'
809
+ | 'discount'
810
+ | 'display_settings'
811
+ | 'diversity_1'
812
+ | 'diversity_2'
813
+ | 'diversity_3'
814
+ | 'dnd_forwardslash'
815
+ | 'dns'
816
+ | 'do_disturb'
817
+ | 'do_disturb_alt'
818
+ | 'do_disturb_off'
819
+ | 'do_disturb_on'
820
+ | 'do_not_disturb'
821
+ | 'do_not_disturb_alt'
822
+ | 'do_not_disturb_off'
823
+ | 'do_not_disturb_on'
824
+ | 'do_not_disturb_on_total_silence'
825
+ | 'do_not_step'
826
+ | 'do_not_touch'
827
+ | 'dock'
828
+ | 'document_scanner'
829
+ | 'domain'
830
+ | 'domain_add'
831
+ | 'domain_disabled'
832
+ | 'domain_verification'
833
+ | 'done'
834
+ | 'done_all'
835
+ | 'done_outline'
836
+ | 'donut_large'
837
+ | 'donut_small'
838
+ | 'door_back'
839
+ | 'door_front'
840
+ | 'door_sliding'
841
+ | 'doorbell'
842
+ | 'double_arrow'
843
+ | 'downhill_skiing'
844
+ | 'download'
845
+ | 'download_done'
846
+ | 'download_for_offline'
847
+ | 'downloading'
848
+ | 'drafts'
849
+ | 'drag_handle'
850
+ | 'drag_indicator'
851
+ | 'draw'
852
+ | 'drive_eta'
853
+ | 'drive_file_move'
854
+ | 'drive_file_move_rtl'
855
+ | 'drive_file_rename_outline'
856
+ | 'drive_folder_upload'
857
+ | 'dry'
858
+ | 'dry_cleaning'
859
+ | 'duo'
860
+ | 'dvr'
861
+ | 'dynamic_feed'
862
+ | 'dynamic_form'
863
+ | 'e_mobiledata'
864
+ | 'earbuds'
865
+ | 'earbuds_battery'
866
+ | 'east'
867
+ | 'eco'
868
+ | 'edgesensor_high'
869
+ | 'edgesensor_low'
870
+ | 'edit'
871
+ | 'edit_attributes'
872
+ | 'edit_calendar'
873
+ | 'edit_location'
874
+ | 'edit_location_alt'
875
+ | 'edit_note'
876
+ | 'edit_notifications'
877
+ | 'edit_off'
878
+ | 'edit_road'
879
+ | 'egg'
880
+ | 'egg_alt'
881
+ | 'eject'
882
+ | 'elderly'
883
+ | 'elderly_woman'
884
+ | 'electric_bike'
885
+ | 'electric_bolt'
886
+ | 'electric_car'
887
+ | 'electric_meter'
888
+ | 'electric_moped'
889
+ | 'electric_rickshaw'
890
+ | 'electric_scooter'
891
+ | 'electrical_services'
892
+ | 'elevator'
893
+ | 'email'
894
+ | 'emergency'
895
+ | 'emergency_recording'
896
+ | 'emergency_share'
897
+ | 'emoji_emotions'
898
+ | 'emoji_events'
899
+ | 'emoji_flags'
900
+ | 'emoji_food_beverage'
901
+ | 'emoji_nature'
902
+ | 'emoji_objects'
903
+ | 'emoji_people'
904
+ | 'emoji_symbols'
905
+ | 'emoji_transportation'
906
+ | 'energy_savings_leaf'
907
+ | 'engineering'
908
+ | 'enhance_photo_translate'
909
+ | 'enhanced_encryption'
910
+ | 'equalizer'
911
+ | 'error'
912
+ | 'error_outline'
913
+ | 'escalator'
914
+ | 'escalator_warning'
915
+ | 'euro'
916
+ | 'euro_symbol'
917
+ | 'ev_station'
918
+ | 'event'
919
+ | 'event_available'
920
+ | 'event_busy'
921
+ | 'event_note'
922
+ | 'event_repeat'
923
+ | 'event_seat'
924
+ | 'exit_to_app'
925
+ | 'expand'
926
+ | 'expand_circle_down'
927
+ | 'expand_less'
928
+ | 'expand_more'
929
+ | 'explicit'
930
+ | 'explore'
931
+ | 'explore_off'
932
+ | 'exposure'
933
+ | 'exposure_minus_1'
934
+ | 'exposure_minus_2'
935
+ | 'exposure_neg_1'
936
+ | 'exposure_neg_2'
937
+ | 'exposure_plus_1'
938
+ | 'exposure_plus_2'
939
+ | 'exposure_zero'
940
+ | 'extension'
941
+ | 'extension_off'
942
+ | 'face'
943
+ | 'face_2'
944
+ | 'face_3'
945
+ | 'face_4'
946
+ | 'face_5'
947
+ | 'face_6'
948
+ | 'face_retouching_natural'
949
+ | 'face_retouching_off'
950
+ | 'face_unlock'
951
+ | 'facebook'
952
+ | 'fact_check'
953
+ | 'factory'
954
+ | 'family_restroom'
955
+ | 'fast_forward'
956
+ | 'fast_rewind'
957
+ | 'fastfood'
958
+ | 'favorite'
959
+ | 'favorite_border'
960
+ | 'favorite_outline'
961
+ | 'fax'
962
+ | 'featured_play_list'
963
+ | 'featured_video'
964
+ | 'feed'
965
+ | 'feedback'
966
+ | 'female'
967
+ | 'fence'
968
+ | 'festival'
969
+ | 'fiber_dvr'
970
+ | 'fiber_manual_record'
971
+ | 'fiber_new'
972
+ | 'fiber_pin'
973
+ | 'fiber_smart_record'
974
+ | 'file_copy'
975
+ | 'file_download'
976
+ | 'file_download_done'
977
+ | 'file_download_off'
978
+ | 'file_open'
979
+ | 'file_present'
980
+ | 'file_upload'
981
+ | 'filter'
982
+ | 'filter_1'
983
+ | 'filter_2'
984
+ | 'filter_3'
985
+ | 'filter_4'
986
+ | 'filter_5'
987
+ | 'filter_6'
988
+ | 'filter_7'
989
+ | 'filter_8'
990
+ | 'filter_9'
991
+ | 'filter_9_plus'
992
+ | 'filter_alt'
993
+ | 'filter_alt_off'
994
+ | 'filter_b_and_w'
995
+ | 'filter_center_focus'
996
+ | 'filter_drama'
997
+ | 'filter_frames'
998
+ | 'filter_hdr'
999
+ | 'filter_list'
1000
+ | 'filter_list_off'
1001
+ | 'filter_none'
1002
+ | 'filter_tilt_shift'
1003
+ | 'filter_vintage'
1004
+ | 'find_in_page'
1005
+ | 'find_replace'
1006
+ | 'fingerprint'
1007
+ | 'fire_extinguisher'
1008
+ | 'fire_hydrant_alt'
1009
+ | 'fire_truck'
1010
+ | 'fireplace'
1011
+ | 'first_page'
1012
+ | 'fit_screen'
1013
+ | 'fitbit'
1014
+ | 'fitness_center'
1015
+ | 'flag'
1016
+ | 'flag_circle'
1017
+ | 'flaky'
1018
+ | 'flare'
1019
+ | 'flash_auto'
1020
+ | 'flash_off'
1021
+ | 'flash_on'
1022
+ | 'flashlight_off'
1023
+ | 'flashlight_on'
1024
+ | 'flatware'
1025
+ | 'flight'
1026
+ | 'flight_class'
1027
+ | 'flight_land'
1028
+ | 'flight_takeoff'
1029
+ | 'flip'
1030
+ | 'flip_camera_android'
1031
+ | 'flip_camera_ios'
1032
+ | 'flip_to_back'
1033
+ | 'flip_to_front'
1034
+ | 'flood'
1035
+ | 'flourescent'
1036
+ | 'fluorescent'
1037
+ | 'flutter_dash'
1038
+ | 'fmd_bad'
1039
+ | 'fmd_good'
1040
+ | 'folder'
1041
+ | 'folder_copy'
1042
+ | 'folder_delete'
1043
+ | 'folder_off'
1044
+ | 'folder_open'
1045
+ | 'folder_shared'
1046
+ | 'folder_special'
1047
+ | 'folder_zip'
1048
+ | 'follow_the_signs'
1049
+ | 'font_download'
1050
+ | 'font_download_off'
1051
+ | 'food_bank'
1052
+ | 'forest'
1053
+ | 'fork_left'
1054
+ | 'fork_right'
1055
+ | 'format_align_center'
1056
+ | 'format_align_justify'
1057
+ | 'format_align_left'
1058
+ | 'format_align_right'
1059
+ | 'format_bold'
1060
+ | 'format_clear'
1061
+ | 'format_color_fill'
1062
+ | 'format_color_reset'
1063
+ | 'format_color_text'
1064
+ | 'format_indent_decrease'
1065
+ | 'format_indent_increase'
1066
+ | 'format_italic'
1067
+ | 'format_line_spacing'
1068
+ | 'format_list_bulleted'
1069
+ | 'format_list_numbered'
1070
+ | 'format_list_numbered_rtl'
1071
+ | 'format_overline'
1072
+ | 'format_paint'
1073
+ | 'format_quote'
1074
+ | 'format_shapes'
1075
+ | 'format_size'
1076
+ | 'format_strikethrough'
1077
+ | 'format_textdirection_l_to_r'
1078
+ | 'format_textdirection_r_to_l'
1079
+ | 'format_underline'
1080
+ | 'format_underlined'
1081
+ | 'fort'
1082
+ | 'forum'
1083
+ | 'forward'
1084
+ | 'forward_10'
1085
+ | 'forward_30'
1086
+ | 'forward_5'
1087
+ | 'forward_to_inbox'
1088
+ | 'foundation'
1089
+ | 'free_breakfast'
1090
+ | 'free_cancellation'
1091
+ | 'front_hand'
1092
+ | 'fullscreen'
1093
+ | 'fullscreen_exit'
1094
+ | 'functions'
1095
+ | 'g_mobiledata'
1096
+ | 'g_translate'
1097
+ | 'gamepad'
1098
+ | 'games'
1099
+ | 'garage'
1100
+ | 'gas_meter'
1101
+ | 'gavel'
1102
+ | 'generating_tokens'
1103
+ | 'gesture'
1104
+ | 'get_app'
1105
+ | 'gif'
1106
+ | 'gif_box'
1107
+ | 'girl'
1108
+ | 'gite'
1109
+ | 'golf_course'
1110
+ | 'gpp_bad'
1111
+ | 'gpp_good'
1112
+ | 'gpp_maybe'
1113
+ | 'gps_fixed'
1114
+ | 'gps_not_fixed'
1115
+ | 'gps_off'
1116
+ | 'grade'
1117
+ | 'gradient'
1118
+ | 'grading'
1119
+ | 'grain'
1120
+ | 'graphic_eq'
1121
+ | 'grass'
1122
+ | 'grid_3x3'
1123
+ | 'grid_4x4'
1124
+ | 'grid_goldenratio'
1125
+ | 'grid_off'
1126
+ | 'grid_on'
1127
+ | 'grid_view'
1128
+ | 'group'
1129
+ | 'group_add'
1130
+ | 'group_off'
1131
+ | 'group_remove'
1132
+ | 'group_work'
1133
+ | 'groups'
1134
+ | 'groups_2'
1135
+ | 'groups_3'
1136
+ | 'h_mobiledata'
1137
+ | 'h_plus_mobiledata'
1138
+ | 'hail'
1139
+ | 'handshake'
1140
+ | 'handyman'
1141
+ | 'hardware'
1142
+ | 'hd'
1143
+ | 'hdr_auto'
1144
+ | 'hdr_auto_select'
1145
+ | 'hdr_enhanced_select'
1146
+ | 'hdr_off'
1147
+ | 'hdr_off_select'
1148
+ | 'hdr_on'
1149
+ | 'hdr_on_select'
1150
+ | 'hdr_plus'
1151
+ | 'hdr_strong'
1152
+ | 'hdr_weak'
1153
+ | 'headphones'
1154
+ | 'headphones_battery'
1155
+ | 'headset'
1156
+ | 'headset_mic'
1157
+ | 'headset_off'
1158
+ | 'healing'
1159
+ | 'health_and_safety'
1160
+ | 'hearing'
1161
+ | 'hearing_disabled'
1162
+ | 'heart_broken'
1163
+ | 'heat_pump'
1164
+ | 'height'
1165
+ | 'help'
1166
+ | 'help_center'
1167
+ | 'help_outline'
1168
+ | 'hevc'
1169
+ | 'hexagon'
1170
+ | 'hide_image'
1171
+ | 'hide_source'
1172
+ | 'high_quality'
1173
+ | 'highlight'
1174
+ | 'highlight_alt'
1175
+ | 'highlight_off'
1176
+ | 'highlight_remove'
1177
+ | 'hiking'
1178
+ | 'history'
1179
+ | 'history_edu'
1180
+ | 'history_toggle_off'
1181
+ | 'hive'
1182
+ | 'hls'
1183
+ | 'hls_off'
1184
+ | 'holiday_village'
1185
+ | 'home'
1186
+ | 'home_max'
1187
+ | 'home_mini'
1188
+ | 'home_repair_service'
1189
+ | 'home_work'
1190
+ | 'horizontal_distribute'
1191
+ | 'horizontal_rule'
1192
+ | 'horizontal_split'
1193
+ | 'hot_tub'
1194
+ | 'hotel'
1195
+ | 'hotel_class'
1196
+ | 'hourglass_bottom'
1197
+ | 'hourglass_disabled'
1198
+ | 'hourglass_empty'
1199
+ | 'hourglass_full'
1200
+ | 'hourglass_top'
1201
+ | 'house'
1202
+ | 'house_siding'
1203
+ | 'houseboat'
1204
+ | 'how_to_reg'
1205
+ | 'how_to_vote'
1206
+ | 'html'
1207
+ | 'http'
1208
+ | 'https'
1209
+ | 'hub'
1210
+ | 'hvac'
1211
+ | 'ice_skating'
1212
+ | 'icecream'
1213
+ | 'image'
1214
+ | 'image_aspect_ratio'
1215
+ | 'image_not_supported'
1216
+ | 'image_search'
1217
+ | 'imagesearch_roller'
1218
+ | 'import_contacts'
1219
+ | 'import_export'
1220
+ | 'important_devices'
1221
+ | 'inbox'
1222
+ | 'incomplete_circle'
1223
+ | 'indeterminate_check_box'
1224
+ | 'info'
1225
+ | 'info_outline'
1226
+ | 'input'
1227
+ | 'insert_chart'
1228
+ | 'insert_chart_outlined'
1229
+ | 'insert_comment'
1230
+ | 'insert_drive_file'
1231
+ | 'insert_emoticon'
1232
+ | 'insert_invitation'
1233
+ | 'insert_link'
1234
+ | 'insert_page_break'
1235
+ | 'insert_photo'
1236
+ | 'insights'
1237
+ | 'install_desktop'
1238
+ | 'install_mobile'
1239
+ | 'integration_instructions'
1240
+ | 'interests'
1241
+ | 'interpreter_mode'
1242
+ | 'inventory'
1243
+ | 'inventory_2'
1244
+ | 'invert_colors'
1245
+ | 'invert_colors_off'
1246
+ | 'invert_colors_on'
1247
+ | 'ios_share'
1248
+ | 'iron'
1249
+ | 'iso'
1250
+ | 'javascript'
1251
+ | 'join_full'
1252
+ | 'join_inner'
1253
+ | 'join_left'
1254
+ | 'join_right'
1255
+ | 'kayaking'
1256
+ | 'kebab_dining'
1257
+ | 'key'
1258
+ | 'key_off'
1259
+ | 'keyboard'
1260
+ | 'keyboard_alt'
1261
+ | 'keyboard_arrow_down'
1262
+ | 'keyboard_arrow_left'
1263
+ | 'keyboard_arrow_right'
1264
+ | 'keyboard_arrow_up'
1265
+ | 'keyboard_backspace'
1266
+ | 'keyboard_capslock'
1267
+ | 'keyboard_command_key'
1268
+ | 'keyboard_control'
1269
+ | 'keyboard_control_key'
1270
+ | 'keyboard_double_arrow_down'
1271
+ | 'keyboard_double_arrow_left'
1272
+ | 'keyboard_double_arrow_right'
1273
+ | 'keyboard_double_arrow_up'
1274
+ | 'keyboard_hide'
1275
+ | 'keyboard_option_key'
1276
+ | 'keyboard_return'
1277
+ | 'keyboard_tab'
1278
+ | 'keyboard_voice'
1279
+ | 'king_bed'
1280
+ | 'kitchen'
1281
+ | 'kitesurfing'
1282
+ | 'label'
1283
+ | 'label_important'
1284
+ | 'label_important_outline'
1285
+ | 'label_off'
1286
+ | 'label_outline'
1287
+ | 'lan'
1288
+ | 'landscape'
1289
+ | 'landslide'
1290
+ | 'language'
1291
+ | 'laptop'
1292
+ | 'laptop_chromebook'
1293
+ | 'laptop_mac'
1294
+ | 'laptop_windows'
1295
+ | 'last_page'
1296
+ | 'launch'
1297
+ | 'layers'
1298
+ | 'layers_clear'
1299
+ | 'leaderboard'
1300
+ | 'leak_add'
1301
+ | 'leak_remove'
1302
+ | 'leave_bags_at_home'
1303
+ | 'legend_toggle'
1304
+ | 'lens'
1305
+ | 'lens_blur'
1306
+ | 'library_add'
1307
+ | 'library_add_check'
1308
+ | 'library_books'
1309
+ | 'library_music'
1310
+ | 'light'
1311
+ | 'light_mode'
1312
+ | 'lightbulb'
1313
+ | 'lightbulb_circle'
1314
+ | 'lightbulb_outline'
1315
+ | 'line_axis'
1316
+ | 'line_style'
1317
+ | 'line_weight'
1318
+ | 'linear_scale'
1319
+ | 'link'
1320
+ | 'link_off'
1321
+ | 'linked_camera'
1322
+ | 'liquor'
1323
+ | 'list'
1324
+ | 'list_alt'
1325
+ | 'live_help'
1326
+ | 'live_tv'
1327
+ | 'living'
1328
+ | 'local_activity'
1329
+ | 'local_airport'
1330
+ | 'local_atm'
1331
+ | 'local_attraction'
1332
+ | 'local_bar'
1333
+ | 'local_cafe'
1334
+ | 'local_car_wash'
1335
+ | 'local_convenience_store'
1336
+ | 'local_dining'
1337
+ | 'local_drink'
1338
+ | 'local_fire_department'
1339
+ | 'local_florist'
1340
+ | 'local_gas_station'
1341
+ | 'local_grocery_store'
1342
+ | 'local_hospital'
1343
+ | 'local_hotel'
1344
+ | 'local_laundry_service'
1345
+ | 'local_library'
1346
+ | 'local_mall'
1347
+ | 'local_movies'
1348
+ | 'local_offer'
1349
+ | 'local_parking'
1350
+ | 'local_pharmacy'
1351
+ | 'local_phone'
1352
+ | 'local_pizza'
1353
+ | 'local_play'
1354
+ | 'local_police'
1355
+ | 'local_post_office'
1356
+ | 'local_print_shop'
1357
+ | 'local_printshop'
1358
+ | 'local_restaurant'
1359
+ | 'local_see'
1360
+ | 'local_shipping'
1361
+ | 'local_taxi'
1362
+ | 'location_city'
1363
+ | 'location_disabled'
1364
+ | 'location_history'
1365
+ | 'location_off'
1366
+ | 'location_on'
1367
+ | 'location_searching'
1368
+ | 'lock'
1369
+ | 'lock_clock'
1370
+ | 'lock_open'
1371
+ | 'lock_outline'
1372
+ | 'lock_person'
1373
+ | 'lock_reset'
1374
+ | 'login'
1375
+ | 'logo_dev'
1376
+ | 'logout'
1377
+ | 'looks'
1378
+ | 'looks_3'
1379
+ | 'looks_4'
1380
+ | 'looks_5'
1381
+ | 'looks_6'
1382
+ | 'looks_one'
1383
+ | 'looks_two'
1384
+ | 'loop'
1385
+ | 'loupe'
1386
+ | 'low_priority'
1387
+ | 'loyalty'
1388
+ | 'lte_mobiledata'
1389
+ | 'lte_plus_mobiledata'
1390
+ | 'luggage'
1391
+ | 'lunch_dining'
1392
+ | 'lyrics'
1393
+ | 'macro_off'
1394
+ | 'mail'
1395
+ | 'mail_lock'
1396
+ | 'mail_outline'
1397
+ | 'male'
1398
+ | 'man'
1399
+ | 'man_2'
1400
+ | 'man_3'
1401
+ | 'man_4'
1402
+ | 'manage_accounts'
1403
+ | 'manage_history'
1404
+ | 'manage_search'
1405
+ | 'map'
1406
+ | 'maps_home_work'
1407
+ | 'maps_ugc'
1408
+ | 'margin'
1409
+ | 'mark_as_unread'
1410
+ | 'mark_chat_read'
1411
+ | 'mark_chat_unread'
1412
+ | 'mark_email_read'
1413
+ | 'mark_email_unread'
1414
+ | 'mark_unread_chat_alt'
1415
+ | 'markunread'
1416
+ | 'markunread_mailbox'
1417
+ | 'masks'
1418
+ | 'maximize'
1419
+ | 'media_bluetooth_off'
1420
+ | 'media_bluetooth_on'
1421
+ | 'mediation'
1422
+ | 'medical_information'
1423
+ | 'medical_services'
1424
+ | 'medication'
1425
+ | 'medication_liquid'
1426
+ | 'meeting_room'
1427
+ | 'memory'
1428
+ | 'menu'
1429
+ | 'menu_book'
1430
+ | 'menu_open'
1431
+ | 'merge'
1432
+ | 'merge_type'
1433
+ | 'message'
1434
+ | 'messenger'
1435
+ | 'messenger_outline'
1436
+ | 'mic'
1437
+ | 'mic_external_off'
1438
+ | 'mic_external_on'
1439
+ | 'mic_none'
1440
+ | 'mic_off'
1441
+ | 'microwave'
1442
+ | 'military_tech'
1443
+ | 'minimize'
1444
+ | 'minor_crash'
1445
+ | 'miscellaneous_services'
1446
+ | 'missed_video_call'
1447
+ | 'mms'
1448
+ | 'mobile_friendly'
1449
+ | 'mobile_off'
1450
+ | 'mobile_screen_share'
1451
+ | 'mobiledata_off'
1452
+ | 'mode'
1453
+ | 'mode_comment'
1454
+ | 'mode_edit'
1455
+ | 'mode_edit_outline'
1456
+ | 'mode_fan_off'
1457
+ | 'mode_night'
1458
+ | 'mode_of_travel'
1459
+ | 'mode_standby'
1460
+ | 'model_training'
1461
+ | 'monetization_on'
1462
+ | 'money'
1463
+ | 'money_off'
1464
+ | 'money_off_csred'
1465
+ | 'monitor'
1466
+ | 'monitor_heart'
1467
+ | 'monitor_weight'
1468
+ | 'monochrome_photos'
1469
+ | 'mood'
1470
+ | 'mood_bad'
1471
+ | 'moped'
1472
+ | 'more'
1473
+ | 'more_horiz'
1474
+ | 'more_time'
1475
+ | 'more_vert'
1476
+ | 'mosque'
1477
+ | 'motion_photos_auto'
1478
+ | 'motion_photos_off'
1479
+ | 'motion_photos_on'
1480
+ | 'motion_photos_pause'
1481
+ | 'motion_photos_paused'
1482
+ | 'motorcycle'
1483
+ | 'mouse'
1484
+ | 'move_down'
1485
+ | 'move_to_inbox'
1486
+ | 'move_up'
1487
+ | 'movie'
1488
+ | 'movie_creation'
1489
+ | 'movie_filter'
1490
+ | 'moving'
1491
+ | 'mp'
1492
+ | 'multiline_chart'
1493
+ | 'multiple_stop'
1494
+ | 'multitrack_audio'
1495
+ | 'museum'
1496
+ | 'music_note'
1497
+ | 'music_off'
1498
+ | 'music_video'
1499
+ | 'my_library_add'
1500
+ | 'my_library_books'
1501
+ | 'my_library_music'
1502
+ | 'my_location'
1503
+ | 'nat'
1504
+ | 'nature'
1505
+ | 'nature_people'
1506
+ | 'navigate_before'
1507
+ | 'navigate_next'
1508
+ | 'navigation'
1509
+ | 'near_me'
1510
+ | 'near_me_disabled'
1511
+ | 'nearby_error'
1512
+ | 'nearby_off'
1513
+ | 'nest_cam_wired_stand'
1514
+ | 'network_cell'
1515
+ | 'network_check'
1516
+ | 'network_locked'
1517
+ | 'network_ping'
1518
+ | 'network_wifi'
1519
+ | 'network_wifi_1_bar'
1520
+ | 'network_wifi_2_bar'
1521
+ | 'network_wifi_3_bar'
1522
+ | 'new_label'
1523
+ | 'new_releases'
1524
+ | 'newspaper'
1525
+ | 'next_plan'
1526
+ | 'next_week'
1527
+ | 'nfc'
1528
+ | 'night_shelter'
1529
+ | 'nightlife'
1530
+ | 'nightlight'
1531
+ | 'nightlight_round'
1532
+ | 'nights_stay'
1533
+ | 'no_accounts'
1534
+ | 'no_adult_content'
1535
+ | 'no_backpack'
1536
+ | 'no_cell'
1537
+ | 'no_crash'
1538
+ | 'no_drinks'
1539
+ | 'no_encryption'
1540
+ | 'no_encryption_gmailerrorred'
1541
+ | 'no_flash'
1542
+ | 'no_food'
1543
+ | 'no_luggage'
1544
+ | 'no_meals'
1545
+ | 'no_meeting_room'
1546
+ | 'no_photography'
1547
+ | 'no_sim'
1548
+ | 'no_stroller'
1549
+ | 'no_transfer'
1550
+ | 'noise_aware'
1551
+ | 'noise_control_off'
1552
+ | 'nordic_walking'
1553
+ | 'north'
1554
+ | 'north_east'
1555
+ | 'north_west'
1556
+ | 'not_accessible'
1557
+ | 'not_interested'
1558
+ | 'not_listed_location'
1559
+ | 'not_started'
1560
+ | 'note'
1561
+ | 'note_add'
1562
+ | 'note_alt'
1563
+ | 'notes'
1564
+ | 'notification_add'
1565
+ | 'notification_important'
1566
+ | 'notifications'
1567
+ | 'notifications_active'
1568
+ | 'notifications_none'
1569
+ | 'notifications_off'
1570
+ | 'notifications_on'
1571
+ | 'notifications_paused'
1572
+ | 'now_wallpaper'
1573
+ | 'now_widgets'
1574
+ | 'numbers'
1575
+ | 'offline_bolt'
1576
+ | 'offline_pin'
1577
+ | 'offline_share'
1578
+ | 'oil_barrel'
1579
+ | 'on_device_training'
1580
+ | 'ondemand_video'
1581
+ | 'online_prediction'
1582
+ | 'opacity'
1583
+ | 'open_in_browser'
1584
+ | 'open_in_full'
1585
+ | 'open_in_new'
1586
+ | 'open_in_new_off'
1587
+ | 'open_with'
1588
+ | 'other_houses'
1589
+ | 'outbond'
1590
+ | 'outbound'
1591
+ | 'outbox'
1592
+ | 'outdoor_grill'
1593
+ | 'outlet'
1594
+ | 'outlined_flag'
1595
+ | 'output'
1596
+ | 'padding'
1597
+ | 'pages'
1598
+ | 'pageview'
1599
+ | 'paid'
1600
+ | 'palette'
1601
+ | 'pan_tool'
1602
+ | 'pan_tool_alt'
1603
+ | 'panorama'
1604
+ | 'panorama_fish_eye'
1605
+ | 'panorama_fisheye'
1606
+ | 'panorama_horizontal'
1607
+ | 'panorama_horizontal_select'
1608
+ | 'panorama_photosphere'
1609
+ | 'panorama_photosphere_select'
1610
+ | 'panorama_vertical'
1611
+ | 'panorama_vertical_select'
1612
+ | 'panorama_wide_angle'
1613
+ | 'panorama_wide_angle_select'
1614
+ | 'paragliding'
1615
+ | 'park'
1616
+ | 'party_mode'
1617
+ | 'password'
1618
+ | 'paste'
1619
+ | 'pattern'
1620
+ | 'pause'
1621
+ | 'pause_circle'
1622
+ | 'pause_circle_filled'
1623
+ | 'pause_circle_outline'
1624
+ | 'pause_presentation'
1625
+ | 'payment'
1626
+ | 'payments'
1627
+ | 'paypal'
1628
+ | 'pedal_bike'
1629
+ | 'pending'
1630
+ | 'pending_actions'
1631
+ | 'pentagon'
1632
+ | 'people'
1633
+ | 'people_alt'
1634
+ | 'people_outline'
1635
+ | 'percent'
1636
+ | 'perm_camera_mic'
1637
+ | 'perm_contact_cal'
1638
+ | 'perm_contact_calendar'
1639
+ | 'perm_data_setting'
1640
+ | 'perm_device_info'
1641
+ | 'perm_device_information'
1642
+ | 'perm_identity'
1643
+ | 'perm_media'
1644
+ | 'perm_phone_msg'
1645
+ | 'perm_scan_wifi'
1646
+ | 'person'
1647
+ | 'person_2'
1648
+ | 'person_3'
1649
+ | 'person_4'
1650
+ | 'person_add'
1651
+ | 'person_add_alt'
1652
+ | 'person_add_alt_1'
1653
+ | 'person_add_disabled'
1654
+ | 'person_off'
1655
+ | 'person_outline'
1656
+ | 'person_pin'
1657
+ | 'person_pin_circle'
1658
+ | 'person_remove'
1659
+ | 'person_remove_alt_1'
1660
+ | 'person_search'
1661
+ | 'personal_injury'
1662
+ | 'personal_video'
1663
+ | 'pest_control'
1664
+ | 'pest_control_rodent'
1665
+ | 'pets'
1666
+ | 'phishing'
1667
+ | 'phone'
1668
+ | 'phone_android'
1669
+ | 'phone_bluetooth_speaker'
1670
+ | 'phone_callback'
1671
+ | 'phone_disabled'
1672
+ | 'phone_enabled'
1673
+ | 'phone_forwarded'
1674
+ | 'phone_in_talk'
1675
+ | 'phone_iphone'
1676
+ | 'phone_locked'
1677
+ | 'phone_missed'
1678
+ | 'phone_paused'
1679
+ | 'phonelink'
1680
+ | 'phonelink_erase'
1681
+ | 'phonelink_lock'
1682
+ | 'phonelink_off'
1683
+ | 'phonelink_ring'
1684
+ | 'phonelink_setup'
1685
+ | 'photo'
1686
+ | 'photo_album'
1687
+ | 'photo_camera'
1688
+ | 'photo_camera_back'
1689
+ | 'photo_camera_front'
1690
+ | 'photo_filter'
1691
+ | 'photo_library'
1692
+ | 'photo_size_select_actual'
1693
+ | 'photo_size_select_large'
1694
+ | 'photo_size_select_small'
1695
+ | 'php'
1696
+ | 'piano'
1697
+ | 'piano_off'
1698
+ | 'picture_as_pdf'
1699
+ | 'picture_in_picture'
1700
+ | 'picture_in_picture_alt'
1701
+ | 'pie_chart'
1702
+ | 'pie_chart_outline'
1703
+ | 'pin'
1704
+ | 'pin_drop'
1705
+ | 'pin_end'
1706
+ | 'pin_invoke'
1707
+ | 'pinch'
1708
+ | 'pivot_table_chart'
1709
+ | 'pix'
1710
+ | 'place'
1711
+ | 'plagiarism'
1712
+ | 'play_arrow'
1713
+ | 'play_circle'
1714
+ | 'play_circle_fill'
1715
+ | 'play_circle_filled'
1716
+ | 'play_circle_outline'
1717
+ | 'play_disabled'
1718
+ | 'play_for_work'
1719
+ | 'play_lesson'
1720
+ | 'playlist_add'
1721
+ | 'playlist_add_check'
1722
+ | 'playlist_add_check_circle'
1723
+ | 'playlist_add_circle'
1724
+ | 'playlist_play'
1725
+ | 'playlist_remove'
1726
+ | 'plumbing'
1727
+ | 'plus_one'
1728
+ | 'podcasts'
1729
+ | 'point_of_sale'
1730
+ | 'policy'
1731
+ | 'poll'
1732
+ | 'polyline'
1733
+ | 'polymer'
1734
+ | 'pool'
1735
+ | 'portable_wifi_off'
1736
+ | 'portrait'
1737
+ | 'post_add'
1738
+ | 'power'
1739
+ | 'power_input'
1740
+ | 'power_off'
1741
+ | 'power_settings_new'
1742
+ | 'precision_manufacturing'
1743
+ | 'pregnant_woman'
1744
+ | 'present_to_all'
1745
+ | 'preview'
1746
+ | 'price_change'
1747
+ | 'price_check'
1748
+ | 'print'
1749
+ | 'print_disabled'
1750
+ | 'priority_high'
1751
+ | 'privacy_tip'
1752
+ | 'private_connectivity'
1753
+ | 'production_quantity_limits'
1754
+ | 'propane'
1755
+ | 'propane_tank'
1756
+ | 'psychology'
1757
+ | 'psychology_alt'
1758
+ | 'public'
1759
+ | 'public_off'
1760
+ | 'publish'
1761
+ | 'published_with_changes'
1762
+ | 'punch_clock'
1763
+ | 'push_pin'
1764
+ | 'qr_code'
1765
+ | 'qr_code_2'
1766
+ | 'qr_code_scanner'
1767
+ | 'query_builder'
1768
+ | 'query_stats'
1769
+ | 'question_answer'
1770
+ | 'question_mark'
1771
+ | 'queue'
1772
+ | 'queue_music'
1773
+ | 'queue_play_next'
1774
+ | 'quick_contacts_dialer'
1775
+ | 'quick_contacts_mail'
1776
+ | 'quickreply'
1777
+ | 'quiz'
1778
+ | 'quora'
1779
+ | 'r_mobiledata'
1780
+ | 'radar'
1781
+ | 'radio'
1782
+ | 'radio_button_checked'
1783
+ | 'radio_button_off'
1784
+ | 'radio_button_on'
1785
+ | 'radio_button_unchecked'
1786
+ | 'railway_alert'
1787
+ | 'ramen_dining'
1788
+ | 'ramp_left'
1789
+ | 'ramp_right'
1790
+ | 'rate_review'
1791
+ | 'raw_off'
1792
+ | 'raw_on'
1793
+ | 'read_more'
1794
+ | 'real_estate_agent'
1795
+ | 'receipt'
1796
+ | 'receipt_long'
1797
+ | 'recent_actors'
1798
+ | 'recommend'
1799
+ | 'record_voice_over'
1800
+ | 'rectangle'
1801
+ | 'recycling'
1802
+ | 'reddit'
1803
+ | 'redeem'
1804
+ | 'redo'
1805
+ | 'reduce_capacity'
1806
+ | 'refresh'
1807
+ | 'remember_me'
1808
+ | 'remove'
1809
+ | 'remove_circle'
1810
+ | 'remove_circle_outline'
1811
+ | 'remove_done'
1812
+ | 'remove_from_queue'
1813
+ | 'remove_moderator'
1814
+ | 'remove_red_eye'
1815
+ | 'remove_road'
1816
+ | 'remove_shopping_cart'
1817
+ | 'reorder'
1818
+ | 'repartition'
1819
+ | 'repeat'
1820
+ | 'repeat_on'
1821
+ | 'repeat_one'
1822
+ | 'repeat_one_on'
1823
+ | 'replay'
1824
+ | 'replay_10'
1825
+ | 'replay_30'
1826
+ | 'replay_5'
1827
+ | 'replay_circle_filled'
1828
+ | 'reply'
1829
+ | 'reply_all'
1830
+ | 'report'
1831
+ | 'report_gmailerrorred'
1832
+ | 'report_off'
1833
+ | 'report_problem'
1834
+ | 'request_page'
1835
+ | 'request_quote'
1836
+ | 'reset_tv'
1837
+ | 'restart_alt'
1838
+ | 'restaurant'
1839
+ | 'restaurant_menu'
1840
+ | 'restore'
1841
+ | 'restore_from_trash'
1842
+ | 'restore_page'
1843
+ | 'reviews'
1844
+ | 'rice_bowl'
1845
+ | 'ring_volume'
1846
+ | 'rocket'
1847
+ | 'rocket_launch'
1848
+ | 'roller_shades'
1849
+ | 'roller_shades_closed'
1850
+ | 'roller_skating'
1851
+ | 'roofing'
1852
+ | 'room'
1853
+ | 'room_preferences'
1854
+ | 'room_service'
1855
+ | 'rotate_90_degrees_ccw'
1856
+ | 'rotate_90_degrees_cw'
1857
+ | 'rotate_left'
1858
+ | 'rotate_right'
1859
+ | 'roundabout_left'
1860
+ | 'roundabout_right'
1861
+ | 'rounded_corner'
1862
+ | 'route'
1863
+ | 'router'
1864
+ | 'rowing'
1865
+ | 'rss_feed'
1866
+ | 'rsvp'
1867
+ | 'rtt'
1868
+ | 'rule'
1869
+ | 'rule_folder'
1870
+ | 'run_circle'
1871
+ | 'running_with_errors'
1872
+ | 'rv_hookup'
1873
+ | 'safety_check'
1874
+ | 'safety_divider'
1875
+ | 'sailing'
1876
+ | 'sanitizer'
1877
+ | 'satellite'
1878
+ | 'satellite_alt'
1879
+ | 'save'
1880
+ | 'save_alt'
1881
+ | 'save_as'
1882
+ | 'saved_search'
1883
+ | 'savings'
1884
+ | 'scale'
1885
+ | 'scanner'
1886
+ | 'scatter_plot'
1887
+ | 'schedule'
1888
+ | 'schedule_send'
1889
+ | 'schema'
1890
+ | 'school'
1891
+ | 'science'
1892
+ | 'score'
1893
+ | 'scoreboard'
1894
+ | 'screen_lock_landscape'
1895
+ | 'screen_lock_portrait'
1896
+ | 'screen_lock_rotation'
1897
+ | 'screen_rotation'
1898
+ | 'screen_rotation_alt'
1899
+ | 'screen_search_desktop'
1900
+ | 'screen_share'
1901
+ | 'screenshot'
1902
+ | 'screenshot_monitor'
1903
+ | 'scuba_diving'
1904
+ | 'sd'
1905
+ | 'sd_card'
1906
+ | 'sd_card_alert'
1907
+ | 'sd_storage'
1908
+ | 'search'
1909
+ | 'search_off'
1910
+ | 'security'
1911
+ | 'security_update'
1912
+ | 'security_update_good'
1913
+ | 'security_update_warning'
1914
+ | 'segment'
1915
+ | 'select_all'
1916
+ | 'self_improvement'
1917
+ | 'sell'
1918
+ | 'send'
1919
+ | 'send_and_archive'
1920
+ | 'send_time_extension'
1921
+ | 'send_to_mobile'
1922
+ | 'sensor_door'
1923
+ | 'sensor_occupied'
1924
+ | 'sensor_window'
1925
+ | 'sensors'
1926
+ | 'sensors_off'
1927
+ | 'sentiment_dissatisfied'
1928
+ | 'sentiment_neutral'
1929
+ | 'sentiment_satisfied'
1930
+ | 'sentiment_satisfied_alt'
1931
+ | 'sentiment_very_dissatisfied'
1932
+ | 'sentiment_very_satisfied'
1933
+ | 'set_meal'
1934
+ | 'settings'
1935
+ | 'settings_accessibility'
1936
+ | 'settings_applications'
1937
+ | 'settings_backup_restore'
1938
+ | 'settings_bluetooth'
1939
+ | 'settings_brightness'
1940
+ | 'settings_cell'
1941
+ | 'settings_display'
1942
+ | 'settings_ethernet'
1943
+ | 'settings_input_antenna'
1944
+ | 'settings_input_component'
1945
+ | 'settings_input_composite'
1946
+ | 'settings_input_hdmi'
1947
+ | 'settings_input_svideo'
1948
+ | 'settings_overscan'
1949
+ | 'settings_phone'
1950
+ | 'settings_power'
1951
+ | 'settings_remote'
1952
+ | 'settings_suggest'
1953
+ | 'settings_system_daydream'
1954
+ | 'settings_voice'
1955
+ | 'severe_cold'
1956
+ | 'shape_line'
1957
+ | 'share'
1958
+ | 'share_arrival_time'
1959
+ | 'share_location'
1960
+ | 'shield'
1961
+ | 'shield_moon'
1962
+ | 'shop'
1963
+ | 'shop_2'
1964
+ | 'shop_two'
1965
+ | 'shopify'
1966
+ | 'shopping_bag'
1967
+ | 'shopping_basket'
1968
+ | 'shopping_cart'
1969
+ | 'shopping_cart_checkout'
1970
+ | 'short_text'
1971
+ | 'shortcut'
1972
+ | 'show_chart'
1973
+ | 'shower'
1974
+ | 'shuffle'
1975
+ | 'shuffle_on'
1976
+ | 'shutter_speed'
1977
+ | 'sick'
1978
+ | 'sign_language'
1979
+ | 'signal_cellular_0_bar'
1980
+ | 'signal_cellular_1_bar'
1981
+ | 'signal_cellular_2_bar'
1982
+ | 'signal_cellular_3_bar'
1983
+ | 'signal_cellular_4_bar'
1984
+ | 'signal_cellular_alt'
1985
+ | 'signal_cellular_alt_1_bar'
1986
+ | 'signal_cellular_alt_2_bar'
1987
+ | 'signal_cellular_connected_no_internet_0_bar'
1988
+ | 'signal_cellular_connected_no_internet_1_bar'
1989
+ | 'signal_cellular_connected_no_internet_2_bar'
1990
+ | 'signal_cellular_connected_no_internet_3_bar'
1991
+ | 'signal_cellular_connected_no_internet_4_bar'
1992
+ | 'signal_cellular_no_sim'
1993
+ | 'signal_cellular_nodata'
1994
+ | 'signal_cellular_null'
1995
+ | 'signal_cellular_off'
1996
+ | 'signal_wifi_0_bar'
1997
+ | 'signal_wifi_1_bar'
1998
+ | 'signal_wifi_1_bar_lock'
1999
+ | 'signal_wifi_2_bar'
2000
+ | 'signal_wifi_2_bar_lock'
2001
+ | 'signal_wifi_3_bar'
2002
+ | 'signal_wifi_3_bar_lock'
2003
+ | 'signal_wifi_4_bar'
2004
+ | 'signal_wifi_4_bar_lock'
2005
+ | 'signal_wifi_bad'
2006
+ | 'signal_wifi_connected_no_internet_0'
2007
+ | 'signal_wifi_connected_no_internet_1'
2008
+ | 'signal_wifi_connected_no_internet_2'
2009
+ | 'signal_wifi_connected_no_internet_3'
2010
+ | 'signal_wifi_connected_no_internet_4'
2011
+ | 'signal_wifi_off'
2012
+ | 'signal_wifi_statusbar_1_bar'
2013
+ | 'signal_wifi_statusbar_2_bar'
2014
+ | 'signal_wifi_statusbar_3_bar'
2015
+ | 'signal_wifi_statusbar_4_bar'
2016
+ | 'signal_wifi_statusbar_connected_no_internet'
2017
+ | 'signal_wifi_statusbar_connected_no_internet_1'
2018
+ | 'signal_wifi_statusbar_connected_no_internet_2'
2019
+ | 'signal_wifi_statusbar_connected_no_internet_3'
2020
+ | 'signal_wifi_statusbar_connected_no_internet_4'
2021
+ | 'signal_wifi_statusbar_not_connected'
2022
+ | 'signal_wifi_statusbar_null'
2023
+ | 'signpost'
2024
+ | 'sim_card'
2025
+ | 'sim_card_alert'
2026
+ | 'sim_card_download'
2027
+ | 'single_bed'
2028
+ | 'sip'
2029
+ | 'skateboarding'
2030
+ | 'skip_next'
2031
+ | 'skip_previous'
2032
+ | 'sledding'
2033
+ | 'slideshow'
2034
+ | 'slow_motion_video'
2035
+ | 'smart_button'
2036
+ | 'smart_display'
2037
+ | 'smart_screen'
2038
+ | 'smart_toy'
2039
+ | 'smartphone'
2040
+ | 'smoke_free'
2041
+ | 'smoking_rooms'
2042
+ | 'sms'
2043
+ | 'sms_failed'
2044
+ | 'snapchat'
2045
+ | 'snippet_folder'
2046
+ | 'snooze'
2047
+ | 'snowboarding'
2048
+ | 'snowmobile'
2049
+ | 'snowshoeing'
2050
+ | 'soap'
2051
+ | 'social_distance'
2052
+ | 'solar_power'
2053
+ | 'sort'
2054
+ | 'sort_by_alpha'
2055
+ | 'sos'
2056
+ | 'soup_kitchen'
2057
+ | 'source'
2058
+ | 'south'
2059
+ | 'south_america'
2060
+ | 'south_east'
2061
+ | 'south_west'
2062
+ | 'spa'
2063
+ | 'space_bar'
2064
+ | 'space_dashboard'
2065
+ | 'spatial_audio'
2066
+ | 'spatial_audio_off'
2067
+ | 'spatial_tracking'
2068
+ | 'speaker'
2069
+ | 'speaker_group'
2070
+ | 'speaker_notes'
2071
+ | 'speaker_notes_off'
2072
+ | 'speaker_phone'
2073
+ | 'speed'
2074
+ | 'spellcheck'
2075
+ | 'splitscreen'
2076
+ | 'spoke'
2077
+ | 'sports'
2078
+ | 'sports_bar'
2079
+ | 'sports_baseball'
2080
+ | 'sports_basketball'
2081
+ | 'sports_cricket'
2082
+ | 'sports_esports'
2083
+ | 'sports_football'
2084
+ | 'sports_golf'
2085
+ | 'sports_gymnastics'
2086
+ | 'sports_handball'
2087
+ | 'sports_hockey'
2088
+ | 'sports_kabaddi'
2089
+ | 'sports_martial_arts'
2090
+ | 'sports_mma'
2091
+ | 'sports_motorsports'
2092
+ | 'sports_rugby'
2093
+ | 'sports_score'
2094
+ | 'sports_soccer'
2095
+ | 'sports_tennis'
2096
+ | 'sports_volleyball'
2097
+ | 'square'
2098
+ | 'square_foot'
2099
+ | 'ssid_chart'
2100
+ | 'stacked_bar_chart'
2101
+ | 'stacked_line_chart'
2102
+ | 'stadium'
2103
+ | 'stairs'
2104
+ | 'star'
2105
+ | 'star_border'
2106
+ | 'star_border_purple500'
2107
+ | 'star_half'
2108
+ | 'star_outline'
2109
+ | 'star_purple500'
2110
+ | 'star_rate'
2111
+ | 'stars'
2112
+ | 'start'
2113
+ | 'stay_current_landscape'
2114
+ | 'stay_current_portrait'
2115
+ | 'stay_primary_landscape'
2116
+ | 'stay_primary_portrait'
2117
+ | 'sticky_note_2'
2118
+ | 'stop'
2119
+ | 'stop_circle'
2120
+ | 'stop_screen_share'
2121
+ | 'storage'
2122
+ | 'store'
2123
+ | 'store_mall_directory'
2124
+ | 'storefront'
2125
+ | 'storm'
2126
+ | 'straight'
2127
+ | 'straighten'
2128
+ | 'stream'
2129
+ | 'streetview'
2130
+ | 'strikethrough_s'
2131
+ | 'stroller'
2132
+ | 'style'
2133
+ | 'subdirectory_arrow_left'
2134
+ | 'subdirectory_arrow_right'
2135
+ | 'subject'
2136
+ | 'subscript'
2137
+ | 'subscriptions'
2138
+ | 'subtitles'
2139
+ | 'subtitles_off'
2140
+ | 'subway'
2141
+ | 'summarize'
2142
+ | 'superscript'
2143
+ | 'supervised_user_circle'
2144
+ | 'supervisor_account'
2145
+ | 'support'
2146
+ | 'support_agent'
2147
+ | 'surfing'
2148
+ | 'surround_sound'
2149
+ | 'swap_calls'
2150
+ | 'swap_horiz'
2151
+ | 'swap_horizontal_circle'
2152
+ | 'swap_vert'
2153
+ | 'swap_vert_circle'
2154
+ | 'swap_vertical_circle'
2155
+ | 'swipe'
2156
+ | 'swipe_down'
2157
+ | 'swipe_down_alt'
2158
+ | 'swipe_left'
2159
+ | 'swipe_left_alt'
2160
+ | 'swipe_right'
2161
+ | 'swipe_right_alt'
2162
+ | 'swipe_up'
2163
+ | 'swipe_up_alt'
2164
+ | 'swipe_vertical'
2165
+ | 'switch_access_shortcut'
2166
+ | 'switch_access_shortcut_add'
2167
+ | 'switch_account'
2168
+ | 'switch_camera'
2169
+ | 'switch_left'
2170
+ | 'switch_right'
2171
+ | 'switch_video'
2172
+ | 'synagogue'
2173
+ | 'sync'
2174
+ | 'sync_alt'
2175
+ | 'sync_disabled'
2176
+ | 'sync_lock'
2177
+ | 'sync_problem'
2178
+ | 'system_security_update'
2179
+ | 'system_security_update_good'
2180
+ | 'system_security_update_warning'
2181
+ | 'system_update'
2182
+ | 'system_update_alt'
2183
+ | 'system_update_tv'
2184
+ | 'tab'
2185
+ | 'tab_unselected'
2186
+ | 'table_bar'
2187
+ | 'table_chart'
2188
+ | 'table_restaurant'
2189
+ | 'table_rows'
2190
+ | 'table_view'
2191
+ | 'tablet'
2192
+ | 'tablet_android'
2193
+ | 'tablet_mac'
2194
+ | 'tag'
2195
+ | 'tag_faces'
2196
+ | 'takeout_dining'
2197
+ | 'tap_and_play'
2198
+ | 'tapas'
2199
+ | 'task'
2200
+ | 'task_alt'
2201
+ | 'taxi_alert'
2202
+ | 'telegram'
2203
+ | 'temple_buddhist'
2204
+ | 'temple_hindu'
2205
+ | 'terminal'
2206
+ | 'terrain'
2207
+ | 'text_decrease'
2208
+ | 'text_fields'
2209
+ | 'text_format'
2210
+ | 'text_increase'
2211
+ | 'text_rotate_up'
2212
+ | 'text_rotate_vertical'
2213
+ | 'text_rotation_angledown'
2214
+ | 'text_rotation_angleup'
2215
+ | 'text_rotation_down'
2216
+ | 'text_rotation_none'
2217
+ | 'text_snippet'
2218
+ | 'textsms'
2219
+ | 'texture'
2220
+ | 'theater_comedy'
2221
+ | 'theaters'
2222
+ | 'thermostat'
2223
+ | 'thermostat_auto'
2224
+ | 'thumb_down'
2225
+ | 'thumb_down_alt'
2226
+ | 'thumb_down_off_alt'
2227
+ | 'thumb_up'
2228
+ | 'thumb_up_alt'
2229
+ | 'thumb_up_off_alt'
2230
+ | 'thumbs_up_down'
2231
+ | 'thunderstorm'
2232
+ | 'tiktok'
2233
+ | 'time_to_leave'
2234
+ | 'timelapse'
2235
+ | 'timeline'
2236
+ | 'timer'
2237
+ | 'timer_10'
2238
+ | 'timer_10_select'
2239
+ | 'timer_3'
2240
+ | 'timer_3_select'
2241
+ | 'timer_off'
2242
+ | 'tips_and_updates'
2243
+ | 'tire_repair'
2244
+ | 'title'
2245
+ | 'toc'
2246
+ | 'today'
2247
+ | 'toggle_off'
2248
+ | 'toggle_on'
2249
+ | 'token'
2250
+ | 'toll'
2251
+ | 'tonality'
2252
+ | 'topic'
2253
+ | 'tornado'
2254
+ | 'touch_app'
2255
+ | 'tour'
2256
+ | 'toys'
2257
+ | 'track_changes'
2258
+ | 'traffic'
2259
+ | 'train'
2260
+ | 'tram'
2261
+ | 'transcribe'
2262
+ | 'transfer_within_a_station'
2263
+ | 'transform'
2264
+ | 'transgender'
2265
+ | 'transit_enterexit'
2266
+ | 'translate'
2267
+ | 'travel_explore'
2268
+ | 'trending_down'
2269
+ | 'trending_flat'
2270
+ | 'trending_neutral'
2271
+ | 'trending_up'
2272
+ | 'trip_origin'
2273
+ | 'troubleshoot'
2274
+ | 'try'
2275
+ | 'tsunami'
2276
+ | 'tty'
2277
+ | 'tune'
2278
+ | 'tungsten'
2279
+ | 'turn_left'
2280
+ | 'turn_right'
2281
+ | 'turn_sharp_left'
2282
+ | 'turn_sharp_right'
2283
+ | 'turn_slight_left'
2284
+ | 'turn_slight_right'
2285
+ | 'turned_in'
2286
+ | 'turned_in_not'
2287
+ | 'tv'
2288
+ | 'tv_off'
2289
+ | 'two_wheeler'
2290
+ | 'type_specimen'
2291
+ | 'u_turn_left'
2292
+ | 'u_turn_right'
2293
+ | 'umbrella'
2294
+ | 'unarchive'
2295
+ | 'undo'
2296
+ | 'unfold_less'
2297
+ | 'unfold_less_double'
2298
+ | 'unfold_more'
2299
+ | 'unfold_more_double'
2300
+ | 'unpublished'
2301
+ | 'unsubscribe'
2302
+ | 'upcoming'
2303
+ | 'update'
2304
+ | 'update_disabled'
2305
+ | 'upgrade'
2306
+ | 'upload'
2307
+ | 'upload_file'
2308
+ | 'usb'
2309
+ | 'usb_off'
2310
+ | 'vaccines'
2311
+ | 'vape_free'
2312
+ | 'vaping_rooms'
2313
+ | 'verified'
2314
+ | 'verified_user'
2315
+ | 'vertical_align_bottom'
2316
+ | 'vertical_align_center'
2317
+ | 'vertical_align_top'
2318
+ | 'vertical_distribute'
2319
+ | 'vertical_shades'
2320
+ | 'vertical_shades_closed'
2321
+ | 'vertical_split'
2322
+ | 'vibration'
2323
+ | 'video_call'
2324
+ | 'video_camera_back'
2325
+ | 'video_camera_front'
2326
+ | 'video_chat'
2327
+ | 'video_collection'
2328
+ | 'video_file'
2329
+ | 'video_label'
2330
+ | 'video_library'
2331
+ | 'video_settings'
2332
+ | 'video_stable'
2333
+ | 'videocam'
2334
+ | 'videocam_off'
2335
+ | 'videogame_asset'
2336
+ | 'videogame_asset_off'
2337
+ | 'view_agenda'
2338
+ | 'view_array'
2339
+ | 'view_carousel'
2340
+ | 'view_column'
2341
+ | 'view_comfortable'
2342
+ | 'view_comfy'
2343
+ | 'view_comfy_alt'
2344
+ | 'view_compact'
2345
+ | 'view_compact_alt'
2346
+ | 'view_cozy'
2347
+ | 'view_day'
2348
+ | 'view_headline'
2349
+ | 'view_in_ar'
2350
+ | 'view_kanban'
2351
+ | 'view_list'
2352
+ | 'view_module'
2353
+ | 'view_quilt'
2354
+ | 'view_sidebar'
2355
+ | 'view_stream'
2356
+ | 'view_timeline'
2357
+ | 'view_week'
2358
+ | 'vignette'
2359
+ | 'villa'
2360
+ | 'visibility'
2361
+ | 'visibility_off'
2362
+ | 'voice_chat'
2363
+ | 'voice_over_off'
2364
+ | 'voicemail'
2365
+ | 'volcano'
2366
+ | 'volume_down'
2367
+ | 'volume_mute'
2368
+ | 'volume_off'
2369
+ | 'volume_up'
2370
+ | 'volunteer_activism'
2371
+ | 'vpn_key'
2372
+ | 'vpn_key_off'
2373
+ | 'vpn_lock'
2374
+ | 'vrpano'
2375
+ | 'wallet'
2376
+ | 'wallet_giftcard'
2377
+ | 'wallet_membership'
2378
+ | 'wallet_travel'
2379
+ | 'wallpaper'
2380
+ | 'warehouse'
2381
+ | 'warning'
2382
+ | 'warning_amber'
2383
+ | 'wash'
2384
+ | 'watch'
2385
+ | 'watch_later'
2386
+ | 'watch_off'
2387
+ | 'water'
2388
+ | 'water_damage'
2389
+ | 'water_drop'
2390
+ | 'waterfall_chart'
2391
+ | 'waves'
2392
+ | 'waving_hand'
2393
+ | 'wb_auto'
2394
+ | 'wb_cloudy'
2395
+ | 'wb_incandescent'
2396
+ | 'wb_iridescent'
2397
+ | 'wb_shade'
2398
+ | 'wb_sunny'
2399
+ | 'wb_twilight'
2400
+ | 'wc'
2401
+ | 'web'
2402
+ | 'web_asset'
2403
+ | 'web_asset_off'
2404
+ | 'web_stories'
2405
+ | 'webhook'
2406
+ | 'wechat'
2407
+ | 'weekend'
2408
+ | 'west'
2409
+ | 'whatshot'
2410
+ | 'wheelchair_pickup'
2411
+ | 'where_to_vote'
2412
+ | 'widgets'
2413
+ | 'width_full'
2414
+ | 'width_normal'
2415
+ | 'width_wide'
2416
+ | 'wifi'
2417
+ | 'wifi_1_bar'
2418
+ | 'wifi_2_bar'
2419
+ | 'wifi_calling'
2420
+ | 'wifi_calling_1'
2421
+ | 'wifi_calling_2'
2422
+ | 'wifi_calling_3'
2423
+ | 'wifi_channel'
2424
+ | 'wifi_find'
2425
+ | 'wifi_lock'
2426
+ | 'wifi_off'
2427
+ | 'wifi_password'
2428
+ | 'wifi_protected_setup'
2429
+ | 'wifi_tethering'
2430
+ | 'wifi_tethering_error'
2431
+ | 'wifi_tethering_error_rounded'
2432
+ | 'wifi_tethering_off'
2433
+ | 'wind_power'
2434
+ | 'window'
2435
+ | 'wine_bar'
2436
+ | 'woman'
2437
+ | 'woman_2'
2438
+ | 'woo_commerce'
2439
+ | 'wordpress'
2440
+ | 'work'
2441
+ | 'work_history'
2442
+ | 'work_off'
2443
+ | 'work_outline'
2444
+ | 'workspace_premium'
2445
+ | 'workspaces'
2446
+ | 'wrap_text'
2447
+ | 'wrong_location'
2448
+ | 'wysiwyg'
2449
+ | 'yard'
2450
+ | 'youtube_searched_for'
2451
+ | 'zoom_in'
2452
+ | 'zoom_in_map'
2453
+ | 'zoom_out'
2454
+ | 'zoom_out_map';
2455
+ color: ColorHex | ColorEnum;
2456
+ }
2457
+ export interface ColorHex {
2458
+ type: 'hex';
2459
+ value: string;
2460
+ }
2461
+ export interface ColorEnum {
2462
+ type: 'enum';
2463
+ value: 'gray' | 'blue' | 'green' | 'orange' | 'red' | 'purple' | 'teal' | 'yellow' | 'pink';
2464
+ }
2465
+ /**
2466
+ * Component function definition, this object provides the runtime with input validation and what to execute
2467
+ */
2468
+ export interface ComponentFunction {
2469
+ /**
2470
+ * Function name, this will be used as part of the url to access this function
2471
+ */
2472
+ name: string;
2473
+ /**
2474
+ * File path to the javascript file to execute. The file path must be relative to the manifest file and cannot be in a folder above the manifest file.
2475
+ */
2476
+ entry: string;
2477
+ input: DxComponentInputSchema;
2478
+ output: HtmlResponse | JsonResponse;
2479
+ [k: string]: unknown;
2480
+ }
2481
+ export interface CoreSchemaMetaSchema1 {
2482
+ $id?: string;
2483
+ $schema?: string;
2484
+ $ref?: string;
2485
+ $comment?: string;
2486
+ title?: string;
2487
+ description?: string;
2488
+ default?: true;
2489
+ readOnly?: boolean;
2490
+ writeOnly?: boolean;
2491
+ examples?: true[];
2492
+ multipleOf?: number;
2493
+ maximum?: number;
2494
+ exclusiveMaximum?: number;
2495
+ minimum?: number;
2496
+ exclusiveMinimum?: number;
2497
+ maxLength?: number;
2498
+ minLength?: number & number;
2499
+ pattern?: string;
2500
+ additionalItems?: CoreSchemaMetaSchema2;
2501
+ items?: CoreSchemaMetaSchema2 | SchemaArray;
2502
+ maxItems?: number;
2503
+ minItems?: number & number;
2504
+ uniqueItems?: boolean;
2505
+ contains?: CoreSchemaMetaSchema2;
2506
+ maxProperties?: number;
2507
+ minProperties?: number & number;
2508
+ required?: StringArray;
2509
+ additionalProperties?: CoreSchemaMetaSchema2;
2510
+ definitions?: {
2511
+ [k: string]: CoreSchemaMetaSchema2;
2512
+ };
2513
+ properties?: {
2514
+ [k: string]: CoreSchemaMetaSchema2;
2515
+ };
2516
+ patternProperties?: {
2517
+ [k: string]: CoreSchemaMetaSchema2;
2518
+ };
2519
+ dependencies?: {
2520
+ [k: string]: CoreSchemaMetaSchema2 | StringArray;
2521
+ };
2522
+ propertyNames?: CoreSchemaMetaSchema2;
2523
+ const?: true;
2524
+ /**
2525
+ * @minItems 1
2526
+ */
2527
+ enum?: true[];
2528
+ type?:
2529
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string' | 'FormattedText')
2530
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string' | 'FormattedText')[];
2531
+ format?: string;
2532
+ contentMediaType?: string;
2533
+ contentEncoding?: string;
2534
+ if?: CoreSchemaMetaSchema2;
2535
+ then?: CoreSchemaMetaSchema2;
2536
+ else?: CoreSchemaMetaSchema2;
2537
+ allOf?: SchemaArray;
2538
+ anyOf?: SchemaArray;
2539
+ oneOf?: SchemaArray;
2540
+ not?: CoreSchemaMetaSchema2;
2541
+ }
2542
+ export interface DxComponentInputSchema2 {
2543
+ type?: 'object';
2544
+ additionalProperties?: boolean;
2545
+ [k: string]: unknown;
2546
+ }
2547
+ /**
2548
+ * The HtmlResponse type is for returning html content. The response out of the function must be a string. This response object also includes references to resources (staticFiles) the component needs to execute correctly. It is up to the integrating system to respect this.
2549
+ */
2550
+ export interface HtmlResponse {
2551
+ responseType: 'html';
2552
+ /**
2553
+ * A list of static resources that are required for the component to execute correctly
2554
+ */
2555
+ staticFiles?: HtmlStaticFile[];
2556
+ headers?: ResponseHeaders;
2557
+ }
2558
+ export interface HtmlStaticFile {
2559
+ /**
2560
+ * The location property is used to inform integrating system if the static resource should be included in the header of footer of the document
2561
+ */
2562
+ location: 'header' | 'footer';
2563
+ file: JsFile | CssFile;
2564
+ }
2565
+ export interface JsFile {
2566
+ type: 'js';
2567
+ filepath: string;
2568
+ defer?: boolean;
2569
+ async?: boolean;
2570
+ integrity?: string;
2571
+ crossorigin?: 'anonymous' | 'use-credentials';
2572
+ referrerpolicy?:
2573
+ | 'no-referrer'
2574
+ | 'no-referrer-when-downgrade'
2575
+ | 'origin'
2576
+ | 'origin-when-cross-origin'
2577
+ | 'same-origin'
2578
+ | 'strict-origin'
2579
+ | 'strict-origin-when-cross-origin'
2580
+ | 'unsafe-url';
2581
+ }
2582
+ export interface CssFile {
2583
+ type?: 'css';
2584
+ filepath: string;
2585
+ crossorigin?: 'anonymous' | 'use-credentials';
2586
+ referrerpolicy?:
2587
+ | 'no-referrer'
2588
+ | 'no-referrer-when-downgrade'
2589
+ | 'origin'
2590
+ | 'origin-when-cross-origin'
2591
+ | 'same-origin'
2592
+ | 'strict-origin'
2593
+ | 'strict-origin-when-cross-origin'
2594
+ | 'unsafe-url';
2595
+ }
2596
+ /**
2597
+ * Response headers to set
2598
+ */
2599
+ export interface ResponseHeaders {
2600
+ [k: string]: string;
2601
+ }
2602
+ export interface JsonResponse {
2603
+ responseType: 'json';
2604
+ definition: CoreSchemaMetaSchema3;
2605
+ headers?: ResponseHeaders1;
2606
+ }
2607
+ export interface CoreSchemaMetaSchema4 {
2608
+ $id?: string;
2609
+ $schema?: string;
2610
+ $ref?: string;
2611
+ $comment?: string;
2612
+ title?: string;
2613
+ description?: string;
2614
+ default?: true;
2615
+ readOnly?: boolean;
2616
+ writeOnly?: boolean;
2617
+ examples?: true[];
2618
+ multipleOf?: number;
2619
+ maximum?: number;
2620
+ exclusiveMaximum?: number;
2621
+ minimum?: number;
2622
+ exclusiveMinimum?: number;
2623
+ maxLength?: number;
2624
+ minLength?: number & number;
2625
+ pattern?: string;
2626
+ additionalItems?: CoreSchemaMetaSchema5;
2627
+ items?: CoreSchemaMetaSchema5 | SchemaArray1;
2628
+ maxItems?: number;
2629
+ minItems?: number & number;
2630
+ uniqueItems?: boolean;
2631
+ contains?: CoreSchemaMetaSchema5;
2632
+ maxProperties?: number;
2633
+ minProperties?: number & number;
2634
+ required?: StringArray1;
2635
+ additionalProperties?: CoreSchemaMetaSchema5;
2636
+ definitions?: {
2637
+ [k: string]: CoreSchemaMetaSchema5;
2638
+ };
2639
+ properties?: {
2640
+ [k: string]: CoreSchemaMetaSchema5;
2641
+ };
2642
+ patternProperties?: {
2643
+ [k: string]: CoreSchemaMetaSchema5;
2644
+ };
2645
+ dependencies?: {
2646
+ [k: string]: CoreSchemaMetaSchema5 | StringArray1;
2647
+ };
2648
+ propertyNames?: CoreSchemaMetaSchema5;
2649
+ const?: true;
2650
+ /**
2651
+ * @minItems 1
2652
+ */
2653
+ enum?: true[];
2654
+ type?:
2655
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string')
2656
+ | ('array' | 'boolean' | 'integer' | 'null' | 'number' | 'object' | 'string')[];
2657
+ format?: string;
2658
+ contentMediaType?: string;
2659
+ contentEncoding?: string;
2660
+ if?: CoreSchemaMetaSchema5;
2661
+ then?: CoreSchemaMetaSchema5;
2662
+ else?: CoreSchemaMetaSchema5;
2663
+ allOf?: SchemaArray1;
2664
+ anyOf?: SchemaArray1;
2665
+ oneOf?: SchemaArray1;
2666
+ not?: CoreSchemaMetaSchema5;
2667
+ [k: string]: unknown;
2668
+ }
2669
+ /**
2670
+ * Response headers to set
2671
+ */
2672
+ export interface ResponseHeaders1 {
2673
+ [k: string]: string;
2674
+ }
2675
+ /**
2676
+ * Name for the preview and how it will be accessed
2677
+ */
2678
+ export interface PreviewDefinition {
2679
+ /**
2680
+ * A map of the functions to their respective preview information. Properties must match name of a function defined in functions list
2681
+ */
2682
+ functionData: {
2683
+ [k: string]: FunctionPreviewConfiguration;
2684
+ };
2685
+ [k: string]: unknown;
2686
+ }
2687
+ /**
2688
+ * Data inputs for the preview of functions in the component
2689
+ */
2690
+ export interface FunctionPreviewConfiguration {
2691
+ /**
2692
+ * Property for defining the input data for this preview component function
2693
+ */
2694
+ inputData?:
2695
+ | {
2696
+ type: 'file';
2697
+ /**
2698
+ * Path to input data file
2699
+ */
2700
+ path: string;
2701
+ [k: string]: unknown;
2702
+ }
2703
+ | {
2704
+ type: 'inline';
2705
+ /**
2706
+ * Input data value
2707
+ */
2708
+ value: {
2709
+ [k: string]: unknown;
2710
+ };
2711
+ [k: string]: unknown;
2712
+ };
2713
+ headers?: ResponseHeaders2;
2714
+ /**
2715
+ * Define the extra static files which provide a container for the component function
2716
+ */
2717
+ wrapper?: {
2718
+ /**
2719
+ * File path to the wrapper container
2720
+ */
2721
+ path: string;
2722
+ [k: string]: unknown;
2723
+ };
2724
+ [k: string]: unknown;
2725
+ }
2726
+ /**
2727
+ * Response headers to set
2728
+ */
2729
+ export interface ResponseHeaders2 {
2730
+ [k: string]: string;
2731
+ }