@ionic/vue 8.5.2-dev.11742574407.1a7233c2 → 8.5.2-dev.11742935752.148f25e6
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 +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +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 +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +15 -37
- package/dist/index.js.map +1 -1
- package/dist/vetur/attributes.json +175 -1511
- package/dist/vetur/tags.json +45 -204
- package/dist/web-types.json +116 -1392
- 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.5.2-dev.
|
|
5
|
+
"version": "8.5.2-dev.11742935752.148f25e6",
|
|
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,48 +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
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"name": "vertical",
|
|
971
|
-
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
972
|
-
"required": false,
|
|
973
|
-
"value": {
|
|
974
|
-
"kind": "expression",
|
|
975
|
-
"type": "\"bottom\" | \"top\" | undefined"
|
|
976
|
-
}
|
|
977
833
|
}
|
|
978
834
|
],
|
|
979
835
|
"slots": [],
|
|
@@ -1037,7 +893,7 @@
|
|
|
1037
893
|
},
|
|
1038
894
|
{
|
|
1039
895
|
"name": "mode",
|
|
1040
|
-
"description": "The mode determines
|
|
896
|
+
"description": "The mode determines which platform styles to use.",
|
|
1041
897
|
"required": false,
|
|
1042
898
|
"value": {
|
|
1043
899
|
"kind": "expression",
|
|
@@ -1089,15 +945,6 @@
|
|
|
1089
945
|
"kind": "expression",
|
|
1090
946
|
"type": "string | undefined"
|
|
1091
947
|
}
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"name": "theme",
|
|
1095
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1096
|
-
"required": false,
|
|
1097
|
-
"value": {
|
|
1098
|
-
"kind": "expression",
|
|
1099
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1100
|
-
}
|
|
1101
948
|
}
|
|
1102
949
|
],
|
|
1103
950
|
"slots": [],
|
|
@@ -1173,21 +1020,12 @@
|
|
|
1173
1020
|
},
|
|
1174
1021
|
{
|
|
1175
1022
|
"name": "mode",
|
|
1176
|
-
"description": "The mode determines
|
|
1023
|
+
"description": "The mode determines which platform styles to use.",
|
|
1177
1024
|
"required": false,
|
|
1178
1025
|
"value": {
|
|
1179
1026
|
"kind": "expression",
|
|
1180
1027
|
"type": "\"ios\" | \"md\""
|
|
1181
1028
|
}
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"name": "theme",
|
|
1185
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1186
|
-
"required": false,
|
|
1187
|
-
"value": {
|
|
1188
|
-
"kind": "expression",
|
|
1189
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1190
|
-
}
|
|
1191
1029
|
}
|
|
1192
1030
|
],
|
|
1193
1031
|
"slots": [],
|
|
@@ -1289,7 +1127,7 @@
|
|
|
1289
1127
|
},
|
|
1290
1128
|
{
|
|
1291
1129
|
"name": "mode",
|
|
1292
|
-
"description": "The mode determines
|
|
1130
|
+
"description": "The mode determines which platform styles to use.",
|
|
1293
1131
|
"required": false,
|
|
1294
1132
|
"value": {
|
|
1295
1133
|
"kind": "expression",
|
|
@@ -1326,11 +1164,11 @@
|
|
|
1326
1164
|
},
|
|
1327
1165
|
{
|
|
1328
1166
|
"name": "shape",
|
|
1329
|
-
"description": "Set to `\"
|
|
1167
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
1330
1168
|
"required": false,
|
|
1331
1169
|
"value": {
|
|
1332
1170
|
"kind": "expression",
|
|
1333
|
-
"type": "\"
|
|
1171
|
+
"type": "\"round\" | undefined"
|
|
1334
1172
|
}
|
|
1335
1173
|
},
|
|
1336
1174
|
{
|
|
@@ -1339,7 +1177,7 @@
|
|
|
1339
1177
|
"required": false,
|
|
1340
1178
|
"value": {
|
|
1341
1179
|
"kind": "expression",
|
|
1342
|
-
"type": "\"default\" | \"large\" | \"small\" |
|
|
1180
|
+
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1343
1181
|
}
|
|
1344
1182
|
},
|
|
1345
1183
|
{
|
|
@@ -1361,15 +1199,6 @@
|
|
|
1361
1199
|
"type": "string | undefined"
|
|
1362
1200
|
}
|
|
1363
1201
|
},
|
|
1364
|
-
{
|
|
1365
|
-
"name": "theme",
|
|
1366
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1367
|
-
"required": false,
|
|
1368
|
-
"value": {
|
|
1369
|
-
"kind": "expression",
|
|
1370
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1371
|
-
}
|
|
1372
|
-
},
|
|
1373
1202
|
{
|
|
1374
1203
|
"name": "type",
|
|
1375
1204
|
"description": "The type of the button.",
|
|
@@ -1433,31 +1262,13 @@
|
|
|
1433
1262
|
"attributes": [
|
|
1434
1263
|
{
|
|
1435
1264
|
"name": "collapse",
|
|
1436
|
-
"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)",
|
|
1437
1266
|
"required": false,
|
|
1438
1267
|
"default": "false",
|
|
1439
1268
|
"value": {
|
|
1440
1269
|
"kind": "expression",
|
|
1441
1270
|
"type": "boolean"
|
|
1442
1271
|
}
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "mode",
|
|
1446
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1447
|
-
"required": false,
|
|
1448
|
-
"value": {
|
|
1449
|
-
"kind": "expression",
|
|
1450
|
-
"type": "\"ios\" | \"md\""
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"name": "theme",
|
|
1455
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1456
|
-
"required": false,
|
|
1457
|
-
"value": {
|
|
1458
|
-
"kind": "expression",
|
|
1459
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1460
|
-
}
|
|
1461
1272
|
}
|
|
1462
1273
|
],
|
|
1463
1274
|
"slots": [],
|
|
@@ -1521,7 +1332,7 @@
|
|
|
1521
1332
|
},
|
|
1522
1333
|
{
|
|
1523
1334
|
"name": "mode",
|
|
1524
|
-
"description": "The mode determines
|
|
1335
|
+
"description": "The mode determines which platform styles to use.",
|
|
1525
1336
|
"required": false,
|
|
1526
1337
|
"value": {
|
|
1527
1338
|
"kind": "expression",
|
|
@@ -1556,16 +1367,6 @@
|
|
|
1556
1367
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1557
1368
|
}
|
|
1558
1369
|
},
|
|
1559
|
-
{
|
|
1560
|
-
"name": "shape",
|
|
1561
|
-
"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\"`.",
|
|
1562
|
-
"required": false,
|
|
1563
|
-
"default": "'round'",
|
|
1564
|
-
"value": {
|
|
1565
|
-
"kind": "expression",
|
|
1566
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
1370
|
{
|
|
1570
1371
|
"name": "target",
|
|
1571
1372
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1575,15 +1376,6 @@
|
|
|
1575
1376
|
"type": "string | undefined"
|
|
1576
1377
|
}
|
|
1577
1378
|
},
|
|
1578
|
-
{
|
|
1579
|
-
"name": "theme",
|
|
1580
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1581
|
-
"required": false,
|
|
1582
|
-
"value": {
|
|
1583
|
-
"kind": "expression",
|
|
1584
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
1379
|
{
|
|
1588
1380
|
"name": "type",
|
|
1589
1381
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1609,21 +1401,12 @@
|
|
|
1609
1401
|
"attributes": [
|
|
1610
1402
|
{
|
|
1611
1403
|
"name": "mode",
|
|
1612
|
-
"description": "The mode determines
|
|
1404
|
+
"description": "The mode determines which platform styles to use.",
|
|
1613
1405
|
"required": false,
|
|
1614
1406
|
"value": {
|
|
1615
1407
|
"kind": "expression",
|
|
1616
1408
|
"type": "\"ios\" | \"md\""
|
|
1617
1409
|
}
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"name": "theme",
|
|
1621
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1622
|
-
"required": false,
|
|
1623
|
-
"value": {
|
|
1624
|
-
"kind": "expression",
|
|
1625
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1626
|
-
}
|
|
1627
1410
|
}
|
|
1628
1411
|
],
|
|
1629
1412
|
"slots": [],
|
|
@@ -1649,25 +1432,16 @@
|
|
|
1649
1432
|
},
|
|
1650
1433
|
{
|
|
1651
1434
|
"name": "mode",
|
|
1652
|
-
"description": "The mode determines
|
|
1435
|
+
"description": "The mode determines which platform styles to use.",
|
|
1653
1436
|
"required": false,
|
|
1654
1437
|
"value": {
|
|
1655
1438
|
"kind": "expression",
|
|
1656
1439
|
"type": "\"ios\" | \"md\""
|
|
1657
1440
|
}
|
|
1658
1441
|
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "theme",
|
|
1661
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1662
|
-
"required": false,
|
|
1663
|
-
"value": {
|
|
1664
|
-
"kind": "expression",
|
|
1665
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1668
1442
|
{
|
|
1669
1443
|
"name": "translucent",
|
|
1670
|
-
"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).",
|
|
1671
1445
|
"required": false,
|
|
1672
1446
|
"default": "false",
|
|
1673
1447
|
"value": {
|
|
@@ -1699,21 +1473,12 @@
|
|
|
1699
1473
|
},
|
|
1700
1474
|
{
|
|
1701
1475
|
"name": "mode",
|
|
1702
|
-
"description": "The mode determines
|
|
1476
|
+
"description": "The mode determines which platform styles to use.",
|
|
1703
1477
|
"required": false,
|
|
1704
1478
|
"value": {
|
|
1705
1479
|
"kind": "expression",
|
|
1706
1480
|
"type": "\"ios\" | \"md\""
|
|
1707
1481
|
}
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"name": "theme",
|
|
1711
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1712
|
-
"required": false,
|
|
1713
|
-
"value": {
|
|
1714
|
-
"kind": "expression",
|
|
1715
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1716
|
-
}
|
|
1717
1482
|
}
|
|
1718
1483
|
],
|
|
1719
1484
|
"slots": [],
|
|
@@ -1739,21 +1504,12 @@
|
|
|
1739
1504
|
},
|
|
1740
1505
|
{
|
|
1741
1506
|
"name": "mode",
|
|
1742
|
-
"description": "The mode determines
|
|
1507
|
+
"description": "The mode determines which platform styles to use.",
|
|
1743
1508
|
"required": false,
|
|
1744
1509
|
"value": {
|
|
1745
1510
|
"kind": "expression",
|
|
1746
1511
|
"type": "\"ios\" | \"md\""
|
|
1747
1512
|
}
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"name": "theme",
|
|
1751
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1752
|
-
"required": false,
|
|
1753
|
-
"value": {
|
|
1754
|
-
"kind": "expression",
|
|
1755
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1756
|
-
}
|
|
1757
1513
|
}
|
|
1758
1514
|
],
|
|
1759
1515
|
"slots": [],
|
|
@@ -1855,7 +1611,7 @@
|
|
|
1855
1611
|
},
|
|
1856
1612
|
{
|
|
1857
1613
|
"name": "mode",
|
|
1858
|
-
"description": "The mode determines
|
|
1614
|
+
"description": "The mode determines which platform styles to use.",
|
|
1859
1615
|
"required": false,
|
|
1860
1616
|
"value": {
|
|
1861
1617
|
"kind": "expression",
|
|
@@ -1882,34 +1638,6 @@
|
|
|
1882
1638
|
"type": "boolean"
|
|
1883
1639
|
}
|
|
1884
1640
|
},
|
|
1885
|
-
{
|
|
1886
|
-
"name": "shape",
|
|
1887
|
-
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1888
|
-
"required": false,
|
|
1889
|
-
"default": "'soft'",
|
|
1890
|
-
"value": {
|
|
1891
|
-
"kind": "expression",
|
|
1892
|
-
"type": "\"rectangular\" | \"soft\" | undefined"
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"name": "size",
|
|
1897
|
-
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1898
|
-
"required": false,
|
|
1899
|
-
"value": {
|
|
1900
|
-
"kind": "expression",
|
|
1901
|
-
"type": "\"small\" | undefined"
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"name": "theme",
|
|
1906
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1907
|
-
"required": false,
|
|
1908
|
-
"value": {
|
|
1909
|
-
"kind": "expression",
|
|
1910
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
1641
|
{
|
|
1914
1642
|
"name": "value",
|
|
1915
1643
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
|
|
@@ -1940,7 +1668,7 @@
|
|
|
1940
1668
|
},
|
|
1941
1669
|
{
|
|
1942
1670
|
"name": "ionChange",
|
|
1943
|
-
"description": "Emitted when the checked property has changed
|
|
1671
|
+
"description": "Emitted when the checked property has changed as a result of a user action such as a click.\n\nThis event will not emit when programmatically setting the `checked` property.",
|
|
1944
1672
|
"arguments": [
|
|
1945
1673
|
{
|
|
1946
1674
|
"name": "detail",
|
|
@@ -1990,7 +1718,7 @@
|
|
|
1990
1718
|
},
|
|
1991
1719
|
{
|
|
1992
1720
|
"name": "mode",
|
|
1993
|
-
"description": "The mode determines
|
|
1721
|
+
"description": "The mode determines which platform styles to use.",
|
|
1994
1722
|
"required": false,
|
|
1995
1723
|
"value": {
|
|
1996
1724
|
"kind": "expression",
|
|
@@ -2006,33 +1734,6 @@
|
|
|
2006
1734
|
"kind": "expression",
|
|
2007
1735
|
"type": "boolean"
|
|
2008
1736
|
}
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "shape",
|
|
2012
|
-
"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.",
|
|
2013
|
-
"required": false,
|
|
2014
|
-
"value": {
|
|
2015
|
-
"kind": "expression",
|
|
2016
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"name": "size",
|
|
2021
|
-
"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.",
|
|
2022
|
-
"required": false,
|
|
2023
|
-
"value": {
|
|
2024
|
-
"kind": "expression",
|
|
2025
|
-
"type": "\"large\" | \"small\" | undefined"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"name": "theme",
|
|
2030
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2031
|
-
"required": false,
|
|
2032
|
-
"value": {
|
|
2033
|
-
"kind": "expression",
|
|
2034
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2035
|
-
}
|
|
2036
1737
|
}
|
|
2037
1738
|
],
|
|
2038
1739
|
"slots": [],
|
|
@@ -2047,15 +1748,6 @@
|
|
|
2047
1748
|
"symbol": "Col"
|
|
2048
1749
|
},
|
|
2049
1750
|
"attributes": [
|
|
2050
|
-
{
|
|
2051
|
-
"name": "mode",
|
|
2052
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2053
|
-
"required": false,
|
|
2054
|
-
"value": {
|
|
2055
|
-
"kind": "expression",
|
|
2056
|
-
"type": "\"ios\" | \"md\""
|
|
2057
|
-
}
|
|
2058
|
-
},
|
|
2059
1751
|
{
|
|
2060
1752
|
"name": "offset",
|
|
2061
1753
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -2271,15 +1963,6 @@
|
|
|
2271
1963
|
"kind": "expression",
|
|
2272
1964
|
"type": "string | undefined"
|
|
2273
1965
|
}
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"name": "theme",
|
|
2277
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2278
|
-
"required": false,
|
|
2279
|
-
"value": {
|
|
2280
|
-
"kind": "expression",
|
|
2281
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2282
|
-
}
|
|
2283
1966
|
}
|
|
2284
1967
|
],
|
|
2285
1968
|
"slots": [],
|
|
@@ -2333,19 +2016,10 @@
|
|
|
2333
2016
|
}
|
|
2334
2017
|
},
|
|
2335
2018
|
{
|
|
2336
|
-
"name": "
|
|
2337
|
-
"description": "
|
|
2019
|
+
"name": "scroll-events",
|
|
2020
|
+
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
|
|
2338
2021
|
"required": false,
|
|
2339
|
-
"
|
|
2340
|
-
"kind": "expression",
|
|
2341
|
-
"type": "\"ios\" | \"md\""
|
|
2342
|
-
}
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "scroll-events",
|
|
2346
|
-
"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`.",
|
|
2347
|
-
"required": false,
|
|
2348
|
-
"default": "false",
|
|
2022
|
+
"default": "false",
|
|
2349
2023
|
"value": {
|
|
2350
2024
|
"kind": "expression",
|
|
2351
2025
|
"type": "boolean"
|
|
@@ -2370,15 +2044,6 @@
|
|
|
2370
2044
|
"kind": "expression",
|
|
2371
2045
|
"type": "boolean"
|
|
2372
2046
|
}
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"name": "theme",
|
|
2376
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2377
|
-
"required": false,
|
|
2378
|
-
"value": {
|
|
2379
|
-
"kind": "expression",
|
|
2380
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2381
|
-
}
|
|
2382
2047
|
}
|
|
2383
2048
|
],
|
|
2384
2049
|
"slots": [
|
|
@@ -2586,7 +2251,7 @@
|
|
|
2586
2251
|
},
|
|
2587
2252
|
{
|
|
2588
2253
|
"name": "mode",
|
|
2589
|
-
"description": "The mode determines
|
|
2254
|
+
"description": "The mode determines which platform styles to use.",
|
|
2590
2255
|
"required": false,
|
|
2591
2256
|
"value": {
|
|
2592
2257
|
"kind": "expression",
|
|
@@ -2702,15 +2367,6 @@
|
|
|
2702
2367
|
"type": "\"cover\" | \"fixed\""
|
|
2703
2368
|
}
|
|
2704
2369
|
},
|
|
2705
|
-
{
|
|
2706
|
-
"name": "theme",
|
|
2707
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2708
|
-
"required": false,
|
|
2709
|
-
"value": {
|
|
2710
|
-
"kind": "expression",
|
|
2711
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2712
|
-
}
|
|
2713
|
-
},
|
|
2714
2370
|
{
|
|
2715
2371
|
"name": "titleSelectedDatesFormatter",
|
|
2716
2372
|
"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.",
|
|
@@ -2836,21 +2492,12 @@
|
|
|
2836
2492
|
},
|
|
2837
2493
|
{
|
|
2838
2494
|
"name": "mode",
|
|
2839
|
-
"description": "The mode determines
|
|
2495
|
+
"description": "The mode determines which platform styles to use.",
|
|
2840
2496
|
"required": false,
|
|
2841
2497
|
"value": {
|
|
2842
2498
|
"kind": "expression",
|
|
2843
2499
|
"type": "\"ios\" | \"md\""
|
|
2844
2500
|
}
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"name": "theme",
|
|
2848
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2849
|
-
"required": false,
|
|
2850
|
-
"value": {
|
|
2851
|
-
"kind": "expression",
|
|
2852
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2853
|
-
}
|
|
2854
2501
|
}
|
|
2855
2502
|
],
|
|
2856
2503
|
"slots": [
|
|
@@ -2903,24 +2550,6 @@
|
|
|
2903
2550
|
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
2904
2551
|
}
|
|
2905
2552
|
},
|
|
2906
|
-
{
|
|
2907
|
-
"name": "mode",
|
|
2908
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2909
|
-
"required": false,
|
|
2910
|
-
"value": {
|
|
2911
|
-
"kind": "expression",
|
|
2912
|
-
"type": "\"ios\" | \"md\""
|
|
2913
|
-
}
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"name": "theme",
|
|
2917
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2918
|
-
"required": false,
|
|
2919
|
-
"value": {
|
|
2920
|
-
"kind": "expression",
|
|
2921
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2922
|
-
}
|
|
2923
|
-
},
|
|
2924
2553
|
{
|
|
2925
2554
|
"name": "vertical",
|
|
2926
2555
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2957,9 +2586,10 @@
|
|
|
2957
2586
|
"name": "close-icon",
|
|
2958
2587
|
"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.",
|
|
2959
2588
|
"required": false,
|
|
2589
|
+
"default": "close",
|
|
2960
2590
|
"value": {
|
|
2961
2591
|
"kind": "expression",
|
|
2962
|
-
"type": "string
|
|
2592
|
+
"type": "string"
|
|
2963
2593
|
}
|
|
2964
2594
|
},
|
|
2965
2595
|
{
|
|
@@ -3001,7 +2631,7 @@
|
|
|
3001
2631
|
},
|
|
3002
2632
|
{
|
|
3003
2633
|
"name": "mode",
|
|
3004
|
-
"description": "The mode determines
|
|
2634
|
+
"description": "The mode determines which platform styles to use.",
|
|
3005
2635
|
"required": false,
|
|
3006
2636
|
"value": {
|
|
3007
2637
|
"kind": "expression",
|
|
@@ -3064,18 +2694,9 @@
|
|
|
3064
2694
|
"type": "string | undefined"
|
|
3065
2695
|
}
|
|
3066
2696
|
},
|
|
3067
|
-
{
|
|
3068
|
-
"name": "theme",
|
|
3069
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3070
|
-
"required": false,
|
|
3071
|
-
"value": {
|
|
3072
|
-
"kind": "expression",
|
|
3073
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3074
|
-
}
|
|
3075
|
-
},
|
|
3076
2697
|
{
|
|
3077
2698
|
"name": "translucent",
|
|
3078
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2699
|
+
"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).",
|
|
3079
2700
|
"required": false,
|
|
3080
2701
|
"default": "false",
|
|
3081
2702
|
"value": {
|
|
@@ -3137,15 +2758,6 @@
|
|
|
3137
2758
|
"type": "boolean"
|
|
3138
2759
|
}
|
|
3139
2760
|
},
|
|
3140
|
-
{
|
|
3141
|
-
"name": "mode",
|
|
3142
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3143
|
-
"required": false,
|
|
3144
|
-
"value": {
|
|
3145
|
-
"kind": "expression",
|
|
3146
|
-
"type": "\"ios\" | \"md\""
|
|
3147
|
-
}
|
|
3148
|
-
},
|
|
3149
2761
|
{
|
|
3150
2762
|
"name": "side",
|
|
3151
2763
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -3155,15 +2767,6 @@
|
|
|
3155
2767
|
"kind": "expression",
|
|
3156
2768
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
3157
2769
|
}
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
"name": "theme",
|
|
3161
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3162
|
-
"required": false,
|
|
3163
|
-
"value": {
|
|
3164
|
-
"kind": "expression",
|
|
3165
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3166
|
-
}
|
|
3167
2770
|
}
|
|
3168
2771
|
],
|
|
3169
2772
|
"slots": [],
|
|
@@ -3180,7 +2783,7 @@
|
|
|
3180
2783
|
"attributes": [
|
|
3181
2784
|
{
|
|
3182
2785
|
"name": "collapse",
|
|
3183
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2786
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
3184
2787
|
"required": false,
|
|
3185
2788
|
"value": {
|
|
3186
2789
|
"kind": "expression",
|
|
@@ -3189,25 +2792,16 @@
|
|
|
3189
2792
|
},
|
|
3190
2793
|
{
|
|
3191
2794
|
"name": "mode",
|
|
3192
|
-
"description": "The mode determines
|
|
2795
|
+
"description": "The mode determines which platform styles to use.",
|
|
3193
2796
|
"required": false,
|
|
3194
2797
|
"value": {
|
|
3195
2798
|
"kind": "expression",
|
|
3196
2799
|
"type": "\"ios\" | \"md\""
|
|
3197
2800
|
}
|
|
3198
2801
|
},
|
|
3199
|
-
{
|
|
3200
|
-
"name": "theme",
|
|
3201
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3202
|
-
"required": false,
|
|
3203
|
-
"value": {
|
|
3204
|
-
"kind": "expression",
|
|
3205
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3206
|
-
}
|
|
3207
|
-
},
|
|
3208
2802
|
{
|
|
3209
2803
|
"name": "translucent",
|
|
3210
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2804
|
+
"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.",
|
|
3211
2805
|
"required": false,
|
|
3212
2806
|
"default": "false",
|
|
3213
2807
|
"value": {
|
|
@@ -3237,24 +2831,6 @@
|
|
|
3237
2831
|
"kind": "expression",
|
|
3238
2832
|
"type": "boolean"
|
|
3239
2833
|
}
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"name": "mode",
|
|
3243
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3244
|
-
"required": false,
|
|
3245
|
-
"value": {
|
|
3246
|
-
"kind": "expression",
|
|
3247
|
-
"type": "\"ios\" | \"md\""
|
|
3248
|
-
}
|
|
3249
|
-
},
|
|
3250
|
-
{
|
|
3251
|
-
"name": "theme",
|
|
3252
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3253
|
-
"required": false,
|
|
3254
|
-
"value": {
|
|
3255
|
-
"kind": "expression",
|
|
3256
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3257
|
-
}
|
|
3258
2834
|
}
|
|
3259
2835
|
],
|
|
3260
2836
|
"slots": [],
|
|
@@ -3271,44 +2847,25 @@
|
|
|
3271
2847
|
"attributes": [
|
|
3272
2848
|
{
|
|
3273
2849
|
"name": "collapse",
|
|
3274
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2850
|
+
"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)",
|
|
3275
2851
|
"required": false,
|
|
3276
2852
|
"value": {
|
|
3277
2853
|
"kind": "expression",
|
|
3278
2854
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
3279
2855
|
}
|
|
3280
2856
|
},
|
|
3281
|
-
{
|
|
3282
|
-
"name": "divider",
|
|
3283
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3284
|
-
"required": false,
|
|
3285
|
-
"default": "false",
|
|
3286
|
-
"value": {
|
|
3287
|
-
"kind": "expression",
|
|
3288
|
-
"type": "boolean"
|
|
3289
|
-
}
|
|
3290
|
-
},
|
|
3291
2857
|
{
|
|
3292
2858
|
"name": "mode",
|
|
3293
|
-
"description": "The mode determines
|
|
2859
|
+
"description": "The mode determines which platform styles to use.",
|
|
3294
2860
|
"required": false,
|
|
3295
2861
|
"value": {
|
|
3296
2862
|
"kind": "expression",
|
|
3297
2863
|
"type": "\"ios\" | \"md\""
|
|
3298
2864
|
}
|
|
3299
2865
|
},
|
|
3300
|
-
{
|
|
3301
|
-
"name": "theme",
|
|
3302
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3303
|
-
"required": false,
|
|
3304
|
-
"value": {
|
|
3305
|
-
"kind": "expression",
|
|
3306
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3307
|
-
}
|
|
3308
|
-
},
|
|
3309
2866
|
{
|
|
3310
2867
|
"name": "translucent",
|
|
3311
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2868
|
+
"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.",
|
|
3312
2869
|
"required": false,
|
|
3313
2870
|
"default": "false",
|
|
3314
2871
|
"value": {
|
|
@@ -3338,15 +2895,6 @@
|
|
|
3338
2895
|
"type": "string | undefined"
|
|
3339
2896
|
}
|
|
3340
2897
|
},
|
|
3341
|
-
{
|
|
3342
|
-
"name": "mode",
|
|
3343
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3344
|
-
"required": false,
|
|
3345
|
-
"value": {
|
|
3346
|
-
"kind": "expression",
|
|
3347
|
-
"type": "\"ios\" | \"md\""
|
|
3348
|
-
}
|
|
3349
|
-
},
|
|
3350
2898
|
{
|
|
3351
2899
|
"name": "src",
|
|
3352
2900
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -3355,15 +2903,6 @@
|
|
|
3355
2903
|
"kind": "expression",
|
|
3356
2904
|
"type": "string | undefined"
|
|
3357
2905
|
}
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"name": "theme",
|
|
3361
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3362
|
-
"required": false,
|
|
3363
|
-
"value": {
|
|
3364
|
-
"kind": "expression",
|
|
3365
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3366
|
-
}
|
|
3367
2906
|
}
|
|
3368
2907
|
],
|
|
3369
2908
|
"slots": [],
|
|
@@ -3419,15 +2958,6 @@
|
|
|
3419
2958
|
"type": "boolean"
|
|
3420
2959
|
}
|
|
3421
2960
|
},
|
|
3422
|
-
{
|
|
3423
|
-
"name": "mode",
|
|
3424
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3425
|
-
"required": false,
|
|
3426
|
-
"value": {
|
|
3427
|
-
"kind": "expression",
|
|
3428
|
-
"type": "\"ios\" | \"md\""
|
|
3429
|
-
}
|
|
3430
|
-
},
|
|
3431
2961
|
{
|
|
3432
2962
|
"name": "position",
|
|
3433
2963
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -3438,15 +2968,6 @@
|
|
|
3438
2968
|
"type": "\"bottom\" | \"top\""
|
|
3439
2969
|
}
|
|
3440
2970
|
},
|
|
3441
|
-
{
|
|
3442
|
-
"name": "theme",
|
|
3443
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3444
|
-
"required": false,
|
|
3445
|
-
"value": {
|
|
3446
|
-
"kind": "expression",
|
|
3447
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3448
|
-
}
|
|
3449
|
-
},
|
|
3450
2971
|
{
|
|
3451
2972
|
"name": "threshold",
|
|
3452
2973
|
"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.",
|
|
@@ -3498,24 +3019,6 @@
|
|
|
3498
3019
|
"kind": "expression",
|
|
3499
3020
|
"type": "IonicSafeString | string | undefined"
|
|
3500
3021
|
}
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"name": "mode",
|
|
3504
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3505
|
-
"required": false,
|
|
3506
|
-
"value": {
|
|
3507
|
-
"kind": "expression",
|
|
3508
|
-
"type": "\"ios\" | \"md\""
|
|
3509
|
-
}
|
|
3510
|
-
},
|
|
3511
|
-
{
|
|
3512
|
-
"name": "theme",
|
|
3513
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3514
|
-
"required": false,
|
|
3515
|
-
"value": {
|
|
3516
|
-
"kind": "expression",
|
|
3517
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3518
|
-
}
|
|
3519
3022
|
}
|
|
3520
3023
|
],
|
|
3521
3024
|
"slots": [],
|
|
@@ -3547,7 +3050,7 @@
|
|
|
3547
3050
|
"default": "'off'",
|
|
3548
3051
|
"value": {
|
|
3549
3052
|
"kind": "expression",
|
|
3550
|
-
"type": "\"name\" | \"
|
|
3053
|
+
"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\""
|
|
3551
3054
|
}
|
|
3552
3055
|
},
|
|
3553
3056
|
{
|
|
@@ -3665,7 +3168,7 @@
|
|
|
3665
3168
|
},
|
|
3666
3169
|
{
|
|
3667
3170
|
"name": "fill",
|
|
3668
|
-
"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
|
|
3171
|
+
"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.",
|
|
3669
3172
|
"required": false,
|
|
3670
3173
|
"value": {
|
|
3671
3174
|
"kind": "expression",
|
|
@@ -3701,11 +3204,12 @@
|
|
|
3701
3204
|
},
|
|
3702
3205
|
{
|
|
3703
3206
|
"name": "label-placement",
|
|
3704
|
-
"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 (\"...\")
|
|
3207
|
+
"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 (\"...\").",
|
|
3705
3208
|
"required": false,
|
|
3209
|
+
"default": "'start'",
|
|
3706
3210
|
"value": {
|
|
3707
3211
|
"kind": "expression",
|
|
3708
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
3212
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3709
3213
|
}
|
|
3710
3214
|
},
|
|
3711
3215
|
{
|
|
@@ -3746,7 +3250,7 @@
|
|
|
3746
3250
|
},
|
|
3747
3251
|
{
|
|
3748
3252
|
"name": "mode",
|
|
3749
|
-
"description": "The mode determines
|
|
3253
|
+
"description": "The mode determines which platform styles to use.",
|
|
3750
3254
|
"required": false,
|
|
3751
3255
|
"value": {
|
|
3752
3256
|
"kind": "expression",
|
|
@@ -3812,21 +3316,11 @@
|
|
|
3812
3316
|
},
|
|
3813
3317
|
{
|
|
3814
3318
|
"name": "shape",
|
|
3815
|
-
"description": "
|
|
3816
|
-
"required": false,
|
|
3817
|
-
"value": {
|
|
3818
|
-
"kind": "expression",
|
|
3819
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
3820
|
-
}
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"name": "size",
|
|
3824
|
-
"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.",
|
|
3319
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
3825
3320
|
"required": false,
|
|
3826
|
-
"default": "'medium'",
|
|
3827
3321
|
"value": {
|
|
3828
3322
|
"kind": "expression",
|
|
3829
|
-
"type": "\"
|
|
3323
|
+
"type": "\"round\" | undefined"
|
|
3830
3324
|
}
|
|
3831
3325
|
},
|
|
3832
3326
|
{
|
|
@@ -3848,15 +3342,6 @@
|
|
|
3848
3342
|
"type": "string | undefined"
|
|
3849
3343
|
}
|
|
3850
3344
|
},
|
|
3851
|
-
{
|
|
3852
|
-
"name": "theme",
|
|
3853
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3854
|
-
"required": false,
|
|
3855
|
-
"value": {
|
|
3856
|
-
"kind": "expression",
|
|
3857
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3858
|
-
}
|
|
3859
|
-
},
|
|
3860
3345
|
{
|
|
3861
3346
|
"name": "type",
|
|
3862
3347
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -4014,7 +3499,7 @@
|
|
|
4014
3499
|
},
|
|
4015
3500
|
{
|
|
4016
3501
|
"name": "detail",
|
|
4017
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
3502
|
+
"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.",
|
|
4018
3503
|
"required": false,
|
|
4019
3504
|
"value": {
|
|
4020
3505
|
"kind": "expression",
|
|
@@ -4025,9 +3510,10 @@
|
|
|
4025
3510
|
"name": "detail-icon",
|
|
4026
3511
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
4027
3512
|
"required": false,
|
|
3513
|
+
"default": "chevronForward",
|
|
4028
3514
|
"value": {
|
|
4029
3515
|
"kind": "expression",
|
|
4030
|
-
"type": "string
|
|
3516
|
+
"type": "string"
|
|
4031
3517
|
}
|
|
4032
3518
|
},
|
|
4033
3519
|
{
|
|
@@ -4069,7 +3555,7 @@
|
|
|
4069
3555
|
},
|
|
4070
3556
|
{
|
|
4071
3557
|
"name": "mode",
|
|
4072
|
-
"description": "The mode determines
|
|
3558
|
+
"description": "The mode determines which platform styles to use.",
|
|
4073
3559
|
"required": false,
|
|
4074
3560
|
"value": {
|
|
4075
3561
|
"kind": "expression",
|
|
@@ -4113,15 +3599,6 @@
|
|
|
4113
3599
|
"type": "string | undefined"
|
|
4114
3600
|
}
|
|
4115
3601
|
},
|
|
4116
|
-
{
|
|
4117
|
-
"name": "theme",
|
|
4118
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4119
|
-
"required": false,
|
|
4120
|
-
"value": {
|
|
4121
|
-
"kind": "expression",
|
|
4122
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
3602
|
{
|
|
4126
3603
|
"name": "type",
|
|
4127
3604
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -4169,7 +3646,7 @@
|
|
|
4169
3646
|
},
|
|
4170
3647
|
{
|
|
4171
3648
|
"name": "mode",
|
|
4172
|
-
"description": "The mode determines
|
|
3649
|
+
"description": "The mode determines which platform styles to use.",
|
|
4173
3650
|
"required": false,
|
|
4174
3651
|
"value": {
|
|
4175
3652
|
"kind": "expression",
|
|
@@ -4185,15 +3662,6 @@
|
|
|
4185
3662
|
"kind": "expression",
|
|
4186
3663
|
"type": "boolean"
|
|
4187
3664
|
}
|
|
4188
|
-
},
|
|
4189
|
-
{
|
|
4190
|
-
"name": "theme",
|
|
4191
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4192
|
-
"required": false,
|
|
4193
|
-
"value": {
|
|
4194
|
-
"kind": "expression",
|
|
4195
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4196
|
-
}
|
|
4197
3665
|
}
|
|
4198
3666
|
],
|
|
4199
3667
|
"slots": [
|
|
@@ -4220,26 +3688,7 @@
|
|
|
4220
3688
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
4221
3689
|
"symbol": "ItemGroup"
|
|
4222
3690
|
},
|
|
4223
|
-
"attributes": [
|
|
4224
|
-
{
|
|
4225
|
-
"name": "mode",
|
|
4226
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4227
|
-
"required": false,
|
|
4228
|
-
"value": {
|
|
4229
|
-
"kind": "expression",
|
|
4230
|
-
"type": "\"ios\" | \"md\""
|
|
4231
|
-
}
|
|
4232
|
-
},
|
|
4233
|
-
{
|
|
4234
|
-
"name": "theme",
|
|
4235
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4236
|
-
"required": false,
|
|
4237
|
-
"value": {
|
|
4238
|
-
"kind": "expression",
|
|
4239
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4240
|
-
}
|
|
4241
|
-
}
|
|
4242
|
-
],
|
|
3691
|
+
"attributes": [],
|
|
4243
3692
|
"slots": [],
|
|
4244
3693
|
"events": []
|
|
4245
3694
|
},
|
|
@@ -4301,7 +3750,7 @@
|
|
|
4301
3750
|
},
|
|
4302
3751
|
{
|
|
4303
3752
|
"name": "mode",
|
|
4304
|
-
"description": "The mode determines
|
|
3753
|
+
"description": "The mode determines which platform styles to use.",
|
|
4305
3754
|
"required": false,
|
|
4306
3755
|
"value": {
|
|
4307
3756
|
"kind": "expression",
|
|
@@ -4317,15 +3766,6 @@
|
|
|
4317
3766
|
"type": "string | undefined"
|
|
4318
3767
|
}
|
|
4319
3768
|
},
|
|
4320
|
-
{
|
|
4321
|
-
"name": "shape",
|
|
4322
|
-
"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.",
|
|
4323
|
-
"required": false,
|
|
4324
|
-
"value": {
|
|
4325
|
-
"kind": "expression",
|
|
4326
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4327
|
-
}
|
|
4328
|
-
},
|
|
4329
3769
|
{
|
|
4330
3770
|
"name": "target",
|
|
4331
3771
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -4335,15 +3775,6 @@
|
|
|
4335
3775
|
"type": "string | undefined"
|
|
4336
3776
|
}
|
|
4337
3777
|
},
|
|
4338
|
-
{
|
|
4339
|
-
"name": "theme",
|
|
4340
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4341
|
-
"required": false,
|
|
4342
|
-
"value": {
|
|
4343
|
-
"kind": "expression",
|
|
4344
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4345
|
-
}
|
|
4346
|
-
},
|
|
4347
3778
|
{
|
|
4348
3779
|
"name": "type",
|
|
4349
3780
|
"description": "The type of the button.",
|
|
@@ -4392,15 +3823,6 @@
|
|
|
4392
3823
|
"symbol": "ItemOptions"
|
|
4393
3824
|
},
|
|
4394
3825
|
"attributes": [
|
|
4395
|
-
{
|
|
4396
|
-
"name": "mode",
|
|
4397
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4398
|
-
"required": false,
|
|
4399
|
-
"value": {
|
|
4400
|
-
"kind": "expression",
|
|
4401
|
-
"type": "\"ios\" | \"md\""
|
|
4402
|
-
}
|
|
4403
|
-
},
|
|
4404
3826
|
{
|
|
4405
3827
|
"name": "side",
|
|
4406
3828
|
"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.",
|
|
@@ -4410,15 +3832,6 @@
|
|
|
4410
3832
|
"kind": "expression",
|
|
4411
3833
|
"type": "\"end\" | \"start\""
|
|
4412
3834
|
}
|
|
4413
|
-
},
|
|
4414
|
-
{
|
|
4415
|
-
"name": "theme",
|
|
4416
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4417
|
-
"required": false,
|
|
4418
|
-
"value": {
|
|
4419
|
-
"kind": "expression",
|
|
4420
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4421
|
-
}
|
|
4422
3835
|
}
|
|
4423
3836
|
],
|
|
4424
3837
|
"slots": [],
|
|
@@ -4453,24 +3866,6 @@
|
|
|
4453
3866
|
"kind": "expression",
|
|
4454
3867
|
"type": "boolean"
|
|
4455
3868
|
}
|
|
4456
|
-
},
|
|
4457
|
-
{
|
|
4458
|
-
"name": "mode",
|
|
4459
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4460
|
-
"required": false,
|
|
4461
|
-
"value": {
|
|
4462
|
-
"kind": "expression",
|
|
4463
|
-
"type": "\"ios\" | \"md\""
|
|
4464
|
-
}
|
|
4465
|
-
},
|
|
4466
|
-
{
|
|
4467
|
-
"name": "theme",
|
|
4468
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4469
|
-
"required": false,
|
|
4470
|
-
"value": {
|
|
4471
|
-
"kind": "expression",
|
|
4472
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4473
|
-
}
|
|
4474
3869
|
}
|
|
4475
3870
|
],
|
|
4476
3871
|
"slots": [],
|
|
@@ -4507,7 +3902,7 @@
|
|
|
4507
3902
|
},
|
|
4508
3903
|
{
|
|
4509
3904
|
"name": "mode",
|
|
4510
|
-
"description": "The mode determines
|
|
3905
|
+
"description": "The mode determines which platform styles to use.",
|
|
4511
3906
|
"required": false,
|
|
4512
3907
|
"value": {
|
|
4513
3908
|
"kind": "expression",
|
|
@@ -4522,15 +3917,6 @@
|
|
|
4522
3917
|
"kind": "expression",
|
|
4523
3918
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4524
3919
|
}
|
|
4525
|
-
},
|
|
4526
|
-
{
|
|
4527
|
-
"name": "theme",
|
|
4528
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4529
|
-
"required": false,
|
|
4530
|
-
"value": {
|
|
4531
|
-
"kind": "expression",
|
|
4532
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4533
|
-
}
|
|
4534
3920
|
}
|
|
4535
3921
|
],
|
|
4536
3922
|
"slots": [],
|
|
@@ -4566,30 +3952,12 @@
|
|
|
4566
3952
|
},
|
|
4567
3953
|
{
|
|
4568
3954
|
"name": "mode",
|
|
4569
|
-
"description": "The mode determines
|
|
3955
|
+
"description": "The mode determines which platform styles to use.",
|
|
4570
3956
|
"required": false,
|
|
4571
3957
|
"value": {
|
|
4572
3958
|
"kind": "expression",
|
|
4573
3959
|
"type": "\"ios\" | \"md\""
|
|
4574
3960
|
}
|
|
4575
|
-
},
|
|
4576
|
-
{
|
|
4577
|
-
"name": "shape",
|
|
4578
|
-
"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.",
|
|
4579
|
-
"required": false,
|
|
4580
|
-
"value": {
|
|
4581
|
-
"kind": "expression",
|
|
4582
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4583
|
-
}
|
|
4584
|
-
},
|
|
4585
|
-
{
|
|
4586
|
-
"name": "theme",
|
|
4587
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4588
|
-
"required": false,
|
|
4589
|
-
"value": {
|
|
4590
|
-
"kind": "expression",
|
|
4591
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4592
|
-
}
|
|
4593
3961
|
}
|
|
4594
3962
|
],
|
|
4595
3963
|
"slots": [],
|
|
@@ -4624,21 +3992,12 @@
|
|
|
4624
3992
|
},
|
|
4625
3993
|
{
|
|
4626
3994
|
"name": "mode",
|
|
4627
|
-
"description": "The mode determines
|
|
3995
|
+
"description": "The mode determines which platform styles to use.",
|
|
4628
3996
|
"required": false,
|
|
4629
3997
|
"value": {
|
|
4630
3998
|
"kind": "expression",
|
|
4631
3999
|
"type": "\"ios\" | \"md\""
|
|
4632
4000
|
}
|
|
4633
|
-
},
|
|
4634
|
-
{
|
|
4635
|
-
"name": "theme",
|
|
4636
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4637
|
-
"required": false,
|
|
4638
|
-
"value": {
|
|
4639
|
-
"kind": "expression",
|
|
4640
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4641
|
-
}
|
|
4642
4001
|
}
|
|
4643
4002
|
],
|
|
4644
4003
|
"slots": [],
|
|
@@ -4750,7 +4109,7 @@
|
|
|
4750
4109
|
},
|
|
4751
4110
|
{
|
|
4752
4111
|
"name": "mode",
|
|
4753
|
-
"description": "The mode determines
|
|
4112
|
+
"description": "The mode determines which platform styles to use.",
|
|
4754
4113
|
"required": false,
|
|
4755
4114
|
"value": {
|
|
4756
4115
|
"kind": "expression",
|
|
@@ -4776,18 +4135,9 @@
|
|
|
4776
4135
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4777
4136
|
}
|
|
4778
4137
|
},
|
|
4779
|
-
{
|
|
4780
|
-
"name": "theme",
|
|
4781
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4782
|
-
"required": false,
|
|
4783
|
-
"value": {
|
|
4784
|
-
"kind": "expression",
|
|
4785
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4786
|
-
}
|
|
4787
|
-
},
|
|
4788
4138
|
{
|
|
4789
4139
|
"name": "translucent",
|
|
4790
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4140
|
+
"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).",
|
|
4791
4141
|
"required": false,
|
|
4792
4142
|
"default": "false",
|
|
4793
4143
|
"value": {
|
|
@@ -4936,15 +4286,6 @@
|
|
|
4936
4286
|
"type": "string | undefined"
|
|
4937
4287
|
}
|
|
4938
4288
|
},
|
|
4939
|
-
{
|
|
4940
|
-
"name": "mode",
|
|
4941
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4942
|
-
"required": false,
|
|
4943
|
-
"value": {
|
|
4944
|
-
"kind": "expression",
|
|
4945
|
-
"type": "\"ios\" | \"md\""
|
|
4946
|
-
}
|
|
4947
|
-
},
|
|
4948
4289
|
{
|
|
4949
4290
|
"name": "side",
|
|
4950
4291
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -4965,15 +4306,6 @@
|
|
|
4965
4306
|
"type": "boolean"
|
|
4966
4307
|
}
|
|
4967
4308
|
},
|
|
4968
|
-
{
|
|
4969
|
-
"name": "theme",
|
|
4970
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4971
|
-
"required": false,
|
|
4972
|
-
"value": {
|
|
4973
|
-
"kind": "expression",
|
|
4974
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4975
|
-
}
|
|
4976
|
-
},
|
|
4977
4309
|
{
|
|
4978
4310
|
"name": "type",
|
|
4979
4311
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -5077,22 +4409,13 @@
|
|
|
5077
4409
|
},
|
|
5078
4410
|
{
|
|
5079
4411
|
"name": "mode",
|
|
5080
|
-
"description": "The mode determines
|
|
4412
|
+
"description": "The mode determines which platform styles to use.",
|
|
5081
4413
|
"required": false,
|
|
5082
4414
|
"value": {
|
|
5083
4415
|
"kind": "expression",
|
|
5084
4416
|
"type": "\"ios\" | \"md\""
|
|
5085
4417
|
}
|
|
5086
4418
|
},
|
|
5087
|
-
{
|
|
5088
|
-
"name": "theme",
|
|
5089
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5090
|
-
"required": false,
|
|
5091
|
-
"value": {
|
|
5092
|
-
"kind": "expression",
|
|
5093
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5094
|
-
}
|
|
5095
|
-
},
|
|
5096
4419
|
{
|
|
5097
4420
|
"name": "type",
|
|
5098
4421
|
"description": "The type of the button.",
|
|
@@ -5134,24 +4457,6 @@
|
|
|
5134
4457
|
"kind": "expression",
|
|
5135
4458
|
"type": "string | undefined"
|
|
5136
4459
|
}
|
|
5137
|
-
},
|
|
5138
|
-
{
|
|
5139
|
-
"name": "mode",
|
|
5140
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5141
|
-
"required": false,
|
|
5142
|
-
"value": {
|
|
5143
|
-
"kind": "expression",
|
|
5144
|
-
"type": "\"ios\" | \"md\""
|
|
5145
|
-
}
|
|
5146
|
-
},
|
|
5147
|
-
{
|
|
5148
|
-
"name": "theme",
|
|
5149
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5150
|
-
"required": false,
|
|
5151
|
-
"value": {
|
|
5152
|
-
"kind": "expression",
|
|
5153
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5154
|
-
}
|
|
5155
4460
|
}
|
|
5156
4461
|
],
|
|
5157
4462
|
"slots": [
|
|
@@ -5327,7 +4632,7 @@
|
|
|
5327
4632
|
},
|
|
5328
4633
|
{
|
|
5329
4634
|
"name": "mode",
|
|
5330
|
-
"description": "The mode determines
|
|
4635
|
+
"description": "The mode determines which platform styles to use.",
|
|
5331
4636
|
"required": false,
|
|
5332
4637
|
"value": {
|
|
5333
4638
|
"kind": "expression",
|
|
@@ -5343,15 +4648,6 @@
|
|
|
5343
4648
|
"type": "HTMLElement | undefined"
|
|
5344
4649
|
}
|
|
5345
4650
|
},
|
|
5346
|
-
{
|
|
5347
|
-
"name": "shape",
|
|
5348
|
-
"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.",
|
|
5349
|
-
"required": false,
|
|
5350
|
-
"value": {
|
|
5351
|
-
"kind": "expression",
|
|
5352
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5353
|
-
}
|
|
5354
|
-
},
|
|
5355
4651
|
{
|
|
5356
4652
|
"name": "show-backdrop",
|
|
5357
4653
|
"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.",
|
|
@@ -5362,15 +4658,6 @@
|
|
|
5362
4658
|
"type": "boolean"
|
|
5363
4659
|
}
|
|
5364
4660
|
},
|
|
5365
|
-
{
|
|
5366
|
-
"name": "theme",
|
|
5367
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5368
|
-
"required": false,
|
|
5369
|
-
"value": {
|
|
5370
|
-
"kind": "expression",
|
|
5371
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5372
|
-
}
|
|
5373
|
-
},
|
|
5374
4661
|
{
|
|
5375
4662
|
"name": "trigger",
|
|
5376
4663
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -5500,21 +4787,12 @@
|
|
|
5500
4787
|
},
|
|
5501
4788
|
{
|
|
5502
4789
|
"name": "mode",
|
|
5503
|
-
"description": "The mode determines
|
|
4790
|
+
"description": "The mode determines which platform styles to use.",
|
|
5504
4791
|
"required": false,
|
|
5505
4792
|
"value": {
|
|
5506
4793
|
"kind": "expression",
|
|
5507
4794
|
"type": "\"ios\" | \"md\""
|
|
5508
4795
|
}
|
|
5509
|
-
},
|
|
5510
|
-
{
|
|
5511
|
-
"name": "theme",
|
|
5512
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5513
|
-
"required": false,
|
|
5514
|
-
"value": {
|
|
5515
|
-
"kind": "expression",
|
|
5516
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5517
|
-
}
|
|
5518
4796
|
}
|
|
5519
4797
|
],
|
|
5520
4798
|
"slots": [],
|
|
@@ -5531,21 +4809,12 @@
|
|
|
5531
4809
|
"attributes": [
|
|
5532
4810
|
{
|
|
5533
4811
|
"name": "mode",
|
|
5534
|
-
"description": "The mode determines
|
|
4812
|
+
"description": "The mode determines which platform styles to use.",
|
|
5535
4813
|
"required": false,
|
|
5536
4814
|
"value": {
|
|
5537
4815
|
"kind": "expression",
|
|
5538
4816
|
"type": "\"ios\" | \"md\""
|
|
5539
4817
|
}
|
|
5540
|
-
},
|
|
5541
|
-
{
|
|
5542
|
-
"name": "theme",
|
|
5543
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5544
|
-
"required": false,
|
|
5545
|
-
"value": {
|
|
5546
|
-
"kind": "expression",
|
|
5547
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5548
|
-
}
|
|
5549
4818
|
}
|
|
5550
4819
|
],
|
|
5551
4820
|
"slots": [],
|
|
@@ -5582,22 +4851,13 @@
|
|
|
5582
4851
|
},
|
|
5583
4852
|
{
|
|
5584
4853
|
"name": "mode",
|
|
5585
|
-
"description": "The mode determines
|
|
4854
|
+
"description": "The mode determines which platform styles to use.",
|
|
5586
4855
|
"required": false,
|
|
5587
4856
|
"value": {
|
|
5588
4857
|
"kind": "expression",
|
|
5589
4858
|
"type": "\"ios\" | \"md\""
|
|
5590
4859
|
}
|
|
5591
4860
|
},
|
|
5592
|
-
{
|
|
5593
|
-
"name": "theme",
|
|
5594
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5595
|
-
"required": false,
|
|
5596
|
-
"value": {
|
|
5597
|
-
"kind": "expression",
|
|
5598
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5599
|
-
}
|
|
5600
|
-
},
|
|
5601
4861
|
{
|
|
5602
4862
|
"name": "value",
|
|
5603
4863
|
"description": "The selected option in the picker.",
|
|
@@ -5660,24 +4920,6 @@
|
|
|
5660
4920
|
"type": "boolean"
|
|
5661
4921
|
}
|
|
5662
4922
|
},
|
|
5663
|
-
{
|
|
5664
|
-
"name": "mode",
|
|
5665
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5666
|
-
"required": false,
|
|
5667
|
-
"value": {
|
|
5668
|
-
"kind": "expression",
|
|
5669
|
-
"type": "\"ios\" | \"md\""
|
|
5670
|
-
}
|
|
5671
|
-
},
|
|
5672
|
-
{
|
|
5673
|
-
"name": "theme",
|
|
5674
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5675
|
-
"required": false,
|
|
5676
|
-
"value": {
|
|
5677
|
-
"kind": "expression",
|
|
5678
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5679
|
-
}
|
|
5680
|
-
},
|
|
5681
4923
|
{
|
|
5682
4924
|
"name": "value",
|
|
5683
4925
|
"description": "The text value of the option.",
|
|
@@ -5808,7 +5050,7 @@
|
|
|
5808
5050
|
},
|
|
5809
5051
|
{
|
|
5810
5052
|
"name": "mode",
|
|
5811
|
-
"description": "The mode determines
|
|
5053
|
+
"description": "The mode determines which platform styles to use.",
|
|
5812
5054
|
"required": false,
|
|
5813
5055
|
"value": {
|
|
5814
5056
|
"kind": "expression",
|
|
@@ -5825,15 +5067,6 @@
|
|
|
5825
5067
|
"type": "boolean"
|
|
5826
5068
|
}
|
|
5827
5069
|
},
|
|
5828
|
-
{
|
|
5829
|
-
"name": "theme",
|
|
5830
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5831
|
-
"required": false,
|
|
5832
|
-
"value": {
|
|
5833
|
-
"kind": "expression",
|
|
5834
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5835
|
-
}
|
|
5836
|
-
},
|
|
5837
5070
|
{
|
|
5838
5071
|
"name": "trigger",
|
|
5839
5072
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -5939,7 +5172,7 @@
|
|
|
5939
5172
|
"attributes": [
|
|
5940
5173
|
{
|
|
5941
5174
|
"name": "alignment",
|
|
5942
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5175
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
5943
5176
|
"required": false,
|
|
5944
5177
|
"value": {
|
|
5945
5178
|
"kind": "expression",
|
|
@@ -5958,7 +5191,7 @@
|
|
|
5958
5191
|
},
|
|
5959
5192
|
{
|
|
5960
5193
|
"name": "arrow",
|
|
5961
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5194
|
+
"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.",
|
|
5962
5195
|
"required": false,
|
|
5963
5196
|
"default": "true",
|
|
5964
5197
|
"value": {
|
|
@@ -6082,7 +5315,7 @@
|
|
|
6082
5315
|
},
|
|
6083
5316
|
{
|
|
6084
5317
|
"name": "mode",
|
|
6085
|
-
"description": "The mode determines
|
|
5318
|
+
"description": "The mode determines which platform styles to use.",
|
|
6086
5319
|
"required": false,
|
|
6087
5320
|
"value": {
|
|
6088
5321
|
"kind": "expression",
|
|
@@ -6129,18 +5362,9 @@
|
|
|
6129
5362
|
"type": "\"auto\" | \"cover\""
|
|
6130
5363
|
}
|
|
6131
5364
|
},
|
|
6132
|
-
{
|
|
6133
|
-
"name": "theme",
|
|
6134
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6135
|
-
"required": false,
|
|
6136
|
-
"value": {
|
|
6137
|
-
"kind": "expression",
|
|
6138
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6139
|
-
}
|
|
6140
|
-
},
|
|
6141
5365
|
{
|
|
6142
5366
|
"name": "translucent",
|
|
6143
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5367
|
+
"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).",
|
|
6144
5368
|
"required": false,
|
|
6145
5369
|
"default": "false",
|
|
6146
5370
|
"value": {
|
|
@@ -6287,7 +5511,7 @@
|
|
|
6287
5511
|
},
|
|
6288
5512
|
{
|
|
6289
5513
|
"name": "mode",
|
|
6290
|
-
"description": "The mode determines
|
|
5514
|
+
"description": "The mode determines which platform styles to use.",
|
|
6291
5515
|
"required": false,
|
|
6292
5516
|
"value": {
|
|
6293
5517
|
"kind": "expression",
|
|
@@ -6304,24 +5528,6 @@
|
|
|
6304
5528
|
"type": "boolean"
|
|
6305
5529
|
}
|
|
6306
5530
|
},
|
|
6307
|
-
{
|
|
6308
|
-
"name": "shape",
|
|
6309
|
-
"description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
6310
|
-
"required": false,
|
|
6311
|
-
"value": {
|
|
6312
|
-
"kind": "expression",
|
|
6313
|
-
"type": "\"rectangular\" | \"round\" | undefined"
|
|
6314
|
-
}
|
|
6315
|
-
},
|
|
6316
|
-
{
|
|
6317
|
-
"name": "theme",
|
|
6318
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6319
|
-
"required": false,
|
|
6320
|
-
"value": {
|
|
6321
|
-
"kind": "expression",
|
|
6322
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6323
|
-
}
|
|
6324
|
-
},
|
|
6325
5531
|
{
|
|
6326
5532
|
"name": "type",
|
|
6327
5533
|
"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).",
|
|
@@ -6404,7 +5610,7 @@
|
|
|
6404
5610
|
},
|
|
6405
5611
|
{
|
|
6406
5612
|
"name": "mode",
|
|
6407
|
-
"description": "The mode determines
|
|
5613
|
+
"description": "The mode determines which platform styles to use.",
|
|
6408
5614
|
"required": false,
|
|
6409
5615
|
"value": {
|
|
6410
5616
|
"kind": "expression",
|
|
@@ -6421,15 +5627,6 @@
|
|
|
6421
5627
|
"type": "string"
|
|
6422
5628
|
}
|
|
6423
5629
|
},
|
|
6424
|
-
{
|
|
6425
|
-
"name": "theme",
|
|
6426
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6427
|
-
"required": false,
|
|
6428
|
-
"value": {
|
|
6429
|
-
"kind": "expression",
|
|
6430
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6431
|
-
}
|
|
6432
|
-
},
|
|
6433
5630
|
{
|
|
6434
5631
|
"name": "value",
|
|
6435
5632
|
"description": "the value of the radio.",
|
|
@@ -6515,15 +5712,6 @@
|
|
|
6515
5712
|
"type": "string | undefined"
|
|
6516
5713
|
}
|
|
6517
5714
|
},
|
|
6518
|
-
{
|
|
6519
|
-
"name": "mode",
|
|
6520
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6521
|
-
"required": false,
|
|
6522
|
-
"value": {
|
|
6523
|
-
"kind": "expression",
|
|
6524
|
-
"type": "\"ios\" | \"md\""
|
|
6525
|
-
}
|
|
6526
|
-
},
|
|
6527
5715
|
{
|
|
6528
5716
|
"name": "name",
|
|
6529
5717
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -6534,15 +5722,6 @@
|
|
|
6534
5722
|
"type": "string"
|
|
6535
5723
|
}
|
|
6536
5724
|
},
|
|
6537
|
-
{
|
|
6538
|
-
"name": "theme",
|
|
6539
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6540
|
-
"required": false,
|
|
6541
|
-
"value": {
|
|
6542
|
-
"kind": "expression",
|
|
6543
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6544
|
-
}
|
|
6545
|
-
},
|
|
6546
5725
|
{
|
|
6547
5726
|
"name": "value",
|
|
6548
5727
|
"description": "the value of the radio group.",
|
|
@@ -6664,7 +5843,7 @@
|
|
|
6664
5843
|
},
|
|
6665
5844
|
{
|
|
6666
5845
|
"name": "mode",
|
|
6667
|
-
"description": "The mode determines
|
|
5846
|
+
"description": "The mode determines which platform styles to use.",
|
|
6668
5847
|
"required": false,
|
|
6669
5848
|
"value": {
|
|
6670
5849
|
"kind": "expression",
|
|
@@ -6721,15 +5900,6 @@
|
|
|
6721
5900
|
"type": "number"
|
|
6722
5901
|
}
|
|
6723
5902
|
},
|
|
6724
|
-
{
|
|
6725
|
-
"name": "theme",
|
|
6726
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6727
|
-
"required": false,
|
|
6728
|
-
"value": {
|
|
6729
|
-
"kind": "expression",
|
|
6730
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6731
|
-
}
|
|
6732
|
-
},
|
|
6733
5903
|
{
|
|
6734
5904
|
"name": "ticks",
|
|
6735
5905
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -6859,7 +6029,7 @@
|
|
|
6859
6029
|
},
|
|
6860
6030
|
{
|
|
6861
6031
|
"name": "mode",
|
|
6862
|
-
"description": "The mode determines
|
|
6032
|
+
"description": "The mode determines which platform styles to use.",
|
|
6863
6033
|
"required": false,
|
|
6864
6034
|
"value": {
|
|
6865
6035
|
"kind": "expression",
|
|
@@ -6905,15 +6075,6 @@
|
|
|
6905
6075
|
"kind": "expression",
|
|
6906
6076
|
"type": "string"
|
|
6907
6077
|
}
|
|
6908
|
-
},
|
|
6909
|
-
{
|
|
6910
|
-
"name": "theme",
|
|
6911
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6912
|
-
"required": false,
|
|
6913
|
-
"value": {
|
|
6914
|
-
"kind": "expression",
|
|
6915
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6916
|
-
}
|
|
6917
6078
|
}
|
|
6918
6079
|
],
|
|
6919
6080
|
"slots": [],
|
|
@@ -6959,15 +6120,6 @@
|
|
|
6959
6120
|
"symbol": "RefresherContent"
|
|
6960
6121
|
},
|
|
6961
6122
|
"attributes": [
|
|
6962
|
-
{
|
|
6963
|
-
"name": "mode",
|
|
6964
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6965
|
-
"required": false,
|
|
6966
|
-
"value": {
|
|
6967
|
-
"kind": "expression",
|
|
6968
|
-
"type": "\"ios\" | \"md\""
|
|
6969
|
-
}
|
|
6970
|
-
},
|
|
6971
6123
|
{
|
|
6972
6124
|
"name": "pulling-icon",
|
|
6973
6125
|
"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.",
|
|
@@ -7003,15 +6155,6 @@
|
|
|
7003
6155
|
"kind": "expression",
|
|
7004
6156
|
"type": "IonicSafeString | string | undefined"
|
|
7005
6157
|
}
|
|
7006
|
-
},
|
|
7007
|
-
{
|
|
7008
|
-
"name": "theme",
|
|
7009
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7010
|
-
"required": false,
|
|
7011
|
-
"value": {
|
|
7012
|
-
"kind": "expression",
|
|
7013
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7014
|
-
}
|
|
7015
6158
|
}
|
|
7016
6159
|
],
|
|
7017
6160
|
"slots": [],
|
|
@@ -7025,26 +6168,7 @@
|
|
|
7025
6168
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
7026
6169
|
"symbol": "Reorder"
|
|
7027
6170
|
},
|
|
7028
|
-
"attributes": [
|
|
7029
|
-
{
|
|
7030
|
-
"name": "mode",
|
|
7031
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7032
|
-
"required": false,
|
|
7033
|
-
"value": {
|
|
7034
|
-
"kind": "expression",
|
|
7035
|
-
"type": "\"ios\" | \"md\""
|
|
7036
|
-
}
|
|
7037
|
-
},
|
|
7038
|
-
{
|
|
7039
|
-
"name": "theme",
|
|
7040
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7041
|
-
"required": false,
|
|
7042
|
-
"value": {
|
|
7043
|
-
"kind": "expression",
|
|
7044
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7045
|
-
}
|
|
7046
|
-
}
|
|
7047
|
-
],
|
|
6171
|
+
"attributes": [],
|
|
7048
6172
|
"slots": [],
|
|
7049
6173
|
"events": []
|
|
7050
6174
|
},
|
|
@@ -7066,24 +6190,6 @@
|
|
|
7066
6190
|
"kind": "expression",
|
|
7067
6191
|
"type": "boolean"
|
|
7068
6192
|
}
|
|
7069
|
-
},
|
|
7070
|
-
{
|
|
7071
|
-
"name": "mode",
|
|
7072
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7073
|
-
"required": false,
|
|
7074
|
-
"value": {
|
|
7075
|
-
"kind": "expression",
|
|
7076
|
-
"type": "\"ios\" | \"md\""
|
|
7077
|
-
}
|
|
7078
|
-
},
|
|
7079
|
-
{
|
|
7080
|
-
"name": "theme",
|
|
7081
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7082
|
-
"required": false,
|
|
7083
|
-
"value": {
|
|
7084
|
-
"kind": "expression",
|
|
7085
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7086
|
-
}
|
|
7087
6193
|
}
|
|
7088
6194
|
],
|
|
7089
6195
|
"slots": [],
|
|
@@ -7109,24 +6215,6 @@
|
|
|
7109
6215
|
"symbol": "RippleEffect"
|
|
7110
6216
|
},
|
|
7111
6217
|
"attributes": [
|
|
7112
|
-
{
|
|
7113
|
-
"name": "mode",
|
|
7114
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7115
|
-
"required": false,
|
|
7116
|
-
"value": {
|
|
7117
|
-
"kind": "expression",
|
|
7118
|
-
"type": "\"ios\" | \"md\""
|
|
7119
|
-
}
|
|
7120
|
-
},
|
|
7121
|
-
{
|
|
7122
|
-
"name": "theme",
|
|
7123
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7124
|
-
"required": false,
|
|
7125
|
-
"value": {
|
|
7126
|
-
"kind": "expression",
|
|
7127
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7128
|
-
}
|
|
7129
|
-
},
|
|
7130
6218
|
{
|
|
7131
6219
|
"name": "type",
|
|
7132
6220
|
"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.",
|
|
@@ -7186,24 +6274,6 @@
|
|
|
7186
6274
|
"type": "undefined | { [key: string]: any; }"
|
|
7187
6275
|
}
|
|
7188
6276
|
},
|
|
7189
|
-
{
|
|
7190
|
-
"name": "mode",
|
|
7191
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7192
|
-
"required": false,
|
|
7193
|
-
"value": {
|
|
7194
|
-
"kind": "expression",
|
|
7195
|
-
"type": "\"ios\" | \"md\""
|
|
7196
|
-
}
|
|
7197
|
-
},
|
|
7198
|
-
{
|
|
7199
|
-
"name": "theme",
|
|
7200
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7201
|
-
"required": false,
|
|
7202
|
-
"value": {
|
|
7203
|
-
"kind": "expression",
|
|
7204
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7205
|
-
}
|
|
7206
|
-
},
|
|
7207
6277
|
{
|
|
7208
6278
|
"name": "url",
|
|
7209
6279
|
"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.",
|
|
@@ -7237,26 +6307,7 @@
|
|
|
7237
6307
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
7238
6308
|
"symbol": "Row"
|
|
7239
6309
|
},
|
|
7240
|
-
"attributes": [
|
|
7241
|
-
{
|
|
7242
|
-
"name": "mode",
|
|
7243
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7244
|
-
"required": false,
|
|
7245
|
-
"value": {
|
|
7246
|
-
"kind": "expression",
|
|
7247
|
-
"type": "\"ios\" | \"md\""
|
|
7248
|
-
}
|
|
7249
|
-
},
|
|
7250
|
-
{
|
|
7251
|
-
"name": "theme",
|
|
7252
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7253
|
-
"required": false,
|
|
7254
|
-
"value": {
|
|
7255
|
-
"kind": "expression",
|
|
7256
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7257
|
-
}
|
|
7258
|
-
}
|
|
7259
|
-
],
|
|
6310
|
+
"attributes": [],
|
|
7260
6311
|
"slots": [],
|
|
7261
6312
|
"events": []
|
|
7262
6313
|
},
|
|
@@ -7296,7 +6347,7 @@
|
|
|
7296
6347
|
"default": "'off'",
|
|
7297
6348
|
"value": {
|
|
7298
6349
|
"kind": "expression",
|
|
7299
|
-
"type": "\"name\" | \"
|
|
6350
|
+
"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\""
|
|
7300
6351
|
}
|
|
7301
6352
|
},
|
|
7302
6353
|
{
|
|
@@ -7311,16 +6362,17 @@
|
|
|
7311
6362
|
},
|
|
7312
6363
|
{
|
|
7313
6364
|
"name": "cancel-button-icon",
|
|
7314
|
-
"description": "Set the cancel button icon. Only
|
|
6365
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
7315
6366
|
"required": false,
|
|
6367
|
+
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
7316
6368
|
"value": {
|
|
7317
6369
|
"kind": "expression",
|
|
7318
|
-
"type": "string
|
|
6370
|
+
"type": "string"
|
|
7319
6371
|
}
|
|
7320
6372
|
},
|
|
7321
6373
|
{
|
|
7322
6374
|
"name": "cancel-button-text",
|
|
7323
|
-
"description": "Set the cancel button text. Only
|
|
6375
|
+
"description": "Set the the cancel button text. Only applies to `ios` mode.",
|
|
7324
6376
|
"required": false,
|
|
7325
6377
|
"default": "'Cancel'",
|
|
7326
6378
|
"value": {
|
|
@@ -7330,7 +6382,7 @@
|
|
|
7330
6382
|
},
|
|
7331
6383
|
{
|
|
7332
6384
|
"name": "clear-icon",
|
|
7333
|
-
"description": "Set the clear icon. Defaults to
|
|
6385
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
7334
6386
|
"required": false,
|
|
7335
6387
|
"value": {
|
|
7336
6388
|
"kind": "expression",
|
|
@@ -7403,7 +6455,7 @@
|
|
|
7403
6455
|
},
|
|
7404
6456
|
{
|
|
7405
6457
|
"name": "mode",
|
|
7406
|
-
"description": "The mode determines
|
|
6458
|
+
"description": "The mode determines which platform styles to use.",
|
|
7407
6459
|
"required": false,
|
|
7408
6460
|
"value": {
|
|
7409
6461
|
"kind": "expression",
|
|
@@ -7422,30 +6474,21 @@
|
|
|
7422
6474
|
},
|
|
7423
6475
|
{
|
|
7424
6476
|
"name": "placeholder",
|
|
7425
|
-
"description": "Set the input's placeholder.\n`placeholder` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)",
|
|
7426
|
-
"required": false,
|
|
7427
|
-
"default": "'Search'",
|
|
7428
|
-
"value": {
|
|
7429
|
-
"kind": "expression",
|
|
7430
|
-
"type": "string"
|
|
7431
|
-
}
|
|
7432
|
-
},
|
|
7433
|
-
{
|
|
7434
|
-
"name": "search-icon",
|
|
7435
|
-
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
|
|
6477
|
+
"description": "Set the input's placeholder.\n`placeholder` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)",
|
|
7436
6478
|
"required": false,
|
|
6479
|
+
"default": "'Search'",
|
|
7437
6480
|
"value": {
|
|
7438
6481
|
"kind": "expression",
|
|
7439
|
-
"type": "
|
|
6482
|
+
"type": "string"
|
|
7440
6483
|
}
|
|
7441
6484
|
},
|
|
7442
6485
|
{
|
|
7443
|
-
"name": "
|
|
7444
|
-
"description": "
|
|
6486
|
+
"name": "search-icon",
|
|
6487
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
|
|
7445
6488
|
"required": false,
|
|
7446
6489
|
"value": {
|
|
7447
6490
|
"kind": "expression",
|
|
7448
|
-
"type": "
|
|
6491
|
+
"type": "string | undefined"
|
|
7449
6492
|
}
|
|
7450
6493
|
},
|
|
7451
6494
|
{
|
|
@@ -7468,15 +6511,6 @@
|
|
|
7468
6511
|
"type": "\"always\" | \"focus\" | \"never\""
|
|
7469
6512
|
}
|
|
7470
6513
|
},
|
|
7471
|
-
{
|
|
7472
|
-
"name": "size",
|
|
7473
|
-
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
7474
|
-
"required": false,
|
|
7475
|
-
"value": {
|
|
7476
|
-
"kind": "expression",
|
|
7477
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7478
|
-
}
|
|
7479
|
-
},
|
|
7480
6514
|
{
|
|
7481
6515
|
"name": "spellcheck",
|
|
7482
6516
|
"description": "If `true`, enable spellcheck on the input.",
|
|
@@ -7487,15 +6521,6 @@
|
|
|
7487
6521
|
"type": "boolean"
|
|
7488
6522
|
}
|
|
7489
6523
|
},
|
|
7490
|
-
{
|
|
7491
|
-
"name": "theme",
|
|
7492
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7493
|
-
"required": false,
|
|
7494
|
-
"value": {
|
|
7495
|
-
"kind": "expression",
|
|
7496
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7497
|
-
}
|
|
7498
|
-
},
|
|
7499
6524
|
{
|
|
7500
6525
|
"name": "type",
|
|
7501
6526
|
"description": "Set the type of the input.",
|
|
@@ -7611,7 +6636,7 @@
|
|
|
7611
6636
|
},
|
|
7612
6637
|
{
|
|
7613
6638
|
"name": "mode",
|
|
7614
|
-
"description": "The mode determines
|
|
6639
|
+
"description": "The mode determines which platform styles to use.",
|
|
7615
6640
|
"required": false,
|
|
7616
6641
|
"value": {
|
|
7617
6642
|
"kind": "expression",
|
|
@@ -7648,15 +6673,6 @@
|
|
|
7648
6673
|
"type": "boolean"
|
|
7649
6674
|
}
|
|
7650
6675
|
},
|
|
7651
|
-
{
|
|
7652
|
-
"name": "theme",
|
|
7653
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7654
|
-
"required": false,
|
|
7655
|
-
"value": {
|
|
7656
|
-
"kind": "expression",
|
|
7657
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7658
|
-
}
|
|
7659
|
-
},
|
|
7660
6676
|
{
|
|
7661
6677
|
"name": "value",
|
|
7662
6678
|
"description": "the value of the segment.",
|
|
@@ -7721,22 +6737,13 @@
|
|
|
7721
6737
|
},
|
|
7722
6738
|
{
|
|
7723
6739
|
"name": "mode",
|
|
7724
|
-
"description": "The mode determines
|
|
6740
|
+
"description": "The mode determines which platform styles to use.",
|
|
7725
6741
|
"required": false,
|
|
7726
6742
|
"value": {
|
|
7727
6743
|
"kind": "expression",
|
|
7728
6744
|
"type": "\"ios\" | \"md\""
|
|
7729
6745
|
}
|
|
7730
6746
|
},
|
|
7731
|
-
{
|
|
7732
|
-
"name": "theme",
|
|
7733
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7734
|
-
"required": false,
|
|
7735
|
-
"value": {
|
|
7736
|
-
"kind": "expression",
|
|
7737
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7738
|
-
}
|
|
7739
|
-
},
|
|
7740
6747
|
{
|
|
7741
6748
|
"name": "type",
|
|
7742
6749
|
"description": "The type of the button.",
|
|
@@ -7865,7 +6872,7 @@
|
|
|
7865
6872
|
},
|
|
7866
6873
|
{
|
|
7867
6874
|
"name": "expanded-icon",
|
|
7868
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
6875
|
+
"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.",
|
|
7869
6876
|
"required": false,
|
|
7870
6877
|
"value": {
|
|
7871
6878
|
"kind": "expression",
|
|
@@ -7874,7 +6881,7 @@
|
|
|
7874
6881
|
},
|
|
7875
6882
|
{
|
|
7876
6883
|
"name": "fill",
|
|
7877
|
-
"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
|
|
6884
|
+
"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.",
|
|
7878
6885
|
"required": false,
|
|
7879
6886
|
"value": {
|
|
7880
6887
|
"kind": "expression",
|
|
@@ -7940,7 +6947,7 @@
|
|
|
7940
6947
|
},
|
|
7941
6948
|
{
|
|
7942
6949
|
"name": "mode",
|
|
7943
|
-
"description": "The mode determines
|
|
6950
|
+
"description": "The mode determines which platform styles to use.",
|
|
7944
6951
|
"required": false,
|
|
7945
6952
|
"value": {
|
|
7946
6953
|
"kind": "expression",
|
|
@@ -8007,34 +7014,16 @@
|
|
|
8007
7014
|
},
|
|
8008
7015
|
{
|
|
8009
7016
|
"name": "shape",
|
|
8010
|
-
"description": "
|
|
8011
|
-
"required": false,
|
|
8012
|
-
"value": {
|
|
8013
|
-
"kind": "expression",
|
|
8014
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8015
|
-
}
|
|
8016
|
-
},
|
|
8017
|
-
{
|
|
8018
|
-
"name": "size",
|
|
8019
|
-
"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.",
|
|
8020
|
-
"required": false,
|
|
8021
|
-
"value": {
|
|
8022
|
-
"kind": "expression",
|
|
8023
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8024
|
-
}
|
|
8025
|
-
},
|
|
8026
|
-
{
|
|
8027
|
-
"name": "theme",
|
|
8028
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7017
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
8029
7018
|
"required": false,
|
|
8030
7019
|
"value": {
|
|
8031
7020
|
"kind": "expression",
|
|
8032
|
-
"type": "\"
|
|
7021
|
+
"type": "\"round\" | undefined"
|
|
8033
7022
|
}
|
|
8034
7023
|
},
|
|
8035
7024
|
{
|
|
8036
7025
|
"name": "toggle-icon",
|
|
8037
|
-
"description": "The toggle icon to use. Defaults to
|
|
7026
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
8038
7027
|
"required": false,
|
|
8039
7028
|
"value": {
|
|
8040
7029
|
"kind": "expression",
|
|
@@ -8178,24 +7167,6 @@
|
|
|
8178
7167
|
"type": "boolean"
|
|
8179
7168
|
}
|
|
8180
7169
|
},
|
|
8181
|
-
{
|
|
8182
|
-
"name": "mode",
|
|
8183
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8184
|
-
"required": false,
|
|
8185
|
-
"value": {
|
|
8186
|
-
"kind": "expression",
|
|
8187
|
-
"type": "\"ios\" | \"md\""
|
|
8188
|
-
}
|
|
8189
|
-
},
|
|
8190
|
-
{
|
|
8191
|
-
"name": "theme",
|
|
8192
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8193
|
-
"required": false,
|
|
8194
|
-
"value": {
|
|
8195
|
-
"kind": "expression",
|
|
8196
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8197
|
-
}
|
|
8198
|
-
},
|
|
8199
7170
|
{
|
|
8200
7171
|
"name": "value",
|
|
8201
7172
|
"description": "The text value of the option.",
|
|
@@ -8227,24 +7198,6 @@
|
|
|
8227
7198
|
"kind": "expression",
|
|
8228
7199
|
"type": "boolean"
|
|
8229
7200
|
}
|
|
8230
|
-
},
|
|
8231
|
-
{
|
|
8232
|
-
"name": "mode",
|
|
8233
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8234
|
-
"required": false,
|
|
8235
|
-
"value": {
|
|
8236
|
-
"kind": "expression",
|
|
8237
|
-
"type": "\"ios\" | \"md\""
|
|
8238
|
-
}
|
|
8239
|
-
},
|
|
8240
|
-
{
|
|
8241
|
-
"name": "theme",
|
|
8242
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8243
|
-
"required": false,
|
|
8244
|
-
"value": {
|
|
8245
|
-
"kind": "expression",
|
|
8246
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8247
|
-
}
|
|
8248
7201
|
}
|
|
8249
7202
|
],
|
|
8250
7203
|
"slots": [],
|
|
@@ -8277,15 +7230,6 @@
|
|
|
8277
7230
|
"type": "number | undefined"
|
|
8278
7231
|
}
|
|
8279
7232
|
},
|
|
8280
|
-
{
|
|
8281
|
-
"name": "mode",
|
|
8282
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8283
|
-
"required": false,
|
|
8284
|
-
"value": {
|
|
8285
|
-
"kind": "expression",
|
|
8286
|
-
"type": "\"ios\" | \"md\""
|
|
8287
|
-
}
|
|
8288
|
-
},
|
|
8289
7233
|
{
|
|
8290
7234
|
"name": "name",
|
|
8291
7235
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -8304,24 +7248,6 @@
|
|
|
8304
7248
|
"kind": "expression",
|
|
8305
7249
|
"type": "boolean"
|
|
8306
7250
|
}
|
|
8307
|
-
},
|
|
8308
|
-
{
|
|
8309
|
-
"name": "size",
|
|
8310
|
-
"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.",
|
|
8311
|
-
"required": false,
|
|
8312
|
-
"value": {
|
|
8313
|
-
"kind": "expression",
|
|
8314
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8315
|
-
}
|
|
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": [],
|
|
@@ -8355,24 +7281,6 @@
|
|
|
8355
7281
|
"type": "boolean"
|
|
8356
7282
|
}
|
|
8357
7283
|
},
|
|
8358
|
-
{
|
|
8359
|
-
"name": "mode",
|
|
8360
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8361
|
-
"required": false,
|
|
8362
|
-
"value": {
|
|
8363
|
-
"kind": "expression",
|
|
8364
|
-
"type": "\"ios\" | \"md\""
|
|
8365
|
-
}
|
|
8366
|
-
},
|
|
8367
|
-
{
|
|
8368
|
-
"name": "theme",
|
|
8369
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8370
|
-
"required": false,
|
|
8371
|
-
"value": {
|
|
8372
|
-
"kind": "expression",
|
|
8373
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8374
|
-
}
|
|
8375
|
-
},
|
|
8376
7284
|
{
|
|
8377
7285
|
"name": "when",
|
|
8378
7286
|
"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.",
|
|
@@ -8416,15 +7324,6 @@
|
|
|
8416
7324
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
8417
7325
|
}
|
|
8418
7326
|
},
|
|
8419
|
-
{
|
|
8420
|
-
"name": "mode",
|
|
8421
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8422
|
-
"required": false,
|
|
8423
|
-
"value": {
|
|
8424
|
-
"kind": "expression",
|
|
8425
|
-
"type": "\"ios\" | \"md\""
|
|
8426
|
-
}
|
|
8427
|
-
},
|
|
8428
7327
|
{
|
|
8429
7328
|
"name": "tab",
|
|
8430
7329
|
"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.",
|
|
@@ -8433,15 +7332,6 @@
|
|
|
8433
7332
|
"kind": "expression",
|
|
8434
7333
|
"type": "string"
|
|
8435
7334
|
}
|
|
8436
|
-
},
|
|
8437
|
-
{
|
|
8438
|
-
"name": "theme",
|
|
8439
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8440
|
-
"required": false,
|
|
8441
|
-
"value": {
|
|
8442
|
-
"kind": "expression",
|
|
8443
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8444
|
-
}
|
|
8445
7335
|
}
|
|
8446
7336
|
],
|
|
8447
7337
|
"slots": [],
|
|
@@ -8465,19 +7355,9 @@
|
|
|
8465
7355
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8466
7356
|
}
|
|
8467
7357
|
},
|
|
8468
|
-
{
|
|
8469
|
-
"name": "expand",
|
|
8470
|
-
"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\"`.",
|
|
8471
|
-
"required": false,
|
|
8472
|
-
"default": "'full'",
|
|
8473
|
-
"value": {
|
|
8474
|
-
"kind": "expression",
|
|
8475
|
-
"type": "\"compact\" | \"full\""
|
|
8476
|
-
}
|
|
8477
|
-
},
|
|
8478
7358
|
{
|
|
8479
7359
|
"name": "mode",
|
|
8480
|
-
"description": "The mode determines
|
|
7360
|
+
"description": "The mode determines which platform styles to use.",
|
|
8481
7361
|
"required": false,
|
|
8482
7362
|
"value": {
|
|
8483
7363
|
"kind": "expression",
|
|
@@ -8493,27 +7373,9 @@
|
|
|
8493
7373
|
"type": "string | undefined"
|
|
8494
7374
|
}
|
|
8495
7375
|
},
|
|
8496
|
-
{
|
|
8497
|
-
"name": "shape",
|
|
8498
|
-
"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.",
|
|
8499
|
-
"required": false,
|
|
8500
|
-
"value": {
|
|
8501
|
-
"kind": "expression",
|
|
8502
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8503
|
-
}
|
|
8504
|
-
},
|
|
8505
|
-
{
|
|
8506
|
-
"name": "theme",
|
|
8507
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8508
|
-
"required": false,
|
|
8509
|
-
"value": {
|
|
8510
|
-
"kind": "expression",
|
|
8511
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8512
|
-
}
|
|
8513
|
-
},
|
|
8514
7376
|
{
|
|
8515
7377
|
"name": "translucent",
|
|
8516
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
7378
|
+
"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).",
|
|
8517
7379
|
"required": false,
|
|
8518
7380
|
"default": "false",
|
|
8519
7381
|
"value": {
|
|
@@ -8573,7 +7435,7 @@
|
|
|
8573
7435
|
},
|
|
8574
7436
|
{
|
|
8575
7437
|
"name": "mode",
|
|
8576
|
-
"description": "The mode determines
|
|
7438
|
+
"description": "The mode determines which platform styles to use.",
|
|
8577
7439
|
"required": false,
|
|
8578
7440
|
"value": {
|
|
8579
7441
|
"kind": "expression",
|
|
@@ -8599,15 +7461,6 @@
|
|
|
8599
7461
|
"type": "boolean"
|
|
8600
7462
|
}
|
|
8601
7463
|
},
|
|
8602
|
-
{
|
|
8603
|
-
"name": "shape",
|
|
8604
|
-
"description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
8605
|
-
"required": false,
|
|
8606
|
-
"value": {
|
|
8607
|
-
"kind": "expression",
|
|
8608
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8609
|
-
}
|
|
8610
|
-
},
|
|
8611
7464
|
{
|
|
8612
7465
|
"name": "tab",
|
|
8613
7466
|
"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.",
|
|
@@ -8625,15 +7478,6 @@
|
|
|
8625
7478
|
"kind": "expression",
|
|
8626
7479
|
"type": "string | undefined"
|
|
8627
7480
|
}
|
|
8628
|
-
},
|
|
8629
|
-
{
|
|
8630
|
-
"name": "theme",
|
|
8631
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8632
|
-
"required": false,
|
|
8633
|
-
"value": {
|
|
8634
|
-
"kind": "expression",
|
|
8635
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8636
|
-
}
|
|
8637
7481
|
}
|
|
8638
7482
|
],
|
|
8639
7483
|
"slots": [],
|
|
@@ -8647,26 +7491,7 @@
|
|
|
8647
7491
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
8648
7492
|
"symbol": "Tabs"
|
|
8649
7493
|
},
|
|
8650
|
-
"attributes": [
|
|
8651
|
-
{
|
|
8652
|
-
"name": "mode",
|
|
8653
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8654
|
-
"required": false,
|
|
8655
|
-
"value": {
|
|
8656
|
-
"kind": "expression",
|
|
8657
|
-
"type": "\"ios\" | \"md\""
|
|
8658
|
-
}
|
|
8659
|
-
},
|
|
8660
|
-
{
|
|
8661
|
-
"name": "theme",
|
|
8662
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8663
|
-
"required": false,
|
|
8664
|
-
"value": {
|
|
8665
|
-
"kind": "expression",
|
|
8666
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8667
|
-
}
|
|
8668
|
-
}
|
|
8669
|
-
],
|
|
7494
|
+
"attributes": [],
|
|
8670
7495
|
"slots": [
|
|
8671
7496
|
{
|
|
8672
7497
|
"name": "default",
|
|
@@ -8724,21 +7549,12 @@
|
|
|
8724
7549
|
},
|
|
8725
7550
|
{
|
|
8726
7551
|
"name": "mode",
|
|
8727
|
-
"description": "The mode determines
|
|
7552
|
+
"description": "The mode determines which platform styles to use.",
|
|
8728
7553
|
"required": false,
|
|
8729
7554
|
"value": {
|
|
8730
7555
|
"kind": "expression",
|
|
8731
7556
|
"type": "\"ios\" | \"md\""
|
|
8732
7557
|
}
|
|
8733
|
-
},
|
|
8734
|
-
{
|
|
8735
|
-
"name": "theme",
|
|
8736
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8737
|
-
"required": false,
|
|
8738
|
-
"value": {
|
|
8739
|
-
"kind": "expression",
|
|
8740
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8741
|
-
}
|
|
8742
7558
|
}
|
|
8743
7559
|
],
|
|
8744
7560
|
"slots": [],
|
|
@@ -8869,7 +7685,7 @@
|
|
|
8869
7685
|
},
|
|
8870
7686
|
{
|
|
8871
7687
|
"name": "fill",
|
|
8872
|
-
"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
|
|
7688
|
+
"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.",
|
|
8873
7689
|
"required": false,
|
|
8874
7690
|
"value": {
|
|
8875
7691
|
"kind": "expression",
|
|
@@ -8933,7 +7749,7 @@
|
|
|
8933
7749
|
},
|
|
8934
7750
|
{
|
|
8935
7751
|
"name": "mode",
|
|
8936
|
-
"description": "The mode determines
|
|
7752
|
+
"description": "The mode determines which platform styles to use.",
|
|
8937
7753
|
"required": false,
|
|
8938
7754
|
"value": {
|
|
8939
7755
|
"kind": "expression",
|
|
@@ -8990,21 +7806,11 @@
|
|
|
8990
7806
|
},
|
|
8991
7807
|
{
|
|
8992
7808
|
"name": "shape",
|
|
8993
|
-
"description": "
|
|
7809
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
8994
7810
|
"required": false,
|
|
8995
7811
|
"value": {
|
|
8996
7812
|
"kind": "expression",
|
|
8997
|
-
"type": "\"
|
|
8998
|
-
}
|
|
8999
|
-
},
|
|
9000
|
-
{
|
|
9001
|
-
"name": "size",
|
|
9002
|
-
"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.",
|
|
9003
|
-
"required": false,
|
|
9004
|
-
"default": "'medium'",
|
|
9005
|
-
"value": {
|
|
9006
|
-
"kind": "expression",
|
|
9007
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7813
|
+
"type": "\"round\" | undefined"
|
|
9008
7814
|
}
|
|
9009
7815
|
},
|
|
9010
7816
|
{
|
|
@@ -9017,15 +7823,6 @@
|
|
|
9017
7823
|
"type": "boolean"
|
|
9018
7824
|
}
|
|
9019
7825
|
},
|
|
9020
|
-
{
|
|
9021
|
-
"name": "theme",
|
|
9022
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9023
|
-
"required": false,
|
|
9024
|
-
"value": {
|
|
9025
|
-
"kind": "expression",
|
|
9026
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9027
|
-
}
|
|
9028
|
-
},
|
|
9029
7826
|
{
|
|
9030
7827
|
"name": "value",
|
|
9031
7828
|
"description": "The value of the textarea.",
|
|
@@ -9111,26 +7908,7 @@
|
|
|
9111
7908
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
9112
7909
|
"symbol": "Thumbnail"
|
|
9113
7910
|
},
|
|
9114
|
-
"attributes": [
|
|
9115
|
-
{
|
|
9116
|
-
"name": "mode",
|
|
9117
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9118
|
-
"required": false,
|
|
9119
|
-
"value": {
|
|
9120
|
-
"kind": "expression",
|
|
9121
|
-
"type": "\"ios\" | \"md\""
|
|
9122
|
-
}
|
|
9123
|
-
},
|
|
9124
|
-
{
|
|
9125
|
-
"name": "theme",
|
|
9126
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9127
|
-
"required": false,
|
|
9128
|
-
"value": {
|
|
9129
|
-
"kind": "expression",
|
|
9130
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9131
|
-
}
|
|
9132
|
-
}
|
|
9133
|
-
],
|
|
7911
|
+
"attributes": [],
|
|
9134
7912
|
"slots": [],
|
|
9135
7913
|
"events": []
|
|
9136
7914
|
},
|
|
@@ -9152,15 +7930,6 @@
|
|
|
9152
7930
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
9153
7931
|
}
|
|
9154
7932
|
},
|
|
9155
|
-
{
|
|
9156
|
-
"name": "mode",
|
|
9157
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9158
|
-
"required": false,
|
|
9159
|
-
"value": {
|
|
9160
|
-
"kind": "expression",
|
|
9161
|
-
"type": "\"ios\" | \"md\""
|
|
9162
|
-
}
|
|
9163
|
-
},
|
|
9164
7933
|
{
|
|
9165
7934
|
"name": "size",
|
|
9166
7935
|
"description": "The size of the toolbar title.",
|
|
@@ -9169,15 +7938,6 @@
|
|
|
9169
7938
|
"kind": "expression",
|
|
9170
7939
|
"type": "\"large\" | \"small\" | undefined"
|
|
9171
7940
|
}
|
|
9172
|
-
},
|
|
9173
|
-
{
|
|
9174
|
-
"name": "theme",
|
|
9175
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9176
|
-
"required": false,
|
|
9177
|
-
"value": {
|
|
9178
|
-
"kind": "expression",
|
|
9179
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9180
|
-
}
|
|
9181
7941
|
}
|
|
9182
7942
|
],
|
|
9183
7943
|
"slots": [],
|
|
@@ -9325,7 +8085,7 @@
|
|
|
9325
8085
|
},
|
|
9326
8086
|
{
|
|
9327
8087
|
"name": "mode",
|
|
9328
|
-
"description": "The mode determines
|
|
8088
|
+
"description": "The mode determines which platform styles to use.",
|
|
9329
8089
|
"required": false,
|
|
9330
8090
|
"value": {
|
|
9331
8091
|
"kind": "expression",
|
|
@@ -9351,15 +8111,6 @@
|
|
|
9351
8111
|
"type": "HTMLElement | string | undefined"
|
|
9352
8112
|
}
|
|
9353
8113
|
},
|
|
9354
|
-
{
|
|
9355
|
-
"name": "shape",
|
|
9356
|
-
"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.",
|
|
9357
|
-
"required": false,
|
|
9358
|
-
"value": {
|
|
9359
|
-
"kind": "expression",
|
|
9360
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9361
|
-
}
|
|
9362
|
-
},
|
|
9363
8114
|
{
|
|
9364
8115
|
"name": "swipe-gesture",
|
|
9365
8116
|
"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.",
|
|
@@ -9369,18 +8120,9 @@
|
|
|
9369
8120
|
"type": "\"vertical\" | undefined"
|
|
9370
8121
|
}
|
|
9371
8122
|
},
|
|
9372
|
-
{
|
|
9373
|
-
"name": "theme",
|
|
9374
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9375
|
-
"required": false,
|
|
9376
|
-
"value": {
|
|
9377
|
-
"kind": "expression",
|
|
9378
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9379
|
-
}
|
|
9380
|
-
},
|
|
9381
8123
|
{
|
|
9382
8124
|
"name": "translucent",
|
|
9383
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
8125
|
+
"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).",
|
|
9384
8126
|
"required": false,
|
|
9385
8127
|
"default": "false",
|
|
9386
8128
|
"value": {
|
|
@@ -9578,7 +8320,7 @@
|
|
|
9578
8320
|
},
|
|
9579
8321
|
{
|
|
9580
8322
|
"name": "mode",
|
|
9581
|
-
"description": "The mode determines
|
|
8323
|
+
"description": "The mode determines which platform styles to use.",
|
|
9582
8324
|
"required": false,
|
|
9583
8325
|
"value": {
|
|
9584
8326
|
"kind": "expression",
|
|
@@ -9605,15 +8347,6 @@
|
|
|
9605
8347
|
"type": "boolean"
|
|
9606
8348
|
}
|
|
9607
8349
|
},
|
|
9608
|
-
{
|
|
9609
|
-
"name": "theme",
|
|
9610
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9611
|
-
"required": false,
|
|
9612
|
-
"value": {
|
|
9613
|
-
"kind": "expression",
|
|
9614
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9615
|
-
}
|
|
9616
|
-
},
|
|
9617
8350
|
{
|
|
9618
8351
|
"name": "value",
|
|
9619
8352
|
"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>`.",
|
|
@@ -9684,21 +8417,12 @@
|
|
|
9684
8417
|
},
|
|
9685
8418
|
{
|
|
9686
8419
|
"name": "mode",
|
|
9687
|
-
"description": "The mode determines
|
|
8420
|
+
"description": "The mode determines which platform styles to use.",
|
|
9688
8421
|
"required": false,
|
|
9689
8422
|
"value": {
|
|
9690
8423
|
"kind": "expression",
|
|
9691
8424
|
"type": "\"ios\" | \"md\""
|
|
9692
8425
|
}
|
|
9693
|
-
},
|
|
9694
|
-
{
|
|
9695
|
-
"name": "theme",
|
|
9696
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9697
|
-
"required": false,
|
|
9698
|
-
"value": {
|
|
9699
|
-
"kind": "expression",
|
|
9700
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9701
|
-
}
|
|
9702
8426
|
}
|
|
9703
8427
|
],
|
|
9704
8428
|
"slots": [
|
|
@@ -9712,11 +8436,11 @@
|
|
|
9712
8436
|
},
|
|
9713
8437
|
{
|
|
9714
8438
|
"name": "primary",
|
|
9715
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
8439
|
+
"description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
|
|
9716
8440
|
},
|
|
9717
8441
|
{
|
|
9718
8442
|
"name": "secondary",
|
|
9719
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
8443
|
+
"description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
|
|
9720
8444
|
},
|
|
9721
8445
|
{
|
|
9722
8446
|
"name": "start",
|