@ionic/vue 8.6.6-dev.11753975702.19547a9e → 8.6.6-dev.11754079589.14074817

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +160 -192
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/components/IonIcon.d.ts +1 -0
  33. package/dist/types/proxies.d.ts +0 -1
  34. package/dist/vetur/attributes.json +178 -1570
  35. package/dist/vetur/tags.json +45 -217
  36. package/dist/web-types.json +122 -1490
  37. package/package.json +2 -2
  38. package/css/ionic/bundle.ionic.css +0 -1
  39. package/css/ionic/bundle.ionic.css.map +0 -1
  40. package/css/ionic/core.ionic.css +0 -1
  41. package/css/ionic/core.ionic.css.map +0 -1
  42. package/css/ionic/global.bundle.ionic.css +0 -1
  43. package/css/ionic/global.bundle.ionic.css.map +0 -1
  44. package/css/ionic/ionic-swiper.ionic.css +0 -1
  45. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  46. package/css/ionic/link.ionic.css +0 -1
  47. package/css/ionic/link.ionic.css.map +0 -1
  48. package/css/ionic/structure.ionic.css +0 -1
  49. package/css/ionic/structure.ionic.css.map +0 -1
  50. package/css/ionic/typography.ionic.css +0 -1
  51. package/css/ionic/typography.ionic.css.map +0 -1
  52. package/css/ionic/utils.bundle.ionic.css +0 -1
  53. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@ionic/vue",
5
- "version": "8.6.6-dev.11753975702.19547a9e",
5
+ "version": "8.6.6-dev.11754079589.14074817",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  {
31
31
  "name": "mode",
32
- "description": "The mode determines the platform behaviors of the component.",
32
+ "description": "The mode determines which platform styles to use.",
33
33
  "required": false,
34
34
  "value": {
35
35
  "kind": "expression",
@@ -46,22 +46,14 @@
46
46
  "type": "boolean"
47
47
  }
48
48
  },
49
- {
50
- "name": "theme",
51
- "description": "The theme determines the visual appearance of the component.",
52
- "required": false,
53
- "value": {
54
- "kind": "expression",
55
- "type": "\"ios\" | \"md\" | \"ionic\""
56
- }
57
- },
58
49
  {
59
50
  "name": "toggle-icon",
60
51
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
61
52
  "required": false,
53
+ "default": "chevronDown",
62
54
  "value": {
63
55
  "kind": "expression",
64
- "type": "string | undefined"
56
+ "type": "string"
65
57
  }
66
58
  },
67
59
  {
@@ -138,7 +130,7 @@
138
130
  },
139
131
  {
140
132
  "name": "mode",
141
- "description": "The mode determines the platform behaviors of the component.",
133
+ "description": "The mode determines which platform styles to use.",
142
134
  "required": false,
143
135
  "value": {
144
136
  "kind": "expression",
@@ -164,24 +156,6 @@
164
156
  "type": "boolean"
165
157
  }
166
158
  },
167
- {
168
- "name": "shape",
169
- "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
170
- "required": false,
171
- "value": {
172
- "kind": "expression",
173
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
174
- }
175
- },
176
- {
177
- "name": "theme",
178
- "description": "The theme determines the visual appearance of the component.",
179
- "required": false,
180
- "value": {
181
- "kind": "expression",
182
- "type": "\"ios\" | \"md\" | \"ionic\""
183
- }
184
- },
185
159
  {
186
160
  "name": "value",
187
161
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -312,7 +286,7 @@
312
286
  },
313
287
  {
314
288
  "name": "mode",
315
- "description": "The mode determines the platform behaviors of the component.",
289
+ "description": "The mode determines which platform styles to use.",
316
290
  "required": false,
317
291
  "value": {
318
292
  "kind": "expression",
@@ -328,18 +302,9 @@
328
302
  "type": "string | undefined"
329
303
  }
330
304
  },
331
- {
332
- "name": "theme",
333
- "description": "The theme determines the visual appearance of the component.",
334
- "required": false,
335
- "value": {
336
- "kind": "expression",
337
- "type": "\"ios\" | \"md\" | \"ionic\""
338
- }
339
- },
340
305
  {
341
306
  "name": "translucent",
342
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
307
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
343
308
  "required": false,
344
309
  "default": "false",
345
310
  "value": {
@@ -566,7 +531,7 @@
566
531
  },
567
532
  {
568
533
  "name": "mode",
569
- "description": "The mode determines the platform behaviors of the component.",
534
+ "description": "The mode determines which platform styles to use.",
570
535
  "required": false,
571
536
  "value": {
572
537
  "kind": "expression",
@@ -582,18 +547,9 @@
582
547
  "type": "string | undefined"
583
548
  }
584
549
  },
585
- {
586
- "name": "theme",
587
- "description": "The theme determines the visual appearance of the component.",
588
- "required": false,
589
- "value": {
590
- "kind": "expression",
591
- "type": "\"ios\" | \"md\" | \"ionic\""
592
- }
593
- },
594
550
  {
595
551
  "name": "translucent",
596
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
552
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
597
553
  "required": false,
598
554
  "default": "false",
599
555
  "value": {
@@ -703,54 +659,7 @@
703
659
  "module": "@ionic/core/src/components/avatar/avatar.d.ts",
704
660
  "symbol": "Avatar"
705
661
  },
706
- "attributes": [
707
- {
708
- "name": "disabled",
709
- "description": "If `true`, the user cannot interact with the avatar.",
710
- "required": false,
711
- "default": "false",
712
- "value": {
713
- "kind": "expression",
714
- "type": "boolean"
715
- }
716
- },
717
- {
718
- "name": "mode",
719
- "description": "The mode determines the platform behaviors of the component.",
720
- "required": false,
721
- "value": {
722
- "kind": "expression",
723
- "type": "\"ios\" | \"md\""
724
- }
725
- },
726
- {
727
- "name": "shape",
728
- "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
729
- "required": false,
730
- "value": {
731
- "kind": "expression",
732
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
733
- }
734
- },
735
- {
736
- "name": "size",
737
- "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
738
- "required": false,
739
- "value": {
740
- "kind": "expression",
741
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
742
- }
743
- },
744
- {
745
- "name": "theme",
746
- "description": "The theme determines the visual appearance of the component.",
747
- "required": false,
748
- "value": {
749
- "kind": "expression",
750
- "type": "\"ios\" | \"md\" | \"ionic\""
751
- }
752
- }
753
- ],
662
+ "attributes": [],
754
663
  "slots": [],
755
664
  "events": []
756
665
  },
@@ -802,7 +711,7 @@
802
711
  },
803
712
  {
804
713
  "name": "mode",
805
- "description": "The mode determines the platform behaviors of the component.",
714
+ "description": "The mode determines which platform styles to use.",
806
715
  "required": false,
807
716
  "value": {
808
717
  "kind": "expression",
@@ -827,15 +736,6 @@
827
736
  "type": "null | string | undefined"
828
737
  }
829
738
  },
830
- {
831
- "name": "theme",
832
- "description": "The theme determines the visual appearance of the component.",
833
- "required": false,
834
- "value": {
835
- "kind": "expression",
836
- "type": "\"ios\" | \"md\" | \"ionic\""
837
- }
838
- },
839
739
  {
840
740
  "name": "type",
841
741
  "description": "The type of the button.",
@@ -859,15 +759,6 @@
859
759
  "symbol": "Backdrop"
860
760
  },
861
761
  "attributes": [
862
- {
863
- "name": "mode",
864
- "description": "The mode determines the platform behaviors of the component.",
865
- "required": false,
866
- "value": {
867
- "kind": "expression",
868
- "type": "\"ios\" | \"md\""
869
- }
870
- },
871
762
  {
872
763
  "name": "stop-propagation",
873
764
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -888,15 +779,6 @@
888
779
  "type": "boolean"
889
780
  }
890
781
  },
891
- {
892
- "name": "theme",
893
- "description": "The theme determines the visual appearance of the component.",
894
- "required": false,
895
- "value": {
896
- "kind": "expression",
897
- "type": "\"ios\" | \"md\" | \"ionic\""
898
- }
899
- },
900
782
  {
901
783
  "name": "visible",
902
784
  "description": "If `true`, the backdrop will be visible.",
@@ -940,59 +822,14 @@
940
822
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
941
823
  }
942
824
  },
943
- {
944
- "name": "hue",
945
- "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
946
- "required": false,
947
- "value": {
948
- "kind": "expression",
949
- "type": "\"bold\" | \"subtle\" | undefined"
950
- }
951
- },
952
825
  {
953
826
  "name": "mode",
954
- "description": "The mode determines the platform behaviors of the component.",
827
+ "description": "The mode determines which platform styles to use.",
955
828
  "required": false,
956
829
  "value": {
957
830
  "kind": "expression",
958
831
  "type": "\"ios\" | \"md\""
959
832
  }
960
- },
961
- {
962
- "name": "shape",
963
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
964
- "required": false,
965
- "value": {
966
- "kind": "expression",
967
- "type": "\"round | rectangular\" | \"soft\" | undefined"
968
- }
969
- },
970
- {
971
- "name": "size",
972
- "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
973
- "required": false,
974
- "value": {
975
- "kind": "expression",
976
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
977
- }
978
- },
979
- {
980
- "name": "theme",
981
- "description": "The theme determines the visual appearance of the component.",
982
- "required": false,
983
- "value": {
984
- "kind": "expression",
985
- "type": "\"ios\" | \"md\" | \"ionic\""
986
- }
987
- },
988
- {
989
- "name": "vertical",
990
- "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
991
- "required": false,
992
- "value": {
993
- "kind": "expression",
994
- "type": "\"bottom\" | \"top\" | undefined"
995
- }
996
833
  }
997
834
  ],
998
835
  "slots": [],
@@ -1056,7 +893,7 @@
1056
893
  },
1057
894
  {
1058
895
  "name": "mode",
1059
- "description": "The mode determines the platform behaviors of the component.",
896
+ "description": "The mode determines which platform styles to use.",
1060
897
  "required": false,
1061
898
  "value": {
1062
899
  "kind": "expression",
@@ -1108,15 +945,6 @@
1108
945
  "kind": "expression",
1109
946
  "type": "string | undefined"
1110
947
  }
1111
- },
1112
- {
1113
- "name": "theme",
1114
- "description": "The theme determines the visual appearance of the component.",
1115
- "required": false,
1116
- "value": {
1117
- "kind": "expression",
1118
- "type": "\"ios\" | \"md\" | \"ionic\""
1119
- }
1120
948
  }
1121
949
  ],
1122
950
  "slots": [],
@@ -1192,21 +1020,12 @@
1192
1020
  },
1193
1021
  {
1194
1022
  "name": "mode",
1195
- "description": "The mode determines the platform behaviors of the component.",
1023
+ "description": "The mode determines which platform styles to use.",
1196
1024
  "required": false,
1197
1025
  "value": {
1198
1026
  "kind": "expression",
1199
1027
  "type": "\"ios\" | \"md\""
1200
1028
  }
1201
- },
1202
- {
1203
- "name": "theme",
1204
- "description": "The theme determines the visual appearance of the component.",
1205
- "required": false,
1206
- "value": {
1207
- "kind": "expression",
1208
- "type": "\"ios\" | \"md\" | \"ionic\""
1209
- }
1210
1029
  }
1211
1030
  ],
1212
1031
  "slots": [],
@@ -1308,7 +1127,7 @@
1308
1127
  },
1309
1128
  {
1310
1129
  "name": "mode",
1311
- "description": "The mode determines the platform behaviors of the component.",
1130
+ "description": "The mode determines which platform styles to use.",
1312
1131
  "required": false,
1313
1132
  "value": {
1314
1133
  "kind": "expression",
@@ -1345,20 +1164,20 @@
1345
1164
  },
1346
1165
  {
1347
1166
  "name": "shape",
1348
- "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
1167
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1349
1168
  "required": false,
1350
1169
  "value": {
1351
1170
  "kind": "expression",
1352
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1171
+ "type": "\"round\" | undefined"
1353
1172
  }
1354
1173
  },
1355
1174
  {
1356
1175
  "name": "size",
1357
- "description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
1176
+ "description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
1358
1177
  "required": false,
1359
1178
  "value": {
1360
1179
  "kind": "expression",
1361
- "type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined"
1180
+ "type": "\"default\" | \"large\" | \"small\" | undefined"
1362
1181
  }
1363
1182
  },
1364
1183
  {
@@ -1380,15 +1199,6 @@
1380
1199
  "type": "string | undefined"
1381
1200
  }
1382
1201
  },
1383
- {
1384
- "name": "theme",
1385
- "description": "The theme determines the visual appearance of the component.",
1386
- "required": false,
1387
- "value": {
1388
- "kind": "expression",
1389
- "type": "\"ios\" | \"md\" | \"ionic\""
1390
- }
1391
- },
1392
1202
  {
1393
1203
  "name": "type",
1394
1204
  "description": "The type of the button.",
@@ -1452,31 +1262,13 @@
1452
1262
  "attributes": [
1453
1263
  {
1454
1264
  "name": "collapse",
1455
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1265
+ "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1456
1266
  "required": false,
1457
1267
  "default": "false",
1458
1268
  "value": {
1459
1269
  "kind": "expression",
1460
1270
  "type": "boolean"
1461
1271
  }
1462
- },
1463
- {
1464
- "name": "mode",
1465
- "description": "The mode determines the platform behaviors of the component.",
1466
- "required": false,
1467
- "value": {
1468
- "kind": "expression",
1469
- "type": "\"ios\" | \"md\""
1470
- }
1471
- },
1472
- {
1473
- "name": "theme",
1474
- "description": "The theme determines the visual appearance of the component.",
1475
- "required": false,
1476
- "value": {
1477
- "kind": "expression",
1478
- "type": "\"ios\" | \"md\" | \"ionic\""
1479
- }
1480
1272
  }
1481
1273
  ],
1482
1274
  "slots": [],
@@ -1540,7 +1332,7 @@
1540
1332
  },
1541
1333
  {
1542
1334
  "name": "mode",
1543
- "description": "The mode determines the platform behaviors of the component.",
1335
+ "description": "The mode determines which platform styles to use.",
1544
1336
  "required": false,
1545
1337
  "value": {
1546
1338
  "kind": "expression",
@@ -1575,16 +1367,6 @@
1575
1367
  "type": "\"back\" | \"forward\" | \"root\""
1576
1368
  }
1577
1369
  },
1578
- {
1579
- "name": "shape",
1580
- "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
1581
- "required": false,
1582
- "default": "'round'",
1583
- "value": {
1584
- "kind": "expression",
1585
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1586
- }
1587
- },
1588
1370
  {
1589
1371
  "name": "target",
1590
1372
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -1594,15 +1376,6 @@
1594
1376
  "type": "string | undefined"
1595
1377
  }
1596
1378
  },
1597
- {
1598
- "name": "theme",
1599
- "description": "The theme determines the visual appearance of the component.",
1600
- "required": false,
1601
- "value": {
1602
- "kind": "expression",
1603
- "type": "\"ios\" | \"md\" | \"ionic\""
1604
- }
1605
- },
1606
1379
  {
1607
1380
  "name": "type",
1608
1381
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1628,21 +1401,12 @@
1628
1401
  "attributes": [
1629
1402
  {
1630
1403
  "name": "mode",
1631
- "description": "The mode determines the platform behaviors of the component.",
1404
+ "description": "The mode determines which platform styles to use.",
1632
1405
  "required": false,
1633
1406
  "value": {
1634
1407
  "kind": "expression",
1635
1408
  "type": "\"ios\" | \"md\""
1636
1409
  }
1637
- },
1638
- {
1639
- "name": "theme",
1640
- "description": "The theme determines the visual appearance of the component.",
1641
- "required": false,
1642
- "value": {
1643
- "kind": "expression",
1644
- "type": "\"ios\" | \"md\" | \"ionic\""
1645
- }
1646
1410
  }
1647
1411
  ],
1648
1412
  "slots": [],
@@ -1668,25 +1432,16 @@
1668
1432
  },
1669
1433
  {
1670
1434
  "name": "mode",
1671
- "description": "The mode determines the platform behaviors of the component.",
1435
+ "description": "The mode determines which platform styles to use.",
1672
1436
  "required": false,
1673
1437
  "value": {
1674
1438
  "kind": "expression",
1675
1439
  "type": "\"ios\" | \"md\""
1676
1440
  }
1677
1441
  },
1678
- {
1679
- "name": "theme",
1680
- "description": "The theme determines the visual appearance of the component.",
1681
- "required": false,
1682
- "value": {
1683
- "kind": "expression",
1684
- "type": "\"ios\" | \"md\" | \"ionic\""
1685
- }
1686
- },
1687
1442
  {
1688
1443
  "name": "translucent",
1689
- "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1444
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1690
1445
  "required": false,
1691
1446
  "default": "false",
1692
1447
  "value": {
@@ -1718,21 +1473,12 @@
1718
1473
  },
1719
1474
  {
1720
1475
  "name": "mode",
1721
- "description": "The mode determines the platform behaviors of the component.",
1476
+ "description": "The mode determines which platform styles to use.",
1722
1477
  "required": false,
1723
1478
  "value": {
1724
1479
  "kind": "expression",
1725
1480
  "type": "\"ios\" | \"md\""
1726
1481
  }
1727
- },
1728
- {
1729
- "name": "theme",
1730
- "description": "The theme determines the visual appearance of the component.",
1731
- "required": false,
1732
- "value": {
1733
- "kind": "expression",
1734
- "type": "\"ios\" | \"md\" | \"ionic\""
1735
- }
1736
1482
  }
1737
1483
  ],
1738
1484
  "slots": [],
@@ -1758,21 +1504,12 @@
1758
1504
  },
1759
1505
  {
1760
1506
  "name": "mode",
1761
- "description": "The mode determines the platform behaviors of the component.",
1507
+ "description": "The mode determines which platform styles to use.",
1762
1508
  "required": false,
1763
1509
  "value": {
1764
1510
  "kind": "expression",
1765
1511
  "type": "\"ios\" | \"md\""
1766
1512
  }
1767
- },
1768
- {
1769
- "name": "theme",
1770
- "description": "The theme determines the visual appearance of the component.",
1771
- "required": false,
1772
- "value": {
1773
- "kind": "expression",
1774
- "type": "\"ios\" | \"md\" | \"ionic\""
1775
- }
1776
1513
  }
1777
1514
  ],
1778
1515
  "slots": [],
@@ -1874,7 +1611,7 @@
1874
1611
  },
1875
1612
  {
1876
1613
  "name": "mode",
1877
- "description": "The mode determines the platform behaviors of the component.",
1614
+ "description": "The mode determines which platform styles to use.",
1878
1615
  "required": false,
1879
1616
  "value": {
1880
1617
  "kind": "expression",
@@ -1901,34 +1638,6 @@
1901
1638
  "type": "boolean"
1902
1639
  }
1903
1640
  },
1904
- {
1905
- "name": "shape",
1906
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1907
- "required": false,
1908
- "default": "'soft'",
1909
- "value": {
1910
- "kind": "expression",
1911
- "type": "\"rectangular\" | \"soft\" | undefined"
1912
- }
1913
- },
1914
- {
1915
- "name": "size",
1916
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1917
- "required": false,
1918
- "value": {
1919
- "kind": "expression",
1920
- "type": "\"small\" | undefined"
1921
- }
1922
- },
1923
- {
1924
- "name": "theme",
1925
- "description": "The theme determines the visual appearance of the component.",
1926
- "required": false,
1927
- "value": {
1928
- "kind": "expression",
1929
- "type": "\"ios\" | \"md\" | \"ionic\""
1930
- }
1931
- },
1932
1641
  {
1933
1642
  "name": "value",
1934
1643
  "description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
@@ -1959,7 +1668,7 @@
1959
1668
  },
1960
1669
  {
1961
1670
  "name": "ionChange",
1962
- "description": "Emitted when the checked property has changed\nas a result of a user action such as a click.\nThis event will not emit when programmatically\nsetting the `checked` property.",
1671
+ "description": "Emitted when the checked property has changed as a result of a user action such as a click.\n\nThis event will not emit when programmatically setting the `checked` property.",
1963
1672
  "arguments": [
1964
1673
  {
1965
1674
  "name": "detail",
@@ -2007,19 +1716,9 @@
2007
1716
  "type": "boolean"
2008
1717
  }
2009
1718
  },
2010
- {
2011
- "name": "hue",
2012
- "description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
2013
- "required": false,
2014
- "default": "'subtle'",
2015
- "value": {
2016
- "kind": "expression",
2017
- "type": "\"bold\" | \"subtle\" | undefined"
2018
- }
2019
- },
2020
1719
  {
2021
1720
  "name": "mode",
2022
- "description": "The mode determines the platform behaviors of the component.",
1721
+ "description": "The mode determines which platform styles to use.",
2023
1722
  "required": false,
2024
1723
  "value": {
2025
1724
  "kind": "expression",
@@ -2035,33 +1734,6 @@
2035
1734
  "kind": "expression",
2036
1735
  "type": "boolean"
2037
1736
  }
2038
- },
2039
- {
2040
- "name": "shape",
2041
- "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
2042
- "required": false,
2043
- "value": {
2044
- "kind": "expression",
2045
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
2046
- }
2047
- },
2048
- {
2049
- "name": "size",
2050
- "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
2051
- "required": false,
2052
- "value": {
2053
- "kind": "expression",
2054
- "type": "\"large\" | \"small\" | undefined"
2055
- }
2056
- },
2057
- {
2058
- "name": "theme",
2059
- "description": "The theme determines the visual appearance of the component.",
2060
- "required": false,
2061
- "value": {
2062
- "kind": "expression",
2063
- "type": "\"ios\" | \"md\" | \"ionic\""
2064
- }
2065
1737
  }
2066
1738
  ],
2067
1739
  "slots": [],
@@ -2076,15 +1748,6 @@
2076
1748
  "symbol": "Col"
2077
1749
  },
2078
1750
  "attributes": [
2079
- {
2080
- "name": "mode",
2081
- "description": "The mode determines the platform behaviors of the component.",
2082
- "required": false,
2083
- "value": {
2084
- "kind": "expression",
2085
- "type": "\"ios\" | \"md\""
2086
- }
2087
- },
2088
1751
  {
2089
1752
  "name": "offset",
2090
1753
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -2300,15 +1963,6 @@
2300
1963
  "kind": "expression",
2301
1964
  "type": "string | undefined"
2302
1965
  }
2303
- },
2304
- {
2305
- "name": "theme",
2306
- "description": "The theme determines the visual appearance of the component.",
2307
- "required": false,
2308
- "value": {
2309
- "kind": "expression",
2310
- "type": "\"ios\" | \"md\" | \"ionic\""
2311
- }
2312
1966
  }
2313
1967
  ],
2314
1968
  "slots": [],
@@ -2361,15 +2015,6 @@
2361
2015
  "type": "boolean"
2362
2016
  }
2363
2017
  },
2364
- {
2365
- "name": "mode",
2366
- "description": "The mode determines the platform behaviors of the component.",
2367
- "required": false,
2368
- "value": {
2369
- "kind": "expression",
2370
- "type": "\"ios\" | \"md\""
2371
- }
2372
- },
2373
2018
  {
2374
2019
  "name": "scroll-events",
2375
2020
  "description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
@@ -2399,15 +2044,6 @@
2399
2044
  "kind": "expression",
2400
2045
  "type": "boolean"
2401
2046
  }
2402
- },
2403
- {
2404
- "name": "theme",
2405
- "description": "The theme determines the visual appearance of the component.",
2406
- "required": false,
2407
- "value": {
2408
- "kind": "expression",
2409
- "type": "\"ios\" | \"md\" | \"ionic\""
2410
- }
2411
2047
  }
2412
2048
  ],
2413
2049
  "slots": [
@@ -2615,7 +2251,7 @@
2615
2251
  },
2616
2252
  {
2617
2253
  "name": "mode",
2618
- "description": "The mode determines the platform behaviors of the component.",
2254
+ "description": "The mode determines which platform styles to use.",
2619
2255
  "required": false,
2620
2256
  "value": {
2621
2257
  "kind": "expression",
@@ -2741,15 +2377,6 @@
2741
2377
  "type": "\"cover\" | \"fixed\""
2742
2378
  }
2743
2379
  },
2744
- {
2745
- "name": "theme",
2746
- "description": "The theme determines the visual appearance of the component.",
2747
- "required": false,
2748
- "value": {
2749
- "kind": "expression",
2750
- "type": "\"ios\" | \"md\" | \"ionic\""
2751
- }
2752
- },
2753
2380
  {
2754
2381
  "name": "title-selected-dates-formatter",
2755
2382
  "description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
@@ -2875,21 +2502,12 @@
2875
2502
  },
2876
2503
  {
2877
2504
  "name": "mode",
2878
- "description": "The mode determines the platform behaviors of the component.",
2505
+ "description": "The mode determines which platform styles to use.",
2879
2506
  "required": false,
2880
2507
  "value": {
2881
2508
  "kind": "expression",
2882
2509
  "type": "\"ios\" | \"md\""
2883
2510
  }
2884
- },
2885
- {
2886
- "name": "theme",
2887
- "description": "The theme determines the visual appearance of the component.",
2888
- "required": false,
2889
- "value": {
2890
- "kind": "expression",
2891
- "type": "\"ios\" | \"md\" | \"ionic\""
2892
- }
2893
2511
  }
2894
2512
  ],
2895
2513
  "slots": [
@@ -2904,39 +2522,6 @@
2904
2522
  ],
2905
2523
  "events": []
2906
2524
  },
2907
- {
2908
- "name": "IonDivider",
2909
- "doc-url": "https://ionicframework.com/docs/api/divider",
2910
- "description": "",
2911
- "source": {
2912
- "module": "@ionic/core/src/components/divider/divider.d.ts",
2913
- "symbol": "Divider"
2914
- },
2915
- "attributes": [
2916
- {
2917
- "name": "inset",
2918
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
2919
- "required": false,
2920
- "default": "false",
2921
- "value": {
2922
- "kind": "expression",
2923
- "type": "boolean"
2924
- }
2925
- },
2926
- {
2927
- "name": "spacing",
2928
- "description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
2929
- "required": false,
2930
- "default": "'medium'",
2931
- "value": {
2932
- "kind": "expression",
2933
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
2934
- }
2935
- }
2936
- ],
2937
- "slots": [],
2938
- "events": []
2939
- },
2940
2525
  {
2941
2526
  "name": "IonFab",
2942
2527
  "doc-url": "https://ionicframework.com/docs/api/fab",
@@ -2963,34 +2548,16 @@
2963
2548
  "default": "false",
2964
2549
  "value": {
2965
2550
  "kind": "expression",
2966
- "type": "boolean"
2967
- }
2968
- },
2969
- {
2970
- "name": "horizontal",
2971
- "description": "Where to align the fab horizontally in the viewport.",
2972
- "required": false,
2973
- "value": {
2974
- "kind": "expression",
2975
- "type": "\"center\" | \"end\" | \"start\" | undefined"
2976
- }
2977
- },
2978
- {
2979
- "name": "mode",
2980
- "description": "The mode determines the platform behaviors of the component.",
2981
- "required": false,
2982
- "value": {
2983
- "kind": "expression",
2984
- "type": "\"ios\" | \"md\""
2551
+ "type": "boolean"
2985
2552
  }
2986
2553
  },
2987
2554
  {
2988
- "name": "theme",
2989
- "description": "The theme determines the visual appearance of the component.",
2555
+ "name": "horizontal",
2556
+ "description": "Where to align the fab horizontally in the viewport.",
2990
2557
  "required": false,
2991
2558
  "value": {
2992
2559
  "kind": "expression",
2993
- "type": "\"ios\" | \"md\" | \"ionic\""
2560
+ "type": "\"center\" | \"end\" | \"start\" | undefined"
2994
2561
  }
2995
2562
  },
2996
2563
  {
@@ -3029,9 +2596,10 @@
3029
2596
  "name": "close-icon",
3030
2597
  "description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
3031
2598
  "required": false,
2599
+ "default": "close",
3032
2600
  "value": {
3033
2601
  "kind": "expression",
3034
- "type": "string | undefined"
2602
+ "type": "string"
3035
2603
  }
3036
2604
  },
3037
2605
  {
@@ -3073,7 +2641,7 @@
3073
2641
  },
3074
2642
  {
3075
2643
  "name": "mode",
3076
- "description": "The mode determines the platform behaviors of the component.",
2644
+ "description": "The mode determines which platform styles to use.",
3077
2645
  "required": false,
3078
2646
  "value": {
3079
2647
  "kind": "expression",
@@ -3136,18 +2704,9 @@
3136
2704
  "type": "string | undefined"
3137
2705
  }
3138
2706
  },
3139
- {
3140
- "name": "theme",
3141
- "description": "The theme determines the visual appearance of the component.",
3142
- "required": false,
3143
- "value": {
3144
- "kind": "expression",
3145
- "type": "\"ios\" | \"md\" | \"ionic\""
3146
- }
3147
- },
3148
2707
  {
3149
2708
  "name": "translucent",
3150
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2709
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3151
2710
  "required": false,
3152
2711
  "default": "false",
3153
2712
  "value": {
@@ -3209,15 +2768,6 @@
3209
2768
  "type": "boolean"
3210
2769
  }
3211
2770
  },
3212
- {
3213
- "name": "mode",
3214
- "description": "The mode determines the platform behaviors of the component.",
3215
- "required": false,
3216
- "value": {
3217
- "kind": "expression",
3218
- "type": "\"ios\" | \"md\""
3219
- }
3220
- },
3221
2771
  {
3222
2772
  "name": "side",
3223
2773
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -3227,15 +2777,6 @@
3227
2777
  "kind": "expression",
3228
2778
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\""
3229
2779
  }
3230
- },
3231
- {
3232
- "name": "theme",
3233
- "description": "The theme determines the visual appearance of the component.",
3234
- "required": false,
3235
- "value": {
3236
- "kind": "expression",
3237
- "type": "\"ios\" | \"md\" | \"ionic\""
3238
- }
3239
2780
  }
3240
2781
  ],
3241
2782
  "slots": [],
@@ -3252,7 +2793,7 @@
3252
2793
  "attributes": [
3253
2794
  {
3254
2795
  "name": "collapse",
3255
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2796
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
3256
2797
  "required": false,
3257
2798
  "value": {
3258
2799
  "kind": "expression",
@@ -3261,25 +2802,16 @@
3261
2802
  },
3262
2803
  {
3263
2804
  "name": "mode",
3264
- "description": "The mode determines the platform behaviors of the component.",
2805
+ "description": "The mode determines which platform styles to use.",
3265
2806
  "required": false,
3266
2807
  "value": {
3267
2808
  "kind": "expression",
3268
2809
  "type": "\"ios\" | \"md\""
3269
2810
  }
3270
2811
  },
3271
- {
3272
- "name": "theme",
3273
- "description": "The theme determines the visual appearance of the component.",
3274
- "required": false,
3275
- "value": {
3276
- "kind": "expression",
3277
- "type": "\"ios\" | \"md\" | \"ionic\""
3278
- }
3279
- },
3280
2812
  {
3281
2813
  "name": "translucent",
3282
- "description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
2814
+ "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
3283
2815
  "required": false,
3284
2816
  "default": "false",
3285
2817
  "value": {
@@ -3309,24 +2841,6 @@
3309
2841
  "kind": "expression",
3310
2842
  "type": "boolean"
3311
2843
  }
3312
- },
3313
- {
3314
- "name": "mode",
3315
- "description": "The mode determines the platform behaviors of the component.",
3316
- "required": false,
3317
- "value": {
3318
- "kind": "expression",
3319
- "type": "\"ios\" | \"md\""
3320
- }
3321
- },
3322
- {
3323
- "name": "theme",
3324
- "description": "The theme determines the visual appearance of the component.",
3325
- "required": false,
3326
- "value": {
3327
- "kind": "expression",
3328
- "type": "\"ios\" | \"md\" | \"ionic\""
3329
- }
3330
2844
  }
3331
2845
  ],
3332
2846
  "slots": [],
@@ -3343,44 +2857,25 @@
3343
2857
  "attributes": [
3344
2858
  {
3345
2859
  "name": "collapse",
3346
- "description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
2860
+ "description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
3347
2861
  "required": false,
3348
2862
  "value": {
3349
2863
  "kind": "expression",
3350
2864
  "type": "\"condense\" | \"fade\" | undefined"
3351
2865
  }
3352
2866
  },
3353
- {
3354
- "name": "divider",
3355
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
3356
- "required": false,
3357
- "default": "false",
3358
- "value": {
3359
- "kind": "expression",
3360
- "type": "boolean"
3361
- }
3362
- },
3363
2867
  {
3364
2868
  "name": "mode",
3365
- "description": "The mode determines the platform behaviors of the component.",
2869
+ "description": "The mode determines which platform styles to use.",
3366
2870
  "required": false,
3367
2871
  "value": {
3368
2872
  "kind": "expression",
3369
2873
  "type": "\"ios\" | \"md\""
3370
2874
  }
3371
2875
  },
3372
- {
3373
- "name": "theme",
3374
- "description": "The theme determines the visual appearance of the component.",
3375
- "required": false,
3376
- "value": {
3377
- "kind": "expression",
3378
- "type": "\"ios\" | \"md\" | \"ionic\""
3379
- }
3380
- },
3381
2876
  {
3382
2877
  "name": "translucent",
3383
- "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
2878
+ "description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
3384
2879
  "required": false,
3385
2880
  "default": "false",
3386
2881
  "value": {
@@ -3410,15 +2905,6 @@
3410
2905
  "type": "string | undefined"
3411
2906
  }
3412
2907
  },
3413
- {
3414
- "name": "mode",
3415
- "description": "The mode determines the platform behaviors of the component.",
3416
- "required": false,
3417
- "value": {
3418
- "kind": "expression",
3419
- "type": "\"ios\" | \"md\""
3420
- }
3421
- },
3422
2908
  {
3423
2909
  "name": "src",
3424
2910
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
@@ -3427,15 +2913,6 @@
3427
2913
  "kind": "expression",
3428
2914
  "type": "string | undefined"
3429
2915
  }
3430
- },
3431
- {
3432
- "name": "theme",
3433
- "description": "The theme determines the visual appearance of the component.",
3434
- "required": false,
3435
- "value": {
3436
- "kind": "expression",
3437
- "type": "\"ios\" | \"md\" | \"ionic\""
3438
- }
3439
2916
  }
3440
2917
  ],
3441
2918
  "slots": [],
@@ -3491,15 +2968,6 @@
3491
2968
  "type": "boolean"
3492
2969
  }
3493
2970
  },
3494
- {
3495
- "name": "mode",
3496
- "description": "The mode determines the platform behaviors of the component.",
3497
- "required": false,
3498
- "value": {
3499
- "kind": "expression",
3500
- "type": "\"ios\" | \"md\""
3501
- }
3502
- },
3503
2971
  {
3504
2972
  "name": "position",
3505
2973
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3510,25 +2978,6 @@
3510
2978
  "type": "\"bottom\" | \"top\""
3511
2979
  }
3512
2980
  },
3513
- {
3514
- "name": "preserve-rerender-scroll-position",
3515
- "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.",
3516
- "required": false,
3517
- "default": "false",
3518
- "value": {
3519
- "kind": "expression",
3520
- "type": "boolean"
3521
- }
3522
- },
3523
- {
3524
- "name": "theme",
3525
- "description": "The theme determines the visual appearance of the component.",
3526
- "required": false,
3527
- "value": {
3528
- "kind": "expression",
3529
- "type": "\"ios\" | \"md\" | \"ionic\""
3530
- }
3531
- },
3532
2981
  {
3533
2982
  "name": "threshold",
3534
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.",
@@ -3580,24 +3029,6 @@
3580
3029
  "kind": "expression",
3581
3030
  "type": "IonicSafeString | string | undefined"
3582
3031
  }
3583
- },
3584
- {
3585
- "name": "mode",
3586
- "description": "The mode determines the platform behaviors of the component.",
3587
- "required": false,
3588
- "value": {
3589
- "kind": "expression",
3590
- "type": "\"ios\" | \"md\""
3591
- }
3592
- },
3593
- {
3594
- "name": "theme",
3595
- "description": "The theme determines the visual appearance of the component.",
3596
- "required": false,
3597
- "value": {
3598
- "kind": "expression",
3599
- "type": "\"ios\" | \"md\" | \"ionic\""
3600
- }
3601
3032
  }
3602
3033
  ],
3603
3034
  "slots": [],
@@ -3629,7 +3060,7 @@
3629
3060
  "default": "'off'",
3630
3061
  "value": {
3631
3062
  "kind": "expression",
3632
- "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
3063
+ "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\""
3633
3064
  }
3634
3065
  },
3635
3066
  {
@@ -3747,7 +3178,7 @@
3747
3178
  },
3748
3179
  {
3749
3180
  "name": "fill",
3750
- "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.",
3751
3182
  "required": false,
3752
3183
  "value": {
3753
3184
  "kind": "expression",
@@ -3783,11 +3214,12 @@
3783
3214
  },
3784
3215
  {
3785
3216
  "name": "label-placement",
3786
- "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 (\"...\").",
3787
3218
  "required": false,
3219
+ "default": "'start'",
3788
3220
  "value": {
3789
3221
  "kind": "expression",
3790
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
3222
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
3791
3223
  }
3792
3224
  },
3793
3225
  {
@@ -3828,7 +3260,7 @@
3828
3260
  },
3829
3261
  {
3830
3262
  "name": "mode",
3831
- "description": "The mode determines the platform behaviors of the component.",
3263
+ "description": "The mode determines which platform styles to use.",
3832
3264
  "required": false,
3833
3265
  "value": {
3834
3266
  "kind": "expression",
@@ -3894,21 +3326,11 @@
3894
3326
  },
3895
3327
  {
3896
3328
  "name": "shape",
3897
- "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\"`.",
3898
- "required": false,
3899
- "value": {
3900
- "kind": "expression",
3901
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
3902
- }
3903
- },
3904
- {
3905
- "name": "size",
3906
- "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.",
3907
3330
  "required": false,
3908
- "default": "'medium'",
3909
3331
  "value": {
3910
3332
  "kind": "expression",
3911
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
3333
+ "type": "\"round\" | undefined"
3912
3334
  }
3913
3335
  },
3914
3336
  {
@@ -3930,15 +3352,6 @@
3930
3352
  "type": "string | undefined"
3931
3353
  }
3932
3354
  },
3933
- {
3934
- "name": "theme",
3935
- "description": "The theme determines the visual appearance of the component.",
3936
- "required": false,
3937
- "value": {
3938
- "kind": "expression",
3939
- "type": "\"ios\" | \"md\" | \"ionic\""
3940
- }
3941
- },
3942
3355
  {
3943
3356
  "name": "type",
3944
3357
  "description": "The type of control to display. The default type is text.",
@@ -4286,7 +3699,7 @@
4286
3699
  },
4287
3700
  {
4288
3701
  "name": "detail",
4289
- "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.",
4290
3703
  "required": false,
4291
3704
  "value": {
4292
3705
  "kind": "expression",
@@ -4297,9 +3710,10 @@
4297
3710
  "name": "detail-icon",
4298
3711
  "description": "The icon to use when `detail` is set to `true`.",
4299
3712
  "required": false,
3713
+ "default": "chevronForward",
4300
3714
  "value": {
4301
3715
  "kind": "expression",
4302
- "type": "string | undefined"
3716
+ "type": "string"
4303
3717
  }
4304
3718
  },
4305
3719
  {
@@ -4341,7 +3755,7 @@
4341
3755
  },
4342
3756
  {
4343
3757
  "name": "mode",
4344
- "description": "The mode determines the platform behaviors of the component.",
3758
+ "description": "The mode determines which platform styles to use.",
4345
3759
  "required": false,
4346
3760
  "value": {
4347
3761
  "kind": "expression",
@@ -4385,15 +3799,6 @@
4385
3799
  "type": "string | undefined"
4386
3800
  }
4387
3801
  },
4388
- {
4389
- "name": "theme",
4390
- "description": "The theme determines the visual appearance of the component.",
4391
- "required": false,
4392
- "value": {
4393
- "kind": "expression",
4394
- "type": "\"ios\" | \"md\" | \"ionic\""
4395
- }
4396
- },
4397
3802
  {
4398
3803
  "name": "type",
4399
3804
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4441,7 +3846,7 @@
4441
3846
  },
4442
3847
  {
4443
3848
  "name": "mode",
4444
- "description": "The mode determines the platform behaviors of the component.",
3849
+ "description": "The mode determines which platform styles to use.",
4445
3850
  "required": false,
4446
3851
  "value": {
4447
3852
  "kind": "expression",
@@ -4457,15 +3862,6 @@
4457
3862
  "kind": "expression",
4458
3863
  "type": "boolean"
4459
3864
  }
4460
- },
4461
- {
4462
- "name": "theme",
4463
- "description": "The theme determines the visual appearance of the component.",
4464
- "required": false,
4465
- "value": {
4466
- "kind": "expression",
4467
- "type": "\"ios\" | \"md\" | \"ionic\""
4468
- }
4469
3865
  }
4470
3866
  ],
4471
3867
  "slots": [
@@ -4492,26 +3888,7 @@
4492
3888
  "module": "@ionic/core/src/components/item-group/item-group.d.ts",
4493
3889
  "symbol": "ItemGroup"
4494
3890
  },
4495
- "attributes": [
4496
- {
4497
- "name": "mode",
4498
- "description": "The mode determines the platform behaviors of the component.",
4499
- "required": false,
4500
- "value": {
4501
- "kind": "expression",
4502
- "type": "\"ios\" | \"md\""
4503
- }
4504
- },
4505
- {
4506
- "name": "theme",
4507
- "description": "The theme determines the visual appearance of the component.",
4508
- "required": false,
4509
- "value": {
4510
- "kind": "expression",
4511
- "type": "\"ios\" | \"md\" | \"ionic\""
4512
- }
4513
- }
4514
- ],
3891
+ "attributes": [],
4515
3892
  "slots": [],
4516
3893
  "events": []
4517
3894
  },
@@ -4571,19 +3948,9 @@
4571
3948
  "type": "string | undefined"
4572
3949
  }
4573
3950
  },
4574
- {
4575
- "name": "hue",
4576
- "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.",
4577
- "required": false,
4578
- "default": "'subtle'",
4579
- "value": {
4580
- "kind": "expression",
4581
- "type": "\"bold\" | \"subtle\" | undefined"
4582
- }
4583
- },
4584
3951
  {
4585
3952
  "name": "mode",
4586
- "description": "The mode determines the platform behaviors of the component.",
3953
+ "description": "The mode determines which platform styles to use.",
4587
3954
  "required": false,
4588
3955
  "value": {
4589
3956
  "kind": "expression",
@@ -4599,15 +3966,6 @@
4599
3966
  "type": "string | undefined"
4600
3967
  }
4601
3968
  },
4602
- {
4603
- "name": "shape",
4604
- "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.",
4605
- "required": false,
4606
- "value": {
4607
- "kind": "expression",
4608
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4609
- }
4610
- },
4611
3969
  {
4612
3970
  "name": "target",
4613
3971
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -4617,15 +3975,6 @@
4617
3975
  "type": "string | undefined"
4618
3976
  }
4619
3977
  },
4620
- {
4621
- "name": "theme",
4622
- "description": "The theme determines the visual appearance of the component.",
4623
- "required": false,
4624
- "value": {
4625
- "kind": "expression",
4626
- "type": "\"ios\" | \"md\" | \"ionic\""
4627
- }
4628
- },
4629
3978
  {
4630
3979
  "name": "type",
4631
3980
  "description": "The type of the button.",
@@ -4674,15 +4023,6 @@
4674
4023
  "symbol": "ItemOptions"
4675
4024
  },
4676
4025
  "attributes": [
4677
- {
4678
- "name": "mode",
4679
- "description": "The mode determines the platform behaviors of the component.",
4680
- "required": false,
4681
- "value": {
4682
- "kind": "expression",
4683
- "type": "\"ios\" | \"md\""
4684
- }
4685
- },
4686
4026
  {
4687
4027
  "name": "side",
4688
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.",
@@ -4692,15 +4032,6 @@
4692
4032
  "kind": "expression",
4693
4033
  "type": "\"end\" | \"start\""
4694
4034
  }
4695
- },
4696
- {
4697
- "name": "theme",
4698
- "description": "The theme determines the visual appearance of the component.",
4699
- "required": false,
4700
- "value": {
4701
- "kind": "expression",
4702
- "type": "\"ios\" | \"md\" | \"ionic\""
4703
- }
4704
4035
  }
4705
4036
  ],
4706
4037
  "slots": [],
@@ -4735,24 +4066,6 @@
4735
4066
  "kind": "expression",
4736
4067
  "type": "boolean"
4737
4068
  }
4738
- },
4739
- {
4740
- "name": "mode",
4741
- "description": "The mode determines the platform behaviors of the component.",
4742
- "required": false,
4743
- "value": {
4744
- "kind": "expression",
4745
- "type": "\"ios\" | \"md\""
4746
- }
4747
- },
4748
- {
4749
- "name": "theme",
4750
- "description": "The theme determines the visual appearance of the component.",
4751
- "required": false,
4752
- "value": {
4753
- "kind": "expression",
4754
- "type": "\"ios\" | \"md\" | \"ionic\""
4755
- }
4756
4069
  }
4757
4070
  ],
4758
4071
  "slots": [],
@@ -4789,7 +4102,7 @@
4789
4102
  },
4790
4103
  {
4791
4104
  "name": "mode",
4792
- "description": "The mode determines the platform behaviors of the component.",
4105
+ "description": "The mode determines which platform styles to use.",
4793
4106
  "required": false,
4794
4107
  "value": {
4795
4108
  "kind": "expression",
@@ -4804,15 +4117,6 @@
4804
4117
  "kind": "expression",
4805
4118
  "type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
4806
4119
  }
4807
- },
4808
- {
4809
- "name": "theme",
4810
- "description": "The theme determines the visual appearance of the component.",
4811
- "required": false,
4812
- "value": {
4813
- "kind": "expression",
4814
- "type": "\"ios\" | \"md\" | \"ionic\""
4815
- }
4816
4120
  }
4817
4121
  ],
4818
4122
  "slots": [],
@@ -4848,30 +4152,12 @@
4848
4152
  },
4849
4153
  {
4850
4154
  "name": "mode",
4851
- "description": "The mode determines the platform behaviors of the component.",
4155
+ "description": "The mode determines which platform styles to use.",
4852
4156
  "required": false,
4853
4157
  "value": {
4854
4158
  "kind": "expression",
4855
4159
  "type": "\"ios\" | \"md\""
4856
4160
  }
4857
- },
4858
- {
4859
- "name": "shape",
4860
- "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.",
4861
- "required": false,
4862
- "value": {
4863
- "kind": "expression",
4864
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4865
- }
4866
- },
4867
- {
4868
- "name": "theme",
4869
- "description": "The theme determines the visual appearance of the component.",
4870
- "required": false,
4871
- "value": {
4872
- "kind": "expression",
4873
- "type": "\"ios\" | \"md\" | \"ionic\""
4874
- }
4875
4161
  }
4876
4162
  ],
4877
4163
  "slots": [],
@@ -4906,21 +4192,12 @@
4906
4192
  },
4907
4193
  {
4908
4194
  "name": "mode",
4909
- "description": "The mode determines the platform behaviors of the component.",
4195
+ "description": "The mode determines which platform styles to use.",
4910
4196
  "required": false,
4911
4197
  "value": {
4912
4198
  "kind": "expression",
4913
4199
  "type": "\"ios\" | \"md\""
4914
4200
  }
4915
- },
4916
- {
4917
- "name": "theme",
4918
- "description": "The theme determines the visual appearance of the component.",
4919
- "required": false,
4920
- "value": {
4921
- "kind": "expression",
4922
- "type": "\"ios\" | \"md\" | \"ionic\""
4923
- }
4924
4201
  }
4925
4202
  ],
4926
4203
  "slots": [],
@@ -5032,7 +4309,7 @@
5032
4309
  },
5033
4310
  {
5034
4311
  "name": "mode",
5035
- "description": "The mode determines the platform behaviors of the component.",
4312
+ "description": "The mode determines which platform styles to use.",
5036
4313
  "required": false,
5037
4314
  "value": {
5038
4315
  "kind": "expression",
@@ -5058,18 +4335,9 @@
5058
4335
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
5059
4336
  }
5060
4337
  },
5061
- {
5062
- "name": "theme",
5063
- "description": "The theme determines the visual appearance of the component.",
5064
- "required": false,
5065
- "value": {
5066
- "kind": "expression",
5067
- "type": "\"ios\" | \"md\" | \"ionic\""
5068
- }
5069
- },
5070
4338
  {
5071
4339
  "name": "translucent",
5072
- "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).",
5073
4341
  "required": false,
5074
4342
  "default": "false",
5075
4343
  "value": {
@@ -5210,21 +4478,12 @@
5210
4478
  }
5211
4479
  },
5212
4480
  {
5213
- "name": "menu-id",
5214
- "description": "An id for the menu.",
5215
- "required": false,
5216
- "value": {
5217
- "kind": "expression",
5218
- "type": "string | undefined"
5219
- }
5220
- },
5221
- {
5222
- "name": "mode",
5223
- "description": "The mode determines the platform behaviors of the component.",
4481
+ "name": "menu-id",
4482
+ "description": "An id for the menu.",
5224
4483
  "required": false,
5225
4484
  "value": {
5226
4485
  "kind": "expression",
5227
- "type": "\"ios\" | \"md\""
4486
+ "type": "string | undefined"
5228
4487
  }
5229
4488
  },
5230
4489
  {
@@ -5247,15 +4506,6 @@
5247
4506
  "type": "boolean"
5248
4507
  }
5249
4508
  },
5250
- {
5251
- "name": "theme",
5252
- "description": "The theme determines the visual appearance of the component.",
5253
- "required": false,
5254
- "value": {
5255
- "kind": "expression",
5256
- "type": "\"ios\" | \"md\" | \"ionic\""
5257
- }
5258
- },
5259
4509
  {
5260
4510
  "name": "type",
5261
4511
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -5359,22 +4609,13 @@
5359
4609
  },
5360
4610
  {
5361
4611
  "name": "mode",
5362
- "description": "The mode determines the platform behaviors of the component.",
4612
+ "description": "The mode determines which platform styles to use.",
5363
4613
  "required": false,
5364
4614
  "value": {
5365
4615
  "kind": "expression",
5366
4616
  "type": "\"ios\" | \"md\""
5367
4617
  }
5368
4618
  },
5369
- {
5370
- "name": "theme",
5371
- "description": "The theme determines the visual appearance of the component.",
5372
- "required": false,
5373
- "value": {
5374
- "kind": "expression",
5375
- "type": "\"ios\" | \"md\" | \"ionic\""
5376
- }
5377
- },
5378
4619
  {
5379
4620
  "name": "type",
5380
4621
  "description": "The type of the button.",
@@ -5416,24 +4657,6 @@
5416
4657
  "kind": "expression",
5417
4658
  "type": "string | undefined"
5418
4659
  }
5419
- },
5420
- {
5421
- "name": "mode",
5422
- "description": "The mode determines the platform behaviors of the component.",
5423
- "required": false,
5424
- "value": {
5425
- "kind": "expression",
5426
- "type": "\"ios\" | \"md\""
5427
- }
5428
- },
5429
- {
5430
- "name": "theme",
5431
- "description": "The theme determines the visual appearance of the component.",
5432
- "required": false,
5433
- "value": {
5434
- "kind": "expression",
5435
- "type": "\"ios\" | \"md\" | \"ionic\""
5436
- }
5437
4660
  }
5438
4661
  ],
5439
4662
  "slots": [
@@ -5609,7 +4832,7 @@
5609
4832
  },
5610
4833
  {
5611
4834
  "name": "mode",
5612
- "description": "The mode determines the platform behaviors of the component.",
4835
+ "description": "The mode determines which platform styles to use.",
5613
4836
  "required": false,
5614
4837
  "value": {
5615
4838
  "kind": "expression",
@@ -5625,15 +4848,6 @@
5625
4848
  "type": "HTMLElement | undefined"
5626
4849
  }
5627
4850
  },
5628
- {
5629
- "name": "shape",
5630
- "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.",
5631
- "required": false,
5632
- "value": {
5633
- "kind": "expression",
5634
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
5635
- }
5636
- },
5637
4851
  {
5638
4852
  "name": "show-backdrop",
5639
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.",
@@ -5644,15 +4858,6 @@
5644
4858
  "type": "boolean"
5645
4859
  }
5646
4860
  },
5647
- {
5648
- "name": "theme",
5649
- "description": "The theme determines the visual appearance of the component.",
5650
- "required": false,
5651
- "value": {
5652
- "kind": "expression",
5653
- "type": "\"ios\" | \"md\" | \"ionic\""
5654
- }
5655
- },
5656
4861
  {
5657
4862
  "name": "trigger",
5658
4863
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -5782,21 +4987,12 @@
5782
4987
  },
5783
4988
  {
5784
4989
  "name": "mode",
5785
- "description": "The mode determines the platform behaviors of the component.",
4990
+ "description": "The mode determines which platform styles to use.",
5786
4991
  "required": false,
5787
4992
  "value": {
5788
4993
  "kind": "expression",
5789
4994
  "type": "\"ios\" | \"md\""
5790
4995
  }
5791
- },
5792
- {
5793
- "name": "theme",
5794
- "description": "The theme determines the visual appearance of the component.",
5795
- "required": false,
5796
- "value": {
5797
- "kind": "expression",
5798
- "type": "\"ios\" | \"md\" | \"ionic\""
5799
- }
5800
4996
  }
5801
4997
  ],
5802
4998
  "slots": [],
@@ -5813,21 +5009,12 @@
5813
5009
  "attributes": [
5814
5010
  {
5815
5011
  "name": "mode",
5816
- "description": "The mode determines the platform behaviors of the component.",
5012
+ "description": "The mode determines which platform styles to use.",
5817
5013
  "required": false,
5818
5014
  "value": {
5819
5015
  "kind": "expression",
5820
5016
  "type": "\"ios\" | \"md\""
5821
5017
  }
5822
- },
5823
- {
5824
- "name": "theme",
5825
- "description": "The theme determines the visual appearance of the component.",
5826
- "required": false,
5827
- "value": {
5828
- "kind": "expression",
5829
- "type": "\"ios\" | \"md\" | \"ionic\""
5830
- }
5831
5018
  }
5832
5019
  ],
5833
5020
  "slots": [],
@@ -5864,22 +5051,13 @@
5864
5051
  },
5865
5052
  {
5866
5053
  "name": "mode",
5867
- "description": "The mode determines the platform behaviors of the component.",
5054
+ "description": "The mode determines which platform styles to use.",
5868
5055
  "required": false,
5869
5056
  "value": {
5870
5057
  "kind": "expression",
5871
5058
  "type": "\"ios\" | \"md\""
5872
5059
  }
5873
5060
  },
5874
- {
5875
- "name": "theme",
5876
- "description": "The theme determines the visual appearance of the component.",
5877
- "required": false,
5878
- "value": {
5879
- "kind": "expression",
5880
- "type": "\"ios\" | \"md\" | \"ionic\""
5881
- }
5882
- },
5883
5061
  {
5884
5062
  "name": "value",
5885
5063
  "description": "The selected option in the picker.",
@@ -5942,24 +5120,6 @@
5942
5120
  "type": "boolean"
5943
5121
  }
5944
5122
  },
5945
- {
5946
- "name": "mode",
5947
- "description": "The mode determines the platform behaviors of the component.",
5948
- "required": false,
5949
- "value": {
5950
- "kind": "expression",
5951
- "type": "\"ios\" | \"md\""
5952
- }
5953
- },
5954
- {
5955
- "name": "theme",
5956
- "description": "The theme determines the visual appearance of the component.",
5957
- "required": false,
5958
- "value": {
5959
- "kind": "expression",
5960
- "type": "\"ios\" | \"md\" | \"ionic\""
5961
- }
5962
- },
5963
5123
  {
5964
5124
  "name": "value",
5965
5125
  "description": "The text value of the option.",
@@ -6090,7 +5250,7 @@
6090
5250
  },
6091
5251
  {
6092
5252
  "name": "mode",
6093
- "description": "The mode determines the platform behaviors of the component.",
5253
+ "description": "The mode determines which platform styles to use.",
6094
5254
  "required": false,
6095
5255
  "value": {
6096
5256
  "kind": "expression",
@@ -6107,15 +5267,6 @@
6107
5267
  "type": "boolean"
6108
5268
  }
6109
5269
  },
6110
- {
6111
- "name": "theme",
6112
- "description": "The theme determines the visual appearance of the component.",
6113
- "required": false,
6114
- "value": {
6115
- "kind": "expression",
6116
- "type": "\"ios\" | \"md\" | \"ionic\""
6117
- }
6118
- },
6119
5270
  {
6120
5271
  "name": "trigger",
6121
5272
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -6221,7 +5372,7 @@
6221
5372
  "attributes": [
6222
5373
  {
6223
5374
  "name": "alignment",
6224
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
5375
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
6225
5376
  "required": false,
6226
5377
  "value": {
6227
5378
  "kind": "expression",
@@ -6240,7 +5391,7 @@
6240
5391
  },
6241
5392
  {
6242
5393
  "name": "arrow",
6243
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
5394
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
6244
5395
  "required": false,
6245
5396
  "default": "true",
6246
5397
  "value": {
@@ -6364,7 +5515,7 @@
6364
5515
  },
6365
5516
  {
6366
5517
  "name": "mode",
6367
- "description": "The mode determines the platform behaviors of the component.",
5518
+ "description": "The mode determines which platform styles to use.",
6368
5519
  "required": false,
6369
5520
  "value": {
6370
5521
  "kind": "expression",
@@ -6411,18 +5562,9 @@
6411
5562
  "type": "\"auto\" | \"cover\""
6412
5563
  }
6413
5564
  },
6414
- {
6415
- "name": "theme",
6416
- "description": "The theme determines the visual appearance of the component.",
6417
- "required": false,
6418
- "value": {
6419
- "kind": "expression",
6420
- "type": "\"ios\" | \"md\" | \"ionic\""
6421
- }
6422
- },
6423
5565
  {
6424
5566
  "name": "translucent",
6425
- "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
5567
+ "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
6426
5568
  "required": false,
6427
5569
  "default": "false",
6428
5570
  "value": {
@@ -6569,7 +5711,7 @@
6569
5711
  },
6570
5712
  {
6571
5713
  "name": "mode",
6572
- "description": "The mode determines the platform behaviors of the component.",
5714
+ "description": "The mode determines which platform styles to use.",
6573
5715
  "required": false,
6574
5716
  "value": {
6575
5717
  "kind": "expression",
@@ -6586,24 +5728,6 @@
6586
5728
  "type": "boolean"
6587
5729
  }
6588
5730
  },
6589
- {
6590
- "name": "shape",
6591
- "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.",
6592
- "required": false,
6593
- "value": {
6594
- "kind": "expression",
6595
- "type": "\"rectangular\" | \"round\" | undefined"
6596
- }
6597
- },
6598
- {
6599
- "name": "theme",
6600
- "description": "The theme determines the visual appearance of the component.",
6601
- "required": false,
6602
- "value": {
6603
- "kind": "expression",
6604
- "type": "\"ios\" | \"md\" | \"ionic\""
6605
- }
6606
- },
6607
5731
  {
6608
5732
  "name": "type",
6609
5733
  "description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
@@ -6686,7 +5810,7 @@
6686
5810
  },
6687
5811
  {
6688
5812
  "name": "mode",
6689
- "description": "The mode determines the platform behaviors of the component.",
5813
+ "description": "The mode determines which platform styles to use.",
6690
5814
  "required": false,
6691
5815
  "value": {
6692
5816
  "kind": "expression",
@@ -6703,15 +5827,6 @@
6703
5827
  "type": "string"
6704
5828
  }
6705
5829
  },
6706
- {
6707
- "name": "theme",
6708
- "description": "The theme determines the visual appearance of the component.",
6709
- "required": false,
6710
- "value": {
6711
- "kind": "expression",
6712
- "type": "\"ios\" | \"md\" | \"ionic\""
6713
- }
6714
- },
6715
5830
  {
6716
5831
  "name": "value",
6717
5832
  "description": "the value of the radio.",
@@ -6797,15 +5912,6 @@
6797
5912
  "type": "string | undefined"
6798
5913
  }
6799
5914
  },
6800
- {
6801
- "name": "mode",
6802
- "description": "The mode determines the platform behaviors of the component.",
6803
- "required": false,
6804
- "value": {
6805
- "kind": "expression",
6806
- "type": "\"ios\" | \"md\""
6807
- }
6808
- },
6809
5915
  {
6810
5916
  "name": "name",
6811
5917
  "description": "The name of the control, which is submitted with the form data.",
@@ -6816,15 +5922,6 @@
6816
5922
  "type": "string"
6817
5923
  }
6818
5924
  },
6819
- {
6820
- "name": "theme",
6821
- "description": "The theme determines the visual appearance of the component.",
6822
- "required": false,
6823
- "value": {
6824
- "kind": "expression",
6825
- "type": "\"ios\" | \"md\" | \"ionic\""
6826
- }
6827
- },
6828
5925
  {
6829
5926
  "name": "value",
6830
5927
  "description": "the value of the radio group.",
@@ -6946,7 +6043,7 @@
6946
6043
  },
6947
6044
  {
6948
6045
  "name": "mode",
6949
- "description": "The mode determines the platform behaviors of the component.",
6046
+ "description": "The mode determines which platform styles to use.",
6950
6047
  "required": false,
6951
6048
  "value": {
6952
6049
  "kind": "expression",
@@ -7003,15 +6100,6 @@
7003
6100
  "type": "number"
7004
6101
  }
7005
6102
  },
7006
- {
7007
- "name": "theme",
7008
- "description": "The theme determines the visual appearance of the component.",
7009
- "required": false,
7010
- "value": {
7011
- "kind": "expression",
7012
- "type": "\"ios\" | \"md\" | \"ionic\""
7013
- }
7014
- },
7015
6103
  {
7016
6104
  "name": "ticks",
7017
6105
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -7141,7 +6229,7 @@
7141
6229
  },
7142
6230
  {
7143
6231
  "name": "mode",
7144
- "description": "The mode determines the platform behaviors of the component.",
6232
+ "description": "The mode determines which platform styles to use.",
7145
6233
  "required": false,
7146
6234
  "value": {
7147
6235
  "kind": "expression",
@@ -7187,15 +6275,6 @@
7187
6275
  "kind": "expression",
7188
6276
  "type": "string"
7189
6277
  }
7190
- },
7191
- {
7192
- "name": "theme",
7193
- "description": "The theme determines the visual appearance of the component.",
7194
- "required": false,
7195
- "value": {
7196
- "kind": "expression",
7197
- "type": "\"ios\" | \"md\" | \"ionic\""
7198
- }
7199
6278
  }
7200
6279
  ],
7201
6280
  "slots": [],
@@ -7241,15 +6320,6 @@
7241
6320
  "symbol": "RefresherContent"
7242
6321
  },
7243
6322
  "attributes": [
7244
- {
7245
- "name": "mode",
7246
- "description": "The mode determines the platform behaviors of the component.",
7247
- "required": false,
7248
- "value": {
7249
- "kind": "expression",
7250
- "type": "\"ios\" | \"md\""
7251
- }
7252
- },
7253
6323
  {
7254
6324
  "name": "pulling-icon",
7255
6325
  "description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices.",
@@ -7285,15 +6355,6 @@
7285
6355
  "kind": "expression",
7286
6356
  "type": "IonicSafeString | string | undefined"
7287
6357
  }
7288
- },
7289
- {
7290
- "name": "theme",
7291
- "description": "The theme determines the visual appearance of the component.",
7292
- "required": false,
7293
- "value": {
7294
- "kind": "expression",
7295
- "type": "\"ios\" | \"md\" | \"ionic\""
7296
- }
7297
6358
  }
7298
6359
  ],
7299
6360
  "slots": [],
@@ -7307,26 +6368,7 @@
7307
6368
  "module": "@ionic/core/src/components/reorder/reorder.d.ts",
7308
6369
  "symbol": "Reorder"
7309
6370
  },
7310
- "attributes": [
7311
- {
7312
- "name": "mode",
7313
- "description": "The mode determines the platform behaviors of the component.",
7314
- "required": false,
7315
- "value": {
7316
- "kind": "expression",
7317
- "type": "\"ios\" | \"md\""
7318
- }
7319
- },
7320
- {
7321
- "name": "theme",
7322
- "description": "The theme determines the visual appearance of the component.",
7323
- "required": false,
7324
- "value": {
7325
- "kind": "expression",
7326
- "type": "\"ios\" | \"md\" | \"ionic\""
7327
- }
7328
- }
7329
- ],
6371
+ "attributes": [],
7330
6372
  "slots": [],
7331
6373
  "events": []
7332
6374
  },
@@ -7348,24 +6390,6 @@
7348
6390
  "kind": "expression",
7349
6391
  "type": "boolean"
7350
6392
  }
7351
- },
7352
- {
7353
- "name": "mode",
7354
- "description": "The mode determines the platform behaviors of the component.",
7355
- "required": false,
7356
- "value": {
7357
- "kind": "expression",
7358
- "type": "\"ios\" | \"md\""
7359
- }
7360
- },
7361
- {
7362
- "name": "theme",
7363
- "description": "The theme determines the visual appearance of the component.",
7364
- "required": false,
7365
- "value": {
7366
- "kind": "expression",
7367
- "type": "\"ios\" | \"md\" | \"ionic\""
7368
- }
7369
6393
  }
7370
6394
  ],
7371
6395
  "slots": [],
@@ -7391,24 +6415,6 @@
7391
6415
  "symbol": "RippleEffect"
7392
6416
  },
7393
6417
  "attributes": [
7394
- {
7395
- "name": "mode",
7396
- "description": "The mode determines the platform behaviors of the component.",
7397
- "required": false,
7398
- "value": {
7399
- "kind": "expression",
7400
- "type": "\"ios\" | \"md\""
7401
- }
7402
- },
7403
- {
7404
- "name": "theme",
7405
- "description": "The theme determines the visual appearance of the component.",
7406
- "required": false,
7407
- "value": {
7408
- "kind": "expression",
7409
- "type": "\"ios\" | \"md\" | \"ionic\""
7410
- }
7411
- },
7412
6418
  {
7413
6419
  "name": "type",
7414
6420
  "description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
@@ -7468,24 +6474,6 @@
7468
6474
  "type": "undefined | { [key: string]: any; }"
7469
6475
  }
7470
6476
  },
7471
- {
7472
- "name": "mode",
7473
- "description": "The mode determines the platform behaviors of the component.",
7474
- "required": false,
7475
- "value": {
7476
- "kind": "expression",
7477
- "type": "\"ios\" | \"md\""
7478
- }
7479
- },
7480
- {
7481
- "name": "theme",
7482
- "description": "The theme determines the visual appearance of the component.",
7483
- "required": false,
7484
- "value": {
7485
- "kind": "expression",
7486
- "type": "\"ios\" | \"md\" | \"ionic\""
7487
- }
7488
- },
7489
6477
  {
7490
6478
  "name": "url",
7491
6479
  "description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props.",
@@ -7519,26 +6507,7 @@
7519
6507
  "module": "@ionic/core/src/components/row/row.d.ts",
7520
6508
  "symbol": "Row"
7521
6509
  },
7522
- "attributes": [
7523
- {
7524
- "name": "mode",
7525
- "description": "The mode determines the platform behaviors of the component.",
7526
- "required": false,
7527
- "value": {
7528
- "kind": "expression",
7529
- "type": "\"ios\" | \"md\""
7530
- }
7531
- },
7532
- {
7533
- "name": "theme",
7534
- "description": "The theme determines the visual appearance of the component.",
7535
- "required": false,
7536
- "value": {
7537
- "kind": "expression",
7538
- "type": "\"ios\" | \"md\" | \"ionic\""
7539
- }
7540
- }
7541
- ],
6510
+ "attributes": [],
7542
6511
  "slots": [],
7543
6512
  "events": []
7544
6513
  },
@@ -7578,7 +6547,7 @@
7578
6547
  "default": "'off'",
7579
6548
  "value": {
7580
6549
  "kind": "expression",
7581
- "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
6550
+ "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\""
7582
6551
  }
7583
6552
  },
7584
6553
  {
@@ -7593,16 +6562,17 @@
7593
6562
  },
7594
6563
  {
7595
6564
  "name": "cancel-button-icon",
7596
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
6565
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
7597
6566
  "required": false,
6567
+ "default": "config.get('backButtonIcon', arrowBackSharp) as string",
7598
6568
  "value": {
7599
6569
  "kind": "expression",
7600
- "type": "string | undefined"
6570
+ "type": "string"
7601
6571
  }
7602
6572
  },
7603
6573
  {
7604
6574
  "name": "cancel-button-text",
7605
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
6575
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
7606
6576
  "required": false,
7607
6577
  "default": "'Cancel'",
7608
6578
  "value": {
@@ -7612,7 +6582,7 @@
7612
6582
  },
7613
6583
  {
7614
6584
  "name": "clear-icon",
7615
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
6585
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
7616
6586
  "required": false,
7617
6587
  "value": {
7618
6588
  "kind": "expression",
@@ -7685,7 +6655,7 @@
7685
6655
  },
7686
6656
  {
7687
6657
  "name": "mode",
7688
- "description": "The mode determines the platform behaviors of the component.",
6658
+ "description": "The mode determines which platform styles to use.",
7689
6659
  "required": false,
7690
6660
  "value": {
7691
6661
  "kind": "expression",
@@ -7714,49 +6684,31 @@
7714
6684
  },
7715
6685
  {
7716
6686
  "name": "search-icon",
7717
- "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.",
7718
- "required": false,
7719
- "value": {
7720
- "kind": "expression",
7721
- "type": "boolean | string | undefined"
7722
- }
7723
- },
7724
- {
7725
- "name": "shape",
7726
- "description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
6687
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
7727
6688
  "required": false,
7728
6689
  "value": {
7729
6690
  "kind": "expression",
7730
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
6691
+ "type": "string | undefined"
7731
6692
  }
7732
6693
  },
7733
6694
  {
7734
6695
  "name": "show-cancel-button",
7735
6696
  "description": "Sets the behavior for the cancel button. Defaults to `\"never\"`.\nSetting to `\"focus\"` shows the cancel button on focus.\nSetting to `\"never\"` hides the cancel button.\nSetting to `\"always\"` shows the cancel button regardless\nof focus state.",
7736
6697
  "required": false,
7737
- "default": "'never'",
7738
- "value": {
7739
- "kind": "expression",
7740
- "type": "\"always\" | \"focus\" | \"never\""
7741
- }
7742
- },
7743
- {
7744
- "name": "show-clear-button",
7745
- "description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
7746
- "required": false,
7747
- "default": "'always'",
6698
+ "default": "'never'",
7748
6699
  "value": {
7749
6700
  "kind": "expression",
7750
6701
  "type": "\"always\" | \"focus\" | \"never\""
7751
6702
  }
7752
6703
  },
7753
6704
  {
7754
- "name": "size",
7755
- "description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
6705
+ "name": "show-clear-button",
6706
+ "description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
7756
6707
  "required": false,
6708
+ "default": "'always'",
7757
6709
  "value": {
7758
6710
  "kind": "expression",
7759
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
6711
+ "type": "\"always\" | \"focus\" | \"never\""
7760
6712
  }
7761
6713
  },
7762
6714
  {
@@ -7769,15 +6721,6 @@
7769
6721
  "type": "boolean"
7770
6722
  }
7771
6723
  },
7772
- {
7773
- "name": "theme",
7774
- "description": "The theme determines the visual appearance of the component.",
7775
- "required": false,
7776
- "value": {
7777
- "kind": "expression",
7778
- "type": "\"ios\" | \"md\" | \"ionic\""
7779
- }
7780
- },
7781
6724
  {
7782
6725
  "name": "type",
7783
6726
  "description": "Set the type of the input.",
@@ -7893,7 +6836,7 @@
7893
6836
  },
7894
6837
  {
7895
6838
  "name": "mode",
7896
- "description": "The mode determines the platform behaviors of the component.",
6839
+ "description": "The mode determines which platform styles to use.",
7897
6840
  "required": false,
7898
6841
  "value": {
7899
6842
  "kind": "expression",
@@ -7930,15 +6873,6 @@
7930
6873
  "type": "boolean"
7931
6874
  }
7932
6875
  },
7933
- {
7934
- "name": "theme",
7935
- "description": "The theme determines the visual appearance of the component.",
7936
- "required": false,
7937
- "value": {
7938
- "kind": "expression",
7939
- "type": "\"ios\" | \"md\" | \"ionic\""
7940
- }
7941
- },
7942
6876
  {
7943
6877
  "name": "value",
7944
6878
  "description": "the value of the segment.",
@@ -8003,22 +6937,13 @@
8003
6937
  },
8004
6938
  {
8005
6939
  "name": "mode",
8006
- "description": "The mode determines the platform behaviors of the component.",
6940
+ "description": "The mode determines which platform styles to use.",
8007
6941
  "required": false,
8008
6942
  "value": {
8009
6943
  "kind": "expression",
8010
6944
  "type": "\"ios\" | \"md\""
8011
6945
  }
8012
6946
  },
8013
- {
8014
- "name": "theme",
8015
- "description": "The theme determines the visual appearance of the component.",
8016
- "required": false,
8017
- "value": {
8018
- "kind": "expression",
8019
- "type": "\"ios\" | \"md\" | \"ionic\""
8020
- }
8021
- },
8022
6947
  {
8023
6948
  "name": "type",
8024
6949
  "description": "The type of the button.",
@@ -8147,7 +7072,7 @@
8147
7072
  },
8148
7073
  {
8149
7074
  "name": "expanded-icon",
8150
- "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
7075
+ "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
8151
7076
  "required": false,
8152
7077
  "value": {
8153
7078
  "kind": "expression",
@@ -8156,7 +7081,7 @@
8156
7081
  },
8157
7082
  {
8158
7083
  "name": "fill",
8159
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
7084
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
8160
7085
  "required": false,
8161
7086
  "value": {
8162
7087
  "kind": "expression",
@@ -8222,7 +7147,7 @@
8222
7147
  },
8223
7148
  {
8224
7149
  "name": "mode",
8225
- "description": "The mode determines the platform behaviors of the component.",
7150
+ "description": "The mode determines which platform styles to use.",
8226
7151
  "required": false,
8227
7152
  "value": {
8228
7153
  "kind": "expression",
@@ -8289,34 +7214,16 @@
8289
7214
  },
8290
7215
  {
8291
7216
  "name": "shape",
8292
- "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.",
8293
- "required": false,
8294
- "value": {
8295
- "kind": "expression",
8296
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8297
- }
8298
- },
8299
- {
8300
- "name": "size",
8301
- "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.",
8302
- "required": false,
8303
- "value": {
8304
- "kind": "expression",
8305
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8306
- }
8307
- },
8308
- {
8309
- "name": "theme",
8310
- "description": "The theme determines the visual appearance of the component.",
7217
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
8311
7218
  "required": false,
8312
7219
  "value": {
8313
7220
  "kind": "expression",
8314
- "type": "\"ios\" | \"md\" | \"ionic\""
7221
+ "type": "\"round\" | undefined"
8315
7222
  }
8316
7223
  },
8317
7224
  {
8318
7225
  "name": "toggle-icon",
8319
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
7226
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
8320
7227
  "required": false,
8321
7228
  "value": {
8322
7229
  "kind": "expression",
@@ -8460,24 +7367,6 @@
8460
7367
  "type": "boolean"
8461
7368
  }
8462
7369
  },
8463
- {
8464
- "name": "mode",
8465
- "description": "The mode determines the platform behaviors of the component.",
8466
- "required": false,
8467
- "value": {
8468
- "kind": "expression",
8469
- "type": "\"ios\" | \"md\""
8470
- }
8471
- },
8472
- {
8473
- "name": "theme",
8474
- "description": "The theme determines the visual appearance of the component.",
8475
- "required": false,
8476
- "value": {
8477
- "kind": "expression",
8478
- "type": "\"ios\" | \"md\" | \"ionic\""
8479
- }
8480
- },
8481
7370
  {
8482
7371
  "name": "value",
8483
7372
  "description": "The text value of the option.",
@@ -8509,24 +7398,6 @@
8509
7398
  "kind": "expression",
8510
7399
  "type": "boolean"
8511
7400
  }
8512
- },
8513
- {
8514
- "name": "mode",
8515
- "description": "The mode determines the platform behaviors of the component.",
8516
- "required": false,
8517
- "value": {
8518
- "kind": "expression",
8519
- "type": "\"ios\" | \"md\""
8520
- }
8521
- },
8522
- {
8523
- "name": "theme",
8524
- "description": "The theme determines the visual appearance of the component.",
8525
- "required": false,
8526
- "value": {
8527
- "kind": "expression",
8528
- "type": "\"ios\" | \"md\" | \"ionic\""
8529
- }
8530
7401
  }
8531
7402
  ],
8532
7403
  "slots": [],
@@ -8559,15 +7430,6 @@
8559
7430
  "type": "number | undefined"
8560
7431
  }
8561
7432
  },
8562
- {
8563
- "name": "mode",
8564
- "description": "The mode determines the platform behaviors of the component.",
8565
- "required": false,
8566
- "value": {
8567
- "kind": "expression",
8568
- "type": "\"ios\" | \"md\""
8569
- }
8570
- },
8571
7433
  {
8572
7434
  "name": "name",
8573
7435
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -8586,24 +7448,6 @@
8586
7448
  "kind": "expression",
8587
7449
  "type": "boolean"
8588
7450
  }
8589
- },
8590
- {
8591
- "name": "size",
8592
- "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.",
8593
- "required": false,
8594
- "value": {
8595
- "kind": "expression",
8596
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
8597
- }
8598
- },
8599
- {
8600
- "name": "theme",
8601
- "description": "The theme determines the visual appearance of the component.",
8602
- "required": false,
8603
- "value": {
8604
- "kind": "expression",
8605
- "type": "\"ios\" | \"md\" | \"ionic\""
8606
- }
8607
7451
  }
8608
7452
  ],
8609
7453
  "slots": [],
@@ -8637,24 +7481,6 @@
8637
7481
  "type": "boolean"
8638
7482
  }
8639
7483
  },
8640
- {
8641
- "name": "mode",
8642
- "description": "The mode determines the platform behaviors of the component.",
8643
- "required": false,
8644
- "value": {
8645
- "kind": "expression",
8646
- "type": "\"ios\" | \"md\""
8647
- }
8648
- },
8649
- {
8650
- "name": "theme",
8651
- "description": "The theme determines the visual appearance of the component.",
8652
- "required": false,
8653
- "value": {
8654
- "kind": "expression",
8655
- "type": "\"ios\" | \"md\" | \"ionic\""
8656
- }
8657
- },
8658
7484
  {
8659
7485
  "name": "when",
8660
7486
  "description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression.",
@@ -8698,15 +7524,6 @@
8698
7524
  "type": "Function | HTMLElement | null | string | undefined"
8699
7525
  }
8700
7526
  },
8701
- {
8702
- "name": "mode",
8703
- "description": "The mode determines the platform behaviors of the component.",
8704
- "required": false,
8705
- "value": {
8706
- "kind": "expression",
8707
- "type": "\"ios\" | \"md\""
8708
- }
8709
- },
8710
7527
  {
8711
7528
  "name": "tab",
8712
7529
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
@@ -8715,15 +7532,6 @@
8715
7532
  "kind": "expression",
8716
7533
  "type": "string"
8717
7534
  }
8718
- },
8719
- {
8720
- "name": "theme",
8721
- "description": "The theme determines the visual appearance of the component.",
8722
- "required": false,
8723
- "value": {
8724
- "kind": "expression",
8725
- "type": "\"ios\" | \"md\" | \"ionic\""
8726
- }
8727
7535
  }
8728
7536
  ],
8729
7537
  "slots": [],
@@ -8747,19 +7555,9 @@
8747
7555
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
8748
7556
  }
8749
7557
  },
8750
- {
8751
- "name": "expand",
8752
- "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\"`.",
8753
- "required": false,
8754
- "default": "'full'",
8755
- "value": {
8756
- "kind": "expression",
8757
- "type": "\"compact\" | \"full\""
8758
- }
8759
- },
8760
7558
  {
8761
7559
  "name": "mode",
8762
- "description": "The mode determines the platform behaviors of the component.",
7560
+ "description": "The mode determines which platform styles to use.",
8763
7561
  "required": false,
8764
7562
  "value": {
8765
7563
  "kind": "expression",
@@ -8775,27 +7573,9 @@
8775
7573
  "type": "string | undefined"
8776
7574
  }
8777
7575
  },
8778
- {
8779
- "name": "shape",
8780
- "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.",
8781
- "required": false,
8782
- "value": {
8783
- "kind": "expression",
8784
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8785
- }
8786
- },
8787
- {
8788
- "name": "theme",
8789
- "description": "The theme determines the visual appearance of the component.",
8790
- "required": false,
8791
- "value": {
8792
- "kind": "expression",
8793
- "type": "\"ios\" | \"md\" | \"ionic\""
8794
- }
8795
- },
8796
7576
  {
8797
7577
  "name": "translucent",
8798
- "description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
7578
+ "description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
8799
7579
  "required": false,
8800
7580
  "default": "false",
8801
7581
  "value": {
@@ -8855,7 +7635,7 @@
8855
7635
  },
8856
7636
  {
8857
7637
  "name": "mode",
8858
- "description": "The mode determines the platform behaviors of the component.",
7638
+ "description": "The mode determines which platform styles to use.",
8859
7639
  "required": false,
8860
7640
  "value": {
8861
7641
  "kind": "expression",
@@ -8881,15 +7661,6 @@
8881
7661
  "type": "boolean"
8882
7662
  }
8883
7663
  },
8884
- {
8885
- "name": "shape",
8886
- "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.",
8887
- "required": false,
8888
- "value": {
8889
- "kind": "expression",
8890
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8891
- }
8892
- },
8893
7664
  {
8894
7665
  "name": "tab",
8895
7666
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
@@ -8907,15 +7678,6 @@
8907
7678
  "kind": "expression",
8908
7679
  "type": "string | undefined"
8909
7680
  }
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
7681
  }
8920
7682
  ],
8921
7683
  "slots": [],
@@ -8929,26 +7691,7 @@
8929
7691
  "module": "@ionic/core/src/components/tabs/tabs.d.ts",
8930
7692
  "symbol": "Tabs"
8931
7693
  },
8932
- "attributes": [
8933
- {
8934
- "name": "mode",
8935
- "description": "The mode determines the platform behaviors of the component.",
8936
- "required": false,
8937
- "value": {
8938
- "kind": "expression",
8939
- "type": "\"ios\" | \"md\""
8940
- }
8941
- },
8942
- {
8943
- "name": "theme",
8944
- "description": "The theme determines the visual appearance of the component.",
8945
- "required": false,
8946
- "value": {
8947
- "kind": "expression",
8948
- "type": "\"ios\" | \"md\" | \"ionic\""
8949
- }
8950
- }
8951
- ],
7694
+ "attributes": [],
8952
7695
  "slots": [
8953
7696
  {
8954
7697
  "name": "default",
@@ -9006,21 +7749,12 @@
9006
7749
  },
9007
7750
  {
9008
7751
  "name": "mode",
9009
- "description": "The mode determines the platform behaviors of the component.",
7752
+ "description": "The mode determines which platform styles to use.",
9010
7753
  "required": false,
9011
7754
  "value": {
9012
7755
  "kind": "expression",
9013
7756
  "type": "\"ios\" | \"md\""
9014
7757
  }
9015
- },
9016
- {
9017
- "name": "theme",
9018
- "description": "The theme determines the visual appearance of the component.",
9019
- "required": false,
9020
- "value": {
9021
- "kind": "expression",
9022
- "type": "\"ios\" | \"md\" | \"ionic\""
9023
- }
9024
7758
  }
9025
7759
  ],
9026
7760
  "slots": [],
@@ -9151,7 +7885,7 @@
9151
7885
  },
9152
7886
  {
9153
7887
  "name": "fill",
9154
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
7888
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
9155
7889
  "required": false,
9156
7890
  "value": {
9157
7891
  "kind": "expression",
@@ -9215,7 +7949,7 @@
9215
7949
  },
9216
7950
  {
9217
7951
  "name": "mode",
9218
- "description": "The mode determines the platform behaviors of the component.",
7952
+ "description": "The mode determines which platform styles to use.",
9219
7953
  "required": false,
9220
7954
  "value": {
9221
7955
  "kind": "expression",
@@ -9272,21 +8006,11 @@
9272
8006
  },
9273
8007
  {
9274
8008
  "name": "shape",
9275
- "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.",
9276
- "required": false,
9277
- "value": {
9278
- "kind": "expression",
9279
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9280
- }
9281
- },
9282
- {
9283
- "name": "size",
9284
- "description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
8009
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
9285
8010
  "required": false,
9286
- "default": "'medium'",
9287
8011
  "value": {
9288
8012
  "kind": "expression",
9289
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8013
+ "type": "\"round\" | undefined"
9290
8014
  }
9291
8015
  },
9292
8016
  {
@@ -9299,15 +8023,6 @@
9299
8023
  "type": "boolean"
9300
8024
  }
9301
8025
  },
9302
- {
9303
- "name": "theme",
9304
- "description": "The theme determines the visual appearance of the component.",
9305
- "required": false,
9306
- "value": {
9307
- "kind": "expression",
9308
- "type": "\"ios\" | \"md\" | \"ionic\""
9309
- }
9310
- },
9311
8026
  {
9312
8027
  "name": "value",
9313
8028
  "description": "The value of the textarea.",
@@ -9393,26 +8108,7 @@
9393
8108
  "module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
9394
8109
  "symbol": "Thumbnail"
9395
8110
  },
9396
- "attributes": [
9397
- {
9398
- "name": "mode",
9399
- "description": "The mode determines the platform behaviors of the component.",
9400
- "required": false,
9401
- "value": {
9402
- "kind": "expression",
9403
- "type": "\"ios\" | \"md\""
9404
- }
9405
- },
9406
- {
9407
- "name": "theme",
9408
- "description": "The theme determines the visual appearance of the component.",
9409
- "required": false,
9410
- "value": {
9411
- "kind": "expression",
9412
- "type": "\"ios\" | \"md\" | \"ionic\""
9413
- }
9414
- }
9415
- ],
8111
+ "attributes": [],
9416
8112
  "slots": [],
9417
8113
  "events": []
9418
8114
  },
@@ -9434,15 +8130,6 @@
9434
8130
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
9435
8131
  }
9436
8132
  },
9437
- {
9438
- "name": "mode",
9439
- "description": "The mode determines the platform behaviors of the component.",
9440
- "required": false,
9441
- "value": {
9442
- "kind": "expression",
9443
- "type": "\"ios\" | \"md\""
9444
- }
9445
- },
9446
8133
  {
9447
8134
  "name": "size",
9448
8135
  "description": "The size of the toolbar title.",
@@ -9451,15 +8138,6 @@
9451
8138
  "kind": "expression",
9452
8139
  "type": "\"large\" | \"small\" | undefined"
9453
8140
  }
9454
- },
9455
- {
9456
- "name": "theme",
9457
- "description": "The theme determines the visual appearance of the component.",
9458
- "required": false,
9459
- "value": {
9460
- "kind": "expression",
9461
- "type": "\"ios\" | \"md\" | \"ionic\""
9462
- }
9463
8141
  }
9464
8142
  ],
9465
8143
  "slots": [],
@@ -9548,16 +8226,6 @@
9548
8226
  "type": "undefined | { [key: string]: any; }"
9549
8227
  }
9550
8228
  },
9551
- {
9552
- "name": "hue",
9553
- "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.",
9554
- "required": false,
9555
- "default": "'subtle'",
9556
- "value": {
9557
- "kind": "expression",
9558
- "type": "\"bold\" | \"subtle\" | undefined"
9559
- }
9560
- },
9561
8229
  {
9562
8230
  "name": "icon",
9563
8231
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -9617,7 +8285,7 @@
9617
8285
  },
9618
8286
  {
9619
8287
  "name": "mode",
9620
- "description": "The mode determines the platform behaviors of the component.",
8288
+ "description": "The mode determines which platform styles to use.",
9621
8289
  "required": false,
9622
8290
  "value": {
9623
8291
  "kind": "expression",
@@ -9643,15 +8311,6 @@
9643
8311
  "type": "HTMLElement | string | undefined"
9644
8312
  }
9645
8313
  },
9646
- {
9647
- "name": "shape",
9648
- "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.",
9649
- "required": false,
9650
- "value": {
9651
- "kind": "expression",
9652
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9653
- }
9654
- },
9655
8314
  {
9656
8315
  "name": "swipe-gesture",
9657
8316
  "description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
@@ -9661,18 +8320,9 @@
9661
8320
  "type": "\"vertical\" | undefined"
9662
8321
  }
9663
8322
  },
9664
- {
9665
- "name": "theme",
9666
- "description": "The theme determines the visual appearance of the component.",
9667
- "required": false,
9668
- "value": {
9669
- "kind": "expression",
9670
- "type": "\"ios\" | \"md\" | \"ionic\""
9671
- }
9672
- },
9673
8323
  {
9674
8324
  "name": "translucent",
9675
- "description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
8325
+ "description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
9676
8326
  "required": false,
9677
8327
  "default": "false",
9678
8328
  "value": {
@@ -9870,7 +8520,7 @@
9870
8520
  },
9871
8521
  {
9872
8522
  "name": "mode",
9873
- "description": "The mode determines the platform behaviors of the component.",
8523
+ "description": "The mode determines which platform styles to use.",
9874
8524
  "required": false,
9875
8525
  "value": {
9876
8526
  "kind": "expression",
@@ -9897,15 +8547,6 @@
9897
8547
  "type": "boolean"
9898
8548
  }
9899
8549
  },
9900
- {
9901
- "name": "theme",
9902
- "description": "The theme determines the visual appearance of the component.",
9903
- "required": false,
9904
- "value": {
9905
- "kind": "expression",
9906
- "type": "\"ios\" | \"md\" | \"ionic\""
9907
- }
9908
- },
9909
8550
  {
9910
8551
  "name": "value",
9911
8552
  "description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
@@ -9976,21 +8617,12 @@
9976
8617
  },
9977
8618
  {
9978
8619
  "name": "mode",
9979
- "description": "The mode determines the platform behaviors of the component.",
8620
+ "description": "The mode determines which platform styles to use.",
9980
8621
  "required": false,
9981
8622
  "value": {
9982
8623
  "kind": "expression",
9983
8624
  "type": "\"ios\" | \"md\""
9984
8625
  }
9985
- },
9986
- {
9987
- "name": "theme",
9988
- "description": "The theme determines the visual appearance of the component.",
9989
- "required": false,
9990
- "value": {
9991
- "kind": "expression",
9992
- "type": "\"ios\" | \"md\" | \"ionic\""
9993
- }
9994
8626
  }
9995
8627
  ],
9996
8628
  "slots": [
@@ -10004,11 +8636,11 @@
10004
8636
  },
10005
8637
  {
10006
8638
  "name": "primary",
10007
- "description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
8639
+ "description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
10008
8640
  },
10009
8641
  {
10010
8642
  "name": "secondary",
10011
- "description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
8643
+ "description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
10012
8644
  },
10013
8645
  {
10014
8646
  "name": "start",