@ionic/vue 8.8.6-dev.11777569278.1613db2e → 8.8.6-dev.11777572994.1147595d
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 +213 -241
- package/dist/index.js.map +1 -1
- package/dist/types/components/IonRouterOutlet.d.ts +14 -2
- package/dist/types/components/Overlays.d.ts +0 -1
- package/dist/types/controllers.d.ts +1 -9
- package/dist/types/index.d.ts +2 -2
- package/dist/types/proxies.d.ts +0 -2
- package/dist/vetur/attributes.json +106 -1680
- package/dist/vetur/tags.json +45 -258
- package/dist/web-types.json +152 -1947
- package/package.json +3 -3
- 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-dev.
|
|
5
|
+
"version": "8.8.6-dev.11777572994.1147595d",
|
|
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,26 +2857,16 @@
|
|
|
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
|
|
2869
|
+
"description": "The mode determines which platform styles to use.",
|
|
3486
2870
|
"required": false,
|
|
3487
2871
|
"value": {
|
|
3488
2872
|
"kind": "expression",
|
|
@@ -3490,19 +2874,10 @@
|
|
|
3490
2874
|
}
|
|
3491
2875
|
},
|
|
3492
2876
|
{
|
|
3493
|
-
"name": "
|
|
3494
|
-
"description": "
|
|
2877
|
+
"name": "translucent",
|
|
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.",
|
|
3495
2879
|
"required": false,
|
|
3496
|
-
"
|
|
3497
|
-
"kind": "expression",
|
|
3498
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3499
|
-
}
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"name": "translucent",
|
|
3503
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
3504
|
-
"required": false,
|
|
3505
|
-
"default": "false",
|
|
2880
|
+
"default": "false",
|
|
3506
2881
|
"value": {
|
|
3507
2882
|
"kind": "expression",
|
|
3508
2883
|
"type": "boolean"
|
|
@@ -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,21 +5017,12 @@
|
|
|
5950
5017
|
},
|
|
5951
5018
|
{
|
|
5952
5019
|
"name": "mode",
|
|
5953
|
-
"description": "The mode determines
|
|
5020
|
+
"description": "The mode determines which platform styles to use.",
|
|
5954
5021
|
"required": false,
|
|
5955
5022
|
"value": {
|
|
5956
5023
|
"kind": "expression",
|
|
5957
5024
|
"type": "\"ios\" | \"md\""
|
|
5958
5025
|
}
|
|
5959
|
-
},
|
|
5960
|
-
{
|
|
5961
|
-
"name": "theme",
|
|
5962
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5963
|
-
"required": false,
|
|
5964
|
-
"value": {
|
|
5965
|
-
"kind": "expression",
|
|
5966
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5967
|
-
}
|
|
5968
5026
|
}
|
|
5969
5027
|
],
|
|
5970
5028
|
"slots": [],
|
|
@@ -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.",
|
|
@@ -6095,288 +5135,33 @@
|
|
|
6095
5135
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
6096
5136
|
"required": false,
|
|
6097
5137
|
"default": "'primary'",
|
|
6098
|
-
"value": {
|
|
6099
|
-
"kind": "expression",
|
|
6100
|
-
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
6101
|
-
}
|
|
6102
|
-
},
|
|
6103
|
-
{
|
|
6104
|
-
"name": "disabled",
|
|
6105
|
-
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
6106
|
-
"required": false,
|
|
6107
|
-
"default": "false",
|
|
6108
|
-
"value": {
|
|
6109
|
-
"kind": "expression",
|
|
6110
|
-
"type": "boolean"
|
|
6111
|
-
}
|
|
6112
|
-
},
|
|
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
|
-
{
|
|
6132
|
-
"name": "value",
|
|
6133
|
-
"description": "The text value of the option.",
|
|
6134
|
-
"required": false,
|
|
6135
|
-
"value": {
|
|
6136
|
-
"kind": "expression",
|
|
6137
|
-
"type": "any"
|
|
6138
|
-
}
|
|
6139
|
-
}
|
|
6140
|
-
],
|
|
6141
|
-
"slots": [],
|
|
6142
|
-
"events": []
|
|
6143
|
-
},
|
|
6144
|
-
{
|
|
6145
|
-
"name": "IonPickerLegacy",
|
|
6146
|
-
"doc-url": "https://ionicframework.com/docs/api/picker-legacy",
|
|
6147
|
-
"description": "",
|
|
6148
|
-
"source": {
|
|
6149
|
-
"module": "@ionic/core/src/components/picker-legacy/picker.d.ts",
|
|
6150
|
-
"symbol": "PickerLegacy"
|
|
6151
|
-
},
|
|
6152
|
-
"attributes": [
|
|
6153
|
-
{
|
|
6154
|
-
"name": "animated",
|
|
6155
|
-
"description": "If `true`, the picker will animate.",
|
|
6156
|
-
"required": false,
|
|
6157
|
-
"default": "true",
|
|
6158
|
-
"value": {
|
|
6159
|
-
"kind": "expression",
|
|
6160
|
-
"type": "boolean"
|
|
6161
|
-
}
|
|
6162
|
-
},
|
|
6163
|
-
{
|
|
6164
|
-
"name": "backdrop-dismiss",
|
|
6165
|
-
"description": "If `true`, the picker will be dismissed when the backdrop is clicked.",
|
|
6166
|
-
"required": false,
|
|
6167
|
-
"default": "true",
|
|
6168
|
-
"value": {
|
|
6169
|
-
"kind": "expression",
|
|
6170
|
-
"type": "boolean"
|
|
6171
|
-
}
|
|
6172
|
-
},
|
|
6173
|
-
{
|
|
6174
|
-
"name": "buttons",
|
|
6175
|
-
"description": "Array of buttons to be displayed at the top of the picker.",
|
|
6176
|
-
"required": false,
|
|
6177
|
-
"default": "[]",
|
|
6178
|
-
"value": {
|
|
6179
|
-
"kind": "expression",
|
|
6180
|
-
"type": "PickerButton[]"
|
|
6181
|
-
}
|
|
6182
|
-
},
|
|
6183
|
-
{
|
|
6184
|
-
"name": "columns",
|
|
6185
|
-
"description": "Array of columns to be displayed in the picker.",
|
|
6186
|
-
"required": false,
|
|
6187
|
-
"default": "[]",
|
|
6188
|
-
"value": {
|
|
6189
|
-
"kind": "expression",
|
|
6190
|
-
"type": "PickerColumn[]"
|
|
6191
|
-
}
|
|
6192
|
-
},
|
|
6193
|
-
{
|
|
6194
|
-
"name": "css-class",
|
|
6195
|
-
"description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
|
|
6196
|
-
"required": false,
|
|
6197
|
-
"value": {
|
|
6198
|
-
"kind": "expression",
|
|
6199
|
-
"type": "string | string[] | undefined"
|
|
6200
|
-
}
|
|
6201
|
-
},
|
|
6202
|
-
{
|
|
6203
|
-
"name": "duration",
|
|
6204
|
-
"description": "Number of milliseconds to wait before dismissing the picker.",
|
|
6205
|
-
"required": false,
|
|
6206
|
-
"default": "0",
|
|
6207
|
-
"value": {
|
|
6208
|
-
"kind": "expression",
|
|
6209
|
-
"type": "number"
|
|
6210
|
-
}
|
|
6211
|
-
},
|
|
6212
|
-
{
|
|
6213
|
-
"name": "enterAnimation",
|
|
6214
|
-
"description": "Animation to use when the picker is presented.",
|
|
6215
|
-
"required": false,
|
|
6216
|
-
"value": {
|
|
6217
|
-
"kind": "expression",
|
|
6218
|
-
"type": "((baseEl: any, opts?: any) => Animation) | undefined"
|
|
6219
|
-
}
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"name": "htmlAttributes",
|
|
6223
|
-
"description": "Additional attributes to pass to the picker.",
|
|
6224
|
-
"required": false,
|
|
6225
|
-
"value": {
|
|
6226
|
-
"kind": "expression",
|
|
6227
|
-
"type": "undefined | { [key: string]: any; }"
|
|
6228
|
-
}
|
|
6229
|
-
},
|
|
6230
|
-
{
|
|
6231
|
-
"name": "is-open",
|
|
6232
|
-
"description": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code.",
|
|
6233
|
-
"required": false,
|
|
6234
|
-
"default": "false",
|
|
6235
|
-
"value": {
|
|
6236
|
-
"kind": "expression",
|
|
6237
|
-
"type": "boolean"
|
|
6238
|
-
}
|
|
6239
|
-
},
|
|
6240
|
-
{
|
|
6241
|
-
"name": "keyboard-close",
|
|
6242
|
-
"description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
|
|
6243
|
-
"required": false,
|
|
6244
|
-
"default": "true",
|
|
6245
|
-
"value": {
|
|
6246
|
-
"kind": "expression",
|
|
6247
|
-
"type": "boolean"
|
|
6248
|
-
}
|
|
6249
|
-
},
|
|
6250
|
-
{
|
|
6251
|
-
"name": "leaveAnimation",
|
|
6252
|
-
"description": "Animation to use when the picker is dismissed.",
|
|
6253
|
-
"required": false,
|
|
6254
|
-
"value": {
|
|
6255
|
-
"kind": "expression",
|
|
6256
|
-
"type": "((baseEl: any, opts?: any) => Animation) | undefined"
|
|
6257
|
-
}
|
|
6258
|
-
},
|
|
6259
|
-
{
|
|
6260
|
-
"name": "mode",
|
|
6261
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6262
|
-
"required": false,
|
|
6263
|
-
"value": {
|
|
6264
|
-
"kind": "expression",
|
|
6265
|
-
"type": "\"ios\" | \"md\""
|
|
6266
|
-
}
|
|
6267
|
-
},
|
|
6268
|
-
{
|
|
6269
|
-
"name": "show-backdrop",
|
|
6270
|
-
"description": "If `true`, a backdrop will be displayed behind the picker.",
|
|
6271
|
-
"required": false,
|
|
6272
|
-
"default": "true",
|
|
6273
|
-
"value": {
|
|
6274
|
-
"kind": "expression",
|
|
6275
|
-
"type": "boolean"
|
|
6276
|
-
}
|
|
6277
|
-
},
|
|
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
|
-
{
|
|
6288
|
-
"name": "trigger",
|
|
6289
|
-
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
6290
|
-
"required": false,
|
|
6291
|
-
"value": {
|
|
6292
|
-
"kind": "expression",
|
|
6293
|
-
"type": "string | undefined"
|
|
6294
|
-
}
|
|
6295
|
-
}
|
|
6296
|
-
],
|
|
6297
|
-
"slots": [],
|
|
6298
|
-
"events": [
|
|
6299
|
-
{
|
|
6300
|
-
"name": "didDismiss",
|
|
6301
|
-
"description": "Emitted after the picker has dismissed.\nShorthand for ionPickerDidDismiss.",
|
|
6302
|
-
"arguments": [
|
|
6303
|
-
{
|
|
6304
|
-
"name": "detail",
|
|
6305
|
-
"type": "OverlayEventDetail<any>"
|
|
6306
|
-
}
|
|
6307
|
-
]
|
|
6308
|
-
},
|
|
6309
|
-
{
|
|
6310
|
-
"name": "didPresent",
|
|
6311
|
-
"description": "Emitted after the picker has presented.\nShorthand for ionPickerWillDismiss.",
|
|
6312
|
-
"arguments": [
|
|
6313
|
-
{
|
|
6314
|
-
"name": "detail",
|
|
6315
|
-
"type": "void"
|
|
6316
|
-
}
|
|
6317
|
-
]
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"name": "ionPickerDidDismiss",
|
|
6321
|
-
"description": "Emitted after the picker has dismissed.",
|
|
6322
|
-
"arguments": [
|
|
6323
|
-
{
|
|
6324
|
-
"name": "detail",
|
|
6325
|
-
"type": "OverlayEventDetail<any>"
|
|
6326
|
-
}
|
|
6327
|
-
]
|
|
6328
|
-
},
|
|
6329
|
-
{
|
|
6330
|
-
"name": "ionPickerDidPresent",
|
|
6331
|
-
"description": "Emitted after the picker has presented.",
|
|
6332
|
-
"arguments": [
|
|
6333
|
-
{
|
|
6334
|
-
"name": "detail",
|
|
6335
|
-
"type": "void"
|
|
6336
|
-
}
|
|
6337
|
-
]
|
|
6338
|
-
},
|
|
6339
|
-
{
|
|
6340
|
-
"name": "ionPickerWillDismiss",
|
|
6341
|
-
"description": "Emitted before the picker has dismissed.",
|
|
6342
|
-
"arguments": [
|
|
6343
|
-
{
|
|
6344
|
-
"name": "detail",
|
|
6345
|
-
"type": "OverlayEventDetail<any>"
|
|
6346
|
-
}
|
|
6347
|
-
]
|
|
6348
|
-
},
|
|
6349
|
-
{
|
|
6350
|
-
"name": "ionPickerWillPresent",
|
|
6351
|
-
"description": "Emitted before the picker has presented.",
|
|
6352
|
-
"arguments": [
|
|
6353
|
-
{
|
|
6354
|
-
"name": "detail",
|
|
6355
|
-
"type": "void"
|
|
6356
|
-
}
|
|
6357
|
-
]
|
|
5138
|
+
"value": {
|
|
5139
|
+
"kind": "expression",
|
|
5140
|
+
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
5141
|
+
}
|
|
6358
5142
|
},
|
|
6359
5143
|
{
|
|
6360
|
-
"name": "
|
|
6361
|
-
"description": "
|
|
6362
|
-
"
|
|
6363
|
-
|
|
6364
|
-
|
|
6365
|
-
|
|
6366
|
-
|
|
6367
|
-
|
|
5144
|
+
"name": "disabled",
|
|
5145
|
+
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
5146
|
+
"required": false,
|
|
5147
|
+
"default": "false",
|
|
5148
|
+
"value": {
|
|
5149
|
+
"kind": "expression",
|
|
5150
|
+
"type": "boolean"
|
|
5151
|
+
}
|
|
6368
5152
|
},
|
|
6369
5153
|
{
|
|
6370
|
-
"name": "
|
|
6371
|
-
"description": "
|
|
6372
|
-
"
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
|
|
6377
|
-
]
|
|
5154
|
+
"name": "value",
|
|
5155
|
+
"description": "The text value of the option.",
|
|
5156
|
+
"required": false,
|
|
5157
|
+
"value": {
|
|
5158
|
+
"kind": "expression",
|
|
5159
|
+
"type": "any"
|
|
5160
|
+
}
|
|
6378
5161
|
}
|
|
6379
|
-
]
|
|
5162
|
+
],
|
|
5163
|
+
"slots": [],
|
|
5164
|
+
"events": []
|
|
6380
5165
|
},
|
|
6381
5166
|
{
|
|
6382
5167
|
"name": "IonPopover",
|
|
@@ -6389,7 +5174,7 @@
|
|
|
6389
5174
|
"attributes": [
|
|
6390
5175
|
{
|
|
6391
5176
|
"name": "alignment",
|
|
6392
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
5177
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
6393
5178
|
"required": false,
|
|
6394
5179
|
"value": {
|
|
6395
5180
|
"kind": "expression",
|
|
@@ -6408,7 +5193,7 @@
|
|
|
6408
5193
|
},
|
|
6409
5194
|
{
|
|
6410
5195
|
"name": "arrow",
|
|
6411
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
5196
|
+
"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
5197
|
"required": false,
|
|
6413
5198
|
"default": "true",
|
|
6414
5199
|
"value": {
|
|
@@ -6532,7 +5317,7 @@
|
|
|
6532
5317
|
},
|
|
6533
5318
|
{
|
|
6534
5319
|
"name": "mode",
|
|
6535
|
-
"description": "The mode determines
|
|
5320
|
+
"description": "The mode determines which platform styles to use.",
|
|
6536
5321
|
"required": false,
|
|
6537
5322
|
"value": {
|
|
6538
5323
|
"kind": "expression",
|
|
@@ -6579,18 +5364,9 @@
|
|
|
6579
5364
|
"type": "\"auto\" | \"cover\""
|
|
6580
5365
|
}
|
|
6581
5366
|
},
|
|
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
5367
|
{
|
|
6592
5368
|
"name": "translucent",
|
|
6593
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
5369
|
+
"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
5370
|
"required": false,
|
|
6595
5371
|
"default": "false",
|
|
6596
5372
|
"value": {
|
|
@@ -6737,7 +5513,7 @@
|
|
|
6737
5513
|
},
|
|
6738
5514
|
{
|
|
6739
5515
|
"name": "mode",
|
|
6740
|
-
"description": "The mode determines
|
|
5516
|
+
"description": "The mode determines which platform styles to use.",
|
|
6741
5517
|
"required": false,
|
|
6742
5518
|
"value": {
|
|
6743
5519
|
"kind": "expression",
|
|
@@ -6754,24 +5530,6 @@
|
|
|
6754
5530
|
"type": "boolean"
|
|
6755
5531
|
}
|
|
6756
5532
|
},
|
|
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
5533
|
{
|
|
6776
5534
|
"name": "type",
|
|
6777
5535
|
"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 +5612,7 @@
|
|
|
6854
5612
|
},
|
|
6855
5613
|
{
|
|
6856
5614
|
"name": "mode",
|
|
6857
|
-
"description": "The mode determines
|
|
5615
|
+
"description": "The mode determines which platform styles to use.",
|
|
6858
5616
|
"required": false,
|
|
6859
5617
|
"value": {
|
|
6860
5618
|
"kind": "expression",
|
|
@@ -6871,15 +5629,6 @@
|
|
|
6871
5629
|
"type": "string"
|
|
6872
5630
|
}
|
|
6873
5631
|
},
|
|
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
5632
|
{
|
|
6884
5633
|
"name": "value",
|
|
6885
5634
|
"description": "the value of the radio.",
|
|
@@ -6965,15 +5714,6 @@
|
|
|
6965
5714
|
"type": "string | undefined"
|
|
6966
5715
|
}
|
|
6967
5716
|
},
|
|
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
5717
|
{
|
|
6978
5718
|
"name": "name",
|
|
6979
5719
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -6984,15 +5724,6 @@
|
|
|
6984
5724
|
"type": "string"
|
|
6985
5725
|
}
|
|
6986
5726
|
},
|
|
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
5727
|
{
|
|
6997
5728
|
"name": "value",
|
|
6998
5729
|
"description": "the value of the radio group.",
|
|
@@ -7114,7 +5845,7 @@
|
|
|
7114
5845
|
},
|
|
7115
5846
|
{
|
|
7116
5847
|
"name": "mode",
|
|
7117
|
-
"description": "The mode determines
|
|
5848
|
+
"description": "The mode determines which platform styles to use.",
|
|
7118
5849
|
"required": false,
|
|
7119
5850
|
"value": {
|
|
7120
5851
|
"kind": "expression",
|
|
@@ -7171,15 +5902,6 @@
|
|
|
7171
5902
|
"type": "number"
|
|
7172
5903
|
}
|
|
7173
5904
|
},
|
|
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
5905
|
{
|
|
7184
5906
|
"name": "ticks",
|
|
7185
5907
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -7309,7 +6031,7 @@
|
|
|
7309
6031
|
},
|
|
7310
6032
|
{
|
|
7311
6033
|
"name": "mode",
|
|
7312
|
-
"description": "The mode determines
|
|
6034
|
+
"description": "The mode determines which platform styles to use.",
|
|
7313
6035
|
"required": false,
|
|
7314
6036
|
"value": {
|
|
7315
6037
|
"kind": "expression",
|
|
@@ -7355,15 +6077,6 @@
|
|
|
7355
6077
|
"kind": "expression",
|
|
7356
6078
|
"type": "string"
|
|
7357
6079
|
}
|
|
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
6080
|
}
|
|
7368
6081
|
],
|
|
7369
6082
|
"slots": [],
|
|
@@ -7429,15 +6142,6 @@
|
|
|
7429
6142
|
"symbol": "RefresherContent"
|
|
7430
6143
|
},
|
|
7431
6144
|
"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
6145
|
{
|
|
7442
6146
|
"name": "pulling-icon",
|
|
7443
6147
|
"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 +6177,6 @@
|
|
|
7473
6177
|
"kind": "expression",
|
|
7474
6178
|
"type": "IonicSafeString | string | undefined"
|
|
7475
6179
|
}
|
|
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
6180
|
}
|
|
7486
6181
|
],
|
|
7487
6182
|
"slots": [],
|
|
@@ -7495,26 +6190,7 @@
|
|
|
7495
6190
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
7496
6191
|
"symbol": "Reorder"
|
|
7497
6192
|
},
|
|
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
|
-
],
|
|
6193
|
+
"attributes": [],
|
|
7518
6194
|
"slots": [],
|
|
7519
6195
|
"events": []
|
|
7520
6196
|
},
|
|
@@ -7536,24 +6212,6 @@
|
|
|
7536
6212
|
"kind": "expression",
|
|
7537
6213
|
"type": "boolean"
|
|
7538
6214
|
}
|
|
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
6215
|
}
|
|
7558
6216
|
],
|
|
7559
6217
|
"slots": [],
|
|
@@ -7609,24 +6267,6 @@
|
|
|
7609
6267
|
"symbol": "RippleEffect"
|
|
7610
6268
|
},
|
|
7611
6269
|
"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
6270
|
{
|
|
7631
6271
|
"name": "type",
|
|
7632
6272
|
"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 +6326,6 @@
|
|
|
7686
6326
|
"type": "undefined | { [key: string]: any; }"
|
|
7687
6327
|
}
|
|
7688
6328
|
},
|
|
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
6329
|
{
|
|
7708
6330
|
"name": "url",
|
|
7709
6331
|
"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 +6359,7 @@
|
|
|
7737
6359
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
7738
6360
|
"symbol": "Row"
|
|
7739
6361
|
},
|
|
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
|
-
],
|
|
6362
|
+
"attributes": [],
|
|
7760
6363
|
"slots": [],
|
|
7761
6364
|
"events": []
|
|
7762
6365
|
},
|
|
@@ -7811,16 +6414,17 @@
|
|
|
7811
6414
|
},
|
|
7812
6415
|
{
|
|
7813
6416
|
"name": "cancel-button-icon",
|
|
7814
|
-
"description": "Set the cancel button icon. Only
|
|
6417
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
7815
6418
|
"required": false,
|
|
6419
|
+
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
7816
6420
|
"value": {
|
|
7817
6421
|
"kind": "expression",
|
|
7818
|
-
"type": "string
|
|
6422
|
+
"type": "string"
|
|
7819
6423
|
}
|
|
7820
6424
|
},
|
|
7821
6425
|
{
|
|
7822
6426
|
"name": "cancel-button-text",
|
|
7823
|
-
"description": "Set the cancel button text. Only
|
|
6427
|
+
"description": "Set the cancel button text. Only applies to `ios` mode.",
|
|
7824
6428
|
"required": false,
|
|
7825
6429
|
"default": "'Cancel'",
|
|
7826
6430
|
"value": {
|
|
@@ -7830,7 +6434,7 @@
|
|
|
7830
6434
|
},
|
|
7831
6435
|
{
|
|
7832
6436
|
"name": "clear-icon",
|
|
7833
|
-
"description": "Set the clear icon. Defaults to
|
|
6437
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
7834
6438
|
"required": false,
|
|
7835
6439
|
"value": {
|
|
7836
6440
|
"kind": "expression",
|
|
@@ -7903,7 +6507,7 @@
|
|
|
7903
6507
|
},
|
|
7904
6508
|
{
|
|
7905
6509
|
"name": "mode",
|
|
7906
|
-
"description": "The mode determines
|
|
6510
|
+
"description": "The mode determines which platform styles to use.",
|
|
7907
6511
|
"required": false,
|
|
7908
6512
|
"value": {
|
|
7909
6513
|
"kind": "expression",
|
|
@@ -7932,20 +6536,11 @@
|
|
|
7932
6536
|
},
|
|
7933
6537
|
{
|
|
7934
6538
|
"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.",
|
|
6539
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
|
|
7945
6540
|
"required": false,
|
|
7946
6541
|
"value": {
|
|
7947
6542
|
"kind": "expression",
|
|
7948
|
-
"type": "
|
|
6543
|
+
"type": "string | undefined"
|
|
7949
6544
|
}
|
|
7950
6545
|
},
|
|
7951
6546
|
{
|
|
@@ -7968,15 +6563,6 @@
|
|
|
7968
6563
|
"type": "\"always\" | \"focus\" | \"never\""
|
|
7969
6564
|
}
|
|
7970
6565
|
},
|
|
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
6566
|
{
|
|
7981
6567
|
"name": "spellcheck",
|
|
7982
6568
|
"description": "If `true`, enable spellcheck on the input.",
|
|
@@ -7987,15 +6573,6 @@
|
|
|
7987
6573
|
"type": "boolean"
|
|
7988
6574
|
}
|
|
7989
6575
|
},
|
|
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
6576
|
{
|
|
8000
6577
|
"name": "type",
|
|
8001
6578
|
"description": "Set the type of the input.",
|
|
@@ -8111,7 +6688,7 @@
|
|
|
8111
6688
|
},
|
|
8112
6689
|
{
|
|
8113
6690
|
"name": "mode",
|
|
8114
|
-
"description": "The mode determines
|
|
6691
|
+
"description": "The mode determines which platform styles to use.",
|
|
8115
6692
|
"required": false,
|
|
8116
6693
|
"value": {
|
|
8117
6694
|
"kind": "expression",
|
|
@@ -8148,15 +6725,6 @@
|
|
|
8148
6725
|
"type": "boolean"
|
|
8149
6726
|
}
|
|
8150
6727
|
},
|
|
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
6728
|
{
|
|
8161
6729
|
"name": "value",
|
|
8162
6730
|
"description": "the value of the segment.",
|
|
@@ -8221,22 +6789,13 @@
|
|
|
8221
6789
|
},
|
|
8222
6790
|
{
|
|
8223
6791
|
"name": "mode",
|
|
8224
|
-
"description": "The mode determines
|
|
6792
|
+
"description": "The mode determines which platform styles to use.",
|
|
8225
6793
|
"required": false,
|
|
8226
6794
|
"value": {
|
|
8227
6795
|
"kind": "expression",
|
|
8228
6796
|
"type": "\"ios\" | \"md\""
|
|
8229
6797
|
}
|
|
8230
6798
|
},
|
|
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
6799
|
{
|
|
8241
6800
|
"name": "type",
|
|
8242
6801
|
"description": "The type of the button.",
|
|
@@ -8326,16 +6885,6 @@
|
|
|
8326
6885
|
"symbol": "Select"
|
|
8327
6886
|
},
|
|
8328
6887
|
"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
6888
|
{
|
|
8340
6889
|
"name": "cancel-text",
|
|
8341
6890
|
"description": "The text to display on the cancel button.",
|
|
@@ -8385,7 +6934,7 @@
|
|
|
8385
6934
|
},
|
|
8386
6935
|
{
|
|
8387
6936
|
"name": "expanded-icon",
|
|
8388
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
6937
|
+
"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
6938
|
"required": false,
|
|
8390
6939
|
"value": {
|
|
8391
6940
|
"kind": "expression",
|
|
@@ -8394,7 +6943,7 @@
|
|
|
8394
6943
|
},
|
|
8395
6944
|
{
|
|
8396
6945
|
"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
|
|
6946
|
+
"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
6947
|
"required": false,
|
|
8399
6948
|
"value": {
|
|
8400
6949
|
"kind": "expression",
|
|
@@ -8460,7 +7009,7 @@
|
|
|
8460
7009
|
},
|
|
8461
7010
|
{
|
|
8462
7011
|
"name": "mode",
|
|
8463
|
-
"description": "The mode determines
|
|
7012
|
+
"description": "The mode determines which platform styles to use.",
|
|
8464
7013
|
"required": false,
|
|
8465
7014
|
"value": {
|
|
8466
7015
|
"kind": "expression",
|
|
@@ -8527,34 +7076,16 @@
|
|
|
8527
7076
|
},
|
|
8528
7077
|
{
|
|
8529
7078
|
"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.",
|
|
7079
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
8549
7080
|
"required": false,
|
|
8550
7081
|
"value": {
|
|
8551
7082
|
"kind": "expression",
|
|
8552
|
-
"type": "\"
|
|
7083
|
+
"type": "\"round\" | undefined"
|
|
8553
7084
|
}
|
|
8554
7085
|
},
|
|
8555
7086
|
{
|
|
8556
7087
|
"name": "toggle-icon",
|
|
8557
|
-
"description": "The toggle icon to use. Defaults to
|
|
7088
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
8558
7089
|
"required": false,
|
|
8559
7090
|
"value": {
|
|
8560
7091
|
"kind": "expression",
|
|
@@ -8642,21 +7173,11 @@
|
|
|
8642
7173
|
"name": "IonSelectModal",
|
|
8643
7174
|
"doc-url": "https://ionicframework.com/docs/api/select-modal",
|
|
8644
7175
|
"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
|
-
},
|
|
7176
|
+
"source": {
|
|
7177
|
+
"module": "@ionic/core/src/components/select-modal/select-modal.d.ts",
|
|
7178
|
+
"symbol": "SelectModal"
|
|
7179
|
+
},
|
|
7180
|
+
"attributes": [
|
|
8660
7181
|
{
|
|
8661
7182
|
"name": "cancel-text",
|
|
8662
7183
|
"description": "The text to display on the cancel button.",
|
|
@@ -8708,15 +7229,6 @@
|
|
|
8708
7229
|
"symbol": "SelectOption"
|
|
8709
7230
|
},
|
|
8710
7231
|
"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
7232
|
{
|
|
8721
7233
|
"name": "disabled",
|
|
8722
7234
|
"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 +7239,6 @@
|
|
|
8727
7239
|
"type": "boolean"
|
|
8728
7240
|
}
|
|
8729
7241
|
},
|
|
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
7242
|
{
|
|
8749
7243
|
"name": "value",
|
|
8750
7244
|
"description": "The text value of the option.",
|
|
@@ -8755,20 +7249,7 @@
|
|
|
8755
7249
|
}
|
|
8756
7250
|
}
|
|
8757
7251
|
],
|
|
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
|
-
],
|
|
7252
|
+
"slots": [],
|
|
8772
7253
|
"events": []
|
|
8773
7254
|
},
|
|
8774
7255
|
{
|
|
@@ -8789,24 +7270,6 @@
|
|
|
8789
7270
|
"kind": "expression",
|
|
8790
7271
|
"type": "boolean"
|
|
8791
7272
|
}
|
|
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
7273
|
}
|
|
8811
7274
|
],
|
|
8812
7275
|
"slots": [],
|
|
@@ -8839,15 +7302,6 @@
|
|
|
8839
7302
|
"type": "number | undefined"
|
|
8840
7303
|
}
|
|
8841
7304
|
},
|
|
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
7305
|
{
|
|
8852
7306
|
"name": "name",
|
|
8853
7307
|
"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 +7320,6 @@
|
|
|
8866
7320
|
"kind": "expression",
|
|
8867
7321
|
"type": "boolean"
|
|
8868
7322
|
}
|
|
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
7323
|
}
|
|
8888
7324
|
],
|
|
8889
7325
|
"slots": [],
|
|
@@ -8917,24 +7353,6 @@
|
|
|
8917
7353
|
"type": "boolean"
|
|
8918
7354
|
}
|
|
8919
7355
|
},
|
|
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
7356
|
{
|
|
8939
7357
|
"name": "when",
|
|
8940
7358
|
"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 +7396,6 @@
|
|
|
8978
7396
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
8979
7397
|
}
|
|
8980
7398
|
},
|
|
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
7399
|
{
|
|
8991
7400
|
"name": "tab",
|
|
8992
7401
|
"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 +7404,6 @@
|
|
|
8995
7404
|
"kind": "expression",
|
|
8996
7405
|
"type": "string"
|
|
8997
7406
|
}
|
|
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
7407
|
}
|
|
9008
7408
|
],
|
|
9009
7409
|
"slots": [],
|
|
@@ -9027,29 +7427,9 @@
|
|
|
9027
7427
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
9028
7428
|
}
|
|
9029
7429
|
},
|
|
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
7430
|
{
|
|
9051
7431
|
"name": "mode",
|
|
9052
|
-
"description": "The mode determines
|
|
7432
|
+
"description": "The mode determines which platform styles to use.",
|
|
9053
7433
|
"required": false,
|
|
9054
7434
|
"value": {
|
|
9055
7435
|
"kind": "expression",
|
|
@@ -9065,27 +7445,9 @@
|
|
|
9065
7445
|
"type": "string | undefined"
|
|
9066
7446
|
}
|
|
9067
7447
|
},
|
|
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
7448
|
{
|
|
9087
7449
|
"name": "translucent",
|
|
9088
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
7450
|
+
"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
7451
|
"required": false,
|
|
9090
7452
|
"default": "false",
|
|
9091
7453
|
"value": {
|
|
@@ -9145,7 +7507,7 @@
|
|
|
9145
7507
|
},
|
|
9146
7508
|
{
|
|
9147
7509
|
"name": "mode",
|
|
9148
|
-
"description": "The mode determines
|
|
7510
|
+
"description": "The mode determines which platform styles to use.",
|
|
9149
7511
|
"required": false,
|
|
9150
7512
|
"value": {
|
|
9151
7513
|
"kind": "expression",
|
|
@@ -9171,15 +7533,6 @@
|
|
|
9171
7533
|
"type": "boolean"
|
|
9172
7534
|
}
|
|
9173
7535
|
},
|
|
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
7536
|
{
|
|
9184
7537
|
"name": "tab",
|
|
9185
7538
|
"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 +7550,6 @@
|
|
|
9197
7550
|
"kind": "expression",
|
|
9198
7551
|
"type": "string | undefined"
|
|
9199
7552
|
}
|
|
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
7553
|
}
|
|
9210
7554
|
],
|
|
9211
7555
|
"slots": [],
|
|
@@ -9219,26 +7563,7 @@
|
|
|
9219
7563
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
9220
7564
|
"symbol": "Tabs"
|
|
9221
7565
|
},
|
|
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
|
-
],
|
|
7566
|
+
"attributes": [],
|
|
9242
7567
|
"slots": [
|
|
9243
7568
|
{
|
|
9244
7569
|
"name": "default",
|
|
@@ -9296,21 +7621,12 @@
|
|
|
9296
7621
|
},
|
|
9297
7622
|
{
|
|
9298
7623
|
"name": "mode",
|
|
9299
|
-
"description": "The mode determines
|
|
7624
|
+
"description": "The mode determines which platform styles to use.",
|
|
9300
7625
|
"required": false,
|
|
9301
7626
|
"value": {
|
|
9302
7627
|
"kind": "expression",
|
|
9303
7628
|
"type": "\"ios\" | \"md\""
|
|
9304
7629
|
}
|
|
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
7630
|
}
|
|
9315
7631
|
],
|
|
9316
7632
|
"slots": [],
|
|
@@ -9441,7 +7757,7 @@
|
|
|
9441
7757
|
},
|
|
9442
7758
|
{
|
|
9443
7759
|
"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
|
|
7760
|
+
"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
7761
|
"required": false,
|
|
9446
7762
|
"value": {
|
|
9447
7763
|
"kind": "expression",
|
|
@@ -9505,7 +7821,7 @@
|
|
|
9505
7821
|
},
|
|
9506
7822
|
{
|
|
9507
7823
|
"name": "mode",
|
|
9508
|
-
"description": "The mode determines
|
|
7824
|
+
"description": "The mode determines which platform styles to use.",
|
|
9509
7825
|
"required": false,
|
|
9510
7826
|
"value": {
|
|
9511
7827
|
"kind": "expression",
|
|
@@ -9562,21 +7878,11 @@
|
|
|
9562
7878
|
},
|
|
9563
7879
|
{
|
|
9564
7880
|
"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.",
|
|
7881
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
9575
7882
|
"required": false,
|
|
9576
|
-
"default": "'medium'",
|
|
9577
7883
|
"value": {
|
|
9578
7884
|
"kind": "expression",
|
|
9579
|
-
"type": "\"
|
|
7885
|
+
"type": "\"round\" | undefined"
|
|
9580
7886
|
}
|
|
9581
7887
|
},
|
|
9582
7888
|
{
|
|
@@ -9589,15 +7895,6 @@
|
|
|
9589
7895
|
"type": "boolean"
|
|
9590
7896
|
}
|
|
9591
7897
|
},
|
|
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
7898
|
{
|
|
9602
7899
|
"name": "value",
|
|
9603
7900
|
"description": "The value of the textarea.",
|
|
@@ -9683,26 +7980,7 @@
|
|
|
9683
7980
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
9684
7981
|
"symbol": "Thumbnail"
|
|
9685
7982
|
},
|
|
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
|
-
],
|
|
7983
|
+
"attributes": [],
|
|
9706
7984
|
"slots": [],
|
|
9707
7985
|
"events": []
|
|
9708
7986
|
},
|
|
@@ -9724,15 +8002,6 @@
|
|
|
9724
8002
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
9725
8003
|
}
|
|
9726
8004
|
},
|
|
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
8005
|
{
|
|
9737
8006
|
"name": "size",
|
|
9738
8007
|
"description": "The size of the toolbar title.",
|
|
@@ -9741,15 +8010,6 @@
|
|
|
9741
8010
|
"kind": "expression",
|
|
9742
8011
|
"type": "\"large\" | \"small\" | undefined"
|
|
9743
8012
|
}
|
|
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
8013
|
}
|
|
9754
8014
|
],
|
|
9755
8015
|
"slots": [],
|
|
@@ -9838,16 +8098,6 @@
|
|
|
9838
8098
|
"type": "undefined | { [key: string]: any; }"
|
|
9839
8099
|
}
|
|
9840
8100
|
},
|
|
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
8101
|
{
|
|
9852
8102
|
"name": "icon",
|
|
9853
8103
|
"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 +8157,7 @@
|
|
|
9907
8157
|
},
|
|
9908
8158
|
{
|
|
9909
8159
|
"name": "mode",
|
|
9910
|
-
"description": "The mode determines
|
|
8160
|
+
"description": "The mode determines which platform styles to use.",
|
|
9911
8161
|
"required": false,
|
|
9912
8162
|
"value": {
|
|
9913
8163
|
"kind": "expression",
|
|
@@ -9933,15 +8183,6 @@
|
|
|
9933
8183
|
"type": "HTMLElement | string | undefined"
|
|
9934
8184
|
}
|
|
9935
8185
|
},
|
|
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
8186
|
{
|
|
9946
8187
|
"name": "swipe-gesture",
|
|
9947
8188
|
"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 +8192,9 @@
|
|
|
9951
8192
|
"type": "\"vertical\" | undefined"
|
|
9952
8193
|
}
|
|
9953
8194
|
},
|
|
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
8195
|
{
|
|
9964
8196
|
"name": "translucent",
|
|
9965
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
8197
|
+
"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
8198
|
"required": false,
|
|
9967
8199
|
"default": "false",
|
|
9968
8200
|
"value": {
|
|
@@ -10160,7 +8392,7 @@
|
|
|
10160
8392
|
},
|
|
10161
8393
|
{
|
|
10162
8394
|
"name": "mode",
|
|
10163
|
-
"description": "The mode determines
|
|
8395
|
+
"description": "The mode determines which platform styles to use.",
|
|
10164
8396
|
"required": false,
|
|
10165
8397
|
"value": {
|
|
10166
8398
|
"kind": "expression",
|
|
@@ -10187,15 +8419,6 @@
|
|
|
10187
8419
|
"type": "boolean"
|
|
10188
8420
|
}
|
|
10189
8421
|
},
|
|
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
8422
|
{
|
|
10200
8423
|
"name": "value",
|
|
10201
8424
|
"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 +8489,12 @@
|
|
|
10266
8489
|
},
|
|
10267
8490
|
{
|
|
10268
8491
|
"name": "mode",
|
|
10269
|
-
"description": "The mode determines
|
|
8492
|
+
"description": "The mode determines which platform styles to use.",
|
|
10270
8493
|
"required": false,
|
|
10271
8494
|
"value": {
|
|
10272
8495
|
"kind": "expression",
|
|
10273
8496
|
"type": "\"ios\" | \"md\""
|
|
10274
8497
|
}
|
|
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
8498
|
}
|
|
10294
8499
|
],
|
|
10295
8500
|
"slots": [
|
|
@@ -10303,11 +8508,11 @@
|
|
|
10303
8508
|
},
|
|
10304
8509
|
{
|
|
10305
8510
|
"name": "primary",
|
|
10306
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
8511
|
+
"description": "Content is placed to the right of the toolbar text in `ios` mode, and to the far right in `md` mode."
|
|
10307
8512
|
},
|
|
10308
8513
|
{
|
|
10309
8514
|
"name": "secondary",
|
|
10310
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
8515
|
+
"description": "Content is placed to the left of the toolbar text in `ios` mode, and directly to the right in `md` mode."
|
|
10311
8516
|
},
|
|
10312
8517
|
{
|
|
10313
8518
|
"name": "start",
|