@ionic/vue 8.8.9-dev.11780493937.17fe092d → 8.8.9-dev.11780604658.184bb991

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 (60) 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 +239 -252
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/components/IonPage.d.ts +5 -5
  33. package/dist/types/components/IonRouterOutlet.d.ts +16 -4
  34. package/dist/types/components/IonTabBar.d.ts +1 -1
  35. package/dist/types/components/IonTabButton.d.ts +6 -6
  36. package/dist/types/components/IonTabs.d.ts +4 -4
  37. package/dist/types/components/Overlays.d.ts +0 -1
  38. package/dist/types/controllers.d.ts +1 -9
  39. package/dist/types/index.d.ts +2 -2
  40. package/dist/types/proxies.d.ts +0 -2
  41. package/dist/vetur/attributes.json +114 -1701
  42. package/dist/vetur/tags.json +45 -259
  43. package/dist/web-types.json +191 -1995
  44. package/package.json +5 -5
  45. package/css/ionic/bundle.ionic.css +0 -1
  46. package/css/ionic/bundle.ionic.css.map +0 -1
  47. package/css/ionic/core.ionic.css +0 -1
  48. package/css/ionic/core.ionic.css.map +0 -1
  49. package/css/ionic/global.bundle.ionic.css +0 -1
  50. package/css/ionic/global.bundle.ionic.css.map +0 -1
  51. package/css/ionic/ionic-swiper.ionic.css +0 -1
  52. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  53. package/css/ionic/link.ionic.css +0 -1
  54. package/css/ionic/link.ionic.css.map +0 -1
  55. package/css/ionic/structure.ionic.css +0 -1
  56. package/css/ionic/structure.ionic.css.map +0 -1
  57. package/css/ionic/typography.ionic.css +0 -1
  58. package/css/ionic/typography.ionic.css.map +0 -1
  59. package/css/ionic/utils.bundle.ionic.css +0 -1
  60. 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,144 +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
- "type": "\"fade\" | \"hide\" | undefined",
1853
- "description": "Describes the scroll effect that will be applied to the footer.\n\n- `\"fade\"` only applies when the theme is `\"ios\"`.\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the footer\n slides down and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll (same behavior as `ion-header[collapse=\"hide\"]`).",
1378
+ "type": "\"fade\" | undefined",
1379
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
1854
1380
  "options": [
1855
- "fade",
1856
- "hide"
1381
+ "fade"
1857
1382
  ]
1858
1383
  },
1859
1384
  "ion-footer/mode": {
1860
1385
  "type": "\"ios\" | \"md\"",
1861
- "description": "The mode determines the platform behaviors of the component.",
1386
+ "description": "The mode determines which platform styles to use.",
1862
1387
  "options": [
1863
1388
  "ios",
1864
1389
  "md"
1865
1390
  ]
1866
1391
  },
1867
- "ion-footer/theme": {
1868
- "type": "\"ios\" | \"md\" | \"ionic\"",
1869
- "description": "The theme determines the visual appearance of the component.",
1870
- "options": [
1871
- "ios",
1872
- "md",
1873
- "ionic"
1874
- ]
1875
- },
1876
1392
  "ion-footer/translucent": {
1877
1393
  "type": "boolean",
1878
- "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.",
1879
- "options": []
1880
- },
1881
- "ion-gallery/columns": {
1882
- "type": "GalleryBreakpoints<string | number> | number | string",
1883
- "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.",
1884
1395
  "options": []
1885
1396
  },
1886
- "ion-gallery/gap": {
1887
- "type": "GalleryBreakpoints<string | number> | number | string",
1888
- "description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nor numbers (treated as pixel values). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
1889
- "options": []
1890
- },
1891
- "ion-gallery/layout": {
1892
- "type": "\"masonry\" | \"uniform\"",
1893
- "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.",
1894
- "options": [
1895
- "masonry",
1896
- "uniform"
1897
- ]
1898
- },
1899
- "ion-gallery/mode": {
1900
- "type": "\"ios\" | \"md\"",
1901
- "description": "The mode determines the platform behaviors of the component.",
1902
- "options": [
1903
- "ios",
1904
- "md"
1905
- ]
1906
- },
1907
- "ion-gallery/order": {
1908
- "type": "\"best-fit\" | \"sequential\" | undefined",
1909
- "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. Defaults to `sequential` when layout is\n`masonry` and `order` is not explicitly set.",
1910
- "options": [
1911
- "best-fit",
1912
- "sequential"
1913
- ]
1914
- },
1915
- "ion-gallery/theme": {
1916
- "type": "\"ios\" | \"md\" | \"ionic\"",
1917
- "description": "The theme determines the visual appearance of the component.",
1918
- "options": [
1919
- "ios",
1920
- "md",
1921
- "ionic"
1922
- ]
1923
- },
1924
1397
  "ion-grid/fixed": {
1925
1398
  "type": "boolean",
1926
1399
  "description": "If `true`, the grid will have a fixed width based on the screen size.",
1927
1400
  "options": []
1928
1401
  },
1929
- "ion-grid/mode": {
1930
- "type": "\"ios\" | \"md\"",
1931
- "description": "The mode determines the platform behaviors of the component.",
1932
- "options": [
1933
- "ios",
1934
- "md"
1935
- ]
1936
- },
1937
- "ion-grid/theme": {
1938
- "type": "\"ios\" | \"md\" | \"ionic\"",
1939
- "description": "The theme determines the visual appearance of the component.",
1940
- "options": [
1941
- "ios",
1942
- "md",
1943
- "ionic"
1944
- ]
1945
- },
1946
1402
  "ion-header/collapse": {
1947
- "type": "\"condense\" | \"fade\" | \"hide\" | undefined",
1948
- "description": "Describes the scroll effect that will be applied to the header.\n\n- `\"condense\"` and `\"fade\"` only apply when the theme is `\"ios\"`.\n Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles).\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the header\n slides up and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll.",
1403
+ "type": "\"condense\" | \"fade\" | undefined",
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)",
1949
1405
  "options": [
1950
1406
  "condense",
1951
- "fade",
1952
- "hide"
1407
+ "fade"
1953
1408
  ]
1954
1409
  },
1955
- "ion-header/divider": {
1956
- "type": "boolean",
1957
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
1958
- "options": []
1959
- },
1960
1410
  "ion-header/mode": {
1961
1411
  "type": "\"ios\" | \"md\"",
1962
- "description": "The mode determines the platform behaviors of the component.",
1412
+ "description": "The mode determines which platform styles to use.",
1963
1413
  "options": [
1964
1414
  "ios",
1965
1415
  "md"
1966
1416
  ]
1967
1417
  },
1968
- "ion-header/theme": {
1969
- "type": "\"ios\" | \"md\" | \"ionic\"",
1970
- "description": "The theme determines the visual appearance of the component.",
1971
- "options": [
1972
- "ios",
1973
- "md",
1974
- "ionic"
1975
- ]
1976
- },
1977
1418
  "ion-header/translucent": {
1978
1419
  "type": "boolean",
1979
- "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.",
1980
1421
  "options": []
1981
1422
  },
1982
1423
  "ion-img/alt": {
@@ -1984,41 +1425,16 @@
1984
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.",
1985
1426
  "options": []
1986
1427
  },
1987
- "ion-img/mode": {
1988
- "type": "\"ios\" | \"md\"",
1989
- "description": "The mode determines the platform behaviors of the component.",
1990
- "options": [
1991
- "ios",
1992
- "md"
1993
- ]
1994
- },
1995
1428
  "ion-img/src": {
1996
1429
  "type": "string | undefined",
1997
1430
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
1998
1431
  "options": []
1999
1432
  },
2000
- "ion-img/theme": {
2001
- "type": "\"ios\" | \"md\" | \"ionic\"",
2002
- "description": "The theme determines the visual appearance of the component.",
2003
- "options": [
2004
- "ios",
2005
- "md",
2006
- "ionic"
2007
- ]
2008
- },
2009
1433
  "ion-infinite-scroll/disabled": {
2010
1434
  "type": "boolean",
2011
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.",
2012
1436
  "options": []
2013
1437
  },
2014
- "ion-infinite-scroll/mode": {
2015
- "type": "\"ios\" | \"md\"",
2016
- "description": "The mode determines the platform behaviors of the component.",
2017
- "options": [
2018
- "ios",
2019
- "md"
2020
- ]
2021
- },
2022
1438
  "ion-infinite-scroll/position": {
2023
1439
  "type": "\"bottom\" | \"top\"",
2024
1440
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -2027,20 +1443,6 @@
2027
1443
  "top"
2028
1444
  ]
2029
1445
  },
2030
- "ion-infinite-scroll/preserve-rerender-scroll-position": {
2031
- "type": "boolean",
2032
- "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.",
2033
- "options": []
2034
- },
2035
- "ion-infinite-scroll/theme": {
2036
- "type": "\"ios\" | \"md\" | \"ionic\"",
2037
- "description": "The theme determines the visual appearance of the component.",
2038
- "options": [
2039
- "ios",
2040
- "md",
2041
- "ionic"
2042
- ]
2043
- },
2044
1446
  "ion-infinite-scroll/threshold": {
2045
1447
  "type": "string",
2046
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.",
@@ -2066,23 +1468,6 @@
2066
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.",
2067
1469
  "options": []
2068
1470
  },
2069
- "ion-infinite-scroll-content/mode": {
2070
- "type": "\"ios\" | \"md\"",
2071
- "description": "The mode determines the platform behaviors of the component.",
2072
- "options": [
2073
- "ios",
2074
- "md"
2075
- ]
2076
- },
2077
- "ion-infinite-scroll-content/theme": {
2078
- "type": "\"ios\" | \"md\" | \"ionic\"",
2079
- "description": "The theme determines the visual appearance of the component.",
2080
- "options": [
2081
- "ios",
2082
- "md",
2083
- "ionic"
2084
- ]
2085
- },
2086
1471
  "ion-input/autocapitalize": {
2087
1472
  "type": "string",
2088
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\"`.",
@@ -2149,12 +1534,9 @@
2149
1534
  ]
2150
1535
  },
2151
1536
  "ion-input/autocorrect": {
2152
- "type": "\"off\" | \"on\"",
1537
+ "type": "boolean",
2153
1538
  "description": "Whether auto correction should be enabled when the user is entering/editing the text value.",
2154
- "options": [
2155
- "off",
2156
- "on"
2157
- ]
1539
+ "options": []
2158
1540
  },
2159
1541
  "ion-input/autofocus": {
2160
1542
  "type": "boolean",
@@ -2231,7 +1613,7 @@
2231
1613
  },
2232
1614
  "ion-input/fill": {
2233
1615
  "type": "\"outline\" | \"solid\" | undefined",
2234
- "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\"`.",
1616
+ "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.",
2235
1617
  "options": [
2236
1618
  "outline",
2237
1619
  "solid"
@@ -2262,8 +1644,8 @@
2262
1644
  "options": []
2263
1645
  },
2264
1646
  "ion-input/label-placement": {
2265
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
2266
- "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.",
1647
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
1648
+ "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 (\"...\").",
2267
1649
  "options": [
2268
1650
  "end",
2269
1651
  "fixed",
@@ -2294,7 +1676,7 @@
2294
1676
  },
2295
1677
  "ion-input/mode": {
2296
1678
  "type": "\"ios\" | \"md\"",
2297
- "description": "The mode determines the platform behaviors of the component.",
1679
+ "description": "The mode determines which platform styles to use.",
2298
1680
  "options": [
2299
1681
  "ios",
2300
1682
  "md"
@@ -2331,21 +1713,10 @@
2331
1713
  "options": []
2332
1714
  },
2333
1715
  "ion-input/shape": {
2334
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2335
- "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\"`.",
2336
- "options": [
2337
- "rectangular",
2338
- "round",
2339
- "soft"
2340
- ]
2341
- },
2342
- "ion-input/size": {
2343
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
2344
- "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.",
1716
+ "type": "\"round\" | undefined",
1717
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
2345
1718
  "options": [
2346
- "large",
2347
- "medium",
2348
- "xlarge"
1719
+ "round"
2349
1720
  ]
2350
1721
  },
2351
1722
  "ion-input/spellcheck": {
@@ -2358,15 +1729,6 @@
2358
1729
  "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.",
2359
1730
  "options": []
2360
1731
  },
2361
- "ion-input/theme": {
2362
- "type": "\"ios\" | \"md\" | \"ionic\"",
2363
- "description": "The theme determines the visual appearance of the component.",
2364
- "options": [
2365
- "ios",
2366
- "md",
2367
- "ionic"
2368
- ]
2369
- },
2370
1732
  "ion-input/type": {
2371
1733
  "type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
2372
1734
  "description": "The type of control to display. The default type is text.",
@@ -2442,14 +1804,6 @@
2442
1804
  "description": "The number of input boxes to display.",
2443
1805
  "options": []
2444
1806
  },
2445
- "ion-input-otp/mode": {
2446
- "type": "\"ios\" | \"md\"",
2447
- "description": "The mode determines the platform behaviors of the component.",
2448
- "options": [
2449
- "ios",
2450
- "md"
2451
- ]
2452
- },
2453
1807
  "ion-input-otp/pattern": {
2454
1808
  "type": "string | undefined",
2455
1809
  "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}]\"`",
@@ -2483,15 +1837,6 @@
2483
1837
  "small"
2484
1838
  ]
2485
1839
  },
2486
- "ion-input-otp/theme": {
2487
- "type": "\"ios\" | \"md\" | \"ionic\"",
2488
- "description": "The theme determines the visual appearance of the component.",
2489
- "options": [
2490
- "ios",
2491
- "md",
2492
- "ionic"
2493
- ]
2494
- },
2495
1840
  "ion-input-otp/type": {
2496
1841
  "type": "\"number\" | \"text\"",
2497
1842
  "description": "The type of input allowed in the input boxes.",
@@ -2560,11 +1905,11 @@
2560
1905
  },
2561
1906
  "ion-item/detail": {
2562
1907
  "type": "boolean | undefined",
2563
- "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.",
1908
+ "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.",
2564
1909
  "options": []
2565
1910
  },
2566
1911
  "ion-item/detail-icon": {
2567
- "type": "string | undefined",
1912
+ "type": "string",
2568
1913
  "description": "The icon to use when `detail` is set to `true`.",
2569
1914
  "options": []
2570
1915
  },
@@ -2594,7 +1939,7 @@
2594
1939
  },
2595
1940
  "ion-item/mode": {
2596
1941
  "type": "\"ios\" | \"md\"",
2597
- "description": "The mode determines the platform behaviors of the component.",
1942
+ "description": "The mode determines which platform styles to use.",
2598
1943
  "options": [
2599
1944
  "ios",
2600
1945
  "md"
@@ -2624,15 +1969,6 @@
2624
1969
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2625
1970
  "options": []
2626
1971
  },
2627
- "ion-item/theme": {
2628
- "type": "\"ios\" | \"md\" | \"ionic\"",
2629
- "description": "The theme determines the visual appearance of the component.",
2630
- "options": [
2631
- "ios",
2632
- "md",
2633
- "ionic"
2634
- ]
2635
- },
2636
1972
  "ion-item/type": {
2637
1973
  "type": "\"button\" | \"reset\" | \"submit\"",
2638
1974
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -2659,7 +1995,7 @@
2659
1995
  },
2660
1996
  "ion-item-divider/mode": {
2661
1997
  "type": "\"ios\" | \"md\"",
2662
- "description": "The mode determines the platform behaviors of the component.",
1998
+ "description": "The mode determines which platform styles to use.",
2663
1999
  "options": [
2664
2000
  "ios",
2665
2001
  "md"
@@ -2670,32 +2006,6 @@
2670
2006
  "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",
2671
2007
  "options": []
2672
2008
  },
2673
- "ion-item-divider/theme": {
2674
- "type": "\"ios\" | \"md\" | \"ionic\"",
2675
- "description": "The theme determines the visual appearance of the component.",
2676
- "options": [
2677
- "ios",
2678
- "md",
2679
- "ionic"
2680
- ]
2681
- },
2682
- "ion-item-group/mode": {
2683
- "type": "\"ios\" | \"md\"",
2684
- "description": "The mode determines the platform behaviors of the component.",
2685
- "options": [
2686
- "ios",
2687
- "md"
2688
- ]
2689
- },
2690
- "ion-item-group/theme": {
2691
- "type": "\"ios\" | \"md\" | \"ionic\"",
2692
- "description": "The theme determines the visual appearance of the component.",
2693
- "options": [
2694
- "ios",
2695
- "md",
2696
- "ionic"
2697
- ]
2698
- },
2699
2009
  "ion-item-option/color": {
2700
2010
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2701
2011
  "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).",
@@ -2731,17 +2041,9 @@
2731
2041
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
2732
2042
  "options": []
2733
2043
  },
2734
- "ion-item-option/hue": {
2735
- "type": "\"bold\" | \"subtle\" | undefined",
2736
- "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.",
2737
- "options": [
2738
- "bold",
2739
- "subtle"
2740
- ]
2741
- },
2742
2044
  "ion-item-option/mode": {
2743
2045
  "type": "\"ios\" | \"md\"",
2744
- "description": "The mode determines the platform behaviors of the component.",
2046
+ "description": "The mode determines which platform styles to use.",
2745
2047
  "options": [
2746
2048
  "ios",
2747
2049
  "md"
@@ -2752,29 +2054,11 @@
2752
2054
  "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).",
2753
2055
  "options": []
2754
2056
  },
2755
- "ion-item-option/shape": {
2756
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2757
- "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.",
2758
- "options": [
2759
- "rectangular",
2760
- "round",
2761
- "soft"
2762
- ]
2763
- },
2764
2057
  "ion-item-option/target": {
2765
2058
  "type": "string | undefined",
2766
2059
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2767
2060
  "options": []
2768
2061
  },
2769
- "ion-item-option/theme": {
2770
- "type": "\"ios\" | \"md\" | \"ionic\"",
2771
- "description": "The theme determines the visual appearance of the component.",
2772
- "options": [
2773
- "ios",
2774
- "md",
2775
- "ionic"
2776
- ]
2777
- },
2778
2062
  "ion-item-option/type": {
2779
2063
  "type": "\"button\" | \"reset\" | \"submit\"",
2780
2064
  "description": "The type of the button.",
@@ -2784,14 +2068,6 @@
2784
2068
  "submit"
2785
2069
  ]
2786
2070
  },
2787
- "ion-item-options/mode": {
2788
- "type": "\"ios\" | \"md\"",
2789
- "description": "The mode determines the platform behaviors of the component.",
2790
- "options": [
2791
- "ios",
2792
- "md"
2793
- ]
2794
- },
2795
2071
  "ion-item-options/side": {
2796
2072
  "type": "\"end\" | \"start\"",
2797
2073
  "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.",
@@ -2800,37 +2076,11 @@
2800
2076
  "start"
2801
2077
  ]
2802
2078
  },
2803
- "ion-item-options/theme": {
2804
- "type": "\"ios\" | \"md\" | \"ionic\"",
2805
- "description": "The theme determines the visual appearance of the component.",
2806
- "options": [
2807
- "ios",
2808
- "md",
2809
- "ionic"
2810
- ]
2811
- },
2812
2079
  "ion-item-sliding/disabled": {
2813
2080
  "type": "boolean",
2814
2081
  "description": "If `true`, the user cannot interact with the sliding item.",
2815
2082
  "options": []
2816
2083
  },
2817
- "ion-item-sliding/mode": {
2818
- "type": "\"ios\" | \"md\"",
2819
- "description": "The mode determines the platform behaviors of the component.",
2820
- "options": [
2821
- "ios",
2822
- "md"
2823
- ]
2824
- },
2825
- "ion-item-sliding/theme": {
2826
- "type": "\"ios\" | \"md\" | \"ionic\"",
2827
- "description": "The theme determines the visual appearance of the component.",
2828
- "options": [
2829
- "ios",
2830
- "md",
2831
- "ionic"
2832
- ]
2833
- },
2834
2084
  "ion-label/color": {
2835
2085
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2836
2086
  "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).",
@@ -2848,7 +2098,7 @@
2848
2098
  },
2849
2099
  "ion-label/mode": {
2850
2100
  "type": "\"ios\" | \"md\"",
2851
- "description": "The mode determines the platform behaviors of the component.",
2101
+ "description": "The mode determines which platform styles to use.",
2852
2102
  "options": [
2853
2103
  "ios",
2854
2104
  "md"
@@ -2863,15 +2113,6 @@
2863
2113
  "stacked"
2864
2114
  ]
2865
2115
  },
2866
- "ion-label/theme": {
2867
- "type": "\"ios\" | \"md\" | \"ionic\"",
2868
- "description": "The theme determines the visual appearance of the component.",
2869
- "options": [
2870
- "ios",
2871
- "md",
2872
- "ionic"
2873
- ]
2874
- },
2875
2116
  "ion-list/inset": {
2876
2117
  "type": "boolean",
2877
2118
  "description": "If `true`, the list will have margin around it and rounded corners.",
@@ -2888,30 +2129,12 @@
2888
2129
  },
2889
2130
  "ion-list/mode": {
2890
2131
  "type": "\"ios\" | \"md\"",
2891
- "description": "The mode determines the platform behaviors of the component.",
2132
+ "description": "The mode determines which platform styles to use.",
2892
2133
  "options": [
2893
2134
  "ios",
2894
2135
  "md"
2895
2136
  ]
2896
2137
  },
2897
- "ion-list/shape": {
2898
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2899
- "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.",
2900
- "options": [
2901
- "rectangular",
2902
- "round",
2903
- "soft"
2904
- ]
2905
- },
2906
- "ion-list/theme": {
2907
- "type": "\"ios\" | \"md\" | \"ionic\"",
2908
- "description": "The theme determines the visual appearance of the component.",
2909
- "options": [
2910
- "ios",
2911
- "md",
2912
- "ionic"
2913
- ]
2914
- },
2915
2138
  "ion-list-header/color": {
2916
2139
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2917
2140
  "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).",
@@ -2938,21 +2161,12 @@
2938
2161
  },
2939
2162
  "ion-list-header/mode": {
2940
2163
  "type": "\"ios\" | \"md\"",
2941
- "description": "The mode determines the platform behaviors of the component.",
2164
+ "description": "The mode determines which platform styles to use.",
2942
2165
  "options": [
2943
2166
  "ios",
2944
2167
  "md"
2945
2168
  ]
2946
2169
  },
2947
- "ion-list-header/theme": {
2948
- "type": "\"ios\" | \"md\" | \"ionic\"",
2949
- "description": "The theme determines the visual appearance of the component.",
2950
- "options": [
2951
- "ios",
2952
- "md",
2953
- "ionic"
2954
- ]
2955
- },
2956
2170
  "ion-loading/animated": {
2957
2171
  "type": "boolean",
2958
2172
  "description": "If `true`, the loading indicator will animate.",
@@ -3005,7 +2219,7 @@
3005
2219
  },
3006
2220
  "ion-loading/mode": {
3007
2221
  "type": "\"ios\" | \"md\"",
3008
- "description": "The mode determines the platform behaviors of the component.",
2222
+ "description": "The mode determines which platform styles to use.",
3009
2223
  "options": [
3010
2224
  "ios",
3011
2225
  "md"
@@ -3031,18 +2245,9 @@
3031
2245
  "lines-small"
3032
2246
  ]
3033
2247
  },
3034
- "ion-loading/theme": {
3035
- "type": "\"ios\" | \"md\" | \"ionic\"",
3036
- "description": "The theme determines the visual appearance of the component.",
3037
- "options": [
3038
- "ios",
3039
- "md",
3040
- "ionic"
3041
- ]
3042
- },
3043
2248
  "ion-loading/translucent": {
3044
2249
  "type": "boolean",
3045
- "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).",
2250
+ "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).",
3046
2251
  "options": []
3047
2252
  },
3048
2253
  "ion-loading/trigger": {
@@ -3070,14 +2275,6 @@
3070
2275
  "description": "An id for the menu.",
3071
2276
  "options": []
3072
2277
  },
3073
- "ion-menu/mode": {
3074
- "type": "\"ios\" | \"md\"",
3075
- "description": "The mode determines the platform behaviors of the component.",
3076
- "options": [
3077
- "ios",
3078
- "md"
3079
- ]
3080
- },
3081
2278
  "ion-menu/side": {
3082
2279
  "type": "\"end\" | \"start\"",
3083
2280
  "description": "Which side of the view the menu should be placed.",
@@ -3091,15 +2288,6 @@
3091
2288
  "description": "If `true`, swiping the menu is enabled.",
3092
2289
  "options": []
3093
2290
  },
3094
- "ion-menu/theme": {
3095
- "type": "\"ios\" | \"md\" | \"ionic\"",
3096
- "description": "The theme determines the visual appearance of the component.",
3097
- "options": [
3098
- "ios",
3099
- "md",
3100
- "ionic"
3101
- ]
3102
- },
3103
2291
  "ion-menu/type": {
3104
2292
  "type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
3105
2293
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -3141,21 +2329,12 @@
3141
2329
  },
3142
2330
  "ion-menu-button/mode": {
3143
2331
  "type": "\"ios\" | \"md\"",
3144
- "description": "The mode determines the platform behaviors of the component.",
2332
+ "description": "The mode determines which platform styles to use.",
3145
2333
  "options": [
3146
2334
  "ios",
3147
2335
  "md"
3148
2336
  ]
3149
2337
  },
3150
- "ion-menu-button/theme": {
3151
- "type": "\"ios\" | \"md\" | \"ionic\"",
3152
- "description": "The theme determines the visual appearance of the component.",
3153
- "options": [
3154
- "ios",
3155
- "md",
3156
- "ionic"
3157
- ]
3158
- },
3159
2338
  "ion-menu-button/type": {
3160
2339
  "type": "\"button\" | \"reset\" | \"submit\"",
3161
2340
  "description": "The type of the button.",
@@ -3175,23 +2354,6 @@
3175
2354
  "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.",
3176
2355
  "options": []
3177
2356
  },
3178
- "ion-menu-toggle/mode": {
3179
- "type": "\"ios\" | \"md\"",
3180
- "description": "The mode determines the platform behaviors of the component.",
3181
- "options": [
3182
- "ios",
3183
- "md"
3184
- ]
3185
- },
3186
- "ion-menu-toggle/theme": {
3187
- "type": "\"ios\" | \"md\" | \"ionic\"",
3188
- "description": "The theme determines the visual appearance of the component.",
3189
- "options": [
3190
- "ios",
3191
- "md",
3192
- "ionic"
3193
- ]
3194
- },
3195
2357
  "ion-modal/animated": {
3196
2358
  "type": "boolean",
3197
2359
  "description": "If `true`, the modal will animate.",
@@ -3277,7 +2439,7 @@
3277
2439
  },
3278
2440
  "ion-modal/mode": {
3279
2441
  "type": "\"ios\" | \"md\"",
3280
- "description": "The mode determines the platform behaviors of the component.",
2442
+ "description": "The mode determines which platform styles to use.",
3281
2443
  "options": [
3282
2444
  "ios",
3283
2445
  "md"
@@ -3288,29 +2450,11 @@
3288
2450
  "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.",
3289
2451
  "options": []
3290
2452
  },
3291
- "ion-modal/shape": {
3292
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
3293
- "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.",
3294
- "options": [
3295
- "rectangular",
3296
- "round",
3297
- "soft"
3298
- ]
3299
- },
3300
2453
  "ion-modal/show-backdrop": {
3301
2454
  "type": "boolean",
3302
2455
  "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.",
3303
2456
  "options": []
3304
2457
  },
3305
- "ion-modal/theme": {
3306
- "type": "\"ios\" | \"md\" | \"ionic\"",
3307
- "description": "The theme determines the visual appearance of the component.",
3308
- "options": [
3309
- "ios",
3310
- "md",
3311
- "ionic"
3312
- ]
3313
- },
3314
2458
  "ion-modal/trigger": {
3315
2459
  "type": "string | undefined",
3316
2460
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -3323,17 +2467,9 @@
3323
2467
  },
3324
2468
  "ion-nav/animation": {
3325
2469
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3326
- "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.",
2470
+ "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.",
3327
2471
  "options": []
3328
2472
  },
3329
- "ion-nav/mode": {
3330
- "type": "\"ios\" | \"md\"",
3331
- "description": "The mode determines the platform behaviors of the component.",
3332
- "options": [
3333
- "ios",
3334
- "md"
3335
- ]
3336
- },
3337
2473
  "ion-nav/root": {
3338
2474
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3339
2475
  "description": "Root NavComponent to load",
@@ -3349,15 +2485,6 @@
3349
2485
  "description": "If the nav component should allow for swipe-to-go-back.",
3350
2486
  "options": []
3351
2487
  },
3352
- "ion-nav/theme": {
3353
- "type": "\"ios\" | \"md\" | \"ionic\"",
3354
- "description": "The theme determines the visual appearance of the component.",
3355
- "options": [
3356
- "ios",
3357
- "md",
3358
- "ionic"
3359
- ]
3360
- },
3361
2488
  "ion-nav-link/component": {
3362
2489
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3363
2490
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
@@ -3368,14 +2495,6 @@
3368
2495
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
3369
2496
  "options": []
3370
2497
  },
3371
- "ion-nav-link/mode": {
3372
- "type": "\"ios\" | \"md\"",
3373
- "description": "The mode determines the platform behaviors of the component.",
3374
- "options": [
3375
- "ios",
3376
- "md"
3377
- ]
3378
- },
3379
2498
  "ion-nav-link/router-animation": {
3380
2499
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3381
2500
  "description": "The transition animation when navigating to another page.",
@@ -3390,15 +2509,6 @@
3390
2509
  "root"
3391
2510
  ]
3392
2511
  },
3393
- "ion-nav-link/theme": {
3394
- "type": "\"ios\" | \"md\" | \"ionic\"",
3395
- "description": "The theme determines the visual appearance of the component.",
3396
- "options": [
3397
- "ios",
3398
- "md",
3399
- "ionic"
3400
- ]
3401
- },
3402
2512
  "ion-note/color": {
3403
2513
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3404
2514
  "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).",
@@ -3416,38 +2526,20 @@
3416
2526
  },
3417
2527
  "ion-note/mode": {
3418
2528
  "type": "\"ios\" | \"md\"",
3419
- "description": "The mode determines the platform behaviors of the component.",
2529
+ "description": "The mode determines which platform styles to use.",
3420
2530
  "options": [
3421
2531
  "ios",
3422
2532
  "md"
3423
2533
  ]
3424
2534
  },
3425
- "ion-note/theme": {
3426
- "type": "\"ios\" | \"md\" | \"ionic\"",
3427
- "description": "The theme determines the visual appearance of the component.",
3428
- "options": [
3429
- "ios",
3430
- "md",
3431
- "ionic"
3432
- ]
3433
- },
3434
2535
  "ion-picker/mode": {
3435
2536
  "type": "\"ios\" | \"md\"",
3436
- "description": "The mode determines the platform behaviors of the component.",
2537
+ "description": "The mode determines which platform styles to use.",
3437
2538
  "options": [
3438
2539
  "ios",
3439
2540
  "md"
3440
2541
  ]
3441
2542
  },
3442
- "ion-picker/theme": {
3443
- "type": "\"ios\" | \"md\" | \"ionic\"",
3444
- "description": "The theme determines the visual appearance of the component.",
3445
- "options": [
3446
- "ios",
3447
- "md",
3448
- "ionic"
3449
- ]
3450
- },
3451
2543
  "ion-picker-column/color": {
3452
2544
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3453
2545
  "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).",
@@ -3470,21 +2562,12 @@
3470
2562
  },
3471
2563
  "ion-picker-column/mode": {
3472
2564
  "type": "\"ios\" | \"md\"",
3473
- "description": "The mode determines the platform behaviors of the component.",
2565
+ "description": "The mode determines which platform styles to use.",
3474
2566
  "options": [
3475
2567
  "ios",
3476
2568
  "md"
3477
2569
  ]
3478
2570
  },
3479
- "ion-picker-column/theme": {
3480
- "type": "\"ios\" | \"md\" | \"ionic\"",
3481
- "description": "The theme determines the visual appearance of the component.",
3482
- "options": [
3483
- "ios",
3484
- "md",
3485
- "ionic"
3486
- ]
3487
- },
3488
2571
  "ion-picker-column/value": {
3489
2572
  "type": "number | string | undefined",
3490
2573
  "description": "The selected option in the picker.",
@@ -3510,113 +2593,14 @@
3510
2593
  "description": "If `true`, the user cannot interact with the picker column option.",
3511
2594
  "options": []
3512
2595
  },
3513
- "ion-picker-column-option/mode": {
3514
- "type": "\"ios\" | \"md\"",
3515
- "description": "The mode determines the platform behaviors of the component.",
3516
- "options": [
3517
- "ios",
3518
- "md"
3519
- ]
3520
- },
3521
- "ion-picker-column-option/theme": {
3522
- "type": "\"ios\" | \"md\" | \"ionic\"",
3523
- "description": "The theme determines the visual appearance of the component.",
3524
- "options": [
3525
- "ios",
3526
- "md",
3527
- "ionic"
3528
- ]
3529
- },
3530
2596
  "ion-picker-column-option/value": {
3531
2597
  "type": "any",
3532
2598
  "description": "The text value of the option.",
3533
2599
  "options": []
3534
2600
  },
3535
- "ion-picker-legacy/animated": {
3536
- "type": "boolean",
3537
- "description": "If `true`, the picker will animate.",
3538
- "options": []
3539
- },
3540
- "ion-picker-legacy/backdrop-dismiss": {
3541
- "type": "boolean",
3542
- "description": "If `true`, the picker will be dismissed when the backdrop is clicked.",
3543
- "options": []
3544
- },
3545
- "ion-picker-legacy/buttons": {
3546
- "type": "PickerButton[]",
3547
- "description": "Array of buttons to be displayed at the top of the picker.",
3548
- "options": []
3549
- },
3550
- "ion-picker-legacy/columns": {
3551
- "type": "PickerColumn[]",
3552
- "description": "Array of columns to be displayed in the picker.",
3553
- "options": []
3554
- },
3555
- "ion-picker-legacy/css-class": {
3556
- "type": "string | string[] | undefined",
3557
- "description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
3558
- "options": []
3559
- },
3560
- "ion-picker-legacy/duration": {
3561
- "type": "number",
3562
- "description": "Number of milliseconds to wait before dismissing the picker.",
3563
- "options": []
3564
- },
3565
- "ion-picker-legacy/enter-animation": {
3566
- "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3567
- "description": "Animation to use when the picker is presented.",
3568
- "options": []
3569
- },
3570
- "ion-picker-legacy/html-attributes": {
3571
- "type": "undefined | { [key: string]: any; }",
3572
- "description": "Additional attributes to pass to the picker.",
3573
- "options": []
3574
- },
3575
- "ion-picker-legacy/is-open": {
3576
- "type": "boolean",
3577
- "description": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code.",
3578
- "options": []
3579
- },
3580
- "ion-picker-legacy/keyboard-close": {
3581
- "type": "boolean",
3582
- "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
3583
- "options": []
3584
- },
3585
- "ion-picker-legacy/leave-animation": {
3586
- "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3587
- "description": "Animation to use when the picker is dismissed.",
3588
- "options": []
3589
- },
3590
- "ion-picker-legacy/mode": {
3591
- "type": "\"ios\" | \"md\"",
3592
- "description": "The mode determines the platform behaviors of the component.",
3593
- "options": [
3594
- "ios",
3595
- "md"
3596
- ]
3597
- },
3598
- "ion-picker-legacy/show-backdrop": {
3599
- "type": "boolean",
3600
- "description": "If `true`, a backdrop will be displayed behind the picker.",
3601
- "options": []
3602
- },
3603
- "ion-picker-legacy/theme": {
3604
- "type": "\"ios\" | \"md\" | \"ionic\"",
3605
- "description": "The theme determines the visual appearance of the component.",
3606
- "options": [
3607
- "ios",
3608
- "md",
3609
- "ionic"
3610
- ]
3611
- },
3612
- "ion-picker-legacy/trigger": {
3613
- "type": "string | undefined",
3614
- "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
3615
- "options": []
3616
- },
3617
2601
  "ion-popover/alignment": {
3618
2602
  "type": "\"center\" | \"end\" | \"start\" | undefined",
3619
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
2603
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
3620
2604
  "options": [
3621
2605
  "center",
3622
2606
  "end",
@@ -3630,7 +2614,7 @@
3630
2614
  },
3631
2615
  "ion-popover/arrow": {
3632
2616
  "type": "boolean",
3633
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
2617
+ "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.",
3634
2618
  "options": []
3635
2619
  },
3636
2620
  "ion-popover/backdrop-dismiss": {
@@ -3695,7 +2679,7 @@
3695
2679
  },
3696
2680
  "ion-popover/mode": {
3697
2681
  "type": "\"ios\" | \"md\"",
3698
- "description": "The mode determines the platform behaviors of the component.",
2682
+ "description": "The mode determines which platform styles to use.",
3699
2683
  "options": [
3700
2684
  "ios",
3701
2685
  "md"
@@ -3734,18 +2718,9 @@
3734
2718
  "cover"
3735
2719
  ]
3736
2720
  },
3737
- "ion-popover/theme": {
3738
- "type": "\"ios\" | \"md\" | \"ionic\"",
3739
- "description": "The theme determines the visual appearance of the component.",
3740
- "options": [
3741
- "ios",
3742
- "md",
3743
- "ionic"
3744
- ]
3745
- },
3746
2721
  "ion-popover/translucent": {
3747
2722
  "type": "boolean",
3748
- "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).",
2723
+ "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).",
3749
2724
  "options": []
3750
2725
  },
3751
2726
  "ion-popover/trigger": {
@@ -3784,7 +2759,7 @@
3784
2759
  },
3785
2760
  "ion-progress-bar/mode": {
3786
2761
  "type": "\"ios\" | \"md\"",
3787
- "description": "The mode determines the platform behaviors of the component.",
2762
+ "description": "The mode determines which platform styles to use.",
3788
2763
  "options": [
3789
2764
  "ios",
3790
2765
  "md"
@@ -3795,23 +2770,6 @@
3795
2770
  "description": "If true, reverse the progress bar direction.",
3796
2771
  "options": []
3797
2772
  },
3798
- "ion-progress-bar/shape": {
3799
- "type": "\"rectangular\" | \"round\" | undefined",
3800
- "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.",
3801
- "options": [
3802
- "rectangular",
3803
- "round"
3804
- ]
3805
- },
3806
- "ion-progress-bar/theme": {
3807
- "type": "\"ios\" | \"md\" | \"ionic\"",
3808
- "description": "The theme determines the visual appearance of the component.",
3809
- "options": [
3810
- "ios",
3811
- "md",
3812
- "ionic"
3813
- ]
3814
- },
3815
2773
  "ion-progress-bar/type": {
3816
2774
  "type": "\"determinate\" | \"indeterminate\"",
3817
2775
  "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).",
@@ -3874,7 +2832,7 @@
3874
2832
  },
3875
2833
  "ion-radio/mode": {
3876
2834
  "type": "\"ios\" | \"md\"",
3877
- "description": "The mode determines the platform behaviors of the component.",
2835
+ "description": "The mode determines which platform styles to use.",
3878
2836
  "options": [
3879
2837
  "ios",
3880
2838
  "md"
@@ -3885,15 +2843,6 @@
3885
2843
  "description": "The name of the control, which is submitted with the form data.",
3886
2844
  "options": []
3887
2845
  },
3888
- "ion-radio/theme": {
3889
- "type": "\"ios\" | \"md\" | \"ionic\"",
3890
- "description": "The theme determines the visual appearance of the component.",
3891
- "options": [
3892
- "ios",
3893
- "md",
3894
- "ionic"
3895
- ]
3896
- },
3897
2846
  "ion-radio/value": {
3898
2847
  "type": "any",
3899
2848
  "description": "the value of the radio.",
@@ -3919,28 +2868,11 @@
3919
2868
  "description": "The helper text to display at the top of the radio group.",
3920
2869
  "options": []
3921
2870
  },
3922
- "ion-radio-group/mode": {
3923
- "type": "\"ios\" | \"md\"",
3924
- "description": "The mode determines the platform behaviors of the component.",
3925
- "options": [
3926
- "ios",
3927
- "md"
3928
- ]
3929
- },
3930
2871
  "ion-radio-group/name": {
3931
2872
  "type": "string",
3932
2873
  "description": "The name of the control, which is submitted with the form data.",
3933
2874
  "options": []
3934
2875
  },
3935
- "ion-radio-group/theme": {
3936
- "type": "\"ios\" | \"md\" | \"ionic\"",
3937
- "description": "The theme determines the visual appearance of the component.",
3938
- "options": [
3939
- "ios",
3940
- "md",
3941
- "ionic"
3942
- ]
3943
- },
3944
2876
  "ion-radio-group/value": {
3945
2877
  "type": "any",
3946
2878
  "description": "the value of the radio group.",
@@ -4008,7 +2940,7 @@
4008
2940
  },
4009
2941
  "ion-range/mode": {
4010
2942
  "type": "\"ios\" | \"md\"",
4011
- "description": "The mode determines the platform behaviors of the component.",
2943
+ "description": "The mode determines which platform styles to use.",
4012
2944
  "options": [
4013
2945
  "ios",
4014
2946
  "md"
@@ -4039,15 +2971,6 @@
4039
2971
  "description": "Specifies the value granularity.",
4040
2972
  "options": []
4041
2973
  },
4042
- "ion-range/theme": {
4043
- "type": "\"ios\" | \"md\" | \"ionic\"",
4044
- "description": "The theme determines the visual appearance of the component.",
4045
- "options": [
4046
- "ios",
4047
- "md",
4048
- "ionic"
4049
- ]
4050
- },
4051
2974
  "ion-range/ticks": {
4052
2975
  "type": "boolean",
4053
2976
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -4070,7 +2993,7 @@
4070
2993
  },
4071
2994
  "ion-refresher/mode": {
4072
2995
  "type": "\"ios\" | \"md\"",
4073
- "description": "The mode determines the platform behaviors of the component.",
2996
+ "description": "The mode determines which platform styles to use.",
4074
2997
  "options": [
4075
2998
  "ios",
4076
2999
  "md"
@@ -4096,23 +3019,6 @@
4096
3019
  "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.",
4097
3020
  "options": []
4098
3021
  },
4099
- "ion-refresher/theme": {
4100
- "type": "\"ios\" | \"md\" | \"ionic\"",
4101
- "description": "The theme determines the visual appearance of the component.",
4102
- "options": [
4103
- "ios",
4104
- "md",
4105
- "ionic"
4106
- ]
4107
- },
4108
- "ion-refresher-content/mode": {
4109
- "type": "\"ios\" | \"md\"",
4110
- "description": "The mode determines the platform behaviors of the component.",
4111
- "options": [
4112
- "ios",
4113
- "md"
4114
- ]
4115
- },
4116
3022
  "ion-refresher-content/pulling-icon": {
4117
3023
  "type": "null | string | undefined",
4118
3024
  "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.",
@@ -4143,71 +3049,11 @@
4143
3049
  "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.",
4144
3050
  "options": []
4145
3051
  },
4146
- "ion-refresher-content/theme": {
4147
- "type": "\"ios\" | \"md\" | \"ionic\"",
4148
- "description": "The theme determines the visual appearance of the component.",
4149
- "options": [
4150
- "ios",
4151
- "md",
4152
- "ionic"
4153
- ]
4154
- },
4155
- "ion-reorder/mode": {
4156
- "type": "\"ios\" | \"md\"",
4157
- "description": "The mode determines the platform behaviors of the component.",
4158
- "options": [
4159
- "ios",
4160
- "md"
4161
- ]
4162
- },
4163
- "ion-reorder/theme": {
4164
- "type": "\"ios\" | \"md\" | \"ionic\"",
4165
- "description": "The theme determines the visual appearance of the component.",
4166
- "options": [
4167
- "ios",
4168
- "md",
4169
- "ionic"
4170
- ]
4171
- },
4172
3052
  "ion-reorder-group/disabled": {
4173
3053
  "type": "boolean",
4174
3054
  "description": "If `true`, the reorder will be hidden.",
4175
3055
  "options": []
4176
3056
  },
4177
- "ion-reorder-group/mode": {
4178
- "type": "\"ios\" | \"md\"",
4179
- "description": "The mode determines the platform behaviors of the component.",
4180
- "options": [
4181
- "ios",
4182
- "md"
4183
- ]
4184
- },
4185
- "ion-reorder-group/theme": {
4186
- "type": "\"ios\" | \"md\" | \"ionic\"",
4187
- "description": "The theme determines the visual appearance of the component.",
4188
- "options": [
4189
- "ios",
4190
- "md",
4191
- "ionic"
4192
- ]
4193
- },
4194
- "ion-ripple-effect/mode": {
4195
- "type": "\"ios\" | \"md\"",
4196
- "description": "The mode determines the platform behaviors of the component.",
4197
- "options": [
4198
- "ios",
4199
- "md"
4200
- ]
4201
- },
4202
- "ion-ripple-effect/theme": {
4203
- "type": "\"ios\" | \"md\" | \"ionic\"",
4204
- "description": "The theme determines the visual appearance of the component.",
4205
- "options": [
4206
- "ios",
4207
- "md",
4208
- "ionic"
4209
- ]
4210
- },
4211
3057
  "ion-ripple-effect/type": {
4212
3058
  "type": "\"bounded\" | \"unbounded\"",
4213
3059
  "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.",
@@ -4236,23 +3082,6 @@
4236
3082
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
4237
3083
  "options": []
4238
3084
  },
4239
- "ion-route/mode": {
4240
- "type": "\"ios\" | \"md\"",
4241
- "description": "The mode determines the platform behaviors of the component.",
4242
- "options": [
4243
- "ios",
4244
- "md"
4245
- ]
4246
- },
4247
- "ion-route/theme": {
4248
- "type": "\"ios\" | \"md\" | \"ionic\"",
4249
- "description": "The theme determines the visual appearance of the component.",
4250
- "options": [
4251
- "ios",
4252
- "md",
4253
- "ionic"
4254
- ]
4255
- },
4256
3085
  "ion-route/url": {
4257
3086
  "type": "string",
4258
3087
  "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.",
@@ -4268,28 +3097,11 @@
4268
3097
  "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.",
4269
3098
  "options": []
4270
3099
  },
4271
- "ion-router/mode": {
4272
- "type": "\"ios\" | \"md\"",
4273
- "description": "The mode determines the platform behaviors of the component.",
4274
- "options": [
4275
- "ios",
4276
- "md"
4277
- ]
4278
- },
4279
3100
  "ion-router/root": {
4280
3101
  "type": "string",
4281
3102
  "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.",
4282
3103
  "options": []
4283
3104
  },
4284
- "ion-router/theme": {
4285
- "type": "\"ios\" | \"md\" | \"ionic\"",
4286
- "description": "The theme determines the visual appearance of the component.",
4287
- "options": [
4288
- "ios",
4289
- "md",
4290
- "ionic"
4291
- ]
4292
- },
4293
3105
  "ion-router/use-hash": {
4294
3106
  "type": "boolean",
4295
3107
  "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.",
@@ -4315,14 +3127,6 @@
4315
3127
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
4316
3128
  "options": []
4317
3129
  },
4318
- "ion-router-link/mode": {
4319
- "type": "\"ios\" | \"md\"",
4320
- "description": "The mode determines the platform behaviors of the component.",
4321
- "options": [
4322
- "ios",
4323
- "md"
4324
- ]
4325
- },
4326
3130
  "ion-router-link/rel": {
4327
3131
  "type": "string | undefined",
4328
3132
  "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).",
@@ -4347,15 +3151,6 @@
4347
3151
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
4348
3152
  "options": []
4349
3153
  },
4350
- "ion-router-link/theme": {
4351
- "type": "\"ios\" | \"md\" | \"ionic\"",
4352
- "description": "The theme determines the visual appearance of the component.",
4353
- "options": [
4354
- "ios",
4355
- "md",
4356
- "ionic"
4357
- ]
4358
- },
4359
3154
  "ion-router-outlet/animated": {
4360
3155
  "type": "boolean",
4361
3156
  "description": "If `true`, the router-outlet should animate the transition of components.",
@@ -4368,37 +3163,16 @@
4368
3163
  },
4369
3164
  "ion-router-outlet/mode": {
4370
3165
  "type": "\"ios\" | \"md\"",
4371
- "description": "The mode determines the platform behaviors of the component.",
4372
- "options": [
4373
- "ios",
4374
- "md"
4375
- ]
4376
- },
4377
- "ion-router-outlet/theme": {
4378
- "type": "\"ios\" | \"md\" | \"ionic\"",
4379
- "description": "The theme determines the visual appearance of the component.",
4380
- "options": [
4381
- "ios",
4382
- "md",
4383
- "ionic"
4384
- ]
4385
- },
4386
- "ion-row/mode": {
4387
- "type": "\"ios\" | \"md\"",
4388
- "description": "The mode determines the platform behaviors of the component.",
3166
+ "description": "The mode determines which platform styles to use.",
4389
3167
  "options": [
4390
3168
  "ios",
4391
3169
  "md"
4392
3170
  ]
4393
3171
  },
4394
- "ion-row/theme": {
4395
- "type": "\"ios\" | \"md\" | \"ionic\"",
4396
- "description": "The theme determines the visual appearance of the component.",
4397
- "options": [
4398
- "ios",
4399
- "md",
4400
- "ionic"
4401
- ]
3172
+ "ion-router-outlet/swipe-gesture": {
3173
+ "type": "boolean | undefined",
3174
+ "description": "If `true`, the router-outlet should allow navigation via swipe-to-go-back gesture.\nDefaults to `true` for `\"ios\"` mode and `false` for `\"md\"` mode.",
3175
+ "options": []
4402
3176
  },
4403
3177
  "ion-searchbar/animated": {
4404
3178
  "type": "boolean",
@@ -4471,26 +3245,23 @@
4471
3245
  ]
4472
3246
  },
4473
3247
  "ion-searchbar/autocorrect": {
4474
- "type": "\"off\" | \"on\"",
3248
+ "type": "boolean",
4475
3249
  "description": "Set the input's autocorrect property.",
4476
- "options": [
4477
- "off",
4478
- "on"
4479
- ]
3250
+ "options": []
4480
3251
  },
4481
3252
  "ion-searchbar/cancel-button-icon": {
4482
- "type": "string | undefined",
4483
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
3253
+ "type": "string",
3254
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
4484
3255
  "options": []
4485
3256
  },
4486
3257
  "ion-searchbar/cancel-button-text": {
4487
3258
  "type": "string",
4488
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
3259
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
4489
3260
  "options": []
4490
3261
  },
4491
3262
  "ion-searchbar/clear-icon": {
4492
3263
  "type": "string | undefined",
4493
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
3264
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
4494
3265
  "options": []
4495
3266
  },
4496
3267
  "ion-searchbar/color": {
@@ -4557,7 +3328,7 @@
4557
3328
  },
4558
3329
  "ion-searchbar/mode": {
4559
3330
  "type": "\"ios\" | \"md\"",
4560
- "description": "The mode determines the platform behaviors of the component.",
3331
+ "description": "The mode determines which platform styles to use.",
4561
3332
  "options": [
4562
3333
  "ios",
4563
3334
  "md"
@@ -4574,19 +3345,10 @@
4574
3345
  "options": []
4575
3346
  },
4576
3347
  "ion-searchbar/search-icon": {
4577
- "type": "boolean | string | undefined",
4578
- "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.",
3348
+ "type": "string | undefined",
3349
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
4579
3350
  "options": []
4580
3351
  },
4581
- "ion-searchbar/shape": {
4582
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4583
- "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.",
4584
- "options": [
4585
- "rectangular",
4586
- "round",
4587
- "soft"
4588
- ]
4589
- },
4590
3352
  "ion-searchbar/show-cancel-button": {
4591
3353
  "type": "\"always\" | \"focus\" | \"never\"",
4592
3354
  "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.",
@@ -4605,29 +3367,11 @@
4605
3367
  "never"
4606
3368
  ]
4607
3369
  },
4608
- "ion-searchbar/size": {
4609
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4610
- "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.",
4611
- "options": [
4612
- "large",
4613
- "medium",
4614
- "small"
4615
- ]
4616
- },
4617
3370
  "ion-searchbar/spellcheck": {
4618
3371
  "type": "boolean",
4619
3372
  "description": "If `true`, enable spellcheck on the input.",
4620
3373
  "options": []
4621
3374
  },
4622
- "ion-searchbar/theme": {
4623
- "type": "\"ios\" | \"md\" | \"ionic\"",
4624
- "description": "The theme determines the visual appearance of the component.",
4625
- "options": [
4626
- "ios",
4627
- "md",
4628
- "ionic"
4629
- ]
4630
- },
4631
3375
  "ion-searchbar/type": {
4632
3376
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
4633
3377
  "description": "Set the type of the input.",
@@ -4668,7 +3412,7 @@
4668
3412
  },
4669
3413
  "ion-segment/mode": {
4670
3414
  "type": "\"ios\" | \"md\"",
4671
- "description": "The mode determines the platform behaviors of the component.",
3415
+ "description": "The mode determines which platform styles to use.",
4672
3416
  "options": [
4673
3417
  "ios",
4674
3418
  "md"
@@ -4689,15 +3433,6 @@
4689
3433
  "description": "If `true`, users will be able to swipe between segment buttons to activate them.",
4690
3434
  "options": []
4691
3435
  },
4692
- "ion-segment/theme": {
4693
- "type": "\"ios\" | \"md\" | \"ionic\"",
4694
- "description": "The theme determines the visual appearance of the component.",
4695
- "options": [
4696
- "ios",
4697
- "md",
4698
- "ionic"
4699
- ]
4700
- },
4701
3436
  "ion-segment/value": {
4702
3437
  "type": "number | string | undefined",
4703
3438
  "description": "the value of the segment.",
@@ -4727,21 +3462,12 @@
4727
3462
  },
4728
3463
  "ion-segment-button/mode": {
4729
3464
  "type": "\"ios\" | \"md\"",
4730
- "description": "The mode determines the platform behaviors of the component.",
3465
+ "description": "The mode determines which platform styles to use.",
4731
3466
  "options": [
4732
3467
  "ios",
4733
3468
  "md"
4734
3469
  ]
4735
3470
  },
4736
- "ion-segment-button/theme": {
4737
- "type": "\"ios\" | \"md\" | \"ionic\"",
4738
- "description": "The theme determines the visual appearance of the component.",
4739
- "options": [
4740
- "ios",
4741
- "md",
4742
- "ionic"
4743
- ]
4744
- },
4745
3471
  "ion-segment-button/type": {
4746
3472
  "type": "\"button\" | \"reset\" | \"submit\"",
4747
3473
  "description": "The type of the button.",
@@ -4766,11 +3492,6 @@
4766
3492
  "description": "If `true`, users will be able to swipe the segment view to navigate between segment contents.",
4767
3493
  "options": []
4768
3494
  },
4769
- "ion-select/cancel-icon": {
4770
- "type": "boolean",
4771
- "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.",
4772
- "options": []
4773
- },
4774
3495
  "ion-select/cancel-text": {
4775
3496
  "type": "string",
4776
3497
  "description": "The text to display on the cancel button.",
@@ -4808,12 +3529,12 @@
4808
3529
  },
4809
3530
  "ion-select/expanded-icon": {
4810
3531
  "type": "string | undefined",
4811
- "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.",
3532
+ "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.",
4812
3533
  "options": []
4813
3534
  },
4814
3535
  "ion-select/fill": {
4815
3536
  "type": "\"outline\" | \"solid\" | undefined",
4816
- "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.",
3537
+ "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.",
4817
3538
  "options": [
4818
3539
  "outline",
4819
3540
  "solid"
@@ -4866,7 +3587,7 @@
4866
3587
  },
4867
3588
  "ion-select/mode": {
4868
3589
  "type": "\"ios\" | \"md\"",
4869
- "description": "The mode determines the platform behaviors of the component.",
3590
+ "description": "The mode determines which platform styles to use.",
4870
3591
  "options": [
4871
3592
  "ios",
4872
3593
  "md"
@@ -4903,35 +3624,15 @@
4903
3624
  "options": []
4904
3625
  },
4905
3626
  "ion-select/shape": {
4906
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4907
- "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.",
4908
- "options": [
4909
- "rectangular",
4910
- "round",
4911
- "soft"
4912
- ]
4913
- },
4914
- "ion-select/size": {
4915
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4916
- "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.",
4917
- "options": [
4918
- "large",
4919
- "medium",
4920
- "small"
4921
- ]
4922
- },
4923
- "ion-select/theme": {
4924
- "type": "\"ios\" | \"md\" | \"ionic\"",
4925
- "description": "The theme determines the visual appearance of the component.",
3627
+ "type": "\"round\" | undefined",
3628
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
4926
3629
  "options": [
4927
- "ios",
4928
- "md",
4929
- "ionic"
3630
+ "round"
4930
3631
  ]
4931
3632
  },
4932
3633
  "ion-select/toggle-icon": {
4933
3634
  "type": "string | undefined",
4934
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
3635
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
4935
3636
  "options": []
4936
3637
  },
4937
3638
  "ion-select/value": {
@@ -4939,11 +3640,6 @@
4939
3640
  "description": "The value of the select.",
4940
3641
  "options": []
4941
3642
  },
4942
- "ion-select-modal/cancel-icon": {
4943
- "type": "boolean",
4944
- "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.",
4945
- "options": []
4946
- },
4947
3643
  "ion-select-modal/cancel-text": {
4948
3644
  "type": "string",
4949
3645
  "description": "The text to display on the cancel button.",
@@ -4964,33 +3660,11 @@
4964
3660
  "description": "",
4965
3661
  "options": []
4966
3662
  },
4967
- "ion-select-option/description": {
4968
- "type": "string | undefined",
4969
- "description": "Text that is placed underneath the option text to provide additional details about the option.",
4970
- "options": []
4971
- },
4972
3663
  "ion-select-option/disabled": {
4973
3664
  "type": "boolean",
4974
3665
  "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.",
4975
3666
  "options": []
4976
3667
  },
4977
- "ion-select-option/mode": {
4978
- "type": "\"ios\" | \"md\"",
4979
- "description": "The mode determines the platform behaviors of the component.",
4980
- "options": [
4981
- "ios",
4982
- "md"
4983
- ]
4984
- },
4985
- "ion-select-option/theme": {
4986
- "type": "\"ios\" | \"md\" | \"ionic\"",
4987
- "description": "The theme determines the visual appearance of the component.",
4988
- "options": [
4989
- "ios",
4990
- "md",
4991
- "ionic"
4992
- ]
4993
- },
4994
3668
  "ion-select-option/value": {
4995
3669
  "type": "any",
4996
3670
  "description": "The text value of the option.",
@@ -5001,23 +3675,6 @@
5001
3675
  "description": "If `true`, the skeleton text will animate.",
5002
3676
  "options": []
5003
3677
  },
5004
- "ion-skeleton-text/mode": {
5005
- "type": "\"ios\" | \"md\"",
5006
- "description": "The mode determines the platform behaviors of the component.",
5007
- "options": [
5008
- "ios",
5009
- "md"
5010
- ]
5011
- },
5012
- "ion-skeleton-text/theme": {
5013
- "type": "\"ios\" | \"md\" | \"ionic\"",
5014
- "description": "The theme determines the visual appearance of the component.",
5015
- "options": [
5016
- "ios",
5017
- "md",
5018
- "ionic"
5019
- ]
5020
- },
5021
3678
  "ion-spinner/color": {
5022
3679
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5023
3680
  "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).",
@@ -5038,14 +3695,6 @@
5038
3695
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
5039
3696
  "options": []
5040
3697
  },
5041
- "ion-spinner/mode": {
5042
- "type": "\"ios\" | \"md\"",
5043
- "description": "The mode determines the platform behaviors of the component.",
5044
- "options": [
5045
- "ios",
5046
- "md"
5047
- ]
5048
- },
5049
3698
  "ion-spinner/name": {
5050
3699
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
5051
3700
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -5066,26 +3715,6 @@
5066
3715
  "description": "If `true`, the spinner's animation will be paused.",
5067
3716
  "options": []
5068
3717
  },
5069
- "ion-spinner/size": {
5070
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
5071
- "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.",
5072
- "options": [
5073
- "large",
5074
- "medium",
5075
- "small",
5076
- "xlarge",
5077
- "xsmall"
5078
- ]
5079
- },
5080
- "ion-spinner/theme": {
5081
- "type": "\"ios\" | \"md\" | \"ionic\"",
5082
- "description": "The theme determines the visual appearance of the component.",
5083
- "options": [
5084
- "ios",
5085
- "md",
5086
- "ionic"
5087
- ]
5088
- },
5089
3718
  "ion-split-pane/content-id": {
5090
3719
  "type": "string | undefined",
5091
3720
  "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`.",
@@ -5096,23 +3725,6 @@
5096
3725
  "description": "If `true`, the split pane will be hidden.",
5097
3726
  "options": []
5098
3727
  },
5099
- "ion-split-pane/mode": {
5100
- "type": "\"ios\" | \"md\"",
5101
- "description": "The mode determines the platform behaviors of the component.",
5102
- "options": [
5103
- "ios",
5104
- "md"
5105
- ]
5106
- },
5107
- "ion-split-pane/theme": {
5108
- "type": "\"ios\" | \"md\" | \"ionic\"",
5109
- "description": "The theme determines the visual appearance of the component.",
5110
- "options": [
5111
- "ios",
5112
- "md",
5113
- "ionic"
5114
- ]
5115
- },
5116
3728
  "ion-split-pane/when": {
5117
3729
  "type": "boolean | string",
5118
3730
  "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.",
@@ -5123,28 +3735,11 @@
5123
3735
  "description": "The component to display inside of the tab.",
5124
3736
  "options": []
5125
3737
  },
5126
- "ion-tab/mode": {
5127
- "type": "\"ios\" | \"md\"",
5128
- "description": "The mode determines the platform behaviors of the component.",
5129
- "options": [
5130
- "ios",
5131
- "md"
5132
- ]
5133
- },
5134
3738
  "ion-tab/tab": {
5135
3739
  "type": "string",
5136
3740
  "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.",
5137
3741
  "options": []
5138
3742
  },
5139
- "ion-tab/theme": {
5140
- "type": "\"ios\" | \"md\" | \"ionic\"",
5141
- "description": "The theme determines the visual appearance of the component.",
5142
- "options": [
5143
- "ios",
5144
- "md",
5145
- "ionic"
5146
- ]
5147
- },
5148
3743
  "ion-tab-bar/color": {
5149
3744
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5150
3745
  "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).",
@@ -5160,22 +3755,9 @@
5160
3755
  "warning"
5161
3756
  ]
5162
3757
  },
5163
- "ion-tab-bar/expand": {
5164
- "type": "\"compact\" | \"full\"",
5165
- "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\"`.",
5166
- "options": [
5167
- "compact",
5168
- "full"
5169
- ]
5170
- },
5171
- "ion-tab-bar/hide-on-scroll": {
5172
- "type": "boolean",
5173
- "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\"`.",
5174
- "options": []
5175
- },
5176
3758
  "ion-tab-bar/mode": {
5177
3759
  "type": "\"ios\" | \"md\"",
5178
- "description": "The mode determines the platform behaviors of the component.",
3760
+ "description": "The mode determines which platform styles to use.",
5179
3761
  "options": [
5180
3762
  "ios",
5181
3763
  "md"
@@ -5186,27 +3768,9 @@
5186
3768
  "description": "The selected tab component",
5187
3769
  "options": []
5188
3770
  },
5189
- "ion-tab-bar/shape": {
5190
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5191
- "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.",
5192
- "options": [
5193
- "rectangular",
5194
- "round",
5195
- "soft"
5196
- ]
5197
- },
5198
- "ion-tab-bar/theme": {
5199
- "type": "\"ios\" | \"md\" | \"ionic\"",
5200
- "description": "The theme determines the visual appearance of the component.",
5201
- "options": [
5202
- "ios",
5203
- "md",
5204
- "ionic"
5205
- ]
5206
- },
5207
3771
  "ion-tab-bar/translucent": {
5208
3772
  "type": "boolean",
5209
- "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).",
3773
+ "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).",
5210
3774
  "options": []
5211
3775
  },
5212
3776
  "ion-tab-button/disabled": {
@@ -5238,7 +3802,7 @@
5238
3802
  },
5239
3803
  "ion-tab-button/mode": {
5240
3804
  "type": "\"ios\" | \"md\"",
5241
- "description": "The mode determines the platform behaviors of the component.",
3805
+ "description": "The mode determines which platform styles to use.",
5242
3806
  "options": [
5243
3807
  "ios",
5244
3808
  "md"
@@ -5254,15 +3818,6 @@
5254
3818
  "description": "The selected tab component",
5255
3819
  "options": []
5256
3820
  },
5257
- "ion-tab-button/shape": {
5258
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5259
- "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.",
5260
- "options": [
5261
- "rectangular",
5262
- "round",
5263
- "soft"
5264
- ]
5265
- },
5266
3821
  "ion-tab-button/tab": {
5267
3822
  "type": "string | undefined",
5268
3823
  "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.",
@@ -5273,32 +3828,6 @@
5273
3828
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
5274
3829
  "options": []
5275
3830
  },
5276
- "ion-tab-button/theme": {
5277
- "type": "\"ios\" | \"md\" | \"ionic\"",
5278
- "description": "The theme determines the visual appearance of the component.",
5279
- "options": [
5280
- "ios",
5281
- "md",
5282
- "ionic"
5283
- ]
5284
- },
5285
- "ion-tabs/mode": {
5286
- "type": "\"ios\" | \"md\"",
5287
- "description": "The mode determines the platform behaviors of the component.",
5288
- "options": [
5289
- "ios",
5290
- "md"
5291
- ]
5292
- },
5293
- "ion-tabs/theme": {
5294
- "type": "\"ios\" | \"md\" | \"ionic\"",
5295
- "description": "The theme determines the visual appearance of the component.",
5296
- "options": [
5297
- "ios",
5298
- "md",
5299
- "ionic"
5300
- ]
5301
- },
5302
3831
  "ion-text/color": {
5303
3832
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5304
3833
  "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).",
@@ -5316,21 +3845,12 @@
5316
3845
  },
5317
3846
  "ion-text/mode": {
5318
3847
  "type": "\"ios\" | \"md\"",
5319
- "description": "The mode determines the platform behaviors of the component.",
3848
+ "description": "The mode determines which platform styles to use.",
5320
3849
  "options": [
5321
3850
  "ios",
5322
3851
  "md"
5323
3852
  ]
5324
3853
  },
5325
- "ion-text/theme": {
5326
- "type": "\"ios\" | \"md\" | \"ionic\"",
5327
- "description": "The theme determines the visual appearance of the component.",
5328
- "options": [
5329
- "ios",
5330
- "md",
5331
- "ionic"
5332
- ]
5333
- },
5334
3854
  "ion-textarea/auto-grow": {
5335
3855
  "type": "boolean",
5336
3856
  "description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
@@ -5411,7 +3931,7 @@
5411
3931
  },
5412
3932
  "ion-textarea/fill": {
5413
3933
  "type": "\"outline\" | \"solid\" | undefined",
5414
- "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\"`.",
3934
+ "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.",
5415
3935
  "options": [
5416
3936
  "outline",
5417
3937
  "solid"
@@ -5464,7 +3984,7 @@
5464
3984
  },
5465
3985
  "ion-textarea/mode": {
5466
3986
  "type": "\"ios\" | \"md\"",
5467
- "description": "The mode determines the platform behaviors of the component.",
3987
+ "description": "The mode determines which platform styles to use.",
5468
3988
  "options": [
5469
3989
  "ios",
5470
3990
  "md"
@@ -5496,21 +4016,10 @@
5496
4016
  "options": []
5497
4017
  },
5498
4018
  "ion-textarea/shape": {
5499
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5500
- "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.",
4019
+ "type": "\"round\" | undefined",
4020
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
5501
4021
  "options": [
5502
- "rectangular",
5503
- "round",
5504
- "soft"
5505
- ]
5506
- },
5507
- "ion-textarea/size": {
5508
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
5509
- "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.",
5510
- "options": [
5511
- "large",
5512
- "medium",
5513
- "small"
4022
+ "round"
5514
4023
  ]
5515
4024
  },
5516
4025
  "ion-textarea/spellcheck": {
@@ -5518,15 +4027,6 @@
5518
4027
  "description": "If `true`, the element will have its spelling and grammar checked.",
5519
4028
  "options": []
5520
4029
  },
5521
- "ion-textarea/theme": {
5522
- "type": "\"ios\" | \"md\" | \"ionic\"",
5523
- "description": "The theme determines the visual appearance of the component.",
5524
- "options": [
5525
- "ios",
5526
- "md",
5527
- "ionic"
5528
- ]
5529
- },
5530
4030
  "ion-textarea/value": {
5531
4031
  "type": "null | string | undefined",
5532
4032
  "description": "The value of the textarea.",
@@ -5541,23 +4041,6 @@
5541
4041
  "soft"
5542
4042
  ]
5543
4043
  },
5544
- "ion-thumbnail/mode": {
5545
- "type": "\"ios\" | \"md\"",
5546
- "description": "The mode determines the platform behaviors of the component.",
5547
- "options": [
5548
- "ios",
5549
- "md"
5550
- ]
5551
- },
5552
- "ion-thumbnail/theme": {
5553
- "type": "\"ios\" | \"md\" | \"ionic\"",
5554
- "description": "The theme determines the visual appearance of the component.",
5555
- "options": [
5556
- "ios",
5557
- "md",
5558
- "ionic"
5559
- ]
5560
- },
5561
4044
  "ion-title/color": {
5562
4045
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5563
4046
  "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).",
@@ -5573,14 +4056,6 @@
5573
4056
  "warning"
5574
4057
  ]
5575
4058
  },
5576
- "ion-title/mode": {
5577
- "type": "\"ios\" | \"md\"",
5578
- "description": "The mode determines the platform behaviors of the component.",
5579
- "options": [
5580
- "ios",
5581
- "md"
5582
- ]
5583
- },
5584
4059
  "ion-title/size": {
5585
4060
  "type": "\"large\" | \"small\" | undefined",
5586
4061
  "description": "The size of the toolbar title.",
@@ -5589,15 +4064,6 @@
5589
4064
  "small"
5590
4065
  ]
5591
4066
  },
5592
- "ion-title/theme": {
5593
- "type": "\"ios\" | \"md\" | \"ionic\"",
5594
- "description": "The theme determines the visual appearance of the component.",
5595
- "options": [
5596
- "ios",
5597
- "md",
5598
- "ionic"
5599
- ]
5600
- },
5601
4067
  "ion-toast/animated": {
5602
4068
  "type": "boolean",
5603
4069
  "description": "If `true`, the toast will animate.",
@@ -5648,14 +4114,6 @@
5648
4114
  "description": "Additional attributes to pass to the toast.",
5649
4115
  "options": []
5650
4116
  },
5651
- "ion-toast/hue": {
5652
- "type": "\"bold\" | \"subtle\" | undefined",
5653
- "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.",
5654
- "options": [
5655
- "bold",
5656
- "subtle"
5657
- ]
5658
- },
5659
4117
  "ion-toast/icon": {
5660
4118
  "type": "string | undefined",
5661
4119
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -5691,7 +4149,7 @@
5691
4149
  },
5692
4150
  "ion-toast/mode": {
5693
4151
  "type": "\"ios\" | \"md\"",
5694
- "description": "The mode determines the platform behaviors of the component.",
4152
+ "description": "The mode determines which platform styles to use.",
5695
4153
  "options": [
5696
4154
  "ios",
5697
4155
  "md"
@@ -5711,15 +4169,6 @@
5711
4169
  "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.",
5712
4170
  "options": []
5713
4171
  },
5714
- "ion-toast/shape": {
5715
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5716
- "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.",
5717
- "options": [
5718
- "rectangular",
5719
- "round",
5720
- "soft"
5721
- ]
5722
- },
5723
4172
  "ion-toast/swipe-gesture": {
5724
4173
  "type": "\"vertical\" | undefined",
5725
4174
  "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.",
@@ -5727,18 +4176,9 @@
5727
4176
  "vertical"
5728
4177
  ]
5729
4178
  },
5730
- "ion-toast/theme": {
5731
- "type": "\"ios\" | \"md\" | \"ionic\"",
5732
- "description": "The theme determines the visual appearance of the component.",
5733
- "options": [
5734
- "ios",
5735
- "md",
5736
- "ionic"
5737
- ]
5738
- },
5739
4179
  "ion-toast/translucent": {
5740
4180
  "type": "boolean",
5741
- "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).",
4181
+ "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).",
5742
4182
  "options": []
5743
4183
  },
5744
4184
  "ion-toast/trigger": {
@@ -5815,7 +4255,7 @@
5815
4255
  },
5816
4256
  "ion-toggle/mode": {
5817
4257
  "type": "\"ios\" | \"md\"",
5818
- "description": "The mode determines the platform behaviors of the component.",
4258
+ "description": "The mode determines which platform styles to use.",
5819
4259
  "options": [
5820
4260
  "ios",
5821
4261
  "md"
@@ -5831,15 +4271,6 @@
5831
4271
  "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.",
5832
4272
  "options": []
5833
4273
  },
5834
- "ion-toggle/theme": {
5835
- "type": "\"ios\" | \"md\" | \"ionic\"",
5836
- "description": "The theme determines the visual appearance of the component.",
5837
- "options": [
5838
- "ios",
5839
- "md",
5840
- "ionic"
5841
- ]
5842
- },
5843
4274
  "ion-toggle/value": {
5844
4275
  "type": "null | string | undefined",
5845
4276
  "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>`.",
@@ -5862,28 +4293,10 @@
5862
4293
  },
5863
4294
  "ion-toolbar/mode": {
5864
4295
  "type": "\"ios\" | \"md\"",
5865
- "description": "The mode determines the platform behaviors of the component.",
4296
+ "description": "The mode determines which platform styles to use.",
5866
4297
  "options": [
5867
4298
  "ios",
5868
4299
  "md"
5869
4300
  ]
5870
- },
5871
- "ion-toolbar/theme": {
5872
- "type": "\"ios\" | \"md\" | \"ionic\"",
5873
- "description": "The theme determines the visual appearance of the component.",
5874
- "options": [
5875
- "ios",
5876
- "md",
5877
- "ionic"
5878
- ]
5879
- },
5880
- "ion-toolbar/title-placement": {
5881
- "type": "\"center\" | \"end\" | \"start\" | undefined",
5882
- "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.",
5883
- "options": [
5884
- "center",
5885
- "end",
5886
- "start"
5887
- ]
5888
4301
  }
5889
4302
  }