@ionic/vue 8.4.1-dev.11732561669.1ff93af7 → 8.4.1-dev.11732646949.1aaebad5

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 (49) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css.map +1 -1
  4. package/css/flex-utils.css.map +1 -1
  5. package/css/float-elements.css.map +1 -1
  6. package/css/global.bundle.css.map +1 -1
  7. package/css/ionic-swiper.css +1 -1
  8. package/css/ionic-swiper.css.map +1 -1
  9. package/css/ionic.bundle.css +1 -1
  10. package/css/ionic.bundle.css.map +1 -1
  11. package/css/normalize.css.map +1 -1
  12. package/css/padding.css.map +1 -1
  13. package/css/palettes/dark.always.css.map +1 -1
  14. package/css/palettes/dark.class.css.map +1 -1
  15. package/css/palettes/dark.system.css.map +1 -1
  16. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  17. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  19. package/css/palettes/high-contrast.always.css.map +1 -1
  20. package/css/palettes/high-contrast.class.css.map +1 -1
  21. package/css/palettes/high-contrast.system.css.map +1 -1
  22. package/css/structure.css.map +1 -1
  23. package/css/text-alignment.css.map +1 -1
  24. package/css/text-transformation.css.map +1 -1
  25. package/css/typography.css.map +1 -1
  26. package/css/utils.bundle.css.map +1 -1
  27. package/dist/index.js +13 -31
  28. package/dist/index.js.map +1 -1
  29. package/dist/types/components/Overlays.d.ts +1 -1
  30. package/dist/vetur/attributes.json +179 -1472
  31. package/dist/vetur/tags.json +45 -199
  32. package/dist/web-types.json +116 -1347
  33. package/package.json +2 -2
  34. package/css/ionic/bundle.ionic.css +0 -1
  35. package/css/ionic/bundle.ionic.css.map +0 -1
  36. package/css/ionic/core.ionic.css +0 -1
  37. package/css/ionic/core.ionic.css.map +0 -1
  38. package/css/ionic/global.bundle.ionic.css +0 -1
  39. package/css/ionic/global.bundle.ionic.css.map +0 -1
  40. package/css/ionic/ionic-swiper.ionic.css +0 -1
  41. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  42. package/css/ionic/link.ionic.css +0 -1
  43. package/css/ionic/link.ionic.css.map +0 -1
  44. package/css/ionic/structure.ionic.css +0 -1
  45. package/css/ionic/structure.ionic.css.map +0 -1
  46. package/css/ionic/typography.ionic.css +0 -1
  47. package/css/ionic/typography.ionic.css.map +0 -1
  48. package/css/ionic/utils.bundle.ionic.css +0 -1
  49. 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,61 +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/mode": {
298
- "type": "\"ios\" | \"md\"",
299
- "description": "The mode determines the platform behaviors of the component.",
300
- "options": [
301
- "ios",
302
- "md"
303
- ]
304
- },
305
- "ion-avatar/shape": {
306
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
307
- "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.",
308
- "options": [
309
- "rectangular",
310
- "round",
311
- "soft"
312
- ]
313
- },
314
- "ion-avatar/size": {
315
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
316
- "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.",
317
- "options": [
318
- "large",
319
- "medium",
320
- "small",
321
- "xlarge",
322
- "xsmall",
323
- "xxsmall"
324
- ]
325
- },
326
- "ion-avatar/theme": {
327
- "type": "\"ios\" | \"md\" | \"ionic\"",
328
- "description": "The theme determines the visual appearance of the component.",
329
- "options": [
330
- "ios",
331
- "md",
332
- "ionic"
333
- ]
334
- },
335
235
  "ion-back-button/color": {
336
236
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
337
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).",
@@ -364,7 +264,7 @@
364
264
  },
365
265
  "ion-back-button/mode": {
366
266
  "type": "\"ios\" | \"md\"",
367
- "description": "The mode determines the platform behaviors of the component.",
267
+ "description": "The mode determines which platform styles to use.",
368
268
  "options": [
369
269
  "ios",
370
270
  "md"
@@ -380,15 +280,6 @@
380
280
  "description": "The text to display in the back button.",
381
281
  "options": []
382
282
  },
383
- "ion-back-button/theme": {
384
- "type": "\"ios\" | \"md\" | \"ionic\"",
385
- "description": "The theme determines the visual appearance of the component.",
386
- "options": [
387
- "ios",
388
- "md",
389
- "ionic"
390
- ]
391
- },
392
283
  "ion-back-button/type": {
393
284
  "type": "\"button\" | \"reset\" | \"submit\"",
394
285
  "description": "The type of the button.",
@@ -398,14 +289,6 @@
398
289
  "submit"
399
290
  ]
400
291
  },
401
- "ion-backdrop/mode": {
402
- "type": "\"ios\" | \"md\"",
403
- "description": "The mode determines the platform behaviors of the component.",
404
- "options": [
405
- "ios",
406
- "md"
407
- ]
408
- },
409
292
  "ion-backdrop/stop-propagation": {
410
293
  "type": "boolean",
411
294
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -416,15 +299,6 @@
416
299
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
417
300
  "options": []
418
301
  },
419
- "ion-backdrop/theme": {
420
- "type": "\"ios\" | \"md\" | \"ionic\"",
421
- "description": "The theme determines the visual appearance of the component.",
422
- "options": [
423
- "ios",
424
- "md",
425
- "ionic"
426
- ]
427
- },
428
302
  "ion-backdrop/visible": {
429
303
  "type": "boolean",
430
304
  "description": "If `true`, the backdrop will be visible.",
@@ -447,40 +321,12 @@
447
321
  },
448
322
  "ion-badge/mode": {
449
323
  "type": "\"ios\" | \"md\"",
450
- "description": "The mode determines the platform behaviors of the component.",
324
+ "description": "The mode determines which platform styles to use.",
451
325
  "options": [
452
326
  "ios",
453
327
  "md"
454
328
  ]
455
329
  },
456
- "ion-badge/shape": {
457
- "type": "\"round | rectangular\" | \"soft\" | undefined",
458
- "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.",
459
- "options": [
460
- "soft"
461
- ]
462
- },
463
- "ion-badge/size": {
464
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
465
- "description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
466
- "options": [
467
- "large",
468
- "medium",
469
- "small",
470
- "xlarge",
471
- "xsmall",
472
- "xxsmall"
473
- ]
474
- },
475
- "ion-badge/theme": {
476
- "type": "\"ios\" | \"md\" | \"ionic\"",
477
- "description": "The theme determines the visual appearance of the component.",
478
- "options": [
479
- "ios",
480
- "md",
481
- "ionic"
482
- ]
483
- },
484
330
  "ion-breadcrumb/active": {
485
331
  "type": "boolean",
486
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.",
@@ -518,7 +364,7 @@
518
364
  },
519
365
  "ion-breadcrumb/mode": {
520
366
  "type": "\"ios\" | \"md\"",
521
- "description": "The mode determines the platform behaviors of the component.",
367
+ "description": "The mode determines which platform styles to use.",
522
368
  "options": [
523
369
  "ios",
524
370
  "md"
@@ -553,15 +399,6 @@
553
399
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
554
400
  "options": []
555
401
  },
556
- "ion-breadcrumb/theme": {
557
- "type": "\"ios\" | \"md\" | \"ionic\"",
558
- "description": "The theme determines the visual appearance of the component.",
559
- "options": [
560
- "ios",
561
- "md",
562
- "ionic"
563
- ]
564
- },
565
402
  "ion-breadcrumbs/color": {
566
403
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
567
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).",
@@ -594,21 +431,12 @@
594
431
  },
595
432
  "ion-breadcrumbs/mode": {
596
433
  "type": "\"ios\" | \"md\"",
597
- "description": "The mode determines the platform behaviors of the component.",
434
+ "description": "The mode determines which platform styles to use.",
598
435
  "options": [
599
436
  "ios",
600
437
  "md"
601
438
  ]
602
439
  },
603
- "ion-breadcrumbs/theme": {
604
- "type": "\"ios\" | \"md\" | \"ionic\"",
605
- "description": "The theme determines the visual appearance of the component.",
606
- "options": [
607
- "ios",
608
- "md",
609
- "ionic"
610
- ]
611
- },
612
440
  "ion-button/button-type": {
613
441
  "type": "string",
614
442
  "description": "The type of button.",
@@ -669,7 +497,7 @@
669
497
  },
670
498
  "ion-button/mode": {
671
499
  "type": "\"ios\" | \"md\"",
672
- "description": "The mode determines the platform behaviors of the component.",
500
+ "description": "The mode determines which platform styles to use.",
673
501
  "options": [
674
502
  "ios",
675
503
  "md"
@@ -695,23 +523,19 @@
695
523
  ]
696
524
  },
697
525
  "ion-button/shape": {
698
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
699
- "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.",
700
528
  "options": [
701
- "rectangular",
702
- "round",
703
- "soft"
529
+ "round"
704
530
  ]
705
531
  },
706
532
  "ion-button/size": {
707
- "type": "\"default\" | \"large\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
533
+ "type": "\"default\" | \"large\" | \"small\" | undefined",
708
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.",
709
535
  "options": [
710
536
  "default",
711
537
  "large",
712
- "small",
713
- "xlarge",
714
- "xsmall"
538
+ "small"
715
539
  ]
716
540
  },
717
541
  "ion-button/strong": {
@@ -724,15 +548,6 @@
724
548
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
725
549
  "options": []
726
550
  },
727
- "ion-button/theme": {
728
- "type": "\"ios\" | \"md\" | \"ionic\"",
729
- "description": "The theme determines the visual appearance of the component.",
730
- "options": [
731
- "ios",
732
- "md",
733
- "ionic"
734
- ]
735
- },
736
551
  "ion-button/type": {
737
552
  "type": "\"button\" | \"reset\" | \"submit\"",
738
553
  "description": "The type of the button.",
@@ -744,26 +559,9 @@
744
559
  },
745
560
  "ion-buttons/collapse": {
746
561
  "type": "boolean",
747
- "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)",
748
563
  "options": []
749
564
  },
750
- "ion-buttons/mode": {
751
- "type": "\"ios\" | \"md\"",
752
- "description": "The mode determines the platform behaviors of the component.",
753
- "options": [
754
- "ios",
755
- "md"
756
- ]
757
- },
758
- "ion-buttons/theme": {
759
- "type": "\"ios\" | \"md\" | \"ionic\"",
760
- "description": "The theme determines the visual appearance of the component.",
761
- "options": [
762
- "ios",
763
- "md",
764
- "ionic"
765
- ]
766
- },
767
565
  "ion-card/button": {
768
566
  "type": "boolean",
769
567
  "description": "If `true`, a button tag will be rendered and the card will be tappable.",
@@ -801,7 +599,7 @@
801
599
  },
802
600
  "ion-card/mode": {
803
601
  "type": "\"ios\" | \"md\"",
804
- "description": "The mode determines the platform behaviors of the component.",
602
+ "description": "The mode determines which platform styles to use.",
805
603
  "options": [
806
604
  "ios",
807
605
  "md"
@@ -826,29 +624,11 @@
826
624
  "root"
827
625
  ]
828
626
  },
829
- "ion-card/shape": {
830
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
831
- "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\"`.",
832
- "options": [
833
- "rectangular",
834
- "round",
835
- "soft"
836
- ]
837
- },
838
627
  "ion-card/target": {
839
628
  "type": "string | undefined",
840
629
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
841
630
  "options": []
842
631
  },
843
- "ion-card/theme": {
844
- "type": "\"ios\" | \"md\" | \"ionic\"",
845
- "description": "The theme determines the visual appearance of the component.",
846
- "options": [
847
- "ios",
848
- "md",
849
- "ionic"
850
- ]
851
- },
852
632
  "ion-card/type": {
853
633
  "type": "\"button\" | \"reset\" | \"submit\"",
854
634
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -860,21 +640,12 @@
860
640
  },
861
641
  "ion-card-content/mode": {
862
642
  "type": "\"ios\" | \"md\"",
863
- "description": "The mode determines the platform behaviors of the component.",
643
+ "description": "The mode determines which platform styles to use.",
864
644
  "options": [
865
645
  "ios",
866
646
  "md"
867
647
  ]
868
648
  },
869
- "ion-card-content/theme": {
870
- "type": "\"ios\" | \"md\" | \"ionic\"",
871
- "description": "The theme determines the visual appearance of the component.",
872
- "options": [
873
- "ios",
874
- "md",
875
- "ionic"
876
- ]
877
- },
878
649
  "ion-card-header/color": {
879
650
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
880
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).",
@@ -892,24 +663,15 @@
892
663
  },
893
664
  "ion-card-header/mode": {
894
665
  "type": "\"ios\" | \"md\"",
895
- "description": "The mode determines the platform behaviors of the component.",
666
+ "description": "The mode determines which platform styles to use.",
896
667
  "options": [
897
668
  "ios",
898
669
  "md"
899
670
  ]
900
671
  },
901
- "ion-card-header/theme": {
902
- "type": "\"ios\" | \"md\" | \"ionic\"",
903
- "description": "The theme determines the visual appearance of the component.",
904
- "options": [
905
- "ios",
906
- "md",
907
- "ionic"
908
- ]
909
- },
910
672
  "ion-card-header/translucent": {
911
673
  "type": "boolean",
912
- "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).",
913
675
  "options": []
914
676
  },
915
677
  "ion-card-subtitle/color": {
@@ -929,21 +691,12 @@
929
691
  },
930
692
  "ion-card-subtitle/mode": {
931
693
  "type": "\"ios\" | \"md\"",
932
- "description": "The mode determines the platform behaviors of the component.",
694
+ "description": "The mode determines which platform styles to use.",
933
695
  "options": [
934
696
  "ios",
935
697
  "md"
936
698
  ]
937
699
  },
938
- "ion-card-subtitle/theme": {
939
- "type": "\"ios\" | \"md\" | \"ionic\"",
940
- "description": "The theme determines the visual appearance of the component.",
941
- "options": [
942
- "ios",
943
- "md",
944
- "ionic"
945
- ]
946
- },
947
700
  "ion-card-title/color": {
948
701
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
949
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).",
@@ -961,21 +714,12 @@
961
714
  },
962
715
  "ion-card-title/mode": {
963
716
  "type": "\"ios\" | \"md\"",
964
- "description": "The mode determines the platform behaviors of the component.",
717
+ "description": "The mode determines which platform styles to use.",
965
718
  "options": [
966
719
  "ios",
967
720
  "md"
968
721
  ]
969
722
  },
970
- "ion-card-title/theme": {
971
- "type": "\"ios\" | \"md\" | \"ionic\"",
972
- "description": "The theme determines the visual appearance of the component.",
973
- "options": [
974
- "ios",
975
- "md",
976
- "ionic"
977
- ]
978
- },
979
723
  "ion-checkbox/alignment": {
980
724
  "type": "\"center\" | \"start\" | undefined",
981
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`.",
@@ -1035,7 +779,7 @@
1035
779
  },
1036
780
  "ion-checkbox/mode": {
1037
781
  "type": "\"ios\" | \"md\"",
1038
- "description": "The mode determines the platform behaviors of the component.",
782
+ "description": "The mode determines which platform styles to use.",
1039
783
  "options": [
1040
784
  "ios",
1041
785
  "md"
@@ -1046,30 +790,6 @@
1046
790
  "description": "The name of the control, which is submitted with the form data.",
1047
791
  "options": []
1048
792
  },
1049
- "ion-checkbox/shape": {
1050
- "type": "\"rectangular\" | \"soft\" | undefined",
1051
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1052
- "options": [
1053
- "rectangular",
1054
- "soft"
1055
- ]
1056
- },
1057
- "ion-checkbox/size": {
1058
- "type": "\"small\" | undefined",
1059
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1060
- "options": [
1061
- "small"
1062
- ]
1063
- },
1064
- "ion-checkbox/theme": {
1065
- "type": "\"ios\" | \"md\" | \"ionic\"",
1066
- "description": "The theme determines the visual appearance of the component.",
1067
- "options": [
1068
- "ios",
1069
- "md",
1070
- "ionic"
1071
- ]
1072
- },
1073
793
  "ion-checkbox/value": {
1074
794
  "type": "any",
1075
795
  "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>`.",
@@ -1097,7 +817,7 @@
1097
817
  },
1098
818
  "ion-chip/mode": {
1099
819
  "type": "\"ios\" | \"md\"",
1100
- "description": "The mode determines the platform behaviors of the component.",
820
+ "description": "The mode determines which platform styles to use.",
1101
821
  "options": [
1102
822
  "ios",
1103
823
  "md"
@@ -1108,40 +828,6 @@
1108
828
  "description": "Display an outline style button.",
1109
829
  "options": []
1110
830
  },
1111
- "ion-chip/shape": {
1112
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
1113
- "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.",
1114
- "options": [
1115
- "rectangular",
1116
- "round",
1117
- "soft"
1118
- ]
1119
- },
1120
- "ion-chip/size": {
1121
- "type": "\"large\" | \"small\" | undefined",
1122
- "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.",
1123
- "options": [
1124
- "large",
1125
- "small"
1126
- ]
1127
- },
1128
- "ion-chip/theme": {
1129
- "type": "\"ios\" | \"md\" | \"ionic\"",
1130
- "description": "The theme determines the visual appearance of the component.",
1131
- "options": [
1132
- "ios",
1133
- "md",
1134
- "ionic"
1135
- ]
1136
- },
1137
- "ion-col/mode": {
1138
- "type": "\"ios\" | \"md\"",
1139
- "description": "The mode determines the platform behaviors of the component.",
1140
- "options": [
1141
- "ios",
1142
- "md"
1143
- ]
1144
- },
1145
831
  "ion-col/offset": {
1146
832
  "type": "string | undefined",
1147
833
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -1262,15 +948,6 @@
1262
948
  "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.",
1263
949
  "options": []
1264
950
  },
1265
- "ion-col/theme": {
1266
- "type": "\"ios\" | \"md\" | \"ionic\"",
1267
- "description": "The theme determines the visual appearance of the component.",
1268
- "options": [
1269
- "ios",
1270
- "md",
1271
- "ionic"
1272
- ]
1273
- },
1274
951
  "ion-content/color": {
1275
952
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
1276
953
  "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).",
@@ -1304,14 +981,6 @@
1304
981
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
1305
982
  "options": []
1306
983
  },
1307
- "ion-content/mode": {
1308
- "type": "\"ios\" | \"md\"",
1309
- "description": "The mode determines the platform behaviors of the component.",
1310
- "options": [
1311
- "ios",
1312
- "md"
1313
- ]
1314
- },
1315
984
  "ion-content/scroll-events": {
1316
985
  "type": "boolean",
1317
986
  "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`.",
@@ -1327,15 +996,6 @@
1327
996
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
1328
997
  "options": []
1329
998
  },
1330
- "ion-content/theme": {
1331
- "type": "\"ios\" | \"md\" | \"ionic\"",
1332
- "description": "The theme determines the visual appearance of the component.",
1333
- "options": [
1334
- "ios",
1335
- "md",
1336
- "ionic"
1337
- ]
1338
- },
1339
999
  "ion-datetime/cancel-text": {
1340
1000
  "type": "string",
1341
1001
  "description": "The text to display on the picker's cancel button.",
@@ -1433,7 +1093,7 @@
1433
1093
  },
1434
1094
  "ion-datetime/mode": {
1435
1095
  "type": "\"ios\" | \"md\"",
1436
- "description": "The mode determines the platform behaviors of the component.",
1096
+ "description": "The mode determines which platform styles to use.",
1437
1097
  "options": [
1438
1098
  "ios",
1439
1099
  "md"
@@ -1505,15 +1165,6 @@
1505
1165
  "fixed"
1506
1166
  ]
1507
1167
  },
1508
- "ion-datetime/theme": {
1509
- "type": "\"ios\" | \"md\" | \"ionic\"",
1510
- "description": "The theme determines the visual appearance of the component.",
1511
- "options": [
1512
- "ios",
1513
- "md",
1514
- "ionic"
1515
- ]
1516
- },
1517
1168
  "ion-datetime/title-selected-dates-formatter": {
1518
1169
  "type": "((selectedDates: string[]) => string) | undefined",
1519
1170
  "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.",
@@ -1556,21 +1207,12 @@
1556
1207
  },
1557
1208
  "ion-datetime-button/mode": {
1558
1209
  "type": "\"ios\" | \"md\"",
1559
- "description": "The mode determines the platform behaviors of the component.",
1210
+ "description": "The mode determines which platform styles to use.",
1560
1211
  "options": [
1561
1212
  "ios",
1562
1213
  "md"
1563
1214
  ]
1564
1215
  },
1565
- "ion-datetime-button/theme": {
1566
- "type": "\"ios\" | \"md\" | \"ionic\"",
1567
- "description": "The theme determines the visual appearance of the component.",
1568
- "options": [
1569
- "ios",
1570
- "md",
1571
- "ionic"
1572
- ]
1573
- },
1574
1216
  "ion-fab/activated": {
1575
1217
  "type": "boolean",
1576
1218
  "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.",
@@ -1590,23 +1232,6 @@
1590
1232
  "start"
1591
1233
  ]
1592
1234
  },
1593
- "ion-fab/mode": {
1594
- "type": "\"ios\" | \"md\"",
1595
- "description": "The mode determines the platform behaviors of the component.",
1596
- "options": [
1597
- "ios",
1598
- "md"
1599
- ]
1600
- },
1601
- "ion-fab/theme": {
1602
- "type": "\"ios\" | \"md\" | \"ionic\"",
1603
- "description": "The theme determines the visual appearance of the component.",
1604
- "options": [
1605
- "ios",
1606
- "md",
1607
- "ionic"
1608
- ]
1609
- },
1610
1235
  "ion-fab/vertical": {
1611
1236
  "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1612
1237
  "description": "Where to align the fab vertically in the viewport.",
@@ -1622,7 +1247,7 @@
1622
1247
  "options": []
1623
1248
  },
1624
1249
  "ion-fab-button/close-icon": {
1625
- "type": "string | undefined",
1250
+ "type": "string",
1626
1251
  "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.",
1627
1252
  "options": []
1628
1253
  },
@@ -1658,7 +1283,7 @@
1658
1283
  },
1659
1284
  "ion-fab-button/mode": {
1660
1285
  "type": "\"ios\" | \"md\"",
1661
- "description": "The mode determines the platform behaviors of the component.",
1286
+ "description": "The mode determines which platform styles to use.",
1662
1287
  "options": [
1663
1288
  "ios",
1664
1289
  "md"
@@ -1700,18 +1325,9 @@
1700
1325
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1701
1326
  "options": []
1702
1327
  },
1703
- "ion-fab-button/theme": {
1704
- "type": "\"ios\" | \"md\" | \"ionic\"",
1705
- "description": "The theme determines the visual appearance of the component.",
1706
- "options": [
1707
- "ios",
1708
- "md",
1709
- "ionic"
1710
- ]
1711
- },
1712
1328
  "ion-fab-button/translucent": {
1713
1329
  "type": "boolean",
1714
- "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).",
1330
+ "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).",
1715
1331
  "options": []
1716
1332
  },
1717
1333
  "ion-fab-button/type": {
@@ -1728,14 +1344,6 @@
1728
1344
  "description": "If `true`, the fab list will show all fab buttons in the list.",
1729
1345
  "options": []
1730
1346
  },
1731
- "ion-fab-list/mode": {
1732
- "type": "\"ios\" | \"md\"",
1733
- "description": "The mode determines the platform behaviors of the component.",
1734
- "options": [
1735
- "ios",
1736
- "md"
1737
- ]
1738
- },
1739
1347
  "ion-fab-list/side": {
1740
1348
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
1741
1349
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -1746,42 +1354,24 @@
1746
1354
  "top"
1747
1355
  ]
1748
1356
  },
1749
- "ion-fab-list/theme": {
1750
- "type": "\"ios\" | \"md\" | \"ionic\"",
1751
- "description": "The theme determines the visual appearance of the component.",
1752
- "options": [
1753
- "ios",
1754
- "md",
1755
- "ionic"
1756
- ]
1757
- },
1758
1357
  "ion-footer/collapse": {
1759
1358
  "type": "\"fade\" | undefined",
1760
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
1359
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
1761
1360
  "options": [
1762
1361
  "fade"
1763
1362
  ]
1764
1363
  },
1765
1364
  "ion-footer/mode": {
1766
1365
  "type": "\"ios\" | \"md\"",
1767
- "description": "The mode determines the platform behaviors of the component.",
1366
+ "description": "The mode determines which platform styles to use.",
1768
1367
  "options": [
1769
1368
  "ios",
1770
1369
  "md"
1771
1370
  ]
1772
1371
  },
1773
- "ion-footer/theme": {
1774
- "type": "\"ios\" | \"md\" | \"ionic\"",
1775
- "description": "The theme determines the visual appearance of the component.",
1776
- "options": [
1777
- "ios",
1778
- "md",
1779
- "ionic"
1780
- ]
1781
- },
1782
1372
  "ion-footer/translucent": {
1783
1373
  "type": "boolean",
1784
- "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.",
1374
+ "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.",
1785
1375
  "options": []
1786
1376
  },
1787
1377
  "ion-grid/fixed": {
@@ -1789,56 +1379,25 @@
1789
1379
  "description": "If `true`, the grid will have a fixed width based on the screen size.",
1790
1380
  "options": []
1791
1381
  },
1792
- "ion-grid/mode": {
1793
- "type": "\"ios\" | \"md\"",
1794
- "description": "The mode determines the platform behaviors of the component.",
1795
- "options": [
1796
- "ios",
1797
- "md"
1798
- ]
1799
- },
1800
- "ion-grid/theme": {
1801
- "type": "\"ios\" | \"md\" | \"ionic\"",
1802
- "description": "The theme determines the visual appearance of the component.",
1803
- "options": [
1804
- "ios",
1805
- "md",
1806
- "ionic"
1807
- ]
1808
- },
1809
1382
  "ion-header/collapse": {
1810
1383
  "type": "\"condense\" | \"fade\" | undefined",
1811
- "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)",
1384
+ "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)",
1812
1385
  "options": [
1813
1386
  "condense",
1814
1387
  "fade"
1815
1388
  ]
1816
1389
  },
1817
- "ion-header/divider": {
1818
- "type": "boolean",
1819
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
1820
- "options": []
1821
- },
1822
1390
  "ion-header/mode": {
1823
1391
  "type": "\"ios\" | \"md\"",
1824
- "description": "The mode determines the platform behaviors of the component.",
1392
+ "description": "The mode determines which platform styles to use.",
1825
1393
  "options": [
1826
1394
  "ios",
1827
1395
  "md"
1828
1396
  ]
1829
1397
  },
1830
- "ion-header/theme": {
1831
- "type": "\"ios\" | \"md\" | \"ionic\"",
1832
- "description": "The theme determines the visual appearance of the component.",
1833
- "options": [
1834
- "ios",
1835
- "md",
1836
- "ionic"
1837
- ]
1838
- },
1839
1398
  "ion-header/translucent": {
1840
1399
  "type": "boolean",
1841
- "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.",
1400
+ "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.",
1842
1401
  "options": []
1843
1402
  },
1844
1403
  "ion-img/alt": {
@@ -1846,41 +1405,16 @@
1846
1405
  "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.",
1847
1406
  "options": []
1848
1407
  },
1849
- "ion-img/mode": {
1850
- "type": "\"ios\" | \"md\"",
1851
- "description": "The mode determines the platform behaviors of the component.",
1852
- "options": [
1853
- "ios",
1854
- "md"
1855
- ]
1856
- },
1857
1408
  "ion-img/src": {
1858
1409
  "type": "string | undefined",
1859
1410
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
1860
1411
  "options": []
1861
1412
  },
1862
- "ion-img/theme": {
1863
- "type": "\"ios\" | \"md\" | \"ionic\"",
1864
- "description": "The theme determines the visual appearance of the component.",
1865
- "options": [
1866
- "ios",
1867
- "md",
1868
- "ionic"
1869
- ]
1870
- },
1871
1413
  "ion-infinite-scroll/disabled": {
1872
1414
  "type": "boolean",
1873
1415
  "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.",
1874
1416
  "options": []
1875
1417
  },
1876
- "ion-infinite-scroll/mode": {
1877
- "type": "\"ios\" | \"md\"",
1878
- "description": "The mode determines the platform behaviors of the component.",
1879
- "options": [
1880
- "ios",
1881
- "md"
1882
- ]
1883
- },
1884
1418
  "ion-infinite-scroll/position": {
1885
1419
  "type": "\"bottom\" | \"top\"",
1886
1420
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -1889,15 +1423,6 @@
1889
1423
  "top"
1890
1424
  ]
1891
1425
  },
1892
- "ion-infinite-scroll/theme": {
1893
- "type": "\"ios\" | \"md\" | \"ionic\"",
1894
- "description": "The theme determines the visual appearance of the component.",
1895
- "options": [
1896
- "ios",
1897
- "md",
1898
- "ionic"
1899
- ]
1900
- },
1901
1426
  "ion-infinite-scroll/threshold": {
1902
1427
  "type": "string",
1903
1428
  "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.",
@@ -1923,84 +1448,67 @@
1923
1448
  "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.",
1924
1449
  "options": []
1925
1450
  },
1926
- "ion-infinite-scroll-content/mode": {
1927
- "type": "\"ios\" | \"md\"",
1928
- "description": "The mode determines the platform behaviors of the component.",
1929
- "options": [
1930
- "ios",
1931
- "md"
1932
- ]
1933
- },
1934
- "ion-infinite-scroll-content/theme": {
1935
- "type": "\"ios\" | \"md\" | \"ionic\"",
1936
- "description": "The theme determines the visual appearance of the component.",
1937
- "options": [
1938
- "ios",
1939
- "md",
1940
- "ionic"
1941
- ]
1942
- },
1943
1451
  "ion-input/autocapitalize": {
1944
1452
  "type": "string",
1945
1453
  "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\"`.",
1946
1454
  "options": []
1947
1455
  },
1948
1456
  "ion-input/autocomplete": {
1949
- "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\"",
1457
+ "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\"",
1950
1458
  "description": "Indicates whether the value of the control can be automatically completed by the browser.",
1951
1459
  "options": [
1952
1460
  "name",
1461
+ "email",
1462
+ "tel",
1953
1463
  "url",
1954
- "off",
1955
1464
  "on",
1465
+ "off",
1466
+ "honorific-prefix",
1467
+ "given-name",
1956
1468
  "additional-name",
1957
- "address-level1",
1958
- "address-level2",
1959
- "address-level3",
1960
- "address-level4",
1469
+ "family-name",
1470
+ "honorific-suffix",
1471
+ "nickname",
1472
+ "username",
1473
+ "new-password",
1474
+ "current-password",
1475
+ "one-time-code",
1476
+ "organization-title",
1477
+ "organization",
1478
+ "street-address",
1961
1479
  "address-line1",
1962
1480
  "address-line2",
1963
1481
  "address-line3",
1964
- "bday-day",
1965
- "bday-month",
1966
- "bday-year",
1967
- "cc-csc",
1482
+ "address-level4",
1483
+ "address-level3",
1484
+ "address-level2",
1485
+ "address-level1",
1486
+ "country",
1487
+ "country-name",
1488
+ "postal-code",
1489
+ "cc-name",
1490
+ "cc-given-name",
1491
+ "cc-additional-name",
1492
+ "cc-family-name",
1493
+ "cc-number",
1968
1494
  "cc-exp",
1969
1495
  "cc-exp-month",
1970
1496
  "cc-exp-year",
1971
- "cc-family-name",
1972
- "cc-given-name",
1973
- "cc-name",
1974
- "cc-number",
1497
+ "cc-csc",
1975
1498
  "cc-type",
1976
- "country",
1977
- "country-name",
1978
- "current-password",
1979
- "family-name",
1980
- "given-name",
1981
- "honorific-prefix",
1982
- "honorific-suffix",
1983
- "new-password",
1984
- "one-time-code",
1985
- "organization",
1986
- "postal-code",
1987
- "street-address",
1988
- "transaction-amount",
1989
1499
  "transaction-currency",
1990
- "username",
1991
- "email",
1992
- "tel",
1993
- "tel-area-code",
1994
- "tel-country-code",
1995
- "tel-extension",
1996
- "tel-local",
1997
- "tel-national",
1998
- "nickname",
1999
- "organization-title",
2000
- "cc-additional-name",
1500
+ "transaction-amount",
2001
1501
  "language",
2002
1502
  "bday",
1503
+ "bday-day",
1504
+ "bday-month",
1505
+ "bday-year",
2003
1506
  "sex",
1507
+ "tel-country-code",
1508
+ "tel-national",
1509
+ "tel-area-code",
1510
+ "tel-local",
1511
+ "tel-extension",
2004
1512
  "impp",
2005
1513
  "photo"
2006
1514
  ]
@@ -2088,7 +1596,7 @@
2088
1596
  },
2089
1597
  "ion-input/fill": {
2090
1598
  "type": "\"outline\" | \"solid\" | undefined",
2091
- "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\"`.",
1599
+ "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.",
2092
1600
  "options": [
2093
1601
  "outline",
2094
1602
  "solid"
@@ -2119,8 +1627,8 @@
2119
1627
  "options": []
2120
1628
  },
2121
1629
  "ion-input/label-placement": {
2122
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
2123
- "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.",
1630
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
1631
+ "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 (\"...\").",
2124
1632
  "options": [
2125
1633
  "end",
2126
1634
  "fixed",
@@ -2151,7 +1659,7 @@
2151
1659
  },
2152
1660
  "ion-input/mode": {
2153
1661
  "type": "\"ios\" | \"md\"",
2154
- "description": "The mode determines the platform behaviors of the component.",
1662
+ "description": "The mode determines which platform styles to use.",
2155
1663
  "options": [
2156
1664
  "ios",
2157
1665
  "md"
@@ -2188,21 +1696,10 @@
2188
1696
  "options": []
2189
1697
  },
2190
1698
  "ion-input/shape": {
2191
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2192
- "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\"`.",
2193
- "options": [
2194
- "rectangular",
2195
- "round",
2196
- "soft"
2197
- ]
2198
- },
2199
- "ion-input/size": {
2200
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
2201
- "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.",
1699
+ "type": "\"round\" | undefined",
1700
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
2202
1701
  "options": [
2203
- "large",
2204
- "medium",
2205
- "xlarge"
1702
+ "round"
2206
1703
  ]
2207
1704
  },
2208
1705
  "ion-input/spellcheck": {
@@ -2215,15 +1712,6 @@
2215
1712
  "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.",
2216
1713
  "options": []
2217
1714
  },
2218
- "ion-input/theme": {
2219
- "type": "\"ios\" | \"md\" | \"ionic\"",
2220
- "description": "The theme determines the visual appearance of the component.",
2221
- "options": [
2222
- "ios",
2223
- "md",
2224
- "ionic"
2225
- ]
2226
- },
2227
1715
  "ion-input/type": {
2228
1716
  "type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
2229
1717
  "description": "The type of control to display. The default type is text.",
@@ -2302,11 +1790,11 @@
2302
1790
  },
2303
1791
  "ion-item/detail": {
2304
1792
  "type": "boolean | undefined",
2305
- "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.",
1793
+ "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.",
2306
1794
  "options": []
2307
1795
  },
2308
1796
  "ion-item/detail-icon": {
2309
- "type": "string | undefined",
1797
+ "type": "string",
2310
1798
  "description": "The icon to use when `detail` is set to `true`.",
2311
1799
  "options": []
2312
1800
  },
@@ -2336,7 +1824,7 @@
2336
1824
  },
2337
1825
  "ion-item/mode": {
2338
1826
  "type": "\"ios\" | \"md\"",
2339
- "description": "The mode determines the platform behaviors of the component.",
1827
+ "description": "The mode determines which platform styles to use.",
2340
1828
  "options": [
2341
1829
  "ios",
2342
1830
  "md"
@@ -2366,15 +1854,6 @@
2366
1854
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2367
1855
  "options": []
2368
1856
  },
2369
- "ion-item/theme": {
2370
- "type": "\"ios\" | \"md\" | \"ionic\"",
2371
- "description": "The theme determines the visual appearance of the component.",
2372
- "options": [
2373
- "ios",
2374
- "md",
2375
- "ionic"
2376
- ]
2377
- },
2378
1857
  "ion-item/type": {
2379
1858
  "type": "\"button\" | \"reset\" | \"submit\"",
2380
1859
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -2401,7 +1880,7 @@
2401
1880
  },
2402
1881
  "ion-item-divider/mode": {
2403
1882
  "type": "\"ios\" | \"md\"",
2404
- "description": "The mode determines the platform behaviors of the component.",
1883
+ "description": "The mode determines which platform styles to use.",
2405
1884
  "options": [
2406
1885
  "ios",
2407
1886
  "md"
@@ -2412,32 +1891,6 @@
2412
1891
  "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",
2413
1892
  "options": []
2414
1893
  },
2415
- "ion-item-divider/theme": {
2416
- "type": "\"ios\" | \"md\" | \"ionic\"",
2417
- "description": "The theme determines the visual appearance of the component.",
2418
- "options": [
2419
- "ios",
2420
- "md",
2421
- "ionic"
2422
- ]
2423
- },
2424
- "ion-item-group/mode": {
2425
- "type": "\"ios\" | \"md\"",
2426
- "description": "The mode determines the platform behaviors of the component.",
2427
- "options": [
2428
- "ios",
2429
- "md"
2430
- ]
2431
- },
2432
- "ion-item-group/theme": {
2433
- "type": "\"ios\" | \"md\" | \"ionic\"",
2434
- "description": "The theme determines the visual appearance of the component.",
2435
- "options": [
2436
- "ios",
2437
- "md",
2438
- "ionic"
2439
- ]
2440
- },
2441
1894
  "ion-item-option/color": {
2442
1895
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2443
1896
  "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).",
@@ -2475,7 +1928,7 @@
2475
1928
  },
2476
1929
  "ion-item-option/mode": {
2477
1930
  "type": "\"ios\" | \"md\"",
2478
- "description": "The mode determines the platform behaviors of the component.",
1931
+ "description": "The mode determines which platform styles to use.",
2479
1932
  "options": [
2480
1933
  "ios",
2481
1934
  "md"
@@ -2486,29 +1939,11 @@
2486
1939
  "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).",
2487
1940
  "options": []
2488
1941
  },
2489
- "ion-item-option/shape": {
2490
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2491
- "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.",
2492
- "options": [
2493
- "rectangular",
2494
- "round",
2495
- "soft"
2496
- ]
2497
- },
2498
1942
  "ion-item-option/target": {
2499
1943
  "type": "string | undefined",
2500
1944
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2501
1945
  "options": []
2502
1946
  },
2503
- "ion-item-option/theme": {
2504
- "type": "\"ios\" | \"md\" | \"ionic\"",
2505
- "description": "The theme determines the visual appearance of the component.",
2506
- "options": [
2507
- "ios",
2508
- "md",
2509
- "ionic"
2510
- ]
2511
- },
2512
1947
  "ion-item-option/type": {
2513
1948
  "type": "\"button\" | \"reset\" | \"submit\"",
2514
1949
  "description": "The type of the button.",
@@ -2518,14 +1953,6 @@
2518
1953
  "submit"
2519
1954
  ]
2520
1955
  },
2521
- "ion-item-options/mode": {
2522
- "type": "\"ios\" | \"md\"",
2523
- "description": "The mode determines the platform behaviors of the component.",
2524
- "options": [
2525
- "ios",
2526
- "md"
2527
- ]
2528
- },
2529
1956
  "ion-item-options/side": {
2530
1957
  "type": "\"end\" | \"start\"",
2531
1958
  "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.",
@@ -2534,37 +1961,11 @@
2534
1961
  "start"
2535
1962
  ]
2536
1963
  },
2537
- "ion-item-options/theme": {
2538
- "type": "\"ios\" | \"md\" | \"ionic\"",
2539
- "description": "The theme determines the visual appearance of the component.",
2540
- "options": [
2541
- "ios",
2542
- "md",
2543
- "ionic"
2544
- ]
2545
- },
2546
1964
  "ion-item-sliding/disabled": {
2547
1965
  "type": "boolean",
2548
1966
  "description": "If `true`, the user cannot interact with the sliding item.",
2549
1967
  "options": []
2550
1968
  },
2551
- "ion-item-sliding/mode": {
2552
- "type": "\"ios\" | \"md\"",
2553
- "description": "The mode determines the platform behaviors of the component.",
2554
- "options": [
2555
- "ios",
2556
- "md"
2557
- ]
2558
- },
2559
- "ion-item-sliding/theme": {
2560
- "type": "\"ios\" | \"md\" | \"ionic\"",
2561
- "description": "The theme determines the visual appearance of the component.",
2562
- "options": [
2563
- "ios",
2564
- "md",
2565
- "ionic"
2566
- ]
2567
- },
2568
1969
  "ion-label/color": {
2569
1970
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2570
1971
  "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).",
@@ -2582,7 +1983,7 @@
2582
1983
  },
2583
1984
  "ion-label/mode": {
2584
1985
  "type": "\"ios\" | \"md\"",
2585
- "description": "The mode determines the platform behaviors of the component.",
1986
+ "description": "The mode determines which platform styles to use.",
2586
1987
  "options": [
2587
1988
  "ios",
2588
1989
  "md"
@@ -2597,15 +1998,6 @@
2597
1998
  "stacked"
2598
1999
  ]
2599
2000
  },
2600
- "ion-label/theme": {
2601
- "type": "\"ios\" | \"md\" | \"ionic\"",
2602
- "description": "The theme determines the visual appearance of the component.",
2603
- "options": [
2604
- "ios",
2605
- "md",
2606
- "ionic"
2607
- ]
2608
- },
2609
2001
  "ion-list/inset": {
2610
2002
  "type": "boolean",
2611
2003
  "description": "If `true`, the list will have margin around it and rounded corners.",
@@ -2622,30 +2014,12 @@
2622
2014
  },
2623
2015
  "ion-list/mode": {
2624
2016
  "type": "\"ios\" | \"md\"",
2625
- "description": "The mode determines the platform behaviors of the component.",
2017
+ "description": "The mode determines which platform styles to use.",
2626
2018
  "options": [
2627
2019
  "ios",
2628
2020
  "md"
2629
2021
  ]
2630
2022
  },
2631
- "ion-list/shape": {
2632
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2633
- "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.",
2634
- "options": [
2635
- "rectangular",
2636
- "round",
2637
- "soft"
2638
- ]
2639
- },
2640
- "ion-list/theme": {
2641
- "type": "\"ios\" | \"md\" | \"ionic\"",
2642
- "description": "The theme determines the visual appearance of the component.",
2643
- "options": [
2644
- "ios",
2645
- "md",
2646
- "ionic"
2647
- ]
2648
- },
2649
2023
  "ion-list-header/color": {
2650
2024
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2651
2025
  "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).",
@@ -2672,21 +2046,12 @@
2672
2046
  },
2673
2047
  "ion-list-header/mode": {
2674
2048
  "type": "\"ios\" | \"md\"",
2675
- "description": "The mode determines the platform behaviors of the component.",
2049
+ "description": "The mode determines which platform styles to use.",
2676
2050
  "options": [
2677
2051
  "ios",
2678
2052
  "md"
2679
2053
  ]
2680
2054
  },
2681
- "ion-list-header/theme": {
2682
- "type": "\"ios\" | \"md\" | \"ionic\"",
2683
- "description": "The theme determines the visual appearance of the component.",
2684
- "options": [
2685
- "ios",
2686
- "md",
2687
- "ionic"
2688
- ]
2689
- },
2690
2055
  "ion-loading/animated": {
2691
2056
  "type": "boolean",
2692
2057
  "description": "If `true`, the loading indicator will animate.",
@@ -2739,7 +2104,7 @@
2739
2104
  },
2740
2105
  "ion-loading/mode": {
2741
2106
  "type": "\"ios\" | \"md\"",
2742
- "description": "The mode determines the platform behaviors of the component.",
2107
+ "description": "The mode determines which platform styles to use.",
2743
2108
  "options": [
2744
2109
  "ios",
2745
2110
  "md"
@@ -2765,18 +2130,9 @@
2765
2130
  "lines-small"
2766
2131
  ]
2767
2132
  },
2768
- "ion-loading/theme": {
2769
- "type": "\"ios\" | \"md\" | \"ionic\"",
2770
- "description": "The theme determines the visual appearance of the component.",
2771
- "options": [
2772
- "ios",
2773
- "md",
2774
- "ionic"
2775
- ]
2776
- },
2777
2133
  "ion-loading/translucent": {
2778
2134
  "type": "boolean",
2779
- "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).",
2135
+ "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).",
2780
2136
  "options": []
2781
2137
  },
2782
2138
  "ion-loading/trigger": {
@@ -2804,14 +2160,6 @@
2804
2160
  "description": "An id for the menu.",
2805
2161
  "options": []
2806
2162
  },
2807
- "ion-menu/mode": {
2808
- "type": "\"ios\" | \"md\"",
2809
- "description": "The mode determines the platform behaviors of the component.",
2810
- "options": [
2811
- "ios",
2812
- "md"
2813
- ]
2814
- },
2815
2163
  "ion-menu/side": {
2816
2164
  "type": "\"end\" | \"start\"",
2817
2165
  "description": "Which side of the view the menu should be placed.",
@@ -2825,15 +2173,6 @@
2825
2173
  "description": "If `true`, swiping the menu is enabled.",
2826
2174
  "options": []
2827
2175
  },
2828
- "ion-menu/theme": {
2829
- "type": "\"ios\" | \"md\" | \"ionic\"",
2830
- "description": "The theme determines the visual appearance of the component.",
2831
- "options": [
2832
- "ios",
2833
- "md",
2834
- "ionic"
2835
- ]
2836
- },
2837
2176
  "ion-menu/type": {
2838
2177
  "type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
2839
2178
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -2875,21 +2214,12 @@
2875
2214
  },
2876
2215
  "ion-menu-button/mode": {
2877
2216
  "type": "\"ios\" | \"md\"",
2878
- "description": "The mode determines the platform behaviors of the component.",
2217
+ "description": "The mode determines which platform styles to use.",
2879
2218
  "options": [
2880
2219
  "ios",
2881
2220
  "md"
2882
2221
  ]
2883
2222
  },
2884
- "ion-menu-button/theme": {
2885
- "type": "\"ios\" | \"md\" | \"ionic\"",
2886
- "description": "The theme determines the visual appearance of the component.",
2887
- "options": [
2888
- "ios",
2889
- "md",
2890
- "ionic"
2891
- ]
2892
- },
2893
2223
  "ion-menu-button/type": {
2894
2224
  "type": "\"button\" | \"reset\" | \"submit\"",
2895
2225
  "description": "The type of the button.",
@@ -2909,23 +2239,6 @@
2909
2239
  "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.",
2910
2240
  "options": []
2911
2241
  },
2912
- "ion-menu-toggle/mode": {
2913
- "type": "\"ios\" | \"md\"",
2914
- "description": "The mode determines the platform behaviors of the component.",
2915
- "options": [
2916
- "ios",
2917
- "md"
2918
- ]
2919
- },
2920
- "ion-menu-toggle/theme": {
2921
- "type": "\"ios\" | \"md\" | \"ionic\"",
2922
- "description": "The theme determines the visual appearance of the component.",
2923
- "options": [
2924
- "ios",
2925
- "md",
2926
- "ionic"
2927
- ]
2928
- },
2929
2242
  "ion-modal/animated": {
2930
2243
  "type": "boolean",
2931
2244
  "description": "If `true`, the modal will animate.",
@@ -3006,7 +2319,7 @@
3006
2319
  },
3007
2320
  "ion-modal/mode": {
3008
2321
  "type": "\"ios\" | \"md\"",
3009
- "description": "The mode determines the platform behaviors of the component.",
2322
+ "description": "The mode determines which platform styles to use.",
3010
2323
  "options": [
3011
2324
  "ios",
3012
2325
  "md"
@@ -3017,29 +2330,11 @@
3017
2330
  "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.",
3018
2331
  "options": []
3019
2332
  },
3020
- "ion-modal/shape": {
3021
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
3022
- "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.",
3023
- "options": [
3024
- "rectangular",
3025
- "round",
3026
- "soft"
3027
- ]
3028
- },
3029
2333
  "ion-modal/show-backdrop": {
3030
2334
  "type": "boolean",
3031
2335
  "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.",
3032
2336
  "options": []
3033
2337
  },
3034
- "ion-modal/theme": {
3035
- "type": "\"ios\" | \"md\" | \"ionic\"",
3036
- "description": "The theme determines the visual appearance of the component.",
3037
- "options": [
3038
- "ios",
3039
- "md",
3040
- "ionic"
3041
- ]
3042
- },
3043
2338
  "ion-modal/trigger": {
3044
2339
  "type": "string | undefined",
3045
2340
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -3052,17 +2347,9 @@
3052
2347
  },
3053
2348
  "ion-nav/animation": {
3054
2349
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3055
- "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.",
2350
+ "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.",
3056
2351
  "options": []
3057
2352
  },
3058
- "ion-nav/mode": {
3059
- "type": "\"ios\" | \"md\"",
3060
- "description": "The mode determines the platform behaviors of the component.",
3061
- "options": [
3062
- "ios",
3063
- "md"
3064
- ]
3065
- },
3066
2353
  "ion-nav/root": {
3067
2354
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3068
2355
  "description": "Root NavComponent to load",
@@ -3078,15 +2365,6 @@
3078
2365
  "description": "If the nav component should allow for swipe-to-go-back.",
3079
2366
  "options": []
3080
2367
  },
3081
- "ion-nav/theme": {
3082
- "type": "\"ios\" | \"md\" | \"ionic\"",
3083
- "description": "The theme determines the visual appearance of the component.",
3084
- "options": [
3085
- "ios",
3086
- "md",
3087
- "ionic"
3088
- ]
3089
- },
3090
2368
  "ion-nav-link/component": {
3091
2369
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
3092
2370
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
@@ -3097,14 +2375,6 @@
3097
2375
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
3098
2376
  "options": []
3099
2377
  },
3100
- "ion-nav-link/mode": {
3101
- "type": "\"ios\" | \"md\"",
3102
- "description": "The mode determines the platform behaviors of the component.",
3103
- "options": [
3104
- "ios",
3105
- "md"
3106
- ]
3107
- },
3108
2378
  "ion-nav-link/router-animation": {
3109
2379
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3110
2380
  "description": "The transition animation when navigating to another page.",
@@ -3119,15 +2389,6 @@
3119
2389
  "root"
3120
2390
  ]
3121
2391
  },
3122
- "ion-nav-link/theme": {
3123
- "type": "\"ios\" | \"md\" | \"ionic\"",
3124
- "description": "The theme determines the visual appearance of the component.",
3125
- "options": [
3126
- "ios",
3127
- "md",
3128
- "ionic"
3129
- ]
3130
- },
3131
2392
  "ion-note/color": {
3132
2393
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3133
2394
  "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).",
@@ -3145,38 +2406,20 @@
3145
2406
  },
3146
2407
  "ion-note/mode": {
3147
2408
  "type": "\"ios\" | \"md\"",
3148
- "description": "The mode determines the platform behaviors of the component.",
2409
+ "description": "The mode determines which platform styles to use.",
3149
2410
  "options": [
3150
2411
  "ios",
3151
2412
  "md"
3152
2413
  ]
3153
2414
  },
3154
- "ion-note/theme": {
3155
- "type": "\"ios\" | \"md\" | \"ionic\"",
3156
- "description": "The theme determines the visual appearance of the component.",
3157
- "options": [
3158
- "ios",
3159
- "md",
3160
- "ionic"
3161
- ]
3162
- },
3163
2415
  "ion-picker/mode": {
3164
2416
  "type": "\"ios\" | \"md\"",
3165
- "description": "The mode determines the platform behaviors of the component.",
2417
+ "description": "The mode determines which platform styles to use.",
3166
2418
  "options": [
3167
2419
  "ios",
3168
2420
  "md"
3169
2421
  ]
3170
2422
  },
3171
- "ion-picker/theme": {
3172
- "type": "\"ios\" | \"md\" | \"ionic\"",
3173
- "description": "The theme determines the visual appearance of the component.",
3174
- "options": [
3175
- "ios",
3176
- "md",
3177
- "ionic"
3178
- ]
3179
- },
3180
2423
  "ion-picker-column/color": {
3181
2424
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3182
2425
  "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).",
@@ -3199,21 +2442,12 @@
3199
2442
  },
3200
2443
  "ion-picker-column/mode": {
3201
2444
  "type": "\"ios\" | \"md\"",
3202
- "description": "The mode determines the platform behaviors of the component.",
2445
+ "description": "The mode determines which platform styles to use.",
3203
2446
  "options": [
3204
2447
  "ios",
3205
2448
  "md"
3206
2449
  ]
3207
2450
  },
3208
- "ion-picker-column/theme": {
3209
- "type": "\"ios\" | \"md\" | \"ionic\"",
3210
- "description": "The theme determines the visual appearance of the component.",
3211
- "options": [
3212
- "ios",
3213
- "md",
3214
- "ionic"
3215
- ]
3216
- },
3217
2451
  "ion-picker-column/value": {
3218
2452
  "type": "number | string | undefined",
3219
2453
  "description": "The selected option in the picker.",
@@ -3239,23 +2473,6 @@
3239
2473
  "description": "If `true`, the user cannot interact with the picker column option.",
3240
2474
  "options": []
3241
2475
  },
3242
- "ion-picker-column-option/mode": {
3243
- "type": "\"ios\" | \"md\"",
3244
- "description": "The mode determines the platform behaviors of the component.",
3245
- "options": [
3246
- "ios",
3247
- "md"
3248
- ]
3249
- },
3250
- "ion-picker-column-option/theme": {
3251
- "type": "\"ios\" | \"md\" | \"ionic\"",
3252
- "description": "The theme determines the visual appearance of the component.",
3253
- "options": [
3254
- "ios",
3255
- "md",
3256
- "ionic"
3257
- ]
3258
- },
3259
2476
  "ion-picker-column-option/value": {
3260
2477
  "type": "any",
3261
2478
  "description": "The text value of the option.",
@@ -3318,7 +2535,7 @@
3318
2535
  },
3319
2536
  "ion-picker-legacy/mode": {
3320
2537
  "type": "\"ios\" | \"md\"",
3321
- "description": "The mode determines the platform behaviors of the component.",
2538
+ "description": "The mode determines which platform styles to use.",
3322
2539
  "options": [
3323
2540
  "ios",
3324
2541
  "md"
@@ -3329,15 +2546,6 @@
3329
2546
  "description": "If `true`, a backdrop will be displayed behind the picker.",
3330
2547
  "options": []
3331
2548
  },
3332
- "ion-picker-legacy/theme": {
3333
- "type": "\"ios\" | \"md\" | \"ionic\"",
3334
- "description": "The theme determines the visual appearance of the component.",
3335
- "options": [
3336
- "ios",
3337
- "md",
3338
- "ionic"
3339
- ]
3340
- },
3341
2549
  "ion-picker-legacy/trigger": {
3342
2550
  "type": "string | undefined",
3343
2551
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -3345,7 +2553,7 @@
3345
2553
  },
3346
2554
  "ion-popover/alignment": {
3347
2555
  "type": "\"center\" | \"end\" | \"start\" | undefined",
3348
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
2556
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
3349
2557
  "options": [
3350
2558
  "center",
3351
2559
  "end",
@@ -3359,7 +2567,7 @@
3359
2567
  },
3360
2568
  "ion-popover/arrow": {
3361
2569
  "type": "boolean",
3362
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
2570
+ "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.",
3363
2571
  "options": []
3364
2572
  },
3365
2573
  "ion-popover/backdrop-dismiss": {
@@ -3424,7 +2632,7 @@
3424
2632
  },
3425
2633
  "ion-popover/mode": {
3426
2634
  "type": "\"ios\" | \"md\"",
3427
- "description": "The mode determines the platform behaviors of the component.",
2635
+ "description": "The mode determines which platform styles to use.",
3428
2636
  "options": [
3429
2637
  "ios",
3430
2638
  "md"
@@ -3463,18 +2671,9 @@
3463
2671
  "cover"
3464
2672
  ]
3465
2673
  },
3466
- "ion-popover/theme": {
3467
- "type": "\"ios\" | \"md\" | \"ionic\"",
3468
- "description": "The theme determines the visual appearance of the component.",
3469
- "options": [
3470
- "ios",
3471
- "md",
3472
- "ionic"
3473
- ]
3474
- },
3475
2674
  "ion-popover/translucent": {
3476
2675
  "type": "boolean",
3477
- "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).",
2676
+ "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).",
3478
2677
  "options": []
3479
2678
  },
3480
2679
  "ion-popover/trigger": {
@@ -3513,7 +2712,7 @@
3513
2712
  },
3514
2713
  "ion-progress-bar/mode": {
3515
2714
  "type": "\"ios\" | \"md\"",
3516
- "description": "The mode determines the platform behaviors of the component.",
2715
+ "description": "The mode determines which platform styles to use.",
3517
2716
  "options": [
3518
2717
  "ios",
3519
2718
  "md"
@@ -3524,15 +2723,6 @@
3524
2723
  "description": "If true, reverse the progress bar direction.",
3525
2724
  "options": []
3526
2725
  },
3527
- "ion-progress-bar/theme": {
3528
- "type": "\"ios\" | \"md\" | \"ionic\"",
3529
- "description": "The theme determines the visual appearance of the component.",
3530
- "options": [
3531
- "ios",
3532
- "md",
3533
- "ionic"
3534
- ]
3535
- },
3536
2726
  "ion-progress-bar/type": {
3537
2727
  "type": "\"determinate\" | \"indeterminate\"",
3538
2728
  "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).",
@@ -3595,7 +2785,7 @@
3595
2785
  },
3596
2786
  "ion-radio/mode": {
3597
2787
  "type": "\"ios\" | \"md\"",
3598
- "description": "The mode determines the platform behaviors of the component.",
2788
+ "description": "The mode determines which platform styles to use.",
3599
2789
  "options": [
3600
2790
  "ios",
3601
2791
  "md"
@@ -3606,15 +2796,6 @@
3606
2796
  "description": "The name of the control, which is submitted with the form data.",
3607
2797
  "options": []
3608
2798
  },
3609
- "ion-radio/theme": {
3610
- "type": "\"ios\" | \"md\" | \"ionic\"",
3611
- "description": "The theme determines the visual appearance of the component.",
3612
- "options": [
3613
- "ios",
3614
- "md",
3615
- "ionic"
3616
- ]
3617
- },
3618
2799
  "ion-radio/value": {
3619
2800
  "type": "any",
3620
2801
  "description": "the value of the radio.",
@@ -3630,28 +2811,11 @@
3630
2811
  "description": "This property allows developers to specify a custom function or property\nname for comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison.",
3631
2812
  "options": []
3632
2813
  },
3633
- "ion-radio-group/mode": {
3634
- "type": "\"ios\" | \"md\"",
3635
- "description": "The mode determines the platform behaviors of the component.",
3636
- "options": [
3637
- "ios",
3638
- "md"
3639
- ]
3640
- },
3641
2814
  "ion-radio-group/name": {
3642
2815
  "type": "string",
3643
2816
  "description": "The name of the control, which is submitted with the form data.",
3644
2817
  "options": []
3645
2818
  },
3646
- "ion-radio-group/theme": {
3647
- "type": "\"ios\" | \"md\" | \"ionic\"",
3648
- "description": "The theme determines the visual appearance of the component.",
3649
- "options": [
3650
- "ios",
3651
- "md",
3652
- "ionic"
3653
- ]
3654
- },
3655
2819
  "ion-radio-group/value": {
3656
2820
  "type": "any",
3657
2821
  "description": "the value of the radio group.",
@@ -3719,7 +2883,7 @@
3719
2883
  },
3720
2884
  "ion-range/mode": {
3721
2885
  "type": "\"ios\" | \"md\"",
3722
- "description": "The mode determines the platform behaviors of the component.",
2886
+ "description": "The mode determines which platform styles to use.",
3723
2887
  "options": [
3724
2888
  "ios",
3725
2889
  "md"
@@ -3750,15 +2914,6 @@
3750
2914
  "description": "Specifies the value granularity.",
3751
2915
  "options": []
3752
2916
  },
3753
- "ion-range/theme": {
3754
- "type": "\"ios\" | \"md\" | \"ionic\"",
3755
- "description": "The theme determines the visual appearance of the component.",
3756
- "options": [
3757
- "ios",
3758
- "md",
3759
- "ionic"
3760
- ]
3761
- },
3762
2917
  "ion-range/ticks": {
3763
2918
  "type": "boolean",
3764
2919
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -3781,7 +2936,7 @@
3781
2936
  },
3782
2937
  "ion-refresher/mode": {
3783
2938
  "type": "\"ios\" | \"md\"",
3784
- "description": "The mode determines the platform behaviors of the component.",
2939
+ "description": "The mode determines which platform styles to use.",
3785
2940
  "options": [
3786
2941
  "ios",
3787
2942
  "md"
@@ -3807,23 +2962,6 @@
3807
2962
  "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.",
3808
2963
  "options": []
3809
2964
  },
3810
- "ion-refresher/theme": {
3811
- "type": "\"ios\" | \"md\" | \"ionic\"",
3812
- "description": "The theme determines the visual appearance of the component.",
3813
- "options": [
3814
- "ios",
3815
- "md",
3816
- "ionic"
3817
- ]
3818
- },
3819
- "ion-refresher-content/mode": {
3820
- "type": "\"ios\" | \"md\"",
3821
- "description": "The mode determines the platform behaviors of the component.",
3822
- "options": [
3823
- "ios",
3824
- "md"
3825
- ]
3826
- },
3827
2965
  "ion-refresher-content/pulling-icon": {
3828
2966
  "type": "null | string | undefined",
3829
2967
  "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.",
@@ -3854,71 +2992,11 @@
3854
2992
  "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.",
3855
2993
  "options": []
3856
2994
  },
3857
- "ion-refresher-content/theme": {
3858
- "type": "\"ios\" | \"md\" | \"ionic\"",
3859
- "description": "The theme determines the visual appearance of the component.",
3860
- "options": [
3861
- "ios",
3862
- "md",
3863
- "ionic"
3864
- ]
3865
- },
3866
- "ion-reorder/mode": {
3867
- "type": "\"ios\" | \"md\"",
3868
- "description": "The mode determines the platform behaviors of the component.",
3869
- "options": [
3870
- "ios",
3871
- "md"
3872
- ]
3873
- },
3874
- "ion-reorder/theme": {
3875
- "type": "\"ios\" | \"md\" | \"ionic\"",
3876
- "description": "The theme determines the visual appearance of the component.",
3877
- "options": [
3878
- "ios",
3879
- "md",
3880
- "ionic"
3881
- ]
3882
- },
3883
2995
  "ion-reorder-group/disabled": {
3884
2996
  "type": "boolean",
3885
2997
  "description": "If `true`, the reorder will be hidden.",
3886
2998
  "options": []
3887
2999
  },
3888
- "ion-reorder-group/mode": {
3889
- "type": "\"ios\" | \"md\"",
3890
- "description": "The mode determines the platform behaviors of the component.",
3891
- "options": [
3892
- "ios",
3893
- "md"
3894
- ]
3895
- },
3896
- "ion-reorder-group/theme": {
3897
- "type": "\"ios\" | \"md\" | \"ionic\"",
3898
- "description": "The theme determines the visual appearance of the component.",
3899
- "options": [
3900
- "ios",
3901
- "md",
3902
- "ionic"
3903
- ]
3904
- },
3905
- "ion-ripple-effect/mode": {
3906
- "type": "\"ios\" | \"md\"",
3907
- "description": "The mode determines the platform behaviors of the component.",
3908
- "options": [
3909
- "ios",
3910
- "md"
3911
- ]
3912
- },
3913
- "ion-ripple-effect/theme": {
3914
- "type": "\"ios\" | \"md\" | \"ionic\"",
3915
- "description": "The theme determines the visual appearance of the component.",
3916
- "options": [
3917
- "ios",
3918
- "md",
3919
- "ionic"
3920
- ]
3921
- },
3922
3000
  "ion-ripple-effect/type": {
3923
3001
  "type": "\"bounded\" | \"unbounded\"",
3924
3002
  "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.",
@@ -3947,23 +3025,6 @@
3947
3025
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
3948
3026
  "options": []
3949
3027
  },
3950
- "ion-route/mode": {
3951
- "type": "\"ios\" | \"md\"",
3952
- "description": "The mode determines the platform behaviors of the component.",
3953
- "options": [
3954
- "ios",
3955
- "md"
3956
- ]
3957
- },
3958
- "ion-route/theme": {
3959
- "type": "\"ios\" | \"md\" | \"ionic\"",
3960
- "description": "The theme determines the visual appearance of the component.",
3961
- "options": [
3962
- "ios",
3963
- "md",
3964
- "ionic"
3965
- ]
3966
- },
3967
3028
  "ion-route/url": {
3968
3029
  "type": "string",
3969
3030
  "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.",
@@ -3979,28 +3040,11 @@
3979
3040
  "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.",
3980
3041
  "options": []
3981
3042
  },
3982
- "ion-router/mode": {
3983
- "type": "\"ios\" | \"md\"",
3984
- "description": "The mode determines the platform behaviors of the component.",
3985
- "options": [
3986
- "ios",
3987
- "md"
3988
- ]
3989
- },
3990
3043
  "ion-router/root": {
3991
3044
  "type": "string",
3992
3045
  "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.",
3993
3046
  "options": []
3994
3047
  },
3995
- "ion-router/theme": {
3996
- "type": "\"ios\" | \"md\" | \"ionic\"",
3997
- "description": "The theme determines the visual appearance of the component.",
3998
- "options": [
3999
- "ios",
4000
- "md",
4001
- "ionic"
4002
- ]
4003
- },
4004
3048
  "ion-router/use-hash": {
4005
3049
  "type": "boolean",
4006
3050
  "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.",
@@ -4026,14 +3070,6 @@
4026
3070
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
4027
3071
  "options": []
4028
3072
  },
4029
- "ion-router-link/mode": {
4030
- "type": "\"ios\" | \"md\"",
4031
- "description": "The mode determines the platform behaviors of the component.",
4032
- "options": [
4033
- "ios",
4034
- "md"
4035
- ]
4036
- },
4037
3073
  "ion-router-link/rel": {
4038
3074
  "type": "string | undefined",
4039
3075
  "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).",
@@ -4058,59 +3094,24 @@
4058
3094
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
4059
3095
  "options": []
4060
3096
  },
4061
- "ion-router-link/theme": {
4062
- "type": "\"ios\" | \"md\" | \"ionic\"",
4063
- "description": "The theme determines the visual appearance of the component.",
4064
- "options": [
4065
- "ios",
4066
- "md",
4067
- "ionic"
4068
- ]
4069
- },
4070
3097
  "ion-router-outlet/animated": {
4071
3098
  "type": "boolean",
4072
3099
  "description": "If `true`, the router-outlet should animate the transition of components.",
4073
3100
  "options": []
4074
3101
  },
4075
- "ion-router-outlet/animation": {
4076
- "type": "((baseEl: any, opts?: any) => Animation) | undefined",
4077
- "description": "This property allows to create custom transition using AnimationBuilder functions.",
4078
- "options": []
4079
- },
4080
- "ion-router-outlet/mode": {
4081
- "type": "\"ios\" | \"md\"",
4082
- "description": "The mode determines the platform behaviors of the component.",
4083
- "options": [
4084
- "ios",
4085
- "md"
4086
- ]
4087
- },
4088
- "ion-router-outlet/theme": {
4089
- "type": "\"ios\" | \"md\" | \"ionic\"",
4090
- "description": "The theme determines the visual appearance of the component.",
4091
- "options": [
4092
- "ios",
4093
- "md",
4094
- "ionic"
4095
- ]
3102
+ "ion-router-outlet/animation": {
3103
+ "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3104
+ "description": "This property allows to create custom transition using AnimationBuilder functions.",
3105
+ "options": []
4096
3106
  },
4097
- "ion-row/mode": {
3107
+ "ion-router-outlet/mode": {
4098
3108
  "type": "\"ios\" | \"md\"",
4099
- "description": "The mode determines the platform behaviors of the component.",
3109
+ "description": "The mode determines which platform styles to use.",
4100
3110
  "options": [
4101
3111
  "ios",
4102
3112
  "md"
4103
3113
  ]
4104
3114
  },
4105
- "ion-row/theme": {
4106
- "type": "\"ios\" | \"md\" | \"ionic\"",
4107
- "description": "The theme determines the visual appearance of the component.",
4108
- "options": [
4109
- "ios",
4110
- "md",
4111
- "ionic"
4112
- ]
4113
- },
4114
3115
  "ion-searchbar/animated": {
4115
3116
  "type": "boolean",
4116
3117
  "description": "If `true`, enable searchbar animation.",
@@ -4122,61 +3123,61 @@
4122
3123
  "options": []
4123
3124
  },
4124
3125
  "ion-searchbar/autocomplete": {
4125
- "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\"",
3126
+ "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\"",
4126
3127
  "description": "Set the input's autocomplete property.",
4127
3128
  "options": [
4128
3129
  "name",
3130
+ "email",
3131
+ "tel",
4129
3132
  "url",
4130
- "off",
4131
3133
  "on",
3134
+ "off",
3135
+ "honorific-prefix",
3136
+ "given-name",
4132
3137
  "additional-name",
4133
- "address-level1",
4134
- "address-level2",
4135
- "address-level3",
4136
- "address-level4",
3138
+ "family-name",
3139
+ "honorific-suffix",
3140
+ "nickname",
3141
+ "username",
3142
+ "new-password",
3143
+ "current-password",
3144
+ "one-time-code",
3145
+ "organization-title",
3146
+ "organization",
3147
+ "street-address",
4137
3148
  "address-line1",
4138
3149
  "address-line2",
4139
3150
  "address-line3",
4140
- "bday-day",
4141
- "bday-month",
4142
- "bday-year",
4143
- "cc-csc",
3151
+ "address-level4",
3152
+ "address-level3",
3153
+ "address-level2",
3154
+ "address-level1",
3155
+ "country",
3156
+ "country-name",
3157
+ "postal-code",
3158
+ "cc-name",
3159
+ "cc-given-name",
3160
+ "cc-additional-name",
3161
+ "cc-family-name",
3162
+ "cc-number",
4144
3163
  "cc-exp",
4145
3164
  "cc-exp-month",
4146
3165
  "cc-exp-year",
4147
- "cc-family-name",
4148
- "cc-given-name",
4149
- "cc-name",
4150
- "cc-number",
3166
+ "cc-csc",
4151
3167
  "cc-type",
4152
- "country",
4153
- "country-name",
4154
- "current-password",
4155
- "family-name",
4156
- "given-name",
4157
- "honorific-prefix",
4158
- "honorific-suffix",
4159
- "new-password",
4160
- "one-time-code",
4161
- "organization",
4162
- "postal-code",
4163
- "street-address",
4164
- "transaction-amount",
4165
3168
  "transaction-currency",
4166
- "username",
4167
- "email",
4168
- "tel",
4169
- "tel-area-code",
4170
- "tel-country-code",
4171
- "tel-extension",
4172
- "tel-local",
4173
- "tel-national",
4174
- "nickname",
4175
- "organization-title",
4176
- "cc-additional-name",
3169
+ "transaction-amount",
4177
3170
  "language",
4178
3171
  "bday",
3172
+ "bday-day",
3173
+ "bday-month",
3174
+ "bday-year",
4179
3175
  "sex",
3176
+ "tel-country-code",
3177
+ "tel-national",
3178
+ "tel-area-code",
3179
+ "tel-local",
3180
+ "tel-extension",
4180
3181
  "impp",
4181
3182
  "photo"
4182
3183
  ]
@@ -4190,18 +3191,18 @@
4190
3191
  ]
4191
3192
  },
4192
3193
  "ion-searchbar/cancel-button-icon": {
4193
- "type": "string | undefined",
4194
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
3194
+ "type": "string",
3195
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
4195
3196
  "options": []
4196
3197
  },
4197
3198
  "ion-searchbar/cancel-button-text": {
4198
3199
  "type": "string",
4199
- "description": "Set the the cancel button text. Only available when the theme is `\"ios\"`.",
3200
+ "description": "Set the the cancel button text. Only applies to `ios` mode.",
4200
3201
  "options": []
4201
3202
  },
4202
3203
  "ion-searchbar/clear-icon": {
4203
3204
  "type": "string | undefined",
4204
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
3205
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
4205
3206
  "options": []
4206
3207
  },
4207
3208
  "ion-searchbar/color": {
@@ -4268,7 +3269,7 @@
4268
3269
  },
4269
3270
  "ion-searchbar/mode": {
4270
3271
  "type": "\"ios\" | \"md\"",
4271
- "description": "The mode determines the platform behaviors of the component.",
3272
+ "description": "The mode determines which platform styles to use.",
4272
3273
  "options": [
4273
3274
  "ios",
4274
3275
  "md"
@@ -4286,7 +3287,7 @@
4286
3287
  },
4287
3288
  "ion-searchbar/search-icon": {
4288
3289
  "type": "string | undefined",
4289
- "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.",
3290
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
4290
3291
  "options": []
4291
3292
  },
4292
3293
  "ion-searchbar/show-cancel-button": {
@@ -4312,15 +3313,6 @@
4312
3313
  "description": "If `true`, enable spellcheck on the input.",
4313
3314
  "options": []
4314
3315
  },
4315
- "ion-searchbar/theme": {
4316
- "type": "\"ios\" | \"md\" | \"ionic\"",
4317
- "description": "The theme determines the visual appearance of the component.",
4318
- "options": [
4319
- "ios",
4320
- "md",
4321
- "ionic"
4322
- ]
4323
- },
4324
3316
  "ion-searchbar/type": {
4325
3317
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
4326
3318
  "description": "Set the type of the input.",
@@ -4361,7 +3353,7 @@
4361
3353
  },
4362
3354
  "ion-segment/mode": {
4363
3355
  "type": "\"ios\" | \"md\"",
4364
- "description": "The mode determines the platform behaviors of the component.",
3356
+ "description": "The mode determines which platform styles to use.",
4365
3357
  "options": [
4366
3358
  "ios",
4367
3359
  "md"
@@ -4382,15 +3374,6 @@
4382
3374
  "description": "If `true`, users will be able to swipe between segment buttons to activate them.",
4383
3375
  "options": []
4384
3376
  },
4385
- "ion-segment/theme": {
4386
- "type": "\"ios\" | \"md\" | \"ionic\"",
4387
- "description": "The theme determines the visual appearance of the component.",
4388
- "options": [
4389
- "ios",
4390
- "md",
4391
- "ionic"
4392
- ]
4393
- },
4394
3377
  "ion-segment/value": {
4395
3378
  "type": "number | string | undefined",
4396
3379
  "description": "the value of the segment.",
@@ -4420,21 +3403,12 @@
4420
3403
  },
4421
3404
  "ion-segment-button/mode": {
4422
3405
  "type": "\"ios\" | \"md\"",
4423
- "description": "The mode determines the platform behaviors of the component.",
3406
+ "description": "The mode determines which platform styles to use.",
4424
3407
  "options": [
4425
3408
  "ios",
4426
3409
  "md"
4427
3410
  ]
4428
3411
  },
4429
- "ion-segment-button/theme": {
4430
- "type": "\"ios\" | \"md\" | \"ionic\"",
4431
- "description": "The theme determines the visual appearance of the component.",
4432
- "options": [
4433
- "ios",
4434
- "md",
4435
- "ionic"
4436
- ]
4437
- },
4438
3412
  "ion-segment-button/type": {
4439
3413
  "type": "\"button\" | \"reset\" | \"submit\"",
4440
3414
  "description": "The type of the button.",
@@ -4486,12 +3460,12 @@
4486
3460
  },
4487
3461
  "ion-select/expanded-icon": {
4488
3462
  "type": "string | undefined",
4489
- "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.",
3463
+ "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.",
4490
3464
  "options": []
4491
3465
  },
4492
3466
  "ion-select/fill": {
4493
3467
  "type": "\"outline\" | \"solid\" | undefined",
4494
- "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.",
3468
+ "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.",
4495
3469
  "options": [
4496
3470
  "outline",
4497
3471
  "solid"
@@ -4539,7 +3513,7 @@
4539
3513
  },
4540
3514
  "ion-select/mode": {
4541
3515
  "type": "\"ios\" | \"md\"",
4542
- "description": "The mode determines the platform behaviors of the component.",
3516
+ "description": "The mode determines which platform styles to use.",
4543
3517
  "options": [
4544
3518
  "ios",
4545
3519
  "md"
@@ -4571,35 +3545,15 @@
4571
3545
  "options": []
4572
3546
  },
4573
3547
  "ion-select/shape": {
4574
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4575
- "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.",
4576
- "options": [
4577
- "rectangular",
4578
- "round",
4579
- "soft"
4580
- ]
4581
- },
4582
- "ion-select/size": {
4583
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
4584
- "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.",
4585
- "options": [
4586
- "large",
4587
- "medium",
4588
- "small"
4589
- ]
4590
- },
4591
- "ion-select/theme": {
4592
- "type": "\"ios\" | \"md\" | \"ionic\"",
4593
- "description": "The theme determines the visual appearance of the component.",
3548
+ "type": "\"round\" | undefined",
3549
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
4594
3550
  "options": [
4595
- "ios",
4596
- "md",
4597
- "ionic"
3551
+ "round"
4598
3552
  ]
4599
3553
  },
4600
3554
  "ion-select/toggle-icon": {
4601
3555
  "type": "string | undefined",
4602
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
3556
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
4603
3557
  "options": []
4604
3558
  },
4605
3559
  "ion-select/value": {
@@ -4627,23 +3581,6 @@
4627
3581
  "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.",
4628
3582
  "options": []
4629
3583
  },
4630
- "ion-select-option/mode": {
4631
- "type": "\"ios\" | \"md\"",
4632
- "description": "The mode determines the platform behaviors of the component.",
4633
- "options": [
4634
- "ios",
4635
- "md"
4636
- ]
4637
- },
4638
- "ion-select-option/theme": {
4639
- "type": "\"ios\" | \"md\" | \"ionic\"",
4640
- "description": "The theme determines the visual appearance of the component.",
4641
- "options": [
4642
- "ios",
4643
- "md",
4644
- "ionic"
4645
- ]
4646
- },
4647
3584
  "ion-select-option/value": {
4648
3585
  "type": "any",
4649
3586
  "description": "The text value of the option.",
@@ -4654,23 +3591,6 @@
4654
3591
  "description": "If `true`, the skeleton text will animate.",
4655
3592
  "options": []
4656
3593
  },
4657
- "ion-skeleton-text/mode": {
4658
- "type": "\"ios\" | \"md\"",
4659
- "description": "The mode determines the platform behaviors of the component.",
4660
- "options": [
4661
- "ios",
4662
- "md"
4663
- ]
4664
- },
4665
- "ion-skeleton-text/theme": {
4666
- "type": "\"ios\" | \"md\" | \"ionic\"",
4667
- "description": "The theme determines the visual appearance of the component.",
4668
- "options": [
4669
- "ios",
4670
- "md",
4671
- "ionic"
4672
- ]
4673
- },
4674
3594
  "ion-spinner/color": {
4675
3595
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4676
3596
  "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).",
@@ -4691,14 +3611,6 @@
4691
3611
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
4692
3612
  "options": []
4693
3613
  },
4694
- "ion-spinner/mode": {
4695
- "type": "\"ios\" | \"md\"",
4696
- "description": "The mode determines the platform behaviors of the component.",
4697
- "options": [
4698
- "ios",
4699
- "md"
4700
- ]
4701
- },
4702
3614
  "ion-spinner/name": {
4703
3615
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
4704
3616
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -4719,26 +3631,6 @@
4719
3631
  "description": "If `true`, the spinner's animation will be paused.",
4720
3632
  "options": []
4721
3633
  },
4722
- "ion-spinner/size": {
4723
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
4724
- "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.",
4725
- "options": [
4726
- "large",
4727
- "medium",
4728
- "small",
4729
- "xlarge",
4730
- "xsmall"
4731
- ]
4732
- },
4733
- "ion-spinner/theme": {
4734
- "type": "\"ios\" | \"md\" | \"ionic\"",
4735
- "description": "The theme determines the visual appearance of the component.",
4736
- "options": [
4737
- "ios",
4738
- "md",
4739
- "ionic"
4740
- ]
4741
- },
4742
3634
  "ion-split-pane/content-id": {
4743
3635
  "type": "string | undefined",
4744
3636
  "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`.",
@@ -4749,23 +3641,6 @@
4749
3641
  "description": "If `true`, the split pane will be hidden.",
4750
3642
  "options": []
4751
3643
  },
4752
- "ion-split-pane/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-split-pane/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
3644
  "ion-split-pane/when": {
4770
3645
  "type": "boolean | string",
4771
3646
  "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.",
@@ -4776,28 +3651,11 @@
4776
3651
  "description": "The component to display inside of the tab.",
4777
3652
  "options": []
4778
3653
  },
4779
- "ion-tab/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
3654
  "ion-tab/tab": {
4788
3655
  "type": "string",
4789
3656
  "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.",
4790
3657
  "options": []
4791
3658
  },
4792
- "ion-tab/theme": {
4793
- "type": "\"ios\" | \"md\" | \"ionic\"",
4794
- "description": "The theme determines the visual appearance of the component.",
4795
- "options": [
4796
- "ios",
4797
- "md",
4798
- "ionic"
4799
- ]
4800
- },
4801
3659
  "ion-tab-bar/color": {
4802
3660
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4803
3661
  "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,17 +3671,9 @@
4813
3671
  "warning"
4814
3672
  ]
4815
3673
  },
4816
- "ion-tab-bar/expand": {
4817
- "type": "\"compact\" | \"full\"",
4818
- "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\"`.",
4819
- "options": [
4820
- "compact",
4821
- "full"
4822
- ]
4823
- },
4824
3674
  "ion-tab-bar/mode": {
4825
3675
  "type": "\"ios\" | \"md\"",
4826
- "description": "The mode determines the platform behaviors of the component.",
3676
+ "description": "The mode determines which platform styles to use.",
4827
3677
  "options": [
4828
3678
  "ios",
4829
3679
  "md"
@@ -4834,27 +3684,9 @@
4834
3684
  "description": "The selected tab component",
4835
3685
  "options": []
4836
3686
  },
4837
- "ion-tab-bar/shape": {
4838
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4839
- "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.",
4840
- "options": [
4841
- "rectangular",
4842
- "round",
4843
- "soft"
4844
- ]
4845
- },
4846
- "ion-tab-bar/theme": {
4847
- "type": "\"ios\" | \"md\" | \"ionic\"",
4848
- "description": "The theme determines the visual appearance of the component.",
4849
- "options": [
4850
- "ios",
4851
- "md",
4852
- "ionic"
4853
- ]
4854
- },
4855
3687
  "ion-tab-bar/translucent": {
4856
3688
  "type": "boolean",
4857
- "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).",
3689
+ "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).",
4858
3690
  "options": []
4859
3691
  },
4860
3692
  "ion-tab-button/disabled": {
@@ -4886,7 +3718,7 @@
4886
3718
  },
4887
3719
  "ion-tab-button/mode": {
4888
3720
  "type": "\"ios\" | \"md\"",
4889
- "description": "The mode determines the platform behaviors of the component.",
3721
+ "description": "The mode determines which platform styles to use.",
4890
3722
  "options": [
4891
3723
  "ios",
4892
3724
  "md"
@@ -4912,32 +3744,6 @@
4912
3744
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
4913
3745
  "options": []
4914
3746
  },
4915
- "ion-tab-button/theme": {
4916
- "type": "\"ios\" | \"md\" | \"ionic\"",
4917
- "description": "The theme determines the visual appearance of the component.",
4918
- "options": [
4919
- "ios",
4920
- "md",
4921
- "ionic"
4922
- ]
4923
- },
4924
- "ion-tabs/mode": {
4925
- "type": "\"ios\" | \"md\"",
4926
- "description": "The mode determines the platform behaviors of the component.",
4927
- "options": [
4928
- "ios",
4929
- "md"
4930
- ]
4931
- },
4932
- "ion-tabs/theme": {
4933
- "type": "\"ios\" | \"md\" | \"ionic\"",
4934
- "description": "The theme determines the visual appearance of the component.",
4935
- "options": [
4936
- "ios",
4937
- "md",
4938
- "ionic"
4939
- ]
4940
- },
4941
3747
  "ion-text/color": {
4942
3748
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4943
3749
  "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).",
@@ -4955,21 +3761,12 @@
4955
3761
  },
4956
3762
  "ion-text/mode": {
4957
3763
  "type": "\"ios\" | \"md\"",
4958
- "description": "The mode determines the platform behaviors of the component.",
3764
+ "description": "The mode determines which platform styles to use.",
4959
3765
  "options": [
4960
3766
  "ios",
4961
3767
  "md"
4962
3768
  ]
4963
3769
  },
4964
- "ion-text/theme": {
4965
- "type": "\"ios\" | \"md\" | \"ionic\"",
4966
- "description": "The theme determines the visual appearance of the component.",
4967
- "options": [
4968
- "ios",
4969
- "md",
4970
- "ionic"
4971
- ]
4972
- },
4973
3770
  "ion-textarea/auto-grow": {
4974
3771
  "type": "boolean",
4975
3772
  "description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
@@ -5050,7 +3847,7 @@
5050
3847
  },
5051
3848
  "ion-textarea/fill": {
5052
3849
  "type": "\"outline\" | \"solid\" | undefined",
5053
- "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\"`.",
3850
+ "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.",
5054
3851
  "options": [
5055
3852
  "outline",
5056
3853
  "solid"
@@ -5103,7 +3900,7 @@
5103
3900
  },
5104
3901
  "ion-textarea/mode": {
5105
3902
  "type": "\"ios\" | \"md\"",
5106
- "description": "The mode determines the platform behaviors of the component.",
3903
+ "description": "The mode determines which platform styles to use.",
5107
3904
  "options": [
5108
3905
  "ios",
5109
3906
  "md"
@@ -5135,21 +3932,10 @@
5135
3932
  "options": []
5136
3933
  },
5137
3934
  "ion-textarea/shape": {
5138
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5139
- "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.",
5140
- "options": [
5141
- "rectangular",
5142
- "round",
5143
- "soft"
5144
- ]
5145
- },
5146
- "ion-textarea/size": {
5147
- "type": "\"large\" | \"medium\" | \"small\" | undefined",
5148
- "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.",
3935
+ "type": "\"round\" | undefined",
3936
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
5149
3937
  "options": [
5150
- "large",
5151
- "medium",
5152
- "small"
3938
+ "round"
5153
3939
  ]
5154
3940
  },
5155
3941
  "ion-textarea/spellcheck": {
@@ -5157,15 +3943,6 @@
5157
3943
  "description": "If `true`, the element will have its spelling and grammar checked.",
5158
3944
  "options": []
5159
3945
  },
5160
- "ion-textarea/theme": {
5161
- "type": "\"ios\" | \"md\" | \"ionic\"",
5162
- "description": "The theme determines the visual appearance of the component.",
5163
- "options": [
5164
- "ios",
5165
- "md",
5166
- "ionic"
5167
- ]
5168
- },
5169
3946
  "ion-textarea/value": {
5170
3947
  "type": "null | string | undefined",
5171
3948
  "description": "The value of the textarea.",
@@ -5180,23 +3957,6 @@
5180
3957
  "soft"
5181
3958
  ]
5182
3959
  },
5183
- "ion-thumbnail/mode": {
5184
- "type": "\"ios\" | \"md\"",
5185
- "description": "The mode determines the platform behaviors of the component.",
5186
- "options": [
5187
- "ios",
5188
- "md"
5189
- ]
5190
- },
5191
- "ion-thumbnail/theme": {
5192
- "type": "\"ios\" | \"md\" | \"ionic\"",
5193
- "description": "The theme determines the visual appearance of the component.",
5194
- "options": [
5195
- "ios",
5196
- "md",
5197
- "ionic"
5198
- ]
5199
- },
5200
3960
  "ion-title/color": {
5201
3961
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
5202
3962
  "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).",
@@ -5212,14 +3972,6 @@
5212
3972
  "warning"
5213
3973
  ]
5214
3974
  },
5215
- "ion-title/mode": {
5216
- "type": "\"ios\" | \"md\"",
5217
- "description": "The mode determines the platform behaviors of the component.",
5218
- "options": [
5219
- "ios",
5220
- "md"
5221
- ]
5222
- },
5223
3975
  "ion-title/size": {
5224
3976
  "type": "\"large\" | \"small\" | undefined",
5225
3977
  "description": "The size of the toolbar title.",
@@ -5228,15 +3980,6 @@
5228
3980
  "small"
5229
3981
  ]
5230
3982
  },
5231
- "ion-title/theme": {
5232
- "type": "\"ios\" | \"md\" | \"ionic\"",
5233
- "description": "The theme determines the visual appearance of the component.",
5234
- "options": [
5235
- "ios",
5236
- "md",
5237
- "ionic"
5238
- ]
5239
- },
5240
3983
  "ion-toast/animated": {
5241
3984
  "type": "boolean",
5242
3985
  "description": "If `true`, the toast will animate.",
@@ -5322,7 +4065,7 @@
5322
4065
  },
5323
4066
  "ion-toast/mode": {
5324
4067
  "type": "\"ios\" | \"md\"",
5325
- "description": "The mode determines the platform behaviors of the component.",
4068
+ "description": "The mode determines which platform styles to use.",
5326
4069
  "options": [
5327
4070
  "ios",
5328
4071
  "md"
@@ -5342,15 +4085,6 @@
5342
4085
  "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.",
5343
4086
  "options": []
5344
4087
  },
5345
- "ion-toast/shape": {
5346
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5347
- "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.",
5348
- "options": [
5349
- "rectangular",
5350
- "round",
5351
- "soft"
5352
- ]
5353
- },
5354
4088
  "ion-toast/swipe-gesture": {
5355
4089
  "type": "\"vertical\" | undefined",
5356
4090
  "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.",
@@ -5358,18 +4092,9 @@
5358
4092
  "vertical"
5359
4093
  ]
5360
4094
  },
5361
- "ion-toast/theme": {
5362
- "type": "\"ios\" | \"md\" | \"ionic\"",
5363
- "description": "The theme determines the visual appearance of the component.",
5364
- "options": [
5365
- "ios",
5366
- "md",
5367
- "ionic"
5368
- ]
5369
- },
5370
4095
  "ion-toast/translucent": {
5371
4096
  "type": "boolean",
5372
- "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).",
4097
+ "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).",
5373
4098
  "options": []
5374
4099
  },
5375
4100
  "ion-toast/trigger": {
@@ -5436,7 +4161,7 @@
5436
4161
  },
5437
4162
  "ion-toggle/mode": {
5438
4163
  "type": "\"ios\" | \"md\"",
5439
- "description": "The mode determines the platform behaviors of the component.",
4164
+ "description": "The mode determines which platform styles to use.",
5440
4165
  "options": [
5441
4166
  "ios",
5442
4167
  "md"
@@ -5447,15 +4172,6 @@
5447
4172
  "description": "The name of the control, which is submitted with the form data.",
5448
4173
  "options": []
5449
4174
  },
5450
- "ion-toggle/theme": {
5451
- "type": "\"ios\" | \"md\" | \"ionic\"",
5452
- "description": "The theme determines the visual appearance of the component.",
5453
- "options": [
5454
- "ios",
5455
- "md",
5456
- "ionic"
5457
- ]
5458
- },
5459
4175
  "ion-toggle/value": {
5460
4176
  "type": "null | string | undefined",
5461
4177
  "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>`.",
@@ -5478,19 +4194,10 @@
5478
4194
  },
5479
4195
  "ion-toolbar/mode": {
5480
4196
  "type": "\"ios\" | \"md\"",
5481
- "description": "The mode determines the platform behaviors of the component.",
4197
+ "description": "The mode determines which platform styles to use.",
5482
4198
  "options": [
5483
4199
  "ios",
5484
4200
  "md"
5485
4201
  ]
5486
- },
5487
- "ion-toolbar/theme": {
5488
- "type": "\"ios\" | \"md\" | \"ionic\"",
5489
- "description": "The theme determines the visual appearance of the component.",
5490
- "options": [
5491
- "ios",
5492
- "md",
5493
- "ionic"
5494
- ]
5495
4202
  }
5496
4203
  }