@ionic/vue 8.4.2-dev.11737633140.1934dd0f → 8.4.2-dev.11739377372.17be7c08
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/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- 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 +221 -136
- package/dist/index.js.map +1 -1
- package/dist/types/components/Overlays.d.ts +1 -1
- package/dist/types/proxies.d.ts +94 -77
- package/dist/vetur/attributes.json +1479 -197
- package/dist/vetur/tags.json +200 -49
- package/dist/web-types.json +1328 -128
- package/package.json +2 -2
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.4.2-dev.
|
|
5
|
+
"version": "8.4.2-dev.11739377372.17be7c08",
|
|
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 the platform behaviors of the component.",
|
|
33
33
|
"required": false,
|
|
34
34
|
"value": {
|
|
35
35
|
"kind": "expression",
|
|
@@ -46,14 +46,22 @@
|
|
|
46
46
|
"type": "boolean"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"name": "theme",
|
|
51
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
52
|
+
"required": false,
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression",
|
|
55
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
56
|
+
}
|
|
57
|
+
},
|
|
49
58
|
{
|
|
50
59
|
"name": "toggle-icon",
|
|
51
60
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
52
61
|
"required": false,
|
|
53
|
-
"default": "chevronDown",
|
|
54
62
|
"value": {
|
|
55
63
|
"kind": "expression",
|
|
56
|
-
"type": "string"
|
|
64
|
+
"type": "string | undefined"
|
|
57
65
|
}
|
|
58
66
|
},
|
|
59
67
|
{
|
|
@@ -130,7 +138,7 @@
|
|
|
130
138
|
},
|
|
131
139
|
{
|
|
132
140
|
"name": "mode",
|
|
133
|
-
"description": "The mode determines
|
|
141
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
134
142
|
"required": false,
|
|
135
143
|
"value": {
|
|
136
144
|
"kind": "expression",
|
|
@@ -156,6 +164,24 @@
|
|
|
156
164
|
"type": "boolean"
|
|
157
165
|
}
|
|
158
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"name": "shape",
|
|
169
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
170
|
+
"required": false,
|
|
171
|
+
"value": {
|
|
172
|
+
"kind": "expression",
|
|
173
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "theme",
|
|
178
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
179
|
+
"required": false,
|
|
180
|
+
"value": {
|
|
181
|
+
"kind": "expression",
|
|
182
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
183
|
+
}
|
|
184
|
+
},
|
|
159
185
|
{
|
|
160
186
|
"name": "value",
|
|
161
187
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -286,7 +312,7 @@
|
|
|
286
312
|
},
|
|
287
313
|
{
|
|
288
314
|
"name": "mode",
|
|
289
|
-
"description": "The mode determines
|
|
315
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
290
316
|
"required": false,
|
|
291
317
|
"value": {
|
|
292
318
|
"kind": "expression",
|
|
@@ -302,9 +328,18 @@
|
|
|
302
328
|
"type": "string | undefined"
|
|
303
329
|
}
|
|
304
330
|
},
|
|
331
|
+
{
|
|
332
|
+
"name": "theme",
|
|
333
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
334
|
+
"required": false,
|
|
335
|
+
"value": {
|
|
336
|
+
"kind": "expression",
|
|
337
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
338
|
+
}
|
|
339
|
+
},
|
|
305
340
|
{
|
|
306
341
|
"name": "translucent",
|
|
307
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
342
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
308
343
|
"required": false,
|
|
309
344
|
"default": "false",
|
|
310
345
|
"value": {
|
|
@@ -531,7 +566,7 @@
|
|
|
531
566
|
},
|
|
532
567
|
{
|
|
533
568
|
"name": "mode",
|
|
534
|
-
"description": "The mode determines
|
|
569
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
535
570
|
"required": false,
|
|
536
571
|
"value": {
|
|
537
572
|
"kind": "expression",
|
|
@@ -547,9 +582,18 @@
|
|
|
547
582
|
"type": "string | undefined"
|
|
548
583
|
}
|
|
549
584
|
},
|
|
585
|
+
{
|
|
586
|
+
"name": "theme",
|
|
587
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
588
|
+
"required": false,
|
|
589
|
+
"value": {
|
|
590
|
+
"kind": "expression",
|
|
591
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
592
|
+
}
|
|
593
|
+
},
|
|
550
594
|
{
|
|
551
595
|
"name": "translucent",
|
|
552
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
596
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
553
597
|
"required": false,
|
|
554
598
|
"default": "false",
|
|
555
599
|
"value": {
|
|
@@ -659,7 +703,44 @@
|
|
|
659
703
|
"module": "@ionic/core/src/components/avatar/avatar.d.ts",
|
|
660
704
|
"symbol": "Avatar"
|
|
661
705
|
},
|
|
662
|
-
"attributes": [
|
|
706
|
+
"attributes": [
|
|
707
|
+
{
|
|
708
|
+
"name": "mode",
|
|
709
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
710
|
+
"required": false,
|
|
711
|
+
"value": {
|
|
712
|
+
"kind": "expression",
|
|
713
|
+
"type": "\"ios\" | \"md\""
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "shape",
|
|
718
|
+
"description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
719
|
+
"required": false,
|
|
720
|
+
"value": {
|
|
721
|
+
"kind": "expression",
|
|
722
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "size",
|
|
727
|
+
"description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
|
|
728
|
+
"required": false,
|
|
729
|
+
"value": {
|
|
730
|
+
"kind": "expression",
|
|
731
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "theme",
|
|
736
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
737
|
+
"required": false,
|
|
738
|
+
"value": {
|
|
739
|
+
"kind": "expression",
|
|
740
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
],
|
|
663
744
|
"slots": [],
|
|
664
745
|
"events": []
|
|
665
746
|
},
|
|
@@ -711,7 +792,7 @@
|
|
|
711
792
|
},
|
|
712
793
|
{
|
|
713
794
|
"name": "mode",
|
|
714
|
-
"description": "The mode determines
|
|
795
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
715
796
|
"required": false,
|
|
716
797
|
"value": {
|
|
717
798
|
"kind": "expression",
|
|
@@ -736,6 +817,15 @@
|
|
|
736
817
|
"type": "null | string | undefined"
|
|
737
818
|
}
|
|
738
819
|
},
|
|
820
|
+
{
|
|
821
|
+
"name": "theme",
|
|
822
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
823
|
+
"required": false,
|
|
824
|
+
"value": {
|
|
825
|
+
"kind": "expression",
|
|
826
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
827
|
+
}
|
|
828
|
+
},
|
|
739
829
|
{
|
|
740
830
|
"name": "type",
|
|
741
831
|
"description": "The type of the button.",
|
|
@@ -759,6 +849,15 @@
|
|
|
759
849
|
"symbol": "Backdrop"
|
|
760
850
|
},
|
|
761
851
|
"attributes": [
|
|
852
|
+
{
|
|
853
|
+
"name": "mode",
|
|
854
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
855
|
+
"required": false,
|
|
856
|
+
"value": {
|
|
857
|
+
"kind": "expression",
|
|
858
|
+
"type": "\"ios\" | \"md\""
|
|
859
|
+
}
|
|
860
|
+
},
|
|
762
861
|
{
|
|
763
862
|
"name": "stop-propagation",
|
|
764
863
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -779,6 +878,15 @@
|
|
|
779
878
|
"type": "boolean"
|
|
780
879
|
}
|
|
781
880
|
},
|
|
881
|
+
{
|
|
882
|
+
"name": "theme",
|
|
883
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
884
|
+
"required": false,
|
|
885
|
+
"value": {
|
|
886
|
+
"kind": "expression",
|
|
887
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
888
|
+
}
|
|
889
|
+
},
|
|
782
890
|
{
|
|
783
891
|
"name": "visible",
|
|
784
892
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -824,12 +932,39 @@
|
|
|
824
932
|
},
|
|
825
933
|
{
|
|
826
934
|
"name": "mode",
|
|
827
|
-
"description": "The mode determines
|
|
935
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
828
936
|
"required": false,
|
|
829
937
|
"value": {
|
|
830
938
|
"kind": "expression",
|
|
831
939
|
"type": "\"ios\" | \"md\""
|
|
832
940
|
}
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "shape",
|
|
944
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
945
|
+
"required": false,
|
|
946
|
+
"value": {
|
|
947
|
+
"kind": "expression",
|
|
948
|
+
"type": "\"round | rectangular\" | \"soft\" | undefined"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "size",
|
|
953
|
+
"description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
954
|
+
"required": false,
|
|
955
|
+
"value": {
|
|
956
|
+
"kind": "expression",
|
|
957
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "theme",
|
|
962
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
963
|
+
"required": false,
|
|
964
|
+
"value": {
|
|
965
|
+
"kind": "expression",
|
|
966
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
967
|
+
}
|
|
833
968
|
}
|
|
834
969
|
],
|
|
835
970
|
"slots": [],
|
|
@@ -893,7 +1028,7 @@
|
|
|
893
1028
|
},
|
|
894
1029
|
{
|
|
895
1030
|
"name": "mode",
|
|
896
|
-
"description": "The mode determines
|
|
1031
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
897
1032
|
"required": false,
|
|
898
1033
|
"value": {
|
|
899
1034
|
"kind": "expression",
|
|
@@ -945,6 +1080,15 @@
|
|
|
945
1080
|
"kind": "expression",
|
|
946
1081
|
"type": "string | undefined"
|
|
947
1082
|
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "theme",
|
|
1086
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1087
|
+
"required": false,
|
|
1088
|
+
"value": {
|
|
1089
|
+
"kind": "expression",
|
|
1090
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1091
|
+
}
|
|
948
1092
|
}
|
|
949
1093
|
],
|
|
950
1094
|
"slots": [],
|
|
@@ -1020,12 +1164,21 @@
|
|
|
1020
1164
|
},
|
|
1021
1165
|
{
|
|
1022
1166
|
"name": "mode",
|
|
1023
|
-
"description": "The mode determines
|
|
1167
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1024
1168
|
"required": false,
|
|
1025
1169
|
"value": {
|
|
1026
1170
|
"kind": "expression",
|
|
1027
1171
|
"type": "\"ios\" | \"md\""
|
|
1028
1172
|
}
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "theme",
|
|
1176
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1177
|
+
"required": false,
|
|
1178
|
+
"value": {
|
|
1179
|
+
"kind": "expression",
|
|
1180
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1181
|
+
}
|
|
1029
1182
|
}
|
|
1030
1183
|
],
|
|
1031
1184
|
"slots": [],
|
|
@@ -1127,7 +1280,7 @@
|
|
|
1127
1280
|
},
|
|
1128
1281
|
{
|
|
1129
1282
|
"name": "mode",
|
|
1130
|
-
"description": "The mode determines
|
|
1283
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1131
1284
|
"required": false,
|
|
1132
1285
|
"value": {
|
|
1133
1286
|
"kind": "expression",
|
|
@@ -1164,11 +1317,11 @@
|
|
|
1164
1317
|
},
|
|
1165
1318
|
{
|
|
1166
1319
|
"name": "shape",
|
|
1167
|
-
"description": "Set to `\"round\"` for a button with
|
|
1320
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
1168
1321
|
"required": false,
|
|
1169
1322
|
"value": {
|
|
1170
1323
|
"kind": "expression",
|
|
1171
|
-
"type": "\"round\" | undefined"
|
|
1324
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1172
1325
|
}
|
|
1173
1326
|
},
|
|
1174
1327
|
{
|
|
@@ -1177,7 +1330,7 @@
|
|
|
1177
1330
|
"required": false,
|
|
1178
1331
|
"value": {
|
|
1179
1332
|
"kind": "expression",
|
|
1180
|
-
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1333
|
+
"type": "\"default\" | \"large\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
1181
1334
|
}
|
|
1182
1335
|
},
|
|
1183
1336
|
{
|
|
@@ -1199,6 +1352,15 @@
|
|
|
1199
1352
|
"type": "string | undefined"
|
|
1200
1353
|
}
|
|
1201
1354
|
},
|
|
1355
|
+
{
|
|
1356
|
+
"name": "theme",
|
|
1357
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1358
|
+
"required": false,
|
|
1359
|
+
"value": {
|
|
1360
|
+
"kind": "expression",
|
|
1361
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1202
1364
|
{
|
|
1203
1365
|
"name": "type",
|
|
1204
1366
|
"description": "The type of the button.",
|
|
@@ -1262,13 +1424,31 @@
|
|
|
1262
1424
|
"attributes": [
|
|
1263
1425
|
{
|
|
1264
1426
|
"name": "collapse",
|
|
1265
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios`
|
|
1427
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
1266
1428
|
"required": false,
|
|
1267
1429
|
"default": "false",
|
|
1268
1430
|
"value": {
|
|
1269
1431
|
"kind": "expression",
|
|
1270
1432
|
"type": "boolean"
|
|
1271
1433
|
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "mode",
|
|
1437
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1438
|
+
"required": false,
|
|
1439
|
+
"value": {
|
|
1440
|
+
"kind": "expression",
|
|
1441
|
+
"type": "\"ios\" | \"md\""
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "theme",
|
|
1446
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1447
|
+
"required": false,
|
|
1448
|
+
"value": {
|
|
1449
|
+
"kind": "expression",
|
|
1450
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1451
|
+
}
|
|
1272
1452
|
}
|
|
1273
1453
|
],
|
|
1274
1454
|
"slots": [],
|
|
@@ -1332,7 +1512,7 @@
|
|
|
1332
1512
|
},
|
|
1333
1513
|
{
|
|
1334
1514
|
"name": "mode",
|
|
1335
|
-
"description": "The mode determines
|
|
1515
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1336
1516
|
"required": false,
|
|
1337
1517
|
"value": {
|
|
1338
1518
|
"kind": "expression",
|
|
@@ -1367,6 +1547,16 @@
|
|
|
1367
1547
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1368
1548
|
}
|
|
1369
1549
|
},
|
|
1550
|
+
{
|
|
1551
|
+
"name": "shape",
|
|
1552
|
+
"description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
|
|
1553
|
+
"required": false,
|
|
1554
|
+
"default": "'round'",
|
|
1555
|
+
"value": {
|
|
1556
|
+
"kind": "expression",
|
|
1557
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1370
1560
|
{
|
|
1371
1561
|
"name": "target",
|
|
1372
1562
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1376,6 +1566,15 @@
|
|
|
1376
1566
|
"type": "string | undefined"
|
|
1377
1567
|
}
|
|
1378
1568
|
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "theme",
|
|
1571
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1572
|
+
"required": false,
|
|
1573
|
+
"value": {
|
|
1574
|
+
"kind": "expression",
|
|
1575
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1379
1578
|
{
|
|
1380
1579
|
"name": "type",
|
|
1381
1580
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1401,12 +1600,21 @@
|
|
|
1401
1600
|
"attributes": [
|
|
1402
1601
|
{
|
|
1403
1602
|
"name": "mode",
|
|
1404
|
-
"description": "The mode determines
|
|
1603
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1405
1604
|
"required": false,
|
|
1406
1605
|
"value": {
|
|
1407
1606
|
"kind": "expression",
|
|
1408
1607
|
"type": "\"ios\" | \"md\""
|
|
1409
1608
|
}
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"name": "theme",
|
|
1612
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1613
|
+
"required": false,
|
|
1614
|
+
"value": {
|
|
1615
|
+
"kind": "expression",
|
|
1616
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1617
|
+
}
|
|
1410
1618
|
}
|
|
1411
1619
|
],
|
|
1412
1620
|
"slots": [],
|
|
@@ -1432,16 +1640,25 @@
|
|
|
1432
1640
|
},
|
|
1433
1641
|
{
|
|
1434
1642
|
"name": "mode",
|
|
1435
|
-
"description": "The mode determines
|
|
1643
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1436
1644
|
"required": false,
|
|
1437
1645
|
"value": {
|
|
1438
1646
|
"kind": "expression",
|
|
1439
1647
|
"type": "\"ios\" | \"md\""
|
|
1440
1648
|
}
|
|
1441
1649
|
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "theme",
|
|
1652
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1653
|
+
"required": false,
|
|
1654
|
+
"value": {
|
|
1655
|
+
"kind": "expression",
|
|
1656
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1442
1659
|
{
|
|
1443
1660
|
"name": "translucent",
|
|
1444
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1661
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1445
1662
|
"required": false,
|
|
1446
1663
|
"default": "false",
|
|
1447
1664
|
"value": {
|
|
@@ -1473,12 +1690,21 @@
|
|
|
1473
1690
|
},
|
|
1474
1691
|
{
|
|
1475
1692
|
"name": "mode",
|
|
1476
|
-
"description": "The mode determines
|
|
1693
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1477
1694
|
"required": false,
|
|
1478
1695
|
"value": {
|
|
1479
1696
|
"kind": "expression",
|
|
1480
1697
|
"type": "\"ios\" | \"md\""
|
|
1481
1698
|
}
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "theme",
|
|
1702
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1703
|
+
"required": false,
|
|
1704
|
+
"value": {
|
|
1705
|
+
"kind": "expression",
|
|
1706
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1707
|
+
}
|
|
1482
1708
|
}
|
|
1483
1709
|
],
|
|
1484
1710
|
"slots": [],
|
|
@@ -1504,12 +1730,21 @@
|
|
|
1504
1730
|
},
|
|
1505
1731
|
{
|
|
1506
1732
|
"name": "mode",
|
|
1507
|
-
"description": "The mode determines
|
|
1733
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1508
1734
|
"required": false,
|
|
1509
1735
|
"value": {
|
|
1510
1736
|
"kind": "expression",
|
|
1511
1737
|
"type": "\"ios\" | \"md\""
|
|
1512
1738
|
}
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "theme",
|
|
1742
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1743
|
+
"required": false,
|
|
1744
|
+
"value": {
|
|
1745
|
+
"kind": "expression",
|
|
1746
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1747
|
+
}
|
|
1513
1748
|
}
|
|
1514
1749
|
],
|
|
1515
1750
|
"slots": [],
|
|
@@ -1593,7 +1828,7 @@
|
|
|
1593
1828
|
},
|
|
1594
1829
|
{
|
|
1595
1830
|
"name": "mode",
|
|
1596
|
-
"description": "The mode determines
|
|
1831
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1597
1832
|
"required": false,
|
|
1598
1833
|
"value": {
|
|
1599
1834
|
"kind": "expression",
|
|
@@ -1611,13 +1846,31 @@
|
|
|
1611
1846
|
}
|
|
1612
1847
|
},
|
|
1613
1848
|
{
|
|
1614
|
-
"name": "
|
|
1615
|
-
"description": "
|
|
1849
|
+
"name": "shape",
|
|
1850
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1616
1851
|
"required": false,
|
|
1617
|
-
"default": "
|
|
1852
|
+
"default": "'soft'",
|
|
1618
1853
|
"value": {
|
|
1619
1854
|
"kind": "expression",
|
|
1620
|
-
"type": "
|
|
1855
|
+
"type": "\"rectangular\" | \"soft\" | undefined"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "size",
|
|
1860
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1861
|
+
"required": false,
|
|
1862
|
+
"value": {
|
|
1863
|
+
"kind": "expression",
|
|
1864
|
+
"type": "\"small\" | undefined"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "theme",
|
|
1869
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1870
|
+
"required": false,
|
|
1871
|
+
"value": {
|
|
1872
|
+
"kind": "expression",
|
|
1873
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1621
1874
|
}
|
|
1622
1875
|
},
|
|
1623
1876
|
{
|
|
@@ -1650,7 +1903,7 @@
|
|
|
1650
1903
|
},
|
|
1651
1904
|
{
|
|
1652
1905
|
"name": "ionChange",
|
|
1653
|
-
"description": "Emitted when the checked property has changed
|
|
1906
|
+
"description": "Emitted when the checked property has changed\nas a result of a user action such as a click.\nThis event will not emit when programmatically\nsetting the `checked` property.",
|
|
1654
1907
|
"arguments": [
|
|
1655
1908
|
{
|
|
1656
1909
|
"name": "detail",
|
|
@@ -1700,7 +1953,7 @@
|
|
|
1700
1953
|
},
|
|
1701
1954
|
{
|
|
1702
1955
|
"name": "mode",
|
|
1703
|
-
"description": "The mode determines
|
|
1956
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1704
1957
|
"required": false,
|
|
1705
1958
|
"value": {
|
|
1706
1959
|
"kind": "expression",
|
|
@@ -1716,6 +1969,33 @@
|
|
|
1716
1969
|
"kind": "expression",
|
|
1717
1970
|
"type": "boolean"
|
|
1718
1971
|
}
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "shape",
|
|
1975
|
+
"description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
|
|
1976
|
+
"required": false,
|
|
1977
|
+
"value": {
|
|
1978
|
+
"kind": "expression",
|
|
1979
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "size",
|
|
1984
|
+
"description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
|
|
1985
|
+
"required": false,
|
|
1986
|
+
"value": {
|
|
1987
|
+
"kind": "expression",
|
|
1988
|
+
"type": "\"large\" | \"small\" | undefined"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"name": "theme",
|
|
1993
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1994
|
+
"required": false,
|
|
1995
|
+
"value": {
|
|
1996
|
+
"kind": "expression",
|
|
1997
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1998
|
+
}
|
|
1719
1999
|
}
|
|
1720
2000
|
],
|
|
1721
2001
|
"slots": [],
|
|
@@ -1730,6 +2010,15 @@
|
|
|
1730
2010
|
"symbol": "Col"
|
|
1731
2011
|
},
|
|
1732
2012
|
"attributes": [
|
|
2013
|
+
{
|
|
2014
|
+
"name": "mode",
|
|
2015
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2016
|
+
"required": false,
|
|
2017
|
+
"value": {
|
|
2018
|
+
"kind": "expression",
|
|
2019
|
+
"type": "\"ios\" | \"md\""
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
1733
2022
|
{
|
|
1734
2023
|
"name": "offset",
|
|
1735
2024
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -1945,6 +2234,15 @@
|
|
|
1945
2234
|
"kind": "expression",
|
|
1946
2235
|
"type": "string | undefined"
|
|
1947
2236
|
}
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"name": "theme",
|
|
2240
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2241
|
+
"required": false,
|
|
2242
|
+
"value": {
|
|
2243
|
+
"kind": "expression",
|
|
2244
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2245
|
+
}
|
|
1948
2246
|
}
|
|
1949
2247
|
],
|
|
1950
2248
|
"slots": [],
|
|
@@ -1997,6 +2295,15 @@
|
|
|
1997
2295
|
"type": "boolean"
|
|
1998
2296
|
}
|
|
1999
2297
|
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "mode",
|
|
2300
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2301
|
+
"required": false,
|
|
2302
|
+
"value": {
|
|
2303
|
+
"kind": "expression",
|
|
2304
|
+
"type": "\"ios\" | \"md\""
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2000
2307
|
{
|
|
2001
2308
|
"name": "scroll-events",
|
|
2002
2309
|
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
|
|
@@ -2026,6 +2333,15 @@
|
|
|
2026
2333
|
"kind": "expression",
|
|
2027
2334
|
"type": "boolean"
|
|
2028
2335
|
}
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"name": "theme",
|
|
2339
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2340
|
+
"required": false,
|
|
2341
|
+
"value": {
|
|
2342
|
+
"kind": "expression",
|
|
2343
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2344
|
+
}
|
|
2029
2345
|
}
|
|
2030
2346
|
],
|
|
2031
2347
|
"slots": [
|
|
@@ -2233,7 +2549,7 @@
|
|
|
2233
2549
|
},
|
|
2234
2550
|
{
|
|
2235
2551
|
"name": "mode",
|
|
2236
|
-
"description": "The mode determines
|
|
2552
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2237
2553
|
"required": false,
|
|
2238
2554
|
"value": {
|
|
2239
2555
|
"kind": "expression",
|
|
@@ -2349,6 +2665,15 @@
|
|
|
2349
2665
|
"type": "\"cover\" | \"fixed\""
|
|
2350
2666
|
}
|
|
2351
2667
|
},
|
|
2668
|
+
{
|
|
2669
|
+
"name": "theme",
|
|
2670
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2671
|
+
"required": false,
|
|
2672
|
+
"value": {
|
|
2673
|
+
"kind": "expression",
|
|
2674
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2352
2677
|
{
|
|
2353
2678
|
"name": "titleSelectedDatesFormatter",
|
|
2354
2679
|
"description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
|
|
@@ -2474,12 +2799,21 @@
|
|
|
2474
2799
|
},
|
|
2475
2800
|
{
|
|
2476
2801
|
"name": "mode",
|
|
2477
|
-
"description": "The mode determines
|
|
2802
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2478
2803
|
"required": false,
|
|
2479
2804
|
"value": {
|
|
2480
2805
|
"kind": "expression",
|
|
2481
2806
|
"type": "\"ios\" | \"md\""
|
|
2482
2807
|
}
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "theme",
|
|
2811
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2812
|
+
"required": false,
|
|
2813
|
+
"value": {
|
|
2814
|
+
"kind": "expression",
|
|
2815
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2816
|
+
}
|
|
2483
2817
|
}
|
|
2484
2818
|
],
|
|
2485
2819
|
"slots": [
|
|
@@ -2532,6 +2866,24 @@
|
|
|
2532
2866
|
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
2533
2867
|
}
|
|
2534
2868
|
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "mode",
|
|
2871
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2872
|
+
"required": false,
|
|
2873
|
+
"value": {
|
|
2874
|
+
"kind": "expression",
|
|
2875
|
+
"type": "\"ios\" | \"md\""
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "theme",
|
|
2880
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2881
|
+
"required": false,
|
|
2882
|
+
"value": {
|
|
2883
|
+
"kind": "expression",
|
|
2884
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2535
2887
|
{
|
|
2536
2888
|
"name": "vertical",
|
|
2537
2889
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2568,10 +2920,9 @@
|
|
|
2568
2920
|
"name": "close-icon",
|
|
2569
2921
|
"description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
|
|
2570
2922
|
"required": false,
|
|
2571
|
-
"default": "close",
|
|
2572
2923
|
"value": {
|
|
2573
2924
|
"kind": "expression",
|
|
2574
|
-
"type": "string"
|
|
2925
|
+
"type": "string | undefined"
|
|
2575
2926
|
}
|
|
2576
2927
|
},
|
|
2577
2928
|
{
|
|
@@ -2613,7 +2964,7 @@
|
|
|
2613
2964
|
},
|
|
2614
2965
|
{
|
|
2615
2966
|
"name": "mode",
|
|
2616
|
-
"description": "The mode determines
|
|
2967
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2617
2968
|
"required": false,
|
|
2618
2969
|
"value": {
|
|
2619
2970
|
"kind": "expression",
|
|
@@ -2676,9 +3027,18 @@
|
|
|
2676
3027
|
"type": "string | undefined"
|
|
2677
3028
|
}
|
|
2678
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "theme",
|
|
3032
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3033
|
+
"required": false,
|
|
3034
|
+
"value": {
|
|
3035
|
+
"kind": "expression",
|
|
3036
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
2679
3039
|
{
|
|
2680
3040
|
"name": "translucent",
|
|
2681
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
3041
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
2682
3042
|
"required": false,
|
|
2683
3043
|
"default": "false",
|
|
2684
3044
|
"value": {
|
|
@@ -2740,6 +3100,15 @@
|
|
|
2740
3100
|
"type": "boolean"
|
|
2741
3101
|
}
|
|
2742
3102
|
},
|
|
3103
|
+
{
|
|
3104
|
+
"name": "mode",
|
|
3105
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3106
|
+
"required": false,
|
|
3107
|
+
"value": {
|
|
3108
|
+
"kind": "expression",
|
|
3109
|
+
"type": "\"ios\" | \"md\""
|
|
3110
|
+
}
|
|
3111
|
+
},
|
|
2743
3112
|
{
|
|
2744
3113
|
"name": "side",
|
|
2745
3114
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2749,6 +3118,15 @@
|
|
|
2749
3118
|
"kind": "expression",
|
|
2750
3119
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
2751
3120
|
}
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "theme",
|
|
3124
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3125
|
+
"required": false,
|
|
3126
|
+
"value": {
|
|
3127
|
+
"kind": "expression",
|
|
3128
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3129
|
+
}
|
|
2752
3130
|
}
|
|
2753
3131
|
],
|
|
2754
3132
|
"slots": [],
|
|
@@ -2765,7 +3143,7 @@
|
|
|
2765
3143
|
"attributes": [
|
|
2766
3144
|
{
|
|
2767
3145
|
"name": "collapse",
|
|
2768
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
3146
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2769
3147
|
"required": false,
|
|
2770
3148
|
"value": {
|
|
2771
3149
|
"kind": "expression",
|
|
@@ -2774,16 +3152,25 @@
|
|
|
2774
3152
|
},
|
|
2775
3153
|
{
|
|
2776
3154
|
"name": "mode",
|
|
2777
|
-
"description": "The mode determines
|
|
3155
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2778
3156
|
"required": false,
|
|
2779
3157
|
"value": {
|
|
2780
3158
|
"kind": "expression",
|
|
2781
3159
|
"type": "\"ios\" | \"md\""
|
|
2782
3160
|
}
|
|
2783
3161
|
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "theme",
|
|
3164
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3165
|
+
"required": false,
|
|
3166
|
+
"value": {
|
|
3167
|
+
"kind": "expression",
|
|
3168
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3169
|
+
}
|
|
3170
|
+
},
|
|
2784
3171
|
{
|
|
2785
3172
|
"name": "translucent",
|
|
2786
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
3173
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
|
|
2787
3174
|
"required": false,
|
|
2788
3175
|
"default": "false",
|
|
2789
3176
|
"value": {
|
|
@@ -2813,6 +3200,24 @@
|
|
|
2813
3200
|
"kind": "expression",
|
|
2814
3201
|
"type": "boolean"
|
|
2815
3202
|
}
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"name": "mode",
|
|
3206
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3207
|
+
"required": false,
|
|
3208
|
+
"value": {
|
|
3209
|
+
"kind": "expression",
|
|
3210
|
+
"type": "\"ios\" | \"md\""
|
|
3211
|
+
}
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "theme",
|
|
3215
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3216
|
+
"required": false,
|
|
3217
|
+
"value": {
|
|
3218
|
+
"kind": "expression",
|
|
3219
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3220
|
+
}
|
|
2816
3221
|
}
|
|
2817
3222
|
],
|
|
2818
3223
|
"slots": [],
|
|
@@ -2829,25 +3234,44 @@
|
|
|
2829
3234
|
"attributes": [
|
|
2830
3235
|
{
|
|
2831
3236
|
"name": "collapse",
|
|
2832
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
3237
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
2833
3238
|
"required": false,
|
|
2834
3239
|
"value": {
|
|
2835
3240
|
"kind": "expression",
|
|
2836
3241
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
2837
3242
|
}
|
|
2838
3243
|
},
|
|
3244
|
+
{
|
|
3245
|
+
"name": "divider",
|
|
3246
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3247
|
+
"required": false,
|
|
3248
|
+
"default": "false",
|
|
3249
|
+
"value": {
|
|
3250
|
+
"kind": "expression",
|
|
3251
|
+
"type": "boolean"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
2839
3254
|
{
|
|
2840
3255
|
"name": "mode",
|
|
2841
|
-
"description": "The mode determines
|
|
3256
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2842
3257
|
"required": false,
|
|
2843
3258
|
"value": {
|
|
2844
3259
|
"kind": "expression",
|
|
2845
3260
|
"type": "\"ios\" | \"md\""
|
|
2846
3261
|
}
|
|
2847
3262
|
},
|
|
3263
|
+
{
|
|
3264
|
+
"name": "theme",
|
|
3265
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3266
|
+
"required": false,
|
|
3267
|
+
"value": {
|
|
3268
|
+
"kind": "expression",
|
|
3269
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
2848
3272
|
{
|
|
2849
3273
|
"name": "translucent",
|
|
2850
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3274
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
2851
3275
|
"required": false,
|
|
2852
3276
|
"default": "false",
|
|
2853
3277
|
"value": {
|
|
@@ -2877,6 +3301,15 @@
|
|
|
2877
3301
|
"type": "string | undefined"
|
|
2878
3302
|
}
|
|
2879
3303
|
},
|
|
3304
|
+
{
|
|
3305
|
+
"name": "mode",
|
|
3306
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3307
|
+
"required": false,
|
|
3308
|
+
"value": {
|
|
3309
|
+
"kind": "expression",
|
|
3310
|
+
"type": "\"ios\" | \"md\""
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
2880
3313
|
{
|
|
2881
3314
|
"name": "src",
|
|
2882
3315
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -2885,6 +3318,15 @@
|
|
|
2885
3318
|
"kind": "expression",
|
|
2886
3319
|
"type": "string | undefined"
|
|
2887
3320
|
}
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "theme",
|
|
3324
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3325
|
+
"required": false,
|
|
3326
|
+
"value": {
|
|
3327
|
+
"kind": "expression",
|
|
3328
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3329
|
+
}
|
|
2888
3330
|
}
|
|
2889
3331
|
],
|
|
2890
3332
|
"slots": [],
|
|
@@ -2940,6 +3382,15 @@
|
|
|
2940
3382
|
"type": "boolean"
|
|
2941
3383
|
}
|
|
2942
3384
|
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "mode",
|
|
3387
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3388
|
+
"required": false,
|
|
3389
|
+
"value": {
|
|
3390
|
+
"kind": "expression",
|
|
3391
|
+
"type": "\"ios\" | \"md\""
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
2943
3394
|
{
|
|
2944
3395
|
"name": "position",
|
|
2945
3396
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2950,6 +3401,15 @@
|
|
|
2950
3401
|
"type": "\"bottom\" | \"top\""
|
|
2951
3402
|
}
|
|
2952
3403
|
},
|
|
3404
|
+
{
|
|
3405
|
+
"name": "theme",
|
|
3406
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3407
|
+
"required": false,
|
|
3408
|
+
"value": {
|
|
3409
|
+
"kind": "expression",
|
|
3410
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
2953
3413
|
{
|
|
2954
3414
|
"name": "threshold",
|
|
2955
3415
|
"description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page.",
|
|
@@ -3001,6 +3461,24 @@
|
|
|
3001
3461
|
"kind": "expression",
|
|
3002
3462
|
"type": "IonicSafeString | string | undefined"
|
|
3003
3463
|
}
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "mode",
|
|
3467
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3468
|
+
"required": false,
|
|
3469
|
+
"value": {
|
|
3470
|
+
"kind": "expression",
|
|
3471
|
+
"type": "\"ios\" | \"md\""
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"name": "theme",
|
|
3476
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3477
|
+
"required": false,
|
|
3478
|
+
"value": {
|
|
3479
|
+
"kind": "expression",
|
|
3480
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3481
|
+
}
|
|
3004
3482
|
}
|
|
3005
3483
|
],
|
|
3006
3484
|
"slots": [],
|
|
@@ -3032,7 +3510,7 @@
|
|
|
3032
3510
|
"default": "'off'",
|
|
3033
3511
|
"value": {
|
|
3034
3512
|
"kind": "expression",
|
|
3035
|
-
"type": "\"name\" | \"
|
|
3513
|
+
"type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
|
|
3036
3514
|
}
|
|
3037
3515
|
},
|
|
3038
3516
|
{
|
|
@@ -3150,7 +3628,7 @@
|
|
|
3150
3628
|
},
|
|
3151
3629
|
{
|
|
3152
3630
|
"name": "fill",
|
|
3153
|
-
"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
|
|
3631
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
3154
3632
|
"required": false,
|
|
3155
3633
|
"value": {
|
|
3156
3634
|
"kind": "expression",
|
|
@@ -3186,12 +3664,11 @@
|
|
|
3186
3664
|
},
|
|
3187
3665
|
{
|
|
3188
3666
|
"name": "label-placement",
|
|
3189
|
-
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
3667
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
|
|
3190
3668
|
"required": false,
|
|
3191
|
-
"default": "'start'",
|
|
3192
3669
|
"value": {
|
|
3193
3670
|
"kind": "expression",
|
|
3194
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3671
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
|
|
3195
3672
|
}
|
|
3196
3673
|
},
|
|
3197
3674
|
{
|
|
@@ -3232,7 +3709,7 @@
|
|
|
3232
3709
|
},
|
|
3233
3710
|
{
|
|
3234
3711
|
"name": "mode",
|
|
3235
|
-
"description": "The mode determines
|
|
3712
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3236
3713
|
"required": false,
|
|
3237
3714
|
"value": {
|
|
3238
3715
|
"kind": "expression",
|
|
@@ -3298,11 +3775,21 @@
|
|
|
3298
3775
|
},
|
|
3299
3776
|
{
|
|
3300
3777
|
"name": "shape",
|
|
3301
|
-
"description": "
|
|
3778
|
+
"description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
|
|
3302
3779
|
"required": false,
|
|
3303
3780
|
"value": {
|
|
3304
3781
|
"kind": "expression",
|
|
3305
|
-
"type": "\"round\" | undefined"
|
|
3782
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"name": "size",
|
|
3787
|
+
"description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
|
|
3788
|
+
"required": false,
|
|
3789
|
+
"default": "'medium'",
|
|
3790
|
+
"value": {
|
|
3791
|
+
"kind": "expression",
|
|
3792
|
+
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3306
3793
|
}
|
|
3307
3794
|
},
|
|
3308
3795
|
{
|
|
@@ -3324,6 +3811,15 @@
|
|
|
3324
3811
|
"type": "string | undefined"
|
|
3325
3812
|
}
|
|
3326
3813
|
},
|
|
3814
|
+
{
|
|
3815
|
+
"name": "theme",
|
|
3816
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3817
|
+
"required": false,
|
|
3818
|
+
"value": {
|
|
3819
|
+
"kind": "expression",
|
|
3820
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3821
|
+
}
|
|
3822
|
+
},
|
|
3327
3823
|
{
|
|
3328
3824
|
"name": "type",
|
|
3329
3825
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3481,7 +3977,7 @@
|
|
|
3481
3977
|
},
|
|
3482
3978
|
{
|
|
3483
3979
|
"name": "detail",
|
|
3484
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
3980
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present.",
|
|
3485
3981
|
"required": false,
|
|
3486
3982
|
"value": {
|
|
3487
3983
|
"kind": "expression",
|
|
@@ -3492,10 +3988,9 @@
|
|
|
3492
3988
|
"name": "detail-icon",
|
|
3493
3989
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
3494
3990
|
"required": false,
|
|
3495
|
-
"default": "chevronForward",
|
|
3496
3991
|
"value": {
|
|
3497
3992
|
"kind": "expression",
|
|
3498
|
-
"type": "string"
|
|
3993
|
+
"type": "string | undefined"
|
|
3499
3994
|
}
|
|
3500
3995
|
},
|
|
3501
3996
|
{
|
|
@@ -3537,7 +4032,7 @@
|
|
|
3537
4032
|
},
|
|
3538
4033
|
{
|
|
3539
4034
|
"name": "mode",
|
|
3540
|
-
"description": "The mode determines
|
|
4035
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3541
4036
|
"required": false,
|
|
3542
4037
|
"value": {
|
|
3543
4038
|
"kind": "expression",
|
|
@@ -3581,6 +4076,15 @@
|
|
|
3581
4076
|
"type": "string | undefined"
|
|
3582
4077
|
}
|
|
3583
4078
|
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "theme",
|
|
4081
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4082
|
+
"required": false,
|
|
4083
|
+
"value": {
|
|
4084
|
+
"kind": "expression",
|
|
4085
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4086
|
+
}
|
|
4087
|
+
},
|
|
3584
4088
|
{
|
|
3585
4089
|
"name": "type",
|
|
3586
4090
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3628,7 +4132,7 @@
|
|
|
3628
4132
|
},
|
|
3629
4133
|
{
|
|
3630
4134
|
"name": "mode",
|
|
3631
|
-
"description": "The mode determines
|
|
4135
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3632
4136
|
"required": false,
|
|
3633
4137
|
"value": {
|
|
3634
4138
|
"kind": "expression",
|
|
@@ -3644,6 +4148,15 @@
|
|
|
3644
4148
|
"kind": "expression",
|
|
3645
4149
|
"type": "boolean"
|
|
3646
4150
|
}
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "theme",
|
|
4154
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4155
|
+
"required": false,
|
|
4156
|
+
"value": {
|
|
4157
|
+
"kind": "expression",
|
|
4158
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4159
|
+
}
|
|
3647
4160
|
}
|
|
3648
4161
|
],
|
|
3649
4162
|
"slots": [
|
|
@@ -3670,7 +4183,26 @@
|
|
|
3670
4183
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
3671
4184
|
"symbol": "ItemGroup"
|
|
3672
4185
|
},
|
|
3673
|
-
"attributes": [
|
|
4186
|
+
"attributes": [
|
|
4187
|
+
{
|
|
4188
|
+
"name": "mode",
|
|
4189
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4190
|
+
"required": false,
|
|
4191
|
+
"value": {
|
|
4192
|
+
"kind": "expression",
|
|
4193
|
+
"type": "\"ios\" | \"md\""
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "theme",
|
|
4198
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4199
|
+
"required": false,
|
|
4200
|
+
"value": {
|
|
4201
|
+
"kind": "expression",
|
|
4202
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
],
|
|
3674
4206
|
"slots": [],
|
|
3675
4207
|
"events": []
|
|
3676
4208
|
},
|
|
@@ -3732,7 +4264,7 @@
|
|
|
3732
4264
|
},
|
|
3733
4265
|
{
|
|
3734
4266
|
"name": "mode",
|
|
3735
|
-
"description": "The mode determines
|
|
4267
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3736
4268
|
"required": false,
|
|
3737
4269
|
"value": {
|
|
3738
4270
|
"kind": "expression",
|
|
@@ -3748,6 +4280,15 @@
|
|
|
3748
4280
|
"type": "string | undefined"
|
|
3749
4281
|
}
|
|
3750
4282
|
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "shape",
|
|
4285
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
4286
|
+
"required": false,
|
|
4287
|
+
"value": {
|
|
4288
|
+
"kind": "expression",
|
|
4289
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4290
|
+
}
|
|
4291
|
+
},
|
|
3751
4292
|
{
|
|
3752
4293
|
"name": "target",
|
|
3753
4294
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -3757,6 +4298,15 @@
|
|
|
3757
4298
|
"type": "string | undefined"
|
|
3758
4299
|
}
|
|
3759
4300
|
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "theme",
|
|
4303
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4304
|
+
"required": false,
|
|
4305
|
+
"value": {
|
|
4306
|
+
"kind": "expression",
|
|
4307
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4308
|
+
}
|
|
4309
|
+
},
|
|
3760
4310
|
{
|
|
3761
4311
|
"name": "type",
|
|
3762
4312
|
"description": "The type of the button.",
|
|
@@ -3805,6 +4355,15 @@
|
|
|
3805
4355
|
"symbol": "ItemOptions"
|
|
3806
4356
|
},
|
|
3807
4357
|
"attributes": [
|
|
4358
|
+
{
|
|
4359
|
+
"name": "mode",
|
|
4360
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4361
|
+
"required": false,
|
|
4362
|
+
"value": {
|
|
4363
|
+
"kind": "expression",
|
|
4364
|
+
"type": "\"ios\" | \"md\""
|
|
4365
|
+
}
|
|
4366
|
+
},
|
|
3808
4367
|
{
|
|
3809
4368
|
"name": "side",
|
|
3810
4369
|
"description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
|
|
@@ -3814,6 +4373,15 @@
|
|
|
3814
4373
|
"kind": "expression",
|
|
3815
4374
|
"type": "\"end\" | \"start\""
|
|
3816
4375
|
}
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"name": "theme",
|
|
4379
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4380
|
+
"required": false,
|
|
4381
|
+
"value": {
|
|
4382
|
+
"kind": "expression",
|
|
4383
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4384
|
+
}
|
|
3817
4385
|
}
|
|
3818
4386
|
],
|
|
3819
4387
|
"slots": [],
|
|
@@ -3848,6 +4416,24 @@
|
|
|
3848
4416
|
"kind": "expression",
|
|
3849
4417
|
"type": "boolean"
|
|
3850
4418
|
}
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"name": "mode",
|
|
4422
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4423
|
+
"required": false,
|
|
4424
|
+
"value": {
|
|
4425
|
+
"kind": "expression",
|
|
4426
|
+
"type": "\"ios\" | \"md\""
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "theme",
|
|
4431
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4432
|
+
"required": false,
|
|
4433
|
+
"value": {
|
|
4434
|
+
"kind": "expression",
|
|
4435
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4436
|
+
}
|
|
3851
4437
|
}
|
|
3852
4438
|
],
|
|
3853
4439
|
"slots": [],
|
|
@@ -3884,7 +4470,7 @@
|
|
|
3884
4470
|
},
|
|
3885
4471
|
{
|
|
3886
4472
|
"name": "mode",
|
|
3887
|
-
"description": "The mode determines
|
|
4473
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3888
4474
|
"required": false,
|
|
3889
4475
|
"value": {
|
|
3890
4476
|
"kind": "expression",
|
|
@@ -3899,6 +4485,15 @@
|
|
|
3899
4485
|
"kind": "expression",
|
|
3900
4486
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
3901
4487
|
}
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "theme",
|
|
4491
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4492
|
+
"required": false,
|
|
4493
|
+
"value": {
|
|
4494
|
+
"kind": "expression",
|
|
4495
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4496
|
+
}
|
|
3902
4497
|
}
|
|
3903
4498
|
],
|
|
3904
4499
|
"slots": [],
|
|
@@ -3934,12 +4529,30 @@
|
|
|
3934
4529
|
},
|
|
3935
4530
|
{
|
|
3936
4531
|
"name": "mode",
|
|
3937
|
-
"description": "The mode determines
|
|
4532
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3938
4533
|
"required": false,
|
|
3939
4534
|
"value": {
|
|
3940
4535
|
"kind": "expression",
|
|
3941
4536
|
"type": "\"ios\" | \"md\""
|
|
3942
4537
|
}
|
|
4538
|
+
},
|
|
4539
|
+
{
|
|
4540
|
+
"name": "shape",
|
|
4541
|
+
"description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
|
|
4542
|
+
"required": false,
|
|
4543
|
+
"value": {
|
|
4544
|
+
"kind": "expression",
|
|
4545
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4546
|
+
}
|
|
4547
|
+
},
|
|
4548
|
+
{
|
|
4549
|
+
"name": "theme",
|
|
4550
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4551
|
+
"required": false,
|
|
4552
|
+
"value": {
|
|
4553
|
+
"kind": "expression",
|
|
4554
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4555
|
+
}
|
|
3943
4556
|
}
|
|
3944
4557
|
],
|
|
3945
4558
|
"slots": [],
|
|
@@ -3974,12 +4587,21 @@
|
|
|
3974
4587
|
},
|
|
3975
4588
|
{
|
|
3976
4589
|
"name": "mode",
|
|
3977
|
-
"description": "The mode determines
|
|
4590
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3978
4591
|
"required": false,
|
|
3979
4592
|
"value": {
|
|
3980
4593
|
"kind": "expression",
|
|
3981
4594
|
"type": "\"ios\" | \"md\""
|
|
3982
4595
|
}
|
|
4596
|
+
},
|
|
4597
|
+
{
|
|
4598
|
+
"name": "theme",
|
|
4599
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4600
|
+
"required": false,
|
|
4601
|
+
"value": {
|
|
4602
|
+
"kind": "expression",
|
|
4603
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4604
|
+
}
|
|
3983
4605
|
}
|
|
3984
4606
|
],
|
|
3985
4607
|
"slots": [],
|
|
@@ -4091,7 +4713,7 @@
|
|
|
4091
4713
|
},
|
|
4092
4714
|
{
|
|
4093
4715
|
"name": "mode",
|
|
4094
|
-
"description": "The mode determines
|
|
4716
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4095
4717
|
"required": false,
|
|
4096
4718
|
"value": {
|
|
4097
4719
|
"kind": "expression",
|
|
@@ -4117,9 +4739,18 @@
|
|
|
4117
4739
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4118
4740
|
}
|
|
4119
4741
|
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "theme",
|
|
4744
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4745
|
+
"required": false,
|
|
4746
|
+
"value": {
|
|
4747
|
+
"kind": "expression",
|
|
4748
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4749
|
+
}
|
|
4750
|
+
},
|
|
4120
4751
|
{
|
|
4121
4752
|
"name": "translucent",
|
|
4122
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4753
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
4123
4754
|
"required": false,
|
|
4124
4755
|
"default": "false",
|
|
4125
4756
|
"value": {
|
|
@@ -4268,6 +4899,15 @@
|
|
|
4268
4899
|
"type": "string | undefined"
|
|
4269
4900
|
}
|
|
4270
4901
|
},
|
|
4902
|
+
{
|
|
4903
|
+
"name": "mode",
|
|
4904
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4905
|
+
"required": false,
|
|
4906
|
+
"value": {
|
|
4907
|
+
"kind": "expression",
|
|
4908
|
+
"type": "\"ios\" | \"md\""
|
|
4909
|
+
}
|
|
4910
|
+
},
|
|
4271
4911
|
{
|
|
4272
4912
|
"name": "side",
|
|
4273
4913
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -4288,6 +4928,15 @@
|
|
|
4288
4928
|
"type": "boolean"
|
|
4289
4929
|
}
|
|
4290
4930
|
},
|
|
4931
|
+
{
|
|
4932
|
+
"name": "theme",
|
|
4933
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4934
|
+
"required": false,
|
|
4935
|
+
"value": {
|
|
4936
|
+
"kind": "expression",
|
|
4937
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4291
4940
|
{
|
|
4292
4941
|
"name": "type",
|
|
4293
4942
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4391,13 +5040,22 @@
|
|
|
4391
5040
|
},
|
|
4392
5041
|
{
|
|
4393
5042
|
"name": "mode",
|
|
4394
|
-
"description": "The mode determines
|
|
5043
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4395
5044
|
"required": false,
|
|
4396
5045
|
"value": {
|
|
4397
5046
|
"kind": "expression",
|
|
4398
5047
|
"type": "\"ios\" | \"md\""
|
|
4399
5048
|
}
|
|
4400
5049
|
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "theme",
|
|
5052
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5053
|
+
"required": false,
|
|
5054
|
+
"value": {
|
|
5055
|
+
"kind": "expression",
|
|
5056
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5057
|
+
}
|
|
5058
|
+
},
|
|
4401
5059
|
{
|
|
4402
5060
|
"name": "type",
|
|
4403
5061
|
"description": "The type of the button.",
|
|
@@ -4439,6 +5097,24 @@
|
|
|
4439
5097
|
"kind": "expression",
|
|
4440
5098
|
"type": "string | undefined"
|
|
4441
5099
|
}
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"name": "mode",
|
|
5103
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5104
|
+
"required": false,
|
|
5105
|
+
"value": {
|
|
5106
|
+
"kind": "expression",
|
|
5107
|
+
"type": "\"ios\" | \"md\""
|
|
5108
|
+
}
|
|
5109
|
+
},
|
|
5110
|
+
{
|
|
5111
|
+
"name": "theme",
|
|
5112
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5113
|
+
"required": false,
|
|
5114
|
+
"value": {
|
|
5115
|
+
"kind": "expression",
|
|
5116
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5117
|
+
}
|
|
4442
5118
|
}
|
|
4443
5119
|
],
|
|
4444
5120
|
"slots": [
|
|
@@ -4604,7 +5280,7 @@
|
|
|
4604
5280
|
},
|
|
4605
5281
|
{
|
|
4606
5282
|
"name": "mode",
|
|
4607
|
-
"description": "The mode determines
|
|
5283
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4608
5284
|
"required": false,
|
|
4609
5285
|
"value": {
|
|
4610
5286
|
"kind": "expression",
|
|
@@ -4620,6 +5296,15 @@
|
|
|
4620
5296
|
"type": "HTMLElement | undefined"
|
|
4621
5297
|
}
|
|
4622
5298
|
},
|
|
5299
|
+
{
|
|
5300
|
+
"name": "shape",
|
|
5301
|
+
"description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
5302
|
+
"required": false,
|
|
5303
|
+
"value": {
|
|
5304
|
+
"kind": "expression",
|
|
5305
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5306
|
+
}
|
|
5307
|
+
},
|
|
4623
5308
|
{
|
|
4624
5309
|
"name": "show-backdrop",
|
|
4625
5310
|
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
|
|
@@ -4630,6 +5315,15 @@
|
|
|
4630
5315
|
"type": "boolean"
|
|
4631
5316
|
}
|
|
4632
5317
|
},
|
|
5318
|
+
{
|
|
5319
|
+
"name": "theme",
|
|
5320
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5321
|
+
"required": false,
|
|
5322
|
+
"value": {
|
|
5323
|
+
"kind": "expression",
|
|
5324
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5325
|
+
}
|
|
5326
|
+
},
|
|
4633
5327
|
{
|
|
4634
5328
|
"name": "trigger",
|
|
4635
5329
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -4759,12 +5453,21 @@
|
|
|
4759
5453
|
},
|
|
4760
5454
|
{
|
|
4761
5455
|
"name": "mode",
|
|
4762
|
-
"description": "The mode determines
|
|
5456
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4763
5457
|
"required": false,
|
|
4764
5458
|
"value": {
|
|
4765
5459
|
"kind": "expression",
|
|
4766
5460
|
"type": "\"ios\" | \"md\""
|
|
4767
5461
|
}
|
|
5462
|
+
},
|
|
5463
|
+
{
|
|
5464
|
+
"name": "theme",
|
|
5465
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5466
|
+
"required": false,
|
|
5467
|
+
"value": {
|
|
5468
|
+
"kind": "expression",
|
|
5469
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5470
|
+
}
|
|
4768
5471
|
}
|
|
4769
5472
|
],
|
|
4770
5473
|
"slots": [],
|
|
@@ -4781,12 +5484,21 @@
|
|
|
4781
5484
|
"attributes": [
|
|
4782
5485
|
{
|
|
4783
5486
|
"name": "mode",
|
|
4784
|
-
"description": "The mode determines
|
|
5487
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4785
5488
|
"required": false,
|
|
4786
5489
|
"value": {
|
|
4787
5490
|
"kind": "expression",
|
|
4788
5491
|
"type": "\"ios\" | \"md\""
|
|
4789
5492
|
}
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
"name": "theme",
|
|
5496
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5497
|
+
"required": false,
|
|
5498
|
+
"value": {
|
|
5499
|
+
"kind": "expression",
|
|
5500
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5501
|
+
}
|
|
4790
5502
|
}
|
|
4791
5503
|
],
|
|
4792
5504
|
"slots": [],
|
|
@@ -4823,13 +5535,22 @@
|
|
|
4823
5535
|
},
|
|
4824
5536
|
{
|
|
4825
5537
|
"name": "mode",
|
|
4826
|
-
"description": "The mode determines
|
|
5538
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4827
5539
|
"required": false,
|
|
4828
5540
|
"value": {
|
|
4829
5541
|
"kind": "expression",
|
|
4830
5542
|
"type": "\"ios\" | \"md\""
|
|
4831
5543
|
}
|
|
4832
5544
|
},
|
|
5545
|
+
{
|
|
5546
|
+
"name": "theme",
|
|
5547
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5548
|
+
"required": false,
|
|
5549
|
+
"value": {
|
|
5550
|
+
"kind": "expression",
|
|
5551
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5552
|
+
}
|
|
5553
|
+
},
|
|
4833
5554
|
{
|
|
4834
5555
|
"name": "value",
|
|
4835
5556
|
"description": "The selected option in the picker.",
|
|
@@ -4892,6 +5613,24 @@
|
|
|
4892
5613
|
"type": "boolean"
|
|
4893
5614
|
}
|
|
4894
5615
|
},
|
|
5616
|
+
{
|
|
5617
|
+
"name": "mode",
|
|
5618
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5619
|
+
"required": false,
|
|
5620
|
+
"value": {
|
|
5621
|
+
"kind": "expression",
|
|
5622
|
+
"type": "\"ios\" | \"md\""
|
|
5623
|
+
}
|
|
5624
|
+
},
|
|
5625
|
+
{
|
|
5626
|
+
"name": "theme",
|
|
5627
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5628
|
+
"required": false,
|
|
5629
|
+
"value": {
|
|
5630
|
+
"kind": "expression",
|
|
5631
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5632
|
+
}
|
|
5633
|
+
},
|
|
4895
5634
|
{
|
|
4896
5635
|
"name": "value",
|
|
4897
5636
|
"description": "The text value of the option.",
|
|
@@ -5022,7 +5761,7 @@
|
|
|
5022
5761
|
},
|
|
5023
5762
|
{
|
|
5024
5763
|
"name": "mode",
|
|
5025
|
-
"description": "The mode determines
|
|
5764
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5026
5765
|
"required": false,
|
|
5027
5766
|
"value": {
|
|
5028
5767
|
"kind": "expression",
|
|
@@ -5039,6 +5778,15 @@
|
|
|
5039
5778
|
"type": "boolean"
|
|
5040
5779
|
}
|
|
5041
5780
|
},
|
|
5781
|
+
{
|
|
5782
|
+
"name": "theme",
|
|
5783
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5784
|
+
"required": false,
|
|
5785
|
+
"value": {
|
|
5786
|
+
"kind": "expression",
|
|
5787
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5788
|
+
}
|
|
5789
|
+
},
|
|
5042
5790
|
{
|
|
5043
5791
|
"name": "trigger",
|
|
5044
5792
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -5144,7 +5892,7 @@
|
|
|
5144
5892
|
"attributes": [
|
|
5145
5893
|
{
|
|
5146
5894
|
"name": "alignment",
|
|
5147
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5895
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
5148
5896
|
"required": false,
|
|
5149
5897
|
"value": {
|
|
5150
5898
|
"kind": "expression",
|
|
@@ -5163,7 +5911,7 @@
|
|
|
5163
5911
|
},
|
|
5164
5912
|
{
|
|
5165
5913
|
"name": "arrow",
|
|
5166
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5914
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
|
|
5167
5915
|
"required": false,
|
|
5168
5916
|
"default": "true",
|
|
5169
5917
|
"value": {
|
|
@@ -5287,7 +6035,7 @@
|
|
|
5287
6035
|
},
|
|
5288
6036
|
{
|
|
5289
6037
|
"name": "mode",
|
|
5290
|
-
"description": "The mode determines
|
|
6038
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5291
6039
|
"required": false,
|
|
5292
6040
|
"value": {
|
|
5293
6041
|
"kind": "expression",
|
|
@@ -5334,9 +6082,18 @@
|
|
|
5334
6082
|
"type": "\"auto\" | \"cover\""
|
|
5335
6083
|
}
|
|
5336
6084
|
},
|
|
6085
|
+
{
|
|
6086
|
+
"name": "theme",
|
|
6087
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6088
|
+
"required": false,
|
|
6089
|
+
"value": {
|
|
6090
|
+
"kind": "expression",
|
|
6091
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6092
|
+
}
|
|
6093
|
+
},
|
|
5337
6094
|
{
|
|
5338
6095
|
"name": "translucent",
|
|
5339
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
6096
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
5340
6097
|
"required": false,
|
|
5341
6098
|
"default": "false",
|
|
5342
6099
|
"value": {
|
|
@@ -5483,7 +6240,7 @@
|
|
|
5483
6240
|
},
|
|
5484
6241
|
{
|
|
5485
6242
|
"name": "mode",
|
|
5486
|
-
"description": "The mode determines
|
|
6243
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5487
6244
|
"required": false,
|
|
5488
6245
|
"value": {
|
|
5489
6246
|
"kind": "expression",
|
|
@@ -5500,6 +6257,15 @@
|
|
|
5500
6257
|
"type": "boolean"
|
|
5501
6258
|
}
|
|
5502
6259
|
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "theme",
|
|
6262
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6263
|
+
"required": false,
|
|
6264
|
+
"value": {
|
|
6265
|
+
"kind": "expression",
|
|
6266
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6267
|
+
}
|
|
6268
|
+
},
|
|
5503
6269
|
{
|
|
5504
6270
|
"name": "type",
|
|
5505
6271
|
"description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
|
|
@@ -5582,7 +6348,7 @@
|
|
|
5582
6348
|
},
|
|
5583
6349
|
{
|
|
5584
6350
|
"name": "mode",
|
|
5585
|
-
"description": "The mode determines
|
|
6351
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5586
6352
|
"required": false,
|
|
5587
6353
|
"value": {
|
|
5588
6354
|
"kind": "expression",
|
|
@@ -5599,6 +6365,15 @@
|
|
|
5599
6365
|
"type": "string"
|
|
5600
6366
|
}
|
|
5601
6367
|
},
|
|
6368
|
+
{
|
|
6369
|
+
"name": "theme",
|
|
6370
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6371
|
+
"required": false,
|
|
6372
|
+
"value": {
|
|
6373
|
+
"kind": "expression",
|
|
6374
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6375
|
+
}
|
|
6376
|
+
},
|
|
5602
6377
|
{
|
|
5603
6378
|
"name": "value",
|
|
5604
6379
|
"description": "the value of the radio.",
|
|
@@ -5666,6 +6441,15 @@
|
|
|
5666
6441
|
"type": "((currentValue: any, compareValue: any) => boolean) | null | string | undefined"
|
|
5667
6442
|
}
|
|
5668
6443
|
},
|
|
6444
|
+
{
|
|
6445
|
+
"name": "mode",
|
|
6446
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6447
|
+
"required": false,
|
|
6448
|
+
"value": {
|
|
6449
|
+
"kind": "expression",
|
|
6450
|
+
"type": "\"ios\" | \"md\""
|
|
6451
|
+
}
|
|
6452
|
+
},
|
|
5669
6453
|
{
|
|
5670
6454
|
"name": "name",
|
|
5671
6455
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -5677,13 +6461,12 @@
|
|
|
5677
6461
|
}
|
|
5678
6462
|
},
|
|
5679
6463
|
{
|
|
5680
|
-
"name": "
|
|
5681
|
-
"description": "
|
|
6464
|
+
"name": "theme",
|
|
6465
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5682
6466
|
"required": false,
|
|
5683
|
-
"default": "false",
|
|
5684
6467
|
"value": {
|
|
5685
6468
|
"kind": "expression",
|
|
5686
|
-
"type": "
|
|
6469
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5687
6470
|
}
|
|
5688
6471
|
},
|
|
5689
6472
|
{
|
|
@@ -5807,7 +6590,7 @@
|
|
|
5807
6590
|
},
|
|
5808
6591
|
{
|
|
5809
6592
|
"name": "mode",
|
|
5810
|
-
"description": "The mode determines
|
|
6593
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5811
6594
|
"required": false,
|
|
5812
6595
|
"value": {
|
|
5813
6596
|
"kind": "expression",
|
|
@@ -5864,6 +6647,15 @@
|
|
|
5864
6647
|
"type": "number"
|
|
5865
6648
|
}
|
|
5866
6649
|
},
|
|
6650
|
+
{
|
|
6651
|
+
"name": "theme",
|
|
6652
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6653
|
+
"required": false,
|
|
6654
|
+
"value": {
|
|
6655
|
+
"kind": "expression",
|
|
6656
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6657
|
+
}
|
|
6658
|
+
},
|
|
5867
6659
|
{
|
|
5868
6660
|
"name": "ticks",
|
|
5869
6661
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -5993,7 +6785,7 @@
|
|
|
5993
6785
|
},
|
|
5994
6786
|
{
|
|
5995
6787
|
"name": "mode",
|
|
5996
|
-
"description": "The mode determines
|
|
6788
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5997
6789
|
"required": false,
|
|
5998
6790
|
"value": {
|
|
5999
6791
|
"kind": "expression",
|
|
@@ -6039,6 +6831,15 @@
|
|
|
6039
6831
|
"kind": "expression",
|
|
6040
6832
|
"type": "string"
|
|
6041
6833
|
}
|
|
6834
|
+
},
|
|
6835
|
+
{
|
|
6836
|
+
"name": "theme",
|
|
6837
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6838
|
+
"required": false,
|
|
6839
|
+
"value": {
|
|
6840
|
+
"kind": "expression",
|
|
6841
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6842
|
+
}
|
|
6042
6843
|
}
|
|
6043
6844
|
],
|
|
6044
6845
|
"slots": [],
|
|
@@ -6084,6 +6885,15 @@
|
|
|
6084
6885
|
"symbol": "RefresherContent"
|
|
6085
6886
|
},
|
|
6086
6887
|
"attributes": [
|
|
6888
|
+
{
|
|
6889
|
+
"name": "mode",
|
|
6890
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6891
|
+
"required": false,
|
|
6892
|
+
"value": {
|
|
6893
|
+
"kind": "expression",
|
|
6894
|
+
"type": "\"ios\" | \"md\""
|
|
6895
|
+
}
|
|
6896
|
+
},
|
|
6087
6897
|
{
|
|
6088
6898
|
"name": "pulling-icon",
|
|
6089
6899
|
"description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices.",
|
|
@@ -6119,6 +6929,15 @@
|
|
|
6119
6929
|
"kind": "expression",
|
|
6120
6930
|
"type": "IonicSafeString | string | undefined"
|
|
6121
6931
|
}
|
|
6932
|
+
},
|
|
6933
|
+
{
|
|
6934
|
+
"name": "theme",
|
|
6935
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6936
|
+
"required": false,
|
|
6937
|
+
"value": {
|
|
6938
|
+
"kind": "expression",
|
|
6939
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6940
|
+
}
|
|
6122
6941
|
}
|
|
6123
6942
|
],
|
|
6124
6943
|
"slots": [],
|
|
@@ -6132,7 +6951,26 @@
|
|
|
6132
6951
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
6133
6952
|
"symbol": "Reorder"
|
|
6134
6953
|
},
|
|
6135
|
-
"attributes": [
|
|
6954
|
+
"attributes": [
|
|
6955
|
+
{
|
|
6956
|
+
"name": "mode",
|
|
6957
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6958
|
+
"required": false,
|
|
6959
|
+
"value": {
|
|
6960
|
+
"kind": "expression",
|
|
6961
|
+
"type": "\"ios\" | \"md\""
|
|
6962
|
+
}
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"name": "theme",
|
|
6966
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6967
|
+
"required": false,
|
|
6968
|
+
"value": {
|
|
6969
|
+
"kind": "expression",
|
|
6970
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6971
|
+
}
|
|
6972
|
+
}
|
|
6973
|
+
],
|
|
6136
6974
|
"slots": [],
|
|
6137
6975
|
"events": []
|
|
6138
6976
|
},
|
|
@@ -6154,6 +6992,24 @@
|
|
|
6154
6992
|
"kind": "expression",
|
|
6155
6993
|
"type": "boolean"
|
|
6156
6994
|
}
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"name": "mode",
|
|
6998
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6999
|
+
"required": false,
|
|
7000
|
+
"value": {
|
|
7001
|
+
"kind": "expression",
|
|
7002
|
+
"type": "\"ios\" | \"md\""
|
|
7003
|
+
}
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
"name": "theme",
|
|
7007
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7008
|
+
"required": false,
|
|
7009
|
+
"value": {
|
|
7010
|
+
"kind": "expression",
|
|
7011
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7012
|
+
}
|
|
6157
7013
|
}
|
|
6158
7014
|
],
|
|
6159
7015
|
"slots": [],
|
|
@@ -6179,6 +7035,24 @@
|
|
|
6179
7035
|
"symbol": "RippleEffect"
|
|
6180
7036
|
},
|
|
6181
7037
|
"attributes": [
|
|
7038
|
+
{
|
|
7039
|
+
"name": "mode",
|
|
7040
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7041
|
+
"required": false,
|
|
7042
|
+
"value": {
|
|
7043
|
+
"kind": "expression",
|
|
7044
|
+
"type": "\"ios\" | \"md\""
|
|
7045
|
+
}
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"name": "theme",
|
|
7049
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7050
|
+
"required": false,
|
|
7051
|
+
"value": {
|
|
7052
|
+
"kind": "expression",
|
|
7053
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7054
|
+
}
|
|
7055
|
+
},
|
|
6182
7056
|
{
|
|
6183
7057
|
"name": "type",
|
|
6184
7058
|
"description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
|
|
@@ -6238,6 +7112,24 @@
|
|
|
6238
7112
|
"type": "undefined | { [key: string]: any; }"
|
|
6239
7113
|
}
|
|
6240
7114
|
},
|
|
7115
|
+
{
|
|
7116
|
+
"name": "mode",
|
|
7117
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7118
|
+
"required": false,
|
|
7119
|
+
"value": {
|
|
7120
|
+
"kind": "expression",
|
|
7121
|
+
"type": "\"ios\" | \"md\""
|
|
7122
|
+
}
|
|
7123
|
+
},
|
|
7124
|
+
{
|
|
7125
|
+
"name": "theme",
|
|
7126
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7127
|
+
"required": false,
|
|
7128
|
+
"value": {
|
|
7129
|
+
"kind": "expression",
|
|
7130
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7131
|
+
}
|
|
7132
|
+
},
|
|
6241
7133
|
{
|
|
6242
7134
|
"name": "url",
|
|
6243
7135
|
"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.",
|
|
@@ -6271,7 +7163,26 @@
|
|
|
6271
7163
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
6272
7164
|
"symbol": "Row"
|
|
6273
7165
|
},
|
|
6274
|
-
"attributes": [
|
|
7166
|
+
"attributes": [
|
|
7167
|
+
{
|
|
7168
|
+
"name": "mode",
|
|
7169
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7170
|
+
"required": false,
|
|
7171
|
+
"value": {
|
|
7172
|
+
"kind": "expression",
|
|
7173
|
+
"type": "\"ios\" | \"md\""
|
|
7174
|
+
}
|
|
7175
|
+
},
|
|
7176
|
+
{
|
|
7177
|
+
"name": "theme",
|
|
7178
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7179
|
+
"required": false,
|
|
7180
|
+
"value": {
|
|
7181
|
+
"kind": "expression",
|
|
7182
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7183
|
+
}
|
|
7184
|
+
}
|
|
7185
|
+
],
|
|
6275
7186
|
"slots": [],
|
|
6276
7187
|
"events": []
|
|
6277
7188
|
},
|
|
@@ -6311,7 +7222,7 @@
|
|
|
6311
7222
|
"default": "'off'",
|
|
6312
7223
|
"value": {
|
|
6313
7224
|
"kind": "expression",
|
|
6314
|
-
"type": "\"name\" | \"
|
|
7225
|
+
"type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
|
|
6315
7226
|
}
|
|
6316
7227
|
},
|
|
6317
7228
|
{
|
|
@@ -6326,17 +7237,16 @@
|
|
|
6326
7237
|
},
|
|
6327
7238
|
{
|
|
6328
7239
|
"name": "cancel-button-icon",
|
|
6329
|
-
"description": "Set the cancel button icon. Only
|
|
7240
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
6330
7241
|
"required": false,
|
|
6331
|
-
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
6332
7242
|
"value": {
|
|
6333
7243
|
"kind": "expression",
|
|
6334
|
-
"type": "string"
|
|
7244
|
+
"type": "string | undefined"
|
|
6335
7245
|
}
|
|
6336
7246
|
},
|
|
6337
7247
|
{
|
|
6338
7248
|
"name": "cancel-button-text",
|
|
6339
|
-
"description": "Set the the cancel button text. Only
|
|
7249
|
+
"description": "Set the the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
6340
7250
|
"required": false,
|
|
6341
7251
|
"default": "'Cancel'",
|
|
6342
7252
|
"value": {
|
|
@@ -6346,7 +7256,7 @@
|
|
|
6346
7256
|
},
|
|
6347
7257
|
{
|
|
6348
7258
|
"name": "clear-icon",
|
|
6349
|
-
"description": "Set the clear icon. Defaults to
|
|
7259
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
6350
7260
|
"required": false,
|
|
6351
7261
|
"value": {
|
|
6352
7262
|
"kind": "expression",
|
|
@@ -6419,7 +7329,7 @@
|
|
|
6419
7329
|
},
|
|
6420
7330
|
{
|
|
6421
7331
|
"name": "mode",
|
|
6422
|
-
"description": "The mode determines
|
|
7332
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6423
7333
|
"required": false,
|
|
6424
7334
|
"value": {
|
|
6425
7335
|
"kind": "expression",
|
|
@@ -6448,7 +7358,7 @@
|
|
|
6448
7358
|
},
|
|
6449
7359
|
{
|
|
6450
7360
|
"name": "search-icon",
|
|
6451
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7361
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.",
|
|
6452
7362
|
"required": false,
|
|
6453
7363
|
"value": {
|
|
6454
7364
|
"kind": "expression",
|
|
@@ -6485,6 +7395,15 @@
|
|
|
6485
7395
|
"type": "boolean"
|
|
6486
7396
|
}
|
|
6487
7397
|
},
|
|
7398
|
+
{
|
|
7399
|
+
"name": "theme",
|
|
7400
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7401
|
+
"required": false,
|
|
7402
|
+
"value": {
|
|
7403
|
+
"kind": "expression",
|
|
7404
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7405
|
+
}
|
|
7406
|
+
},
|
|
6488
7407
|
{
|
|
6489
7408
|
"name": "type",
|
|
6490
7409
|
"description": "Set the type of the input.",
|
|
@@ -6600,7 +7519,7 @@
|
|
|
6600
7519
|
},
|
|
6601
7520
|
{
|
|
6602
7521
|
"name": "mode",
|
|
6603
|
-
"description": "The mode determines
|
|
7522
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6604
7523
|
"required": false,
|
|
6605
7524
|
"value": {
|
|
6606
7525
|
"kind": "expression",
|
|
@@ -6637,6 +7556,15 @@
|
|
|
6637
7556
|
"type": "boolean"
|
|
6638
7557
|
}
|
|
6639
7558
|
},
|
|
7559
|
+
{
|
|
7560
|
+
"name": "theme",
|
|
7561
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7562
|
+
"required": false,
|
|
7563
|
+
"value": {
|
|
7564
|
+
"kind": "expression",
|
|
7565
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7566
|
+
}
|
|
7567
|
+
},
|
|
6640
7568
|
{
|
|
6641
7569
|
"name": "value",
|
|
6642
7570
|
"description": "the value of the segment.",
|
|
@@ -6701,13 +7629,22 @@
|
|
|
6701
7629
|
},
|
|
6702
7630
|
{
|
|
6703
7631
|
"name": "mode",
|
|
6704
|
-
"description": "The mode determines
|
|
7632
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6705
7633
|
"required": false,
|
|
6706
7634
|
"value": {
|
|
6707
7635
|
"kind": "expression",
|
|
6708
7636
|
"type": "\"ios\" | \"md\""
|
|
6709
7637
|
}
|
|
6710
7638
|
},
|
|
7639
|
+
{
|
|
7640
|
+
"name": "theme",
|
|
7641
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7642
|
+
"required": false,
|
|
7643
|
+
"value": {
|
|
7644
|
+
"kind": "expression",
|
|
7645
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7646
|
+
}
|
|
7647
|
+
},
|
|
6711
7648
|
{
|
|
6712
7649
|
"name": "type",
|
|
6713
7650
|
"description": "The type of the button.",
|
|
@@ -6827,7 +7764,7 @@
|
|
|
6827
7764
|
},
|
|
6828
7765
|
{
|
|
6829
7766
|
"name": "expanded-icon",
|
|
6830
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7767
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
6831
7768
|
"required": false,
|
|
6832
7769
|
"value": {
|
|
6833
7770
|
"kind": "expression",
|
|
@@ -6836,7 +7773,7 @@
|
|
|
6836
7773
|
},
|
|
6837
7774
|
{
|
|
6838
7775
|
"name": "fill",
|
|
6839
|
-
"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
|
|
7776
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
|
|
6840
7777
|
"required": false,
|
|
6841
7778
|
"value": {
|
|
6842
7779
|
"kind": "expression",
|
|
@@ -6893,7 +7830,7 @@
|
|
|
6893
7830
|
},
|
|
6894
7831
|
{
|
|
6895
7832
|
"name": "mode",
|
|
6896
|
-
"description": "The mode determines
|
|
7833
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6897
7834
|
"required": false,
|
|
6898
7835
|
"value": {
|
|
6899
7836
|
"kind": "expression",
|
|
@@ -6940,36 +7877,44 @@
|
|
|
6940
7877
|
}
|
|
6941
7878
|
},
|
|
6942
7879
|
{
|
|
6943
|
-
"name": "
|
|
6944
|
-
"description": "
|
|
7880
|
+
"name": "selected-text",
|
|
7881
|
+
"description": "The text to display instead of the selected option's value.",
|
|
6945
7882
|
"required": false,
|
|
6946
|
-
"default": "false",
|
|
6947
7883
|
"value": {
|
|
6948
7884
|
"kind": "expression",
|
|
6949
|
-
"type": "
|
|
7885
|
+
"type": "null | string | undefined"
|
|
6950
7886
|
}
|
|
6951
7887
|
},
|
|
6952
7888
|
{
|
|
6953
|
-
"name": "
|
|
6954
|
-
"description": "
|
|
7889
|
+
"name": "shape",
|
|
7890
|
+
"description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
6955
7891
|
"required": false,
|
|
6956
7892
|
"value": {
|
|
6957
7893
|
"kind": "expression",
|
|
6958
|
-
"type": "
|
|
7894
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
6959
7895
|
}
|
|
6960
7896
|
},
|
|
6961
7897
|
{
|
|
6962
|
-
"name": "
|
|
6963
|
-
"description": "The
|
|
7898
|
+
"name": "size",
|
|
7899
|
+
"description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
|
|
7900
|
+
"required": false,
|
|
7901
|
+
"value": {
|
|
7902
|
+
"kind": "expression",
|
|
7903
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7904
|
+
}
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"name": "theme",
|
|
7908
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6964
7909
|
"required": false,
|
|
6965
7910
|
"value": {
|
|
6966
7911
|
"kind": "expression",
|
|
6967
|
-
"type": "\"
|
|
7912
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6968
7913
|
}
|
|
6969
7914
|
},
|
|
6970
7915
|
{
|
|
6971
7916
|
"name": "toggle-icon",
|
|
6972
|
-
"description": "The toggle icon to use. Defaults to
|
|
7917
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
6973
7918
|
"required": false,
|
|
6974
7919
|
"value": {
|
|
6975
7920
|
"kind": "expression",
|
|
@@ -7113,6 +8058,24 @@
|
|
|
7113
8058
|
"type": "boolean"
|
|
7114
8059
|
}
|
|
7115
8060
|
},
|
|
8061
|
+
{
|
|
8062
|
+
"name": "mode",
|
|
8063
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8064
|
+
"required": false,
|
|
8065
|
+
"value": {
|
|
8066
|
+
"kind": "expression",
|
|
8067
|
+
"type": "\"ios\" | \"md\""
|
|
8068
|
+
}
|
|
8069
|
+
},
|
|
8070
|
+
{
|
|
8071
|
+
"name": "theme",
|
|
8072
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8073
|
+
"required": false,
|
|
8074
|
+
"value": {
|
|
8075
|
+
"kind": "expression",
|
|
8076
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8077
|
+
}
|
|
8078
|
+
},
|
|
7116
8079
|
{
|
|
7117
8080
|
"name": "value",
|
|
7118
8081
|
"description": "The text value of the option.",
|
|
@@ -7144,6 +8107,24 @@
|
|
|
7144
8107
|
"kind": "expression",
|
|
7145
8108
|
"type": "boolean"
|
|
7146
8109
|
}
|
|
8110
|
+
},
|
|
8111
|
+
{
|
|
8112
|
+
"name": "mode",
|
|
8113
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8114
|
+
"required": false,
|
|
8115
|
+
"value": {
|
|
8116
|
+
"kind": "expression",
|
|
8117
|
+
"type": "\"ios\" | \"md\""
|
|
8118
|
+
}
|
|
8119
|
+
},
|
|
8120
|
+
{
|
|
8121
|
+
"name": "theme",
|
|
8122
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8123
|
+
"required": false,
|
|
8124
|
+
"value": {
|
|
8125
|
+
"kind": "expression",
|
|
8126
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8127
|
+
}
|
|
7147
8128
|
}
|
|
7148
8129
|
],
|
|
7149
8130
|
"slots": [],
|
|
@@ -7176,6 +8157,15 @@
|
|
|
7176
8157
|
"type": "number | undefined"
|
|
7177
8158
|
}
|
|
7178
8159
|
},
|
|
8160
|
+
{
|
|
8161
|
+
"name": "mode",
|
|
8162
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8163
|
+
"required": false,
|
|
8164
|
+
"value": {
|
|
8165
|
+
"kind": "expression",
|
|
8166
|
+
"type": "\"ios\" | \"md\""
|
|
8167
|
+
}
|
|
8168
|
+
},
|
|
7179
8169
|
{
|
|
7180
8170
|
"name": "name",
|
|
7181
8171
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7194,6 +8184,24 @@
|
|
|
7194
8184
|
"kind": "expression",
|
|
7195
8185
|
"type": "boolean"
|
|
7196
8186
|
}
|
|
8187
|
+
},
|
|
8188
|
+
{
|
|
8189
|
+
"name": "size",
|
|
8190
|
+
"description": "Set to `\"xsmall\"` for the smallest size.\nSet to `\"small\"` for a smaller size.\nSet to `\"medium\"` for a medium size.\nSet to `\"large\"` for a large size.\nSet to `\"xlarge\"` for the largest size.\n\nDefaults to `\"xsmall\"` for the `ionic` theme, undefined for all other themes.",
|
|
8191
|
+
"required": false,
|
|
8192
|
+
"value": {
|
|
8193
|
+
"kind": "expression",
|
|
8194
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8195
|
+
}
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"name": "theme",
|
|
8199
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8200
|
+
"required": false,
|
|
8201
|
+
"value": {
|
|
8202
|
+
"kind": "expression",
|
|
8203
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8204
|
+
}
|
|
7197
8205
|
}
|
|
7198
8206
|
],
|
|
7199
8207
|
"slots": [],
|
|
@@ -7227,6 +8235,24 @@
|
|
|
7227
8235
|
"type": "boolean"
|
|
7228
8236
|
}
|
|
7229
8237
|
},
|
|
8238
|
+
{
|
|
8239
|
+
"name": "mode",
|
|
8240
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8241
|
+
"required": false,
|
|
8242
|
+
"value": {
|
|
8243
|
+
"kind": "expression",
|
|
8244
|
+
"type": "\"ios\" | \"md\""
|
|
8245
|
+
}
|
|
8246
|
+
},
|
|
8247
|
+
{
|
|
8248
|
+
"name": "theme",
|
|
8249
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8250
|
+
"required": false,
|
|
8251
|
+
"value": {
|
|
8252
|
+
"kind": "expression",
|
|
8253
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8254
|
+
}
|
|
8255
|
+
},
|
|
7230
8256
|
{
|
|
7231
8257
|
"name": "when",
|
|
7232
8258
|
"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.",
|
|
@@ -7270,6 +8296,15 @@
|
|
|
7270
8296
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
7271
8297
|
}
|
|
7272
8298
|
},
|
|
8299
|
+
{
|
|
8300
|
+
"name": "mode",
|
|
8301
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8302
|
+
"required": false,
|
|
8303
|
+
"value": {
|
|
8304
|
+
"kind": "expression",
|
|
8305
|
+
"type": "\"ios\" | \"md\""
|
|
8306
|
+
}
|
|
8307
|
+
},
|
|
7273
8308
|
{
|
|
7274
8309
|
"name": "tab",
|
|
7275
8310
|
"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.",
|
|
@@ -7278,6 +8313,15 @@
|
|
|
7278
8313
|
"kind": "expression",
|
|
7279
8314
|
"type": "string"
|
|
7280
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
|
+
}
|
|
7281
8325
|
}
|
|
7282
8326
|
],
|
|
7283
8327
|
"slots": [],
|
|
@@ -7301,9 +8345,19 @@
|
|
|
7301
8345
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7302
8346
|
}
|
|
7303
8347
|
},
|
|
8348
|
+
{
|
|
8349
|
+
"name": "expand",
|
|
8350
|
+
"description": "Set to `\"compact\"` to display a width based on the items\ninside the tab bar. This value will only work for the\n`ionic` theme.\n\nSet to `\"full\"` to display a full width tab bar.\n\nDefaults to `\"full\"`.",
|
|
8351
|
+
"required": false,
|
|
8352
|
+
"default": "'full'",
|
|
8353
|
+
"value": {
|
|
8354
|
+
"kind": "expression",
|
|
8355
|
+
"type": "\"compact\" | \"full\""
|
|
8356
|
+
}
|
|
8357
|
+
},
|
|
7304
8358
|
{
|
|
7305
8359
|
"name": "mode",
|
|
7306
|
-
"description": "The mode determines
|
|
8360
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7307
8361
|
"required": false,
|
|
7308
8362
|
"value": {
|
|
7309
8363
|
"kind": "expression",
|
|
@@ -7319,9 +8373,27 @@
|
|
|
7319
8373
|
"type": "string | undefined"
|
|
7320
8374
|
}
|
|
7321
8375
|
},
|
|
8376
|
+
{
|
|
8377
|
+
"name": "shape",
|
|
8378
|
+
"description": "Set to `\"soft\"` for a tab bar with slightly rounded corners,\n`\"round\"` for a tab bar with fully rounded corners, or\n`\"rectangular\"` for a tab bar without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
8379
|
+
"required": false,
|
|
8380
|
+
"value": {
|
|
8381
|
+
"kind": "expression",
|
|
8382
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8383
|
+
}
|
|
8384
|
+
},
|
|
8385
|
+
{
|
|
8386
|
+
"name": "theme",
|
|
8387
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8388
|
+
"required": false,
|
|
8389
|
+
"value": {
|
|
8390
|
+
"kind": "expression",
|
|
8391
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8392
|
+
}
|
|
8393
|
+
},
|
|
7322
8394
|
{
|
|
7323
8395
|
"name": "translucent",
|
|
7324
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8396
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
7325
8397
|
"required": false,
|
|
7326
8398
|
"default": "false",
|
|
7327
8399
|
"value": {
|
|
@@ -7381,7 +8453,7 @@
|
|
|
7381
8453
|
},
|
|
7382
8454
|
{
|
|
7383
8455
|
"name": "mode",
|
|
7384
|
-
"description": "The mode determines
|
|
8456
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7385
8457
|
"required": false,
|
|
7386
8458
|
"value": {
|
|
7387
8459
|
"kind": "expression",
|
|
@@ -7407,6 +8479,15 @@
|
|
|
7407
8479
|
"type": "boolean"
|
|
7408
8480
|
}
|
|
7409
8481
|
},
|
|
8482
|
+
{
|
|
8483
|
+
"name": "shape",
|
|
8484
|
+
"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.",
|
|
8485
|
+
"required": false,
|
|
8486
|
+
"value": {
|
|
8487
|
+
"kind": "expression",
|
|
8488
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8489
|
+
}
|
|
8490
|
+
},
|
|
7410
8491
|
{
|
|
7411
8492
|
"name": "tab",
|
|
7412
8493
|
"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.",
|
|
@@ -7424,6 +8505,15 @@
|
|
|
7424
8505
|
"kind": "expression",
|
|
7425
8506
|
"type": "string | undefined"
|
|
7426
8507
|
}
|
|
8508
|
+
},
|
|
8509
|
+
{
|
|
8510
|
+
"name": "theme",
|
|
8511
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8512
|
+
"required": false,
|
|
8513
|
+
"value": {
|
|
8514
|
+
"kind": "expression",
|
|
8515
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8516
|
+
}
|
|
7427
8517
|
}
|
|
7428
8518
|
],
|
|
7429
8519
|
"slots": [],
|
|
@@ -7437,7 +8527,26 @@
|
|
|
7437
8527
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
7438
8528
|
"symbol": "Tabs"
|
|
7439
8529
|
},
|
|
7440
|
-
"attributes": [
|
|
8530
|
+
"attributes": [
|
|
8531
|
+
{
|
|
8532
|
+
"name": "mode",
|
|
8533
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8534
|
+
"required": false,
|
|
8535
|
+
"value": {
|
|
8536
|
+
"kind": "expression",
|
|
8537
|
+
"type": "\"ios\" | \"md\""
|
|
8538
|
+
}
|
|
8539
|
+
},
|
|
8540
|
+
{
|
|
8541
|
+
"name": "theme",
|
|
8542
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8543
|
+
"required": false,
|
|
8544
|
+
"value": {
|
|
8545
|
+
"kind": "expression",
|
|
8546
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8547
|
+
}
|
|
8548
|
+
}
|
|
8549
|
+
],
|
|
7441
8550
|
"slots": [
|
|
7442
8551
|
{
|
|
7443
8552
|
"name": "default",
|
|
@@ -7495,12 +8604,21 @@
|
|
|
7495
8604
|
},
|
|
7496
8605
|
{
|
|
7497
8606
|
"name": "mode",
|
|
7498
|
-
"description": "The mode determines
|
|
8607
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7499
8608
|
"required": false,
|
|
7500
8609
|
"value": {
|
|
7501
8610
|
"kind": "expression",
|
|
7502
8611
|
"type": "\"ios\" | \"md\""
|
|
7503
8612
|
}
|
|
8613
|
+
},
|
|
8614
|
+
{
|
|
8615
|
+
"name": "theme",
|
|
8616
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8617
|
+
"required": false,
|
|
8618
|
+
"value": {
|
|
8619
|
+
"kind": "expression",
|
|
8620
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8621
|
+
}
|
|
7504
8622
|
}
|
|
7505
8623
|
],
|
|
7506
8624
|
"slots": [],
|
|
@@ -7631,7 +8749,7 @@
|
|
|
7631
8749
|
},
|
|
7632
8750
|
{
|
|
7633
8751
|
"name": "fill",
|
|
7634
|
-
"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
|
|
8752
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
7635
8753
|
"required": false,
|
|
7636
8754
|
"value": {
|
|
7637
8755
|
"kind": "expression",
|
|
@@ -7695,7 +8813,7 @@
|
|
|
7695
8813
|
},
|
|
7696
8814
|
{
|
|
7697
8815
|
"name": "mode",
|
|
7698
|
-
"description": "The mode determines
|
|
8816
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7699
8817
|
"required": false,
|
|
7700
8818
|
"value": {
|
|
7701
8819
|
"kind": "expression",
|
|
@@ -7752,11 +8870,21 @@
|
|
|
7752
8870
|
},
|
|
7753
8871
|
{
|
|
7754
8872
|
"name": "shape",
|
|
7755
|
-
"description": "
|
|
8873
|
+
"description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
8874
|
+
"required": false,
|
|
8875
|
+
"value": {
|
|
8876
|
+
"kind": "expression",
|
|
8877
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8878
|
+
}
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
"name": "size",
|
|
8882
|
+
"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.",
|
|
7756
8883
|
"required": false,
|
|
8884
|
+
"default": "'medium'",
|
|
7757
8885
|
"value": {
|
|
7758
8886
|
"kind": "expression",
|
|
7759
|
-
"type": "\"
|
|
8887
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7760
8888
|
}
|
|
7761
8889
|
},
|
|
7762
8890
|
{
|
|
@@ -7769,6 +8897,15 @@
|
|
|
7769
8897
|
"type": "boolean"
|
|
7770
8898
|
}
|
|
7771
8899
|
},
|
|
8900
|
+
{
|
|
8901
|
+
"name": "theme",
|
|
8902
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8903
|
+
"required": false,
|
|
8904
|
+
"value": {
|
|
8905
|
+
"kind": "expression",
|
|
8906
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8907
|
+
}
|
|
8908
|
+
},
|
|
7772
8909
|
{
|
|
7773
8910
|
"name": "value",
|
|
7774
8911
|
"description": "The value of the textarea.",
|
|
@@ -7854,7 +8991,26 @@
|
|
|
7854
8991
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
7855
8992
|
"symbol": "Thumbnail"
|
|
7856
8993
|
},
|
|
7857
|
-
"attributes": [
|
|
8994
|
+
"attributes": [
|
|
8995
|
+
{
|
|
8996
|
+
"name": "mode",
|
|
8997
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8998
|
+
"required": false,
|
|
8999
|
+
"value": {
|
|
9000
|
+
"kind": "expression",
|
|
9001
|
+
"type": "\"ios\" | \"md\""
|
|
9002
|
+
}
|
|
9003
|
+
},
|
|
9004
|
+
{
|
|
9005
|
+
"name": "theme",
|
|
9006
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9007
|
+
"required": false,
|
|
9008
|
+
"value": {
|
|
9009
|
+
"kind": "expression",
|
|
9010
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9011
|
+
}
|
|
9012
|
+
}
|
|
9013
|
+
],
|
|
7858
9014
|
"slots": [],
|
|
7859
9015
|
"events": []
|
|
7860
9016
|
},
|
|
@@ -7876,6 +9032,15 @@
|
|
|
7876
9032
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7877
9033
|
}
|
|
7878
9034
|
},
|
|
9035
|
+
{
|
|
9036
|
+
"name": "mode",
|
|
9037
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9038
|
+
"required": false,
|
|
9039
|
+
"value": {
|
|
9040
|
+
"kind": "expression",
|
|
9041
|
+
"type": "\"ios\" | \"md\""
|
|
9042
|
+
}
|
|
9043
|
+
},
|
|
7879
9044
|
{
|
|
7880
9045
|
"name": "size",
|
|
7881
9046
|
"description": "The size of the toolbar title.",
|
|
@@ -7884,6 +9049,15 @@
|
|
|
7884
9049
|
"kind": "expression",
|
|
7885
9050
|
"type": "\"large\" | \"small\" | undefined"
|
|
7886
9051
|
}
|
|
9052
|
+
},
|
|
9053
|
+
{
|
|
9054
|
+
"name": "theme",
|
|
9055
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9056
|
+
"required": false,
|
|
9057
|
+
"value": {
|
|
9058
|
+
"kind": "expression",
|
|
9059
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9060
|
+
}
|
|
7887
9061
|
}
|
|
7888
9062
|
],
|
|
7889
9063
|
"slots": [],
|
|
@@ -8031,7 +9205,7 @@
|
|
|
8031
9205
|
},
|
|
8032
9206
|
{
|
|
8033
9207
|
"name": "mode",
|
|
8034
|
-
"description": "The mode determines
|
|
9208
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8035
9209
|
"required": false,
|
|
8036
9210
|
"value": {
|
|
8037
9211
|
"kind": "expression",
|
|
@@ -8057,6 +9231,15 @@
|
|
|
8057
9231
|
"type": "HTMLElement | string | undefined"
|
|
8058
9232
|
}
|
|
8059
9233
|
},
|
|
9234
|
+
{
|
|
9235
|
+
"name": "shape",
|
|
9236
|
+
"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.",
|
|
9237
|
+
"required": false,
|
|
9238
|
+
"value": {
|
|
9239
|
+
"kind": "expression",
|
|
9240
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9241
|
+
}
|
|
9242
|
+
},
|
|
8060
9243
|
{
|
|
8061
9244
|
"name": "swipe-gesture",
|
|
8062
9245
|
"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.",
|
|
@@ -8066,9 +9249,18 @@
|
|
|
8066
9249
|
"type": "\"vertical\" | undefined"
|
|
8067
9250
|
}
|
|
8068
9251
|
},
|
|
9252
|
+
{
|
|
9253
|
+
"name": "theme",
|
|
9254
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9255
|
+
"required": false,
|
|
9256
|
+
"value": {
|
|
9257
|
+
"kind": "expression",
|
|
9258
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9259
|
+
}
|
|
9260
|
+
},
|
|
8069
9261
|
{
|
|
8070
9262
|
"name": "translucent",
|
|
8071
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9263
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
8072
9264
|
"required": false,
|
|
8073
9265
|
"default": "false",
|
|
8074
9266
|
"value": {
|
|
@@ -8248,7 +9440,7 @@
|
|
|
8248
9440
|
},
|
|
8249
9441
|
{
|
|
8250
9442
|
"name": "mode",
|
|
8251
|
-
"description": "The mode determines
|
|
9443
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8252
9444
|
"required": false,
|
|
8253
9445
|
"value": {
|
|
8254
9446
|
"kind": "expression",
|
|
@@ -8266,13 +9458,12 @@
|
|
|
8266
9458
|
}
|
|
8267
9459
|
},
|
|
8268
9460
|
{
|
|
8269
|
-
"name": "
|
|
8270
|
-
"description": "
|
|
9461
|
+
"name": "theme",
|
|
9462
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8271
9463
|
"required": false,
|
|
8272
|
-
"default": "false",
|
|
8273
9464
|
"value": {
|
|
8274
9465
|
"kind": "expression",
|
|
8275
|
-
"type": "
|
|
9466
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8276
9467
|
}
|
|
8277
9468
|
},
|
|
8278
9469
|
{
|
|
@@ -8345,12 +9536,21 @@
|
|
|
8345
9536
|
},
|
|
8346
9537
|
{
|
|
8347
9538
|
"name": "mode",
|
|
8348
|
-
"description": "The mode determines
|
|
9539
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8349
9540
|
"required": false,
|
|
8350
9541
|
"value": {
|
|
8351
9542
|
"kind": "expression",
|
|
8352
9543
|
"type": "\"ios\" | \"md\""
|
|
8353
9544
|
}
|
|
9545
|
+
},
|
|
9546
|
+
{
|
|
9547
|
+
"name": "theme",
|
|
9548
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9549
|
+
"required": false,
|
|
9550
|
+
"value": {
|
|
9551
|
+
"kind": "expression",
|
|
9552
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9553
|
+
}
|
|
8354
9554
|
}
|
|
8355
9555
|
],
|
|
8356
9556
|
"slots": [
|
|
@@ -8364,11 +9564,11 @@
|
|
|
8364
9564
|
},
|
|
8365
9565
|
{
|
|
8366
9566
|
"name": "primary",
|
|
8367
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
9567
|
+
"description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
|
|
8368
9568
|
},
|
|
8369
9569
|
{
|
|
8370
9570
|
"name": "secondary",
|
|
8371
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
9571
|
+
"description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
|
|
8372
9572
|
},
|
|
8373
9573
|
{
|
|
8374
9574
|
"name": "start",
|