@ionic/vue 8.6.6-dev.11753723348.11c41280 → 8.6.6-dev.11754079589.14074817
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 +160 -192
- package/dist/index.js.map +1 -1
- package/dist/types/components/IonIcon.d.ts +1 -0
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +178 -1570
- package/dist/vetur/tags.json +45 -217
- package/dist/web-types.json +122 -1490
- 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.",
|
|
@@ -450,55 +319,14 @@
|
|
|
450
319
|
"warning"
|
|
451
320
|
]
|
|
452
321
|
},
|
|
453
|
-
"ion-badge/hue": {
|
|
454
|
-
"type": "\"bold\" | \"subtle\" | undefined",
|
|
455
|
-
"description": "Set to `\"bold\"` for a badge with vibrant, bold colors or to `\"subtle\"` for\na badge with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
456
|
-
"options": [
|
|
457
|
-
"bold",
|
|
458
|
-
"subtle"
|
|
459
|
-
]
|
|
460
|
-
},
|
|
461
322
|
"ion-badge/mode": {
|
|
462
323
|
"type": "\"ios\" | \"md\"",
|
|
463
|
-
"description": "The mode determines
|
|
324
|
+
"description": "The mode determines which platform styles to use.",
|
|
464
325
|
"options": [
|
|
465
326
|
"ios",
|
|
466
327
|
"md"
|
|
467
328
|
]
|
|
468
329
|
},
|
|
469
|
-
"ion-badge/shape": {
|
|
470
|
-
"type": "\"round | rectangular\" | \"soft\" | undefined",
|
|
471
|
-
"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.",
|
|
472
|
-
"options": [
|
|
473
|
-
"soft"
|
|
474
|
-
]
|
|
475
|
-
},
|
|
476
|
-
"ion-badge/size": {
|
|
477
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
478
|
-
"description": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
479
|
-
"options": [
|
|
480
|
-
"large",
|
|
481
|
-
"medium",
|
|
482
|
-
"small"
|
|
483
|
-
]
|
|
484
|
-
},
|
|
485
|
-
"ion-badge/theme": {
|
|
486
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
487
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
488
|
-
"options": [
|
|
489
|
-
"ios",
|
|
490
|
-
"md",
|
|
491
|
-
"ionic"
|
|
492
|
-
]
|
|
493
|
-
},
|
|
494
|
-
"ion-badge/vertical": {
|
|
495
|
-
"type": "\"bottom\" | \"top\" | undefined",
|
|
496
|
-
"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.",
|
|
497
|
-
"options": [
|
|
498
|
-
"bottom",
|
|
499
|
-
"top"
|
|
500
|
-
]
|
|
501
|
-
},
|
|
502
330
|
"ion-breadcrumb/active": {
|
|
503
331
|
"type": "boolean",
|
|
504
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.",
|
|
@@ -536,7 +364,7 @@
|
|
|
536
364
|
},
|
|
537
365
|
"ion-breadcrumb/mode": {
|
|
538
366
|
"type": "\"ios\" | \"md\"",
|
|
539
|
-
"description": "The mode determines
|
|
367
|
+
"description": "The mode determines which platform styles to use.",
|
|
540
368
|
"options": [
|
|
541
369
|
"ios",
|
|
542
370
|
"md"
|
|
@@ -571,15 +399,6 @@
|
|
|
571
399
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
572
400
|
"options": []
|
|
573
401
|
},
|
|
574
|
-
"ion-breadcrumb/theme": {
|
|
575
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
576
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
577
|
-
"options": [
|
|
578
|
-
"ios",
|
|
579
|
-
"md",
|
|
580
|
-
"ionic"
|
|
581
|
-
]
|
|
582
|
-
},
|
|
583
402
|
"ion-breadcrumbs/color": {
|
|
584
403
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
585
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).",
|
|
@@ -612,21 +431,12 @@
|
|
|
612
431
|
},
|
|
613
432
|
"ion-breadcrumbs/mode": {
|
|
614
433
|
"type": "\"ios\" | \"md\"",
|
|
615
|
-
"description": "The mode determines
|
|
434
|
+
"description": "The mode determines which platform styles to use.",
|
|
616
435
|
"options": [
|
|
617
436
|
"ios",
|
|
618
437
|
"md"
|
|
619
438
|
]
|
|
620
439
|
},
|
|
621
|
-
"ion-breadcrumbs/theme": {
|
|
622
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
623
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
624
|
-
"options": [
|
|
625
|
-
"ios",
|
|
626
|
-
"md",
|
|
627
|
-
"ionic"
|
|
628
|
-
]
|
|
629
|
-
},
|
|
630
440
|
"ion-button/button-type": {
|
|
631
441
|
"type": "string",
|
|
632
442
|
"description": "The type of button.",
|
|
@@ -687,7 +497,7 @@
|
|
|
687
497
|
},
|
|
688
498
|
"ion-button/mode": {
|
|
689
499
|
"type": "\"ios\" | \"md\"",
|
|
690
|
-
"description": "The mode determines
|
|
500
|
+
"description": "The mode determines which platform styles to use.",
|
|
691
501
|
"options": [
|
|
692
502
|
"ios",
|
|
693
503
|
"md"
|
|
@@ -713,21 +523,18 @@
|
|
|
713
523
|
]
|
|
714
524
|
},
|
|
715
525
|
"ion-button/shape": {
|
|
716
|
-
"type": "\"
|
|
717
|
-
"description": "Set to `\"
|
|
526
|
+
"type": "\"round\" | undefined",
|
|
527
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
718
528
|
"options": [
|
|
719
|
-
"
|
|
720
|
-
"round",
|
|
721
|
-
"soft"
|
|
529
|
+
"round"
|
|
722
530
|
]
|
|
723
531
|
},
|
|
724
532
|
"ion-button/size": {
|
|
725
|
-
"type": "\"default\" | \"large\" | \"
|
|
726
|
-
"description": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
533
|
+
"type": "\"default\" | \"large\" | \"small\" | undefined",
|
|
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.",
|
|
727
535
|
"options": [
|
|
728
536
|
"default",
|
|
729
537
|
"large",
|
|
730
|
-
"medium",
|
|
731
538
|
"small"
|
|
732
539
|
]
|
|
733
540
|
},
|
|
@@ -741,15 +548,6 @@
|
|
|
741
548
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
742
549
|
"options": []
|
|
743
550
|
},
|
|
744
|
-
"ion-button/theme": {
|
|
745
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
746
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
747
|
-
"options": [
|
|
748
|
-
"ios",
|
|
749
|
-
"md",
|
|
750
|
-
"ionic"
|
|
751
|
-
]
|
|
752
|
-
},
|
|
753
551
|
"ion-button/type": {
|
|
754
552
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
755
553
|
"description": "The type of the button.",
|
|
@@ -761,26 +559,9 @@
|
|
|
761
559
|
},
|
|
762
560
|
"ion-buttons/collapse": {
|
|
763
561
|
"type": "boolean",
|
|
764
|
-
"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)",
|
|
765
563
|
"options": []
|
|
766
564
|
},
|
|
767
|
-
"ion-buttons/mode": {
|
|
768
|
-
"type": "\"ios\" | \"md\"",
|
|
769
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
770
|
-
"options": [
|
|
771
|
-
"ios",
|
|
772
|
-
"md"
|
|
773
|
-
]
|
|
774
|
-
},
|
|
775
|
-
"ion-buttons/theme": {
|
|
776
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
777
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
778
|
-
"options": [
|
|
779
|
-
"ios",
|
|
780
|
-
"md",
|
|
781
|
-
"ionic"
|
|
782
|
-
]
|
|
783
|
-
},
|
|
784
565
|
"ion-card/button": {
|
|
785
566
|
"type": "boolean",
|
|
786
567
|
"description": "If `true`, a button tag will be rendered and the card will be tappable.",
|
|
@@ -818,7 +599,7 @@
|
|
|
818
599
|
},
|
|
819
600
|
"ion-card/mode": {
|
|
820
601
|
"type": "\"ios\" | \"md\"",
|
|
821
|
-
"description": "The mode determines
|
|
602
|
+
"description": "The mode determines which platform styles to use.",
|
|
822
603
|
"options": [
|
|
823
604
|
"ios",
|
|
824
605
|
"md"
|
|
@@ -843,29 +624,11 @@
|
|
|
843
624
|
"root"
|
|
844
625
|
]
|
|
845
626
|
},
|
|
846
|
-
"ion-card/shape": {
|
|
847
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
848
|
-
"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\"`.",
|
|
849
|
-
"options": [
|
|
850
|
-
"rectangular",
|
|
851
|
-
"round",
|
|
852
|
-
"soft"
|
|
853
|
-
]
|
|
854
|
-
},
|
|
855
627
|
"ion-card/target": {
|
|
856
628
|
"type": "string | undefined",
|
|
857
629
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
858
630
|
"options": []
|
|
859
631
|
},
|
|
860
|
-
"ion-card/theme": {
|
|
861
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
862
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
863
|
-
"options": [
|
|
864
|
-
"ios",
|
|
865
|
-
"md",
|
|
866
|
-
"ionic"
|
|
867
|
-
]
|
|
868
|
-
},
|
|
869
632
|
"ion-card/type": {
|
|
870
633
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
871
634
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -877,21 +640,12 @@
|
|
|
877
640
|
},
|
|
878
641
|
"ion-card-content/mode": {
|
|
879
642
|
"type": "\"ios\" | \"md\"",
|
|
880
|
-
"description": "The mode determines
|
|
643
|
+
"description": "The mode determines which platform styles to use.",
|
|
881
644
|
"options": [
|
|
882
645
|
"ios",
|
|
883
646
|
"md"
|
|
884
647
|
]
|
|
885
648
|
},
|
|
886
|
-
"ion-card-content/theme": {
|
|
887
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
888
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
889
|
-
"options": [
|
|
890
|
-
"ios",
|
|
891
|
-
"md",
|
|
892
|
-
"ionic"
|
|
893
|
-
]
|
|
894
|
-
},
|
|
895
649
|
"ion-card-header/color": {
|
|
896
650
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
897
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).",
|
|
@@ -909,24 +663,15 @@
|
|
|
909
663
|
},
|
|
910
664
|
"ion-card-header/mode": {
|
|
911
665
|
"type": "\"ios\" | \"md\"",
|
|
912
|
-
"description": "The mode determines
|
|
666
|
+
"description": "The mode determines which platform styles to use.",
|
|
913
667
|
"options": [
|
|
914
668
|
"ios",
|
|
915
669
|
"md"
|
|
916
670
|
]
|
|
917
671
|
},
|
|
918
|
-
"ion-card-header/theme": {
|
|
919
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
920
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
921
|
-
"options": [
|
|
922
|
-
"ios",
|
|
923
|
-
"md",
|
|
924
|
-
"ionic"
|
|
925
|
-
]
|
|
926
|
-
},
|
|
927
672
|
"ion-card-header/translucent": {
|
|
928
673
|
"type": "boolean",
|
|
929
|
-
"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).",
|
|
930
675
|
"options": []
|
|
931
676
|
},
|
|
932
677
|
"ion-card-subtitle/color": {
|
|
@@ -946,21 +691,12 @@
|
|
|
946
691
|
},
|
|
947
692
|
"ion-card-subtitle/mode": {
|
|
948
693
|
"type": "\"ios\" | \"md\"",
|
|
949
|
-
"description": "The mode determines
|
|
694
|
+
"description": "The mode determines which platform styles to use.",
|
|
950
695
|
"options": [
|
|
951
696
|
"ios",
|
|
952
697
|
"md"
|
|
953
698
|
]
|
|
954
699
|
},
|
|
955
|
-
"ion-card-subtitle/theme": {
|
|
956
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
957
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
958
|
-
"options": [
|
|
959
|
-
"ios",
|
|
960
|
-
"md",
|
|
961
|
-
"ionic"
|
|
962
|
-
]
|
|
963
|
-
},
|
|
964
700
|
"ion-card-title/color": {
|
|
965
701
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
966
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).",
|
|
@@ -978,21 +714,12 @@
|
|
|
978
714
|
},
|
|
979
715
|
"ion-card-title/mode": {
|
|
980
716
|
"type": "\"ios\" | \"md\"",
|
|
981
|
-
"description": "The mode determines
|
|
717
|
+
"description": "The mode determines which platform styles to use.",
|
|
982
718
|
"options": [
|
|
983
719
|
"ios",
|
|
984
720
|
"md"
|
|
985
721
|
]
|
|
986
722
|
},
|
|
987
|
-
"ion-card-title/theme": {
|
|
988
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
989
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
990
|
-
"options": [
|
|
991
|
-
"ios",
|
|
992
|
-
"md",
|
|
993
|
-
"ionic"
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
723
|
"ion-checkbox/alignment": {
|
|
997
724
|
"type": "\"center\" | \"start\" | undefined",
|
|
998
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`.",
|
|
@@ -1062,7 +789,7 @@
|
|
|
1062
789
|
},
|
|
1063
790
|
"ion-checkbox/mode": {
|
|
1064
791
|
"type": "\"ios\" | \"md\"",
|
|
1065
|
-
"description": "The mode determines
|
|
792
|
+
"description": "The mode determines which platform styles to use.",
|
|
1066
793
|
"options": [
|
|
1067
794
|
"ios",
|
|
1068
795
|
"md"
|
|
@@ -1078,30 +805,6 @@
|
|
|
1078
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.",
|
|
1079
806
|
"options": []
|
|
1080
807
|
},
|
|
1081
|
-
"ion-checkbox/shape": {
|
|
1082
|
-
"type": "\"rectangular\" | \"soft\" | undefined",
|
|
1083
|
-
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1084
|
-
"options": [
|
|
1085
|
-
"rectangular",
|
|
1086
|
-
"soft"
|
|
1087
|
-
]
|
|
1088
|
-
},
|
|
1089
|
-
"ion-checkbox/size": {
|
|
1090
|
-
"type": "\"small\" | undefined",
|
|
1091
|
-
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1092
|
-
"options": [
|
|
1093
|
-
"small"
|
|
1094
|
-
]
|
|
1095
|
-
},
|
|
1096
|
-
"ion-checkbox/theme": {
|
|
1097
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1098
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1099
|
-
"options": [
|
|
1100
|
-
"ios",
|
|
1101
|
-
"md",
|
|
1102
|
-
"ionic"
|
|
1103
|
-
]
|
|
1104
|
-
},
|
|
1105
808
|
"ion-checkbox/value": {
|
|
1106
809
|
"type": "any",
|
|
1107
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>`.",
|
|
@@ -1127,17 +830,9 @@
|
|
|
1127
830
|
"description": "If `true`, the user cannot interact with the chip.",
|
|
1128
831
|
"options": []
|
|
1129
832
|
},
|
|
1130
|
-
"ion-chip/hue": {
|
|
1131
|
-
"type": "\"bold\" | \"subtle\" | undefined",
|
|
1132
|
-
"description": "Set to `\"bold\"` for a chip with vibrant, bold colors or to `\"subtle\"` for\na chip with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
1133
|
-
"options": [
|
|
1134
|
-
"bold",
|
|
1135
|
-
"subtle"
|
|
1136
|
-
]
|
|
1137
|
-
},
|
|
1138
833
|
"ion-chip/mode": {
|
|
1139
834
|
"type": "\"ios\" | \"md\"",
|
|
1140
|
-
"description": "The mode determines
|
|
835
|
+
"description": "The mode determines which platform styles to use.",
|
|
1141
836
|
"options": [
|
|
1142
837
|
"ios",
|
|
1143
838
|
"md"
|
|
@@ -1148,40 +843,6 @@
|
|
|
1148
843
|
"description": "Display an outline style button.",
|
|
1149
844
|
"options": []
|
|
1150
845
|
},
|
|
1151
|
-
"ion-chip/shape": {
|
|
1152
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
1153
|
-
"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.",
|
|
1154
|
-
"options": [
|
|
1155
|
-
"rectangular",
|
|
1156
|
-
"round",
|
|
1157
|
-
"soft"
|
|
1158
|
-
]
|
|
1159
|
-
},
|
|
1160
|
-
"ion-chip/size": {
|
|
1161
|
-
"type": "\"large\" | \"small\" | undefined",
|
|
1162
|
-
"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.",
|
|
1163
|
-
"options": [
|
|
1164
|
-
"large",
|
|
1165
|
-
"small"
|
|
1166
|
-
]
|
|
1167
|
-
},
|
|
1168
|
-
"ion-chip/theme": {
|
|
1169
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1170
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1171
|
-
"options": [
|
|
1172
|
-
"ios",
|
|
1173
|
-
"md",
|
|
1174
|
-
"ionic"
|
|
1175
|
-
]
|
|
1176
|
-
},
|
|
1177
|
-
"ion-col/mode": {
|
|
1178
|
-
"type": "\"ios\" | \"md\"",
|
|
1179
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1180
|
-
"options": [
|
|
1181
|
-
"ios",
|
|
1182
|
-
"md"
|
|
1183
|
-
]
|
|
1184
|
-
},
|
|
1185
846
|
"ion-col/offset": {
|
|
1186
847
|
"type": "string | undefined",
|
|
1187
848
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available.",
|
|
@@ -1302,15 +963,6 @@
|
|
|
1302
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.",
|
|
1303
964
|
"options": []
|
|
1304
965
|
},
|
|
1305
|
-
"ion-col/theme": {
|
|
1306
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1307
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1308
|
-
"options": [
|
|
1309
|
-
"ios",
|
|
1310
|
-
"md",
|
|
1311
|
-
"ionic"
|
|
1312
|
-
]
|
|
1313
|
-
},
|
|
1314
966
|
"ion-content/color": {
|
|
1315
967
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
1316
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).",
|
|
@@ -1344,14 +996,6 @@
|
|
|
1344
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.",
|
|
1345
997
|
"options": []
|
|
1346
998
|
},
|
|
1347
|
-
"ion-content/mode": {
|
|
1348
|
-
"type": "\"ios\" | \"md\"",
|
|
1349
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1350
|
-
"options": [
|
|
1351
|
-
"ios",
|
|
1352
|
-
"md"
|
|
1353
|
-
]
|
|
1354
|
-
},
|
|
1355
999
|
"ion-content/scroll-events": {
|
|
1356
1000
|
"type": "boolean",
|
|
1357
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`.",
|
|
@@ -1367,15 +1011,6 @@
|
|
|
1367
1011
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
|
|
1368
1012
|
"options": []
|
|
1369
1013
|
},
|
|
1370
|
-
"ion-content/theme": {
|
|
1371
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1372
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1373
|
-
"options": [
|
|
1374
|
-
"ios",
|
|
1375
|
-
"md",
|
|
1376
|
-
"ionic"
|
|
1377
|
-
]
|
|
1378
|
-
},
|
|
1379
1014
|
"ion-datetime/cancel-text": {
|
|
1380
1015
|
"type": "string",
|
|
1381
1016
|
"description": "The text to display on the picker's cancel button.",
|
|
@@ -1473,7 +1108,7 @@
|
|
|
1473
1108
|
},
|
|
1474
1109
|
"ion-datetime/mode": {
|
|
1475
1110
|
"type": "\"ios\" | \"md\"",
|
|
1476
|
-
"description": "The mode determines
|
|
1111
|
+
"description": "The mode determines which platform styles to use.",
|
|
1477
1112
|
"options": [
|
|
1478
1113
|
"ios",
|
|
1479
1114
|
"md"
|
|
@@ -1550,15 +1185,6 @@
|
|
|
1550
1185
|
"fixed"
|
|
1551
1186
|
]
|
|
1552
1187
|
},
|
|
1553
|
-
"ion-datetime/theme": {
|
|
1554
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1555
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1556
|
-
"options": [
|
|
1557
|
-
"ios",
|
|
1558
|
-
"md",
|
|
1559
|
-
"ionic"
|
|
1560
|
-
]
|
|
1561
|
-
},
|
|
1562
1188
|
"ion-datetime/title-selected-dates-formatter": {
|
|
1563
1189
|
"type": "((selectedDates: string[]) => string) | undefined",
|
|
1564
1190
|
"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.",
|
|
@@ -1601,39 +1227,12 @@
|
|
|
1601
1227
|
},
|
|
1602
1228
|
"ion-datetime-button/mode": {
|
|
1603
1229
|
"type": "\"ios\" | \"md\"",
|
|
1604
|
-
"description": "The mode determines
|
|
1230
|
+
"description": "The mode determines which platform styles to use.",
|
|
1605
1231
|
"options": [
|
|
1606
1232
|
"ios",
|
|
1607
1233
|
"md"
|
|
1608
1234
|
]
|
|
1609
1235
|
},
|
|
1610
|
-
"ion-datetime-button/theme": {
|
|
1611
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1612
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1613
|
-
"options": [
|
|
1614
|
-
"ios",
|
|
1615
|
-
"md",
|
|
1616
|
-
"ionic"
|
|
1617
|
-
]
|
|
1618
|
-
},
|
|
1619
|
-
"ion-divider/inset": {
|
|
1620
|
-
"type": "boolean",
|
|
1621
|
-
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
1622
|
-
"options": []
|
|
1623
|
-
},
|
|
1624
|
-
"ion-divider/spacing": {
|
|
1625
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
|
|
1626
|
-
"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\"`.",
|
|
1627
|
-
"options": [
|
|
1628
|
-
"large",
|
|
1629
|
-
"medium",
|
|
1630
|
-
"small",
|
|
1631
|
-
"xlarge",
|
|
1632
|
-
"xsmall",
|
|
1633
|
-
"xxlarge",
|
|
1634
|
-
"xxsmall"
|
|
1635
|
-
]
|
|
1636
|
-
},
|
|
1637
1236
|
"ion-fab/activated": {
|
|
1638
1237
|
"type": "boolean",
|
|
1639
1238
|
"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.",
|
|
@@ -1653,23 +1252,6 @@
|
|
|
1653
1252
|
"start"
|
|
1654
1253
|
]
|
|
1655
1254
|
},
|
|
1656
|
-
"ion-fab/mode": {
|
|
1657
|
-
"type": "\"ios\" | \"md\"",
|
|
1658
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1659
|
-
"options": [
|
|
1660
|
-
"ios",
|
|
1661
|
-
"md"
|
|
1662
|
-
]
|
|
1663
|
-
},
|
|
1664
|
-
"ion-fab/theme": {
|
|
1665
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1666
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1667
|
-
"options": [
|
|
1668
|
-
"ios",
|
|
1669
|
-
"md",
|
|
1670
|
-
"ionic"
|
|
1671
|
-
]
|
|
1672
|
-
},
|
|
1673
1255
|
"ion-fab/vertical": {
|
|
1674
1256
|
"type": "\"bottom\" | \"center\" | \"top\" | undefined",
|
|
1675
1257
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -1685,7 +1267,7 @@
|
|
|
1685
1267
|
"options": []
|
|
1686
1268
|
},
|
|
1687
1269
|
"ion-fab-button/close-icon": {
|
|
1688
|
-
"type": "string
|
|
1270
|
+
"type": "string",
|
|
1689
1271
|
"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.",
|
|
1690
1272
|
"options": []
|
|
1691
1273
|
},
|
|
@@ -1721,7 +1303,7 @@
|
|
|
1721
1303
|
},
|
|
1722
1304
|
"ion-fab-button/mode": {
|
|
1723
1305
|
"type": "\"ios\" | \"md\"",
|
|
1724
|
-
"description": "The mode determines
|
|
1306
|
+
"description": "The mode determines which platform styles to use.",
|
|
1725
1307
|
"options": [
|
|
1726
1308
|
"ios",
|
|
1727
1309
|
"md"
|
|
@@ -1763,18 +1345,9 @@
|
|
|
1763
1345
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
1764
1346
|
"options": []
|
|
1765
1347
|
},
|
|
1766
|
-
"ion-fab-button/theme": {
|
|
1767
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1768
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1769
|
-
"options": [
|
|
1770
|
-
"ios",
|
|
1771
|
-
"md",
|
|
1772
|
-
"ionic"
|
|
1773
|
-
]
|
|
1774
|
-
},
|
|
1775
1348
|
"ion-fab-button/translucent": {
|
|
1776
1349
|
"type": "boolean",
|
|
1777
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
1350
|
+
"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).",
|
|
1778
1351
|
"options": []
|
|
1779
1352
|
},
|
|
1780
1353
|
"ion-fab-button/type": {
|
|
@@ -1791,17 +1364,9 @@
|
|
|
1791
1364
|
"description": "If `true`, the fab list will show all fab buttons in the list.",
|
|
1792
1365
|
"options": []
|
|
1793
1366
|
},
|
|
1794
|
-
"ion-fab-list/
|
|
1795
|
-
"type": "\"
|
|
1796
|
-
"description": "The
|
|
1797
|
-
"options": [
|
|
1798
|
-
"ios",
|
|
1799
|
-
"md"
|
|
1800
|
-
]
|
|
1801
|
-
},
|
|
1802
|
-
"ion-fab-list/side": {
|
|
1803
|
-
"type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
|
|
1804
|
-
"description": "The side the fab list will show on relative to the main fab button.",
|
|
1367
|
+
"ion-fab-list/side": {
|
|
1368
|
+
"type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
|
|
1369
|
+
"description": "The side the fab list will show on relative to the main fab button.",
|
|
1805
1370
|
"options": [
|
|
1806
1371
|
"bottom",
|
|
1807
1372
|
"end",
|
|
@@ -1809,42 +1374,24 @@
|
|
|
1809
1374
|
"top"
|
|
1810
1375
|
]
|
|
1811
1376
|
},
|
|
1812
|
-
"ion-fab-list/theme": {
|
|
1813
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1814
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1815
|
-
"options": [
|
|
1816
|
-
"ios",
|
|
1817
|
-
"md",
|
|
1818
|
-
"ionic"
|
|
1819
|
-
]
|
|
1820
|
-
},
|
|
1821
1377
|
"ion-footer/collapse": {
|
|
1822
1378
|
"type": "\"fade\" | undefined",
|
|
1823
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
1379
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
1824
1380
|
"options": [
|
|
1825
1381
|
"fade"
|
|
1826
1382
|
]
|
|
1827
1383
|
},
|
|
1828
1384
|
"ion-footer/mode": {
|
|
1829
1385
|
"type": "\"ios\" | \"md\"",
|
|
1830
|
-
"description": "The mode determines
|
|
1386
|
+
"description": "The mode determines which platform styles to use.",
|
|
1831
1387
|
"options": [
|
|
1832
1388
|
"ios",
|
|
1833
1389
|
"md"
|
|
1834
1390
|
]
|
|
1835
1391
|
},
|
|
1836
|
-
"ion-footer/theme": {
|
|
1837
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1838
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1839
|
-
"options": [
|
|
1840
|
-
"ios",
|
|
1841
|
-
"md",
|
|
1842
|
-
"ionic"
|
|
1843
|
-
]
|
|
1844
|
-
},
|
|
1845
1392
|
"ion-footer/translucent": {
|
|
1846
1393
|
"type": "boolean",
|
|
1847
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
1394
|
+
"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.",
|
|
1848
1395
|
"options": []
|
|
1849
1396
|
},
|
|
1850
1397
|
"ion-grid/fixed": {
|
|
@@ -1852,56 +1399,25 @@
|
|
|
1852
1399
|
"description": "If `true`, the grid will have a fixed width based on the screen size.",
|
|
1853
1400
|
"options": []
|
|
1854
1401
|
},
|
|
1855
|
-
"ion-grid/mode": {
|
|
1856
|
-
"type": "\"ios\" | \"md\"",
|
|
1857
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1858
|
-
"options": [
|
|
1859
|
-
"ios",
|
|
1860
|
-
"md"
|
|
1861
|
-
]
|
|
1862
|
-
},
|
|
1863
|
-
"ion-grid/theme": {
|
|
1864
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1865
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1866
|
-
"options": [
|
|
1867
|
-
"ios",
|
|
1868
|
-
"md",
|
|
1869
|
-
"ionic"
|
|
1870
|
-
]
|
|
1871
|
-
},
|
|
1872
1402
|
"ion-header/collapse": {
|
|
1873
1403
|
"type": "\"condense\" | \"fade\" | undefined",
|
|
1874
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
1404
|
+
"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)",
|
|
1875
1405
|
"options": [
|
|
1876
1406
|
"condense",
|
|
1877
1407
|
"fade"
|
|
1878
1408
|
]
|
|
1879
1409
|
},
|
|
1880
|
-
"ion-header/divider": {
|
|
1881
|
-
"type": "boolean",
|
|
1882
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
1883
|
-
"options": []
|
|
1884
|
-
},
|
|
1885
1410
|
"ion-header/mode": {
|
|
1886
1411
|
"type": "\"ios\" | \"md\"",
|
|
1887
|
-
"description": "The mode determines
|
|
1412
|
+
"description": "The mode determines which platform styles to use.",
|
|
1888
1413
|
"options": [
|
|
1889
1414
|
"ios",
|
|
1890
1415
|
"md"
|
|
1891
1416
|
]
|
|
1892
1417
|
},
|
|
1893
|
-
"ion-header/theme": {
|
|
1894
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1895
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1896
|
-
"options": [
|
|
1897
|
-
"ios",
|
|
1898
|
-
"md",
|
|
1899
|
-
"ionic"
|
|
1900
|
-
]
|
|
1901
|
-
},
|
|
1902
1418
|
"ion-header/translucent": {
|
|
1903
1419
|
"type": "boolean",
|
|
1904
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
1420
|
+
"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.",
|
|
1905
1421
|
"options": []
|
|
1906
1422
|
},
|
|
1907
1423
|
"ion-img/alt": {
|
|
@@ -1909,41 +1425,16 @@
|
|
|
1909
1425
|
"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.",
|
|
1910
1426
|
"options": []
|
|
1911
1427
|
},
|
|
1912
|
-
"ion-img/mode": {
|
|
1913
|
-
"type": "\"ios\" | \"md\"",
|
|
1914
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1915
|
-
"options": [
|
|
1916
|
-
"ios",
|
|
1917
|
-
"md"
|
|
1918
|
-
]
|
|
1919
|
-
},
|
|
1920
1428
|
"ion-img/src": {
|
|
1921
1429
|
"type": "string | undefined",
|
|
1922
1430
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
1923
1431
|
"options": []
|
|
1924
1432
|
},
|
|
1925
|
-
"ion-img/theme": {
|
|
1926
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1927
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1928
|
-
"options": [
|
|
1929
|
-
"ios",
|
|
1930
|
-
"md",
|
|
1931
|
-
"ionic"
|
|
1932
|
-
]
|
|
1933
|
-
},
|
|
1934
1433
|
"ion-infinite-scroll/disabled": {
|
|
1935
1434
|
"type": "boolean",
|
|
1936
1435
|
"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.",
|
|
1937
1436
|
"options": []
|
|
1938
1437
|
},
|
|
1939
|
-
"ion-infinite-scroll/mode": {
|
|
1940
|
-
"type": "\"ios\" | \"md\"",
|
|
1941
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1942
|
-
"options": [
|
|
1943
|
-
"ios",
|
|
1944
|
-
"md"
|
|
1945
|
-
]
|
|
1946
|
-
},
|
|
1947
1438
|
"ion-infinite-scroll/position": {
|
|
1948
1439
|
"type": "\"bottom\" | \"top\"",
|
|
1949
1440
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -1952,20 +1443,6 @@
|
|
|
1952
1443
|
"top"
|
|
1953
1444
|
]
|
|
1954
1445
|
},
|
|
1955
|
-
"ion-infinite-scroll/preserve-rerender-scroll-position": {
|
|
1956
|
-
"type": "boolean",
|
|
1957
|
-
"description": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
|
|
1958
|
-
"options": []
|
|
1959
|
-
},
|
|
1960
|
-
"ion-infinite-scroll/theme": {
|
|
1961
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1962
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1963
|
-
"options": [
|
|
1964
|
-
"ios",
|
|
1965
|
-
"md",
|
|
1966
|
-
"ionic"
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
1446
|
"ion-infinite-scroll/threshold": {
|
|
1970
1447
|
"type": "string",
|
|
1971
1448
|
"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.",
|
|
@@ -1991,84 +1468,67 @@
|
|
|
1991
1468
|
"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.",
|
|
1992
1469
|
"options": []
|
|
1993
1470
|
},
|
|
1994
|
-
"ion-infinite-scroll-content/mode": {
|
|
1995
|
-
"type": "\"ios\" | \"md\"",
|
|
1996
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1997
|
-
"options": [
|
|
1998
|
-
"ios",
|
|
1999
|
-
"md"
|
|
2000
|
-
]
|
|
2001
|
-
},
|
|
2002
|
-
"ion-infinite-scroll-content/theme": {
|
|
2003
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2004
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2005
|
-
"options": [
|
|
2006
|
-
"ios",
|
|
2007
|
-
"md",
|
|
2008
|
-
"ionic"
|
|
2009
|
-
]
|
|
2010
|
-
},
|
|
2011
1471
|
"ion-input/autocapitalize": {
|
|
2012
1472
|
"type": "string",
|
|
2013
1473
|
"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\"`.",
|
|
2014
1474
|
"options": []
|
|
2015
1475
|
},
|
|
2016
1476
|
"ion-input/autocomplete": {
|
|
2017
|
-
"type": "\"name\" | \"
|
|
1477
|
+
"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\"",
|
|
2018
1478
|
"description": "Indicates whether the value of the control can be automatically completed by the browser.",
|
|
2019
1479
|
"options": [
|
|
2020
1480
|
"name",
|
|
1481
|
+
"email",
|
|
1482
|
+
"tel",
|
|
2021
1483
|
"url",
|
|
2022
|
-
"off",
|
|
2023
1484
|
"on",
|
|
1485
|
+
"off",
|
|
1486
|
+
"honorific-prefix",
|
|
1487
|
+
"given-name",
|
|
2024
1488
|
"additional-name",
|
|
2025
|
-
"
|
|
2026
|
-
"
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
1489
|
+
"family-name",
|
|
1490
|
+
"honorific-suffix",
|
|
1491
|
+
"nickname",
|
|
1492
|
+
"username",
|
|
1493
|
+
"new-password",
|
|
1494
|
+
"current-password",
|
|
1495
|
+
"one-time-code",
|
|
1496
|
+
"organization-title",
|
|
1497
|
+
"organization",
|
|
1498
|
+
"street-address",
|
|
2029
1499
|
"address-line1",
|
|
2030
1500
|
"address-line2",
|
|
2031
1501
|
"address-line3",
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
1502
|
+
"address-level4",
|
|
1503
|
+
"address-level3",
|
|
1504
|
+
"address-level2",
|
|
1505
|
+
"address-level1",
|
|
1506
|
+
"country",
|
|
1507
|
+
"country-name",
|
|
1508
|
+
"postal-code",
|
|
1509
|
+
"cc-name",
|
|
1510
|
+
"cc-given-name",
|
|
1511
|
+
"cc-additional-name",
|
|
1512
|
+
"cc-family-name",
|
|
1513
|
+
"cc-number",
|
|
2036
1514
|
"cc-exp",
|
|
2037
1515
|
"cc-exp-month",
|
|
2038
1516
|
"cc-exp-year",
|
|
2039
|
-
"cc-
|
|
2040
|
-
"cc-given-name",
|
|
2041
|
-
"cc-name",
|
|
2042
|
-
"cc-number",
|
|
1517
|
+
"cc-csc",
|
|
2043
1518
|
"cc-type",
|
|
2044
|
-
"country",
|
|
2045
|
-
"country-name",
|
|
2046
|
-
"current-password",
|
|
2047
|
-
"family-name",
|
|
2048
|
-
"given-name",
|
|
2049
|
-
"honorific-prefix",
|
|
2050
|
-
"honorific-suffix",
|
|
2051
|
-
"new-password",
|
|
2052
|
-
"one-time-code",
|
|
2053
|
-
"organization",
|
|
2054
|
-
"postal-code",
|
|
2055
|
-
"street-address",
|
|
2056
|
-
"transaction-amount",
|
|
2057
1519
|
"transaction-currency",
|
|
2058
|
-
"
|
|
2059
|
-
"email",
|
|
2060
|
-
"tel",
|
|
2061
|
-
"tel-area-code",
|
|
2062
|
-
"tel-country-code",
|
|
2063
|
-
"tel-extension",
|
|
2064
|
-
"tel-local",
|
|
2065
|
-
"tel-national",
|
|
2066
|
-
"nickname",
|
|
2067
|
-
"organization-title",
|
|
2068
|
-
"cc-additional-name",
|
|
1520
|
+
"transaction-amount",
|
|
2069
1521
|
"language",
|
|
2070
1522
|
"bday",
|
|
1523
|
+
"bday-day",
|
|
1524
|
+
"bday-month",
|
|
1525
|
+
"bday-year",
|
|
2071
1526
|
"sex",
|
|
1527
|
+
"tel-country-code",
|
|
1528
|
+
"tel-national",
|
|
1529
|
+
"tel-area-code",
|
|
1530
|
+
"tel-local",
|
|
1531
|
+
"tel-extension",
|
|
2072
1532
|
"impp",
|
|
2073
1533
|
"photo"
|
|
2074
1534
|
]
|
|
@@ -2156,7 +1616,7 @@
|
|
|
2156
1616
|
},
|
|
2157
1617
|
"ion-input/fill": {
|
|
2158
1618
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
2159
|
-
"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
|
|
1619
|
+
"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.",
|
|
2160
1620
|
"options": [
|
|
2161
1621
|
"outline",
|
|
2162
1622
|
"solid"
|
|
@@ -2187,8 +1647,8 @@
|
|
|
2187
1647
|
"options": []
|
|
2188
1648
|
},
|
|
2189
1649
|
"ion-input/label-placement": {
|
|
2190
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
2191
|
-
"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 (\"...\")
|
|
1650
|
+
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"",
|
|
1651
|
+
"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 (\"...\").",
|
|
2192
1652
|
"options": [
|
|
2193
1653
|
"end",
|
|
2194
1654
|
"fixed",
|
|
@@ -2219,7 +1679,7 @@
|
|
|
2219
1679
|
},
|
|
2220
1680
|
"ion-input/mode": {
|
|
2221
1681
|
"type": "\"ios\" | \"md\"",
|
|
2222
|
-
"description": "The mode determines
|
|
1682
|
+
"description": "The mode determines which platform styles to use.",
|
|
2223
1683
|
"options": [
|
|
2224
1684
|
"ios",
|
|
2225
1685
|
"md"
|
|
@@ -2256,21 +1716,10 @@
|
|
|
2256
1716
|
"options": []
|
|
2257
1717
|
},
|
|
2258
1718
|
"ion-input/shape": {
|
|
2259
|
-
"type": "\"
|
|
2260
|
-
"description": "
|
|
1719
|
+
"type": "\"round\" | undefined",
|
|
1720
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
2261
1721
|
"options": [
|
|
2262
|
-
"
|
|
2263
|
-
"round",
|
|
2264
|
-
"soft"
|
|
2265
|
-
]
|
|
2266
|
-
},
|
|
2267
|
-
"ion-input/size": {
|
|
2268
|
-
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
|
|
2269
|
-
"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.",
|
|
2270
|
-
"options": [
|
|
2271
|
-
"large",
|
|
2272
|
-
"medium",
|
|
2273
|
-
"xlarge"
|
|
1722
|
+
"round"
|
|
2274
1723
|
]
|
|
2275
1724
|
},
|
|
2276
1725
|
"ion-input/spellcheck": {
|
|
@@ -2283,15 +1732,6 @@
|
|
|
2283
1732
|
"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.",
|
|
2284
1733
|
"options": []
|
|
2285
1734
|
},
|
|
2286
|
-
"ion-input/theme": {
|
|
2287
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2288
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2289
|
-
"options": [
|
|
2290
|
-
"ios",
|
|
2291
|
-
"md",
|
|
2292
|
-
"ionic"
|
|
2293
|
-
]
|
|
2294
|
-
},
|
|
2295
1735
|
"ion-input/type": {
|
|
2296
1736
|
"type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
|
|
2297
1737
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2468,11 +1908,11 @@
|
|
|
2468
1908
|
},
|
|
2469
1909
|
"ion-item/detail": {
|
|
2470
1910
|
"type": "boolean | undefined",
|
|
2471
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
1911
|
+
"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.",
|
|
2472
1912
|
"options": []
|
|
2473
1913
|
},
|
|
2474
1914
|
"ion-item/detail-icon": {
|
|
2475
|
-
"type": "string
|
|
1915
|
+
"type": "string",
|
|
2476
1916
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
2477
1917
|
"options": []
|
|
2478
1918
|
},
|
|
@@ -2502,7 +1942,7 @@
|
|
|
2502
1942
|
},
|
|
2503
1943
|
"ion-item/mode": {
|
|
2504
1944
|
"type": "\"ios\" | \"md\"",
|
|
2505
|
-
"description": "The mode determines
|
|
1945
|
+
"description": "The mode determines which platform styles to use.",
|
|
2506
1946
|
"options": [
|
|
2507
1947
|
"ios",
|
|
2508
1948
|
"md"
|
|
@@ -2532,15 +1972,6 @@
|
|
|
2532
1972
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2533
1973
|
"options": []
|
|
2534
1974
|
},
|
|
2535
|
-
"ion-item/theme": {
|
|
2536
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2537
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2538
|
-
"options": [
|
|
2539
|
-
"ios",
|
|
2540
|
-
"md",
|
|
2541
|
-
"ionic"
|
|
2542
|
-
]
|
|
2543
|
-
},
|
|
2544
1975
|
"ion-item/type": {
|
|
2545
1976
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2546
1977
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2567,7 +1998,7 @@
|
|
|
2567
1998
|
},
|
|
2568
1999
|
"ion-item-divider/mode": {
|
|
2569
2000
|
"type": "\"ios\" | \"md\"",
|
|
2570
|
-
"description": "The mode determines
|
|
2001
|
+
"description": "The mode determines which platform styles to use.",
|
|
2571
2002
|
"options": [
|
|
2572
2003
|
"ios",
|
|
2573
2004
|
"md"
|
|
@@ -2578,32 +2009,6 @@
|
|
|
2578
2009
|
"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",
|
|
2579
2010
|
"options": []
|
|
2580
2011
|
},
|
|
2581
|
-
"ion-item-divider/theme": {
|
|
2582
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2583
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2584
|
-
"options": [
|
|
2585
|
-
"ios",
|
|
2586
|
-
"md",
|
|
2587
|
-
"ionic"
|
|
2588
|
-
]
|
|
2589
|
-
},
|
|
2590
|
-
"ion-item-group/mode": {
|
|
2591
|
-
"type": "\"ios\" | \"md\"",
|
|
2592
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2593
|
-
"options": [
|
|
2594
|
-
"ios",
|
|
2595
|
-
"md"
|
|
2596
|
-
]
|
|
2597
|
-
},
|
|
2598
|
-
"ion-item-group/theme": {
|
|
2599
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2600
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2601
|
-
"options": [
|
|
2602
|
-
"ios",
|
|
2603
|
-
"md",
|
|
2604
|
-
"ionic"
|
|
2605
|
-
]
|
|
2606
|
-
},
|
|
2607
2012
|
"ion-item-option/color": {
|
|
2608
2013
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2609
2014
|
"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).",
|
|
@@ -2639,17 +2044,9 @@
|
|
|
2639
2044
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
|
|
2640
2045
|
"options": []
|
|
2641
2046
|
},
|
|
2642
|
-
"ion-item-option/hue": {
|
|
2643
|
-
"type": "\"bold\" | \"subtle\" | undefined",
|
|
2644
|
-
"description": "Set to `\"bold\"` for an option with vibrant, bold colors or to `\"subtle\"` for\nan option with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
2645
|
-
"options": [
|
|
2646
|
-
"bold",
|
|
2647
|
-
"subtle"
|
|
2648
|
-
]
|
|
2649
|
-
},
|
|
2650
2047
|
"ion-item-option/mode": {
|
|
2651
2048
|
"type": "\"ios\" | \"md\"",
|
|
2652
|
-
"description": "The mode determines
|
|
2049
|
+
"description": "The mode determines which platform styles to use.",
|
|
2653
2050
|
"options": [
|
|
2654
2051
|
"ios",
|
|
2655
2052
|
"md"
|
|
@@ -2660,29 +2057,11 @@
|
|
|
2660
2057
|
"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).",
|
|
2661
2058
|
"options": []
|
|
2662
2059
|
},
|
|
2663
|
-
"ion-item-option/shape": {
|
|
2664
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2665
|
-
"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.",
|
|
2666
|
-
"options": [
|
|
2667
|
-
"rectangular",
|
|
2668
|
-
"round",
|
|
2669
|
-
"soft"
|
|
2670
|
-
]
|
|
2671
|
-
},
|
|
2672
2060
|
"ion-item-option/target": {
|
|
2673
2061
|
"type": "string | undefined",
|
|
2674
2062
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2675
2063
|
"options": []
|
|
2676
2064
|
},
|
|
2677
|
-
"ion-item-option/theme": {
|
|
2678
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2679
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2680
|
-
"options": [
|
|
2681
|
-
"ios",
|
|
2682
|
-
"md",
|
|
2683
|
-
"ionic"
|
|
2684
|
-
]
|
|
2685
|
-
},
|
|
2686
2065
|
"ion-item-option/type": {
|
|
2687
2066
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2688
2067
|
"description": "The type of the button.",
|
|
@@ -2692,14 +2071,6 @@
|
|
|
2692
2071
|
"submit"
|
|
2693
2072
|
]
|
|
2694
2073
|
},
|
|
2695
|
-
"ion-item-options/mode": {
|
|
2696
|
-
"type": "\"ios\" | \"md\"",
|
|
2697
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2698
|
-
"options": [
|
|
2699
|
-
"ios",
|
|
2700
|
-
"md"
|
|
2701
|
-
]
|
|
2702
|
-
},
|
|
2703
2074
|
"ion-item-options/side": {
|
|
2704
2075
|
"type": "\"end\" | \"start\"",
|
|
2705
2076
|
"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.",
|
|
@@ -2708,37 +2079,11 @@
|
|
|
2708
2079
|
"start"
|
|
2709
2080
|
]
|
|
2710
2081
|
},
|
|
2711
|
-
"ion-item-options/theme": {
|
|
2712
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2713
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2714
|
-
"options": [
|
|
2715
|
-
"ios",
|
|
2716
|
-
"md",
|
|
2717
|
-
"ionic"
|
|
2718
|
-
]
|
|
2719
|
-
},
|
|
2720
2082
|
"ion-item-sliding/disabled": {
|
|
2721
2083
|
"type": "boolean",
|
|
2722
2084
|
"description": "If `true`, the user cannot interact with the sliding item.",
|
|
2723
2085
|
"options": []
|
|
2724
2086
|
},
|
|
2725
|
-
"ion-item-sliding/mode": {
|
|
2726
|
-
"type": "\"ios\" | \"md\"",
|
|
2727
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2728
|
-
"options": [
|
|
2729
|
-
"ios",
|
|
2730
|
-
"md"
|
|
2731
|
-
]
|
|
2732
|
-
},
|
|
2733
|
-
"ion-item-sliding/theme": {
|
|
2734
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2735
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2736
|
-
"options": [
|
|
2737
|
-
"ios",
|
|
2738
|
-
"md",
|
|
2739
|
-
"ionic"
|
|
2740
|
-
]
|
|
2741
|
-
},
|
|
2742
2087
|
"ion-label/color": {
|
|
2743
2088
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2744
2089
|
"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).",
|
|
@@ -2756,7 +2101,7 @@
|
|
|
2756
2101
|
},
|
|
2757
2102
|
"ion-label/mode": {
|
|
2758
2103
|
"type": "\"ios\" | \"md\"",
|
|
2759
|
-
"description": "The mode determines
|
|
2104
|
+
"description": "The mode determines which platform styles to use.",
|
|
2760
2105
|
"options": [
|
|
2761
2106
|
"ios",
|
|
2762
2107
|
"md"
|
|
@@ -2771,15 +2116,6 @@
|
|
|
2771
2116
|
"stacked"
|
|
2772
2117
|
]
|
|
2773
2118
|
},
|
|
2774
|
-
"ion-label/theme": {
|
|
2775
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2776
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2777
|
-
"options": [
|
|
2778
|
-
"ios",
|
|
2779
|
-
"md",
|
|
2780
|
-
"ionic"
|
|
2781
|
-
]
|
|
2782
|
-
},
|
|
2783
2119
|
"ion-list/inset": {
|
|
2784
2120
|
"type": "boolean",
|
|
2785
2121
|
"description": "If `true`, the list will have margin around it and rounded corners.",
|
|
@@ -2796,30 +2132,12 @@
|
|
|
2796
2132
|
},
|
|
2797
2133
|
"ion-list/mode": {
|
|
2798
2134
|
"type": "\"ios\" | \"md\"",
|
|
2799
|
-
"description": "The mode determines
|
|
2135
|
+
"description": "The mode determines which platform styles to use.",
|
|
2800
2136
|
"options": [
|
|
2801
2137
|
"ios",
|
|
2802
2138
|
"md"
|
|
2803
2139
|
]
|
|
2804
2140
|
},
|
|
2805
|
-
"ion-list/shape": {
|
|
2806
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2807
|
-
"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.",
|
|
2808
|
-
"options": [
|
|
2809
|
-
"rectangular",
|
|
2810
|
-
"round",
|
|
2811
|
-
"soft"
|
|
2812
|
-
]
|
|
2813
|
-
},
|
|
2814
|
-
"ion-list/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
2141
|
"ion-list-header/color": {
|
|
2824
2142
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2825
2143
|
"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).",
|
|
@@ -2846,21 +2164,12 @@
|
|
|
2846
2164
|
},
|
|
2847
2165
|
"ion-list-header/mode": {
|
|
2848
2166
|
"type": "\"ios\" | \"md\"",
|
|
2849
|
-
"description": "The mode determines
|
|
2167
|
+
"description": "The mode determines which platform styles to use.",
|
|
2850
2168
|
"options": [
|
|
2851
2169
|
"ios",
|
|
2852
2170
|
"md"
|
|
2853
2171
|
]
|
|
2854
2172
|
},
|
|
2855
|
-
"ion-list-header/theme": {
|
|
2856
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2857
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2858
|
-
"options": [
|
|
2859
|
-
"ios",
|
|
2860
|
-
"md",
|
|
2861
|
-
"ionic"
|
|
2862
|
-
]
|
|
2863
|
-
},
|
|
2864
2173
|
"ion-loading/animated": {
|
|
2865
2174
|
"type": "boolean",
|
|
2866
2175
|
"description": "If `true`, the loading indicator will animate.",
|
|
@@ -2913,7 +2222,7 @@
|
|
|
2913
2222
|
},
|
|
2914
2223
|
"ion-loading/mode": {
|
|
2915
2224
|
"type": "\"ios\" | \"md\"",
|
|
2916
|
-
"description": "The mode determines
|
|
2225
|
+
"description": "The mode determines which platform styles to use.",
|
|
2917
2226
|
"options": [
|
|
2918
2227
|
"ios",
|
|
2919
2228
|
"md"
|
|
@@ -2939,18 +2248,9 @@
|
|
|
2939
2248
|
"lines-small"
|
|
2940
2249
|
]
|
|
2941
2250
|
},
|
|
2942
|
-
"ion-loading/theme": {
|
|
2943
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2944
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2945
|
-
"options": [
|
|
2946
|
-
"ios",
|
|
2947
|
-
"md",
|
|
2948
|
-
"ionic"
|
|
2949
|
-
]
|
|
2950
|
-
},
|
|
2951
2251
|
"ion-loading/translucent": {
|
|
2952
2252
|
"type": "boolean",
|
|
2953
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
2253
|
+
"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).",
|
|
2954
2254
|
"options": []
|
|
2955
2255
|
},
|
|
2956
2256
|
"ion-loading/trigger": {
|
|
@@ -2978,14 +2278,6 @@
|
|
|
2978
2278
|
"description": "An id for the menu.",
|
|
2979
2279
|
"options": []
|
|
2980
2280
|
},
|
|
2981
|
-
"ion-menu/mode": {
|
|
2982
|
-
"type": "\"ios\" | \"md\"",
|
|
2983
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2984
|
-
"options": [
|
|
2985
|
-
"ios",
|
|
2986
|
-
"md"
|
|
2987
|
-
]
|
|
2988
|
-
},
|
|
2989
2281
|
"ion-menu/side": {
|
|
2990
2282
|
"type": "\"end\" | \"start\"",
|
|
2991
2283
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -2999,15 +2291,6 @@
|
|
|
2999
2291
|
"description": "If `true`, swiping the menu is enabled.",
|
|
3000
2292
|
"options": []
|
|
3001
2293
|
},
|
|
3002
|
-
"ion-menu/theme": {
|
|
3003
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3004
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3005
|
-
"options": [
|
|
3006
|
-
"ios",
|
|
3007
|
-
"md",
|
|
3008
|
-
"ionic"
|
|
3009
|
-
]
|
|
3010
|
-
},
|
|
3011
2294
|
"ion-menu/type": {
|
|
3012
2295
|
"type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
|
|
3013
2296
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3049,21 +2332,12 @@
|
|
|
3049
2332
|
},
|
|
3050
2333
|
"ion-menu-button/mode": {
|
|
3051
2334
|
"type": "\"ios\" | \"md\"",
|
|
3052
|
-
"description": "The mode determines
|
|
2335
|
+
"description": "The mode determines which platform styles to use.",
|
|
3053
2336
|
"options": [
|
|
3054
2337
|
"ios",
|
|
3055
2338
|
"md"
|
|
3056
2339
|
]
|
|
3057
2340
|
},
|
|
3058
|
-
"ion-menu-button/theme": {
|
|
3059
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3060
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3061
|
-
"options": [
|
|
3062
|
-
"ios",
|
|
3063
|
-
"md",
|
|
3064
|
-
"ionic"
|
|
3065
|
-
]
|
|
3066
|
-
},
|
|
3067
2341
|
"ion-menu-button/type": {
|
|
3068
2342
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
3069
2343
|
"description": "The type of the button.",
|
|
@@ -3083,23 +2357,6 @@
|
|
|
3083
2357
|
"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.",
|
|
3084
2358
|
"options": []
|
|
3085
2359
|
},
|
|
3086
|
-
"ion-menu-toggle/mode": {
|
|
3087
|
-
"type": "\"ios\" | \"md\"",
|
|
3088
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3089
|
-
"options": [
|
|
3090
|
-
"ios",
|
|
3091
|
-
"md"
|
|
3092
|
-
]
|
|
3093
|
-
},
|
|
3094
|
-
"ion-menu-toggle/theme": {
|
|
3095
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3096
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3097
|
-
"options": [
|
|
3098
|
-
"ios",
|
|
3099
|
-
"md",
|
|
3100
|
-
"ionic"
|
|
3101
|
-
]
|
|
3102
|
-
},
|
|
3103
2360
|
"ion-modal/animated": {
|
|
3104
2361
|
"type": "boolean",
|
|
3105
2362
|
"description": "If `true`, the modal will animate.",
|
|
@@ -3185,7 +2442,7 @@
|
|
|
3185
2442
|
},
|
|
3186
2443
|
"ion-modal/mode": {
|
|
3187
2444
|
"type": "\"ios\" | \"md\"",
|
|
3188
|
-
"description": "The mode determines
|
|
2445
|
+
"description": "The mode determines which platform styles to use.",
|
|
3189
2446
|
"options": [
|
|
3190
2447
|
"ios",
|
|
3191
2448
|
"md"
|
|
@@ -3196,29 +2453,11 @@
|
|
|
3196
2453
|
"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.",
|
|
3197
2454
|
"options": []
|
|
3198
2455
|
},
|
|
3199
|
-
"ion-modal/shape": {
|
|
3200
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
3201
|
-
"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.",
|
|
3202
|
-
"options": [
|
|
3203
|
-
"rectangular",
|
|
3204
|
-
"round",
|
|
3205
|
-
"soft"
|
|
3206
|
-
]
|
|
3207
|
-
},
|
|
3208
2456
|
"ion-modal/show-backdrop": {
|
|
3209
2457
|
"type": "boolean",
|
|
3210
2458
|
"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.",
|
|
3211
2459
|
"options": []
|
|
3212
2460
|
},
|
|
3213
|
-
"ion-modal/theme": {
|
|
3214
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3215
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3216
|
-
"options": [
|
|
3217
|
-
"ios",
|
|
3218
|
-
"md",
|
|
3219
|
-
"ionic"
|
|
3220
|
-
]
|
|
3221
|
-
},
|
|
3222
2461
|
"ion-modal/trigger": {
|
|
3223
2462
|
"type": "string | undefined",
|
|
3224
2463
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -3231,17 +2470,9 @@
|
|
|
3231
2470
|
},
|
|
3232
2471
|
"ion-nav/animation": {
|
|
3233
2472
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3234
|
-
"description": "By default `ion-nav` animates transition between pages based
|
|
2473
|
+
"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.",
|
|
3235
2474
|
"options": []
|
|
3236
2475
|
},
|
|
3237
|
-
"ion-nav/mode": {
|
|
3238
|
-
"type": "\"ios\" | \"md\"",
|
|
3239
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3240
|
-
"options": [
|
|
3241
|
-
"ios",
|
|
3242
|
-
"md"
|
|
3243
|
-
]
|
|
3244
|
-
},
|
|
3245
2476
|
"ion-nav/root": {
|
|
3246
2477
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3247
2478
|
"description": "Root NavComponent to load",
|
|
@@ -3257,15 +2488,6 @@
|
|
|
3257
2488
|
"description": "If the nav component should allow for swipe-to-go-back.",
|
|
3258
2489
|
"options": []
|
|
3259
2490
|
},
|
|
3260
|
-
"ion-nav/theme": {
|
|
3261
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3262
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3263
|
-
"options": [
|
|
3264
|
-
"ios",
|
|
3265
|
-
"md",
|
|
3266
|
-
"ionic"
|
|
3267
|
-
]
|
|
3268
|
-
},
|
|
3269
2491
|
"ion-nav-link/component": {
|
|
3270
2492
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3271
2493
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
|
|
@@ -3276,14 +2498,6 @@
|
|
|
3276
2498
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
|
|
3277
2499
|
"options": []
|
|
3278
2500
|
},
|
|
3279
|
-
"ion-nav-link/mode": {
|
|
3280
|
-
"type": "\"ios\" | \"md\"",
|
|
3281
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3282
|
-
"options": [
|
|
3283
|
-
"ios",
|
|
3284
|
-
"md"
|
|
3285
|
-
]
|
|
3286
|
-
},
|
|
3287
2501
|
"ion-nav-link/router-animation": {
|
|
3288
2502
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3289
2503
|
"description": "The transition animation when navigating to another page.",
|
|
@@ -3298,15 +2512,6 @@
|
|
|
3298
2512
|
"root"
|
|
3299
2513
|
]
|
|
3300
2514
|
},
|
|
3301
|
-
"ion-nav-link/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
2515
|
"ion-note/color": {
|
|
3311
2516
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3312
2517
|
"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).",
|
|
@@ -3324,38 +2529,20 @@
|
|
|
3324
2529
|
},
|
|
3325
2530
|
"ion-note/mode": {
|
|
3326
2531
|
"type": "\"ios\" | \"md\"",
|
|
3327
|
-
"description": "The mode determines
|
|
2532
|
+
"description": "The mode determines which platform styles to use.",
|
|
3328
2533
|
"options": [
|
|
3329
2534
|
"ios",
|
|
3330
2535
|
"md"
|
|
3331
2536
|
]
|
|
3332
2537
|
},
|
|
3333
|
-
"ion-note/theme": {
|
|
3334
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3335
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3336
|
-
"options": [
|
|
3337
|
-
"ios",
|
|
3338
|
-
"md",
|
|
3339
|
-
"ionic"
|
|
3340
|
-
]
|
|
3341
|
-
},
|
|
3342
2538
|
"ion-picker/mode": {
|
|
3343
2539
|
"type": "\"ios\" | \"md\"",
|
|
3344
|
-
"description": "The mode determines
|
|
2540
|
+
"description": "The mode determines which platform styles to use.",
|
|
3345
2541
|
"options": [
|
|
3346
2542
|
"ios",
|
|
3347
2543
|
"md"
|
|
3348
2544
|
]
|
|
3349
2545
|
},
|
|
3350
|
-
"ion-picker/theme": {
|
|
3351
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3352
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3353
|
-
"options": [
|
|
3354
|
-
"ios",
|
|
3355
|
-
"md",
|
|
3356
|
-
"ionic"
|
|
3357
|
-
]
|
|
3358
|
-
},
|
|
3359
2546
|
"ion-picker-column/color": {
|
|
3360
2547
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3361
2548
|
"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).",
|
|
@@ -3378,21 +2565,12 @@
|
|
|
3378
2565
|
},
|
|
3379
2566
|
"ion-picker-column/mode": {
|
|
3380
2567
|
"type": "\"ios\" | \"md\"",
|
|
3381
|
-
"description": "The mode determines
|
|
2568
|
+
"description": "The mode determines which platform styles to use.",
|
|
3382
2569
|
"options": [
|
|
3383
2570
|
"ios",
|
|
3384
2571
|
"md"
|
|
3385
2572
|
]
|
|
3386
2573
|
},
|
|
3387
|
-
"ion-picker-column/theme": {
|
|
3388
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3389
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3390
|
-
"options": [
|
|
3391
|
-
"ios",
|
|
3392
|
-
"md",
|
|
3393
|
-
"ionic"
|
|
3394
|
-
]
|
|
3395
|
-
},
|
|
3396
2574
|
"ion-picker-column/value": {
|
|
3397
2575
|
"type": "number | string | undefined",
|
|
3398
2576
|
"description": "The selected option in the picker.",
|
|
@@ -3418,23 +2596,6 @@
|
|
|
3418
2596
|
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
3419
2597
|
"options": []
|
|
3420
2598
|
},
|
|
3421
|
-
"ion-picker-column-option/mode": {
|
|
3422
|
-
"type": "\"ios\" | \"md\"",
|
|
3423
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3424
|
-
"options": [
|
|
3425
|
-
"ios",
|
|
3426
|
-
"md"
|
|
3427
|
-
]
|
|
3428
|
-
},
|
|
3429
|
-
"ion-picker-column-option/theme": {
|
|
3430
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3431
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3432
|
-
"options": [
|
|
3433
|
-
"ios",
|
|
3434
|
-
"md",
|
|
3435
|
-
"ionic"
|
|
3436
|
-
]
|
|
3437
|
-
},
|
|
3438
2599
|
"ion-picker-column-option/value": {
|
|
3439
2600
|
"type": "any",
|
|
3440
2601
|
"description": "The text value of the option.",
|
|
@@ -3497,7 +2658,7 @@
|
|
|
3497
2658
|
},
|
|
3498
2659
|
"ion-picker-legacy/mode": {
|
|
3499
2660
|
"type": "\"ios\" | \"md\"",
|
|
3500
|
-
"description": "The mode determines
|
|
2661
|
+
"description": "The mode determines which platform styles to use.",
|
|
3501
2662
|
"options": [
|
|
3502
2663
|
"ios",
|
|
3503
2664
|
"md"
|
|
@@ -3508,15 +2669,6 @@
|
|
|
3508
2669
|
"description": "If `true`, a backdrop will be displayed behind the picker.",
|
|
3509
2670
|
"options": []
|
|
3510
2671
|
},
|
|
3511
|
-
"ion-picker-legacy/theme": {
|
|
3512
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3513
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3514
|
-
"options": [
|
|
3515
|
-
"ios",
|
|
3516
|
-
"md",
|
|
3517
|
-
"ionic"
|
|
3518
|
-
]
|
|
3519
|
-
},
|
|
3520
2672
|
"ion-picker-legacy/trigger": {
|
|
3521
2673
|
"type": "string | undefined",
|
|
3522
2674
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -3524,7 +2676,7 @@
|
|
|
3524
2676
|
},
|
|
3525
2677
|
"ion-popover/alignment": {
|
|
3526
2678
|
"type": "\"center\" | \"end\" | \"start\" | undefined",
|
|
3527
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
2679
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
3528
2680
|
"options": [
|
|
3529
2681
|
"center",
|
|
3530
2682
|
"end",
|
|
@@ -3538,7 +2690,7 @@
|
|
|
3538
2690
|
},
|
|
3539
2691
|
"ion-popover/arrow": {
|
|
3540
2692
|
"type": "boolean",
|
|
3541
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
2693
|
+
"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.",
|
|
3542
2694
|
"options": []
|
|
3543
2695
|
},
|
|
3544
2696
|
"ion-popover/backdrop-dismiss": {
|
|
@@ -3603,7 +2755,7 @@
|
|
|
3603
2755
|
},
|
|
3604
2756
|
"ion-popover/mode": {
|
|
3605
2757
|
"type": "\"ios\" | \"md\"",
|
|
3606
|
-
"description": "The mode determines
|
|
2758
|
+
"description": "The mode determines which platform styles to use.",
|
|
3607
2759
|
"options": [
|
|
3608
2760
|
"ios",
|
|
3609
2761
|
"md"
|
|
@@ -3642,18 +2794,9 @@
|
|
|
3642
2794
|
"cover"
|
|
3643
2795
|
]
|
|
3644
2796
|
},
|
|
3645
|
-
"ion-popover/theme": {
|
|
3646
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3647
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3648
|
-
"options": [
|
|
3649
|
-
"ios",
|
|
3650
|
-
"md",
|
|
3651
|
-
"ionic"
|
|
3652
|
-
]
|
|
3653
|
-
},
|
|
3654
2797
|
"ion-popover/translucent": {
|
|
3655
2798
|
"type": "boolean",
|
|
3656
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
2799
|
+
"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).",
|
|
3657
2800
|
"options": []
|
|
3658
2801
|
},
|
|
3659
2802
|
"ion-popover/trigger": {
|
|
@@ -3692,7 +2835,7 @@
|
|
|
3692
2835
|
},
|
|
3693
2836
|
"ion-progress-bar/mode": {
|
|
3694
2837
|
"type": "\"ios\" | \"md\"",
|
|
3695
|
-
"description": "The mode determines
|
|
2838
|
+
"description": "The mode determines which platform styles to use.",
|
|
3696
2839
|
"options": [
|
|
3697
2840
|
"ios",
|
|
3698
2841
|
"md"
|
|
@@ -3703,23 +2846,6 @@
|
|
|
3703
2846
|
"description": "If true, reverse the progress bar direction.",
|
|
3704
2847
|
"options": []
|
|
3705
2848
|
},
|
|
3706
|
-
"ion-progress-bar/shape": {
|
|
3707
|
-
"type": "\"rectangular\" | \"round\" | undefined",
|
|
3708
|
-
"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.",
|
|
3709
|
-
"options": [
|
|
3710
|
-
"rectangular",
|
|
3711
|
-
"round"
|
|
3712
|
-
]
|
|
3713
|
-
},
|
|
3714
|
-
"ion-progress-bar/theme": {
|
|
3715
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3716
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3717
|
-
"options": [
|
|
3718
|
-
"ios",
|
|
3719
|
-
"md",
|
|
3720
|
-
"ionic"
|
|
3721
|
-
]
|
|
3722
|
-
},
|
|
3723
2849
|
"ion-progress-bar/type": {
|
|
3724
2850
|
"type": "\"determinate\" | \"indeterminate\"",
|
|
3725
2851
|
"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).",
|
|
@@ -3782,7 +2908,7 @@
|
|
|
3782
2908
|
},
|
|
3783
2909
|
"ion-radio/mode": {
|
|
3784
2910
|
"type": "\"ios\" | \"md\"",
|
|
3785
|
-
"description": "The mode determines
|
|
2911
|
+
"description": "The mode determines which platform styles to use.",
|
|
3786
2912
|
"options": [
|
|
3787
2913
|
"ios",
|
|
3788
2914
|
"md"
|
|
@@ -3793,15 +2919,6 @@
|
|
|
3793
2919
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3794
2920
|
"options": []
|
|
3795
2921
|
},
|
|
3796
|
-
"ion-radio/theme": {
|
|
3797
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3798
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3799
|
-
"options": [
|
|
3800
|
-
"ios",
|
|
3801
|
-
"md",
|
|
3802
|
-
"ionic"
|
|
3803
|
-
]
|
|
3804
|
-
},
|
|
3805
2922
|
"ion-radio/value": {
|
|
3806
2923
|
"type": "any",
|
|
3807
2924
|
"description": "the value of the radio.",
|
|
@@ -3827,28 +2944,11 @@
|
|
|
3827
2944
|
"description": "The helper text to display at the top of the radio group.",
|
|
3828
2945
|
"options": []
|
|
3829
2946
|
},
|
|
3830
|
-
"ion-radio-group/mode": {
|
|
3831
|
-
"type": "\"ios\" | \"md\"",
|
|
3832
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3833
|
-
"options": [
|
|
3834
|
-
"ios",
|
|
3835
|
-
"md"
|
|
3836
|
-
]
|
|
3837
|
-
},
|
|
3838
2947
|
"ion-radio-group/name": {
|
|
3839
2948
|
"type": "string",
|
|
3840
2949
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3841
2950
|
"options": []
|
|
3842
2951
|
},
|
|
3843
|
-
"ion-radio-group/theme": {
|
|
3844
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3845
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3846
|
-
"options": [
|
|
3847
|
-
"ios",
|
|
3848
|
-
"md",
|
|
3849
|
-
"ionic"
|
|
3850
|
-
]
|
|
3851
|
-
},
|
|
3852
2952
|
"ion-radio-group/value": {
|
|
3853
2953
|
"type": "any",
|
|
3854
2954
|
"description": "the value of the radio group.",
|
|
@@ -3916,7 +3016,7 @@
|
|
|
3916
3016
|
},
|
|
3917
3017
|
"ion-range/mode": {
|
|
3918
3018
|
"type": "\"ios\" | \"md\"",
|
|
3919
|
-
"description": "The mode determines
|
|
3019
|
+
"description": "The mode determines which platform styles to use.",
|
|
3920
3020
|
"options": [
|
|
3921
3021
|
"ios",
|
|
3922
3022
|
"md"
|
|
@@ -3947,15 +3047,6 @@
|
|
|
3947
3047
|
"description": "Specifies the value granularity.",
|
|
3948
3048
|
"options": []
|
|
3949
3049
|
},
|
|
3950
|
-
"ion-range/theme": {
|
|
3951
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3952
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3953
|
-
"options": [
|
|
3954
|
-
"ios",
|
|
3955
|
-
"md",
|
|
3956
|
-
"ionic"
|
|
3957
|
-
]
|
|
3958
|
-
},
|
|
3959
3050
|
"ion-range/ticks": {
|
|
3960
3051
|
"type": "boolean",
|
|
3961
3052
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -3978,7 +3069,7 @@
|
|
|
3978
3069
|
},
|
|
3979
3070
|
"ion-refresher/mode": {
|
|
3980
3071
|
"type": "\"ios\" | \"md\"",
|
|
3981
|
-
"description": "The mode determines
|
|
3072
|
+
"description": "The mode determines which platform styles to use.",
|
|
3982
3073
|
"options": [
|
|
3983
3074
|
"ios",
|
|
3984
3075
|
"md"
|
|
@@ -4004,23 +3095,6 @@
|
|
|
4004
3095
|
"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.",
|
|
4005
3096
|
"options": []
|
|
4006
3097
|
},
|
|
4007
|
-
"ion-refresher/theme": {
|
|
4008
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4009
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4010
|
-
"options": [
|
|
4011
|
-
"ios",
|
|
4012
|
-
"md",
|
|
4013
|
-
"ionic"
|
|
4014
|
-
]
|
|
4015
|
-
},
|
|
4016
|
-
"ion-refresher-content/mode": {
|
|
4017
|
-
"type": "\"ios\" | \"md\"",
|
|
4018
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4019
|
-
"options": [
|
|
4020
|
-
"ios",
|
|
4021
|
-
"md"
|
|
4022
|
-
]
|
|
4023
|
-
},
|
|
4024
3098
|
"ion-refresher-content/pulling-icon": {
|
|
4025
3099
|
"type": "null | string | undefined",
|
|
4026
3100
|
"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.",
|
|
@@ -4051,71 +3125,11 @@
|
|
|
4051
3125
|
"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.",
|
|
4052
3126
|
"options": []
|
|
4053
3127
|
},
|
|
4054
|
-
"ion-refresher-content/theme": {
|
|
4055
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4056
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4057
|
-
"options": [
|
|
4058
|
-
"ios",
|
|
4059
|
-
"md",
|
|
4060
|
-
"ionic"
|
|
4061
|
-
]
|
|
4062
|
-
},
|
|
4063
|
-
"ion-reorder/mode": {
|
|
4064
|
-
"type": "\"ios\" | \"md\"",
|
|
4065
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4066
|
-
"options": [
|
|
4067
|
-
"ios",
|
|
4068
|
-
"md"
|
|
4069
|
-
]
|
|
4070
|
-
},
|
|
4071
|
-
"ion-reorder/theme": {
|
|
4072
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4073
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4074
|
-
"options": [
|
|
4075
|
-
"ios",
|
|
4076
|
-
"md",
|
|
4077
|
-
"ionic"
|
|
4078
|
-
]
|
|
4079
|
-
},
|
|
4080
3128
|
"ion-reorder-group/disabled": {
|
|
4081
3129
|
"type": "boolean",
|
|
4082
3130
|
"description": "If `true`, the reorder will be hidden.",
|
|
4083
3131
|
"options": []
|
|
4084
3132
|
},
|
|
4085
|
-
"ion-reorder-group/mode": {
|
|
4086
|
-
"type": "\"ios\" | \"md\"",
|
|
4087
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4088
|
-
"options": [
|
|
4089
|
-
"ios",
|
|
4090
|
-
"md"
|
|
4091
|
-
]
|
|
4092
|
-
},
|
|
4093
|
-
"ion-reorder-group/theme": {
|
|
4094
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4095
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4096
|
-
"options": [
|
|
4097
|
-
"ios",
|
|
4098
|
-
"md",
|
|
4099
|
-
"ionic"
|
|
4100
|
-
]
|
|
4101
|
-
},
|
|
4102
|
-
"ion-ripple-effect/mode": {
|
|
4103
|
-
"type": "\"ios\" | \"md\"",
|
|
4104
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4105
|
-
"options": [
|
|
4106
|
-
"ios",
|
|
4107
|
-
"md"
|
|
4108
|
-
]
|
|
4109
|
-
},
|
|
4110
|
-
"ion-ripple-effect/theme": {
|
|
4111
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4112
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4113
|
-
"options": [
|
|
4114
|
-
"ios",
|
|
4115
|
-
"md",
|
|
4116
|
-
"ionic"
|
|
4117
|
-
]
|
|
4118
|
-
},
|
|
4119
3133
|
"ion-ripple-effect/type": {
|
|
4120
3134
|
"type": "\"bounded\" | \"unbounded\"",
|
|
4121
3135
|
"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.",
|
|
@@ -4144,23 +3158,6 @@
|
|
|
4144
3158
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
|
|
4145
3159
|
"options": []
|
|
4146
3160
|
},
|
|
4147
|
-
"ion-route/mode": {
|
|
4148
|
-
"type": "\"ios\" | \"md\"",
|
|
4149
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4150
|
-
"options": [
|
|
4151
|
-
"ios",
|
|
4152
|
-
"md"
|
|
4153
|
-
]
|
|
4154
|
-
},
|
|
4155
|
-
"ion-route/theme": {
|
|
4156
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4157
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4158
|
-
"options": [
|
|
4159
|
-
"ios",
|
|
4160
|
-
"md",
|
|
4161
|
-
"ionic"
|
|
4162
|
-
]
|
|
4163
|
-
},
|
|
4164
3161
|
"ion-route/url": {
|
|
4165
3162
|
"type": "string",
|
|
4166
3163
|
"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.",
|
|
@@ -4176,28 +3173,11 @@
|
|
|
4176
3173
|
"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.",
|
|
4177
3174
|
"options": []
|
|
4178
3175
|
},
|
|
4179
|
-
"ion-router/mode": {
|
|
4180
|
-
"type": "\"ios\" | \"md\"",
|
|
4181
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4182
|
-
"options": [
|
|
4183
|
-
"ios",
|
|
4184
|
-
"md"
|
|
4185
|
-
]
|
|
4186
|
-
},
|
|
4187
3176
|
"ion-router/root": {
|
|
4188
3177
|
"type": "string",
|
|
4189
3178
|
"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.",
|
|
4190
3179
|
"options": []
|
|
4191
3180
|
},
|
|
4192
|
-
"ion-router/theme": {
|
|
4193
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4194
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4195
|
-
"options": [
|
|
4196
|
-
"ios",
|
|
4197
|
-
"md",
|
|
4198
|
-
"ionic"
|
|
4199
|
-
]
|
|
4200
|
-
},
|
|
4201
3181
|
"ion-router/use-hash": {
|
|
4202
3182
|
"type": "boolean",
|
|
4203
3183
|
"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.",
|
|
@@ -4223,14 +3203,6 @@
|
|
|
4223
3203
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered.",
|
|
4224
3204
|
"options": []
|
|
4225
3205
|
},
|
|
4226
|
-
"ion-router-link/mode": {
|
|
4227
|
-
"type": "\"ios\" | \"md\"",
|
|
4228
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4229
|
-
"options": [
|
|
4230
|
-
"ios",
|
|
4231
|
-
"md"
|
|
4232
|
-
]
|
|
4233
|
-
},
|
|
4234
3206
|
"ion-router-link/rel": {
|
|
4235
3207
|
"type": "string | undefined",
|
|
4236
3208
|
"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).",
|
|
@@ -4255,15 +3227,6 @@
|
|
|
4255
3227
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
4256
3228
|
"options": []
|
|
4257
3229
|
},
|
|
4258
|
-
"ion-router-link/theme": {
|
|
4259
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4260
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4261
|
-
"options": [
|
|
4262
|
-
"ios",
|
|
4263
|
-
"md",
|
|
4264
|
-
"ionic"
|
|
4265
|
-
]
|
|
4266
|
-
},
|
|
4267
3230
|
"ion-router-outlet/animated": {
|
|
4268
3231
|
"type": "boolean",
|
|
4269
3232
|
"description": "If `true`, the router-outlet should animate the transition of components.",
|
|
@@ -4276,38 +3239,12 @@
|
|
|
4276
3239
|
},
|
|
4277
3240
|
"ion-router-outlet/mode": {
|
|
4278
3241
|
"type": "\"ios\" | \"md\"",
|
|
4279
|
-
"description": "The mode determines
|
|
4280
|
-
"options": [
|
|
4281
|
-
"ios",
|
|
4282
|
-
"md"
|
|
4283
|
-
]
|
|
4284
|
-
},
|
|
4285
|
-
"ion-router-outlet/theme": {
|
|
4286
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4287
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4288
|
-
"options": [
|
|
4289
|
-
"ios",
|
|
4290
|
-
"md",
|
|
4291
|
-
"ionic"
|
|
4292
|
-
]
|
|
4293
|
-
},
|
|
4294
|
-
"ion-row/mode": {
|
|
4295
|
-
"type": "\"ios\" | \"md\"",
|
|
4296
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3242
|
+
"description": "The mode determines which platform styles to use.",
|
|
4297
3243
|
"options": [
|
|
4298
3244
|
"ios",
|
|
4299
3245
|
"md"
|
|
4300
3246
|
]
|
|
4301
3247
|
},
|
|
4302
|
-
"ion-row/theme": {
|
|
4303
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4304
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4305
|
-
"options": [
|
|
4306
|
-
"ios",
|
|
4307
|
-
"md",
|
|
4308
|
-
"ionic"
|
|
4309
|
-
]
|
|
4310
|
-
},
|
|
4311
3248
|
"ion-searchbar/animated": {
|
|
4312
3249
|
"type": "boolean",
|
|
4313
3250
|
"description": "If `true`, enable searchbar animation.",
|
|
@@ -4319,61 +3256,61 @@
|
|
|
4319
3256
|
"options": []
|
|
4320
3257
|
},
|
|
4321
3258
|
"ion-searchbar/autocomplete": {
|
|
4322
|
-
"type": "\"name\" | \"
|
|
3259
|
+
"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\"",
|
|
4323
3260
|
"description": "Set the input's autocomplete property.",
|
|
4324
3261
|
"options": [
|
|
4325
3262
|
"name",
|
|
3263
|
+
"email",
|
|
3264
|
+
"tel",
|
|
4326
3265
|
"url",
|
|
4327
|
-
"off",
|
|
4328
3266
|
"on",
|
|
3267
|
+
"off",
|
|
3268
|
+
"honorific-prefix",
|
|
3269
|
+
"given-name",
|
|
4329
3270
|
"additional-name",
|
|
4330
|
-
"
|
|
4331
|
-
"
|
|
4332
|
-
"
|
|
4333
|
-
"
|
|
3271
|
+
"family-name",
|
|
3272
|
+
"honorific-suffix",
|
|
3273
|
+
"nickname",
|
|
3274
|
+
"username",
|
|
3275
|
+
"new-password",
|
|
3276
|
+
"current-password",
|
|
3277
|
+
"one-time-code",
|
|
3278
|
+
"organization-title",
|
|
3279
|
+
"organization",
|
|
3280
|
+
"street-address",
|
|
4334
3281
|
"address-line1",
|
|
4335
3282
|
"address-line2",
|
|
4336
3283
|
"address-line3",
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
"
|
|
4340
|
-
"
|
|
3284
|
+
"address-level4",
|
|
3285
|
+
"address-level3",
|
|
3286
|
+
"address-level2",
|
|
3287
|
+
"address-level1",
|
|
3288
|
+
"country",
|
|
3289
|
+
"country-name",
|
|
3290
|
+
"postal-code",
|
|
3291
|
+
"cc-name",
|
|
3292
|
+
"cc-given-name",
|
|
3293
|
+
"cc-additional-name",
|
|
3294
|
+
"cc-family-name",
|
|
3295
|
+
"cc-number",
|
|
4341
3296
|
"cc-exp",
|
|
4342
3297
|
"cc-exp-month",
|
|
4343
3298
|
"cc-exp-year",
|
|
4344
|
-
"cc-
|
|
4345
|
-
"cc-given-name",
|
|
4346
|
-
"cc-name",
|
|
4347
|
-
"cc-number",
|
|
3299
|
+
"cc-csc",
|
|
4348
3300
|
"cc-type",
|
|
4349
|
-
"country",
|
|
4350
|
-
"country-name",
|
|
4351
|
-
"current-password",
|
|
4352
|
-
"family-name",
|
|
4353
|
-
"given-name",
|
|
4354
|
-
"honorific-prefix",
|
|
4355
|
-
"honorific-suffix",
|
|
4356
|
-
"new-password",
|
|
4357
|
-
"one-time-code",
|
|
4358
|
-
"organization",
|
|
4359
|
-
"postal-code",
|
|
4360
|
-
"street-address",
|
|
4361
|
-
"transaction-amount",
|
|
4362
3301
|
"transaction-currency",
|
|
4363
|
-
"
|
|
4364
|
-
"email",
|
|
4365
|
-
"tel",
|
|
4366
|
-
"tel-area-code",
|
|
4367
|
-
"tel-country-code",
|
|
4368
|
-
"tel-extension",
|
|
4369
|
-
"tel-local",
|
|
4370
|
-
"tel-national",
|
|
4371
|
-
"nickname",
|
|
4372
|
-
"organization-title",
|
|
4373
|
-
"cc-additional-name",
|
|
3302
|
+
"transaction-amount",
|
|
4374
3303
|
"language",
|
|
4375
3304
|
"bday",
|
|
3305
|
+
"bday-day",
|
|
3306
|
+
"bday-month",
|
|
3307
|
+
"bday-year",
|
|
4376
3308
|
"sex",
|
|
3309
|
+
"tel-country-code",
|
|
3310
|
+
"tel-national",
|
|
3311
|
+
"tel-area-code",
|
|
3312
|
+
"tel-local",
|
|
3313
|
+
"tel-extension",
|
|
4377
3314
|
"impp",
|
|
4378
3315
|
"photo"
|
|
4379
3316
|
]
|
|
@@ -4387,18 +3324,18 @@
|
|
|
4387
3324
|
]
|
|
4388
3325
|
},
|
|
4389
3326
|
"ion-searchbar/cancel-button-icon": {
|
|
4390
|
-
"type": "string
|
|
4391
|
-
"description": "Set the cancel button icon. Only
|
|
3327
|
+
"type": "string",
|
|
3328
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`.",
|
|
4392
3329
|
"options": []
|
|
4393
3330
|
},
|
|
4394
3331
|
"ion-searchbar/cancel-button-text": {
|
|
4395
3332
|
"type": "string",
|
|
4396
|
-
"description": "Set the cancel button text. Only
|
|
3333
|
+
"description": "Set the cancel button text. Only applies to `ios` mode.",
|
|
4397
3334
|
"options": []
|
|
4398
3335
|
},
|
|
4399
3336
|
"ion-searchbar/clear-icon": {
|
|
4400
3337
|
"type": "string | undefined",
|
|
4401
|
-
"description": "Set the clear icon. Defaults to
|
|
3338
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
4402
3339
|
"options": []
|
|
4403
3340
|
},
|
|
4404
3341
|
"ion-searchbar/color": {
|
|
@@ -4465,7 +3402,7 @@
|
|
|
4465
3402
|
},
|
|
4466
3403
|
"ion-searchbar/mode": {
|
|
4467
3404
|
"type": "\"ios\" | \"md\"",
|
|
4468
|
-
"description": "The mode determines
|
|
3405
|
+
"description": "The mode determines which platform styles to use.",
|
|
4469
3406
|
"options": [
|
|
4470
3407
|
"ios",
|
|
4471
3408
|
"md"
|
|
@@ -4482,19 +3419,10 @@
|
|
|
4482
3419
|
"options": []
|
|
4483
3420
|
},
|
|
4484
3421
|
"ion-searchbar/search-icon": {
|
|
4485
|
-
"type": "
|
|
4486
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
3422
|
+
"type": "string | undefined",
|
|
3423
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode.",
|
|
4487
3424
|
"options": []
|
|
4488
3425
|
},
|
|
4489
|
-
"ion-searchbar/shape": {
|
|
4490
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4491
|
-
"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.",
|
|
4492
|
-
"options": [
|
|
4493
|
-
"rectangular",
|
|
4494
|
-
"round",
|
|
4495
|
-
"soft"
|
|
4496
|
-
]
|
|
4497
|
-
},
|
|
4498
3426
|
"ion-searchbar/show-cancel-button": {
|
|
4499
3427
|
"type": "\"always\" | \"focus\" | \"never\"",
|
|
4500
3428
|
"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.",
|
|
@@ -4513,29 +3441,11 @@
|
|
|
4513
3441
|
"never"
|
|
4514
3442
|
]
|
|
4515
3443
|
},
|
|
4516
|
-
"ion-searchbar/size": {
|
|
4517
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4518
|
-
"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.",
|
|
4519
|
-
"options": [
|
|
4520
|
-
"large",
|
|
4521
|
-
"medium",
|
|
4522
|
-
"small"
|
|
4523
|
-
]
|
|
4524
|
-
},
|
|
4525
3444
|
"ion-searchbar/spellcheck": {
|
|
4526
3445
|
"type": "boolean",
|
|
4527
3446
|
"description": "If `true`, enable spellcheck on the input.",
|
|
4528
3447
|
"options": []
|
|
4529
3448
|
},
|
|
4530
|
-
"ion-searchbar/theme": {
|
|
4531
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4532
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4533
|
-
"options": [
|
|
4534
|
-
"ios",
|
|
4535
|
-
"md",
|
|
4536
|
-
"ionic"
|
|
4537
|
-
]
|
|
4538
|
-
},
|
|
4539
3449
|
"ion-searchbar/type": {
|
|
4540
3450
|
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
4541
3451
|
"description": "Set the type of the input.",
|
|
@@ -4576,7 +3486,7 @@
|
|
|
4576
3486
|
},
|
|
4577
3487
|
"ion-segment/mode": {
|
|
4578
3488
|
"type": "\"ios\" | \"md\"",
|
|
4579
|
-
"description": "The mode determines
|
|
3489
|
+
"description": "The mode determines which platform styles to use.",
|
|
4580
3490
|
"options": [
|
|
4581
3491
|
"ios",
|
|
4582
3492
|
"md"
|
|
@@ -4597,15 +3507,6 @@
|
|
|
4597
3507
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them.",
|
|
4598
3508
|
"options": []
|
|
4599
3509
|
},
|
|
4600
|
-
"ion-segment/theme": {
|
|
4601
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4602
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4603
|
-
"options": [
|
|
4604
|
-
"ios",
|
|
4605
|
-
"md",
|
|
4606
|
-
"ionic"
|
|
4607
|
-
]
|
|
4608
|
-
},
|
|
4609
3510
|
"ion-segment/value": {
|
|
4610
3511
|
"type": "number | string | undefined",
|
|
4611
3512
|
"description": "the value of the segment.",
|
|
@@ -4635,21 +3536,12 @@
|
|
|
4635
3536
|
},
|
|
4636
3537
|
"ion-segment-button/mode": {
|
|
4637
3538
|
"type": "\"ios\" | \"md\"",
|
|
4638
|
-
"description": "The mode determines
|
|
3539
|
+
"description": "The mode determines which platform styles to use.",
|
|
4639
3540
|
"options": [
|
|
4640
3541
|
"ios",
|
|
4641
3542
|
"md"
|
|
4642
3543
|
]
|
|
4643
3544
|
},
|
|
4644
|
-
"ion-segment-button/theme": {
|
|
4645
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4646
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4647
|
-
"options": [
|
|
4648
|
-
"ios",
|
|
4649
|
-
"md",
|
|
4650
|
-
"ionic"
|
|
4651
|
-
]
|
|
4652
|
-
},
|
|
4653
3545
|
"ion-segment-button/type": {
|
|
4654
3546
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
4655
3547
|
"description": "The type of the button.",
|
|
@@ -4706,12 +3598,12 @@
|
|
|
4706
3598
|
},
|
|
4707
3599
|
"ion-select/expanded-icon": {
|
|
4708
3600
|
"type": "string | undefined",
|
|
4709
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
3601
|
+
"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.",
|
|
4710
3602
|
"options": []
|
|
4711
3603
|
},
|
|
4712
3604
|
"ion-select/fill": {
|
|
4713
3605
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
4714
|
-
"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
|
|
3606
|
+
"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.",
|
|
4715
3607
|
"options": [
|
|
4716
3608
|
"outline",
|
|
4717
3609
|
"solid"
|
|
@@ -4764,7 +3656,7 @@
|
|
|
4764
3656
|
},
|
|
4765
3657
|
"ion-select/mode": {
|
|
4766
3658
|
"type": "\"ios\" | \"md\"",
|
|
4767
|
-
"description": "The mode determines
|
|
3659
|
+
"description": "The mode determines which platform styles to use.",
|
|
4768
3660
|
"options": [
|
|
4769
3661
|
"ios",
|
|
4770
3662
|
"md"
|
|
@@ -4801,35 +3693,15 @@
|
|
|
4801
3693
|
"options": []
|
|
4802
3694
|
},
|
|
4803
3695
|
"ion-select/shape": {
|
|
4804
|
-
"type": "\"
|
|
4805
|
-
"description": "
|
|
4806
|
-
"options": [
|
|
4807
|
-
"rectangular",
|
|
4808
|
-
"round",
|
|
4809
|
-
"soft"
|
|
4810
|
-
]
|
|
4811
|
-
},
|
|
4812
|
-
"ion-select/size": {
|
|
4813
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4814
|
-
"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.",
|
|
4815
|
-
"options": [
|
|
4816
|
-
"large",
|
|
4817
|
-
"medium",
|
|
4818
|
-
"small"
|
|
4819
|
-
]
|
|
4820
|
-
},
|
|
4821
|
-
"ion-select/theme": {
|
|
4822
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4823
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3696
|
+
"type": "\"round\" | undefined",
|
|
3697
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
4824
3698
|
"options": [
|
|
4825
|
-
"
|
|
4826
|
-
"md",
|
|
4827
|
-
"ionic"
|
|
3699
|
+
"round"
|
|
4828
3700
|
]
|
|
4829
3701
|
},
|
|
4830
3702
|
"ion-select/toggle-icon": {
|
|
4831
3703
|
"type": "string | undefined",
|
|
4832
|
-
"description": "The toggle icon to use. Defaults to
|
|
3704
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
4833
3705
|
"options": []
|
|
4834
3706
|
},
|
|
4835
3707
|
"ion-select/value": {
|
|
@@ -4857,23 +3729,6 @@
|
|
|
4857
3729
|
"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.",
|
|
4858
3730
|
"options": []
|
|
4859
3731
|
},
|
|
4860
|
-
"ion-select-option/mode": {
|
|
4861
|
-
"type": "\"ios\" | \"md\"",
|
|
4862
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4863
|
-
"options": [
|
|
4864
|
-
"ios",
|
|
4865
|
-
"md"
|
|
4866
|
-
]
|
|
4867
|
-
},
|
|
4868
|
-
"ion-select-option/theme": {
|
|
4869
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4870
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4871
|
-
"options": [
|
|
4872
|
-
"ios",
|
|
4873
|
-
"md",
|
|
4874
|
-
"ionic"
|
|
4875
|
-
]
|
|
4876
|
-
},
|
|
4877
3732
|
"ion-select-option/value": {
|
|
4878
3733
|
"type": "any",
|
|
4879
3734
|
"description": "The text value of the option.",
|
|
@@ -4884,23 +3739,6 @@
|
|
|
4884
3739
|
"description": "If `true`, the skeleton text will animate.",
|
|
4885
3740
|
"options": []
|
|
4886
3741
|
},
|
|
4887
|
-
"ion-skeleton-text/mode": {
|
|
4888
|
-
"type": "\"ios\" | \"md\"",
|
|
4889
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4890
|
-
"options": [
|
|
4891
|
-
"ios",
|
|
4892
|
-
"md"
|
|
4893
|
-
]
|
|
4894
|
-
},
|
|
4895
|
-
"ion-skeleton-text/theme": {
|
|
4896
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4897
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4898
|
-
"options": [
|
|
4899
|
-
"ios",
|
|
4900
|
-
"md",
|
|
4901
|
-
"ionic"
|
|
4902
|
-
]
|
|
4903
|
-
},
|
|
4904
3742
|
"ion-spinner/color": {
|
|
4905
3743
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
4906
3744
|
"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).",
|
|
@@ -4921,14 +3759,6 @@
|
|
|
4921
3759
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
|
|
4922
3760
|
"options": []
|
|
4923
3761
|
},
|
|
4924
|
-
"ion-spinner/mode": {
|
|
4925
|
-
"type": "\"ios\" | \"md\"",
|
|
4926
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4927
|
-
"options": [
|
|
4928
|
-
"ios",
|
|
4929
|
-
"md"
|
|
4930
|
-
]
|
|
4931
|
-
},
|
|
4932
3762
|
"ion-spinner/name": {
|
|
4933
3763
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
|
|
4934
3764
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -4949,26 +3779,6 @@
|
|
|
4949
3779
|
"description": "If `true`, the spinner's animation will be paused.",
|
|
4950
3780
|
"options": []
|
|
4951
3781
|
},
|
|
4952
|
-
"ion-spinner/size": {
|
|
4953
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
|
|
4954
|
-
"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.",
|
|
4955
|
-
"options": [
|
|
4956
|
-
"large",
|
|
4957
|
-
"medium",
|
|
4958
|
-
"small",
|
|
4959
|
-
"xlarge",
|
|
4960
|
-
"xsmall"
|
|
4961
|
-
]
|
|
4962
|
-
},
|
|
4963
|
-
"ion-spinner/theme": {
|
|
4964
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4965
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4966
|
-
"options": [
|
|
4967
|
-
"ios",
|
|
4968
|
-
"md",
|
|
4969
|
-
"ionic"
|
|
4970
|
-
]
|
|
4971
|
-
},
|
|
4972
3782
|
"ion-split-pane/content-id": {
|
|
4973
3783
|
"type": "string | undefined",
|
|
4974
3784
|
"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`.",
|
|
@@ -4979,23 +3789,6 @@
|
|
|
4979
3789
|
"description": "If `true`, the split pane will be hidden.",
|
|
4980
3790
|
"options": []
|
|
4981
3791
|
},
|
|
4982
|
-
"ion-split-pane/mode": {
|
|
4983
|
-
"type": "\"ios\" | \"md\"",
|
|
4984
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4985
|
-
"options": [
|
|
4986
|
-
"ios",
|
|
4987
|
-
"md"
|
|
4988
|
-
]
|
|
4989
|
-
},
|
|
4990
|
-
"ion-split-pane/theme": {
|
|
4991
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4992
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4993
|
-
"options": [
|
|
4994
|
-
"ios",
|
|
4995
|
-
"md",
|
|
4996
|
-
"ionic"
|
|
4997
|
-
]
|
|
4998
|
-
},
|
|
4999
3792
|
"ion-split-pane/when": {
|
|
5000
3793
|
"type": "boolean | string",
|
|
5001
3794
|
"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.",
|
|
@@ -5006,28 +3799,11 @@
|
|
|
5006
3799
|
"description": "The component to display inside of the tab.",
|
|
5007
3800
|
"options": []
|
|
5008
3801
|
},
|
|
5009
|
-
"ion-tab/mode": {
|
|
5010
|
-
"type": "\"ios\" | \"md\"",
|
|
5011
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5012
|
-
"options": [
|
|
5013
|
-
"ios",
|
|
5014
|
-
"md"
|
|
5015
|
-
]
|
|
5016
|
-
},
|
|
5017
3802
|
"ion-tab/tab": {
|
|
5018
3803
|
"type": "string",
|
|
5019
3804
|
"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.",
|
|
5020
3805
|
"options": []
|
|
5021
3806
|
},
|
|
5022
|
-
"ion-tab/theme": {
|
|
5023
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5024
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5025
|
-
"options": [
|
|
5026
|
-
"ios",
|
|
5027
|
-
"md",
|
|
5028
|
-
"ionic"
|
|
5029
|
-
]
|
|
5030
|
-
},
|
|
5031
3807
|
"ion-tab-bar/color": {
|
|
5032
3808
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5033
3809
|
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
@@ -5043,17 +3819,9 @@
|
|
|
5043
3819
|
"warning"
|
|
5044
3820
|
]
|
|
5045
3821
|
},
|
|
5046
|
-
"ion-tab-bar/expand": {
|
|
5047
|
-
"type": "\"compact\" | \"full\"",
|
|
5048
|
-
"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\"`.",
|
|
5049
|
-
"options": [
|
|
5050
|
-
"compact",
|
|
5051
|
-
"full"
|
|
5052
|
-
]
|
|
5053
|
-
},
|
|
5054
3822
|
"ion-tab-bar/mode": {
|
|
5055
3823
|
"type": "\"ios\" | \"md\"",
|
|
5056
|
-
"description": "The mode determines
|
|
3824
|
+
"description": "The mode determines which platform styles to use.",
|
|
5057
3825
|
"options": [
|
|
5058
3826
|
"ios",
|
|
5059
3827
|
"md"
|
|
@@ -5064,27 +3832,9 @@
|
|
|
5064
3832
|
"description": "The selected tab component",
|
|
5065
3833
|
"options": []
|
|
5066
3834
|
},
|
|
5067
|
-
"ion-tab-bar/shape": {
|
|
5068
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5069
|
-
"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.",
|
|
5070
|
-
"options": [
|
|
5071
|
-
"rectangular",
|
|
5072
|
-
"round",
|
|
5073
|
-
"soft"
|
|
5074
|
-
]
|
|
5075
|
-
},
|
|
5076
|
-
"ion-tab-bar/theme": {
|
|
5077
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5078
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5079
|
-
"options": [
|
|
5080
|
-
"ios",
|
|
5081
|
-
"md",
|
|
5082
|
-
"ionic"
|
|
5083
|
-
]
|
|
5084
|
-
},
|
|
5085
3835
|
"ion-tab-bar/translucent": {
|
|
5086
3836
|
"type": "boolean",
|
|
5087
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
3837
|
+
"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).",
|
|
5088
3838
|
"options": []
|
|
5089
3839
|
},
|
|
5090
3840
|
"ion-tab-button/disabled": {
|
|
@@ -5116,7 +3866,7 @@
|
|
|
5116
3866
|
},
|
|
5117
3867
|
"ion-tab-button/mode": {
|
|
5118
3868
|
"type": "\"ios\" | \"md\"",
|
|
5119
|
-
"description": "The mode determines
|
|
3869
|
+
"description": "The mode determines which platform styles to use.",
|
|
5120
3870
|
"options": [
|
|
5121
3871
|
"ios",
|
|
5122
3872
|
"md"
|
|
@@ -5132,15 +3882,6 @@
|
|
|
5132
3882
|
"description": "The selected tab component",
|
|
5133
3883
|
"options": []
|
|
5134
3884
|
},
|
|
5135
|
-
"ion-tab-button/shape": {
|
|
5136
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5137
|
-
"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.",
|
|
5138
|
-
"options": [
|
|
5139
|
-
"rectangular",
|
|
5140
|
-
"round",
|
|
5141
|
-
"soft"
|
|
5142
|
-
]
|
|
5143
|
-
},
|
|
5144
3885
|
"ion-tab-button/tab": {
|
|
5145
3886
|
"type": "string | undefined",
|
|
5146
3887
|
"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.",
|
|
@@ -5151,32 +3892,6 @@
|
|
|
5151
3892
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
5152
3893
|
"options": []
|
|
5153
3894
|
},
|
|
5154
|
-
"ion-tab-button/theme": {
|
|
5155
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5156
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5157
|
-
"options": [
|
|
5158
|
-
"ios",
|
|
5159
|
-
"md",
|
|
5160
|
-
"ionic"
|
|
5161
|
-
]
|
|
5162
|
-
},
|
|
5163
|
-
"ion-tabs/mode": {
|
|
5164
|
-
"type": "\"ios\" | \"md\"",
|
|
5165
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5166
|
-
"options": [
|
|
5167
|
-
"ios",
|
|
5168
|
-
"md"
|
|
5169
|
-
]
|
|
5170
|
-
},
|
|
5171
|
-
"ion-tabs/theme": {
|
|
5172
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5173
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5174
|
-
"options": [
|
|
5175
|
-
"ios",
|
|
5176
|
-
"md",
|
|
5177
|
-
"ionic"
|
|
5178
|
-
]
|
|
5179
|
-
},
|
|
5180
3895
|
"ion-text/color": {
|
|
5181
3896
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5182
3897
|
"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).",
|
|
@@ -5194,21 +3909,12 @@
|
|
|
5194
3909
|
},
|
|
5195
3910
|
"ion-text/mode": {
|
|
5196
3911
|
"type": "\"ios\" | \"md\"",
|
|
5197
|
-
"description": "The mode determines
|
|
3912
|
+
"description": "The mode determines which platform styles to use.",
|
|
5198
3913
|
"options": [
|
|
5199
3914
|
"ios",
|
|
5200
3915
|
"md"
|
|
5201
3916
|
]
|
|
5202
3917
|
},
|
|
5203
|
-
"ion-text/theme": {
|
|
5204
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5205
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5206
|
-
"options": [
|
|
5207
|
-
"ios",
|
|
5208
|
-
"md",
|
|
5209
|
-
"ionic"
|
|
5210
|
-
]
|
|
5211
|
-
},
|
|
5212
3918
|
"ion-textarea/auto-grow": {
|
|
5213
3919
|
"type": "boolean",
|
|
5214
3920
|
"description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
|
|
@@ -5289,7 +3995,7 @@
|
|
|
5289
3995
|
},
|
|
5290
3996
|
"ion-textarea/fill": {
|
|
5291
3997
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
5292
|
-
"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
|
|
3998
|
+
"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.",
|
|
5293
3999
|
"options": [
|
|
5294
4000
|
"outline",
|
|
5295
4001
|
"solid"
|
|
@@ -5342,7 +4048,7 @@
|
|
|
5342
4048
|
},
|
|
5343
4049
|
"ion-textarea/mode": {
|
|
5344
4050
|
"type": "\"ios\" | \"md\"",
|
|
5345
|
-
"description": "The mode determines
|
|
4051
|
+
"description": "The mode determines which platform styles to use.",
|
|
5346
4052
|
"options": [
|
|
5347
4053
|
"ios",
|
|
5348
4054
|
"md"
|
|
@@ -5374,21 +4080,10 @@
|
|
|
5374
4080
|
"options": []
|
|
5375
4081
|
},
|
|
5376
4082
|
"ion-textarea/shape": {
|
|
5377
|
-
"type": "\"
|
|
5378
|
-
"description": "
|
|
5379
|
-
"options": [
|
|
5380
|
-
"rectangular",
|
|
5381
|
-
"round",
|
|
5382
|
-
"soft"
|
|
5383
|
-
]
|
|
5384
|
-
},
|
|
5385
|
-
"ion-textarea/size": {
|
|
5386
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
5387
|
-
"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.",
|
|
4083
|
+
"type": "\"round\" | undefined",
|
|
4084
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
5388
4085
|
"options": [
|
|
5389
|
-
"
|
|
5390
|
-
"medium",
|
|
5391
|
-
"small"
|
|
4086
|
+
"round"
|
|
5392
4087
|
]
|
|
5393
4088
|
},
|
|
5394
4089
|
"ion-textarea/spellcheck": {
|
|
@@ -5396,15 +4091,6 @@
|
|
|
5396
4091
|
"description": "If `true`, the element will have its spelling and grammar checked.",
|
|
5397
4092
|
"options": []
|
|
5398
4093
|
},
|
|
5399
|
-
"ion-textarea/theme": {
|
|
5400
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5401
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5402
|
-
"options": [
|
|
5403
|
-
"ios",
|
|
5404
|
-
"md",
|
|
5405
|
-
"ionic"
|
|
5406
|
-
]
|
|
5407
|
-
},
|
|
5408
4094
|
"ion-textarea/value": {
|
|
5409
4095
|
"type": "null | string | undefined",
|
|
5410
4096
|
"description": "The value of the textarea.",
|
|
@@ -5419,23 +4105,6 @@
|
|
|
5419
4105
|
"soft"
|
|
5420
4106
|
]
|
|
5421
4107
|
},
|
|
5422
|
-
"ion-thumbnail/mode": {
|
|
5423
|
-
"type": "\"ios\" | \"md\"",
|
|
5424
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5425
|
-
"options": [
|
|
5426
|
-
"ios",
|
|
5427
|
-
"md"
|
|
5428
|
-
]
|
|
5429
|
-
},
|
|
5430
|
-
"ion-thumbnail/theme": {
|
|
5431
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5432
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5433
|
-
"options": [
|
|
5434
|
-
"ios",
|
|
5435
|
-
"md",
|
|
5436
|
-
"ionic"
|
|
5437
|
-
]
|
|
5438
|
-
},
|
|
5439
4108
|
"ion-title/color": {
|
|
5440
4109
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5441
4110
|
"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).",
|
|
@@ -5451,14 +4120,6 @@
|
|
|
5451
4120
|
"warning"
|
|
5452
4121
|
]
|
|
5453
4122
|
},
|
|
5454
|
-
"ion-title/mode": {
|
|
5455
|
-
"type": "\"ios\" | \"md\"",
|
|
5456
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5457
|
-
"options": [
|
|
5458
|
-
"ios",
|
|
5459
|
-
"md"
|
|
5460
|
-
]
|
|
5461
|
-
},
|
|
5462
4123
|
"ion-title/size": {
|
|
5463
4124
|
"type": "\"large\" | \"small\" | undefined",
|
|
5464
4125
|
"description": "The size of the toolbar title.",
|
|
@@ -5467,15 +4128,6 @@
|
|
|
5467
4128
|
"small"
|
|
5468
4129
|
]
|
|
5469
4130
|
},
|
|
5470
|
-
"ion-title/theme": {
|
|
5471
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5472
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5473
|
-
"options": [
|
|
5474
|
-
"ios",
|
|
5475
|
-
"md",
|
|
5476
|
-
"ionic"
|
|
5477
|
-
]
|
|
5478
|
-
},
|
|
5479
4131
|
"ion-toast/animated": {
|
|
5480
4132
|
"type": "boolean",
|
|
5481
4133
|
"description": "If `true`, the toast will animate.",
|
|
@@ -5526,14 +4178,6 @@
|
|
|
5526
4178
|
"description": "Additional attributes to pass to the toast.",
|
|
5527
4179
|
"options": []
|
|
5528
4180
|
},
|
|
5529
|
-
"ion-toast/hue": {
|
|
5530
|
-
"type": "\"bold\" | \"subtle\" | undefined",
|
|
5531
|
-
"description": "Set to `\"bold\"` for a toast with vibrant, bold colors or to `\"subtle\"` for\na toast with muted, subtle colors.\n\nOnly applies to the `ionic` theme.",
|
|
5532
|
-
"options": [
|
|
5533
|
-
"bold",
|
|
5534
|
-
"subtle"
|
|
5535
|
-
]
|
|
5536
|
-
},
|
|
5537
4181
|
"ion-toast/icon": {
|
|
5538
4182
|
"type": "string | undefined",
|
|
5539
4183
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -5569,7 +4213,7 @@
|
|
|
5569
4213
|
},
|
|
5570
4214
|
"ion-toast/mode": {
|
|
5571
4215
|
"type": "\"ios\" | \"md\"",
|
|
5572
|
-
"description": "The mode determines
|
|
4216
|
+
"description": "The mode determines which platform styles to use.",
|
|
5573
4217
|
"options": [
|
|
5574
4218
|
"ios",
|
|
5575
4219
|
"md"
|
|
@@ -5589,15 +4233,6 @@
|
|
|
5589
4233
|
"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.",
|
|
5590
4234
|
"options": []
|
|
5591
4235
|
},
|
|
5592
|
-
"ion-toast/shape": {
|
|
5593
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5594
|
-
"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.",
|
|
5595
|
-
"options": [
|
|
5596
|
-
"rectangular",
|
|
5597
|
-
"round",
|
|
5598
|
-
"soft"
|
|
5599
|
-
]
|
|
5600
|
-
},
|
|
5601
4236
|
"ion-toast/swipe-gesture": {
|
|
5602
4237
|
"type": "\"vertical\" | undefined",
|
|
5603
4238
|
"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.",
|
|
@@ -5605,18 +4240,9 @@
|
|
|
5605
4240
|
"vertical"
|
|
5606
4241
|
]
|
|
5607
4242
|
},
|
|
5608
|
-
"ion-toast/theme": {
|
|
5609
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5610
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5611
|
-
"options": [
|
|
5612
|
-
"ios",
|
|
5613
|
-
"md",
|
|
5614
|
-
"ionic"
|
|
5615
|
-
]
|
|
5616
|
-
},
|
|
5617
4243
|
"ion-toast/translucent": {
|
|
5618
4244
|
"type": "boolean",
|
|
5619
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
4245
|
+
"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).",
|
|
5620
4246
|
"options": []
|
|
5621
4247
|
},
|
|
5622
4248
|
"ion-toast/trigger": {
|
|
@@ -5693,7 +4319,7 @@
|
|
|
5693
4319
|
},
|
|
5694
4320
|
"ion-toggle/mode": {
|
|
5695
4321
|
"type": "\"ios\" | \"md\"",
|
|
5696
|
-
"description": "The mode determines
|
|
4322
|
+
"description": "The mode determines which platform styles to use.",
|
|
5697
4323
|
"options": [
|
|
5698
4324
|
"ios",
|
|
5699
4325
|
"md"
|
|
@@ -5709,15 +4335,6 @@
|
|
|
5709
4335
|
"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.",
|
|
5710
4336
|
"options": []
|
|
5711
4337
|
},
|
|
5712
|
-
"ion-toggle/theme": {
|
|
5713
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5714
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5715
|
-
"options": [
|
|
5716
|
-
"ios",
|
|
5717
|
-
"md",
|
|
5718
|
-
"ionic"
|
|
5719
|
-
]
|
|
5720
|
-
},
|
|
5721
4338
|
"ion-toggle/value": {
|
|
5722
4339
|
"type": "null | string | undefined",
|
|
5723
4340
|
"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>`.",
|
|
@@ -5740,19 +4357,10 @@
|
|
|
5740
4357
|
},
|
|
5741
4358
|
"ion-toolbar/mode": {
|
|
5742
4359
|
"type": "\"ios\" | \"md\"",
|
|
5743
|
-
"description": "The mode determines
|
|
4360
|
+
"description": "The mode determines which platform styles to use.",
|
|
5744
4361
|
"options": [
|
|
5745
4362
|
"ios",
|
|
5746
4363
|
"md"
|
|
5747
4364
|
]
|
|
5748
|
-
},
|
|
5749
|
-
"ion-toolbar/theme": {
|
|
5750
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5751
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5752
|
-
"options": [
|
|
5753
|
-
"ios",
|
|
5754
|
-
"md",
|
|
5755
|
-
"ionic"
|
|
5756
|
-
]
|
|
5757
4365
|
}
|
|
5758
4366
|
}
|