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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +158 -189
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/proxies.d.ts +0 -1
  33. package/dist/vetur/attributes.json +176 -1563
  34. package/dist/vetur/tags.json +45 -216
  35. package/dist/web-types.json +127 -1485
  36. package/package.json +2 -2
  37. package/css/ionic/bundle.ionic.css +0 -1
  38. package/css/ionic/bundle.ionic.css.map +0 -1
  39. package/css/ionic/core.ionic.css +0 -1
  40. package/css/ionic/core.ionic.css.map +0 -1
  41. package/css/ionic/global.bundle.ionic.css +0 -1
  42. package/css/ionic/global.bundle.ionic.css.map +0 -1
  43. package/css/ionic/ionic-swiper.ionic.css +0 -1
  44. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  45. package/css/ionic/link.ionic.css +0 -1
  46. package/css/ionic/link.ionic.css.map +0 -1
  47. package/css/ionic/structure.ionic.css +0 -1
  48. package/css/ionic/structure.ionic.css.map +0 -1
  49. package/css/ionic/typography.ionic.css +0 -1
  50. package/css/ionic/typography.ionic.css.map +0 -1
  51. package/css/ionic/utils.bundle.ionic.css +0 -1
  52. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@ionic/vue",
5
- "version": "8.5.5-dev.11747843377.1fcc3e84",
5
+ "version": "8.5.5-dev.11751410458.1a42e1a2",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  {
31
31
  "name": "mode",
32
- "description": "The mode determines the platform behaviors of the component.",
32
+ "description": "The mode determines which platform styles to use.",
33
33
  "required": false,
34
34
  "value": {
35
35
  "kind": "expression",
@@ -46,22 +46,14 @@
46
46
  "type": "boolean"
47
47
  }
48
48
  },
49
- {
50
- "name": "theme",
51
- "description": "The theme determines the visual appearance of the component.",
52
- "required": false,
53
- "value": {
54
- "kind": "expression",
55
- "type": "\"ios\" | \"md\" | \"ionic\""
56
- }
57
- },
58
49
  {
59
50
  "name": "toggle-icon",
60
51
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
61
52
  "required": false,
53
+ "default": "chevronDown",
62
54
  "value": {
63
55
  "kind": "expression",
64
- "type": "string | undefined"
56
+ "type": "string"
65
57
  }
66
58
  },
67
59
  {
@@ -138,7 +130,7 @@
138
130
  },
139
131
  {
140
132
  "name": "mode",
141
- "description": "The mode determines the platform behaviors of the component.",
133
+ "description": "The mode determines which platform styles to use.",
142
134
  "required": false,
143
135
  "value": {
144
136
  "kind": "expression",
@@ -164,24 +156,6 @@
164
156
  "type": "boolean"
165
157
  }
166
158
  },
167
- {
168
- "name": "shape",
169
- "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\"`.",
170
- "required": false,
171
- "value": {
172
- "kind": "expression",
173
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
174
- }
175
- },
176
- {
177
- "name": "theme",
178
- "description": "The theme determines the visual appearance of the component.",
179
- "required": false,
180
- "value": {
181
- "kind": "expression",
182
- "type": "\"ios\" | \"md\" | \"ionic\""
183
- }
184
- },
185
159
  {
186
160
  "name": "value",
187
161
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -312,7 +286,7 @@
312
286
  },
313
287
  {
314
288
  "name": "mode",
315
- "description": "The mode determines the platform behaviors of the component.",
289
+ "description": "The mode determines which platform styles to use.",
316
290
  "required": false,
317
291
  "value": {
318
292
  "kind": "expression",
@@ -328,18 +302,9 @@
328
302
  "type": "string | undefined"
329
303
  }
330
304
  },
331
- {
332
- "name": "theme",
333
- "description": "The theme determines the visual appearance of the component.",
334
- "required": false,
335
- "value": {
336
- "kind": "expression",
337
- "type": "\"ios\" | \"md\" | \"ionic\""
338
- }
339
- },
340
305
  {
341
306
  "name": "translucent",
342
- "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).",
307
+ "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).",
343
308
  "required": false,
344
309
  "default": "false",
345
310
  "value": {
@@ -566,7 +531,7 @@
566
531
  },
567
532
  {
568
533
  "name": "mode",
569
- "description": "The mode determines the platform behaviors of the component.",
534
+ "description": "The mode determines which platform styles to use.",
570
535
  "required": false,
571
536
  "value": {
572
537
  "kind": "expression",
@@ -582,18 +547,9 @@
582
547
  "type": "string | undefined"
583
548
  }
584
549
  },
585
- {
586
- "name": "theme",
587
- "description": "The theme determines the visual appearance of the component.",
588
- "required": false,
589
- "value": {
590
- "kind": "expression",
591
- "type": "\"ios\" | \"md\" | \"ionic\""
592
- }
593
- },
594
550
  {
595
551
  "name": "translucent",
596
- "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).",
552
+ "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).",
597
553
  "required": false,
598
554
  "default": "false",
599
555
  "value": {
@@ -703,54 +659,7 @@
703
659
  "module": "@ionic/core/src/components/avatar/avatar.d.ts",
704
660
  "symbol": "Avatar"
705
661
  },
706
- "attributes": [
707
- {
708
- "name": "disabled",
709
- "description": "If `true`, the user cannot interact with the avatar.",
710
- "required": false,
711
- "default": "false",
712
- "value": {
713
- "kind": "expression",
714
- "type": "boolean"
715
- }
716
- },
717
- {
718
- "name": "mode",
719
- "description": "The mode determines the platform behaviors of the component.",
720
- "required": false,
721
- "value": {
722
- "kind": "expression",
723
- "type": "\"ios\" | \"md\""
724
- }
725
- },
726
- {
727
- "name": "shape",
728
- "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.",
729
- "required": false,
730
- "value": {
731
- "kind": "expression",
732
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
733
- }
734
- },
735
- {
736
- "name": "size",
737
- "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.",
738
- "required": false,
739
- "value": {
740
- "kind": "expression",
741
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
742
- }
743
- },
744
- {
745
- "name": "theme",
746
- "description": "The theme determines the visual appearance of the component.",
747
- "required": false,
748
- "value": {
749
- "kind": "expression",
750
- "type": "\"ios\" | \"md\" | \"ionic\""
751
- }
752
- }
753
- ],
662
+ "attributes": [],
754
663
  "slots": [],
755
664
  "events": []
756
665
  },
@@ -802,7 +711,7 @@
802
711
  },
803
712
  {
804
713
  "name": "mode",
805
- "description": "The mode determines the platform behaviors of the component.",
714
+ "description": "The mode determines which platform styles to use.",
806
715
  "required": false,
807
716
  "value": {
808
717
  "kind": "expression",
@@ -827,15 +736,6 @@
827
736
  "type": "null | string | undefined"
828
737
  }
829
738
  },
830
- {
831
- "name": "theme",
832
- "description": "The theme determines the visual appearance of the component.",
833
- "required": false,
834
- "value": {
835
- "kind": "expression",
836
- "type": "\"ios\" | \"md\" | \"ionic\""
837
- }
838
- },
839
739
  {
840
740
  "name": "type",
841
741
  "description": "The type of the button.",
@@ -859,15 +759,6 @@
859
759
  "symbol": "Backdrop"
860
760
  },
861
761
  "attributes": [
862
- {
863
- "name": "mode",
864
- "description": "The mode determines the platform behaviors of the component.",
865
- "required": false,
866
- "value": {
867
- "kind": "expression",
868
- "type": "\"ios\" | \"md\""
869
- }
870
- },
871
762
  {
872
763
  "name": "stop-propagation",
873
764
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -888,15 +779,6 @@
888
779
  "type": "boolean"
889
780
  }
890
781
  },
891
- {
892
- "name": "theme",
893
- "description": "The theme determines the visual appearance of the component.",
894
- "required": false,
895
- "value": {
896
- "kind": "expression",
897
- "type": "\"ios\" | \"md\" | \"ionic\""
898
- }
899
- },
900
782
  {
901
783
  "name": "visible",
902
784
  "description": "If `true`, the backdrop will be visible.",
@@ -940,59 +822,14 @@
940
822
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
941
823
  }
942
824
  },
943
- {
944
- "name": "hue",
945
- "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.",
946
- "required": false,
947
- "value": {
948
- "kind": "expression",
949
- "type": "\"bold\" | \"subtle\" | undefined"
950
- }
951
- },
952
825
  {
953
826
  "name": "mode",
954
- "description": "The mode determines the platform behaviors of the component.",
827
+ "description": "The mode determines which platform styles to use.",
955
828
  "required": false,
956
829
  "value": {
957
830
  "kind": "expression",
958
831
  "type": "\"ios\" | \"md\""
959
832
  }
960
- },
961
- {
962
- "name": "shape",
963
- "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.",
964
- "required": false,
965
- "value": {
966
- "kind": "expression",
967
- "type": "\"round | rectangular\" | \"soft\" | undefined"
968
- }
969
- },
970
- {
971
- "name": "size",
972
- "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.",
973
- "required": false,
974
- "value": {
975
- "kind": "expression",
976
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
977
- }
978
- },
979
- {
980
- "name": "theme",
981
- "description": "The theme determines the visual appearance of the component.",
982
- "required": false,
983
- "value": {
984
- "kind": "expression",
985
- "type": "\"ios\" | \"md\" | \"ionic\""
986
- }
987
- },
988
- {
989
- "name": "vertical",
990
- "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.",
991
- "required": false,
992
- "value": {
993
- "kind": "expression",
994
- "type": "\"bottom\" | \"top\" | undefined"
995
- }
996
833
  }
997
834
  ],
998
835
  "slots": [],
@@ -1056,7 +893,7 @@
1056
893
  },
1057
894
  {
1058
895
  "name": "mode",
1059
- "description": "The mode determines the platform behaviors of the component.",
896
+ "description": "The mode determines which platform styles to use.",
1060
897
  "required": false,
1061
898
  "value": {
1062
899
  "kind": "expression",
@@ -1108,15 +945,6 @@
1108
945
  "kind": "expression",
1109
946
  "type": "string | undefined"
1110
947
  }
1111
- },
1112
- {
1113
- "name": "theme",
1114
- "description": "The theme determines the visual appearance of the component.",
1115
- "required": false,
1116
- "value": {
1117
- "kind": "expression",
1118
- "type": "\"ios\" | \"md\" | \"ionic\""
1119
- }
1120
948
  }
1121
949
  ],
1122
950
  "slots": [],
@@ -1192,21 +1020,12 @@
1192
1020
  },
1193
1021
  {
1194
1022
  "name": "mode",
1195
- "description": "The mode determines the platform behaviors of the component.",
1023
+ "description": "The mode determines which platform styles to use.",
1196
1024
  "required": false,
1197
1025
  "value": {
1198
1026
  "kind": "expression",
1199
1027
  "type": "\"ios\" | \"md\""
1200
1028
  }
1201
- },
1202
- {
1203
- "name": "theme",
1204
- "description": "The theme determines the visual appearance of the component.",
1205
- "required": false,
1206
- "value": {
1207
- "kind": "expression",
1208
- "type": "\"ios\" | \"md\" | \"ionic\""
1209
- }
1210
1029
  }
1211
1030
  ],
1212
1031
  "slots": [],
@@ -1308,7 +1127,7 @@
1308
1127
  },
1309
1128
  {
1310
1129
  "name": "mode",
1311
- "description": "The mode determines the platform behaviors of the component.",
1130
+ "description": "The mode determines which platform styles to use.",
1312
1131
  "required": false,
1313
1132
  "value": {
1314
1133
  "kind": "expression",
@@ -1345,20 +1164,20 @@
1345
1164
  },
1346
1165
  {
1347
1166
  "name": "shape",
1348
- "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.",
1167
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1349
1168
  "required": false,
1350
1169
  "value": {
1351
1170
  "kind": "expression",
1352
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1171
+ "type": "\"round\" | undefined"
1353
1172
  }
1354
1173
  },
1355
1174
  {
1356
1175
  "name": "size",
1357
- "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.",
1176
+ "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.",
1358
1177
  "required": false,
1359
1178
  "value": {
1360
1179
  "kind": "expression",
1361
- "type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined"
1180
+ "type": "\"default\" | \"large\" | \"small\" | undefined"
1362
1181
  }
1363
1182
  },
1364
1183
  {
@@ -1380,15 +1199,6 @@
1380
1199
  "type": "string | undefined"
1381
1200
  }
1382
1201
  },
1383
- {
1384
- "name": "theme",
1385
- "description": "The theme determines the visual appearance of the component.",
1386
- "required": false,
1387
- "value": {
1388
- "kind": "expression",
1389
- "type": "\"ios\" | \"md\" | \"ionic\""
1390
- }
1391
- },
1392
1202
  {
1393
1203
  "name": "type",
1394
1204
  "description": "The type of the button.",
@@ -1452,31 +1262,13 @@
1452
1262
  "attributes": [
1453
1263
  {
1454
1264
  "name": "collapse",
1455
- "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)",
1265
+ "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)",
1456
1266
  "required": false,
1457
1267
  "default": "false",
1458
1268
  "value": {
1459
1269
  "kind": "expression",
1460
1270
  "type": "boolean"
1461
1271
  }
1462
- },
1463
- {
1464
- "name": "mode",
1465
- "description": "The mode determines the platform behaviors of the component.",
1466
- "required": false,
1467
- "value": {
1468
- "kind": "expression",
1469
- "type": "\"ios\" | \"md\""
1470
- }
1471
- },
1472
- {
1473
- "name": "theme",
1474
- "description": "The theme determines the visual appearance of the component.",
1475
- "required": false,
1476
- "value": {
1477
- "kind": "expression",
1478
- "type": "\"ios\" | \"md\" | \"ionic\""
1479
- }
1480
1272
  }
1481
1273
  ],
1482
1274
  "slots": [],
@@ -1540,7 +1332,7 @@
1540
1332
  },
1541
1333
  {
1542
1334
  "name": "mode",
1543
- "description": "The mode determines the platform behaviors of the component.",
1335
+ "description": "The mode determines which platform styles to use.",
1544
1336
  "required": false,
1545
1337
  "value": {
1546
1338
  "kind": "expression",
@@ -1575,16 +1367,6 @@
1575
1367
  "type": "\"back\" | \"forward\" | \"root\""
1576
1368
  }
1577
1369
  },
1578
- {
1579
- "name": "shape",
1580
- "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\"`.",
1581
- "required": false,
1582
- "default": "'round'",
1583
- "value": {
1584
- "kind": "expression",
1585
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1586
- }
1587
- },
1588
1370
  {
1589
1371
  "name": "target",
1590
1372
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -1594,15 +1376,6 @@
1594
1376
  "type": "string | undefined"
1595
1377
  }
1596
1378
  },
1597
- {
1598
- "name": "theme",
1599
- "description": "The theme determines the visual appearance of the component.",
1600
- "required": false,
1601
- "value": {
1602
- "kind": "expression",
1603
- "type": "\"ios\" | \"md\" | \"ionic\""
1604
- }
1605
- },
1606
1379
  {
1607
1380
  "name": "type",
1608
1381
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1628,21 +1401,12 @@
1628
1401
  "attributes": [
1629
1402
  {
1630
1403
  "name": "mode",
1631
- "description": "The mode determines the platform behaviors of the component.",
1404
+ "description": "The mode determines which platform styles to use.",
1632
1405
  "required": false,
1633
1406
  "value": {
1634
1407
  "kind": "expression",
1635
1408
  "type": "\"ios\" | \"md\""
1636
1409
  }
1637
- },
1638
- {
1639
- "name": "theme",
1640
- "description": "The theme determines the visual appearance of the component.",
1641
- "required": false,
1642
- "value": {
1643
- "kind": "expression",
1644
- "type": "\"ios\" | \"md\" | \"ionic\""
1645
- }
1646
1410
  }
1647
1411
  ],
1648
1412
  "slots": [],
@@ -1668,25 +1432,16 @@
1668
1432
  },
1669
1433
  {
1670
1434
  "name": "mode",
1671
- "description": "The mode determines the platform behaviors of the component.",
1435
+ "description": "The mode determines which platform styles to use.",
1672
1436
  "required": false,
1673
1437
  "value": {
1674
1438
  "kind": "expression",
1675
1439
  "type": "\"ios\" | \"md\""
1676
1440
  }
1677
1441
  },
1678
- {
1679
- "name": "theme",
1680
- "description": "The theme determines the visual appearance of the component.",
1681
- "required": false,
1682
- "value": {
1683
- "kind": "expression",
1684
- "type": "\"ios\" | \"md\" | \"ionic\""
1685
- }
1686
- },
1687
1442
  {
1688
1443
  "name": "translucent",
1689
- "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).",
1444
+ "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).",
1690
1445
  "required": false,
1691
1446
  "default": "false",
1692
1447
  "value": {
@@ -1718,21 +1473,12 @@
1718
1473
  },
1719
1474
  {
1720
1475
  "name": "mode",
1721
- "description": "The mode determines the platform behaviors of the component.",
1476
+ "description": "The mode determines which platform styles to use.",
1722
1477
  "required": false,
1723
1478
  "value": {
1724
1479
  "kind": "expression",
1725
1480
  "type": "\"ios\" | \"md\""
1726
1481
  }
1727
- },
1728
- {
1729
- "name": "theme",
1730
- "description": "The theme determines the visual appearance of the component.",
1731
- "required": false,
1732
- "value": {
1733
- "kind": "expression",
1734
- "type": "\"ios\" | \"md\" | \"ionic\""
1735
- }
1736
1482
  }
1737
1483
  ],
1738
1484
  "slots": [],
@@ -1758,21 +1504,12 @@
1758
1504
  },
1759
1505
  {
1760
1506
  "name": "mode",
1761
- "description": "The mode determines the platform behaviors of the component.",
1507
+ "description": "The mode determines which platform styles to use.",
1762
1508
  "required": false,
1763
1509
  "value": {
1764
1510
  "kind": "expression",
1765
1511
  "type": "\"ios\" | \"md\""
1766
1512
  }
1767
- },
1768
- {
1769
- "name": "theme",
1770
- "description": "The theme determines the visual appearance of the component.",
1771
- "required": false,
1772
- "value": {
1773
- "kind": "expression",
1774
- "type": "\"ios\" | \"md\" | \"ionic\""
1775
- }
1776
1513
  }
1777
1514
  ],
1778
1515
  "slots": [],
@@ -1874,7 +1611,7 @@
1874
1611
  },
1875
1612
  {
1876
1613
  "name": "mode",
1877
- "description": "The mode determines the platform behaviors of the component.",
1614
+ "description": "The mode determines which platform styles to use.",
1878
1615
  "required": false,
1879
1616
  "value": {
1880
1617
  "kind": "expression",
@@ -1901,34 +1638,6 @@
1901
1638
  "type": "boolean"
1902
1639
  }
1903
1640
  },
1904
- {
1905
- "name": "shape",
1906
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1907
- "required": false,
1908
- "default": "'soft'",
1909
- "value": {
1910
- "kind": "expression",
1911
- "type": "\"rectangular\" | \"soft\" | undefined"
1912
- }
1913
- },
1914
- {
1915
- "name": "size",
1916
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1917
- "required": false,
1918
- "value": {
1919
- "kind": "expression",
1920
- "type": "\"small\" | undefined"
1921
- }
1922
- },
1923
- {
1924
- "name": "theme",
1925
- "description": "The theme determines the visual appearance of the component.",
1926
- "required": false,
1927
- "value": {
1928
- "kind": "expression",
1929
- "type": "\"ios\" | \"md\" | \"ionic\""
1930
- }
1931
- },
1932
1641
  {
1933
1642
  "name": "value",
1934
1643
  "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>`.",
@@ -1959,7 +1668,7 @@
1959
1668
  },
1960
1669
  {
1961
1670
  "name": "ionChange",
1962
- "description": "Emitted when the checked property has changed\nas a result of a user action such as a click.\nThis event will not emit when programmatically\nsetting the `checked` property.",
1671
+ "description": "Emitted when the checked property has changed as a result of a user action such as a click.\n\nThis event will not emit when programmatically setting the `checked` property.",
1963
1672
  "arguments": [
1964
1673
  {
1965
1674
  "name": "detail",
@@ -2007,19 +1716,9 @@
2007
1716
  "type": "boolean"
2008
1717
  }
2009
1718
  },
2010
- {
2011
- "name": "hue",
2012
- "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.",
2013
- "required": false,
2014
- "default": "'subtle'",
2015
- "value": {
2016
- "kind": "expression",
2017
- "type": "\"bold\" | \"subtle\" | undefined"
2018
- }
2019
- },
2020
1719
  {
2021
1720
  "name": "mode",
2022
- "description": "The mode determines the platform behaviors of the component.",
1721
+ "description": "The mode determines which platform styles to use.",
2023
1722
  "required": false,
2024
1723
  "value": {
2025
1724
  "kind": "expression",
@@ -2035,59 +1734,23 @@
2035
1734
  "kind": "expression",
2036
1735
  "type": "boolean"
2037
1736
  }
2038
- },
1737
+ }
1738
+ ],
1739
+ "slots": [],
1740
+ "events": []
1741
+ },
1742
+ {
1743
+ "name": "IonCol",
1744
+ "doc-url": "https://ionicframework.com/docs/api/col",
1745
+ "description": "",
1746
+ "source": {
1747
+ "module": "@ionic/core/src/components/col/col.d.ts",
1748
+ "symbol": "Col"
1749
+ },
1750
+ "attributes": [
2039
1751
  {
2040
- "name": "shape",
2041
- "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.",
2042
- "required": false,
2043
- "value": {
2044
- "kind": "expression",
2045
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
2046
- }
2047
- },
2048
- {
2049
- "name": "size",
2050
- "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.",
2051
- "required": false,
2052
- "value": {
2053
- "kind": "expression",
2054
- "type": "\"large\" | \"small\" | undefined"
2055
- }
2056
- },
2057
- {
2058
- "name": "theme",
2059
- "description": "The theme determines the visual appearance of the component.",
2060
- "required": false,
2061
- "value": {
2062
- "kind": "expression",
2063
- "type": "\"ios\" | \"md\" | \"ionic\""
2064
- }
2065
- }
2066
- ],
2067
- "slots": [],
2068
- "events": []
2069
- },
2070
- {
2071
- "name": "IonCol",
2072
- "doc-url": "https://ionicframework.com/docs/api/col",
2073
- "description": "",
2074
- "source": {
2075
- "module": "@ionic/core/src/components/col/col.d.ts",
2076
- "symbol": "Col"
2077
- },
2078
- "attributes": [
2079
- {
2080
- "name": "mode",
2081
- "description": "The mode determines the platform behaviors of the component.",
2082
- "required": false,
2083
- "value": {
2084
- "kind": "expression",
2085
- "type": "\"ios\" | \"md\""
2086
- }
2087
- },
2088
- {
2089
- "name": "offset",
2090
- "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
1752
+ "name": "offset",
1753
+ "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
2091
1754
  "required": false,
2092
1755
  "value": {
2093
1756
  "kind": "expression",
@@ -2300,15 +1963,6 @@
2300
1963
  "kind": "expression",
2301
1964
  "type": "string | undefined"
2302
1965
  }
2303
- },
2304
- {
2305
- "name": "theme",
2306
- "description": "The theme determines the visual appearance of the component.",
2307
- "required": false,
2308
- "value": {
2309
- "kind": "expression",
2310
- "type": "\"ios\" | \"md\" | \"ionic\""
2311
- }
2312
1966
  }
2313
1967
  ],
2314
1968
  "slots": [],
@@ -2361,15 +2015,6 @@
2361
2015
  "type": "boolean"
2362
2016
  }
2363
2017
  },
2364
- {
2365
- "name": "mode",
2366
- "description": "The mode determines the platform behaviors of the component.",
2367
- "required": false,
2368
- "value": {
2369
- "kind": "expression",
2370
- "type": "\"ios\" | \"md\""
2371
- }
2372
- },
2373
2018
  {
2374
2019
  "name": "scroll-events",
2375
2020
  "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`.",
@@ -2399,15 +2044,6 @@
2399
2044
  "kind": "expression",
2400
2045
  "type": "boolean"
2401
2046
  }
2402
- },
2403
- {
2404
- "name": "theme",
2405
- "description": "The theme determines the visual appearance of the component.",
2406
- "required": false,
2407
- "value": {
2408
- "kind": "expression",
2409
- "type": "\"ios\" | \"md\" | \"ionic\""
2410
- }
2411
2047
  }
2412
2048
  ],
2413
2049
  "slots": [
@@ -2615,7 +2251,7 @@
2615
2251
  },
2616
2252
  {
2617
2253
  "name": "mode",
2618
- "description": "The mode determines the platform behaviors of the component.",
2254
+ "description": "The mode determines which platform styles to use.",
2619
2255
  "required": false,
2620
2256
  "value": {
2621
2257
  "kind": "expression",
@@ -2731,15 +2367,6 @@
2731
2367
  "type": "\"cover\" | \"fixed\""
2732
2368
  }
2733
2369
  },
2734
- {
2735
- "name": "theme",
2736
- "description": "The theme determines the visual appearance of the component.",
2737
- "required": false,
2738
- "value": {
2739
- "kind": "expression",
2740
- "type": "\"ios\" | \"md\" | \"ionic\""
2741
- }
2742
- },
2743
2370
  {
2744
2371
  "name": "titleSelectedDatesFormatter",
2745
2372
  "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.",
@@ -2865,21 +2492,12 @@
2865
2492
  },
2866
2493
  {
2867
2494
  "name": "mode",
2868
- "description": "The mode determines the platform behaviors of the component.",
2495
+ "description": "The mode determines which platform styles to use.",
2869
2496
  "required": false,
2870
2497
  "value": {
2871
2498
  "kind": "expression",
2872
2499
  "type": "\"ios\" | \"md\""
2873
2500
  }
2874
- },
2875
- {
2876
- "name": "theme",
2877
- "description": "The theme determines the visual appearance of the component.",
2878
- "required": false,
2879
- "value": {
2880
- "kind": "expression",
2881
- "type": "\"ios\" | \"md\" | \"ionic\""
2882
- }
2883
2501
  }
2884
2502
  ],
2885
2503
  "slots": [
@@ -2894,39 +2512,6 @@
2894
2512
  ],
2895
2513
  "events": []
2896
2514
  },
2897
- {
2898
- "name": "IonDivider",
2899
- "doc-url": "https://ionicframework.com/docs/api/divider",
2900
- "description": "",
2901
- "source": {
2902
- "module": "@ionic/core/src/components/divider/divider.d.ts",
2903
- "symbol": "Divider"
2904
- },
2905
- "attributes": [
2906
- {
2907
- "name": "inset",
2908
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
2909
- "required": false,
2910
- "default": "false",
2911
- "value": {
2912
- "kind": "expression",
2913
- "type": "boolean"
2914
- }
2915
- },
2916
- {
2917
- "name": "spacing",
2918
- "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\"`.",
2919
- "required": false,
2920
- "default": "'medium'",
2921
- "value": {
2922
- "kind": "expression",
2923
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
2924
- }
2925
- }
2926
- ],
2927
- "slots": [],
2928
- "events": []
2929
- },
2930
2515
  {
2931
2516
  "name": "IonFab",
2932
2517
  "doc-url": "https://ionicframework.com/docs/api/fab",
@@ -2965,24 +2550,6 @@
2965
2550
  "type": "\"center\" | \"end\" | \"start\" | undefined"
2966
2551
  }
2967
2552
  },
2968
- {
2969
- "name": "mode",
2970
- "description": "The mode determines the platform behaviors of the component.",
2971
- "required": false,
2972
- "value": {
2973
- "kind": "expression",
2974
- "type": "\"ios\" | \"md\""
2975
- }
2976
- },
2977
- {
2978
- "name": "theme",
2979
- "description": "The theme determines the visual appearance of the component.",
2980
- "required": false,
2981
- "value": {
2982
- "kind": "expression",
2983
- "type": "\"ios\" | \"md\" | \"ionic\""
2984
- }
2985
- },
2986
2553
  {
2987
2554
  "name": "vertical",
2988
2555
  "description": "Where to align the fab vertically in the viewport.",
@@ -3019,9 +2586,10 @@
3019
2586
  "name": "close-icon",
3020
2587
  "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.",
3021
2588
  "required": false,
2589
+ "default": "close",
3022
2590
  "value": {
3023
2591
  "kind": "expression",
3024
- "type": "string | undefined"
2592
+ "type": "string"
3025
2593
  }
3026
2594
  },
3027
2595
  {
@@ -3063,7 +2631,7 @@
3063
2631
  },
3064
2632
  {
3065
2633
  "name": "mode",
3066
- "description": "The mode determines the platform behaviors of the component.",
2634
+ "description": "The mode determines which platform styles to use.",
3067
2635
  "required": false,
3068
2636
  "value": {
3069
2637
  "kind": "expression",
@@ -3126,18 +2694,9 @@
3126
2694
  "type": "string | undefined"
3127
2695
  }
3128
2696
  },
3129
- {
3130
- "name": "theme",
3131
- "description": "The theme determines the visual appearance of the component.",
3132
- "required": false,
3133
- "value": {
3134
- "kind": "expression",
3135
- "type": "\"ios\" | \"md\" | \"ionic\""
3136
- }
3137
- },
3138
2697
  {
3139
2698
  "name": "translucent",
3140
- "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).",
2699
+ "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).",
3141
2700
  "required": false,
3142
2701
  "default": "false",
3143
2702
  "value": {
@@ -3199,15 +2758,6 @@
3199
2758
  "type": "boolean"
3200
2759
  }
3201
2760
  },
3202
- {
3203
- "name": "mode",
3204
- "description": "The mode determines the platform behaviors of the component.",
3205
- "required": false,
3206
- "value": {
3207
- "kind": "expression",
3208
- "type": "\"ios\" | \"md\""
3209
- }
3210
- },
3211
2761
  {
3212
2762
  "name": "side",
3213
2763
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -3217,15 +2767,6 @@
3217
2767
  "kind": "expression",
3218
2768
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\""
3219
2769
  }
3220
- },
3221
- {
3222
- "name": "theme",
3223
- "description": "The theme determines the visual appearance of the component.",
3224
- "required": false,
3225
- "value": {
3226
- "kind": "expression",
3227
- "type": "\"ios\" | \"md\" | \"ionic\""
3228
- }
3229
2770
  }
3230
2771
  ],
3231
2772
  "slots": [],
@@ -3242,7 +2783,7 @@
3242
2783
  "attributes": [
3243
2784
  {
3244
2785
  "name": "collapse",
3245
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2786
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
3246
2787
  "required": false,
3247
2788
  "value": {
3248
2789
  "kind": "expression",
@@ -3251,25 +2792,16 @@
3251
2792
  },
3252
2793
  {
3253
2794
  "name": "mode",
3254
- "description": "The mode determines the platform behaviors of the component.",
2795
+ "description": "The mode determines which platform styles to use.",
3255
2796
  "required": false,
3256
2797
  "value": {
3257
2798
  "kind": "expression",
3258
2799
  "type": "\"ios\" | \"md\""
3259
2800
  }
3260
2801
  },
3261
- {
3262
- "name": "theme",
3263
- "description": "The theme determines the visual appearance of the component.",
3264
- "required": false,
3265
- "value": {
3266
- "kind": "expression",
3267
- "type": "\"ios\" | \"md\" | \"ionic\""
3268
- }
3269
- },
3270
2802
  {
3271
2803
  "name": "translucent",
3272
- "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.",
2804
+ "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.",
3273
2805
  "required": false,
3274
2806
  "default": "false",
3275
2807
  "value": {
@@ -3299,24 +2831,6 @@
3299
2831
  "kind": "expression",
3300
2832
  "type": "boolean"
3301
2833
  }
3302
- },
3303
- {
3304
- "name": "mode",
3305
- "description": "The mode determines the platform behaviors of the component.",
3306
- "required": false,
3307
- "value": {
3308
- "kind": "expression",
3309
- "type": "\"ios\" | \"md\""
3310
- }
3311
- },
3312
- {
3313
- "name": "theme",
3314
- "description": "The theme determines the visual appearance of the component.",
3315
- "required": false,
3316
- "value": {
3317
- "kind": "expression",
3318
- "type": "\"ios\" | \"md\" | \"ionic\""
3319
- }
3320
2834
  }
3321
2835
  ],
3322
2836
  "slots": [],
@@ -3333,44 +2847,25 @@
3333
2847
  "attributes": [
3334
2848
  {
3335
2849
  "name": "collapse",
3336
- "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)",
2850
+ "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)",
3337
2851
  "required": false,
3338
2852
  "value": {
3339
2853
  "kind": "expression",
3340
2854
  "type": "\"condense\" | \"fade\" | undefined"
3341
2855
  }
3342
2856
  },
3343
- {
3344
- "name": "divider",
3345
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
3346
- "required": false,
3347
- "default": "false",
3348
- "value": {
3349
- "kind": "expression",
3350
- "type": "boolean"
3351
- }
3352
- },
3353
2857
  {
3354
2858
  "name": "mode",
3355
- "description": "The mode determines the platform behaviors of the component.",
2859
+ "description": "The mode determines which platform styles to use.",
3356
2860
  "required": false,
3357
2861
  "value": {
3358
2862
  "kind": "expression",
3359
2863
  "type": "\"ios\" | \"md\""
3360
2864
  }
3361
2865
  },
3362
- {
3363
- "name": "theme",
3364
- "description": "The theme determines the visual appearance of the component.",
3365
- "required": false,
3366
- "value": {
3367
- "kind": "expression",
3368
- "type": "\"ios\" | \"md\" | \"ionic\""
3369
- }
3370
- },
3371
2866
  {
3372
2867
  "name": "translucent",
3373
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
2868
+ "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.",
3374
2869
  "required": false,
3375
2870
  "default": "false",
3376
2871
  "value": {
@@ -3400,15 +2895,6 @@
3400
2895
  "type": "string | undefined"
3401
2896
  }
3402
2897
  },
3403
- {
3404
- "name": "mode",
3405
- "description": "The mode determines the platform behaviors of the component.",
3406
- "required": false,
3407
- "value": {
3408
- "kind": "expression",
3409
- "type": "\"ios\" | \"md\""
3410
- }
3411
- },
3412
2898
  {
3413
2899
  "name": "src",
3414
2900
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
@@ -3417,15 +2903,6 @@
3417
2903
  "kind": "expression",
3418
2904
  "type": "string | undefined"
3419
2905
  }
3420
- },
3421
- {
3422
- "name": "theme",
3423
- "description": "The theme determines the visual appearance of the component.",
3424
- "required": false,
3425
- "value": {
3426
- "kind": "expression",
3427
- "type": "\"ios\" | \"md\" | \"ionic\""
3428
- }
3429
2906
  }
3430
2907
  ],
3431
2908
  "slots": [],
@@ -3481,15 +2958,6 @@
3481
2958
  "type": "boolean"
3482
2959
  }
3483
2960
  },
3484
- {
3485
- "name": "mode",
3486
- "description": "The mode determines the platform behaviors of the component.",
3487
- "required": false,
3488
- "value": {
3489
- "kind": "expression",
3490
- "type": "\"ios\" | \"md\""
3491
- }
3492
- },
3493
2961
  {
3494
2962
  "name": "position",
3495
2963
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3500,15 +2968,6 @@
3500
2968
  "type": "\"bottom\" | \"top\""
3501
2969
  }
3502
2970
  },
3503
- {
3504
- "name": "theme",
3505
- "description": "The theme determines the visual appearance of the component.",
3506
- "required": false,
3507
- "value": {
3508
- "kind": "expression",
3509
- "type": "\"ios\" | \"md\" | \"ionic\""
3510
- }
3511
- },
3512
2971
  {
3513
2972
  "name": "threshold",
3514
2973
  "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.",
@@ -3560,24 +3019,6 @@
3560
3019
  "kind": "expression",
3561
3020
  "type": "IonicSafeString | string | undefined"
3562
3021
  }
3563
- },
3564
- {
3565
- "name": "mode",
3566
- "description": "The mode determines the platform behaviors of the component.",
3567
- "required": false,
3568
- "value": {
3569
- "kind": "expression",
3570
- "type": "\"ios\" | \"md\""
3571
- }
3572
- },
3573
- {
3574
- "name": "theme",
3575
- "description": "The theme determines the visual appearance of the component.",
3576
- "required": false,
3577
- "value": {
3578
- "kind": "expression",
3579
- "type": "\"ios\" | \"md\" | \"ionic\""
3580
- }
3581
3022
  }
3582
3023
  ],
3583
3024
  "slots": [],
@@ -3609,7 +3050,7 @@
3609
3050
  "default": "'off'",
3610
3051
  "value": {
3611
3052
  "kind": "expression",
3612
- "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
3053
+ "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\""
3613
3054
  }
3614
3055
  },
3615
3056
  {
@@ -3727,7 +3168,7 @@
3727
3168
  },
3728
3169
  {
3729
3170
  "name": "fill",
3730
- "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\"`.",
3171
+ "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.",
3731
3172
  "required": false,
3732
3173
  "value": {
3733
3174
  "kind": "expression",
@@ -3763,11 +3204,12 @@
3763
3204
  },
3764
3205
  {
3765
3206
  "name": "label-placement",
3766
- "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.",
3207
+ "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 (\"...\").",
3767
3208
  "required": false,
3209
+ "default": "'start'",
3768
3210
  "value": {
3769
3211
  "kind": "expression",
3770
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
3212
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
3771
3213
  }
3772
3214
  },
3773
3215
  {
@@ -3808,7 +3250,7 @@
3808
3250
  },
3809
3251
  {
3810
3252
  "name": "mode",
3811
- "description": "The mode determines the platform behaviors of the component.",
3253
+ "description": "The mode determines which platform styles to use.",
3812
3254
  "required": false,
3813
3255
  "value": {
3814
3256
  "kind": "expression",
@@ -3874,21 +3316,11 @@
3874
3316
  },
3875
3317
  {
3876
3318
  "name": "shape",
3877
- "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\"`.",
3878
- "required": false,
3879
- "value": {
3880
- "kind": "expression",
3881
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
3882
- }
3883
- },
3884
- {
3885
- "name": "size",
3886
- "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.",
3319
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3887
3320
  "required": false,
3888
- "default": "'medium'",
3889
3321
  "value": {
3890
3322
  "kind": "expression",
3891
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
3323
+ "type": "\"round\" | undefined"
3892
3324
  }
3893
3325
  },
3894
3326
  {
@@ -3910,15 +3342,6 @@
3910
3342
  "type": "string | undefined"
3911
3343
  }
3912
3344
  },
3913
- {
3914
- "name": "theme",
3915
- "description": "The theme determines the visual appearance of the component.",
3916
- "required": false,
3917
- "value": {
3918
- "kind": "expression",
3919
- "type": "\"ios\" | \"md\" | \"ionic\""
3920
- }
3921
- },
3922
3345
  {
3923
3346
  "name": "type",
3924
3347
  "description": "The type of control to display. The default type is text.",
@@ -4076,7 +3499,7 @@
4076
3499
  },
4077
3500
  {
4078
3501
  "name": "detail",
4079
- "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.",
3502
+ "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.",
4080
3503
  "required": false,
4081
3504
  "value": {
4082
3505
  "kind": "expression",
@@ -4087,9 +3510,10 @@
4087
3510
  "name": "detail-icon",
4088
3511
  "description": "The icon to use when `detail` is set to `true`.",
4089
3512
  "required": false,
3513
+ "default": "chevronForward",
4090
3514
  "value": {
4091
3515
  "kind": "expression",
4092
- "type": "string | undefined"
3516
+ "type": "string"
4093
3517
  }
4094
3518
  },
4095
3519
  {
@@ -4131,7 +3555,7 @@
4131
3555
  },
4132
3556
  {
4133
3557
  "name": "mode",
4134
- "description": "The mode determines the platform behaviors of the component.",
3558
+ "description": "The mode determines which platform styles to use.",
4135
3559
  "required": false,
4136
3560
  "value": {
4137
3561
  "kind": "expression",
@@ -4175,15 +3599,6 @@
4175
3599
  "type": "string | undefined"
4176
3600
  }
4177
3601
  },
4178
- {
4179
- "name": "theme",
4180
- "description": "The theme determines the visual appearance of the component.",
4181
- "required": false,
4182
- "value": {
4183
- "kind": "expression",
4184
- "type": "\"ios\" | \"md\" | \"ionic\""
4185
- }
4186
- },
4187
3602
  {
4188
3603
  "name": "type",
4189
3604
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4231,7 +3646,7 @@
4231
3646
  },
4232
3647
  {
4233
3648
  "name": "mode",
4234
- "description": "The mode determines the platform behaviors of the component.",
3649
+ "description": "The mode determines which platform styles to use.",
4235
3650
  "required": false,
4236
3651
  "value": {
4237
3652
  "kind": "expression",
@@ -4247,15 +3662,6 @@
4247
3662
  "kind": "expression",
4248
3663
  "type": "boolean"
4249
3664
  }
4250
- },
4251
- {
4252
- "name": "theme",
4253
- "description": "The theme determines the visual appearance of the component.",
4254
- "required": false,
4255
- "value": {
4256
- "kind": "expression",
4257
- "type": "\"ios\" | \"md\" | \"ionic\""
4258
- }
4259
3665
  }
4260
3666
  ],
4261
3667
  "slots": [
@@ -4282,26 +3688,7 @@
4282
3688
  "module": "@ionic/core/src/components/item-group/item-group.d.ts",
4283
3689
  "symbol": "ItemGroup"
4284
3690
  },
4285
- "attributes": [
4286
- {
4287
- "name": "mode",
4288
- "description": "The mode determines the platform behaviors of the component.",
4289
- "required": false,
4290
- "value": {
4291
- "kind": "expression",
4292
- "type": "\"ios\" | \"md\""
4293
- }
4294
- },
4295
- {
4296
- "name": "theme",
4297
- "description": "The theme determines the visual appearance of the component.",
4298
- "required": false,
4299
- "value": {
4300
- "kind": "expression",
4301
- "type": "\"ios\" | \"md\" | \"ionic\""
4302
- }
4303
- }
4304
- ],
3691
+ "attributes": [],
4305
3692
  "slots": [],
4306
3693
  "events": []
4307
3694
  },
@@ -4361,19 +3748,9 @@
4361
3748
  "type": "string | undefined"
4362
3749
  }
4363
3750
  },
4364
- {
4365
- "name": "hue",
4366
- "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.",
4367
- "required": false,
4368
- "default": "'subtle'",
4369
- "value": {
4370
- "kind": "expression",
4371
- "type": "\"bold\" | \"subtle\" | undefined"
4372
- }
4373
- },
4374
3751
  {
4375
3752
  "name": "mode",
4376
- "description": "The mode determines the platform behaviors of the component.",
3753
+ "description": "The mode determines which platform styles to use.",
4377
3754
  "required": false,
4378
3755
  "value": {
4379
3756
  "kind": "expression",
@@ -4389,15 +3766,6 @@
4389
3766
  "type": "string | undefined"
4390
3767
  }
4391
3768
  },
4392
- {
4393
- "name": "shape",
4394
- "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.",
4395
- "required": false,
4396
- "value": {
4397
- "kind": "expression",
4398
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4399
- }
4400
- },
4401
3769
  {
4402
3770
  "name": "target",
4403
3771
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -4407,15 +3775,6 @@
4407
3775
  "type": "string | undefined"
4408
3776
  }
4409
3777
  },
4410
- {
4411
- "name": "theme",
4412
- "description": "The theme determines the visual appearance of the component.",
4413
- "required": false,
4414
- "value": {
4415
- "kind": "expression",
4416
- "type": "\"ios\" | \"md\" | \"ionic\""
4417
- }
4418
- },
4419
3778
  {
4420
3779
  "name": "type",
4421
3780
  "description": "The type of the button.",
@@ -4464,15 +3823,6 @@
4464
3823
  "symbol": "ItemOptions"
4465
3824
  },
4466
3825
  "attributes": [
4467
- {
4468
- "name": "mode",
4469
- "description": "The mode determines the platform behaviors of the component.",
4470
- "required": false,
4471
- "value": {
4472
- "kind": "expression",
4473
- "type": "\"ios\" | \"md\""
4474
- }
4475
- },
4476
3826
  {
4477
3827
  "name": "side",
4478
3828
  "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.",
@@ -4482,15 +3832,6 @@
4482
3832
  "kind": "expression",
4483
3833
  "type": "\"end\" | \"start\""
4484
3834
  }
4485
- },
4486
- {
4487
- "name": "theme",
4488
- "description": "The theme determines the visual appearance of the component.",
4489
- "required": false,
4490
- "value": {
4491
- "kind": "expression",
4492
- "type": "\"ios\" | \"md\" | \"ionic\""
4493
- }
4494
3835
  }
4495
3836
  ],
4496
3837
  "slots": [],
@@ -4525,24 +3866,6 @@
4525
3866
  "kind": "expression",
4526
3867
  "type": "boolean"
4527
3868
  }
4528
- },
4529
- {
4530
- "name": "mode",
4531
- "description": "The mode determines the platform behaviors of the component.",
4532
- "required": false,
4533
- "value": {
4534
- "kind": "expression",
4535
- "type": "\"ios\" | \"md\""
4536
- }
4537
- },
4538
- {
4539
- "name": "theme",
4540
- "description": "The theme determines the visual appearance of the component.",
4541
- "required": false,
4542
- "value": {
4543
- "kind": "expression",
4544
- "type": "\"ios\" | \"md\" | \"ionic\""
4545
- }
4546
3869
  }
4547
3870
  ],
4548
3871
  "slots": [],
@@ -4579,7 +3902,7 @@
4579
3902
  },
4580
3903
  {
4581
3904
  "name": "mode",
4582
- "description": "The mode determines the platform behaviors of the component.",
3905
+ "description": "The mode determines which platform styles to use.",
4583
3906
  "required": false,
4584
3907
  "value": {
4585
3908
  "kind": "expression",
@@ -4594,15 +3917,6 @@
4594
3917
  "kind": "expression",
4595
3918
  "type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
4596
3919
  }
4597
- },
4598
- {
4599
- "name": "theme",
4600
- "description": "The theme determines the visual appearance of the component.",
4601
- "required": false,
4602
- "value": {
4603
- "kind": "expression",
4604
- "type": "\"ios\" | \"md\" | \"ionic\""
4605
- }
4606
3920
  }
4607
3921
  ],
4608
3922
  "slots": [],
@@ -4638,30 +3952,12 @@
4638
3952
  },
4639
3953
  {
4640
3954
  "name": "mode",
4641
- "description": "The mode determines the platform behaviors of the component.",
3955
+ "description": "The mode determines which platform styles to use.",
4642
3956
  "required": false,
4643
3957
  "value": {
4644
3958
  "kind": "expression",
4645
3959
  "type": "\"ios\" | \"md\""
4646
3960
  }
4647
- },
4648
- {
4649
- "name": "shape",
4650
- "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.",
4651
- "required": false,
4652
- "value": {
4653
- "kind": "expression",
4654
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4655
- }
4656
- },
4657
- {
4658
- "name": "theme",
4659
- "description": "The theme determines the visual appearance of the component.",
4660
- "required": false,
4661
- "value": {
4662
- "kind": "expression",
4663
- "type": "\"ios\" | \"md\" | \"ionic\""
4664
- }
4665
3961
  }
4666
3962
  ],
4667
3963
  "slots": [],
@@ -4696,20 +3992,11 @@
4696
3992
  },
4697
3993
  {
4698
3994
  "name": "mode",
4699
- "description": "The mode determines the platform behaviors of the component.",
4700
- "required": false,
4701
- "value": {
4702
- "kind": "expression",
4703
- "type": "\"ios\" | \"md\""
4704
- }
4705
- },
4706
- {
4707
- "name": "theme",
4708
- "description": "The theme determines the visual appearance of the component.",
3995
+ "description": "The mode determines which platform styles to use.",
4709
3996
  "required": false,
4710
3997
  "value": {
4711
3998
  "kind": "expression",
4712
- "type": "\"ios\" | \"md\" | \"ionic\""
3999
+ "type": "\"ios\" | \"md\""
4713
4000
  }
4714
4001
  }
4715
4002
  ],
@@ -4822,7 +4109,7 @@
4822
4109
  },
4823
4110
  {
4824
4111
  "name": "mode",
4825
- "description": "The mode determines the platform behaviors of the component.",
4112
+ "description": "The mode determines which platform styles to use.",
4826
4113
  "required": false,
4827
4114
  "value": {
4828
4115
  "kind": "expression",
@@ -4848,18 +4135,9 @@
4848
4135
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
4849
4136
  }
4850
4137
  },
4851
- {
4852
- "name": "theme",
4853
- "description": "The theme determines the visual appearance of the component.",
4854
- "required": false,
4855
- "value": {
4856
- "kind": "expression",
4857
- "type": "\"ios\" | \"md\" | \"ionic\""
4858
- }
4859
- },
4860
4138
  {
4861
4139
  "name": "translucent",
4862
- "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).",
4140
+ "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).",
4863
4141
  "required": false,
4864
4142
  "default": "false",
4865
4143
  "value": {
@@ -5008,15 +4286,6 @@
5008
4286
  "type": "string | undefined"
5009
4287
  }
5010
4288
  },
5011
- {
5012
- "name": "mode",
5013
- "description": "The mode determines the platform behaviors of the component.",
5014
- "required": false,
5015
- "value": {
5016
- "kind": "expression",
5017
- "type": "\"ios\" | \"md\""
5018
- }
5019
- },
5020
4289
  {
5021
4290
  "name": "side",
5022
4291
  "description": "Which side of the view the menu should be placed.",
@@ -5037,15 +4306,6 @@
5037
4306
  "type": "boolean"
5038
4307
  }
5039
4308
  },
5040
- {
5041
- "name": "theme",
5042
- "description": "The theme determines the visual appearance of the component.",
5043
- "required": false,
5044
- "value": {
5045
- "kind": "expression",
5046
- "type": "\"ios\" | \"md\" | \"ionic\""
5047
- }
5048
- },
5049
4309
  {
5050
4310
  "name": "type",
5051
4311
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -5149,22 +4409,13 @@
5149
4409
  },
5150
4410
  {
5151
4411
  "name": "mode",
5152
- "description": "The mode determines the platform behaviors of the component.",
4412
+ "description": "The mode determines which platform styles to use.",
5153
4413
  "required": false,
5154
4414
  "value": {
5155
4415
  "kind": "expression",
5156
4416
  "type": "\"ios\" | \"md\""
5157
4417
  }
5158
4418
  },
5159
- {
5160
- "name": "theme",
5161
- "description": "The theme determines the visual appearance of the component.",
5162
- "required": false,
5163
- "value": {
5164
- "kind": "expression",
5165
- "type": "\"ios\" | \"md\" | \"ionic\""
5166
- }
5167
- },
5168
4419
  {
5169
4420
  "name": "type",
5170
4421
  "description": "The type of the button.",
@@ -5206,24 +4457,6 @@
5206
4457
  "kind": "expression",
5207
4458
  "type": "string | undefined"
5208
4459
  }
5209
- },
5210
- {
5211
- "name": "mode",
5212
- "description": "The mode determines the platform behaviors of the component.",
5213
- "required": false,
5214
- "value": {
5215
- "kind": "expression",
5216
- "type": "\"ios\" | \"md\""
5217
- }
5218
- },
5219
- {
5220
- "name": "theme",
5221
- "description": "The theme determines the visual appearance of the component.",
5222
- "required": false,
5223
- "value": {
5224
- "kind": "expression",
5225
- "type": "\"ios\" | \"md\" | \"ionic\""
5226
- }
5227
4460
  }
5228
4461
  ],
5229
4462
  "slots": [
@@ -5399,7 +4632,7 @@
5399
4632
  },
5400
4633
  {
5401
4634
  "name": "mode",
5402
- "description": "The mode determines the platform behaviors of the component.",
4635
+ "description": "The mode determines which platform styles to use.",
5403
4636
  "required": false,
5404
4637
  "value": {
5405
4638
  "kind": "expression",
@@ -5415,15 +4648,6 @@
5415
4648
  "type": "HTMLElement | undefined"
5416
4649
  }
5417
4650
  },
5418
- {
5419
- "name": "shape",
5420
- "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.",
5421
- "required": false,
5422
- "value": {
5423
- "kind": "expression",
5424
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
5425
- }
5426
- },
5427
4651
  {
5428
4652
  "name": "show-backdrop",
5429
4653
  "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.",
@@ -5434,15 +4658,6 @@
5434
4658
  "type": "boolean"
5435
4659
  }
5436
4660
  },
5437
- {
5438
- "name": "theme",
5439
- "description": "The theme determines the visual appearance of the component.",
5440
- "required": false,
5441
- "value": {
5442
- "kind": "expression",
5443
- "type": "\"ios\" | \"md\" | \"ionic\""
5444
- }
5445
- },
5446
4661
  {
5447
4662
  "name": "trigger",
5448
4663
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -5572,21 +4787,12 @@
5572
4787
  },
5573
4788
  {
5574
4789
  "name": "mode",
5575
- "description": "The mode determines the platform behaviors of the component.",
4790
+ "description": "The mode determines which platform styles to use.",
5576
4791
  "required": false,
5577
4792
  "value": {
5578
4793
  "kind": "expression",
5579
4794
  "type": "\"ios\" | \"md\""
5580
4795
  }
5581
- },
5582
- {
5583
- "name": "theme",
5584
- "description": "The theme determines the visual appearance of the component.",
5585
- "required": false,
5586
- "value": {
5587
- "kind": "expression",
5588
- "type": "\"ios\" | \"md\" | \"ionic\""
5589
- }
5590
4796
  }
5591
4797
  ],
5592
4798
  "slots": [],
@@ -5603,21 +4809,12 @@
5603
4809
  "attributes": [
5604
4810
  {
5605
4811
  "name": "mode",
5606
- "description": "The mode determines the platform behaviors of the component.",
4812
+ "description": "The mode determines which platform styles to use.",
5607
4813
  "required": false,
5608
4814
  "value": {
5609
4815
  "kind": "expression",
5610
4816
  "type": "\"ios\" | \"md\""
5611
4817
  }
5612
- },
5613
- {
5614
- "name": "theme",
5615
- "description": "The theme determines the visual appearance of the component.",
5616
- "required": false,
5617
- "value": {
5618
- "kind": "expression",
5619
- "type": "\"ios\" | \"md\" | \"ionic\""
5620
- }
5621
4818
  }
5622
4819
  ],
5623
4820
  "slots": [],
@@ -5654,22 +4851,13 @@
5654
4851
  },
5655
4852
  {
5656
4853
  "name": "mode",
5657
- "description": "The mode determines the platform behaviors of the component.",
4854
+ "description": "The mode determines which platform styles to use.",
5658
4855
  "required": false,
5659
4856
  "value": {
5660
4857
  "kind": "expression",
5661
4858
  "type": "\"ios\" | \"md\""
5662
4859
  }
5663
4860
  },
5664
- {
5665
- "name": "theme",
5666
- "description": "The theme determines the visual appearance of the component.",
5667
- "required": false,
5668
- "value": {
5669
- "kind": "expression",
5670
- "type": "\"ios\" | \"md\" | \"ionic\""
5671
- }
5672
- },
5673
4861
  {
5674
4862
  "name": "value",
5675
4863
  "description": "The selected option in the picker.",
@@ -5732,24 +4920,6 @@
5732
4920
  "type": "boolean"
5733
4921
  }
5734
4922
  },
5735
- {
5736
- "name": "mode",
5737
- "description": "The mode determines the platform behaviors of the component.",
5738
- "required": false,
5739
- "value": {
5740
- "kind": "expression",
5741
- "type": "\"ios\" | \"md\""
5742
- }
5743
- },
5744
- {
5745
- "name": "theme",
5746
- "description": "The theme determines the visual appearance of the component.",
5747
- "required": false,
5748
- "value": {
5749
- "kind": "expression",
5750
- "type": "\"ios\" | \"md\" | \"ionic\""
5751
- }
5752
- },
5753
4923
  {
5754
4924
  "name": "value",
5755
4925
  "description": "The text value of the option.",
@@ -5880,7 +5050,7 @@
5880
5050
  },
5881
5051
  {
5882
5052
  "name": "mode",
5883
- "description": "The mode determines the platform behaviors of the component.",
5053
+ "description": "The mode determines which platform styles to use.",
5884
5054
  "required": false,
5885
5055
  "value": {
5886
5056
  "kind": "expression",
@@ -5897,15 +5067,6 @@
5897
5067
  "type": "boolean"
5898
5068
  }
5899
5069
  },
5900
- {
5901
- "name": "theme",
5902
- "description": "The theme determines the visual appearance of the component.",
5903
- "required": false,
5904
- "value": {
5905
- "kind": "expression",
5906
- "type": "\"ios\" | \"md\" | \"ionic\""
5907
- }
5908
- },
5909
5070
  {
5910
5071
  "name": "trigger",
5911
5072
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -6011,7 +5172,7 @@
6011
5172
  "attributes": [
6012
5173
  {
6013
5174
  "name": "alignment",
6014
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
5175
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
6015
5176
  "required": false,
6016
5177
  "value": {
6017
5178
  "kind": "expression",
@@ -6030,7 +5191,7 @@
6030
5191
  },
6031
5192
  {
6032
5193
  "name": "arrow",
6033
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
5194
+ "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.",
6034
5195
  "required": false,
6035
5196
  "default": "true",
6036
5197
  "value": {
@@ -6154,7 +5315,7 @@
6154
5315
  },
6155
5316
  {
6156
5317
  "name": "mode",
6157
- "description": "The mode determines the platform behaviors of the component.",
5318
+ "description": "The mode determines which platform styles to use.",
6158
5319
  "required": false,
6159
5320
  "value": {
6160
5321
  "kind": "expression",
@@ -6201,18 +5362,9 @@
6201
5362
  "type": "\"auto\" | \"cover\""
6202
5363
  }
6203
5364
  },
6204
- {
6205
- "name": "theme",
6206
- "description": "The theme determines the visual appearance of the component.",
6207
- "required": false,
6208
- "value": {
6209
- "kind": "expression",
6210
- "type": "\"ios\" | \"md\" | \"ionic\""
6211
- }
6212
- },
6213
5365
  {
6214
5366
  "name": "translucent",
6215
- "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).",
5367
+ "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).",
6216
5368
  "required": false,
6217
5369
  "default": "false",
6218
5370
  "value": {
@@ -6359,7 +5511,7 @@
6359
5511
  },
6360
5512
  {
6361
5513
  "name": "mode",
6362
- "description": "The mode determines the platform behaviors of the component.",
5514
+ "description": "The mode determines which platform styles to use.",
6363
5515
  "required": false,
6364
5516
  "value": {
6365
5517
  "kind": "expression",
@@ -6376,24 +5528,6 @@
6376
5528
  "type": "boolean"
6377
5529
  }
6378
5530
  },
6379
- {
6380
- "name": "shape",
6381
- "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.",
6382
- "required": false,
6383
- "value": {
6384
- "kind": "expression",
6385
- "type": "\"rectangular\" | \"round\" | undefined"
6386
- }
6387
- },
6388
- {
6389
- "name": "theme",
6390
- "description": "The theme determines the visual appearance of the component.",
6391
- "required": false,
6392
- "value": {
6393
- "kind": "expression",
6394
- "type": "\"ios\" | \"md\" | \"ionic\""
6395
- }
6396
- },
6397
5531
  {
6398
5532
  "name": "type",
6399
5533
  "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).",
@@ -6476,7 +5610,7 @@
6476
5610
  },
6477
5611
  {
6478
5612
  "name": "mode",
6479
- "description": "The mode determines the platform behaviors of the component.",
5613
+ "description": "The mode determines which platform styles to use.",
6480
5614
  "required": false,
6481
5615
  "value": {
6482
5616
  "kind": "expression",
@@ -6493,15 +5627,6 @@
6493
5627
  "type": "string"
6494
5628
  }
6495
5629
  },
6496
- {
6497
- "name": "theme",
6498
- "description": "The theme determines the visual appearance of the component.",
6499
- "required": false,
6500
- "value": {
6501
- "kind": "expression",
6502
- "type": "\"ios\" | \"md\" | \"ionic\""
6503
- }
6504
- },
6505
5630
  {
6506
5631
  "name": "value",
6507
5632
  "description": "the value of the radio.",
@@ -6587,15 +5712,6 @@
6587
5712
  "type": "string | undefined"
6588
5713
  }
6589
5714
  },
6590
- {
6591
- "name": "mode",
6592
- "description": "The mode determines the platform behaviors of the component.",
6593
- "required": false,
6594
- "value": {
6595
- "kind": "expression",
6596
- "type": "\"ios\" | \"md\""
6597
- }
6598
- },
6599
5715
  {
6600
5716
  "name": "name",
6601
5717
  "description": "The name of the control, which is submitted with the form data.",
@@ -6606,15 +5722,6 @@
6606
5722
  "type": "string"
6607
5723
  }
6608
5724
  },
6609
- {
6610
- "name": "theme",
6611
- "description": "The theme determines the visual appearance of the component.",
6612
- "required": false,
6613
- "value": {
6614
- "kind": "expression",
6615
- "type": "\"ios\" | \"md\" | \"ionic\""
6616
- }
6617
- },
6618
5725
  {
6619
5726
  "name": "value",
6620
5727
  "description": "the value of the radio group.",
@@ -6736,7 +5843,7 @@
6736
5843
  },
6737
5844
  {
6738
5845
  "name": "mode",
6739
- "description": "The mode determines the platform behaviors of the component.",
5846
+ "description": "The mode determines which platform styles to use.",
6740
5847
  "required": false,
6741
5848
  "value": {
6742
5849
  "kind": "expression",
@@ -6793,15 +5900,6 @@
6793
5900
  "type": "number"
6794
5901
  }
6795
5902
  },
6796
- {
6797
- "name": "theme",
6798
- "description": "The theme determines the visual appearance of the component.",
6799
- "required": false,
6800
- "value": {
6801
- "kind": "expression",
6802
- "type": "\"ios\" | \"md\" | \"ionic\""
6803
- }
6804
- },
6805
5903
  {
6806
5904
  "name": "ticks",
6807
5905
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -6931,7 +6029,7 @@
6931
6029
  },
6932
6030
  {
6933
6031
  "name": "mode",
6934
- "description": "The mode determines the platform behaviors of the component.",
6032
+ "description": "The mode determines which platform styles to use.",
6935
6033
  "required": false,
6936
6034
  "value": {
6937
6035
  "kind": "expression",
@@ -6977,15 +6075,6 @@
6977
6075
  "kind": "expression",
6978
6076
  "type": "string"
6979
6077
  }
6980
- },
6981
- {
6982
- "name": "theme",
6983
- "description": "The theme determines the visual appearance of the component.",
6984
- "required": false,
6985
- "value": {
6986
- "kind": "expression",
6987
- "type": "\"ios\" | \"md\" | \"ionic\""
6988
- }
6989
6078
  }
6990
6079
  ],
6991
6080
  "slots": [],
@@ -7031,15 +6120,6 @@
7031
6120
  "symbol": "RefresherContent"
7032
6121
  },
7033
6122
  "attributes": [
7034
- {
7035
- "name": "mode",
7036
- "description": "The mode determines the platform behaviors of the component.",
7037
- "required": false,
7038
- "value": {
7039
- "kind": "expression",
7040
- "type": "\"ios\" | \"md\""
7041
- }
7042
- },
7043
6123
  {
7044
6124
  "name": "pulling-icon",
7045
6125
  "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.",
@@ -7075,15 +6155,6 @@
7075
6155
  "kind": "expression",
7076
6156
  "type": "IonicSafeString | string | undefined"
7077
6157
  }
7078
- },
7079
- {
7080
- "name": "theme",
7081
- "description": "The theme determines the visual appearance of the component.",
7082
- "required": false,
7083
- "value": {
7084
- "kind": "expression",
7085
- "type": "\"ios\" | \"md\" | \"ionic\""
7086
- }
7087
6158
  }
7088
6159
  ],
7089
6160
  "slots": [],
@@ -7097,26 +6168,7 @@
7097
6168
  "module": "@ionic/core/src/components/reorder/reorder.d.ts",
7098
6169
  "symbol": "Reorder"
7099
6170
  },
7100
- "attributes": [
7101
- {
7102
- "name": "mode",
7103
- "description": "The mode determines the platform behaviors of the component.",
7104
- "required": false,
7105
- "value": {
7106
- "kind": "expression",
7107
- "type": "\"ios\" | \"md\""
7108
- }
7109
- },
7110
- {
7111
- "name": "theme",
7112
- "description": "The theme determines the visual appearance of the component.",
7113
- "required": false,
7114
- "value": {
7115
- "kind": "expression",
7116
- "type": "\"ios\" | \"md\" | \"ionic\""
7117
- }
7118
- }
7119
- ],
6171
+ "attributes": [],
7120
6172
  "slots": [],
7121
6173
  "events": []
7122
6174
  },
@@ -7138,24 +6190,6 @@
7138
6190
  "kind": "expression",
7139
6191
  "type": "boolean"
7140
6192
  }
7141
- },
7142
- {
7143
- "name": "mode",
7144
- "description": "The mode determines the platform behaviors of the component.",
7145
- "required": false,
7146
- "value": {
7147
- "kind": "expression",
7148
- "type": "\"ios\" | \"md\""
7149
- }
7150
- },
7151
- {
7152
- "name": "theme",
7153
- "description": "The theme determines the visual appearance of the component.",
7154
- "required": false,
7155
- "value": {
7156
- "kind": "expression",
7157
- "type": "\"ios\" | \"md\" | \"ionic\""
7158
- }
7159
6193
  }
7160
6194
  ],
7161
6195
  "slots": [],
@@ -7181,24 +6215,6 @@
7181
6215
  "symbol": "RippleEffect"
7182
6216
  },
7183
6217
  "attributes": [
7184
- {
7185
- "name": "mode",
7186
- "description": "The mode determines the platform behaviors of the component.",
7187
- "required": false,
7188
- "value": {
7189
- "kind": "expression",
7190
- "type": "\"ios\" | \"md\""
7191
- }
7192
- },
7193
- {
7194
- "name": "theme",
7195
- "description": "The theme determines the visual appearance of the component.",
7196
- "required": false,
7197
- "value": {
7198
- "kind": "expression",
7199
- "type": "\"ios\" | \"md\" | \"ionic\""
7200
- }
7201
- },
7202
6218
  {
7203
6219
  "name": "type",
7204
6220
  "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.",
@@ -7258,24 +6274,6 @@
7258
6274
  "type": "undefined | { [key: string]: any; }"
7259
6275
  }
7260
6276
  },
7261
- {
7262
- "name": "mode",
7263
- "description": "The mode determines the platform behaviors of the component.",
7264
- "required": false,
7265
- "value": {
7266
- "kind": "expression",
7267
- "type": "\"ios\" | \"md\""
7268
- }
7269
- },
7270
- {
7271
- "name": "theme",
7272
- "description": "The theme determines the visual appearance of the component.",
7273
- "required": false,
7274
- "value": {
7275
- "kind": "expression",
7276
- "type": "\"ios\" | \"md\" | \"ionic\""
7277
- }
7278
- },
7279
6277
  {
7280
6278
  "name": "url",
7281
6279
  "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.",
@@ -7309,26 +6307,7 @@
7309
6307
  "module": "@ionic/core/src/components/row/row.d.ts",
7310
6308
  "symbol": "Row"
7311
6309
  },
7312
- "attributes": [
7313
- {
7314
- "name": "mode",
7315
- "description": "The mode determines the platform behaviors of the component.",
7316
- "required": false,
7317
- "value": {
7318
- "kind": "expression",
7319
- "type": "\"ios\" | \"md\""
7320
- }
7321
- },
7322
- {
7323
- "name": "theme",
7324
- "description": "The theme determines the visual appearance of the component.",
7325
- "required": false,
7326
- "value": {
7327
- "kind": "expression",
7328
- "type": "\"ios\" | \"md\" | \"ionic\""
7329
- }
7330
- }
7331
- ],
6310
+ "attributes": [],
7332
6311
  "slots": [],
7333
6312
  "events": []
7334
6313
  },
@@ -7368,7 +6347,7 @@
7368
6347
  "default": "'off'",
7369
6348
  "value": {
7370
6349
  "kind": "expression",
7371
- "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
6350
+ "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\""
7372
6351
  }
7373
6352
  },
7374
6353
  {
@@ -7383,16 +6362,17 @@
7383
6362
  },
7384
6363
  {
7385
6364
  "name": "cancel-button-icon",
7386
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
6365
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
7387
6366
  "required": false,
6367
+ "default": "config.get('backButtonIcon', arrowBackSharp) as string",
7388
6368
  "value": {
7389
6369
  "kind": "expression",
7390
- "type": "string | undefined"
6370
+ "type": "string"
7391
6371
  }
7392
6372
  },
7393
6373
  {
7394
6374
  "name": "cancel-button-text",
7395
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
6375
+ "description": "Set the the cancel button text. Only applies to `ios` mode.",
7396
6376
  "required": false,
7397
6377
  "default": "'Cancel'",
7398
6378
  "value": {
@@ -7402,7 +6382,7 @@
7402
6382
  },
7403
6383
  {
7404
6384
  "name": "clear-icon",
7405
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
6385
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
7406
6386
  "required": false,
7407
6387
  "value": {
7408
6388
  "kind": "expression",
@@ -7475,7 +6455,7 @@
7475
6455
  },
7476
6456
  {
7477
6457
  "name": "mode",
7478
- "description": "The mode determines the platform behaviors of the component.",
6458
+ "description": "The mode determines which platform styles to use.",
7479
6459
  "required": false,
7480
6460
  "value": {
7481
6461
  "kind": "expression",
@@ -7504,20 +6484,11 @@
7504
6484
  },
7505
6485
  {
7506
6486
  "name": "search-icon",
7507
- "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.",
6487
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
7508
6488
  "required": false,
7509
6489
  "value": {
7510
6490
  "kind": "expression",
7511
- "type": "boolean | string | undefined"
7512
- }
7513
- },
7514
- {
7515
- "name": "shape",
7516
- "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.",
7517
- "required": false,
7518
- "value": {
7519
- "kind": "expression",
7520
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
6491
+ "type": "string | undefined"
7521
6492
  }
7522
6493
  },
7523
6494
  {
@@ -7540,15 +6511,6 @@
7540
6511
  "type": "\"always\" | \"focus\" | \"never\""
7541
6512
  }
7542
6513
  },
7543
- {
7544
- "name": "size",
7545
- "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.",
7546
- "required": false,
7547
- "value": {
7548
- "kind": "expression",
7549
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
7550
- }
7551
- },
7552
6514
  {
7553
6515
  "name": "spellcheck",
7554
6516
  "description": "If `true`, enable spellcheck on the input.",
@@ -7559,15 +6521,6 @@
7559
6521
  "type": "boolean"
7560
6522
  }
7561
6523
  },
7562
- {
7563
- "name": "theme",
7564
- "description": "The theme determines the visual appearance of the component.",
7565
- "required": false,
7566
- "value": {
7567
- "kind": "expression",
7568
- "type": "\"ios\" | \"md\" | \"ionic\""
7569
- }
7570
- },
7571
6524
  {
7572
6525
  "name": "type",
7573
6526
  "description": "Set the type of the input.",
@@ -7683,7 +6636,7 @@
7683
6636
  },
7684
6637
  {
7685
6638
  "name": "mode",
7686
- "description": "The mode determines the platform behaviors of the component.",
6639
+ "description": "The mode determines which platform styles to use.",
7687
6640
  "required": false,
7688
6641
  "value": {
7689
6642
  "kind": "expression",
@@ -7720,15 +6673,6 @@
7720
6673
  "type": "boolean"
7721
6674
  }
7722
6675
  },
7723
- {
7724
- "name": "theme",
7725
- "description": "The theme determines the visual appearance of the component.",
7726
- "required": false,
7727
- "value": {
7728
- "kind": "expression",
7729
- "type": "\"ios\" | \"md\" | \"ionic\""
7730
- }
7731
- },
7732
6676
  {
7733
6677
  "name": "value",
7734
6678
  "description": "the value of the segment.",
@@ -7793,22 +6737,13 @@
7793
6737
  },
7794
6738
  {
7795
6739
  "name": "mode",
7796
- "description": "The mode determines the platform behaviors of the component.",
6740
+ "description": "The mode determines which platform styles to use.",
7797
6741
  "required": false,
7798
6742
  "value": {
7799
6743
  "kind": "expression",
7800
6744
  "type": "\"ios\" | \"md\""
7801
6745
  }
7802
6746
  },
7803
- {
7804
- "name": "theme",
7805
- "description": "The theme determines the visual appearance of the component.",
7806
- "required": false,
7807
- "value": {
7808
- "kind": "expression",
7809
- "type": "\"ios\" | \"md\" | \"ionic\""
7810
- }
7811
- },
7812
6747
  {
7813
6748
  "name": "type",
7814
6749
  "description": "The type of the button.",
@@ -7937,7 +6872,7 @@
7937
6872
  },
7938
6873
  {
7939
6874
  "name": "expanded-icon",
7940
- "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.",
6875
+ "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.",
7941
6876
  "required": false,
7942
6877
  "value": {
7943
6878
  "kind": "expression",
@@ -7946,7 +6881,7 @@
7946
6881
  },
7947
6882
  {
7948
6883
  "name": "fill",
7949
- "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.",
6884
+ "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.",
7950
6885
  "required": false,
7951
6886
  "value": {
7952
6887
  "kind": "expression",
@@ -8012,7 +6947,7 @@
8012
6947
  },
8013
6948
  {
8014
6949
  "name": "mode",
8015
- "description": "The mode determines the platform behaviors of the component.",
6950
+ "description": "The mode determines which platform styles to use.",
8016
6951
  "required": false,
8017
6952
  "value": {
8018
6953
  "kind": "expression",
@@ -8079,34 +7014,16 @@
8079
7014
  },
8080
7015
  {
8081
7016
  "name": "shape",
8082
- "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.",
8083
- "required": false,
8084
- "value": {
8085
- "kind": "expression",
8086
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8087
- }
8088
- },
8089
- {
8090
- "name": "size",
8091
- "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.",
8092
- "required": false,
8093
- "value": {
8094
- "kind": "expression",
8095
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8096
- }
8097
- },
8098
- {
8099
- "name": "theme",
8100
- "description": "The theme determines the visual appearance of the component.",
7017
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
8101
7018
  "required": false,
8102
7019
  "value": {
8103
7020
  "kind": "expression",
8104
- "type": "\"ios\" | \"md\" | \"ionic\""
7021
+ "type": "\"round\" | undefined"
8105
7022
  }
8106
7023
  },
8107
7024
  {
8108
7025
  "name": "toggle-icon",
8109
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
7026
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
8110
7027
  "required": false,
8111
7028
  "value": {
8112
7029
  "kind": "expression",
@@ -8250,24 +7167,6 @@
8250
7167
  "type": "boolean"
8251
7168
  }
8252
7169
  },
8253
- {
8254
- "name": "mode",
8255
- "description": "The mode determines the platform behaviors of the component.",
8256
- "required": false,
8257
- "value": {
8258
- "kind": "expression",
8259
- "type": "\"ios\" | \"md\""
8260
- }
8261
- },
8262
- {
8263
- "name": "theme",
8264
- "description": "The theme determines the visual appearance of the component.",
8265
- "required": false,
8266
- "value": {
8267
- "kind": "expression",
8268
- "type": "\"ios\" | \"md\" | \"ionic\""
8269
- }
8270
- },
8271
7170
  {
8272
7171
  "name": "value",
8273
7172
  "description": "The text value of the option.",
@@ -8299,24 +7198,6 @@
8299
7198
  "kind": "expression",
8300
7199
  "type": "boolean"
8301
7200
  }
8302
- },
8303
- {
8304
- "name": "mode",
8305
- "description": "The mode determines the platform behaviors of the component.",
8306
- "required": false,
8307
- "value": {
8308
- "kind": "expression",
8309
- "type": "\"ios\" | \"md\""
8310
- }
8311
- },
8312
- {
8313
- "name": "theme",
8314
- "description": "The theme determines the visual appearance of the component.",
8315
- "required": false,
8316
- "value": {
8317
- "kind": "expression",
8318
- "type": "\"ios\" | \"md\" | \"ionic\""
8319
- }
8320
7201
  }
8321
7202
  ],
8322
7203
  "slots": [],
@@ -8349,15 +7230,6 @@
8349
7230
  "type": "number | undefined"
8350
7231
  }
8351
7232
  },
8352
- {
8353
- "name": "mode",
8354
- "description": "The mode determines the platform behaviors of the component.",
8355
- "required": false,
8356
- "value": {
8357
- "kind": "expression",
8358
- "type": "\"ios\" | \"md\""
8359
- }
8360
- },
8361
7233
  {
8362
7234
  "name": "name",
8363
7235
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -8376,24 +7248,6 @@
8376
7248
  "kind": "expression",
8377
7249
  "type": "boolean"
8378
7250
  }
8379
- },
8380
- {
8381
- "name": "size",
8382
- "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.",
8383
- "required": false,
8384
- "value": {
8385
- "kind": "expression",
8386
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
8387
- }
8388
- },
8389
- {
8390
- "name": "theme",
8391
- "description": "The theme determines the visual appearance of the component.",
8392
- "required": false,
8393
- "value": {
8394
- "kind": "expression",
8395
- "type": "\"ios\" | \"md\" | \"ionic\""
8396
- }
8397
7251
  }
8398
7252
  ],
8399
7253
  "slots": [],
@@ -8427,24 +7281,6 @@
8427
7281
  "type": "boolean"
8428
7282
  }
8429
7283
  },
8430
- {
8431
- "name": "mode",
8432
- "description": "The mode determines the platform behaviors of the component.",
8433
- "required": false,
8434
- "value": {
8435
- "kind": "expression",
8436
- "type": "\"ios\" | \"md\""
8437
- }
8438
- },
8439
- {
8440
- "name": "theme",
8441
- "description": "The theme determines the visual appearance of the component.",
8442
- "required": false,
8443
- "value": {
8444
- "kind": "expression",
8445
- "type": "\"ios\" | \"md\" | \"ionic\""
8446
- }
8447
- },
8448
7284
  {
8449
7285
  "name": "when",
8450
7286
  "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.",
@@ -8488,15 +7324,6 @@
8488
7324
  "type": "Function | HTMLElement | null | string | undefined"
8489
7325
  }
8490
7326
  },
8491
- {
8492
- "name": "mode",
8493
- "description": "The mode determines the platform behaviors of the component.",
8494
- "required": false,
8495
- "value": {
8496
- "kind": "expression",
8497
- "type": "\"ios\" | \"md\""
8498
- }
8499
- },
8500
7327
  {
8501
7328
  "name": "tab",
8502
7329
  "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.",
@@ -8505,15 +7332,6 @@
8505
7332
  "kind": "expression",
8506
7333
  "type": "string"
8507
7334
  }
8508
- },
8509
- {
8510
- "name": "theme",
8511
- "description": "The theme determines the visual appearance of the component.",
8512
- "required": false,
8513
- "value": {
8514
- "kind": "expression",
8515
- "type": "\"ios\" | \"md\" | \"ionic\""
8516
- }
8517
7335
  }
8518
7336
  ],
8519
7337
  "slots": [],
@@ -8537,19 +7355,9 @@
8537
7355
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
8538
7356
  }
8539
7357
  },
8540
- {
8541
- "name": "expand",
8542
- "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\"`.",
8543
- "required": false,
8544
- "default": "'full'",
8545
- "value": {
8546
- "kind": "expression",
8547
- "type": "\"compact\" | \"full\""
8548
- }
8549
- },
8550
7358
  {
8551
7359
  "name": "mode",
8552
- "description": "The mode determines the platform behaviors of the component.",
7360
+ "description": "The mode determines which platform styles to use.",
8553
7361
  "required": false,
8554
7362
  "value": {
8555
7363
  "kind": "expression",
@@ -8565,27 +7373,9 @@
8565
7373
  "type": "string | undefined"
8566
7374
  }
8567
7375
  },
8568
- {
8569
- "name": "shape",
8570
- "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.",
8571
- "required": false,
8572
- "value": {
8573
- "kind": "expression",
8574
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8575
- }
8576
- },
8577
- {
8578
- "name": "theme",
8579
- "description": "The theme determines the visual appearance of the component.",
8580
- "required": false,
8581
- "value": {
8582
- "kind": "expression",
8583
- "type": "\"ios\" | \"md\" | \"ionic\""
8584
- }
8585
- },
8586
7376
  {
8587
7377
  "name": "translucent",
8588
- "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).",
7378
+ "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).",
8589
7379
  "required": false,
8590
7380
  "default": "false",
8591
7381
  "value": {
@@ -8645,7 +7435,7 @@
8645
7435
  },
8646
7436
  {
8647
7437
  "name": "mode",
8648
- "description": "The mode determines the platform behaviors of the component.",
7438
+ "description": "The mode determines which platform styles to use.",
8649
7439
  "required": false,
8650
7440
  "value": {
8651
7441
  "kind": "expression",
@@ -8671,15 +7461,6 @@
8671
7461
  "type": "boolean"
8672
7462
  }
8673
7463
  },
8674
- {
8675
- "name": "shape",
8676
- "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.",
8677
- "required": false,
8678
- "value": {
8679
- "kind": "expression",
8680
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8681
- }
8682
- },
8683
7464
  {
8684
7465
  "name": "tab",
8685
7466
  "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.",
@@ -8697,15 +7478,6 @@
8697
7478
  "kind": "expression",
8698
7479
  "type": "string | undefined"
8699
7480
  }
8700
- },
8701
- {
8702
- "name": "theme",
8703
- "description": "The theme determines the visual appearance of the component.",
8704
- "required": false,
8705
- "value": {
8706
- "kind": "expression",
8707
- "type": "\"ios\" | \"md\" | \"ionic\""
8708
- }
8709
7481
  }
8710
7482
  ],
8711
7483
  "slots": [],
@@ -8719,26 +7491,7 @@
8719
7491
  "module": "@ionic/core/src/components/tabs/tabs.d.ts",
8720
7492
  "symbol": "Tabs"
8721
7493
  },
8722
- "attributes": [
8723
- {
8724
- "name": "mode",
8725
- "description": "The mode determines the platform behaviors of the component.",
8726
- "required": false,
8727
- "value": {
8728
- "kind": "expression",
8729
- "type": "\"ios\" | \"md\""
8730
- }
8731
- },
8732
- {
8733
- "name": "theme",
8734
- "description": "The theme determines the visual appearance of the component.",
8735
- "required": false,
8736
- "value": {
8737
- "kind": "expression",
8738
- "type": "\"ios\" | \"md\" | \"ionic\""
8739
- }
8740
- }
8741
- ],
7494
+ "attributes": [],
8742
7495
  "slots": [
8743
7496
  {
8744
7497
  "name": "default",
@@ -8796,21 +7549,12 @@
8796
7549
  },
8797
7550
  {
8798
7551
  "name": "mode",
8799
- "description": "The mode determines the platform behaviors of the component.",
7552
+ "description": "The mode determines which platform styles to use.",
8800
7553
  "required": false,
8801
7554
  "value": {
8802
7555
  "kind": "expression",
8803
7556
  "type": "\"ios\" | \"md\""
8804
7557
  }
8805
- },
8806
- {
8807
- "name": "theme",
8808
- "description": "The theme determines the visual appearance of the component.",
8809
- "required": false,
8810
- "value": {
8811
- "kind": "expression",
8812
- "type": "\"ios\" | \"md\" | \"ionic\""
8813
- }
8814
7558
  }
8815
7559
  ],
8816
7560
  "slots": [],
@@ -8941,7 +7685,7 @@
8941
7685
  },
8942
7686
  {
8943
7687
  "name": "fill",
8944
- "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\"`.",
7688
+ "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.",
8945
7689
  "required": false,
8946
7690
  "value": {
8947
7691
  "kind": "expression",
@@ -9005,7 +7749,7 @@
9005
7749
  },
9006
7750
  {
9007
7751
  "name": "mode",
9008
- "description": "The mode determines the platform behaviors of the component.",
7752
+ "description": "The mode determines which platform styles to use.",
9009
7753
  "required": false,
9010
7754
  "value": {
9011
7755
  "kind": "expression",
@@ -9062,21 +7806,11 @@
9062
7806
  },
9063
7807
  {
9064
7808
  "name": "shape",
9065
- "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.",
9066
- "required": false,
9067
- "value": {
9068
- "kind": "expression",
9069
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9070
- }
9071
- },
9072
- {
9073
- "name": "size",
9074
- "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.",
7809
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
9075
7810
  "required": false,
9076
- "default": "'medium'",
9077
7811
  "value": {
9078
7812
  "kind": "expression",
9079
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
7813
+ "type": "\"round\" | undefined"
9080
7814
  }
9081
7815
  },
9082
7816
  {
@@ -9089,15 +7823,6 @@
9089
7823
  "type": "boolean"
9090
7824
  }
9091
7825
  },
9092
- {
9093
- "name": "theme",
9094
- "description": "The theme determines the visual appearance of the component.",
9095
- "required": false,
9096
- "value": {
9097
- "kind": "expression",
9098
- "type": "\"ios\" | \"md\" | \"ionic\""
9099
- }
9100
- },
9101
7826
  {
9102
7827
  "name": "value",
9103
7828
  "description": "The value of the textarea.",
@@ -9183,26 +7908,7 @@
9183
7908
  "module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
9184
7909
  "symbol": "Thumbnail"
9185
7910
  },
9186
- "attributes": [
9187
- {
9188
- "name": "mode",
9189
- "description": "The mode determines the platform behaviors of the component.",
9190
- "required": false,
9191
- "value": {
9192
- "kind": "expression",
9193
- "type": "\"ios\" | \"md\""
9194
- }
9195
- },
9196
- {
9197
- "name": "theme",
9198
- "description": "The theme determines the visual appearance of the component.",
9199
- "required": false,
9200
- "value": {
9201
- "kind": "expression",
9202
- "type": "\"ios\" | \"md\" | \"ionic\""
9203
- }
9204
- }
9205
- ],
7911
+ "attributes": [],
9206
7912
  "slots": [],
9207
7913
  "events": []
9208
7914
  },
@@ -9224,15 +7930,6 @@
9224
7930
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
9225
7931
  }
9226
7932
  },
9227
- {
9228
- "name": "mode",
9229
- "description": "The mode determines the platform behaviors of the component.",
9230
- "required": false,
9231
- "value": {
9232
- "kind": "expression",
9233
- "type": "\"ios\" | \"md\""
9234
- }
9235
- },
9236
7933
  {
9237
7934
  "name": "size",
9238
7935
  "description": "The size of the toolbar title.",
@@ -9241,15 +7938,6 @@
9241
7938
  "kind": "expression",
9242
7939
  "type": "\"large\" | \"small\" | undefined"
9243
7940
  }
9244
- },
9245
- {
9246
- "name": "theme",
9247
- "description": "The theme determines the visual appearance of the component.",
9248
- "required": false,
9249
- "value": {
9250
- "kind": "expression",
9251
- "type": "\"ios\" | \"md\" | \"ionic\""
9252
- }
9253
7941
  }
9254
7942
  ],
9255
7943
  "slots": [],
@@ -9338,16 +8026,6 @@
9338
8026
  "type": "undefined | { [key: string]: any; }"
9339
8027
  }
9340
8028
  },
9341
- {
9342
- "name": "hue",
9343
- "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.",
9344
- "required": false,
9345
- "default": "'subtle'",
9346
- "value": {
9347
- "kind": "expression",
9348
- "type": "\"bold\" | \"subtle\" | undefined"
9349
- }
9350
- },
9351
8029
  {
9352
8030
  "name": "icon",
9353
8031
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -9407,7 +8085,7 @@
9407
8085
  },
9408
8086
  {
9409
8087
  "name": "mode",
9410
- "description": "The mode determines the platform behaviors of the component.",
8088
+ "description": "The mode determines which platform styles to use.",
9411
8089
  "required": false,
9412
8090
  "value": {
9413
8091
  "kind": "expression",
@@ -9433,15 +8111,6 @@
9433
8111
  "type": "HTMLElement | string | undefined"
9434
8112
  }
9435
8113
  },
9436
- {
9437
- "name": "shape",
9438
- "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.",
9439
- "required": false,
9440
- "value": {
9441
- "kind": "expression",
9442
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9443
- }
9444
- },
9445
8114
  {
9446
8115
  "name": "swipe-gesture",
9447
8116
  "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.",
@@ -9451,18 +8120,9 @@
9451
8120
  "type": "\"vertical\" | undefined"
9452
8121
  }
9453
8122
  },
9454
- {
9455
- "name": "theme",
9456
- "description": "The theme determines the visual appearance of the component.",
9457
- "required": false,
9458
- "value": {
9459
- "kind": "expression",
9460
- "type": "\"ios\" | \"md\" | \"ionic\""
9461
- }
9462
- },
9463
8123
  {
9464
8124
  "name": "translucent",
9465
- "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).",
8125
+ "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).",
9466
8126
  "required": false,
9467
8127
  "default": "false",
9468
8128
  "value": {
@@ -9660,7 +8320,7 @@
9660
8320
  },
9661
8321
  {
9662
8322
  "name": "mode",
9663
- "description": "The mode determines the platform behaviors of the component.",
8323
+ "description": "The mode determines which platform styles to use.",
9664
8324
  "required": false,
9665
8325
  "value": {
9666
8326
  "kind": "expression",
@@ -9687,15 +8347,6 @@
9687
8347
  "type": "boolean"
9688
8348
  }
9689
8349
  },
9690
- {
9691
- "name": "theme",
9692
- "description": "The theme determines the visual appearance of the component.",
9693
- "required": false,
9694
- "value": {
9695
- "kind": "expression",
9696
- "type": "\"ios\" | \"md\" | \"ionic\""
9697
- }
9698
- },
9699
8350
  {
9700
8351
  "name": "value",
9701
8352
  "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>`.",
@@ -9766,21 +8417,12 @@
9766
8417
  },
9767
8418
  {
9768
8419
  "name": "mode",
9769
- "description": "The mode determines the platform behaviors of the component.",
8420
+ "description": "The mode determines which platform styles to use.",
9770
8421
  "required": false,
9771
8422
  "value": {
9772
8423
  "kind": "expression",
9773
8424
  "type": "\"ios\" | \"md\""
9774
8425
  }
9775
- },
9776
- {
9777
- "name": "theme",
9778
- "description": "The theme determines the visual appearance of the component.",
9779
- "required": false,
9780
- "value": {
9781
- "kind": "expression",
9782
- "type": "\"ios\" | \"md\" | \"ionic\""
9783
- }
9784
8426
  }
9785
8427
  ],
9786
8428
  "slots": [
@@ -9794,11 +8436,11 @@
9794
8436
  },
9795
8437
  {
9796
8438
  "name": "primary",
9797
- "description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
8439
+ "description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
9798
8440
  },
9799
8441
  {
9800
8442
  "name": "secondary",
9801
- "description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
8443
+ "description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
9802
8444
  },
9803
8445
  {
9804
8446
  "name": "start",