@ionic/vue 8.5.2-dev.11743531350.19e040aa → 8.5.2-dev.11743764999.1a665652

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic/bundle.ionic.css +1 -0
  10. package/css/ionic/bundle.ionic.css.map +1 -0
  11. package/css/ionic/core.ionic.css +1 -0
  12. package/css/ionic/core.ionic.css.map +1 -0
  13. package/css/ionic/global.bundle.ionic.css +1 -0
  14. package/css/ionic/global.bundle.ionic.css.map +1 -0
  15. package/css/ionic/ionic-swiper.ionic.css +1 -0
  16. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  17. package/css/ionic/link.ionic.css +1 -0
  18. package/css/ionic/link.ionic.css.map +1 -0
  19. package/css/ionic/structure.ionic.css +1 -0
  20. package/css/ionic/structure.ionic.css.map +1 -0
  21. package/css/ionic/typography.ionic.css +1 -0
  22. package/css/ionic/typography.ionic.css.map +1 -0
  23. package/css/ionic/utils.bundle.ionic.css +1 -0
  24. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  25. package/css/ionic-swiper.css +1 -1
  26. package/css/ionic-swiper.css.map +1 -1
  27. package/css/ionic.bundle.css +1 -1
  28. package/css/ionic.bundle.css.map +1 -1
  29. package/css/normalize.css.map +1 -1
  30. package/css/padding.css.map +1 -1
  31. package/css/palettes/dark.always.css.map +1 -1
  32. package/css/palettes/dark.class.css.map +1 -1
  33. package/css/palettes/dark.system.css.map +1 -1
  34. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  35. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  36. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  37. package/css/palettes/high-contrast.always.css.map +1 -1
  38. package/css/palettes/high-contrast.class.css.map +1 -1
  39. package/css/palettes/high-contrast.system.css.map +1 -1
  40. package/css/structure.css.map +1 -1
  41. package/css/text-alignment.css.map +1 -1
  42. package/css/text-transformation.css.map +1 -1
  43. package/css/typography.css.map +1 -1
  44. package/css/utils.bundle.css +1 -1
  45. package/css/utils.bundle.css.map +1 -1
  46. package/dist/index.js +186 -158
  47. package/dist/index.js.map +1 -1
  48. package/dist/types/proxies.d.ts +1 -0
  49. package/dist/vetur/attributes.json +1540 -181
  50. package/dist/vetur/tags.json +212 -45
  51. package/dist/web-types.json +1433 -114
  52. package/package.json +2 -2
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "ion-accordion/mode": {
8
8
  "type": "\"ios\" | \"md\"",
9
- "description": "The mode determines which platform styles to use.",
9
+ "description": "The mode determines the platform behaviors of the component.",
10
10
  "options": [
11
11
  "ios",
12
12
  "md"
@@ -17,8 +17,17 @@
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
+ },
20
29
  "ion-accordion/toggle-icon": {
21
- "type": "string",
30
+ "type": "string | undefined",
22
31
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
23
32
  "options": []
24
33
  },
@@ -55,7 +64,7 @@
55
64
  },
56
65
  "ion-accordion-group/mode": {
57
66
  "type": "\"ios\" | \"md\"",
58
- "description": "The mode determines which platform styles to use.",
67
+ "description": "The mode determines the platform behaviors of the component.",
59
68
  "options": [
60
69
  "ios",
61
70
  "md"
@@ -71,6 +80,24 @@
71
80
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
72
81
  "options": []
73
82
  },
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
+ },
74
101
  "ion-accordion-group/value": {
75
102
  "type": "null | string | string[] | undefined",
76
103
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -128,7 +155,7 @@
128
155
  },
129
156
  "ion-action-sheet/mode": {
130
157
  "type": "\"ios\" | \"md\"",
131
- "description": "The mode determines which platform styles to use.",
158
+ "description": "The mode determines the platform behaviors of the component.",
132
159
  "options": [
133
160
  "ios",
134
161
  "md"
@@ -139,9 +166,18 @@
139
166
  "description": "Subtitle for the action sheet.",
140
167
  "options": []
141
168
  },
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
+ },
142
178
  "ion-action-sheet/translucent": {
143
179
  "type": "boolean",
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).",
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).",
145
181
  "options": []
146
182
  },
147
183
  "ion-action-sheet/trigger": {
@@ -211,7 +247,7 @@
211
247
  },
212
248
  "ion-alert/mode": {
213
249
  "type": "\"ios\" | \"md\"",
214
- "description": "The mode determines which platform styles to use.",
250
+ "description": "The mode determines the platform behaviors of the component.",
215
251
  "options": [
216
252
  "ios",
217
253
  "md"
@@ -222,9 +258,18 @@
222
258
  "description": "The subtitle in the heading of the alert. Displayed under the title.",
223
259
  "options": []
224
260
  },
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
+ },
225
270
  "ion-alert/translucent": {
226
271
  "type": "boolean",
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).",
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).",
228
273
  "options": []
229
274
  },
230
275
  "ion-alert/trigger": {
@@ -232,6 +277,66 @@
232
277
  "description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
233
278
  "options": []
234
279
  },
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
+ },
235
340
  "ion-back-button/color": {
236
341
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
237
342
  "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).",
@@ -264,7 +369,7 @@
264
369
  },
265
370
  "ion-back-button/mode": {
266
371
  "type": "\"ios\" | \"md\"",
267
- "description": "The mode determines which platform styles to use.",
372
+ "description": "The mode determines the platform behaviors of the component.",
268
373
  "options": [
269
374
  "ios",
270
375
  "md"
@@ -280,6 +385,15 @@
280
385
  "description": "The text to display in the back button.",
281
386
  "options": []
282
387
  },
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
+ },
283
397
  "ion-back-button/type": {
284
398
  "type": "\"button\" | \"reset\" | \"submit\"",
285
399
  "description": "The type of the button.",
@@ -289,6 +403,14 @@
289
403
  "submit"
290
404
  ]
291
405
  },
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
+ },
292
414
  "ion-backdrop/stop-propagation": {
293
415
  "type": "boolean",
294
416
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -299,6 +421,15 @@
299
421
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
300
422
  "options": []
301
423
  },
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
+ },
302
433
  "ion-backdrop/visible": {
303
434
  "type": "boolean",
304
435
  "description": "If `true`, the backdrop will be visible.",
@@ -321,12 +452,48 @@
321
452
  },
322
453
  "ion-badge/mode": {
323
454
  "type": "\"ios\" | \"md\"",
324
- "description": "The mode determines which platform styles to use.",
455
+ "description": "The mode determines the platform behaviors of the component.",
325
456
  "options": [
326
457
  "ios",
327
458
  "md"
328
459
  ]
329
460
  },
461
+ "ion-badge/shape": {
462
+ "type": "\"round | rectangular\" | \"soft\" | undefined",
463
+ "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.",
464
+ "options": [
465
+ "soft"
466
+ ]
467
+ },
468
+ "ion-badge/size": {
469
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
470
+ "description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
471
+ "options": [
472
+ "large",
473
+ "medium",
474
+ "small",
475
+ "xlarge",
476
+ "xsmall",
477
+ "xxsmall"
478
+ ]
479
+ },
480
+ "ion-badge/theme": {
481
+ "type": "\"ios\" | \"md\" | \"ionic\"",
482
+ "description": "The theme determines the visual appearance of the component.",
483
+ "options": [
484
+ "ios",
485
+ "md",
486
+ "ionic"
487
+ ]
488
+ },
489
+ "ion-badge/vertical": {
490
+ "type": "\"bottom\" | \"top\" | undefined",
491
+ "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.",
492
+ "options": [
493
+ "bottom",
494
+ "top"
495
+ ]
496
+ },
330
497
  "ion-breadcrumb/active": {
331
498
  "type": "boolean",
332
499
  "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.",
@@ -364,7 +531,7 @@
364
531
  },
365
532
  "ion-breadcrumb/mode": {
366
533
  "type": "\"ios\" | \"md\"",
367
- "description": "The mode determines which platform styles to use.",
534
+ "description": "The mode determines the platform behaviors of the component.",
368
535
  "options": [
369
536
  "ios",
370
537
  "md"
@@ -399,6 +566,15 @@
399
566
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
400
567
  "options": []
401
568
  },
569
+ "ion-breadcrumb/theme": {
570
+ "type": "\"ios\" | \"md\" | \"ionic\"",
571
+ "description": "The theme determines the visual appearance of the component.",
572
+ "options": [
573
+ "ios",
574
+ "md",
575
+ "ionic"
576
+ ]
577
+ },
402
578
  "ion-breadcrumbs/color": {
403
579
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
404
580
  "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).",
@@ -431,12 +607,21 @@
431
607
  },
432
608
  "ion-breadcrumbs/mode": {
433
609
  "type": "\"ios\" | \"md\"",
434
- "description": "The mode determines which platform styles to use.",
610
+ "description": "The mode determines the platform behaviors of the component.",
435
611
  "options": [
436
612
  "ios",
437
613
  "md"
438
614
  ]
439
615
  },
616
+ "ion-breadcrumbs/theme": {
617
+ "type": "\"ios\" | \"md\" | \"ionic\"",
618
+ "description": "The theme determines the visual appearance of the component.",
619
+ "options": [
620
+ "ios",
621
+ "md",
622
+ "ionic"
623
+ ]
624
+ },
440
625
  "ion-button/button-type": {
441
626
  "type": "string",
442
627
  "description": "The type of button.",
@@ -497,7 +682,7 @@
497
682
  },
498
683
  "ion-button/mode": {
499
684
  "type": "\"ios\" | \"md\"",
500
- "description": "The mode determines which platform styles to use.",
685
+ "description": "The mode determines the platform behaviors of the component.",
501
686
  "options": [
502
687
  "ios",
503
688
  "md"
@@ -523,19 +708,23 @@
523
708
  ]
524
709
  },
525
710
  "ion-button/shape": {
526
- "type": "\"round\" | undefined",
527
- "description": "Set to `\"round\"` for a button with more rounded corners.",
711
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
712
+ "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.",
528
713
  "options": [
529
- "round"
714
+ "rectangular",
715
+ "round",
716
+ "soft"
530
717
  ]
531
718
  },
532
719
  "ion-button/size": {
533
- "type": "\"default\" | \"large\" | \"small\" | undefined",
720
+ "type": "\"default\" | \"large\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
534
721
  "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.",
535
722
  "options": [
536
723
  "default",
537
724
  "large",
538
- "small"
725
+ "small",
726
+ "xlarge",
727
+ "xsmall"
539
728
  ]
540
729
  },
541
730
  "ion-button/strong": {
@@ -548,6 +737,15 @@
548
737
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
549
738
  "options": []
550
739
  },
740
+ "ion-button/theme": {
741
+ "type": "\"ios\" | \"md\" | \"ionic\"",
742
+ "description": "The theme determines the visual appearance of the component.",
743
+ "options": [
744
+ "ios",
745
+ "md",
746
+ "ionic"
747
+ ]
748
+ },
551
749
  "ion-button/type": {
552
750
  "type": "\"button\" | \"reset\" | \"submit\"",
553
751
  "description": "The type of the button.",
@@ -559,9 +757,26 @@
559
757
  },
560
758
  "ion-buttons/collapse": {
561
759
  "type": "boolean",
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)",
760
+ "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)",
563
761
  "options": []
564
762
  },
763
+ "ion-buttons/mode": {
764
+ "type": "\"ios\" | \"md\"",
765
+ "description": "The mode determines the platform behaviors of the component.",
766
+ "options": [
767
+ "ios",
768
+ "md"
769
+ ]
770
+ },
771
+ "ion-buttons/theme": {
772
+ "type": "\"ios\" | \"md\" | \"ionic\"",
773
+ "description": "The theme determines the visual appearance of the component.",
774
+ "options": [
775
+ "ios",
776
+ "md",
777
+ "ionic"
778
+ ]
779
+ },
565
780
  "ion-card/button": {
566
781
  "type": "boolean",
567
782
  "description": "If `true`, a button tag will be rendered and the card will be tappable.",
@@ -599,7 +814,7 @@
599
814
  },
600
815
  "ion-card/mode": {
601
816
  "type": "\"ios\" | \"md\"",
602
- "description": "The mode determines which platform styles to use.",
817
+ "description": "The mode determines the platform behaviors of the component.",
603
818
  "options": [
604
819
  "ios",
605
820
  "md"
@@ -624,11 +839,29 @@
624
839
  "root"
625
840
  ]
626
841
  },
842
+ "ion-card/shape": {
843
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
844
+ "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\"`.",
845
+ "options": [
846
+ "rectangular",
847
+ "round",
848
+ "soft"
849
+ ]
850
+ },
627
851
  "ion-card/target": {
628
852
  "type": "string | undefined",
629
853
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
630
854
  "options": []
631
855
  },
856
+ "ion-card/theme": {
857
+ "type": "\"ios\" | \"md\" | \"ionic\"",
858
+ "description": "The theme determines the visual appearance of the component.",
859
+ "options": [
860
+ "ios",
861
+ "md",
862
+ "ionic"
863
+ ]
864
+ },
632
865
  "ion-card/type": {
633
866
  "type": "\"button\" | \"reset\" | \"submit\"",
634
867
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -640,12 +873,21 @@
640
873
  },
641
874
  "ion-card-content/mode": {
642
875
  "type": "\"ios\" | \"md\"",
643
- "description": "The mode determines which platform styles to use.",
876
+ "description": "The mode determines the platform behaviors of the component.",
644
877
  "options": [
645
878
  "ios",
646
879
  "md"
647
880
  ]
648
881
  },
882
+ "ion-card-content/theme": {
883
+ "type": "\"ios\" | \"md\" | \"ionic\"",
884
+ "description": "The theme determines the visual appearance of the component.",
885
+ "options": [
886
+ "ios",
887
+ "md",
888
+ "ionic"
889
+ ]
890
+ },
649
891
  "ion-card-header/color": {
650
892
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
651
893
  "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).",
@@ -663,15 +905,24 @@
663
905
  },
664
906
  "ion-card-header/mode": {
665
907
  "type": "\"ios\" | \"md\"",
666
- "description": "The mode determines which platform styles to use.",
908
+ "description": "The mode determines the platform behaviors of the component.",
667
909
  "options": [
668
910
  "ios",
669
911
  "md"
670
912
  ]
671
913
  },
914
+ "ion-card-header/theme": {
915
+ "type": "\"ios\" | \"md\" | \"ionic\"",
916
+ "description": "The theme determines the visual appearance of the component.",
917
+ "options": [
918
+ "ios",
919
+ "md",
920
+ "ionic"
921
+ ]
922
+ },
672
923
  "ion-card-header/translucent": {
673
924
  "type": "boolean",
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).",
925
+ "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).",
675
926
  "options": []
676
927
  },
677
928
  "ion-card-subtitle/color": {
@@ -691,12 +942,21 @@
691
942
  },
692
943
  "ion-card-subtitle/mode": {
693
944
  "type": "\"ios\" | \"md\"",
694
- "description": "The mode determines which platform styles to use.",
945
+ "description": "The mode determines the platform behaviors of the component.",
695
946
  "options": [
696
947
  "ios",
697
948
  "md"
698
949
  ]
699
950
  },
951
+ "ion-card-subtitle/theme": {
952
+ "type": "\"ios\" | \"md\" | \"ionic\"",
953
+ "description": "The theme determines the visual appearance of the component.",
954
+ "options": [
955
+ "ios",
956
+ "md",
957
+ "ionic"
958
+ ]
959
+ },
700
960
  "ion-card-title/color": {
701
961
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
702
962
  "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).",
@@ -714,12 +974,21 @@
714
974
  },
715
975
  "ion-card-title/mode": {
716
976
  "type": "\"ios\" | \"md\"",
717
- "description": "The mode determines which platform styles to use.",
977
+ "description": "The mode determines the platform behaviors of the component.",
718
978
  "options": [
719
979
  "ios",
720
980
  "md"
721
981
  ]
722
982
  },
983
+ "ion-card-title/theme": {
984
+ "type": "\"ios\" | \"md\" | \"ionic\"",
985
+ "description": "The theme determines the visual appearance of the component.",
986
+ "options": [
987
+ "ios",
988
+ "md",
989
+ "ionic"
990
+ ]
991
+ },
723
992
  "ion-checkbox/alignment": {
724
993
  "type": "\"center\" | \"start\" | undefined",
725
994
  "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`.",
@@ -789,7 +1058,7 @@
789
1058
  },
790
1059
  "ion-checkbox/mode": {
791
1060
  "type": "\"ios\" | \"md\"",
792
- "description": "The mode determines which platform styles to use.",
1061
+ "description": "The mode determines the platform behaviors of the component.",
793
1062
  "options": [
794
1063
  "ios",
795
1064
  "md"
@@ -805,6 +1074,30 @@
805
1074
  "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.",
806
1075
  "options": []
807
1076
  },
1077
+ "ion-checkbox/shape": {
1078
+ "type": "\"rectangular\" | \"soft\" | undefined",
1079
+ "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1080
+ "options": [
1081
+ "rectangular",
1082
+ "soft"
1083
+ ]
1084
+ },
1085
+ "ion-checkbox/size": {
1086
+ "type": "\"small\" | undefined",
1087
+ "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1088
+ "options": [
1089
+ "small"
1090
+ ]
1091
+ },
1092
+ "ion-checkbox/theme": {
1093
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1094
+ "description": "The theme determines the visual appearance of the component.",
1095
+ "options": [
1096
+ "ios",
1097
+ "md",
1098
+ "ionic"
1099
+ ]
1100
+ },
808
1101
  "ion-checkbox/value": {
809
1102
  "type": "any",
810
1103
  "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>`.",
@@ -832,7 +1125,7 @@
832
1125
  },
833
1126
  "ion-chip/mode": {
834
1127
  "type": "\"ios\" | \"md\"",
835
- "description": "The mode determines which platform styles to use.",
1128
+ "description": "The mode determines the platform behaviors of the component.",
836
1129
  "options": [
837
1130
  "ios",
838
1131
  "md"
@@ -843,6 +1136,40 @@
843
1136
  "description": "Display an outline style button.",
844
1137
  "options": []
845
1138
  },
1139
+ "ion-chip/shape": {
1140
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
1141
+ "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.",
1142
+ "options": [
1143
+ "rectangular",
1144
+ "round",
1145
+ "soft"
1146
+ ]
1147
+ },
1148
+ "ion-chip/size": {
1149
+ "type": "\"large\" | \"small\" | undefined",
1150
+ "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.",
1151
+ "options": [
1152
+ "large",
1153
+ "small"
1154
+ ]
1155
+ },
1156
+ "ion-chip/theme": {
1157
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1158
+ "description": "The theme determines the visual appearance of the component.",
1159
+ "options": [
1160
+ "ios",
1161
+ "md",
1162
+ "ionic"
1163
+ ]
1164
+ },
1165
+ "ion-col/mode": {
1166
+ "type": "\"ios\" | \"md\"",
1167
+ "description": "The mode determines the platform behaviors of the component.",
1168
+ "options": [
1169
+ "ios",
1170
+ "md"
1171
+ ]
1172
+ },
846
1173
  "ion-col/offset": {
847
1174
  "type": "string | undefined",
848
1175
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -963,6 +1290,15 @@
963
1290
  "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.",
964
1291
  "options": []
965
1292
  },
1293
+ "ion-col/theme": {
1294
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1295
+ "description": "The theme determines the visual appearance of the component.",
1296
+ "options": [
1297
+ "ios",
1298
+ "md",
1299
+ "ionic"
1300
+ ]
1301
+ },
966
1302
  "ion-content/color": {
967
1303
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
968
1304
  "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).",
@@ -996,6 +1332,14 @@
996
1332
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
997
1333
  "options": []
998
1334
  },
1335
+ "ion-content/mode": {
1336
+ "type": "\"ios\" | \"md\"",
1337
+ "description": "The mode determines the platform behaviors of the component.",
1338
+ "options": [
1339
+ "ios",
1340
+ "md"
1341
+ ]
1342
+ },
999
1343
  "ion-content/scroll-events": {
1000
1344
  "type": "boolean",
1001
1345
  "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`.",
@@ -1011,6 +1355,15 @@
1011
1355
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
1012
1356
  "options": []
1013
1357
  },
1358
+ "ion-content/theme": {
1359
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1360
+ "description": "The theme determines the visual appearance of the component.",
1361
+ "options": [
1362
+ "ios",
1363
+ "md",
1364
+ "ionic"
1365
+ ]
1366
+ },
1014
1367
  "ion-datetime/cancel-text": {
1015
1368
  "type": "string",
1016
1369
  "description": "The text to display on the picker's cancel button.",
@@ -1108,7 +1461,7 @@
1108
1461
  },
1109
1462
  "ion-datetime/mode": {
1110
1463
  "type": "\"ios\" | \"md\"",
1111
- "description": "The mode determines which platform styles to use.",
1464
+ "description": "The mode determines the platform behaviors of the component.",
1112
1465
  "options": [
1113
1466
  "ios",
1114
1467
  "md"
@@ -1180,6 +1533,15 @@
1180
1533
  "fixed"
1181
1534
  ]
1182
1535
  },
1536
+ "ion-datetime/theme": {
1537
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1538
+ "description": "The theme determines the visual appearance of the component.",
1539
+ "options": [
1540
+ "ios",
1541
+ "md",
1542
+ "ionic"
1543
+ ]
1544
+ },
1183
1545
  "ion-datetime/title-selected-dates-formatter": {
1184
1546
  "type": "((selectedDates: string[]) => string) | undefined",
1185
1547
  "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.",
@@ -1222,12 +1584,39 @@
1222
1584
  },
1223
1585
  "ion-datetime-button/mode": {
1224
1586
  "type": "\"ios\" | \"md\"",
1225
- "description": "The mode determines which platform styles to use.",
1587
+ "description": "The mode determines the platform behaviors of the component.",
1226
1588
  "options": [
1227
1589
  "ios",
1228
1590
  "md"
1229
1591
  ]
1230
1592
  },
1593
+ "ion-datetime-button/theme": {
1594
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1595
+ "description": "The theme determines the visual appearance of the component.",
1596
+ "options": [
1597
+ "ios",
1598
+ "md",
1599
+ "ionic"
1600
+ ]
1601
+ },
1602
+ "ion-divider/inset": {
1603
+ "type": "boolean",
1604
+ "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
1605
+ "options": []
1606
+ },
1607
+ "ion-divider/spacing": {
1608
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
1609
+ "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\"`.",
1610
+ "options": [
1611
+ "large",
1612
+ "medium",
1613
+ "small",
1614
+ "xlarge",
1615
+ "xsmall",
1616
+ "xxlarge",
1617
+ "xxsmall"
1618
+ ]
1619
+ },
1231
1620
  "ion-fab/activated": {
1232
1621
  "type": "boolean",
1233
1622
  "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.",
@@ -1247,6 +1636,23 @@
1247
1636
  "start"
1248
1637
  ]
1249
1638
  },
1639
+ "ion-fab/mode": {
1640
+ "type": "\"ios\" | \"md\"",
1641
+ "description": "The mode determines the platform behaviors of the component.",
1642
+ "options": [
1643
+ "ios",
1644
+ "md"
1645
+ ]
1646
+ },
1647
+ "ion-fab/theme": {
1648
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1649
+ "description": "The theme determines the visual appearance of the component.",
1650
+ "options": [
1651
+ "ios",
1652
+ "md",
1653
+ "ionic"
1654
+ ]
1655
+ },
1250
1656
  "ion-fab/vertical": {
1251
1657
  "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1252
1658
  "description": "Where to align the fab vertically in the viewport.",
@@ -1262,7 +1668,7 @@
1262
1668
  "options": []
1263
1669
  },
1264
1670
  "ion-fab-button/close-icon": {
1265
- "type": "string",
1671
+ "type": "string | undefined",
1266
1672
  "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.",
1267
1673
  "options": []
1268
1674
  },
@@ -1298,7 +1704,7 @@
1298
1704
  },
1299
1705
  "ion-fab-button/mode": {
1300
1706
  "type": "\"ios\" | \"md\"",
1301
- "description": "The mode determines which platform styles to use.",
1707
+ "description": "The mode determines the platform behaviors of the component.",
1302
1708
  "options": [
1303
1709
  "ios",
1304
1710
  "md"
@@ -1340,9 +1746,18 @@
1340
1746
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1341
1747
  "options": []
1342
1748
  },
1749
+ "ion-fab-button/theme": {
1750
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1751
+ "description": "The theme determines the visual appearance of the component.",
1752
+ "options": [
1753
+ "ios",
1754
+ "md",
1755
+ "ionic"
1756
+ ]
1757
+ },
1343
1758
  "ion-fab-button/translucent": {
1344
1759
  "type": "boolean",
1345
- "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).",
1760
+ "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).",
1346
1761
  "options": []
1347
1762
  },
1348
1763
  "ion-fab-button/type": {
@@ -1359,6 +1774,14 @@
1359
1774
  "description": "If `true`, the fab list will show all fab buttons in the list.",
1360
1775
  "options": []
1361
1776
  },
1777
+ "ion-fab-list/mode": {
1778
+ "type": "\"ios\" | \"md\"",
1779
+ "description": "The mode determines the platform behaviors of the component.",
1780
+ "options": [
1781
+ "ios",
1782
+ "md"
1783
+ ]
1784
+ },
1362
1785
  "ion-fab-list/side": {
1363
1786
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
1364
1787
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -1369,24 +1792,42 @@
1369
1792
  "top"
1370
1793
  ]
1371
1794
  },
1795
+ "ion-fab-list/theme": {
1796
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1797
+ "description": "The theme determines the visual appearance of the component.",
1798
+ "options": [
1799
+ "ios",
1800
+ "md",
1801
+ "ionic"
1802
+ ]
1803
+ },
1372
1804
  "ion-footer/collapse": {
1373
1805
  "type": "\"fade\" | undefined",
1374
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
1806
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
1375
1807
  "options": [
1376
1808
  "fade"
1377
1809
  ]
1378
1810
  },
1379
1811
  "ion-footer/mode": {
1380
1812
  "type": "\"ios\" | \"md\"",
1381
- "description": "The mode determines which platform styles to use.",
1813
+ "description": "The mode determines the platform behaviors of the component.",
1382
1814
  "options": [
1383
1815
  "ios",
1384
1816
  "md"
1385
1817
  ]
1386
1818
  },
1819
+ "ion-footer/theme": {
1820
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1821
+ "description": "The theme determines the visual appearance of the component.",
1822
+ "options": [
1823
+ "ios",
1824
+ "md",
1825
+ "ionic"
1826
+ ]
1827
+ },
1387
1828
  "ion-footer/translucent": {
1388
1829
  "type": "boolean",
1389
- "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.",
1830
+ "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.",
1390
1831
  "options": []
1391
1832
  },
1392
1833
  "ion-grid/fixed": {
@@ -1394,25 +1835,56 @@
1394
1835
  "description": "If `true`, the grid will have a fixed width based on the screen size.",
1395
1836
  "options": []
1396
1837
  },
1397
- "ion-header/collapse": {
1398
- "type": "\"condense\" | \"fade\" | undefined",
1399
- "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)",
1838
+ "ion-grid/mode": {
1839
+ "type": "\"ios\" | \"md\"",
1840
+ "description": "The mode determines the platform behaviors of the component.",
1400
1841
  "options": [
1401
- "condense",
1402
- "fade"
1842
+ "ios",
1843
+ "md"
1403
1844
  ]
1404
1845
  },
1405
- "ion-header/mode": {
1846
+ "ion-grid/theme": {
1847
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1848
+ "description": "The theme determines the visual appearance of the component.",
1849
+ "options": [
1850
+ "ios",
1851
+ "md",
1852
+ "ionic"
1853
+ ]
1854
+ },
1855
+ "ion-header/collapse": {
1856
+ "type": "\"condense\" | \"fade\" | undefined",
1857
+ "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1858
+ "options": [
1859
+ "condense",
1860
+ "fade"
1861
+ ]
1862
+ },
1863
+ "ion-header/divider": {
1864
+ "type": "boolean",
1865
+ "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
1866
+ "options": []
1867
+ },
1868
+ "ion-header/mode": {
1406
1869
  "type": "\"ios\" | \"md\"",
1407
- "description": "The mode determines which platform styles to use.",
1870
+ "description": "The mode determines the platform behaviors of the component.",
1408
1871
  "options": [
1409
1872
  "ios",
1410
1873
  "md"
1411
1874
  ]
1412
1875
  },
1876
+ "ion-header/theme": {
1877
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1878
+ "description": "The theme determines the visual appearance of the component.",
1879
+ "options": [
1880
+ "ios",
1881
+ "md",
1882
+ "ionic"
1883
+ ]
1884
+ },
1413
1885
  "ion-header/translucent": {
1414
1886
  "type": "boolean",
1415
- "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.",
1887
+ "description": "If `true`, the 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).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1416
1888
  "options": []
1417
1889
  },
1418
1890
  "ion-img/alt": {
@@ -1420,16 +1892,41 @@
1420
1892
  "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.",
1421
1893
  "options": []
1422
1894
  },
1895
+ "ion-img/mode": {
1896
+ "type": "\"ios\" | \"md\"",
1897
+ "description": "The mode determines the platform behaviors of the component.",
1898
+ "options": [
1899
+ "ios",
1900
+ "md"
1901
+ ]
1902
+ },
1423
1903
  "ion-img/src": {
1424
1904
  "type": "string | undefined",
1425
1905
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
1426
1906
  "options": []
1427
1907
  },
1908
+ "ion-img/theme": {
1909
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1910
+ "description": "The theme determines the visual appearance of the component.",
1911
+ "options": [
1912
+ "ios",
1913
+ "md",
1914
+ "ionic"
1915
+ ]
1916
+ },
1428
1917
  "ion-infinite-scroll/disabled": {
1429
1918
  "type": "boolean",
1430
1919
  "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.",
1431
1920
  "options": []
1432
1921
  },
1922
+ "ion-infinite-scroll/mode": {
1923
+ "type": "\"ios\" | \"md\"",
1924
+ "description": "The mode determines the platform behaviors of the component.",
1925
+ "options": [
1926
+ "ios",
1927
+ "md"
1928
+ ]
1929
+ },
1433
1930
  "ion-infinite-scroll/position": {
1434
1931
  "type": "\"bottom\" | \"top\"",
1435
1932
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -1438,6 +1935,15 @@
1438
1935
  "top"
1439
1936
  ]
1440
1937
  },
1938
+ "ion-infinite-scroll/theme": {
1939
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1940
+ "description": "The theme determines the visual appearance of the component.",
1941
+ "options": [
1942
+ "ios",
1943
+ "md",
1944
+ "ionic"
1945
+ ]
1946
+ },
1441
1947
  "ion-infinite-scroll/threshold": {
1442
1948
  "type": "string",
1443
1949
  "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.",
@@ -1463,67 +1969,84 @@
1463
1969
  "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.",
1464
1970
  "options": []
1465
1971
  },
1972
+ "ion-infinite-scroll-content/mode": {
1973
+ "type": "\"ios\" | \"md\"",
1974
+ "description": "The mode determines the platform behaviors of the component.",
1975
+ "options": [
1976
+ "ios",
1977
+ "md"
1978
+ ]
1979
+ },
1980
+ "ion-infinite-scroll-content/theme": {
1981
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1982
+ "description": "The theme determines the visual appearance of the component.",
1983
+ "options": [
1984
+ "ios",
1985
+ "md",
1986
+ "ionic"
1987
+ ]
1988
+ },
1466
1989
  "ion-input/autocapitalize": {
1467
1990
  "type": "string",
1468
1991
  "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\"`.",
1469
1992
  "options": []
1470
1993
  },
1471
1994
  "ion-input/autocomplete": {
1472
- "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
1995
+ "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\"",
1473
1996
  "description": "Indicates whether the value of the control can be automatically completed by the browser.",
1474
1997
  "options": [
1475
1998
  "name",
1476
- "email",
1477
- "tel",
1478
1999
  "url",
1479
- "on",
1480
2000
  "off",
1481
- "honorific-prefix",
1482
- "given-name",
2001
+ "on",
1483
2002
  "additional-name",
1484
- "family-name",
1485
- "honorific-suffix",
1486
- "nickname",
1487
- "username",
1488
- "new-password",
1489
- "current-password",
1490
- "one-time-code",
1491
- "organization-title",
1492
- "organization",
1493
- "street-address",
2003
+ "address-level1",
2004
+ "address-level2",
2005
+ "address-level3",
2006
+ "address-level4",
1494
2007
  "address-line1",
1495
2008
  "address-line2",
1496
2009
  "address-line3",
1497
- "address-level4",
1498
- "address-level3",
1499
- "address-level2",
1500
- "address-level1",
1501
- "country",
1502
- "country-name",
1503
- "postal-code",
1504
- "cc-name",
1505
- "cc-given-name",
1506
- "cc-additional-name",
1507
- "cc-family-name",
1508
- "cc-number",
2010
+ "bday-day",
2011
+ "bday-month",
2012
+ "bday-year",
2013
+ "cc-csc",
1509
2014
  "cc-exp",
1510
2015
  "cc-exp-month",
1511
2016
  "cc-exp-year",
1512
- "cc-csc",
2017
+ "cc-family-name",
2018
+ "cc-given-name",
2019
+ "cc-name",
2020
+ "cc-number",
1513
2021
  "cc-type",
1514
- "transaction-currency",
2022
+ "country",
2023
+ "country-name",
2024
+ "current-password",
2025
+ "family-name",
2026
+ "given-name",
2027
+ "honorific-prefix",
2028
+ "honorific-suffix",
2029
+ "new-password",
2030
+ "one-time-code",
2031
+ "organization",
2032
+ "postal-code",
2033
+ "street-address",
1515
2034
  "transaction-amount",
2035
+ "transaction-currency",
2036
+ "username",
2037
+ "email",
2038
+ "tel",
2039
+ "tel-area-code",
2040
+ "tel-country-code",
2041
+ "tel-extension",
2042
+ "tel-local",
2043
+ "tel-national",
2044
+ "nickname",
2045
+ "organization-title",
2046
+ "cc-additional-name",
1516
2047
  "language",
1517
2048
  "bday",
1518
- "bday-day",
1519
- "bday-month",
1520
- "bday-year",
1521
2049
  "sex",
1522
- "tel-country-code",
1523
- "tel-national",
1524
- "tel-area-code",
1525
- "tel-local",
1526
- "tel-extension",
1527
2050
  "impp",
1528
2051
  "photo"
1529
2052
  ]
@@ -1611,7 +2134,7 @@
1611
2134
  },
1612
2135
  "ion-input/fill": {
1613
2136
  "type": "\"outline\" | \"solid\" | undefined",
1614
- "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.",
2137
+ "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\"`.",
1615
2138
  "options": [
1616
2139
  "outline",
1617
2140
  "solid"
@@ -1642,8 +2165,8 @@
1642
2165
  "options": []
1643
2166
  },
1644
2167
  "ion-input/label-placement": {
1645
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
1646
- "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 (\"...\").",
2168
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
2169
+ "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
2170
  "options": [
1648
2171
  "end",
1649
2172
  "fixed",
@@ -1674,7 +2197,7 @@
1674
2197
  },
1675
2198
  "ion-input/mode": {
1676
2199
  "type": "\"ios\" | \"md\"",
1677
- "description": "The mode determines which platform styles to use.",
2200
+ "description": "The mode determines the platform behaviors of the component.",
1678
2201
  "options": [
1679
2202
  "ios",
1680
2203
  "md"
@@ -1711,10 +2234,21 @@
1711
2234
  "options": []
1712
2235
  },
1713
2236
  "ion-input/shape": {
1714
- "type": "\"round\" | undefined",
1715
- "description": "The shape of the input. If \"round\" it will have an increased border radius.",
2237
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2238
+ "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\"`.",
1716
2239
  "options": [
1717
- "round"
2240
+ "rectangular",
2241
+ "round",
2242
+ "soft"
2243
+ ]
2244
+ },
2245
+ "ion-input/size": {
2246
+ "type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
2247
+ "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.",
2248
+ "options": [
2249
+ "large",
2250
+ "medium",
2251
+ "xlarge"
1718
2252
  ]
1719
2253
  },
1720
2254
  "ion-input/spellcheck": {
@@ -1727,6 +2261,15 @@
1727
2261
  "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.",
1728
2262
  "options": []
1729
2263
  },
2264
+ "ion-input/theme": {
2265
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2266
+ "description": "The theme determines the visual appearance of the component.",
2267
+ "options": [
2268
+ "ios",
2269
+ "md",
2270
+ "ionic"
2271
+ ]
2272
+ },
1730
2273
  "ion-input/type": {
1731
2274
  "type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
1732
2275
  "description": "The type of control to display. The default type is text.",
@@ -1805,11 +2348,11 @@
1805
2348
  },
1806
2349
  "ion-item/detail": {
1807
2350
  "type": "boolean | undefined",
1808
- "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.",
2351
+ "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.",
1809
2352
  "options": []
1810
2353
  },
1811
2354
  "ion-item/detail-icon": {
1812
- "type": "string",
2355
+ "type": "string | undefined",
1813
2356
  "description": "The icon to use when `detail` is set to `true`.",
1814
2357
  "options": []
1815
2358
  },
@@ -1839,7 +2382,7 @@
1839
2382
  },
1840
2383
  "ion-item/mode": {
1841
2384
  "type": "\"ios\" | \"md\"",
1842
- "description": "The mode determines which platform styles to use.",
2385
+ "description": "The mode determines the platform behaviors of the component.",
1843
2386
  "options": [
1844
2387
  "ios",
1845
2388
  "md"
@@ -1869,6 +2412,15 @@
1869
2412
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1870
2413
  "options": []
1871
2414
  },
2415
+ "ion-item/theme": {
2416
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2417
+ "description": "The theme determines the visual appearance of the component.",
2418
+ "options": [
2419
+ "ios",
2420
+ "md",
2421
+ "ionic"
2422
+ ]
2423
+ },
1872
2424
  "ion-item/type": {
1873
2425
  "type": "\"button\" | \"reset\" | \"submit\"",
1874
2426
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1895,7 +2447,7 @@
1895
2447
  },
1896
2448
  "ion-item-divider/mode": {
1897
2449
  "type": "\"ios\" | \"md\"",
1898
- "description": "The mode determines which platform styles to use.",
2450
+ "description": "The mode determines the platform behaviors of the component.",
1899
2451
  "options": [
1900
2452
  "ios",
1901
2453
  "md"
@@ -1906,6 +2458,32 @@
1906
2458
  "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",
1907
2459
  "options": []
1908
2460
  },
2461
+ "ion-item-divider/theme": {
2462
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2463
+ "description": "The theme determines the visual appearance of the component.",
2464
+ "options": [
2465
+ "ios",
2466
+ "md",
2467
+ "ionic"
2468
+ ]
2469
+ },
2470
+ "ion-item-group/mode": {
2471
+ "type": "\"ios\" | \"md\"",
2472
+ "description": "The mode determines the platform behaviors of the component.",
2473
+ "options": [
2474
+ "ios",
2475
+ "md"
2476
+ ]
2477
+ },
2478
+ "ion-item-group/theme": {
2479
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2480
+ "description": "The theme determines the visual appearance of the component.",
2481
+ "options": [
2482
+ "ios",
2483
+ "md",
2484
+ "ionic"
2485
+ ]
2486
+ },
1909
2487
  "ion-item-option/color": {
1910
2488
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
1911
2489
  "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).",
@@ -1943,7 +2521,7 @@
1943
2521
  },
1944
2522
  "ion-item-option/mode": {
1945
2523
  "type": "\"ios\" | \"md\"",
1946
- "description": "The mode determines which platform styles to use.",
2524
+ "description": "The mode determines the platform behaviors of the component.",
1947
2525
  "options": [
1948
2526
  "ios",
1949
2527
  "md"
@@ -1954,11 +2532,29 @@
1954
2532
  "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).",
1955
2533
  "options": []
1956
2534
  },
2535
+ "ion-item-option/shape": {
2536
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2537
+ "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.",
2538
+ "options": [
2539
+ "rectangular",
2540
+ "round",
2541
+ "soft"
2542
+ ]
2543
+ },
1957
2544
  "ion-item-option/target": {
1958
2545
  "type": "string | undefined",
1959
2546
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1960
2547
  "options": []
1961
2548
  },
2549
+ "ion-item-option/theme": {
2550
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2551
+ "description": "The theme determines the visual appearance of the component.",
2552
+ "options": [
2553
+ "ios",
2554
+ "md",
2555
+ "ionic"
2556
+ ]
2557
+ },
1962
2558
  "ion-item-option/type": {
1963
2559
  "type": "\"button\" | \"reset\" | \"submit\"",
1964
2560
  "description": "The type of the button.",
@@ -1968,6 +2564,14 @@
1968
2564
  "submit"
1969
2565
  ]
1970
2566
  },
2567
+ "ion-item-options/mode": {
2568
+ "type": "\"ios\" | \"md\"",
2569
+ "description": "The mode determines the platform behaviors of the component.",
2570
+ "options": [
2571
+ "ios",
2572
+ "md"
2573
+ ]
2574
+ },
1971
2575
  "ion-item-options/side": {
1972
2576
  "type": "\"end\" | \"start\"",
1973
2577
  "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.",
@@ -1976,11 +2580,37 @@
1976
2580
  "start"
1977
2581
  ]
1978
2582
  },
2583
+ "ion-item-options/theme": {
2584
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2585
+ "description": "The theme determines the visual appearance of the component.",
2586
+ "options": [
2587
+ "ios",
2588
+ "md",
2589
+ "ionic"
2590
+ ]
2591
+ },
1979
2592
  "ion-item-sliding/disabled": {
1980
2593
  "type": "boolean",
1981
2594
  "description": "If `true`, the user cannot interact with the sliding item.",
1982
2595
  "options": []
1983
2596
  },
2597
+ "ion-item-sliding/mode": {
2598
+ "type": "\"ios\" | \"md\"",
2599
+ "description": "The mode determines the platform behaviors of the component.",
2600
+ "options": [
2601
+ "ios",
2602
+ "md"
2603
+ ]
2604
+ },
2605
+ "ion-item-sliding/theme": {
2606
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2607
+ "description": "The theme determines the visual appearance of the component.",
2608
+ "options": [
2609
+ "ios",
2610
+ "md",
2611
+ "ionic"
2612
+ ]
2613
+ },
1984
2614
  "ion-label/color": {
1985
2615
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
1986
2616
  "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).",
@@ -1998,7 +2628,7 @@
1998
2628
  },
1999
2629
  "ion-label/mode": {
2000
2630
  "type": "\"ios\" | \"md\"",
2001
- "description": "The mode determines which platform styles to use.",
2631
+ "description": "The mode determines the platform behaviors of the component.",
2002
2632
  "options": [
2003
2633
  "ios",
2004
2634
  "md"
@@ -2013,6 +2643,15 @@
2013
2643
  "stacked"
2014
2644
  ]
2015
2645
  },
2646
+ "ion-label/theme": {
2647
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2648
+ "description": "The theme determines the visual appearance of the component.",
2649
+ "options": [
2650
+ "ios",
2651
+ "md",
2652
+ "ionic"
2653
+ ]
2654
+ },
2016
2655
  "ion-list/inset": {
2017
2656
  "type": "boolean",
2018
2657
  "description": "If `true`, the list will have margin around it and rounded corners.",
@@ -2029,12 +2668,30 @@
2029
2668
  },
2030
2669
  "ion-list/mode": {
2031
2670
  "type": "\"ios\" | \"md\"",
2032
- "description": "The mode determines which platform styles to use.",
2671
+ "description": "The mode determines the platform behaviors of the component.",
2033
2672
  "options": [
2034
2673
  "ios",
2035
2674
  "md"
2036
2675
  ]
2037
2676
  },
2677
+ "ion-list/shape": {
2678
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2679
+ "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.",
2680
+ "options": [
2681
+ "rectangular",
2682
+ "round",
2683
+ "soft"
2684
+ ]
2685
+ },
2686
+ "ion-list/theme": {
2687
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2688
+ "description": "The theme determines the visual appearance of the component.",
2689
+ "options": [
2690
+ "ios",
2691
+ "md",
2692
+ "ionic"
2693
+ ]
2694
+ },
2038
2695
  "ion-list-header/color": {
2039
2696
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2040
2697
  "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).",
@@ -2061,12 +2718,21 @@
2061
2718
  },
2062
2719
  "ion-list-header/mode": {
2063
2720
  "type": "\"ios\" | \"md\"",
2064
- "description": "The mode determines which platform styles to use.",
2721
+ "description": "The mode determines the platform behaviors of the component.",
2065
2722
  "options": [
2066
2723
  "ios",
2067
2724
  "md"
2068
2725
  ]
2069
2726
  },
2727
+ "ion-list-header/theme": {
2728
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2729
+ "description": "The theme determines the visual appearance of the component.",
2730
+ "options": [
2731
+ "ios",
2732
+ "md",
2733
+ "ionic"
2734
+ ]
2735
+ },
2070
2736
  "ion-loading/animated": {
2071
2737
  "type": "boolean",
2072
2738
  "description": "If `true`, the loading indicator will animate.",
@@ -2119,7 +2785,7 @@
2119
2785
  },
2120
2786
  "ion-loading/mode": {
2121
2787
  "type": "\"ios\" | \"md\"",
2122
- "description": "The mode determines which platform styles to use.",
2788
+ "description": "The mode determines the platform behaviors of the component.",
2123
2789
  "options": [
2124
2790
  "ios",
2125
2791
  "md"
@@ -2145,9 +2811,18 @@
2145
2811
  "lines-small"
2146
2812
  ]
2147
2813
  },
2814
+ "ion-loading/theme": {
2815
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2816
+ "description": "The theme determines the visual appearance of the component.",
2817
+ "options": [
2818
+ "ios",
2819
+ "md",
2820
+ "ionic"
2821
+ ]
2822
+ },
2148
2823
  "ion-loading/translucent": {
2149
2824
  "type": "boolean",
2150
- "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).",
2825
+ "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).",
2151
2826
  "options": []
2152
2827
  },
2153
2828
  "ion-loading/trigger": {
@@ -2175,6 +2850,14 @@
2175
2850
  "description": "An id for the menu.",
2176
2851
  "options": []
2177
2852
  },
2853
+ "ion-menu/mode": {
2854
+ "type": "\"ios\" | \"md\"",
2855
+ "description": "The mode determines the platform behaviors of the component.",
2856
+ "options": [
2857
+ "ios",
2858
+ "md"
2859
+ ]
2860
+ },
2178
2861
  "ion-menu/side": {
2179
2862
  "type": "\"end\" | \"start\"",
2180
2863
  "description": "Which side of the view the menu should be placed.",
@@ -2188,6 +2871,15 @@
2188
2871
  "description": "If `true`, swiping the menu is enabled.",
2189
2872
  "options": []
2190
2873
  },
2874
+ "ion-menu/theme": {
2875
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2876
+ "description": "The theme determines the visual appearance of the component.",
2877
+ "options": [
2878
+ "ios",
2879
+ "md",
2880
+ "ionic"
2881
+ ]
2882
+ },
2191
2883
  "ion-menu/type": {
2192
2884
  "type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
2193
2885
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -2229,12 +2921,21 @@
2229
2921
  },
2230
2922
  "ion-menu-button/mode": {
2231
2923
  "type": "\"ios\" | \"md\"",
2232
- "description": "The mode determines which platform styles to use.",
2924
+ "description": "The mode determines the platform behaviors of the component.",
2233
2925
  "options": [
2234
2926
  "ios",
2235
2927
  "md"
2236
2928
  ]
2237
2929
  },
2930
+ "ion-menu-button/theme": {
2931
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2932
+ "description": "The theme determines the visual appearance of the component.",
2933
+ "options": [
2934
+ "ios",
2935
+ "md",
2936
+ "ionic"
2937
+ ]
2938
+ },
2238
2939
  "ion-menu-button/type": {
2239
2940
  "type": "\"button\" | \"reset\" | \"submit\"",
2240
2941
  "description": "The type of the button.",
@@ -2254,6 +2955,23 @@
2254
2955
  "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.",
2255
2956
  "options": []
2256
2957
  },
2958
+ "ion-menu-toggle/mode": {
2959
+ "type": "\"ios\" | \"md\"",
2960
+ "description": "The mode determines the platform behaviors of the component.",
2961
+ "options": [
2962
+ "ios",
2963
+ "md"
2964
+ ]
2965
+ },
2966
+ "ion-menu-toggle/theme": {
2967
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2968
+ "description": "The theme determines the visual appearance of the component.",
2969
+ "options": [
2970
+ "ios",
2971
+ "md",
2972
+ "ionic"
2973
+ ]
2974
+ },
2257
2975
  "ion-modal/animated": {
2258
2976
  "type": "boolean",
2259
2977
  "description": "If `true`, the modal will animate.",
@@ -2339,7 +3057,7 @@
2339
3057
  },
2340
3058
  "ion-modal/mode": {
2341
3059
  "type": "\"ios\" | \"md\"",
2342
- "description": "The mode determines which platform styles to use.",
3060
+ "description": "The mode determines the platform behaviors of the component.",
2343
3061
  "options": [
2344
3062
  "ios",
2345
3063
  "md"
@@ -2350,11 +3068,29 @@
2350
3068
  "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.",
2351
3069
  "options": []
2352
3070
  },
3071
+ "ion-modal/shape": {
3072
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
3073
+ "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.",
3074
+ "options": [
3075
+ "rectangular",
3076
+ "round",
3077
+ "soft"
3078
+ ]
3079
+ },
2353
3080
  "ion-modal/show-backdrop": {
2354
3081
  "type": "boolean",
2355
3082
  "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.",
2356
3083
  "options": []
2357
3084
  },
3085
+ "ion-modal/theme": {
3086
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3087
+ "description": "The theme determines the visual appearance of the component.",
3088
+ "options": [
3089
+ "ios",
3090
+ "md",
3091
+ "ionic"
3092
+ ]
3093
+ },
2358
3094
  "ion-modal/trigger": {
2359
3095
  "type": "string | undefined",
2360
3096
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -2367,9 +3103,17 @@
2367
3103
  },
2368
3104
  "ion-nav/animation": {
2369
3105
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
2370
- "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.",
3106
+ "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.",
2371
3107
  "options": []
2372
3108
  },
3109
+ "ion-nav/mode": {
3110
+ "type": "\"ios\" | \"md\"",
3111
+ "description": "The mode determines the platform behaviors of the component.",
3112
+ "options": [
3113
+ "ios",
3114
+ "md"
3115
+ ]
3116
+ },
2373
3117
  "ion-nav/root": {
2374
3118
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
2375
3119
  "description": "Root NavComponent to load",
@@ -2385,6 +3129,15 @@
2385
3129
  "description": "If the nav component should allow for swipe-to-go-back.",
2386
3130
  "options": []
2387
3131
  },
3132
+ "ion-nav/theme": {
3133
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3134
+ "description": "The theme determines the visual appearance of the component.",
3135
+ "options": [
3136
+ "ios",
3137
+ "md",
3138
+ "ionic"
3139
+ ]
3140
+ },
2388
3141
  "ion-nav-link/component": {
2389
3142
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
2390
3143
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
@@ -2395,6 +3148,14 @@
2395
3148
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
2396
3149
  "options": []
2397
3150
  },
3151
+ "ion-nav-link/mode": {
3152
+ "type": "\"ios\" | \"md\"",
3153
+ "description": "The mode determines the platform behaviors of the component.",
3154
+ "options": [
3155
+ "ios",
3156
+ "md"
3157
+ ]
3158
+ },
2398
3159
  "ion-nav-link/router-animation": {
2399
3160
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
2400
3161
  "description": "The transition animation when navigating to another page.",
@@ -2409,6 +3170,15 @@
2409
3170
  "root"
2410
3171
  ]
2411
3172
  },
3173
+ "ion-nav-link/theme": {
3174
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3175
+ "description": "The theme determines the visual appearance of the component.",
3176
+ "options": [
3177
+ "ios",
3178
+ "md",
3179
+ "ionic"
3180
+ ]
3181
+ },
2412
3182
  "ion-note/color": {
2413
3183
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2414
3184
  "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).",
@@ -2426,20 +3196,38 @@
2426
3196
  },
2427
3197
  "ion-note/mode": {
2428
3198
  "type": "\"ios\" | \"md\"",
2429
- "description": "The mode determines which platform styles to use.",
3199
+ "description": "The mode determines the platform behaviors of the component.",
2430
3200
  "options": [
2431
3201
  "ios",
2432
3202
  "md"
2433
3203
  ]
2434
3204
  },
3205
+ "ion-note/theme": {
3206
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3207
+ "description": "The theme determines the visual appearance of the component.",
3208
+ "options": [
3209
+ "ios",
3210
+ "md",
3211
+ "ionic"
3212
+ ]
3213
+ },
2435
3214
  "ion-picker/mode": {
2436
3215
  "type": "\"ios\" | \"md\"",
2437
- "description": "The mode determines which platform styles to use.",
3216
+ "description": "The mode determines the platform behaviors of the component.",
2438
3217
  "options": [
2439
3218
  "ios",
2440
3219
  "md"
2441
3220
  ]
2442
3221
  },
3222
+ "ion-picker/theme": {
3223
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3224
+ "description": "The theme determines the visual appearance of the component.",
3225
+ "options": [
3226
+ "ios",
3227
+ "md",
3228
+ "ionic"
3229
+ ]
3230
+ },
2443
3231
  "ion-picker-column/color": {
2444
3232
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2445
3233
  "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).",
@@ -2462,12 +3250,21 @@
2462
3250
  },
2463
3251
  "ion-picker-column/mode": {
2464
3252
  "type": "\"ios\" | \"md\"",
2465
- "description": "The mode determines which platform styles to use.",
3253
+ "description": "The mode determines the platform behaviors of the component.",
2466
3254
  "options": [
2467
3255
  "ios",
2468
3256
  "md"
2469
3257
  ]
2470
3258
  },
3259
+ "ion-picker-column/theme": {
3260
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3261
+ "description": "The theme determines the visual appearance of the component.",
3262
+ "options": [
3263
+ "ios",
3264
+ "md",
3265
+ "ionic"
3266
+ ]
3267
+ },
2471
3268
  "ion-picker-column/value": {
2472
3269
  "type": "number | string | undefined",
2473
3270
  "description": "The selected option in the picker.",
@@ -2493,6 +3290,23 @@
2493
3290
  "description": "If `true`, the user cannot interact with the picker column option.",
2494
3291
  "options": []
2495
3292
  },
3293
+ "ion-picker-column-option/mode": {
3294
+ "type": "\"ios\" | \"md\"",
3295
+ "description": "The mode determines the platform behaviors of the component.",
3296
+ "options": [
3297
+ "ios",
3298
+ "md"
3299
+ ]
3300
+ },
3301
+ "ion-picker-column-option/theme": {
3302
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3303
+ "description": "The theme determines the visual appearance of the component.",
3304
+ "options": [
3305
+ "ios",
3306
+ "md",
3307
+ "ionic"
3308
+ ]
3309
+ },
2496
3310
  "ion-picker-column-option/value": {
2497
3311
  "type": "any",
2498
3312
  "description": "The text value of the option.",
@@ -2555,7 +3369,7 @@
2555
3369
  },
2556
3370
  "ion-picker-legacy/mode": {
2557
3371
  "type": "\"ios\" | \"md\"",
2558
- "description": "The mode determines which platform styles to use.",
3372
+ "description": "The mode determines the platform behaviors of the component.",
2559
3373
  "options": [
2560
3374
  "ios",
2561
3375
  "md"
@@ -2566,6 +3380,15 @@
2566
3380
  "description": "If `true`, a backdrop will be displayed behind the picker.",
2567
3381
  "options": []
2568
3382
  },
3383
+ "ion-picker-legacy/theme": {
3384
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3385
+ "description": "The theme determines the visual appearance of the component.",
3386
+ "options": [
3387
+ "ios",
3388
+ "md",
3389
+ "ionic"
3390
+ ]
3391
+ },
2569
3392
  "ion-picker-legacy/trigger": {
2570
3393
  "type": "string | undefined",
2571
3394
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -2573,7 +3396,7 @@
2573
3396
  },
2574
3397
  "ion-popover/alignment": {
2575
3398
  "type": "\"center\" | \"end\" | \"start\" | undefined",
2576
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
3399
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
2577
3400
  "options": [
2578
3401
  "center",
2579
3402
  "end",
@@ -2587,7 +3410,7 @@
2587
3410
  },
2588
3411
  "ion-popover/arrow": {
2589
3412
  "type": "boolean",
2590
- "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.",
3413
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
2591
3414
  "options": []
2592
3415
  },
2593
3416
  "ion-popover/backdrop-dismiss": {
@@ -2652,7 +3475,7 @@
2652
3475
  },
2653
3476
  "ion-popover/mode": {
2654
3477
  "type": "\"ios\" | \"md\"",
2655
- "description": "The mode determines which platform styles to use.",
3478
+ "description": "The mode determines the platform behaviors of the component.",
2656
3479
  "options": [
2657
3480
  "ios",
2658
3481
  "md"
@@ -2691,9 +3514,18 @@
2691
3514
  "cover"
2692
3515
  ]
2693
3516
  },
3517
+ "ion-popover/theme": {
3518
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3519
+ "description": "The theme determines the visual appearance of the component.",
3520
+ "options": [
3521
+ "ios",
3522
+ "md",
3523
+ "ionic"
3524
+ ]
3525
+ },
2694
3526
  "ion-popover/translucent": {
2695
3527
  "type": "boolean",
2696
- "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).",
3528
+ "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).",
2697
3529
  "options": []
2698
3530
  },
2699
3531
  "ion-popover/trigger": {
@@ -2732,7 +3564,7 @@
2732
3564
  },
2733
3565
  "ion-progress-bar/mode": {
2734
3566
  "type": "\"ios\" | \"md\"",
2735
- "description": "The mode determines which platform styles to use.",
3567
+ "description": "The mode determines the platform behaviors of the component.",
2736
3568
  "options": [
2737
3569
  "ios",
2738
3570
  "md"
@@ -2743,6 +3575,23 @@
2743
3575
  "description": "If true, reverse the progress bar direction.",
2744
3576
  "options": []
2745
3577
  },
3578
+ "ion-progress-bar/shape": {
3579
+ "type": "\"rectangular\" | \"round\" | undefined",
3580
+ "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.",
3581
+ "options": [
3582
+ "rectangular",
3583
+ "round"
3584
+ ]
3585
+ },
3586
+ "ion-progress-bar/theme": {
3587
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3588
+ "description": "The theme determines the visual appearance of the component.",
3589
+ "options": [
3590
+ "ios",
3591
+ "md",
3592
+ "ionic"
3593
+ ]
3594
+ },
2746
3595
  "ion-progress-bar/type": {
2747
3596
  "type": "\"determinate\" | \"indeterminate\"",
2748
3597
  "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).",
@@ -2805,7 +3654,7 @@
2805
3654
  },
2806
3655
  "ion-radio/mode": {
2807
3656
  "type": "\"ios\" | \"md\"",
2808
- "description": "The mode determines which platform styles to use.",
3657
+ "description": "The mode determines the platform behaviors of the component.",
2809
3658
  "options": [
2810
3659
  "ios",
2811
3660
  "md"
@@ -2816,6 +3665,15 @@
2816
3665
  "description": "The name of the control, which is submitted with the form data.",
2817
3666
  "options": []
2818
3667
  },
3668
+ "ion-radio/theme": {
3669
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3670
+ "description": "The theme determines the visual appearance of the component.",
3671
+ "options": [
3672
+ "ios",
3673
+ "md",
3674
+ "ionic"
3675
+ ]
3676
+ },
2819
3677
  "ion-radio/value": {
2820
3678
  "type": "any",
2821
3679
  "description": "the value of the radio.",
@@ -2841,11 +3699,28 @@
2841
3699
  "description": "The helper text to display at the top of the radio group.",
2842
3700
  "options": []
2843
3701
  },
3702
+ "ion-radio-group/mode": {
3703
+ "type": "\"ios\" | \"md\"",
3704
+ "description": "The mode determines the platform behaviors of the component.",
3705
+ "options": [
3706
+ "ios",
3707
+ "md"
3708
+ ]
3709
+ },
2844
3710
  "ion-radio-group/name": {
2845
3711
  "type": "string",
2846
3712
  "description": "The name of the control, which is submitted with the form data.",
2847
3713
  "options": []
2848
3714
  },
3715
+ "ion-radio-group/theme": {
3716
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3717
+ "description": "The theme determines the visual appearance of the component.",
3718
+ "options": [
3719
+ "ios",
3720
+ "md",
3721
+ "ionic"
3722
+ ]
3723
+ },
2849
3724
  "ion-radio-group/value": {
2850
3725
  "type": "any",
2851
3726
  "description": "the value of the radio group.",
@@ -2913,7 +3788,7 @@
2913
3788
  },
2914
3789
  "ion-range/mode": {
2915
3790
  "type": "\"ios\" | \"md\"",
2916
- "description": "The mode determines which platform styles to use.",
3791
+ "description": "The mode determines the platform behaviors of the component.",
2917
3792
  "options": [
2918
3793
  "ios",
2919
3794
  "md"
@@ -2944,6 +3819,15 @@
2944
3819
  "description": "Specifies the value granularity.",
2945
3820
  "options": []
2946
3821
  },
3822
+ "ion-range/theme": {
3823
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3824
+ "description": "The theme determines the visual appearance of the component.",
3825
+ "options": [
3826
+ "ios",
3827
+ "md",
3828
+ "ionic"
3829
+ ]
3830
+ },
2947
3831
  "ion-range/ticks": {
2948
3832
  "type": "boolean",
2949
3833
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -2966,7 +3850,7 @@
2966
3850
  },
2967
3851
  "ion-refresher/mode": {
2968
3852
  "type": "\"ios\" | \"md\"",
2969
- "description": "The mode determines which platform styles to use.",
3853
+ "description": "The mode determines the platform behaviors of the component.",
2970
3854
  "options": [
2971
3855
  "ios",
2972
3856
  "md"
@@ -2992,6 +3876,23 @@
2992
3876
  "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.",
2993
3877
  "options": []
2994
3878
  },
3879
+ "ion-refresher/theme": {
3880
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3881
+ "description": "The theme determines the visual appearance of the component.",
3882
+ "options": [
3883
+ "ios",
3884
+ "md",
3885
+ "ionic"
3886
+ ]
3887
+ },
3888
+ "ion-refresher-content/mode": {
3889
+ "type": "\"ios\" | \"md\"",
3890
+ "description": "The mode determines the platform behaviors of the component.",
3891
+ "options": [
3892
+ "ios",
3893
+ "md"
3894
+ ]
3895
+ },
2995
3896
  "ion-refresher-content/pulling-icon": {
2996
3897
  "type": "null | string | undefined",
2997
3898
  "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.",
@@ -3022,11 +3923,71 @@
3022
3923
  "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.",
3023
3924
  "options": []
3024
3925
  },
3926
+ "ion-refresher-content/theme": {
3927
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3928
+ "description": "The theme determines the visual appearance of the component.",
3929
+ "options": [
3930
+ "ios",
3931
+ "md",
3932
+ "ionic"
3933
+ ]
3934
+ },
3935
+ "ion-reorder/mode": {
3936
+ "type": "\"ios\" | \"md\"",
3937
+ "description": "The mode determines the platform behaviors of the component.",
3938
+ "options": [
3939
+ "ios",
3940
+ "md"
3941
+ ]
3942
+ },
3943
+ "ion-reorder/theme": {
3944
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3945
+ "description": "The theme determines the visual appearance of the component.",
3946
+ "options": [
3947
+ "ios",
3948
+ "md",
3949
+ "ionic"
3950
+ ]
3951
+ },
3025
3952
  "ion-reorder-group/disabled": {
3026
3953
  "type": "boolean",
3027
3954
  "description": "If `true`, the reorder will be hidden.",
3028
3955
  "options": []
3029
3956
  },
3957
+ "ion-reorder-group/mode": {
3958
+ "type": "\"ios\" | \"md\"",
3959
+ "description": "The mode determines the platform behaviors of the component.",
3960
+ "options": [
3961
+ "ios",
3962
+ "md"
3963
+ ]
3964
+ },
3965
+ "ion-reorder-group/theme": {
3966
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3967
+ "description": "The theme determines the visual appearance of the component.",
3968
+ "options": [
3969
+ "ios",
3970
+ "md",
3971
+ "ionic"
3972
+ ]
3973
+ },
3974
+ "ion-ripple-effect/mode": {
3975
+ "type": "\"ios\" | \"md\"",
3976
+ "description": "The mode determines the platform behaviors of the component.",
3977
+ "options": [
3978
+ "ios",
3979
+ "md"
3980
+ ]
3981
+ },
3982
+ "ion-ripple-effect/theme": {
3983
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3984
+ "description": "The theme determines the visual appearance of the component.",
3985
+ "options": [
3986
+ "ios",
3987
+ "md",
3988
+ "ionic"
3989
+ ]
3990
+ },
3030
3991
  "ion-ripple-effect/type": {
3031
3992
  "type": "\"bounded\" | \"unbounded\"",
3032
3993
  "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.",
@@ -3055,6 +4016,23 @@
3055
4016
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
3056
4017
  "options": []
3057
4018
  },
4019
+ "ion-route/mode": {
4020
+ "type": "\"ios\" | \"md\"",
4021
+ "description": "The mode determines the platform behaviors of the component.",
4022
+ "options": [
4023
+ "ios",
4024
+ "md"
4025
+ ]
4026
+ },
4027
+ "ion-route/theme": {
4028
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4029
+ "description": "The theme determines the visual appearance of the component.",
4030
+ "options": [
4031
+ "ios",
4032
+ "md",
4033
+ "ionic"
4034
+ ]
4035
+ },
3058
4036
  "ion-route/url": {
3059
4037
  "type": "string",
3060
4038
  "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.",
@@ -3070,11 +4048,28 @@
3070
4048
  "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.",
3071
4049
  "options": []
3072
4050
  },
4051
+ "ion-router/mode": {
4052
+ "type": "\"ios\" | \"md\"",
4053
+ "description": "The mode determines the platform behaviors of the component.",
4054
+ "options": [
4055
+ "ios",
4056
+ "md"
4057
+ ]
4058
+ },
3073
4059
  "ion-router/root": {
3074
4060
  "type": "string",
3075
4061
  "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.",
3076
4062
  "options": []
3077
4063
  },
4064
+ "ion-router/theme": {
4065
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4066
+ "description": "The theme determines the visual appearance of the component.",
4067
+ "options": [
4068
+ "ios",
4069
+ "md",
4070
+ "ionic"
4071
+ ]
4072
+ },
3078
4073
  "ion-router/use-hash": {
3079
4074
  "type": "boolean",
3080
4075
  "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.",
@@ -3100,6 +4095,14 @@
3100
4095
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
3101
4096
  "options": []
3102
4097
  },
4098
+ "ion-router-link/mode": {
4099
+ "type": "\"ios\" | \"md\"",
4100
+ "description": "The mode determines the platform behaviors of the component.",
4101
+ "options": [
4102
+ "ios",
4103
+ "md"
4104
+ ]
4105
+ },
3103
4106
  "ion-router-link/rel": {
3104
4107
  "type": "string | undefined",
3105
4108
  "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).",
@@ -3124,6 +4127,15 @@
3124
4127
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
3125
4128
  "options": []
3126
4129
  },
4130
+ "ion-router-link/theme": {
4131
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4132
+ "description": "The theme determines the visual appearance of the component.",
4133
+ "options": [
4134
+ "ios",
4135
+ "md",
4136
+ "ionic"
4137
+ ]
4138
+ },
3127
4139
  "ion-router-outlet/animated": {
3128
4140
  "type": "boolean",
3129
4141
  "description": "If `true`, the router-outlet should animate the transition of components.",
@@ -3136,12 +4148,38 @@
3136
4148
  },
3137
4149
  "ion-router-outlet/mode": {
3138
4150
  "type": "\"ios\" | \"md\"",
3139
- "description": "The mode determines which platform styles to use.",
4151
+ "description": "The mode determines the platform behaviors of the component.",
4152
+ "options": [
4153
+ "ios",
4154
+ "md"
4155
+ ]
4156
+ },
4157
+ "ion-router-outlet/theme": {
4158
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4159
+ "description": "The theme determines the visual appearance of the component.",
4160
+ "options": [
4161
+ "ios",
4162
+ "md",
4163
+ "ionic"
4164
+ ]
4165
+ },
4166
+ "ion-row/mode": {
4167
+ "type": "\"ios\" | \"md\"",
4168
+ "description": "The mode determines the platform behaviors of the component.",
3140
4169
  "options": [
3141
4170
  "ios",
3142
4171
  "md"
3143
4172
  ]
3144
4173
  },
4174
+ "ion-row/theme": {
4175
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4176
+ "description": "The theme determines the visual appearance of the component.",
4177
+ "options": [
4178
+ "ios",
4179
+ "md",
4180
+ "ionic"
4181
+ ]
4182
+ },
3145
4183
  "ion-searchbar/animated": {
3146
4184
  "type": "boolean",
3147
4185
  "description": "If `true`, enable searchbar animation.",
@@ -3153,61 +4191,61 @@
3153
4191
  "options": []
3154
4192
  },
3155
4193
  "ion-searchbar/autocomplete": {
3156
- "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
4194
+ "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\"",
3157
4195
  "description": "Set the input's autocomplete property.",
3158
4196
  "options": [
3159
4197
  "name",
3160
- "email",
3161
- "tel",
3162
4198
  "url",
3163
- "on",
3164
- "off",
3165
- "honorific-prefix",
3166
- "given-name",
4199
+ "off",
4200
+ "on",
3167
4201
  "additional-name",
3168
- "family-name",
3169
- "honorific-suffix",
3170
- "nickname",
3171
- "username",
3172
- "new-password",
3173
- "current-password",
3174
- "one-time-code",
3175
- "organization-title",
3176
- "organization",
3177
- "street-address",
4202
+ "address-level1",
4203
+ "address-level2",
4204
+ "address-level3",
4205
+ "address-level4",
3178
4206
  "address-line1",
3179
4207
  "address-line2",
3180
4208
  "address-line3",
3181
- "address-level4",
3182
- "address-level3",
3183
- "address-level2",
3184
- "address-level1",
3185
- "country",
3186
- "country-name",
3187
- "postal-code",
3188
- "cc-name",
3189
- "cc-given-name",
3190
- "cc-additional-name",
3191
- "cc-family-name",
3192
- "cc-number",
4209
+ "bday-day",
4210
+ "bday-month",
4211
+ "bday-year",
4212
+ "cc-csc",
3193
4213
  "cc-exp",
3194
4214
  "cc-exp-month",
3195
4215
  "cc-exp-year",
3196
- "cc-csc",
4216
+ "cc-family-name",
4217
+ "cc-given-name",
4218
+ "cc-name",
4219
+ "cc-number",
3197
4220
  "cc-type",
3198
- "transaction-currency",
4221
+ "country",
4222
+ "country-name",
4223
+ "current-password",
4224
+ "family-name",
4225
+ "given-name",
4226
+ "honorific-prefix",
4227
+ "honorific-suffix",
4228
+ "new-password",
4229
+ "one-time-code",
4230
+ "organization",
4231
+ "postal-code",
4232
+ "street-address",
3199
4233
  "transaction-amount",
4234
+ "transaction-currency",
4235
+ "username",
4236
+ "email",
4237
+ "tel",
4238
+ "tel-area-code",
4239
+ "tel-country-code",
4240
+ "tel-extension",
4241
+ "tel-local",
4242
+ "tel-national",
4243
+ "nickname",
4244
+ "organization-title",
4245
+ "cc-additional-name",
3200
4246
  "language",
3201
4247
  "bday",
3202
- "bday-day",
3203
- "bday-month",
3204
- "bday-year",
3205
4248
  "sex",
3206
- "tel-country-code",
3207
- "tel-national",
3208
- "tel-area-code",
3209
- "tel-local",
3210
- "tel-extension",
3211
4249
  "impp",
3212
4250
  "photo"
3213
4251
  ]
@@ -3221,18 +4259,18 @@
3221
4259
  ]
3222
4260
  },
3223
4261
  "ion-searchbar/cancel-button-icon": {
3224
- "type": "string",
3225
- "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
4262
+ "type": "string | undefined",
4263
+ "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
3226
4264
  "options": []
3227
4265
  },
3228
4266
  "ion-searchbar/cancel-button-text": {
3229
4267
  "type": "string",
3230
- "description": "Set the the cancel button text. Only applies to `ios` mode.",
4268
+ "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
3231
4269
  "options": []
3232
4270
  },
3233
4271
  "ion-searchbar/clear-icon": {
3234
4272
  "type": "string | undefined",
3235
- "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
4273
+ "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
3236
4274
  "options": []
3237
4275
  },
3238
4276
  "ion-searchbar/color": {
@@ -3299,7 +4337,7 @@
3299
4337
  },
3300
4338
  "ion-searchbar/mode": {
3301
4339
  "type": "\"ios\" | \"md\"",
3302
- "description": "The mode determines which platform styles to use.",
4340
+ "description": "The mode determines the platform behaviors of the component.",
3303
4341
  "options": [
3304
4342
  "ios",
3305
4343
  "md"
@@ -3316,10 +4354,19 @@
3316
4354
  "options": []
3317
4355
  },
3318
4356
  "ion-searchbar/search-icon": {
3319
- "type": "string | undefined",
3320
- "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
4357
+ "type": "boolean | string | undefined",
4358
+ "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.",
3321
4359
  "options": []
3322
4360
  },
4361
+ "ion-searchbar/shape": {
4362
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4363
+ "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.",
4364
+ "options": [
4365
+ "rectangular",
4366
+ "round",
4367
+ "soft"
4368
+ ]
4369
+ },
3323
4370
  "ion-searchbar/show-cancel-button": {
3324
4371
  "type": "\"always\" | \"focus\" | \"never\"",
3325
4372
  "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.",
@@ -3338,11 +4385,29 @@
3338
4385
  "never"
3339
4386
  ]
3340
4387
  },
4388
+ "ion-searchbar/size": {
4389
+ "type": "\"large\" | \"medium\" | \"small\" | undefined",
4390
+ "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.",
4391
+ "options": [
4392
+ "large",
4393
+ "medium",
4394
+ "small"
4395
+ ]
4396
+ },
3341
4397
  "ion-searchbar/spellcheck": {
3342
4398
  "type": "boolean",
3343
4399
  "description": "If `true`, enable spellcheck on the input.",
3344
4400
  "options": []
3345
4401
  },
4402
+ "ion-searchbar/theme": {
4403
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4404
+ "description": "The theme determines the visual appearance of the component.",
4405
+ "options": [
4406
+ "ios",
4407
+ "md",
4408
+ "ionic"
4409
+ ]
4410
+ },
3346
4411
  "ion-searchbar/type": {
3347
4412
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
3348
4413
  "description": "Set the type of the input.",
@@ -3383,7 +4448,7 @@
3383
4448
  },
3384
4449
  "ion-segment/mode": {
3385
4450
  "type": "\"ios\" | \"md\"",
3386
- "description": "The mode determines which platform styles to use.",
4451
+ "description": "The mode determines the platform behaviors of the component.",
3387
4452
  "options": [
3388
4453
  "ios",
3389
4454
  "md"
@@ -3404,6 +4469,15 @@
3404
4469
  "description": "If `true`, users will be able to swipe between segment buttons to activate them.",
3405
4470
  "options": []
3406
4471
  },
4472
+ "ion-segment/theme": {
4473
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4474
+ "description": "The theme determines the visual appearance of the component.",
4475
+ "options": [
4476
+ "ios",
4477
+ "md",
4478
+ "ionic"
4479
+ ]
4480
+ },
3407
4481
  "ion-segment/value": {
3408
4482
  "type": "number | string | undefined",
3409
4483
  "description": "the value of the segment.",
@@ -3433,12 +4507,21 @@
3433
4507
  },
3434
4508
  "ion-segment-button/mode": {
3435
4509
  "type": "\"ios\" | \"md\"",
3436
- "description": "The mode determines which platform styles to use.",
4510
+ "description": "The mode determines the platform behaviors of the component.",
3437
4511
  "options": [
3438
4512
  "ios",
3439
4513
  "md"
3440
4514
  ]
3441
4515
  },
4516
+ "ion-segment-button/theme": {
4517
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4518
+ "description": "The theme determines the visual appearance of the component.",
4519
+ "options": [
4520
+ "ios",
4521
+ "md",
4522
+ "ionic"
4523
+ ]
4524
+ },
3442
4525
  "ion-segment-button/type": {
3443
4526
  "type": "\"button\" | \"reset\" | \"submit\"",
3444
4527
  "description": "The type of the button.",
@@ -3495,12 +4578,12 @@
3495
4578
  },
3496
4579
  "ion-select/expanded-icon": {
3497
4580
  "type": "string | undefined",
3498
- "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.",
4581
+ "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.",
3499
4582
  "options": []
3500
4583
  },
3501
4584
  "ion-select/fill": {
3502
4585
  "type": "\"outline\" | \"solid\" | undefined",
3503
- "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.",
4586
+ "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.",
3504
4587
  "options": [
3505
4588
  "outline",
3506
4589
  "solid"
@@ -3553,7 +4636,7 @@
3553
4636
  },
3554
4637
  "ion-select/mode": {
3555
4638
  "type": "\"ios\" | \"md\"",
3556
- "description": "The mode determines which platform styles to use.",
4639
+ "description": "The mode determines the platform behaviors of the component.",
3557
4640
  "options": [
3558
4641
  "ios",
3559
4642
  "md"
@@ -3590,15 +4673,35 @@
3590
4673
  "options": []
3591
4674
  },
3592
4675
  "ion-select/shape": {
3593
- "type": "\"round\" | undefined",
3594
- "description": "The shape of the select. If \"round\" it will have an increased border radius.",
4676
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4677
+ "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.",
3595
4678
  "options": [
3596
- "round"
4679
+ "rectangular",
4680
+ "round",
4681
+ "soft"
4682
+ ]
4683
+ },
4684
+ "ion-select/size": {
4685
+ "type": "\"large\" | \"medium\" | \"small\" | undefined",
4686
+ "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.",
4687
+ "options": [
4688
+ "large",
4689
+ "medium",
4690
+ "small"
4691
+ ]
4692
+ },
4693
+ "ion-select/theme": {
4694
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4695
+ "description": "The theme determines the visual appearance of the component.",
4696
+ "options": [
4697
+ "ios",
4698
+ "md",
4699
+ "ionic"
3597
4700
  ]
3598
4701
  },
3599
4702
  "ion-select/toggle-icon": {
3600
4703
  "type": "string | undefined",
3601
- "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
4704
+ "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
3602
4705
  "options": []
3603
4706
  },
3604
4707
  "ion-select/value": {
@@ -3626,6 +4729,23 @@
3626
4729
  "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.",
3627
4730
  "options": []
3628
4731
  },
4732
+ "ion-select-option/mode": {
4733
+ "type": "\"ios\" | \"md\"",
4734
+ "description": "The mode determines the platform behaviors of the component.",
4735
+ "options": [
4736
+ "ios",
4737
+ "md"
4738
+ ]
4739
+ },
4740
+ "ion-select-option/theme": {
4741
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4742
+ "description": "The theme determines the visual appearance of the component.",
4743
+ "options": [
4744
+ "ios",
4745
+ "md",
4746
+ "ionic"
4747
+ ]
4748
+ },
3629
4749
  "ion-select-option/value": {
3630
4750
  "type": "any",
3631
4751
  "description": "The text value of the option.",
@@ -3636,6 +4756,23 @@
3636
4756
  "description": "If `true`, the skeleton text will animate.",
3637
4757
  "options": []
3638
4758
  },
4759
+ "ion-skeleton-text/mode": {
4760
+ "type": "\"ios\" | \"md\"",
4761
+ "description": "The mode determines the platform behaviors of the component.",
4762
+ "options": [
4763
+ "ios",
4764
+ "md"
4765
+ ]
4766
+ },
4767
+ "ion-skeleton-text/theme": {
4768
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4769
+ "description": "The theme determines the visual appearance of the component.",
4770
+ "options": [
4771
+ "ios",
4772
+ "md",
4773
+ "ionic"
4774
+ ]
4775
+ },
3639
4776
  "ion-spinner/color": {
3640
4777
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3641
4778
  "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).",
@@ -3656,6 +4793,14 @@
3656
4793
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
3657
4794
  "options": []
3658
4795
  },
4796
+ "ion-spinner/mode": {
4797
+ "type": "\"ios\" | \"md\"",
4798
+ "description": "The mode determines the platform behaviors of the component.",
4799
+ "options": [
4800
+ "ios",
4801
+ "md"
4802
+ ]
4803
+ },
3659
4804
  "ion-spinner/name": {
3660
4805
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
3661
4806
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -3676,6 +4821,26 @@
3676
4821
  "description": "If `true`, the spinner's animation will be paused.",
3677
4822
  "options": []
3678
4823
  },
4824
+ "ion-spinner/size": {
4825
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
4826
+ "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.",
4827
+ "options": [
4828
+ "large",
4829
+ "medium",
4830
+ "small",
4831
+ "xlarge",
4832
+ "xsmall"
4833
+ ]
4834
+ },
4835
+ "ion-spinner/theme": {
4836
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4837
+ "description": "The theme determines the visual appearance of the component.",
4838
+ "options": [
4839
+ "ios",
4840
+ "md",
4841
+ "ionic"
4842
+ ]
4843
+ },
3679
4844
  "ion-split-pane/content-id": {
3680
4845
  "type": "string | undefined",
3681
4846
  "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`.",
@@ -3686,6 +4851,23 @@
3686
4851
  "description": "If `true`, the split pane will be hidden.",
3687
4852
  "options": []
3688
4853
  },
4854
+ "ion-split-pane/mode": {
4855
+ "type": "\"ios\" | \"md\"",
4856
+ "description": "The mode determines the platform behaviors of the component.",
4857
+ "options": [
4858
+ "ios",
4859
+ "md"
4860
+ ]
4861
+ },
4862
+ "ion-split-pane/theme": {
4863
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4864
+ "description": "The theme determines the visual appearance of the component.",
4865
+ "options": [
4866
+ "ios",
4867
+ "md",
4868
+ "ionic"
4869
+ ]
4870
+ },
3689
4871
  "ion-split-pane/when": {
3690
4872
  "type": "boolean | string",
3691
4873
  "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.",
@@ -3696,11 +4878,28 @@
3696
4878
  "description": "The component to display inside of the tab.",
3697
4879
  "options": []
3698
4880
  },
4881
+ "ion-tab/mode": {
4882
+ "type": "\"ios\" | \"md\"",
4883
+ "description": "The mode determines the platform behaviors of the component.",
4884
+ "options": [
4885
+ "ios",
4886
+ "md"
4887
+ ]
4888
+ },
3699
4889
  "ion-tab/tab": {
3700
4890
  "type": "string",
3701
4891
  "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.",
3702
4892
  "options": []
3703
4893
  },
4894
+ "ion-tab/theme": {
4895
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4896
+ "description": "The theme determines the visual appearance of the component.",
4897
+ "options": [
4898
+ "ios",
4899
+ "md",
4900
+ "ionic"
4901
+ ]
4902
+ },
3704
4903
  "ion-tab-bar/color": {
3705
4904
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3706
4905
  "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).",
@@ -3716,9 +4915,17 @@
3716
4915
  "warning"
3717
4916
  ]
3718
4917
  },
4918
+ "ion-tab-bar/expand": {
4919
+ "type": "\"compact\" | \"full\"",
4920
+ "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\"`.",
4921
+ "options": [
4922
+ "compact",
4923
+ "full"
4924
+ ]
4925
+ },
3719
4926
  "ion-tab-bar/mode": {
3720
4927
  "type": "\"ios\" | \"md\"",
3721
- "description": "The mode determines which platform styles to use.",
4928
+ "description": "The mode determines the platform behaviors of the component.",
3722
4929
  "options": [
3723
4930
  "ios",
3724
4931
  "md"
@@ -3729,9 +4936,27 @@
3729
4936
  "description": "The selected tab component",
3730
4937
  "options": []
3731
4938
  },
4939
+ "ion-tab-bar/shape": {
4940
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4941
+ "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.",
4942
+ "options": [
4943
+ "rectangular",
4944
+ "round",
4945
+ "soft"
4946
+ ]
4947
+ },
4948
+ "ion-tab-bar/theme": {
4949
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4950
+ "description": "The theme determines the visual appearance of the component.",
4951
+ "options": [
4952
+ "ios",
4953
+ "md",
4954
+ "ionic"
4955
+ ]
4956
+ },
3732
4957
  "ion-tab-bar/translucent": {
3733
4958
  "type": "boolean",
3734
- "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).",
4959
+ "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).",
3735
4960
  "options": []
3736
4961
  },
3737
4962
  "ion-tab-button/disabled": {
@@ -3763,7 +4988,7 @@
3763
4988
  },
3764
4989
  "ion-tab-button/mode": {
3765
4990
  "type": "\"ios\" | \"md\"",
3766
- "description": "The mode determines which platform styles to use.",
4991
+ "description": "The mode determines the platform behaviors of the component.",
3767
4992
  "options": [
3768
4993
  "ios",
3769
4994
  "md"
@@ -3779,6 +5004,15 @@
3779
5004
  "description": "The selected tab component",
3780
5005
  "options": []
3781
5006
  },
5007
+ "ion-tab-button/shape": {
5008
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5009
+ "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.",
5010
+ "options": [
5011
+ "rectangular",
5012
+ "round",
5013
+ "soft"
5014
+ ]
5015
+ },
3782
5016
  "ion-tab-button/tab": {
3783
5017
  "type": "string | undefined",
3784
5018
  "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.",
@@ -3789,6 +5023,32 @@
3789
5023
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
3790
5024
  "options": []
3791
5025
  },
5026
+ "ion-tab-button/theme": {
5027
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5028
+ "description": "The theme determines the visual appearance of the component.",
5029
+ "options": [
5030
+ "ios",
5031
+ "md",
5032
+ "ionic"
5033
+ ]
5034
+ },
5035
+ "ion-tabs/mode": {
5036
+ "type": "\"ios\" | \"md\"",
5037
+ "description": "The mode determines the platform behaviors of the component.",
5038
+ "options": [
5039
+ "ios",
5040
+ "md"
5041
+ ]
5042
+ },
5043
+ "ion-tabs/theme": {
5044
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5045
+ "description": "The theme determines the visual appearance of the component.",
5046
+ "options": [
5047
+ "ios",
5048
+ "md",
5049
+ "ionic"
5050
+ ]
5051
+ },
3792
5052
  "ion-text/color": {
3793
5053
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3794
5054
  "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).",
@@ -3806,12 +5066,21 @@
3806
5066
  },
3807
5067
  "ion-text/mode": {
3808
5068
  "type": "\"ios\" | \"md\"",
3809
- "description": "The mode determines which platform styles to use.",
5069
+ "description": "The mode determines the platform behaviors of the component.",
3810
5070
  "options": [
3811
5071
  "ios",
3812
5072
  "md"
3813
5073
  ]
3814
5074
  },
5075
+ "ion-text/theme": {
5076
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5077
+ "description": "The theme determines the visual appearance of the component.",
5078
+ "options": [
5079
+ "ios",
5080
+ "md",
5081
+ "ionic"
5082
+ ]
5083
+ },
3815
5084
  "ion-textarea/auto-grow": {
3816
5085
  "type": "boolean",
3817
5086
  "description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
@@ -3892,7 +5161,7 @@
3892
5161
  },
3893
5162
  "ion-textarea/fill": {
3894
5163
  "type": "\"outline\" | \"solid\" | undefined",
3895
- "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.",
5164
+ "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\"`.",
3896
5165
  "options": [
3897
5166
  "outline",
3898
5167
  "solid"
@@ -3945,7 +5214,7 @@
3945
5214
  },
3946
5215
  "ion-textarea/mode": {
3947
5216
  "type": "\"ios\" | \"md\"",
3948
- "description": "The mode determines which platform styles to use.",
5217
+ "description": "The mode determines the platform behaviors of the component.",
3949
5218
  "options": [
3950
5219
  "ios",
3951
5220
  "md"
@@ -3977,10 +5246,21 @@
3977
5246
  "options": []
3978
5247
  },
3979
5248
  "ion-textarea/shape": {
3980
- "type": "\"round\" | undefined",
3981
- "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
5249
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5250
+ "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.",
3982
5251
  "options": [
3983
- "round"
5252
+ "rectangular",
5253
+ "round",
5254
+ "soft"
5255
+ ]
5256
+ },
5257
+ "ion-textarea/size": {
5258
+ "type": "\"large\" | \"medium\" | \"small\" | undefined",
5259
+ "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.",
5260
+ "options": [
5261
+ "large",
5262
+ "medium",
5263
+ "small"
3984
5264
  ]
3985
5265
  },
3986
5266
  "ion-textarea/spellcheck": {
@@ -3988,6 +5268,15 @@
3988
5268
  "description": "If `true`, the element will have its spelling and grammar checked.",
3989
5269
  "options": []
3990
5270
  },
5271
+ "ion-textarea/theme": {
5272
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5273
+ "description": "The theme determines the visual appearance of the component.",
5274
+ "options": [
5275
+ "ios",
5276
+ "md",
5277
+ "ionic"
5278
+ ]
5279
+ },
3991
5280
  "ion-textarea/value": {
3992
5281
  "type": "null | string | undefined",
3993
5282
  "description": "The value of the textarea.",
@@ -4002,6 +5291,23 @@
4002
5291
  "soft"
4003
5292
  ]
4004
5293
  },
5294
+ "ion-thumbnail/mode": {
5295
+ "type": "\"ios\" | \"md\"",
5296
+ "description": "The mode determines the platform behaviors of the component.",
5297
+ "options": [
5298
+ "ios",
5299
+ "md"
5300
+ ]
5301
+ },
5302
+ "ion-thumbnail/theme": {
5303
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5304
+ "description": "The theme determines the visual appearance of the component.",
5305
+ "options": [
5306
+ "ios",
5307
+ "md",
5308
+ "ionic"
5309
+ ]
5310
+ },
4005
5311
  "ion-title/color": {
4006
5312
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4007
5313
  "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).",
@@ -4017,6 +5323,14 @@
4017
5323
  "warning"
4018
5324
  ]
4019
5325
  },
5326
+ "ion-title/mode": {
5327
+ "type": "\"ios\" | \"md\"",
5328
+ "description": "The mode determines the platform behaviors of the component.",
5329
+ "options": [
5330
+ "ios",
5331
+ "md"
5332
+ ]
5333
+ },
4020
5334
  "ion-title/size": {
4021
5335
  "type": "\"large\" | \"small\" | undefined",
4022
5336
  "description": "The size of the toolbar title.",
@@ -4025,6 +5339,15 @@
4025
5339
  "small"
4026
5340
  ]
4027
5341
  },
5342
+ "ion-title/theme": {
5343
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5344
+ "description": "The theme determines the visual appearance of the component.",
5345
+ "options": [
5346
+ "ios",
5347
+ "md",
5348
+ "ionic"
5349
+ ]
5350
+ },
4028
5351
  "ion-toast/animated": {
4029
5352
  "type": "boolean",
4030
5353
  "description": "If `true`, the toast will animate.",
@@ -4110,7 +5433,7 @@
4110
5433
  },
4111
5434
  "ion-toast/mode": {
4112
5435
  "type": "\"ios\" | \"md\"",
4113
- "description": "The mode determines which platform styles to use.",
5436
+ "description": "The mode determines the platform behaviors of the component.",
4114
5437
  "options": [
4115
5438
  "ios",
4116
5439
  "md"
@@ -4130,6 +5453,15 @@
4130
5453
  "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.",
4131
5454
  "options": []
4132
5455
  },
5456
+ "ion-toast/shape": {
5457
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5458
+ "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.",
5459
+ "options": [
5460
+ "rectangular",
5461
+ "round",
5462
+ "soft"
5463
+ ]
5464
+ },
4133
5465
  "ion-toast/swipe-gesture": {
4134
5466
  "type": "\"vertical\" | undefined",
4135
5467
  "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.",
@@ -4137,9 +5469,18 @@
4137
5469
  "vertical"
4138
5470
  ]
4139
5471
  },
5472
+ "ion-toast/theme": {
5473
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5474
+ "description": "The theme determines the visual appearance of the component.",
5475
+ "options": [
5476
+ "ios",
5477
+ "md",
5478
+ "ionic"
5479
+ ]
5480
+ },
4140
5481
  "ion-toast/translucent": {
4141
5482
  "type": "boolean",
4142
- "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).",
5483
+ "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).",
4143
5484
  "options": []
4144
5485
  },
4145
5486
  "ion-toast/trigger": {
@@ -4216,7 +5557,7 @@
4216
5557
  },
4217
5558
  "ion-toggle/mode": {
4218
5559
  "type": "\"ios\" | \"md\"",
4219
- "description": "The mode determines which platform styles to use.",
5560
+ "description": "The mode determines the platform behaviors of the component.",
4220
5561
  "options": [
4221
5562
  "ios",
4222
5563
  "md"
@@ -4232,6 +5573,15 @@
4232
5573
  "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.",
4233
5574
  "options": []
4234
5575
  },
5576
+ "ion-toggle/theme": {
5577
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5578
+ "description": "The theme determines the visual appearance of the component.",
5579
+ "options": [
5580
+ "ios",
5581
+ "md",
5582
+ "ionic"
5583
+ ]
5584
+ },
4235
5585
  "ion-toggle/value": {
4236
5586
  "type": "null | string | undefined",
4237
5587
  "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>`.",
@@ -4254,10 +5604,19 @@
4254
5604
  },
4255
5605
  "ion-toolbar/mode": {
4256
5606
  "type": "\"ios\" | \"md\"",
4257
- "description": "The mode determines which platform styles to use.",
5607
+ "description": "The mode determines the platform behaviors of the component.",
4258
5608
  "options": [
4259
5609
  "ios",
4260
5610
  "md"
4261
5611
  ]
5612
+ },
5613
+ "ion-toolbar/theme": {
5614
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5615
+ "description": "The theme determines the visual appearance of the component.",
5616
+ "options": [
5617
+ "ios",
5618
+ "md",
5619
+ "ionic"
5620
+ ]
4262
5621
  }
4263
5622
  }