@ionic/vue 8.3.2-dev.11728333520.118877e0 → 8.3.2-dev.11729076959.185ec5f7
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.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +29 -13
- package/dist/index.js.map +1 -1
- package/dist/types/components/Overlays.d.ts +1 -1
- package/dist/vetur/attributes.json +1362 -98
- package/dist/vetur/tags.json +196 -45
- package/dist/web-types.json +1311 -107
- package/package.json +2 -2
|
@@ -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 the platform behaviors of the component.",
|
|
10
10
|
"options": [
|
|
11
11
|
"ios",
|
|
12
12
|
"md"
|
|
@@ -17,8 +17,17 @@
|
|
|
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
|
+
},
|
|
20
29
|
"ion-accordion/toggle-icon": {
|
|
21
|
-
"type": "string",
|
|
30
|
+
"type": "string | undefined",
|
|
22
31
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
23
32
|
"options": []
|
|
24
33
|
},
|
|
@@ -55,7 +64,7 @@
|
|
|
55
64
|
},
|
|
56
65
|
"ion-accordion-group/mode": {
|
|
57
66
|
"type": "\"ios\" | \"md\"",
|
|
58
|
-
"description": "The mode determines
|
|
67
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
59
68
|
"options": [
|
|
60
69
|
"ios",
|
|
61
70
|
"md"
|
|
@@ -71,6 +80,15 @@
|
|
|
71
80
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
|
|
72
81
|
"options": []
|
|
73
82
|
},
|
|
83
|
+
"ion-accordion-group/theme": {
|
|
84
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
85
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
86
|
+
"options": [
|
|
87
|
+
"ios",
|
|
88
|
+
"md",
|
|
89
|
+
"ionic"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
74
92
|
"ion-accordion-group/value": {
|
|
75
93
|
"type": "null | string | string[] | undefined",
|
|
76
94
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -128,7 +146,7 @@
|
|
|
128
146
|
},
|
|
129
147
|
"ion-action-sheet/mode": {
|
|
130
148
|
"type": "\"ios\" | \"md\"",
|
|
131
|
-
"description": "The mode determines
|
|
149
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
132
150
|
"options": [
|
|
133
151
|
"ios",
|
|
134
152
|
"md"
|
|
@@ -139,9 +157,18 @@
|
|
|
139
157
|
"description": "Subtitle for the action sheet.",
|
|
140
158
|
"options": []
|
|
141
159
|
},
|
|
160
|
+
"ion-action-sheet/theme": {
|
|
161
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
162
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
163
|
+
"options": [
|
|
164
|
+
"ios",
|
|
165
|
+
"md",
|
|
166
|
+
"ionic"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
142
169
|
"ion-action-sheet/translucent": {
|
|
143
170
|
"type": "boolean",
|
|
144
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
171
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
145
172
|
"options": []
|
|
146
173
|
},
|
|
147
174
|
"ion-action-sheet/trigger": {
|
|
@@ -211,7 +238,7 @@
|
|
|
211
238
|
},
|
|
212
239
|
"ion-alert/mode": {
|
|
213
240
|
"type": "\"ios\" | \"md\"",
|
|
214
|
-
"description": "The mode determines
|
|
241
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
215
242
|
"options": [
|
|
216
243
|
"ios",
|
|
217
244
|
"md"
|
|
@@ -222,9 +249,18 @@
|
|
|
222
249
|
"description": "The subtitle in the heading of the alert. Displayed under the title.",
|
|
223
250
|
"options": []
|
|
224
251
|
},
|
|
252
|
+
"ion-alert/theme": {
|
|
253
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
254
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
255
|
+
"options": [
|
|
256
|
+
"ios",
|
|
257
|
+
"md",
|
|
258
|
+
"ionic"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
225
261
|
"ion-alert/translucent": {
|
|
226
262
|
"type": "boolean",
|
|
227
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
263
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
228
264
|
"options": []
|
|
229
265
|
},
|
|
230
266
|
"ion-alert/trigger": {
|
|
@@ -232,6 +268,61 @@
|
|
|
232
268
|
"description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
|
|
233
269
|
"options": []
|
|
234
270
|
},
|
|
271
|
+
"ion-app/mode": {
|
|
272
|
+
"type": "\"ios\" | \"md\"",
|
|
273
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
274
|
+
"options": [
|
|
275
|
+
"ios",
|
|
276
|
+
"md"
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
"ion-app/theme": {
|
|
280
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
281
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
282
|
+
"options": [
|
|
283
|
+
"ios",
|
|
284
|
+
"md",
|
|
285
|
+
"ionic"
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
"ion-avatar/mode": {
|
|
289
|
+
"type": "\"ios\" | \"md\"",
|
|
290
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
291
|
+
"options": [
|
|
292
|
+
"ios",
|
|
293
|
+
"md"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
"ion-avatar/shape": {
|
|
297
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
298
|
+
"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.",
|
|
299
|
+
"options": [
|
|
300
|
+
"rectangular",
|
|
301
|
+
"round",
|
|
302
|
+
"soft"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"ion-avatar/size": {
|
|
306
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
|
|
307
|
+
"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.",
|
|
308
|
+
"options": [
|
|
309
|
+
"large",
|
|
310
|
+
"medium",
|
|
311
|
+
"small",
|
|
312
|
+
"xlarge",
|
|
313
|
+
"xsmall",
|
|
314
|
+
"xxsmall"
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
"ion-avatar/theme": {
|
|
318
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
319
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
320
|
+
"options": [
|
|
321
|
+
"ios",
|
|
322
|
+
"md",
|
|
323
|
+
"ionic"
|
|
324
|
+
]
|
|
325
|
+
},
|
|
235
326
|
"ion-back-button/color": {
|
|
236
327
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
237
328
|
"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).",
|
|
@@ -264,7 +355,7 @@
|
|
|
264
355
|
},
|
|
265
356
|
"ion-back-button/mode": {
|
|
266
357
|
"type": "\"ios\" | \"md\"",
|
|
267
|
-
"description": "The mode determines
|
|
358
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
268
359
|
"options": [
|
|
269
360
|
"ios",
|
|
270
361
|
"md"
|
|
@@ -280,6 +371,15 @@
|
|
|
280
371
|
"description": "The text to display in the back button.",
|
|
281
372
|
"options": []
|
|
282
373
|
},
|
|
374
|
+
"ion-back-button/theme": {
|
|
375
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
376
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
377
|
+
"options": [
|
|
378
|
+
"ios",
|
|
379
|
+
"md",
|
|
380
|
+
"ionic"
|
|
381
|
+
]
|
|
382
|
+
},
|
|
283
383
|
"ion-back-button/type": {
|
|
284
384
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
285
385
|
"description": "The type of the button.",
|
|
@@ -289,6 +389,14 @@
|
|
|
289
389
|
"submit"
|
|
290
390
|
]
|
|
291
391
|
},
|
|
392
|
+
"ion-backdrop/mode": {
|
|
393
|
+
"type": "\"ios\" | \"md\"",
|
|
394
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
395
|
+
"options": [
|
|
396
|
+
"ios",
|
|
397
|
+
"md"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
292
400
|
"ion-backdrop/stop-propagation": {
|
|
293
401
|
"type": "boolean",
|
|
294
402
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -299,6 +407,15 @@
|
|
|
299
407
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
|
|
300
408
|
"options": []
|
|
301
409
|
},
|
|
410
|
+
"ion-backdrop/theme": {
|
|
411
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
412
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
413
|
+
"options": [
|
|
414
|
+
"ios",
|
|
415
|
+
"md",
|
|
416
|
+
"ionic"
|
|
417
|
+
]
|
|
418
|
+
},
|
|
302
419
|
"ion-backdrop/visible": {
|
|
303
420
|
"type": "boolean",
|
|
304
421
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -321,12 +438,40 @@
|
|
|
321
438
|
},
|
|
322
439
|
"ion-badge/mode": {
|
|
323
440
|
"type": "\"ios\" | \"md\"",
|
|
324
|
-
"description": "The mode determines
|
|
441
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
325
442
|
"options": [
|
|
326
443
|
"ios",
|
|
327
444
|
"md"
|
|
328
445
|
]
|
|
329
446
|
},
|
|
447
|
+
"ion-badge/shape": {
|
|
448
|
+
"type": "\"round | rectangular\" | \"soft\" | undefined",
|
|
449
|
+
"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.",
|
|
450
|
+
"options": [
|
|
451
|
+
"soft"
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
"ion-badge/size": {
|
|
455
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
|
|
456
|
+
"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.",
|
|
457
|
+
"options": [
|
|
458
|
+
"large",
|
|
459
|
+
"medium",
|
|
460
|
+
"small",
|
|
461
|
+
"xlarge",
|
|
462
|
+
"xsmall",
|
|
463
|
+
"xxsmall"
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
"ion-badge/theme": {
|
|
467
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
468
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
469
|
+
"options": [
|
|
470
|
+
"ios",
|
|
471
|
+
"md",
|
|
472
|
+
"ionic"
|
|
473
|
+
]
|
|
474
|
+
},
|
|
330
475
|
"ion-breadcrumb/active": {
|
|
331
476
|
"type": "boolean",
|
|
332
477
|
"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.",
|
|
@@ -364,7 +509,7 @@
|
|
|
364
509
|
},
|
|
365
510
|
"ion-breadcrumb/mode": {
|
|
366
511
|
"type": "\"ios\" | \"md\"",
|
|
367
|
-
"description": "The mode determines
|
|
512
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
368
513
|
"options": [
|
|
369
514
|
"ios",
|
|
370
515
|
"md"
|
|
@@ -399,6 +544,15 @@
|
|
|
399
544
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
400
545
|
"options": []
|
|
401
546
|
},
|
|
547
|
+
"ion-breadcrumb/theme": {
|
|
548
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
549
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
550
|
+
"options": [
|
|
551
|
+
"ios",
|
|
552
|
+
"md",
|
|
553
|
+
"ionic"
|
|
554
|
+
]
|
|
555
|
+
},
|
|
402
556
|
"ion-breadcrumbs/color": {
|
|
403
557
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
404
558
|
"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).",
|
|
@@ -431,12 +585,21 @@
|
|
|
431
585
|
},
|
|
432
586
|
"ion-breadcrumbs/mode": {
|
|
433
587
|
"type": "\"ios\" | \"md\"",
|
|
434
|
-
"description": "The mode determines
|
|
588
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
435
589
|
"options": [
|
|
436
590
|
"ios",
|
|
437
591
|
"md"
|
|
438
592
|
]
|
|
439
593
|
},
|
|
594
|
+
"ion-breadcrumbs/theme": {
|
|
595
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
596
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
597
|
+
"options": [
|
|
598
|
+
"ios",
|
|
599
|
+
"md",
|
|
600
|
+
"ionic"
|
|
601
|
+
]
|
|
602
|
+
},
|
|
440
603
|
"ion-button/button-type": {
|
|
441
604
|
"type": "string",
|
|
442
605
|
"description": "The type of button.",
|
|
@@ -497,7 +660,7 @@
|
|
|
497
660
|
},
|
|
498
661
|
"ion-button/mode": {
|
|
499
662
|
"type": "\"ios\" | \"md\"",
|
|
500
|
-
"description": "The mode determines
|
|
663
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
501
664
|
"options": [
|
|
502
665
|
"ios",
|
|
503
666
|
"md"
|
|
@@ -523,19 +686,23 @@
|
|
|
523
686
|
]
|
|
524
687
|
},
|
|
525
688
|
"ion-button/shape": {
|
|
526
|
-
"type": "\"round\" | undefined",
|
|
527
|
-
"description": "Set to `\"round\"` for a button with
|
|
689
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
690
|
+
"description": "Set to `\"soft\"` for a button with slightly rounded corners, `\"round\"` for a button with fully\nrounded corners, or `\"rectangular\"` for a button without rounded corners.\nDefaults to `\"soft\"` for the `\"ios\"` theme and `\"round\"` for all other themes.",
|
|
528
691
|
"options": [
|
|
529
|
-
"
|
|
692
|
+
"rectangular",
|
|
693
|
+
"round",
|
|
694
|
+
"soft"
|
|
530
695
|
]
|
|
531
696
|
},
|
|
532
697
|
"ion-button/size": {
|
|
533
|
-
"type": "\"default\" | \"large\" | \"small\" | undefined",
|
|
698
|
+
"type": "\"default\" | \"large\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
|
|
534
699
|
"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.",
|
|
535
700
|
"options": [
|
|
536
701
|
"default",
|
|
537
702
|
"large",
|
|
538
|
-
"small"
|
|
703
|
+
"small",
|
|
704
|
+
"xlarge",
|
|
705
|
+
"xsmall"
|
|
539
706
|
]
|
|
540
707
|
},
|
|
541
708
|
"ion-button/strong": {
|
|
@@ -548,6 +715,15 @@
|
|
|
548
715
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
549
716
|
"options": []
|
|
550
717
|
},
|
|
718
|
+
"ion-button/theme": {
|
|
719
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
720
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
721
|
+
"options": [
|
|
722
|
+
"ios",
|
|
723
|
+
"md",
|
|
724
|
+
"ionic"
|
|
725
|
+
]
|
|
726
|
+
},
|
|
551
727
|
"ion-button/type": {
|
|
552
728
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
553
729
|
"description": "The type of the button.",
|
|
@@ -559,9 +735,26 @@
|
|
|
559
735
|
},
|
|
560
736
|
"ion-buttons/collapse": {
|
|
561
737
|
"type": "boolean",
|
|
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`
|
|
738
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in the `ios` theme with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
563
739
|
"options": []
|
|
564
740
|
},
|
|
741
|
+
"ion-buttons/mode": {
|
|
742
|
+
"type": "\"ios\" | \"md\"",
|
|
743
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
744
|
+
"options": [
|
|
745
|
+
"ios",
|
|
746
|
+
"md"
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
"ion-buttons/theme": {
|
|
750
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
751
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
752
|
+
"options": [
|
|
753
|
+
"ios",
|
|
754
|
+
"md",
|
|
755
|
+
"ionic"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
565
758
|
"ion-card/button": {
|
|
566
759
|
"type": "boolean",
|
|
567
760
|
"description": "If `true`, a button tag will be rendered and the card will be tappable.",
|
|
@@ -599,7 +792,7 @@
|
|
|
599
792
|
},
|
|
600
793
|
"ion-card/mode": {
|
|
601
794
|
"type": "\"ios\" | \"md\"",
|
|
602
|
-
"description": "The mode determines
|
|
795
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
603
796
|
"options": [
|
|
604
797
|
"ios",
|
|
605
798
|
"md"
|
|
@@ -624,11 +817,29 @@
|
|
|
624
817
|
"root"
|
|
625
818
|
]
|
|
626
819
|
},
|
|
820
|
+
"ion-card/shape": {
|
|
821
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
822
|
+
"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\"`.",
|
|
823
|
+
"options": [
|
|
824
|
+
"rectangular",
|
|
825
|
+
"round",
|
|
826
|
+
"soft"
|
|
827
|
+
]
|
|
828
|
+
},
|
|
627
829
|
"ion-card/target": {
|
|
628
830
|
"type": "string | undefined",
|
|
629
831
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
630
832
|
"options": []
|
|
631
833
|
},
|
|
834
|
+
"ion-card/theme": {
|
|
835
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
836
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
837
|
+
"options": [
|
|
838
|
+
"ios",
|
|
839
|
+
"md",
|
|
840
|
+
"ionic"
|
|
841
|
+
]
|
|
842
|
+
},
|
|
632
843
|
"ion-card/type": {
|
|
633
844
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
634
845
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -640,12 +851,21 @@
|
|
|
640
851
|
},
|
|
641
852
|
"ion-card-content/mode": {
|
|
642
853
|
"type": "\"ios\" | \"md\"",
|
|
643
|
-
"description": "The mode determines
|
|
854
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
644
855
|
"options": [
|
|
645
856
|
"ios",
|
|
646
857
|
"md"
|
|
647
858
|
]
|
|
648
859
|
},
|
|
860
|
+
"ion-card-content/theme": {
|
|
861
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
862
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
863
|
+
"options": [
|
|
864
|
+
"ios",
|
|
865
|
+
"md",
|
|
866
|
+
"ionic"
|
|
867
|
+
]
|
|
868
|
+
},
|
|
649
869
|
"ion-card-header/color": {
|
|
650
870
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
651
871
|
"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).",
|
|
@@ -663,15 +883,24 @@
|
|
|
663
883
|
},
|
|
664
884
|
"ion-card-header/mode": {
|
|
665
885
|
"type": "\"ios\" | \"md\"",
|
|
666
|
-
"description": "The mode determines
|
|
886
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
667
887
|
"options": [
|
|
668
888
|
"ios",
|
|
669
889
|
"md"
|
|
670
890
|
]
|
|
671
891
|
},
|
|
892
|
+
"ion-card-header/theme": {
|
|
893
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
894
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
895
|
+
"options": [
|
|
896
|
+
"ios",
|
|
897
|
+
"md",
|
|
898
|
+
"ionic"
|
|
899
|
+
]
|
|
900
|
+
},
|
|
672
901
|
"ion-card-header/translucent": {
|
|
673
902
|
"type": "boolean",
|
|
674
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
903
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
675
904
|
"options": []
|
|
676
905
|
},
|
|
677
906
|
"ion-card-subtitle/color": {
|
|
@@ -691,12 +920,21 @@
|
|
|
691
920
|
},
|
|
692
921
|
"ion-card-subtitle/mode": {
|
|
693
922
|
"type": "\"ios\" | \"md\"",
|
|
694
|
-
"description": "The mode determines
|
|
923
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
695
924
|
"options": [
|
|
696
925
|
"ios",
|
|
697
926
|
"md"
|
|
698
927
|
]
|
|
699
928
|
},
|
|
929
|
+
"ion-card-subtitle/theme": {
|
|
930
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
931
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
932
|
+
"options": [
|
|
933
|
+
"ios",
|
|
934
|
+
"md",
|
|
935
|
+
"ionic"
|
|
936
|
+
]
|
|
937
|
+
},
|
|
700
938
|
"ion-card-title/color": {
|
|
701
939
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
702
940
|
"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).",
|
|
@@ -714,12 +952,21 @@
|
|
|
714
952
|
},
|
|
715
953
|
"ion-card-title/mode": {
|
|
716
954
|
"type": "\"ios\" | \"md\"",
|
|
717
|
-
"description": "The mode determines
|
|
955
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
718
956
|
"options": [
|
|
719
957
|
"ios",
|
|
720
958
|
"md"
|
|
721
959
|
]
|
|
722
960
|
},
|
|
961
|
+
"ion-card-title/theme": {
|
|
962
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
963
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
964
|
+
"options": [
|
|
965
|
+
"ios",
|
|
966
|
+
"md",
|
|
967
|
+
"ionic"
|
|
968
|
+
]
|
|
969
|
+
},
|
|
723
970
|
"ion-checkbox/alignment": {
|
|
724
971
|
"type": "\"center\" | \"start\" | undefined",
|
|
725
972
|
"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`.",
|
|
@@ -779,7 +1026,7 @@
|
|
|
779
1026
|
},
|
|
780
1027
|
"ion-checkbox/mode": {
|
|
781
1028
|
"type": "\"ios\" | \"md\"",
|
|
782
|
-
"description": "The mode determines
|
|
1029
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
783
1030
|
"options": [
|
|
784
1031
|
"ios",
|
|
785
1032
|
"md"
|
|
@@ -790,6 +1037,30 @@
|
|
|
790
1037
|
"description": "The name of the control, which is submitted with the form data.",
|
|
791
1038
|
"options": []
|
|
792
1039
|
},
|
|
1040
|
+
"ion-checkbox/shape": {
|
|
1041
|
+
"type": "\"rectangular\" | \"soft\" | undefined",
|
|
1042
|
+
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1043
|
+
"options": [
|
|
1044
|
+
"rectangular",
|
|
1045
|
+
"soft"
|
|
1046
|
+
]
|
|
1047
|
+
},
|
|
1048
|
+
"ion-checkbox/size": {
|
|
1049
|
+
"type": "\"small\" | undefined",
|
|
1050
|
+
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1051
|
+
"options": [
|
|
1052
|
+
"small"
|
|
1053
|
+
]
|
|
1054
|
+
},
|
|
1055
|
+
"ion-checkbox/theme": {
|
|
1056
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1057
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1058
|
+
"options": [
|
|
1059
|
+
"ios",
|
|
1060
|
+
"md",
|
|
1061
|
+
"ionic"
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
793
1064
|
"ion-checkbox/value": {
|
|
794
1065
|
"type": "any",
|
|
795
1066
|
"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>`.",
|
|
@@ -817,7 +1088,7 @@
|
|
|
817
1088
|
},
|
|
818
1089
|
"ion-chip/mode": {
|
|
819
1090
|
"type": "\"ios\" | \"md\"",
|
|
820
|
-
"description": "The mode determines
|
|
1091
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
821
1092
|
"options": [
|
|
822
1093
|
"ios",
|
|
823
1094
|
"md"
|
|
@@ -828,6 +1099,40 @@
|
|
|
828
1099
|
"description": "Display an outline style button.",
|
|
829
1100
|
"options": []
|
|
830
1101
|
},
|
|
1102
|
+
"ion-chip/shape": {
|
|
1103
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
1104
|
+
"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.",
|
|
1105
|
+
"options": [
|
|
1106
|
+
"rectangular",
|
|
1107
|
+
"round",
|
|
1108
|
+
"soft"
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
1111
|
+
"ion-chip/size": {
|
|
1112
|
+
"type": "\"large\" | \"small\" | undefined",
|
|
1113
|
+
"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.",
|
|
1114
|
+
"options": [
|
|
1115
|
+
"large",
|
|
1116
|
+
"small"
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1119
|
+
"ion-chip/theme": {
|
|
1120
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1121
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1122
|
+
"options": [
|
|
1123
|
+
"ios",
|
|
1124
|
+
"md",
|
|
1125
|
+
"ionic"
|
|
1126
|
+
]
|
|
1127
|
+
},
|
|
1128
|
+
"ion-col/mode": {
|
|
1129
|
+
"type": "\"ios\" | \"md\"",
|
|
1130
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1131
|
+
"options": [
|
|
1132
|
+
"ios",
|
|
1133
|
+
"md"
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
831
1136
|
"ion-col/offset": {
|
|
832
1137
|
"type": "string | undefined",
|
|
833
1138
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -948,6 +1253,15 @@
|
|
|
948
1253
|
"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.",
|
|
949
1254
|
"options": []
|
|
950
1255
|
},
|
|
1256
|
+
"ion-col/theme": {
|
|
1257
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1258
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1259
|
+
"options": [
|
|
1260
|
+
"ios",
|
|
1261
|
+
"md",
|
|
1262
|
+
"ionic"
|
|
1263
|
+
]
|
|
1264
|
+
},
|
|
951
1265
|
"ion-content/color": {
|
|
952
1266
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
953
1267
|
"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).",
|
|
@@ -981,6 +1295,14 @@
|
|
|
981
1295
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
|
|
982
1296
|
"options": []
|
|
983
1297
|
},
|
|
1298
|
+
"ion-content/mode": {
|
|
1299
|
+
"type": "\"ios\" | \"md\"",
|
|
1300
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1301
|
+
"options": [
|
|
1302
|
+
"ios",
|
|
1303
|
+
"md"
|
|
1304
|
+
]
|
|
1305
|
+
},
|
|
984
1306
|
"ion-content/scroll-events": {
|
|
985
1307
|
"type": "boolean",
|
|
986
1308
|
"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`.",
|
|
@@ -996,6 +1318,15 @@
|
|
|
996
1318
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
|
|
997
1319
|
"options": []
|
|
998
1320
|
},
|
|
1321
|
+
"ion-content/theme": {
|
|
1322
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1323
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1324
|
+
"options": [
|
|
1325
|
+
"ios",
|
|
1326
|
+
"md",
|
|
1327
|
+
"ionic"
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
999
1330
|
"ion-datetime/cancel-text": {
|
|
1000
1331
|
"type": "string",
|
|
1001
1332
|
"description": "The text to display on the picker's cancel button.",
|
|
@@ -1093,7 +1424,7 @@
|
|
|
1093
1424
|
},
|
|
1094
1425
|
"ion-datetime/mode": {
|
|
1095
1426
|
"type": "\"ios\" | \"md\"",
|
|
1096
|
-
"description": "The mode determines
|
|
1427
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1097
1428
|
"options": [
|
|
1098
1429
|
"ios",
|
|
1099
1430
|
"md"
|
|
@@ -1165,6 +1496,15 @@
|
|
|
1165
1496
|
"fixed"
|
|
1166
1497
|
]
|
|
1167
1498
|
},
|
|
1499
|
+
"ion-datetime/theme": {
|
|
1500
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1501
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1502
|
+
"options": [
|
|
1503
|
+
"ios",
|
|
1504
|
+
"md",
|
|
1505
|
+
"ionic"
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1168
1508
|
"ion-datetime/title-selected-dates-formatter": {
|
|
1169
1509
|
"type": "((selectedDates: string[]) => string) | undefined",
|
|
1170
1510
|
"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.",
|
|
@@ -1207,12 +1547,21 @@
|
|
|
1207
1547
|
},
|
|
1208
1548
|
"ion-datetime-button/mode": {
|
|
1209
1549
|
"type": "\"ios\" | \"md\"",
|
|
1210
|
-
"description": "The mode determines
|
|
1550
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1211
1551
|
"options": [
|
|
1212
1552
|
"ios",
|
|
1213
1553
|
"md"
|
|
1214
1554
|
]
|
|
1215
1555
|
},
|
|
1556
|
+
"ion-datetime-button/theme": {
|
|
1557
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1558
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1559
|
+
"options": [
|
|
1560
|
+
"ios",
|
|
1561
|
+
"md",
|
|
1562
|
+
"ionic"
|
|
1563
|
+
]
|
|
1564
|
+
},
|
|
1216
1565
|
"ion-fab/activated": {
|
|
1217
1566
|
"type": "boolean",
|
|
1218
1567
|
"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.",
|
|
@@ -1232,6 +1581,23 @@
|
|
|
1232
1581
|
"start"
|
|
1233
1582
|
]
|
|
1234
1583
|
},
|
|
1584
|
+
"ion-fab/mode": {
|
|
1585
|
+
"type": "\"ios\" | \"md\"",
|
|
1586
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1587
|
+
"options": [
|
|
1588
|
+
"ios",
|
|
1589
|
+
"md"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
"ion-fab/theme": {
|
|
1593
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1594
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1595
|
+
"options": [
|
|
1596
|
+
"ios",
|
|
1597
|
+
"md",
|
|
1598
|
+
"ionic"
|
|
1599
|
+
]
|
|
1600
|
+
},
|
|
1235
1601
|
"ion-fab/vertical": {
|
|
1236
1602
|
"type": "\"bottom\" | \"center\" | \"top\" | undefined",
|
|
1237
1603
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1247,7 +1613,7 @@
|
|
|
1247
1613
|
"options": []
|
|
1248
1614
|
},
|
|
1249
1615
|
"ion-fab-button/close-icon": {
|
|
1250
|
-
"type": "string",
|
|
1616
|
+
"type": "string | undefined",
|
|
1251
1617
|
"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.",
|
|
1252
1618
|
"options": []
|
|
1253
1619
|
},
|
|
@@ -1283,7 +1649,7 @@
|
|
|
1283
1649
|
},
|
|
1284
1650
|
"ion-fab-button/mode": {
|
|
1285
1651
|
"type": "\"ios\" | \"md\"",
|
|
1286
|
-
"description": "The mode determines
|
|
1652
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1287
1653
|
"options": [
|
|
1288
1654
|
"ios",
|
|
1289
1655
|
"md"
|
|
@@ -1325,9 +1691,18 @@
|
|
|
1325
1691
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
1326
1692
|
"options": []
|
|
1327
1693
|
},
|
|
1694
|
+
"ion-fab-button/theme": {
|
|
1695
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1696
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1697
|
+
"options": [
|
|
1698
|
+
"ios",
|
|
1699
|
+
"md",
|
|
1700
|
+
"ionic"
|
|
1701
|
+
]
|
|
1702
|
+
},
|
|
1328
1703
|
"ion-fab-button/translucent": {
|
|
1329
1704
|
"type": "boolean",
|
|
1330
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
1705
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1331
1706
|
"options": []
|
|
1332
1707
|
},
|
|
1333
1708
|
"ion-fab-button/type": {
|
|
@@ -1344,6 +1719,14 @@
|
|
|
1344
1719
|
"description": "If `true`, the fab list will show all fab buttons in the list.",
|
|
1345
1720
|
"options": []
|
|
1346
1721
|
},
|
|
1722
|
+
"ion-fab-list/mode": {
|
|
1723
|
+
"type": "\"ios\" | \"md\"",
|
|
1724
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1725
|
+
"options": [
|
|
1726
|
+
"ios",
|
|
1727
|
+
"md"
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1347
1730
|
"ion-fab-list/side": {
|
|
1348
1731
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
|
|
1349
1732
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -1354,24 +1737,42 @@
|
|
|
1354
1737
|
"top"
|
|
1355
1738
|
]
|
|
1356
1739
|
},
|
|
1740
|
+
"ion-fab-list/theme": {
|
|
1741
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1742
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1743
|
+
"options": [
|
|
1744
|
+
"ios",
|
|
1745
|
+
"md",
|
|
1746
|
+
"ionic"
|
|
1747
|
+
]
|
|
1748
|
+
},
|
|
1357
1749
|
"ion-footer/collapse": {
|
|
1358
1750
|
"type": "\"fade\" | undefined",
|
|
1359
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
1751
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
|
|
1360
1752
|
"options": [
|
|
1361
1753
|
"fade"
|
|
1362
1754
|
]
|
|
1363
1755
|
},
|
|
1364
1756
|
"ion-footer/mode": {
|
|
1365
1757
|
"type": "\"ios\" | \"md\"",
|
|
1366
|
-
"description": "The mode determines
|
|
1758
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1367
1759
|
"options": [
|
|
1368
1760
|
"ios",
|
|
1369
1761
|
"md"
|
|
1370
1762
|
]
|
|
1371
1763
|
},
|
|
1764
|
+
"ion-footer/theme": {
|
|
1765
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1766
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1767
|
+
"options": [
|
|
1768
|
+
"ios",
|
|
1769
|
+
"md",
|
|
1770
|
+
"ionic"
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1372
1773
|
"ion-footer/translucent": {
|
|
1373
1774
|
"type": "boolean",
|
|
1374
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
1775
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1375
1776
|
"options": []
|
|
1376
1777
|
},
|
|
1377
1778
|
"ion-grid/fixed": {
|
|
@@ -1379,25 +1780,56 @@
|
|
|
1379
1780
|
"description": "If `true`, the grid will have a fixed width based on the screen size.",
|
|
1380
1781
|
"options": []
|
|
1381
1782
|
},
|
|
1783
|
+
"ion-grid/mode": {
|
|
1784
|
+
"type": "\"ios\" | \"md\"",
|
|
1785
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1786
|
+
"options": [
|
|
1787
|
+
"ios",
|
|
1788
|
+
"md"
|
|
1789
|
+
]
|
|
1790
|
+
},
|
|
1791
|
+
"ion-grid/theme": {
|
|
1792
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1793
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1794
|
+
"options": [
|
|
1795
|
+
"ios",
|
|
1796
|
+
"md",
|
|
1797
|
+
"ionic"
|
|
1798
|
+
]
|
|
1799
|
+
},
|
|
1382
1800
|
"ion-header/collapse": {
|
|
1383
1801
|
"type": "\"condense\" | \"fade\" | undefined",
|
|
1384
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
1802
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
1385
1803
|
"options": [
|
|
1386
1804
|
"condense",
|
|
1387
1805
|
"fade"
|
|
1388
1806
|
]
|
|
1389
1807
|
},
|
|
1808
|
+
"ion-header/divider": {
|
|
1809
|
+
"type": "boolean",
|
|
1810
|
+
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
1811
|
+
"options": []
|
|
1812
|
+
},
|
|
1390
1813
|
"ion-header/mode": {
|
|
1391
1814
|
"type": "\"ios\" | \"md\"",
|
|
1392
|
-
"description": "The mode determines
|
|
1815
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1393
1816
|
"options": [
|
|
1394
1817
|
"ios",
|
|
1395
1818
|
"md"
|
|
1396
1819
|
]
|
|
1397
1820
|
},
|
|
1821
|
+
"ion-header/theme": {
|
|
1822
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1823
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1824
|
+
"options": [
|
|
1825
|
+
"ios",
|
|
1826
|
+
"md",
|
|
1827
|
+
"ionic"
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1398
1830
|
"ion-header/translucent": {
|
|
1399
1831
|
"type": "boolean",
|
|
1400
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
1832
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1401
1833
|
"options": []
|
|
1402
1834
|
},
|
|
1403
1835
|
"ion-img/alt": {
|
|
@@ -1405,16 +1837,41 @@
|
|
|
1405
1837
|
"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.",
|
|
1406
1838
|
"options": []
|
|
1407
1839
|
},
|
|
1840
|
+
"ion-img/mode": {
|
|
1841
|
+
"type": "\"ios\" | \"md\"",
|
|
1842
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1843
|
+
"options": [
|
|
1844
|
+
"ios",
|
|
1845
|
+
"md"
|
|
1846
|
+
]
|
|
1847
|
+
},
|
|
1408
1848
|
"ion-img/src": {
|
|
1409
1849
|
"type": "string | undefined",
|
|
1410
1850
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
1411
1851
|
"options": []
|
|
1412
1852
|
},
|
|
1413
|
-
"ion-
|
|
1414
|
-
"type": "
|
|
1415
|
-
"description": "
|
|
1853
|
+
"ion-img/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
|
+
"ion-infinite-scroll/disabled": {
|
|
1863
|
+
"type": "boolean",
|
|
1864
|
+
"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.",
|
|
1416
1865
|
"options": []
|
|
1417
1866
|
},
|
|
1867
|
+
"ion-infinite-scroll/mode": {
|
|
1868
|
+
"type": "\"ios\" | \"md\"",
|
|
1869
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1870
|
+
"options": [
|
|
1871
|
+
"ios",
|
|
1872
|
+
"md"
|
|
1873
|
+
]
|
|
1874
|
+
},
|
|
1418
1875
|
"ion-infinite-scroll/position": {
|
|
1419
1876
|
"type": "\"bottom\" | \"top\"",
|
|
1420
1877
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -1423,6 +1880,15 @@
|
|
|
1423
1880
|
"top"
|
|
1424
1881
|
]
|
|
1425
1882
|
},
|
|
1883
|
+
"ion-infinite-scroll/theme": {
|
|
1884
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1885
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1886
|
+
"options": [
|
|
1887
|
+
"ios",
|
|
1888
|
+
"md",
|
|
1889
|
+
"ionic"
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1426
1892
|
"ion-infinite-scroll/threshold": {
|
|
1427
1893
|
"type": "string",
|
|
1428
1894
|
"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.",
|
|
@@ -1448,6 +1914,23 @@
|
|
|
1448
1914
|
"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.",
|
|
1449
1915
|
"options": []
|
|
1450
1916
|
},
|
|
1917
|
+
"ion-infinite-scroll-content/mode": {
|
|
1918
|
+
"type": "\"ios\" | \"md\"",
|
|
1919
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1920
|
+
"options": [
|
|
1921
|
+
"ios",
|
|
1922
|
+
"md"
|
|
1923
|
+
]
|
|
1924
|
+
},
|
|
1925
|
+
"ion-infinite-scroll-content/theme": {
|
|
1926
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1927
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
1928
|
+
"options": [
|
|
1929
|
+
"ios",
|
|
1930
|
+
"md",
|
|
1931
|
+
"ionic"
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1451
1934
|
"ion-input/autocapitalize": {
|
|
1452
1935
|
"type": "string",
|
|
1453
1936
|
"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\"`.",
|
|
@@ -1596,7 +2079,7 @@
|
|
|
1596
2079
|
},
|
|
1597
2080
|
"ion-input/fill": {
|
|
1598
2081
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
1599
|
-
"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
|
|
2082
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
1600
2083
|
"options": [
|
|
1601
2084
|
"outline",
|
|
1602
2085
|
"solid"
|
|
@@ -1627,8 +2110,8 @@
|
|
|
1627
2110
|
"options": []
|
|
1628
2111
|
},
|
|
1629
2112
|
"ion-input/label-placement": {
|
|
1630
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
|
|
1631
|
-
"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 (\"...\").",
|
|
2113
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\" | undefined",
|
|
2114
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").\n\nDefaults to \"stacked\" for the ionic theme, or \"start\" for all other themes.\n\nIn the ionic theme, only the values \"stacked\" and \"floating\" are supported.",
|
|
1632
2115
|
"options": [
|
|
1633
2116
|
"end",
|
|
1634
2117
|
"fixed",
|
|
@@ -1659,7 +2142,7 @@
|
|
|
1659
2142
|
},
|
|
1660
2143
|
"ion-input/mode": {
|
|
1661
2144
|
"type": "\"ios\" | \"md\"",
|
|
1662
|
-
"description": "The mode determines
|
|
2145
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1663
2146
|
"options": [
|
|
1664
2147
|
"ios",
|
|
1665
2148
|
"md"
|
|
@@ -1696,10 +2179,21 @@
|
|
|
1696
2179
|
"options": []
|
|
1697
2180
|
},
|
|
1698
2181
|
"ion-input/shape": {
|
|
1699
|
-
"type": "\"round\" | undefined",
|
|
1700
|
-
"description": "
|
|
2182
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2183
|
+
"description": "Set to `\"soft\"` for an input with slightly rounded corners, `\"round\"` for an input with fully\nrounded corners, or `\"rectangular\"` for an input without rounded corners.\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.\nOnly applies when the fill is set to `\"solid\"` or `\"outline\"`.",
|
|
1701
2184
|
"options": [
|
|
1702
|
-
"
|
|
2185
|
+
"rectangular",
|
|
2186
|
+
"round",
|
|
2187
|
+
"soft"
|
|
2188
|
+
]
|
|
2189
|
+
},
|
|
2190
|
+
"ion-input/size": {
|
|
2191
|
+
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
|
|
2192
|
+
"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.",
|
|
2193
|
+
"options": [
|
|
2194
|
+
"large",
|
|
2195
|
+
"medium",
|
|
2196
|
+
"xlarge"
|
|
1703
2197
|
]
|
|
1704
2198
|
},
|
|
1705
2199
|
"ion-input/spellcheck": {
|
|
@@ -1712,6 +2206,15 @@
|
|
|
1712
2206
|
"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.",
|
|
1713
2207
|
"options": []
|
|
1714
2208
|
},
|
|
2209
|
+
"ion-input/theme": {
|
|
2210
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2211
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2212
|
+
"options": [
|
|
2213
|
+
"ios",
|
|
2214
|
+
"md",
|
|
2215
|
+
"ionic"
|
|
2216
|
+
]
|
|
2217
|
+
},
|
|
1715
2218
|
"ion-input/type": {
|
|
1716
2219
|
"type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
|
|
1717
2220
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -1790,11 +2293,11 @@
|
|
|
1790
2293
|
},
|
|
1791
2294
|
"ion-item/detail": {
|
|
1792
2295
|
"type": "boolean | undefined",
|
|
1793
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
2296
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `theme`\nis `\"ios\"` and an `href` or `button` property is present.",
|
|
1794
2297
|
"options": []
|
|
1795
2298
|
},
|
|
1796
2299
|
"ion-item/detail-icon": {
|
|
1797
|
-
"type": "string",
|
|
2300
|
+
"type": "string | undefined",
|
|
1798
2301
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
1799
2302
|
"options": []
|
|
1800
2303
|
},
|
|
@@ -1824,7 +2327,7 @@
|
|
|
1824
2327
|
},
|
|
1825
2328
|
"ion-item/mode": {
|
|
1826
2329
|
"type": "\"ios\" | \"md\"",
|
|
1827
|
-
"description": "The mode determines
|
|
2330
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1828
2331
|
"options": [
|
|
1829
2332
|
"ios",
|
|
1830
2333
|
"md"
|
|
@@ -1854,6 +2357,15 @@
|
|
|
1854
2357
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
1855
2358
|
"options": []
|
|
1856
2359
|
},
|
|
2360
|
+
"ion-item/theme": {
|
|
2361
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2362
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2363
|
+
"options": [
|
|
2364
|
+
"ios",
|
|
2365
|
+
"md",
|
|
2366
|
+
"ionic"
|
|
2367
|
+
]
|
|
2368
|
+
},
|
|
1857
2369
|
"ion-item/type": {
|
|
1858
2370
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
1859
2371
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1880,7 +2392,7 @@
|
|
|
1880
2392
|
},
|
|
1881
2393
|
"ion-item-divider/mode": {
|
|
1882
2394
|
"type": "\"ios\" | \"md\"",
|
|
1883
|
-
"description": "The mode determines
|
|
2395
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1884
2396
|
"options": [
|
|
1885
2397
|
"ios",
|
|
1886
2398
|
"md"
|
|
@@ -1891,6 +2403,32 @@
|
|
|
1891
2403
|
"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",
|
|
1892
2404
|
"options": []
|
|
1893
2405
|
},
|
|
2406
|
+
"ion-item-divider/theme": {
|
|
2407
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2408
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2409
|
+
"options": [
|
|
2410
|
+
"ios",
|
|
2411
|
+
"md",
|
|
2412
|
+
"ionic"
|
|
2413
|
+
]
|
|
2414
|
+
},
|
|
2415
|
+
"ion-item-group/mode": {
|
|
2416
|
+
"type": "\"ios\" | \"md\"",
|
|
2417
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2418
|
+
"options": [
|
|
2419
|
+
"ios",
|
|
2420
|
+
"md"
|
|
2421
|
+
]
|
|
2422
|
+
},
|
|
2423
|
+
"ion-item-group/theme": {
|
|
2424
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2425
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2426
|
+
"options": [
|
|
2427
|
+
"ios",
|
|
2428
|
+
"md",
|
|
2429
|
+
"ionic"
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
1894
2432
|
"ion-item-option/color": {
|
|
1895
2433
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
1896
2434
|
"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).",
|
|
@@ -1928,7 +2466,7 @@
|
|
|
1928
2466
|
},
|
|
1929
2467
|
"ion-item-option/mode": {
|
|
1930
2468
|
"type": "\"ios\" | \"md\"",
|
|
1931
|
-
"description": "The mode determines
|
|
2469
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1932
2470
|
"options": [
|
|
1933
2471
|
"ios",
|
|
1934
2472
|
"md"
|
|
@@ -1939,11 +2477,29 @@
|
|
|
1939
2477
|
"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).",
|
|
1940
2478
|
"options": []
|
|
1941
2479
|
},
|
|
2480
|
+
"ion-item-option/shape": {
|
|
2481
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2482
|
+
"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.",
|
|
2483
|
+
"options": [
|
|
2484
|
+
"rectangular",
|
|
2485
|
+
"round",
|
|
2486
|
+
"soft"
|
|
2487
|
+
]
|
|
2488
|
+
},
|
|
1942
2489
|
"ion-item-option/target": {
|
|
1943
2490
|
"type": "string | undefined",
|
|
1944
2491
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
1945
2492
|
"options": []
|
|
1946
2493
|
},
|
|
2494
|
+
"ion-item-option/theme": {
|
|
2495
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2496
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2497
|
+
"options": [
|
|
2498
|
+
"ios",
|
|
2499
|
+
"md",
|
|
2500
|
+
"ionic"
|
|
2501
|
+
]
|
|
2502
|
+
},
|
|
1947
2503
|
"ion-item-option/type": {
|
|
1948
2504
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
1949
2505
|
"description": "The type of the button.",
|
|
@@ -1953,6 +2509,14 @@
|
|
|
1953
2509
|
"submit"
|
|
1954
2510
|
]
|
|
1955
2511
|
},
|
|
2512
|
+
"ion-item-options/mode": {
|
|
2513
|
+
"type": "\"ios\" | \"md\"",
|
|
2514
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2515
|
+
"options": [
|
|
2516
|
+
"ios",
|
|
2517
|
+
"md"
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
1956
2520
|
"ion-item-options/side": {
|
|
1957
2521
|
"type": "\"end\" | \"start\"",
|
|
1958
2522
|
"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.",
|
|
@@ -1961,11 +2525,37 @@
|
|
|
1961
2525
|
"start"
|
|
1962
2526
|
]
|
|
1963
2527
|
},
|
|
2528
|
+
"ion-item-options/theme": {
|
|
2529
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2530
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2531
|
+
"options": [
|
|
2532
|
+
"ios",
|
|
2533
|
+
"md",
|
|
2534
|
+
"ionic"
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
1964
2537
|
"ion-item-sliding/disabled": {
|
|
1965
2538
|
"type": "boolean",
|
|
1966
2539
|
"description": "If `true`, the user cannot interact with the sliding item.",
|
|
1967
2540
|
"options": []
|
|
1968
2541
|
},
|
|
2542
|
+
"ion-item-sliding/mode": {
|
|
2543
|
+
"type": "\"ios\" | \"md\"",
|
|
2544
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2545
|
+
"options": [
|
|
2546
|
+
"ios",
|
|
2547
|
+
"md"
|
|
2548
|
+
]
|
|
2549
|
+
},
|
|
2550
|
+
"ion-item-sliding/theme": {
|
|
2551
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2552
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2553
|
+
"options": [
|
|
2554
|
+
"ios",
|
|
2555
|
+
"md",
|
|
2556
|
+
"ionic"
|
|
2557
|
+
]
|
|
2558
|
+
},
|
|
1969
2559
|
"ion-label/color": {
|
|
1970
2560
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
1971
2561
|
"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).",
|
|
@@ -1983,7 +2573,7 @@
|
|
|
1983
2573
|
},
|
|
1984
2574
|
"ion-label/mode": {
|
|
1985
2575
|
"type": "\"ios\" | \"md\"",
|
|
1986
|
-
"description": "The mode determines
|
|
2576
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
1987
2577
|
"options": [
|
|
1988
2578
|
"ios",
|
|
1989
2579
|
"md"
|
|
@@ -1998,6 +2588,15 @@
|
|
|
1998
2588
|
"stacked"
|
|
1999
2589
|
]
|
|
2000
2590
|
},
|
|
2591
|
+
"ion-label/theme": {
|
|
2592
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2593
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2594
|
+
"options": [
|
|
2595
|
+
"ios",
|
|
2596
|
+
"md",
|
|
2597
|
+
"ionic"
|
|
2598
|
+
]
|
|
2599
|
+
},
|
|
2001
2600
|
"ion-list/inset": {
|
|
2002
2601
|
"type": "boolean",
|
|
2003
2602
|
"description": "If `true`, the list will have margin around it and rounded corners.",
|
|
@@ -2014,12 +2613,30 @@
|
|
|
2014
2613
|
},
|
|
2015
2614
|
"ion-list/mode": {
|
|
2016
2615
|
"type": "\"ios\" | \"md\"",
|
|
2017
|
-
"description": "The mode determines
|
|
2616
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2018
2617
|
"options": [
|
|
2019
2618
|
"ios",
|
|
2020
2619
|
"md"
|
|
2021
2620
|
]
|
|
2022
2621
|
},
|
|
2622
|
+
"ion-list/shape": {
|
|
2623
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2624
|
+
"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.",
|
|
2625
|
+
"options": [
|
|
2626
|
+
"rectangular",
|
|
2627
|
+
"round",
|
|
2628
|
+
"soft"
|
|
2629
|
+
]
|
|
2630
|
+
},
|
|
2631
|
+
"ion-list/theme": {
|
|
2632
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2633
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2634
|
+
"options": [
|
|
2635
|
+
"ios",
|
|
2636
|
+
"md",
|
|
2637
|
+
"ionic"
|
|
2638
|
+
]
|
|
2639
|
+
},
|
|
2023
2640
|
"ion-list-header/color": {
|
|
2024
2641
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2025
2642
|
"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).",
|
|
@@ -2046,12 +2663,21 @@
|
|
|
2046
2663
|
},
|
|
2047
2664
|
"ion-list-header/mode": {
|
|
2048
2665
|
"type": "\"ios\" | \"md\"",
|
|
2049
|
-
"description": "The mode determines
|
|
2666
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2050
2667
|
"options": [
|
|
2051
2668
|
"ios",
|
|
2052
2669
|
"md"
|
|
2053
2670
|
]
|
|
2054
2671
|
},
|
|
2672
|
+
"ion-list-header/theme": {
|
|
2673
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2674
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2675
|
+
"options": [
|
|
2676
|
+
"ios",
|
|
2677
|
+
"md",
|
|
2678
|
+
"ionic"
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
2055
2681
|
"ion-loading/animated": {
|
|
2056
2682
|
"type": "boolean",
|
|
2057
2683
|
"description": "If `true`, the loading indicator will animate.",
|
|
@@ -2104,7 +2730,7 @@
|
|
|
2104
2730
|
},
|
|
2105
2731
|
"ion-loading/mode": {
|
|
2106
2732
|
"type": "\"ios\" | \"md\"",
|
|
2107
|
-
"description": "The mode determines
|
|
2733
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2108
2734
|
"options": [
|
|
2109
2735
|
"ios",
|
|
2110
2736
|
"md"
|
|
@@ -2130,9 +2756,18 @@
|
|
|
2130
2756
|
"lines-small"
|
|
2131
2757
|
]
|
|
2132
2758
|
},
|
|
2759
|
+
"ion-loading/theme": {
|
|
2760
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2761
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2762
|
+
"options": [
|
|
2763
|
+
"ios",
|
|
2764
|
+
"md",
|
|
2765
|
+
"ionic"
|
|
2766
|
+
]
|
|
2767
|
+
},
|
|
2133
2768
|
"ion-loading/translucent": {
|
|
2134
2769
|
"type": "boolean",
|
|
2135
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
2770
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
2136
2771
|
"options": []
|
|
2137
2772
|
},
|
|
2138
2773
|
"ion-loading/trigger": {
|
|
@@ -2160,6 +2795,14 @@
|
|
|
2160
2795
|
"description": "An id for the menu.",
|
|
2161
2796
|
"options": []
|
|
2162
2797
|
},
|
|
2798
|
+
"ion-menu/mode": {
|
|
2799
|
+
"type": "\"ios\" | \"md\"",
|
|
2800
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2801
|
+
"options": [
|
|
2802
|
+
"ios",
|
|
2803
|
+
"md"
|
|
2804
|
+
]
|
|
2805
|
+
},
|
|
2163
2806
|
"ion-menu/side": {
|
|
2164
2807
|
"type": "\"end\" | \"start\"",
|
|
2165
2808
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -2173,6 +2816,15 @@
|
|
|
2173
2816
|
"description": "If `true`, swiping the menu is enabled.",
|
|
2174
2817
|
"options": []
|
|
2175
2818
|
},
|
|
2819
|
+
"ion-menu/theme": {
|
|
2820
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2821
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2822
|
+
"options": [
|
|
2823
|
+
"ios",
|
|
2824
|
+
"md",
|
|
2825
|
+
"ionic"
|
|
2826
|
+
]
|
|
2827
|
+
},
|
|
2176
2828
|
"ion-menu/type": {
|
|
2177
2829
|
"type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
|
|
2178
2830
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -2214,12 +2866,21 @@
|
|
|
2214
2866
|
},
|
|
2215
2867
|
"ion-menu-button/mode": {
|
|
2216
2868
|
"type": "\"ios\" | \"md\"",
|
|
2217
|
-
"description": "The mode determines
|
|
2869
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2218
2870
|
"options": [
|
|
2219
2871
|
"ios",
|
|
2220
2872
|
"md"
|
|
2221
2873
|
]
|
|
2222
2874
|
},
|
|
2875
|
+
"ion-menu-button/theme": {
|
|
2876
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2877
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2878
|
+
"options": [
|
|
2879
|
+
"ios",
|
|
2880
|
+
"md",
|
|
2881
|
+
"ionic"
|
|
2882
|
+
]
|
|
2883
|
+
},
|
|
2223
2884
|
"ion-menu-button/type": {
|
|
2224
2885
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2225
2886
|
"description": "The type of the button.",
|
|
@@ -2239,6 +2900,23 @@
|
|
|
2239
2900
|
"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.",
|
|
2240
2901
|
"options": []
|
|
2241
2902
|
},
|
|
2903
|
+
"ion-menu-toggle/mode": {
|
|
2904
|
+
"type": "\"ios\" | \"md\"",
|
|
2905
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2906
|
+
"options": [
|
|
2907
|
+
"ios",
|
|
2908
|
+
"md"
|
|
2909
|
+
]
|
|
2910
|
+
},
|
|
2911
|
+
"ion-menu-toggle/theme": {
|
|
2912
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2913
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
2914
|
+
"options": [
|
|
2915
|
+
"ios",
|
|
2916
|
+
"md",
|
|
2917
|
+
"ionic"
|
|
2918
|
+
]
|
|
2919
|
+
},
|
|
2242
2920
|
"ion-modal/animated": {
|
|
2243
2921
|
"type": "boolean",
|
|
2244
2922
|
"description": "If `true`, the modal will animate.",
|
|
@@ -2319,7 +2997,7 @@
|
|
|
2319
2997
|
},
|
|
2320
2998
|
"ion-modal/mode": {
|
|
2321
2999
|
"type": "\"ios\" | \"md\"",
|
|
2322
|
-
"description": "The mode determines
|
|
3000
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2323
3001
|
"options": [
|
|
2324
3002
|
"ios",
|
|
2325
3003
|
"md"
|
|
@@ -2330,11 +3008,29 @@
|
|
|
2330
3008
|
"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.",
|
|
2331
3009
|
"options": []
|
|
2332
3010
|
},
|
|
3011
|
+
"ion-modal/shape": {
|
|
3012
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
3013
|
+
"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.",
|
|
3014
|
+
"options": [
|
|
3015
|
+
"rectangular",
|
|
3016
|
+
"round",
|
|
3017
|
+
"soft"
|
|
3018
|
+
]
|
|
3019
|
+
},
|
|
2333
3020
|
"ion-modal/show-backdrop": {
|
|
2334
3021
|
"type": "boolean",
|
|
2335
3022
|
"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.",
|
|
2336
3023
|
"options": []
|
|
2337
3024
|
},
|
|
3025
|
+
"ion-modal/theme": {
|
|
3026
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3027
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3028
|
+
"options": [
|
|
3029
|
+
"ios",
|
|
3030
|
+
"md",
|
|
3031
|
+
"ionic"
|
|
3032
|
+
]
|
|
3033
|
+
},
|
|
2338
3034
|
"ion-modal/trigger": {
|
|
2339
3035
|
"type": "string | undefined",
|
|
2340
3036
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -2347,9 +3043,17 @@
|
|
|
2347
3043
|
},
|
|
2348
3044
|
"ion-nav/animation": {
|
|
2349
3045
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
2350
|
-
"description": "By default `ion-nav` animates transition between pages based
|
|
3046
|
+
"description": "By default `ion-nav` animates transition between pages based on the mode (\"ios\" or \"md\").\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
|
|
2351
3047
|
"options": []
|
|
2352
3048
|
},
|
|
3049
|
+
"ion-nav/mode": {
|
|
3050
|
+
"type": "\"ios\" | \"md\"",
|
|
3051
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3052
|
+
"options": [
|
|
3053
|
+
"ios",
|
|
3054
|
+
"md"
|
|
3055
|
+
]
|
|
3056
|
+
},
|
|
2353
3057
|
"ion-nav/root": {
|
|
2354
3058
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
2355
3059
|
"description": "Root NavComponent to load",
|
|
@@ -2365,6 +3069,15 @@
|
|
|
2365
3069
|
"description": "If the nav component should allow for swipe-to-go-back.",
|
|
2366
3070
|
"options": []
|
|
2367
3071
|
},
|
|
3072
|
+
"ion-nav/theme": {
|
|
3073
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3074
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3075
|
+
"options": [
|
|
3076
|
+
"ios",
|
|
3077
|
+
"md",
|
|
3078
|
+
"ionic"
|
|
3079
|
+
]
|
|
3080
|
+
},
|
|
2368
3081
|
"ion-nav-link/component": {
|
|
2369
3082
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
2370
3083
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
|
|
@@ -2375,6 +3088,14 @@
|
|
|
2375
3088
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
|
|
2376
3089
|
"options": []
|
|
2377
3090
|
},
|
|
3091
|
+
"ion-nav-link/mode": {
|
|
3092
|
+
"type": "\"ios\" | \"md\"",
|
|
3093
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3094
|
+
"options": [
|
|
3095
|
+
"ios",
|
|
3096
|
+
"md"
|
|
3097
|
+
]
|
|
3098
|
+
},
|
|
2378
3099
|
"ion-nav-link/router-animation": {
|
|
2379
3100
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
2380
3101
|
"description": "The transition animation when navigating to another page.",
|
|
@@ -2389,6 +3110,15 @@
|
|
|
2389
3110
|
"root"
|
|
2390
3111
|
]
|
|
2391
3112
|
},
|
|
3113
|
+
"ion-nav-link/theme": {
|
|
3114
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3115
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3116
|
+
"options": [
|
|
3117
|
+
"ios",
|
|
3118
|
+
"md",
|
|
3119
|
+
"ionic"
|
|
3120
|
+
]
|
|
3121
|
+
},
|
|
2392
3122
|
"ion-note/color": {
|
|
2393
3123
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2394
3124
|
"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).",
|
|
@@ -2406,20 +3136,38 @@
|
|
|
2406
3136
|
},
|
|
2407
3137
|
"ion-note/mode": {
|
|
2408
3138
|
"type": "\"ios\" | \"md\"",
|
|
2409
|
-
"description": "The mode determines
|
|
3139
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2410
3140
|
"options": [
|
|
2411
3141
|
"ios",
|
|
2412
3142
|
"md"
|
|
2413
3143
|
]
|
|
2414
3144
|
},
|
|
3145
|
+
"ion-note/theme": {
|
|
3146
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3147
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3148
|
+
"options": [
|
|
3149
|
+
"ios",
|
|
3150
|
+
"md",
|
|
3151
|
+
"ionic"
|
|
3152
|
+
]
|
|
3153
|
+
},
|
|
2415
3154
|
"ion-picker/mode": {
|
|
2416
3155
|
"type": "\"ios\" | \"md\"",
|
|
2417
|
-
"description": "The mode determines
|
|
3156
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2418
3157
|
"options": [
|
|
2419
3158
|
"ios",
|
|
2420
3159
|
"md"
|
|
2421
3160
|
]
|
|
2422
3161
|
},
|
|
3162
|
+
"ion-picker/theme": {
|
|
3163
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3164
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3165
|
+
"options": [
|
|
3166
|
+
"ios",
|
|
3167
|
+
"md",
|
|
3168
|
+
"ionic"
|
|
3169
|
+
]
|
|
3170
|
+
},
|
|
2423
3171
|
"ion-picker-column/color": {
|
|
2424
3172
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2425
3173
|
"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).",
|
|
@@ -2442,12 +3190,21 @@
|
|
|
2442
3190
|
},
|
|
2443
3191
|
"ion-picker-column/mode": {
|
|
2444
3192
|
"type": "\"ios\" | \"md\"",
|
|
2445
|
-
"description": "The mode determines
|
|
3193
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2446
3194
|
"options": [
|
|
2447
3195
|
"ios",
|
|
2448
3196
|
"md"
|
|
2449
3197
|
]
|
|
2450
3198
|
},
|
|
3199
|
+
"ion-picker-column/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
|
+
},
|
|
2451
3208
|
"ion-picker-column/value": {
|
|
2452
3209
|
"type": "number | string | undefined",
|
|
2453
3210
|
"description": "The selected option in the picker.",
|
|
@@ -2473,6 +3230,23 @@
|
|
|
2473
3230
|
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
2474
3231
|
"options": []
|
|
2475
3232
|
},
|
|
3233
|
+
"ion-picker-column-option/mode": {
|
|
3234
|
+
"type": "\"ios\" | \"md\"",
|
|
3235
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3236
|
+
"options": [
|
|
3237
|
+
"ios",
|
|
3238
|
+
"md"
|
|
3239
|
+
]
|
|
3240
|
+
},
|
|
3241
|
+
"ion-picker-column-option/theme": {
|
|
3242
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3243
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3244
|
+
"options": [
|
|
3245
|
+
"ios",
|
|
3246
|
+
"md",
|
|
3247
|
+
"ionic"
|
|
3248
|
+
]
|
|
3249
|
+
},
|
|
2476
3250
|
"ion-picker-column-option/value": {
|
|
2477
3251
|
"type": "any",
|
|
2478
3252
|
"description": "The text value of the option.",
|
|
@@ -2535,7 +3309,7 @@
|
|
|
2535
3309
|
},
|
|
2536
3310
|
"ion-picker-legacy/mode": {
|
|
2537
3311
|
"type": "\"ios\" | \"md\"",
|
|
2538
|
-
"description": "The mode determines
|
|
3312
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2539
3313
|
"options": [
|
|
2540
3314
|
"ios",
|
|
2541
3315
|
"md"
|
|
@@ -2546,6 +3320,15 @@
|
|
|
2546
3320
|
"description": "If `true`, a backdrop will be displayed behind the picker.",
|
|
2547
3321
|
"options": []
|
|
2548
3322
|
},
|
|
3323
|
+
"ion-picker-legacy/theme": {
|
|
3324
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3325
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3326
|
+
"options": [
|
|
3327
|
+
"ios",
|
|
3328
|
+
"md",
|
|
3329
|
+
"ionic"
|
|
3330
|
+
]
|
|
3331
|
+
},
|
|
2549
3332
|
"ion-picker-legacy/trigger": {
|
|
2550
3333
|
"type": "string | undefined",
|
|
2551
3334
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -2553,7 +3336,7 @@
|
|
|
2553
3336
|
},
|
|
2554
3337
|
"ion-popover/alignment": {
|
|
2555
3338
|
"type": "\"center\" | \"end\" | \"start\" | undefined",
|
|
2556
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
3339
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `\"ios\"` theme, and `\"start\"` for `\"md\"` theme.",
|
|
2557
3340
|
"options": [
|
|
2558
3341
|
"center",
|
|
2559
3342
|
"end",
|
|
@@ -2567,7 +3350,7 @@
|
|
|
2567
3350
|
},
|
|
2568
3351
|
"ion-popover/arrow": {
|
|
2569
3352
|
"type": "boolean",
|
|
2570
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
3353
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` on `\"ios\"` theme.",
|
|
2571
3354
|
"options": []
|
|
2572
3355
|
},
|
|
2573
3356
|
"ion-popover/backdrop-dismiss": {
|
|
@@ -2632,7 +3415,7 @@
|
|
|
2632
3415
|
},
|
|
2633
3416
|
"ion-popover/mode": {
|
|
2634
3417
|
"type": "\"ios\" | \"md\"",
|
|
2635
|
-
"description": "The mode determines
|
|
3418
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2636
3419
|
"options": [
|
|
2637
3420
|
"ios",
|
|
2638
3421
|
"md"
|
|
@@ -2671,9 +3454,18 @@
|
|
|
2671
3454
|
"cover"
|
|
2672
3455
|
]
|
|
2673
3456
|
},
|
|
3457
|
+
"ion-popover/theme": {
|
|
3458
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3459
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3460
|
+
"options": [
|
|
3461
|
+
"ios",
|
|
3462
|
+
"md",
|
|
3463
|
+
"ionic"
|
|
3464
|
+
]
|
|
3465
|
+
},
|
|
2674
3466
|
"ion-popover/translucent": {
|
|
2675
3467
|
"type": "boolean",
|
|
2676
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
3468
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
2677
3469
|
"options": []
|
|
2678
3470
|
},
|
|
2679
3471
|
"ion-popover/trigger": {
|
|
@@ -2712,7 +3504,7 @@
|
|
|
2712
3504
|
},
|
|
2713
3505
|
"ion-progress-bar/mode": {
|
|
2714
3506
|
"type": "\"ios\" | \"md\"",
|
|
2715
|
-
"description": "The mode determines
|
|
3507
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2716
3508
|
"options": [
|
|
2717
3509
|
"ios",
|
|
2718
3510
|
"md"
|
|
@@ -2723,6 +3515,15 @@
|
|
|
2723
3515
|
"description": "If true, reverse the progress bar direction.",
|
|
2724
3516
|
"options": []
|
|
2725
3517
|
},
|
|
3518
|
+
"ion-progress-bar/theme": {
|
|
3519
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3520
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3521
|
+
"options": [
|
|
3522
|
+
"ios",
|
|
3523
|
+
"md",
|
|
3524
|
+
"ionic"
|
|
3525
|
+
]
|
|
3526
|
+
},
|
|
2726
3527
|
"ion-progress-bar/type": {
|
|
2727
3528
|
"type": "\"determinate\" | \"indeterminate\"",
|
|
2728
3529
|
"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).",
|
|
@@ -2785,7 +3586,7 @@
|
|
|
2785
3586
|
},
|
|
2786
3587
|
"ion-radio/mode": {
|
|
2787
3588
|
"type": "\"ios\" | \"md\"",
|
|
2788
|
-
"description": "The mode determines
|
|
3589
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2789
3590
|
"options": [
|
|
2790
3591
|
"ios",
|
|
2791
3592
|
"md"
|
|
@@ -2796,6 +3597,15 @@
|
|
|
2796
3597
|
"description": "The name of the control, which is submitted with the form data.",
|
|
2797
3598
|
"options": []
|
|
2798
3599
|
},
|
|
3600
|
+
"ion-radio/theme": {
|
|
3601
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3602
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3603
|
+
"options": [
|
|
3604
|
+
"ios",
|
|
3605
|
+
"md",
|
|
3606
|
+
"ionic"
|
|
3607
|
+
]
|
|
3608
|
+
},
|
|
2799
3609
|
"ion-radio/value": {
|
|
2800
3610
|
"type": "any",
|
|
2801
3611
|
"description": "the value of the radio.",
|
|
@@ -2811,11 +3621,28 @@
|
|
|
2811
3621
|
"description": "This property allows developers to specify a custom function or property\nname for comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison.",
|
|
2812
3622
|
"options": []
|
|
2813
3623
|
},
|
|
3624
|
+
"ion-radio-group/mode": {
|
|
3625
|
+
"type": "\"ios\" | \"md\"",
|
|
3626
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3627
|
+
"options": [
|
|
3628
|
+
"ios",
|
|
3629
|
+
"md"
|
|
3630
|
+
]
|
|
3631
|
+
},
|
|
2814
3632
|
"ion-radio-group/name": {
|
|
2815
3633
|
"type": "string",
|
|
2816
3634
|
"description": "The name of the control, which is submitted with the form data.",
|
|
2817
3635
|
"options": []
|
|
2818
3636
|
},
|
|
3637
|
+
"ion-radio-group/theme": {
|
|
3638
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3639
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3640
|
+
"options": [
|
|
3641
|
+
"ios",
|
|
3642
|
+
"md",
|
|
3643
|
+
"ionic"
|
|
3644
|
+
]
|
|
3645
|
+
},
|
|
2819
3646
|
"ion-radio-group/value": {
|
|
2820
3647
|
"type": "any",
|
|
2821
3648
|
"description": "the value of the radio group.",
|
|
@@ -2883,7 +3710,7 @@
|
|
|
2883
3710
|
},
|
|
2884
3711
|
"ion-range/mode": {
|
|
2885
3712
|
"type": "\"ios\" | \"md\"",
|
|
2886
|
-
"description": "The mode determines
|
|
3713
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2887
3714
|
"options": [
|
|
2888
3715
|
"ios",
|
|
2889
3716
|
"md"
|
|
@@ -2914,6 +3741,15 @@
|
|
|
2914
3741
|
"description": "Specifies the value granularity.",
|
|
2915
3742
|
"options": []
|
|
2916
3743
|
},
|
|
3744
|
+
"ion-range/theme": {
|
|
3745
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3746
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3747
|
+
"options": [
|
|
3748
|
+
"ios",
|
|
3749
|
+
"md",
|
|
3750
|
+
"ionic"
|
|
3751
|
+
]
|
|
3752
|
+
},
|
|
2917
3753
|
"ion-range/ticks": {
|
|
2918
3754
|
"type": "boolean",
|
|
2919
3755
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -2936,7 +3772,7 @@
|
|
|
2936
3772
|
},
|
|
2937
3773
|
"ion-refresher/mode": {
|
|
2938
3774
|
"type": "\"ios\" | \"md\"",
|
|
2939
|
-
"description": "The mode determines
|
|
3775
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
2940
3776
|
"options": [
|
|
2941
3777
|
"ios",
|
|
2942
3778
|
"md"
|
|
@@ -2962,6 +3798,23 @@
|
|
|
2962
3798
|
"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.",
|
|
2963
3799
|
"options": []
|
|
2964
3800
|
},
|
|
3801
|
+
"ion-refresher/theme": {
|
|
3802
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3803
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3804
|
+
"options": [
|
|
3805
|
+
"ios",
|
|
3806
|
+
"md",
|
|
3807
|
+
"ionic"
|
|
3808
|
+
]
|
|
3809
|
+
},
|
|
3810
|
+
"ion-refresher-content/mode": {
|
|
3811
|
+
"type": "\"ios\" | \"md\"",
|
|
3812
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3813
|
+
"options": [
|
|
3814
|
+
"ios",
|
|
3815
|
+
"md"
|
|
3816
|
+
]
|
|
3817
|
+
},
|
|
2965
3818
|
"ion-refresher-content/pulling-icon": {
|
|
2966
3819
|
"type": "null | string | undefined",
|
|
2967
3820
|
"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.",
|
|
@@ -2992,11 +3845,71 @@
|
|
|
2992
3845
|
"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.",
|
|
2993
3846
|
"options": []
|
|
2994
3847
|
},
|
|
3848
|
+
"ion-refresher-content/theme": {
|
|
3849
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3850
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3851
|
+
"options": [
|
|
3852
|
+
"ios",
|
|
3853
|
+
"md",
|
|
3854
|
+
"ionic"
|
|
3855
|
+
]
|
|
3856
|
+
},
|
|
3857
|
+
"ion-reorder/mode": {
|
|
3858
|
+
"type": "\"ios\" | \"md\"",
|
|
3859
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3860
|
+
"options": [
|
|
3861
|
+
"ios",
|
|
3862
|
+
"md"
|
|
3863
|
+
]
|
|
3864
|
+
},
|
|
3865
|
+
"ion-reorder/theme": {
|
|
3866
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3867
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3868
|
+
"options": [
|
|
3869
|
+
"ios",
|
|
3870
|
+
"md",
|
|
3871
|
+
"ionic"
|
|
3872
|
+
]
|
|
3873
|
+
},
|
|
2995
3874
|
"ion-reorder-group/disabled": {
|
|
2996
3875
|
"type": "boolean",
|
|
2997
3876
|
"description": "If `true`, the reorder will be hidden.",
|
|
2998
3877
|
"options": []
|
|
2999
3878
|
},
|
|
3879
|
+
"ion-reorder-group/mode": {
|
|
3880
|
+
"type": "\"ios\" | \"md\"",
|
|
3881
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3882
|
+
"options": [
|
|
3883
|
+
"ios",
|
|
3884
|
+
"md"
|
|
3885
|
+
]
|
|
3886
|
+
},
|
|
3887
|
+
"ion-reorder-group/theme": {
|
|
3888
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3889
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3890
|
+
"options": [
|
|
3891
|
+
"ios",
|
|
3892
|
+
"md",
|
|
3893
|
+
"ionic"
|
|
3894
|
+
]
|
|
3895
|
+
},
|
|
3896
|
+
"ion-ripple-effect/mode": {
|
|
3897
|
+
"type": "\"ios\" | \"md\"",
|
|
3898
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3899
|
+
"options": [
|
|
3900
|
+
"ios",
|
|
3901
|
+
"md"
|
|
3902
|
+
]
|
|
3903
|
+
},
|
|
3904
|
+
"ion-ripple-effect/theme": {
|
|
3905
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3906
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3907
|
+
"options": [
|
|
3908
|
+
"ios",
|
|
3909
|
+
"md",
|
|
3910
|
+
"ionic"
|
|
3911
|
+
]
|
|
3912
|
+
},
|
|
3000
3913
|
"ion-ripple-effect/type": {
|
|
3001
3914
|
"type": "\"bounded\" | \"unbounded\"",
|
|
3002
3915
|
"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.",
|
|
@@ -3025,6 +3938,23 @@
|
|
|
3025
3938
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
|
|
3026
3939
|
"options": []
|
|
3027
3940
|
},
|
|
3941
|
+
"ion-route/mode": {
|
|
3942
|
+
"type": "\"ios\" | \"md\"",
|
|
3943
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3944
|
+
"options": [
|
|
3945
|
+
"ios",
|
|
3946
|
+
"md"
|
|
3947
|
+
]
|
|
3948
|
+
},
|
|
3949
|
+
"ion-route/theme": {
|
|
3950
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3951
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3952
|
+
"options": [
|
|
3953
|
+
"ios",
|
|
3954
|
+
"md",
|
|
3955
|
+
"ionic"
|
|
3956
|
+
]
|
|
3957
|
+
},
|
|
3028
3958
|
"ion-route/url": {
|
|
3029
3959
|
"type": "string",
|
|
3030
3960
|
"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.",
|
|
@@ -3040,11 +3970,28 @@
|
|
|
3040
3970
|
"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.",
|
|
3041
3971
|
"options": []
|
|
3042
3972
|
},
|
|
3973
|
+
"ion-router/mode": {
|
|
3974
|
+
"type": "\"ios\" | \"md\"",
|
|
3975
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3976
|
+
"options": [
|
|
3977
|
+
"ios",
|
|
3978
|
+
"md"
|
|
3979
|
+
]
|
|
3980
|
+
},
|
|
3043
3981
|
"ion-router/root": {
|
|
3044
3982
|
"type": "string",
|
|
3045
3983
|
"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.",
|
|
3046
3984
|
"options": []
|
|
3047
3985
|
},
|
|
3986
|
+
"ion-router/theme": {
|
|
3987
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3988
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
3989
|
+
"options": [
|
|
3990
|
+
"ios",
|
|
3991
|
+
"md",
|
|
3992
|
+
"ionic"
|
|
3993
|
+
]
|
|
3994
|
+
},
|
|
3048
3995
|
"ion-router/use-hash": {
|
|
3049
3996
|
"type": "boolean",
|
|
3050
3997
|
"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.",
|
|
@@ -3070,6 +4017,14 @@
|
|
|
3070
4017
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
|
|
3071
4018
|
"options": []
|
|
3072
4019
|
},
|
|
4020
|
+
"ion-router-link/mode": {
|
|
4021
|
+
"type": "\"ios\" | \"md\"",
|
|
4022
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4023
|
+
"options": [
|
|
4024
|
+
"ios",
|
|
4025
|
+
"md"
|
|
4026
|
+
]
|
|
4027
|
+
},
|
|
3073
4028
|
"ion-router-link/rel": {
|
|
3074
4029
|
"type": "string | undefined",
|
|
3075
4030
|
"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).",
|
|
@@ -3094,6 +4049,15 @@
|
|
|
3094
4049
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
3095
4050
|
"options": []
|
|
3096
4051
|
},
|
|
4052
|
+
"ion-router-link/theme": {
|
|
4053
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4054
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4055
|
+
"options": [
|
|
4056
|
+
"ios",
|
|
4057
|
+
"md",
|
|
4058
|
+
"ionic"
|
|
4059
|
+
]
|
|
4060
|
+
},
|
|
3097
4061
|
"ion-router-outlet/animated": {
|
|
3098
4062
|
"type": "boolean",
|
|
3099
4063
|
"description": "If `true`, the router-outlet should animate the transition of components.",
|
|
@@ -3106,12 +4070,38 @@
|
|
|
3106
4070
|
},
|
|
3107
4071
|
"ion-router-outlet/mode": {
|
|
3108
4072
|
"type": "\"ios\" | \"md\"",
|
|
3109
|
-
"description": "The mode determines
|
|
4073
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4074
|
+
"options": [
|
|
4075
|
+
"ios",
|
|
4076
|
+
"md"
|
|
4077
|
+
]
|
|
4078
|
+
},
|
|
4079
|
+
"ion-router-outlet/theme": {
|
|
4080
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4081
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4082
|
+
"options": [
|
|
4083
|
+
"ios",
|
|
4084
|
+
"md",
|
|
4085
|
+
"ionic"
|
|
4086
|
+
]
|
|
4087
|
+
},
|
|
4088
|
+
"ion-row/mode": {
|
|
4089
|
+
"type": "\"ios\" | \"md\"",
|
|
4090
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3110
4091
|
"options": [
|
|
3111
4092
|
"ios",
|
|
3112
4093
|
"md"
|
|
3113
4094
|
]
|
|
3114
4095
|
},
|
|
4096
|
+
"ion-row/theme": {
|
|
4097
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4098
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4099
|
+
"options": [
|
|
4100
|
+
"ios",
|
|
4101
|
+
"md",
|
|
4102
|
+
"ionic"
|
|
4103
|
+
]
|
|
4104
|
+
},
|
|
3115
4105
|
"ion-searchbar/animated": {
|
|
3116
4106
|
"type": "boolean",
|
|
3117
4107
|
"description": "If `true`, enable searchbar animation.",
|
|
@@ -3191,18 +4181,18 @@
|
|
|
3191
4181
|
]
|
|
3192
4182
|
},
|
|
3193
4183
|
"ion-searchbar/cancel-button-icon": {
|
|
3194
|
-
"type": "string",
|
|
3195
|
-
"description": "Set the cancel button icon. Only
|
|
4184
|
+
"type": "string | undefined",
|
|
4185
|
+
"description": "Set the cancel button icon. Only available when the theme is `\"md\"`.\nDefaults to `\"arrow-back-sharp\"`.",
|
|
3196
4186
|
"options": []
|
|
3197
4187
|
},
|
|
3198
4188
|
"ion-searchbar/cancel-button-text": {
|
|
3199
4189
|
"type": "string",
|
|
3200
|
-
"description": "Set the the cancel button text. Only
|
|
4190
|
+
"description": "Set the the cancel button text. Only available when the theme is `\"ios\"`.",
|
|
3201
4191
|
"options": []
|
|
3202
4192
|
},
|
|
3203
4193
|
"ion-searchbar/clear-icon": {
|
|
3204
4194
|
"type": "string | undefined",
|
|
3205
|
-
"description": "Set the clear icon. Defaults to
|
|
4195
|
+
"description": "Set the clear icon. Defaults to `\"close-circle\"` for `\"ios\"` theme and `\"close-sharp\"` for `\"md\"` and `\"ionic\"` theme.",
|
|
3206
4196
|
"options": []
|
|
3207
4197
|
},
|
|
3208
4198
|
"ion-searchbar/color": {
|
|
@@ -3269,7 +4259,7 @@
|
|
|
3269
4259
|
},
|
|
3270
4260
|
"ion-searchbar/mode": {
|
|
3271
4261
|
"type": "\"ios\" | \"md\"",
|
|
3272
|
-
"description": "The mode determines
|
|
4262
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3273
4263
|
"options": [
|
|
3274
4264
|
"ios",
|
|
3275
4265
|
"md"
|
|
@@ -3287,7 +4277,7 @@
|
|
|
3287
4277
|
},
|
|
3288
4278
|
"ion-searchbar/search-icon": {
|
|
3289
4279
|
"type": "string | undefined",
|
|
3290
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
4280
|
+
"description": "The icon to use as the search icon. Defaults to `\"search-outline\"` in\nthe `\"ios\"` theme and `\"search-sharp\"` in the `\"md\"` and `\"ionic\"` themes.",
|
|
3291
4281
|
"options": []
|
|
3292
4282
|
},
|
|
3293
4283
|
"ion-searchbar/show-cancel-button": {
|
|
@@ -3313,6 +4303,15 @@
|
|
|
3313
4303
|
"description": "If `true`, enable spellcheck on the input.",
|
|
3314
4304
|
"options": []
|
|
3315
4305
|
},
|
|
4306
|
+
"ion-searchbar/theme": {
|
|
4307
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4308
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4309
|
+
"options": [
|
|
4310
|
+
"ios",
|
|
4311
|
+
"md",
|
|
4312
|
+
"ionic"
|
|
4313
|
+
]
|
|
4314
|
+
},
|
|
3316
4315
|
"ion-searchbar/type": {
|
|
3317
4316
|
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
3318
4317
|
"description": "Set the type of the input.",
|
|
@@ -3353,7 +4352,7 @@
|
|
|
3353
4352
|
},
|
|
3354
4353
|
"ion-segment/mode": {
|
|
3355
4354
|
"type": "\"ios\" | \"md\"",
|
|
3356
|
-
"description": "The mode determines
|
|
4355
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3357
4356
|
"options": [
|
|
3358
4357
|
"ios",
|
|
3359
4358
|
"md"
|
|
@@ -3374,6 +4373,15 @@
|
|
|
3374
4373
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them.",
|
|
3375
4374
|
"options": []
|
|
3376
4375
|
},
|
|
4376
|
+
"ion-segment/theme": {
|
|
4377
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4378
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4379
|
+
"options": [
|
|
4380
|
+
"ios",
|
|
4381
|
+
"md",
|
|
4382
|
+
"ionic"
|
|
4383
|
+
]
|
|
4384
|
+
},
|
|
3377
4385
|
"ion-segment/value": {
|
|
3378
4386
|
"type": "number | string | undefined",
|
|
3379
4387
|
"description": "the value of the segment.",
|
|
@@ -3398,12 +4406,21 @@
|
|
|
3398
4406
|
},
|
|
3399
4407
|
"ion-segment-button/mode": {
|
|
3400
4408
|
"type": "\"ios\" | \"md\"",
|
|
3401
|
-
"description": "The mode determines
|
|
4409
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3402
4410
|
"options": [
|
|
3403
4411
|
"ios",
|
|
3404
4412
|
"md"
|
|
3405
4413
|
]
|
|
3406
4414
|
},
|
|
4415
|
+
"ion-segment-button/theme": {
|
|
4416
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4417
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4418
|
+
"options": [
|
|
4419
|
+
"ios",
|
|
4420
|
+
"md",
|
|
4421
|
+
"ionic"
|
|
4422
|
+
]
|
|
4423
|
+
},
|
|
3407
4424
|
"ion-segment-button/type": {
|
|
3408
4425
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
3409
4426
|
"description": "The type of the button.",
|
|
@@ -3450,12 +4467,12 @@
|
|
|
3450
4467
|
},
|
|
3451
4468
|
"ion-select/expanded-icon": {
|
|
3452
4469
|
"type": "string | undefined",
|
|
3453
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
4470
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `\"md\"` theme will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
3454
4471
|
"options": []
|
|
3455
4472
|
},
|
|
3456
4473
|
"ion-select/fill": {
|
|
3457
4474
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
3458
|
-
"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
|
|
4475
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in the `\"md\"` theme.",
|
|
3459
4476
|
"options": [
|
|
3460
4477
|
"outline",
|
|
3461
4478
|
"solid"
|
|
@@ -3502,7 +4519,7 @@
|
|
|
3502
4519
|
},
|
|
3503
4520
|
"ion-select/mode": {
|
|
3504
4521
|
"type": "\"ios\" | \"md\"",
|
|
3505
|
-
"description": "The mode determines
|
|
4522
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3506
4523
|
"options": [
|
|
3507
4524
|
"ios",
|
|
3508
4525
|
"md"
|
|
@@ -3540,9 +4557,18 @@
|
|
|
3540
4557
|
"round"
|
|
3541
4558
|
]
|
|
3542
4559
|
},
|
|
4560
|
+
"ion-select/theme": {
|
|
4561
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4562
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4563
|
+
"options": [
|
|
4564
|
+
"ios",
|
|
4565
|
+
"md",
|
|
4566
|
+
"ionic"
|
|
4567
|
+
]
|
|
4568
|
+
},
|
|
3543
4569
|
"ion-select/toggle-icon": {
|
|
3544
4570
|
"type": "string | undefined",
|
|
3545
|
-
"description": "The toggle icon to use. Defaults to
|
|
4571
|
+
"description": "The toggle icon to use. Defaults to `\"chevronExpand\"` for the `\"ios\"` theme,\nor `\"caretDownSharp\"` for the `\"md\"` and `\"ionic\"` themes.",
|
|
3546
4572
|
"options": []
|
|
3547
4573
|
},
|
|
3548
4574
|
"ion-select/value": {
|
|
@@ -3555,6 +4581,23 @@
|
|
|
3555
4581
|
"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.",
|
|
3556
4582
|
"options": []
|
|
3557
4583
|
},
|
|
4584
|
+
"ion-select-option/mode": {
|
|
4585
|
+
"type": "\"ios\" | \"md\"",
|
|
4586
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4587
|
+
"options": [
|
|
4588
|
+
"ios",
|
|
4589
|
+
"md"
|
|
4590
|
+
]
|
|
4591
|
+
},
|
|
4592
|
+
"ion-select-option/theme": {
|
|
4593
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4594
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4595
|
+
"options": [
|
|
4596
|
+
"ios",
|
|
4597
|
+
"md",
|
|
4598
|
+
"ionic"
|
|
4599
|
+
]
|
|
4600
|
+
},
|
|
3558
4601
|
"ion-select-option/value": {
|
|
3559
4602
|
"type": "any",
|
|
3560
4603
|
"description": "The text value of the option.",
|
|
@@ -3565,6 +4608,23 @@
|
|
|
3565
4608
|
"description": "If `true`, the skeleton text will animate.",
|
|
3566
4609
|
"options": []
|
|
3567
4610
|
},
|
|
4611
|
+
"ion-skeleton-text/mode": {
|
|
4612
|
+
"type": "\"ios\" | \"md\"",
|
|
4613
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4614
|
+
"options": [
|
|
4615
|
+
"ios",
|
|
4616
|
+
"md"
|
|
4617
|
+
]
|
|
4618
|
+
},
|
|
4619
|
+
"ion-skeleton-text/theme": {
|
|
4620
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4621
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4622
|
+
"options": [
|
|
4623
|
+
"ios",
|
|
4624
|
+
"md",
|
|
4625
|
+
"ionic"
|
|
4626
|
+
]
|
|
4627
|
+
},
|
|
3568
4628
|
"ion-spinner/color": {
|
|
3569
4629
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3570
4630
|
"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).",
|
|
@@ -3585,6 +4645,14 @@
|
|
|
3585
4645
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
|
|
3586
4646
|
"options": []
|
|
3587
4647
|
},
|
|
4648
|
+
"ion-spinner/mode": {
|
|
4649
|
+
"type": "\"ios\" | \"md\"",
|
|
4650
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4651
|
+
"options": [
|
|
4652
|
+
"ios",
|
|
4653
|
+
"md"
|
|
4654
|
+
]
|
|
4655
|
+
},
|
|
3588
4656
|
"ion-spinner/name": {
|
|
3589
4657
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
|
|
3590
4658
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -3605,6 +4673,26 @@
|
|
|
3605
4673
|
"description": "If `true`, the spinner's animation will be paused.",
|
|
3606
4674
|
"options": []
|
|
3607
4675
|
},
|
|
4676
|
+
"ion-spinner/size": {
|
|
4677
|
+
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
|
|
4678
|
+
"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.",
|
|
4679
|
+
"options": [
|
|
4680
|
+
"large",
|
|
4681
|
+
"medium",
|
|
4682
|
+
"small",
|
|
4683
|
+
"xlarge",
|
|
4684
|
+
"xsmall"
|
|
4685
|
+
]
|
|
4686
|
+
},
|
|
4687
|
+
"ion-spinner/theme": {
|
|
4688
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4689
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4690
|
+
"options": [
|
|
4691
|
+
"ios",
|
|
4692
|
+
"md",
|
|
4693
|
+
"ionic"
|
|
4694
|
+
]
|
|
4695
|
+
},
|
|
3608
4696
|
"ion-split-pane/content-id": {
|
|
3609
4697
|
"type": "string | undefined",
|
|
3610
4698
|
"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`.",
|
|
@@ -3615,6 +4703,23 @@
|
|
|
3615
4703
|
"description": "If `true`, the split pane will be hidden.",
|
|
3616
4704
|
"options": []
|
|
3617
4705
|
},
|
|
4706
|
+
"ion-split-pane/mode": {
|
|
4707
|
+
"type": "\"ios\" | \"md\"",
|
|
4708
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4709
|
+
"options": [
|
|
4710
|
+
"ios",
|
|
4711
|
+
"md"
|
|
4712
|
+
]
|
|
4713
|
+
},
|
|
4714
|
+
"ion-split-pane/theme": {
|
|
4715
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4716
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4717
|
+
"options": [
|
|
4718
|
+
"ios",
|
|
4719
|
+
"md",
|
|
4720
|
+
"ionic"
|
|
4721
|
+
]
|
|
4722
|
+
},
|
|
3618
4723
|
"ion-split-pane/when": {
|
|
3619
4724
|
"type": "boolean | string",
|
|
3620
4725
|
"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.",
|
|
@@ -3625,11 +4730,28 @@
|
|
|
3625
4730
|
"description": "The component to display inside of the tab.",
|
|
3626
4731
|
"options": []
|
|
3627
4732
|
},
|
|
4733
|
+
"ion-tab/mode": {
|
|
4734
|
+
"type": "\"ios\" | \"md\"",
|
|
4735
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4736
|
+
"options": [
|
|
4737
|
+
"ios",
|
|
4738
|
+
"md"
|
|
4739
|
+
]
|
|
4740
|
+
},
|
|
3628
4741
|
"ion-tab/tab": {
|
|
3629
4742
|
"type": "string",
|
|
3630
4743
|
"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.",
|
|
3631
4744
|
"options": []
|
|
3632
4745
|
},
|
|
4746
|
+
"ion-tab/theme": {
|
|
4747
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4748
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4749
|
+
"options": [
|
|
4750
|
+
"ios",
|
|
4751
|
+
"md",
|
|
4752
|
+
"ionic"
|
|
4753
|
+
]
|
|
4754
|
+
},
|
|
3633
4755
|
"ion-tab-bar/color": {
|
|
3634
4756
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3635
4757
|
"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).",
|
|
@@ -3645,9 +4767,17 @@
|
|
|
3645
4767
|
"warning"
|
|
3646
4768
|
]
|
|
3647
4769
|
},
|
|
4770
|
+
"ion-tab-bar/expand": {
|
|
4771
|
+
"type": "\"compact\" | \"full\"",
|
|
4772
|
+
"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\"`.",
|
|
4773
|
+
"options": [
|
|
4774
|
+
"compact",
|
|
4775
|
+
"full"
|
|
4776
|
+
]
|
|
4777
|
+
},
|
|
3648
4778
|
"ion-tab-bar/mode": {
|
|
3649
4779
|
"type": "\"ios\" | \"md\"",
|
|
3650
|
-
"description": "The mode determines
|
|
4780
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3651
4781
|
"options": [
|
|
3652
4782
|
"ios",
|
|
3653
4783
|
"md"
|
|
@@ -3658,9 +4788,27 @@
|
|
|
3658
4788
|
"description": "The selected tab component",
|
|
3659
4789
|
"options": []
|
|
3660
4790
|
},
|
|
4791
|
+
"ion-tab-bar/shape": {
|
|
4792
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4793
|
+
"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.",
|
|
4794
|
+
"options": [
|
|
4795
|
+
"rectangular",
|
|
4796
|
+
"round",
|
|
4797
|
+
"soft"
|
|
4798
|
+
]
|
|
4799
|
+
},
|
|
4800
|
+
"ion-tab-bar/theme": {
|
|
4801
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4802
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4803
|
+
"options": [
|
|
4804
|
+
"ios",
|
|
4805
|
+
"md",
|
|
4806
|
+
"ionic"
|
|
4807
|
+
]
|
|
4808
|
+
},
|
|
3661
4809
|
"ion-tab-bar/translucent": {
|
|
3662
4810
|
"type": "boolean",
|
|
3663
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
4811
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
3664
4812
|
"options": []
|
|
3665
4813
|
},
|
|
3666
4814
|
"ion-tab-button/disabled": {
|
|
@@ -3692,7 +4840,7 @@
|
|
|
3692
4840
|
},
|
|
3693
4841
|
"ion-tab-button/mode": {
|
|
3694
4842
|
"type": "\"ios\" | \"md\"",
|
|
3695
|
-
"description": "The mode determines
|
|
4843
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3696
4844
|
"options": [
|
|
3697
4845
|
"ios",
|
|
3698
4846
|
"md"
|
|
@@ -3718,6 +4866,32 @@
|
|
|
3718
4866
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
3719
4867
|
"options": []
|
|
3720
4868
|
},
|
|
4869
|
+
"ion-tab-button/theme": {
|
|
4870
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4871
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4872
|
+
"options": [
|
|
4873
|
+
"ios",
|
|
4874
|
+
"md",
|
|
4875
|
+
"ionic"
|
|
4876
|
+
]
|
|
4877
|
+
},
|
|
4878
|
+
"ion-tabs/mode": {
|
|
4879
|
+
"type": "\"ios\" | \"md\"",
|
|
4880
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4881
|
+
"options": [
|
|
4882
|
+
"ios",
|
|
4883
|
+
"md"
|
|
4884
|
+
]
|
|
4885
|
+
},
|
|
4886
|
+
"ion-tabs/theme": {
|
|
4887
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4888
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4889
|
+
"options": [
|
|
4890
|
+
"ios",
|
|
4891
|
+
"md",
|
|
4892
|
+
"ionic"
|
|
4893
|
+
]
|
|
4894
|
+
},
|
|
3721
4895
|
"ion-text/color": {
|
|
3722
4896
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3723
4897
|
"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).",
|
|
@@ -3735,12 +4909,21 @@
|
|
|
3735
4909
|
},
|
|
3736
4910
|
"ion-text/mode": {
|
|
3737
4911
|
"type": "\"ios\" | \"md\"",
|
|
3738
|
-
"description": "The mode determines
|
|
4912
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3739
4913
|
"options": [
|
|
3740
4914
|
"ios",
|
|
3741
4915
|
"md"
|
|
3742
4916
|
]
|
|
3743
4917
|
},
|
|
4918
|
+
"ion-text/theme": {
|
|
4919
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4920
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
4921
|
+
"options": [
|
|
4922
|
+
"ios",
|
|
4923
|
+
"md",
|
|
4924
|
+
"ionic"
|
|
4925
|
+
]
|
|
4926
|
+
},
|
|
3744
4927
|
"ion-textarea/auto-grow": {
|
|
3745
4928
|
"type": "boolean",
|
|
3746
4929
|
"description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
|
|
@@ -3821,7 +5004,7 @@
|
|
|
3821
5004
|
},
|
|
3822
5005
|
"ion-textarea/fill": {
|
|
3823
5006
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
3824
|
-
"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
|
|
5007
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available when the theme is `\"md\"`.",
|
|
3825
5008
|
"options": [
|
|
3826
5009
|
"outline",
|
|
3827
5010
|
"solid"
|
|
@@ -3874,7 +5057,7 @@
|
|
|
3874
5057
|
},
|
|
3875
5058
|
"ion-textarea/mode": {
|
|
3876
5059
|
"type": "\"ios\" | \"md\"",
|
|
3877
|
-
"description": "The mode determines
|
|
5060
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
3878
5061
|
"options": [
|
|
3879
5062
|
"ios",
|
|
3880
5063
|
"md"
|
|
@@ -3906,10 +5089,21 @@
|
|
|
3906
5089
|
"options": []
|
|
3907
5090
|
},
|
|
3908
5091
|
"ion-textarea/shape": {
|
|
3909
|
-
"type": "\"round\" | undefined",
|
|
3910
|
-
"description": "
|
|
5092
|
+
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5093
|
+
"description": "Set to `\"soft\"` for a textarea with slightly rounded corners,\n`\"round\"` for a textarea with fully rounded corners, or `\"rectangular\"`\nfor a textarea without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
3911
5094
|
"options": [
|
|
3912
|
-
"
|
|
5095
|
+
"rectangular",
|
|
5096
|
+
"round",
|
|
5097
|
+
"soft"
|
|
5098
|
+
]
|
|
5099
|
+
},
|
|
5100
|
+
"ion-textarea/size": {
|
|
5101
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
5102
|
+
"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.",
|
|
5103
|
+
"options": [
|
|
5104
|
+
"large",
|
|
5105
|
+
"medium",
|
|
5106
|
+
"small"
|
|
3913
5107
|
]
|
|
3914
5108
|
},
|
|
3915
5109
|
"ion-textarea/spellcheck": {
|
|
@@ -3917,6 +5111,15 @@
|
|
|
3917
5111
|
"description": "If `true`, the element will have its spelling and grammar checked.",
|
|
3918
5112
|
"options": []
|
|
3919
5113
|
},
|
|
5114
|
+
"ion-textarea/theme": {
|
|
5115
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5116
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5117
|
+
"options": [
|
|
5118
|
+
"ios",
|
|
5119
|
+
"md",
|
|
5120
|
+
"ionic"
|
|
5121
|
+
]
|
|
5122
|
+
},
|
|
3920
5123
|
"ion-textarea/value": {
|
|
3921
5124
|
"type": "null | string | undefined",
|
|
3922
5125
|
"description": "The value of the textarea.",
|
|
@@ -3931,6 +5134,23 @@
|
|
|
3931
5134
|
"soft"
|
|
3932
5135
|
]
|
|
3933
5136
|
},
|
|
5137
|
+
"ion-thumbnail/mode": {
|
|
5138
|
+
"type": "\"ios\" | \"md\"",
|
|
5139
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5140
|
+
"options": [
|
|
5141
|
+
"ios",
|
|
5142
|
+
"md"
|
|
5143
|
+
]
|
|
5144
|
+
},
|
|
5145
|
+
"ion-thumbnail/theme": {
|
|
5146
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5147
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5148
|
+
"options": [
|
|
5149
|
+
"ios",
|
|
5150
|
+
"md",
|
|
5151
|
+
"ionic"
|
|
5152
|
+
]
|
|
5153
|
+
},
|
|
3934
5154
|
"ion-title/color": {
|
|
3935
5155
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3936
5156
|
"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).",
|
|
@@ -3946,6 +5166,14 @@
|
|
|
3946
5166
|
"warning"
|
|
3947
5167
|
]
|
|
3948
5168
|
},
|
|
5169
|
+
"ion-title/mode": {
|
|
5170
|
+
"type": "\"ios\" | \"md\"",
|
|
5171
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
5172
|
+
"options": [
|
|
5173
|
+
"ios",
|
|
5174
|
+
"md"
|
|
5175
|
+
]
|
|
5176
|
+
},
|
|
3949
5177
|
"ion-title/size": {
|
|
3950
5178
|
"type": "\"large\" | \"small\" | undefined",
|
|
3951
5179
|
"description": "The size of the toolbar title.",
|
|
@@ -3954,6 +5182,15 @@
|
|
|
3954
5182
|
"small"
|
|
3955
5183
|
]
|
|
3956
5184
|
},
|
|
5185
|
+
"ion-title/theme": {
|
|
5186
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5187
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5188
|
+
"options": [
|
|
5189
|
+
"ios",
|
|
5190
|
+
"md",
|
|
5191
|
+
"ionic"
|
|
5192
|
+
]
|
|
5193
|
+
},
|
|
3957
5194
|
"ion-toast/animated": {
|
|
3958
5195
|
"type": "boolean",
|
|
3959
5196
|
"description": "If `true`, the toast will animate.",
|
|
@@ -4039,7 +5276,7 @@
|
|
|
4039
5276
|
},
|
|
4040
5277
|
"ion-toast/mode": {
|
|
4041
5278
|
"type": "\"ios\" | \"md\"",
|
|
4042
|
-
"description": "The mode determines
|
|
5279
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4043
5280
|
"options": [
|
|
4044
5281
|
"ios",
|
|
4045
5282
|
"md"
|
|
@@ -4066,9 +5303,18 @@
|
|
|
4066
5303
|
"vertical"
|
|
4067
5304
|
]
|
|
4068
5305
|
},
|
|
5306
|
+
"ion-toast/theme": {
|
|
5307
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5308
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5309
|
+
"options": [
|
|
5310
|
+
"ios",
|
|
5311
|
+
"md",
|
|
5312
|
+
"ionic"
|
|
5313
|
+
]
|
|
5314
|
+
},
|
|
4069
5315
|
"ion-toast/translucent": {
|
|
4070
5316
|
"type": "boolean",
|
|
4071
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
5317
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the theme is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
4072
5318
|
"options": []
|
|
4073
5319
|
},
|
|
4074
5320
|
"ion-toast/trigger": {
|
|
@@ -4135,7 +5381,7 @@
|
|
|
4135
5381
|
},
|
|
4136
5382
|
"ion-toggle/mode": {
|
|
4137
5383
|
"type": "\"ios\" | \"md\"",
|
|
4138
|
-
"description": "The mode determines
|
|
5384
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4139
5385
|
"options": [
|
|
4140
5386
|
"ios",
|
|
4141
5387
|
"md"
|
|
@@ -4146,6 +5392,15 @@
|
|
|
4146
5392
|
"description": "The name of the control, which is submitted with the form data.",
|
|
4147
5393
|
"options": []
|
|
4148
5394
|
},
|
|
5395
|
+
"ion-toggle/theme": {
|
|
5396
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5397
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5398
|
+
"options": [
|
|
5399
|
+
"ios",
|
|
5400
|
+
"md",
|
|
5401
|
+
"ionic"
|
|
5402
|
+
]
|
|
5403
|
+
},
|
|
4149
5404
|
"ion-toggle/value": {
|
|
4150
5405
|
"type": "null | string | undefined",
|
|
4151
5406
|
"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>`.",
|
|
@@ -4168,10 +5423,19 @@
|
|
|
4168
5423
|
},
|
|
4169
5424
|
"ion-toolbar/mode": {
|
|
4170
5425
|
"type": "\"ios\" | \"md\"",
|
|
4171
|
-
"description": "The mode determines
|
|
5426
|
+
"description": "The mode determines the platform behaviors of the component.",
|
|
4172
5427
|
"options": [
|
|
4173
5428
|
"ios",
|
|
4174
5429
|
"md"
|
|
4175
5430
|
]
|
|
5431
|
+
},
|
|
5432
|
+
"ion-toolbar/theme": {
|
|
5433
|
+
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5434
|
+
"description": "The theme determines the visual appearance of the component.",
|
|
5435
|
+
"options": [
|
|
5436
|
+
"ios",
|
|
5437
|
+
"md",
|
|
5438
|
+
"ionic"
|
|
5439
|
+
]
|
|
4176
5440
|
}
|
|
4177
5441
|
}
|