@ionic/vue 8.8.9-dev.11780690883.11fe8a2a → 8.8.9-dev.11780945313.14080cb4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic/bundle.ionic.css +1 -0
  10. package/css/ionic/bundle.ionic.css.map +1 -0
  11. package/css/ionic/core.ionic.css +1 -0
  12. package/css/ionic/core.ionic.css.map +1 -0
  13. package/css/ionic/global.bundle.ionic.css +1 -0
  14. package/css/ionic/global.bundle.ionic.css.map +1 -0
  15. package/css/ionic/ionic-swiper.ionic.css +1 -0
  16. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  17. package/css/ionic/link.ionic.css +1 -0
  18. package/css/ionic/link.ionic.css.map +1 -0
  19. package/css/ionic/structure.ionic.css +1 -0
  20. package/css/ionic/structure.ionic.css.map +1 -0
  21. package/css/ionic/typography.ionic.css +1 -0
  22. package/css/ionic/typography.ionic.css.map +1 -0
  23. package/css/ionic/utils.bundle.ionic.css +1 -0
  24. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  25. package/css/ionic-swiper.css +1 -1
  26. package/css/ionic-swiper.css.map +1 -1
  27. package/css/ionic.bundle.css +1 -1
  28. package/css/ionic.bundle.css.map +1 -1
  29. package/css/normalize.css.map +1 -1
  30. package/css/padding.css.map +1 -1
  31. package/css/palettes/dark.always.css.map +1 -1
  32. package/css/palettes/dark.class.css.map +1 -1
  33. package/css/palettes/dark.system.css.map +1 -1
  34. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  35. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  36. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  37. package/css/palettes/high-contrast.always.css.map +1 -1
  38. package/css/palettes/high-contrast.class.css.map +1 -1
  39. package/css/palettes/high-contrast.system.css.map +1 -1
  40. package/css/structure.css.map +1 -1
  41. package/css/text-alignment.css.map +1 -1
  42. package/css/text-transformation.css.map +1 -1
  43. package/css/typography.css.map +1 -1
  44. package/css/utils.bundle.css +1 -1
  45. package/css/utils.bundle.css.map +1 -1
  46. package/dist/index.js +254 -239
  47. package/dist/index.js.map +1 -1
  48. package/dist/types/components/IonPage.d.ts +5 -5
  49. package/dist/types/components/IonRouterOutlet.d.ts +4 -16
  50. package/dist/types/components/IonTabBar.d.ts +1 -1
  51. package/dist/types/components/IonTabButton.d.ts +6 -6
  52. package/dist/types/components/IonTabs.d.ts +4 -4
  53. package/dist/types/components/Overlays.d.ts +1 -0
  54. package/dist/types/controllers.d.ts +9 -1
  55. package/dist/types/index.d.ts +2 -2
  56. package/dist/types/proxies.d.ts +3 -0
  57. package/dist/vetur/attributes.json +1712 -110
  58. package/dist/vetur/tags.json +266 -45
  59. package/dist/web-types.json +2059 -219
  60. package/package.json +5 -5
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "ion-accordion/mode": {
8
8
  "type": "\"ios\" | \"md\"",
9
- "description": "The mode determines which platform styles to use.",
9
+ "description": "The mode determines the platform behaviors of the component.",
10
10
  "options": [
11
11
  "ios",
12
12
  "md"
@@ -17,8 +17,17 @@
17
17
  "description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity.",
18
18
  "options": []
19
19
  },
20
+ "ion-accordion/theme": {
21
+ "type": "\"ios\" | \"md\" | \"ionic\"",
22
+ "description": "The theme determines the visual appearance of the component.",
23
+ "options": [
24
+ "ios",
25
+ "md",
26
+ "ionic"
27
+ ]
28
+ },
20
29
  "ion-accordion/toggle-icon": {
21
- "type": "string",
30
+ "type": "string | undefined",
22
31
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
23
32
  "options": []
24
33
  },
@@ -55,7 +64,7 @@
55
64
  },
56
65
  "ion-accordion-group/mode": {
57
66
  "type": "\"ios\" | \"md\"",
58
- "description": "The mode determines which platform styles to use.",
67
+ "description": "The mode determines the platform behaviors of the component.",
59
68
  "options": [
60
69
  "ios",
61
70
  "md"
@@ -71,6 +80,24 @@
71
80
  "description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
72
81
  "options": []
73
82
  },
83
+ "ion-accordion-group/shape": {
84
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
85
+ "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
86
+ "options": [
87
+ "rectangular",
88
+ "round",
89
+ "soft"
90
+ ]
91
+ },
92
+ "ion-accordion-group/theme": {
93
+ "type": "\"ios\" | \"md\" | \"ionic\"",
94
+ "description": "The theme determines the visual appearance of the component.",
95
+ "options": [
96
+ "ios",
97
+ "md",
98
+ "ionic"
99
+ ]
100
+ },
74
101
  "ion-accordion-group/value": {
75
102
  "type": "null | string | string[] | undefined",
76
103
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -128,7 +155,7 @@
128
155
  },
129
156
  "ion-action-sheet/mode": {
130
157
  "type": "\"ios\" | \"md\"",
131
- "description": "The mode determines which platform styles to use.",
158
+ "description": "The mode determines the platform behaviors of the component.",
132
159
  "options": [
133
160
  "ios",
134
161
  "md"
@@ -139,9 +166,18 @@
139
166
  "description": "Subtitle for the action sheet.",
140
167
  "options": []
141
168
  },
169
+ "ion-action-sheet/theme": {
170
+ "type": "\"ios\" | \"md\" | \"ionic\"",
171
+ "description": "The theme determines the visual appearance of the component.",
172
+ "options": [
173
+ "ios",
174
+ "md",
175
+ "ionic"
176
+ ]
177
+ },
142
178
  "ion-action-sheet/translucent": {
143
179
  "type": "boolean",
144
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
180
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
145
181
  "options": []
146
182
  },
147
183
  "ion-action-sheet/trigger": {
@@ -211,7 +247,7 @@
211
247
  },
212
248
  "ion-alert/mode": {
213
249
  "type": "\"ios\" | \"md\"",
214
- "description": "The mode determines which platform styles to use.",
250
+ "description": "The mode determines the platform behaviors of the component.",
215
251
  "options": [
216
252
  "ios",
217
253
  "md"
@@ -222,9 +258,18 @@
222
258
  "description": "The subtitle in the heading of the alert. Displayed under the title.",
223
259
  "options": []
224
260
  },
261
+ "ion-alert/theme": {
262
+ "type": "\"ios\" | \"md\" | \"ionic\"",
263
+ "description": "The theme determines the visual appearance of the component.",
264
+ "options": [
265
+ "ios",
266
+ "md",
267
+ "ionic"
268
+ ]
269
+ },
225
270
  "ion-alert/translucent": {
226
271
  "type": "boolean",
227
- "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
272
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
228
273
  "options": []
229
274
  },
230
275
  "ion-alert/trigger": {
@@ -232,6 +277,66 @@
232
277
  "description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
233
278
  "options": []
234
279
  },
280
+ "ion-app/mode": {
281
+ "type": "\"ios\" | \"md\"",
282
+ "description": "The mode determines the platform behaviors of the component.",
283
+ "options": [
284
+ "ios",
285
+ "md"
286
+ ]
287
+ },
288
+ "ion-app/theme": {
289
+ "type": "\"ios\" | \"md\" | \"ionic\"",
290
+ "description": "The theme determines the visual appearance of the component.",
291
+ "options": [
292
+ "ios",
293
+ "md",
294
+ "ionic"
295
+ ]
296
+ },
297
+ "ion-avatar/disabled": {
298
+ "type": "boolean",
299
+ "description": "If `true`, the user cannot interact with the avatar.",
300
+ "options": []
301
+ },
302
+ "ion-avatar/mode": {
303
+ "type": "\"ios\" | \"md\"",
304
+ "description": "The mode determines the platform behaviors of the component.",
305
+ "options": [
306
+ "ios",
307
+ "md"
308
+ ]
309
+ },
310
+ "ion-avatar/shape": {
311
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
312
+ "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
313
+ "options": [
314
+ "rectangular",
315
+ "round",
316
+ "soft"
317
+ ]
318
+ },
319
+ "ion-avatar/size": {
320
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
321
+ "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
322
+ "options": [
323
+ "large",
324
+ "medium",
325
+ "small",
326
+ "xlarge",
327
+ "xsmall",
328
+ "xxsmall"
329
+ ]
330
+ },
331
+ "ion-avatar/theme": {
332
+ "type": "\"ios\" | \"md\" | \"ionic\"",
333
+ "description": "The theme determines the visual appearance of the component.",
334
+ "options": [
335
+ "ios",
336
+ "md",
337
+ "ionic"
338
+ ]
339
+ },
235
340
  "ion-back-button/color": {
236
341
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
237
342
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -264,7 +369,7 @@
264
369
  },
265
370
  "ion-back-button/mode": {
266
371
  "type": "\"ios\" | \"md\"",
267
- "description": "The mode determines which platform styles to use.",
372
+ "description": "The mode determines the platform behaviors of the component.",
268
373
  "options": [
269
374
  "ios",
270
375
  "md"
@@ -280,6 +385,15 @@
280
385
  "description": "The text to display in the back button.",
281
386
  "options": []
282
387
  },
388
+ "ion-back-button/theme": {
389
+ "type": "\"ios\" | \"md\" | \"ionic\"",
390
+ "description": "The theme determines the visual appearance of the component.",
391
+ "options": [
392
+ "ios",
393
+ "md",
394
+ "ionic"
395
+ ]
396
+ },
283
397
  "ion-back-button/type": {
284
398
  "type": "\"button\" | \"reset\" | \"submit\"",
285
399
  "description": "The type of the button.",
@@ -289,6 +403,14 @@
289
403
  "submit"
290
404
  ]
291
405
  },
406
+ "ion-backdrop/mode": {
407
+ "type": "\"ios\" | \"md\"",
408
+ "description": "The mode determines the platform behaviors of the component.",
409
+ "options": [
410
+ "ios",
411
+ "md"
412
+ ]
413
+ },
292
414
  "ion-backdrop/stop-propagation": {
293
415
  "type": "boolean",
294
416
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -299,6 +421,15 @@
299
421
  "description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
300
422
  "options": []
301
423
  },
424
+ "ion-backdrop/theme": {
425
+ "type": "\"ios\" | \"md\" | \"ionic\"",
426
+ "description": "The theme determines the visual appearance of the component.",
427
+ "options": [
428
+ "ios",
429
+ "md",
430
+ "ionic"
431
+ ]
432
+ },
302
433
  "ion-backdrop/visible": {
303
434
  "type": "boolean",
304
435
  "description": "If `true`, the backdrop will be visible.",
@@ -319,14 +450,55 @@
319
450
  "warning"
320
451
  ]
321
452
  },
453
+ "ion-badge/hue": {
454
+ "type": "\"bold\" | \"subtle\" | undefined",
455
+ "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
456
+ "options": [
457
+ "bold",
458
+ "subtle"
459
+ ]
460
+ },
322
461
  "ion-badge/mode": {
323
462
  "type": "\"ios\" | \"md\"",
324
- "description": "The mode determines which platform styles to use.",
463
+ "description": "The mode determines the platform behaviors of the component.",
325
464
  "options": [
326
465
  "ios",
327
466
  "md"
328
467
  ]
329
468
  },
469
+ "ion-badge/shape": {
470
+ "type": "\"round | rectangular\" | \"soft\" | undefined",
471
+ "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
472
+ "options": [
473
+ "soft"
474
+ ]
475
+ },
476
+ "ion-badge/size": {
477
+ "type": "\"large\" | \"medium\" | \"small\" | undefined",
478
+ "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
479
+ "options": [
480
+ "large",
481
+ "medium",
482
+ "small"
483
+ ]
484
+ },
485
+ "ion-badge/theme": {
486
+ "type": "\"ios\" | \"md\" | \"ionic\"",
487
+ "description": "The theme determines the visual appearance of the component.",
488
+ "options": [
489
+ "ios",
490
+ "md",
491
+ "ionic"
492
+ ]
493
+ },
494
+ "ion-badge/vertical": {
495
+ "type": "\"bottom\" | \"top\" | undefined",
496
+ "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
497
+ "options": [
498
+ "bottom",
499
+ "top"
500
+ ]
501
+ },
330
502
  "ion-breadcrumb/active": {
331
503
  "type": "boolean",
332
504
  "description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any.",
@@ -364,7 +536,7 @@
364
536
  },
365
537
  "ion-breadcrumb/mode": {
366
538
  "type": "\"ios\" | \"md\"",
367
- "description": "The mode determines which platform styles to use.",
539
+ "description": "The mode determines the platform behaviors of the component.",
368
540
  "options": [
369
541
  "ios",
370
542
  "md"
@@ -399,6 +571,15 @@
399
571
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
400
572
  "options": []
401
573
  },
574
+ "ion-breadcrumb/theme": {
575
+ "type": "\"ios\" | \"md\" | \"ionic\"",
576
+ "description": "The theme determines the visual appearance of the component.",
577
+ "options": [
578
+ "ios",
579
+ "md",
580
+ "ionic"
581
+ ]
582
+ },
402
583
  "ion-breadcrumbs/color": {
403
584
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
404
585
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -431,12 +612,21 @@
431
612
  },
432
613
  "ion-breadcrumbs/mode": {
433
614
  "type": "\"ios\" | \"md\"",
434
- "description": "The mode determines which platform styles to use.",
615
+ "description": "The mode determines the platform behaviors of the component.",
435
616
  "options": [
436
617
  "ios",
437
618
  "md"
438
619
  ]
439
620
  },
621
+ "ion-breadcrumbs/theme": {
622
+ "type": "\"ios\" | \"md\" | \"ionic\"",
623
+ "description": "The theme determines the visual appearance of the component.",
624
+ "options": [
625
+ "ios",
626
+ "md",
627
+ "ionic"
628
+ ]
629
+ },
440
630
  "ion-button/button-type": {
441
631
  "type": "string",
442
632
  "description": "The type of button.",
@@ -477,7 +667,7 @@
477
667
  },
478
668
  "ion-button/fill": {
479
669
  "type": "\"clear\" | \"default\" | \"outline\" | \"solid\" | undefined",
480
- "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a toolbar, where the default is `\"clear\"`.",
670
+ "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except when inside of a buttons or datetime component, where\nthe default fill is `\"clear\"`.",
481
671
  "options": [
482
672
  "clear",
483
673
  "default",
@@ -497,7 +687,7 @@
497
687
  },
498
688
  "ion-button/mode": {
499
689
  "type": "\"ios\" | \"md\"",
500
- "description": "The mode determines which platform styles to use.",
690
+ "description": "The mode determines the platform behaviors of the component.",
501
691
  "options": [
502
692
  "ios",
503
693
  "md"
@@ -523,18 +713,21 @@
523
713
  ]
524
714
  },
525
715
  "ion-button/shape": {
526
- "type": "\"round\" | undefined",
527
- "description": "Set to `\"round\"` for a button with more rounded corners.",
716
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
717
+ "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
528
718
  "options": [
529
- "round"
719
+ "rectangular",
720
+ "round",
721
+ "soft"
530
722
  ]
531
723
  },
532
724
  "ion-button/size": {
533
- "type": "\"default\" | \"large\" | \"small\" | undefined",
534
- "description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
725
+ "type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined",
726
+ "description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
535
727
  "options": [
536
728
  "default",
537
729
  "large",
730
+ "medium",
538
731
  "small"
539
732
  ]
540
733
  },
@@ -548,6 +741,15 @@
548
741
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
549
742
  "options": []
550
743
  },
744
+ "ion-button/theme": {
745
+ "type": "\"ios\" | \"md\" | \"ionic\"",
746
+ "description": "The theme determines the visual appearance of the component.",
747
+ "options": [
748
+ "ios",
749
+ "md",
750
+ "ionic"
751
+ ]
752
+ },
551
753
  "ion-button/type": {
552
754
  "type": "\"button\" | \"reset\" | \"submit\"",
553
755
  "description": "The type of the button.",
@@ -559,9 +761,26 @@
559
761
  },
560
762
  "ion-buttons/collapse": {
561
763
  "type": "boolean",
562
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
764
+ "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
563
765
  "options": []
564
766
  },
767
+ "ion-buttons/mode": {
768
+ "type": "\"ios\" | \"md\"",
769
+ "description": "The mode determines the platform behaviors of the component.",
770
+ "options": [
771
+ "ios",
772
+ "md"
773
+ ]
774
+ },
775
+ "ion-buttons/theme": {
776
+ "type": "\"ios\" | \"md\" | \"ionic\"",
777
+ "description": "The theme determines the visual appearance of the component.",
778
+ "options": [
779
+ "ios",
780
+ "md",
781
+ "ionic"
782
+ ]
783
+ },
565
784
  "ion-card/button": {
566
785
  "type": "boolean",
567
786
  "description": "If `true`, a button tag will be rendered and the card will be tappable.",
@@ -599,7 +818,7 @@
599
818
  },
600
819
  "ion-card/mode": {
601
820
  "type": "\"ios\" | \"md\"",
602
- "description": "The mode determines which platform styles to use.",
821
+ "description": "The mode determines the platform behaviors of the component.",
603
822
  "options": [
604
823
  "ios",
605
824
  "md"
@@ -624,11 +843,29 @@
624
843
  "root"
625
844
  ]
626
845
  },
846
+ "ion-card/shape": {
847
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
848
+ "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
849
+ "options": [
850
+ "rectangular",
851
+ "round",
852
+ "soft"
853
+ ]
854
+ },
627
855
  "ion-card/target": {
628
856
  "type": "string | undefined",
629
857
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
630
858
  "options": []
631
859
  },
860
+ "ion-card/theme": {
861
+ "type": "\"ios\" | \"md\" | \"ionic\"",
862
+ "description": "The theme determines the visual appearance of the component.",
863
+ "options": [
864
+ "ios",
865
+ "md",
866
+ "ionic"
867
+ ]
868
+ },
632
869
  "ion-card/type": {
633
870
  "type": "\"button\" | \"reset\" | \"submit\"",
634
871
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -640,12 +877,21 @@
640
877
  },
641
878
  "ion-card-content/mode": {
642
879
  "type": "\"ios\" | \"md\"",
643
- "description": "The mode determines which platform styles to use.",
880
+ "description": "The mode determines the platform behaviors of the component.",
644
881
  "options": [
645
882
  "ios",
646
883
  "md"
647
884
  ]
648
885
  },
886
+ "ion-card-content/theme": {
887
+ "type": "\"ios\" | \"md\" | \"ionic\"",
888
+ "description": "The theme determines the visual appearance of the component.",
889
+ "options": [
890
+ "ios",
891
+ "md",
892
+ "ionic"
893
+ ]
894
+ },
649
895
  "ion-card-header/color": {
650
896
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
651
897
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -663,15 +909,24 @@
663
909
  },
664
910
  "ion-card-header/mode": {
665
911
  "type": "\"ios\" | \"md\"",
666
- "description": "The mode determines which platform styles to use.",
912
+ "description": "The mode determines the platform behaviors of the component.",
667
913
  "options": [
668
914
  "ios",
669
915
  "md"
670
916
  ]
671
917
  },
918
+ "ion-card-header/theme": {
919
+ "type": "\"ios\" | \"md\" | \"ionic\"",
920
+ "description": "The theme determines the visual appearance of the component.",
921
+ "options": [
922
+ "ios",
923
+ "md",
924
+ "ionic"
925
+ ]
926
+ },
672
927
  "ion-card-header/translucent": {
673
928
  "type": "boolean",
674
- "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
929
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
675
930
  "options": []
676
931
  },
677
932
  "ion-card-subtitle/color": {
@@ -691,12 +946,21 @@
691
946
  },
692
947
  "ion-card-subtitle/mode": {
693
948
  "type": "\"ios\" | \"md\"",
694
- "description": "The mode determines which platform styles to use.",
949
+ "description": "The mode determines the platform behaviors of the component.",
695
950
  "options": [
696
951
  "ios",
697
952
  "md"
698
953
  ]
699
954
  },
955
+ "ion-card-subtitle/theme": {
956
+ "type": "\"ios\" | \"md\" | \"ionic\"",
957
+ "description": "The theme determines the visual appearance of the component.",
958
+ "options": [
959
+ "ios",
960
+ "md",
961
+ "ionic"
962
+ ]
963
+ },
700
964
  "ion-card-title/color": {
701
965
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
702
966
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -714,12 +978,21 @@
714
978
  },
715
979
  "ion-card-title/mode": {
716
980
  "type": "\"ios\" | \"md\"",
717
- "description": "The mode determines which platform styles to use.",
981
+ "description": "The mode determines the platform behaviors of the component.",
718
982
  "options": [
719
983
  "ios",
720
984
  "md"
721
985
  ]
722
986
  },
987
+ "ion-card-title/theme": {
988
+ "type": "\"ios\" | \"md\" | \"ionic\"",
989
+ "description": "The theme determines the visual appearance of the component.",
990
+ "options": [
991
+ "ios",
992
+ "md",
993
+ "ionic"
994
+ ]
995
+ },
723
996
  "ion-checkbox/alignment": {
724
997
  "type": "\"center\" | \"start\" | undefined",
725
998
  "description": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the checkbox `display` to `block`.",
@@ -789,7 +1062,7 @@
789
1062
  },
790
1063
  "ion-checkbox/mode": {
791
1064
  "type": "\"ios\" | \"md\"",
792
- "description": "The mode determines which platform styles to use.",
1065
+ "description": "The mode determines the platform behaviors of the component.",
793
1066
  "options": [
794
1067
  "ios",
795
1068
  "md"
@@ -805,6 +1078,30 @@
805
1078
  "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
806
1079
  "options": []
807
1080
  },
1081
+ "ion-checkbox/shape": {
1082
+ "type": "\"rectangular\" | \"soft\" | undefined",
1083
+ "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1084
+ "options": [
1085
+ "rectangular",
1086
+ "soft"
1087
+ ]
1088
+ },
1089
+ "ion-checkbox/size": {
1090
+ "type": "\"small\" | undefined",
1091
+ "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1092
+ "options": [
1093
+ "small"
1094
+ ]
1095
+ },
1096
+ "ion-checkbox/theme": {
1097
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1098
+ "description": "The theme determines the visual appearance of the component.",
1099
+ "options": [
1100
+ "ios",
1101
+ "md",
1102
+ "ionic"
1103
+ ]
1104
+ },
808
1105
  "ion-checkbox/value": {
809
1106
  "type": "any",
810
1107
  "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>`.",
@@ -830,9 +1127,17 @@
830
1127
  "description": "If `true`, the user cannot interact with the chip.",
831
1128
  "options": []
832
1129
  },
1130
+ "ion-chip/hue": {
1131
+ "type": "\"bold\" | \"subtle\" | undefined",
1132
+ "description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
1133
+ "options": [
1134
+ "bold",
1135
+ "subtle"
1136
+ ]
1137
+ },
833
1138
  "ion-chip/mode": {
834
1139
  "type": "\"ios\" | \"md\"",
835
- "description": "The mode determines which platform styles to use.",
1140
+ "description": "The mode determines the platform behaviors of the component.",
836
1141
  "options": [
837
1142
  "ios",
838
1143
  "md"
@@ -843,6 +1148,40 @@
843
1148
  "description": "Display an outline style button.",
844
1149
  "options": []
845
1150
  },
1151
+ "ion-chip/shape": {
1152
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
1153
+ "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
1154
+ "options": [
1155
+ "rectangular",
1156
+ "round",
1157
+ "soft"
1158
+ ]
1159
+ },
1160
+ "ion-chip/size": {
1161
+ "type": "\"large\" | \"small\" | undefined",
1162
+ "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
1163
+ "options": [
1164
+ "large",
1165
+ "small"
1166
+ ]
1167
+ },
1168
+ "ion-chip/theme": {
1169
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1170
+ "description": "The theme determines the visual appearance of the component.",
1171
+ "options": [
1172
+ "ios",
1173
+ "md",
1174
+ "ionic"
1175
+ ]
1176
+ },
1177
+ "ion-col/mode": {
1178
+ "type": "\"ios\" | \"md\"",
1179
+ "description": "The mode determines the platform behaviors of the component.",
1180
+ "options": [
1181
+ "ios",
1182
+ "md"
1183
+ ]
1184
+ },
846
1185
  "ion-col/offset": {
847
1186
  "type": "string | undefined",
848
1187
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -873,6 +1212,36 @@
873
1212
  "description": "The amount to offset the column for xs screens, in terms of how many columns it should shift\nto the end of the total available.",
874
1213
  "options": []
875
1214
  },
1215
+ "ion-col/order": {
1216
+ "type": "string | undefined",
1217
+ "description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1218
+ "options": []
1219
+ },
1220
+ "ion-col/order-lg": {
1221
+ "type": "string | undefined",
1222
+ "description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1223
+ "options": []
1224
+ },
1225
+ "ion-col/order-md": {
1226
+ "type": "string | undefined",
1227
+ "description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1228
+ "options": []
1229
+ },
1230
+ "ion-col/order-sm": {
1231
+ "type": "string | undefined",
1232
+ "description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1233
+ "options": []
1234
+ },
1235
+ "ion-col/order-xl": {
1236
+ "type": "string | undefined",
1237
+ "description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1238
+ "options": []
1239
+ },
1240
+ "ion-col/order-xs": {
1241
+ "type": "string | undefined",
1242
+ "description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
1243
+ "options": []
1244
+ },
876
1245
  "ion-col/pull": {
877
1246
  "type": "string | undefined",
878
1247
  "description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
@@ -963,6 +1332,15 @@
963
1332
  "description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content.",
964
1333
  "options": []
965
1334
  },
1335
+ "ion-col/theme": {
1336
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1337
+ "description": "The theme determines the visual appearance of the component.",
1338
+ "options": [
1339
+ "ios",
1340
+ "md",
1341
+ "ionic"
1342
+ ]
1343
+ },
966
1344
  "ion-content/color": {
967
1345
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
968
1346
  "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
@@ -996,6 +1374,14 @@
996
1374
  "description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
997
1375
  "options": []
998
1376
  },
1377
+ "ion-content/mode": {
1378
+ "type": "\"ios\" | \"md\"",
1379
+ "description": "The mode determines the platform behaviors of the component.",
1380
+ "options": [
1381
+ "ios",
1382
+ "md"
1383
+ ]
1384
+ },
999
1385
  "ion-content/scroll-events": {
1000
1386
  "type": "boolean",
1001
1387
  "description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
@@ -1011,6 +1397,15 @@
1011
1397
  "description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
1012
1398
  "options": []
1013
1399
  },
1400
+ "ion-content/theme": {
1401
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1402
+ "description": "The theme determines the visual appearance of the component.",
1403
+ "options": [
1404
+ "ios",
1405
+ "md",
1406
+ "ionic"
1407
+ ]
1408
+ },
1014
1409
  "ion-datetime/cancel-text": {
1015
1410
  "type": "string",
1016
1411
  "description": "The text to display on the picker's cancel button.",
@@ -1108,7 +1503,7 @@
1108
1503
  },
1109
1504
  "ion-datetime/mode": {
1110
1505
  "type": "\"ios\" | \"md\"",
1111
- "description": "The mode determines which platform styles to use.",
1506
+ "description": "The mode determines the platform behaviors of the component.",
1112
1507
  "options": [
1113
1508
  "ios",
1114
1509
  "md"
@@ -1185,6 +1580,15 @@
1185
1580
  "fixed"
1186
1581
  ]
1187
1582
  },
1583
+ "ion-datetime/theme": {
1584
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1585
+ "description": "The theme determines the visual appearance of the component.",
1586
+ "options": [
1587
+ "ios",
1588
+ "md",
1589
+ "ionic"
1590
+ ]
1591
+ },
1188
1592
  "ion-datetime/title-selected-dates-formatter": {
1189
1593
  "type": "((selectedDates: string[]) => string) | undefined",
1190
1594
  "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.",
@@ -1227,12 +1631,39 @@
1227
1631
  },
1228
1632
  "ion-datetime-button/mode": {
1229
1633
  "type": "\"ios\" | \"md\"",
1230
- "description": "The mode determines which platform styles to use.",
1634
+ "description": "The mode determines the platform behaviors of the component.",
1231
1635
  "options": [
1232
1636
  "ios",
1233
1637
  "md"
1234
1638
  ]
1235
1639
  },
1640
+ "ion-datetime-button/theme": {
1641
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1642
+ "description": "The theme determines the visual appearance of the component.",
1643
+ "options": [
1644
+ "ios",
1645
+ "md",
1646
+ "ionic"
1647
+ ]
1648
+ },
1649
+ "ion-divider/inset": {
1650
+ "type": "boolean",
1651
+ "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
1652
+ "options": []
1653
+ },
1654
+ "ion-divider/spacing": {
1655
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
1656
+ "description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
1657
+ "options": [
1658
+ "large",
1659
+ "medium",
1660
+ "small",
1661
+ "xlarge",
1662
+ "xsmall",
1663
+ "xxlarge",
1664
+ "xxsmall"
1665
+ ]
1666
+ },
1236
1667
  "ion-fab/activated": {
1237
1668
  "type": "boolean",
1238
1669
  "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.",
@@ -1252,9 +1683,26 @@
1252
1683
  "start"
1253
1684
  ]
1254
1685
  },
1255
- "ion-fab/vertical": {
1256
- "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1257
- "description": "Where to align the fab vertically in the viewport.",
1686
+ "ion-fab/mode": {
1687
+ "type": "\"ios\" | \"md\"",
1688
+ "description": "The mode determines the platform behaviors of the component.",
1689
+ "options": [
1690
+ "ios",
1691
+ "md"
1692
+ ]
1693
+ },
1694
+ "ion-fab/theme": {
1695
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1696
+ "description": "The theme determines the visual appearance of the component.",
1697
+ "options": [
1698
+ "ios",
1699
+ "md",
1700
+ "ionic"
1701
+ ]
1702
+ },
1703
+ "ion-fab/vertical": {
1704
+ "type": "\"bottom\" | \"center\" | \"top\" | undefined",
1705
+ "description": "Where to align the fab vertically in the viewport.",
1258
1706
  "options": [
1259
1707
  "bottom",
1260
1708
  "center",
@@ -1267,7 +1715,7 @@
1267
1715
  "options": []
1268
1716
  },
1269
1717
  "ion-fab-button/close-icon": {
1270
- "type": "string",
1718
+ "type": "string | undefined",
1271
1719
  "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.",
1272
1720
  "options": []
1273
1721
  },
@@ -1303,7 +1751,7 @@
1303
1751
  },
1304
1752
  "ion-fab-button/mode": {
1305
1753
  "type": "\"ios\" | \"md\"",
1306
- "description": "The mode determines which platform styles to use.",
1754
+ "description": "The mode determines the platform behaviors of the component.",
1307
1755
  "options": [
1308
1756
  "ios",
1309
1757
  "md"
@@ -1345,9 +1793,18 @@
1345
1793
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1346
1794
  "options": []
1347
1795
  },
1796
+ "ion-fab-button/theme": {
1797
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1798
+ "description": "The theme determines the visual appearance of the component.",
1799
+ "options": [
1800
+ "ios",
1801
+ "md",
1802
+ "ionic"
1803
+ ]
1804
+ },
1348
1805
  "ion-fab-button/translucent": {
1349
1806
  "type": "boolean",
1350
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1807
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1351
1808
  "options": []
1352
1809
  },
1353
1810
  "ion-fab-button/type": {
@@ -1364,6 +1821,14 @@
1364
1821
  "description": "If `true`, the fab list will show all fab buttons in the list.",
1365
1822
  "options": []
1366
1823
  },
1824
+ "ion-fab-list/mode": {
1825
+ "type": "\"ios\" | \"md\"",
1826
+ "description": "The mode determines the platform behaviors of the component.",
1827
+ "options": [
1828
+ "ios",
1829
+ "md"
1830
+ ]
1831
+ },
1367
1832
  "ion-fab-list/side": {
1368
1833
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
1369
1834
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -1374,50 +1839,159 @@
1374
1839
  "top"
1375
1840
  ]
1376
1841
  },
1842
+ "ion-fab-list/theme": {
1843
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1844
+ "description": "The theme determines the visual appearance of the component.",
1845
+ "options": [
1846
+ "ios",
1847
+ "md",
1848
+ "ionic"
1849
+ ]
1850
+ },
1377
1851
  "ion-footer/collapse": {
1378
1852
  "type": "\"fade\" | undefined",
1379
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
1853
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
1380
1854
  "options": [
1381
1855
  "fade"
1382
1856
  ]
1383
1857
  },
1384
1858
  "ion-footer/mode": {
1385
1859
  "type": "\"ios\" | \"md\"",
1386
- "description": "The mode determines which platform styles to use.",
1860
+ "description": "The mode determines the platform behaviors of the component.",
1387
1861
  "options": [
1388
1862
  "ios",
1389
1863
  "md"
1390
1864
  ]
1391
1865
  },
1866
+ "ion-footer/theme": {
1867
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1868
+ "description": "The theme determines the visual appearance of the component.",
1869
+ "options": [
1870
+ "ios",
1871
+ "md",
1872
+ "ionic"
1873
+ ]
1874
+ },
1392
1875
  "ion-footer/translucent": {
1393
1876
  "type": "boolean",
1394
- "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
1877
+ "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.",
1878
+ "options": []
1879
+ },
1880
+ "ion-gallery/columns": {
1881
+ "type": "GalleryBreakpoints<string | number> | number | string",
1882
+ "description": "The number of columns to display. Can be set as a number or an object of\nbreakpoint values (e.g. `{ xs: 2, sm: 3, md: 4 }`).",
1395
1883
  "options": []
1396
1884
  },
1885
+ "ion-gallery/gap": {
1886
+ "type": "GalleryBreakpoints<string | number> | number | string",
1887
+ "description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nCSS variables like `var(--app-gallery-gap)`, or numbers (treated as pixel\nvalues). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
1888
+ "options": []
1889
+ },
1890
+ "ion-gallery/layout": {
1891
+ "type": "\"masonry\" | \"uniform\"",
1892
+ "description": "The visual layout of the gallery. When `uniform`, rows take up the height\nof the tallest item and are spaced evenly across the gallery. Additionally,\nitems will have an aspect ratio of 1/1, forcing them to be square unless a\nheight is explicitly set. When `masonry`, items will be positioned under each\nother with only the specified gap between them.",
1893
+ "options": [
1894
+ "masonry",
1895
+ "uniform"
1896
+ ]
1897
+ },
1898
+ "ion-gallery/mode": {
1899
+ "type": "\"ios\" | \"md\"",
1900
+ "description": "The mode determines the platform behaviors of the component.",
1901
+ "options": [
1902
+ "ios",
1903
+ "md"
1904
+ ]
1905
+ },
1906
+ "ion-gallery/order": {
1907
+ "type": "\"best-fit\" | \"sequential\" | undefined",
1908
+ "description": "The order in which items are positioned. Only applies when layout is\n`masonry`. When `sequential`, items are positioned in the order they are\nplaced in the DOM. When `best-fit`, items are positioned under the column\nwith the most available space. Defaults to `sequential` when layout is\n`masonry` and `order` is not explicitly set.",
1909
+ "options": [
1910
+ "best-fit",
1911
+ "sequential"
1912
+ ]
1913
+ },
1914
+ "ion-gallery/theme": {
1915
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1916
+ "description": "The theme determines the visual appearance of the component.",
1917
+ "options": [
1918
+ "ios",
1919
+ "md",
1920
+ "ionic"
1921
+ ]
1922
+ },
1923
+ "ion-gallery-item/mode": {
1924
+ "type": "\"ios\" | \"md\"",
1925
+ "description": "The mode determines the platform behaviors of the component.",
1926
+ "options": [
1927
+ "ios",
1928
+ "md"
1929
+ ]
1930
+ },
1931
+ "ion-gallery-item/theme": {
1932
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1933
+ "description": "The theme determines the visual appearance of the component.",
1934
+ "options": [
1935
+ "ios",
1936
+ "md",
1937
+ "ionic"
1938
+ ]
1939
+ },
1397
1940
  "ion-grid/fixed": {
1398
1941
  "type": "boolean",
1399
1942
  "description": "If `true`, the grid will have a fixed width based on the screen size.",
1400
1943
  "options": []
1401
1944
  },
1945
+ "ion-grid/mode": {
1946
+ "type": "\"ios\" | \"md\"",
1947
+ "description": "The mode determines the platform behaviors of the component.",
1948
+ "options": [
1949
+ "ios",
1950
+ "md"
1951
+ ]
1952
+ },
1953
+ "ion-grid/theme": {
1954
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1955
+ "description": "The theme determines the visual appearance of the component.",
1956
+ "options": [
1957
+ "ios",
1958
+ "md",
1959
+ "ionic"
1960
+ ]
1961
+ },
1402
1962
  "ion-header/collapse": {
1403
1963
  "type": "\"condense\" | \"fade\" | undefined",
1404
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1964
+ "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)",
1405
1965
  "options": [
1406
1966
  "condense",
1407
1967
  "fade"
1408
1968
  ]
1409
1969
  },
1970
+ "ion-header/divider": {
1971
+ "type": "boolean",
1972
+ "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
1973
+ "options": []
1974
+ },
1410
1975
  "ion-header/mode": {
1411
1976
  "type": "\"ios\" | \"md\"",
1412
- "description": "The mode determines which platform styles to use.",
1977
+ "description": "The mode determines the platform behaviors of the component.",
1413
1978
  "options": [
1414
1979
  "ios",
1415
1980
  "md"
1416
1981
  ]
1417
1982
  },
1983
+ "ion-header/theme": {
1984
+ "type": "\"ios\" | \"md\" | \"ionic\"",
1985
+ "description": "The theme determines the visual appearance of the component.",
1986
+ "options": [
1987
+ "ios",
1988
+ "md",
1989
+ "ionic"
1990
+ ]
1991
+ },
1418
1992
  "ion-header/translucent": {
1419
1993
  "type": "boolean",
1420
- "description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1994
+ "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
1421
1995
  "options": []
1422
1996
  },
1423
1997
  "ion-img/alt": {
@@ -1425,16 +1999,41 @@
1425
1999
  "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.",
1426
2000
  "options": []
1427
2001
  },
2002
+ "ion-img/mode": {
2003
+ "type": "\"ios\" | \"md\"",
2004
+ "description": "The mode determines the platform behaviors of the component.",
2005
+ "options": [
2006
+ "ios",
2007
+ "md"
2008
+ ]
2009
+ },
1428
2010
  "ion-img/src": {
1429
2011
  "type": "string | undefined",
1430
2012
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
1431
2013
  "options": []
1432
2014
  },
2015
+ "ion-img/theme": {
2016
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2017
+ "description": "The theme determines the visual appearance of the component.",
2018
+ "options": [
2019
+ "ios",
2020
+ "md",
2021
+ "ionic"
2022
+ ]
2023
+ },
1433
2024
  "ion-infinite-scroll/disabled": {
1434
2025
  "type": "boolean",
1435
2026
  "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.",
1436
2027
  "options": []
1437
2028
  },
2029
+ "ion-infinite-scroll/mode": {
2030
+ "type": "\"ios\" | \"md\"",
2031
+ "description": "The mode determines the platform behaviors of the component.",
2032
+ "options": [
2033
+ "ios",
2034
+ "md"
2035
+ ]
2036
+ },
1438
2037
  "ion-infinite-scroll/position": {
1439
2038
  "type": "\"bottom\" | \"top\"",
1440
2039
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -1443,6 +2042,20 @@
1443
2042
  "top"
1444
2043
  ]
1445
2044
  },
2045
+ "ion-infinite-scroll/preserve-rerender-scroll-position": {
2046
+ "type": "boolean",
2047
+ "description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
2048
+ "options": []
2049
+ },
2050
+ "ion-infinite-scroll/theme": {
2051
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2052
+ "description": "The theme determines the visual appearance of the component.",
2053
+ "options": [
2054
+ "ios",
2055
+ "md",
2056
+ "ionic"
2057
+ ]
2058
+ },
1446
2059
  "ion-infinite-scroll/threshold": {
1447
2060
  "type": "string",
1448
2061
  "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.",
@@ -1468,6 +2081,23 @@
1468
2081
  "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.",
1469
2082
  "options": []
1470
2083
  },
2084
+ "ion-infinite-scroll-content/mode": {
2085
+ "type": "\"ios\" | \"md\"",
2086
+ "description": "The mode determines the platform behaviors of the component.",
2087
+ "options": [
2088
+ "ios",
2089
+ "md"
2090
+ ]
2091
+ },
2092
+ "ion-infinite-scroll-content/theme": {
2093
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2094
+ "description": "The theme determines the visual appearance of the component.",
2095
+ "options": [
2096
+ "ios",
2097
+ "md",
2098
+ "ionic"
2099
+ ]
2100
+ },
1471
2101
  "ion-input/autocapitalize": {
1472
2102
  "type": "string",
1473
2103
  "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\"`.",
@@ -1534,9 +2164,12 @@
1534
2164
  ]
1535
2165
  },
1536
2166
  "ion-input/autocorrect": {
1537
- "type": "boolean",
2167
+ "type": "\"off\" | \"on\"",
1538
2168
  "description": "Whether auto correction should be enabled when the user is entering/editing the text value.",
1539
- "options": []
2169
+ "options": [
2170
+ "off",
2171
+ "on"
2172
+ ]
1540
2173
  },
1541
2174
  "ion-input/autofocus": {
1542
2175
  "type": "boolean",
@@ -1613,7 +2246,7 @@
1613
2246
  },
1614
2247
  "ion-input/fill": {
1615
2248
  "type": "\"outline\" | \"solid\" | undefined",
1616
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
2249
+ "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\"`.",
1617
2250
  "options": [
1618
2251
  "outline",
1619
2252
  "solid"
@@ -1644,8 +2277,8 @@
1644
2277
  "options": []
1645
2278
  },
1646
2279
  "ion-input/label-placement": {
1647
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
1648
- "description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
2280
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
2281
+ "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.",
1649
2282
  "options": [
1650
2283
  "end",
1651
2284
  "fixed",
@@ -1676,7 +2309,7 @@
1676
2309
  },
1677
2310
  "ion-input/mode": {
1678
2311
  "type": "\"ios\" | \"md\"",
1679
- "description": "The mode determines which platform styles to use.",
2312
+ "description": "The mode determines the platform behaviors of the component.",
1680
2313
  "options": [
1681
2314
  "ios",
1682
2315
  "md"
@@ -1713,10 +2346,21 @@
1713
2346
  "options": []
1714
2347
  },
1715
2348
  "ion-input/shape": {
1716
- "type": "\"round\" | undefined",
1717
- "description": "The shape of the input. If \"round\" it will have an increased border radius.",
2349
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2350
+ "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\"`.",
1718
2351
  "options": [
1719
- "round"
2352
+ "rectangular",
2353
+ "round",
2354
+ "soft"
2355
+ ]
2356
+ },
2357
+ "ion-input/size": {
2358
+ "type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
2359
+ "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.",
2360
+ "options": [
2361
+ "large",
2362
+ "medium",
2363
+ "xlarge"
1720
2364
  ]
1721
2365
  },
1722
2366
  "ion-input/spellcheck": {
@@ -1729,6 +2373,15 @@
1729
2373
  "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.",
1730
2374
  "options": []
1731
2375
  },
2376
+ "ion-input/theme": {
2377
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2378
+ "description": "The theme determines the visual appearance of the component.",
2379
+ "options": [
2380
+ "ios",
2381
+ "md",
2382
+ "ionic"
2383
+ ]
2384
+ },
1732
2385
  "ion-input/type": {
1733
2386
  "type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
1734
2387
  "description": "The type of control to display. The default type is text.",
@@ -1804,6 +2457,14 @@
1804
2457
  "description": "The number of input boxes to display.",
1805
2458
  "options": []
1806
2459
  },
2460
+ "ion-input-otp/mode": {
2461
+ "type": "\"ios\" | \"md\"",
2462
+ "description": "The mode determines the platform behaviors of the component.",
2463
+ "options": [
2464
+ "ios",
2465
+ "md"
2466
+ ]
2467
+ },
1807
2468
  "ion-input-otp/pattern": {
1808
2469
  "type": "string | undefined",
1809
2470
  "description": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
@@ -1837,6 +2498,15 @@
1837
2498
  "small"
1838
2499
  ]
1839
2500
  },
2501
+ "ion-input-otp/theme": {
2502
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2503
+ "description": "The theme determines the visual appearance of the component.",
2504
+ "options": [
2505
+ "ios",
2506
+ "md",
2507
+ "ionic"
2508
+ ]
2509
+ },
1840
2510
  "ion-input-otp/type": {
1841
2511
  "type": "\"number\" | \"text\"",
1842
2512
  "description": "The type of input allowed in the input boxes.",
@@ -1905,11 +2575,11 @@
1905
2575
  },
1906
2576
  "ion-item/detail": {
1907
2577
  "type": "boolean | undefined",
1908
- "description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present.",
2578
+ "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.",
1909
2579
  "options": []
1910
2580
  },
1911
2581
  "ion-item/detail-icon": {
1912
- "type": "string",
2582
+ "type": "string | undefined",
1913
2583
  "description": "The icon to use when `detail` is set to `true`.",
1914
2584
  "options": []
1915
2585
  },
@@ -1939,7 +2609,7 @@
1939
2609
  },
1940
2610
  "ion-item/mode": {
1941
2611
  "type": "\"ios\" | \"md\"",
1942
- "description": "The mode determines which platform styles to use.",
2612
+ "description": "The mode determines the platform behaviors of the component.",
1943
2613
  "options": [
1944
2614
  "ios",
1945
2615
  "md"
@@ -1969,6 +2639,15 @@
1969
2639
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
1970
2640
  "options": []
1971
2641
  },
2642
+ "ion-item/theme": {
2643
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2644
+ "description": "The theme determines the visual appearance of the component.",
2645
+ "options": [
2646
+ "ios",
2647
+ "md",
2648
+ "ionic"
2649
+ ]
2650
+ },
1972
2651
  "ion-item/type": {
1973
2652
  "type": "\"button\" | \"reset\" | \"submit\"",
1974
2653
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1995,7 +2674,7 @@
1995
2674
  },
1996
2675
  "ion-item-divider/mode": {
1997
2676
  "type": "\"ios\" | \"md\"",
1998
- "description": "The mode determines which platform styles to use.",
2677
+ "description": "The mode determines the platform behaviors of the component.",
1999
2678
  "options": [
2000
2679
  "ios",
2001
2680
  "md"
@@ -2006,6 +2685,32 @@
2006
2685
  "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",
2007
2686
  "options": []
2008
2687
  },
2688
+ "ion-item-divider/theme": {
2689
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2690
+ "description": "The theme determines the visual appearance of the component.",
2691
+ "options": [
2692
+ "ios",
2693
+ "md",
2694
+ "ionic"
2695
+ ]
2696
+ },
2697
+ "ion-item-group/mode": {
2698
+ "type": "\"ios\" | \"md\"",
2699
+ "description": "The mode determines the platform behaviors of the component.",
2700
+ "options": [
2701
+ "ios",
2702
+ "md"
2703
+ ]
2704
+ },
2705
+ "ion-item-group/theme": {
2706
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2707
+ "description": "The theme determines the visual appearance of the component.",
2708
+ "options": [
2709
+ "ios",
2710
+ "md",
2711
+ "ionic"
2712
+ ]
2713
+ },
2009
2714
  "ion-item-option/color": {
2010
2715
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2011
2716
  "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).",
@@ -2041,9 +2746,17 @@
2041
2746
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
2042
2747
  "options": []
2043
2748
  },
2749
+ "ion-item-option/hue": {
2750
+ "type": "\"bold\" | \"subtle\" | undefined",
2751
+ "description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
2752
+ "options": [
2753
+ "bold",
2754
+ "subtle"
2755
+ ]
2756
+ },
2044
2757
  "ion-item-option/mode": {
2045
2758
  "type": "\"ios\" | \"md\"",
2046
- "description": "The mode determines which platform styles to use.",
2759
+ "description": "The mode determines the platform behaviors of the component.",
2047
2760
  "options": [
2048
2761
  "ios",
2049
2762
  "md"
@@ -2054,11 +2767,29 @@
2054
2767
  "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).",
2055
2768
  "options": []
2056
2769
  },
2770
+ "ion-item-option/shape": {
2771
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2772
+ "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.",
2773
+ "options": [
2774
+ "rectangular",
2775
+ "round",
2776
+ "soft"
2777
+ ]
2778
+ },
2057
2779
  "ion-item-option/target": {
2058
2780
  "type": "string | undefined",
2059
2781
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
2060
2782
  "options": []
2061
2783
  },
2784
+ "ion-item-option/theme": {
2785
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2786
+ "description": "The theme determines the visual appearance of the component.",
2787
+ "options": [
2788
+ "ios",
2789
+ "md",
2790
+ "ionic"
2791
+ ]
2792
+ },
2062
2793
  "ion-item-option/type": {
2063
2794
  "type": "\"button\" | \"reset\" | \"submit\"",
2064
2795
  "description": "The type of the button.",
@@ -2068,6 +2799,14 @@
2068
2799
  "submit"
2069
2800
  ]
2070
2801
  },
2802
+ "ion-item-options/mode": {
2803
+ "type": "\"ios\" | \"md\"",
2804
+ "description": "The mode determines the platform behaviors of the component.",
2805
+ "options": [
2806
+ "ios",
2807
+ "md"
2808
+ ]
2809
+ },
2071
2810
  "ion-item-options/side": {
2072
2811
  "type": "\"end\" | \"start\"",
2073
2812
  "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.",
@@ -2076,11 +2815,37 @@
2076
2815
  "start"
2077
2816
  ]
2078
2817
  },
2818
+ "ion-item-options/theme": {
2819
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2820
+ "description": "The theme determines the visual appearance of the component.",
2821
+ "options": [
2822
+ "ios",
2823
+ "md",
2824
+ "ionic"
2825
+ ]
2826
+ },
2079
2827
  "ion-item-sliding/disabled": {
2080
2828
  "type": "boolean",
2081
2829
  "description": "If `true`, the user cannot interact with the sliding item.",
2082
2830
  "options": []
2083
2831
  },
2832
+ "ion-item-sliding/mode": {
2833
+ "type": "\"ios\" | \"md\"",
2834
+ "description": "The mode determines the platform behaviors of the component.",
2835
+ "options": [
2836
+ "ios",
2837
+ "md"
2838
+ ]
2839
+ },
2840
+ "ion-item-sliding/theme": {
2841
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2842
+ "description": "The theme determines the visual appearance of the component.",
2843
+ "options": [
2844
+ "ios",
2845
+ "md",
2846
+ "ionic"
2847
+ ]
2848
+ },
2084
2849
  "ion-label/color": {
2085
2850
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2086
2851
  "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).",
@@ -2098,7 +2863,7 @@
2098
2863
  },
2099
2864
  "ion-label/mode": {
2100
2865
  "type": "\"ios\" | \"md\"",
2101
- "description": "The mode determines which platform styles to use.",
2866
+ "description": "The mode determines the platform behaviors of the component.",
2102
2867
  "options": [
2103
2868
  "ios",
2104
2869
  "md"
@@ -2113,6 +2878,15 @@
2113
2878
  "stacked"
2114
2879
  ]
2115
2880
  },
2881
+ "ion-label/theme": {
2882
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2883
+ "description": "The theme determines the visual appearance of the component.",
2884
+ "options": [
2885
+ "ios",
2886
+ "md",
2887
+ "ionic"
2888
+ ]
2889
+ },
2116
2890
  "ion-list/inset": {
2117
2891
  "type": "boolean",
2118
2892
  "description": "If `true`, the list will have margin around it and rounded corners.",
@@ -2129,12 +2903,30 @@
2129
2903
  },
2130
2904
  "ion-list/mode": {
2131
2905
  "type": "\"ios\" | \"md\"",
2132
- "description": "The mode determines which platform styles to use.",
2906
+ "description": "The mode determines the platform behaviors of the component.",
2133
2907
  "options": [
2134
2908
  "ios",
2135
2909
  "md"
2136
2910
  ]
2137
2911
  },
2912
+ "ion-list/shape": {
2913
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
2914
+ "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.",
2915
+ "options": [
2916
+ "rectangular",
2917
+ "round",
2918
+ "soft"
2919
+ ]
2920
+ },
2921
+ "ion-list/theme": {
2922
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2923
+ "description": "The theme determines the visual appearance of the component.",
2924
+ "options": [
2925
+ "ios",
2926
+ "md",
2927
+ "ionic"
2928
+ ]
2929
+ },
2138
2930
  "ion-list-header/color": {
2139
2931
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2140
2932
  "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).",
@@ -2161,12 +2953,21 @@
2161
2953
  },
2162
2954
  "ion-list-header/mode": {
2163
2955
  "type": "\"ios\" | \"md\"",
2164
- "description": "The mode determines which platform styles to use.",
2956
+ "description": "The mode determines the platform behaviors of the component.",
2165
2957
  "options": [
2166
2958
  "ios",
2167
2959
  "md"
2168
2960
  ]
2169
2961
  },
2962
+ "ion-list-header/theme": {
2963
+ "type": "\"ios\" | \"md\" | \"ionic\"",
2964
+ "description": "The theme determines the visual appearance of the component.",
2965
+ "options": [
2966
+ "ios",
2967
+ "md",
2968
+ "ionic"
2969
+ ]
2970
+ },
2170
2971
  "ion-loading/animated": {
2171
2972
  "type": "boolean",
2172
2973
  "description": "If `true`, the loading indicator will animate.",
@@ -2219,7 +3020,7 @@
2219
3020
  },
2220
3021
  "ion-loading/mode": {
2221
3022
  "type": "\"ios\" | \"md\"",
2222
- "description": "The mode determines which platform styles to use.",
3023
+ "description": "The mode determines the platform behaviors of the component.",
2223
3024
  "options": [
2224
3025
  "ios",
2225
3026
  "md"
@@ -2245,9 +3046,18 @@
2245
3046
  "lines-small"
2246
3047
  ]
2247
3048
  },
3049
+ "ion-loading/theme": {
3050
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3051
+ "description": "The theme determines the visual appearance of the component.",
3052
+ "options": [
3053
+ "ios",
3054
+ "md",
3055
+ "ionic"
3056
+ ]
3057
+ },
2248
3058
  "ion-loading/translucent": {
2249
3059
  "type": "boolean",
2250
- "description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3060
+ "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).",
2251
3061
  "options": []
2252
3062
  },
2253
3063
  "ion-loading/trigger": {
@@ -2275,6 +3085,14 @@
2275
3085
  "description": "An id for the menu.",
2276
3086
  "options": []
2277
3087
  },
3088
+ "ion-menu/mode": {
3089
+ "type": "\"ios\" | \"md\"",
3090
+ "description": "The mode determines the platform behaviors of the component.",
3091
+ "options": [
3092
+ "ios",
3093
+ "md"
3094
+ ]
3095
+ },
2278
3096
  "ion-menu/side": {
2279
3097
  "type": "\"end\" | \"start\"",
2280
3098
  "description": "Which side of the view the menu should be placed.",
@@ -2288,6 +3106,15 @@
2288
3106
  "description": "If `true`, swiping the menu is enabled.",
2289
3107
  "options": []
2290
3108
  },
3109
+ "ion-menu/theme": {
3110
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3111
+ "description": "The theme determines the visual appearance of the component.",
3112
+ "options": [
3113
+ "ios",
3114
+ "md",
3115
+ "ionic"
3116
+ ]
3117
+ },
2291
3118
  "ion-menu/type": {
2292
3119
  "type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
2293
3120
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -2329,12 +3156,21 @@
2329
3156
  },
2330
3157
  "ion-menu-button/mode": {
2331
3158
  "type": "\"ios\" | \"md\"",
2332
- "description": "The mode determines which platform styles to use.",
3159
+ "description": "The mode determines the platform behaviors of the component.",
2333
3160
  "options": [
2334
3161
  "ios",
2335
3162
  "md"
2336
3163
  ]
2337
3164
  },
3165
+ "ion-menu-button/theme": {
3166
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3167
+ "description": "The theme determines the visual appearance of the component.",
3168
+ "options": [
3169
+ "ios",
3170
+ "md",
3171
+ "ionic"
3172
+ ]
3173
+ },
2338
3174
  "ion-menu-button/type": {
2339
3175
  "type": "\"button\" | \"reset\" | \"submit\"",
2340
3176
  "description": "The type of the button.",
@@ -2354,6 +3190,23 @@
2354
3190
  "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.",
2355
3191
  "options": []
2356
3192
  },
3193
+ "ion-menu-toggle/mode": {
3194
+ "type": "\"ios\" | \"md\"",
3195
+ "description": "The mode determines the platform behaviors of the component.",
3196
+ "options": [
3197
+ "ios",
3198
+ "md"
3199
+ ]
3200
+ },
3201
+ "ion-menu-toggle/theme": {
3202
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3203
+ "description": "The theme determines the visual appearance of the component.",
3204
+ "options": [
3205
+ "ios",
3206
+ "md",
3207
+ "ionic"
3208
+ ]
3209
+ },
2357
3210
  "ion-modal/animated": {
2358
3211
  "type": "boolean",
2359
3212
  "description": "If `true`, the modal will animate.",
@@ -2439,7 +3292,7 @@
2439
3292
  },
2440
3293
  "ion-modal/mode": {
2441
3294
  "type": "\"ios\" | \"md\"",
2442
- "description": "The mode determines which platform styles to use.",
3295
+ "description": "The mode determines the platform behaviors of the component.",
2443
3296
  "options": [
2444
3297
  "ios",
2445
3298
  "md"
@@ -2450,11 +3303,29 @@
2450
3303
  "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.",
2451
3304
  "options": []
2452
3305
  },
3306
+ "ion-modal/shape": {
3307
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
3308
+ "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.",
3309
+ "options": [
3310
+ "rectangular",
3311
+ "round",
3312
+ "soft"
3313
+ ]
3314
+ },
2453
3315
  "ion-modal/show-backdrop": {
2454
3316
  "type": "boolean",
2455
3317
  "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.",
2456
3318
  "options": []
2457
3319
  },
3320
+ "ion-modal/theme": {
3321
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3322
+ "description": "The theme determines the visual appearance of the component.",
3323
+ "options": [
3324
+ "ios",
3325
+ "md",
3326
+ "ionic"
3327
+ ]
3328
+ },
2458
3329
  "ion-modal/trigger": {
2459
3330
  "type": "string | undefined",
2460
3331
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -2467,9 +3338,17 @@
2467
3338
  },
2468
3339
  "ion-nav/animation": {
2469
3340
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
2470
- "description": "By default `ion-nav` animates transition between pages based in the mode (ios or material design).\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
3341
+ "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.",
2471
3342
  "options": []
2472
3343
  },
3344
+ "ion-nav/mode": {
3345
+ "type": "\"ios\" | \"md\"",
3346
+ "description": "The mode determines the platform behaviors of the component.",
3347
+ "options": [
3348
+ "ios",
3349
+ "md"
3350
+ ]
3351
+ },
2473
3352
  "ion-nav/root": {
2474
3353
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
2475
3354
  "description": "Root NavComponent to load",
@@ -2485,6 +3364,15 @@
2485
3364
  "description": "If the nav component should allow for swipe-to-go-back.",
2486
3365
  "options": []
2487
3366
  },
3367
+ "ion-nav/theme": {
3368
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3369
+ "description": "The theme determines the visual appearance of the component.",
3370
+ "options": [
3371
+ "ios",
3372
+ "md",
3373
+ "ionic"
3374
+ ]
3375
+ },
2488
3376
  "ion-nav-link/component": {
2489
3377
  "type": "Function | HTMLElement | ViewController | null | string | undefined",
2490
3378
  "description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
@@ -2495,6 +3383,14 @@
2495
3383
  "description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
2496
3384
  "options": []
2497
3385
  },
3386
+ "ion-nav-link/mode": {
3387
+ "type": "\"ios\" | \"md\"",
3388
+ "description": "The mode determines the platform behaviors of the component.",
3389
+ "options": [
3390
+ "ios",
3391
+ "md"
3392
+ ]
3393
+ },
2498
3394
  "ion-nav-link/router-animation": {
2499
3395
  "type": "((baseEl: any, opts?: any) => Animation) | undefined",
2500
3396
  "description": "The transition animation when navigating to another page.",
@@ -2509,6 +3405,15 @@
2509
3405
  "root"
2510
3406
  ]
2511
3407
  },
3408
+ "ion-nav-link/theme": {
3409
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3410
+ "description": "The theme determines the visual appearance of the component.",
3411
+ "options": [
3412
+ "ios",
3413
+ "md",
3414
+ "ionic"
3415
+ ]
3416
+ },
2512
3417
  "ion-note/color": {
2513
3418
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2514
3419
  "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).",
@@ -2526,20 +3431,38 @@
2526
3431
  },
2527
3432
  "ion-note/mode": {
2528
3433
  "type": "\"ios\" | \"md\"",
2529
- "description": "The mode determines which platform styles to use.",
3434
+ "description": "The mode determines the platform behaviors of the component.",
2530
3435
  "options": [
2531
3436
  "ios",
2532
3437
  "md"
2533
3438
  ]
2534
3439
  },
3440
+ "ion-note/theme": {
3441
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3442
+ "description": "The theme determines the visual appearance of the component.",
3443
+ "options": [
3444
+ "ios",
3445
+ "md",
3446
+ "ionic"
3447
+ ]
3448
+ },
2535
3449
  "ion-picker/mode": {
2536
3450
  "type": "\"ios\" | \"md\"",
2537
- "description": "The mode determines which platform styles to use.",
3451
+ "description": "The mode determines the platform behaviors of the component.",
2538
3452
  "options": [
2539
3453
  "ios",
2540
3454
  "md"
2541
3455
  ]
2542
3456
  },
3457
+ "ion-picker/theme": {
3458
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3459
+ "description": "The theme determines the visual appearance of the component.",
3460
+ "options": [
3461
+ "ios",
3462
+ "md",
3463
+ "ionic"
3464
+ ]
3465
+ },
2543
3466
  "ion-picker-column/color": {
2544
3467
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
2545
3468
  "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).",
@@ -2562,12 +3485,21 @@
2562
3485
  },
2563
3486
  "ion-picker-column/mode": {
2564
3487
  "type": "\"ios\" | \"md\"",
2565
- "description": "The mode determines which platform styles to use.",
3488
+ "description": "The mode determines the platform behaviors of the component.",
2566
3489
  "options": [
2567
3490
  "ios",
2568
3491
  "md"
2569
3492
  ]
2570
3493
  },
3494
+ "ion-picker-column/theme": {
3495
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3496
+ "description": "The theme determines the visual appearance of the component.",
3497
+ "options": [
3498
+ "ios",
3499
+ "md",
3500
+ "ionic"
3501
+ ]
3502
+ },
2571
3503
  "ion-picker-column/value": {
2572
3504
  "type": "number | string | undefined",
2573
3505
  "description": "The selected option in the picker.",
@@ -2593,14 +3525,113 @@
2593
3525
  "description": "If `true`, the user cannot interact with the picker column option.",
2594
3526
  "options": []
2595
3527
  },
3528
+ "ion-picker-column-option/mode": {
3529
+ "type": "\"ios\" | \"md\"",
3530
+ "description": "The mode determines the platform behaviors of the component.",
3531
+ "options": [
3532
+ "ios",
3533
+ "md"
3534
+ ]
3535
+ },
3536
+ "ion-picker-column-option/theme": {
3537
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3538
+ "description": "The theme determines the visual appearance of the component.",
3539
+ "options": [
3540
+ "ios",
3541
+ "md",
3542
+ "ionic"
3543
+ ]
3544
+ },
2596
3545
  "ion-picker-column-option/value": {
2597
3546
  "type": "any",
2598
3547
  "description": "The text value of the option.",
2599
3548
  "options": []
2600
3549
  },
3550
+ "ion-picker-legacy/animated": {
3551
+ "type": "boolean",
3552
+ "description": "If `true`, the picker will animate.",
3553
+ "options": []
3554
+ },
3555
+ "ion-picker-legacy/backdrop-dismiss": {
3556
+ "type": "boolean",
3557
+ "description": "If `true`, the picker will be dismissed when the backdrop is clicked.",
3558
+ "options": []
3559
+ },
3560
+ "ion-picker-legacy/buttons": {
3561
+ "type": "PickerButton[]",
3562
+ "description": "Array of buttons to be displayed at the top of the picker.",
3563
+ "options": []
3564
+ },
3565
+ "ion-picker-legacy/columns": {
3566
+ "type": "PickerColumn[]",
3567
+ "description": "Array of columns to be displayed in the picker.",
3568
+ "options": []
3569
+ },
3570
+ "ion-picker-legacy/css-class": {
3571
+ "type": "string | string[] | undefined",
3572
+ "description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
3573
+ "options": []
3574
+ },
3575
+ "ion-picker-legacy/duration": {
3576
+ "type": "number",
3577
+ "description": "Number of milliseconds to wait before dismissing the picker.",
3578
+ "options": []
3579
+ },
3580
+ "ion-picker-legacy/enter-animation": {
3581
+ "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3582
+ "description": "Animation to use when the picker is presented.",
3583
+ "options": []
3584
+ },
3585
+ "ion-picker-legacy/html-attributes": {
3586
+ "type": "undefined | { [key: string]: any; }",
3587
+ "description": "Additional attributes to pass to the picker.",
3588
+ "options": []
3589
+ },
3590
+ "ion-picker-legacy/is-open": {
3591
+ "type": "boolean",
3592
+ "description": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code.",
3593
+ "options": []
3594
+ },
3595
+ "ion-picker-legacy/keyboard-close": {
3596
+ "type": "boolean",
3597
+ "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
3598
+ "options": []
3599
+ },
3600
+ "ion-picker-legacy/leave-animation": {
3601
+ "type": "((baseEl: any, opts?: any) => Animation) | undefined",
3602
+ "description": "Animation to use when the picker is dismissed.",
3603
+ "options": []
3604
+ },
3605
+ "ion-picker-legacy/mode": {
3606
+ "type": "\"ios\" | \"md\"",
3607
+ "description": "The mode determines the platform behaviors of the component.",
3608
+ "options": [
3609
+ "ios",
3610
+ "md"
3611
+ ]
3612
+ },
3613
+ "ion-picker-legacy/show-backdrop": {
3614
+ "type": "boolean",
3615
+ "description": "If `true`, a backdrop will be displayed behind the picker.",
3616
+ "options": []
3617
+ },
3618
+ "ion-picker-legacy/theme": {
3619
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3620
+ "description": "The theme determines the visual appearance of the component.",
3621
+ "options": [
3622
+ "ios",
3623
+ "md",
3624
+ "ionic"
3625
+ ]
3626
+ },
3627
+ "ion-picker-legacy/trigger": {
3628
+ "type": "string | undefined",
3629
+ "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
3630
+ "options": []
3631
+ },
2601
3632
  "ion-popover/alignment": {
2602
3633
  "type": "\"center\" | \"end\" | \"start\" | undefined",
2603
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
3634
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
2604
3635
  "options": [
2605
3636
  "center",
2606
3637
  "end",
@@ -2614,7 +3645,7 @@
2614
3645
  },
2615
3646
  "ion-popover/arrow": {
2616
3647
  "type": "boolean",
2617
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
3648
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
2618
3649
  "options": []
2619
3650
  },
2620
3651
  "ion-popover/backdrop-dismiss": {
@@ -2679,7 +3710,7 @@
2679
3710
  },
2680
3711
  "ion-popover/mode": {
2681
3712
  "type": "\"ios\" | \"md\"",
2682
- "description": "The mode determines which platform styles to use.",
3713
+ "description": "The mode determines the platform behaviors of the component.",
2683
3714
  "options": [
2684
3715
  "ios",
2685
3716
  "md"
@@ -2718,9 +3749,18 @@
2718
3749
  "cover"
2719
3750
  ]
2720
3751
  },
3752
+ "ion-popover/theme": {
3753
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3754
+ "description": "The theme determines the visual appearance of the component.",
3755
+ "options": [
3756
+ "ios",
3757
+ "md",
3758
+ "ionic"
3759
+ ]
3760
+ },
2721
3761
  "ion-popover/translucent": {
2722
3762
  "type": "boolean",
2723
- "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3763
+ "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).",
2724
3764
  "options": []
2725
3765
  },
2726
3766
  "ion-popover/trigger": {
@@ -2759,7 +3799,7 @@
2759
3799
  },
2760
3800
  "ion-progress-bar/mode": {
2761
3801
  "type": "\"ios\" | \"md\"",
2762
- "description": "The mode determines which platform styles to use.",
3802
+ "description": "The mode determines the platform behaviors of the component.",
2763
3803
  "options": [
2764
3804
  "ios",
2765
3805
  "md"
@@ -2770,6 +3810,23 @@
2770
3810
  "description": "If true, reverse the progress bar direction.",
2771
3811
  "options": []
2772
3812
  },
3813
+ "ion-progress-bar/shape": {
3814
+ "type": "\"rectangular\" | \"round\" | undefined",
3815
+ "description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
3816
+ "options": [
3817
+ "rectangular",
3818
+ "round"
3819
+ ]
3820
+ },
3821
+ "ion-progress-bar/theme": {
3822
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3823
+ "description": "The theme determines the visual appearance of the component.",
3824
+ "options": [
3825
+ "ios",
3826
+ "md",
3827
+ "ionic"
3828
+ ]
3829
+ },
2773
3830
  "ion-progress-bar/type": {
2774
3831
  "type": "\"determinate\" | \"indeterminate\"",
2775
3832
  "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).",
@@ -2832,7 +3889,7 @@
2832
3889
  },
2833
3890
  "ion-radio/mode": {
2834
3891
  "type": "\"ios\" | \"md\"",
2835
- "description": "The mode determines which platform styles to use.",
3892
+ "description": "The mode determines the platform behaviors of the component.",
2836
3893
  "options": [
2837
3894
  "ios",
2838
3895
  "md"
@@ -2843,6 +3900,15 @@
2843
3900
  "description": "The name of the control, which is submitted with the form data.",
2844
3901
  "options": []
2845
3902
  },
3903
+ "ion-radio/theme": {
3904
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3905
+ "description": "The theme determines the visual appearance of the component.",
3906
+ "options": [
3907
+ "ios",
3908
+ "md",
3909
+ "ionic"
3910
+ ]
3911
+ },
2846
3912
  "ion-radio/value": {
2847
3913
  "type": "any",
2848
3914
  "description": "the value of the radio.",
@@ -2868,11 +3934,28 @@
2868
3934
  "description": "The helper text to display at the top of the radio group.",
2869
3935
  "options": []
2870
3936
  },
3937
+ "ion-radio-group/mode": {
3938
+ "type": "\"ios\" | \"md\"",
3939
+ "description": "The mode determines the platform behaviors of the component.",
3940
+ "options": [
3941
+ "ios",
3942
+ "md"
3943
+ ]
3944
+ },
2871
3945
  "ion-radio-group/name": {
2872
3946
  "type": "string",
2873
3947
  "description": "The name of the control, which is submitted with the form data.",
2874
3948
  "options": []
2875
3949
  },
3950
+ "ion-radio-group/theme": {
3951
+ "type": "\"ios\" | \"md\" | \"ionic\"",
3952
+ "description": "The theme determines the visual appearance of the component.",
3953
+ "options": [
3954
+ "ios",
3955
+ "md",
3956
+ "ionic"
3957
+ ]
3958
+ },
2876
3959
  "ion-radio-group/value": {
2877
3960
  "type": "any",
2878
3961
  "description": "the value of the radio group.",
@@ -2940,7 +4023,7 @@
2940
4023
  },
2941
4024
  "ion-range/mode": {
2942
4025
  "type": "\"ios\" | \"md\"",
2943
- "description": "The mode determines which platform styles to use.",
4026
+ "description": "The mode determines the platform behaviors of the component.",
2944
4027
  "options": [
2945
4028
  "ios",
2946
4029
  "md"
@@ -2971,6 +4054,15 @@
2971
4054
  "description": "Specifies the value granularity.",
2972
4055
  "options": []
2973
4056
  },
4057
+ "ion-range/theme": {
4058
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4059
+ "description": "The theme determines the visual appearance of the component.",
4060
+ "options": [
4061
+ "ios",
4062
+ "md",
4063
+ "ionic"
4064
+ ]
4065
+ },
2974
4066
  "ion-range/ticks": {
2975
4067
  "type": "boolean",
2976
4068
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -2993,7 +4085,7 @@
2993
4085
  },
2994
4086
  "ion-refresher/mode": {
2995
4087
  "type": "\"ios\" | \"md\"",
2996
- "description": "The mode determines which platform styles to use.",
4088
+ "description": "The mode determines the platform behaviors of the component.",
2997
4089
  "options": [
2998
4090
  "ios",
2999
4091
  "md"
@@ -3019,6 +4111,23 @@
3019
4111
  "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.",
3020
4112
  "options": []
3021
4113
  },
4114
+ "ion-refresher/theme": {
4115
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4116
+ "description": "The theme determines the visual appearance of the component.",
4117
+ "options": [
4118
+ "ios",
4119
+ "md",
4120
+ "ionic"
4121
+ ]
4122
+ },
4123
+ "ion-refresher-content/mode": {
4124
+ "type": "\"ios\" | \"md\"",
4125
+ "description": "The mode determines the platform behaviors of the component.",
4126
+ "options": [
4127
+ "ios",
4128
+ "md"
4129
+ ]
4130
+ },
3022
4131
  "ion-refresher-content/pulling-icon": {
3023
4132
  "type": "null | string | undefined",
3024
4133
  "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.",
@@ -3049,11 +4158,71 @@
3049
4158
  "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.",
3050
4159
  "options": []
3051
4160
  },
4161
+ "ion-refresher-content/theme": {
4162
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4163
+ "description": "The theme determines the visual appearance of the component.",
4164
+ "options": [
4165
+ "ios",
4166
+ "md",
4167
+ "ionic"
4168
+ ]
4169
+ },
4170
+ "ion-reorder/mode": {
4171
+ "type": "\"ios\" | \"md\"",
4172
+ "description": "The mode determines the platform behaviors of the component.",
4173
+ "options": [
4174
+ "ios",
4175
+ "md"
4176
+ ]
4177
+ },
4178
+ "ion-reorder/theme": {
4179
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4180
+ "description": "The theme determines the visual appearance of the component.",
4181
+ "options": [
4182
+ "ios",
4183
+ "md",
4184
+ "ionic"
4185
+ ]
4186
+ },
3052
4187
  "ion-reorder-group/disabled": {
3053
4188
  "type": "boolean",
3054
4189
  "description": "If `true`, the reorder will be hidden.",
3055
4190
  "options": []
3056
4191
  },
4192
+ "ion-reorder-group/mode": {
4193
+ "type": "\"ios\" | \"md\"",
4194
+ "description": "The mode determines the platform behaviors of the component.",
4195
+ "options": [
4196
+ "ios",
4197
+ "md"
4198
+ ]
4199
+ },
4200
+ "ion-reorder-group/theme": {
4201
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4202
+ "description": "The theme determines the visual appearance of the component.",
4203
+ "options": [
4204
+ "ios",
4205
+ "md",
4206
+ "ionic"
4207
+ ]
4208
+ },
4209
+ "ion-ripple-effect/mode": {
4210
+ "type": "\"ios\" | \"md\"",
4211
+ "description": "The mode determines the platform behaviors of the component.",
4212
+ "options": [
4213
+ "ios",
4214
+ "md"
4215
+ ]
4216
+ },
4217
+ "ion-ripple-effect/theme": {
4218
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4219
+ "description": "The theme determines the visual appearance of the component.",
4220
+ "options": [
4221
+ "ios",
4222
+ "md",
4223
+ "ionic"
4224
+ ]
4225
+ },
3057
4226
  "ion-ripple-effect/type": {
3058
4227
  "type": "\"bounded\" | \"unbounded\"",
3059
4228
  "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.",
@@ -3082,6 +4251,23 @@
3082
4251
  "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
3083
4252
  "options": []
3084
4253
  },
4254
+ "ion-route/mode": {
4255
+ "type": "\"ios\" | \"md\"",
4256
+ "description": "The mode determines the platform behaviors of the component.",
4257
+ "options": [
4258
+ "ios",
4259
+ "md"
4260
+ ]
4261
+ },
4262
+ "ion-route/theme": {
4263
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4264
+ "description": "The theme determines the visual appearance of the component.",
4265
+ "options": [
4266
+ "ios",
4267
+ "md",
4268
+ "ionic"
4269
+ ]
4270
+ },
3085
4271
  "ion-route/url": {
3086
4272
  "type": "string",
3087
4273
  "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.",
@@ -3097,11 +4283,28 @@
3097
4283
  "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.",
3098
4284
  "options": []
3099
4285
  },
4286
+ "ion-router/mode": {
4287
+ "type": "\"ios\" | \"md\"",
4288
+ "description": "The mode determines the platform behaviors of the component.",
4289
+ "options": [
4290
+ "ios",
4291
+ "md"
4292
+ ]
4293
+ },
3100
4294
  "ion-router/root": {
3101
4295
  "type": "string",
3102
4296
  "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.",
3103
4297
  "options": []
3104
4298
  },
4299
+ "ion-router/theme": {
4300
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4301
+ "description": "The theme determines the visual appearance of the component.",
4302
+ "options": [
4303
+ "ios",
4304
+ "md",
4305
+ "ionic"
4306
+ ]
4307
+ },
3105
4308
  "ion-router/use-hash": {
3106
4309
  "type": "boolean",
3107
4310
  "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.",
@@ -3127,6 +4330,14 @@
3127
4330
  "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
3128
4331
  "options": []
3129
4332
  },
4333
+ "ion-router-link/mode": {
4334
+ "type": "\"ios\" | \"md\"",
4335
+ "description": "The mode determines the platform behaviors of the component.",
4336
+ "options": [
4337
+ "ios",
4338
+ "md"
4339
+ ]
4340
+ },
3130
4341
  "ion-router-link/rel": {
3131
4342
  "type": "string | undefined",
3132
4343
  "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).",
@@ -3151,6 +4362,15 @@
3151
4362
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
3152
4363
  "options": []
3153
4364
  },
4365
+ "ion-router-link/theme": {
4366
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4367
+ "description": "The theme determines the visual appearance of the component.",
4368
+ "options": [
4369
+ "ios",
4370
+ "md",
4371
+ "ionic"
4372
+ ]
4373
+ },
3154
4374
  "ion-router-outlet/animated": {
3155
4375
  "type": "boolean",
3156
4376
  "description": "If `true`, the router-outlet should animate the transition of components.",
@@ -3163,16 +4383,37 @@
3163
4383
  },
3164
4384
  "ion-router-outlet/mode": {
3165
4385
  "type": "\"ios\" | \"md\"",
3166
- "description": "The mode determines which platform styles to use.",
4386
+ "description": "The mode determines the platform behaviors of the component.",
3167
4387
  "options": [
3168
4388
  "ios",
3169
4389
  "md"
3170
4390
  ]
3171
4391
  },
3172
- "ion-router-outlet/swipe-gesture": {
3173
- "type": "boolean | undefined",
3174
- "description": "If `true`, the router-outlet should allow navigation via swipe-to-go-back gesture.\nDefaults to `true` for `\"ios\"` mode and `false` for `\"md\"` mode.",
3175
- "options": []
4392
+ "ion-router-outlet/theme": {
4393
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4394
+ "description": "The theme determines the visual appearance of the component.",
4395
+ "options": [
4396
+ "ios",
4397
+ "md",
4398
+ "ionic"
4399
+ ]
4400
+ },
4401
+ "ion-row/mode": {
4402
+ "type": "\"ios\" | \"md\"",
4403
+ "description": "The mode determines the platform behaviors of the component.",
4404
+ "options": [
4405
+ "ios",
4406
+ "md"
4407
+ ]
4408
+ },
4409
+ "ion-row/theme": {
4410
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4411
+ "description": "The theme determines the visual appearance of the component.",
4412
+ "options": [
4413
+ "ios",
4414
+ "md",
4415
+ "ionic"
4416
+ ]
3176
4417
  },
3177
4418
  "ion-searchbar/animated": {
3178
4419
  "type": "boolean",
@@ -3245,23 +4486,26 @@
3245
4486
  ]
3246
4487
  },
3247
4488
  "ion-searchbar/autocorrect": {
3248
- "type": "boolean",
4489
+ "type": "\"off\" | \"on\"",
3249
4490
  "description": "Set the input's autocorrect property.",
3250
- "options": []
4491
+ "options": [
4492
+ "off",
4493
+ "on"
4494
+ ]
3251
4495
  },
3252
4496
  "ion-searchbar/cancel-button-icon": {
3253
- "type": "string",
3254
- "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
4497
+ "type": "string | undefined",
4498
+ "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
3255
4499
  "options": []
3256
4500
  },
3257
4501
  "ion-searchbar/cancel-button-text": {
3258
4502
  "type": "string",
3259
- "description": "Set the cancel button text. Only applies to `ios` mode.",
4503
+ "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
3260
4504
  "options": []
3261
4505
  },
3262
4506
  "ion-searchbar/clear-icon": {
3263
4507
  "type": "string | undefined",
3264
- "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
4508
+ "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
3265
4509
  "options": []
3266
4510
  },
3267
4511
  "ion-searchbar/color": {
@@ -3328,7 +4572,7 @@
3328
4572
  },
3329
4573
  "ion-searchbar/mode": {
3330
4574
  "type": "\"ios\" | \"md\"",
3331
- "description": "The mode determines which platform styles to use.",
4575
+ "description": "The mode determines the platform behaviors of the component.",
3332
4576
  "options": [
3333
4577
  "ios",
3334
4578
  "md"
@@ -3345,10 +4589,19 @@
3345
4589
  "options": []
3346
4590
  },
3347
4591
  "ion-searchbar/search-icon": {
3348
- "type": "string | undefined",
3349
- "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
4592
+ "type": "boolean | string | undefined",
4593
+ "description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
3350
4594
  "options": []
3351
4595
  },
4596
+ "ion-searchbar/shape": {
4597
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4598
+ "description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
4599
+ "options": [
4600
+ "rectangular",
4601
+ "round",
4602
+ "soft"
4603
+ ]
4604
+ },
3352
4605
  "ion-searchbar/show-cancel-button": {
3353
4606
  "type": "\"always\" | \"focus\" | \"never\"",
3354
4607
  "description": "Sets the behavior for the cancel button. Defaults to `\"never\"`.\nSetting to `\"focus\"` shows the cancel button on focus.\nSetting to `\"never\"` hides the cancel button.\nSetting to `\"always\"` shows the cancel button regardless\nof focus state.",
@@ -3367,11 +4620,29 @@
3367
4620
  "never"
3368
4621
  ]
3369
4622
  },
4623
+ "ion-searchbar/size": {
4624
+ "type": "\"large\" | \"medium\" | \"small\" | undefined",
4625
+ "description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
4626
+ "options": [
4627
+ "large",
4628
+ "medium",
4629
+ "small"
4630
+ ]
4631
+ },
3370
4632
  "ion-searchbar/spellcheck": {
3371
4633
  "type": "boolean",
3372
4634
  "description": "If `true`, enable spellcheck on the input.",
3373
4635
  "options": []
3374
4636
  },
4637
+ "ion-searchbar/theme": {
4638
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4639
+ "description": "The theme determines the visual appearance of the component.",
4640
+ "options": [
4641
+ "ios",
4642
+ "md",
4643
+ "ionic"
4644
+ ]
4645
+ },
3375
4646
  "ion-searchbar/type": {
3376
4647
  "type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
3377
4648
  "description": "Set the type of the input.",
@@ -3412,7 +4683,7 @@
3412
4683
  },
3413
4684
  "ion-segment/mode": {
3414
4685
  "type": "\"ios\" | \"md\"",
3415
- "description": "The mode determines which platform styles to use.",
4686
+ "description": "The mode determines the platform behaviors of the component.",
3416
4687
  "options": [
3417
4688
  "ios",
3418
4689
  "md"
@@ -3433,6 +4704,15 @@
3433
4704
  "description": "If `true`, users will be able to swipe between segment buttons to activate them.",
3434
4705
  "options": []
3435
4706
  },
4707
+ "ion-segment/theme": {
4708
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4709
+ "description": "The theme determines the visual appearance of the component.",
4710
+ "options": [
4711
+ "ios",
4712
+ "md",
4713
+ "ionic"
4714
+ ]
4715
+ },
3436
4716
  "ion-segment/value": {
3437
4717
  "type": "number | string | undefined",
3438
4718
  "description": "the value of the segment.",
@@ -3462,12 +4742,21 @@
3462
4742
  },
3463
4743
  "ion-segment-button/mode": {
3464
4744
  "type": "\"ios\" | \"md\"",
3465
- "description": "The mode determines which platform styles to use.",
4745
+ "description": "The mode determines the platform behaviors of the component.",
3466
4746
  "options": [
3467
4747
  "ios",
3468
4748
  "md"
3469
4749
  ]
3470
4750
  },
4751
+ "ion-segment-button/theme": {
4752
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4753
+ "description": "The theme determines the visual appearance of the component.",
4754
+ "options": [
4755
+ "ios",
4756
+ "md",
4757
+ "ionic"
4758
+ ]
4759
+ },
3471
4760
  "ion-segment-button/type": {
3472
4761
  "type": "\"button\" | \"reset\" | \"submit\"",
3473
4762
  "description": "The type of the button.",
@@ -3492,6 +4781,11 @@
3492
4781
  "description": "If `true`, users will be able to swipe the segment view to navigate between segment contents.",
3493
4782
  "options": []
3494
4783
  },
4784
+ "ion-select/cancel-icon": {
4785
+ "type": "boolean",
4786
+ "description": "If `true`, the cancel button will display an icon instead of the `cancelText`.\nOnly applies when `interface` is set to `\"modal\"`. Has no effect on `\"action-sheet\"`,\n`\"alert\"`, or `\"popover\"` interfaces.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored for display\nbut is used as the accessible label for the icon button.",
4787
+ "options": []
4788
+ },
3495
4789
  "ion-select/cancel-text": {
3496
4790
  "type": "string",
3497
4791
  "description": "The text to display on the cancel button.",
@@ -3529,12 +4823,12 @@
3529
4823
  },
3530
4824
  "ion-select/expanded-icon": {
3531
4825
  "type": "string | undefined",
3532
- "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
4826
+ "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.",
3533
4827
  "options": []
3534
4828
  },
3535
4829
  "ion-select/fill": {
3536
4830
  "type": "\"outline\" | \"solid\" | undefined",
3537
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
4831
+ "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.",
3538
4832
  "options": [
3539
4833
  "outline",
3540
4834
  "solid"
@@ -3587,7 +4881,7 @@
3587
4881
  },
3588
4882
  "ion-select/mode": {
3589
4883
  "type": "\"ios\" | \"md\"",
3590
- "description": "The mode determines which platform styles to use.",
4884
+ "description": "The mode determines the platform behaviors of the component.",
3591
4885
  "options": [
3592
4886
  "ios",
3593
4887
  "md"
@@ -3624,15 +4918,35 @@
3624
4918
  "options": []
3625
4919
  },
3626
4920
  "ion-select/shape": {
3627
- "type": "\"round\" | undefined",
3628
- "description": "The shape of the select. If \"round\" it will have an increased border radius.",
4921
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
4922
+ "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.",
3629
4923
  "options": [
3630
- "round"
4924
+ "rectangular",
4925
+ "round",
4926
+ "soft"
4927
+ ]
4928
+ },
4929
+ "ion-select/size": {
4930
+ "type": "\"large\" | \"medium\" | \"small\" | undefined",
4931
+ "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.",
4932
+ "options": [
4933
+ "large",
4934
+ "medium",
4935
+ "small"
4936
+ ]
4937
+ },
4938
+ "ion-select/theme": {
4939
+ "type": "\"ios\" | \"md\" | \"ionic\"",
4940
+ "description": "The theme determines the visual appearance of the component.",
4941
+ "options": [
4942
+ "ios",
4943
+ "md",
4944
+ "ionic"
3631
4945
  ]
3632
4946
  },
3633
4947
  "ion-select/toggle-icon": {
3634
4948
  "type": "string | undefined",
3635
- "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
4949
+ "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
3636
4950
  "options": []
3637
4951
  },
3638
4952
  "ion-select/value": {
@@ -3640,6 +4954,11 @@
3640
4954
  "description": "The value of the select.",
3641
4955
  "options": []
3642
4956
  },
4957
+ "ion-select-modal/cancel-icon": {
4958
+ "type": "boolean",
4959
+ "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
4960
+ "options": []
4961
+ },
3643
4962
  "ion-select-modal/cancel-text": {
3644
4963
  "type": "string",
3645
4964
  "description": "The text to display on the cancel button.",
@@ -3660,11 +4979,33 @@
3660
4979
  "description": "",
3661
4980
  "options": []
3662
4981
  },
4982
+ "ion-select-option/description": {
4983
+ "type": "string | undefined",
4984
+ "description": "Text that is placed underneath the option text to provide additional details about the option.",
4985
+ "options": []
4986
+ },
3663
4987
  "ion-select-option/disabled": {
3664
4988
  "type": "boolean",
3665
4989
  "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.",
3666
4990
  "options": []
3667
4991
  },
4992
+ "ion-select-option/mode": {
4993
+ "type": "\"ios\" | \"md\"",
4994
+ "description": "The mode determines the platform behaviors of the component.",
4995
+ "options": [
4996
+ "ios",
4997
+ "md"
4998
+ ]
4999
+ },
5000
+ "ion-select-option/theme": {
5001
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5002
+ "description": "The theme determines the visual appearance of the component.",
5003
+ "options": [
5004
+ "ios",
5005
+ "md",
5006
+ "ionic"
5007
+ ]
5008
+ },
3668
5009
  "ion-select-option/value": {
3669
5010
  "type": "any",
3670
5011
  "description": "The text value of the option.",
@@ -3675,6 +5016,23 @@
3675
5016
  "description": "If `true`, the skeleton text will animate.",
3676
5017
  "options": []
3677
5018
  },
5019
+ "ion-skeleton-text/mode": {
5020
+ "type": "\"ios\" | \"md\"",
5021
+ "description": "The mode determines the platform behaviors of the component.",
5022
+ "options": [
5023
+ "ios",
5024
+ "md"
5025
+ ]
5026
+ },
5027
+ "ion-skeleton-text/theme": {
5028
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5029
+ "description": "The theme determines the visual appearance of the component.",
5030
+ "options": [
5031
+ "ios",
5032
+ "md",
5033
+ "ionic"
5034
+ ]
5035
+ },
3678
5036
  "ion-spinner/color": {
3679
5037
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3680
5038
  "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).",
@@ -3695,6 +5053,14 @@
3695
5053
  "description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
3696
5054
  "options": []
3697
5055
  },
5056
+ "ion-spinner/mode": {
5057
+ "type": "\"ios\" | \"md\"",
5058
+ "description": "The mode determines the platform behaviors of the component.",
5059
+ "options": [
5060
+ "ios",
5061
+ "md"
5062
+ ]
5063
+ },
3698
5064
  "ion-spinner/name": {
3699
5065
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
3700
5066
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -3715,6 +5081,26 @@
3715
5081
  "description": "If `true`, the spinner's animation will be paused.",
3716
5082
  "options": []
3717
5083
  },
5084
+ "ion-spinner/size": {
5085
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
5086
+ "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.",
5087
+ "options": [
5088
+ "large",
5089
+ "medium",
5090
+ "small",
5091
+ "xlarge",
5092
+ "xsmall"
5093
+ ]
5094
+ },
5095
+ "ion-spinner/theme": {
5096
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5097
+ "description": "The theme determines the visual appearance of the component.",
5098
+ "options": [
5099
+ "ios",
5100
+ "md",
5101
+ "ionic"
5102
+ ]
5103
+ },
3718
5104
  "ion-split-pane/content-id": {
3719
5105
  "type": "string | undefined",
3720
5106
  "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`.",
@@ -3725,6 +5111,23 @@
3725
5111
  "description": "If `true`, the split pane will be hidden.",
3726
5112
  "options": []
3727
5113
  },
5114
+ "ion-split-pane/mode": {
5115
+ "type": "\"ios\" | \"md\"",
5116
+ "description": "The mode determines the platform behaviors of the component.",
5117
+ "options": [
5118
+ "ios",
5119
+ "md"
5120
+ ]
5121
+ },
5122
+ "ion-split-pane/theme": {
5123
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5124
+ "description": "The theme determines the visual appearance of the component.",
5125
+ "options": [
5126
+ "ios",
5127
+ "md",
5128
+ "ionic"
5129
+ ]
5130
+ },
3728
5131
  "ion-split-pane/when": {
3729
5132
  "type": "boolean | string",
3730
5133
  "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.",
@@ -3735,11 +5138,28 @@
3735
5138
  "description": "The component to display inside of the tab.",
3736
5139
  "options": []
3737
5140
  },
5141
+ "ion-tab/mode": {
5142
+ "type": "\"ios\" | \"md\"",
5143
+ "description": "The mode determines the platform behaviors of the component.",
5144
+ "options": [
5145
+ "ios",
5146
+ "md"
5147
+ ]
5148
+ },
3738
5149
  "ion-tab/tab": {
3739
5150
  "type": "string",
3740
5151
  "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.",
3741
5152
  "options": []
3742
5153
  },
5154
+ "ion-tab/theme": {
5155
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5156
+ "description": "The theme determines the visual appearance of the component.",
5157
+ "options": [
5158
+ "ios",
5159
+ "md",
5160
+ "ionic"
5161
+ ]
5162
+ },
3743
5163
  "ion-tab-bar/color": {
3744
5164
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3745
5165
  "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).",
@@ -3755,9 +5175,22 @@
3755
5175
  "warning"
3756
5176
  ]
3757
5177
  },
5178
+ "ion-tab-bar/expand": {
5179
+ "type": "\"compact\" | \"full\"",
5180
+ "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\"`.",
5181
+ "options": [
5182
+ "compact",
5183
+ "full"
5184
+ ]
5185
+ },
5186
+ "ion-tab-bar/hide-on-scroll": {
5187
+ "type": "boolean",
5188
+ "description": "If `true`, the tab bar will be hidden when the user scrolls down\nand shown when the user scrolls up.\nOnly applies when the theme is `\"ionic\"` and `expand` is `\"compact\"`.",
5189
+ "options": []
5190
+ },
3758
5191
  "ion-tab-bar/mode": {
3759
5192
  "type": "\"ios\" | \"md\"",
3760
- "description": "The mode determines which platform styles to use.",
5193
+ "description": "The mode determines the platform behaviors of the component.",
3761
5194
  "options": [
3762
5195
  "ios",
3763
5196
  "md"
@@ -3768,9 +5201,27 @@
3768
5201
  "description": "The selected tab component",
3769
5202
  "options": []
3770
5203
  },
5204
+ "ion-tab-bar/shape": {
5205
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5206
+ "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.",
5207
+ "options": [
5208
+ "rectangular",
5209
+ "round",
5210
+ "soft"
5211
+ ]
5212
+ },
5213
+ "ion-tab-bar/theme": {
5214
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5215
+ "description": "The theme determines the visual appearance of the component.",
5216
+ "options": [
5217
+ "ios",
5218
+ "md",
5219
+ "ionic"
5220
+ ]
5221
+ },
3771
5222
  "ion-tab-bar/translucent": {
3772
5223
  "type": "boolean",
3773
- "description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
5224
+ "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).",
3774
5225
  "options": []
3775
5226
  },
3776
5227
  "ion-tab-button/disabled": {
@@ -3802,7 +5253,7 @@
3802
5253
  },
3803
5254
  "ion-tab-button/mode": {
3804
5255
  "type": "\"ios\" | \"md\"",
3805
- "description": "The mode determines which platform styles to use.",
5256
+ "description": "The mode determines the platform behaviors of the component.",
3806
5257
  "options": [
3807
5258
  "ios",
3808
5259
  "md"
@@ -3818,6 +5269,15 @@
3818
5269
  "description": "The selected tab component",
3819
5270
  "options": []
3820
5271
  },
5272
+ "ion-tab-button/shape": {
5273
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5274
+ "description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
5275
+ "options": [
5276
+ "rectangular",
5277
+ "round",
5278
+ "soft"
5279
+ ]
5280
+ },
3821
5281
  "ion-tab-button/tab": {
3822
5282
  "type": "string | undefined",
3823
5283
  "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.",
@@ -3828,6 +5288,32 @@
3828
5288
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
3829
5289
  "options": []
3830
5290
  },
5291
+ "ion-tab-button/theme": {
5292
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5293
+ "description": "The theme determines the visual appearance of the component.",
5294
+ "options": [
5295
+ "ios",
5296
+ "md",
5297
+ "ionic"
5298
+ ]
5299
+ },
5300
+ "ion-tabs/mode": {
5301
+ "type": "\"ios\" | \"md\"",
5302
+ "description": "The mode determines the platform behaviors of the component.",
5303
+ "options": [
5304
+ "ios",
5305
+ "md"
5306
+ ]
5307
+ },
5308
+ "ion-tabs/theme": {
5309
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5310
+ "description": "The theme determines the visual appearance of the component.",
5311
+ "options": [
5312
+ "ios",
5313
+ "md",
5314
+ "ionic"
5315
+ ]
5316
+ },
3831
5317
  "ion-text/color": {
3832
5318
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
3833
5319
  "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).",
@@ -3845,12 +5331,21 @@
3845
5331
  },
3846
5332
  "ion-text/mode": {
3847
5333
  "type": "\"ios\" | \"md\"",
3848
- "description": "The mode determines which platform styles to use.",
5334
+ "description": "The mode determines the platform behaviors of the component.",
3849
5335
  "options": [
3850
5336
  "ios",
3851
5337
  "md"
3852
5338
  ]
3853
5339
  },
5340
+ "ion-text/theme": {
5341
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5342
+ "description": "The theme determines the visual appearance of the component.",
5343
+ "options": [
5344
+ "ios",
5345
+ "md",
5346
+ "ionic"
5347
+ ]
5348
+ },
3854
5349
  "ion-textarea/auto-grow": {
3855
5350
  "type": "boolean",
3856
5351
  "description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
@@ -3931,7 +5426,7 @@
3931
5426
  },
3932
5427
  "ion-textarea/fill": {
3933
5428
  "type": "\"outline\" | \"solid\" | undefined",
3934
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
5429
+ "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\"`.",
3935
5430
  "options": [
3936
5431
  "outline",
3937
5432
  "solid"
@@ -3984,7 +5479,7 @@
3984
5479
  },
3985
5480
  "ion-textarea/mode": {
3986
5481
  "type": "\"ios\" | \"md\"",
3987
- "description": "The mode determines which platform styles to use.",
5482
+ "description": "The mode determines the platform behaviors of the component.",
3988
5483
  "options": [
3989
5484
  "ios",
3990
5485
  "md"
@@ -4016,10 +5511,21 @@
4016
5511
  "options": []
4017
5512
  },
4018
5513
  "ion-textarea/shape": {
4019
- "type": "\"round\" | undefined",
4020
- "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
5514
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5515
+ "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.",
4021
5516
  "options": [
4022
- "round"
5517
+ "rectangular",
5518
+ "round",
5519
+ "soft"
5520
+ ]
5521
+ },
5522
+ "ion-textarea/size": {
5523
+ "type": "\"large\" | \"medium\" | \"small\" | undefined",
5524
+ "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.",
5525
+ "options": [
5526
+ "large",
5527
+ "medium",
5528
+ "small"
4023
5529
  ]
4024
5530
  },
4025
5531
  "ion-textarea/spellcheck": {
@@ -4027,6 +5533,15 @@
4027
5533
  "description": "If `true`, the element will have its spelling and grammar checked.",
4028
5534
  "options": []
4029
5535
  },
5536
+ "ion-textarea/theme": {
5537
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5538
+ "description": "The theme determines the visual appearance of the component.",
5539
+ "options": [
5540
+ "ios",
5541
+ "md",
5542
+ "ionic"
5543
+ ]
5544
+ },
4030
5545
  "ion-textarea/value": {
4031
5546
  "type": "null | string | undefined",
4032
5547
  "description": "The value of the textarea.",
@@ -4041,6 +5556,23 @@
4041
5556
  "soft"
4042
5557
  ]
4043
5558
  },
5559
+ "ion-thumbnail/mode": {
5560
+ "type": "\"ios\" | \"md\"",
5561
+ "description": "The mode determines the platform behaviors of the component.",
5562
+ "options": [
5563
+ "ios",
5564
+ "md"
5565
+ ]
5566
+ },
5567
+ "ion-thumbnail/theme": {
5568
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5569
+ "description": "The theme determines the visual appearance of the component.",
5570
+ "options": [
5571
+ "ios",
5572
+ "md",
5573
+ "ionic"
5574
+ ]
5575
+ },
4044
5576
  "ion-title/color": {
4045
5577
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
4046
5578
  "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).",
@@ -4056,6 +5588,14 @@
4056
5588
  "warning"
4057
5589
  ]
4058
5590
  },
5591
+ "ion-title/mode": {
5592
+ "type": "\"ios\" | \"md\"",
5593
+ "description": "The mode determines the platform behaviors of the component.",
5594
+ "options": [
5595
+ "ios",
5596
+ "md"
5597
+ ]
5598
+ },
4059
5599
  "ion-title/size": {
4060
5600
  "type": "\"large\" | \"small\" | undefined",
4061
5601
  "description": "The size of the toolbar title.",
@@ -4064,6 +5604,15 @@
4064
5604
  "small"
4065
5605
  ]
4066
5606
  },
5607
+ "ion-title/theme": {
5608
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5609
+ "description": "The theme determines the visual appearance of the component.",
5610
+ "options": [
5611
+ "ios",
5612
+ "md",
5613
+ "ionic"
5614
+ ]
5615
+ },
4067
5616
  "ion-toast/animated": {
4068
5617
  "type": "boolean",
4069
5618
  "description": "If `true`, the toast will animate.",
@@ -4114,6 +5663,14 @@
4114
5663
  "description": "Additional attributes to pass to the toast.",
4115
5664
  "options": []
4116
5665
  },
5666
+ "ion-toast/hue": {
5667
+ "type": "\"bold\" | \"subtle\" | undefined",
5668
+ "description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
5669
+ "options": [
5670
+ "bold",
5671
+ "subtle"
5672
+ ]
5673
+ },
4117
5674
  "ion-toast/icon": {
4118
5675
  "type": "string | undefined",
4119
5676
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -4149,7 +5706,7 @@
4149
5706
  },
4150
5707
  "ion-toast/mode": {
4151
5708
  "type": "\"ios\" | \"md\"",
4152
- "description": "The mode determines which platform styles to use.",
5709
+ "description": "The mode determines the platform behaviors of the component.",
4153
5710
  "options": [
4154
5711
  "ios",
4155
5712
  "md"
@@ -4169,6 +5726,15 @@
4169
5726
  "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.",
4170
5727
  "options": []
4171
5728
  },
5729
+ "ion-toast/shape": {
5730
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
5731
+ "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.",
5732
+ "options": [
5733
+ "rectangular",
5734
+ "round",
5735
+ "soft"
5736
+ ]
5737
+ },
4172
5738
  "ion-toast/swipe-gesture": {
4173
5739
  "type": "\"vertical\" | undefined",
4174
5740
  "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.",
@@ -4176,9 +5742,18 @@
4176
5742
  "vertical"
4177
5743
  ]
4178
5744
  },
5745
+ "ion-toast/theme": {
5746
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5747
+ "description": "The theme determines the visual appearance of the component.",
5748
+ "options": [
5749
+ "ios",
5750
+ "md",
5751
+ "ionic"
5752
+ ]
5753
+ },
4179
5754
  "ion-toast/translucent": {
4180
5755
  "type": "boolean",
4181
- "description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
5756
+ "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).",
4182
5757
  "options": []
4183
5758
  },
4184
5759
  "ion-toast/trigger": {
@@ -4255,7 +5830,7 @@
4255
5830
  },
4256
5831
  "ion-toggle/mode": {
4257
5832
  "type": "\"ios\" | \"md\"",
4258
- "description": "The mode determines which platform styles to use.",
5833
+ "description": "The mode determines the platform behaviors of the component.",
4259
5834
  "options": [
4260
5835
  "ios",
4261
5836
  "md"
@@ -4271,6 +5846,15 @@
4271
5846
  "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
4272
5847
  "options": []
4273
5848
  },
5849
+ "ion-toggle/theme": {
5850
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5851
+ "description": "The theme determines the visual appearance of the component.",
5852
+ "options": [
5853
+ "ios",
5854
+ "md",
5855
+ "ionic"
5856
+ ]
5857
+ },
4274
5858
  "ion-toggle/value": {
4275
5859
  "type": "null | string | undefined",
4276
5860
  "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>`.",
@@ -4293,10 +5877,28 @@
4293
5877
  },
4294
5878
  "ion-toolbar/mode": {
4295
5879
  "type": "\"ios\" | \"md\"",
4296
- "description": "The mode determines which platform styles to use.",
5880
+ "description": "The mode determines the platform behaviors of the component.",
4297
5881
  "options": [
4298
5882
  "ios",
4299
5883
  "md"
4300
5884
  ]
5885
+ },
5886
+ "ion-toolbar/theme": {
5887
+ "type": "\"ios\" | \"md\" | \"ionic\"",
5888
+ "description": "The theme determines the visual appearance of the component.",
5889
+ "options": [
5890
+ "ios",
5891
+ "md",
5892
+ "ionic"
5893
+ ]
5894
+ },
5895
+ "ion-toolbar/title-placement": {
5896
+ "type": "\"center\" | \"end\" | \"start\" | undefined",
5897
+ "description": "Where to place the title relative to the other toolbar content.\n`\"start\"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.\n`\"center\"`: The title will appear in the center of the toolbar.\n`\"end\"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.\n\nOnly applies in the `ionic` theme.",
5898
+ "options": [
5899
+ "center",
5900
+ "end",
5901
+ "start"
5902
+ ]
4301
5903
  }
4302
5904
  }