@ionic/vue 8.8.6-dev.11777490150.1970e4f2 → 8.8.6-nightly.20260430
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-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 +162 -210
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -2
- package/dist/vetur/attributes.json +103 -1609
- package/dist/vetur/tags.json +45 -240
- package/dist/web-types.json +131 -1698
- package/package.json +2 -2
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +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.8.6-
|
|
5
|
+
"version": "8.8.6-nightly.20260430",
|
|
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 which platform styles to use.",
|
|
33
33
|
"required": false,
|
|
34
34
|
"value": {
|
|
35
35
|
"kind": "expression",
|
|
@@ -46,22 +46,14 @@
|
|
|
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
|
-
},
|
|
58
49
|
{
|
|
59
50
|
"name": "toggle-icon",
|
|
60
51
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
61
52
|
"required": false,
|
|
53
|
+
"default": "chevronDown",
|
|
62
54
|
"value": {
|
|
63
55
|
"kind": "expression",
|
|
64
|
-
"type": "string
|
|
56
|
+
"type": "string"
|
|
65
57
|
}
|
|
66
58
|
},
|
|
67
59
|
{
|
|
@@ -138,7 +130,7 @@
|
|
|
138
130
|
},
|
|
139
131
|
{
|
|
140
132
|
"name": "mode",
|
|
141
|
-
"description": "The mode determines
|
|
133
|
+
"description": "The mode determines which platform styles to use.",
|
|
142
134
|
"required": false,
|
|
143
135
|
"value": {
|
|
144
136
|
"kind": "expression",
|
|
@@ -164,24 +156,6 @@
|
|
|
164
156
|
"type": "boolean"
|
|
165
157
|
}
|
|
166
158
|
},
|
|
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
|
-
},
|
|
185
159
|
{
|
|
186
160
|
"name": "value",
|
|
187
161
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -312,7 +286,7 @@
|
|
|
312
286
|
},
|
|
313
287
|
{
|
|
314
288
|
"name": "mode",
|
|
315
|
-
"description": "The mode determines
|
|
289
|
+
"description": "The mode determines which platform styles to use.",
|
|
316
290
|
"required": false,
|
|
317
291
|
"value": {
|
|
318
292
|
"kind": "expression",
|
|
@@ -328,18 +302,9 @@
|
|
|
328
302
|
"type": "string | undefined"
|
|
329
303
|
}
|
|
330
304
|
},
|
|
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
|
-
},
|
|
340
305
|
{
|
|
341
306
|
"name": "translucent",
|
|
342
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
307
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
343
308
|
"required": false,
|
|
344
309
|
"default": "false",
|
|
345
310
|
"value": {
|
|
@@ -566,7 +531,7 @@
|
|
|
566
531
|
},
|
|
567
532
|
{
|
|
568
533
|
"name": "mode",
|
|
569
|
-
"description": "The mode determines
|
|
534
|
+
"description": "The mode determines which platform styles to use.",
|
|
570
535
|
"required": false,
|
|
571
536
|
"value": {
|
|
572
537
|
"kind": "expression",
|
|
@@ -582,18 +547,9 @@
|
|
|
582
547
|
"type": "string | undefined"
|
|
583
548
|
}
|
|
584
549
|
},
|
|
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
|
-
},
|
|
594
550
|
{
|
|
595
551
|
"name": "translucent",
|
|
596
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
552
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
597
553
|
"required": false,
|
|
598
554
|
"default": "false",
|
|
599
555
|
"value": {
|
|
@@ -703,54 +659,7 @@
|
|
|
703
659
|
"module": "@ionic/core/src/components/avatar/avatar.d.ts",
|
|
704
660
|
"symbol": "Avatar"
|
|
705
661
|
},
|
|
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
|
-
],
|
|
662
|
+
"attributes": [],
|
|
754
663
|
"slots": [],
|
|
755
664
|
"events": []
|
|
756
665
|
},
|
|
@@ -802,7 +711,7 @@
|
|
|
802
711
|
},
|
|
803
712
|
{
|
|
804
713
|
"name": "mode",
|
|
805
|
-
"description": "The mode determines
|
|
714
|
+
"description": "The mode determines which platform styles to use.",
|
|
806
715
|
"required": false,
|
|
807
716
|
"value": {
|
|
808
717
|
"kind": "expression",
|
|
@@ -827,15 +736,6 @@
|
|
|
827
736
|
"type": "null | string | undefined"
|
|
828
737
|
}
|
|
829
738
|
},
|
|
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
|
-
},
|
|
839
739
|
{
|
|
840
740
|
"name": "type",
|
|
841
741
|
"description": "The type of the button.",
|
|
@@ -859,15 +759,6 @@
|
|
|
859
759
|
"symbol": "Backdrop"
|
|
860
760
|
},
|
|
861
761
|
"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
|
-
},
|
|
871
762
|
{
|
|
872
763
|
"name": "stop-propagation",
|
|
873
764
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -888,15 +779,6 @@
|
|
|
888
779
|
"type": "boolean"
|
|
889
780
|
}
|
|
890
781
|
},
|
|
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
|
-
},
|
|
900
782
|
{
|
|
901
783
|
"name": "visible",
|
|
902
784
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -940,59 +822,14 @@
|
|
|
940
822
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
941
823
|
}
|
|
942
824
|
},
|
|
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
|
-
},
|
|
952
825
|
{
|
|
953
826
|
"name": "mode",
|
|
954
|
-
"description": "The mode determines
|
|
827
|
+
"description": "The mode determines which platform styles to use.",
|
|
955
828
|
"required": false,
|
|
956
829
|
"value": {
|
|
957
830
|
"kind": "expression",
|
|
958
831
|
"type": "\"ios\" | \"md\""
|
|
959
832
|
}
|
|
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
|
-
}
|
|
996
833
|
}
|
|
997
834
|
],
|
|
998
835
|
"slots": [],
|
|
@@ -1056,7 +893,7 @@
|
|
|
1056
893
|
},
|
|
1057
894
|
{
|
|
1058
895
|
"name": "mode",
|
|
1059
|
-
"description": "The mode determines
|
|
896
|
+
"description": "The mode determines which platform styles to use.",
|
|
1060
897
|
"required": false,
|
|
1061
898
|
"value": {
|
|
1062
899
|
"kind": "expression",
|
|
@@ -1108,15 +945,6 @@
|
|
|
1108
945
|
"kind": "expression",
|
|
1109
946
|
"type": "string | undefined"
|
|
1110
947
|
}
|
|
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
|
-
}
|
|
1120
948
|
}
|
|
1121
949
|
],
|
|
1122
950
|
"slots": [],
|
|
@@ -1192,21 +1020,12 @@
|
|
|
1192
1020
|
},
|
|
1193
1021
|
{
|
|
1194
1022
|
"name": "mode",
|
|
1195
|
-
"description": "The mode determines
|
|
1023
|
+
"description": "The mode determines which platform styles to use.",
|
|
1196
1024
|
"required": false,
|
|
1197
1025
|
"value": {
|
|
1198
1026
|
"kind": "expression",
|
|
1199
1027
|
"type": "\"ios\" | \"md\""
|
|
1200
1028
|
}
|
|
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
|
-
}
|
|
1210
1029
|
}
|
|
1211
1030
|
],
|
|
1212
1031
|
"slots": [],
|
|
@@ -1281,7 +1100,7 @@
|
|
|
1281
1100
|
},
|
|
1282
1101
|
{
|
|
1283
1102
|
"name": "fill",
|
|
1284
|
-
"description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except
|
|
1103
|
+
"description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a toolbar, where the default is `\"clear\"`.",
|
|
1285
1104
|
"required": false,
|
|
1286
1105
|
"value": {
|
|
1287
1106
|
"kind": "expression",
|
|
@@ -1308,7 +1127,7 @@
|
|
|
1308
1127
|
},
|
|
1309
1128
|
{
|
|
1310
1129
|
"name": "mode",
|
|
1311
|
-
"description": "The mode determines
|
|
1130
|
+
"description": "The mode determines which platform styles to use.",
|
|
1312
1131
|
"required": false,
|
|
1313
1132
|
"value": {
|
|
1314
1133
|
"kind": "expression",
|
|
@@ -1345,20 +1164,20 @@
|
|
|
1345
1164
|
},
|
|
1346
1165
|
{
|
|
1347
1166
|
"name": "shape",
|
|
1348
|
-
"description": "Set to `\"
|
|
1167
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
1349
1168
|
"required": false,
|
|
1350
1169
|
"value": {
|
|
1351
1170
|
"kind": "expression",
|
|
1352
|
-
"type": "\"
|
|
1171
|
+
"type": "\"round\" | undefined"
|
|
1353
1172
|
}
|
|
1354
1173
|
},
|
|
1355
1174
|
{
|
|
1356
1175
|
"name": "size",
|
|
1357
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1176
|
+
"description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default 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.",
|
|
1358
1177
|
"required": false,
|
|
1359
1178
|
"value": {
|
|
1360
1179
|
"kind": "expression",
|
|
1361
|
-
"type": "\"default\" | \"large\" | \"
|
|
1180
|
+
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1362
1181
|
}
|
|
1363
1182
|
},
|
|
1364
1183
|
{
|
|
@@ -1380,15 +1199,6 @@
|
|
|
1380
1199
|
"type": "string | undefined"
|
|
1381
1200
|
}
|
|
1382
1201
|
},
|
|
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
|
-
},
|
|
1392
1202
|
{
|
|
1393
1203
|
"name": "type",
|
|
1394
1204
|
"description": "The type of the button.",
|
|
@@ -1452,31 +1262,13 @@
|
|
|
1452
1262
|
"attributes": [
|
|
1453
1263
|
{
|
|
1454
1264
|
"name": "collapse",
|
|
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
|
|
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` mode 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)",
|
|
1456
1266
|
"required": false,
|
|
1457
1267
|
"default": "false",
|
|
1458
1268
|
"value": {
|
|
1459
1269
|
"kind": "expression",
|
|
1460
1270
|
"type": "boolean"
|
|
1461
1271
|
}
|
|
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
|
-
}
|
|
1480
1272
|
}
|
|
1481
1273
|
],
|
|
1482
1274
|
"slots": [],
|
|
@@ -1540,7 +1332,7 @@
|
|
|
1540
1332
|
},
|
|
1541
1333
|
{
|
|
1542
1334
|
"name": "mode",
|
|
1543
|
-
"description": "The mode determines
|
|
1335
|
+
"description": "The mode determines which platform styles to use.",
|
|
1544
1336
|
"required": false,
|
|
1545
1337
|
"value": {
|
|
1546
1338
|
"kind": "expression",
|
|
@@ -1575,16 +1367,6 @@
|
|
|
1575
1367
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1576
1368
|
}
|
|
1577
1369
|
},
|
|
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
|
-
},
|
|
1588
1370
|
{
|
|
1589
1371
|
"name": "target",
|
|
1590
1372
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1594,15 +1376,6 @@
|
|
|
1594
1376
|
"type": "string | undefined"
|
|
1595
1377
|
}
|
|
1596
1378
|
},
|
|
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
|
-
},
|
|
1606
1379
|
{
|
|
1607
1380
|
"name": "type",
|
|
1608
1381
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1628,21 +1401,12 @@
|
|
|
1628
1401
|
"attributes": [
|
|
1629
1402
|
{
|
|
1630
1403
|
"name": "mode",
|
|
1631
|
-
"description": "The mode determines
|
|
1404
|
+
"description": "The mode determines which platform styles to use.",
|
|
1632
1405
|
"required": false,
|
|
1633
1406
|
"value": {
|
|
1634
1407
|
"kind": "expression",
|
|
1635
1408
|
"type": "\"ios\" | \"md\""
|
|
1636
1409
|
}
|
|
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
|
-
}
|
|
1646
1410
|
}
|
|
1647
1411
|
],
|
|
1648
1412
|
"slots": [],
|
|
@@ -1668,25 +1432,16 @@
|
|
|
1668
1432
|
},
|
|
1669
1433
|
{
|
|
1670
1434
|
"name": "mode",
|
|
1671
|
-
"description": "The mode determines
|
|
1435
|
+
"description": "The mode determines which platform styles to use.",
|
|
1672
1436
|
"required": false,
|
|
1673
1437
|
"value": {
|
|
1674
1438
|
"kind": "expression",
|
|
1675
1439
|
"type": "\"ios\" | \"md\""
|
|
1676
1440
|
}
|
|
1677
1441
|
},
|
|
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
|
-
},
|
|
1687
1442
|
{
|
|
1688
1443
|
"name": "translucent",
|
|
1689
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1444
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1690
1445
|
"required": false,
|
|
1691
1446
|
"default": "false",
|
|
1692
1447
|
"value": {
|
|
@@ -1718,21 +1473,12 @@
|
|
|
1718
1473
|
},
|
|
1719
1474
|
{
|
|
1720
1475
|
"name": "mode",
|
|
1721
|
-
"description": "The mode determines
|
|
1476
|
+
"description": "The mode determines which platform styles to use.",
|
|
1722
1477
|
"required": false,
|
|
1723
1478
|
"value": {
|
|
1724
1479
|
"kind": "expression",
|
|
1725
1480
|
"type": "\"ios\" | \"md\""
|
|
1726
1481
|
}
|
|
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
|
-
}
|
|
1736
1482
|
}
|
|
1737
1483
|
],
|
|
1738
1484
|
"slots": [],
|
|
@@ -1758,21 +1504,12 @@
|
|
|
1758
1504
|
},
|
|
1759
1505
|
{
|
|
1760
1506
|
"name": "mode",
|
|
1761
|
-
"description": "The mode determines
|
|
1507
|
+
"description": "The mode determines which platform styles to use.",
|
|
1762
1508
|
"required": false,
|
|
1763
1509
|
"value": {
|
|
1764
1510
|
"kind": "expression",
|
|
1765
1511
|
"type": "\"ios\" | \"md\""
|
|
1766
1512
|
}
|
|
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
|
-
}
|
|
1776
1513
|
}
|
|
1777
1514
|
],
|
|
1778
1515
|
"slots": [],
|
|
@@ -1874,7 +1611,7 @@
|
|
|
1874
1611
|
},
|
|
1875
1612
|
{
|
|
1876
1613
|
"name": "mode",
|
|
1877
|
-
"description": "The mode determines
|
|
1614
|
+
"description": "The mode determines which platform styles to use.",
|
|
1878
1615
|
"required": false,
|
|
1879
1616
|
"value": {
|
|
1880
1617
|
"kind": "expression",
|
|
@@ -1901,34 +1638,6 @@
|
|
|
1901
1638
|
"type": "boolean"
|
|
1902
1639
|
}
|
|
1903
1640
|
},
|
|
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
|
-
},
|
|
1932
1641
|
{
|
|
1933
1642
|
"name": "value",
|
|
1934
1643
|
"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>`.",
|
|
@@ -1959,7 +1668,7 @@
|
|
|
1959
1668
|
},
|
|
1960
1669
|
{
|
|
1961
1670
|
"name": "ionChange",
|
|
1962
|
-
"description": "Emitted when the checked property has changed
|
|
1671
|
+
"description": "Emitted when the checked property has changed as a result of a user action such as a click.\n\nThis event will not emit when programmatically setting the `checked` property.",
|
|
1963
1672
|
"arguments": [
|
|
1964
1673
|
{
|
|
1965
1674
|
"name": "detail",
|
|
@@ -2007,19 +1716,9 @@
|
|
|
2007
1716
|
"type": "boolean"
|
|
2008
1717
|
}
|
|
2009
1718
|
},
|
|
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
|
-
},
|
|
2020
1719
|
{
|
|
2021
1720
|
"name": "mode",
|
|
2022
|
-
"description": "The mode determines
|
|
1721
|
+
"description": "The mode determines which platform styles to use.",
|
|
2023
1722
|
"required": false,
|
|
2024
1723
|
"value": {
|
|
2025
1724
|
"kind": "expression",
|
|
@@ -2035,56 +1734,20 @@
|
|
|
2035
1734
|
"kind": "expression",
|
|
2036
1735
|
"type": "boolean"
|
|
2037
1736
|
}
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
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
|
-
}
|
|
2065
|
-
}
|
|
2066
|
-
],
|
|
2067
|
-
"slots": [],
|
|
2068
|
-
"events": []
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"name": "IonCol",
|
|
2072
|
-
"doc-url": "https://ionicframework.com/docs/api/col",
|
|
2073
|
-
"description": "",
|
|
2074
|
-
"source": {
|
|
2075
|
-
"module": "@ionic/core/src/components/col/col.d.ts",
|
|
2076
|
-
"symbol": "Col"
|
|
2077
|
-
},
|
|
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
|
-
},
|
|
1737
|
+
}
|
|
1738
|
+
],
|
|
1739
|
+
"slots": [],
|
|
1740
|
+
"events": []
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "IonCol",
|
|
1744
|
+
"doc-url": "https://ionicframework.com/docs/api/col",
|
|
1745
|
+
"description": "",
|
|
1746
|
+
"source": {
|
|
1747
|
+
"module": "@ionic/core/src/components/col/col.d.ts",
|
|
1748
|
+
"symbol": "Col"
|
|
1749
|
+
},
|
|
1750
|
+
"attributes": [
|
|
2088
1751
|
{
|
|
2089
1752
|
"name": "offset",
|
|
2090
1753
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -2139,60 +1802,6 @@
|
|
|
2139
1802
|
"type": "string | undefined"
|
|
2140
1803
|
}
|
|
2141
1804
|
},
|
|
2142
|
-
{
|
|
2143
|
-
"name": "order",
|
|
2144
|
-
"description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2145
|
-
"required": false,
|
|
2146
|
-
"value": {
|
|
2147
|
-
"kind": "expression",
|
|
2148
|
-
"type": "string | undefined"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"name": "order-lg",
|
|
2153
|
-
"description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2154
|
-
"required": false,
|
|
2155
|
-
"value": {
|
|
2156
|
-
"kind": "expression",
|
|
2157
|
-
"type": "string | undefined"
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"name": "order-md",
|
|
2162
|
-
"description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2163
|
-
"required": false,
|
|
2164
|
-
"value": {
|
|
2165
|
-
"kind": "expression",
|
|
2166
|
-
"type": "string | undefined"
|
|
2167
|
-
}
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"name": "order-sm",
|
|
2171
|
-
"description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2172
|
-
"required": false,
|
|
2173
|
-
"value": {
|
|
2174
|
-
"kind": "expression",
|
|
2175
|
-
"type": "string | undefined"
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"name": "order-xl",
|
|
2180
|
-
"description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2181
|
-
"required": false,
|
|
2182
|
-
"value": {
|
|
2183
|
-
"kind": "expression",
|
|
2184
|
-
"type": "string | undefined"
|
|
2185
|
-
}
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"name": "order-xs",
|
|
2189
|
-
"description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2190
|
-
"required": false,
|
|
2191
|
-
"value": {
|
|
2192
|
-
"kind": "expression",
|
|
2193
|
-
"type": "string | undefined"
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
1805
|
{
|
|
2197
1806
|
"name": "pull",
|
|
2198
1807
|
"description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
|
|
@@ -2354,15 +1963,6 @@
|
|
|
2354
1963
|
"kind": "expression",
|
|
2355
1964
|
"type": "string | undefined"
|
|
2356
1965
|
}
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"name": "theme",
|
|
2360
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2361
|
-
"required": false,
|
|
2362
|
-
"value": {
|
|
2363
|
-
"kind": "expression",
|
|
2364
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2365
|
-
}
|
|
2366
1966
|
}
|
|
2367
1967
|
],
|
|
2368
1968
|
"slots": [],
|
|
@@ -2415,15 +2015,6 @@
|
|
|
2415
2015
|
"type": "boolean"
|
|
2416
2016
|
}
|
|
2417
2017
|
},
|
|
2418
|
-
{
|
|
2419
|
-
"name": "mode",
|
|
2420
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2421
|
-
"required": false,
|
|
2422
|
-
"value": {
|
|
2423
|
-
"kind": "expression",
|
|
2424
|
-
"type": "\"ios\" | \"md\""
|
|
2425
|
-
}
|
|
2426
|
-
},
|
|
2427
2018
|
{
|
|
2428
2019
|
"name": "scroll-events",
|
|
2429
2020
|
"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`.",
|
|
@@ -2453,15 +2044,6 @@
|
|
|
2453
2044
|
"kind": "expression",
|
|
2454
2045
|
"type": "boolean"
|
|
2455
2046
|
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"name": "theme",
|
|
2459
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2460
|
-
"required": false,
|
|
2461
|
-
"value": {
|
|
2462
|
-
"kind": "expression",
|
|
2463
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2464
|
-
}
|
|
2465
2047
|
}
|
|
2466
2048
|
],
|
|
2467
2049
|
"slots": [
|
|
@@ -2669,7 +2251,7 @@
|
|
|
2669
2251
|
},
|
|
2670
2252
|
{
|
|
2671
2253
|
"name": "mode",
|
|
2672
|
-
"description": "The mode determines
|
|
2254
|
+
"description": "The mode determines which platform styles to use.",
|
|
2673
2255
|
"required": false,
|
|
2674
2256
|
"value": {
|
|
2675
2257
|
"kind": "expression",
|
|
@@ -2795,15 +2377,6 @@
|
|
|
2795
2377
|
"type": "\"cover\" | \"fixed\""
|
|
2796
2378
|
}
|
|
2797
2379
|
},
|
|
2798
|
-
{
|
|
2799
|
-
"name": "theme",
|
|
2800
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2801
|
-
"required": false,
|
|
2802
|
-
"value": {
|
|
2803
|
-
"kind": "expression",
|
|
2804
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2805
|
-
}
|
|
2806
|
-
},
|
|
2807
2380
|
{
|
|
2808
2381
|
"name": "titleSelectedDatesFormatter",
|
|
2809
2382
|
"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.",
|
|
@@ -2929,21 +2502,12 @@
|
|
|
2929
2502
|
},
|
|
2930
2503
|
{
|
|
2931
2504
|
"name": "mode",
|
|
2932
|
-
"description": "The mode determines
|
|
2505
|
+
"description": "The mode determines which platform styles to use.",
|
|
2933
2506
|
"required": false,
|
|
2934
2507
|
"value": {
|
|
2935
2508
|
"kind": "expression",
|
|
2936
2509
|
"type": "\"ios\" | \"md\""
|
|
2937
2510
|
}
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"name": "theme",
|
|
2941
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2942
|
-
"required": false,
|
|
2943
|
-
"value": {
|
|
2944
|
-
"kind": "expression",
|
|
2945
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2946
|
-
}
|
|
2947
2511
|
}
|
|
2948
2512
|
],
|
|
2949
2513
|
"slots": [
|
|
@@ -2958,39 +2522,6 @@
|
|
|
2958
2522
|
],
|
|
2959
2523
|
"events": []
|
|
2960
2524
|
},
|
|
2961
|
-
{
|
|
2962
|
-
"name": "IonDivider",
|
|
2963
|
-
"doc-url": "https://ionicframework.com/docs/api/divider",
|
|
2964
|
-
"description": "",
|
|
2965
|
-
"source": {
|
|
2966
|
-
"module": "@ionic/core/src/components/divider/divider.d.ts",
|
|
2967
|
-
"symbol": "Divider"
|
|
2968
|
-
},
|
|
2969
|
-
"attributes": [
|
|
2970
|
-
{
|
|
2971
|
-
"name": "inset",
|
|
2972
|
-
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
2973
|
-
"required": false,
|
|
2974
|
-
"default": "false",
|
|
2975
|
-
"value": {
|
|
2976
|
-
"kind": "expression",
|
|
2977
|
-
"type": "boolean"
|
|
2978
|
-
}
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"name": "spacing",
|
|
2982
|
-
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
2983
|
-
"required": false,
|
|
2984
|
-
"default": "'medium'",
|
|
2985
|
-
"value": {
|
|
2986
|
-
"kind": "expression",
|
|
2987
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
|
|
2988
|
-
}
|
|
2989
|
-
}
|
|
2990
|
-
],
|
|
2991
|
-
"slots": [],
|
|
2992
|
-
"events": []
|
|
2993
|
-
},
|
|
2994
2525
|
{
|
|
2995
2526
|
"name": "IonFab",
|
|
2996
2527
|
"doc-url": "https://ionicframework.com/docs/api/fab",
|
|
@@ -3029,24 +2560,6 @@
|
|
|
3029
2560
|
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
3030
2561
|
}
|
|
3031
2562
|
},
|
|
3032
|
-
{
|
|
3033
|
-
"name": "mode",
|
|
3034
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3035
|
-
"required": false,
|
|
3036
|
-
"value": {
|
|
3037
|
-
"kind": "expression",
|
|
3038
|
-
"type": "\"ios\" | \"md\""
|
|
3039
|
-
}
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "theme",
|
|
3043
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3044
|
-
"required": false,
|
|
3045
|
-
"value": {
|
|
3046
|
-
"kind": "expression",
|
|
3047
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3048
|
-
}
|
|
3049
|
-
},
|
|
3050
2563
|
{
|
|
3051
2564
|
"name": "vertical",
|
|
3052
2565
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -3083,9 +2596,10 @@
|
|
|
3083
2596
|
"name": "close-icon",
|
|
3084
2597
|
"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.",
|
|
3085
2598
|
"required": false,
|
|
2599
|
+
"default": "close",
|
|
3086
2600
|
"value": {
|
|
3087
2601
|
"kind": "expression",
|
|
3088
|
-
"type": "string
|
|
2602
|
+
"type": "string"
|
|
3089
2603
|
}
|
|
3090
2604
|
},
|
|
3091
2605
|
{
|
|
@@ -3127,7 +2641,7 @@
|
|
|
3127
2641
|
},
|
|
3128
2642
|
{
|
|
3129
2643
|
"name": "mode",
|
|
3130
|
-
"description": "The mode determines
|
|
2644
|
+
"description": "The mode determines which platform styles to use.",
|
|
3131
2645
|
"required": false,
|
|
3132
2646
|
"value": {
|
|
3133
2647
|
"kind": "expression",
|
|
@@ -3190,18 +2704,9 @@
|
|
|
3190
2704
|
"type": "string | undefined"
|
|
3191
2705
|
}
|
|
3192
2706
|
},
|
|
3193
|
-
{
|
|
3194
|
-
"name": "theme",
|
|
3195
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3196
|
-
"required": false,
|
|
3197
|
-
"value": {
|
|
3198
|
-
"kind": "expression",
|
|
3199
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3200
|
-
}
|
|
3201
|
-
},
|
|
3202
2707
|
{
|
|
3203
2708
|
"name": "translucent",
|
|
3204
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
2709
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
3205
2710
|
"required": false,
|
|
3206
2711
|
"default": "false",
|
|
3207
2712
|
"value": {
|
|
@@ -3263,15 +2768,6 @@
|
|
|
3263
2768
|
"type": "boolean"
|
|
3264
2769
|
}
|
|
3265
2770
|
},
|
|
3266
|
-
{
|
|
3267
|
-
"name": "mode",
|
|
3268
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3269
|
-
"required": false,
|
|
3270
|
-
"value": {
|
|
3271
|
-
"kind": "expression",
|
|
3272
|
-
"type": "\"ios\" | \"md\""
|
|
3273
|
-
}
|
|
3274
|
-
},
|
|
3275
2771
|
{
|
|
3276
2772
|
"name": "side",
|
|
3277
2773
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -3281,15 +2777,6 @@
|
|
|
3281
2777
|
"kind": "expression",
|
|
3282
2778
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
3283
2779
|
}
|
|
3284
|
-
},
|
|
3285
|
-
{
|
|
3286
|
-
"name": "theme",
|
|
3287
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3288
|
-
"required": false,
|
|
3289
|
-
"value": {
|
|
3290
|
-
"kind": "expression",
|
|
3291
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3292
|
-
}
|
|
3293
2780
|
}
|
|
3294
2781
|
],
|
|
3295
2782
|
"slots": [],
|
|
@@ -3306,7 +2793,7 @@
|
|
|
3306
2793
|
"attributes": [
|
|
3307
2794
|
{
|
|
3308
2795
|
"name": "collapse",
|
|
3309
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2796
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
3310
2797
|
"required": false,
|
|
3311
2798
|
"value": {
|
|
3312
2799
|
"kind": "expression",
|
|
@@ -3315,25 +2802,16 @@
|
|
|
3315
2802
|
},
|
|
3316
2803
|
{
|
|
3317
2804
|
"name": "mode",
|
|
3318
|
-
"description": "The mode determines
|
|
2805
|
+
"description": "The mode determines which platform styles to use.",
|
|
3319
2806
|
"required": false,
|
|
3320
2807
|
"value": {
|
|
3321
2808
|
"kind": "expression",
|
|
3322
2809
|
"type": "\"ios\" | \"md\""
|
|
3323
2810
|
}
|
|
3324
2811
|
},
|
|
3325
|
-
{
|
|
3326
|
-
"name": "theme",
|
|
3327
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3328
|
-
"required": false,
|
|
3329
|
-
"value": {
|
|
3330
|
-
"kind": "expression",
|
|
3331
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3332
|
-
}
|
|
3333
|
-
},
|
|
3334
2812
|
{
|
|
3335
2813
|
"name": "translucent",
|
|
3336
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2814
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the mode 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.",
|
|
3337
2815
|
"required": false,
|
|
3338
2816
|
"default": "false",
|
|
3339
2817
|
"value": {
|
|
@@ -3345,72 +2823,6 @@
|
|
|
3345
2823
|
"slots": [],
|
|
3346
2824
|
"events": []
|
|
3347
2825
|
},
|
|
3348
|
-
{
|
|
3349
|
-
"name": "IonGallery",
|
|
3350
|
-
"doc-url": "https://ionicframework.com/docs/api/gallery",
|
|
3351
|
-
"description": "",
|
|
3352
|
-
"source": {
|
|
3353
|
-
"module": "@ionic/core/src/components/gallery/gallery.d.ts",
|
|
3354
|
-
"symbol": "Gallery"
|
|
3355
|
-
},
|
|
3356
|
-
"attributes": [
|
|
3357
|
-
{
|
|
3358
|
-
"name": "columns",
|
|
3359
|
-
"description": "The number of columns to display. Can be set as a number or an object of\nbreakpoint values (e.g. `{ xs: 2, sm: 3, md: 4 }`).",
|
|
3360
|
-
"required": false,
|
|
3361
|
-
"default": "DEFAULT_COLUMNS",
|
|
3362
|
-
"value": {
|
|
3363
|
-
"kind": "expression",
|
|
3364
|
-
"type": "GalleryBreakpointColumns | number | string"
|
|
3365
|
-
}
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"name": "layout",
|
|
3369
|
-
"description": "The visual layout of the gallery. When `uniform`, rows take up the height\nof the tallest item and are spaced evenly across the gallery. Additionally,\nitems will have an aspect ratio of 1/1, forcing them to be square unless a\nheight is explicitly set. When `masonry`, items will be positioned under each\nother with only the specified gap between them.",
|
|
3370
|
-
"required": false,
|
|
3371
|
-
"default": "'uniform'",
|
|
3372
|
-
"value": {
|
|
3373
|
-
"kind": "expression",
|
|
3374
|
-
"type": "\"masonry\" | \"uniform\""
|
|
3375
|
-
}
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "mode",
|
|
3379
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3380
|
-
"required": false,
|
|
3381
|
-
"value": {
|
|
3382
|
-
"kind": "expression",
|
|
3383
|
-
"type": "\"ios\" | \"md\""
|
|
3384
|
-
}
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"name": "order",
|
|
3388
|
-
"description": "The order in which items are positioned. Only applies when layout is\n`masonry`. When `sequential`, items are positioned in the order they are\nplaced in the DOM. When `best-fit`, items are positioned under the column\nwith the most available space.",
|
|
3389
|
-
"required": false,
|
|
3390
|
-
"default": "'sequential'",
|
|
3391
|
-
"value": {
|
|
3392
|
-
"kind": "expression",
|
|
3393
|
-
"type": "\"best-fit\" | \"sequential\""
|
|
3394
|
-
}
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"name": "theme",
|
|
3398
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3399
|
-
"required": false,
|
|
3400
|
-
"value": {
|
|
3401
|
-
"kind": "expression",
|
|
3402
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3403
|
-
}
|
|
3404
|
-
}
|
|
3405
|
-
],
|
|
3406
|
-
"slots": [
|
|
3407
|
-
{
|
|
3408
|
-
"name": "default",
|
|
3409
|
-
"description": "Content is placed in a responsive gallery layout."
|
|
3410
|
-
}
|
|
3411
|
-
],
|
|
3412
|
-
"events": []
|
|
3413
|
-
},
|
|
3414
2826
|
{
|
|
3415
2827
|
"name": "IonGrid",
|
|
3416
2828
|
"doc-url": "https://ionicframework.com/docs/api/grid",
|
|
@@ -3429,24 +2841,6 @@
|
|
|
3429
2841
|
"kind": "expression",
|
|
3430
2842
|
"type": "boolean"
|
|
3431
2843
|
}
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"name": "mode",
|
|
3435
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3436
|
-
"required": false,
|
|
3437
|
-
"value": {
|
|
3438
|
-
"kind": "expression",
|
|
3439
|
-
"type": "\"ios\" | \"md\""
|
|
3440
|
-
}
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "theme",
|
|
3444
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3445
|
-
"required": false,
|
|
3446
|
-
"value": {
|
|
3447
|
-
"kind": "expression",
|
|
3448
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3449
|
-
}
|
|
3450
2844
|
}
|
|
3451
2845
|
],
|
|
3452
2846
|
"slots": [],
|
|
@@ -3463,44 +2857,25 @@
|
|
|
3463
2857
|
"attributes": [
|
|
3464
2858
|
{
|
|
3465
2859
|
"name": "collapse",
|
|
3466
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2860
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
3467
2861
|
"required": false,
|
|
3468
2862
|
"value": {
|
|
3469
2863
|
"kind": "expression",
|
|
3470
2864
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
3471
2865
|
}
|
|
3472
2866
|
},
|
|
3473
|
-
{
|
|
3474
|
-
"name": "divider",
|
|
3475
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3476
|
-
"required": false,
|
|
3477
|
-
"default": "false",
|
|
3478
|
-
"value": {
|
|
3479
|
-
"kind": "expression",
|
|
3480
|
-
"type": "boolean"
|
|
3481
|
-
}
|
|
3482
|
-
},
|
|
3483
2867
|
{
|
|
3484
2868
|
"name": "mode",
|
|
3485
|
-
"description": "The mode determines
|
|
3486
|
-
"required": false,
|
|
3487
|
-
"value": {
|
|
3488
|
-
"kind": "expression",
|
|
3489
|
-
"type": "\"ios\" | \"md\""
|
|
3490
|
-
}
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"name": "theme",
|
|
3494
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2869
|
+
"description": "The mode determines which platform styles to use.",
|
|
3495
2870
|
"required": false,
|
|
3496
2871
|
"value": {
|
|
3497
2872
|
"kind": "expression",
|
|
3498
|
-
"type": "\"ios\" | \"md\"
|
|
2873
|
+
"type": "\"ios\" | \"md\""
|
|
3499
2874
|
}
|
|
3500
2875
|
},
|
|
3501
2876
|
{
|
|
3502
2877
|
"name": "translucent",
|
|
3503
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2878
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the mode 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 header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
3504
2879
|
"required": false,
|
|
3505
2880
|
"default": "false",
|
|
3506
2881
|
"value": {
|
|
@@ -3530,15 +2905,6 @@
|
|
|
3530
2905
|
"type": "string | undefined"
|
|
3531
2906
|
}
|
|
3532
2907
|
},
|
|
3533
|
-
{
|
|
3534
|
-
"name": "mode",
|
|
3535
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3536
|
-
"required": false,
|
|
3537
|
-
"value": {
|
|
3538
|
-
"kind": "expression",
|
|
3539
|
-
"type": "\"ios\" | \"md\""
|
|
3540
|
-
}
|
|
3541
|
-
},
|
|
3542
2908
|
{
|
|
3543
2909
|
"name": "src",
|
|
3544
2910
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -3547,15 +2913,6 @@
|
|
|
3547
2913
|
"kind": "expression",
|
|
3548
2914
|
"type": "string | undefined"
|
|
3549
2915
|
}
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"name": "theme",
|
|
3553
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3554
|
-
"required": false,
|
|
3555
|
-
"value": {
|
|
3556
|
-
"kind": "expression",
|
|
3557
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3558
|
-
}
|
|
3559
2916
|
}
|
|
3560
2917
|
],
|
|
3561
2918
|
"slots": [],
|
|
@@ -3611,15 +2968,6 @@
|
|
|
3611
2968
|
"type": "boolean"
|
|
3612
2969
|
}
|
|
3613
2970
|
},
|
|
3614
|
-
{
|
|
3615
|
-
"name": "mode",
|
|
3616
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3617
|
-
"required": false,
|
|
3618
|
-
"value": {
|
|
3619
|
-
"kind": "expression",
|
|
3620
|
-
"type": "\"ios\" | \"md\""
|
|
3621
|
-
}
|
|
3622
|
-
},
|
|
3623
2971
|
{
|
|
3624
2972
|
"name": "position",
|
|
3625
2973
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -3630,25 +2978,6 @@
|
|
|
3630
2978
|
"type": "\"bottom\" | \"top\""
|
|
3631
2979
|
}
|
|
3632
2980
|
},
|
|
3633
|
-
{
|
|
3634
|
-
"name": "preserve-rerender-scroll-position",
|
|
3635
|
-
"description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
|
|
3636
|
-
"required": false,
|
|
3637
|
-
"default": "false",
|
|
3638
|
-
"value": {
|
|
3639
|
-
"kind": "expression",
|
|
3640
|
-
"type": "boolean"
|
|
3641
|
-
}
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"name": "theme",
|
|
3645
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3646
|
-
"required": false,
|
|
3647
|
-
"value": {
|
|
3648
|
-
"kind": "expression",
|
|
3649
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3650
|
-
}
|
|
3651
|
-
},
|
|
3652
2981
|
{
|
|
3653
2982
|
"name": "threshold",
|
|
3654
2983
|
"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.",
|
|
@@ -3700,24 +3029,6 @@
|
|
|
3700
3029
|
"kind": "expression",
|
|
3701
3030
|
"type": "IonicSafeString | string | undefined"
|
|
3702
3031
|
}
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"name": "mode",
|
|
3706
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3707
|
-
"required": false,
|
|
3708
|
-
"value": {
|
|
3709
|
-
"kind": "expression",
|
|
3710
|
-
"type": "\"ios\" | \"md\""
|
|
3711
|
-
}
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"name": "theme",
|
|
3715
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3716
|
-
"required": false,
|
|
3717
|
-
"value": {
|
|
3718
|
-
"kind": "expression",
|
|
3719
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3720
|
-
}
|
|
3721
3032
|
}
|
|
3722
3033
|
],
|
|
3723
3034
|
"slots": [],
|
|
@@ -3867,7 +3178,7 @@
|
|
|
3867
3178
|
},
|
|
3868
3179
|
{
|
|
3869
3180
|
"name": "fill",
|
|
3870
|
-
"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
|
|
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 in `md` mode.",
|
|
3871
3182
|
"required": false,
|
|
3872
3183
|
"value": {
|
|
3873
3184
|
"kind": "expression",
|
|
@@ -3903,11 +3214,12 @@
|
|
|
3903
3214
|
},
|
|
3904
3215
|
{
|
|
3905
3216
|
"name": "label-placement",
|
|
3906
|
-
"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 (\"...\")
|
|
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 (\"...\").",
|
|
3907
3218
|
"required": false,
|
|
3219
|
+
"default": "'start'",
|
|
3908
3220
|
"value": {
|
|
3909
3221
|
"kind": "expression",
|
|
3910
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
3222
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3911
3223
|
}
|
|
3912
3224
|
},
|
|
3913
3225
|
{
|
|
@@ -3948,7 +3260,7 @@
|
|
|
3948
3260
|
},
|
|
3949
3261
|
{
|
|
3950
3262
|
"name": "mode",
|
|
3951
|
-
"description": "The mode determines
|
|
3263
|
+
"description": "The mode determines which platform styles to use.",
|
|
3952
3264
|
"required": false,
|
|
3953
3265
|
"value": {
|
|
3954
3266
|
"kind": "expression",
|
|
@@ -4014,21 +3326,11 @@
|
|
|
4014
3326
|
},
|
|
4015
3327
|
{
|
|
4016
3328
|
"name": "shape",
|
|
4017
|
-
"description": "
|
|
3329
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
4018
3330
|
"required": false,
|
|
4019
3331
|
"value": {
|
|
4020
3332
|
"kind": "expression",
|
|
4021
|
-
"type": "\"
|
|
4022
|
-
}
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"name": "size",
|
|
4026
|
-
"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.",
|
|
4027
|
-
"required": false,
|
|
4028
|
-
"default": "'medium'",
|
|
4029
|
-
"value": {
|
|
4030
|
-
"kind": "expression",
|
|
4031
|
-
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3333
|
+
"type": "\"round\" | undefined"
|
|
4032
3334
|
}
|
|
4033
3335
|
},
|
|
4034
3336
|
{
|
|
@@ -4050,15 +3352,6 @@
|
|
|
4050
3352
|
"type": "string | undefined"
|
|
4051
3353
|
}
|
|
4052
3354
|
},
|
|
4053
|
-
{
|
|
4054
|
-
"name": "theme",
|
|
4055
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4056
|
-
"required": false,
|
|
4057
|
-
"value": {
|
|
4058
|
-
"kind": "expression",
|
|
4059
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4060
|
-
}
|
|
4061
|
-
},
|
|
4062
3355
|
{
|
|
4063
3356
|
"name": "type",
|
|
4064
3357
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -4204,15 +3497,6 @@
|
|
|
4204
3497
|
"type": "number"
|
|
4205
3498
|
}
|
|
4206
3499
|
},
|
|
4207
|
-
{
|
|
4208
|
-
"name": "mode",
|
|
4209
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4210
|
-
"required": false,
|
|
4211
|
-
"value": {
|
|
4212
|
-
"kind": "expression",
|
|
4213
|
-
"type": "\"ios\" | \"md\""
|
|
4214
|
-
}
|
|
4215
|
-
},
|
|
4216
3500
|
{
|
|
4217
3501
|
"name": "pattern",
|
|
4218
3502
|
"description": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
|
|
@@ -4261,15 +3545,6 @@
|
|
|
4261
3545
|
"type": "\"large\" | \"medium\" | \"small\""
|
|
4262
3546
|
}
|
|
4263
3547
|
},
|
|
4264
|
-
{
|
|
4265
|
-
"name": "theme",
|
|
4266
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4267
|
-
"required": false,
|
|
4268
|
-
"value": {
|
|
4269
|
-
"kind": "expression",
|
|
4270
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4271
|
-
}
|
|
4272
|
-
},
|
|
4273
3548
|
{
|
|
4274
3549
|
"name": "type",
|
|
4275
3550
|
"description": "The type of input allowed in the input boxes.",
|
|
@@ -4424,7 +3699,7 @@
|
|
|
4424
3699
|
},
|
|
4425
3700
|
{
|
|
4426
3701
|
"name": "detail",
|
|
4427
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
3702
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present.",
|
|
4428
3703
|
"required": false,
|
|
4429
3704
|
"value": {
|
|
4430
3705
|
"kind": "expression",
|
|
@@ -4435,9 +3710,10 @@
|
|
|
4435
3710
|
"name": "detail-icon",
|
|
4436
3711
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
4437
3712
|
"required": false,
|
|
3713
|
+
"default": "chevronForward",
|
|
4438
3714
|
"value": {
|
|
4439
3715
|
"kind": "expression",
|
|
4440
|
-
"type": "string
|
|
3716
|
+
"type": "string"
|
|
4441
3717
|
}
|
|
4442
3718
|
},
|
|
4443
3719
|
{
|
|
@@ -4479,7 +3755,7 @@
|
|
|
4479
3755
|
},
|
|
4480
3756
|
{
|
|
4481
3757
|
"name": "mode",
|
|
4482
|
-
"description": "The mode determines
|
|
3758
|
+
"description": "The mode determines which platform styles to use.",
|
|
4483
3759
|
"required": false,
|
|
4484
3760
|
"value": {
|
|
4485
3761
|
"kind": "expression",
|
|
@@ -4523,15 +3799,6 @@
|
|
|
4523
3799
|
"type": "string | undefined"
|
|
4524
3800
|
}
|
|
4525
3801
|
},
|
|
4526
|
-
{
|
|
4527
|
-
"name": "theme",
|
|
4528
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4529
|
-
"required": false,
|
|
4530
|
-
"value": {
|
|
4531
|
-
"kind": "expression",
|
|
4532
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4533
|
-
}
|
|
4534
|
-
},
|
|
4535
3802
|
{
|
|
4536
3803
|
"name": "type",
|
|
4537
3804
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -4579,7 +3846,7 @@
|
|
|
4579
3846
|
},
|
|
4580
3847
|
{
|
|
4581
3848
|
"name": "mode",
|
|
4582
|
-
"description": "The mode determines
|
|
3849
|
+
"description": "The mode determines which platform styles to use.",
|
|
4583
3850
|
"required": false,
|
|
4584
3851
|
"value": {
|
|
4585
3852
|
"kind": "expression",
|
|
@@ -4595,15 +3862,6 @@
|
|
|
4595
3862
|
"kind": "expression",
|
|
4596
3863
|
"type": "boolean"
|
|
4597
3864
|
}
|
|
4598
|
-
},
|
|
4599
|
-
{
|
|
4600
|
-
"name": "theme",
|
|
4601
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4602
|
-
"required": false,
|
|
4603
|
-
"value": {
|
|
4604
|
-
"kind": "expression",
|
|
4605
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4606
|
-
}
|
|
4607
3865
|
}
|
|
4608
3866
|
],
|
|
4609
3867
|
"slots": [
|
|
@@ -4630,26 +3888,7 @@
|
|
|
4630
3888
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
4631
3889
|
"symbol": "ItemGroup"
|
|
4632
3890
|
},
|
|
4633
|
-
"attributes": [
|
|
4634
|
-
{
|
|
4635
|
-
"name": "mode",
|
|
4636
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4637
|
-
"required": false,
|
|
4638
|
-
"value": {
|
|
4639
|
-
"kind": "expression",
|
|
4640
|
-
"type": "\"ios\" | \"md\""
|
|
4641
|
-
}
|
|
4642
|
-
},
|
|
4643
|
-
{
|
|
4644
|
-
"name": "theme",
|
|
4645
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4646
|
-
"required": false,
|
|
4647
|
-
"value": {
|
|
4648
|
-
"kind": "expression",
|
|
4649
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4650
|
-
}
|
|
4651
|
-
}
|
|
4652
|
-
],
|
|
3891
|
+
"attributes": [],
|
|
4653
3892
|
"slots": [],
|
|
4654
3893
|
"events": []
|
|
4655
3894
|
},
|
|
@@ -4709,19 +3948,9 @@
|
|
|
4709
3948
|
"type": "string | undefined"
|
|
4710
3949
|
}
|
|
4711
3950
|
},
|
|
4712
|
-
{
|
|
4713
|
-
"name": "hue",
|
|
4714
|
-
"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.",
|
|
4715
|
-
"required": false,
|
|
4716
|
-
"default": "'subtle'",
|
|
4717
|
-
"value": {
|
|
4718
|
-
"kind": "expression",
|
|
4719
|
-
"type": "\"bold\" | \"subtle\" | undefined"
|
|
4720
|
-
}
|
|
4721
|
-
},
|
|
4722
3951
|
{
|
|
4723
3952
|
"name": "mode",
|
|
4724
|
-
"description": "The mode determines
|
|
3953
|
+
"description": "The mode determines which platform styles to use.",
|
|
4725
3954
|
"required": false,
|
|
4726
3955
|
"value": {
|
|
4727
3956
|
"kind": "expression",
|
|
@@ -4737,15 +3966,6 @@
|
|
|
4737
3966
|
"type": "string | undefined"
|
|
4738
3967
|
}
|
|
4739
3968
|
},
|
|
4740
|
-
{
|
|
4741
|
-
"name": "shape",
|
|
4742
|
-
"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.",
|
|
4743
|
-
"required": false,
|
|
4744
|
-
"value": {
|
|
4745
|
-
"kind": "expression",
|
|
4746
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4747
|
-
}
|
|
4748
|
-
},
|
|
4749
3969
|
{
|
|
4750
3970
|
"name": "target",
|
|
4751
3971
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -4755,15 +3975,6 @@
|
|
|
4755
3975
|
"type": "string | undefined"
|
|
4756
3976
|
}
|
|
4757
3977
|
},
|
|
4758
|
-
{
|
|
4759
|
-
"name": "theme",
|
|
4760
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4761
|
-
"required": false,
|
|
4762
|
-
"value": {
|
|
4763
|
-
"kind": "expression",
|
|
4764
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4765
|
-
}
|
|
4766
|
-
},
|
|
4767
3978
|
{
|
|
4768
3979
|
"name": "type",
|
|
4769
3980
|
"description": "The type of the button.",
|
|
@@ -4812,15 +4023,6 @@
|
|
|
4812
4023
|
"symbol": "ItemOptions"
|
|
4813
4024
|
},
|
|
4814
4025
|
"attributes": [
|
|
4815
|
-
{
|
|
4816
|
-
"name": "mode",
|
|
4817
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4818
|
-
"required": false,
|
|
4819
|
-
"value": {
|
|
4820
|
-
"kind": "expression",
|
|
4821
|
-
"type": "\"ios\" | \"md\""
|
|
4822
|
-
}
|
|
4823
|
-
},
|
|
4824
4026
|
{
|
|
4825
4027
|
"name": "side",
|
|
4826
4028
|
"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.",
|
|
@@ -4830,15 +4032,6 @@
|
|
|
4830
4032
|
"kind": "expression",
|
|
4831
4033
|
"type": "\"end\" | \"start\""
|
|
4832
4034
|
}
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "theme",
|
|
4836
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4837
|
-
"required": false,
|
|
4838
|
-
"value": {
|
|
4839
|
-
"kind": "expression",
|
|
4840
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4841
|
-
}
|
|
4842
4035
|
}
|
|
4843
4036
|
],
|
|
4844
4037
|
"slots": [],
|
|
@@ -4873,24 +4066,6 @@
|
|
|
4873
4066
|
"kind": "expression",
|
|
4874
4067
|
"type": "boolean"
|
|
4875
4068
|
}
|
|
4876
|
-
},
|
|
4877
|
-
{
|
|
4878
|
-
"name": "mode",
|
|
4879
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4880
|
-
"required": false,
|
|
4881
|
-
"value": {
|
|
4882
|
-
"kind": "expression",
|
|
4883
|
-
"type": "\"ios\" | \"md\""
|
|
4884
|
-
}
|
|
4885
|
-
},
|
|
4886
|
-
{
|
|
4887
|
-
"name": "theme",
|
|
4888
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4889
|
-
"required": false,
|
|
4890
|
-
"value": {
|
|
4891
|
-
"kind": "expression",
|
|
4892
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4893
|
-
}
|
|
4894
4069
|
}
|
|
4895
4070
|
],
|
|
4896
4071
|
"slots": [],
|
|
@@ -4927,7 +4102,7 @@
|
|
|
4927
4102
|
},
|
|
4928
4103
|
{
|
|
4929
4104
|
"name": "mode",
|
|
4930
|
-
"description": "The mode determines
|
|
4105
|
+
"description": "The mode determines which platform styles to use.",
|
|
4931
4106
|
"required": false,
|
|
4932
4107
|
"value": {
|
|
4933
4108
|
"kind": "expression",
|
|
@@ -4942,15 +4117,6 @@
|
|
|
4942
4117
|
"kind": "expression",
|
|
4943
4118
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4944
4119
|
}
|
|
4945
|
-
},
|
|
4946
|
-
{
|
|
4947
|
-
"name": "theme",
|
|
4948
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4949
|
-
"required": false,
|
|
4950
|
-
"value": {
|
|
4951
|
-
"kind": "expression",
|
|
4952
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4953
|
-
}
|
|
4954
4120
|
}
|
|
4955
4121
|
],
|
|
4956
4122
|
"slots": [],
|
|
@@ -4986,30 +4152,12 @@
|
|
|
4986
4152
|
},
|
|
4987
4153
|
{
|
|
4988
4154
|
"name": "mode",
|
|
4989
|
-
"description": "The mode determines
|
|
4155
|
+
"description": "The mode determines which platform styles to use.",
|
|
4990
4156
|
"required": false,
|
|
4991
4157
|
"value": {
|
|
4992
4158
|
"kind": "expression",
|
|
4993
4159
|
"type": "\"ios\" | \"md\""
|
|
4994
4160
|
}
|
|
4995
|
-
},
|
|
4996
|
-
{
|
|
4997
|
-
"name": "shape",
|
|
4998
|
-
"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.",
|
|
4999
|
-
"required": false,
|
|
5000
|
-
"value": {
|
|
5001
|
-
"kind": "expression",
|
|
5002
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5003
|
-
}
|
|
5004
|
-
},
|
|
5005
|
-
{
|
|
5006
|
-
"name": "theme",
|
|
5007
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5008
|
-
"required": false,
|
|
5009
|
-
"value": {
|
|
5010
|
-
"kind": "expression",
|
|
5011
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5012
|
-
}
|
|
5013
4161
|
}
|
|
5014
4162
|
],
|
|
5015
4163
|
"slots": [],
|
|
@@ -5044,21 +4192,12 @@
|
|
|
5044
4192
|
},
|
|
5045
4193
|
{
|
|
5046
4194
|
"name": "mode",
|
|
5047
|
-
"description": "The mode determines
|
|
4195
|
+
"description": "The mode determines which platform styles to use.",
|
|
5048
4196
|
"required": false,
|
|
5049
4197
|
"value": {
|
|
5050
4198
|
"kind": "expression",
|
|
5051
4199
|
"type": "\"ios\" | \"md\""
|
|
5052
4200
|
}
|
|
5053
|
-
},
|
|
5054
|
-
{
|
|
5055
|
-
"name": "theme",
|
|
5056
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5057
|
-
"required": false,
|
|
5058
|
-
"value": {
|
|
5059
|
-
"kind": "expression",
|
|
5060
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5061
|
-
}
|
|
5062
4201
|
}
|
|
5063
4202
|
],
|
|
5064
4203
|
"slots": [],
|
|
@@ -5170,7 +4309,7 @@
|
|
|
5170
4309
|
},
|
|
5171
4310
|
{
|
|
5172
4311
|
"name": "mode",
|
|
5173
|
-
"description": "The mode determines
|
|
4312
|
+
"description": "The mode determines which platform styles to use.",
|
|
5174
4313
|
"required": false,
|
|
5175
4314
|
"value": {
|
|
5176
4315
|
"kind": "expression",
|
|
@@ -5196,18 +4335,9 @@
|
|
|
5196
4335
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
5197
4336
|
}
|
|
5198
4337
|
},
|
|
5199
|
-
{
|
|
5200
|
-
"name": "theme",
|
|
5201
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5202
|
-
"required": false,
|
|
5203
|
-
"value": {
|
|
5204
|
-
"kind": "expression",
|
|
5205
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5206
|
-
}
|
|
5207
|
-
},
|
|
5208
4338
|
{
|
|
5209
4339
|
"name": "translucent",
|
|
5210
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
4340
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
5211
4341
|
"required": false,
|
|
5212
4342
|
"default": "false",
|
|
5213
4343
|
"value": {
|
|
@@ -5356,15 +4486,6 @@
|
|
|
5356
4486
|
"type": "string | undefined"
|
|
5357
4487
|
}
|
|
5358
4488
|
},
|
|
5359
|
-
{
|
|
5360
|
-
"name": "mode",
|
|
5361
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5362
|
-
"required": false,
|
|
5363
|
-
"value": {
|
|
5364
|
-
"kind": "expression",
|
|
5365
|
-
"type": "\"ios\" | \"md\""
|
|
5366
|
-
}
|
|
5367
|
-
},
|
|
5368
4489
|
{
|
|
5369
4490
|
"name": "side",
|
|
5370
4491
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -5385,15 +4506,6 @@
|
|
|
5385
4506
|
"type": "boolean"
|
|
5386
4507
|
}
|
|
5387
4508
|
},
|
|
5388
|
-
{
|
|
5389
|
-
"name": "theme",
|
|
5390
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5391
|
-
"required": false,
|
|
5392
|
-
"value": {
|
|
5393
|
-
"kind": "expression",
|
|
5394
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5395
|
-
}
|
|
5396
|
-
},
|
|
5397
4509
|
{
|
|
5398
4510
|
"name": "type",
|
|
5399
4511
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -5497,22 +4609,13 @@
|
|
|
5497
4609
|
},
|
|
5498
4610
|
{
|
|
5499
4611
|
"name": "mode",
|
|
5500
|
-
"description": "The mode determines
|
|
4612
|
+
"description": "The mode determines which platform styles to use.",
|
|
5501
4613
|
"required": false,
|
|
5502
4614
|
"value": {
|
|
5503
4615
|
"kind": "expression",
|
|
5504
4616
|
"type": "\"ios\" | \"md\""
|
|
5505
4617
|
}
|
|
5506
4618
|
},
|
|
5507
|
-
{
|
|
5508
|
-
"name": "theme",
|
|
5509
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5510
|
-
"required": false,
|
|
5511
|
-
"value": {
|
|
5512
|
-
"kind": "expression",
|
|
5513
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5514
|
-
}
|
|
5515
|
-
},
|
|
5516
4619
|
{
|
|
5517
4620
|
"name": "type",
|
|
5518
4621
|
"description": "The type of the button.",
|
|
@@ -5554,24 +4657,6 @@
|
|
|
5554
4657
|
"kind": "expression",
|
|
5555
4658
|
"type": "string | undefined"
|
|
5556
4659
|
}
|
|
5557
|
-
},
|
|
5558
|
-
{
|
|
5559
|
-
"name": "mode",
|
|
5560
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5561
|
-
"required": false,
|
|
5562
|
-
"value": {
|
|
5563
|
-
"kind": "expression",
|
|
5564
|
-
"type": "\"ios\" | \"md\""
|
|
5565
|
-
}
|
|
5566
|
-
},
|
|
5567
|
-
{
|
|
5568
|
-
"name": "theme",
|
|
5569
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5570
|
-
"required": false,
|
|
5571
|
-
"value": {
|
|
5572
|
-
"kind": "expression",
|
|
5573
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5574
|
-
}
|
|
5575
4660
|
}
|
|
5576
4661
|
],
|
|
5577
4662
|
"slots": [
|
|
@@ -5747,7 +4832,7 @@
|
|
|
5747
4832
|
},
|
|
5748
4833
|
{
|
|
5749
4834
|
"name": "mode",
|
|
5750
|
-
"description": "The mode determines
|
|
4835
|
+
"description": "The mode determines which platform styles to use.",
|
|
5751
4836
|
"required": false,
|
|
5752
4837
|
"value": {
|
|
5753
4838
|
"kind": "expression",
|
|
@@ -5763,15 +4848,6 @@
|
|
|
5763
4848
|
"type": "HTMLElement | undefined"
|
|
5764
4849
|
}
|
|
5765
4850
|
},
|
|
5766
|
-
{
|
|
5767
|
-
"name": "shape",
|
|
5768
|
-
"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.",
|
|
5769
|
-
"required": false,
|
|
5770
|
-
"value": {
|
|
5771
|
-
"kind": "expression",
|
|
5772
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
4851
|
{
|
|
5776
4852
|
"name": "show-backdrop",
|
|
5777
4853
|
"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.",
|
|
@@ -5782,15 +4858,6 @@
|
|
|
5782
4858
|
"type": "boolean"
|
|
5783
4859
|
}
|
|
5784
4860
|
},
|
|
5785
|
-
{
|
|
5786
|
-
"name": "theme",
|
|
5787
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5788
|
-
"required": false,
|
|
5789
|
-
"value": {
|
|
5790
|
-
"kind": "expression",
|
|
5791
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5792
|
-
}
|
|
5793
|
-
},
|
|
5794
4861
|
{
|
|
5795
4862
|
"name": "trigger",
|
|
5796
4863
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -5950,20 +5017,11 @@
|
|
|
5950
5017
|
},
|
|
5951
5018
|
{
|
|
5952
5019
|
"name": "mode",
|
|
5953
|
-
"description": "The mode determines
|
|
5954
|
-
"required": false,
|
|
5955
|
-
"value": {
|
|
5956
|
-
"kind": "expression",
|
|
5957
|
-
"type": "\"ios\" | \"md\""
|
|
5958
|
-
}
|
|
5959
|
-
},
|
|
5960
|
-
{
|
|
5961
|
-
"name": "theme",
|
|
5962
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5020
|
+
"description": "The mode determines which platform styles to use.",
|
|
5963
5021
|
"required": false,
|
|
5964
5022
|
"value": {
|
|
5965
5023
|
"kind": "expression",
|
|
5966
|
-
"type": "\"ios\" | \"md\"
|
|
5024
|
+
"type": "\"ios\" | \"md\""
|
|
5967
5025
|
}
|
|
5968
5026
|
}
|
|
5969
5027
|
],
|
|
@@ -5981,21 +5039,12 @@
|
|
|
5981
5039
|
"attributes": [
|
|
5982
5040
|
{
|
|
5983
5041
|
"name": "mode",
|
|
5984
|
-
"description": "The mode determines
|
|
5042
|
+
"description": "The mode determines which platform styles to use.",
|
|
5985
5043
|
"required": false,
|
|
5986
5044
|
"value": {
|
|
5987
5045
|
"kind": "expression",
|
|
5988
5046
|
"type": "\"ios\" | \"md\""
|
|
5989
5047
|
}
|
|
5990
|
-
},
|
|
5991
|
-
{
|
|
5992
|
-
"name": "theme",
|
|
5993
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5994
|
-
"required": false,
|
|
5995
|
-
"value": {
|
|
5996
|
-
"kind": "expression",
|
|
5997
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5998
|
-
}
|
|
5999
5048
|
}
|
|
6000
5049
|
],
|
|
6001
5050
|
"slots": [],
|
|
@@ -6032,22 +5081,13 @@
|
|
|
6032
5081
|
},
|
|
6033
5082
|
{
|
|
6034
5083
|
"name": "mode",
|
|
6035
|
-
"description": "The mode determines
|
|
5084
|
+
"description": "The mode determines which platform styles to use.",
|
|
6036
5085
|
"required": false,
|
|
6037
5086
|
"value": {
|
|
6038
5087
|
"kind": "expression",
|
|
6039
5088
|
"type": "\"ios\" | \"md\""
|
|
6040
5089
|
}
|
|
6041
5090
|
},
|
|
6042
|
-
{
|
|
6043
|
-
"name": "theme",
|
|
6044
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6045
|
-
"required": false,
|
|
6046
|
-
"value": {
|
|
6047
|
-
"kind": "expression",
|
|
6048
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6049
|
-
}
|
|
6050
|
-
},
|
|
6051
5091
|
{
|
|
6052
5092
|
"name": "value",
|
|
6053
5093
|
"description": "The selected option in the picker.",
|
|
@@ -6110,24 +5150,6 @@
|
|
|
6110
5150
|
"type": "boolean"
|
|
6111
5151
|
}
|
|
6112
5152
|
},
|
|
6113
|
-
{
|
|
6114
|
-
"name": "mode",
|
|
6115
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6116
|
-
"required": false,
|
|
6117
|
-
"value": {
|
|
6118
|
-
"kind": "expression",
|
|
6119
|
-
"type": "\"ios\" | \"md\""
|
|
6120
|
-
}
|
|
6121
|
-
},
|
|
6122
|
-
{
|
|
6123
|
-
"name": "theme",
|
|
6124
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6125
|
-
"required": false,
|
|
6126
|
-
"value": {
|
|
6127
|
-
"kind": "expression",
|
|
6128
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6129
|
-
}
|
|
6130
|
-
},
|
|
6131
5153
|
{
|
|
6132
5154
|
"name": "value",
|
|
6133
5155
|
"description": "The text value of the option.",
|
|
@@ -6258,7 +5280,7 @@
|
|
|
6258
5280
|
},
|
|
6259
5281
|
{
|
|
6260
5282
|
"name": "mode",
|
|
6261
|
-
"description": "The mode determines
|
|
5283
|
+
"description": "The mode determines which platform styles to use.",
|
|
6262
5284
|
"required": false,
|
|
6263
5285
|
"value": {
|
|
6264
5286
|
"kind": "expression",
|
|
@@ -6275,15 +5297,6 @@
|
|
|
6275
5297
|
"type": "boolean"
|
|
6276
5298
|
}
|
|
6277
5299
|
},
|
|
6278
|
-
{
|
|
6279
|
-
"name": "theme",
|
|
6280
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6281
|
-
"required": false,
|
|
6282
|
-
"value": {
|
|
6283
|
-
"kind": "expression",
|
|
6284
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6285
|
-
}
|
|
6286
|
-
},
|
|
6287
5300
|
{
|
|
6288
5301
|
"name": "trigger",
|
|
6289
5302
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -6389,7 +5402,7 @@
|
|
|
6389
5402
|
"attributes": [
|
|
6390
5403
|
{
|
|
6391
5404
|
"name": "alignment",
|
|
6392
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5405
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
6393
5406
|
"required": false,
|
|
6394
5407
|
"value": {
|
|
6395
5408
|
"kind": "expression",
|
|
@@ -6408,7 +5421,7 @@
|
|
|
6408
5421
|
},
|
|
6409
5422
|
{
|
|
6410
5423
|
"name": "arrow",
|
|
6411
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5424
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
|
|
6412
5425
|
"required": false,
|
|
6413
5426
|
"default": "true",
|
|
6414
5427
|
"value": {
|
|
@@ -6532,7 +5545,7 @@
|
|
|
6532
5545
|
},
|
|
6533
5546
|
{
|
|
6534
5547
|
"name": "mode",
|
|
6535
|
-
"description": "The mode determines
|
|
5548
|
+
"description": "The mode determines which platform styles to use.",
|
|
6536
5549
|
"required": false,
|
|
6537
5550
|
"value": {
|
|
6538
5551
|
"kind": "expression",
|
|
@@ -6579,18 +5592,9 @@
|
|
|
6579
5592
|
"type": "\"auto\" | \"cover\""
|
|
6580
5593
|
}
|
|
6581
5594
|
},
|
|
6582
|
-
{
|
|
6583
|
-
"name": "theme",
|
|
6584
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6585
|
-
"required": false,
|
|
6586
|
-
"value": {
|
|
6587
|
-
"kind": "expression",
|
|
6588
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6589
|
-
}
|
|
6590
|
-
},
|
|
6591
5595
|
{
|
|
6592
5596
|
"name": "translucent",
|
|
6593
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5597
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
6594
5598
|
"required": false,
|
|
6595
5599
|
"default": "false",
|
|
6596
5600
|
"value": {
|
|
@@ -6737,7 +5741,7 @@
|
|
|
6737
5741
|
},
|
|
6738
5742
|
{
|
|
6739
5743
|
"name": "mode",
|
|
6740
|
-
"description": "The mode determines
|
|
5744
|
+
"description": "The mode determines which platform styles to use.",
|
|
6741
5745
|
"required": false,
|
|
6742
5746
|
"value": {
|
|
6743
5747
|
"kind": "expression",
|
|
@@ -6754,24 +5758,6 @@
|
|
|
6754
5758
|
"type": "boolean"
|
|
6755
5759
|
}
|
|
6756
5760
|
},
|
|
6757
|
-
{
|
|
6758
|
-
"name": "shape",
|
|
6759
|
-
"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.",
|
|
6760
|
-
"required": false,
|
|
6761
|
-
"value": {
|
|
6762
|
-
"kind": "expression",
|
|
6763
|
-
"type": "\"rectangular\" | \"round\" | undefined"
|
|
6764
|
-
}
|
|
6765
|
-
},
|
|
6766
|
-
{
|
|
6767
|
-
"name": "theme",
|
|
6768
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6769
|
-
"required": false,
|
|
6770
|
-
"value": {
|
|
6771
|
-
"kind": "expression",
|
|
6772
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6773
|
-
}
|
|
6774
|
-
},
|
|
6775
5761
|
{
|
|
6776
5762
|
"name": "type",
|
|
6777
5763
|
"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).",
|
|
@@ -6854,7 +5840,7 @@
|
|
|
6854
5840
|
},
|
|
6855
5841
|
{
|
|
6856
5842
|
"name": "mode",
|
|
6857
|
-
"description": "The mode determines
|
|
5843
|
+
"description": "The mode determines which platform styles to use.",
|
|
6858
5844
|
"required": false,
|
|
6859
5845
|
"value": {
|
|
6860
5846
|
"kind": "expression",
|
|
@@ -6871,15 +5857,6 @@
|
|
|
6871
5857
|
"type": "string"
|
|
6872
5858
|
}
|
|
6873
5859
|
},
|
|
6874
|
-
{
|
|
6875
|
-
"name": "theme",
|
|
6876
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6877
|
-
"required": false,
|
|
6878
|
-
"value": {
|
|
6879
|
-
"kind": "expression",
|
|
6880
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6881
|
-
}
|
|
6882
|
-
},
|
|
6883
5860
|
{
|
|
6884
5861
|
"name": "value",
|
|
6885
5862
|
"description": "the value of the radio.",
|
|
@@ -6965,15 +5942,6 @@
|
|
|
6965
5942
|
"type": "string | undefined"
|
|
6966
5943
|
}
|
|
6967
5944
|
},
|
|
6968
|
-
{
|
|
6969
|
-
"name": "mode",
|
|
6970
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6971
|
-
"required": false,
|
|
6972
|
-
"value": {
|
|
6973
|
-
"kind": "expression",
|
|
6974
|
-
"type": "\"ios\" | \"md\""
|
|
6975
|
-
}
|
|
6976
|
-
},
|
|
6977
5945
|
{
|
|
6978
5946
|
"name": "name",
|
|
6979
5947
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -6984,15 +5952,6 @@
|
|
|
6984
5952
|
"type": "string"
|
|
6985
5953
|
}
|
|
6986
5954
|
},
|
|
6987
|
-
{
|
|
6988
|
-
"name": "theme",
|
|
6989
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6990
|
-
"required": false,
|
|
6991
|
-
"value": {
|
|
6992
|
-
"kind": "expression",
|
|
6993
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6994
|
-
}
|
|
6995
|
-
},
|
|
6996
5955
|
{
|
|
6997
5956
|
"name": "value",
|
|
6998
5957
|
"description": "the value of the radio group.",
|
|
@@ -7114,7 +6073,7 @@
|
|
|
7114
6073
|
},
|
|
7115
6074
|
{
|
|
7116
6075
|
"name": "mode",
|
|
7117
|
-
"description": "The mode determines
|
|
6076
|
+
"description": "The mode determines which platform styles to use.",
|
|
7118
6077
|
"required": false,
|
|
7119
6078
|
"value": {
|
|
7120
6079
|
"kind": "expression",
|
|
@@ -7171,15 +6130,6 @@
|
|
|
7171
6130
|
"type": "number"
|
|
7172
6131
|
}
|
|
7173
6132
|
},
|
|
7174
|
-
{
|
|
7175
|
-
"name": "theme",
|
|
7176
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7177
|
-
"required": false,
|
|
7178
|
-
"value": {
|
|
7179
|
-
"kind": "expression",
|
|
7180
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7181
|
-
}
|
|
7182
|
-
},
|
|
7183
6133
|
{
|
|
7184
6134
|
"name": "ticks",
|
|
7185
6135
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -7309,7 +6259,7 @@
|
|
|
7309
6259
|
},
|
|
7310
6260
|
{
|
|
7311
6261
|
"name": "mode",
|
|
7312
|
-
"description": "The mode determines
|
|
6262
|
+
"description": "The mode determines which platform styles to use.",
|
|
7313
6263
|
"required": false,
|
|
7314
6264
|
"value": {
|
|
7315
6265
|
"kind": "expression",
|
|
@@ -7355,15 +6305,6 @@
|
|
|
7355
6305
|
"kind": "expression",
|
|
7356
6306
|
"type": "string"
|
|
7357
6307
|
}
|
|
7358
|
-
},
|
|
7359
|
-
{
|
|
7360
|
-
"name": "theme",
|
|
7361
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7362
|
-
"required": false,
|
|
7363
|
-
"value": {
|
|
7364
|
-
"kind": "expression",
|
|
7365
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7366
|
-
}
|
|
7367
6308
|
}
|
|
7368
6309
|
],
|
|
7369
6310
|
"slots": [],
|
|
@@ -7429,15 +6370,6 @@
|
|
|
7429
6370
|
"symbol": "RefresherContent"
|
|
7430
6371
|
},
|
|
7431
6372
|
"attributes": [
|
|
7432
|
-
{
|
|
7433
|
-
"name": "mode",
|
|
7434
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7435
|
-
"required": false,
|
|
7436
|
-
"value": {
|
|
7437
|
-
"kind": "expression",
|
|
7438
|
-
"type": "\"ios\" | \"md\""
|
|
7439
|
-
}
|
|
7440
|
-
},
|
|
7441
6373
|
{
|
|
7442
6374
|
"name": "pulling-icon",
|
|
7443
6375
|
"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.",
|
|
@@ -7473,15 +6405,6 @@
|
|
|
7473
6405
|
"kind": "expression",
|
|
7474
6406
|
"type": "IonicSafeString | string | undefined"
|
|
7475
6407
|
}
|
|
7476
|
-
},
|
|
7477
|
-
{
|
|
7478
|
-
"name": "theme",
|
|
7479
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7480
|
-
"required": false,
|
|
7481
|
-
"value": {
|
|
7482
|
-
"kind": "expression",
|
|
7483
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7484
|
-
}
|
|
7485
6408
|
}
|
|
7486
6409
|
],
|
|
7487
6410
|
"slots": [],
|
|
@@ -7495,26 +6418,7 @@
|
|
|
7495
6418
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
7496
6419
|
"symbol": "Reorder"
|
|
7497
6420
|
},
|
|
7498
|
-
"attributes": [
|
|
7499
|
-
{
|
|
7500
|
-
"name": "mode",
|
|
7501
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7502
|
-
"required": false,
|
|
7503
|
-
"value": {
|
|
7504
|
-
"kind": "expression",
|
|
7505
|
-
"type": "\"ios\" | \"md\""
|
|
7506
|
-
}
|
|
7507
|
-
},
|
|
7508
|
-
{
|
|
7509
|
-
"name": "theme",
|
|
7510
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7511
|
-
"required": false,
|
|
7512
|
-
"value": {
|
|
7513
|
-
"kind": "expression",
|
|
7514
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7515
|
-
}
|
|
7516
|
-
}
|
|
7517
|
-
],
|
|
6421
|
+
"attributes": [],
|
|
7518
6422
|
"slots": [],
|
|
7519
6423
|
"events": []
|
|
7520
6424
|
},
|
|
@@ -7536,24 +6440,6 @@
|
|
|
7536
6440
|
"kind": "expression",
|
|
7537
6441
|
"type": "boolean"
|
|
7538
6442
|
}
|
|
7539
|
-
},
|
|
7540
|
-
{
|
|
7541
|
-
"name": "mode",
|
|
7542
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7543
|
-
"required": false,
|
|
7544
|
-
"value": {
|
|
7545
|
-
"kind": "expression",
|
|
7546
|
-
"type": "\"ios\" | \"md\""
|
|
7547
|
-
}
|
|
7548
|
-
},
|
|
7549
|
-
{
|
|
7550
|
-
"name": "theme",
|
|
7551
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7552
|
-
"required": false,
|
|
7553
|
-
"value": {
|
|
7554
|
-
"kind": "expression",
|
|
7555
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7556
|
-
}
|
|
7557
6443
|
}
|
|
7558
6444
|
],
|
|
7559
6445
|
"slots": [],
|
|
@@ -7609,24 +6495,6 @@
|
|
|
7609
6495
|
"symbol": "RippleEffect"
|
|
7610
6496
|
},
|
|
7611
6497
|
"attributes": [
|
|
7612
|
-
{
|
|
7613
|
-
"name": "mode",
|
|
7614
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7615
|
-
"required": false,
|
|
7616
|
-
"value": {
|
|
7617
|
-
"kind": "expression",
|
|
7618
|
-
"type": "\"ios\" | \"md\""
|
|
7619
|
-
}
|
|
7620
|
-
},
|
|
7621
|
-
{
|
|
7622
|
-
"name": "theme",
|
|
7623
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7624
|
-
"required": false,
|
|
7625
|
-
"value": {
|
|
7626
|
-
"kind": "expression",
|
|
7627
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7628
|
-
}
|
|
7629
|
-
},
|
|
7630
6498
|
{
|
|
7631
6499
|
"name": "type",
|
|
7632
6500
|
"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.",
|
|
@@ -7686,24 +6554,6 @@
|
|
|
7686
6554
|
"type": "undefined | { [key: string]: any; }"
|
|
7687
6555
|
}
|
|
7688
6556
|
},
|
|
7689
|
-
{
|
|
7690
|
-
"name": "mode",
|
|
7691
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7692
|
-
"required": false,
|
|
7693
|
-
"value": {
|
|
7694
|
-
"kind": "expression",
|
|
7695
|
-
"type": "\"ios\" | \"md\""
|
|
7696
|
-
}
|
|
7697
|
-
},
|
|
7698
|
-
{
|
|
7699
|
-
"name": "theme",
|
|
7700
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7701
|
-
"required": false,
|
|
7702
|
-
"value": {
|
|
7703
|
-
"kind": "expression",
|
|
7704
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7705
|
-
}
|
|
7706
|
-
},
|
|
7707
6557
|
{
|
|
7708
6558
|
"name": "url",
|
|
7709
6559
|
"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.",
|
|
@@ -7737,26 +6587,7 @@
|
|
|
7737
6587
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
7738
6588
|
"symbol": "Row"
|
|
7739
6589
|
},
|
|
7740
|
-
"attributes": [
|
|
7741
|
-
{
|
|
7742
|
-
"name": "mode",
|
|
7743
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7744
|
-
"required": false,
|
|
7745
|
-
"value": {
|
|
7746
|
-
"kind": "expression",
|
|
7747
|
-
"type": "\"ios\" | \"md\""
|
|
7748
|
-
}
|
|
7749
|
-
},
|
|
7750
|
-
{
|
|
7751
|
-
"name": "theme",
|
|
7752
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7753
|
-
"required": false,
|
|
7754
|
-
"value": {
|
|
7755
|
-
"kind": "expression",
|
|
7756
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7757
|
-
}
|
|
7758
|
-
}
|
|
7759
|
-
],
|
|
6590
|
+
"attributes": [],
|
|
7760
6591
|
"slots": [],
|
|
7761
6592
|
"events": []
|
|
7762
6593
|
},
|
|
@@ -7811,16 +6642,17 @@
|
|
|
7811
6642
|
},
|
|
7812
6643
|
{
|
|
7813
6644
|
"name": "cancel-button-icon",
|
|
7814
|
-
"description": "Set the cancel button icon. Only
|
|
6645
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
7815
6646
|
"required": false,
|
|
6647
|
+
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
7816
6648
|
"value": {
|
|
7817
6649
|
"kind": "expression",
|
|
7818
|
-
"type": "string
|
|
6650
|
+
"type": "string"
|
|
7819
6651
|
}
|
|
7820
6652
|
},
|
|
7821
6653
|
{
|
|
7822
6654
|
"name": "cancel-button-text",
|
|
7823
|
-
"description": "Set the cancel button text. Only
|
|
6655
|
+
"description": "Set the cancel button text. Only applies to `ios` mode.",
|
|
7824
6656
|
"required": false,
|
|
7825
6657
|
"default": "'Cancel'",
|
|
7826
6658
|
"value": {
|
|
@@ -7830,7 +6662,7 @@
|
|
|
7830
6662
|
},
|
|
7831
6663
|
{
|
|
7832
6664
|
"name": "clear-icon",
|
|
7833
|
-
"description": "Set the clear icon. Defaults to
|
|
6665
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
7834
6666
|
"required": false,
|
|
7835
6667
|
"value": {
|
|
7836
6668
|
"kind": "expression",
|
|
@@ -7903,7 +6735,7 @@
|
|
|
7903
6735
|
},
|
|
7904
6736
|
{
|
|
7905
6737
|
"name": "mode",
|
|
7906
|
-
"description": "The mode determines
|
|
6738
|
+
"description": "The mode determines which platform styles to use.",
|
|
7907
6739
|
"required": false,
|
|
7908
6740
|
"value": {
|
|
7909
6741
|
"kind": "expression",
|
|
@@ -7932,20 +6764,11 @@
|
|
|
7932
6764
|
},
|
|
7933
6765
|
{
|
|
7934
6766
|
"name": "search-icon",
|
|
7935
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7936
|
-
"required": false,
|
|
7937
|
-
"value": {
|
|
7938
|
-
"kind": "expression",
|
|
7939
|
-
"type": "boolean | string | undefined"
|
|
7940
|
-
}
|
|
7941
|
-
},
|
|
7942
|
-
{
|
|
7943
|
-
"name": "shape",
|
|
7944
|
-
"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.",
|
|
6767
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
|
|
7945
6768
|
"required": false,
|
|
7946
6769
|
"value": {
|
|
7947
6770
|
"kind": "expression",
|
|
7948
|
-
"type": "
|
|
6771
|
+
"type": "string | undefined"
|
|
7949
6772
|
}
|
|
7950
6773
|
},
|
|
7951
6774
|
{
|
|
@@ -7968,15 +6791,6 @@
|
|
|
7968
6791
|
"type": "\"always\" | \"focus\" | \"never\""
|
|
7969
6792
|
}
|
|
7970
6793
|
},
|
|
7971
|
-
{
|
|
7972
|
-
"name": "size",
|
|
7973
|
-
"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.",
|
|
7974
|
-
"required": false,
|
|
7975
|
-
"value": {
|
|
7976
|
-
"kind": "expression",
|
|
7977
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7978
|
-
}
|
|
7979
|
-
},
|
|
7980
6794
|
{
|
|
7981
6795
|
"name": "spellcheck",
|
|
7982
6796
|
"description": "If `true`, enable spellcheck on the input.",
|
|
@@ -7987,15 +6801,6 @@
|
|
|
7987
6801
|
"type": "boolean"
|
|
7988
6802
|
}
|
|
7989
6803
|
},
|
|
7990
|
-
{
|
|
7991
|
-
"name": "theme",
|
|
7992
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7993
|
-
"required": false,
|
|
7994
|
-
"value": {
|
|
7995
|
-
"kind": "expression",
|
|
7996
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7997
|
-
}
|
|
7998
|
-
},
|
|
7999
6804
|
{
|
|
8000
6805
|
"name": "type",
|
|
8001
6806
|
"description": "Set the type of the input.",
|
|
@@ -8111,7 +6916,7 @@
|
|
|
8111
6916
|
},
|
|
8112
6917
|
{
|
|
8113
6918
|
"name": "mode",
|
|
8114
|
-
"description": "The mode determines
|
|
6919
|
+
"description": "The mode determines which platform styles to use.",
|
|
8115
6920
|
"required": false,
|
|
8116
6921
|
"value": {
|
|
8117
6922
|
"kind": "expression",
|
|
@@ -8148,15 +6953,6 @@
|
|
|
8148
6953
|
"type": "boolean"
|
|
8149
6954
|
}
|
|
8150
6955
|
},
|
|
8151
|
-
{
|
|
8152
|
-
"name": "theme",
|
|
8153
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8154
|
-
"required": false,
|
|
8155
|
-
"value": {
|
|
8156
|
-
"kind": "expression",
|
|
8157
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8158
|
-
}
|
|
8159
|
-
},
|
|
8160
6956
|
{
|
|
8161
6957
|
"name": "value",
|
|
8162
6958
|
"description": "the value of the segment.",
|
|
@@ -8221,22 +7017,13 @@
|
|
|
8221
7017
|
},
|
|
8222
7018
|
{
|
|
8223
7019
|
"name": "mode",
|
|
8224
|
-
"description": "The mode determines
|
|
7020
|
+
"description": "The mode determines which platform styles to use.",
|
|
8225
7021
|
"required": false,
|
|
8226
7022
|
"value": {
|
|
8227
7023
|
"kind": "expression",
|
|
8228
7024
|
"type": "\"ios\" | \"md\""
|
|
8229
7025
|
}
|
|
8230
7026
|
},
|
|
8231
|
-
{
|
|
8232
|
-
"name": "theme",
|
|
8233
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8234
|
-
"required": false,
|
|
8235
|
-
"value": {
|
|
8236
|
-
"kind": "expression",
|
|
8237
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8238
|
-
}
|
|
8239
|
-
},
|
|
8240
7027
|
{
|
|
8241
7028
|
"name": "type",
|
|
8242
7029
|
"description": "The type of the button.",
|
|
@@ -8326,16 +7113,6 @@
|
|
|
8326
7113
|
"symbol": "Select"
|
|
8327
7114
|
},
|
|
8328
7115
|
"attributes": [
|
|
8329
|
-
{
|
|
8330
|
-
"name": "cancel-icon",
|
|
8331
|
-
"description": "If `true`, the cancel button will display an icon instead of the `cancelText`.\nOnly applies when `interface` is set to `\"modal\"`. Has no effect on `\"action-sheet\"`,\n`\"alert\"`, or `\"popover\"` interfaces.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored for display\nbut is used as the accessible label for the icon button.",
|
|
8332
|
-
"required": false,
|
|
8333
|
-
"default": "false",
|
|
8334
|
-
"value": {
|
|
8335
|
-
"kind": "expression",
|
|
8336
|
-
"type": "boolean"
|
|
8337
|
-
}
|
|
8338
|
-
},
|
|
8339
7116
|
{
|
|
8340
7117
|
"name": "cancel-text",
|
|
8341
7118
|
"description": "The text to display on the cancel button.",
|
|
@@ -8385,7 +7162,7 @@
|
|
|
8385
7162
|
},
|
|
8386
7163
|
{
|
|
8387
7164
|
"name": "expanded-icon",
|
|
8388
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
7165
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
8389
7166
|
"required": false,
|
|
8390
7167
|
"value": {
|
|
8391
7168
|
"kind": "expression",
|
|
@@ -8394,7 +7171,7 @@
|
|
|
8394
7171
|
},
|
|
8395
7172
|
{
|
|
8396
7173
|
"name": "fill",
|
|
8397
|
-
"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
|
|
7174
|
+
"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 `md` mode.",
|
|
8398
7175
|
"required": false,
|
|
8399
7176
|
"value": {
|
|
8400
7177
|
"kind": "expression",
|
|
@@ -8460,7 +7237,7 @@
|
|
|
8460
7237
|
},
|
|
8461
7238
|
{
|
|
8462
7239
|
"name": "mode",
|
|
8463
|
-
"description": "The mode determines
|
|
7240
|
+
"description": "The mode determines which platform styles to use.",
|
|
8464
7241
|
"required": false,
|
|
8465
7242
|
"value": {
|
|
8466
7243
|
"kind": "expression",
|
|
@@ -8527,34 +7304,16 @@
|
|
|
8527
7304
|
},
|
|
8528
7305
|
{
|
|
8529
7306
|
"name": "shape",
|
|
8530
|
-
"description": "
|
|
8531
|
-
"required": false,
|
|
8532
|
-
"value": {
|
|
8533
|
-
"kind": "expression",
|
|
8534
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8535
|
-
}
|
|
8536
|
-
},
|
|
8537
|
-
{
|
|
8538
|
-
"name": "size",
|
|
8539
|
-
"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.",
|
|
8540
|
-
"required": false,
|
|
8541
|
-
"value": {
|
|
8542
|
-
"kind": "expression",
|
|
8543
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8544
|
-
}
|
|
8545
|
-
},
|
|
8546
|
-
{
|
|
8547
|
-
"name": "theme",
|
|
8548
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7307
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
8549
7308
|
"required": false,
|
|
8550
7309
|
"value": {
|
|
8551
7310
|
"kind": "expression",
|
|
8552
|
-
"type": "\"
|
|
7311
|
+
"type": "\"round\" | undefined"
|
|
8553
7312
|
}
|
|
8554
7313
|
},
|
|
8555
7314
|
{
|
|
8556
7315
|
"name": "toggle-icon",
|
|
8557
|
-
"description": "The toggle icon to use. Defaults to
|
|
7316
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
8558
7317
|
"required": false,
|
|
8559
7318
|
"value": {
|
|
8560
7319
|
"kind": "expression",
|
|
@@ -8642,21 +7401,11 @@
|
|
|
8642
7401
|
"name": "IonSelectModal",
|
|
8643
7402
|
"doc-url": "https://ionicframework.com/docs/api/select-modal",
|
|
8644
7403
|
"description": "",
|
|
8645
|
-
"source": {
|
|
8646
|
-
"module": "@ionic/core/src/components/select-modal/select-modal.d.ts",
|
|
8647
|
-
"symbol": "SelectModal"
|
|
8648
|
-
},
|
|
8649
|
-
"attributes": [
|
|
8650
|
-
{
|
|
8651
|
-
"name": "cancel-icon",
|
|
8652
|
-
"description": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
|
|
8653
|
-
"required": false,
|
|
8654
|
-
"default": "false",
|
|
8655
|
-
"value": {
|
|
8656
|
-
"kind": "expression",
|
|
8657
|
-
"type": "boolean"
|
|
8658
|
-
}
|
|
8659
|
-
},
|
|
7404
|
+
"source": {
|
|
7405
|
+
"module": "@ionic/core/src/components/select-modal/select-modal.d.ts",
|
|
7406
|
+
"symbol": "SelectModal"
|
|
7407
|
+
},
|
|
7408
|
+
"attributes": [
|
|
8660
7409
|
{
|
|
8661
7410
|
"name": "cancel-text",
|
|
8662
7411
|
"description": "The text to display on the cancel button.",
|
|
@@ -8708,15 +7457,6 @@
|
|
|
8708
7457
|
"symbol": "SelectOption"
|
|
8709
7458
|
},
|
|
8710
7459
|
"attributes": [
|
|
8711
|
-
{
|
|
8712
|
-
"name": "description",
|
|
8713
|
-
"description": "Text that is placed underneath the option text to provide additional details about the option.",
|
|
8714
|
-
"required": false,
|
|
8715
|
-
"value": {
|
|
8716
|
-
"kind": "expression",
|
|
8717
|
-
"type": "string | undefined"
|
|
8718
|
-
}
|
|
8719
|
-
},
|
|
8720
7460
|
{
|
|
8721
7461
|
"name": "disabled",
|
|
8722
7462
|
"description": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons.",
|
|
@@ -8727,24 +7467,6 @@
|
|
|
8727
7467
|
"type": "boolean"
|
|
8728
7468
|
}
|
|
8729
7469
|
},
|
|
8730
|
-
{
|
|
8731
|
-
"name": "mode",
|
|
8732
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8733
|
-
"required": false,
|
|
8734
|
-
"value": {
|
|
8735
|
-
"kind": "expression",
|
|
8736
|
-
"type": "\"ios\" | \"md\""
|
|
8737
|
-
}
|
|
8738
|
-
},
|
|
8739
|
-
{
|
|
8740
|
-
"name": "theme",
|
|
8741
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8742
|
-
"required": false,
|
|
8743
|
-
"value": {
|
|
8744
|
-
"kind": "expression",
|
|
8745
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8746
|
-
}
|
|
8747
|
-
},
|
|
8748
7470
|
{
|
|
8749
7471
|
"name": "value",
|
|
8750
7472
|
"description": "The text value of the option.",
|
|
@@ -8755,20 +7477,7 @@
|
|
|
8755
7477
|
}
|
|
8756
7478
|
}
|
|
8757
7479
|
],
|
|
8758
|
-
"slots": [
|
|
8759
|
-
{
|
|
8760
|
-
"name": "default",
|
|
8761
|
-
"description": "Content is placed between the named slots if provided without a slot."
|
|
8762
|
-
},
|
|
8763
|
-
{
|
|
8764
|
-
"name": "end",
|
|
8765
|
-
"description": "Content is placed to the right of the select option text in LTR, and to the left in RTL."
|
|
8766
|
-
},
|
|
8767
|
-
{
|
|
8768
|
-
"name": "start",
|
|
8769
|
-
"description": "Content is placed to the left of the select option text in LTR, and to the right in RTL."
|
|
8770
|
-
}
|
|
8771
|
-
],
|
|
7480
|
+
"slots": [],
|
|
8772
7481
|
"events": []
|
|
8773
7482
|
},
|
|
8774
7483
|
{
|
|
@@ -8789,24 +7498,6 @@
|
|
|
8789
7498
|
"kind": "expression",
|
|
8790
7499
|
"type": "boolean"
|
|
8791
7500
|
}
|
|
8792
|
-
},
|
|
8793
|
-
{
|
|
8794
|
-
"name": "mode",
|
|
8795
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8796
|
-
"required": false,
|
|
8797
|
-
"value": {
|
|
8798
|
-
"kind": "expression",
|
|
8799
|
-
"type": "\"ios\" | \"md\""
|
|
8800
|
-
}
|
|
8801
|
-
},
|
|
8802
|
-
{
|
|
8803
|
-
"name": "theme",
|
|
8804
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8805
|
-
"required": false,
|
|
8806
|
-
"value": {
|
|
8807
|
-
"kind": "expression",
|
|
8808
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8809
|
-
}
|
|
8810
7501
|
}
|
|
8811
7502
|
],
|
|
8812
7503
|
"slots": [],
|
|
@@ -8839,15 +7530,6 @@
|
|
|
8839
7530
|
"type": "number | undefined"
|
|
8840
7531
|
}
|
|
8841
7532
|
},
|
|
8842
|
-
{
|
|
8843
|
-
"name": "mode",
|
|
8844
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8845
|
-
"required": false,
|
|
8846
|
-
"value": {
|
|
8847
|
-
"kind": "expression",
|
|
8848
|
-
"type": "\"ios\" | \"md\""
|
|
8849
|
-
}
|
|
8850
|
-
},
|
|
8851
7533
|
{
|
|
8852
7534
|
"name": "name",
|
|
8853
7535
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -8866,24 +7548,6 @@
|
|
|
8866
7548
|
"kind": "expression",
|
|
8867
7549
|
"type": "boolean"
|
|
8868
7550
|
}
|
|
8869
|
-
},
|
|
8870
|
-
{
|
|
8871
|
-
"name": "size",
|
|
8872
|
-
"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.",
|
|
8873
|
-
"required": false,
|
|
8874
|
-
"value": {
|
|
8875
|
-
"kind": "expression",
|
|
8876
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8877
|
-
}
|
|
8878
|
-
},
|
|
8879
|
-
{
|
|
8880
|
-
"name": "theme",
|
|
8881
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8882
|
-
"required": false,
|
|
8883
|
-
"value": {
|
|
8884
|
-
"kind": "expression",
|
|
8885
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8886
|
-
}
|
|
8887
7551
|
}
|
|
8888
7552
|
],
|
|
8889
7553
|
"slots": [],
|
|
@@ -8917,24 +7581,6 @@
|
|
|
8917
7581
|
"type": "boolean"
|
|
8918
7582
|
}
|
|
8919
7583
|
},
|
|
8920
|
-
{
|
|
8921
|
-
"name": "mode",
|
|
8922
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8923
|
-
"required": false,
|
|
8924
|
-
"value": {
|
|
8925
|
-
"kind": "expression",
|
|
8926
|
-
"type": "\"ios\" | \"md\""
|
|
8927
|
-
}
|
|
8928
|
-
},
|
|
8929
|
-
{
|
|
8930
|
-
"name": "theme",
|
|
8931
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8932
|
-
"required": false,
|
|
8933
|
-
"value": {
|
|
8934
|
-
"kind": "expression",
|
|
8935
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8936
|
-
}
|
|
8937
|
-
},
|
|
8938
7584
|
{
|
|
8939
7585
|
"name": "when",
|
|
8940
7586
|
"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.",
|
|
@@ -8978,15 +7624,6 @@
|
|
|
8978
7624
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
8979
7625
|
}
|
|
8980
7626
|
},
|
|
8981
|
-
{
|
|
8982
|
-
"name": "mode",
|
|
8983
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8984
|
-
"required": false,
|
|
8985
|
-
"value": {
|
|
8986
|
-
"kind": "expression",
|
|
8987
|
-
"type": "\"ios\" | \"md\""
|
|
8988
|
-
}
|
|
8989
|
-
},
|
|
8990
7627
|
{
|
|
8991
7628
|
"name": "tab",
|
|
8992
7629
|
"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.",
|
|
@@ -8995,15 +7632,6 @@
|
|
|
8995
7632
|
"kind": "expression",
|
|
8996
7633
|
"type": "string"
|
|
8997
7634
|
}
|
|
8998
|
-
},
|
|
8999
|
-
{
|
|
9000
|
-
"name": "theme",
|
|
9001
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9002
|
-
"required": false,
|
|
9003
|
-
"value": {
|
|
9004
|
-
"kind": "expression",
|
|
9005
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9006
|
-
}
|
|
9007
7635
|
}
|
|
9008
7636
|
],
|
|
9009
7637
|
"slots": [],
|
|
@@ -9027,29 +7655,9 @@
|
|
|
9027
7655
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
9028
7656
|
}
|
|
9029
7657
|
},
|
|
9030
|
-
{
|
|
9031
|
-
"name": "expand",
|
|
9032
|
-
"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\"`.",
|
|
9033
|
-
"required": false,
|
|
9034
|
-
"default": "'full'",
|
|
9035
|
-
"value": {
|
|
9036
|
-
"kind": "expression",
|
|
9037
|
-
"type": "\"compact\" | \"full\""
|
|
9038
|
-
}
|
|
9039
|
-
},
|
|
9040
|
-
{
|
|
9041
|
-
"name": "hide-on-scroll",
|
|
9042
|
-
"description": "If `true`, the tab bar will be hidden when the user scrolls down\nand shown when the user scrolls up.\nOnly applies when the theme is `\"ionic\"` and `expand` is `\"compact\"`.",
|
|
9043
|
-
"required": false,
|
|
9044
|
-
"default": "false",
|
|
9045
|
-
"value": {
|
|
9046
|
-
"kind": "expression",
|
|
9047
|
-
"type": "boolean"
|
|
9048
|
-
}
|
|
9049
|
-
},
|
|
9050
7658
|
{
|
|
9051
7659
|
"name": "mode",
|
|
9052
|
-
"description": "The mode determines
|
|
7660
|
+
"description": "The mode determines which platform styles to use.",
|
|
9053
7661
|
"required": false,
|
|
9054
7662
|
"value": {
|
|
9055
7663
|
"kind": "expression",
|
|
@@ -9065,27 +7673,9 @@
|
|
|
9065
7673
|
"type": "string | undefined"
|
|
9066
7674
|
}
|
|
9067
7675
|
},
|
|
9068
|
-
{
|
|
9069
|
-
"name": "shape",
|
|
9070
|
-
"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.",
|
|
9071
|
-
"required": false,
|
|
9072
|
-
"value": {
|
|
9073
|
-
"kind": "expression",
|
|
9074
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9075
|
-
}
|
|
9076
|
-
},
|
|
9077
|
-
{
|
|
9078
|
-
"name": "theme",
|
|
9079
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9080
|
-
"required": false,
|
|
9081
|
-
"value": {
|
|
9082
|
-
"kind": "expression",
|
|
9083
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9084
|
-
}
|
|
9085
|
-
},
|
|
9086
7676
|
{
|
|
9087
7677
|
"name": "translucent",
|
|
9088
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
7678
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
9089
7679
|
"required": false,
|
|
9090
7680
|
"default": "false",
|
|
9091
7681
|
"value": {
|
|
@@ -9145,7 +7735,7 @@
|
|
|
9145
7735
|
},
|
|
9146
7736
|
{
|
|
9147
7737
|
"name": "mode",
|
|
9148
|
-
"description": "The mode determines
|
|
7738
|
+
"description": "The mode determines which platform styles to use.",
|
|
9149
7739
|
"required": false,
|
|
9150
7740
|
"value": {
|
|
9151
7741
|
"kind": "expression",
|
|
@@ -9171,15 +7761,6 @@
|
|
|
9171
7761
|
"type": "boolean"
|
|
9172
7762
|
}
|
|
9173
7763
|
},
|
|
9174
|
-
{
|
|
9175
|
-
"name": "shape",
|
|
9176
|
-
"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.",
|
|
9177
|
-
"required": false,
|
|
9178
|
-
"value": {
|
|
9179
|
-
"kind": "expression",
|
|
9180
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9181
|
-
}
|
|
9182
|
-
},
|
|
9183
7764
|
{
|
|
9184
7765
|
"name": "tab",
|
|
9185
7766
|
"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.",
|
|
@@ -9197,15 +7778,6 @@
|
|
|
9197
7778
|
"kind": "expression",
|
|
9198
7779
|
"type": "string | undefined"
|
|
9199
7780
|
}
|
|
9200
|
-
},
|
|
9201
|
-
{
|
|
9202
|
-
"name": "theme",
|
|
9203
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9204
|
-
"required": false,
|
|
9205
|
-
"value": {
|
|
9206
|
-
"kind": "expression",
|
|
9207
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9208
|
-
}
|
|
9209
7781
|
}
|
|
9210
7782
|
],
|
|
9211
7783
|
"slots": [],
|
|
@@ -9219,26 +7791,7 @@
|
|
|
9219
7791
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
9220
7792
|
"symbol": "Tabs"
|
|
9221
7793
|
},
|
|
9222
|
-
"attributes": [
|
|
9223
|
-
{
|
|
9224
|
-
"name": "mode",
|
|
9225
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9226
|
-
"required": false,
|
|
9227
|
-
"value": {
|
|
9228
|
-
"kind": "expression",
|
|
9229
|
-
"type": "\"ios\" | \"md\""
|
|
9230
|
-
}
|
|
9231
|
-
},
|
|
9232
|
-
{
|
|
9233
|
-
"name": "theme",
|
|
9234
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9235
|
-
"required": false,
|
|
9236
|
-
"value": {
|
|
9237
|
-
"kind": "expression",
|
|
9238
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9239
|
-
}
|
|
9240
|
-
}
|
|
9241
|
-
],
|
|
7794
|
+
"attributes": [],
|
|
9242
7795
|
"slots": [
|
|
9243
7796
|
{
|
|
9244
7797
|
"name": "default",
|
|
@@ -9296,21 +7849,12 @@
|
|
|
9296
7849
|
},
|
|
9297
7850
|
{
|
|
9298
7851
|
"name": "mode",
|
|
9299
|
-
"description": "The mode determines
|
|
7852
|
+
"description": "The mode determines which platform styles to use.",
|
|
9300
7853
|
"required": false,
|
|
9301
7854
|
"value": {
|
|
9302
7855
|
"kind": "expression",
|
|
9303
7856
|
"type": "\"ios\" | \"md\""
|
|
9304
7857
|
}
|
|
9305
|
-
},
|
|
9306
|
-
{
|
|
9307
|
-
"name": "theme",
|
|
9308
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9309
|
-
"required": false,
|
|
9310
|
-
"value": {
|
|
9311
|
-
"kind": "expression",
|
|
9312
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9313
|
-
}
|
|
9314
7858
|
}
|
|
9315
7859
|
],
|
|
9316
7860
|
"slots": [],
|
|
@@ -9441,7 +7985,7 @@
|
|
|
9441
7985
|
},
|
|
9442
7986
|
{
|
|
9443
7987
|
"name": "fill",
|
|
9444
|
-
"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
|
|
7988
|
+
"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 `md` mode.",
|
|
9445
7989
|
"required": false,
|
|
9446
7990
|
"value": {
|
|
9447
7991
|
"kind": "expression",
|
|
@@ -9505,7 +8049,7 @@
|
|
|
9505
8049
|
},
|
|
9506
8050
|
{
|
|
9507
8051
|
"name": "mode",
|
|
9508
|
-
"description": "The mode determines
|
|
8052
|
+
"description": "The mode determines which platform styles to use.",
|
|
9509
8053
|
"required": false,
|
|
9510
8054
|
"value": {
|
|
9511
8055
|
"kind": "expression",
|
|
@@ -9562,21 +8106,11 @@
|
|
|
9562
8106
|
},
|
|
9563
8107
|
{
|
|
9564
8108
|
"name": "shape",
|
|
9565
|
-
"description": "
|
|
9566
|
-
"required": false,
|
|
9567
|
-
"value": {
|
|
9568
|
-
"kind": "expression",
|
|
9569
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9570
|
-
}
|
|
9571
|
-
},
|
|
9572
|
-
{
|
|
9573
|
-
"name": "size",
|
|
9574
|
-
"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.",
|
|
8109
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
9575
8110
|
"required": false,
|
|
9576
|
-
"default": "'medium'",
|
|
9577
8111
|
"value": {
|
|
9578
8112
|
"kind": "expression",
|
|
9579
|
-
"type": "\"
|
|
8113
|
+
"type": "\"round\" | undefined"
|
|
9580
8114
|
}
|
|
9581
8115
|
},
|
|
9582
8116
|
{
|
|
@@ -9589,15 +8123,6 @@
|
|
|
9589
8123
|
"type": "boolean"
|
|
9590
8124
|
}
|
|
9591
8125
|
},
|
|
9592
|
-
{
|
|
9593
|
-
"name": "theme",
|
|
9594
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9595
|
-
"required": false,
|
|
9596
|
-
"value": {
|
|
9597
|
-
"kind": "expression",
|
|
9598
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9599
|
-
}
|
|
9600
|
-
},
|
|
9601
8126
|
{
|
|
9602
8127
|
"name": "value",
|
|
9603
8128
|
"description": "The value of the textarea.",
|
|
@@ -9683,26 +8208,7 @@
|
|
|
9683
8208
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
9684
8209
|
"symbol": "Thumbnail"
|
|
9685
8210
|
},
|
|
9686
|
-
"attributes": [
|
|
9687
|
-
{
|
|
9688
|
-
"name": "mode",
|
|
9689
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9690
|
-
"required": false,
|
|
9691
|
-
"value": {
|
|
9692
|
-
"kind": "expression",
|
|
9693
|
-
"type": "\"ios\" | \"md\""
|
|
9694
|
-
}
|
|
9695
|
-
},
|
|
9696
|
-
{
|
|
9697
|
-
"name": "theme",
|
|
9698
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9699
|
-
"required": false,
|
|
9700
|
-
"value": {
|
|
9701
|
-
"kind": "expression",
|
|
9702
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9703
|
-
}
|
|
9704
|
-
}
|
|
9705
|
-
],
|
|
8211
|
+
"attributes": [],
|
|
9706
8212
|
"slots": [],
|
|
9707
8213
|
"events": []
|
|
9708
8214
|
},
|
|
@@ -9724,15 +8230,6 @@
|
|
|
9724
8230
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
9725
8231
|
}
|
|
9726
8232
|
},
|
|
9727
|
-
{
|
|
9728
|
-
"name": "mode",
|
|
9729
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9730
|
-
"required": false,
|
|
9731
|
-
"value": {
|
|
9732
|
-
"kind": "expression",
|
|
9733
|
-
"type": "\"ios\" | \"md\""
|
|
9734
|
-
}
|
|
9735
|
-
},
|
|
9736
8233
|
{
|
|
9737
8234
|
"name": "size",
|
|
9738
8235
|
"description": "The size of the toolbar title.",
|
|
@@ -9741,15 +8238,6 @@
|
|
|
9741
8238
|
"kind": "expression",
|
|
9742
8239
|
"type": "\"large\" | \"small\" | undefined"
|
|
9743
8240
|
}
|
|
9744
|
-
},
|
|
9745
|
-
{
|
|
9746
|
-
"name": "theme",
|
|
9747
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9748
|
-
"required": false,
|
|
9749
|
-
"value": {
|
|
9750
|
-
"kind": "expression",
|
|
9751
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9752
|
-
}
|
|
9753
8241
|
}
|
|
9754
8242
|
],
|
|
9755
8243
|
"slots": [],
|
|
@@ -9838,16 +8326,6 @@
|
|
|
9838
8326
|
"type": "undefined | { [key: string]: any; }"
|
|
9839
8327
|
}
|
|
9840
8328
|
},
|
|
9841
|
-
{
|
|
9842
|
-
"name": "hue",
|
|
9843
|
-
"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.",
|
|
9844
|
-
"required": false,
|
|
9845
|
-
"default": "'subtle'",
|
|
9846
|
-
"value": {
|
|
9847
|
-
"kind": "expression",
|
|
9848
|
-
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9849
|
-
}
|
|
9850
|
-
},
|
|
9851
8329
|
{
|
|
9852
8330
|
"name": "icon",
|
|
9853
8331
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -9907,7 +8385,7 @@
|
|
|
9907
8385
|
},
|
|
9908
8386
|
{
|
|
9909
8387
|
"name": "mode",
|
|
9910
|
-
"description": "The mode determines
|
|
8388
|
+
"description": "The mode determines which platform styles to use.",
|
|
9911
8389
|
"required": false,
|
|
9912
8390
|
"value": {
|
|
9913
8391
|
"kind": "expression",
|
|
@@ -9933,15 +8411,6 @@
|
|
|
9933
8411
|
"type": "HTMLElement | string | undefined"
|
|
9934
8412
|
}
|
|
9935
8413
|
},
|
|
9936
|
-
{
|
|
9937
|
-
"name": "shape",
|
|
9938
|
-
"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.",
|
|
9939
|
-
"required": false,
|
|
9940
|
-
"value": {
|
|
9941
|
-
"kind": "expression",
|
|
9942
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9943
|
-
}
|
|
9944
|
-
},
|
|
9945
8414
|
{
|
|
9946
8415
|
"name": "swipe-gesture",
|
|
9947
8416
|
"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.",
|
|
@@ -9951,18 +8420,9 @@
|
|
|
9951
8420
|
"type": "\"vertical\" | undefined"
|
|
9952
8421
|
}
|
|
9953
8422
|
},
|
|
9954
|
-
{
|
|
9955
|
-
"name": "theme",
|
|
9956
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9957
|
-
"required": false,
|
|
9958
|
-
"value": {
|
|
9959
|
-
"kind": "expression",
|
|
9960
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9961
|
-
}
|
|
9962
|
-
},
|
|
9963
8423
|
{
|
|
9964
8424
|
"name": "translucent",
|
|
9965
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
8425
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
9966
8426
|
"required": false,
|
|
9967
8427
|
"default": "false",
|
|
9968
8428
|
"value": {
|
|
@@ -10160,7 +8620,7 @@
|
|
|
10160
8620
|
},
|
|
10161
8621
|
{
|
|
10162
8622
|
"name": "mode",
|
|
10163
|
-
"description": "The mode determines
|
|
8623
|
+
"description": "The mode determines which platform styles to use.",
|
|
10164
8624
|
"required": false,
|
|
10165
8625
|
"value": {
|
|
10166
8626
|
"kind": "expression",
|
|
@@ -10187,15 +8647,6 @@
|
|
|
10187
8647
|
"type": "boolean"
|
|
10188
8648
|
}
|
|
10189
8649
|
},
|
|
10190
|
-
{
|
|
10191
|
-
"name": "theme",
|
|
10192
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
10193
|
-
"required": false,
|
|
10194
|
-
"value": {
|
|
10195
|
-
"kind": "expression",
|
|
10196
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10197
|
-
}
|
|
10198
|
-
},
|
|
10199
8650
|
{
|
|
10200
8651
|
"name": "value",
|
|
10201
8652
|
"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>`.",
|
|
@@ -10266,30 +8717,12 @@
|
|
|
10266
8717
|
},
|
|
10267
8718
|
{
|
|
10268
8719
|
"name": "mode",
|
|
10269
|
-
"description": "The mode determines
|
|
8720
|
+
"description": "The mode determines which platform styles to use.",
|
|
10270
8721
|
"required": false,
|
|
10271
8722
|
"value": {
|
|
10272
8723
|
"kind": "expression",
|
|
10273
8724
|
"type": "\"ios\" | \"md\""
|
|
10274
8725
|
}
|
|
10275
|
-
},
|
|
10276
|
-
{
|
|
10277
|
-
"name": "theme",
|
|
10278
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
10279
|
-
"required": false,
|
|
10280
|
-
"value": {
|
|
10281
|
-
"kind": "expression",
|
|
10282
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10283
|
-
}
|
|
10284
|
-
},
|
|
10285
|
-
{
|
|
10286
|
-
"name": "title-placement",
|
|
10287
|
-
"description": "Where to place the title relative to the other toolbar content.\n`\"start\"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.\n`\"center\"`: The title will appear in the center of the toolbar.\n`\"end\"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.\n\nOnly applies in the `ionic` theme.",
|
|
10288
|
-
"required": false,
|
|
10289
|
-
"value": {
|
|
10290
|
-
"kind": "expression",
|
|
10291
|
-
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
10292
|
-
}
|
|
10293
8726
|
}
|
|
10294
8727
|
],
|
|
10295
8728
|
"slots": [
|
|
@@ -10303,11 +8736,11 @@
|
|
|
10303
8736
|
},
|
|
10304
8737
|
{
|
|
10305
8738
|
"name": "primary",
|
|
10306
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
8739
|
+
"description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
|
|
10307
8740
|
},
|
|
10308
8741
|
{
|
|
10309
8742
|
"name": "secondary",
|
|
10310
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
8743
|
+
"description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
|
|
10311
8744
|
},
|
|
10312
8745
|
{
|
|
10313
8746
|
"name": "start",
|