@ionic/vue 8.8.6-dev.11777490150.1970e4f2 → 8.8.6-nightly.20260430

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +162 -210
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/proxies.d.ts +0 -2
  33. package/dist/vetur/attributes.json +103 -1609
  34. package/dist/vetur/tags.json +45 -240
  35. package/dist/web-types.json +131 -1698
  36. package/package.json +2 -2
  37. package/css/ionic/bundle.ionic.css +0 -1
  38. package/css/ionic/bundle.ionic.css.map +0 -1
  39. package/css/ionic/core.ionic.css +0 -1
  40. package/css/ionic/core.ionic.css.map +0 -1
  41. package/css/ionic/global.bundle.ionic.css +0 -1
  42. package/css/ionic/global.bundle.ionic.css.map +0 -1
  43. package/css/ionic/ionic-swiper.ionic.css +0 -1
  44. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  45. package/css/ionic/link.ionic.css +0 -1
  46. package/css/ionic/link.ionic.css.map +0 -1
  47. package/css/ionic/structure.ionic.css +0 -1
  48. package/css/ionic/structure.ionic.css.map +0 -1
  49. package/css/ionic/typography.ionic.css +0 -1
  50. package/css/ionic/typography.ionic.css.map +0 -1
  51. package/css/ionic/utils.bundle.ionic.css +0 -1
  52. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "ion-accordion/mode": {
8
8
  "type": "\"ios\" | \"md\"",
9
- "description": "The mode determines the platform behaviors of the component.",
9
+ "description": "The mode determines which platform styles to use.",
10
10
  "options": [
11
11
  "ios",
12
12
  "md"
@@ -17,17 +17,8 @@
17
17
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity.",
18
18
  "options": []
19
19
  },
20
- "ion-accordion/theme": {
21
- "type": "\"ios\" | \"md\" | \"ionic\"",
22
- "description": "The theme determines the visual appearance of the component.",
23
- "options": [
24
- "ios",
25
- "md",
26
- "ionic"
27
- ]
28
- },
29
20
  "ion-accordion/toggle-icon": {
30
- "type": "string | undefined",
21
+ "type": "string",
31
22
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
32
23
  "options": []
33
24
  },
@@ -64,7 +55,7 @@
64
55
  },
65
56
  "ion-accordion-group/mode": {
66
57
  "type": "\"ios\" | \"md\"",
67
- "description": "The mode determines the platform behaviors of the component.",
58
+ "description": "The mode determines which platform styles to use.",
68
59
  "options": [
69
60
  "ios",
70
61
  "md"
@@ -80,24 +71,6 @@
80
71
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
81
72
  "options": []
82
73
  },
83
- "ion-accordion-group/shape": {
84
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
85
- "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
86
- "options": [
87
- "rectangular",
88
- "round",
89
- "soft"
90
- ]
91
- },
92
- "ion-accordion-group/theme": {
93
- "type": "\"ios\" | \"md\" | \"ionic\"",
94
- "description": "The theme determines the visual appearance of the component.",
95
- "options": [
96
- "ios",
97
- "md",
98
- "ionic"
99
- ]
100
- },
101
74
  "ion-accordion-group/value": {
102
75
  "type": "null | string | string[] | undefined",
103
76
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -155,7 +128,7 @@
155
128
  },
156
129
  "ion-action-sheet/mode": {
157
130
  "type": "\"ios\" | \"md\"",
158
- "description": "The mode determines the platform behaviors of the component.",
131
+ "description": "The mode determines which platform styles to use.",
159
132
  "options": [
160
133
  "ios",
161
134
  "md"
@@ -166,18 +139,9 @@
166
139
  "description": "Subtitle for the action sheet.",
167
140
  "options": []
168
141
  },
169
- "ion-action-sheet/theme": {
170
- "type": "\"ios\" | \"md\" | \"ionic\"",
171
- "description": "The theme determines the visual appearance of the component.",
172
- "options": [
173
- "ios",
174
- "md",
175
- "ionic"
176
- ]
177
- },
178
142
  "ion-action-sheet/translucent": {
179
143
  "type": "boolean",
180
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
144
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
181
145
  "options": []
182
146
  },
183
147
  "ion-action-sheet/trigger": {
@@ -247,7 +211,7 @@
247
211
  },
248
212
  "ion-alert/mode": {
249
213
  "type": "\"ios\" | \"md\"",
250
- "description": "The mode determines the platform behaviors of the component.",
214
+ "description": "The mode determines which platform styles to use.",
251
215
  "options": [
252
216
  "ios",
253
217
  "md"
@@ -258,18 +222,9 @@
258
222
  "description": "The subtitle in the heading of the alert. Displayed under the title.",
259
223
  "options": []
260
224
  },
261
- "ion-alert/theme": {
262
- "type": "\"ios\" | \"md\" | \"ionic\"",
263
- "description": "The theme determines the visual appearance of the component.",
264
- "options": [
265
- "ios",
266
- "md",
267
- "ionic"
268
- ]
269
- },
270
225
  "ion-alert/translucent": {
271
226
  "type": "boolean",
272
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
227
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
273
228
  "options": []
274
229
  },
275
230
  "ion-alert/trigger": {
@@ -277,66 +232,6 @@
277
232
  "description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
278
233
  "options": []
279
234
  },
280
- "ion-app/mode": {
281
- "type": "\"ios\" | \"md\"",
282
- "description": "The mode determines the platform behaviors of the component.",
283
- "options": [
284
- "ios",
285
- "md"
286
- ]
287
- },
288
- "ion-app/theme": {
289
- "type": "\"ios\" | \"md\" | \"ionic\"",
290
- "description": "The theme determines the visual appearance of the component.",
291
- "options": [
292
- "ios",
293
- "md",
294
- "ionic"
295
- ]
296
- },
297
- "ion-avatar/disabled": {
298
- "type": "boolean",
299
- "description": "If `true`, the user cannot interact with the avatar.",
300
- "options": []
301
- },
302
- "ion-avatar/mode": {
303
- "type": "\"ios\" | \"md\"",
304
- "description": "The mode determines the platform behaviors of the component.",
305
- "options": [
306
- "ios",
307
- "md"
308
- ]
309
- },
310
- "ion-avatar/shape": {
311
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
312
- "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
313
- "options": [
314
- "rectangular",
315
- "round",
316
- "soft"
317
- ]
318
- },
319
- "ion-avatar/size": {
320
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
321
- "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
322
- "options": [
323
- "large",
324
- "medium",
325
- "small",
326
- "xlarge",
327
- "xsmall",
328
- "xxsmall"
329
- ]
330
- },
331
- "ion-avatar/theme": {
332
- "type": "\"ios\" | \"md\" | \"ionic\"",
333
- "description": "The theme determines the visual appearance of the component.",
334
- "options": [
335
- "ios",
336
- "md",
337
- "ionic"
338
- ]
339
- },
340
235
  "ion-back-button/color": {
341
236
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
342
237
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -369,7 +264,7 @@
369
264
  },
370
265
  "ion-back-button/mode": {
371
266
  "type": "\"ios\" | \"md\"",
372
- "description": "The mode determines the platform behaviors of the component.",
267
+ "description": "The mode determines which platform styles to use.",
373
268
  "options": [
374
269
  "ios",
375
270
  "md"
@@ -385,15 +280,6 @@
385
280
  "description": "The text to display in the back button.",
386
281
  "options": []
387
282
  },
388
- "ion-back-button/theme": {
389
- "type": "\"ios\" | \"md\" | \"ionic\"",
390
- "description": "The theme determines the visual appearance of the component.",
391
- "options": [
392
- "ios",
393
- "md",
394
- "ionic"
395
- ]
396
- },
397
283
  "ion-back-button/type": {
398
284
  "type": "\"button\" | \"reset\" | \"submit\"",
399
285
  "description": "The type of the button.",
@@ -403,14 +289,6 @@
403
289
  "submit"
404
290
  ]
405
291
  },
406
- "ion-backdrop/mode": {
407
- "type": "\"ios\" | \"md\"",
408
- "description": "The mode determines the platform behaviors of the component.",
409
- "options": [
410
- "ios",
411
- "md"
412
- ]
413
- },
414
292
  "ion-backdrop/stop-propagation": {
415
293
  "type": "boolean",
416
294
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -421,15 +299,6 @@
421
299
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
422
300
  "options": []
423
301
  },
424
- "ion-backdrop/theme": {
425
- "type": "\"ios\" | \"md\" | \"ionic\"",
426
- "description": "The theme determines the visual appearance of the component.",
427
- "options": [
428
- "ios",
429
- "md",
430
- "ionic"
431
- ]
432
- },
433
302
  "ion-backdrop/visible": {
434
303
  "type": "boolean",
435
304
  "description": "If `true`, the backdrop will be visible.",
@@ -450,55 +319,14 @@
450
319
  "warning"
451
320
  ]
452
321
  },
453
- "ion-badge/hue": {
454
- "type": "\"bold\" | \"subtle\" | undefined",
455
- "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
456
- "options": [
457
- "bold",
458
- "subtle"
459
- ]
460
- },
461
322
  "ion-badge/mode": {
462
323
  "type": "\"ios\" | \"md\"",
463
- "description": "The mode determines the platform behaviors of the component.",
324
+ "description": "The mode determines which platform styles to use.",
464
325
  "options": [
465
326
  "ios",
466
327
  "md"
467
328
  ]
468
329
  },
469
- "ion-badge/shape": {
470
- "type": "\"round | rectangular\" | \"soft\" | undefined",
471
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
472
- "options": [
473
- "soft"
474
- ]
475
- },
476
- "ion-badge/size": {
477
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
478
- "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
479
- "options": [
480
- "large",
481
- "medium",
482
- "small"
483
- ]
484
- },
485
- "ion-badge/theme": {
486
- "type": "\"ios\" | \"md\" | \"ionic\"",
487
- "description": "The theme determines the visual appearance of the component.",
488
- "options": [
489
- "ios",
490
- "md",
491
- "ionic"
492
- ]
493
- },
494
- "ion-badge/vertical": {
495
- "type": "\"bottom\" | \"top\" | undefined",
496
- "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
497
- "options": [
498
- "bottom",
499
- "top"
500
- ]
501
- },
502
330
  "ion-breadcrumb/active": {
503
331
  "type": "boolean",
504
332
  "description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any.",
@@ -536,7 +364,7 @@
536
364
  },
537
365
  "ion-breadcrumb/mode": {
538
366
  "type": "\"ios\" | \"md\"",
539
- "description": "The mode determines the platform behaviors of the component.",
367
+ "description": "The mode determines which platform styles to use.",
540
368
  "options": [
541
369
  "ios",
542
370
  "md"
@@ -571,15 +399,6 @@
571
399
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
572
400
  "options": []
573
401
  },
574
- "ion-breadcrumb/theme": {
575
- "type": "\"ios\" | \"md\" | \"ionic\"",
576
- "description": "The theme determines the visual appearance of the component.",
577
- "options": [
578
- "ios",
579
- "md",
580
- "ionic"
581
- ]
582
- },
583
402
  "ion-breadcrumbs/color": {
584
403
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
585
404
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -612,21 +431,12 @@
612
431
  },
613
432
  "ion-breadcrumbs/mode": {
614
433
  "type": "\"ios\" | \"md\"",
615
- "description": "The mode determines the platform behaviors of the component.",
434
+ "description": "The mode determines which platform styles to use.",
616
435
  "options": [
617
436
  "ios",
618
437
  "md"
619
438
  ]
620
439
  },
621
- "ion-breadcrumbs/theme": {
622
- "type": "\"ios\" | \"md\" | \"ionic\"",
623
- "description": "The theme determines the visual appearance of the component.",
624
- "options": [
625
- "ios",
626
- "md",
627
- "ionic"
628
- ]
629
- },
630
440
  "ion-button/button-type": {
631
441
  "type": "string",
632
442
  "description": "The type of button.",
@@ -667,7 +477,7 @@
667
477
  },
668
478
  "ion-button/fill": {
669
479
  "type": "\"clear\" | \"default\" | \"outline\" | \"solid\" | undefined",
670
- "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except when inside of a buttons or datetime component, where\nthe default fill is `\"clear\"`.",
480
+ "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a toolbar, where the default is `\"clear\"`.",
671
481
  "options": [
672
482
  "clear",
673
483
  "default",
@@ -687,7 +497,7 @@
687
497
  },
688
498
  "ion-button/mode": {
689
499
  "type": "\"ios\" | \"md\"",
690
- "description": "The mode determines the platform behaviors of the component.",
500
+ "description": "The mode determines which platform styles to use.",
691
501
  "options": [
692
502
  "ios",
693
503
  "md"
@@ -713,21 +523,18 @@
713
523
  ]
714
524
  },
715
525
  "ion-button/shape": {
716
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
717
- "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
526
+ "type": "\"round\" | undefined",
527
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
718
528
  "options": [
719
- "rectangular",
720
- "round",
721
- "soft"
529
+ "round"
722
530
  ]
723
531
  },
724
532
  "ion-button/size": {
725
- "type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined",
726
- "description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
533
+ "type": "\"default\" | \"large\" | \"small\" | undefined",
534
+ "description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
727
535
  "options": [
728
536
  "default",
729
537
  "large",
730
- "medium",
731
538
  "small"
732
539
  ]
733
540
  },
@@ -741,15 +548,6 @@
741
548
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
742
549
  "options": []
743
550
  },
744
- "ion-button/theme": {
745
- "type": "\"ios\" | \"md\" | \"ionic\"",
746
- "description": "The theme determines the visual appearance of the component.",
747
- "options": [
748
- "ios",
749
- "md",
750
- "ionic"
751
- ]
752
- },
753
551
  "ion-button/type": {
754
552
  "type": "\"button\" | \"reset\" | \"submit\"",
755
553
  "description": "The type of the button.",
@@ -761,26 +559,9 @@
761
559
  },
762
560
  "ion-buttons/collapse": {
763
561
  "type": "boolean",
764
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
562
+ "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
765
563
  "options": []
766
564
  },
767
- "ion-buttons/mode": {
768
- "type": "\"ios\" | \"md\"",
769
- "description": "The mode determines the platform behaviors of the component.",
770
- "options": [
771
- "ios",
772
- "md"
773
- ]
774
- },
775
- "ion-buttons/theme": {
776
- "type": "\"ios\" | \"md\" | \"ionic\"",
777
- "description": "The theme determines the visual appearance of the component.",
778
- "options": [
779
- "ios",
780
- "md",
781
- "ionic"
782
- ]
783
- },
784
565
  "ion-card/button": {
785
566
  "type": "boolean",
786
567
  "description": "If `true`, a button tag will be rendered and the card will be tappable.",
@@ -818,7 +599,7 @@
818
599
  },
819
600
  "ion-card/mode": {
820
601
  "type": "\"ios\" | \"md\"",
821
- "description": "The mode determines the platform behaviors of the component.",
602
+ "description": "The mode determines which platform styles to use.",
822
603
  "options": [
823
604
  "ios",
824
605
  "md"
@@ -843,29 +624,11 @@
843
624
  "root"
844
625
  ]
845
626
  },
846
- "ion-card/shape": {
847
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
848
- "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
849
- "options": [
850
- "rectangular",
851
- "round",
852
- "soft"
853
- ]
854
- },
855
627
  "ion-card/target": {
856
628
  "type": "string | undefined",
857
629
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
858
630
  "options": []
859
631
  },
860
- "ion-card/theme": {
861
- "type": "\"ios\" | \"md\" | \"ionic\"",
862
- "description": "The theme determines the visual appearance of the component.",
863
- "options": [
864
- "ios",
865
- "md",
866
- "ionic"
867
- ]
868
- },
869
632
  "ion-card/type": {
870
633
  "type": "\"button\" | \"reset\" | \"submit\"",
871
634
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -877,21 +640,12 @@
877
640
  },
878
641
  "ion-card-content/mode": {
879
642
  "type": "\"ios\" | \"md\"",
880
- "description": "The mode determines the platform behaviors of the component.",
643
+ "description": "The mode determines which platform styles to use.",
881
644
  "options": [
882
645
  "ios",
883
646
  "md"
884
647
  ]
885
648
  },
886
- "ion-card-content/theme": {
887
- "type": "\"ios\" | \"md\" | \"ionic\"",
888
- "description": "The theme determines the visual appearance of the component.",
889
- "options": [
890
- "ios",
891
- "md",
892
- "ionic"
893
- ]
894
- },
895
649
  "ion-card-header/color": {
896
650
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
897
651
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -909,24 +663,15 @@
909
663
  },
910
664
  "ion-card-header/mode": {
911
665
  "type": "\"ios\" | \"md\"",
912
- "description": "The mode determines the platform behaviors of the component.",
666
+ "description": "The mode determines which platform styles to use.",
913
667
  "options": [
914
668
  "ios",
915
669
  "md"
916
670
  ]
917
671
  },
918
- "ion-card-header/theme": {
919
- "type": "\"ios\" | \"md\" | \"ionic\"",
920
- "description": "The theme determines the visual appearance of the component.",
921
- "options": [
922
- "ios",
923
- "md",
924
- "ionic"
925
- ]
926
- },
927
672
  "ion-card-header/translucent": {
928
673
  "type": "boolean",
929
- "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
674
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
930
675
  "options": []
931
676
  },
932
677
  "ion-card-subtitle/color": {
@@ -946,21 +691,12 @@
946
691
  },
947
692
  "ion-card-subtitle/mode": {
948
693
  "type": "\"ios\" | \"md\"",
949
- "description": "The mode determines the platform behaviors of the component.",
694
+ "description": "The mode determines which platform styles to use.",
950
695
  "options": [
951
696
  "ios",
952
697
  "md"
953
698
  ]
954
699
  },
955
- "ion-card-subtitle/theme": {
956
- "type": "\"ios\" | \"md\" | \"ionic\"",
957
- "description": "The theme determines the visual appearance of the component.",
958
- "options": [
959
- "ios",
960
- "md",
961
- "ionic"
962
- ]
963
- },
964
700
  "ion-card-title/color": {
965
701
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
966
702
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -978,21 +714,12 @@
978
714
  },
979
715
  "ion-card-title/mode": {
980
716
  "type": "\"ios\" | \"md\"",
981
- "description": "The mode determines the platform behaviors of the component.",
717
+ "description": "The mode determines which platform styles to use.",
982
718
  "options": [
983
719
  "ios",
984
720
  "md"
985
721
  ]
986
722
  },
987
- "ion-card-title/theme": {
988
- "type": "\"ios\" | \"md\" | \"ionic\"",
989
- "description": "The theme determines the visual appearance of the component.",
990
- "options": [
991
- "ios",
992
- "md",
993
- "ionic"
994
- ]
995
- },
996
723
  "ion-checkbox/alignment": {
997
724
  "type": "\"center\" | \"start\" | undefined",
998
725
  "description": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the checkbox `display` to `block`.",
@@ -1062,7 +789,7 @@
1062
789
  },
1063
790
  "ion-checkbox/mode": {
1064
791
  "type": "\"ios\" | \"md\"",
1065
- "description": "The mode determines the platform behaviors of the component.",
792
+ "description": "The mode determines which platform styles to use.",
1066
793
  "options": [
1067
794
  "ios",
1068
795
  "md"
@@ -1078,30 +805,6 @@
1078
805
  "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
1079
806
  "options": []
1080
807
  },
1081
- "ion-checkbox/shape": {
1082
- "type": "\"rectangular\" | \"soft\" | undefined",
1083
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1084
- "options": [
1085
- "rectangular",
1086
- "soft"
1087
- ]
1088
- },
1089
- "ion-checkbox/size": {
1090
- "type": "\"small\" | undefined",
1091
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1092
- "options": [
1093
- "small"
1094
- ]
1095
- },
1096
- "ion-checkbox/theme": {
1097
- "type": "\"ios\" | \"md\" | \"ionic\"",
1098
- "description": "The theme determines the visual appearance of the component.",
1099
- "options": [
1100
- "ios",
1101
- "md",
1102
- "ionic"
1103
- ]
1104
- },
1105
808
  "ion-checkbox/value": {
1106
809
  "type": "any",
1107
810
  "description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
@@ -1127,17 +830,9 @@
1127
830
  "description": "If `true`, the user cannot interact with the chip.",
1128
831
  "options": []
1129
832
  },
1130
- "ion-chip/hue": {
1131
- "type": "\"bold\" | \"subtle\" | undefined",
1132
- "description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
1133
- "options": [
1134
- "bold",
1135
- "subtle"
1136
- ]
1137
- },
1138
833
  "ion-chip/mode": {
1139
834
  "type": "\"ios\" | \"md\"",
1140
- "description": "The mode determines the platform behaviors of the component.",
835
+ "description": "The mode determines which platform styles to use.",
1141
836
  "options": [
1142
837
  "ios",
1143
838
  "md"
@@ -1148,40 +843,6 @@
1148
843
  "description": "Display an outline style button.",
1149
844
  "options": []
1150
845
  },
1151
- "ion-chip/shape": {
1152
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
1153
- "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
1154
- "options": [
1155
- "rectangular",
1156
- "round",
1157
- "soft"
1158
- ]
1159
- },
1160
- "ion-chip/size": {
1161
- "type": "\"large\" | \"small\" | undefined",
1162
- "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
1163
- "options": [
1164
- "large",
1165
- "small"
1166
- ]
1167
- },
1168
- "ion-chip/theme": {
1169
- "type": "\"ios\" | \"md\" | \"ionic\"",
1170
- "description": "The theme determines the visual appearance of the component.",
1171
- "options": [
1172
- "ios",
1173
- "md",
1174
- "ionic"
1175
- ]
1176
- },
1177
- "ion-col/mode": {
1178
- "type": "\"ios\" | \"md\"",
1179
- "description": "The mode determines the platform behaviors of the component.",
1180
- "options": [
1181
- "ios",
1182
- "md"
1183
- ]
1184
- },
1185
846
  "ion-col/offset": {
1186
847
  "type": "string | undefined",
1187
848
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -1212,36 +873,6 @@
1212
873
  "description": "The amount to offset the column for xs screens, in terms of how many columns it should shift\nto the end of the total available.",
1213
874
  "options": []
1214
875
  },
1215
- "ion-col/order": {
1216
- "type": "string | undefined",
1217
- "description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1218
- "options": []
1219
- },
1220
- "ion-col/order-lg": {
1221
- "type": "string | undefined",
1222
- "description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1223
- "options": []
1224
- },
1225
- "ion-col/order-md": {
1226
- "type": "string | undefined",
1227
- "description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1228
- "options": []
1229
- },
1230
- "ion-col/order-sm": {
1231
- "type": "string | undefined",
1232
- "description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1233
- "options": []
1234
- },
1235
- "ion-col/order-xl": {
1236
- "type": "string | undefined",
1237
- "description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1238
- "options": []
1239
- },
1240
- "ion-col/order-xs": {
1241
- "type": "string | undefined",
1242
- "description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1243
- "options": []
1244
- },
1245
876
  "ion-col/pull": {
1246
877
  "type": "string | undefined",
1247
878
  "description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
@@ -1332,15 +963,6 @@
1332
963
  "description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content.",
1333
964
  "options": []
1334
965
  },
1335
- "ion-col/theme": {
1336
- "type": "\"ios\" | \"md\" | \"ionic\"",
1337
- "description": "The theme determines the visual appearance of the component.",
1338
- "options": [
1339
- "ios",
1340
- "md",
1341
- "ionic"
1342
- ]
1343
- },
1344
966
  "ion-content/color": {
1345
967
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
1346
968
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -1374,14 +996,6 @@
1374
996
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
1375
997
  "options": []
1376
998
  },
1377
- "ion-content/mode": {
1378
- "type": "\"ios\" | \"md\"",
1379
- "description": "The mode determines the platform behaviors of the component.",
1380
- "options": [
1381
- "ios",
1382
- "md"
1383
- ]
1384
- },
1385
999
  "ion-content/scroll-events": {
1386
1000
  "type": "boolean",
1387
1001
  "description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
@@ -1397,15 +1011,6 @@
1397
1011
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
1398
1012
  "options": []
1399
1013
  },
1400
- "ion-content/theme": {
1401
- "type": "\"ios\" | \"md\" | \"ionic\"",
1402
- "description": "The theme determines the visual appearance of the component.",
1403
- "options": [
1404
- "ios",
1405
- "md",
1406
- "ionic"
1407
- ]
1408
- },
1409
1014
  "ion-datetime/cancel-text": {
1410
1015
  "type": "string",
1411
1016
  "description": "The text to display on the picker's cancel button.",
@@ -1503,7 +1108,7 @@
1503
1108
  },
1504
1109
  "ion-datetime/mode": {
1505
1110
  "type": "\"ios\" | \"md\"",
1506
- "description": "The mode determines the platform behaviors of the component.",
1111
+ "description": "The mode determines which platform styles to use.",
1507
1112
  "options": [
1508
1113
  "ios",
1509
1114
  "md"
@@ -1580,15 +1185,6 @@
1580
1185
  "fixed"
1581
1186
  ]
1582
1187
  },
1583
- "ion-datetime/theme": {
1584
- "type": "\"ios\" | \"md\" | \"ionic\"",
1585
- "description": "The theme determines the visual appearance of the component.",
1586
- "options": [
1587
- "ios",
1588
- "md",
1589
- "ionic"
1590
- ]
1591
- },
1592
1188
  "ion-datetime/title-selected-dates-formatter": {
1593
1189
  "type": "((selectedDates: string[]) => string) | undefined",
1594
1190
  "description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
@@ -1631,39 +1227,12 @@
1631
1227
  },
1632
1228
  "ion-datetime-button/mode": {
1633
1229
  "type": "\"ios\" | \"md\"",
1634
- "description": "The mode determines the platform behaviors of the component.",
1230
+ "description": "The mode determines which platform styles to use.",
1635
1231
  "options": [
1636
1232
  "ios",
1637
1233
  "md"
1638
1234
  ]
1639
1235
  },
1640
- "ion-datetime-button/theme": {
1641
- "type": "\"ios\" | \"md\" | \"ionic\"",
1642
- "description": "The theme determines the visual appearance of the component.",
1643
- "options": [
1644
- "ios",
1645
- "md",
1646
- "ionic"
1647
- ]
1648
- },
1649
- "ion-divider/inset": {
1650
- "type": "boolean",
1651
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
1652
- "options": []
1653
- },
1654
- "ion-divider/spacing": {
1655
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
1656
- "description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
1657
- "options": [
1658
- "large",
1659
- "medium",
1660
- "small",
1661
- "xlarge",
1662
- "xsmall",
1663
- "xxlarge",
1664
- "xxsmall"
1665
- ]
1666
- },
1667
1236
  "ion-fab/activated": {
1668
1237
  "type": "boolean",
1669
1238
  "description": "If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.\nThat means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.",
@@ -1683,26 +1252,9 @@
1683
1252
  "start"
1684
1253
  ]
1685
1254
  },
1686
- "ion-fab/mode": {
1687
- "type": "\"ios\" | \"md\"",
1688
- "description": "The mode determines the platform behaviors of the component.",
1689
- "options": [
1690
- "ios",
1691
- "md"
1692
- ]
1693
- },
1694
- "ion-fab/theme": {
1695
- "type": "\"ios\" | \"md\" | \"ionic\"",
1696
- "description": "The theme determines the visual appearance of the component.",
1697
- "options": [
1698
- "ios",
1699
- "md",
1700
- "ionic"
1701
- ]
1702
- },
1703
- "ion-fab/vertical": {
1704
- "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1705
- "description": "Where to align the fab vertically in the viewport.",
1255
+ "ion-fab/vertical": {
1256
+ "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1257
+ "description": "Where to align the fab vertically in the viewport.",
1706
1258
  "options": [
1707
1259
  "bottom",
1708
1260
  "center",
@@ -1715,7 +1267,7 @@
1715
1267
  "options": []
1716
1268
  },
1717
1269
  "ion-fab-button/close-icon": {
1718
- "type": "string | undefined",
1270
+ "type": "string",
1719
1271
  "description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
1720
1272
  "options": []
1721
1273
  },
@@ -1751,7 +1303,7 @@
1751
1303
  },
1752
1304
  "ion-fab-button/mode": {
1753
1305
  "type": "\"ios\" | \"md\"",
1754
- "description": "The mode determines the platform behaviors of the component.",
1306
+ "description": "The mode determines which platform styles to use.",
1755
1307
  "options": [
1756
1308
  "ios",
1757
1309
  "md"
@@ -1793,18 +1345,9 @@
1793
1345
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1794
1346
  "options": []
1795
1347
  },
1796
- "ion-fab-button/theme": {
1797
- "type": "\"ios\" | \"md\" | \"ionic\"",
1798
- "description": "The theme determines the visual appearance of the component.",
1799
- "options": [
1800
- "ios",
1801
- "md",
1802
- "ionic"
1803
- ]
1804
- },
1805
1348
  "ion-fab-button/translucent": {
1806
1349
  "type": "boolean",
1807
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1350
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1808
1351
  "options": []
1809
1352
  },
1810
1353
  "ion-fab-button/type": {
@@ -1821,14 +1364,6 @@
1821
1364
  "description": "If `true`, the fab list will show all fab buttons in the list.",
1822
1365
  "options": []
1823
1366
  },
1824
- "ion-fab-list/mode": {
1825
- "type": "\"ios\" | \"md\"",
1826
- "description": "The mode determines the platform behaviors of the component.",
1827
- "options": [
1828
- "ios",
1829
- "md"
1830
- ]
1831
- },
1832
1367
  "ion-fab-list/side": {
1833
1368
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
1834
1369
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -1839,137 +1374,50 @@
1839
1374
  "top"
1840
1375
  ]
1841
1376
  },
1842
- "ion-fab-list/theme": {
1843
- "type": "\"ios\" | \"md\" | \"ionic\"",
1844
- "description": "The theme determines the visual appearance of the component.",
1845
- "options": [
1846
- "ios",
1847
- "md",
1848
- "ionic"
1849
- ]
1850
- },
1851
1377
  "ion-footer/collapse": {
1852
1378
  "type": "\"fade\" | undefined",
1853
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
1379
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
1854
1380
  "options": [
1855
1381
  "fade"
1856
1382
  ]
1857
1383
  },
1858
1384
  "ion-footer/mode": {
1859
1385
  "type": "\"ios\" | \"md\"",
1860
- "description": "The mode determines the platform behaviors of the component.",
1386
+ "description": "The mode determines which platform styles to use.",
1861
1387
  "options": [
1862
1388
  "ios",
1863
1389
  "md"
1864
1390
  ]
1865
1391
  },
1866
- "ion-footer/theme": {
1867
- "type": "\"ios\" | \"md\" | \"ionic\"",
1868
- "description": "The theme determines the visual appearance of the component.",
1869
- "options": [
1870
- "ios",
1871
- "md",
1872
- "ionic"
1873
- ]
1874
- },
1875
1392
  "ion-footer/translucent": {
1876
1393
  "type": "boolean",
1877
- "description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
1878
- "options": []
1879
- },
1880
- "ion-gallery/columns": {
1881
- "type": "GalleryBreakpointColumns | number | string",
1882
- "description": "The number of columns to display. Can be set as a number or an object of\nbreakpoint values (e.g. `{ xs: 2, sm: 3, md: 4 }`).",
1394
+ "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
1883
1395
  "options": []
1884
1396
  },
1885
- "ion-gallery/layout": {
1886
- "type": "\"masonry\" | \"uniform\"",
1887
- "description": "The visual layout of the gallery. When `uniform`, rows take up the height\nof the tallest item and are spaced evenly across the gallery. Additionally,\nitems will have an aspect ratio of 1/1, forcing them to be square unless a\nheight is explicitly set. When `masonry`, items will be positioned under each\nother with only the specified gap between them.",
1888
- "options": [
1889
- "masonry",
1890
- "uniform"
1891
- ]
1892
- },
1893
- "ion-gallery/mode": {
1894
- "type": "\"ios\" | \"md\"",
1895
- "description": "The mode determines the platform behaviors of the component.",
1896
- "options": [
1897
- "ios",
1898
- "md"
1899
- ]
1900
- },
1901
- "ion-gallery/order": {
1902
- "type": "\"best-fit\" | \"sequential\"",
1903
- "description": "The order in which items are positioned. Only applies when layout is\n`masonry`. When `sequential`, items are positioned in the order they are\nplaced in the DOM. When `best-fit`, items are positioned under the column\nwith the most available space.",
1904
- "options": [
1905
- "best-fit",
1906
- "sequential"
1907
- ]
1908
- },
1909
- "ion-gallery/theme": {
1910
- "type": "\"ios\" | \"md\" | \"ionic\"",
1911
- "description": "The theme determines the visual appearance of the component.",
1912
- "options": [
1913
- "ios",
1914
- "md",
1915
- "ionic"
1916
- ]
1917
- },
1918
1397
  "ion-grid/fixed": {
1919
1398
  "type": "boolean",
1920
1399
  "description": "If `true`, the grid will have a fixed width based on the screen size.",
1921
1400
  "options": []
1922
1401
  },
1923
- "ion-grid/mode": {
1924
- "type": "\"ios\" | \"md\"",
1925
- "description": "The mode determines the platform behaviors of the component.",
1926
- "options": [
1927
- "ios",
1928
- "md"
1929
- ]
1930
- },
1931
- "ion-grid/theme": {
1932
- "type": "\"ios\" | \"md\" | \"ionic\"",
1933
- "description": "The theme determines the visual appearance of the component.",
1934
- "options": [
1935
- "ios",
1936
- "md",
1937
- "ionic"
1938
- ]
1939
- },
1940
1402
  "ion-header/collapse": {
1941
1403
  "type": "\"condense\" | \"fade\" | undefined",
1942
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1404
+ "description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1943
1405
  "options": [
1944
1406
  "condense",
1945
1407
  "fade"
1946
1408
  ]
1947
1409
  },
1948
- "ion-header/divider": {
1949
- "type": "boolean",
1950
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
1951
- "options": []
1952
- },
1953
1410
  "ion-header/mode": {
1954
1411
  "type": "\"ios\" | \"md\"",
1955
- "description": "The mode determines the platform behaviors of the component.",
1412
+ "description": "The mode determines which platform styles to use.",
1956
1413
  "options": [
1957
1414
  "ios",
1958
1415
  "md"
1959
1416
  ]
1960
1417
  },
1961
- "ion-header/theme": {
1962
- "type": "\"ios\" | \"md\" | \"ionic\"",
1963
- "description": "The theme determines the visual appearance of the component.",
1964
- "options": [
1965
- "ios",
1966
- "md",
1967
- "ionic"
1968
- ]
1969
- },
1970
1418
  "ion-header/translucent": {
1971
1419
  "type": "boolean",
1972
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1420
+ "description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1973
1421
  "options": []
1974
1422
  },
1975
1423
  "ion-img/alt": {
@@ -1977,41 +1425,16 @@
1977
1425
  "description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
1978
1426
  "options": []
1979
1427
  },
1980
- "ion-img/mode": {
1981
- "type": "\"ios\" | \"md\"",
1982
- "description": "The mode determines the platform behaviors of the component.",
1983
- "options": [
1984
- "ios",
1985
- "md"
1986
- ]
1987
- },
1988
1428
  "ion-img/src": {
1989
1429
  "type": "string | undefined",
1990
1430
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
1991
1431
  "options": []
1992
1432
  },
1993
- "ion-img/theme": {
1994
- "type": "\"ios\" | \"md\" | \"ionic\"",
1995
- "description": "The theme determines the visual appearance of the component.",
1996
- "options": [
1997
- "ios",
1998
- "md",
1999
- "ionic"
2000
- ]
2001
- },
2002
1433
  "ion-infinite-scroll/disabled": {
2003
1434
  "type": "boolean",
2004
1435
  "description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed.",
2005
1436
  "options": []
2006
1437
  },
2007
- "ion-infinite-scroll/mode": {
2008
- "type": "\"ios\" | \"md\"",
2009
- "description": "The mode determines the platform behaviors of the component.",
2010
- "options": [
2011
- "ios",
2012
- "md"
2013
- ]
2014
- },
2015
1438
  "ion-infinite-scroll/position": {
2016
1439
  "type": "\"bottom\" | \"top\"",
2017
1440
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -2020,20 +1443,6 @@
2020
1443
  "top"
2021
1444
  ]
2022
1445
  },
2023
- "ion-infinite-scroll/preserve-rerender-scroll-position": {
2024
- "type": "boolean",
2025
- "description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
2026
- "options": []
2027
- },
2028
- "ion-infinite-scroll/theme": {
2029
- "type": "\"ios\" | \"md\" | \"ionic\"",
2030
- "description": "The theme determines the visual appearance of the component.",
2031
- "options": [
2032
- "ios",
2033
- "md",
2034
- "ionic"
2035
- ]
2036
- },
2037
1446
  "ion-infinite-scroll/threshold": {
2038
1447
  "type": "string",
2039
1448
  "description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page.",
@@ -2059,23 +1468,6 @@
2059
1468
  "description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
2060
1469
  "options": []
2061
1470
  },
2062
- "ion-infinite-scroll-content/mode": {
2063
- "type": "\"ios\" | \"md\"",
2064
- "description": "The mode determines the platform behaviors of the component.",
2065
- "options": [
2066
- "ios",
2067
- "md"
2068
- ]
2069
- },
2070
- "ion-infinite-scroll-content/theme": {
2071
- "type": "\"ios\" | \"md\" | \"ionic\"",
2072
- "description": "The theme determines the visual appearance of the component.",
2073
- "options": [
2074
- "ios",
2075
- "md",
2076
- "ionic"
2077
- ]
2078
- },
2079
1471
  "ion-input/autocapitalize": {
2080
1472
  "type": "string",
2081
1473
  "description": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`.",
@@ -2224,7 +1616,7 @@
2224
1616
  },
2225
1617
  "ion-input/fill": {
2226
1618
  "type": "\"outline\" | \"solid\" | undefined",
2227
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
1619
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
2228
1620
  "options": [
2229
1621
  "outline",
2230
1622
  "solid"
@@ -2255,8 +1647,8 @@
2255
1647
  "options": []
2256
1648
  },
2257
1649
  "ion-input/label-placement": {
2258
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
2259
- "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
1650
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
1651
+ "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
2260
1652
  "options": [
2261
1653
  "end",
2262
1654
  "fixed",
@@ -2287,7 +1679,7 @@
2287
1679
  },
2288
1680
  "ion-input/mode": {
2289
1681
  "type": "\"ios\" | \"md\"",
2290
- "description": "The mode determines the platform behaviors of the component.",
1682
+ "description": "The mode determines which platform styles to use.",
2291
1683
  "options": [
2292
1684
  "ios",
2293
1685
  "md"
@@ -2324,21 +1716,10 @@
2324
1716
  "options": []
2325
1717
  },
2326
1718
  "ion-input/shape": {
2327
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2328
- "description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
2329
- "options": [
2330
- "rectangular",
2331
- "round",
2332
- "soft"
2333
- ]
2334
- },
2335
- "ion-input/size": {
2336
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
2337
- "description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
1719
+ "type": "\"round\" | undefined",
1720
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
2338
1721
  "options": [
2339
- "large",
2340
- "medium",
2341
- "xlarge"
1722
+ "round"
2342
1723
  ]
2343
1724
  },
2344
1725
  "ion-input/spellcheck": {
@@ -2351,15 +1732,6 @@
2351
1732
  "description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number.",
2352
1733
  "options": []
2353
1734
  },
2354
- "ion-input/theme": {
2355
- "type": "\"ios\" | \"md\" | \"ionic\"",
2356
- "description": "The theme determines the visual appearance of the component.",
2357
- "options": [
2358
- "ios",
2359
- "md",
2360
- "ionic"
2361
- ]
2362
- },
2363
1735
  "ion-input/type": {
2364
1736
  "type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
2365
1737
  "description": "The type of control to display. The default type is text.",
@@ -2435,14 +1807,6 @@
2435
1807
  "description": "The number of input boxes to display.",
2436
1808
  "options": []
2437
1809
  },
2438
- "ion-input-otp/mode": {
2439
- "type": "\"ios\" | \"md\"",
2440
- "description": "The mode determines the platform behaviors of the component.",
2441
- "options": [
2442
- "ios",
2443
- "md"
2444
- ]
2445
- },
2446
1810
  "ion-input-otp/pattern": {
2447
1811
  "type": "string | undefined",
2448
1812
  "description": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
@@ -2476,15 +1840,6 @@
2476
1840
  "small"
2477
1841
  ]
2478
1842
  },
2479
- "ion-input-otp/theme": {
2480
- "type": "\"ios\" | \"md\" | \"ionic\"",
2481
- "description": "The theme determines the visual appearance of the component.",
2482
- "options": [
2483
- "ios",
2484
- "md",
2485
- "ionic"
2486
- ]
2487
- },
2488
1843
  "ion-input-otp/type": {
2489
1844
  "type": "\"number\" | \"text\"",
2490
1845
  "description": "The type of input allowed in the input boxes.",
@@ -2553,11 +1908,11 @@
2553
1908
  },
2554
1909
  "ion-item/detail": {
2555
1910
  "type": "boolean | undefined",
2556
- "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present.",
1911
+ "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present.",
2557
1912
  "options": []
2558
1913
  },
2559
1914
  "ion-item/detail-icon": {
2560
- "type": "string | undefined",
1915
+ "type": "string",
2561
1916
  "description": "The icon to use when `detail` is set to `true`.",
2562
1917
  "options": []
2563
1918
  },
@@ -2587,7 +1942,7 @@
2587
1942
  },
2588
1943
  "ion-item/mode": {
2589
1944
  "type": "\"ios\" | \"md\"",
2590
- "description": "The mode determines the platform behaviors of the component.",
1945
+ "description": "The mode determines which platform styles to use.",
2591
1946
  "options": [
2592
1947
  "ios",
2593
1948
  "md"
@@ -2617,15 +1972,6 @@
2617
1972
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2618
1973
  "options": []
2619
1974
  },
2620
- "ion-item/theme": {
2621
- "type": "\"ios\" | \"md\" | \"ionic\"",
2622
- "description": "The theme determines the visual appearance of the component.",
2623
- "options": [
2624
- "ios",
2625
- "md",
2626
- "ionic"
2627
- ]
2628
- },
2629
1975
  "ion-item/type": {
2630
1976
  "type": "\"button\" | \"reset\" | \"submit\"",
2631
1977
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -2652,7 +1998,7 @@
2652
1998
  },
2653
1999
  "ion-item-divider/mode": {
2654
2000
  "type": "\"ios\" | \"md\"",
2655
- "description": "The mode determines the platform behaviors of the component.",
2001
+ "description": "The mode determines which platform styles to use.",
2656
2002
  "options": [
2657
2003
  "ios",
2658
2004
  "md"
@@ -2663,32 +2009,6 @@
2663
2009
  "description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky",
2664
2010
  "options": []
2665
2011
  },
2666
- "ion-item-divider/theme": {
2667
- "type": "\"ios\" | \"md\" | \"ionic\"",
2668
- "description": "The theme determines the visual appearance of the component.",
2669
- "options": [
2670
- "ios",
2671
- "md",
2672
- "ionic"
2673
- ]
2674
- },
2675
- "ion-item-group/mode": {
2676
- "type": "\"ios\" | \"md\"",
2677
- "description": "The mode determines the platform behaviors of the component.",
2678
- "options": [
2679
- "ios",
2680
- "md"
2681
- ]
2682
- },
2683
- "ion-item-group/theme": {
2684
- "type": "\"ios\" | \"md\" | \"ionic\"",
2685
- "description": "The theme determines the visual appearance of the component.",
2686
- "options": [
2687
- "ios",
2688
- "md",
2689
- "ionic"
2690
- ]
2691
- },
2692
2012
  "ion-item-option/color": {
2693
2013
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2694
2014
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -2724,17 +2044,9 @@
2724
2044
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
2725
2045
  "options": []
2726
2046
  },
2727
- "ion-item-option/hue": {
2728
- "type": "\"bold\" | \"subtle\" | undefined",
2729
- "description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
2730
- "options": [
2731
- "bold",
2732
- "subtle"
2733
- ]
2734
- },
2735
2047
  "ion-item-option/mode": {
2736
2048
  "type": "\"ios\" | \"md\"",
2737
- "description": "The mode determines the platform behaviors of the component.",
2049
+ "description": "The mode determines which platform styles to use.",
2738
2050
  "options": [
2739
2051
  "ios",
2740
2052
  "md"
@@ -2745,29 +2057,11 @@
2745
2057
  "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
2746
2058
  "options": []
2747
2059
  },
2748
- "ion-item-option/shape": {
2749
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2750
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
2751
- "options": [
2752
- "rectangular",
2753
- "round",
2754
- "soft"
2755
- ]
2756
- },
2757
2060
  "ion-item-option/target": {
2758
2061
  "type": "string | undefined",
2759
2062
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2760
2063
  "options": []
2761
2064
  },
2762
- "ion-item-option/theme": {
2763
- "type": "\"ios\" | \"md\" | \"ionic\"",
2764
- "description": "The theme determines the visual appearance of the component.",
2765
- "options": [
2766
- "ios",
2767
- "md",
2768
- "ionic"
2769
- ]
2770
- },
2771
2065
  "ion-item-option/type": {
2772
2066
  "type": "\"button\" | \"reset\" | \"submit\"",
2773
2067
  "description": "The type of the button.",
@@ -2777,14 +2071,6 @@
2777
2071
  "submit"
2778
2072
  ]
2779
2073
  },
2780
- "ion-item-options/mode": {
2781
- "type": "\"ios\" | \"md\"",
2782
- "description": "The mode determines the platform behaviors of the component.",
2783
- "options": [
2784
- "ios",
2785
- "md"
2786
- ]
2787
- },
2788
2074
  "ion-item-options/side": {
2789
2075
  "type": "\"end\" | \"start\"",
2790
2076
  "description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
@@ -2793,37 +2079,11 @@
2793
2079
  "start"
2794
2080
  ]
2795
2081
  },
2796
- "ion-item-options/theme": {
2797
- "type": "\"ios\" | \"md\" | \"ionic\"",
2798
- "description": "The theme determines the visual appearance of the component.",
2799
- "options": [
2800
- "ios",
2801
- "md",
2802
- "ionic"
2803
- ]
2804
- },
2805
2082
  "ion-item-sliding/disabled": {
2806
2083
  "type": "boolean",
2807
2084
  "description": "If `true`, the user cannot interact with the sliding item.",
2808
2085
  "options": []
2809
2086
  },
2810
- "ion-item-sliding/mode": {
2811
- "type": "\"ios\" | \"md\"",
2812
- "description": "The mode determines the platform behaviors of the component.",
2813
- "options": [
2814
- "ios",
2815
- "md"
2816
- ]
2817
- },
2818
- "ion-item-sliding/theme": {
2819
- "type": "\"ios\" | \"md\" | \"ionic\"",
2820
- "description": "The theme determines the visual appearance of the component.",
2821
- "options": [
2822
- "ios",
2823
- "md",
2824
- "ionic"
2825
- ]
2826
- },
2827
2087
  "ion-label/color": {
2828
2088
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2829
2089
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -2841,7 +2101,7 @@
2841
2101
  },
2842
2102
  "ion-label/mode": {
2843
2103
  "type": "\"ios\" | \"md\"",
2844
- "description": "The mode determines the platform behaviors of the component.",
2104
+ "description": "The mode determines which platform styles to use.",
2845
2105
  "options": [
2846
2106
  "ios",
2847
2107
  "md"
@@ -2856,15 +2116,6 @@
2856
2116
  "stacked"
2857
2117
  ]
2858
2118
  },
2859
- "ion-label/theme": {
2860
- "type": "\"ios\" | \"md\" | \"ionic\"",
2861
- "description": "The theme determines the visual appearance of the component.",
2862
- "options": [
2863
- "ios",
2864
- "md",
2865
- "ionic"
2866
- ]
2867
- },
2868
2119
  "ion-list/inset": {
2869
2120
  "type": "boolean",
2870
2121
  "description": "If `true`, the list will have margin around it and rounded corners.",
@@ -2881,30 +2132,12 @@
2881
2132
  },
2882
2133
  "ion-list/mode": {
2883
2134
  "type": "\"ios\" | \"md\"",
2884
- "description": "The mode determines the platform behaviors of the component.",
2135
+ "description": "The mode determines which platform styles to use.",
2885
2136
  "options": [
2886
2137
  "ios",
2887
2138
  "md"
2888
2139
  ]
2889
2140
  },
2890
- "ion-list/shape": {
2891
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2892
- "description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
2893
- "options": [
2894
- "rectangular",
2895
- "round",
2896
- "soft"
2897
- ]
2898
- },
2899
- "ion-list/theme": {
2900
- "type": "\"ios\" | \"md\" | \"ionic\"",
2901
- "description": "The theme determines the visual appearance of the component.",
2902
- "options": [
2903
- "ios",
2904
- "md",
2905
- "ionic"
2906
- ]
2907
- },
2908
2141
  "ion-list-header/color": {
2909
2142
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2910
2143
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -2931,21 +2164,12 @@
2931
2164
  },
2932
2165
  "ion-list-header/mode": {
2933
2166
  "type": "\"ios\" | \"md\"",
2934
- "description": "The mode determines the platform behaviors of the component.",
2167
+ "description": "The mode determines which platform styles to use.",
2935
2168
  "options": [
2936
2169
  "ios",
2937
2170
  "md"
2938
2171
  ]
2939
2172
  },
2940
- "ion-list-header/theme": {
2941
- "type": "\"ios\" | \"md\" | \"ionic\"",
2942
- "description": "The theme determines the visual appearance of the component.",
2943
- "options": [
2944
- "ios",
2945
- "md",
2946
- "ionic"
2947
- ]
2948
- },
2949
2173
  "ion-loading/animated": {
2950
2174
  "type": "boolean",
2951
2175
  "description": "If `true`, the loading indicator will animate.",
@@ -2998,7 +2222,7 @@
2998
2222
  },
2999
2223
  "ion-loading/mode": {
3000
2224
  "type": "\"ios\" | \"md\"",
3001
- "description": "The mode determines the platform behaviors of the component.",
2225
+ "description": "The mode determines which platform styles to use.",
3002
2226
  "options": [
3003
2227
  "ios",
3004
2228
  "md"
@@ -3024,18 +2248,9 @@
3024
2248
  "lines-small"
3025
2249
  ]
3026
2250
  },
3027
- "ion-loading/theme": {
3028
- "type": "\"ios\" | \"md\" | \"ionic\"",
3029
- "description": "The theme determines the visual appearance of the component.",
3030
- "options": [
3031
- "ios",
3032
- "md",
3033
- "ionic"
3034
- ]
3035
- },
3036
2251
  "ion-loading/translucent": {
3037
2252
  "type": "boolean",
3038
- "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2253
+ "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3039
2254
  "options": []
3040
2255
  },
3041
2256
  "ion-loading/trigger": {
@@ -3063,14 +2278,6 @@
3063
2278
  "description": "An id for the menu.",
3064
2279
  "options": []
3065
2280
  },
3066
- "ion-menu/mode": {
3067
- "type": "\"ios\" | \"md\"",
3068
- "description": "The mode determines the platform behaviors of the component.",
3069
- "options": [
3070
- "ios",
3071
- "md"
3072
- ]
3073
- },
3074
2281
  "ion-menu/side": {
3075
2282
  "type": "\"end\" | \"start\"",
3076
2283
  "description": "Which side of the view the menu should be placed.",
@@ -3084,15 +2291,6 @@
3084
2291
  "description": "If `true`, swiping the menu is enabled.",
3085
2292
  "options": []
3086
2293
  },
3087
- "ion-menu/theme": {
3088
- "type": "\"ios\" | \"md\" | \"ionic\"",
3089
- "description": "The theme determines the visual appearance of the component.",
3090
- "options": [
3091
- "ios",
3092
- "md",
3093
- "ionic"
3094
- ]
3095
- },
3096
2294
  "ion-menu/type": {
3097
2295
  "type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
3098
2296
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -3134,21 +2332,12 @@
3134
2332
  },
3135
2333
  "ion-menu-button/mode": {
3136
2334
  "type": "\"ios\" | \"md\"",
3137
- "description": "The mode determines the platform behaviors of the component.",
2335
+ "description": "The mode determines which platform styles to use.",
3138
2336
  "options": [
3139
2337
  "ios",
3140
2338
  "md"
3141
2339
  ]
3142
2340
  },
3143
- "ion-menu-button/theme": {
3144
- "type": "\"ios\" | \"md\" | \"ionic\"",
3145
- "description": "The theme determines the visual appearance of the component.",
3146
- "options": [
3147
- "ios",
3148
- "md",
3149
- "ionic"
3150
- ]
3151
- },
3152
2341
  "ion-menu-button/type": {
3153
2342
  "type": "\"button\" | \"reset\" | \"submit\"",
3154
2343
  "description": "The type of the button.",
@@ -3168,23 +2357,6 @@
3168
2357
  "description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active.",
3169
2358
  "options": []
3170
2359
  },
3171
- "ion-menu-toggle/mode": {
3172
- "type": "\"ios\" | \"md\"",
3173
- "description": "The mode determines the platform behaviors of the component.",
3174
- "options": [
3175
- "ios",
3176
- "md"
3177
- ]
3178
- },
3179
- "ion-menu-toggle/theme": {
3180
- "type": "\"ios\" | \"md\" | \"ionic\"",
3181
- "description": "The theme determines the visual appearance of the component.",
3182
- "options": [
3183
- "ios",
3184
- "md",
3185
- "ionic"
3186
- ]
3187
- },
3188
2360
  "ion-modal/animated": {
3189
2361
  "type": "boolean",
3190
2362
  "description": "If `true`, the modal will animate.",
@@ -3270,7 +2442,7 @@
3270
2442
  },
3271
2443
  "ion-modal/mode": {
3272
2444
  "type": "\"ios\" | \"md\"",
3273
- "description": "The mode determines the platform behaviors of the component.",
2445
+ "description": "The mode determines which platform styles to use.",
3274
2446
  "options": [
3275
2447
  "ios",
3276
2448
  "md"
@@ -3281,29 +2453,11 @@
3281
2453
  "description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode.",
3282
2454
  "options": []
3283
2455
  },
3284
- "ion-modal/shape": {
3285
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
3286
- "description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
3287
- "options": [
3288
- "rectangular",
3289
- "round",
3290
- "soft"
3291
- ]
3292
- },
3293
2456
  "ion-modal/show-backdrop": {
3294
2457
  "type": "boolean",
3295
2458
  "description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
3296
2459
  "options": []
3297
2460
  },
3298
- "ion-modal/theme": {
3299
- "type": "\"ios\" | \"md\" | \"ionic\"",
3300
- "description": "The theme determines the visual appearance of the component.",
3301
- "options": [
3302
- "ios",
3303
- "md",
3304
- "ionic"
3305
- ]
3306
- },
3307
2461
  "ion-modal/trigger": {
3308
2462
  "type": "string | undefined",
3309
2463
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -3316,17 +2470,9 @@
3316
2470
  },
3317
2471
  "ion-nav/animation": {
3318
2472
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3319
- "description": "By default `ion-nav` animates transition between pages based on the mode (\"ios\" or \"md\").\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
2473
+ "description": "By default `ion-nav` animates transition between pages based in the mode (ios or material design).\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
3320
2474
  "options": []
3321
2475
  },
3322
- "ion-nav/mode": {
3323
- "type": "\"ios\" | \"md\"",
3324
- "description": "The mode determines the platform behaviors of the component.",
3325
- "options": [
3326
- "ios",
3327
- "md"
3328
- ]
3329
- },
3330
2476
  "ion-nav/root": {
3331
2477
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3332
2478
  "description": "Root NavComponent to load",
@@ -3342,15 +2488,6 @@
3342
2488
  "description": "If the nav component should allow for swipe-to-go-back.",
3343
2489
  "options": []
3344
2490
  },
3345
- "ion-nav/theme": {
3346
- "type": "\"ios\" | \"md\" | \"ionic\"",
3347
- "description": "The theme determines the visual appearance of the component.",
3348
- "options": [
3349
- "ios",
3350
- "md",
3351
- "ionic"
3352
- ]
3353
- },
3354
2491
  "ion-nav-link/component": {
3355
2492
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3356
2493
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
@@ -3361,14 +2498,6 @@
3361
2498
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
3362
2499
  "options": []
3363
2500
  },
3364
- "ion-nav-link/mode": {
3365
- "type": "\"ios\" | \"md\"",
3366
- "description": "The mode determines the platform behaviors of the component.",
3367
- "options": [
3368
- "ios",
3369
- "md"
3370
- ]
3371
- },
3372
2501
  "ion-nav-link/router-animation": {
3373
2502
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3374
2503
  "description": "The transition animation when navigating to another page.",
@@ -3383,15 +2512,6 @@
3383
2512
  "root"
3384
2513
  ]
3385
2514
  },
3386
- "ion-nav-link/theme": {
3387
- "type": "\"ios\" | \"md\" | \"ionic\"",
3388
- "description": "The theme determines the visual appearance of the component.",
3389
- "options": [
3390
- "ios",
3391
- "md",
3392
- "ionic"
3393
- ]
3394
- },
3395
2515
  "ion-note/color": {
3396
2516
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3397
2517
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -3409,38 +2529,20 @@
3409
2529
  },
3410
2530
  "ion-note/mode": {
3411
2531
  "type": "\"ios\" | \"md\"",
3412
- "description": "The mode determines the platform behaviors of the component.",
2532
+ "description": "The mode determines which platform styles to use.",
3413
2533
  "options": [
3414
2534
  "ios",
3415
2535
  "md"
3416
2536
  ]
3417
2537
  },
3418
- "ion-note/theme": {
3419
- "type": "\"ios\" | \"md\" | \"ionic\"",
3420
- "description": "The theme determines the visual appearance of the component.",
3421
- "options": [
3422
- "ios",
3423
- "md",
3424
- "ionic"
3425
- ]
3426
- },
3427
2538
  "ion-picker/mode": {
3428
2539
  "type": "\"ios\" | \"md\"",
3429
- "description": "The mode determines the platform behaviors of the component.",
2540
+ "description": "The mode determines which platform styles to use.",
3430
2541
  "options": [
3431
2542
  "ios",
3432
2543
  "md"
3433
2544
  ]
3434
2545
  },
3435
- "ion-picker/theme": {
3436
- "type": "\"ios\" | \"md\" | \"ionic\"",
3437
- "description": "The theme determines the visual appearance of the component.",
3438
- "options": [
3439
- "ios",
3440
- "md",
3441
- "ionic"
3442
- ]
3443
- },
3444
2546
  "ion-picker-column/color": {
3445
2547
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3446
2548
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -3463,21 +2565,12 @@
3463
2565
  },
3464
2566
  "ion-picker-column/mode": {
3465
2567
  "type": "\"ios\" | \"md\"",
3466
- "description": "The mode determines the platform behaviors of the component.",
2568
+ "description": "The mode determines which platform styles to use.",
3467
2569
  "options": [
3468
2570
  "ios",
3469
2571
  "md"
3470
2572
  ]
3471
2573
  },
3472
- "ion-picker-column/theme": {
3473
- "type": "\"ios\" | \"md\" | \"ionic\"",
3474
- "description": "The theme determines the visual appearance of the component.",
3475
- "options": [
3476
- "ios",
3477
- "md",
3478
- "ionic"
3479
- ]
3480
- },
3481
2574
  "ion-picker-column/value": {
3482
2575
  "type": "number | string | undefined",
3483
2576
  "description": "The selected option in the picker.",
@@ -3503,23 +2596,6 @@
3503
2596
  "description": "If `true`, the user cannot interact with the picker column option.",
3504
2597
  "options": []
3505
2598
  },
3506
- "ion-picker-column-option/mode": {
3507
- "type": "\"ios\" | \"md\"",
3508
- "description": "The mode determines the platform behaviors of the component.",
3509
- "options": [
3510
- "ios",
3511
- "md"
3512
- ]
3513
- },
3514
- "ion-picker-column-option/theme": {
3515
- "type": "\"ios\" | \"md\" | \"ionic\"",
3516
- "description": "The theme determines the visual appearance of the component.",
3517
- "options": [
3518
- "ios",
3519
- "md",
3520
- "ionic"
3521
- ]
3522
- },
3523
2599
  "ion-picker-column-option/value": {
3524
2600
  "type": "any",
3525
2601
  "description": "The text value of the option.",
@@ -3582,7 +2658,7 @@
3582
2658
  },
3583
2659
  "ion-picker-legacy/mode": {
3584
2660
  "type": "\"ios\" | \"md\"",
3585
- "description": "The mode determines the platform behaviors of the component.",
2661
+ "description": "The mode determines which platform styles to use.",
3586
2662
  "options": [
3587
2663
  "ios",
3588
2664
  "md"
@@ -3593,15 +2669,6 @@
3593
2669
  "description": "If `true`, a backdrop will be displayed behind the picker.",
3594
2670
  "options": []
3595
2671
  },
3596
- "ion-picker-legacy/theme": {
3597
- "type": "\"ios\" | \"md\" | \"ionic\"",
3598
- "description": "The theme determines the visual appearance of the component.",
3599
- "options": [
3600
- "ios",
3601
- "md",
3602
- "ionic"
3603
- ]
3604
- },
3605
2672
  "ion-picker-legacy/trigger": {
3606
2673
  "type": "string | undefined",
3607
2674
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -3609,7 +2676,7 @@
3609
2676
  },
3610
2677
  "ion-popover/alignment": {
3611
2678
  "type": "\"center\" | \"end\" | \"start\" | undefined",
3612
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
2679
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
3613
2680
  "options": [
3614
2681
  "center",
3615
2682
  "end",
@@ -3623,7 +2690,7 @@
3623
2690
  },
3624
2691
  "ion-popover/arrow": {
3625
2692
  "type": "boolean",
3626
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
2693
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
3627
2694
  "options": []
3628
2695
  },
3629
2696
  "ion-popover/backdrop-dismiss": {
@@ -3688,7 +2755,7 @@
3688
2755
  },
3689
2756
  "ion-popover/mode": {
3690
2757
  "type": "\"ios\" | \"md\"",
3691
- "description": "The mode determines the platform behaviors of the component.",
2758
+ "description": "The mode determines which platform styles to use.",
3692
2759
  "options": [
3693
2760
  "ios",
3694
2761
  "md"
@@ -3727,18 +2794,9 @@
3727
2794
  "cover"
3728
2795
  ]
3729
2796
  },
3730
- "ion-popover/theme": {
3731
- "type": "\"ios\" | \"md\" | \"ionic\"",
3732
- "description": "The theme determines the visual appearance of the component.",
3733
- "options": [
3734
- "ios",
3735
- "md",
3736
- "ionic"
3737
- ]
3738
- },
3739
2797
  "ion-popover/translucent": {
3740
2798
  "type": "boolean",
3741
- "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2799
+ "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3742
2800
  "options": []
3743
2801
  },
3744
2802
  "ion-popover/trigger": {
@@ -3777,7 +2835,7 @@
3777
2835
  },
3778
2836
  "ion-progress-bar/mode": {
3779
2837
  "type": "\"ios\" | \"md\"",
3780
- "description": "The mode determines the platform behaviors of the component.",
2838
+ "description": "The mode determines which platform styles to use.",
3781
2839
  "options": [
3782
2840
  "ios",
3783
2841
  "md"
@@ -3788,23 +2846,6 @@
3788
2846
  "description": "If true, reverse the progress bar direction.",
3789
2847
  "options": []
3790
2848
  },
3791
- "ion-progress-bar/shape": {
3792
- "type": "\"rectangular\" | \"round\" | undefined",
3793
- "description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
3794
- "options": [
3795
- "rectangular",
3796
- "round"
3797
- ]
3798
- },
3799
- "ion-progress-bar/theme": {
3800
- "type": "\"ios\" | \"md\" | \"ionic\"",
3801
- "description": "The theme determines the visual appearance of the component.",
3802
- "options": [
3803
- "ios",
3804
- "md",
3805
- "ionic"
3806
- ]
3807
- },
3808
2849
  "ion-progress-bar/type": {
3809
2850
  "type": "\"determinate\" | \"indeterminate\"",
3810
2851
  "description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
@@ -3867,7 +2908,7 @@
3867
2908
  },
3868
2909
  "ion-radio/mode": {
3869
2910
  "type": "\"ios\" | \"md\"",
3870
- "description": "The mode determines the platform behaviors of the component.",
2911
+ "description": "The mode determines which platform styles to use.",
3871
2912
  "options": [
3872
2913
  "ios",
3873
2914
  "md"
@@ -3878,15 +2919,6 @@
3878
2919
  "description": "The name of the control, which is submitted with the form data.",
3879
2920
  "options": []
3880
2921
  },
3881
- "ion-radio/theme": {
3882
- "type": "\"ios\" | \"md\" | \"ionic\"",
3883
- "description": "The theme determines the visual appearance of the component.",
3884
- "options": [
3885
- "ios",
3886
- "md",
3887
- "ionic"
3888
- ]
3889
- },
3890
2922
  "ion-radio/value": {
3891
2923
  "type": "any",
3892
2924
  "description": "the value of the radio.",
@@ -3912,28 +2944,11 @@
3912
2944
  "description": "The helper text to display at the top of the radio group.",
3913
2945
  "options": []
3914
2946
  },
3915
- "ion-radio-group/mode": {
3916
- "type": "\"ios\" | \"md\"",
3917
- "description": "The mode determines the platform behaviors of the component.",
3918
- "options": [
3919
- "ios",
3920
- "md"
3921
- ]
3922
- },
3923
2947
  "ion-radio-group/name": {
3924
2948
  "type": "string",
3925
2949
  "description": "The name of the control, which is submitted with the form data.",
3926
2950
  "options": []
3927
2951
  },
3928
- "ion-radio-group/theme": {
3929
- "type": "\"ios\" | \"md\" | \"ionic\"",
3930
- "description": "The theme determines the visual appearance of the component.",
3931
- "options": [
3932
- "ios",
3933
- "md",
3934
- "ionic"
3935
- ]
3936
- },
3937
2952
  "ion-radio-group/value": {
3938
2953
  "type": "any",
3939
2954
  "description": "the value of the radio group.",
@@ -4001,7 +3016,7 @@
4001
3016
  },
4002
3017
  "ion-range/mode": {
4003
3018
  "type": "\"ios\" | \"md\"",
4004
- "description": "The mode determines the platform behaviors of the component.",
3019
+ "description": "The mode determines which platform styles to use.",
4005
3020
  "options": [
4006
3021
  "ios",
4007
3022
  "md"
@@ -4032,15 +3047,6 @@
4032
3047
  "description": "Specifies the value granularity.",
4033
3048
  "options": []
4034
3049
  },
4035
- "ion-range/theme": {
4036
- "type": "\"ios\" | \"md\" | \"ionic\"",
4037
- "description": "The theme determines the visual appearance of the component.",
4038
- "options": [
4039
- "ios",
4040
- "md",
4041
- "ionic"
4042
- ]
4043
- },
4044
3050
  "ion-range/ticks": {
4045
3051
  "type": "boolean",
4046
3052
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -4063,7 +3069,7 @@
4063
3069
  },
4064
3070
  "ion-refresher/mode": {
4065
3071
  "type": "\"ios\" | \"md\"",
4066
- "description": "The mode determines the platform behaviors of the component.",
3072
+ "description": "The mode determines which platform styles to use.",
4067
3073
  "options": [
4068
3074
  "ios",
4069
3075
  "md"
@@ -4089,23 +3095,6 @@
4089
3095
  "description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher.",
4090
3096
  "options": []
4091
3097
  },
4092
- "ion-refresher/theme": {
4093
- "type": "\"ios\" | \"md\" | \"ionic\"",
4094
- "description": "The theme determines the visual appearance of the component.",
4095
- "options": [
4096
- "ios",
4097
- "md",
4098
- "ionic"
4099
- ]
4100
- },
4101
- "ion-refresher-content/mode": {
4102
- "type": "\"ios\" | \"md\"",
4103
- "description": "The mode determines the platform behaviors of the component.",
4104
- "options": [
4105
- "ios",
4106
- "md"
4107
- ]
4108
- },
4109
3098
  "ion-refresher-content/pulling-icon": {
4110
3099
  "type": "null | string | undefined",
4111
3100
  "description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices.",
@@ -4136,71 +3125,11 @@
4136
3125
  "description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
4137
3126
  "options": []
4138
3127
  },
4139
- "ion-refresher-content/theme": {
4140
- "type": "\"ios\" | \"md\" | \"ionic\"",
4141
- "description": "The theme determines the visual appearance of the component.",
4142
- "options": [
4143
- "ios",
4144
- "md",
4145
- "ionic"
4146
- ]
4147
- },
4148
- "ion-reorder/mode": {
4149
- "type": "\"ios\" | \"md\"",
4150
- "description": "The mode determines the platform behaviors of the component.",
4151
- "options": [
4152
- "ios",
4153
- "md"
4154
- ]
4155
- },
4156
- "ion-reorder/theme": {
4157
- "type": "\"ios\" | \"md\" | \"ionic\"",
4158
- "description": "The theme determines the visual appearance of the component.",
4159
- "options": [
4160
- "ios",
4161
- "md",
4162
- "ionic"
4163
- ]
4164
- },
4165
3128
  "ion-reorder-group/disabled": {
4166
3129
  "type": "boolean",
4167
3130
  "description": "If `true`, the reorder will be hidden.",
4168
3131
  "options": []
4169
3132
  },
4170
- "ion-reorder-group/mode": {
4171
- "type": "\"ios\" | \"md\"",
4172
- "description": "The mode determines the platform behaviors of the component.",
4173
- "options": [
4174
- "ios",
4175
- "md"
4176
- ]
4177
- },
4178
- "ion-reorder-group/theme": {
4179
- "type": "\"ios\" | \"md\" | \"ionic\"",
4180
- "description": "The theme determines the visual appearance of the component.",
4181
- "options": [
4182
- "ios",
4183
- "md",
4184
- "ionic"
4185
- ]
4186
- },
4187
- "ion-ripple-effect/mode": {
4188
- "type": "\"ios\" | \"md\"",
4189
- "description": "The mode determines the platform behaviors of the component.",
4190
- "options": [
4191
- "ios",
4192
- "md"
4193
- ]
4194
- },
4195
- "ion-ripple-effect/theme": {
4196
- "type": "\"ios\" | \"md\" | \"ionic\"",
4197
- "description": "The theme determines the visual appearance of the component.",
4198
- "options": [
4199
- "ios",
4200
- "md",
4201
- "ionic"
4202
- ]
4203
- },
4204
3133
  "ion-ripple-effect/type": {
4205
3134
  "type": "\"bounded\" | \"unbounded\"",
4206
3135
  "description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
@@ -4229,23 +3158,6 @@
4229
3158
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
4230
3159
  "options": []
4231
3160
  },
4232
- "ion-route/mode": {
4233
- "type": "\"ios\" | \"md\"",
4234
- "description": "The mode determines the platform behaviors of the component.",
4235
- "options": [
4236
- "ios",
4237
- "md"
4238
- ]
4239
- },
4240
- "ion-route/theme": {
4241
- "type": "\"ios\" | \"md\" | \"ionic\"",
4242
- "description": "The theme determines the visual appearance of the component.",
4243
- "options": [
4244
- "ios",
4245
- "md",
4246
- "ionic"
4247
- ]
4248
- },
4249
3161
  "ion-route/url": {
4250
3162
  "type": "string",
4251
3163
  "description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props.",
@@ -4261,28 +3173,11 @@
4261
3173
  "description": "A redirect route, redirects \"from\" a URL \"to\" another URL. This property is that \"to\" URL.\nWhen the defined `ion-route-redirect` rule matches, the router will redirect to the path\nspecified in this property.\n\nThe value of this property is always an absolute path inside the scope of routes defined in\n`ion-router` it can't be used with another router or to perform a redirection to a different domain.\n\nNote that this is a virtual redirect, it will not cause a real browser refresh, again, it's\na redirect inside the context of ion-router.\n\nWhen this property is not specified or his value is `undefined` the whole redirect route is noop,\neven if the \"from\" value matches.",
4262
3174
  "options": []
4263
3175
  },
4264
- "ion-router/mode": {
4265
- "type": "\"ios\" | \"md\"",
4266
- "description": "The mode determines the platform behaviors of the component.",
4267
- "options": [
4268
- "ios",
4269
- "md"
4270
- ]
4271
- },
4272
3176
  "ion-router/root": {
4273
3177
  "type": "string",
4274
3178
  "description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths.",
4275
3179
  "options": []
4276
3180
  },
4277
- "ion-router/theme": {
4278
- "type": "\"ios\" | \"md\" | \"ionic\"",
4279
- "description": "The theme determines the visual appearance of the component.",
4280
- "options": [
4281
- "ios",
4282
- "md",
4283
- "ionic"
4284
- ]
4285
- },
4286
3181
  "ion-router/use-hash": {
4287
3182
  "type": "boolean",
4288
3183
  "description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs.",
@@ -4308,14 +3203,6 @@
4308
3203
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
4309
3204
  "options": []
4310
3205
  },
4311
- "ion-router-link/mode": {
4312
- "type": "\"ios\" | \"md\"",
4313
- "description": "The mode determines the platform behaviors of the component.",
4314
- "options": [
4315
- "ios",
4316
- "md"
4317
- ]
4318
- },
4319
3206
  "ion-router-link/rel": {
4320
3207
  "type": "string | undefined",
4321
3208
  "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
@@ -4340,15 +3227,6 @@
4340
3227
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
4341
3228
  "options": []
4342
3229
  },
4343
- "ion-router-link/theme": {
4344
- "type": "\"ios\" | \"md\" | \"ionic\"",
4345
- "description": "The theme determines the visual appearance of the component.",
4346
- "options": [
4347
- "ios",
4348
- "md",
4349
- "ionic"
4350
- ]
4351
- },
4352
3230
  "ion-router-outlet/animated": {
4353
3231
  "type": "boolean",
4354
3232
  "description": "If `true`, the router-outlet should animate the transition of components.",
@@ -4361,38 +3239,12 @@
4361
3239
  },
4362
3240
  "ion-router-outlet/mode": {
4363
3241
  "type": "\"ios\" | \"md\"",
4364
- "description": "The mode determines the platform behaviors of the component.",
4365
- "options": [
4366
- "ios",
4367
- "md"
4368
- ]
4369
- },
4370
- "ion-router-outlet/theme": {
4371
- "type": "\"ios\" | \"md\" | \"ionic\"",
4372
- "description": "The theme determines the visual appearance of the component.",
4373
- "options": [
4374
- "ios",
4375
- "md",
4376
- "ionic"
4377
- ]
4378
- },
4379
- "ion-row/mode": {
4380
- "type": "\"ios\" | \"md\"",
4381
- "description": "The mode determines the platform behaviors of the component.",
3242
+ "description": "The mode determines which platform styles to use.",
4382
3243
  "options": [
4383
3244
  "ios",
4384
3245
  "md"
4385
3246
  ]
4386
3247
  },
4387
- "ion-row/theme": {
4388
- "type": "\"ios\" | \"md\" | \"ionic\"",
4389
- "description": "The theme determines the visual appearance of the component.",
4390
- "options": [
4391
- "ios",
4392
- "md",
4393
- "ionic"
4394
- ]
4395
- },
4396
3248
  "ion-searchbar/animated": {
4397
3249
  "type": "boolean",
4398
3250
  "description": "If `true`, enable searchbar animation.",
@@ -4472,18 +3324,18 @@
4472
3324
  ]
4473
3325
  },
4474
3326
  "ion-searchbar/cancel-button-icon": {
4475
- "type": "string | undefined",
4476
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
3327
+ "type": "string",
3328
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
4477
3329
  "options": []
4478
3330
  },
4479
3331
  "ion-searchbar/cancel-button-text": {
4480
3332
  "type": "string",
4481
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
3333
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
4482
3334
  "options": []
4483
3335
  },
4484
3336
  "ion-searchbar/clear-icon": {
4485
3337
  "type": "string | undefined",
4486
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
3338
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
4487
3339
  "options": []
4488
3340
  },
4489
3341
  "ion-searchbar/color": {
@@ -4550,7 +3402,7 @@
4550
3402
  },
4551
3403
  "ion-searchbar/mode": {
4552
3404
  "type": "\"ios\" | \"md\"",
4553
- "description": "The mode determines the platform behaviors of the component.",
3405
+ "description": "The mode determines which platform styles to use.",
4554
3406
  "options": [
4555
3407
  "ios",
4556
3408
  "md"
@@ -4567,19 +3419,10 @@
4567
3419
  "options": []
4568
3420
  },
4569
3421
  "ion-searchbar/search-icon": {
4570
- "type": "boolean | string | undefined",
4571
- "description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
3422
+ "type": "string | undefined",
3423
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
4572
3424
  "options": []
4573
3425
  },
4574
- "ion-searchbar/shape": {
4575
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4576
- "description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
4577
- "options": [
4578
- "rectangular",
4579
- "round",
4580
- "soft"
4581
- ]
4582
- },
4583
3426
  "ion-searchbar/show-cancel-button": {
4584
3427
  "type": "\"always\" | \"focus\" | \"never\"",
4585
3428
  "description": "Sets the behavior for the cancel button. Defaults to `\"never\"`.\nSetting to `\"focus\"` shows the cancel button on focus.\nSetting to `\"never\"` hides the cancel button.\nSetting to `\"always\"` shows the cancel button regardless\nof focus state.",
@@ -4598,29 +3441,11 @@
4598
3441
  "never"
4599
3442
  ]
4600
3443
  },
4601
- "ion-searchbar/size": {
4602
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4603
- "description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
4604
- "options": [
4605
- "large",
4606
- "medium",
4607
- "small"
4608
- ]
4609
- },
4610
3444
  "ion-searchbar/spellcheck": {
4611
3445
  "type": "boolean",
4612
3446
  "description": "If `true`, enable spellcheck on the input.",
4613
3447
  "options": []
4614
3448
  },
4615
- "ion-searchbar/theme": {
4616
- "type": "\"ios\" | \"md\" | \"ionic\"",
4617
- "description": "The theme determines the visual appearance of the component.",
4618
- "options": [
4619
- "ios",
4620
- "md",
4621
- "ionic"
4622
- ]
4623
- },
4624
3449
  "ion-searchbar/type": {
4625
3450
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
4626
3451
  "description": "Set the type of the input.",
@@ -4661,7 +3486,7 @@
4661
3486
  },
4662
3487
  "ion-segment/mode": {
4663
3488
  "type": "\"ios\" | \"md\"",
4664
- "description": "The mode determines the platform behaviors of the component.",
3489
+ "description": "The mode determines which platform styles to use.",
4665
3490
  "options": [
4666
3491
  "ios",
4667
3492
  "md"
@@ -4682,15 +3507,6 @@
4682
3507
  "description": "If `true`, users will be able to swipe between segment buttons to activate them.",
4683
3508
  "options": []
4684
3509
  },
4685
- "ion-segment/theme": {
4686
- "type": "\"ios\" | \"md\" | \"ionic\"",
4687
- "description": "The theme determines the visual appearance of the component.",
4688
- "options": [
4689
- "ios",
4690
- "md",
4691
- "ionic"
4692
- ]
4693
- },
4694
3510
  "ion-segment/value": {
4695
3511
  "type": "number | string | undefined",
4696
3512
  "description": "the value of the segment.",
@@ -4720,21 +3536,12 @@
4720
3536
  },
4721
3537
  "ion-segment-button/mode": {
4722
3538
  "type": "\"ios\" | \"md\"",
4723
- "description": "The mode determines the platform behaviors of the component.",
3539
+ "description": "The mode determines which platform styles to use.",
4724
3540
  "options": [
4725
3541
  "ios",
4726
3542
  "md"
4727
3543
  ]
4728
3544
  },
4729
- "ion-segment-button/theme": {
4730
- "type": "\"ios\" | \"md\" | \"ionic\"",
4731
- "description": "The theme determines the visual appearance of the component.",
4732
- "options": [
4733
- "ios",
4734
- "md",
4735
- "ionic"
4736
- ]
4737
- },
4738
3545
  "ion-segment-button/type": {
4739
3546
  "type": "\"button\" | \"reset\" | \"submit\"",
4740
3547
  "description": "The type of the button.",
@@ -4759,11 +3566,6 @@
4759
3566
  "description": "If `true`, users will be able to swipe the segment view to navigate between segment contents.",
4760
3567
  "options": []
4761
3568
  },
4762
- "ion-select/cancel-icon": {
4763
- "type": "boolean",
4764
- "description": "If `true`, the cancel button will display an icon instead of the `cancelText`.\nOnly applies when `interface` is set to `\"modal\"`. Has no effect on `\"action-sheet\"`,\n`\"alert\"`, or `\"popover\"` interfaces.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored for display\nbut is used as the accessible label for the icon button.",
4765
- "options": []
4766
- },
4767
3569
  "ion-select/cancel-text": {
4768
3570
  "type": "string",
4769
3571
  "description": "The text to display on the cancel button.",
@@ -4801,12 +3603,12 @@
4801
3603
  },
4802
3604
  "ion-select/expanded-icon": {
4803
3605
  "type": "string | undefined",
4804
- "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
3606
+ "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
4805
3607
  "options": []
4806
3608
  },
4807
3609
  "ion-select/fill": {
4808
3610
  "type": "\"outline\" | \"solid\" | undefined",
4809
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
3611
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
4810
3612
  "options": [
4811
3613
  "outline",
4812
3614
  "solid"
@@ -4859,7 +3661,7 @@
4859
3661
  },
4860
3662
  "ion-select/mode": {
4861
3663
  "type": "\"ios\" | \"md\"",
4862
- "description": "The mode determines the platform behaviors of the component.",
3664
+ "description": "The mode determines which platform styles to use.",
4863
3665
  "options": [
4864
3666
  "ios",
4865
3667
  "md"
@@ -4896,35 +3698,15 @@
4896
3698
  "options": []
4897
3699
  },
4898
3700
  "ion-select/shape": {
4899
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4900
- "description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
4901
- "options": [
4902
- "rectangular",
4903
- "round",
4904
- "soft"
4905
- ]
4906
- },
4907
- "ion-select/size": {
4908
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4909
- "description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
3701
+ "type": "\"round\" | undefined",
3702
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
4910
3703
  "options": [
4911
- "large",
4912
- "medium",
4913
- "small"
4914
- ]
4915
- },
4916
- "ion-select/theme": {
4917
- "type": "\"ios\" | \"md\" | \"ionic\"",
4918
- "description": "The theme determines the visual appearance of the component.",
4919
- "options": [
4920
- "ios",
4921
- "md",
4922
- "ionic"
3704
+ "round"
4923
3705
  ]
4924
3706
  },
4925
3707
  "ion-select/toggle-icon": {
4926
3708
  "type": "string | undefined",
4927
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
3709
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
4928
3710
  "options": []
4929
3711
  },
4930
3712
  "ion-select/value": {
@@ -4932,11 +3714,6 @@
4932
3714
  "description": "The value of the select.",
4933
3715
  "options": []
4934
3716
  },
4935
- "ion-select-modal/cancel-icon": {
4936
- "type": "boolean",
4937
- "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
4938
- "options": []
4939
- },
4940
3717
  "ion-select-modal/cancel-text": {
4941
3718
  "type": "string",
4942
3719
  "description": "The text to display on the cancel button.",
@@ -4957,33 +3734,11 @@
4957
3734
  "description": "",
4958
3735
  "options": []
4959
3736
  },
4960
- "ion-select-option/description": {
4961
- "type": "string | undefined",
4962
- "description": "Text that is placed underneath the option text to provide additional details about the option.",
4963
- "options": []
4964
- },
4965
3737
  "ion-select-option/disabled": {
4966
3738
  "type": "boolean",
4967
3739
  "description": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons.",
4968
3740
  "options": []
4969
3741
  },
4970
- "ion-select-option/mode": {
4971
- "type": "\"ios\" | \"md\"",
4972
- "description": "The mode determines the platform behaviors of the component.",
4973
- "options": [
4974
- "ios",
4975
- "md"
4976
- ]
4977
- },
4978
- "ion-select-option/theme": {
4979
- "type": "\"ios\" | \"md\" | \"ionic\"",
4980
- "description": "The theme determines the visual appearance of the component.",
4981
- "options": [
4982
- "ios",
4983
- "md",
4984
- "ionic"
4985
- ]
4986
- },
4987
3742
  "ion-select-option/value": {
4988
3743
  "type": "any",
4989
3744
  "description": "The text value of the option.",
@@ -4994,23 +3749,6 @@
4994
3749
  "description": "If `true`, the skeleton text will animate.",
4995
3750
  "options": []
4996
3751
  },
4997
- "ion-skeleton-text/mode": {
4998
- "type": "\"ios\" | \"md\"",
4999
- "description": "The mode determines the platform behaviors of the component.",
5000
- "options": [
5001
- "ios",
5002
- "md"
5003
- ]
5004
- },
5005
- "ion-skeleton-text/theme": {
5006
- "type": "\"ios\" | \"md\" | \"ionic\"",
5007
- "description": "The theme determines the visual appearance of the component.",
5008
- "options": [
5009
- "ios",
5010
- "md",
5011
- "ionic"
5012
- ]
5013
- },
5014
3752
  "ion-spinner/color": {
5015
3753
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5016
3754
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -5031,14 +3769,6 @@
5031
3769
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
5032
3770
  "options": []
5033
3771
  },
5034
- "ion-spinner/mode": {
5035
- "type": "\"ios\" | \"md\"",
5036
- "description": "The mode determines the platform behaviors of the component.",
5037
- "options": [
5038
- "ios",
5039
- "md"
5040
- ]
5041
- },
5042
3772
  "ion-spinner/name": {
5043
3773
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
5044
3774
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -5059,26 +3789,6 @@
5059
3789
  "description": "If `true`, the spinner's animation will be paused.",
5060
3790
  "options": []
5061
3791
  },
5062
- "ion-spinner/size": {
5063
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
5064
- "description": "Set to `\"xsmall\"` for the smallest size.\nSet to `\"small\"` for a smaller size.\nSet to `\"medium\"` for a medium size.\nSet to `\"large\"` for a large size.\nSet to `\"xlarge\"` for the largest size.\n\nDefaults to `\"xsmall\"` for the `ionic` theme, undefined for all other themes.",
5065
- "options": [
5066
- "large",
5067
- "medium",
5068
- "small",
5069
- "xlarge",
5070
- "xsmall"
5071
- ]
5072
- },
5073
- "ion-spinner/theme": {
5074
- "type": "\"ios\" | \"md\" | \"ionic\"",
5075
- "description": "The theme determines the visual appearance of the component.",
5076
- "options": [
5077
- "ios",
5078
- "md",
5079
- "ionic"
5080
- ]
5081
- },
5082
3792
  "ion-split-pane/content-id": {
5083
3793
  "type": "string | undefined",
5084
3794
  "description": "The `id` of the main content. When using\na router this is typically `ion-router-outlet`.\nWhen not using a router, this is typically\nyour main view's `ion-content`. This is not the\nid of the `ion-content` inside of your `ion-menu`.",
@@ -5089,23 +3799,6 @@
5089
3799
  "description": "If `true`, the split pane will be hidden.",
5090
3800
  "options": []
5091
3801
  },
5092
- "ion-split-pane/mode": {
5093
- "type": "\"ios\" | \"md\"",
5094
- "description": "The mode determines the platform behaviors of the component.",
5095
- "options": [
5096
- "ios",
5097
- "md"
5098
- ]
5099
- },
5100
- "ion-split-pane/theme": {
5101
- "type": "\"ios\" | \"md\" | \"ionic\"",
5102
- "description": "The theme determines the visual appearance of the component.",
5103
- "options": [
5104
- "ios",
5105
- "md",
5106
- "ionic"
5107
- ]
5108
- },
5109
3802
  "ion-split-pane/when": {
5110
3803
  "type": "boolean | string",
5111
3804
  "description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression.",
@@ -5116,28 +3809,11 @@
5116
3809
  "description": "The component to display inside of the tab.",
5117
3810
  "options": []
5118
3811
  },
5119
- "ion-tab/mode": {
5120
- "type": "\"ios\" | \"md\"",
5121
- "description": "The mode determines the platform behaviors of the component.",
5122
- "options": [
5123
- "ios",
5124
- "md"
5125
- ]
5126
- },
5127
3812
  "ion-tab/tab": {
5128
3813
  "type": "string",
5129
3814
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
5130
3815
  "options": []
5131
3816
  },
5132
- "ion-tab/theme": {
5133
- "type": "\"ios\" | \"md\" | \"ionic\"",
5134
- "description": "The theme determines the visual appearance of the component.",
5135
- "options": [
5136
- "ios",
5137
- "md",
5138
- "ionic"
5139
- ]
5140
- },
5141
3817
  "ion-tab-bar/color": {
5142
3818
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5143
3819
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -5153,22 +3829,9 @@
5153
3829
  "warning"
5154
3830
  ]
5155
3831
  },
5156
- "ion-tab-bar/expand": {
5157
- "type": "\"compact\" | \"full\"",
5158
- "description": "Set to `\"compact\"` to display a width based on the items\ninside the tab bar. This value will only work for the\n`ionic` theme.\n\nSet to `\"full\"` to display a full width tab bar.\n\nDefaults to `\"full\"`.",
5159
- "options": [
5160
- "compact",
5161
- "full"
5162
- ]
5163
- },
5164
- "ion-tab-bar/hide-on-scroll": {
5165
- "type": "boolean",
5166
- "description": "If `true`, the tab bar will be hidden when the user scrolls down\nand shown when the user scrolls up.\nOnly applies when the theme is `\"ionic\"` and `expand` is `\"compact\"`.",
5167
- "options": []
5168
- },
5169
3832
  "ion-tab-bar/mode": {
5170
3833
  "type": "\"ios\" | \"md\"",
5171
- "description": "The mode determines the platform behaviors of the component.",
3834
+ "description": "The mode determines which platform styles to use.",
5172
3835
  "options": [
5173
3836
  "ios",
5174
3837
  "md"
@@ -5179,27 +3842,9 @@
5179
3842
  "description": "The selected tab component",
5180
3843
  "options": []
5181
3844
  },
5182
- "ion-tab-bar/shape": {
5183
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5184
- "description": "Set to `\"soft\"` for a tab bar with slightly rounded corners,\n`\"round\"` for a tab bar with fully rounded corners, or\n`\"rectangular\"` for a tab bar without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
5185
- "options": [
5186
- "rectangular",
5187
- "round",
5188
- "soft"
5189
- ]
5190
- },
5191
- "ion-tab-bar/theme": {
5192
- "type": "\"ios\" | \"md\" | \"ionic\"",
5193
- "description": "The theme determines the visual appearance of the component.",
5194
- "options": [
5195
- "ios",
5196
- "md",
5197
- "ionic"
5198
- ]
5199
- },
5200
3845
  "ion-tab-bar/translucent": {
5201
3846
  "type": "boolean",
5202
- "description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3847
+ "description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
5203
3848
  "options": []
5204
3849
  },
5205
3850
  "ion-tab-button/disabled": {
@@ -5231,7 +3876,7 @@
5231
3876
  },
5232
3877
  "ion-tab-button/mode": {
5233
3878
  "type": "\"ios\" | \"md\"",
5234
- "description": "The mode determines the platform behaviors of the component.",
3879
+ "description": "The mode determines which platform styles to use.",
5235
3880
  "options": [
5236
3881
  "ios",
5237
3882
  "md"
@@ -5247,15 +3892,6 @@
5247
3892
  "description": "The selected tab component",
5248
3893
  "options": []
5249
3894
  },
5250
- "ion-tab-button/shape": {
5251
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5252
- "description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
5253
- "options": [
5254
- "rectangular",
5255
- "round",
5256
- "soft"
5257
- ]
5258
- },
5259
3895
  "ion-tab-button/tab": {
5260
3896
  "type": "string | undefined",
5261
3897
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
@@ -5266,32 +3902,6 @@
5266
3902
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
5267
3903
  "options": []
5268
3904
  },
5269
- "ion-tab-button/theme": {
5270
- "type": "\"ios\" | \"md\" | \"ionic\"",
5271
- "description": "The theme determines the visual appearance of the component.",
5272
- "options": [
5273
- "ios",
5274
- "md",
5275
- "ionic"
5276
- ]
5277
- },
5278
- "ion-tabs/mode": {
5279
- "type": "\"ios\" | \"md\"",
5280
- "description": "The mode determines the platform behaviors of the component.",
5281
- "options": [
5282
- "ios",
5283
- "md"
5284
- ]
5285
- },
5286
- "ion-tabs/theme": {
5287
- "type": "\"ios\" | \"md\" | \"ionic\"",
5288
- "description": "The theme determines the visual appearance of the component.",
5289
- "options": [
5290
- "ios",
5291
- "md",
5292
- "ionic"
5293
- ]
5294
- },
5295
3905
  "ion-text/color": {
5296
3906
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5297
3907
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -5309,21 +3919,12 @@
5309
3919
  },
5310
3920
  "ion-text/mode": {
5311
3921
  "type": "\"ios\" | \"md\"",
5312
- "description": "The mode determines the platform behaviors of the component.",
3922
+ "description": "The mode determines which platform styles to use.",
5313
3923
  "options": [
5314
3924
  "ios",
5315
3925
  "md"
5316
3926
  ]
5317
3927
  },
5318
- "ion-text/theme": {
5319
- "type": "\"ios\" | \"md\" | \"ionic\"",
5320
- "description": "The theme determines the visual appearance of the component.",
5321
- "options": [
5322
- "ios",
5323
- "md",
5324
- "ionic"
5325
- ]
5326
- },
5327
3928
  "ion-textarea/auto-grow": {
5328
3929
  "type": "boolean",
5329
3930
  "description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
@@ -5404,7 +4005,7 @@
5404
4005
  },
5405
4006
  "ion-textarea/fill": {
5406
4007
  "type": "\"outline\" | \"solid\" | undefined",
5407
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
4008
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
5408
4009
  "options": [
5409
4010
  "outline",
5410
4011
  "solid"
@@ -5457,7 +4058,7 @@
5457
4058
  },
5458
4059
  "ion-textarea/mode": {
5459
4060
  "type": "\"ios\" | \"md\"",
5460
- "description": "The mode determines the platform behaviors of the component.",
4061
+ "description": "The mode determines which platform styles to use.",
5461
4062
  "options": [
5462
4063
  "ios",
5463
4064
  "md"
@@ -5489,21 +4090,10 @@
5489
4090
  "options": []
5490
4091
  },
5491
4092
  "ion-textarea/shape": {
5492
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5493
- "description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
5494
- "options": [
5495
- "rectangular",
5496
- "round",
5497
- "soft"
5498
- ]
5499
- },
5500
- "ion-textarea/size": {
5501
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
5502
- "description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
4093
+ "type": "\"round\" | undefined",
4094
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
5503
4095
  "options": [
5504
- "large",
5505
- "medium",
5506
- "small"
4096
+ "round"
5507
4097
  ]
5508
4098
  },
5509
4099
  "ion-textarea/spellcheck": {
@@ -5511,15 +4101,6 @@
5511
4101
  "description": "If `true`, the element will have its spelling and grammar checked.",
5512
4102
  "options": []
5513
4103
  },
5514
- "ion-textarea/theme": {
5515
- "type": "\"ios\" | \"md\" | \"ionic\"",
5516
- "description": "The theme determines the visual appearance of the component.",
5517
- "options": [
5518
- "ios",
5519
- "md",
5520
- "ionic"
5521
- ]
5522
- },
5523
4104
  "ion-textarea/value": {
5524
4105
  "type": "null | string | undefined",
5525
4106
  "description": "The value of the textarea.",
@@ -5534,23 +4115,6 @@
5534
4115
  "soft"
5535
4116
  ]
5536
4117
  },
5537
- "ion-thumbnail/mode": {
5538
- "type": "\"ios\" | \"md\"",
5539
- "description": "The mode determines the platform behaviors of the component.",
5540
- "options": [
5541
- "ios",
5542
- "md"
5543
- ]
5544
- },
5545
- "ion-thumbnail/theme": {
5546
- "type": "\"ios\" | \"md\" | \"ionic\"",
5547
- "description": "The theme determines the visual appearance of the component.",
5548
- "options": [
5549
- "ios",
5550
- "md",
5551
- "ionic"
5552
- ]
5553
- },
5554
4118
  "ion-title/color": {
5555
4119
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5556
4120
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -5566,14 +4130,6 @@
5566
4130
  "warning"
5567
4131
  ]
5568
4132
  },
5569
- "ion-title/mode": {
5570
- "type": "\"ios\" | \"md\"",
5571
- "description": "The mode determines the platform behaviors of the component.",
5572
- "options": [
5573
- "ios",
5574
- "md"
5575
- ]
5576
- },
5577
4133
  "ion-title/size": {
5578
4134
  "type": "\"large\" | \"small\" | undefined",
5579
4135
  "description": "The size of the toolbar title.",
@@ -5582,15 +4138,6 @@
5582
4138
  "small"
5583
4139
  ]
5584
4140
  },
5585
- "ion-title/theme": {
5586
- "type": "\"ios\" | \"md\" | \"ionic\"",
5587
- "description": "The theme determines the visual appearance of the component.",
5588
- "options": [
5589
- "ios",
5590
- "md",
5591
- "ionic"
5592
- ]
5593
- },
5594
4141
  "ion-toast/animated": {
5595
4142
  "type": "boolean",
5596
4143
  "description": "If `true`, the toast will animate.",
@@ -5641,14 +4188,6 @@
5641
4188
  "description": "Additional attributes to pass to the toast.",
5642
4189
  "options": []
5643
4190
  },
5644
- "ion-toast/hue": {
5645
- "type": "\"bold\" | \"subtle\" | undefined",
5646
- "description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
5647
- "options": [
5648
- "bold",
5649
- "subtle"
5650
- ]
5651
- },
5652
4191
  "ion-toast/icon": {
5653
4192
  "type": "string | undefined",
5654
4193
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -5684,7 +4223,7 @@
5684
4223
  },
5685
4224
  "ion-toast/mode": {
5686
4225
  "type": "\"ios\" | \"md\"",
5687
- "description": "The mode determines the platform behaviors of the component.",
4226
+ "description": "The mode determines which platform styles to use.",
5688
4227
  "options": [
5689
4228
  "ios",
5690
4229
  "md"
@@ -5704,15 +4243,6 @@
5704
4243
  "description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored.",
5705
4244
  "options": []
5706
4245
  },
5707
- "ion-toast/shape": {
5708
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5709
- "description": "Set to `\"soft\"` for a toast with slightly rounded corners,\n`\"round\"` for a toast with fully rounded corners, or `\"rectangular\"`\nfor a toast without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
5710
- "options": [
5711
- "rectangular",
5712
- "round",
5713
- "soft"
5714
- ]
5715
- },
5716
4246
  "ion-toast/swipe-gesture": {
5717
4247
  "type": "\"vertical\" | undefined",
5718
4248
  "description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
@@ -5720,18 +4250,9 @@
5720
4250
  "vertical"
5721
4251
  ]
5722
4252
  },
5723
- "ion-toast/theme": {
5724
- "type": "\"ios\" | \"md\" | \"ionic\"",
5725
- "description": "The theme determines the visual appearance of the component.",
5726
- "options": [
5727
- "ios",
5728
- "md",
5729
- "ionic"
5730
- ]
5731
- },
5732
4253
  "ion-toast/translucent": {
5733
4254
  "type": "boolean",
5734
- "description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
4255
+ "description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
5735
4256
  "options": []
5736
4257
  },
5737
4258
  "ion-toast/trigger": {
@@ -5808,7 +4329,7 @@
5808
4329
  },
5809
4330
  "ion-toggle/mode": {
5810
4331
  "type": "\"ios\" | \"md\"",
5811
- "description": "The mode determines the platform behaviors of the component.",
4332
+ "description": "The mode determines which platform styles to use.",
5812
4333
  "options": [
5813
4334
  "ios",
5814
4335
  "md"
@@ -5824,15 +4345,6 @@
5824
4345
  "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
5825
4346
  "options": []
5826
4347
  },
5827
- "ion-toggle/theme": {
5828
- "type": "\"ios\" | \"md\" | \"ionic\"",
5829
- "description": "The theme determines the visual appearance of the component.",
5830
- "options": [
5831
- "ios",
5832
- "md",
5833
- "ionic"
5834
- ]
5835
- },
5836
4348
  "ion-toggle/value": {
5837
4349
  "type": "null | string | undefined",
5838
4350
  "description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
@@ -5855,28 +4367,10 @@
5855
4367
  },
5856
4368
  "ion-toolbar/mode": {
5857
4369
  "type": "\"ios\" | \"md\"",
5858
- "description": "The mode determines the platform behaviors of the component.",
4370
+ "description": "The mode determines which platform styles to use.",
5859
4371
  "options": [
5860
4372
  "ios",
5861
4373
  "md"
5862
4374
  ]
5863
- },
5864
- "ion-toolbar/theme": {
5865
- "type": "\"ios\" | \"md\" | \"ionic\"",
5866
- "description": "The theme determines the visual appearance of the component.",
5867
- "options": [
5868
- "ios",
5869
- "md",
5870
- "ionic"
5871
- ]
5872
- },
5873
- "ion-toolbar/title-placement": {
5874
- "type": "\"center\" | \"end\" | \"start\" | undefined",
5875
- "description": "Where to place the title relative to the other toolbar content.\n`\"start\"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.\n`\"center\"`: The title will appear in the center of the toolbar.\n`\"end\"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.\n\nOnly applies in the `ionic` theme.",
5876
- "options": [
5877
- "center",
5878
- "end",
5879
- "start"
5880
- ]
5881
4375
  }
5882
4376
  }