@ionic/vue 8.6.2-dev.11750780384.13227a56 → 8.6.2-dev.11752524287.1d61cd78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +160 -191
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/components/IonIcon.d.ts +1 -0
  33. package/dist/types/proxies.d.ts +0 -1
  34. package/dist/vetur/attributes.json +178 -1565
  35. package/dist/vetur/tags.json +45 -216
  36. package/dist/web-types.json +127 -1485
  37. package/package.json +2 -2
  38. package/css/ionic/bundle.ionic.css +0 -1
  39. package/css/ionic/bundle.ionic.css.map +0 -1
  40. package/css/ionic/core.ionic.css +0 -1
  41. package/css/ionic/core.ionic.css.map +0 -1
  42. package/css/ionic/global.bundle.ionic.css +0 -1
  43. package/css/ionic/global.bundle.ionic.css.map +0 -1
  44. package/css/ionic/ionic-swiper.ionic.css +0 -1
  45. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  46. package/css/ionic/link.ionic.css +0 -1
  47. package/css/ionic/link.ionic.css.map +0 -1
  48. package/css/ionic/structure.ionic.css +0 -1
  49. package/css/ionic/structure.ionic.css.map +0 -1
  50. package/css/ionic/typography.ionic.css +0 -1
  51. package/css/ionic/typography.ionic.css.map +0 -1
  52. package/css/ionic/utils.bundle.ionic.css +0 -1
  53. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -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.6.2-dev.11750780384.13227a56",
5
+ "version": "8.6.2-dev.11752524287.1d61cd78",
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,33 +1734,6 @@
2035
1734
  "kind": "expression",
2036
1735
  "type": "boolean"
2037
1736
  }
2038
- },
2039
- {
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
1737
  }
2066
1738
  ],
2067
1739
  "slots": [],
@@ -2076,15 +1748,6 @@
2076
1748
  "symbol": "Col"
2077
1749
  },
2078
1750
  "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
1751
  {
2089
1752
  "name": "offset",
2090
1753
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -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",
@@ -2741,15 +2377,6 @@
2741
2377
  "type": "\"cover\" | \"fixed\""
2742
2378
  }
2743
2379
  },
2744
- {
2745
- "name": "theme",
2746
- "description": "The theme determines the visual appearance of the component.",
2747
- "required": false,
2748
- "value": {
2749
- "kind": "expression",
2750
- "type": "\"ios\" | \"md\" | \"ionic\""
2751
- }
2752
- },
2753
2380
  {
2754
2381
  "name": "title-selected-dates-formatter",
2755
2382
  "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.",
@@ -2875,21 +2502,12 @@
2875
2502
  },
2876
2503
  {
2877
2504
  "name": "mode",
2878
- "description": "The mode determines the platform behaviors of the component.",
2505
+ "description": "The mode determines which platform styles to use.",
2879
2506
  "required": false,
2880
2507
  "value": {
2881
2508
  "kind": "expression",
2882
2509
  "type": "\"ios\" | \"md\""
2883
2510
  }
2884
- },
2885
- {
2886
- "name": "theme",
2887
- "description": "The theme determines the visual appearance of the component.",
2888
- "required": false,
2889
- "value": {
2890
- "kind": "expression",
2891
- "type": "\"ios\" | \"md\" | \"ionic\""
2892
- }
2893
2511
  }
2894
2512
  ],
2895
2513
  "slots": [
@@ -2904,39 +2522,6 @@
2904
2522
  ],
2905
2523
  "events": []
2906
2524
  },
2907
- {
2908
- "name": "IonDivider",
2909
- "doc-url": "https://ionicframework.com/docs/api/divider",
2910
- "description": "",
2911
- "source": {
2912
- "module": "@ionic/core/src/components/divider/divider.d.ts",
2913
- "symbol": "Divider"
2914
- },
2915
- "attributes": [
2916
- {
2917
- "name": "inset",
2918
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
2919
- "required": false,
2920
- "default": "false",
2921
- "value": {
2922
- "kind": "expression",
2923
- "type": "boolean"
2924
- }
2925
- },
2926
- {
2927
- "name": "spacing",
2928
- "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\"`.",
2929
- "required": false,
2930
- "default": "'medium'",
2931
- "value": {
2932
- "kind": "expression",
2933
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
2934
- }
2935
- }
2936
- ],
2937
- "slots": [],
2938
- "events": []
2939
- },
2940
2525
  {
2941
2526
  "name": "IonFab",
2942
2527
  "doc-url": "https://ionicframework.com/docs/api/fab",
@@ -2950,47 +2535,29 @@
2950
2535
  "name": "activated",
2951
2536
  "description": "If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.\nThat means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.",
2952
2537
  "required": false,
2953
- "default": "false",
2954
- "value": {
2955
- "kind": "expression",
2956
- "type": "boolean"
2957
- }
2958
- },
2959
- {
2960
- "name": "edge",
2961
- "description": "If `true`, the fab will display on the edge of the header if\n`vertical` is `\"top\"`, and on the edge of the footer if\nit is `\"bottom\"`. Should be used with a `fixed` slot.",
2962
- "required": false,
2963
- "default": "false",
2964
- "value": {
2965
- "kind": "expression",
2966
- "type": "boolean"
2967
- }
2968
- },
2969
- {
2970
- "name": "horizontal",
2971
- "description": "Where to align the fab horizontally in the viewport.",
2972
- "required": false,
2538
+ "default": "false",
2973
2539
  "value": {
2974
2540
  "kind": "expression",
2975
- "type": "\"center\" | \"end\" | \"start\" | undefined"
2541
+ "type": "boolean"
2976
2542
  }
2977
2543
  },
2978
2544
  {
2979
- "name": "mode",
2980
- "description": "The mode determines the platform behaviors of the component.",
2545
+ "name": "edge",
2546
+ "description": "If `true`, the fab will display on the edge of the header if\n`vertical` is `\"top\"`, and on the edge of the footer if\nit is `\"bottom\"`. Should be used with a `fixed` slot.",
2981
2547
  "required": false,
2548
+ "default": "false",
2982
2549
  "value": {
2983
2550
  "kind": "expression",
2984
- "type": "\"ios\" | \"md\""
2551
+ "type": "boolean"
2985
2552
  }
2986
2553
  },
2987
2554
  {
2988
- "name": "theme",
2989
- "description": "The theme determines the visual appearance of the component.",
2555
+ "name": "horizontal",
2556
+ "description": "Where to align the fab horizontally in the viewport.",
2990
2557
  "required": false,
2991
2558
  "value": {
2992
2559
  "kind": "expression",
2993
- "type": "\"ios\" | \"md\" | \"ionic\""
2560
+ "type": "\"center\" | \"end\" | \"start\" | undefined"
2994
2561
  }
2995
2562
  },
2996
2563
  {
@@ -3029,9 +2596,10 @@
3029
2596
  "name": "close-icon",
3030
2597
  "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.",
3031
2598
  "required": false,
2599
+ "default": "close",
3032
2600
  "value": {
3033
2601
  "kind": "expression",
3034
- "type": "string | undefined"
2602
+ "type": "string"
3035
2603
  }
3036
2604
  },
3037
2605
  {
@@ -3073,7 +2641,7 @@
3073
2641
  },
3074
2642
  {
3075
2643
  "name": "mode",
3076
- "description": "The mode determines the platform behaviors of the component.",
2644
+ "description": "The mode determines which platform styles to use.",
3077
2645
  "required": false,
3078
2646
  "value": {
3079
2647
  "kind": "expression",
@@ -3136,18 +2704,9 @@
3136
2704
  "type": "string | undefined"
3137
2705
  }
3138
2706
  },
3139
- {
3140
- "name": "theme",
3141
- "description": "The theme determines the visual appearance of the component.",
3142
- "required": false,
3143
- "value": {
3144
- "kind": "expression",
3145
- "type": "\"ios\" | \"md\" | \"ionic\""
3146
- }
3147
- },
3148
2707
  {
3149
2708
  "name": "translucent",
3150
- "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).",
2709
+ "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).",
3151
2710
  "required": false,
3152
2711
  "default": "false",
3153
2712
  "value": {
@@ -3209,15 +2768,6 @@
3209
2768
  "type": "boolean"
3210
2769
  }
3211
2770
  },
3212
- {
3213
- "name": "mode",
3214
- "description": "The mode determines the platform behaviors of the component.",
3215
- "required": false,
3216
- "value": {
3217
- "kind": "expression",
3218
- "type": "\"ios\" | \"md\""
3219
- }
3220
- },
3221
2771
  {
3222
2772
  "name": "side",
3223
2773
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -3227,15 +2777,6 @@
3227
2777
  "kind": "expression",
3228
2778
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\""
3229
2779
  }
3230
- },
3231
- {
3232
- "name": "theme",
3233
- "description": "The theme determines the visual appearance of the component.",
3234
- "required": false,
3235
- "value": {
3236
- "kind": "expression",
3237
- "type": "\"ios\" | \"md\" | \"ionic\""
3238
- }
3239
2780
  }
3240
2781
  ],
3241
2782
  "slots": [],
@@ -3252,7 +2793,7 @@
3252
2793
  "attributes": [
3253
2794
  {
3254
2795
  "name": "collapse",
3255
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2796
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
3256
2797
  "required": false,
3257
2798
  "value": {
3258
2799
  "kind": "expression",
@@ -3261,25 +2802,16 @@
3261
2802
  },
3262
2803
  {
3263
2804
  "name": "mode",
3264
- "description": "The mode determines the platform behaviors of the component.",
2805
+ "description": "The mode determines which platform styles to use.",
3265
2806
  "required": false,
3266
2807
  "value": {
3267
2808
  "kind": "expression",
3268
2809
  "type": "\"ios\" | \"md\""
3269
2810
  }
3270
2811
  },
3271
- {
3272
- "name": "theme",
3273
- "description": "The theme determines the visual appearance of the component.",
3274
- "required": false,
3275
- "value": {
3276
- "kind": "expression",
3277
- "type": "\"ios\" | \"md\" | \"ionic\""
3278
- }
3279
- },
3280
2812
  {
3281
2813
  "name": "translucent",
3282
- "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.",
2814
+ "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.",
3283
2815
  "required": false,
3284
2816
  "default": "false",
3285
2817
  "value": {
@@ -3309,24 +2841,6 @@
3309
2841
  "kind": "expression",
3310
2842
  "type": "boolean"
3311
2843
  }
3312
- },
3313
- {
3314
- "name": "mode",
3315
- "description": "The mode determines the platform behaviors of the component.",
3316
- "required": false,
3317
- "value": {
3318
- "kind": "expression",
3319
- "type": "\"ios\" | \"md\""
3320
- }
3321
- },
3322
- {
3323
- "name": "theme",
3324
- "description": "The theme determines the visual appearance of the component.",
3325
- "required": false,
3326
- "value": {
3327
- "kind": "expression",
3328
- "type": "\"ios\" | \"md\" | \"ionic\""
3329
- }
3330
2844
  }
3331
2845
  ],
3332
2846
  "slots": [],
@@ -3343,44 +2857,25 @@
3343
2857
  "attributes": [
3344
2858
  {
3345
2859
  "name": "collapse",
3346
- "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)",
2860
+ "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)",
3347
2861
  "required": false,
3348
2862
  "value": {
3349
2863
  "kind": "expression",
3350
2864
  "type": "\"condense\" | \"fade\" | undefined"
3351
2865
  }
3352
2866
  },
3353
- {
3354
- "name": "divider",
3355
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
3356
- "required": false,
3357
- "default": "false",
3358
- "value": {
3359
- "kind": "expression",
3360
- "type": "boolean"
3361
- }
3362
- },
3363
2867
  {
3364
2868
  "name": "mode",
3365
- "description": "The mode determines the platform behaviors of the component.",
2869
+ "description": "The mode determines which platform styles to use.",
3366
2870
  "required": false,
3367
2871
  "value": {
3368
2872
  "kind": "expression",
3369
2873
  "type": "\"ios\" | \"md\""
3370
2874
  }
3371
2875
  },
3372
- {
3373
- "name": "theme",
3374
- "description": "The theme determines the visual appearance of the component.",
3375
- "required": false,
3376
- "value": {
3377
- "kind": "expression",
3378
- "type": "\"ios\" | \"md\" | \"ionic\""
3379
- }
3380
- },
3381
2876
  {
3382
2877
  "name": "translucent",
3383
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
2878
+ "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.",
3384
2879
  "required": false,
3385
2880
  "default": "false",
3386
2881
  "value": {
@@ -3410,15 +2905,6 @@
3410
2905
  "type": "string | undefined"
3411
2906
  }
3412
2907
  },
3413
- {
3414
- "name": "mode",
3415
- "description": "The mode determines the platform behaviors of the component.",
3416
- "required": false,
3417
- "value": {
3418
- "kind": "expression",
3419
- "type": "\"ios\" | \"md\""
3420
- }
3421
- },
3422
2908
  {
3423
2909
  "name": "src",
3424
2910
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
@@ -3427,15 +2913,6 @@
3427
2913
  "kind": "expression",
3428
2914
  "type": "string | undefined"
3429
2915
  }
3430
- },
3431
- {
3432
- "name": "theme",
3433
- "description": "The theme determines the visual appearance of the component.",
3434
- "required": false,
3435
- "value": {
3436
- "kind": "expression",
3437
- "type": "\"ios\" | \"md\" | \"ionic\""
3438
- }
3439
2916
  }
3440
2917
  ],
3441
2918
  "slots": [],
@@ -3491,15 +2968,6 @@
3491
2968
  "type": "boolean"
3492
2969
  }
3493
2970
  },
3494
- {
3495
- "name": "mode",
3496
- "description": "The mode determines the platform behaviors of the component.",
3497
- "required": false,
3498
- "value": {
3499
- "kind": "expression",
3500
- "type": "\"ios\" | \"md\""
3501
- }
3502
- },
3503
2971
  {
3504
2972
  "name": "position",
3505
2973
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3510,15 +2978,6 @@
3510
2978
  "type": "\"bottom\" | \"top\""
3511
2979
  }
3512
2980
  },
3513
- {
3514
- "name": "theme",
3515
- "description": "The theme determines the visual appearance of the component.",
3516
- "required": false,
3517
- "value": {
3518
- "kind": "expression",
3519
- "type": "\"ios\" | \"md\" | \"ionic\""
3520
- }
3521
- },
3522
2981
  {
3523
2982
  "name": "threshold",
3524
2983
  "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.",
@@ -3570,24 +3029,6 @@
3570
3029
  "kind": "expression",
3571
3030
  "type": "IonicSafeString | string | undefined"
3572
3031
  }
3573
- },
3574
- {
3575
- "name": "mode",
3576
- "description": "The mode determines the platform behaviors of the component.",
3577
- "required": false,
3578
- "value": {
3579
- "kind": "expression",
3580
- "type": "\"ios\" | \"md\""
3581
- }
3582
- },
3583
- {
3584
- "name": "theme",
3585
- "description": "The theme determines the visual appearance of the component.",
3586
- "required": false,
3587
- "value": {
3588
- "kind": "expression",
3589
- "type": "\"ios\" | \"md\" | \"ionic\""
3590
- }
3591
3032
  }
3592
3033
  ],
3593
3034
  "slots": [],
@@ -3619,7 +3060,7 @@
3619
3060
  "default": "'off'",
3620
3061
  "value": {
3621
3062
  "kind": "expression",
3622
- "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\""
3063
+ "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\""
3623
3064
  }
3624
3065
  },
3625
3066
  {
@@ -3737,7 +3178,7 @@
3737
3178
  },
3738
3179
  {
3739
3180
  "name": "fill",
3740
- "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\"`.",
3181
+ "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.",
3741
3182
  "required": false,
3742
3183
  "value": {
3743
3184
  "kind": "expression",
@@ -3773,11 +3214,12 @@
3773
3214
  },
3774
3215
  {
3775
3216
  "name": "label-placement",
3776
- "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.",
3217
+ "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 (\"...\").",
3777
3218
  "required": false,
3219
+ "default": "'start'",
3778
3220
  "value": {
3779
3221
  "kind": "expression",
3780
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
3222
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
3781
3223
  }
3782
3224
  },
3783
3225
  {
@@ -3818,7 +3260,7 @@
3818
3260
  },
3819
3261
  {
3820
3262
  "name": "mode",
3821
- "description": "The mode determines the platform behaviors of the component.",
3263
+ "description": "The mode determines which platform styles to use.",
3822
3264
  "required": false,
3823
3265
  "value": {
3824
3266
  "kind": "expression",
@@ -3884,21 +3326,11 @@
3884
3326
  },
3885
3327
  {
3886
3328
  "name": "shape",
3887
- "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\"`.",
3888
- "required": false,
3889
- "value": {
3890
- "kind": "expression",
3891
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
3892
- }
3893
- },
3894
- {
3895
- "name": "size",
3896
- "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.",
3329
+ "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3897
3330
  "required": false,
3898
- "default": "'medium'",
3899
3331
  "value": {
3900
3332
  "kind": "expression",
3901
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
3333
+ "type": "\"round\" | undefined"
3902
3334
  }
3903
3335
  },
3904
3336
  {
@@ -3920,15 +3352,6 @@
3920
3352
  "type": "string | undefined"
3921
3353
  }
3922
3354
  },
3923
- {
3924
- "name": "theme",
3925
- "description": "The theme determines the visual appearance of the component.",
3926
- "required": false,
3927
- "value": {
3928
- "kind": "expression",
3929
- "type": "\"ios\" | \"md\" | \"ionic\""
3930
- }
3931
- },
3932
3355
  {
3933
3356
  "name": "type",
3934
3357
  "description": "The type of control to display. The default type is text.",
@@ -4276,7 +3699,7 @@
4276
3699
  },
4277
3700
  {
4278
3701
  "name": "detail",
4279
- "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.",
3702
+ "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.",
4280
3703
  "required": false,
4281
3704
  "value": {
4282
3705
  "kind": "expression",
@@ -4287,9 +3710,10 @@
4287
3710
  "name": "detail-icon",
4288
3711
  "description": "The icon to use when `detail` is set to `true`.",
4289
3712
  "required": false,
3713
+ "default": "chevronForward",
4290
3714
  "value": {
4291
3715
  "kind": "expression",
4292
- "type": "string | undefined"
3716
+ "type": "string"
4293
3717
  }
4294
3718
  },
4295
3719
  {
@@ -4331,7 +3755,7 @@
4331
3755
  },
4332
3756
  {
4333
3757
  "name": "mode",
4334
- "description": "The mode determines the platform behaviors of the component.",
3758
+ "description": "The mode determines which platform styles to use.",
4335
3759
  "required": false,
4336
3760
  "value": {
4337
3761
  "kind": "expression",
@@ -4375,15 +3799,6 @@
4375
3799
  "type": "string | undefined"
4376
3800
  }
4377
3801
  },
4378
- {
4379
- "name": "theme",
4380
- "description": "The theme determines the visual appearance of the component.",
4381
- "required": false,
4382
- "value": {
4383
- "kind": "expression",
4384
- "type": "\"ios\" | \"md\" | \"ionic\""
4385
- }
4386
- },
4387
3802
  {
4388
3803
  "name": "type",
4389
3804
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4431,7 +3846,7 @@
4431
3846
  },
4432
3847
  {
4433
3848
  "name": "mode",
4434
- "description": "The mode determines the platform behaviors of the component.",
3849
+ "description": "The mode determines which platform styles to use.",
4435
3850
  "required": false,
4436
3851
  "value": {
4437
3852
  "kind": "expression",
@@ -4447,15 +3862,6 @@
4447
3862
  "kind": "expression",
4448
3863
  "type": "boolean"
4449
3864
  }
4450
- },
4451
- {
4452
- "name": "theme",
4453
- "description": "The theme determines the visual appearance of the component.",
4454
- "required": false,
4455
- "value": {
4456
- "kind": "expression",
4457
- "type": "\"ios\" | \"md\" | \"ionic\""
4458
- }
4459
3865
  }
4460
3866
  ],
4461
3867
  "slots": [
@@ -4482,26 +3888,7 @@
4482
3888
  "module": "@ionic/core/src/components/item-group/item-group.d.ts",
4483
3889
  "symbol": "ItemGroup"
4484
3890
  },
4485
- "attributes": [
4486
- {
4487
- "name": "mode",
4488
- "description": "The mode determines the platform behaviors of the component.",
4489
- "required": false,
4490
- "value": {
4491
- "kind": "expression",
4492
- "type": "\"ios\" | \"md\""
4493
- }
4494
- },
4495
- {
4496
- "name": "theme",
4497
- "description": "The theme determines the visual appearance of the component.",
4498
- "required": false,
4499
- "value": {
4500
- "kind": "expression",
4501
- "type": "\"ios\" | \"md\" | \"ionic\""
4502
- }
4503
- }
4504
- ],
3891
+ "attributes": [],
4505
3892
  "slots": [],
4506
3893
  "events": []
4507
3894
  },
@@ -4561,19 +3948,9 @@
4561
3948
  "type": "string | undefined"
4562
3949
  }
4563
3950
  },
4564
- {
4565
- "name": "hue",
4566
- "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.",
4567
- "required": false,
4568
- "default": "'subtle'",
4569
- "value": {
4570
- "kind": "expression",
4571
- "type": "\"bold\" | \"subtle\" | undefined"
4572
- }
4573
- },
4574
3951
  {
4575
3952
  "name": "mode",
4576
- "description": "The mode determines the platform behaviors of the component.",
3953
+ "description": "The mode determines which platform styles to use.",
4577
3954
  "required": false,
4578
3955
  "value": {
4579
3956
  "kind": "expression",
@@ -4589,15 +3966,6 @@
4589
3966
  "type": "string | undefined"
4590
3967
  }
4591
3968
  },
4592
- {
4593
- "name": "shape",
4594
- "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.",
4595
- "required": false,
4596
- "value": {
4597
- "kind": "expression",
4598
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4599
- }
4600
- },
4601
3969
  {
4602
3970
  "name": "target",
4603
3971
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -4607,15 +3975,6 @@
4607
3975
  "type": "string | undefined"
4608
3976
  }
4609
3977
  },
4610
- {
4611
- "name": "theme",
4612
- "description": "The theme determines the visual appearance of the component.",
4613
- "required": false,
4614
- "value": {
4615
- "kind": "expression",
4616
- "type": "\"ios\" | \"md\" | \"ionic\""
4617
- }
4618
- },
4619
3978
  {
4620
3979
  "name": "type",
4621
3980
  "description": "The type of the button.",
@@ -4664,15 +4023,6 @@
4664
4023
  "symbol": "ItemOptions"
4665
4024
  },
4666
4025
  "attributes": [
4667
- {
4668
- "name": "mode",
4669
- "description": "The mode determines the platform behaviors of the component.",
4670
- "required": false,
4671
- "value": {
4672
- "kind": "expression",
4673
- "type": "\"ios\" | \"md\""
4674
- }
4675
- },
4676
4026
  {
4677
4027
  "name": "side",
4678
4028
  "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.",
@@ -4682,15 +4032,6 @@
4682
4032
  "kind": "expression",
4683
4033
  "type": "\"end\" | \"start\""
4684
4034
  }
4685
- },
4686
- {
4687
- "name": "theme",
4688
- "description": "The theme determines the visual appearance of the component.",
4689
- "required": false,
4690
- "value": {
4691
- "kind": "expression",
4692
- "type": "\"ios\" | \"md\" | \"ionic\""
4693
- }
4694
4035
  }
4695
4036
  ],
4696
4037
  "slots": [],
@@ -4725,24 +4066,6 @@
4725
4066
  "kind": "expression",
4726
4067
  "type": "boolean"
4727
4068
  }
4728
- },
4729
- {
4730
- "name": "mode",
4731
- "description": "The mode determines the platform behaviors of the component.",
4732
- "required": false,
4733
- "value": {
4734
- "kind": "expression",
4735
- "type": "\"ios\" | \"md\""
4736
- }
4737
- },
4738
- {
4739
- "name": "theme",
4740
- "description": "The theme determines the visual appearance of the component.",
4741
- "required": false,
4742
- "value": {
4743
- "kind": "expression",
4744
- "type": "\"ios\" | \"md\" | \"ionic\""
4745
- }
4746
4069
  }
4747
4070
  ],
4748
4071
  "slots": [],
@@ -4779,7 +4102,7 @@
4779
4102
  },
4780
4103
  {
4781
4104
  "name": "mode",
4782
- "description": "The mode determines the platform behaviors of the component.",
4105
+ "description": "The mode determines which platform styles to use.",
4783
4106
  "required": false,
4784
4107
  "value": {
4785
4108
  "kind": "expression",
@@ -4794,15 +4117,6 @@
4794
4117
  "kind": "expression",
4795
4118
  "type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
4796
4119
  }
4797
- },
4798
- {
4799
- "name": "theme",
4800
- "description": "The theme determines the visual appearance of the component.",
4801
- "required": false,
4802
- "value": {
4803
- "kind": "expression",
4804
- "type": "\"ios\" | \"md\" | \"ionic\""
4805
- }
4806
4120
  }
4807
4121
  ],
4808
4122
  "slots": [],
@@ -4838,30 +4152,12 @@
4838
4152
  },
4839
4153
  {
4840
4154
  "name": "mode",
4841
- "description": "The mode determines the platform behaviors of the component.",
4155
+ "description": "The mode determines which platform styles to use.",
4842
4156
  "required": false,
4843
4157
  "value": {
4844
4158
  "kind": "expression",
4845
4159
  "type": "\"ios\" | \"md\""
4846
4160
  }
4847
- },
4848
- {
4849
- "name": "shape",
4850
- "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.",
4851
- "required": false,
4852
- "value": {
4853
- "kind": "expression",
4854
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4855
- }
4856
- },
4857
- {
4858
- "name": "theme",
4859
- "description": "The theme determines the visual appearance of the component.",
4860
- "required": false,
4861
- "value": {
4862
- "kind": "expression",
4863
- "type": "\"ios\" | \"md\" | \"ionic\""
4864
- }
4865
4161
  }
4866
4162
  ],
4867
4163
  "slots": [],
@@ -4896,21 +4192,12 @@
4896
4192
  },
4897
4193
  {
4898
4194
  "name": "mode",
4899
- "description": "The mode determines the platform behaviors of the component.",
4195
+ "description": "The mode determines which platform styles to use.",
4900
4196
  "required": false,
4901
4197
  "value": {
4902
4198
  "kind": "expression",
4903
4199
  "type": "\"ios\" | \"md\""
4904
4200
  }
4905
- },
4906
- {
4907
- "name": "theme",
4908
- "description": "The theme determines the visual appearance of the component.",
4909
- "required": false,
4910
- "value": {
4911
- "kind": "expression",
4912
- "type": "\"ios\" | \"md\" | \"ionic\""
4913
- }
4914
4201
  }
4915
4202
  ],
4916
4203
  "slots": [],
@@ -5022,7 +4309,7 @@
5022
4309
  },
5023
4310
  {
5024
4311
  "name": "mode",
5025
- "description": "The mode determines the platform behaviors of the component.",
4312
+ "description": "The mode determines which platform styles to use.",
5026
4313
  "required": false,
5027
4314
  "value": {
5028
4315
  "kind": "expression",
@@ -5048,18 +4335,9 @@
5048
4335
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
5049
4336
  }
5050
4337
  },
5051
- {
5052
- "name": "theme",
5053
- "description": "The theme determines the visual appearance of the component.",
5054
- "required": false,
5055
- "value": {
5056
- "kind": "expression",
5057
- "type": "\"ios\" | \"md\" | \"ionic\""
5058
- }
5059
- },
5060
4338
  {
5061
4339
  "name": "translucent",
5062
- "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).",
4340
+ "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).",
5063
4341
  "required": false,
5064
4342
  "default": "false",
5065
4343
  "value": {
@@ -5200,21 +4478,12 @@
5200
4478
  }
5201
4479
  },
5202
4480
  {
5203
- "name": "menu-id",
5204
- "description": "An id for the menu.",
5205
- "required": false,
5206
- "value": {
5207
- "kind": "expression",
5208
- "type": "string | undefined"
5209
- }
5210
- },
5211
- {
5212
- "name": "mode",
5213
- "description": "The mode determines the platform behaviors of the component.",
4481
+ "name": "menu-id",
4482
+ "description": "An id for the menu.",
5214
4483
  "required": false,
5215
4484
  "value": {
5216
4485
  "kind": "expression",
5217
- "type": "\"ios\" | \"md\""
4486
+ "type": "string | undefined"
5218
4487
  }
5219
4488
  },
5220
4489
  {
@@ -5237,15 +4506,6 @@
5237
4506
  "type": "boolean"
5238
4507
  }
5239
4508
  },
5240
- {
5241
- "name": "theme",
5242
- "description": "The theme determines the visual appearance of the component.",
5243
- "required": false,
5244
- "value": {
5245
- "kind": "expression",
5246
- "type": "\"ios\" | \"md\" | \"ionic\""
5247
- }
5248
- },
5249
4509
  {
5250
4510
  "name": "type",
5251
4511
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -5349,22 +4609,13 @@
5349
4609
  },
5350
4610
  {
5351
4611
  "name": "mode",
5352
- "description": "The mode determines the platform behaviors of the component.",
4612
+ "description": "The mode determines which platform styles to use.",
5353
4613
  "required": false,
5354
4614
  "value": {
5355
4615
  "kind": "expression",
5356
4616
  "type": "\"ios\" | \"md\""
5357
4617
  }
5358
4618
  },
5359
- {
5360
- "name": "theme",
5361
- "description": "The theme determines the visual appearance of the component.",
5362
- "required": false,
5363
- "value": {
5364
- "kind": "expression",
5365
- "type": "\"ios\" | \"md\" | \"ionic\""
5366
- }
5367
- },
5368
4619
  {
5369
4620
  "name": "type",
5370
4621
  "description": "The type of the button.",
@@ -5406,24 +4657,6 @@
5406
4657
  "kind": "expression",
5407
4658
  "type": "string | undefined"
5408
4659
  }
5409
- },
5410
- {
5411
- "name": "mode",
5412
- "description": "The mode determines the platform behaviors of the component.",
5413
- "required": false,
5414
- "value": {
5415
- "kind": "expression",
5416
- "type": "\"ios\" | \"md\""
5417
- }
5418
- },
5419
- {
5420
- "name": "theme",
5421
- "description": "The theme determines the visual appearance of the component.",
5422
- "required": false,
5423
- "value": {
5424
- "kind": "expression",
5425
- "type": "\"ios\" | \"md\" | \"ionic\""
5426
- }
5427
4660
  }
5428
4661
  ],
5429
4662
  "slots": [
@@ -5599,7 +4832,7 @@
5599
4832
  },
5600
4833
  {
5601
4834
  "name": "mode",
5602
- "description": "The mode determines the platform behaviors of the component.",
4835
+ "description": "The mode determines which platform styles to use.",
5603
4836
  "required": false,
5604
4837
  "value": {
5605
4838
  "kind": "expression",
@@ -5615,15 +4848,6 @@
5615
4848
  "type": "HTMLElement | undefined"
5616
4849
  }
5617
4850
  },
5618
- {
5619
- "name": "shape",
5620
- "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.",
5621
- "required": false,
5622
- "value": {
5623
- "kind": "expression",
5624
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
5625
- }
5626
- },
5627
4851
  {
5628
4852
  "name": "show-backdrop",
5629
4853
  "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.",
@@ -5634,15 +4858,6 @@
5634
4858
  "type": "boolean"
5635
4859
  }
5636
4860
  },
5637
- {
5638
- "name": "theme",
5639
- "description": "The theme determines the visual appearance of the component.",
5640
- "required": false,
5641
- "value": {
5642
- "kind": "expression",
5643
- "type": "\"ios\" | \"md\" | \"ionic\""
5644
- }
5645
- },
5646
4861
  {
5647
4862
  "name": "trigger",
5648
4863
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -5772,21 +4987,12 @@
5772
4987
  },
5773
4988
  {
5774
4989
  "name": "mode",
5775
- "description": "The mode determines the platform behaviors of the component.",
4990
+ "description": "The mode determines which platform styles to use.",
5776
4991
  "required": false,
5777
4992
  "value": {
5778
4993
  "kind": "expression",
5779
4994
  "type": "\"ios\" | \"md\""
5780
4995
  }
5781
- },
5782
- {
5783
- "name": "theme",
5784
- "description": "The theme determines the visual appearance of the component.",
5785
- "required": false,
5786
- "value": {
5787
- "kind": "expression",
5788
- "type": "\"ios\" | \"md\" | \"ionic\""
5789
- }
5790
4996
  }
5791
4997
  ],
5792
4998
  "slots": [],
@@ -5803,21 +5009,12 @@
5803
5009
  "attributes": [
5804
5010
  {
5805
5011
  "name": "mode",
5806
- "description": "The mode determines the platform behaviors of the component.",
5012
+ "description": "The mode determines which platform styles to use.",
5807
5013
  "required": false,
5808
5014
  "value": {
5809
5015
  "kind": "expression",
5810
5016
  "type": "\"ios\" | \"md\""
5811
5017
  }
5812
- },
5813
- {
5814
- "name": "theme",
5815
- "description": "The theme determines the visual appearance of the component.",
5816
- "required": false,
5817
- "value": {
5818
- "kind": "expression",
5819
- "type": "\"ios\" | \"md\" | \"ionic\""
5820
- }
5821
5018
  }
5822
5019
  ],
5823
5020
  "slots": [],
@@ -5854,22 +5051,13 @@
5854
5051
  },
5855
5052
  {
5856
5053
  "name": "mode",
5857
- "description": "The mode determines the platform behaviors of the component.",
5054
+ "description": "The mode determines which platform styles to use.",
5858
5055
  "required": false,
5859
5056
  "value": {
5860
5057
  "kind": "expression",
5861
5058
  "type": "\"ios\" | \"md\""
5862
5059
  }
5863
5060
  },
5864
- {
5865
- "name": "theme",
5866
- "description": "The theme determines the visual appearance of the component.",
5867
- "required": false,
5868
- "value": {
5869
- "kind": "expression",
5870
- "type": "\"ios\" | \"md\" | \"ionic\""
5871
- }
5872
- },
5873
5061
  {
5874
5062
  "name": "value",
5875
5063
  "description": "The selected option in the picker.",
@@ -5932,24 +5120,6 @@
5932
5120
  "type": "boolean"
5933
5121
  }
5934
5122
  },
5935
- {
5936
- "name": "mode",
5937
- "description": "The mode determines the platform behaviors of the component.",
5938
- "required": false,
5939
- "value": {
5940
- "kind": "expression",
5941
- "type": "\"ios\" | \"md\""
5942
- }
5943
- },
5944
- {
5945
- "name": "theme",
5946
- "description": "The theme determines the visual appearance of the component.",
5947
- "required": false,
5948
- "value": {
5949
- "kind": "expression",
5950
- "type": "\"ios\" | \"md\" | \"ionic\""
5951
- }
5952
- },
5953
5123
  {
5954
5124
  "name": "value",
5955
5125
  "description": "The text value of the option.",
@@ -6080,7 +5250,7 @@
6080
5250
  },
6081
5251
  {
6082
5252
  "name": "mode",
6083
- "description": "The mode determines the platform behaviors of the component.",
5253
+ "description": "The mode determines which platform styles to use.",
6084
5254
  "required": false,
6085
5255
  "value": {
6086
5256
  "kind": "expression",
@@ -6097,15 +5267,6 @@
6097
5267
  "type": "boolean"
6098
5268
  }
6099
5269
  },
6100
- {
6101
- "name": "theme",
6102
- "description": "The theme determines the visual appearance of the component.",
6103
- "required": false,
6104
- "value": {
6105
- "kind": "expression",
6106
- "type": "\"ios\" | \"md\" | \"ionic\""
6107
- }
6108
- },
6109
5270
  {
6110
5271
  "name": "trigger",
6111
5272
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -6211,7 +5372,7 @@
6211
5372
  "attributes": [
6212
5373
  {
6213
5374
  "name": "alignment",
6214
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
5375
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
6215
5376
  "required": false,
6216
5377
  "value": {
6217
5378
  "kind": "expression",
@@ -6230,7 +5391,7 @@
6230
5391
  },
6231
5392
  {
6232
5393
  "name": "arrow",
6233
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
5394
+ "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.",
6234
5395
  "required": false,
6235
5396
  "default": "true",
6236
5397
  "value": {
@@ -6354,7 +5515,7 @@
6354
5515
  },
6355
5516
  {
6356
5517
  "name": "mode",
6357
- "description": "The mode determines the platform behaviors of the component.",
5518
+ "description": "The mode determines which platform styles to use.",
6358
5519
  "required": false,
6359
5520
  "value": {
6360
5521
  "kind": "expression",
@@ -6401,18 +5562,9 @@
6401
5562
  "type": "\"auto\" | \"cover\""
6402
5563
  }
6403
5564
  },
6404
- {
6405
- "name": "theme",
6406
- "description": "The theme determines the visual appearance of the component.",
6407
- "required": false,
6408
- "value": {
6409
- "kind": "expression",
6410
- "type": "\"ios\" | \"md\" | \"ionic\""
6411
- }
6412
- },
6413
5565
  {
6414
5566
  "name": "translucent",
6415
- "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).",
5567
+ "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).",
6416
5568
  "required": false,
6417
5569
  "default": "false",
6418
5570
  "value": {
@@ -6559,7 +5711,7 @@
6559
5711
  },
6560
5712
  {
6561
5713
  "name": "mode",
6562
- "description": "The mode determines the platform behaviors of the component.",
5714
+ "description": "The mode determines which platform styles to use.",
6563
5715
  "required": false,
6564
5716
  "value": {
6565
5717
  "kind": "expression",
@@ -6576,24 +5728,6 @@
6576
5728
  "type": "boolean"
6577
5729
  }
6578
5730
  },
6579
- {
6580
- "name": "shape",
6581
- "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.",
6582
- "required": false,
6583
- "value": {
6584
- "kind": "expression",
6585
- "type": "\"rectangular\" | \"round\" | undefined"
6586
- }
6587
- },
6588
- {
6589
- "name": "theme",
6590
- "description": "The theme determines the visual appearance of the component.",
6591
- "required": false,
6592
- "value": {
6593
- "kind": "expression",
6594
- "type": "\"ios\" | \"md\" | \"ionic\""
6595
- }
6596
- },
6597
5731
  {
6598
5732
  "name": "type",
6599
5733
  "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).",
@@ -6676,7 +5810,7 @@
6676
5810
  },
6677
5811
  {
6678
5812
  "name": "mode",
6679
- "description": "The mode determines the platform behaviors of the component.",
5813
+ "description": "The mode determines which platform styles to use.",
6680
5814
  "required": false,
6681
5815
  "value": {
6682
5816
  "kind": "expression",
@@ -6693,15 +5827,6 @@
6693
5827
  "type": "string"
6694
5828
  }
6695
5829
  },
6696
- {
6697
- "name": "theme",
6698
- "description": "The theme determines the visual appearance of the component.",
6699
- "required": false,
6700
- "value": {
6701
- "kind": "expression",
6702
- "type": "\"ios\" | \"md\" | \"ionic\""
6703
- }
6704
- },
6705
5830
  {
6706
5831
  "name": "value",
6707
5832
  "description": "the value of the radio.",
@@ -6787,15 +5912,6 @@
6787
5912
  "type": "string | undefined"
6788
5913
  }
6789
5914
  },
6790
- {
6791
- "name": "mode",
6792
- "description": "The mode determines the platform behaviors of the component.",
6793
- "required": false,
6794
- "value": {
6795
- "kind": "expression",
6796
- "type": "\"ios\" | \"md\""
6797
- }
6798
- },
6799
5915
  {
6800
5916
  "name": "name",
6801
5917
  "description": "The name of the control, which is submitted with the form data.",
@@ -6806,15 +5922,6 @@
6806
5922
  "type": "string"
6807
5923
  }
6808
5924
  },
6809
- {
6810
- "name": "theme",
6811
- "description": "The theme determines the visual appearance of the component.",
6812
- "required": false,
6813
- "value": {
6814
- "kind": "expression",
6815
- "type": "\"ios\" | \"md\" | \"ionic\""
6816
- }
6817
- },
6818
5925
  {
6819
5926
  "name": "value",
6820
5927
  "description": "the value of the radio group.",
@@ -6936,7 +6043,7 @@
6936
6043
  },
6937
6044
  {
6938
6045
  "name": "mode",
6939
- "description": "The mode determines the platform behaviors of the component.",
6046
+ "description": "The mode determines which platform styles to use.",
6940
6047
  "required": false,
6941
6048
  "value": {
6942
6049
  "kind": "expression",
@@ -6993,15 +6100,6 @@
6993
6100
  "type": "number"
6994
6101
  }
6995
6102
  },
6996
- {
6997
- "name": "theme",
6998
- "description": "The theme determines the visual appearance of the component.",
6999
- "required": false,
7000
- "value": {
7001
- "kind": "expression",
7002
- "type": "\"ios\" | \"md\" | \"ionic\""
7003
- }
7004
- },
7005
6103
  {
7006
6104
  "name": "ticks",
7007
6105
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -7131,7 +6229,7 @@
7131
6229
  },
7132
6230
  {
7133
6231
  "name": "mode",
7134
- "description": "The mode determines the platform behaviors of the component.",
6232
+ "description": "The mode determines which platform styles to use.",
7135
6233
  "required": false,
7136
6234
  "value": {
7137
6235
  "kind": "expression",
@@ -7177,15 +6275,6 @@
7177
6275
  "kind": "expression",
7178
6276
  "type": "string"
7179
6277
  }
7180
- },
7181
- {
7182
- "name": "theme",
7183
- "description": "The theme determines the visual appearance of the component.",
7184
- "required": false,
7185
- "value": {
7186
- "kind": "expression",
7187
- "type": "\"ios\" | \"md\" | \"ionic\""
7188
- }
7189
6278
  }
7190
6279
  ],
7191
6280
  "slots": [],
@@ -7231,15 +6320,6 @@
7231
6320
  "symbol": "RefresherContent"
7232
6321
  },
7233
6322
  "attributes": [
7234
- {
7235
- "name": "mode",
7236
- "description": "The mode determines the platform behaviors of the component.",
7237
- "required": false,
7238
- "value": {
7239
- "kind": "expression",
7240
- "type": "\"ios\" | \"md\""
7241
- }
7242
- },
7243
6323
  {
7244
6324
  "name": "pulling-icon",
7245
6325
  "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.",
@@ -7275,15 +6355,6 @@
7275
6355
  "kind": "expression",
7276
6356
  "type": "IonicSafeString | string | undefined"
7277
6357
  }
7278
- },
7279
- {
7280
- "name": "theme",
7281
- "description": "The theme determines the visual appearance of the component.",
7282
- "required": false,
7283
- "value": {
7284
- "kind": "expression",
7285
- "type": "\"ios\" | \"md\" | \"ionic\""
7286
- }
7287
6358
  }
7288
6359
  ],
7289
6360
  "slots": [],
@@ -7297,26 +6368,7 @@
7297
6368
  "module": "@ionic/core/src/components/reorder/reorder.d.ts",
7298
6369
  "symbol": "Reorder"
7299
6370
  },
7300
- "attributes": [
7301
- {
7302
- "name": "mode",
7303
- "description": "The mode determines the platform behaviors of the component.",
7304
- "required": false,
7305
- "value": {
7306
- "kind": "expression",
7307
- "type": "\"ios\" | \"md\""
7308
- }
7309
- },
7310
- {
7311
- "name": "theme",
7312
- "description": "The theme determines the visual appearance of the component.",
7313
- "required": false,
7314
- "value": {
7315
- "kind": "expression",
7316
- "type": "\"ios\" | \"md\" | \"ionic\""
7317
- }
7318
- }
7319
- ],
6371
+ "attributes": [],
7320
6372
  "slots": [],
7321
6373
  "events": []
7322
6374
  },
@@ -7338,24 +6390,6 @@
7338
6390
  "kind": "expression",
7339
6391
  "type": "boolean"
7340
6392
  }
7341
- },
7342
- {
7343
- "name": "mode",
7344
- "description": "The mode determines the platform behaviors of the component.",
7345
- "required": false,
7346
- "value": {
7347
- "kind": "expression",
7348
- "type": "\"ios\" | \"md\""
7349
- }
7350
- },
7351
- {
7352
- "name": "theme",
7353
- "description": "The theme determines the visual appearance of the component.",
7354
- "required": false,
7355
- "value": {
7356
- "kind": "expression",
7357
- "type": "\"ios\" | \"md\" | \"ionic\""
7358
- }
7359
6393
  }
7360
6394
  ],
7361
6395
  "slots": [],
@@ -7381,24 +6415,6 @@
7381
6415
  "symbol": "RippleEffect"
7382
6416
  },
7383
6417
  "attributes": [
7384
- {
7385
- "name": "mode",
7386
- "description": "The mode determines the platform behaviors of the component.",
7387
- "required": false,
7388
- "value": {
7389
- "kind": "expression",
7390
- "type": "\"ios\" | \"md\""
7391
- }
7392
- },
7393
- {
7394
- "name": "theme",
7395
- "description": "The theme determines the visual appearance of the component.",
7396
- "required": false,
7397
- "value": {
7398
- "kind": "expression",
7399
- "type": "\"ios\" | \"md\" | \"ionic\""
7400
- }
7401
- },
7402
6418
  {
7403
6419
  "name": "type",
7404
6420
  "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.",
@@ -7458,24 +6474,6 @@
7458
6474
  "type": "undefined | { [key: string]: any; }"
7459
6475
  }
7460
6476
  },
7461
- {
7462
- "name": "mode",
7463
- "description": "The mode determines the platform behaviors of the component.",
7464
- "required": false,
7465
- "value": {
7466
- "kind": "expression",
7467
- "type": "\"ios\" | \"md\""
7468
- }
7469
- },
7470
- {
7471
- "name": "theme",
7472
- "description": "The theme determines the visual appearance of the component.",
7473
- "required": false,
7474
- "value": {
7475
- "kind": "expression",
7476
- "type": "\"ios\" | \"md\" | \"ionic\""
7477
- }
7478
- },
7479
6477
  {
7480
6478
  "name": "url",
7481
6479
  "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.",
@@ -7509,26 +6507,7 @@
7509
6507
  "module": "@ionic/core/src/components/row/row.d.ts",
7510
6508
  "symbol": "Row"
7511
6509
  },
7512
- "attributes": [
7513
- {
7514
- "name": "mode",
7515
- "description": "The mode determines the platform behaviors of the component.",
7516
- "required": false,
7517
- "value": {
7518
- "kind": "expression",
7519
- "type": "\"ios\" | \"md\""
7520
- }
7521
- },
7522
- {
7523
- "name": "theme",
7524
- "description": "The theme determines the visual appearance of the component.",
7525
- "required": false,
7526
- "value": {
7527
- "kind": "expression",
7528
- "type": "\"ios\" | \"md\" | \"ionic\""
7529
- }
7530
- }
7531
- ],
6510
+ "attributes": [],
7532
6511
  "slots": [],
7533
6512
  "events": []
7534
6513
  },
@@ -7568,7 +6547,7 @@
7568
6547
  "default": "'off'",
7569
6548
  "value": {
7570
6549
  "kind": "expression",
7571
- "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\""
6550
+ "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\""
7572
6551
  }
7573
6552
  },
7574
6553
  {
@@ -7583,16 +6562,17 @@
7583
6562
  },
7584
6563
  {
7585
6564
  "name": "cancel-button-icon",
7586
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
6565
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
7587
6566
  "required": false,
6567
+ "default": "config.get('backButtonIcon', arrowBackSharp) as string",
7588
6568
  "value": {
7589
6569
  "kind": "expression",
7590
- "type": "string | undefined"
6570
+ "type": "string"
7591
6571
  }
7592
6572
  },
7593
6573
  {
7594
6574
  "name": "cancel-button-text",
7595
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
6575
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
7596
6576
  "required": false,
7597
6577
  "default": "'Cancel'",
7598
6578
  "value": {
@@ -7602,7 +6582,7 @@
7602
6582
  },
7603
6583
  {
7604
6584
  "name": "clear-icon",
7605
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
6585
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
7606
6586
  "required": false,
7607
6587
  "value": {
7608
6588
  "kind": "expression",
@@ -7675,7 +6655,7 @@
7675
6655
  },
7676
6656
  {
7677
6657
  "name": "mode",
7678
- "description": "The mode determines the platform behaviors of the component.",
6658
+ "description": "The mode determines which platform styles to use.",
7679
6659
  "required": false,
7680
6660
  "value": {
7681
6661
  "kind": "expression",
@@ -7704,49 +6684,31 @@
7704
6684
  },
7705
6685
  {
7706
6686
  "name": "search-icon",
7707
- "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.",
7708
- "required": false,
7709
- "value": {
7710
- "kind": "expression",
7711
- "type": "boolean | string | undefined"
7712
- }
7713
- },
7714
- {
7715
- "name": "shape",
7716
- "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.",
6687
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
7717
6688
  "required": false,
7718
6689
  "value": {
7719
6690
  "kind": "expression",
7720
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
6691
+ "type": "string | undefined"
7721
6692
  }
7722
6693
  },
7723
6694
  {
7724
6695
  "name": "show-cancel-button",
7725
6696
  "description": "Sets the behavior for the cancel button. Defaults to `\"never\"`.\nSetting to `\"focus\"` shows the cancel button on focus.\nSetting to `\"never\"` hides the cancel button.\nSetting to `\"always\"` shows the cancel button regardless\nof focus state.",
7726
6697
  "required": false,
7727
- "default": "'never'",
7728
- "value": {
7729
- "kind": "expression",
7730
- "type": "\"always\" | \"focus\" | \"never\""
7731
- }
7732
- },
7733
- {
7734
- "name": "show-clear-button",
7735
- "description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
7736
- "required": false,
7737
- "default": "'always'",
6698
+ "default": "'never'",
7738
6699
  "value": {
7739
6700
  "kind": "expression",
7740
6701
  "type": "\"always\" | \"focus\" | \"never\""
7741
6702
  }
7742
6703
  },
7743
6704
  {
7744
- "name": "size",
7745
- "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.",
6705
+ "name": "show-clear-button",
6706
+ "description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
7746
6707
  "required": false,
6708
+ "default": "'always'",
7747
6709
  "value": {
7748
6710
  "kind": "expression",
7749
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
6711
+ "type": "\"always\" | \"focus\" | \"never\""
7750
6712
  }
7751
6713
  },
7752
6714
  {
@@ -7759,15 +6721,6 @@
7759
6721
  "type": "boolean"
7760
6722
  }
7761
6723
  },
7762
- {
7763
- "name": "theme",
7764
- "description": "The theme determines the visual appearance of the component.",
7765
- "required": false,
7766
- "value": {
7767
- "kind": "expression",
7768
- "type": "\"ios\" | \"md\" | \"ionic\""
7769
- }
7770
- },
7771
6724
  {
7772
6725
  "name": "type",
7773
6726
  "description": "Set the type of the input.",
@@ -7883,7 +6836,7 @@
7883
6836
  },
7884
6837
  {
7885
6838
  "name": "mode",
7886
- "description": "The mode determines the platform behaviors of the component.",
6839
+ "description": "The mode determines which platform styles to use.",
7887
6840
  "required": false,
7888
6841
  "value": {
7889
6842
  "kind": "expression",
@@ -7920,15 +6873,6 @@
7920
6873
  "type": "boolean"
7921
6874
  }
7922
6875
  },
7923
- {
7924
- "name": "theme",
7925
- "description": "The theme determines the visual appearance of the component.",
7926
- "required": false,
7927
- "value": {
7928
- "kind": "expression",
7929
- "type": "\"ios\" | \"md\" | \"ionic\""
7930
- }
7931
- },
7932
6876
  {
7933
6877
  "name": "value",
7934
6878
  "description": "the value of the segment.",
@@ -7993,22 +6937,13 @@
7993
6937
  },
7994
6938
  {
7995
6939
  "name": "mode",
7996
- "description": "The mode determines the platform behaviors of the component.",
6940
+ "description": "The mode determines which platform styles to use.",
7997
6941
  "required": false,
7998
6942
  "value": {
7999
6943
  "kind": "expression",
8000
6944
  "type": "\"ios\" | \"md\""
8001
6945
  }
8002
6946
  },
8003
- {
8004
- "name": "theme",
8005
- "description": "The theme determines the visual appearance of the component.",
8006
- "required": false,
8007
- "value": {
8008
- "kind": "expression",
8009
- "type": "\"ios\" | \"md\" | \"ionic\""
8010
- }
8011
- },
8012
6947
  {
8013
6948
  "name": "type",
8014
6949
  "description": "The type of the button.",
@@ -8137,7 +7072,7 @@
8137
7072
  },
8138
7073
  {
8139
7074
  "name": "expanded-icon",
8140
- "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.",
7075
+ "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.",
8141
7076
  "required": false,
8142
7077
  "value": {
8143
7078
  "kind": "expression",
@@ -8146,7 +7081,7 @@
8146
7081
  },
8147
7082
  {
8148
7083
  "name": "fill",
8149
- "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.",
7084
+ "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.",
8150
7085
  "required": false,
8151
7086
  "value": {
8152
7087
  "kind": "expression",
@@ -8212,7 +7147,7 @@
8212
7147
  },
8213
7148
  {
8214
7149
  "name": "mode",
8215
- "description": "The mode determines the platform behaviors of the component.",
7150
+ "description": "The mode determines which platform styles to use.",
8216
7151
  "required": false,
8217
7152
  "value": {
8218
7153
  "kind": "expression",
@@ -8279,34 +7214,16 @@
8279
7214
  },
8280
7215
  {
8281
7216
  "name": "shape",
8282
- "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.",
8283
- "required": false,
8284
- "value": {
8285
- "kind": "expression",
8286
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8287
- }
8288
- },
8289
- {
8290
- "name": "size",
8291
- "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.",
8292
- "required": false,
8293
- "value": {
8294
- "kind": "expression",
8295
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8296
- }
8297
- },
8298
- {
8299
- "name": "theme",
8300
- "description": "The theme determines the visual appearance of the component.",
7217
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
8301
7218
  "required": false,
8302
7219
  "value": {
8303
7220
  "kind": "expression",
8304
- "type": "\"ios\" | \"md\" | \"ionic\""
7221
+ "type": "\"round\" | undefined"
8305
7222
  }
8306
7223
  },
8307
7224
  {
8308
7225
  "name": "toggle-icon",
8309
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
7226
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
8310
7227
  "required": false,
8311
7228
  "value": {
8312
7229
  "kind": "expression",
@@ -8450,24 +7367,6 @@
8450
7367
  "type": "boolean"
8451
7368
  }
8452
7369
  },
8453
- {
8454
- "name": "mode",
8455
- "description": "The mode determines the platform behaviors of the component.",
8456
- "required": false,
8457
- "value": {
8458
- "kind": "expression",
8459
- "type": "\"ios\" | \"md\""
8460
- }
8461
- },
8462
- {
8463
- "name": "theme",
8464
- "description": "The theme determines the visual appearance of the component.",
8465
- "required": false,
8466
- "value": {
8467
- "kind": "expression",
8468
- "type": "\"ios\" | \"md\" | \"ionic\""
8469
- }
8470
- },
8471
7370
  {
8472
7371
  "name": "value",
8473
7372
  "description": "The text value of the option.",
@@ -8499,24 +7398,6 @@
8499
7398
  "kind": "expression",
8500
7399
  "type": "boolean"
8501
7400
  }
8502
- },
8503
- {
8504
- "name": "mode",
8505
- "description": "The mode determines the platform behaviors of the component.",
8506
- "required": false,
8507
- "value": {
8508
- "kind": "expression",
8509
- "type": "\"ios\" | \"md\""
8510
- }
8511
- },
8512
- {
8513
- "name": "theme",
8514
- "description": "The theme determines the visual appearance of the component.",
8515
- "required": false,
8516
- "value": {
8517
- "kind": "expression",
8518
- "type": "\"ios\" | \"md\" | \"ionic\""
8519
- }
8520
7401
  }
8521
7402
  ],
8522
7403
  "slots": [],
@@ -8549,15 +7430,6 @@
8549
7430
  "type": "number | undefined"
8550
7431
  }
8551
7432
  },
8552
- {
8553
- "name": "mode",
8554
- "description": "The mode determines the platform behaviors of the component.",
8555
- "required": false,
8556
- "value": {
8557
- "kind": "expression",
8558
- "type": "\"ios\" | \"md\""
8559
- }
8560
- },
8561
7433
  {
8562
7434
  "name": "name",
8563
7435
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -8576,24 +7448,6 @@
8576
7448
  "kind": "expression",
8577
7449
  "type": "boolean"
8578
7450
  }
8579
- },
8580
- {
8581
- "name": "size",
8582
- "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.",
8583
- "required": false,
8584
- "value": {
8585
- "kind": "expression",
8586
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
8587
- }
8588
- },
8589
- {
8590
- "name": "theme",
8591
- "description": "The theme determines the visual appearance of the component.",
8592
- "required": false,
8593
- "value": {
8594
- "kind": "expression",
8595
- "type": "\"ios\" | \"md\" | \"ionic\""
8596
- }
8597
7451
  }
8598
7452
  ],
8599
7453
  "slots": [],
@@ -8627,24 +7481,6 @@
8627
7481
  "type": "boolean"
8628
7482
  }
8629
7483
  },
8630
- {
8631
- "name": "mode",
8632
- "description": "The mode determines the platform behaviors of the component.",
8633
- "required": false,
8634
- "value": {
8635
- "kind": "expression",
8636
- "type": "\"ios\" | \"md\""
8637
- }
8638
- },
8639
- {
8640
- "name": "theme",
8641
- "description": "The theme determines the visual appearance of the component.",
8642
- "required": false,
8643
- "value": {
8644
- "kind": "expression",
8645
- "type": "\"ios\" | \"md\" | \"ionic\""
8646
- }
8647
- },
8648
7484
  {
8649
7485
  "name": "when",
8650
7486
  "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.",
@@ -8688,15 +7524,6 @@
8688
7524
  "type": "Function | HTMLElement | null | string | undefined"
8689
7525
  }
8690
7526
  },
8691
- {
8692
- "name": "mode",
8693
- "description": "The mode determines the platform behaviors of the component.",
8694
- "required": false,
8695
- "value": {
8696
- "kind": "expression",
8697
- "type": "\"ios\" | \"md\""
8698
- }
8699
- },
8700
7527
  {
8701
7528
  "name": "tab",
8702
7529
  "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.",
@@ -8705,15 +7532,6 @@
8705
7532
  "kind": "expression",
8706
7533
  "type": "string"
8707
7534
  }
8708
- },
8709
- {
8710
- "name": "theme",
8711
- "description": "The theme determines the visual appearance of the component.",
8712
- "required": false,
8713
- "value": {
8714
- "kind": "expression",
8715
- "type": "\"ios\" | \"md\" | \"ionic\""
8716
- }
8717
7535
  }
8718
7536
  ],
8719
7537
  "slots": [],
@@ -8737,19 +7555,9 @@
8737
7555
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
8738
7556
  }
8739
7557
  },
8740
- {
8741
- "name": "expand",
8742
- "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\"`.",
8743
- "required": false,
8744
- "default": "'full'",
8745
- "value": {
8746
- "kind": "expression",
8747
- "type": "\"compact\" | \"full\""
8748
- }
8749
- },
8750
7558
  {
8751
7559
  "name": "mode",
8752
- "description": "The mode determines the platform behaviors of the component.",
7560
+ "description": "The mode determines which platform styles to use.",
8753
7561
  "required": false,
8754
7562
  "value": {
8755
7563
  "kind": "expression",
@@ -8765,27 +7573,9 @@
8765
7573
  "type": "string | undefined"
8766
7574
  }
8767
7575
  },
8768
- {
8769
- "name": "shape",
8770
- "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.",
8771
- "required": false,
8772
- "value": {
8773
- "kind": "expression",
8774
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8775
- }
8776
- },
8777
- {
8778
- "name": "theme",
8779
- "description": "The theme determines the visual appearance of the component.",
8780
- "required": false,
8781
- "value": {
8782
- "kind": "expression",
8783
- "type": "\"ios\" | \"md\" | \"ionic\""
8784
- }
8785
- },
8786
7576
  {
8787
7577
  "name": "translucent",
8788
- "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).",
7578
+ "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).",
8789
7579
  "required": false,
8790
7580
  "default": "false",
8791
7581
  "value": {
@@ -8845,7 +7635,7 @@
8845
7635
  },
8846
7636
  {
8847
7637
  "name": "mode",
8848
- "description": "The mode determines the platform behaviors of the component.",
7638
+ "description": "The mode determines which platform styles to use.",
8849
7639
  "required": false,
8850
7640
  "value": {
8851
7641
  "kind": "expression",
@@ -8871,15 +7661,6 @@
8871
7661
  "type": "boolean"
8872
7662
  }
8873
7663
  },
8874
- {
8875
- "name": "shape",
8876
- "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.",
8877
- "required": false,
8878
- "value": {
8879
- "kind": "expression",
8880
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8881
- }
8882
- },
8883
7664
  {
8884
7665
  "name": "tab",
8885
7666
  "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.",
@@ -8897,15 +7678,6 @@
8897
7678
  "kind": "expression",
8898
7679
  "type": "string | undefined"
8899
7680
  }
8900
- },
8901
- {
8902
- "name": "theme",
8903
- "description": "The theme determines the visual appearance of the component.",
8904
- "required": false,
8905
- "value": {
8906
- "kind": "expression",
8907
- "type": "\"ios\" | \"md\" | \"ionic\""
8908
- }
8909
7681
  }
8910
7682
  ],
8911
7683
  "slots": [],
@@ -8919,26 +7691,7 @@
8919
7691
  "module": "@ionic/core/src/components/tabs/tabs.d.ts",
8920
7692
  "symbol": "Tabs"
8921
7693
  },
8922
- "attributes": [
8923
- {
8924
- "name": "mode",
8925
- "description": "The mode determines the platform behaviors of the component.",
8926
- "required": false,
8927
- "value": {
8928
- "kind": "expression",
8929
- "type": "\"ios\" | \"md\""
8930
- }
8931
- },
8932
- {
8933
- "name": "theme",
8934
- "description": "The theme determines the visual appearance of the component.",
8935
- "required": false,
8936
- "value": {
8937
- "kind": "expression",
8938
- "type": "\"ios\" | \"md\" | \"ionic\""
8939
- }
8940
- }
8941
- ],
7694
+ "attributes": [],
8942
7695
  "slots": [
8943
7696
  {
8944
7697
  "name": "default",
@@ -8996,21 +7749,12 @@
8996
7749
  },
8997
7750
  {
8998
7751
  "name": "mode",
8999
- "description": "The mode determines the platform behaviors of the component.",
7752
+ "description": "The mode determines which platform styles to use.",
9000
7753
  "required": false,
9001
7754
  "value": {
9002
7755
  "kind": "expression",
9003
7756
  "type": "\"ios\" | \"md\""
9004
7757
  }
9005
- },
9006
- {
9007
- "name": "theme",
9008
- "description": "The theme determines the visual appearance of the component.",
9009
- "required": false,
9010
- "value": {
9011
- "kind": "expression",
9012
- "type": "\"ios\" | \"md\" | \"ionic\""
9013
- }
9014
7758
  }
9015
7759
  ],
9016
7760
  "slots": [],
@@ -9141,7 +7885,7 @@
9141
7885
  },
9142
7886
  {
9143
7887
  "name": "fill",
9144
- "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\"`.",
7888
+ "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.",
9145
7889
  "required": false,
9146
7890
  "value": {
9147
7891
  "kind": "expression",
@@ -9205,7 +7949,7 @@
9205
7949
  },
9206
7950
  {
9207
7951
  "name": "mode",
9208
- "description": "The mode determines the platform behaviors of the component.",
7952
+ "description": "The mode determines which platform styles to use.",
9209
7953
  "required": false,
9210
7954
  "value": {
9211
7955
  "kind": "expression",
@@ -9262,21 +8006,11 @@
9262
8006
  },
9263
8007
  {
9264
8008
  "name": "shape",
9265
- "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.",
9266
- "required": false,
9267
- "value": {
9268
- "kind": "expression",
9269
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9270
- }
9271
- },
9272
- {
9273
- "name": "size",
9274
- "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.",
8009
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
9275
8010
  "required": false,
9276
- "default": "'medium'",
9277
8011
  "value": {
9278
8012
  "kind": "expression",
9279
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8013
+ "type": "\"round\" | undefined"
9280
8014
  }
9281
8015
  },
9282
8016
  {
@@ -9289,15 +8023,6 @@
9289
8023
  "type": "boolean"
9290
8024
  }
9291
8025
  },
9292
- {
9293
- "name": "theme",
9294
- "description": "The theme determines the visual appearance of the component.",
9295
- "required": false,
9296
- "value": {
9297
- "kind": "expression",
9298
- "type": "\"ios\" | \"md\" | \"ionic\""
9299
- }
9300
- },
9301
8026
  {
9302
8027
  "name": "value",
9303
8028
  "description": "The value of the textarea.",
@@ -9383,26 +8108,7 @@
9383
8108
  "module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
9384
8109
  "symbol": "Thumbnail"
9385
8110
  },
9386
- "attributes": [
9387
- {
9388
- "name": "mode",
9389
- "description": "The mode determines the platform behaviors of the component.",
9390
- "required": false,
9391
- "value": {
9392
- "kind": "expression",
9393
- "type": "\"ios\" | \"md\""
9394
- }
9395
- },
9396
- {
9397
- "name": "theme",
9398
- "description": "The theme determines the visual appearance of the component.",
9399
- "required": false,
9400
- "value": {
9401
- "kind": "expression",
9402
- "type": "\"ios\" | \"md\" | \"ionic\""
9403
- }
9404
- }
9405
- ],
8111
+ "attributes": [],
9406
8112
  "slots": [],
9407
8113
  "events": []
9408
8114
  },
@@ -9424,15 +8130,6 @@
9424
8130
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
9425
8131
  }
9426
8132
  },
9427
- {
9428
- "name": "mode",
9429
- "description": "The mode determines the platform behaviors of the component.",
9430
- "required": false,
9431
- "value": {
9432
- "kind": "expression",
9433
- "type": "\"ios\" | \"md\""
9434
- }
9435
- },
9436
8133
  {
9437
8134
  "name": "size",
9438
8135
  "description": "The size of the toolbar title.",
@@ -9441,15 +8138,6 @@
9441
8138
  "kind": "expression",
9442
8139
  "type": "\"large\" | \"small\" | undefined"
9443
8140
  }
9444
- },
9445
- {
9446
- "name": "theme",
9447
- "description": "The theme determines the visual appearance of the component.",
9448
- "required": false,
9449
- "value": {
9450
- "kind": "expression",
9451
- "type": "\"ios\" | \"md\" | \"ionic\""
9452
- }
9453
8141
  }
9454
8142
  ],
9455
8143
  "slots": [],
@@ -9538,16 +8226,6 @@
9538
8226
  "type": "undefined | { [key: string]: any; }"
9539
8227
  }
9540
8228
  },
9541
- {
9542
- "name": "hue",
9543
- "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.",
9544
- "required": false,
9545
- "default": "'subtle'",
9546
- "value": {
9547
- "kind": "expression",
9548
- "type": "\"bold\" | \"subtle\" | undefined"
9549
- }
9550
- },
9551
8229
  {
9552
8230
  "name": "icon",
9553
8231
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -9607,7 +8285,7 @@
9607
8285
  },
9608
8286
  {
9609
8287
  "name": "mode",
9610
- "description": "The mode determines the platform behaviors of the component.",
8288
+ "description": "The mode determines which platform styles to use.",
9611
8289
  "required": false,
9612
8290
  "value": {
9613
8291
  "kind": "expression",
@@ -9633,15 +8311,6 @@
9633
8311
  "type": "HTMLElement | string | undefined"
9634
8312
  }
9635
8313
  },
9636
- {
9637
- "name": "shape",
9638
- "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.",
9639
- "required": false,
9640
- "value": {
9641
- "kind": "expression",
9642
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9643
- }
9644
- },
9645
8314
  {
9646
8315
  "name": "swipe-gesture",
9647
8316
  "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.",
@@ -9651,18 +8320,9 @@
9651
8320
  "type": "\"vertical\" | undefined"
9652
8321
  }
9653
8322
  },
9654
- {
9655
- "name": "theme",
9656
- "description": "The theme determines the visual appearance of the component.",
9657
- "required": false,
9658
- "value": {
9659
- "kind": "expression",
9660
- "type": "\"ios\" | \"md\" | \"ionic\""
9661
- }
9662
- },
9663
8323
  {
9664
8324
  "name": "translucent",
9665
- "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).",
8325
+ "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).",
9666
8326
  "required": false,
9667
8327
  "default": "false",
9668
8328
  "value": {
@@ -9860,7 +8520,7 @@
9860
8520
  },
9861
8521
  {
9862
8522
  "name": "mode",
9863
- "description": "The mode determines the platform behaviors of the component.",
8523
+ "description": "The mode determines which platform styles to use.",
9864
8524
  "required": false,
9865
8525
  "value": {
9866
8526
  "kind": "expression",
@@ -9887,15 +8547,6 @@
9887
8547
  "type": "boolean"
9888
8548
  }
9889
8549
  },
9890
- {
9891
- "name": "theme",
9892
- "description": "The theme determines the visual appearance of the component.",
9893
- "required": false,
9894
- "value": {
9895
- "kind": "expression",
9896
- "type": "\"ios\" | \"md\" | \"ionic\""
9897
- }
9898
- },
9899
8550
  {
9900
8551
  "name": "value",
9901
8552
  "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>`.",
@@ -9966,21 +8617,12 @@
9966
8617
  },
9967
8618
  {
9968
8619
  "name": "mode",
9969
- "description": "The mode determines the platform behaviors of the component.",
8620
+ "description": "The mode determines which platform styles to use.",
9970
8621
  "required": false,
9971
8622
  "value": {
9972
8623
  "kind": "expression",
9973
8624
  "type": "\"ios\" | \"md\""
9974
8625
  }
9975
- },
9976
- {
9977
- "name": "theme",
9978
- "description": "The theme determines the visual appearance of the component.",
9979
- "required": false,
9980
- "value": {
9981
- "kind": "expression",
9982
- "type": "\"ios\" | \"md\" | \"ionic\""
9983
- }
9984
8626
  }
9985
8627
  ],
9986
8628
  "slots": [
@@ -9994,11 +8636,11 @@
9994
8636
  },
9995
8637
  {
9996
8638
  "name": "primary",
9997
- "description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
8639
+ "description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
9998
8640
  },
9999
8641
  {
10000
8642
  "name": "secondary",
10001
- "description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
8643
+ "description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
10002
8644
  },
10003
8645
  {
10004
8646
  "name": "start",