@ionic/vue 8.3.4-dev.11729606086.12d2b081 → 8.3.4-dev.11729642487.1f5bd24e
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.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +13 -29
- package/dist/index.js.map +1 -1
- package/dist/types/components/Overlays.d.ts +1 -1
- package/dist/vetur/attributes.json +174 -1447
- package/dist/vetur/tags.json +45 -197
- package/dist/web-types.json +117 -1330
- package/package.json +2 -2
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
package/dist/web-types.json
CHANGED
|
@@ -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.3.4-dev.
|
|
5
|
+
"version": "8.3.4-dev.11729642487.1f5bd24e",
|
|
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
|
|
32
|
+
"description": "The mode determines which platform styles to use.",
|
|
33
33
|
"required": false,
|
|
34
34
|
"value": {
|
|
35
35
|
"kind": "expression",
|
|
@@ -46,22 +46,14 @@
|
|
|
46
46
|
"type": "boolean"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
"name": "theme",
|
|
51
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
52
|
-
"required": false,
|
|
53
|
-
"value": {
|
|
54
|
-
"kind": "expression",
|
|
55
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
49
|
{
|
|
59
50
|
"name": "toggle-icon",
|
|
60
51
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
61
52
|
"required": false,
|
|
53
|
+
"default": "chevronDown",
|
|
62
54
|
"value": {
|
|
63
55
|
"kind": "expression",
|
|
64
|
-
"type": "string
|
|
56
|
+
"type": "string"
|
|
65
57
|
}
|
|
66
58
|
},
|
|
67
59
|
{
|
|
@@ -138,7 +130,7 @@
|
|
|
138
130
|
},
|
|
139
131
|
{
|
|
140
132
|
"name": "mode",
|
|
141
|
-
"description": "The mode determines
|
|
133
|
+
"description": "The mode determines which platform styles to use.",
|
|
142
134
|
"required": false,
|
|
143
135
|
"value": {
|
|
144
136
|
"kind": "expression",
|
|
@@ -164,15 +156,6 @@
|
|
|
164
156
|
"type": "boolean"
|
|
165
157
|
}
|
|
166
158
|
},
|
|
167
|
-
{
|
|
168
|
-
"name": "theme",
|
|
169
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
170
|
-
"required": false,
|
|
171
|
-
"value": {
|
|
172
|
-
"kind": "expression",
|
|
173
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
159
|
{
|
|
177
160
|
"name": "value",
|
|
178
161
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -303,7 +286,7 @@
|
|
|
303
286
|
},
|
|
304
287
|
{
|
|
305
288
|
"name": "mode",
|
|
306
|
-
"description": "The mode determines
|
|
289
|
+
"description": "The mode determines which platform styles to use.",
|
|
307
290
|
"required": false,
|
|
308
291
|
"value": {
|
|
309
292
|
"kind": "expression",
|
|
@@ -319,18 +302,9 @@
|
|
|
319
302
|
"type": "string | undefined"
|
|
320
303
|
}
|
|
321
304
|
},
|
|
322
|
-
{
|
|
323
|
-
"name": "theme",
|
|
324
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
325
|
-
"required": false,
|
|
326
|
-
"value": {
|
|
327
|
-
"kind": "expression",
|
|
328
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
305
|
{
|
|
332
306
|
"name": "translucent",
|
|
333
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
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).",
|
|
334
308
|
"required": false,
|
|
335
309
|
"default": "false",
|
|
336
310
|
"value": {
|
|
@@ -557,7 +531,7 @@
|
|
|
557
531
|
},
|
|
558
532
|
{
|
|
559
533
|
"name": "mode",
|
|
560
|
-
"description": "The mode determines
|
|
534
|
+
"description": "The mode determines which platform styles to use.",
|
|
561
535
|
"required": false,
|
|
562
536
|
"value": {
|
|
563
537
|
"kind": "expression",
|
|
@@ -573,18 +547,9 @@
|
|
|
573
547
|
"type": "string | undefined"
|
|
574
548
|
}
|
|
575
549
|
},
|
|
576
|
-
{
|
|
577
|
-
"name": "theme",
|
|
578
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
579
|
-
"required": false,
|
|
580
|
-
"value": {
|
|
581
|
-
"kind": "expression",
|
|
582
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
550
|
{
|
|
586
551
|
"name": "translucent",
|
|
587
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
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).",
|
|
588
553
|
"required": false,
|
|
589
554
|
"default": "false",
|
|
590
555
|
"value": {
|
|
@@ -694,44 +659,7 @@
|
|
|
694
659
|
"module": "@ionic/core/src/components/avatar/avatar.d.ts",
|
|
695
660
|
"symbol": "Avatar"
|
|
696
661
|
},
|
|
697
|
-
"attributes": [
|
|
698
|
-
{
|
|
699
|
-
"name": "mode",
|
|
700
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
701
|
-
"required": false,
|
|
702
|
-
"value": {
|
|
703
|
-
"kind": "expression",
|
|
704
|
-
"type": "\"ios\" | \"md\""
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"name": "shape",
|
|
709
|
-
"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.",
|
|
710
|
-
"required": false,
|
|
711
|
-
"value": {
|
|
712
|
-
"kind": "expression",
|
|
713
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"name": "size",
|
|
718
|
-
"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.",
|
|
719
|
-
"required": false,
|
|
720
|
-
"value": {
|
|
721
|
-
"kind": "expression",
|
|
722
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
723
|
-
}
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"name": "theme",
|
|
727
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
728
|
-
"required": false,
|
|
729
|
-
"value": {
|
|
730
|
-
"kind": "expression",
|
|
731
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
],
|
|
662
|
+
"attributes": [],
|
|
735
663
|
"slots": [],
|
|
736
664
|
"events": []
|
|
737
665
|
},
|
|
@@ -783,7 +711,7 @@
|
|
|
783
711
|
},
|
|
784
712
|
{
|
|
785
713
|
"name": "mode",
|
|
786
|
-
"description": "The mode determines
|
|
714
|
+
"description": "The mode determines which platform styles to use.",
|
|
787
715
|
"required": false,
|
|
788
716
|
"value": {
|
|
789
717
|
"kind": "expression",
|
|
@@ -808,15 +736,6 @@
|
|
|
808
736
|
"type": "null | string | undefined"
|
|
809
737
|
}
|
|
810
738
|
},
|
|
811
|
-
{
|
|
812
|
-
"name": "theme",
|
|
813
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
814
|
-
"required": false,
|
|
815
|
-
"value": {
|
|
816
|
-
"kind": "expression",
|
|
817
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
739
|
{
|
|
821
740
|
"name": "type",
|
|
822
741
|
"description": "The type of the button.",
|
|
@@ -840,15 +759,6 @@
|
|
|
840
759
|
"symbol": "Backdrop"
|
|
841
760
|
},
|
|
842
761
|
"attributes": [
|
|
843
|
-
{
|
|
844
|
-
"name": "mode",
|
|
845
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
846
|
-
"required": false,
|
|
847
|
-
"value": {
|
|
848
|
-
"kind": "expression",
|
|
849
|
-
"type": "\"ios\" | \"md\""
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
762
|
{
|
|
853
763
|
"name": "stop-propagation",
|
|
854
764
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -869,15 +779,6 @@
|
|
|
869
779
|
"type": "boolean"
|
|
870
780
|
}
|
|
871
781
|
},
|
|
872
|
-
{
|
|
873
|
-
"name": "theme",
|
|
874
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
875
|
-
"required": false,
|
|
876
|
-
"value": {
|
|
877
|
-
"kind": "expression",
|
|
878
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
782
|
{
|
|
882
783
|
"name": "visible",
|
|
883
784
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -923,39 +824,12 @@
|
|
|
923
824
|
},
|
|
924
825
|
{
|
|
925
826
|
"name": "mode",
|
|
926
|
-
"description": "The mode determines
|
|
827
|
+
"description": "The mode determines which platform styles to use.",
|
|
927
828
|
"required": false,
|
|
928
829
|
"value": {
|
|
929
830
|
"kind": "expression",
|
|
930
831
|
"type": "\"ios\" | \"md\""
|
|
931
832
|
}
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"name": "shape",
|
|
935
|
-
"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.",
|
|
936
|
-
"required": false,
|
|
937
|
-
"value": {
|
|
938
|
-
"kind": "expression",
|
|
939
|
-
"type": "\"round | rectangular\" | \"soft\" | undefined"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "size",
|
|
944
|
-
"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.",
|
|
945
|
-
"required": false,
|
|
946
|
-
"value": {
|
|
947
|
-
"kind": "expression",
|
|
948
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
949
|
-
}
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "theme",
|
|
953
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
954
|
-
"required": false,
|
|
955
|
-
"value": {
|
|
956
|
-
"kind": "expression",
|
|
957
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
958
|
-
}
|
|
959
833
|
}
|
|
960
834
|
],
|
|
961
835
|
"slots": [],
|
|
@@ -1019,7 +893,7 @@
|
|
|
1019
893
|
},
|
|
1020
894
|
{
|
|
1021
895
|
"name": "mode",
|
|
1022
|
-
"description": "The mode determines
|
|
896
|
+
"description": "The mode determines which platform styles to use.",
|
|
1023
897
|
"required": false,
|
|
1024
898
|
"value": {
|
|
1025
899
|
"kind": "expression",
|
|
@@ -1071,15 +945,6 @@
|
|
|
1071
945
|
"kind": "expression",
|
|
1072
946
|
"type": "string | undefined"
|
|
1073
947
|
}
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "theme",
|
|
1077
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1078
|
-
"required": false,
|
|
1079
|
-
"value": {
|
|
1080
|
-
"kind": "expression",
|
|
1081
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1082
|
-
}
|
|
1083
948
|
}
|
|
1084
949
|
],
|
|
1085
950
|
"slots": [],
|
|
@@ -1155,21 +1020,12 @@
|
|
|
1155
1020
|
},
|
|
1156
1021
|
{
|
|
1157
1022
|
"name": "mode",
|
|
1158
|
-
"description": "The mode determines
|
|
1023
|
+
"description": "The mode determines which platform styles to use.",
|
|
1159
1024
|
"required": false,
|
|
1160
1025
|
"value": {
|
|
1161
1026
|
"kind": "expression",
|
|
1162
1027
|
"type": "\"ios\" | \"md\""
|
|
1163
1028
|
}
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"name": "theme",
|
|
1167
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1168
|
-
"required": false,
|
|
1169
|
-
"value": {
|
|
1170
|
-
"kind": "expression",
|
|
1171
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1172
|
-
}
|
|
1173
1029
|
}
|
|
1174
1030
|
],
|
|
1175
1031
|
"slots": [],
|
|
@@ -1271,7 +1127,7 @@
|
|
|
1271
1127
|
},
|
|
1272
1128
|
{
|
|
1273
1129
|
"name": "mode",
|
|
1274
|
-
"description": "The mode determines
|
|
1130
|
+
"description": "The mode determines which platform styles to use.",
|
|
1275
1131
|
"required": false,
|
|
1276
1132
|
"value": {
|
|
1277
1133
|
"kind": "expression",
|
|
@@ -1308,11 +1164,11 @@
|
|
|
1308
1164
|
},
|
|
1309
1165
|
{
|
|
1310
1166
|
"name": "shape",
|
|
1311
|
-
"description": "Set to `\"
|
|
1167
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
1312
1168
|
"required": false,
|
|
1313
1169
|
"value": {
|
|
1314
1170
|
"kind": "expression",
|
|
1315
|
-
"type": "\"
|
|
1171
|
+
"type": "\"round\" | undefined"
|
|
1316
1172
|
}
|
|
1317
1173
|
},
|
|
1318
1174
|
{
|
|
@@ -1321,7 +1177,7 @@
|
|
|
1321
1177
|
"required": false,
|
|
1322
1178
|
"value": {
|
|
1323
1179
|
"kind": "expression",
|
|
1324
|
-
"type": "\"default\" | \"large\" | \"small\" |
|
|
1180
|
+
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1325
1181
|
}
|
|
1326
1182
|
},
|
|
1327
1183
|
{
|
|
@@ -1343,15 +1199,6 @@
|
|
|
1343
1199
|
"type": "string | undefined"
|
|
1344
1200
|
}
|
|
1345
1201
|
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "theme",
|
|
1348
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1349
|
-
"required": false,
|
|
1350
|
-
"value": {
|
|
1351
|
-
"kind": "expression",
|
|
1352
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
1202
|
{
|
|
1356
1203
|
"name": "type",
|
|
1357
1204
|
"description": "The type of the button.",
|
|
@@ -1415,31 +1262,13 @@
|
|
|
1415
1262
|
"attributes": [
|
|
1416
1263
|
{
|
|
1417
1264
|
"name": "collapse",
|
|
1418
|
-
"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
|
|
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)",
|
|
1419
1266
|
"required": false,
|
|
1420
1267
|
"default": "false",
|
|
1421
1268
|
"value": {
|
|
1422
1269
|
"kind": "expression",
|
|
1423
1270
|
"type": "boolean"
|
|
1424
1271
|
}
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"name": "mode",
|
|
1428
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1429
|
-
"required": false,
|
|
1430
|
-
"value": {
|
|
1431
|
-
"kind": "expression",
|
|
1432
|
-
"type": "\"ios\" | \"md\""
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"name": "theme",
|
|
1437
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1438
|
-
"required": false,
|
|
1439
|
-
"value": {
|
|
1440
|
-
"kind": "expression",
|
|
1441
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1442
|
-
}
|
|
1443
1272
|
}
|
|
1444
1273
|
],
|
|
1445
1274
|
"slots": [],
|
|
@@ -1503,7 +1332,7 @@
|
|
|
1503
1332
|
},
|
|
1504
1333
|
{
|
|
1505
1334
|
"name": "mode",
|
|
1506
|
-
"description": "The mode determines
|
|
1335
|
+
"description": "The mode determines which platform styles to use.",
|
|
1507
1336
|
"required": false,
|
|
1508
1337
|
"value": {
|
|
1509
1338
|
"kind": "expression",
|
|
@@ -1538,16 +1367,6 @@
|
|
|
1538
1367
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1539
1368
|
}
|
|
1540
1369
|
},
|
|
1541
|
-
{
|
|
1542
|
-
"name": "shape",
|
|
1543
|
-
"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\"`.",
|
|
1544
|
-
"required": false,
|
|
1545
|
-
"default": "'round'",
|
|
1546
|
-
"value": {
|
|
1547
|
-
"kind": "expression",
|
|
1548
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
1370
|
{
|
|
1552
1371
|
"name": "target",
|
|
1553
1372
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1557,15 +1376,6 @@
|
|
|
1557
1376
|
"type": "string | undefined"
|
|
1558
1377
|
}
|
|
1559
1378
|
},
|
|
1560
|
-
{
|
|
1561
|
-
"name": "theme",
|
|
1562
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1563
|
-
"required": false,
|
|
1564
|
-
"value": {
|
|
1565
|
-
"kind": "expression",
|
|
1566
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
1379
|
{
|
|
1570
1380
|
"name": "type",
|
|
1571
1381
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1591,21 +1401,12 @@
|
|
|
1591
1401
|
"attributes": [
|
|
1592
1402
|
{
|
|
1593
1403
|
"name": "mode",
|
|
1594
|
-
"description": "The mode determines
|
|
1404
|
+
"description": "The mode determines which platform styles to use.",
|
|
1595
1405
|
"required": false,
|
|
1596
1406
|
"value": {
|
|
1597
1407
|
"kind": "expression",
|
|
1598
1408
|
"type": "\"ios\" | \"md\""
|
|
1599
1409
|
}
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"name": "theme",
|
|
1603
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1604
|
-
"required": false,
|
|
1605
|
-
"value": {
|
|
1606
|
-
"kind": "expression",
|
|
1607
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1608
|
-
}
|
|
1609
1410
|
}
|
|
1610
1411
|
],
|
|
1611
1412
|
"slots": [],
|
|
@@ -1631,25 +1432,16 @@
|
|
|
1631
1432
|
},
|
|
1632
1433
|
{
|
|
1633
1434
|
"name": "mode",
|
|
1634
|
-
"description": "The mode determines
|
|
1435
|
+
"description": "The mode determines which platform styles to use.",
|
|
1635
1436
|
"required": false,
|
|
1636
1437
|
"value": {
|
|
1637
1438
|
"kind": "expression",
|
|
1638
1439
|
"type": "\"ios\" | \"md\""
|
|
1639
1440
|
}
|
|
1640
1441
|
},
|
|
1641
|
-
{
|
|
1642
|
-
"name": "theme",
|
|
1643
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1644
|
-
"required": false,
|
|
1645
|
-
"value": {
|
|
1646
|
-
"kind": "expression",
|
|
1647
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
1442
|
{
|
|
1651
1443
|
"name": "translucent",
|
|
1652
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
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).",
|
|
1653
1445
|
"required": false,
|
|
1654
1446
|
"default": "false",
|
|
1655
1447
|
"value": {
|
|
@@ -1681,21 +1473,12 @@
|
|
|
1681
1473
|
},
|
|
1682
1474
|
{
|
|
1683
1475
|
"name": "mode",
|
|
1684
|
-
"description": "The mode determines
|
|
1476
|
+
"description": "The mode determines which platform styles to use.",
|
|
1685
1477
|
"required": false,
|
|
1686
1478
|
"value": {
|
|
1687
1479
|
"kind": "expression",
|
|
1688
1480
|
"type": "\"ios\" | \"md\""
|
|
1689
1481
|
}
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"name": "theme",
|
|
1693
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1694
|
-
"required": false,
|
|
1695
|
-
"value": {
|
|
1696
|
-
"kind": "expression",
|
|
1697
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1698
|
-
}
|
|
1699
1482
|
}
|
|
1700
1483
|
],
|
|
1701
1484
|
"slots": [],
|
|
@@ -1721,21 +1504,12 @@
|
|
|
1721
1504
|
},
|
|
1722
1505
|
{
|
|
1723
1506
|
"name": "mode",
|
|
1724
|
-
"description": "The mode determines
|
|
1507
|
+
"description": "The mode determines which platform styles to use.",
|
|
1725
1508
|
"required": false,
|
|
1726
1509
|
"value": {
|
|
1727
1510
|
"kind": "expression",
|
|
1728
1511
|
"type": "\"ios\" | \"md\""
|
|
1729
1512
|
}
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "theme",
|
|
1733
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1734
|
-
"required": false,
|
|
1735
|
-
"value": {
|
|
1736
|
-
"kind": "expression",
|
|
1737
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1738
|
-
}
|
|
1739
1513
|
}
|
|
1740
1514
|
],
|
|
1741
1515
|
"slots": [],
|
|
@@ -1819,7 +1593,7 @@
|
|
|
1819
1593
|
},
|
|
1820
1594
|
{
|
|
1821
1595
|
"name": "mode",
|
|
1822
|
-
"description": "The mode determines
|
|
1596
|
+
"description": "The mode determines which platform styles to use.",
|
|
1823
1597
|
"required": false,
|
|
1824
1598
|
"value": {
|
|
1825
1599
|
"kind": "expression",
|
|
@@ -1836,34 +1610,6 @@
|
|
|
1836
1610
|
"type": "string"
|
|
1837
1611
|
}
|
|
1838
1612
|
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "shape",
|
|
1841
|
-
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1842
|
-
"required": false,
|
|
1843
|
-
"default": "'soft'",
|
|
1844
|
-
"value": {
|
|
1845
|
-
"kind": "expression",
|
|
1846
|
-
"type": "\"rectangular\" | \"soft\" | undefined"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"name": "size",
|
|
1851
|
-
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1852
|
-
"required": false,
|
|
1853
|
-
"value": {
|
|
1854
|
-
"kind": "expression",
|
|
1855
|
-
"type": "\"small\" | undefined"
|
|
1856
|
-
}
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"name": "theme",
|
|
1860
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1861
|
-
"required": false,
|
|
1862
|
-
"value": {
|
|
1863
|
-
"kind": "expression",
|
|
1864
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
1613
|
{
|
|
1868
1614
|
"name": "value",
|
|
1869
1615
|
"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>`.",
|
|
@@ -1894,7 +1640,7 @@
|
|
|
1894
1640
|
},
|
|
1895
1641
|
{
|
|
1896
1642
|
"name": "ionChange",
|
|
1897
|
-
"description": "Emitted when the checked property has changed
|
|
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.",
|
|
1898
1644
|
"arguments": [
|
|
1899
1645
|
{
|
|
1900
1646
|
"name": "detail",
|
|
@@ -1944,7 +1690,7 @@
|
|
|
1944
1690
|
},
|
|
1945
1691
|
{
|
|
1946
1692
|
"name": "mode",
|
|
1947
|
-
"description": "The mode determines
|
|
1693
|
+
"description": "The mode determines which platform styles to use.",
|
|
1948
1694
|
"required": false,
|
|
1949
1695
|
"value": {
|
|
1950
1696
|
"kind": "expression",
|
|
@@ -1960,33 +1706,6 @@
|
|
|
1960
1706
|
"kind": "expression",
|
|
1961
1707
|
"type": "boolean"
|
|
1962
1708
|
}
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
"name": "shape",
|
|
1966
|
-
"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.",
|
|
1967
|
-
"required": false,
|
|
1968
|
-
"value": {
|
|
1969
|
-
"kind": "expression",
|
|
1970
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"name": "size",
|
|
1975
|
-
"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.",
|
|
1976
|
-
"required": false,
|
|
1977
|
-
"value": {
|
|
1978
|
-
"kind": "expression",
|
|
1979
|
-
"type": "\"large\" | \"small\" | undefined"
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"name": "theme",
|
|
1984
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1985
|
-
"required": false,
|
|
1986
|
-
"value": {
|
|
1987
|
-
"kind": "expression",
|
|
1988
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1989
|
-
}
|
|
1990
1709
|
}
|
|
1991
1710
|
],
|
|
1992
1711
|
"slots": [],
|
|
@@ -2001,15 +1720,6 @@
|
|
|
2001
1720
|
"symbol": "Col"
|
|
2002
1721
|
},
|
|
2003
1722
|
"attributes": [
|
|
2004
|
-
{
|
|
2005
|
-
"name": "mode",
|
|
2006
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2007
|
-
"required": false,
|
|
2008
|
-
"value": {
|
|
2009
|
-
"kind": "expression",
|
|
2010
|
-
"type": "\"ios\" | \"md\""
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
1723
|
{
|
|
2014
1724
|
"name": "offset",
|
|
2015
1725
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -2225,15 +1935,6 @@
|
|
|
2225
1935
|
"kind": "expression",
|
|
2226
1936
|
"type": "string | undefined"
|
|
2227
1937
|
}
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"name": "theme",
|
|
2231
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2232
|
-
"required": false,
|
|
2233
|
-
"value": {
|
|
2234
|
-
"kind": "expression",
|
|
2235
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2236
|
-
}
|
|
2237
1938
|
}
|
|
2238
1939
|
],
|
|
2239
1940
|
"slots": [],
|
|
@@ -2286,15 +1987,6 @@
|
|
|
2286
1987
|
"type": "boolean"
|
|
2287
1988
|
}
|
|
2288
1989
|
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "mode",
|
|
2291
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2292
|
-
"required": false,
|
|
2293
|
-
"value": {
|
|
2294
|
-
"kind": "expression",
|
|
2295
|
-
"type": "\"ios\" | \"md\""
|
|
2296
|
-
}
|
|
2297
|
-
},
|
|
2298
1990
|
{
|
|
2299
1991
|
"name": "scroll-events",
|
|
2300
1992
|
"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`.",
|
|
@@ -2324,15 +2016,6 @@
|
|
|
2324
2016
|
"kind": "expression",
|
|
2325
2017
|
"type": "boolean"
|
|
2326
2018
|
}
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "theme",
|
|
2330
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2331
|
-
"required": false,
|
|
2332
|
-
"value": {
|
|
2333
|
-
"kind": "expression",
|
|
2334
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2335
|
-
}
|
|
2336
2019
|
}
|
|
2337
2020
|
],
|
|
2338
2021
|
"slots": [
|
|
@@ -2540,7 +2223,7 @@
|
|
|
2540
2223
|
},
|
|
2541
2224
|
{
|
|
2542
2225
|
"name": "mode",
|
|
2543
|
-
"description": "The mode determines
|
|
2226
|
+
"description": "The mode determines which platform styles to use.",
|
|
2544
2227
|
"required": false,
|
|
2545
2228
|
"value": {
|
|
2546
2229
|
"kind": "expression",
|
|
@@ -2657,21 +2340,12 @@
|
|
|
2657
2340
|
}
|
|
2658
2341
|
},
|
|
2659
2342
|
{
|
|
2660
|
-
"name": "
|
|
2661
|
-
"description": "
|
|
2343
|
+
"name": "titleSelectedDatesFormatter",
|
|
2344
|
+
"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.",
|
|
2662
2345
|
"required": false,
|
|
2663
2346
|
"value": {
|
|
2664
2347
|
"kind": "expression",
|
|
2665
|
-
"type": "
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"name": "titleSelectedDatesFormatter",
|
|
2670
|
-
"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.",
|
|
2671
|
-
"required": false,
|
|
2672
|
-
"value": {
|
|
2673
|
-
"kind": "expression",
|
|
2674
|
-
"type": "((selectedDates: string[]) => string) | undefined"
|
|
2348
|
+
"type": "((selectedDates: string[]) => string) | undefined"
|
|
2675
2349
|
}
|
|
2676
2350
|
},
|
|
2677
2351
|
{
|
|
@@ -2790,21 +2464,12 @@
|
|
|
2790
2464
|
},
|
|
2791
2465
|
{
|
|
2792
2466
|
"name": "mode",
|
|
2793
|
-
"description": "The mode determines
|
|
2467
|
+
"description": "The mode determines which platform styles to use.",
|
|
2794
2468
|
"required": false,
|
|
2795
2469
|
"value": {
|
|
2796
2470
|
"kind": "expression",
|
|
2797
2471
|
"type": "\"ios\" | \"md\""
|
|
2798
2472
|
}
|
|
2799
|
-
},
|
|
2800
|
-
{
|
|
2801
|
-
"name": "theme",
|
|
2802
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2803
|
-
"required": false,
|
|
2804
|
-
"value": {
|
|
2805
|
-
"kind": "expression",
|
|
2806
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2807
|
-
}
|
|
2808
2473
|
}
|
|
2809
2474
|
],
|
|
2810
2475
|
"slots": [
|
|
@@ -2857,24 +2522,6 @@
|
|
|
2857
2522
|
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
2858
2523
|
}
|
|
2859
2524
|
},
|
|
2860
|
-
{
|
|
2861
|
-
"name": "mode",
|
|
2862
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2863
|
-
"required": false,
|
|
2864
|
-
"value": {
|
|
2865
|
-
"kind": "expression",
|
|
2866
|
-
"type": "\"ios\" | \"md\""
|
|
2867
|
-
}
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"name": "theme",
|
|
2871
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2872
|
-
"required": false,
|
|
2873
|
-
"value": {
|
|
2874
|
-
"kind": "expression",
|
|
2875
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2876
|
-
}
|
|
2877
|
-
},
|
|
2878
2525
|
{
|
|
2879
2526
|
"name": "vertical",
|
|
2880
2527
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2911,9 +2558,10 @@
|
|
|
2911
2558
|
"name": "close-icon",
|
|
2912
2559
|
"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.",
|
|
2913
2560
|
"required": false,
|
|
2561
|
+
"default": "close",
|
|
2914
2562
|
"value": {
|
|
2915
2563
|
"kind": "expression",
|
|
2916
|
-
"type": "string
|
|
2564
|
+
"type": "string"
|
|
2917
2565
|
}
|
|
2918
2566
|
},
|
|
2919
2567
|
{
|
|
@@ -2955,7 +2603,7 @@
|
|
|
2955
2603
|
},
|
|
2956
2604
|
{
|
|
2957
2605
|
"name": "mode",
|
|
2958
|
-
"description": "The mode determines
|
|
2606
|
+
"description": "The mode determines which platform styles to use.",
|
|
2959
2607
|
"required": false,
|
|
2960
2608
|
"value": {
|
|
2961
2609
|
"kind": "expression",
|
|
@@ -3018,18 +2666,9 @@
|
|
|
3018
2666
|
"type": "string | undefined"
|
|
3019
2667
|
}
|
|
3020
2668
|
},
|
|
3021
|
-
{
|
|
3022
|
-
"name": "theme",
|
|
3023
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3024
|
-
"required": false,
|
|
3025
|
-
"value": {
|
|
3026
|
-
"kind": "expression",
|
|
3027
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3028
|
-
}
|
|
3029
|
-
},
|
|
3030
2669
|
{
|
|
3031
2670
|
"name": "translucent",
|
|
3032
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
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).",
|
|
3033
2672
|
"required": false,
|
|
3034
2673
|
"default": "false",
|
|
3035
2674
|
"value": {
|
|
@@ -3091,15 +2730,6 @@
|
|
|
3091
2730
|
"type": "boolean"
|
|
3092
2731
|
}
|
|
3093
2732
|
},
|
|
3094
|
-
{
|
|
3095
|
-
"name": "mode",
|
|
3096
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3097
|
-
"required": false,
|
|
3098
|
-
"value": {
|
|
3099
|
-
"kind": "expression",
|
|
3100
|
-
"type": "\"ios\" | \"md\""
|
|
3101
|
-
}
|
|
3102
|
-
},
|
|
3103
2733
|
{
|
|
3104
2734
|
"name": "side",
|
|
3105
2735
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -3109,15 +2739,6 @@
|
|
|
3109
2739
|
"kind": "expression",
|
|
3110
2740
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
3111
2741
|
}
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"name": "theme",
|
|
3115
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3116
|
-
"required": false,
|
|
3117
|
-
"value": {
|
|
3118
|
-
"kind": "expression",
|
|
3119
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3120
|
-
}
|
|
3121
2742
|
}
|
|
3122
2743
|
],
|
|
3123
2744
|
"slots": [],
|
|
@@ -3134,7 +2755,7 @@
|
|
|
3134
2755
|
"attributes": [
|
|
3135
2756
|
{
|
|
3136
2757
|
"name": "collapse",
|
|
3137
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2758
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
3138
2759
|
"required": false,
|
|
3139
2760
|
"value": {
|
|
3140
2761
|
"kind": "expression",
|
|
@@ -3143,25 +2764,16 @@
|
|
|
3143
2764
|
},
|
|
3144
2765
|
{
|
|
3145
2766
|
"name": "mode",
|
|
3146
|
-
"description": "The mode determines
|
|
2767
|
+
"description": "The mode determines which platform styles to use.",
|
|
3147
2768
|
"required": false,
|
|
3148
2769
|
"value": {
|
|
3149
2770
|
"kind": "expression",
|
|
3150
2771
|
"type": "\"ios\" | \"md\""
|
|
3151
2772
|
}
|
|
3152
2773
|
},
|
|
3153
|
-
{
|
|
3154
|
-
"name": "theme",
|
|
3155
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3156
|
-
"required": false,
|
|
3157
|
-
"value": {
|
|
3158
|
-
"kind": "expression",
|
|
3159
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3160
|
-
}
|
|
3161
|
-
},
|
|
3162
2774
|
{
|
|
3163
2775
|
"name": "translucent",
|
|
3164
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
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.",
|
|
3165
2777
|
"required": false,
|
|
3166
2778
|
"default": "false",
|
|
3167
2779
|
"value": {
|
|
@@ -3191,24 +2803,6 @@
|
|
|
3191
2803
|
"kind": "expression",
|
|
3192
2804
|
"type": "boolean"
|
|
3193
2805
|
}
|
|
3194
|
-
},
|
|
3195
|
-
{
|
|
3196
|
-
"name": "mode",
|
|
3197
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3198
|
-
"required": false,
|
|
3199
|
-
"value": {
|
|
3200
|
-
"kind": "expression",
|
|
3201
|
-
"type": "\"ios\" | \"md\""
|
|
3202
|
-
}
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"name": "theme",
|
|
3206
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3207
|
-
"required": false,
|
|
3208
|
-
"value": {
|
|
3209
|
-
"kind": "expression",
|
|
3210
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3211
|
-
}
|
|
3212
2806
|
}
|
|
3213
2807
|
],
|
|
3214
2808
|
"slots": [],
|
|
@@ -3225,44 +2819,25 @@
|
|
|
3225
2819
|
"attributes": [
|
|
3226
2820
|
{
|
|
3227
2821
|
"name": "collapse",
|
|
3228
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
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)",
|
|
3229
2823
|
"required": false,
|
|
3230
2824
|
"value": {
|
|
3231
2825
|
"kind": "expression",
|
|
3232
2826
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
3233
2827
|
}
|
|
3234
2828
|
},
|
|
3235
|
-
{
|
|
3236
|
-
"name": "divider",
|
|
3237
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3238
|
-
"required": false,
|
|
3239
|
-
"default": "false",
|
|
3240
|
-
"value": {
|
|
3241
|
-
"kind": "expression",
|
|
3242
|
-
"type": "boolean"
|
|
3243
|
-
}
|
|
3244
|
-
},
|
|
3245
2829
|
{
|
|
3246
2830
|
"name": "mode",
|
|
3247
|
-
"description": "The mode determines
|
|
2831
|
+
"description": "The mode determines which platform styles to use.",
|
|
3248
2832
|
"required": false,
|
|
3249
2833
|
"value": {
|
|
3250
2834
|
"kind": "expression",
|
|
3251
2835
|
"type": "\"ios\" | \"md\""
|
|
3252
2836
|
}
|
|
3253
2837
|
},
|
|
3254
|
-
{
|
|
3255
|
-
"name": "theme",
|
|
3256
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3257
|
-
"required": false,
|
|
3258
|
-
"value": {
|
|
3259
|
-
"kind": "expression",
|
|
3260
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3261
|
-
}
|
|
3262
|
-
},
|
|
3263
2838
|
{
|
|
3264
2839
|
"name": "translucent",
|
|
3265
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
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.",
|
|
3266
2841
|
"required": false,
|
|
3267
2842
|
"default": "false",
|
|
3268
2843
|
"value": {
|
|
@@ -3292,15 +2867,6 @@
|
|
|
3292
2867
|
"type": "string | undefined"
|
|
3293
2868
|
}
|
|
3294
2869
|
},
|
|
3295
|
-
{
|
|
3296
|
-
"name": "mode",
|
|
3297
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3298
|
-
"required": false,
|
|
3299
|
-
"value": {
|
|
3300
|
-
"kind": "expression",
|
|
3301
|
-
"type": "\"ios\" | \"md\""
|
|
3302
|
-
}
|
|
3303
|
-
},
|
|
3304
2870
|
{
|
|
3305
2871
|
"name": "src",
|
|
3306
2872
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -3309,15 +2875,6 @@
|
|
|
3309
2875
|
"kind": "expression",
|
|
3310
2876
|
"type": "string | undefined"
|
|
3311
2877
|
}
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"name": "theme",
|
|
3315
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3316
|
-
"required": false,
|
|
3317
|
-
"value": {
|
|
3318
|
-
"kind": "expression",
|
|
3319
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3320
|
-
}
|
|
3321
2878
|
}
|
|
3322
2879
|
],
|
|
3323
2880
|
"slots": [],
|
|
@@ -3373,15 +2930,6 @@
|
|
|
3373
2930
|
"type": "boolean"
|
|
3374
2931
|
}
|
|
3375
2932
|
},
|
|
3376
|
-
{
|
|
3377
|
-
"name": "mode",
|
|
3378
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3379
|
-
"required": false,
|
|
3380
|
-
"value": {
|
|
3381
|
-
"kind": "expression",
|
|
3382
|
-
"type": "\"ios\" | \"md\""
|
|
3383
|
-
}
|
|
3384
|
-
},
|
|
3385
2933
|
{
|
|
3386
2934
|
"name": "position",
|
|
3387
2935
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -3392,15 +2940,6 @@
|
|
|
3392
2940
|
"type": "\"bottom\" | \"top\""
|
|
3393
2941
|
}
|
|
3394
2942
|
},
|
|
3395
|
-
{
|
|
3396
|
-
"name": "theme",
|
|
3397
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3398
|
-
"required": false,
|
|
3399
|
-
"value": {
|
|
3400
|
-
"kind": "expression",
|
|
3401
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3402
|
-
}
|
|
3403
|
-
},
|
|
3404
2943
|
{
|
|
3405
2944
|
"name": "threshold",
|
|
3406
2945
|
"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.",
|
|
@@ -3452,24 +2991,6 @@
|
|
|
3452
2991
|
"kind": "expression",
|
|
3453
2992
|
"type": "IonicSafeString | string | undefined"
|
|
3454
2993
|
}
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"name": "mode",
|
|
3458
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3459
|
-
"required": false,
|
|
3460
|
-
"value": {
|
|
3461
|
-
"kind": "expression",
|
|
3462
|
-
"type": "\"ios\" | \"md\""
|
|
3463
|
-
}
|
|
3464
|
-
},
|
|
3465
|
-
{
|
|
3466
|
-
"name": "theme",
|
|
3467
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3468
|
-
"required": false,
|
|
3469
|
-
"value": {
|
|
3470
|
-
"kind": "expression",
|
|
3471
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3472
|
-
}
|
|
3473
2994
|
}
|
|
3474
2995
|
],
|
|
3475
2996
|
"slots": [],
|
|
@@ -3501,7 +3022,7 @@
|
|
|
3501
3022
|
"default": "'off'",
|
|
3502
3023
|
"value": {
|
|
3503
3024
|
"kind": "expression",
|
|
3504
|
-
"type": "\"name\" | \"
|
|
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\""
|
|
3505
3026
|
}
|
|
3506
3027
|
},
|
|
3507
3028
|
{
|
|
@@ -3619,7 +3140,7 @@
|
|
|
3619
3140
|
},
|
|
3620
3141
|
{
|
|
3621
3142
|
"name": "fill",
|
|
3622
|
-
"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
|
|
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.",
|
|
3623
3144
|
"required": false,
|
|
3624
3145
|
"value": {
|
|
3625
3146
|
"kind": "expression",
|
|
@@ -3655,11 +3176,12 @@
|
|
|
3655
3176
|
},
|
|
3656
3177
|
{
|
|
3657
3178
|
"name": "label-placement",
|
|
3658
|
-
"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 (\"...\")
|
|
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 (\"...\").",
|
|
3659
3180
|
"required": false,
|
|
3181
|
+
"default": "'start'",
|
|
3660
3182
|
"value": {
|
|
3661
3183
|
"kind": "expression",
|
|
3662
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
3184
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3663
3185
|
}
|
|
3664
3186
|
},
|
|
3665
3187
|
{
|
|
@@ -3700,7 +3222,7 @@
|
|
|
3700
3222
|
},
|
|
3701
3223
|
{
|
|
3702
3224
|
"name": "mode",
|
|
3703
|
-
"description": "The mode determines
|
|
3225
|
+
"description": "The mode determines which platform styles to use.",
|
|
3704
3226
|
"required": false,
|
|
3705
3227
|
"value": {
|
|
3706
3228
|
"kind": "expression",
|
|
@@ -3766,21 +3288,11 @@
|
|
|
3766
3288
|
},
|
|
3767
3289
|
{
|
|
3768
3290
|
"name": "shape",
|
|
3769
|
-
"description": "
|
|
3291
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
3770
3292
|
"required": false,
|
|
3771
3293
|
"value": {
|
|
3772
3294
|
"kind": "expression",
|
|
3773
|
-
"type": "\"
|
|
3774
|
-
}
|
|
3775
|
-
},
|
|
3776
|
-
{
|
|
3777
|
-
"name": "size",
|
|
3778
|
-
"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.",
|
|
3779
|
-
"required": false,
|
|
3780
|
-
"default": "'medium'",
|
|
3781
|
-
"value": {
|
|
3782
|
-
"kind": "expression",
|
|
3783
|
-
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3295
|
+
"type": "\"round\" | undefined"
|
|
3784
3296
|
}
|
|
3785
3297
|
},
|
|
3786
3298
|
{
|
|
@@ -3802,15 +3314,6 @@
|
|
|
3802
3314
|
"type": "string | undefined"
|
|
3803
3315
|
}
|
|
3804
3316
|
},
|
|
3805
|
-
{
|
|
3806
|
-
"name": "theme",
|
|
3807
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3808
|
-
"required": false,
|
|
3809
|
-
"value": {
|
|
3810
|
-
"kind": "expression",
|
|
3811
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3812
|
-
}
|
|
3813
|
-
},
|
|
3814
3317
|
{
|
|
3815
3318
|
"name": "type",
|
|
3816
3319
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3968,7 +3471,7 @@
|
|
|
3968
3471
|
},
|
|
3969
3472
|
{
|
|
3970
3473
|
"name": "detail",
|
|
3971
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
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.",
|
|
3972
3475
|
"required": false,
|
|
3973
3476
|
"value": {
|
|
3974
3477
|
"kind": "expression",
|
|
@@ -3979,9 +3482,10 @@
|
|
|
3979
3482
|
"name": "detail-icon",
|
|
3980
3483
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
3981
3484
|
"required": false,
|
|
3485
|
+
"default": "chevronForward",
|
|
3982
3486
|
"value": {
|
|
3983
3487
|
"kind": "expression",
|
|
3984
|
-
"type": "string
|
|
3488
|
+
"type": "string"
|
|
3985
3489
|
}
|
|
3986
3490
|
},
|
|
3987
3491
|
{
|
|
@@ -4023,7 +3527,7 @@
|
|
|
4023
3527
|
},
|
|
4024
3528
|
{
|
|
4025
3529
|
"name": "mode",
|
|
4026
|
-
"description": "The mode determines
|
|
3530
|
+
"description": "The mode determines which platform styles to use.",
|
|
4027
3531
|
"required": false,
|
|
4028
3532
|
"value": {
|
|
4029
3533
|
"kind": "expression",
|
|
@@ -4067,15 +3571,6 @@
|
|
|
4067
3571
|
"type": "string | undefined"
|
|
4068
3572
|
}
|
|
4069
3573
|
},
|
|
4070
|
-
{
|
|
4071
|
-
"name": "theme",
|
|
4072
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4073
|
-
"required": false,
|
|
4074
|
-
"value": {
|
|
4075
|
-
"kind": "expression",
|
|
4076
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4077
|
-
}
|
|
4078
|
-
},
|
|
4079
3574
|
{
|
|
4080
3575
|
"name": "type",
|
|
4081
3576
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -4123,7 +3618,7 @@
|
|
|
4123
3618
|
},
|
|
4124
3619
|
{
|
|
4125
3620
|
"name": "mode",
|
|
4126
|
-
"description": "The mode determines
|
|
3621
|
+
"description": "The mode determines which platform styles to use.",
|
|
4127
3622
|
"required": false,
|
|
4128
3623
|
"value": {
|
|
4129
3624
|
"kind": "expression",
|
|
@@ -4139,15 +3634,6 @@
|
|
|
4139
3634
|
"kind": "expression",
|
|
4140
3635
|
"type": "boolean"
|
|
4141
3636
|
}
|
|
4142
|
-
},
|
|
4143
|
-
{
|
|
4144
|
-
"name": "theme",
|
|
4145
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4146
|
-
"required": false,
|
|
4147
|
-
"value": {
|
|
4148
|
-
"kind": "expression",
|
|
4149
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4150
|
-
}
|
|
4151
3637
|
}
|
|
4152
3638
|
],
|
|
4153
3639
|
"slots": [
|
|
@@ -4174,26 +3660,7 @@
|
|
|
4174
3660
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
4175
3661
|
"symbol": "ItemGroup"
|
|
4176
3662
|
},
|
|
4177
|
-
"attributes": [
|
|
4178
|
-
{
|
|
4179
|
-
"name": "mode",
|
|
4180
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4181
|
-
"required": false,
|
|
4182
|
-
"value": {
|
|
4183
|
-
"kind": "expression",
|
|
4184
|
-
"type": "\"ios\" | \"md\""
|
|
4185
|
-
}
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
"name": "theme",
|
|
4189
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4190
|
-
"required": false,
|
|
4191
|
-
"value": {
|
|
4192
|
-
"kind": "expression",
|
|
4193
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4194
|
-
}
|
|
4195
|
-
}
|
|
4196
|
-
],
|
|
3663
|
+
"attributes": [],
|
|
4197
3664
|
"slots": [],
|
|
4198
3665
|
"events": []
|
|
4199
3666
|
},
|
|
@@ -4255,7 +3722,7 @@
|
|
|
4255
3722
|
},
|
|
4256
3723
|
{
|
|
4257
3724
|
"name": "mode",
|
|
4258
|
-
"description": "The mode determines
|
|
3725
|
+
"description": "The mode determines which platform styles to use.",
|
|
4259
3726
|
"required": false,
|
|
4260
3727
|
"value": {
|
|
4261
3728
|
"kind": "expression",
|
|
@@ -4271,15 +3738,6 @@
|
|
|
4271
3738
|
"type": "string | undefined"
|
|
4272
3739
|
}
|
|
4273
3740
|
},
|
|
4274
|
-
{
|
|
4275
|
-
"name": "shape",
|
|
4276
|
-
"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.",
|
|
4277
|
-
"required": false,
|
|
4278
|
-
"value": {
|
|
4279
|
-
"kind": "expression",
|
|
4280
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4281
|
-
}
|
|
4282
|
-
},
|
|
4283
3741
|
{
|
|
4284
3742
|
"name": "target",
|
|
4285
3743
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -4289,15 +3747,6 @@
|
|
|
4289
3747
|
"type": "string | undefined"
|
|
4290
3748
|
}
|
|
4291
3749
|
},
|
|
4292
|
-
{
|
|
4293
|
-
"name": "theme",
|
|
4294
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4295
|
-
"required": false,
|
|
4296
|
-
"value": {
|
|
4297
|
-
"kind": "expression",
|
|
4298
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4299
|
-
}
|
|
4300
|
-
},
|
|
4301
3750
|
{
|
|
4302
3751
|
"name": "type",
|
|
4303
3752
|
"description": "The type of the button.",
|
|
@@ -4346,15 +3795,6 @@
|
|
|
4346
3795
|
"symbol": "ItemOptions"
|
|
4347
3796
|
},
|
|
4348
3797
|
"attributes": [
|
|
4349
|
-
{
|
|
4350
|
-
"name": "mode",
|
|
4351
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4352
|
-
"required": false,
|
|
4353
|
-
"value": {
|
|
4354
|
-
"kind": "expression",
|
|
4355
|
-
"type": "\"ios\" | \"md\""
|
|
4356
|
-
}
|
|
4357
|
-
},
|
|
4358
3798
|
{
|
|
4359
3799
|
"name": "side",
|
|
4360
3800
|
"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.",
|
|
@@ -4364,15 +3804,6 @@
|
|
|
4364
3804
|
"kind": "expression",
|
|
4365
3805
|
"type": "\"end\" | \"start\""
|
|
4366
3806
|
}
|
|
4367
|
-
},
|
|
4368
|
-
{
|
|
4369
|
-
"name": "theme",
|
|
4370
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4371
|
-
"required": false,
|
|
4372
|
-
"value": {
|
|
4373
|
-
"kind": "expression",
|
|
4374
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4375
|
-
}
|
|
4376
3807
|
}
|
|
4377
3808
|
],
|
|
4378
3809
|
"slots": [],
|
|
@@ -4407,24 +3838,6 @@
|
|
|
4407
3838
|
"kind": "expression",
|
|
4408
3839
|
"type": "boolean"
|
|
4409
3840
|
}
|
|
4410
|
-
},
|
|
4411
|
-
{
|
|
4412
|
-
"name": "mode",
|
|
4413
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4414
|
-
"required": false,
|
|
4415
|
-
"value": {
|
|
4416
|
-
"kind": "expression",
|
|
4417
|
-
"type": "\"ios\" | \"md\""
|
|
4418
|
-
}
|
|
4419
|
-
},
|
|
4420
|
-
{
|
|
4421
|
-
"name": "theme",
|
|
4422
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4423
|
-
"required": false,
|
|
4424
|
-
"value": {
|
|
4425
|
-
"kind": "expression",
|
|
4426
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4427
|
-
}
|
|
4428
3841
|
}
|
|
4429
3842
|
],
|
|
4430
3843
|
"slots": [],
|
|
@@ -4461,7 +3874,7 @@
|
|
|
4461
3874
|
},
|
|
4462
3875
|
{
|
|
4463
3876
|
"name": "mode",
|
|
4464
|
-
"description": "The mode determines
|
|
3877
|
+
"description": "The mode determines which platform styles to use.",
|
|
4465
3878
|
"required": false,
|
|
4466
3879
|
"value": {
|
|
4467
3880
|
"kind": "expression",
|
|
@@ -4476,15 +3889,6 @@
|
|
|
4476
3889
|
"kind": "expression",
|
|
4477
3890
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4478
3891
|
}
|
|
4479
|
-
},
|
|
4480
|
-
{
|
|
4481
|
-
"name": "theme",
|
|
4482
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4483
|
-
"required": false,
|
|
4484
|
-
"value": {
|
|
4485
|
-
"kind": "expression",
|
|
4486
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4487
|
-
}
|
|
4488
3892
|
}
|
|
4489
3893
|
],
|
|
4490
3894
|
"slots": [],
|
|
@@ -4520,30 +3924,12 @@
|
|
|
4520
3924
|
},
|
|
4521
3925
|
{
|
|
4522
3926
|
"name": "mode",
|
|
4523
|
-
"description": "The mode determines
|
|
3927
|
+
"description": "The mode determines which platform styles to use.",
|
|
4524
3928
|
"required": false,
|
|
4525
3929
|
"value": {
|
|
4526
3930
|
"kind": "expression",
|
|
4527
3931
|
"type": "\"ios\" | \"md\""
|
|
4528
3932
|
}
|
|
4529
|
-
},
|
|
4530
|
-
{
|
|
4531
|
-
"name": "shape",
|
|
4532
|
-
"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.",
|
|
4533
|
-
"required": false,
|
|
4534
|
-
"value": {
|
|
4535
|
-
"kind": "expression",
|
|
4536
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4537
|
-
}
|
|
4538
|
-
},
|
|
4539
|
-
{
|
|
4540
|
-
"name": "theme",
|
|
4541
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4542
|
-
"required": false,
|
|
4543
|
-
"value": {
|
|
4544
|
-
"kind": "expression",
|
|
4545
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4546
|
-
}
|
|
4547
3933
|
}
|
|
4548
3934
|
],
|
|
4549
3935
|
"slots": [],
|
|
@@ -4578,21 +3964,12 @@
|
|
|
4578
3964
|
},
|
|
4579
3965
|
{
|
|
4580
3966
|
"name": "mode",
|
|
4581
|
-
"description": "The mode determines
|
|
3967
|
+
"description": "The mode determines which platform styles to use.",
|
|
4582
3968
|
"required": false,
|
|
4583
3969
|
"value": {
|
|
4584
3970
|
"kind": "expression",
|
|
4585
3971
|
"type": "\"ios\" | \"md\""
|
|
4586
3972
|
}
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"name": "theme",
|
|
4590
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4591
|
-
"required": false,
|
|
4592
|
-
"value": {
|
|
4593
|
-
"kind": "expression",
|
|
4594
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4595
|
-
}
|
|
4596
3973
|
}
|
|
4597
3974
|
],
|
|
4598
3975
|
"slots": [],
|
|
@@ -4704,7 +4081,7 @@
|
|
|
4704
4081
|
},
|
|
4705
4082
|
{
|
|
4706
4083
|
"name": "mode",
|
|
4707
|
-
"description": "The mode determines
|
|
4084
|
+
"description": "The mode determines which platform styles to use.",
|
|
4708
4085
|
"required": false,
|
|
4709
4086
|
"value": {
|
|
4710
4087
|
"kind": "expression",
|
|
@@ -4730,18 +4107,9 @@
|
|
|
4730
4107
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4731
4108
|
}
|
|
4732
4109
|
},
|
|
4733
|
-
{
|
|
4734
|
-
"name": "theme",
|
|
4735
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4736
|
-
"required": false,
|
|
4737
|
-
"value": {
|
|
4738
|
-
"kind": "expression",
|
|
4739
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4740
|
-
}
|
|
4741
|
-
},
|
|
4742
4110
|
{
|
|
4743
4111
|
"name": "translucent",
|
|
4744
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
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).",
|
|
4745
4113
|
"required": false,
|
|
4746
4114
|
"default": "false",
|
|
4747
4115
|
"value": {
|
|
@@ -4890,15 +4258,6 @@
|
|
|
4890
4258
|
"type": "string | undefined"
|
|
4891
4259
|
}
|
|
4892
4260
|
},
|
|
4893
|
-
{
|
|
4894
|
-
"name": "mode",
|
|
4895
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4896
|
-
"required": false,
|
|
4897
|
-
"value": {
|
|
4898
|
-
"kind": "expression",
|
|
4899
|
-
"type": "\"ios\" | \"md\""
|
|
4900
|
-
}
|
|
4901
|
-
},
|
|
4902
4261
|
{
|
|
4903
4262
|
"name": "side",
|
|
4904
4263
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -4919,15 +4278,6 @@
|
|
|
4919
4278
|
"type": "boolean"
|
|
4920
4279
|
}
|
|
4921
4280
|
},
|
|
4922
|
-
{
|
|
4923
|
-
"name": "theme",
|
|
4924
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4925
|
-
"required": false,
|
|
4926
|
-
"value": {
|
|
4927
|
-
"kind": "expression",
|
|
4928
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4929
|
-
}
|
|
4930
|
-
},
|
|
4931
4281
|
{
|
|
4932
4282
|
"name": "type",
|
|
4933
4283
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -5031,22 +4381,13 @@
|
|
|
5031
4381
|
},
|
|
5032
4382
|
{
|
|
5033
4383
|
"name": "mode",
|
|
5034
|
-
"description": "The mode determines
|
|
4384
|
+
"description": "The mode determines which platform styles to use.",
|
|
5035
4385
|
"required": false,
|
|
5036
4386
|
"value": {
|
|
5037
4387
|
"kind": "expression",
|
|
5038
4388
|
"type": "\"ios\" | \"md\""
|
|
5039
4389
|
}
|
|
5040
4390
|
},
|
|
5041
|
-
{
|
|
5042
|
-
"name": "theme",
|
|
5043
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5044
|
-
"required": false,
|
|
5045
|
-
"value": {
|
|
5046
|
-
"kind": "expression",
|
|
5047
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5048
|
-
}
|
|
5049
|
-
},
|
|
5050
4391
|
{
|
|
5051
4392
|
"name": "type",
|
|
5052
4393
|
"description": "The type of the button.",
|
|
@@ -5088,24 +4429,6 @@
|
|
|
5088
4429
|
"kind": "expression",
|
|
5089
4430
|
"type": "string | undefined"
|
|
5090
4431
|
}
|
|
5091
|
-
},
|
|
5092
|
-
{
|
|
5093
|
-
"name": "mode",
|
|
5094
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5095
|
-
"required": false,
|
|
5096
|
-
"value": {
|
|
5097
|
-
"kind": "expression",
|
|
5098
|
-
"type": "\"ios\" | \"md\""
|
|
5099
|
-
}
|
|
5100
|
-
},
|
|
5101
|
-
{
|
|
5102
|
-
"name": "theme",
|
|
5103
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5104
|
-
"required": false,
|
|
5105
|
-
"value": {
|
|
5106
|
-
"kind": "expression",
|
|
5107
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5108
|
-
}
|
|
5109
4432
|
}
|
|
5110
4433
|
],
|
|
5111
4434
|
"slots": [
|
|
@@ -5271,7 +4594,7 @@
|
|
|
5271
4594
|
},
|
|
5272
4595
|
{
|
|
5273
4596
|
"name": "mode",
|
|
5274
|
-
"description": "The mode determines
|
|
4597
|
+
"description": "The mode determines which platform styles to use.",
|
|
5275
4598
|
"required": false,
|
|
5276
4599
|
"value": {
|
|
5277
4600
|
"kind": "expression",
|
|
@@ -5287,15 +4610,6 @@
|
|
|
5287
4610
|
"type": "HTMLElement | undefined"
|
|
5288
4611
|
}
|
|
5289
4612
|
},
|
|
5290
|
-
{
|
|
5291
|
-
"name": "shape",
|
|
5292
|
-
"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.",
|
|
5293
|
-
"required": false,
|
|
5294
|
-
"value": {
|
|
5295
|
-
"kind": "expression",
|
|
5296
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5297
|
-
}
|
|
5298
|
-
},
|
|
5299
4613
|
{
|
|
5300
4614
|
"name": "show-backdrop",
|
|
5301
4615
|
"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.",
|
|
@@ -5306,15 +4620,6 @@
|
|
|
5306
4620
|
"type": "boolean"
|
|
5307
4621
|
}
|
|
5308
4622
|
},
|
|
5309
|
-
{
|
|
5310
|
-
"name": "theme",
|
|
5311
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5312
|
-
"required": false,
|
|
5313
|
-
"value": {
|
|
5314
|
-
"kind": "expression",
|
|
5315
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5316
|
-
}
|
|
5317
|
-
},
|
|
5318
4623
|
{
|
|
5319
4624
|
"name": "trigger",
|
|
5320
4625
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -5444,21 +4749,12 @@
|
|
|
5444
4749
|
},
|
|
5445
4750
|
{
|
|
5446
4751
|
"name": "mode",
|
|
5447
|
-
"description": "The mode determines
|
|
4752
|
+
"description": "The mode determines which platform styles to use.",
|
|
5448
4753
|
"required": false,
|
|
5449
4754
|
"value": {
|
|
5450
4755
|
"kind": "expression",
|
|
5451
4756
|
"type": "\"ios\" | \"md\""
|
|
5452
4757
|
}
|
|
5453
|
-
},
|
|
5454
|
-
{
|
|
5455
|
-
"name": "theme",
|
|
5456
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5457
|
-
"required": false,
|
|
5458
|
-
"value": {
|
|
5459
|
-
"kind": "expression",
|
|
5460
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5461
|
-
}
|
|
5462
4758
|
}
|
|
5463
4759
|
],
|
|
5464
4760
|
"slots": [],
|
|
@@ -5475,21 +4771,12 @@
|
|
|
5475
4771
|
"attributes": [
|
|
5476
4772
|
{
|
|
5477
4773
|
"name": "mode",
|
|
5478
|
-
"description": "The mode determines
|
|
4774
|
+
"description": "The mode determines which platform styles to use.",
|
|
5479
4775
|
"required": false,
|
|
5480
4776
|
"value": {
|
|
5481
4777
|
"kind": "expression",
|
|
5482
4778
|
"type": "\"ios\" | \"md\""
|
|
5483
4779
|
}
|
|
5484
|
-
},
|
|
5485
|
-
{
|
|
5486
|
-
"name": "theme",
|
|
5487
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5488
|
-
"required": false,
|
|
5489
|
-
"value": {
|
|
5490
|
-
"kind": "expression",
|
|
5491
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5492
|
-
}
|
|
5493
4780
|
}
|
|
5494
4781
|
],
|
|
5495
4782
|
"slots": [],
|
|
@@ -5526,22 +4813,13 @@
|
|
|
5526
4813
|
},
|
|
5527
4814
|
{
|
|
5528
4815
|
"name": "mode",
|
|
5529
|
-
"description": "The mode determines
|
|
4816
|
+
"description": "The mode determines which platform styles to use.",
|
|
5530
4817
|
"required": false,
|
|
5531
4818
|
"value": {
|
|
5532
4819
|
"kind": "expression",
|
|
5533
4820
|
"type": "\"ios\" | \"md\""
|
|
5534
4821
|
}
|
|
5535
4822
|
},
|
|
5536
|
-
{
|
|
5537
|
-
"name": "theme",
|
|
5538
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5539
|
-
"required": false,
|
|
5540
|
-
"value": {
|
|
5541
|
-
"kind": "expression",
|
|
5542
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5543
|
-
}
|
|
5544
|
-
},
|
|
5545
4823
|
{
|
|
5546
4824
|
"name": "value",
|
|
5547
4825
|
"description": "The selected option in the picker.",
|
|
@@ -5604,24 +4882,6 @@
|
|
|
5604
4882
|
"type": "boolean"
|
|
5605
4883
|
}
|
|
5606
4884
|
},
|
|
5607
|
-
{
|
|
5608
|
-
"name": "mode",
|
|
5609
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5610
|
-
"required": false,
|
|
5611
|
-
"value": {
|
|
5612
|
-
"kind": "expression",
|
|
5613
|
-
"type": "\"ios\" | \"md\""
|
|
5614
|
-
}
|
|
5615
|
-
},
|
|
5616
|
-
{
|
|
5617
|
-
"name": "theme",
|
|
5618
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5619
|
-
"required": false,
|
|
5620
|
-
"value": {
|
|
5621
|
-
"kind": "expression",
|
|
5622
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5623
|
-
}
|
|
5624
|
-
},
|
|
5625
4885
|
{
|
|
5626
4886
|
"name": "value",
|
|
5627
4887
|
"description": "The text value of the option.",
|
|
@@ -5752,7 +5012,7 @@
|
|
|
5752
5012
|
},
|
|
5753
5013
|
{
|
|
5754
5014
|
"name": "mode",
|
|
5755
|
-
"description": "The mode determines
|
|
5015
|
+
"description": "The mode determines which platform styles to use.",
|
|
5756
5016
|
"required": false,
|
|
5757
5017
|
"value": {
|
|
5758
5018
|
"kind": "expression",
|
|
@@ -5769,15 +5029,6 @@
|
|
|
5769
5029
|
"type": "boolean"
|
|
5770
5030
|
}
|
|
5771
5031
|
},
|
|
5772
|
-
{
|
|
5773
|
-
"name": "theme",
|
|
5774
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5775
|
-
"required": false,
|
|
5776
|
-
"value": {
|
|
5777
|
-
"kind": "expression",
|
|
5778
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5779
|
-
}
|
|
5780
|
-
},
|
|
5781
5032
|
{
|
|
5782
5033
|
"name": "trigger",
|
|
5783
5034
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -5883,7 +5134,7 @@
|
|
|
5883
5134
|
"attributes": [
|
|
5884
5135
|
{
|
|
5885
5136
|
"name": "alignment",
|
|
5886
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5137
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
5887
5138
|
"required": false,
|
|
5888
5139
|
"value": {
|
|
5889
5140
|
"kind": "expression",
|
|
@@ -5902,7 +5153,7 @@
|
|
|
5902
5153
|
},
|
|
5903
5154
|
{
|
|
5904
5155
|
"name": "arrow",
|
|
5905
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
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.",
|
|
5906
5157
|
"required": false,
|
|
5907
5158
|
"default": "true",
|
|
5908
5159
|
"value": {
|
|
@@ -6026,7 +5277,7 @@
|
|
|
6026
5277
|
},
|
|
6027
5278
|
{
|
|
6028
5279
|
"name": "mode",
|
|
6029
|
-
"description": "The mode determines
|
|
5280
|
+
"description": "The mode determines which platform styles to use.",
|
|
6030
5281
|
"required": false,
|
|
6031
5282
|
"value": {
|
|
6032
5283
|
"kind": "expression",
|
|
@@ -6073,18 +5324,9 @@
|
|
|
6073
5324
|
"type": "\"auto\" | \"cover\""
|
|
6074
5325
|
}
|
|
6075
5326
|
},
|
|
6076
|
-
{
|
|
6077
|
-
"name": "theme",
|
|
6078
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6079
|
-
"required": false,
|
|
6080
|
-
"value": {
|
|
6081
|
-
"kind": "expression",
|
|
6082
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6083
|
-
}
|
|
6084
|
-
},
|
|
6085
5327
|
{
|
|
6086
5328
|
"name": "translucent",
|
|
6087
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
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).",
|
|
6088
5330
|
"required": false,
|
|
6089
5331
|
"default": "false",
|
|
6090
5332
|
"value": {
|
|
@@ -6231,7 +5473,7 @@
|
|
|
6231
5473
|
},
|
|
6232
5474
|
{
|
|
6233
5475
|
"name": "mode",
|
|
6234
|
-
"description": "The mode determines
|
|
5476
|
+
"description": "The mode determines which platform styles to use.",
|
|
6235
5477
|
"required": false,
|
|
6236
5478
|
"value": {
|
|
6237
5479
|
"kind": "expression",
|
|
@@ -6248,15 +5490,6 @@
|
|
|
6248
5490
|
"type": "boolean"
|
|
6249
5491
|
}
|
|
6250
5492
|
},
|
|
6251
|
-
{
|
|
6252
|
-
"name": "theme",
|
|
6253
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6254
|
-
"required": false,
|
|
6255
|
-
"value": {
|
|
6256
|
-
"kind": "expression",
|
|
6257
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6258
|
-
}
|
|
6259
|
-
},
|
|
6260
5493
|
{
|
|
6261
5494
|
"name": "type",
|
|
6262
5495
|
"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).",
|
|
@@ -6339,7 +5572,7 @@
|
|
|
6339
5572
|
},
|
|
6340
5573
|
{
|
|
6341
5574
|
"name": "mode",
|
|
6342
|
-
"description": "The mode determines
|
|
5575
|
+
"description": "The mode determines which platform styles to use.",
|
|
6343
5576
|
"required": false,
|
|
6344
5577
|
"value": {
|
|
6345
5578
|
"kind": "expression",
|
|
@@ -6356,15 +5589,6 @@
|
|
|
6356
5589
|
"type": "string"
|
|
6357
5590
|
}
|
|
6358
5591
|
},
|
|
6359
|
-
{
|
|
6360
|
-
"name": "theme",
|
|
6361
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6362
|
-
"required": false,
|
|
6363
|
-
"value": {
|
|
6364
|
-
"kind": "expression",
|
|
6365
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6366
|
-
}
|
|
6367
|
-
},
|
|
6368
5592
|
{
|
|
6369
5593
|
"name": "value",
|
|
6370
5594
|
"description": "the value of the radio.",
|
|
@@ -6432,15 +5656,6 @@
|
|
|
6432
5656
|
"type": "((currentValue: any, compareValue: any) => boolean) | null | string | undefined"
|
|
6433
5657
|
}
|
|
6434
5658
|
},
|
|
6435
|
-
{
|
|
6436
|
-
"name": "mode",
|
|
6437
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6438
|
-
"required": false,
|
|
6439
|
-
"value": {
|
|
6440
|
-
"kind": "expression",
|
|
6441
|
-
"type": "\"ios\" | \"md\""
|
|
6442
|
-
}
|
|
6443
|
-
},
|
|
6444
5659
|
{
|
|
6445
5660
|
"name": "name",
|
|
6446
5661
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -6451,15 +5666,6 @@
|
|
|
6451
5666
|
"type": "string"
|
|
6452
5667
|
}
|
|
6453
5668
|
},
|
|
6454
|
-
{
|
|
6455
|
-
"name": "theme",
|
|
6456
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6457
|
-
"required": false,
|
|
6458
|
-
"value": {
|
|
6459
|
-
"kind": "expression",
|
|
6460
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6461
|
-
}
|
|
6462
|
-
},
|
|
6463
5669
|
{
|
|
6464
5670
|
"name": "value",
|
|
6465
5671
|
"description": "the value of the radio group.",
|
|
@@ -6581,7 +5787,7 @@
|
|
|
6581
5787
|
},
|
|
6582
5788
|
{
|
|
6583
5789
|
"name": "mode",
|
|
6584
|
-
"description": "The mode determines
|
|
5790
|
+
"description": "The mode determines which platform styles to use.",
|
|
6585
5791
|
"required": false,
|
|
6586
5792
|
"value": {
|
|
6587
5793
|
"kind": "expression",
|
|
@@ -6638,15 +5844,6 @@
|
|
|
6638
5844
|
"type": "number"
|
|
6639
5845
|
}
|
|
6640
5846
|
},
|
|
6641
|
-
{
|
|
6642
|
-
"name": "theme",
|
|
6643
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6644
|
-
"required": false,
|
|
6645
|
-
"value": {
|
|
6646
|
-
"kind": "expression",
|
|
6647
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6648
|
-
}
|
|
6649
|
-
},
|
|
6650
5847
|
{
|
|
6651
5848
|
"name": "ticks",
|
|
6652
5849
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -6776,7 +5973,7 @@
|
|
|
6776
5973
|
},
|
|
6777
5974
|
{
|
|
6778
5975
|
"name": "mode",
|
|
6779
|
-
"description": "The mode determines
|
|
5976
|
+
"description": "The mode determines which platform styles to use.",
|
|
6780
5977
|
"required": false,
|
|
6781
5978
|
"value": {
|
|
6782
5979
|
"kind": "expression",
|
|
@@ -6822,15 +6019,6 @@
|
|
|
6822
6019
|
"kind": "expression",
|
|
6823
6020
|
"type": "string"
|
|
6824
6021
|
}
|
|
6825
|
-
},
|
|
6826
|
-
{
|
|
6827
|
-
"name": "theme",
|
|
6828
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6829
|
-
"required": false,
|
|
6830
|
-
"value": {
|
|
6831
|
-
"kind": "expression",
|
|
6832
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6833
|
-
}
|
|
6834
6022
|
}
|
|
6835
6023
|
],
|
|
6836
6024
|
"slots": [],
|
|
@@ -6876,15 +6064,6 @@
|
|
|
6876
6064
|
"symbol": "RefresherContent"
|
|
6877
6065
|
},
|
|
6878
6066
|
"attributes": [
|
|
6879
|
-
{
|
|
6880
|
-
"name": "mode",
|
|
6881
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6882
|
-
"required": false,
|
|
6883
|
-
"value": {
|
|
6884
|
-
"kind": "expression",
|
|
6885
|
-
"type": "\"ios\" | \"md\""
|
|
6886
|
-
}
|
|
6887
|
-
},
|
|
6888
6067
|
{
|
|
6889
6068
|
"name": "pulling-icon",
|
|
6890
6069
|
"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.",
|
|
@@ -6920,15 +6099,6 @@
|
|
|
6920
6099
|
"kind": "expression",
|
|
6921
6100
|
"type": "IonicSafeString | string | undefined"
|
|
6922
6101
|
}
|
|
6923
|
-
},
|
|
6924
|
-
{
|
|
6925
|
-
"name": "theme",
|
|
6926
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6927
|
-
"required": false,
|
|
6928
|
-
"value": {
|
|
6929
|
-
"kind": "expression",
|
|
6930
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6931
|
-
}
|
|
6932
6102
|
}
|
|
6933
6103
|
],
|
|
6934
6104
|
"slots": [],
|
|
@@ -6942,26 +6112,7 @@
|
|
|
6942
6112
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
6943
6113
|
"symbol": "Reorder"
|
|
6944
6114
|
},
|
|
6945
|
-
"attributes": [
|
|
6946
|
-
{
|
|
6947
|
-
"name": "mode",
|
|
6948
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6949
|
-
"required": false,
|
|
6950
|
-
"value": {
|
|
6951
|
-
"kind": "expression",
|
|
6952
|
-
"type": "\"ios\" | \"md\""
|
|
6953
|
-
}
|
|
6954
|
-
},
|
|
6955
|
-
{
|
|
6956
|
-
"name": "theme",
|
|
6957
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6958
|
-
"required": false,
|
|
6959
|
-
"value": {
|
|
6960
|
-
"kind": "expression",
|
|
6961
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6962
|
-
}
|
|
6963
|
-
}
|
|
6964
|
-
],
|
|
6115
|
+
"attributes": [],
|
|
6965
6116
|
"slots": [],
|
|
6966
6117
|
"events": []
|
|
6967
6118
|
},
|
|
@@ -6983,24 +6134,6 @@
|
|
|
6983
6134
|
"kind": "expression",
|
|
6984
6135
|
"type": "boolean"
|
|
6985
6136
|
}
|
|
6986
|
-
},
|
|
6987
|
-
{
|
|
6988
|
-
"name": "mode",
|
|
6989
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6990
|
-
"required": false,
|
|
6991
|
-
"value": {
|
|
6992
|
-
"kind": "expression",
|
|
6993
|
-
"type": "\"ios\" | \"md\""
|
|
6994
|
-
}
|
|
6995
|
-
},
|
|
6996
|
-
{
|
|
6997
|
-
"name": "theme",
|
|
6998
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6999
|
-
"required": false,
|
|
7000
|
-
"value": {
|
|
7001
|
-
"kind": "expression",
|
|
7002
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7003
|
-
}
|
|
7004
6137
|
}
|
|
7005
6138
|
],
|
|
7006
6139
|
"slots": [],
|
|
@@ -7026,24 +6159,6 @@
|
|
|
7026
6159
|
"symbol": "RippleEffect"
|
|
7027
6160
|
},
|
|
7028
6161
|
"attributes": [
|
|
7029
|
-
{
|
|
7030
|
-
"name": "mode",
|
|
7031
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7032
|
-
"required": false,
|
|
7033
|
-
"value": {
|
|
7034
|
-
"kind": "expression",
|
|
7035
|
-
"type": "\"ios\" | \"md\""
|
|
7036
|
-
}
|
|
7037
|
-
},
|
|
7038
|
-
{
|
|
7039
|
-
"name": "theme",
|
|
7040
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7041
|
-
"required": false,
|
|
7042
|
-
"value": {
|
|
7043
|
-
"kind": "expression",
|
|
7044
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7045
|
-
}
|
|
7046
|
-
},
|
|
7047
6162
|
{
|
|
7048
6163
|
"name": "type",
|
|
7049
6164
|
"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.",
|
|
@@ -7085,40 +6200,22 @@
|
|
|
7085
6200
|
"type": "(() => NavigationHookResult | Promise<NavigationHookResult>) | undefined"
|
|
7086
6201
|
}
|
|
7087
6202
|
},
|
|
7088
|
-
{
|
|
7089
|
-
"name": "component",
|
|
7090
|
-
"description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
|
|
7091
|
-
"required": true,
|
|
7092
|
-
"value": {
|
|
7093
|
-
"kind": "expression",
|
|
7094
|
-
"type": "string"
|
|
7095
|
-
}
|
|
7096
|
-
},
|
|
7097
|
-
{
|
|
7098
|
-
"name": "componentProps",
|
|
7099
|
-
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
|
|
7100
|
-
"required": false,
|
|
7101
|
-
"value": {
|
|
7102
|
-
"kind": "expression",
|
|
7103
|
-
"type": "undefined | { [key: string]: any; }"
|
|
7104
|
-
}
|
|
7105
|
-
},
|
|
7106
|
-
{
|
|
7107
|
-
"name": "mode",
|
|
7108
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7109
|
-
"required": false,
|
|
6203
|
+
{
|
|
6204
|
+
"name": "component",
|
|
6205
|
+
"description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
|
|
6206
|
+
"required": true,
|
|
7110
6207
|
"value": {
|
|
7111
6208
|
"kind": "expression",
|
|
7112
|
-
"type": "
|
|
6209
|
+
"type": "string"
|
|
7113
6210
|
}
|
|
7114
6211
|
},
|
|
7115
6212
|
{
|
|
7116
|
-
"name": "
|
|
7117
|
-
"description": "
|
|
6213
|
+
"name": "componentProps",
|
|
6214
|
+
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
|
|
7118
6215
|
"required": false,
|
|
7119
6216
|
"value": {
|
|
7120
6217
|
"kind": "expression",
|
|
7121
|
-
"type": "
|
|
6218
|
+
"type": "undefined | { [key: string]: any; }"
|
|
7122
6219
|
}
|
|
7123
6220
|
},
|
|
7124
6221
|
{
|
|
@@ -7154,26 +6251,7 @@
|
|
|
7154
6251
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
7155
6252
|
"symbol": "Row"
|
|
7156
6253
|
},
|
|
7157
|
-
"attributes": [
|
|
7158
|
-
{
|
|
7159
|
-
"name": "mode",
|
|
7160
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7161
|
-
"required": false,
|
|
7162
|
-
"value": {
|
|
7163
|
-
"kind": "expression",
|
|
7164
|
-
"type": "\"ios\" | \"md\""
|
|
7165
|
-
}
|
|
7166
|
-
},
|
|
7167
|
-
{
|
|
7168
|
-
"name": "theme",
|
|
7169
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7170
|
-
"required": false,
|
|
7171
|
-
"value": {
|
|
7172
|
-
"kind": "expression",
|
|
7173
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7174
|
-
}
|
|
7175
|
-
}
|
|
7176
|
-
],
|
|
6254
|
+
"attributes": [],
|
|
7177
6255
|
"slots": [],
|
|
7178
6256
|
"events": []
|
|
7179
6257
|
},
|
|
@@ -7213,7 +6291,7 @@
|
|
|
7213
6291
|
"default": "'off'",
|
|
7214
6292
|
"value": {
|
|
7215
6293
|
"kind": "expression",
|
|
7216
|
-
"type": "\"name\" | \"
|
|
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\""
|
|
7217
6295
|
}
|
|
7218
6296
|
},
|
|
7219
6297
|
{
|
|
@@ -7228,16 +6306,17 @@
|
|
|
7228
6306
|
},
|
|
7229
6307
|
{
|
|
7230
6308
|
"name": "cancel-button-icon",
|
|
7231
|
-
"description": "Set the cancel button icon. Only
|
|
6309
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
7232
6310
|
"required": false,
|
|
6311
|
+
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
7233
6312
|
"value": {
|
|
7234
6313
|
"kind": "expression",
|
|
7235
|
-
"type": "string
|
|
6314
|
+
"type": "string"
|
|
7236
6315
|
}
|
|
7237
6316
|
},
|
|
7238
6317
|
{
|
|
7239
6318
|
"name": "cancel-button-text",
|
|
7240
|
-
"description": "Set the the cancel button text. Only
|
|
6319
|
+
"description": "Set the the cancel button text. Only applies to `ios` mode.",
|
|
7241
6320
|
"required": false,
|
|
7242
6321
|
"default": "'Cancel'",
|
|
7243
6322
|
"value": {
|
|
@@ -7247,7 +6326,7 @@
|
|
|
7247
6326
|
},
|
|
7248
6327
|
{
|
|
7249
6328
|
"name": "clear-icon",
|
|
7250
|
-
"description": "Set the clear icon. Defaults to
|
|
6329
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
7251
6330
|
"required": false,
|
|
7252
6331
|
"value": {
|
|
7253
6332
|
"kind": "expression",
|
|
@@ -7320,7 +6399,7 @@
|
|
|
7320
6399
|
},
|
|
7321
6400
|
{
|
|
7322
6401
|
"name": "mode",
|
|
7323
|
-
"description": "The mode determines
|
|
6402
|
+
"description": "The mode determines which platform styles to use.",
|
|
7324
6403
|
"required": false,
|
|
7325
6404
|
"value": {
|
|
7326
6405
|
"kind": "expression",
|
|
@@ -7349,7 +6428,7 @@
|
|
|
7349
6428
|
},
|
|
7350
6429
|
{
|
|
7351
6430
|
"name": "search-icon",
|
|
7352
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
6431
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
|
|
7353
6432
|
"required": false,
|
|
7354
6433
|
"value": {
|
|
7355
6434
|
"kind": "expression",
|
|
@@ -7386,15 +6465,6 @@
|
|
|
7386
6465
|
"type": "boolean"
|
|
7387
6466
|
}
|
|
7388
6467
|
},
|
|
7389
|
-
{
|
|
7390
|
-
"name": "theme",
|
|
7391
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7392
|
-
"required": false,
|
|
7393
|
-
"value": {
|
|
7394
|
-
"kind": "expression",
|
|
7395
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7396
|
-
}
|
|
7397
|
-
},
|
|
7398
6468
|
{
|
|
7399
6469
|
"name": "type",
|
|
7400
6470
|
"description": "Set the type of the input.",
|
|
@@ -7510,7 +6580,7 @@
|
|
|
7510
6580
|
},
|
|
7511
6581
|
{
|
|
7512
6582
|
"name": "mode",
|
|
7513
|
-
"description": "The mode determines
|
|
6583
|
+
"description": "The mode determines which platform styles to use.",
|
|
7514
6584
|
"required": false,
|
|
7515
6585
|
"value": {
|
|
7516
6586
|
"kind": "expression",
|
|
@@ -7547,15 +6617,6 @@
|
|
|
7547
6617
|
"type": "boolean"
|
|
7548
6618
|
}
|
|
7549
6619
|
},
|
|
7550
|
-
{
|
|
7551
|
-
"name": "theme",
|
|
7552
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7553
|
-
"required": false,
|
|
7554
|
-
"value": {
|
|
7555
|
-
"kind": "expression",
|
|
7556
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7557
|
-
}
|
|
7558
|
-
},
|
|
7559
6620
|
{
|
|
7560
6621
|
"name": "value",
|
|
7561
6622
|
"description": "the value of the segment.",
|
|
@@ -7611,22 +6672,13 @@
|
|
|
7611
6672
|
},
|
|
7612
6673
|
{
|
|
7613
6674
|
"name": "mode",
|
|
7614
|
-
"description": "The mode determines
|
|
6675
|
+
"description": "The mode determines which platform styles to use.",
|
|
7615
6676
|
"required": false,
|
|
7616
6677
|
"value": {
|
|
7617
6678
|
"kind": "expression",
|
|
7618
6679
|
"type": "\"ios\" | \"md\""
|
|
7619
6680
|
}
|
|
7620
6681
|
},
|
|
7621
|
-
{
|
|
7622
|
-
"name": "theme",
|
|
7623
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7624
|
-
"required": false,
|
|
7625
|
-
"value": {
|
|
7626
|
-
"kind": "expression",
|
|
7627
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7628
|
-
}
|
|
7629
|
-
},
|
|
7630
6682
|
{
|
|
7631
6683
|
"name": "type",
|
|
7632
6684
|
"description": "The type of the button.",
|
|
@@ -7700,7 +6752,7 @@
|
|
|
7700
6752
|
},
|
|
7701
6753
|
{
|
|
7702
6754
|
"name": "expanded-icon",
|
|
7703
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
6755
|
+
"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.",
|
|
7704
6756
|
"required": false,
|
|
7705
6757
|
"value": {
|
|
7706
6758
|
"kind": "expression",
|
|
@@ -7709,7 +6761,7 @@
|
|
|
7709
6761
|
},
|
|
7710
6762
|
{
|
|
7711
6763
|
"name": "fill",
|
|
7712
|
-
"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
|
|
6764
|
+
"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.",
|
|
7713
6765
|
"required": false,
|
|
7714
6766
|
"value": {
|
|
7715
6767
|
"kind": "expression",
|
|
@@ -7766,7 +6818,7 @@
|
|
|
7766
6818
|
},
|
|
7767
6819
|
{
|
|
7768
6820
|
"name": "mode",
|
|
7769
|
-
"description": "The mode determines
|
|
6821
|
+
"description": "The mode determines which platform styles to use.",
|
|
7770
6822
|
"required": false,
|
|
7771
6823
|
"value": {
|
|
7772
6824
|
"kind": "expression",
|
|
@@ -7830,18 +6882,9 @@
|
|
|
7830
6882
|
"type": "\"round\" | undefined"
|
|
7831
6883
|
}
|
|
7832
6884
|
},
|
|
7833
|
-
{
|
|
7834
|
-
"name": "theme",
|
|
7835
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7836
|
-
"required": false,
|
|
7837
|
-
"value": {
|
|
7838
|
-
"kind": "expression",
|
|
7839
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7840
|
-
}
|
|
7841
|
-
},
|
|
7842
6885
|
{
|
|
7843
6886
|
"name": "toggle-icon",
|
|
7844
|
-
"description": "The toggle icon to use. Defaults to
|
|
6887
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
7845
6888
|
"required": false,
|
|
7846
6889
|
"value": {
|
|
7847
6890
|
"kind": "expression",
|
|
@@ -7944,24 +6987,6 @@
|
|
|
7944
6987
|
"type": "boolean"
|
|
7945
6988
|
}
|
|
7946
6989
|
},
|
|
7947
|
-
{
|
|
7948
|
-
"name": "mode",
|
|
7949
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7950
|
-
"required": false,
|
|
7951
|
-
"value": {
|
|
7952
|
-
"kind": "expression",
|
|
7953
|
-
"type": "\"ios\" | \"md\""
|
|
7954
|
-
}
|
|
7955
|
-
},
|
|
7956
|
-
{
|
|
7957
|
-
"name": "theme",
|
|
7958
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7959
|
-
"required": false,
|
|
7960
|
-
"value": {
|
|
7961
|
-
"kind": "expression",
|
|
7962
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7963
|
-
}
|
|
7964
|
-
},
|
|
7965
6990
|
{
|
|
7966
6991
|
"name": "value",
|
|
7967
6992
|
"description": "The text value of the option.",
|
|
@@ -7993,24 +7018,6 @@
|
|
|
7993
7018
|
"kind": "expression",
|
|
7994
7019
|
"type": "boolean"
|
|
7995
7020
|
}
|
|
7996
|
-
},
|
|
7997
|
-
{
|
|
7998
|
-
"name": "mode",
|
|
7999
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8000
|
-
"required": false,
|
|
8001
|
-
"value": {
|
|
8002
|
-
"kind": "expression",
|
|
8003
|
-
"type": "\"ios\" | \"md\""
|
|
8004
|
-
}
|
|
8005
|
-
},
|
|
8006
|
-
{
|
|
8007
|
-
"name": "theme",
|
|
8008
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8009
|
-
"required": false,
|
|
8010
|
-
"value": {
|
|
8011
|
-
"kind": "expression",
|
|
8012
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8013
|
-
}
|
|
8014
7021
|
}
|
|
8015
7022
|
],
|
|
8016
7023
|
"slots": [],
|
|
@@ -8043,15 +7050,6 @@
|
|
|
8043
7050
|
"type": "number | undefined"
|
|
8044
7051
|
}
|
|
8045
7052
|
},
|
|
8046
|
-
{
|
|
8047
|
-
"name": "mode",
|
|
8048
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8049
|
-
"required": false,
|
|
8050
|
-
"value": {
|
|
8051
|
-
"kind": "expression",
|
|
8052
|
-
"type": "\"ios\" | \"md\""
|
|
8053
|
-
}
|
|
8054
|
-
},
|
|
8055
7053
|
{
|
|
8056
7054
|
"name": "name",
|
|
8057
7055
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -8070,24 +7068,6 @@
|
|
|
8070
7068
|
"kind": "expression",
|
|
8071
7069
|
"type": "boolean"
|
|
8072
7070
|
}
|
|
8073
|
-
},
|
|
8074
|
-
{
|
|
8075
|
-
"name": "size",
|
|
8076
|
-
"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.",
|
|
8077
|
-
"required": false,
|
|
8078
|
-
"value": {
|
|
8079
|
-
"kind": "expression",
|
|
8080
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8081
|
-
}
|
|
8082
|
-
},
|
|
8083
|
-
{
|
|
8084
|
-
"name": "theme",
|
|
8085
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8086
|
-
"required": false,
|
|
8087
|
-
"value": {
|
|
8088
|
-
"kind": "expression",
|
|
8089
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8090
|
-
}
|
|
8091
7071
|
}
|
|
8092
7072
|
],
|
|
8093
7073
|
"slots": [],
|
|
@@ -8121,24 +7101,6 @@
|
|
|
8121
7101
|
"type": "boolean"
|
|
8122
7102
|
}
|
|
8123
7103
|
},
|
|
8124
|
-
{
|
|
8125
|
-
"name": "mode",
|
|
8126
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8127
|
-
"required": false,
|
|
8128
|
-
"value": {
|
|
8129
|
-
"kind": "expression",
|
|
8130
|
-
"type": "\"ios\" | \"md\""
|
|
8131
|
-
}
|
|
8132
|
-
},
|
|
8133
|
-
{
|
|
8134
|
-
"name": "theme",
|
|
8135
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8136
|
-
"required": false,
|
|
8137
|
-
"value": {
|
|
8138
|
-
"kind": "expression",
|
|
8139
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8140
|
-
}
|
|
8141
|
-
},
|
|
8142
7104
|
{
|
|
8143
7105
|
"name": "when",
|
|
8144
7106
|
"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.",
|
|
@@ -8182,15 +7144,6 @@
|
|
|
8182
7144
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
8183
7145
|
}
|
|
8184
7146
|
},
|
|
8185
|
-
{
|
|
8186
|
-
"name": "mode",
|
|
8187
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8188
|
-
"required": false,
|
|
8189
|
-
"value": {
|
|
8190
|
-
"kind": "expression",
|
|
8191
|
-
"type": "\"ios\" | \"md\""
|
|
8192
|
-
}
|
|
8193
|
-
},
|
|
8194
7147
|
{
|
|
8195
7148
|
"name": "tab",
|
|
8196
7149
|
"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.",
|
|
@@ -8199,15 +7152,6 @@
|
|
|
8199
7152
|
"kind": "expression",
|
|
8200
7153
|
"type": "string"
|
|
8201
7154
|
}
|
|
8202
|
-
},
|
|
8203
|
-
{
|
|
8204
|
-
"name": "theme",
|
|
8205
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8206
|
-
"required": false,
|
|
8207
|
-
"value": {
|
|
8208
|
-
"kind": "expression",
|
|
8209
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8210
|
-
}
|
|
8211
7155
|
}
|
|
8212
7156
|
],
|
|
8213
7157
|
"slots": [],
|
|
@@ -8231,19 +7175,9 @@
|
|
|
8231
7175
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8232
7176
|
}
|
|
8233
7177
|
},
|
|
8234
|
-
{
|
|
8235
|
-
"name": "expand",
|
|
8236
|
-
"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\"`.",
|
|
8237
|
-
"required": false,
|
|
8238
|
-
"default": "'full'",
|
|
8239
|
-
"value": {
|
|
8240
|
-
"kind": "expression",
|
|
8241
|
-
"type": "\"compact\" | \"full\""
|
|
8242
|
-
}
|
|
8243
|
-
},
|
|
8244
7178
|
{
|
|
8245
7179
|
"name": "mode",
|
|
8246
|
-
"description": "The mode determines
|
|
7180
|
+
"description": "The mode determines which platform styles to use.",
|
|
8247
7181
|
"required": false,
|
|
8248
7182
|
"value": {
|
|
8249
7183
|
"kind": "expression",
|
|
@@ -8259,27 +7193,9 @@
|
|
|
8259
7193
|
"type": "string | undefined"
|
|
8260
7194
|
}
|
|
8261
7195
|
},
|
|
8262
|
-
{
|
|
8263
|
-
"name": "shape",
|
|
8264
|
-
"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.",
|
|
8265
|
-
"required": false,
|
|
8266
|
-
"value": {
|
|
8267
|
-
"kind": "expression",
|
|
8268
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8269
|
-
}
|
|
8270
|
-
},
|
|
8271
|
-
{
|
|
8272
|
-
"name": "theme",
|
|
8273
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8274
|
-
"required": false,
|
|
8275
|
-
"value": {
|
|
8276
|
-
"kind": "expression",
|
|
8277
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8278
|
-
}
|
|
8279
|
-
},
|
|
8280
7196
|
{
|
|
8281
7197
|
"name": "translucent",
|
|
8282
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
7198
|
+
"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).",
|
|
8283
7199
|
"required": false,
|
|
8284
7200
|
"default": "false",
|
|
8285
7201
|
"value": {
|
|
@@ -8339,7 +7255,7 @@
|
|
|
8339
7255
|
},
|
|
8340
7256
|
{
|
|
8341
7257
|
"name": "mode",
|
|
8342
|
-
"description": "The mode determines
|
|
7258
|
+
"description": "The mode determines which platform styles to use.",
|
|
8343
7259
|
"required": false,
|
|
8344
7260
|
"value": {
|
|
8345
7261
|
"kind": "expression",
|
|
@@ -8382,15 +7298,6 @@
|
|
|
8382
7298
|
"kind": "expression",
|
|
8383
7299
|
"type": "string | undefined"
|
|
8384
7300
|
}
|
|
8385
|
-
},
|
|
8386
|
-
{
|
|
8387
|
-
"name": "theme",
|
|
8388
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8389
|
-
"required": false,
|
|
8390
|
-
"value": {
|
|
8391
|
-
"kind": "expression",
|
|
8392
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8393
|
-
}
|
|
8394
7301
|
}
|
|
8395
7302
|
],
|
|
8396
7303
|
"slots": [],
|
|
@@ -8404,26 +7311,7 @@
|
|
|
8404
7311
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
8405
7312
|
"symbol": "Tabs"
|
|
8406
7313
|
},
|
|
8407
|
-
"attributes": [
|
|
8408
|
-
{
|
|
8409
|
-
"name": "mode",
|
|
8410
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8411
|
-
"required": false,
|
|
8412
|
-
"value": {
|
|
8413
|
-
"kind": "expression",
|
|
8414
|
-
"type": "\"ios\" | \"md\""
|
|
8415
|
-
}
|
|
8416
|
-
},
|
|
8417
|
-
{
|
|
8418
|
-
"name": "theme",
|
|
8419
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8420
|
-
"required": false,
|
|
8421
|
-
"value": {
|
|
8422
|
-
"kind": "expression",
|
|
8423
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8424
|
-
}
|
|
8425
|
-
}
|
|
8426
|
-
],
|
|
7314
|
+
"attributes": [],
|
|
8427
7315
|
"slots": [
|
|
8428
7316
|
{
|
|
8429
7317
|
"name": "default",
|
|
@@ -8481,21 +7369,12 @@
|
|
|
8481
7369
|
},
|
|
8482
7370
|
{
|
|
8483
7371
|
"name": "mode",
|
|
8484
|
-
"description": "The mode determines
|
|
7372
|
+
"description": "The mode determines which platform styles to use.",
|
|
8485
7373
|
"required": false,
|
|
8486
7374
|
"value": {
|
|
8487
7375
|
"kind": "expression",
|
|
8488
7376
|
"type": "\"ios\" | \"md\""
|
|
8489
7377
|
}
|
|
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
|
-
}
|
|
8499
7378
|
}
|
|
8500
7379
|
],
|
|
8501
7380
|
"slots": [],
|
|
@@ -8626,7 +7505,7 @@
|
|
|
8626
7505
|
},
|
|
8627
7506
|
{
|
|
8628
7507
|
"name": "fill",
|
|
8629
|
-
"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
|
|
7508
|
+
"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.",
|
|
8630
7509
|
"required": false,
|
|
8631
7510
|
"value": {
|
|
8632
7511
|
"kind": "expression",
|
|
@@ -8690,7 +7569,7 @@
|
|
|
8690
7569
|
},
|
|
8691
7570
|
{
|
|
8692
7571
|
"name": "mode",
|
|
8693
|
-
"description": "The mode determines
|
|
7572
|
+
"description": "The mode determines which platform styles to use.",
|
|
8694
7573
|
"required": false,
|
|
8695
7574
|
"value": {
|
|
8696
7575
|
"kind": "expression",
|
|
@@ -8747,21 +7626,11 @@
|
|
|
8747
7626
|
},
|
|
8748
7627
|
{
|
|
8749
7628
|
"name": "shape",
|
|
8750
|
-
"description": "
|
|
7629
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
8751
7630
|
"required": false,
|
|
8752
7631
|
"value": {
|
|
8753
7632
|
"kind": "expression",
|
|
8754
|
-
"type": "\"
|
|
8755
|
-
}
|
|
8756
|
-
},
|
|
8757
|
-
{
|
|
8758
|
-
"name": "size",
|
|
8759
|
-
"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.",
|
|
8760
|
-
"required": false,
|
|
8761
|
-
"default": "'medium'",
|
|
8762
|
-
"value": {
|
|
8763
|
-
"kind": "expression",
|
|
8764
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7633
|
+
"type": "\"round\" | undefined"
|
|
8765
7634
|
}
|
|
8766
7635
|
},
|
|
8767
7636
|
{
|
|
@@ -8774,15 +7643,6 @@
|
|
|
8774
7643
|
"type": "boolean"
|
|
8775
7644
|
}
|
|
8776
7645
|
},
|
|
8777
|
-
{
|
|
8778
|
-
"name": "theme",
|
|
8779
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8780
|
-
"required": false,
|
|
8781
|
-
"value": {
|
|
8782
|
-
"kind": "expression",
|
|
8783
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8784
|
-
}
|
|
8785
|
-
},
|
|
8786
7646
|
{
|
|
8787
7647
|
"name": "value",
|
|
8788
7648
|
"description": "The value of the textarea.",
|
|
@@ -8868,26 +7728,7 @@
|
|
|
8868
7728
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
8869
7729
|
"symbol": "Thumbnail"
|
|
8870
7730
|
},
|
|
8871
|
-
"attributes": [
|
|
8872
|
-
{
|
|
8873
|
-
"name": "mode",
|
|
8874
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8875
|
-
"required": false,
|
|
8876
|
-
"value": {
|
|
8877
|
-
"kind": "expression",
|
|
8878
|
-
"type": "\"ios\" | \"md\""
|
|
8879
|
-
}
|
|
8880
|
-
},
|
|
8881
|
-
{
|
|
8882
|
-
"name": "theme",
|
|
8883
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8884
|
-
"required": false,
|
|
8885
|
-
"value": {
|
|
8886
|
-
"kind": "expression",
|
|
8887
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8888
|
-
}
|
|
8889
|
-
}
|
|
8890
|
-
],
|
|
7731
|
+
"attributes": [],
|
|
8891
7732
|
"slots": [],
|
|
8892
7733
|
"events": []
|
|
8893
7734
|
},
|
|
@@ -8909,15 +7750,6 @@
|
|
|
8909
7750
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8910
7751
|
}
|
|
8911
7752
|
},
|
|
8912
|
-
{
|
|
8913
|
-
"name": "mode",
|
|
8914
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8915
|
-
"required": false,
|
|
8916
|
-
"value": {
|
|
8917
|
-
"kind": "expression",
|
|
8918
|
-
"type": "\"ios\" | \"md\""
|
|
8919
|
-
}
|
|
8920
|
-
},
|
|
8921
7753
|
{
|
|
8922
7754
|
"name": "size",
|
|
8923
7755
|
"description": "The size of the toolbar title.",
|
|
@@ -8926,15 +7758,6 @@
|
|
|
8926
7758
|
"kind": "expression",
|
|
8927
7759
|
"type": "\"large\" | \"small\" | undefined"
|
|
8928
7760
|
}
|
|
8929
|
-
},
|
|
8930
|
-
{
|
|
8931
|
-
"name": "theme",
|
|
8932
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8933
|
-
"required": false,
|
|
8934
|
-
"value": {
|
|
8935
|
-
"kind": "expression",
|
|
8936
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8937
|
-
}
|
|
8938
7761
|
}
|
|
8939
7762
|
],
|
|
8940
7763
|
"slots": [],
|
|
@@ -9082,7 +7905,7 @@
|
|
|
9082
7905
|
},
|
|
9083
7906
|
{
|
|
9084
7907
|
"name": "mode",
|
|
9085
|
-
"description": "The mode determines
|
|
7908
|
+
"description": "The mode determines which platform styles to use.",
|
|
9086
7909
|
"required": false,
|
|
9087
7910
|
"value": {
|
|
9088
7911
|
"kind": "expression",
|
|
@@ -9108,15 +7931,6 @@
|
|
|
9108
7931
|
"type": "HTMLElement | string | undefined"
|
|
9109
7932
|
}
|
|
9110
7933
|
},
|
|
9111
|
-
{
|
|
9112
|
-
"name": "shape",
|
|
9113
|
-
"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.",
|
|
9114
|
-
"required": false,
|
|
9115
|
-
"value": {
|
|
9116
|
-
"kind": "expression",
|
|
9117
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9118
|
-
}
|
|
9119
|
-
},
|
|
9120
7934
|
{
|
|
9121
7935
|
"name": "swipe-gesture",
|
|
9122
7936
|
"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.",
|
|
@@ -9126,18 +7940,9 @@
|
|
|
9126
7940
|
"type": "\"vertical\" | undefined"
|
|
9127
7941
|
}
|
|
9128
7942
|
},
|
|
9129
|
-
{
|
|
9130
|
-
"name": "theme",
|
|
9131
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9132
|
-
"required": false,
|
|
9133
|
-
"value": {
|
|
9134
|
-
"kind": "expression",
|
|
9135
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9136
|
-
}
|
|
9137
|
-
},
|
|
9138
7943
|
{
|
|
9139
7944
|
"name": "translucent",
|
|
9140
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
7945
|
+
"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).",
|
|
9141
7946
|
"required": false,
|
|
9142
7947
|
"default": "false",
|
|
9143
7948
|
"value": {
|
|
@@ -9317,7 +8122,7 @@
|
|
|
9317
8122
|
},
|
|
9318
8123
|
{
|
|
9319
8124
|
"name": "mode",
|
|
9320
|
-
"description": "The mode determines
|
|
8125
|
+
"description": "The mode determines which platform styles to use.",
|
|
9321
8126
|
"required": false,
|
|
9322
8127
|
"value": {
|
|
9323
8128
|
"kind": "expression",
|
|
@@ -9334,15 +8139,6 @@
|
|
|
9334
8139
|
"type": "string"
|
|
9335
8140
|
}
|
|
9336
8141
|
},
|
|
9337
|
-
{
|
|
9338
|
-
"name": "theme",
|
|
9339
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9340
|
-
"required": false,
|
|
9341
|
-
"value": {
|
|
9342
|
-
"kind": "expression",
|
|
9343
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9344
|
-
}
|
|
9345
|
-
},
|
|
9346
8142
|
{
|
|
9347
8143
|
"name": "value",
|
|
9348
8144
|
"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>`.",
|
|
@@ -9413,21 +8209,12 @@
|
|
|
9413
8209
|
},
|
|
9414
8210
|
{
|
|
9415
8211
|
"name": "mode",
|
|
9416
|
-
"description": "The mode determines
|
|
8212
|
+
"description": "The mode determines which platform styles to use.",
|
|
9417
8213
|
"required": false,
|
|
9418
8214
|
"value": {
|
|
9419
8215
|
"kind": "expression",
|
|
9420
8216
|
"type": "\"ios\" | \"md\""
|
|
9421
8217
|
}
|
|
9422
|
-
},
|
|
9423
|
-
{
|
|
9424
|
-
"name": "theme",
|
|
9425
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9426
|
-
"required": false,
|
|
9427
|
-
"value": {
|
|
9428
|
-
"kind": "expression",
|
|
9429
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9430
|
-
}
|
|
9431
8218
|
}
|
|
9432
8219
|
],
|
|
9433
8220
|
"slots": [
|
|
@@ -9441,11 +8228,11 @@
|
|
|
9441
8228
|
},
|
|
9442
8229
|
{
|
|
9443
8230
|
"name": "primary",
|
|
9444
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
8231
|
+
"description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
|
|
9445
8232
|
},
|
|
9446
8233
|
{
|
|
9447
8234
|
"name": "secondary",
|
|
9448
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
8235
|
+
"description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
|
|
9449
8236
|
},
|
|
9450
8237
|
{
|
|
9451
8238
|
"name": "start",
|