@ionic/vue 8.8.9-dev.11780690416.19d0d667 → 8.8.9-dev.11780690883.11fe8a2a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-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 +239 -254
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/components/IonPage.d.ts +5 -5
  33. package/dist/types/components/IonRouterOutlet.d.ts +16 -4
  34. package/dist/types/components/IonTabBar.d.ts +1 -1
  35. package/dist/types/components/IonTabButton.d.ts +6 -6
  36. package/dist/types/components/IonTabs.d.ts +4 -4
  37. package/dist/types/components/Overlays.d.ts +0 -1
  38. package/dist/types/controllers.d.ts +1 -9
  39. package/dist/types/index.d.ts +2 -2
  40. package/dist/types/proxies.d.ts +0 -3
  41. package/dist/vetur/attributes.json +111 -1713
  42. package/dist/vetur/tags.json +45 -266
  43. package/dist/web-types.json +192 -2032
  44. package/package.json +5 -5
  45. package/css/ionic/bundle.ionic.css +0 -1
  46. package/css/ionic/bundle.ionic.css.map +0 -1
  47. package/css/ionic/core.ionic.css +0 -1
  48. package/css/ionic/core.ionic.css.map +0 -1
  49. package/css/ionic/global.bundle.ionic.css +0 -1
  50. package/css/ionic/global.bundle.ionic.css.map +0 -1
  51. package/css/ionic/ionic-swiper.ionic.css +0 -1
  52. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  53. package/css/ionic/link.ionic.css +0 -1
  54. package/css/ionic/link.ionic.css.map +0 -1
  55. package/css/ionic/structure.ionic.css +0 -1
  56. package/css/ionic/structure.ionic.css.map +0 -1
  57. package/css/ionic/typography.ionic.css +0 -1
  58. package/css/ionic/typography.ionic.css.map +0 -1
  59. package/css/ionic/utils.bundle.ionic.css +0 -1
  60. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@ionic/vue",
5
- "version": "8.8.9-dev.11780690416.19d0d667",
5
+ "version": "8.8.9-dev.11780690883.11fe8a2a",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  {
31
31
  "name": "mode",
32
- "description": "The mode determines the platform behaviors of the component.",
32
+ "description": "The mode determines which platform styles to use.",
33
33
  "required": false,
34
34
  "value": {
35
35
  "kind": "expression",
@@ -46,22 +46,14 @@
46
46
  "type": "boolean"
47
47
  }
48
48
  },
49
- {
50
- "name": "theme",
51
- "description": "The theme determines the visual appearance of the component.",
52
- "required": false,
53
- "value": {
54
- "kind": "expression",
55
- "type": "\"ios\" | \"md\" | \"ionic\""
56
- }
57
- },
58
49
  {
59
50
  "name": "toggle-icon",
60
51
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
61
52
  "required": false,
53
+ "default": "chevronDown",
62
54
  "value": {
63
55
  "kind": "expression",
64
- "type": "string | undefined"
56
+ "type": "string"
65
57
  }
66
58
  },
67
59
  {
@@ -138,7 +130,7 @@
138
130
  },
139
131
  {
140
132
  "name": "mode",
141
- "description": "The mode determines the platform behaviors of the component.",
133
+ "description": "The mode determines which platform styles to use.",
142
134
  "required": false,
143
135
  "value": {
144
136
  "kind": "expression",
@@ -164,24 +156,6 @@
164
156
  "type": "boolean"
165
157
  }
166
158
  },
167
- {
168
- "name": "shape",
169
- "description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
170
- "required": false,
171
- "value": {
172
- "kind": "expression",
173
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
174
- }
175
- },
176
- {
177
- "name": "theme",
178
- "description": "The theme determines the visual appearance of the component.",
179
- "required": false,
180
- "value": {
181
- "kind": "expression",
182
- "type": "\"ios\" | \"md\" | \"ionic\""
183
- }
184
- },
185
159
  {
186
160
  "name": "value",
187
161
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -312,7 +286,7 @@
312
286
  },
313
287
  {
314
288
  "name": "mode",
315
- "description": "The mode determines the platform behaviors of the component.",
289
+ "description": "The mode determines which platform styles to use.",
316
290
  "required": false,
317
291
  "value": {
318
292
  "kind": "expression",
@@ -328,18 +302,9 @@
328
302
  "type": "string | undefined"
329
303
  }
330
304
  },
331
- {
332
- "name": "theme",
333
- "description": "The theme determines the visual appearance of the component.",
334
- "required": false,
335
- "value": {
336
- "kind": "expression",
337
- "type": "\"ios\" | \"md\" | \"ionic\""
338
- }
339
- },
340
305
  {
341
306
  "name": "translucent",
342
- "description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
307
+ "description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
343
308
  "required": false,
344
309
  "default": "false",
345
310
  "value": {
@@ -566,7 +531,7 @@
566
531
  },
567
532
  {
568
533
  "name": "mode",
569
- "description": "The mode determines the platform behaviors of the component.",
534
+ "description": "The mode determines which platform styles to use.",
570
535
  "required": false,
571
536
  "value": {
572
537
  "kind": "expression",
@@ -582,18 +547,9 @@
582
547
  "type": "string | undefined"
583
548
  }
584
549
  },
585
- {
586
- "name": "theme",
587
- "description": "The theme determines the visual appearance of the component.",
588
- "required": false,
589
- "value": {
590
- "kind": "expression",
591
- "type": "\"ios\" | \"md\" | \"ionic\""
592
- }
593
- },
594
550
  {
595
551
  "name": "translucent",
596
- "description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
552
+ "description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
597
553
  "required": false,
598
554
  "default": "false",
599
555
  "value": {
@@ -703,54 +659,7 @@
703
659
  "module": "@ionic/core/src/components/avatar/avatar.d.ts",
704
660
  "symbol": "Avatar"
705
661
  },
706
- "attributes": [
707
- {
708
- "name": "disabled",
709
- "description": "If `true`, the user cannot interact with the avatar.",
710
- "required": false,
711
- "default": "false",
712
- "value": {
713
- "kind": "expression",
714
- "type": "boolean"
715
- }
716
- },
717
- {
718
- "name": "mode",
719
- "description": "The mode determines the platform behaviors of the component.",
720
- "required": false,
721
- "value": {
722
- "kind": "expression",
723
- "type": "\"ios\" | \"md\""
724
- }
725
- },
726
- {
727
- "name": "shape",
728
- "description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
729
- "required": false,
730
- "value": {
731
- "kind": "expression",
732
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
733
- }
734
- },
735
- {
736
- "name": "size",
737
- "description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
738
- "required": false,
739
- "value": {
740
- "kind": "expression",
741
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
742
- }
743
- },
744
- {
745
- "name": "theme",
746
- "description": "The theme determines the visual appearance of the component.",
747
- "required": false,
748
- "value": {
749
- "kind": "expression",
750
- "type": "\"ios\" | \"md\" | \"ionic\""
751
- }
752
- }
753
- ],
662
+ "attributes": [],
754
663
  "slots": [],
755
664
  "events": []
756
665
  },
@@ -802,7 +711,7 @@
802
711
  },
803
712
  {
804
713
  "name": "mode",
805
- "description": "The mode determines the platform behaviors of the component.",
714
+ "description": "The mode determines which platform styles to use.",
806
715
  "required": false,
807
716
  "value": {
808
717
  "kind": "expression",
@@ -827,15 +736,6 @@
827
736
  "type": "null | string | undefined"
828
737
  }
829
738
  },
830
- {
831
- "name": "theme",
832
- "description": "The theme determines the visual appearance of the component.",
833
- "required": false,
834
- "value": {
835
- "kind": "expression",
836
- "type": "\"ios\" | \"md\" | \"ionic\""
837
- }
838
- },
839
739
  {
840
740
  "name": "type",
841
741
  "description": "The type of the button.",
@@ -859,15 +759,6 @@
859
759
  "symbol": "Backdrop"
860
760
  },
861
761
  "attributes": [
862
- {
863
- "name": "mode",
864
- "description": "The mode determines the platform behaviors of the component.",
865
- "required": false,
866
- "value": {
867
- "kind": "expression",
868
- "type": "\"ios\" | \"md\""
869
- }
870
- },
871
762
  {
872
763
  "name": "stop-propagation",
873
764
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -888,15 +779,6 @@
888
779
  "type": "boolean"
889
780
  }
890
781
  },
891
- {
892
- "name": "theme",
893
- "description": "The theme determines the visual appearance of the component.",
894
- "required": false,
895
- "value": {
896
- "kind": "expression",
897
- "type": "\"ios\" | \"md\" | \"ionic\""
898
- }
899
- },
900
782
  {
901
783
  "name": "visible",
902
784
  "description": "If `true`, the backdrop will be visible.",
@@ -940,59 +822,14 @@
940
822
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
941
823
  }
942
824
  },
943
- {
944
- "name": "hue",
945
- "description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
946
- "required": false,
947
- "value": {
948
- "kind": "expression",
949
- "type": "\"bold\" | \"subtle\" | undefined"
950
- }
951
- },
952
825
  {
953
826
  "name": "mode",
954
- "description": "The mode determines the platform behaviors of the component.",
827
+ "description": "The mode determines which platform styles to use.",
955
828
  "required": false,
956
829
  "value": {
957
830
  "kind": "expression",
958
831
  "type": "\"ios\" | \"md\""
959
832
  }
960
- },
961
- {
962
- "name": "shape",
963
- "description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
964
- "required": false,
965
- "value": {
966
- "kind": "expression",
967
- "type": "\"round | rectangular\" | \"soft\" | undefined"
968
- }
969
- },
970
- {
971
- "name": "size",
972
- "description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
973
- "required": false,
974
- "value": {
975
- "kind": "expression",
976
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
977
- }
978
- },
979
- {
980
- "name": "theme",
981
- "description": "The theme determines the visual appearance of the component.",
982
- "required": false,
983
- "value": {
984
- "kind": "expression",
985
- "type": "\"ios\" | \"md\" | \"ionic\""
986
- }
987
- },
988
- {
989
- "name": "vertical",
990
- "description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
991
- "required": false,
992
- "value": {
993
- "kind": "expression",
994
- "type": "\"bottom\" | \"top\" | undefined"
995
- }
996
833
  }
997
834
  ],
998
835
  "slots": [],
@@ -1056,7 +893,7 @@
1056
893
  },
1057
894
  {
1058
895
  "name": "mode",
1059
- "description": "The mode determines the platform behaviors of the component.",
896
+ "description": "The mode determines which platform styles to use.",
1060
897
  "required": false,
1061
898
  "value": {
1062
899
  "kind": "expression",
@@ -1108,15 +945,6 @@
1108
945
  "kind": "expression",
1109
946
  "type": "string | undefined"
1110
947
  }
1111
- },
1112
- {
1113
- "name": "theme",
1114
- "description": "The theme determines the visual appearance of the component.",
1115
- "required": false,
1116
- "value": {
1117
- "kind": "expression",
1118
- "type": "\"ios\" | \"md\" | \"ionic\""
1119
- }
1120
948
  }
1121
949
  ],
1122
950
  "slots": [],
@@ -1192,21 +1020,12 @@
1192
1020
  },
1193
1021
  {
1194
1022
  "name": "mode",
1195
- "description": "The mode determines the platform behaviors of the component.",
1023
+ "description": "The mode determines which platform styles to use.",
1196
1024
  "required": false,
1197
1025
  "value": {
1198
1026
  "kind": "expression",
1199
1027
  "type": "\"ios\" | \"md\""
1200
1028
  }
1201
- },
1202
- {
1203
- "name": "theme",
1204
- "description": "The theme determines the visual appearance of the component.",
1205
- "required": false,
1206
- "value": {
1207
- "kind": "expression",
1208
- "type": "\"ios\" | \"md\" | \"ionic\""
1209
- }
1210
1029
  }
1211
1030
  ],
1212
1031
  "slots": [],
@@ -1281,7 +1100,7 @@
1281
1100
  },
1282
1101
  {
1283
1102
  "name": "fill",
1284
- "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except when inside of a buttons or datetime component, where\nthe default fill is `\"clear\"`.",
1103
+ "description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a toolbar, where the default is `\"clear\"`.",
1285
1104
  "required": false,
1286
1105
  "value": {
1287
1106
  "kind": "expression",
@@ -1308,7 +1127,7 @@
1308
1127
  },
1309
1128
  {
1310
1129
  "name": "mode",
1311
- "description": "The mode determines the platform behaviors of the component.",
1130
+ "description": "The mode determines which platform styles to use.",
1312
1131
  "required": false,
1313
1132
  "value": {
1314
1133
  "kind": "expression",
@@ -1345,20 +1164,20 @@
1345
1164
  },
1346
1165
  {
1347
1166
  "name": "shape",
1348
- "description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
1167
+ "description": "Set to `\"round\"` for a button with more rounded corners.",
1349
1168
  "required": false,
1350
1169
  "value": {
1351
1170
  "kind": "expression",
1352
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1171
+ "type": "\"round\" | undefined"
1353
1172
  }
1354
1173
  },
1355
1174
  {
1356
1175
  "name": "size",
1357
- "description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
1176
+ "description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
1358
1177
  "required": false,
1359
1178
  "value": {
1360
1179
  "kind": "expression",
1361
- "type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined"
1180
+ "type": "\"default\" | \"large\" | \"small\" | undefined"
1362
1181
  }
1363
1182
  },
1364
1183
  {
@@ -1380,15 +1199,6 @@
1380
1199
  "type": "string | undefined"
1381
1200
  }
1382
1201
  },
1383
- {
1384
- "name": "theme",
1385
- "description": "The theme determines the visual appearance of the component.",
1386
- "required": false,
1387
- "value": {
1388
- "kind": "expression",
1389
- "type": "\"ios\" | \"md\" | \"ionic\""
1390
- }
1391
- },
1392
1202
  {
1393
1203
  "name": "type",
1394
1204
  "description": "The type of the button.",
@@ -1452,31 +1262,13 @@
1452
1262
  "attributes": [
1453
1263
  {
1454
1264
  "name": "collapse",
1455
- "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1265
+ "description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
1456
1266
  "required": false,
1457
1267
  "default": "false",
1458
1268
  "value": {
1459
1269
  "kind": "expression",
1460
1270
  "type": "boolean"
1461
1271
  }
1462
- },
1463
- {
1464
- "name": "mode",
1465
- "description": "The mode determines the platform behaviors of the component.",
1466
- "required": false,
1467
- "value": {
1468
- "kind": "expression",
1469
- "type": "\"ios\" | \"md\""
1470
- }
1471
- },
1472
- {
1473
- "name": "theme",
1474
- "description": "The theme determines the visual appearance of the component.",
1475
- "required": false,
1476
- "value": {
1477
- "kind": "expression",
1478
- "type": "\"ios\" | \"md\" | \"ionic\""
1479
- }
1480
1272
  }
1481
1273
  ],
1482
1274
  "slots": [],
@@ -1540,7 +1332,7 @@
1540
1332
  },
1541
1333
  {
1542
1334
  "name": "mode",
1543
- "description": "The mode determines the platform behaviors of the component.",
1335
+ "description": "The mode determines which platform styles to use.",
1544
1336
  "required": false,
1545
1337
  "value": {
1546
1338
  "kind": "expression",
@@ -1575,16 +1367,6 @@
1575
1367
  "type": "\"back\" | \"forward\" | \"root\""
1576
1368
  }
1577
1369
  },
1578
- {
1579
- "name": "shape",
1580
- "description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
1581
- "required": false,
1582
- "default": "'round'",
1583
- "value": {
1584
- "kind": "expression",
1585
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1586
- }
1587
- },
1588
1370
  {
1589
1371
  "name": "target",
1590
1372
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -1594,15 +1376,6 @@
1594
1376
  "type": "string | undefined"
1595
1377
  }
1596
1378
  },
1597
- {
1598
- "name": "theme",
1599
- "description": "The theme determines the visual appearance of the component.",
1600
- "required": false,
1601
- "value": {
1602
- "kind": "expression",
1603
- "type": "\"ios\" | \"md\" | \"ionic\""
1604
- }
1605
- },
1606
1379
  {
1607
1380
  "name": "type",
1608
1381
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1628,21 +1401,12 @@
1628
1401
  "attributes": [
1629
1402
  {
1630
1403
  "name": "mode",
1631
- "description": "The mode determines the platform behaviors of the component.",
1404
+ "description": "The mode determines which platform styles to use.",
1632
1405
  "required": false,
1633
1406
  "value": {
1634
1407
  "kind": "expression",
1635
1408
  "type": "\"ios\" | \"md\""
1636
1409
  }
1637
- },
1638
- {
1639
- "name": "theme",
1640
- "description": "The theme determines the visual appearance of the component.",
1641
- "required": false,
1642
- "value": {
1643
- "kind": "expression",
1644
- "type": "\"ios\" | \"md\" | \"ionic\""
1645
- }
1646
1410
  }
1647
1411
  ],
1648
1412
  "slots": [],
@@ -1668,25 +1432,16 @@
1668
1432
  },
1669
1433
  {
1670
1434
  "name": "mode",
1671
- "description": "The mode determines the platform behaviors of the component.",
1435
+ "description": "The mode determines which platform styles to use.",
1672
1436
  "required": false,
1673
1437
  "value": {
1674
1438
  "kind": "expression",
1675
1439
  "type": "\"ios\" | \"md\""
1676
1440
  }
1677
1441
  },
1678
- {
1679
- "name": "theme",
1680
- "description": "The theme determines the visual appearance of the component.",
1681
- "required": false,
1682
- "value": {
1683
- "kind": "expression",
1684
- "type": "\"ios\" | \"md\" | \"ionic\""
1685
- }
1686
- },
1687
1442
  {
1688
1443
  "name": "translucent",
1689
- "description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1444
+ "description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
1690
1445
  "required": false,
1691
1446
  "default": "false",
1692
1447
  "value": {
@@ -1718,21 +1473,12 @@
1718
1473
  },
1719
1474
  {
1720
1475
  "name": "mode",
1721
- "description": "The mode determines the platform behaviors of the component.",
1476
+ "description": "The mode determines which platform styles to use.",
1722
1477
  "required": false,
1723
1478
  "value": {
1724
1479
  "kind": "expression",
1725
1480
  "type": "\"ios\" | \"md\""
1726
1481
  }
1727
- },
1728
- {
1729
- "name": "theme",
1730
- "description": "The theme determines the visual appearance of the component.",
1731
- "required": false,
1732
- "value": {
1733
- "kind": "expression",
1734
- "type": "\"ios\" | \"md\" | \"ionic\""
1735
- }
1736
1482
  }
1737
1483
  ],
1738
1484
  "slots": [],
@@ -1758,21 +1504,12 @@
1758
1504
  },
1759
1505
  {
1760
1506
  "name": "mode",
1761
- "description": "The mode determines the platform behaviors of the component.",
1507
+ "description": "The mode determines which platform styles to use.",
1762
1508
  "required": false,
1763
1509
  "value": {
1764
1510
  "kind": "expression",
1765
1511
  "type": "\"ios\" | \"md\""
1766
1512
  }
1767
- },
1768
- {
1769
- "name": "theme",
1770
- "description": "The theme determines the visual appearance of the component.",
1771
- "required": false,
1772
- "value": {
1773
- "kind": "expression",
1774
- "type": "\"ios\" | \"md\" | \"ionic\""
1775
- }
1776
1513
  }
1777
1514
  ],
1778
1515
  "slots": [],
@@ -1874,7 +1611,7 @@
1874
1611
  },
1875
1612
  {
1876
1613
  "name": "mode",
1877
- "description": "The mode determines the platform behaviors of the component.",
1614
+ "description": "The mode determines which platform styles to use.",
1878
1615
  "required": false,
1879
1616
  "value": {
1880
1617
  "kind": "expression",
@@ -1901,34 +1638,6 @@
1901
1638
  "type": "boolean"
1902
1639
  }
1903
1640
  },
1904
- {
1905
- "name": "shape",
1906
- "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1907
- "required": false,
1908
- "default": "'soft'",
1909
- "value": {
1910
- "kind": "expression",
1911
- "type": "\"rectangular\" | \"soft\" | undefined"
1912
- }
1913
- },
1914
- {
1915
- "name": "size",
1916
- "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1917
- "required": false,
1918
- "value": {
1919
- "kind": "expression",
1920
- "type": "\"small\" | undefined"
1921
- }
1922
- },
1923
- {
1924
- "name": "theme",
1925
- "description": "The theme determines the visual appearance of the component.",
1926
- "required": false,
1927
- "value": {
1928
- "kind": "expression",
1929
- "type": "\"ios\" | \"md\" | \"ionic\""
1930
- }
1931
- },
1932
1641
  {
1933
1642
  "name": "value",
1934
1643
  "description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
@@ -1959,7 +1668,7 @@
1959
1668
  },
1960
1669
  {
1961
1670
  "name": "ionChange",
1962
- "description": "Emitted when the checked property has changed\nas a result of a user action such as a click.\nThis event will not emit when programmatically\nsetting the `checked` property.",
1671
+ "description": "Emitted when the checked property has changed as a result of a user action such as a click.\n\nThis event will not emit when programmatically setting the `checked` property.",
1963
1672
  "arguments": [
1964
1673
  {
1965
1674
  "name": "detail",
@@ -2007,19 +1716,9 @@
2007
1716
  "type": "boolean"
2008
1717
  }
2009
1718
  },
2010
- {
2011
- "name": "hue",
2012
- "description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
2013
- "required": false,
2014
- "default": "'subtle'",
2015
- "value": {
2016
- "kind": "expression",
2017
- "type": "\"bold\" | \"subtle\" | undefined"
2018
- }
2019
- },
2020
1719
  {
2021
1720
  "name": "mode",
2022
- "description": "The mode determines the platform behaviors of the component.",
1721
+ "description": "The mode determines which platform styles to use.",
2023
1722
  "required": false,
2024
1723
  "value": {
2025
1724
  "kind": "expression",
@@ -2035,56 +1734,20 @@
2035
1734
  "kind": "expression",
2036
1735
  "type": "boolean"
2037
1736
  }
2038
- },
2039
- {
2040
- "name": "shape",
2041
- "description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
2042
- "required": false,
2043
- "value": {
2044
- "kind": "expression",
2045
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
2046
- }
2047
- },
2048
- {
2049
- "name": "size",
2050
- "description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
2051
- "required": false,
2052
- "value": {
2053
- "kind": "expression",
2054
- "type": "\"large\" | \"small\" | undefined"
2055
- }
2056
- },
2057
- {
2058
- "name": "theme",
2059
- "description": "The theme determines the visual appearance of the component.",
2060
- "required": false,
2061
- "value": {
2062
- "kind": "expression",
2063
- "type": "\"ios\" | \"md\" | \"ionic\""
2064
- }
2065
- }
2066
- ],
2067
- "slots": [],
2068
- "events": []
2069
- },
2070
- {
2071
- "name": "IonCol",
2072
- "doc-url": "https://ionicframework.com/docs/api/col",
2073
- "description": "",
2074
- "source": {
2075
- "module": "@ionic/core/src/components/col/col.d.ts",
2076
- "symbol": "Col"
2077
- },
2078
- "attributes": [
2079
- {
2080
- "name": "mode",
2081
- "description": "The mode determines the platform behaviors of the component.",
2082
- "required": false,
2083
- "value": {
2084
- "kind": "expression",
2085
- "type": "\"ios\" | \"md\""
2086
- }
2087
- },
1737
+ }
1738
+ ],
1739
+ "slots": [],
1740
+ "events": []
1741
+ },
1742
+ {
1743
+ "name": "IonCol",
1744
+ "doc-url": "https://ionicframework.com/docs/api/col",
1745
+ "description": "",
1746
+ "source": {
1747
+ "module": "@ionic/core/src/components/col/col.d.ts",
1748
+ "symbol": "Col"
1749
+ },
1750
+ "attributes": [
2088
1751
  {
2089
1752
  "name": "offset",
2090
1753
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -2139,60 +1802,6 @@
2139
1802
  "type": "string | undefined"
2140
1803
  }
2141
1804
  },
2142
- {
2143
- "name": "order",
2144
- "description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2145
- "required": false,
2146
- "value": {
2147
- "kind": "expression",
2148
- "type": "string | undefined"
2149
- }
2150
- },
2151
- {
2152
- "name": "order-lg",
2153
- "description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2154
- "required": false,
2155
- "value": {
2156
- "kind": "expression",
2157
- "type": "string | undefined"
2158
- }
2159
- },
2160
- {
2161
- "name": "order-md",
2162
- "description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2163
- "required": false,
2164
- "value": {
2165
- "kind": "expression",
2166
- "type": "string | undefined"
2167
- }
2168
- },
2169
- {
2170
- "name": "order-sm",
2171
- "description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2172
- "required": false,
2173
- "value": {
2174
- "kind": "expression",
2175
- "type": "string | undefined"
2176
- }
2177
- },
2178
- {
2179
- "name": "order-xl",
2180
- "description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2181
- "required": false,
2182
- "value": {
2183
- "kind": "expression",
2184
- "type": "string | undefined"
2185
- }
2186
- },
2187
- {
2188
- "name": "order-xs",
2189
- "description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
2190
- "required": false,
2191
- "value": {
2192
- "kind": "expression",
2193
- "type": "string | undefined"
2194
- }
2195
- },
2196
1805
  {
2197
1806
  "name": "pull",
2198
1807
  "description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
@@ -2354,15 +1963,6 @@
2354
1963
  "kind": "expression",
2355
1964
  "type": "string | undefined"
2356
1965
  }
2357
- },
2358
- {
2359
- "name": "theme",
2360
- "description": "The theme determines the visual appearance of the component.",
2361
- "required": false,
2362
- "value": {
2363
- "kind": "expression",
2364
- "type": "\"ios\" | \"md\" | \"ionic\""
2365
- }
2366
1966
  }
2367
1967
  ],
2368
1968
  "slots": [],
@@ -2415,15 +2015,6 @@
2415
2015
  "type": "boolean"
2416
2016
  }
2417
2017
  },
2418
- {
2419
- "name": "mode",
2420
- "description": "The mode determines the platform behaviors of the component.",
2421
- "required": false,
2422
- "value": {
2423
- "kind": "expression",
2424
- "type": "\"ios\" | \"md\""
2425
- }
2426
- },
2427
2018
  {
2428
2019
  "name": "scroll-events",
2429
2020
  "description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
@@ -2453,15 +2044,6 @@
2453
2044
  "kind": "expression",
2454
2045
  "type": "boolean"
2455
2046
  }
2456
- },
2457
- {
2458
- "name": "theme",
2459
- "description": "The theme determines the visual appearance of the component.",
2460
- "required": false,
2461
- "value": {
2462
- "kind": "expression",
2463
- "type": "\"ios\" | \"md\" | \"ionic\""
2464
- }
2465
2047
  }
2466
2048
  ],
2467
2049
  "slots": [
@@ -2669,7 +2251,7 @@
2669
2251
  },
2670
2252
  {
2671
2253
  "name": "mode",
2672
- "description": "The mode determines the platform behaviors of the component.",
2254
+ "description": "The mode determines which platform styles to use.",
2673
2255
  "required": false,
2674
2256
  "value": {
2675
2257
  "kind": "expression",
@@ -2795,15 +2377,6 @@
2795
2377
  "type": "\"cover\" | \"fixed\""
2796
2378
  }
2797
2379
  },
2798
- {
2799
- "name": "theme",
2800
- "description": "The theme determines the visual appearance of the component.",
2801
- "required": false,
2802
- "value": {
2803
- "kind": "expression",
2804
- "type": "\"ios\" | \"md\" | \"ionic\""
2805
- }
2806
- },
2807
2380
  {
2808
2381
  "name": "titleSelectedDatesFormatter",
2809
2382
  "description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
@@ -2929,21 +2502,12 @@
2929
2502
  },
2930
2503
  {
2931
2504
  "name": "mode",
2932
- "description": "The mode determines the platform behaviors of the component.",
2505
+ "description": "The mode determines which platform styles to use.",
2933
2506
  "required": false,
2934
2507
  "value": {
2935
2508
  "kind": "expression",
2936
2509
  "type": "\"ios\" | \"md\""
2937
2510
  }
2938
- },
2939
- {
2940
- "name": "theme",
2941
- "description": "The theme determines the visual appearance of the component.",
2942
- "required": false,
2943
- "value": {
2944
- "kind": "expression",
2945
- "type": "\"ios\" | \"md\" | \"ionic\""
2946
- }
2947
2511
  }
2948
2512
  ],
2949
2513
  "slots": [
@@ -2958,39 +2522,6 @@
2958
2522
  ],
2959
2523
  "events": []
2960
2524
  },
2961
- {
2962
- "name": "IonDivider",
2963
- "doc-url": "https://ionicframework.com/docs/api/divider",
2964
- "description": "",
2965
- "source": {
2966
- "module": "@ionic/core/src/components/divider/divider.d.ts",
2967
- "symbol": "Divider"
2968
- },
2969
- "attributes": [
2970
- {
2971
- "name": "inset",
2972
- "description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
2973
- "required": false,
2974
- "default": "false",
2975
- "value": {
2976
- "kind": "expression",
2977
- "type": "boolean"
2978
- }
2979
- },
2980
- {
2981
- "name": "spacing",
2982
- "description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
2983
- "required": false,
2984
- "default": "'medium'",
2985
- "value": {
2986
- "kind": "expression",
2987
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
2988
- }
2989
- }
2990
- ],
2991
- "slots": [],
2992
- "events": []
2993
- },
2994
2525
  {
2995
2526
  "name": "IonFab",
2996
2527
  "doc-url": "https://ionicframework.com/docs/api/fab",
@@ -3029,24 +2560,6 @@
3029
2560
  "type": "\"center\" | \"end\" | \"start\" | undefined"
3030
2561
  }
3031
2562
  },
3032
- {
3033
- "name": "mode",
3034
- "description": "The mode determines the platform behaviors of the component.",
3035
- "required": false,
3036
- "value": {
3037
- "kind": "expression",
3038
- "type": "\"ios\" | \"md\""
3039
- }
3040
- },
3041
- {
3042
- "name": "theme",
3043
- "description": "The theme determines the visual appearance of the component.",
3044
- "required": false,
3045
- "value": {
3046
- "kind": "expression",
3047
- "type": "\"ios\" | \"md\" | \"ionic\""
3048
- }
3049
- },
3050
2563
  {
3051
2564
  "name": "vertical",
3052
2565
  "description": "Where to align the fab vertically in the viewport.",
@@ -3083,9 +2596,10 @@
3083
2596
  "name": "close-icon",
3084
2597
  "description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
3085
2598
  "required": false,
2599
+ "default": "close",
3086
2600
  "value": {
3087
2601
  "kind": "expression",
3088
- "type": "string | undefined"
2602
+ "type": "string"
3089
2603
  }
3090
2604
  },
3091
2605
  {
@@ -3127,7 +2641,7 @@
3127
2641
  },
3128
2642
  {
3129
2643
  "name": "mode",
3130
- "description": "The mode determines the platform behaviors of the component.",
2644
+ "description": "The mode determines which platform styles to use.",
3131
2645
  "required": false,
3132
2646
  "value": {
3133
2647
  "kind": "expression",
@@ -3190,18 +2704,9 @@
3190
2704
  "type": "string | undefined"
3191
2705
  }
3192
2706
  },
3193
- {
3194
- "name": "theme",
3195
- "description": "The theme determines the visual appearance of the component.",
3196
- "required": false,
3197
- "value": {
3198
- "kind": "expression",
3199
- "type": "\"ios\" | \"md\" | \"ionic\""
3200
- }
3201
- },
3202
2707
  {
3203
2708
  "name": "translucent",
3204
- "description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
2709
+ "description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
3205
2710
  "required": false,
3206
2711
  "default": "false",
3207
2712
  "value": {
@@ -3263,15 +2768,6 @@
3263
2768
  "type": "boolean"
3264
2769
  }
3265
2770
  },
3266
- {
3267
- "name": "mode",
3268
- "description": "The mode determines the platform behaviors of the component.",
3269
- "required": false,
3270
- "value": {
3271
- "kind": "expression",
3272
- "type": "\"ios\" | \"md\""
3273
- }
3274
- },
3275
2771
  {
3276
2772
  "name": "side",
3277
2773
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -3281,15 +2777,6 @@
3281
2777
  "kind": "expression",
3282
2778
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\""
3283
2779
  }
3284
- },
3285
- {
3286
- "name": "theme",
3287
- "description": "The theme determines the visual appearance of the component.",
3288
- "required": false,
3289
- "value": {
3290
- "kind": "expression",
3291
- "type": "\"ios\" | \"md\" | \"ionic\""
3292
- }
3293
2780
  }
3294
2781
  ],
3295
2782
  "slots": [],
@@ -3306,7 +2793,7 @@
3306
2793
  "attributes": [
3307
2794
  {
3308
2795
  "name": "collapse",
3309
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2796
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
3310
2797
  "required": false,
3311
2798
  "value": {
3312
2799
  "kind": "expression",
@@ -3315,25 +2802,16 @@
3315
2802
  },
3316
2803
  {
3317
2804
  "name": "mode",
3318
- "description": "The mode determines the platform behaviors of the component.",
2805
+ "description": "The mode determines which platform styles to use.",
3319
2806
  "required": false,
3320
2807
  "value": {
3321
2808
  "kind": "expression",
3322
2809
  "type": "\"ios\" | \"md\""
3323
2810
  }
3324
2811
  },
3325
- {
3326
- "name": "theme",
3327
- "description": "The theme determines the visual appearance of the component.",
3328
- "required": false,
3329
- "value": {
3330
- "kind": "expression",
3331
- "type": "\"ios\" | \"md\" | \"ionic\""
3332
- }
3333
- },
3334
2812
  {
3335
2813
  "name": "translucent",
3336
- "description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
2814
+ "description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
3337
2815
  "required": false,
3338
2816
  "default": "false",
3339
2817
  "value": {
@@ -3346,47 +2824,49 @@
3346
2824
  "events": []
3347
2825
  },
3348
2826
  {
3349
- "name": "IonGallery",
3350
- "doc-url": "https://ionicframework.com/docs/api/gallery",
2827
+ "name": "IonGrid",
2828
+ "doc-url": "https://ionicframework.com/docs/api/grid",
3351
2829
  "description": "",
3352
2830
  "source": {
3353
- "module": "@ionic/core/src/components/gallery/gallery.d.ts",
3354
- "symbol": "Gallery"
2831
+ "module": "@ionic/core/src/components/grid/grid.d.ts",
2832
+ "symbol": "Grid"
3355
2833
  },
3356
2834
  "attributes": [
3357
2835
  {
3358
- "name": "columns",
3359
- "description": "The number of columns to display. Can be set as a number or an object of\nbreakpoint values (e.g. `{ xs: 2, sm: 3, md: 4 }`).",
3360
- "required": false,
3361
- "default": "DEFAULT_COLUMNS",
3362
- "value": {
3363
- "kind": "expression",
3364
- "type": "GalleryBreakpoints<string | number> | number | string"
3365
- }
3366
- },
3367
- {
3368
- "name": "gap",
3369
- "description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nCSS variables like `var(--app-gallery-gap)`, or numbers (treated as pixel\nvalues). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
2836
+ "name": "fixed",
2837
+ "description": "If `true`, the grid will have a fixed width based on the screen size.",
3370
2838
  "required": false,
3371
- "default": "DEFAULT_GAP",
2839
+ "default": "false",
3372
2840
  "value": {
3373
2841
  "kind": "expression",
3374
- "type": "GalleryBreakpoints<string | number> | number | string"
2842
+ "type": "boolean"
3375
2843
  }
3376
- },
2844
+ }
2845
+ ],
2846
+ "slots": [],
2847
+ "events": []
2848
+ },
2849
+ {
2850
+ "name": "IonHeader",
2851
+ "doc-url": "https://ionicframework.com/docs/api/header",
2852
+ "description": "",
2853
+ "source": {
2854
+ "module": "@ionic/core/src/components/header/header.d.ts",
2855
+ "symbol": "Header"
2856
+ },
2857
+ "attributes": [
3377
2858
  {
3378
- "name": "layout",
3379
- "description": "The visual layout of the gallery. When `uniform`, rows take up the height\nof the tallest item and are spaced evenly across the gallery. Additionally,\nitems will have an aspect ratio of 1/1, forcing them to be square unless a\nheight is explicitly set. When `masonry`, items will be positioned under each\nother with only the specified gap between them.",
2859
+ "name": "collapse",
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)",
3380
2861
  "required": false,
3381
- "default": "'uniform'",
3382
2862
  "value": {
3383
2863
  "kind": "expression",
3384
- "type": "\"masonry\" | \"uniform\""
2864
+ "type": "\"condense\" | \"fade\" | undefined"
3385
2865
  }
3386
2866
  },
3387
2867
  {
3388
2868
  "name": "mode",
3389
- "description": "The mode determines the platform behaviors of the component.",
2869
+ "description": "The mode determines which platform styles to use.",
3390
2870
  "required": false,
3391
2871
  "value": {
3392
2872
  "kind": "expression",
@@ -3394,217 +2874,49 @@
3394
2874
  }
3395
2875
  },
3396
2876
  {
3397
- "name": "order",
3398
- "description": "The order in which items are positioned. Only applies when layout is\n`masonry`. When `sequential`, items are positioned in the order they are\nplaced in the DOM. When `best-fit`, items are positioned under the column\nwith the most available space. Defaults to `sequential` when layout is\n`masonry` and `order` is not explicitly set.",
3399
- "required": false,
3400
- "value": {
3401
- "kind": "expression",
3402
- "type": "\"best-fit\" | \"sequential\" | undefined"
3403
- }
3404
- },
3405
- {
3406
- "name": "theme",
3407
- "description": "The theme determines the visual appearance of the component.",
2877
+ "name": "translucent",
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.",
3408
2879
  "required": false,
2880
+ "default": "false",
3409
2881
  "value": {
3410
2882
  "kind": "expression",
3411
- "type": "\"ios\" | \"md\" | \"ionic\""
2883
+ "type": "boolean"
3412
2884
  }
3413
2885
  }
3414
2886
  ],
3415
- "slots": [
3416
- {
3417
- "name": "default",
3418
- "description": "One or more `ion-gallery-item` components, placed in a responsive\ngallery layout."
3419
- }
3420
- ],
2887
+ "slots": [],
3421
2888
  "events": []
3422
2889
  },
3423
2890
  {
3424
- "name": "IonGalleryItem",
3425
- "doc-url": "https://ionicframework.com/docs/api/gallery-item",
2891
+ "name": "IonImg",
2892
+ "doc-url": "https://ionicframework.com/docs/api/img",
3426
2893
  "description": "",
3427
2894
  "source": {
3428
- "module": "@ionic/core/src/components/gallery-item/gallery-item.d.ts",
3429
- "symbol": "GalleryItem"
2895
+ "module": "@ionic/core/src/components/img/img.d.ts",
2896
+ "symbol": "Img"
3430
2897
  },
3431
2898
  "attributes": [
3432
2899
  {
3433
- "name": "mode",
3434
- "description": "The mode determines the platform behaviors of the component.",
2900
+ "name": "alt",
2901
+ "description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
3435
2902
  "required": false,
3436
2903
  "value": {
3437
2904
  "kind": "expression",
3438
- "type": "\"ios\" | \"md\""
2905
+ "type": "string | undefined"
3439
2906
  }
3440
2907
  },
3441
2908
  {
3442
- "name": "theme",
3443
- "description": "The theme determines the visual appearance of the component.",
2909
+ "name": "src",
2910
+ "description": "The image URL. This attribute is mandatory for the `<img>` element.",
3444
2911
  "required": false,
3445
2912
  "value": {
3446
2913
  "kind": "expression",
3447
- "type": "\"ios\" | \"md\" | \"ionic\""
2914
+ "type": "string | undefined"
3448
2915
  }
3449
2916
  }
3450
2917
  ],
3451
- "slots": [
3452
- {
3453
- "name": "default",
3454
- "description": "The content placed inside of the gallery item. This is typically an\n`img`, but can be any element (e.g. a `figure` wrapping an image and caption)."
3455
- }
3456
- ],
3457
- "events": []
3458
- },
3459
- {
3460
- "name": "IonGrid",
3461
- "doc-url": "https://ionicframework.com/docs/api/grid",
3462
- "description": "",
3463
- "source": {
3464
- "module": "@ionic/core/src/components/grid/grid.d.ts",
3465
- "symbol": "Grid"
3466
- },
3467
- "attributes": [
3468
- {
3469
- "name": "fixed",
3470
- "description": "If `true`, the grid will have a fixed width based on the screen size.",
3471
- "required": false,
3472
- "default": "false",
3473
- "value": {
3474
- "kind": "expression",
3475
- "type": "boolean"
3476
- }
3477
- },
3478
- {
3479
- "name": "mode",
3480
- "description": "The mode determines the platform behaviors of the component.",
3481
- "required": false,
3482
- "value": {
3483
- "kind": "expression",
3484
- "type": "\"ios\" | \"md\""
3485
- }
3486
- },
3487
- {
3488
- "name": "theme",
3489
- "description": "The theme determines the visual appearance of the component.",
3490
- "required": false,
3491
- "value": {
3492
- "kind": "expression",
3493
- "type": "\"ios\" | \"md\" | \"ionic\""
3494
- }
3495
- }
3496
- ],
3497
- "slots": [],
3498
- "events": []
3499
- },
3500
- {
3501
- "name": "IonHeader",
3502
- "doc-url": "https://ionicframework.com/docs/api/header",
3503
- "description": "",
3504
- "source": {
3505
- "module": "@ionic/core/src/components/header/header.d.ts",
3506
- "symbol": "Header"
3507
- },
3508
- "attributes": [
3509
- {
3510
- "name": "collapse",
3511
- "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)",
3512
- "required": false,
3513
- "value": {
3514
- "kind": "expression",
3515
- "type": "\"condense\" | \"fade\" | undefined"
3516
- }
3517
- },
3518
- {
3519
- "name": "divider",
3520
- "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
3521
- "required": false,
3522
- "default": "false",
3523
- "value": {
3524
- "kind": "expression",
3525
- "type": "boolean"
3526
- }
3527
- },
3528
- {
3529
- "name": "mode",
3530
- "description": "The mode determines the platform behaviors of the component.",
3531
- "required": false,
3532
- "value": {
3533
- "kind": "expression",
3534
- "type": "\"ios\" | \"md\""
3535
- }
3536
- },
3537
- {
3538
- "name": "theme",
3539
- "description": "The theme determines the visual appearance of the component.",
3540
- "required": false,
3541
- "value": {
3542
- "kind": "expression",
3543
- "type": "\"ios\" | \"md\" | \"ionic\""
3544
- }
3545
- },
3546
- {
3547
- "name": "translucent",
3548
- "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.",
3549
- "required": false,
3550
- "default": "false",
3551
- "value": {
3552
- "kind": "expression",
3553
- "type": "boolean"
3554
- }
3555
- }
3556
- ],
3557
- "slots": [],
3558
- "events": []
3559
- },
3560
- {
3561
- "name": "IonImg",
3562
- "doc-url": "https://ionicframework.com/docs/api/img",
3563
- "description": "",
3564
- "source": {
3565
- "module": "@ionic/core/src/components/img/img.d.ts",
3566
- "symbol": "Img"
3567
- },
3568
- "attributes": [
3569
- {
3570
- "name": "alt",
3571
- "description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
3572
- "required": false,
3573
- "value": {
3574
- "kind": "expression",
3575
- "type": "string | undefined"
3576
- }
3577
- },
3578
- {
3579
- "name": "mode",
3580
- "description": "The mode determines the platform behaviors of the component.",
3581
- "required": false,
3582
- "value": {
3583
- "kind": "expression",
3584
- "type": "\"ios\" | \"md\""
3585
- }
3586
- },
3587
- {
3588
- "name": "src",
3589
- "description": "The image URL. This attribute is mandatory for the `<img>` element.",
3590
- "required": false,
3591
- "value": {
3592
- "kind": "expression",
3593
- "type": "string | undefined"
3594
- }
3595
- },
3596
- {
3597
- "name": "theme",
3598
- "description": "The theme determines the visual appearance of the component.",
3599
- "required": false,
3600
- "value": {
3601
- "kind": "expression",
3602
- "type": "\"ios\" | \"md\" | \"ionic\""
3603
- }
3604
- }
3605
- ],
3606
- "slots": [],
3607
- "events": [
2918
+ "slots": [],
2919
+ "events": [
3608
2920
  {
3609
2921
  "name": "ionError",
3610
2922
  "description": "Emitted when the img fails to load",
@@ -3656,15 +2968,6 @@
3656
2968
  "type": "boolean"
3657
2969
  }
3658
2970
  },
3659
- {
3660
- "name": "mode",
3661
- "description": "The mode determines the platform behaviors of the component.",
3662
- "required": false,
3663
- "value": {
3664
- "kind": "expression",
3665
- "type": "\"ios\" | \"md\""
3666
- }
3667
- },
3668
2971
  {
3669
2972
  "name": "position",
3670
2973
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -3675,25 +2978,6 @@
3675
2978
  "type": "\"bottom\" | \"top\""
3676
2979
  }
3677
2980
  },
3678
- {
3679
- "name": "preserve-rerender-scroll-position",
3680
- "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.",
3681
- "required": false,
3682
- "default": "false",
3683
- "value": {
3684
- "kind": "expression",
3685
- "type": "boolean"
3686
- }
3687
- },
3688
- {
3689
- "name": "theme",
3690
- "description": "The theme determines the visual appearance of the component.",
3691
- "required": false,
3692
- "value": {
3693
- "kind": "expression",
3694
- "type": "\"ios\" | \"md\" | \"ionic\""
3695
- }
3696
- },
3697
2981
  {
3698
2982
  "name": "threshold",
3699
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.",
@@ -3745,24 +3029,6 @@
3745
3029
  "kind": "expression",
3746
3030
  "type": "IonicSafeString | string | undefined"
3747
3031
  }
3748
- },
3749
- {
3750
- "name": "mode",
3751
- "description": "The mode determines the platform behaviors of the component.",
3752
- "required": false,
3753
- "value": {
3754
- "kind": "expression",
3755
- "type": "\"ios\" | \"md\""
3756
- }
3757
- },
3758
- {
3759
- "name": "theme",
3760
- "description": "The theme determines the visual appearance of the component.",
3761
- "required": false,
3762
- "value": {
3763
- "kind": "expression",
3764
- "type": "\"ios\" | \"md\" | \"ionic\""
3765
- }
3766
3032
  }
3767
3033
  ],
3768
3034
  "slots": [],
@@ -3801,10 +3067,10 @@
3801
3067
  "name": "autocorrect",
3802
3068
  "description": "Whether auto correction should be enabled when the user is entering/editing the text value.",
3803
3069
  "required": false,
3804
- "default": "'off'",
3070
+ "default": "false",
3805
3071
  "value": {
3806
3072
  "kind": "expression",
3807
- "type": "\"off\" | \"on\""
3073
+ "type": "boolean"
3808
3074
  }
3809
3075
  },
3810
3076
  {
@@ -3912,7 +3178,7 @@
3912
3178
  },
3913
3179
  {
3914
3180
  "name": "fill",
3915
- "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.",
3916
3182
  "required": false,
3917
3183
  "value": {
3918
3184
  "kind": "expression",
@@ -3948,11 +3214,12 @@
3948
3214
  },
3949
3215
  {
3950
3216
  "name": "label-placement",
3951
- "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 (\"...\").",
3952
3218
  "required": false,
3219
+ "default": "'start'",
3953
3220
  "value": {
3954
3221
  "kind": "expression",
3955
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
3222
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
3956
3223
  }
3957
3224
  },
3958
3225
  {
@@ -3993,7 +3260,7 @@
3993
3260
  },
3994
3261
  {
3995
3262
  "name": "mode",
3996
- "description": "The mode determines the platform behaviors of the component.",
3263
+ "description": "The mode determines which platform styles to use.",
3997
3264
  "required": false,
3998
3265
  "value": {
3999
3266
  "kind": "expression",
@@ -4059,21 +3326,11 @@
4059
3326
  },
4060
3327
  {
4061
3328
  "name": "shape",
4062
- "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\"`.",
4063
- "required": false,
4064
- "value": {
4065
- "kind": "expression",
4066
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4067
- }
4068
- },
4069
- {
4070
- "name": "size",
4071
- "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.",
4072
3330
  "required": false,
4073
- "default": "'medium'",
4074
3331
  "value": {
4075
3332
  "kind": "expression",
4076
- "type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
3333
+ "type": "\"round\" | undefined"
4077
3334
  }
4078
3335
  },
4079
3336
  {
@@ -4095,15 +3352,6 @@
4095
3352
  "type": "string | undefined"
4096
3353
  }
4097
3354
  },
4098
- {
4099
- "name": "theme",
4100
- "description": "The theme determines the visual appearance of the component.",
4101
- "required": false,
4102
- "value": {
4103
- "kind": "expression",
4104
- "type": "\"ios\" | \"md\" | \"ionic\""
4105
- }
4106
- },
4107
3355
  {
4108
3356
  "name": "type",
4109
3357
  "description": "The type of control to display. The default type is text.",
@@ -4249,15 +3497,6 @@
4249
3497
  "type": "number"
4250
3498
  }
4251
3499
  },
4252
- {
4253
- "name": "mode",
4254
- "description": "The mode determines the platform behaviors of the component.",
4255
- "required": false,
4256
- "value": {
4257
- "kind": "expression",
4258
- "type": "\"ios\" | \"md\""
4259
- }
4260
- },
4261
3500
  {
4262
3501
  "name": "pattern",
4263
3502
  "description": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
@@ -4306,15 +3545,6 @@
4306
3545
  "type": "\"large\" | \"medium\" | \"small\""
4307
3546
  }
4308
3547
  },
4309
- {
4310
- "name": "theme",
4311
- "description": "The theme determines the visual appearance of the component.",
4312
- "required": false,
4313
- "value": {
4314
- "kind": "expression",
4315
- "type": "\"ios\" | \"md\" | \"ionic\""
4316
- }
4317
- },
4318
3548
  {
4319
3549
  "name": "type",
4320
3550
  "description": "The type of input allowed in the input boxes.",
@@ -4469,7 +3699,7 @@
4469
3699
  },
4470
3700
  {
4471
3701
  "name": "detail",
4472
- "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.",
4473
3703
  "required": false,
4474
3704
  "value": {
4475
3705
  "kind": "expression",
@@ -4480,9 +3710,10 @@
4480
3710
  "name": "detail-icon",
4481
3711
  "description": "The icon to use when `detail` is set to `true`.",
4482
3712
  "required": false,
3713
+ "default": "chevronForward",
4483
3714
  "value": {
4484
3715
  "kind": "expression",
4485
- "type": "string | undefined"
3716
+ "type": "string"
4486
3717
  }
4487
3718
  },
4488
3719
  {
@@ -4524,7 +3755,7 @@
4524
3755
  },
4525
3756
  {
4526
3757
  "name": "mode",
4527
- "description": "The mode determines the platform behaviors of the component.",
3758
+ "description": "The mode determines which platform styles to use.",
4528
3759
  "required": false,
4529
3760
  "value": {
4530
3761
  "kind": "expression",
@@ -4568,15 +3799,6 @@
4568
3799
  "type": "string | undefined"
4569
3800
  }
4570
3801
  },
4571
- {
4572
- "name": "theme",
4573
- "description": "The theme determines the visual appearance of the component.",
4574
- "required": false,
4575
- "value": {
4576
- "kind": "expression",
4577
- "type": "\"ios\" | \"md\" | \"ionic\""
4578
- }
4579
- },
4580
3802
  {
4581
3803
  "name": "type",
4582
3804
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -4624,7 +3846,7 @@
4624
3846
  },
4625
3847
  {
4626
3848
  "name": "mode",
4627
- "description": "The mode determines the platform behaviors of the component.",
3849
+ "description": "The mode determines which platform styles to use.",
4628
3850
  "required": false,
4629
3851
  "value": {
4630
3852
  "kind": "expression",
@@ -4640,15 +3862,6 @@
4640
3862
  "kind": "expression",
4641
3863
  "type": "boolean"
4642
3864
  }
4643
- },
4644
- {
4645
- "name": "theme",
4646
- "description": "The theme determines the visual appearance of the component.",
4647
- "required": false,
4648
- "value": {
4649
- "kind": "expression",
4650
- "type": "\"ios\" | \"md\" | \"ionic\""
4651
- }
4652
3865
  }
4653
3866
  ],
4654
3867
  "slots": [
@@ -4675,26 +3888,7 @@
4675
3888
  "module": "@ionic/core/src/components/item-group/item-group.d.ts",
4676
3889
  "symbol": "ItemGroup"
4677
3890
  },
4678
- "attributes": [
4679
- {
4680
- "name": "mode",
4681
- "description": "The mode determines the platform behaviors of the component.",
4682
- "required": false,
4683
- "value": {
4684
- "kind": "expression",
4685
- "type": "\"ios\" | \"md\""
4686
- }
4687
- },
4688
- {
4689
- "name": "theme",
4690
- "description": "The theme determines the visual appearance of the component.",
4691
- "required": false,
4692
- "value": {
4693
- "kind": "expression",
4694
- "type": "\"ios\" | \"md\" | \"ionic\""
4695
- }
4696
- }
4697
- ],
3891
+ "attributes": [],
4698
3892
  "slots": [],
4699
3893
  "events": []
4700
3894
  },
@@ -4754,19 +3948,9 @@
4754
3948
  "type": "string | undefined"
4755
3949
  }
4756
3950
  },
4757
- {
4758
- "name": "hue",
4759
- "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.",
4760
- "required": false,
4761
- "default": "'subtle'",
4762
- "value": {
4763
- "kind": "expression",
4764
- "type": "\"bold\" | \"subtle\" | undefined"
4765
- }
4766
- },
4767
3951
  {
4768
3952
  "name": "mode",
4769
- "description": "The mode determines the platform behaviors of the component.",
3953
+ "description": "The mode determines which platform styles to use.",
4770
3954
  "required": false,
4771
3955
  "value": {
4772
3956
  "kind": "expression",
@@ -4782,15 +3966,6 @@
4782
3966
  "type": "string | undefined"
4783
3967
  }
4784
3968
  },
4785
- {
4786
- "name": "shape",
4787
- "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.",
4788
- "required": false,
4789
- "value": {
4790
- "kind": "expression",
4791
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4792
- }
4793
- },
4794
3969
  {
4795
3970
  "name": "target",
4796
3971
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -4800,15 +3975,6 @@
4800
3975
  "type": "string | undefined"
4801
3976
  }
4802
3977
  },
4803
- {
4804
- "name": "theme",
4805
- "description": "The theme determines the visual appearance of the component.",
4806
- "required": false,
4807
- "value": {
4808
- "kind": "expression",
4809
- "type": "\"ios\" | \"md\" | \"ionic\""
4810
- }
4811
- },
4812
3978
  {
4813
3979
  "name": "type",
4814
3980
  "description": "The type of the button.",
@@ -4857,15 +4023,6 @@
4857
4023
  "symbol": "ItemOptions"
4858
4024
  },
4859
4025
  "attributes": [
4860
- {
4861
- "name": "mode",
4862
- "description": "The mode determines the platform behaviors of the component.",
4863
- "required": false,
4864
- "value": {
4865
- "kind": "expression",
4866
- "type": "\"ios\" | \"md\""
4867
- }
4868
- },
4869
4026
  {
4870
4027
  "name": "side",
4871
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.",
@@ -4875,15 +4032,6 @@
4875
4032
  "kind": "expression",
4876
4033
  "type": "\"end\" | \"start\""
4877
4034
  }
4878
- },
4879
- {
4880
- "name": "theme",
4881
- "description": "The theme determines the visual appearance of the component.",
4882
- "required": false,
4883
- "value": {
4884
- "kind": "expression",
4885
- "type": "\"ios\" | \"md\" | \"ionic\""
4886
- }
4887
4035
  }
4888
4036
  ],
4889
4037
  "slots": [],
@@ -4918,24 +4066,6 @@
4918
4066
  "kind": "expression",
4919
4067
  "type": "boolean"
4920
4068
  }
4921
- },
4922
- {
4923
- "name": "mode",
4924
- "description": "The mode determines the platform behaviors of the component.",
4925
- "required": false,
4926
- "value": {
4927
- "kind": "expression",
4928
- "type": "\"ios\" | \"md\""
4929
- }
4930
- },
4931
- {
4932
- "name": "theme",
4933
- "description": "The theme determines the visual appearance of the component.",
4934
- "required": false,
4935
- "value": {
4936
- "kind": "expression",
4937
- "type": "\"ios\" | \"md\" | \"ionic\""
4938
- }
4939
4069
  }
4940
4070
  ],
4941
4071
  "slots": [],
@@ -4972,7 +4102,7 @@
4972
4102
  },
4973
4103
  {
4974
4104
  "name": "mode",
4975
- "description": "The mode determines the platform behaviors of the component.",
4105
+ "description": "The mode determines which platform styles to use.",
4976
4106
  "required": false,
4977
4107
  "value": {
4978
4108
  "kind": "expression",
@@ -4987,15 +4117,6 @@
4987
4117
  "kind": "expression",
4988
4118
  "type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
4989
4119
  }
4990
- },
4991
- {
4992
- "name": "theme",
4993
- "description": "The theme determines the visual appearance of the component.",
4994
- "required": false,
4995
- "value": {
4996
- "kind": "expression",
4997
- "type": "\"ios\" | \"md\" | \"ionic\""
4998
- }
4999
4120
  }
5000
4121
  ],
5001
4122
  "slots": [],
@@ -5031,30 +4152,12 @@
5031
4152
  },
5032
4153
  {
5033
4154
  "name": "mode",
5034
- "description": "The mode determines the platform behaviors of the component.",
4155
+ "description": "The mode determines which platform styles to use.",
5035
4156
  "required": false,
5036
4157
  "value": {
5037
4158
  "kind": "expression",
5038
4159
  "type": "\"ios\" | \"md\""
5039
4160
  }
5040
- },
5041
- {
5042
- "name": "shape",
5043
- "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.",
5044
- "required": false,
5045
- "value": {
5046
- "kind": "expression",
5047
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
5048
- }
5049
- },
5050
- {
5051
- "name": "theme",
5052
- "description": "The theme determines the visual appearance of the component.",
5053
- "required": false,
5054
- "value": {
5055
- "kind": "expression",
5056
- "type": "\"ios\" | \"md\" | \"ionic\""
5057
- }
5058
4161
  }
5059
4162
  ],
5060
4163
  "slots": [],
@@ -5089,21 +4192,12 @@
5089
4192
  },
5090
4193
  {
5091
4194
  "name": "mode",
5092
- "description": "The mode determines the platform behaviors of the component.",
4195
+ "description": "The mode determines which platform styles to use.",
5093
4196
  "required": false,
5094
4197
  "value": {
5095
4198
  "kind": "expression",
5096
4199
  "type": "\"ios\" | \"md\""
5097
4200
  }
5098
- },
5099
- {
5100
- "name": "theme",
5101
- "description": "The theme determines the visual appearance of the component.",
5102
- "required": false,
5103
- "value": {
5104
- "kind": "expression",
5105
- "type": "\"ios\" | \"md\" | \"ionic\""
5106
- }
5107
4201
  }
5108
4202
  ],
5109
4203
  "slots": [],
@@ -5215,7 +4309,7 @@
5215
4309
  },
5216
4310
  {
5217
4311
  "name": "mode",
5218
- "description": "The mode determines the platform behaviors of the component.",
4312
+ "description": "The mode determines which platform styles to use.",
5219
4313
  "required": false,
5220
4314
  "value": {
5221
4315
  "kind": "expression",
@@ -5241,18 +4335,9 @@
5241
4335
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
5242
4336
  }
5243
4337
  },
5244
- {
5245
- "name": "theme",
5246
- "description": "The theme determines the visual appearance of the component.",
5247
- "required": false,
5248
- "value": {
5249
- "kind": "expression",
5250
- "type": "\"ios\" | \"md\" | \"ionic\""
5251
- }
5252
- },
5253
4338
  {
5254
4339
  "name": "translucent",
5255
- "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).",
5256
4341
  "required": false,
5257
4342
  "default": "false",
5258
4343
  "value": {
@@ -5401,15 +4486,6 @@
5401
4486
  "type": "string | undefined"
5402
4487
  }
5403
4488
  },
5404
- {
5405
- "name": "mode",
5406
- "description": "The mode determines the platform behaviors of the component.",
5407
- "required": false,
5408
- "value": {
5409
- "kind": "expression",
5410
- "type": "\"ios\" | \"md\""
5411
- }
5412
- },
5413
4489
  {
5414
4490
  "name": "side",
5415
4491
  "description": "Which side of the view the menu should be placed.",
@@ -5430,15 +4506,6 @@
5430
4506
  "type": "boolean"
5431
4507
  }
5432
4508
  },
5433
- {
5434
- "name": "theme",
5435
- "description": "The theme determines the visual appearance of the component.",
5436
- "required": false,
5437
- "value": {
5438
- "kind": "expression",
5439
- "type": "\"ios\" | \"md\" | \"ionic\""
5440
- }
5441
- },
5442
4509
  {
5443
4510
  "name": "type",
5444
4511
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -5542,22 +4609,13 @@
5542
4609
  },
5543
4610
  {
5544
4611
  "name": "mode",
5545
- "description": "The mode determines the platform behaviors of the component.",
4612
+ "description": "The mode determines which platform styles to use.",
5546
4613
  "required": false,
5547
4614
  "value": {
5548
4615
  "kind": "expression",
5549
4616
  "type": "\"ios\" | \"md\""
5550
4617
  }
5551
4618
  },
5552
- {
5553
- "name": "theme",
5554
- "description": "The theme determines the visual appearance of the component.",
5555
- "required": false,
5556
- "value": {
5557
- "kind": "expression",
5558
- "type": "\"ios\" | \"md\" | \"ionic\""
5559
- }
5560
- },
5561
4619
  {
5562
4620
  "name": "type",
5563
4621
  "description": "The type of the button.",
@@ -5599,24 +4657,6 @@
5599
4657
  "kind": "expression",
5600
4658
  "type": "string | undefined"
5601
4659
  }
5602
- },
5603
- {
5604
- "name": "mode",
5605
- "description": "The mode determines the platform behaviors of the component.",
5606
- "required": false,
5607
- "value": {
5608
- "kind": "expression",
5609
- "type": "\"ios\" | \"md\""
5610
- }
5611
- },
5612
- {
5613
- "name": "theme",
5614
- "description": "The theme determines the visual appearance of the component.",
5615
- "required": false,
5616
- "value": {
5617
- "kind": "expression",
5618
- "type": "\"ios\" | \"md\" | \"ionic\""
5619
- }
5620
4660
  }
5621
4661
  ],
5622
4662
  "slots": [
@@ -5792,7 +4832,7 @@
5792
4832
  },
5793
4833
  {
5794
4834
  "name": "mode",
5795
- "description": "The mode determines the platform behaviors of the component.",
4835
+ "description": "The mode determines which platform styles to use.",
5796
4836
  "required": false,
5797
4837
  "value": {
5798
4838
  "kind": "expression",
@@ -5808,15 +4848,6 @@
5808
4848
  "type": "HTMLElement | undefined"
5809
4849
  }
5810
4850
  },
5811
- {
5812
- "name": "shape",
5813
- "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.",
5814
- "required": false,
5815
- "value": {
5816
- "kind": "expression",
5817
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
5818
- }
5819
- },
5820
4851
  {
5821
4852
  "name": "show-backdrop",
5822
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.",
@@ -5827,15 +4858,6 @@
5827
4858
  "type": "boolean"
5828
4859
  }
5829
4860
  },
5830
- {
5831
- "name": "theme",
5832
- "description": "The theme determines the visual appearance of the component.",
5833
- "required": false,
5834
- "value": {
5835
- "kind": "expression",
5836
- "type": "\"ios\" | \"md\" | \"ionic\""
5837
- }
5838
- },
5839
4861
  {
5840
4862
  "name": "trigger",
5841
4863
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -5995,21 +5017,12 @@
5995
5017
  },
5996
5018
  {
5997
5019
  "name": "mode",
5998
- "description": "The mode determines the platform behaviors of the component.",
5020
+ "description": "The mode determines which platform styles to use.",
5999
5021
  "required": false,
6000
5022
  "value": {
6001
5023
  "kind": "expression",
6002
5024
  "type": "\"ios\" | \"md\""
6003
5025
  }
6004
- },
6005
- {
6006
- "name": "theme",
6007
- "description": "The theme determines the visual appearance of the component.",
6008
- "required": false,
6009
- "value": {
6010
- "kind": "expression",
6011
- "type": "\"ios\" | \"md\" | \"ionic\""
6012
- }
6013
5026
  }
6014
5027
  ],
6015
5028
  "slots": [],
@@ -6026,21 +5039,12 @@
6026
5039
  "attributes": [
6027
5040
  {
6028
5041
  "name": "mode",
6029
- "description": "The mode determines the platform behaviors of the component.",
5042
+ "description": "The mode determines which platform styles to use.",
6030
5043
  "required": false,
6031
5044
  "value": {
6032
5045
  "kind": "expression",
6033
5046
  "type": "\"ios\" | \"md\""
6034
5047
  }
6035
- },
6036
- {
6037
- "name": "theme",
6038
- "description": "The theme determines the visual appearance of the component.",
6039
- "required": false,
6040
- "value": {
6041
- "kind": "expression",
6042
- "type": "\"ios\" | \"md\" | \"ionic\""
6043
- }
6044
5048
  }
6045
5049
  ],
6046
5050
  "slots": [],
@@ -6077,22 +5081,13 @@
6077
5081
  },
6078
5082
  {
6079
5083
  "name": "mode",
6080
- "description": "The mode determines the platform behaviors of the component.",
5084
+ "description": "The mode determines which platform styles to use.",
6081
5085
  "required": false,
6082
5086
  "value": {
6083
5087
  "kind": "expression",
6084
5088
  "type": "\"ios\" | \"md\""
6085
5089
  }
6086
5090
  },
6087
- {
6088
- "name": "theme",
6089
- "description": "The theme determines the visual appearance of the component.",
6090
- "required": false,
6091
- "value": {
6092
- "kind": "expression",
6093
- "type": "\"ios\" | \"md\" | \"ionic\""
6094
- }
6095
- },
6096
5091
  {
6097
5092
  "name": "value",
6098
5093
  "description": "The selected option in the picker.",
@@ -6143,285 +5138,30 @@
6143
5138
  "value": {
6144
5139
  "kind": "expression",
6145
5140
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
6146
- }
6147
- },
6148
- {
6149
- "name": "disabled",
6150
- "description": "If `true`, the user cannot interact with the picker column option.",
6151
- "required": false,
6152
- "default": "false",
6153
- "value": {
6154
- "kind": "expression",
6155
- "type": "boolean"
6156
- }
6157
- },
6158
- {
6159
- "name": "mode",
6160
- "description": "The mode determines the platform behaviors of the component.",
6161
- "required": false,
6162
- "value": {
6163
- "kind": "expression",
6164
- "type": "\"ios\" | \"md\""
6165
- }
6166
- },
6167
- {
6168
- "name": "theme",
6169
- "description": "The theme determines the visual appearance of the component.",
6170
- "required": false,
6171
- "value": {
6172
- "kind": "expression",
6173
- "type": "\"ios\" | \"md\" | \"ionic\""
6174
- }
6175
- },
6176
- {
6177
- "name": "value",
6178
- "description": "The text value of the option.",
6179
- "required": false,
6180
- "value": {
6181
- "kind": "expression",
6182
- "type": "any"
6183
- }
6184
- }
6185
- ],
6186
- "slots": [],
6187
- "events": []
6188
- },
6189
- {
6190
- "name": "IonPickerLegacy",
6191
- "doc-url": "https://ionicframework.com/docs/api/picker-legacy",
6192
- "description": "",
6193
- "source": {
6194
- "module": "@ionic/core/src/components/picker-legacy/picker.d.ts",
6195
- "symbol": "PickerLegacy"
6196
- },
6197
- "attributes": [
6198
- {
6199
- "name": "animated",
6200
- "description": "If `true`, the picker will animate.",
6201
- "required": false,
6202
- "default": "true",
6203
- "value": {
6204
- "kind": "expression",
6205
- "type": "boolean"
6206
- }
6207
- },
6208
- {
6209
- "name": "backdrop-dismiss",
6210
- "description": "If `true`, the picker will be dismissed when the backdrop is clicked.",
6211
- "required": false,
6212
- "default": "true",
6213
- "value": {
6214
- "kind": "expression",
6215
- "type": "boolean"
6216
- }
6217
- },
6218
- {
6219
- "name": "buttons",
6220
- "description": "Array of buttons to be displayed at the top of the picker.",
6221
- "required": false,
6222
- "default": "[]",
6223
- "value": {
6224
- "kind": "expression",
6225
- "type": "PickerButton[]"
6226
- }
6227
- },
6228
- {
6229
- "name": "columns",
6230
- "description": "Array of columns to be displayed in the picker.",
6231
- "required": false,
6232
- "default": "[]",
6233
- "value": {
6234
- "kind": "expression",
6235
- "type": "PickerColumn[]"
6236
- }
6237
- },
6238
- {
6239
- "name": "css-class",
6240
- "description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
6241
- "required": false,
6242
- "value": {
6243
- "kind": "expression",
6244
- "type": "string | string[] | undefined"
6245
- }
6246
- },
6247
- {
6248
- "name": "duration",
6249
- "description": "Number of milliseconds to wait before dismissing the picker.",
6250
- "required": false,
6251
- "default": "0",
6252
- "value": {
6253
- "kind": "expression",
6254
- "type": "number"
6255
- }
6256
- },
6257
- {
6258
- "name": "enterAnimation",
6259
- "description": "Animation to use when the picker is presented.",
6260
- "required": false,
6261
- "value": {
6262
- "kind": "expression",
6263
- "type": "((baseEl: any, opts?: any) => Animation) | undefined"
6264
- }
6265
- },
6266
- {
6267
- "name": "htmlAttributes",
6268
- "description": "Additional attributes to pass to the picker.",
6269
- "required": false,
6270
- "value": {
6271
- "kind": "expression",
6272
- "type": "undefined | { [key: string]: any; }"
6273
- }
6274
- },
6275
- {
6276
- "name": "is-open",
6277
- "description": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code.",
6278
- "required": false,
6279
- "default": "false",
6280
- "value": {
6281
- "kind": "expression",
6282
- "type": "boolean"
6283
- }
6284
- },
6285
- {
6286
- "name": "keyboard-close",
6287
- "description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
6288
- "required": false,
6289
- "default": "true",
6290
- "value": {
6291
- "kind": "expression",
6292
- "type": "boolean"
6293
- }
6294
- },
6295
- {
6296
- "name": "leaveAnimation",
6297
- "description": "Animation to use when the picker is dismissed.",
6298
- "required": false,
6299
- "value": {
6300
- "kind": "expression",
6301
- "type": "((baseEl: any, opts?: any) => Animation) | undefined"
6302
- }
6303
- },
6304
- {
6305
- "name": "mode",
6306
- "description": "The mode determines the platform behaviors of the component.",
6307
- "required": false,
6308
- "value": {
6309
- "kind": "expression",
6310
- "type": "\"ios\" | \"md\""
6311
- }
6312
- },
6313
- {
6314
- "name": "show-backdrop",
6315
- "description": "If `true`, a backdrop will be displayed behind the picker.",
6316
- "required": false,
6317
- "default": "true",
6318
- "value": {
6319
- "kind": "expression",
6320
- "type": "boolean"
6321
- }
6322
- },
6323
- {
6324
- "name": "theme",
6325
- "description": "The theme determines the visual appearance of the component.",
6326
- "required": false,
6327
- "value": {
6328
- "kind": "expression",
6329
- "type": "\"ios\" | \"md\" | \"ionic\""
6330
- }
6331
- },
6332
- {
6333
- "name": "trigger",
6334
- "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
6335
- "required": false,
6336
- "value": {
6337
- "kind": "expression",
6338
- "type": "string | undefined"
6339
- }
6340
- }
6341
- ],
6342
- "slots": [],
6343
- "events": [
6344
- {
6345
- "name": "didDismiss",
6346
- "description": "Emitted after the picker has dismissed.\nShorthand for ionPickerDidDismiss.",
6347
- "arguments": [
6348
- {
6349
- "name": "detail",
6350
- "type": "OverlayEventDetail<any>"
6351
- }
6352
- ]
6353
- },
6354
- {
6355
- "name": "didPresent",
6356
- "description": "Emitted after the picker has presented.\nShorthand for ionPickerWillDismiss.",
6357
- "arguments": [
6358
- {
6359
- "name": "detail",
6360
- "type": "void"
6361
- }
6362
- ]
6363
- },
6364
- {
6365
- "name": "ionPickerDidDismiss",
6366
- "description": "Emitted after the picker has dismissed.",
6367
- "arguments": [
6368
- {
6369
- "name": "detail",
6370
- "type": "OverlayEventDetail<any>"
6371
- }
6372
- ]
6373
- },
6374
- {
6375
- "name": "ionPickerDidPresent",
6376
- "description": "Emitted after the picker has presented.",
6377
- "arguments": [
6378
- {
6379
- "name": "detail",
6380
- "type": "void"
6381
- }
6382
- ]
6383
- },
6384
- {
6385
- "name": "ionPickerWillDismiss",
6386
- "description": "Emitted before the picker has dismissed.",
6387
- "arguments": [
6388
- {
6389
- "name": "detail",
6390
- "type": "OverlayEventDetail<any>"
6391
- }
6392
- ]
6393
- },
6394
- {
6395
- "name": "ionPickerWillPresent",
6396
- "description": "Emitted before the picker has presented.",
6397
- "arguments": [
6398
- {
6399
- "name": "detail",
6400
- "type": "void"
6401
- }
6402
- ]
5141
+ }
6403
5142
  },
6404
5143
  {
6405
- "name": "willDismiss",
6406
- "description": "Emitted before the picker has dismissed.\nShorthand for ionPickerWillDismiss.",
6407
- "arguments": [
6408
- {
6409
- "name": "detail",
6410
- "type": "OverlayEventDetail<any>"
6411
- }
6412
- ]
5144
+ "name": "disabled",
5145
+ "description": "If `true`, the user cannot interact with the picker column option.",
5146
+ "required": false,
5147
+ "default": "false",
5148
+ "value": {
5149
+ "kind": "expression",
5150
+ "type": "boolean"
5151
+ }
6413
5152
  },
6414
5153
  {
6415
- "name": "willPresent",
6416
- "description": "Emitted before the picker has presented.\nShorthand for ionPickerWillPresent.",
6417
- "arguments": [
6418
- {
6419
- "name": "detail",
6420
- "type": "void"
6421
- }
6422
- ]
5154
+ "name": "value",
5155
+ "description": "The text value of the option.",
5156
+ "required": false,
5157
+ "value": {
5158
+ "kind": "expression",
5159
+ "type": "any"
5160
+ }
6423
5161
  }
6424
- ]
5162
+ ],
5163
+ "slots": [],
5164
+ "events": []
6425
5165
  },
6426
5166
  {
6427
5167
  "name": "IonPopover",
@@ -6434,7 +5174,7 @@
6434
5174
  "attributes": [
6435
5175
  {
6436
5176
  "name": "alignment",
6437
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
5177
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
6438
5178
  "required": false,
6439
5179
  "value": {
6440
5180
  "kind": "expression",
@@ -6453,7 +5193,7 @@
6453
5193
  },
6454
5194
  {
6455
5195
  "name": "arrow",
6456
- "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
5196
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
6457
5197
  "required": false,
6458
5198
  "default": "true",
6459
5199
  "value": {
@@ -6577,7 +5317,7 @@
6577
5317
  },
6578
5318
  {
6579
5319
  "name": "mode",
6580
- "description": "The mode determines the platform behaviors of the component.",
5320
+ "description": "The mode determines which platform styles to use.",
6581
5321
  "required": false,
6582
5322
  "value": {
6583
5323
  "kind": "expression",
@@ -6624,18 +5364,9 @@
6624
5364
  "type": "\"auto\" | \"cover\""
6625
5365
  }
6626
5366
  },
6627
- {
6628
- "name": "theme",
6629
- "description": "The theme determines the visual appearance of the component.",
6630
- "required": false,
6631
- "value": {
6632
- "kind": "expression",
6633
- "type": "\"ios\" | \"md\" | \"ionic\""
6634
- }
6635
- },
6636
5367
  {
6637
5368
  "name": "translucent",
6638
- "description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
5369
+ "description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
6639
5370
  "required": false,
6640
5371
  "default": "false",
6641
5372
  "value": {
@@ -6782,7 +5513,7 @@
6782
5513
  },
6783
5514
  {
6784
5515
  "name": "mode",
6785
- "description": "The mode determines the platform behaviors of the component.",
5516
+ "description": "The mode determines which platform styles to use.",
6786
5517
  "required": false,
6787
5518
  "value": {
6788
5519
  "kind": "expression",
@@ -6799,24 +5530,6 @@
6799
5530
  "type": "boolean"
6800
5531
  }
6801
5532
  },
6802
- {
6803
- "name": "shape",
6804
- "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.",
6805
- "required": false,
6806
- "value": {
6807
- "kind": "expression",
6808
- "type": "\"rectangular\" | \"round\" | undefined"
6809
- }
6810
- },
6811
- {
6812
- "name": "theme",
6813
- "description": "The theme determines the visual appearance of the component.",
6814
- "required": false,
6815
- "value": {
6816
- "kind": "expression",
6817
- "type": "\"ios\" | \"md\" | \"ionic\""
6818
- }
6819
- },
6820
5533
  {
6821
5534
  "name": "type",
6822
5535
  "description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
@@ -6899,7 +5612,7 @@
6899
5612
  },
6900
5613
  {
6901
5614
  "name": "mode",
6902
- "description": "The mode determines the platform behaviors of the component.",
5615
+ "description": "The mode determines which platform styles to use.",
6903
5616
  "required": false,
6904
5617
  "value": {
6905
5618
  "kind": "expression",
@@ -6916,15 +5629,6 @@
6916
5629
  "type": "string"
6917
5630
  }
6918
5631
  },
6919
- {
6920
- "name": "theme",
6921
- "description": "The theme determines the visual appearance of the component.",
6922
- "required": false,
6923
- "value": {
6924
- "kind": "expression",
6925
- "type": "\"ios\" | \"md\" | \"ionic\""
6926
- }
6927
- },
6928
5632
  {
6929
5633
  "name": "value",
6930
5634
  "description": "the value of the radio.",
@@ -7010,15 +5714,6 @@
7010
5714
  "type": "string | undefined"
7011
5715
  }
7012
5716
  },
7013
- {
7014
- "name": "mode",
7015
- "description": "The mode determines the platform behaviors of the component.",
7016
- "required": false,
7017
- "value": {
7018
- "kind": "expression",
7019
- "type": "\"ios\" | \"md\""
7020
- }
7021
- },
7022
5717
  {
7023
5718
  "name": "name",
7024
5719
  "description": "The name of the control, which is submitted with the form data.",
@@ -7029,15 +5724,6 @@
7029
5724
  "type": "string"
7030
5725
  }
7031
5726
  },
7032
- {
7033
- "name": "theme",
7034
- "description": "The theme determines the visual appearance of the component.",
7035
- "required": false,
7036
- "value": {
7037
- "kind": "expression",
7038
- "type": "\"ios\" | \"md\" | \"ionic\""
7039
- }
7040
- },
7041
5727
  {
7042
5728
  "name": "value",
7043
5729
  "description": "the value of the radio group.",
@@ -7159,7 +5845,7 @@
7159
5845
  },
7160
5846
  {
7161
5847
  "name": "mode",
7162
- "description": "The mode determines the platform behaviors of the component.",
5848
+ "description": "The mode determines which platform styles to use.",
7163
5849
  "required": false,
7164
5850
  "value": {
7165
5851
  "kind": "expression",
@@ -7216,15 +5902,6 @@
7216
5902
  "type": "number"
7217
5903
  }
7218
5904
  },
7219
- {
7220
- "name": "theme",
7221
- "description": "The theme determines the visual appearance of the component.",
7222
- "required": false,
7223
- "value": {
7224
- "kind": "expression",
7225
- "type": "\"ios\" | \"md\" | \"ionic\""
7226
- }
7227
- },
7228
5905
  {
7229
5906
  "name": "ticks",
7230
5907
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -7354,7 +6031,7 @@
7354
6031
  },
7355
6032
  {
7356
6033
  "name": "mode",
7357
- "description": "The mode determines the platform behaviors of the component.",
6034
+ "description": "The mode determines which platform styles to use.",
7358
6035
  "required": false,
7359
6036
  "value": {
7360
6037
  "kind": "expression",
@@ -7400,15 +6077,6 @@
7400
6077
  "kind": "expression",
7401
6078
  "type": "string"
7402
6079
  }
7403
- },
7404
- {
7405
- "name": "theme",
7406
- "description": "The theme determines the visual appearance of the component.",
7407
- "required": false,
7408
- "value": {
7409
- "kind": "expression",
7410
- "type": "\"ios\" | \"md\" | \"ionic\""
7411
- }
7412
6080
  }
7413
6081
  ],
7414
6082
  "slots": [],
@@ -7474,15 +6142,6 @@
7474
6142
  "symbol": "RefresherContent"
7475
6143
  },
7476
6144
  "attributes": [
7477
- {
7478
- "name": "mode",
7479
- "description": "The mode determines the platform behaviors of the component.",
7480
- "required": false,
7481
- "value": {
7482
- "kind": "expression",
7483
- "type": "\"ios\" | \"md\""
7484
- }
7485
- },
7486
6145
  {
7487
6146
  "name": "pulling-icon",
7488
6147
  "description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices.",
@@ -7518,15 +6177,6 @@
7518
6177
  "kind": "expression",
7519
6178
  "type": "IonicSafeString | string | undefined"
7520
6179
  }
7521
- },
7522
- {
7523
- "name": "theme",
7524
- "description": "The theme determines the visual appearance of the component.",
7525
- "required": false,
7526
- "value": {
7527
- "kind": "expression",
7528
- "type": "\"ios\" | \"md\" | \"ionic\""
7529
- }
7530
6180
  }
7531
6181
  ],
7532
6182
  "slots": [],
@@ -7540,26 +6190,7 @@
7540
6190
  "module": "@ionic/core/src/components/reorder/reorder.d.ts",
7541
6191
  "symbol": "Reorder"
7542
6192
  },
7543
- "attributes": [
7544
- {
7545
- "name": "mode",
7546
- "description": "The mode determines the platform behaviors of the component.",
7547
- "required": false,
7548
- "value": {
7549
- "kind": "expression",
7550
- "type": "\"ios\" | \"md\""
7551
- }
7552
- },
7553
- {
7554
- "name": "theme",
7555
- "description": "The theme determines the visual appearance of the component.",
7556
- "required": false,
7557
- "value": {
7558
- "kind": "expression",
7559
- "type": "\"ios\" | \"md\" | \"ionic\""
7560
- }
7561
- }
7562
- ],
6193
+ "attributes": [],
7563
6194
  "slots": [],
7564
6195
  "events": []
7565
6196
  },
@@ -7581,24 +6212,6 @@
7581
6212
  "kind": "expression",
7582
6213
  "type": "boolean"
7583
6214
  }
7584
- },
7585
- {
7586
- "name": "mode",
7587
- "description": "The mode determines the platform behaviors of the component.",
7588
- "required": false,
7589
- "value": {
7590
- "kind": "expression",
7591
- "type": "\"ios\" | \"md\""
7592
- }
7593
- },
7594
- {
7595
- "name": "theme",
7596
- "description": "The theme determines the visual appearance of the component.",
7597
- "required": false,
7598
- "value": {
7599
- "kind": "expression",
7600
- "type": "\"ios\" | \"md\" | \"ionic\""
7601
- }
7602
6215
  }
7603
6216
  ],
7604
6217
  "slots": [],
@@ -7654,24 +6267,6 @@
7654
6267
  "symbol": "RippleEffect"
7655
6268
  },
7656
6269
  "attributes": [
7657
- {
7658
- "name": "mode",
7659
- "description": "The mode determines the platform behaviors of the component.",
7660
- "required": false,
7661
- "value": {
7662
- "kind": "expression",
7663
- "type": "\"ios\" | \"md\""
7664
- }
7665
- },
7666
- {
7667
- "name": "theme",
7668
- "description": "The theme determines the visual appearance of the component.",
7669
- "required": false,
7670
- "value": {
7671
- "kind": "expression",
7672
- "type": "\"ios\" | \"md\" | \"ionic\""
7673
- }
7674
- },
7675
6270
  {
7676
6271
  "name": "type",
7677
6272
  "description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
@@ -7731,24 +6326,6 @@
7731
6326
  "type": "undefined | { [key: string]: any; }"
7732
6327
  }
7733
6328
  },
7734
- {
7735
- "name": "mode",
7736
- "description": "The mode determines the platform behaviors of the component.",
7737
- "required": false,
7738
- "value": {
7739
- "kind": "expression",
7740
- "type": "\"ios\" | \"md\""
7741
- }
7742
- },
7743
- {
7744
- "name": "theme",
7745
- "description": "The theme determines the visual appearance of the component.",
7746
- "required": false,
7747
- "value": {
7748
- "kind": "expression",
7749
- "type": "\"ios\" | \"md\" | \"ionic\""
7750
- }
7751
- },
7752
6329
  {
7753
6330
  "name": "url",
7754
6331
  "description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props.",
@@ -7782,26 +6359,7 @@
7782
6359
  "module": "@ionic/core/src/components/row/row.d.ts",
7783
6360
  "symbol": "Row"
7784
6361
  },
7785
- "attributes": [
7786
- {
7787
- "name": "mode",
7788
- "description": "The mode determines the platform behaviors of the component.",
7789
- "required": false,
7790
- "value": {
7791
- "kind": "expression",
7792
- "type": "\"ios\" | \"md\""
7793
- }
7794
- },
7795
- {
7796
- "name": "theme",
7797
- "description": "The theme determines the visual appearance of the component.",
7798
- "required": false,
7799
- "value": {
7800
- "kind": "expression",
7801
- "type": "\"ios\" | \"md\" | \"ionic\""
7802
- }
7803
- }
7804
- ],
6362
+ "attributes": [],
7805
6363
  "slots": [],
7806
6364
  "events": []
7807
6365
  },
@@ -7848,24 +6406,25 @@
7848
6406
  "name": "autocorrect",
7849
6407
  "description": "Set the input's autocorrect property.",
7850
6408
  "required": false,
7851
- "default": "'off'",
6409
+ "default": "false",
7852
6410
  "value": {
7853
6411
  "kind": "expression",
7854
- "type": "\"off\" | \"on\""
6412
+ "type": "boolean"
7855
6413
  }
7856
6414
  },
7857
6415
  {
7858
6416
  "name": "cancel-button-icon",
7859
- "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
6417
+ "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
7860
6418
  "required": false,
6419
+ "default": "config.get('backButtonIcon', arrowBackSharp) as string",
7861
6420
  "value": {
7862
6421
  "kind": "expression",
7863
- "type": "string | undefined"
6422
+ "type": "string"
7864
6423
  }
7865
6424
  },
7866
6425
  {
7867
6426
  "name": "cancel-button-text",
7868
- "description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
6427
+ "description": "Set the cancel button text. Only applies to `ios` mode.",
7869
6428
  "required": false,
7870
6429
  "default": "'Cancel'",
7871
6430
  "value": {
@@ -7875,7 +6434,7 @@
7875
6434
  },
7876
6435
  {
7877
6436
  "name": "clear-icon",
7878
- "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
6437
+ "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
7879
6438
  "required": false,
7880
6439
  "value": {
7881
6440
  "kind": "expression",
@@ -7948,7 +6507,7 @@
7948
6507
  },
7949
6508
  {
7950
6509
  "name": "mode",
7951
- "description": "The mode determines the platform behaviors of the component.",
6510
+ "description": "The mode determines which platform styles to use.",
7952
6511
  "required": false,
7953
6512
  "value": {
7954
6513
  "kind": "expression",
@@ -7977,20 +6536,11 @@
7977
6536
  },
7978
6537
  {
7979
6538
  "name": "search-icon",
7980
- "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.",
7981
- "required": false,
7982
- "value": {
7983
- "kind": "expression",
7984
- "type": "boolean | string | undefined"
7985
- }
7986
- },
7987
- {
7988
- "name": "shape",
7989
- "description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
6539
+ "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
7990
6540
  "required": false,
7991
6541
  "value": {
7992
6542
  "kind": "expression",
7993
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
6543
+ "type": "string | undefined"
7994
6544
  }
7995
6545
  },
7996
6546
  {
@@ -8013,15 +6563,6 @@
8013
6563
  "type": "\"always\" | \"focus\" | \"never\""
8014
6564
  }
8015
6565
  },
8016
- {
8017
- "name": "size",
8018
- "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.",
8019
- "required": false,
8020
- "value": {
8021
- "kind": "expression",
8022
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8023
- }
8024
- },
8025
6566
  {
8026
6567
  "name": "spellcheck",
8027
6568
  "description": "If `true`, enable spellcheck on the input.",
@@ -8032,15 +6573,6 @@
8032
6573
  "type": "boolean"
8033
6574
  }
8034
6575
  },
8035
- {
8036
- "name": "theme",
8037
- "description": "The theme determines the visual appearance of the component.",
8038
- "required": false,
8039
- "value": {
8040
- "kind": "expression",
8041
- "type": "\"ios\" | \"md\" | \"ionic\""
8042
- }
8043
- },
8044
6576
  {
8045
6577
  "name": "type",
8046
6578
  "description": "Set the type of the input.",
@@ -8156,7 +6688,7 @@
8156
6688
  },
8157
6689
  {
8158
6690
  "name": "mode",
8159
- "description": "The mode determines the platform behaviors of the component.",
6691
+ "description": "The mode determines which platform styles to use.",
8160
6692
  "required": false,
8161
6693
  "value": {
8162
6694
  "kind": "expression",
@@ -8193,15 +6725,6 @@
8193
6725
  "type": "boolean"
8194
6726
  }
8195
6727
  },
8196
- {
8197
- "name": "theme",
8198
- "description": "The theme determines the visual appearance of the component.",
8199
- "required": false,
8200
- "value": {
8201
- "kind": "expression",
8202
- "type": "\"ios\" | \"md\" | \"ionic\""
8203
- }
8204
- },
8205
6728
  {
8206
6729
  "name": "value",
8207
6730
  "description": "the value of the segment.",
@@ -8266,22 +6789,13 @@
8266
6789
  },
8267
6790
  {
8268
6791
  "name": "mode",
8269
- "description": "The mode determines the platform behaviors of the component.",
6792
+ "description": "The mode determines which platform styles to use.",
8270
6793
  "required": false,
8271
6794
  "value": {
8272
6795
  "kind": "expression",
8273
6796
  "type": "\"ios\" | \"md\""
8274
6797
  }
8275
6798
  },
8276
- {
8277
- "name": "theme",
8278
- "description": "The theme determines the visual appearance of the component.",
8279
- "required": false,
8280
- "value": {
8281
- "kind": "expression",
8282
- "type": "\"ios\" | \"md\" | \"ionic\""
8283
- }
8284
- },
8285
6799
  {
8286
6800
  "name": "type",
8287
6801
  "description": "The type of the button.",
@@ -8371,16 +6885,6 @@
8371
6885
  "symbol": "Select"
8372
6886
  },
8373
6887
  "attributes": [
8374
- {
8375
- "name": "cancel-icon",
8376
- "description": "If `true`, the cancel button will display an icon instead of the `cancelText`.\nOnly applies when `interface` is set to `\"modal\"`. Has no effect on `\"action-sheet\"`,\n`\"alert\"`, or `\"popover\"` interfaces.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored for display\nbut is used as the accessible label for the icon button.",
8377
- "required": false,
8378
- "default": "false",
8379
- "value": {
8380
- "kind": "expression",
8381
- "type": "boolean"
8382
- }
8383
- },
8384
6888
  {
8385
6889
  "name": "cancel-text",
8386
6890
  "description": "The text to display on the cancel button.",
@@ -8430,7 +6934,7 @@
8430
6934
  },
8431
6935
  {
8432
6936
  "name": "expanded-icon",
8433
- "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
6937
+ "description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
8434
6938
  "required": false,
8435
6939
  "value": {
8436
6940
  "kind": "expression",
@@ -8439,7 +6943,7 @@
8439
6943
  },
8440
6944
  {
8441
6945
  "name": "fill",
8442
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
6946
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
8443
6947
  "required": false,
8444
6948
  "value": {
8445
6949
  "kind": "expression",
@@ -8505,7 +7009,7 @@
8505
7009
  },
8506
7010
  {
8507
7011
  "name": "mode",
8508
- "description": "The mode determines the platform behaviors of the component.",
7012
+ "description": "The mode determines which platform styles to use.",
8509
7013
  "required": false,
8510
7014
  "value": {
8511
7015
  "kind": "expression",
@@ -8572,34 +7076,16 @@
8572
7076
  },
8573
7077
  {
8574
7078
  "name": "shape",
8575
- "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.",
8576
- "required": false,
8577
- "value": {
8578
- "kind": "expression",
8579
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8580
- }
8581
- },
8582
- {
8583
- "name": "size",
8584
- "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.",
8585
- "required": false,
8586
- "value": {
8587
- "kind": "expression",
8588
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
8589
- }
8590
- },
8591
- {
8592
- "name": "theme",
8593
- "description": "The theme determines the visual appearance of the component.",
7079
+ "description": "The shape of the select. If \"round\" it will have an increased border radius.",
8594
7080
  "required": false,
8595
7081
  "value": {
8596
7082
  "kind": "expression",
8597
- "type": "\"ios\" | \"md\" | \"ionic\""
7083
+ "type": "\"round\" | undefined"
8598
7084
  }
8599
7085
  },
8600
7086
  {
8601
7087
  "name": "toggle-icon",
8602
- "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
7088
+ "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
8603
7089
  "required": false,
8604
7090
  "value": {
8605
7091
  "kind": "expression",
@@ -8687,21 +7173,11 @@
8687
7173
  "name": "IonSelectModal",
8688
7174
  "doc-url": "https://ionicframework.com/docs/api/select-modal",
8689
7175
  "description": "",
8690
- "source": {
8691
- "module": "@ionic/core/src/components/select-modal/select-modal.d.ts",
8692
- "symbol": "SelectModal"
8693
- },
8694
- "attributes": [
8695
- {
8696
- "name": "cancel-icon",
8697
- "description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
8698
- "required": false,
8699
- "default": "false",
8700
- "value": {
8701
- "kind": "expression",
8702
- "type": "boolean"
8703
- }
8704
- },
7176
+ "source": {
7177
+ "module": "@ionic/core/src/components/select-modal/select-modal.d.ts",
7178
+ "symbol": "SelectModal"
7179
+ },
7180
+ "attributes": [
8705
7181
  {
8706
7182
  "name": "cancel-text",
8707
7183
  "description": "The text to display on the cancel button.",
@@ -8753,15 +7229,6 @@
8753
7229
  "symbol": "SelectOption"
8754
7230
  },
8755
7231
  "attributes": [
8756
- {
8757
- "name": "description",
8758
- "description": "Text that is placed underneath the option text to provide additional details about the option.",
8759
- "required": false,
8760
- "value": {
8761
- "kind": "expression",
8762
- "type": "string | undefined"
8763
- }
8764
- },
8765
7232
  {
8766
7233
  "name": "disabled",
8767
7234
  "description": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons.",
@@ -8772,24 +7239,6 @@
8772
7239
  "type": "boolean"
8773
7240
  }
8774
7241
  },
8775
- {
8776
- "name": "mode",
8777
- "description": "The mode determines the platform behaviors of the component.",
8778
- "required": false,
8779
- "value": {
8780
- "kind": "expression",
8781
- "type": "\"ios\" | \"md\""
8782
- }
8783
- },
8784
- {
8785
- "name": "theme",
8786
- "description": "The theme determines the visual appearance of the component.",
8787
- "required": false,
8788
- "value": {
8789
- "kind": "expression",
8790
- "type": "\"ios\" | \"md\" | \"ionic\""
8791
- }
8792
- },
8793
7242
  {
8794
7243
  "name": "value",
8795
7244
  "description": "The text value of the option.",
@@ -8800,20 +7249,7 @@
8800
7249
  }
8801
7250
  }
8802
7251
  ],
8803
- "slots": [
8804
- {
8805
- "name": "default",
8806
- "description": "Content is placed between the named slots if provided without a slot."
8807
- },
8808
- {
8809
- "name": "end",
8810
- "description": "Content is placed to the right of the select option text in LTR, and to the left in RTL."
8811
- },
8812
- {
8813
- "name": "start",
8814
- "description": "Content is placed to the left of the select option text in LTR, and to the right in RTL."
8815
- }
8816
- ],
7252
+ "slots": [],
8817
7253
  "events": []
8818
7254
  },
8819
7255
  {
@@ -8834,24 +7270,6 @@
8834
7270
  "kind": "expression",
8835
7271
  "type": "boolean"
8836
7272
  }
8837
- },
8838
- {
8839
- "name": "mode",
8840
- "description": "The mode determines the platform behaviors of the component.",
8841
- "required": false,
8842
- "value": {
8843
- "kind": "expression",
8844
- "type": "\"ios\" | \"md\""
8845
- }
8846
- },
8847
- {
8848
- "name": "theme",
8849
- "description": "The theme determines the visual appearance of the component.",
8850
- "required": false,
8851
- "value": {
8852
- "kind": "expression",
8853
- "type": "\"ios\" | \"md\" | \"ionic\""
8854
- }
8855
7273
  }
8856
7274
  ],
8857
7275
  "slots": [],
@@ -8884,15 +7302,6 @@
8884
7302
  "type": "number | undefined"
8885
7303
  }
8886
7304
  },
8887
- {
8888
- "name": "mode",
8889
- "description": "The mode determines the platform behaviors of the component.",
8890
- "required": false,
8891
- "value": {
8892
- "kind": "expression",
8893
- "type": "\"ios\" | \"md\""
8894
- }
8895
- },
8896
7305
  {
8897
7306
  "name": "name",
8898
7307
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -8911,24 +7320,6 @@
8911
7320
  "kind": "expression",
8912
7321
  "type": "boolean"
8913
7322
  }
8914
- },
8915
- {
8916
- "name": "size",
8917
- "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.",
8918
- "required": false,
8919
- "value": {
8920
- "kind": "expression",
8921
- "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
8922
- }
8923
- },
8924
- {
8925
- "name": "theme",
8926
- "description": "The theme determines the visual appearance of the component.",
8927
- "required": false,
8928
- "value": {
8929
- "kind": "expression",
8930
- "type": "\"ios\" | \"md\" | \"ionic\""
8931
- }
8932
7323
  }
8933
7324
  ],
8934
7325
  "slots": [],
@@ -8962,29 +7353,11 @@
8962
7353
  "type": "boolean"
8963
7354
  }
8964
7355
  },
8965
- {
8966
- "name": "mode",
8967
- "description": "The mode determines the platform behaviors of the component.",
8968
- "required": false,
8969
- "value": {
8970
- "kind": "expression",
8971
- "type": "\"ios\" | \"md\""
8972
- }
8973
- },
8974
- {
8975
- "name": "theme",
8976
- "description": "The theme determines the visual appearance of the component.",
8977
- "required": false,
8978
- "value": {
8979
- "kind": "expression",
8980
- "type": "\"ios\" | \"md\" | \"ionic\""
8981
- }
8982
- },
8983
7356
  {
8984
7357
  "name": "when",
8985
7358
  "description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression.",
8986
7359
  "required": false,
8987
- "default": "QUERY['lg']",
7360
+ "default": "'(min-width: 992px)'",
8988
7361
  "value": {
8989
7362
  "kind": "expression",
8990
7363
  "type": "boolean | string"
@@ -9023,15 +7396,6 @@
9023
7396
  "type": "Function | HTMLElement | null | string | undefined"
9024
7397
  }
9025
7398
  },
9026
- {
9027
- "name": "mode",
9028
- "description": "The mode determines the platform behaviors of the component.",
9029
- "required": false,
9030
- "value": {
9031
- "kind": "expression",
9032
- "type": "\"ios\" | \"md\""
9033
- }
9034
- },
9035
7399
  {
9036
7400
  "name": "tab",
9037
7401
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
@@ -9040,15 +7404,6 @@
9040
7404
  "kind": "expression",
9041
7405
  "type": "string"
9042
7406
  }
9043
- },
9044
- {
9045
- "name": "theme",
9046
- "description": "The theme determines the visual appearance of the component.",
9047
- "required": false,
9048
- "value": {
9049
- "kind": "expression",
9050
- "type": "\"ios\" | \"md\" | \"ionic\""
9051
- }
9052
7407
  }
9053
7408
  ],
9054
7409
  "slots": [],
@@ -9072,29 +7427,9 @@
9072
7427
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
9073
7428
  }
9074
7429
  },
9075
- {
9076
- "name": "expand",
9077
- "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\"`.",
9078
- "required": false,
9079
- "default": "'full'",
9080
- "value": {
9081
- "kind": "expression",
9082
- "type": "\"compact\" | \"full\""
9083
- }
9084
- },
9085
- {
9086
- "name": "hide-on-scroll",
9087
- "description": "If `true`, the tab bar will be hidden when the user scrolls down\nand shown when the user scrolls up.\nOnly applies when the theme is `\"ionic\"` and `expand` is `\"compact\"`.",
9088
- "required": false,
9089
- "default": "false",
9090
- "value": {
9091
- "kind": "expression",
9092
- "type": "boolean"
9093
- }
9094
- },
9095
7430
  {
9096
7431
  "name": "mode",
9097
- "description": "The mode determines the platform behaviors of the component.",
7432
+ "description": "The mode determines which platform styles to use.",
9098
7433
  "required": false,
9099
7434
  "value": {
9100
7435
  "kind": "expression",
@@ -9110,27 +7445,9 @@
9110
7445
  "type": "string | undefined"
9111
7446
  }
9112
7447
  },
9113
- {
9114
- "name": "shape",
9115
- "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.",
9116
- "required": false,
9117
- "value": {
9118
- "kind": "expression",
9119
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9120
- }
9121
- },
9122
- {
9123
- "name": "theme",
9124
- "description": "The theme determines the visual appearance of the component.",
9125
- "required": false,
9126
- "value": {
9127
- "kind": "expression",
9128
- "type": "\"ios\" | \"md\" | \"ionic\""
9129
- }
9130
- },
9131
7448
  {
9132
7449
  "name": "translucent",
9133
- "description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
7450
+ "description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
9134
7451
  "required": false,
9135
7452
  "default": "false",
9136
7453
  "value": {
@@ -9190,7 +7507,7 @@
9190
7507
  },
9191
7508
  {
9192
7509
  "name": "mode",
9193
- "description": "The mode determines the platform behaviors of the component.",
7510
+ "description": "The mode determines which platform styles to use.",
9194
7511
  "required": false,
9195
7512
  "value": {
9196
7513
  "kind": "expression",
@@ -9216,15 +7533,6 @@
9216
7533
  "type": "boolean"
9217
7534
  }
9218
7535
  },
9219
- {
9220
- "name": "shape",
9221
- "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.",
9222
- "required": false,
9223
- "value": {
9224
- "kind": "expression",
9225
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9226
- }
9227
- },
9228
7536
  {
9229
7537
  "name": "tab",
9230
7538
  "description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
@@ -9242,15 +7550,6 @@
9242
7550
  "kind": "expression",
9243
7551
  "type": "string | undefined"
9244
7552
  }
9245
- },
9246
- {
9247
- "name": "theme",
9248
- "description": "The theme determines the visual appearance of the component.",
9249
- "required": false,
9250
- "value": {
9251
- "kind": "expression",
9252
- "type": "\"ios\" | \"md\" | \"ionic\""
9253
- }
9254
7553
  }
9255
7554
  ],
9256
7555
  "slots": [],
@@ -9264,26 +7563,7 @@
9264
7563
  "module": "@ionic/core/src/components/tabs/tabs.d.ts",
9265
7564
  "symbol": "Tabs"
9266
7565
  },
9267
- "attributes": [
9268
- {
9269
- "name": "mode",
9270
- "description": "The mode determines the platform behaviors of the component.",
9271
- "required": false,
9272
- "value": {
9273
- "kind": "expression",
9274
- "type": "\"ios\" | \"md\""
9275
- }
9276
- },
9277
- {
9278
- "name": "theme",
9279
- "description": "The theme determines the visual appearance of the component.",
9280
- "required": false,
9281
- "value": {
9282
- "kind": "expression",
9283
- "type": "\"ios\" | \"md\" | \"ionic\""
9284
- }
9285
- }
9286
- ],
7566
+ "attributes": [],
9287
7567
  "slots": [
9288
7568
  {
9289
7569
  "name": "default",
@@ -9341,21 +7621,12 @@
9341
7621
  },
9342
7622
  {
9343
7623
  "name": "mode",
9344
- "description": "The mode determines the platform behaviors of the component.",
7624
+ "description": "The mode determines which platform styles to use.",
9345
7625
  "required": false,
9346
7626
  "value": {
9347
7627
  "kind": "expression",
9348
7628
  "type": "\"ios\" | \"md\""
9349
7629
  }
9350
- },
9351
- {
9352
- "name": "theme",
9353
- "description": "The theme determines the visual appearance of the component.",
9354
- "required": false,
9355
- "value": {
9356
- "kind": "expression",
9357
- "type": "\"ios\" | \"md\" | \"ionic\""
9358
- }
9359
7630
  }
9360
7631
  ],
9361
7632
  "slots": [],
@@ -9486,7 +7757,7 @@
9486
7757
  },
9487
7758
  {
9488
7759
  "name": "fill",
9489
- "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
7760
+ "description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
9490
7761
  "required": false,
9491
7762
  "value": {
9492
7763
  "kind": "expression",
@@ -9550,7 +7821,7 @@
9550
7821
  },
9551
7822
  {
9552
7823
  "name": "mode",
9553
- "description": "The mode determines the platform behaviors of the component.",
7824
+ "description": "The mode determines which platform styles to use.",
9554
7825
  "required": false,
9555
7826
  "value": {
9556
7827
  "kind": "expression",
@@ -9607,21 +7878,11 @@
9607
7878
  },
9608
7879
  {
9609
7880
  "name": "shape",
9610
- "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.",
9611
- "required": false,
9612
- "value": {
9613
- "kind": "expression",
9614
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9615
- }
9616
- },
9617
- {
9618
- "name": "size",
9619
- "description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
7881
+ "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
9620
7882
  "required": false,
9621
- "default": "'medium'",
9622
7883
  "value": {
9623
7884
  "kind": "expression",
9624
- "type": "\"large\" | \"medium\" | \"small\" | undefined"
7885
+ "type": "\"round\" | undefined"
9625
7886
  }
9626
7887
  },
9627
7888
  {
@@ -9634,15 +7895,6 @@
9634
7895
  "type": "boolean"
9635
7896
  }
9636
7897
  },
9637
- {
9638
- "name": "theme",
9639
- "description": "The theme determines the visual appearance of the component.",
9640
- "required": false,
9641
- "value": {
9642
- "kind": "expression",
9643
- "type": "\"ios\" | \"md\" | \"ionic\""
9644
- }
9645
- },
9646
7898
  {
9647
7899
  "name": "value",
9648
7900
  "description": "The value of the textarea.",
@@ -9728,26 +7980,7 @@
9728
7980
  "module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
9729
7981
  "symbol": "Thumbnail"
9730
7982
  },
9731
- "attributes": [
9732
- {
9733
- "name": "mode",
9734
- "description": "The mode determines the platform behaviors of the component.",
9735
- "required": false,
9736
- "value": {
9737
- "kind": "expression",
9738
- "type": "\"ios\" | \"md\""
9739
- }
9740
- },
9741
- {
9742
- "name": "theme",
9743
- "description": "The theme determines the visual appearance of the component.",
9744
- "required": false,
9745
- "value": {
9746
- "kind": "expression",
9747
- "type": "\"ios\" | \"md\" | \"ionic\""
9748
- }
9749
- }
9750
- ],
7983
+ "attributes": [],
9751
7984
  "slots": [],
9752
7985
  "events": []
9753
7986
  },
@@ -9769,15 +8002,6 @@
9769
8002
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
9770
8003
  }
9771
8004
  },
9772
- {
9773
- "name": "mode",
9774
- "description": "The mode determines the platform behaviors of the component.",
9775
- "required": false,
9776
- "value": {
9777
- "kind": "expression",
9778
- "type": "\"ios\" | \"md\""
9779
- }
9780
- },
9781
8005
  {
9782
8006
  "name": "size",
9783
8007
  "description": "The size of the toolbar title.",
@@ -9786,15 +8010,6 @@
9786
8010
  "kind": "expression",
9787
8011
  "type": "\"large\" | \"small\" | undefined"
9788
8012
  }
9789
- },
9790
- {
9791
- "name": "theme",
9792
- "description": "The theme determines the visual appearance of the component.",
9793
- "required": false,
9794
- "value": {
9795
- "kind": "expression",
9796
- "type": "\"ios\" | \"md\" | \"ionic\""
9797
- }
9798
8013
  }
9799
8014
  ],
9800
8015
  "slots": [],
@@ -9883,16 +8098,6 @@
9883
8098
  "type": "undefined | { [key: string]: any; }"
9884
8099
  }
9885
8100
  },
9886
- {
9887
- "name": "hue",
9888
- "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.",
9889
- "required": false,
9890
- "default": "'subtle'",
9891
- "value": {
9892
- "kind": "expression",
9893
- "type": "\"bold\" | \"subtle\" | undefined"
9894
- }
9895
- },
9896
8101
  {
9897
8102
  "name": "icon",
9898
8103
  "description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
@@ -9952,7 +8157,7 @@
9952
8157
  },
9953
8158
  {
9954
8159
  "name": "mode",
9955
- "description": "The mode determines the platform behaviors of the component.",
8160
+ "description": "The mode determines which platform styles to use.",
9956
8161
  "required": false,
9957
8162
  "value": {
9958
8163
  "kind": "expression",
@@ -9978,15 +8183,6 @@
9978
8183
  "type": "HTMLElement | string | undefined"
9979
8184
  }
9980
8185
  },
9981
- {
9982
- "name": "shape",
9983
- "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.",
9984
- "required": false,
9985
- "value": {
9986
- "kind": "expression",
9987
- "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9988
- }
9989
- },
9990
8186
  {
9991
8187
  "name": "swipe-gesture",
9992
8188
  "description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
@@ -9996,18 +8192,9 @@
9996
8192
  "type": "\"vertical\" | undefined"
9997
8193
  }
9998
8194
  },
9999
- {
10000
- "name": "theme",
10001
- "description": "The theme determines the visual appearance of the component.",
10002
- "required": false,
10003
- "value": {
10004
- "kind": "expression",
10005
- "type": "\"ios\" | \"md\" | \"ionic\""
10006
- }
10007
- },
10008
8195
  {
10009
8196
  "name": "translucent",
10010
- "description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
8197
+ "description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
10011
8198
  "required": false,
10012
8199
  "default": "false",
10013
8200
  "value": {
@@ -10205,7 +8392,7 @@
10205
8392
  },
10206
8393
  {
10207
8394
  "name": "mode",
10208
- "description": "The mode determines the platform behaviors of the component.",
8395
+ "description": "The mode determines which platform styles to use.",
10209
8396
  "required": false,
10210
8397
  "value": {
10211
8398
  "kind": "expression",
@@ -10232,15 +8419,6 @@
10232
8419
  "type": "boolean"
10233
8420
  }
10234
8421
  },
10235
- {
10236
- "name": "theme",
10237
- "description": "The theme determines the visual appearance of the component.",
10238
- "required": false,
10239
- "value": {
10240
- "kind": "expression",
10241
- "type": "\"ios\" | \"md\" | \"ionic\""
10242
- }
10243
- },
10244
8422
  {
10245
8423
  "name": "value",
10246
8424
  "description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
@@ -10311,30 +8489,12 @@
10311
8489
  },
10312
8490
  {
10313
8491
  "name": "mode",
10314
- "description": "The mode determines the platform behaviors of the component.",
8492
+ "description": "The mode determines which platform styles to use.",
10315
8493
  "required": false,
10316
8494
  "value": {
10317
8495
  "kind": "expression",
10318
8496
  "type": "\"ios\" | \"md\""
10319
8497
  }
10320
- },
10321
- {
10322
- "name": "theme",
10323
- "description": "The theme determines the visual appearance of the component.",
10324
- "required": false,
10325
- "value": {
10326
- "kind": "expression",
10327
- "type": "\"ios\" | \"md\" | \"ionic\""
10328
- }
10329
- },
10330
- {
10331
- "name": "title-placement",
10332
- "description": "Where to place the title relative to the other toolbar content.\n`\"start\"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.\n`\"center\"`: The title will appear in the center of the toolbar.\n`\"end\"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.\n\nOnly applies in the `ionic` theme.",
10333
- "required": false,
10334
- "value": {
10335
- "kind": "expression",
10336
- "type": "\"center\" | \"end\" | \"start\" | undefined"
10337
- }
10338
8498
  }
10339
8499
  ],
10340
8500
  "slots": [
@@ -10348,11 +8508,11 @@
10348
8508
  },
10349
8509
  {
10350
8510
  "name": "primary",
10351
- "description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
8511
+ "description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
10352
8512
  },
10353
8513
  {
10354
8514
  "name": "secondary",
10355
- "description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
8515
+ "description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
10356
8516
  },
10357
8517
  {
10358
8518
  "name": "start",