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