@ionic/vue 8.8.11 → 8.8.12-dev.11781793379.156d3260
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +215 -162
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +3 -0
- package/dist/vetur/attributes.json +1649 -104
- package/dist/vetur/tags.json +250 -45
- package/dist/web-types.json +1787 -157
- package/package.json +2 -2
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@ionic/vue",
|
|
5
|
-
"version": "8.8.
|
|
5
|
+
"version": "8.8.12-dev.11781793379.156d3260",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"name": "mode",
|
|
32
|
-
"description": "The mode determines
|
|
32
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
33
33
|
"required": false,
|
|
34
34
|
"value": {
|
|
35
35
|
"kind": "expression",
|
|
@@ -46,14 +46,22 @@
|
|
|
46
46
|
"type": "boolean"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"name": "theme",
|
|
51
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
52
|
+
"required": false,
|
|
53
|
+
"value": {
|
|
54
|
+
"kind": "expression",
|
|
55
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
56
|
+
}
|
|
57
|
+
},
|
|
49
58
|
{
|
|
50
59
|
"name": "toggle-icon",
|
|
51
60
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
52
61
|
"required": false,
|
|
53
|
-
"default": "chevronDown",
|
|
54
62
|
"value": {
|
|
55
63
|
"kind": "expression",
|
|
56
|
-
"type": "string"
|
|
64
|
+
"type": "string | undefined"
|
|
57
65
|
}
|
|
58
66
|
},
|
|
59
67
|
{
|
|
@@ -130,7 +138,7 @@
|
|
|
130
138
|
},
|
|
131
139
|
{
|
|
132
140
|
"name": "mode",
|
|
133
|
-
"description": "The mode determines
|
|
141
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
134
142
|
"required": false,
|
|
135
143
|
"value": {
|
|
136
144
|
"kind": "expression",
|
|
@@ -156,6 +164,24 @@
|
|
|
156
164
|
"type": "boolean"
|
|
157
165
|
}
|
|
158
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"name": "shape",
|
|
169
|
+
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
170
|
+
"required": false,
|
|
171
|
+
"value": {
|
|
172
|
+
"kind": "expression",
|
|
173
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "theme",
|
|
178
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
179
|
+
"required": false,
|
|
180
|
+
"value": {
|
|
181
|
+
"kind": "expression",
|
|
182
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
183
|
+
}
|
|
184
|
+
},
|
|
159
185
|
{
|
|
160
186
|
"name": "value",
|
|
161
187
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -286,7 +312,7 @@
|
|
|
286
312
|
},
|
|
287
313
|
{
|
|
288
314
|
"name": "mode",
|
|
289
|
-
"description": "The mode determines
|
|
315
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
290
316
|
"required": false,
|
|
291
317
|
"value": {
|
|
292
318
|
"kind": "expression",
|
|
@@ -302,9 +328,18 @@
|
|
|
302
328
|
"type": "string | undefined"
|
|
303
329
|
}
|
|
304
330
|
},
|
|
331
|
+
{
|
|
332
|
+
"name": "theme",
|
|
333
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
334
|
+
"required": false,
|
|
335
|
+
"value": {
|
|
336
|
+
"kind": "expression",
|
|
337
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
338
|
+
}
|
|
339
|
+
},
|
|
305
340
|
{
|
|
306
341
|
"name": "translucent",
|
|
307
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
342
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
308
343
|
"required": false,
|
|
309
344
|
"default": "false",
|
|
310
345
|
"value": {
|
|
@@ -531,7 +566,7 @@
|
|
|
531
566
|
},
|
|
532
567
|
{
|
|
533
568
|
"name": "mode",
|
|
534
|
-
"description": "The mode determines
|
|
569
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
535
570
|
"required": false,
|
|
536
571
|
"value": {
|
|
537
572
|
"kind": "expression",
|
|
@@ -547,9 +582,18 @@
|
|
|
547
582
|
"type": "string | undefined"
|
|
548
583
|
}
|
|
549
584
|
},
|
|
585
|
+
{
|
|
586
|
+
"name": "theme",
|
|
587
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
588
|
+
"required": false,
|
|
589
|
+
"value": {
|
|
590
|
+
"kind": "expression",
|
|
591
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
592
|
+
}
|
|
593
|
+
},
|
|
550
594
|
{
|
|
551
595
|
"name": "translucent",
|
|
552
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
596
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
553
597
|
"required": false,
|
|
554
598
|
"default": "false",
|
|
555
599
|
"value": {
|
|
@@ -659,7 +703,54 @@
|
|
|
659
703
|
"module": "@ionic/core/src/components/avatar/avatar.d.ts",
|
|
660
704
|
"symbol": "Avatar"
|
|
661
705
|
},
|
|
662
|
-
"attributes": [
|
|
706
|
+
"attributes": [
|
|
707
|
+
{
|
|
708
|
+
"name": "disabled",
|
|
709
|
+
"description": "If `true`, the user cannot interact with the avatar.",
|
|
710
|
+
"required": false,
|
|
711
|
+
"default": "false",
|
|
712
|
+
"value": {
|
|
713
|
+
"kind": "expression",
|
|
714
|
+
"type": "boolean"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "mode",
|
|
719
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
720
|
+
"required": false,
|
|
721
|
+
"value": {
|
|
722
|
+
"kind": "expression",
|
|
723
|
+
"type": "\"ios\" | \"md\""
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "shape",
|
|
728
|
+
"description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
729
|
+
"required": false,
|
|
730
|
+
"value": {
|
|
731
|
+
"kind": "expression",
|
|
732
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "size",
|
|
737
|
+
"description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
|
|
738
|
+
"required": false,
|
|
739
|
+
"value": {
|
|
740
|
+
"kind": "expression",
|
|
741
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "theme",
|
|
746
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
747
|
+
"required": false,
|
|
748
|
+
"value": {
|
|
749
|
+
"kind": "expression",
|
|
750
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
],
|
|
663
754
|
"slots": [],
|
|
664
755
|
"events": []
|
|
665
756
|
},
|
|
@@ -711,7 +802,7 @@
|
|
|
711
802
|
},
|
|
712
803
|
{
|
|
713
804
|
"name": "mode",
|
|
714
|
-
"description": "The mode determines
|
|
805
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
715
806
|
"required": false,
|
|
716
807
|
"value": {
|
|
717
808
|
"kind": "expression",
|
|
@@ -736,6 +827,15 @@
|
|
|
736
827
|
"type": "null | string | undefined"
|
|
737
828
|
}
|
|
738
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"name": "theme",
|
|
832
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
833
|
+
"required": false,
|
|
834
|
+
"value": {
|
|
835
|
+
"kind": "expression",
|
|
836
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
837
|
+
}
|
|
838
|
+
},
|
|
739
839
|
{
|
|
740
840
|
"name": "type",
|
|
741
841
|
"description": "The type of the button.",
|
|
@@ -759,6 +859,15 @@
|
|
|
759
859
|
"symbol": "Backdrop"
|
|
760
860
|
},
|
|
761
861
|
"attributes": [
|
|
862
|
+
{
|
|
863
|
+
"name": "mode",
|
|
864
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
865
|
+
"required": false,
|
|
866
|
+
"value": {
|
|
867
|
+
"kind": "expression",
|
|
868
|
+
"type": "\"ios\" | \"md\""
|
|
869
|
+
}
|
|
870
|
+
},
|
|
762
871
|
{
|
|
763
872
|
"name": "stop-propagation",
|
|
764
873
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -779,6 +888,15 @@
|
|
|
779
888
|
"type": "boolean"
|
|
780
889
|
}
|
|
781
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"name": "theme",
|
|
893
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
894
|
+
"required": false,
|
|
895
|
+
"value": {
|
|
896
|
+
"kind": "expression",
|
|
897
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
898
|
+
}
|
|
899
|
+
},
|
|
782
900
|
{
|
|
783
901
|
"name": "visible",
|
|
784
902
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -822,14 +940,59 @@
|
|
|
822
940
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
823
941
|
}
|
|
824
942
|
},
|
|
943
|
+
{
|
|
944
|
+
"name": "hue",
|
|
945
|
+
"description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
946
|
+
"required": false,
|
|
947
|
+
"value": {
|
|
948
|
+
"kind": "expression",
|
|
949
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
825
952
|
{
|
|
826
953
|
"name": "mode",
|
|
827
|
-
"description": "The mode determines
|
|
954
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
828
955
|
"required": false,
|
|
829
956
|
"value": {
|
|
830
957
|
"kind": "expression",
|
|
831
958
|
"type": "\"ios\" | \"md\""
|
|
832
959
|
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "shape",
|
|
963
|
+
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
964
|
+
"required": false,
|
|
965
|
+
"value": {
|
|
966
|
+
"kind": "expression",
|
|
967
|
+
"type": "\"round | rectangular\" | \"soft\" | undefined"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "size",
|
|
972
|
+
"description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
973
|
+
"required": false,
|
|
974
|
+
"value": {
|
|
975
|
+
"kind": "expression",
|
|
976
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "theme",
|
|
981
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
982
|
+
"required": false,
|
|
983
|
+
"value": {
|
|
984
|
+
"kind": "expression",
|
|
985
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "vertical",
|
|
990
|
+
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
991
|
+
"required": false,
|
|
992
|
+
"value": {
|
|
993
|
+
"kind": "expression",
|
|
994
|
+
"type": "\"bottom\" | \"top\" | undefined"
|
|
995
|
+
}
|
|
833
996
|
}
|
|
834
997
|
],
|
|
835
998
|
"slots": [],
|
|
@@ -893,7 +1056,7 @@
|
|
|
893
1056
|
},
|
|
894
1057
|
{
|
|
895
1058
|
"name": "mode",
|
|
896
|
-
"description": "The mode determines
|
|
1059
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
897
1060
|
"required": false,
|
|
898
1061
|
"value": {
|
|
899
1062
|
"kind": "expression",
|
|
@@ -945,6 +1108,15 @@
|
|
|
945
1108
|
"kind": "expression",
|
|
946
1109
|
"type": "string | undefined"
|
|
947
1110
|
}
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "theme",
|
|
1114
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1115
|
+
"required": false,
|
|
1116
|
+
"value": {
|
|
1117
|
+
"kind": "expression",
|
|
1118
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1119
|
+
}
|
|
948
1120
|
}
|
|
949
1121
|
],
|
|
950
1122
|
"slots": [],
|
|
@@ -1020,12 +1192,21 @@
|
|
|
1020
1192
|
},
|
|
1021
1193
|
{
|
|
1022
1194
|
"name": "mode",
|
|
1023
|
-
"description": "The mode determines
|
|
1195
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1024
1196
|
"required": false,
|
|
1025
1197
|
"value": {
|
|
1026
1198
|
"kind": "expression",
|
|
1027
1199
|
"type": "\"ios\" | \"md\""
|
|
1028
1200
|
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "theme",
|
|
1204
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1205
|
+
"required": false,
|
|
1206
|
+
"value": {
|
|
1207
|
+
"kind": "expression",
|
|
1208
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1209
|
+
}
|
|
1029
1210
|
}
|
|
1030
1211
|
],
|
|
1031
1212
|
"slots": [],
|
|
@@ -1100,7 +1281,7 @@
|
|
|
1100
1281
|
},
|
|
1101
1282
|
{
|
|
1102
1283
|
"name": "fill",
|
|
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
|
|
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 when inside of a buttons or datetime component, where\nthe default fill is `\"clear\"`.",
|
|
1104
1285
|
"required": false,
|
|
1105
1286
|
"value": {
|
|
1106
1287
|
"kind": "expression",
|
|
@@ -1127,7 +1308,7 @@
|
|
|
1127
1308
|
},
|
|
1128
1309
|
{
|
|
1129
1310
|
"name": "mode",
|
|
1130
|
-
"description": "The mode determines
|
|
1311
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1131
1312
|
"required": false,
|
|
1132
1313
|
"value": {
|
|
1133
1314
|
"kind": "expression",
|
|
@@ -1164,20 +1345,20 @@
|
|
|
1164
1345
|
},
|
|
1165
1346
|
{
|
|
1166
1347
|
"name": "shape",
|
|
1167
|
-
"description": "Set to `\"round\"` for a button with
|
|
1348
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
1168
1349
|
"required": false,
|
|
1169
1350
|
"value": {
|
|
1170
1351
|
"kind": "expression",
|
|
1171
|
-
"type": "\"round\" | undefined"
|
|
1352
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1172
1353
|
}
|
|
1173
1354
|
},
|
|
1174
1355
|
{
|
|
1175
1356
|
"name": "size",
|
|
1176
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
1357
|
+
"description": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
1177
1358
|
"required": false,
|
|
1178
1359
|
"value": {
|
|
1179
1360
|
"kind": "expression",
|
|
1180
|
-
"type": "\"default\" | \"large\" | \"small\" | undefined"
|
|
1361
|
+
"type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined"
|
|
1181
1362
|
}
|
|
1182
1363
|
},
|
|
1183
1364
|
{
|
|
@@ -1199,6 +1380,15 @@
|
|
|
1199
1380
|
"type": "string | undefined"
|
|
1200
1381
|
}
|
|
1201
1382
|
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "theme",
|
|
1385
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1386
|
+
"required": false,
|
|
1387
|
+
"value": {
|
|
1388
|
+
"kind": "expression",
|
|
1389
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1202
1392
|
{
|
|
1203
1393
|
"name": "type",
|
|
1204
1394
|
"description": "The type of the button.",
|
|
@@ -1262,13 +1452,31 @@
|
|
|
1262
1452
|
"attributes": [
|
|
1263
1453
|
{
|
|
1264
1454
|
"name": "collapse",
|
|
1265
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios`
|
|
1455
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
1266
1456
|
"required": false,
|
|
1267
1457
|
"default": "false",
|
|
1268
1458
|
"value": {
|
|
1269
1459
|
"kind": "expression",
|
|
1270
1460
|
"type": "boolean"
|
|
1271
1461
|
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "mode",
|
|
1465
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1466
|
+
"required": false,
|
|
1467
|
+
"value": {
|
|
1468
|
+
"kind": "expression",
|
|
1469
|
+
"type": "\"ios\" | \"md\""
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "theme",
|
|
1474
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1475
|
+
"required": false,
|
|
1476
|
+
"value": {
|
|
1477
|
+
"kind": "expression",
|
|
1478
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1479
|
+
}
|
|
1272
1480
|
}
|
|
1273
1481
|
],
|
|
1274
1482
|
"slots": [],
|
|
@@ -1332,7 +1540,7 @@
|
|
|
1332
1540
|
},
|
|
1333
1541
|
{
|
|
1334
1542
|
"name": "mode",
|
|
1335
|
-
"description": "The mode determines
|
|
1543
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1336
1544
|
"required": false,
|
|
1337
1545
|
"value": {
|
|
1338
1546
|
"kind": "expression",
|
|
@@ -1367,6 +1575,16 @@
|
|
|
1367
1575
|
"type": "\"back\" | \"forward\" | \"root\""
|
|
1368
1576
|
}
|
|
1369
1577
|
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "shape",
|
|
1580
|
+
"description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
|
|
1581
|
+
"required": false,
|
|
1582
|
+
"default": "'round'",
|
|
1583
|
+
"value": {
|
|
1584
|
+
"kind": "expression",
|
|
1585
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1370
1588
|
{
|
|
1371
1589
|
"name": "target",
|
|
1372
1590
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -1376,6 +1594,15 @@
|
|
|
1376
1594
|
"type": "string | undefined"
|
|
1377
1595
|
}
|
|
1378
1596
|
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "theme",
|
|
1599
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1600
|
+
"required": false,
|
|
1601
|
+
"value": {
|
|
1602
|
+
"kind": "expression",
|
|
1603
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1379
1606
|
{
|
|
1380
1607
|
"name": "type",
|
|
1381
1608
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1401,12 +1628,21 @@
|
|
|
1401
1628
|
"attributes": [
|
|
1402
1629
|
{
|
|
1403
1630
|
"name": "mode",
|
|
1404
|
-
"description": "The mode determines
|
|
1631
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1405
1632
|
"required": false,
|
|
1406
1633
|
"value": {
|
|
1407
1634
|
"kind": "expression",
|
|
1408
1635
|
"type": "\"ios\" | \"md\""
|
|
1409
1636
|
}
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "theme",
|
|
1640
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1641
|
+
"required": false,
|
|
1642
|
+
"value": {
|
|
1643
|
+
"kind": "expression",
|
|
1644
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1645
|
+
}
|
|
1410
1646
|
}
|
|
1411
1647
|
],
|
|
1412
1648
|
"slots": [],
|
|
@@ -1432,16 +1668,25 @@
|
|
|
1432
1668
|
},
|
|
1433
1669
|
{
|
|
1434
1670
|
"name": "mode",
|
|
1435
|
-
"description": "The mode determines
|
|
1671
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1436
1672
|
"required": false,
|
|
1437
1673
|
"value": {
|
|
1438
1674
|
"kind": "expression",
|
|
1439
1675
|
"type": "\"ios\" | \"md\""
|
|
1440
1676
|
}
|
|
1441
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "theme",
|
|
1680
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1681
|
+
"required": false,
|
|
1682
|
+
"value": {
|
|
1683
|
+
"kind": "expression",
|
|
1684
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1442
1687
|
{
|
|
1443
1688
|
"name": "translucent",
|
|
1444
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1689
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1445
1690
|
"required": false,
|
|
1446
1691
|
"default": "false",
|
|
1447
1692
|
"value": {
|
|
@@ -1473,12 +1718,21 @@
|
|
|
1473
1718
|
},
|
|
1474
1719
|
{
|
|
1475
1720
|
"name": "mode",
|
|
1476
|
-
"description": "The mode determines
|
|
1721
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1477
1722
|
"required": false,
|
|
1478
1723
|
"value": {
|
|
1479
1724
|
"kind": "expression",
|
|
1480
1725
|
"type": "\"ios\" | \"md\""
|
|
1481
1726
|
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "theme",
|
|
1730
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1731
|
+
"required": false,
|
|
1732
|
+
"value": {
|
|
1733
|
+
"kind": "expression",
|
|
1734
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1735
|
+
}
|
|
1482
1736
|
}
|
|
1483
1737
|
],
|
|
1484
1738
|
"slots": [],
|
|
@@ -1504,12 +1758,21 @@
|
|
|
1504
1758
|
},
|
|
1505
1759
|
{
|
|
1506
1760
|
"name": "mode",
|
|
1507
|
-
"description": "The mode determines
|
|
1761
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1508
1762
|
"required": false,
|
|
1509
1763
|
"value": {
|
|
1510
1764
|
"kind": "expression",
|
|
1511
1765
|
"type": "\"ios\" | \"md\""
|
|
1512
1766
|
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "theme",
|
|
1770
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1771
|
+
"required": false,
|
|
1772
|
+
"value": {
|
|
1773
|
+
"kind": "expression",
|
|
1774
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1775
|
+
}
|
|
1513
1776
|
}
|
|
1514
1777
|
],
|
|
1515
1778
|
"slots": [],
|
|
@@ -1611,7 +1874,7 @@
|
|
|
1611
1874
|
},
|
|
1612
1875
|
{
|
|
1613
1876
|
"name": "mode",
|
|
1614
|
-
"description": "The mode determines
|
|
1877
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1615
1878
|
"required": false,
|
|
1616
1879
|
"value": {
|
|
1617
1880
|
"kind": "expression",
|
|
@@ -1638,6 +1901,34 @@
|
|
|
1638
1901
|
"type": "boolean"
|
|
1639
1902
|
}
|
|
1640
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"name": "shape",
|
|
1906
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1907
|
+
"required": false,
|
|
1908
|
+
"default": "'soft'",
|
|
1909
|
+
"value": {
|
|
1910
|
+
"kind": "expression",
|
|
1911
|
+
"type": "\"rectangular\" | \"soft\" | undefined"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "size",
|
|
1916
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1917
|
+
"required": false,
|
|
1918
|
+
"value": {
|
|
1919
|
+
"kind": "expression",
|
|
1920
|
+
"type": "\"small\" | undefined"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "theme",
|
|
1925
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1926
|
+
"required": false,
|
|
1927
|
+
"value": {
|
|
1928
|
+
"kind": "expression",
|
|
1929
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1641
1932
|
{
|
|
1642
1933
|
"name": "value",
|
|
1643
1934
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
|
|
@@ -1668,7 +1959,7 @@
|
|
|
1668
1959
|
},
|
|
1669
1960
|
{
|
|
1670
1961
|
"name": "ionChange",
|
|
1671
|
-
"description": "Emitted when the checked property has changed
|
|
1962
|
+
"description": "Emitted when the checked property has changed\nas a result of a user action such as a click.\nThis event will not emit when programmatically\nsetting the `checked` property.",
|
|
1672
1963
|
"arguments": [
|
|
1673
1964
|
{
|
|
1674
1965
|
"name": "detail",
|
|
@@ -1716,9 +2007,19 @@
|
|
|
1716
2007
|
"type": "boolean"
|
|
1717
2008
|
}
|
|
1718
2009
|
},
|
|
2010
|
+
{
|
|
2011
|
+
"name": "hue",
|
|
2012
|
+
"description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
2013
|
+
"required": false,
|
|
2014
|
+
"default": "'subtle'",
|
|
2015
|
+
"value": {
|
|
2016
|
+
"kind": "expression",
|
|
2017
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
1719
2020
|
{
|
|
1720
2021
|
"name": "mode",
|
|
1721
|
-
"description": "The mode determines
|
|
2022
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1722
2023
|
"required": false,
|
|
1723
2024
|
"value": {
|
|
1724
2025
|
"kind": "expression",
|
|
@@ -1734,23 +2035,59 @@
|
|
|
1734
2035
|
"kind": "expression",
|
|
1735
2036
|
"type": "boolean"
|
|
1736
2037
|
}
|
|
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": [
|
|
2038
|
+
},
|
|
1751
2039
|
{
|
|
1752
|
-
"name": "
|
|
1753
|
-
"description": "
|
|
2040
|
+
"name": "shape",
|
|
2041
|
+
"description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
|
|
2042
|
+
"required": false,
|
|
2043
|
+
"value": {
|
|
2044
|
+
"kind": "expression",
|
|
2045
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "size",
|
|
2050
|
+
"description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
|
|
2051
|
+
"required": false,
|
|
2052
|
+
"value": {
|
|
2053
|
+
"kind": "expression",
|
|
2054
|
+
"type": "\"large\" | \"small\" | undefined"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"name": "theme",
|
|
2059
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2060
|
+
"required": false,
|
|
2061
|
+
"value": {
|
|
2062
|
+
"kind": "expression",
|
|
2063
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2064
|
+
}
|
|
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
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "offset",
|
|
2090
|
+
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
1754
2091
|
"required": false,
|
|
1755
2092
|
"value": {
|
|
1756
2093
|
"kind": "expression",
|
|
@@ -1802,6 +2139,60 @@
|
|
|
1802
2139
|
"type": "string | undefined"
|
|
1803
2140
|
}
|
|
1804
2141
|
},
|
|
2142
|
+
{
|
|
2143
|
+
"name": "order",
|
|
2144
|
+
"description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2145
|
+
"required": false,
|
|
2146
|
+
"value": {
|
|
2147
|
+
"kind": "expression",
|
|
2148
|
+
"type": "string | undefined"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "order-lg",
|
|
2153
|
+
"description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2154
|
+
"required": false,
|
|
2155
|
+
"value": {
|
|
2156
|
+
"kind": "expression",
|
|
2157
|
+
"type": "string | undefined"
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "order-md",
|
|
2162
|
+
"description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2163
|
+
"required": false,
|
|
2164
|
+
"value": {
|
|
2165
|
+
"kind": "expression",
|
|
2166
|
+
"type": "string | undefined"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"name": "order-sm",
|
|
2171
|
+
"description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2172
|
+
"required": false,
|
|
2173
|
+
"value": {
|
|
2174
|
+
"kind": "expression",
|
|
2175
|
+
"type": "string | undefined"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "order-xl",
|
|
2180
|
+
"description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2181
|
+
"required": false,
|
|
2182
|
+
"value": {
|
|
2183
|
+
"kind": "expression",
|
|
2184
|
+
"type": "string | undefined"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"name": "order-xs",
|
|
2189
|
+
"description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
2190
|
+
"required": false,
|
|
2191
|
+
"value": {
|
|
2192
|
+
"kind": "expression",
|
|
2193
|
+
"type": "string | undefined"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
1805
2196
|
{
|
|
1806
2197
|
"name": "pull",
|
|
1807
2198
|
"description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
|
|
@@ -1963,6 +2354,15 @@
|
|
|
1963
2354
|
"kind": "expression",
|
|
1964
2355
|
"type": "string | undefined"
|
|
1965
2356
|
}
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"name": "theme",
|
|
2360
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2361
|
+
"required": false,
|
|
2362
|
+
"value": {
|
|
2363
|
+
"kind": "expression",
|
|
2364
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2365
|
+
}
|
|
1966
2366
|
}
|
|
1967
2367
|
],
|
|
1968
2368
|
"slots": [],
|
|
@@ -2015,6 +2415,15 @@
|
|
|
2015
2415
|
"type": "boolean"
|
|
2016
2416
|
}
|
|
2017
2417
|
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "mode",
|
|
2420
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2421
|
+
"required": false,
|
|
2422
|
+
"value": {
|
|
2423
|
+
"kind": "expression",
|
|
2424
|
+
"type": "\"ios\" | \"md\""
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2018
2427
|
{
|
|
2019
2428
|
"name": "scroll-events",
|
|
2020
2429
|
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
|
|
@@ -2044,6 +2453,15 @@
|
|
|
2044
2453
|
"kind": "expression",
|
|
2045
2454
|
"type": "boolean"
|
|
2046
2455
|
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "theme",
|
|
2459
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2460
|
+
"required": false,
|
|
2461
|
+
"value": {
|
|
2462
|
+
"kind": "expression",
|
|
2463
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2464
|
+
}
|
|
2047
2465
|
}
|
|
2048
2466
|
],
|
|
2049
2467
|
"slots": [
|
|
@@ -2251,7 +2669,7 @@
|
|
|
2251
2669
|
},
|
|
2252
2670
|
{
|
|
2253
2671
|
"name": "mode",
|
|
2254
|
-
"description": "The mode determines
|
|
2672
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2255
2673
|
"required": false,
|
|
2256
2674
|
"value": {
|
|
2257
2675
|
"kind": "expression",
|
|
@@ -2377,6 +2795,15 @@
|
|
|
2377
2795
|
"type": "\"cover\" | \"fixed\""
|
|
2378
2796
|
}
|
|
2379
2797
|
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "theme",
|
|
2800
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2801
|
+
"required": false,
|
|
2802
|
+
"value": {
|
|
2803
|
+
"kind": "expression",
|
|
2804
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2380
2807
|
{
|
|
2381
2808
|
"name": "titleSelectedDatesFormatter",
|
|
2382
2809
|
"description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
|
|
@@ -2502,12 +2929,21 @@
|
|
|
2502
2929
|
},
|
|
2503
2930
|
{
|
|
2504
2931
|
"name": "mode",
|
|
2505
|
-
"description": "The mode determines
|
|
2932
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2506
2933
|
"required": false,
|
|
2507
2934
|
"value": {
|
|
2508
2935
|
"kind": "expression",
|
|
2509
2936
|
"type": "\"ios\" | \"md\""
|
|
2510
2937
|
}
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "theme",
|
|
2941
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2942
|
+
"required": false,
|
|
2943
|
+
"value": {
|
|
2944
|
+
"kind": "expression",
|
|
2945
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
2946
|
+
}
|
|
2511
2947
|
}
|
|
2512
2948
|
],
|
|
2513
2949
|
"slots": [
|
|
@@ -2522,6 +2958,39 @@
|
|
|
2522
2958
|
],
|
|
2523
2959
|
"events": []
|
|
2524
2960
|
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "IonDivider",
|
|
2963
|
+
"doc-url": "https://ionicframework.com/docs/api/divider",
|
|
2964
|
+
"description": "",
|
|
2965
|
+
"source": {
|
|
2966
|
+
"module": "@ionic/core/src/components/divider/divider.d.ts",
|
|
2967
|
+
"symbol": "Divider"
|
|
2968
|
+
},
|
|
2969
|
+
"attributes": [
|
|
2970
|
+
{
|
|
2971
|
+
"name": "inset",
|
|
2972
|
+
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
2973
|
+
"required": false,
|
|
2974
|
+
"default": "false",
|
|
2975
|
+
"value": {
|
|
2976
|
+
"kind": "expression",
|
|
2977
|
+
"type": "boolean"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "spacing",
|
|
2982
|
+
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
2983
|
+
"required": false,
|
|
2984
|
+
"default": "'medium'",
|
|
2985
|
+
"value": {
|
|
2986
|
+
"kind": "expression",
|
|
2987
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined"
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"slots": [],
|
|
2992
|
+
"events": []
|
|
2993
|
+
},
|
|
2525
2994
|
{
|
|
2526
2995
|
"name": "IonFab",
|
|
2527
2996
|
"doc-url": "https://ionicframework.com/docs/api/fab",
|
|
@@ -2560,6 +3029,24 @@
|
|
|
2560
3029
|
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
2561
3030
|
}
|
|
2562
3031
|
},
|
|
3032
|
+
{
|
|
3033
|
+
"name": "mode",
|
|
3034
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3035
|
+
"required": false,
|
|
3036
|
+
"value": {
|
|
3037
|
+
"kind": "expression",
|
|
3038
|
+
"type": "\"ios\" | \"md\""
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "theme",
|
|
3043
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3044
|
+
"required": false,
|
|
3045
|
+
"value": {
|
|
3046
|
+
"kind": "expression",
|
|
3047
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
2563
3050
|
{
|
|
2564
3051
|
"name": "vertical",
|
|
2565
3052
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2596,10 +3083,9 @@
|
|
|
2596
3083
|
"name": "close-icon",
|
|
2597
3084
|
"description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
|
|
2598
3085
|
"required": false,
|
|
2599
|
-
"default": "close",
|
|
2600
3086
|
"value": {
|
|
2601
3087
|
"kind": "expression",
|
|
2602
|
-
"type": "string"
|
|
3088
|
+
"type": "string | undefined"
|
|
2603
3089
|
}
|
|
2604
3090
|
},
|
|
2605
3091
|
{
|
|
@@ -2641,7 +3127,7 @@
|
|
|
2641
3127
|
},
|
|
2642
3128
|
{
|
|
2643
3129
|
"name": "mode",
|
|
2644
|
-
"description": "The mode determines
|
|
3130
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2645
3131
|
"required": false,
|
|
2646
3132
|
"value": {
|
|
2647
3133
|
"kind": "expression",
|
|
@@ -2704,9 +3190,18 @@
|
|
|
2704
3190
|
"type": "string | undefined"
|
|
2705
3191
|
}
|
|
2706
3192
|
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "theme",
|
|
3195
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3196
|
+
"required": false,
|
|
3197
|
+
"value": {
|
|
3198
|
+
"kind": "expression",
|
|
3199
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
2707
3202
|
{
|
|
2708
3203
|
"name": "translucent",
|
|
2709
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
3204
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
2710
3205
|
"required": false,
|
|
2711
3206
|
"default": "false",
|
|
2712
3207
|
"value": {
|
|
@@ -2768,6 +3263,15 @@
|
|
|
2768
3263
|
"type": "boolean"
|
|
2769
3264
|
}
|
|
2770
3265
|
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "mode",
|
|
3268
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3269
|
+
"required": false,
|
|
3270
|
+
"value": {
|
|
3271
|
+
"kind": "expression",
|
|
3272
|
+
"type": "\"ios\" | \"md\""
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
2771
3275
|
{
|
|
2772
3276
|
"name": "side",
|
|
2773
3277
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2777,6 +3281,15 @@
|
|
|
2777
3281
|
"kind": "expression",
|
|
2778
3282
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\""
|
|
2779
3283
|
}
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "theme",
|
|
3287
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3288
|
+
"required": false,
|
|
3289
|
+
"value": {
|
|
3290
|
+
"kind": "expression",
|
|
3291
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3292
|
+
}
|
|
2780
3293
|
}
|
|
2781
3294
|
],
|
|
2782
3295
|
"slots": [],
|
|
@@ -2793,7 +3306,7 @@
|
|
|
2793
3306
|
"attributes": [
|
|
2794
3307
|
{
|
|
2795
3308
|
"name": "collapse",
|
|
2796
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
3309
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
2797
3310
|
"required": false,
|
|
2798
3311
|
"value": {
|
|
2799
3312
|
"kind": "expression",
|
|
@@ -2802,16 +3315,25 @@
|
|
|
2802
3315
|
},
|
|
2803
3316
|
{
|
|
2804
3317
|
"name": "mode",
|
|
2805
|
-
"description": "The mode determines
|
|
3318
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2806
3319
|
"required": false,
|
|
2807
3320
|
"value": {
|
|
2808
3321
|
"kind": "expression",
|
|
2809
3322
|
"type": "\"ios\" | \"md\""
|
|
2810
3323
|
}
|
|
2811
3324
|
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "theme",
|
|
3327
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3328
|
+
"required": false,
|
|
3329
|
+
"value": {
|
|
3330
|
+
"kind": "expression",
|
|
3331
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
2812
3334
|
{
|
|
2813
3335
|
"name": "translucent",
|
|
2814
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
3336
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
|
|
2815
3337
|
"required": false,
|
|
2816
3338
|
"default": "false",
|
|
2817
3339
|
"value": {
|
|
@@ -2823,6 +3345,117 @@
|
|
|
2823
3345
|
"slots": [],
|
|
2824
3346
|
"events": []
|
|
2825
3347
|
},
|
|
3348
|
+
{
|
|
3349
|
+
"name": "IonGallery",
|
|
3350
|
+
"doc-url": "https://ionicframework.com/docs/api/gallery",
|
|
3351
|
+
"description": "",
|
|
3352
|
+
"source": {
|
|
3353
|
+
"module": "@ionic/core/src/components/gallery/gallery.d.ts",
|
|
3354
|
+
"symbol": "Gallery"
|
|
3355
|
+
},
|
|
3356
|
+
"attributes": [
|
|
3357
|
+
{
|
|
3358
|
+
"name": "columns",
|
|
3359
|
+
"description": "The number of columns to display. Can be set as a number or an object of\nbreakpoint values (e.g. `{ xs: 2, sm: 3, md: 4 }`).",
|
|
3360
|
+
"required": false,
|
|
3361
|
+
"default": "{\n xs: 2,\n sm: 3,\n md: 4,\n lg: 6,\n xl: 8,\n xxl: 10,\n}",
|
|
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%)`,\nCSS variables like `var(--app-gallery-gap)`, or numbers (treated as pixel\nvalues). 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.",
|
|
3370
|
+
"required": false,
|
|
3371
|
+
"default": "'16px'",
|
|
3372
|
+
"value": {
|
|
3373
|
+
"kind": "expression",
|
|
3374
|
+
"type": "GalleryBreakpoints<string | number> | number | string"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"name": "layout",
|
|
3379
|
+
"description": "The visual layout of the gallery. When `uniform`, rows take up the height\nof the tallest item and are spaced evenly across the gallery. Additionally,\nitems will have an aspect ratio of 1/1, forcing them to be square unless a\nheight is explicitly set. When `masonry`, items will be positioned under each\nother with only the specified gap between them.",
|
|
3380
|
+
"required": false,
|
|
3381
|
+
"default": "'uniform'",
|
|
3382
|
+
"value": {
|
|
3383
|
+
"kind": "expression",
|
|
3384
|
+
"type": "\"masonry\" | \"uniform\""
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"name": "mode",
|
|
3389
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3390
|
+
"required": false,
|
|
3391
|
+
"value": {
|
|
3392
|
+
"kind": "expression",
|
|
3393
|
+
"type": "\"ios\" | \"md\""
|
|
3394
|
+
}
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"name": "order",
|
|
3398
|
+
"description": "The order in which items are positioned. Only applies when layout is\n`masonry`. When `sequential`, items are positioned in the order they are\nplaced in the DOM. When `best-fit`, items are positioned under the column\nwith the most available space. Defaults to `sequential` when layout is\n`masonry` and `order` is not explicitly set.",
|
|
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.",
|
|
3408
|
+
"required": false,
|
|
3409
|
+
"value": {
|
|
3410
|
+
"kind": "expression",
|
|
3411
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3412
|
+
}
|
|
3413
|
+
}
|
|
3414
|
+
],
|
|
3415
|
+
"slots": [
|
|
3416
|
+
{
|
|
3417
|
+
"name": "default",
|
|
3418
|
+
"description": "One or more `ion-gallery-item` components, placed in a responsive\ngallery layout."
|
|
3419
|
+
}
|
|
3420
|
+
],
|
|
3421
|
+
"events": []
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "IonGalleryItem",
|
|
3425
|
+
"doc-url": "https://ionicframework.com/docs/api/gallery-item",
|
|
3426
|
+
"description": "",
|
|
3427
|
+
"source": {
|
|
3428
|
+
"module": "@ionic/core/src/components/gallery-item/gallery-item.d.ts",
|
|
3429
|
+
"symbol": "GalleryItem"
|
|
3430
|
+
},
|
|
3431
|
+
"attributes": [
|
|
3432
|
+
{
|
|
3433
|
+
"name": "mode",
|
|
3434
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3435
|
+
"required": false,
|
|
3436
|
+
"value": {
|
|
3437
|
+
"kind": "expression",
|
|
3438
|
+
"type": "\"ios\" | \"md\""
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"name": "theme",
|
|
3443
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3444
|
+
"required": false,
|
|
3445
|
+
"value": {
|
|
3446
|
+
"kind": "expression",
|
|
3447
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3448
|
+
}
|
|
3449
|
+
}
|
|
3450
|
+
],
|
|
3451
|
+
"slots": [
|
|
3452
|
+
{
|
|
3453
|
+
"name": "default",
|
|
3454
|
+
"description": "The content placed inside of the gallery item. This is typically an\n`img`, but can be any element (e.g. a `figure` wrapping an image and caption)."
|
|
3455
|
+
}
|
|
3456
|
+
],
|
|
3457
|
+
"events": []
|
|
3458
|
+
},
|
|
2826
3459
|
{
|
|
2827
3460
|
"name": "IonGrid",
|
|
2828
3461
|
"doc-url": "https://ionicframework.com/docs/api/grid",
|
|
@@ -2841,6 +3474,24 @@
|
|
|
2841
3474
|
"kind": "expression",
|
|
2842
3475
|
"type": "boolean"
|
|
2843
3476
|
}
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "mode",
|
|
3480
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3481
|
+
"required": false,
|
|
3482
|
+
"value": {
|
|
3483
|
+
"kind": "expression",
|
|
3484
|
+
"type": "\"ios\" | \"md\""
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"name": "theme",
|
|
3489
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3490
|
+
"required": false,
|
|
3491
|
+
"value": {
|
|
3492
|
+
"kind": "expression",
|
|
3493
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3494
|
+
}
|
|
2844
3495
|
}
|
|
2845
3496
|
],
|
|
2846
3497
|
"slots": [],
|
|
@@ -2857,25 +3508,44 @@
|
|
|
2857
3508
|
"attributes": [
|
|
2858
3509
|
{
|
|
2859
3510
|
"name": "collapse",
|
|
2860
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
3511
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
2861
3512
|
"required": false,
|
|
2862
3513
|
"value": {
|
|
2863
3514
|
"kind": "expression",
|
|
2864
3515
|
"type": "\"condense\" | \"fade\" | undefined"
|
|
2865
3516
|
}
|
|
2866
3517
|
},
|
|
3518
|
+
{
|
|
3519
|
+
"name": "divider",
|
|
3520
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
3521
|
+
"required": false,
|
|
3522
|
+
"default": "false",
|
|
3523
|
+
"value": {
|
|
3524
|
+
"kind": "expression",
|
|
3525
|
+
"type": "boolean"
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
2867
3528
|
{
|
|
2868
3529
|
"name": "mode",
|
|
2869
|
-
"description": "The mode determines
|
|
3530
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2870
3531
|
"required": false,
|
|
2871
3532
|
"value": {
|
|
2872
3533
|
"kind": "expression",
|
|
2873
3534
|
"type": "\"ios\" | \"md\""
|
|
2874
3535
|
}
|
|
2875
3536
|
},
|
|
3537
|
+
{
|
|
3538
|
+
"name": "theme",
|
|
3539
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3540
|
+
"required": false,
|
|
3541
|
+
"value": {
|
|
3542
|
+
"kind": "expression",
|
|
3543
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
2876
3546
|
{
|
|
2877
3547
|
"name": "translucent",
|
|
2878
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
3548
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` or `\"ionic\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
2879
3549
|
"required": false,
|
|
2880
3550
|
"default": "false",
|
|
2881
3551
|
"value": {
|
|
@@ -2905,6 +3575,15 @@
|
|
|
2905
3575
|
"type": "string | undefined"
|
|
2906
3576
|
}
|
|
2907
3577
|
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "mode",
|
|
3580
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3581
|
+
"required": false,
|
|
3582
|
+
"value": {
|
|
3583
|
+
"kind": "expression",
|
|
3584
|
+
"type": "\"ios\" | \"md\""
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
2908
3587
|
{
|
|
2909
3588
|
"name": "src",
|
|
2910
3589
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
@@ -2913,6 +3592,15 @@
|
|
|
2913
3592
|
"kind": "expression",
|
|
2914
3593
|
"type": "string | undefined"
|
|
2915
3594
|
}
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"name": "theme",
|
|
3598
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3599
|
+
"required": false,
|
|
3600
|
+
"value": {
|
|
3601
|
+
"kind": "expression",
|
|
3602
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3603
|
+
}
|
|
2916
3604
|
}
|
|
2917
3605
|
],
|
|
2918
3606
|
"slots": [],
|
|
@@ -2968,6 +3656,15 @@
|
|
|
2968
3656
|
"type": "boolean"
|
|
2969
3657
|
}
|
|
2970
3658
|
},
|
|
3659
|
+
{
|
|
3660
|
+
"name": "mode",
|
|
3661
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3662
|
+
"required": false,
|
|
3663
|
+
"value": {
|
|
3664
|
+
"kind": "expression",
|
|
3665
|
+
"type": "\"ios\" | \"md\""
|
|
3666
|
+
}
|
|
3667
|
+
},
|
|
2971
3668
|
{
|
|
2972
3669
|
"name": "position",
|
|
2973
3670
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2978,6 +3675,25 @@
|
|
|
2978
3675
|
"type": "\"bottom\" | \"top\""
|
|
2979
3676
|
}
|
|
2980
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
"name": "preserve-rerender-scroll-position",
|
|
3680
|
+
"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.",
|
|
3681
|
+
"required": false,
|
|
3682
|
+
"default": "false",
|
|
3683
|
+
"value": {
|
|
3684
|
+
"kind": "expression",
|
|
3685
|
+
"type": "boolean"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "theme",
|
|
3690
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3691
|
+
"required": false,
|
|
3692
|
+
"value": {
|
|
3693
|
+
"kind": "expression",
|
|
3694
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3695
|
+
}
|
|
3696
|
+
},
|
|
2981
3697
|
{
|
|
2982
3698
|
"name": "threshold",
|
|
2983
3699
|
"description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page.",
|
|
@@ -3029,6 +3745,24 @@
|
|
|
3029
3745
|
"kind": "expression",
|
|
3030
3746
|
"type": "IonicSafeString | string | undefined"
|
|
3031
3747
|
}
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "mode",
|
|
3751
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3752
|
+
"required": false,
|
|
3753
|
+
"value": {
|
|
3754
|
+
"kind": "expression",
|
|
3755
|
+
"type": "\"ios\" | \"md\""
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "theme",
|
|
3760
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3761
|
+
"required": false,
|
|
3762
|
+
"value": {
|
|
3763
|
+
"kind": "expression",
|
|
3764
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
3765
|
+
}
|
|
3032
3766
|
}
|
|
3033
3767
|
],
|
|
3034
3768
|
"slots": [],
|
|
@@ -3178,7 +3912,7 @@
|
|
|
3178
3912
|
},
|
|
3179
3913
|
{
|
|
3180
3914
|
"name": "fill",
|
|
3181
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
3915
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
3182
3916
|
"required": false,
|
|
3183
3917
|
"value": {
|
|
3184
3918
|
"kind": "expression",
|
|
@@ -3214,12 +3948,11 @@
|
|
|
3214
3948
|
},
|
|
3215
3949
|
{
|
|
3216
3950
|
"name": "label-placement",
|
|
3217
|
-
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
3951
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
|
|
3218
3952
|
"required": false,
|
|
3219
|
-
"default": "'start'",
|
|
3220
3953
|
"value": {
|
|
3221
3954
|
"kind": "expression",
|
|
3222
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\""
|
|
3955
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined"
|
|
3223
3956
|
}
|
|
3224
3957
|
},
|
|
3225
3958
|
{
|
|
@@ -3260,7 +3993,7 @@
|
|
|
3260
3993
|
},
|
|
3261
3994
|
{
|
|
3262
3995
|
"name": "mode",
|
|
3263
|
-
"description": "The mode determines
|
|
3996
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3264
3997
|
"required": false,
|
|
3265
3998
|
"value": {
|
|
3266
3999
|
"kind": "expression",
|
|
@@ -3318,19 +4051,29 @@
|
|
|
3318
4051
|
"name": "required",
|
|
3319
4052
|
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
3320
4053
|
"required": false,
|
|
3321
|
-
"default": "false",
|
|
4054
|
+
"default": "false",
|
|
4055
|
+
"value": {
|
|
4056
|
+
"kind": "expression",
|
|
4057
|
+
"type": "boolean"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "shape",
|
|
4062
|
+
"description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
|
|
4063
|
+
"required": false,
|
|
3322
4064
|
"value": {
|
|
3323
4065
|
"kind": "expression",
|
|
3324
|
-
"type": "
|
|
4066
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
3325
4067
|
}
|
|
3326
4068
|
},
|
|
3327
4069
|
{
|
|
3328
|
-
"name": "
|
|
3329
|
-
"description": "The
|
|
4070
|
+
"name": "size",
|
|
4071
|
+
"description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
|
|
3330
4072
|
"required": false,
|
|
4073
|
+
"default": "'medium'",
|
|
3331
4074
|
"value": {
|
|
3332
4075
|
"kind": "expression",
|
|
3333
|
-
"type": "\"
|
|
4076
|
+
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined"
|
|
3334
4077
|
}
|
|
3335
4078
|
},
|
|
3336
4079
|
{
|
|
@@ -3352,6 +4095,15 @@
|
|
|
3352
4095
|
"type": "string | undefined"
|
|
3353
4096
|
}
|
|
3354
4097
|
},
|
|
4098
|
+
{
|
|
4099
|
+
"name": "theme",
|
|
4100
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4101
|
+
"required": false,
|
|
4102
|
+
"value": {
|
|
4103
|
+
"kind": "expression",
|
|
4104
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
3355
4107
|
{
|
|
3356
4108
|
"name": "type",
|
|
3357
4109
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3497,6 +4249,15 @@
|
|
|
3497
4249
|
"type": "number"
|
|
3498
4250
|
}
|
|
3499
4251
|
},
|
|
4252
|
+
{
|
|
4253
|
+
"name": "mode",
|
|
4254
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4255
|
+
"required": false,
|
|
4256
|
+
"value": {
|
|
4257
|
+
"kind": "expression",
|
|
4258
|
+
"type": "\"ios\" | \"md\""
|
|
4259
|
+
}
|
|
4260
|
+
},
|
|
3500
4261
|
{
|
|
3501
4262
|
"name": "pattern",
|
|
3502
4263
|
"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}]\"`",
|
|
@@ -3545,6 +4306,15 @@
|
|
|
3545
4306
|
"type": "\"large\" | \"medium\" | \"small\""
|
|
3546
4307
|
}
|
|
3547
4308
|
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "theme",
|
|
4311
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4312
|
+
"required": false,
|
|
4313
|
+
"value": {
|
|
4314
|
+
"kind": "expression",
|
|
4315
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
3548
4318
|
{
|
|
3549
4319
|
"name": "type",
|
|
3550
4320
|
"description": "The type of input allowed in the input boxes.",
|
|
@@ -3699,7 +4469,7 @@
|
|
|
3699
4469
|
},
|
|
3700
4470
|
{
|
|
3701
4471
|
"name": "detail",
|
|
3702
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
4472
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present.",
|
|
3703
4473
|
"required": false,
|
|
3704
4474
|
"value": {
|
|
3705
4475
|
"kind": "expression",
|
|
@@ -3710,10 +4480,9 @@
|
|
|
3710
4480
|
"name": "detail-icon",
|
|
3711
4481
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
3712
4482
|
"required": false,
|
|
3713
|
-
"default": "chevronForward",
|
|
3714
4483
|
"value": {
|
|
3715
4484
|
"kind": "expression",
|
|
3716
|
-
"type": "string"
|
|
4485
|
+
"type": "string | undefined"
|
|
3717
4486
|
}
|
|
3718
4487
|
},
|
|
3719
4488
|
{
|
|
@@ -3755,7 +4524,7 @@
|
|
|
3755
4524
|
},
|
|
3756
4525
|
{
|
|
3757
4526
|
"name": "mode",
|
|
3758
|
-
"description": "The mode determines
|
|
4527
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3759
4528
|
"required": false,
|
|
3760
4529
|
"value": {
|
|
3761
4530
|
"kind": "expression",
|
|
@@ -3799,6 +4568,15 @@
|
|
|
3799
4568
|
"type": "string | undefined"
|
|
3800
4569
|
}
|
|
3801
4570
|
},
|
|
4571
|
+
{
|
|
4572
|
+
"name": "theme",
|
|
4573
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4574
|
+
"required": false,
|
|
4575
|
+
"value": {
|
|
4576
|
+
"kind": "expression",
|
|
4577
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4578
|
+
}
|
|
4579
|
+
},
|
|
3802
4580
|
{
|
|
3803
4581
|
"name": "type",
|
|
3804
4582
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3846,7 +4624,7 @@
|
|
|
3846
4624
|
},
|
|
3847
4625
|
{
|
|
3848
4626
|
"name": "mode",
|
|
3849
|
-
"description": "The mode determines
|
|
4627
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3850
4628
|
"required": false,
|
|
3851
4629
|
"value": {
|
|
3852
4630
|
"kind": "expression",
|
|
@@ -3862,6 +4640,15 @@
|
|
|
3862
4640
|
"kind": "expression",
|
|
3863
4641
|
"type": "boolean"
|
|
3864
4642
|
}
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "theme",
|
|
4646
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4647
|
+
"required": false,
|
|
4648
|
+
"value": {
|
|
4649
|
+
"kind": "expression",
|
|
4650
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4651
|
+
}
|
|
3865
4652
|
}
|
|
3866
4653
|
],
|
|
3867
4654
|
"slots": [
|
|
@@ -3888,7 +4675,26 @@
|
|
|
3888
4675
|
"module": "@ionic/core/src/components/item-group/item-group.d.ts",
|
|
3889
4676
|
"symbol": "ItemGroup"
|
|
3890
4677
|
},
|
|
3891
|
-
"attributes": [
|
|
4678
|
+
"attributes": [
|
|
4679
|
+
{
|
|
4680
|
+
"name": "mode",
|
|
4681
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4682
|
+
"required": false,
|
|
4683
|
+
"value": {
|
|
4684
|
+
"kind": "expression",
|
|
4685
|
+
"type": "\"ios\" | \"md\""
|
|
4686
|
+
}
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
"name": "theme",
|
|
4690
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4691
|
+
"required": false,
|
|
4692
|
+
"value": {
|
|
4693
|
+
"kind": "expression",
|
|
4694
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4695
|
+
}
|
|
4696
|
+
}
|
|
4697
|
+
],
|
|
3892
4698
|
"slots": [],
|
|
3893
4699
|
"events": []
|
|
3894
4700
|
},
|
|
@@ -3948,9 +4754,19 @@
|
|
|
3948
4754
|
"type": "string | undefined"
|
|
3949
4755
|
}
|
|
3950
4756
|
},
|
|
4757
|
+
{
|
|
4758
|
+
"name": "hue",
|
|
4759
|
+
"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.",
|
|
4760
|
+
"required": false,
|
|
4761
|
+
"default": "'subtle'",
|
|
4762
|
+
"value": {
|
|
4763
|
+
"kind": "expression",
|
|
4764
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
4765
|
+
}
|
|
4766
|
+
},
|
|
3951
4767
|
{
|
|
3952
4768
|
"name": "mode",
|
|
3953
|
-
"description": "The mode determines
|
|
4769
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3954
4770
|
"required": false,
|
|
3955
4771
|
"value": {
|
|
3956
4772
|
"kind": "expression",
|
|
@@ -3966,6 +4782,15 @@
|
|
|
3966
4782
|
"type": "string | undefined"
|
|
3967
4783
|
}
|
|
3968
4784
|
},
|
|
4785
|
+
{
|
|
4786
|
+
"name": "shape",
|
|
4787
|
+
"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.",
|
|
4788
|
+
"required": false,
|
|
4789
|
+
"value": {
|
|
4790
|
+
"kind": "expression",
|
|
4791
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
4792
|
+
}
|
|
4793
|
+
},
|
|
3969
4794
|
{
|
|
3970
4795
|
"name": "target",
|
|
3971
4796
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
@@ -3975,6 +4800,15 @@
|
|
|
3975
4800
|
"type": "string | undefined"
|
|
3976
4801
|
}
|
|
3977
4802
|
},
|
|
4803
|
+
{
|
|
4804
|
+
"name": "theme",
|
|
4805
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4806
|
+
"required": false,
|
|
4807
|
+
"value": {
|
|
4808
|
+
"kind": "expression",
|
|
4809
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4810
|
+
}
|
|
4811
|
+
},
|
|
3978
4812
|
{
|
|
3979
4813
|
"name": "type",
|
|
3980
4814
|
"description": "The type of the button.",
|
|
@@ -4023,6 +4857,15 @@
|
|
|
4023
4857
|
"symbol": "ItemOptions"
|
|
4024
4858
|
},
|
|
4025
4859
|
"attributes": [
|
|
4860
|
+
{
|
|
4861
|
+
"name": "mode",
|
|
4862
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4863
|
+
"required": false,
|
|
4864
|
+
"value": {
|
|
4865
|
+
"kind": "expression",
|
|
4866
|
+
"type": "\"ios\" | \"md\""
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4026
4869
|
{
|
|
4027
4870
|
"name": "side",
|
|
4028
4871
|
"description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
|
|
@@ -4032,6 +4875,15 @@
|
|
|
4032
4875
|
"kind": "expression",
|
|
4033
4876
|
"type": "\"end\" | \"start\""
|
|
4034
4877
|
}
|
|
4878
|
+
},
|
|
4879
|
+
{
|
|
4880
|
+
"name": "theme",
|
|
4881
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4882
|
+
"required": false,
|
|
4883
|
+
"value": {
|
|
4884
|
+
"kind": "expression",
|
|
4885
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4886
|
+
}
|
|
4035
4887
|
}
|
|
4036
4888
|
],
|
|
4037
4889
|
"slots": [],
|
|
@@ -4066,6 +4918,24 @@
|
|
|
4066
4918
|
"kind": "expression",
|
|
4067
4919
|
"type": "boolean"
|
|
4068
4920
|
}
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"name": "mode",
|
|
4924
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4925
|
+
"required": false,
|
|
4926
|
+
"value": {
|
|
4927
|
+
"kind": "expression",
|
|
4928
|
+
"type": "\"ios\" | \"md\""
|
|
4929
|
+
}
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
"name": "theme",
|
|
4933
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4934
|
+
"required": false,
|
|
4935
|
+
"value": {
|
|
4936
|
+
"kind": "expression",
|
|
4937
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4938
|
+
}
|
|
4069
4939
|
}
|
|
4070
4940
|
],
|
|
4071
4941
|
"slots": [],
|
|
@@ -4102,7 +4972,7 @@
|
|
|
4102
4972
|
},
|
|
4103
4973
|
{
|
|
4104
4974
|
"name": "mode",
|
|
4105
|
-
"description": "The mode determines
|
|
4975
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4106
4976
|
"required": false,
|
|
4107
4977
|
"value": {
|
|
4108
4978
|
"kind": "expression",
|
|
@@ -4117,6 +4987,15 @@
|
|
|
4117
4987
|
"kind": "expression",
|
|
4118
4988
|
"type": "\"fixed\" | \"floating\" | \"stacked\" | undefined"
|
|
4119
4989
|
}
|
|
4990
|
+
},
|
|
4991
|
+
{
|
|
4992
|
+
"name": "theme",
|
|
4993
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4994
|
+
"required": false,
|
|
4995
|
+
"value": {
|
|
4996
|
+
"kind": "expression",
|
|
4997
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
4998
|
+
}
|
|
4120
4999
|
}
|
|
4121
5000
|
],
|
|
4122
5001
|
"slots": [],
|
|
@@ -4152,12 +5031,30 @@
|
|
|
4152
5031
|
},
|
|
4153
5032
|
{
|
|
4154
5033
|
"name": "mode",
|
|
4155
|
-
"description": "The mode determines
|
|
5034
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4156
5035
|
"required": false,
|
|
4157
5036
|
"value": {
|
|
4158
5037
|
"kind": "expression",
|
|
4159
5038
|
"type": "\"ios\" | \"md\""
|
|
4160
5039
|
}
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"name": "shape",
|
|
5043
|
+
"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.",
|
|
5044
|
+
"required": false,
|
|
5045
|
+
"value": {
|
|
5046
|
+
"kind": "expression",
|
|
5047
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "theme",
|
|
5052
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5053
|
+
"required": false,
|
|
5054
|
+
"value": {
|
|
5055
|
+
"kind": "expression",
|
|
5056
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5057
|
+
}
|
|
4161
5058
|
}
|
|
4162
5059
|
],
|
|
4163
5060
|
"slots": [],
|
|
@@ -4192,12 +5089,21 @@
|
|
|
4192
5089
|
},
|
|
4193
5090
|
{
|
|
4194
5091
|
"name": "mode",
|
|
4195
|
-
"description": "The mode determines
|
|
5092
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4196
5093
|
"required": false,
|
|
4197
5094
|
"value": {
|
|
4198
5095
|
"kind": "expression",
|
|
4199
5096
|
"type": "\"ios\" | \"md\""
|
|
4200
5097
|
}
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"name": "theme",
|
|
5101
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5102
|
+
"required": false,
|
|
5103
|
+
"value": {
|
|
5104
|
+
"kind": "expression",
|
|
5105
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5106
|
+
}
|
|
4201
5107
|
}
|
|
4202
5108
|
],
|
|
4203
5109
|
"slots": [],
|
|
@@ -4309,7 +5215,7 @@
|
|
|
4309
5215
|
},
|
|
4310
5216
|
{
|
|
4311
5217
|
"name": "mode",
|
|
4312
|
-
"description": "The mode determines
|
|
5218
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4313
5219
|
"required": false,
|
|
4314
5220
|
"value": {
|
|
4315
5221
|
"kind": "expression",
|
|
@@ -4335,9 +5241,18 @@
|
|
|
4335
5241
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | null | undefined"
|
|
4336
5242
|
}
|
|
4337
5243
|
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "theme",
|
|
5246
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5247
|
+
"required": false,
|
|
5248
|
+
"value": {
|
|
5249
|
+
"kind": "expression",
|
|
5250
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
4338
5253
|
{
|
|
4339
5254
|
"name": "translucent",
|
|
4340
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
5255
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
4341
5256
|
"required": false,
|
|
4342
5257
|
"default": "false",
|
|
4343
5258
|
"value": {
|
|
@@ -4486,6 +5401,15 @@
|
|
|
4486
5401
|
"type": "string | undefined"
|
|
4487
5402
|
}
|
|
4488
5403
|
},
|
|
5404
|
+
{
|
|
5405
|
+
"name": "mode",
|
|
5406
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5407
|
+
"required": false,
|
|
5408
|
+
"value": {
|
|
5409
|
+
"kind": "expression",
|
|
5410
|
+
"type": "\"ios\" | \"md\""
|
|
5411
|
+
}
|
|
5412
|
+
},
|
|
4489
5413
|
{
|
|
4490
5414
|
"name": "side",
|
|
4491
5415
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -4506,6 +5430,15 @@
|
|
|
4506
5430
|
"type": "boolean"
|
|
4507
5431
|
}
|
|
4508
5432
|
},
|
|
5433
|
+
{
|
|
5434
|
+
"name": "theme",
|
|
5435
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5436
|
+
"required": false,
|
|
5437
|
+
"value": {
|
|
5438
|
+
"kind": "expression",
|
|
5439
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
4509
5442
|
{
|
|
4510
5443
|
"name": "type",
|
|
4511
5444
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4609,13 +5542,22 @@
|
|
|
4609
5542
|
},
|
|
4610
5543
|
{
|
|
4611
5544
|
"name": "mode",
|
|
4612
|
-
"description": "The mode determines
|
|
5545
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4613
5546
|
"required": false,
|
|
4614
5547
|
"value": {
|
|
4615
5548
|
"kind": "expression",
|
|
4616
5549
|
"type": "\"ios\" | \"md\""
|
|
4617
5550
|
}
|
|
4618
5551
|
},
|
|
5552
|
+
{
|
|
5553
|
+
"name": "theme",
|
|
5554
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5555
|
+
"required": false,
|
|
5556
|
+
"value": {
|
|
5557
|
+
"kind": "expression",
|
|
5558
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5559
|
+
}
|
|
5560
|
+
},
|
|
4619
5561
|
{
|
|
4620
5562
|
"name": "type",
|
|
4621
5563
|
"description": "The type of the button.",
|
|
@@ -4657,6 +5599,24 @@
|
|
|
4657
5599
|
"kind": "expression",
|
|
4658
5600
|
"type": "string | undefined"
|
|
4659
5601
|
}
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
"name": "mode",
|
|
5605
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5606
|
+
"required": false,
|
|
5607
|
+
"value": {
|
|
5608
|
+
"kind": "expression",
|
|
5609
|
+
"type": "\"ios\" | \"md\""
|
|
5610
|
+
}
|
|
5611
|
+
},
|
|
5612
|
+
{
|
|
5613
|
+
"name": "theme",
|
|
5614
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5615
|
+
"required": false,
|
|
5616
|
+
"value": {
|
|
5617
|
+
"kind": "expression",
|
|
5618
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5619
|
+
}
|
|
4660
5620
|
}
|
|
4661
5621
|
],
|
|
4662
5622
|
"slots": [
|
|
@@ -4832,7 +5792,7 @@
|
|
|
4832
5792
|
},
|
|
4833
5793
|
{
|
|
4834
5794
|
"name": "mode",
|
|
4835
|
-
"description": "The mode determines
|
|
5795
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4836
5796
|
"required": false,
|
|
4837
5797
|
"value": {
|
|
4838
5798
|
"kind": "expression",
|
|
@@ -4848,6 +5808,15 @@
|
|
|
4848
5808
|
"type": "HTMLElement | undefined"
|
|
4849
5809
|
}
|
|
4850
5810
|
},
|
|
5811
|
+
{
|
|
5812
|
+
"name": "shape",
|
|
5813
|
+
"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.",
|
|
5814
|
+
"required": false,
|
|
5815
|
+
"value": {
|
|
5816
|
+
"kind": "expression",
|
|
5817
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
5818
|
+
}
|
|
5819
|
+
},
|
|
4851
5820
|
{
|
|
4852
5821
|
"name": "show-backdrop",
|
|
4853
5822
|
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
|
|
@@ -4858,6 +5827,15 @@
|
|
|
4858
5827
|
"type": "boolean"
|
|
4859
5828
|
}
|
|
4860
5829
|
},
|
|
5830
|
+
{
|
|
5831
|
+
"name": "theme",
|
|
5832
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5833
|
+
"required": false,
|
|
5834
|
+
"value": {
|
|
5835
|
+
"kind": "expression",
|
|
5836
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
4861
5839
|
{
|
|
4862
5840
|
"name": "trigger",
|
|
4863
5841
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -5017,12 +5995,21 @@
|
|
|
5017
5995
|
},
|
|
5018
5996
|
{
|
|
5019
5997
|
"name": "mode",
|
|
5020
|
-
"description": "The mode determines
|
|
5998
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5021
5999
|
"required": false,
|
|
5022
6000
|
"value": {
|
|
5023
6001
|
"kind": "expression",
|
|
5024
6002
|
"type": "\"ios\" | \"md\""
|
|
5025
6003
|
}
|
|
6004
|
+
},
|
|
6005
|
+
{
|
|
6006
|
+
"name": "theme",
|
|
6007
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6008
|
+
"required": false,
|
|
6009
|
+
"value": {
|
|
6010
|
+
"kind": "expression",
|
|
6011
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6012
|
+
}
|
|
5026
6013
|
}
|
|
5027
6014
|
],
|
|
5028
6015
|
"slots": [],
|
|
@@ -5039,12 +6026,21 @@
|
|
|
5039
6026
|
"attributes": [
|
|
5040
6027
|
{
|
|
5041
6028
|
"name": "mode",
|
|
5042
|
-
"description": "The mode determines
|
|
6029
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5043
6030
|
"required": false,
|
|
5044
6031
|
"value": {
|
|
5045
6032
|
"kind": "expression",
|
|
5046
6033
|
"type": "\"ios\" | \"md\""
|
|
5047
6034
|
}
|
|
6035
|
+
},
|
|
6036
|
+
{
|
|
6037
|
+
"name": "theme",
|
|
6038
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6039
|
+
"required": false,
|
|
6040
|
+
"value": {
|
|
6041
|
+
"kind": "expression",
|
|
6042
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6043
|
+
}
|
|
5048
6044
|
}
|
|
5049
6045
|
],
|
|
5050
6046
|
"slots": [],
|
|
@@ -5081,13 +6077,22 @@
|
|
|
5081
6077
|
},
|
|
5082
6078
|
{
|
|
5083
6079
|
"name": "mode",
|
|
5084
|
-
"description": "The mode determines
|
|
6080
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5085
6081
|
"required": false,
|
|
5086
6082
|
"value": {
|
|
5087
6083
|
"kind": "expression",
|
|
5088
6084
|
"type": "\"ios\" | \"md\""
|
|
5089
6085
|
}
|
|
5090
6086
|
},
|
|
6087
|
+
{
|
|
6088
|
+
"name": "theme",
|
|
6089
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6090
|
+
"required": false,
|
|
6091
|
+
"value": {
|
|
6092
|
+
"kind": "expression",
|
|
6093
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6094
|
+
}
|
|
6095
|
+
},
|
|
5091
6096
|
{
|
|
5092
6097
|
"name": "value",
|
|
5093
6098
|
"description": "The selected option in the picker.",
|
|
@@ -5150,6 +6155,24 @@
|
|
|
5150
6155
|
"type": "boolean"
|
|
5151
6156
|
}
|
|
5152
6157
|
},
|
|
6158
|
+
{
|
|
6159
|
+
"name": "mode",
|
|
6160
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6161
|
+
"required": false,
|
|
6162
|
+
"value": {
|
|
6163
|
+
"kind": "expression",
|
|
6164
|
+
"type": "\"ios\" | \"md\""
|
|
6165
|
+
}
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"name": "theme",
|
|
6169
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6170
|
+
"required": false,
|
|
6171
|
+
"value": {
|
|
6172
|
+
"kind": "expression",
|
|
6173
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6174
|
+
}
|
|
6175
|
+
},
|
|
5153
6176
|
{
|
|
5154
6177
|
"name": "value",
|
|
5155
6178
|
"description": "The text value of the option.",
|
|
@@ -5280,7 +6303,7 @@
|
|
|
5280
6303
|
},
|
|
5281
6304
|
{
|
|
5282
6305
|
"name": "mode",
|
|
5283
|
-
"description": "The mode determines
|
|
6306
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5284
6307
|
"required": false,
|
|
5285
6308
|
"value": {
|
|
5286
6309
|
"kind": "expression",
|
|
@@ -5297,6 +6320,15 @@
|
|
|
5297
6320
|
"type": "boolean"
|
|
5298
6321
|
}
|
|
5299
6322
|
},
|
|
6323
|
+
{
|
|
6324
|
+
"name": "theme",
|
|
6325
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6326
|
+
"required": false,
|
|
6327
|
+
"value": {
|
|
6328
|
+
"kind": "expression",
|
|
6329
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6330
|
+
}
|
|
6331
|
+
},
|
|
5300
6332
|
{
|
|
5301
6333
|
"name": "trigger",
|
|
5302
6334
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -5402,7 +6434,7 @@
|
|
|
5402
6434
|
"attributes": [
|
|
5403
6435
|
{
|
|
5404
6436
|
"name": "alignment",
|
|
5405
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
6437
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
5406
6438
|
"required": false,
|
|
5407
6439
|
"value": {
|
|
5408
6440
|
"kind": "expression",
|
|
@@ -5421,7 +6453,7 @@
|
|
|
5421
6453
|
},
|
|
5422
6454
|
{
|
|
5423
6455
|
"name": "arrow",
|
|
5424
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
6456
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
|
|
5425
6457
|
"required": false,
|
|
5426
6458
|
"default": "true",
|
|
5427
6459
|
"value": {
|
|
@@ -5545,7 +6577,7 @@
|
|
|
5545
6577
|
},
|
|
5546
6578
|
{
|
|
5547
6579
|
"name": "mode",
|
|
5548
|
-
"description": "The mode determines
|
|
6580
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5549
6581
|
"required": false,
|
|
5550
6582
|
"value": {
|
|
5551
6583
|
"kind": "expression",
|
|
@@ -5592,9 +6624,18 @@
|
|
|
5592
6624
|
"type": "\"auto\" | \"cover\""
|
|
5593
6625
|
}
|
|
5594
6626
|
},
|
|
6627
|
+
{
|
|
6628
|
+
"name": "theme",
|
|
6629
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6630
|
+
"required": false,
|
|
6631
|
+
"value": {
|
|
6632
|
+
"kind": "expression",
|
|
6633
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6634
|
+
}
|
|
6635
|
+
},
|
|
5595
6636
|
{
|
|
5596
6637
|
"name": "translucent",
|
|
5597
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
6638
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
5598
6639
|
"required": false,
|
|
5599
6640
|
"default": "false",
|
|
5600
6641
|
"value": {
|
|
@@ -5741,21 +6782,39 @@
|
|
|
5741
6782
|
},
|
|
5742
6783
|
{
|
|
5743
6784
|
"name": "mode",
|
|
5744
|
-
"description": "The mode determines
|
|
6785
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6786
|
+
"required": false,
|
|
6787
|
+
"value": {
|
|
6788
|
+
"kind": "expression",
|
|
6789
|
+
"type": "\"ios\" | \"md\""
|
|
6790
|
+
}
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "reversed",
|
|
6794
|
+
"description": "If true, reverse the progress bar direction.",
|
|
6795
|
+
"required": false,
|
|
6796
|
+
"default": "false",
|
|
6797
|
+
"value": {
|
|
6798
|
+
"kind": "expression",
|
|
6799
|
+
"type": "boolean"
|
|
6800
|
+
}
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"name": "shape",
|
|
6804
|
+
"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.",
|
|
5745
6805
|
"required": false,
|
|
5746
6806
|
"value": {
|
|
5747
6807
|
"kind": "expression",
|
|
5748
|
-
"type": "\"
|
|
6808
|
+
"type": "\"rectangular\" | \"round\" | undefined"
|
|
5749
6809
|
}
|
|
5750
6810
|
},
|
|
5751
6811
|
{
|
|
5752
|
-
"name": "
|
|
5753
|
-
"description": "
|
|
6812
|
+
"name": "theme",
|
|
6813
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5754
6814
|
"required": false,
|
|
5755
|
-
"default": "false",
|
|
5756
6815
|
"value": {
|
|
5757
6816
|
"kind": "expression",
|
|
5758
|
-
"type": "
|
|
6817
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
5759
6818
|
}
|
|
5760
6819
|
},
|
|
5761
6820
|
{
|
|
@@ -5840,7 +6899,7 @@
|
|
|
5840
6899
|
},
|
|
5841
6900
|
{
|
|
5842
6901
|
"name": "mode",
|
|
5843
|
-
"description": "The mode determines
|
|
6902
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5844
6903
|
"required": false,
|
|
5845
6904
|
"value": {
|
|
5846
6905
|
"kind": "expression",
|
|
@@ -5857,6 +6916,15 @@
|
|
|
5857
6916
|
"type": "string"
|
|
5858
6917
|
}
|
|
5859
6918
|
},
|
|
6919
|
+
{
|
|
6920
|
+
"name": "theme",
|
|
6921
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
6922
|
+
"required": false,
|
|
6923
|
+
"value": {
|
|
6924
|
+
"kind": "expression",
|
|
6925
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
6926
|
+
}
|
|
6927
|
+
},
|
|
5860
6928
|
{
|
|
5861
6929
|
"name": "value",
|
|
5862
6930
|
"description": "the value of the radio.",
|
|
@@ -5942,6 +7010,15 @@
|
|
|
5942
7010
|
"type": "string | undefined"
|
|
5943
7011
|
}
|
|
5944
7012
|
},
|
|
7013
|
+
{
|
|
7014
|
+
"name": "mode",
|
|
7015
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7016
|
+
"required": false,
|
|
7017
|
+
"value": {
|
|
7018
|
+
"kind": "expression",
|
|
7019
|
+
"type": "\"ios\" | \"md\""
|
|
7020
|
+
}
|
|
7021
|
+
},
|
|
5945
7022
|
{
|
|
5946
7023
|
"name": "name",
|
|
5947
7024
|
"description": "The name of the control, which is submitted with the form data.",
|
|
@@ -5952,6 +7029,15 @@
|
|
|
5952
7029
|
"type": "string"
|
|
5953
7030
|
}
|
|
5954
7031
|
},
|
|
7032
|
+
{
|
|
7033
|
+
"name": "theme",
|
|
7034
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7035
|
+
"required": false,
|
|
7036
|
+
"value": {
|
|
7037
|
+
"kind": "expression",
|
|
7038
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7039
|
+
}
|
|
7040
|
+
},
|
|
5955
7041
|
{
|
|
5956
7042
|
"name": "value",
|
|
5957
7043
|
"description": "the value of the radio group.",
|
|
@@ -6073,7 +7159,7 @@
|
|
|
6073
7159
|
},
|
|
6074
7160
|
{
|
|
6075
7161
|
"name": "mode",
|
|
6076
|
-
"description": "The mode determines
|
|
7162
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6077
7163
|
"required": false,
|
|
6078
7164
|
"value": {
|
|
6079
7165
|
"kind": "expression",
|
|
@@ -6130,6 +7216,15 @@
|
|
|
6130
7216
|
"type": "number"
|
|
6131
7217
|
}
|
|
6132
7218
|
},
|
|
7219
|
+
{
|
|
7220
|
+
"name": "theme",
|
|
7221
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7222
|
+
"required": false,
|
|
7223
|
+
"value": {
|
|
7224
|
+
"kind": "expression",
|
|
7225
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7226
|
+
}
|
|
7227
|
+
},
|
|
6133
7228
|
{
|
|
6134
7229
|
"name": "ticks",
|
|
6135
7230
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -6259,7 +7354,7 @@
|
|
|
6259
7354
|
},
|
|
6260
7355
|
{
|
|
6261
7356
|
"name": "mode",
|
|
6262
|
-
"description": "The mode determines
|
|
7357
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6263
7358
|
"required": false,
|
|
6264
7359
|
"value": {
|
|
6265
7360
|
"kind": "expression",
|
|
@@ -6305,6 +7400,15 @@
|
|
|
6305
7400
|
"kind": "expression",
|
|
6306
7401
|
"type": "string"
|
|
6307
7402
|
}
|
|
7403
|
+
},
|
|
7404
|
+
{
|
|
7405
|
+
"name": "theme",
|
|
7406
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7407
|
+
"required": false,
|
|
7408
|
+
"value": {
|
|
7409
|
+
"kind": "expression",
|
|
7410
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7411
|
+
}
|
|
6308
7412
|
}
|
|
6309
7413
|
],
|
|
6310
7414
|
"slots": [],
|
|
@@ -6370,6 +7474,15 @@
|
|
|
6370
7474
|
"symbol": "RefresherContent"
|
|
6371
7475
|
},
|
|
6372
7476
|
"attributes": [
|
|
7477
|
+
{
|
|
7478
|
+
"name": "mode",
|
|
7479
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7480
|
+
"required": false,
|
|
7481
|
+
"value": {
|
|
7482
|
+
"kind": "expression",
|
|
7483
|
+
"type": "\"ios\" | \"md\""
|
|
7484
|
+
}
|
|
7485
|
+
},
|
|
6373
7486
|
{
|
|
6374
7487
|
"name": "pulling-icon",
|
|
6375
7488
|
"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.",
|
|
@@ -6405,6 +7518,15 @@
|
|
|
6405
7518
|
"kind": "expression",
|
|
6406
7519
|
"type": "IonicSafeString | string | undefined"
|
|
6407
7520
|
}
|
|
7521
|
+
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "theme",
|
|
7524
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7525
|
+
"required": false,
|
|
7526
|
+
"value": {
|
|
7527
|
+
"kind": "expression",
|
|
7528
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7529
|
+
}
|
|
6408
7530
|
}
|
|
6409
7531
|
],
|
|
6410
7532
|
"slots": [],
|
|
@@ -6418,7 +7540,26 @@
|
|
|
6418
7540
|
"module": "@ionic/core/src/components/reorder/reorder.d.ts",
|
|
6419
7541
|
"symbol": "Reorder"
|
|
6420
7542
|
},
|
|
6421
|
-
"attributes": [
|
|
7543
|
+
"attributes": [
|
|
7544
|
+
{
|
|
7545
|
+
"name": "mode",
|
|
7546
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7547
|
+
"required": false,
|
|
7548
|
+
"value": {
|
|
7549
|
+
"kind": "expression",
|
|
7550
|
+
"type": "\"ios\" | \"md\""
|
|
7551
|
+
}
|
|
7552
|
+
},
|
|
7553
|
+
{
|
|
7554
|
+
"name": "theme",
|
|
7555
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7556
|
+
"required": false,
|
|
7557
|
+
"value": {
|
|
7558
|
+
"kind": "expression",
|
|
7559
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7560
|
+
}
|
|
7561
|
+
}
|
|
7562
|
+
],
|
|
6422
7563
|
"slots": [],
|
|
6423
7564
|
"events": []
|
|
6424
7565
|
},
|
|
@@ -6440,6 +7581,24 @@
|
|
|
6440
7581
|
"kind": "expression",
|
|
6441
7582
|
"type": "boolean"
|
|
6442
7583
|
}
|
|
7584
|
+
},
|
|
7585
|
+
{
|
|
7586
|
+
"name": "mode",
|
|
7587
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7588
|
+
"required": false,
|
|
7589
|
+
"value": {
|
|
7590
|
+
"kind": "expression",
|
|
7591
|
+
"type": "\"ios\" | \"md\""
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7594
|
+
{
|
|
7595
|
+
"name": "theme",
|
|
7596
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7597
|
+
"required": false,
|
|
7598
|
+
"value": {
|
|
7599
|
+
"kind": "expression",
|
|
7600
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7601
|
+
}
|
|
6443
7602
|
}
|
|
6444
7603
|
],
|
|
6445
7604
|
"slots": [],
|
|
@@ -6495,6 +7654,24 @@
|
|
|
6495
7654
|
"symbol": "RippleEffect"
|
|
6496
7655
|
},
|
|
6497
7656
|
"attributes": [
|
|
7657
|
+
{
|
|
7658
|
+
"name": "mode",
|
|
7659
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7660
|
+
"required": false,
|
|
7661
|
+
"value": {
|
|
7662
|
+
"kind": "expression",
|
|
7663
|
+
"type": "\"ios\" | \"md\""
|
|
7664
|
+
}
|
|
7665
|
+
},
|
|
7666
|
+
{
|
|
7667
|
+
"name": "theme",
|
|
7668
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7669
|
+
"required": false,
|
|
7670
|
+
"value": {
|
|
7671
|
+
"kind": "expression",
|
|
7672
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7673
|
+
}
|
|
7674
|
+
},
|
|
6498
7675
|
{
|
|
6499
7676
|
"name": "type",
|
|
6500
7677
|
"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.",
|
|
@@ -6554,6 +7731,24 @@
|
|
|
6554
7731
|
"type": "undefined | { [key: string]: any; }"
|
|
6555
7732
|
}
|
|
6556
7733
|
},
|
|
7734
|
+
{
|
|
7735
|
+
"name": "mode",
|
|
7736
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7737
|
+
"required": false,
|
|
7738
|
+
"value": {
|
|
7739
|
+
"kind": "expression",
|
|
7740
|
+
"type": "\"ios\" | \"md\""
|
|
7741
|
+
}
|
|
7742
|
+
},
|
|
7743
|
+
{
|
|
7744
|
+
"name": "theme",
|
|
7745
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7746
|
+
"required": false,
|
|
7747
|
+
"value": {
|
|
7748
|
+
"kind": "expression",
|
|
7749
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7750
|
+
}
|
|
7751
|
+
},
|
|
6557
7752
|
{
|
|
6558
7753
|
"name": "url",
|
|
6559
7754
|
"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.",
|
|
@@ -6587,7 +7782,26 @@
|
|
|
6587
7782
|
"module": "@ionic/core/src/components/row/row.d.ts",
|
|
6588
7783
|
"symbol": "Row"
|
|
6589
7784
|
},
|
|
6590
|
-
"attributes": [
|
|
7785
|
+
"attributes": [
|
|
7786
|
+
{
|
|
7787
|
+
"name": "mode",
|
|
7788
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7789
|
+
"required": false,
|
|
7790
|
+
"value": {
|
|
7791
|
+
"kind": "expression",
|
|
7792
|
+
"type": "\"ios\" | \"md\""
|
|
7793
|
+
}
|
|
7794
|
+
},
|
|
7795
|
+
{
|
|
7796
|
+
"name": "theme",
|
|
7797
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7798
|
+
"required": false,
|
|
7799
|
+
"value": {
|
|
7800
|
+
"kind": "expression",
|
|
7801
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7802
|
+
}
|
|
7803
|
+
}
|
|
7804
|
+
],
|
|
6591
7805
|
"slots": [],
|
|
6592
7806
|
"events": []
|
|
6593
7807
|
},
|
|
@@ -6642,17 +7856,16 @@
|
|
|
6642
7856
|
},
|
|
6643
7857
|
{
|
|
6644
7858
|
"name": "cancel-button-icon",
|
|
6645
|
-
"description": "Set the cancel button icon. Only
|
|
7859
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
6646
7860
|
"required": false,
|
|
6647
|
-
"default": "config.get('backButtonIcon', arrowBackSharp) as string",
|
|
6648
7861
|
"value": {
|
|
6649
7862
|
"kind": "expression",
|
|
6650
|
-
"type": "string"
|
|
7863
|
+
"type": "string | undefined"
|
|
6651
7864
|
}
|
|
6652
7865
|
},
|
|
6653
7866
|
{
|
|
6654
7867
|
"name": "cancel-button-text",
|
|
6655
|
-
"description": "Set the cancel button text. Only
|
|
7868
|
+
"description": "Set the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
6656
7869
|
"required": false,
|
|
6657
7870
|
"default": "'Cancel'",
|
|
6658
7871
|
"value": {
|
|
@@ -6662,7 +7875,7 @@
|
|
|
6662
7875
|
},
|
|
6663
7876
|
{
|
|
6664
7877
|
"name": "clear-icon",
|
|
6665
|
-
"description": "Set the clear icon. Defaults to
|
|
7878
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
6666
7879
|
"required": false,
|
|
6667
7880
|
"value": {
|
|
6668
7881
|
"kind": "expression",
|
|
@@ -6735,7 +7948,7 @@
|
|
|
6735
7948
|
},
|
|
6736
7949
|
{
|
|
6737
7950
|
"name": "mode",
|
|
6738
|
-
"description": "The mode determines
|
|
7951
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6739
7952
|
"required": false,
|
|
6740
7953
|
"value": {
|
|
6741
7954
|
"kind": "expression",
|
|
@@ -6764,11 +7977,20 @@
|
|
|
6764
7977
|
},
|
|
6765
7978
|
{
|
|
6766
7979
|
"name": "search-icon",
|
|
6767
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
7980
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.\nIf `false`, no search icon will be displayed.",
|
|
6768
7981
|
"required": false,
|
|
6769
7982
|
"value": {
|
|
6770
7983
|
"kind": "expression",
|
|
6771
|
-
"type": "string | undefined"
|
|
7984
|
+
"type": "boolean | string | undefined"
|
|
7985
|
+
}
|
|
7986
|
+
},
|
|
7987
|
+
{
|
|
7988
|
+
"name": "shape",
|
|
7989
|
+
"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.",
|
|
7990
|
+
"required": false,
|
|
7991
|
+
"value": {
|
|
7992
|
+
"kind": "expression",
|
|
7993
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
6772
7994
|
}
|
|
6773
7995
|
},
|
|
6774
7996
|
{
|
|
@@ -6791,6 +8013,15 @@
|
|
|
6791
8013
|
"type": "\"always\" | \"focus\" | \"never\""
|
|
6792
8014
|
}
|
|
6793
8015
|
},
|
|
8016
|
+
{
|
|
8017
|
+
"name": "size",
|
|
8018
|
+
"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.",
|
|
8019
|
+
"required": false,
|
|
8020
|
+
"value": {
|
|
8021
|
+
"kind": "expression",
|
|
8022
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8023
|
+
}
|
|
8024
|
+
},
|
|
6794
8025
|
{
|
|
6795
8026
|
"name": "spellcheck",
|
|
6796
8027
|
"description": "If `true`, enable spellcheck on the input.",
|
|
@@ -6801,6 +8032,15 @@
|
|
|
6801
8032
|
"type": "boolean"
|
|
6802
8033
|
}
|
|
6803
8034
|
},
|
|
8035
|
+
{
|
|
8036
|
+
"name": "theme",
|
|
8037
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8038
|
+
"required": false,
|
|
8039
|
+
"value": {
|
|
8040
|
+
"kind": "expression",
|
|
8041
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8042
|
+
}
|
|
8043
|
+
},
|
|
6804
8044
|
{
|
|
6805
8045
|
"name": "type",
|
|
6806
8046
|
"description": "Set the type of the input.",
|
|
@@ -6916,7 +8156,7 @@
|
|
|
6916
8156
|
},
|
|
6917
8157
|
{
|
|
6918
8158
|
"name": "mode",
|
|
6919
|
-
"description": "The mode determines
|
|
8159
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
6920
8160
|
"required": false,
|
|
6921
8161
|
"value": {
|
|
6922
8162
|
"kind": "expression",
|
|
@@ -6953,6 +8193,15 @@
|
|
|
6953
8193
|
"type": "boolean"
|
|
6954
8194
|
}
|
|
6955
8195
|
},
|
|
8196
|
+
{
|
|
8197
|
+
"name": "theme",
|
|
8198
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8199
|
+
"required": false,
|
|
8200
|
+
"value": {
|
|
8201
|
+
"kind": "expression",
|
|
8202
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8203
|
+
}
|
|
8204
|
+
},
|
|
6956
8205
|
{
|
|
6957
8206
|
"name": "value",
|
|
6958
8207
|
"description": "the value of the segment.",
|
|
@@ -7017,13 +8266,22 @@
|
|
|
7017
8266
|
},
|
|
7018
8267
|
{
|
|
7019
8268
|
"name": "mode",
|
|
7020
|
-
"description": "The mode determines
|
|
8269
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7021
8270
|
"required": false,
|
|
7022
8271
|
"value": {
|
|
7023
8272
|
"kind": "expression",
|
|
7024
8273
|
"type": "\"ios\" | \"md\""
|
|
7025
8274
|
}
|
|
7026
8275
|
},
|
|
8276
|
+
{
|
|
8277
|
+
"name": "theme",
|
|
8278
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8279
|
+
"required": false,
|
|
8280
|
+
"value": {
|
|
8281
|
+
"kind": "expression",
|
|
8282
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8283
|
+
}
|
|
8284
|
+
},
|
|
7027
8285
|
{
|
|
7028
8286
|
"name": "type",
|
|
7029
8287
|
"description": "The type of the button.",
|
|
@@ -7113,6 +8371,16 @@
|
|
|
7113
8371
|
"symbol": "Select"
|
|
7114
8372
|
},
|
|
7115
8373
|
"attributes": [
|
|
8374
|
+
{
|
|
8375
|
+
"name": "cancel-icon",
|
|
8376
|
+
"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.",
|
|
8377
|
+
"required": false,
|
|
8378
|
+
"default": "false",
|
|
8379
|
+
"value": {
|
|
8380
|
+
"kind": "expression",
|
|
8381
|
+
"type": "boolean"
|
|
8382
|
+
}
|
|
8383
|
+
},
|
|
7116
8384
|
{
|
|
7117
8385
|
"name": "cancel-text",
|
|
7118
8386
|
"description": "The text to display on the cancel button.",
|
|
@@ -7162,7 +8430,7 @@
|
|
|
7162
8430
|
},
|
|
7163
8431
|
{
|
|
7164
8432
|
"name": "expanded-icon",
|
|
7165
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
8433
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
7166
8434
|
"required": false,
|
|
7167
8435
|
"value": {
|
|
7168
8436
|
"kind": "expression",
|
|
@@ -7171,7 +8439,7 @@
|
|
|
7171
8439
|
},
|
|
7172
8440
|
{
|
|
7173
8441
|
"name": "fill",
|
|
7174
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in
|
|
8442
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
|
|
7175
8443
|
"required": false,
|
|
7176
8444
|
"value": {
|
|
7177
8445
|
"kind": "expression",
|
|
@@ -7237,7 +8505,7 @@
|
|
|
7237
8505
|
},
|
|
7238
8506
|
{
|
|
7239
8507
|
"name": "mode",
|
|
7240
|
-
"description": "The mode determines
|
|
8508
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7241
8509
|
"required": false,
|
|
7242
8510
|
"value": {
|
|
7243
8511
|
"kind": "expression",
|
|
@@ -7304,16 +8572,34 @@
|
|
|
7304
8572
|
},
|
|
7305
8573
|
{
|
|
7306
8574
|
"name": "shape",
|
|
7307
|
-
"description": "
|
|
8575
|
+
"description": "Set to `\"soft\"` for a select with slightly rounded corners,\n`\"round\"` for a select with fully rounded corners,\nor `\"rectangular\"` for a select without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
8576
|
+
"required": false,
|
|
8577
|
+
"value": {
|
|
8578
|
+
"kind": "expression",
|
|
8579
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
8580
|
+
}
|
|
8581
|
+
},
|
|
8582
|
+
{
|
|
8583
|
+
"name": "size",
|
|
8584
|
+
"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.",
|
|
8585
|
+
"required": false,
|
|
8586
|
+
"value": {
|
|
8587
|
+
"kind": "expression",
|
|
8588
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8589
|
+
}
|
|
8590
|
+
},
|
|
8591
|
+
{
|
|
8592
|
+
"name": "theme",
|
|
8593
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7308
8594
|
"required": false,
|
|
7309
8595
|
"value": {
|
|
7310
8596
|
"kind": "expression",
|
|
7311
|
-
"type": "\"
|
|
8597
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7312
8598
|
}
|
|
7313
8599
|
},
|
|
7314
8600
|
{
|
|
7315
8601
|
"name": "toggle-icon",
|
|
7316
|
-
"description": "The toggle icon to use. Defaults to
|
|
8602
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
7317
8603
|
"required": false,
|
|
7318
8604
|
"value": {
|
|
7319
8605
|
"kind": "expression",
|
|
@@ -7406,6 +8692,16 @@
|
|
|
7406
8692
|
"symbol": "SelectModal"
|
|
7407
8693
|
},
|
|
7408
8694
|
"attributes": [
|
|
8695
|
+
{
|
|
8696
|
+
"name": "cancel-icon",
|
|
8697
|
+
"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.",
|
|
8698
|
+
"required": false,
|
|
8699
|
+
"default": "false",
|
|
8700
|
+
"value": {
|
|
8701
|
+
"kind": "expression",
|
|
8702
|
+
"type": "boolean"
|
|
8703
|
+
}
|
|
8704
|
+
},
|
|
7409
8705
|
{
|
|
7410
8706
|
"name": "cancel-text",
|
|
7411
8707
|
"description": "The text to display on the cancel button.",
|
|
@@ -7431,40 +8727,85 @@
|
|
|
7431
8727
|
"required": false,
|
|
7432
8728
|
"value": {
|
|
7433
8729
|
"kind": "expression",
|
|
7434
|
-
"type": "boolean | undefined"
|
|
8730
|
+
"type": "boolean | undefined"
|
|
8731
|
+
}
|
|
8732
|
+
},
|
|
8733
|
+
{
|
|
8734
|
+
"name": "options",
|
|
8735
|
+
"description": "",
|
|
8736
|
+
"required": false,
|
|
8737
|
+
"default": "[]",
|
|
8738
|
+
"value": {
|
|
8739
|
+
"kind": "expression",
|
|
8740
|
+
"type": "SelectModalOption[]"
|
|
8741
|
+
}
|
|
8742
|
+
}
|
|
8743
|
+
],
|
|
8744
|
+
"slots": [],
|
|
8745
|
+
"events": []
|
|
8746
|
+
},
|
|
8747
|
+
{
|
|
8748
|
+
"name": "IonSelectOption",
|
|
8749
|
+
"doc-url": "https://ionicframework.com/docs/api/select-option",
|
|
8750
|
+
"description": "",
|
|
8751
|
+
"source": {
|
|
8752
|
+
"module": "@ionic/core/src/components/select-option/select-option.d.ts",
|
|
8753
|
+
"symbol": "SelectOption"
|
|
8754
|
+
},
|
|
8755
|
+
"attributes": [
|
|
8756
|
+
{
|
|
8757
|
+
"name": "description",
|
|
8758
|
+
"description": "Text that is placed underneath the option text to provide additional details about the option.",
|
|
8759
|
+
"required": false,
|
|
8760
|
+
"value": {
|
|
8761
|
+
"kind": "expression",
|
|
8762
|
+
"type": "string | undefined"
|
|
8763
|
+
}
|
|
8764
|
+
},
|
|
8765
|
+
{
|
|
8766
|
+
"name": "disabled",
|
|
8767
|
+
"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.",
|
|
8768
|
+
"required": false,
|
|
8769
|
+
"default": "false",
|
|
8770
|
+
"value": {
|
|
8771
|
+
"kind": "expression",
|
|
8772
|
+
"type": "boolean"
|
|
8773
|
+
}
|
|
8774
|
+
},
|
|
8775
|
+
{
|
|
8776
|
+
"name": "justify",
|
|
8777
|
+
"description": "How to pack the label and the option's selection control within a line.\n`\"start\"`: The label and radio will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and radio will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and radio will appear on opposite\nends of the line with space between the two elements.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on the `md`\nand `ionic` themes (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on theme and control\ntype.",
|
|
8778
|
+
"required": false,
|
|
8779
|
+
"value": {
|
|
8780
|
+
"kind": "expression",
|
|
8781
|
+
"type": "\"end\" | \"space-between\" | \"start\" | undefined"
|
|
8782
|
+
}
|
|
8783
|
+
},
|
|
8784
|
+
{
|
|
8785
|
+
"name": "label-placement",
|
|
8786
|
+
"description": "Where the label is placed relative to the option's selection control\n(radio circle or checkbox box) when the option is rendered in an\n`alert`, `popover`, or `modal` interface.\n`\"start\"`: The label will appear to the left of the radio in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the radio in LTR and to the left in RTL.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on the `md`\nand `ionic` themes (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on theme and control\ntype.",
|
|
8787
|
+
"required": false,
|
|
8788
|
+
"value": {
|
|
8789
|
+
"kind": "expression",
|
|
8790
|
+
"type": "\"end\" | \"start\" | undefined"
|
|
7435
8791
|
}
|
|
7436
8792
|
},
|
|
7437
8793
|
{
|
|
7438
|
-
"name": "
|
|
7439
|
-
"description": "",
|
|
8794
|
+
"name": "mode",
|
|
8795
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7440
8796
|
"required": false,
|
|
7441
|
-
"default": "[]",
|
|
7442
8797
|
"value": {
|
|
7443
8798
|
"kind": "expression",
|
|
7444
|
-
"type": "
|
|
8799
|
+
"type": "\"ios\" | \"md\""
|
|
7445
8800
|
}
|
|
7446
|
-
}
|
|
7447
|
-
],
|
|
7448
|
-
"slots": [],
|
|
7449
|
-
"events": []
|
|
7450
|
-
},
|
|
7451
|
-
{
|
|
7452
|
-
"name": "IonSelectOption",
|
|
7453
|
-
"doc-url": "https://ionicframework.com/docs/api/select-option",
|
|
7454
|
-
"description": "",
|
|
7455
|
-
"source": {
|
|
7456
|
-
"module": "@ionic/core/src/components/select-option/select-option.d.ts",
|
|
7457
|
-
"symbol": "SelectOption"
|
|
7458
|
-
},
|
|
7459
|
-
"attributes": [
|
|
8801
|
+
},
|
|
7460
8802
|
{
|
|
7461
|
-
"name": "
|
|
7462
|
-
"description": "
|
|
8803
|
+
"name": "theme",
|
|
8804
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
7463
8805
|
"required": false,
|
|
7464
|
-
"default": "false",
|
|
7465
8806
|
"value": {
|
|
7466
8807
|
"kind": "expression",
|
|
7467
|
-
"type": "
|
|
8808
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
7468
8809
|
}
|
|
7469
8810
|
},
|
|
7470
8811
|
{
|
|
@@ -7477,7 +8818,20 @@
|
|
|
7477
8818
|
}
|
|
7478
8819
|
}
|
|
7479
8820
|
],
|
|
7480
|
-
"slots": [
|
|
8821
|
+
"slots": [
|
|
8822
|
+
{
|
|
8823
|
+
"name": "default",
|
|
8824
|
+
"description": "Content is placed between the named slots if provided without a slot."
|
|
8825
|
+
},
|
|
8826
|
+
{
|
|
8827
|
+
"name": "end",
|
|
8828
|
+
"description": "Content is placed to the right of the select option text in LTR, and to the left in RTL."
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"name": "start",
|
|
8832
|
+
"description": "Content is placed to the left of the select option text in LTR, and to the right in RTL."
|
|
8833
|
+
}
|
|
8834
|
+
],
|
|
7481
8835
|
"events": []
|
|
7482
8836
|
},
|
|
7483
8837
|
{
|
|
@@ -7498,6 +8852,24 @@
|
|
|
7498
8852
|
"kind": "expression",
|
|
7499
8853
|
"type": "boolean"
|
|
7500
8854
|
}
|
|
8855
|
+
},
|
|
8856
|
+
{
|
|
8857
|
+
"name": "mode",
|
|
8858
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8859
|
+
"required": false,
|
|
8860
|
+
"value": {
|
|
8861
|
+
"kind": "expression",
|
|
8862
|
+
"type": "\"ios\" | \"md\""
|
|
8863
|
+
}
|
|
8864
|
+
},
|
|
8865
|
+
{
|
|
8866
|
+
"name": "theme",
|
|
8867
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8868
|
+
"required": false,
|
|
8869
|
+
"value": {
|
|
8870
|
+
"kind": "expression",
|
|
8871
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8872
|
+
}
|
|
7501
8873
|
}
|
|
7502
8874
|
],
|
|
7503
8875
|
"slots": [],
|
|
@@ -7530,6 +8902,15 @@
|
|
|
7530
8902
|
"type": "number | undefined"
|
|
7531
8903
|
}
|
|
7532
8904
|
},
|
|
8905
|
+
{
|
|
8906
|
+
"name": "mode",
|
|
8907
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8908
|
+
"required": false,
|
|
8909
|
+
"value": {
|
|
8910
|
+
"kind": "expression",
|
|
8911
|
+
"type": "\"ios\" | \"md\""
|
|
8912
|
+
}
|
|
8913
|
+
},
|
|
7533
8914
|
{
|
|
7534
8915
|
"name": "name",
|
|
7535
8916
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7548,6 +8929,24 @@
|
|
|
7548
8929
|
"kind": "expression",
|
|
7549
8930
|
"type": "boolean"
|
|
7550
8931
|
}
|
|
8932
|
+
},
|
|
8933
|
+
{
|
|
8934
|
+
"name": "size",
|
|
8935
|
+
"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.",
|
|
8936
|
+
"required": false,
|
|
8937
|
+
"value": {
|
|
8938
|
+
"kind": "expression",
|
|
8939
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined"
|
|
8940
|
+
}
|
|
8941
|
+
},
|
|
8942
|
+
{
|
|
8943
|
+
"name": "theme",
|
|
8944
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8945
|
+
"required": false,
|
|
8946
|
+
"value": {
|
|
8947
|
+
"kind": "expression",
|
|
8948
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8949
|
+
}
|
|
7551
8950
|
}
|
|
7552
8951
|
],
|
|
7553
8952
|
"slots": [],
|
|
@@ -7581,6 +8980,24 @@
|
|
|
7581
8980
|
"type": "boolean"
|
|
7582
8981
|
}
|
|
7583
8982
|
},
|
|
8983
|
+
{
|
|
8984
|
+
"name": "mode",
|
|
8985
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8986
|
+
"required": false,
|
|
8987
|
+
"value": {
|
|
8988
|
+
"kind": "expression",
|
|
8989
|
+
"type": "\"ios\" | \"md\""
|
|
8990
|
+
}
|
|
8991
|
+
},
|
|
8992
|
+
{
|
|
8993
|
+
"name": "theme",
|
|
8994
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
8995
|
+
"required": false,
|
|
8996
|
+
"value": {
|
|
8997
|
+
"kind": "expression",
|
|
8998
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
8999
|
+
}
|
|
9000
|
+
},
|
|
7584
9001
|
{
|
|
7585
9002
|
"name": "when",
|
|
7586
9003
|
"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.",
|
|
@@ -7624,6 +9041,15 @@
|
|
|
7624
9041
|
"type": "Function | HTMLElement | null | string | undefined"
|
|
7625
9042
|
}
|
|
7626
9043
|
},
|
|
9044
|
+
{
|
|
9045
|
+
"name": "mode",
|
|
9046
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9047
|
+
"required": false,
|
|
9048
|
+
"value": {
|
|
9049
|
+
"kind": "expression",
|
|
9050
|
+
"type": "\"ios\" | \"md\""
|
|
9051
|
+
}
|
|
9052
|
+
},
|
|
7627
9053
|
{
|
|
7628
9054
|
"name": "tab",
|
|
7629
9055
|
"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.",
|
|
@@ -7632,6 +9058,15 @@
|
|
|
7632
9058
|
"kind": "expression",
|
|
7633
9059
|
"type": "string"
|
|
7634
9060
|
}
|
|
9061
|
+
},
|
|
9062
|
+
{
|
|
9063
|
+
"name": "theme",
|
|
9064
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9065
|
+
"required": false,
|
|
9066
|
+
"value": {
|
|
9067
|
+
"kind": "expression",
|
|
9068
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9069
|
+
}
|
|
7635
9070
|
}
|
|
7636
9071
|
],
|
|
7637
9072
|
"slots": [],
|
|
@@ -7655,9 +9090,29 @@
|
|
|
7655
9090
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
7656
9091
|
}
|
|
7657
9092
|
},
|
|
9093
|
+
{
|
|
9094
|
+
"name": "expand",
|
|
9095
|
+
"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\"`.",
|
|
9096
|
+
"required": false,
|
|
9097
|
+
"default": "'full'",
|
|
9098
|
+
"value": {
|
|
9099
|
+
"kind": "expression",
|
|
9100
|
+
"type": "\"compact\" | \"full\""
|
|
9101
|
+
}
|
|
9102
|
+
},
|
|
9103
|
+
{
|
|
9104
|
+
"name": "hide-on-scroll",
|
|
9105
|
+
"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\"`.",
|
|
9106
|
+
"required": false,
|
|
9107
|
+
"default": "false",
|
|
9108
|
+
"value": {
|
|
9109
|
+
"kind": "expression",
|
|
9110
|
+
"type": "boolean"
|
|
9111
|
+
}
|
|
9112
|
+
},
|
|
7658
9113
|
{
|
|
7659
9114
|
"name": "mode",
|
|
7660
|
-
"description": "The mode determines
|
|
9115
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7661
9116
|
"required": false,
|
|
7662
9117
|
"value": {
|
|
7663
9118
|
"kind": "expression",
|
|
@@ -7673,9 +9128,27 @@
|
|
|
7673
9128
|
"type": "string | undefined"
|
|
7674
9129
|
}
|
|
7675
9130
|
},
|
|
9131
|
+
{
|
|
9132
|
+
"name": "shape",
|
|
9133
|
+
"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.",
|
|
9134
|
+
"required": false,
|
|
9135
|
+
"value": {
|
|
9136
|
+
"kind": "expression",
|
|
9137
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9138
|
+
}
|
|
9139
|
+
},
|
|
9140
|
+
{
|
|
9141
|
+
"name": "theme",
|
|
9142
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9143
|
+
"required": false,
|
|
9144
|
+
"value": {
|
|
9145
|
+
"kind": "expression",
|
|
9146
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9147
|
+
}
|
|
9148
|
+
},
|
|
7676
9149
|
{
|
|
7677
9150
|
"name": "translucent",
|
|
7678
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
9151
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
7679
9152
|
"required": false,
|
|
7680
9153
|
"default": "false",
|
|
7681
9154
|
"value": {
|
|
@@ -7735,7 +9208,7 @@
|
|
|
7735
9208
|
},
|
|
7736
9209
|
{
|
|
7737
9210
|
"name": "mode",
|
|
7738
|
-
"description": "The mode determines
|
|
9211
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7739
9212
|
"required": false,
|
|
7740
9213
|
"value": {
|
|
7741
9214
|
"kind": "expression",
|
|
@@ -7761,6 +9234,15 @@
|
|
|
7761
9234
|
"type": "boolean"
|
|
7762
9235
|
}
|
|
7763
9236
|
},
|
|
9237
|
+
{
|
|
9238
|
+
"name": "shape",
|
|
9239
|
+
"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.",
|
|
9240
|
+
"required": false,
|
|
9241
|
+
"value": {
|
|
9242
|
+
"kind": "expression",
|
|
9243
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9244
|
+
}
|
|
9245
|
+
},
|
|
7764
9246
|
{
|
|
7765
9247
|
"name": "tab",
|
|
7766
9248
|
"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.",
|
|
@@ -7778,6 +9260,15 @@
|
|
|
7778
9260
|
"kind": "expression",
|
|
7779
9261
|
"type": "string | undefined"
|
|
7780
9262
|
}
|
|
9263
|
+
},
|
|
9264
|
+
{
|
|
9265
|
+
"name": "theme",
|
|
9266
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9267
|
+
"required": false,
|
|
9268
|
+
"value": {
|
|
9269
|
+
"kind": "expression",
|
|
9270
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9271
|
+
}
|
|
7781
9272
|
}
|
|
7782
9273
|
],
|
|
7783
9274
|
"slots": [],
|
|
@@ -7791,7 +9282,26 @@
|
|
|
7791
9282
|
"module": "@ionic/core/src/components/tabs/tabs.d.ts",
|
|
7792
9283
|
"symbol": "Tabs"
|
|
7793
9284
|
},
|
|
7794
|
-
"attributes": [
|
|
9285
|
+
"attributes": [
|
|
9286
|
+
{
|
|
9287
|
+
"name": "mode",
|
|
9288
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9289
|
+
"required": false,
|
|
9290
|
+
"value": {
|
|
9291
|
+
"kind": "expression",
|
|
9292
|
+
"type": "\"ios\" | \"md\""
|
|
9293
|
+
}
|
|
9294
|
+
},
|
|
9295
|
+
{
|
|
9296
|
+
"name": "theme",
|
|
9297
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9298
|
+
"required": false,
|
|
9299
|
+
"value": {
|
|
9300
|
+
"kind": "expression",
|
|
9301
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9302
|
+
}
|
|
9303
|
+
}
|
|
9304
|
+
],
|
|
7795
9305
|
"slots": [
|
|
7796
9306
|
{
|
|
7797
9307
|
"name": "default",
|
|
@@ -7849,12 +9359,21 @@
|
|
|
7849
9359
|
},
|
|
7850
9360
|
{
|
|
7851
9361
|
"name": "mode",
|
|
7852
|
-
"description": "The mode determines
|
|
9362
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
7853
9363
|
"required": false,
|
|
7854
9364
|
"value": {
|
|
7855
9365
|
"kind": "expression",
|
|
7856
9366
|
"type": "\"ios\" | \"md\""
|
|
7857
9367
|
}
|
|
9368
|
+
},
|
|
9369
|
+
{
|
|
9370
|
+
"name": "theme",
|
|
9371
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9372
|
+
"required": false,
|
|
9373
|
+
"value": {
|
|
9374
|
+
"kind": "expression",
|
|
9375
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9376
|
+
}
|
|
7858
9377
|
}
|
|
7859
9378
|
],
|
|
7860
9379
|
"slots": [],
|
|
@@ -7985,7 +9504,7 @@
|
|
|
7985
9504
|
},
|
|
7986
9505
|
{
|
|
7987
9506
|
"name": "fill",
|
|
7988
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
9507
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
7989
9508
|
"required": false,
|
|
7990
9509
|
"value": {
|
|
7991
9510
|
"kind": "expression",
|
|
@@ -8049,7 +9568,7 @@
|
|
|
8049
9568
|
},
|
|
8050
9569
|
{
|
|
8051
9570
|
"name": "mode",
|
|
8052
|
-
"description": "The mode determines
|
|
9571
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8053
9572
|
"required": false,
|
|
8054
9573
|
"value": {
|
|
8055
9574
|
"kind": "expression",
|
|
@@ -8106,11 +9625,21 @@
|
|
|
8106
9625
|
},
|
|
8107
9626
|
{
|
|
8108
9627
|
"name": "shape",
|
|
8109
|
-
"description": "
|
|
9628
|
+
"description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
9629
|
+
"required": false,
|
|
9630
|
+
"value": {
|
|
9631
|
+
"kind": "expression",
|
|
9632
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
9633
|
+
}
|
|
9634
|
+
},
|
|
9635
|
+
{
|
|
9636
|
+
"name": "size",
|
|
9637
|
+
"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.",
|
|
8110
9638
|
"required": false,
|
|
9639
|
+
"default": "'medium'",
|
|
8111
9640
|
"value": {
|
|
8112
9641
|
"kind": "expression",
|
|
8113
|
-
"type": "\"
|
|
9642
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined"
|
|
8114
9643
|
}
|
|
8115
9644
|
},
|
|
8116
9645
|
{
|
|
@@ -8123,6 +9652,15 @@
|
|
|
8123
9652
|
"type": "boolean"
|
|
8124
9653
|
}
|
|
8125
9654
|
},
|
|
9655
|
+
{
|
|
9656
|
+
"name": "theme",
|
|
9657
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9658
|
+
"required": false,
|
|
9659
|
+
"value": {
|
|
9660
|
+
"kind": "expression",
|
|
9661
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9662
|
+
}
|
|
9663
|
+
},
|
|
8126
9664
|
{
|
|
8127
9665
|
"name": "value",
|
|
8128
9666
|
"description": "The value of the textarea.",
|
|
@@ -8208,7 +9746,26 @@
|
|
|
8208
9746
|
"module": "@ionic/core/src/components/thumbnail/thumbnail.d.ts",
|
|
8209
9747
|
"symbol": "Thumbnail"
|
|
8210
9748
|
},
|
|
8211
|
-
"attributes": [
|
|
9749
|
+
"attributes": [
|
|
9750
|
+
{
|
|
9751
|
+
"name": "mode",
|
|
9752
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9753
|
+
"required": false,
|
|
9754
|
+
"value": {
|
|
9755
|
+
"kind": "expression",
|
|
9756
|
+
"type": "\"ios\" | \"md\""
|
|
9757
|
+
}
|
|
9758
|
+
},
|
|
9759
|
+
{
|
|
9760
|
+
"name": "theme",
|
|
9761
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9762
|
+
"required": false,
|
|
9763
|
+
"value": {
|
|
9764
|
+
"kind": "expression",
|
|
9765
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9766
|
+
}
|
|
9767
|
+
}
|
|
9768
|
+
],
|
|
8212
9769
|
"slots": [],
|
|
8213
9770
|
"events": []
|
|
8214
9771
|
},
|
|
@@ -8230,6 +9787,15 @@
|
|
|
8230
9787
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined"
|
|
8231
9788
|
}
|
|
8232
9789
|
},
|
|
9790
|
+
{
|
|
9791
|
+
"name": "mode",
|
|
9792
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
9793
|
+
"required": false,
|
|
9794
|
+
"value": {
|
|
9795
|
+
"kind": "expression",
|
|
9796
|
+
"type": "\"ios\" | \"md\""
|
|
9797
|
+
}
|
|
9798
|
+
},
|
|
8233
9799
|
{
|
|
8234
9800
|
"name": "size",
|
|
8235
9801
|
"description": "The size of the toolbar title.",
|
|
@@ -8238,6 +9804,15 @@
|
|
|
8238
9804
|
"kind": "expression",
|
|
8239
9805
|
"type": "\"large\" | \"small\" | undefined"
|
|
8240
9806
|
}
|
|
9807
|
+
},
|
|
9808
|
+
{
|
|
9809
|
+
"name": "theme",
|
|
9810
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
9811
|
+
"required": false,
|
|
9812
|
+
"value": {
|
|
9813
|
+
"kind": "expression",
|
|
9814
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
9815
|
+
}
|
|
8241
9816
|
}
|
|
8242
9817
|
],
|
|
8243
9818
|
"slots": [],
|
|
@@ -8326,6 +9901,16 @@
|
|
|
8326
9901
|
"type": "undefined | { [key: string]: any; }"
|
|
8327
9902
|
}
|
|
8328
9903
|
},
|
|
9904
|
+
{
|
|
9905
|
+
"name": "hue",
|
|
9906
|
+
"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.",
|
|
9907
|
+
"required": false,
|
|
9908
|
+
"default": "'subtle'",
|
|
9909
|
+
"value": {
|
|
9910
|
+
"kind": "expression",
|
|
9911
|
+
"type": "\"bold\" | \"subtle\" | undefined"
|
|
9912
|
+
}
|
|
9913
|
+
},
|
|
8329
9914
|
{
|
|
8330
9915
|
"name": "icon",
|
|
8331
9916
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -8385,7 +9970,7 @@
|
|
|
8385
9970
|
},
|
|
8386
9971
|
{
|
|
8387
9972
|
"name": "mode",
|
|
8388
|
-
"description": "The mode determines
|
|
9973
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8389
9974
|
"required": false,
|
|
8390
9975
|
"value": {
|
|
8391
9976
|
"kind": "expression",
|
|
@@ -8411,6 +9996,15 @@
|
|
|
8411
9996
|
"type": "HTMLElement | string | undefined"
|
|
8412
9997
|
}
|
|
8413
9998
|
},
|
|
9999
|
+
{
|
|
10000
|
+
"name": "shape",
|
|
10001
|
+
"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.",
|
|
10002
|
+
"required": false,
|
|
10003
|
+
"value": {
|
|
10004
|
+
"kind": "expression",
|
|
10005
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined"
|
|
10006
|
+
}
|
|
10007
|
+
},
|
|
8414
10008
|
{
|
|
8415
10009
|
"name": "swipe-gesture",
|
|
8416
10010
|
"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.",
|
|
@@ -8420,9 +10014,18 @@
|
|
|
8420
10014
|
"type": "\"vertical\" | undefined"
|
|
8421
10015
|
}
|
|
8422
10016
|
},
|
|
10017
|
+
{
|
|
10018
|
+
"name": "theme",
|
|
10019
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10020
|
+
"required": false,
|
|
10021
|
+
"value": {
|
|
10022
|
+
"kind": "expression",
|
|
10023
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10024
|
+
}
|
|
10025
|
+
},
|
|
8423
10026
|
{
|
|
8424
10027
|
"name": "translucent",
|
|
8425
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
10028
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
8426
10029
|
"required": false,
|
|
8427
10030
|
"default": "false",
|
|
8428
10031
|
"value": {
|
|
@@ -8620,7 +10223,7 @@
|
|
|
8620
10223
|
},
|
|
8621
10224
|
{
|
|
8622
10225
|
"name": "mode",
|
|
8623
|
-
"description": "The mode determines
|
|
10226
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8624
10227
|
"required": false,
|
|
8625
10228
|
"value": {
|
|
8626
10229
|
"kind": "expression",
|
|
@@ -8647,6 +10250,15 @@
|
|
|
8647
10250
|
"type": "boolean"
|
|
8648
10251
|
}
|
|
8649
10252
|
},
|
|
10253
|
+
{
|
|
10254
|
+
"name": "theme",
|
|
10255
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10256
|
+
"required": false,
|
|
10257
|
+
"value": {
|
|
10258
|
+
"kind": "expression",
|
|
10259
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10260
|
+
}
|
|
10261
|
+
},
|
|
8650
10262
|
{
|
|
8651
10263
|
"name": "value",
|
|
8652
10264
|
"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>`.",
|
|
@@ -8717,12 +10329,30 @@
|
|
|
8717
10329
|
},
|
|
8718
10330
|
{
|
|
8719
10331
|
"name": "mode",
|
|
8720
|
-
"description": "The mode determines
|
|
10332
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
8721
10333
|
"required": false,
|
|
8722
10334
|
"value": {
|
|
8723
10335
|
"kind": "expression",
|
|
8724
10336
|
"type": "\"ios\" | \"md\""
|
|
8725
10337
|
}
|
|
10338
|
+
},
|
|
10339
|
+
{
|
|
10340
|
+
"name": "theme",
|
|
10341
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
10342
|
+
"required": false,
|
|
10343
|
+
"value": {
|
|
10344
|
+
"kind": "expression",
|
|
10345
|
+
"type": "\"ios\" | \"md\" | \"ionic\""
|
|
10346
|
+
}
|
|
10347
|
+
},
|
|
10348
|
+
{
|
|
10349
|
+
"name": "title-placement",
|
|
10350
|
+
"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.",
|
|
10351
|
+
"required": false,
|
|
10352
|
+
"value": {
|
|
10353
|
+
"kind": "expression",
|
|
10354
|
+
"type": "\"center\" | \"end\" | \"start\" | undefined"
|
|
10355
|
+
}
|
|
8726
10356
|
}
|
|
8727
10357
|
],
|
|
8728
10358
|
"slots": [
|
|
@@ -8736,11 +10366,11 @@
|
|
|
8736
10366
|
},
|
|
8737
10367
|
{
|
|
8738
10368
|
"name": "primary",
|
|
8739
|
-
"description": "Content is placed to the right of the toolbar text in
|
|
10369
|
+
"description": "Content is placed to the right of the toolbar text in the `\"ios\"` theme, and to the far right in the `\"md\"` theme."
|
|
8740
10370
|
},
|
|
8741
10371
|
{
|
|
8742
10372
|
"name": "secondary",
|
|
8743
|
-
"description": "Content is placed to the left of the toolbar text in
|
|
10373
|
+
"description": "Content is placed to the left of the toolbar text in the `\"ios\"` theme, and directly to the right in the `\"md\"` theme."
|
|
8744
10374
|
},
|
|
8745
10375
|
{
|
|
8746
10376
|
"name": "start",
|