@ionic/vue 8.7.13 → 8.7.14-dev.11765982433.1ecdbcee
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 +198 -160
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +1600 -178
- package/dist/vetur/tags.json +223 -45
- package/dist/web-types.json +1543 -121
- package/package.json +2 -2
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.7.
|
|
5
|
+
"version": "8.7.14-dev.11765982433.1ecdbcee",
|
|
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.",
|
|
@@ -1802,6 +2139,60 @@
|
|
|
1802
2139
|
"type": "string | undefined"
|
|
1803
2140
|
}
|
|
1804
2141
|
},
|
|
2142
|
+
{
|
|
2143
|
+
"name": "order",
|
|
2144
|
+
"description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2145
|
+
"required": false,
|
|
2146
|
+
"value": {
|
|
2147
|
+
"kind": "expression",
|
|
2148
|
+
"type": "string | undefined"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "order-lg",
|
|
2153
|
+
"description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2154
|
+
"required": false,
|
|
2155
|
+
"value": {
|
|
2156
|
+
"kind": "expression",
|
|
2157
|
+
"type": "string | undefined"
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "order-md",
|
|
2162
|
+
"description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2163
|
+
"required": false,
|
|
2164
|
+
"value": {
|
|
2165
|
+
"kind": "expression",
|
|
2166
|
+
"type": "string | undefined"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"name": "order-sm",
|
|
2171
|
+
"description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2172
|
+
"required": false,
|
|
2173
|
+
"value": {
|
|
2174
|
+
"kind": "expression",
|
|
2175
|
+
"type": "string | undefined"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "order-xl",
|
|
2180
|
+
"description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2181
|
+
"required": false,
|
|
2182
|
+
"value": {
|
|
2183
|
+
"kind": "expression",
|
|
2184
|
+
"type": "string | undefined"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"name": "order-xs",
|
|
2189
|
+
"description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2190
|
+
"required": false,
|
|
2191
|
+
"value": {
|
|
2192
|
+
"kind": "expression",
|
|
2193
|
+
"type": "string | undefined"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
1805
2196
|
{
|
|
1806
2197
|
"name": "pull",
|
|
1807
2198
|
"description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
|
|
@@ -1963,6 +2354,15 @@
|
|
|
1963
2354
|
"kind": "expression",
|
|
1964
2355
|
"type": "string | undefined"
|
|
1965
2356
|
}
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"name": "theme",
|
|
2360
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2361
|
+
"required": false,
|
|
2362
|
+
"value": {
|
|
2363
|
+
"kind": "expression",
|
|
2364
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2365
|
+
}
|
|
1966
2366
|
}
|
|
1967
2367
|
],
|
|
1968
2368
|
"slots": [],
|
|
@@ -2015,6 +2415,15 @@
|
|
|
2015
2415
|
"type": "boolean"
|
|
2016
2416
|
}
|
|
2017
2417
|
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "mode",
|
|
2420
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2421
|
+
"required": false,
|
|
2422
|
+
"value": {
|
|
2423
|
+
"kind": "expression",
|
|
2424
|
+
"type": "\"ios\" | \"md\""
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2018
2427
|
{
|
|
2019
2428
|
"name": "scroll-events",
|
|
2020
2429
|
"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 +2453,15 @@
|
|
|
2044
2453
|
"kind": "expression",
|
|
2045
2454
|
"type": "boolean"
|
|
2046
2455
|
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "theme",
|
|
2459
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2460
|
+
"required": false,
|
|
2461
|
+
"value": {
|
|
2462
|
+
"kind": "expression",
|
|
2463
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2464
|
+
}
|
|
2047
2465
|
}
|
|
2048
2466
|
],
|
|
2049
2467
|
"slots": [
|
|
@@ -2251,7 +2669,7 @@
|
|
|
2251
2669
|
},
|
|
2252
2670
|
{
|
|
2253
2671
|
"name": "mode",
|
|
2254
|
-
"description": "The mode determines
|
|
2672
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2255
2673
|
"required": false,
|
|
2256
2674
|
"value": {
|
|
2257
2675
|
"kind": "expression",
|
|
@@ -2377,6 +2795,15 @@
|
|
|
2377
2795
|
"type": "\"cover\" | \"fixed\""
|
|
2378
2796
|
}
|
|
2379
2797
|
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "theme",
|
|
2800
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2801
|
+
"required": false,
|
|
2802
|
+
"value": {
|
|
2803
|
+
"kind": "expression",
|
|
2804
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2380
2807
|
{
|
|
2381
2808
|
"name": "titleSelectedDatesFormatter",
|
|
2382
2809
|
"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 +2929,21 @@
|
|
|
2502
2929
|
},
|
|
2503
2930
|
{
|
|
2504
2931
|
"name": "mode",
|
|
2505
|
-
"description": "The mode determines
|
|
2932
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2506
2933
|
"required": false,
|
|
2507
2934
|
"value": {
|
|
2508
2935
|
"kind": "expression",
|
|
2509
2936
|
"type": "\"ios\" | \"md\""
|
|
2510
2937
|
}
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "theme",
|
|
2941
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2942
|
+
"required": false,
|
|
2943
|
+
"value": {
|
|
2944
|
+
"kind": "expression",
|
|
2945
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2946
|
+
}
|
|
2511
2947
|
}
|
|
2512
2948
|
],
|
|
2513
2949
|
"slots": [
|
|
@@ -2522,6 +2958,39 @@
|
|
|
2522
2958
|
],
|
|
2523
2959
|
"events": []
|
|
2524
2960
|
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "IonDivider",
|
|
2963
|
+
"doc-url": "https://ionicframework.com/docs/api/divider",
|
|
2964
|
+
"description": "",
|
|
2965
|
+
"source": {
|
|
2966
|
+
"module": "@ionic/core/src/components/divider/divider.d.ts",
|
|
2967
|
+
"symbol": "Divider"
|
|
2968
|
+
},
|
|
2969
|
+
"attributes": [
|
|
2970
|
+
{
|
|
2971
|
+
"name": "inset",
|
|
2972
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
2973
|
+
"required": false,
|
|
2974
|
+
"default": "false",
|
|
2975
|
+
"value": {
|
|
2976
|
+
"kind": "expression",
|
|
2977
|
+
"type": "boolean"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "spacing",
|
|
2982
|
+
"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\"`.",
|
|
2983
|
+
"required": false,
|
|
2984
|
+
"default": "'medium'",
|
|
2985
|
+
"value": {
|
|
2986
|
+
"kind": "expression",
|
|
2987
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"slots": [],
|
|
2992
|
+
"events": []
|
|
2993
|
+
},
|
|
2525
2994
|
{
|
|
2526
2995
|
"name": "IonFab",
|
|
2527
2996
|
"doc-url": "https://ionicframework.com/docs/api/fab",
|
|
@@ -2552,12 +3021,30 @@
|
|
|
2552
3021
|
}
|
|
2553
3022
|
},
|
|
2554
3023
|
{
|
|
2555
|
-
"name": "horizontal",
|
|
2556
|
-
"description": "Where to align the fab horizontally in the viewport.",
|
|
3024
|
+
"name": "horizontal",
|
|
3025
|
+
"description": "Where to align the fab horizontally in the viewport.",
|
|
3026
|
+
"required": false,
|
|
3027
|
+
"value": {
|
|
3028
|
+
"kind": "expression",
|
|
3029
|
+
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"name": "mode",
|
|
3034
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3035
|
+
"required": false,
|
|
3036
|
+
"value": {
|
|
3037
|
+
"kind": "expression",
|
|
3038
|
+
"type": "\"ios\" | \"md\""
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "theme",
|
|
3043
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2557
3044
|
"required": false,
|
|
2558
3045
|
"value": {
|
|
2559
3046
|
"kind": "expression",
|
|
2560
|
-
"type": "\"
|
|
3047
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2561
3048
|
}
|
|
2562
3049
|
},
|
|
2563
3050
|
{
|
|
@@ -2596,10 +3083,9 @@
|
|
|
2596
3083
|
"name": "close-icon",
|
|
2597
3084
|
"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
3085
|
"required": false,
|
|
2599
|
-
"default": "close",
|
|
2600
3086
|
"value": {
|
|
2601
3087
|
"kind": "expression",
|
|
2602
|
-
"type": "string"
|
|
3088
|
+
"type": "string | undefined"
|
|
2603
3089
|
}
|
|
2604
3090
|
},
|
|
2605
3091
|
{
|
|
@@ -2641,7 +3127,7 @@
|
|
|
2641
3127
|
},
|
|
2642
3128
|
{
|
|
2643
3129
|
"name": "mode",
|
|
2644
|
-
"description": "The mode determines
|
|
3130
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2645
3131
|
"required": false,
|
|
2646
3132
|
"value": {
|
|
2647
3133
|
"kind": "expression",
|
|
@@ -2704,9 +3190,18 @@
|
|
|
2704
3190
|
"type": "string | undefined"
|
|
2705
3191
|
}
|
|
2706
3192
|
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "theme",
|
|
3195
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3196
|
+
"required": false,
|
|
3197
|
+
"value": {
|
|
3198
|
+
"kind": "expression",
|
|
3199
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
2707
3202
|
{
|
|
2708
3203
|
"name": "translucent",
|
|
2709
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
3204
|
+
"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
3205
|
"required": false,
|
|
2711
3206
|
"default": "false",
|
|
2712
3207
|
"value": {
|
|
@@ -2768,6 +3263,15 @@
|
|
|
2768
3263
|
"type": "boolean"
|
|
2769
3264
|
}
|
|
2770
3265
|
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "mode",
|
|
3268
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3269
|
+
"required": false,
|
|
3270
|
+
"value": {
|
|
3271
|
+
"kind": "expression",
|
|
3272
|
+
"type": "\"ios\" | \"md\""
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
2771
3275
|
{
|
|
2772
3276
|
"name": "side",
|
|
2773
3277
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2777,6 +3281,15 @@
|
|
|
2777
3281
|
"kind": "expression",
|
|
2778
3282
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
2779
3283
|
}
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "theme",
|
|
3287
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3288
|
+
"required": false,
|
|
3289
|
+
"value": {
|
|
3290
|
+
"kind": "expression",
|
|
3291
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3292
|
+
}
|
|
2780
3293
|
}
|
|
2781
3294
|
],
|
|
2782
3295
|
"slots": [],
|
|
@@ -2793,7 +3306,7 @@
|
|
|
2793
3306
|
"attributes": [
|
|
2794
3307
|
{
|
|
2795
3308
|
"name": "collapse",
|
|
2796
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
3309
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2797
3310
|
"required": false,
|
|
2798
3311
|
"value": {
|
|
2799
3312
|
"kind": "expression",
|
|
@@ -2802,16 +3315,25 @@
|
|
|
2802
3315
|
},
|
|
2803
3316
|
{
|
|
2804
3317
|
"name": "mode",
|
|
2805
|
-
"description": "The mode determines
|
|
3318
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2806
3319
|
"required": false,
|
|
2807
3320
|
"value": {
|
|
2808
3321
|
"kind": "expression",
|
|
2809
3322
|
"type": "\"ios\" | \"md\""
|
|
2810
3323
|
}
|
|
2811
3324
|
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "theme",
|
|
3327
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3328
|
+
"required": false,
|
|
3329
|
+
"value": {
|
|
3330
|
+
"kind": "expression",
|
|
3331
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
2812
3334
|
{
|
|
2813
3335
|
"name": "translucent",
|
|
2814
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
3336
|
+
"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
3337
|
"required": false,
|
|
2816
3338
|
"default": "false",
|
|
2817
3339
|
"value": {
|
|
@@ -2841,6 +3363,24 @@
|
|
|
2841
3363
|
"kind": "expression",
|
|
2842
3364
|
"type": "boolean"
|
|
2843
3365
|
}
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"name": "mode",
|
|
3369
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3370
|
+
"required": false,
|
|
3371
|
+
"value": {
|
|
3372
|
+
"kind": "expression",
|
|
3373
|
+
"type": "\"ios\" | \"md\""
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"name": "theme",
|
|
3378
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3379
|
+
"required": false,
|
|
3380
|
+
"value": {
|
|
3381
|
+
"kind": "expression",
|
|
3382
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3383
|
+
}
|
|
2844
3384
|
}
|
|
2845
3385
|
],
|
|
2846
3386
|
"slots": [],
|
|
@@ -2857,25 +3397,44 @@
|
|
|
2857
3397
|
"attributes": [
|
|
2858
3398
|
{
|
|
2859
3399
|
"name": "collapse",
|
|
2860
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
3400
|
+
"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
3401
|
"required": false,
|
|
2862
3402
|
"value": {
|
|
2863
3403
|
"kind": "expression",
|
|
2864
3404
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
2865
3405
|
}
|
|
2866
3406
|
},
|
|
3407
|
+
{
|
|
3408
|
+
"name": "divider",
|
|
3409
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3410
|
+
"required": false,
|
|
3411
|
+
"default": "false",
|
|
3412
|
+
"value": {
|
|
3413
|
+
"kind": "expression",
|
|
3414
|
+
"type": "boolean"
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
2867
3417
|
{
|
|
2868
3418
|
"name": "mode",
|
|
2869
|
-
"description": "The mode determines
|
|
3419
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2870
3420
|
"required": false,
|
|
2871
3421
|
"value": {
|
|
2872
3422
|
"kind": "expression",
|
|
2873
3423
|
"type": "\"ios\" | \"md\""
|
|
2874
3424
|
}
|
|
2875
3425
|
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "theme",
|
|
3428
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3429
|
+
"required": false,
|
|
3430
|
+
"value": {
|
|
3431
|
+
"kind": "expression",
|
|
3432
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3433
|
+
}
|
|
3434
|
+
},
|
|
2876
3435
|
{
|
|
2877
3436
|
"name": "translucent",
|
|
2878
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3437
|
+
"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
3438
|
"required": false,
|
|
2880
3439
|
"default": "false",
|
|
2881
3440
|
"value": {
|
|
@@ -2905,6 +3464,15 @@
|
|
|
2905
3464
|
"type": "string | undefined"
|
|
2906
3465
|
}
|
|
2907
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "mode",
|
|
3469
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3470
|
+
"required": false,
|
|
3471
|
+
"value": {
|
|
3472
|
+
"kind": "expression",
|
|
3473
|
+
"type": "\"ios\" | \"md\""
|
|
3474
|
+
}
|
|
3475
|
+
},
|
|
2908
3476
|
{
|
|
2909
3477
|
"name": "src",
|
|
2910
3478
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -2913,6 +3481,15 @@
|
|
|
2913
3481
|
"kind": "expression",
|
|
2914
3482
|
"type": "string | undefined"
|
|
2915
3483
|
}
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "theme",
|
|
3487
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3488
|
+
"required": false,
|
|
3489
|
+
"value": {
|
|
3490
|
+
"kind": "expression",
|
|
3491
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3492
|
+
}
|
|
2916
3493
|
}
|
|
2917
3494
|
],
|
|
2918
3495
|
"slots": [],
|
|
@@ -2968,6 +3545,15 @@
|
|
|
2968
3545
|
"type": "boolean"
|
|
2969
3546
|
}
|
|
2970
3547
|
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "mode",
|
|
3550
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3551
|
+
"required": false,
|
|
3552
|
+
"value": {
|
|
3553
|
+
"kind": "expression",
|
|
3554
|
+
"type": "\"ios\" | \"md\""
|
|
3555
|
+
}
|
|
3556
|
+
},
|
|
2971
3557
|
{
|
|
2972
3558
|
"name": "position",
|
|
2973
3559
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2978,6 +3564,25 @@
|
|
|
2978
3564
|
"type": "\"bottom\" | \"top\""
|
|
2979
3565
|
}
|
|
2980
3566
|
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "preserve-rerender-scroll-position",
|
|
3569
|
+
"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.",
|
|
3570
|
+
"required": false,
|
|
3571
|
+
"default": "false",
|
|
3572
|
+
"value": {
|
|
3573
|
+
"kind": "expression",
|
|
3574
|
+
"type": "boolean"
|
|
3575
|
+
}
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "theme",
|
|
3579
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3580
|
+
"required": false,
|
|
3581
|
+
"value": {
|
|
3582
|
+
"kind": "expression",
|
|
3583
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
2981
3586
|
{
|
|
2982
3587
|
"name": "threshold",
|
|
2983
3588
|
"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 +3634,24 @@
|
|
|
3029
3634
|
"kind": "expression",
|
|
3030
3635
|
"type": "IonicSafeString | string | undefined"
|
|
3031
3636
|
}
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"name": "mode",
|
|
3640
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3641
|
+
"required": false,
|
|
3642
|
+
"value": {
|
|
3643
|
+
"kind": "expression",
|
|
3644
|
+
"type": "\"ios\" | \"md\""
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "theme",
|
|
3649
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3650
|
+
"required": false,
|
|
3651
|
+
"value": {
|
|
3652
|
+
"kind": "expression",
|
|
3653
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3654
|
+
}
|
|
3032
3655
|
}
|
|
3033
3656
|
],
|
|
3034
3657
|
"slots": [],
|
|
@@ -3060,7 +3683,7 @@
|
|
|
3060
3683
|
"default": "'off'",
|
|
3061
3684
|
"value": {
|
|
3062
3685
|
"kind": "expression",
|
|
3063
|
-
"type": "\"name\" | \"
|
|
3686
|
+
"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
3687
|
}
|
|
3065
3688
|
},
|
|
3066
3689
|
{
|
|
@@ -3178,7 +3801,7 @@
|
|
|
3178
3801
|
},
|
|
3179
3802
|
{
|
|
3180
3803
|
"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
|
|
3804
|
+
"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
3805
|
"required": false,
|
|
3183
3806
|
"value": {
|
|
3184
3807
|
"kind": "expression",
|
|
@@ -3214,12 +3837,11 @@
|
|
|
3214
3837
|
},
|
|
3215
3838
|
{
|
|
3216
3839
|
"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 (\"...\").",
|
|
3840
|
+
"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
3841
|
"required": false,
|
|
3219
|
-
"default": "'start'",
|
|
3220
3842
|
"value": {
|
|
3221
3843
|
"kind": "expression",
|
|
3222
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3844
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
|
|
3223
3845
|
}
|
|
3224
3846
|
},
|
|
3225
3847
|
{
|
|
@@ -3260,7 +3882,7 @@
|
|
|
3260
3882
|
},
|
|
3261
3883
|
{
|
|
3262
3884
|
"name": "mode",
|
|
3263
|
-
"description": "The mode determines
|
|
3885
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3264
3886
|
"required": false,
|
|
3265
3887
|
"value": {
|
|
3266
3888
|
"kind": "expression",
|
|
@@ -3326,11 +3948,21 @@
|
|
|
3326
3948
|
},
|
|
3327
3949
|
{
|
|
3328
3950
|
"name": "shape",
|
|
3329
|
-
"description": "
|
|
3951
|
+
"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\"`.",
|
|
3952
|
+
"required": false,
|
|
3953
|
+
"value": {
|
|
3954
|
+
"kind": "expression",
|
|
3955
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"name": "size",
|
|
3960
|
+
"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
3961
|
"required": false,
|
|
3962
|
+
"default": "'medium'",
|
|
3331
3963
|
"value": {
|
|
3332
3964
|
"kind": "expression",
|
|
3333
|
-
"type": "\"
|
|
3965
|
+
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3334
3966
|
}
|
|
3335
3967
|
},
|
|
3336
3968
|
{
|
|
@@ -3352,6 +3984,15 @@
|
|
|
3352
3984
|
"type": "string | undefined"
|
|
3353
3985
|
}
|
|
3354
3986
|
},
|
|
3987
|
+
{
|
|
3988
|
+
"name": "theme",
|
|
3989
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3990
|
+
"required": false,
|
|
3991
|
+
"value": {
|
|
3992
|
+
"kind": "expression",
|
|
3993
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3994
|
+
}
|
|
3995
|
+
},
|
|
3355
3996
|
{
|
|
3356
3997
|
"name": "type",
|
|
3357
3998
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3699,7 +4340,7 @@
|
|
|
3699
4340
|
},
|
|
3700
4341
|
{
|
|
3701
4342
|
"name": "detail",
|
|
3702
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4343
|
+
"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
4344
|
"required": false,
|
|
3704
4345
|
"value": {
|
|
3705
4346
|
"kind": "expression",
|
|
@@ -3710,10 +4351,9 @@
|
|
|
3710
4351
|
"name": "detail-icon",
|
|
3711
4352
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
3712
4353
|
"required": false,
|
|
3713
|
-
"default": "chevronForward",
|
|
3714
4354
|
"value": {
|
|
3715
4355
|
"kind": "expression",
|
|
3716
|
-
"type": "string"
|
|
4356
|
+
"type": "string | undefined"
|
|
3717
4357
|
}
|
|
3718
4358
|
},
|
|
3719
4359
|
{
|
|
@@ -3755,7 +4395,7 @@
|
|
|
3755
4395
|
},
|
|
3756
4396
|
{
|
|
3757
4397
|
"name": "mode",
|
|
3758
|
-
"description": "The mode determines
|
|
4398
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3759
4399
|
"required": false,
|
|
3760
4400
|
"value": {
|
|
3761
4401
|
"kind": "expression",
|
|
@@ -3799,6 +4439,15 @@
|
|
|
3799
4439
|
"type": "string | undefined"
|
|
3800
4440
|
}
|
|
3801
4441
|
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "theme",
|
|
4444
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4445
|
+
"required": false,
|
|
4446
|
+
"value": {
|
|
4447
|
+
"kind": "expression",
|
|
4448
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4449
|
+
}
|
|
4450
|
+
},
|
|
3802
4451
|
{
|
|
3803
4452
|
"name": "type",
|
|
3804
4453
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3846,7 +4495,7 @@
|
|
|
3846
4495
|
},
|
|
3847
4496
|
{
|
|
3848
4497
|
"name": "mode",
|
|
3849
|
-
"description": "The mode determines
|
|
4498
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3850
4499
|
"required": false,
|
|
3851
4500
|
"value": {
|
|
3852
4501
|
"kind": "expression",
|
|
@@ -3862,6 +4511,15 @@
|
|
|
3862
4511
|
"kind": "expression",
|
|
3863
4512
|
"type": "boolean"
|
|
3864
4513
|
}
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"name": "theme",
|
|
4517
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4518
|
+
"required": false,
|
|
4519
|
+
"value": {
|
|
4520
|
+
"kind": "expression",
|
|
4521
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4522
|
+
}
|
|
3865
4523
|
}
|
|
3866
4524
|
],
|
|
3867
4525
|
"slots": [
|
|
@@ -3888,7 +4546,26 @@
|
|
|
3888
4546
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
3889
4547
|
"symbol": "ItemGroup"
|
|
3890
4548
|
},
|
|
3891
|
-
"attributes": [
|
|
4549
|
+
"attributes": [
|
|
4550
|
+
{
|
|
4551
|
+
"name": "mode",
|
|
4552
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4553
|
+
"required": false,
|
|
4554
|
+
"value": {
|
|
4555
|
+
"kind": "expression",
|
|
4556
|
+
"type": "\"ios\" | \"md\""
|
|
4557
|
+
}
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"name": "theme",
|
|
4561
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4562
|
+
"required": false,
|
|
4563
|
+
"value": {
|
|
4564
|
+
"kind": "expression",
|
|
4565
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4566
|
+
}
|
|
4567
|
+
}
|
|
4568
|
+
],
|
|
3892
4569
|
"slots": [],
|
|
3893
4570
|
"events": []
|
|
3894
4571
|
},
|
|
@@ -3948,9 +4625,19 @@
|
|
|
3948
4625
|
"type": "string | undefined"
|
|
3949
4626
|
}
|
|
3950
4627
|
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "hue",
|
|
4630
|
+
"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.",
|
|
4631
|
+
"required": false,
|
|
4632
|
+
"default": "'subtle'",
|
|
4633
|
+
"value": {
|
|
4634
|
+
"kind": "expression",
|
|
4635
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
4636
|
+
}
|
|
4637
|
+
},
|
|
3951
4638
|
{
|
|
3952
4639
|
"name": "mode",
|
|
3953
|
-
"description": "The mode determines
|
|
4640
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3954
4641
|
"required": false,
|
|
3955
4642
|
"value": {
|
|
3956
4643
|
"kind": "expression",
|
|
@@ -3966,6 +4653,15 @@
|
|
|
3966
4653
|
"type": "string | undefined"
|
|
3967
4654
|
}
|
|
3968
4655
|
},
|
|
4656
|
+
{
|
|
4657
|
+
"name": "shape",
|
|
4658
|
+
"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.",
|
|
4659
|
+
"required": false,
|
|
4660
|
+
"value": {
|
|
4661
|
+
"kind": "expression",
|
|
4662
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
3969
4665
|
{
|
|
3970
4666
|
"name": "target",
|
|
3971
4667
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -3975,6 +4671,15 @@
|
|
|
3975
4671
|
"type": "string | undefined"
|
|
3976
4672
|
}
|
|
3977
4673
|
},
|
|
4674
|
+
{
|
|
4675
|
+
"name": "theme",
|
|
4676
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4677
|
+
"required": false,
|
|
4678
|
+
"value": {
|
|
4679
|
+
"kind": "expression",
|
|
4680
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
3978
4683
|
{
|
|
3979
4684
|
"name": "type",
|
|
3980
4685
|
"description": "The type of the button.",
|
|
@@ -4023,6 +4728,15 @@
|
|
|
4023
4728
|
"symbol": "ItemOptions"
|
|
4024
4729
|
},
|
|
4025
4730
|
"attributes": [
|
|
4731
|
+
{
|
|
4732
|
+
"name": "mode",
|
|
4733
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4734
|
+
"required": false,
|
|
4735
|
+
"value": {
|
|
4736
|
+
"kind": "expression",
|
|
4737
|
+
"type": "\"ios\" | \"md\""
|
|
4738
|
+
}
|
|
4739
|
+
},
|
|
4026
4740
|
{
|
|
4027
4741
|
"name": "side",
|
|
4028
4742
|
"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 +4746,15 @@
|
|
|
4032
4746
|
"kind": "expression",
|
|
4033
4747
|
"type": "\"end\" | \"start\""
|
|
4034
4748
|
}
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"name": "theme",
|
|
4752
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4753
|
+
"required": false,
|
|
4754
|
+
"value": {
|
|
4755
|
+
"kind": "expression",
|
|
4756
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4757
|
+
}
|
|
4035
4758
|
}
|
|
4036
4759
|
],
|
|
4037
4760
|
"slots": [],
|
|
@@ -4066,6 +4789,24 @@
|
|
|
4066
4789
|
"kind": "expression",
|
|
4067
4790
|
"type": "boolean"
|
|
4068
4791
|
}
|
|
4792
|
+
},
|
|
4793
|
+
{
|
|
4794
|
+
"name": "mode",
|
|
4795
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4796
|
+
"required": false,
|
|
4797
|
+
"value": {
|
|
4798
|
+
"kind": "expression",
|
|
4799
|
+
"type": "\"ios\" | \"md\""
|
|
4800
|
+
}
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"name": "theme",
|
|
4804
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4805
|
+
"required": false,
|
|
4806
|
+
"value": {
|
|
4807
|
+
"kind": "expression",
|
|
4808
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4809
|
+
}
|
|
4069
4810
|
}
|
|
4070
4811
|
],
|
|
4071
4812
|
"slots": [],
|
|
@@ -4102,7 +4843,7 @@
|
|
|
4102
4843
|
},
|
|
4103
4844
|
{
|
|
4104
4845
|
"name": "mode",
|
|
4105
|
-
"description": "The mode determines
|
|
4846
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4106
4847
|
"required": false,
|
|
4107
4848
|
"value": {
|
|
4108
4849
|
"kind": "expression",
|
|
@@ -4117,6 +4858,15 @@
|
|
|
4117
4858
|
"kind": "expression",
|
|
4118
4859
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4119
4860
|
}
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "theme",
|
|
4864
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4865
|
+
"required": false,
|
|
4866
|
+
"value": {
|
|
4867
|
+
"kind": "expression",
|
|
4868
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4869
|
+
}
|
|
4120
4870
|
}
|
|
4121
4871
|
],
|
|
4122
4872
|
"slots": [],
|
|
@@ -4152,12 +4902,30 @@
|
|
|
4152
4902
|
},
|
|
4153
4903
|
{
|
|
4154
4904
|
"name": "mode",
|
|
4155
|
-
"description": "The mode determines
|
|
4905
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4156
4906
|
"required": false,
|
|
4157
4907
|
"value": {
|
|
4158
4908
|
"kind": "expression",
|
|
4159
4909
|
"type": "\"ios\" | \"md\""
|
|
4160
4910
|
}
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"name": "shape",
|
|
4914
|
+
"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.",
|
|
4915
|
+
"required": false,
|
|
4916
|
+
"value": {
|
|
4917
|
+
"kind": "expression",
|
|
4918
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4919
|
+
}
|
|
4920
|
+
},
|
|
4921
|
+
{
|
|
4922
|
+
"name": "theme",
|
|
4923
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4924
|
+
"required": false,
|
|
4925
|
+
"value": {
|
|
4926
|
+
"kind": "expression",
|
|
4927
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4928
|
+
}
|
|
4161
4929
|
}
|
|
4162
4930
|
],
|
|
4163
4931
|
"slots": [],
|
|
@@ -4192,12 +4960,21 @@
|
|
|
4192
4960
|
},
|
|
4193
4961
|
{
|
|
4194
4962
|
"name": "mode",
|
|
4195
|
-
"description": "The mode determines
|
|
4963
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4196
4964
|
"required": false,
|
|
4197
4965
|
"value": {
|
|
4198
4966
|
"kind": "expression",
|
|
4199
4967
|
"type": "\"ios\" | \"md\""
|
|
4200
4968
|
}
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"name": "theme",
|
|
4972
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4973
|
+
"required": false,
|
|
4974
|
+
"value": {
|
|
4975
|
+
"kind": "expression",
|
|
4976
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4977
|
+
}
|
|
4201
4978
|
}
|
|
4202
4979
|
],
|
|
4203
4980
|
"slots": [],
|
|
@@ -4309,7 +5086,7 @@
|
|
|
4309
5086
|
},
|
|
4310
5087
|
{
|
|
4311
5088
|
"name": "mode",
|
|
4312
|
-
"description": "The mode determines
|
|
5089
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4313
5090
|
"required": false,
|
|
4314
5091
|
"value": {
|
|
4315
5092
|
"kind": "expression",
|
|
@@ -4335,9 +5112,18 @@
|
|
|
4335
5112
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4336
5113
|
}
|
|
4337
5114
|
},
|
|
5115
|
+
{
|
|
5116
|
+
"name": "theme",
|
|
5117
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5118
|
+
"required": false,
|
|
5119
|
+
"value": {
|
|
5120
|
+
"kind": "expression",
|
|
5121
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5122
|
+
}
|
|
5123
|
+
},
|
|
4338
5124
|
{
|
|
4339
5125
|
"name": "translucent",
|
|
4340
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
5126
|
+
"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
5127
|
"required": false,
|
|
4342
5128
|
"default": "false",
|
|
4343
5129
|
"value": {
|
|
@@ -4474,16 +5260,25 @@
|
|
|
4474
5260
|
"default": "50",
|
|
4475
5261
|
"value": {
|
|
4476
5262
|
"kind": "expression",
|
|
4477
|
-
"type": "number"
|
|
5263
|
+
"type": "number"
|
|
5264
|
+
}
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"name": "menu-id",
|
|
5268
|
+
"description": "An id for the menu.",
|
|
5269
|
+
"required": false,
|
|
5270
|
+
"value": {
|
|
5271
|
+
"kind": "expression",
|
|
5272
|
+
"type": "string | undefined"
|
|
4478
5273
|
}
|
|
4479
5274
|
},
|
|
4480
5275
|
{
|
|
4481
|
-
"name": "
|
|
4482
|
-
"description": "
|
|
5276
|
+
"name": "mode",
|
|
5277
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4483
5278
|
"required": false,
|
|
4484
5279
|
"value": {
|
|
4485
5280
|
"kind": "expression",
|
|
4486
|
-
"type": "
|
|
5281
|
+
"type": "\"ios\" | \"md\""
|
|
4487
5282
|
}
|
|
4488
5283
|
},
|
|
4489
5284
|
{
|
|
@@ -4506,6 +5301,15 @@
|
|
|
4506
5301
|
"type": "boolean"
|
|
4507
5302
|
}
|
|
4508
5303
|
},
|
|
5304
|
+
{
|
|
5305
|
+
"name": "theme",
|
|
5306
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5307
|
+
"required": false,
|
|
5308
|
+
"value": {
|
|
5309
|
+
"kind": "expression",
|
|
5310
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5311
|
+
}
|
|
5312
|
+
},
|
|
4509
5313
|
{
|
|
4510
5314
|
"name": "type",
|
|
4511
5315
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4609,13 +5413,22 @@
|
|
|
4609
5413
|
},
|
|
4610
5414
|
{
|
|
4611
5415
|
"name": "mode",
|
|
4612
|
-
"description": "The mode determines
|
|
5416
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4613
5417
|
"required": false,
|
|
4614
5418
|
"value": {
|
|
4615
5419
|
"kind": "expression",
|
|
4616
5420
|
"type": "\"ios\" | \"md\""
|
|
4617
5421
|
}
|
|
4618
5422
|
},
|
|
5423
|
+
{
|
|
5424
|
+
"name": "theme",
|
|
5425
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5426
|
+
"required": false,
|
|
5427
|
+
"value": {
|
|
5428
|
+
"kind": "expression",
|
|
5429
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5430
|
+
}
|
|
5431
|
+
},
|
|
4619
5432
|
{
|
|
4620
5433
|
"name": "type",
|
|
4621
5434
|
"description": "The type of the button.",
|
|
@@ -4657,6 +5470,24 @@
|
|
|
4657
5470
|
"kind": "expression",
|
|
4658
5471
|
"type": "string | undefined"
|
|
4659
5472
|
}
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"name": "mode",
|
|
5476
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5477
|
+
"required": false,
|
|
5478
|
+
"value": {
|
|
5479
|
+
"kind": "expression",
|
|
5480
|
+
"type": "\"ios\" | \"md\""
|
|
5481
|
+
}
|
|
5482
|
+
},
|
|
5483
|
+
{
|
|
5484
|
+
"name": "theme",
|
|
5485
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5486
|
+
"required": false,
|
|
5487
|
+
"value": {
|
|
5488
|
+
"kind": "expression",
|
|
5489
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5490
|
+
}
|
|
4660
5491
|
}
|
|
4661
5492
|
],
|
|
4662
5493
|
"slots": [
|
|
@@ -4832,7 +5663,7 @@
|
|
|
4832
5663
|
},
|
|
4833
5664
|
{
|
|
4834
5665
|
"name": "mode",
|
|
4835
|
-
"description": "The mode determines
|
|
5666
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4836
5667
|
"required": false,
|
|
4837
5668
|
"value": {
|
|
4838
5669
|
"kind": "expression",
|
|
@@ -4848,6 +5679,15 @@
|
|
|
4848
5679
|
"type": "HTMLElement | undefined"
|
|
4849
5680
|
}
|
|
4850
5681
|
},
|
|
5682
|
+
{
|
|
5683
|
+
"name": "shape",
|
|
5684
|
+
"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.",
|
|
5685
|
+
"required": false,
|
|
5686
|
+
"value": {
|
|
5687
|
+
"kind": "expression",
|
|
5688
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5689
|
+
}
|
|
5690
|
+
},
|
|
4851
5691
|
{
|
|
4852
5692
|
"name": "show-backdrop",
|
|
4853
5693
|
"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 +5698,15 @@
|
|
|
4858
5698
|
"type": "boolean"
|
|
4859
5699
|
}
|
|
4860
5700
|
},
|
|
5701
|
+
{
|
|
5702
|
+
"name": "theme",
|
|
5703
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5704
|
+
"required": false,
|
|
5705
|
+
"value": {
|
|
5706
|
+
"kind": "expression",
|
|
5707
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5708
|
+
}
|
|
5709
|
+
},
|
|
4861
5710
|
{
|
|
4862
5711
|
"name": "trigger",
|
|
4863
5712
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -4987,12 +5836,21 @@
|
|
|
4987
5836
|
},
|
|
4988
5837
|
{
|
|
4989
5838
|
"name": "mode",
|
|
4990
|
-
"description": "The mode determines
|
|
5839
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4991
5840
|
"required": false,
|
|
4992
5841
|
"value": {
|
|
4993
5842
|
"kind": "expression",
|
|
4994
5843
|
"type": "\"ios\" | \"md\""
|
|
4995
5844
|
}
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"name": "theme",
|
|
5848
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5849
|
+
"required": false,
|
|
5850
|
+
"value": {
|
|
5851
|
+
"kind": "expression",
|
|
5852
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5853
|
+
}
|
|
4996
5854
|
}
|
|
4997
5855
|
],
|
|
4998
5856
|
"slots": [],
|
|
@@ -5009,12 +5867,21 @@
|
|
|
5009
5867
|
"attributes": [
|
|
5010
5868
|
{
|
|
5011
5869
|
"name": "mode",
|
|
5012
|
-
"description": "The mode determines
|
|
5870
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5013
5871
|
"required": false,
|
|
5014
5872
|
"value": {
|
|
5015
5873
|
"kind": "expression",
|
|
5016
5874
|
"type": "\"ios\" | \"md\""
|
|
5017
5875
|
}
|
|
5876
|
+
},
|
|
5877
|
+
{
|
|
5878
|
+
"name": "theme",
|
|
5879
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5880
|
+
"required": false,
|
|
5881
|
+
"value": {
|
|
5882
|
+
"kind": "expression",
|
|
5883
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5884
|
+
}
|
|
5018
5885
|
}
|
|
5019
5886
|
],
|
|
5020
5887
|
"slots": [],
|
|
@@ -5051,13 +5918,22 @@
|
|
|
5051
5918
|
},
|
|
5052
5919
|
{
|
|
5053
5920
|
"name": "mode",
|
|
5054
|
-
"description": "The mode determines
|
|
5921
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5055
5922
|
"required": false,
|
|
5056
5923
|
"value": {
|
|
5057
5924
|
"kind": "expression",
|
|
5058
5925
|
"type": "\"ios\" | \"md\""
|
|
5059
5926
|
}
|
|
5060
5927
|
},
|
|
5928
|
+
{
|
|
5929
|
+
"name": "theme",
|
|
5930
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5931
|
+
"required": false,
|
|
5932
|
+
"value": {
|
|
5933
|
+
"kind": "expression",
|
|
5934
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5935
|
+
}
|
|
5936
|
+
},
|
|
5061
5937
|
{
|
|
5062
5938
|
"name": "value",
|
|
5063
5939
|
"description": "The selected option in the picker.",
|
|
@@ -5120,6 +5996,24 @@
|
|
|
5120
5996
|
"type": "boolean"
|
|
5121
5997
|
}
|
|
5122
5998
|
},
|
|
5999
|
+
{
|
|
6000
|
+
"name": "mode",
|
|
6001
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6002
|
+
"required": false,
|
|
6003
|
+
"value": {
|
|
6004
|
+
"kind": "expression",
|
|
6005
|
+
"type": "\"ios\" | \"md\""
|
|
6006
|
+
}
|
|
6007
|
+
},
|
|
6008
|
+
{
|
|
6009
|
+
"name": "theme",
|
|
6010
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6011
|
+
"required": false,
|
|
6012
|
+
"value": {
|
|
6013
|
+
"kind": "expression",
|
|
6014
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6015
|
+
}
|
|
6016
|
+
},
|
|
5123
6017
|
{
|
|
5124
6018
|
"name": "value",
|
|
5125
6019
|
"description": "The text value of the option.",
|
|
@@ -5250,7 +6144,7 @@
|
|
|
5250
6144
|
},
|
|
5251
6145
|
{
|
|
5252
6146
|
"name": "mode",
|
|
5253
|
-
"description": "The mode determines
|
|
6147
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5254
6148
|
"required": false,
|
|
5255
6149
|
"value": {
|
|
5256
6150
|
"kind": "expression",
|
|
@@ -5267,6 +6161,15 @@
|
|
|
5267
6161
|
"type": "boolean"
|
|
5268
6162
|
}
|
|
5269
6163
|
},
|
|
6164
|
+
{
|
|
6165
|
+
"name": "theme",
|
|
6166
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6167
|
+
"required": false,
|
|
6168
|
+
"value": {
|
|
6169
|
+
"kind": "expression",
|
|
6170
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6171
|
+
}
|
|
6172
|
+
},
|
|
5270
6173
|
{
|
|
5271
6174
|
"name": "trigger",
|
|
5272
6175
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -5372,7 +6275,7 @@
|
|
|
5372
6275
|
"attributes": [
|
|
5373
6276
|
{
|
|
5374
6277
|
"name": "alignment",
|
|
5375
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
6278
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
5376
6279
|
"required": false,
|
|
5377
6280
|
"value": {
|
|
5378
6281
|
"kind": "expression",
|
|
@@ -5391,7 +6294,7 @@
|
|
|
5391
6294
|
},
|
|
5392
6295
|
{
|
|
5393
6296
|
"name": "arrow",
|
|
5394
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
6297
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
|
|
5395
6298
|
"required": false,
|
|
5396
6299
|
"default": "true",
|
|
5397
6300
|
"value": {
|
|
@@ -5515,7 +6418,7 @@
|
|
|
5515
6418
|
},
|
|
5516
6419
|
{
|
|
5517
6420
|
"name": "mode",
|
|
5518
|
-
"description": "The mode determines
|
|
6421
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5519
6422
|
"required": false,
|
|
5520
6423
|
"value": {
|
|
5521
6424
|
"kind": "expression",
|
|
@@ -5562,9 +6465,18 @@
|
|
|
5562
6465
|
"type": "\"auto\" | \"cover\""
|
|
5563
6466
|
}
|
|
5564
6467
|
},
|
|
6468
|
+
{
|
|
6469
|
+
"name": "theme",
|
|
6470
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6471
|
+
"required": false,
|
|
6472
|
+
"value": {
|
|
6473
|
+
"kind": "expression",
|
|
6474
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6475
|
+
}
|
|
6476
|
+
},
|
|
5565
6477
|
{
|
|
5566
6478
|
"name": "translucent",
|
|
5567
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
6479
|
+
"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
6480
|
"required": false,
|
|
5569
6481
|
"default": "false",
|
|
5570
6482
|
"value": {
|
|
@@ -5711,7 +6623,7 @@
|
|
|
5711
6623
|
},
|
|
5712
6624
|
{
|
|
5713
6625
|
"name": "mode",
|
|
5714
|
-
"description": "The mode determines
|
|
6626
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5715
6627
|
"required": false,
|
|
5716
6628
|
"value": {
|
|
5717
6629
|
"kind": "expression",
|
|
@@ -5728,6 +6640,24 @@
|
|
|
5728
6640
|
"type": "boolean"
|
|
5729
6641
|
}
|
|
5730
6642
|
},
|
|
6643
|
+
{
|
|
6644
|
+
"name": "shape",
|
|
6645
|
+
"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.",
|
|
6646
|
+
"required": false,
|
|
6647
|
+
"value": {
|
|
6648
|
+
"kind": "expression",
|
|
6649
|
+
"type": "\"rectangular\" | \"round\" | undefined"
|
|
6650
|
+
}
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "theme",
|
|
6654
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6655
|
+
"required": false,
|
|
6656
|
+
"value": {
|
|
6657
|
+
"kind": "expression",
|
|
6658
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6659
|
+
}
|
|
6660
|
+
},
|
|
5731
6661
|
{
|
|
5732
6662
|
"name": "type",
|
|
5733
6663
|
"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 +6740,7 @@
|
|
|
5810
6740
|
},
|
|
5811
6741
|
{
|
|
5812
6742
|
"name": "mode",
|
|
5813
|
-
"description": "The mode determines
|
|
6743
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5814
6744
|
"required": false,
|
|
5815
6745
|
"value": {
|
|
5816
6746
|
"kind": "expression",
|
|
@@ -5827,6 +6757,15 @@
|
|
|
5827
6757
|
"type": "string"
|
|
5828
6758
|
}
|
|
5829
6759
|
},
|
|
6760
|
+
{
|
|
6761
|
+
"name": "theme",
|
|
6762
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6763
|
+
"required": false,
|
|
6764
|
+
"value": {
|
|
6765
|
+
"kind": "expression",
|
|
6766
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6767
|
+
}
|
|
6768
|
+
},
|
|
5830
6769
|
{
|
|
5831
6770
|
"name": "value",
|
|
5832
6771
|
"description": "the value of the radio.",
|
|
@@ -5912,6 +6851,15 @@
|
|
|
5912
6851
|
"type": "string | undefined"
|
|
5913
6852
|
}
|
|
5914
6853
|
},
|
|
6854
|
+
{
|
|
6855
|
+
"name": "mode",
|
|
6856
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6857
|
+
"required": false,
|
|
6858
|
+
"value": {
|
|
6859
|
+
"kind": "expression",
|
|
6860
|
+
"type": "\"ios\" | \"md\""
|
|
6861
|
+
}
|
|
6862
|
+
},
|
|
5915
6863
|
{
|
|
5916
6864
|
"name": "name",
|
|
5917
6865
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -5922,6 +6870,15 @@
|
|
|
5922
6870
|
"type": "string"
|
|
5923
6871
|
}
|
|
5924
6872
|
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "theme",
|
|
6875
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6876
|
+
"required": false,
|
|
6877
|
+
"value": {
|
|
6878
|
+
"kind": "expression",
|
|
6879
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6880
|
+
}
|
|
6881
|
+
},
|
|
5925
6882
|
{
|
|
5926
6883
|
"name": "value",
|
|
5927
6884
|
"description": "the value of the radio group.",
|
|
@@ -6043,7 +7000,7 @@
|
|
|
6043
7000
|
},
|
|
6044
7001
|
{
|
|
6045
7002
|
"name": "mode",
|
|
6046
|
-
"description": "The mode determines
|
|
7003
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6047
7004
|
"required": false,
|
|
6048
7005
|
"value": {
|
|
6049
7006
|
"kind": "expression",
|
|
@@ -6100,6 +7057,15 @@
|
|
|
6100
7057
|
"type": "number"
|
|
6101
7058
|
}
|
|
6102
7059
|
},
|
|
7060
|
+
{
|
|
7061
|
+
"name": "theme",
|
|
7062
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7063
|
+
"required": false,
|
|
7064
|
+
"value": {
|
|
7065
|
+
"kind": "expression",
|
|
7066
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7067
|
+
}
|
|
7068
|
+
},
|
|
6103
7069
|
{
|
|
6104
7070
|
"name": "ticks",
|
|
6105
7071
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -6229,7 +7195,7 @@
|
|
|
6229
7195
|
},
|
|
6230
7196
|
{
|
|
6231
7197
|
"name": "mode",
|
|
6232
|
-
"description": "The mode determines
|
|
7198
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6233
7199
|
"required": false,
|
|
6234
7200
|
"value": {
|
|
6235
7201
|
"kind": "expression",
|
|
@@ -6275,6 +7241,15 @@
|
|
|
6275
7241
|
"kind": "expression",
|
|
6276
7242
|
"type": "string"
|
|
6277
7243
|
}
|
|
7244
|
+
},
|
|
7245
|
+
{
|
|
7246
|
+
"name": "theme",
|
|
7247
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7248
|
+
"required": false,
|
|
7249
|
+
"value": {
|
|
7250
|
+
"kind": "expression",
|
|
7251
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7252
|
+
}
|
|
6278
7253
|
}
|
|
6279
7254
|
],
|
|
6280
7255
|
"slots": [],
|
|
@@ -6320,6 +7295,15 @@
|
|
|
6320
7295
|
"symbol": "RefresherContent"
|
|
6321
7296
|
},
|
|
6322
7297
|
"attributes": [
|
|
7298
|
+
{
|
|
7299
|
+
"name": "mode",
|
|
7300
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7301
|
+
"required": false,
|
|
7302
|
+
"value": {
|
|
7303
|
+
"kind": "expression",
|
|
7304
|
+
"type": "\"ios\" | \"md\""
|
|
7305
|
+
}
|
|
7306
|
+
},
|
|
6323
7307
|
{
|
|
6324
7308
|
"name": "pulling-icon",
|
|
6325
7309
|
"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 +7339,15 @@
|
|
|
6355
7339
|
"kind": "expression",
|
|
6356
7340
|
"type": "IonicSafeString | string | undefined"
|
|
6357
7341
|
}
|
|
7342
|
+
},
|
|
7343
|
+
{
|
|
7344
|
+
"name": "theme",
|
|
7345
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7346
|
+
"required": false,
|
|
7347
|
+
"value": {
|
|
7348
|
+
"kind": "expression",
|
|
7349
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7350
|
+
}
|
|
6358
7351
|
}
|
|
6359
7352
|
],
|
|
6360
7353
|
"slots": [],
|
|
@@ -6368,7 +7361,26 @@
|
|
|
6368
7361
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
6369
7362
|
"symbol": "Reorder"
|
|
6370
7363
|
},
|
|
6371
|
-
"attributes": [
|
|
7364
|
+
"attributes": [
|
|
7365
|
+
{
|
|
7366
|
+
"name": "mode",
|
|
7367
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7368
|
+
"required": false,
|
|
7369
|
+
"value": {
|
|
7370
|
+
"kind": "expression",
|
|
7371
|
+
"type": "\"ios\" | \"md\""
|
|
7372
|
+
}
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "theme",
|
|
7376
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7377
|
+
"required": false,
|
|
7378
|
+
"value": {
|
|
7379
|
+
"kind": "expression",
|
|
7380
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7381
|
+
}
|
|
7382
|
+
}
|
|
7383
|
+
],
|
|
6372
7384
|
"slots": [],
|
|
6373
7385
|
"events": []
|
|
6374
7386
|
},
|
|
@@ -6390,6 +7402,24 @@
|
|
|
6390
7402
|
"kind": "expression",
|
|
6391
7403
|
"type": "boolean"
|
|
6392
7404
|
}
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"name": "mode",
|
|
7408
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7409
|
+
"required": false,
|
|
7410
|
+
"value": {
|
|
7411
|
+
"kind": "expression",
|
|
7412
|
+
"type": "\"ios\" | \"md\""
|
|
7413
|
+
}
|
|
7414
|
+
},
|
|
7415
|
+
{
|
|
7416
|
+
"name": "theme",
|
|
7417
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7418
|
+
"required": false,
|
|
7419
|
+
"value": {
|
|
7420
|
+
"kind": "expression",
|
|
7421
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7422
|
+
}
|
|
6393
7423
|
}
|
|
6394
7424
|
],
|
|
6395
7425
|
"slots": [],
|
|
@@ -6445,6 +7475,24 @@
|
|
|
6445
7475
|
"symbol": "RippleEffect"
|
|
6446
7476
|
},
|
|
6447
7477
|
"attributes": [
|
|
7478
|
+
{
|
|
7479
|
+
"name": "mode",
|
|
7480
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7481
|
+
"required": false,
|
|
7482
|
+
"value": {
|
|
7483
|
+
"kind": "expression",
|
|
7484
|
+
"type": "\"ios\" | \"md\""
|
|
7485
|
+
}
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"name": "theme",
|
|
7489
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7490
|
+
"required": false,
|
|
7491
|
+
"value": {
|
|
7492
|
+
"kind": "expression",
|
|
7493
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7494
|
+
}
|
|
7495
|
+
},
|
|
6448
7496
|
{
|
|
6449
7497
|
"name": "type",
|
|
6450
7498
|
"description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
|
|
@@ -6504,6 +7552,24 @@
|
|
|
6504
7552
|
"type": "undefined | { [key: string]: any; }"
|
|
6505
7553
|
}
|
|
6506
7554
|
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "mode",
|
|
7557
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7558
|
+
"required": false,
|
|
7559
|
+
"value": {
|
|
7560
|
+
"kind": "expression",
|
|
7561
|
+
"type": "\"ios\" | \"md\""
|
|
7562
|
+
}
|
|
7563
|
+
},
|
|
7564
|
+
{
|
|
7565
|
+
"name": "theme",
|
|
7566
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7567
|
+
"required": false,
|
|
7568
|
+
"value": {
|
|
7569
|
+
"kind": "expression",
|
|
7570
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7571
|
+
}
|
|
7572
|
+
},
|
|
6507
7573
|
{
|
|
6508
7574
|
"name": "url",
|
|
6509
7575
|
"description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props.",
|
|
@@ -6537,7 +7603,26 @@
|
|
|
6537
7603
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
6538
7604
|
"symbol": "Row"
|
|
6539
7605
|
},
|
|
6540
|
-
"attributes": [
|
|
7606
|
+
"attributes": [
|
|
7607
|
+
{
|
|
7608
|
+
"name": "mode",
|
|
7609
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7610
|
+
"required": false,
|
|
7611
|
+
"value": {
|
|
7612
|
+
"kind": "expression",
|
|
7613
|
+
"type": "\"ios\" | \"md\""
|
|
7614
|
+
}
|
|
7615
|
+
},
|
|
7616
|
+
{
|
|
7617
|
+
"name": "theme",
|
|
7618
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7619
|
+
"required": false,
|
|
7620
|
+
"value": {
|
|
7621
|
+
"kind": "expression",
|
|
7622
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7623
|
+
}
|
|
7624
|
+
}
|
|
7625
|
+
],
|
|
6541
7626
|
"slots": [],
|
|
6542
7627
|
"events": []
|
|
6543
7628
|
},
|
|
@@ -6577,7 +7662,7 @@
|
|
|
6577
7662
|
"default": "'off'",
|
|
6578
7663
|
"value": {
|
|
6579
7664
|
"kind": "expression",
|
|
6580
|
-
"type": "\"name\" | \"
|
|
7665
|
+
"type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
|
|
6581
7666
|
}
|
|
6582
7667
|
},
|
|
6583
7668
|
{
|
|
@@ -6592,17 +7677,16 @@
|
|
|
6592
7677
|
},
|
|
6593
7678
|
{
|
|
6594
7679
|
"name": "cancel-button-icon",
|
|
6595
|
-
"description": "Set the cancel button icon. Only
|
|
7680
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
6596
7681
|
"required": false,
|
|
6597
|
-
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
6598
7682
|
"value": {
|
|
6599
7683
|
"kind": "expression",
|
|
6600
|
-
"type": "string"
|
|
7684
|
+
"type": "string | undefined"
|
|
6601
7685
|
}
|
|
6602
7686
|
},
|
|
6603
7687
|
{
|
|
6604
7688
|
"name": "cancel-button-text",
|
|
6605
|
-
"description": "Set the cancel button text. Only
|
|
7689
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
6606
7690
|
"required": false,
|
|
6607
7691
|
"default": "'Cancel'",
|
|
6608
7692
|
"value": {
|
|
@@ -6612,7 +7696,7 @@
|
|
|
6612
7696
|
},
|
|
6613
7697
|
{
|
|
6614
7698
|
"name": "clear-icon",
|
|
6615
|
-
"description": "Set the clear icon. Defaults to
|
|
7699
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
6616
7700
|
"required": false,
|
|
6617
7701
|
"value": {
|
|
6618
7702
|
"kind": "expression",
|
|
@@ -6685,7 +7769,7 @@
|
|
|
6685
7769
|
},
|
|
6686
7770
|
{
|
|
6687
7771
|
"name": "mode",
|
|
6688
|
-
"description": "The mode determines
|
|
7772
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6689
7773
|
"required": false,
|
|
6690
7774
|
"value": {
|
|
6691
7775
|
"kind": "expression",
|
|
@@ -6714,11 +7798,20 @@
|
|
|
6714
7798
|
},
|
|
6715
7799
|
{
|
|
6716
7800
|
"name": "search-icon",
|
|
6717
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7801
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
|
|
6718
7802
|
"required": false,
|
|
6719
7803
|
"value": {
|
|
6720
7804
|
"kind": "expression",
|
|
6721
|
-
"type": "string | undefined"
|
|
7805
|
+
"type": "boolean | string | undefined"
|
|
7806
|
+
}
|
|
7807
|
+
},
|
|
7808
|
+
{
|
|
7809
|
+
"name": "shape",
|
|
7810
|
+
"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.",
|
|
7811
|
+
"required": false,
|
|
7812
|
+
"value": {
|
|
7813
|
+
"kind": "expression",
|
|
7814
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
6722
7815
|
}
|
|
6723
7816
|
},
|
|
6724
7817
|
{
|
|
@@ -6732,13 +7825,22 @@
|
|
|
6732
7825
|
}
|
|
6733
7826
|
},
|
|
6734
7827
|
{
|
|
6735
|
-
"name": "show-clear-button",
|
|
6736
|
-
"description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
|
|
7828
|
+
"name": "show-clear-button",
|
|
7829
|
+
"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.",
|
|
7830
|
+
"required": false,
|
|
7831
|
+
"default": "'always'",
|
|
7832
|
+
"value": {
|
|
7833
|
+
"kind": "expression",
|
|
7834
|
+
"type": "\"always\" | \"focus\" | \"never\""
|
|
7835
|
+
}
|
|
7836
|
+
},
|
|
7837
|
+
{
|
|
7838
|
+
"name": "size",
|
|
7839
|
+
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
6737
7840
|
"required": false,
|
|
6738
|
-
"default": "'always'",
|
|
6739
7841
|
"value": {
|
|
6740
7842
|
"kind": "expression",
|
|
6741
|
-
"type": "\"
|
|
7843
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
6742
7844
|
}
|
|
6743
7845
|
},
|
|
6744
7846
|
{
|
|
@@ -6751,6 +7853,15 @@
|
|
|
6751
7853
|
"type": "boolean"
|
|
6752
7854
|
}
|
|
6753
7855
|
},
|
|
7856
|
+
{
|
|
7857
|
+
"name": "theme",
|
|
7858
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7859
|
+
"required": false,
|
|
7860
|
+
"value": {
|
|
7861
|
+
"kind": "expression",
|
|
7862
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7863
|
+
}
|
|
7864
|
+
},
|
|
6754
7865
|
{
|
|
6755
7866
|
"name": "type",
|
|
6756
7867
|
"description": "Set the type of the input.",
|
|
@@ -6866,7 +7977,7 @@
|
|
|
6866
7977
|
},
|
|
6867
7978
|
{
|
|
6868
7979
|
"name": "mode",
|
|
6869
|
-
"description": "The mode determines
|
|
7980
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6870
7981
|
"required": false,
|
|
6871
7982
|
"value": {
|
|
6872
7983
|
"kind": "expression",
|
|
@@ -6903,6 +8014,15 @@
|
|
|
6903
8014
|
"type": "boolean"
|
|
6904
8015
|
}
|
|
6905
8016
|
},
|
|
8017
|
+
{
|
|
8018
|
+
"name": "theme",
|
|
8019
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8020
|
+
"required": false,
|
|
8021
|
+
"value": {
|
|
8022
|
+
"kind": "expression",
|
|
8023
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8024
|
+
}
|
|
8025
|
+
},
|
|
6906
8026
|
{
|
|
6907
8027
|
"name": "value",
|
|
6908
8028
|
"description": "the value of the segment.",
|
|
@@ -6967,13 +8087,22 @@
|
|
|
6967
8087
|
},
|
|
6968
8088
|
{
|
|
6969
8089
|
"name": "mode",
|
|
6970
|
-
"description": "The mode determines
|
|
8090
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6971
8091
|
"required": false,
|
|
6972
8092
|
"value": {
|
|
6973
8093
|
"kind": "expression",
|
|
6974
8094
|
"type": "\"ios\" | \"md\""
|
|
6975
8095
|
}
|
|
6976
8096
|
},
|
|
8097
|
+
{
|
|
8098
|
+
"name": "theme",
|
|
8099
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8100
|
+
"required": false,
|
|
8101
|
+
"value": {
|
|
8102
|
+
"kind": "expression",
|
|
8103
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8104
|
+
}
|
|
8105
|
+
},
|
|
6977
8106
|
{
|
|
6978
8107
|
"name": "type",
|
|
6979
8108
|
"description": "The type of the button.",
|
|
@@ -7102,7 +8231,7 @@
|
|
|
7102
8231
|
},
|
|
7103
8232
|
{
|
|
7104
8233
|
"name": "expanded-icon",
|
|
7105
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
8234
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
7106
8235
|
"required": false,
|
|
7107
8236
|
"value": {
|
|
7108
8237
|
"kind": "expression",
|
|
@@ -7111,7 +8240,7 @@
|
|
|
7111
8240
|
},
|
|
7112
8241
|
{
|
|
7113
8242
|
"name": "fill",
|
|
7114
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in
|
|
8243
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
|
|
7115
8244
|
"required": false,
|
|
7116
8245
|
"value": {
|
|
7117
8246
|
"kind": "expression",
|
|
@@ -7177,7 +8306,7 @@
|
|
|
7177
8306
|
},
|
|
7178
8307
|
{
|
|
7179
8308
|
"name": "mode",
|
|
7180
|
-
"description": "The mode determines
|
|
8309
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7181
8310
|
"required": false,
|
|
7182
8311
|
"value": {
|
|
7183
8312
|
"kind": "expression",
|
|
@@ -7244,16 +8373,34 @@
|
|
|
7244
8373
|
},
|
|
7245
8374
|
{
|
|
7246
8375
|
"name": "shape",
|
|
7247
|
-
"description": "
|
|
8376
|
+
"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.",
|
|
8377
|
+
"required": false,
|
|
8378
|
+
"value": {
|
|
8379
|
+
"kind": "expression",
|
|
8380
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8381
|
+
}
|
|
8382
|
+
},
|
|
8383
|
+
{
|
|
8384
|
+
"name": "size",
|
|
8385
|
+
"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.",
|
|
8386
|
+
"required": false,
|
|
8387
|
+
"value": {
|
|
8388
|
+
"kind": "expression",
|
|
8389
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8390
|
+
}
|
|
8391
|
+
},
|
|
8392
|
+
{
|
|
8393
|
+
"name": "theme",
|
|
8394
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7248
8395
|
"required": false,
|
|
7249
8396
|
"value": {
|
|
7250
8397
|
"kind": "expression",
|
|
7251
|
-
"type": "\"
|
|
8398
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7252
8399
|
}
|
|
7253
8400
|
},
|
|
7254
8401
|
{
|
|
7255
8402
|
"name": "toggle-icon",
|
|
7256
|
-
"description": "The toggle icon to use. Defaults to
|
|
8403
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
7257
8404
|
"required": false,
|
|
7258
8405
|
"value": {
|
|
7259
8406
|
"kind": "expression",
|
|
@@ -7397,6 +8544,24 @@
|
|
|
7397
8544
|
"type": "boolean"
|
|
7398
8545
|
}
|
|
7399
8546
|
},
|
|
8547
|
+
{
|
|
8548
|
+
"name": "mode",
|
|
8549
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8550
|
+
"required": false,
|
|
8551
|
+
"value": {
|
|
8552
|
+
"kind": "expression",
|
|
8553
|
+
"type": "\"ios\" | \"md\""
|
|
8554
|
+
}
|
|
8555
|
+
},
|
|
8556
|
+
{
|
|
8557
|
+
"name": "theme",
|
|
8558
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8559
|
+
"required": false,
|
|
8560
|
+
"value": {
|
|
8561
|
+
"kind": "expression",
|
|
8562
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8563
|
+
}
|
|
8564
|
+
},
|
|
7400
8565
|
{
|
|
7401
8566
|
"name": "value",
|
|
7402
8567
|
"description": "The text value of the option.",
|
|
@@ -7428,6 +8593,24 @@
|
|
|
7428
8593
|
"kind": "expression",
|
|
7429
8594
|
"type": "boolean"
|
|
7430
8595
|
}
|
|
8596
|
+
},
|
|
8597
|
+
{
|
|
8598
|
+
"name": "mode",
|
|
8599
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8600
|
+
"required": false,
|
|
8601
|
+
"value": {
|
|
8602
|
+
"kind": "expression",
|
|
8603
|
+
"type": "\"ios\" | \"md\""
|
|
8604
|
+
}
|
|
8605
|
+
},
|
|
8606
|
+
{
|
|
8607
|
+
"name": "theme",
|
|
8608
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8609
|
+
"required": false,
|
|
8610
|
+
"value": {
|
|
8611
|
+
"kind": "expression",
|
|
8612
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8613
|
+
}
|
|
7431
8614
|
}
|
|
7432
8615
|
],
|
|
7433
8616
|
"slots": [],
|
|
@@ -7460,6 +8643,15 @@
|
|
|
7460
8643
|
"type": "number | undefined"
|
|
7461
8644
|
}
|
|
7462
8645
|
},
|
|
8646
|
+
{
|
|
8647
|
+
"name": "mode",
|
|
8648
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8649
|
+
"required": false,
|
|
8650
|
+
"value": {
|
|
8651
|
+
"kind": "expression",
|
|
8652
|
+
"type": "\"ios\" | \"md\""
|
|
8653
|
+
}
|
|
8654
|
+
},
|
|
7463
8655
|
{
|
|
7464
8656
|
"name": "name",
|
|
7465
8657
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7478,6 +8670,24 @@
|
|
|
7478
8670
|
"kind": "expression",
|
|
7479
8671
|
"type": "boolean"
|
|
7480
8672
|
}
|
|
8673
|
+
},
|
|
8674
|
+
{
|
|
8675
|
+
"name": "size",
|
|
8676
|
+
"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.",
|
|
8677
|
+
"required": false,
|
|
8678
|
+
"value": {
|
|
8679
|
+
"kind": "expression",
|
|
8680
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8681
|
+
}
|
|
8682
|
+
},
|
|
8683
|
+
{
|
|
8684
|
+
"name": "theme",
|
|
8685
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8686
|
+
"required": false,
|
|
8687
|
+
"value": {
|
|
8688
|
+
"kind": "expression",
|
|
8689
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8690
|
+
}
|
|
7481
8691
|
}
|
|
7482
8692
|
],
|
|
7483
8693
|
"slots": [],
|
|
@@ -7511,6 +8721,24 @@
|
|
|
7511
8721
|
"type": "boolean"
|
|
7512
8722
|
}
|
|
7513
8723
|
},
|
|
8724
|
+
{
|
|
8725
|
+
"name": "mode",
|
|
8726
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8727
|
+
"required": false,
|
|
8728
|
+
"value": {
|
|
8729
|
+
"kind": "expression",
|
|
8730
|
+
"type": "\"ios\" | \"md\""
|
|
8731
|
+
}
|
|
8732
|
+
},
|
|
8733
|
+
{
|
|
8734
|
+
"name": "theme",
|
|
8735
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8736
|
+
"required": false,
|
|
8737
|
+
"value": {
|
|
8738
|
+
"kind": "expression",
|
|
8739
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8740
|
+
}
|
|
8741
|
+
},
|
|
7514
8742
|
{
|
|
7515
8743
|
"name": "when",
|
|
7516
8744
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression.",
|
|
@@ -7554,6 +8782,15 @@
|
|
|
7554
8782
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
7555
8783
|
}
|
|
7556
8784
|
},
|
|
8785
|
+
{
|
|
8786
|
+
"name": "mode",
|
|
8787
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8788
|
+
"required": false,
|
|
8789
|
+
"value": {
|
|
8790
|
+
"kind": "expression",
|
|
8791
|
+
"type": "\"ios\" | \"md\""
|
|
8792
|
+
}
|
|
8793
|
+
},
|
|
7557
8794
|
{
|
|
7558
8795
|
"name": "tab",
|
|
7559
8796
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
|
|
@@ -7562,6 +8799,15 @@
|
|
|
7562
8799
|
"kind": "expression",
|
|
7563
8800
|
"type": "string"
|
|
7564
8801
|
}
|
|
8802
|
+
},
|
|
8803
|
+
{
|
|
8804
|
+
"name": "theme",
|
|
8805
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8806
|
+
"required": false,
|
|
8807
|
+
"value": {
|
|
8808
|
+
"kind": "expression",
|
|
8809
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8810
|
+
}
|
|
7565
8811
|
}
|
|
7566
8812
|
],
|
|
7567
8813
|
"slots": [],
|
|
@@ -7585,9 +8831,19 @@
|
|
|
7585
8831
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7586
8832
|
}
|
|
7587
8833
|
},
|
|
8834
|
+
{
|
|
8835
|
+
"name": "expand",
|
|
8836
|
+
"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\"`.",
|
|
8837
|
+
"required": false,
|
|
8838
|
+
"default": "'full'",
|
|
8839
|
+
"value": {
|
|
8840
|
+
"kind": "expression",
|
|
8841
|
+
"type": "\"compact\" | \"full\""
|
|
8842
|
+
}
|
|
8843
|
+
},
|
|
7588
8844
|
{
|
|
7589
8845
|
"name": "mode",
|
|
7590
|
-
"description": "The mode determines
|
|
8846
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7591
8847
|
"required": false,
|
|
7592
8848
|
"value": {
|
|
7593
8849
|
"kind": "expression",
|
|
@@ -7603,9 +8859,27 @@
|
|
|
7603
8859
|
"type": "string | undefined"
|
|
7604
8860
|
}
|
|
7605
8861
|
},
|
|
8862
|
+
{
|
|
8863
|
+
"name": "shape",
|
|
8864
|
+
"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.",
|
|
8865
|
+
"required": false,
|
|
8866
|
+
"value": {
|
|
8867
|
+
"kind": "expression",
|
|
8868
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8869
|
+
}
|
|
8870
|
+
},
|
|
8871
|
+
{
|
|
8872
|
+
"name": "theme",
|
|
8873
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8874
|
+
"required": false,
|
|
8875
|
+
"value": {
|
|
8876
|
+
"kind": "expression",
|
|
8877
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8878
|
+
}
|
|
8879
|
+
},
|
|
7606
8880
|
{
|
|
7607
8881
|
"name": "translucent",
|
|
7608
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8882
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
7609
8883
|
"required": false,
|
|
7610
8884
|
"default": "false",
|
|
7611
8885
|
"value": {
|
|
@@ -7665,7 +8939,7 @@
|
|
|
7665
8939
|
},
|
|
7666
8940
|
{
|
|
7667
8941
|
"name": "mode",
|
|
7668
|
-
"description": "The mode determines
|
|
8942
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7669
8943
|
"required": false,
|
|
7670
8944
|
"value": {
|
|
7671
8945
|
"kind": "expression",
|
|
@@ -7691,6 +8965,15 @@
|
|
|
7691
8965
|
"type": "boolean"
|
|
7692
8966
|
}
|
|
7693
8967
|
},
|
|
8968
|
+
{
|
|
8969
|
+
"name": "shape",
|
|
8970
|
+
"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.",
|
|
8971
|
+
"required": false,
|
|
8972
|
+
"value": {
|
|
8973
|
+
"kind": "expression",
|
|
8974
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8975
|
+
}
|
|
8976
|
+
},
|
|
7694
8977
|
{
|
|
7695
8978
|
"name": "tab",
|
|
7696
8979
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
|
|
@@ -7708,6 +8991,15 @@
|
|
|
7708
8991
|
"kind": "expression",
|
|
7709
8992
|
"type": "string | undefined"
|
|
7710
8993
|
}
|
|
8994
|
+
},
|
|
8995
|
+
{
|
|
8996
|
+
"name": "theme",
|
|
8997
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8998
|
+
"required": false,
|
|
8999
|
+
"value": {
|
|
9000
|
+
"kind": "expression",
|
|
9001
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9002
|
+
}
|
|
7711
9003
|
}
|
|
7712
9004
|
],
|
|
7713
9005
|
"slots": [],
|
|
@@ -7721,7 +9013,26 @@
|
|
|
7721
9013
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
7722
9014
|
"symbol": "Tabs"
|
|
7723
9015
|
},
|
|
7724
|
-
"attributes": [
|
|
9016
|
+
"attributes": [
|
|
9017
|
+
{
|
|
9018
|
+
"name": "mode",
|
|
9019
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9020
|
+
"required": false,
|
|
9021
|
+
"value": {
|
|
9022
|
+
"kind": "expression",
|
|
9023
|
+
"type": "\"ios\" | \"md\""
|
|
9024
|
+
}
|
|
9025
|
+
},
|
|
9026
|
+
{
|
|
9027
|
+
"name": "theme",
|
|
9028
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9029
|
+
"required": false,
|
|
9030
|
+
"value": {
|
|
9031
|
+
"kind": "expression",
|
|
9032
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9033
|
+
}
|
|
9034
|
+
}
|
|
9035
|
+
],
|
|
7725
9036
|
"slots": [
|
|
7726
9037
|
{
|
|
7727
9038
|
"name": "default",
|
|
@@ -7779,12 +9090,21 @@
|
|
|
7779
9090
|
},
|
|
7780
9091
|
{
|
|
7781
9092
|
"name": "mode",
|
|
7782
|
-
"description": "The mode determines
|
|
9093
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7783
9094
|
"required": false,
|
|
7784
9095
|
"value": {
|
|
7785
9096
|
"kind": "expression",
|
|
7786
9097
|
"type": "\"ios\" | \"md\""
|
|
7787
9098
|
}
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"name": "theme",
|
|
9102
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9103
|
+
"required": false,
|
|
9104
|
+
"value": {
|
|
9105
|
+
"kind": "expression",
|
|
9106
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9107
|
+
}
|
|
7788
9108
|
}
|
|
7789
9109
|
],
|
|
7790
9110
|
"slots": [],
|
|
@@ -7915,7 +9235,7 @@
|
|
|
7915
9235
|
},
|
|
7916
9236
|
{
|
|
7917
9237
|
"name": "fill",
|
|
7918
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
9238
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
7919
9239
|
"required": false,
|
|
7920
9240
|
"value": {
|
|
7921
9241
|
"kind": "expression",
|
|
@@ -7979,7 +9299,7 @@
|
|
|
7979
9299
|
},
|
|
7980
9300
|
{
|
|
7981
9301
|
"name": "mode",
|
|
7982
|
-
"description": "The mode determines
|
|
9302
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7983
9303
|
"required": false,
|
|
7984
9304
|
"value": {
|
|
7985
9305
|
"kind": "expression",
|
|
@@ -8036,11 +9356,21 @@
|
|
|
8036
9356
|
},
|
|
8037
9357
|
{
|
|
8038
9358
|
"name": "shape",
|
|
8039
|
-
"description": "
|
|
9359
|
+
"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.",
|
|
9360
|
+
"required": false,
|
|
9361
|
+
"value": {
|
|
9362
|
+
"kind": "expression",
|
|
9363
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9364
|
+
}
|
|
9365
|
+
},
|
|
9366
|
+
{
|
|
9367
|
+
"name": "size",
|
|
9368
|
+
"description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
|
|
8040
9369
|
"required": false,
|
|
9370
|
+
"default": "'medium'",
|
|
8041
9371
|
"value": {
|
|
8042
9372
|
"kind": "expression",
|
|
8043
|
-
"type": "\"
|
|
9373
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8044
9374
|
}
|
|
8045
9375
|
},
|
|
8046
9376
|
{
|
|
@@ -8053,6 +9383,15 @@
|
|
|
8053
9383
|
"type": "boolean"
|
|
8054
9384
|
}
|
|
8055
9385
|
},
|
|
9386
|
+
{
|
|
9387
|
+
"name": "theme",
|
|
9388
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9389
|
+
"required": false,
|
|
9390
|
+
"value": {
|
|
9391
|
+
"kind": "expression",
|
|
9392
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9393
|
+
}
|
|
9394
|
+
},
|
|
8056
9395
|
{
|
|
8057
9396
|
"name": "value",
|
|
8058
9397
|
"description": "The value of the textarea.",
|
|
@@ -8138,7 +9477,26 @@
|
|
|
8138
9477
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
8139
9478
|
"symbol": "Thumbnail"
|
|
8140
9479
|
},
|
|
8141
|
-
"attributes": [
|
|
9480
|
+
"attributes": [
|
|
9481
|
+
{
|
|
9482
|
+
"name": "mode",
|
|
9483
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9484
|
+
"required": false,
|
|
9485
|
+
"value": {
|
|
9486
|
+
"kind": "expression",
|
|
9487
|
+
"type": "\"ios\" | \"md\""
|
|
9488
|
+
}
|
|
9489
|
+
},
|
|
9490
|
+
{
|
|
9491
|
+
"name": "theme",
|
|
9492
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9493
|
+
"required": false,
|
|
9494
|
+
"value": {
|
|
9495
|
+
"kind": "expression",
|
|
9496
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9497
|
+
}
|
|
9498
|
+
}
|
|
9499
|
+
],
|
|
8142
9500
|
"slots": [],
|
|
8143
9501
|
"events": []
|
|
8144
9502
|
},
|
|
@@ -8160,6 +9518,15 @@
|
|
|
8160
9518
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8161
9519
|
}
|
|
8162
9520
|
},
|
|
9521
|
+
{
|
|
9522
|
+
"name": "mode",
|
|
9523
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9524
|
+
"required": false,
|
|
9525
|
+
"value": {
|
|
9526
|
+
"kind": "expression",
|
|
9527
|
+
"type": "\"ios\" | \"md\""
|
|
9528
|
+
}
|
|
9529
|
+
},
|
|
8163
9530
|
{
|
|
8164
9531
|
"name": "size",
|
|
8165
9532
|
"description": "The size of the toolbar title.",
|
|
@@ -8168,6 +9535,15 @@
|
|
|
8168
9535
|
"kind": "expression",
|
|
8169
9536
|
"type": "\"large\" | \"small\" | undefined"
|
|
8170
9537
|
}
|
|
9538
|
+
},
|
|
9539
|
+
{
|
|
9540
|
+
"name": "theme",
|
|
9541
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9542
|
+
"required": false,
|
|
9543
|
+
"value": {
|
|
9544
|
+
"kind": "expression",
|
|
9545
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9546
|
+
}
|
|
8171
9547
|
}
|
|
8172
9548
|
],
|
|
8173
9549
|
"slots": [],
|
|
@@ -8256,6 +9632,16 @@
|
|
|
8256
9632
|
"type": "undefined | { [key: string]: any; }"
|
|
8257
9633
|
}
|
|
8258
9634
|
},
|
|
9635
|
+
{
|
|
9636
|
+
"name": "hue",
|
|
9637
|
+
"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.",
|
|
9638
|
+
"required": false,
|
|
9639
|
+
"default": "'subtle'",
|
|
9640
|
+
"value": {
|
|
9641
|
+
"kind": "expression",
|
|
9642
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9643
|
+
}
|
|
9644
|
+
},
|
|
8259
9645
|
{
|
|
8260
9646
|
"name": "icon",
|
|
8261
9647
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -8315,7 +9701,7 @@
|
|
|
8315
9701
|
},
|
|
8316
9702
|
{
|
|
8317
9703
|
"name": "mode",
|
|
8318
|
-
"description": "The mode determines
|
|
9704
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8319
9705
|
"required": false,
|
|
8320
9706
|
"value": {
|
|
8321
9707
|
"kind": "expression",
|
|
@@ -8341,6 +9727,15 @@
|
|
|
8341
9727
|
"type": "HTMLElement | string | undefined"
|
|
8342
9728
|
}
|
|
8343
9729
|
},
|
|
9730
|
+
{
|
|
9731
|
+
"name": "shape",
|
|
9732
|
+
"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.",
|
|
9733
|
+
"required": false,
|
|
9734
|
+
"value": {
|
|
9735
|
+
"kind": "expression",
|
|
9736
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9737
|
+
}
|
|
9738
|
+
},
|
|
8344
9739
|
{
|
|
8345
9740
|
"name": "swipe-gesture",
|
|
8346
9741
|
"description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
|
|
@@ -8350,9 +9745,18 @@
|
|
|
8350
9745
|
"type": "\"vertical\" | undefined"
|
|
8351
9746
|
}
|
|
8352
9747
|
},
|
|
9748
|
+
{
|
|
9749
|
+
"name": "theme",
|
|
9750
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9751
|
+
"required": false,
|
|
9752
|
+
"value": {
|
|
9753
|
+
"kind": "expression",
|
|
9754
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9755
|
+
}
|
|
9756
|
+
},
|
|
8353
9757
|
{
|
|
8354
9758
|
"name": "translucent",
|
|
8355
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9759
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
8356
9760
|
"required": false,
|
|
8357
9761
|
"default": "false",
|
|
8358
9762
|
"value": {
|
|
@@ -8550,7 +9954,7 @@
|
|
|
8550
9954
|
},
|
|
8551
9955
|
{
|
|
8552
9956
|
"name": "mode",
|
|
8553
|
-
"description": "The mode determines
|
|
9957
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8554
9958
|
"required": false,
|
|
8555
9959
|
"value": {
|
|
8556
9960
|
"kind": "expression",
|
|
@@ -8577,6 +9981,15 @@
|
|
|
8577
9981
|
"type": "boolean"
|
|
8578
9982
|
}
|
|
8579
9983
|
},
|
|
9984
|
+
{
|
|
9985
|
+
"name": "theme",
|
|
9986
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9987
|
+
"required": false,
|
|
9988
|
+
"value": {
|
|
9989
|
+
"kind": "expression",
|
|
9990
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9991
|
+
}
|
|
9992
|
+
},
|
|
8580
9993
|
{
|
|
8581
9994
|
"name": "value",
|
|
8582
9995
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
@@ -8647,12 +10060,21 @@
|
|
|
8647
10060
|
},
|
|
8648
10061
|
{
|
|
8649
10062
|
"name": "mode",
|
|
8650
|
-
"description": "The mode determines
|
|
10063
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8651
10064
|
"required": false,
|
|
8652
10065
|
"value": {
|
|
8653
10066
|
"kind": "expression",
|
|
8654
10067
|
"type": "\"ios\" | \"md\""
|
|
8655
10068
|
}
|
|
10069
|
+
},
|
|
10070
|
+
{
|
|
10071
|
+
"name": "theme",
|
|
10072
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10073
|
+
"required": false,
|
|
10074
|
+
"value": {
|
|
10075
|
+
"kind": "expression",
|
|
10076
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10077
|
+
}
|
|
8656
10078
|
}
|
|
8657
10079
|
],
|
|
8658
10080
|
"slots": [
|
|
@@ -8666,11 +10088,11 @@
|
|
|
8666
10088
|
},
|
|
8667
10089
|
{
|
|
8668
10090
|
"name": "primary",
|
|
8669
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
10091
|
+
"description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
|
|
8670
10092
|
},
|
|
8671
10093
|
{
|
|
8672
10094
|
"name": "secondary",
|
|
8673
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
10095
|
+
"description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
|
|
8674
10096
|
},
|
|
8675
10097
|
{
|
|
8676
10098
|
"name": "start",
|