@ionic/vue 8.5.2-dev.11743410780.1c74dd00 → 8.5.2-dev.11743531350.19e040aa
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +158 -186
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +179 -1538
- package/dist/vetur/tags.json +45 -212
- package/dist/web-types.json +113 -1432
- package/package.json +2 -2
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"ion-accordion/mode": {
|
|
8
8
|
"type": "\"ios\" | \"md\"",
|
|
9
|
-
"description": "The mode determines
|
|
9
|
+
"description": "The mode determines which platform styles to use.",
|
|
10
10
|
"options": [
|
|
11
11
|
"ios",
|
|
12
12
|
"md"
|
|
@@ -17,17 +17,8 @@
|
|
|
17
17
|
"description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity.",
|
|
18
18
|
"options": []
|
|
19
19
|
},
|
|
20
|
-
"ion-accordion/theme": {
|
|
21
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
22
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
23
|
-
"options": [
|
|
24
|
-
"ios",
|
|
25
|
-
"md",
|
|
26
|
-
"ionic"
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
20
|
"ion-accordion/toggle-icon": {
|
|
30
|
-
"type": "string
|
|
21
|
+
"type": "string",
|
|
31
22
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed.",
|
|
32
23
|
"options": []
|
|
33
24
|
},
|
|
@@ -64,7 +55,7 @@
|
|
|
64
55
|
},
|
|
65
56
|
"ion-accordion-group/mode": {
|
|
66
57
|
"type": "\"ios\" | \"md\"",
|
|
67
|
-
"description": "The mode determines
|
|
58
|
+
"description": "The mode determines which platform styles to use.",
|
|
68
59
|
"options": [
|
|
69
60
|
"ios",
|
|
70
61
|
"md"
|
|
@@ -80,24 +71,6 @@
|
|
|
80
71
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity.",
|
|
81
72
|
"options": []
|
|
82
73
|
},
|
|
83
|
-
"ion-accordion-group/shape": {
|
|
84
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
85
|
-
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
86
|
-
"options": [
|
|
87
|
-
"rectangular",
|
|
88
|
-
"round",
|
|
89
|
-
"soft"
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
"ion-accordion-group/theme": {
|
|
93
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
94
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
95
|
-
"options": [
|
|
96
|
-
"ios",
|
|
97
|
-
"md",
|
|
98
|
-
"ionic"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
74
|
"ion-accordion-group/value": {
|
|
102
75
|
"type": "null | string | string[] | undefined",
|
|
103
76
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`",
|
|
@@ -155,7 +128,7 @@
|
|
|
155
128
|
},
|
|
156
129
|
"ion-action-sheet/mode": {
|
|
157
130
|
"type": "\"ios\" | \"md\"",
|
|
158
|
-
"description": "The mode determines
|
|
131
|
+
"description": "The mode determines which platform styles to use.",
|
|
159
132
|
"options": [
|
|
160
133
|
"ios",
|
|
161
134
|
"md"
|
|
@@ -166,18 +139,9 @@
|
|
|
166
139
|
"description": "Subtitle for the action sheet.",
|
|
167
140
|
"options": []
|
|
168
141
|
},
|
|
169
|
-
"ion-action-sheet/theme": {
|
|
170
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
171
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
172
|
-
"options": [
|
|
173
|
-
"ios",
|
|
174
|
-
"md",
|
|
175
|
-
"ionic"
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
142
|
"ion-action-sheet/translucent": {
|
|
179
143
|
"type": "boolean",
|
|
180
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
144
|
+
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
181
145
|
"options": []
|
|
182
146
|
},
|
|
183
147
|
"ion-action-sheet/trigger": {
|
|
@@ -247,7 +211,7 @@
|
|
|
247
211
|
},
|
|
248
212
|
"ion-alert/mode": {
|
|
249
213
|
"type": "\"ios\" | \"md\"",
|
|
250
|
-
"description": "The mode determines
|
|
214
|
+
"description": "The mode determines which platform styles to use.",
|
|
251
215
|
"options": [
|
|
252
216
|
"ios",
|
|
253
217
|
"md"
|
|
@@ -258,18 +222,9 @@
|
|
|
258
222
|
"description": "The subtitle in the heading of the alert. Displayed under the title.",
|
|
259
223
|
"options": []
|
|
260
224
|
},
|
|
261
|
-
"ion-alert/theme": {
|
|
262
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
263
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
264
|
-
"options": [
|
|
265
|
-
"ios",
|
|
266
|
-
"md",
|
|
267
|
-
"ionic"
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
225
|
"ion-alert/translucent": {
|
|
271
226
|
"type": "boolean",
|
|
272
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
227
|
+
"description": "If `true`, the alert will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
273
228
|
"options": []
|
|
274
229
|
},
|
|
275
230
|
"ion-alert/trigger": {
|
|
@@ -277,66 +232,6 @@
|
|
|
277
232
|
"description": "An ID corresponding to the trigger element that\ncauses the alert to open when clicked.",
|
|
278
233
|
"options": []
|
|
279
234
|
},
|
|
280
|
-
"ion-app/mode": {
|
|
281
|
-
"type": "\"ios\" | \"md\"",
|
|
282
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
283
|
-
"options": [
|
|
284
|
-
"ios",
|
|
285
|
-
"md"
|
|
286
|
-
]
|
|
287
|
-
},
|
|
288
|
-
"ion-app/theme": {
|
|
289
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
290
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
291
|
-
"options": [
|
|
292
|
-
"ios",
|
|
293
|
-
"md",
|
|
294
|
-
"ionic"
|
|
295
|
-
]
|
|
296
|
-
},
|
|
297
|
-
"ion-avatar/disabled": {
|
|
298
|
-
"type": "boolean",
|
|
299
|
-
"description": "If `true`, the user cannot interact with the avatar.",
|
|
300
|
-
"options": []
|
|
301
|
-
},
|
|
302
|
-
"ion-avatar/mode": {
|
|
303
|
-
"type": "\"ios\" | \"md\"",
|
|
304
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
305
|
-
"options": [
|
|
306
|
-
"ios",
|
|
307
|
-
"md"
|
|
308
|
-
]
|
|
309
|
-
},
|
|
310
|
-
"ion-avatar/shape": {
|
|
311
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
312
|
-
"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.",
|
|
313
|
-
"options": [
|
|
314
|
-
"rectangular",
|
|
315
|
-
"round",
|
|
316
|
-
"soft"
|
|
317
|
-
]
|
|
318
|
-
},
|
|
319
|
-
"ion-avatar/size": {
|
|
320
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
|
|
321
|
-
"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.",
|
|
322
|
-
"options": [
|
|
323
|
-
"large",
|
|
324
|
-
"medium",
|
|
325
|
-
"small",
|
|
326
|
-
"xlarge",
|
|
327
|
-
"xsmall",
|
|
328
|
-
"xxsmall"
|
|
329
|
-
]
|
|
330
|
-
},
|
|
331
|
-
"ion-avatar/theme": {
|
|
332
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
333
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
334
|
-
"options": [
|
|
335
|
-
"ios",
|
|
336
|
-
"md",
|
|
337
|
-
"ionic"
|
|
338
|
-
]
|
|
339
|
-
},
|
|
340
235
|
"ion-back-button/color": {
|
|
341
236
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
342
237
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -369,7 +264,7 @@
|
|
|
369
264
|
},
|
|
370
265
|
"ion-back-button/mode": {
|
|
371
266
|
"type": "\"ios\" | \"md\"",
|
|
372
|
-
"description": "The mode determines
|
|
267
|
+
"description": "The mode determines which platform styles to use.",
|
|
373
268
|
"options": [
|
|
374
269
|
"ios",
|
|
375
270
|
"md"
|
|
@@ -385,15 +280,6 @@
|
|
|
385
280
|
"description": "The text to display in the back button.",
|
|
386
281
|
"options": []
|
|
387
282
|
},
|
|
388
|
-
"ion-back-button/theme": {
|
|
389
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
390
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
391
|
-
"options": [
|
|
392
|
-
"ios",
|
|
393
|
-
"md",
|
|
394
|
-
"ionic"
|
|
395
|
-
]
|
|
396
|
-
},
|
|
397
283
|
"ion-back-button/type": {
|
|
398
284
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
399
285
|
"description": "The type of the button.",
|
|
@@ -403,14 +289,6 @@
|
|
|
403
289
|
"submit"
|
|
404
290
|
]
|
|
405
291
|
},
|
|
406
|
-
"ion-backdrop/mode": {
|
|
407
|
-
"type": "\"ios\" | \"md\"",
|
|
408
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
409
|
-
"options": [
|
|
410
|
-
"ios",
|
|
411
|
-
"md"
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
292
|
"ion-backdrop/stop-propagation": {
|
|
415
293
|
"type": "boolean",
|
|
416
294
|
"description": "If `true`, the backdrop will stop propagation on tap.",
|
|
@@ -421,15 +299,6 @@
|
|
|
421
299
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event.",
|
|
422
300
|
"options": []
|
|
423
301
|
},
|
|
424
|
-
"ion-backdrop/theme": {
|
|
425
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
426
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
427
|
-
"options": [
|
|
428
|
-
"ios",
|
|
429
|
-
"md",
|
|
430
|
-
"ionic"
|
|
431
|
-
]
|
|
432
|
-
},
|
|
433
302
|
"ion-backdrop/visible": {
|
|
434
303
|
"type": "boolean",
|
|
435
304
|
"description": "If `true`, the backdrop will be visible.",
|
|
@@ -452,48 +321,12 @@
|
|
|
452
321
|
},
|
|
453
322
|
"ion-badge/mode": {
|
|
454
323
|
"type": "\"ios\" | \"md\"",
|
|
455
|
-
"description": "The mode determines
|
|
324
|
+
"description": "The mode determines which platform styles to use.",
|
|
456
325
|
"options": [
|
|
457
326
|
"ios",
|
|
458
327
|
"md"
|
|
459
328
|
]
|
|
460
329
|
},
|
|
461
|
-
"ion-badge/shape": {
|
|
462
|
-
"type": "\"round | rectangular\" | \"soft\" | undefined",
|
|
463
|
-
"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.",
|
|
464
|
-
"options": [
|
|
465
|
-
"soft"
|
|
466
|
-
]
|
|
467
|
-
},
|
|
468
|
-
"ion-badge/size": {
|
|
469
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxsmall\" | undefined",
|
|
470
|
-
"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.",
|
|
471
|
-
"options": [
|
|
472
|
-
"large",
|
|
473
|
-
"medium",
|
|
474
|
-
"small",
|
|
475
|
-
"xlarge",
|
|
476
|
-
"xsmall",
|
|
477
|
-
"xxsmall"
|
|
478
|
-
]
|
|
479
|
-
},
|
|
480
|
-
"ion-badge/theme": {
|
|
481
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
482
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
483
|
-
"options": [
|
|
484
|
-
"ios",
|
|
485
|
-
"md",
|
|
486
|
-
"ionic"
|
|
487
|
-
]
|
|
488
|
-
},
|
|
489
|
-
"ion-badge/vertical": {
|
|
490
|
-
"type": "\"bottom\" | \"top\" | undefined",
|
|
491
|
-
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
492
|
-
"options": [
|
|
493
|
-
"bottom",
|
|
494
|
-
"top"
|
|
495
|
-
]
|
|
496
|
-
},
|
|
497
330
|
"ion-breadcrumb/active": {
|
|
498
331
|
"type": "boolean",
|
|
499
332
|
"description": "If `true`, the breadcrumb will take on a different look to show that\nit is the currently active breadcrumb. Defaults to `true` for the\nlast breadcrumb if it is not set on any.",
|
|
@@ -531,7 +364,7 @@
|
|
|
531
364
|
},
|
|
532
365
|
"ion-breadcrumb/mode": {
|
|
533
366
|
"type": "\"ios\" | \"md\"",
|
|
534
|
-
"description": "The mode determines
|
|
367
|
+
"description": "The mode determines which platform styles to use.",
|
|
535
368
|
"options": [
|
|
536
369
|
"ios",
|
|
537
370
|
"md"
|
|
@@ -566,15 +399,6 @@
|
|
|
566
399
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
567
400
|
"options": []
|
|
568
401
|
},
|
|
569
|
-
"ion-breadcrumb/theme": {
|
|
570
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
571
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
572
|
-
"options": [
|
|
573
|
-
"ios",
|
|
574
|
-
"md",
|
|
575
|
-
"ionic"
|
|
576
|
-
]
|
|
577
|
-
},
|
|
578
402
|
"ion-breadcrumbs/color": {
|
|
579
403
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
580
404
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -607,21 +431,12 @@
|
|
|
607
431
|
},
|
|
608
432
|
"ion-breadcrumbs/mode": {
|
|
609
433
|
"type": "\"ios\" | \"md\"",
|
|
610
|
-
"description": "The mode determines
|
|
434
|
+
"description": "The mode determines which platform styles to use.",
|
|
611
435
|
"options": [
|
|
612
436
|
"ios",
|
|
613
437
|
"md"
|
|
614
438
|
]
|
|
615
439
|
},
|
|
616
|
-
"ion-breadcrumbs/theme": {
|
|
617
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
618
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
619
|
-
"options": [
|
|
620
|
-
"ios",
|
|
621
|
-
"md",
|
|
622
|
-
"ionic"
|
|
623
|
-
]
|
|
624
|
-
},
|
|
625
440
|
"ion-button/button-type": {
|
|
626
441
|
"type": "string",
|
|
627
442
|
"description": "The type of button.",
|
|
@@ -682,7 +497,7 @@
|
|
|
682
497
|
},
|
|
683
498
|
"ion-button/mode": {
|
|
684
499
|
"type": "\"ios\" | \"md\"",
|
|
685
|
-
"description": "The mode determines
|
|
500
|
+
"description": "The mode determines which platform styles to use.",
|
|
686
501
|
"options": [
|
|
687
502
|
"ios",
|
|
688
503
|
"md"
|
|
@@ -708,23 +523,19 @@
|
|
|
708
523
|
]
|
|
709
524
|
},
|
|
710
525
|
"ion-button/shape": {
|
|
711
|
-
"type": "\"
|
|
712
|
-
"description": "Set to `\"
|
|
526
|
+
"type": "\"round\" | undefined",
|
|
527
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
713
528
|
"options": [
|
|
714
|
-
"
|
|
715
|
-
"round",
|
|
716
|
-
"soft"
|
|
529
|
+
"round"
|
|
717
530
|
]
|
|
718
531
|
},
|
|
719
532
|
"ion-button/size": {
|
|
720
|
-
"type": "\"default\" | \"large\" | \"small\" |
|
|
533
|
+
"type": "\"default\" | \"large\" | \"small\" | undefined",
|
|
721
534
|
"description": "Set to `\"small\"` for a button with less height and padding, to `\"default\"`\nfor a button with the default height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
722
535
|
"options": [
|
|
723
536
|
"default",
|
|
724
537
|
"large",
|
|
725
|
-
"small"
|
|
726
|
-
"xlarge",
|
|
727
|
-
"xsmall"
|
|
538
|
+
"small"
|
|
728
539
|
]
|
|
729
540
|
},
|
|
730
541
|
"ion-button/strong": {
|
|
@@ -737,15 +548,6 @@
|
|
|
737
548
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
738
549
|
"options": []
|
|
739
550
|
},
|
|
740
|
-
"ion-button/theme": {
|
|
741
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
742
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
743
|
-
"options": [
|
|
744
|
-
"ios",
|
|
745
|
-
"md",
|
|
746
|
-
"ionic"
|
|
747
|
-
]
|
|
748
|
-
},
|
|
749
551
|
"ion-button/type": {
|
|
750
552
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
751
553
|
"description": "The type of the button.",
|
|
@@ -757,26 +559,9 @@
|
|
|
757
559
|
},
|
|
758
560
|
"ion-buttons/collapse": {
|
|
759
561
|
"type": "boolean",
|
|
760
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in
|
|
562
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
761
563
|
"options": []
|
|
762
564
|
},
|
|
763
|
-
"ion-buttons/mode": {
|
|
764
|
-
"type": "\"ios\" | \"md\"",
|
|
765
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
766
|
-
"options": [
|
|
767
|
-
"ios",
|
|
768
|
-
"md"
|
|
769
|
-
]
|
|
770
|
-
},
|
|
771
|
-
"ion-buttons/theme": {
|
|
772
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
773
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
774
|
-
"options": [
|
|
775
|
-
"ios",
|
|
776
|
-
"md",
|
|
777
|
-
"ionic"
|
|
778
|
-
]
|
|
779
|
-
},
|
|
780
565
|
"ion-card/button": {
|
|
781
566
|
"type": "boolean",
|
|
782
567
|
"description": "If `true`, a button tag will be rendered and the card will be tappable.",
|
|
@@ -814,7 +599,7 @@
|
|
|
814
599
|
},
|
|
815
600
|
"ion-card/mode": {
|
|
816
601
|
"type": "\"ios\" | \"md\"",
|
|
817
|
-
"description": "The mode determines
|
|
602
|
+
"description": "The mode determines which platform styles to use.",
|
|
818
603
|
"options": [
|
|
819
604
|
"ios",
|
|
820
605
|
"md"
|
|
@@ -839,29 +624,11 @@
|
|
|
839
624
|
"root"
|
|
840
625
|
]
|
|
841
626
|
},
|
|
842
|
-
"ion-card/shape": {
|
|
843
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
844
|
-
"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\"`.",
|
|
845
|
-
"options": [
|
|
846
|
-
"rectangular",
|
|
847
|
-
"round",
|
|
848
|
-
"soft"
|
|
849
|
-
]
|
|
850
|
-
},
|
|
851
627
|
"ion-card/target": {
|
|
852
628
|
"type": "string | undefined",
|
|
853
629
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
854
630
|
"options": []
|
|
855
631
|
},
|
|
856
|
-
"ion-card/theme": {
|
|
857
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
858
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
859
|
-
"options": [
|
|
860
|
-
"ios",
|
|
861
|
-
"md",
|
|
862
|
-
"ionic"
|
|
863
|
-
]
|
|
864
|
-
},
|
|
865
632
|
"ion-card/type": {
|
|
866
633
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
867
634
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -873,21 +640,12 @@
|
|
|
873
640
|
},
|
|
874
641
|
"ion-card-content/mode": {
|
|
875
642
|
"type": "\"ios\" | \"md\"",
|
|
876
|
-
"description": "The mode determines
|
|
643
|
+
"description": "The mode determines which platform styles to use.",
|
|
877
644
|
"options": [
|
|
878
645
|
"ios",
|
|
879
646
|
"md"
|
|
880
647
|
]
|
|
881
648
|
},
|
|
882
|
-
"ion-card-content/theme": {
|
|
883
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
884
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
885
|
-
"options": [
|
|
886
|
-
"ios",
|
|
887
|
-
"md",
|
|
888
|
-
"ionic"
|
|
889
|
-
]
|
|
890
|
-
},
|
|
891
649
|
"ion-card-header/color": {
|
|
892
650
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
893
651
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -905,24 +663,15 @@
|
|
|
905
663
|
},
|
|
906
664
|
"ion-card-header/mode": {
|
|
907
665
|
"type": "\"ios\" | \"md\"",
|
|
908
|
-
"description": "The mode determines
|
|
666
|
+
"description": "The mode determines which platform styles to use.",
|
|
909
667
|
"options": [
|
|
910
668
|
"ios",
|
|
911
669
|
"md"
|
|
912
670
|
]
|
|
913
671
|
},
|
|
914
|
-
"ion-card-header/theme": {
|
|
915
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
916
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
917
|
-
"options": [
|
|
918
|
-
"ios",
|
|
919
|
-
"md",
|
|
920
|
-
"ionic"
|
|
921
|
-
]
|
|
922
|
-
},
|
|
923
672
|
"ion-card-header/translucent": {
|
|
924
673
|
"type": "boolean",
|
|
925
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
674
|
+
"description": "If `true`, the card header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
926
675
|
"options": []
|
|
927
676
|
},
|
|
928
677
|
"ion-card-subtitle/color": {
|
|
@@ -942,21 +691,12 @@
|
|
|
942
691
|
},
|
|
943
692
|
"ion-card-subtitle/mode": {
|
|
944
693
|
"type": "\"ios\" | \"md\"",
|
|
945
|
-
"description": "The mode determines
|
|
694
|
+
"description": "The mode determines which platform styles to use.",
|
|
946
695
|
"options": [
|
|
947
696
|
"ios",
|
|
948
697
|
"md"
|
|
949
698
|
]
|
|
950
699
|
},
|
|
951
|
-
"ion-card-subtitle/theme": {
|
|
952
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
953
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
954
|
-
"options": [
|
|
955
|
-
"ios",
|
|
956
|
-
"md",
|
|
957
|
-
"ionic"
|
|
958
|
-
]
|
|
959
|
-
},
|
|
960
700
|
"ion-card-title/color": {
|
|
961
701
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
962
702
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -974,21 +714,12 @@
|
|
|
974
714
|
},
|
|
975
715
|
"ion-card-title/mode": {
|
|
976
716
|
"type": "\"ios\" | \"md\"",
|
|
977
|
-
"description": "The mode determines
|
|
717
|
+
"description": "The mode determines which platform styles to use.",
|
|
978
718
|
"options": [
|
|
979
719
|
"ios",
|
|
980
720
|
"md"
|
|
981
721
|
]
|
|
982
722
|
},
|
|
983
|
-
"ion-card-title/theme": {
|
|
984
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
985
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
986
|
-
"options": [
|
|
987
|
-
"ios",
|
|
988
|
-
"md",
|
|
989
|
-
"ionic"
|
|
990
|
-
]
|
|
991
|
-
},
|
|
992
723
|
"ion-checkbox/alignment": {
|
|
993
724
|
"type": "\"center\" | \"start\" | undefined",
|
|
994
725
|
"description": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the checkbox `display` to `block`.",
|
|
@@ -1058,7 +789,7 @@
|
|
|
1058
789
|
},
|
|
1059
790
|
"ion-checkbox/mode": {
|
|
1060
791
|
"type": "\"ios\" | \"md\"",
|
|
1061
|
-
"description": "The mode determines
|
|
792
|
+
"description": "The mode determines which platform styles to use.",
|
|
1062
793
|
"options": [
|
|
1063
794
|
"ios",
|
|
1064
795
|
"md"
|
|
@@ -1074,30 +805,6 @@
|
|
|
1074
805
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
|
|
1075
806
|
"options": []
|
|
1076
807
|
},
|
|
1077
|
-
"ion-checkbox/shape": {
|
|
1078
|
-
"type": "\"rectangular\" | \"soft\" | undefined",
|
|
1079
|
-
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1080
|
-
"options": [
|
|
1081
|
-
"rectangular",
|
|
1082
|
-
"soft"
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
"ion-checkbox/size": {
|
|
1086
|
-
"type": "\"small\" | undefined",
|
|
1087
|
-
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1088
|
-
"options": [
|
|
1089
|
-
"small"
|
|
1090
|
-
]
|
|
1091
|
-
},
|
|
1092
|
-
"ion-checkbox/theme": {
|
|
1093
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1094
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1095
|
-
"options": [
|
|
1096
|
-
"ios",
|
|
1097
|
-
"md",
|
|
1098
|
-
"ionic"
|
|
1099
|
-
]
|
|
1100
|
-
},
|
|
1101
808
|
"ion-checkbox/value": {
|
|
1102
809
|
"type": "any",
|
|
1103
810
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
|
|
@@ -1125,7 +832,7 @@
|
|
|
1125
832
|
},
|
|
1126
833
|
"ion-chip/mode": {
|
|
1127
834
|
"type": "\"ios\" | \"md\"",
|
|
1128
|
-
"description": "The mode determines
|
|
835
|
+
"description": "The mode determines which platform styles to use.",
|
|
1129
836
|
"options": [
|
|
1130
837
|
"ios",
|
|
1131
838
|
"md"
|
|
@@ -1136,40 +843,6 @@
|
|
|
1136
843
|
"description": "Display an outline style button.",
|
|
1137
844
|
"options": []
|
|
1138
845
|
},
|
|
1139
|
-
"ion-chip/shape": {
|
|
1140
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
1141
|
-
"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.",
|
|
1142
|
-
"options": [
|
|
1143
|
-
"rectangular",
|
|
1144
|
-
"round",
|
|
1145
|
-
"soft"
|
|
1146
|
-
]
|
|
1147
|
-
},
|
|
1148
|
-
"ion-chip/size": {
|
|
1149
|
-
"type": "\"large\" | \"small\" | undefined",
|
|
1150
|
-
"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.",
|
|
1151
|
-
"options": [
|
|
1152
|
-
"large",
|
|
1153
|
-
"small"
|
|
1154
|
-
]
|
|
1155
|
-
},
|
|
1156
|
-
"ion-chip/theme": {
|
|
1157
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1158
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1159
|
-
"options": [
|
|
1160
|
-
"ios",
|
|
1161
|
-
"md",
|
|
1162
|
-
"ionic"
|
|
1163
|
-
]
|
|
1164
|
-
},
|
|
1165
|
-
"ion-col/mode": {
|
|
1166
|
-
"type": "\"ios\" | \"md\"",
|
|
1167
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1168
|
-
"options": [
|
|
1169
|
-
"ios",
|
|
1170
|
-
"md"
|
|
1171
|
-
]
|
|
1172
|
-
},
|
|
1173
846
|
"ion-col/offset": {
|
|
1174
847
|
"type": "string | undefined",
|
|
1175
848
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -1290,15 +963,6 @@
|
|
|
1290
963
|
"description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content.",
|
|
1291
964
|
"options": []
|
|
1292
965
|
},
|
|
1293
|
-
"ion-col/theme": {
|
|
1294
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1295
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1296
|
-
"options": [
|
|
1297
|
-
"ios",
|
|
1298
|
-
"md",
|
|
1299
|
-
"ionic"
|
|
1300
|
-
]
|
|
1301
|
-
},
|
|
1302
966
|
"ion-content/color": {
|
|
1303
967
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
1304
968
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -1332,14 +996,6 @@
|
|
|
1332
996
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent.",
|
|
1333
997
|
"options": []
|
|
1334
998
|
},
|
|
1335
|
-
"ion-content/mode": {
|
|
1336
|
-
"type": "\"ios\" | \"md\"",
|
|
1337
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1338
|
-
"options": [
|
|
1339
|
-
"ios",
|
|
1340
|
-
"md"
|
|
1341
|
-
]
|
|
1342
|
-
},
|
|
1343
999
|
"ion-content/scroll-events": {
|
|
1344
1000
|
"type": "boolean",
|
|
1345
1001
|
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`.",
|
|
@@ -1355,15 +1011,6 @@
|
|
|
1355
1011
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
|
|
1356
1012
|
"options": []
|
|
1357
1013
|
},
|
|
1358
|
-
"ion-content/theme": {
|
|
1359
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1360
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1361
|
-
"options": [
|
|
1362
|
-
"ios",
|
|
1363
|
-
"md",
|
|
1364
|
-
"ionic"
|
|
1365
|
-
]
|
|
1366
|
-
},
|
|
1367
1014
|
"ion-datetime/cancel-text": {
|
|
1368
1015
|
"type": "string",
|
|
1369
1016
|
"description": "The text to display on the picker's cancel button.",
|
|
@@ -1461,7 +1108,7 @@
|
|
|
1461
1108
|
},
|
|
1462
1109
|
"ion-datetime/mode": {
|
|
1463
1110
|
"type": "\"ios\" | \"md\"",
|
|
1464
|
-
"description": "The mode determines
|
|
1111
|
+
"description": "The mode determines which platform styles to use.",
|
|
1465
1112
|
"options": [
|
|
1466
1113
|
"ios",
|
|
1467
1114
|
"md"
|
|
@@ -1533,15 +1180,6 @@
|
|
|
1533
1180
|
"fixed"
|
|
1534
1181
|
]
|
|
1535
1182
|
},
|
|
1536
|
-
"ion-datetime/theme": {
|
|
1537
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1538
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1539
|
-
"options": [
|
|
1540
|
-
"ios",
|
|
1541
|
-
"md",
|
|
1542
|
-
"ionic"
|
|
1543
|
-
]
|
|
1544
|
-
},
|
|
1545
1183
|
"ion-datetime/title-selected-dates-formatter": {
|
|
1546
1184
|
"type": "((selectedDates: string[]) => string) | undefined",
|
|
1547
1185
|
"description": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\".\n\nSee https://ionicframework.com/docs/troubleshooting/runtime#accessing-this\nif you need to access `this` from within the callback.",
|
|
@@ -1584,39 +1222,12 @@
|
|
|
1584
1222
|
},
|
|
1585
1223
|
"ion-datetime-button/mode": {
|
|
1586
1224
|
"type": "\"ios\" | \"md\"",
|
|
1587
|
-
"description": "The mode determines
|
|
1225
|
+
"description": "The mode determines which platform styles to use.",
|
|
1588
1226
|
"options": [
|
|
1589
1227
|
"ios",
|
|
1590
1228
|
"md"
|
|
1591
1229
|
]
|
|
1592
1230
|
},
|
|
1593
|
-
"ion-datetime-button/theme": {
|
|
1594
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1595
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1596
|
-
"options": [
|
|
1597
|
-
"ios",
|
|
1598
|
-
"md",
|
|
1599
|
-
"ionic"
|
|
1600
|
-
]
|
|
1601
|
-
},
|
|
1602
|
-
"ion-divider/inset": {
|
|
1603
|
-
"type": "boolean",
|
|
1604
|
-
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
1605
|
-
"options": []
|
|
1606
|
-
},
|
|
1607
|
-
"ion-divider/spacing": {
|
|
1608
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
|
|
1609
|
-
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
1610
|
-
"options": [
|
|
1611
|
-
"large",
|
|
1612
|
-
"medium",
|
|
1613
|
-
"small",
|
|
1614
|
-
"xlarge",
|
|
1615
|
-
"xsmall",
|
|
1616
|
-
"xxlarge",
|
|
1617
|
-
"xxsmall"
|
|
1618
|
-
]
|
|
1619
|
-
},
|
|
1620
1231
|
"ion-fab/activated": {
|
|
1621
1232
|
"type": "boolean",
|
|
1622
1233
|
"description": "If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.\nThat means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.",
|
|
@@ -1636,23 +1247,6 @@
|
|
|
1636
1247
|
"start"
|
|
1637
1248
|
]
|
|
1638
1249
|
},
|
|
1639
|
-
"ion-fab/mode": {
|
|
1640
|
-
"type": "\"ios\" | \"md\"",
|
|
1641
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1642
|
-
"options": [
|
|
1643
|
-
"ios",
|
|
1644
|
-
"md"
|
|
1645
|
-
]
|
|
1646
|
-
},
|
|
1647
|
-
"ion-fab/theme": {
|
|
1648
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1649
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1650
|
-
"options": [
|
|
1651
|
-
"ios",
|
|
1652
|
-
"md",
|
|
1653
|
-
"ionic"
|
|
1654
|
-
]
|
|
1655
|
-
},
|
|
1656
1250
|
"ion-fab/vertical": {
|
|
1657
1251
|
"type": "\"bottom\" | \"center\" | \"top\" | undefined",
|
|
1658
1252
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1668,7 +1262,7 @@
|
|
|
1668
1262
|
"options": []
|
|
1669
1263
|
},
|
|
1670
1264
|
"ion-fab-button/close-icon": {
|
|
1671
|
-
"type": "string
|
|
1265
|
+
"type": "string",
|
|
1672
1266
|
"description": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list.",
|
|
1673
1267
|
"options": []
|
|
1674
1268
|
},
|
|
@@ -1704,7 +1298,7 @@
|
|
|
1704
1298
|
},
|
|
1705
1299
|
"ion-fab-button/mode": {
|
|
1706
1300
|
"type": "\"ios\" | \"md\"",
|
|
1707
|
-
"description": "The mode determines
|
|
1301
|
+
"description": "The mode determines which platform styles to use.",
|
|
1708
1302
|
"options": [
|
|
1709
1303
|
"ios",
|
|
1710
1304
|
"md"
|
|
@@ -1746,18 +1340,9 @@
|
|
|
1746
1340
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
1747
1341
|
"options": []
|
|
1748
1342
|
},
|
|
1749
|
-
"ion-fab-button/theme": {
|
|
1750
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1751
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1752
|
-
"options": [
|
|
1753
|
-
"ios",
|
|
1754
|
-
"md",
|
|
1755
|
-
"ionic"
|
|
1756
|
-
]
|
|
1757
|
-
},
|
|
1758
1343
|
"ion-fab-button/translucent": {
|
|
1759
1344
|
"type": "boolean",
|
|
1760
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
1345
|
+
"description": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
1761
1346
|
"options": []
|
|
1762
1347
|
},
|
|
1763
1348
|
"ion-fab-button/type": {
|
|
@@ -1774,14 +1359,6 @@
|
|
|
1774
1359
|
"description": "If `true`, the fab list will show all fab buttons in the list.",
|
|
1775
1360
|
"options": []
|
|
1776
1361
|
},
|
|
1777
|
-
"ion-fab-list/mode": {
|
|
1778
|
-
"type": "\"ios\" | \"md\"",
|
|
1779
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1780
|
-
"options": [
|
|
1781
|
-
"ios",
|
|
1782
|
-
"md"
|
|
1783
|
-
]
|
|
1784
|
-
},
|
|
1785
1362
|
"ion-fab-list/side": {
|
|
1786
1363
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
|
|
1787
1364
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -1792,42 +1369,24 @@
|
|
|
1792
1369
|
"top"
|
|
1793
1370
|
]
|
|
1794
1371
|
},
|
|
1795
|
-
"ion-fab-list/theme": {
|
|
1796
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1797
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1798
|
-
"options": [
|
|
1799
|
-
"ios",
|
|
1800
|
-
"md",
|
|
1801
|
-
"ionic"
|
|
1802
|
-
]
|
|
1803
|
-
},
|
|
1804
1372
|
"ion-footer/collapse": {
|
|
1805
1373
|
"type": "\"fade\" | undefined",
|
|
1806
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
1374
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
1807
1375
|
"options": [
|
|
1808
1376
|
"fade"
|
|
1809
1377
|
]
|
|
1810
1378
|
},
|
|
1811
1379
|
"ion-footer/mode": {
|
|
1812
1380
|
"type": "\"ios\" | \"md\"",
|
|
1813
|
-
"description": "The mode determines
|
|
1381
|
+
"description": "The mode determines which platform styles to use.",
|
|
1814
1382
|
"options": [
|
|
1815
1383
|
"ios",
|
|
1816
1384
|
"md"
|
|
1817
1385
|
]
|
|
1818
1386
|
},
|
|
1819
|
-
"ion-footer/theme": {
|
|
1820
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1821
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1822
|
-
"options": [
|
|
1823
|
-
"ios",
|
|
1824
|
-
"md",
|
|
1825
|
-
"ionic"
|
|
1826
|
-
]
|
|
1827
|
-
},
|
|
1828
1387
|
"ion-footer/translucent": {
|
|
1829
1388
|
"type": "boolean",
|
|
1830
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
1389
|
+
"description": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1831
1390
|
"options": []
|
|
1832
1391
|
},
|
|
1833
1392
|
"ion-grid/fixed": {
|
|
@@ -1835,56 +1394,25 @@
|
|
|
1835
1394
|
"description": "If `true`, the grid will have a fixed width based on the screen size.",
|
|
1836
1395
|
"options": []
|
|
1837
1396
|
},
|
|
1838
|
-
"ion-
|
|
1839
|
-
"type": "\"
|
|
1840
|
-
"description": "
|
|
1397
|
+
"ion-header/collapse": {
|
|
1398
|
+
"type": "\"condense\" | \"fade\" | undefined",
|
|
1399
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
1841
1400
|
"options": [
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1401
|
+
"condense",
|
|
1402
|
+
"fade"
|
|
1844
1403
|
]
|
|
1845
1404
|
},
|
|
1846
|
-
"ion-grid/theme": {
|
|
1847
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1848
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1849
|
-
"options": [
|
|
1850
|
-
"ios",
|
|
1851
|
-
"md",
|
|
1852
|
-
"ionic"
|
|
1853
|
-
]
|
|
1854
|
-
},
|
|
1855
|
-
"ion-header/collapse": {
|
|
1856
|
-
"type": "\"condense\" | \"fade\" | undefined",
|
|
1857
|
-
"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)",
|
|
1858
|
-
"options": [
|
|
1859
|
-
"condense",
|
|
1860
|
-
"fade"
|
|
1861
|
-
]
|
|
1862
|
-
},
|
|
1863
|
-
"ion-header/divider": {
|
|
1864
|
-
"type": "boolean",
|
|
1865
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
1866
|
-
"options": []
|
|
1867
|
-
},
|
|
1868
1405
|
"ion-header/mode": {
|
|
1869
1406
|
"type": "\"ios\" | \"md\"",
|
|
1870
|
-
"description": "The mode determines
|
|
1407
|
+
"description": "The mode determines which platform styles to use.",
|
|
1871
1408
|
"options": [
|
|
1872
1409
|
"ios",
|
|
1873
1410
|
"md"
|
|
1874
1411
|
]
|
|
1875
1412
|
},
|
|
1876
|
-
"ion-header/theme": {
|
|
1877
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1878
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1879
|
-
"options": [
|
|
1880
|
-
"ios",
|
|
1881
|
-
"md",
|
|
1882
|
-
"ionic"
|
|
1883
|
-
]
|
|
1884
|
-
},
|
|
1885
1413
|
"ion-header/translucent": {
|
|
1886
1414
|
"type": "boolean",
|
|
1887
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
1415
|
+
"description": "If `true`, the header will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the header, the `fullscreen`\nattribute needs to be set on the content.",
|
|
1888
1416
|
"options": []
|
|
1889
1417
|
},
|
|
1890
1418
|
"ion-img/alt": {
|
|
@@ -1892,41 +1420,16 @@
|
|
|
1892
1420
|
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
|
|
1893
1421
|
"options": []
|
|
1894
1422
|
},
|
|
1895
|
-
"ion-img/mode": {
|
|
1896
|
-
"type": "\"ios\" | \"md\"",
|
|
1897
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1898
|
-
"options": [
|
|
1899
|
-
"ios",
|
|
1900
|
-
"md"
|
|
1901
|
-
]
|
|
1902
|
-
},
|
|
1903
1423
|
"ion-img/src": {
|
|
1904
1424
|
"type": "string | undefined",
|
|
1905
1425
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
1906
1426
|
"options": []
|
|
1907
1427
|
},
|
|
1908
|
-
"ion-img/theme": {
|
|
1909
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1910
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1911
|
-
"options": [
|
|
1912
|
-
"ios",
|
|
1913
|
-
"md",
|
|
1914
|
-
"ionic"
|
|
1915
|
-
]
|
|
1916
|
-
},
|
|
1917
1428
|
"ion-infinite-scroll/disabled": {
|
|
1918
1429
|
"type": "boolean",
|
|
1919
1430
|
"description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed.",
|
|
1920
1431
|
"options": []
|
|
1921
1432
|
},
|
|
1922
|
-
"ion-infinite-scroll/mode": {
|
|
1923
|
-
"type": "\"ios\" | \"md\"",
|
|
1924
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1925
|
-
"options": [
|
|
1926
|
-
"ios",
|
|
1927
|
-
"md"
|
|
1928
|
-
]
|
|
1929
|
-
},
|
|
1930
1433
|
"ion-infinite-scroll/position": {
|
|
1931
1434
|
"type": "\"bottom\" | \"top\"",
|
|
1932
1435
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -1935,15 +1438,6 @@
|
|
|
1935
1438
|
"top"
|
|
1936
1439
|
]
|
|
1937
1440
|
},
|
|
1938
|
-
"ion-infinite-scroll/theme": {
|
|
1939
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1940
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1941
|
-
"options": [
|
|
1942
|
-
"ios",
|
|
1943
|
-
"md",
|
|
1944
|
-
"ionic"
|
|
1945
|
-
]
|
|
1946
|
-
},
|
|
1947
1441
|
"ion-infinite-scroll/threshold": {
|
|
1948
1442
|
"type": "string",
|
|
1949
1443
|
"description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page.",
|
|
@@ -1969,84 +1463,67 @@
|
|
|
1969
1463
|
"description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
|
|
1970
1464
|
"options": []
|
|
1971
1465
|
},
|
|
1972
|
-
"ion-infinite-scroll-content/mode": {
|
|
1973
|
-
"type": "\"ios\" | \"md\"",
|
|
1974
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1975
|
-
"options": [
|
|
1976
|
-
"ios",
|
|
1977
|
-
"md"
|
|
1978
|
-
]
|
|
1979
|
-
},
|
|
1980
|
-
"ion-infinite-scroll-content/theme": {
|
|
1981
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1982
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1983
|
-
"options": [
|
|
1984
|
-
"ios",
|
|
1985
|
-
"md",
|
|
1986
|
-
"ionic"
|
|
1987
|
-
]
|
|
1988
|
-
},
|
|
1989
1466
|
"ion-input/autocapitalize": {
|
|
1990
1467
|
"type": "string",
|
|
1991
1468
|
"description": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`.",
|
|
1992
1469
|
"options": []
|
|
1993
1470
|
},
|
|
1994
1471
|
"ion-input/autocomplete": {
|
|
1995
|
-
"type": "\"name\" | \"
|
|
1472
|
+
"type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
|
|
1996
1473
|
"description": "Indicates whether the value of the control can be automatically completed by the browser.",
|
|
1997
1474
|
"options": [
|
|
1998
1475
|
"name",
|
|
1476
|
+
"email",
|
|
1477
|
+
"tel",
|
|
1999
1478
|
"url",
|
|
2000
|
-
"off",
|
|
2001
1479
|
"on",
|
|
1480
|
+
"off",
|
|
1481
|
+
"honorific-prefix",
|
|
1482
|
+
"given-name",
|
|
2002
1483
|
"additional-name",
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
2005
|
-
"
|
|
2006
|
-
"
|
|
1484
|
+
"family-name",
|
|
1485
|
+
"honorific-suffix",
|
|
1486
|
+
"nickname",
|
|
1487
|
+
"username",
|
|
1488
|
+
"new-password",
|
|
1489
|
+
"current-password",
|
|
1490
|
+
"one-time-code",
|
|
1491
|
+
"organization-title",
|
|
1492
|
+
"organization",
|
|
1493
|
+
"street-address",
|
|
2007
1494
|
"address-line1",
|
|
2008
1495
|
"address-line2",
|
|
2009
1496
|
"address-line3",
|
|
2010
|
-
"
|
|
2011
|
-
"
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
1497
|
+
"address-level4",
|
|
1498
|
+
"address-level3",
|
|
1499
|
+
"address-level2",
|
|
1500
|
+
"address-level1",
|
|
1501
|
+
"country",
|
|
1502
|
+
"country-name",
|
|
1503
|
+
"postal-code",
|
|
1504
|
+
"cc-name",
|
|
1505
|
+
"cc-given-name",
|
|
1506
|
+
"cc-additional-name",
|
|
1507
|
+
"cc-family-name",
|
|
1508
|
+
"cc-number",
|
|
2014
1509
|
"cc-exp",
|
|
2015
1510
|
"cc-exp-month",
|
|
2016
1511
|
"cc-exp-year",
|
|
2017
|
-
"cc-
|
|
2018
|
-
"cc-given-name",
|
|
2019
|
-
"cc-name",
|
|
2020
|
-
"cc-number",
|
|
1512
|
+
"cc-csc",
|
|
2021
1513
|
"cc-type",
|
|
2022
|
-
"country",
|
|
2023
|
-
"country-name",
|
|
2024
|
-
"current-password",
|
|
2025
|
-
"family-name",
|
|
2026
|
-
"given-name",
|
|
2027
|
-
"honorific-prefix",
|
|
2028
|
-
"honorific-suffix",
|
|
2029
|
-
"new-password",
|
|
2030
|
-
"one-time-code",
|
|
2031
|
-
"organization",
|
|
2032
|
-
"postal-code",
|
|
2033
|
-
"street-address",
|
|
2034
|
-
"transaction-amount",
|
|
2035
1514
|
"transaction-currency",
|
|
2036
|
-
"
|
|
2037
|
-
"email",
|
|
2038
|
-
"tel",
|
|
2039
|
-
"tel-area-code",
|
|
2040
|
-
"tel-country-code",
|
|
2041
|
-
"tel-extension",
|
|
2042
|
-
"tel-local",
|
|
2043
|
-
"tel-national",
|
|
2044
|
-
"nickname",
|
|
2045
|
-
"organization-title",
|
|
2046
|
-
"cc-additional-name",
|
|
1515
|
+
"transaction-amount",
|
|
2047
1516
|
"language",
|
|
2048
1517
|
"bday",
|
|
1518
|
+
"bday-day",
|
|
1519
|
+
"bday-month",
|
|
1520
|
+
"bday-year",
|
|
2049
1521
|
"sex",
|
|
1522
|
+
"tel-country-code",
|
|
1523
|
+
"tel-national",
|
|
1524
|
+
"tel-area-code",
|
|
1525
|
+
"tel-local",
|
|
1526
|
+
"tel-extension",
|
|
2050
1527
|
"impp",
|
|
2051
1528
|
"photo"
|
|
2052
1529
|
]
|
|
@@ -2134,7 +1611,7 @@
|
|
|
2134
1611
|
},
|
|
2135
1612
|
"ion-input/fill": {
|
|
2136
1613
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
2137
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
1614
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
2138
1615
|
"options": [
|
|
2139
1616
|
"outline",
|
|
2140
1617
|
"solid"
|
|
@@ -2165,8 +1642,8 @@
|
|
|
2165
1642
|
"options": []
|
|
2166
1643
|
},
|
|
2167
1644
|
"ion-input/label-placement": {
|
|
2168
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
2169
|
-
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\")
|
|
1645
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
|
|
1646
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
2170
1647
|
"options": [
|
|
2171
1648
|
"end",
|
|
2172
1649
|
"fixed",
|
|
@@ -2197,7 +1674,7 @@
|
|
|
2197
1674
|
},
|
|
2198
1675
|
"ion-input/mode": {
|
|
2199
1676
|
"type": "\"ios\" | \"md\"",
|
|
2200
|
-
"description": "The mode determines
|
|
1677
|
+
"description": "The mode determines which platform styles to use.",
|
|
2201
1678
|
"options": [
|
|
2202
1679
|
"ios",
|
|
2203
1680
|
"md"
|
|
@@ -2234,21 +1711,10 @@
|
|
|
2234
1711
|
"options": []
|
|
2235
1712
|
},
|
|
2236
1713
|
"ion-input/shape": {
|
|
2237
|
-
"type": "\"
|
|
2238
|
-
"description": "
|
|
1714
|
+
"type": "\"round\" | undefined",
|
|
1715
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
2239
1716
|
"options": [
|
|
2240
|
-
"
|
|
2241
|
-
"round",
|
|
2242
|
-
"soft"
|
|
2243
|
-
]
|
|
2244
|
-
},
|
|
2245
|
-
"ion-input/size": {
|
|
2246
|
-
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
|
|
2247
|
-
"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.",
|
|
2248
|
-
"options": [
|
|
2249
|
-
"large",
|
|
2250
|
-
"medium",
|
|
2251
|
-
"xlarge"
|
|
1717
|
+
"round"
|
|
2252
1718
|
]
|
|
2253
1719
|
},
|
|
2254
1720
|
"ion-input/spellcheck": {
|
|
@@ -2261,15 +1727,6 @@
|
|
|
2261
1727
|
"description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number.",
|
|
2262
1728
|
"options": []
|
|
2263
1729
|
},
|
|
2264
|
-
"ion-input/theme": {
|
|
2265
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2266
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2267
|
-
"options": [
|
|
2268
|
-
"ios",
|
|
2269
|
-
"md",
|
|
2270
|
-
"ionic"
|
|
2271
|
-
]
|
|
2272
|
-
},
|
|
2273
1730
|
"ion-input/type": {
|
|
2274
1731
|
"type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
|
|
2275
1732
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2348,11 +1805,11 @@
|
|
|
2348
1805
|
},
|
|
2349
1806
|
"ion-item/detail": {
|
|
2350
1807
|
"type": "boolean | undefined",
|
|
2351
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1808
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present.",
|
|
2352
1809
|
"options": []
|
|
2353
1810
|
},
|
|
2354
1811
|
"ion-item/detail-icon": {
|
|
2355
|
-
"type": "string
|
|
1812
|
+
"type": "string",
|
|
2356
1813
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
2357
1814
|
"options": []
|
|
2358
1815
|
},
|
|
@@ -2382,7 +1839,7 @@
|
|
|
2382
1839
|
},
|
|
2383
1840
|
"ion-item/mode": {
|
|
2384
1841
|
"type": "\"ios\" | \"md\"",
|
|
2385
|
-
"description": "The mode determines
|
|
1842
|
+
"description": "The mode determines which platform styles to use.",
|
|
2386
1843
|
"options": [
|
|
2387
1844
|
"ios",
|
|
2388
1845
|
"md"
|
|
@@ -2412,15 +1869,6 @@
|
|
|
2412
1869
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2413
1870
|
"options": []
|
|
2414
1871
|
},
|
|
2415
|
-
"ion-item/theme": {
|
|
2416
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2417
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2418
|
-
"options": [
|
|
2419
|
-
"ios",
|
|
2420
|
-
"md",
|
|
2421
|
-
"ionic"
|
|
2422
|
-
]
|
|
2423
|
-
},
|
|
2424
1872
|
"ion-item/type": {
|
|
2425
1873
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2426
1874
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2447,7 +1895,7 @@
|
|
|
2447
1895
|
},
|
|
2448
1896
|
"ion-item-divider/mode": {
|
|
2449
1897
|
"type": "\"ios\" | \"md\"",
|
|
2450
|
-
"description": "The mode determines
|
|
1898
|
+
"description": "The mode determines which platform styles to use.",
|
|
2451
1899
|
"options": [
|
|
2452
1900
|
"ios",
|
|
2453
1901
|
"md"
|
|
@@ -2458,32 +1906,6 @@
|
|
|
2458
1906
|
"description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky",
|
|
2459
1907
|
"options": []
|
|
2460
1908
|
},
|
|
2461
|
-
"ion-item-divider/theme": {
|
|
2462
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2463
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2464
|
-
"options": [
|
|
2465
|
-
"ios",
|
|
2466
|
-
"md",
|
|
2467
|
-
"ionic"
|
|
2468
|
-
]
|
|
2469
|
-
},
|
|
2470
|
-
"ion-item-group/mode": {
|
|
2471
|
-
"type": "\"ios\" | \"md\"",
|
|
2472
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2473
|
-
"options": [
|
|
2474
|
-
"ios",
|
|
2475
|
-
"md"
|
|
2476
|
-
]
|
|
2477
|
-
},
|
|
2478
|
-
"ion-item-group/theme": {
|
|
2479
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2480
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2481
|
-
"options": [
|
|
2482
|
-
"ios",
|
|
2483
|
-
"md",
|
|
2484
|
-
"ionic"
|
|
2485
|
-
]
|
|
2486
|
-
},
|
|
2487
1909
|
"ion-item-option/color": {
|
|
2488
1910
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2489
1911
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -2521,7 +1943,7 @@
|
|
|
2521
1943
|
},
|
|
2522
1944
|
"ion-item-option/mode": {
|
|
2523
1945
|
"type": "\"ios\" | \"md\"",
|
|
2524
|
-
"description": "The mode determines
|
|
1946
|
+
"description": "The mode determines which platform styles to use.",
|
|
2525
1947
|
"options": [
|
|
2526
1948
|
"ios",
|
|
2527
1949
|
"md"
|
|
@@ -2532,29 +1954,11 @@
|
|
|
2532
1954
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
|
|
2533
1955
|
"options": []
|
|
2534
1956
|
},
|
|
2535
|
-
"ion-item-option/shape": {
|
|
2536
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2537
|
-
"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.",
|
|
2538
|
-
"options": [
|
|
2539
|
-
"rectangular",
|
|
2540
|
-
"round",
|
|
2541
|
-
"soft"
|
|
2542
|
-
]
|
|
2543
|
-
},
|
|
2544
1957
|
"ion-item-option/target": {
|
|
2545
1958
|
"type": "string | undefined",
|
|
2546
1959
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2547
1960
|
"options": []
|
|
2548
1961
|
},
|
|
2549
|
-
"ion-item-option/theme": {
|
|
2550
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2551
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2552
|
-
"options": [
|
|
2553
|
-
"ios",
|
|
2554
|
-
"md",
|
|
2555
|
-
"ionic"
|
|
2556
|
-
]
|
|
2557
|
-
},
|
|
2558
1962
|
"ion-item-option/type": {
|
|
2559
1963
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2560
1964
|
"description": "The type of the button.",
|
|
@@ -2564,14 +1968,6 @@
|
|
|
2564
1968
|
"submit"
|
|
2565
1969
|
]
|
|
2566
1970
|
},
|
|
2567
|
-
"ion-item-options/mode": {
|
|
2568
|
-
"type": "\"ios\" | \"md\"",
|
|
2569
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2570
|
-
"options": [
|
|
2571
|
-
"ios",
|
|
2572
|
-
"md"
|
|
2573
|
-
]
|
|
2574
|
-
},
|
|
2575
1971
|
"ion-item-options/side": {
|
|
2576
1972
|
"type": "\"end\" | \"start\"",
|
|
2577
1973
|
"description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
|
|
@@ -2580,37 +1976,11 @@
|
|
|
2580
1976
|
"start"
|
|
2581
1977
|
]
|
|
2582
1978
|
},
|
|
2583
|
-
"ion-item-options/theme": {
|
|
2584
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2585
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2586
|
-
"options": [
|
|
2587
|
-
"ios",
|
|
2588
|
-
"md",
|
|
2589
|
-
"ionic"
|
|
2590
|
-
]
|
|
2591
|
-
},
|
|
2592
1979
|
"ion-item-sliding/disabled": {
|
|
2593
1980
|
"type": "boolean",
|
|
2594
1981
|
"description": "If `true`, the user cannot interact with the sliding item.",
|
|
2595
1982
|
"options": []
|
|
2596
1983
|
},
|
|
2597
|
-
"ion-item-sliding/mode": {
|
|
2598
|
-
"type": "\"ios\" | \"md\"",
|
|
2599
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2600
|
-
"options": [
|
|
2601
|
-
"ios",
|
|
2602
|
-
"md"
|
|
2603
|
-
]
|
|
2604
|
-
},
|
|
2605
|
-
"ion-item-sliding/theme": {
|
|
2606
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2607
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2608
|
-
"options": [
|
|
2609
|
-
"ios",
|
|
2610
|
-
"md",
|
|
2611
|
-
"ionic"
|
|
2612
|
-
]
|
|
2613
|
-
},
|
|
2614
1984
|
"ion-label/color": {
|
|
2615
1985
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2616
1986
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -2628,7 +1998,7 @@
|
|
|
2628
1998
|
},
|
|
2629
1999
|
"ion-label/mode": {
|
|
2630
2000
|
"type": "\"ios\" | \"md\"",
|
|
2631
|
-
"description": "The mode determines
|
|
2001
|
+
"description": "The mode determines which platform styles to use.",
|
|
2632
2002
|
"options": [
|
|
2633
2003
|
"ios",
|
|
2634
2004
|
"md"
|
|
@@ -2643,15 +2013,6 @@
|
|
|
2643
2013
|
"stacked"
|
|
2644
2014
|
]
|
|
2645
2015
|
},
|
|
2646
|
-
"ion-label/theme": {
|
|
2647
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2648
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2649
|
-
"options": [
|
|
2650
|
-
"ios",
|
|
2651
|
-
"md",
|
|
2652
|
-
"ionic"
|
|
2653
|
-
]
|
|
2654
|
-
},
|
|
2655
2016
|
"ion-list/inset": {
|
|
2656
2017
|
"type": "boolean",
|
|
2657
2018
|
"description": "If `true`, the list will have margin around it and rounded corners.",
|
|
@@ -2668,30 +2029,12 @@
|
|
|
2668
2029
|
},
|
|
2669
2030
|
"ion-list/mode": {
|
|
2670
2031
|
"type": "\"ios\" | \"md\"",
|
|
2671
|
-
"description": "The mode determines
|
|
2032
|
+
"description": "The mode determines which platform styles to use.",
|
|
2672
2033
|
"options": [
|
|
2673
2034
|
"ios",
|
|
2674
2035
|
"md"
|
|
2675
2036
|
]
|
|
2676
2037
|
},
|
|
2677
|
-
"ion-list/shape": {
|
|
2678
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2679
|
-
"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.",
|
|
2680
|
-
"options": [
|
|
2681
|
-
"rectangular",
|
|
2682
|
-
"round",
|
|
2683
|
-
"soft"
|
|
2684
|
-
]
|
|
2685
|
-
},
|
|
2686
|
-
"ion-list/theme": {
|
|
2687
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2688
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2689
|
-
"options": [
|
|
2690
|
-
"ios",
|
|
2691
|
-
"md",
|
|
2692
|
-
"ionic"
|
|
2693
|
-
]
|
|
2694
|
-
},
|
|
2695
2038
|
"ion-list-header/color": {
|
|
2696
2039
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2697
2040
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -2718,21 +2061,12 @@
|
|
|
2718
2061
|
},
|
|
2719
2062
|
"ion-list-header/mode": {
|
|
2720
2063
|
"type": "\"ios\" | \"md\"",
|
|
2721
|
-
"description": "The mode determines
|
|
2064
|
+
"description": "The mode determines which platform styles to use.",
|
|
2722
2065
|
"options": [
|
|
2723
2066
|
"ios",
|
|
2724
2067
|
"md"
|
|
2725
2068
|
]
|
|
2726
2069
|
},
|
|
2727
|
-
"ion-list-header/theme": {
|
|
2728
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2729
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2730
|
-
"options": [
|
|
2731
|
-
"ios",
|
|
2732
|
-
"md",
|
|
2733
|
-
"ionic"
|
|
2734
|
-
]
|
|
2735
|
-
},
|
|
2736
2070
|
"ion-loading/animated": {
|
|
2737
2071
|
"type": "boolean",
|
|
2738
2072
|
"description": "If `true`, the loading indicator will animate.",
|
|
@@ -2785,7 +2119,7 @@
|
|
|
2785
2119
|
},
|
|
2786
2120
|
"ion-loading/mode": {
|
|
2787
2121
|
"type": "\"ios\" | \"md\"",
|
|
2788
|
-
"description": "The mode determines
|
|
2122
|
+
"description": "The mode determines which platform styles to use.",
|
|
2789
2123
|
"options": [
|
|
2790
2124
|
"ios",
|
|
2791
2125
|
"md"
|
|
@@ -2811,18 +2145,9 @@
|
|
|
2811
2145
|
"lines-small"
|
|
2812
2146
|
]
|
|
2813
2147
|
},
|
|
2814
|
-
"ion-loading/theme": {
|
|
2815
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2816
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2817
|
-
"options": [
|
|
2818
|
-
"ios",
|
|
2819
|
-
"md",
|
|
2820
|
-
"ionic"
|
|
2821
|
-
]
|
|
2822
|
-
},
|
|
2823
2148
|
"ion-loading/translucent": {
|
|
2824
2149
|
"type": "boolean",
|
|
2825
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
2150
|
+
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
2826
2151
|
"options": []
|
|
2827
2152
|
},
|
|
2828
2153
|
"ion-loading/trigger": {
|
|
@@ -2850,14 +2175,6 @@
|
|
|
2850
2175
|
"description": "An id for the menu.",
|
|
2851
2176
|
"options": []
|
|
2852
2177
|
},
|
|
2853
|
-
"ion-menu/mode": {
|
|
2854
|
-
"type": "\"ios\" | \"md\"",
|
|
2855
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2856
|
-
"options": [
|
|
2857
|
-
"ios",
|
|
2858
|
-
"md"
|
|
2859
|
-
]
|
|
2860
|
-
},
|
|
2861
2178
|
"ion-menu/side": {
|
|
2862
2179
|
"type": "\"end\" | \"start\"",
|
|
2863
2180
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -2871,15 +2188,6 @@
|
|
|
2871
2188
|
"description": "If `true`, swiping the menu is enabled.",
|
|
2872
2189
|
"options": []
|
|
2873
2190
|
},
|
|
2874
|
-
"ion-menu/theme": {
|
|
2875
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2876
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2877
|
-
"options": [
|
|
2878
|
-
"ios",
|
|
2879
|
-
"md",
|
|
2880
|
-
"ionic"
|
|
2881
|
-
]
|
|
2882
|
-
},
|
|
2883
2191
|
"ion-menu/type": {
|
|
2884
2192
|
"type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
|
|
2885
2193
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -2921,21 +2229,12 @@
|
|
|
2921
2229
|
},
|
|
2922
2230
|
"ion-menu-button/mode": {
|
|
2923
2231
|
"type": "\"ios\" | \"md\"",
|
|
2924
|
-
"description": "The mode determines
|
|
2232
|
+
"description": "The mode determines which platform styles to use.",
|
|
2925
2233
|
"options": [
|
|
2926
2234
|
"ios",
|
|
2927
2235
|
"md"
|
|
2928
2236
|
]
|
|
2929
2237
|
},
|
|
2930
|
-
"ion-menu-button/theme": {
|
|
2931
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2932
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2933
|
-
"options": [
|
|
2934
|
-
"ios",
|
|
2935
|
-
"md",
|
|
2936
|
-
"ionic"
|
|
2937
|
-
]
|
|
2938
|
-
},
|
|
2939
2238
|
"ion-menu-button/type": {
|
|
2940
2239
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2941
2240
|
"description": "The type of the button.",
|
|
@@ -2955,23 +2254,6 @@
|
|
|
2955
2254
|
"description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active.",
|
|
2956
2255
|
"options": []
|
|
2957
2256
|
},
|
|
2958
|
-
"ion-menu-toggle/mode": {
|
|
2959
|
-
"type": "\"ios\" | \"md\"",
|
|
2960
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2961
|
-
"options": [
|
|
2962
|
-
"ios",
|
|
2963
|
-
"md"
|
|
2964
|
-
]
|
|
2965
|
-
},
|
|
2966
|
-
"ion-menu-toggle/theme": {
|
|
2967
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2968
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2969
|
-
"options": [
|
|
2970
|
-
"ios",
|
|
2971
|
-
"md",
|
|
2972
|
-
"ionic"
|
|
2973
|
-
]
|
|
2974
|
-
},
|
|
2975
2257
|
"ion-modal/animated": {
|
|
2976
2258
|
"type": "boolean",
|
|
2977
2259
|
"description": "If `true`, the modal will animate.",
|
|
@@ -3057,7 +2339,7 @@
|
|
|
3057
2339
|
},
|
|
3058
2340
|
"ion-modal/mode": {
|
|
3059
2341
|
"type": "\"ios\" | \"md\"",
|
|
3060
|
-
"description": "The mode determines
|
|
2342
|
+
"description": "The mode determines which platform styles to use.",
|
|
3061
2343
|
"options": [
|
|
3062
2344
|
"ios",
|
|
3063
2345
|
"md"
|
|
@@ -3068,29 +2350,11 @@
|
|
|
3068
2350
|
"description": "The element that presented the modal. This is used for card presentation effects\nand for stacking multiple modals on top of each other. Only applies in iOS mode.",
|
|
3069
2351
|
"options": []
|
|
3070
2352
|
},
|
|
3071
|
-
"ion-modal/shape": {
|
|
3072
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
3073
|
-
"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.",
|
|
3074
|
-
"options": [
|
|
3075
|
-
"rectangular",
|
|
3076
|
-
"round",
|
|
3077
|
-
"soft"
|
|
3078
|
-
]
|
|
3079
|
-
},
|
|
3080
2353
|
"ion-modal/show-backdrop": {
|
|
3081
2354
|
"type": "boolean",
|
|
3082
2355
|
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
|
|
3083
2356
|
"options": []
|
|
3084
2357
|
},
|
|
3085
|
-
"ion-modal/theme": {
|
|
3086
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3087
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3088
|
-
"options": [
|
|
3089
|
-
"ios",
|
|
3090
|
-
"md",
|
|
3091
|
-
"ionic"
|
|
3092
|
-
]
|
|
3093
|
-
},
|
|
3094
2358
|
"ion-modal/trigger": {
|
|
3095
2359
|
"type": "string | undefined",
|
|
3096
2360
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -3103,17 +2367,9 @@
|
|
|
3103
2367
|
},
|
|
3104
2368
|
"ion-nav/animation": {
|
|
3105
2369
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3106
|
-
"description": "By default `ion-nav` animates transition between pages based
|
|
2370
|
+
"description": "By default `ion-nav` animates transition between pages based in the mode (ios or material design).\nHowever, this property allows to create custom transition using `AnimationBuilder` functions.",
|
|
3107
2371
|
"options": []
|
|
3108
2372
|
},
|
|
3109
|
-
"ion-nav/mode": {
|
|
3110
|
-
"type": "\"ios\" | \"md\"",
|
|
3111
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3112
|
-
"options": [
|
|
3113
|
-
"ios",
|
|
3114
|
-
"md"
|
|
3115
|
-
]
|
|
3116
|
-
},
|
|
3117
2373
|
"ion-nav/root": {
|
|
3118
2374
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3119
2375
|
"description": "Root NavComponent to load",
|
|
@@ -3129,15 +2385,6 @@
|
|
|
3129
2385
|
"description": "If the nav component should allow for swipe-to-go-back.",
|
|
3130
2386
|
"options": []
|
|
3131
2387
|
},
|
|
3132
|
-
"ion-nav/theme": {
|
|
3133
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3134
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3135
|
-
"options": [
|
|
3136
|
-
"ios",
|
|
3137
|
-
"md",
|
|
3138
|
-
"ionic"
|
|
3139
|
-
]
|
|
3140
|
-
},
|
|
3141
2388
|
"ion-nav-link/component": {
|
|
3142
2389
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3143
2390
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
|
|
@@ -3148,14 +2395,6 @@
|
|
|
3148
2395
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
|
|
3149
2396
|
"options": []
|
|
3150
2397
|
},
|
|
3151
|
-
"ion-nav-link/mode": {
|
|
3152
|
-
"type": "\"ios\" | \"md\"",
|
|
3153
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3154
|
-
"options": [
|
|
3155
|
-
"ios",
|
|
3156
|
-
"md"
|
|
3157
|
-
]
|
|
3158
|
-
},
|
|
3159
2398
|
"ion-nav-link/router-animation": {
|
|
3160
2399
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3161
2400
|
"description": "The transition animation when navigating to another page.",
|
|
@@ -3170,15 +2409,6 @@
|
|
|
3170
2409
|
"root"
|
|
3171
2410
|
]
|
|
3172
2411
|
},
|
|
3173
|
-
"ion-nav-link/theme": {
|
|
3174
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3175
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3176
|
-
"options": [
|
|
3177
|
-
"ios",
|
|
3178
|
-
"md",
|
|
3179
|
-
"ionic"
|
|
3180
|
-
]
|
|
3181
|
-
},
|
|
3182
2412
|
"ion-note/color": {
|
|
3183
2413
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3184
2414
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -3196,38 +2426,20 @@
|
|
|
3196
2426
|
},
|
|
3197
2427
|
"ion-note/mode": {
|
|
3198
2428
|
"type": "\"ios\" | \"md\"",
|
|
3199
|
-
"description": "The mode determines
|
|
2429
|
+
"description": "The mode determines which platform styles to use.",
|
|
3200
2430
|
"options": [
|
|
3201
2431
|
"ios",
|
|
3202
2432
|
"md"
|
|
3203
2433
|
]
|
|
3204
2434
|
},
|
|
3205
|
-
"ion-note/theme": {
|
|
3206
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3207
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3208
|
-
"options": [
|
|
3209
|
-
"ios",
|
|
3210
|
-
"md",
|
|
3211
|
-
"ionic"
|
|
3212
|
-
]
|
|
3213
|
-
},
|
|
3214
2435
|
"ion-picker/mode": {
|
|
3215
2436
|
"type": "\"ios\" | \"md\"",
|
|
3216
|
-
"description": "The mode determines
|
|
2437
|
+
"description": "The mode determines which platform styles to use.",
|
|
3217
2438
|
"options": [
|
|
3218
2439
|
"ios",
|
|
3219
2440
|
"md"
|
|
3220
2441
|
]
|
|
3221
2442
|
},
|
|
3222
|
-
"ion-picker/theme": {
|
|
3223
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3224
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3225
|
-
"options": [
|
|
3226
|
-
"ios",
|
|
3227
|
-
"md",
|
|
3228
|
-
"ionic"
|
|
3229
|
-
]
|
|
3230
|
-
},
|
|
3231
2443
|
"ion-picker-column/color": {
|
|
3232
2444
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3233
2445
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -3250,21 +2462,12 @@
|
|
|
3250
2462
|
},
|
|
3251
2463
|
"ion-picker-column/mode": {
|
|
3252
2464
|
"type": "\"ios\" | \"md\"",
|
|
3253
|
-
"description": "The mode determines
|
|
2465
|
+
"description": "The mode determines which platform styles to use.",
|
|
3254
2466
|
"options": [
|
|
3255
2467
|
"ios",
|
|
3256
2468
|
"md"
|
|
3257
2469
|
]
|
|
3258
2470
|
},
|
|
3259
|
-
"ion-picker-column/theme": {
|
|
3260
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3261
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3262
|
-
"options": [
|
|
3263
|
-
"ios",
|
|
3264
|
-
"md",
|
|
3265
|
-
"ionic"
|
|
3266
|
-
]
|
|
3267
|
-
},
|
|
3268
2471
|
"ion-picker-column/value": {
|
|
3269
2472
|
"type": "number | string | undefined",
|
|
3270
2473
|
"description": "The selected option in the picker.",
|
|
@@ -3290,23 +2493,6 @@
|
|
|
3290
2493
|
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
3291
2494
|
"options": []
|
|
3292
2495
|
},
|
|
3293
|
-
"ion-picker-column-option/mode": {
|
|
3294
|
-
"type": "\"ios\" | \"md\"",
|
|
3295
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3296
|
-
"options": [
|
|
3297
|
-
"ios",
|
|
3298
|
-
"md"
|
|
3299
|
-
]
|
|
3300
|
-
},
|
|
3301
|
-
"ion-picker-column-option/theme": {
|
|
3302
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3303
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3304
|
-
"options": [
|
|
3305
|
-
"ios",
|
|
3306
|
-
"md",
|
|
3307
|
-
"ionic"
|
|
3308
|
-
]
|
|
3309
|
-
},
|
|
3310
2496
|
"ion-picker-column-option/value": {
|
|
3311
2497
|
"type": "any",
|
|
3312
2498
|
"description": "The text value of the option.",
|
|
@@ -3369,7 +2555,7 @@
|
|
|
3369
2555
|
},
|
|
3370
2556
|
"ion-picker-legacy/mode": {
|
|
3371
2557
|
"type": "\"ios\" | \"md\"",
|
|
3372
|
-
"description": "The mode determines
|
|
2558
|
+
"description": "The mode determines which platform styles to use.",
|
|
3373
2559
|
"options": [
|
|
3374
2560
|
"ios",
|
|
3375
2561
|
"md"
|
|
@@ -3380,15 +2566,6 @@
|
|
|
3380
2566
|
"description": "If `true`, a backdrop will be displayed behind the picker.",
|
|
3381
2567
|
"options": []
|
|
3382
2568
|
},
|
|
3383
|
-
"ion-picker-legacy/theme": {
|
|
3384
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3385
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3386
|
-
"options": [
|
|
3387
|
-
"ios",
|
|
3388
|
-
"md",
|
|
3389
|
-
"ionic"
|
|
3390
|
-
]
|
|
3391
|
-
},
|
|
3392
2569
|
"ion-picker-legacy/trigger": {
|
|
3393
2570
|
"type": "string | undefined",
|
|
3394
2571
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -3396,7 +2573,7 @@
|
|
|
3396
2573
|
},
|
|
3397
2574
|
"ion-popover/alignment": {
|
|
3398
2575
|
"type": "\"center\" | \"end\" | \"start\" | undefined",
|
|
3399
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
2576
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
3400
2577
|
"options": [
|
|
3401
2578
|
"center",
|
|
3402
2579
|
"end",
|
|
@@ -3410,7 +2587,7 @@
|
|
|
3410
2587
|
},
|
|
3411
2588
|
"ion-popover/arrow": {
|
|
3412
2589
|
"type": "boolean",
|
|
3413
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
2590
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
|
|
3414
2591
|
"options": []
|
|
3415
2592
|
},
|
|
3416
2593
|
"ion-popover/backdrop-dismiss": {
|
|
@@ -3475,7 +2652,7 @@
|
|
|
3475
2652
|
},
|
|
3476
2653
|
"ion-popover/mode": {
|
|
3477
2654
|
"type": "\"ios\" | \"md\"",
|
|
3478
|
-
"description": "The mode determines
|
|
2655
|
+
"description": "The mode determines which platform styles to use.",
|
|
3479
2656
|
"options": [
|
|
3480
2657
|
"ios",
|
|
3481
2658
|
"md"
|
|
@@ -3514,18 +2691,9 @@
|
|
|
3514
2691
|
"cover"
|
|
3515
2692
|
]
|
|
3516
2693
|
},
|
|
3517
|
-
"ion-popover/theme": {
|
|
3518
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3519
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3520
|
-
"options": [
|
|
3521
|
-
"ios",
|
|
3522
|
-
"md",
|
|
3523
|
-
"ionic"
|
|
3524
|
-
]
|
|
3525
|
-
},
|
|
3526
2694
|
"ion-popover/translucent": {
|
|
3527
2695
|
"type": "boolean",
|
|
3528
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
2696
|
+
"description": "If `true`, the popover will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
3529
2697
|
"options": []
|
|
3530
2698
|
},
|
|
3531
2699
|
"ion-popover/trigger": {
|
|
@@ -3564,7 +2732,7 @@
|
|
|
3564
2732
|
},
|
|
3565
2733
|
"ion-progress-bar/mode": {
|
|
3566
2734
|
"type": "\"ios\" | \"md\"",
|
|
3567
|
-
"description": "The mode determines
|
|
2735
|
+
"description": "The mode determines which platform styles to use.",
|
|
3568
2736
|
"options": [
|
|
3569
2737
|
"ios",
|
|
3570
2738
|
"md"
|
|
@@ -3575,23 +2743,6 @@
|
|
|
3575
2743
|
"description": "If true, reverse the progress bar direction.",
|
|
3576
2744
|
"options": []
|
|
3577
2745
|
},
|
|
3578
|
-
"ion-progress-bar/shape": {
|
|
3579
|
-
"type": "\"rectangular\" | \"round\" | undefined",
|
|
3580
|
-
"description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
3581
|
-
"options": [
|
|
3582
|
-
"rectangular",
|
|
3583
|
-
"round"
|
|
3584
|
-
]
|
|
3585
|
-
},
|
|
3586
|
-
"ion-progress-bar/theme": {
|
|
3587
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3588
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3589
|
-
"options": [
|
|
3590
|
-
"ios",
|
|
3591
|
-
"md",
|
|
3592
|
-
"ionic"
|
|
3593
|
-
]
|
|
3594
|
-
},
|
|
3595
2746
|
"ion-progress-bar/type": {
|
|
3596
2747
|
"type": "\"determinate\" | \"indeterminate\"",
|
|
3597
2748
|
"description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
|
|
@@ -3654,7 +2805,7 @@
|
|
|
3654
2805
|
},
|
|
3655
2806
|
"ion-radio/mode": {
|
|
3656
2807
|
"type": "\"ios\" | \"md\"",
|
|
3657
|
-
"description": "The mode determines
|
|
2808
|
+
"description": "The mode determines which platform styles to use.",
|
|
3658
2809
|
"options": [
|
|
3659
2810
|
"ios",
|
|
3660
2811
|
"md"
|
|
@@ -3665,15 +2816,6 @@
|
|
|
3665
2816
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3666
2817
|
"options": []
|
|
3667
2818
|
},
|
|
3668
|
-
"ion-radio/theme": {
|
|
3669
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3670
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3671
|
-
"options": [
|
|
3672
|
-
"ios",
|
|
3673
|
-
"md",
|
|
3674
|
-
"ionic"
|
|
3675
|
-
]
|
|
3676
|
-
},
|
|
3677
2819
|
"ion-radio/value": {
|
|
3678
2820
|
"type": "any",
|
|
3679
2821
|
"description": "the value of the radio.",
|
|
@@ -3699,28 +2841,11 @@
|
|
|
3699
2841
|
"description": "The helper text to display at the top of the radio group.",
|
|
3700
2842
|
"options": []
|
|
3701
2843
|
},
|
|
3702
|
-
"ion-radio-group/mode": {
|
|
3703
|
-
"type": "\"ios\" | \"md\"",
|
|
3704
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3705
|
-
"options": [
|
|
3706
|
-
"ios",
|
|
3707
|
-
"md"
|
|
3708
|
-
]
|
|
3709
|
-
},
|
|
3710
2844
|
"ion-radio-group/name": {
|
|
3711
2845
|
"type": "string",
|
|
3712
2846
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3713
2847
|
"options": []
|
|
3714
2848
|
},
|
|
3715
|
-
"ion-radio-group/theme": {
|
|
3716
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3717
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3718
|
-
"options": [
|
|
3719
|
-
"ios",
|
|
3720
|
-
"md",
|
|
3721
|
-
"ionic"
|
|
3722
|
-
]
|
|
3723
|
-
},
|
|
3724
2849
|
"ion-radio-group/value": {
|
|
3725
2850
|
"type": "any",
|
|
3726
2851
|
"description": "the value of the radio group.",
|
|
@@ -3788,7 +2913,7 @@
|
|
|
3788
2913
|
},
|
|
3789
2914
|
"ion-range/mode": {
|
|
3790
2915
|
"type": "\"ios\" | \"md\"",
|
|
3791
|
-
"description": "The mode determines
|
|
2916
|
+
"description": "The mode determines which platform styles to use.",
|
|
3792
2917
|
"options": [
|
|
3793
2918
|
"ios",
|
|
3794
2919
|
"md"
|
|
@@ -3819,15 +2944,6 @@
|
|
|
3819
2944
|
"description": "Specifies the value granularity.",
|
|
3820
2945
|
"options": []
|
|
3821
2946
|
},
|
|
3822
|
-
"ion-range/theme": {
|
|
3823
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3824
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3825
|
-
"options": [
|
|
3826
|
-
"ios",
|
|
3827
|
-
"md",
|
|
3828
|
-
"ionic"
|
|
3829
|
-
]
|
|
3830
|
-
},
|
|
3831
2947
|
"ion-range/ticks": {
|
|
3832
2948
|
"type": "boolean",
|
|
3833
2949
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -3850,7 +2966,7 @@
|
|
|
3850
2966
|
},
|
|
3851
2967
|
"ion-refresher/mode": {
|
|
3852
2968
|
"type": "\"ios\" | \"md\"",
|
|
3853
|
-
"description": "The mode determines
|
|
2969
|
+
"description": "The mode determines which platform styles to use.",
|
|
3854
2970
|
"options": [
|
|
3855
2971
|
"ios",
|
|
3856
2972
|
"md"
|
|
@@ -3876,23 +2992,6 @@
|
|
|
3876
2992
|
"description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher.",
|
|
3877
2993
|
"options": []
|
|
3878
2994
|
},
|
|
3879
|
-
"ion-refresher/theme": {
|
|
3880
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3881
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3882
|
-
"options": [
|
|
3883
|
-
"ios",
|
|
3884
|
-
"md",
|
|
3885
|
-
"ionic"
|
|
3886
|
-
]
|
|
3887
|
-
},
|
|
3888
|
-
"ion-refresher-content/mode": {
|
|
3889
|
-
"type": "\"ios\" | \"md\"",
|
|
3890
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3891
|
-
"options": [
|
|
3892
|
-
"ios",
|
|
3893
|
-
"md"
|
|
3894
|
-
]
|
|
3895
|
-
},
|
|
3896
2995
|
"ion-refresher-content/pulling-icon": {
|
|
3897
2996
|
"type": "null | string | undefined",
|
|
3898
2997
|
"description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices.",
|
|
@@ -3923,71 +3022,11 @@
|
|
|
3923
3022
|
"description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used.",
|
|
3924
3023
|
"options": []
|
|
3925
3024
|
},
|
|
3926
|
-
"ion-refresher-content/theme": {
|
|
3927
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3928
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3929
|
-
"options": [
|
|
3930
|
-
"ios",
|
|
3931
|
-
"md",
|
|
3932
|
-
"ionic"
|
|
3933
|
-
]
|
|
3934
|
-
},
|
|
3935
|
-
"ion-reorder/mode": {
|
|
3936
|
-
"type": "\"ios\" | \"md\"",
|
|
3937
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3938
|
-
"options": [
|
|
3939
|
-
"ios",
|
|
3940
|
-
"md"
|
|
3941
|
-
]
|
|
3942
|
-
},
|
|
3943
|
-
"ion-reorder/theme": {
|
|
3944
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3945
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3946
|
-
"options": [
|
|
3947
|
-
"ios",
|
|
3948
|
-
"md",
|
|
3949
|
-
"ionic"
|
|
3950
|
-
]
|
|
3951
|
-
},
|
|
3952
3025
|
"ion-reorder-group/disabled": {
|
|
3953
3026
|
"type": "boolean",
|
|
3954
3027
|
"description": "If `true`, the reorder will be hidden.",
|
|
3955
3028
|
"options": []
|
|
3956
3029
|
},
|
|
3957
|
-
"ion-reorder-group/mode": {
|
|
3958
|
-
"type": "\"ios\" | \"md\"",
|
|
3959
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3960
|
-
"options": [
|
|
3961
|
-
"ios",
|
|
3962
|
-
"md"
|
|
3963
|
-
]
|
|
3964
|
-
},
|
|
3965
|
-
"ion-reorder-group/theme": {
|
|
3966
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3967
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3968
|
-
"options": [
|
|
3969
|
-
"ios",
|
|
3970
|
-
"md",
|
|
3971
|
-
"ionic"
|
|
3972
|
-
]
|
|
3973
|
-
},
|
|
3974
|
-
"ion-ripple-effect/mode": {
|
|
3975
|
-
"type": "\"ios\" | \"md\"",
|
|
3976
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3977
|
-
"options": [
|
|
3978
|
-
"ios",
|
|
3979
|
-
"md"
|
|
3980
|
-
]
|
|
3981
|
-
},
|
|
3982
|
-
"ion-ripple-effect/theme": {
|
|
3983
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3984
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3985
|
-
"options": [
|
|
3986
|
-
"ios",
|
|
3987
|
-
"md",
|
|
3988
|
-
"ionic"
|
|
3989
|
-
]
|
|
3990
|
-
},
|
|
3991
3030
|
"ion-ripple-effect/type": {
|
|
3992
3031
|
"type": "\"bounded\" | \"unbounded\"",
|
|
3993
3032
|
"description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
|
|
@@ -4016,23 +3055,6 @@
|
|
|
4016
3055
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
|
|
4017
3056
|
"options": []
|
|
4018
3057
|
},
|
|
4019
|
-
"ion-route/mode": {
|
|
4020
|
-
"type": "\"ios\" | \"md\"",
|
|
4021
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4022
|
-
"options": [
|
|
4023
|
-
"ios",
|
|
4024
|
-
"md"
|
|
4025
|
-
]
|
|
4026
|
-
},
|
|
4027
|
-
"ion-route/theme": {
|
|
4028
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4029
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4030
|
-
"options": [
|
|
4031
|
-
"ios",
|
|
4032
|
-
"md",
|
|
4033
|
-
"ionic"
|
|
4034
|
-
]
|
|
4035
|
-
},
|
|
4036
3058
|
"ion-route/url": {
|
|
4037
3059
|
"type": "string",
|
|
4038
3060
|
"description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props.",
|
|
@@ -4048,28 +3070,11 @@
|
|
|
4048
3070
|
"description": "A redirect route, redirects \"from\" a URL \"to\" another URL. This property is that \"to\" URL.\nWhen the defined `ion-route-redirect` rule matches, the router will redirect to the path\nspecified in this property.\n\nThe value of this property is always an absolute path inside the scope of routes defined in\n`ion-router` it can't be used with another router or to perform a redirection to a different domain.\n\nNote that this is a virtual redirect, it will not cause a real browser refresh, again, it's\na redirect inside the context of ion-router.\n\nWhen this property is not specified or his value is `undefined` the whole redirect route is noop,\neven if the \"from\" value matches.",
|
|
4049
3071
|
"options": []
|
|
4050
3072
|
},
|
|
4051
|
-
"ion-router/mode": {
|
|
4052
|
-
"type": "\"ios\" | \"md\"",
|
|
4053
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4054
|
-
"options": [
|
|
4055
|
-
"ios",
|
|
4056
|
-
"md"
|
|
4057
|
-
]
|
|
4058
|
-
},
|
|
4059
3073
|
"ion-router/root": {
|
|
4060
3074
|
"type": "string",
|
|
4061
3075
|
"description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths.",
|
|
4062
3076
|
"options": []
|
|
4063
3077
|
},
|
|
4064
|
-
"ion-router/theme": {
|
|
4065
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4066
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4067
|
-
"options": [
|
|
4068
|
-
"ios",
|
|
4069
|
-
"md",
|
|
4070
|
-
"ionic"
|
|
4071
|
-
]
|
|
4072
|
-
},
|
|
4073
3078
|
"ion-router/use-hash": {
|
|
4074
3079
|
"type": "boolean",
|
|
4075
3080
|
"description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs.",
|
|
@@ -4095,14 +3100,6 @@
|
|
|
4095
3100
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
|
|
4096
3101
|
"options": []
|
|
4097
3102
|
},
|
|
4098
|
-
"ion-router-link/mode": {
|
|
4099
|
-
"type": "\"ios\" | \"md\"",
|
|
4100
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4101
|
-
"options": [
|
|
4102
|
-
"ios",
|
|
4103
|
-
"md"
|
|
4104
|
-
]
|
|
4105
|
-
},
|
|
4106
3103
|
"ion-router-link/rel": {
|
|
4107
3104
|
"type": "string | undefined",
|
|
4108
3105
|
"description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).",
|
|
@@ -4127,15 +3124,6 @@
|
|
|
4127
3124
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
4128
3125
|
"options": []
|
|
4129
3126
|
},
|
|
4130
|
-
"ion-router-link/theme": {
|
|
4131
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4132
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4133
|
-
"options": [
|
|
4134
|
-
"ios",
|
|
4135
|
-
"md",
|
|
4136
|
-
"ionic"
|
|
4137
|
-
]
|
|
4138
|
-
},
|
|
4139
3127
|
"ion-router-outlet/animated": {
|
|
4140
3128
|
"type": "boolean",
|
|
4141
3129
|
"description": "If `true`, the router-outlet should animate the transition of components.",
|
|
@@ -4148,38 +3136,12 @@
|
|
|
4148
3136
|
},
|
|
4149
3137
|
"ion-router-outlet/mode": {
|
|
4150
3138
|
"type": "\"ios\" | \"md\"",
|
|
4151
|
-
"description": "The mode determines
|
|
4152
|
-
"options": [
|
|
4153
|
-
"ios",
|
|
4154
|
-
"md"
|
|
4155
|
-
]
|
|
4156
|
-
},
|
|
4157
|
-
"ion-router-outlet/theme": {
|
|
4158
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4159
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4160
|
-
"options": [
|
|
4161
|
-
"ios",
|
|
4162
|
-
"md",
|
|
4163
|
-
"ionic"
|
|
4164
|
-
]
|
|
4165
|
-
},
|
|
4166
|
-
"ion-row/mode": {
|
|
4167
|
-
"type": "\"ios\" | \"md\"",
|
|
4168
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3139
|
+
"description": "The mode determines which platform styles to use.",
|
|
4169
3140
|
"options": [
|
|
4170
3141
|
"ios",
|
|
4171
3142
|
"md"
|
|
4172
3143
|
]
|
|
4173
3144
|
},
|
|
4174
|
-
"ion-row/theme": {
|
|
4175
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4176
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4177
|
-
"options": [
|
|
4178
|
-
"ios",
|
|
4179
|
-
"md",
|
|
4180
|
-
"ionic"
|
|
4181
|
-
]
|
|
4182
|
-
},
|
|
4183
3145
|
"ion-searchbar/animated": {
|
|
4184
3146
|
"type": "boolean",
|
|
4185
3147
|
"description": "If `true`, enable searchbar animation.",
|
|
@@ -4191,61 +3153,61 @@
|
|
|
4191
3153
|
"options": []
|
|
4192
3154
|
},
|
|
4193
3155
|
"ion-searchbar/autocomplete": {
|
|
4194
|
-
"type": "\"name\" | \"
|
|
3156
|
+
"type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"",
|
|
4195
3157
|
"description": "Set the input's autocomplete property.",
|
|
4196
3158
|
"options": [
|
|
4197
3159
|
"name",
|
|
3160
|
+
"email",
|
|
3161
|
+
"tel",
|
|
4198
3162
|
"url",
|
|
4199
|
-
"off",
|
|
4200
3163
|
"on",
|
|
3164
|
+
"off",
|
|
3165
|
+
"honorific-prefix",
|
|
3166
|
+
"given-name",
|
|
4201
3167
|
"additional-name",
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4204
|
-
"
|
|
4205
|
-
"
|
|
3168
|
+
"family-name",
|
|
3169
|
+
"honorific-suffix",
|
|
3170
|
+
"nickname",
|
|
3171
|
+
"username",
|
|
3172
|
+
"new-password",
|
|
3173
|
+
"current-password",
|
|
3174
|
+
"one-time-code",
|
|
3175
|
+
"organization-title",
|
|
3176
|
+
"organization",
|
|
3177
|
+
"street-address",
|
|
4206
3178
|
"address-line1",
|
|
4207
3179
|
"address-line2",
|
|
4208
3180
|
"address-line3",
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4212
|
-
"
|
|
3181
|
+
"address-level4",
|
|
3182
|
+
"address-level3",
|
|
3183
|
+
"address-level2",
|
|
3184
|
+
"address-level1",
|
|
3185
|
+
"country",
|
|
3186
|
+
"country-name",
|
|
3187
|
+
"postal-code",
|
|
3188
|
+
"cc-name",
|
|
3189
|
+
"cc-given-name",
|
|
3190
|
+
"cc-additional-name",
|
|
3191
|
+
"cc-family-name",
|
|
3192
|
+
"cc-number",
|
|
4213
3193
|
"cc-exp",
|
|
4214
3194
|
"cc-exp-month",
|
|
4215
3195
|
"cc-exp-year",
|
|
4216
|
-
"cc-
|
|
4217
|
-
"cc-given-name",
|
|
4218
|
-
"cc-name",
|
|
4219
|
-
"cc-number",
|
|
3196
|
+
"cc-csc",
|
|
4220
3197
|
"cc-type",
|
|
4221
|
-
"country",
|
|
4222
|
-
"country-name",
|
|
4223
|
-
"current-password",
|
|
4224
|
-
"family-name",
|
|
4225
|
-
"given-name",
|
|
4226
|
-
"honorific-prefix",
|
|
4227
|
-
"honorific-suffix",
|
|
4228
|
-
"new-password",
|
|
4229
|
-
"one-time-code",
|
|
4230
|
-
"organization",
|
|
4231
|
-
"postal-code",
|
|
4232
|
-
"street-address",
|
|
4233
|
-
"transaction-amount",
|
|
4234
3198
|
"transaction-currency",
|
|
4235
|
-
"
|
|
4236
|
-
"email",
|
|
4237
|
-
"tel",
|
|
4238
|
-
"tel-area-code",
|
|
4239
|
-
"tel-country-code",
|
|
4240
|
-
"tel-extension",
|
|
4241
|
-
"tel-local",
|
|
4242
|
-
"tel-national",
|
|
4243
|
-
"nickname",
|
|
4244
|
-
"organization-title",
|
|
4245
|
-
"cc-additional-name",
|
|
3199
|
+
"transaction-amount",
|
|
4246
3200
|
"language",
|
|
4247
3201
|
"bday",
|
|
3202
|
+
"bday-day",
|
|
3203
|
+
"bday-month",
|
|
3204
|
+
"bday-year",
|
|
4248
3205
|
"sex",
|
|
3206
|
+
"tel-country-code",
|
|
3207
|
+
"tel-national",
|
|
3208
|
+
"tel-area-code",
|
|
3209
|
+
"tel-local",
|
|
3210
|
+
"tel-extension",
|
|
4249
3211
|
"impp",
|
|
4250
3212
|
"photo"
|
|
4251
3213
|
]
|
|
@@ -4259,18 +3221,18 @@
|
|
|
4259
3221
|
]
|
|
4260
3222
|
},
|
|
4261
3223
|
"ion-searchbar/cancel-button-icon": {
|
|
4262
|
-
"type": "string
|
|
4263
|
-
"description": "Set the cancel button icon. Only
|
|
3224
|
+
"type": "string",
|
|
3225
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
4264
3226
|
"options": []
|
|
4265
3227
|
},
|
|
4266
3228
|
"ion-searchbar/cancel-button-text": {
|
|
4267
3229
|
"type": "string",
|
|
4268
|
-
"description": "Set the cancel button text. Only
|
|
3230
|
+
"description": "Set the the cancel button text. Only applies to `ios` mode.",
|
|
4269
3231
|
"options": []
|
|
4270
3232
|
},
|
|
4271
3233
|
"ion-searchbar/clear-icon": {
|
|
4272
3234
|
"type": "string | undefined",
|
|
4273
|
-
"description": "Set the clear icon. Defaults to
|
|
3235
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
4274
3236
|
"options": []
|
|
4275
3237
|
},
|
|
4276
3238
|
"ion-searchbar/color": {
|
|
@@ -4337,7 +3299,7 @@
|
|
|
4337
3299
|
},
|
|
4338
3300
|
"ion-searchbar/mode": {
|
|
4339
3301
|
"type": "\"ios\" | \"md\"",
|
|
4340
|
-
"description": "The mode determines
|
|
3302
|
+
"description": "The mode determines which platform styles to use.",
|
|
4341
3303
|
"options": [
|
|
4342
3304
|
"ios",
|
|
4343
3305
|
"md"
|
|
@@ -4354,19 +3316,10 @@
|
|
|
4354
3316
|
"options": []
|
|
4355
3317
|
},
|
|
4356
3318
|
"ion-searchbar/search-icon": {
|
|
4357
|
-
"type": "
|
|
4358
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
3319
|
+
"type": "string | undefined",
|
|
3320
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
|
|
4359
3321
|
"options": []
|
|
4360
3322
|
},
|
|
4361
|
-
"ion-searchbar/shape": {
|
|
4362
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4363
|
-
"description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
|
|
4364
|
-
"options": [
|
|
4365
|
-
"rectangular",
|
|
4366
|
-
"round",
|
|
4367
|
-
"soft"
|
|
4368
|
-
]
|
|
4369
|
-
},
|
|
4370
3323
|
"ion-searchbar/show-cancel-button": {
|
|
4371
3324
|
"type": "\"always\" | \"focus\" | \"never\"",
|
|
4372
3325
|
"description": "Sets the behavior for the cancel button. Defaults to `\"never\"`.\nSetting to `\"focus\"` shows the cancel button on focus.\nSetting to `\"never\"` hides the cancel button.\nSetting to `\"always\"` shows the cancel button regardless\nof focus state.",
|
|
@@ -4385,29 +3338,11 @@
|
|
|
4385
3338
|
"never"
|
|
4386
3339
|
]
|
|
4387
3340
|
},
|
|
4388
|
-
"ion-searchbar/size": {
|
|
4389
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4390
|
-
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
4391
|
-
"options": [
|
|
4392
|
-
"large",
|
|
4393
|
-
"medium",
|
|
4394
|
-
"small"
|
|
4395
|
-
]
|
|
4396
|
-
},
|
|
4397
3341
|
"ion-searchbar/spellcheck": {
|
|
4398
3342
|
"type": "boolean",
|
|
4399
3343
|
"description": "If `true`, enable spellcheck on the input.",
|
|
4400
3344
|
"options": []
|
|
4401
3345
|
},
|
|
4402
|
-
"ion-searchbar/theme": {
|
|
4403
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4404
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4405
|
-
"options": [
|
|
4406
|
-
"ios",
|
|
4407
|
-
"md",
|
|
4408
|
-
"ionic"
|
|
4409
|
-
]
|
|
4410
|
-
},
|
|
4411
3346
|
"ion-searchbar/type": {
|
|
4412
3347
|
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
4413
3348
|
"description": "Set the type of the input.",
|
|
@@ -4448,7 +3383,7 @@
|
|
|
4448
3383
|
},
|
|
4449
3384
|
"ion-segment/mode": {
|
|
4450
3385
|
"type": "\"ios\" | \"md\"",
|
|
4451
|
-
"description": "The mode determines
|
|
3386
|
+
"description": "The mode determines which platform styles to use.",
|
|
4452
3387
|
"options": [
|
|
4453
3388
|
"ios",
|
|
4454
3389
|
"md"
|
|
@@ -4469,15 +3404,6 @@
|
|
|
4469
3404
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them.",
|
|
4470
3405
|
"options": []
|
|
4471
3406
|
},
|
|
4472
|
-
"ion-segment/theme": {
|
|
4473
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4474
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4475
|
-
"options": [
|
|
4476
|
-
"ios",
|
|
4477
|
-
"md",
|
|
4478
|
-
"ionic"
|
|
4479
|
-
]
|
|
4480
|
-
},
|
|
4481
3407
|
"ion-segment/value": {
|
|
4482
3408
|
"type": "number | string | undefined",
|
|
4483
3409
|
"description": "the value of the segment.",
|
|
@@ -4507,21 +3433,12 @@
|
|
|
4507
3433
|
},
|
|
4508
3434
|
"ion-segment-button/mode": {
|
|
4509
3435
|
"type": "\"ios\" | \"md\"",
|
|
4510
|
-
"description": "The mode determines
|
|
3436
|
+
"description": "The mode determines which platform styles to use.",
|
|
4511
3437
|
"options": [
|
|
4512
3438
|
"ios",
|
|
4513
3439
|
"md"
|
|
4514
3440
|
]
|
|
4515
3441
|
},
|
|
4516
|
-
"ion-segment-button/theme": {
|
|
4517
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4518
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4519
|
-
"options": [
|
|
4520
|
-
"ios",
|
|
4521
|
-
"md",
|
|
4522
|
-
"ionic"
|
|
4523
|
-
]
|
|
4524
|
-
},
|
|
4525
3442
|
"ion-segment-button/type": {
|
|
4526
3443
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
4527
3444
|
"description": "The type of the button.",
|
|
@@ -4578,12 +3495,12 @@
|
|
|
4578
3495
|
},
|
|
4579
3496
|
"ion-select/expanded-icon": {
|
|
4580
3497
|
"type": "string | undefined",
|
|
4581
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
3498
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed.",
|
|
4582
3499
|
"options": []
|
|
4583
3500
|
},
|
|
4584
3501
|
"ion-select/fill": {
|
|
4585
3502
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
4586
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in
|
|
3503
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
4587
3504
|
"options": [
|
|
4588
3505
|
"outline",
|
|
4589
3506
|
"solid"
|
|
@@ -4636,7 +3553,7 @@
|
|
|
4636
3553
|
},
|
|
4637
3554
|
"ion-select/mode": {
|
|
4638
3555
|
"type": "\"ios\" | \"md\"",
|
|
4639
|
-
"description": "The mode determines
|
|
3556
|
+
"description": "The mode determines which platform styles to use.",
|
|
4640
3557
|
"options": [
|
|
4641
3558
|
"ios",
|
|
4642
3559
|
"md"
|
|
@@ -4673,35 +3590,15 @@
|
|
|
4673
3590
|
"options": []
|
|
4674
3591
|
},
|
|
4675
3592
|
"ion-select/shape": {
|
|
4676
|
-
"type": "\"
|
|
4677
|
-
"description": "
|
|
4678
|
-
"options": [
|
|
4679
|
-
"rectangular",
|
|
4680
|
-
"round",
|
|
4681
|
-
"soft"
|
|
4682
|
-
]
|
|
4683
|
-
},
|
|
4684
|
-
"ion-select/size": {
|
|
4685
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4686
|
-
"description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
|
|
4687
|
-
"options": [
|
|
4688
|
-
"large",
|
|
4689
|
-
"medium",
|
|
4690
|
-
"small"
|
|
4691
|
-
]
|
|
4692
|
-
},
|
|
4693
|
-
"ion-select/theme": {
|
|
4694
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4695
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3593
|
+
"type": "\"round\" | undefined",
|
|
3594
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
4696
3595
|
"options": [
|
|
4697
|
-
"
|
|
4698
|
-
"md",
|
|
4699
|
-
"ionic"
|
|
3596
|
+
"round"
|
|
4700
3597
|
]
|
|
4701
3598
|
},
|
|
4702
3599
|
"ion-select/toggle-icon": {
|
|
4703
3600
|
"type": "string | undefined",
|
|
4704
|
-
"description": "The toggle icon to use. Defaults to
|
|
3601
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
4705
3602
|
"options": []
|
|
4706
3603
|
},
|
|
4707
3604
|
"ion-select/value": {
|
|
@@ -4729,23 +3626,6 @@
|
|
|
4729
3626
|
"description": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons.",
|
|
4730
3627
|
"options": []
|
|
4731
3628
|
},
|
|
4732
|
-
"ion-select-option/mode": {
|
|
4733
|
-
"type": "\"ios\" | \"md\"",
|
|
4734
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4735
|
-
"options": [
|
|
4736
|
-
"ios",
|
|
4737
|
-
"md"
|
|
4738
|
-
]
|
|
4739
|
-
},
|
|
4740
|
-
"ion-select-option/theme": {
|
|
4741
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4742
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4743
|
-
"options": [
|
|
4744
|
-
"ios",
|
|
4745
|
-
"md",
|
|
4746
|
-
"ionic"
|
|
4747
|
-
]
|
|
4748
|
-
},
|
|
4749
3629
|
"ion-select-option/value": {
|
|
4750
3630
|
"type": "any",
|
|
4751
3631
|
"description": "The text value of the option.",
|
|
@@ -4756,23 +3636,6 @@
|
|
|
4756
3636
|
"description": "If `true`, the skeleton text will animate.",
|
|
4757
3637
|
"options": []
|
|
4758
3638
|
},
|
|
4759
|
-
"ion-skeleton-text/mode": {
|
|
4760
|
-
"type": "\"ios\" | \"md\"",
|
|
4761
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4762
|
-
"options": [
|
|
4763
|
-
"ios",
|
|
4764
|
-
"md"
|
|
4765
|
-
]
|
|
4766
|
-
},
|
|
4767
|
-
"ion-skeleton-text/theme": {
|
|
4768
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4769
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4770
|
-
"options": [
|
|
4771
|
-
"ios",
|
|
4772
|
-
"md",
|
|
4773
|
-
"ionic"
|
|
4774
|
-
]
|
|
4775
|
-
},
|
|
4776
3639
|
"ion-spinner/color": {
|
|
4777
3640
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
4778
3641
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -4793,14 +3656,6 @@
|
|
|
4793
3656
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
|
|
4794
3657
|
"options": []
|
|
4795
3658
|
},
|
|
4796
|
-
"ion-spinner/mode": {
|
|
4797
|
-
"type": "\"ios\" | \"md\"",
|
|
4798
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4799
|
-
"options": [
|
|
4800
|
-
"ios",
|
|
4801
|
-
"md"
|
|
4802
|
-
]
|
|
4803
|
-
},
|
|
4804
3659
|
"ion-spinner/name": {
|
|
4805
3660
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
|
|
4806
3661
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -4821,26 +3676,6 @@
|
|
|
4821
3676
|
"description": "If `true`, the spinner's animation will be paused.",
|
|
4822
3677
|
"options": []
|
|
4823
3678
|
},
|
|
4824
|
-
"ion-spinner/size": {
|
|
4825
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
|
|
4826
|
-
"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.",
|
|
4827
|
-
"options": [
|
|
4828
|
-
"large",
|
|
4829
|
-
"medium",
|
|
4830
|
-
"small",
|
|
4831
|
-
"xlarge",
|
|
4832
|
-
"xsmall"
|
|
4833
|
-
]
|
|
4834
|
-
},
|
|
4835
|
-
"ion-spinner/theme": {
|
|
4836
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4837
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4838
|
-
"options": [
|
|
4839
|
-
"ios",
|
|
4840
|
-
"md",
|
|
4841
|
-
"ionic"
|
|
4842
|
-
]
|
|
4843
|
-
},
|
|
4844
3679
|
"ion-split-pane/content-id": {
|
|
4845
3680
|
"type": "string | undefined",
|
|
4846
3681
|
"description": "The `id` of the main content. When using\na router this is typically `ion-router-outlet`.\nWhen not using a router, this is typically\nyour main view's `ion-content`. This is not the\nid of the `ion-content` inside of your `ion-menu`.",
|
|
@@ -4851,23 +3686,6 @@
|
|
|
4851
3686
|
"description": "If `true`, the split pane will be hidden.",
|
|
4852
3687
|
"options": []
|
|
4853
3688
|
},
|
|
4854
|
-
"ion-split-pane/mode": {
|
|
4855
|
-
"type": "\"ios\" | \"md\"",
|
|
4856
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4857
|
-
"options": [
|
|
4858
|
-
"ios",
|
|
4859
|
-
"md"
|
|
4860
|
-
]
|
|
4861
|
-
},
|
|
4862
|
-
"ion-split-pane/theme": {
|
|
4863
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4864
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4865
|
-
"options": [
|
|
4866
|
-
"ios",
|
|
4867
|
-
"md",
|
|
4868
|
-
"ionic"
|
|
4869
|
-
]
|
|
4870
|
-
},
|
|
4871
3689
|
"ion-split-pane/when": {
|
|
4872
3690
|
"type": "boolean | string",
|
|
4873
3691
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression.",
|
|
@@ -4878,28 +3696,11 @@
|
|
|
4878
3696
|
"description": "The component to display inside of the tab.",
|
|
4879
3697
|
"options": []
|
|
4880
3698
|
},
|
|
4881
|
-
"ion-tab/mode": {
|
|
4882
|
-
"type": "\"ios\" | \"md\"",
|
|
4883
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4884
|
-
"options": [
|
|
4885
|
-
"ios",
|
|
4886
|
-
"md"
|
|
4887
|
-
]
|
|
4888
|
-
},
|
|
4889
3699
|
"ion-tab/tab": {
|
|
4890
3700
|
"type": "string",
|
|
4891
3701
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
|
|
4892
3702
|
"options": []
|
|
4893
3703
|
},
|
|
4894
|
-
"ion-tab/theme": {
|
|
4895
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4896
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4897
|
-
"options": [
|
|
4898
|
-
"ios",
|
|
4899
|
-
"md",
|
|
4900
|
-
"ionic"
|
|
4901
|
-
]
|
|
4902
|
-
},
|
|
4903
3704
|
"ion-tab-bar/color": {
|
|
4904
3705
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
4905
3706
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -4915,17 +3716,9 @@
|
|
|
4915
3716
|
"warning"
|
|
4916
3717
|
]
|
|
4917
3718
|
},
|
|
4918
|
-
"ion-tab-bar/expand": {
|
|
4919
|
-
"type": "\"compact\" | \"full\"",
|
|
4920
|
-
"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\"`.",
|
|
4921
|
-
"options": [
|
|
4922
|
-
"compact",
|
|
4923
|
-
"full"
|
|
4924
|
-
]
|
|
4925
|
-
},
|
|
4926
3719
|
"ion-tab-bar/mode": {
|
|
4927
3720
|
"type": "\"ios\" | \"md\"",
|
|
4928
|
-
"description": "The mode determines
|
|
3721
|
+
"description": "The mode determines which platform styles to use.",
|
|
4929
3722
|
"options": [
|
|
4930
3723
|
"ios",
|
|
4931
3724
|
"md"
|
|
@@ -4936,27 +3729,9 @@
|
|
|
4936
3729
|
"description": "The selected tab component",
|
|
4937
3730
|
"options": []
|
|
4938
3731
|
},
|
|
4939
|
-
"ion-tab-bar/shape": {
|
|
4940
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4941
|
-
"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.",
|
|
4942
|
-
"options": [
|
|
4943
|
-
"rectangular",
|
|
4944
|
-
"round",
|
|
4945
|
-
"soft"
|
|
4946
|
-
]
|
|
4947
|
-
},
|
|
4948
|
-
"ion-tab-bar/theme": {
|
|
4949
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4950
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4951
|
-
"options": [
|
|
4952
|
-
"ios",
|
|
4953
|
-
"md",
|
|
4954
|
-
"ionic"
|
|
4955
|
-
]
|
|
4956
|
-
},
|
|
4957
3732
|
"ion-tab-bar/translucent": {
|
|
4958
3733
|
"type": "boolean",
|
|
4959
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
3734
|
+
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
4960
3735
|
"options": []
|
|
4961
3736
|
},
|
|
4962
3737
|
"ion-tab-button/disabled": {
|
|
@@ -4988,7 +3763,7 @@
|
|
|
4988
3763
|
},
|
|
4989
3764
|
"ion-tab-button/mode": {
|
|
4990
3765
|
"type": "\"ios\" | \"md\"",
|
|
4991
|
-
"description": "The mode determines
|
|
3766
|
+
"description": "The mode determines which platform styles to use.",
|
|
4992
3767
|
"options": [
|
|
4993
3768
|
"ios",
|
|
4994
3769
|
"md"
|
|
@@ -5004,15 +3779,6 @@
|
|
|
5004
3779
|
"description": "The selected tab component",
|
|
5005
3780
|
"options": []
|
|
5006
3781
|
},
|
|
5007
|
-
"ion-tab-button/shape": {
|
|
5008
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5009
|
-
"description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
5010
|
-
"options": [
|
|
5011
|
-
"rectangular",
|
|
5012
|
-
"round",
|
|
5013
|
-
"soft"
|
|
5014
|
-
]
|
|
5015
|
-
},
|
|
5016
3782
|
"ion-tab-button/tab": {
|
|
5017
3783
|
"type": "string | undefined",
|
|
5018
3784
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them.",
|
|
@@ -5023,32 +3789,6 @@
|
|
|
5023
3789
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
5024
3790
|
"options": []
|
|
5025
3791
|
},
|
|
5026
|
-
"ion-tab-button/theme": {
|
|
5027
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5028
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5029
|
-
"options": [
|
|
5030
|
-
"ios",
|
|
5031
|
-
"md",
|
|
5032
|
-
"ionic"
|
|
5033
|
-
]
|
|
5034
|
-
},
|
|
5035
|
-
"ion-tabs/mode": {
|
|
5036
|
-
"type": "\"ios\" | \"md\"",
|
|
5037
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5038
|
-
"options": [
|
|
5039
|
-
"ios",
|
|
5040
|
-
"md"
|
|
5041
|
-
]
|
|
5042
|
-
},
|
|
5043
|
-
"ion-tabs/theme": {
|
|
5044
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5045
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5046
|
-
"options": [
|
|
5047
|
-
"ios",
|
|
5048
|
-
"md",
|
|
5049
|
-
"ionic"
|
|
5050
|
-
]
|
|
5051
|
-
},
|
|
5052
3792
|
"ion-text/color": {
|
|
5053
3793
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5054
3794
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -5066,21 +3806,12 @@
|
|
|
5066
3806
|
},
|
|
5067
3807
|
"ion-text/mode": {
|
|
5068
3808
|
"type": "\"ios\" | \"md\"",
|
|
5069
|
-
"description": "The mode determines
|
|
3809
|
+
"description": "The mode determines which platform styles to use.",
|
|
5070
3810
|
"options": [
|
|
5071
3811
|
"ios",
|
|
5072
3812
|
"md"
|
|
5073
3813
|
]
|
|
5074
3814
|
},
|
|
5075
|
-
"ion-text/theme": {
|
|
5076
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5077
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5078
|
-
"options": [
|
|
5079
|
-
"ios",
|
|
5080
|
-
"md",
|
|
5081
|
-
"ionic"
|
|
5082
|
-
]
|
|
5083
|
-
},
|
|
5084
3815
|
"ion-textarea/auto-grow": {
|
|
5085
3816
|
"type": "boolean",
|
|
5086
3817
|
"description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
|
|
@@ -5161,7 +3892,7 @@
|
|
|
5161
3892
|
},
|
|
5162
3893
|
"ion-textarea/fill": {
|
|
5163
3894
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
5164
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
3895
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
5165
3896
|
"options": [
|
|
5166
3897
|
"outline",
|
|
5167
3898
|
"solid"
|
|
@@ -5214,7 +3945,7 @@
|
|
|
5214
3945
|
},
|
|
5215
3946
|
"ion-textarea/mode": {
|
|
5216
3947
|
"type": "\"ios\" | \"md\"",
|
|
5217
|
-
"description": "The mode determines
|
|
3948
|
+
"description": "The mode determines which platform styles to use.",
|
|
5218
3949
|
"options": [
|
|
5219
3950
|
"ios",
|
|
5220
3951
|
"md"
|
|
@@ -5246,21 +3977,10 @@
|
|
|
5246
3977
|
"options": []
|
|
5247
3978
|
},
|
|
5248
3979
|
"ion-textarea/shape": {
|
|
5249
|
-
"type": "\"
|
|
5250
|
-
"description": "
|
|
5251
|
-
"options": [
|
|
5252
|
-
"rectangular",
|
|
5253
|
-
"round",
|
|
5254
|
-
"soft"
|
|
5255
|
-
]
|
|
5256
|
-
},
|
|
5257
|
-
"ion-textarea/size": {
|
|
5258
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
5259
|
-
"description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
|
|
3980
|
+
"type": "\"round\" | undefined",
|
|
3981
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
5260
3982
|
"options": [
|
|
5261
|
-
"
|
|
5262
|
-
"medium",
|
|
5263
|
-
"small"
|
|
3983
|
+
"round"
|
|
5264
3984
|
]
|
|
5265
3985
|
},
|
|
5266
3986
|
"ion-textarea/spellcheck": {
|
|
@@ -5268,15 +3988,6 @@
|
|
|
5268
3988
|
"description": "If `true`, the element will have its spelling and grammar checked.",
|
|
5269
3989
|
"options": []
|
|
5270
3990
|
},
|
|
5271
|
-
"ion-textarea/theme": {
|
|
5272
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5273
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5274
|
-
"options": [
|
|
5275
|
-
"ios",
|
|
5276
|
-
"md",
|
|
5277
|
-
"ionic"
|
|
5278
|
-
]
|
|
5279
|
-
},
|
|
5280
3991
|
"ion-textarea/value": {
|
|
5281
3992
|
"type": "null | string | undefined",
|
|
5282
3993
|
"description": "The value of the textarea.",
|
|
@@ -5291,23 +4002,6 @@
|
|
|
5291
4002
|
"soft"
|
|
5292
4003
|
]
|
|
5293
4004
|
},
|
|
5294
|
-
"ion-thumbnail/mode": {
|
|
5295
|
-
"type": "\"ios\" | \"md\"",
|
|
5296
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5297
|
-
"options": [
|
|
5298
|
-
"ios",
|
|
5299
|
-
"md"
|
|
5300
|
-
]
|
|
5301
|
-
},
|
|
5302
|
-
"ion-thumbnail/theme": {
|
|
5303
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5304
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5305
|
-
"options": [
|
|
5306
|
-
"ios",
|
|
5307
|
-
"md",
|
|
5308
|
-
"ionic"
|
|
5309
|
-
]
|
|
5310
|
-
},
|
|
5311
4005
|
"ion-title/color": {
|
|
5312
4006
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5313
4007
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -5323,14 +4017,6 @@
|
|
|
5323
4017
|
"warning"
|
|
5324
4018
|
]
|
|
5325
4019
|
},
|
|
5326
|
-
"ion-title/mode": {
|
|
5327
|
-
"type": "\"ios\" | \"md\"",
|
|
5328
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5329
|
-
"options": [
|
|
5330
|
-
"ios",
|
|
5331
|
-
"md"
|
|
5332
|
-
]
|
|
5333
|
-
},
|
|
5334
4020
|
"ion-title/size": {
|
|
5335
4021
|
"type": "\"large\" | \"small\" | undefined",
|
|
5336
4022
|
"description": "The size of the toolbar title.",
|
|
@@ -5339,15 +4025,6 @@
|
|
|
5339
4025
|
"small"
|
|
5340
4026
|
]
|
|
5341
4027
|
},
|
|
5342
|
-
"ion-title/theme": {
|
|
5343
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5344
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5345
|
-
"options": [
|
|
5346
|
-
"ios",
|
|
5347
|
-
"md",
|
|
5348
|
-
"ionic"
|
|
5349
|
-
]
|
|
5350
|
-
},
|
|
5351
4028
|
"ion-toast/animated": {
|
|
5352
4029
|
"type": "boolean",
|
|
5353
4030
|
"description": "If `true`, the toast will animate.",
|
|
@@ -5433,7 +4110,7 @@
|
|
|
5433
4110
|
},
|
|
5434
4111
|
"ion-toast/mode": {
|
|
5435
4112
|
"type": "\"ios\" | \"md\"",
|
|
5436
|
-
"description": "The mode determines
|
|
4113
|
+
"description": "The mode determines which platform styles to use.",
|
|
5437
4114
|
"options": [
|
|
5438
4115
|
"ios",
|
|
5439
4116
|
"md"
|
|
@@ -5453,15 +4130,6 @@
|
|
|
5453
4130
|
"description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored.",
|
|
5454
4131
|
"options": []
|
|
5455
4132
|
},
|
|
5456
|
-
"ion-toast/shape": {
|
|
5457
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5458
|
-
"description": "Set to `\"soft\"` for a toast with slightly rounded corners,\n`\"round\"` for a toast with fully rounded corners, or `\"rectangular\"`\nfor a toast without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
5459
|
-
"options": [
|
|
5460
|
-
"rectangular",
|
|
5461
|
-
"round",
|
|
5462
|
-
"soft"
|
|
5463
|
-
]
|
|
5464
|
-
},
|
|
5465
4133
|
"ion-toast/swipe-gesture": {
|
|
5466
4134
|
"type": "\"vertical\" | undefined",
|
|
5467
4135
|
"description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
|
|
@@ -5469,18 +4137,9 @@
|
|
|
5469
4137
|
"vertical"
|
|
5470
4138
|
]
|
|
5471
4139
|
},
|
|
5472
|
-
"ion-toast/theme": {
|
|
5473
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5474
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5475
|
-
"options": [
|
|
5476
|
-
"ios",
|
|
5477
|
-
"md",
|
|
5478
|
-
"ionic"
|
|
5479
|
-
]
|
|
5480
|
-
},
|
|
5481
4140
|
"ion-toast/translucent": {
|
|
5482
4141
|
"type": "boolean",
|
|
5483
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
4142
|
+
"description": "If `true`, the toast will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).",
|
|
5484
4143
|
"options": []
|
|
5485
4144
|
},
|
|
5486
4145
|
"ion-toast/trigger": {
|
|
@@ -5557,7 +4216,7 @@
|
|
|
5557
4216
|
},
|
|
5558
4217
|
"ion-toggle/mode": {
|
|
5559
4218
|
"type": "\"ios\" | \"md\"",
|
|
5560
|
-
"description": "The mode determines
|
|
4219
|
+
"description": "The mode determines which platform styles to use.",
|
|
5561
4220
|
"options": [
|
|
5562
4221
|
"ios",
|
|
5563
4222
|
"md"
|
|
@@ -5573,15 +4232,6 @@
|
|
|
5573
4232
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
|
|
5574
4233
|
"options": []
|
|
5575
4234
|
},
|
|
5576
|
-
"ion-toggle/theme": {
|
|
5577
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5578
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5579
|
-
"options": [
|
|
5580
|
-
"ios",
|
|
5581
|
-
"md",
|
|
5582
|
-
"ionic"
|
|
5583
|
-
]
|
|
5584
|
-
},
|
|
5585
4235
|
"ion-toggle/value": {
|
|
5586
4236
|
"type": "null | string | undefined",
|
|
5587
4237
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
@@ -5604,19 +4254,10 @@
|
|
|
5604
4254
|
},
|
|
5605
4255
|
"ion-toolbar/mode": {
|
|
5606
4256
|
"type": "\"ios\" | \"md\"",
|
|
5607
|
-
"description": "The mode determines
|
|
4257
|
+
"description": "The mode determines which platform styles to use.",
|
|
5608
4258
|
"options": [
|
|
5609
4259
|
"ios",
|
|
5610
4260
|
"md"
|
|
5611
4261
|
]
|
|
5612
|
-
},
|
|
5613
|
-
"ion-toolbar/theme": {
|
|
5614
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5615
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5616
|
-
"options": [
|
|
5617
|
-
"ios",
|
|
5618
|
-
"md",
|
|
5619
|
-
"ionic"
|
|
5620
|
-
]
|
|
5621
4262
|
}
|
|
5622
4263
|
}
|