@ionic/vue 8.7.4-dev.11756388042.1a103a79 → 8.7.4-dev.11756747371.11c148d6
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 +192 -160
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +1571 -179
- package/dist/vetur/tags.json +217 -45
- package/dist/web-types.json +1489 -121
- package/package.json +3 -4
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.7.4-dev.
|
|
5
|
+
"version": "8.7.4-dev.11756747371.11c148d6",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"name": "mode",
|
|
32
|
-
"description": "The mode determines
|
|
32
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
33
33
|
"required": false,
|
|
34
34
|
"value": {
|
|
35
35
|
"kind": "expression",
|
|
@@ -46,14 +46,22 @@
|
|
|
46
46
|
"type": "boolean"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"name": "theme",
|
|
51
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
52
|
+
"required": false,
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression",
|
|
55
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
56
|
+
}
|
|
57
|
+
},
|
|
49
58
|
{
|
|
50
59
|
"name": "toggle-icon",
|
|
51
60
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
52
61
|
"required": false,
|
|
53
|
-
"default": "chevronDown",
|
|
54
62
|
"value": {
|
|
55
63
|
"kind": "expression",
|
|
56
|
-
"type": "string"
|
|
64
|
+
"type": "string | undefined"
|
|
57
65
|
}
|
|
58
66
|
},
|
|
59
67
|
{
|
|
@@ -130,7 +138,7 @@
|
|
|
130
138
|
},
|
|
131
139
|
{
|
|
132
140
|
"name": "mode",
|
|
133
|
-
"description": "The mode determines
|
|
141
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
134
142
|
"required": false,
|
|
135
143
|
"value": {
|
|
136
144
|
"kind": "expression",
|
|
@@ -156,6 +164,24 @@
|
|
|
156
164
|
"type": "boolean"
|
|
157
165
|
}
|
|
158
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"name": "shape",
|
|
169
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
170
|
+
"required": false,
|
|
171
|
+
"value": {
|
|
172
|
+
"kind": "expression",
|
|
173
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "theme",
|
|
178
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
179
|
+
"required": false,
|
|
180
|
+
"value": {
|
|
181
|
+
"kind": "expression",
|
|
182
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
183
|
+
}
|
|
184
|
+
},
|
|
159
185
|
{
|
|
160
186
|
"name": "value",
|
|
161
187
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -286,7 +312,7 @@
|
|
|
286
312
|
},
|
|
287
313
|
{
|
|
288
314
|
"name": "mode",
|
|
289
|
-
"description": "The mode determines
|
|
315
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
290
316
|
"required": false,
|
|
291
317
|
"value": {
|
|
292
318
|
"kind": "expression",
|
|
@@ -302,9 +328,18 @@
|
|
|
302
328
|
"type": "string | undefined"
|
|
303
329
|
}
|
|
304
330
|
},
|
|
331
|
+
{
|
|
332
|
+
"name": "theme",
|
|
333
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
334
|
+
"required": false,
|
|
335
|
+
"value": {
|
|
336
|
+
"kind": "expression",
|
|
337
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
338
|
+
}
|
|
339
|
+
},
|
|
305
340
|
{
|
|
306
341
|
"name": "translucent",
|
|
307
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
342
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
308
343
|
"required": false,
|
|
309
344
|
"default": "false",
|
|
310
345
|
"value": {
|
|
@@ -531,7 +566,7 @@
|
|
|
531
566
|
},
|
|
532
567
|
{
|
|
533
568
|
"name": "mode",
|
|
534
|
-
"description": "The mode determines
|
|
569
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
535
570
|
"required": false,
|
|
536
571
|
"value": {
|
|
537
572
|
"kind": "expression",
|
|
@@ -547,9 +582,18 @@
|
|
|
547
582
|
"type": "string | undefined"
|
|
548
583
|
}
|
|
549
584
|
},
|
|
585
|
+
{
|
|
586
|
+
"name": "theme",
|
|
587
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
588
|
+
"required": false,
|
|
589
|
+
"value": {
|
|
590
|
+
"kind": "expression",
|
|
591
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
592
|
+
}
|
|
593
|
+
},
|
|
550
594
|
{
|
|
551
595
|
"name": "translucent",
|
|
552
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
596
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
553
597
|
"required": false,
|
|
554
598
|
"default": "false",
|
|
555
599
|
"value": {
|
|
@@ -659,7 +703,54 @@
|
|
|
659
703
|
"module": "@ionic/core/src/components/avatar/avatar.d.ts",
|
|
660
704
|
"symbol": "Avatar"
|
|
661
705
|
},
|
|
662
|
-
"attributes": [
|
|
706
|
+
"attributes": [
|
|
707
|
+
{
|
|
708
|
+
"name": "disabled",
|
|
709
|
+
"description": "If `true`, the user cannot interact with the avatar.",
|
|
710
|
+
"required": false,
|
|
711
|
+
"default": "false",
|
|
712
|
+
"value": {
|
|
713
|
+
"kind": "expression",
|
|
714
|
+
"type": "boolean"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "mode",
|
|
719
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
720
|
+
"required": false,
|
|
721
|
+
"value": {
|
|
722
|
+
"kind": "expression",
|
|
723
|
+
"type": "\"ios\" | \"md\""
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "shape",
|
|
728
|
+
"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.",
|
|
729
|
+
"required": false,
|
|
730
|
+
"value": {
|
|
731
|
+
"kind": "expression",
|
|
732
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "size",
|
|
737
|
+
"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.",
|
|
738
|
+
"required": false,
|
|
739
|
+
"value": {
|
|
740
|
+
"kind": "expression",
|
|
741
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "theme",
|
|
746
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
747
|
+
"required": false,
|
|
748
|
+
"value": {
|
|
749
|
+
"kind": "expression",
|
|
750
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
],
|
|
663
754
|
"slots": [],
|
|
664
755
|
"events": []
|
|
665
756
|
},
|
|
@@ -711,7 +802,7 @@
|
|
|
711
802
|
},
|
|
712
803
|
{
|
|
713
804
|
"name": "mode",
|
|
714
|
-
"description": "The mode determines
|
|
805
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
715
806
|
"required": false,
|
|
716
807
|
"value": {
|
|
717
808
|
"kind": "expression",
|
|
@@ -736,6 +827,15 @@
|
|
|
736
827
|
"type": "null | string | undefined"
|
|
737
828
|
}
|
|
738
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"name": "theme",
|
|
832
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
833
|
+
"required": false,
|
|
834
|
+
"value": {
|
|
835
|
+
"kind": "expression",
|
|
836
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
837
|
+
}
|
|
838
|
+
},
|
|
739
839
|
{
|
|
740
840
|
"name": "type",
|
|
741
841
|
"description": "The type of the button.",
|
|
@@ -759,6 +859,15 @@
|
|
|
759
859
|
"symbol": "Backdrop"
|
|
760
860
|
},
|
|
761
861
|
"attributes": [
|
|
862
|
+
{
|
|
863
|
+
"name": "mode",
|
|
864
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
865
|
+
"required": false,
|
|
866
|
+
"value": {
|
|
867
|
+
"kind": "expression",
|
|
868
|
+
"type": "\"ios\" | \"md\""
|
|
869
|
+
}
|
|
870
|
+
},
|
|
762
871
|
{
|
|
763
872
|
"name": "stop-propagation",
|
|
764
873
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -779,6 +888,15 @@
|
|
|
779
888
|
"type": "boolean"
|
|
780
889
|
}
|
|
781
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"name": "theme",
|
|
893
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
894
|
+
"required": false,
|
|
895
|
+
"value": {
|
|
896
|
+
"kind": "expression",
|
|
897
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
898
|
+
}
|
|
899
|
+
},
|
|
782
900
|
{
|
|
783
901
|
"name": "visible",
|
|
784
902
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -822,14 +940,59 @@
|
|
|
822
940
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
823
941
|
}
|
|
824
942
|
},
|
|
943
|
+
{
|
|
944
|
+
"name": "hue",
|
|
945
|
+
"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.",
|
|
946
|
+
"required": false,
|
|
947
|
+
"value": {
|
|
948
|
+
"kind": "expression",
|
|
949
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
825
952
|
{
|
|
826
953
|
"name": "mode",
|
|
827
|
-
"description": "The mode determines
|
|
954
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
828
955
|
"required": false,
|
|
829
956
|
"value": {
|
|
830
957
|
"kind": "expression",
|
|
831
958
|
"type": "\"ios\" | \"md\""
|
|
832
959
|
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "shape",
|
|
963
|
+
"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.",
|
|
964
|
+
"required": false,
|
|
965
|
+
"value": {
|
|
966
|
+
"kind": "expression",
|
|
967
|
+
"type": "\"round | rectangular\" | \"soft\" | undefined"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "size",
|
|
972
|
+
"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.",
|
|
973
|
+
"required": false,
|
|
974
|
+
"value": {
|
|
975
|
+
"kind": "expression",
|
|
976
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "theme",
|
|
981
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
982
|
+
"required": false,
|
|
983
|
+
"value": {
|
|
984
|
+
"kind": "expression",
|
|
985
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "vertical",
|
|
990
|
+
"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.",
|
|
991
|
+
"required": false,
|
|
992
|
+
"value": {
|
|
993
|
+
"kind": "expression",
|
|
994
|
+
"type": "\"bottom\" | \"top\" | undefined"
|
|
995
|
+
}
|
|
833
996
|
}
|
|
834
997
|
],
|
|
835
998
|
"slots": [],
|
|
@@ -893,7 +1056,7 @@
|
|
|
893
1056
|
},
|
|
894
1057
|
{
|
|
895
1058
|
"name": "mode",
|
|
896
|
-
"description": "The mode determines
|
|
1059
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
897
1060
|
"required": false,
|
|
898
1061
|
"value": {
|
|
899
1062
|
"kind": "expression",
|
|
@@ -945,6 +1108,15 @@
|
|
|
945
1108
|
"kind": "expression",
|
|
946
1109
|
"type": "string | undefined"
|
|
947
1110
|
}
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "theme",
|
|
1114
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1115
|
+
"required": false,
|
|
1116
|
+
"value": {
|
|
1117
|
+
"kind": "expression",
|
|
1118
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1119
|
+
}
|
|
948
1120
|
}
|
|
949
1121
|
],
|
|
950
1122
|
"slots": [],
|
|
@@ -1020,12 +1192,21 @@
|
|
|
1020
1192
|
},
|
|
1021
1193
|
{
|
|
1022
1194
|
"name": "mode",
|
|
1023
|
-
"description": "The mode determines
|
|
1195
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1024
1196
|
"required": false,
|
|
1025
1197
|
"value": {
|
|
1026
1198
|
"kind": "expression",
|
|
1027
1199
|
"type": "\"ios\" | \"md\""
|
|
1028
1200
|
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "theme",
|
|
1204
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1205
|
+
"required": false,
|
|
1206
|
+
"value": {
|
|
1207
|
+
"kind": "expression",
|
|
1208
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1209
|
+
}
|
|
1029
1210
|
}
|
|
1030
1211
|
],
|
|
1031
1212
|
"slots": [],
|
|
@@ -1127,7 +1308,7 @@
|
|
|
1127
1308
|
},
|
|
1128
1309
|
{
|
|
1129
1310
|
"name": "mode",
|
|
1130
|
-
"description": "The mode determines
|
|
1311
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1131
1312
|
"required": false,
|
|
1132
1313
|
"value": {
|
|
1133
1314
|
"kind": "expression",
|
|
@@ -1164,20 +1345,20 @@
|
|
|
1164
1345
|
},
|
|
1165
1346
|
{
|
|
1166
1347
|
"name": "shape",
|
|
1167
|
-
"description": "Set to `\"round\"` for a button with
|
|
1348
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
1168
1349
|
"required": false,
|
|
1169
1350
|
"value": {
|
|
1170
1351
|
"kind": "expression",
|
|
1171
|
-
"type": "\"round\" | undefined"
|
|
1352
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1172
1353
|
}
|
|
1173
1354
|
},
|
|
1174
1355
|
{
|
|
1175
1356
|
"name": "size",
|
|
1176
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1357
|
+
"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.",
|
|
1177
1358
|
"required": false,
|
|
1178
1359
|
"value": {
|
|
1179
1360
|
"kind": "expression",
|
|
1180
|
-
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1361
|
+
"type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined"
|
|
1181
1362
|
}
|
|
1182
1363
|
},
|
|
1183
1364
|
{
|
|
@@ -1199,6 +1380,15 @@
|
|
|
1199
1380
|
"type": "string | undefined"
|
|
1200
1381
|
}
|
|
1201
1382
|
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "theme",
|
|
1385
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1386
|
+
"required": false,
|
|
1387
|
+
"value": {
|
|
1388
|
+
"kind": "expression",
|
|
1389
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1202
1392
|
{
|
|
1203
1393
|
"name": "type",
|
|
1204
1394
|
"description": "The type of the button.",
|
|
@@ -1262,13 +1452,31 @@
|
|
|
1262
1452
|
"attributes": [
|
|
1263
1453
|
{
|
|
1264
1454
|
"name": "collapse",
|
|
1265
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios`
|
|
1455
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
1266
1456
|
"required": false,
|
|
1267
1457
|
"default": "false",
|
|
1268
1458
|
"value": {
|
|
1269
1459
|
"kind": "expression",
|
|
1270
1460
|
"type": "boolean"
|
|
1271
1461
|
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "mode",
|
|
1465
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1466
|
+
"required": false,
|
|
1467
|
+
"value": {
|
|
1468
|
+
"kind": "expression",
|
|
1469
|
+
"type": "\"ios\" | \"md\""
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "theme",
|
|
1474
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1475
|
+
"required": false,
|
|
1476
|
+
"value": {
|
|
1477
|
+
"kind": "expression",
|
|
1478
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1479
|
+
}
|
|
1272
1480
|
}
|
|
1273
1481
|
],
|
|
1274
1482
|
"slots": [],
|
|
@@ -1332,7 +1540,7 @@
|
|
|
1332
1540
|
},
|
|
1333
1541
|
{
|
|
1334
1542
|
"name": "mode",
|
|
1335
|
-
"description": "The mode determines
|
|
1543
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1336
1544
|
"required": false,
|
|
1337
1545
|
"value": {
|
|
1338
1546
|
"kind": "expression",
|
|
@@ -1367,6 +1575,16 @@
|
|
|
1367
1575
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1368
1576
|
}
|
|
1369
1577
|
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "shape",
|
|
1580
|
+
"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\"`.",
|
|
1581
|
+
"required": false,
|
|
1582
|
+
"default": "'round'",
|
|
1583
|
+
"value": {
|
|
1584
|
+
"kind": "expression",
|
|
1585
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1370
1588
|
{
|
|
1371
1589
|
"name": "target",
|
|
1372
1590
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1376,6 +1594,15 @@
|
|
|
1376
1594
|
"type": "string | undefined"
|
|
1377
1595
|
}
|
|
1378
1596
|
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "theme",
|
|
1599
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1600
|
+
"required": false,
|
|
1601
|
+
"value": {
|
|
1602
|
+
"kind": "expression",
|
|
1603
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1379
1606
|
{
|
|
1380
1607
|
"name": "type",
|
|
1381
1608
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1401,12 +1628,21 @@
|
|
|
1401
1628
|
"attributes": [
|
|
1402
1629
|
{
|
|
1403
1630
|
"name": "mode",
|
|
1404
|
-
"description": "The mode determines
|
|
1631
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1405
1632
|
"required": false,
|
|
1406
1633
|
"value": {
|
|
1407
1634
|
"kind": "expression",
|
|
1408
1635
|
"type": "\"ios\" | \"md\""
|
|
1409
1636
|
}
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "theme",
|
|
1640
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1641
|
+
"required": false,
|
|
1642
|
+
"value": {
|
|
1643
|
+
"kind": "expression",
|
|
1644
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1645
|
+
}
|
|
1410
1646
|
}
|
|
1411
1647
|
],
|
|
1412
1648
|
"slots": [],
|
|
@@ -1432,16 +1668,25 @@
|
|
|
1432
1668
|
},
|
|
1433
1669
|
{
|
|
1434
1670
|
"name": "mode",
|
|
1435
|
-
"description": "The mode determines
|
|
1671
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1436
1672
|
"required": false,
|
|
1437
1673
|
"value": {
|
|
1438
1674
|
"kind": "expression",
|
|
1439
1675
|
"type": "\"ios\" | \"md\""
|
|
1440
1676
|
}
|
|
1441
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "theme",
|
|
1680
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1681
|
+
"required": false,
|
|
1682
|
+
"value": {
|
|
1683
|
+
"kind": "expression",
|
|
1684
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1442
1687
|
{
|
|
1443
1688
|
"name": "translucent",
|
|
1444
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1689
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1445
1690
|
"required": false,
|
|
1446
1691
|
"default": "false",
|
|
1447
1692
|
"value": {
|
|
@@ -1473,12 +1718,21 @@
|
|
|
1473
1718
|
},
|
|
1474
1719
|
{
|
|
1475
1720
|
"name": "mode",
|
|
1476
|
-
"description": "The mode determines
|
|
1721
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1477
1722
|
"required": false,
|
|
1478
1723
|
"value": {
|
|
1479
1724
|
"kind": "expression",
|
|
1480
1725
|
"type": "\"ios\" | \"md\""
|
|
1481
1726
|
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "theme",
|
|
1730
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1731
|
+
"required": false,
|
|
1732
|
+
"value": {
|
|
1733
|
+
"kind": "expression",
|
|
1734
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1735
|
+
}
|
|
1482
1736
|
}
|
|
1483
1737
|
],
|
|
1484
1738
|
"slots": [],
|
|
@@ -1504,12 +1758,21 @@
|
|
|
1504
1758
|
},
|
|
1505
1759
|
{
|
|
1506
1760
|
"name": "mode",
|
|
1507
|
-
"description": "The mode determines
|
|
1761
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1508
1762
|
"required": false,
|
|
1509
1763
|
"value": {
|
|
1510
1764
|
"kind": "expression",
|
|
1511
1765
|
"type": "\"ios\" | \"md\""
|
|
1512
1766
|
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "theme",
|
|
1770
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1771
|
+
"required": false,
|
|
1772
|
+
"value": {
|
|
1773
|
+
"kind": "expression",
|
|
1774
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1775
|
+
}
|
|
1513
1776
|
}
|
|
1514
1777
|
],
|
|
1515
1778
|
"slots": [],
|
|
@@ -1611,7 +1874,7 @@
|
|
|
1611
1874
|
},
|
|
1612
1875
|
{
|
|
1613
1876
|
"name": "mode",
|
|
1614
|
-
"description": "The mode determines
|
|
1877
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1615
1878
|
"required": false,
|
|
1616
1879
|
"value": {
|
|
1617
1880
|
"kind": "expression",
|
|
@@ -1638,6 +1901,34 @@
|
|
|
1638
1901
|
"type": "boolean"
|
|
1639
1902
|
}
|
|
1640
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"name": "shape",
|
|
1906
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1907
|
+
"required": false,
|
|
1908
|
+
"default": "'soft'",
|
|
1909
|
+
"value": {
|
|
1910
|
+
"kind": "expression",
|
|
1911
|
+
"type": "\"rectangular\" | \"soft\" | undefined"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "size",
|
|
1916
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1917
|
+
"required": false,
|
|
1918
|
+
"value": {
|
|
1919
|
+
"kind": "expression",
|
|
1920
|
+
"type": "\"small\" | undefined"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "theme",
|
|
1925
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1926
|
+
"required": false,
|
|
1927
|
+
"value": {
|
|
1928
|
+
"kind": "expression",
|
|
1929
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1641
1932
|
{
|
|
1642
1933
|
"name": "value",
|
|
1643
1934
|
"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>`.",
|
|
@@ -1668,7 +1959,7 @@
|
|
|
1668
1959
|
},
|
|
1669
1960
|
{
|
|
1670
1961
|
"name": "ionChange",
|
|
1671
|
-
"description": "Emitted when the checked property has changed
|
|
1962
|
+
"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.",
|
|
1672
1963
|
"arguments": [
|
|
1673
1964
|
{
|
|
1674
1965
|
"name": "detail",
|
|
@@ -1716,9 +2007,19 @@
|
|
|
1716
2007
|
"type": "boolean"
|
|
1717
2008
|
}
|
|
1718
2009
|
},
|
|
2010
|
+
{
|
|
2011
|
+
"name": "hue",
|
|
2012
|
+
"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.",
|
|
2013
|
+
"required": false,
|
|
2014
|
+
"default": "'subtle'",
|
|
2015
|
+
"value": {
|
|
2016
|
+
"kind": "expression",
|
|
2017
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
1719
2020
|
{
|
|
1720
2021
|
"name": "mode",
|
|
1721
|
-
"description": "The mode determines
|
|
2022
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1722
2023
|
"required": false,
|
|
1723
2024
|
"value": {
|
|
1724
2025
|
"kind": "expression",
|
|
@@ -1734,6 +2035,33 @@
|
|
|
1734
2035
|
"kind": "expression",
|
|
1735
2036
|
"type": "boolean"
|
|
1736
2037
|
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "shape",
|
|
2041
|
+
"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.",
|
|
2042
|
+
"required": false,
|
|
2043
|
+
"value": {
|
|
2044
|
+
"kind": "expression",
|
|
2045
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "size",
|
|
2050
|
+
"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.",
|
|
2051
|
+
"required": false,
|
|
2052
|
+
"value": {
|
|
2053
|
+
"kind": "expression",
|
|
2054
|
+
"type": "\"large\" | \"small\" | undefined"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"name": "theme",
|
|
2059
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2060
|
+
"required": false,
|
|
2061
|
+
"value": {
|
|
2062
|
+
"kind": "expression",
|
|
2063
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2064
|
+
}
|
|
1737
2065
|
}
|
|
1738
2066
|
],
|
|
1739
2067
|
"slots": [],
|
|
@@ -1748,6 +2076,15 @@
|
|
|
1748
2076
|
"symbol": "Col"
|
|
1749
2077
|
},
|
|
1750
2078
|
"attributes": [
|
|
2079
|
+
{
|
|
2080
|
+
"name": "mode",
|
|
2081
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2082
|
+
"required": false,
|
|
2083
|
+
"value": {
|
|
2084
|
+
"kind": "expression",
|
|
2085
|
+
"type": "\"ios\" | \"md\""
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
1751
2088
|
{
|
|
1752
2089
|
"name": "offset",
|
|
1753
2090
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -1963,6 +2300,15 @@
|
|
|
1963
2300
|
"kind": "expression",
|
|
1964
2301
|
"type": "string | undefined"
|
|
1965
2302
|
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "theme",
|
|
2306
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2307
|
+
"required": false,
|
|
2308
|
+
"value": {
|
|
2309
|
+
"kind": "expression",
|
|
2310
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2311
|
+
}
|
|
1966
2312
|
}
|
|
1967
2313
|
],
|
|
1968
2314
|
"slots": [],
|
|
@@ -2015,6 +2361,15 @@
|
|
|
2015
2361
|
"type": "boolean"
|
|
2016
2362
|
}
|
|
2017
2363
|
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "mode",
|
|
2366
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2367
|
+
"required": false,
|
|
2368
|
+
"value": {
|
|
2369
|
+
"kind": "expression",
|
|
2370
|
+
"type": "\"ios\" | \"md\""
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2018
2373
|
{
|
|
2019
2374
|
"name": "scroll-events",
|
|
2020
2375
|
"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`.",
|
|
@@ -2044,6 +2399,15 @@
|
|
|
2044
2399
|
"kind": "expression",
|
|
2045
2400
|
"type": "boolean"
|
|
2046
2401
|
}
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "theme",
|
|
2405
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2406
|
+
"required": false,
|
|
2407
|
+
"value": {
|
|
2408
|
+
"kind": "expression",
|
|
2409
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2410
|
+
}
|
|
2047
2411
|
}
|
|
2048
2412
|
],
|
|
2049
2413
|
"slots": [
|
|
@@ -2251,7 +2615,7 @@
|
|
|
2251
2615
|
},
|
|
2252
2616
|
{
|
|
2253
2617
|
"name": "mode",
|
|
2254
|
-
"description": "The mode determines
|
|
2618
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2255
2619
|
"required": false,
|
|
2256
2620
|
"value": {
|
|
2257
2621
|
"kind": "expression",
|
|
@@ -2377,6 +2741,15 @@
|
|
|
2377
2741
|
"type": "\"cover\" | \"fixed\""
|
|
2378
2742
|
}
|
|
2379
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "theme",
|
|
2746
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2747
|
+
"required": false,
|
|
2748
|
+
"value": {
|
|
2749
|
+
"kind": "expression",
|
|
2750
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2380
2753
|
{
|
|
2381
2754
|
"name": "title-selected-dates-formatter",
|
|
2382
2755
|
"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.",
|
|
@@ -2502,12 +2875,21 @@
|
|
|
2502
2875
|
},
|
|
2503
2876
|
{
|
|
2504
2877
|
"name": "mode",
|
|
2505
|
-
"description": "The mode determines
|
|
2878
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2506
2879
|
"required": false,
|
|
2507
2880
|
"value": {
|
|
2508
2881
|
"kind": "expression",
|
|
2509
2882
|
"type": "\"ios\" | \"md\""
|
|
2510
2883
|
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"name": "theme",
|
|
2887
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2888
|
+
"required": false,
|
|
2889
|
+
"value": {
|
|
2890
|
+
"kind": "expression",
|
|
2891
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2892
|
+
}
|
|
2511
2893
|
}
|
|
2512
2894
|
],
|
|
2513
2895
|
"slots": [
|
|
@@ -2522,6 +2904,39 @@
|
|
|
2522
2904
|
],
|
|
2523
2905
|
"events": []
|
|
2524
2906
|
},
|
|
2907
|
+
{
|
|
2908
|
+
"name": "IonDivider",
|
|
2909
|
+
"doc-url": "https://ionicframework.com/docs/api/divider",
|
|
2910
|
+
"description": "",
|
|
2911
|
+
"source": {
|
|
2912
|
+
"module": "@ionic/core/src/components/divider/divider.d.ts",
|
|
2913
|
+
"symbol": "Divider"
|
|
2914
|
+
},
|
|
2915
|
+
"attributes": [
|
|
2916
|
+
{
|
|
2917
|
+
"name": "inset",
|
|
2918
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
2919
|
+
"required": false,
|
|
2920
|
+
"default": "false",
|
|
2921
|
+
"value": {
|
|
2922
|
+
"kind": "expression",
|
|
2923
|
+
"type": "boolean"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"name": "spacing",
|
|
2928
|
+
"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\"`.",
|
|
2929
|
+
"required": false,
|
|
2930
|
+
"default": "'medium'",
|
|
2931
|
+
"value": {
|
|
2932
|
+
"kind": "expression",
|
|
2933
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
|
|
2934
|
+
}
|
|
2935
|
+
}
|
|
2936
|
+
],
|
|
2937
|
+
"slots": [],
|
|
2938
|
+
"events": []
|
|
2939
|
+
},
|
|
2525
2940
|
{
|
|
2526
2941
|
"name": "IonFab",
|
|
2527
2942
|
"doc-url": "https://ionicframework.com/docs/api/fab",
|
|
@@ -2552,12 +2967,30 @@
|
|
|
2552
2967
|
}
|
|
2553
2968
|
},
|
|
2554
2969
|
{
|
|
2555
|
-
"name": "horizontal",
|
|
2556
|
-
"description": "Where to align the fab horizontally in the viewport.",
|
|
2970
|
+
"name": "horizontal",
|
|
2971
|
+
"description": "Where to align the fab horizontally in the viewport.",
|
|
2972
|
+
"required": false,
|
|
2973
|
+
"value": {
|
|
2974
|
+
"kind": "expression",
|
|
2975
|
+
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "mode",
|
|
2980
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2981
|
+
"required": false,
|
|
2982
|
+
"value": {
|
|
2983
|
+
"kind": "expression",
|
|
2984
|
+
"type": "\"ios\" | \"md\""
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"name": "theme",
|
|
2989
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2557
2990
|
"required": false,
|
|
2558
2991
|
"value": {
|
|
2559
2992
|
"kind": "expression",
|
|
2560
|
-
"type": "\"
|
|
2993
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2561
2994
|
}
|
|
2562
2995
|
},
|
|
2563
2996
|
{
|
|
@@ -2596,10 +3029,9 @@
|
|
|
2596
3029
|
"name": "close-icon",
|
|
2597
3030
|
"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.",
|
|
2598
3031
|
"required": false,
|
|
2599
|
-
"default": "close",
|
|
2600
3032
|
"value": {
|
|
2601
3033
|
"kind": "expression",
|
|
2602
|
-
"type": "string"
|
|
3034
|
+
"type": "string | undefined"
|
|
2603
3035
|
}
|
|
2604
3036
|
},
|
|
2605
3037
|
{
|
|
@@ -2641,7 +3073,7 @@
|
|
|
2641
3073
|
},
|
|
2642
3074
|
{
|
|
2643
3075
|
"name": "mode",
|
|
2644
|
-
"description": "The mode determines
|
|
3076
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2645
3077
|
"required": false,
|
|
2646
3078
|
"value": {
|
|
2647
3079
|
"kind": "expression",
|
|
@@ -2704,9 +3136,18 @@
|
|
|
2704
3136
|
"type": "string | undefined"
|
|
2705
3137
|
}
|
|
2706
3138
|
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "theme",
|
|
3141
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3142
|
+
"required": false,
|
|
3143
|
+
"value": {
|
|
3144
|
+
"kind": "expression",
|
|
3145
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2707
3148
|
{
|
|
2708
3149
|
"name": "translucent",
|
|
2709
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
3150
|
+
"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).",
|
|
2710
3151
|
"required": false,
|
|
2711
3152
|
"default": "false",
|
|
2712
3153
|
"value": {
|
|
@@ -2768,6 +3209,15 @@
|
|
|
2768
3209
|
"type": "boolean"
|
|
2769
3210
|
}
|
|
2770
3211
|
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "mode",
|
|
3214
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3215
|
+
"required": false,
|
|
3216
|
+
"value": {
|
|
3217
|
+
"kind": "expression",
|
|
3218
|
+
"type": "\"ios\" | \"md\""
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
2771
3221
|
{
|
|
2772
3222
|
"name": "side",
|
|
2773
3223
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2777,6 +3227,15 @@
|
|
|
2777
3227
|
"kind": "expression",
|
|
2778
3228
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
2779
3229
|
}
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "theme",
|
|
3233
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3234
|
+
"required": false,
|
|
3235
|
+
"value": {
|
|
3236
|
+
"kind": "expression",
|
|
3237
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3238
|
+
}
|
|
2780
3239
|
}
|
|
2781
3240
|
],
|
|
2782
3241
|
"slots": [],
|
|
@@ -2793,7 +3252,7 @@
|
|
|
2793
3252
|
"attributes": [
|
|
2794
3253
|
{
|
|
2795
3254
|
"name": "collapse",
|
|
2796
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
3255
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2797
3256
|
"required": false,
|
|
2798
3257
|
"value": {
|
|
2799
3258
|
"kind": "expression",
|
|
@@ -2802,16 +3261,25 @@
|
|
|
2802
3261
|
},
|
|
2803
3262
|
{
|
|
2804
3263
|
"name": "mode",
|
|
2805
|
-
"description": "The mode determines
|
|
3264
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2806
3265
|
"required": false,
|
|
2807
3266
|
"value": {
|
|
2808
3267
|
"kind": "expression",
|
|
2809
3268
|
"type": "\"ios\" | \"md\""
|
|
2810
3269
|
}
|
|
2811
3270
|
},
|
|
3271
|
+
{
|
|
3272
|
+
"name": "theme",
|
|
3273
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3274
|
+
"required": false,
|
|
3275
|
+
"value": {
|
|
3276
|
+
"kind": "expression",
|
|
3277
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
2812
3280
|
{
|
|
2813
3281
|
"name": "translucent",
|
|
2814
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
3282
|
+
"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.",
|
|
2815
3283
|
"required": false,
|
|
2816
3284
|
"default": "false",
|
|
2817
3285
|
"value": {
|
|
@@ -2841,6 +3309,24 @@
|
|
|
2841
3309
|
"kind": "expression",
|
|
2842
3310
|
"type": "boolean"
|
|
2843
3311
|
}
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "mode",
|
|
3315
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3316
|
+
"required": false,
|
|
3317
|
+
"value": {
|
|
3318
|
+
"kind": "expression",
|
|
3319
|
+
"type": "\"ios\" | \"md\""
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "theme",
|
|
3324
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3325
|
+
"required": false,
|
|
3326
|
+
"value": {
|
|
3327
|
+
"kind": "expression",
|
|
3328
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3329
|
+
}
|
|
2844
3330
|
}
|
|
2845
3331
|
],
|
|
2846
3332
|
"slots": [],
|
|
@@ -2857,25 +3343,44 @@
|
|
|
2857
3343
|
"attributes": [
|
|
2858
3344
|
{
|
|
2859
3345
|
"name": "collapse",
|
|
2860
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
3346
|
+
"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)",
|
|
2861
3347
|
"required": false,
|
|
2862
3348
|
"value": {
|
|
2863
3349
|
"kind": "expression",
|
|
2864
3350
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
2865
3351
|
}
|
|
2866
3352
|
},
|
|
3353
|
+
{
|
|
3354
|
+
"name": "divider",
|
|
3355
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3356
|
+
"required": false,
|
|
3357
|
+
"default": "false",
|
|
3358
|
+
"value": {
|
|
3359
|
+
"kind": "expression",
|
|
3360
|
+
"type": "boolean"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
2867
3363
|
{
|
|
2868
3364
|
"name": "mode",
|
|
2869
|
-
"description": "The mode determines
|
|
3365
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2870
3366
|
"required": false,
|
|
2871
3367
|
"value": {
|
|
2872
3368
|
"kind": "expression",
|
|
2873
3369
|
"type": "\"ios\" | \"md\""
|
|
2874
3370
|
}
|
|
2875
3371
|
},
|
|
3372
|
+
{
|
|
3373
|
+
"name": "theme",
|
|
3374
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3375
|
+
"required": false,
|
|
3376
|
+
"value": {
|
|
3377
|
+
"kind": "expression",
|
|
3378
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
2876
3381
|
{
|
|
2877
3382
|
"name": "translucent",
|
|
2878
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3383
|
+
"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.",
|
|
2879
3384
|
"required": false,
|
|
2880
3385
|
"default": "false",
|
|
2881
3386
|
"value": {
|
|
@@ -2905,6 +3410,15 @@
|
|
|
2905
3410
|
"type": "string | undefined"
|
|
2906
3411
|
}
|
|
2907
3412
|
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "mode",
|
|
3415
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3416
|
+
"required": false,
|
|
3417
|
+
"value": {
|
|
3418
|
+
"kind": "expression",
|
|
3419
|
+
"type": "\"ios\" | \"md\""
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
2908
3422
|
{
|
|
2909
3423
|
"name": "src",
|
|
2910
3424
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -2913,6 +3427,15 @@
|
|
|
2913
3427
|
"kind": "expression",
|
|
2914
3428
|
"type": "string | undefined"
|
|
2915
3429
|
}
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"name": "theme",
|
|
3433
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3434
|
+
"required": false,
|
|
3435
|
+
"value": {
|
|
3436
|
+
"kind": "expression",
|
|
3437
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3438
|
+
}
|
|
2916
3439
|
}
|
|
2917
3440
|
],
|
|
2918
3441
|
"slots": [],
|
|
@@ -2968,6 +3491,15 @@
|
|
|
2968
3491
|
"type": "boolean"
|
|
2969
3492
|
}
|
|
2970
3493
|
},
|
|
3494
|
+
{
|
|
3495
|
+
"name": "mode",
|
|
3496
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3497
|
+
"required": false,
|
|
3498
|
+
"value": {
|
|
3499
|
+
"kind": "expression",
|
|
3500
|
+
"type": "\"ios\" | \"md\""
|
|
3501
|
+
}
|
|
3502
|
+
},
|
|
2971
3503
|
{
|
|
2972
3504
|
"name": "position",
|
|
2973
3505
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2978,6 +3510,25 @@
|
|
|
2978
3510
|
"type": "\"bottom\" | \"top\""
|
|
2979
3511
|
}
|
|
2980
3512
|
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "preserve-rerender-scroll-position",
|
|
3515
|
+
"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.",
|
|
3516
|
+
"required": false,
|
|
3517
|
+
"default": "false",
|
|
3518
|
+
"value": {
|
|
3519
|
+
"kind": "expression",
|
|
3520
|
+
"type": "boolean"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "theme",
|
|
3525
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3526
|
+
"required": false,
|
|
3527
|
+
"value": {
|
|
3528
|
+
"kind": "expression",
|
|
3529
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
2981
3532
|
{
|
|
2982
3533
|
"name": "threshold",
|
|
2983
3534
|
"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.",
|
|
@@ -3029,6 +3580,24 @@
|
|
|
3029
3580
|
"kind": "expression",
|
|
3030
3581
|
"type": "IonicSafeString | string | undefined"
|
|
3031
3582
|
}
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "mode",
|
|
3586
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3587
|
+
"required": false,
|
|
3588
|
+
"value": {
|
|
3589
|
+
"kind": "expression",
|
|
3590
|
+
"type": "\"ios\" | \"md\""
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"name": "theme",
|
|
3595
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3596
|
+
"required": false,
|
|
3597
|
+
"value": {
|
|
3598
|
+
"kind": "expression",
|
|
3599
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3600
|
+
}
|
|
3032
3601
|
}
|
|
3033
3602
|
],
|
|
3034
3603
|
"slots": [],
|
|
@@ -3060,7 +3629,7 @@
|
|
|
3060
3629
|
"default": "'off'",
|
|
3061
3630
|
"value": {
|
|
3062
3631
|
"kind": "expression",
|
|
3063
|
-
"type": "\"name\" | \"
|
|
3632
|
+
"type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
|
|
3064
3633
|
}
|
|
3065
3634
|
},
|
|
3066
3635
|
{
|
|
@@ -3178,7 +3747,7 @@
|
|
|
3178
3747
|
},
|
|
3179
3748
|
{
|
|
3180
3749
|
"name": "fill",
|
|
3181
|
-
"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
|
|
3750
|
+
"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\"`.",
|
|
3182
3751
|
"required": false,
|
|
3183
3752
|
"value": {
|
|
3184
3753
|
"kind": "expression",
|
|
@@ -3214,12 +3783,11 @@
|
|
|
3214
3783
|
},
|
|
3215
3784
|
{
|
|
3216
3785
|
"name": "label-placement",
|
|
3217
|
-
"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 (\"...\").",
|
|
3786
|
+
"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.",
|
|
3218
3787
|
"required": false,
|
|
3219
|
-
"default": "'start'",
|
|
3220
3788
|
"value": {
|
|
3221
3789
|
"kind": "expression",
|
|
3222
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3790
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
|
|
3223
3791
|
}
|
|
3224
3792
|
},
|
|
3225
3793
|
{
|
|
@@ -3260,7 +3828,7 @@
|
|
|
3260
3828
|
},
|
|
3261
3829
|
{
|
|
3262
3830
|
"name": "mode",
|
|
3263
|
-
"description": "The mode determines
|
|
3831
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3264
3832
|
"required": false,
|
|
3265
3833
|
"value": {
|
|
3266
3834
|
"kind": "expression",
|
|
@@ -3326,11 +3894,21 @@
|
|
|
3326
3894
|
},
|
|
3327
3895
|
{
|
|
3328
3896
|
"name": "shape",
|
|
3329
|
-
"description": "
|
|
3897
|
+
"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\"`.",
|
|
3898
|
+
"required": false,
|
|
3899
|
+
"value": {
|
|
3900
|
+
"kind": "expression",
|
|
3901
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
3902
|
+
}
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "size",
|
|
3906
|
+
"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.",
|
|
3330
3907
|
"required": false,
|
|
3908
|
+
"default": "'medium'",
|
|
3331
3909
|
"value": {
|
|
3332
3910
|
"kind": "expression",
|
|
3333
|
-
"type": "\"
|
|
3911
|
+
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3334
3912
|
}
|
|
3335
3913
|
},
|
|
3336
3914
|
{
|
|
@@ -3352,6 +3930,15 @@
|
|
|
3352
3930
|
"type": "string | undefined"
|
|
3353
3931
|
}
|
|
3354
3932
|
},
|
|
3933
|
+
{
|
|
3934
|
+
"name": "theme",
|
|
3935
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3936
|
+
"required": false,
|
|
3937
|
+
"value": {
|
|
3938
|
+
"kind": "expression",
|
|
3939
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3355
3942
|
{
|
|
3356
3943
|
"name": "type",
|
|
3357
3944
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3699,7 +4286,7 @@
|
|
|
3699
4286
|
},
|
|
3700
4287
|
{
|
|
3701
4288
|
"name": "detail",
|
|
3702
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4289
|
+
"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.",
|
|
3703
4290
|
"required": false,
|
|
3704
4291
|
"value": {
|
|
3705
4292
|
"kind": "expression",
|
|
@@ -3710,10 +4297,9 @@
|
|
|
3710
4297
|
"name": "detail-icon",
|
|
3711
4298
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
3712
4299
|
"required": false,
|
|
3713
|
-
"default": "chevronForward",
|
|
3714
4300
|
"value": {
|
|
3715
4301
|
"kind": "expression",
|
|
3716
|
-
"type": "string"
|
|
4302
|
+
"type": "string | undefined"
|
|
3717
4303
|
}
|
|
3718
4304
|
},
|
|
3719
4305
|
{
|
|
@@ -3755,7 +4341,7 @@
|
|
|
3755
4341
|
},
|
|
3756
4342
|
{
|
|
3757
4343
|
"name": "mode",
|
|
3758
|
-
"description": "The mode determines
|
|
4344
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3759
4345
|
"required": false,
|
|
3760
4346
|
"value": {
|
|
3761
4347
|
"kind": "expression",
|
|
@@ -3799,6 +4385,15 @@
|
|
|
3799
4385
|
"type": "string | undefined"
|
|
3800
4386
|
}
|
|
3801
4387
|
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "theme",
|
|
4390
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4391
|
+
"required": false,
|
|
4392
|
+
"value": {
|
|
4393
|
+
"kind": "expression",
|
|
4394
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
3802
4397
|
{
|
|
3803
4398
|
"name": "type",
|
|
3804
4399
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3846,7 +4441,7 @@
|
|
|
3846
4441
|
},
|
|
3847
4442
|
{
|
|
3848
4443
|
"name": "mode",
|
|
3849
|
-
"description": "The mode determines
|
|
4444
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3850
4445
|
"required": false,
|
|
3851
4446
|
"value": {
|
|
3852
4447
|
"kind": "expression",
|
|
@@ -3862,6 +4457,15 @@
|
|
|
3862
4457
|
"kind": "expression",
|
|
3863
4458
|
"type": "boolean"
|
|
3864
4459
|
}
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "theme",
|
|
4463
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4464
|
+
"required": false,
|
|
4465
|
+
"value": {
|
|
4466
|
+
"kind": "expression",
|
|
4467
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4468
|
+
}
|
|
3865
4469
|
}
|
|
3866
4470
|
],
|
|
3867
4471
|
"slots": [
|
|
@@ -3888,7 +4492,26 @@
|
|
|
3888
4492
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
3889
4493
|
"symbol": "ItemGroup"
|
|
3890
4494
|
},
|
|
3891
|
-
"attributes": [
|
|
4495
|
+
"attributes": [
|
|
4496
|
+
{
|
|
4497
|
+
"name": "mode",
|
|
4498
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4499
|
+
"required": false,
|
|
4500
|
+
"value": {
|
|
4501
|
+
"kind": "expression",
|
|
4502
|
+
"type": "\"ios\" | \"md\""
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "theme",
|
|
4507
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4508
|
+
"required": false,
|
|
4509
|
+
"value": {
|
|
4510
|
+
"kind": "expression",
|
|
4511
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4512
|
+
}
|
|
4513
|
+
}
|
|
4514
|
+
],
|
|
3892
4515
|
"slots": [],
|
|
3893
4516
|
"events": []
|
|
3894
4517
|
},
|
|
@@ -3948,9 +4571,19 @@
|
|
|
3948
4571
|
"type": "string | undefined"
|
|
3949
4572
|
}
|
|
3950
4573
|
},
|
|
4574
|
+
{
|
|
4575
|
+
"name": "hue",
|
|
4576
|
+
"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.",
|
|
4577
|
+
"required": false,
|
|
4578
|
+
"default": "'subtle'",
|
|
4579
|
+
"value": {
|
|
4580
|
+
"kind": "expression",
|
|
4581
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
4582
|
+
}
|
|
4583
|
+
},
|
|
3951
4584
|
{
|
|
3952
4585
|
"name": "mode",
|
|
3953
|
-
"description": "The mode determines
|
|
4586
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3954
4587
|
"required": false,
|
|
3955
4588
|
"value": {
|
|
3956
4589
|
"kind": "expression",
|
|
@@ -3966,6 +4599,15 @@
|
|
|
3966
4599
|
"type": "string | undefined"
|
|
3967
4600
|
}
|
|
3968
4601
|
},
|
|
4602
|
+
{
|
|
4603
|
+
"name": "shape",
|
|
4604
|
+
"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.",
|
|
4605
|
+
"required": false,
|
|
4606
|
+
"value": {
|
|
4607
|
+
"kind": "expression",
|
|
4608
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
3969
4611
|
{
|
|
3970
4612
|
"name": "target",
|
|
3971
4613
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -3975,6 +4617,15 @@
|
|
|
3975
4617
|
"type": "string | undefined"
|
|
3976
4618
|
}
|
|
3977
4619
|
},
|
|
4620
|
+
{
|
|
4621
|
+
"name": "theme",
|
|
4622
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4623
|
+
"required": false,
|
|
4624
|
+
"value": {
|
|
4625
|
+
"kind": "expression",
|
|
4626
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4627
|
+
}
|
|
4628
|
+
},
|
|
3978
4629
|
{
|
|
3979
4630
|
"name": "type",
|
|
3980
4631
|
"description": "The type of the button.",
|
|
@@ -4023,6 +4674,15 @@
|
|
|
4023
4674
|
"symbol": "ItemOptions"
|
|
4024
4675
|
},
|
|
4025
4676
|
"attributes": [
|
|
4677
|
+
{
|
|
4678
|
+
"name": "mode",
|
|
4679
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4680
|
+
"required": false,
|
|
4681
|
+
"value": {
|
|
4682
|
+
"kind": "expression",
|
|
4683
|
+
"type": "\"ios\" | \"md\""
|
|
4684
|
+
}
|
|
4685
|
+
},
|
|
4026
4686
|
{
|
|
4027
4687
|
"name": "side",
|
|
4028
4688
|
"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.",
|
|
@@ -4032,6 +4692,15 @@
|
|
|
4032
4692
|
"kind": "expression",
|
|
4033
4693
|
"type": "\"end\" | \"start\""
|
|
4034
4694
|
}
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"name": "theme",
|
|
4698
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4699
|
+
"required": false,
|
|
4700
|
+
"value": {
|
|
4701
|
+
"kind": "expression",
|
|
4702
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4703
|
+
}
|
|
4035
4704
|
}
|
|
4036
4705
|
],
|
|
4037
4706
|
"slots": [],
|
|
@@ -4066,6 +4735,24 @@
|
|
|
4066
4735
|
"kind": "expression",
|
|
4067
4736
|
"type": "boolean"
|
|
4068
4737
|
}
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"name": "mode",
|
|
4741
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4742
|
+
"required": false,
|
|
4743
|
+
"value": {
|
|
4744
|
+
"kind": "expression",
|
|
4745
|
+
"type": "\"ios\" | \"md\""
|
|
4746
|
+
}
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"name": "theme",
|
|
4750
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4751
|
+
"required": false,
|
|
4752
|
+
"value": {
|
|
4753
|
+
"kind": "expression",
|
|
4754
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4755
|
+
}
|
|
4069
4756
|
}
|
|
4070
4757
|
],
|
|
4071
4758
|
"slots": [],
|
|
@@ -4102,7 +4789,7 @@
|
|
|
4102
4789
|
},
|
|
4103
4790
|
{
|
|
4104
4791
|
"name": "mode",
|
|
4105
|
-
"description": "The mode determines
|
|
4792
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4106
4793
|
"required": false,
|
|
4107
4794
|
"value": {
|
|
4108
4795
|
"kind": "expression",
|
|
@@ -4117,6 +4804,15 @@
|
|
|
4117
4804
|
"kind": "expression",
|
|
4118
4805
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4119
4806
|
}
|
|
4807
|
+
},
|
|
4808
|
+
{
|
|
4809
|
+
"name": "theme",
|
|
4810
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4811
|
+
"required": false,
|
|
4812
|
+
"value": {
|
|
4813
|
+
"kind": "expression",
|
|
4814
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4815
|
+
}
|
|
4120
4816
|
}
|
|
4121
4817
|
],
|
|
4122
4818
|
"slots": [],
|
|
@@ -4152,12 +4848,30 @@
|
|
|
4152
4848
|
},
|
|
4153
4849
|
{
|
|
4154
4850
|
"name": "mode",
|
|
4155
|
-
"description": "The mode determines
|
|
4851
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4156
4852
|
"required": false,
|
|
4157
4853
|
"value": {
|
|
4158
4854
|
"kind": "expression",
|
|
4159
4855
|
"type": "\"ios\" | \"md\""
|
|
4160
4856
|
}
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"name": "shape",
|
|
4860
|
+
"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.",
|
|
4861
|
+
"required": false,
|
|
4862
|
+
"value": {
|
|
4863
|
+
"kind": "expression",
|
|
4864
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4865
|
+
}
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "theme",
|
|
4869
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4870
|
+
"required": false,
|
|
4871
|
+
"value": {
|
|
4872
|
+
"kind": "expression",
|
|
4873
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4874
|
+
}
|
|
4161
4875
|
}
|
|
4162
4876
|
],
|
|
4163
4877
|
"slots": [],
|
|
@@ -4192,12 +4906,21 @@
|
|
|
4192
4906
|
},
|
|
4193
4907
|
{
|
|
4194
4908
|
"name": "mode",
|
|
4195
|
-
"description": "The mode determines
|
|
4909
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4196
4910
|
"required": false,
|
|
4197
4911
|
"value": {
|
|
4198
4912
|
"kind": "expression",
|
|
4199
4913
|
"type": "\"ios\" | \"md\""
|
|
4200
4914
|
}
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "theme",
|
|
4918
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4919
|
+
"required": false,
|
|
4920
|
+
"value": {
|
|
4921
|
+
"kind": "expression",
|
|
4922
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4923
|
+
}
|
|
4201
4924
|
}
|
|
4202
4925
|
],
|
|
4203
4926
|
"slots": [],
|
|
@@ -4309,7 +5032,7 @@
|
|
|
4309
5032
|
},
|
|
4310
5033
|
{
|
|
4311
5034
|
"name": "mode",
|
|
4312
|
-
"description": "The mode determines
|
|
5035
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4313
5036
|
"required": false,
|
|
4314
5037
|
"value": {
|
|
4315
5038
|
"kind": "expression",
|
|
@@ -4335,9 +5058,18 @@
|
|
|
4335
5058
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4336
5059
|
}
|
|
4337
5060
|
},
|
|
5061
|
+
{
|
|
5062
|
+
"name": "theme",
|
|
5063
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5064
|
+
"required": false,
|
|
5065
|
+
"value": {
|
|
5066
|
+
"kind": "expression",
|
|
5067
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
4338
5070
|
{
|
|
4339
5071
|
"name": "translucent",
|
|
4340
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
5072
|
+
"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).",
|
|
4341
5073
|
"required": false,
|
|
4342
5074
|
"default": "false",
|
|
4343
5075
|
"value": {
|
|
@@ -4474,16 +5206,25 @@
|
|
|
4474
5206
|
"default": "50",
|
|
4475
5207
|
"value": {
|
|
4476
5208
|
"kind": "expression",
|
|
4477
|
-
"type": "number"
|
|
5209
|
+
"type": "number"
|
|
5210
|
+
}
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
"name": "menu-id",
|
|
5214
|
+
"description": "An id for the menu.",
|
|
5215
|
+
"required": false,
|
|
5216
|
+
"value": {
|
|
5217
|
+
"kind": "expression",
|
|
5218
|
+
"type": "string | undefined"
|
|
4478
5219
|
}
|
|
4479
5220
|
},
|
|
4480
5221
|
{
|
|
4481
|
-
"name": "
|
|
4482
|
-
"description": "
|
|
5222
|
+
"name": "mode",
|
|
5223
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4483
5224
|
"required": false,
|
|
4484
5225
|
"value": {
|
|
4485
5226
|
"kind": "expression",
|
|
4486
|
-
"type": "
|
|
5227
|
+
"type": "\"ios\" | \"md\""
|
|
4487
5228
|
}
|
|
4488
5229
|
},
|
|
4489
5230
|
{
|
|
@@ -4506,6 +5247,15 @@
|
|
|
4506
5247
|
"type": "boolean"
|
|
4507
5248
|
}
|
|
4508
5249
|
},
|
|
5250
|
+
{
|
|
5251
|
+
"name": "theme",
|
|
5252
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5253
|
+
"required": false,
|
|
5254
|
+
"value": {
|
|
5255
|
+
"kind": "expression",
|
|
5256
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
4509
5259
|
{
|
|
4510
5260
|
"name": "type",
|
|
4511
5261
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4609,13 +5359,22 @@
|
|
|
4609
5359
|
},
|
|
4610
5360
|
{
|
|
4611
5361
|
"name": "mode",
|
|
4612
|
-
"description": "The mode determines
|
|
5362
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4613
5363
|
"required": false,
|
|
4614
5364
|
"value": {
|
|
4615
5365
|
"kind": "expression",
|
|
4616
5366
|
"type": "\"ios\" | \"md\""
|
|
4617
5367
|
}
|
|
4618
5368
|
},
|
|
5369
|
+
{
|
|
5370
|
+
"name": "theme",
|
|
5371
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5372
|
+
"required": false,
|
|
5373
|
+
"value": {
|
|
5374
|
+
"kind": "expression",
|
|
5375
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5376
|
+
}
|
|
5377
|
+
},
|
|
4619
5378
|
{
|
|
4620
5379
|
"name": "type",
|
|
4621
5380
|
"description": "The type of the button.",
|
|
@@ -4657,6 +5416,24 @@
|
|
|
4657
5416
|
"kind": "expression",
|
|
4658
5417
|
"type": "string | undefined"
|
|
4659
5418
|
}
|
|
5419
|
+
},
|
|
5420
|
+
{
|
|
5421
|
+
"name": "mode",
|
|
5422
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5423
|
+
"required": false,
|
|
5424
|
+
"value": {
|
|
5425
|
+
"kind": "expression",
|
|
5426
|
+
"type": "\"ios\" | \"md\""
|
|
5427
|
+
}
|
|
5428
|
+
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "theme",
|
|
5431
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5432
|
+
"required": false,
|
|
5433
|
+
"value": {
|
|
5434
|
+
"kind": "expression",
|
|
5435
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5436
|
+
}
|
|
4660
5437
|
}
|
|
4661
5438
|
],
|
|
4662
5439
|
"slots": [
|
|
@@ -4832,7 +5609,7 @@
|
|
|
4832
5609
|
},
|
|
4833
5610
|
{
|
|
4834
5611
|
"name": "mode",
|
|
4835
|
-
"description": "The mode determines
|
|
5612
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4836
5613
|
"required": false,
|
|
4837
5614
|
"value": {
|
|
4838
5615
|
"kind": "expression",
|
|
@@ -4848,6 +5625,15 @@
|
|
|
4848
5625
|
"type": "HTMLElement | undefined"
|
|
4849
5626
|
}
|
|
4850
5627
|
},
|
|
5628
|
+
{
|
|
5629
|
+
"name": "shape",
|
|
5630
|
+
"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.",
|
|
5631
|
+
"required": false,
|
|
5632
|
+
"value": {
|
|
5633
|
+
"kind": "expression",
|
|
5634
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5635
|
+
}
|
|
5636
|
+
},
|
|
4851
5637
|
{
|
|
4852
5638
|
"name": "show-backdrop",
|
|
4853
5639
|
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
|
|
@@ -4858,6 +5644,15 @@
|
|
|
4858
5644
|
"type": "boolean"
|
|
4859
5645
|
}
|
|
4860
5646
|
},
|
|
5647
|
+
{
|
|
5648
|
+
"name": "theme",
|
|
5649
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5650
|
+
"required": false,
|
|
5651
|
+
"value": {
|
|
5652
|
+
"kind": "expression",
|
|
5653
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5654
|
+
}
|
|
5655
|
+
},
|
|
4861
5656
|
{
|
|
4862
5657
|
"name": "trigger",
|
|
4863
5658
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -4987,12 +5782,21 @@
|
|
|
4987
5782
|
},
|
|
4988
5783
|
{
|
|
4989
5784
|
"name": "mode",
|
|
4990
|
-
"description": "The mode determines
|
|
5785
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4991
5786
|
"required": false,
|
|
4992
5787
|
"value": {
|
|
4993
5788
|
"kind": "expression",
|
|
4994
5789
|
"type": "\"ios\" | \"md\""
|
|
4995
5790
|
}
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
"name": "theme",
|
|
5794
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5795
|
+
"required": false,
|
|
5796
|
+
"value": {
|
|
5797
|
+
"kind": "expression",
|
|
5798
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5799
|
+
}
|
|
4996
5800
|
}
|
|
4997
5801
|
],
|
|
4998
5802
|
"slots": [],
|
|
@@ -5009,12 +5813,21 @@
|
|
|
5009
5813
|
"attributes": [
|
|
5010
5814
|
{
|
|
5011
5815
|
"name": "mode",
|
|
5012
|
-
"description": "The mode determines
|
|
5816
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5013
5817
|
"required": false,
|
|
5014
5818
|
"value": {
|
|
5015
5819
|
"kind": "expression",
|
|
5016
5820
|
"type": "\"ios\" | \"md\""
|
|
5017
5821
|
}
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
"name": "theme",
|
|
5825
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5826
|
+
"required": false,
|
|
5827
|
+
"value": {
|
|
5828
|
+
"kind": "expression",
|
|
5829
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5830
|
+
}
|
|
5018
5831
|
}
|
|
5019
5832
|
],
|
|
5020
5833
|
"slots": [],
|
|
@@ -5051,13 +5864,22 @@
|
|
|
5051
5864
|
},
|
|
5052
5865
|
{
|
|
5053
5866
|
"name": "mode",
|
|
5054
|
-
"description": "The mode determines
|
|
5867
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5055
5868
|
"required": false,
|
|
5056
5869
|
"value": {
|
|
5057
5870
|
"kind": "expression",
|
|
5058
5871
|
"type": "\"ios\" | \"md\""
|
|
5059
5872
|
}
|
|
5060
5873
|
},
|
|
5874
|
+
{
|
|
5875
|
+
"name": "theme",
|
|
5876
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5877
|
+
"required": false,
|
|
5878
|
+
"value": {
|
|
5879
|
+
"kind": "expression",
|
|
5880
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5881
|
+
}
|
|
5882
|
+
},
|
|
5061
5883
|
{
|
|
5062
5884
|
"name": "value",
|
|
5063
5885
|
"description": "The selected option in the picker.",
|
|
@@ -5120,6 +5942,24 @@
|
|
|
5120
5942
|
"type": "boolean"
|
|
5121
5943
|
}
|
|
5122
5944
|
},
|
|
5945
|
+
{
|
|
5946
|
+
"name": "mode",
|
|
5947
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5948
|
+
"required": false,
|
|
5949
|
+
"value": {
|
|
5950
|
+
"kind": "expression",
|
|
5951
|
+
"type": "\"ios\" | \"md\""
|
|
5952
|
+
}
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
"name": "theme",
|
|
5956
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5957
|
+
"required": false,
|
|
5958
|
+
"value": {
|
|
5959
|
+
"kind": "expression",
|
|
5960
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5961
|
+
}
|
|
5962
|
+
},
|
|
5123
5963
|
{
|
|
5124
5964
|
"name": "value",
|
|
5125
5965
|
"description": "The text value of the option.",
|
|
@@ -5250,7 +6090,7 @@
|
|
|
5250
6090
|
},
|
|
5251
6091
|
{
|
|
5252
6092
|
"name": "mode",
|
|
5253
|
-
"description": "The mode determines
|
|
6093
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5254
6094
|
"required": false,
|
|
5255
6095
|
"value": {
|
|
5256
6096
|
"kind": "expression",
|
|
@@ -5267,6 +6107,15 @@
|
|
|
5267
6107
|
"type": "boolean"
|
|
5268
6108
|
}
|
|
5269
6109
|
},
|
|
6110
|
+
{
|
|
6111
|
+
"name": "theme",
|
|
6112
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6113
|
+
"required": false,
|
|
6114
|
+
"value": {
|
|
6115
|
+
"kind": "expression",
|
|
6116
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6117
|
+
}
|
|
6118
|
+
},
|
|
5270
6119
|
{
|
|
5271
6120
|
"name": "trigger",
|
|
5272
6121
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -5372,7 +6221,7 @@
|
|
|
5372
6221
|
"attributes": [
|
|
5373
6222
|
{
|
|
5374
6223
|
"name": "alignment",
|
|
5375
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
6224
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
5376
6225
|
"required": false,
|
|
5377
6226
|
"value": {
|
|
5378
6227
|
"kind": "expression",
|
|
@@ -5391,7 +6240,7 @@
|
|
|
5391
6240
|
},
|
|
5392
6241
|
{
|
|
5393
6242
|
"name": "arrow",
|
|
5394
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
6243
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
|
|
5395
6244
|
"required": false,
|
|
5396
6245
|
"default": "true",
|
|
5397
6246
|
"value": {
|
|
@@ -5515,7 +6364,7 @@
|
|
|
5515
6364
|
},
|
|
5516
6365
|
{
|
|
5517
6366
|
"name": "mode",
|
|
5518
|
-
"description": "The mode determines
|
|
6367
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5519
6368
|
"required": false,
|
|
5520
6369
|
"value": {
|
|
5521
6370
|
"kind": "expression",
|
|
@@ -5562,9 +6411,18 @@
|
|
|
5562
6411
|
"type": "\"auto\" | \"cover\""
|
|
5563
6412
|
}
|
|
5564
6413
|
},
|
|
6414
|
+
{
|
|
6415
|
+
"name": "theme",
|
|
6416
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6417
|
+
"required": false,
|
|
6418
|
+
"value": {
|
|
6419
|
+
"kind": "expression",
|
|
6420
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6421
|
+
}
|
|
6422
|
+
},
|
|
5565
6423
|
{
|
|
5566
6424
|
"name": "translucent",
|
|
5567
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
6425
|
+
"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).",
|
|
5568
6426
|
"required": false,
|
|
5569
6427
|
"default": "false",
|
|
5570
6428
|
"value": {
|
|
@@ -5711,7 +6569,7 @@
|
|
|
5711
6569
|
},
|
|
5712
6570
|
{
|
|
5713
6571
|
"name": "mode",
|
|
5714
|
-
"description": "The mode determines
|
|
6572
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5715
6573
|
"required": false,
|
|
5716
6574
|
"value": {
|
|
5717
6575
|
"kind": "expression",
|
|
@@ -5728,6 +6586,24 @@
|
|
|
5728
6586
|
"type": "boolean"
|
|
5729
6587
|
}
|
|
5730
6588
|
},
|
|
6589
|
+
{
|
|
6590
|
+
"name": "shape",
|
|
6591
|
+
"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.",
|
|
6592
|
+
"required": false,
|
|
6593
|
+
"value": {
|
|
6594
|
+
"kind": "expression",
|
|
6595
|
+
"type": "\"rectangular\" | \"round\" | undefined"
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6598
|
+
{
|
|
6599
|
+
"name": "theme",
|
|
6600
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6601
|
+
"required": false,
|
|
6602
|
+
"value": {
|
|
6603
|
+
"kind": "expression",
|
|
6604
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6605
|
+
}
|
|
6606
|
+
},
|
|
5731
6607
|
{
|
|
5732
6608
|
"name": "type",
|
|
5733
6609
|
"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).",
|
|
@@ -5810,7 +6686,7 @@
|
|
|
5810
6686
|
},
|
|
5811
6687
|
{
|
|
5812
6688
|
"name": "mode",
|
|
5813
|
-
"description": "The mode determines
|
|
6689
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5814
6690
|
"required": false,
|
|
5815
6691
|
"value": {
|
|
5816
6692
|
"kind": "expression",
|
|
@@ -5827,6 +6703,15 @@
|
|
|
5827
6703
|
"type": "string"
|
|
5828
6704
|
}
|
|
5829
6705
|
},
|
|
6706
|
+
{
|
|
6707
|
+
"name": "theme",
|
|
6708
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6709
|
+
"required": false,
|
|
6710
|
+
"value": {
|
|
6711
|
+
"kind": "expression",
|
|
6712
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6713
|
+
}
|
|
6714
|
+
},
|
|
5830
6715
|
{
|
|
5831
6716
|
"name": "value",
|
|
5832
6717
|
"description": "the value of the radio.",
|
|
@@ -5912,6 +6797,15 @@
|
|
|
5912
6797
|
"type": "string | undefined"
|
|
5913
6798
|
}
|
|
5914
6799
|
},
|
|
6800
|
+
{
|
|
6801
|
+
"name": "mode",
|
|
6802
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6803
|
+
"required": false,
|
|
6804
|
+
"value": {
|
|
6805
|
+
"kind": "expression",
|
|
6806
|
+
"type": "\"ios\" | \"md\""
|
|
6807
|
+
}
|
|
6808
|
+
},
|
|
5915
6809
|
{
|
|
5916
6810
|
"name": "name",
|
|
5917
6811
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -5922,6 +6816,15 @@
|
|
|
5922
6816
|
"type": "string"
|
|
5923
6817
|
}
|
|
5924
6818
|
},
|
|
6819
|
+
{
|
|
6820
|
+
"name": "theme",
|
|
6821
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6822
|
+
"required": false,
|
|
6823
|
+
"value": {
|
|
6824
|
+
"kind": "expression",
|
|
6825
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6826
|
+
}
|
|
6827
|
+
},
|
|
5925
6828
|
{
|
|
5926
6829
|
"name": "value",
|
|
5927
6830
|
"description": "the value of the radio group.",
|
|
@@ -6043,7 +6946,7 @@
|
|
|
6043
6946
|
},
|
|
6044
6947
|
{
|
|
6045
6948
|
"name": "mode",
|
|
6046
|
-
"description": "The mode determines
|
|
6949
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6047
6950
|
"required": false,
|
|
6048
6951
|
"value": {
|
|
6049
6952
|
"kind": "expression",
|
|
@@ -6100,6 +7003,15 @@
|
|
|
6100
7003
|
"type": "number"
|
|
6101
7004
|
}
|
|
6102
7005
|
},
|
|
7006
|
+
{
|
|
7007
|
+
"name": "theme",
|
|
7008
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7009
|
+
"required": false,
|
|
7010
|
+
"value": {
|
|
7011
|
+
"kind": "expression",
|
|
7012
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7013
|
+
}
|
|
7014
|
+
},
|
|
6103
7015
|
{
|
|
6104
7016
|
"name": "ticks",
|
|
6105
7017
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -6229,7 +7141,7 @@
|
|
|
6229
7141
|
},
|
|
6230
7142
|
{
|
|
6231
7143
|
"name": "mode",
|
|
6232
|
-
"description": "The mode determines
|
|
7144
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6233
7145
|
"required": false,
|
|
6234
7146
|
"value": {
|
|
6235
7147
|
"kind": "expression",
|
|
@@ -6275,6 +7187,15 @@
|
|
|
6275
7187
|
"kind": "expression",
|
|
6276
7188
|
"type": "string"
|
|
6277
7189
|
}
|
|
7190
|
+
},
|
|
7191
|
+
{
|
|
7192
|
+
"name": "theme",
|
|
7193
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7194
|
+
"required": false,
|
|
7195
|
+
"value": {
|
|
7196
|
+
"kind": "expression",
|
|
7197
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7198
|
+
}
|
|
6278
7199
|
}
|
|
6279
7200
|
],
|
|
6280
7201
|
"slots": [],
|
|
@@ -6320,6 +7241,15 @@
|
|
|
6320
7241
|
"symbol": "RefresherContent"
|
|
6321
7242
|
},
|
|
6322
7243
|
"attributes": [
|
|
7244
|
+
{
|
|
7245
|
+
"name": "mode",
|
|
7246
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7247
|
+
"required": false,
|
|
7248
|
+
"value": {
|
|
7249
|
+
"kind": "expression",
|
|
7250
|
+
"type": "\"ios\" | \"md\""
|
|
7251
|
+
}
|
|
7252
|
+
},
|
|
6323
7253
|
{
|
|
6324
7254
|
"name": "pulling-icon",
|
|
6325
7255
|
"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.",
|
|
@@ -6355,6 +7285,15 @@
|
|
|
6355
7285
|
"kind": "expression",
|
|
6356
7286
|
"type": "IonicSafeString | string | undefined"
|
|
6357
7287
|
}
|
|
7288
|
+
},
|
|
7289
|
+
{
|
|
7290
|
+
"name": "theme",
|
|
7291
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7292
|
+
"required": false,
|
|
7293
|
+
"value": {
|
|
7294
|
+
"kind": "expression",
|
|
7295
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7296
|
+
}
|
|
6358
7297
|
}
|
|
6359
7298
|
],
|
|
6360
7299
|
"slots": [],
|
|
@@ -6368,7 +7307,26 @@
|
|
|
6368
7307
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
6369
7308
|
"symbol": "Reorder"
|
|
6370
7309
|
},
|
|
6371
|
-
"attributes": [
|
|
7310
|
+
"attributes": [
|
|
7311
|
+
{
|
|
7312
|
+
"name": "mode",
|
|
7313
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7314
|
+
"required": false,
|
|
7315
|
+
"value": {
|
|
7316
|
+
"kind": "expression",
|
|
7317
|
+
"type": "\"ios\" | \"md\""
|
|
7318
|
+
}
|
|
7319
|
+
},
|
|
7320
|
+
{
|
|
7321
|
+
"name": "theme",
|
|
7322
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7323
|
+
"required": false,
|
|
7324
|
+
"value": {
|
|
7325
|
+
"kind": "expression",
|
|
7326
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7327
|
+
}
|
|
7328
|
+
}
|
|
7329
|
+
],
|
|
6372
7330
|
"slots": [],
|
|
6373
7331
|
"events": []
|
|
6374
7332
|
},
|
|
@@ -6390,6 +7348,24 @@
|
|
|
6390
7348
|
"kind": "expression",
|
|
6391
7349
|
"type": "boolean"
|
|
6392
7350
|
}
|
|
7351
|
+
},
|
|
7352
|
+
{
|
|
7353
|
+
"name": "mode",
|
|
7354
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7355
|
+
"required": false,
|
|
7356
|
+
"value": {
|
|
7357
|
+
"kind": "expression",
|
|
7358
|
+
"type": "\"ios\" | \"md\""
|
|
7359
|
+
}
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"name": "theme",
|
|
7363
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7364
|
+
"required": false,
|
|
7365
|
+
"value": {
|
|
7366
|
+
"kind": "expression",
|
|
7367
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7368
|
+
}
|
|
6393
7369
|
}
|
|
6394
7370
|
],
|
|
6395
7371
|
"slots": [],
|
|
@@ -6445,6 +7421,24 @@
|
|
|
6445
7421
|
"symbol": "RippleEffect"
|
|
6446
7422
|
},
|
|
6447
7423
|
"attributes": [
|
|
7424
|
+
{
|
|
7425
|
+
"name": "mode",
|
|
7426
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7427
|
+
"required": false,
|
|
7428
|
+
"value": {
|
|
7429
|
+
"kind": "expression",
|
|
7430
|
+
"type": "\"ios\" | \"md\""
|
|
7431
|
+
}
|
|
7432
|
+
},
|
|
7433
|
+
{
|
|
7434
|
+
"name": "theme",
|
|
7435
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7436
|
+
"required": false,
|
|
7437
|
+
"value": {
|
|
7438
|
+
"kind": "expression",
|
|
7439
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7440
|
+
}
|
|
7441
|
+
},
|
|
6448
7442
|
{
|
|
6449
7443
|
"name": "type",
|
|
6450
7444
|
"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.",
|
|
@@ -6504,6 +7498,24 @@
|
|
|
6504
7498
|
"type": "undefined | { [key: string]: any; }"
|
|
6505
7499
|
}
|
|
6506
7500
|
},
|
|
7501
|
+
{
|
|
7502
|
+
"name": "mode",
|
|
7503
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7504
|
+
"required": false,
|
|
7505
|
+
"value": {
|
|
7506
|
+
"kind": "expression",
|
|
7507
|
+
"type": "\"ios\" | \"md\""
|
|
7508
|
+
}
|
|
7509
|
+
},
|
|
7510
|
+
{
|
|
7511
|
+
"name": "theme",
|
|
7512
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7513
|
+
"required": false,
|
|
7514
|
+
"value": {
|
|
7515
|
+
"kind": "expression",
|
|
7516
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7517
|
+
}
|
|
7518
|
+
},
|
|
6507
7519
|
{
|
|
6508
7520
|
"name": "url",
|
|
6509
7521
|
"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.",
|
|
@@ -6537,7 +7549,26 @@
|
|
|
6537
7549
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
6538
7550
|
"symbol": "Row"
|
|
6539
7551
|
},
|
|
6540
|
-
"attributes": [
|
|
7552
|
+
"attributes": [
|
|
7553
|
+
{
|
|
7554
|
+
"name": "mode",
|
|
7555
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7556
|
+
"required": false,
|
|
7557
|
+
"value": {
|
|
7558
|
+
"kind": "expression",
|
|
7559
|
+
"type": "\"ios\" | \"md\""
|
|
7560
|
+
}
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"name": "theme",
|
|
7564
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7565
|
+
"required": false,
|
|
7566
|
+
"value": {
|
|
7567
|
+
"kind": "expression",
|
|
7568
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7569
|
+
}
|
|
7570
|
+
}
|
|
7571
|
+
],
|
|
6541
7572
|
"slots": [],
|
|
6542
7573
|
"events": []
|
|
6543
7574
|
},
|
|
@@ -6577,7 +7608,7 @@
|
|
|
6577
7608
|
"default": "'off'",
|
|
6578
7609
|
"value": {
|
|
6579
7610
|
"kind": "expression",
|
|
6580
|
-
"type": "\"name\" | \"
|
|
7611
|
+
"type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
|
|
6581
7612
|
}
|
|
6582
7613
|
},
|
|
6583
7614
|
{
|
|
@@ -6592,17 +7623,16 @@
|
|
|
6592
7623
|
},
|
|
6593
7624
|
{
|
|
6594
7625
|
"name": "cancel-button-icon",
|
|
6595
|
-
"description": "Set the cancel button icon. Only
|
|
7626
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
6596
7627
|
"required": false,
|
|
6597
|
-
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
6598
7628
|
"value": {
|
|
6599
7629
|
"kind": "expression",
|
|
6600
|
-
"type": "string"
|
|
7630
|
+
"type": "string | undefined"
|
|
6601
7631
|
}
|
|
6602
7632
|
},
|
|
6603
7633
|
{
|
|
6604
7634
|
"name": "cancel-button-text",
|
|
6605
|
-
"description": "Set the cancel button text. Only
|
|
7635
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
6606
7636
|
"required": false,
|
|
6607
7637
|
"default": "'Cancel'",
|
|
6608
7638
|
"value": {
|
|
@@ -6612,7 +7642,7 @@
|
|
|
6612
7642
|
},
|
|
6613
7643
|
{
|
|
6614
7644
|
"name": "clear-icon",
|
|
6615
|
-
"description": "Set the clear icon. Defaults to
|
|
7645
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
6616
7646
|
"required": false,
|
|
6617
7647
|
"value": {
|
|
6618
7648
|
"kind": "expression",
|
|
@@ -6685,7 +7715,7 @@
|
|
|
6685
7715
|
},
|
|
6686
7716
|
{
|
|
6687
7717
|
"name": "mode",
|
|
6688
|
-
"description": "The mode determines
|
|
7718
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6689
7719
|
"required": false,
|
|
6690
7720
|
"value": {
|
|
6691
7721
|
"kind": "expression",
|
|
@@ -6714,11 +7744,20 @@
|
|
|
6714
7744
|
},
|
|
6715
7745
|
{
|
|
6716
7746
|
"name": "search-icon",
|
|
6717
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7747
|
+
"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.",
|
|
6718
7748
|
"required": false,
|
|
6719
7749
|
"value": {
|
|
6720
7750
|
"kind": "expression",
|
|
6721
|
-
"type": "string | undefined"
|
|
7751
|
+
"type": "boolean | string | undefined"
|
|
7752
|
+
}
|
|
7753
|
+
},
|
|
7754
|
+
{
|
|
7755
|
+
"name": "shape",
|
|
7756
|
+
"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.",
|
|
7757
|
+
"required": false,
|
|
7758
|
+
"value": {
|
|
7759
|
+
"kind": "expression",
|
|
7760
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
6722
7761
|
}
|
|
6723
7762
|
},
|
|
6724
7763
|
{
|
|
@@ -6732,13 +7771,22 @@
|
|
|
6732
7771
|
}
|
|
6733
7772
|
},
|
|
6734
7773
|
{
|
|
6735
|
-
"name": "show-clear-button",
|
|
6736
|
-
"description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
|
|
7774
|
+
"name": "show-clear-button",
|
|
7775
|
+
"description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
|
|
7776
|
+
"required": false,
|
|
7777
|
+
"default": "'always'",
|
|
7778
|
+
"value": {
|
|
7779
|
+
"kind": "expression",
|
|
7780
|
+
"type": "\"always\" | \"focus\" | \"never\""
|
|
7781
|
+
}
|
|
7782
|
+
},
|
|
7783
|
+
{
|
|
7784
|
+
"name": "size",
|
|
7785
|
+
"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.",
|
|
6737
7786
|
"required": false,
|
|
6738
|
-
"default": "'always'",
|
|
6739
7787
|
"value": {
|
|
6740
7788
|
"kind": "expression",
|
|
6741
|
-
"type": "\"
|
|
7789
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
6742
7790
|
}
|
|
6743
7791
|
},
|
|
6744
7792
|
{
|
|
@@ -6751,6 +7799,15 @@
|
|
|
6751
7799
|
"type": "boolean"
|
|
6752
7800
|
}
|
|
6753
7801
|
},
|
|
7802
|
+
{
|
|
7803
|
+
"name": "theme",
|
|
7804
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7805
|
+
"required": false,
|
|
7806
|
+
"value": {
|
|
7807
|
+
"kind": "expression",
|
|
7808
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7809
|
+
}
|
|
7810
|
+
},
|
|
6754
7811
|
{
|
|
6755
7812
|
"name": "type",
|
|
6756
7813
|
"description": "Set the type of the input.",
|
|
@@ -6866,7 +7923,7 @@
|
|
|
6866
7923
|
},
|
|
6867
7924
|
{
|
|
6868
7925
|
"name": "mode",
|
|
6869
|
-
"description": "The mode determines
|
|
7926
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6870
7927
|
"required": false,
|
|
6871
7928
|
"value": {
|
|
6872
7929
|
"kind": "expression",
|
|
@@ -6903,6 +7960,15 @@
|
|
|
6903
7960
|
"type": "boolean"
|
|
6904
7961
|
}
|
|
6905
7962
|
},
|
|
7963
|
+
{
|
|
7964
|
+
"name": "theme",
|
|
7965
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7966
|
+
"required": false,
|
|
7967
|
+
"value": {
|
|
7968
|
+
"kind": "expression",
|
|
7969
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7970
|
+
}
|
|
7971
|
+
},
|
|
6906
7972
|
{
|
|
6907
7973
|
"name": "value",
|
|
6908
7974
|
"description": "the value of the segment.",
|
|
@@ -6967,13 +8033,22 @@
|
|
|
6967
8033
|
},
|
|
6968
8034
|
{
|
|
6969
8035
|
"name": "mode",
|
|
6970
|
-
"description": "The mode determines
|
|
8036
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6971
8037
|
"required": false,
|
|
6972
8038
|
"value": {
|
|
6973
8039
|
"kind": "expression",
|
|
6974
8040
|
"type": "\"ios\" | \"md\""
|
|
6975
8041
|
}
|
|
6976
8042
|
},
|
|
8043
|
+
{
|
|
8044
|
+
"name": "theme",
|
|
8045
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8046
|
+
"required": false,
|
|
8047
|
+
"value": {
|
|
8048
|
+
"kind": "expression",
|
|
8049
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8050
|
+
}
|
|
8051
|
+
},
|
|
6977
8052
|
{
|
|
6978
8053
|
"name": "type",
|
|
6979
8054
|
"description": "The type of the button.",
|
|
@@ -7102,7 +8177,7 @@
|
|
|
7102
8177
|
},
|
|
7103
8178
|
{
|
|
7104
8179
|
"name": "expanded-icon",
|
|
7105
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
8180
|
+
"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.",
|
|
7106
8181
|
"required": false,
|
|
7107
8182
|
"value": {
|
|
7108
8183
|
"kind": "expression",
|
|
@@ -7111,7 +8186,7 @@
|
|
|
7111
8186
|
},
|
|
7112
8187
|
{
|
|
7113
8188
|
"name": "fill",
|
|
7114
|
-
"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
|
|
8189
|
+
"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.",
|
|
7115
8190
|
"required": false,
|
|
7116
8191
|
"value": {
|
|
7117
8192
|
"kind": "expression",
|
|
@@ -7177,7 +8252,7 @@
|
|
|
7177
8252
|
},
|
|
7178
8253
|
{
|
|
7179
8254
|
"name": "mode",
|
|
7180
|
-
"description": "The mode determines
|
|
8255
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7181
8256
|
"required": false,
|
|
7182
8257
|
"value": {
|
|
7183
8258
|
"kind": "expression",
|
|
@@ -7244,16 +8319,34 @@
|
|
|
7244
8319
|
},
|
|
7245
8320
|
{
|
|
7246
8321
|
"name": "shape",
|
|
7247
|
-
"description": "
|
|
8322
|
+
"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.",
|
|
8323
|
+
"required": false,
|
|
8324
|
+
"value": {
|
|
8325
|
+
"kind": "expression",
|
|
8326
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8327
|
+
}
|
|
8328
|
+
},
|
|
8329
|
+
{
|
|
8330
|
+
"name": "size",
|
|
8331
|
+
"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.",
|
|
8332
|
+
"required": false,
|
|
8333
|
+
"value": {
|
|
8334
|
+
"kind": "expression",
|
|
8335
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8336
|
+
}
|
|
8337
|
+
},
|
|
8338
|
+
{
|
|
8339
|
+
"name": "theme",
|
|
8340
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7248
8341
|
"required": false,
|
|
7249
8342
|
"value": {
|
|
7250
8343
|
"kind": "expression",
|
|
7251
|
-
"type": "\"
|
|
8344
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7252
8345
|
}
|
|
7253
8346
|
},
|
|
7254
8347
|
{
|
|
7255
8348
|
"name": "toggle-icon",
|
|
7256
|
-
"description": "The toggle icon to use. Defaults to
|
|
8349
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
7257
8350
|
"required": false,
|
|
7258
8351
|
"value": {
|
|
7259
8352
|
"kind": "expression",
|
|
@@ -7397,6 +8490,24 @@
|
|
|
7397
8490
|
"type": "boolean"
|
|
7398
8491
|
}
|
|
7399
8492
|
},
|
|
8493
|
+
{
|
|
8494
|
+
"name": "mode",
|
|
8495
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8496
|
+
"required": false,
|
|
8497
|
+
"value": {
|
|
8498
|
+
"kind": "expression",
|
|
8499
|
+
"type": "\"ios\" | \"md\""
|
|
8500
|
+
}
|
|
8501
|
+
},
|
|
8502
|
+
{
|
|
8503
|
+
"name": "theme",
|
|
8504
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8505
|
+
"required": false,
|
|
8506
|
+
"value": {
|
|
8507
|
+
"kind": "expression",
|
|
8508
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8509
|
+
}
|
|
8510
|
+
},
|
|
7400
8511
|
{
|
|
7401
8512
|
"name": "value",
|
|
7402
8513
|
"description": "The text value of the option.",
|
|
@@ -7428,6 +8539,24 @@
|
|
|
7428
8539
|
"kind": "expression",
|
|
7429
8540
|
"type": "boolean"
|
|
7430
8541
|
}
|
|
8542
|
+
},
|
|
8543
|
+
{
|
|
8544
|
+
"name": "mode",
|
|
8545
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8546
|
+
"required": false,
|
|
8547
|
+
"value": {
|
|
8548
|
+
"kind": "expression",
|
|
8549
|
+
"type": "\"ios\" | \"md\""
|
|
8550
|
+
}
|
|
8551
|
+
},
|
|
8552
|
+
{
|
|
8553
|
+
"name": "theme",
|
|
8554
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8555
|
+
"required": false,
|
|
8556
|
+
"value": {
|
|
8557
|
+
"kind": "expression",
|
|
8558
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8559
|
+
}
|
|
7431
8560
|
}
|
|
7432
8561
|
],
|
|
7433
8562
|
"slots": [],
|
|
@@ -7460,6 +8589,15 @@
|
|
|
7460
8589
|
"type": "number | undefined"
|
|
7461
8590
|
}
|
|
7462
8591
|
},
|
|
8592
|
+
{
|
|
8593
|
+
"name": "mode",
|
|
8594
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8595
|
+
"required": false,
|
|
8596
|
+
"value": {
|
|
8597
|
+
"kind": "expression",
|
|
8598
|
+
"type": "\"ios\" | \"md\""
|
|
8599
|
+
}
|
|
8600
|
+
},
|
|
7463
8601
|
{
|
|
7464
8602
|
"name": "name",
|
|
7465
8603
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7478,6 +8616,24 @@
|
|
|
7478
8616
|
"kind": "expression",
|
|
7479
8617
|
"type": "boolean"
|
|
7480
8618
|
}
|
|
8619
|
+
},
|
|
8620
|
+
{
|
|
8621
|
+
"name": "size",
|
|
8622
|
+
"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.",
|
|
8623
|
+
"required": false,
|
|
8624
|
+
"value": {
|
|
8625
|
+
"kind": "expression",
|
|
8626
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8627
|
+
}
|
|
8628
|
+
},
|
|
8629
|
+
{
|
|
8630
|
+
"name": "theme",
|
|
8631
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8632
|
+
"required": false,
|
|
8633
|
+
"value": {
|
|
8634
|
+
"kind": "expression",
|
|
8635
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8636
|
+
}
|
|
7481
8637
|
}
|
|
7482
8638
|
],
|
|
7483
8639
|
"slots": [],
|
|
@@ -7511,6 +8667,24 @@
|
|
|
7511
8667
|
"type": "boolean"
|
|
7512
8668
|
}
|
|
7513
8669
|
},
|
|
8670
|
+
{
|
|
8671
|
+
"name": "mode",
|
|
8672
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8673
|
+
"required": false,
|
|
8674
|
+
"value": {
|
|
8675
|
+
"kind": "expression",
|
|
8676
|
+
"type": "\"ios\" | \"md\""
|
|
8677
|
+
}
|
|
8678
|
+
},
|
|
8679
|
+
{
|
|
8680
|
+
"name": "theme",
|
|
8681
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8682
|
+
"required": false,
|
|
8683
|
+
"value": {
|
|
8684
|
+
"kind": "expression",
|
|
8685
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8686
|
+
}
|
|
8687
|
+
},
|
|
7514
8688
|
{
|
|
7515
8689
|
"name": "when",
|
|
7516
8690
|
"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.",
|
|
@@ -7554,6 +8728,15 @@
|
|
|
7554
8728
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
7555
8729
|
}
|
|
7556
8730
|
},
|
|
8731
|
+
{
|
|
8732
|
+
"name": "mode",
|
|
8733
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8734
|
+
"required": false,
|
|
8735
|
+
"value": {
|
|
8736
|
+
"kind": "expression",
|
|
8737
|
+
"type": "\"ios\" | \"md\""
|
|
8738
|
+
}
|
|
8739
|
+
},
|
|
7557
8740
|
{
|
|
7558
8741
|
"name": "tab",
|
|
7559
8742
|
"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.",
|
|
@@ -7562,6 +8745,15 @@
|
|
|
7562
8745
|
"kind": "expression",
|
|
7563
8746
|
"type": "string"
|
|
7564
8747
|
}
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"name": "theme",
|
|
8751
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8752
|
+
"required": false,
|
|
8753
|
+
"value": {
|
|
8754
|
+
"kind": "expression",
|
|
8755
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8756
|
+
}
|
|
7565
8757
|
}
|
|
7566
8758
|
],
|
|
7567
8759
|
"slots": [],
|
|
@@ -7585,9 +8777,19 @@
|
|
|
7585
8777
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7586
8778
|
}
|
|
7587
8779
|
},
|
|
8780
|
+
{
|
|
8781
|
+
"name": "expand",
|
|
8782
|
+
"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\"`.",
|
|
8783
|
+
"required": false,
|
|
8784
|
+
"default": "'full'",
|
|
8785
|
+
"value": {
|
|
8786
|
+
"kind": "expression",
|
|
8787
|
+
"type": "\"compact\" | \"full\""
|
|
8788
|
+
}
|
|
8789
|
+
},
|
|
7588
8790
|
{
|
|
7589
8791
|
"name": "mode",
|
|
7590
|
-
"description": "The mode determines
|
|
8792
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7591
8793
|
"required": false,
|
|
7592
8794
|
"value": {
|
|
7593
8795
|
"kind": "expression",
|
|
@@ -7603,9 +8805,27 @@
|
|
|
7603
8805
|
"type": "string | undefined"
|
|
7604
8806
|
}
|
|
7605
8807
|
},
|
|
8808
|
+
{
|
|
8809
|
+
"name": "shape",
|
|
8810
|
+
"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.",
|
|
8811
|
+
"required": false,
|
|
8812
|
+
"value": {
|
|
8813
|
+
"kind": "expression",
|
|
8814
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8815
|
+
}
|
|
8816
|
+
},
|
|
8817
|
+
{
|
|
8818
|
+
"name": "theme",
|
|
8819
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8820
|
+
"required": false,
|
|
8821
|
+
"value": {
|
|
8822
|
+
"kind": "expression",
|
|
8823
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8824
|
+
}
|
|
8825
|
+
},
|
|
7606
8826
|
{
|
|
7607
8827
|
"name": "translucent",
|
|
7608
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8828
|
+
"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).",
|
|
7609
8829
|
"required": false,
|
|
7610
8830
|
"default": "false",
|
|
7611
8831
|
"value": {
|
|
@@ -7665,7 +8885,7 @@
|
|
|
7665
8885
|
},
|
|
7666
8886
|
{
|
|
7667
8887
|
"name": "mode",
|
|
7668
|
-
"description": "The mode determines
|
|
8888
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7669
8889
|
"required": false,
|
|
7670
8890
|
"value": {
|
|
7671
8891
|
"kind": "expression",
|
|
@@ -7691,6 +8911,15 @@
|
|
|
7691
8911
|
"type": "boolean"
|
|
7692
8912
|
}
|
|
7693
8913
|
},
|
|
8914
|
+
{
|
|
8915
|
+
"name": "shape",
|
|
8916
|
+
"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.",
|
|
8917
|
+
"required": false,
|
|
8918
|
+
"value": {
|
|
8919
|
+
"kind": "expression",
|
|
8920
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8921
|
+
}
|
|
8922
|
+
},
|
|
7694
8923
|
{
|
|
7695
8924
|
"name": "tab",
|
|
7696
8925
|
"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.",
|
|
@@ -7708,6 +8937,15 @@
|
|
|
7708
8937
|
"kind": "expression",
|
|
7709
8938
|
"type": "string | undefined"
|
|
7710
8939
|
}
|
|
8940
|
+
},
|
|
8941
|
+
{
|
|
8942
|
+
"name": "theme",
|
|
8943
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8944
|
+
"required": false,
|
|
8945
|
+
"value": {
|
|
8946
|
+
"kind": "expression",
|
|
8947
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8948
|
+
}
|
|
7711
8949
|
}
|
|
7712
8950
|
],
|
|
7713
8951
|
"slots": [],
|
|
@@ -7721,7 +8959,26 @@
|
|
|
7721
8959
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
7722
8960
|
"symbol": "Tabs"
|
|
7723
8961
|
},
|
|
7724
|
-
"attributes": [
|
|
8962
|
+
"attributes": [
|
|
8963
|
+
{
|
|
8964
|
+
"name": "mode",
|
|
8965
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8966
|
+
"required": false,
|
|
8967
|
+
"value": {
|
|
8968
|
+
"kind": "expression",
|
|
8969
|
+
"type": "\"ios\" | \"md\""
|
|
8970
|
+
}
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"name": "theme",
|
|
8974
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8975
|
+
"required": false,
|
|
8976
|
+
"value": {
|
|
8977
|
+
"kind": "expression",
|
|
8978
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8979
|
+
}
|
|
8980
|
+
}
|
|
8981
|
+
],
|
|
7725
8982
|
"slots": [
|
|
7726
8983
|
{
|
|
7727
8984
|
"name": "default",
|
|
@@ -7779,12 +9036,21 @@
|
|
|
7779
9036
|
},
|
|
7780
9037
|
{
|
|
7781
9038
|
"name": "mode",
|
|
7782
|
-
"description": "The mode determines
|
|
9039
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7783
9040
|
"required": false,
|
|
7784
9041
|
"value": {
|
|
7785
9042
|
"kind": "expression",
|
|
7786
9043
|
"type": "\"ios\" | \"md\""
|
|
7787
9044
|
}
|
|
9045
|
+
},
|
|
9046
|
+
{
|
|
9047
|
+
"name": "theme",
|
|
9048
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9049
|
+
"required": false,
|
|
9050
|
+
"value": {
|
|
9051
|
+
"kind": "expression",
|
|
9052
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9053
|
+
}
|
|
7788
9054
|
}
|
|
7789
9055
|
],
|
|
7790
9056
|
"slots": [],
|
|
@@ -7915,7 +9181,7 @@
|
|
|
7915
9181
|
},
|
|
7916
9182
|
{
|
|
7917
9183
|
"name": "fill",
|
|
7918
|
-
"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
|
|
9184
|
+
"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\"`.",
|
|
7919
9185
|
"required": false,
|
|
7920
9186
|
"value": {
|
|
7921
9187
|
"kind": "expression",
|
|
@@ -7979,7 +9245,7 @@
|
|
|
7979
9245
|
},
|
|
7980
9246
|
{
|
|
7981
9247
|
"name": "mode",
|
|
7982
|
-
"description": "The mode determines
|
|
9248
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7983
9249
|
"required": false,
|
|
7984
9250
|
"value": {
|
|
7985
9251
|
"kind": "expression",
|
|
@@ -8036,11 +9302,21 @@
|
|
|
8036
9302
|
},
|
|
8037
9303
|
{
|
|
8038
9304
|
"name": "shape",
|
|
8039
|
-
"description": "
|
|
9305
|
+
"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.",
|
|
9306
|
+
"required": false,
|
|
9307
|
+
"value": {
|
|
9308
|
+
"kind": "expression",
|
|
9309
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9310
|
+
}
|
|
9311
|
+
},
|
|
9312
|
+
{
|
|
9313
|
+
"name": "size",
|
|
9314
|
+
"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.",
|
|
8040
9315
|
"required": false,
|
|
9316
|
+
"default": "'medium'",
|
|
8041
9317
|
"value": {
|
|
8042
9318
|
"kind": "expression",
|
|
8043
|
-
"type": "\"
|
|
9319
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8044
9320
|
}
|
|
8045
9321
|
},
|
|
8046
9322
|
{
|
|
@@ -8053,6 +9329,15 @@
|
|
|
8053
9329
|
"type": "boolean"
|
|
8054
9330
|
}
|
|
8055
9331
|
},
|
|
9332
|
+
{
|
|
9333
|
+
"name": "theme",
|
|
9334
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9335
|
+
"required": false,
|
|
9336
|
+
"value": {
|
|
9337
|
+
"kind": "expression",
|
|
9338
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9339
|
+
}
|
|
9340
|
+
},
|
|
8056
9341
|
{
|
|
8057
9342
|
"name": "value",
|
|
8058
9343
|
"description": "The value of the textarea.",
|
|
@@ -8138,7 +9423,26 @@
|
|
|
8138
9423
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
8139
9424
|
"symbol": "Thumbnail"
|
|
8140
9425
|
},
|
|
8141
|
-
"attributes": [
|
|
9426
|
+
"attributes": [
|
|
9427
|
+
{
|
|
9428
|
+
"name": "mode",
|
|
9429
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9430
|
+
"required": false,
|
|
9431
|
+
"value": {
|
|
9432
|
+
"kind": "expression",
|
|
9433
|
+
"type": "\"ios\" | \"md\""
|
|
9434
|
+
}
|
|
9435
|
+
},
|
|
9436
|
+
{
|
|
9437
|
+
"name": "theme",
|
|
9438
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9439
|
+
"required": false,
|
|
9440
|
+
"value": {
|
|
9441
|
+
"kind": "expression",
|
|
9442
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9443
|
+
}
|
|
9444
|
+
}
|
|
9445
|
+
],
|
|
8142
9446
|
"slots": [],
|
|
8143
9447
|
"events": []
|
|
8144
9448
|
},
|
|
@@ -8160,6 +9464,15 @@
|
|
|
8160
9464
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8161
9465
|
}
|
|
8162
9466
|
},
|
|
9467
|
+
{
|
|
9468
|
+
"name": "mode",
|
|
9469
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9470
|
+
"required": false,
|
|
9471
|
+
"value": {
|
|
9472
|
+
"kind": "expression",
|
|
9473
|
+
"type": "\"ios\" | \"md\""
|
|
9474
|
+
}
|
|
9475
|
+
},
|
|
8163
9476
|
{
|
|
8164
9477
|
"name": "size",
|
|
8165
9478
|
"description": "The size of the toolbar title.",
|
|
@@ -8168,6 +9481,15 @@
|
|
|
8168
9481
|
"kind": "expression",
|
|
8169
9482
|
"type": "\"large\" | \"small\" | undefined"
|
|
8170
9483
|
}
|
|
9484
|
+
},
|
|
9485
|
+
{
|
|
9486
|
+
"name": "theme",
|
|
9487
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9488
|
+
"required": false,
|
|
9489
|
+
"value": {
|
|
9490
|
+
"kind": "expression",
|
|
9491
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9492
|
+
}
|
|
8171
9493
|
}
|
|
8172
9494
|
],
|
|
8173
9495
|
"slots": [],
|
|
@@ -8256,6 +9578,16 @@
|
|
|
8256
9578
|
"type": "undefined | { [key: string]: any; }"
|
|
8257
9579
|
}
|
|
8258
9580
|
},
|
|
9581
|
+
{
|
|
9582
|
+
"name": "hue",
|
|
9583
|
+
"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.",
|
|
9584
|
+
"required": false,
|
|
9585
|
+
"default": "'subtle'",
|
|
9586
|
+
"value": {
|
|
9587
|
+
"kind": "expression",
|
|
9588
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9589
|
+
}
|
|
9590
|
+
},
|
|
8259
9591
|
{
|
|
8260
9592
|
"name": "icon",
|
|
8261
9593
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -8315,7 +9647,7 @@
|
|
|
8315
9647
|
},
|
|
8316
9648
|
{
|
|
8317
9649
|
"name": "mode",
|
|
8318
|
-
"description": "The mode determines
|
|
9650
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8319
9651
|
"required": false,
|
|
8320
9652
|
"value": {
|
|
8321
9653
|
"kind": "expression",
|
|
@@ -8341,6 +9673,15 @@
|
|
|
8341
9673
|
"type": "HTMLElement | string | undefined"
|
|
8342
9674
|
}
|
|
8343
9675
|
},
|
|
9676
|
+
{
|
|
9677
|
+
"name": "shape",
|
|
9678
|
+
"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.",
|
|
9679
|
+
"required": false,
|
|
9680
|
+
"value": {
|
|
9681
|
+
"kind": "expression",
|
|
9682
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9683
|
+
}
|
|
9684
|
+
},
|
|
8344
9685
|
{
|
|
8345
9686
|
"name": "swipe-gesture",
|
|
8346
9687
|
"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.",
|
|
@@ -8350,9 +9691,18 @@
|
|
|
8350
9691
|
"type": "\"vertical\" | undefined"
|
|
8351
9692
|
}
|
|
8352
9693
|
},
|
|
9694
|
+
{
|
|
9695
|
+
"name": "theme",
|
|
9696
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9697
|
+
"required": false,
|
|
9698
|
+
"value": {
|
|
9699
|
+
"kind": "expression",
|
|
9700
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9701
|
+
}
|
|
9702
|
+
},
|
|
8353
9703
|
{
|
|
8354
9704
|
"name": "translucent",
|
|
8355
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9705
|
+
"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).",
|
|
8356
9706
|
"required": false,
|
|
8357
9707
|
"default": "false",
|
|
8358
9708
|
"value": {
|
|
@@ -8550,7 +9900,7 @@
|
|
|
8550
9900
|
},
|
|
8551
9901
|
{
|
|
8552
9902
|
"name": "mode",
|
|
8553
|
-
"description": "The mode determines
|
|
9903
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8554
9904
|
"required": false,
|
|
8555
9905
|
"value": {
|
|
8556
9906
|
"kind": "expression",
|
|
@@ -8577,6 +9927,15 @@
|
|
|
8577
9927
|
"type": "boolean"
|
|
8578
9928
|
}
|
|
8579
9929
|
},
|
|
9930
|
+
{
|
|
9931
|
+
"name": "theme",
|
|
9932
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9933
|
+
"required": false,
|
|
9934
|
+
"value": {
|
|
9935
|
+
"kind": "expression",
|
|
9936
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9937
|
+
}
|
|
9938
|
+
},
|
|
8580
9939
|
{
|
|
8581
9940
|
"name": "value",
|
|
8582
9941
|
"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>`.",
|
|
@@ -8647,12 +10006,21 @@
|
|
|
8647
10006
|
},
|
|
8648
10007
|
{
|
|
8649
10008
|
"name": "mode",
|
|
8650
|
-
"description": "The mode determines
|
|
10009
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8651
10010
|
"required": false,
|
|
8652
10011
|
"value": {
|
|
8653
10012
|
"kind": "expression",
|
|
8654
10013
|
"type": "\"ios\" | \"md\""
|
|
8655
10014
|
}
|
|
10015
|
+
},
|
|
10016
|
+
{
|
|
10017
|
+
"name": "theme",
|
|
10018
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10019
|
+
"required": false,
|
|
10020
|
+
"value": {
|
|
10021
|
+
"kind": "expression",
|
|
10022
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10023
|
+
}
|
|
8656
10024
|
}
|
|
8657
10025
|
],
|
|
8658
10026
|
"slots": [
|
|
@@ -8666,11 +10034,11 @@
|
|
|
8666
10034
|
},
|
|
8667
10035
|
{
|
|
8668
10036
|
"name": "primary",
|
|
8669
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
10037
|
+
"description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
|
|
8670
10038
|
},
|
|
8671
10039
|
{
|
|
8672
10040
|
"name": "secondary",
|
|
8673
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
10041
|
+
"description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
|
|
8674
10042
|
},
|
|
8675
10043
|
{
|
|
8676
10044
|
"name": "start",
|