@ionic/vue 8.5.2-dev.11742574407.1a7233c2 → 8.5.2-dev.11742935752.148f25e6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +15 -37
- package/dist/index.js.map +1 -1
- package/dist/vetur/attributes.json +175 -1511
- package/dist/vetur/tags.json +45 -204
- package/dist/web-types.json +116 -1392
- package/package.json +2 -2
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"ion-accordion/mode": {
|
|
8
8
|
"type": "\"ios\" | \"md\"",
|
|
9
|
-
"description": "The mode determines
|
|
9
|
+
"description": "The mode determines which platform styles to use.",
|
|
10
10
|
"options": [
|
|
11
11
|
"ios",
|
|
12
12
|
"md"
|
|
@@ -17,17 +17,8 @@
|
|
|
17
17
|
"description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity.",
|
|
18
18
|
"options": []
|
|
19
19
|
},
|
|
20
|
-
"ion-accordion/theme": {
|
|
21
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
22
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
23
|
-
"options": [
|
|
24
|
-
"ios",
|
|
25
|
-
"md",
|
|
26
|
-
"ionic"
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
20
|
"ion-accordion/toggle-icon": {
|
|
30
|
-
"type": "string
|
|
21
|
+
"type": "string",
|
|
31
22
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
32
23
|
"options": []
|
|
33
24
|
},
|
|
@@ -64,7 +55,7 @@
|
|
|
64
55
|
},
|
|
65
56
|
"ion-accordion-group/mode": {
|
|
66
57
|
"type": "\"ios\" | \"md\"",
|
|
67
|
-
"description": "The mode determines
|
|
58
|
+
"description": "The mode determines which platform styles to use.",
|
|
68
59
|
"options": [
|
|
69
60
|
"ios",
|
|
70
61
|
"md"
|
|
@@ -80,24 +71,6 @@
|
|
|
80
71
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
|
|
81
72
|
"options": []
|
|
82
73
|
},
|
|
83
|
-
"ion-accordion-group/shape": {
|
|
84
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
85
|
-
"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\"`.",
|
|
86
|
-
"options": [
|
|
87
|
-
"rectangular",
|
|
88
|
-
"round",
|
|
89
|
-
"soft"
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
"ion-accordion-group/theme": {
|
|
93
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
94
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
95
|
-
"options": [
|
|
96
|
-
"ios",
|
|
97
|
-
"md",
|
|
98
|
-
"ionic"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
74
|
"ion-accordion-group/value": {
|
|
102
75
|
"type": "null | string | string[] | undefined",
|
|
103
76
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -155,7 +128,7 @@
|
|
|
155
128
|
},
|
|
156
129
|
"ion-action-sheet/mode": {
|
|
157
130
|
"type": "\"ios\" | \"md\"",
|
|
158
|
-
"description": "The mode determines
|
|
131
|
+
"description": "The mode determines which platform styles to use.",
|
|
159
132
|
"options": [
|
|
160
133
|
"ios",
|
|
161
134
|
"md"
|
|
@@ -166,18 +139,9 @@
|
|
|
166
139
|
"description": "Subtitle for the action sheet.",
|
|
167
140
|
"options": []
|
|
168
141
|
},
|
|
169
|
-
"ion-action-sheet/theme": {
|
|
170
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
171
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
172
|
-
"options": [
|
|
173
|
-
"ios",
|
|
174
|
-
"md",
|
|
175
|
-
"ionic"
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
142
|
"ion-action-sheet/translucent": {
|
|
179
143
|
"type": "boolean",
|
|
180
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
144
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
181
145
|
"options": []
|
|
182
146
|
},
|
|
183
147
|
"ion-action-sheet/trigger": {
|
|
@@ -247,7 +211,7 @@
|
|
|
247
211
|
},
|
|
248
212
|
"ion-alert/mode": {
|
|
249
213
|
"type": "\"ios\" | \"md\"",
|
|
250
|
-
"description": "The mode determines
|
|
214
|
+
"description": "The mode determines which platform styles to use.",
|
|
251
215
|
"options": [
|
|
252
216
|
"ios",
|
|
253
217
|
"md"
|
|
@@ -258,18 +222,9 @@
|
|
|
258
222
|
"description": "The subtitle in the heading of the alert. Displayed under the title.",
|
|
259
223
|
"options": []
|
|
260
224
|
},
|
|
261
|
-
"ion-alert/theme": {
|
|
262
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
263
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
264
|
-
"options": [
|
|
265
|
-
"ios",
|
|
266
|
-
"md",
|
|
267
|
-
"ionic"
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
225
|
"ion-alert/translucent": {
|
|
271
226
|
"type": "boolean",
|
|
272
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
227
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
273
228
|
"options": []
|
|
274
229
|
},
|
|
275
230
|
"ion-alert/trigger": {
|
|
@@ -277,61 +232,6 @@
|
|
|
277
232
|
"description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
|
|
278
233
|
"options": []
|
|
279
234
|
},
|
|
280
|
-
"ion-app/mode": {
|
|
281
|
-
"type": "\"ios\" | \"md\"",
|
|
282
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
283
|
-
"options": [
|
|
284
|
-
"ios",
|
|
285
|
-
"md"
|
|
286
|
-
]
|
|
287
|
-
},
|
|
288
|
-
"ion-app/theme": {
|
|
289
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
290
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
291
|
-
"options": [
|
|
292
|
-
"ios",
|
|
293
|
-
"md",
|
|
294
|
-
"ionic"
|
|
295
|
-
]
|
|
296
|
-
},
|
|
297
|
-
"ion-avatar/mode": {
|
|
298
|
-
"type": "\"ios\" | \"md\"",
|
|
299
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
300
|
-
"options": [
|
|
301
|
-
"ios",
|
|
302
|
-
"md"
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
|
-
"ion-avatar/shape": {
|
|
306
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
307
|
-
"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.",
|
|
308
|
-
"options": [
|
|
309
|
-
"rectangular",
|
|
310
|
-
"round",
|
|
311
|
-
"soft"
|
|
312
|
-
]
|
|
313
|
-
},
|
|
314
|
-
"ion-avatar/size": {
|
|
315
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
|
|
316
|
-
"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.",
|
|
317
|
-
"options": [
|
|
318
|
-
"large",
|
|
319
|
-
"medium",
|
|
320
|
-
"small",
|
|
321
|
-
"xlarge",
|
|
322
|
-
"xsmall",
|
|
323
|
-
"xxsmall"
|
|
324
|
-
]
|
|
325
|
-
},
|
|
326
|
-
"ion-avatar/theme": {
|
|
327
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
328
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
329
|
-
"options": [
|
|
330
|
-
"ios",
|
|
331
|
-
"md",
|
|
332
|
-
"ionic"
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
235
|
"ion-back-button/color": {
|
|
336
236
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
337
237
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -364,7 +264,7 @@
|
|
|
364
264
|
},
|
|
365
265
|
"ion-back-button/mode": {
|
|
366
266
|
"type": "\"ios\" | \"md\"",
|
|
367
|
-
"description": "The mode determines
|
|
267
|
+
"description": "The mode determines which platform styles to use.",
|
|
368
268
|
"options": [
|
|
369
269
|
"ios",
|
|
370
270
|
"md"
|
|
@@ -380,15 +280,6 @@
|
|
|
380
280
|
"description": "The text to display in the back button.",
|
|
381
281
|
"options": []
|
|
382
282
|
},
|
|
383
|
-
"ion-back-button/theme": {
|
|
384
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
385
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
386
|
-
"options": [
|
|
387
|
-
"ios",
|
|
388
|
-
"md",
|
|
389
|
-
"ionic"
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
283
|
"ion-back-button/type": {
|
|
393
284
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
394
285
|
"description": "The type of the button.",
|
|
@@ -398,14 +289,6 @@
|
|
|
398
289
|
"submit"
|
|
399
290
|
]
|
|
400
291
|
},
|
|
401
|
-
"ion-backdrop/mode": {
|
|
402
|
-
"type": "\"ios\" | \"md\"",
|
|
403
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
404
|
-
"options": [
|
|
405
|
-
"ios",
|
|
406
|
-
"md"
|
|
407
|
-
]
|
|
408
|
-
},
|
|
409
292
|
"ion-backdrop/stop-propagation": {
|
|
410
293
|
"type": "boolean",
|
|
411
294
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -416,15 +299,6 @@
|
|
|
416
299
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
|
|
417
300
|
"options": []
|
|
418
301
|
},
|
|
419
|
-
"ion-backdrop/theme": {
|
|
420
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
421
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
422
|
-
"options": [
|
|
423
|
-
"ios",
|
|
424
|
-
"md",
|
|
425
|
-
"ionic"
|
|
426
|
-
]
|
|
427
|
-
},
|
|
428
302
|
"ion-backdrop/visible": {
|
|
429
303
|
"type": "boolean",
|
|
430
304
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -447,48 +321,12 @@
|
|
|
447
321
|
},
|
|
448
322
|
"ion-badge/mode": {
|
|
449
323
|
"type": "\"ios\" | \"md\"",
|
|
450
|
-
"description": "The mode determines
|
|
324
|
+
"description": "The mode determines which platform styles to use.",
|
|
451
325
|
"options": [
|
|
452
326
|
"ios",
|
|
453
327
|
"md"
|
|
454
328
|
]
|
|
455
329
|
},
|
|
456
|
-
"ion-badge/shape": {
|
|
457
|
-
"type": "\"round | rectangular\" | \"soft\" | undefined",
|
|
458
|
-
"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.",
|
|
459
|
-
"options": [
|
|
460
|
-
"soft"
|
|
461
|
-
]
|
|
462
|
-
},
|
|
463
|
-
"ion-badge/size": {
|
|
464
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
|
|
465
|
-
"description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
466
|
-
"options": [
|
|
467
|
-
"large",
|
|
468
|
-
"medium",
|
|
469
|
-
"small",
|
|
470
|
-
"xlarge",
|
|
471
|
-
"xsmall",
|
|
472
|
-
"xxsmall"
|
|
473
|
-
]
|
|
474
|
-
},
|
|
475
|
-
"ion-badge/theme": {
|
|
476
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
477
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
478
|
-
"options": [
|
|
479
|
-
"ios",
|
|
480
|
-
"md",
|
|
481
|
-
"ionic"
|
|
482
|
-
]
|
|
483
|
-
},
|
|
484
|
-
"ion-badge/vertical": {
|
|
485
|
-
"type": "\"bottom\" | \"top\" | undefined",
|
|
486
|
-
"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.",
|
|
487
|
-
"options": [
|
|
488
|
-
"bottom",
|
|
489
|
-
"top"
|
|
490
|
-
]
|
|
491
|
-
},
|
|
492
330
|
"ion-breadcrumb/active": {
|
|
493
331
|
"type": "boolean",
|
|
494
332
|
"description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any.",
|
|
@@ -526,7 +364,7 @@
|
|
|
526
364
|
},
|
|
527
365
|
"ion-breadcrumb/mode": {
|
|
528
366
|
"type": "\"ios\" | \"md\"",
|
|
529
|
-
"description": "The mode determines
|
|
367
|
+
"description": "The mode determines which platform styles to use.",
|
|
530
368
|
"options": [
|
|
531
369
|
"ios",
|
|
532
370
|
"md"
|
|
@@ -561,15 +399,6 @@
|
|
|
561
399
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
562
400
|
"options": []
|
|
563
401
|
},
|
|
564
|
-
"ion-breadcrumb/theme": {
|
|
565
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
566
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
567
|
-
"options": [
|
|
568
|
-
"ios",
|
|
569
|
-
"md",
|
|
570
|
-
"ionic"
|
|
571
|
-
]
|
|
572
|
-
},
|
|
573
402
|
"ion-breadcrumbs/color": {
|
|
574
403
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
575
404
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -602,21 +431,12 @@
|
|
|
602
431
|
},
|
|
603
432
|
"ion-breadcrumbs/mode": {
|
|
604
433
|
"type": "\"ios\" | \"md\"",
|
|
605
|
-
"description": "The mode determines
|
|
434
|
+
"description": "The mode determines which platform styles to use.",
|
|
606
435
|
"options": [
|
|
607
436
|
"ios",
|
|
608
437
|
"md"
|
|
609
438
|
]
|
|
610
439
|
},
|
|
611
|
-
"ion-breadcrumbs/theme": {
|
|
612
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
613
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
614
|
-
"options": [
|
|
615
|
-
"ios",
|
|
616
|
-
"md",
|
|
617
|
-
"ionic"
|
|
618
|
-
]
|
|
619
|
-
},
|
|
620
440
|
"ion-button/button-type": {
|
|
621
441
|
"type": "string",
|
|
622
442
|
"description": "The type of button.",
|
|
@@ -677,7 +497,7 @@
|
|
|
677
497
|
},
|
|
678
498
|
"ion-button/mode": {
|
|
679
499
|
"type": "\"ios\" | \"md\"",
|
|
680
|
-
"description": "The mode determines
|
|
500
|
+
"description": "The mode determines which platform styles to use.",
|
|
681
501
|
"options": [
|
|
682
502
|
"ios",
|
|
683
503
|
"md"
|
|
@@ -703,23 +523,19 @@
|
|
|
703
523
|
]
|
|
704
524
|
},
|
|
705
525
|
"ion-button/shape": {
|
|
706
|
-
"type": "\"
|
|
707
|
-
"description": "Set to `\"
|
|
526
|
+
"type": "\"round\" | undefined",
|
|
527
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
708
528
|
"options": [
|
|
709
|
-
"
|
|
710
|
-
"round",
|
|
711
|
-
"soft"
|
|
529
|
+
"round"
|
|
712
530
|
]
|
|
713
531
|
},
|
|
714
532
|
"ion-button/size": {
|
|
715
|
-
"type": "\"default\" | \"large\" | \"small\" |
|
|
533
|
+
"type": "\"default\" | \"large\" | \"small\" | undefined",
|
|
716
534
|
"description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
717
535
|
"options": [
|
|
718
536
|
"default",
|
|
719
537
|
"large",
|
|
720
|
-
"small"
|
|
721
|
-
"xlarge",
|
|
722
|
-
"xsmall"
|
|
538
|
+
"small"
|
|
723
539
|
]
|
|
724
540
|
},
|
|
725
541
|
"ion-button/strong": {
|
|
@@ -732,15 +548,6 @@
|
|
|
732
548
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
733
549
|
"options": []
|
|
734
550
|
},
|
|
735
|
-
"ion-button/theme": {
|
|
736
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
737
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
738
|
-
"options": [
|
|
739
|
-
"ios",
|
|
740
|
-
"md",
|
|
741
|
-
"ionic"
|
|
742
|
-
]
|
|
743
|
-
},
|
|
744
551
|
"ion-button/type": {
|
|
745
552
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
746
553
|
"description": "The type of the button.",
|
|
@@ -752,26 +559,9 @@
|
|
|
752
559
|
},
|
|
753
560
|
"ion-buttons/collapse": {
|
|
754
561
|
"type": "boolean",
|
|
755
|
-
"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
|
|
562
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
756
563
|
"options": []
|
|
757
564
|
},
|
|
758
|
-
"ion-buttons/mode": {
|
|
759
|
-
"type": "\"ios\" | \"md\"",
|
|
760
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
761
|
-
"options": [
|
|
762
|
-
"ios",
|
|
763
|
-
"md"
|
|
764
|
-
]
|
|
765
|
-
},
|
|
766
|
-
"ion-buttons/theme": {
|
|
767
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
768
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
769
|
-
"options": [
|
|
770
|
-
"ios",
|
|
771
|
-
"md",
|
|
772
|
-
"ionic"
|
|
773
|
-
]
|
|
774
|
-
},
|
|
775
565
|
"ion-card/button": {
|
|
776
566
|
"type": "boolean",
|
|
777
567
|
"description": "If `true`, a button tag will be rendered and the card will be tappable.",
|
|
@@ -809,7 +599,7 @@
|
|
|
809
599
|
},
|
|
810
600
|
"ion-card/mode": {
|
|
811
601
|
"type": "\"ios\" | \"md\"",
|
|
812
|
-
"description": "The mode determines
|
|
602
|
+
"description": "The mode determines which platform styles to use.",
|
|
813
603
|
"options": [
|
|
814
604
|
"ios",
|
|
815
605
|
"md"
|
|
@@ -834,29 +624,11 @@
|
|
|
834
624
|
"root"
|
|
835
625
|
]
|
|
836
626
|
},
|
|
837
|
-
"ion-card/shape": {
|
|
838
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
839
|
-
"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\"`.",
|
|
840
|
-
"options": [
|
|
841
|
-
"rectangular",
|
|
842
|
-
"round",
|
|
843
|
-
"soft"
|
|
844
|
-
]
|
|
845
|
-
},
|
|
846
627
|
"ion-card/target": {
|
|
847
628
|
"type": "string | undefined",
|
|
848
629
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
849
630
|
"options": []
|
|
850
631
|
},
|
|
851
|
-
"ion-card/theme": {
|
|
852
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
853
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
854
|
-
"options": [
|
|
855
|
-
"ios",
|
|
856
|
-
"md",
|
|
857
|
-
"ionic"
|
|
858
|
-
]
|
|
859
|
-
},
|
|
860
632
|
"ion-card/type": {
|
|
861
633
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
862
634
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -868,21 +640,12 @@
|
|
|
868
640
|
},
|
|
869
641
|
"ion-card-content/mode": {
|
|
870
642
|
"type": "\"ios\" | \"md\"",
|
|
871
|
-
"description": "The mode determines
|
|
643
|
+
"description": "The mode determines which platform styles to use.",
|
|
872
644
|
"options": [
|
|
873
645
|
"ios",
|
|
874
646
|
"md"
|
|
875
647
|
]
|
|
876
648
|
},
|
|
877
|
-
"ion-card-content/theme": {
|
|
878
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
879
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
880
|
-
"options": [
|
|
881
|
-
"ios",
|
|
882
|
-
"md",
|
|
883
|
-
"ionic"
|
|
884
|
-
]
|
|
885
|
-
},
|
|
886
649
|
"ion-card-header/color": {
|
|
887
650
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
888
651
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -900,24 +663,15 @@
|
|
|
900
663
|
},
|
|
901
664
|
"ion-card-header/mode": {
|
|
902
665
|
"type": "\"ios\" | \"md\"",
|
|
903
|
-
"description": "The mode determines
|
|
666
|
+
"description": "The mode determines which platform styles to use.",
|
|
904
667
|
"options": [
|
|
905
668
|
"ios",
|
|
906
669
|
"md"
|
|
907
670
|
]
|
|
908
671
|
},
|
|
909
|
-
"ion-card-header/theme": {
|
|
910
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
911
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
912
|
-
"options": [
|
|
913
|
-
"ios",
|
|
914
|
-
"md",
|
|
915
|
-
"ionic"
|
|
916
|
-
]
|
|
917
|
-
},
|
|
918
672
|
"ion-card-header/translucent": {
|
|
919
673
|
"type": "boolean",
|
|
920
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
674
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
921
675
|
"options": []
|
|
922
676
|
},
|
|
923
677
|
"ion-card-subtitle/color": {
|
|
@@ -937,21 +691,12 @@
|
|
|
937
691
|
},
|
|
938
692
|
"ion-card-subtitle/mode": {
|
|
939
693
|
"type": "\"ios\" | \"md\"",
|
|
940
|
-
"description": "The mode determines
|
|
694
|
+
"description": "The mode determines which platform styles to use.",
|
|
941
695
|
"options": [
|
|
942
696
|
"ios",
|
|
943
697
|
"md"
|
|
944
698
|
]
|
|
945
699
|
},
|
|
946
|
-
"ion-card-subtitle/theme": {
|
|
947
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
948
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
949
|
-
"options": [
|
|
950
|
-
"ios",
|
|
951
|
-
"md",
|
|
952
|
-
"ionic"
|
|
953
|
-
]
|
|
954
|
-
},
|
|
955
700
|
"ion-card-title/color": {
|
|
956
701
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
957
702
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -969,21 +714,12 @@
|
|
|
969
714
|
},
|
|
970
715
|
"ion-card-title/mode": {
|
|
971
716
|
"type": "\"ios\" | \"md\"",
|
|
972
|
-
"description": "The mode determines
|
|
717
|
+
"description": "The mode determines which platform styles to use.",
|
|
973
718
|
"options": [
|
|
974
719
|
"ios",
|
|
975
720
|
"md"
|
|
976
721
|
]
|
|
977
722
|
},
|
|
978
|
-
"ion-card-title/theme": {
|
|
979
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
980
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
981
|
-
"options": [
|
|
982
|
-
"ios",
|
|
983
|
-
"md",
|
|
984
|
-
"ionic"
|
|
985
|
-
]
|
|
986
|
-
},
|
|
987
723
|
"ion-checkbox/alignment": {
|
|
988
724
|
"type": "\"center\" | \"start\" | undefined",
|
|
989
725
|
"description": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the checkbox `display` to `block`.",
|
|
@@ -1053,7 +789,7 @@
|
|
|
1053
789
|
},
|
|
1054
790
|
"ion-checkbox/mode": {
|
|
1055
791
|
"type": "\"ios\" | \"md\"",
|
|
1056
|
-
"description": "The mode determines
|
|
792
|
+
"description": "The mode determines which platform styles to use.",
|
|
1057
793
|
"options": [
|
|
1058
794
|
"ios",
|
|
1059
795
|
"md"
|
|
@@ -1069,30 +805,6 @@
|
|
|
1069
805
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
|
|
1070
806
|
"options": []
|
|
1071
807
|
},
|
|
1072
|
-
"ion-checkbox/shape": {
|
|
1073
|
-
"type": "\"rectangular\" | \"soft\" | undefined",
|
|
1074
|
-
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1075
|
-
"options": [
|
|
1076
|
-
"rectangular",
|
|
1077
|
-
"soft"
|
|
1078
|
-
]
|
|
1079
|
-
},
|
|
1080
|
-
"ion-checkbox/size": {
|
|
1081
|
-
"type": "\"small\" | undefined",
|
|
1082
|
-
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1083
|
-
"options": [
|
|
1084
|
-
"small"
|
|
1085
|
-
]
|
|
1086
|
-
},
|
|
1087
|
-
"ion-checkbox/theme": {
|
|
1088
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1089
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1090
|
-
"options": [
|
|
1091
|
-
"ios",
|
|
1092
|
-
"md",
|
|
1093
|
-
"ionic"
|
|
1094
|
-
]
|
|
1095
|
-
},
|
|
1096
808
|
"ion-checkbox/value": {
|
|
1097
809
|
"type": "any",
|
|
1098
810
|
"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>`.",
|
|
@@ -1120,7 +832,7 @@
|
|
|
1120
832
|
},
|
|
1121
833
|
"ion-chip/mode": {
|
|
1122
834
|
"type": "\"ios\" | \"md\"",
|
|
1123
|
-
"description": "The mode determines
|
|
835
|
+
"description": "The mode determines which platform styles to use.",
|
|
1124
836
|
"options": [
|
|
1125
837
|
"ios",
|
|
1126
838
|
"md"
|
|
@@ -1131,40 +843,6 @@
|
|
|
1131
843
|
"description": "Display an outline style button.",
|
|
1132
844
|
"options": []
|
|
1133
845
|
},
|
|
1134
|
-
"ion-chip/shape": {
|
|
1135
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
1136
|
-
"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.",
|
|
1137
|
-
"options": [
|
|
1138
|
-
"rectangular",
|
|
1139
|
-
"round",
|
|
1140
|
-
"soft"
|
|
1141
|
-
]
|
|
1142
|
-
},
|
|
1143
|
-
"ion-chip/size": {
|
|
1144
|
-
"type": "\"large\" | \"small\" | undefined",
|
|
1145
|
-
"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.",
|
|
1146
|
-
"options": [
|
|
1147
|
-
"large",
|
|
1148
|
-
"small"
|
|
1149
|
-
]
|
|
1150
|
-
},
|
|
1151
|
-
"ion-chip/theme": {
|
|
1152
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1153
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1154
|
-
"options": [
|
|
1155
|
-
"ios",
|
|
1156
|
-
"md",
|
|
1157
|
-
"ionic"
|
|
1158
|
-
]
|
|
1159
|
-
},
|
|
1160
|
-
"ion-col/mode": {
|
|
1161
|
-
"type": "\"ios\" | \"md\"",
|
|
1162
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1163
|
-
"options": [
|
|
1164
|
-
"ios",
|
|
1165
|
-
"md"
|
|
1166
|
-
]
|
|
1167
|
-
},
|
|
1168
846
|
"ion-col/offset": {
|
|
1169
847
|
"type": "string | undefined",
|
|
1170
848
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -1285,15 +963,6 @@
|
|
|
1285
963
|
"description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content.",
|
|
1286
964
|
"options": []
|
|
1287
965
|
},
|
|
1288
|
-
"ion-col/theme": {
|
|
1289
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1290
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1291
|
-
"options": [
|
|
1292
|
-
"ios",
|
|
1293
|
-
"md",
|
|
1294
|
-
"ionic"
|
|
1295
|
-
]
|
|
1296
|
-
},
|
|
1297
966
|
"ion-content/color": {
|
|
1298
967
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
1299
968
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -1327,14 +996,6 @@
|
|
|
1327
996
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
|
|
1328
997
|
"options": []
|
|
1329
998
|
},
|
|
1330
|
-
"ion-content/mode": {
|
|
1331
|
-
"type": "\"ios\" | \"md\"",
|
|
1332
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1333
|
-
"options": [
|
|
1334
|
-
"ios",
|
|
1335
|
-
"md"
|
|
1336
|
-
]
|
|
1337
|
-
},
|
|
1338
999
|
"ion-content/scroll-events": {
|
|
1339
1000
|
"type": "boolean",
|
|
1340
1001
|
"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`.",
|
|
@@ -1350,15 +1011,6 @@
|
|
|
1350
1011
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
|
|
1351
1012
|
"options": []
|
|
1352
1013
|
},
|
|
1353
|
-
"ion-content/theme": {
|
|
1354
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1355
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1356
|
-
"options": [
|
|
1357
|
-
"ios",
|
|
1358
|
-
"md",
|
|
1359
|
-
"ionic"
|
|
1360
|
-
]
|
|
1361
|
-
},
|
|
1362
1014
|
"ion-datetime/cancel-text": {
|
|
1363
1015
|
"type": "string",
|
|
1364
1016
|
"description": "The text to display on the picker's cancel button.",
|
|
@@ -1456,7 +1108,7 @@
|
|
|
1456
1108
|
},
|
|
1457
1109
|
"ion-datetime/mode": {
|
|
1458
1110
|
"type": "\"ios\" | \"md\"",
|
|
1459
|
-
"description": "The mode determines
|
|
1111
|
+
"description": "The mode determines which platform styles to use.",
|
|
1460
1112
|
"options": [
|
|
1461
1113
|
"ios",
|
|
1462
1114
|
"md"
|
|
@@ -1528,15 +1180,6 @@
|
|
|
1528
1180
|
"fixed"
|
|
1529
1181
|
]
|
|
1530
1182
|
},
|
|
1531
|
-
"ion-datetime/theme": {
|
|
1532
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1533
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1534
|
-
"options": [
|
|
1535
|
-
"ios",
|
|
1536
|
-
"md",
|
|
1537
|
-
"ionic"
|
|
1538
|
-
]
|
|
1539
|
-
},
|
|
1540
1183
|
"ion-datetime/title-selected-dates-formatter": {
|
|
1541
1184
|
"type": "((selectedDates: string[]) => string) | undefined",
|
|
1542
1185
|
"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.",
|
|
@@ -1579,21 +1222,12 @@
|
|
|
1579
1222
|
},
|
|
1580
1223
|
"ion-datetime-button/mode": {
|
|
1581
1224
|
"type": "\"ios\" | \"md\"",
|
|
1582
|
-
"description": "The mode determines
|
|
1225
|
+
"description": "The mode determines which platform styles to use.",
|
|
1583
1226
|
"options": [
|
|
1584
1227
|
"ios",
|
|
1585
1228
|
"md"
|
|
1586
1229
|
]
|
|
1587
1230
|
},
|
|
1588
|
-
"ion-datetime-button/theme": {
|
|
1589
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1590
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1591
|
-
"options": [
|
|
1592
|
-
"ios",
|
|
1593
|
-
"md",
|
|
1594
|
-
"ionic"
|
|
1595
|
-
]
|
|
1596
|
-
},
|
|
1597
1231
|
"ion-fab/activated": {
|
|
1598
1232
|
"type": "boolean",
|
|
1599
1233
|
"description": "If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.\nThat means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.",
|
|
@@ -1613,23 +1247,6 @@
|
|
|
1613
1247
|
"start"
|
|
1614
1248
|
]
|
|
1615
1249
|
},
|
|
1616
|
-
"ion-fab/mode": {
|
|
1617
|
-
"type": "\"ios\" | \"md\"",
|
|
1618
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1619
|
-
"options": [
|
|
1620
|
-
"ios",
|
|
1621
|
-
"md"
|
|
1622
|
-
]
|
|
1623
|
-
},
|
|
1624
|
-
"ion-fab/theme": {
|
|
1625
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1626
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1627
|
-
"options": [
|
|
1628
|
-
"ios",
|
|
1629
|
-
"md",
|
|
1630
|
-
"ionic"
|
|
1631
|
-
]
|
|
1632
|
-
},
|
|
1633
1250
|
"ion-fab/vertical": {
|
|
1634
1251
|
"type": "\"bottom\" | \"center\" | \"top\" | undefined",
|
|
1635
1252
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1645,7 +1262,7 @@
|
|
|
1645
1262
|
"options": []
|
|
1646
1263
|
},
|
|
1647
1264
|
"ion-fab-button/close-icon": {
|
|
1648
|
-
"type": "string
|
|
1265
|
+
"type": "string",
|
|
1649
1266
|
"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.",
|
|
1650
1267
|
"options": []
|
|
1651
1268
|
},
|
|
@@ -1681,7 +1298,7 @@
|
|
|
1681
1298
|
},
|
|
1682
1299
|
"ion-fab-button/mode": {
|
|
1683
1300
|
"type": "\"ios\" | \"md\"",
|
|
1684
|
-
"description": "The mode determines
|
|
1301
|
+
"description": "The mode determines which platform styles to use.",
|
|
1685
1302
|
"options": [
|
|
1686
1303
|
"ios",
|
|
1687
1304
|
"md"
|
|
@@ -1723,18 +1340,9 @@
|
|
|
1723
1340
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
1724
1341
|
"options": []
|
|
1725
1342
|
},
|
|
1726
|
-
"ion-fab-button/theme": {
|
|
1727
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1728
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1729
|
-
"options": [
|
|
1730
|
-
"ios",
|
|
1731
|
-
"md",
|
|
1732
|
-
"ionic"
|
|
1733
|
-
]
|
|
1734
|
-
},
|
|
1735
1343
|
"ion-fab-button/translucent": {
|
|
1736
1344
|
"type": "boolean",
|
|
1737
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
1345
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1738
1346
|
"options": []
|
|
1739
1347
|
},
|
|
1740
1348
|
"ion-fab-button/type": {
|
|
@@ -1751,14 +1359,6 @@
|
|
|
1751
1359
|
"description": "If `true`, the fab list will show all fab buttons in the list.",
|
|
1752
1360
|
"options": []
|
|
1753
1361
|
},
|
|
1754
|
-
"ion-fab-list/mode": {
|
|
1755
|
-
"type": "\"ios\" | \"md\"",
|
|
1756
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1757
|
-
"options": [
|
|
1758
|
-
"ios",
|
|
1759
|
-
"md"
|
|
1760
|
-
]
|
|
1761
|
-
},
|
|
1762
1362
|
"ion-fab-list/side": {
|
|
1763
1363
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
|
|
1764
1364
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -1769,42 +1369,24 @@
|
|
|
1769
1369
|
"top"
|
|
1770
1370
|
]
|
|
1771
1371
|
},
|
|
1772
|
-
"ion-fab-list/theme": {
|
|
1773
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1774
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1775
|
-
"options": [
|
|
1776
|
-
"ios",
|
|
1777
|
-
"md",
|
|
1778
|
-
"ionic"
|
|
1779
|
-
]
|
|
1780
|
-
},
|
|
1781
1372
|
"ion-footer/collapse": {
|
|
1782
1373
|
"type": "\"fade\" | undefined",
|
|
1783
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
1374
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
1784
1375
|
"options": [
|
|
1785
1376
|
"fade"
|
|
1786
1377
|
]
|
|
1787
1378
|
},
|
|
1788
1379
|
"ion-footer/mode": {
|
|
1789
1380
|
"type": "\"ios\" | \"md\"",
|
|
1790
|
-
"description": "The mode determines
|
|
1381
|
+
"description": "The mode determines which platform styles to use.",
|
|
1791
1382
|
"options": [
|
|
1792
1383
|
"ios",
|
|
1793
1384
|
"md"
|
|
1794
1385
|
]
|
|
1795
1386
|
},
|
|
1796
|
-
"ion-footer/theme": {
|
|
1797
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1798
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1799
|
-
"options": [
|
|
1800
|
-
"ios",
|
|
1801
|
-
"md",
|
|
1802
|
-
"ionic"
|
|
1803
|
-
]
|
|
1804
|
-
},
|
|
1805
1387
|
"ion-footer/translucent": {
|
|
1806
1388
|
"type": "boolean",
|
|
1807
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
1389
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1808
1390
|
"options": []
|
|
1809
1391
|
},
|
|
1810
1392
|
"ion-grid/fixed": {
|
|
@@ -1812,56 +1394,25 @@
|
|
|
1812
1394
|
"description": "If `true`, the grid will have a fixed width based on the screen size.",
|
|
1813
1395
|
"options": []
|
|
1814
1396
|
},
|
|
1815
|
-
"ion-grid/mode": {
|
|
1816
|
-
"type": "\"ios\" | \"md\"",
|
|
1817
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1818
|
-
"options": [
|
|
1819
|
-
"ios",
|
|
1820
|
-
"md"
|
|
1821
|
-
]
|
|
1822
|
-
},
|
|
1823
|
-
"ion-grid/theme": {
|
|
1824
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1825
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1826
|
-
"options": [
|
|
1827
|
-
"ios",
|
|
1828
|
-
"md",
|
|
1829
|
-
"ionic"
|
|
1830
|
-
]
|
|
1831
|
-
},
|
|
1832
1397
|
"ion-header/collapse": {
|
|
1833
1398
|
"type": "\"condense\" | \"fade\" | undefined",
|
|
1834
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
1399
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
1835
1400
|
"options": [
|
|
1836
1401
|
"condense",
|
|
1837
1402
|
"fade"
|
|
1838
1403
|
]
|
|
1839
1404
|
},
|
|
1840
|
-
"ion-header/divider": {
|
|
1841
|
-
"type": "boolean",
|
|
1842
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
1843
|
-
"options": []
|
|
1844
|
-
},
|
|
1845
1405
|
"ion-header/mode": {
|
|
1846
1406
|
"type": "\"ios\" | \"md\"",
|
|
1847
|
-
"description": "The mode determines
|
|
1407
|
+
"description": "The mode determines which platform styles to use.",
|
|
1848
1408
|
"options": [
|
|
1849
1409
|
"ios",
|
|
1850
1410
|
"md"
|
|
1851
1411
|
]
|
|
1852
1412
|
},
|
|
1853
|
-
"ion-header/theme": {
|
|
1854
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1855
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1856
|
-
"options": [
|
|
1857
|
-
"ios",
|
|
1858
|
-
"md",
|
|
1859
|
-
"ionic"
|
|
1860
|
-
]
|
|
1861
|
-
},
|
|
1862
1413
|
"ion-header/translucent": {
|
|
1863
1414
|
"type": "boolean",
|
|
1864
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
1415
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1865
1416
|
"options": []
|
|
1866
1417
|
},
|
|
1867
1418
|
"ion-img/alt": {
|
|
@@ -1869,41 +1420,16 @@
|
|
|
1869
1420
|
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
|
|
1870
1421
|
"options": []
|
|
1871
1422
|
},
|
|
1872
|
-
"ion-img/mode": {
|
|
1873
|
-
"type": "\"ios\" | \"md\"",
|
|
1874
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1875
|
-
"options": [
|
|
1876
|
-
"ios",
|
|
1877
|
-
"md"
|
|
1878
|
-
]
|
|
1879
|
-
},
|
|
1880
1423
|
"ion-img/src": {
|
|
1881
1424
|
"type": "string | undefined",
|
|
1882
1425
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
1883
1426
|
"options": []
|
|
1884
1427
|
},
|
|
1885
|
-
"ion-img/theme": {
|
|
1886
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1887
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1888
|
-
"options": [
|
|
1889
|
-
"ios",
|
|
1890
|
-
"md",
|
|
1891
|
-
"ionic"
|
|
1892
|
-
]
|
|
1893
|
-
},
|
|
1894
1428
|
"ion-infinite-scroll/disabled": {
|
|
1895
1429
|
"type": "boolean",
|
|
1896
1430
|
"description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed.",
|
|
1897
1431
|
"options": []
|
|
1898
1432
|
},
|
|
1899
|
-
"ion-infinite-scroll/mode": {
|
|
1900
|
-
"type": "\"ios\" | \"md\"",
|
|
1901
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1902
|
-
"options": [
|
|
1903
|
-
"ios",
|
|
1904
|
-
"md"
|
|
1905
|
-
]
|
|
1906
|
-
},
|
|
1907
1433
|
"ion-infinite-scroll/position": {
|
|
1908
1434
|
"type": "\"bottom\" | \"top\"",
|
|
1909
1435
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -1912,15 +1438,6 @@
|
|
|
1912
1438
|
"top"
|
|
1913
1439
|
]
|
|
1914
1440
|
},
|
|
1915
|
-
"ion-infinite-scroll/theme": {
|
|
1916
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1917
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1918
|
-
"options": [
|
|
1919
|
-
"ios",
|
|
1920
|
-
"md",
|
|
1921
|
-
"ionic"
|
|
1922
|
-
]
|
|
1923
|
-
},
|
|
1924
1441
|
"ion-infinite-scroll/threshold": {
|
|
1925
1442
|
"type": "string",
|
|
1926
1443
|
"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.",
|
|
@@ -1946,84 +1463,67 @@
|
|
|
1946
1463
|
"description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
|
|
1947
1464
|
"options": []
|
|
1948
1465
|
},
|
|
1949
|
-
"ion-infinite-scroll-content/mode": {
|
|
1950
|
-
"type": "\"ios\" | \"md\"",
|
|
1951
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1952
|
-
"options": [
|
|
1953
|
-
"ios",
|
|
1954
|
-
"md"
|
|
1955
|
-
]
|
|
1956
|
-
},
|
|
1957
|
-
"ion-infinite-scroll-content/theme": {
|
|
1958
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1959
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1960
|
-
"options": [
|
|
1961
|
-
"ios",
|
|
1962
|
-
"md",
|
|
1963
|
-
"ionic"
|
|
1964
|
-
]
|
|
1965
|
-
},
|
|
1966
1466
|
"ion-input/autocapitalize": {
|
|
1967
1467
|
"type": "string",
|
|
1968
1468
|
"description": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`.",
|
|
1969
1469
|
"options": []
|
|
1970
1470
|
},
|
|
1971
1471
|
"ion-input/autocomplete": {
|
|
1972
|
-
"type": "\"name\" | \"
|
|
1472
|
+
"type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
|
|
1973
1473
|
"description": "Indicates whether the value of the control can be automatically completed by the browser.",
|
|
1974
1474
|
"options": [
|
|
1975
1475
|
"name",
|
|
1476
|
+
"email",
|
|
1477
|
+
"tel",
|
|
1976
1478
|
"url",
|
|
1977
|
-
"off",
|
|
1978
1479
|
"on",
|
|
1480
|
+
"off",
|
|
1481
|
+
"honorific-prefix",
|
|
1482
|
+
"given-name",
|
|
1979
1483
|
"additional-name",
|
|
1980
|
-
"
|
|
1981
|
-
"
|
|
1982
|
-
"
|
|
1983
|
-
"
|
|
1484
|
+
"family-name",
|
|
1485
|
+
"honorific-suffix",
|
|
1486
|
+
"nickname",
|
|
1487
|
+
"username",
|
|
1488
|
+
"new-password",
|
|
1489
|
+
"current-password",
|
|
1490
|
+
"one-time-code",
|
|
1491
|
+
"organization-title",
|
|
1492
|
+
"organization",
|
|
1493
|
+
"street-address",
|
|
1984
1494
|
"address-line1",
|
|
1985
1495
|
"address-line2",
|
|
1986
1496
|
"address-line3",
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1497
|
+
"address-level4",
|
|
1498
|
+
"address-level3",
|
|
1499
|
+
"address-level2",
|
|
1500
|
+
"address-level1",
|
|
1501
|
+
"country",
|
|
1502
|
+
"country-name",
|
|
1503
|
+
"postal-code",
|
|
1504
|
+
"cc-name",
|
|
1505
|
+
"cc-given-name",
|
|
1506
|
+
"cc-additional-name",
|
|
1507
|
+
"cc-family-name",
|
|
1508
|
+
"cc-number",
|
|
1991
1509
|
"cc-exp",
|
|
1992
1510
|
"cc-exp-month",
|
|
1993
1511
|
"cc-exp-year",
|
|
1994
|
-
"cc-
|
|
1995
|
-
"cc-given-name",
|
|
1996
|
-
"cc-name",
|
|
1997
|
-
"cc-number",
|
|
1512
|
+
"cc-csc",
|
|
1998
1513
|
"cc-type",
|
|
1999
|
-
"country",
|
|
2000
|
-
"country-name",
|
|
2001
|
-
"current-password",
|
|
2002
|
-
"family-name",
|
|
2003
|
-
"given-name",
|
|
2004
|
-
"honorific-prefix",
|
|
2005
|
-
"honorific-suffix",
|
|
2006
|
-
"new-password",
|
|
2007
|
-
"one-time-code",
|
|
2008
|
-
"organization",
|
|
2009
|
-
"postal-code",
|
|
2010
|
-
"street-address",
|
|
2011
|
-
"transaction-amount",
|
|
2012
1514
|
"transaction-currency",
|
|
2013
|
-
"
|
|
2014
|
-
"email",
|
|
2015
|
-
"tel",
|
|
2016
|
-
"tel-area-code",
|
|
2017
|
-
"tel-country-code",
|
|
2018
|
-
"tel-extension",
|
|
2019
|
-
"tel-local",
|
|
2020
|
-
"tel-national",
|
|
2021
|
-
"nickname",
|
|
2022
|
-
"organization-title",
|
|
2023
|
-
"cc-additional-name",
|
|
1515
|
+
"transaction-amount",
|
|
2024
1516
|
"language",
|
|
2025
1517
|
"bday",
|
|
1518
|
+
"bday-day",
|
|
1519
|
+
"bday-month",
|
|
1520
|
+
"bday-year",
|
|
2026
1521
|
"sex",
|
|
1522
|
+
"tel-country-code",
|
|
1523
|
+
"tel-national",
|
|
1524
|
+
"tel-area-code",
|
|
1525
|
+
"tel-local",
|
|
1526
|
+
"tel-extension",
|
|
2027
1527
|
"impp",
|
|
2028
1528
|
"photo"
|
|
2029
1529
|
]
|
|
@@ -2111,7 +1611,7 @@
|
|
|
2111
1611
|
},
|
|
2112
1612
|
"ion-input/fill": {
|
|
2113
1613
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
2114
|
-
"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
|
|
1614
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
2115
1615
|
"options": [
|
|
2116
1616
|
"outline",
|
|
2117
1617
|
"solid"
|
|
@@ -2142,8 +1642,8 @@
|
|
|
2142
1642
|
"options": []
|
|
2143
1643
|
},
|
|
2144
1644
|
"ion-input/label-placement": {
|
|
2145
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
2146
|
-
"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 (\"...\")
|
|
1645
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
|
|
1646
|
+
"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 (\"...\").",
|
|
2147
1647
|
"options": [
|
|
2148
1648
|
"end",
|
|
2149
1649
|
"fixed",
|
|
@@ -2174,7 +1674,7 @@
|
|
|
2174
1674
|
},
|
|
2175
1675
|
"ion-input/mode": {
|
|
2176
1676
|
"type": "\"ios\" | \"md\"",
|
|
2177
|
-
"description": "The mode determines
|
|
1677
|
+
"description": "The mode determines which platform styles to use.",
|
|
2178
1678
|
"options": [
|
|
2179
1679
|
"ios",
|
|
2180
1680
|
"md"
|
|
@@ -2211,21 +1711,10 @@
|
|
|
2211
1711
|
"options": []
|
|
2212
1712
|
},
|
|
2213
1713
|
"ion-input/shape": {
|
|
2214
|
-
"type": "\"
|
|
2215
|
-
"description": "
|
|
1714
|
+
"type": "\"round\" | undefined",
|
|
1715
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
2216
1716
|
"options": [
|
|
2217
|
-
"
|
|
2218
|
-
"round",
|
|
2219
|
-
"soft"
|
|
2220
|
-
]
|
|
2221
|
-
},
|
|
2222
|
-
"ion-input/size": {
|
|
2223
|
-
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
|
|
2224
|
-
"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.",
|
|
2225
|
-
"options": [
|
|
2226
|
-
"large",
|
|
2227
|
-
"medium",
|
|
2228
|
-
"xlarge"
|
|
1717
|
+
"round"
|
|
2229
1718
|
]
|
|
2230
1719
|
},
|
|
2231
1720
|
"ion-input/spellcheck": {
|
|
@@ -2238,15 +1727,6 @@
|
|
|
2238
1727
|
"description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number.",
|
|
2239
1728
|
"options": []
|
|
2240
1729
|
},
|
|
2241
|
-
"ion-input/theme": {
|
|
2242
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2243
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2244
|
-
"options": [
|
|
2245
|
-
"ios",
|
|
2246
|
-
"md",
|
|
2247
|
-
"ionic"
|
|
2248
|
-
]
|
|
2249
|
-
},
|
|
2250
1730
|
"ion-input/type": {
|
|
2251
1731
|
"type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
|
|
2252
1732
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2325,11 +1805,11 @@
|
|
|
2325
1805
|
},
|
|
2326
1806
|
"ion-item/detail": {
|
|
2327
1807
|
"type": "boolean | undefined",
|
|
2328
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1808
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present.",
|
|
2329
1809
|
"options": []
|
|
2330
1810
|
},
|
|
2331
1811
|
"ion-item/detail-icon": {
|
|
2332
|
-
"type": "string
|
|
1812
|
+
"type": "string",
|
|
2333
1813
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
2334
1814
|
"options": []
|
|
2335
1815
|
},
|
|
@@ -2359,7 +1839,7 @@
|
|
|
2359
1839
|
},
|
|
2360
1840
|
"ion-item/mode": {
|
|
2361
1841
|
"type": "\"ios\" | \"md\"",
|
|
2362
|
-
"description": "The mode determines
|
|
1842
|
+
"description": "The mode determines which platform styles to use.",
|
|
2363
1843
|
"options": [
|
|
2364
1844
|
"ios",
|
|
2365
1845
|
"md"
|
|
@@ -2389,15 +1869,6 @@
|
|
|
2389
1869
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2390
1870
|
"options": []
|
|
2391
1871
|
},
|
|
2392
|
-
"ion-item/theme": {
|
|
2393
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2394
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2395
|
-
"options": [
|
|
2396
|
-
"ios",
|
|
2397
|
-
"md",
|
|
2398
|
-
"ionic"
|
|
2399
|
-
]
|
|
2400
|
-
},
|
|
2401
1872
|
"ion-item/type": {
|
|
2402
1873
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2403
1874
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2424,7 +1895,7 @@
|
|
|
2424
1895
|
},
|
|
2425
1896
|
"ion-item-divider/mode": {
|
|
2426
1897
|
"type": "\"ios\" | \"md\"",
|
|
2427
|
-
"description": "The mode determines
|
|
1898
|
+
"description": "The mode determines which platform styles to use.",
|
|
2428
1899
|
"options": [
|
|
2429
1900
|
"ios",
|
|
2430
1901
|
"md"
|
|
@@ -2435,32 +1906,6 @@
|
|
|
2435
1906
|
"description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky",
|
|
2436
1907
|
"options": []
|
|
2437
1908
|
},
|
|
2438
|
-
"ion-item-divider/theme": {
|
|
2439
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2440
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2441
|
-
"options": [
|
|
2442
|
-
"ios",
|
|
2443
|
-
"md",
|
|
2444
|
-
"ionic"
|
|
2445
|
-
]
|
|
2446
|
-
},
|
|
2447
|
-
"ion-item-group/mode": {
|
|
2448
|
-
"type": "\"ios\" | \"md\"",
|
|
2449
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2450
|
-
"options": [
|
|
2451
|
-
"ios",
|
|
2452
|
-
"md"
|
|
2453
|
-
]
|
|
2454
|
-
},
|
|
2455
|
-
"ion-item-group/theme": {
|
|
2456
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2457
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2458
|
-
"options": [
|
|
2459
|
-
"ios",
|
|
2460
|
-
"md",
|
|
2461
|
-
"ionic"
|
|
2462
|
-
]
|
|
2463
|
-
},
|
|
2464
1909
|
"ion-item-option/color": {
|
|
2465
1910
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2466
1911
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -2498,7 +1943,7 @@
|
|
|
2498
1943
|
},
|
|
2499
1944
|
"ion-item-option/mode": {
|
|
2500
1945
|
"type": "\"ios\" | \"md\"",
|
|
2501
|
-
"description": "The mode determines
|
|
1946
|
+
"description": "The mode determines which platform styles to use.",
|
|
2502
1947
|
"options": [
|
|
2503
1948
|
"ios",
|
|
2504
1949
|
"md"
|
|
@@ -2509,29 +1954,11 @@
|
|
|
2509
1954
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
|
|
2510
1955
|
"options": []
|
|
2511
1956
|
},
|
|
2512
|
-
"ion-item-option/shape": {
|
|
2513
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2514
|
-
"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.",
|
|
2515
|
-
"options": [
|
|
2516
|
-
"rectangular",
|
|
2517
|
-
"round",
|
|
2518
|
-
"soft"
|
|
2519
|
-
]
|
|
2520
|
-
},
|
|
2521
1957
|
"ion-item-option/target": {
|
|
2522
1958
|
"type": "string | undefined",
|
|
2523
1959
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2524
1960
|
"options": []
|
|
2525
1961
|
},
|
|
2526
|
-
"ion-item-option/theme": {
|
|
2527
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2528
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2529
|
-
"options": [
|
|
2530
|
-
"ios",
|
|
2531
|
-
"md",
|
|
2532
|
-
"ionic"
|
|
2533
|
-
]
|
|
2534
|
-
},
|
|
2535
1962
|
"ion-item-option/type": {
|
|
2536
1963
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2537
1964
|
"description": "The type of the button.",
|
|
@@ -2541,14 +1968,6 @@
|
|
|
2541
1968
|
"submit"
|
|
2542
1969
|
]
|
|
2543
1970
|
},
|
|
2544
|
-
"ion-item-options/mode": {
|
|
2545
|
-
"type": "\"ios\" | \"md\"",
|
|
2546
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2547
|
-
"options": [
|
|
2548
|
-
"ios",
|
|
2549
|
-
"md"
|
|
2550
|
-
]
|
|
2551
|
-
},
|
|
2552
1971
|
"ion-item-options/side": {
|
|
2553
1972
|
"type": "\"end\" | \"start\"",
|
|
2554
1973
|
"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.",
|
|
@@ -2557,37 +1976,11 @@
|
|
|
2557
1976
|
"start"
|
|
2558
1977
|
]
|
|
2559
1978
|
},
|
|
2560
|
-
"ion-item-options/theme": {
|
|
2561
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2562
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2563
|
-
"options": [
|
|
2564
|
-
"ios",
|
|
2565
|
-
"md",
|
|
2566
|
-
"ionic"
|
|
2567
|
-
]
|
|
2568
|
-
},
|
|
2569
1979
|
"ion-item-sliding/disabled": {
|
|
2570
1980
|
"type": "boolean",
|
|
2571
1981
|
"description": "If `true`, the user cannot interact with the sliding item.",
|
|
2572
1982
|
"options": []
|
|
2573
1983
|
},
|
|
2574
|
-
"ion-item-sliding/mode": {
|
|
2575
|
-
"type": "\"ios\" | \"md\"",
|
|
2576
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2577
|
-
"options": [
|
|
2578
|
-
"ios",
|
|
2579
|
-
"md"
|
|
2580
|
-
]
|
|
2581
|
-
},
|
|
2582
|
-
"ion-item-sliding/theme": {
|
|
2583
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2584
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2585
|
-
"options": [
|
|
2586
|
-
"ios",
|
|
2587
|
-
"md",
|
|
2588
|
-
"ionic"
|
|
2589
|
-
]
|
|
2590
|
-
},
|
|
2591
1984
|
"ion-label/color": {
|
|
2592
1985
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2593
1986
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -2605,7 +1998,7 @@
|
|
|
2605
1998
|
},
|
|
2606
1999
|
"ion-label/mode": {
|
|
2607
2000
|
"type": "\"ios\" | \"md\"",
|
|
2608
|
-
"description": "The mode determines
|
|
2001
|
+
"description": "The mode determines which platform styles to use.",
|
|
2609
2002
|
"options": [
|
|
2610
2003
|
"ios",
|
|
2611
2004
|
"md"
|
|
@@ -2620,15 +2013,6 @@
|
|
|
2620
2013
|
"stacked"
|
|
2621
2014
|
]
|
|
2622
2015
|
},
|
|
2623
|
-
"ion-label/theme": {
|
|
2624
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2625
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2626
|
-
"options": [
|
|
2627
|
-
"ios",
|
|
2628
|
-
"md",
|
|
2629
|
-
"ionic"
|
|
2630
|
-
]
|
|
2631
|
-
},
|
|
2632
2016
|
"ion-list/inset": {
|
|
2633
2017
|
"type": "boolean",
|
|
2634
2018
|
"description": "If `true`, the list will have margin around it and rounded corners.",
|
|
@@ -2645,30 +2029,12 @@
|
|
|
2645
2029
|
},
|
|
2646
2030
|
"ion-list/mode": {
|
|
2647
2031
|
"type": "\"ios\" | \"md\"",
|
|
2648
|
-
"description": "The mode determines
|
|
2032
|
+
"description": "The mode determines which platform styles to use.",
|
|
2649
2033
|
"options": [
|
|
2650
2034
|
"ios",
|
|
2651
2035
|
"md"
|
|
2652
2036
|
]
|
|
2653
2037
|
},
|
|
2654
|
-
"ion-list/shape": {
|
|
2655
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2656
|
-
"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.",
|
|
2657
|
-
"options": [
|
|
2658
|
-
"rectangular",
|
|
2659
|
-
"round",
|
|
2660
|
-
"soft"
|
|
2661
|
-
]
|
|
2662
|
-
},
|
|
2663
|
-
"ion-list/theme": {
|
|
2664
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2665
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2666
|
-
"options": [
|
|
2667
|
-
"ios",
|
|
2668
|
-
"md",
|
|
2669
|
-
"ionic"
|
|
2670
|
-
]
|
|
2671
|
-
},
|
|
2672
2038
|
"ion-list-header/color": {
|
|
2673
2039
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2674
2040
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -2695,21 +2061,12 @@
|
|
|
2695
2061
|
},
|
|
2696
2062
|
"ion-list-header/mode": {
|
|
2697
2063
|
"type": "\"ios\" | \"md\"",
|
|
2698
|
-
"description": "The mode determines
|
|
2064
|
+
"description": "The mode determines which platform styles to use.",
|
|
2699
2065
|
"options": [
|
|
2700
2066
|
"ios",
|
|
2701
2067
|
"md"
|
|
2702
2068
|
]
|
|
2703
2069
|
},
|
|
2704
|
-
"ion-list-header/theme": {
|
|
2705
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2706
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2707
|
-
"options": [
|
|
2708
|
-
"ios",
|
|
2709
|
-
"md",
|
|
2710
|
-
"ionic"
|
|
2711
|
-
]
|
|
2712
|
-
},
|
|
2713
2070
|
"ion-loading/animated": {
|
|
2714
2071
|
"type": "boolean",
|
|
2715
2072
|
"description": "If `true`, the loading indicator will animate.",
|
|
@@ -2762,7 +2119,7 @@
|
|
|
2762
2119
|
},
|
|
2763
2120
|
"ion-loading/mode": {
|
|
2764
2121
|
"type": "\"ios\" | \"md\"",
|
|
2765
|
-
"description": "The mode determines
|
|
2122
|
+
"description": "The mode determines which platform styles to use.",
|
|
2766
2123
|
"options": [
|
|
2767
2124
|
"ios",
|
|
2768
2125
|
"md"
|
|
@@ -2788,18 +2145,9 @@
|
|
|
2788
2145
|
"lines-small"
|
|
2789
2146
|
]
|
|
2790
2147
|
},
|
|
2791
|
-
"ion-loading/theme": {
|
|
2792
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2793
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2794
|
-
"options": [
|
|
2795
|
-
"ios",
|
|
2796
|
-
"md",
|
|
2797
|
-
"ionic"
|
|
2798
|
-
]
|
|
2799
|
-
},
|
|
2800
2148
|
"ion-loading/translucent": {
|
|
2801
2149
|
"type": "boolean",
|
|
2802
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
2150
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
2803
2151
|
"options": []
|
|
2804
2152
|
},
|
|
2805
2153
|
"ion-loading/trigger": {
|
|
@@ -2827,14 +2175,6 @@
|
|
|
2827
2175
|
"description": "An id for the menu.",
|
|
2828
2176
|
"options": []
|
|
2829
2177
|
},
|
|
2830
|
-
"ion-menu/mode": {
|
|
2831
|
-
"type": "\"ios\" | \"md\"",
|
|
2832
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2833
|
-
"options": [
|
|
2834
|
-
"ios",
|
|
2835
|
-
"md"
|
|
2836
|
-
]
|
|
2837
|
-
},
|
|
2838
2178
|
"ion-menu/side": {
|
|
2839
2179
|
"type": "\"end\" | \"start\"",
|
|
2840
2180
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -2848,15 +2188,6 @@
|
|
|
2848
2188
|
"description": "If `true`, swiping the menu is enabled.",
|
|
2849
2189
|
"options": []
|
|
2850
2190
|
},
|
|
2851
|
-
"ion-menu/theme": {
|
|
2852
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2853
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2854
|
-
"options": [
|
|
2855
|
-
"ios",
|
|
2856
|
-
"md",
|
|
2857
|
-
"ionic"
|
|
2858
|
-
]
|
|
2859
|
-
},
|
|
2860
2191
|
"ion-menu/type": {
|
|
2861
2192
|
"type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
|
|
2862
2193
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -2898,21 +2229,12 @@
|
|
|
2898
2229
|
},
|
|
2899
2230
|
"ion-menu-button/mode": {
|
|
2900
2231
|
"type": "\"ios\" | \"md\"",
|
|
2901
|
-
"description": "The mode determines
|
|
2232
|
+
"description": "The mode determines which platform styles to use.",
|
|
2902
2233
|
"options": [
|
|
2903
2234
|
"ios",
|
|
2904
2235
|
"md"
|
|
2905
2236
|
]
|
|
2906
2237
|
},
|
|
2907
|
-
"ion-menu-button/theme": {
|
|
2908
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2909
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2910
|
-
"options": [
|
|
2911
|
-
"ios",
|
|
2912
|
-
"md",
|
|
2913
|
-
"ionic"
|
|
2914
|
-
]
|
|
2915
|
-
},
|
|
2916
2238
|
"ion-menu-button/type": {
|
|
2917
2239
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2918
2240
|
"description": "The type of the button.",
|
|
@@ -2932,23 +2254,6 @@
|
|
|
2932
2254
|
"description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active.",
|
|
2933
2255
|
"options": []
|
|
2934
2256
|
},
|
|
2935
|
-
"ion-menu-toggle/mode": {
|
|
2936
|
-
"type": "\"ios\" | \"md\"",
|
|
2937
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2938
|
-
"options": [
|
|
2939
|
-
"ios",
|
|
2940
|
-
"md"
|
|
2941
|
-
]
|
|
2942
|
-
},
|
|
2943
|
-
"ion-menu-toggle/theme": {
|
|
2944
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2945
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2946
|
-
"options": [
|
|
2947
|
-
"ios",
|
|
2948
|
-
"md",
|
|
2949
|
-
"ionic"
|
|
2950
|
-
]
|
|
2951
|
-
},
|
|
2952
2257
|
"ion-modal/animated": {
|
|
2953
2258
|
"type": "boolean",
|
|
2954
2259
|
"description": "If `true`, the modal will animate.",
|
|
@@ -3034,7 +2339,7 @@
|
|
|
3034
2339
|
},
|
|
3035
2340
|
"ion-modal/mode": {
|
|
3036
2341
|
"type": "\"ios\" | \"md\"",
|
|
3037
|
-
"description": "The mode determines
|
|
2342
|
+
"description": "The mode determines which platform styles to use.",
|
|
3038
2343
|
"options": [
|
|
3039
2344
|
"ios",
|
|
3040
2345
|
"md"
|
|
@@ -3045,29 +2350,11 @@
|
|
|
3045
2350
|
"description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode.",
|
|
3046
2351
|
"options": []
|
|
3047
2352
|
},
|
|
3048
|
-
"ion-modal/shape": {
|
|
3049
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
3050
|
-
"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.",
|
|
3051
|
-
"options": [
|
|
3052
|
-
"rectangular",
|
|
3053
|
-
"round",
|
|
3054
|
-
"soft"
|
|
3055
|
-
]
|
|
3056
|
-
},
|
|
3057
2353
|
"ion-modal/show-backdrop": {
|
|
3058
2354
|
"type": "boolean",
|
|
3059
2355
|
"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.",
|
|
3060
2356
|
"options": []
|
|
3061
2357
|
},
|
|
3062
|
-
"ion-modal/theme": {
|
|
3063
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3064
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3065
|
-
"options": [
|
|
3066
|
-
"ios",
|
|
3067
|
-
"md",
|
|
3068
|
-
"ionic"
|
|
3069
|
-
]
|
|
3070
|
-
},
|
|
3071
2358
|
"ion-modal/trigger": {
|
|
3072
2359
|
"type": "string | undefined",
|
|
3073
2360
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -3080,17 +2367,9 @@
|
|
|
3080
2367
|
},
|
|
3081
2368
|
"ion-nav/animation": {
|
|
3082
2369
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3083
|
-
"description": "By default `ion-nav` animates transition between pages based
|
|
2370
|
+
"description": "By default `ion-nav` animates transition between pages based in the mode (ios or material design).\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
|
|
3084
2371
|
"options": []
|
|
3085
2372
|
},
|
|
3086
|
-
"ion-nav/mode": {
|
|
3087
|
-
"type": "\"ios\" | \"md\"",
|
|
3088
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3089
|
-
"options": [
|
|
3090
|
-
"ios",
|
|
3091
|
-
"md"
|
|
3092
|
-
]
|
|
3093
|
-
},
|
|
3094
2373
|
"ion-nav/root": {
|
|
3095
2374
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3096
2375
|
"description": "Root NavComponent to load",
|
|
@@ -3106,15 +2385,6 @@
|
|
|
3106
2385
|
"description": "If the nav component should allow for swipe-to-go-back.",
|
|
3107
2386
|
"options": []
|
|
3108
2387
|
},
|
|
3109
|
-
"ion-nav/theme": {
|
|
3110
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3111
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3112
|
-
"options": [
|
|
3113
|
-
"ios",
|
|
3114
|
-
"md",
|
|
3115
|
-
"ionic"
|
|
3116
|
-
]
|
|
3117
|
-
},
|
|
3118
2388
|
"ion-nav-link/component": {
|
|
3119
2389
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3120
2390
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
|
|
@@ -3125,14 +2395,6 @@
|
|
|
3125
2395
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
|
|
3126
2396
|
"options": []
|
|
3127
2397
|
},
|
|
3128
|
-
"ion-nav-link/mode": {
|
|
3129
|
-
"type": "\"ios\" | \"md\"",
|
|
3130
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3131
|
-
"options": [
|
|
3132
|
-
"ios",
|
|
3133
|
-
"md"
|
|
3134
|
-
]
|
|
3135
|
-
},
|
|
3136
2398
|
"ion-nav-link/router-animation": {
|
|
3137
2399
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3138
2400
|
"description": "The transition animation when navigating to another page.",
|
|
@@ -3147,15 +2409,6 @@
|
|
|
3147
2409
|
"root"
|
|
3148
2410
|
]
|
|
3149
2411
|
},
|
|
3150
|
-
"ion-nav-link/theme": {
|
|
3151
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3152
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3153
|
-
"options": [
|
|
3154
|
-
"ios",
|
|
3155
|
-
"md",
|
|
3156
|
-
"ionic"
|
|
3157
|
-
]
|
|
3158
|
-
},
|
|
3159
2412
|
"ion-note/color": {
|
|
3160
2413
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3161
2414
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -3173,38 +2426,20 @@
|
|
|
3173
2426
|
},
|
|
3174
2427
|
"ion-note/mode": {
|
|
3175
2428
|
"type": "\"ios\" | \"md\"",
|
|
3176
|
-
"description": "The mode determines
|
|
2429
|
+
"description": "The mode determines which platform styles to use.",
|
|
3177
2430
|
"options": [
|
|
3178
2431
|
"ios",
|
|
3179
2432
|
"md"
|
|
3180
2433
|
]
|
|
3181
2434
|
},
|
|
3182
|
-
"ion-note/theme": {
|
|
3183
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3184
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3185
|
-
"options": [
|
|
3186
|
-
"ios",
|
|
3187
|
-
"md",
|
|
3188
|
-
"ionic"
|
|
3189
|
-
]
|
|
3190
|
-
},
|
|
3191
2435
|
"ion-picker/mode": {
|
|
3192
2436
|
"type": "\"ios\" | \"md\"",
|
|
3193
|
-
"description": "The mode determines
|
|
2437
|
+
"description": "The mode determines which platform styles to use.",
|
|
3194
2438
|
"options": [
|
|
3195
2439
|
"ios",
|
|
3196
2440
|
"md"
|
|
3197
2441
|
]
|
|
3198
2442
|
},
|
|
3199
|
-
"ion-picker/theme": {
|
|
3200
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3201
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3202
|
-
"options": [
|
|
3203
|
-
"ios",
|
|
3204
|
-
"md",
|
|
3205
|
-
"ionic"
|
|
3206
|
-
]
|
|
3207
|
-
},
|
|
3208
2443
|
"ion-picker-column/color": {
|
|
3209
2444
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3210
2445
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -3227,21 +2462,12 @@
|
|
|
3227
2462
|
},
|
|
3228
2463
|
"ion-picker-column/mode": {
|
|
3229
2464
|
"type": "\"ios\" | \"md\"",
|
|
3230
|
-
"description": "The mode determines
|
|
2465
|
+
"description": "The mode determines which platform styles to use.",
|
|
3231
2466
|
"options": [
|
|
3232
2467
|
"ios",
|
|
3233
2468
|
"md"
|
|
3234
2469
|
]
|
|
3235
2470
|
},
|
|
3236
|
-
"ion-picker-column/theme": {
|
|
3237
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3238
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3239
|
-
"options": [
|
|
3240
|
-
"ios",
|
|
3241
|
-
"md",
|
|
3242
|
-
"ionic"
|
|
3243
|
-
]
|
|
3244
|
-
},
|
|
3245
2471
|
"ion-picker-column/value": {
|
|
3246
2472
|
"type": "number | string | undefined",
|
|
3247
2473
|
"description": "The selected option in the picker.",
|
|
@@ -3267,23 +2493,6 @@
|
|
|
3267
2493
|
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
3268
2494
|
"options": []
|
|
3269
2495
|
},
|
|
3270
|
-
"ion-picker-column-option/mode": {
|
|
3271
|
-
"type": "\"ios\" | \"md\"",
|
|
3272
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3273
|
-
"options": [
|
|
3274
|
-
"ios",
|
|
3275
|
-
"md"
|
|
3276
|
-
]
|
|
3277
|
-
},
|
|
3278
|
-
"ion-picker-column-option/theme": {
|
|
3279
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3280
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3281
|
-
"options": [
|
|
3282
|
-
"ios",
|
|
3283
|
-
"md",
|
|
3284
|
-
"ionic"
|
|
3285
|
-
]
|
|
3286
|
-
},
|
|
3287
2496
|
"ion-picker-column-option/value": {
|
|
3288
2497
|
"type": "any",
|
|
3289
2498
|
"description": "The text value of the option.",
|
|
@@ -3346,7 +2555,7 @@
|
|
|
3346
2555
|
},
|
|
3347
2556
|
"ion-picker-legacy/mode": {
|
|
3348
2557
|
"type": "\"ios\" | \"md\"",
|
|
3349
|
-
"description": "The mode determines
|
|
2558
|
+
"description": "The mode determines which platform styles to use.",
|
|
3350
2559
|
"options": [
|
|
3351
2560
|
"ios",
|
|
3352
2561
|
"md"
|
|
@@ -3357,15 +2566,6 @@
|
|
|
3357
2566
|
"description": "If `true`, a backdrop will be displayed behind the picker.",
|
|
3358
2567
|
"options": []
|
|
3359
2568
|
},
|
|
3360
|
-
"ion-picker-legacy/theme": {
|
|
3361
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3362
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3363
|
-
"options": [
|
|
3364
|
-
"ios",
|
|
3365
|
-
"md",
|
|
3366
|
-
"ionic"
|
|
3367
|
-
]
|
|
3368
|
-
},
|
|
3369
2569
|
"ion-picker-legacy/trigger": {
|
|
3370
2570
|
"type": "string | undefined",
|
|
3371
2571
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -3373,7 +2573,7 @@
|
|
|
3373
2573
|
},
|
|
3374
2574
|
"ion-popover/alignment": {
|
|
3375
2575
|
"type": "\"center\" | \"end\" | \"start\" | undefined",
|
|
3376
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
2576
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
3377
2577
|
"options": [
|
|
3378
2578
|
"center",
|
|
3379
2579
|
"end",
|
|
@@ -3387,7 +2587,7 @@
|
|
|
3387
2587
|
},
|
|
3388
2588
|
"ion-popover/arrow": {
|
|
3389
2589
|
"type": "boolean",
|
|
3390
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
2590
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
|
|
3391
2591
|
"options": []
|
|
3392
2592
|
},
|
|
3393
2593
|
"ion-popover/backdrop-dismiss": {
|
|
@@ -3452,7 +2652,7 @@
|
|
|
3452
2652
|
},
|
|
3453
2653
|
"ion-popover/mode": {
|
|
3454
2654
|
"type": "\"ios\" | \"md\"",
|
|
3455
|
-
"description": "The mode determines
|
|
2655
|
+
"description": "The mode determines which platform styles to use.",
|
|
3456
2656
|
"options": [
|
|
3457
2657
|
"ios",
|
|
3458
2658
|
"md"
|
|
@@ -3491,18 +2691,9 @@
|
|
|
3491
2691
|
"cover"
|
|
3492
2692
|
]
|
|
3493
2693
|
},
|
|
3494
|
-
"ion-popover/theme": {
|
|
3495
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3496
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3497
|
-
"options": [
|
|
3498
|
-
"ios",
|
|
3499
|
-
"md",
|
|
3500
|
-
"ionic"
|
|
3501
|
-
]
|
|
3502
|
-
},
|
|
3503
2694
|
"ion-popover/translucent": {
|
|
3504
2695
|
"type": "boolean",
|
|
3505
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
2696
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
3506
2697
|
"options": []
|
|
3507
2698
|
},
|
|
3508
2699
|
"ion-popover/trigger": {
|
|
@@ -3541,7 +2732,7 @@
|
|
|
3541
2732
|
},
|
|
3542
2733
|
"ion-progress-bar/mode": {
|
|
3543
2734
|
"type": "\"ios\" | \"md\"",
|
|
3544
|
-
"description": "The mode determines
|
|
2735
|
+
"description": "The mode determines which platform styles to use.",
|
|
3545
2736
|
"options": [
|
|
3546
2737
|
"ios",
|
|
3547
2738
|
"md"
|
|
@@ -3552,23 +2743,6 @@
|
|
|
3552
2743
|
"description": "If true, reverse the progress bar direction.",
|
|
3553
2744
|
"options": []
|
|
3554
2745
|
},
|
|
3555
|
-
"ion-progress-bar/shape": {
|
|
3556
|
-
"type": "\"rectangular\" | \"round\" | undefined",
|
|
3557
|
-
"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.",
|
|
3558
|
-
"options": [
|
|
3559
|
-
"rectangular",
|
|
3560
|
-
"round"
|
|
3561
|
-
]
|
|
3562
|
-
},
|
|
3563
|
-
"ion-progress-bar/theme": {
|
|
3564
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3565
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3566
|
-
"options": [
|
|
3567
|
-
"ios",
|
|
3568
|
-
"md",
|
|
3569
|
-
"ionic"
|
|
3570
|
-
]
|
|
3571
|
-
},
|
|
3572
2746
|
"ion-progress-bar/type": {
|
|
3573
2747
|
"type": "\"determinate\" | \"indeterminate\"",
|
|
3574
2748
|
"description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
|
|
@@ -3631,7 +2805,7 @@
|
|
|
3631
2805
|
},
|
|
3632
2806
|
"ion-radio/mode": {
|
|
3633
2807
|
"type": "\"ios\" | \"md\"",
|
|
3634
|
-
"description": "The mode determines
|
|
2808
|
+
"description": "The mode determines which platform styles to use.",
|
|
3635
2809
|
"options": [
|
|
3636
2810
|
"ios",
|
|
3637
2811
|
"md"
|
|
@@ -3642,15 +2816,6 @@
|
|
|
3642
2816
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3643
2817
|
"options": []
|
|
3644
2818
|
},
|
|
3645
|
-
"ion-radio/theme": {
|
|
3646
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3647
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3648
|
-
"options": [
|
|
3649
|
-
"ios",
|
|
3650
|
-
"md",
|
|
3651
|
-
"ionic"
|
|
3652
|
-
]
|
|
3653
|
-
},
|
|
3654
2819
|
"ion-radio/value": {
|
|
3655
2820
|
"type": "any",
|
|
3656
2821
|
"description": "the value of the radio.",
|
|
@@ -3676,28 +2841,11 @@
|
|
|
3676
2841
|
"description": "The helper text to display at the top of the radio group.",
|
|
3677
2842
|
"options": []
|
|
3678
2843
|
},
|
|
3679
|
-
"ion-radio-group/mode": {
|
|
3680
|
-
"type": "\"ios\" | \"md\"",
|
|
3681
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3682
|
-
"options": [
|
|
3683
|
-
"ios",
|
|
3684
|
-
"md"
|
|
3685
|
-
]
|
|
3686
|
-
},
|
|
3687
2844
|
"ion-radio-group/name": {
|
|
3688
2845
|
"type": "string",
|
|
3689
2846
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3690
2847
|
"options": []
|
|
3691
2848
|
},
|
|
3692
|
-
"ion-radio-group/theme": {
|
|
3693
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3694
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3695
|
-
"options": [
|
|
3696
|
-
"ios",
|
|
3697
|
-
"md",
|
|
3698
|
-
"ionic"
|
|
3699
|
-
]
|
|
3700
|
-
},
|
|
3701
2849
|
"ion-radio-group/value": {
|
|
3702
2850
|
"type": "any",
|
|
3703
2851
|
"description": "the value of the radio group.",
|
|
@@ -3765,7 +2913,7 @@
|
|
|
3765
2913
|
},
|
|
3766
2914
|
"ion-range/mode": {
|
|
3767
2915
|
"type": "\"ios\" | \"md\"",
|
|
3768
|
-
"description": "The mode determines
|
|
2916
|
+
"description": "The mode determines which platform styles to use.",
|
|
3769
2917
|
"options": [
|
|
3770
2918
|
"ios",
|
|
3771
2919
|
"md"
|
|
@@ -3796,15 +2944,6 @@
|
|
|
3796
2944
|
"description": "Specifies the value granularity.",
|
|
3797
2945
|
"options": []
|
|
3798
2946
|
},
|
|
3799
|
-
"ion-range/theme": {
|
|
3800
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3801
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3802
|
-
"options": [
|
|
3803
|
-
"ios",
|
|
3804
|
-
"md",
|
|
3805
|
-
"ionic"
|
|
3806
|
-
]
|
|
3807
|
-
},
|
|
3808
2947
|
"ion-range/ticks": {
|
|
3809
2948
|
"type": "boolean",
|
|
3810
2949
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -3827,7 +2966,7 @@
|
|
|
3827
2966
|
},
|
|
3828
2967
|
"ion-refresher/mode": {
|
|
3829
2968
|
"type": "\"ios\" | \"md\"",
|
|
3830
|
-
"description": "The mode determines
|
|
2969
|
+
"description": "The mode determines which platform styles to use.",
|
|
3831
2970
|
"options": [
|
|
3832
2971
|
"ios",
|
|
3833
2972
|
"md"
|
|
@@ -3853,23 +2992,6 @@
|
|
|
3853
2992
|
"description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher.",
|
|
3854
2993
|
"options": []
|
|
3855
2994
|
},
|
|
3856
|
-
"ion-refresher/theme": {
|
|
3857
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3858
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3859
|
-
"options": [
|
|
3860
|
-
"ios",
|
|
3861
|
-
"md",
|
|
3862
|
-
"ionic"
|
|
3863
|
-
]
|
|
3864
|
-
},
|
|
3865
|
-
"ion-refresher-content/mode": {
|
|
3866
|
-
"type": "\"ios\" | \"md\"",
|
|
3867
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3868
|
-
"options": [
|
|
3869
|
-
"ios",
|
|
3870
|
-
"md"
|
|
3871
|
-
]
|
|
3872
|
-
},
|
|
3873
2995
|
"ion-refresher-content/pulling-icon": {
|
|
3874
2996
|
"type": "null | string | undefined",
|
|
3875
2997
|
"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.",
|
|
@@ -3900,71 +3022,11 @@
|
|
|
3900
3022
|
"description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
|
|
3901
3023
|
"options": []
|
|
3902
3024
|
},
|
|
3903
|
-
"ion-refresher-content/theme": {
|
|
3904
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3905
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3906
|
-
"options": [
|
|
3907
|
-
"ios",
|
|
3908
|
-
"md",
|
|
3909
|
-
"ionic"
|
|
3910
|
-
]
|
|
3911
|
-
},
|
|
3912
|
-
"ion-reorder/mode": {
|
|
3913
|
-
"type": "\"ios\" | \"md\"",
|
|
3914
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3915
|
-
"options": [
|
|
3916
|
-
"ios",
|
|
3917
|
-
"md"
|
|
3918
|
-
]
|
|
3919
|
-
},
|
|
3920
|
-
"ion-reorder/theme": {
|
|
3921
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3922
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3923
|
-
"options": [
|
|
3924
|
-
"ios",
|
|
3925
|
-
"md",
|
|
3926
|
-
"ionic"
|
|
3927
|
-
]
|
|
3928
|
-
},
|
|
3929
3025
|
"ion-reorder-group/disabled": {
|
|
3930
3026
|
"type": "boolean",
|
|
3931
3027
|
"description": "If `true`, the reorder will be hidden.",
|
|
3932
3028
|
"options": []
|
|
3933
3029
|
},
|
|
3934
|
-
"ion-reorder-group/mode": {
|
|
3935
|
-
"type": "\"ios\" | \"md\"",
|
|
3936
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3937
|
-
"options": [
|
|
3938
|
-
"ios",
|
|
3939
|
-
"md"
|
|
3940
|
-
]
|
|
3941
|
-
},
|
|
3942
|
-
"ion-reorder-group/theme": {
|
|
3943
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3944
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3945
|
-
"options": [
|
|
3946
|
-
"ios",
|
|
3947
|
-
"md",
|
|
3948
|
-
"ionic"
|
|
3949
|
-
]
|
|
3950
|
-
},
|
|
3951
|
-
"ion-ripple-effect/mode": {
|
|
3952
|
-
"type": "\"ios\" | \"md\"",
|
|
3953
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3954
|
-
"options": [
|
|
3955
|
-
"ios",
|
|
3956
|
-
"md"
|
|
3957
|
-
]
|
|
3958
|
-
},
|
|
3959
|
-
"ion-ripple-effect/theme": {
|
|
3960
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3961
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3962
|
-
"options": [
|
|
3963
|
-
"ios",
|
|
3964
|
-
"md",
|
|
3965
|
-
"ionic"
|
|
3966
|
-
]
|
|
3967
|
-
},
|
|
3968
3030
|
"ion-ripple-effect/type": {
|
|
3969
3031
|
"type": "\"bounded\" | \"unbounded\"",
|
|
3970
3032
|
"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.",
|
|
@@ -3993,23 +3055,6 @@
|
|
|
3993
3055
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
|
|
3994
3056
|
"options": []
|
|
3995
3057
|
},
|
|
3996
|
-
"ion-route/mode": {
|
|
3997
|
-
"type": "\"ios\" | \"md\"",
|
|
3998
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3999
|
-
"options": [
|
|
4000
|
-
"ios",
|
|
4001
|
-
"md"
|
|
4002
|
-
]
|
|
4003
|
-
},
|
|
4004
|
-
"ion-route/theme": {
|
|
4005
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4006
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4007
|
-
"options": [
|
|
4008
|
-
"ios",
|
|
4009
|
-
"md",
|
|
4010
|
-
"ionic"
|
|
4011
|
-
]
|
|
4012
|
-
},
|
|
4013
3058
|
"ion-route/url": {
|
|
4014
3059
|
"type": "string",
|
|
4015
3060
|
"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.",
|
|
@@ -4025,28 +3070,11 @@
|
|
|
4025
3070
|
"description": "A redirect route, redirects \"from\" a URL \"to\" another URL. This property is that \"to\" URL.\nWhen the defined `ion-route-redirect` rule matches, the router will redirect to the path\nspecified in this property.\n\nThe value of this property is always an absolute path inside the scope of routes defined in\n`ion-router` it can't be used with another router or to perform a redirection to a different domain.\n\nNote that this is a virtual redirect, it will not cause a real browser refresh, again, it's\na redirect inside the context of ion-router.\n\nWhen this property is not specified or his value is `undefined` the whole redirect route is noop,\neven if the \"from\" value matches.",
|
|
4026
3071
|
"options": []
|
|
4027
3072
|
},
|
|
4028
|
-
"ion-router/mode": {
|
|
4029
|
-
"type": "\"ios\" | \"md\"",
|
|
4030
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4031
|
-
"options": [
|
|
4032
|
-
"ios",
|
|
4033
|
-
"md"
|
|
4034
|
-
]
|
|
4035
|
-
},
|
|
4036
3073
|
"ion-router/root": {
|
|
4037
3074
|
"type": "string",
|
|
4038
3075
|
"description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths.",
|
|
4039
3076
|
"options": []
|
|
4040
3077
|
},
|
|
4041
|
-
"ion-router/theme": {
|
|
4042
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4043
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4044
|
-
"options": [
|
|
4045
|
-
"ios",
|
|
4046
|
-
"md",
|
|
4047
|
-
"ionic"
|
|
4048
|
-
]
|
|
4049
|
-
},
|
|
4050
3078
|
"ion-router/use-hash": {
|
|
4051
3079
|
"type": "boolean",
|
|
4052
3080
|
"description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs.",
|
|
@@ -4072,14 +3100,6 @@
|
|
|
4072
3100
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
|
|
4073
3101
|
"options": []
|
|
4074
3102
|
},
|
|
4075
|
-
"ion-router-link/mode": {
|
|
4076
|
-
"type": "\"ios\" | \"md\"",
|
|
4077
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4078
|
-
"options": [
|
|
4079
|
-
"ios",
|
|
4080
|
-
"md"
|
|
4081
|
-
]
|
|
4082
|
-
},
|
|
4083
3103
|
"ion-router-link/rel": {
|
|
4084
3104
|
"type": "string | undefined",
|
|
4085
3105
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
|
|
@@ -4104,15 +3124,6 @@
|
|
|
4104
3124
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
4105
3125
|
"options": []
|
|
4106
3126
|
},
|
|
4107
|
-
"ion-router-link/theme": {
|
|
4108
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4109
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4110
|
-
"options": [
|
|
4111
|
-
"ios",
|
|
4112
|
-
"md",
|
|
4113
|
-
"ionic"
|
|
4114
|
-
]
|
|
4115
|
-
},
|
|
4116
3127
|
"ion-router-outlet/animated": {
|
|
4117
3128
|
"type": "boolean",
|
|
4118
3129
|
"description": "If `true`, the router-outlet should animate the transition of components.",
|
|
@@ -4125,38 +3136,12 @@
|
|
|
4125
3136
|
},
|
|
4126
3137
|
"ion-router-outlet/mode": {
|
|
4127
3138
|
"type": "\"ios\" | \"md\"",
|
|
4128
|
-
"description": "The mode determines
|
|
4129
|
-
"options": [
|
|
4130
|
-
"ios",
|
|
4131
|
-
"md"
|
|
4132
|
-
]
|
|
4133
|
-
},
|
|
4134
|
-
"ion-router-outlet/theme": {
|
|
4135
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4136
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4137
|
-
"options": [
|
|
4138
|
-
"ios",
|
|
4139
|
-
"md",
|
|
4140
|
-
"ionic"
|
|
4141
|
-
]
|
|
4142
|
-
},
|
|
4143
|
-
"ion-row/mode": {
|
|
4144
|
-
"type": "\"ios\" | \"md\"",
|
|
4145
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3139
|
+
"description": "The mode determines which platform styles to use.",
|
|
4146
3140
|
"options": [
|
|
4147
3141
|
"ios",
|
|
4148
3142
|
"md"
|
|
4149
3143
|
]
|
|
4150
3144
|
},
|
|
4151
|
-
"ion-row/theme": {
|
|
4152
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4153
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4154
|
-
"options": [
|
|
4155
|
-
"ios",
|
|
4156
|
-
"md",
|
|
4157
|
-
"ionic"
|
|
4158
|
-
]
|
|
4159
|
-
},
|
|
4160
3145
|
"ion-searchbar/animated": {
|
|
4161
3146
|
"type": "boolean",
|
|
4162
3147
|
"description": "If `true`, enable searchbar animation.",
|
|
@@ -4168,61 +3153,61 @@
|
|
|
4168
3153
|
"options": []
|
|
4169
3154
|
},
|
|
4170
3155
|
"ion-searchbar/autocomplete": {
|
|
4171
|
-
"type": "\"name\" | \"
|
|
3156
|
+
"type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
|
|
4172
3157
|
"description": "Set the input's autocomplete property.",
|
|
4173
3158
|
"options": [
|
|
4174
3159
|
"name",
|
|
3160
|
+
"email",
|
|
3161
|
+
"tel",
|
|
4175
3162
|
"url",
|
|
4176
|
-
"off",
|
|
4177
3163
|
"on",
|
|
3164
|
+
"off",
|
|
3165
|
+
"honorific-prefix",
|
|
3166
|
+
"given-name",
|
|
4178
3167
|
"additional-name",
|
|
4179
|
-
"
|
|
4180
|
-
"
|
|
4181
|
-
"
|
|
4182
|
-
"
|
|
3168
|
+
"family-name",
|
|
3169
|
+
"honorific-suffix",
|
|
3170
|
+
"nickname",
|
|
3171
|
+
"username",
|
|
3172
|
+
"new-password",
|
|
3173
|
+
"current-password",
|
|
3174
|
+
"one-time-code",
|
|
3175
|
+
"organization-title",
|
|
3176
|
+
"organization",
|
|
3177
|
+
"street-address",
|
|
4183
3178
|
"address-line1",
|
|
4184
3179
|
"address-line2",
|
|
4185
3180
|
"address-line3",
|
|
4186
|
-
"
|
|
4187
|
-
"
|
|
4188
|
-
"
|
|
4189
|
-
"
|
|
3181
|
+
"address-level4",
|
|
3182
|
+
"address-level3",
|
|
3183
|
+
"address-level2",
|
|
3184
|
+
"address-level1",
|
|
3185
|
+
"country",
|
|
3186
|
+
"country-name",
|
|
3187
|
+
"postal-code",
|
|
3188
|
+
"cc-name",
|
|
3189
|
+
"cc-given-name",
|
|
3190
|
+
"cc-additional-name",
|
|
3191
|
+
"cc-family-name",
|
|
3192
|
+
"cc-number",
|
|
4190
3193
|
"cc-exp",
|
|
4191
3194
|
"cc-exp-month",
|
|
4192
3195
|
"cc-exp-year",
|
|
4193
|
-
"cc-
|
|
4194
|
-
"cc-given-name",
|
|
4195
|
-
"cc-name",
|
|
4196
|
-
"cc-number",
|
|
3196
|
+
"cc-csc",
|
|
4197
3197
|
"cc-type",
|
|
4198
|
-
"country",
|
|
4199
|
-
"country-name",
|
|
4200
|
-
"current-password",
|
|
4201
|
-
"family-name",
|
|
4202
|
-
"given-name",
|
|
4203
|
-
"honorific-prefix",
|
|
4204
|
-
"honorific-suffix",
|
|
4205
|
-
"new-password",
|
|
4206
|
-
"one-time-code",
|
|
4207
|
-
"organization",
|
|
4208
|
-
"postal-code",
|
|
4209
|
-
"street-address",
|
|
4210
|
-
"transaction-amount",
|
|
4211
3198
|
"transaction-currency",
|
|
4212
|
-
"
|
|
4213
|
-
"email",
|
|
4214
|
-
"tel",
|
|
4215
|
-
"tel-area-code",
|
|
4216
|
-
"tel-country-code",
|
|
4217
|
-
"tel-extension",
|
|
4218
|
-
"tel-local",
|
|
4219
|
-
"tel-national",
|
|
4220
|
-
"nickname",
|
|
4221
|
-
"organization-title",
|
|
4222
|
-
"cc-additional-name",
|
|
3199
|
+
"transaction-amount",
|
|
4223
3200
|
"language",
|
|
4224
3201
|
"bday",
|
|
3202
|
+
"bday-day",
|
|
3203
|
+
"bday-month",
|
|
3204
|
+
"bday-year",
|
|
4225
3205
|
"sex",
|
|
3206
|
+
"tel-country-code",
|
|
3207
|
+
"tel-national",
|
|
3208
|
+
"tel-area-code",
|
|
3209
|
+
"tel-local",
|
|
3210
|
+
"tel-extension",
|
|
4226
3211
|
"impp",
|
|
4227
3212
|
"photo"
|
|
4228
3213
|
]
|
|
@@ -4236,18 +3221,18 @@
|
|
|
4236
3221
|
]
|
|
4237
3222
|
},
|
|
4238
3223
|
"ion-searchbar/cancel-button-icon": {
|
|
4239
|
-
"type": "string
|
|
4240
|
-
"description": "Set the cancel button icon. Only
|
|
3224
|
+
"type": "string",
|
|
3225
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
4241
3226
|
"options": []
|
|
4242
3227
|
},
|
|
4243
3228
|
"ion-searchbar/cancel-button-text": {
|
|
4244
3229
|
"type": "string",
|
|
4245
|
-
"description": "Set the cancel button text. Only
|
|
3230
|
+
"description": "Set the the cancel button text. Only applies to `ios` mode.",
|
|
4246
3231
|
"options": []
|
|
4247
3232
|
},
|
|
4248
3233
|
"ion-searchbar/clear-icon": {
|
|
4249
3234
|
"type": "string | undefined",
|
|
4250
|
-
"description": "Set the clear icon. Defaults to
|
|
3235
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
4251
3236
|
"options": []
|
|
4252
3237
|
},
|
|
4253
3238
|
"ion-searchbar/color": {
|
|
@@ -4314,7 +3299,7 @@
|
|
|
4314
3299
|
},
|
|
4315
3300
|
"ion-searchbar/mode": {
|
|
4316
3301
|
"type": "\"ios\" | \"md\"",
|
|
4317
|
-
"description": "The mode determines
|
|
3302
|
+
"description": "The mode determines which platform styles to use.",
|
|
4318
3303
|
"options": [
|
|
4319
3304
|
"ios",
|
|
4320
3305
|
"md"
|
|
@@ -4331,19 +3316,10 @@
|
|
|
4331
3316
|
"options": []
|
|
4332
3317
|
},
|
|
4333
3318
|
"ion-searchbar/search-icon": {
|
|
4334
|
-
"type": "
|
|
4335
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
3319
|
+
"type": "string | undefined",
|
|
3320
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
|
|
4336
3321
|
"options": []
|
|
4337
3322
|
},
|
|
4338
|
-
"ion-searchbar/shape": {
|
|
4339
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4340
|
-
"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.",
|
|
4341
|
-
"options": [
|
|
4342
|
-
"rectangular",
|
|
4343
|
-
"round",
|
|
4344
|
-
"soft"
|
|
4345
|
-
]
|
|
4346
|
-
},
|
|
4347
3323
|
"ion-searchbar/show-cancel-button": {
|
|
4348
3324
|
"type": "\"always\" | \"focus\" | \"never\"",
|
|
4349
3325
|
"description": "Sets the behavior for the cancel button. Defaults to `\"never\"`.\nSetting to `\"focus\"` shows the cancel button on focus.\nSetting to `\"never\"` hides the cancel button.\nSetting to `\"always\"` shows the cancel button regardless\nof focus state.",
|
|
@@ -4362,29 +3338,11 @@
|
|
|
4362
3338
|
"never"
|
|
4363
3339
|
]
|
|
4364
3340
|
},
|
|
4365
|
-
"ion-searchbar/size": {
|
|
4366
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4367
|
-
"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.",
|
|
4368
|
-
"options": [
|
|
4369
|
-
"large",
|
|
4370
|
-
"medium",
|
|
4371
|
-
"small"
|
|
4372
|
-
]
|
|
4373
|
-
},
|
|
4374
3341
|
"ion-searchbar/spellcheck": {
|
|
4375
3342
|
"type": "boolean",
|
|
4376
3343
|
"description": "If `true`, enable spellcheck on the input.",
|
|
4377
3344
|
"options": []
|
|
4378
3345
|
},
|
|
4379
|
-
"ion-searchbar/theme": {
|
|
4380
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4381
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4382
|
-
"options": [
|
|
4383
|
-
"ios",
|
|
4384
|
-
"md",
|
|
4385
|
-
"ionic"
|
|
4386
|
-
]
|
|
4387
|
-
},
|
|
4388
3346
|
"ion-searchbar/type": {
|
|
4389
3347
|
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
4390
3348
|
"description": "Set the type of the input.",
|
|
@@ -4425,7 +3383,7 @@
|
|
|
4425
3383
|
},
|
|
4426
3384
|
"ion-segment/mode": {
|
|
4427
3385
|
"type": "\"ios\" | \"md\"",
|
|
4428
|
-
"description": "The mode determines
|
|
3386
|
+
"description": "The mode determines which platform styles to use.",
|
|
4429
3387
|
"options": [
|
|
4430
3388
|
"ios",
|
|
4431
3389
|
"md"
|
|
@@ -4446,15 +3404,6 @@
|
|
|
4446
3404
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them.",
|
|
4447
3405
|
"options": []
|
|
4448
3406
|
},
|
|
4449
|
-
"ion-segment/theme": {
|
|
4450
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4451
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4452
|
-
"options": [
|
|
4453
|
-
"ios",
|
|
4454
|
-
"md",
|
|
4455
|
-
"ionic"
|
|
4456
|
-
]
|
|
4457
|
-
},
|
|
4458
3407
|
"ion-segment/value": {
|
|
4459
3408
|
"type": "number | string | undefined",
|
|
4460
3409
|
"description": "the value of the segment.",
|
|
@@ -4484,21 +3433,12 @@
|
|
|
4484
3433
|
},
|
|
4485
3434
|
"ion-segment-button/mode": {
|
|
4486
3435
|
"type": "\"ios\" | \"md\"",
|
|
4487
|
-
"description": "The mode determines
|
|
3436
|
+
"description": "The mode determines which platform styles to use.",
|
|
4488
3437
|
"options": [
|
|
4489
3438
|
"ios",
|
|
4490
3439
|
"md"
|
|
4491
3440
|
]
|
|
4492
3441
|
},
|
|
4493
|
-
"ion-segment-button/theme": {
|
|
4494
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4495
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4496
|
-
"options": [
|
|
4497
|
-
"ios",
|
|
4498
|
-
"md",
|
|
4499
|
-
"ionic"
|
|
4500
|
-
]
|
|
4501
|
-
},
|
|
4502
3442
|
"ion-segment-button/type": {
|
|
4503
3443
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
4504
3444
|
"description": "The type of the button.",
|
|
@@ -4555,12 +3495,12 @@
|
|
|
4555
3495
|
},
|
|
4556
3496
|
"ion-select/expanded-icon": {
|
|
4557
3497
|
"type": "string | undefined",
|
|
4558
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
3498
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
4559
3499
|
"options": []
|
|
4560
3500
|
},
|
|
4561
3501
|
"ion-select/fill": {
|
|
4562
3502
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
4563
|
-
"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
|
|
3503
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
4564
3504
|
"options": [
|
|
4565
3505
|
"outline",
|
|
4566
3506
|
"solid"
|
|
@@ -4613,7 +3553,7 @@
|
|
|
4613
3553
|
},
|
|
4614
3554
|
"ion-select/mode": {
|
|
4615
3555
|
"type": "\"ios\" | \"md\"",
|
|
4616
|
-
"description": "The mode determines
|
|
3556
|
+
"description": "The mode determines which platform styles to use.",
|
|
4617
3557
|
"options": [
|
|
4618
3558
|
"ios",
|
|
4619
3559
|
"md"
|
|
@@ -4650,35 +3590,15 @@
|
|
|
4650
3590
|
"options": []
|
|
4651
3591
|
},
|
|
4652
3592
|
"ion-select/shape": {
|
|
4653
|
-
"type": "\"
|
|
4654
|
-
"description": "
|
|
4655
|
-
"options": [
|
|
4656
|
-
"rectangular",
|
|
4657
|
-
"round",
|
|
4658
|
-
"soft"
|
|
4659
|
-
]
|
|
4660
|
-
},
|
|
4661
|
-
"ion-select/size": {
|
|
4662
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4663
|
-
"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.",
|
|
4664
|
-
"options": [
|
|
4665
|
-
"large",
|
|
4666
|
-
"medium",
|
|
4667
|
-
"small"
|
|
4668
|
-
]
|
|
4669
|
-
},
|
|
4670
|
-
"ion-select/theme": {
|
|
4671
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4672
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3593
|
+
"type": "\"round\" | undefined",
|
|
3594
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
4673
3595
|
"options": [
|
|
4674
|
-
"
|
|
4675
|
-
"md",
|
|
4676
|
-
"ionic"
|
|
3596
|
+
"round"
|
|
4677
3597
|
]
|
|
4678
3598
|
},
|
|
4679
3599
|
"ion-select/toggle-icon": {
|
|
4680
3600
|
"type": "string | undefined",
|
|
4681
|
-
"description": "The toggle icon to use. Defaults to
|
|
3601
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
4682
3602
|
"options": []
|
|
4683
3603
|
},
|
|
4684
3604
|
"ion-select/value": {
|
|
@@ -4706,23 +3626,6 @@
|
|
|
4706
3626
|
"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.",
|
|
4707
3627
|
"options": []
|
|
4708
3628
|
},
|
|
4709
|
-
"ion-select-option/mode": {
|
|
4710
|
-
"type": "\"ios\" | \"md\"",
|
|
4711
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4712
|
-
"options": [
|
|
4713
|
-
"ios",
|
|
4714
|
-
"md"
|
|
4715
|
-
]
|
|
4716
|
-
},
|
|
4717
|
-
"ion-select-option/theme": {
|
|
4718
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4719
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4720
|
-
"options": [
|
|
4721
|
-
"ios",
|
|
4722
|
-
"md",
|
|
4723
|
-
"ionic"
|
|
4724
|
-
]
|
|
4725
|
-
},
|
|
4726
3629
|
"ion-select-option/value": {
|
|
4727
3630
|
"type": "any",
|
|
4728
3631
|
"description": "The text value of the option.",
|
|
@@ -4733,23 +3636,6 @@
|
|
|
4733
3636
|
"description": "If `true`, the skeleton text will animate.",
|
|
4734
3637
|
"options": []
|
|
4735
3638
|
},
|
|
4736
|
-
"ion-skeleton-text/mode": {
|
|
4737
|
-
"type": "\"ios\" | \"md\"",
|
|
4738
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4739
|
-
"options": [
|
|
4740
|
-
"ios",
|
|
4741
|
-
"md"
|
|
4742
|
-
]
|
|
4743
|
-
},
|
|
4744
|
-
"ion-skeleton-text/theme": {
|
|
4745
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4746
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4747
|
-
"options": [
|
|
4748
|
-
"ios",
|
|
4749
|
-
"md",
|
|
4750
|
-
"ionic"
|
|
4751
|
-
]
|
|
4752
|
-
},
|
|
4753
3639
|
"ion-spinner/color": {
|
|
4754
3640
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
4755
3641
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -4770,14 +3656,6 @@
|
|
|
4770
3656
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
|
|
4771
3657
|
"options": []
|
|
4772
3658
|
},
|
|
4773
|
-
"ion-spinner/mode": {
|
|
4774
|
-
"type": "\"ios\" | \"md\"",
|
|
4775
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4776
|
-
"options": [
|
|
4777
|
-
"ios",
|
|
4778
|
-
"md"
|
|
4779
|
-
]
|
|
4780
|
-
},
|
|
4781
3659
|
"ion-spinner/name": {
|
|
4782
3660
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
|
|
4783
3661
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -4798,26 +3676,6 @@
|
|
|
4798
3676
|
"description": "If `true`, the spinner's animation will be paused.",
|
|
4799
3677
|
"options": []
|
|
4800
3678
|
},
|
|
4801
|
-
"ion-spinner/size": {
|
|
4802
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
|
|
4803
|
-
"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.",
|
|
4804
|
-
"options": [
|
|
4805
|
-
"large",
|
|
4806
|
-
"medium",
|
|
4807
|
-
"small",
|
|
4808
|
-
"xlarge",
|
|
4809
|
-
"xsmall"
|
|
4810
|
-
]
|
|
4811
|
-
},
|
|
4812
|
-
"ion-spinner/theme": {
|
|
4813
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4814
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4815
|
-
"options": [
|
|
4816
|
-
"ios",
|
|
4817
|
-
"md",
|
|
4818
|
-
"ionic"
|
|
4819
|
-
]
|
|
4820
|
-
},
|
|
4821
3679
|
"ion-split-pane/content-id": {
|
|
4822
3680
|
"type": "string | undefined",
|
|
4823
3681
|
"description": "The `id` of the main content. When using\na router this is typically `ion-router-outlet`.\nWhen not using a router, this is typically\nyour main view's `ion-content`. This is not the\nid of the `ion-content` inside of your `ion-menu`.",
|
|
@@ -4828,23 +3686,6 @@
|
|
|
4828
3686
|
"description": "If `true`, the split pane will be hidden.",
|
|
4829
3687
|
"options": []
|
|
4830
3688
|
},
|
|
4831
|
-
"ion-split-pane/mode": {
|
|
4832
|
-
"type": "\"ios\" | \"md\"",
|
|
4833
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4834
|
-
"options": [
|
|
4835
|
-
"ios",
|
|
4836
|
-
"md"
|
|
4837
|
-
]
|
|
4838
|
-
},
|
|
4839
|
-
"ion-split-pane/theme": {
|
|
4840
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4841
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4842
|
-
"options": [
|
|
4843
|
-
"ios",
|
|
4844
|
-
"md",
|
|
4845
|
-
"ionic"
|
|
4846
|
-
]
|
|
4847
|
-
},
|
|
4848
3689
|
"ion-split-pane/when": {
|
|
4849
3690
|
"type": "boolean | string",
|
|
4850
3691
|
"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.",
|
|
@@ -4855,28 +3696,11 @@
|
|
|
4855
3696
|
"description": "The component to display inside of the tab.",
|
|
4856
3697
|
"options": []
|
|
4857
3698
|
},
|
|
4858
|
-
"ion-tab/mode": {
|
|
4859
|
-
"type": "\"ios\" | \"md\"",
|
|
4860
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4861
|
-
"options": [
|
|
4862
|
-
"ios",
|
|
4863
|
-
"md"
|
|
4864
|
-
]
|
|
4865
|
-
},
|
|
4866
3699
|
"ion-tab/tab": {
|
|
4867
3700
|
"type": "string",
|
|
4868
3701
|
"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.",
|
|
4869
3702
|
"options": []
|
|
4870
3703
|
},
|
|
4871
|
-
"ion-tab/theme": {
|
|
4872
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4873
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4874
|
-
"options": [
|
|
4875
|
-
"ios",
|
|
4876
|
-
"md",
|
|
4877
|
-
"ionic"
|
|
4878
|
-
]
|
|
4879
|
-
},
|
|
4880
3704
|
"ion-tab-bar/color": {
|
|
4881
3705
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
4882
3706
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -4892,17 +3716,9 @@
|
|
|
4892
3716
|
"warning"
|
|
4893
3717
|
]
|
|
4894
3718
|
},
|
|
4895
|
-
"ion-tab-bar/expand": {
|
|
4896
|
-
"type": "\"compact\" | \"full\"",
|
|
4897
|
-
"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\"`.",
|
|
4898
|
-
"options": [
|
|
4899
|
-
"compact",
|
|
4900
|
-
"full"
|
|
4901
|
-
]
|
|
4902
|
-
},
|
|
4903
3719
|
"ion-tab-bar/mode": {
|
|
4904
3720
|
"type": "\"ios\" | \"md\"",
|
|
4905
|
-
"description": "The mode determines
|
|
3721
|
+
"description": "The mode determines which platform styles to use.",
|
|
4906
3722
|
"options": [
|
|
4907
3723
|
"ios",
|
|
4908
3724
|
"md"
|
|
@@ -4913,27 +3729,9 @@
|
|
|
4913
3729
|
"description": "The selected tab component",
|
|
4914
3730
|
"options": []
|
|
4915
3731
|
},
|
|
4916
|
-
"ion-tab-bar/shape": {
|
|
4917
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4918
|
-
"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.",
|
|
4919
|
-
"options": [
|
|
4920
|
-
"rectangular",
|
|
4921
|
-
"round",
|
|
4922
|
-
"soft"
|
|
4923
|
-
]
|
|
4924
|
-
},
|
|
4925
|
-
"ion-tab-bar/theme": {
|
|
4926
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4927
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4928
|
-
"options": [
|
|
4929
|
-
"ios",
|
|
4930
|
-
"md",
|
|
4931
|
-
"ionic"
|
|
4932
|
-
]
|
|
4933
|
-
},
|
|
4934
3732
|
"ion-tab-bar/translucent": {
|
|
4935
3733
|
"type": "boolean",
|
|
4936
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
3734
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
4937
3735
|
"options": []
|
|
4938
3736
|
},
|
|
4939
3737
|
"ion-tab-button/disabled": {
|
|
@@ -4965,7 +3763,7 @@
|
|
|
4965
3763
|
},
|
|
4966
3764
|
"ion-tab-button/mode": {
|
|
4967
3765
|
"type": "\"ios\" | \"md\"",
|
|
4968
|
-
"description": "The mode determines
|
|
3766
|
+
"description": "The mode determines which platform styles to use.",
|
|
4969
3767
|
"options": [
|
|
4970
3768
|
"ios",
|
|
4971
3769
|
"md"
|
|
@@ -4981,15 +3779,6 @@
|
|
|
4981
3779
|
"description": "The selected tab component",
|
|
4982
3780
|
"options": []
|
|
4983
3781
|
},
|
|
4984
|
-
"ion-tab-button/shape": {
|
|
4985
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4986
|
-
"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.",
|
|
4987
|
-
"options": [
|
|
4988
|
-
"rectangular",
|
|
4989
|
-
"round",
|
|
4990
|
-
"soft"
|
|
4991
|
-
]
|
|
4992
|
-
},
|
|
4993
3782
|
"ion-tab-button/tab": {
|
|
4994
3783
|
"type": "string | undefined",
|
|
4995
3784
|
"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.",
|
|
@@ -5000,32 +3789,6 @@
|
|
|
5000
3789
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
5001
3790
|
"options": []
|
|
5002
3791
|
},
|
|
5003
|
-
"ion-tab-button/theme": {
|
|
5004
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5005
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5006
|
-
"options": [
|
|
5007
|
-
"ios",
|
|
5008
|
-
"md",
|
|
5009
|
-
"ionic"
|
|
5010
|
-
]
|
|
5011
|
-
},
|
|
5012
|
-
"ion-tabs/mode": {
|
|
5013
|
-
"type": "\"ios\" | \"md\"",
|
|
5014
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5015
|
-
"options": [
|
|
5016
|
-
"ios",
|
|
5017
|
-
"md"
|
|
5018
|
-
]
|
|
5019
|
-
},
|
|
5020
|
-
"ion-tabs/theme": {
|
|
5021
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5022
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5023
|
-
"options": [
|
|
5024
|
-
"ios",
|
|
5025
|
-
"md",
|
|
5026
|
-
"ionic"
|
|
5027
|
-
]
|
|
5028
|
-
},
|
|
5029
3792
|
"ion-text/color": {
|
|
5030
3793
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5031
3794
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -5043,21 +3806,12 @@
|
|
|
5043
3806
|
},
|
|
5044
3807
|
"ion-text/mode": {
|
|
5045
3808
|
"type": "\"ios\" | \"md\"",
|
|
5046
|
-
"description": "The mode determines
|
|
3809
|
+
"description": "The mode determines which platform styles to use.",
|
|
5047
3810
|
"options": [
|
|
5048
3811
|
"ios",
|
|
5049
3812
|
"md"
|
|
5050
3813
|
]
|
|
5051
3814
|
},
|
|
5052
|
-
"ion-text/theme": {
|
|
5053
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5054
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5055
|
-
"options": [
|
|
5056
|
-
"ios",
|
|
5057
|
-
"md",
|
|
5058
|
-
"ionic"
|
|
5059
|
-
]
|
|
5060
|
-
},
|
|
5061
3815
|
"ion-textarea/auto-grow": {
|
|
5062
3816
|
"type": "boolean",
|
|
5063
3817
|
"description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
|
|
@@ -5138,7 +3892,7 @@
|
|
|
5138
3892
|
},
|
|
5139
3893
|
"ion-textarea/fill": {
|
|
5140
3894
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
5141
|
-
"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
|
|
3895
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
5142
3896
|
"options": [
|
|
5143
3897
|
"outline",
|
|
5144
3898
|
"solid"
|
|
@@ -5191,7 +3945,7 @@
|
|
|
5191
3945
|
},
|
|
5192
3946
|
"ion-textarea/mode": {
|
|
5193
3947
|
"type": "\"ios\" | \"md\"",
|
|
5194
|
-
"description": "The mode determines
|
|
3948
|
+
"description": "The mode determines which platform styles to use.",
|
|
5195
3949
|
"options": [
|
|
5196
3950
|
"ios",
|
|
5197
3951
|
"md"
|
|
@@ -5223,21 +3977,10 @@
|
|
|
5223
3977
|
"options": []
|
|
5224
3978
|
},
|
|
5225
3979
|
"ion-textarea/shape": {
|
|
5226
|
-
"type": "\"
|
|
5227
|
-
"description": "
|
|
5228
|
-
"options": [
|
|
5229
|
-
"rectangular",
|
|
5230
|
-
"round",
|
|
5231
|
-
"soft"
|
|
5232
|
-
]
|
|
5233
|
-
},
|
|
5234
|
-
"ion-textarea/size": {
|
|
5235
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
5236
|
-
"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.",
|
|
3980
|
+
"type": "\"round\" | undefined",
|
|
3981
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
5237
3982
|
"options": [
|
|
5238
|
-
"
|
|
5239
|
-
"medium",
|
|
5240
|
-
"small"
|
|
3983
|
+
"round"
|
|
5241
3984
|
]
|
|
5242
3985
|
},
|
|
5243
3986
|
"ion-textarea/spellcheck": {
|
|
@@ -5245,15 +3988,6 @@
|
|
|
5245
3988
|
"description": "If `true`, the element will have its spelling and grammar checked.",
|
|
5246
3989
|
"options": []
|
|
5247
3990
|
},
|
|
5248
|
-
"ion-textarea/theme": {
|
|
5249
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5250
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5251
|
-
"options": [
|
|
5252
|
-
"ios",
|
|
5253
|
-
"md",
|
|
5254
|
-
"ionic"
|
|
5255
|
-
]
|
|
5256
|
-
},
|
|
5257
3991
|
"ion-textarea/value": {
|
|
5258
3992
|
"type": "null | string | undefined",
|
|
5259
3993
|
"description": "The value of the textarea.",
|
|
@@ -5268,23 +4002,6 @@
|
|
|
5268
4002
|
"soft"
|
|
5269
4003
|
]
|
|
5270
4004
|
},
|
|
5271
|
-
"ion-thumbnail/mode": {
|
|
5272
|
-
"type": "\"ios\" | \"md\"",
|
|
5273
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5274
|
-
"options": [
|
|
5275
|
-
"ios",
|
|
5276
|
-
"md"
|
|
5277
|
-
]
|
|
5278
|
-
},
|
|
5279
|
-
"ion-thumbnail/theme": {
|
|
5280
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5281
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5282
|
-
"options": [
|
|
5283
|
-
"ios",
|
|
5284
|
-
"md",
|
|
5285
|
-
"ionic"
|
|
5286
|
-
]
|
|
5287
|
-
},
|
|
5288
4005
|
"ion-title/color": {
|
|
5289
4006
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5290
4007
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -5300,14 +4017,6 @@
|
|
|
5300
4017
|
"warning"
|
|
5301
4018
|
]
|
|
5302
4019
|
},
|
|
5303
|
-
"ion-title/mode": {
|
|
5304
|
-
"type": "\"ios\" | \"md\"",
|
|
5305
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5306
|
-
"options": [
|
|
5307
|
-
"ios",
|
|
5308
|
-
"md"
|
|
5309
|
-
]
|
|
5310
|
-
},
|
|
5311
4020
|
"ion-title/size": {
|
|
5312
4021
|
"type": "\"large\" | \"small\" | undefined",
|
|
5313
4022
|
"description": "The size of the toolbar title.",
|
|
@@ -5316,15 +4025,6 @@
|
|
|
5316
4025
|
"small"
|
|
5317
4026
|
]
|
|
5318
4027
|
},
|
|
5319
|
-
"ion-title/theme": {
|
|
5320
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5321
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5322
|
-
"options": [
|
|
5323
|
-
"ios",
|
|
5324
|
-
"md",
|
|
5325
|
-
"ionic"
|
|
5326
|
-
]
|
|
5327
|
-
},
|
|
5328
4028
|
"ion-toast/animated": {
|
|
5329
4029
|
"type": "boolean",
|
|
5330
4030
|
"description": "If `true`, the toast will animate.",
|
|
@@ -5410,7 +4110,7 @@
|
|
|
5410
4110
|
},
|
|
5411
4111
|
"ion-toast/mode": {
|
|
5412
4112
|
"type": "\"ios\" | \"md\"",
|
|
5413
|
-
"description": "The mode determines
|
|
4113
|
+
"description": "The mode determines which platform styles to use.",
|
|
5414
4114
|
"options": [
|
|
5415
4115
|
"ios",
|
|
5416
4116
|
"md"
|
|
@@ -5430,15 +4130,6 @@
|
|
|
5430
4130
|
"description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored.",
|
|
5431
4131
|
"options": []
|
|
5432
4132
|
},
|
|
5433
|
-
"ion-toast/shape": {
|
|
5434
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5435
|
-
"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.",
|
|
5436
|
-
"options": [
|
|
5437
|
-
"rectangular",
|
|
5438
|
-
"round",
|
|
5439
|
-
"soft"
|
|
5440
|
-
]
|
|
5441
|
-
},
|
|
5442
4133
|
"ion-toast/swipe-gesture": {
|
|
5443
4134
|
"type": "\"vertical\" | undefined",
|
|
5444
4135
|
"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.",
|
|
@@ -5446,18 +4137,9 @@
|
|
|
5446
4137
|
"vertical"
|
|
5447
4138
|
]
|
|
5448
4139
|
},
|
|
5449
|
-
"ion-toast/theme": {
|
|
5450
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5451
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5452
|
-
"options": [
|
|
5453
|
-
"ios",
|
|
5454
|
-
"md",
|
|
5455
|
-
"ionic"
|
|
5456
|
-
]
|
|
5457
|
-
},
|
|
5458
4140
|
"ion-toast/translucent": {
|
|
5459
4141
|
"type": "boolean",
|
|
5460
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
4142
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
5461
4143
|
"options": []
|
|
5462
4144
|
},
|
|
5463
4145
|
"ion-toast/trigger": {
|
|
@@ -5534,7 +4216,7 @@
|
|
|
5534
4216
|
},
|
|
5535
4217
|
"ion-toggle/mode": {
|
|
5536
4218
|
"type": "\"ios\" | \"md\"",
|
|
5537
|
-
"description": "The mode determines
|
|
4219
|
+
"description": "The mode determines which platform styles to use.",
|
|
5538
4220
|
"options": [
|
|
5539
4221
|
"ios",
|
|
5540
4222
|
"md"
|
|
@@ -5550,15 +4232,6 @@
|
|
|
5550
4232
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
|
|
5551
4233
|
"options": []
|
|
5552
4234
|
},
|
|
5553
|
-
"ion-toggle/theme": {
|
|
5554
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5555
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5556
|
-
"options": [
|
|
5557
|
-
"ios",
|
|
5558
|
-
"md",
|
|
5559
|
-
"ionic"
|
|
5560
|
-
]
|
|
5561
|
-
},
|
|
5562
4235
|
"ion-toggle/value": {
|
|
5563
4236
|
"type": "null | string | undefined",
|
|
5564
4237
|
"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>`.",
|
|
@@ -5581,19 +4254,10 @@
|
|
|
5581
4254
|
},
|
|
5582
4255
|
"ion-toolbar/mode": {
|
|
5583
4256
|
"type": "\"ios\" | \"md\"",
|
|
5584
|
-
"description": "The mode determines
|
|
4257
|
+
"description": "The mode determines which platform styles to use.",
|
|
5585
4258
|
"options": [
|
|
5586
4259
|
"ios",
|
|
5587
4260
|
"md"
|
|
5588
4261
|
]
|
|
5589
|
-
},
|
|
5590
|
-
"ion-toolbar/theme": {
|
|
5591
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5592
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5593
|
-
"options": [
|
|
5594
|
-
"ios",
|
|
5595
|
-
"md",
|
|
5596
|
-
"ionic"
|
|
5597
|
-
]
|
|
5598
4262
|
}
|
|
5599
4263
|
}
|