@ionic/vue 8.6.2-dev.11750715197.195a373c → 8.6.2-nightly.20250612

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 (53) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +160 -191
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/components/IonIcon.d.ts +1 -0
  33. package/dist/types/proxies.d.ts +0 -1
  34. package/dist/vetur/attributes.json +178 -1565
  35. package/dist/vetur/tags.json +45 -216
  36. package/dist/web-types.json +127 -1485
  37. package/package.json +2 -2
  38. package/css/ionic/bundle.ionic.css +0 -1
  39. package/css/ionic/bundle.ionic.css.map +0 -1
  40. package/css/ionic/core.ionic.css +0 -1
  41. package/css/ionic/core.ionic.css.map +0 -1
  42. package/css/ionic/global.bundle.ionic.css +0 -1
  43. package/css/ionic/global.bundle.ionic.css.map +0 -1
  44. package/css/ionic/ionic-swiper.ionic.css +0 -1
  45. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  46. package/css/ionic/link.ionic.css +0 -1
  47. package/css/ionic/link.ionic.css.map +0 -1
  48. package/css/ionic/structure.ionic.css +0 -1
  49. package/css/ionic/structure.ionic.css.map +0 -1
  50. package/css/ionic/typography.ionic.css +0 -1
  51. package/css/ionic/typography.ionic.css.map +0 -1
  52. package/css/ionic/utils.bundle.ionic.css +0 -1
  53. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "ion-accordion/mode": {
8
8
  "type": "\"ios\" | \"md\"",
9
- "description": "The mode determines the platform behaviors of the component.",
9
+ "description": "The mode determines which platform styles to use.",
10
10
  "options": [
11
11
  "ios",
12
12
  "md"
@@ -17,17 +17,8 @@
17
17
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity.",
18
18
  "options": []
19
19
  },
20
- "ion-accordion/theme": {
21
- "type": "\"ios\" | \"md\" | \"ionic\"",
22
- "description": "The theme determines the visual appearance of the component.",
23
- "options": [
24
- "ios",
25
- "md",
26
- "ionic"
27
- ]
28
- },
29
20
  "ion-accordion/toggle-icon": {
30
- "type": "string | undefined",
21
+ "type": "string",
31
22
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
32
23
  "options": []
33
24
  },
@@ -64,7 +55,7 @@
64
55
  },
65
56
  "ion-accordion-group/mode": {
66
57
  "type": "\"ios\" | \"md\"",
67
- "description": "The mode determines the platform behaviors of the component.",
58
+ "description": "The mode determines which platform styles to use.",
68
59
  "options": [
69
60
  "ios",
70
61
  "md"
@@ -80,24 +71,6 @@
80
71
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
81
72
  "options": []
82
73
  },
83
- "ion-accordion-group/shape": {
84
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
85
- "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
86
- "options": [
87
- "rectangular",
88
- "round",
89
- "soft"
90
- ]
91
- },
92
- "ion-accordion-group/theme": {
93
- "type": "\"ios\" | \"md\" | \"ionic\"",
94
- "description": "The theme determines the visual appearance of the component.",
95
- "options": [
96
- "ios",
97
- "md",
98
- "ionic"
99
- ]
100
- },
101
74
  "ion-accordion-group/value": {
102
75
  "type": "null | string | string[] | undefined",
103
76
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -155,7 +128,7 @@
155
128
  },
156
129
  "ion-action-sheet/mode": {
157
130
  "type": "\"ios\" | \"md\"",
158
- "description": "The mode determines the platform behaviors of the component.",
131
+ "description": "The mode determines which platform styles to use.",
159
132
  "options": [
160
133
  "ios",
161
134
  "md"
@@ -166,18 +139,9 @@
166
139
  "description": "Subtitle for the action sheet.",
167
140
  "options": []
168
141
  },
169
- "ion-action-sheet/theme": {
170
- "type": "\"ios\" | \"md\" | \"ionic\"",
171
- "description": "The theme determines the visual appearance of the component.",
172
- "options": [
173
- "ios",
174
- "md",
175
- "ionic"
176
- ]
177
- },
178
142
  "ion-action-sheet/translucent": {
179
143
  "type": "boolean",
180
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
144
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
181
145
  "options": []
182
146
  },
183
147
  "ion-action-sheet/trigger": {
@@ -247,7 +211,7 @@
247
211
  },
248
212
  "ion-alert/mode": {
249
213
  "type": "\"ios\" | \"md\"",
250
- "description": "The mode determines the platform behaviors of the component.",
214
+ "description": "The mode determines which platform styles to use.",
251
215
  "options": [
252
216
  "ios",
253
217
  "md"
@@ -258,18 +222,9 @@
258
222
  "description": "The subtitle in the heading of the alert. Displayed under the title.",
259
223
  "options": []
260
224
  },
261
- "ion-alert/theme": {
262
- "type": "\"ios\" | \"md\" | \"ionic\"",
263
- "description": "The theme determines the visual appearance of the component.",
264
- "options": [
265
- "ios",
266
- "md",
267
- "ionic"
268
- ]
269
- },
270
225
  "ion-alert/translucent": {
271
226
  "type": "boolean",
272
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
227
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
273
228
  "options": []
274
229
  },
275
230
  "ion-alert/trigger": {
@@ -277,66 +232,6 @@
277
232
  "description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
278
233
  "options": []
279
234
  },
280
- "ion-app/mode": {
281
- "type": "\"ios\" | \"md\"",
282
- "description": "The mode determines the platform behaviors of the component.",
283
- "options": [
284
- "ios",
285
- "md"
286
- ]
287
- },
288
- "ion-app/theme": {
289
- "type": "\"ios\" | \"md\" | \"ionic\"",
290
- "description": "The theme determines the visual appearance of the component.",
291
- "options": [
292
- "ios",
293
- "md",
294
- "ionic"
295
- ]
296
- },
297
- "ion-avatar/disabled": {
298
- "type": "boolean",
299
- "description": "If `true`, the user cannot interact with the avatar.",
300
- "options": []
301
- },
302
- "ion-avatar/mode": {
303
- "type": "\"ios\" | \"md\"",
304
- "description": "The mode determines the platform behaviors of the component.",
305
- "options": [
306
- "ios",
307
- "md"
308
- ]
309
- },
310
- "ion-avatar/shape": {
311
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
312
- "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
313
- "options": [
314
- "rectangular",
315
- "round",
316
- "soft"
317
- ]
318
- },
319
- "ion-avatar/size": {
320
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
321
- "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
322
- "options": [
323
- "large",
324
- "medium",
325
- "small",
326
- "xlarge",
327
- "xsmall",
328
- "xxsmall"
329
- ]
330
- },
331
- "ion-avatar/theme": {
332
- "type": "\"ios\" | \"md\" | \"ionic\"",
333
- "description": "The theme determines the visual appearance of the component.",
334
- "options": [
335
- "ios",
336
- "md",
337
- "ionic"
338
- ]
339
- },
340
235
  "ion-back-button/color": {
341
236
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
342
237
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -369,7 +264,7 @@
369
264
  },
370
265
  "ion-back-button/mode": {
371
266
  "type": "\"ios\" | \"md\"",
372
- "description": "The mode determines the platform behaviors of the component.",
267
+ "description": "The mode determines which platform styles to use.",
373
268
  "options": [
374
269
  "ios",
375
270
  "md"
@@ -385,15 +280,6 @@
385
280
  "description": "The text to display in the back button.",
386
281
  "options": []
387
282
  },
388
- "ion-back-button/theme": {
389
- "type": "\"ios\" | \"md\" | \"ionic\"",
390
- "description": "The theme determines the visual appearance of the component.",
391
- "options": [
392
- "ios",
393
- "md",
394
- "ionic"
395
- ]
396
- },
397
283
  "ion-back-button/type": {
398
284
  "type": "\"button\" | \"reset\" | \"submit\"",
399
285
  "description": "The type of the button.",
@@ -403,14 +289,6 @@
403
289
  "submit"
404
290
  ]
405
291
  },
406
- "ion-backdrop/mode": {
407
- "type": "\"ios\" | \"md\"",
408
- "description": "The mode determines the platform behaviors of the component.",
409
- "options": [
410
- "ios",
411
- "md"
412
- ]
413
- },
414
292
  "ion-backdrop/stop-propagation": {
415
293
  "type": "boolean",
416
294
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -421,15 +299,6 @@
421
299
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
422
300
  "options": []
423
301
  },
424
- "ion-backdrop/theme": {
425
- "type": "\"ios\" | \"md\" | \"ionic\"",
426
- "description": "The theme determines the visual appearance of the component.",
427
- "options": [
428
- "ios",
429
- "md",
430
- "ionic"
431
- ]
432
- },
433
302
  "ion-backdrop/visible": {
434
303
  "type": "boolean",
435
304
  "description": "If `true`, the backdrop will be visible.",
@@ -450,55 +319,14 @@
450
319
  "warning"
451
320
  ]
452
321
  },
453
- "ion-badge/hue": {
454
- "type": "\"bold\" | \"subtle\" | undefined",
455
- "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
456
- "options": [
457
- "bold",
458
- "subtle"
459
- ]
460
- },
461
322
  "ion-badge/mode": {
462
323
  "type": "\"ios\" | \"md\"",
463
- "description": "The mode determines the platform behaviors of the component.",
324
+ "description": "The mode determines which platform styles to use.",
464
325
  "options": [
465
326
  "ios",
466
327
  "md"
467
328
  ]
468
329
  },
469
- "ion-badge/shape": {
470
- "type": "\"round | rectangular\" | \"soft\" | undefined",
471
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
472
- "options": [
473
- "soft"
474
- ]
475
- },
476
- "ion-badge/size": {
477
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
478
- "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
479
- "options": [
480
- "large",
481
- "medium",
482
- "small"
483
- ]
484
- },
485
- "ion-badge/theme": {
486
- "type": "\"ios\" | \"md\" | \"ionic\"",
487
- "description": "The theme determines the visual appearance of the component.",
488
- "options": [
489
- "ios",
490
- "md",
491
- "ionic"
492
- ]
493
- },
494
- "ion-badge/vertical": {
495
- "type": "\"bottom\" | \"top\" | undefined",
496
- "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
497
- "options": [
498
- "bottom",
499
- "top"
500
- ]
501
- },
502
330
  "ion-breadcrumb/active": {
503
331
  "type": "boolean",
504
332
  "description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any.",
@@ -536,7 +364,7 @@
536
364
  },
537
365
  "ion-breadcrumb/mode": {
538
366
  "type": "\"ios\" | \"md\"",
539
- "description": "The mode determines the platform behaviors of the component.",
367
+ "description": "The mode determines which platform styles to use.",
540
368
  "options": [
541
369
  "ios",
542
370
  "md"
@@ -571,15 +399,6 @@
571
399
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
572
400
  "options": []
573
401
  },
574
- "ion-breadcrumb/theme": {
575
- "type": "\"ios\" | \"md\" | \"ionic\"",
576
- "description": "The theme determines the visual appearance of the component.",
577
- "options": [
578
- "ios",
579
- "md",
580
- "ionic"
581
- ]
582
- },
583
402
  "ion-breadcrumbs/color": {
584
403
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
585
404
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -612,21 +431,12 @@
612
431
  },
613
432
  "ion-breadcrumbs/mode": {
614
433
  "type": "\"ios\" | \"md\"",
615
- "description": "The mode determines the platform behaviors of the component.",
434
+ "description": "The mode determines which platform styles to use.",
616
435
  "options": [
617
436
  "ios",
618
437
  "md"
619
438
  ]
620
439
  },
621
- "ion-breadcrumbs/theme": {
622
- "type": "\"ios\" | \"md\" | \"ionic\"",
623
- "description": "The theme determines the visual appearance of the component.",
624
- "options": [
625
- "ios",
626
- "md",
627
- "ionic"
628
- ]
629
- },
630
440
  "ion-button/button-type": {
631
441
  "type": "string",
632
442
  "description": "The type of button.",
@@ -687,7 +497,7 @@
687
497
  },
688
498
  "ion-button/mode": {
689
499
  "type": "\"ios\" | \"md\"",
690
- "description": "The mode determines the platform behaviors of the component.",
500
+ "description": "The mode determines which platform styles to use.",
691
501
  "options": [
692
502
  "ios",
693
503
  "md"
@@ -713,21 +523,18 @@
713
523
  ]
714
524
  },
715
525
  "ion-button/shape": {
716
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
717
- "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
526
+ "type": "\"round\" | undefined",
527
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
718
528
  "options": [
719
- "rectangular",
720
- "round",
721
- "soft"
529
+ "round"
722
530
  ]
723
531
  },
724
532
  "ion-button/size": {
725
- "type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined",
726
- "description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
533
+ "type": "\"default\" | \"large\" | \"small\" | undefined",
534
+ "description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
727
535
  "options": [
728
536
  "default",
729
537
  "large",
730
- "medium",
731
538
  "small"
732
539
  ]
733
540
  },
@@ -741,15 +548,6 @@
741
548
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
742
549
  "options": []
743
550
  },
744
- "ion-button/theme": {
745
- "type": "\"ios\" | \"md\" | \"ionic\"",
746
- "description": "The theme determines the visual appearance of the component.",
747
- "options": [
748
- "ios",
749
- "md",
750
- "ionic"
751
- ]
752
- },
753
551
  "ion-button/type": {
754
552
  "type": "\"button\" | \"reset\" | \"submit\"",
755
553
  "description": "The type of the button.",
@@ -761,26 +559,9 @@
761
559
  },
762
560
  "ion-buttons/collapse": {
763
561
  "type": "boolean",
764
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
562
+ "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
765
563
  "options": []
766
564
  },
767
- "ion-buttons/mode": {
768
- "type": "\"ios\" | \"md\"",
769
- "description": "The mode determines the platform behaviors of the component.",
770
- "options": [
771
- "ios",
772
- "md"
773
- ]
774
- },
775
- "ion-buttons/theme": {
776
- "type": "\"ios\" | \"md\" | \"ionic\"",
777
- "description": "The theme determines the visual appearance of the component.",
778
- "options": [
779
- "ios",
780
- "md",
781
- "ionic"
782
- ]
783
- },
784
565
  "ion-card/button": {
785
566
  "type": "boolean",
786
567
  "description": "If `true`, a button tag will be rendered and the card will be tappable.",
@@ -818,7 +599,7 @@
818
599
  },
819
600
  "ion-card/mode": {
820
601
  "type": "\"ios\" | \"md\"",
821
- "description": "The mode determines the platform behaviors of the component.",
602
+ "description": "The mode determines which platform styles to use.",
822
603
  "options": [
823
604
  "ios",
824
605
  "md"
@@ -843,29 +624,11 @@
843
624
  "root"
844
625
  ]
845
626
  },
846
- "ion-card/shape": {
847
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
848
- "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
849
- "options": [
850
- "rectangular",
851
- "round",
852
- "soft"
853
- ]
854
- },
855
627
  "ion-card/target": {
856
628
  "type": "string | undefined",
857
629
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
858
630
  "options": []
859
631
  },
860
- "ion-card/theme": {
861
- "type": "\"ios\" | \"md\" | \"ionic\"",
862
- "description": "The theme determines the visual appearance of the component.",
863
- "options": [
864
- "ios",
865
- "md",
866
- "ionic"
867
- ]
868
- },
869
632
  "ion-card/type": {
870
633
  "type": "\"button\" | \"reset\" | \"submit\"",
871
634
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -877,21 +640,12 @@
877
640
  },
878
641
  "ion-card-content/mode": {
879
642
  "type": "\"ios\" | \"md\"",
880
- "description": "The mode determines the platform behaviors of the component.",
643
+ "description": "The mode determines which platform styles to use.",
881
644
  "options": [
882
645
  "ios",
883
646
  "md"
884
647
  ]
885
648
  },
886
- "ion-card-content/theme": {
887
- "type": "\"ios\" | \"md\" | \"ionic\"",
888
- "description": "The theme determines the visual appearance of the component.",
889
- "options": [
890
- "ios",
891
- "md",
892
- "ionic"
893
- ]
894
- },
895
649
  "ion-card-header/color": {
896
650
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
897
651
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -909,24 +663,15 @@
909
663
  },
910
664
  "ion-card-header/mode": {
911
665
  "type": "\"ios\" | \"md\"",
912
- "description": "The mode determines the platform behaviors of the component.",
666
+ "description": "The mode determines which platform styles to use.",
913
667
  "options": [
914
668
  "ios",
915
669
  "md"
916
670
  ]
917
671
  },
918
- "ion-card-header/theme": {
919
- "type": "\"ios\" | \"md\" | \"ionic\"",
920
- "description": "The theme determines the visual appearance of the component.",
921
- "options": [
922
- "ios",
923
- "md",
924
- "ionic"
925
- ]
926
- },
927
672
  "ion-card-header/translucent": {
928
673
  "type": "boolean",
929
- "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
674
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
930
675
  "options": []
931
676
  },
932
677
  "ion-card-subtitle/color": {
@@ -946,21 +691,12 @@
946
691
  },
947
692
  "ion-card-subtitle/mode": {
948
693
  "type": "\"ios\" | \"md\"",
949
- "description": "The mode determines the platform behaviors of the component.",
694
+ "description": "The mode determines which platform styles to use.",
950
695
  "options": [
951
696
  "ios",
952
697
  "md"
953
698
  ]
954
699
  },
955
- "ion-card-subtitle/theme": {
956
- "type": "\"ios\" | \"md\" | \"ionic\"",
957
- "description": "The theme determines the visual appearance of the component.",
958
- "options": [
959
- "ios",
960
- "md",
961
- "ionic"
962
- ]
963
- },
964
700
  "ion-card-title/color": {
965
701
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
966
702
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -978,21 +714,12 @@
978
714
  },
979
715
  "ion-card-title/mode": {
980
716
  "type": "\"ios\" | \"md\"",
981
- "description": "The mode determines the platform behaviors of the component.",
717
+ "description": "The mode determines which platform styles to use.",
982
718
  "options": [
983
719
  "ios",
984
720
  "md"
985
721
  ]
986
722
  },
987
- "ion-card-title/theme": {
988
- "type": "\"ios\" | \"md\" | \"ionic\"",
989
- "description": "The theme determines the visual appearance of the component.",
990
- "options": [
991
- "ios",
992
- "md",
993
- "ionic"
994
- ]
995
- },
996
723
  "ion-checkbox/alignment": {
997
724
  "type": "\"center\" | \"start\" | undefined",
998
725
  "description": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the checkbox `display` to `block`.",
@@ -1062,7 +789,7 @@
1062
789
  },
1063
790
  "ion-checkbox/mode": {
1064
791
  "type": "\"ios\" | \"md\"",
1065
- "description": "The mode determines the platform behaviors of the component.",
792
+ "description": "The mode determines which platform styles to use.",
1066
793
  "options": [
1067
794
  "ios",
1068
795
  "md"
@@ -1078,30 +805,6 @@
1078
805
  "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
1079
806
  "options": []
1080
807
  },
1081
- "ion-checkbox/shape": {
1082
- "type": "\"rectangular\" | \"soft\" | undefined",
1083
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1084
- "options": [
1085
- "rectangular",
1086
- "soft"
1087
- ]
1088
- },
1089
- "ion-checkbox/size": {
1090
- "type": "\"small\" | undefined",
1091
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1092
- "options": [
1093
- "small"
1094
- ]
1095
- },
1096
- "ion-checkbox/theme": {
1097
- "type": "\"ios\" | \"md\" | \"ionic\"",
1098
- "description": "The theme determines the visual appearance of the component.",
1099
- "options": [
1100
- "ios",
1101
- "md",
1102
- "ionic"
1103
- ]
1104
- },
1105
808
  "ion-checkbox/value": {
1106
809
  "type": "any",
1107
810
  "description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
@@ -1127,17 +830,9 @@
1127
830
  "description": "If `true`, the user cannot interact with the chip.",
1128
831
  "options": []
1129
832
  },
1130
- "ion-chip/hue": {
1131
- "type": "\"bold\" | \"subtle\" | undefined",
1132
- "description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
1133
- "options": [
1134
- "bold",
1135
- "subtle"
1136
- ]
1137
- },
1138
833
  "ion-chip/mode": {
1139
834
  "type": "\"ios\" | \"md\"",
1140
- "description": "The mode determines the platform behaviors of the component.",
835
+ "description": "The mode determines which platform styles to use.",
1141
836
  "options": [
1142
837
  "ios",
1143
838
  "md"
@@ -1148,40 +843,6 @@
1148
843
  "description": "Display an outline style button.",
1149
844
  "options": []
1150
845
  },
1151
- "ion-chip/shape": {
1152
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
1153
- "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
1154
- "options": [
1155
- "rectangular",
1156
- "round",
1157
- "soft"
1158
- ]
1159
- },
1160
- "ion-chip/size": {
1161
- "type": "\"large\" | \"small\" | undefined",
1162
- "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
1163
- "options": [
1164
- "large",
1165
- "small"
1166
- ]
1167
- },
1168
- "ion-chip/theme": {
1169
- "type": "\"ios\" | \"md\" | \"ionic\"",
1170
- "description": "The theme determines the visual appearance of the component.",
1171
- "options": [
1172
- "ios",
1173
- "md",
1174
- "ionic"
1175
- ]
1176
- },
1177
- "ion-col/mode": {
1178
- "type": "\"ios\" | \"md\"",
1179
- "description": "The mode determines the platform behaviors of the component.",
1180
- "options": [
1181
- "ios",
1182
- "md"
1183
- ]
1184
- },
1185
846
  "ion-col/offset": {
1186
847
  "type": "string | undefined",
1187
848
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -1302,15 +963,6 @@
1302
963
  "description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content.",
1303
964
  "options": []
1304
965
  },
1305
- "ion-col/theme": {
1306
- "type": "\"ios\" | \"md\" | \"ionic\"",
1307
- "description": "The theme determines the visual appearance of the component.",
1308
- "options": [
1309
- "ios",
1310
- "md",
1311
- "ionic"
1312
- ]
1313
- },
1314
966
  "ion-content/color": {
1315
967
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
1316
968
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -1344,14 +996,6 @@
1344
996
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
1345
997
  "options": []
1346
998
  },
1347
- "ion-content/mode": {
1348
- "type": "\"ios\" | \"md\"",
1349
- "description": "The mode determines the platform behaviors of the component.",
1350
- "options": [
1351
- "ios",
1352
- "md"
1353
- ]
1354
- },
1355
999
  "ion-content/scroll-events": {
1356
1000
  "type": "boolean",
1357
1001
  "description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
@@ -1367,15 +1011,6 @@
1367
1011
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
1368
1012
  "options": []
1369
1013
  },
1370
- "ion-content/theme": {
1371
- "type": "\"ios\" | \"md\" | \"ionic\"",
1372
- "description": "The theme determines the visual appearance of the component.",
1373
- "options": [
1374
- "ios",
1375
- "md",
1376
- "ionic"
1377
- ]
1378
- },
1379
1014
  "ion-datetime/cancel-text": {
1380
1015
  "type": "string",
1381
1016
  "description": "The text to display on the picker's cancel button.",
@@ -1473,7 +1108,7 @@
1473
1108
  },
1474
1109
  "ion-datetime/mode": {
1475
1110
  "type": "\"ios\" | \"md\"",
1476
- "description": "The mode determines the platform behaviors of the component.",
1111
+ "description": "The mode determines which platform styles to use.",
1477
1112
  "options": [
1478
1113
  "ios",
1479
1114
  "md"
@@ -1550,15 +1185,6 @@
1550
1185
  "fixed"
1551
1186
  ]
1552
1187
  },
1553
- "ion-datetime/theme": {
1554
- "type": "\"ios\" | \"md\" | \"ionic\"",
1555
- "description": "The theme determines the visual appearance of the component.",
1556
- "options": [
1557
- "ios",
1558
- "md",
1559
- "ionic"
1560
- ]
1561
- },
1562
1188
  "ion-datetime/title-selected-dates-formatter": {
1563
1189
  "type": "((selectedDates: string[]) => string) | undefined",
1564
1190
  "description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
@@ -1601,39 +1227,12 @@
1601
1227
  },
1602
1228
  "ion-datetime-button/mode": {
1603
1229
  "type": "\"ios\" | \"md\"",
1604
- "description": "The mode determines the platform behaviors of the component.",
1230
+ "description": "The mode determines which platform styles to use.",
1605
1231
  "options": [
1606
1232
  "ios",
1607
1233
  "md"
1608
1234
  ]
1609
1235
  },
1610
- "ion-datetime-button/theme": {
1611
- "type": "\"ios\" | \"md\" | \"ionic\"",
1612
- "description": "The theme determines the visual appearance of the component.",
1613
- "options": [
1614
- "ios",
1615
- "md",
1616
- "ionic"
1617
- ]
1618
- },
1619
- "ion-divider/inset": {
1620
- "type": "boolean",
1621
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
1622
- "options": []
1623
- },
1624
- "ion-divider/spacing": {
1625
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
1626
- "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\"`.",
1627
- "options": [
1628
- "large",
1629
- "medium",
1630
- "small",
1631
- "xlarge",
1632
- "xsmall",
1633
- "xxlarge",
1634
- "xxsmall"
1635
- ]
1636
- },
1637
1236
  "ion-fab/activated": {
1638
1237
  "type": "boolean",
1639
1238
  "description": "If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.\nThat means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.",
@@ -1653,23 +1252,6 @@
1653
1252
  "start"
1654
1253
  ]
1655
1254
  },
1656
- "ion-fab/mode": {
1657
- "type": "\"ios\" | \"md\"",
1658
- "description": "The mode determines the platform behaviors of the component.",
1659
- "options": [
1660
- "ios",
1661
- "md"
1662
- ]
1663
- },
1664
- "ion-fab/theme": {
1665
- "type": "\"ios\" | \"md\" | \"ionic\"",
1666
- "description": "The theme determines the visual appearance of the component.",
1667
- "options": [
1668
- "ios",
1669
- "md",
1670
- "ionic"
1671
- ]
1672
- },
1673
1255
  "ion-fab/vertical": {
1674
1256
  "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1675
1257
  "description": "Where to align the fab vertically in the viewport.",
@@ -1685,7 +1267,7 @@
1685
1267
  "options": []
1686
1268
  },
1687
1269
  "ion-fab-button/close-icon": {
1688
- "type": "string | undefined",
1270
+ "type": "string",
1689
1271
  "description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
1690
1272
  "options": []
1691
1273
  },
@@ -1721,7 +1303,7 @@
1721
1303
  },
1722
1304
  "ion-fab-button/mode": {
1723
1305
  "type": "\"ios\" | \"md\"",
1724
- "description": "The mode determines the platform behaviors of the component.",
1306
+ "description": "The mode determines which platform styles to use.",
1725
1307
  "options": [
1726
1308
  "ios",
1727
1309
  "md"
@@ -1763,18 +1345,9 @@
1763
1345
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1764
1346
  "options": []
1765
1347
  },
1766
- "ion-fab-button/theme": {
1767
- "type": "\"ios\" | \"md\" | \"ionic\"",
1768
- "description": "The theme determines the visual appearance of the component.",
1769
- "options": [
1770
- "ios",
1771
- "md",
1772
- "ionic"
1773
- ]
1774
- },
1775
1348
  "ion-fab-button/translucent": {
1776
1349
  "type": "boolean",
1777
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1350
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1778
1351
  "options": []
1779
1352
  },
1780
1353
  "ion-fab-button/type": {
@@ -1791,17 +1364,9 @@
1791
1364
  "description": "If `true`, the fab list will show all fab buttons in the list.",
1792
1365
  "options": []
1793
1366
  },
1794
- "ion-fab-list/mode": {
1795
- "type": "\"ios\" | \"md\"",
1796
- "description": "The mode determines the platform behaviors of the component.",
1797
- "options": [
1798
- "ios",
1799
- "md"
1800
- ]
1801
- },
1802
- "ion-fab-list/side": {
1803
- "type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
1804
- "description": "The side the fab list will show on relative to the main fab button.",
1367
+ "ion-fab-list/side": {
1368
+ "type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
1369
+ "description": "The side the fab list will show on relative to the main fab button.",
1805
1370
  "options": [
1806
1371
  "bottom",
1807
1372
  "end",
@@ -1809,42 +1374,24 @@
1809
1374
  "top"
1810
1375
  ]
1811
1376
  },
1812
- "ion-fab-list/theme": {
1813
- "type": "\"ios\" | \"md\" | \"ionic\"",
1814
- "description": "The theme determines the visual appearance of the component.",
1815
- "options": [
1816
- "ios",
1817
- "md",
1818
- "ionic"
1819
- ]
1820
- },
1821
1377
  "ion-footer/collapse": {
1822
1378
  "type": "\"fade\" | undefined",
1823
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
1379
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
1824
1380
  "options": [
1825
1381
  "fade"
1826
1382
  ]
1827
1383
  },
1828
1384
  "ion-footer/mode": {
1829
1385
  "type": "\"ios\" | \"md\"",
1830
- "description": "The mode determines the platform behaviors of the component.",
1386
+ "description": "The mode determines which platform styles to use.",
1831
1387
  "options": [
1832
1388
  "ios",
1833
1389
  "md"
1834
1390
  ]
1835
1391
  },
1836
- "ion-footer/theme": {
1837
- "type": "\"ios\" | \"md\" | \"ionic\"",
1838
- "description": "The theme determines the visual appearance of the component.",
1839
- "options": [
1840
- "ios",
1841
- "md",
1842
- "ionic"
1843
- ]
1844
- },
1845
1392
  "ion-footer/translucent": {
1846
1393
  "type": "boolean",
1847
- "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.",
1394
+ "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
1848
1395
  "options": []
1849
1396
  },
1850
1397
  "ion-grid/fixed": {
@@ -1852,56 +1399,25 @@
1852
1399
  "description": "If `true`, the grid will have a fixed width based on the screen size.",
1853
1400
  "options": []
1854
1401
  },
1855
- "ion-grid/mode": {
1856
- "type": "\"ios\" | \"md\"",
1857
- "description": "The mode determines the platform behaviors of the component.",
1858
- "options": [
1859
- "ios",
1860
- "md"
1861
- ]
1862
- },
1863
- "ion-grid/theme": {
1864
- "type": "\"ios\" | \"md\" | \"ionic\"",
1865
- "description": "The theme determines the visual appearance of the component.",
1866
- "options": [
1867
- "ios",
1868
- "md",
1869
- "ionic"
1870
- ]
1871
- },
1872
1402
  "ion-header/collapse": {
1873
1403
  "type": "\"condense\" | \"fade\" | undefined",
1874
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1404
+ "description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1875
1405
  "options": [
1876
1406
  "condense",
1877
1407
  "fade"
1878
1408
  ]
1879
1409
  },
1880
- "ion-header/divider": {
1881
- "type": "boolean",
1882
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
1883
- "options": []
1884
- },
1885
1410
  "ion-header/mode": {
1886
1411
  "type": "\"ios\" | \"md\"",
1887
- "description": "The mode determines the platform behaviors of the component.",
1412
+ "description": "The mode determines which platform styles to use.",
1888
1413
  "options": [
1889
1414
  "ios",
1890
1415
  "md"
1891
1416
  ]
1892
1417
  },
1893
- "ion-header/theme": {
1894
- "type": "\"ios\" | \"md\" | \"ionic\"",
1895
- "description": "The theme determines the visual appearance of the component.",
1896
- "options": [
1897
- "ios",
1898
- "md",
1899
- "ionic"
1900
- ]
1901
- },
1902
1418
  "ion-header/translucent": {
1903
1419
  "type": "boolean",
1904
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1420
+ "description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1905
1421
  "options": []
1906
1422
  },
1907
1423
  "ion-img/alt": {
@@ -1909,41 +1425,16 @@
1909
1425
  "description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
1910
1426
  "options": []
1911
1427
  },
1912
- "ion-img/mode": {
1913
- "type": "\"ios\" | \"md\"",
1914
- "description": "The mode determines the platform behaviors of the component.",
1915
- "options": [
1916
- "ios",
1917
- "md"
1918
- ]
1919
- },
1920
1428
  "ion-img/src": {
1921
1429
  "type": "string | undefined",
1922
1430
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
1923
1431
  "options": []
1924
1432
  },
1925
- "ion-img/theme": {
1926
- "type": "\"ios\" | \"md\" | \"ionic\"",
1927
- "description": "The theme determines the visual appearance of the component.",
1928
- "options": [
1929
- "ios",
1930
- "md",
1931
- "ionic"
1932
- ]
1933
- },
1934
1433
  "ion-infinite-scroll/disabled": {
1935
1434
  "type": "boolean",
1936
1435
  "description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed.",
1937
1436
  "options": []
1938
1437
  },
1939
- "ion-infinite-scroll/mode": {
1940
- "type": "\"ios\" | \"md\"",
1941
- "description": "The mode determines the platform behaviors of the component.",
1942
- "options": [
1943
- "ios",
1944
- "md"
1945
- ]
1946
- },
1947
1438
  "ion-infinite-scroll/position": {
1948
1439
  "type": "\"bottom\" | \"top\"",
1949
1440
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -1952,15 +1443,6 @@
1952
1443
  "top"
1953
1444
  ]
1954
1445
  },
1955
- "ion-infinite-scroll/theme": {
1956
- "type": "\"ios\" | \"md\" | \"ionic\"",
1957
- "description": "The theme determines the visual appearance of the component.",
1958
- "options": [
1959
- "ios",
1960
- "md",
1961
- "ionic"
1962
- ]
1963
- },
1964
1446
  "ion-infinite-scroll/threshold": {
1965
1447
  "type": "string",
1966
1448
  "description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page.",
@@ -1986,84 +1468,67 @@
1986
1468
  "description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
1987
1469
  "options": []
1988
1470
  },
1989
- "ion-infinite-scroll-content/mode": {
1990
- "type": "\"ios\" | \"md\"",
1991
- "description": "The mode determines the platform behaviors of the component.",
1992
- "options": [
1993
- "ios",
1994
- "md"
1995
- ]
1996
- },
1997
- "ion-infinite-scroll-content/theme": {
1998
- "type": "\"ios\" | \"md\" | \"ionic\"",
1999
- "description": "The theme determines the visual appearance of the component.",
2000
- "options": [
2001
- "ios",
2002
- "md",
2003
- "ionic"
2004
- ]
2005
- },
2006
1471
  "ion-input/autocapitalize": {
2007
1472
  "type": "string",
2008
1473
  "description": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`.",
2009
1474
  "options": []
2010
1475
  },
2011
1476
  "ion-input/autocomplete": {
2012
- "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\"",
1477
+ "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\"",
2013
1478
  "description": "Indicates whether the value of the control can be automatically completed by the browser.",
2014
1479
  "options": [
2015
1480
  "name",
1481
+ "email",
1482
+ "tel",
2016
1483
  "url",
2017
- "off",
2018
1484
  "on",
1485
+ "off",
1486
+ "honorific-prefix",
1487
+ "given-name",
2019
1488
  "additional-name",
2020
- "address-level1",
2021
- "address-level2",
2022
- "address-level3",
2023
- "address-level4",
1489
+ "family-name",
1490
+ "honorific-suffix",
1491
+ "nickname",
1492
+ "username",
1493
+ "new-password",
1494
+ "current-password",
1495
+ "one-time-code",
1496
+ "organization-title",
1497
+ "organization",
1498
+ "street-address",
2024
1499
  "address-line1",
2025
1500
  "address-line2",
2026
1501
  "address-line3",
2027
- "bday-day",
2028
- "bday-month",
2029
- "bday-year",
2030
- "cc-csc",
1502
+ "address-level4",
1503
+ "address-level3",
1504
+ "address-level2",
1505
+ "address-level1",
1506
+ "country",
1507
+ "country-name",
1508
+ "postal-code",
1509
+ "cc-name",
1510
+ "cc-given-name",
1511
+ "cc-additional-name",
1512
+ "cc-family-name",
1513
+ "cc-number",
2031
1514
  "cc-exp",
2032
1515
  "cc-exp-month",
2033
1516
  "cc-exp-year",
2034
- "cc-family-name",
2035
- "cc-given-name",
2036
- "cc-name",
2037
- "cc-number",
1517
+ "cc-csc",
2038
1518
  "cc-type",
2039
- "country",
2040
- "country-name",
2041
- "current-password",
2042
- "family-name",
2043
- "given-name",
2044
- "honorific-prefix",
2045
- "honorific-suffix",
2046
- "new-password",
2047
- "one-time-code",
2048
- "organization",
2049
- "postal-code",
2050
- "street-address",
2051
- "transaction-amount",
2052
1519
  "transaction-currency",
2053
- "username",
2054
- "email",
2055
- "tel",
2056
- "tel-area-code",
2057
- "tel-country-code",
2058
- "tel-extension",
2059
- "tel-local",
2060
- "tel-national",
2061
- "nickname",
2062
- "organization-title",
2063
- "cc-additional-name",
1520
+ "transaction-amount",
2064
1521
  "language",
2065
1522
  "bday",
1523
+ "bday-day",
1524
+ "bday-month",
1525
+ "bday-year",
2066
1526
  "sex",
1527
+ "tel-country-code",
1528
+ "tel-national",
1529
+ "tel-area-code",
1530
+ "tel-local",
1531
+ "tel-extension",
2067
1532
  "impp",
2068
1533
  "photo"
2069
1534
  ]
@@ -2151,7 +1616,7 @@
2151
1616
  },
2152
1617
  "ion-input/fill": {
2153
1618
  "type": "\"outline\" | \"solid\" | undefined",
2154
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
1619
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
2155
1620
  "options": [
2156
1621
  "outline",
2157
1622
  "solid"
@@ -2182,8 +1647,8 @@
2182
1647
  "options": []
2183
1648
  },
2184
1649
  "ion-input/label-placement": {
2185
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
2186
- "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
1650
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
1651
+ "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
2187
1652
  "options": [
2188
1653
  "end",
2189
1654
  "fixed",
@@ -2214,7 +1679,7 @@
2214
1679
  },
2215
1680
  "ion-input/mode": {
2216
1681
  "type": "\"ios\" | \"md\"",
2217
- "description": "The mode determines the platform behaviors of the component.",
1682
+ "description": "The mode determines which platform styles to use.",
2218
1683
  "options": [
2219
1684
  "ios",
2220
1685
  "md"
@@ -2251,21 +1716,10 @@
2251
1716
  "options": []
2252
1717
  },
2253
1718
  "ion-input/shape": {
2254
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2255
- "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\"`.",
2256
- "options": [
2257
- "rectangular",
2258
- "round",
2259
- "soft"
2260
- ]
2261
- },
2262
- "ion-input/size": {
2263
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
2264
- "description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
1719
+ "type": "\"round\" | undefined",
1720
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
2265
1721
  "options": [
2266
- "large",
2267
- "medium",
2268
- "xlarge"
1722
+ "round"
2269
1723
  ]
2270
1724
  },
2271
1725
  "ion-input/spellcheck": {
@@ -2278,15 +1732,6 @@
2278
1732
  "description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number.",
2279
1733
  "options": []
2280
1734
  },
2281
- "ion-input/theme": {
2282
- "type": "\"ios\" | \"md\" | \"ionic\"",
2283
- "description": "The theme determines the visual appearance of the component.",
2284
- "options": [
2285
- "ios",
2286
- "md",
2287
- "ionic"
2288
- ]
2289
- },
2290
1735
  "ion-input/type": {
2291
1736
  "type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
2292
1737
  "description": "The type of control to display. The default type is text.",
@@ -2463,11 +1908,11 @@
2463
1908
  },
2464
1909
  "ion-item/detail": {
2465
1910
  "type": "boolean | undefined",
2466
- "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present.",
1911
+ "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present.",
2467
1912
  "options": []
2468
1913
  },
2469
1914
  "ion-item/detail-icon": {
2470
- "type": "string | undefined",
1915
+ "type": "string",
2471
1916
  "description": "The icon to use when `detail` is set to `true`.",
2472
1917
  "options": []
2473
1918
  },
@@ -2497,7 +1942,7 @@
2497
1942
  },
2498
1943
  "ion-item/mode": {
2499
1944
  "type": "\"ios\" | \"md\"",
2500
- "description": "The mode determines the platform behaviors of the component.",
1945
+ "description": "The mode determines which platform styles to use.",
2501
1946
  "options": [
2502
1947
  "ios",
2503
1948
  "md"
@@ -2527,15 +1972,6 @@
2527
1972
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2528
1973
  "options": []
2529
1974
  },
2530
- "ion-item/theme": {
2531
- "type": "\"ios\" | \"md\" | \"ionic\"",
2532
- "description": "The theme determines the visual appearance of the component.",
2533
- "options": [
2534
- "ios",
2535
- "md",
2536
- "ionic"
2537
- ]
2538
- },
2539
1975
  "ion-item/type": {
2540
1976
  "type": "\"button\" | \"reset\" | \"submit\"",
2541
1977
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -2562,7 +1998,7 @@
2562
1998
  },
2563
1999
  "ion-item-divider/mode": {
2564
2000
  "type": "\"ios\" | \"md\"",
2565
- "description": "The mode determines the platform behaviors of the component.",
2001
+ "description": "The mode determines which platform styles to use.",
2566
2002
  "options": [
2567
2003
  "ios",
2568
2004
  "md"
@@ -2573,32 +2009,6 @@
2573
2009
  "description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky",
2574
2010
  "options": []
2575
2011
  },
2576
- "ion-item-divider/theme": {
2577
- "type": "\"ios\" | \"md\" | \"ionic\"",
2578
- "description": "The theme determines the visual appearance of the component.",
2579
- "options": [
2580
- "ios",
2581
- "md",
2582
- "ionic"
2583
- ]
2584
- },
2585
- "ion-item-group/mode": {
2586
- "type": "\"ios\" | \"md\"",
2587
- "description": "The mode determines the platform behaviors of the component.",
2588
- "options": [
2589
- "ios",
2590
- "md"
2591
- ]
2592
- },
2593
- "ion-item-group/theme": {
2594
- "type": "\"ios\" | \"md\" | \"ionic\"",
2595
- "description": "The theme determines the visual appearance of the component.",
2596
- "options": [
2597
- "ios",
2598
- "md",
2599
- "ionic"
2600
- ]
2601
- },
2602
2012
  "ion-item-option/color": {
2603
2013
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2604
2014
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -2634,17 +2044,9 @@
2634
2044
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
2635
2045
  "options": []
2636
2046
  },
2637
- "ion-item-option/hue": {
2638
- "type": "\"bold\" | \"subtle\" | undefined",
2639
- "description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
2640
- "options": [
2641
- "bold",
2642
- "subtle"
2643
- ]
2644
- },
2645
2047
  "ion-item-option/mode": {
2646
2048
  "type": "\"ios\" | \"md\"",
2647
- "description": "The mode determines the platform behaviors of the component.",
2049
+ "description": "The mode determines which platform styles to use.",
2648
2050
  "options": [
2649
2051
  "ios",
2650
2052
  "md"
@@ -2655,29 +2057,11 @@
2655
2057
  "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
2656
2058
  "options": []
2657
2059
  },
2658
- "ion-item-option/shape": {
2659
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2660
- "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.",
2661
- "options": [
2662
- "rectangular",
2663
- "round",
2664
- "soft"
2665
- ]
2666
- },
2667
2060
  "ion-item-option/target": {
2668
2061
  "type": "string | undefined",
2669
2062
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2670
2063
  "options": []
2671
2064
  },
2672
- "ion-item-option/theme": {
2673
- "type": "\"ios\" | \"md\" | \"ionic\"",
2674
- "description": "The theme determines the visual appearance of the component.",
2675
- "options": [
2676
- "ios",
2677
- "md",
2678
- "ionic"
2679
- ]
2680
- },
2681
2065
  "ion-item-option/type": {
2682
2066
  "type": "\"button\" | \"reset\" | \"submit\"",
2683
2067
  "description": "The type of the button.",
@@ -2687,14 +2071,6 @@
2687
2071
  "submit"
2688
2072
  ]
2689
2073
  },
2690
- "ion-item-options/mode": {
2691
- "type": "\"ios\" | \"md\"",
2692
- "description": "The mode determines the platform behaviors of the component.",
2693
- "options": [
2694
- "ios",
2695
- "md"
2696
- ]
2697
- },
2698
2074
  "ion-item-options/side": {
2699
2075
  "type": "\"end\" | \"start\"",
2700
2076
  "description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
@@ -2703,37 +2079,11 @@
2703
2079
  "start"
2704
2080
  ]
2705
2081
  },
2706
- "ion-item-options/theme": {
2707
- "type": "\"ios\" | \"md\" | \"ionic\"",
2708
- "description": "The theme determines the visual appearance of the component.",
2709
- "options": [
2710
- "ios",
2711
- "md",
2712
- "ionic"
2713
- ]
2714
- },
2715
2082
  "ion-item-sliding/disabled": {
2716
2083
  "type": "boolean",
2717
2084
  "description": "If `true`, the user cannot interact with the sliding item.",
2718
2085
  "options": []
2719
2086
  },
2720
- "ion-item-sliding/mode": {
2721
- "type": "\"ios\" | \"md\"",
2722
- "description": "The mode determines the platform behaviors of the component.",
2723
- "options": [
2724
- "ios",
2725
- "md"
2726
- ]
2727
- },
2728
- "ion-item-sliding/theme": {
2729
- "type": "\"ios\" | \"md\" | \"ionic\"",
2730
- "description": "The theme determines the visual appearance of the component.",
2731
- "options": [
2732
- "ios",
2733
- "md",
2734
- "ionic"
2735
- ]
2736
- },
2737
2087
  "ion-label/color": {
2738
2088
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2739
2089
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -2751,7 +2101,7 @@
2751
2101
  },
2752
2102
  "ion-label/mode": {
2753
2103
  "type": "\"ios\" | \"md\"",
2754
- "description": "The mode determines the platform behaviors of the component.",
2104
+ "description": "The mode determines which platform styles to use.",
2755
2105
  "options": [
2756
2106
  "ios",
2757
2107
  "md"
@@ -2766,15 +2116,6 @@
2766
2116
  "stacked"
2767
2117
  ]
2768
2118
  },
2769
- "ion-label/theme": {
2770
- "type": "\"ios\" | \"md\" | \"ionic\"",
2771
- "description": "The theme determines the visual appearance of the component.",
2772
- "options": [
2773
- "ios",
2774
- "md",
2775
- "ionic"
2776
- ]
2777
- },
2778
2119
  "ion-list/inset": {
2779
2120
  "type": "boolean",
2780
2121
  "description": "If `true`, the list will have margin around it and rounded corners.",
@@ -2791,30 +2132,12 @@
2791
2132
  },
2792
2133
  "ion-list/mode": {
2793
2134
  "type": "\"ios\" | \"md\"",
2794
- "description": "The mode determines the platform behaviors of the component.",
2135
+ "description": "The mode determines which platform styles to use.",
2795
2136
  "options": [
2796
2137
  "ios",
2797
2138
  "md"
2798
2139
  ]
2799
2140
  },
2800
- "ion-list/shape": {
2801
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2802
- "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.",
2803
- "options": [
2804
- "rectangular",
2805
- "round",
2806
- "soft"
2807
- ]
2808
- },
2809
- "ion-list/theme": {
2810
- "type": "\"ios\" | \"md\" | \"ionic\"",
2811
- "description": "The theme determines the visual appearance of the component.",
2812
- "options": [
2813
- "ios",
2814
- "md",
2815
- "ionic"
2816
- ]
2817
- },
2818
2141
  "ion-list-header/color": {
2819
2142
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2820
2143
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -2841,21 +2164,12 @@
2841
2164
  },
2842
2165
  "ion-list-header/mode": {
2843
2166
  "type": "\"ios\" | \"md\"",
2844
- "description": "The mode determines the platform behaviors of the component.",
2167
+ "description": "The mode determines which platform styles to use.",
2845
2168
  "options": [
2846
2169
  "ios",
2847
2170
  "md"
2848
2171
  ]
2849
2172
  },
2850
- "ion-list-header/theme": {
2851
- "type": "\"ios\" | \"md\" | \"ionic\"",
2852
- "description": "The theme determines the visual appearance of the component.",
2853
- "options": [
2854
- "ios",
2855
- "md",
2856
- "ionic"
2857
- ]
2858
- },
2859
2173
  "ion-loading/animated": {
2860
2174
  "type": "boolean",
2861
2175
  "description": "If `true`, the loading indicator will animate.",
@@ -2908,7 +2222,7 @@
2908
2222
  },
2909
2223
  "ion-loading/mode": {
2910
2224
  "type": "\"ios\" | \"md\"",
2911
- "description": "The mode determines the platform behaviors of the component.",
2225
+ "description": "The mode determines which platform styles to use.",
2912
2226
  "options": [
2913
2227
  "ios",
2914
2228
  "md"
@@ -2934,18 +2248,9 @@
2934
2248
  "lines-small"
2935
2249
  ]
2936
2250
  },
2937
- "ion-loading/theme": {
2938
- "type": "\"ios\" | \"md\" | \"ionic\"",
2939
- "description": "The theme determines the visual appearance of the component.",
2940
- "options": [
2941
- "ios",
2942
- "md",
2943
- "ionic"
2944
- ]
2945
- },
2946
2251
  "ion-loading/translucent": {
2947
2252
  "type": "boolean",
2948
- "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2253
+ "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2949
2254
  "options": []
2950
2255
  },
2951
2256
  "ion-loading/trigger": {
@@ -2973,14 +2278,6 @@
2973
2278
  "description": "An id for the menu.",
2974
2279
  "options": []
2975
2280
  },
2976
- "ion-menu/mode": {
2977
- "type": "\"ios\" | \"md\"",
2978
- "description": "The mode determines the platform behaviors of the component.",
2979
- "options": [
2980
- "ios",
2981
- "md"
2982
- ]
2983
- },
2984
2281
  "ion-menu/side": {
2985
2282
  "type": "\"end\" | \"start\"",
2986
2283
  "description": "Which side of the view the menu should be placed.",
@@ -2994,15 +2291,6 @@
2994
2291
  "description": "If `true`, swiping the menu is enabled.",
2995
2292
  "options": []
2996
2293
  },
2997
- "ion-menu/theme": {
2998
- "type": "\"ios\" | \"md\" | \"ionic\"",
2999
- "description": "The theme determines the visual appearance of the component.",
3000
- "options": [
3001
- "ios",
3002
- "md",
3003
- "ionic"
3004
- ]
3005
- },
3006
2294
  "ion-menu/type": {
3007
2295
  "type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
3008
2296
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -3044,21 +2332,12 @@
3044
2332
  },
3045
2333
  "ion-menu-button/mode": {
3046
2334
  "type": "\"ios\" | \"md\"",
3047
- "description": "The mode determines the platform behaviors of the component.",
2335
+ "description": "The mode determines which platform styles to use.",
3048
2336
  "options": [
3049
2337
  "ios",
3050
2338
  "md"
3051
2339
  ]
3052
2340
  },
3053
- "ion-menu-button/theme": {
3054
- "type": "\"ios\" | \"md\" | \"ionic\"",
3055
- "description": "The theme determines the visual appearance of the component.",
3056
- "options": [
3057
- "ios",
3058
- "md",
3059
- "ionic"
3060
- ]
3061
- },
3062
2341
  "ion-menu-button/type": {
3063
2342
  "type": "\"button\" | \"reset\" | \"submit\"",
3064
2343
  "description": "The type of the button.",
@@ -3078,23 +2357,6 @@
3078
2357
  "description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active.",
3079
2358
  "options": []
3080
2359
  },
3081
- "ion-menu-toggle/mode": {
3082
- "type": "\"ios\" | \"md\"",
3083
- "description": "The mode determines the platform behaviors of the component.",
3084
- "options": [
3085
- "ios",
3086
- "md"
3087
- ]
3088
- },
3089
- "ion-menu-toggle/theme": {
3090
- "type": "\"ios\" | \"md\" | \"ionic\"",
3091
- "description": "The theme determines the visual appearance of the component.",
3092
- "options": [
3093
- "ios",
3094
- "md",
3095
- "ionic"
3096
- ]
3097
- },
3098
2360
  "ion-modal/animated": {
3099
2361
  "type": "boolean",
3100
2362
  "description": "If `true`, the modal will animate.",
@@ -3180,7 +2442,7 @@
3180
2442
  },
3181
2443
  "ion-modal/mode": {
3182
2444
  "type": "\"ios\" | \"md\"",
3183
- "description": "The mode determines the platform behaviors of the component.",
2445
+ "description": "The mode determines which platform styles to use.",
3184
2446
  "options": [
3185
2447
  "ios",
3186
2448
  "md"
@@ -3191,29 +2453,11 @@
3191
2453
  "description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode.",
3192
2454
  "options": []
3193
2455
  },
3194
- "ion-modal/shape": {
3195
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
3196
- "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.",
3197
- "options": [
3198
- "rectangular",
3199
- "round",
3200
- "soft"
3201
- ]
3202
- },
3203
2456
  "ion-modal/show-backdrop": {
3204
2457
  "type": "boolean",
3205
2458
  "description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
3206
2459
  "options": []
3207
2460
  },
3208
- "ion-modal/theme": {
3209
- "type": "\"ios\" | \"md\" | \"ionic\"",
3210
- "description": "The theme determines the visual appearance of the component.",
3211
- "options": [
3212
- "ios",
3213
- "md",
3214
- "ionic"
3215
- ]
3216
- },
3217
2461
  "ion-modal/trigger": {
3218
2462
  "type": "string | undefined",
3219
2463
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -3226,17 +2470,9 @@
3226
2470
  },
3227
2471
  "ion-nav/animation": {
3228
2472
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3229
- "description": "By default `ion-nav` animates transition between pages based on the mode (\"ios\" or \"md\").\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
2473
+ "description": "By default `ion-nav` animates transition between pages based in the mode (ios or material design).\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
3230
2474
  "options": []
3231
2475
  },
3232
- "ion-nav/mode": {
3233
- "type": "\"ios\" | \"md\"",
3234
- "description": "The mode determines the platform behaviors of the component.",
3235
- "options": [
3236
- "ios",
3237
- "md"
3238
- ]
3239
- },
3240
2476
  "ion-nav/root": {
3241
2477
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3242
2478
  "description": "Root NavComponent to load",
@@ -3252,15 +2488,6 @@
3252
2488
  "description": "If the nav component should allow for swipe-to-go-back.",
3253
2489
  "options": []
3254
2490
  },
3255
- "ion-nav/theme": {
3256
- "type": "\"ios\" | \"md\" | \"ionic\"",
3257
- "description": "The theme determines the visual appearance of the component.",
3258
- "options": [
3259
- "ios",
3260
- "md",
3261
- "ionic"
3262
- ]
3263
- },
3264
2491
  "ion-nav-link/component": {
3265
2492
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3266
2493
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
@@ -3271,14 +2498,6 @@
3271
2498
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
3272
2499
  "options": []
3273
2500
  },
3274
- "ion-nav-link/mode": {
3275
- "type": "\"ios\" | \"md\"",
3276
- "description": "The mode determines the platform behaviors of the component.",
3277
- "options": [
3278
- "ios",
3279
- "md"
3280
- ]
3281
- },
3282
2501
  "ion-nav-link/router-animation": {
3283
2502
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3284
2503
  "description": "The transition animation when navigating to another page.",
@@ -3293,15 +2512,6 @@
3293
2512
  "root"
3294
2513
  ]
3295
2514
  },
3296
- "ion-nav-link/theme": {
3297
- "type": "\"ios\" | \"md\" | \"ionic\"",
3298
- "description": "The theme determines the visual appearance of the component.",
3299
- "options": [
3300
- "ios",
3301
- "md",
3302
- "ionic"
3303
- ]
3304
- },
3305
2515
  "ion-note/color": {
3306
2516
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3307
2517
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -3319,38 +2529,20 @@
3319
2529
  },
3320
2530
  "ion-note/mode": {
3321
2531
  "type": "\"ios\" | \"md\"",
3322
- "description": "The mode determines the platform behaviors of the component.",
2532
+ "description": "The mode determines which platform styles to use.",
3323
2533
  "options": [
3324
2534
  "ios",
3325
2535
  "md"
3326
2536
  ]
3327
2537
  },
3328
- "ion-note/theme": {
3329
- "type": "\"ios\" | \"md\" | \"ionic\"",
3330
- "description": "The theme determines the visual appearance of the component.",
3331
- "options": [
3332
- "ios",
3333
- "md",
3334
- "ionic"
3335
- ]
3336
- },
3337
2538
  "ion-picker/mode": {
3338
2539
  "type": "\"ios\" | \"md\"",
3339
- "description": "The mode determines the platform behaviors of the component.",
2540
+ "description": "The mode determines which platform styles to use.",
3340
2541
  "options": [
3341
2542
  "ios",
3342
2543
  "md"
3343
2544
  ]
3344
2545
  },
3345
- "ion-picker/theme": {
3346
- "type": "\"ios\" | \"md\" | \"ionic\"",
3347
- "description": "The theme determines the visual appearance of the component.",
3348
- "options": [
3349
- "ios",
3350
- "md",
3351
- "ionic"
3352
- ]
3353
- },
3354
2546
  "ion-picker-column/color": {
3355
2547
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3356
2548
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -3373,21 +2565,12 @@
3373
2565
  },
3374
2566
  "ion-picker-column/mode": {
3375
2567
  "type": "\"ios\" | \"md\"",
3376
- "description": "The mode determines the platform behaviors of the component.",
2568
+ "description": "The mode determines which platform styles to use.",
3377
2569
  "options": [
3378
2570
  "ios",
3379
2571
  "md"
3380
2572
  ]
3381
2573
  },
3382
- "ion-picker-column/theme": {
3383
- "type": "\"ios\" | \"md\" | \"ionic\"",
3384
- "description": "The theme determines the visual appearance of the component.",
3385
- "options": [
3386
- "ios",
3387
- "md",
3388
- "ionic"
3389
- ]
3390
- },
3391
2574
  "ion-picker-column/value": {
3392
2575
  "type": "number | string | undefined",
3393
2576
  "description": "The selected option in the picker.",
@@ -3413,23 +2596,6 @@
3413
2596
  "description": "If `true`, the user cannot interact with the picker column option.",
3414
2597
  "options": []
3415
2598
  },
3416
- "ion-picker-column-option/mode": {
3417
- "type": "\"ios\" | \"md\"",
3418
- "description": "The mode determines the platform behaviors of the component.",
3419
- "options": [
3420
- "ios",
3421
- "md"
3422
- ]
3423
- },
3424
- "ion-picker-column-option/theme": {
3425
- "type": "\"ios\" | \"md\" | \"ionic\"",
3426
- "description": "The theme determines the visual appearance of the component.",
3427
- "options": [
3428
- "ios",
3429
- "md",
3430
- "ionic"
3431
- ]
3432
- },
3433
2599
  "ion-picker-column-option/value": {
3434
2600
  "type": "any",
3435
2601
  "description": "The text value of the option.",
@@ -3492,7 +2658,7 @@
3492
2658
  },
3493
2659
  "ion-picker-legacy/mode": {
3494
2660
  "type": "\"ios\" | \"md\"",
3495
- "description": "The mode determines the platform behaviors of the component.",
2661
+ "description": "The mode determines which platform styles to use.",
3496
2662
  "options": [
3497
2663
  "ios",
3498
2664
  "md"
@@ -3503,15 +2669,6 @@
3503
2669
  "description": "If `true`, a backdrop will be displayed behind the picker.",
3504
2670
  "options": []
3505
2671
  },
3506
- "ion-picker-legacy/theme": {
3507
- "type": "\"ios\" | \"md\" | \"ionic\"",
3508
- "description": "The theme determines the visual appearance of the component.",
3509
- "options": [
3510
- "ios",
3511
- "md",
3512
- "ionic"
3513
- ]
3514
- },
3515
2672
  "ion-picker-legacy/trigger": {
3516
2673
  "type": "string | undefined",
3517
2674
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -3519,7 +2676,7 @@
3519
2676
  },
3520
2677
  "ion-popover/alignment": {
3521
2678
  "type": "\"center\" | \"end\" | \"start\" | undefined",
3522
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
2679
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
3523
2680
  "options": [
3524
2681
  "center",
3525
2682
  "end",
@@ -3533,7 +2690,7 @@
3533
2690
  },
3534
2691
  "ion-popover/arrow": {
3535
2692
  "type": "boolean",
3536
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
2693
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
3537
2694
  "options": []
3538
2695
  },
3539
2696
  "ion-popover/backdrop-dismiss": {
@@ -3598,7 +2755,7 @@
3598
2755
  },
3599
2756
  "ion-popover/mode": {
3600
2757
  "type": "\"ios\" | \"md\"",
3601
- "description": "The mode determines the platform behaviors of the component.",
2758
+ "description": "The mode determines which platform styles to use.",
3602
2759
  "options": [
3603
2760
  "ios",
3604
2761
  "md"
@@ -3637,18 +2794,9 @@
3637
2794
  "cover"
3638
2795
  ]
3639
2796
  },
3640
- "ion-popover/theme": {
3641
- "type": "\"ios\" | \"md\" | \"ionic\"",
3642
- "description": "The theme determines the visual appearance of the component.",
3643
- "options": [
3644
- "ios",
3645
- "md",
3646
- "ionic"
3647
- ]
3648
- },
3649
2797
  "ion-popover/translucent": {
3650
2798
  "type": "boolean",
3651
- "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2799
+ "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3652
2800
  "options": []
3653
2801
  },
3654
2802
  "ion-popover/trigger": {
@@ -3687,7 +2835,7 @@
3687
2835
  },
3688
2836
  "ion-progress-bar/mode": {
3689
2837
  "type": "\"ios\" | \"md\"",
3690
- "description": "The mode determines the platform behaviors of the component.",
2838
+ "description": "The mode determines which platform styles to use.",
3691
2839
  "options": [
3692
2840
  "ios",
3693
2841
  "md"
@@ -3698,23 +2846,6 @@
3698
2846
  "description": "If true, reverse the progress bar direction.",
3699
2847
  "options": []
3700
2848
  },
3701
- "ion-progress-bar/shape": {
3702
- "type": "\"rectangular\" | \"round\" | undefined",
3703
- "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.",
3704
- "options": [
3705
- "rectangular",
3706
- "round"
3707
- ]
3708
- },
3709
- "ion-progress-bar/theme": {
3710
- "type": "\"ios\" | \"md\" | \"ionic\"",
3711
- "description": "The theme determines the visual appearance of the component.",
3712
- "options": [
3713
- "ios",
3714
- "md",
3715
- "ionic"
3716
- ]
3717
- },
3718
2849
  "ion-progress-bar/type": {
3719
2850
  "type": "\"determinate\" | \"indeterminate\"",
3720
2851
  "description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
@@ -3777,7 +2908,7 @@
3777
2908
  },
3778
2909
  "ion-radio/mode": {
3779
2910
  "type": "\"ios\" | \"md\"",
3780
- "description": "The mode determines the platform behaviors of the component.",
2911
+ "description": "The mode determines which platform styles to use.",
3781
2912
  "options": [
3782
2913
  "ios",
3783
2914
  "md"
@@ -3788,15 +2919,6 @@
3788
2919
  "description": "The name of the control, which is submitted with the form data.",
3789
2920
  "options": []
3790
2921
  },
3791
- "ion-radio/theme": {
3792
- "type": "\"ios\" | \"md\" | \"ionic\"",
3793
- "description": "The theme determines the visual appearance of the component.",
3794
- "options": [
3795
- "ios",
3796
- "md",
3797
- "ionic"
3798
- ]
3799
- },
3800
2922
  "ion-radio/value": {
3801
2923
  "type": "any",
3802
2924
  "description": "the value of the radio.",
@@ -3822,28 +2944,11 @@
3822
2944
  "description": "The helper text to display at the top of the radio group.",
3823
2945
  "options": []
3824
2946
  },
3825
- "ion-radio-group/mode": {
3826
- "type": "\"ios\" | \"md\"",
3827
- "description": "The mode determines the platform behaviors of the component.",
3828
- "options": [
3829
- "ios",
3830
- "md"
3831
- ]
3832
- },
3833
2947
  "ion-radio-group/name": {
3834
2948
  "type": "string",
3835
2949
  "description": "The name of the control, which is submitted with the form data.",
3836
2950
  "options": []
3837
2951
  },
3838
- "ion-radio-group/theme": {
3839
- "type": "\"ios\" | \"md\" | \"ionic\"",
3840
- "description": "The theme determines the visual appearance of the component.",
3841
- "options": [
3842
- "ios",
3843
- "md",
3844
- "ionic"
3845
- ]
3846
- },
3847
2952
  "ion-radio-group/value": {
3848
2953
  "type": "any",
3849
2954
  "description": "the value of the radio group.",
@@ -3911,7 +3016,7 @@
3911
3016
  },
3912
3017
  "ion-range/mode": {
3913
3018
  "type": "\"ios\" | \"md\"",
3914
- "description": "The mode determines the platform behaviors of the component.",
3019
+ "description": "The mode determines which platform styles to use.",
3915
3020
  "options": [
3916
3021
  "ios",
3917
3022
  "md"
@@ -3942,15 +3047,6 @@
3942
3047
  "description": "Specifies the value granularity.",
3943
3048
  "options": []
3944
3049
  },
3945
- "ion-range/theme": {
3946
- "type": "\"ios\" | \"md\" | \"ionic\"",
3947
- "description": "The theme determines the visual appearance of the component.",
3948
- "options": [
3949
- "ios",
3950
- "md",
3951
- "ionic"
3952
- ]
3953
- },
3954
3050
  "ion-range/ticks": {
3955
3051
  "type": "boolean",
3956
3052
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -3973,7 +3069,7 @@
3973
3069
  },
3974
3070
  "ion-refresher/mode": {
3975
3071
  "type": "\"ios\" | \"md\"",
3976
- "description": "The mode determines the platform behaviors of the component.",
3072
+ "description": "The mode determines which platform styles to use.",
3977
3073
  "options": [
3978
3074
  "ios",
3979
3075
  "md"
@@ -3999,23 +3095,6 @@
3999
3095
  "description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher.",
4000
3096
  "options": []
4001
3097
  },
4002
- "ion-refresher/theme": {
4003
- "type": "\"ios\" | \"md\" | \"ionic\"",
4004
- "description": "The theme determines the visual appearance of the component.",
4005
- "options": [
4006
- "ios",
4007
- "md",
4008
- "ionic"
4009
- ]
4010
- },
4011
- "ion-refresher-content/mode": {
4012
- "type": "\"ios\" | \"md\"",
4013
- "description": "The mode determines the platform behaviors of the component.",
4014
- "options": [
4015
- "ios",
4016
- "md"
4017
- ]
4018
- },
4019
3098
  "ion-refresher-content/pulling-icon": {
4020
3099
  "type": "null | string | undefined",
4021
3100
  "description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices.",
@@ -4046,71 +3125,11 @@
4046
3125
  "description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`&lt;Ionic&gt;`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
4047
3126
  "options": []
4048
3127
  },
4049
- "ion-refresher-content/theme": {
4050
- "type": "\"ios\" | \"md\" | \"ionic\"",
4051
- "description": "The theme determines the visual appearance of the component.",
4052
- "options": [
4053
- "ios",
4054
- "md",
4055
- "ionic"
4056
- ]
4057
- },
4058
- "ion-reorder/mode": {
4059
- "type": "\"ios\" | \"md\"",
4060
- "description": "The mode determines the platform behaviors of the component.",
4061
- "options": [
4062
- "ios",
4063
- "md"
4064
- ]
4065
- },
4066
- "ion-reorder/theme": {
4067
- "type": "\"ios\" | \"md\" | \"ionic\"",
4068
- "description": "The theme determines the visual appearance of the component.",
4069
- "options": [
4070
- "ios",
4071
- "md",
4072
- "ionic"
4073
- ]
4074
- },
4075
3128
  "ion-reorder-group/disabled": {
4076
3129
  "type": "boolean",
4077
3130
  "description": "If `true`, the reorder will be hidden.",
4078
3131
  "options": []
4079
3132
  },
4080
- "ion-reorder-group/mode": {
4081
- "type": "\"ios\" | \"md\"",
4082
- "description": "The mode determines the platform behaviors of the component.",
4083
- "options": [
4084
- "ios",
4085
- "md"
4086
- ]
4087
- },
4088
- "ion-reorder-group/theme": {
4089
- "type": "\"ios\" | \"md\" | \"ionic\"",
4090
- "description": "The theme determines the visual appearance of the component.",
4091
- "options": [
4092
- "ios",
4093
- "md",
4094
- "ionic"
4095
- ]
4096
- },
4097
- "ion-ripple-effect/mode": {
4098
- "type": "\"ios\" | \"md\"",
4099
- "description": "The mode determines the platform behaviors of the component.",
4100
- "options": [
4101
- "ios",
4102
- "md"
4103
- ]
4104
- },
4105
- "ion-ripple-effect/theme": {
4106
- "type": "\"ios\" | \"md\" | \"ionic\"",
4107
- "description": "The theme determines the visual appearance of the component.",
4108
- "options": [
4109
- "ios",
4110
- "md",
4111
- "ionic"
4112
- ]
4113
- },
4114
3133
  "ion-ripple-effect/type": {
4115
3134
  "type": "\"bounded\" | \"unbounded\"",
4116
3135
  "description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
@@ -4139,23 +3158,6 @@
4139
3158
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
4140
3159
  "options": []
4141
3160
  },
4142
- "ion-route/mode": {
4143
- "type": "\"ios\" | \"md\"",
4144
- "description": "The mode determines the platform behaviors of the component.",
4145
- "options": [
4146
- "ios",
4147
- "md"
4148
- ]
4149
- },
4150
- "ion-route/theme": {
4151
- "type": "\"ios\" | \"md\" | \"ionic\"",
4152
- "description": "The theme determines the visual appearance of the component.",
4153
- "options": [
4154
- "ios",
4155
- "md",
4156
- "ionic"
4157
- ]
4158
- },
4159
3161
  "ion-route/url": {
4160
3162
  "type": "string",
4161
3163
  "description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props.",
@@ -4171,28 +3173,11 @@
4171
3173
  "description": "A redirect route, redirects \"from\" a URL \"to\" another URL. This property is that \"to\" URL.\nWhen the defined `ion-route-redirect` rule matches, the router will redirect to the path\nspecified in this property.\n\nThe value of this property is always an absolute path inside the scope of routes defined in\n`ion-router` it can't be used with another router or to perform a redirection to a different domain.\n\nNote that this is a virtual redirect, it will not cause a real browser refresh, again, it's\na redirect inside the context of ion-router.\n\nWhen this property is not specified or his value is `undefined` the whole redirect route is noop,\neven if the \"from\" value matches.",
4172
3174
  "options": []
4173
3175
  },
4174
- "ion-router/mode": {
4175
- "type": "\"ios\" | \"md\"",
4176
- "description": "The mode determines the platform behaviors of the component.",
4177
- "options": [
4178
- "ios",
4179
- "md"
4180
- ]
4181
- },
4182
3176
  "ion-router/root": {
4183
3177
  "type": "string",
4184
3178
  "description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths.",
4185
3179
  "options": []
4186
3180
  },
4187
- "ion-router/theme": {
4188
- "type": "\"ios\" | \"md\" | \"ionic\"",
4189
- "description": "The theme determines the visual appearance of the component.",
4190
- "options": [
4191
- "ios",
4192
- "md",
4193
- "ionic"
4194
- ]
4195
- },
4196
3181
  "ion-router/use-hash": {
4197
3182
  "type": "boolean",
4198
3183
  "description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs.",
@@ -4218,14 +3203,6 @@
4218
3203
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
4219
3204
  "options": []
4220
3205
  },
4221
- "ion-router-link/mode": {
4222
- "type": "\"ios\" | \"md\"",
4223
- "description": "The mode determines the platform behaviors of the component.",
4224
- "options": [
4225
- "ios",
4226
- "md"
4227
- ]
4228
- },
4229
3206
  "ion-router-link/rel": {
4230
3207
  "type": "string | undefined",
4231
3208
  "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
@@ -4250,15 +3227,6 @@
4250
3227
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
4251
3228
  "options": []
4252
3229
  },
4253
- "ion-router-link/theme": {
4254
- "type": "\"ios\" | \"md\" | \"ionic\"",
4255
- "description": "The theme determines the visual appearance of the component.",
4256
- "options": [
4257
- "ios",
4258
- "md",
4259
- "ionic"
4260
- ]
4261
- },
4262
3230
  "ion-router-outlet/animated": {
4263
3231
  "type": "boolean",
4264
3232
  "description": "If `true`, the router-outlet should animate the transition of components.",
@@ -4271,38 +3239,12 @@
4271
3239
  },
4272
3240
  "ion-router-outlet/mode": {
4273
3241
  "type": "\"ios\" | \"md\"",
4274
- "description": "The mode determines the platform behaviors of the component.",
4275
- "options": [
4276
- "ios",
4277
- "md"
4278
- ]
4279
- },
4280
- "ion-router-outlet/theme": {
4281
- "type": "\"ios\" | \"md\" | \"ionic\"",
4282
- "description": "The theme determines the visual appearance of the component.",
4283
- "options": [
4284
- "ios",
4285
- "md",
4286
- "ionic"
4287
- ]
4288
- },
4289
- "ion-row/mode": {
4290
- "type": "\"ios\" | \"md\"",
4291
- "description": "The mode determines the platform behaviors of the component.",
3242
+ "description": "The mode determines which platform styles to use.",
4292
3243
  "options": [
4293
3244
  "ios",
4294
3245
  "md"
4295
3246
  ]
4296
3247
  },
4297
- "ion-row/theme": {
4298
- "type": "\"ios\" | \"md\" | \"ionic\"",
4299
- "description": "The theme determines the visual appearance of the component.",
4300
- "options": [
4301
- "ios",
4302
- "md",
4303
- "ionic"
4304
- ]
4305
- },
4306
3248
  "ion-searchbar/animated": {
4307
3249
  "type": "boolean",
4308
3250
  "description": "If `true`, enable searchbar animation.",
@@ -4314,61 +3256,61 @@
4314
3256
  "options": []
4315
3257
  },
4316
3258
  "ion-searchbar/autocomplete": {
4317
- "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\"",
3259
+ "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\"",
4318
3260
  "description": "Set the input's autocomplete property.",
4319
3261
  "options": [
4320
3262
  "name",
3263
+ "email",
3264
+ "tel",
4321
3265
  "url",
4322
- "off",
4323
3266
  "on",
3267
+ "off",
3268
+ "honorific-prefix",
3269
+ "given-name",
4324
3270
  "additional-name",
4325
- "address-level1",
4326
- "address-level2",
4327
- "address-level3",
4328
- "address-level4",
3271
+ "family-name",
3272
+ "honorific-suffix",
3273
+ "nickname",
3274
+ "username",
3275
+ "new-password",
3276
+ "current-password",
3277
+ "one-time-code",
3278
+ "organization-title",
3279
+ "organization",
3280
+ "street-address",
4329
3281
  "address-line1",
4330
3282
  "address-line2",
4331
3283
  "address-line3",
4332
- "bday-day",
4333
- "bday-month",
4334
- "bday-year",
4335
- "cc-csc",
3284
+ "address-level4",
3285
+ "address-level3",
3286
+ "address-level2",
3287
+ "address-level1",
3288
+ "country",
3289
+ "country-name",
3290
+ "postal-code",
3291
+ "cc-name",
3292
+ "cc-given-name",
3293
+ "cc-additional-name",
3294
+ "cc-family-name",
3295
+ "cc-number",
4336
3296
  "cc-exp",
4337
3297
  "cc-exp-month",
4338
3298
  "cc-exp-year",
4339
- "cc-family-name",
4340
- "cc-given-name",
4341
- "cc-name",
4342
- "cc-number",
3299
+ "cc-csc",
4343
3300
  "cc-type",
4344
- "country",
4345
- "country-name",
4346
- "current-password",
4347
- "family-name",
4348
- "given-name",
4349
- "honorific-prefix",
4350
- "honorific-suffix",
4351
- "new-password",
4352
- "one-time-code",
4353
- "organization",
4354
- "postal-code",
4355
- "street-address",
4356
- "transaction-amount",
4357
3301
  "transaction-currency",
4358
- "username",
4359
- "email",
4360
- "tel",
4361
- "tel-area-code",
4362
- "tel-country-code",
4363
- "tel-extension",
4364
- "tel-local",
4365
- "tel-national",
4366
- "nickname",
4367
- "organization-title",
4368
- "cc-additional-name",
3302
+ "transaction-amount",
4369
3303
  "language",
4370
3304
  "bday",
3305
+ "bday-day",
3306
+ "bday-month",
3307
+ "bday-year",
4371
3308
  "sex",
3309
+ "tel-country-code",
3310
+ "tel-national",
3311
+ "tel-area-code",
3312
+ "tel-local",
3313
+ "tel-extension",
4372
3314
  "impp",
4373
3315
  "photo"
4374
3316
  ]
@@ -4382,18 +3324,18 @@
4382
3324
  ]
4383
3325
  },
4384
3326
  "ion-searchbar/cancel-button-icon": {
4385
- "type": "string | undefined",
4386
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
3327
+ "type": "string",
3328
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
4387
3329
  "options": []
4388
3330
  },
4389
3331
  "ion-searchbar/cancel-button-text": {
4390
3332
  "type": "string",
4391
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
3333
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
4392
3334
  "options": []
4393
3335
  },
4394
3336
  "ion-searchbar/clear-icon": {
4395
3337
  "type": "string | undefined",
4396
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
3338
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
4397
3339
  "options": []
4398
3340
  },
4399
3341
  "ion-searchbar/color": {
@@ -4460,7 +3402,7 @@
4460
3402
  },
4461
3403
  "ion-searchbar/mode": {
4462
3404
  "type": "\"ios\" | \"md\"",
4463
- "description": "The mode determines the platform behaviors of the component.",
3405
+ "description": "The mode determines which platform styles to use.",
4464
3406
  "options": [
4465
3407
  "ios",
4466
3408
  "md"
@@ -4477,19 +3419,10 @@
4477
3419
  "options": []
4478
3420
  },
4479
3421
  "ion-searchbar/search-icon": {
4480
- "type": "boolean | string | undefined",
4481
- "description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
3422
+ "type": "string | undefined",
3423
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
4482
3424
  "options": []
4483
3425
  },
4484
- "ion-searchbar/shape": {
4485
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4486
- "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.",
4487
- "options": [
4488
- "rectangular",
4489
- "round",
4490
- "soft"
4491
- ]
4492
- },
4493
3426
  "ion-searchbar/show-cancel-button": {
4494
3427
  "type": "\"always\" | \"focus\" | \"never\"",
4495
3428
  "description": "Sets the behavior for the cancel button. Defaults to `\"never\"`.\nSetting to `\"focus\"` shows the cancel button on focus.\nSetting to `\"never\"` hides the cancel button.\nSetting to `\"always\"` shows the cancel button regardless\nof focus state.",
@@ -4508,29 +3441,11 @@
4508
3441
  "never"
4509
3442
  ]
4510
3443
  },
4511
- "ion-searchbar/size": {
4512
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4513
- "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.",
4514
- "options": [
4515
- "large",
4516
- "medium",
4517
- "small"
4518
- ]
4519
- },
4520
3444
  "ion-searchbar/spellcheck": {
4521
3445
  "type": "boolean",
4522
3446
  "description": "If `true`, enable spellcheck on the input.",
4523
3447
  "options": []
4524
3448
  },
4525
- "ion-searchbar/theme": {
4526
- "type": "\"ios\" | \"md\" | \"ionic\"",
4527
- "description": "The theme determines the visual appearance of the component.",
4528
- "options": [
4529
- "ios",
4530
- "md",
4531
- "ionic"
4532
- ]
4533
- },
4534
3449
  "ion-searchbar/type": {
4535
3450
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
4536
3451
  "description": "Set the type of the input.",
@@ -4571,7 +3486,7 @@
4571
3486
  },
4572
3487
  "ion-segment/mode": {
4573
3488
  "type": "\"ios\" | \"md\"",
4574
- "description": "The mode determines the platform behaviors of the component.",
3489
+ "description": "The mode determines which platform styles to use.",
4575
3490
  "options": [
4576
3491
  "ios",
4577
3492
  "md"
@@ -4592,15 +3507,6 @@
4592
3507
  "description": "If `true`, users will be able to swipe between segment buttons to activate them.",
4593
3508
  "options": []
4594
3509
  },
4595
- "ion-segment/theme": {
4596
- "type": "\"ios\" | \"md\" | \"ionic\"",
4597
- "description": "The theme determines the visual appearance of the component.",
4598
- "options": [
4599
- "ios",
4600
- "md",
4601
- "ionic"
4602
- ]
4603
- },
4604
3510
  "ion-segment/value": {
4605
3511
  "type": "number | string | undefined",
4606
3512
  "description": "the value of the segment.",
@@ -4630,21 +3536,12 @@
4630
3536
  },
4631
3537
  "ion-segment-button/mode": {
4632
3538
  "type": "\"ios\" | \"md\"",
4633
- "description": "The mode determines the platform behaviors of the component.",
3539
+ "description": "The mode determines which platform styles to use.",
4634
3540
  "options": [
4635
3541
  "ios",
4636
3542
  "md"
4637
3543
  ]
4638
3544
  },
4639
- "ion-segment-button/theme": {
4640
- "type": "\"ios\" | \"md\" | \"ionic\"",
4641
- "description": "The theme determines the visual appearance of the component.",
4642
- "options": [
4643
- "ios",
4644
- "md",
4645
- "ionic"
4646
- ]
4647
- },
4648
3545
  "ion-segment-button/type": {
4649
3546
  "type": "\"button\" | \"reset\" | \"submit\"",
4650
3547
  "description": "The type of the button.",
@@ -4701,12 +3598,12 @@
4701
3598
  },
4702
3599
  "ion-select/expanded-icon": {
4703
3600
  "type": "string | undefined",
4704
- "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.",
3601
+ "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.",
4705
3602
  "options": []
4706
3603
  },
4707
3604
  "ion-select/fill": {
4708
3605
  "type": "\"outline\" | \"solid\" | undefined",
4709
- "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.",
3606
+ "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.",
4710
3607
  "options": [
4711
3608
  "outline",
4712
3609
  "solid"
@@ -4759,7 +3656,7 @@
4759
3656
  },
4760
3657
  "ion-select/mode": {
4761
3658
  "type": "\"ios\" | \"md\"",
4762
- "description": "The mode determines the platform behaviors of the component.",
3659
+ "description": "The mode determines which platform styles to use.",
4763
3660
  "options": [
4764
3661
  "ios",
4765
3662
  "md"
@@ -4796,35 +3693,15 @@
4796
3693
  "options": []
4797
3694
  },
4798
3695
  "ion-select/shape": {
4799
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4800
- "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.",
4801
- "options": [
4802
- "rectangular",
4803
- "round",
4804
- "soft"
4805
- ]
4806
- },
4807
- "ion-select/size": {
4808
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4809
- "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.",
4810
- "options": [
4811
- "large",
4812
- "medium",
4813
- "small"
4814
- ]
4815
- },
4816
- "ion-select/theme": {
4817
- "type": "\"ios\" | \"md\" | \"ionic\"",
4818
- "description": "The theme determines the visual appearance of the component.",
3696
+ "type": "\"round\" | undefined",
3697
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
4819
3698
  "options": [
4820
- "ios",
4821
- "md",
4822
- "ionic"
3699
+ "round"
4823
3700
  ]
4824
3701
  },
4825
3702
  "ion-select/toggle-icon": {
4826
3703
  "type": "string | undefined",
4827
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
3704
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
4828
3705
  "options": []
4829
3706
  },
4830
3707
  "ion-select/value": {
@@ -4852,23 +3729,6 @@
4852
3729
  "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.",
4853
3730
  "options": []
4854
3731
  },
4855
- "ion-select-option/mode": {
4856
- "type": "\"ios\" | \"md\"",
4857
- "description": "The mode determines the platform behaviors of the component.",
4858
- "options": [
4859
- "ios",
4860
- "md"
4861
- ]
4862
- },
4863
- "ion-select-option/theme": {
4864
- "type": "\"ios\" | \"md\" | \"ionic\"",
4865
- "description": "The theme determines the visual appearance of the component.",
4866
- "options": [
4867
- "ios",
4868
- "md",
4869
- "ionic"
4870
- ]
4871
- },
4872
3732
  "ion-select-option/value": {
4873
3733
  "type": "any",
4874
3734
  "description": "The text value of the option.",
@@ -4879,23 +3739,6 @@
4879
3739
  "description": "If `true`, the skeleton text will animate.",
4880
3740
  "options": []
4881
3741
  },
4882
- "ion-skeleton-text/mode": {
4883
- "type": "\"ios\" | \"md\"",
4884
- "description": "The mode determines the platform behaviors of the component.",
4885
- "options": [
4886
- "ios",
4887
- "md"
4888
- ]
4889
- },
4890
- "ion-skeleton-text/theme": {
4891
- "type": "\"ios\" | \"md\" | \"ionic\"",
4892
- "description": "The theme determines the visual appearance of the component.",
4893
- "options": [
4894
- "ios",
4895
- "md",
4896
- "ionic"
4897
- ]
4898
- },
4899
3742
  "ion-spinner/color": {
4900
3743
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4901
3744
  "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).",
@@ -4916,14 +3759,6 @@
4916
3759
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
4917
3760
  "options": []
4918
3761
  },
4919
- "ion-spinner/mode": {
4920
- "type": "\"ios\" | \"md\"",
4921
- "description": "The mode determines the platform behaviors of the component.",
4922
- "options": [
4923
- "ios",
4924
- "md"
4925
- ]
4926
- },
4927
3762
  "ion-spinner/name": {
4928
3763
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
4929
3764
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -4944,26 +3779,6 @@
4944
3779
  "description": "If `true`, the spinner's animation will be paused.",
4945
3780
  "options": []
4946
3781
  },
4947
- "ion-spinner/size": {
4948
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
4949
- "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.",
4950
- "options": [
4951
- "large",
4952
- "medium",
4953
- "small",
4954
- "xlarge",
4955
- "xsmall"
4956
- ]
4957
- },
4958
- "ion-spinner/theme": {
4959
- "type": "\"ios\" | \"md\" | \"ionic\"",
4960
- "description": "The theme determines the visual appearance of the component.",
4961
- "options": [
4962
- "ios",
4963
- "md",
4964
- "ionic"
4965
- ]
4966
- },
4967
3782
  "ion-split-pane/content-id": {
4968
3783
  "type": "string | undefined",
4969
3784
  "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`.",
@@ -4974,23 +3789,6 @@
4974
3789
  "description": "If `true`, the split pane will be hidden.",
4975
3790
  "options": []
4976
3791
  },
4977
- "ion-split-pane/mode": {
4978
- "type": "\"ios\" | \"md\"",
4979
- "description": "The mode determines the platform behaviors of the component.",
4980
- "options": [
4981
- "ios",
4982
- "md"
4983
- ]
4984
- },
4985
- "ion-split-pane/theme": {
4986
- "type": "\"ios\" | \"md\" | \"ionic\"",
4987
- "description": "The theme determines the visual appearance of the component.",
4988
- "options": [
4989
- "ios",
4990
- "md",
4991
- "ionic"
4992
- ]
4993
- },
4994
3792
  "ion-split-pane/when": {
4995
3793
  "type": "boolean | string",
4996
3794
  "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.",
@@ -5001,28 +3799,11 @@
5001
3799
  "description": "The component to display inside of the tab.",
5002
3800
  "options": []
5003
3801
  },
5004
- "ion-tab/mode": {
5005
- "type": "\"ios\" | \"md\"",
5006
- "description": "The mode determines the platform behaviors of the component.",
5007
- "options": [
5008
- "ios",
5009
- "md"
5010
- ]
5011
- },
5012
3802
  "ion-tab/tab": {
5013
3803
  "type": "string",
5014
3804
  "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.",
5015
3805
  "options": []
5016
3806
  },
5017
- "ion-tab/theme": {
5018
- "type": "\"ios\" | \"md\" | \"ionic\"",
5019
- "description": "The theme determines the visual appearance of the component.",
5020
- "options": [
5021
- "ios",
5022
- "md",
5023
- "ionic"
5024
- ]
5025
- },
5026
3807
  "ion-tab-bar/color": {
5027
3808
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5028
3809
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -5038,17 +3819,9 @@
5038
3819
  "warning"
5039
3820
  ]
5040
3821
  },
5041
- "ion-tab-bar/expand": {
5042
- "type": "\"compact\" | \"full\"",
5043
- "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\"`.",
5044
- "options": [
5045
- "compact",
5046
- "full"
5047
- ]
5048
- },
5049
3822
  "ion-tab-bar/mode": {
5050
3823
  "type": "\"ios\" | \"md\"",
5051
- "description": "The mode determines the platform behaviors of the component.",
3824
+ "description": "The mode determines which platform styles to use.",
5052
3825
  "options": [
5053
3826
  "ios",
5054
3827
  "md"
@@ -5059,27 +3832,9 @@
5059
3832
  "description": "The selected tab component",
5060
3833
  "options": []
5061
3834
  },
5062
- "ion-tab-bar/shape": {
5063
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5064
- "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.",
5065
- "options": [
5066
- "rectangular",
5067
- "round",
5068
- "soft"
5069
- ]
5070
- },
5071
- "ion-tab-bar/theme": {
5072
- "type": "\"ios\" | \"md\" | \"ionic\"",
5073
- "description": "The theme determines the visual appearance of the component.",
5074
- "options": [
5075
- "ios",
5076
- "md",
5077
- "ionic"
5078
- ]
5079
- },
5080
3835
  "ion-tab-bar/translucent": {
5081
3836
  "type": "boolean",
5082
- "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).",
3837
+ "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).",
5083
3838
  "options": []
5084
3839
  },
5085
3840
  "ion-tab-button/disabled": {
@@ -5111,7 +3866,7 @@
5111
3866
  },
5112
3867
  "ion-tab-button/mode": {
5113
3868
  "type": "\"ios\" | \"md\"",
5114
- "description": "The mode determines the platform behaviors of the component.",
3869
+ "description": "The mode determines which platform styles to use.",
5115
3870
  "options": [
5116
3871
  "ios",
5117
3872
  "md"
@@ -5127,15 +3882,6 @@
5127
3882
  "description": "The selected tab component",
5128
3883
  "options": []
5129
3884
  },
5130
- "ion-tab-button/shape": {
5131
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5132
- "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.",
5133
- "options": [
5134
- "rectangular",
5135
- "round",
5136
- "soft"
5137
- ]
5138
- },
5139
3885
  "ion-tab-button/tab": {
5140
3886
  "type": "string | undefined",
5141
3887
  "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.",
@@ -5146,32 +3892,6 @@
5146
3892
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
5147
3893
  "options": []
5148
3894
  },
5149
- "ion-tab-button/theme": {
5150
- "type": "\"ios\" | \"md\" | \"ionic\"",
5151
- "description": "The theme determines the visual appearance of the component.",
5152
- "options": [
5153
- "ios",
5154
- "md",
5155
- "ionic"
5156
- ]
5157
- },
5158
- "ion-tabs/mode": {
5159
- "type": "\"ios\" | \"md\"",
5160
- "description": "The mode determines the platform behaviors of the component.",
5161
- "options": [
5162
- "ios",
5163
- "md"
5164
- ]
5165
- },
5166
- "ion-tabs/theme": {
5167
- "type": "\"ios\" | \"md\" | \"ionic\"",
5168
- "description": "The theme determines the visual appearance of the component.",
5169
- "options": [
5170
- "ios",
5171
- "md",
5172
- "ionic"
5173
- ]
5174
- },
5175
3895
  "ion-text/color": {
5176
3896
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5177
3897
  "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).",
@@ -5189,21 +3909,12 @@
5189
3909
  },
5190
3910
  "ion-text/mode": {
5191
3911
  "type": "\"ios\" | \"md\"",
5192
- "description": "The mode determines the platform behaviors of the component.",
3912
+ "description": "The mode determines which platform styles to use.",
5193
3913
  "options": [
5194
3914
  "ios",
5195
3915
  "md"
5196
3916
  ]
5197
3917
  },
5198
- "ion-text/theme": {
5199
- "type": "\"ios\" | \"md\" | \"ionic\"",
5200
- "description": "The theme determines the visual appearance of the component.",
5201
- "options": [
5202
- "ios",
5203
- "md",
5204
- "ionic"
5205
- ]
5206
- },
5207
3918
  "ion-textarea/auto-grow": {
5208
3919
  "type": "boolean",
5209
3920
  "description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
@@ -5284,7 +3995,7 @@
5284
3995
  },
5285
3996
  "ion-textarea/fill": {
5286
3997
  "type": "\"outline\" | \"solid\" | undefined",
5287
- "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\"`.",
3998
+ "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.",
5288
3999
  "options": [
5289
4000
  "outline",
5290
4001
  "solid"
@@ -5337,7 +4048,7 @@
5337
4048
  },
5338
4049
  "ion-textarea/mode": {
5339
4050
  "type": "\"ios\" | \"md\"",
5340
- "description": "The mode determines the platform behaviors of the component.",
4051
+ "description": "The mode determines which platform styles to use.",
5341
4052
  "options": [
5342
4053
  "ios",
5343
4054
  "md"
@@ -5369,21 +4080,10 @@
5369
4080
  "options": []
5370
4081
  },
5371
4082
  "ion-textarea/shape": {
5372
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5373
- "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.",
5374
- "options": [
5375
- "rectangular",
5376
- "round",
5377
- "soft"
5378
- ]
5379
- },
5380
- "ion-textarea/size": {
5381
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
5382
- "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.",
4083
+ "type": "\"round\" | undefined",
4084
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
5383
4085
  "options": [
5384
- "large",
5385
- "medium",
5386
- "small"
4086
+ "round"
5387
4087
  ]
5388
4088
  },
5389
4089
  "ion-textarea/spellcheck": {
@@ -5391,15 +4091,6 @@
5391
4091
  "description": "If `true`, the element will have its spelling and grammar checked.",
5392
4092
  "options": []
5393
4093
  },
5394
- "ion-textarea/theme": {
5395
- "type": "\"ios\" | \"md\" | \"ionic\"",
5396
- "description": "The theme determines the visual appearance of the component.",
5397
- "options": [
5398
- "ios",
5399
- "md",
5400
- "ionic"
5401
- ]
5402
- },
5403
4094
  "ion-textarea/value": {
5404
4095
  "type": "null | string | undefined",
5405
4096
  "description": "The value of the textarea.",
@@ -5414,23 +4105,6 @@
5414
4105
  "soft"
5415
4106
  ]
5416
4107
  },
5417
- "ion-thumbnail/mode": {
5418
- "type": "\"ios\" | \"md\"",
5419
- "description": "The mode determines the platform behaviors of the component.",
5420
- "options": [
5421
- "ios",
5422
- "md"
5423
- ]
5424
- },
5425
- "ion-thumbnail/theme": {
5426
- "type": "\"ios\" | \"md\" | \"ionic\"",
5427
- "description": "The theme determines the visual appearance of the component.",
5428
- "options": [
5429
- "ios",
5430
- "md",
5431
- "ionic"
5432
- ]
5433
- },
5434
4108
  "ion-title/color": {
5435
4109
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5436
4110
  "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).",
@@ -5446,14 +4120,6 @@
5446
4120
  "warning"
5447
4121
  ]
5448
4122
  },
5449
- "ion-title/mode": {
5450
- "type": "\"ios\" | \"md\"",
5451
- "description": "The mode determines the platform behaviors of the component.",
5452
- "options": [
5453
- "ios",
5454
- "md"
5455
- ]
5456
- },
5457
4123
  "ion-title/size": {
5458
4124
  "type": "\"large\" | \"small\" | undefined",
5459
4125
  "description": "The size of the toolbar title.",
@@ -5462,15 +4128,6 @@
5462
4128
  "small"
5463
4129
  ]
5464
4130
  },
5465
- "ion-title/theme": {
5466
- "type": "\"ios\" | \"md\" | \"ionic\"",
5467
- "description": "The theme determines the visual appearance of the component.",
5468
- "options": [
5469
- "ios",
5470
- "md",
5471
- "ionic"
5472
- ]
5473
- },
5474
4131
  "ion-toast/animated": {
5475
4132
  "type": "boolean",
5476
4133
  "description": "If `true`, the toast will animate.",
@@ -5521,14 +4178,6 @@
5521
4178
  "description": "Additional attributes to pass to the toast.",
5522
4179
  "options": []
5523
4180
  },
5524
- "ion-toast/hue": {
5525
- "type": "\"bold\" | \"subtle\" | undefined",
5526
- "description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
5527
- "options": [
5528
- "bold",
5529
- "subtle"
5530
- ]
5531
- },
5532
4181
  "ion-toast/icon": {
5533
4182
  "type": "string | undefined",
5534
4183
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -5564,7 +4213,7 @@
5564
4213
  },
5565
4214
  "ion-toast/mode": {
5566
4215
  "type": "\"ios\" | \"md\"",
5567
- "description": "The mode determines the platform behaviors of the component.",
4216
+ "description": "The mode determines which platform styles to use.",
5568
4217
  "options": [
5569
4218
  "ios",
5570
4219
  "md"
@@ -5584,15 +4233,6 @@
5584
4233
  "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.",
5585
4234
  "options": []
5586
4235
  },
5587
- "ion-toast/shape": {
5588
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5589
- "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.",
5590
- "options": [
5591
- "rectangular",
5592
- "round",
5593
- "soft"
5594
- ]
5595
- },
5596
4236
  "ion-toast/swipe-gesture": {
5597
4237
  "type": "\"vertical\" | undefined",
5598
4238
  "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.",
@@ -5600,18 +4240,9 @@
5600
4240
  "vertical"
5601
4241
  ]
5602
4242
  },
5603
- "ion-toast/theme": {
5604
- "type": "\"ios\" | \"md\" | \"ionic\"",
5605
- "description": "The theme determines the visual appearance of the component.",
5606
- "options": [
5607
- "ios",
5608
- "md",
5609
- "ionic"
5610
- ]
5611
- },
5612
4243
  "ion-toast/translucent": {
5613
4244
  "type": "boolean",
5614
- "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).",
4245
+ "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).",
5615
4246
  "options": []
5616
4247
  },
5617
4248
  "ion-toast/trigger": {
@@ -5688,7 +4319,7 @@
5688
4319
  },
5689
4320
  "ion-toggle/mode": {
5690
4321
  "type": "\"ios\" | \"md\"",
5691
- "description": "The mode determines the platform behaviors of the component.",
4322
+ "description": "The mode determines which platform styles to use.",
5692
4323
  "options": [
5693
4324
  "ios",
5694
4325
  "md"
@@ -5704,15 +4335,6 @@
5704
4335
  "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.",
5705
4336
  "options": []
5706
4337
  },
5707
- "ion-toggle/theme": {
5708
- "type": "\"ios\" | \"md\" | \"ionic\"",
5709
- "description": "The theme determines the visual appearance of the component.",
5710
- "options": [
5711
- "ios",
5712
- "md",
5713
- "ionic"
5714
- ]
5715
- },
5716
4338
  "ion-toggle/value": {
5717
4339
  "type": "null | string | undefined",
5718
4340
  "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>`.",
@@ -5735,19 +4357,10 @@
5735
4357
  },
5736
4358
  "ion-toolbar/mode": {
5737
4359
  "type": "\"ios\" | \"md\"",
5738
- "description": "The mode determines the platform behaviors of the component.",
4360
+ "description": "The mode determines which platform styles to use.",
5739
4361
  "options": [
5740
4362
  "ios",
5741
4363
  "md"
5742
4364
  ]
5743
- },
5744
- "ion-toolbar/theme": {
5745
- "type": "\"ios\" | \"md\" | \"ionic\"",
5746
- "description": "The theme determines the visual appearance of the component.",
5747
- "options": [
5748
- "ios",
5749
- "md",
5750
- "ionic"
5751
- ]
5752
4365
  }
5753
4366
  }