@ionic/vue 8.4.0 → 8.4.1-dev.11730807985.1b046f37

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 (49) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css.map +1 -1
  4. package/css/flex-utils.css.map +1 -1
  5. package/css/float-elements.css.map +1 -1
  6. package/css/global.bundle.css.map +1 -1
  7. package/css/ionic/bundle.ionic.css +1 -0
  8. package/css/ionic/bundle.ionic.css.map +1 -0
  9. package/css/ionic/core.ionic.css +1 -0
  10. package/css/ionic/core.ionic.css.map +1 -0
  11. package/css/ionic/global.bundle.ionic.css +1 -0
  12. package/css/ionic/global.bundle.ionic.css.map +1 -0
  13. package/css/ionic/ionic-swiper.ionic.css +1 -0
  14. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  15. package/css/ionic/link.ionic.css +1 -0
  16. package/css/ionic/link.ionic.css.map +1 -0
  17. package/css/ionic/structure.ionic.css +1 -0
  18. package/css/ionic/structure.ionic.css.map +1 -0
  19. package/css/ionic/typography.ionic.css +1 -0
  20. package/css/ionic/typography.ionic.css.map +1 -0
  21. package/css/ionic/utils.bundle.ionic.css +1 -0
  22. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  23. package/css/ionic-swiper.css +1 -1
  24. package/css/ionic-swiper.css.map +1 -1
  25. package/css/ionic.bundle.css +1 -1
  26. package/css/ionic.bundle.css.map +1 -1
  27. package/css/normalize.css.map +1 -1
  28. package/css/padding.css.map +1 -1
  29. package/css/palettes/dark.always.css.map +1 -1
  30. package/css/palettes/dark.class.css.map +1 -1
  31. package/css/palettes/dark.system.css.map +1 -1
  32. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  33. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  34. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  35. package/css/palettes/high-contrast.always.css.map +1 -1
  36. package/css/palettes/high-contrast.class.css.map +1 -1
  37. package/css/palettes/high-contrast.system.css.map +1 -1
  38. package/css/structure.css.map +1 -1
  39. package/css/text-alignment.css.map +1 -1
  40. package/css/text-transformation.css.map +1 -1
  41. package/css/typography.css.map +1 -1
  42. package/css/utils.bundle.css.map +1 -1
  43. package/dist/index.js +30 -13
  44. package/dist/index.js.map +1 -1
  45. package/dist/types/components/Overlays.d.ts +1 -1
  46. package/dist/vetur/attributes.json +1458 -176
  47. package/dist/vetur/tags.json +198 -45
  48. package/dist/web-types.json +1336 -114
  49. package/package.json +2 -2
@@ -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.4.0",
5
+ "version": "8.4.1-dev.11730807985.1b046f37",
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 which platform styles to use.",
32
+ "description": "The mode determines the platform behaviors of the component.",
33
33
  "required": false,
34
34
  "value": {
35
35
  "kind": "expression",
@@ -46,14 +46,22 @@
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
+ },
49
58
  {
50
59
  "name": "toggle-icon",
51
60
  "description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
52
61
  "required": false,
53
- "default": "chevronDown",
54
62
  "value": {
55
63
  "kind": "expression",
56
- "type": "string"
64
+ "type": "string | undefined"
57
65
  }
58
66
  },
59
67
  {
@@ -130,7 +138,7 @@
130
138
  },
131
139
  {
132
140
  "name": "mode",
133
- "description": "The mode determines which platform styles to use.",
141
+ "description": "The mode determines the platform behaviors of the component.",
134
142
  "required": false,
135
143
  "value": {
136
144
  "kind": "expression",
@@ -156,6 +164,24 @@
156
164
  "type": "boolean"
157
165
  }
158
166
  },
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
+ },
159
185
  {
160
186
  "name": "value",
161
187
  "description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
@@ -286,7 +312,7 @@
286
312
  },
287
313
  {
288
314
  "name": "mode",
289
- "description": "The mode determines which platform styles to use.",
315
+ "description": "The mode determines the platform behaviors of the component.",
290
316
  "required": false,
291
317
  "value": {
292
318
  "kind": "expression",
@@ -302,9 +328,18 @@
302
328
  "type": "string | undefined"
303
329
  }
304
330
  },
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
+ },
305
340
  {
306
341
  "name": "translucent",
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).",
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).",
308
343
  "required": false,
309
344
  "default": "false",
310
345
  "value": {
@@ -531,7 +566,7 @@
531
566
  },
532
567
  {
533
568
  "name": "mode",
534
- "description": "The mode determines which platform styles to use.",
569
+ "description": "The mode determines the platform behaviors of the component.",
535
570
  "required": false,
536
571
  "value": {
537
572
  "kind": "expression",
@@ -547,9 +582,18 @@
547
582
  "type": "string | undefined"
548
583
  }
549
584
  },
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
+ },
550
594
  {
551
595
  "name": "translucent",
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).",
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).",
553
597
  "required": false,
554
598
  "default": "false",
555
599
  "value": {
@@ -659,7 +703,44 @@
659
703
  "module": "@ionic/core/src/components/avatar/avatar.d.ts",
660
704
  "symbol": "Avatar"
661
705
  },
662
- "attributes": [],
706
+ "attributes": [
707
+ {
708
+ "name": "mode",
709
+ "description": "The mode determines the platform behaviors of the component.",
710
+ "required": false,
711
+ "value": {
712
+ "kind": "expression",
713
+ "type": "\"ios\" | \"md\""
714
+ }
715
+ },
716
+ {
717
+ "name": "shape",
718
+ "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.",
719
+ "required": false,
720
+ "value": {
721
+ "kind": "expression",
722
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
723
+ }
724
+ },
725
+ {
726
+ "name": "size",
727
+ "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.",
728
+ "required": false,
729
+ "value": {
730
+ "kind": "expression",
731
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
732
+ }
733
+ },
734
+ {
735
+ "name": "theme",
736
+ "description": "The theme determines the visual appearance of the component.",
737
+ "required": false,
738
+ "value": {
739
+ "kind": "expression",
740
+ "type": "\"ios\" | \"md\" | \"ionic\""
741
+ }
742
+ }
743
+ ],
663
744
  "slots": [],
664
745
  "events": []
665
746
  },
@@ -711,7 +792,7 @@
711
792
  },
712
793
  {
713
794
  "name": "mode",
714
- "description": "The mode determines which platform styles to use.",
795
+ "description": "The mode determines the platform behaviors of the component.",
715
796
  "required": false,
716
797
  "value": {
717
798
  "kind": "expression",
@@ -736,6 +817,15 @@
736
817
  "type": "null | string | undefined"
737
818
  }
738
819
  },
820
+ {
821
+ "name": "theme",
822
+ "description": "The theme determines the visual appearance of the component.",
823
+ "required": false,
824
+ "value": {
825
+ "kind": "expression",
826
+ "type": "\"ios\" | \"md\" | \"ionic\""
827
+ }
828
+ },
739
829
  {
740
830
  "name": "type",
741
831
  "description": "The type of the button.",
@@ -759,6 +849,15 @@
759
849
  "symbol": "Backdrop"
760
850
  },
761
851
  "attributes": [
852
+ {
853
+ "name": "mode",
854
+ "description": "The mode determines the platform behaviors of the component.",
855
+ "required": false,
856
+ "value": {
857
+ "kind": "expression",
858
+ "type": "\"ios\" | \"md\""
859
+ }
860
+ },
762
861
  {
763
862
  "name": "stop-propagation",
764
863
  "description": "If `true`, the backdrop will stop propagation on tap.",
@@ -779,6 +878,15 @@
779
878
  "type": "boolean"
780
879
  }
781
880
  },
881
+ {
882
+ "name": "theme",
883
+ "description": "The theme determines the visual appearance of the component.",
884
+ "required": false,
885
+ "value": {
886
+ "kind": "expression",
887
+ "type": "\"ios\" | \"md\" | \"ionic\""
888
+ }
889
+ },
782
890
  {
783
891
  "name": "visible",
784
892
  "description": "If `true`, the backdrop will be visible.",
@@ -824,12 +932,39 @@
824
932
  },
825
933
  {
826
934
  "name": "mode",
827
- "description": "The mode determines which platform styles to use.",
935
+ "description": "The mode determines the platform behaviors of the component.",
828
936
  "required": false,
829
937
  "value": {
830
938
  "kind": "expression",
831
939
  "type": "\"ios\" | \"md\""
832
940
  }
941
+ },
942
+ {
943
+ "name": "shape",
944
+ "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.",
945
+ "required": false,
946
+ "value": {
947
+ "kind": "expression",
948
+ "type": "\"round | rectangular\" | \"soft\" | undefined"
949
+ }
950
+ },
951
+ {
952
+ "name": "size",
953
+ "description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
954
+ "required": false,
955
+ "value": {
956
+ "kind": "expression",
957
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
958
+ }
959
+ },
960
+ {
961
+ "name": "theme",
962
+ "description": "The theme determines the visual appearance of the component.",
963
+ "required": false,
964
+ "value": {
965
+ "kind": "expression",
966
+ "type": "\"ios\" | \"md\" | \"ionic\""
967
+ }
833
968
  }
834
969
  ],
835
970
  "slots": [],
@@ -893,7 +1028,7 @@
893
1028
  },
894
1029
  {
895
1030
  "name": "mode",
896
- "description": "The mode determines which platform styles to use.",
1031
+ "description": "The mode determines the platform behaviors of the component.",
897
1032
  "required": false,
898
1033
  "value": {
899
1034
  "kind": "expression",
@@ -945,6 +1080,15 @@
945
1080
  "kind": "expression",
946
1081
  "type": "string | undefined"
947
1082
  }
1083
+ },
1084
+ {
1085
+ "name": "theme",
1086
+ "description": "The theme determines the visual appearance of the component.",
1087
+ "required": false,
1088
+ "value": {
1089
+ "kind": "expression",
1090
+ "type": "\"ios\" | \"md\" | \"ionic\""
1091
+ }
948
1092
  }
949
1093
  ],
950
1094
  "slots": [],
@@ -1020,12 +1164,21 @@
1020
1164
  },
1021
1165
  {
1022
1166
  "name": "mode",
1023
- "description": "The mode determines which platform styles to use.",
1167
+ "description": "The mode determines the platform behaviors of the component.",
1024
1168
  "required": false,
1025
1169
  "value": {
1026
1170
  "kind": "expression",
1027
1171
  "type": "\"ios\" | \"md\""
1028
1172
  }
1173
+ },
1174
+ {
1175
+ "name": "theme",
1176
+ "description": "The theme determines the visual appearance of the component.",
1177
+ "required": false,
1178
+ "value": {
1179
+ "kind": "expression",
1180
+ "type": "\"ios\" | \"md\" | \"ionic\""
1181
+ }
1029
1182
  }
1030
1183
  ],
1031
1184
  "slots": [],
@@ -1127,7 +1280,7 @@
1127
1280
  },
1128
1281
  {
1129
1282
  "name": "mode",
1130
- "description": "The mode determines which platform styles to use.",
1283
+ "description": "The mode determines the platform behaviors of the component.",
1131
1284
  "required": false,
1132
1285
  "value": {
1133
1286
  "kind": "expression",
@@ -1164,11 +1317,11 @@
1164
1317
  },
1165
1318
  {
1166
1319
  "name": "shape",
1167
- "description": "Set to `\"round\"` for a button with more rounded corners.",
1320
+ "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.",
1168
1321
  "required": false,
1169
1322
  "value": {
1170
1323
  "kind": "expression",
1171
- "type": "\"round\" | undefined"
1324
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1172
1325
  }
1173
1326
  },
1174
1327
  {
@@ -1177,7 +1330,7 @@
1177
1330
  "required": false,
1178
1331
  "value": {
1179
1332
  "kind": "expression",
1180
- "type": "\"default\" | \"large\" | \"small\" | undefined"
1333
+ "type": "\"default\" | \"large\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
1181
1334
  }
1182
1335
  },
1183
1336
  {
@@ -1199,6 +1352,15 @@
1199
1352
  "type": "string | undefined"
1200
1353
  }
1201
1354
  },
1355
+ {
1356
+ "name": "theme",
1357
+ "description": "The theme determines the visual appearance of the component.",
1358
+ "required": false,
1359
+ "value": {
1360
+ "kind": "expression",
1361
+ "type": "\"ios\" | \"md\" | \"ionic\""
1362
+ }
1363
+ },
1202
1364
  {
1203
1365
  "name": "type",
1204
1366
  "description": "The type of the button.",
@@ -1262,13 +1424,31 @@
1262
1424
  "attributes": [
1263
1425
  {
1264
1426
  "name": "collapse",
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)",
1427
+ "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)",
1266
1428
  "required": false,
1267
1429
  "default": "false",
1268
1430
  "value": {
1269
1431
  "kind": "expression",
1270
1432
  "type": "boolean"
1271
1433
  }
1434
+ },
1435
+ {
1436
+ "name": "mode",
1437
+ "description": "The mode determines the platform behaviors of the component.",
1438
+ "required": false,
1439
+ "value": {
1440
+ "kind": "expression",
1441
+ "type": "\"ios\" | \"md\""
1442
+ }
1443
+ },
1444
+ {
1445
+ "name": "theme",
1446
+ "description": "The theme determines the visual appearance of the component.",
1447
+ "required": false,
1448
+ "value": {
1449
+ "kind": "expression",
1450
+ "type": "\"ios\" | \"md\" | \"ionic\""
1451
+ }
1272
1452
  }
1273
1453
  ],
1274
1454
  "slots": [],
@@ -1332,7 +1512,7 @@
1332
1512
  },
1333
1513
  {
1334
1514
  "name": "mode",
1335
- "description": "The mode determines which platform styles to use.",
1515
+ "description": "The mode determines the platform behaviors of the component.",
1336
1516
  "required": false,
1337
1517
  "value": {
1338
1518
  "kind": "expression",
@@ -1367,6 +1547,16 @@
1367
1547
  "type": "\"back\" | \"forward\" | \"root\""
1368
1548
  }
1369
1549
  },
1550
+ {
1551
+ "name": "shape",
1552
+ "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\"`.",
1553
+ "required": false,
1554
+ "default": "'round'",
1555
+ "value": {
1556
+ "kind": "expression",
1557
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1558
+ }
1559
+ },
1370
1560
  {
1371
1561
  "name": "target",
1372
1562
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -1376,6 +1566,15 @@
1376
1566
  "type": "string | undefined"
1377
1567
  }
1378
1568
  },
1569
+ {
1570
+ "name": "theme",
1571
+ "description": "The theme determines the visual appearance of the component.",
1572
+ "required": false,
1573
+ "value": {
1574
+ "kind": "expression",
1575
+ "type": "\"ios\" | \"md\" | \"ionic\""
1576
+ }
1577
+ },
1379
1578
  {
1380
1579
  "name": "type",
1381
1580
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -1401,12 +1600,21 @@
1401
1600
  "attributes": [
1402
1601
  {
1403
1602
  "name": "mode",
1404
- "description": "The mode determines which platform styles to use.",
1603
+ "description": "The mode determines the platform behaviors of the component.",
1405
1604
  "required": false,
1406
1605
  "value": {
1407
1606
  "kind": "expression",
1408
1607
  "type": "\"ios\" | \"md\""
1409
1608
  }
1609
+ },
1610
+ {
1611
+ "name": "theme",
1612
+ "description": "The theme determines the visual appearance of the component.",
1613
+ "required": false,
1614
+ "value": {
1615
+ "kind": "expression",
1616
+ "type": "\"ios\" | \"md\" | \"ionic\""
1617
+ }
1410
1618
  }
1411
1619
  ],
1412
1620
  "slots": [],
@@ -1432,16 +1640,25 @@
1432
1640
  },
1433
1641
  {
1434
1642
  "name": "mode",
1435
- "description": "The mode determines which platform styles to use.",
1643
+ "description": "The mode determines the platform behaviors of the component.",
1436
1644
  "required": false,
1437
1645
  "value": {
1438
1646
  "kind": "expression",
1439
1647
  "type": "\"ios\" | \"md\""
1440
1648
  }
1441
1649
  },
1650
+ {
1651
+ "name": "theme",
1652
+ "description": "The theme determines the visual appearance of the component.",
1653
+ "required": false,
1654
+ "value": {
1655
+ "kind": "expression",
1656
+ "type": "\"ios\" | \"md\" | \"ionic\""
1657
+ }
1658
+ },
1442
1659
  {
1443
1660
  "name": "translucent",
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).",
1661
+ "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).",
1445
1662
  "required": false,
1446
1663
  "default": "false",
1447
1664
  "value": {
@@ -1473,12 +1690,21 @@
1473
1690
  },
1474
1691
  {
1475
1692
  "name": "mode",
1476
- "description": "The mode determines which platform styles to use.",
1693
+ "description": "The mode determines the platform behaviors of the component.",
1477
1694
  "required": false,
1478
1695
  "value": {
1479
1696
  "kind": "expression",
1480
1697
  "type": "\"ios\" | \"md\""
1481
1698
  }
1699
+ },
1700
+ {
1701
+ "name": "theme",
1702
+ "description": "The theme determines the visual appearance of the component.",
1703
+ "required": false,
1704
+ "value": {
1705
+ "kind": "expression",
1706
+ "type": "\"ios\" | \"md\" | \"ionic\""
1707
+ }
1482
1708
  }
1483
1709
  ],
1484
1710
  "slots": [],
@@ -1504,12 +1730,21 @@
1504
1730
  },
1505
1731
  {
1506
1732
  "name": "mode",
1507
- "description": "The mode determines which platform styles to use.",
1733
+ "description": "The mode determines the platform behaviors of the component.",
1508
1734
  "required": false,
1509
1735
  "value": {
1510
1736
  "kind": "expression",
1511
1737
  "type": "\"ios\" | \"md\""
1512
1738
  }
1739
+ },
1740
+ {
1741
+ "name": "theme",
1742
+ "description": "The theme determines the visual appearance of the component.",
1743
+ "required": false,
1744
+ "value": {
1745
+ "kind": "expression",
1746
+ "type": "\"ios\" | \"md\" | \"ionic\""
1747
+ }
1513
1748
  }
1514
1749
  ],
1515
1750
  "slots": [],
@@ -1593,7 +1828,7 @@
1593
1828
  },
1594
1829
  {
1595
1830
  "name": "mode",
1596
- "description": "The mode determines which platform styles to use.",
1831
+ "description": "The mode determines the platform behaviors of the component.",
1597
1832
  "required": false,
1598
1833
  "value": {
1599
1834
  "kind": "expression",
@@ -1610,6 +1845,34 @@
1610
1845
  "type": "string"
1611
1846
  }
1612
1847
  },
1848
+ {
1849
+ "name": "shape",
1850
+ "description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
1851
+ "required": false,
1852
+ "default": "'soft'",
1853
+ "value": {
1854
+ "kind": "expression",
1855
+ "type": "\"rectangular\" | \"soft\" | undefined"
1856
+ }
1857
+ },
1858
+ {
1859
+ "name": "size",
1860
+ "description": "Set to `\"small\"` for a checkbox with less height and padding.",
1861
+ "required": false,
1862
+ "value": {
1863
+ "kind": "expression",
1864
+ "type": "\"small\" | undefined"
1865
+ }
1866
+ },
1867
+ {
1868
+ "name": "theme",
1869
+ "description": "The theme determines the visual appearance of the component.",
1870
+ "required": false,
1871
+ "value": {
1872
+ "kind": "expression",
1873
+ "type": "\"ios\" | \"md\" | \"ionic\""
1874
+ }
1875
+ },
1613
1876
  {
1614
1877
  "name": "value",
1615
1878
  "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>`.",
@@ -1640,7 +1903,7 @@
1640
1903
  },
1641
1904
  {
1642
1905
  "name": "ionChange",
1643
- "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.",
1906
+ "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.",
1644
1907
  "arguments": [
1645
1908
  {
1646
1909
  "name": "detail",
@@ -1690,7 +1953,7 @@
1690
1953
  },
1691
1954
  {
1692
1955
  "name": "mode",
1693
- "description": "The mode determines which platform styles to use.",
1956
+ "description": "The mode determines the platform behaviors of the component.",
1694
1957
  "required": false,
1695
1958
  "value": {
1696
1959
  "kind": "expression",
@@ -1706,6 +1969,33 @@
1706
1969
  "kind": "expression",
1707
1970
  "type": "boolean"
1708
1971
  }
1972
+ },
1973
+ {
1974
+ "name": "shape",
1975
+ "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.",
1976
+ "required": false,
1977
+ "value": {
1978
+ "kind": "expression",
1979
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
1980
+ }
1981
+ },
1982
+ {
1983
+ "name": "size",
1984
+ "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.",
1985
+ "required": false,
1986
+ "value": {
1987
+ "kind": "expression",
1988
+ "type": "\"large\" | \"small\" | undefined"
1989
+ }
1990
+ },
1991
+ {
1992
+ "name": "theme",
1993
+ "description": "The theme determines the visual appearance of the component.",
1994
+ "required": false,
1995
+ "value": {
1996
+ "kind": "expression",
1997
+ "type": "\"ios\" | \"md\" | \"ionic\""
1998
+ }
1709
1999
  }
1710
2000
  ],
1711
2001
  "slots": [],
@@ -1720,6 +2010,15 @@
1720
2010
  "symbol": "Col"
1721
2011
  },
1722
2012
  "attributes": [
2013
+ {
2014
+ "name": "mode",
2015
+ "description": "The mode determines the platform behaviors of the component.",
2016
+ "required": false,
2017
+ "value": {
2018
+ "kind": "expression",
2019
+ "type": "\"ios\" | \"md\""
2020
+ }
2021
+ },
1723
2022
  {
1724
2023
  "name": "offset",
1725
2024
  "description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
@@ -1935,6 +2234,15 @@
1935
2234
  "kind": "expression",
1936
2235
  "type": "string | undefined"
1937
2236
  }
2237
+ },
2238
+ {
2239
+ "name": "theme",
2240
+ "description": "The theme determines the visual appearance of the component.",
2241
+ "required": false,
2242
+ "value": {
2243
+ "kind": "expression",
2244
+ "type": "\"ios\" | \"md\" | \"ionic\""
2245
+ }
1938
2246
  }
1939
2247
  ],
1940
2248
  "slots": [],
@@ -1987,6 +2295,15 @@
1987
2295
  "type": "boolean"
1988
2296
  }
1989
2297
  },
2298
+ {
2299
+ "name": "mode",
2300
+ "description": "The mode determines the platform behaviors of the component.",
2301
+ "required": false,
2302
+ "value": {
2303
+ "kind": "expression",
2304
+ "type": "\"ios\" | \"md\""
2305
+ }
2306
+ },
1990
2307
  {
1991
2308
  "name": "scroll-events",
1992
2309
  "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`.",
@@ -2016,6 +2333,15 @@
2016
2333
  "kind": "expression",
2017
2334
  "type": "boolean"
2018
2335
  }
2336
+ },
2337
+ {
2338
+ "name": "theme",
2339
+ "description": "The theme determines the visual appearance of the component.",
2340
+ "required": false,
2341
+ "value": {
2342
+ "kind": "expression",
2343
+ "type": "\"ios\" | \"md\" | \"ionic\""
2344
+ }
2019
2345
  }
2020
2346
  ],
2021
2347
  "slots": [
@@ -2223,7 +2549,7 @@
2223
2549
  },
2224
2550
  {
2225
2551
  "name": "mode",
2226
- "description": "The mode determines which platform styles to use.",
2552
+ "description": "The mode determines the platform behaviors of the component.",
2227
2553
  "required": false,
2228
2554
  "value": {
2229
2555
  "kind": "expression",
@@ -2339,6 +2665,15 @@
2339
2665
  "type": "\"cover\" | \"fixed\""
2340
2666
  }
2341
2667
  },
2668
+ {
2669
+ "name": "theme",
2670
+ "description": "The theme determines the visual appearance of the component.",
2671
+ "required": false,
2672
+ "value": {
2673
+ "kind": "expression",
2674
+ "type": "\"ios\" | \"md\" | \"ionic\""
2675
+ }
2676
+ },
2342
2677
  {
2343
2678
  "name": "titleSelectedDatesFormatter",
2344
2679
  "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.",
@@ -2464,12 +2799,21 @@
2464
2799
  },
2465
2800
  {
2466
2801
  "name": "mode",
2467
- "description": "The mode determines which platform styles to use.",
2802
+ "description": "The mode determines the platform behaviors of the component.",
2468
2803
  "required": false,
2469
2804
  "value": {
2470
2805
  "kind": "expression",
2471
2806
  "type": "\"ios\" | \"md\""
2472
2807
  }
2808
+ },
2809
+ {
2810
+ "name": "theme",
2811
+ "description": "The theme determines the visual appearance of the component.",
2812
+ "required": false,
2813
+ "value": {
2814
+ "kind": "expression",
2815
+ "type": "\"ios\" | \"md\" | \"ionic\""
2816
+ }
2473
2817
  }
2474
2818
  ],
2475
2819
  "slots": [
@@ -2522,6 +2866,24 @@
2522
2866
  "type": "\"center\" | \"end\" | \"start\" | undefined"
2523
2867
  }
2524
2868
  },
2869
+ {
2870
+ "name": "mode",
2871
+ "description": "The mode determines the platform behaviors of the component.",
2872
+ "required": false,
2873
+ "value": {
2874
+ "kind": "expression",
2875
+ "type": "\"ios\" | \"md\""
2876
+ }
2877
+ },
2878
+ {
2879
+ "name": "theme",
2880
+ "description": "The theme determines the visual appearance of the component.",
2881
+ "required": false,
2882
+ "value": {
2883
+ "kind": "expression",
2884
+ "type": "\"ios\" | \"md\" | \"ionic\""
2885
+ }
2886
+ },
2525
2887
  {
2526
2888
  "name": "vertical",
2527
2889
  "description": "Where to align the fab vertically in the viewport.",
@@ -2558,10 +2920,9 @@
2558
2920
  "name": "close-icon",
2559
2921
  "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.",
2560
2922
  "required": false,
2561
- "default": "close",
2562
2923
  "value": {
2563
2924
  "kind": "expression",
2564
- "type": "string"
2925
+ "type": "string | undefined"
2565
2926
  }
2566
2927
  },
2567
2928
  {
@@ -2603,7 +2964,7 @@
2603
2964
  },
2604
2965
  {
2605
2966
  "name": "mode",
2606
- "description": "The mode determines which platform styles to use.",
2967
+ "description": "The mode determines the platform behaviors of the component.",
2607
2968
  "required": false,
2608
2969
  "value": {
2609
2970
  "kind": "expression",
@@ -2666,9 +3027,18 @@
2666
3027
  "type": "string | undefined"
2667
3028
  }
2668
3029
  },
3030
+ {
3031
+ "name": "theme",
3032
+ "description": "The theme determines the visual appearance of the component.",
3033
+ "required": false,
3034
+ "value": {
3035
+ "kind": "expression",
3036
+ "type": "\"ios\" | \"md\" | \"ionic\""
3037
+ }
3038
+ },
2669
3039
  {
2670
3040
  "name": "translucent",
2671
- "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).",
3041
+ "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).",
2672
3042
  "required": false,
2673
3043
  "default": "false",
2674
3044
  "value": {
@@ -2730,6 +3100,15 @@
2730
3100
  "type": "boolean"
2731
3101
  }
2732
3102
  },
3103
+ {
3104
+ "name": "mode",
3105
+ "description": "The mode determines the platform behaviors of the component.",
3106
+ "required": false,
3107
+ "value": {
3108
+ "kind": "expression",
3109
+ "type": "\"ios\" | \"md\""
3110
+ }
3111
+ },
2733
3112
  {
2734
3113
  "name": "side",
2735
3114
  "description": "The side the fab list will show on relative to the main fab button.",
@@ -2739,6 +3118,15 @@
2739
3118
  "kind": "expression",
2740
3119
  "type": "\"bottom\" | \"end\" | \"start\" | \"top\""
2741
3120
  }
3121
+ },
3122
+ {
3123
+ "name": "theme",
3124
+ "description": "The theme determines the visual appearance of the component.",
3125
+ "required": false,
3126
+ "value": {
3127
+ "kind": "expression",
3128
+ "type": "\"ios\" | \"md\" | \"ionic\""
3129
+ }
2742
3130
  }
2743
3131
  ],
2744
3132
  "slots": [],
@@ -2755,7 +3143,7 @@
2755
3143
  "attributes": [
2756
3144
  {
2757
3145
  "name": "collapse",
2758
- "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
3146
+ "description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
2759
3147
  "required": false,
2760
3148
  "value": {
2761
3149
  "kind": "expression",
@@ -2764,16 +3152,25 @@
2764
3152
  },
2765
3153
  {
2766
3154
  "name": "mode",
2767
- "description": "The mode determines which platform styles to use.",
3155
+ "description": "The mode determines the platform behaviors of the component.",
2768
3156
  "required": false,
2769
3157
  "value": {
2770
3158
  "kind": "expression",
2771
3159
  "type": "\"ios\" | \"md\""
2772
3160
  }
2773
3161
  },
3162
+ {
3163
+ "name": "theme",
3164
+ "description": "The theme determines the visual appearance of the component.",
3165
+ "required": false,
3166
+ "value": {
3167
+ "kind": "expression",
3168
+ "type": "\"ios\" | \"md\" | \"ionic\""
3169
+ }
3170
+ },
2774
3171
  {
2775
3172
  "name": "translucent",
2776
- "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.",
3173
+ "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.",
2777
3174
  "required": false,
2778
3175
  "default": "false",
2779
3176
  "value": {
@@ -2803,6 +3200,24 @@
2803
3200
  "kind": "expression",
2804
3201
  "type": "boolean"
2805
3202
  }
3203
+ },
3204
+ {
3205
+ "name": "mode",
3206
+ "description": "The mode determines the platform behaviors of the component.",
3207
+ "required": false,
3208
+ "value": {
3209
+ "kind": "expression",
3210
+ "type": "\"ios\" | \"md\""
3211
+ }
3212
+ },
3213
+ {
3214
+ "name": "theme",
3215
+ "description": "The theme determines the visual appearance of the component.",
3216
+ "required": false,
3217
+ "value": {
3218
+ "kind": "expression",
3219
+ "type": "\"ios\" | \"md\" | \"ionic\""
3220
+ }
2806
3221
  }
2807
3222
  ],
2808
3223
  "slots": [],
@@ -2819,25 +3234,44 @@
2819
3234
  "attributes": [
2820
3235
  {
2821
3236
  "name": "collapse",
2822
- "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)",
3237
+ "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)",
2823
3238
  "required": false,
2824
3239
  "value": {
2825
3240
  "kind": "expression",
2826
3241
  "type": "\"condense\" | \"fade\" | undefined"
2827
3242
  }
2828
3243
  },
3244
+ {
3245
+ "name": "divider",
3246
+ "description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
3247
+ "required": false,
3248
+ "default": "false",
3249
+ "value": {
3250
+ "kind": "expression",
3251
+ "type": "boolean"
3252
+ }
3253
+ },
2829
3254
  {
2830
3255
  "name": "mode",
2831
- "description": "The mode determines which platform styles to use.",
3256
+ "description": "The mode determines the platform behaviors of the component.",
2832
3257
  "required": false,
2833
3258
  "value": {
2834
3259
  "kind": "expression",
2835
3260
  "type": "\"ios\" | \"md\""
2836
3261
  }
2837
3262
  },
3263
+ {
3264
+ "name": "theme",
3265
+ "description": "The theme determines the visual appearance of the component.",
3266
+ "required": false,
3267
+ "value": {
3268
+ "kind": "expression",
3269
+ "type": "\"ios\" | \"md\" | \"ionic\""
3270
+ }
3271
+ },
2838
3272
  {
2839
3273
  "name": "translucent",
2840
- "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.",
3274
+ "description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
2841
3275
  "required": false,
2842
3276
  "default": "false",
2843
3277
  "value": {
@@ -2867,6 +3301,15 @@
2867
3301
  "type": "string | undefined"
2868
3302
  }
2869
3303
  },
3304
+ {
3305
+ "name": "mode",
3306
+ "description": "The mode determines the platform behaviors of the component.",
3307
+ "required": false,
3308
+ "value": {
3309
+ "kind": "expression",
3310
+ "type": "\"ios\" | \"md\""
3311
+ }
3312
+ },
2870
3313
  {
2871
3314
  "name": "src",
2872
3315
  "description": "The image URL. This attribute is mandatory for the `<img>` element.",
@@ -2875,6 +3318,15 @@
2875
3318
  "kind": "expression",
2876
3319
  "type": "string | undefined"
2877
3320
  }
3321
+ },
3322
+ {
3323
+ "name": "theme",
3324
+ "description": "The theme determines the visual appearance of the component.",
3325
+ "required": false,
3326
+ "value": {
3327
+ "kind": "expression",
3328
+ "type": "\"ios\" | \"md\" | \"ionic\""
3329
+ }
2878
3330
  }
2879
3331
  ],
2880
3332
  "slots": [],
@@ -2930,6 +3382,15 @@
2930
3382
  "type": "boolean"
2931
3383
  }
2932
3384
  },
3385
+ {
3386
+ "name": "mode",
3387
+ "description": "The mode determines the platform behaviors of the component.",
3388
+ "required": false,
3389
+ "value": {
3390
+ "kind": "expression",
3391
+ "type": "\"ios\" | \"md\""
3392
+ }
3393
+ },
2933
3394
  {
2934
3395
  "name": "position",
2935
3396
  "description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
@@ -2940,6 +3401,15 @@
2940
3401
  "type": "\"bottom\" | \"top\""
2941
3402
  }
2942
3403
  },
3404
+ {
3405
+ "name": "theme",
3406
+ "description": "The theme determines the visual appearance of the component.",
3407
+ "required": false,
3408
+ "value": {
3409
+ "kind": "expression",
3410
+ "type": "\"ios\" | \"md\" | \"ionic\""
3411
+ }
3412
+ },
2943
3413
  {
2944
3414
  "name": "threshold",
2945
3415
  "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.",
@@ -2991,6 +3461,24 @@
2991
3461
  "kind": "expression",
2992
3462
  "type": "IonicSafeString | string | undefined"
2993
3463
  }
3464
+ },
3465
+ {
3466
+ "name": "mode",
3467
+ "description": "The mode determines the platform behaviors of the component.",
3468
+ "required": false,
3469
+ "value": {
3470
+ "kind": "expression",
3471
+ "type": "\"ios\" | \"md\""
3472
+ }
3473
+ },
3474
+ {
3475
+ "name": "theme",
3476
+ "description": "The theme determines the visual appearance of the component.",
3477
+ "required": false,
3478
+ "value": {
3479
+ "kind": "expression",
3480
+ "type": "\"ios\" | \"md\" | \"ionic\""
3481
+ }
2994
3482
  }
2995
3483
  ],
2996
3484
  "slots": [],
@@ -3022,7 +3510,7 @@
3022
3510
  "default": "'off'",
3023
3511
  "value": {
3024
3512
  "kind": "expression",
3025
- "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\""
3513
+ "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
3026
3514
  }
3027
3515
  },
3028
3516
  {
@@ -3140,7 +3628,7 @@
3140
3628
  },
3141
3629
  {
3142
3630
  "name": "fill",
3143
- "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.",
3631
+ "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\"`.",
3144
3632
  "required": false,
3145
3633
  "value": {
3146
3634
  "kind": "expression",
@@ -3176,12 +3664,11 @@
3176
3664
  },
3177
3665
  {
3178
3666
  "name": "label-placement",
3179
- "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 (\"...\").",
3667
+ "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.",
3180
3668
  "required": false,
3181
- "default": "'start'",
3182
3669
  "value": {
3183
3670
  "kind": "expression",
3184
- "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
3671
+ "type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
3185
3672
  }
3186
3673
  },
3187
3674
  {
@@ -3222,7 +3709,7 @@
3222
3709
  },
3223
3710
  {
3224
3711
  "name": "mode",
3225
- "description": "The mode determines which platform styles to use.",
3712
+ "description": "The mode determines the platform behaviors of the component.",
3226
3713
  "required": false,
3227
3714
  "value": {
3228
3715
  "kind": "expression",
@@ -3288,11 +3775,21 @@
3288
3775
  },
3289
3776
  {
3290
3777
  "name": "shape",
3291
- "description": "The shape of the input. If \"round\" it will have an increased border radius.",
3778
+ "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\"`.",
3292
3779
  "required": false,
3293
3780
  "value": {
3294
3781
  "kind": "expression",
3295
- "type": "\"round\" | undefined"
3782
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
3783
+ }
3784
+ },
3785
+ {
3786
+ "name": "size",
3787
+ "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.",
3788
+ "required": false,
3789
+ "default": "'medium'",
3790
+ "value": {
3791
+ "kind": "expression",
3792
+ "type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
3296
3793
  }
3297
3794
  },
3298
3795
  {
@@ -3314,6 +3811,15 @@
3314
3811
  "type": "string | undefined"
3315
3812
  }
3316
3813
  },
3814
+ {
3815
+ "name": "theme",
3816
+ "description": "The theme determines the visual appearance of the component.",
3817
+ "required": false,
3818
+ "value": {
3819
+ "kind": "expression",
3820
+ "type": "\"ios\" | \"md\" | \"ionic\""
3821
+ }
3822
+ },
3317
3823
  {
3318
3824
  "name": "type",
3319
3825
  "description": "The type of control to display. The default type is text.",
@@ -3471,7 +3977,7 @@
3471
3977
  },
3472
3978
  {
3473
3979
  "name": "detail",
3474
- "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.",
3980
+ "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.",
3475
3981
  "required": false,
3476
3982
  "value": {
3477
3983
  "kind": "expression",
@@ -3482,10 +3988,9 @@
3482
3988
  "name": "detail-icon",
3483
3989
  "description": "The icon to use when `detail` is set to `true`.",
3484
3990
  "required": false,
3485
- "default": "chevronForward",
3486
3991
  "value": {
3487
3992
  "kind": "expression",
3488
- "type": "string"
3993
+ "type": "string | undefined"
3489
3994
  }
3490
3995
  },
3491
3996
  {
@@ -3527,7 +4032,7 @@
3527
4032
  },
3528
4033
  {
3529
4034
  "name": "mode",
3530
- "description": "The mode determines which platform styles to use.",
4035
+ "description": "The mode determines the platform behaviors of the component.",
3531
4036
  "required": false,
3532
4037
  "value": {
3533
4038
  "kind": "expression",
@@ -3571,6 +4076,15 @@
3571
4076
  "type": "string | undefined"
3572
4077
  }
3573
4078
  },
4079
+ {
4080
+ "name": "theme",
4081
+ "description": "The theme determines the visual appearance of the component.",
4082
+ "required": false,
4083
+ "value": {
4084
+ "kind": "expression",
4085
+ "type": "\"ios\" | \"md\" | \"ionic\""
4086
+ }
4087
+ },
3574
4088
  {
3575
4089
  "name": "type",
3576
4090
  "description": "The type of the button. Only used when an `onclick` or `button` property is present.",
@@ -3618,7 +4132,7 @@
3618
4132
  },
3619
4133
  {
3620
4134
  "name": "mode",
3621
- "description": "The mode determines which platform styles to use.",
4135
+ "description": "The mode determines the platform behaviors of the component.",
3622
4136
  "required": false,
3623
4137
  "value": {
3624
4138
  "kind": "expression",
@@ -3634,6 +4148,15 @@
3634
4148
  "kind": "expression",
3635
4149
  "type": "boolean"
3636
4150
  }
4151
+ },
4152
+ {
4153
+ "name": "theme",
4154
+ "description": "The theme determines the visual appearance of the component.",
4155
+ "required": false,
4156
+ "value": {
4157
+ "kind": "expression",
4158
+ "type": "\"ios\" | \"md\" | \"ionic\""
4159
+ }
3637
4160
  }
3638
4161
  ],
3639
4162
  "slots": [
@@ -3660,7 +4183,26 @@
3660
4183
  "module": "@ionic/core/src/components/item-group/item-group.d.ts",
3661
4184
  "symbol": "ItemGroup"
3662
4185
  },
3663
- "attributes": [],
4186
+ "attributes": [
4187
+ {
4188
+ "name": "mode",
4189
+ "description": "The mode determines the platform behaviors of the component.",
4190
+ "required": false,
4191
+ "value": {
4192
+ "kind": "expression",
4193
+ "type": "\"ios\" | \"md\""
4194
+ }
4195
+ },
4196
+ {
4197
+ "name": "theme",
4198
+ "description": "The theme determines the visual appearance of the component.",
4199
+ "required": false,
4200
+ "value": {
4201
+ "kind": "expression",
4202
+ "type": "\"ios\" | \"md\" | \"ionic\""
4203
+ }
4204
+ }
4205
+ ],
3664
4206
  "slots": [],
3665
4207
  "events": []
3666
4208
  },
@@ -3722,7 +4264,7 @@
3722
4264
  },
3723
4265
  {
3724
4266
  "name": "mode",
3725
- "description": "The mode determines which platform styles to use.",
4267
+ "description": "The mode determines the platform behaviors of the component.",
3726
4268
  "required": false,
3727
4269
  "value": {
3728
4270
  "kind": "expression",
@@ -3738,6 +4280,15 @@
3738
4280
  "type": "string | undefined"
3739
4281
  }
3740
4282
  },
4283
+ {
4284
+ "name": "shape",
4285
+ "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.",
4286
+ "required": false,
4287
+ "value": {
4288
+ "kind": "expression",
4289
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4290
+ }
4291
+ },
3741
4292
  {
3742
4293
  "name": "target",
3743
4294
  "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
@@ -3747,6 +4298,15 @@
3747
4298
  "type": "string | undefined"
3748
4299
  }
3749
4300
  },
4301
+ {
4302
+ "name": "theme",
4303
+ "description": "The theme determines the visual appearance of the component.",
4304
+ "required": false,
4305
+ "value": {
4306
+ "kind": "expression",
4307
+ "type": "\"ios\" | \"md\" | \"ionic\""
4308
+ }
4309
+ },
3750
4310
  {
3751
4311
  "name": "type",
3752
4312
  "description": "The type of the button.",
@@ -3795,6 +4355,15 @@
3795
4355
  "symbol": "ItemOptions"
3796
4356
  },
3797
4357
  "attributes": [
4358
+ {
4359
+ "name": "mode",
4360
+ "description": "The mode determines the platform behaviors of the component.",
4361
+ "required": false,
4362
+ "value": {
4363
+ "kind": "expression",
4364
+ "type": "\"ios\" | \"md\""
4365
+ }
4366
+ },
3798
4367
  {
3799
4368
  "name": "side",
3800
4369
  "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.",
@@ -3804,6 +4373,15 @@
3804
4373
  "kind": "expression",
3805
4374
  "type": "\"end\" | \"start\""
3806
4375
  }
4376
+ },
4377
+ {
4378
+ "name": "theme",
4379
+ "description": "The theme determines the visual appearance of the component.",
4380
+ "required": false,
4381
+ "value": {
4382
+ "kind": "expression",
4383
+ "type": "\"ios\" | \"md\" | \"ionic\""
4384
+ }
3807
4385
  }
3808
4386
  ],
3809
4387
  "slots": [],
@@ -3830,13 +4408,31 @@
3830
4408
  },
3831
4409
  "attributes": [
3832
4410
  {
3833
- "name": "disabled",
3834
- "description": "If `true`, the user cannot interact with the sliding item.",
4411
+ "name": "disabled",
4412
+ "description": "If `true`, the user cannot interact with the sliding item.",
4413
+ "required": false,
4414
+ "default": "false",
4415
+ "value": {
4416
+ "kind": "expression",
4417
+ "type": "boolean"
4418
+ }
4419
+ },
4420
+ {
4421
+ "name": "mode",
4422
+ "description": "The mode determines the platform behaviors of the component.",
4423
+ "required": false,
4424
+ "value": {
4425
+ "kind": "expression",
4426
+ "type": "\"ios\" | \"md\""
4427
+ }
4428
+ },
4429
+ {
4430
+ "name": "theme",
4431
+ "description": "The theme determines the visual appearance of the component.",
3835
4432
  "required": false,
3836
- "default": "false",
3837
4433
  "value": {
3838
4434
  "kind": "expression",
3839
- "type": "boolean"
4435
+ "type": "\"ios\" | \"md\" | \"ionic\""
3840
4436
  }
3841
4437
  }
3842
4438
  ],
@@ -3874,7 +4470,7 @@
3874
4470
  },
3875
4471
  {
3876
4472
  "name": "mode",
3877
- "description": "The mode determines which platform styles to use.",
4473
+ "description": "The mode determines the platform behaviors of the component.",
3878
4474
  "required": false,
3879
4475
  "value": {
3880
4476
  "kind": "expression",
@@ -3889,6 +4485,15 @@
3889
4485
  "kind": "expression",
3890
4486
  "type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
3891
4487
  }
4488
+ },
4489
+ {
4490
+ "name": "theme",
4491
+ "description": "The theme determines the visual appearance of the component.",
4492
+ "required": false,
4493
+ "value": {
4494
+ "kind": "expression",
4495
+ "type": "\"ios\" | \"md\" | \"ionic\""
4496
+ }
3892
4497
  }
3893
4498
  ],
3894
4499
  "slots": [],
@@ -3924,12 +4529,30 @@
3924
4529
  },
3925
4530
  {
3926
4531
  "name": "mode",
3927
- "description": "The mode determines which platform styles to use.",
4532
+ "description": "The mode determines the platform behaviors of the component.",
3928
4533
  "required": false,
3929
4534
  "value": {
3930
4535
  "kind": "expression",
3931
4536
  "type": "\"ios\" | \"md\""
3932
4537
  }
4538
+ },
4539
+ {
4540
+ "name": "shape",
4541
+ "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.",
4542
+ "required": false,
4543
+ "value": {
4544
+ "kind": "expression",
4545
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
4546
+ }
4547
+ },
4548
+ {
4549
+ "name": "theme",
4550
+ "description": "The theme determines the visual appearance of the component.",
4551
+ "required": false,
4552
+ "value": {
4553
+ "kind": "expression",
4554
+ "type": "\"ios\" | \"md\" | \"ionic\""
4555
+ }
3933
4556
  }
3934
4557
  ],
3935
4558
  "slots": [],
@@ -3964,12 +4587,21 @@
3964
4587
  },
3965
4588
  {
3966
4589
  "name": "mode",
3967
- "description": "The mode determines which platform styles to use.",
4590
+ "description": "The mode determines the platform behaviors of the component.",
3968
4591
  "required": false,
3969
4592
  "value": {
3970
4593
  "kind": "expression",
3971
4594
  "type": "\"ios\" | \"md\""
3972
4595
  }
4596
+ },
4597
+ {
4598
+ "name": "theme",
4599
+ "description": "The theme determines the visual appearance of the component.",
4600
+ "required": false,
4601
+ "value": {
4602
+ "kind": "expression",
4603
+ "type": "\"ios\" | \"md\" | \"ionic\""
4604
+ }
3973
4605
  }
3974
4606
  ],
3975
4607
  "slots": [],
@@ -4081,7 +4713,7 @@
4081
4713
  },
4082
4714
  {
4083
4715
  "name": "mode",
4084
- "description": "The mode determines which platform styles to use.",
4716
+ "description": "The mode determines the platform behaviors of the component.",
4085
4717
  "required": false,
4086
4718
  "value": {
4087
4719
  "kind": "expression",
@@ -4107,9 +4739,18 @@
4107
4739
  "type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
4108
4740
  }
4109
4741
  },
4742
+ {
4743
+ "name": "theme",
4744
+ "description": "The theme determines the visual appearance of the component.",
4745
+ "required": false,
4746
+ "value": {
4747
+ "kind": "expression",
4748
+ "type": "\"ios\" | \"md\" | \"ionic\""
4749
+ }
4750
+ },
4110
4751
  {
4111
4752
  "name": "translucent",
4112
- "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).",
4753
+ "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).",
4113
4754
  "required": false,
4114
4755
  "default": "false",
4115
4756
  "value": {
@@ -4258,6 +4899,15 @@
4258
4899
  "type": "string | undefined"
4259
4900
  }
4260
4901
  },
4902
+ {
4903
+ "name": "mode",
4904
+ "description": "The mode determines the platform behaviors of the component.",
4905
+ "required": false,
4906
+ "value": {
4907
+ "kind": "expression",
4908
+ "type": "\"ios\" | \"md\""
4909
+ }
4910
+ },
4261
4911
  {
4262
4912
  "name": "side",
4263
4913
  "description": "Which side of the view the menu should be placed.",
@@ -4278,6 +4928,15 @@
4278
4928
  "type": "boolean"
4279
4929
  }
4280
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
+ },
4281
4940
  {
4282
4941
  "name": "type",
4283
4942
  "description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
@@ -4381,13 +5040,22 @@
4381
5040
  },
4382
5041
  {
4383
5042
  "name": "mode",
4384
- "description": "The mode determines which platform styles to use.",
5043
+ "description": "The mode determines the platform behaviors of the component.",
4385
5044
  "required": false,
4386
5045
  "value": {
4387
5046
  "kind": "expression",
4388
5047
  "type": "\"ios\" | \"md\""
4389
5048
  }
4390
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
+ },
4391
5059
  {
4392
5060
  "name": "type",
4393
5061
  "description": "The type of the button.",
@@ -4429,6 +5097,24 @@
4429
5097
  "kind": "expression",
4430
5098
  "type": "string | undefined"
4431
5099
  }
5100
+ },
5101
+ {
5102
+ "name": "mode",
5103
+ "description": "The mode determines the platform behaviors of the component.",
5104
+ "required": false,
5105
+ "value": {
5106
+ "kind": "expression",
5107
+ "type": "\"ios\" | \"md\""
5108
+ }
5109
+ },
5110
+ {
5111
+ "name": "theme",
5112
+ "description": "The theme determines the visual appearance of the component.",
5113
+ "required": false,
5114
+ "value": {
5115
+ "kind": "expression",
5116
+ "type": "\"ios\" | \"md\" | \"ionic\""
5117
+ }
4432
5118
  }
4433
5119
  ],
4434
5120
  "slots": [
@@ -4594,7 +5280,7 @@
4594
5280
  },
4595
5281
  {
4596
5282
  "name": "mode",
4597
- "description": "The mode determines which platform styles to use.",
5283
+ "description": "The mode determines the platform behaviors of the component.",
4598
5284
  "required": false,
4599
5285
  "value": {
4600
5286
  "kind": "expression",
@@ -4610,6 +5296,15 @@
4610
5296
  "type": "HTMLElement | undefined"
4611
5297
  }
4612
5298
  },
5299
+ {
5300
+ "name": "shape",
5301
+ "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.",
5302
+ "required": false,
5303
+ "value": {
5304
+ "kind": "expression",
5305
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
5306
+ }
5307
+ },
4613
5308
  {
4614
5309
  "name": "show-backdrop",
4615
5310
  "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.",
@@ -4620,6 +5315,15 @@
4620
5315
  "type": "boolean"
4621
5316
  }
4622
5317
  },
5318
+ {
5319
+ "name": "theme",
5320
+ "description": "The theme determines the visual appearance of the component.",
5321
+ "required": false,
5322
+ "value": {
5323
+ "kind": "expression",
5324
+ "type": "\"ios\" | \"md\" | \"ionic\""
5325
+ }
5326
+ },
4623
5327
  {
4624
5328
  "name": "trigger",
4625
5329
  "description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
@@ -4749,12 +5453,21 @@
4749
5453
  },
4750
5454
  {
4751
5455
  "name": "mode",
4752
- "description": "The mode determines which platform styles to use.",
5456
+ "description": "The mode determines the platform behaviors of the component.",
4753
5457
  "required": false,
4754
5458
  "value": {
4755
5459
  "kind": "expression",
4756
5460
  "type": "\"ios\" | \"md\""
4757
5461
  }
5462
+ },
5463
+ {
5464
+ "name": "theme",
5465
+ "description": "The theme determines the visual appearance of the component.",
5466
+ "required": false,
5467
+ "value": {
5468
+ "kind": "expression",
5469
+ "type": "\"ios\" | \"md\" | \"ionic\""
5470
+ }
4758
5471
  }
4759
5472
  ],
4760
5473
  "slots": [],
@@ -4771,12 +5484,21 @@
4771
5484
  "attributes": [
4772
5485
  {
4773
5486
  "name": "mode",
4774
- "description": "The mode determines which platform styles to use.",
5487
+ "description": "The mode determines the platform behaviors of the component.",
4775
5488
  "required": false,
4776
5489
  "value": {
4777
5490
  "kind": "expression",
4778
5491
  "type": "\"ios\" | \"md\""
4779
5492
  }
5493
+ },
5494
+ {
5495
+ "name": "theme",
5496
+ "description": "The theme determines the visual appearance of the component.",
5497
+ "required": false,
5498
+ "value": {
5499
+ "kind": "expression",
5500
+ "type": "\"ios\" | \"md\" | \"ionic\""
5501
+ }
4780
5502
  }
4781
5503
  ],
4782
5504
  "slots": [],
@@ -4813,13 +5535,22 @@
4813
5535
  },
4814
5536
  {
4815
5537
  "name": "mode",
4816
- "description": "The mode determines which platform styles to use.",
5538
+ "description": "The mode determines the platform behaviors of the component.",
4817
5539
  "required": false,
4818
5540
  "value": {
4819
5541
  "kind": "expression",
4820
5542
  "type": "\"ios\" | \"md\""
4821
5543
  }
4822
5544
  },
5545
+ {
5546
+ "name": "theme",
5547
+ "description": "The theme determines the visual appearance of the component.",
5548
+ "required": false,
5549
+ "value": {
5550
+ "kind": "expression",
5551
+ "type": "\"ios\" | \"md\" | \"ionic\""
5552
+ }
5553
+ },
4823
5554
  {
4824
5555
  "name": "value",
4825
5556
  "description": "The selected option in the picker.",
@@ -4882,6 +5613,24 @@
4882
5613
  "type": "boolean"
4883
5614
  }
4884
5615
  },
5616
+ {
5617
+ "name": "mode",
5618
+ "description": "The mode determines the platform behaviors of the component.",
5619
+ "required": false,
5620
+ "value": {
5621
+ "kind": "expression",
5622
+ "type": "\"ios\" | \"md\""
5623
+ }
5624
+ },
5625
+ {
5626
+ "name": "theme",
5627
+ "description": "The theme determines the visual appearance of the component.",
5628
+ "required": false,
5629
+ "value": {
5630
+ "kind": "expression",
5631
+ "type": "\"ios\" | \"md\" | \"ionic\""
5632
+ }
5633
+ },
4885
5634
  {
4886
5635
  "name": "value",
4887
5636
  "description": "The text value of the option.",
@@ -5012,7 +5761,7 @@
5012
5761
  },
5013
5762
  {
5014
5763
  "name": "mode",
5015
- "description": "The mode determines which platform styles to use.",
5764
+ "description": "The mode determines the platform behaviors of the component.",
5016
5765
  "required": false,
5017
5766
  "value": {
5018
5767
  "kind": "expression",
@@ -5029,6 +5778,15 @@
5029
5778
  "type": "boolean"
5030
5779
  }
5031
5780
  },
5781
+ {
5782
+ "name": "theme",
5783
+ "description": "The theme determines the visual appearance of the component.",
5784
+ "required": false,
5785
+ "value": {
5786
+ "kind": "expression",
5787
+ "type": "\"ios\" | \"md\" | \"ionic\""
5788
+ }
5789
+ },
5032
5790
  {
5033
5791
  "name": "trigger",
5034
5792
  "description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
@@ -5134,7 +5892,7 @@
5134
5892
  "attributes": [
5135
5893
  {
5136
5894
  "name": "alignment",
5137
- "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
5895
+ "description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
5138
5896
  "required": false,
5139
5897
  "value": {
5140
5898
  "kind": "expression",
@@ -5153,7 +5911,7 @@
5153
5911
  },
5154
5912
  {
5155
5913
  "name": "arrow",
5156
- "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.",
5914
+ "description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
5157
5915
  "required": false,
5158
5916
  "default": "true",
5159
5917
  "value": {
@@ -5277,7 +6035,7 @@
5277
6035
  },
5278
6036
  {
5279
6037
  "name": "mode",
5280
- "description": "The mode determines which platform styles to use.",
6038
+ "description": "The mode determines the platform behaviors of the component.",
5281
6039
  "required": false,
5282
6040
  "value": {
5283
6041
  "kind": "expression",
@@ -5324,9 +6082,18 @@
5324
6082
  "type": "\"auto\" | \"cover\""
5325
6083
  }
5326
6084
  },
6085
+ {
6086
+ "name": "theme",
6087
+ "description": "The theme determines the visual appearance of the component.",
6088
+ "required": false,
6089
+ "value": {
6090
+ "kind": "expression",
6091
+ "type": "\"ios\" | \"md\" | \"ionic\""
6092
+ }
6093
+ },
5327
6094
  {
5328
6095
  "name": "translucent",
5329
- "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).",
6096
+ "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).",
5330
6097
  "required": false,
5331
6098
  "default": "false",
5332
6099
  "value": {
@@ -5473,7 +6240,7 @@
5473
6240
  },
5474
6241
  {
5475
6242
  "name": "mode",
5476
- "description": "The mode determines which platform styles to use.",
6243
+ "description": "The mode determines the platform behaviors of the component.",
5477
6244
  "required": false,
5478
6245
  "value": {
5479
6246
  "kind": "expression",
@@ -5490,6 +6257,15 @@
5490
6257
  "type": "boolean"
5491
6258
  }
5492
6259
  },
6260
+ {
6261
+ "name": "theme",
6262
+ "description": "The theme determines the visual appearance of the component.",
6263
+ "required": false,
6264
+ "value": {
6265
+ "kind": "expression",
6266
+ "type": "\"ios\" | \"md\" | \"ionic\""
6267
+ }
6268
+ },
5493
6269
  {
5494
6270
  "name": "type",
5495
6271
  "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).",
@@ -5572,7 +6348,7 @@
5572
6348
  },
5573
6349
  {
5574
6350
  "name": "mode",
5575
- "description": "The mode determines which platform styles to use.",
6351
+ "description": "The mode determines the platform behaviors of the component.",
5576
6352
  "required": false,
5577
6353
  "value": {
5578
6354
  "kind": "expression",
@@ -5589,6 +6365,15 @@
5589
6365
  "type": "string"
5590
6366
  }
5591
6367
  },
6368
+ {
6369
+ "name": "theme",
6370
+ "description": "The theme determines the visual appearance of the component.",
6371
+ "required": false,
6372
+ "value": {
6373
+ "kind": "expression",
6374
+ "type": "\"ios\" | \"md\" | \"ionic\""
6375
+ }
6376
+ },
5592
6377
  {
5593
6378
  "name": "value",
5594
6379
  "description": "the value of the radio.",
@@ -5656,6 +6441,15 @@
5656
6441
  "type": "((currentValue: any, compareValue: any) => boolean) | null | string | undefined"
5657
6442
  }
5658
6443
  },
6444
+ {
6445
+ "name": "mode",
6446
+ "description": "The mode determines the platform behaviors of the component.",
6447
+ "required": false,
6448
+ "value": {
6449
+ "kind": "expression",
6450
+ "type": "\"ios\" | \"md\""
6451
+ }
6452
+ },
5659
6453
  {
5660
6454
  "name": "name",
5661
6455
  "description": "The name of the control, which is submitted with the form data.",
@@ -5666,6 +6460,15 @@
5666
6460
  "type": "string"
5667
6461
  }
5668
6462
  },
6463
+ {
6464
+ "name": "theme",
6465
+ "description": "The theme determines the visual appearance of the component.",
6466
+ "required": false,
6467
+ "value": {
6468
+ "kind": "expression",
6469
+ "type": "\"ios\" | \"md\" | \"ionic\""
6470
+ }
6471
+ },
5669
6472
  {
5670
6473
  "name": "value",
5671
6474
  "description": "the value of the radio group.",
@@ -5787,7 +6590,7 @@
5787
6590
  },
5788
6591
  {
5789
6592
  "name": "mode",
5790
- "description": "The mode determines which platform styles to use.",
6593
+ "description": "The mode determines the platform behaviors of the component.",
5791
6594
  "required": false,
5792
6595
  "value": {
5793
6596
  "kind": "expression",
@@ -5844,6 +6647,15 @@
5844
6647
  "type": "number"
5845
6648
  }
5846
6649
  },
6650
+ {
6651
+ "name": "theme",
6652
+ "description": "The theme determines the visual appearance of the component.",
6653
+ "required": false,
6654
+ "value": {
6655
+ "kind": "expression",
6656
+ "type": "\"ios\" | \"md\" | \"ionic\""
6657
+ }
6658
+ },
5847
6659
  {
5848
6660
  "name": "ticks",
5849
6661
  "description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
@@ -5973,7 +6785,7 @@
5973
6785
  },
5974
6786
  {
5975
6787
  "name": "mode",
5976
- "description": "The mode determines which platform styles to use.",
6788
+ "description": "The mode determines the platform behaviors of the component.",
5977
6789
  "required": false,
5978
6790
  "value": {
5979
6791
  "kind": "expression",
@@ -6019,6 +6831,15 @@
6019
6831
  "kind": "expression",
6020
6832
  "type": "string"
6021
6833
  }
6834
+ },
6835
+ {
6836
+ "name": "theme",
6837
+ "description": "The theme determines the visual appearance of the component.",
6838
+ "required": false,
6839
+ "value": {
6840
+ "kind": "expression",
6841
+ "type": "\"ios\" | \"md\" | \"ionic\""
6842
+ }
6022
6843
  }
6023
6844
  ],
6024
6845
  "slots": [],
@@ -6064,6 +6885,15 @@
6064
6885
  "symbol": "RefresherContent"
6065
6886
  },
6066
6887
  "attributes": [
6888
+ {
6889
+ "name": "mode",
6890
+ "description": "The mode determines the platform behaviors of the component.",
6891
+ "required": false,
6892
+ "value": {
6893
+ "kind": "expression",
6894
+ "type": "\"ios\" | \"md\""
6895
+ }
6896
+ },
6067
6897
  {
6068
6898
  "name": "pulling-icon",
6069
6899
  "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.",
@@ -6099,6 +6929,15 @@
6099
6929
  "kind": "expression",
6100
6930
  "type": "IonicSafeString | string | undefined"
6101
6931
  }
6932
+ },
6933
+ {
6934
+ "name": "theme",
6935
+ "description": "The theme determines the visual appearance of the component.",
6936
+ "required": false,
6937
+ "value": {
6938
+ "kind": "expression",
6939
+ "type": "\"ios\" | \"md\" | \"ionic\""
6940
+ }
6102
6941
  }
6103
6942
  ],
6104
6943
  "slots": [],
@@ -6112,7 +6951,26 @@
6112
6951
  "module": "@ionic/core/src/components/reorder/reorder.d.ts",
6113
6952
  "symbol": "Reorder"
6114
6953
  },
6115
- "attributes": [],
6954
+ "attributes": [
6955
+ {
6956
+ "name": "mode",
6957
+ "description": "The mode determines the platform behaviors of the component.",
6958
+ "required": false,
6959
+ "value": {
6960
+ "kind": "expression",
6961
+ "type": "\"ios\" | \"md\""
6962
+ }
6963
+ },
6964
+ {
6965
+ "name": "theme",
6966
+ "description": "The theme determines the visual appearance of the component.",
6967
+ "required": false,
6968
+ "value": {
6969
+ "kind": "expression",
6970
+ "type": "\"ios\" | \"md\" | \"ionic\""
6971
+ }
6972
+ }
6973
+ ],
6116
6974
  "slots": [],
6117
6975
  "events": []
6118
6976
  },
@@ -6134,6 +6992,24 @@
6134
6992
  "kind": "expression",
6135
6993
  "type": "boolean"
6136
6994
  }
6995
+ },
6996
+ {
6997
+ "name": "mode",
6998
+ "description": "The mode determines the platform behaviors of the component.",
6999
+ "required": false,
7000
+ "value": {
7001
+ "kind": "expression",
7002
+ "type": "\"ios\" | \"md\""
7003
+ }
7004
+ },
7005
+ {
7006
+ "name": "theme",
7007
+ "description": "The theme determines the visual appearance of the component.",
7008
+ "required": false,
7009
+ "value": {
7010
+ "kind": "expression",
7011
+ "type": "\"ios\" | \"md\" | \"ionic\""
7012
+ }
6137
7013
  }
6138
7014
  ],
6139
7015
  "slots": [],
@@ -6159,6 +7035,24 @@
6159
7035
  "symbol": "RippleEffect"
6160
7036
  },
6161
7037
  "attributes": [
7038
+ {
7039
+ "name": "mode",
7040
+ "description": "The mode determines the platform behaviors of the component.",
7041
+ "required": false,
7042
+ "value": {
7043
+ "kind": "expression",
7044
+ "type": "\"ios\" | \"md\""
7045
+ }
7046
+ },
7047
+ {
7048
+ "name": "theme",
7049
+ "description": "The theme determines the visual appearance of the component.",
7050
+ "required": false,
7051
+ "value": {
7052
+ "kind": "expression",
7053
+ "type": "\"ios\" | \"md\" | \"ionic\""
7054
+ }
7055
+ },
6162
7056
  {
6163
7057
  "name": "type",
6164
7058
  "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.",
@@ -6206,16 +7100,34 @@
6206
7100
  "required": true,
6207
7101
  "value": {
6208
7102
  "kind": "expression",
6209
- "type": "string"
7103
+ "type": "string"
7104
+ }
7105
+ },
7106
+ {
7107
+ "name": "componentProps",
7108
+ "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
7109
+ "required": false,
7110
+ "value": {
7111
+ "kind": "expression",
7112
+ "type": "undefined | { [key: string]: any; }"
7113
+ }
7114
+ },
7115
+ {
7116
+ "name": "mode",
7117
+ "description": "The mode determines the platform behaviors of the component.",
7118
+ "required": false,
7119
+ "value": {
7120
+ "kind": "expression",
7121
+ "type": "\"ios\" | \"md\""
6210
7122
  }
6211
7123
  },
6212
7124
  {
6213
- "name": "componentProps",
6214
- "description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
7125
+ "name": "theme",
7126
+ "description": "The theme determines the visual appearance of the component.",
6215
7127
  "required": false,
6216
7128
  "value": {
6217
7129
  "kind": "expression",
6218
- "type": "undefined | { [key: string]: any; }"
7130
+ "type": "\"ios\" | \"md\" | \"ionic\""
6219
7131
  }
6220
7132
  },
6221
7133
  {
@@ -6251,7 +7163,26 @@
6251
7163
  "module": "@ionic/core/src/components/row/row.d.ts",
6252
7164
  "symbol": "Row"
6253
7165
  },
6254
- "attributes": [],
7166
+ "attributes": [
7167
+ {
7168
+ "name": "mode",
7169
+ "description": "The mode determines the platform behaviors of the component.",
7170
+ "required": false,
7171
+ "value": {
7172
+ "kind": "expression",
7173
+ "type": "\"ios\" | \"md\""
7174
+ }
7175
+ },
7176
+ {
7177
+ "name": "theme",
7178
+ "description": "The theme determines the visual appearance of the component.",
7179
+ "required": false,
7180
+ "value": {
7181
+ "kind": "expression",
7182
+ "type": "\"ios\" | \"md\" | \"ionic\""
7183
+ }
7184
+ }
7185
+ ],
6255
7186
  "slots": [],
6256
7187
  "events": []
6257
7188
  },
@@ -6291,7 +7222,7 @@
6291
7222
  "default": "'off'",
6292
7223
  "value": {
6293
7224
  "kind": "expression",
6294
- "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\""
7225
+ "type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
6295
7226
  }
6296
7227
  },
6297
7228
  {
@@ -6306,17 +7237,16 @@
6306
7237
  },
6307
7238
  {
6308
7239
  "name": "cancel-button-icon",
6309
- "description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
7240
+ "description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
6310
7241
  "required": false,
6311
- "default": "config.get('backButtonIcon', arrowBackSharp) as string",
6312
7242
  "value": {
6313
7243
  "kind": "expression",
6314
- "type": "string"
7244
+ "type": "string | undefined"
6315
7245
  }
6316
7246
  },
6317
7247
  {
6318
7248
  "name": "cancel-button-text",
6319
- "description": "Set the the cancel button text. Only applies to `ios` mode.",
7249
+ "description": "Set the the cancel button text. Only available when the theme is `\"ios\"`.",
6320
7250
  "required": false,
6321
7251
  "default": "'Cancel'",
6322
7252
  "value": {
@@ -6326,7 +7256,7 @@
6326
7256
  },
6327
7257
  {
6328
7258
  "name": "clear-icon",
6329
- "description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
7259
+ "description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
6330
7260
  "required": false,
6331
7261
  "value": {
6332
7262
  "kind": "expression",
@@ -6399,7 +7329,7 @@
6399
7329
  },
6400
7330
  {
6401
7331
  "name": "mode",
6402
- "description": "The mode determines which platform styles to use.",
7332
+ "description": "The mode determines the platform behaviors of the component.",
6403
7333
  "required": false,
6404
7334
  "value": {
6405
7335
  "kind": "expression",
@@ -6428,7 +7358,7 @@
6428
7358
  },
6429
7359
  {
6430
7360
  "name": "search-icon",
6431
- "description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
7361
+ "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.",
6432
7362
  "required": false,
6433
7363
  "value": {
6434
7364
  "kind": "expression",
@@ -6465,6 +7395,15 @@
6465
7395
  "type": "boolean"
6466
7396
  }
6467
7397
  },
7398
+ {
7399
+ "name": "theme",
7400
+ "description": "The theme determines the visual appearance of the component.",
7401
+ "required": false,
7402
+ "value": {
7403
+ "kind": "expression",
7404
+ "type": "\"ios\" | \"md\" | \"ionic\""
7405
+ }
7406
+ },
6468
7407
  {
6469
7408
  "name": "type",
6470
7409
  "description": "Set the type of the input.",
@@ -6580,7 +7519,7 @@
6580
7519
  },
6581
7520
  {
6582
7521
  "name": "mode",
6583
- "description": "The mode determines which platform styles to use.",
7522
+ "description": "The mode determines the platform behaviors of the component.",
6584
7523
  "required": false,
6585
7524
  "value": {
6586
7525
  "kind": "expression",
@@ -6617,6 +7556,15 @@
6617
7556
  "type": "boolean"
6618
7557
  }
6619
7558
  },
7559
+ {
7560
+ "name": "theme",
7561
+ "description": "The theme determines the visual appearance of the component.",
7562
+ "required": false,
7563
+ "value": {
7564
+ "kind": "expression",
7565
+ "type": "\"ios\" | \"md\" | \"ionic\""
7566
+ }
7567
+ },
6620
7568
  {
6621
7569
  "name": "value",
6622
7570
  "description": "the value of the segment.",
@@ -6681,13 +7629,22 @@
6681
7629
  },
6682
7630
  {
6683
7631
  "name": "mode",
6684
- "description": "The mode determines which platform styles to use.",
7632
+ "description": "The mode determines the platform behaviors of the component.",
6685
7633
  "required": false,
6686
7634
  "value": {
6687
7635
  "kind": "expression",
6688
7636
  "type": "\"ios\" | \"md\""
6689
7637
  }
6690
7638
  },
7639
+ {
7640
+ "name": "theme",
7641
+ "description": "The theme determines the visual appearance of the component.",
7642
+ "required": false,
7643
+ "value": {
7644
+ "kind": "expression",
7645
+ "type": "\"ios\" | \"md\" | \"ionic\""
7646
+ }
7647
+ },
6691
7648
  {
6692
7649
  "name": "type",
6693
7650
  "description": "The type of the button.",
@@ -6807,7 +7764,7 @@
6807
7764
  },
6808
7765
  {
6809
7766
  "name": "expanded-icon",
6810
- "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.",
7767
+ "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.",
6811
7768
  "required": false,
6812
7769
  "value": {
6813
7770
  "kind": "expression",
@@ -6816,7 +7773,7 @@
6816
7773
  },
6817
7774
  {
6818
7775
  "name": "fill",
6819
- "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.",
7776
+ "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.",
6820
7777
  "required": false,
6821
7778
  "value": {
6822
7779
  "kind": "expression",
@@ -6873,7 +7830,7 @@
6873
7830
  },
6874
7831
  {
6875
7832
  "name": "mode",
6876
- "description": "The mode determines which platform styles to use.",
7833
+ "description": "The mode determines the platform behaviors of the component.",
6877
7834
  "required": false,
6878
7835
  "value": {
6879
7836
  "kind": "expression",
@@ -6937,9 +7894,18 @@
6937
7894
  "type": "\"round\" | undefined"
6938
7895
  }
6939
7896
  },
7897
+ {
7898
+ "name": "theme",
7899
+ "description": "The theme determines the visual appearance of the component.",
7900
+ "required": false,
7901
+ "value": {
7902
+ "kind": "expression",
7903
+ "type": "\"ios\" | \"md\" | \"ionic\""
7904
+ }
7905
+ },
6940
7906
  {
6941
7907
  "name": "toggle-icon",
6942
- "description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
7908
+ "description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
6943
7909
  "required": false,
6944
7910
  "value": {
6945
7911
  "kind": "expression",
@@ -7083,6 +8049,24 @@
7083
8049
  "type": "boolean"
7084
8050
  }
7085
8051
  },
8052
+ {
8053
+ "name": "mode",
8054
+ "description": "The mode determines the platform behaviors of the component.",
8055
+ "required": false,
8056
+ "value": {
8057
+ "kind": "expression",
8058
+ "type": "\"ios\" | \"md\""
8059
+ }
8060
+ },
8061
+ {
8062
+ "name": "theme",
8063
+ "description": "The theme determines the visual appearance of the component.",
8064
+ "required": false,
8065
+ "value": {
8066
+ "kind": "expression",
8067
+ "type": "\"ios\" | \"md\" | \"ionic\""
8068
+ }
8069
+ },
7086
8070
  {
7087
8071
  "name": "value",
7088
8072
  "description": "The text value of the option.",
@@ -7114,6 +8098,24 @@
7114
8098
  "kind": "expression",
7115
8099
  "type": "boolean"
7116
8100
  }
8101
+ },
8102
+ {
8103
+ "name": "mode",
8104
+ "description": "The mode determines the platform behaviors of the component.",
8105
+ "required": false,
8106
+ "value": {
8107
+ "kind": "expression",
8108
+ "type": "\"ios\" | \"md\""
8109
+ }
8110
+ },
8111
+ {
8112
+ "name": "theme",
8113
+ "description": "The theme determines the visual appearance of the component.",
8114
+ "required": false,
8115
+ "value": {
8116
+ "kind": "expression",
8117
+ "type": "\"ios\" | \"md\" | \"ionic\""
8118
+ }
7117
8119
  }
7118
8120
  ],
7119
8121
  "slots": [],
@@ -7146,6 +8148,15 @@
7146
8148
  "type": "number | undefined"
7147
8149
  }
7148
8150
  },
8151
+ {
8152
+ "name": "mode",
8153
+ "description": "The mode determines the platform behaviors of the component.",
8154
+ "required": false,
8155
+ "value": {
8156
+ "kind": "expression",
8157
+ "type": "\"ios\" | \"md\""
8158
+ }
8159
+ },
7149
8160
  {
7150
8161
  "name": "name",
7151
8162
  "description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
@@ -7164,6 +8175,24 @@
7164
8175
  "kind": "expression",
7165
8176
  "type": "boolean"
7166
8177
  }
8178
+ },
8179
+ {
8180
+ "name": "size",
8181
+ "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.",
8182
+ "required": false,
8183
+ "value": {
8184
+ "kind": "expression",
8185
+ "type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
8186
+ }
8187
+ },
8188
+ {
8189
+ "name": "theme",
8190
+ "description": "The theme determines the visual appearance of the component.",
8191
+ "required": false,
8192
+ "value": {
8193
+ "kind": "expression",
8194
+ "type": "\"ios\" | \"md\" | \"ionic\""
8195
+ }
7167
8196
  }
7168
8197
  ],
7169
8198
  "slots": [],
@@ -7197,6 +8226,24 @@
7197
8226
  "type": "boolean"
7198
8227
  }
7199
8228
  },
8229
+ {
8230
+ "name": "mode",
8231
+ "description": "The mode determines the platform behaviors of the component.",
8232
+ "required": false,
8233
+ "value": {
8234
+ "kind": "expression",
8235
+ "type": "\"ios\" | \"md\""
8236
+ }
8237
+ },
8238
+ {
8239
+ "name": "theme",
8240
+ "description": "The theme determines the visual appearance of the component.",
8241
+ "required": false,
8242
+ "value": {
8243
+ "kind": "expression",
8244
+ "type": "\"ios\" | \"md\" | \"ionic\""
8245
+ }
8246
+ },
7200
8247
  {
7201
8248
  "name": "when",
7202
8249
  "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.",
@@ -7240,6 +8287,15 @@
7240
8287
  "type": "Function | HTMLElement | null | string | undefined"
7241
8288
  }
7242
8289
  },
8290
+ {
8291
+ "name": "mode",
8292
+ "description": "The mode determines the platform behaviors of the component.",
8293
+ "required": false,
8294
+ "value": {
8295
+ "kind": "expression",
8296
+ "type": "\"ios\" | \"md\""
8297
+ }
8298
+ },
7243
8299
  {
7244
8300
  "name": "tab",
7245
8301
  "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.",
@@ -7248,6 +8304,15 @@
7248
8304
  "kind": "expression",
7249
8305
  "type": "string"
7250
8306
  }
8307
+ },
8308
+ {
8309
+ "name": "theme",
8310
+ "description": "The theme determines the visual appearance of the component.",
8311
+ "required": false,
8312
+ "value": {
8313
+ "kind": "expression",
8314
+ "type": "\"ios\" | \"md\" | \"ionic\""
8315
+ }
7251
8316
  }
7252
8317
  ],
7253
8318
  "slots": [],
@@ -7271,9 +8336,19 @@
7271
8336
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
7272
8337
  }
7273
8338
  },
8339
+ {
8340
+ "name": "expand",
8341
+ "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\"`.",
8342
+ "required": false,
8343
+ "default": "'full'",
8344
+ "value": {
8345
+ "kind": "expression",
8346
+ "type": "\"compact\" | \"full\""
8347
+ }
8348
+ },
7274
8349
  {
7275
8350
  "name": "mode",
7276
- "description": "The mode determines which platform styles to use.",
8351
+ "description": "The mode determines the platform behaviors of the component.",
7277
8352
  "required": false,
7278
8353
  "value": {
7279
8354
  "kind": "expression",
@@ -7289,9 +8364,27 @@
7289
8364
  "type": "string | undefined"
7290
8365
  }
7291
8366
  },
8367
+ {
8368
+ "name": "shape",
8369
+ "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.",
8370
+ "required": false,
8371
+ "value": {
8372
+ "kind": "expression",
8373
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8374
+ }
8375
+ },
8376
+ {
8377
+ "name": "theme",
8378
+ "description": "The theme determines the visual appearance of the component.",
8379
+ "required": false,
8380
+ "value": {
8381
+ "kind": "expression",
8382
+ "type": "\"ios\" | \"md\" | \"ionic\""
8383
+ }
8384
+ },
7292
8385
  {
7293
8386
  "name": "translucent",
7294
- "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).",
8387
+ "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).",
7295
8388
  "required": false,
7296
8389
  "default": "false",
7297
8390
  "value": {
@@ -7351,7 +8444,7 @@
7351
8444
  },
7352
8445
  {
7353
8446
  "name": "mode",
7354
- "description": "The mode determines which platform styles to use.",
8447
+ "description": "The mode determines the platform behaviors of the component.",
7355
8448
  "required": false,
7356
8449
  "value": {
7357
8450
  "kind": "expression",
@@ -7394,6 +8487,15 @@
7394
8487
  "kind": "expression",
7395
8488
  "type": "string | undefined"
7396
8489
  }
8490
+ },
8491
+ {
8492
+ "name": "theme",
8493
+ "description": "The theme determines the visual appearance of the component.",
8494
+ "required": false,
8495
+ "value": {
8496
+ "kind": "expression",
8497
+ "type": "\"ios\" | \"md\" | \"ionic\""
8498
+ }
7397
8499
  }
7398
8500
  ],
7399
8501
  "slots": [],
@@ -7407,7 +8509,26 @@
7407
8509
  "module": "@ionic/core/src/components/tabs/tabs.d.ts",
7408
8510
  "symbol": "Tabs"
7409
8511
  },
7410
- "attributes": [],
8512
+ "attributes": [
8513
+ {
8514
+ "name": "mode",
8515
+ "description": "The mode determines the platform behaviors of the component.",
8516
+ "required": false,
8517
+ "value": {
8518
+ "kind": "expression",
8519
+ "type": "\"ios\" | \"md\""
8520
+ }
8521
+ },
8522
+ {
8523
+ "name": "theme",
8524
+ "description": "The theme determines the visual appearance of the component.",
8525
+ "required": false,
8526
+ "value": {
8527
+ "kind": "expression",
8528
+ "type": "\"ios\" | \"md\" | \"ionic\""
8529
+ }
8530
+ }
8531
+ ],
7411
8532
  "slots": [
7412
8533
  {
7413
8534
  "name": "default",
@@ -7465,12 +8586,21 @@
7465
8586
  },
7466
8587
  {
7467
8588
  "name": "mode",
7468
- "description": "The mode determines which platform styles to use.",
8589
+ "description": "The mode determines the platform behaviors of the component.",
7469
8590
  "required": false,
7470
8591
  "value": {
7471
8592
  "kind": "expression",
7472
8593
  "type": "\"ios\" | \"md\""
7473
8594
  }
8595
+ },
8596
+ {
8597
+ "name": "theme",
8598
+ "description": "The theme determines the visual appearance of the component.",
8599
+ "required": false,
8600
+ "value": {
8601
+ "kind": "expression",
8602
+ "type": "\"ios\" | \"md\" | \"ionic\""
8603
+ }
7474
8604
  }
7475
8605
  ],
7476
8606
  "slots": [],
@@ -7601,7 +8731,7 @@
7601
8731
  },
7602
8732
  {
7603
8733
  "name": "fill",
7604
- "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.",
8734
+ "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\"`.",
7605
8735
  "required": false,
7606
8736
  "value": {
7607
8737
  "kind": "expression",
@@ -7665,7 +8795,7 @@
7665
8795
  },
7666
8796
  {
7667
8797
  "name": "mode",
7668
- "description": "The mode determines which platform styles to use.",
8798
+ "description": "The mode determines the platform behaviors of the component.",
7669
8799
  "required": false,
7670
8800
  "value": {
7671
8801
  "kind": "expression",
@@ -7722,11 +8852,21 @@
7722
8852
  },
7723
8853
  {
7724
8854
  "name": "shape",
7725
- "description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
8855
+ "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.",
7726
8856
  "required": false,
7727
8857
  "value": {
7728
8858
  "kind": "expression",
7729
- "type": "\"round\" | undefined"
8859
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
8860
+ }
8861
+ },
8862
+ {
8863
+ "name": "size",
8864
+ "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.",
8865
+ "required": false,
8866
+ "default": "'medium'",
8867
+ "value": {
8868
+ "kind": "expression",
8869
+ "type": "\"large\" | \"medium\" | \"small\" | undefined"
7730
8870
  }
7731
8871
  },
7732
8872
  {
@@ -7739,6 +8879,15 @@
7739
8879
  "type": "boolean"
7740
8880
  }
7741
8881
  },
8882
+ {
8883
+ "name": "theme",
8884
+ "description": "The theme determines the visual appearance of the component.",
8885
+ "required": false,
8886
+ "value": {
8887
+ "kind": "expression",
8888
+ "type": "\"ios\" | \"md\" | \"ionic\""
8889
+ }
8890
+ },
7742
8891
  {
7743
8892
  "name": "value",
7744
8893
  "description": "The value of the textarea.",
@@ -7824,7 +8973,26 @@
7824
8973
  "module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
7825
8974
  "symbol": "Thumbnail"
7826
8975
  },
7827
- "attributes": [],
8976
+ "attributes": [
8977
+ {
8978
+ "name": "mode",
8979
+ "description": "The mode determines the platform behaviors of the component.",
8980
+ "required": false,
8981
+ "value": {
8982
+ "kind": "expression",
8983
+ "type": "\"ios\" | \"md\""
8984
+ }
8985
+ },
8986
+ {
8987
+ "name": "theme",
8988
+ "description": "The theme determines the visual appearance of the component.",
8989
+ "required": false,
8990
+ "value": {
8991
+ "kind": "expression",
8992
+ "type": "\"ios\" | \"md\" | \"ionic\""
8993
+ }
8994
+ }
8995
+ ],
7828
8996
  "slots": [],
7829
8997
  "events": []
7830
8998
  },
@@ -7846,6 +9014,15 @@
7846
9014
  "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
7847
9015
  }
7848
9016
  },
9017
+ {
9018
+ "name": "mode",
9019
+ "description": "The mode determines the platform behaviors of the component.",
9020
+ "required": false,
9021
+ "value": {
9022
+ "kind": "expression",
9023
+ "type": "\"ios\" | \"md\""
9024
+ }
9025
+ },
7849
9026
  {
7850
9027
  "name": "size",
7851
9028
  "description": "The size of the toolbar title.",
@@ -7854,6 +9031,15 @@
7854
9031
  "kind": "expression",
7855
9032
  "type": "\"large\" | \"small\" | undefined"
7856
9033
  }
9034
+ },
9035
+ {
9036
+ "name": "theme",
9037
+ "description": "The theme determines the visual appearance of the component.",
9038
+ "required": false,
9039
+ "value": {
9040
+ "kind": "expression",
9041
+ "type": "\"ios\" | \"md\" | \"ionic\""
9042
+ }
7857
9043
  }
7858
9044
  ],
7859
9045
  "slots": [],
@@ -8001,7 +9187,7 @@
8001
9187
  },
8002
9188
  {
8003
9189
  "name": "mode",
8004
- "description": "The mode determines which platform styles to use.",
9190
+ "description": "The mode determines the platform behaviors of the component.",
8005
9191
  "required": false,
8006
9192
  "value": {
8007
9193
  "kind": "expression",
@@ -8027,6 +9213,15 @@
8027
9213
  "type": "HTMLElement | string | undefined"
8028
9214
  }
8029
9215
  },
9216
+ {
9217
+ "name": "shape",
9218
+ "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.",
9219
+ "required": false,
9220
+ "value": {
9221
+ "kind": "expression",
9222
+ "type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
9223
+ }
9224
+ },
8030
9225
  {
8031
9226
  "name": "swipe-gesture",
8032
9227
  "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.",
@@ -8036,9 +9231,18 @@
8036
9231
  "type": "\"vertical\" | undefined"
8037
9232
  }
8038
9233
  },
9234
+ {
9235
+ "name": "theme",
9236
+ "description": "The theme determines the visual appearance of the component.",
9237
+ "required": false,
9238
+ "value": {
9239
+ "kind": "expression",
9240
+ "type": "\"ios\" | \"md\" | \"ionic\""
9241
+ }
9242
+ },
8039
9243
  {
8040
9244
  "name": "translucent",
8041
- "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).",
9245
+ "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).",
8042
9246
  "required": false,
8043
9247
  "default": "false",
8044
9248
  "value": {
@@ -8218,7 +9422,7 @@
8218
9422
  },
8219
9423
  {
8220
9424
  "name": "mode",
8221
- "description": "The mode determines which platform styles to use.",
9425
+ "description": "The mode determines the platform behaviors of the component.",
8222
9426
  "required": false,
8223
9427
  "value": {
8224
9428
  "kind": "expression",
@@ -8235,6 +9439,15 @@
8235
9439
  "type": "string"
8236
9440
  }
8237
9441
  },
9442
+ {
9443
+ "name": "theme",
9444
+ "description": "The theme determines the visual appearance of the component.",
9445
+ "required": false,
9446
+ "value": {
9447
+ "kind": "expression",
9448
+ "type": "\"ios\" | \"md\" | \"ionic\""
9449
+ }
9450
+ },
8238
9451
  {
8239
9452
  "name": "value",
8240
9453
  "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>`.",
@@ -8305,12 +9518,21 @@
8305
9518
  },
8306
9519
  {
8307
9520
  "name": "mode",
8308
- "description": "The mode determines which platform styles to use.",
9521
+ "description": "The mode determines the platform behaviors of the component.",
8309
9522
  "required": false,
8310
9523
  "value": {
8311
9524
  "kind": "expression",
8312
9525
  "type": "\"ios\" | \"md\""
8313
9526
  }
9527
+ },
9528
+ {
9529
+ "name": "theme",
9530
+ "description": "The theme determines the visual appearance of the component.",
9531
+ "required": false,
9532
+ "value": {
9533
+ "kind": "expression",
9534
+ "type": "\"ios\" | \"md\" | \"ionic\""
9535
+ }
8314
9536
  }
8315
9537
  ],
8316
9538
  "slots": [
@@ -8324,11 +9546,11 @@
8324
9546
  },
8325
9547
  {
8326
9548
  "name": "primary",
8327
- "description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
9549
+ "description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
8328
9550
  },
8329
9551
  {
8330
9552
  "name": "secondary",
8331
- "description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
9553
+ "description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
8332
9554
  },
8333
9555
  {
8334
9556
  "name": "start",