@ionic/vue 8.6.5-dev.11752329407.10f7fc80 → 8.6.5-dev.11752589924.176e0985
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 +191 -160
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +1566 -179
- package/dist/vetur/tags.json +216 -45
- package/dist/web-types.json +1485 -127
- package/package.json +2 -2
- package/dist/types/components/IonIcon.d.ts +0 -1
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.6.5-dev.
|
|
5
|
+
"version": "8.6.5-dev.11752589924.176e0985",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"name": "mode",
|
|
32
|
-
"description": "The mode determines
|
|
32
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
33
33
|
"required": false,
|
|
34
34
|
"value": {
|
|
35
35
|
"kind": "expression",
|
|
@@ -46,14 +46,22 @@
|
|
|
46
46
|
"type": "boolean"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"name": "theme",
|
|
51
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
52
|
+
"required": false,
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression",
|
|
55
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
56
|
+
}
|
|
57
|
+
},
|
|
49
58
|
{
|
|
50
59
|
"name": "toggle-icon",
|
|
51
60
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
52
61
|
"required": false,
|
|
53
|
-
"default": "chevronDown",
|
|
54
62
|
"value": {
|
|
55
63
|
"kind": "expression",
|
|
56
|
-
"type": "string"
|
|
64
|
+
"type": "string | undefined"
|
|
57
65
|
}
|
|
58
66
|
},
|
|
59
67
|
{
|
|
@@ -130,7 +138,7 @@
|
|
|
130
138
|
},
|
|
131
139
|
{
|
|
132
140
|
"name": "mode",
|
|
133
|
-
"description": "The mode determines
|
|
141
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
134
142
|
"required": false,
|
|
135
143
|
"value": {
|
|
136
144
|
"kind": "expression",
|
|
@@ -156,6 +164,24 @@
|
|
|
156
164
|
"type": "boolean"
|
|
157
165
|
}
|
|
158
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"name": "shape",
|
|
169
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
170
|
+
"required": false,
|
|
171
|
+
"value": {
|
|
172
|
+
"kind": "expression",
|
|
173
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "theme",
|
|
178
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
179
|
+
"required": false,
|
|
180
|
+
"value": {
|
|
181
|
+
"kind": "expression",
|
|
182
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
183
|
+
}
|
|
184
|
+
},
|
|
159
185
|
{
|
|
160
186
|
"name": "value",
|
|
161
187
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -286,7 +312,7 @@
|
|
|
286
312
|
},
|
|
287
313
|
{
|
|
288
314
|
"name": "mode",
|
|
289
|
-
"description": "The mode determines
|
|
315
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
290
316
|
"required": false,
|
|
291
317
|
"value": {
|
|
292
318
|
"kind": "expression",
|
|
@@ -302,9 +328,18 @@
|
|
|
302
328
|
"type": "string | undefined"
|
|
303
329
|
}
|
|
304
330
|
},
|
|
331
|
+
{
|
|
332
|
+
"name": "theme",
|
|
333
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
334
|
+
"required": false,
|
|
335
|
+
"value": {
|
|
336
|
+
"kind": "expression",
|
|
337
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
338
|
+
}
|
|
339
|
+
},
|
|
305
340
|
{
|
|
306
341
|
"name": "translucent",
|
|
307
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
342
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
308
343
|
"required": false,
|
|
309
344
|
"default": "false",
|
|
310
345
|
"value": {
|
|
@@ -531,7 +566,7 @@
|
|
|
531
566
|
},
|
|
532
567
|
{
|
|
533
568
|
"name": "mode",
|
|
534
|
-
"description": "The mode determines
|
|
569
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
535
570
|
"required": false,
|
|
536
571
|
"value": {
|
|
537
572
|
"kind": "expression",
|
|
@@ -547,9 +582,18 @@
|
|
|
547
582
|
"type": "string | undefined"
|
|
548
583
|
}
|
|
549
584
|
},
|
|
585
|
+
{
|
|
586
|
+
"name": "theme",
|
|
587
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
588
|
+
"required": false,
|
|
589
|
+
"value": {
|
|
590
|
+
"kind": "expression",
|
|
591
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
592
|
+
}
|
|
593
|
+
},
|
|
550
594
|
{
|
|
551
595
|
"name": "translucent",
|
|
552
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
596
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
553
597
|
"required": false,
|
|
554
598
|
"default": "false",
|
|
555
599
|
"value": {
|
|
@@ -659,7 +703,54 @@
|
|
|
659
703
|
"module": "@ionic/core/src/components/avatar/avatar.d.ts",
|
|
660
704
|
"symbol": "Avatar"
|
|
661
705
|
},
|
|
662
|
-
"attributes": [
|
|
706
|
+
"attributes": [
|
|
707
|
+
{
|
|
708
|
+
"name": "disabled",
|
|
709
|
+
"description": "If `true`, the user cannot interact with the avatar.",
|
|
710
|
+
"required": false,
|
|
711
|
+
"default": "false",
|
|
712
|
+
"value": {
|
|
713
|
+
"kind": "expression",
|
|
714
|
+
"type": "boolean"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "mode",
|
|
719
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
720
|
+
"required": false,
|
|
721
|
+
"value": {
|
|
722
|
+
"kind": "expression",
|
|
723
|
+
"type": "\"ios\" | \"md\""
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "shape",
|
|
728
|
+
"description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
729
|
+
"required": false,
|
|
730
|
+
"value": {
|
|
731
|
+
"kind": "expression",
|
|
732
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "size",
|
|
737
|
+
"description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
|
|
738
|
+
"required": false,
|
|
739
|
+
"value": {
|
|
740
|
+
"kind": "expression",
|
|
741
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "theme",
|
|
746
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
747
|
+
"required": false,
|
|
748
|
+
"value": {
|
|
749
|
+
"kind": "expression",
|
|
750
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
],
|
|
663
754
|
"slots": [],
|
|
664
755
|
"events": []
|
|
665
756
|
},
|
|
@@ -711,7 +802,7 @@
|
|
|
711
802
|
},
|
|
712
803
|
{
|
|
713
804
|
"name": "mode",
|
|
714
|
-
"description": "The mode determines
|
|
805
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
715
806
|
"required": false,
|
|
716
807
|
"value": {
|
|
717
808
|
"kind": "expression",
|
|
@@ -736,6 +827,15 @@
|
|
|
736
827
|
"type": "null | string | undefined"
|
|
737
828
|
}
|
|
738
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"name": "theme",
|
|
832
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
833
|
+
"required": false,
|
|
834
|
+
"value": {
|
|
835
|
+
"kind": "expression",
|
|
836
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
837
|
+
}
|
|
838
|
+
},
|
|
739
839
|
{
|
|
740
840
|
"name": "type",
|
|
741
841
|
"description": "The type of the button.",
|
|
@@ -759,6 +859,15 @@
|
|
|
759
859
|
"symbol": "Backdrop"
|
|
760
860
|
},
|
|
761
861
|
"attributes": [
|
|
862
|
+
{
|
|
863
|
+
"name": "mode",
|
|
864
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
865
|
+
"required": false,
|
|
866
|
+
"value": {
|
|
867
|
+
"kind": "expression",
|
|
868
|
+
"type": "\"ios\" | \"md\""
|
|
869
|
+
}
|
|
870
|
+
},
|
|
762
871
|
{
|
|
763
872
|
"name": "stop-propagation",
|
|
764
873
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -779,6 +888,15 @@
|
|
|
779
888
|
"type": "boolean"
|
|
780
889
|
}
|
|
781
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"name": "theme",
|
|
893
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
894
|
+
"required": false,
|
|
895
|
+
"value": {
|
|
896
|
+
"kind": "expression",
|
|
897
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
898
|
+
}
|
|
899
|
+
},
|
|
782
900
|
{
|
|
783
901
|
"name": "visible",
|
|
784
902
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -822,14 +940,59 @@
|
|
|
822
940
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
823
941
|
}
|
|
824
942
|
},
|
|
943
|
+
{
|
|
944
|
+
"name": "hue",
|
|
945
|
+
"description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
946
|
+
"required": false,
|
|
947
|
+
"value": {
|
|
948
|
+
"kind": "expression",
|
|
949
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
825
952
|
{
|
|
826
953
|
"name": "mode",
|
|
827
|
-
"description": "The mode determines
|
|
954
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
828
955
|
"required": false,
|
|
829
956
|
"value": {
|
|
830
957
|
"kind": "expression",
|
|
831
958
|
"type": "\"ios\" | \"md\""
|
|
832
959
|
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "shape",
|
|
963
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
964
|
+
"required": false,
|
|
965
|
+
"value": {
|
|
966
|
+
"kind": "expression",
|
|
967
|
+
"type": "\"round | rectangular\" | \"soft\" | undefined"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "size",
|
|
972
|
+
"description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
973
|
+
"required": false,
|
|
974
|
+
"value": {
|
|
975
|
+
"kind": "expression",
|
|
976
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "theme",
|
|
981
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
982
|
+
"required": false,
|
|
983
|
+
"value": {
|
|
984
|
+
"kind": "expression",
|
|
985
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "vertical",
|
|
990
|
+
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
991
|
+
"required": false,
|
|
992
|
+
"value": {
|
|
993
|
+
"kind": "expression",
|
|
994
|
+
"type": "\"bottom\" | \"top\" | undefined"
|
|
995
|
+
}
|
|
833
996
|
}
|
|
834
997
|
],
|
|
835
998
|
"slots": [],
|
|
@@ -893,7 +1056,7 @@
|
|
|
893
1056
|
},
|
|
894
1057
|
{
|
|
895
1058
|
"name": "mode",
|
|
896
|
-
"description": "The mode determines
|
|
1059
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
897
1060
|
"required": false,
|
|
898
1061
|
"value": {
|
|
899
1062
|
"kind": "expression",
|
|
@@ -945,6 +1108,15 @@
|
|
|
945
1108
|
"kind": "expression",
|
|
946
1109
|
"type": "string | undefined"
|
|
947
1110
|
}
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "theme",
|
|
1114
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1115
|
+
"required": false,
|
|
1116
|
+
"value": {
|
|
1117
|
+
"kind": "expression",
|
|
1118
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1119
|
+
}
|
|
948
1120
|
}
|
|
949
1121
|
],
|
|
950
1122
|
"slots": [],
|
|
@@ -1020,12 +1192,21 @@
|
|
|
1020
1192
|
},
|
|
1021
1193
|
{
|
|
1022
1194
|
"name": "mode",
|
|
1023
|
-
"description": "The mode determines
|
|
1195
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1024
1196
|
"required": false,
|
|
1025
1197
|
"value": {
|
|
1026
1198
|
"kind": "expression",
|
|
1027
1199
|
"type": "\"ios\" | \"md\""
|
|
1028
1200
|
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "theme",
|
|
1204
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1205
|
+
"required": false,
|
|
1206
|
+
"value": {
|
|
1207
|
+
"kind": "expression",
|
|
1208
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1209
|
+
}
|
|
1029
1210
|
}
|
|
1030
1211
|
],
|
|
1031
1212
|
"slots": [],
|
|
@@ -1127,7 +1308,7 @@
|
|
|
1127
1308
|
},
|
|
1128
1309
|
{
|
|
1129
1310
|
"name": "mode",
|
|
1130
|
-
"description": "The mode determines
|
|
1311
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1131
1312
|
"required": false,
|
|
1132
1313
|
"value": {
|
|
1133
1314
|
"kind": "expression",
|
|
@@ -1164,20 +1345,20 @@
|
|
|
1164
1345
|
},
|
|
1165
1346
|
{
|
|
1166
1347
|
"name": "shape",
|
|
1167
|
-
"description": "Set to `\"round\"` for a button with
|
|
1348
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
1168
1349
|
"required": false,
|
|
1169
1350
|
"value": {
|
|
1170
1351
|
"kind": "expression",
|
|
1171
|
-
"type": "\"round\" | undefined"
|
|
1352
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1172
1353
|
}
|
|
1173
1354
|
},
|
|
1174
1355
|
{
|
|
1175
1356
|
"name": "size",
|
|
1176
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1357
|
+
"description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
1177
1358
|
"required": false,
|
|
1178
1359
|
"value": {
|
|
1179
1360
|
"kind": "expression",
|
|
1180
|
-
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1361
|
+
"type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined"
|
|
1181
1362
|
}
|
|
1182
1363
|
},
|
|
1183
1364
|
{
|
|
@@ -1199,6 +1380,15 @@
|
|
|
1199
1380
|
"type": "string | undefined"
|
|
1200
1381
|
}
|
|
1201
1382
|
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "theme",
|
|
1385
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1386
|
+
"required": false,
|
|
1387
|
+
"value": {
|
|
1388
|
+
"kind": "expression",
|
|
1389
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1202
1392
|
{
|
|
1203
1393
|
"name": "type",
|
|
1204
1394
|
"description": "The type of the button.",
|
|
@@ -1262,13 +1452,31 @@
|
|
|
1262
1452
|
"attributes": [
|
|
1263
1453
|
{
|
|
1264
1454
|
"name": "collapse",
|
|
1265
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios`
|
|
1455
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
1266
1456
|
"required": false,
|
|
1267
1457
|
"default": "false",
|
|
1268
1458
|
"value": {
|
|
1269
1459
|
"kind": "expression",
|
|
1270
1460
|
"type": "boolean"
|
|
1271
1461
|
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "mode",
|
|
1465
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1466
|
+
"required": false,
|
|
1467
|
+
"value": {
|
|
1468
|
+
"kind": "expression",
|
|
1469
|
+
"type": "\"ios\" | \"md\""
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "theme",
|
|
1474
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1475
|
+
"required": false,
|
|
1476
|
+
"value": {
|
|
1477
|
+
"kind": "expression",
|
|
1478
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1479
|
+
}
|
|
1272
1480
|
}
|
|
1273
1481
|
],
|
|
1274
1482
|
"slots": [],
|
|
@@ -1332,7 +1540,7 @@
|
|
|
1332
1540
|
},
|
|
1333
1541
|
{
|
|
1334
1542
|
"name": "mode",
|
|
1335
|
-
"description": "The mode determines
|
|
1543
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1336
1544
|
"required": false,
|
|
1337
1545
|
"value": {
|
|
1338
1546
|
"kind": "expression",
|
|
@@ -1367,6 +1575,16 @@
|
|
|
1367
1575
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1368
1576
|
}
|
|
1369
1577
|
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "shape",
|
|
1580
|
+
"description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
|
|
1581
|
+
"required": false,
|
|
1582
|
+
"default": "'round'",
|
|
1583
|
+
"value": {
|
|
1584
|
+
"kind": "expression",
|
|
1585
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1370
1588
|
{
|
|
1371
1589
|
"name": "target",
|
|
1372
1590
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1376,6 +1594,15 @@
|
|
|
1376
1594
|
"type": "string | undefined"
|
|
1377
1595
|
}
|
|
1378
1596
|
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "theme",
|
|
1599
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1600
|
+
"required": false,
|
|
1601
|
+
"value": {
|
|
1602
|
+
"kind": "expression",
|
|
1603
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1379
1606
|
{
|
|
1380
1607
|
"name": "type",
|
|
1381
1608
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1401,12 +1628,21 @@
|
|
|
1401
1628
|
"attributes": [
|
|
1402
1629
|
{
|
|
1403
1630
|
"name": "mode",
|
|
1404
|
-
"description": "The mode determines
|
|
1631
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1405
1632
|
"required": false,
|
|
1406
1633
|
"value": {
|
|
1407
1634
|
"kind": "expression",
|
|
1408
1635
|
"type": "\"ios\" | \"md\""
|
|
1409
1636
|
}
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "theme",
|
|
1640
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1641
|
+
"required": false,
|
|
1642
|
+
"value": {
|
|
1643
|
+
"kind": "expression",
|
|
1644
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1645
|
+
}
|
|
1410
1646
|
}
|
|
1411
1647
|
],
|
|
1412
1648
|
"slots": [],
|
|
@@ -1432,16 +1668,25 @@
|
|
|
1432
1668
|
},
|
|
1433
1669
|
{
|
|
1434
1670
|
"name": "mode",
|
|
1435
|
-
"description": "The mode determines
|
|
1671
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1436
1672
|
"required": false,
|
|
1437
1673
|
"value": {
|
|
1438
1674
|
"kind": "expression",
|
|
1439
1675
|
"type": "\"ios\" | \"md\""
|
|
1440
1676
|
}
|
|
1441
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "theme",
|
|
1680
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1681
|
+
"required": false,
|
|
1682
|
+
"value": {
|
|
1683
|
+
"kind": "expression",
|
|
1684
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1442
1687
|
{
|
|
1443
1688
|
"name": "translucent",
|
|
1444
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1689
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1445
1690
|
"required": false,
|
|
1446
1691
|
"default": "false",
|
|
1447
1692
|
"value": {
|
|
@@ -1473,12 +1718,21 @@
|
|
|
1473
1718
|
},
|
|
1474
1719
|
{
|
|
1475
1720
|
"name": "mode",
|
|
1476
|
-
"description": "The mode determines
|
|
1721
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1477
1722
|
"required": false,
|
|
1478
1723
|
"value": {
|
|
1479
1724
|
"kind": "expression",
|
|
1480
1725
|
"type": "\"ios\" | \"md\""
|
|
1481
1726
|
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "theme",
|
|
1730
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1731
|
+
"required": false,
|
|
1732
|
+
"value": {
|
|
1733
|
+
"kind": "expression",
|
|
1734
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1735
|
+
}
|
|
1482
1736
|
}
|
|
1483
1737
|
],
|
|
1484
1738
|
"slots": [],
|
|
@@ -1504,12 +1758,21 @@
|
|
|
1504
1758
|
},
|
|
1505
1759
|
{
|
|
1506
1760
|
"name": "mode",
|
|
1507
|
-
"description": "The mode determines
|
|
1761
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1508
1762
|
"required": false,
|
|
1509
1763
|
"value": {
|
|
1510
1764
|
"kind": "expression",
|
|
1511
1765
|
"type": "\"ios\" | \"md\""
|
|
1512
1766
|
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "theme",
|
|
1770
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1771
|
+
"required": false,
|
|
1772
|
+
"value": {
|
|
1773
|
+
"kind": "expression",
|
|
1774
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1775
|
+
}
|
|
1513
1776
|
}
|
|
1514
1777
|
],
|
|
1515
1778
|
"slots": [],
|
|
@@ -1611,7 +1874,7 @@
|
|
|
1611
1874
|
},
|
|
1612
1875
|
{
|
|
1613
1876
|
"name": "mode",
|
|
1614
|
-
"description": "The mode determines
|
|
1877
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1615
1878
|
"required": false,
|
|
1616
1879
|
"value": {
|
|
1617
1880
|
"kind": "expression",
|
|
@@ -1638,6 +1901,34 @@
|
|
|
1638
1901
|
"type": "boolean"
|
|
1639
1902
|
}
|
|
1640
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"name": "shape",
|
|
1906
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1907
|
+
"required": false,
|
|
1908
|
+
"default": "'soft'",
|
|
1909
|
+
"value": {
|
|
1910
|
+
"kind": "expression",
|
|
1911
|
+
"type": "\"rectangular\" | \"soft\" | undefined"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "size",
|
|
1916
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1917
|
+
"required": false,
|
|
1918
|
+
"value": {
|
|
1919
|
+
"kind": "expression",
|
|
1920
|
+
"type": "\"small\" | undefined"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "theme",
|
|
1925
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1926
|
+
"required": false,
|
|
1927
|
+
"value": {
|
|
1928
|
+
"kind": "expression",
|
|
1929
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1641
1932
|
{
|
|
1642
1933
|
"name": "value",
|
|
1643
1934
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
|
|
@@ -1668,7 +1959,7 @@
|
|
|
1668
1959
|
},
|
|
1669
1960
|
{
|
|
1670
1961
|
"name": "ionChange",
|
|
1671
|
-
"description": "Emitted when the checked property has changed
|
|
1962
|
+
"description": "Emitted when the checked property has changed\nas a result of a user action such as a click.\nThis event will not emit when programmatically\nsetting the `checked` property.",
|
|
1672
1963
|
"arguments": [
|
|
1673
1964
|
{
|
|
1674
1965
|
"name": "detail",
|
|
@@ -1716,9 +2007,19 @@
|
|
|
1716
2007
|
"type": "boolean"
|
|
1717
2008
|
}
|
|
1718
2009
|
},
|
|
2010
|
+
{
|
|
2011
|
+
"name": "hue",
|
|
2012
|
+
"description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
2013
|
+
"required": false,
|
|
2014
|
+
"default": "'subtle'",
|
|
2015
|
+
"value": {
|
|
2016
|
+
"kind": "expression",
|
|
2017
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
1719
2020
|
{
|
|
1720
2021
|
"name": "mode",
|
|
1721
|
-
"description": "The mode determines
|
|
2022
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1722
2023
|
"required": false,
|
|
1723
2024
|
"value": {
|
|
1724
2025
|
"kind": "expression",
|
|
@@ -1734,6 +2035,33 @@
|
|
|
1734
2035
|
"kind": "expression",
|
|
1735
2036
|
"type": "boolean"
|
|
1736
2037
|
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "shape",
|
|
2041
|
+
"description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
|
|
2042
|
+
"required": false,
|
|
2043
|
+
"value": {
|
|
2044
|
+
"kind": "expression",
|
|
2045
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "size",
|
|
2050
|
+
"description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
|
|
2051
|
+
"required": false,
|
|
2052
|
+
"value": {
|
|
2053
|
+
"kind": "expression",
|
|
2054
|
+
"type": "\"large\" | \"small\" | undefined"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"name": "theme",
|
|
2059
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2060
|
+
"required": false,
|
|
2061
|
+
"value": {
|
|
2062
|
+
"kind": "expression",
|
|
2063
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2064
|
+
}
|
|
1737
2065
|
}
|
|
1738
2066
|
],
|
|
1739
2067
|
"slots": [],
|
|
@@ -1748,6 +2076,15 @@
|
|
|
1748
2076
|
"symbol": "Col"
|
|
1749
2077
|
},
|
|
1750
2078
|
"attributes": [
|
|
2079
|
+
{
|
|
2080
|
+
"name": "mode",
|
|
2081
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2082
|
+
"required": false,
|
|
2083
|
+
"value": {
|
|
2084
|
+
"kind": "expression",
|
|
2085
|
+
"type": "\"ios\" | \"md\""
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
1751
2088
|
{
|
|
1752
2089
|
"name": "offset",
|
|
1753
2090
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -1963,6 +2300,15 @@
|
|
|
1963
2300
|
"kind": "expression",
|
|
1964
2301
|
"type": "string | undefined"
|
|
1965
2302
|
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "theme",
|
|
2306
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2307
|
+
"required": false,
|
|
2308
|
+
"value": {
|
|
2309
|
+
"kind": "expression",
|
|
2310
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2311
|
+
}
|
|
1966
2312
|
}
|
|
1967
2313
|
],
|
|
1968
2314
|
"slots": [],
|
|
@@ -2015,6 +2361,15 @@
|
|
|
2015
2361
|
"type": "boolean"
|
|
2016
2362
|
}
|
|
2017
2363
|
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "mode",
|
|
2366
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2367
|
+
"required": false,
|
|
2368
|
+
"value": {
|
|
2369
|
+
"kind": "expression",
|
|
2370
|
+
"type": "\"ios\" | \"md\""
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2018
2373
|
{
|
|
2019
2374
|
"name": "scroll-events",
|
|
2020
2375
|
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
|
|
@@ -2044,6 +2399,15 @@
|
|
|
2044
2399
|
"kind": "expression",
|
|
2045
2400
|
"type": "boolean"
|
|
2046
2401
|
}
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "theme",
|
|
2405
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2406
|
+
"required": false,
|
|
2407
|
+
"value": {
|
|
2408
|
+
"kind": "expression",
|
|
2409
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2410
|
+
}
|
|
2047
2411
|
}
|
|
2048
2412
|
],
|
|
2049
2413
|
"slots": [
|
|
@@ -2251,7 +2615,7 @@
|
|
|
2251
2615
|
},
|
|
2252
2616
|
{
|
|
2253
2617
|
"name": "mode",
|
|
2254
|
-
"description": "The mode determines
|
|
2618
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2255
2619
|
"required": false,
|
|
2256
2620
|
"value": {
|
|
2257
2621
|
"kind": "expression",
|
|
@@ -2377,6 +2741,15 @@
|
|
|
2377
2741
|
"type": "\"cover\" | \"fixed\""
|
|
2378
2742
|
}
|
|
2379
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "theme",
|
|
2746
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2747
|
+
"required": false,
|
|
2748
|
+
"value": {
|
|
2749
|
+
"kind": "expression",
|
|
2750
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2380
2753
|
{
|
|
2381
2754
|
"name": "title-selected-dates-formatter",
|
|
2382
2755
|
"description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
|
|
@@ -2502,12 +2875,21 @@
|
|
|
2502
2875
|
},
|
|
2503
2876
|
{
|
|
2504
2877
|
"name": "mode",
|
|
2505
|
-
"description": "The mode determines
|
|
2878
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2506
2879
|
"required": false,
|
|
2507
2880
|
"value": {
|
|
2508
2881
|
"kind": "expression",
|
|
2509
2882
|
"type": "\"ios\" | \"md\""
|
|
2510
2883
|
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"name": "theme",
|
|
2887
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2888
|
+
"required": false,
|
|
2889
|
+
"value": {
|
|
2890
|
+
"kind": "expression",
|
|
2891
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2892
|
+
}
|
|
2511
2893
|
}
|
|
2512
2894
|
],
|
|
2513
2895
|
"slots": [
|
|
@@ -2522,6 +2904,39 @@
|
|
|
2522
2904
|
],
|
|
2523
2905
|
"events": []
|
|
2524
2906
|
},
|
|
2907
|
+
{
|
|
2908
|
+
"name": "IonDivider",
|
|
2909
|
+
"doc-url": "https://ionicframework.com/docs/api/divider",
|
|
2910
|
+
"description": "",
|
|
2911
|
+
"source": {
|
|
2912
|
+
"module": "@ionic/core/src/components/divider/divider.d.ts",
|
|
2913
|
+
"symbol": "Divider"
|
|
2914
|
+
},
|
|
2915
|
+
"attributes": [
|
|
2916
|
+
{
|
|
2917
|
+
"name": "inset",
|
|
2918
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
2919
|
+
"required": false,
|
|
2920
|
+
"default": "false",
|
|
2921
|
+
"value": {
|
|
2922
|
+
"kind": "expression",
|
|
2923
|
+
"type": "boolean"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"name": "spacing",
|
|
2928
|
+
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
2929
|
+
"required": false,
|
|
2930
|
+
"default": "'medium'",
|
|
2931
|
+
"value": {
|
|
2932
|
+
"kind": "expression",
|
|
2933
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
|
|
2934
|
+
}
|
|
2935
|
+
}
|
|
2936
|
+
],
|
|
2937
|
+
"slots": [],
|
|
2938
|
+
"events": []
|
|
2939
|
+
},
|
|
2525
2940
|
{
|
|
2526
2941
|
"name": "IonFab",
|
|
2527
2942
|
"doc-url": "https://ionicframework.com/docs/api/fab",
|
|
@@ -2535,29 +2950,47 @@
|
|
|
2535
2950
|
"name": "activated",
|
|
2536
2951
|
"description": "If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.\nThat means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.",
|
|
2537
2952
|
"required": false,
|
|
2538
|
-
"default": "false",
|
|
2953
|
+
"default": "false",
|
|
2954
|
+
"value": {
|
|
2955
|
+
"kind": "expression",
|
|
2956
|
+
"type": "boolean"
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"name": "edge",
|
|
2961
|
+
"description": "If `true`, the fab will display on the edge of the header if\n`vertical` is `\"top\"`, and on the edge of the footer if\nit is `\"bottom\"`. Should be used with a `fixed` slot.",
|
|
2962
|
+
"required": false,
|
|
2963
|
+
"default": "false",
|
|
2964
|
+
"value": {
|
|
2965
|
+
"kind": "expression",
|
|
2966
|
+
"type": "boolean"
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "horizontal",
|
|
2971
|
+
"description": "Where to align the fab horizontally in the viewport.",
|
|
2972
|
+
"required": false,
|
|
2539
2973
|
"value": {
|
|
2540
2974
|
"kind": "expression",
|
|
2541
|
-
"type": "
|
|
2975
|
+
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
2542
2976
|
}
|
|
2543
2977
|
},
|
|
2544
2978
|
{
|
|
2545
|
-
"name": "
|
|
2546
|
-
"description": "
|
|
2979
|
+
"name": "mode",
|
|
2980
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2547
2981
|
"required": false,
|
|
2548
|
-
"default": "false",
|
|
2549
2982
|
"value": {
|
|
2550
2983
|
"kind": "expression",
|
|
2551
|
-
"type": "
|
|
2984
|
+
"type": "\"ios\" | \"md\""
|
|
2552
2985
|
}
|
|
2553
2986
|
},
|
|
2554
2987
|
{
|
|
2555
|
-
"name": "
|
|
2556
|
-
"description": "
|
|
2988
|
+
"name": "theme",
|
|
2989
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2557
2990
|
"required": false,
|
|
2558
2991
|
"value": {
|
|
2559
2992
|
"kind": "expression",
|
|
2560
|
-
"type": "\"
|
|
2993
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2561
2994
|
}
|
|
2562
2995
|
},
|
|
2563
2996
|
{
|
|
@@ -2596,10 +3029,9 @@
|
|
|
2596
3029
|
"name": "close-icon",
|
|
2597
3030
|
"description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
|
|
2598
3031
|
"required": false,
|
|
2599
|
-
"default": "close",
|
|
2600
3032
|
"value": {
|
|
2601
3033
|
"kind": "expression",
|
|
2602
|
-
"type": "string"
|
|
3034
|
+
"type": "string | undefined"
|
|
2603
3035
|
}
|
|
2604
3036
|
},
|
|
2605
3037
|
{
|
|
@@ -2641,7 +3073,7 @@
|
|
|
2641
3073
|
},
|
|
2642
3074
|
{
|
|
2643
3075
|
"name": "mode",
|
|
2644
|
-
"description": "The mode determines
|
|
3076
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2645
3077
|
"required": false,
|
|
2646
3078
|
"value": {
|
|
2647
3079
|
"kind": "expression",
|
|
@@ -2704,9 +3136,18 @@
|
|
|
2704
3136
|
"type": "string | undefined"
|
|
2705
3137
|
}
|
|
2706
3138
|
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "theme",
|
|
3141
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3142
|
+
"required": false,
|
|
3143
|
+
"value": {
|
|
3144
|
+
"kind": "expression",
|
|
3145
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2707
3148
|
{
|
|
2708
3149
|
"name": "translucent",
|
|
2709
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
3150
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
2710
3151
|
"required": false,
|
|
2711
3152
|
"default": "false",
|
|
2712
3153
|
"value": {
|
|
@@ -2768,6 +3209,15 @@
|
|
|
2768
3209
|
"type": "boolean"
|
|
2769
3210
|
}
|
|
2770
3211
|
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "mode",
|
|
3214
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3215
|
+
"required": false,
|
|
3216
|
+
"value": {
|
|
3217
|
+
"kind": "expression",
|
|
3218
|
+
"type": "\"ios\" | \"md\""
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
2771
3221
|
{
|
|
2772
3222
|
"name": "side",
|
|
2773
3223
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2777,6 +3227,15 @@
|
|
|
2777
3227
|
"kind": "expression",
|
|
2778
3228
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
2779
3229
|
}
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "theme",
|
|
3233
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3234
|
+
"required": false,
|
|
3235
|
+
"value": {
|
|
3236
|
+
"kind": "expression",
|
|
3237
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3238
|
+
}
|
|
2780
3239
|
}
|
|
2781
3240
|
],
|
|
2782
3241
|
"slots": [],
|
|
@@ -2793,7 +3252,7 @@
|
|
|
2793
3252
|
"attributes": [
|
|
2794
3253
|
{
|
|
2795
3254
|
"name": "collapse",
|
|
2796
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
3255
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2797
3256
|
"required": false,
|
|
2798
3257
|
"value": {
|
|
2799
3258
|
"kind": "expression",
|
|
@@ -2802,16 +3261,25 @@
|
|
|
2802
3261
|
},
|
|
2803
3262
|
{
|
|
2804
3263
|
"name": "mode",
|
|
2805
|
-
"description": "The mode determines
|
|
3264
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2806
3265
|
"required": false,
|
|
2807
3266
|
"value": {
|
|
2808
3267
|
"kind": "expression",
|
|
2809
3268
|
"type": "\"ios\" | \"md\""
|
|
2810
3269
|
}
|
|
2811
3270
|
},
|
|
3271
|
+
{
|
|
3272
|
+
"name": "theme",
|
|
3273
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3274
|
+
"required": false,
|
|
3275
|
+
"value": {
|
|
3276
|
+
"kind": "expression",
|
|
3277
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
2812
3280
|
{
|
|
2813
3281
|
"name": "translucent",
|
|
2814
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
3282
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
|
|
2815
3283
|
"required": false,
|
|
2816
3284
|
"default": "false",
|
|
2817
3285
|
"value": {
|
|
@@ -2841,6 +3309,24 @@
|
|
|
2841
3309
|
"kind": "expression",
|
|
2842
3310
|
"type": "boolean"
|
|
2843
3311
|
}
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "mode",
|
|
3315
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3316
|
+
"required": false,
|
|
3317
|
+
"value": {
|
|
3318
|
+
"kind": "expression",
|
|
3319
|
+
"type": "\"ios\" | \"md\""
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "theme",
|
|
3324
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3325
|
+
"required": false,
|
|
3326
|
+
"value": {
|
|
3327
|
+
"kind": "expression",
|
|
3328
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3329
|
+
}
|
|
2844
3330
|
}
|
|
2845
3331
|
],
|
|
2846
3332
|
"slots": [],
|
|
@@ -2857,25 +3343,44 @@
|
|
|
2857
3343
|
"attributes": [
|
|
2858
3344
|
{
|
|
2859
3345
|
"name": "collapse",
|
|
2860
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
3346
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
2861
3347
|
"required": false,
|
|
2862
3348
|
"value": {
|
|
2863
3349
|
"kind": "expression",
|
|
2864
3350
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
2865
3351
|
}
|
|
2866
3352
|
},
|
|
3353
|
+
{
|
|
3354
|
+
"name": "divider",
|
|
3355
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3356
|
+
"required": false,
|
|
3357
|
+
"default": "false",
|
|
3358
|
+
"value": {
|
|
3359
|
+
"kind": "expression",
|
|
3360
|
+
"type": "boolean"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
2867
3363
|
{
|
|
2868
3364
|
"name": "mode",
|
|
2869
|
-
"description": "The mode determines
|
|
3365
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2870
3366
|
"required": false,
|
|
2871
3367
|
"value": {
|
|
2872
3368
|
"kind": "expression",
|
|
2873
3369
|
"type": "\"ios\" | \"md\""
|
|
2874
3370
|
}
|
|
2875
3371
|
},
|
|
3372
|
+
{
|
|
3373
|
+
"name": "theme",
|
|
3374
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3375
|
+
"required": false,
|
|
3376
|
+
"value": {
|
|
3377
|
+
"kind": "expression",
|
|
3378
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
2876
3381
|
{
|
|
2877
3382
|
"name": "translucent",
|
|
2878
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3383
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
2879
3384
|
"required": false,
|
|
2880
3385
|
"default": "false",
|
|
2881
3386
|
"value": {
|
|
@@ -2905,6 +3410,15 @@
|
|
|
2905
3410
|
"type": "string | undefined"
|
|
2906
3411
|
}
|
|
2907
3412
|
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "mode",
|
|
3415
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3416
|
+
"required": false,
|
|
3417
|
+
"value": {
|
|
3418
|
+
"kind": "expression",
|
|
3419
|
+
"type": "\"ios\" | \"md\""
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
2908
3422
|
{
|
|
2909
3423
|
"name": "src",
|
|
2910
3424
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -2913,6 +3427,15 @@
|
|
|
2913
3427
|
"kind": "expression",
|
|
2914
3428
|
"type": "string | undefined"
|
|
2915
3429
|
}
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"name": "theme",
|
|
3433
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3434
|
+
"required": false,
|
|
3435
|
+
"value": {
|
|
3436
|
+
"kind": "expression",
|
|
3437
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3438
|
+
}
|
|
2916
3439
|
}
|
|
2917
3440
|
],
|
|
2918
3441
|
"slots": [],
|
|
@@ -2968,6 +3491,15 @@
|
|
|
2968
3491
|
"type": "boolean"
|
|
2969
3492
|
}
|
|
2970
3493
|
},
|
|
3494
|
+
{
|
|
3495
|
+
"name": "mode",
|
|
3496
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3497
|
+
"required": false,
|
|
3498
|
+
"value": {
|
|
3499
|
+
"kind": "expression",
|
|
3500
|
+
"type": "\"ios\" | \"md\""
|
|
3501
|
+
}
|
|
3502
|
+
},
|
|
2971
3503
|
{
|
|
2972
3504
|
"name": "position",
|
|
2973
3505
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2978,6 +3510,15 @@
|
|
|
2978
3510
|
"type": "\"bottom\" | \"top\""
|
|
2979
3511
|
}
|
|
2980
3512
|
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "theme",
|
|
3515
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3516
|
+
"required": false,
|
|
3517
|
+
"value": {
|
|
3518
|
+
"kind": "expression",
|
|
3519
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
2981
3522
|
{
|
|
2982
3523
|
"name": "threshold",
|
|
2983
3524
|
"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 +3570,24 @@
|
|
|
3029
3570
|
"kind": "expression",
|
|
3030
3571
|
"type": "IonicSafeString | string | undefined"
|
|
3031
3572
|
}
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"name": "mode",
|
|
3576
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3577
|
+
"required": false,
|
|
3578
|
+
"value": {
|
|
3579
|
+
"kind": "expression",
|
|
3580
|
+
"type": "\"ios\" | \"md\""
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "theme",
|
|
3585
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3586
|
+
"required": false,
|
|
3587
|
+
"value": {
|
|
3588
|
+
"kind": "expression",
|
|
3589
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3590
|
+
}
|
|
3032
3591
|
}
|
|
3033
3592
|
],
|
|
3034
3593
|
"slots": [],
|
|
@@ -3060,7 +3619,7 @@
|
|
|
3060
3619
|
"default": "'off'",
|
|
3061
3620
|
"value": {
|
|
3062
3621
|
"kind": "expression",
|
|
3063
|
-
"type": "\"name\" | \"
|
|
3622
|
+
"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
3623
|
}
|
|
3065
3624
|
},
|
|
3066
3625
|
{
|
|
@@ -3178,7 +3737,7 @@
|
|
|
3178
3737
|
},
|
|
3179
3738
|
{
|
|
3180
3739
|
"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
|
|
3740
|
+
"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
3741
|
"required": false,
|
|
3183
3742
|
"value": {
|
|
3184
3743
|
"kind": "expression",
|
|
@@ -3214,12 +3773,11 @@
|
|
|
3214
3773
|
},
|
|
3215
3774
|
{
|
|
3216
3775
|
"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 (\"...\").",
|
|
3776
|
+
"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
3777
|
"required": false,
|
|
3219
|
-
"default": "'start'",
|
|
3220
3778
|
"value": {
|
|
3221
3779
|
"kind": "expression",
|
|
3222
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3780
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
|
|
3223
3781
|
}
|
|
3224
3782
|
},
|
|
3225
3783
|
{
|
|
@@ -3260,7 +3818,7 @@
|
|
|
3260
3818
|
},
|
|
3261
3819
|
{
|
|
3262
3820
|
"name": "mode",
|
|
3263
|
-
"description": "The mode determines
|
|
3821
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3264
3822
|
"required": false,
|
|
3265
3823
|
"value": {
|
|
3266
3824
|
"kind": "expression",
|
|
@@ -3326,11 +3884,21 @@
|
|
|
3326
3884
|
},
|
|
3327
3885
|
{
|
|
3328
3886
|
"name": "shape",
|
|
3329
|
-
"description": "
|
|
3887
|
+
"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\"`.",
|
|
3888
|
+
"required": false,
|
|
3889
|
+
"value": {
|
|
3890
|
+
"kind": "expression",
|
|
3891
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"name": "size",
|
|
3896
|
+
"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
3897
|
"required": false,
|
|
3898
|
+
"default": "'medium'",
|
|
3331
3899
|
"value": {
|
|
3332
3900
|
"kind": "expression",
|
|
3333
|
-
"type": "\"
|
|
3901
|
+
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3334
3902
|
}
|
|
3335
3903
|
},
|
|
3336
3904
|
{
|
|
@@ -3352,6 +3920,15 @@
|
|
|
3352
3920
|
"type": "string | undefined"
|
|
3353
3921
|
}
|
|
3354
3922
|
},
|
|
3923
|
+
{
|
|
3924
|
+
"name": "theme",
|
|
3925
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3926
|
+
"required": false,
|
|
3927
|
+
"value": {
|
|
3928
|
+
"kind": "expression",
|
|
3929
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3930
|
+
}
|
|
3931
|
+
},
|
|
3355
3932
|
{
|
|
3356
3933
|
"name": "type",
|
|
3357
3934
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3699,7 +4276,7 @@
|
|
|
3699
4276
|
},
|
|
3700
4277
|
{
|
|
3701
4278
|
"name": "detail",
|
|
3702
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4279
|
+
"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
4280
|
"required": false,
|
|
3704
4281
|
"value": {
|
|
3705
4282
|
"kind": "expression",
|
|
@@ -3710,10 +4287,9 @@
|
|
|
3710
4287
|
"name": "detail-icon",
|
|
3711
4288
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
3712
4289
|
"required": false,
|
|
3713
|
-
"default": "chevronForward",
|
|
3714
4290
|
"value": {
|
|
3715
4291
|
"kind": "expression",
|
|
3716
|
-
"type": "string"
|
|
4292
|
+
"type": "string | undefined"
|
|
3717
4293
|
}
|
|
3718
4294
|
},
|
|
3719
4295
|
{
|
|
@@ -3755,7 +4331,7 @@
|
|
|
3755
4331
|
},
|
|
3756
4332
|
{
|
|
3757
4333
|
"name": "mode",
|
|
3758
|
-
"description": "The mode determines
|
|
4334
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3759
4335
|
"required": false,
|
|
3760
4336
|
"value": {
|
|
3761
4337
|
"kind": "expression",
|
|
@@ -3799,6 +4375,15 @@
|
|
|
3799
4375
|
"type": "string | undefined"
|
|
3800
4376
|
}
|
|
3801
4377
|
},
|
|
4378
|
+
{
|
|
4379
|
+
"name": "theme",
|
|
4380
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4381
|
+
"required": false,
|
|
4382
|
+
"value": {
|
|
4383
|
+
"kind": "expression",
|
|
4384
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4385
|
+
}
|
|
4386
|
+
},
|
|
3802
4387
|
{
|
|
3803
4388
|
"name": "type",
|
|
3804
4389
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3846,7 +4431,7 @@
|
|
|
3846
4431
|
},
|
|
3847
4432
|
{
|
|
3848
4433
|
"name": "mode",
|
|
3849
|
-
"description": "The mode determines
|
|
4434
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3850
4435
|
"required": false,
|
|
3851
4436
|
"value": {
|
|
3852
4437
|
"kind": "expression",
|
|
@@ -3862,6 +4447,15 @@
|
|
|
3862
4447
|
"kind": "expression",
|
|
3863
4448
|
"type": "boolean"
|
|
3864
4449
|
}
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "theme",
|
|
4453
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4454
|
+
"required": false,
|
|
4455
|
+
"value": {
|
|
4456
|
+
"kind": "expression",
|
|
4457
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4458
|
+
}
|
|
3865
4459
|
}
|
|
3866
4460
|
],
|
|
3867
4461
|
"slots": [
|
|
@@ -3888,7 +4482,26 @@
|
|
|
3888
4482
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
3889
4483
|
"symbol": "ItemGroup"
|
|
3890
4484
|
},
|
|
3891
|
-
"attributes": [
|
|
4485
|
+
"attributes": [
|
|
4486
|
+
{
|
|
4487
|
+
"name": "mode",
|
|
4488
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4489
|
+
"required": false,
|
|
4490
|
+
"value": {
|
|
4491
|
+
"kind": "expression",
|
|
4492
|
+
"type": "\"ios\" | \"md\""
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "theme",
|
|
4497
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4498
|
+
"required": false,
|
|
4499
|
+
"value": {
|
|
4500
|
+
"kind": "expression",
|
|
4501
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4502
|
+
}
|
|
4503
|
+
}
|
|
4504
|
+
],
|
|
3892
4505
|
"slots": [],
|
|
3893
4506
|
"events": []
|
|
3894
4507
|
},
|
|
@@ -3948,9 +4561,19 @@
|
|
|
3948
4561
|
"type": "string | undefined"
|
|
3949
4562
|
}
|
|
3950
4563
|
},
|
|
4564
|
+
{
|
|
4565
|
+
"name": "hue",
|
|
4566
|
+
"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.",
|
|
4567
|
+
"required": false,
|
|
4568
|
+
"default": "'subtle'",
|
|
4569
|
+
"value": {
|
|
4570
|
+
"kind": "expression",
|
|
4571
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
4572
|
+
}
|
|
4573
|
+
},
|
|
3951
4574
|
{
|
|
3952
4575
|
"name": "mode",
|
|
3953
|
-
"description": "The mode determines
|
|
4576
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3954
4577
|
"required": false,
|
|
3955
4578
|
"value": {
|
|
3956
4579
|
"kind": "expression",
|
|
@@ -3966,6 +4589,15 @@
|
|
|
3966
4589
|
"type": "string | undefined"
|
|
3967
4590
|
}
|
|
3968
4591
|
},
|
|
4592
|
+
{
|
|
4593
|
+
"name": "shape",
|
|
4594
|
+
"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.",
|
|
4595
|
+
"required": false,
|
|
4596
|
+
"value": {
|
|
4597
|
+
"kind": "expression",
|
|
4598
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4599
|
+
}
|
|
4600
|
+
},
|
|
3969
4601
|
{
|
|
3970
4602
|
"name": "target",
|
|
3971
4603
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -3975,6 +4607,15 @@
|
|
|
3975
4607
|
"type": "string | undefined"
|
|
3976
4608
|
}
|
|
3977
4609
|
},
|
|
4610
|
+
{
|
|
4611
|
+
"name": "theme",
|
|
4612
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4613
|
+
"required": false,
|
|
4614
|
+
"value": {
|
|
4615
|
+
"kind": "expression",
|
|
4616
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
3978
4619
|
{
|
|
3979
4620
|
"name": "type",
|
|
3980
4621
|
"description": "The type of the button.",
|
|
@@ -4023,6 +4664,15 @@
|
|
|
4023
4664
|
"symbol": "ItemOptions"
|
|
4024
4665
|
},
|
|
4025
4666
|
"attributes": [
|
|
4667
|
+
{
|
|
4668
|
+
"name": "mode",
|
|
4669
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4670
|
+
"required": false,
|
|
4671
|
+
"value": {
|
|
4672
|
+
"kind": "expression",
|
|
4673
|
+
"type": "\"ios\" | \"md\""
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
4026
4676
|
{
|
|
4027
4677
|
"name": "side",
|
|
4028
4678
|
"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 +4682,15 @@
|
|
|
4032
4682
|
"kind": "expression",
|
|
4033
4683
|
"type": "\"end\" | \"start\""
|
|
4034
4684
|
}
|
|
4685
|
+
},
|
|
4686
|
+
{
|
|
4687
|
+
"name": "theme",
|
|
4688
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4689
|
+
"required": false,
|
|
4690
|
+
"value": {
|
|
4691
|
+
"kind": "expression",
|
|
4692
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4693
|
+
}
|
|
4035
4694
|
}
|
|
4036
4695
|
],
|
|
4037
4696
|
"slots": [],
|
|
@@ -4066,6 +4725,24 @@
|
|
|
4066
4725
|
"kind": "expression",
|
|
4067
4726
|
"type": "boolean"
|
|
4068
4727
|
}
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "mode",
|
|
4731
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4732
|
+
"required": false,
|
|
4733
|
+
"value": {
|
|
4734
|
+
"kind": "expression",
|
|
4735
|
+
"type": "\"ios\" | \"md\""
|
|
4736
|
+
}
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"name": "theme",
|
|
4740
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4741
|
+
"required": false,
|
|
4742
|
+
"value": {
|
|
4743
|
+
"kind": "expression",
|
|
4744
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4745
|
+
}
|
|
4069
4746
|
}
|
|
4070
4747
|
],
|
|
4071
4748
|
"slots": [],
|
|
@@ -4102,7 +4779,7 @@
|
|
|
4102
4779
|
},
|
|
4103
4780
|
{
|
|
4104
4781
|
"name": "mode",
|
|
4105
|
-
"description": "The mode determines
|
|
4782
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4106
4783
|
"required": false,
|
|
4107
4784
|
"value": {
|
|
4108
4785
|
"kind": "expression",
|
|
@@ -4117,6 +4794,15 @@
|
|
|
4117
4794
|
"kind": "expression",
|
|
4118
4795
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4119
4796
|
}
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"name": "theme",
|
|
4800
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4801
|
+
"required": false,
|
|
4802
|
+
"value": {
|
|
4803
|
+
"kind": "expression",
|
|
4804
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4805
|
+
}
|
|
4120
4806
|
}
|
|
4121
4807
|
],
|
|
4122
4808
|
"slots": [],
|
|
@@ -4152,12 +4838,30 @@
|
|
|
4152
4838
|
},
|
|
4153
4839
|
{
|
|
4154
4840
|
"name": "mode",
|
|
4155
|
-
"description": "The mode determines
|
|
4841
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4156
4842
|
"required": false,
|
|
4157
4843
|
"value": {
|
|
4158
4844
|
"kind": "expression",
|
|
4159
4845
|
"type": "\"ios\" | \"md\""
|
|
4160
4846
|
}
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"name": "shape",
|
|
4850
|
+
"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.",
|
|
4851
|
+
"required": false,
|
|
4852
|
+
"value": {
|
|
4853
|
+
"kind": "expression",
|
|
4854
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4855
|
+
}
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"name": "theme",
|
|
4859
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4860
|
+
"required": false,
|
|
4861
|
+
"value": {
|
|
4862
|
+
"kind": "expression",
|
|
4863
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4864
|
+
}
|
|
4161
4865
|
}
|
|
4162
4866
|
],
|
|
4163
4867
|
"slots": [],
|
|
@@ -4192,12 +4896,21 @@
|
|
|
4192
4896
|
},
|
|
4193
4897
|
{
|
|
4194
4898
|
"name": "mode",
|
|
4195
|
-
"description": "The mode determines
|
|
4899
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4196
4900
|
"required": false,
|
|
4197
4901
|
"value": {
|
|
4198
4902
|
"kind": "expression",
|
|
4199
4903
|
"type": "\"ios\" | \"md\""
|
|
4200
4904
|
}
|
|
4905
|
+
},
|
|
4906
|
+
{
|
|
4907
|
+
"name": "theme",
|
|
4908
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4909
|
+
"required": false,
|
|
4910
|
+
"value": {
|
|
4911
|
+
"kind": "expression",
|
|
4912
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4913
|
+
}
|
|
4201
4914
|
}
|
|
4202
4915
|
],
|
|
4203
4916
|
"slots": [],
|
|
@@ -4309,7 +5022,7 @@
|
|
|
4309
5022
|
},
|
|
4310
5023
|
{
|
|
4311
5024
|
"name": "mode",
|
|
4312
|
-
"description": "The mode determines
|
|
5025
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4313
5026
|
"required": false,
|
|
4314
5027
|
"value": {
|
|
4315
5028
|
"kind": "expression",
|
|
@@ -4335,9 +5048,18 @@
|
|
|
4335
5048
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4336
5049
|
}
|
|
4337
5050
|
},
|
|
5051
|
+
{
|
|
5052
|
+
"name": "theme",
|
|
5053
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5054
|
+
"required": false,
|
|
5055
|
+
"value": {
|
|
5056
|
+
"kind": "expression",
|
|
5057
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5058
|
+
}
|
|
5059
|
+
},
|
|
4338
5060
|
{
|
|
4339
5061
|
"name": "translucent",
|
|
4340
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
5062
|
+
"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
5063
|
"required": false,
|
|
4342
5064
|
"default": "false",
|
|
4343
5065
|
"value": {
|
|
@@ -4474,16 +5196,25 @@
|
|
|
4474
5196
|
"default": "50",
|
|
4475
5197
|
"value": {
|
|
4476
5198
|
"kind": "expression",
|
|
4477
|
-
"type": "number"
|
|
5199
|
+
"type": "number"
|
|
5200
|
+
}
|
|
5201
|
+
},
|
|
5202
|
+
{
|
|
5203
|
+
"name": "menu-id",
|
|
5204
|
+
"description": "An id for the menu.",
|
|
5205
|
+
"required": false,
|
|
5206
|
+
"value": {
|
|
5207
|
+
"kind": "expression",
|
|
5208
|
+
"type": "string | undefined"
|
|
4478
5209
|
}
|
|
4479
5210
|
},
|
|
4480
5211
|
{
|
|
4481
|
-
"name": "
|
|
4482
|
-
"description": "
|
|
5212
|
+
"name": "mode",
|
|
5213
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4483
5214
|
"required": false,
|
|
4484
5215
|
"value": {
|
|
4485
5216
|
"kind": "expression",
|
|
4486
|
-
"type": "
|
|
5217
|
+
"type": "\"ios\" | \"md\""
|
|
4487
5218
|
}
|
|
4488
5219
|
},
|
|
4489
5220
|
{
|
|
@@ -4506,6 +5237,15 @@
|
|
|
4506
5237
|
"type": "boolean"
|
|
4507
5238
|
}
|
|
4508
5239
|
},
|
|
5240
|
+
{
|
|
5241
|
+
"name": "theme",
|
|
5242
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5243
|
+
"required": false,
|
|
5244
|
+
"value": {
|
|
5245
|
+
"kind": "expression",
|
|
5246
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5247
|
+
}
|
|
5248
|
+
},
|
|
4509
5249
|
{
|
|
4510
5250
|
"name": "type",
|
|
4511
5251
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4609,13 +5349,22 @@
|
|
|
4609
5349
|
},
|
|
4610
5350
|
{
|
|
4611
5351
|
"name": "mode",
|
|
4612
|
-
"description": "The mode determines
|
|
5352
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4613
5353
|
"required": false,
|
|
4614
5354
|
"value": {
|
|
4615
5355
|
"kind": "expression",
|
|
4616
5356
|
"type": "\"ios\" | \"md\""
|
|
4617
5357
|
}
|
|
4618
5358
|
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "theme",
|
|
5361
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5362
|
+
"required": false,
|
|
5363
|
+
"value": {
|
|
5364
|
+
"kind": "expression",
|
|
5365
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5366
|
+
}
|
|
5367
|
+
},
|
|
4619
5368
|
{
|
|
4620
5369
|
"name": "type",
|
|
4621
5370
|
"description": "The type of the button.",
|
|
@@ -4657,6 +5406,24 @@
|
|
|
4657
5406
|
"kind": "expression",
|
|
4658
5407
|
"type": "string | undefined"
|
|
4659
5408
|
}
|
|
5409
|
+
},
|
|
5410
|
+
{
|
|
5411
|
+
"name": "mode",
|
|
5412
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5413
|
+
"required": false,
|
|
5414
|
+
"value": {
|
|
5415
|
+
"kind": "expression",
|
|
5416
|
+
"type": "\"ios\" | \"md\""
|
|
5417
|
+
}
|
|
5418
|
+
},
|
|
5419
|
+
{
|
|
5420
|
+
"name": "theme",
|
|
5421
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5422
|
+
"required": false,
|
|
5423
|
+
"value": {
|
|
5424
|
+
"kind": "expression",
|
|
5425
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5426
|
+
}
|
|
4660
5427
|
}
|
|
4661
5428
|
],
|
|
4662
5429
|
"slots": [
|
|
@@ -4832,7 +5599,7 @@
|
|
|
4832
5599
|
},
|
|
4833
5600
|
{
|
|
4834
5601
|
"name": "mode",
|
|
4835
|
-
"description": "The mode determines
|
|
5602
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4836
5603
|
"required": false,
|
|
4837
5604
|
"value": {
|
|
4838
5605
|
"kind": "expression",
|
|
@@ -4848,6 +5615,15 @@
|
|
|
4848
5615
|
"type": "HTMLElement | undefined"
|
|
4849
5616
|
}
|
|
4850
5617
|
},
|
|
5618
|
+
{
|
|
5619
|
+
"name": "shape",
|
|
5620
|
+
"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.",
|
|
5621
|
+
"required": false,
|
|
5622
|
+
"value": {
|
|
5623
|
+
"kind": "expression",
|
|
5624
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5625
|
+
}
|
|
5626
|
+
},
|
|
4851
5627
|
{
|
|
4852
5628
|
"name": "show-backdrop",
|
|
4853
5629
|
"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 +5634,15 @@
|
|
|
4858
5634
|
"type": "boolean"
|
|
4859
5635
|
}
|
|
4860
5636
|
},
|
|
5637
|
+
{
|
|
5638
|
+
"name": "theme",
|
|
5639
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5640
|
+
"required": false,
|
|
5641
|
+
"value": {
|
|
5642
|
+
"kind": "expression",
|
|
5643
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5644
|
+
}
|
|
5645
|
+
},
|
|
4861
5646
|
{
|
|
4862
5647
|
"name": "trigger",
|
|
4863
5648
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -4987,12 +5772,21 @@
|
|
|
4987
5772
|
},
|
|
4988
5773
|
{
|
|
4989
5774
|
"name": "mode",
|
|
4990
|
-
"description": "The mode determines
|
|
5775
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4991
5776
|
"required": false,
|
|
4992
5777
|
"value": {
|
|
4993
5778
|
"kind": "expression",
|
|
4994
5779
|
"type": "\"ios\" | \"md\""
|
|
4995
5780
|
}
|
|
5781
|
+
},
|
|
5782
|
+
{
|
|
5783
|
+
"name": "theme",
|
|
5784
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5785
|
+
"required": false,
|
|
5786
|
+
"value": {
|
|
5787
|
+
"kind": "expression",
|
|
5788
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5789
|
+
}
|
|
4996
5790
|
}
|
|
4997
5791
|
],
|
|
4998
5792
|
"slots": [],
|
|
@@ -5009,12 +5803,21 @@
|
|
|
5009
5803
|
"attributes": [
|
|
5010
5804
|
{
|
|
5011
5805
|
"name": "mode",
|
|
5012
|
-
"description": "The mode determines
|
|
5806
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5013
5807
|
"required": false,
|
|
5014
5808
|
"value": {
|
|
5015
5809
|
"kind": "expression",
|
|
5016
5810
|
"type": "\"ios\" | \"md\""
|
|
5017
5811
|
}
|
|
5812
|
+
},
|
|
5813
|
+
{
|
|
5814
|
+
"name": "theme",
|
|
5815
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5816
|
+
"required": false,
|
|
5817
|
+
"value": {
|
|
5818
|
+
"kind": "expression",
|
|
5819
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5820
|
+
}
|
|
5018
5821
|
}
|
|
5019
5822
|
],
|
|
5020
5823
|
"slots": [],
|
|
@@ -5051,13 +5854,22 @@
|
|
|
5051
5854
|
},
|
|
5052
5855
|
{
|
|
5053
5856
|
"name": "mode",
|
|
5054
|
-
"description": "The mode determines
|
|
5857
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5055
5858
|
"required": false,
|
|
5056
5859
|
"value": {
|
|
5057
5860
|
"kind": "expression",
|
|
5058
5861
|
"type": "\"ios\" | \"md\""
|
|
5059
5862
|
}
|
|
5060
5863
|
},
|
|
5864
|
+
{
|
|
5865
|
+
"name": "theme",
|
|
5866
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5867
|
+
"required": false,
|
|
5868
|
+
"value": {
|
|
5869
|
+
"kind": "expression",
|
|
5870
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5871
|
+
}
|
|
5872
|
+
},
|
|
5061
5873
|
{
|
|
5062
5874
|
"name": "value",
|
|
5063
5875
|
"description": "The selected option in the picker.",
|
|
@@ -5120,6 +5932,24 @@
|
|
|
5120
5932
|
"type": "boolean"
|
|
5121
5933
|
}
|
|
5122
5934
|
},
|
|
5935
|
+
{
|
|
5936
|
+
"name": "mode",
|
|
5937
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5938
|
+
"required": false,
|
|
5939
|
+
"value": {
|
|
5940
|
+
"kind": "expression",
|
|
5941
|
+
"type": "\"ios\" | \"md\""
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"name": "theme",
|
|
5946
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5947
|
+
"required": false,
|
|
5948
|
+
"value": {
|
|
5949
|
+
"kind": "expression",
|
|
5950
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5951
|
+
}
|
|
5952
|
+
},
|
|
5123
5953
|
{
|
|
5124
5954
|
"name": "value",
|
|
5125
5955
|
"description": "The text value of the option.",
|
|
@@ -5250,7 +6080,7 @@
|
|
|
5250
6080
|
},
|
|
5251
6081
|
{
|
|
5252
6082
|
"name": "mode",
|
|
5253
|
-
"description": "The mode determines
|
|
6083
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5254
6084
|
"required": false,
|
|
5255
6085
|
"value": {
|
|
5256
6086
|
"kind": "expression",
|
|
@@ -5267,6 +6097,15 @@
|
|
|
5267
6097
|
"type": "boolean"
|
|
5268
6098
|
}
|
|
5269
6099
|
},
|
|
6100
|
+
{
|
|
6101
|
+
"name": "theme",
|
|
6102
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6103
|
+
"required": false,
|
|
6104
|
+
"value": {
|
|
6105
|
+
"kind": "expression",
|
|
6106
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6107
|
+
}
|
|
6108
|
+
},
|
|
5270
6109
|
{
|
|
5271
6110
|
"name": "trigger",
|
|
5272
6111
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -5372,7 +6211,7 @@
|
|
|
5372
6211
|
"attributes": [
|
|
5373
6212
|
{
|
|
5374
6213
|
"name": "alignment",
|
|
5375
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
6214
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
5376
6215
|
"required": false,
|
|
5377
6216
|
"value": {
|
|
5378
6217
|
"kind": "expression",
|
|
@@ -5391,7 +6230,7 @@
|
|
|
5391
6230
|
},
|
|
5392
6231
|
{
|
|
5393
6232
|
"name": "arrow",
|
|
5394
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
6233
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
|
|
5395
6234
|
"required": false,
|
|
5396
6235
|
"default": "true",
|
|
5397
6236
|
"value": {
|
|
@@ -5515,7 +6354,7 @@
|
|
|
5515
6354
|
},
|
|
5516
6355
|
{
|
|
5517
6356
|
"name": "mode",
|
|
5518
|
-
"description": "The mode determines
|
|
6357
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5519
6358
|
"required": false,
|
|
5520
6359
|
"value": {
|
|
5521
6360
|
"kind": "expression",
|
|
@@ -5562,9 +6401,18 @@
|
|
|
5562
6401
|
"type": "\"auto\" | \"cover\""
|
|
5563
6402
|
}
|
|
5564
6403
|
},
|
|
6404
|
+
{
|
|
6405
|
+
"name": "theme",
|
|
6406
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6407
|
+
"required": false,
|
|
6408
|
+
"value": {
|
|
6409
|
+
"kind": "expression",
|
|
6410
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6411
|
+
}
|
|
6412
|
+
},
|
|
5565
6413
|
{
|
|
5566
6414
|
"name": "translucent",
|
|
5567
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
6415
|
+
"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
6416
|
"required": false,
|
|
5569
6417
|
"default": "false",
|
|
5570
6418
|
"value": {
|
|
@@ -5711,7 +6559,7 @@
|
|
|
5711
6559
|
},
|
|
5712
6560
|
{
|
|
5713
6561
|
"name": "mode",
|
|
5714
|
-
"description": "The mode determines
|
|
6562
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5715
6563
|
"required": false,
|
|
5716
6564
|
"value": {
|
|
5717
6565
|
"kind": "expression",
|
|
@@ -5728,6 +6576,24 @@
|
|
|
5728
6576
|
"type": "boolean"
|
|
5729
6577
|
}
|
|
5730
6578
|
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "shape",
|
|
6581
|
+
"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.",
|
|
6582
|
+
"required": false,
|
|
6583
|
+
"value": {
|
|
6584
|
+
"kind": "expression",
|
|
6585
|
+
"type": "\"rectangular\" | \"round\" | undefined"
|
|
6586
|
+
}
|
|
6587
|
+
},
|
|
6588
|
+
{
|
|
6589
|
+
"name": "theme",
|
|
6590
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6591
|
+
"required": false,
|
|
6592
|
+
"value": {
|
|
6593
|
+
"kind": "expression",
|
|
6594
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
5731
6597
|
{
|
|
5732
6598
|
"name": "type",
|
|
5733
6599
|
"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 +6676,7 @@
|
|
|
5810
6676
|
},
|
|
5811
6677
|
{
|
|
5812
6678
|
"name": "mode",
|
|
5813
|
-
"description": "The mode determines
|
|
6679
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5814
6680
|
"required": false,
|
|
5815
6681
|
"value": {
|
|
5816
6682
|
"kind": "expression",
|
|
@@ -5827,6 +6693,15 @@
|
|
|
5827
6693
|
"type": "string"
|
|
5828
6694
|
}
|
|
5829
6695
|
},
|
|
6696
|
+
{
|
|
6697
|
+
"name": "theme",
|
|
6698
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6699
|
+
"required": false,
|
|
6700
|
+
"value": {
|
|
6701
|
+
"kind": "expression",
|
|
6702
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6703
|
+
}
|
|
6704
|
+
},
|
|
5830
6705
|
{
|
|
5831
6706
|
"name": "value",
|
|
5832
6707
|
"description": "the value of the radio.",
|
|
@@ -5912,6 +6787,15 @@
|
|
|
5912
6787
|
"type": "string | undefined"
|
|
5913
6788
|
}
|
|
5914
6789
|
},
|
|
6790
|
+
{
|
|
6791
|
+
"name": "mode",
|
|
6792
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6793
|
+
"required": false,
|
|
6794
|
+
"value": {
|
|
6795
|
+
"kind": "expression",
|
|
6796
|
+
"type": "\"ios\" | \"md\""
|
|
6797
|
+
}
|
|
6798
|
+
},
|
|
5915
6799
|
{
|
|
5916
6800
|
"name": "name",
|
|
5917
6801
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -5922,6 +6806,15 @@
|
|
|
5922
6806
|
"type": "string"
|
|
5923
6807
|
}
|
|
5924
6808
|
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "theme",
|
|
6811
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6812
|
+
"required": false,
|
|
6813
|
+
"value": {
|
|
6814
|
+
"kind": "expression",
|
|
6815
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
5925
6818
|
{
|
|
5926
6819
|
"name": "value",
|
|
5927
6820
|
"description": "the value of the radio group.",
|
|
@@ -6043,7 +6936,7 @@
|
|
|
6043
6936
|
},
|
|
6044
6937
|
{
|
|
6045
6938
|
"name": "mode",
|
|
6046
|
-
"description": "The mode determines
|
|
6939
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6047
6940
|
"required": false,
|
|
6048
6941
|
"value": {
|
|
6049
6942
|
"kind": "expression",
|
|
@@ -6100,6 +6993,15 @@
|
|
|
6100
6993
|
"type": "number"
|
|
6101
6994
|
}
|
|
6102
6995
|
},
|
|
6996
|
+
{
|
|
6997
|
+
"name": "theme",
|
|
6998
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6999
|
+
"required": false,
|
|
7000
|
+
"value": {
|
|
7001
|
+
"kind": "expression",
|
|
7002
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7003
|
+
}
|
|
7004
|
+
},
|
|
6103
7005
|
{
|
|
6104
7006
|
"name": "ticks",
|
|
6105
7007
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -6229,7 +7131,7 @@
|
|
|
6229
7131
|
},
|
|
6230
7132
|
{
|
|
6231
7133
|
"name": "mode",
|
|
6232
|
-
"description": "The mode determines
|
|
7134
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6233
7135
|
"required": false,
|
|
6234
7136
|
"value": {
|
|
6235
7137
|
"kind": "expression",
|
|
@@ -6275,6 +7177,15 @@
|
|
|
6275
7177
|
"kind": "expression",
|
|
6276
7178
|
"type": "string"
|
|
6277
7179
|
}
|
|
7180
|
+
},
|
|
7181
|
+
{
|
|
7182
|
+
"name": "theme",
|
|
7183
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7184
|
+
"required": false,
|
|
7185
|
+
"value": {
|
|
7186
|
+
"kind": "expression",
|
|
7187
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7188
|
+
}
|
|
6278
7189
|
}
|
|
6279
7190
|
],
|
|
6280
7191
|
"slots": [],
|
|
@@ -6320,6 +7231,15 @@
|
|
|
6320
7231
|
"symbol": "RefresherContent"
|
|
6321
7232
|
},
|
|
6322
7233
|
"attributes": [
|
|
7234
|
+
{
|
|
7235
|
+
"name": "mode",
|
|
7236
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7237
|
+
"required": false,
|
|
7238
|
+
"value": {
|
|
7239
|
+
"kind": "expression",
|
|
7240
|
+
"type": "\"ios\" | \"md\""
|
|
7241
|
+
}
|
|
7242
|
+
},
|
|
6323
7243
|
{
|
|
6324
7244
|
"name": "pulling-icon",
|
|
6325
7245
|
"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 +7275,15 @@
|
|
|
6355
7275
|
"kind": "expression",
|
|
6356
7276
|
"type": "IonicSafeString | string | undefined"
|
|
6357
7277
|
}
|
|
7278
|
+
},
|
|
7279
|
+
{
|
|
7280
|
+
"name": "theme",
|
|
7281
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7282
|
+
"required": false,
|
|
7283
|
+
"value": {
|
|
7284
|
+
"kind": "expression",
|
|
7285
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7286
|
+
}
|
|
6358
7287
|
}
|
|
6359
7288
|
],
|
|
6360
7289
|
"slots": [],
|
|
@@ -6368,7 +7297,26 @@
|
|
|
6368
7297
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
6369
7298
|
"symbol": "Reorder"
|
|
6370
7299
|
},
|
|
6371
|
-
"attributes": [
|
|
7300
|
+
"attributes": [
|
|
7301
|
+
{
|
|
7302
|
+
"name": "mode",
|
|
7303
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7304
|
+
"required": false,
|
|
7305
|
+
"value": {
|
|
7306
|
+
"kind": "expression",
|
|
7307
|
+
"type": "\"ios\" | \"md\""
|
|
7308
|
+
}
|
|
7309
|
+
},
|
|
7310
|
+
{
|
|
7311
|
+
"name": "theme",
|
|
7312
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7313
|
+
"required": false,
|
|
7314
|
+
"value": {
|
|
7315
|
+
"kind": "expression",
|
|
7316
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7317
|
+
}
|
|
7318
|
+
}
|
|
7319
|
+
],
|
|
6372
7320
|
"slots": [],
|
|
6373
7321
|
"events": []
|
|
6374
7322
|
},
|
|
@@ -6390,6 +7338,24 @@
|
|
|
6390
7338
|
"kind": "expression",
|
|
6391
7339
|
"type": "boolean"
|
|
6392
7340
|
}
|
|
7341
|
+
},
|
|
7342
|
+
{
|
|
7343
|
+
"name": "mode",
|
|
7344
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7345
|
+
"required": false,
|
|
7346
|
+
"value": {
|
|
7347
|
+
"kind": "expression",
|
|
7348
|
+
"type": "\"ios\" | \"md\""
|
|
7349
|
+
}
|
|
7350
|
+
},
|
|
7351
|
+
{
|
|
7352
|
+
"name": "theme",
|
|
7353
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7354
|
+
"required": false,
|
|
7355
|
+
"value": {
|
|
7356
|
+
"kind": "expression",
|
|
7357
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7358
|
+
}
|
|
6393
7359
|
}
|
|
6394
7360
|
],
|
|
6395
7361
|
"slots": [],
|
|
@@ -6415,6 +7381,24 @@
|
|
|
6415
7381
|
"symbol": "RippleEffect"
|
|
6416
7382
|
},
|
|
6417
7383
|
"attributes": [
|
|
7384
|
+
{
|
|
7385
|
+
"name": "mode",
|
|
7386
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7387
|
+
"required": false,
|
|
7388
|
+
"value": {
|
|
7389
|
+
"kind": "expression",
|
|
7390
|
+
"type": "\"ios\" | \"md\""
|
|
7391
|
+
}
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"name": "theme",
|
|
7395
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7396
|
+
"required": false,
|
|
7397
|
+
"value": {
|
|
7398
|
+
"kind": "expression",
|
|
7399
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7400
|
+
}
|
|
7401
|
+
},
|
|
6418
7402
|
{
|
|
6419
7403
|
"name": "type",
|
|
6420
7404
|
"description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
|
|
@@ -6474,6 +7458,24 @@
|
|
|
6474
7458
|
"type": "undefined | { [key: string]: any; }"
|
|
6475
7459
|
}
|
|
6476
7460
|
},
|
|
7461
|
+
{
|
|
7462
|
+
"name": "mode",
|
|
7463
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7464
|
+
"required": false,
|
|
7465
|
+
"value": {
|
|
7466
|
+
"kind": "expression",
|
|
7467
|
+
"type": "\"ios\" | \"md\""
|
|
7468
|
+
}
|
|
7469
|
+
},
|
|
7470
|
+
{
|
|
7471
|
+
"name": "theme",
|
|
7472
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7473
|
+
"required": false,
|
|
7474
|
+
"value": {
|
|
7475
|
+
"kind": "expression",
|
|
7476
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7477
|
+
}
|
|
7478
|
+
},
|
|
6477
7479
|
{
|
|
6478
7480
|
"name": "url",
|
|
6479
7481
|
"description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props.",
|
|
@@ -6507,7 +7509,26 @@
|
|
|
6507
7509
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
6508
7510
|
"symbol": "Row"
|
|
6509
7511
|
},
|
|
6510
|
-
"attributes": [
|
|
7512
|
+
"attributes": [
|
|
7513
|
+
{
|
|
7514
|
+
"name": "mode",
|
|
7515
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7516
|
+
"required": false,
|
|
7517
|
+
"value": {
|
|
7518
|
+
"kind": "expression",
|
|
7519
|
+
"type": "\"ios\" | \"md\""
|
|
7520
|
+
}
|
|
7521
|
+
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "theme",
|
|
7524
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7525
|
+
"required": false,
|
|
7526
|
+
"value": {
|
|
7527
|
+
"kind": "expression",
|
|
7528
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7529
|
+
}
|
|
7530
|
+
}
|
|
7531
|
+
],
|
|
6511
7532
|
"slots": [],
|
|
6512
7533
|
"events": []
|
|
6513
7534
|
},
|
|
@@ -6547,7 +7568,7 @@
|
|
|
6547
7568
|
"default": "'off'",
|
|
6548
7569
|
"value": {
|
|
6549
7570
|
"kind": "expression",
|
|
6550
|
-
"type": "\"name\" | \"
|
|
7571
|
+
"type": "\"name\" | \"url\" | \"off\" | \"on\" | \"additional-name\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"cc-csc\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-family-name\" | \"cc-given-name\" | \"cc-name\" | \"cc-number\" | \"cc-type\" | \"country\" | \"country-name\" | \"current-password\" | \"family-name\" | \"given-name\" | \"honorific-prefix\" | \"honorific-suffix\" | \"new-password\" | \"one-time-code\" | \"organization\" | \"postal-code\" | \"street-address\" | \"transaction-amount\" | \"transaction-currency\" | \"username\" | \"email\" | \"tel\" | \"tel-area-code\" | \"tel-country-code\" | \"tel-extension\" | \"tel-local\" | \"tel-national\" | \"nickname\" | \"organization-title\" | \"cc-additional-name\" | \"language\" | \"bday\" | \"sex\" | \"impp\" | \"photo\""
|
|
6551
7572
|
}
|
|
6552
7573
|
},
|
|
6553
7574
|
{
|
|
@@ -6562,17 +7583,16 @@
|
|
|
6562
7583
|
},
|
|
6563
7584
|
{
|
|
6564
7585
|
"name": "cancel-button-icon",
|
|
6565
|
-
"description": "Set the cancel button icon. Only
|
|
7586
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
6566
7587
|
"required": false,
|
|
6567
|
-
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
6568
7588
|
"value": {
|
|
6569
7589
|
"kind": "expression",
|
|
6570
|
-
"type": "string"
|
|
7590
|
+
"type": "string | undefined"
|
|
6571
7591
|
}
|
|
6572
7592
|
},
|
|
6573
7593
|
{
|
|
6574
7594
|
"name": "cancel-button-text",
|
|
6575
|
-
"description": "Set the cancel button text. Only
|
|
7595
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
6576
7596
|
"required": false,
|
|
6577
7597
|
"default": "'Cancel'",
|
|
6578
7598
|
"value": {
|
|
@@ -6582,7 +7602,7 @@
|
|
|
6582
7602
|
},
|
|
6583
7603
|
{
|
|
6584
7604
|
"name": "clear-icon",
|
|
6585
|
-
"description": "Set the clear icon. Defaults to
|
|
7605
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
6586
7606
|
"required": false,
|
|
6587
7607
|
"value": {
|
|
6588
7608
|
"kind": "expression",
|
|
@@ -6655,7 +7675,7 @@
|
|
|
6655
7675
|
},
|
|
6656
7676
|
{
|
|
6657
7677
|
"name": "mode",
|
|
6658
|
-
"description": "The mode determines
|
|
7678
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6659
7679
|
"required": false,
|
|
6660
7680
|
"value": {
|
|
6661
7681
|
"kind": "expression",
|
|
@@ -6684,11 +7704,20 @@
|
|
|
6684
7704
|
},
|
|
6685
7705
|
{
|
|
6686
7706
|
"name": "search-icon",
|
|
6687
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7707
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
|
|
6688
7708
|
"required": false,
|
|
6689
7709
|
"value": {
|
|
6690
7710
|
"kind": "expression",
|
|
6691
|
-
"type": "string | undefined"
|
|
7711
|
+
"type": "boolean | string | undefined"
|
|
7712
|
+
}
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
"name": "shape",
|
|
7716
|
+
"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.",
|
|
7717
|
+
"required": false,
|
|
7718
|
+
"value": {
|
|
7719
|
+
"kind": "expression",
|
|
7720
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
6692
7721
|
}
|
|
6693
7722
|
},
|
|
6694
7723
|
{
|
|
@@ -6702,13 +7731,22 @@
|
|
|
6702
7731
|
}
|
|
6703
7732
|
},
|
|
6704
7733
|
{
|
|
6705
|
-
"name": "show-clear-button",
|
|
6706
|
-
"description": "Sets the behavior for the clear button. Defaults to `\"focus\"`.\nSetting to `\"focus\"` shows the clear button on focus if the\ninput is not empty.\nSetting to `\"never\"` hides the clear button.\nSetting to `\"always\"` shows the clear button regardless\nof focus state, but only if the input is not empty.",
|
|
7734
|
+
"name": "show-clear-button",
|
|
7735
|
+
"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.",
|
|
7736
|
+
"required": false,
|
|
7737
|
+
"default": "'always'",
|
|
7738
|
+
"value": {
|
|
7739
|
+
"kind": "expression",
|
|
7740
|
+
"type": "\"always\" | \"focus\" | \"never\""
|
|
7741
|
+
}
|
|
7742
|
+
},
|
|
7743
|
+
{
|
|
7744
|
+
"name": "size",
|
|
7745
|
+
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
6707
7746
|
"required": false,
|
|
6708
|
-
"default": "'always'",
|
|
6709
7747
|
"value": {
|
|
6710
7748
|
"kind": "expression",
|
|
6711
|
-
"type": "\"
|
|
7749
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
6712
7750
|
}
|
|
6713
7751
|
},
|
|
6714
7752
|
{
|
|
@@ -6721,6 +7759,15 @@
|
|
|
6721
7759
|
"type": "boolean"
|
|
6722
7760
|
}
|
|
6723
7761
|
},
|
|
7762
|
+
{
|
|
7763
|
+
"name": "theme",
|
|
7764
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7765
|
+
"required": false,
|
|
7766
|
+
"value": {
|
|
7767
|
+
"kind": "expression",
|
|
7768
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7769
|
+
}
|
|
7770
|
+
},
|
|
6724
7771
|
{
|
|
6725
7772
|
"name": "type",
|
|
6726
7773
|
"description": "Set the type of the input.",
|
|
@@ -6836,7 +7883,7 @@
|
|
|
6836
7883
|
},
|
|
6837
7884
|
{
|
|
6838
7885
|
"name": "mode",
|
|
6839
|
-
"description": "The mode determines
|
|
7886
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6840
7887
|
"required": false,
|
|
6841
7888
|
"value": {
|
|
6842
7889
|
"kind": "expression",
|
|
@@ -6873,6 +7920,15 @@
|
|
|
6873
7920
|
"type": "boolean"
|
|
6874
7921
|
}
|
|
6875
7922
|
},
|
|
7923
|
+
{
|
|
7924
|
+
"name": "theme",
|
|
7925
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7926
|
+
"required": false,
|
|
7927
|
+
"value": {
|
|
7928
|
+
"kind": "expression",
|
|
7929
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7930
|
+
}
|
|
7931
|
+
},
|
|
6876
7932
|
{
|
|
6877
7933
|
"name": "value",
|
|
6878
7934
|
"description": "the value of the segment.",
|
|
@@ -6937,13 +7993,22 @@
|
|
|
6937
7993
|
},
|
|
6938
7994
|
{
|
|
6939
7995
|
"name": "mode",
|
|
6940
|
-
"description": "The mode determines
|
|
7996
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6941
7997
|
"required": false,
|
|
6942
7998
|
"value": {
|
|
6943
7999
|
"kind": "expression",
|
|
6944
8000
|
"type": "\"ios\" | \"md\""
|
|
6945
8001
|
}
|
|
6946
8002
|
},
|
|
8003
|
+
{
|
|
8004
|
+
"name": "theme",
|
|
8005
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8006
|
+
"required": false,
|
|
8007
|
+
"value": {
|
|
8008
|
+
"kind": "expression",
|
|
8009
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8010
|
+
}
|
|
8011
|
+
},
|
|
6947
8012
|
{
|
|
6948
8013
|
"name": "type",
|
|
6949
8014
|
"description": "The type of the button.",
|
|
@@ -7072,7 +8137,7 @@
|
|
|
7072
8137
|
},
|
|
7073
8138
|
{
|
|
7074
8139
|
"name": "expanded-icon",
|
|
7075
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
8140
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
7076
8141
|
"required": false,
|
|
7077
8142
|
"value": {
|
|
7078
8143
|
"kind": "expression",
|
|
@@ -7081,7 +8146,7 @@
|
|
|
7081
8146
|
},
|
|
7082
8147
|
{
|
|
7083
8148
|
"name": "fill",
|
|
7084
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in
|
|
8149
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
|
|
7085
8150
|
"required": false,
|
|
7086
8151
|
"value": {
|
|
7087
8152
|
"kind": "expression",
|
|
@@ -7147,7 +8212,7 @@
|
|
|
7147
8212
|
},
|
|
7148
8213
|
{
|
|
7149
8214
|
"name": "mode",
|
|
7150
|
-
"description": "The mode determines
|
|
8215
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7151
8216
|
"required": false,
|
|
7152
8217
|
"value": {
|
|
7153
8218
|
"kind": "expression",
|
|
@@ -7214,16 +8279,34 @@
|
|
|
7214
8279
|
},
|
|
7215
8280
|
{
|
|
7216
8281
|
"name": "shape",
|
|
7217
|
-
"description": "
|
|
8282
|
+
"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.",
|
|
8283
|
+
"required": false,
|
|
8284
|
+
"value": {
|
|
8285
|
+
"kind": "expression",
|
|
8286
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8287
|
+
}
|
|
8288
|
+
},
|
|
8289
|
+
{
|
|
8290
|
+
"name": "size",
|
|
8291
|
+
"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.",
|
|
8292
|
+
"required": false,
|
|
8293
|
+
"value": {
|
|
8294
|
+
"kind": "expression",
|
|
8295
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8296
|
+
}
|
|
8297
|
+
},
|
|
8298
|
+
{
|
|
8299
|
+
"name": "theme",
|
|
8300
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7218
8301
|
"required": false,
|
|
7219
8302
|
"value": {
|
|
7220
8303
|
"kind": "expression",
|
|
7221
|
-
"type": "\"
|
|
8304
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7222
8305
|
}
|
|
7223
8306
|
},
|
|
7224
8307
|
{
|
|
7225
8308
|
"name": "toggle-icon",
|
|
7226
|
-
"description": "The toggle icon to use. Defaults to
|
|
8309
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
7227
8310
|
"required": false,
|
|
7228
8311
|
"value": {
|
|
7229
8312
|
"kind": "expression",
|
|
@@ -7367,6 +8450,24 @@
|
|
|
7367
8450
|
"type": "boolean"
|
|
7368
8451
|
}
|
|
7369
8452
|
},
|
|
8453
|
+
{
|
|
8454
|
+
"name": "mode",
|
|
8455
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8456
|
+
"required": false,
|
|
8457
|
+
"value": {
|
|
8458
|
+
"kind": "expression",
|
|
8459
|
+
"type": "\"ios\" | \"md\""
|
|
8460
|
+
}
|
|
8461
|
+
},
|
|
8462
|
+
{
|
|
8463
|
+
"name": "theme",
|
|
8464
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8465
|
+
"required": false,
|
|
8466
|
+
"value": {
|
|
8467
|
+
"kind": "expression",
|
|
8468
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8469
|
+
}
|
|
8470
|
+
},
|
|
7370
8471
|
{
|
|
7371
8472
|
"name": "value",
|
|
7372
8473
|
"description": "The text value of the option.",
|
|
@@ -7398,6 +8499,24 @@
|
|
|
7398
8499
|
"kind": "expression",
|
|
7399
8500
|
"type": "boolean"
|
|
7400
8501
|
}
|
|
8502
|
+
},
|
|
8503
|
+
{
|
|
8504
|
+
"name": "mode",
|
|
8505
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8506
|
+
"required": false,
|
|
8507
|
+
"value": {
|
|
8508
|
+
"kind": "expression",
|
|
8509
|
+
"type": "\"ios\" | \"md\""
|
|
8510
|
+
}
|
|
8511
|
+
},
|
|
8512
|
+
{
|
|
8513
|
+
"name": "theme",
|
|
8514
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8515
|
+
"required": false,
|
|
8516
|
+
"value": {
|
|
8517
|
+
"kind": "expression",
|
|
8518
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8519
|
+
}
|
|
7401
8520
|
}
|
|
7402
8521
|
],
|
|
7403
8522
|
"slots": [],
|
|
@@ -7430,6 +8549,15 @@
|
|
|
7430
8549
|
"type": "number | undefined"
|
|
7431
8550
|
}
|
|
7432
8551
|
},
|
|
8552
|
+
{
|
|
8553
|
+
"name": "mode",
|
|
8554
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8555
|
+
"required": false,
|
|
8556
|
+
"value": {
|
|
8557
|
+
"kind": "expression",
|
|
8558
|
+
"type": "\"ios\" | \"md\""
|
|
8559
|
+
}
|
|
8560
|
+
},
|
|
7433
8561
|
{
|
|
7434
8562
|
"name": "name",
|
|
7435
8563
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7448,6 +8576,24 @@
|
|
|
7448
8576
|
"kind": "expression",
|
|
7449
8577
|
"type": "boolean"
|
|
7450
8578
|
}
|
|
8579
|
+
},
|
|
8580
|
+
{
|
|
8581
|
+
"name": "size",
|
|
8582
|
+
"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.",
|
|
8583
|
+
"required": false,
|
|
8584
|
+
"value": {
|
|
8585
|
+
"kind": "expression",
|
|
8586
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8587
|
+
}
|
|
8588
|
+
},
|
|
8589
|
+
{
|
|
8590
|
+
"name": "theme",
|
|
8591
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8592
|
+
"required": false,
|
|
8593
|
+
"value": {
|
|
8594
|
+
"kind": "expression",
|
|
8595
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8596
|
+
}
|
|
7451
8597
|
}
|
|
7452
8598
|
],
|
|
7453
8599
|
"slots": [],
|
|
@@ -7481,6 +8627,24 @@
|
|
|
7481
8627
|
"type": "boolean"
|
|
7482
8628
|
}
|
|
7483
8629
|
},
|
|
8630
|
+
{
|
|
8631
|
+
"name": "mode",
|
|
8632
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8633
|
+
"required": false,
|
|
8634
|
+
"value": {
|
|
8635
|
+
"kind": "expression",
|
|
8636
|
+
"type": "\"ios\" | \"md\""
|
|
8637
|
+
}
|
|
8638
|
+
},
|
|
8639
|
+
{
|
|
8640
|
+
"name": "theme",
|
|
8641
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8642
|
+
"required": false,
|
|
8643
|
+
"value": {
|
|
8644
|
+
"kind": "expression",
|
|
8645
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8646
|
+
}
|
|
8647
|
+
},
|
|
7484
8648
|
{
|
|
7485
8649
|
"name": "when",
|
|
7486
8650
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression.",
|
|
@@ -7524,6 +8688,15 @@
|
|
|
7524
8688
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
7525
8689
|
}
|
|
7526
8690
|
},
|
|
8691
|
+
{
|
|
8692
|
+
"name": "mode",
|
|
8693
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8694
|
+
"required": false,
|
|
8695
|
+
"value": {
|
|
8696
|
+
"kind": "expression",
|
|
8697
|
+
"type": "\"ios\" | \"md\""
|
|
8698
|
+
}
|
|
8699
|
+
},
|
|
7527
8700
|
{
|
|
7528
8701
|
"name": "tab",
|
|
7529
8702
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
|
|
@@ -7532,6 +8705,15 @@
|
|
|
7532
8705
|
"kind": "expression",
|
|
7533
8706
|
"type": "string"
|
|
7534
8707
|
}
|
|
8708
|
+
},
|
|
8709
|
+
{
|
|
8710
|
+
"name": "theme",
|
|
8711
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8712
|
+
"required": false,
|
|
8713
|
+
"value": {
|
|
8714
|
+
"kind": "expression",
|
|
8715
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8716
|
+
}
|
|
7535
8717
|
}
|
|
7536
8718
|
],
|
|
7537
8719
|
"slots": [],
|
|
@@ -7555,9 +8737,19 @@
|
|
|
7555
8737
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7556
8738
|
}
|
|
7557
8739
|
},
|
|
8740
|
+
{
|
|
8741
|
+
"name": "expand",
|
|
8742
|
+
"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\"`.",
|
|
8743
|
+
"required": false,
|
|
8744
|
+
"default": "'full'",
|
|
8745
|
+
"value": {
|
|
8746
|
+
"kind": "expression",
|
|
8747
|
+
"type": "\"compact\" | \"full\""
|
|
8748
|
+
}
|
|
8749
|
+
},
|
|
7558
8750
|
{
|
|
7559
8751
|
"name": "mode",
|
|
7560
|
-
"description": "The mode determines
|
|
8752
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7561
8753
|
"required": false,
|
|
7562
8754
|
"value": {
|
|
7563
8755
|
"kind": "expression",
|
|
@@ -7573,9 +8765,27 @@
|
|
|
7573
8765
|
"type": "string | undefined"
|
|
7574
8766
|
}
|
|
7575
8767
|
},
|
|
8768
|
+
{
|
|
8769
|
+
"name": "shape",
|
|
8770
|
+
"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.",
|
|
8771
|
+
"required": false,
|
|
8772
|
+
"value": {
|
|
8773
|
+
"kind": "expression",
|
|
8774
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8775
|
+
}
|
|
8776
|
+
},
|
|
8777
|
+
{
|
|
8778
|
+
"name": "theme",
|
|
8779
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8780
|
+
"required": false,
|
|
8781
|
+
"value": {
|
|
8782
|
+
"kind": "expression",
|
|
8783
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8784
|
+
}
|
|
8785
|
+
},
|
|
7576
8786
|
{
|
|
7577
8787
|
"name": "translucent",
|
|
7578
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
8788
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
7579
8789
|
"required": false,
|
|
7580
8790
|
"default": "false",
|
|
7581
8791
|
"value": {
|
|
@@ -7635,7 +8845,7 @@
|
|
|
7635
8845
|
},
|
|
7636
8846
|
{
|
|
7637
8847
|
"name": "mode",
|
|
7638
|
-
"description": "The mode determines
|
|
8848
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7639
8849
|
"required": false,
|
|
7640
8850
|
"value": {
|
|
7641
8851
|
"kind": "expression",
|
|
@@ -7661,6 +8871,15 @@
|
|
|
7661
8871
|
"type": "boolean"
|
|
7662
8872
|
}
|
|
7663
8873
|
},
|
|
8874
|
+
{
|
|
8875
|
+
"name": "shape",
|
|
8876
|
+
"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.",
|
|
8877
|
+
"required": false,
|
|
8878
|
+
"value": {
|
|
8879
|
+
"kind": "expression",
|
|
8880
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8881
|
+
}
|
|
8882
|
+
},
|
|
7664
8883
|
{
|
|
7665
8884
|
"name": "tab",
|
|
7666
8885
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
|
|
@@ -7678,6 +8897,15 @@
|
|
|
7678
8897
|
"kind": "expression",
|
|
7679
8898
|
"type": "string | undefined"
|
|
7680
8899
|
}
|
|
8900
|
+
},
|
|
8901
|
+
{
|
|
8902
|
+
"name": "theme",
|
|
8903
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8904
|
+
"required": false,
|
|
8905
|
+
"value": {
|
|
8906
|
+
"kind": "expression",
|
|
8907
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8908
|
+
}
|
|
7681
8909
|
}
|
|
7682
8910
|
],
|
|
7683
8911
|
"slots": [],
|
|
@@ -7691,7 +8919,26 @@
|
|
|
7691
8919
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
7692
8920
|
"symbol": "Tabs"
|
|
7693
8921
|
},
|
|
7694
|
-
"attributes": [
|
|
8922
|
+
"attributes": [
|
|
8923
|
+
{
|
|
8924
|
+
"name": "mode",
|
|
8925
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8926
|
+
"required": false,
|
|
8927
|
+
"value": {
|
|
8928
|
+
"kind": "expression",
|
|
8929
|
+
"type": "\"ios\" | \"md\""
|
|
8930
|
+
}
|
|
8931
|
+
},
|
|
8932
|
+
{
|
|
8933
|
+
"name": "theme",
|
|
8934
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8935
|
+
"required": false,
|
|
8936
|
+
"value": {
|
|
8937
|
+
"kind": "expression",
|
|
8938
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8939
|
+
}
|
|
8940
|
+
}
|
|
8941
|
+
],
|
|
7695
8942
|
"slots": [
|
|
7696
8943
|
{
|
|
7697
8944
|
"name": "default",
|
|
@@ -7749,12 +8996,21 @@
|
|
|
7749
8996
|
},
|
|
7750
8997
|
{
|
|
7751
8998
|
"name": "mode",
|
|
7752
|
-
"description": "The mode determines
|
|
8999
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7753
9000
|
"required": false,
|
|
7754
9001
|
"value": {
|
|
7755
9002
|
"kind": "expression",
|
|
7756
9003
|
"type": "\"ios\" | \"md\""
|
|
7757
9004
|
}
|
|
9005
|
+
},
|
|
9006
|
+
{
|
|
9007
|
+
"name": "theme",
|
|
9008
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9009
|
+
"required": false,
|
|
9010
|
+
"value": {
|
|
9011
|
+
"kind": "expression",
|
|
9012
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9013
|
+
}
|
|
7758
9014
|
}
|
|
7759
9015
|
],
|
|
7760
9016
|
"slots": [],
|
|
@@ -7885,7 +9141,7 @@
|
|
|
7885
9141
|
},
|
|
7886
9142
|
{
|
|
7887
9143
|
"name": "fill",
|
|
7888
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
9144
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
7889
9145
|
"required": false,
|
|
7890
9146
|
"value": {
|
|
7891
9147
|
"kind": "expression",
|
|
@@ -7949,7 +9205,7 @@
|
|
|
7949
9205
|
},
|
|
7950
9206
|
{
|
|
7951
9207
|
"name": "mode",
|
|
7952
|
-
"description": "The mode determines
|
|
9208
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7953
9209
|
"required": false,
|
|
7954
9210
|
"value": {
|
|
7955
9211
|
"kind": "expression",
|
|
@@ -8006,11 +9262,21 @@
|
|
|
8006
9262
|
},
|
|
8007
9263
|
{
|
|
8008
9264
|
"name": "shape",
|
|
8009
|
-
"description": "
|
|
9265
|
+
"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.",
|
|
9266
|
+
"required": false,
|
|
9267
|
+
"value": {
|
|
9268
|
+
"kind": "expression",
|
|
9269
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9270
|
+
}
|
|
9271
|
+
},
|
|
9272
|
+
{
|
|
9273
|
+
"name": "size",
|
|
9274
|
+
"description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
|
|
8010
9275
|
"required": false,
|
|
9276
|
+
"default": "'medium'",
|
|
8011
9277
|
"value": {
|
|
8012
9278
|
"kind": "expression",
|
|
8013
|
-
"type": "\"
|
|
9279
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8014
9280
|
}
|
|
8015
9281
|
},
|
|
8016
9282
|
{
|
|
@@ -8023,6 +9289,15 @@
|
|
|
8023
9289
|
"type": "boolean"
|
|
8024
9290
|
}
|
|
8025
9291
|
},
|
|
9292
|
+
{
|
|
9293
|
+
"name": "theme",
|
|
9294
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9295
|
+
"required": false,
|
|
9296
|
+
"value": {
|
|
9297
|
+
"kind": "expression",
|
|
9298
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9299
|
+
}
|
|
9300
|
+
},
|
|
8026
9301
|
{
|
|
8027
9302
|
"name": "value",
|
|
8028
9303
|
"description": "The value of the textarea.",
|
|
@@ -8108,7 +9383,26 @@
|
|
|
8108
9383
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
8109
9384
|
"symbol": "Thumbnail"
|
|
8110
9385
|
},
|
|
8111
|
-
"attributes": [
|
|
9386
|
+
"attributes": [
|
|
9387
|
+
{
|
|
9388
|
+
"name": "mode",
|
|
9389
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9390
|
+
"required": false,
|
|
9391
|
+
"value": {
|
|
9392
|
+
"kind": "expression",
|
|
9393
|
+
"type": "\"ios\" | \"md\""
|
|
9394
|
+
}
|
|
9395
|
+
},
|
|
9396
|
+
{
|
|
9397
|
+
"name": "theme",
|
|
9398
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9399
|
+
"required": false,
|
|
9400
|
+
"value": {
|
|
9401
|
+
"kind": "expression",
|
|
9402
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9403
|
+
}
|
|
9404
|
+
}
|
|
9405
|
+
],
|
|
8112
9406
|
"slots": [],
|
|
8113
9407
|
"events": []
|
|
8114
9408
|
},
|
|
@@ -8130,6 +9424,15 @@
|
|
|
8130
9424
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8131
9425
|
}
|
|
8132
9426
|
},
|
|
9427
|
+
{
|
|
9428
|
+
"name": "mode",
|
|
9429
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9430
|
+
"required": false,
|
|
9431
|
+
"value": {
|
|
9432
|
+
"kind": "expression",
|
|
9433
|
+
"type": "\"ios\" | \"md\""
|
|
9434
|
+
}
|
|
9435
|
+
},
|
|
8133
9436
|
{
|
|
8134
9437
|
"name": "size",
|
|
8135
9438
|
"description": "The size of the toolbar title.",
|
|
@@ -8138,6 +9441,15 @@
|
|
|
8138
9441
|
"kind": "expression",
|
|
8139
9442
|
"type": "\"large\" | \"small\" | undefined"
|
|
8140
9443
|
}
|
|
9444
|
+
},
|
|
9445
|
+
{
|
|
9446
|
+
"name": "theme",
|
|
9447
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9448
|
+
"required": false,
|
|
9449
|
+
"value": {
|
|
9450
|
+
"kind": "expression",
|
|
9451
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9452
|
+
}
|
|
8141
9453
|
}
|
|
8142
9454
|
],
|
|
8143
9455
|
"slots": [],
|
|
@@ -8226,6 +9538,16 @@
|
|
|
8226
9538
|
"type": "undefined | { [key: string]: any; }"
|
|
8227
9539
|
}
|
|
8228
9540
|
},
|
|
9541
|
+
{
|
|
9542
|
+
"name": "hue",
|
|
9543
|
+
"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.",
|
|
9544
|
+
"required": false,
|
|
9545
|
+
"default": "'subtle'",
|
|
9546
|
+
"value": {
|
|
9547
|
+
"kind": "expression",
|
|
9548
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9549
|
+
}
|
|
9550
|
+
},
|
|
8229
9551
|
{
|
|
8230
9552
|
"name": "icon",
|
|
8231
9553
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -8285,7 +9607,7 @@
|
|
|
8285
9607
|
},
|
|
8286
9608
|
{
|
|
8287
9609
|
"name": "mode",
|
|
8288
|
-
"description": "The mode determines
|
|
9610
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8289
9611
|
"required": false,
|
|
8290
9612
|
"value": {
|
|
8291
9613
|
"kind": "expression",
|
|
@@ -8311,6 +9633,15 @@
|
|
|
8311
9633
|
"type": "HTMLElement | string | undefined"
|
|
8312
9634
|
}
|
|
8313
9635
|
},
|
|
9636
|
+
{
|
|
9637
|
+
"name": "shape",
|
|
9638
|
+
"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.",
|
|
9639
|
+
"required": false,
|
|
9640
|
+
"value": {
|
|
9641
|
+
"kind": "expression",
|
|
9642
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9643
|
+
}
|
|
9644
|
+
},
|
|
8314
9645
|
{
|
|
8315
9646
|
"name": "swipe-gesture",
|
|
8316
9647
|
"description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
|
|
@@ -8320,9 +9651,18 @@
|
|
|
8320
9651
|
"type": "\"vertical\" | undefined"
|
|
8321
9652
|
}
|
|
8322
9653
|
},
|
|
9654
|
+
{
|
|
9655
|
+
"name": "theme",
|
|
9656
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9657
|
+
"required": false,
|
|
9658
|
+
"value": {
|
|
9659
|
+
"kind": "expression",
|
|
9660
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9661
|
+
}
|
|
9662
|
+
},
|
|
8323
9663
|
{
|
|
8324
9664
|
"name": "translucent",
|
|
8325
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
9665
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
8326
9666
|
"required": false,
|
|
8327
9667
|
"default": "false",
|
|
8328
9668
|
"value": {
|
|
@@ -8520,7 +9860,7 @@
|
|
|
8520
9860
|
},
|
|
8521
9861
|
{
|
|
8522
9862
|
"name": "mode",
|
|
8523
|
-
"description": "The mode determines
|
|
9863
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8524
9864
|
"required": false,
|
|
8525
9865
|
"value": {
|
|
8526
9866
|
"kind": "expression",
|
|
@@ -8547,6 +9887,15 @@
|
|
|
8547
9887
|
"type": "boolean"
|
|
8548
9888
|
}
|
|
8549
9889
|
},
|
|
9890
|
+
{
|
|
9891
|
+
"name": "theme",
|
|
9892
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9893
|
+
"required": false,
|
|
9894
|
+
"value": {
|
|
9895
|
+
"kind": "expression",
|
|
9896
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9897
|
+
}
|
|
9898
|
+
},
|
|
8550
9899
|
{
|
|
8551
9900
|
"name": "value",
|
|
8552
9901
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
@@ -8617,12 +9966,21 @@
|
|
|
8617
9966
|
},
|
|
8618
9967
|
{
|
|
8619
9968
|
"name": "mode",
|
|
8620
|
-
"description": "The mode determines
|
|
9969
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8621
9970
|
"required": false,
|
|
8622
9971
|
"value": {
|
|
8623
9972
|
"kind": "expression",
|
|
8624
9973
|
"type": "\"ios\" | \"md\""
|
|
8625
9974
|
}
|
|
9975
|
+
},
|
|
9976
|
+
{
|
|
9977
|
+
"name": "theme",
|
|
9978
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9979
|
+
"required": false,
|
|
9980
|
+
"value": {
|
|
9981
|
+
"kind": "expression",
|
|
9982
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9983
|
+
}
|
|
8626
9984
|
}
|
|
8627
9985
|
],
|
|
8628
9986
|
"slots": [
|
|
@@ -8636,11 +9994,11 @@
|
|
|
8636
9994
|
},
|
|
8637
9995
|
{
|
|
8638
9996
|
"name": "primary",
|
|
8639
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
9997
|
+
"description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
|
|
8640
9998
|
},
|
|
8641
9999
|
{
|
|
8642
10000
|
"name": "secondary",
|
|
8643
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
10001
|
+
"description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
|
|
8644
10002
|
},
|
|
8645
10003
|
{
|
|
8646
10004
|
"name": "start",
|