@ionic/vue 8.8.4-dev.11777064748.1e6da1cd → 8.8.4-dev.11777318673.18d001f6

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 (62) 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 +1 -1
  16. package/css/palettes/dark.always.css.map +1 -1
  17. package/css/palettes/dark.class.css +1 -1
  18. package/css/palettes/dark.class.css.map +1 -1
  19. package/css/palettes/dark.system.css +1 -1
  20. package/css/palettes/dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast-dark.always.css +1 -1
  22. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  23. package/css/palettes/high-contrast-dark.class.css +1 -1
  24. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  25. package/css/palettes/high-contrast-dark.system.css +1 -1
  26. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  27. package/css/palettes/high-contrast.always.css.map +1 -1
  28. package/css/palettes/high-contrast.class.css.map +1 -1
  29. package/css/palettes/high-contrast.system.css.map +1 -1
  30. package/css/structure.css.map +1 -1
  31. package/css/text-alignment.css.map +1 -1
  32. package/css/text-transformation.css.map +1 -1
  33. package/css/typography.css.map +1 -1
  34. package/css/utils.bundle.css +1 -1
  35. package/css/utils.bundle.css.map +1 -1
  36. package/dist/index.js +174 -212
  37. package/dist/index.js.map +1 -1
  38. package/dist/types/components/IonRouterOutlet.d.ts +14 -2
  39. package/dist/types/components/Overlays.d.ts +0 -1
  40. package/dist/types/controllers.d.ts +1 -9
  41. package/dist/types/index.d.ts +2 -2
  42. package/dist/types/proxies.d.ts +0 -1
  43. package/dist/vetur/attributes.json +106 -1637
  44. package/dist/vetur/tags.json +45 -247
  45. package/dist/web-types.json +170 -1877
  46. package/package.json +2 -2
  47. package/css/ionic/bundle.ionic.css +0 -1
  48. package/css/ionic/bundle.ionic.css.map +0 -1
  49. package/css/ionic/core.ionic.css +0 -1
  50. package/css/ionic/core.ionic.css.map +0 -1
  51. package/css/ionic/global.bundle.ionic.css +0 -1
  52. package/css/ionic/global.bundle.ionic.css.map +0 -1
  53. package/css/ionic/ionic-swiper.ionic.css +0 -1
  54. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  55. package/css/ionic/link.ionic.css +0 -1
  56. package/css/ionic/link.ionic.css.map +0 -1
  57. package/css/ionic/structure.ionic.css +0 -1
  58. package/css/ionic/structure.ionic.css.map +0 -1
  59. package/css/ionic/typography.ionic.css +0 -1
  60. package/css/ionic/typography.ionic.css.map +0 -1
  61. package/css/ionic/utils.bundle.ionic.css +0 -1
  62. 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.8.4-dev.11777064748.1e6da1cd",
5
+ "version": "8.8.4-dev.11777318673.18d001f6",
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": [],
@@ -1281,7 +1100,7 @@
1281
1100
  },
1282
1101
  {
1283
1102
  "name": "fill",
1284
- "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except when inside of a buttons or datetime component, where\nthe default fill is `\"clear\"`.",
1103
+ "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a toolbar, where the default is `\"clear\"`.",
1285
1104
  "required": false,
1286
1105
  "value": {
1287
1106
  "kind": "expression",
@@ -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,56 +1734,20 @@
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
- }
2066
- ],
2067
- "slots": [],
2068
- "events": []
2069
- },
2070
- {
2071
- "name": "IonCol",
2072
- "doc-url": "https://ionicframework.com/docs/api/col",
2073
- "description": "",
2074
- "source": {
2075
- "module": "@ionic/core/src/components/col/col.d.ts",
2076
- "symbol": "Col"
2077
- },
2078
- "attributes": [
2079
- {
2080
- "name": "mode",
2081
- "description": "The mode determines the platform behaviors of the component.",
2082
- "required": false,
2083
- "value": {
2084
- "kind": "expression",
2085
- "type": "\"ios\" | \"md\""
2086
- }
2087
- },
1737
+ }
1738
+ ],
1739
+ "slots": [],
1740
+ "events": []
1741
+ },
1742
+ {
1743
+ "name": "IonCol",
1744
+ "doc-url": "https://ionicframework.com/docs/api/col",
1745
+ "description": "",
1746
+ "source": {
1747
+ "module": "@ionic/core/src/components/col/col.d.ts",
1748
+ "symbol": "Col"
1749
+ },
1750
+ "attributes": [
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.",
@@ -2139,60 +1802,6 @@
2139
1802
  "type": "string | undefined"
2140
1803
  }
2141
1804
  },
2142
- {
2143
- "name": "order",
2144
- "description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2145
- "required": false,
2146
- "value": {
2147
- "kind": "expression",
2148
- "type": "string | undefined"
2149
- }
2150
- },
2151
- {
2152
- "name": "order-lg",
2153
- "description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2154
- "required": false,
2155
- "value": {
2156
- "kind": "expression",
2157
- "type": "string | undefined"
2158
- }
2159
- },
2160
- {
2161
- "name": "order-md",
2162
- "description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2163
- "required": false,
2164
- "value": {
2165
- "kind": "expression",
2166
- "type": "string | undefined"
2167
- }
2168
- },
2169
- {
2170
- "name": "order-sm",
2171
- "description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2172
- "required": false,
2173
- "value": {
2174
- "kind": "expression",
2175
- "type": "string | undefined"
2176
- }
2177
- },
2178
- {
2179
- "name": "order-xl",
2180
- "description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2181
- "required": false,
2182
- "value": {
2183
- "kind": "expression",
2184
- "type": "string | undefined"
2185
- }
2186
- },
2187
- {
2188
- "name": "order-xs",
2189
- "description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2190
- "required": false,
2191
- "value": {
2192
- "kind": "expression",
2193
- "type": "string | undefined"
2194
- }
2195
- },
2196
1805
  {
2197
1806
  "name": "pull",
2198
1807
  "description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
@@ -2354,15 +1963,6 @@
2354
1963
  "kind": "expression",
2355
1964
  "type": "string | undefined"
2356
1965
  }
2357
- },
2358
- {
2359
- "name": "theme",
2360
- "description": "The theme determines the visual appearance of the component.",
2361
- "required": false,
2362
- "value": {
2363
- "kind": "expression",
2364
- "type": "\"ios\" | \"md\" | \"ionic\""
2365
- }
2366
1966
  }
2367
1967
  ],
2368
1968
  "slots": [],
@@ -2415,15 +2015,6 @@
2415
2015
  "type": "boolean"
2416
2016
  }
2417
2017
  },
2418
- {
2419
- "name": "mode",
2420
- "description": "The mode determines the platform behaviors of the component.",
2421
- "required": false,
2422
- "value": {
2423
- "kind": "expression",
2424
- "type": "\"ios\" | \"md\""
2425
- }
2426
- },
2427
2018
  {
2428
2019
  "name": "scroll-events",
2429
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`.",
@@ -2453,15 +2044,6 @@
2453
2044
  "kind": "expression",
2454
2045
  "type": "boolean"
2455
2046
  }
2456
- },
2457
- {
2458
- "name": "theme",
2459
- "description": "The theme determines the visual appearance of the component.",
2460
- "required": false,
2461
- "value": {
2462
- "kind": "expression",
2463
- "type": "\"ios\" | \"md\" | \"ionic\""
2464
- }
2465
2047
  }
2466
2048
  ],
2467
2049
  "slots": [
@@ -2669,7 +2251,7 @@
2669
2251
  },
2670
2252
  {
2671
2253
  "name": "mode",
2672
- "description": "The mode determines the platform behaviors of the component.",
2254
+ "description": "The mode determines which platform styles to use.",
2673
2255
  "required": false,
2674
2256
  "value": {
2675
2257
  "kind": "expression",
@@ -2795,15 +2377,6 @@
2795
2377
  "type": "\"cover\" | \"fixed\""
2796
2378
  }
2797
2379
  },
2798
- {
2799
- "name": "theme",
2800
- "description": "The theme determines the visual appearance of the component.",
2801
- "required": false,
2802
- "value": {
2803
- "kind": "expression",
2804
- "type": "\"ios\" | \"md\" | \"ionic\""
2805
- }
2806
- },
2807
2380
  {
2808
2381
  "name": "titleSelectedDatesFormatter",
2809
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.",
@@ -2929,21 +2502,12 @@
2929
2502
  },
2930
2503
  {
2931
2504
  "name": "mode",
2932
- "description": "The mode determines the platform behaviors of the component.",
2505
+ "description": "The mode determines which platform styles to use.",
2933
2506
  "required": false,
2934
2507
  "value": {
2935
2508
  "kind": "expression",
2936
2509
  "type": "\"ios\" | \"md\""
2937
2510
  }
2938
- },
2939
- {
2940
- "name": "theme",
2941
- "description": "The theme determines the visual appearance of the component.",
2942
- "required": false,
2943
- "value": {
2944
- "kind": "expression",
2945
- "type": "\"ios\" | \"md\" | \"ionic\""
2946
- }
2947
2511
  }
2948
2512
  ],
2949
2513
  "slots": [
@@ -2958,39 +2522,6 @@
2958
2522
  ],
2959
2523
  "events": []
2960
2524
  },
2961
- {
2962
- "name": "IonDivider",
2963
- "doc-url": "https://ionicframework.com/docs/api/divider",
2964
- "description": "",
2965
- "source": {
2966
- "module": "@ionic/core/src/components/divider/divider.d.ts",
2967
- "symbol": "Divider"
2968
- },
2969
- "attributes": [
2970
- {
2971
- "name": "inset",
2972
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
2973
- "required": false,
2974
- "default": "false",
2975
- "value": {
2976
- "kind": "expression",
2977
- "type": "boolean"
2978
- }
2979
- },
2980
- {
2981
- "name": "spacing",
2982
- "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\"`.",
2983
- "required": false,
2984
- "default": "'medium'",
2985
- "value": {
2986
- "kind": "expression",
2987
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
2988
- }
2989
- }
2990
- ],
2991
- "slots": [],
2992
- "events": []
2993
- },
2994
2525
  {
2995
2526
  "name": "IonFab",
2996
2527
  "doc-url": "https://ionicframework.com/docs/api/fab",
@@ -3029,24 +2560,6 @@
3029
2560
  "type": "\"center\" | \"end\" | \"start\" | undefined"
3030
2561
  }
3031
2562
  },
3032
- {
3033
- "name": "mode",
3034
- "description": "The mode determines the platform behaviors of the component.",
3035
- "required": false,
3036
- "value": {
3037
- "kind": "expression",
3038
- "type": "\"ios\" | \"md\""
3039
- }
3040
- },
3041
- {
3042
- "name": "theme",
3043
- "description": "The theme determines the visual appearance of the component.",
3044
- "required": false,
3045
- "value": {
3046
- "kind": "expression",
3047
- "type": "\"ios\" | \"md\" | \"ionic\""
3048
- }
3049
- },
3050
2563
  {
3051
2564
  "name": "vertical",
3052
2565
  "description": "Where to align the fab vertically in the viewport.",
@@ -3083,9 +2596,10 @@
3083
2596
  "name": "close-icon",
3084
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.",
3085
2598
  "required": false,
2599
+ "default": "close",
3086
2600
  "value": {
3087
2601
  "kind": "expression",
3088
- "type": "string | undefined"
2602
+ "type": "string"
3089
2603
  }
3090
2604
  },
3091
2605
  {
@@ -3127,7 +2641,7 @@
3127
2641
  },
3128
2642
  {
3129
2643
  "name": "mode",
3130
- "description": "The mode determines the platform behaviors of the component.",
2644
+ "description": "The mode determines which platform styles to use.",
3131
2645
  "required": false,
3132
2646
  "value": {
3133
2647
  "kind": "expression",
@@ -3190,18 +2704,9 @@
3190
2704
  "type": "string | undefined"
3191
2705
  }
3192
2706
  },
3193
- {
3194
- "name": "theme",
3195
- "description": "The theme determines the visual appearance of the component.",
3196
- "required": false,
3197
- "value": {
3198
- "kind": "expression",
3199
- "type": "\"ios\" | \"md\" | \"ionic\""
3200
- }
3201
- },
3202
2707
  {
3203
2708
  "name": "translucent",
3204
- "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).",
3205
2710
  "required": false,
3206
2711
  "default": "false",
3207
2712
  "value": {
@@ -3263,15 +2768,6 @@
3263
2768
  "type": "boolean"
3264
2769
  }
3265
2770
  },
3266
- {
3267
- "name": "mode",
3268
- "description": "The mode determines the platform behaviors of the component.",
3269
- "required": false,
3270
- "value": {
3271
- "kind": "expression",
3272
- "type": "\"ios\" | \"md\""
3273
- }
3274
- },
3275
2771
  {
3276
2772
  "name": "side",
3277
2773
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -3281,15 +2777,6 @@
3281
2777
  "kind": "expression",
3282
2778
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\""
3283
2779
  }
3284
- },
3285
- {
3286
- "name": "theme",
3287
- "description": "The theme determines the visual appearance of the component.",
3288
- "required": false,
3289
- "value": {
3290
- "kind": "expression",
3291
- "type": "\"ios\" | \"md\" | \"ionic\""
3292
- }
3293
2780
  }
3294
2781
  ],
3295
2782
  "slots": [],
@@ -3306,7 +2793,7 @@
3306
2793
  "attributes": [
3307
2794
  {
3308
2795
  "name": "collapse",
3309
- "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.",
3310
2797
  "required": false,
3311
2798
  "value": {
3312
2799
  "kind": "expression",
@@ -3315,25 +2802,16 @@
3315
2802
  },
3316
2803
  {
3317
2804
  "name": "mode",
3318
- "description": "The mode determines the platform behaviors of the component.",
2805
+ "description": "The mode determines which platform styles to use.",
3319
2806
  "required": false,
3320
2807
  "value": {
3321
2808
  "kind": "expression",
3322
2809
  "type": "\"ios\" | \"md\""
3323
2810
  }
3324
2811
  },
3325
- {
3326
- "name": "theme",
3327
- "description": "The theme determines the visual appearance of the component.",
3328
- "required": false,
3329
- "value": {
3330
- "kind": "expression",
3331
- "type": "\"ios\" | \"md\" | \"ionic\""
3332
- }
3333
- },
3334
2812
  {
3335
2813
  "name": "translucent",
3336
- "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.",
3337
2815
  "required": false,
3338
2816
  "default": "false",
3339
2817
  "value": {
@@ -3363,24 +2841,6 @@
3363
2841
  "kind": "expression",
3364
2842
  "type": "boolean"
3365
2843
  }
3366
- },
3367
- {
3368
- "name": "mode",
3369
- "description": "The mode determines the platform behaviors of the component.",
3370
- "required": false,
3371
- "value": {
3372
- "kind": "expression",
3373
- "type": "\"ios\" | \"md\""
3374
- }
3375
- },
3376
- {
3377
- "name": "theme",
3378
- "description": "The theme determines the visual appearance of the component.",
3379
- "required": false,
3380
- "value": {
3381
- "kind": "expression",
3382
- "type": "\"ios\" | \"md\" | \"ionic\""
3383
- }
3384
2844
  }
3385
2845
  ],
3386
2846
  "slots": [],
@@ -3397,44 +2857,25 @@
3397
2857
  "attributes": [
3398
2858
  {
3399
2859
  "name": "collapse",
3400
- "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)",
3401
2861
  "required": false,
3402
2862
  "value": {
3403
2863
  "kind": "expression",
3404
2864
  "type": "\"condense\" | \"fade\" | undefined"
3405
2865
  }
3406
2866
  },
3407
- {
3408
- "name": "divider",
3409
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
3410
- "required": false,
3411
- "default": "false",
3412
- "value": {
3413
- "kind": "expression",
3414
- "type": "boolean"
3415
- }
3416
- },
3417
2867
  {
3418
2868
  "name": "mode",
3419
- "description": "The mode determines the platform behaviors of the component.",
2869
+ "description": "The mode determines which platform styles to use.",
3420
2870
  "required": false,
3421
2871
  "value": {
3422
2872
  "kind": "expression",
3423
2873
  "type": "\"ios\" | \"md\""
3424
2874
  }
3425
2875
  },
3426
- {
3427
- "name": "theme",
3428
- "description": "The theme determines the visual appearance of the component.",
3429
- "required": false,
3430
- "value": {
3431
- "kind": "expression",
3432
- "type": "\"ios\" | \"md\" | \"ionic\""
3433
- }
3434
- },
3435
2876
  {
3436
2877
  "name": "translucent",
3437
- "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.",
3438
2879
  "required": false,
3439
2880
  "default": "false",
3440
2881
  "value": {
@@ -3464,15 +2905,6 @@
3464
2905
  "type": "string | undefined"
3465
2906
  }
3466
2907
  },
3467
- {
3468
- "name": "mode",
3469
- "description": "The mode determines the platform behaviors of the component.",
3470
- "required": false,
3471
- "value": {
3472
- "kind": "expression",
3473
- "type": "\"ios\" | \"md\""
3474
- }
3475
- },
3476
2908
  {
3477
2909
  "name": "src",
3478
2910
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
@@ -3481,15 +2913,6 @@
3481
2913
  "kind": "expression",
3482
2914
  "type": "string | undefined"
3483
2915
  }
3484
- },
3485
- {
3486
- "name": "theme",
3487
- "description": "The theme determines the visual appearance of the component.",
3488
- "required": false,
3489
- "value": {
3490
- "kind": "expression",
3491
- "type": "\"ios\" | \"md\" | \"ionic\""
3492
- }
3493
2916
  }
3494
2917
  ],
3495
2918
  "slots": [],
@@ -3545,15 +2968,6 @@
3545
2968
  "type": "boolean"
3546
2969
  }
3547
2970
  },
3548
- {
3549
- "name": "mode",
3550
- "description": "The mode determines the platform behaviors of the component.",
3551
- "required": false,
3552
- "value": {
3553
- "kind": "expression",
3554
- "type": "\"ios\" | \"md\""
3555
- }
3556
- },
3557
2971
  {
3558
2972
  "name": "position",
3559
2973
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3564,25 +2978,6 @@
3564
2978
  "type": "\"bottom\" | \"top\""
3565
2979
  }
3566
2980
  },
3567
- {
3568
- "name": "preserve-rerender-scroll-position",
3569
- "description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
3570
- "required": false,
3571
- "default": "false",
3572
- "value": {
3573
- "kind": "expression",
3574
- "type": "boolean"
3575
- }
3576
- },
3577
- {
3578
- "name": "theme",
3579
- "description": "The theme determines the visual appearance of the component.",
3580
- "required": false,
3581
- "value": {
3582
- "kind": "expression",
3583
- "type": "\"ios\" | \"md\" | \"ionic\""
3584
- }
3585
- },
3586
2981
  {
3587
2982
  "name": "threshold",
3588
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.",
@@ -3634,24 +3029,6 @@
3634
3029
  "kind": "expression",
3635
3030
  "type": "IonicSafeString | string | undefined"
3636
3031
  }
3637
- },
3638
- {
3639
- "name": "mode",
3640
- "description": "The mode determines the platform behaviors of the component.",
3641
- "required": false,
3642
- "value": {
3643
- "kind": "expression",
3644
- "type": "\"ios\" | \"md\""
3645
- }
3646
- },
3647
- {
3648
- "name": "theme",
3649
- "description": "The theme determines the visual appearance of the component.",
3650
- "required": false,
3651
- "value": {
3652
- "kind": "expression",
3653
- "type": "\"ios\" | \"md\" | \"ionic\""
3654
- }
3655
3032
  }
3656
3033
  ],
3657
3034
  "slots": [],
@@ -3801,7 +3178,7 @@
3801
3178
  },
3802
3179
  {
3803
3180
  "name": "fill",
3804
- "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.",
3805
3182
  "required": false,
3806
3183
  "value": {
3807
3184
  "kind": "expression",
@@ -3837,11 +3214,12 @@
3837
3214
  },
3838
3215
  {
3839
3216
  "name": "label-placement",
3840
- "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 (\"...\").",
3841
3218
  "required": false,
3219
+ "default": "'start'",
3842
3220
  "value": {
3843
3221
  "kind": "expression",
3844
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
3222
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
3845
3223
  }
3846
3224
  },
3847
3225
  {
@@ -3882,7 +3260,7 @@
3882
3260
  },
3883
3261
  {
3884
3262
  "name": "mode",
3885
- "description": "The mode determines the platform behaviors of the component.",
3263
+ "description": "The mode determines which platform styles to use.",
3886
3264
  "required": false,
3887
3265
  "value": {
3888
3266
  "kind": "expression",
@@ -3948,21 +3326,11 @@
3948
3326
  },
3949
3327
  {
3950
3328
  "name": "shape",
3951
- "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\"`.",
3952
- "required": false,
3953
- "value": {
3954
- "kind": "expression",
3955
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
3956
- }
3957
- },
3958
- {
3959
- "name": "size",
3960
- "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.",
3961
3330
  "required": false,
3962
- "default": "'medium'",
3963
3331
  "value": {
3964
3332
  "kind": "expression",
3965
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
3333
+ "type": "\"round\" | undefined"
3966
3334
  }
3967
3335
  },
3968
3336
  {
@@ -3984,15 +3352,6 @@
3984
3352
  "type": "string | undefined"
3985
3353
  }
3986
3354
  },
3987
- {
3988
- "name": "theme",
3989
- "description": "The theme determines the visual appearance of the component.",
3990
- "required": false,
3991
- "value": {
3992
- "kind": "expression",
3993
- "type": "\"ios\" | \"md\" | \"ionic\""
3994
- }
3995
- },
3996
3355
  {
3997
3356
  "name": "type",
3998
3357
  "description": "The type of control to display. The default type is text.",
@@ -4138,15 +3497,6 @@
4138
3497
  "type": "number"
4139
3498
  }
4140
3499
  },
4141
- {
4142
- "name": "mode",
4143
- "description": "The mode determines the platform behaviors of the component.",
4144
- "required": false,
4145
- "value": {
4146
- "kind": "expression",
4147
- "type": "\"ios\" | \"md\""
4148
- }
4149
- },
4150
3500
  {
4151
3501
  "name": "pattern",
4152
3502
  "description": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
@@ -4195,15 +3545,6 @@
4195
3545
  "type": "\"large\" | \"medium\" | \"small\""
4196
3546
  }
4197
3547
  },
4198
- {
4199
- "name": "theme",
4200
- "description": "The theme determines the visual appearance of the component.",
4201
- "required": false,
4202
- "value": {
4203
- "kind": "expression",
4204
- "type": "\"ios\" | \"md\" | \"ionic\""
4205
- }
4206
- },
4207
3548
  {
4208
3549
  "name": "type",
4209
3550
  "description": "The type of input allowed in the input boxes.",
@@ -4358,7 +3699,7 @@
4358
3699
  },
4359
3700
  {
4360
3701
  "name": "detail",
4361
- "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.",
4362
3703
  "required": false,
4363
3704
  "value": {
4364
3705
  "kind": "expression",
@@ -4369,9 +3710,10 @@
4369
3710
  "name": "detail-icon",
4370
3711
  "description": "The icon to use when `detail` is set to `true`.",
4371
3712
  "required": false,
3713
+ "default": "chevronForward",
4372
3714
  "value": {
4373
3715
  "kind": "expression",
4374
- "type": "string | undefined"
3716
+ "type": "string"
4375
3717
  }
4376
3718
  },
4377
3719
  {
@@ -4413,7 +3755,7 @@
4413
3755
  },
4414
3756
  {
4415
3757
  "name": "mode",
4416
- "description": "The mode determines the platform behaviors of the component.",
3758
+ "description": "The mode determines which platform styles to use.",
4417
3759
  "required": false,
4418
3760
  "value": {
4419
3761
  "kind": "expression",
@@ -4457,15 +3799,6 @@
4457
3799
  "type": "string | undefined"
4458
3800
  }
4459
3801
  },
4460
- {
4461
- "name": "theme",
4462
- "description": "The theme determines the visual appearance of the component.",
4463
- "required": false,
4464
- "value": {
4465
- "kind": "expression",
4466
- "type": "\"ios\" | \"md\" | \"ionic\""
4467
- }
4468
- },
4469
3802
  {
4470
3803
  "name": "type",
4471
3804
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4513,7 +3846,7 @@
4513
3846
  },
4514
3847
  {
4515
3848
  "name": "mode",
4516
- "description": "The mode determines the platform behaviors of the component.",
3849
+ "description": "The mode determines which platform styles to use.",
4517
3850
  "required": false,
4518
3851
  "value": {
4519
3852
  "kind": "expression",
@@ -4529,15 +3862,6 @@
4529
3862
  "kind": "expression",
4530
3863
  "type": "boolean"
4531
3864
  }
4532
- },
4533
- {
4534
- "name": "theme",
4535
- "description": "The theme determines the visual appearance of the component.",
4536
- "required": false,
4537
- "value": {
4538
- "kind": "expression",
4539
- "type": "\"ios\" | \"md\" | \"ionic\""
4540
- }
4541
3865
  }
4542
3866
  ],
4543
3867
  "slots": [
@@ -4564,26 +3888,7 @@
4564
3888
  "module": "@ionic/core/src/components/item-group/item-group.d.ts",
4565
3889
  "symbol": "ItemGroup"
4566
3890
  },
4567
- "attributes": [
4568
- {
4569
- "name": "mode",
4570
- "description": "The mode determines the platform behaviors of the component.",
4571
- "required": false,
4572
- "value": {
4573
- "kind": "expression",
4574
- "type": "\"ios\" | \"md\""
4575
- }
4576
- },
4577
- {
4578
- "name": "theme",
4579
- "description": "The theme determines the visual appearance of the component.",
4580
- "required": false,
4581
- "value": {
4582
- "kind": "expression",
4583
- "type": "\"ios\" | \"md\" | \"ionic\""
4584
- }
4585
- }
4586
- ],
3891
+ "attributes": [],
4587
3892
  "slots": [],
4588
3893
  "events": []
4589
3894
  },
@@ -4643,19 +3948,9 @@
4643
3948
  "type": "string | undefined"
4644
3949
  }
4645
3950
  },
4646
- {
4647
- "name": "hue",
4648
- "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.",
4649
- "required": false,
4650
- "default": "'subtle'",
4651
- "value": {
4652
- "kind": "expression",
4653
- "type": "\"bold\" | \"subtle\" | undefined"
4654
- }
4655
- },
4656
3951
  {
4657
3952
  "name": "mode",
4658
- "description": "The mode determines the platform behaviors of the component.",
3953
+ "description": "The mode determines which platform styles to use.",
4659
3954
  "required": false,
4660
3955
  "value": {
4661
3956
  "kind": "expression",
@@ -4671,15 +3966,6 @@
4671
3966
  "type": "string | undefined"
4672
3967
  }
4673
3968
  },
4674
- {
4675
- "name": "shape",
4676
- "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.",
4677
- "required": false,
4678
- "value": {
4679
- "kind": "expression",
4680
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4681
- }
4682
- },
4683
3969
  {
4684
3970
  "name": "target",
4685
3971
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -4689,15 +3975,6 @@
4689
3975
  "type": "string | undefined"
4690
3976
  }
4691
3977
  },
4692
- {
4693
- "name": "theme",
4694
- "description": "The theme determines the visual appearance of the component.",
4695
- "required": false,
4696
- "value": {
4697
- "kind": "expression",
4698
- "type": "\"ios\" | \"md\" | \"ionic\""
4699
- }
4700
- },
4701
3978
  {
4702
3979
  "name": "type",
4703
3980
  "description": "The type of the button.",
@@ -4746,15 +4023,6 @@
4746
4023
  "symbol": "ItemOptions"
4747
4024
  },
4748
4025
  "attributes": [
4749
- {
4750
- "name": "mode",
4751
- "description": "The mode determines the platform behaviors of the component.",
4752
- "required": false,
4753
- "value": {
4754
- "kind": "expression",
4755
- "type": "\"ios\" | \"md\""
4756
- }
4757
- },
4758
4026
  {
4759
4027
  "name": "side",
4760
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.",
@@ -4764,15 +4032,6 @@
4764
4032
  "kind": "expression",
4765
4033
  "type": "\"end\" | \"start\""
4766
4034
  }
4767
- },
4768
- {
4769
- "name": "theme",
4770
- "description": "The theme determines the visual appearance of the component.",
4771
- "required": false,
4772
- "value": {
4773
- "kind": "expression",
4774
- "type": "\"ios\" | \"md\" | \"ionic\""
4775
- }
4776
4035
  }
4777
4036
  ],
4778
4037
  "slots": [],
@@ -4807,24 +4066,6 @@
4807
4066
  "kind": "expression",
4808
4067
  "type": "boolean"
4809
4068
  }
4810
- },
4811
- {
4812
- "name": "mode",
4813
- "description": "The mode determines the platform behaviors of the component.",
4814
- "required": false,
4815
- "value": {
4816
- "kind": "expression",
4817
- "type": "\"ios\" | \"md\""
4818
- }
4819
- },
4820
- {
4821
- "name": "theme",
4822
- "description": "The theme determines the visual appearance of the component.",
4823
- "required": false,
4824
- "value": {
4825
- "kind": "expression",
4826
- "type": "\"ios\" | \"md\" | \"ionic\""
4827
- }
4828
4069
  }
4829
4070
  ],
4830
4071
  "slots": [],
@@ -4861,7 +4102,7 @@
4861
4102
  },
4862
4103
  {
4863
4104
  "name": "mode",
4864
- "description": "The mode determines the platform behaviors of the component.",
4105
+ "description": "The mode determines which platform styles to use.",
4865
4106
  "required": false,
4866
4107
  "value": {
4867
4108
  "kind": "expression",
@@ -4876,15 +4117,6 @@
4876
4117
  "kind": "expression",
4877
4118
  "type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
4878
4119
  }
4879
- },
4880
- {
4881
- "name": "theme",
4882
- "description": "The theme determines the visual appearance of the component.",
4883
- "required": false,
4884
- "value": {
4885
- "kind": "expression",
4886
- "type": "\"ios\" | \"md\" | \"ionic\""
4887
- }
4888
4120
  }
4889
4121
  ],
4890
4122
  "slots": [],
@@ -4920,30 +4152,12 @@
4920
4152
  },
4921
4153
  {
4922
4154
  "name": "mode",
4923
- "description": "The mode determines the platform behaviors of the component.",
4155
+ "description": "The mode determines which platform styles to use.",
4924
4156
  "required": false,
4925
4157
  "value": {
4926
4158
  "kind": "expression",
4927
4159
  "type": "\"ios\" | \"md\""
4928
4160
  }
4929
- },
4930
- {
4931
- "name": "shape",
4932
- "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.",
4933
- "required": false,
4934
- "value": {
4935
- "kind": "expression",
4936
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4937
- }
4938
- },
4939
- {
4940
- "name": "theme",
4941
- "description": "The theme determines the visual appearance of the component.",
4942
- "required": false,
4943
- "value": {
4944
- "kind": "expression",
4945
- "type": "\"ios\" | \"md\" | \"ionic\""
4946
- }
4947
4161
  }
4948
4162
  ],
4949
4163
  "slots": [],
@@ -4978,21 +4192,12 @@
4978
4192
  },
4979
4193
  {
4980
4194
  "name": "mode",
4981
- "description": "The mode determines the platform behaviors of the component.",
4195
+ "description": "The mode determines which platform styles to use.",
4982
4196
  "required": false,
4983
4197
  "value": {
4984
4198
  "kind": "expression",
4985
4199
  "type": "\"ios\" | \"md\""
4986
4200
  }
4987
- },
4988
- {
4989
- "name": "theme",
4990
- "description": "The theme determines the visual appearance of the component.",
4991
- "required": false,
4992
- "value": {
4993
- "kind": "expression",
4994
- "type": "\"ios\" | \"md\" | \"ionic\""
4995
- }
4996
4201
  }
4997
4202
  ],
4998
4203
  "slots": [],
@@ -5104,7 +4309,7 @@
5104
4309
  },
5105
4310
  {
5106
4311
  "name": "mode",
5107
- "description": "The mode determines the platform behaviors of the component.",
4312
+ "description": "The mode determines which platform styles to use.",
5108
4313
  "required": false,
5109
4314
  "value": {
5110
4315
  "kind": "expression",
@@ -5130,18 +4335,9 @@
5130
4335
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
5131
4336
  }
5132
4337
  },
5133
- {
5134
- "name": "theme",
5135
- "description": "The theme determines the visual appearance of the component.",
5136
- "required": false,
5137
- "value": {
5138
- "kind": "expression",
5139
- "type": "\"ios\" | \"md\" | \"ionic\""
5140
- }
5141
- },
5142
4338
  {
5143
4339
  "name": "translucent",
5144
- "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).",
5145
4341
  "required": false,
5146
4342
  "default": "false",
5147
4343
  "value": {
@@ -5290,15 +4486,6 @@
5290
4486
  "type": "string | undefined"
5291
4487
  }
5292
4488
  },
5293
- {
5294
- "name": "mode",
5295
- "description": "The mode determines the platform behaviors of the component.",
5296
- "required": false,
5297
- "value": {
5298
- "kind": "expression",
5299
- "type": "\"ios\" | \"md\""
5300
- }
5301
- },
5302
4489
  {
5303
4490
  "name": "side",
5304
4491
  "description": "Which side of the view the menu should be placed.",
@@ -5319,15 +4506,6 @@
5319
4506
  "type": "boolean"
5320
4507
  }
5321
4508
  },
5322
- {
5323
- "name": "theme",
5324
- "description": "The theme determines the visual appearance of the component.",
5325
- "required": false,
5326
- "value": {
5327
- "kind": "expression",
5328
- "type": "\"ios\" | \"md\" | \"ionic\""
5329
- }
5330
- },
5331
4509
  {
5332
4510
  "name": "type",
5333
4511
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -5431,22 +4609,13 @@
5431
4609
  },
5432
4610
  {
5433
4611
  "name": "mode",
5434
- "description": "The mode determines the platform behaviors of the component.",
4612
+ "description": "The mode determines which platform styles to use.",
5435
4613
  "required": false,
5436
4614
  "value": {
5437
4615
  "kind": "expression",
5438
4616
  "type": "\"ios\" | \"md\""
5439
4617
  }
5440
4618
  },
5441
- {
5442
- "name": "theme",
5443
- "description": "The theme determines the visual appearance of the component.",
5444
- "required": false,
5445
- "value": {
5446
- "kind": "expression",
5447
- "type": "\"ios\" | \"md\" | \"ionic\""
5448
- }
5449
- },
5450
4619
  {
5451
4620
  "name": "type",
5452
4621
  "description": "The type of the button.",
@@ -5488,24 +4657,6 @@
5488
4657
  "kind": "expression",
5489
4658
  "type": "string | undefined"
5490
4659
  }
5491
- },
5492
- {
5493
- "name": "mode",
5494
- "description": "The mode determines the platform behaviors of the component.",
5495
- "required": false,
5496
- "value": {
5497
- "kind": "expression",
5498
- "type": "\"ios\" | \"md\""
5499
- }
5500
- },
5501
- {
5502
- "name": "theme",
5503
- "description": "The theme determines the visual appearance of the component.",
5504
- "required": false,
5505
- "value": {
5506
- "kind": "expression",
5507
- "type": "\"ios\" | \"md\" | \"ionic\""
5508
- }
5509
4660
  }
5510
4661
  ],
5511
4662
  "slots": [
@@ -5681,7 +4832,7 @@
5681
4832
  },
5682
4833
  {
5683
4834
  "name": "mode",
5684
- "description": "The mode determines the platform behaviors of the component.",
4835
+ "description": "The mode determines which platform styles to use.",
5685
4836
  "required": false,
5686
4837
  "value": {
5687
4838
  "kind": "expression",
@@ -5697,15 +4848,6 @@
5697
4848
  "type": "HTMLElement | undefined"
5698
4849
  }
5699
4850
  },
5700
- {
5701
- "name": "shape",
5702
- "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.",
5703
- "required": false,
5704
- "value": {
5705
- "kind": "expression",
5706
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
5707
- }
5708
- },
5709
4851
  {
5710
4852
  "name": "show-backdrop",
5711
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.",
@@ -5716,15 +4858,6 @@
5716
4858
  "type": "boolean"
5717
4859
  }
5718
4860
  },
5719
- {
5720
- "name": "theme",
5721
- "description": "The theme determines the visual appearance of the component.",
5722
- "required": false,
5723
- "value": {
5724
- "kind": "expression",
5725
- "type": "\"ios\" | \"md\" | \"ionic\""
5726
- }
5727
- },
5728
4861
  {
5729
4862
  "name": "trigger",
5730
4863
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -5884,21 +5017,12 @@
5884
5017
  },
5885
5018
  {
5886
5019
  "name": "mode",
5887
- "description": "The mode determines the platform behaviors of the component.",
5020
+ "description": "The mode determines which platform styles to use.",
5888
5021
  "required": false,
5889
5022
  "value": {
5890
5023
  "kind": "expression",
5891
5024
  "type": "\"ios\" | \"md\""
5892
5025
  }
5893
- },
5894
- {
5895
- "name": "theme",
5896
- "description": "The theme determines the visual appearance of the component.",
5897
- "required": false,
5898
- "value": {
5899
- "kind": "expression",
5900
- "type": "\"ios\" | \"md\" | \"ionic\""
5901
- }
5902
5026
  }
5903
5027
  ],
5904
5028
  "slots": [],
@@ -5915,21 +5039,12 @@
5915
5039
  "attributes": [
5916
5040
  {
5917
5041
  "name": "mode",
5918
- "description": "The mode determines the platform behaviors of the component.",
5042
+ "description": "The mode determines which platform styles to use.",
5919
5043
  "required": false,
5920
5044
  "value": {
5921
5045
  "kind": "expression",
5922
5046
  "type": "\"ios\" | \"md\""
5923
5047
  }
5924
- },
5925
- {
5926
- "name": "theme",
5927
- "description": "The theme determines the visual appearance of the component.",
5928
- "required": false,
5929
- "value": {
5930
- "kind": "expression",
5931
- "type": "\"ios\" | \"md\" | \"ionic\""
5932
- }
5933
5048
  }
5934
5049
  ],
5935
5050
  "slots": [],
@@ -5966,22 +5081,13 @@
5966
5081
  },
5967
5082
  {
5968
5083
  "name": "mode",
5969
- "description": "The mode determines the platform behaviors of the component.",
5084
+ "description": "The mode determines which platform styles to use.",
5970
5085
  "required": false,
5971
5086
  "value": {
5972
5087
  "kind": "expression",
5973
5088
  "type": "\"ios\" | \"md\""
5974
5089
  }
5975
5090
  },
5976
- {
5977
- "name": "theme",
5978
- "description": "The theme determines the visual appearance of the component.",
5979
- "required": false,
5980
- "value": {
5981
- "kind": "expression",
5982
- "type": "\"ios\" | \"md\" | \"ionic\""
5983
- }
5984
- },
5985
5091
  {
5986
5092
  "name": "value",
5987
5093
  "description": "The selected option in the picker.",
@@ -6000,317 +5106,62 @@
6000
5106
  {
6001
5107
  "name": "suffix",
6002
5108
  "description": "Content to show on the right side of the picker options."
6003
- }
6004
- ],
6005
- "events": [
6006
- {
6007
- "name": "ionChange",
6008
- "description": "Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
6009
- "arguments": [
6010
- {
6011
- "name": "detail",
6012
- "type": "PickerColumnChangeEventDetail"
6013
- }
6014
- ]
6015
- }
6016
- ]
6017
- },
6018
- {
6019
- "name": "IonPickerColumnOption",
6020
- "doc-url": "https://ionicframework.com/docs/api/picker-column-option",
6021
- "description": "",
6022
- "source": {
6023
- "module": "@ionic/core/src/components/picker-column-option/picker-column-option.d.ts",
6024
- "symbol": "PickerColumnOption"
6025
- },
6026
- "attributes": [
6027
- {
6028
- "name": "color",
6029
- "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
6030
- "required": false,
6031
- "default": "'primary'",
6032
- "value": {
6033
- "kind": "expression",
6034
- "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
6035
- }
6036
- },
6037
- {
6038
- "name": "disabled",
6039
- "description": "If `true`, the user cannot interact with the picker column option.",
6040
- "required": false,
6041
- "default": "false",
6042
- "value": {
6043
- "kind": "expression",
6044
- "type": "boolean"
6045
- }
6046
- },
6047
- {
6048
- "name": "mode",
6049
- "description": "The mode determines the platform behaviors of the component.",
6050
- "required": false,
6051
- "value": {
6052
- "kind": "expression",
6053
- "type": "\"ios\" | \"md\""
6054
- }
6055
- },
6056
- {
6057
- "name": "theme",
6058
- "description": "The theme determines the visual appearance of the component.",
6059
- "required": false,
6060
- "value": {
6061
- "kind": "expression",
6062
- "type": "\"ios\" | \"md\" | \"ionic\""
6063
- }
6064
- },
6065
- {
6066
- "name": "value",
6067
- "description": "The text value of the option.",
6068
- "required": false,
6069
- "value": {
6070
- "kind": "expression",
6071
- "type": "any"
6072
- }
6073
- }
6074
- ],
6075
- "slots": [],
6076
- "events": []
6077
- },
6078
- {
6079
- "name": "IonPickerLegacy",
6080
- "doc-url": "https://ionicframework.com/docs/api/picker-legacy",
6081
- "description": "",
6082
- "source": {
6083
- "module": "@ionic/core/src/components/picker-legacy/picker.d.ts",
6084
- "symbol": "PickerLegacy"
6085
- },
6086
- "attributes": [
6087
- {
6088
- "name": "animated",
6089
- "description": "If `true`, the picker will animate.",
6090
- "required": false,
6091
- "default": "true",
6092
- "value": {
6093
- "kind": "expression",
6094
- "type": "boolean"
6095
- }
6096
- },
6097
- {
6098
- "name": "backdrop-dismiss",
6099
- "description": "If `true`, the picker will be dismissed when the backdrop is clicked.",
6100
- "required": false,
6101
- "default": "true",
6102
- "value": {
6103
- "kind": "expression",
6104
- "type": "boolean"
6105
- }
6106
- },
6107
- {
6108
- "name": "buttons",
6109
- "description": "Array of buttons to be displayed at the top of the picker.",
6110
- "required": false,
6111
- "default": "[]",
6112
- "value": {
6113
- "kind": "expression",
6114
- "type": "PickerButton[]"
6115
- }
6116
- },
6117
- {
6118
- "name": "columns",
6119
- "description": "Array of columns to be displayed in the picker.",
6120
- "required": false,
6121
- "default": "[]",
6122
- "value": {
6123
- "kind": "expression",
6124
- "type": "PickerColumn[]"
6125
- }
6126
- },
6127
- {
6128
- "name": "css-class",
6129
- "description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
6130
- "required": false,
6131
- "value": {
6132
- "kind": "expression",
6133
- "type": "string | string[] | undefined"
6134
- }
6135
- },
6136
- {
6137
- "name": "duration",
6138
- "description": "Number of milliseconds to wait before dismissing the picker.",
6139
- "required": false,
6140
- "default": "0",
6141
- "value": {
6142
- "kind": "expression",
6143
- "type": "number"
6144
- }
6145
- },
6146
- {
6147
- "name": "enterAnimation",
6148
- "description": "Animation to use when the picker is presented.",
6149
- "required": false,
6150
- "value": {
6151
- "kind": "expression",
6152
- "type": "((baseEl: any, opts?: any) => Animation) | undefined"
6153
- }
6154
- },
6155
- {
6156
- "name": "htmlAttributes",
6157
- "description": "Additional attributes to pass to the picker.",
6158
- "required": false,
6159
- "value": {
6160
- "kind": "expression",
6161
- "type": "undefined | { [key: string]: any; }"
6162
- }
6163
- },
6164
- {
6165
- "name": "is-open",
6166
- "description": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code.",
6167
- "required": false,
6168
- "default": "false",
6169
- "value": {
6170
- "kind": "expression",
6171
- "type": "boolean"
6172
- }
6173
- },
6174
- {
6175
- "name": "keyboard-close",
6176
- "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
6177
- "required": false,
6178
- "default": "true",
6179
- "value": {
6180
- "kind": "expression",
6181
- "type": "boolean"
6182
- }
6183
- },
6184
- {
6185
- "name": "leaveAnimation",
6186
- "description": "Animation to use when the picker is dismissed.",
6187
- "required": false,
6188
- "value": {
6189
- "kind": "expression",
6190
- "type": "((baseEl: any, opts?: any) => Animation) | undefined"
6191
- }
6192
- },
6193
- {
6194
- "name": "mode",
6195
- "description": "The mode determines the platform behaviors of the component.",
6196
- "required": false,
6197
- "value": {
6198
- "kind": "expression",
6199
- "type": "\"ios\" | \"md\""
6200
- }
6201
- },
6202
- {
6203
- "name": "show-backdrop",
6204
- "description": "If `true`, a backdrop will be displayed behind the picker.",
6205
- "required": false,
6206
- "default": "true",
6207
- "value": {
6208
- "kind": "expression",
6209
- "type": "boolean"
6210
- }
6211
- },
6212
- {
6213
- "name": "theme",
6214
- "description": "The theme determines the visual appearance of the component.",
6215
- "required": false,
6216
- "value": {
6217
- "kind": "expression",
6218
- "type": "\"ios\" | \"md\" | \"ionic\""
6219
- }
6220
- },
6221
- {
6222
- "name": "trigger",
6223
- "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
6224
- "required": false,
6225
- "value": {
6226
- "kind": "expression",
6227
- "type": "string | undefined"
6228
- }
6229
- }
6230
- ],
6231
- "slots": [],
6232
- "events": [
6233
- {
6234
- "name": "didDismiss",
6235
- "description": "Emitted after the picker has dismissed.\nShorthand for ionPickerDidDismiss.",
6236
- "arguments": [
6237
- {
6238
- "name": "detail",
6239
- "type": "OverlayEventDetail<any>"
6240
- }
6241
- ]
6242
- },
6243
- {
6244
- "name": "didPresent",
6245
- "description": "Emitted after the picker has presented.\nShorthand for ionPickerWillDismiss.",
6246
- "arguments": [
6247
- {
6248
- "name": "detail",
6249
- "type": "void"
6250
- }
6251
- ]
6252
- },
6253
- {
6254
- "name": "ionPickerDidDismiss",
6255
- "description": "Emitted after the picker has dismissed.",
6256
- "arguments": [
6257
- {
6258
- "name": "detail",
6259
- "type": "OverlayEventDetail<any>"
6260
- }
6261
- ]
6262
- },
6263
- {
6264
- "name": "ionPickerDidPresent",
6265
- "description": "Emitted after the picker has presented.",
6266
- "arguments": [
6267
- {
6268
- "name": "detail",
6269
- "type": "void"
6270
- }
6271
- ]
6272
- },
6273
- {
6274
- "name": "ionPickerWillDismiss",
6275
- "description": "Emitted before the picker has dismissed.",
6276
- "arguments": [
6277
- {
6278
- "name": "detail",
6279
- "type": "OverlayEventDetail<any>"
6280
- }
6281
- ]
6282
- },
5109
+ }
5110
+ ],
5111
+ "events": [
6283
5112
  {
6284
- "name": "ionPickerWillPresent",
6285
- "description": "Emitted before the picker has presented.",
5113
+ "name": "ionChange",
5114
+ "description": "Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
6286
5115
  "arguments": [
6287
5116
  {
6288
5117
  "name": "detail",
6289
- "type": "void"
5118
+ "type": "PickerColumnChangeEventDetail"
6290
5119
  }
6291
5120
  ]
5121
+ }
5122
+ ]
5123
+ },
5124
+ {
5125
+ "name": "IonPickerColumnOption",
5126
+ "doc-url": "https://ionicframework.com/docs/api/picker-column-option",
5127
+ "description": "",
5128
+ "source": {
5129
+ "module": "@ionic/core/src/components/picker-column-option/picker-column-option.d.ts",
5130
+ "symbol": "PickerColumnOption"
5131
+ },
5132
+ "attributes": [
5133
+ {
5134
+ "name": "color",
5135
+ "description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
5136
+ "required": false,
5137
+ "default": "'primary'",
5138
+ "value": {
5139
+ "kind": "expression",
5140
+ "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
5141
+ }
6292
5142
  },
6293
5143
  {
6294
- "name": "willDismiss",
6295
- "description": "Emitted before the picker has dismissed.\nShorthand for ionPickerWillDismiss.",
6296
- "arguments": [
6297
- {
6298
- "name": "detail",
6299
- "type": "OverlayEventDetail<any>"
6300
- }
6301
- ]
5144
+ "name": "disabled",
5145
+ "description": "If `true`, the user cannot interact with the picker column option.",
5146
+ "required": false,
5147
+ "default": "false",
5148
+ "value": {
5149
+ "kind": "expression",
5150
+ "type": "boolean"
5151
+ }
6302
5152
  },
6303
5153
  {
6304
- "name": "willPresent",
6305
- "description": "Emitted before the picker has presented.\nShorthand for ionPickerWillPresent.",
6306
- "arguments": [
6307
- {
6308
- "name": "detail",
6309
- "type": "void"
6310
- }
6311
- ]
5154
+ "name": "value",
5155
+ "description": "The text value of the option.",
5156
+ "required": false,
5157
+ "value": {
5158
+ "kind": "expression",
5159
+ "type": "any"
5160
+ }
6312
5161
  }
6313
- ]
5162
+ ],
5163
+ "slots": [],
5164
+ "events": []
6314
5165
  },
6315
5166
  {
6316
5167
  "name": "IonPopover",
@@ -6323,7 +5174,7 @@
6323
5174
  "attributes": [
6324
5175
  {
6325
5176
  "name": "alignment",
6326
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
5177
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
6327
5178
  "required": false,
6328
5179
  "value": {
6329
5180
  "kind": "expression",
@@ -6342,7 +5193,7 @@
6342
5193
  },
6343
5194
  {
6344
5195
  "name": "arrow",
6345
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
5196
+ "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.",
6346
5197
  "required": false,
6347
5198
  "default": "true",
6348
5199
  "value": {
@@ -6466,7 +5317,7 @@
6466
5317
  },
6467
5318
  {
6468
5319
  "name": "mode",
6469
- "description": "The mode determines the platform behaviors of the component.",
5320
+ "description": "The mode determines which platform styles to use.",
6470
5321
  "required": false,
6471
5322
  "value": {
6472
5323
  "kind": "expression",
@@ -6513,18 +5364,9 @@
6513
5364
  "type": "\"auto\" | \"cover\""
6514
5365
  }
6515
5366
  },
6516
- {
6517
- "name": "theme",
6518
- "description": "The theme determines the visual appearance of the component.",
6519
- "required": false,
6520
- "value": {
6521
- "kind": "expression",
6522
- "type": "\"ios\" | \"md\" | \"ionic\""
6523
- }
6524
- },
6525
5367
  {
6526
5368
  "name": "translucent",
6527
- "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).",
5369
+ "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).",
6528
5370
  "required": false,
6529
5371
  "default": "false",
6530
5372
  "value": {
@@ -6671,7 +5513,7 @@
6671
5513
  },
6672
5514
  {
6673
5515
  "name": "mode",
6674
- "description": "The mode determines the platform behaviors of the component.",
5516
+ "description": "The mode determines which platform styles to use.",
6675
5517
  "required": false,
6676
5518
  "value": {
6677
5519
  "kind": "expression",
@@ -6688,24 +5530,6 @@
6688
5530
  "type": "boolean"
6689
5531
  }
6690
5532
  },
6691
- {
6692
- "name": "shape",
6693
- "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.",
6694
- "required": false,
6695
- "value": {
6696
- "kind": "expression",
6697
- "type": "\"rectangular\" | \"round\" | undefined"
6698
- }
6699
- },
6700
- {
6701
- "name": "theme",
6702
- "description": "The theme determines the visual appearance of the component.",
6703
- "required": false,
6704
- "value": {
6705
- "kind": "expression",
6706
- "type": "\"ios\" | \"md\" | \"ionic\""
6707
- }
6708
- },
6709
5533
  {
6710
5534
  "name": "type",
6711
5535
  "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).",
@@ -6788,7 +5612,7 @@
6788
5612
  },
6789
5613
  {
6790
5614
  "name": "mode",
6791
- "description": "The mode determines the platform behaviors of the component.",
5615
+ "description": "The mode determines which platform styles to use.",
6792
5616
  "required": false,
6793
5617
  "value": {
6794
5618
  "kind": "expression",
@@ -6805,15 +5629,6 @@
6805
5629
  "type": "string"
6806
5630
  }
6807
5631
  },
6808
- {
6809
- "name": "theme",
6810
- "description": "The theme determines the visual appearance of the component.",
6811
- "required": false,
6812
- "value": {
6813
- "kind": "expression",
6814
- "type": "\"ios\" | \"md\" | \"ionic\""
6815
- }
6816
- },
6817
5632
  {
6818
5633
  "name": "value",
6819
5634
  "description": "the value of the radio.",
@@ -6899,15 +5714,6 @@
6899
5714
  "type": "string | undefined"
6900
5715
  }
6901
5716
  },
6902
- {
6903
- "name": "mode",
6904
- "description": "The mode determines the platform behaviors of the component.",
6905
- "required": false,
6906
- "value": {
6907
- "kind": "expression",
6908
- "type": "\"ios\" | \"md\""
6909
- }
6910
- },
6911
5717
  {
6912
5718
  "name": "name",
6913
5719
  "description": "The name of the control, which is submitted with the form data.",
@@ -6918,15 +5724,6 @@
6918
5724
  "type": "string"
6919
5725
  }
6920
5726
  },
6921
- {
6922
- "name": "theme",
6923
- "description": "The theme determines the visual appearance of the component.",
6924
- "required": false,
6925
- "value": {
6926
- "kind": "expression",
6927
- "type": "\"ios\" | \"md\" | \"ionic\""
6928
- }
6929
- },
6930
5727
  {
6931
5728
  "name": "value",
6932
5729
  "description": "the value of the radio group.",
@@ -7048,7 +5845,7 @@
7048
5845
  },
7049
5846
  {
7050
5847
  "name": "mode",
7051
- "description": "The mode determines the platform behaviors of the component.",
5848
+ "description": "The mode determines which platform styles to use.",
7052
5849
  "required": false,
7053
5850
  "value": {
7054
5851
  "kind": "expression",
@@ -7105,15 +5902,6 @@
7105
5902
  "type": "number"
7106
5903
  }
7107
5904
  },
7108
- {
7109
- "name": "theme",
7110
- "description": "The theme determines the visual appearance of the component.",
7111
- "required": false,
7112
- "value": {
7113
- "kind": "expression",
7114
- "type": "\"ios\" | \"md\" | \"ionic\""
7115
- }
7116
- },
7117
5905
  {
7118
5906
  "name": "ticks",
7119
5907
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -7243,7 +6031,7 @@
7243
6031
  },
7244
6032
  {
7245
6033
  "name": "mode",
7246
- "description": "The mode determines the platform behaviors of the component.",
6034
+ "description": "The mode determines which platform styles to use.",
7247
6035
  "required": false,
7248
6036
  "value": {
7249
6037
  "kind": "expression",
@@ -7289,15 +6077,6 @@
7289
6077
  "kind": "expression",
7290
6078
  "type": "string"
7291
6079
  }
7292
- },
7293
- {
7294
- "name": "theme",
7295
- "description": "The theme determines the visual appearance of the component.",
7296
- "required": false,
7297
- "value": {
7298
- "kind": "expression",
7299
- "type": "\"ios\" | \"md\" | \"ionic\""
7300
- }
7301
6080
  }
7302
6081
  ],
7303
6082
  "slots": [],
@@ -7363,15 +6142,6 @@
7363
6142
  "symbol": "RefresherContent"
7364
6143
  },
7365
6144
  "attributes": [
7366
- {
7367
- "name": "mode",
7368
- "description": "The mode determines the platform behaviors of the component.",
7369
- "required": false,
7370
- "value": {
7371
- "kind": "expression",
7372
- "type": "\"ios\" | \"md\""
7373
- }
7374
- },
7375
6145
  {
7376
6146
  "name": "pulling-icon",
7377
6147
  "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.",
@@ -7407,15 +6177,6 @@
7407
6177
  "kind": "expression",
7408
6178
  "type": "IonicSafeString | string | undefined"
7409
6179
  }
7410
- },
7411
- {
7412
- "name": "theme",
7413
- "description": "The theme determines the visual appearance of the component.",
7414
- "required": false,
7415
- "value": {
7416
- "kind": "expression",
7417
- "type": "\"ios\" | \"md\" | \"ionic\""
7418
- }
7419
6180
  }
7420
6181
  ],
7421
6182
  "slots": [],
@@ -7429,26 +6190,7 @@
7429
6190
  "module": "@ionic/core/src/components/reorder/reorder.d.ts",
7430
6191
  "symbol": "Reorder"
7431
6192
  },
7432
- "attributes": [
7433
- {
7434
- "name": "mode",
7435
- "description": "The mode determines the platform behaviors of the component.",
7436
- "required": false,
7437
- "value": {
7438
- "kind": "expression",
7439
- "type": "\"ios\" | \"md\""
7440
- }
7441
- },
7442
- {
7443
- "name": "theme",
7444
- "description": "The theme determines the visual appearance of the component.",
7445
- "required": false,
7446
- "value": {
7447
- "kind": "expression",
7448
- "type": "\"ios\" | \"md\" | \"ionic\""
7449
- }
7450
- }
7451
- ],
6193
+ "attributes": [],
7452
6194
  "slots": [],
7453
6195
  "events": []
7454
6196
  },
@@ -7470,24 +6212,6 @@
7470
6212
  "kind": "expression",
7471
6213
  "type": "boolean"
7472
6214
  }
7473
- },
7474
- {
7475
- "name": "mode",
7476
- "description": "The mode determines the platform behaviors of the component.",
7477
- "required": false,
7478
- "value": {
7479
- "kind": "expression",
7480
- "type": "\"ios\" | \"md\""
7481
- }
7482
- },
7483
- {
7484
- "name": "theme",
7485
- "description": "The theme determines the visual appearance of the component.",
7486
- "required": false,
7487
- "value": {
7488
- "kind": "expression",
7489
- "type": "\"ios\" | \"md\" | \"ionic\""
7490
- }
7491
6215
  }
7492
6216
  ],
7493
6217
  "slots": [],
@@ -7543,24 +6267,6 @@
7543
6267
  "symbol": "RippleEffect"
7544
6268
  },
7545
6269
  "attributes": [
7546
- {
7547
- "name": "mode",
7548
- "description": "The mode determines the platform behaviors of the component.",
7549
- "required": false,
7550
- "value": {
7551
- "kind": "expression",
7552
- "type": "\"ios\" | \"md\""
7553
- }
7554
- },
7555
- {
7556
- "name": "theme",
7557
- "description": "The theme determines the visual appearance of the component.",
7558
- "required": false,
7559
- "value": {
7560
- "kind": "expression",
7561
- "type": "\"ios\" | \"md\" | \"ionic\""
7562
- }
7563
- },
7564
6270
  {
7565
6271
  "name": "type",
7566
6272
  "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.",
@@ -7620,24 +6326,6 @@
7620
6326
  "type": "undefined | { [key: string]: any; }"
7621
6327
  }
7622
6328
  },
7623
- {
7624
- "name": "mode",
7625
- "description": "The mode determines the platform behaviors of the component.",
7626
- "required": false,
7627
- "value": {
7628
- "kind": "expression",
7629
- "type": "\"ios\" | \"md\""
7630
- }
7631
- },
7632
- {
7633
- "name": "theme",
7634
- "description": "The theme determines the visual appearance of the component.",
7635
- "required": false,
7636
- "value": {
7637
- "kind": "expression",
7638
- "type": "\"ios\" | \"md\" | \"ionic\""
7639
- }
7640
- },
7641
6329
  {
7642
6330
  "name": "url",
7643
6331
  "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.",
@@ -7671,26 +6359,7 @@
7671
6359
  "module": "@ionic/core/src/components/row/row.d.ts",
7672
6360
  "symbol": "Row"
7673
6361
  },
7674
- "attributes": [
7675
- {
7676
- "name": "mode",
7677
- "description": "The mode determines the platform behaviors of the component.",
7678
- "required": false,
7679
- "value": {
7680
- "kind": "expression",
7681
- "type": "\"ios\" | \"md\""
7682
- }
7683
- },
7684
- {
7685
- "name": "theme",
7686
- "description": "The theme determines the visual appearance of the component.",
7687
- "required": false,
7688
- "value": {
7689
- "kind": "expression",
7690
- "type": "\"ios\" | \"md\" | \"ionic\""
7691
- }
7692
- }
7693
- ],
6362
+ "attributes": [],
7694
6363
  "slots": [],
7695
6364
  "events": []
7696
6365
  },
@@ -7745,16 +6414,17 @@
7745
6414
  },
7746
6415
  {
7747
6416
  "name": "cancel-button-icon",
7748
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
6417
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
7749
6418
  "required": false,
6419
+ "default": "config.get('backButtonIcon', arrowBackSharp) as string",
7750
6420
  "value": {
7751
6421
  "kind": "expression",
7752
- "type": "string | undefined"
6422
+ "type": "string"
7753
6423
  }
7754
6424
  },
7755
6425
  {
7756
6426
  "name": "cancel-button-text",
7757
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
6427
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
7758
6428
  "required": false,
7759
6429
  "default": "'Cancel'",
7760
6430
  "value": {
@@ -7764,7 +6434,7 @@
7764
6434
  },
7765
6435
  {
7766
6436
  "name": "clear-icon",
7767
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
6437
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
7768
6438
  "required": false,
7769
6439
  "value": {
7770
6440
  "kind": "expression",
@@ -7837,7 +6507,7 @@
7837
6507
  },
7838
6508
  {
7839
6509
  "name": "mode",
7840
- "description": "The mode determines the platform behaviors of the component.",
6510
+ "description": "The mode determines which platform styles to use.",
7841
6511
  "required": false,
7842
6512
  "value": {
7843
6513
  "kind": "expression",
@@ -7866,20 +6536,11 @@
7866
6536
  },
7867
6537
  {
7868
6538
  "name": "search-icon",
7869
- "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.",
7870
- "required": false,
7871
- "value": {
7872
- "kind": "expression",
7873
- "type": "boolean | string | undefined"
7874
- }
7875
- },
7876
- {
7877
- "name": "shape",
7878
- "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.",
6539
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
7879
6540
  "required": false,
7880
6541
  "value": {
7881
6542
  "kind": "expression",
7882
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
6543
+ "type": "string | undefined"
7883
6544
  }
7884
6545
  },
7885
6546
  {
@@ -7902,15 +6563,6 @@
7902
6563
  "type": "\"always\" | \"focus\" | \"never\""
7903
6564
  }
7904
6565
  },
7905
- {
7906
- "name": "size",
7907
- "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.",
7908
- "required": false,
7909
- "value": {
7910
- "kind": "expression",
7911
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
7912
- }
7913
- },
7914
6566
  {
7915
6567
  "name": "spellcheck",
7916
6568
  "description": "If `true`, enable spellcheck on the input.",
@@ -7921,15 +6573,6 @@
7921
6573
  "type": "boolean"
7922
6574
  }
7923
6575
  },
7924
- {
7925
- "name": "theme",
7926
- "description": "The theme determines the visual appearance of the component.",
7927
- "required": false,
7928
- "value": {
7929
- "kind": "expression",
7930
- "type": "\"ios\" | \"md\" | \"ionic\""
7931
- }
7932
- },
7933
6576
  {
7934
6577
  "name": "type",
7935
6578
  "description": "Set the type of the input.",
@@ -8045,7 +6688,7 @@
8045
6688
  },
8046
6689
  {
8047
6690
  "name": "mode",
8048
- "description": "The mode determines the platform behaviors of the component.",
6691
+ "description": "The mode determines which platform styles to use.",
8049
6692
  "required": false,
8050
6693
  "value": {
8051
6694
  "kind": "expression",
@@ -8082,15 +6725,6 @@
8082
6725
  "type": "boolean"
8083
6726
  }
8084
6727
  },
8085
- {
8086
- "name": "theme",
8087
- "description": "The theme determines the visual appearance of the component.",
8088
- "required": false,
8089
- "value": {
8090
- "kind": "expression",
8091
- "type": "\"ios\" | \"md\" | \"ionic\""
8092
- }
8093
- },
8094
6728
  {
8095
6729
  "name": "value",
8096
6730
  "description": "the value of the segment.",
@@ -8155,22 +6789,13 @@
8155
6789
  },
8156
6790
  {
8157
6791
  "name": "mode",
8158
- "description": "The mode determines the platform behaviors of the component.",
6792
+ "description": "The mode determines which platform styles to use.",
8159
6793
  "required": false,
8160
6794
  "value": {
8161
6795
  "kind": "expression",
8162
6796
  "type": "\"ios\" | \"md\""
8163
6797
  }
8164
6798
  },
8165
- {
8166
- "name": "theme",
8167
- "description": "The theme determines the visual appearance of the component.",
8168
- "required": false,
8169
- "value": {
8170
- "kind": "expression",
8171
- "type": "\"ios\" | \"md\" | \"ionic\""
8172
- }
8173
- },
8174
6799
  {
8175
6800
  "name": "type",
8176
6801
  "description": "The type of the button.",
@@ -8257,19 +6882,9 @@
8257
6882
  "description": "",
8258
6883
  "source": {
8259
6884
  "module": "@ionic/core/src/components/select/select.d.ts",
8260
- "symbol": "Select"
8261
- },
8262
- "attributes": [
8263
- {
8264
- "name": "cancel-icon",
8265
- "description": "If `true`, the cancel button will display an icon instead of the `cancelText`.\nOnly applies when `interface` is set to `\"modal\"`. Has no effect on `\"action-sheet\"`,\n`\"alert\"`, or `\"popover\"` interfaces.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored for display\nbut is used as the accessible label for the icon button.",
8266
- "required": false,
8267
- "default": "false",
8268
- "value": {
8269
- "kind": "expression",
8270
- "type": "boolean"
8271
- }
8272
- },
6885
+ "symbol": "Select"
6886
+ },
6887
+ "attributes": [
8273
6888
  {
8274
6889
  "name": "cancel-text",
8275
6890
  "description": "The text to display on the cancel button.",
@@ -8319,7 +6934,7 @@
8319
6934
  },
8320
6935
  {
8321
6936
  "name": "expanded-icon",
8322
- "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.",
6937
+ "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.",
8323
6938
  "required": false,
8324
6939
  "value": {
8325
6940
  "kind": "expression",
@@ -8328,7 +6943,7 @@
8328
6943
  },
8329
6944
  {
8330
6945
  "name": "fill",
8331
- "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.",
6946
+ "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.",
8332
6947
  "required": false,
8333
6948
  "value": {
8334
6949
  "kind": "expression",
@@ -8394,7 +7009,7 @@
8394
7009
  },
8395
7010
  {
8396
7011
  "name": "mode",
8397
- "description": "The mode determines the platform behaviors of the component.",
7012
+ "description": "The mode determines which platform styles to use.",
8398
7013
  "required": false,
8399
7014
  "value": {
8400
7015
  "kind": "expression",
@@ -8461,34 +7076,16 @@
8461
7076
  },
8462
7077
  {
8463
7078
  "name": "shape",
8464
- "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.",
8465
- "required": false,
8466
- "value": {
8467
- "kind": "expression",
8468
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8469
- }
8470
- },
8471
- {
8472
- "name": "size",
8473
- "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.",
8474
- "required": false,
8475
- "value": {
8476
- "kind": "expression",
8477
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8478
- }
8479
- },
8480
- {
8481
- "name": "theme",
8482
- "description": "The theme determines the visual appearance of the component.",
7079
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
8483
7080
  "required": false,
8484
7081
  "value": {
8485
7082
  "kind": "expression",
8486
- "type": "\"ios\" | \"md\" | \"ionic\""
7083
+ "type": "\"round\" | undefined"
8487
7084
  }
8488
7085
  },
8489
7086
  {
8490
7087
  "name": "toggle-icon",
8491
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
7088
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
8492
7089
  "required": false,
8493
7090
  "value": {
8494
7091
  "kind": "expression",
@@ -8581,16 +7178,6 @@
8581
7178
  "symbol": "SelectModal"
8582
7179
  },
8583
7180
  "attributes": [
8584
- {
8585
- "name": "cancel-icon",
8586
- "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
8587
- "required": false,
8588
- "default": "false",
8589
- "value": {
8590
- "kind": "expression",
8591
- "type": "boolean"
8592
- }
8593
- },
8594
7181
  {
8595
7182
  "name": "cancel-text",
8596
7183
  "description": "The text to display on the cancel button.",
@@ -8652,24 +7239,6 @@
8652
7239
  "type": "boolean"
8653
7240
  }
8654
7241
  },
8655
- {
8656
- "name": "mode",
8657
- "description": "The mode determines the platform behaviors of the component.",
8658
- "required": false,
8659
- "value": {
8660
- "kind": "expression",
8661
- "type": "\"ios\" | \"md\""
8662
- }
8663
- },
8664
- {
8665
- "name": "theme",
8666
- "description": "The theme determines the visual appearance of the component.",
8667
- "required": false,
8668
- "value": {
8669
- "kind": "expression",
8670
- "type": "\"ios\" | \"md\" | \"ionic\""
8671
- }
8672
- },
8673
7242
  {
8674
7243
  "name": "value",
8675
7244
  "description": "The text value of the option.",
@@ -8701,24 +7270,6 @@
8701
7270
  "kind": "expression",
8702
7271
  "type": "boolean"
8703
7272
  }
8704
- },
8705
- {
8706
- "name": "mode",
8707
- "description": "The mode determines the platform behaviors of the component.",
8708
- "required": false,
8709
- "value": {
8710
- "kind": "expression",
8711
- "type": "\"ios\" | \"md\""
8712
- }
8713
- },
8714
- {
8715
- "name": "theme",
8716
- "description": "The theme determines the visual appearance of the component.",
8717
- "required": false,
8718
- "value": {
8719
- "kind": "expression",
8720
- "type": "\"ios\" | \"md\" | \"ionic\""
8721
- }
8722
7273
  }
8723
7274
  ],
8724
7275
  "slots": [],
@@ -8751,15 +7302,6 @@
8751
7302
  "type": "number | undefined"
8752
7303
  }
8753
7304
  },
8754
- {
8755
- "name": "mode",
8756
- "description": "The mode determines the platform behaviors of the component.",
8757
- "required": false,
8758
- "value": {
8759
- "kind": "expression",
8760
- "type": "\"ios\" | \"md\""
8761
- }
8762
- },
8763
7305
  {
8764
7306
  "name": "name",
8765
7307
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -8778,24 +7320,6 @@
8778
7320
  "kind": "expression",
8779
7321
  "type": "boolean"
8780
7322
  }
8781
- },
8782
- {
8783
- "name": "size",
8784
- "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.",
8785
- "required": false,
8786
- "value": {
8787
- "kind": "expression",
8788
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
8789
- }
8790
- },
8791
- {
8792
- "name": "theme",
8793
- "description": "The theme determines the visual appearance of the component.",
8794
- "required": false,
8795
- "value": {
8796
- "kind": "expression",
8797
- "type": "\"ios\" | \"md\" | \"ionic\""
8798
- }
8799
7323
  }
8800
7324
  ],
8801
7325
  "slots": [],
@@ -8829,24 +7353,6 @@
8829
7353
  "type": "boolean"
8830
7354
  }
8831
7355
  },
8832
- {
8833
- "name": "mode",
8834
- "description": "The mode determines the platform behaviors of the component.",
8835
- "required": false,
8836
- "value": {
8837
- "kind": "expression",
8838
- "type": "\"ios\" | \"md\""
8839
- }
8840
- },
8841
- {
8842
- "name": "theme",
8843
- "description": "The theme determines the visual appearance of the component.",
8844
- "required": false,
8845
- "value": {
8846
- "kind": "expression",
8847
- "type": "\"ios\" | \"md\" | \"ionic\""
8848
- }
8849
- },
8850
7356
  {
8851
7357
  "name": "when",
8852
7358
  "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.",
@@ -8890,15 +7396,6 @@
8890
7396
  "type": "Function | HTMLElement | null | string | undefined"
8891
7397
  }
8892
7398
  },
8893
- {
8894
- "name": "mode",
8895
- "description": "The mode determines the platform behaviors of the component.",
8896
- "required": false,
8897
- "value": {
8898
- "kind": "expression",
8899
- "type": "\"ios\" | \"md\""
8900
- }
8901
- },
8902
7399
  {
8903
7400
  "name": "tab",
8904
7401
  "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.",
@@ -8907,15 +7404,6 @@
8907
7404
  "kind": "expression",
8908
7405
  "type": "string"
8909
7406
  }
8910
- },
8911
- {
8912
- "name": "theme",
8913
- "description": "The theme determines the visual appearance of the component.",
8914
- "required": false,
8915
- "value": {
8916
- "kind": "expression",
8917
- "type": "\"ios\" | \"md\" | \"ionic\""
8918
- }
8919
7407
  }
8920
7408
  ],
8921
7409
  "slots": [],
@@ -8939,29 +7427,9 @@
8939
7427
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
8940
7428
  }
8941
7429
  },
8942
- {
8943
- "name": "expand",
8944
- "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\"`.",
8945
- "required": false,
8946
- "default": "'full'",
8947
- "value": {
8948
- "kind": "expression",
8949
- "type": "\"compact\" | \"full\""
8950
- }
8951
- },
8952
- {
8953
- "name": "hide-on-scroll",
8954
- "description": "If `true`, the tab bar will be hidden when the user scrolls down\nand shown when the user scrolls up.\nOnly applies when the theme is `\"ionic\"` and `expand` is `\"compact\"`.",
8955
- "required": false,
8956
- "default": "false",
8957
- "value": {
8958
- "kind": "expression",
8959
- "type": "boolean"
8960
- }
8961
- },
8962
7430
  {
8963
7431
  "name": "mode",
8964
- "description": "The mode determines the platform behaviors of the component.",
7432
+ "description": "The mode determines which platform styles to use.",
8965
7433
  "required": false,
8966
7434
  "value": {
8967
7435
  "kind": "expression",
@@ -8977,27 +7445,9 @@
8977
7445
  "type": "string | undefined"
8978
7446
  }
8979
7447
  },
8980
- {
8981
- "name": "shape",
8982
- "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.",
8983
- "required": false,
8984
- "value": {
8985
- "kind": "expression",
8986
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8987
- }
8988
- },
8989
- {
8990
- "name": "theme",
8991
- "description": "The theme determines the visual appearance of the component.",
8992
- "required": false,
8993
- "value": {
8994
- "kind": "expression",
8995
- "type": "\"ios\" | \"md\" | \"ionic\""
8996
- }
8997
- },
8998
7448
  {
8999
7449
  "name": "translucent",
9000
- "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).",
7450
+ "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).",
9001
7451
  "required": false,
9002
7452
  "default": "false",
9003
7453
  "value": {
@@ -9057,7 +7507,7 @@
9057
7507
  },
9058
7508
  {
9059
7509
  "name": "mode",
9060
- "description": "The mode determines the platform behaviors of the component.",
7510
+ "description": "The mode determines which platform styles to use.",
9061
7511
  "required": false,
9062
7512
  "value": {
9063
7513
  "kind": "expression",
@@ -9083,15 +7533,6 @@
9083
7533
  "type": "boolean"
9084
7534
  }
9085
7535
  },
9086
- {
9087
- "name": "shape",
9088
- "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.",
9089
- "required": false,
9090
- "value": {
9091
- "kind": "expression",
9092
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9093
- }
9094
- },
9095
7536
  {
9096
7537
  "name": "tab",
9097
7538
  "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.",
@@ -9109,15 +7550,6 @@
9109
7550
  "kind": "expression",
9110
7551
  "type": "string | undefined"
9111
7552
  }
9112
- },
9113
- {
9114
- "name": "theme",
9115
- "description": "The theme determines the visual appearance of the component.",
9116
- "required": false,
9117
- "value": {
9118
- "kind": "expression",
9119
- "type": "\"ios\" | \"md\" | \"ionic\""
9120
- }
9121
7553
  }
9122
7554
  ],
9123
7555
  "slots": [],
@@ -9131,26 +7563,7 @@
9131
7563
  "module": "@ionic/core/src/components/tabs/tabs.d.ts",
9132
7564
  "symbol": "Tabs"
9133
7565
  },
9134
- "attributes": [
9135
- {
9136
- "name": "mode",
9137
- "description": "The mode determines the platform behaviors of the component.",
9138
- "required": false,
9139
- "value": {
9140
- "kind": "expression",
9141
- "type": "\"ios\" | \"md\""
9142
- }
9143
- },
9144
- {
9145
- "name": "theme",
9146
- "description": "The theme determines the visual appearance of the component.",
9147
- "required": false,
9148
- "value": {
9149
- "kind": "expression",
9150
- "type": "\"ios\" | \"md\" | \"ionic\""
9151
- }
9152
- }
9153
- ],
7566
+ "attributes": [],
9154
7567
  "slots": [
9155
7568
  {
9156
7569
  "name": "default",
@@ -9208,21 +7621,12 @@
9208
7621
  },
9209
7622
  {
9210
7623
  "name": "mode",
9211
- "description": "The mode determines the platform behaviors of the component.",
7624
+ "description": "The mode determines which platform styles to use.",
9212
7625
  "required": false,
9213
7626
  "value": {
9214
7627
  "kind": "expression",
9215
7628
  "type": "\"ios\" | \"md\""
9216
7629
  }
9217
- },
9218
- {
9219
- "name": "theme",
9220
- "description": "The theme determines the visual appearance of the component.",
9221
- "required": false,
9222
- "value": {
9223
- "kind": "expression",
9224
- "type": "\"ios\" | \"md\" | \"ionic\""
9225
- }
9226
7630
  }
9227
7631
  ],
9228
7632
  "slots": [],
@@ -9353,7 +7757,7 @@
9353
7757
  },
9354
7758
  {
9355
7759
  "name": "fill",
9356
- "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\"`.",
7760
+ "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.",
9357
7761
  "required": false,
9358
7762
  "value": {
9359
7763
  "kind": "expression",
@@ -9417,7 +7821,7 @@
9417
7821
  },
9418
7822
  {
9419
7823
  "name": "mode",
9420
- "description": "The mode determines the platform behaviors of the component.",
7824
+ "description": "The mode determines which platform styles to use.",
9421
7825
  "required": false,
9422
7826
  "value": {
9423
7827
  "kind": "expression",
@@ -9474,21 +7878,11 @@
9474
7878
  },
9475
7879
  {
9476
7880
  "name": "shape",
9477
- "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.",
9478
- "required": false,
9479
- "value": {
9480
- "kind": "expression",
9481
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9482
- }
9483
- },
9484
- {
9485
- "name": "size",
9486
- "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.",
7881
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
9487
7882
  "required": false,
9488
- "default": "'medium'",
9489
7883
  "value": {
9490
7884
  "kind": "expression",
9491
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
7885
+ "type": "\"round\" | undefined"
9492
7886
  }
9493
7887
  },
9494
7888
  {
@@ -9501,15 +7895,6 @@
9501
7895
  "type": "boolean"
9502
7896
  }
9503
7897
  },
9504
- {
9505
- "name": "theme",
9506
- "description": "The theme determines the visual appearance of the component.",
9507
- "required": false,
9508
- "value": {
9509
- "kind": "expression",
9510
- "type": "\"ios\" | \"md\" | \"ionic\""
9511
- }
9512
- },
9513
7898
  {
9514
7899
  "name": "value",
9515
7900
  "description": "The value of the textarea.",
@@ -9595,26 +7980,7 @@
9595
7980
  "module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
9596
7981
  "symbol": "Thumbnail"
9597
7982
  },
9598
- "attributes": [
9599
- {
9600
- "name": "mode",
9601
- "description": "The mode determines the platform behaviors of the component.",
9602
- "required": false,
9603
- "value": {
9604
- "kind": "expression",
9605
- "type": "\"ios\" | \"md\""
9606
- }
9607
- },
9608
- {
9609
- "name": "theme",
9610
- "description": "The theme determines the visual appearance of the component.",
9611
- "required": false,
9612
- "value": {
9613
- "kind": "expression",
9614
- "type": "\"ios\" | \"md\" | \"ionic\""
9615
- }
9616
- }
9617
- ],
7983
+ "attributes": [],
9618
7984
  "slots": [],
9619
7985
  "events": []
9620
7986
  },
@@ -9636,15 +8002,6 @@
9636
8002
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
9637
8003
  }
9638
8004
  },
9639
- {
9640
- "name": "mode",
9641
- "description": "The mode determines the platform behaviors of the component.",
9642
- "required": false,
9643
- "value": {
9644
- "kind": "expression",
9645
- "type": "\"ios\" | \"md\""
9646
- }
9647
- },
9648
8005
  {
9649
8006
  "name": "size",
9650
8007
  "description": "The size of the toolbar title.",
@@ -9653,15 +8010,6 @@
9653
8010
  "kind": "expression",
9654
8011
  "type": "\"large\" | \"small\" | undefined"
9655
8012
  }
9656
- },
9657
- {
9658
- "name": "theme",
9659
- "description": "The theme determines the visual appearance of the component.",
9660
- "required": false,
9661
- "value": {
9662
- "kind": "expression",
9663
- "type": "\"ios\" | \"md\" | \"ionic\""
9664
- }
9665
8013
  }
9666
8014
  ],
9667
8015
  "slots": [],
@@ -9750,16 +8098,6 @@
9750
8098
  "type": "undefined | { [key: string]: any; }"
9751
8099
  }
9752
8100
  },
9753
- {
9754
- "name": "hue",
9755
- "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.",
9756
- "required": false,
9757
- "default": "'subtle'",
9758
- "value": {
9759
- "kind": "expression",
9760
- "type": "\"bold\" | \"subtle\" | undefined"
9761
- }
9762
- },
9763
8101
  {
9764
8102
  "name": "icon",
9765
8103
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -9819,7 +8157,7 @@
9819
8157
  },
9820
8158
  {
9821
8159
  "name": "mode",
9822
- "description": "The mode determines the platform behaviors of the component.",
8160
+ "description": "The mode determines which platform styles to use.",
9823
8161
  "required": false,
9824
8162
  "value": {
9825
8163
  "kind": "expression",
@@ -9845,15 +8183,6 @@
9845
8183
  "type": "HTMLElement | string | undefined"
9846
8184
  }
9847
8185
  },
9848
- {
9849
- "name": "shape",
9850
- "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.",
9851
- "required": false,
9852
- "value": {
9853
- "kind": "expression",
9854
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9855
- }
9856
- },
9857
8186
  {
9858
8187
  "name": "swipe-gesture",
9859
8188
  "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.",
@@ -9863,18 +8192,9 @@
9863
8192
  "type": "\"vertical\" | undefined"
9864
8193
  }
9865
8194
  },
9866
- {
9867
- "name": "theme",
9868
- "description": "The theme determines the visual appearance of the component.",
9869
- "required": false,
9870
- "value": {
9871
- "kind": "expression",
9872
- "type": "\"ios\" | \"md\" | \"ionic\""
9873
- }
9874
- },
9875
8195
  {
9876
8196
  "name": "translucent",
9877
- "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).",
8197
+ "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).",
9878
8198
  "required": false,
9879
8199
  "default": "false",
9880
8200
  "value": {
@@ -10072,7 +8392,7 @@
10072
8392
  },
10073
8393
  {
10074
8394
  "name": "mode",
10075
- "description": "The mode determines the platform behaviors of the component.",
8395
+ "description": "The mode determines which platform styles to use.",
10076
8396
  "required": false,
10077
8397
  "value": {
10078
8398
  "kind": "expression",
@@ -10099,15 +8419,6 @@
10099
8419
  "type": "boolean"
10100
8420
  }
10101
8421
  },
10102
- {
10103
- "name": "theme",
10104
- "description": "The theme determines the visual appearance of the component.",
10105
- "required": false,
10106
- "value": {
10107
- "kind": "expression",
10108
- "type": "\"ios\" | \"md\" | \"ionic\""
10109
- }
10110
- },
10111
8422
  {
10112
8423
  "name": "value",
10113
8424
  "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>`.",
@@ -10178,30 +8489,12 @@
10178
8489
  },
10179
8490
  {
10180
8491
  "name": "mode",
10181
- "description": "The mode determines the platform behaviors of the component.",
8492
+ "description": "The mode determines which platform styles to use.",
10182
8493
  "required": false,
10183
8494
  "value": {
10184
8495
  "kind": "expression",
10185
8496
  "type": "\"ios\" | \"md\""
10186
8497
  }
10187
- },
10188
- {
10189
- "name": "theme",
10190
- "description": "The theme determines the visual appearance of the component.",
10191
- "required": false,
10192
- "value": {
10193
- "kind": "expression",
10194
- "type": "\"ios\" | \"md\" | \"ionic\""
10195
- }
10196
- },
10197
- {
10198
- "name": "title-placement",
10199
- "description": "Where to place the title relative to the other toolbar content.\n`\"start\"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.\n`\"center\"`: The title will appear in the center of the toolbar.\n`\"end\"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.\n\nOnly applies in the `ionic` theme.",
10200
- "required": false,
10201
- "value": {
10202
- "kind": "expression",
10203
- "type": "\"center\" | \"end\" | \"start\" | undefined"
10204
- }
10205
8498
  }
10206
8499
  ],
10207
8500
  "slots": [
@@ -10215,11 +8508,11 @@
10215
8508
  },
10216
8509
  {
10217
8510
  "name": "primary",
10218
- "description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
8511
+ "description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
10219
8512
  },
10220
8513
  {
10221
8514
  "name": "secondary",
10222
- "description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
8515
+ "description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
10223
8516
  },
10224
8517
  {
10225
8518
  "name": "start",