@ionic/vue 8.6.5 → 8.6.6-dev.11753284047.10e4473f
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 +2 -2
- package/dist/types/components/IonIcon.d.ts +0 -1
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.6.
|
|
5
|
+
"version": "8.6.6-dev.11753284047.10e4473f",
|
|
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": [],
|
|
@@ -6415,6 +7391,24 @@
|
|
|
6415
7391
|
"symbol": "RippleEffect"
|
|
6416
7392
|
},
|
|
6417
7393
|
"attributes": [
|
|
7394
|
+
{
|
|
7395
|
+
"name": "mode",
|
|
7396
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7397
|
+
"required": false,
|
|
7398
|
+
"value": {
|
|
7399
|
+
"kind": "expression",
|
|
7400
|
+
"type": "\"ios\" | \"md\""
|
|
7401
|
+
}
|
|
7402
|
+
},
|
|
7403
|
+
{
|
|
7404
|
+
"name": "theme",
|
|
7405
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7406
|
+
"required": false,
|
|
7407
|
+
"value": {
|
|
7408
|
+
"kind": "expression",
|
|
7409
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7410
|
+
}
|
|
7411
|
+
},
|
|
6418
7412
|
{
|
|
6419
7413
|
"name": "type",
|
|
6420
7414
|
"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.",
|
|
@@ -6474,6 +7468,24 @@
|
|
|
6474
7468
|
"type": "undefined | { [key: string]: any; }"
|
|
6475
7469
|
}
|
|
6476
7470
|
},
|
|
7471
|
+
{
|
|
7472
|
+
"name": "mode",
|
|
7473
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7474
|
+
"required": false,
|
|
7475
|
+
"value": {
|
|
7476
|
+
"kind": "expression",
|
|
7477
|
+
"type": "\"ios\" | \"md\""
|
|
7478
|
+
}
|
|
7479
|
+
},
|
|
7480
|
+
{
|
|
7481
|
+
"name": "theme",
|
|
7482
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7483
|
+
"required": false,
|
|
7484
|
+
"value": {
|
|
7485
|
+
"kind": "expression",
|
|
7486
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7487
|
+
}
|
|
7488
|
+
},
|
|
6477
7489
|
{
|
|
6478
7490
|
"name": "url",
|
|
6479
7491
|
"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.",
|
|
@@ -6507,7 +7519,26 @@
|
|
|
6507
7519
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
6508
7520
|
"symbol": "Row"
|
|
6509
7521
|
},
|
|
6510
|
-
"attributes": [
|
|
7522
|
+
"attributes": [
|
|
7523
|
+
{
|
|
7524
|
+
"name": "mode",
|
|
7525
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7526
|
+
"required": false,
|
|
7527
|
+
"value": {
|
|
7528
|
+
"kind": "expression",
|
|
7529
|
+
"type": "\"ios\" | \"md\""
|
|
7530
|
+
}
|
|
7531
|
+
},
|
|
7532
|
+
{
|
|
7533
|
+
"name": "theme",
|
|
7534
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7535
|
+
"required": false,
|
|
7536
|
+
"value": {
|
|
7537
|
+
"kind": "expression",
|
|
7538
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7539
|
+
}
|
|
7540
|
+
}
|
|
7541
|
+
],
|
|
6511
7542
|
"slots": [],
|
|
6512
7543
|
"events": []
|
|
6513
7544
|
},
|
|
@@ -6547,7 +7578,7 @@
|
|
|
6547
7578
|
"default": "'off'",
|
|
6548
7579
|
"value": {
|
|
6549
7580
|
"kind": "expression",
|
|
6550
|
-
"type": "\"name\" | \"
|
|
7581
|
+
"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\""
|
|
6551
7582
|
}
|
|
6552
7583
|
},
|
|
6553
7584
|
{
|
|
@@ -6562,17 +7593,16 @@
|
|
|
6562
7593
|
},
|
|
6563
7594
|
{
|
|
6564
7595
|
"name": "cancel-button-icon",
|
|
6565
|
-
"description": "Set the cancel button icon. Only
|
|
7596
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
6566
7597
|
"required": false,
|
|
6567
|
-
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
6568
7598
|
"value": {
|
|
6569
7599
|
"kind": "expression",
|
|
6570
|
-
"type": "string"
|
|
7600
|
+
"type": "string | undefined"
|
|
6571
7601
|
}
|
|
6572
7602
|
},
|
|
6573
7603
|
{
|
|
6574
7604
|
"name": "cancel-button-text",
|
|
6575
|
-
"description": "Set the cancel button text. Only
|
|
7605
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
6576
7606
|
"required": false,
|
|
6577
7607
|
"default": "'Cancel'",
|
|
6578
7608
|
"value": {
|
|
@@ -6582,7 +7612,7 @@
|
|
|
6582
7612
|
},
|
|
6583
7613
|
{
|
|
6584
7614
|
"name": "clear-icon",
|
|
6585
|
-
"description": "Set the clear icon. Defaults to
|
|
7615
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
6586
7616
|
"required": false,
|
|
6587
7617
|
"value": {
|
|
6588
7618
|
"kind": "expression",
|
|
@@ -6655,7 +7685,7 @@
|
|
|
6655
7685
|
},
|
|
6656
7686
|
{
|
|
6657
7687
|
"name": "mode",
|
|
6658
|
-
"description": "The mode determines
|
|
7688
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6659
7689
|
"required": false,
|
|
6660
7690
|
"value": {
|
|
6661
7691
|
"kind": "expression",
|
|
@@ -6684,11 +7714,20 @@
|
|
|
6684
7714
|
},
|
|
6685
7715
|
{
|
|
6686
7716
|
"name": "search-icon",
|
|
6687
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7717
|
+
"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.",
|
|
6688
7718
|
"required": false,
|
|
6689
7719
|
"value": {
|
|
6690
7720
|
"kind": "expression",
|
|
6691
|
-
"type": "string | undefined"
|
|
7721
|
+
"type": "boolean | string | undefined"
|
|
7722
|
+
}
|
|
7723
|
+
},
|
|
7724
|
+
{
|
|
7725
|
+
"name": "shape",
|
|
7726
|
+
"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.",
|
|
7727
|
+
"required": false,
|
|
7728
|
+
"value": {
|
|
7729
|
+
"kind": "expression",
|
|
7730
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
6692
7731
|
}
|
|
6693
7732
|
},
|
|
6694
7733
|
{
|
|
@@ -6702,13 +7741,22 @@
|
|
|
6702
7741
|
}
|
|
6703
7742
|
},
|
|
6704
7743
|
{
|
|
6705
|
-
"name": "show-clear-button",
|
|
6706
|
-
"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.",
|
|
7744
|
+
"name": "show-clear-button",
|
|
7745
|
+
"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.",
|
|
7746
|
+
"required": false,
|
|
7747
|
+
"default": "'always'",
|
|
7748
|
+
"value": {
|
|
7749
|
+
"kind": "expression",
|
|
7750
|
+
"type": "\"always\" | \"focus\" | \"never\""
|
|
7751
|
+
}
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
"name": "size",
|
|
7755
|
+
"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.",
|
|
6707
7756
|
"required": false,
|
|
6708
|
-
"default": "'always'",
|
|
6709
7757
|
"value": {
|
|
6710
7758
|
"kind": "expression",
|
|
6711
|
-
"type": "\"
|
|
7759
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
6712
7760
|
}
|
|
6713
7761
|
},
|
|
6714
7762
|
{
|
|
@@ -6721,6 +7769,15 @@
|
|
|
6721
7769
|
"type": "boolean"
|
|
6722
7770
|
}
|
|
6723
7771
|
},
|
|
7772
|
+
{
|
|
7773
|
+
"name": "theme",
|
|
7774
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7775
|
+
"required": false,
|
|
7776
|
+
"value": {
|
|
7777
|
+
"kind": "expression",
|
|
7778
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7779
|
+
}
|
|
7780
|
+
},
|
|
6724
7781
|
{
|
|
6725
7782
|
"name": "type",
|
|
6726
7783
|
"description": "Set the type of the input.",
|
|
@@ -6836,7 +7893,7 @@
|
|
|
6836
7893
|
},
|
|
6837
7894
|
{
|
|
6838
7895
|
"name": "mode",
|
|
6839
|
-
"description": "The mode determines
|
|
7896
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6840
7897
|
"required": false,
|
|
6841
7898
|
"value": {
|
|
6842
7899
|
"kind": "expression",
|
|
@@ -6873,6 +7930,15 @@
|
|
|
6873
7930
|
"type": "boolean"
|
|
6874
7931
|
}
|
|
6875
7932
|
},
|
|
7933
|
+
{
|
|
7934
|
+
"name": "theme",
|
|
7935
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7936
|
+
"required": false,
|
|
7937
|
+
"value": {
|
|
7938
|
+
"kind": "expression",
|
|
7939
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7940
|
+
}
|
|
7941
|
+
},
|
|
6876
7942
|
{
|
|
6877
7943
|
"name": "value",
|
|
6878
7944
|
"description": "the value of the segment.",
|
|
@@ -6937,13 +8003,22 @@
|
|
|
6937
8003
|
},
|
|
6938
8004
|
{
|
|
6939
8005
|
"name": "mode",
|
|
6940
|
-
"description": "The mode determines
|
|
8006
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6941
8007
|
"required": false,
|
|
6942
8008
|
"value": {
|
|
6943
8009
|
"kind": "expression",
|
|
6944
8010
|
"type": "\"ios\" | \"md\""
|
|
6945
8011
|
}
|
|
6946
8012
|
},
|
|
8013
|
+
{
|
|
8014
|
+
"name": "theme",
|
|
8015
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8016
|
+
"required": false,
|
|
8017
|
+
"value": {
|
|
8018
|
+
"kind": "expression",
|
|
8019
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8020
|
+
}
|
|
8021
|
+
},
|
|
6947
8022
|
{
|
|
6948
8023
|
"name": "type",
|
|
6949
8024
|
"description": "The type of the button.",
|
|
@@ -7072,7 +8147,7 @@
|
|
|
7072
8147
|
},
|
|
7073
8148
|
{
|
|
7074
8149
|
"name": "expanded-icon",
|
|
7075
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
8150
|
+
"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.",
|
|
7076
8151
|
"required": false,
|
|
7077
8152
|
"value": {
|
|
7078
8153
|
"kind": "expression",
|
|
@@ -7081,7 +8156,7 @@
|
|
|
7081
8156
|
},
|
|
7082
8157
|
{
|
|
7083
8158
|
"name": "fill",
|
|
7084
|
-
"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
|
|
8159
|
+
"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.",
|
|
7085
8160
|
"required": false,
|
|
7086
8161
|
"value": {
|
|
7087
8162
|
"kind": "expression",
|
|
@@ -7147,7 +8222,7 @@
|
|
|
7147
8222
|
},
|
|
7148
8223
|
{
|
|
7149
8224
|
"name": "mode",
|
|
7150
|
-
"description": "The mode determines
|
|
8225
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7151
8226
|
"required": false,
|
|
7152
8227
|
"value": {
|
|
7153
8228
|
"kind": "expression",
|
|
@@ -7214,16 +8289,34 @@
|
|
|
7214
8289
|
},
|
|
7215
8290
|
{
|
|
7216
8291
|
"name": "shape",
|
|
7217
|
-
"description": "
|
|
8292
|
+
"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.",
|
|
8293
|
+
"required": false,
|
|
8294
|
+
"value": {
|
|
8295
|
+
"kind": "expression",
|
|
8296
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8297
|
+
}
|
|
8298
|
+
},
|
|
8299
|
+
{
|
|
8300
|
+
"name": "size",
|
|
8301
|
+
"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.",
|
|
8302
|
+
"required": false,
|
|
8303
|
+
"value": {
|
|
8304
|
+
"kind": "expression",
|
|
8305
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8306
|
+
}
|
|
8307
|
+
},
|
|
8308
|
+
{
|
|
8309
|
+
"name": "theme",
|
|
8310
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7218
8311
|
"required": false,
|
|
7219
8312
|
"value": {
|
|
7220
8313
|
"kind": "expression",
|
|
7221
|
-
"type": "\"
|
|
8314
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7222
8315
|
}
|
|
7223
8316
|
},
|
|
7224
8317
|
{
|
|
7225
8318
|
"name": "toggle-icon",
|
|
7226
|
-
"description": "The toggle icon to use. Defaults to
|
|
8319
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
7227
8320
|
"required": false,
|
|
7228
8321
|
"value": {
|
|
7229
8322
|
"kind": "expression",
|
|
@@ -7367,6 +8460,24 @@
|
|
|
7367
8460
|
"type": "boolean"
|
|
7368
8461
|
}
|
|
7369
8462
|
},
|
|
8463
|
+
{
|
|
8464
|
+
"name": "mode",
|
|
8465
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8466
|
+
"required": false,
|
|
8467
|
+
"value": {
|
|
8468
|
+
"kind": "expression",
|
|
8469
|
+
"type": "\"ios\" | \"md\""
|
|
8470
|
+
}
|
|
8471
|
+
},
|
|
8472
|
+
{
|
|
8473
|
+
"name": "theme",
|
|
8474
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8475
|
+
"required": false,
|
|
8476
|
+
"value": {
|
|
8477
|
+
"kind": "expression",
|
|
8478
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8479
|
+
}
|
|
8480
|
+
},
|
|
7370
8481
|
{
|
|
7371
8482
|
"name": "value",
|
|
7372
8483
|
"description": "The text value of the option.",
|
|
@@ -7398,6 +8509,24 @@
|
|
|
7398
8509
|
"kind": "expression",
|
|
7399
8510
|
"type": "boolean"
|
|
7400
8511
|
}
|
|
8512
|
+
},
|
|
8513
|
+
{
|
|
8514
|
+
"name": "mode",
|
|
8515
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8516
|
+
"required": false,
|
|
8517
|
+
"value": {
|
|
8518
|
+
"kind": "expression",
|
|
8519
|
+
"type": "\"ios\" | \"md\""
|
|
8520
|
+
}
|
|
8521
|
+
},
|
|
8522
|
+
{
|
|
8523
|
+
"name": "theme",
|
|
8524
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8525
|
+
"required": false,
|
|
8526
|
+
"value": {
|
|
8527
|
+
"kind": "expression",
|
|
8528
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8529
|
+
}
|
|
7401
8530
|
}
|
|
7402
8531
|
],
|
|
7403
8532
|
"slots": [],
|
|
@@ -7430,6 +8559,15 @@
|
|
|
7430
8559
|
"type": "number | undefined"
|
|
7431
8560
|
}
|
|
7432
8561
|
},
|
|
8562
|
+
{
|
|
8563
|
+
"name": "mode",
|
|
8564
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8565
|
+
"required": false,
|
|
8566
|
+
"value": {
|
|
8567
|
+
"kind": "expression",
|
|
8568
|
+
"type": "\"ios\" | \"md\""
|
|
8569
|
+
}
|
|
8570
|
+
},
|
|
7433
8571
|
{
|
|
7434
8572
|
"name": "name",
|
|
7435
8573
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7448,6 +8586,24 @@
|
|
|
7448
8586
|
"kind": "expression",
|
|
7449
8587
|
"type": "boolean"
|
|
7450
8588
|
}
|
|
8589
|
+
},
|
|
8590
|
+
{
|
|
8591
|
+
"name": "size",
|
|
8592
|
+
"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.",
|
|
8593
|
+
"required": false,
|
|
8594
|
+
"value": {
|
|
8595
|
+
"kind": "expression",
|
|
8596
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8597
|
+
}
|
|
8598
|
+
},
|
|
8599
|
+
{
|
|
8600
|
+
"name": "theme",
|
|
8601
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8602
|
+
"required": false,
|
|
8603
|
+
"value": {
|
|
8604
|
+
"kind": "expression",
|
|
8605
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8606
|
+
}
|
|
7451
8607
|
}
|
|
7452
8608
|
],
|
|
7453
8609
|
"slots": [],
|
|
@@ -7481,6 +8637,24 @@
|
|
|
7481
8637
|
"type": "boolean"
|
|
7482
8638
|
}
|
|
7483
8639
|
},
|
|
8640
|
+
{
|
|
8641
|
+
"name": "mode",
|
|
8642
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8643
|
+
"required": false,
|
|
8644
|
+
"value": {
|
|
8645
|
+
"kind": "expression",
|
|
8646
|
+
"type": "\"ios\" | \"md\""
|
|
8647
|
+
}
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"name": "theme",
|
|
8651
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8652
|
+
"required": false,
|
|
8653
|
+
"value": {
|
|
8654
|
+
"kind": "expression",
|
|
8655
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8656
|
+
}
|
|
8657
|
+
},
|
|
7484
8658
|
{
|
|
7485
8659
|
"name": "when",
|
|
7486
8660
|
"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.",
|
|
@@ -7524,6 +8698,15 @@
|
|
|
7524
8698
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
7525
8699
|
}
|
|
7526
8700
|
},
|
|
8701
|
+
{
|
|
8702
|
+
"name": "mode",
|
|
8703
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8704
|
+
"required": false,
|
|
8705
|
+
"value": {
|
|
8706
|
+
"kind": "expression",
|
|
8707
|
+
"type": "\"ios\" | \"md\""
|
|
8708
|
+
}
|
|
8709
|
+
},
|
|
7527
8710
|
{
|
|
7528
8711
|
"name": "tab",
|
|
7529
8712
|
"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.",
|
|
@@ -7532,6 +8715,15 @@
|
|
|
7532
8715
|
"kind": "expression",
|
|
7533
8716
|
"type": "string"
|
|
7534
8717
|
}
|
|
8718
|
+
},
|
|
8719
|
+
{
|
|
8720
|
+
"name": "theme",
|
|
8721
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8722
|
+
"required": false,
|
|
8723
|
+
"value": {
|
|
8724
|
+
"kind": "expression",
|
|
8725
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8726
|
+
}
|
|
7535
8727
|
}
|
|
7536
8728
|
],
|
|
7537
8729
|
"slots": [],
|
|
@@ -7555,9 +8747,19 @@
|
|
|
7555
8747
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7556
8748
|
}
|
|
7557
8749
|
},
|
|
8750
|
+
{
|
|
8751
|
+
"name": "expand",
|
|
8752
|
+
"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\"`.",
|
|
8753
|
+
"required": false,
|
|
8754
|
+
"default": "'full'",
|
|
8755
|
+
"value": {
|
|
8756
|
+
"kind": "expression",
|
|
8757
|
+
"type": "\"compact\" | \"full\""
|
|
8758
|
+
}
|
|
8759
|
+
},
|
|
7558
8760
|
{
|
|
7559
8761
|
"name": "mode",
|
|
7560
|
-
"description": "The mode determines
|
|
8762
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7561
8763
|
"required": false,
|
|
7562
8764
|
"value": {
|
|
7563
8765
|
"kind": "expression",
|
|
@@ -7573,9 +8775,27 @@
|
|
|
7573
8775
|
"type": "string | undefined"
|
|
7574
8776
|
}
|
|
7575
8777
|
},
|
|
8778
|
+
{
|
|
8779
|
+
"name": "shape",
|
|
8780
|
+
"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.",
|
|
8781
|
+
"required": false,
|
|
8782
|
+
"value": {
|
|
8783
|
+
"kind": "expression",
|
|
8784
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8785
|
+
}
|
|
8786
|
+
},
|
|
8787
|
+
{
|
|
8788
|
+
"name": "theme",
|
|
8789
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8790
|
+
"required": false,
|
|
8791
|
+
"value": {
|
|
8792
|
+
"kind": "expression",
|
|
8793
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8794
|
+
}
|
|
8795
|
+
},
|
|
7576
8796
|
{
|
|
7577
8797
|
"name": "translucent",
|
|
7578
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8798
|
+
"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).",
|
|
7579
8799
|
"required": false,
|
|
7580
8800
|
"default": "false",
|
|
7581
8801
|
"value": {
|
|
@@ -7635,7 +8855,7 @@
|
|
|
7635
8855
|
},
|
|
7636
8856
|
{
|
|
7637
8857
|
"name": "mode",
|
|
7638
|
-
"description": "The mode determines
|
|
8858
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7639
8859
|
"required": false,
|
|
7640
8860
|
"value": {
|
|
7641
8861
|
"kind": "expression",
|
|
@@ -7661,6 +8881,15 @@
|
|
|
7661
8881
|
"type": "boolean"
|
|
7662
8882
|
}
|
|
7663
8883
|
},
|
|
8884
|
+
{
|
|
8885
|
+
"name": "shape",
|
|
8886
|
+
"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.",
|
|
8887
|
+
"required": false,
|
|
8888
|
+
"value": {
|
|
8889
|
+
"kind": "expression",
|
|
8890
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8891
|
+
}
|
|
8892
|
+
},
|
|
7664
8893
|
{
|
|
7665
8894
|
"name": "tab",
|
|
7666
8895
|
"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.",
|
|
@@ -7678,6 +8907,15 @@
|
|
|
7678
8907
|
"kind": "expression",
|
|
7679
8908
|
"type": "string | undefined"
|
|
7680
8909
|
}
|
|
8910
|
+
},
|
|
8911
|
+
{
|
|
8912
|
+
"name": "theme",
|
|
8913
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8914
|
+
"required": false,
|
|
8915
|
+
"value": {
|
|
8916
|
+
"kind": "expression",
|
|
8917
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8918
|
+
}
|
|
7681
8919
|
}
|
|
7682
8920
|
],
|
|
7683
8921
|
"slots": [],
|
|
@@ -7691,7 +8929,26 @@
|
|
|
7691
8929
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
7692
8930
|
"symbol": "Tabs"
|
|
7693
8931
|
},
|
|
7694
|
-
"attributes": [
|
|
8932
|
+
"attributes": [
|
|
8933
|
+
{
|
|
8934
|
+
"name": "mode",
|
|
8935
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8936
|
+
"required": false,
|
|
8937
|
+
"value": {
|
|
8938
|
+
"kind": "expression",
|
|
8939
|
+
"type": "\"ios\" | \"md\""
|
|
8940
|
+
}
|
|
8941
|
+
},
|
|
8942
|
+
{
|
|
8943
|
+
"name": "theme",
|
|
8944
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8945
|
+
"required": false,
|
|
8946
|
+
"value": {
|
|
8947
|
+
"kind": "expression",
|
|
8948
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8949
|
+
}
|
|
8950
|
+
}
|
|
8951
|
+
],
|
|
7695
8952
|
"slots": [
|
|
7696
8953
|
{
|
|
7697
8954
|
"name": "default",
|
|
@@ -7749,12 +9006,21 @@
|
|
|
7749
9006
|
},
|
|
7750
9007
|
{
|
|
7751
9008
|
"name": "mode",
|
|
7752
|
-
"description": "The mode determines
|
|
9009
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7753
9010
|
"required": false,
|
|
7754
9011
|
"value": {
|
|
7755
9012
|
"kind": "expression",
|
|
7756
9013
|
"type": "\"ios\" | \"md\""
|
|
7757
9014
|
}
|
|
9015
|
+
},
|
|
9016
|
+
{
|
|
9017
|
+
"name": "theme",
|
|
9018
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9019
|
+
"required": false,
|
|
9020
|
+
"value": {
|
|
9021
|
+
"kind": "expression",
|
|
9022
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9023
|
+
}
|
|
7758
9024
|
}
|
|
7759
9025
|
],
|
|
7760
9026
|
"slots": [],
|
|
@@ -7885,7 +9151,7 @@
|
|
|
7885
9151
|
},
|
|
7886
9152
|
{
|
|
7887
9153
|
"name": "fill",
|
|
7888
|
-
"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
|
|
9154
|
+
"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\"`.",
|
|
7889
9155
|
"required": false,
|
|
7890
9156
|
"value": {
|
|
7891
9157
|
"kind": "expression",
|
|
@@ -7949,7 +9215,7 @@
|
|
|
7949
9215
|
},
|
|
7950
9216
|
{
|
|
7951
9217
|
"name": "mode",
|
|
7952
|
-
"description": "The mode determines
|
|
9218
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7953
9219
|
"required": false,
|
|
7954
9220
|
"value": {
|
|
7955
9221
|
"kind": "expression",
|
|
@@ -8006,11 +9272,21 @@
|
|
|
8006
9272
|
},
|
|
8007
9273
|
{
|
|
8008
9274
|
"name": "shape",
|
|
8009
|
-
"description": "
|
|
9275
|
+
"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.",
|
|
9276
|
+
"required": false,
|
|
9277
|
+
"value": {
|
|
9278
|
+
"kind": "expression",
|
|
9279
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9280
|
+
}
|
|
9281
|
+
},
|
|
9282
|
+
{
|
|
9283
|
+
"name": "size",
|
|
9284
|
+
"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.",
|
|
8010
9285
|
"required": false,
|
|
9286
|
+
"default": "'medium'",
|
|
8011
9287
|
"value": {
|
|
8012
9288
|
"kind": "expression",
|
|
8013
|
-
"type": "\"
|
|
9289
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8014
9290
|
}
|
|
8015
9291
|
},
|
|
8016
9292
|
{
|
|
@@ -8023,6 +9299,15 @@
|
|
|
8023
9299
|
"type": "boolean"
|
|
8024
9300
|
}
|
|
8025
9301
|
},
|
|
9302
|
+
{
|
|
9303
|
+
"name": "theme",
|
|
9304
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9305
|
+
"required": false,
|
|
9306
|
+
"value": {
|
|
9307
|
+
"kind": "expression",
|
|
9308
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9309
|
+
}
|
|
9310
|
+
},
|
|
8026
9311
|
{
|
|
8027
9312
|
"name": "value",
|
|
8028
9313
|
"description": "The value of the textarea.",
|
|
@@ -8108,7 +9393,26 @@
|
|
|
8108
9393
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
8109
9394
|
"symbol": "Thumbnail"
|
|
8110
9395
|
},
|
|
8111
|
-
"attributes": [
|
|
9396
|
+
"attributes": [
|
|
9397
|
+
{
|
|
9398
|
+
"name": "mode",
|
|
9399
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9400
|
+
"required": false,
|
|
9401
|
+
"value": {
|
|
9402
|
+
"kind": "expression",
|
|
9403
|
+
"type": "\"ios\" | \"md\""
|
|
9404
|
+
}
|
|
9405
|
+
},
|
|
9406
|
+
{
|
|
9407
|
+
"name": "theme",
|
|
9408
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9409
|
+
"required": false,
|
|
9410
|
+
"value": {
|
|
9411
|
+
"kind": "expression",
|
|
9412
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9413
|
+
}
|
|
9414
|
+
}
|
|
9415
|
+
],
|
|
8112
9416
|
"slots": [],
|
|
8113
9417
|
"events": []
|
|
8114
9418
|
},
|
|
@@ -8130,6 +9434,15 @@
|
|
|
8130
9434
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8131
9435
|
}
|
|
8132
9436
|
},
|
|
9437
|
+
{
|
|
9438
|
+
"name": "mode",
|
|
9439
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9440
|
+
"required": false,
|
|
9441
|
+
"value": {
|
|
9442
|
+
"kind": "expression",
|
|
9443
|
+
"type": "\"ios\" | \"md\""
|
|
9444
|
+
}
|
|
9445
|
+
},
|
|
8133
9446
|
{
|
|
8134
9447
|
"name": "size",
|
|
8135
9448
|
"description": "The size of the toolbar title.",
|
|
@@ -8138,6 +9451,15 @@
|
|
|
8138
9451
|
"kind": "expression",
|
|
8139
9452
|
"type": "\"large\" | \"small\" | undefined"
|
|
8140
9453
|
}
|
|
9454
|
+
},
|
|
9455
|
+
{
|
|
9456
|
+
"name": "theme",
|
|
9457
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9458
|
+
"required": false,
|
|
9459
|
+
"value": {
|
|
9460
|
+
"kind": "expression",
|
|
9461
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9462
|
+
}
|
|
8141
9463
|
}
|
|
8142
9464
|
],
|
|
8143
9465
|
"slots": [],
|
|
@@ -8226,6 +9548,16 @@
|
|
|
8226
9548
|
"type": "undefined | { [key: string]: any; }"
|
|
8227
9549
|
}
|
|
8228
9550
|
},
|
|
9551
|
+
{
|
|
9552
|
+
"name": "hue",
|
|
9553
|
+
"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.",
|
|
9554
|
+
"required": false,
|
|
9555
|
+
"default": "'subtle'",
|
|
9556
|
+
"value": {
|
|
9557
|
+
"kind": "expression",
|
|
9558
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9559
|
+
}
|
|
9560
|
+
},
|
|
8229
9561
|
{
|
|
8230
9562
|
"name": "icon",
|
|
8231
9563
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -8285,7 +9617,7 @@
|
|
|
8285
9617
|
},
|
|
8286
9618
|
{
|
|
8287
9619
|
"name": "mode",
|
|
8288
|
-
"description": "The mode determines
|
|
9620
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8289
9621
|
"required": false,
|
|
8290
9622
|
"value": {
|
|
8291
9623
|
"kind": "expression",
|
|
@@ -8311,6 +9643,15 @@
|
|
|
8311
9643
|
"type": "HTMLElement | string | undefined"
|
|
8312
9644
|
}
|
|
8313
9645
|
},
|
|
9646
|
+
{
|
|
9647
|
+
"name": "shape",
|
|
9648
|
+
"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.",
|
|
9649
|
+
"required": false,
|
|
9650
|
+
"value": {
|
|
9651
|
+
"kind": "expression",
|
|
9652
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9653
|
+
}
|
|
9654
|
+
},
|
|
8314
9655
|
{
|
|
8315
9656
|
"name": "swipe-gesture",
|
|
8316
9657
|
"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.",
|
|
@@ -8320,9 +9661,18 @@
|
|
|
8320
9661
|
"type": "\"vertical\" | undefined"
|
|
8321
9662
|
}
|
|
8322
9663
|
},
|
|
9664
|
+
{
|
|
9665
|
+
"name": "theme",
|
|
9666
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9667
|
+
"required": false,
|
|
9668
|
+
"value": {
|
|
9669
|
+
"kind": "expression",
|
|
9670
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9671
|
+
}
|
|
9672
|
+
},
|
|
8323
9673
|
{
|
|
8324
9674
|
"name": "translucent",
|
|
8325
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9675
|
+
"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).",
|
|
8326
9676
|
"required": false,
|
|
8327
9677
|
"default": "false",
|
|
8328
9678
|
"value": {
|
|
@@ -8520,7 +9870,7 @@
|
|
|
8520
9870
|
},
|
|
8521
9871
|
{
|
|
8522
9872
|
"name": "mode",
|
|
8523
|
-
"description": "The mode determines
|
|
9873
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8524
9874
|
"required": false,
|
|
8525
9875
|
"value": {
|
|
8526
9876
|
"kind": "expression",
|
|
@@ -8547,6 +9897,15 @@
|
|
|
8547
9897
|
"type": "boolean"
|
|
8548
9898
|
}
|
|
8549
9899
|
},
|
|
9900
|
+
{
|
|
9901
|
+
"name": "theme",
|
|
9902
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9903
|
+
"required": false,
|
|
9904
|
+
"value": {
|
|
9905
|
+
"kind": "expression",
|
|
9906
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9907
|
+
}
|
|
9908
|
+
},
|
|
8550
9909
|
{
|
|
8551
9910
|
"name": "value",
|
|
8552
9911
|
"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>`.",
|
|
@@ -8617,12 +9976,21 @@
|
|
|
8617
9976
|
},
|
|
8618
9977
|
{
|
|
8619
9978
|
"name": "mode",
|
|
8620
|
-
"description": "The mode determines
|
|
9979
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8621
9980
|
"required": false,
|
|
8622
9981
|
"value": {
|
|
8623
9982
|
"kind": "expression",
|
|
8624
9983
|
"type": "\"ios\" | \"md\""
|
|
8625
9984
|
}
|
|
9985
|
+
},
|
|
9986
|
+
{
|
|
9987
|
+
"name": "theme",
|
|
9988
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9989
|
+
"required": false,
|
|
9990
|
+
"value": {
|
|
9991
|
+
"kind": "expression",
|
|
9992
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9993
|
+
}
|
|
8626
9994
|
}
|
|
8627
9995
|
],
|
|
8628
9996
|
"slots": [
|
|
@@ -8636,11 +10004,11 @@
|
|
|
8636
10004
|
},
|
|
8637
10005
|
{
|
|
8638
10006
|
"name": "primary",
|
|
8639
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
10007
|
+
"description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
|
|
8640
10008
|
},
|
|
8641
10009
|
{
|
|
8642
10010
|
"name": "secondary",
|
|
8643
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
10011
|
+
"description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
|
|
8644
10012
|
},
|
|
8645
10013
|
{
|
|
8646
10014
|
"name": "start",
|