@ionic/vue 8.5.5-dev.11747843377.1fcc3e84 → 8.5.5-dev.11751410458.1a42e1a2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +158 -189
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/proxies.d.ts +0 -1
  33. package/dist/vetur/attributes.json +176 -1563
  34. package/dist/vetur/tags.json +45 -216
  35. package/dist/web-types.json +127 -1485
  36. package/package.json +2 -2
  37. package/css/ionic/bundle.ionic.css +0 -1
  38. package/css/ionic/bundle.ionic.css.map +0 -1
  39. package/css/ionic/core.ionic.css +0 -1
  40. package/css/ionic/core.ionic.css.map +0 -1
  41. package/css/ionic/global.bundle.ionic.css +0 -1
  42. package/css/ionic/global.bundle.ionic.css.map +0 -1
  43. package/css/ionic/ionic-swiper.ionic.css +0 -1
  44. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  45. package/css/ionic/link.ionic.css +0 -1
  46. package/css/ionic/link.ionic.css.map +0 -1
  47. package/css/ionic/structure.ionic.css +0 -1
  48. package/css/ionic/structure.ionic.css.map +0 -1
  49. package/css/ionic/typography.ionic.css +0 -1
  50. package/css/ionic/typography.ionic.css.map +0 -1
  51. package/css/ionic/utils.bundle.ionic.css +0 -1
  52. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "ion-accordion/mode": {
8
8
  "type": "\"ios\" | \"md\"",
9
- "description": "The mode determines the platform behaviors of the component.",
9
+ "description": "The mode determines which platform styles to use.",
10
10
  "options": [
11
11
  "ios",
12
12
  "md"
@@ -17,17 +17,8 @@
17
17
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity.",
18
18
  "options": []
19
19
  },
20
- "ion-accordion/theme": {
21
- "type": "\"ios\" | \"md\" | \"ionic\"",
22
- "description": "The theme determines the visual appearance of the component.",
23
- "options": [
24
- "ios",
25
- "md",
26
- "ionic"
27
- ]
28
- },
29
20
  "ion-accordion/toggle-icon": {
30
- "type": "string | undefined",
21
+ "type": "string",
31
22
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
32
23
  "options": []
33
24
  },
@@ -64,7 +55,7 @@
64
55
  },
65
56
  "ion-accordion-group/mode": {
66
57
  "type": "\"ios\" | \"md\"",
67
- "description": "The mode determines the platform behaviors of the component.",
58
+ "description": "The mode determines which platform styles to use.",
68
59
  "options": [
69
60
  "ios",
70
61
  "md"
@@ -80,24 +71,6 @@
80
71
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
81
72
  "options": []
82
73
  },
83
- "ion-accordion-group/shape": {
84
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
85
- "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
86
- "options": [
87
- "rectangular",
88
- "round",
89
- "soft"
90
- ]
91
- },
92
- "ion-accordion-group/theme": {
93
- "type": "\"ios\" | \"md\" | \"ionic\"",
94
- "description": "The theme determines the visual appearance of the component.",
95
- "options": [
96
- "ios",
97
- "md",
98
- "ionic"
99
- ]
100
- },
101
74
  "ion-accordion-group/value": {
102
75
  "type": "null | string | string[] | undefined",
103
76
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -155,7 +128,7 @@
155
128
  },
156
129
  "ion-action-sheet/mode": {
157
130
  "type": "\"ios\" | \"md\"",
158
- "description": "The mode determines the platform behaviors of the component.",
131
+ "description": "The mode determines which platform styles to use.",
159
132
  "options": [
160
133
  "ios",
161
134
  "md"
@@ -166,18 +139,9 @@
166
139
  "description": "Subtitle for the action sheet.",
167
140
  "options": []
168
141
  },
169
- "ion-action-sheet/theme": {
170
- "type": "\"ios\" | \"md\" | \"ionic\"",
171
- "description": "The theme determines the visual appearance of the component.",
172
- "options": [
173
- "ios",
174
- "md",
175
- "ionic"
176
- ]
177
- },
178
142
  "ion-action-sheet/translucent": {
179
143
  "type": "boolean",
180
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
144
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
181
145
  "options": []
182
146
  },
183
147
  "ion-action-sheet/trigger": {
@@ -247,7 +211,7 @@
247
211
  },
248
212
  "ion-alert/mode": {
249
213
  "type": "\"ios\" | \"md\"",
250
- "description": "The mode determines the platform behaviors of the component.",
214
+ "description": "The mode determines which platform styles to use.",
251
215
  "options": [
252
216
  "ios",
253
217
  "md"
@@ -258,18 +222,9 @@
258
222
  "description": "The subtitle in the heading of the alert. Displayed under the title.",
259
223
  "options": []
260
224
  },
261
- "ion-alert/theme": {
262
- "type": "\"ios\" | \"md\" | \"ionic\"",
263
- "description": "The theme determines the visual appearance of the component.",
264
- "options": [
265
- "ios",
266
- "md",
267
- "ionic"
268
- ]
269
- },
270
225
  "ion-alert/translucent": {
271
226
  "type": "boolean",
272
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
227
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
273
228
  "options": []
274
229
  },
275
230
  "ion-alert/trigger": {
@@ -277,66 +232,6 @@
277
232
  "description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
278
233
  "options": []
279
234
  },
280
- "ion-app/mode": {
281
- "type": "\"ios\" | \"md\"",
282
- "description": "The mode determines the platform behaviors of the component.",
283
- "options": [
284
- "ios",
285
- "md"
286
- ]
287
- },
288
- "ion-app/theme": {
289
- "type": "\"ios\" | \"md\" | \"ionic\"",
290
- "description": "The theme determines the visual appearance of the component.",
291
- "options": [
292
- "ios",
293
- "md",
294
- "ionic"
295
- ]
296
- },
297
- "ion-avatar/disabled": {
298
- "type": "boolean",
299
- "description": "If `true`, the user cannot interact with the avatar.",
300
- "options": []
301
- },
302
- "ion-avatar/mode": {
303
- "type": "\"ios\" | \"md\"",
304
- "description": "The mode determines the platform behaviors of the component.",
305
- "options": [
306
- "ios",
307
- "md"
308
- ]
309
- },
310
- "ion-avatar/shape": {
311
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
312
- "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
313
- "options": [
314
- "rectangular",
315
- "round",
316
- "soft"
317
- ]
318
- },
319
- "ion-avatar/size": {
320
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
321
- "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
322
- "options": [
323
- "large",
324
- "medium",
325
- "small",
326
- "xlarge",
327
- "xsmall",
328
- "xxsmall"
329
- ]
330
- },
331
- "ion-avatar/theme": {
332
- "type": "\"ios\" | \"md\" | \"ionic\"",
333
- "description": "The theme determines the visual appearance of the component.",
334
- "options": [
335
- "ios",
336
- "md",
337
- "ionic"
338
- ]
339
- },
340
235
  "ion-back-button/color": {
341
236
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
342
237
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -369,7 +264,7 @@
369
264
  },
370
265
  "ion-back-button/mode": {
371
266
  "type": "\"ios\" | \"md\"",
372
- "description": "The mode determines the platform behaviors of the component.",
267
+ "description": "The mode determines which platform styles to use.",
373
268
  "options": [
374
269
  "ios",
375
270
  "md"
@@ -385,15 +280,6 @@
385
280
  "description": "The text to display in the back button.",
386
281
  "options": []
387
282
  },
388
- "ion-back-button/theme": {
389
- "type": "\"ios\" | \"md\" | \"ionic\"",
390
- "description": "The theme determines the visual appearance of the component.",
391
- "options": [
392
- "ios",
393
- "md",
394
- "ionic"
395
- ]
396
- },
397
283
  "ion-back-button/type": {
398
284
  "type": "\"button\" | \"reset\" | \"submit\"",
399
285
  "description": "The type of the button.",
@@ -403,14 +289,6 @@
403
289
  "submit"
404
290
  ]
405
291
  },
406
- "ion-backdrop/mode": {
407
- "type": "\"ios\" | \"md\"",
408
- "description": "The mode determines the platform behaviors of the component.",
409
- "options": [
410
- "ios",
411
- "md"
412
- ]
413
- },
414
292
  "ion-backdrop/stop-propagation": {
415
293
  "type": "boolean",
416
294
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -421,15 +299,6 @@
421
299
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
422
300
  "options": []
423
301
  },
424
- "ion-backdrop/theme": {
425
- "type": "\"ios\" | \"md\" | \"ionic\"",
426
- "description": "The theme determines the visual appearance of the component.",
427
- "options": [
428
- "ios",
429
- "md",
430
- "ionic"
431
- ]
432
- },
433
302
  "ion-backdrop/visible": {
434
303
  "type": "boolean",
435
304
  "description": "If `true`, the backdrop will be visible.",
@@ -450,55 +319,14 @@
450
319
  "warning"
451
320
  ]
452
321
  },
453
- "ion-badge/hue": {
454
- "type": "\"bold\" | \"subtle\" | undefined",
455
- "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
456
- "options": [
457
- "bold",
458
- "subtle"
459
- ]
460
- },
461
322
  "ion-badge/mode": {
462
323
  "type": "\"ios\" | \"md\"",
463
- "description": "The mode determines the platform behaviors of the component.",
324
+ "description": "The mode determines which platform styles to use.",
464
325
  "options": [
465
326
  "ios",
466
327
  "md"
467
328
  ]
468
329
  },
469
- "ion-badge/shape": {
470
- "type": "\"round | rectangular\" | \"soft\" | undefined",
471
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
472
- "options": [
473
- "soft"
474
- ]
475
- },
476
- "ion-badge/size": {
477
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
478
- "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
479
- "options": [
480
- "large",
481
- "medium",
482
- "small"
483
- ]
484
- },
485
- "ion-badge/theme": {
486
- "type": "\"ios\" | \"md\" | \"ionic\"",
487
- "description": "The theme determines the visual appearance of the component.",
488
- "options": [
489
- "ios",
490
- "md",
491
- "ionic"
492
- ]
493
- },
494
- "ion-badge/vertical": {
495
- "type": "\"bottom\" | \"top\" | undefined",
496
- "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
497
- "options": [
498
- "bottom",
499
- "top"
500
- ]
501
- },
502
330
  "ion-breadcrumb/active": {
503
331
  "type": "boolean",
504
332
  "description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any.",
@@ -536,7 +364,7 @@
536
364
  },
537
365
  "ion-breadcrumb/mode": {
538
366
  "type": "\"ios\" | \"md\"",
539
- "description": "The mode determines the platform behaviors of the component.",
367
+ "description": "The mode determines which platform styles to use.",
540
368
  "options": [
541
369
  "ios",
542
370
  "md"
@@ -571,15 +399,6 @@
571
399
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
572
400
  "options": []
573
401
  },
574
- "ion-breadcrumb/theme": {
575
- "type": "\"ios\" | \"md\" | \"ionic\"",
576
- "description": "The theme determines the visual appearance of the component.",
577
- "options": [
578
- "ios",
579
- "md",
580
- "ionic"
581
- ]
582
- },
583
402
  "ion-breadcrumbs/color": {
584
403
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
585
404
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -612,21 +431,12 @@
612
431
  },
613
432
  "ion-breadcrumbs/mode": {
614
433
  "type": "\"ios\" | \"md\"",
615
- "description": "The mode determines the platform behaviors of the component.",
434
+ "description": "The mode determines which platform styles to use.",
616
435
  "options": [
617
436
  "ios",
618
437
  "md"
619
438
  ]
620
439
  },
621
- "ion-breadcrumbs/theme": {
622
- "type": "\"ios\" | \"md\" | \"ionic\"",
623
- "description": "The theme determines the visual appearance of the component.",
624
- "options": [
625
- "ios",
626
- "md",
627
- "ionic"
628
- ]
629
- },
630
440
  "ion-button/button-type": {
631
441
  "type": "string",
632
442
  "description": "The type of button.",
@@ -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"
@@ -1545,15 +1180,6 @@
1545
1180
  "fixed"
1546
1181
  ]
1547
1182
  },
1548
- "ion-datetime/theme": {
1549
- "type": "\"ios\" | \"md\" | \"ionic\"",
1550
- "description": "The theme determines the visual appearance of the component.",
1551
- "options": [
1552
- "ios",
1553
- "md",
1554
- "ionic"
1555
- ]
1556
- },
1557
1183
  "ion-datetime/title-selected-dates-formatter": {
1558
1184
  "type": "((selectedDates: string[]) => string) | undefined",
1559
1185
  "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.",
@@ -1596,39 +1222,12 @@
1596
1222
  },
1597
1223
  "ion-datetime-button/mode": {
1598
1224
  "type": "\"ios\" | \"md\"",
1599
- "description": "The mode determines the platform behaviors of the component.",
1225
+ "description": "The mode determines which platform styles to use.",
1600
1226
  "options": [
1601
1227
  "ios",
1602
1228
  "md"
1603
1229
  ]
1604
1230
  },
1605
- "ion-datetime-button/theme": {
1606
- "type": "\"ios\" | \"md\" | \"ionic\"",
1607
- "description": "The theme determines the visual appearance of the component.",
1608
- "options": [
1609
- "ios",
1610
- "md",
1611
- "ionic"
1612
- ]
1613
- },
1614
- "ion-divider/inset": {
1615
- "type": "boolean",
1616
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
1617
- "options": []
1618
- },
1619
- "ion-divider/spacing": {
1620
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
1621
- "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\"`.",
1622
- "options": [
1623
- "large",
1624
- "medium",
1625
- "small",
1626
- "xlarge",
1627
- "xsmall",
1628
- "xxlarge",
1629
- "xxsmall"
1630
- ]
1631
- },
1632
1231
  "ion-fab/activated": {
1633
1232
  "type": "boolean",
1634
1233
  "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.",
@@ -1648,23 +1247,6 @@
1648
1247
  "start"
1649
1248
  ]
1650
1249
  },
1651
- "ion-fab/mode": {
1652
- "type": "\"ios\" | \"md\"",
1653
- "description": "The mode determines the platform behaviors of the component.",
1654
- "options": [
1655
- "ios",
1656
- "md"
1657
- ]
1658
- },
1659
- "ion-fab/theme": {
1660
- "type": "\"ios\" | \"md\" | \"ionic\"",
1661
- "description": "The theme determines the visual appearance of the component.",
1662
- "options": [
1663
- "ios",
1664
- "md",
1665
- "ionic"
1666
- ]
1667
- },
1668
1250
  "ion-fab/vertical": {
1669
1251
  "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1670
1252
  "description": "Where to align the fab vertically in the viewport.",
@@ -1680,7 +1262,7 @@
1680
1262
  "options": []
1681
1263
  },
1682
1264
  "ion-fab-button/close-icon": {
1683
- "type": "string | undefined",
1265
+ "type": "string",
1684
1266
  "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.",
1685
1267
  "options": []
1686
1268
  },
@@ -1716,7 +1298,7 @@
1716
1298
  },
1717
1299
  "ion-fab-button/mode": {
1718
1300
  "type": "\"ios\" | \"md\"",
1719
- "description": "The mode determines the platform behaviors of the component.",
1301
+ "description": "The mode determines which platform styles to use.",
1720
1302
  "options": [
1721
1303
  "ios",
1722
1304
  "md"
@@ -1758,18 +1340,9 @@
1758
1340
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1759
1341
  "options": []
1760
1342
  },
1761
- "ion-fab-button/theme": {
1762
- "type": "\"ios\" | \"md\" | \"ionic\"",
1763
- "description": "The theme determines the visual appearance of the component.",
1764
- "options": [
1765
- "ios",
1766
- "md",
1767
- "ionic"
1768
- ]
1769
- },
1770
1343
  "ion-fab-button/translucent": {
1771
1344
  "type": "boolean",
1772
- "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).",
1345
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1773
1346
  "options": []
1774
1347
  },
1775
1348
  "ion-fab-button/type": {
@@ -1786,14 +1359,6 @@
1786
1359
  "description": "If `true`, the fab list will show all fab buttons in the list.",
1787
1360
  "options": []
1788
1361
  },
1789
- "ion-fab-list/mode": {
1790
- "type": "\"ios\" | \"md\"",
1791
- "description": "The mode determines the platform behaviors of the component.",
1792
- "options": [
1793
- "ios",
1794
- "md"
1795
- ]
1796
- },
1797
1362
  "ion-fab-list/side": {
1798
1363
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
1799
1364
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -1804,42 +1369,24 @@
1804
1369
  "top"
1805
1370
  ]
1806
1371
  },
1807
- "ion-fab-list/theme": {
1808
- "type": "\"ios\" | \"md\" | \"ionic\"",
1809
- "description": "The theme determines the visual appearance of the component.",
1810
- "options": [
1811
- "ios",
1812
- "md",
1813
- "ionic"
1814
- ]
1815
- },
1816
1372
  "ion-footer/collapse": {
1817
1373
  "type": "\"fade\" | undefined",
1818
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
1374
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
1819
1375
  "options": [
1820
1376
  "fade"
1821
1377
  ]
1822
1378
  },
1823
1379
  "ion-footer/mode": {
1824
1380
  "type": "\"ios\" | \"md\"",
1825
- "description": "The mode determines the platform behaviors of the component.",
1381
+ "description": "The mode determines which platform styles to use.",
1826
1382
  "options": [
1827
1383
  "ios",
1828
1384
  "md"
1829
1385
  ]
1830
1386
  },
1831
- "ion-footer/theme": {
1832
- "type": "\"ios\" | \"md\" | \"ionic\"",
1833
- "description": "The theme determines the visual appearance of the component.",
1834
- "options": [
1835
- "ios",
1836
- "md",
1837
- "ionic"
1838
- ]
1839
- },
1840
1387
  "ion-footer/translucent": {
1841
1388
  "type": "boolean",
1842
- "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.",
1389
+ "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
1843
1390
  "options": []
1844
1391
  },
1845
1392
  "ion-grid/fixed": {
@@ -1847,56 +1394,25 @@
1847
1394
  "description": "If `true`, the grid will have a fixed width based on the screen size.",
1848
1395
  "options": []
1849
1396
  },
1850
- "ion-grid/mode": {
1851
- "type": "\"ios\" | \"md\"",
1852
- "description": "The mode determines the platform behaviors of the component.",
1853
- "options": [
1854
- "ios",
1855
- "md"
1856
- ]
1857
- },
1858
- "ion-grid/theme": {
1859
- "type": "\"ios\" | \"md\" | \"ionic\"",
1860
- "description": "The theme determines the visual appearance of the component.",
1861
- "options": [
1862
- "ios",
1863
- "md",
1864
- "ionic"
1865
- ]
1866
- },
1867
1397
  "ion-header/collapse": {
1868
1398
  "type": "\"condense\" | \"fade\" | undefined",
1869
- "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)",
1399
+ "description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1870
1400
  "options": [
1871
1401
  "condense",
1872
1402
  "fade"
1873
1403
  ]
1874
1404
  },
1875
- "ion-header/divider": {
1876
- "type": "boolean",
1877
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
1878
- "options": []
1879
- },
1880
1405
  "ion-header/mode": {
1881
1406
  "type": "\"ios\" | \"md\"",
1882
- "description": "The mode determines the platform behaviors of the component.",
1407
+ "description": "The mode determines which platform styles to use.",
1883
1408
  "options": [
1884
1409
  "ios",
1885
1410
  "md"
1886
1411
  ]
1887
1412
  },
1888
- "ion-header/theme": {
1889
- "type": "\"ios\" | \"md\" | \"ionic\"",
1890
- "description": "The theme determines the visual appearance of the component.",
1891
- "options": [
1892
- "ios",
1893
- "md",
1894
- "ionic"
1895
- ]
1896
- },
1897
1413
  "ion-header/translucent": {
1898
1414
  "type": "boolean",
1899
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1415
+ "description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1900
1416
  "options": []
1901
1417
  },
1902
1418
  "ion-img/alt": {
@@ -1904,41 +1420,16 @@
1904
1420
  "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.",
1905
1421
  "options": []
1906
1422
  },
1907
- "ion-img/mode": {
1908
- "type": "\"ios\" | \"md\"",
1909
- "description": "The mode determines the platform behaviors of the component.",
1910
- "options": [
1911
- "ios",
1912
- "md"
1913
- ]
1914
- },
1915
1423
  "ion-img/src": {
1916
1424
  "type": "string | undefined",
1917
1425
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
1918
1426
  "options": []
1919
1427
  },
1920
- "ion-img/theme": {
1921
- "type": "\"ios\" | \"md\" | \"ionic\"",
1922
- "description": "The theme determines the visual appearance of the component.",
1923
- "options": [
1924
- "ios",
1925
- "md",
1926
- "ionic"
1927
- ]
1928
- },
1929
1428
  "ion-infinite-scroll/disabled": {
1930
1429
  "type": "boolean",
1931
1430
  "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.",
1932
1431
  "options": []
1933
1432
  },
1934
- "ion-infinite-scroll/mode": {
1935
- "type": "\"ios\" | \"md\"",
1936
- "description": "The mode determines the platform behaviors of the component.",
1937
- "options": [
1938
- "ios",
1939
- "md"
1940
- ]
1941
- },
1942
1433
  "ion-infinite-scroll/position": {
1943
1434
  "type": "\"bottom\" | \"top\"",
1944
1435
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -1947,15 +1438,6 @@
1947
1438
  "top"
1948
1439
  ]
1949
1440
  },
1950
- "ion-infinite-scroll/theme": {
1951
- "type": "\"ios\" | \"md\" | \"ionic\"",
1952
- "description": "The theme determines the visual appearance of the component.",
1953
- "options": [
1954
- "ios",
1955
- "md",
1956
- "ionic"
1957
- ]
1958
- },
1959
1441
  "ion-infinite-scroll/threshold": {
1960
1442
  "type": "string",
1961
1443
  "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.",
@@ -1981,84 +1463,67 @@
1981
1463
  "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.",
1982
1464
  "options": []
1983
1465
  },
1984
- "ion-infinite-scroll-content/mode": {
1985
- "type": "\"ios\" | \"md\"",
1986
- "description": "The mode determines the platform behaviors of the component.",
1987
- "options": [
1988
- "ios",
1989
- "md"
1990
- ]
1991
- },
1992
- "ion-infinite-scroll-content/theme": {
1993
- "type": "\"ios\" | \"md\" | \"ionic\"",
1994
- "description": "The theme determines the visual appearance of the component.",
1995
- "options": [
1996
- "ios",
1997
- "md",
1998
- "ionic"
1999
- ]
2000
- },
2001
1466
  "ion-input/autocapitalize": {
2002
1467
  "type": "string",
2003
1468
  "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\"`.",
2004
1469
  "options": []
2005
1470
  },
2006
1471
  "ion-input/autocomplete": {
2007
- "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\"",
1472
+ "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
2008
1473
  "description": "Indicates whether the value of the control can be automatically completed by the browser.",
2009
1474
  "options": [
2010
1475
  "name",
1476
+ "email",
1477
+ "tel",
2011
1478
  "url",
2012
- "off",
2013
1479
  "on",
1480
+ "off",
1481
+ "honorific-prefix",
1482
+ "given-name",
2014
1483
  "additional-name",
2015
- "address-level1",
2016
- "address-level2",
2017
- "address-level3",
2018
- "address-level4",
1484
+ "family-name",
1485
+ "honorific-suffix",
1486
+ "nickname",
1487
+ "username",
1488
+ "new-password",
1489
+ "current-password",
1490
+ "one-time-code",
1491
+ "organization-title",
1492
+ "organization",
1493
+ "street-address",
2019
1494
  "address-line1",
2020
1495
  "address-line2",
2021
1496
  "address-line3",
2022
- "bday-day",
2023
- "bday-month",
2024
- "bday-year",
2025
- "cc-csc",
1497
+ "address-level4",
1498
+ "address-level3",
1499
+ "address-level2",
1500
+ "address-level1",
1501
+ "country",
1502
+ "country-name",
1503
+ "postal-code",
1504
+ "cc-name",
1505
+ "cc-given-name",
1506
+ "cc-additional-name",
1507
+ "cc-family-name",
1508
+ "cc-number",
2026
1509
  "cc-exp",
2027
1510
  "cc-exp-month",
2028
1511
  "cc-exp-year",
2029
- "cc-family-name",
2030
- "cc-given-name",
2031
- "cc-name",
2032
- "cc-number",
1512
+ "cc-csc",
2033
1513
  "cc-type",
2034
- "country",
2035
- "country-name",
2036
- "current-password",
2037
- "family-name",
2038
- "given-name",
2039
- "honorific-prefix",
2040
- "honorific-suffix",
2041
- "new-password",
2042
- "one-time-code",
2043
- "organization",
2044
- "postal-code",
2045
- "street-address",
2046
- "transaction-amount",
2047
1514
  "transaction-currency",
2048
- "username",
2049
- "email",
2050
- "tel",
2051
- "tel-area-code",
2052
- "tel-country-code",
2053
- "tel-extension",
2054
- "tel-local",
2055
- "tel-national",
2056
- "nickname",
2057
- "organization-title",
2058
- "cc-additional-name",
1515
+ "transaction-amount",
2059
1516
  "language",
2060
1517
  "bday",
1518
+ "bday-day",
1519
+ "bday-month",
1520
+ "bday-year",
2061
1521
  "sex",
1522
+ "tel-country-code",
1523
+ "tel-national",
1524
+ "tel-area-code",
1525
+ "tel-local",
1526
+ "tel-extension",
2062
1527
  "impp",
2063
1528
  "photo"
2064
1529
  ]
@@ -2146,7 +1611,7 @@
2146
1611
  },
2147
1612
  "ion-input/fill": {
2148
1613
  "type": "\"outline\" | \"solid\" | undefined",
2149
- "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\"`.",
1614
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
2150
1615
  "options": [
2151
1616
  "outline",
2152
1617
  "solid"
@@ -2177,8 +1642,8 @@
2177
1642
  "options": []
2178
1643
  },
2179
1644
  "ion-input/label-placement": {
2180
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
2181
- "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.",
1645
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
1646
+ "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
2182
1647
  "options": [
2183
1648
  "end",
2184
1649
  "fixed",
@@ -2209,7 +1674,7 @@
2209
1674
  },
2210
1675
  "ion-input/mode": {
2211
1676
  "type": "\"ios\" | \"md\"",
2212
- "description": "The mode determines the platform behaviors of the component.",
1677
+ "description": "The mode determines which platform styles to use.",
2213
1678
  "options": [
2214
1679
  "ios",
2215
1680
  "md"
@@ -2246,21 +1711,10 @@
2246
1711
  "options": []
2247
1712
  },
2248
1713
  "ion-input/shape": {
2249
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2250
- "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\"`.",
1714
+ "type": "\"round\" | undefined",
1715
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
2251
1716
  "options": [
2252
- "rectangular",
2253
- "round",
2254
- "soft"
2255
- ]
2256
- },
2257
- "ion-input/size": {
2258
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
2259
- "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.",
2260
- "options": [
2261
- "large",
2262
- "medium",
2263
- "xlarge"
1717
+ "round"
2264
1718
  ]
2265
1719
  },
2266
1720
  "ion-input/spellcheck": {
@@ -2273,15 +1727,6 @@
2273
1727
  "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.",
2274
1728
  "options": []
2275
1729
  },
2276
- "ion-input/theme": {
2277
- "type": "\"ios\" | \"md\" | \"ionic\"",
2278
- "description": "The theme determines the visual appearance of the component.",
2279
- "options": [
2280
- "ios",
2281
- "md",
2282
- "ionic"
2283
- ]
2284
- },
2285
1730
  "ion-input/type": {
2286
1731
  "type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
2287
1732
  "description": "The type of control to display. The default type is text.",
@@ -2360,11 +1805,11 @@
2360
1805
  },
2361
1806
  "ion-item/detail": {
2362
1807
  "type": "boolean | undefined",
2363
- "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.",
1808
+ "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present.",
2364
1809
  "options": []
2365
1810
  },
2366
1811
  "ion-item/detail-icon": {
2367
- "type": "string | undefined",
1812
+ "type": "string",
2368
1813
  "description": "The icon to use when `detail` is set to `true`.",
2369
1814
  "options": []
2370
1815
  },
@@ -2394,7 +1839,7 @@
2394
1839
  },
2395
1840
  "ion-item/mode": {
2396
1841
  "type": "\"ios\" | \"md\"",
2397
- "description": "The mode determines the platform behaviors of the component.",
1842
+ "description": "The mode determines which platform styles to use.",
2398
1843
  "options": [
2399
1844
  "ios",
2400
1845
  "md"
@@ -2424,15 +1869,6 @@
2424
1869
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2425
1870
  "options": []
2426
1871
  },
2427
- "ion-item/theme": {
2428
- "type": "\"ios\" | \"md\" | \"ionic\"",
2429
- "description": "The theme determines the visual appearance of the component.",
2430
- "options": [
2431
- "ios",
2432
- "md",
2433
- "ionic"
2434
- ]
2435
- },
2436
1872
  "ion-item/type": {
2437
1873
  "type": "\"button\" | \"reset\" | \"submit\"",
2438
1874
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -2459,7 +1895,7 @@
2459
1895
  },
2460
1896
  "ion-item-divider/mode": {
2461
1897
  "type": "\"ios\" | \"md\"",
2462
- "description": "The mode determines the platform behaviors of the component.",
1898
+ "description": "The mode determines which platform styles to use.",
2463
1899
  "options": [
2464
1900
  "ios",
2465
1901
  "md"
@@ -2470,32 +1906,6 @@
2470
1906
  "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",
2471
1907
  "options": []
2472
1908
  },
2473
- "ion-item-divider/theme": {
2474
- "type": "\"ios\" | \"md\" | \"ionic\"",
2475
- "description": "The theme determines the visual appearance of the component.",
2476
- "options": [
2477
- "ios",
2478
- "md",
2479
- "ionic"
2480
- ]
2481
- },
2482
- "ion-item-group/mode": {
2483
- "type": "\"ios\" | \"md\"",
2484
- "description": "The mode determines the platform behaviors of the component.",
2485
- "options": [
2486
- "ios",
2487
- "md"
2488
- ]
2489
- },
2490
- "ion-item-group/theme": {
2491
- "type": "\"ios\" | \"md\" | \"ionic\"",
2492
- "description": "The theme determines the visual appearance of the component.",
2493
- "options": [
2494
- "ios",
2495
- "md",
2496
- "ionic"
2497
- ]
2498
- },
2499
1909
  "ion-item-option/color": {
2500
1910
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2501
1911
  "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).",
@@ -2531,17 +1941,9 @@
2531
1941
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
2532
1942
  "options": []
2533
1943
  },
2534
- "ion-item-option/hue": {
2535
- "type": "\"bold\" | \"subtle\" | undefined",
2536
- "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.",
2537
- "options": [
2538
- "bold",
2539
- "subtle"
2540
- ]
2541
- },
2542
1944
  "ion-item-option/mode": {
2543
1945
  "type": "\"ios\" | \"md\"",
2544
- "description": "The mode determines the platform behaviors of the component.",
1946
+ "description": "The mode determines which platform styles to use.",
2545
1947
  "options": [
2546
1948
  "ios",
2547
1949
  "md"
@@ -2552,29 +1954,11 @@
2552
1954
  "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).",
2553
1955
  "options": []
2554
1956
  },
2555
- "ion-item-option/shape": {
2556
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2557
- "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.",
2558
- "options": [
2559
- "rectangular",
2560
- "round",
2561
- "soft"
2562
- ]
2563
- },
2564
1957
  "ion-item-option/target": {
2565
1958
  "type": "string | undefined",
2566
1959
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2567
1960
  "options": []
2568
1961
  },
2569
- "ion-item-option/theme": {
2570
- "type": "\"ios\" | \"md\" | \"ionic\"",
2571
- "description": "The theme determines the visual appearance of the component.",
2572
- "options": [
2573
- "ios",
2574
- "md",
2575
- "ionic"
2576
- ]
2577
- },
2578
1962
  "ion-item-option/type": {
2579
1963
  "type": "\"button\" | \"reset\" | \"submit\"",
2580
1964
  "description": "The type of the button.",
@@ -2584,14 +1968,6 @@
2584
1968
  "submit"
2585
1969
  ]
2586
1970
  },
2587
- "ion-item-options/mode": {
2588
- "type": "\"ios\" | \"md\"",
2589
- "description": "The mode determines the platform behaviors of the component.",
2590
- "options": [
2591
- "ios",
2592
- "md"
2593
- ]
2594
- },
2595
1971
  "ion-item-options/side": {
2596
1972
  "type": "\"end\" | \"start\"",
2597
1973
  "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.",
@@ -2600,37 +1976,11 @@
2600
1976
  "start"
2601
1977
  ]
2602
1978
  },
2603
- "ion-item-options/theme": {
2604
- "type": "\"ios\" | \"md\" | \"ionic\"",
2605
- "description": "The theme determines the visual appearance of the component.",
2606
- "options": [
2607
- "ios",
2608
- "md",
2609
- "ionic"
2610
- ]
2611
- },
2612
1979
  "ion-item-sliding/disabled": {
2613
1980
  "type": "boolean",
2614
1981
  "description": "If `true`, the user cannot interact with the sliding item.",
2615
1982
  "options": []
2616
1983
  },
2617
- "ion-item-sliding/mode": {
2618
- "type": "\"ios\" | \"md\"",
2619
- "description": "The mode determines the platform behaviors of the component.",
2620
- "options": [
2621
- "ios",
2622
- "md"
2623
- ]
2624
- },
2625
- "ion-item-sliding/theme": {
2626
- "type": "\"ios\" | \"md\" | \"ionic\"",
2627
- "description": "The theme determines the visual appearance of the component.",
2628
- "options": [
2629
- "ios",
2630
- "md",
2631
- "ionic"
2632
- ]
2633
- },
2634
1984
  "ion-label/color": {
2635
1985
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2636
1986
  "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).",
@@ -2648,7 +1998,7 @@
2648
1998
  },
2649
1999
  "ion-label/mode": {
2650
2000
  "type": "\"ios\" | \"md\"",
2651
- "description": "The mode determines the platform behaviors of the component.",
2001
+ "description": "The mode determines which platform styles to use.",
2652
2002
  "options": [
2653
2003
  "ios",
2654
2004
  "md"
@@ -2663,15 +2013,6 @@
2663
2013
  "stacked"
2664
2014
  ]
2665
2015
  },
2666
- "ion-label/theme": {
2667
- "type": "\"ios\" | \"md\" | \"ionic\"",
2668
- "description": "The theme determines the visual appearance of the component.",
2669
- "options": [
2670
- "ios",
2671
- "md",
2672
- "ionic"
2673
- ]
2674
- },
2675
2016
  "ion-list/inset": {
2676
2017
  "type": "boolean",
2677
2018
  "description": "If `true`, the list will have margin around it and rounded corners.",
@@ -2688,30 +2029,12 @@
2688
2029
  },
2689
2030
  "ion-list/mode": {
2690
2031
  "type": "\"ios\" | \"md\"",
2691
- "description": "The mode determines the platform behaviors of the component.",
2032
+ "description": "The mode determines which platform styles to use.",
2692
2033
  "options": [
2693
2034
  "ios",
2694
2035
  "md"
2695
2036
  ]
2696
2037
  },
2697
- "ion-list/shape": {
2698
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2699
- "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.",
2700
- "options": [
2701
- "rectangular",
2702
- "round",
2703
- "soft"
2704
- ]
2705
- },
2706
- "ion-list/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
2038
  "ion-list-header/color": {
2716
2039
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2717
2040
  "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).",
@@ -2738,21 +2061,12 @@
2738
2061
  },
2739
2062
  "ion-list-header/mode": {
2740
2063
  "type": "\"ios\" | \"md\"",
2741
- "description": "The mode determines the platform behaviors of the component.",
2064
+ "description": "The mode determines which platform styles to use.",
2742
2065
  "options": [
2743
2066
  "ios",
2744
2067
  "md"
2745
2068
  ]
2746
2069
  },
2747
- "ion-list-header/theme": {
2748
- "type": "\"ios\" | \"md\" | \"ionic\"",
2749
- "description": "The theme determines the visual appearance of the component.",
2750
- "options": [
2751
- "ios",
2752
- "md",
2753
- "ionic"
2754
- ]
2755
- },
2756
2070
  "ion-loading/animated": {
2757
2071
  "type": "boolean",
2758
2072
  "description": "If `true`, the loading indicator will animate.",
@@ -2805,7 +2119,7 @@
2805
2119
  },
2806
2120
  "ion-loading/mode": {
2807
2121
  "type": "\"ios\" | \"md\"",
2808
- "description": "The mode determines the platform behaviors of the component.",
2122
+ "description": "The mode determines which platform styles to use.",
2809
2123
  "options": [
2810
2124
  "ios",
2811
2125
  "md"
@@ -2831,18 +2145,9 @@
2831
2145
  "lines-small"
2832
2146
  ]
2833
2147
  },
2834
- "ion-loading/theme": {
2835
- "type": "\"ios\" | \"md\" | \"ionic\"",
2836
- "description": "The theme determines the visual appearance of the component.",
2837
- "options": [
2838
- "ios",
2839
- "md",
2840
- "ionic"
2841
- ]
2842
- },
2843
2148
  "ion-loading/translucent": {
2844
2149
  "type": "boolean",
2845
- "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).",
2150
+ "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2846
2151
  "options": []
2847
2152
  },
2848
2153
  "ion-loading/trigger": {
@@ -2870,14 +2175,6 @@
2870
2175
  "description": "An id for the menu.",
2871
2176
  "options": []
2872
2177
  },
2873
- "ion-menu/mode": {
2874
- "type": "\"ios\" | \"md\"",
2875
- "description": "The mode determines the platform behaviors of the component.",
2876
- "options": [
2877
- "ios",
2878
- "md"
2879
- ]
2880
- },
2881
2178
  "ion-menu/side": {
2882
2179
  "type": "\"end\" | \"start\"",
2883
2180
  "description": "Which side of the view the menu should be placed.",
@@ -2891,15 +2188,6 @@
2891
2188
  "description": "If `true`, swiping the menu is enabled.",
2892
2189
  "options": []
2893
2190
  },
2894
- "ion-menu/theme": {
2895
- "type": "\"ios\" | \"md\" | \"ionic\"",
2896
- "description": "The theme determines the visual appearance of the component.",
2897
- "options": [
2898
- "ios",
2899
- "md",
2900
- "ionic"
2901
- ]
2902
- },
2903
2191
  "ion-menu/type": {
2904
2192
  "type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
2905
2193
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -2941,21 +2229,12 @@
2941
2229
  },
2942
2230
  "ion-menu-button/mode": {
2943
2231
  "type": "\"ios\" | \"md\"",
2944
- "description": "The mode determines the platform behaviors of the component.",
2232
+ "description": "The mode determines which platform styles to use.",
2945
2233
  "options": [
2946
2234
  "ios",
2947
2235
  "md"
2948
2236
  ]
2949
2237
  },
2950
- "ion-menu-button/theme": {
2951
- "type": "\"ios\" | \"md\" | \"ionic\"",
2952
- "description": "The theme determines the visual appearance of the component.",
2953
- "options": [
2954
- "ios",
2955
- "md",
2956
- "ionic"
2957
- ]
2958
- },
2959
2238
  "ion-menu-button/type": {
2960
2239
  "type": "\"button\" | \"reset\" | \"submit\"",
2961
2240
  "description": "The type of the button.",
@@ -2975,23 +2254,6 @@
2975
2254
  "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.",
2976
2255
  "options": []
2977
2256
  },
2978
- "ion-menu-toggle/mode": {
2979
- "type": "\"ios\" | \"md\"",
2980
- "description": "The mode determines the platform behaviors of the component.",
2981
- "options": [
2982
- "ios",
2983
- "md"
2984
- ]
2985
- },
2986
- "ion-menu-toggle/theme": {
2987
- "type": "\"ios\" | \"md\" | \"ionic\"",
2988
- "description": "The theme determines the visual appearance of the component.",
2989
- "options": [
2990
- "ios",
2991
- "md",
2992
- "ionic"
2993
- ]
2994
- },
2995
2257
  "ion-modal/animated": {
2996
2258
  "type": "boolean",
2997
2259
  "description": "If `true`, the modal will animate.",
@@ -3077,7 +2339,7 @@
3077
2339
  },
3078
2340
  "ion-modal/mode": {
3079
2341
  "type": "\"ios\" | \"md\"",
3080
- "description": "The mode determines the platform behaviors of the component.",
2342
+ "description": "The mode determines which platform styles to use.",
3081
2343
  "options": [
3082
2344
  "ios",
3083
2345
  "md"
@@ -3088,29 +2350,11 @@
3088
2350
  "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.",
3089
2351
  "options": []
3090
2352
  },
3091
- "ion-modal/shape": {
3092
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
3093
- "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.",
3094
- "options": [
3095
- "rectangular",
3096
- "round",
3097
- "soft"
3098
- ]
3099
- },
3100
2353
  "ion-modal/show-backdrop": {
3101
2354
  "type": "boolean",
3102
2355
  "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.",
3103
2356
  "options": []
3104
2357
  },
3105
- "ion-modal/theme": {
3106
- "type": "\"ios\" | \"md\" | \"ionic\"",
3107
- "description": "The theme determines the visual appearance of the component.",
3108
- "options": [
3109
- "ios",
3110
- "md",
3111
- "ionic"
3112
- ]
3113
- },
3114
2358
  "ion-modal/trigger": {
3115
2359
  "type": "string | undefined",
3116
2360
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -3123,17 +2367,9 @@
3123
2367
  },
3124
2368
  "ion-nav/animation": {
3125
2369
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3126
- "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.",
2370
+ "description": "By default `ion-nav` animates transition between pages based in the mode (ios or material design).\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
3127
2371
  "options": []
3128
2372
  },
3129
- "ion-nav/mode": {
3130
- "type": "\"ios\" | \"md\"",
3131
- "description": "The mode determines the platform behaviors of the component.",
3132
- "options": [
3133
- "ios",
3134
- "md"
3135
- ]
3136
- },
3137
2373
  "ion-nav/root": {
3138
2374
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3139
2375
  "description": "Root NavComponent to load",
@@ -3149,15 +2385,6 @@
3149
2385
  "description": "If the nav component should allow for swipe-to-go-back.",
3150
2386
  "options": []
3151
2387
  },
3152
- "ion-nav/theme": {
3153
- "type": "\"ios\" | \"md\" | \"ionic\"",
3154
- "description": "The theme determines the visual appearance of the component.",
3155
- "options": [
3156
- "ios",
3157
- "md",
3158
- "ionic"
3159
- ]
3160
- },
3161
2388
  "ion-nav-link/component": {
3162
2389
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3163
2390
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
@@ -3168,14 +2395,6 @@
3168
2395
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
3169
2396
  "options": []
3170
2397
  },
3171
- "ion-nav-link/mode": {
3172
- "type": "\"ios\" | \"md\"",
3173
- "description": "The mode determines the platform behaviors of the component.",
3174
- "options": [
3175
- "ios",
3176
- "md"
3177
- ]
3178
- },
3179
2398
  "ion-nav-link/router-animation": {
3180
2399
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3181
2400
  "description": "The transition animation when navigating to another page.",
@@ -3190,15 +2409,6 @@
3190
2409
  "root"
3191
2410
  ]
3192
2411
  },
3193
- "ion-nav-link/theme": {
3194
- "type": "\"ios\" | \"md\" | \"ionic\"",
3195
- "description": "The theme determines the visual appearance of the component.",
3196
- "options": [
3197
- "ios",
3198
- "md",
3199
- "ionic"
3200
- ]
3201
- },
3202
2412
  "ion-note/color": {
3203
2413
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3204
2414
  "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).",
@@ -3216,38 +2426,20 @@
3216
2426
  },
3217
2427
  "ion-note/mode": {
3218
2428
  "type": "\"ios\" | \"md\"",
3219
- "description": "The mode determines the platform behaviors of the component.",
2429
+ "description": "The mode determines which platform styles to use.",
3220
2430
  "options": [
3221
2431
  "ios",
3222
2432
  "md"
3223
2433
  ]
3224
2434
  },
3225
- "ion-note/theme": {
3226
- "type": "\"ios\" | \"md\" | \"ionic\"",
3227
- "description": "The theme determines the visual appearance of the component.",
3228
- "options": [
3229
- "ios",
3230
- "md",
3231
- "ionic"
3232
- ]
3233
- },
3234
2435
  "ion-picker/mode": {
3235
2436
  "type": "\"ios\" | \"md\"",
3236
- "description": "The mode determines the platform behaviors of the component.",
2437
+ "description": "The mode determines which platform styles to use.",
3237
2438
  "options": [
3238
2439
  "ios",
3239
2440
  "md"
3240
2441
  ]
3241
2442
  },
3242
- "ion-picker/theme": {
3243
- "type": "\"ios\" | \"md\" | \"ionic\"",
3244
- "description": "The theme determines the visual appearance of the component.",
3245
- "options": [
3246
- "ios",
3247
- "md",
3248
- "ionic"
3249
- ]
3250
- },
3251
2443
  "ion-picker-column/color": {
3252
2444
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3253
2445
  "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).",
@@ -3270,21 +2462,12 @@
3270
2462
  },
3271
2463
  "ion-picker-column/mode": {
3272
2464
  "type": "\"ios\" | \"md\"",
3273
- "description": "The mode determines the platform behaviors of the component.",
2465
+ "description": "The mode determines which platform styles to use.",
3274
2466
  "options": [
3275
2467
  "ios",
3276
2468
  "md"
3277
2469
  ]
3278
2470
  },
3279
- "ion-picker-column/theme": {
3280
- "type": "\"ios\" | \"md\" | \"ionic\"",
3281
- "description": "The theme determines the visual appearance of the component.",
3282
- "options": [
3283
- "ios",
3284
- "md",
3285
- "ionic"
3286
- ]
3287
- },
3288
2471
  "ion-picker-column/value": {
3289
2472
  "type": "number | string | undefined",
3290
2473
  "description": "The selected option in the picker.",
@@ -3310,23 +2493,6 @@
3310
2493
  "description": "If `true`, the user cannot interact with the picker column option.",
3311
2494
  "options": []
3312
2495
  },
3313
- "ion-picker-column-option/mode": {
3314
- "type": "\"ios\" | \"md\"",
3315
- "description": "The mode determines the platform behaviors of the component.",
3316
- "options": [
3317
- "ios",
3318
- "md"
3319
- ]
3320
- },
3321
- "ion-picker-column-option/theme": {
3322
- "type": "\"ios\" | \"md\" | \"ionic\"",
3323
- "description": "The theme determines the visual appearance of the component.",
3324
- "options": [
3325
- "ios",
3326
- "md",
3327
- "ionic"
3328
- ]
3329
- },
3330
2496
  "ion-picker-column-option/value": {
3331
2497
  "type": "any",
3332
2498
  "description": "The text value of the option.",
@@ -3389,7 +2555,7 @@
3389
2555
  },
3390
2556
  "ion-picker-legacy/mode": {
3391
2557
  "type": "\"ios\" | \"md\"",
3392
- "description": "The mode determines the platform behaviors of the component.",
2558
+ "description": "The mode determines which platform styles to use.",
3393
2559
  "options": [
3394
2560
  "ios",
3395
2561
  "md"
@@ -3400,15 +2566,6 @@
3400
2566
  "description": "If `true`, a backdrop will be displayed behind the picker.",
3401
2567
  "options": []
3402
2568
  },
3403
- "ion-picker-legacy/theme": {
3404
- "type": "\"ios\" | \"md\" | \"ionic\"",
3405
- "description": "The theme determines the visual appearance of the component.",
3406
- "options": [
3407
- "ios",
3408
- "md",
3409
- "ionic"
3410
- ]
3411
- },
3412
2569
  "ion-picker-legacy/trigger": {
3413
2570
  "type": "string | undefined",
3414
2571
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -3416,7 +2573,7 @@
3416
2573
  },
3417
2574
  "ion-popover/alignment": {
3418
2575
  "type": "\"center\" | \"end\" | \"start\" | undefined",
3419
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
2576
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
3420
2577
  "options": [
3421
2578
  "center",
3422
2579
  "end",
@@ -3430,7 +2587,7 @@
3430
2587
  },
3431
2588
  "ion-popover/arrow": {
3432
2589
  "type": "boolean",
3433
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
2590
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
3434
2591
  "options": []
3435
2592
  },
3436
2593
  "ion-popover/backdrop-dismiss": {
@@ -3495,7 +2652,7 @@
3495
2652
  },
3496
2653
  "ion-popover/mode": {
3497
2654
  "type": "\"ios\" | \"md\"",
3498
- "description": "The mode determines the platform behaviors of the component.",
2655
+ "description": "The mode determines which platform styles to use.",
3499
2656
  "options": [
3500
2657
  "ios",
3501
2658
  "md"
@@ -3534,18 +2691,9 @@
3534
2691
  "cover"
3535
2692
  ]
3536
2693
  },
3537
- "ion-popover/theme": {
3538
- "type": "\"ios\" | \"md\" | \"ionic\"",
3539
- "description": "The theme determines the visual appearance of the component.",
3540
- "options": [
3541
- "ios",
3542
- "md",
3543
- "ionic"
3544
- ]
3545
- },
3546
2694
  "ion-popover/translucent": {
3547
2695
  "type": "boolean",
3548
- "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).",
2696
+ "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3549
2697
  "options": []
3550
2698
  },
3551
2699
  "ion-popover/trigger": {
@@ -3584,7 +2732,7 @@
3584
2732
  },
3585
2733
  "ion-progress-bar/mode": {
3586
2734
  "type": "\"ios\" | \"md\"",
3587
- "description": "The mode determines the platform behaviors of the component.",
2735
+ "description": "The mode determines which platform styles to use.",
3588
2736
  "options": [
3589
2737
  "ios",
3590
2738
  "md"
@@ -3595,23 +2743,6 @@
3595
2743
  "description": "If true, reverse the progress bar direction.",
3596
2744
  "options": []
3597
2745
  },
3598
- "ion-progress-bar/shape": {
3599
- "type": "\"rectangular\" | \"round\" | undefined",
3600
- "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.",
3601
- "options": [
3602
- "rectangular",
3603
- "round"
3604
- ]
3605
- },
3606
- "ion-progress-bar/theme": {
3607
- "type": "\"ios\" | \"md\" | \"ionic\"",
3608
- "description": "The theme determines the visual appearance of the component.",
3609
- "options": [
3610
- "ios",
3611
- "md",
3612
- "ionic"
3613
- ]
3614
- },
3615
2746
  "ion-progress-bar/type": {
3616
2747
  "type": "\"determinate\" | \"indeterminate\"",
3617
2748
  "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).",
@@ -3674,7 +2805,7 @@
3674
2805
  },
3675
2806
  "ion-radio/mode": {
3676
2807
  "type": "\"ios\" | \"md\"",
3677
- "description": "The mode determines the platform behaviors of the component.",
2808
+ "description": "The mode determines which platform styles to use.",
3678
2809
  "options": [
3679
2810
  "ios",
3680
2811
  "md"
@@ -3685,15 +2816,6 @@
3685
2816
  "description": "The name of the control, which is submitted with the form data.",
3686
2817
  "options": []
3687
2818
  },
3688
- "ion-radio/theme": {
3689
- "type": "\"ios\" | \"md\" | \"ionic\"",
3690
- "description": "The theme determines the visual appearance of the component.",
3691
- "options": [
3692
- "ios",
3693
- "md",
3694
- "ionic"
3695
- ]
3696
- },
3697
2819
  "ion-radio/value": {
3698
2820
  "type": "any",
3699
2821
  "description": "the value of the radio.",
@@ -3719,28 +2841,11 @@
3719
2841
  "description": "The helper text to display at the top of the radio group.",
3720
2842
  "options": []
3721
2843
  },
3722
- "ion-radio-group/mode": {
3723
- "type": "\"ios\" | \"md\"",
3724
- "description": "The mode determines the platform behaviors of the component.",
3725
- "options": [
3726
- "ios",
3727
- "md"
3728
- ]
3729
- },
3730
2844
  "ion-radio-group/name": {
3731
2845
  "type": "string",
3732
2846
  "description": "The name of the control, which is submitted with the form data.",
3733
2847
  "options": []
3734
2848
  },
3735
- "ion-radio-group/theme": {
3736
- "type": "\"ios\" | \"md\" | \"ionic\"",
3737
- "description": "The theme determines the visual appearance of the component.",
3738
- "options": [
3739
- "ios",
3740
- "md",
3741
- "ionic"
3742
- ]
3743
- },
3744
2849
  "ion-radio-group/value": {
3745
2850
  "type": "any",
3746
2851
  "description": "the value of the radio group.",
@@ -3808,7 +2913,7 @@
3808
2913
  },
3809
2914
  "ion-range/mode": {
3810
2915
  "type": "\"ios\" | \"md\"",
3811
- "description": "The mode determines the platform behaviors of the component.",
2916
+ "description": "The mode determines which platform styles to use.",
3812
2917
  "options": [
3813
2918
  "ios",
3814
2919
  "md"
@@ -3839,15 +2944,6 @@
3839
2944
  "description": "Specifies the value granularity.",
3840
2945
  "options": []
3841
2946
  },
3842
- "ion-range/theme": {
3843
- "type": "\"ios\" | \"md\" | \"ionic\"",
3844
- "description": "The theme determines the visual appearance of the component.",
3845
- "options": [
3846
- "ios",
3847
- "md",
3848
- "ionic"
3849
- ]
3850
- },
3851
2947
  "ion-range/ticks": {
3852
2948
  "type": "boolean",
3853
2949
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -3870,7 +2966,7 @@
3870
2966
  },
3871
2967
  "ion-refresher/mode": {
3872
2968
  "type": "\"ios\" | \"md\"",
3873
- "description": "The mode determines the platform behaviors of the component.",
2969
+ "description": "The mode determines which platform styles to use.",
3874
2970
  "options": [
3875
2971
  "ios",
3876
2972
  "md"
@@ -3896,23 +2992,6 @@
3896
2992
  "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.",
3897
2993
  "options": []
3898
2994
  },
3899
- "ion-refresher/theme": {
3900
- "type": "\"ios\" | \"md\" | \"ionic\"",
3901
- "description": "The theme determines the visual appearance of the component.",
3902
- "options": [
3903
- "ios",
3904
- "md",
3905
- "ionic"
3906
- ]
3907
- },
3908
- "ion-refresher-content/mode": {
3909
- "type": "\"ios\" | \"md\"",
3910
- "description": "The mode determines the platform behaviors of the component.",
3911
- "options": [
3912
- "ios",
3913
- "md"
3914
- ]
3915
- },
3916
2995
  "ion-refresher-content/pulling-icon": {
3917
2996
  "type": "null | string | undefined",
3918
2997
  "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.",
@@ -3943,71 +3022,11 @@
3943
3022
  "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.",
3944
3023
  "options": []
3945
3024
  },
3946
- "ion-refresher-content/theme": {
3947
- "type": "\"ios\" | \"md\" | \"ionic\"",
3948
- "description": "The theme determines the visual appearance of the component.",
3949
- "options": [
3950
- "ios",
3951
- "md",
3952
- "ionic"
3953
- ]
3954
- },
3955
- "ion-reorder/mode": {
3956
- "type": "\"ios\" | \"md\"",
3957
- "description": "The mode determines the platform behaviors of the component.",
3958
- "options": [
3959
- "ios",
3960
- "md"
3961
- ]
3962
- },
3963
- "ion-reorder/theme": {
3964
- "type": "\"ios\" | \"md\" | \"ionic\"",
3965
- "description": "The theme determines the visual appearance of the component.",
3966
- "options": [
3967
- "ios",
3968
- "md",
3969
- "ionic"
3970
- ]
3971
- },
3972
3025
  "ion-reorder-group/disabled": {
3973
3026
  "type": "boolean",
3974
3027
  "description": "If `true`, the reorder will be hidden.",
3975
3028
  "options": []
3976
3029
  },
3977
- "ion-reorder-group/mode": {
3978
- "type": "\"ios\" | \"md\"",
3979
- "description": "The mode determines the platform behaviors of the component.",
3980
- "options": [
3981
- "ios",
3982
- "md"
3983
- ]
3984
- },
3985
- "ion-reorder-group/theme": {
3986
- "type": "\"ios\" | \"md\" | \"ionic\"",
3987
- "description": "The theme determines the visual appearance of the component.",
3988
- "options": [
3989
- "ios",
3990
- "md",
3991
- "ionic"
3992
- ]
3993
- },
3994
- "ion-ripple-effect/mode": {
3995
- "type": "\"ios\" | \"md\"",
3996
- "description": "The mode determines the platform behaviors of the component.",
3997
- "options": [
3998
- "ios",
3999
- "md"
4000
- ]
4001
- },
4002
- "ion-ripple-effect/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
3030
  "ion-ripple-effect/type": {
4012
3031
  "type": "\"bounded\" | \"unbounded\"",
4013
3032
  "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.",
@@ -4036,23 +3055,6 @@
4036
3055
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
4037
3056
  "options": []
4038
3057
  },
4039
- "ion-route/mode": {
4040
- "type": "\"ios\" | \"md\"",
4041
- "description": "The mode determines the platform behaviors of the component.",
4042
- "options": [
4043
- "ios",
4044
- "md"
4045
- ]
4046
- },
4047
- "ion-route/theme": {
4048
- "type": "\"ios\" | \"md\" | \"ionic\"",
4049
- "description": "The theme determines the visual appearance of the component.",
4050
- "options": [
4051
- "ios",
4052
- "md",
4053
- "ionic"
4054
- ]
4055
- },
4056
3058
  "ion-route/url": {
4057
3059
  "type": "string",
4058
3060
  "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.",
@@ -4068,28 +3070,11 @@
4068
3070
  "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.",
4069
3071
  "options": []
4070
3072
  },
4071
- "ion-router/mode": {
4072
- "type": "\"ios\" | \"md\"",
4073
- "description": "The mode determines the platform behaviors of the component.",
4074
- "options": [
4075
- "ios",
4076
- "md"
4077
- ]
4078
- },
4079
3073
  "ion-router/root": {
4080
3074
  "type": "string",
4081
3075
  "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.",
4082
3076
  "options": []
4083
3077
  },
4084
- "ion-router/theme": {
4085
- "type": "\"ios\" | \"md\" | \"ionic\"",
4086
- "description": "The theme determines the visual appearance of the component.",
4087
- "options": [
4088
- "ios",
4089
- "md",
4090
- "ionic"
4091
- ]
4092
- },
4093
3078
  "ion-router/use-hash": {
4094
3079
  "type": "boolean",
4095
3080
  "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.",
@@ -4115,14 +3100,6 @@
4115
3100
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
4116
3101
  "options": []
4117
3102
  },
4118
- "ion-router-link/mode": {
4119
- "type": "\"ios\" | \"md\"",
4120
- "description": "The mode determines the platform behaviors of the component.",
4121
- "options": [
4122
- "ios",
4123
- "md"
4124
- ]
4125
- },
4126
3103
  "ion-router-link/rel": {
4127
3104
  "type": "string | undefined",
4128
3105
  "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).",
@@ -4147,15 +3124,6 @@
4147
3124
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
4148
3125
  "options": []
4149
3126
  },
4150
- "ion-router-link/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
3127
  "ion-router-outlet/animated": {
4160
3128
  "type": "boolean",
4161
3129
  "description": "If `true`, the router-outlet should animate the transition of components.",
@@ -4168,38 +3136,12 @@
4168
3136
  },
4169
3137
  "ion-router-outlet/mode": {
4170
3138
  "type": "\"ios\" | \"md\"",
4171
- "description": "The mode determines the platform behaviors of the component.",
4172
- "options": [
4173
- "ios",
4174
- "md"
4175
- ]
4176
- },
4177
- "ion-router-outlet/theme": {
4178
- "type": "\"ios\" | \"md\" | \"ionic\"",
4179
- "description": "The theme determines the visual appearance of the component.",
4180
- "options": [
4181
- "ios",
4182
- "md",
4183
- "ionic"
4184
- ]
4185
- },
4186
- "ion-row/mode": {
4187
- "type": "\"ios\" | \"md\"",
4188
- "description": "The mode determines the platform behaviors of the component.",
3139
+ "description": "The mode determines which platform styles to use.",
4189
3140
  "options": [
4190
3141
  "ios",
4191
3142
  "md"
4192
3143
  ]
4193
3144
  },
4194
- "ion-row/theme": {
4195
- "type": "\"ios\" | \"md\" | \"ionic\"",
4196
- "description": "The theme determines the visual appearance of the component.",
4197
- "options": [
4198
- "ios",
4199
- "md",
4200
- "ionic"
4201
- ]
4202
- },
4203
3145
  "ion-searchbar/animated": {
4204
3146
  "type": "boolean",
4205
3147
  "description": "If `true`, enable searchbar animation.",
@@ -4211,61 +3153,61 @@
4211
3153
  "options": []
4212
3154
  },
4213
3155
  "ion-searchbar/autocomplete": {
4214
- "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\"",
3156
+ "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
4215
3157
  "description": "Set the input's autocomplete property.",
4216
3158
  "options": [
4217
3159
  "name",
3160
+ "email",
3161
+ "tel",
4218
3162
  "url",
4219
- "off",
4220
3163
  "on",
4221
- "additional-name",
4222
- "address-level1",
4223
- "address-level2",
4224
- "address-level3",
4225
- "address-level4",
3164
+ "off",
3165
+ "honorific-prefix",
3166
+ "given-name",
3167
+ "additional-name",
3168
+ "family-name",
3169
+ "honorific-suffix",
3170
+ "nickname",
3171
+ "username",
3172
+ "new-password",
3173
+ "current-password",
3174
+ "one-time-code",
3175
+ "organization-title",
3176
+ "organization",
3177
+ "street-address",
4226
3178
  "address-line1",
4227
3179
  "address-line2",
4228
3180
  "address-line3",
4229
- "bday-day",
4230
- "bday-month",
4231
- "bday-year",
4232
- "cc-csc",
3181
+ "address-level4",
3182
+ "address-level3",
3183
+ "address-level2",
3184
+ "address-level1",
3185
+ "country",
3186
+ "country-name",
3187
+ "postal-code",
3188
+ "cc-name",
3189
+ "cc-given-name",
3190
+ "cc-additional-name",
3191
+ "cc-family-name",
3192
+ "cc-number",
4233
3193
  "cc-exp",
4234
3194
  "cc-exp-month",
4235
3195
  "cc-exp-year",
4236
- "cc-family-name",
4237
- "cc-given-name",
4238
- "cc-name",
4239
- "cc-number",
3196
+ "cc-csc",
4240
3197
  "cc-type",
4241
- "country",
4242
- "country-name",
4243
- "current-password",
4244
- "family-name",
4245
- "given-name",
4246
- "honorific-prefix",
4247
- "honorific-suffix",
4248
- "new-password",
4249
- "one-time-code",
4250
- "organization",
4251
- "postal-code",
4252
- "street-address",
4253
- "transaction-amount",
4254
3198
  "transaction-currency",
4255
- "username",
4256
- "email",
4257
- "tel",
4258
- "tel-area-code",
4259
- "tel-country-code",
4260
- "tel-extension",
4261
- "tel-local",
4262
- "tel-national",
4263
- "nickname",
4264
- "organization-title",
4265
- "cc-additional-name",
3199
+ "transaction-amount",
4266
3200
  "language",
4267
3201
  "bday",
3202
+ "bday-day",
3203
+ "bday-month",
3204
+ "bday-year",
4268
3205
  "sex",
3206
+ "tel-country-code",
3207
+ "tel-national",
3208
+ "tel-area-code",
3209
+ "tel-local",
3210
+ "tel-extension",
4269
3211
  "impp",
4270
3212
  "photo"
4271
3213
  ]
@@ -4279,18 +3221,18 @@
4279
3221
  ]
4280
3222
  },
4281
3223
  "ion-searchbar/cancel-button-icon": {
4282
- "type": "string | undefined",
4283
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
3224
+ "type": "string",
3225
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
4284
3226
  "options": []
4285
3227
  },
4286
3228
  "ion-searchbar/cancel-button-text": {
4287
3229
  "type": "string",
4288
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
3230
+ "description": "Set the the cancel button text. Only applies to `ios` mode.",
4289
3231
  "options": []
4290
3232
  },
4291
3233
  "ion-searchbar/clear-icon": {
4292
3234
  "type": "string | undefined",
4293
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
3235
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
4294
3236
  "options": []
4295
3237
  },
4296
3238
  "ion-searchbar/color": {
@@ -4357,7 +3299,7 @@
4357
3299
  },
4358
3300
  "ion-searchbar/mode": {
4359
3301
  "type": "\"ios\" | \"md\"",
4360
- "description": "The mode determines the platform behaviors of the component.",
3302
+ "description": "The mode determines which platform styles to use.",
4361
3303
  "options": [
4362
3304
  "ios",
4363
3305
  "md"
@@ -4374,19 +3316,10 @@
4374
3316
  "options": []
4375
3317
  },
4376
3318
  "ion-searchbar/search-icon": {
4377
- "type": "boolean | string | undefined",
4378
- "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.",
3319
+ "type": "string | undefined",
3320
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
4379
3321
  "options": []
4380
3322
  },
4381
- "ion-searchbar/shape": {
4382
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4383
- "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.",
4384
- "options": [
4385
- "rectangular",
4386
- "round",
4387
- "soft"
4388
- ]
4389
- },
4390
3323
  "ion-searchbar/show-cancel-button": {
4391
3324
  "type": "\"always\" | \"focus\" | \"never\"",
4392
3325
  "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.",
@@ -4405,29 +3338,11 @@
4405
3338
  "never"
4406
3339
  ]
4407
3340
  },
4408
- "ion-searchbar/size": {
4409
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4410
- "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.",
4411
- "options": [
4412
- "large",
4413
- "medium",
4414
- "small"
4415
- ]
4416
- },
4417
3341
  "ion-searchbar/spellcheck": {
4418
3342
  "type": "boolean",
4419
3343
  "description": "If `true`, enable spellcheck on the input.",
4420
3344
  "options": []
4421
3345
  },
4422
- "ion-searchbar/theme": {
4423
- "type": "\"ios\" | \"md\" | \"ionic\"",
4424
- "description": "The theme determines the visual appearance of the component.",
4425
- "options": [
4426
- "ios",
4427
- "md",
4428
- "ionic"
4429
- ]
4430
- },
4431
3346
  "ion-searchbar/type": {
4432
3347
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
4433
3348
  "description": "Set the type of the input.",
@@ -4468,7 +3383,7 @@
4468
3383
  },
4469
3384
  "ion-segment/mode": {
4470
3385
  "type": "\"ios\" | \"md\"",
4471
- "description": "The mode determines the platform behaviors of the component.",
3386
+ "description": "The mode determines which platform styles to use.",
4472
3387
  "options": [
4473
3388
  "ios",
4474
3389
  "md"
@@ -4489,15 +3404,6 @@
4489
3404
  "description": "If `true`, users will be able to swipe between segment buttons to activate them.",
4490
3405
  "options": []
4491
3406
  },
4492
- "ion-segment/theme": {
4493
- "type": "\"ios\" | \"md\" | \"ionic\"",
4494
- "description": "The theme determines the visual appearance of the component.",
4495
- "options": [
4496
- "ios",
4497
- "md",
4498
- "ionic"
4499
- ]
4500
- },
4501
3407
  "ion-segment/value": {
4502
3408
  "type": "number | string | undefined",
4503
3409
  "description": "the value of the segment.",
@@ -4527,21 +3433,12 @@
4527
3433
  },
4528
3434
  "ion-segment-button/mode": {
4529
3435
  "type": "\"ios\" | \"md\"",
4530
- "description": "The mode determines the platform behaviors of the component.",
3436
+ "description": "The mode determines which platform styles to use.",
4531
3437
  "options": [
4532
3438
  "ios",
4533
3439
  "md"
4534
3440
  ]
4535
3441
  },
4536
- "ion-segment-button/theme": {
4537
- "type": "\"ios\" | \"md\" | \"ionic\"",
4538
- "description": "The theme determines the visual appearance of the component.",
4539
- "options": [
4540
- "ios",
4541
- "md",
4542
- "ionic"
4543
- ]
4544
- },
4545
3442
  "ion-segment-button/type": {
4546
3443
  "type": "\"button\" | \"reset\" | \"submit\"",
4547
3444
  "description": "The type of the button.",
@@ -4598,12 +3495,12 @@
4598
3495
  },
4599
3496
  "ion-select/expanded-icon": {
4600
3497
  "type": "string | undefined",
4601
- "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.",
3498
+ "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
4602
3499
  "options": []
4603
3500
  },
4604
3501
  "ion-select/fill": {
4605
3502
  "type": "\"outline\" | \"solid\" | undefined",
4606
- "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.",
3503
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
4607
3504
  "options": [
4608
3505
  "outline",
4609
3506
  "solid"
@@ -4656,7 +3553,7 @@
4656
3553
  },
4657
3554
  "ion-select/mode": {
4658
3555
  "type": "\"ios\" | \"md\"",
4659
- "description": "The mode determines the platform behaviors of the component.",
3556
+ "description": "The mode determines which platform styles to use.",
4660
3557
  "options": [
4661
3558
  "ios",
4662
3559
  "md"
@@ -4693,35 +3590,15 @@
4693
3590
  "options": []
4694
3591
  },
4695
3592
  "ion-select/shape": {
4696
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4697
- "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.",
3593
+ "type": "\"round\" | undefined",
3594
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
4698
3595
  "options": [
4699
- "rectangular",
4700
- "round",
4701
- "soft"
4702
- ]
4703
- },
4704
- "ion-select/size": {
4705
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4706
- "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.",
4707
- "options": [
4708
- "large",
4709
- "medium",
4710
- "small"
4711
- ]
4712
- },
4713
- "ion-select/theme": {
4714
- "type": "\"ios\" | \"md\" | \"ionic\"",
4715
- "description": "The theme determines the visual appearance of the component.",
4716
- "options": [
4717
- "ios",
4718
- "md",
4719
- "ionic"
3596
+ "round"
4720
3597
  ]
4721
3598
  },
4722
3599
  "ion-select/toggle-icon": {
4723
3600
  "type": "string | undefined",
4724
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
3601
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
4725
3602
  "options": []
4726
3603
  },
4727
3604
  "ion-select/value": {
@@ -4749,23 +3626,6 @@
4749
3626
  "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.",
4750
3627
  "options": []
4751
3628
  },
4752
- "ion-select-option/mode": {
4753
- "type": "\"ios\" | \"md\"",
4754
- "description": "The mode determines the platform behaviors of the component.",
4755
- "options": [
4756
- "ios",
4757
- "md"
4758
- ]
4759
- },
4760
- "ion-select-option/theme": {
4761
- "type": "\"ios\" | \"md\" | \"ionic\"",
4762
- "description": "The theme determines the visual appearance of the component.",
4763
- "options": [
4764
- "ios",
4765
- "md",
4766
- "ionic"
4767
- ]
4768
- },
4769
3629
  "ion-select-option/value": {
4770
3630
  "type": "any",
4771
3631
  "description": "The text value of the option.",
@@ -4776,23 +3636,6 @@
4776
3636
  "description": "If `true`, the skeleton text will animate.",
4777
3637
  "options": []
4778
3638
  },
4779
- "ion-skeleton-text/mode": {
4780
- "type": "\"ios\" | \"md\"",
4781
- "description": "The mode determines the platform behaviors of the component.",
4782
- "options": [
4783
- "ios",
4784
- "md"
4785
- ]
4786
- },
4787
- "ion-skeleton-text/theme": {
4788
- "type": "\"ios\" | \"md\" | \"ionic\"",
4789
- "description": "The theme determines the visual appearance of the component.",
4790
- "options": [
4791
- "ios",
4792
- "md",
4793
- "ionic"
4794
- ]
4795
- },
4796
3639
  "ion-spinner/color": {
4797
3640
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4798
3641
  "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).",
@@ -4813,14 +3656,6 @@
4813
3656
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
4814
3657
  "options": []
4815
3658
  },
4816
- "ion-spinner/mode": {
4817
- "type": "\"ios\" | \"md\"",
4818
- "description": "The mode determines the platform behaviors of the component.",
4819
- "options": [
4820
- "ios",
4821
- "md"
4822
- ]
4823
- },
4824
3659
  "ion-spinner/name": {
4825
3660
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
4826
3661
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -4841,26 +3676,6 @@
4841
3676
  "description": "If `true`, the spinner's animation will be paused.",
4842
3677
  "options": []
4843
3678
  },
4844
- "ion-spinner/size": {
4845
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
4846
- "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.",
4847
- "options": [
4848
- "large",
4849
- "medium",
4850
- "small",
4851
- "xlarge",
4852
- "xsmall"
4853
- ]
4854
- },
4855
- "ion-spinner/theme": {
4856
- "type": "\"ios\" | \"md\" | \"ionic\"",
4857
- "description": "The theme determines the visual appearance of the component.",
4858
- "options": [
4859
- "ios",
4860
- "md",
4861
- "ionic"
4862
- ]
4863
- },
4864
3679
  "ion-split-pane/content-id": {
4865
3680
  "type": "string | undefined",
4866
3681
  "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`.",
@@ -4871,23 +3686,6 @@
4871
3686
  "description": "If `true`, the split pane will be hidden.",
4872
3687
  "options": []
4873
3688
  },
4874
- "ion-split-pane/mode": {
4875
- "type": "\"ios\" | \"md\"",
4876
- "description": "The mode determines the platform behaviors of the component.",
4877
- "options": [
4878
- "ios",
4879
- "md"
4880
- ]
4881
- },
4882
- "ion-split-pane/theme": {
4883
- "type": "\"ios\" | \"md\" | \"ionic\"",
4884
- "description": "The theme determines the visual appearance of the component.",
4885
- "options": [
4886
- "ios",
4887
- "md",
4888
- "ionic"
4889
- ]
4890
- },
4891
3689
  "ion-split-pane/when": {
4892
3690
  "type": "boolean | string",
4893
3691
  "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.",
@@ -4898,28 +3696,11 @@
4898
3696
  "description": "The component to display inside of the tab.",
4899
3697
  "options": []
4900
3698
  },
4901
- "ion-tab/mode": {
4902
- "type": "\"ios\" | \"md\"",
4903
- "description": "The mode determines the platform behaviors of the component.",
4904
- "options": [
4905
- "ios",
4906
- "md"
4907
- ]
4908
- },
4909
3699
  "ion-tab/tab": {
4910
3700
  "type": "string",
4911
3701
  "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.",
4912
3702
  "options": []
4913
3703
  },
4914
- "ion-tab/theme": {
4915
- "type": "\"ios\" | \"md\" | \"ionic\"",
4916
- "description": "The theme determines the visual appearance of the component.",
4917
- "options": [
4918
- "ios",
4919
- "md",
4920
- "ionic"
4921
- ]
4922
- },
4923
3704
  "ion-tab-bar/color": {
4924
3705
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4925
3706
  "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).",
@@ -4935,17 +3716,9 @@
4935
3716
  "warning"
4936
3717
  ]
4937
3718
  },
4938
- "ion-tab-bar/expand": {
4939
- "type": "\"compact\" | \"full\"",
4940
- "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\"`.",
4941
- "options": [
4942
- "compact",
4943
- "full"
4944
- ]
4945
- },
4946
3719
  "ion-tab-bar/mode": {
4947
3720
  "type": "\"ios\" | \"md\"",
4948
- "description": "The mode determines the platform behaviors of the component.",
3721
+ "description": "The mode determines which platform styles to use.",
4949
3722
  "options": [
4950
3723
  "ios",
4951
3724
  "md"
@@ -4956,27 +3729,9 @@
4956
3729
  "description": "The selected tab component",
4957
3730
  "options": []
4958
3731
  },
4959
- "ion-tab-bar/shape": {
4960
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4961
- "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.",
4962
- "options": [
4963
- "rectangular",
4964
- "round",
4965
- "soft"
4966
- ]
4967
- },
4968
- "ion-tab-bar/theme": {
4969
- "type": "\"ios\" | \"md\" | \"ionic\"",
4970
- "description": "The theme determines the visual appearance of the component.",
4971
- "options": [
4972
- "ios",
4973
- "md",
4974
- "ionic"
4975
- ]
4976
- },
4977
3732
  "ion-tab-bar/translucent": {
4978
3733
  "type": "boolean",
4979
- "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).",
3734
+ "description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
4980
3735
  "options": []
4981
3736
  },
4982
3737
  "ion-tab-button/disabled": {
@@ -5008,7 +3763,7 @@
5008
3763
  },
5009
3764
  "ion-tab-button/mode": {
5010
3765
  "type": "\"ios\" | \"md\"",
5011
- "description": "The mode determines the platform behaviors of the component.",
3766
+ "description": "The mode determines which platform styles to use.",
5012
3767
  "options": [
5013
3768
  "ios",
5014
3769
  "md"
@@ -5024,15 +3779,6 @@
5024
3779
  "description": "The selected tab component",
5025
3780
  "options": []
5026
3781
  },
5027
- "ion-tab-button/shape": {
5028
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5029
- "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.",
5030
- "options": [
5031
- "rectangular",
5032
- "round",
5033
- "soft"
5034
- ]
5035
- },
5036
3782
  "ion-tab-button/tab": {
5037
3783
  "type": "string | undefined",
5038
3784
  "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.",
@@ -5043,32 +3789,6 @@
5043
3789
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
5044
3790
  "options": []
5045
3791
  },
5046
- "ion-tab-button/theme": {
5047
- "type": "\"ios\" | \"md\" | \"ionic\"",
5048
- "description": "The theme determines the visual appearance of the component.",
5049
- "options": [
5050
- "ios",
5051
- "md",
5052
- "ionic"
5053
- ]
5054
- },
5055
- "ion-tabs/mode": {
5056
- "type": "\"ios\" | \"md\"",
5057
- "description": "The mode determines the platform behaviors of the component.",
5058
- "options": [
5059
- "ios",
5060
- "md"
5061
- ]
5062
- },
5063
- "ion-tabs/theme": {
5064
- "type": "\"ios\" | \"md\" | \"ionic\"",
5065
- "description": "The theme determines the visual appearance of the component.",
5066
- "options": [
5067
- "ios",
5068
- "md",
5069
- "ionic"
5070
- ]
5071
- },
5072
3792
  "ion-text/color": {
5073
3793
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5074
3794
  "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).",
@@ -5086,21 +3806,12 @@
5086
3806
  },
5087
3807
  "ion-text/mode": {
5088
3808
  "type": "\"ios\" | \"md\"",
5089
- "description": "The mode determines the platform behaviors of the component.",
3809
+ "description": "The mode determines which platform styles to use.",
5090
3810
  "options": [
5091
3811
  "ios",
5092
3812
  "md"
5093
3813
  ]
5094
3814
  },
5095
- "ion-text/theme": {
5096
- "type": "\"ios\" | \"md\" | \"ionic\"",
5097
- "description": "The theme determines the visual appearance of the component.",
5098
- "options": [
5099
- "ios",
5100
- "md",
5101
- "ionic"
5102
- ]
5103
- },
5104
3815
  "ion-textarea/auto-grow": {
5105
3816
  "type": "boolean",
5106
3817
  "description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
@@ -5181,7 +3892,7 @@
5181
3892
  },
5182
3893
  "ion-textarea/fill": {
5183
3894
  "type": "\"outline\" | \"solid\" | undefined",
5184
- "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\"`.",
3895
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
5185
3896
  "options": [
5186
3897
  "outline",
5187
3898
  "solid"
@@ -5234,7 +3945,7 @@
5234
3945
  },
5235
3946
  "ion-textarea/mode": {
5236
3947
  "type": "\"ios\" | \"md\"",
5237
- "description": "The mode determines the platform behaviors of the component.",
3948
+ "description": "The mode determines which platform styles to use.",
5238
3949
  "options": [
5239
3950
  "ios",
5240
3951
  "md"
@@ -5266,21 +3977,10 @@
5266
3977
  "options": []
5267
3978
  },
5268
3979
  "ion-textarea/shape": {
5269
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5270
- "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.",
5271
- "options": [
5272
- "rectangular",
5273
- "round",
5274
- "soft"
5275
- ]
5276
- },
5277
- "ion-textarea/size": {
5278
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
5279
- "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.",
3980
+ "type": "\"round\" | undefined",
3981
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
5280
3982
  "options": [
5281
- "large",
5282
- "medium",
5283
- "small"
3983
+ "round"
5284
3984
  ]
5285
3985
  },
5286
3986
  "ion-textarea/spellcheck": {
@@ -5288,15 +3988,6 @@
5288
3988
  "description": "If `true`, the element will have its spelling and grammar checked.",
5289
3989
  "options": []
5290
3990
  },
5291
- "ion-textarea/theme": {
5292
- "type": "\"ios\" | \"md\" | \"ionic\"",
5293
- "description": "The theme determines the visual appearance of the component.",
5294
- "options": [
5295
- "ios",
5296
- "md",
5297
- "ionic"
5298
- ]
5299
- },
5300
3991
  "ion-textarea/value": {
5301
3992
  "type": "null | string | undefined",
5302
3993
  "description": "The value of the textarea.",
@@ -5311,23 +4002,6 @@
5311
4002
  "soft"
5312
4003
  ]
5313
4004
  },
5314
- "ion-thumbnail/mode": {
5315
- "type": "\"ios\" | \"md\"",
5316
- "description": "The mode determines the platform behaviors of the component.",
5317
- "options": [
5318
- "ios",
5319
- "md"
5320
- ]
5321
- },
5322
- "ion-thumbnail/theme": {
5323
- "type": "\"ios\" | \"md\" | \"ionic\"",
5324
- "description": "The theme determines the visual appearance of the component.",
5325
- "options": [
5326
- "ios",
5327
- "md",
5328
- "ionic"
5329
- ]
5330
- },
5331
4005
  "ion-title/color": {
5332
4006
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5333
4007
  "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).",
@@ -5343,14 +4017,6 @@
5343
4017
  "warning"
5344
4018
  ]
5345
4019
  },
5346
- "ion-title/mode": {
5347
- "type": "\"ios\" | \"md\"",
5348
- "description": "The mode determines the platform behaviors of the component.",
5349
- "options": [
5350
- "ios",
5351
- "md"
5352
- ]
5353
- },
5354
4020
  "ion-title/size": {
5355
4021
  "type": "\"large\" | \"small\" | undefined",
5356
4022
  "description": "The size of the toolbar title.",
@@ -5359,15 +4025,6 @@
5359
4025
  "small"
5360
4026
  ]
5361
4027
  },
5362
- "ion-title/theme": {
5363
- "type": "\"ios\" | \"md\" | \"ionic\"",
5364
- "description": "The theme determines the visual appearance of the component.",
5365
- "options": [
5366
- "ios",
5367
- "md",
5368
- "ionic"
5369
- ]
5370
- },
5371
4028
  "ion-toast/animated": {
5372
4029
  "type": "boolean",
5373
4030
  "description": "If `true`, the toast will animate.",
@@ -5418,14 +4075,6 @@
5418
4075
  "description": "Additional attributes to pass to the toast.",
5419
4076
  "options": []
5420
4077
  },
5421
- "ion-toast/hue": {
5422
- "type": "\"bold\" | \"subtle\" | undefined",
5423
- "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.",
5424
- "options": [
5425
- "bold",
5426
- "subtle"
5427
- ]
5428
- },
5429
4078
  "ion-toast/icon": {
5430
4079
  "type": "string | undefined",
5431
4080
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -5461,7 +4110,7 @@
5461
4110
  },
5462
4111
  "ion-toast/mode": {
5463
4112
  "type": "\"ios\" | \"md\"",
5464
- "description": "The mode determines the platform behaviors of the component.",
4113
+ "description": "The mode determines which platform styles to use.",
5465
4114
  "options": [
5466
4115
  "ios",
5467
4116
  "md"
@@ -5481,15 +4130,6 @@
5481
4130
  "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.",
5482
4131
  "options": []
5483
4132
  },
5484
- "ion-toast/shape": {
5485
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5486
- "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.",
5487
- "options": [
5488
- "rectangular",
5489
- "round",
5490
- "soft"
5491
- ]
5492
- },
5493
4133
  "ion-toast/swipe-gesture": {
5494
4134
  "type": "\"vertical\" | undefined",
5495
4135
  "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.",
@@ -5497,18 +4137,9 @@
5497
4137
  "vertical"
5498
4138
  ]
5499
4139
  },
5500
- "ion-toast/theme": {
5501
- "type": "\"ios\" | \"md\" | \"ionic\"",
5502
- "description": "The theme determines the visual appearance of the component.",
5503
- "options": [
5504
- "ios",
5505
- "md",
5506
- "ionic"
5507
- ]
5508
- },
5509
4140
  "ion-toast/translucent": {
5510
4141
  "type": "boolean",
5511
- "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).",
4142
+ "description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
5512
4143
  "options": []
5513
4144
  },
5514
4145
  "ion-toast/trigger": {
@@ -5585,7 +4216,7 @@
5585
4216
  },
5586
4217
  "ion-toggle/mode": {
5587
4218
  "type": "\"ios\" | \"md\"",
5588
- "description": "The mode determines the platform behaviors of the component.",
4219
+ "description": "The mode determines which platform styles to use.",
5589
4220
  "options": [
5590
4221
  "ios",
5591
4222
  "md"
@@ -5601,15 +4232,6 @@
5601
4232
  "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.",
5602
4233
  "options": []
5603
4234
  },
5604
- "ion-toggle/theme": {
5605
- "type": "\"ios\" | \"md\" | \"ionic\"",
5606
- "description": "The theme determines the visual appearance of the component.",
5607
- "options": [
5608
- "ios",
5609
- "md",
5610
- "ionic"
5611
- ]
5612
- },
5613
4235
  "ion-toggle/value": {
5614
4236
  "type": "null | string | undefined",
5615
4237
  "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>`.",
@@ -5632,19 +4254,10 @@
5632
4254
  },
5633
4255
  "ion-toolbar/mode": {
5634
4256
  "type": "\"ios\" | \"md\"",
5635
- "description": "The mode determines the platform behaviors of the component.",
4257
+ "description": "The mode determines which platform styles to use.",
5636
4258
  "options": [
5637
4259
  "ios",
5638
4260
  "md"
5639
4261
  ]
5640
- },
5641
- "ion-toolbar/theme": {
5642
- "type": "\"ios\" | \"md\" | \"ionic\"",
5643
- "description": "The theme determines the visual appearance of the component.",
5644
- "options": [
5645
- "ios",
5646
- "md",
5647
- "ionic"
5648
- ]
5649
4262
  }
5650
4263
  }