@ionic/vue 9.0.2 → 9.0.3-dev.11788449150.16022b1e
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 +210 -158
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +3 -0
- package/dist/vetur/attributes.json +1631 -106
- package/dist/vetur/tags.json +247 -45
- package/dist/web-types.json +1725 -131
- 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": "9.0.
|
|
5
|
+
"version": "9.0.3-dev.11788449150.16022b1e",
|
|
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\"`",
|
|
@@ -291,7 +317,7 @@
|
|
|
291
317
|
},
|
|
292
318
|
{
|
|
293
319
|
"name": "mode",
|
|
294
|
-
"description": "The mode determines
|
|
320
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
295
321
|
"required": false,
|
|
296
322
|
"value": {
|
|
297
323
|
"kind": "expression",
|
|
@@ -307,9 +333,18 @@
|
|
|
307
333
|
"type": "string | undefined"
|
|
308
334
|
}
|
|
309
335
|
},
|
|
336
|
+
{
|
|
337
|
+
"name": "theme",
|
|
338
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
339
|
+
"required": false,
|
|
340
|
+
"value": {
|
|
341
|
+
"kind": "expression",
|
|
342
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
343
|
+
}
|
|
344
|
+
},
|
|
310
345
|
{
|
|
311
346
|
"name": "translucent",
|
|
312
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
347
|
+
"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).",
|
|
313
348
|
"required": false,
|
|
314
349
|
"default": "false",
|
|
315
350
|
"value": {
|
|
@@ -536,7 +571,7 @@
|
|
|
536
571
|
},
|
|
537
572
|
{
|
|
538
573
|
"name": "mode",
|
|
539
|
-
"description": "The mode determines
|
|
574
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
540
575
|
"required": false,
|
|
541
576
|
"value": {
|
|
542
577
|
"kind": "expression",
|
|
@@ -552,9 +587,18 @@
|
|
|
552
587
|
"type": "string | undefined"
|
|
553
588
|
}
|
|
554
589
|
},
|
|
590
|
+
{
|
|
591
|
+
"name": "theme",
|
|
592
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
593
|
+
"required": false,
|
|
594
|
+
"value": {
|
|
595
|
+
"kind": "expression",
|
|
596
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
597
|
+
}
|
|
598
|
+
},
|
|
555
599
|
{
|
|
556
600
|
"name": "translucent",
|
|
557
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
601
|
+
"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).",
|
|
558
602
|
"required": false,
|
|
559
603
|
"default": "false",
|
|
560
604
|
"value": {
|
|
@@ -664,7 +708,54 @@
|
|
|
664
708
|
"module": "@ionic/vue",
|
|
665
709
|
"symbol": "IonAvatar"
|
|
666
710
|
},
|
|
667
|
-
"attributes": [
|
|
711
|
+
"attributes": [
|
|
712
|
+
{
|
|
713
|
+
"name": "disabled",
|
|
714
|
+
"description": "If `true`, the user cannot interact with the avatar.",
|
|
715
|
+
"required": false,
|
|
716
|
+
"default": "false",
|
|
717
|
+
"value": {
|
|
718
|
+
"kind": "expression",
|
|
719
|
+
"type": "boolean"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "mode",
|
|
724
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
725
|
+
"required": false,
|
|
726
|
+
"value": {
|
|
727
|
+
"kind": "expression",
|
|
728
|
+
"type": "\"ios\" | \"md\""
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "shape",
|
|
733
|
+
"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.",
|
|
734
|
+
"required": false,
|
|
735
|
+
"value": {
|
|
736
|
+
"kind": "expression",
|
|
737
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "size",
|
|
742
|
+
"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.",
|
|
743
|
+
"required": false,
|
|
744
|
+
"value": {
|
|
745
|
+
"kind": "expression",
|
|
746
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "theme",
|
|
751
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
752
|
+
"required": false,
|
|
753
|
+
"value": {
|
|
754
|
+
"kind": "expression",
|
|
755
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
],
|
|
668
759
|
"slots": [
|
|
669
760
|
{
|
|
670
761
|
"name": "default",
|
|
@@ -721,7 +812,7 @@
|
|
|
721
812
|
},
|
|
722
813
|
{
|
|
723
814
|
"name": "mode",
|
|
724
|
-
"description": "The mode determines
|
|
815
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
725
816
|
"required": false,
|
|
726
817
|
"value": {
|
|
727
818
|
"kind": "expression",
|
|
@@ -746,6 +837,15 @@
|
|
|
746
837
|
"type": "null | string | undefined"
|
|
747
838
|
}
|
|
748
839
|
},
|
|
840
|
+
{
|
|
841
|
+
"name": "theme",
|
|
842
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
843
|
+
"required": false,
|
|
844
|
+
"value": {
|
|
845
|
+
"kind": "expression",
|
|
846
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
847
|
+
}
|
|
848
|
+
},
|
|
749
849
|
{
|
|
750
850
|
"name": "type",
|
|
751
851
|
"description": "The type of the button.",
|
|
@@ -769,6 +869,15 @@
|
|
|
769
869
|
"symbol": "IonBackdrop"
|
|
770
870
|
},
|
|
771
871
|
"attributes": [
|
|
872
|
+
{
|
|
873
|
+
"name": "mode",
|
|
874
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
875
|
+
"required": false,
|
|
876
|
+
"value": {
|
|
877
|
+
"kind": "expression",
|
|
878
|
+
"type": "\"ios\" | \"md\""
|
|
879
|
+
}
|
|
880
|
+
},
|
|
772
881
|
{
|
|
773
882
|
"name": "stop-propagation",
|
|
774
883
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -789,6 +898,15 @@
|
|
|
789
898
|
"type": "boolean"
|
|
790
899
|
}
|
|
791
900
|
},
|
|
901
|
+
{
|
|
902
|
+
"name": "theme",
|
|
903
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
904
|
+
"required": false,
|
|
905
|
+
"value": {
|
|
906
|
+
"kind": "expression",
|
|
907
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
908
|
+
}
|
|
909
|
+
},
|
|
792
910
|
{
|
|
793
911
|
"name": "visible",
|
|
794
912
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -832,14 +950,59 @@
|
|
|
832
950
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
833
951
|
}
|
|
834
952
|
},
|
|
953
|
+
{
|
|
954
|
+
"name": "hue",
|
|
955
|
+
"description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
956
|
+
"required": false,
|
|
957
|
+
"value": {
|
|
958
|
+
"kind": "expression",
|
|
959
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
835
962
|
{
|
|
836
963
|
"name": "mode",
|
|
837
|
-
"description": "The mode determines
|
|
964
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
838
965
|
"required": false,
|
|
839
966
|
"value": {
|
|
840
967
|
"kind": "expression",
|
|
841
968
|
"type": "\"ios\" | \"md\""
|
|
842
969
|
}
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "shape",
|
|
973
|
+
"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.",
|
|
974
|
+
"required": false,
|
|
975
|
+
"value": {
|
|
976
|
+
"kind": "expression",
|
|
977
|
+
"type": "\"round | rectangular\" | \"soft\" | undefined"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "size",
|
|
982
|
+
"description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
983
|
+
"required": false,
|
|
984
|
+
"value": {
|
|
985
|
+
"kind": "expression",
|
|
986
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "theme",
|
|
991
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
992
|
+
"required": false,
|
|
993
|
+
"value": {
|
|
994
|
+
"kind": "expression",
|
|
995
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "vertical",
|
|
1000
|
+
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
1001
|
+
"required": false,
|
|
1002
|
+
"value": {
|
|
1003
|
+
"kind": "expression",
|
|
1004
|
+
"type": "\"bottom\" | \"top\" | undefined"
|
|
1005
|
+
}
|
|
843
1006
|
}
|
|
844
1007
|
],
|
|
845
1008
|
"slots": [
|
|
@@ -908,7 +1071,7 @@
|
|
|
908
1071
|
},
|
|
909
1072
|
{
|
|
910
1073
|
"name": "mode",
|
|
911
|
-
"description": "The mode determines
|
|
1074
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
912
1075
|
"required": false,
|
|
913
1076
|
"value": {
|
|
914
1077
|
"kind": "expression",
|
|
@@ -960,6 +1123,15 @@
|
|
|
960
1123
|
"kind": "expression",
|
|
961
1124
|
"type": "string | undefined"
|
|
962
1125
|
}
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "theme",
|
|
1129
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1130
|
+
"required": false,
|
|
1131
|
+
"value": {
|
|
1132
|
+
"kind": "expression",
|
|
1133
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1134
|
+
}
|
|
963
1135
|
}
|
|
964
1136
|
],
|
|
965
1137
|
"slots": [
|
|
@@ -1052,12 +1224,21 @@
|
|
|
1052
1224
|
},
|
|
1053
1225
|
{
|
|
1054
1226
|
"name": "mode",
|
|
1055
|
-
"description": "The mode determines
|
|
1227
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1056
1228
|
"required": false,
|
|
1057
1229
|
"value": {
|
|
1058
1230
|
"kind": "expression",
|
|
1059
1231
|
"type": "\"ios\" | \"md\""
|
|
1060
1232
|
}
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "theme",
|
|
1236
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1237
|
+
"required": false,
|
|
1238
|
+
"value": {
|
|
1239
|
+
"kind": "expression",
|
|
1240
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1241
|
+
}
|
|
1061
1242
|
}
|
|
1062
1243
|
],
|
|
1063
1244
|
"slots": [
|
|
@@ -1137,7 +1318,7 @@
|
|
|
1137
1318
|
},
|
|
1138
1319
|
{
|
|
1139
1320
|
"name": "fill",
|
|
1140
|
-
"description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a
|
|
1321
|
+
"description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except when inside of a buttons or datetime component, where\nthe default fill is `\"clear\"`.",
|
|
1141
1322
|
"required": false,
|
|
1142
1323
|
"value": {
|
|
1143
1324
|
"kind": "expression",
|
|
@@ -1164,7 +1345,7 @@
|
|
|
1164
1345
|
},
|
|
1165
1346
|
{
|
|
1166
1347
|
"name": "mode",
|
|
1167
|
-
"description": "The mode determines
|
|
1348
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1168
1349
|
"required": false,
|
|
1169
1350
|
"value": {
|
|
1170
1351
|
"kind": "expression",
|
|
@@ -1201,20 +1382,20 @@
|
|
|
1201
1382
|
},
|
|
1202
1383
|
{
|
|
1203
1384
|
"name": "shape",
|
|
1204
|
-
"description": "Set to `\"round\"` for a button with
|
|
1385
|
+
"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.",
|
|
1205
1386
|
"required": false,
|
|
1206
1387
|
"value": {
|
|
1207
1388
|
"kind": "expression",
|
|
1208
|
-
"type": "\"round\" | undefined"
|
|
1389
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1209
1390
|
}
|
|
1210
1391
|
},
|
|
1211
1392
|
{
|
|
1212
1393
|
"name": "size",
|
|
1213
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1394
|
+
"description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
1214
1395
|
"required": false,
|
|
1215
1396
|
"value": {
|
|
1216
1397
|
"kind": "expression",
|
|
1217
|
-
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1398
|
+
"type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined"
|
|
1218
1399
|
}
|
|
1219
1400
|
},
|
|
1220
1401
|
{
|
|
@@ -1236,6 +1417,15 @@
|
|
|
1236
1417
|
"type": "string | undefined"
|
|
1237
1418
|
}
|
|
1238
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "theme",
|
|
1422
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1423
|
+
"required": false,
|
|
1424
|
+
"value": {
|
|
1425
|
+
"kind": "expression",
|
|
1426
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1239
1429
|
{
|
|
1240
1430
|
"name": "type",
|
|
1241
1431
|
"description": "The type of the button.",
|
|
@@ -1299,13 +1489,31 @@
|
|
|
1299
1489
|
"attributes": [
|
|
1300
1490
|
{
|
|
1301
1491
|
"name": "collapse",
|
|
1302
|
-
"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`
|
|
1492
|
+
"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)",
|
|
1303
1493
|
"required": false,
|
|
1304
1494
|
"default": "false",
|
|
1305
1495
|
"value": {
|
|
1306
1496
|
"kind": "expression",
|
|
1307
1497
|
"type": "boolean"
|
|
1308
1498
|
}
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "mode",
|
|
1502
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1503
|
+
"required": false,
|
|
1504
|
+
"value": {
|
|
1505
|
+
"kind": "expression",
|
|
1506
|
+
"type": "\"ios\" | \"md\""
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"name": "theme",
|
|
1511
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1512
|
+
"required": false,
|
|
1513
|
+
"value": {
|
|
1514
|
+
"kind": "expression",
|
|
1515
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1516
|
+
}
|
|
1309
1517
|
}
|
|
1310
1518
|
],
|
|
1311
1519
|
"slots": [
|
|
@@ -1374,7 +1582,7 @@
|
|
|
1374
1582
|
},
|
|
1375
1583
|
{
|
|
1376
1584
|
"name": "mode",
|
|
1377
|
-
"description": "The mode determines
|
|
1585
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1378
1586
|
"required": false,
|
|
1379
1587
|
"value": {
|
|
1380
1588
|
"kind": "expression",
|
|
@@ -1409,6 +1617,16 @@
|
|
|
1409
1617
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1410
1618
|
}
|
|
1411
1619
|
},
|
|
1620
|
+
{
|
|
1621
|
+
"name": "shape",
|
|
1622
|
+
"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\"`.",
|
|
1623
|
+
"required": false,
|
|
1624
|
+
"default": "'round'",
|
|
1625
|
+
"value": {
|
|
1626
|
+
"kind": "expression",
|
|
1627
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1412
1630
|
{
|
|
1413
1631
|
"name": "target",
|
|
1414
1632
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1418,6 +1636,15 @@
|
|
|
1418
1636
|
"type": "string | undefined"
|
|
1419
1637
|
}
|
|
1420
1638
|
},
|
|
1639
|
+
{
|
|
1640
|
+
"name": "theme",
|
|
1641
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1642
|
+
"required": false,
|
|
1643
|
+
"value": {
|
|
1644
|
+
"kind": "expression",
|
|
1645
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1421
1648
|
{
|
|
1422
1649
|
"name": "type",
|
|
1423
1650
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1448,15 +1675,29 @@
|
|
|
1448
1675
|
"attributes": [
|
|
1449
1676
|
{
|
|
1450
1677
|
"name": "mode",
|
|
1451
|
-
"description": "The mode determines
|
|
1678
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1452
1679
|
"required": false,
|
|
1453
1680
|
"value": {
|
|
1454
1681
|
"kind": "expression",
|
|
1455
1682
|
"type": "\"ios\" | \"md\""
|
|
1456
1683
|
}
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "theme",
|
|
1687
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1688
|
+
"required": false,
|
|
1689
|
+
"value": {
|
|
1690
|
+
"kind": "expression",
|
|
1691
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
],
|
|
1695
|
+
"slots": [
|
|
1696
|
+
{
|
|
1697
|
+
"name": "default",
|
|
1698
|
+
"description": "The default slot"
|
|
1457
1699
|
}
|
|
1458
1700
|
],
|
|
1459
|
-
"slots": [],
|
|
1460
1701
|
"events": []
|
|
1461
1702
|
},
|
|
1462
1703
|
{
|
|
@@ -1479,16 +1720,25 @@
|
|
|
1479
1720
|
},
|
|
1480
1721
|
{
|
|
1481
1722
|
"name": "mode",
|
|
1482
|
-
"description": "The mode determines
|
|
1723
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1483
1724
|
"required": false,
|
|
1484
1725
|
"value": {
|
|
1485
1726
|
"kind": "expression",
|
|
1486
1727
|
"type": "\"ios\" | \"md\""
|
|
1487
1728
|
}
|
|
1488
1729
|
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "theme",
|
|
1732
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1733
|
+
"required": false,
|
|
1734
|
+
"value": {
|
|
1735
|
+
"kind": "expression",
|
|
1736
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1489
1739
|
{
|
|
1490
1740
|
"name": "translucent",
|
|
1491
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1741
|
+
"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).",
|
|
1492
1742
|
"required": false,
|
|
1493
1743
|
"default": "false",
|
|
1494
1744
|
"value": {
|
|
@@ -1525,12 +1775,21 @@
|
|
|
1525
1775
|
},
|
|
1526
1776
|
{
|
|
1527
1777
|
"name": "mode",
|
|
1528
|
-
"description": "The mode determines
|
|
1778
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1529
1779
|
"required": false,
|
|
1530
1780
|
"value": {
|
|
1531
1781
|
"kind": "expression",
|
|
1532
1782
|
"type": "\"ios\" | \"md\""
|
|
1533
1783
|
}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"name": "theme",
|
|
1787
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1788
|
+
"required": false,
|
|
1789
|
+
"value": {
|
|
1790
|
+
"kind": "expression",
|
|
1791
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1792
|
+
}
|
|
1534
1793
|
}
|
|
1535
1794
|
],
|
|
1536
1795
|
"slots": [
|
|
@@ -1561,12 +1820,21 @@
|
|
|
1561
1820
|
},
|
|
1562
1821
|
{
|
|
1563
1822
|
"name": "mode",
|
|
1564
|
-
"description": "The mode determines
|
|
1823
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1565
1824
|
"required": false,
|
|
1566
1825
|
"value": {
|
|
1567
1826
|
"kind": "expression",
|
|
1568
1827
|
"type": "\"ios\" | \"md\""
|
|
1569
1828
|
}
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"name": "theme",
|
|
1832
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1833
|
+
"required": false,
|
|
1834
|
+
"value": {
|
|
1835
|
+
"kind": "expression",
|
|
1836
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1837
|
+
}
|
|
1570
1838
|
}
|
|
1571
1839
|
],
|
|
1572
1840
|
"slots": [
|
|
@@ -1673,7 +1941,7 @@
|
|
|
1673
1941
|
},
|
|
1674
1942
|
{
|
|
1675
1943
|
"name": "mode",
|
|
1676
|
-
"description": "The mode determines
|
|
1944
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1677
1945
|
"required": false,
|
|
1678
1946
|
"value": {
|
|
1679
1947
|
"kind": "expression",
|
|
@@ -1701,36 +1969,64 @@
|
|
|
1701
1969
|
}
|
|
1702
1970
|
},
|
|
1703
1971
|
{
|
|
1704
|
-
"name": "
|
|
1705
|
-
"description": "
|
|
1972
|
+
"name": "shape",
|
|
1973
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1706
1974
|
"required": false,
|
|
1707
|
-
"default": "'
|
|
1975
|
+
"default": "'soft'",
|
|
1708
1976
|
"value": {
|
|
1709
1977
|
"kind": "expression",
|
|
1710
|
-
"type": "
|
|
1978
|
+
"type": "\"rectangular\" | \"soft\" | undefined"
|
|
1711
1979
|
}
|
|
1712
|
-
}
|
|
1713
|
-
],
|
|
1714
|
-
"slots": [
|
|
1715
|
-
{
|
|
1716
|
-
"name": "default",
|
|
1717
|
-
"description": "The label text to associate with the checkbox. Use the \"labelPlacement\" property to control where the label is placed relative to the checkbox."
|
|
1718
|
-
}
|
|
1719
|
-
],
|
|
1720
|
-
"events": [
|
|
1980
|
+
},
|
|
1721
1981
|
{
|
|
1722
|
-
"name": "
|
|
1723
|
-
"description": "
|
|
1724
|
-
"
|
|
1725
|
-
|
|
1726
|
-
|
|
1982
|
+
"name": "size",
|
|
1983
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1984
|
+
"required": false,
|
|
1985
|
+
"value": {
|
|
1986
|
+
"kind": "expression",
|
|
1987
|
+
"type": "\"small\" | undefined"
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "theme",
|
|
1992
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1993
|
+
"required": false,
|
|
1994
|
+
"value": {
|
|
1995
|
+
"kind": "expression",
|
|
1996
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"name": "value",
|
|
2001
|
+
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
|
|
2002
|
+
"required": false,
|
|
2003
|
+
"default": "'on'",
|
|
2004
|
+
"value": {
|
|
2005
|
+
"kind": "expression",
|
|
2006
|
+
"type": "any"
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
"slots": [
|
|
2011
|
+
{
|
|
2012
|
+
"name": "default",
|
|
2013
|
+
"description": "The label text to associate with the checkbox. Use the \"labelPlacement\" property to control where the label is placed relative to the checkbox."
|
|
2014
|
+
}
|
|
2015
|
+
],
|
|
2016
|
+
"events": [
|
|
2017
|
+
{
|
|
2018
|
+
"name": "ionBlur",
|
|
2019
|
+
"description": "Emitted when the checkbox loses focus.",
|
|
2020
|
+
"arguments": [
|
|
2021
|
+
{
|
|
2022
|
+
"name": "detail",
|
|
1727
2023
|
"type": "void"
|
|
1728
2024
|
}
|
|
1729
2025
|
]
|
|
1730
2026
|
},
|
|
1731
2027
|
{
|
|
1732
2028
|
"name": "ionChange",
|
|
1733
|
-
"description": "Emitted when the checked property has changed
|
|
2029
|
+
"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.",
|
|
1734
2030
|
"arguments": [
|
|
1735
2031
|
{
|
|
1736
2032
|
"name": "detail",
|
|
@@ -1778,9 +2074,19 @@
|
|
|
1778
2074
|
"type": "boolean"
|
|
1779
2075
|
}
|
|
1780
2076
|
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "hue",
|
|
2079
|
+
"description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
2080
|
+
"required": false,
|
|
2081
|
+
"default": "'subtle'",
|
|
2082
|
+
"value": {
|
|
2083
|
+
"kind": "expression",
|
|
2084
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
1781
2087
|
{
|
|
1782
2088
|
"name": "mode",
|
|
1783
|
-
"description": "The mode determines
|
|
2089
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1784
2090
|
"required": false,
|
|
1785
2091
|
"value": {
|
|
1786
2092
|
"kind": "expression",
|
|
@@ -1796,6 +2102,33 @@
|
|
|
1796
2102
|
"kind": "expression",
|
|
1797
2103
|
"type": "boolean"
|
|
1798
2104
|
}
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"name": "shape",
|
|
2108
|
+
"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.",
|
|
2109
|
+
"required": false,
|
|
2110
|
+
"value": {
|
|
2111
|
+
"kind": "expression",
|
|
2112
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "size",
|
|
2117
|
+
"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.",
|
|
2118
|
+
"required": false,
|
|
2119
|
+
"value": {
|
|
2120
|
+
"kind": "expression",
|
|
2121
|
+
"type": "\"large\" | \"small\" | undefined"
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"name": "theme",
|
|
2126
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2127
|
+
"required": false,
|
|
2128
|
+
"value": {
|
|
2129
|
+
"kind": "expression",
|
|
2130
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2131
|
+
}
|
|
1799
2132
|
}
|
|
1800
2133
|
],
|
|
1801
2134
|
"slots": [
|
|
@@ -1815,6 +2148,15 @@
|
|
|
1815
2148
|
"symbol": "IonCol"
|
|
1816
2149
|
},
|
|
1817
2150
|
"attributes": [
|
|
2151
|
+
{
|
|
2152
|
+
"name": "mode",
|
|
2153
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2154
|
+
"required": false,
|
|
2155
|
+
"value": {
|
|
2156
|
+
"kind": "expression",
|
|
2157
|
+
"type": "\"ios\" | \"md\""
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
1818
2160
|
{
|
|
1819
2161
|
"name": "offset",
|
|
1820
2162
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -1869,6 +2211,60 @@
|
|
|
1869
2211
|
"type": "string | undefined"
|
|
1870
2212
|
}
|
|
1871
2213
|
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "order",
|
|
2216
|
+
"description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2217
|
+
"required": false,
|
|
2218
|
+
"value": {
|
|
2219
|
+
"kind": "expression",
|
|
2220
|
+
"type": "string | undefined"
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "order-lg",
|
|
2225
|
+
"description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2226
|
+
"required": false,
|
|
2227
|
+
"value": {
|
|
2228
|
+
"kind": "expression",
|
|
2229
|
+
"type": "string | undefined"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "order-md",
|
|
2234
|
+
"description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2235
|
+
"required": false,
|
|
2236
|
+
"value": {
|
|
2237
|
+
"kind": "expression",
|
|
2238
|
+
"type": "string | undefined"
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"name": "order-sm",
|
|
2243
|
+
"description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2244
|
+
"required": false,
|
|
2245
|
+
"value": {
|
|
2246
|
+
"kind": "expression",
|
|
2247
|
+
"type": "string | undefined"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "order-xl",
|
|
2252
|
+
"description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2253
|
+
"required": false,
|
|
2254
|
+
"value": {
|
|
2255
|
+
"kind": "expression",
|
|
2256
|
+
"type": "string | undefined"
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "order-xs",
|
|
2261
|
+
"description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2262
|
+
"required": false,
|
|
2263
|
+
"value": {
|
|
2264
|
+
"kind": "expression",
|
|
2265
|
+
"type": "string | undefined"
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
1872
2268
|
{
|
|
1873
2269
|
"name": "pull",
|
|
1874
2270
|
"description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
|
|
@@ -2030,6 +2426,15 @@
|
|
|
2030
2426
|
"kind": "expression",
|
|
2031
2427
|
"type": "string | undefined"
|
|
2032
2428
|
}
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "theme",
|
|
2432
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2433
|
+
"required": false,
|
|
2434
|
+
"value": {
|
|
2435
|
+
"kind": "expression",
|
|
2436
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2437
|
+
}
|
|
2033
2438
|
}
|
|
2034
2439
|
],
|
|
2035
2440
|
"slots": [
|
|
@@ -2087,6 +2492,15 @@
|
|
|
2087
2492
|
"type": "boolean"
|
|
2088
2493
|
}
|
|
2089
2494
|
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "mode",
|
|
2497
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2498
|
+
"required": false,
|
|
2499
|
+
"value": {
|
|
2500
|
+
"kind": "expression",
|
|
2501
|
+
"type": "\"ios\" | \"md\""
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2090
2504
|
{
|
|
2091
2505
|
"name": "scroll-events",
|
|
2092
2506
|
"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`.",
|
|
@@ -2116,6 +2530,15 @@
|
|
|
2116
2530
|
"kind": "expression",
|
|
2117
2531
|
"type": "boolean"
|
|
2118
2532
|
}
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"name": "theme",
|
|
2536
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2537
|
+
"required": false,
|
|
2538
|
+
"value": {
|
|
2539
|
+
"kind": "expression",
|
|
2540
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2541
|
+
}
|
|
2119
2542
|
}
|
|
2120
2543
|
],
|
|
2121
2544
|
"slots": [
|
|
@@ -2322,7 +2745,7 @@
|
|
|
2322
2745
|
},
|
|
2323
2746
|
{
|
|
2324
2747
|
"name": "mode",
|
|
2325
|
-
"description": "The mode determines
|
|
2748
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2326
2749
|
"required": false,
|
|
2327
2750
|
"value": {
|
|
2328
2751
|
"kind": "expression",
|
|
@@ -2448,6 +2871,15 @@
|
|
|
2448
2871
|
"type": "\"cover\" | \"fixed\""
|
|
2449
2872
|
}
|
|
2450
2873
|
},
|
|
2874
|
+
{
|
|
2875
|
+
"name": "theme",
|
|
2876
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2877
|
+
"required": false,
|
|
2878
|
+
"value": {
|
|
2879
|
+
"kind": "expression",
|
|
2880
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2451
2883
|
{
|
|
2452
2884
|
"name": "titleSelectedDatesFormatter",
|
|
2453
2885
|
"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.",
|
|
@@ -2572,12 +3004,21 @@
|
|
|
2572
3004
|
},
|
|
2573
3005
|
{
|
|
2574
3006
|
"name": "mode",
|
|
2575
|
-
"description": "The mode determines
|
|
3007
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2576
3008
|
"required": false,
|
|
2577
3009
|
"value": {
|
|
2578
3010
|
"kind": "expression",
|
|
2579
3011
|
"type": "\"ios\" | \"md\""
|
|
2580
3012
|
}
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "theme",
|
|
3016
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3017
|
+
"required": false,
|
|
3018
|
+
"value": {
|
|
3019
|
+
"kind": "expression",
|
|
3020
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3021
|
+
}
|
|
2581
3022
|
}
|
|
2582
3023
|
],
|
|
2583
3024
|
"slots": [
|
|
@@ -2592,6 +3033,39 @@
|
|
|
2592
3033
|
],
|
|
2593
3034
|
"events": []
|
|
2594
3035
|
},
|
|
3036
|
+
{
|
|
3037
|
+
"name": "IonDivider",
|
|
3038
|
+
"doc-url": "https://ionicframework.com/docs/api/divider",
|
|
3039
|
+
"description": "",
|
|
3040
|
+
"source": {
|
|
3041
|
+
"module": "@ionic/vue",
|
|
3042
|
+
"symbol": "IonDivider"
|
|
3043
|
+
},
|
|
3044
|
+
"attributes": [
|
|
3045
|
+
{
|
|
3046
|
+
"name": "inset",
|
|
3047
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
3048
|
+
"required": false,
|
|
3049
|
+
"default": "false",
|
|
3050
|
+
"value": {
|
|
3051
|
+
"kind": "expression",
|
|
3052
|
+
"type": "boolean"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "spacing",
|
|
3057
|
+
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
3058
|
+
"required": false,
|
|
3059
|
+
"default": "'medium'",
|
|
3060
|
+
"value": {
|
|
3061
|
+
"kind": "expression",
|
|
3062
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
],
|
|
3066
|
+
"slots": [],
|
|
3067
|
+
"events": []
|
|
3068
|
+
},
|
|
2595
3069
|
{
|
|
2596
3070
|
"name": "IonFab",
|
|
2597
3071
|
"doc-url": "https://ionicframework.com/docs/api/fab",
|
|
@@ -2630,6 +3104,24 @@
|
|
|
2630
3104
|
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
2631
3105
|
}
|
|
2632
3106
|
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "mode",
|
|
3109
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3110
|
+
"required": false,
|
|
3111
|
+
"value": {
|
|
3112
|
+
"kind": "expression",
|
|
3113
|
+
"type": "\"ios\" | \"md\""
|
|
3114
|
+
}
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "theme",
|
|
3118
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3119
|
+
"required": false,
|
|
3120
|
+
"value": {
|
|
3121
|
+
"kind": "expression",
|
|
3122
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3123
|
+
}
|
|
3124
|
+
},
|
|
2633
3125
|
{
|
|
2634
3126
|
"name": "vertical",
|
|
2635
3127
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2671,10 +3163,9 @@
|
|
|
2671
3163
|
"name": "close-icon",
|
|
2672
3164
|
"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.",
|
|
2673
3165
|
"required": false,
|
|
2674
|
-
"default": "close",
|
|
2675
3166
|
"value": {
|
|
2676
3167
|
"kind": "expression",
|
|
2677
|
-
"type": "string"
|
|
3168
|
+
"type": "string | undefined"
|
|
2678
3169
|
}
|
|
2679
3170
|
},
|
|
2680
3171
|
{
|
|
@@ -2725,7 +3216,7 @@
|
|
|
2725
3216
|
},
|
|
2726
3217
|
{
|
|
2727
3218
|
"name": "mode",
|
|
2728
|
-
"description": "The mode determines
|
|
3219
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2729
3220
|
"required": false,
|
|
2730
3221
|
"value": {
|
|
2731
3222
|
"kind": "expression",
|
|
@@ -2788,9 +3279,18 @@
|
|
|
2788
3279
|
"type": "string | undefined"
|
|
2789
3280
|
}
|
|
2790
3281
|
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "theme",
|
|
3284
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3285
|
+
"required": false,
|
|
3286
|
+
"value": {
|
|
3287
|
+
"kind": "expression",
|
|
3288
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3289
|
+
}
|
|
3290
|
+
},
|
|
2791
3291
|
{
|
|
2792
3292
|
"name": "translucent",
|
|
2793
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
3293
|
+
"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).",
|
|
2794
3294
|
"required": false,
|
|
2795
3295
|
"default": "false",
|
|
2796
3296
|
"value": {
|
|
@@ -2857,6 +3357,15 @@
|
|
|
2857
3357
|
"type": "boolean"
|
|
2858
3358
|
}
|
|
2859
3359
|
},
|
|
3360
|
+
{
|
|
3361
|
+
"name": "mode",
|
|
3362
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3363
|
+
"required": false,
|
|
3364
|
+
"value": {
|
|
3365
|
+
"kind": "expression",
|
|
3366
|
+
"type": "\"ios\" | \"md\""
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
2860
3369
|
{
|
|
2861
3370
|
"name": "side",
|
|
2862
3371
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2866,6 +3375,15 @@
|
|
|
2866
3375
|
"kind": "expression",
|
|
2867
3376
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
2868
3377
|
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "theme",
|
|
3381
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3382
|
+
"required": false,
|
|
3383
|
+
"value": {
|
|
3384
|
+
"kind": "expression",
|
|
3385
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3386
|
+
}
|
|
2869
3387
|
}
|
|
2870
3388
|
],
|
|
2871
3389
|
"slots": [
|
|
@@ -2887,7 +3405,7 @@
|
|
|
2887
3405
|
"attributes": [
|
|
2888
3406
|
{
|
|
2889
3407
|
"name": "collapse",
|
|
2890
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
3408
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2891
3409
|
"required": false,
|
|
2892
3410
|
"value": {
|
|
2893
3411
|
"kind": "expression",
|
|
@@ -2896,16 +3414,34 @@
|
|
|
2896
3414
|
},
|
|
2897
3415
|
{
|
|
2898
3416
|
"name": "mode",
|
|
2899
|
-
"description": "The mode determines
|
|
3417
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2900
3418
|
"required": false,
|
|
2901
3419
|
"value": {
|
|
2902
3420
|
"kind": "expression",
|
|
2903
3421
|
"type": "\"ios\" | \"md\""
|
|
2904
3422
|
}
|
|
2905
3423
|
},
|
|
3424
|
+
{
|
|
3425
|
+
"name": "scroll-effect",
|
|
3426
|
+
"description": "Describes the scroll effect that will be applied to the footer.\n`\"hide\"` slides the footer out of view when scrolling down and back in\nwhen scrolling up.\n`\"fade\"` fades the toolbar background on scroll.",
|
|
3427
|
+
"required": false,
|
|
3428
|
+
"value": {
|
|
3429
|
+
"kind": "expression",
|
|
3430
|
+
"type": "\"fade\" | \"hide\" | undefined"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "theme",
|
|
3435
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3436
|
+
"required": false,
|
|
3437
|
+
"value": {
|
|
3438
|
+
"kind": "expression",
|
|
3439
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
2906
3442
|
{
|
|
2907
3443
|
"name": "translucent",
|
|
2908
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
3444
|
+
"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.",
|
|
2909
3445
|
"required": false,
|
|
2910
3446
|
"default": "false",
|
|
2911
3447
|
"value": {
|
|
@@ -2922,6 +3458,117 @@
|
|
|
2922
3458
|
],
|
|
2923
3459
|
"events": []
|
|
2924
3460
|
},
|
|
3461
|
+
{
|
|
3462
|
+
"name": "IonGallery",
|
|
3463
|
+
"doc-url": "https://ionicframework.com/docs/api/gallery",
|
|
3464
|
+
"description": "",
|
|
3465
|
+
"source": {
|
|
3466
|
+
"module": "@ionic/vue",
|
|
3467
|
+
"symbol": "IonGallery"
|
|
3468
|
+
},
|
|
3469
|
+
"attributes": [
|
|
3470
|
+
{
|
|
3471
|
+
"name": "columns",
|
|
3472
|
+
"description": "The number of columns to display. Can be set as a number or an object of\nbreakpoint values (e.g. `{ xs: 2, sm: 3, md: 4 }`).",
|
|
3473
|
+
"required": false,
|
|
3474
|
+
"default": "{\n xs: 2,\n sm: 3,\n md: 4,\n lg: 6,\n xl: 8,\n xxl: 10,\n}",
|
|
3475
|
+
"value": {
|
|
3476
|
+
"kind": "expression",
|
|
3477
|
+
"type": "GalleryBreakpoints<string | number> | number | string"
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"name": "gap",
|
|
3482
|
+
"description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nCSS variables like `var(--app-gallery-gap)`, or numbers (treated as pixel\nvalues). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
|
|
3483
|
+
"required": false,
|
|
3484
|
+
"default": "'16px'",
|
|
3485
|
+
"value": {
|
|
3486
|
+
"kind": "expression",
|
|
3487
|
+
"type": "GalleryBreakpoints<string | number> | number | string"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"name": "layout",
|
|
3492
|
+
"description": "The visual layout of the gallery. When `uniform`, rows take up the height\nof the tallest item and are spaced evenly across the gallery. Additionally,\nitems will have an aspect ratio of 1/1, forcing them to be square unless a\nheight is explicitly set. When `masonry`, items will be positioned under each\nother with only the specified gap between them.",
|
|
3493
|
+
"required": false,
|
|
3494
|
+
"default": "'uniform'",
|
|
3495
|
+
"value": {
|
|
3496
|
+
"kind": "expression",
|
|
3497
|
+
"type": "\"masonry\" | \"uniform\""
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"name": "mode",
|
|
3502
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3503
|
+
"required": false,
|
|
3504
|
+
"value": {
|
|
3505
|
+
"kind": "expression",
|
|
3506
|
+
"type": "\"ios\" | \"md\""
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"name": "order",
|
|
3511
|
+
"description": "The order in which items are positioned. Only applies when layout is\n`masonry`. When `sequential`, items are positioned in the order they are\nplaced in the DOM. When `best-fit`, items are positioned under the column\nwith the most available space. Defaults to `sequential` when layout is\n`masonry` and `order` is not explicitly set.",
|
|
3512
|
+
"required": false,
|
|
3513
|
+
"value": {
|
|
3514
|
+
"kind": "expression",
|
|
3515
|
+
"type": "\"best-fit\" | \"sequential\" | undefined"
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"name": "theme",
|
|
3520
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3521
|
+
"required": false,
|
|
3522
|
+
"value": {
|
|
3523
|
+
"kind": "expression",
|
|
3524
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3525
|
+
}
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"slots": [
|
|
3529
|
+
{
|
|
3530
|
+
"name": "default",
|
|
3531
|
+
"description": "One or more `ion-gallery-item` components, placed in a responsive\ngallery layout."
|
|
3532
|
+
}
|
|
3533
|
+
],
|
|
3534
|
+
"events": []
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "IonGalleryItem",
|
|
3538
|
+
"doc-url": "https://ionicframework.com/docs/api/gallery-item",
|
|
3539
|
+
"description": "",
|
|
3540
|
+
"source": {
|
|
3541
|
+
"module": "@ionic/vue",
|
|
3542
|
+
"symbol": "IonGalleryItem"
|
|
3543
|
+
},
|
|
3544
|
+
"attributes": [
|
|
3545
|
+
{
|
|
3546
|
+
"name": "mode",
|
|
3547
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3548
|
+
"required": false,
|
|
3549
|
+
"value": {
|
|
3550
|
+
"kind": "expression",
|
|
3551
|
+
"type": "\"ios\" | \"md\""
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"name": "theme",
|
|
3556
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3557
|
+
"required": false,
|
|
3558
|
+
"value": {
|
|
3559
|
+
"kind": "expression",
|
|
3560
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3563
|
+
],
|
|
3564
|
+
"slots": [
|
|
3565
|
+
{
|
|
3566
|
+
"name": "default",
|
|
3567
|
+
"description": "The content placed inside of the gallery item. This is typically an\n`img`, but can be any element (e.g. a `figure` wrapping an image and caption)."
|
|
3568
|
+
}
|
|
3569
|
+
],
|
|
3570
|
+
"events": []
|
|
3571
|
+
},
|
|
2925
3572
|
{
|
|
2926
3573
|
"name": "IonGrid",
|
|
2927
3574
|
"doc-url": "https://ionicframework.com/docs/api/grid",
|
|
@@ -2940,6 +3587,24 @@
|
|
|
2940
3587
|
"kind": "expression",
|
|
2941
3588
|
"type": "boolean"
|
|
2942
3589
|
}
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"name": "mode",
|
|
3593
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3594
|
+
"required": false,
|
|
3595
|
+
"value": {
|
|
3596
|
+
"kind": "expression",
|
|
3597
|
+
"type": "\"ios\" | \"md\""
|
|
3598
|
+
}
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "theme",
|
|
3602
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3603
|
+
"required": false,
|
|
3604
|
+
"value": {
|
|
3605
|
+
"kind": "expression",
|
|
3606
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3607
|
+
}
|
|
2943
3608
|
}
|
|
2944
3609
|
],
|
|
2945
3610
|
"slots": [
|
|
@@ -2961,25 +3626,53 @@
|
|
|
2961
3626
|
"attributes": [
|
|
2962
3627
|
{
|
|
2963
3628
|
"name": "collapse",
|
|
2964
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
3629
|
+
"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)",
|
|
2965
3630
|
"required": false,
|
|
2966
3631
|
"value": {
|
|
2967
3632
|
"kind": "expression",
|
|
2968
3633
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
2969
3634
|
}
|
|
2970
3635
|
},
|
|
3636
|
+
{
|
|
3637
|
+
"name": "divider",
|
|
3638
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3639
|
+
"required": false,
|
|
3640
|
+
"default": "false",
|
|
3641
|
+
"value": {
|
|
3642
|
+
"kind": "expression",
|
|
3643
|
+
"type": "boolean"
|
|
3644
|
+
}
|
|
3645
|
+
},
|
|
2971
3646
|
{
|
|
2972
3647
|
"name": "mode",
|
|
2973
|
-
"description": "The mode determines
|
|
3648
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2974
3649
|
"required": false,
|
|
2975
3650
|
"value": {
|
|
2976
3651
|
"kind": "expression",
|
|
2977
3652
|
"type": "\"ios\" | \"md\""
|
|
2978
3653
|
}
|
|
2979
3654
|
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "scroll-effect",
|
|
3657
|
+
"description": "Describes the scroll effect that will be applied to the header.\n`\"hide\"` slides the header out of view when scrolling down and back in\nwhen scrolling up.\n`\"condense\"` collapses the large title into the main toolbar on scroll.\n`\"fade\"` fades the toolbar background on scroll.",
|
|
3658
|
+
"required": false,
|
|
3659
|
+
"value": {
|
|
3660
|
+
"kind": "expression",
|
|
3661
|
+
"type": "\"condense\" | \"fade\" | \"hide\" | undefined"
|
|
3662
|
+
}
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"name": "theme",
|
|
3666
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3667
|
+
"required": false,
|
|
3668
|
+
"value": {
|
|
3669
|
+
"kind": "expression",
|
|
3670
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
2980
3673
|
{
|
|
2981
3674
|
"name": "translucent",
|
|
2982
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3675
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` 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.",
|
|
2983
3676
|
"required": false,
|
|
2984
3677
|
"default": "false",
|
|
2985
3678
|
"value": {
|
|
@@ -3011,7 +3704,16 @@
|
|
|
3011
3704
|
"required": false,
|
|
3012
3705
|
"value": {
|
|
3013
3706
|
"kind": "expression",
|
|
3014
|
-
"type": "string | undefined"
|
|
3707
|
+
"type": "string | undefined"
|
|
3708
|
+
}
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "mode",
|
|
3712
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3713
|
+
"required": false,
|
|
3714
|
+
"value": {
|
|
3715
|
+
"kind": "expression",
|
|
3716
|
+
"type": "\"ios\" | \"md\""
|
|
3015
3717
|
}
|
|
3016
3718
|
},
|
|
3017
3719
|
{
|
|
@@ -3022,6 +3724,15 @@
|
|
|
3022
3724
|
"kind": "expression",
|
|
3023
3725
|
"type": "string | undefined"
|
|
3024
3726
|
}
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "theme",
|
|
3730
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3731
|
+
"required": false,
|
|
3732
|
+
"value": {
|
|
3733
|
+
"kind": "expression",
|
|
3734
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3735
|
+
}
|
|
3025
3736
|
}
|
|
3026
3737
|
],
|
|
3027
3738
|
"slots": [],
|
|
@@ -3077,6 +3788,15 @@
|
|
|
3077
3788
|
"type": "boolean"
|
|
3078
3789
|
}
|
|
3079
3790
|
},
|
|
3791
|
+
{
|
|
3792
|
+
"name": "mode",
|
|
3793
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3794
|
+
"required": false,
|
|
3795
|
+
"value": {
|
|
3796
|
+
"kind": "expression",
|
|
3797
|
+
"type": "\"ios\" | \"md\""
|
|
3798
|
+
}
|
|
3799
|
+
},
|
|
3080
3800
|
{
|
|
3081
3801
|
"name": "position",
|
|
3082
3802
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -3087,6 +3807,25 @@
|
|
|
3087
3807
|
"type": "\"bottom\" | \"top\""
|
|
3088
3808
|
}
|
|
3089
3809
|
},
|
|
3810
|
+
{
|
|
3811
|
+
"name": "preserve-rerender-scroll-position",
|
|
3812
|
+
"description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
|
|
3813
|
+
"required": false,
|
|
3814
|
+
"default": "false",
|
|
3815
|
+
"value": {
|
|
3816
|
+
"kind": "expression",
|
|
3817
|
+
"type": "boolean"
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"name": "theme",
|
|
3822
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3823
|
+
"required": false,
|
|
3824
|
+
"value": {
|
|
3825
|
+
"kind": "expression",
|
|
3826
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3827
|
+
}
|
|
3828
|
+
},
|
|
3090
3829
|
{
|
|
3091
3830
|
"name": "threshold",
|
|
3092
3831
|
"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.",
|
|
@@ -3138,6 +3877,24 @@
|
|
|
3138
3877
|
"kind": "expression",
|
|
3139
3878
|
"type": "IonicSafeString | string | undefined"
|
|
3140
3879
|
}
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"name": "mode",
|
|
3883
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3884
|
+
"required": false,
|
|
3885
|
+
"value": {
|
|
3886
|
+
"kind": "expression",
|
|
3887
|
+
"type": "\"ios\" | \"md\""
|
|
3888
|
+
}
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"name": "theme",
|
|
3892
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3893
|
+
"required": false,
|
|
3894
|
+
"value": {
|
|
3895
|
+
"kind": "expression",
|
|
3896
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3897
|
+
}
|
|
3141
3898
|
}
|
|
3142
3899
|
],
|
|
3143
3900
|
"slots": [],
|
|
@@ -3287,7 +4044,7 @@
|
|
|
3287
4044
|
},
|
|
3288
4045
|
{
|
|
3289
4046
|
"name": "fill",
|
|
3290
|
-
"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
|
|
4047
|
+
"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\"`.",
|
|
3291
4048
|
"required": false,
|
|
3292
4049
|
"value": {
|
|
3293
4050
|
"kind": "expression",
|
|
@@ -3323,12 +4080,11 @@
|
|
|
3323
4080
|
},
|
|
3324
4081
|
{
|
|
3325
4082
|
"name": "label-placement",
|
|
3326
|
-
"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 (\"...\").",
|
|
4083
|
+
"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.",
|
|
3327
4084
|
"required": false,
|
|
3328
|
-
"default": "'start'",
|
|
3329
4085
|
"value": {
|
|
3330
4086
|
"kind": "expression",
|
|
3331
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
4087
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
|
|
3332
4088
|
}
|
|
3333
4089
|
},
|
|
3334
4090
|
{
|
|
@@ -3369,7 +4125,7 @@
|
|
|
3369
4125
|
},
|
|
3370
4126
|
{
|
|
3371
4127
|
"name": "mode",
|
|
3372
|
-
"description": "The mode determines
|
|
4128
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3373
4129
|
"required": false,
|
|
3374
4130
|
"value": {
|
|
3375
4131
|
"kind": "expression",
|
|
@@ -3435,11 +4191,21 @@
|
|
|
3435
4191
|
},
|
|
3436
4192
|
{
|
|
3437
4193
|
"name": "shape",
|
|
3438
|
-
"description": "
|
|
4194
|
+
"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\"`.",
|
|
4195
|
+
"required": false,
|
|
4196
|
+
"value": {
|
|
4197
|
+
"kind": "expression",
|
|
4198
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "size",
|
|
4203
|
+
"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.",
|
|
3439
4204
|
"required": false,
|
|
4205
|
+
"default": "'medium'",
|
|
3440
4206
|
"value": {
|
|
3441
4207
|
"kind": "expression",
|
|
3442
|
-
"type": "\"
|
|
4208
|
+
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3443
4209
|
}
|
|
3444
4210
|
},
|
|
3445
4211
|
{
|
|
@@ -3461,6 +4227,15 @@
|
|
|
3461
4227
|
"type": "string | undefined"
|
|
3462
4228
|
}
|
|
3463
4229
|
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "theme",
|
|
4232
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4233
|
+
"required": false,
|
|
4234
|
+
"value": {
|
|
4235
|
+
"kind": "expression",
|
|
4236
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4237
|
+
}
|
|
4238
|
+
},
|
|
3464
4239
|
{
|
|
3465
4240
|
"name": "type",
|
|
3466
4241
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3606,6 +4381,15 @@
|
|
|
3606
4381
|
"type": "number"
|
|
3607
4382
|
}
|
|
3608
4383
|
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "mode",
|
|
4386
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4387
|
+
"required": false,
|
|
4388
|
+
"value": {
|
|
4389
|
+
"kind": "expression",
|
|
4390
|
+
"type": "\"ios\" | \"md\""
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
3609
4393
|
{
|
|
3610
4394
|
"name": "pattern",
|
|
3611
4395
|
"description": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
|
|
@@ -3654,6 +4438,15 @@
|
|
|
3654
4438
|
"type": "\"large\" | \"medium\" | \"small\""
|
|
3655
4439
|
}
|
|
3656
4440
|
},
|
|
4441
|
+
{
|
|
4442
|
+
"name": "theme",
|
|
4443
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4444
|
+
"required": false,
|
|
4445
|
+
"value": {
|
|
4446
|
+
"kind": "expression",
|
|
4447
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
3657
4450
|
{
|
|
3658
4451
|
"name": "type",
|
|
3659
4452
|
"description": "The type of input allowed in the input boxes.",
|
|
@@ -3813,7 +4606,7 @@
|
|
|
3813
4606
|
},
|
|
3814
4607
|
{
|
|
3815
4608
|
"name": "detail",
|
|
3816
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4609
|
+
"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.",
|
|
3817
4610
|
"required": false,
|
|
3818
4611
|
"value": {
|
|
3819
4612
|
"kind": "expression",
|
|
@@ -3824,10 +4617,9 @@
|
|
|
3824
4617
|
"name": "detail-icon",
|
|
3825
4618
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
3826
4619
|
"required": false,
|
|
3827
|
-
"default": "chevronForward",
|
|
3828
4620
|
"value": {
|
|
3829
4621
|
"kind": "expression",
|
|
3830
|
-
"type": "string"
|
|
4622
|
+
"type": "string | undefined"
|
|
3831
4623
|
}
|
|
3832
4624
|
},
|
|
3833
4625
|
{
|
|
@@ -3869,7 +4661,7 @@
|
|
|
3869
4661
|
},
|
|
3870
4662
|
{
|
|
3871
4663
|
"name": "mode",
|
|
3872
|
-
"description": "The mode determines
|
|
4664
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3873
4665
|
"required": false,
|
|
3874
4666
|
"value": {
|
|
3875
4667
|
"kind": "expression",
|
|
@@ -3913,6 +4705,15 @@
|
|
|
3913
4705
|
"type": "string | undefined"
|
|
3914
4706
|
}
|
|
3915
4707
|
},
|
|
4708
|
+
{
|
|
4709
|
+
"name": "theme",
|
|
4710
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4711
|
+
"required": false,
|
|
4712
|
+
"value": {
|
|
4713
|
+
"kind": "expression",
|
|
4714
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4715
|
+
}
|
|
4716
|
+
},
|
|
3916
4717
|
{
|
|
3917
4718
|
"name": "type",
|
|
3918
4719
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3960,7 +4761,7 @@
|
|
|
3960
4761
|
},
|
|
3961
4762
|
{
|
|
3962
4763
|
"name": "mode",
|
|
3963
|
-
"description": "The mode determines
|
|
4764
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3964
4765
|
"required": false,
|
|
3965
4766
|
"value": {
|
|
3966
4767
|
"kind": "expression",
|
|
@@ -3976,6 +4777,15 @@
|
|
|
3976
4777
|
"kind": "expression",
|
|
3977
4778
|
"type": "boolean"
|
|
3978
4779
|
}
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "theme",
|
|
4783
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4784
|
+
"required": false,
|
|
4785
|
+
"value": {
|
|
4786
|
+
"kind": "expression",
|
|
4787
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4788
|
+
}
|
|
3979
4789
|
}
|
|
3980
4790
|
],
|
|
3981
4791
|
"slots": [
|
|
@@ -4002,7 +4812,26 @@
|
|
|
4002
4812
|
"module": "@ionic/vue",
|
|
4003
4813
|
"symbol": "IonItemGroup"
|
|
4004
4814
|
},
|
|
4005
|
-
"attributes": [
|
|
4815
|
+
"attributes": [
|
|
4816
|
+
{
|
|
4817
|
+
"name": "mode",
|
|
4818
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4819
|
+
"required": false,
|
|
4820
|
+
"value": {
|
|
4821
|
+
"kind": "expression",
|
|
4822
|
+
"type": "\"ios\" | \"md\""
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4825
|
+
{
|
|
4826
|
+
"name": "theme",
|
|
4827
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4828
|
+
"required": false,
|
|
4829
|
+
"value": {
|
|
4830
|
+
"kind": "expression",
|
|
4831
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4832
|
+
}
|
|
4833
|
+
}
|
|
4834
|
+
],
|
|
4006
4835
|
"slots": [],
|
|
4007
4836
|
"events": []
|
|
4008
4837
|
},
|
|
@@ -4062,9 +4891,19 @@
|
|
|
4062
4891
|
"type": "string | undefined"
|
|
4063
4892
|
}
|
|
4064
4893
|
},
|
|
4894
|
+
{
|
|
4895
|
+
"name": "hue",
|
|
4896
|
+
"description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
4897
|
+
"required": false,
|
|
4898
|
+
"default": "'subtle'",
|
|
4899
|
+
"value": {
|
|
4900
|
+
"kind": "expression",
|
|
4901
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
4902
|
+
}
|
|
4903
|
+
},
|
|
4065
4904
|
{
|
|
4066
4905
|
"name": "mode",
|
|
4067
|
-
"description": "The mode determines
|
|
4906
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4068
4907
|
"required": false,
|
|
4069
4908
|
"value": {
|
|
4070
4909
|
"kind": "expression",
|
|
@@ -4080,6 +4919,15 @@
|
|
|
4080
4919
|
"type": "string | undefined"
|
|
4081
4920
|
}
|
|
4082
4921
|
},
|
|
4922
|
+
{
|
|
4923
|
+
"name": "shape",
|
|
4924
|
+
"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.",
|
|
4925
|
+
"required": false,
|
|
4926
|
+
"value": {
|
|
4927
|
+
"kind": "expression",
|
|
4928
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4929
|
+
}
|
|
4930
|
+
},
|
|
4083
4931
|
{
|
|
4084
4932
|
"name": "target",
|
|
4085
4933
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -4089,6 +4937,15 @@
|
|
|
4089
4937
|
"type": "string | undefined"
|
|
4090
4938
|
}
|
|
4091
4939
|
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "theme",
|
|
4942
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4943
|
+
"required": false,
|
|
4944
|
+
"value": {
|
|
4945
|
+
"kind": "expression",
|
|
4946
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4947
|
+
}
|
|
4948
|
+
},
|
|
4092
4949
|
{
|
|
4093
4950
|
"name": "type",
|
|
4094
4951
|
"description": "The type of the button.",
|
|
@@ -4137,6 +4994,15 @@
|
|
|
4137
4994
|
"symbol": "IonItemOptions"
|
|
4138
4995
|
},
|
|
4139
4996
|
"attributes": [
|
|
4997
|
+
{
|
|
4998
|
+
"name": "mode",
|
|
4999
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5000
|
+
"required": false,
|
|
5001
|
+
"value": {
|
|
5002
|
+
"kind": "expression",
|
|
5003
|
+
"type": "\"ios\" | \"md\""
|
|
5004
|
+
}
|
|
5005
|
+
},
|
|
4140
5006
|
{
|
|
4141
5007
|
"name": "side",
|
|
4142
5008
|
"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.",
|
|
@@ -4146,6 +5012,15 @@
|
|
|
4146
5012
|
"kind": "expression",
|
|
4147
5013
|
"type": "\"end\" | \"start\""
|
|
4148
5014
|
}
|
|
5015
|
+
},
|
|
5016
|
+
{
|
|
5017
|
+
"name": "theme",
|
|
5018
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5019
|
+
"required": false,
|
|
5020
|
+
"value": {
|
|
5021
|
+
"kind": "expression",
|
|
5022
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5023
|
+
}
|
|
4149
5024
|
}
|
|
4150
5025
|
],
|
|
4151
5026
|
"slots": [],
|
|
@@ -4180,6 +5055,24 @@
|
|
|
4180
5055
|
"kind": "expression",
|
|
4181
5056
|
"type": "boolean"
|
|
4182
5057
|
}
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"name": "mode",
|
|
5061
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5062
|
+
"required": false,
|
|
5063
|
+
"value": {
|
|
5064
|
+
"kind": "expression",
|
|
5065
|
+
"type": "\"ios\" | \"md\""
|
|
5066
|
+
}
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"name": "theme",
|
|
5070
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5071
|
+
"required": false,
|
|
5072
|
+
"value": {
|
|
5073
|
+
"kind": "expression",
|
|
5074
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5075
|
+
}
|
|
4183
5076
|
}
|
|
4184
5077
|
],
|
|
4185
5078
|
"slots": [],
|
|
@@ -4216,7 +5109,7 @@
|
|
|
4216
5109
|
},
|
|
4217
5110
|
{
|
|
4218
5111
|
"name": "mode",
|
|
4219
|
-
"description": "The mode determines
|
|
5112
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4220
5113
|
"required": false,
|
|
4221
5114
|
"value": {
|
|
4222
5115
|
"kind": "expression",
|
|
@@ -4231,6 +5124,15 @@
|
|
|
4231
5124
|
"kind": "expression",
|
|
4232
5125
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4233
5126
|
}
|
|
5127
|
+
},
|
|
5128
|
+
{
|
|
5129
|
+
"name": "theme",
|
|
5130
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5131
|
+
"required": false,
|
|
5132
|
+
"value": {
|
|
5133
|
+
"kind": "expression",
|
|
5134
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5135
|
+
}
|
|
4234
5136
|
}
|
|
4235
5137
|
],
|
|
4236
5138
|
"slots": [
|
|
@@ -4271,12 +5173,30 @@
|
|
|
4271
5173
|
},
|
|
4272
5174
|
{
|
|
4273
5175
|
"name": "mode",
|
|
4274
|
-
"description": "The mode determines
|
|
5176
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4275
5177
|
"required": false,
|
|
4276
5178
|
"value": {
|
|
4277
5179
|
"kind": "expression",
|
|
4278
5180
|
"type": "\"ios\" | \"md\""
|
|
4279
5181
|
}
|
|
5182
|
+
},
|
|
5183
|
+
{
|
|
5184
|
+
"name": "shape",
|
|
5185
|
+
"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.",
|
|
5186
|
+
"required": false,
|
|
5187
|
+
"value": {
|
|
5188
|
+
"kind": "expression",
|
|
5189
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5190
|
+
}
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "theme",
|
|
5194
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5195
|
+
"required": false,
|
|
5196
|
+
"value": {
|
|
5197
|
+
"kind": "expression",
|
|
5198
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5199
|
+
}
|
|
4280
5200
|
}
|
|
4281
5201
|
],
|
|
4282
5202
|
"slots": [],
|
|
@@ -4311,12 +5231,21 @@
|
|
|
4311
5231
|
},
|
|
4312
5232
|
{
|
|
4313
5233
|
"name": "mode",
|
|
4314
|
-
"description": "The mode determines
|
|
5234
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4315
5235
|
"required": false,
|
|
4316
5236
|
"value": {
|
|
4317
5237
|
"kind": "expression",
|
|
4318
5238
|
"type": "\"ios\" | \"md\""
|
|
4319
5239
|
}
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
"name": "theme",
|
|
5243
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5244
|
+
"required": false,
|
|
5245
|
+
"value": {
|
|
5246
|
+
"kind": "expression",
|
|
5247
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5248
|
+
}
|
|
4320
5249
|
}
|
|
4321
5250
|
],
|
|
4322
5251
|
"slots": [
|
|
@@ -4433,7 +5362,7 @@
|
|
|
4433
5362
|
},
|
|
4434
5363
|
{
|
|
4435
5364
|
"name": "mode",
|
|
4436
|
-
"description": "The mode determines
|
|
5365
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4437
5366
|
"required": false,
|
|
4438
5367
|
"value": {
|
|
4439
5368
|
"kind": "expression",
|
|
@@ -4459,9 +5388,18 @@
|
|
|
4459
5388
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4460
5389
|
}
|
|
4461
5390
|
},
|
|
5391
|
+
{
|
|
5392
|
+
"name": "theme",
|
|
5393
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5394
|
+
"required": false,
|
|
5395
|
+
"value": {
|
|
5396
|
+
"kind": "expression",
|
|
5397
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5398
|
+
}
|
|
5399
|
+
},
|
|
4462
5400
|
{
|
|
4463
5401
|
"name": "translucent",
|
|
4464
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
5402
|
+
"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).",
|
|
4465
5403
|
"required": false,
|
|
4466
5404
|
"default": "false",
|
|
4467
5405
|
"value": {
|
|
@@ -4610,6 +5548,15 @@
|
|
|
4610
5548
|
"type": "string | undefined"
|
|
4611
5549
|
}
|
|
4612
5550
|
},
|
|
5551
|
+
{
|
|
5552
|
+
"name": "mode",
|
|
5553
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5554
|
+
"required": false,
|
|
5555
|
+
"value": {
|
|
5556
|
+
"kind": "expression",
|
|
5557
|
+
"type": "\"ios\" | \"md\""
|
|
5558
|
+
}
|
|
5559
|
+
},
|
|
4613
5560
|
{
|
|
4614
5561
|
"name": "side",
|
|
4615
5562
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -4630,6 +5577,15 @@
|
|
|
4630
5577
|
"type": "boolean"
|
|
4631
5578
|
}
|
|
4632
5579
|
},
|
|
5580
|
+
{
|
|
5581
|
+
"name": "theme",
|
|
5582
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5583
|
+
"required": false,
|
|
5584
|
+
"value": {
|
|
5585
|
+
"kind": "expression",
|
|
5586
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5587
|
+
}
|
|
5588
|
+
},
|
|
4633
5589
|
{
|
|
4634
5590
|
"name": "type",
|
|
4635
5591
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4738,13 +5694,22 @@
|
|
|
4738
5694
|
},
|
|
4739
5695
|
{
|
|
4740
5696
|
"name": "mode",
|
|
4741
|
-
"description": "The mode determines
|
|
5697
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4742
5698
|
"required": false,
|
|
4743
5699
|
"value": {
|
|
4744
5700
|
"kind": "expression",
|
|
4745
5701
|
"type": "\"ios\" | \"md\""
|
|
4746
5702
|
}
|
|
4747
5703
|
},
|
|
5704
|
+
{
|
|
5705
|
+
"name": "theme",
|
|
5706
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5707
|
+
"required": false,
|
|
5708
|
+
"value": {
|
|
5709
|
+
"kind": "expression",
|
|
5710
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5711
|
+
}
|
|
5712
|
+
},
|
|
4748
5713
|
{
|
|
4749
5714
|
"name": "type",
|
|
4750
5715
|
"description": "The type of the button.",
|
|
@@ -4791,6 +5756,24 @@
|
|
|
4791
5756
|
"kind": "expression",
|
|
4792
5757
|
"type": "string | undefined"
|
|
4793
5758
|
}
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"name": "mode",
|
|
5762
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5763
|
+
"required": false,
|
|
5764
|
+
"value": {
|
|
5765
|
+
"kind": "expression",
|
|
5766
|
+
"type": "\"ios\" | \"md\""
|
|
5767
|
+
}
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"name": "theme",
|
|
5771
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5772
|
+
"required": false,
|
|
5773
|
+
"value": {
|
|
5774
|
+
"kind": "expression",
|
|
5775
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5776
|
+
}
|
|
4794
5777
|
}
|
|
4795
5778
|
],
|
|
4796
5779
|
"slots": [
|
|
@@ -4966,7 +5949,7 @@
|
|
|
4966
5949
|
},
|
|
4967
5950
|
{
|
|
4968
5951
|
"name": "mode",
|
|
4969
|
-
"description": "The mode determines
|
|
5952
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4970
5953
|
"required": false,
|
|
4971
5954
|
"value": {
|
|
4972
5955
|
"kind": "expression",
|
|
@@ -4979,7 +5962,16 @@
|
|
|
4979
5962
|
"required": false,
|
|
4980
5963
|
"value": {
|
|
4981
5964
|
"kind": "expression",
|
|
4982
|
-
"type": "HTMLElement | undefined"
|
|
5965
|
+
"type": "HTMLElement | undefined"
|
|
5966
|
+
}
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"name": "shape",
|
|
5970
|
+
"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.",
|
|
5971
|
+
"required": false,
|
|
5972
|
+
"value": {
|
|
5973
|
+
"kind": "expression",
|
|
5974
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4983
5975
|
}
|
|
4984
5976
|
},
|
|
4985
5977
|
{
|
|
@@ -4992,6 +5984,15 @@
|
|
|
4992
5984
|
"type": "boolean"
|
|
4993
5985
|
}
|
|
4994
5986
|
},
|
|
5987
|
+
{
|
|
5988
|
+
"name": "theme",
|
|
5989
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5990
|
+
"required": false,
|
|
5991
|
+
"value": {
|
|
5992
|
+
"kind": "expression",
|
|
5993
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5994
|
+
}
|
|
5995
|
+
},
|
|
4995
5996
|
{
|
|
4996
5997
|
"name": "trigger",
|
|
4997
5998
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -5151,12 +6152,21 @@
|
|
|
5151
6152
|
},
|
|
5152
6153
|
{
|
|
5153
6154
|
"name": "mode",
|
|
5154
|
-
"description": "The mode determines
|
|
6155
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5155
6156
|
"required": false,
|
|
5156
6157
|
"value": {
|
|
5157
6158
|
"kind": "expression",
|
|
5158
6159
|
"type": "\"ios\" | \"md\""
|
|
5159
6160
|
}
|
|
6161
|
+
},
|
|
6162
|
+
{
|
|
6163
|
+
"name": "theme",
|
|
6164
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6165
|
+
"required": false,
|
|
6166
|
+
"value": {
|
|
6167
|
+
"kind": "expression",
|
|
6168
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6169
|
+
}
|
|
5160
6170
|
}
|
|
5161
6171
|
],
|
|
5162
6172
|
"slots": [
|
|
@@ -5178,12 +6188,21 @@
|
|
|
5178
6188
|
"attributes": [
|
|
5179
6189
|
{
|
|
5180
6190
|
"name": "mode",
|
|
5181
|
-
"description": "The mode determines
|
|
6191
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5182
6192
|
"required": false,
|
|
5183
6193
|
"value": {
|
|
5184
6194
|
"kind": "expression",
|
|
5185
6195
|
"type": "\"ios\" | \"md\""
|
|
5186
6196
|
}
|
|
6197
|
+
},
|
|
6198
|
+
{
|
|
6199
|
+
"name": "theme",
|
|
6200
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6201
|
+
"required": false,
|
|
6202
|
+
"value": {
|
|
6203
|
+
"kind": "expression",
|
|
6204
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6205
|
+
}
|
|
5187
6206
|
}
|
|
5188
6207
|
],
|
|
5189
6208
|
"slots": [
|
|
@@ -5224,13 +6243,22 @@
|
|
|
5224
6243
|
},
|
|
5225
6244
|
{
|
|
5226
6245
|
"name": "mode",
|
|
5227
|
-
"description": "The mode determines
|
|
6246
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5228
6247
|
"required": false,
|
|
5229
6248
|
"value": {
|
|
5230
6249
|
"kind": "expression",
|
|
5231
6250
|
"type": "\"ios\" | \"md\""
|
|
5232
6251
|
}
|
|
5233
6252
|
},
|
|
6253
|
+
{
|
|
6254
|
+
"name": "theme",
|
|
6255
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6256
|
+
"required": false,
|
|
6257
|
+
"value": {
|
|
6258
|
+
"kind": "expression",
|
|
6259
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6260
|
+
}
|
|
6261
|
+
},
|
|
5234
6262
|
{
|
|
5235
6263
|
"name": "value",
|
|
5236
6264
|
"description": "The selected option in the picker.",
|
|
@@ -5296,6 +6324,24 @@
|
|
|
5296
6324
|
"type": "boolean"
|
|
5297
6325
|
}
|
|
5298
6326
|
},
|
|
6327
|
+
{
|
|
6328
|
+
"name": "mode",
|
|
6329
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6330
|
+
"required": false,
|
|
6331
|
+
"value": {
|
|
6332
|
+
"kind": "expression",
|
|
6333
|
+
"type": "\"ios\" | \"md\""
|
|
6334
|
+
}
|
|
6335
|
+
},
|
|
6336
|
+
{
|
|
6337
|
+
"name": "theme",
|
|
6338
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6339
|
+
"required": false,
|
|
6340
|
+
"value": {
|
|
6341
|
+
"kind": "expression",
|
|
6342
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6343
|
+
}
|
|
6344
|
+
},
|
|
5299
6345
|
{
|
|
5300
6346
|
"name": "value",
|
|
5301
6347
|
"description": "The text value of the option.",
|
|
@@ -5325,7 +6371,7 @@
|
|
|
5325
6371
|
"attributes": [
|
|
5326
6372
|
{
|
|
5327
6373
|
"name": "alignment",
|
|
5328
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
6374
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
5329
6375
|
"required": false,
|
|
5330
6376
|
"value": {
|
|
5331
6377
|
"kind": "expression",
|
|
@@ -5344,7 +6390,7 @@
|
|
|
5344
6390
|
},
|
|
5345
6391
|
{
|
|
5346
6392
|
"name": "arrow",
|
|
5347
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
6393
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
|
|
5348
6394
|
"required": false,
|
|
5349
6395
|
"default": "true",
|
|
5350
6396
|
"value": {
|
|
@@ -5468,7 +6514,7 @@
|
|
|
5468
6514
|
},
|
|
5469
6515
|
{
|
|
5470
6516
|
"name": "mode",
|
|
5471
|
-
"description": "The mode determines
|
|
6517
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5472
6518
|
"required": false,
|
|
5473
6519
|
"value": {
|
|
5474
6520
|
"kind": "expression",
|
|
@@ -5515,9 +6561,18 @@
|
|
|
5515
6561
|
"type": "\"auto\" | \"cover\""
|
|
5516
6562
|
}
|
|
5517
6563
|
},
|
|
6564
|
+
{
|
|
6565
|
+
"name": "theme",
|
|
6566
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6567
|
+
"required": false,
|
|
6568
|
+
"value": {
|
|
6569
|
+
"kind": "expression",
|
|
6570
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6571
|
+
}
|
|
6572
|
+
},
|
|
5518
6573
|
{
|
|
5519
6574
|
"name": "translucent",
|
|
5520
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
6575
|
+
"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).",
|
|
5521
6576
|
"required": false,
|
|
5522
6577
|
"default": "false",
|
|
5523
6578
|
"value": {
|
|
@@ -5664,7 +6719,7 @@
|
|
|
5664
6719
|
},
|
|
5665
6720
|
{
|
|
5666
6721
|
"name": "mode",
|
|
5667
|
-
"description": "The mode determines
|
|
6722
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5668
6723
|
"required": false,
|
|
5669
6724
|
"value": {
|
|
5670
6725
|
"kind": "expression",
|
|
@@ -5681,6 +6736,24 @@
|
|
|
5681
6736
|
"type": "boolean"
|
|
5682
6737
|
}
|
|
5683
6738
|
},
|
|
6739
|
+
{
|
|
6740
|
+
"name": "shape",
|
|
6741
|
+
"description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
6742
|
+
"required": false,
|
|
6743
|
+
"value": {
|
|
6744
|
+
"kind": "expression",
|
|
6745
|
+
"type": "\"rectangular\" | \"round\" | undefined"
|
|
6746
|
+
}
|
|
6747
|
+
},
|
|
6748
|
+
{
|
|
6749
|
+
"name": "theme",
|
|
6750
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6751
|
+
"required": false,
|
|
6752
|
+
"value": {
|
|
6753
|
+
"kind": "expression",
|
|
6754
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6755
|
+
}
|
|
6756
|
+
},
|
|
5684
6757
|
{
|
|
5685
6758
|
"name": "type",
|
|
5686
6759
|
"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).",
|
|
@@ -5763,7 +6836,7 @@
|
|
|
5763
6836
|
},
|
|
5764
6837
|
{
|
|
5765
6838
|
"name": "mode",
|
|
5766
|
-
"description": "The mode determines
|
|
6839
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5767
6840
|
"required": false,
|
|
5768
6841
|
"value": {
|
|
5769
6842
|
"kind": "expression",
|
|
@@ -5780,6 +6853,15 @@
|
|
|
5780
6853
|
"type": "string"
|
|
5781
6854
|
}
|
|
5782
6855
|
},
|
|
6856
|
+
{
|
|
6857
|
+
"name": "theme",
|
|
6858
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6859
|
+
"required": false,
|
|
6860
|
+
"value": {
|
|
6861
|
+
"kind": "expression",
|
|
6862
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6863
|
+
}
|
|
6864
|
+
},
|
|
5783
6865
|
{
|
|
5784
6866
|
"name": "value",
|
|
5785
6867
|
"description": "the value of the radio.",
|
|
@@ -5865,6 +6947,15 @@
|
|
|
5865
6947
|
"type": "string | undefined"
|
|
5866
6948
|
}
|
|
5867
6949
|
},
|
|
6950
|
+
{
|
|
6951
|
+
"name": "mode",
|
|
6952
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6953
|
+
"required": false,
|
|
6954
|
+
"value": {
|
|
6955
|
+
"kind": "expression",
|
|
6956
|
+
"type": "\"ios\" | \"md\""
|
|
6957
|
+
}
|
|
6958
|
+
},
|
|
5868
6959
|
{
|
|
5869
6960
|
"name": "name",
|
|
5870
6961
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -5875,6 +6966,15 @@
|
|
|
5875
6966
|
"type": "string"
|
|
5876
6967
|
}
|
|
5877
6968
|
},
|
|
6969
|
+
{
|
|
6970
|
+
"name": "theme",
|
|
6971
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6972
|
+
"required": false,
|
|
6973
|
+
"value": {
|
|
6974
|
+
"kind": "expression",
|
|
6975
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6976
|
+
}
|
|
6977
|
+
},
|
|
5878
6978
|
{
|
|
5879
6979
|
"name": "value",
|
|
5880
6980
|
"description": "the value of the radio group.",
|
|
@@ -6001,7 +7101,7 @@
|
|
|
6001
7101
|
},
|
|
6002
7102
|
{
|
|
6003
7103
|
"name": "mode",
|
|
6004
|
-
"description": "The mode determines
|
|
7104
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6005
7105
|
"required": false,
|
|
6006
7106
|
"value": {
|
|
6007
7107
|
"kind": "expression",
|
|
@@ -6058,6 +7158,15 @@
|
|
|
6058
7158
|
"type": "number"
|
|
6059
7159
|
}
|
|
6060
7160
|
},
|
|
7161
|
+
{
|
|
7162
|
+
"name": "theme",
|
|
7163
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7164
|
+
"required": false,
|
|
7165
|
+
"value": {
|
|
7166
|
+
"kind": "expression",
|
|
7167
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7168
|
+
}
|
|
7169
|
+
},
|
|
6061
7170
|
{
|
|
6062
7171
|
"name": "ticks",
|
|
6063
7172
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -6187,7 +7296,7 @@
|
|
|
6187
7296
|
},
|
|
6188
7297
|
{
|
|
6189
7298
|
"name": "mode",
|
|
6190
|
-
"description": "The mode determines
|
|
7299
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6191
7300
|
"required": false,
|
|
6192
7301
|
"value": {
|
|
6193
7302
|
"kind": "expression",
|
|
@@ -6233,6 +7342,15 @@
|
|
|
6233
7342
|
"kind": "expression",
|
|
6234
7343
|
"type": "string"
|
|
6235
7344
|
}
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"name": "theme",
|
|
7348
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7349
|
+
"required": false,
|
|
7350
|
+
"value": {
|
|
7351
|
+
"kind": "expression",
|
|
7352
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7353
|
+
}
|
|
6236
7354
|
}
|
|
6237
7355
|
],
|
|
6238
7356
|
"slots": [],
|
|
@@ -6298,6 +7416,15 @@
|
|
|
6298
7416
|
"symbol": "IonRefresherContent"
|
|
6299
7417
|
},
|
|
6300
7418
|
"attributes": [
|
|
7419
|
+
{
|
|
7420
|
+
"name": "mode",
|
|
7421
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7422
|
+
"required": false,
|
|
7423
|
+
"value": {
|
|
7424
|
+
"kind": "expression",
|
|
7425
|
+
"type": "\"ios\" | \"md\""
|
|
7426
|
+
}
|
|
7427
|
+
},
|
|
6301
7428
|
{
|
|
6302
7429
|
"name": "pulling-icon",
|
|
6303
7430
|
"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.",
|
|
@@ -6333,6 +7460,15 @@
|
|
|
6333
7460
|
"kind": "expression",
|
|
6334
7461
|
"type": "IonicSafeString | string | undefined"
|
|
6335
7462
|
}
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"name": "theme",
|
|
7466
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7467
|
+
"required": false,
|
|
7468
|
+
"value": {
|
|
7469
|
+
"kind": "expression",
|
|
7470
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7471
|
+
}
|
|
6336
7472
|
}
|
|
6337
7473
|
],
|
|
6338
7474
|
"slots": [],
|
|
@@ -6346,7 +7482,26 @@
|
|
|
6346
7482
|
"module": "@ionic/vue",
|
|
6347
7483
|
"symbol": "IonReorder"
|
|
6348
7484
|
},
|
|
6349
|
-
"attributes": [
|
|
7485
|
+
"attributes": [
|
|
7486
|
+
{
|
|
7487
|
+
"name": "mode",
|
|
7488
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7489
|
+
"required": false,
|
|
7490
|
+
"value": {
|
|
7491
|
+
"kind": "expression",
|
|
7492
|
+
"type": "\"ios\" | \"md\""
|
|
7493
|
+
}
|
|
7494
|
+
},
|
|
7495
|
+
{
|
|
7496
|
+
"name": "theme",
|
|
7497
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7498
|
+
"required": false,
|
|
7499
|
+
"value": {
|
|
7500
|
+
"kind": "expression",
|
|
7501
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7502
|
+
}
|
|
7503
|
+
}
|
|
7504
|
+
],
|
|
6350
7505
|
"slots": [
|
|
6351
7506
|
{
|
|
6352
7507
|
"name": "default",
|
|
@@ -6373,6 +7528,24 @@
|
|
|
6373
7528
|
"kind": "expression",
|
|
6374
7529
|
"type": "boolean"
|
|
6375
7530
|
}
|
|
7531
|
+
},
|
|
7532
|
+
{
|
|
7533
|
+
"name": "mode",
|
|
7534
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7535
|
+
"required": false,
|
|
7536
|
+
"value": {
|
|
7537
|
+
"kind": "expression",
|
|
7538
|
+
"type": "\"ios\" | \"md\""
|
|
7539
|
+
}
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"name": "theme",
|
|
7543
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7544
|
+
"required": false,
|
|
7545
|
+
"value": {
|
|
7546
|
+
"kind": "expression",
|
|
7547
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7548
|
+
}
|
|
6376
7549
|
}
|
|
6377
7550
|
],
|
|
6378
7551
|
"slots": [],
|
|
@@ -6428,6 +7601,24 @@
|
|
|
6428
7601
|
"symbol": "IonRippleEffect"
|
|
6429
7602
|
},
|
|
6430
7603
|
"attributes": [
|
|
7604
|
+
{
|
|
7605
|
+
"name": "mode",
|
|
7606
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7607
|
+
"required": false,
|
|
7608
|
+
"value": {
|
|
7609
|
+
"kind": "expression",
|
|
7610
|
+
"type": "\"ios\" | \"md\""
|
|
7611
|
+
}
|
|
7612
|
+
},
|
|
7613
|
+
{
|
|
7614
|
+
"name": "theme",
|
|
7615
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7616
|
+
"required": false,
|
|
7617
|
+
"value": {
|
|
7618
|
+
"kind": "expression",
|
|
7619
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7620
|
+
}
|
|
7621
|
+
},
|
|
6431
7622
|
{
|
|
6432
7623
|
"name": "type",
|
|
6433
7624
|
"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.",
|
|
@@ -6487,6 +7678,24 @@
|
|
|
6487
7678
|
"type": "undefined | { [key: string]: any; }"
|
|
6488
7679
|
}
|
|
6489
7680
|
},
|
|
7681
|
+
{
|
|
7682
|
+
"name": "mode",
|
|
7683
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7684
|
+
"required": false,
|
|
7685
|
+
"value": {
|
|
7686
|
+
"kind": "expression",
|
|
7687
|
+
"type": "\"ios\" | \"md\""
|
|
7688
|
+
}
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
"name": "theme",
|
|
7692
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7693
|
+
"required": false,
|
|
7694
|
+
"value": {
|
|
7695
|
+
"kind": "expression",
|
|
7696
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7697
|
+
}
|
|
7698
|
+
},
|
|
6490
7699
|
{
|
|
6491
7700
|
"name": "url",
|
|
6492
7701
|
"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.",
|
|
@@ -6520,7 +7729,26 @@
|
|
|
6520
7729
|
"module": "@ionic/vue",
|
|
6521
7730
|
"symbol": "IonRow"
|
|
6522
7731
|
},
|
|
6523
|
-
"attributes": [
|
|
7732
|
+
"attributes": [
|
|
7733
|
+
{
|
|
7734
|
+
"name": "mode",
|
|
7735
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7736
|
+
"required": false,
|
|
7737
|
+
"value": {
|
|
7738
|
+
"kind": "expression",
|
|
7739
|
+
"type": "\"ios\" | \"md\""
|
|
7740
|
+
}
|
|
7741
|
+
},
|
|
7742
|
+
{
|
|
7743
|
+
"name": "theme",
|
|
7744
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7745
|
+
"required": false,
|
|
7746
|
+
"value": {
|
|
7747
|
+
"kind": "expression",
|
|
7748
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7749
|
+
}
|
|
7750
|
+
}
|
|
7751
|
+
],
|
|
6524
7752
|
"slots": [
|
|
6525
7753
|
{
|
|
6526
7754
|
"name": "default",
|
|
@@ -6580,17 +7808,16 @@
|
|
|
6580
7808
|
},
|
|
6581
7809
|
{
|
|
6582
7810
|
"name": "cancel-button-icon",
|
|
6583
|
-
"description": "Set the cancel button icon. Only
|
|
7811
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
6584
7812
|
"required": false,
|
|
6585
|
-
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
6586
7813
|
"value": {
|
|
6587
7814
|
"kind": "expression",
|
|
6588
|
-
"type": "string"
|
|
7815
|
+
"type": "string | undefined"
|
|
6589
7816
|
}
|
|
6590
7817
|
},
|
|
6591
7818
|
{
|
|
6592
7819
|
"name": "cancel-button-text",
|
|
6593
|
-
"description": "Set the cancel button text. Only
|
|
7820
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
6594
7821
|
"required": false,
|
|
6595
7822
|
"default": "'Cancel'",
|
|
6596
7823
|
"value": {
|
|
@@ -6600,7 +7827,7 @@
|
|
|
6600
7827
|
},
|
|
6601
7828
|
{
|
|
6602
7829
|
"name": "clear-icon",
|
|
6603
|
-
"description": "Set the clear icon. Defaults to
|
|
7830
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
6604
7831
|
"required": false,
|
|
6605
7832
|
"value": {
|
|
6606
7833
|
"kind": "expression",
|
|
@@ -6673,7 +7900,7 @@
|
|
|
6673
7900
|
},
|
|
6674
7901
|
{
|
|
6675
7902
|
"name": "mode",
|
|
6676
|
-
"description": "The mode determines
|
|
7903
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6677
7904
|
"required": false,
|
|
6678
7905
|
"value": {
|
|
6679
7906
|
"kind": "expression",
|
|
@@ -6702,11 +7929,20 @@
|
|
|
6702
7929
|
},
|
|
6703
7930
|
{
|
|
6704
7931
|
"name": "search-icon",
|
|
6705
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7932
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
|
|
6706
7933
|
"required": false,
|
|
6707
7934
|
"value": {
|
|
6708
7935
|
"kind": "expression",
|
|
6709
|
-
"type": "string | undefined"
|
|
7936
|
+
"type": "boolean | string | undefined"
|
|
7937
|
+
}
|
|
7938
|
+
},
|
|
7939
|
+
{
|
|
7940
|
+
"name": "shape",
|
|
7941
|
+
"description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
|
|
7942
|
+
"required": false,
|
|
7943
|
+
"value": {
|
|
7944
|
+
"kind": "expression",
|
|
7945
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
6710
7946
|
}
|
|
6711
7947
|
},
|
|
6712
7948
|
{
|
|
@@ -6729,6 +7965,15 @@
|
|
|
6729
7965
|
"type": "\"always\" | \"focus\" | \"never\""
|
|
6730
7966
|
}
|
|
6731
7967
|
},
|
|
7968
|
+
{
|
|
7969
|
+
"name": "size",
|
|
7970
|
+
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
7971
|
+
"required": false,
|
|
7972
|
+
"value": {
|
|
7973
|
+
"kind": "expression",
|
|
7974
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7975
|
+
}
|
|
7976
|
+
},
|
|
6732
7977
|
{
|
|
6733
7978
|
"name": "spellcheck",
|
|
6734
7979
|
"description": "If `true`, enable spellcheck on the input.",
|
|
@@ -6739,6 +7984,15 @@
|
|
|
6739
7984
|
"type": "boolean"
|
|
6740
7985
|
}
|
|
6741
7986
|
},
|
|
7987
|
+
{
|
|
7988
|
+
"name": "theme",
|
|
7989
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7990
|
+
"required": false,
|
|
7991
|
+
"value": {
|
|
7992
|
+
"kind": "expression",
|
|
7993
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7994
|
+
}
|
|
7995
|
+
},
|
|
6742
7996
|
{
|
|
6743
7997
|
"name": "type",
|
|
6744
7998
|
"description": "Set the type of the input.",
|
|
@@ -6854,7 +8108,7 @@
|
|
|
6854
8108
|
},
|
|
6855
8109
|
{
|
|
6856
8110
|
"name": "mode",
|
|
6857
|
-
"description": "The mode determines
|
|
8111
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6858
8112
|
"required": false,
|
|
6859
8113
|
"value": {
|
|
6860
8114
|
"kind": "expression",
|
|
@@ -6891,6 +8145,15 @@
|
|
|
6891
8145
|
"type": "boolean"
|
|
6892
8146
|
}
|
|
6893
8147
|
},
|
|
8148
|
+
{
|
|
8149
|
+
"name": "theme",
|
|
8150
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8151
|
+
"required": false,
|
|
8152
|
+
"value": {
|
|
8153
|
+
"kind": "expression",
|
|
8154
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8155
|
+
}
|
|
8156
|
+
},
|
|
6894
8157
|
{
|
|
6895
8158
|
"name": "value",
|
|
6896
8159
|
"description": "the value of the segment.",
|
|
@@ -6960,13 +8223,22 @@
|
|
|
6960
8223
|
},
|
|
6961
8224
|
{
|
|
6962
8225
|
"name": "mode",
|
|
6963
|
-
"description": "The mode determines
|
|
8226
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6964
8227
|
"required": false,
|
|
6965
8228
|
"value": {
|
|
6966
8229
|
"kind": "expression",
|
|
6967
8230
|
"type": "\"ios\" | \"md\""
|
|
6968
8231
|
}
|
|
6969
8232
|
},
|
|
8233
|
+
{
|
|
8234
|
+
"name": "theme",
|
|
8235
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8236
|
+
"required": false,
|
|
8237
|
+
"value": {
|
|
8238
|
+
"kind": "expression",
|
|
8239
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8240
|
+
}
|
|
8241
|
+
},
|
|
6970
8242
|
{
|
|
6971
8243
|
"name": "type",
|
|
6972
8244
|
"description": "The type of the button.",
|
|
@@ -7071,6 +8343,16 @@
|
|
|
7071
8343
|
"symbol": "IonSelect"
|
|
7072
8344
|
},
|
|
7073
8345
|
"attributes": [
|
|
8346
|
+
{
|
|
8347
|
+
"name": "cancel-icon",
|
|
8348
|
+
"description": "If `true`, the cancel button will display an icon instead of the `cancelText`.\nOnly applies when `interface` is set to `\"modal\"`. Has no effect on `\"action-sheet\"`,\n`\"alert\"`, or `\"popover\"` interfaces.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored for display\nbut is used as the accessible label for the icon button.",
|
|
8349
|
+
"required": false,
|
|
8350
|
+
"default": "false",
|
|
8351
|
+
"value": {
|
|
8352
|
+
"kind": "expression",
|
|
8353
|
+
"type": "boolean"
|
|
8354
|
+
}
|
|
8355
|
+
},
|
|
7074
8356
|
{
|
|
7075
8357
|
"name": "cancel-text",
|
|
7076
8358
|
"description": "The text to display on the cancel button.",
|
|
@@ -7120,7 +8402,7 @@
|
|
|
7120
8402
|
},
|
|
7121
8403
|
{
|
|
7122
8404
|
"name": "expanded-icon",
|
|
7123
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
8405
|
+
"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.",
|
|
7124
8406
|
"required": false,
|
|
7125
8407
|
"value": {
|
|
7126
8408
|
"kind": "expression",
|
|
@@ -7129,7 +8411,7 @@
|
|
|
7129
8411
|
},
|
|
7130
8412
|
{
|
|
7131
8413
|
"name": "fill",
|
|
7132
|
-
"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
|
|
8414
|
+
"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.",
|
|
7133
8415
|
"required": false,
|
|
7134
8416
|
"value": {
|
|
7135
8417
|
"kind": "expression",
|
|
@@ -7195,7 +8477,7 @@
|
|
|
7195
8477
|
},
|
|
7196
8478
|
{
|
|
7197
8479
|
"name": "mode",
|
|
7198
|
-
"description": "The mode determines
|
|
8480
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7199
8481
|
"required": false,
|
|
7200
8482
|
"value": {
|
|
7201
8483
|
"kind": "expression",
|
|
@@ -7262,16 +8544,34 @@
|
|
|
7262
8544
|
},
|
|
7263
8545
|
{
|
|
7264
8546
|
"name": "shape",
|
|
7265
|
-
"description": "
|
|
8547
|
+
"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.",
|
|
7266
8548
|
"required": false,
|
|
7267
8549
|
"value": {
|
|
7268
8550
|
"kind": "expression",
|
|
7269
|
-
"type": "\"round\" | undefined"
|
|
8551
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8552
|
+
}
|
|
8553
|
+
},
|
|
8554
|
+
{
|
|
8555
|
+
"name": "size",
|
|
8556
|
+
"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.",
|
|
8557
|
+
"required": false,
|
|
8558
|
+
"value": {
|
|
8559
|
+
"kind": "expression",
|
|
8560
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8561
|
+
}
|
|
8562
|
+
},
|
|
8563
|
+
{
|
|
8564
|
+
"name": "theme",
|
|
8565
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8566
|
+
"required": false,
|
|
8567
|
+
"value": {
|
|
8568
|
+
"kind": "expression",
|
|
8569
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7270
8570
|
}
|
|
7271
8571
|
},
|
|
7272
8572
|
{
|
|
7273
8573
|
"name": "toggle-icon",
|
|
7274
|
-
"description": "The toggle icon to use. Defaults to
|
|
8574
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
7275
8575
|
"required": false,
|
|
7276
8576
|
"value": {
|
|
7277
8577
|
"kind": "expression",
|
|
@@ -7364,6 +8664,16 @@
|
|
|
7364
8664
|
"symbol": "IonSelectModal"
|
|
7365
8665
|
},
|
|
7366
8666
|
"attributes": [
|
|
8667
|
+
{
|
|
8668
|
+
"name": "cancel-icon",
|
|
8669
|
+
"description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
|
|
8670
|
+
"required": false,
|
|
8671
|
+
"default": "false",
|
|
8672
|
+
"value": {
|
|
8673
|
+
"kind": "expression",
|
|
8674
|
+
"type": "boolean"
|
|
8675
|
+
}
|
|
8676
|
+
},
|
|
7367
8677
|
{
|
|
7368
8678
|
"name": "cancel-text",
|
|
7369
8679
|
"description": "The text to display on the cancel button.",
|
|
@@ -7436,7 +8746,7 @@
|
|
|
7436
8746
|
},
|
|
7437
8747
|
{
|
|
7438
8748
|
"name": "justify",
|
|
7439
|
-
"description": "How to pack the label and the option's selection control within a line.\n`\"start\"`: The label and radio will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and radio will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and radio will appear on opposite\nends of the line with space between the two elements.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on
|
|
8749
|
+
"description": "How to pack the label and the option's selection control within a line.\n`\"start\"`: The label and radio will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and radio will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and radio will appear on opposite\nends of the line with space between the two elements.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on the `md`\nand `ionic` themes (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on theme and control\ntype.",
|
|
7440
8750
|
"required": false,
|
|
7441
8751
|
"value": {
|
|
7442
8752
|
"kind": "expression",
|
|
@@ -7445,7 +8755,7 @@
|
|
|
7445
8755
|
},
|
|
7446
8756
|
{
|
|
7447
8757
|
"name": "label-placement",
|
|
7448
|
-
"description": "Where the label is placed relative to the option's selection control\n(radio circle or checkbox box) when the option is rendered in an\n`alert`, `popover`, or `modal` interface.\n`\"start\"`: The label will appear to the left of the radio in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the radio in LTR and to the left in RTL.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on
|
|
8758
|
+
"description": "Where the label is placed relative to the option's selection control\n(radio circle or checkbox box) when the option is rendered in an\n`alert`, `popover`, or `modal` interface.\n`\"start\"`: The label will appear to the left of the radio in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the radio in LTR and to the left in RTL.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on the `md`\nand `ionic` themes (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on theme and control\ntype.",
|
|
7449
8759
|
"required": false,
|
|
7450
8760
|
"value": {
|
|
7451
8761
|
"kind": "expression",
|
|
@@ -7461,6 +8771,15 @@
|
|
|
7461
8771
|
"type": "\"ios\" | \"md\""
|
|
7462
8772
|
}
|
|
7463
8773
|
},
|
|
8774
|
+
{
|
|
8775
|
+
"name": "theme",
|
|
8776
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8777
|
+
"required": false,
|
|
8778
|
+
"value": {
|
|
8779
|
+
"kind": "expression",
|
|
8780
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8781
|
+
}
|
|
8782
|
+
},
|
|
7464
8783
|
{
|
|
7465
8784
|
"name": "value",
|
|
7466
8785
|
"description": "The text value of the option.",
|
|
@@ -7505,6 +8824,24 @@
|
|
|
7505
8824
|
"kind": "expression",
|
|
7506
8825
|
"type": "boolean"
|
|
7507
8826
|
}
|
|
8827
|
+
},
|
|
8828
|
+
{
|
|
8829
|
+
"name": "mode",
|
|
8830
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8831
|
+
"required": false,
|
|
8832
|
+
"value": {
|
|
8833
|
+
"kind": "expression",
|
|
8834
|
+
"type": "\"ios\" | \"md\""
|
|
8835
|
+
}
|
|
8836
|
+
},
|
|
8837
|
+
{
|
|
8838
|
+
"name": "theme",
|
|
8839
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8840
|
+
"required": false,
|
|
8841
|
+
"value": {
|
|
8842
|
+
"kind": "expression",
|
|
8843
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8844
|
+
}
|
|
7508
8845
|
}
|
|
7509
8846
|
],
|
|
7510
8847
|
"slots": [],
|
|
@@ -7537,6 +8874,15 @@
|
|
|
7537
8874
|
"type": "number | undefined"
|
|
7538
8875
|
}
|
|
7539
8876
|
},
|
|
8877
|
+
{
|
|
8878
|
+
"name": "mode",
|
|
8879
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8880
|
+
"required": false,
|
|
8881
|
+
"value": {
|
|
8882
|
+
"kind": "expression",
|
|
8883
|
+
"type": "\"ios\" | \"md\""
|
|
8884
|
+
}
|
|
8885
|
+
},
|
|
7540
8886
|
{
|
|
7541
8887
|
"name": "name",
|
|
7542
8888
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7555,6 +8901,24 @@
|
|
|
7555
8901
|
"kind": "expression",
|
|
7556
8902
|
"type": "boolean"
|
|
7557
8903
|
}
|
|
8904
|
+
},
|
|
8905
|
+
{
|
|
8906
|
+
"name": "size",
|
|
8907
|
+
"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.",
|
|
8908
|
+
"required": false,
|
|
8909
|
+
"value": {
|
|
8910
|
+
"kind": "expression",
|
|
8911
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8912
|
+
}
|
|
8913
|
+
},
|
|
8914
|
+
{
|
|
8915
|
+
"name": "theme",
|
|
8916
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8917
|
+
"required": false,
|
|
8918
|
+
"value": {
|
|
8919
|
+
"kind": "expression",
|
|
8920
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8921
|
+
}
|
|
7558
8922
|
}
|
|
7559
8923
|
],
|
|
7560
8924
|
"slots": [],
|
|
@@ -7588,6 +8952,24 @@
|
|
|
7588
8952
|
"type": "boolean"
|
|
7589
8953
|
}
|
|
7590
8954
|
},
|
|
8955
|
+
{
|
|
8956
|
+
"name": "mode",
|
|
8957
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8958
|
+
"required": false,
|
|
8959
|
+
"value": {
|
|
8960
|
+
"kind": "expression",
|
|
8961
|
+
"type": "\"ios\" | \"md\""
|
|
8962
|
+
}
|
|
8963
|
+
},
|
|
8964
|
+
{
|
|
8965
|
+
"name": "theme",
|
|
8966
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8967
|
+
"required": false,
|
|
8968
|
+
"value": {
|
|
8969
|
+
"kind": "expression",
|
|
8970
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8971
|
+
}
|
|
8972
|
+
},
|
|
7591
8973
|
{
|
|
7592
8974
|
"name": "when",
|
|
7593
8975
|
"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.",
|
|
@@ -7636,6 +9018,15 @@
|
|
|
7636
9018
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
7637
9019
|
}
|
|
7638
9020
|
},
|
|
9021
|
+
{
|
|
9022
|
+
"name": "mode",
|
|
9023
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9024
|
+
"required": false,
|
|
9025
|
+
"value": {
|
|
9026
|
+
"kind": "expression",
|
|
9027
|
+
"type": "\"ios\" | \"md\""
|
|
9028
|
+
}
|
|
9029
|
+
},
|
|
7639
9030
|
{
|
|
7640
9031
|
"name": "tab",
|
|
7641
9032
|
"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.",
|
|
@@ -7644,6 +9035,15 @@
|
|
|
7644
9035
|
"kind": "expression",
|
|
7645
9036
|
"type": "string"
|
|
7646
9037
|
}
|
|
9038
|
+
},
|
|
9039
|
+
{
|
|
9040
|
+
"name": "theme",
|
|
9041
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9042
|
+
"required": false,
|
|
9043
|
+
"value": {
|
|
9044
|
+
"kind": "expression",
|
|
9045
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9046
|
+
}
|
|
7647
9047
|
}
|
|
7648
9048
|
],
|
|
7649
9049
|
"slots": [
|
|
@@ -7672,15 +9072,34 @@
|
|
|
7672
9072
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7673
9073
|
}
|
|
7674
9074
|
},
|
|
9075
|
+
{
|
|
9076
|
+
"name": "expand",
|
|
9077
|
+
"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\"`.",
|
|
9078
|
+
"required": false,
|
|
9079
|
+
"default": "'full'",
|
|
9080
|
+
"value": {
|
|
9081
|
+
"kind": "expression",
|
|
9082
|
+
"type": "\"compact\" | \"full\""
|
|
9083
|
+
}
|
|
9084
|
+
},
|
|
7675
9085
|
{
|
|
7676
9086
|
"name": "mode",
|
|
7677
|
-
"description": "The mode determines
|
|
9087
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7678
9088
|
"required": false,
|
|
7679
9089
|
"value": {
|
|
7680
9090
|
"kind": "expression",
|
|
7681
9091
|
"type": "\"ios\" | \"md\""
|
|
7682
9092
|
}
|
|
7683
9093
|
},
|
|
9094
|
+
{
|
|
9095
|
+
"name": "scroll-effect",
|
|
9096
|
+
"description": "Describes the scroll effect that will be applied to the tab bar.\n`\"hide\"` slides the tab bar out of view when scrolling down and back in\nwhen scrolling up.\n\nNote: `\"hide\"` is ignored when the tab bar is nested inside an\n`ion-footer` to avoid leaving an empty footer visible on screen.\nSet `scroll-effect=\"hide\"` on the footer instead so the entire\nfooter hides together.",
|
|
9097
|
+
"required": false,
|
|
9098
|
+
"value": {
|
|
9099
|
+
"kind": "expression",
|
|
9100
|
+
"type": "\"hide\" | undefined"
|
|
9101
|
+
}
|
|
9102
|
+
},
|
|
7684
9103
|
{
|
|
7685
9104
|
"name": "selected-tab",
|
|
7686
9105
|
"description": "The selected tab component",
|
|
@@ -7690,9 +9109,27 @@
|
|
|
7690
9109
|
"type": "string | undefined"
|
|
7691
9110
|
}
|
|
7692
9111
|
},
|
|
9112
|
+
{
|
|
9113
|
+
"name": "shape",
|
|
9114
|
+
"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.",
|
|
9115
|
+
"required": false,
|
|
9116
|
+
"value": {
|
|
9117
|
+
"kind": "expression",
|
|
9118
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9119
|
+
}
|
|
9120
|
+
},
|
|
9121
|
+
{
|
|
9122
|
+
"name": "theme",
|
|
9123
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9124
|
+
"required": false,
|
|
9125
|
+
"value": {
|
|
9126
|
+
"kind": "expression",
|
|
9127
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9128
|
+
}
|
|
9129
|
+
},
|
|
7693
9130
|
{
|
|
7694
9131
|
"name": "translucent",
|
|
7695
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
9132
|
+
"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).",
|
|
7696
9133
|
"required": false,
|
|
7697
9134
|
"default": "false",
|
|
7698
9135
|
"value": {
|
|
@@ -7757,7 +9194,7 @@
|
|
|
7757
9194
|
},
|
|
7758
9195
|
{
|
|
7759
9196
|
"name": "mode",
|
|
7760
|
-
"description": "The mode determines
|
|
9197
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7761
9198
|
"required": false,
|
|
7762
9199
|
"value": {
|
|
7763
9200
|
"kind": "expression",
|
|
@@ -7783,6 +9220,15 @@
|
|
|
7783
9220
|
"type": "boolean"
|
|
7784
9221
|
}
|
|
7785
9222
|
},
|
|
9223
|
+
{
|
|
9224
|
+
"name": "shape",
|
|
9225
|
+
"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.",
|
|
9226
|
+
"required": false,
|
|
9227
|
+
"value": {
|
|
9228
|
+
"kind": "expression",
|
|
9229
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9230
|
+
}
|
|
9231
|
+
},
|
|
7786
9232
|
{
|
|
7787
9233
|
"name": "tab",
|
|
7788
9234
|
"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.",
|
|
@@ -7800,6 +9246,15 @@
|
|
|
7800
9246
|
"kind": "expression",
|
|
7801
9247
|
"type": "string | undefined"
|
|
7802
9248
|
}
|
|
9249
|
+
},
|
|
9250
|
+
{
|
|
9251
|
+
"name": "theme",
|
|
9252
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9253
|
+
"required": false,
|
|
9254
|
+
"value": {
|
|
9255
|
+
"kind": "expression",
|
|
9256
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9257
|
+
}
|
|
7803
9258
|
}
|
|
7804
9259
|
],
|
|
7805
9260
|
"slots": [
|
|
@@ -7818,7 +9273,26 @@
|
|
|
7818
9273
|
"module": "@ionic/vue",
|
|
7819
9274
|
"symbol": "IonTabs"
|
|
7820
9275
|
},
|
|
7821
|
-
"attributes": [
|
|
9276
|
+
"attributes": [
|
|
9277
|
+
{
|
|
9278
|
+
"name": "mode",
|
|
9279
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9280
|
+
"required": false,
|
|
9281
|
+
"value": {
|
|
9282
|
+
"kind": "expression",
|
|
9283
|
+
"type": "\"ios\" | \"md\""
|
|
9284
|
+
}
|
|
9285
|
+
},
|
|
9286
|
+
{
|
|
9287
|
+
"name": "theme",
|
|
9288
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9289
|
+
"required": false,
|
|
9290
|
+
"value": {
|
|
9291
|
+
"kind": "expression",
|
|
9292
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9293
|
+
}
|
|
9294
|
+
}
|
|
9295
|
+
],
|
|
7822
9296
|
"slots": [
|
|
7823
9297
|
{
|
|
7824
9298
|
"name": "default",
|
|
@@ -7876,12 +9350,21 @@
|
|
|
7876
9350
|
},
|
|
7877
9351
|
{
|
|
7878
9352
|
"name": "mode",
|
|
7879
|
-
"description": "The mode determines
|
|
9353
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7880
9354
|
"required": false,
|
|
7881
9355
|
"value": {
|
|
7882
9356
|
"kind": "expression",
|
|
7883
9357
|
"type": "\"ios\" | \"md\""
|
|
7884
9358
|
}
|
|
9359
|
+
},
|
|
9360
|
+
{
|
|
9361
|
+
"name": "theme",
|
|
9362
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9363
|
+
"required": false,
|
|
9364
|
+
"value": {
|
|
9365
|
+
"kind": "expression",
|
|
9366
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9367
|
+
}
|
|
7885
9368
|
}
|
|
7886
9369
|
],
|
|
7887
9370
|
"slots": [
|
|
@@ -8017,7 +9500,7 @@
|
|
|
8017
9500
|
},
|
|
8018
9501
|
{
|
|
8019
9502
|
"name": "fill",
|
|
8020
|
-
"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
|
|
9503
|
+
"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\"`.",
|
|
8021
9504
|
"required": false,
|
|
8022
9505
|
"value": {
|
|
8023
9506
|
"kind": "expression",
|
|
@@ -8081,7 +9564,7 @@
|
|
|
8081
9564
|
},
|
|
8082
9565
|
{
|
|
8083
9566
|
"name": "mode",
|
|
8084
|
-
"description": "The mode determines
|
|
9567
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8085
9568
|
"required": false,
|
|
8086
9569
|
"value": {
|
|
8087
9570
|
"kind": "expression",
|
|
@@ -8138,11 +9621,21 @@
|
|
|
8138
9621
|
},
|
|
8139
9622
|
{
|
|
8140
9623
|
"name": "shape",
|
|
8141
|
-
"description": "
|
|
9624
|
+
"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.",
|
|
9625
|
+
"required": false,
|
|
9626
|
+
"value": {
|
|
9627
|
+
"kind": "expression",
|
|
9628
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9629
|
+
}
|
|
9630
|
+
},
|
|
9631
|
+
{
|
|
9632
|
+
"name": "size",
|
|
9633
|
+
"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.",
|
|
8142
9634
|
"required": false,
|
|
9635
|
+
"default": "'medium'",
|
|
8143
9636
|
"value": {
|
|
8144
9637
|
"kind": "expression",
|
|
8145
|
-
"type": "\"
|
|
9638
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8146
9639
|
}
|
|
8147
9640
|
},
|
|
8148
9641
|
{
|
|
@@ -8155,6 +9648,15 @@
|
|
|
8155
9648
|
"type": "boolean"
|
|
8156
9649
|
}
|
|
8157
9650
|
},
|
|
9651
|
+
{
|
|
9652
|
+
"name": "theme",
|
|
9653
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9654
|
+
"required": false,
|
|
9655
|
+
"value": {
|
|
9656
|
+
"kind": "expression",
|
|
9657
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9658
|
+
}
|
|
9659
|
+
},
|
|
8158
9660
|
{
|
|
8159
9661
|
"name": "value",
|
|
8160
9662
|
"description": "The value of the textarea.",
|
|
@@ -8240,7 +9742,26 @@
|
|
|
8240
9742
|
"module": "@ionic/vue",
|
|
8241
9743
|
"symbol": "IonThumbnail"
|
|
8242
9744
|
},
|
|
8243
|
-
"attributes": [
|
|
9745
|
+
"attributes": [
|
|
9746
|
+
{
|
|
9747
|
+
"name": "mode",
|
|
9748
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9749
|
+
"required": false,
|
|
9750
|
+
"value": {
|
|
9751
|
+
"kind": "expression",
|
|
9752
|
+
"type": "\"ios\" | \"md\""
|
|
9753
|
+
}
|
|
9754
|
+
},
|
|
9755
|
+
{
|
|
9756
|
+
"name": "theme",
|
|
9757
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9758
|
+
"required": false,
|
|
9759
|
+
"value": {
|
|
9760
|
+
"kind": "expression",
|
|
9761
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9762
|
+
}
|
|
9763
|
+
}
|
|
9764
|
+
],
|
|
8244
9765
|
"slots": [
|
|
8245
9766
|
{
|
|
8246
9767
|
"name": "default",
|
|
@@ -8267,6 +9788,15 @@
|
|
|
8267
9788
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8268
9789
|
}
|
|
8269
9790
|
},
|
|
9791
|
+
{
|
|
9792
|
+
"name": "mode",
|
|
9793
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9794
|
+
"required": false,
|
|
9795
|
+
"value": {
|
|
9796
|
+
"kind": "expression",
|
|
9797
|
+
"type": "\"ios\" | \"md\""
|
|
9798
|
+
}
|
|
9799
|
+
},
|
|
8270
9800
|
{
|
|
8271
9801
|
"name": "size",
|
|
8272
9802
|
"description": "The size of the toolbar title.",
|
|
@@ -8275,6 +9805,15 @@
|
|
|
8275
9805
|
"kind": "expression",
|
|
8276
9806
|
"type": "\"large\" | \"small\" | undefined"
|
|
8277
9807
|
}
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"name": "theme",
|
|
9811
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9812
|
+
"required": false,
|
|
9813
|
+
"value": {
|
|
9814
|
+
"kind": "expression",
|
|
9815
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9816
|
+
}
|
|
8278
9817
|
}
|
|
8279
9818
|
],
|
|
8280
9819
|
"slots": [
|
|
@@ -8368,6 +9907,16 @@
|
|
|
8368
9907
|
"type": "undefined | { [key: string]: any; }"
|
|
8369
9908
|
}
|
|
8370
9909
|
},
|
|
9910
|
+
{
|
|
9911
|
+
"name": "hue",
|
|
9912
|
+
"description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
9913
|
+
"required": false,
|
|
9914
|
+
"default": "'subtle'",
|
|
9915
|
+
"value": {
|
|
9916
|
+
"kind": "expression",
|
|
9917
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9918
|
+
}
|
|
9919
|
+
},
|
|
8371
9920
|
{
|
|
8372
9921
|
"name": "icon",
|
|
8373
9922
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -8427,7 +9976,7 @@
|
|
|
8427
9976
|
},
|
|
8428
9977
|
{
|
|
8429
9978
|
"name": "mode",
|
|
8430
|
-
"description": "The mode determines
|
|
9979
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8431
9980
|
"required": false,
|
|
8432
9981
|
"value": {
|
|
8433
9982
|
"kind": "expression",
|
|
@@ -8453,6 +10002,15 @@
|
|
|
8453
10002
|
"type": "HTMLElement | string | undefined"
|
|
8454
10003
|
}
|
|
8455
10004
|
},
|
|
10005
|
+
{
|
|
10006
|
+
"name": "shape",
|
|
10007
|
+
"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.",
|
|
10008
|
+
"required": false,
|
|
10009
|
+
"value": {
|
|
10010
|
+
"kind": "expression",
|
|
10011
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
10012
|
+
}
|
|
10013
|
+
},
|
|
8456
10014
|
{
|
|
8457
10015
|
"name": "swipe-gesture",
|
|
8458
10016
|
"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.",
|
|
@@ -8462,9 +10020,18 @@
|
|
|
8462
10020
|
"type": "\"vertical\" | undefined"
|
|
8463
10021
|
}
|
|
8464
10022
|
},
|
|
10023
|
+
{
|
|
10024
|
+
"name": "theme",
|
|
10025
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10026
|
+
"required": false,
|
|
10027
|
+
"value": {
|
|
10028
|
+
"kind": "expression",
|
|
10029
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10030
|
+
}
|
|
10031
|
+
},
|
|
8465
10032
|
{
|
|
8466
10033
|
"name": "translucent",
|
|
8467
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
10034
|
+
"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).",
|
|
8468
10035
|
"required": false,
|
|
8469
10036
|
"default": "false",
|
|
8470
10037
|
"value": {
|
|
@@ -8662,7 +10229,7 @@
|
|
|
8662
10229
|
},
|
|
8663
10230
|
{
|
|
8664
10231
|
"name": "mode",
|
|
8665
|
-
"description": "The mode determines
|
|
10232
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8666
10233
|
"required": false,
|
|
8667
10234
|
"value": {
|
|
8668
10235
|
"kind": "expression",
|
|
@@ -8689,6 +10256,15 @@
|
|
|
8689
10256
|
"type": "boolean"
|
|
8690
10257
|
}
|
|
8691
10258
|
},
|
|
10259
|
+
{
|
|
10260
|
+
"name": "theme",
|
|
10261
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10262
|
+
"required": false,
|
|
10263
|
+
"value": {
|
|
10264
|
+
"kind": "expression",
|
|
10265
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10266
|
+
}
|
|
10267
|
+
},
|
|
8692
10268
|
{
|
|
8693
10269
|
"name": "value",
|
|
8694
10270
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
@@ -8759,12 +10335,30 @@
|
|
|
8759
10335
|
},
|
|
8760
10336
|
{
|
|
8761
10337
|
"name": "mode",
|
|
8762
|
-
"description": "The mode determines
|
|
10338
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8763
10339
|
"required": false,
|
|
8764
10340
|
"value": {
|
|
8765
10341
|
"kind": "expression",
|
|
8766
10342
|
"type": "\"ios\" | \"md\""
|
|
8767
10343
|
}
|
|
10344
|
+
},
|
|
10345
|
+
{
|
|
10346
|
+
"name": "theme",
|
|
10347
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10348
|
+
"required": false,
|
|
10349
|
+
"value": {
|
|
10350
|
+
"kind": "expression",
|
|
10351
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10352
|
+
}
|
|
10353
|
+
},
|
|
10354
|
+
{
|
|
10355
|
+
"name": "title-placement",
|
|
10356
|
+
"description": "Where to place the title relative to the other toolbar content.\n`\"start\"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.\n`\"center\"`: The title will appear in the center of the toolbar.\n`\"end\"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.\n\nOnly applies in the `ionic` theme.",
|
|
10357
|
+
"required": false,
|
|
10358
|
+
"value": {
|
|
10359
|
+
"kind": "expression",
|
|
10360
|
+
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
10361
|
+
}
|
|
8768
10362
|
}
|
|
8769
10363
|
],
|
|
8770
10364
|
"slots": [
|
|
@@ -8778,11 +10372,11 @@
|
|
|
8778
10372
|
},
|
|
8779
10373
|
{
|
|
8780
10374
|
"name": "primary",
|
|
8781
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
10375
|
+
"description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
|
|
8782
10376
|
},
|
|
8783
10377
|
{
|
|
8784
10378
|
"name": "secondary",
|
|
8785
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
10379
|
+
"description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
|
|
8786
10380
|
},
|
|
8787
10381
|
{
|
|
8788
10382
|
"name": "start",
|