@ionic/vue 8.8.9-dev.11780493937.17fe092d → 8.8.9-dev.11780604658.184bb991
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 +239 -252
- package/dist/index.js.map +1 -1
- package/dist/types/components/IonPage.d.ts +5 -5
- package/dist/types/components/IonRouterOutlet.d.ts +16 -4
- package/dist/types/components/IonTabBar.d.ts +1 -1
- package/dist/types/components/IonTabButton.d.ts +6 -6
- package/dist/types/components/IonTabs.d.ts +4 -4
- 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 +114 -1701
- package/dist/vetur/tags.json +45 -259
- package/dist/web-types.json +191 -1995
- package/package.json +5 -5
- 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.9-dev.
|
|
5
|
+
"version": "8.8.9-dev.11780604658.184bb991",
|
|
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,34 +2793,25 @@
|
|
|
3306
2793
|
"attributes": [
|
|
3307
2794
|
{
|
|
3308
2795
|
"name": "collapse",
|
|
3309
|
-
"description": "Describes the scroll effect that will be applied to the footer.\
|
|
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",
|
|
3313
|
-
"type": "\"fade\" |
|
|
2800
|
+
"type": "\"fade\" | undefined"
|
|
3314
2801
|
}
|
|
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": {
|
|
@@ -3346,47 +2824,49 @@
|
|
|
3346
2824
|
"events": []
|
|
3347
2825
|
},
|
|
3348
2826
|
{
|
|
3349
|
-
"name": "
|
|
3350
|
-
"doc-url": "https://ionicframework.com/docs/api/
|
|
2827
|
+
"name": "IonGrid",
|
|
2828
|
+
"doc-url": "https://ionicframework.com/docs/api/grid",
|
|
3351
2829
|
"description": "",
|
|
3352
2830
|
"source": {
|
|
3353
|
-
"module": "@ionic/core/src/components/
|
|
3354
|
-
"symbol": "
|
|
2831
|
+
"module": "@ionic/core/src/components/grid/grid.d.ts",
|
|
2832
|
+
"symbol": "Grid"
|
|
3355
2833
|
},
|
|
3356
2834
|
"attributes": [
|
|
3357
2835
|
{
|
|
3358
|
-
"name": "
|
|
3359
|
-
"description": "
|
|
3360
|
-
"required": false,
|
|
3361
|
-
"default": "DEFAULT_COLUMNS",
|
|
3362
|
-
"value": {
|
|
3363
|
-
"kind": "expression",
|
|
3364
|
-
"type": "GalleryBreakpoints<string | number> | number | string"
|
|
3365
|
-
}
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"name": "gap",
|
|
3369
|
-
"description": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nor numbers (treated as pixel values). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
|
|
2836
|
+
"name": "fixed",
|
|
2837
|
+
"description": "If `true`, the grid will have a fixed width based on the screen size.",
|
|
3370
2838
|
"required": false,
|
|
3371
|
-
"default": "
|
|
2839
|
+
"default": "false",
|
|
3372
2840
|
"value": {
|
|
3373
2841
|
"kind": "expression",
|
|
3374
|
-
"type": "
|
|
2842
|
+
"type": "boolean"
|
|
3375
2843
|
}
|
|
3376
|
-
}
|
|
2844
|
+
}
|
|
2845
|
+
],
|
|
2846
|
+
"slots": [],
|
|
2847
|
+
"events": []
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "IonHeader",
|
|
2851
|
+
"doc-url": "https://ionicframework.com/docs/api/header",
|
|
2852
|
+
"description": "",
|
|
2853
|
+
"source": {
|
|
2854
|
+
"module": "@ionic/core/src/components/header/header.d.ts",
|
|
2855
|
+
"symbol": "Header"
|
|
2856
|
+
},
|
|
2857
|
+
"attributes": [
|
|
3377
2858
|
{
|
|
3378
|
-
"name": "
|
|
3379
|
-
"description": "
|
|
2859
|
+
"name": "collapse",
|
|
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)",
|
|
3380
2861
|
"required": false,
|
|
3381
|
-
"default": "'uniform'",
|
|
3382
2862
|
"value": {
|
|
3383
2863
|
"kind": "expression",
|
|
3384
|
-
"type": "\"
|
|
2864
|
+
"type": "\"condense\" | \"fade\" | undefined"
|
|
3385
2865
|
}
|
|
3386
2866
|
},
|
|
3387
2867
|
{
|
|
3388
2868
|
"name": "mode",
|
|
3389
|
-
"description": "The mode determines
|
|
2869
|
+
"description": "The mode determines which platform styles to use.",
|
|
3390
2870
|
"required": false,
|
|
3391
2871
|
"value": {
|
|
3392
2872
|
"kind": "expression",
|
|
@@ -3394,176 +2874,44 @@
|
|
|
3394
2874
|
}
|
|
3395
2875
|
},
|
|
3396
2876
|
{
|
|
3397
|
-
"name": "
|
|
3398
|
-
"description": "
|
|
3399
|
-
"required": false,
|
|
3400
|
-
"value": {
|
|
3401
|
-
"kind": "expression",
|
|
3402
|
-
"type": "\"best-fit\" | \"sequential\" | undefined"
|
|
3403
|
-
}
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"name": "theme",
|
|
3407
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
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.",
|
|
3408
2879
|
"required": false,
|
|
2880
|
+
"default": "false",
|
|
3409
2881
|
"value": {
|
|
3410
2882
|
"kind": "expression",
|
|
3411
|
-
"type": "
|
|
2883
|
+
"type": "boolean"
|
|
3412
2884
|
}
|
|
3413
2885
|
}
|
|
3414
2886
|
],
|
|
3415
|
-
"slots": [
|
|
3416
|
-
{
|
|
3417
|
-
"name": "default",
|
|
3418
|
-
"description": "Content is placed in a responsive gallery layout."
|
|
3419
|
-
}
|
|
3420
|
-
],
|
|
2887
|
+
"slots": [],
|
|
3421
2888
|
"events": []
|
|
3422
2889
|
},
|
|
3423
2890
|
{
|
|
3424
|
-
"name": "
|
|
3425
|
-
"doc-url": "https://ionicframework.com/docs/api/
|
|
2891
|
+
"name": "IonImg",
|
|
2892
|
+
"doc-url": "https://ionicframework.com/docs/api/img",
|
|
3426
2893
|
"description": "",
|
|
3427
2894
|
"source": {
|
|
3428
|
-
"module": "@ionic/core/src/components/
|
|
3429
|
-
"symbol": "
|
|
2895
|
+
"module": "@ionic/core/src/components/img/img.d.ts",
|
|
2896
|
+
"symbol": "Img"
|
|
3430
2897
|
},
|
|
3431
2898
|
"attributes": [
|
|
3432
2899
|
{
|
|
3433
|
-
"name": "
|
|
3434
|
-
"description": "
|
|
2900
|
+
"name": "alt",
|
|
2901
|
+
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
|
|
3435
2902
|
"required": false,
|
|
3436
|
-
"default": "false",
|
|
3437
2903
|
"value": {
|
|
3438
2904
|
"kind": "expression",
|
|
3439
|
-
"type": "
|
|
2905
|
+
"type": "string | undefined"
|
|
3440
2906
|
}
|
|
3441
2907
|
},
|
|
3442
2908
|
{
|
|
3443
|
-
"name": "
|
|
3444
|
-
"description": "The
|
|
2909
|
+
"name": "src",
|
|
2910
|
+
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
3445
2911
|
"required": false,
|
|
3446
2912
|
"value": {
|
|
3447
2913
|
"kind": "expression",
|
|
3448
|
-
"type": "
|
|
3449
|
-
}
|
|
3450
|
-
},
|
|
3451
|
-
{
|
|
3452
|
-
"name": "theme",
|
|
3453
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3454
|
-
"required": false,
|
|
3455
|
-
"value": {
|
|
3456
|
-
"kind": "expression",
|
|
3457
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3458
|
-
}
|
|
3459
|
-
}
|
|
3460
|
-
],
|
|
3461
|
-
"slots": [],
|
|
3462
|
-
"events": []
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"name": "IonHeader",
|
|
3466
|
-
"doc-url": "https://ionicframework.com/docs/api/header",
|
|
3467
|
-
"description": "",
|
|
3468
|
-
"source": {
|
|
3469
|
-
"module": "@ionic/core/src/components/header/header.d.ts",
|
|
3470
|
-
"symbol": "Header"
|
|
3471
|
-
},
|
|
3472
|
-
"attributes": [
|
|
3473
|
-
{
|
|
3474
|
-
"name": "collapse",
|
|
3475
|
-
"description": "Describes the scroll effect that will be applied to the header.\n\n- `\"condense\"` and `\"fade\"` only apply when the theme is `\"ios\"`.\n Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles).\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the header\n slides up and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll.",
|
|
3476
|
-
"required": false,
|
|
3477
|
-
"value": {
|
|
3478
|
-
"kind": "expression",
|
|
3479
|
-
"type": "\"condense\" | \"fade\" | \"hide\" | undefined"
|
|
3480
|
-
}
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"name": "divider",
|
|
3484
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3485
|
-
"required": false,
|
|
3486
|
-
"default": "false",
|
|
3487
|
-
"value": {
|
|
3488
|
-
"kind": "expression",
|
|
3489
|
-
"type": "boolean"
|
|
3490
|
-
}
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"name": "mode",
|
|
3494
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3495
|
-
"required": false,
|
|
3496
|
-
"value": {
|
|
3497
|
-
"kind": "expression",
|
|
3498
|
-
"type": "\"ios\" | \"md\""
|
|
3499
|
-
}
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"name": "theme",
|
|
3503
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3504
|
-
"required": false,
|
|
3505
|
-
"value": {
|
|
3506
|
-
"kind": "expression",
|
|
3507
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3508
|
-
}
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"name": "translucent",
|
|
3512
|
-
"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.",
|
|
3513
|
-
"required": false,
|
|
3514
|
-
"default": "false",
|
|
3515
|
-
"value": {
|
|
3516
|
-
"kind": "expression",
|
|
3517
|
-
"type": "boolean"
|
|
3518
|
-
}
|
|
3519
|
-
}
|
|
3520
|
-
],
|
|
3521
|
-
"slots": [],
|
|
3522
|
-
"events": []
|
|
3523
|
-
},
|
|
3524
|
-
{
|
|
3525
|
-
"name": "IonImg",
|
|
3526
|
-
"doc-url": "https://ionicframework.com/docs/api/img",
|
|
3527
|
-
"description": "",
|
|
3528
|
-
"source": {
|
|
3529
|
-
"module": "@ionic/core/src/components/img/img.d.ts",
|
|
3530
|
-
"symbol": "Img"
|
|
3531
|
-
},
|
|
3532
|
-
"attributes": [
|
|
3533
|
-
{
|
|
3534
|
-
"name": "alt",
|
|
3535
|
-
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
|
|
3536
|
-
"required": false,
|
|
3537
|
-
"value": {
|
|
3538
|
-
"kind": "expression",
|
|
3539
|
-
"type": "string | undefined"
|
|
3540
|
-
}
|
|
3541
|
-
},
|
|
3542
|
-
{
|
|
3543
|
-
"name": "mode",
|
|
3544
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3545
|
-
"required": false,
|
|
3546
|
-
"value": {
|
|
3547
|
-
"kind": "expression",
|
|
3548
|
-
"type": "\"ios\" | \"md\""
|
|
3549
|
-
}
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"name": "src",
|
|
3553
|
-
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
3554
|
-
"required": false,
|
|
3555
|
-
"value": {
|
|
3556
|
-
"kind": "expression",
|
|
3557
|
-
"type": "string | undefined"
|
|
3558
|
-
}
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "theme",
|
|
3562
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3563
|
-
"required": false,
|
|
3564
|
-
"value": {
|
|
3565
|
-
"kind": "expression",
|
|
3566
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2914
|
+
"type": "string | undefined"
|
|
3567
2915
|
}
|
|
3568
2916
|
}
|
|
3569
2917
|
],
|
|
@@ -3620,15 +2968,6 @@
|
|
|
3620
2968
|
"type": "boolean"
|
|
3621
2969
|
}
|
|
3622
2970
|
},
|
|
3623
|
-
{
|
|
3624
|
-
"name": "mode",
|
|
3625
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3626
|
-
"required": false,
|
|
3627
|
-
"value": {
|
|
3628
|
-
"kind": "expression",
|
|
3629
|
-
"type": "\"ios\" | \"md\""
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
2971
|
{
|
|
3633
2972
|
"name": "position",
|
|
3634
2973
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -3639,25 +2978,6 @@
|
|
|
3639
2978
|
"type": "\"bottom\" | \"top\""
|
|
3640
2979
|
}
|
|
3641
2980
|
},
|
|
3642
|
-
{
|
|
3643
|
-
"name": "preserve-rerender-scroll-position",
|
|
3644
|
-
"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.",
|
|
3645
|
-
"required": false,
|
|
3646
|
-
"default": "false",
|
|
3647
|
-
"value": {
|
|
3648
|
-
"kind": "expression",
|
|
3649
|
-
"type": "boolean"
|
|
3650
|
-
}
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"name": "theme",
|
|
3654
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3655
|
-
"required": false,
|
|
3656
|
-
"value": {
|
|
3657
|
-
"kind": "expression",
|
|
3658
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3659
|
-
}
|
|
3660
|
-
},
|
|
3661
2981
|
{
|
|
3662
2982
|
"name": "threshold",
|
|
3663
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.",
|
|
@@ -3709,24 +3029,6 @@
|
|
|
3709
3029
|
"kind": "expression",
|
|
3710
3030
|
"type": "IonicSafeString | string | undefined"
|
|
3711
3031
|
}
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"name": "mode",
|
|
3715
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3716
|
-
"required": false,
|
|
3717
|
-
"value": {
|
|
3718
|
-
"kind": "expression",
|
|
3719
|
-
"type": "\"ios\" | \"md\""
|
|
3720
|
-
}
|
|
3721
|
-
},
|
|
3722
|
-
{
|
|
3723
|
-
"name": "theme",
|
|
3724
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3725
|
-
"required": false,
|
|
3726
|
-
"value": {
|
|
3727
|
-
"kind": "expression",
|
|
3728
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3729
|
-
}
|
|
3730
3032
|
}
|
|
3731
3033
|
],
|
|
3732
3034
|
"slots": [],
|
|
@@ -3765,10 +3067,10 @@
|
|
|
3765
3067
|
"name": "autocorrect",
|
|
3766
3068
|
"description": "Whether auto correction should be enabled when the user is entering/editing the text value.",
|
|
3767
3069
|
"required": false,
|
|
3768
|
-
"default": "
|
|
3070
|
+
"default": "false",
|
|
3769
3071
|
"value": {
|
|
3770
3072
|
"kind": "expression",
|
|
3771
|
-
"type": "
|
|
3073
|
+
"type": "boolean"
|
|
3772
3074
|
}
|
|
3773
3075
|
},
|
|
3774
3076
|
{
|
|
@@ -3876,7 +3178,7 @@
|
|
|
3876
3178
|
},
|
|
3877
3179
|
{
|
|
3878
3180
|
"name": "fill",
|
|
3879
|
-
"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.",
|
|
3880
3182
|
"required": false,
|
|
3881
3183
|
"value": {
|
|
3882
3184
|
"kind": "expression",
|
|
@@ -3912,11 +3214,12 @@
|
|
|
3912
3214
|
},
|
|
3913
3215
|
{
|
|
3914
3216
|
"name": "label-placement",
|
|
3915
|
-
"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 (\"...\").",
|
|
3916
3218
|
"required": false,
|
|
3219
|
+
"default": "'start'",
|
|
3917
3220
|
"value": {
|
|
3918
3221
|
"kind": "expression",
|
|
3919
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
3222
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3920
3223
|
}
|
|
3921
3224
|
},
|
|
3922
3225
|
{
|
|
@@ -3957,7 +3260,7 @@
|
|
|
3957
3260
|
},
|
|
3958
3261
|
{
|
|
3959
3262
|
"name": "mode",
|
|
3960
|
-
"description": "The mode determines
|
|
3263
|
+
"description": "The mode determines which platform styles to use.",
|
|
3961
3264
|
"required": false,
|
|
3962
3265
|
"value": {
|
|
3963
3266
|
"kind": "expression",
|
|
@@ -4023,21 +3326,11 @@
|
|
|
4023
3326
|
},
|
|
4024
3327
|
{
|
|
4025
3328
|
"name": "shape",
|
|
4026
|
-
"description": "
|
|
4027
|
-
"required": false,
|
|
4028
|
-
"value": {
|
|
4029
|
-
"kind": "expression",
|
|
4030
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4031
|
-
}
|
|
4032
|
-
},
|
|
4033
|
-
{
|
|
4034
|
-
"name": "size",
|
|
4035
|
-
"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.",
|
|
3329
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
4036
3330
|
"required": false,
|
|
4037
|
-
"default": "'medium'",
|
|
4038
3331
|
"value": {
|
|
4039
3332
|
"kind": "expression",
|
|
4040
|
-
"type": "\"
|
|
3333
|
+
"type": "\"round\" | undefined"
|
|
4041
3334
|
}
|
|
4042
3335
|
},
|
|
4043
3336
|
{
|
|
@@ -4059,15 +3352,6 @@
|
|
|
4059
3352
|
"type": "string | undefined"
|
|
4060
3353
|
}
|
|
4061
3354
|
},
|
|
4062
|
-
{
|
|
4063
|
-
"name": "theme",
|
|
4064
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4065
|
-
"required": false,
|
|
4066
|
-
"value": {
|
|
4067
|
-
"kind": "expression",
|
|
4068
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4069
|
-
}
|
|
4070
|
-
},
|
|
4071
3355
|
{
|
|
4072
3356
|
"name": "type",
|
|
4073
3357
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -4213,15 +3497,6 @@
|
|
|
4213
3497
|
"type": "number"
|
|
4214
3498
|
}
|
|
4215
3499
|
},
|
|
4216
|
-
{
|
|
4217
|
-
"name": "mode",
|
|
4218
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4219
|
-
"required": false,
|
|
4220
|
-
"value": {
|
|
4221
|
-
"kind": "expression",
|
|
4222
|
-
"type": "\"ios\" | \"md\""
|
|
4223
|
-
}
|
|
4224
|
-
},
|
|
4225
3500
|
{
|
|
4226
3501
|
"name": "pattern",
|
|
4227
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}]\"`",
|
|
@@ -4270,15 +3545,6 @@
|
|
|
4270
3545
|
"type": "\"large\" | \"medium\" | \"small\""
|
|
4271
3546
|
}
|
|
4272
3547
|
},
|
|
4273
|
-
{
|
|
4274
|
-
"name": "theme",
|
|
4275
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4276
|
-
"required": false,
|
|
4277
|
-
"value": {
|
|
4278
|
-
"kind": "expression",
|
|
4279
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4280
|
-
}
|
|
4281
|
-
},
|
|
4282
3548
|
{
|
|
4283
3549
|
"name": "type",
|
|
4284
3550
|
"description": "The type of input allowed in the input boxes.",
|
|
@@ -4433,7 +3699,7 @@
|
|
|
4433
3699
|
},
|
|
4434
3700
|
{
|
|
4435
3701
|
"name": "detail",
|
|
4436
|
-
"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.",
|
|
4437
3703
|
"required": false,
|
|
4438
3704
|
"value": {
|
|
4439
3705
|
"kind": "expression",
|
|
@@ -4444,9 +3710,10 @@
|
|
|
4444
3710
|
"name": "detail-icon",
|
|
4445
3711
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
4446
3712
|
"required": false,
|
|
3713
|
+
"default": "chevronForward",
|
|
4447
3714
|
"value": {
|
|
4448
3715
|
"kind": "expression",
|
|
4449
|
-
"type": "string
|
|
3716
|
+
"type": "string"
|
|
4450
3717
|
}
|
|
4451
3718
|
},
|
|
4452
3719
|
{
|
|
@@ -4488,7 +3755,7 @@
|
|
|
4488
3755
|
},
|
|
4489
3756
|
{
|
|
4490
3757
|
"name": "mode",
|
|
4491
|
-
"description": "The mode determines
|
|
3758
|
+
"description": "The mode determines which platform styles to use.",
|
|
4492
3759
|
"required": false,
|
|
4493
3760
|
"value": {
|
|
4494
3761
|
"kind": "expression",
|
|
@@ -4532,15 +3799,6 @@
|
|
|
4532
3799
|
"type": "string | undefined"
|
|
4533
3800
|
}
|
|
4534
3801
|
},
|
|
4535
|
-
{
|
|
4536
|
-
"name": "theme",
|
|
4537
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4538
|
-
"required": false,
|
|
4539
|
-
"value": {
|
|
4540
|
-
"kind": "expression",
|
|
4541
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4542
|
-
}
|
|
4543
|
-
},
|
|
4544
3802
|
{
|
|
4545
3803
|
"name": "type",
|
|
4546
3804
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -4588,7 +3846,7 @@
|
|
|
4588
3846
|
},
|
|
4589
3847
|
{
|
|
4590
3848
|
"name": "mode",
|
|
4591
|
-
"description": "The mode determines
|
|
3849
|
+
"description": "The mode determines which platform styles to use.",
|
|
4592
3850
|
"required": false,
|
|
4593
3851
|
"value": {
|
|
4594
3852
|
"kind": "expression",
|
|
@@ -4604,15 +3862,6 @@
|
|
|
4604
3862
|
"kind": "expression",
|
|
4605
3863
|
"type": "boolean"
|
|
4606
3864
|
}
|
|
4607
|
-
},
|
|
4608
|
-
{
|
|
4609
|
-
"name": "theme",
|
|
4610
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4611
|
-
"required": false,
|
|
4612
|
-
"value": {
|
|
4613
|
-
"kind": "expression",
|
|
4614
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4615
|
-
}
|
|
4616
3865
|
}
|
|
4617
3866
|
],
|
|
4618
3867
|
"slots": [
|
|
@@ -4639,26 +3888,7 @@
|
|
|
4639
3888
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
4640
3889
|
"symbol": "ItemGroup"
|
|
4641
3890
|
},
|
|
4642
|
-
"attributes": [
|
|
4643
|
-
{
|
|
4644
|
-
"name": "mode",
|
|
4645
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4646
|
-
"required": false,
|
|
4647
|
-
"value": {
|
|
4648
|
-
"kind": "expression",
|
|
4649
|
-
"type": "\"ios\" | \"md\""
|
|
4650
|
-
}
|
|
4651
|
-
},
|
|
4652
|
-
{
|
|
4653
|
-
"name": "theme",
|
|
4654
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4655
|
-
"required": false,
|
|
4656
|
-
"value": {
|
|
4657
|
-
"kind": "expression",
|
|
4658
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4659
|
-
}
|
|
4660
|
-
}
|
|
4661
|
-
],
|
|
3891
|
+
"attributes": [],
|
|
4662
3892
|
"slots": [],
|
|
4663
3893
|
"events": []
|
|
4664
3894
|
},
|
|
@@ -4718,19 +3948,9 @@
|
|
|
4718
3948
|
"type": "string | undefined"
|
|
4719
3949
|
}
|
|
4720
3950
|
},
|
|
4721
|
-
{
|
|
4722
|
-
"name": "hue",
|
|
4723
|
-
"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.",
|
|
4724
|
-
"required": false,
|
|
4725
|
-
"default": "'subtle'",
|
|
4726
|
-
"value": {
|
|
4727
|
-
"kind": "expression",
|
|
4728
|
-
"type": "\"bold\" | \"subtle\" | undefined"
|
|
4729
|
-
}
|
|
4730
|
-
},
|
|
4731
3951
|
{
|
|
4732
3952
|
"name": "mode",
|
|
4733
|
-
"description": "The mode determines
|
|
3953
|
+
"description": "The mode determines which platform styles to use.",
|
|
4734
3954
|
"required": false,
|
|
4735
3955
|
"value": {
|
|
4736
3956
|
"kind": "expression",
|
|
@@ -4746,15 +3966,6 @@
|
|
|
4746
3966
|
"type": "string | undefined"
|
|
4747
3967
|
}
|
|
4748
3968
|
},
|
|
4749
|
-
{
|
|
4750
|
-
"name": "shape",
|
|
4751
|
-
"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.",
|
|
4752
|
-
"required": false,
|
|
4753
|
-
"value": {
|
|
4754
|
-
"kind": "expression",
|
|
4755
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4756
|
-
}
|
|
4757
|
-
},
|
|
4758
3969
|
{
|
|
4759
3970
|
"name": "target",
|
|
4760
3971
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -4764,15 +3975,6 @@
|
|
|
4764
3975
|
"type": "string | undefined"
|
|
4765
3976
|
}
|
|
4766
3977
|
},
|
|
4767
|
-
{
|
|
4768
|
-
"name": "theme",
|
|
4769
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4770
|
-
"required": false,
|
|
4771
|
-
"value": {
|
|
4772
|
-
"kind": "expression",
|
|
4773
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4774
|
-
}
|
|
4775
|
-
},
|
|
4776
3978
|
{
|
|
4777
3979
|
"name": "type",
|
|
4778
3980
|
"description": "The type of the button.",
|
|
@@ -4821,15 +4023,6 @@
|
|
|
4821
4023
|
"symbol": "ItemOptions"
|
|
4822
4024
|
},
|
|
4823
4025
|
"attributes": [
|
|
4824
|
-
{
|
|
4825
|
-
"name": "mode",
|
|
4826
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4827
|
-
"required": false,
|
|
4828
|
-
"value": {
|
|
4829
|
-
"kind": "expression",
|
|
4830
|
-
"type": "\"ios\" | \"md\""
|
|
4831
|
-
}
|
|
4832
|
-
},
|
|
4833
4026
|
{
|
|
4834
4027
|
"name": "side",
|
|
4835
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.",
|
|
@@ -4839,15 +4032,6 @@
|
|
|
4839
4032
|
"kind": "expression",
|
|
4840
4033
|
"type": "\"end\" | \"start\""
|
|
4841
4034
|
}
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"name": "theme",
|
|
4845
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4846
|
-
"required": false,
|
|
4847
|
-
"value": {
|
|
4848
|
-
"kind": "expression",
|
|
4849
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4850
|
-
}
|
|
4851
4035
|
}
|
|
4852
4036
|
],
|
|
4853
4037
|
"slots": [],
|
|
@@ -4882,24 +4066,6 @@
|
|
|
4882
4066
|
"kind": "expression",
|
|
4883
4067
|
"type": "boolean"
|
|
4884
4068
|
}
|
|
4885
|
-
},
|
|
4886
|
-
{
|
|
4887
|
-
"name": "mode",
|
|
4888
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4889
|
-
"required": false,
|
|
4890
|
-
"value": {
|
|
4891
|
-
"kind": "expression",
|
|
4892
|
-
"type": "\"ios\" | \"md\""
|
|
4893
|
-
}
|
|
4894
|
-
},
|
|
4895
|
-
{
|
|
4896
|
-
"name": "theme",
|
|
4897
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4898
|
-
"required": false,
|
|
4899
|
-
"value": {
|
|
4900
|
-
"kind": "expression",
|
|
4901
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4902
|
-
}
|
|
4903
4069
|
}
|
|
4904
4070
|
],
|
|
4905
4071
|
"slots": [],
|
|
@@ -4936,7 +4102,7 @@
|
|
|
4936
4102
|
},
|
|
4937
4103
|
{
|
|
4938
4104
|
"name": "mode",
|
|
4939
|
-
"description": "The mode determines
|
|
4105
|
+
"description": "The mode determines which platform styles to use.",
|
|
4940
4106
|
"required": false,
|
|
4941
4107
|
"value": {
|
|
4942
4108
|
"kind": "expression",
|
|
@@ -4951,15 +4117,6 @@
|
|
|
4951
4117
|
"kind": "expression",
|
|
4952
4118
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4953
4119
|
}
|
|
4954
|
-
},
|
|
4955
|
-
{
|
|
4956
|
-
"name": "theme",
|
|
4957
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4958
|
-
"required": false,
|
|
4959
|
-
"value": {
|
|
4960
|
-
"kind": "expression",
|
|
4961
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4962
|
-
}
|
|
4963
4120
|
}
|
|
4964
4121
|
],
|
|
4965
4122
|
"slots": [],
|
|
@@ -4995,30 +4152,12 @@
|
|
|
4995
4152
|
},
|
|
4996
4153
|
{
|
|
4997
4154
|
"name": "mode",
|
|
4998
|
-
"description": "The mode determines
|
|
4155
|
+
"description": "The mode determines which platform styles to use.",
|
|
4999
4156
|
"required": false,
|
|
5000
4157
|
"value": {
|
|
5001
4158
|
"kind": "expression",
|
|
5002
4159
|
"type": "\"ios\" | \"md\""
|
|
5003
4160
|
}
|
|
5004
|
-
},
|
|
5005
|
-
{
|
|
5006
|
-
"name": "shape",
|
|
5007
|
-
"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.",
|
|
5008
|
-
"required": false,
|
|
5009
|
-
"value": {
|
|
5010
|
-
"kind": "expression",
|
|
5011
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5012
|
-
}
|
|
5013
|
-
},
|
|
5014
|
-
{
|
|
5015
|
-
"name": "theme",
|
|
5016
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5017
|
-
"required": false,
|
|
5018
|
-
"value": {
|
|
5019
|
-
"kind": "expression",
|
|
5020
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5021
|
-
}
|
|
5022
4161
|
}
|
|
5023
4162
|
],
|
|
5024
4163
|
"slots": [],
|
|
@@ -5053,21 +4192,12 @@
|
|
|
5053
4192
|
},
|
|
5054
4193
|
{
|
|
5055
4194
|
"name": "mode",
|
|
5056
|
-
"description": "The mode determines
|
|
4195
|
+
"description": "The mode determines which platform styles to use.",
|
|
5057
4196
|
"required": false,
|
|
5058
4197
|
"value": {
|
|
5059
4198
|
"kind": "expression",
|
|
5060
4199
|
"type": "\"ios\" | \"md\""
|
|
5061
4200
|
}
|
|
5062
|
-
},
|
|
5063
|
-
{
|
|
5064
|
-
"name": "theme",
|
|
5065
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5066
|
-
"required": false,
|
|
5067
|
-
"value": {
|
|
5068
|
-
"kind": "expression",
|
|
5069
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5070
|
-
}
|
|
5071
4201
|
}
|
|
5072
4202
|
],
|
|
5073
4203
|
"slots": [],
|
|
@@ -5179,7 +4309,7 @@
|
|
|
5179
4309
|
},
|
|
5180
4310
|
{
|
|
5181
4311
|
"name": "mode",
|
|
5182
|
-
"description": "The mode determines
|
|
4312
|
+
"description": "The mode determines which platform styles to use.",
|
|
5183
4313
|
"required": false,
|
|
5184
4314
|
"value": {
|
|
5185
4315
|
"kind": "expression",
|
|
@@ -5205,18 +4335,9 @@
|
|
|
5205
4335
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
5206
4336
|
}
|
|
5207
4337
|
},
|
|
5208
|
-
{
|
|
5209
|
-
"name": "theme",
|
|
5210
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5211
|
-
"required": false,
|
|
5212
|
-
"value": {
|
|
5213
|
-
"kind": "expression",
|
|
5214
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5215
|
-
}
|
|
5216
|
-
},
|
|
5217
4338
|
{
|
|
5218
4339
|
"name": "translucent",
|
|
5219
|
-
"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).",
|
|
5220
4341
|
"required": false,
|
|
5221
4342
|
"default": "false",
|
|
5222
4343
|
"value": {
|
|
@@ -5365,15 +4486,6 @@
|
|
|
5365
4486
|
"type": "string | undefined"
|
|
5366
4487
|
}
|
|
5367
4488
|
},
|
|
5368
|
-
{
|
|
5369
|
-
"name": "mode",
|
|
5370
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5371
|
-
"required": false,
|
|
5372
|
-
"value": {
|
|
5373
|
-
"kind": "expression",
|
|
5374
|
-
"type": "\"ios\" | \"md\""
|
|
5375
|
-
}
|
|
5376
|
-
},
|
|
5377
4489
|
{
|
|
5378
4490
|
"name": "side",
|
|
5379
4491
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -5394,15 +4506,6 @@
|
|
|
5394
4506
|
"type": "boolean"
|
|
5395
4507
|
}
|
|
5396
4508
|
},
|
|
5397
|
-
{
|
|
5398
|
-
"name": "theme",
|
|
5399
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5400
|
-
"required": false,
|
|
5401
|
-
"value": {
|
|
5402
|
-
"kind": "expression",
|
|
5403
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5404
|
-
}
|
|
5405
|
-
},
|
|
5406
4509
|
{
|
|
5407
4510
|
"name": "type",
|
|
5408
4511
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -5506,22 +4609,13 @@
|
|
|
5506
4609
|
},
|
|
5507
4610
|
{
|
|
5508
4611
|
"name": "mode",
|
|
5509
|
-
"description": "The mode determines
|
|
4612
|
+
"description": "The mode determines which platform styles to use.",
|
|
5510
4613
|
"required": false,
|
|
5511
4614
|
"value": {
|
|
5512
4615
|
"kind": "expression",
|
|
5513
4616
|
"type": "\"ios\" | \"md\""
|
|
5514
4617
|
}
|
|
5515
4618
|
},
|
|
5516
|
-
{
|
|
5517
|
-
"name": "theme",
|
|
5518
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5519
|
-
"required": false,
|
|
5520
|
-
"value": {
|
|
5521
|
-
"kind": "expression",
|
|
5522
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5523
|
-
}
|
|
5524
|
-
},
|
|
5525
4619
|
{
|
|
5526
4620
|
"name": "type",
|
|
5527
4621
|
"description": "The type of the button.",
|
|
@@ -5563,24 +4657,6 @@
|
|
|
5563
4657
|
"kind": "expression",
|
|
5564
4658
|
"type": "string | undefined"
|
|
5565
4659
|
}
|
|
5566
|
-
},
|
|
5567
|
-
{
|
|
5568
|
-
"name": "mode",
|
|
5569
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5570
|
-
"required": false,
|
|
5571
|
-
"value": {
|
|
5572
|
-
"kind": "expression",
|
|
5573
|
-
"type": "\"ios\" | \"md\""
|
|
5574
|
-
}
|
|
5575
|
-
},
|
|
5576
|
-
{
|
|
5577
|
-
"name": "theme",
|
|
5578
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5579
|
-
"required": false,
|
|
5580
|
-
"value": {
|
|
5581
|
-
"kind": "expression",
|
|
5582
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5583
|
-
}
|
|
5584
4660
|
}
|
|
5585
4661
|
],
|
|
5586
4662
|
"slots": [
|
|
@@ -5756,7 +4832,7 @@
|
|
|
5756
4832
|
},
|
|
5757
4833
|
{
|
|
5758
4834
|
"name": "mode",
|
|
5759
|
-
"description": "The mode determines
|
|
4835
|
+
"description": "The mode determines which platform styles to use.",
|
|
5760
4836
|
"required": false,
|
|
5761
4837
|
"value": {
|
|
5762
4838
|
"kind": "expression",
|
|
@@ -5772,15 +4848,6 @@
|
|
|
5772
4848
|
"type": "HTMLElement | undefined"
|
|
5773
4849
|
}
|
|
5774
4850
|
},
|
|
5775
|
-
{
|
|
5776
|
-
"name": "shape",
|
|
5777
|
-
"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.",
|
|
5778
|
-
"required": false,
|
|
5779
|
-
"value": {
|
|
5780
|
-
"kind": "expression",
|
|
5781
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5782
|
-
}
|
|
5783
|
-
},
|
|
5784
4851
|
{
|
|
5785
4852
|
"name": "show-backdrop",
|
|
5786
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.",
|
|
@@ -5791,15 +4858,6 @@
|
|
|
5791
4858
|
"type": "boolean"
|
|
5792
4859
|
}
|
|
5793
4860
|
},
|
|
5794
|
-
{
|
|
5795
|
-
"name": "theme",
|
|
5796
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5797
|
-
"required": false,
|
|
5798
|
-
"value": {
|
|
5799
|
-
"kind": "expression",
|
|
5800
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5801
|
-
}
|
|
5802
|
-
},
|
|
5803
4861
|
{
|
|
5804
4862
|
"name": "trigger",
|
|
5805
4863
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -5959,21 +5017,12 @@
|
|
|
5959
5017
|
},
|
|
5960
5018
|
{
|
|
5961
5019
|
"name": "mode",
|
|
5962
|
-
"description": "The mode determines
|
|
5020
|
+
"description": "The mode determines which platform styles to use.",
|
|
5963
5021
|
"required": false,
|
|
5964
5022
|
"value": {
|
|
5965
5023
|
"kind": "expression",
|
|
5966
5024
|
"type": "\"ios\" | \"md\""
|
|
5967
5025
|
}
|
|
5968
|
-
},
|
|
5969
|
-
{
|
|
5970
|
-
"name": "theme",
|
|
5971
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5972
|
-
"required": false,
|
|
5973
|
-
"value": {
|
|
5974
|
-
"kind": "expression",
|
|
5975
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5976
|
-
}
|
|
5977
5026
|
}
|
|
5978
5027
|
],
|
|
5979
5028
|
"slots": [],
|
|
@@ -5990,21 +5039,12 @@
|
|
|
5990
5039
|
"attributes": [
|
|
5991
5040
|
{
|
|
5992
5041
|
"name": "mode",
|
|
5993
|
-
"description": "The mode determines
|
|
5042
|
+
"description": "The mode determines which platform styles to use.",
|
|
5994
5043
|
"required": false,
|
|
5995
5044
|
"value": {
|
|
5996
5045
|
"kind": "expression",
|
|
5997
5046
|
"type": "\"ios\" | \"md\""
|
|
5998
5047
|
}
|
|
5999
|
-
},
|
|
6000
|
-
{
|
|
6001
|
-
"name": "theme",
|
|
6002
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6003
|
-
"required": false,
|
|
6004
|
-
"value": {
|
|
6005
|
-
"kind": "expression",
|
|
6006
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6007
|
-
}
|
|
6008
5048
|
}
|
|
6009
5049
|
],
|
|
6010
5050
|
"slots": [],
|
|
@@ -6041,22 +5081,13 @@
|
|
|
6041
5081
|
},
|
|
6042
5082
|
{
|
|
6043
5083
|
"name": "mode",
|
|
6044
|
-
"description": "The mode determines
|
|
5084
|
+
"description": "The mode determines which platform styles to use.",
|
|
6045
5085
|
"required": false,
|
|
6046
5086
|
"value": {
|
|
6047
5087
|
"kind": "expression",
|
|
6048
5088
|
"type": "\"ios\" | \"md\""
|
|
6049
5089
|
}
|
|
6050
5090
|
},
|
|
6051
|
-
{
|
|
6052
|
-
"name": "theme",
|
|
6053
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6054
|
-
"required": false,
|
|
6055
|
-
"value": {
|
|
6056
|
-
"kind": "expression",
|
|
6057
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6058
|
-
}
|
|
6059
|
-
},
|
|
6060
5091
|
{
|
|
6061
5092
|
"name": "value",
|
|
6062
5093
|
"description": "The selected option in the picker.",
|
|
@@ -6107,285 +5138,30 @@
|
|
|
6107
5138
|
"value": {
|
|
6108
5139
|
"kind": "expression",
|
|
6109
5140
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
6110
|
-
}
|
|
6111
|
-
},
|
|
6112
|
-
{
|
|
6113
|
-
"name": "disabled",
|
|
6114
|
-
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
6115
|
-
"required": false,
|
|
6116
|
-
"default": "false",
|
|
6117
|
-
"value": {
|
|
6118
|
-
"kind": "expression",
|
|
6119
|
-
"type": "boolean"
|
|
6120
|
-
}
|
|
6121
|
-
},
|
|
6122
|
-
{
|
|
6123
|
-
"name": "mode",
|
|
6124
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6125
|
-
"required": false,
|
|
6126
|
-
"value": {
|
|
6127
|
-
"kind": "expression",
|
|
6128
|
-
"type": "\"ios\" | \"md\""
|
|
6129
|
-
}
|
|
6130
|
-
},
|
|
6131
|
-
{
|
|
6132
|
-
"name": "theme",
|
|
6133
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6134
|
-
"required": false,
|
|
6135
|
-
"value": {
|
|
6136
|
-
"kind": "expression",
|
|
6137
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6138
|
-
}
|
|
6139
|
-
},
|
|
6140
|
-
{
|
|
6141
|
-
"name": "value",
|
|
6142
|
-
"description": "The text value of the option.",
|
|
6143
|
-
"required": false,
|
|
6144
|
-
"value": {
|
|
6145
|
-
"kind": "expression",
|
|
6146
|
-
"type": "any"
|
|
6147
|
-
}
|
|
6148
|
-
}
|
|
6149
|
-
],
|
|
6150
|
-
"slots": [],
|
|
6151
|
-
"events": []
|
|
6152
|
-
},
|
|
6153
|
-
{
|
|
6154
|
-
"name": "IonPickerLegacy",
|
|
6155
|
-
"doc-url": "https://ionicframework.com/docs/api/picker-legacy",
|
|
6156
|
-
"description": "",
|
|
6157
|
-
"source": {
|
|
6158
|
-
"module": "@ionic/core/src/components/picker-legacy/picker.d.ts",
|
|
6159
|
-
"symbol": "PickerLegacy"
|
|
6160
|
-
},
|
|
6161
|
-
"attributes": [
|
|
6162
|
-
{
|
|
6163
|
-
"name": "animated",
|
|
6164
|
-
"description": "If `true`, the picker will animate.",
|
|
6165
|
-
"required": false,
|
|
6166
|
-
"default": "true",
|
|
6167
|
-
"value": {
|
|
6168
|
-
"kind": "expression",
|
|
6169
|
-
"type": "boolean"
|
|
6170
|
-
}
|
|
6171
|
-
},
|
|
6172
|
-
{
|
|
6173
|
-
"name": "backdrop-dismiss",
|
|
6174
|
-
"description": "If `true`, the picker will be dismissed when the backdrop is clicked.",
|
|
6175
|
-
"required": false,
|
|
6176
|
-
"default": "true",
|
|
6177
|
-
"value": {
|
|
6178
|
-
"kind": "expression",
|
|
6179
|
-
"type": "boolean"
|
|
6180
|
-
}
|
|
6181
|
-
},
|
|
6182
|
-
{
|
|
6183
|
-
"name": "buttons",
|
|
6184
|
-
"description": "Array of buttons to be displayed at the top of the picker.",
|
|
6185
|
-
"required": false,
|
|
6186
|
-
"default": "[]",
|
|
6187
|
-
"value": {
|
|
6188
|
-
"kind": "expression",
|
|
6189
|
-
"type": "PickerButton[]"
|
|
6190
|
-
}
|
|
6191
|
-
},
|
|
6192
|
-
{
|
|
6193
|
-
"name": "columns",
|
|
6194
|
-
"description": "Array of columns to be displayed in the picker.",
|
|
6195
|
-
"required": false,
|
|
6196
|
-
"default": "[]",
|
|
6197
|
-
"value": {
|
|
6198
|
-
"kind": "expression",
|
|
6199
|
-
"type": "PickerColumn[]"
|
|
6200
|
-
}
|
|
6201
|
-
},
|
|
6202
|
-
{
|
|
6203
|
-
"name": "css-class",
|
|
6204
|
-
"description": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
|
|
6205
|
-
"required": false,
|
|
6206
|
-
"value": {
|
|
6207
|
-
"kind": "expression",
|
|
6208
|
-
"type": "string | string[] | undefined"
|
|
6209
|
-
}
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"name": "duration",
|
|
6213
|
-
"description": "Number of milliseconds to wait before dismissing the picker.",
|
|
6214
|
-
"required": false,
|
|
6215
|
-
"default": "0",
|
|
6216
|
-
"value": {
|
|
6217
|
-
"kind": "expression",
|
|
6218
|
-
"type": "number"
|
|
6219
|
-
}
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"name": "enterAnimation",
|
|
6223
|
-
"description": "Animation to use when the picker is presented.",
|
|
6224
|
-
"required": false,
|
|
6225
|
-
"value": {
|
|
6226
|
-
"kind": "expression",
|
|
6227
|
-
"type": "((baseEl: any, opts?: any) => Animation) | undefined"
|
|
6228
|
-
}
|
|
6229
|
-
},
|
|
6230
|
-
{
|
|
6231
|
-
"name": "htmlAttributes",
|
|
6232
|
-
"description": "Additional attributes to pass to the picker.",
|
|
6233
|
-
"required": false,
|
|
6234
|
-
"value": {
|
|
6235
|
-
"kind": "expression",
|
|
6236
|
-
"type": "undefined | { [key: string]: any; }"
|
|
6237
|
-
}
|
|
6238
|
-
},
|
|
6239
|
-
{
|
|
6240
|
-
"name": "is-open",
|
|
6241
|
-
"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.",
|
|
6242
|
-
"required": false,
|
|
6243
|
-
"default": "false",
|
|
6244
|
-
"value": {
|
|
6245
|
-
"kind": "expression",
|
|
6246
|
-
"type": "boolean"
|
|
6247
|
-
}
|
|
6248
|
-
},
|
|
6249
|
-
{
|
|
6250
|
-
"name": "keyboard-close",
|
|
6251
|
-
"description": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
|
|
6252
|
-
"required": false,
|
|
6253
|
-
"default": "true",
|
|
6254
|
-
"value": {
|
|
6255
|
-
"kind": "expression",
|
|
6256
|
-
"type": "boolean"
|
|
6257
|
-
}
|
|
6258
|
-
},
|
|
6259
|
-
{
|
|
6260
|
-
"name": "leaveAnimation",
|
|
6261
|
-
"description": "Animation to use when the picker is dismissed.",
|
|
6262
|
-
"required": false,
|
|
6263
|
-
"value": {
|
|
6264
|
-
"kind": "expression",
|
|
6265
|
-
"type": "((baseEl: any, opts?: any) => Animation) | undefined"
|
|
6266
|
-
}
|
|
6267
|
-
},
|
|
6268
|
-
{
|
|
6269
|
-
"name": "mode",
|
|
6270
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6271
|
-
"required": false,
|
|
6272
|
-
"value": {
|
|
6273
|
-
"kind": "expression",
|
|
6274
|
-
"type": "\"ios\" | \"md\""
|
|
6275
|
-
}
|
|
6276
|
-
},
|
|
6277
|
-
{
|
|
6278
|
-
"name": "show-backdrop",
|
|
6279
|
-
"description": "If `true`, a backdrop will be displayed behind the picker.",
|
|
6280
|
-
"required": false,
|
|
6281
|
-
"default": "true",
|
|
6282
|
-
"value": {
|
|
6283
|
-
"kind": "expression",
|
|
6284
|
-
"type": "boolean"
|
|
6285
|
-
}
|
|
6286
|
-
},
|
|
6287
|
-
{
|
|
6288
|
-
"name": "theme",
|
|
6289
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6290
|
-
"required": false,
|
|
6291
|
-
"value": {
|
|
6292
|
-
"kind": "expression",
|
|
6293
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6294
|
-
}
|
|
6295
|
-
},
|
|
6296
|
-
{
|
|
6297
|
-
"name": "trigger",
|
|
6298
|
-
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
6299
|
-
"required": false,
|
|
6300
|
-
"value": {
|
|
6301
|
-
"kind": "expression",
|
|
6302
|
-
"type": "string | undefined"
|
|
6303
|
-
}
|
|
6304
|
-
}
|
|
6305
|
-
],
|
|
6306
|
-
"slots": [],
|
|
6307
|
-
"events": [
|
|
6308
|
-
{
|
|
6309
|
-
"name": "didDismiss",
|
|
6310
|
-
"description": "Emitted after the picker has dismissed.\nShorthand for ionPickerDidDismiss.",
|
|
6311
|
-
"arguments": [
|
|
6312
|
-
{
|
|
6313
|
-
"name": "detail",
|
|
6314
|
-
"type": "OverlayEventDetail<any>"
|
|
6315
|
-
}
|
|
6316
|
-
]
|
|
6317
|
-
},
|
|
6318
|
-
{
|
|
6319
|
-
"name": "didPresent",
|
|
6320
|
-
"description": "Emitted after the picker has presented.\nShorthand for ionPickerWillDismiss.",
|
|
6321
|
-
"arguments": [
|
|
6322
|
-
{
|
|
6323
|
-
"name": "detail",
|
|
6324
|
-
"type": "void"
|
|
6325
|
-
}
|
|
6326
|
-
]
|
|
6327
|
-
},
|
|
6328
|
-
{
|
|
6329
|
-
"name": "ionPickerDidDismiss",
|
|
6330
|
-
"description": "Emitted after the picker has dismissed.",
|
|
6331
|
-
"arguments": [
|
|
6332
|
-
{
|
|
6333
|
-
"name": "detail",
|
|
6334
|
-
"type": "OverlayEventDetail<any>"
|
|
6335
|
-
}
|
|
6336
|
-
]
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
"name": "ionPickerDidPresent",
|
|
6340
|
-
"description": "Emitted after the picker has presented.",
|
|
6341
|
-
"arguments": [
|
|
6342
|
-
{
|
|
6343
|
-
"name": "detail",
|
|
6344
|
-
"type": "void"
|
|
6345
|
-
}
|
|
6346
|
-
]
|
|
6347
|
-
},
|
|
6348
|
-
{
|
|
6349
|
-
"name": "ionPickerWillDismiss",
|
|
6350
|
-
"description": "Emitted before the picker has dismissed.",
|
|
6351
|
-
"arguments": [
|
|
6352
|
-
{
|
|
6353
|
-
"name": "detail",
|
|
6354
|
-
"type": "OverlayEventDetail<any>"
|
|
6355
|
-
}
|
|
6356
|
-
]
|
|
6357
|
-
},
|
|
6358
|
-
{
|
|
6359
|
-
"name": "ionPickerWillPresent",
|
|
6360
|
-
"description": "Emitted before the picker has presented.",
|
|
6361
|
-
"arguments": [
|
|
6362
|
-
{
|
|
6363
|
-
"name": "detail",
|
|
6364
|
-
"type": "void"
|
|
6365
|
-
}
|
|
6366
|
-
]
|
|
5141
|
+
}
|
|
6367
5142
|
},
|
|
6368
5143
|
{
|
|
6369
|
-
"name": "
|
|
6370
|
-
"description": "
|
|
6371
|
-
"
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
|
|
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
|
+
}
|
|
6377
5152
|
},
|
|
6378
5153
|
{
|
|
6379
|
-
"name": "
|
|
6380
|
-
"description": "
|
|
6381
|
-
"
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
]
|
|
5154
|
+
"name": "value",
|
|
5155
|
+
"description": "The text value of the option.",
|
|
5156
|
+
"required": false,
|
|
5157
|
+
"value": {
|
|
5158
|
+
"kind": "expression",
|
|
5159
|
+
"type": "any"
|
|
5160
|
+
}
|
|
6387
5161
|
}
|
|
6388
|
-
]
|
|
5162
|
+
],
|
|
5163
|
+
"slots": [],
|
|
5164
|
+
"events": []
|
|
6389
5165
|
},
|
|
6390
5166
|
{
|
|
6391
5167
|
"name": "IonPopover",
|
|
@@ -6398,7 +5174,7 @@
|
|
|
6398
5174
|
"attributes": [
|
|
6399
5175
|
{
|
|
6400
5176
|
"name": "alignment",
|
|
6401
|
-
"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.",
|
|
6402
5178
|
"required": false,
|
|
6403
5179
|
"value": {
|
|
6404
5180
|
"kind": "expression",
|
|
@@ -6417,7 +5193,7 @@
|
|
|
6417
5193
|
},
|
|
6418
5194
|
{
|
|
6419
5195
|
"name": "arrow",
|
|
6420
|
-
"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.",
|
|
6421
5197
|
"required": false,
|
|
6422
5198
|
"default": "true",
|
|
6423
5199
|
"value": {
|
|
@@ -6541,7 +5317,7 @@
|
|
|
6541
5317
|
},
|
|
6542
5318
|
{
|
|
6543
5319
|
"name": "mode",
|
|
6544
|
-
"description": "The mode determines
|
|
5320
|
+
"description": "The mode determines which platform styles to use.",
|
|
6545
5321
|
"required": false,
|
|
6546
5322
|
"value": {
|
|
6547
5323
|
"kind": "expression",
|
|
@@ -6588,18 +5364,9 @@
|
|
|
6588
5364
|
"type": "\"auto\" | \"cover\""
|
|
6589
5365
|
}
|
|
6590
5366
|
},
|
|
6591
|
-
{
|
|
6592
|
-
"name": "theme",
|
|
6593
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6594
|
-
"required": false,
|
|
6595
|
-
"value": {
|
|
6596
|
-
"kind": "expression",
|
|
6597
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6598
|
-
}
|
|
6599
|
-
},
|
|
6600
5367
|
{
|
|
6601
5368
|
"name": "translucent",
|
|
6602
|
-
"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).",
|
|
6603
5370
|
"required": false,
|
|
6604
5371
|
"default": "false",
|
|
6605
5372
|
"value": {
|
|
@@ -6746,7 +5513,7 @@
|
|
|
6746
5513
|
},
|
|
6747
5514
|
{
|
|
6748
5515
|
"name": "mode",
|
|
6749
|
-
"description": "The mode determines
|
|
5516
|
+
"description": "The mode determines which platform styles to use.",
|
|
6750
5517
|
"required": false,
|
|
6751
5518
|
"value": {
|
|
6752
5519
|
"kind": "expression",
|
|
@@ -6763,24 +5530,6 @@
|
|
|
6763
5530
|
"type": "boolean"
|
|
6764
5531
|
}
|
|
6765
5532
|
},
|
|
6766
|
-
{
|
|
6767
|
-
"name": "shape",
|
|
6768
|
-
"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.",
|
|
6769
|
-
"required": false,
|
|
6770
|
-
"value": {
|
|
6771
|
-
"kind": "expression",
|
|
6772
|
-
"type": "\"rectangular\" | \"round\" | undefined"
|
|
6773
|
-
}
|
|
6774
|
-
},
|
|
6775
|
-
{
|
|
6776
|
-
"name": "theme",
|
|
6777
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6778
|
-
"required": false,
|
|
6779
|
-
"value": {
|
|
6780
|
-
"kind": "expression",
|
|
6781
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6782
|
-
}
|
|
6783
|
-
},
|
|
6784
5533
|
{
|
|
6785
5534
|
"name": "type",
|
|
6786
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).",
|
|
@@ -6863,7 +5612,7 @@
|
|
|
6863
5612
|
},
|
|
6864
5613
|
{
|
|
6865
5614
|
"name": "mode",
|
|
6866
|
-
"description": "The mode determines
|
|
5615
|
+
"description": "The mode determines which platform styles to use.",
|
|
6867
5616
|
"required": false,
|
|
6868
5617
|
"value": {
|
|
6869
5618
|
"kind": "expression",
|
|
@@ -6880,15 +5629,6 @@
|
|
|
6880
5629
|
"type": "string"
|
|
6881
5630
|
}
|
|
6882
5631
|
},
|
|
6883
|
-
{
|
|
6884
|
-
"name": "theme",
|
|
6885
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6886
|
-
"required": false,
|
|
6887
|
-
"value": {
|
|
6888
|
-
"kind": "expression",
|
|
6889
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6890
|
-
}
|
|
6891
|
-
},
|
|
6892
5632
|
{
|
|
6893
5633
|
"name": "value",
|
|
6894
5634
|
"description": "the value of the radio.",
|
|
@@ -6974,15 +5714,6 @@
|
|
|
6974
5714
|
"type": "string | undefined"
|
|
6975
5715
|
}
|
|
6976
5716
|
},
|
|
6977
|
-
{
|
|
6978
|
-
"name": "mode",
|
|
6979
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6980
|
-
"required": false,
|
|
6981
|
-
"value": {
|
|
6982
|
-
"kind": "expression",
|
|
6983
|
-
"type": "\"ios\" | \"md\""
|
|
6984
|
-
}
|
|
6985
|
-
},
|
|
6986
5717
|
{
|
|
6987
5718
|
"name": "name",
|
|
6988
5719
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -6993,15 +5724,6 @@
|
|
|
6993
5724
|
"type": "string"
|
|
6994
5725
|
}
|
|
6995
5726
|
},
|
|
6996
|
-
{
|
|
6997
|
-
"name": "theme",
|
|
6998
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6999
|
-
"required": false,
|
|
7000
|
-
"value": {
|
|
7001
|
-
"kind": "expression",
|
|
7002
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7003
|
-
}
|
|
7004
|
-
},
|
|
7005
5727
|
{
|
|
7006
5728
|
"name": "value",
|
|
7007
5729
|
"description": "the value of the radio group.",
|
|
@@ -7123,7 +5845,7 @@
|
|
|
7123
5845
|
},
|
|
7124
5846
|
{
|
|
7125
5847
|
"name": "mode",
|
|
7126
|
-
"description": "The mode determines
|
|
5848
|
+
"description": "The mode determines which platform styles to use.",
|
|
7127
5849
|
"required": false,
|
|
7128
5850
|
"value": {
|
|
7129
5851
|
"kind": "expression",
|
|
@@ -7180,15 +5902,6 @@
|
|
|
7180
5902
|
"type": "number"
|
|
7181
5903
|
}
|
|
7182
5904
|
},
|
|
7183
|
-
{
|
|
7184
|
-
"name": "theme",
|
|
7185
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7186
|
-
"required": false,
|
|
7187
|
-
"value": {
|
|
7188
|
-
"kind": "expression",
|
|
7189
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7190
|
-
}
|
|
7191
|
-
},
|
|
7192
5905
|
{
|
|
7193
5906
|
"name": "ticks",
|
|
7194
5907
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -7318,7 +6031,7 @@
|
|
|
7318
6031
|
},
|
|
7319
6032
|
{
|
|
7320
6033
|
"name": "mode",
|
|
7321
|
-
"description": "The mode determines
|
|
6034
|
+
"description": "The mode determines which platform styles to use.",
|
|
7322
6035
|
"required": false,
|
|
7323
6036
|
"value": {
|
|
7324
6037
|
"kind": "expression",
|
|
@@ -7364,15 +6077,6 @@
|
|
|
7364
6077
|
"kind": "expression",
|
|
7365
6078
|
"type": "string"
|
|
7366
6079
|
}
|
|
7367
|
-
},
|
|
7368
|
-
{
|
|
7369
|
-
"name": "theme",
|
|
7370
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7371
|
-
"required": false,
|
|
7372
|
-
"value": {
|
|
7373
|
-
"kind": "expression",
|
|
7374
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7375
|
-
}
|
|
7376
6080
|
}
|
|
7377
6081
|
],
|
|
7378
6082
|
"slots": [],
|
|
@@ -7438,15 +6142,6 @@
|
|
|
7438
6142
|
"symbol": "RefresherContent"
|
|
7439
6143
|
},
|
|
7440
6144
|
"attributes": [
|
|
7441
|
-
{
|
|
7442
|
-
"name": "mode",
|
|
7443
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7444
|
-
"required": false,
|
|
7445
|
-
"value": {
|
|
7446
|
-
"kind": "expression",
|
|
7447
|
-
"type": "\"ios\" | \"md\""
|
|
7448
|
-
}
|
|
7449
|
-
},
|
|
7450
6145
|
{
|
|
7451
6146
|
"name": "pulling-icon",
|
|
7452
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.",
|
|
@@ -7482,15 +6177,6 @@
|
|
|
7482
6177
|
"kind": "expression",
|
|
7483
6178
|
"type": "IonicSafeString | string | undefined"
|
|
7484
6179
|
}
|
|
7485
|
-
},
|
|
7486
|
-
{
|
|
7487
|
-
"name": "theme",
|
|
7488
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7489
|
-
"required": false,
|
|
7490
|
-
"value": {
|
|
7491
|
-
"kind": "expression",
|
|
7492
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7493
|
-
}
|
|
7494
6180
|
}
|
|
7495
6181
|
],
|
|
7496
6182
|
"slots": [],
|
|
@@ -7504,26 +6190,7 @@
|
|
|
7504
6190
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
7505
6191
|
"symbol": "Reorder"
|
|
7506
6192
|
},
|
|
7507
|
-
"attributes": [
|
|
7508
|
-
{
|
|
7509
|
-
"name": "mode",
|
|
7510
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7511
|
-
"required": false,
|
|
7512
|
-
"value": {
|
|
7513
|
-
"kind": "expression",
|
|
7514
|
-
"type": "\"ios\" | \"md\""
|
|
7515
|
-
}
|
|
7516
|
-
},
|
|
7517
|
-
{
|
|
7518
|
-
"name": "theme",
|
|
7519
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7520
|
-
"required": false,
|
|
7521
|
-
"value": {
|
|
7522
|
-
"kind": "expression",
|
|
7523
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7524
|
-
}
|
|
7525
|
-
}
|
|
7526
|
-
],
|
|
6193
|
+
"attributes": [],
|
|
7527
6194
|
"slots": [],
|
|
7528
6195
|
"events": []
|
|
7529
6196
|
},
|
|
@@ -7545,24 +6212,6 @@
|
|
|
7545
6212
|
"kind": "expression",
|
|
7546
6213
|
"type": "boolean"
|
|
7547
6214
|
}
|
|
7548
|
-
},
|
|
7549
|
-
{
|
|
7550
|
-
"name": "mode",
|
|
7551
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7552
|
-
"required": false,
|
|
7553
|
-
"value": {
|
|
7554
|
-
"kind": "expression",
|
|
7555
|
-
"type": "\"ios\" | \"md\""
|
|
7556
|
-
}
|
|
7557
|
-
},
|
|
7558
|
-
{
|
|
7559
|
-
"name": "theme",
|
|
7560
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7561
|
-
"required": false,
|
|
7562
|
-
"value": {
|
|
7563
|
-
"kind": "expression",
|
|
7564
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7565
|
-
}
|
|
7566
6215
|
}
|
|
7567
6216
|
],
|
|
7568
6217
|
"slots": [],
|
|
@@ -7618,24 +6267,6 @@
|
|
|
7618
6267
|
"symbol": "RippleEffect"
|
|
7619
6268
|
},
|
|
7620
6269
|
"attributes": [
|
|
7621
|
-
{
|
|
7622
|
-
"name": "mode",
|
|
7623
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7624
|
-
"required": false,
|
|
7625
|
-
"value": {
|
|
7626
|
-
"kind": "expression",
|
|
7627
|
-
"type": "\"ios\" | \"md\""
|
|
7628
|
-
}
|
|
7629
|
-
},
|
|
7630
|
-
{
|
|
7631
|
-
"name": "theme",
|
|
7632
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7633
|
-
"required": false,
|
|
7634
|
-
"value": {
|
|
7635
|
-
"kind": "expression",
|
|
7636
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7637
|
-
}
|
|
7638
|
-
},
|
|
7639
6270
|
{
|
|
7640
6271
|
"name": "type",
|
|
7641
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.",
|
|
@@ -7695,24 +6326,6 @@
|
|
|
7695
6326
|
"type": "undefined | { [key: string]: any; }"
|
|
7696
6327
|
}
|
|
7697
6328
|
},
|
|
7698
|
-
{
|
|
7699
|
-
"name": "mode",
|
|
7700
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7701
|
-
"required": false,
|
|
7702
|
-
"value": {
|
|
7703
|
-
"kind": "expression",
|
|
7704
|
-
"type": "\"ios\" | \"md\""
|
|
7705
|
-
}
|
|
7706
|
-
},
|
|
7707
|
-
{
|
|
7708
|
-
"name": "theme",
|
|
7709
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7710
|
-
"required": false,
|
|
7711
|
-
"value": {
|
|
7712
|
-
"kind": "expression",
|
|
7713
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7714
|
-
}
|
|
7715
|
-
},
|
|
7716
6329
|
{
|
|
7717
6330
|
"name": "url",
|
|
7718
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.",
|
|
@@ -7746,26 +6359,7 @@
|
|
|
7746
6359
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
7747
6360
|
"symbol": "Row"
|
|
7748
6361
|
},
|
|
7749
|
-
"attributes": [
|
|
7750
|
-
{
|
|
7751
|
-
"name": "mode",
|
|
7752
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7753
|
-
"required": false,
|
|
7754
|
-
"value": {
|
|
7755
|
-
"kind": "expression",
|
|
7756
|
-
"type": "\"ios\" | \"md\""
|
|
7757
|
-
}
|
|
7758
|
-
},
|
|
7759
|
-
{
|
|
7760
|
-
"name": "theme",
|
|
7761
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7762
|
-
"required": false,
|
|
7763
|
-
"value": {
|
|
7764
|
-
"kind": "expression",
|
|
7765
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7766
|
-
}
|
|
7767
|
-
}
|
|
7768
|
-
],
|
|
6362
|
+
"attributes": [],
|
|
7769
6363
|
"slots": [],
|
|
7770
6364
|
"events": []
|
|
7771
6365
|
},
|
|
@@ -7812,24 +6406,25 @@
|
|
|
7812
6406
|
"name": "autocorrect",
|
|
7813
6407
|
"description": "Set the input's autocorrect property.",
|
|
7814
6408
|
"required": false,
|
|
7815
|
-
"default": "
|
|
6409
|
+
"default": "false",
|
|
7816
6410
|
"value": {
|
|
7817
6411
|
"kind": "expression",
|
|
7818
|
-
"type": "
|
|
6412
|
+
"type": "boolean"
|
|
7819
6413
|
}
|
|
7820
6414
|
},
|
|
7821
6415
|
{
|
|
7822
6416
|
"name": "cancel-button-icon",
|
|
7823
|
-
"description": "Set the cancel button icon. Only
|
|
6417
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
7824
6418
|
"required": false,
|
|
6419
|
+
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
7825
6420
|
"value": {
|
|
7826
6421
|
"kind": "expression",
|
|
7827
|
-
"type": "string
|
|
6422
|
+
"type": "string"
|
|
7828
6423
|
}
|
|
7829
6424
|
},
|
|
7830
6425
|
{
|
|
7831
6426
|
"name": "cancel-button-text",
|
|
7832
|
-
"description": "Set the cancel button text. Only
|
|
6427
|
+
"description": "Set the cancel button text. Only applies to `ios` mode.",
|
|
7833
6428
|
"required": false,
|
|
7834
6429
|
"default": "'Cancel'",
|
|
7835
6430
|
"value": {
|
|
@@ -7839,7 +6434,7 @@
|
|
|
7839
6434
|
},
|
|
7840
6435
|
{
|
|
7841
6436
|
"name": "clear-icon",
|
|
7842
|
-
"description": "Set the clear icon. Defaults to
|
|
6437
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
7843
6438
|
"required": false,
|
|
7844
6439
|
"value": {
|
|
7845
6440
|
"kind": "expression",
|
|
@@ -7912,7 +6507,7 @@
|
|
|
7912
6507
|
},
|
|
7913
6508
|
{
|
|
7914
6509
|
"name": "mode",
|
|
7915
|
-
"description": "The mode determines
|
|
6510
|
+
"description": "The mode determines which platform styles to use.",
|
|
7916
6511
|
"required": false,
|
|
7917
6512
|
"value": {
|
|
7918
6513
|
"kind": "expression",
|
|
@@ -7941,20 +6536,11 @@
|
|
|
7941
6536
|
},
|
|
7942
6537
|
{
|
|
7943
6538
|
"name": "search-icon",
|
|
7944
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7945
|
-
"required": false,
|
|
7946
|
-
"value": {
|
|
7947
|
-
"kind": "expression",
|
|
7948
|
-
"type": "boolean | string | undefined"
|
|
7949
|
-
}
|
|
7950
|
-
},
|
|
7951
|
-
{
|
|
7952
|
-
"name": "shape",
|
|
7953
|
-
"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.",
|
|
7954
6540
|
"required": false,
|
|
7955
6541
|
"value": {
|
|
7956
6542
|
"kind": "expression",
|
|
7957
|
-
"type": "
|
|
6543
|
+
"type": "string | undefined"
|
|
7958
6544
|
}
|
|
7959
6545
|
},
|
|
7960
6546
|
{
|
|
@@ -7977,15 +6563,6 @@
|
|
|
7977
6563
|
"type": "\"always\" | \"focus\" | \"never\""
|
|
7978
6564
|
}
|
|
7979
6565
|
},
|
|
7980
|
-
{
|
|
7981
|
-
"name": "size",
|
|
7982
|
-
"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.",
|
|
7983
|
-
"required": false,
|
|
7984
|
-
"value": {
|
|
7985
|
-
"kind": "expression",
|
|
7986
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
7987
|
-
}
|
|
7988
|
-
},
|
|
7989
6566
|
{
|
|
7990
6567
|
"name": "spellcheck",
|
|
7991
6568
|
"description": "If `true`, enable spellcheck on the input.",
|
|
@@ -7996,15 +6573,6 @@
|
|
|
7996
6573
|
"type": "boolean"
|
|
7997
6574
|
}
|
|
7998
6575
|
},
|
|
7999
|
-
{
|
|
8000
|
-
"name": "theme",
|
|
8001
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8002
|
-
"required": false,
|
|
8003
|
-
"value": {
|
|
8004
|
-
"kind": "expression",
|
|
8005
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8006
|
-
}
|
|
8007
|
-
},
|
|
8008
6576
|
{
|
|
8009
6577
|
"name": "type",
|
|
8010
6578
|
"description": "Set the type of the input.",
|
|
@@ -8120,7 +6688,7 @@
|
|
|
8120
6688
|
},
|
|
8121
6689
|
{
|
|
8122
6690
|
"name": "mode",
|
|
8123
|
-
"description": "The mode determines
|
|
6691
|
+
"description": "The mode determines which platform styles to use.",
|
|
8124
6692
|
"required": false,
|
|
8125
6693
|
"value": {
|
|
8126
6694
|
"kind": "expression",
|
|
@@ -8157,15 +6725,6 @@
|
|
|
8157
6725
|
"type": "boolean"
|
|
8158
6726
|
}
|
|
8159
6727
|
},
|
|
8160
|
-
{
|
|
8161
|
-
"name": "theme",
|
|
8162
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8163
|
-
"required": false,
|
|
8164
|
-
"value": {
|
|
8165
|
-
"kind": "expression",
|
|
8166
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8167
|
-
}
|
|
8168
|
-
},
|
|
8169
6728
|
{
|
|
8170
6729
|
"name": "value",
|
|
8171
6730
|
"description": "the value of the segment.",
|
|
@@ -8230,22 +6789,13 @@
|
|
|
8230
6789
|
},
|
|
8231
6790
|
{
|
|
8232
6791
|
"name": "mode",
|
|
8233
|
-
"description": "The mode determines
|
|
6792
|
+
"description": "The mode determines which platform styles to use.",
|
|
8234
6793
|
"required": false,
|
|
8235
6794
|
"value": {
|
|
8236
6795
|
"kind": "expression",
|
|
8237
6796
|
"type": "\"ios\" | \"md\""
|
|
8238
6797
|
}
|
|
8239
6798
|
},
|
|
8240
|
-
{
|
|
8241
|
-
"name": "theme",
|
|
8242
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8243
|
-
"required": false,
|
|
8244
|
-
"value": {
|
|
8245
|
-
"kind": "expression",
|
|
8246
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8247
|
-
}
|
|
8248
|
-
},
|
|
8249
6799
|
{
|
|
8250
6800
|
"name": "type",
|
|
8251
6801
|
"description": "The type of the button.",
|
|
@@ -8335,16 +6885,6 @@
|
|
|
8335
6885
|
"symbol": "Select"
|
|
8336
6886
|
},
|
|
8337
6887
|
"attributes": [
|
|
8338
|
-
{
|
|
8339
|
-
"name": "cancel-icon",
|
|
8340
|
-
"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.",
|
|
8341
|
-
"required": false,
|
|
8342
|
-
"default": "false",
|
|
8343
|
-
"value": {
|
|
8344
|
-
"kind": "expression",
|
|
8345
|
-
"type": "boolean"
|
|
8346
|
-
}
|
|
8347
|
-
},
|
|
8348
6888
|
{
|
|
8349
6889
|
"name": "cancel-text",
|
|
8350
6890
|
"description": "The text to display on the cancel button.",
|
|
@@ -8394,7 +6934,7 @@
|
|
|
8394
6934
|
},
|
|
8395
6935
|
{
|
|
8396
6936
|
"name": "expanded-icon",
|
|
8397
|
-
"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.",
|
|
8398
6938
|
"required": false,
|
|
8399
6939
|
"value": {
|
|
8400
6940
|
"kind": "expression",
|
|
@@ -8403,7 +6943,7 @@
|
|
|
8403
6943
|
},
|
|
8404
6944
|
{
|
|
8405
6945
|
"name": "fill",
|
|
8406
|
-
"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.",
|
|
8407
6947
|
"required": false,
|
|
8408
6948
|
"value": {
|
|
8409
6949
|
"kind": "expression",
|
|
@@ -8469,7 +7009,7 @@
|
|
|
8469
7009
|
},
|
|
8470
7010
|
{
|
|
8471
7011
|
"name": "mode",
|
|
8472
|
-
"description": "The mode determines
|
|
7012
|
+
"description": "The mode determines which platform styles to use.",
|
|
8473
7013
|
"required": false,
|
|
8474
7014
|
"value": {
|
|
8475
7015
|
"kind": "expression",
|
|
@@ -8536,34 +7076,16 @@
|
|
|
8536
7076
|
},
|
|
8537
7077
|
{
|
|
8538
7078
|
"name": "shape",
|
|
8539
|
-
"description": "
|
|
8540
|
-
"required": false,
|
|
8541
|
-
"value": {
|
|
8542
|
-
"kind": "expression",
|
|
8543
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8544
|
-
}
|
|
8545
|
-
},
|
|
8546
|
-
{
|
|
8547
|
-
"name": "size",
|
|
8548
|
-
"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.",
|
|
8549
|
-
"required": false,
|
|
8550
|
-
"value": {
|
|
8551
|
-
"kind": "expression",
|
|
8552
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8553
|
-
}
|
|
8554
|
-
},
|
|
8555
|
-
{
|
|
8556
|
-
"name": "theme",
|
|
8557
|
-
"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.",
|
|
8558
7080
|
"required": false,
|
|
8559
7081
|
"value": {
|
|
8560
7082
|
"kind": "expression",
|
|
8561
|
-
"type": "\"
|
|
7083
|
+
"type": "\"round\" | undefined"
|
|
8562
7084
|
}
|
|
8563
7085
|
},
|
|
8564
7086
|
{
|
|
8565
7087
|
"name": "toggle-icon",
|
|
8566
|
-
"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.",
|
|
8567
7089
|
"required": false,
|
|
8568
7090
|
"value": {
|
|
8569
7091
|
"kind": "expression",
|
|
@@ -8651,21 +7173,11 @@
|
|
|
8651
7173
|
"name": "IonSelectModal",
|
|
8652
7174
|
"doc-url": "https://ionicframework.com/docs/api/select-modal",
|
|
8653
7175
|
"description": "",
|
|
8654
|
-
"source": {
|
|
8655
|
-
"module": "@ionic/core/src/components/select-modal/select-modal.d.ts",
|
|
8656
|
-
"symbol": "SelectModal"
|
|
8657
|
-
},
|
|
8658
|
-
"attributes": [
|
|
8659
|
-
{
|
|
8660
|
-
"name": "cancel-icon",
|
|
8661
|
-
"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.",
|
|
8662
|
-
"required": false,
|
|
8663
|
-
"default": "false",
|
|
8664
|
-
"value": {
|
|
8665
|
-
"kind": "expression",
|
|
8666
|
-
"type": "boolean"
|
|
8667
|
-
}
|
|
8668
|
-
},
|
|
7176
|
+
"source": {
|
|
7177
|
+
"module": "@ionic/core/src/components/select-modal/select-modal.d.ts",
|
|
7178
|
+
"symbol": "SelectModal"
|
|
7179
|
+
},
|
|
7180
|
+
"attributes": [
|
|
8669
7181
|
{
|
|
8670
7182
|
"name": "cancel-text",
|
|
8671
7183
|
"description": "The text to display on the cancel button.",
|
|
@@ -8717,15 +7229,6 @@
|
|
|
8717
7229
|
"symbol": "SelectOption"
|
|
8718
7230
|
},
|
|
8719
7231
|
"attributes": [
|
|
8720
|
-
{
|
|
8721
|
-
"name": "description",
|
|
8722
|
-
"description": "Text that is placed underneath the option text to provide additional details about the option.",
|
|
8723
|
-
"required": false,
|
|
8724
|
-
"value": {
|
|
8725
|
-
"kind": "expression",
|
|
8726
|
-
"type": "string | undefined"
|
|
8727
|
-
}
|
|
8728
|
-
},
|
|
8729
7232
|
{
|
|
8730
7233
|
"name": "disabled",
|
|
8731
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.",
|
|
@@ -8736,24 +7239,6 @@
|
|
|
8736
7239
|
"type": "boolean"
|
|
8737
7240
|
}
|
|
8738
7241
|
},
|
|
8739
|
-
{
|
|
8740
|
-
"name": "mode",
|
|
8741
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8742
|
-
"required": false,
|
|
8743
|
-
"value": {
|
|
8744
|
-
"kind": "expression",
|
|
8745
|
-
"type": "\"ios\" | \"md\""
|
|
8746
|
-
}
|
|
8747
|
-
},
|
|
8748
|
-
{
|
|
8749
|
-
"name": "theme",
|
|
8750
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8751
|
-
"required": false,
|
|
8752
|
-
"value": {
|
|
8753
|
-
"kind": "expression",
|
|
8754
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8755
|
-
}
|
|
8756
|
-
},
|
|
8757
7242
|
{
|
|
8758
7243
|
"name": "value",
|
|
8759
7244
|
"description": "The text value of the option.",
|
|
@@ -8764,20 +7249,7 @@
|
|
|
8764
7249
|
}
|
|
8765
7250
|
}
|
|
8766
7251
|
],
|
|
8767
|
-
"slots": [
|
|
8768
|
-
{
|
|
8769
|
-
"name": "default",
|
|
8770
|
-
"description": "Content is placed between the named slots if provided without a slot."
|
|
8771
|
-
},
|
|
8772
|
-
{
|
|
8773
|
-
"name": "end",
|
|
8774
|
-
"description": "Content is placed to the right of the select option text in LTR, and to the left in RTL."
|
|
8775
|
-
},
|
|
8776
|
-
{
|
|
8777
|
-
"name": "start",
|
|
8778
|
-
"description": "Content is placed to the left of the select option text in LTR, and to the right in RTL."
|
|
8779
|
-
}
|
|
8780
|
-
],
|
|
7252
|
+
"slots": [],
|
|
8781
7253
|
"events": []
|
|
8782
7254
|
},
|
|
8783
7255
|
{
|
|
@@ -8798,24 +7270,6 @@
|
|
|
8798
7270
|
"kind": "expression",
|
|
8799
7271
|
"type": "boolean"
|
|
8800
7272
|
}
|
|
8801
|
-
},
|
|
8802
|
-
{
|
|
8803
|
-
"name": "mode",
|
|
8804
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8805
|
-
"required": false,
|
|
8806
|
-
"value": {
|
|
8807
|
-
"kind": "expression",
|
|
8808
|
-
"type": "\"ios\" | \"md\""
|
|
8809
|
-
}
|
|
8810
|
-
},
|
|
8811
|
-
{
|
|
8812
|
-
"name": "theme",
|
|
8813
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8814
|
-
"required": false,
|
|
8815
|
-
"value": {
|
|
8816
|
-
"kind": "expression",
|
|
8817
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8818
|
-
}
|
|
8819
7273
|
}
|
|
8820
7274
|
],
|
|
8821
7275
|
"slots": [],
|
|
@@ -8848,15 +7302,6 @@
|
|
|
8848
7302
|
"type": "number | undefined"
|
|
8849
7303
|
}
|
|
8850
7304
|
},
|
|
8851
|
-
{
|
|
8852
|
-
"name": "mode",
|
|
8853
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8854
|
-
"required": false,
|
|
8855
|
-
"value": {
|
|
8856
|
-
"kind": "expression",
|
|
8857
|
-
"type": "\"ios\" | \"md\""
|
|
8858
|
-
}
|
|
8859
|
-
},
|
|
8860
7305
|
{
|
|
8861
7306
|
"name": "name",
|
|
8862
7307
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -8875,24 +7320,6 @@
|
|
|
8875
7320
|
"kind": "expression",
|
|
8876
7321
|
"type": "boolean"
|
|
8877
7322
|
}
|
|
8878
|
-
},
|
|
8879
|
-
{
|
|
8880
|
-
"name": "size",
|
|
8881
|
-
"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.",
|
|
8882
|
-
"required": false,
|
|
8883
|
-
"value": {
|
|
8884
|
-
"kind": "expression",
|
|
8885
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8886
|
-
}
|
|
8887
|
-
},
|
|
8888
|
-
{
|
|
8889
|
-
"name": "theme",
|
|
8890
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8891
|
-
"required": false,
|
|
8892
|
-
"value": {
|
|
8893
|
-
"kind": "expression",
|
|
8894
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8895
|
-
}
|
|
8896
7323
|
}
|
|
8897
7324
|
],
|
|
8898
7325
|
"slots": [],
|
|
@@ -8926,29 +7353,11 @@
|
|
|
8926
7353
|
"type": "boolean"
|
|
8927
7354
|
}
|
|
8928
7355
|
},
|
|
8929
|
-
{
|
|
8930
|
-
"name": "mode",
|
|
8931
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8932
|
-
"required": false,
|
|
8933
|
-
"value": {
|
|
8934
|
-
"kind": "expression",
|
|
8935
|
-
"type": "\"ios\" | \"md\""
|
|
8936
|
-
}
|
|
8937
|
-
},
|
|
8938
|
-
{
|
|
8939
|
-
"name": "theme",
|
|
8940
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8941
|
-
"required": false,
|
|
8942
|
-
"value": {
|
|
8943
|
-
"kind": "expression",
|
|
8944
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8945
|
-
}
|
|
8946
|
-
},
|
|
8947
7356
|
{
|
|
8948
7357
|
"name": "when",
|
|
8949
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.",
|
|
8950
7359
|
"required": false,
|
|
8951
|
-
"default": "
|
|
7360
|
+
"default": "'(min-width: 992px)'",
|
|
8952
7361
|
"value": {
|
|
8953
7362
|
"kind": "expression",
|
|
8954
7363
|
"type": "boolean | string"
|
|
@@ -8987,15 +7396,6 @@
|
|
|
8987
7396
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
8988
7397
|
}
|
|
8989
7398
|
},
|
|
8990
|
-
{
|
|
8991
|
-
"name": "mode",
|
|
8992
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8993
|
-
"required": false,
|
|
8994
|
-
"value": {
|
|
8995
|
-
"kind": "expression",
|
|
8996
|
-
"type": "\"ios\" | \"md\""
|
|
8997
|
-
}
|
|
8998
|
-
},
|
|
8999
7399
|
{
|
|
9000
7400
|
"name": "tab",
|
|
9001
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.",
|
|
@@ -9004,15 +7404,6 @@
|
|
|
9004
7404
|
"kind": "expression",
|
|
9005
7405
|
"type": "string"
|
|
9006
7406
|
}
|
|
9007
|
-
},
|
|
9008
|
-
{
|
|
9009
|
-
"name": "theme",
|
|
9010
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9011
|
-
"required": false,
|
|
9012
|
-
"value": {
|
|
9013
|
-
"kind": "expression",
|
|
9014
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9015
|
-
}
|
|
9016
7407
|
}
|
|
9017
7408
|
],
|
|
9018
7409
|
"slots": [],
|
|
@@ -9036,29 +7427,9 @@
|
|
|
9036
7427
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
9037
7428
|
}
|
|
9038
7429
|
},
|
|
9039
|
-
{
|
|
9040
|
-
"name": "expand",
|
|
9041
|
-
"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\"`.",
|
|
9042
|
-
"required": false,
|
|
9043
|
-
"default": "'full'",
|
|
9044
|
-
"value": {
|
|
9045
|
-
"kind": "expression",
|
|
9046
|
-
"type": "\"compact\" | \"full\""
|
|
9047
|
-
}
|
|
9048
|
-
},
|
|
9049
|
-
{
|
|
9050
|
-
"name": "hide-on-scroll",
|
|
9051
|
-
"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\"`.",
|
|
9052
|
-
"required": false,
|
|
9053
|
-
"default": "false",
|
|
9054
|
-
"value": {
|
|
9055
|
-
"kind": "expression",
|
|
9056
|
-
"type": "boolean"
|
|
9057
|
-
}
|
|
9058
|
-
},
|
|
9059
7430
|
{
|
|
9060
7431
|
"name": "mode",
|
|
9061
|
-
"description": "The mode determines
|
|
7432
|
+
"description": "The mode determines which platform styles to use.",
|
|
9062
7433
|
"required": false,
|
|
9063
7434
|
"value": {
|
|
9064
7435
|
"kind": "expression",
|
|
@@ -9074,27 +7445,9 @@
|
|
|
9074
7445
|
"type": "string | undefined"
|
|
9075
7446
|
}
|
|
9076
7447
|
},
|
|
9077
|
-
{
|
|
9078
|
-
"name": "shape",
|
|
9079
|
-
"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.",
|
|
9080
|
-
"required": false,
|
|
9081
|
-
"value": {
|
|
9082
|
-
"kind": "expression",
|
|
9083
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9084
|
-
}
|
|
9085
|
-
},
|
|
9086
|
-
{
|
|
9087
|
-
"name": "theme",
|
|
9088
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9089
|
-
"required": false,
|
|
9090
|
-
"value": {
|
|
9091
|
-
"kind": "expression",
|
|
9092
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9093
|
-
}
|
|
9094
|
-
},
|
|
9095
7448
|
{
|
|
9096
7449
|
"name": "translucent",
|
|
9097
|
-
"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).",
|
|
9098
7451
|
"required": false,
|
|
9099
7452
|
"default": "false",
|
|
9100
7453
|
"value": {
|
|
@@ -9154,7 +7507,7 @@
|
|
|
9154
7507
|
},
|
|
9155
7508
|
{
|
|
9156
7509
|
"name": "mode",
|
|
9157
|
-
"description": "The mode determines
|
|
7510
|
+
"description": "The mode determines which platform styles to use.",
|
|
9158
7511
|
"required": false,
|
|
9159
7512
|
"value": {
|
|
9160
7513
|
"kind": "expression",
|
|
@@ -9180,15 +7533,6 @@
|
|
|
9180
7533
|
"type": "boolean"
|
|
9181
7534
|
}
|
|
9182
7535
|
},
|
|
9183
|
-
{
|
|
9184
|
-
"name": "shape",
|
|
9185
|
-
"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.",
|
|
9186
|
-
"required": false,
|
|
9187
|
-
"value": {
|
|
9188
|
-
"kind": "expression",
|
|
9189
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9190
|
-
}
|
|
9191
|
-
},
|
|
9192
7536
|
{
|
|
9193
7537
|
"name": "tab",
|
|
9194
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.",
|
|
@@ -9206,15 +7550,6 @@
|
|
|
9206
7550
|
"kind": "expression",
|
|
9207
7551
|
"type": "string | undefined"
|
|
9208
7552
|
}
|
|
9209
|
-
},
|
|
9210
|
-
{
|
|
9211
|
-
"name": "theme",
|
|
9212
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9213
|
-
"required": false,
|
|
9214
|
-
"value": {
|
|
9215
|
-
"kind": "expression",
|
|
9216
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9217
|
-
}
|
|
9218
7553
|
}
|
|
9219
7554
|
],
|
|
9220
7555
|
"slots": [],
|
|
@@ -9228,26 +7563,7 @@
|
|
|
9228
7563
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
9229
7564
|
"symbol": "Tabs"
|
|
9230
7565
|
},
|
|
9231
|
-
"attributes": [
|
|
9232
|
-
{
|
|
9233
|
-
"name": "mode",
|
|
9234
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9235
|
-
"required": false,
|
|
9236
|
-
"value": {
|
|
9237
|
-
"kind": "expression",
|
|
9238
|
-
"type": "\"ios\" | \"md\""
|
|
9239
|
-
}
|
|
9240
|
-
},
|
|
9241
|
-
{
|
|
9242
|
-
"name": "theme",
|
|
9243
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9244
|
-
"required": false,
|
|
9245
|
-
"value": {
|
|
9246
|
-
"kind": "expression",
|
|
9247
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9248
|
-
}
|
|
9249
|
-
}
|
|
9250
|
-
],
|
|
7566
|
+
"attributes": [],
|
|
9251
7567
|
"slots": [
|
|
9252
7568
|
{
|
|
9253
7569
|
"name": "default",
|
|
@@ -9305,21 +7621,12 @@
|
|
|
9305
7621
|
},
|
|
9306
7622
|
{
|
|
9307
7623
|
"name": "mode",
|
|
9308
|
-
"description": "The mode determines
|
|
7624
|
+
"description": "The mode determines which platform styles to use.",
|
|
9309
7625
|
"required": false,
|
|
9310
7626
|
"value": {
|
|
9311
7627
|
"kind": "expression",
|
|
9312
7628
|
"type": "\"ios\" | \"md\""
|
|
9313
7629
|
}
|
|
9314
|
-
},
|
|
9315
|
-
{
|
|
9316
|
-
"name": "theme",
|
|
9317
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9318
|
-
"required": false,
|
|
9319
|
-
"value": {
|
|
9320
|
-
"kind": "expression",
|
|
9321
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9322
|
-
}
|
|
9323
7630
|
}
|
|
9324
7631
|
],
|
|
9325
7632
|
"slots": [],
|
|
@@ -9450,7 +7757,7 @@
|
|
|
9450
7757
|
},
|
|
9451
7758
|
{
|
|
9452
7759
|
"name": "fill",
|
|
9453
|
-
"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.",
|
|
9454
7761
|
"required": false,
|
|
9455
7762
|
"value": {
|
|
9456
7763
|
"kind": "expression",
|
|
@@ -9514,7 +7821,7 @@
|
|
|
9514
7821
|
},
|
|
9515
7822
|
{
|
|
9516
7823
|
"name": "mode",
|
|
9517
|
-
"description": "The mode determines
|
|
7824
|
+
"description": "The mode determines which platform styles to use.",
|
|
9518
7825
|
"required": false,
|
|
9519
7826
|
"value": {
|
|
9520
7827
|
"kind": "expression",
|
|
@@ -9571,21 +7878,11 @@
|
|
|
9571
7878
|
},
|
|
9572
7879
|
{
|
|
9573
7880
|
"name": "shape",
|
|
9574
|
-
"description": "
|
|
9575
|
-
"required": false,
|
|
9576
|
-
"value": {
|
|
9577
|
-
"kind": "expression",
|
|
9578
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9579
|
-
}
|
|
9580
|
-
},
|
|
9581
|
-
{
|
|
9582
|
-
"name": "size",
|
|
9583
|
-
"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.",
|
|
9584
7882
|
"required": false,
|
|
9585
|
-
"default": "'medium'",
|
|
9586
7883
|
"value": {
|
|
9587
7884
|
"kind": "expression",
|
|
9588
|
-
"type": "\"
|
|
7885
|
+
"type": "\"round\" | undefined"
|
|
9589
7886
|
}
|
|
9590
7887
|
},
|
|
9591
7888
|
{
|
|
@@ -9598,15 +7895,6 @@
|
|
|
9598
7895
|
"type": "boolean"
|
|
9599
7896
|
}
|
|
9600
7897
|
},
|
|
9601
|
-
{
|
|
9602
|
-
"name": "theme",
|
|
9603
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9604
|
-
"required": false,
|
|
9605
|
-
"value": {
|
|
9606
|
-
"kind": "expression",
|
|
9607
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9608
|
-
}
|
|
9609
|
-
},
|
|
9610
7898
|
{
|
|
9611
7899
|
"name": "value",
|
|
9612
7900
|
"description": "The value of the textarea.",
|
|
@@ -9692,26 +7980,7 @@
|
|
|
9692
7980
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
9693
7981
|
"symbol": "Thumbnail"
|
|
9694
7982
|
},
|
|
9695
|
-
"attributes": [
|
|
9696
|
-
{
|
|
9697
|
-
"name": "mode",
|
|
9698
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9699
|
-
"required": false,
|
|
9700
|
-
"value": {
|
|
9701
|
-
"kind": "expression",
|
|
9702
|
-
"type": "\"ios\" | \"md\""
|
|
9703
|
-
}
|
|
9704
|
-
},
|
|
9705
|
-
{
|
|
9706
|
-
"name": "theme",
|
|
9707
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9708
|
-
"required": false,
|
|
9709
|
-
"value": {
|
|
9710
|
-
"kind": "expression",
|
|
9711
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9712
|
-
}
|
|
9713
|
-
}
|
|
9714
|
-
],
|
|
7983
|
+
"attributes": [],
|
|
9715
7984
|
"slots": [],
|
|
9716
7985
|
"events": []
|
|
9717
7986
|
},
|
|
@@ -9733,15 +8002,6 @@
|
|
|
9733
8002
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
9734
8003
|
}
|
|
9735
8004
|
},
|
|
9736
|
-
{
|
|
9737
|
-
"name": "mode",
|
|
9738
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
9739
|
-
"required": false,
|
|
9740
|
-
"value": {
|
|
9741
|
-
"kind": "expression",
|
|
9742
|
-
"type": "\"ios\" | \"md\""
|
|
9743
|
-
}
|
|
9744
|
-
},
|
|
9745
8005
|
{
|
|
9746
8006
|
"name": "size",
|
|
9747
8007
|
"description": "The size of the toolbar title.",
|
|
@@ -9750,15 +8010,6 @@
|
|
|
9750
8010
|
"kind": "expression",
|
|
9751
8011
|
"type": "\"large\" | \"small\" | undefined"
|
|
9752
8012
|
}
|
|
9753
|
-
},
|
|
9754
|
-
{
|
|
9755
|
-
"name": "theme",
|
|
9756
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9757
|
-
"required": false,
|
|
9758
|
-
"value": {
|
|
9759
|
-
"kind": "expression",
|
|
9760
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9761
|
-
}
|
|
9762
8013
|
}
|
|
9763
8014
|
],
|
|
9764
8015
|
"slots": [],
|
|
@@ -9847,16 +8098,6 @@
|
|
|
9847
8098
|
"type": "undefined | { [key: string]: any; }"
|
|
9848
8099
|
}
|
|
9849
8100
|
},
|
|
9850
|
-
{
|
|
9851
|
-
"name": "hue",
|
|
9852
|
-
"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.",
|
|
9853
|
-
"required": false,
|
|
9854
|
-
"default": "'subtle'",
|
|
9855
|
-
"value": {
|
|
9856
|
-
"kind": "expression",
|
|
9857
|
-
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9858
|
-
}
|
|
9859
|
-
},
|
|
9860
8101
|
{
|
|
9861
8102
|
"name": "icon",
|
|
9862
8103
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -9916,7 +8157,7 @@
|
|
|
9916
8157
|
},
|
|
9917
8158
|
{
|
|
9918
8159
|
"name": "mode",
|
|
9919
|
-
"description": "The mode determines
|
|
8160
|
+
"description": "The mode determines which platform styles to use.",
|
|
9920
8161
|
"required": false,
|
|
9921
8162
|
"value": {
|
|
9922
8163
|
"kind": "expression",
|
|
@@ -9942,15 +8183,6 @@
|
|
|
9942
8183
|
"type": "HTMLElement | string | undefined"
|
|
9943
8184
|
}
|
|
9944
8185
|
},
|
|
9945
|
-
{
|
|
9946
|
-
"name": "shape",
|
|
9947
|
-
"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.",
|
|
9948
|
-
"required": false,
|
|
9949
|
-
"value": {
|
|
9950
|
-
"kind": "expression",
|
|
9951
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9952
|
-
}
|
|
9953
|
-
},
|
|
9954
8186
|
{
|
|
9955
8187
|
"name": "swipe-gesture",
|
|
9956
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.",
|
|
@@ -9960,18 +8192,9 @@
|
|
|
9960
8192
|
"type": "\"vertical\" | undefined"
|
|
9961
8193
|
}
|
|
9962
8194
|
},
|
|
9963
|
-
{
|
|
9964
|
-
"name": "theme",
|
|
9965
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
9966
|
-
"required": false,
|
|
9967
|
-
"value": {
|
|
9968
|
-
"kind": "expression",
|
|
9969
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9970
|
-
}
|
|
9971
|
-
},
|
|
9972
8195
|
{
|
|
9973
8196
|
"name": "translucent",
|
|
9974
|
-
"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).",
|
|
9975
8198
|
"required": false,
|
|
9976
8199
|
"default": "false",
|
|
9977
8200
|
"value": {
|
|
@@ -10169,7 +8392,7 @@
|
|
|
10169
8392
|
},
|
|
10170
8393
|
{
|
|
10171
8394
|
"name": "mode",
|
|
10172
|
-
"description": "The mode determines
|
|
8395
|
+
"description": "The mode determines which platform styles to use.",
|
|
10173
8396
|
"required": false,
|
|
10174
8397
|
"value": {
|
|
10175
8398
|
"kind": "expression",
|
|
@@ -10196,15 +8419,6 @@
|
|
|
10196
8419
|
"type": "boolean"
|
|
10197
8420
|
}
|
|
10198
8421
|
},
|
|
10199
|
-
{
|
|
10200
|
-
"name": "theme",
|
|
10201
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
10202
|
-
"required": false,
|
|
10203
|
-
"value": {
|
|
10204
|
-
"kind": "expression",
|
|
10205
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10206
|
-
}
|
|
10207
|
-
},
|
|
10208
8422
|
{
|
|
10209
8423
|
"name": "value",
|
|
10210
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>`.",
|
|
@@ -10275,30 +8489,12 @@
|
|
|
10275
8489
|
},
|
|
10276
8490
|
{
|
|
10277
8491
|
"name": "mode",
|
|
10278
|
-
"description": "The mode determines
|
|
8492
|
+
"description": "The mode determines which platform styles to use.",
|
|
10279
8493
|
"required": false,
|
|
10280
8494
|
"value": {
|
|
10281
8495
|
"kind": "expression",
|
|
10282
8496
|
"type": "\"ios\" | \"md\""
|
|
10283
8497
|
}
|
|
10284
|
-
},
|
|
10285
|
-
{
|
|
10286
|
-
"name": "theme",
|
|
10287
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
10288
|
-
"required": false,
|
|
10289
|
-
"value": {
|
|
10290
|
-
"kind": "expression",
|
|
10291
|
-
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10292
|
-
}
|
|
10293
|
-
},
|
|
10294
|
-
{
|
|
10295
|
-
"name": "title-placement",
|
|
10296
|
-
"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.",
|
|
10297
|
-
"required": false,
|
|
10298
|
-
"value": {
|
|
10299
|
-
"kind": "expression",
|
|
10300
|
-
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
10301
|
-
}
|
|
10302
8498
|
}
|
|
10303
8499
|
],
|
|
10304
8500
|
"slots": [
|
|
@@ -10312,11 +8508,11 @@
|
|
|
10312
8508
|
},
|
|
10313
8509
|
{
|
|
10314
8510
|
"name": "primary",
|
|
10315
|
-
"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."
|
|
10316
8512
|
},
|
|
10317
8513
|
{
|
|
10318
8514
|
"name": "secondary",
|
|
10319
|
-
"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."
|
|
10320
8516
|
},
|
|
10321
8517
|
{
|
|
10322
8518
|
"name": "start",
|