@ionic/vue 8.8.3-dev.11774545677.151db026 → 8.8.3-dev.11774956231.12ab3ff2
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 +161 -200
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +103 -1551
- package/dist/vetur/tags.json +45 -226
- package/dist/web-types.json +122 -1571
- 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.",
|
|
@@ -667,7 +477,7 @@
|
|
|
667
477
|
},
|
|
668
478
|
"ion-button/fill": {
|
|
669
479
|
"type": "\"clear\" | \"default\" | \"outline\" | \"solid\" | undefined",
|
|
670
|
-
"description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except
|
|
480
|
+
"description": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a toolbar, where the default is `\"clear\"`.",
|
|
671
481
|
"options": [
|
|
672
482
|
"clear",
|
|
673
483
|
"default",
|
|
@@ -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.",
|
|
@@ -1212,36 +873,6 @@
|
|
|
1212
873
|
"description": "The amount to offset the column for xs screens, in terms of how many columns it should shift\nto the end of the total available.",
|
|
1213
874
|
"options": []
|
|
1214
875
|
},
|
|
1215
|
-
"ion-col/order": {
|
|
1216
|
-
"type": "string | undefined",
|
|
1217
|
-
"description": "The order of the column, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
1218
|
-
"options": []
|
|
1219
|
-
},
|
|
1220
|
-
"ion-col/order-lg": {
|
|
1221
|
-
"type": "string | undefined",
|
|
1222
|
-
"description": "The order of the column for lg screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
1223
|
-
"options": []
|
|
1224
|
-
},
|
|
1225
|
-
"ion-col/order-md": {
|
|
1226
|
-
"type": "string | undefined",
|
|
1227
|
-
"description": "The order of the column for md screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
1228
|
-
"options": []
|
|
1229
|
-
},
|
|
1230
|
-
"ion-col/order-sm": {
|
|
1231
|
-
"type": "string | undefined",
|
|
1232
|
-
"description": "The order of the column for sm screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
1233
|
-
"options": []
|
|
1234
|
-
},
|
|
1235
|
-
"ion-col/order-xl": {
|
|
1236
|
-
"type": "string | undefined",
|
|
1237
|
-
"description": "The order of the column for xl screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
1238
|
-
"options": []
|
|
1239
|
-
},
|
|
1240
|
-
"ion-col/order-xs": {
|
|
1241
|
-
"type": "string | undefined",
|
|
1242
|
-
"description": "The order of the column for xs screens, in terms of where the column should position itself in the columns renderer.\nIf no value is passed, the column order implicit value will be the order in the html structure.",
|
|
1243
|
-
"options": []
|
|
1244
|
-
},
|
|
1245
876
|
"ion-col/pull": {
|
|
1246
877
|
"type": "string | undefined",
|
|
1247
878
|
"description": "The amount to pull the column, in terms of how many columns it should shift to the start of\nthe total available.",
|
|
@@ -1332,15 +963,6 @@
|
|
|
1332
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.",
|
|
1333
964
|
"options": []
|
|
1334
965
|
},
|
|
1335
|
-
"ion-col/theme": {
|
|
1336
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1337
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1338
|
-
"options": [
|
|
1339
|
-
"ios",
|
|
1340
|
-
"md",
|
|
1341
|
-
"ionic"
|
|
1342
|
-
]
|
|
1343
|
-
},
|
|
1344
966
|
"ion-content/color": {
|
|
1345
967
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
1346
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).",
|
|
@@ -1374,14 +996,6 @@
|
|
|
1374
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.",
|
|
1375
997
|
"options": []
|
|
1376
998
|
},
|
|
1377
|
-
"ion-content/mode": {
|
|
1378
|
-
"type": "\"ios\" | \"md\"",
|
|
1379
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1380
|
-
"options": [
|
|
1381
|
-
"ios",
|
|
1382
|
-
"md"
|
|
1383
|
-
]
|
|
1384
|
-
},
|
|
1385
999
|
"ion-content/scroll-events": {
|
|
1386
1000
|
"type": "boolean",
|
|
1387
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`.",
|
|
@@ -1397,15 +1011,6 @@
|
|
|
1397
1011
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`.",
|
|
1398
1012
|
"options": []
|
|
1399
1013
|
},
|
|
1400
|
-
"ion-content/theme": {
|
|
1401
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1402
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1403
|
-
"options": [
|
|
1404
|
-
"ios",
|
|
1405
|
-
"md",
|
|
1406
|
-
"ionic"
|
|
1407
|
-
]
|
|
1408
|
-
},
|
|
1409
1014
|
"ion-datetime/cancel-text": {
|
|
1410
1015
|
"type": "string",
|
|
1411
1016
|
"description": "The text to display on the picker's cancel button.",
|
|
@@ -1503,7 +1108,7 @@
|
|
|
1503
1108
|
},
|
|
1504
1109
|
"ion-datetime/mode": {
|
|
1505
1110
|
"type": "\"ios\" | \"md\"",
|
|
1506
|
-
"description": "The mode determines
|
|
1111
|
+
"description": "The mode determines which platform styles to use.",
|
|
1507
1112
|
"options": [
|
|
1508
1113
|
"ios",
|
|
1509
1114
|
"md"
|
|
@@ -1580,15 +1185,6 @@
|
|
|
1580
1185
|
"fixed"
|
|
1581
1186
|
]
|
|
1582
1187
|
},
|
|
1583
|
-
"ion-datetime/theme": {
|
|
1584
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1585
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1586
|
-
"options": [
|
|
1587
|
-
"ios",
|
|
1588
|
-
"md",
|
|
1589
|
-
"ionic"
|
|
1590
|
-
]
|
|
1591
|
-
},
|
|
1592
1188
|
"ion-datetime/title-selected-dates-formatter": {
|
|
1593
1189
|
"type": "((selectedDates: string[]) => string) | undefined",
|
|
1594
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.",
|
|
@@ -1631,39 +1227,12 @@
|
|
|
1631
1227
|
},
|
|
1632
1228
|
"ion-datetime-button/mode": {
|
|
1633
1229
|
"type": "\"ios\" | \"md\"",
|
|
1634
|
-
"description": "The mode determines
|
|
1230
|
+
"description": "The mode determines which platform styles to use.",
|
|
1635
1231
|
"options": [
|
|
1636
1232
|
"ios",
|
|
1637
1233
|
"md"
|
|
1638
1234
|
]
|
|
1639
1235
|
},
|
|
1640
|
-
"ion-datetime-button/theme": {
|
|
1641
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1642
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1643
|
-
"options": [
|
|
1644
|
-
"ios",
|
|
1645
|
-
"md",
|
|
1646
|
-
"ionic"
|
|
1647
|
-
]
|
|
1648
|
-
},
|
|
1649
|
-
"ion-divider/inset": {
|
|
1650
|
-
"type": "boolean",
|
|
1651
|
-
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`",
|
|
1652
|
-
"options": []
|
|
1653
|
-
},
|
|
1654
|
-
"ion-divider/spacing": {
|
|
1655
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | \"xxlarge\" | \"xxsmall\" | undefined",
|
|
1656
|
-
"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\"`.",
|
|
1657
|
-
"options": [
|
|
1658
|
-
"large",
|
|
1659
|
-
"medium",
|
|
1660
|
-
"small",
|
|
1661
|
-
"xlarge",
|
|
1662
|
-
"xsmall",
|
|
1663
|
-
"xxlarge",
|
|
1664
|
-
"xxsmall"
|
|
1665
|
-
]
|
|
1666
|
-
},
|
|
1667
1236
|
"ion-fab/activated": {
|
|
1668
1237
|
"type": "boolean",
|
|
1669
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.",
|
|
@@ -1683,26 +1252,9 @@
|
|
|
1683
1252
|
"start"
|
|
1684
1253
|
]
|
|
1685
1254
|
},
|
|
1686
|
-
"ion-fab/
|
|
1687
|
-
"type": "\"
|
|
1688
|
-
"description": "
|
|
1689
|
-
"options": [
|
|
1690
|
-
"ios",
|
|
1691
|
-
"md"
|
|
1692
|
-
]
|
|
1693
|
-
},
|
|
1694
|
-
"ion-fab/theme": {
|
|
1695
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1696
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1697
|
-
"options": [
|
|
1698
|
-
"ios",
|
|
1699
|
-
"md",
|
|
1700
|
-
"ionic"
|
|
1701
|
-
]
|
|
1702
|
-
},
|
|
1703
|
-
"ion-fab/vertical": {
|
|
1704
|
-
"type": "\"bottom\" | \"center\" | \"top\" | undefined",
|
|
1705
|
-
"description": "Where to align the fab vertically in the viewport.",
|
|
1255
|
+
"ion-fab/vertical": {
|
|
1256
|
+
"type": "\"bottom\" | \"center\" | \"top\" | undefined",
|
|
1257
|
+
"description": "Where to align the fab vertically in the viewport.",
|
|
1706
1258
|
"options": [
|
|
1707
1259
|
"bottom",
|
|
1708
1260
|
"center",
|
|
@@ -1715,7 +1267,7 @@
|
|
|
1715
1267
|
"options": []
|
|
1716
1268
|
},
|
|
1717
1269
|
"ion-fab-button/close-icon": {
|
|
1718
|
-
"type": "string
|
|
1270
|
+
"type": "string",
|
|
1719
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.",
|
|
1720
1272
|
"options": []
|
|
1721
1273
|
},
|
|
@@ -1751,7 +1303,7 @@
|
|
|
1751
1303
|
},
|
|
1752
1304
|
"ion-fab-button/mode": {
|
|
1753
1305
|
"type": "\"ios\" | \"md\"",
|
|
1754
|
-
"description": "The mode determines
|
|
1306
|
+
"description": "The mode determines which platform styles to use.",
|
|
1755
1307
|
"options": [
|
|
1756
1308
|
"ios",
|
|
1757
1309
|
"md"
|
|
@@ -1793,18 +1345,9 @@
|
|
|
1793
1345
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
1794
1346
|
"options": []
|
|
1795
1347
|
},
|
|
1796
|
-
"ion-fab-button/theme": {
|
|
1797
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1798
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1799
|
-
"options": [
|
|
1800
|
-
"ios",
|
|
1801
|
-
"md",
|
|
1802
|
-
"ionic"
|
|
1803
|
-
]
|
|
1804
|
-
},
|
|
1805
1348
|
"ion-fab-button/translucent": {
|
|
1806
1349
|
"type": "boolean",
|
|
1807
|
-
"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).",
|
|
1808
1351
|
"options": []
|
|
1809
1352
|
},
|
|
1810
1353
|
"ion-fab-button/type": {
|
|
@@ -1821,14 +1364,6 @@
|
|
|
1821
1364
|
"description": "If `true`, the fab list will show all fab buttons in the list.",
|
|
1822
1365
|
"options": []
|
|
1823
1366
|
},
|
|
1824
|
-
"ion-fab-list/mode": {
|
|
1825
|
-
"type": "\"ios\" | \"md\"",
|
|
1826
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1827
|
-
"options": [
|
|
1828
|
-
"ios",
|
|
1829
|
-
"md"
|
|
1830
|
-
]
|
|
1831
|
-
},
|
|
1832
1367
|
"ion-fab-list/side": {
|
|
1833
1368
|
"type": "\"bottom\" | \"end\" | \"start\" | \"top\"",
|
|
1834
1369
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -1839,42 +1374,24 @@
|
|
|
1839
1374
|
"top"
|
|
1840
1375
|
]
|
|
1841
1376
|
},
|
|
1842
|
-
"ion-fab-list/theme": {
|
|
1843
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1844
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1845
|
-
"options": [
|
|
1846
|
-
"ios",
|
|
1847
|
-
"md",
|
|
1848
|
-
"ionic"
|
|
1849
|
-
]
|
|
1850
|
-
},
|
|
1851
1377
|
"ion-footer/collapse": {
|
|
1852
1378
|
"type": "\"fade\" | undefined",
|
|
1853
|
-
"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.",
|
|
1854
1380
|
"options": [
|
|
1855
1381
|
"fade"
|
|
1856
1382
|
]
|
|
1857
1383
|
},
|
|
1858
1384
|
"ion-footer/mode": {
|
|
1859
1385
|
"type": "\"ios\" | \"md\"",
|
|
1860
|
-
"description": "The mode determines
|
|
1386
|
+
"description": "The mode determines which platform styles to use.",
|
|
1861
1387
|
"options": [
|
|
1862
1388
|
"ios",
|
|
1863
1389
|
"md"
|
|
1864
1390
|
]
|
|
1865
1391
|
},
|
|
1866
|
-
"ion-footer/theme": {
|
|
1867
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1868
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1869
|
-
"options": [
|
|
1870
|
-
"ios",
|
|
1871
|
-
"md",
|
|
1872
|
-
"ionic"
|
|
1873
|
-
]
|
|
1874
|
-
},
|
|
1875
1392
|
"ion-footer/translucent": {
|
|
1876
1393
|
"type": "boolean",
|
|
1877
|
-
"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.",
|
|
1878
1395
|
"options": []
|
|
1879
1396
|
},
|
|
1880
1397
|
"ion-grid/fixed": {
|
|
@@ -1882,56 +1399,25 @@
|
|
|
1882
1399
|
"description": "If `true`, the grid will have a fixed width based on the screen size.",
|
|
1883
1400
|
"options": []
|
|
1884
1401
|
},
|
|
1885
|
-
"ion-grid/mode": {
|
|
1886
|
-
"type": "\"ios\" | \"md\"",
|
|
1887
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1888
|
-
"options": [
|
|
1889
|
-
"ios",
|
|
1890
|
-
"md"
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
|
-
"ion-grid/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
1402
|
"ion-header/collapse": {
|
|
1903
1403
|
"type": "\"condense\" | \"fade\" | undefined",
|
|
1904
|
-
"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)",
|
|
1905
1405
|
"options": [
|
|
1906
1406
|
"condense",
|
|
1907
1407
|
"fade"
|
|
1908
1408
|
]
|
|
1909
1409
|
},
|
|
1910
|
-
"ion-header/divider": {
|
|
1911
|
-
"type": "boolean",
|
|
1912
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes",
|
|
1913
|
-
"options": []
|
|
1914
|
-
},
|
|
1915
1410
|
"ion-header/mode": {
|
|
1916
1411
|
"type": "\"ios\" | \"md\"",
|
|
1917
|
-
"description": "The mode determines
|
|
1412
|
+
"description": "The mode determines which platform styles to use.",
|
|
1918
1413
|
"options": [
|
|
1919
1414
|
"ios",
|
|
1920
1415
|
"md"
|
|
1921
1416
|
]
|
|
1922
1417
|
},
|
|
1923
|
-
"ion-header/theme": {
|
|
1924
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1925
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1926
|
-
"options": [
|
|
1927
|
-
"ios",
|
|
1928
|
-
"md",
|
|
1929
|
-
"ionic"
|
|
1930
|
-
]
|
|
1931
|
-
},
|
|
1932
1418
|
"ion-header/translucent": {
|
|
1933
1419
|
"type": "boolean",
|
|
1934
|
-
"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.",
|
|
1935
1421
|
"options": []
|
|
1936
1422
|
},
|
|
1937
1423
|
"ion-img/alt": {
|
|
@@ -1939,41 +1425,16 @@
|
|
|
1939
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.",
|
|
1940
1426
|
"options": []
|
|
1941
1427
|
},
|
|
1942
|
-
"ion-img/mode": {
|
|
1943
|
-
"type": "\"ios\" | \"md\"",
|
|
1944
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1945
|
-
"options": [
|
|
1946
|
-
"ios",
|
|
1947
|
-
"md"
|
|
1948
|
-
]
|
|
1949
|
-
},
|
|
1950
1428
|
"ion-img/src": {
|
|
1951
1429
|
"type": "string | undefined",
|
|
1952
1430
|
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
1953
1431
|
"options": []
|
|
1954
1432
|
},
|
|
1955
|
-
"ion-img/theme": {
|
|
1956
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1957
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1958
|
-
"options": [
|
|
1959
|
-
"ios",
|
|
1960
|
-
"md",
|
|
1961
|
-
"ionic"
|
|
1962
|
-
]
|
|
1963
|
-
},
|
|
1964
1433
|
"ion-infinite-scroll/disabled": {
|
|
1965
1434
|
"type": "boolean",
|
|
1966
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.",
|
|
1967
1436
|
"options": []
|
|
1968
1437
|
},
|
|
1969
|
-
"ion-infinite-scroll/mode": {
|
|
1970
|
-
"type": "\"ios\" | \"md\"",
|
|
1971
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1972
|
-
"options": [
|
|
1973
|
-
"ios",
|
|
1974
|
-
"md"
|
|
1975
|
-
]
|
|
1976
|
-
},
|
|
1977
1438
|
"ion-infinite-scroll/position": {
|
|
1978
1439
|
"type": "\"bottom\" | \"top\"",
|
|
1979
1440
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -1982,20 +1443,6 @@
|
|
|
1982
1443
|
"top"
|
|
1983
1444
|
]
|
|
1984
1445
|
},
|
|
1985
|
-
"ion-infinite-scroll/preserve-rerender-scroll-position": {
|
|
1986
|
-
"type": "boolean",
|
|
1987
|
-
"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.",
|
|
1988
|
-
"options": []
|
|
1989
|
-
},
|
|
1990
|
-
"ion-infinite-scroll/theme": {
|
|
1991
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
1992
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1993
|
-
"options": [
|
|
1994
|
-
"ios",
|
|
1995
|
-
"md",
|
|
1996
|
-
"ionic"
|
|
1997
|
-
]
|
|
1998
|
-
},
|
|
1999
1446
|
"ion-infinite-scroll/threshold": {
|
|
2000
1447
|
"type": "string",
|
|
2001
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.",
|
|
@@ -2021,23 +1468,6 @@
|
|
|
2021
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.",
|
|
2022
1469
|
"options": []
|
|
2023
1470
|
},
|
|
2024
|
-
"ion-infinite-scroll-content/mode": {
|
|
2025
|
-
"type": "\"ios\" | \"md\"",
|
|
2026
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2027
|
-
"options": [
|
|
2028
|
-
"ios",
|
|
2029
|
-
"md"
|
|
2030
|
-
]
|
|
2031
|
-
},
|
|
2032
|
-
"ion-infinite-scroll-content/theme": {
|
|
2033
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2034
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2035
|
-
"options": [
|
|
2036
|
-
"ios",
|
|
2037
|
-
"md",
|
|
2038
|
-
"ionic"
|
|
2039
|
-
]
|
|
2040
|
-
},
|
|
2041
1471
|
"ion-input/autocapitalize": {
|
|
2042
1472
|
"type": "string",
|
|
2043
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\"`.",
|
|
@@ -2186,7 +1616,7 @@
|
|
|
2186
1616
|
},
|
|
2187
1617
|
"ion-input/fill": {
|
|
2188
1618
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
2189
|
-
"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.",
|
|
2190
1620
|
"options": [
|
|
2191
1621
|
"outline",
|
|
2192
1622
|
"solid"
|
|
@@ -2217,8 +1647,8 @@
|
|
|
2217
1647
|
"options": []
|
|
2218
1648
|
},
|
|
2219
1649
|
"ion-input/label-placement": {
|
|
2220
|
-
"type": "\"end\" | \"fixed\" | \"floating\" | \"stacked\" | \"start\"
|
|
2221
|
-
"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 (\"...\").",
|
|
2222
1652
|
"options": [
|
|
2223
1653
|
"end",
|
|
2224
1654
|
"fixed",
|
|
@@ -2249,7 +1679,7 @@
|
|
|
2249
1679
|
},
|
|
2250
1680
|
"ion-input/mode": {
|
|
2251
1681
|
"type": "\"ios\" | \"md\"",
|
|
2252
|
-
"description": "The mode determines
|
|
1682
|
+
"description": "The mode determines which platform styles to use.",
|
|
2253
1683
|
"options": [
|
|
2254
1684
|
"ios",
|
|
2255
1685
|
"md"
|
|
@@ -2286,21 +1716,10 @@
|
|
|
2286
1716
|
"options": []
|
|
2287
1717
|
},
|
|
2288
1718
|
"ion-input/shape": {
|
|
2289
|
-
"type": "\"
|
|
2290
|
-
"description": "
|
|
1719
|
+
"type": "\"round\" | undefined",
|
|
1720
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
2291
1721
|
"options": [
|
|
2292
|
-
"
|
|
2293
|
-
"round",
|
|
2294
|
-
"soft"
|
|
2295
|
-
]
|
|
2296
|
-
},
|
|
2297
|
-
"ion-input/size": {
|
|
2298
|
-
"type": "\"large\" | \"medium\" | \"xlarge\" | undefined",
|
|
2299
|
-
"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.",
|
|
2300
|
-
"options": [
|
|
2301
|
-
"large",
|
|
2302
|
-
"medium",
|
|
2303
|
-
"xlarge"
|
|
1722
|
+
"round"
|
|
2304
1723
|
]
|
|
2305
1724
|
},
|
|
2306
1725
|
"ion-input/spellcheck": {
|
|
@@ -2313,15 +1732,6 @@
|
|
|
2313
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.",
|
|
2314
1733
|
"options": []
|
|
2315
1734
|
},
|
|
2316
|
-
"ion-input/theme": {
|
|
2317
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2318
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2319
|
-
"options": [
|
|
2320
|
-
"ios",
|
|
2321
|
-
"md",
|
|
2322
|
-
"ionic"
|
|
2323
|
-
]
|
|
2324
|
-
},
|
|
2325
1735
|
"ion-input/type": {
|
|
2326
1736
|
"type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\"",
|
|
2327
1737
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -2397,14 +1807,6 @@
|
|
|
2397
1807
|
"description": "The number of input boxes to display.",
|
|
2398
1808
|
"options": []
|
|
2399
1809
|
},
|
|
2400
|
-
"ion-input-otp/mode": {
|
|
2401
|
-
"type": "\"ios\" | \"md\"",
|
|
2402
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2403
|
-
"options": [
|
|
2404
|
-
"ios",
|
|
2405
|
-
"md"
|
|
2406
|
-
]
|
|
2407
|
-
},
|
|
2408
1810
|
"ion-input-otp/pattern": {
|
|
2409
1811
|
"type": "string | undefined",
|
|
2410
1812
|
"description": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
|
|
@@ -2438,15 +1840,6 @@
|
|
|
2438
1840
|
"small"
|
|
2439
1841
|
]
|
|
2440
1842
|
},
|
|
2441
|
-
"ion-input-otp/theme": {
|
|
2442
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2443
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2444
|
-
"options": [
|
|
2445
|
-
"ios",
|
|
2446
|
-
"md",
|
|
2447
|
-
"ionic"
|
|
2448
|
-
]
|
|
2449
|
-
},
|
|
2450
1843
|
"ion-input-otp/type": {
|
|
2451
1844
|
"type": "\"number\" | \"text\"",
|
|
2452
1845
|
"description": "The type of input allowed in the input boxes.",
|
|
@@ -2515,11 +1908,11 @@
|
|
|
2515
1908
|
},
|
|
2516
1909
|
"ion-item/detail": {
|
|
2517
1910
|
"type": "boolean | undefined",
|
|
2518
|
-
"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.",
|
|
2519
1912
|
"options": []
|
|
2520
1913
|
},
|
|
2521
1914
|
"ion-item/detail-icon": {
|
|
2522
|
-
"type": "string
|
|
1915
|
+
"type": "string",
|
|
2523
1916
|
"description": "The icon to use when `detail` is set to `true`.",
|
|
2524
1917
|
"options": []
|
|
2525
1918
|
},
|
|
@@ -2549,7 +1942,7 @@
|
|
|
2549
1942
|
},
|
|
2550
1943
|
"ion-item/mode": {
|
|
2551
1944
|
"type": "\"ios\" | \"md\"",
|
|
2552
|
-
"description": "The mode determines
|
|
1945
|
+
"description": "The mode determines which platform styles to use.",
|
|
2553
1946
|
"options": [
|
|
2554
1947
|
"ios",
|
|
2555
1948
|
"md"
|
|
@@ -2579,15 +1972,6 @@
|
|
|
2579
1972
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2580
1973
|
"options": []
|
|
2581
1974
|
},
|
|
2582
|
-
"ion-item/theme": {
|
|
2583
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2584
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2585
|
-
"options": [
|
|
2586
|
-
"ios",
|
|
2587
|
-
"md",
|
|
2588
|
-
"ionic"
|
|
2589
|
-
]
|
|
2590
|
-
},
|
|
2591
1975
|
"ion-item/type": {
|
|
2592
1976
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2593
1977
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -2614,7 +1998,7 @@
|
|
|
2614
1998
|
},
|
|
2615
1999
|
"ion-item-divider/mode": {
|
|
2616
2000
|
"type": "\"ios\" | \"md\"",
|
|
2617
|
-
"description": "The mode determines
|
|
2001
|
+
"description": "The mode determines which platform styles to use.",
|
|
2618
2002
|
"options": [
|
|
2619
2003
|
"ios",
|
|
2620
2004
|
"md"
|
|
@@ -2625,32 +2009,6 @@
|
|
|
2625
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",
|
|
2626
2010
|
"options": []
|
|
2627
2011
|
},
|
|
2628
|
-
"ion-item-divider/theme": {
|
|
2629
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2630
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2631
|
-
"options": [
|
|
2632
|
-
"ios",
|
|
2633
|
-
"md",
|
|
2634
|
-
"ionic"
|
|
2635
|
-
]
|
|
2636
|
-
},
|
|
2637
|
-
"ion-item-group/mode": {
|
|
2638
|
-
"type": "\"ios\" | \"md\"",
|
|
2639
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2640
|
-
"options": [
|
|
2641
|
-
"ios",
|
|
2642
|
-
"md"
|
|
2643
|
-
]
|
|
2644
|
-
},
|
|
2645
|
-
"ion-item-group/theme": {
|
|
2646
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2647
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2648
|
-
"options": [
|
|
2649
|
-
"ios",
|
|
2650
|
-
"md",
|
|
2651
|
-
"ionic"
|
|
2652
|
-
]
|
|
2653
|
-
},
|
|
2654
2012
|
"ion-item-option/color": {
|
|
2655
2013
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2656
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).",
|
|
@@ -2686,17 +2044,9 @@
|
|
|
2686
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.",
|
|
2687
2045
|
"options": []
|
|
2688
2046
|
},
|
|
2689
|
-
"ion-item-option/hue": {
|
|
2690
|
-
"type": "\"bold\" | \"subtle\" | undefined",
|
|
2691
|
-
"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.",
|
|
2692
|
-
"options": [
|
|
2693
|
-
"bold",
|
|
2694
|
-
"subtle"
|
|
2695
|
-
]
|
|
2696
|
-
},
|
|
2697
2047
|
"ion-item-option/mode": {
|
|
2698
2048
|
"type": "\"ios\" | \"md\"",
|
|
2699
|
-
"description": "The mode determines
|
|
2049
|
+
"description": "The mode determines which platform styles to use.",
|
|
2700
2050
|
"options": [
|
|
2701
2051
|
"ios",
|
|
2702
2052
|
"md"
|
|
@@ -2707,29 +2057,11 @@
|
|
|
2707
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).",
|
|
2708
2058
|
"options": []
|
|
2709
2059
|
},
|
|
2710
|
-
"ion-item-option/shape": {
|
|
2711
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2712
|
-
"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.",
|
|
2713
|
-
"options": [
|
|
2714
|
-
"rectangular",
|
|
2715
|
-
"round",
|
|
2716
|
-
"soft"
|
|
2717
|
-
]
|
|
2718
|
-
},
|
|
2719
2060
|
"ion-item-option/target": {
|
|
2720
2061
|
"type": "string | undefined",
|
|
2721
2062
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
2722
2063
|
"options": []
|
|
2723
2064
|
},
|
|
2724
|
-
"ion-item-option/theme": {
|
|
2725
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2726
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2727
|
-
"options": [
|
|
2728
|
-
"ios",
|
|
2729
|
-
"md",
|
|
2730
|
-
"ionic"
|
|
2731
|
-
]
|
|
2732
|
-
},
|
|
2733
2065
|
"ion-item-option/type": {
|
|
2734
2066
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
2735
2067
|
"description": "The type of the button.",
|
|
@@ -2739,14 +2071,6 @@
|
|
|
2739
2071
|
"submit"
|
|
2740
2072
|
]
|
|
2741
2073
|
},
|
|
2742
|
-
"ion-item-options/mode": {
|
|
2743
|
-
"type": "\"ios\" | \"md\"",
|
|
2744
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2745
|
-
"options": [
|
|
2746
|
-
"ios",
|
|
2747
|
-
"md"
|
|
2748
|
-
]
|
|
2749
|
-
},
|
|
2750
2074
|
"ion-item-options/side": {
|
|
2751
2075
|
"type": "\"end\" | \"start\"",
|
|
2752
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.",
|
|
@@ -2755,37 +2079,11 @@
|
|
|
2755
2079
|
"start"
|
|
2756
2080
|
]
|
|
2757
2081
|
},
|
|
2758
|
-
"ion-item-options/theme": {
|
|
2759
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2760
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2761
|
-
"options": [
|
|
2762
|
-
"ios",
|
|
2763
|
-
"md",
|
|
2764
|
-
"ionic"
|
|
2765
|
-
]
|
|
2766
|
-
},
|
|
2767
2082
|
"ion-item-sliding/disabled": {
|
|
2768
2083
|
"type": "boolean",
|
|
2769
2084
|
"description": "If `true`, the user cannot interact with the sliding item.",
|
|
2770
2085
|
"options": []
|
|
2771
2086
|
},
|
|
2772
|
-
"ion-item-sliding/mode": {
|
|
2773
|
-
"type": "\"ios\" | \"md\"",
|
|
2774
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2775
|
-
"options": [
|
|
2776
|
-
"ios",
|
|
2777
|
-
"md"
|
|
2778
|
-
]
|
|
2779
|
-
},
|
|
2780
|
-
"ion-item-sliding/theme": {
|
|
2781
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2782
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2783
|
-
"options": [
|
|
2784
|
-
"ios",
|
|
2785
|
-
"md",
|
|
2786
|
-
"ionic"
|
|
2787
|
-
]
|
|
2788
|
-
},
|
|
2789
2087
|
"ion-label/color": {
|
|
2790
2088
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2791
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).",
|
|
@@ -2803,7 +2101,7 @@
|
|
|
2803
2101
|
},
|
|
2804
2102
|
"ion-label/mode": {
|
|
2805
2103
|
"type": "\"ios\" | \"md\"",
|
|
2806
|
-
"description": "The mode determines
|
|
2104
|
+
"description": "The mode determines which platform styles to use.",
|
|
2807
2105
|
"options": [
|
|
2808
2106
|
"ios",
|
|
2809
2107
|
"md"
|
|
@@ -2818,15 +2116,6 @@
|
|
|
2818
2116
|
"stacked"
|
|
2819
2117
|
]
|
|
2820
2118
|
},
|
|
2821
|
-
"ion-label/theme": {
|
|
2822
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2823
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2824
|
-
"options": [
|
|
2825
|
-
"ios",
|
|
2826
|
-
"md",
|
|
2827
|
-
"ionic"
|
|
2828
|
-
]
|
|
2829
|
-
},
|
|
2830
2119
|
"ion-list/inset": {
|
|
2831
2120
|
"type": "boolean",
|
|
2832
2121
|
"description": "If `true`, the list will have margin around it and rounded corners.",
|
|
@@ -2843,30 +2132,12 @@
|
|
|
2843
2132
|
},
|
|
2844
2133
|
"ion-list/mode": {
|
|
2845
2134
|
"type": "\"ios\" | \"md\"",
|
|
2846
|
-
"description": "The mode determines
|
|
2135
|
+
"description": "The mode determines which platform styles to use.",
|
|
2847
2136
|
"options": [
|
|
2848
2137
|
"ios",
|
|
2849
2138
|
"md"
|
|
2850
2139
|
]
|
|
2851
2140
|
},
|
|
2852
|
-
"ion-list/shape": {
|
|
2853
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
2854
|
-
"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.",
|
|
2855
|
-
"options": [
|
|
2856
|
-
"rectangular",
|
|
2857
|
-
"round",
|
|
2858
|
-
"soft"
|
|
2859
|
-
]
|
|
2860
|
-
},
|
|
2861
|
-
"ion-list/theme": {
|
|
2862
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2863
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2864
|
-
"options": [
|
|
2865
|
-
"ios",
|
|
2866
|
-
"md",
|
|
2867
|
-
"ionic"
|
|
2868
|
-
]
|
|
2869
|
-
},
|
|
2870
2141
|
"ion-list-header/color": {
|
|
2871
2142
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
2872
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).",
|
|
@@ -2893,21 +2164,12 @@
|
|
|
2893
2164
|
},
|
|
2894
2165
|
"ion-list-header/mode": {
|
|
2895
2166
|
"type": "\"ios\" | \"md\"",
|
|
2896
|
-
"description": "The mode determines
|
|
2167
|
+
"description": "The mode determines which platform styles to use.",
|
|
2897
2168
|
"options": [
|
|
2898
2169
|
"ios",
|
|
2899
2170
|
"md"
|
|
2900
2171
|
]
|
|
2901
2172
|
},
|
|
2902
|
-
"ion-list-header/theme": {
|
|
2903
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2904
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2905
|
-
"options": [
|
|
2906
|
-
"ios",
|
|
2907
|
-
"md",
|
|
2908
|
-
"ionic"
|
|
2909
|
-
]
|
|
2910
|
-
},
|
|
2911
2173
|
"ion-loading/animated": {
|
|
2912
2174
|
"type": "boolean",
|
|
2913
2175
|
"description": "If `true`, the loading indicator will animate.",
|
|
@@ -2960,7 +2222,7 @@
|
|
|
2960
2222
|
},
|
|
2961
2223
|
"ion-loading/mode": {
|
|
2962
2224
|
"type": "\"ios\" | \"md\"",
|
|
2963
|
-
"description": "The mode determines
|
|
2225
|
+
"description": "The mode determines which platform styles to use.",
|
|
2964
2226
|
"options": [
|
|
2965
2227
|
"ios",
|
|
2966
2228
|
"md"
|
|
@@ -2986,18 +2248,9 @@
|
|
|
2986
2248
|
"lines-small"
|
|
2987
2249
|
]
|
|
2988
2250
|
},
|
|
2989
|
-
"ion-loading/theme": {
|
|
2990
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
2991
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2992
|
-
"options": [
|
|
2993
|
-
"ios",
|
|
2994
|
-
"md",
|
|
2995
|
-
"ionic"
|
|
2996
|
-
]
|
|
2997
|
-
},
|
|
2998
2251
|
"ion-loading/translucent": {
|
|
2999
2252
|
"type": "boolean",
|
|
3000
|
-
"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).",
|
|
3001
2254
|
"options": []
|
|
3002
2255
|
},
|
|
3003
2256
|
"ion-loading/trigger": {
|
|
@@ -3025,14 +2278,6 @@
|
|
|
3025
2278
|
"description": "An id for the menu.",
|
|
3026
2279
|
"options": []
|
|
3027
2280
|
},
|
|
3028
|
-
"ion-menu/mode": {
|
|
3029
|
-
"type": "\"ios\" | \"md\"",
|
|
3030
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3031
|
-
"options": [
|
|
3032
|
-
"ios",
|
|
3033
|
-
"md"
|
|
3034
|
-
]
|
|
3035
|
-
},
|
|
3036
2281
|
"ion-menu/side": {
|
|
3037
2282
|
"type": "\"end\" | \"start\"",
|
|
3038
2283
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -3046,15 +2291,6 @@
|
|
|
3046
2291
|
"description": "If `true`, swiping the menu is enabled.",
|
|
3047
2292
|
"options": []
|
|
3048
2293
|
},
|
|
3049
|
-
"ion-menu/theme": {
|
|
3050
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3051
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3052
|
-
"options": [
|
|
3053
|
-
"ios",
|
|
3054
|
-
"md",
|
|
3055
|
-
"ionic"
|
|
3056
|
-
]
|
|
3057
|
-
},
|
|
3058
2294
|
"ion-menu/type": {
|
|
3059
2295
|
"type": "\"overlay\" | \"push\" | \"reveal\" | undefined",
|
|
3060
2296
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -3096,21 +2332,12 @@
|
|
|
3096
2332
|
},
|
|
3097
2333
|
"ion-menu-button/mode": {
|
|
3098
2334
|
"type": "\"ios\" | \"md\"",
|
|
3099
|
-
"description": "The mode determines
|
|
2335
|
+
"description": "The mode determines which platform styles to use.",
|
|
3100
2336
|
"options": [
|
|
3101
2337
|
"ios",
|
|
3102
2338
|
"md"
|
|
3103
2339
|
]
|
|
3104
2340
|
},
|
|
3105
|
-
"ion-menu-button/theme": {
|
|
3106
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3107
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3108
|
-
"options": [
|
|
3109
|
-
"ios",
|
|
3110
|
-
"md",
|
|
3111
|
-
"ionic"
|
|
3112
|
-
]
|
|
3113
|
-
},
|
|
3114
2341
|
"ion-menu-button/type": {
|
|
3115
2342
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
3116
2343
|
"description": "The type of the button.",
|
|
@@ -3130,23 +2357,6 @@
|
|
|
3130
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.",
|
|
3131
2358
|
"options": []
|
|
3132
2359
|
},
|
|
3133
|
-
"ion-menu-toggle/mode": {
|
|
3134
|
-
"type": "\"ios\" | \"md\"",
|
|
3135
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3136
|
-
"options": [
|
|
3137
|
-
"ios",
|
|
3138
|
-
"md"
|
|
3139
|
-
]
|
|
3140
|
-
},
|
|
3141
|
-
"ion-menu-toggle/theme": {
|
|
3142
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3143
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3144
|
-
"options": [
|
|
3145
|
-
"ios",
|
|
3146
|
-
"md",
|
|
3147
|
-
"ionic"
|
|
3148
|
-
]
|
|
3149
|
-
},
|
|
3150
2360
|
"ion-modal/animated": {
|
|
3151
2361
|
"type": "boolean",
|
|
3152
2362
|
"description": "If `true`, the modal will animate.",
|
|
@@ -3232,7 +2442,7 @@
|
|
|
3232
2442
|
},
|
|
3233
2443
|
"ion-modal/mode": {
|
|
3234
2444
|
"type": "\"ios\" | \"md\"",
|
|
3235
|
-
"description": "The mode determines
|
|
2445
|
+
"description": "The mode determines which platform styles to use.",
|
|
3236
2446
|
"options": [
|
|
3237
2447
|
"ios",
|
|
3238
2448
|
"md"
|
|
@@ -3243,29 +2453,11 @@
|
|
|
3243
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.",
|
|
3244
2454
|
"options": []
|
|
3245
2455
|
},
|
|
3246
|
-
"ion-modal/shape": {
|
|
3247
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
3248
|
-
"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.",
|
|
3249
|
-
"options": [
|
|
3250
|
-
"rectangular",
|
|
3251
|
-
"round",
|
|
3252
|
-
"soft"
|
|
3253
|
-
]
|
|
3254
|
-
},
|
|
3255
2456
|
"ion-modal/show-backdrop": {
|
|
3256
2457
|
"type": "boolean",
|
|
3257
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.",
|
|
3258
2459
|
"options": []
|
|
3259
2460
|
},
|
|
3260
|
-
"ion-modal/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
2461
|
"ion-modal/trigger": {
|
|
3270
2462
|
"type": "string | undefined",
|
|
3271
2463
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
@@ -3278,17 +2470,9 @@
|
|
|
3278
2470
|
},
|
|
3279
2471
|
"ion-nav/animation": {
|
|
3280
2472
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3281
|
-
"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.",
|
|
3282
2474
|
"options": []
|
|
3283
2475
|
},
|
|
3284
|
-
"ion-nav/mode": {
|
|
3285
|
-
"type": "\"ios\" | \"md\"",
|
|
3286
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3287
|
-
"options": [
|
|
3288
|
-
"ios",
|
|
3289
|
-
"md"
|
|
3290
|
-
]
|
|
3291
|
-
},
|
|
3292
2476
|
"ion-nav/root": {
|
|
3293
2477
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3294
2478
|
"description": "Root NavComponent to load",
|
|
@@ -3304,15 +2488,6 @@
|
|
|
3304
2488
|
"description": "If the nav component should allow for swipe-to-go-back.",
|
|
3305
2489
|
"options": []
|
|
3306
2490
|
},
|
|
3307
|
-
"ion-nav/theme": {
|
|
3308
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3309
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3310
|
-
"options": [
|
|
3311
|
-
"ios",
|
|
3312
|
-
"md",
|
|
3313
|
-
"ionic"
|
|
3314
|
-
]
|
|
3315
|
-
},
|
|
3316
2491
|
"ion-nav-link/component": {
|
|
3317
2492
|
"type": "Function | HTMLElement | ViewController | null | string | undefined",
|
|
3318
2493
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`.",
|
|
@@ -3323,14 +2498,6 @@
|
|
|
3323
2498
|
"description": "Data you want to pass to the component as props. Only used if the `\"routerDirection\"` is `\"forward\"` or `\"root\"`.",
|
|
3324
2499
|
"options": []
|
|
3325
2500
|
},
|
|
3326
|
-
"ion-nav-link/mode": {
|
|
3327
|
-
"type": "\"ios\" | \"md\"",
|
|
3328
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3329
|
-
"options": [
|
|
3330
|
-
"ios",
|
|
3331
|
-
"md"
|
|
3332
|
-
]
|
|
3333
|
-
},
|
|
3334
2501
|
"ion-nav-link/router-animation": {
|
|
3335
2502
|
"type": "((baseEl: any, opts?: any) => Animation) | undefined",
|
|
3336
2503
|
"description": "The transition animation when navigating to another page.",
|
|
@@ -3345,15 +2512,6 @@
|
|
|
3345
2512
|
"root"
|
|
3346
2513
|
]
|
|
3347
2514
|
},
|
|
3348
|
-
"ion-nav-link/theme": {
|
|
3349
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3350
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3351
|
-
"options": [
|
|
3352
|
-
"ios",
|
|
3353
|
-
"md",
|
|
3354
|
-
"ionic"
|
|
3355
|
-
]
|
|
3356
|
-
},
|
|
3357
2515
|
"ion-note/color": {
|
|
3358
2516
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3359
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).",
|
|
@@ -3371,38 +2529,20 @@
|
|
|
3371
2529
|
},
|
|
3372
2530
|
"ion-note/mode": {
|
|
3373
2531
|
"type": "\"ios\" | \"md\"",
|
|
3374
|
-
"description": "The mode determines
|
|
2532
|
+
"description": "The mode determines which platform styles to use.",
|
|
3375
2533
|
"options": [
|
|
3376
2534
|
"ios",
|
|
3377
2535
|
"md"
|
|
3378
2536
|
]
|
|
3379
2537
|
},
|
|
3380
|
-
"ion-note/theme": {
|
|
3381
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3382
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3383
|
-
"options": [
|
|
3384
|
-
"ios",
|
|
3385
|
-
"md",
|
|
3386
|
-
"ionic"
|
|
3387
|
-
]
|
|
3388
|
-
},
|
|
3389
2538
|
"ion-picker/mode": {
|
|
3390
2539
|
"type": "\"ios\" | \"md\"",
|
|
3391
|
-
"description": "The mode determines
|
|
2540
|
+
"description": "The mode determines which platform styles to use.",
|
|
3392
2541
|
"options": [
|
|
3393
2542
|
"ios",
|
|
3394
2543
|
"md"
|
|
3395
2544
|
]
|
|
3396
2545
|
},
|
|
3397
|
-
"ion-picker/theme": {
|
|
3398
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3399
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3400
|
-
"options": [
|
|
3401
|
-
"ios",
|
|
3402
|
-
"md",
|
|
3403
|
-
"ionic"
|
|
3404
|
-
]
|
|
3405
|
-
},
|
|
3406
2546
|
"ion-picker-column/color": {
|
|
3407
2547
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
3408
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).",
|
|
@@ -3425,21 +2565,12 @@
|
|
|
3425
2565
|
},
|
|
3426
2566
|
"ion-picker-column/mode": {
|
|
3427
2567
|
"type": "\"ios\" | \"md\"",
|
|
3428
|
-
"description": "The mode determines
|
|
2568
|
+
"description": "The mode determines which platform styles to use.",
|
|
3429
2569
|
"options": [
|
|
3430
2570
|
"ios",
|
|
3431
2571
|
"md"
|
|
3432
2572
|
]
|
|
3433
2573
|
},
|
|
3434
|
-
"ion-picker-column/theme": {
|
|
3435
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3436
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3437
|
-
"options": [
|
|
3438
|
-
"ios",
|
|
3439
|
-
"md",
|
|
3440
|
-
"ionic"
|
|
3441
|
-
]
|
|
3442
|
-
},
|
|
3443
2574
|
"ion-picker-column/value": {
|
|
3444
2575
|
"type": "number | string | undefined",
|
|
3445
2576
|
"description": "The selected option in the picker.",
|
|
@@ -3465,23 +2596,6 @@
|
|
|
3465
2596
|
"description": "If `true`, the user cannot interact with the picker column option.",
|
|
3466
2597
|
"options": []
|
|
3467
2598
|
},
|
|
3468
|
-
"ion-picker-column-option/mode": {
|
|
3469
|
-
"type": "\"ios\" | \"md\"",
|
|
3470
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3471
|
-
"options": [
|
|
3472
|
-
"ios",
|
|
3473
|
-
"md"
|
|
3474
|
-
]
|
|
3475
|
-
},
|
|
3476
|
-
"ion-picker-column-option/theme": {
|
|
3477
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3478
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3479
|
-
"options": [
|
|
3480
|
-
"ios",
|
|
3481
|
-
"md",
|
|
3482
|
-
"ionic"
|
|
3483
|
-
]
|
|
3484
|
-
},
|
|
3485
2599
|
"ion-picker-column-option/value": {
|
|
3486
2600
|
"type": "any",
|
|
3487
2601
|
"description": "The text value of the option.",
|
|
@@ -3544,7 +2658,7 @@
|
|
|
3544
2658
|
},
|
|
3545
2659
|
"ion-picker-legacy/mode": {
|
|
3546
2660
|
"type": "\"ios\" | \"md\"",
|
|
3547
|
-
"description": "The mode determines
|
|
2661
|
+
"description": "The mode determines which platform styles to use.",
|
|
3548
2662
|
"options": [
|
|
3549
2663
|
"ios",
|
|
3550
2664
|
"md"
|
|
@@ -3555,15 +2669,6 @@
|
|
|
3555
2669
|
"description": "If `true`, a backdrop will be displayed behind the picker.",
|
|
3556
2670
|
"options": []
|
|
3557
2671
|
},
|
|
3558
|
-
"ion-picker-legacy/theme": {
|
|
3559
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3560
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3561
|
-
"options": [
|
|
3562
|
-
"ios",
|
|
3563
|
-
"md",
|
|
3564
|
-
"ionic"
|
|
3565
|
-
]
|
|
3566
|
-
},
|
|
3567
2672
|
"ion-picker-legacy/trigger": {
|
|
3568
2673
|
"type": "string | undefined",
|
|
3569
2674
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
|
|
@@ -3571,7 +2676,7 @@
|
|
|
3571
2676
|
},
|
|
3572
2677
|
"ion-popover/alignment": {
|
|
3573
2678
|
"type": "\"center\" | \"end\" | \"start\" | undefined",
|
|
3574
|
-
"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.",
|
|
3575
2680
|
"options": [
|
|
3576
2681
|
"center",
|
|
3577
2682
|
"end",
|
|
@@ -3585,7 +2690,7 @@
|
|
|
3585
2690
|
},
|
|
3586
2691
|
"ion-popover/arrow": {
|
|
3587
2692
|
"type": "boolean",
|
|
3588
|
-
"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.",
|
|
3589
2694
|
"options": []
|
|
3590
2695
|
},
|
|
3591
2696
|
"ion-popover/backdrop-dismiss": {
|
|
@@ -3650,7 +2755,7 @@
|
|
|
3650
2755
|
},
|
|
3651
2756
|
"ion-popover/mode": {
|
|
3652
2757
|
"type": "\"ios\" | \"md\"",
|
|
3653
|
-
"description": "The mode determines
|
|
2758
|
+
"description": "The mode determines which platform styles to use.",
|
|
3654
2759
|
"options": [
|
|
3655
2760
|
"ios",
|
|
3656
2761
|
"md"
|
|
@@ -3689,18 +2794,9 @@
|
|
|
3689
2794
|
"cover"
|
|
3690
2795
|
]
|
|
3691
2796
|
},
|
|
3692
|
-
"ion-popover/theme": {
|
|
3693
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3694
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3695
|
-
"options": [
|
|
3696
|
-
"ios",
|
|
3697
|
-
"md",
|
|
3698
|
-
"ionic"
|
|
3699
|
-
]
|
|
3700
|
-
},
|
|
3701
2797
|
"ion-popover/translucent": {
|
|
3702
2798
|
"type": "boolean",
|
|
3703
|
-
"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).",
|
|
3704
2800
|
"options": []
|
|
3705
2801
|
},
|
|
3706
2802
|
"ion-popover/trigger": {
|
|
@@ -3739,7 +2835,7 @@
|
|
|
3739
2835
|
},
|
|
3740
2836
|
"ion-progress-bar/mode": {
|
|
3741
2837
|
"type": "\"ios\" | \"md\"",
|
|
3742
|
-
"description": "The mode determines
|
|
2838
|
+
"description": "The mode determines which platform styles to use.",
|
|
3743
2839
|
"options": [
|
|
3744
2840
|
"ios",
|
|
3745
2841
|
"md"
|
|
@@ -3750,23 +2846,6 @@
|
|
|
3750
2846
|
"description": "If true, reverse the progress bar direction.",
|
|
3751
2847
|
"options": []
|
|
3752
2848
|
},
|
|
3753
|
-
"ion-progress-bar/shape": {
|
|
3754
|
-
"type": "\"rectangular\" | \"round\" | undefined",
|
|
3755
|
-
"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.",
|
|
3756
|
-
"options": [
|
|
3757
|
-
"rectangular",
|
|
3758
|
-
"round"
|
|
3759
|
-
]
|
|
3760
|
-
},
|
|
3761
|
-
"ion-progress-bar/theme": {
|
|
3762
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3763
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3764
|
-
"options": [
|
|
3765
|
-
"ios",
|
|
3766
|
-
"md",
|
|
3767
|
-
"ionic"
|
|
3768
|
-
]
|
|
3769
|
-
},
|
|
3770
2849
|
"ion-progress-bar/type": {
|
|
3771
2850
|
"type": "\"determinate\" | \"indeterminate\"",
|
|
3772
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).",
|
|
@@ -3829,7 +2908,7 @@
|
|
|
3829
2908
|
},
|
|
3830
2909
|
"ion-radio/mode": {
|
|
3831
2910
|
"type": "\"ios\" | \"md\"",
|
|
3832
|
-
"description": "The mode determines
|
|
2911
|
+
"description": "The mode determines which platform styles to use.",
|
|
3833
2912
|
"options": [
|
|
3834
2913
|
"ios",
|
|
3835
2914
|
"md"
|
|
@@ -3840,15 +2919,6 @@
|
|
|
3840
2919
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3841
2920
|
"options": []
|
|
3842
2921
|
},
|
|
3843
|
-
"ion-radio/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
2922
|
"ion-radio/value": {
|
|
3853
2923
|
"type": "any",
|
|
3854
2924
|
"description": "the value of the radio.",
|
|
@@ -3874,28 +2944,11 @@
|
|
|
3874
2944
|
"description": "The helper text to display at the top of the radio group.",
|
|
3875
2945
|
"options": []
|
|
3876
2946
|
},
|
|
3877
|
-
"ion-radio-group/mode": {
|
|
3878
|
-
"type": "\"ios\" | \"md\"",
|
|
3879
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3880
|
-
"options": [
|
|
3881
|
-
"ios",
|
|
3882
|
-
"md"
|
|
3883
|
-
]
|
|
3884
|
-
},
|
|
3885
2947
|
"ion-radio-group/name": {
|
|
3886
2948
|
"type": "string",
|
|
3887
2949
|
"description": "The name of the control, which is submitted with the form data.",
|
|
3888
2950
|
"options": []
|
|
3889
2951
|
},
|
|
3890
|
-
"ion-radio-group/theme": {
|
|
3891
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3892
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3893
|
-
"options": [
|
|
3894
|
-
"ios",
|
|
3895
|
-
"md",
|
|
3896
|
-
"ionic"
|
|
3897
|
-
]
|
|
3898
|
-
},
|
|
3899
2952
|
"ion-radio-group/value": {
|
|
3900
2953
|
"type": "any",
|
|
3901
2954
|
"description": "the value of the radio group.",
|
|
@@ -3963,7 +3016,7 @@
|
|
|
3963
3016
|
},
|
|
3964
3017
|
"ion-range/mode": {
|
|
3965
3018
|
"type": "\"ios\" | \"md\"",
|
|
3966
|
-
"description": "The mode determines
|
|
3019
|
+
"description": "The mode determines which platform styles to use.",
|
|
3967
3020
|
"options": [
|
|
3968
3021
|
"ios",
|
|
3969
3022
|
"md"
|
|
@@ -3994,15 +3047,6 @@
|
|
|
3994
3047
|
"description": "Specifies the value granularity.",
|
|
3995
3048
|
"options": []
|
|
3996
3049
|
},
|
|
3997
|
-
"ion-range/theme": {
|
|
3998
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
3999
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4000
|
-
"options": [
|
|
4001
|
-
"ios",
|
|
4002
|
-
"md",
|
|
4003
|
-
"ionic"
|
|
4004
|
-
]
|
|
4005
|
-
},
|
|
4006
3050
|
"ion-range/ticks": {
|
|
4007
3051
|
"type": "boolean",
|
|
4008
3052
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`.",
|
|
@@ -4025,7 +3069,7 @@
|
|
|
4025
3069
|
},
|
|
4026
3070
|
"ion-refresher/mode": {
|
|
4027
3071
|
"type": "\"ios\" | \"md\"",
|
|
4028
|
-
"description": "The mode determines
|
|
3072
|
+
"description": "The mode determines which platform styles to use.",
|
|
4029
3073
|
"options": [
|
|
4030
3074
|
"ios",
|
|
4031
3075
|
"md"
|
|
@@ -4051,23 +3095,6 @@
|
|
|
4051
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.",
|
|
4052
3096
|
"options": []
|
|
4053
3097
|
},
|
|
4054
|
-
"ion-refresher/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-refresher-content/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
3098
|
"ion-refresher-content/pulling-icon": {
|
|
4072
3099
|
"type": "null | string | undefined",
|
|
4073
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.",
|
|
@@ -4098,71 +3125,11 @@
|
|
|
4098
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.",
|
|
4099
3126
|
"options": []
|
|
4100
3127
|
},
|
|
4101
|
-
"ion-refresher-content/theme": {
|
|
4102
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4103
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4104
|
-
"options": [
|
|
4105
|
-
"ios",
|
|
4106
|
-
"md",
|
|
4107
|
-
"ionic"
|
|
4108
|
-
]
|
|
4109
|
-
},
|
|
4110
|
-
"ion-reorder/mode": {
|
|
4111
|
-
"type": "\"ios\" | \"md\"",
|
|
4112
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4113
|
-
"options": [
|
|
4114
|
-
"ios",
|
|
4115
|
-
"md"
|
|
4116
|
-
]
|
|
4117
|
-
},
|
|
4118
|
-
"ion-reorder/theme": {
|
|
4119
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4120
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4121
|
-
"options": [
|
|
4122
|
-
"ios",
|
|
4123
|
-
"md",
|
|
4124
|
-
"ionic"
|
|
4125
|
-
]
|
|
4126
|
-
},
|
|
4127
3128
|
"ion-reorder-group/disabled": {
|
|
4128
3129
|
"type": "boolean",
|
|
4129
3130
|
"description": "If `true`, the reorder will be hidden.",
|
|
4130
3131
|
"options": []
|
|
4131
3132
|
},
|
|
4132
|
-
"ion-reorder-group/mode": {
|
|
4133
|
-
"type": "\"ios\" | \"md\"",
|
|
4134
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4135
|
-
"options": [
|
|
4136
|
-
"ios",
|
|
4137
|
-
"md"
|
|
4138
|
-
]
|
|
4139
|
-
},
|
|
4140
|
-
"ion-reorder-group/theme": {
|
|
4141
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4142
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4143
|
-
"options": [
|
|
4144
|
-
"ios",
|
|
4145
|
-
"md",
|
|
4146
|
-
"ionic"
|
|
4147
|
-
]
|
|
4148
|
-
},
|
|
4149
|
-
"ion-ripple-effect/mode": {
|
|
4150
|
-
"type": "\"ios\" | \"md\"",
|
|
4151
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4152
|
-
"options": [
|
|
4153
|
-
"ios",
|
|
4154
|
-
"md"
|
|
4155
|
-
]
|
|
4156
|
-
},
|
|
4157
|
-
"ion-ripple-effect/theme": {
|
|
4158
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4159
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4160
|
-
"options": [
|
|
4161
|
-
"ios",
|
|
4162
|
-
"md",
|
|
4163
|
-
"ionic"
|
|
4164
|
-
]
|
|
4165
|
-
},
|
|
4166
3133
|
"ion-ripple-effect/type": {
|
|
4167
3134
|
"type": "\"bounded\" | \"unbounded\"",
|
|
4168
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.",
|
|
@@ -4191,23 +3158,6 @@
|
|
|
4191
3158
|
"description": "A key value `{ 'red': true, 'blue': 'white'}` containing props that should be passed\nto the defined component when rendered.",
|
|
4192
3159
|
"options": []
|
|
4193
3160
|
},
|
|
4194
|
-
"ion-route/mode": {
|
|
4195
|
-
"type": "\"ios\" | \"md\"",
|
|
4196
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4197
|
-
"options": [
|
|
4198
|
-
"ios",
|
|
4199
|
-
"md"
|
|
4200
|
-
]
|
|
4201
|
-
},
|
|
4202
|
-
"ion-route/theme": {
|
|
4203
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4204
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4205
|
-
"options": [
|
|
4206
|
-
"ios",
|
|
4207
|
-
"md",
|
|
4208
|
-
"ionic"
|
|
4209
|
-
]
|
|
4210
|
-
},
|
|
4211
3161
|
"ion-route/url": {
|
|
4212
3162
|
"type": "string",
|
|
4213
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.",
|
|
@@ -4223,28 +3173,11 @@
|
|
|
4223
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.",
|
|
4224
3174
|
"options": []
|
|
4225
3175
|
},
|
|
4226
|
-
"ion-router/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
3176
|
"ion-router/root": {
|
|
4235
3177
|
"type": "string",
|
|
4236
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.",
|
|
4237
3179
|
"options": []
|
|
4238
3180
|
},
|
|
4239
|
-
"ion-router/theme": {
|
|
4240
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4241
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4242
|
-
"options": [
|
|
4243
|
-
"ios",
|
|
4244
|
-
"md",
|
|
4245
|
-
"ionic"
|
|
4246
|
-
]
|
|
4247
|
-
},
|
|
4248
3181
|
"ion-router/use-hash": {
|
|
4249
3182
|
"type": "boolean",
|
|
4250
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.",
|
|
@@ -4270,14 +3203,6 @@
|
|
|
4270
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.",
|
|
4271
3204
|
"options": []
|
|
4272
3205
|
},
|
|
4273
|
-
"ion-router-link/mode": {
|
|
4274
|
-
"type": "\"ios\" | \"md\"",
|
|
4275
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4276
|
-
"options": [
|
|
4277
|
-
"ios",
|
|
4278
|
-
"md"
|
|
4279
|
-
]
|
|
4280
|
-
},
|
|
4281
3206
|
"ion-router-link/rel": {
|
|
4282
3207
|
"type": "string | undefined",
|
|
4283
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).",
|
|
@@ -4302,15 +3227,6 @@
|
|
|
4302
3227
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
4303
3228
|
"options": []
|
|
4304
3229
|
},
|
|
4305
|
-
"ion-router-link/theme": {
|
|
4306
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4307
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4308
|
-
"options": [
|
|
4309
|
-
"ios",
|
|
4310
|
-
"md",
|
|
4311
|
-
"ionic"
|
|
4312
|
-
]
|
|
4313
|
-
},
|
|
4314
3230
|
"ion-router-outlet/animated": {
|
|
4315
3231
|
"type": "boolean",
|
|
4316
3232
|
"description": "If `true`, the router-outlet should animate the transition of components.",
|
|
@@ -4323,38 +3239,12 @@
|
|
|
4323
3239
|
},
|
|
4324
3240
|
"ion-router-outlet/mode": {
|
|
4325
3241
|
"type": "\"ios\" | \"md\"",
|
|
4326
|
-
"description": "The mode determines
|
|
4327
|
-
"options": [
|
|
4328
|
-
"ios",
|
|
4329
|
-
"md"
|
|
4330
|
-
]
|
|
4331
|
-
},
|
|
4332
|
-
"ion-router-outlet/theme": {
|
|
4333
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4334
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4335
|
-
"options": [
|
|
4336
|
-
"ios",
|
|
4337
|
-
"md",
|
|
4338
|
-
"ionic"
|
|
4339
|
-
]
|
|
4340
|
-
},
|
|
4341
|
-
"ion-row/mode": {
|
|
4342
|
-
"type": "\"ios\" | \"md\"",
|
|
4343
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3242
|
+
"description": "The mode determines which platform styles to use.",
|
|
4344
3243
|
"options": [
|
|
4345
3244
|
"ios",
|
|
4346
3245
|
"md"
|
|
4347
3246
|
]
|
|
4348
3247
|
},
|
|
4349
|
-
"ion-row/theme": {
|
|
4350
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4351
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4352
|
-
"options": [
|
|
4353
|
-
"ios",
|
|
4354
|
-
"md",
|
|
4355
|
-
"ionic"
|
|
4356
|
-
]
|
|
4357
|
-
},
|
|
4358
3248
|
"ion-searchbar/animated": {
|
|
4359
3249
|
"type": "boolean",
|
|
4360
3250
|
"description": "If `true`, enable searchbar animation.",
|
|
@@ -4434,18 +3324,18 @@
|
|
|
4434
3324
|
]
|
|
4435
3325
|
},
|
|
4436
3326
|
"ion-searchbar/cancel-button-icon": {
|
|
4437
|
-
"type": "string
|
|
4438
|
-
"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`.",
|
|
4439
3329
|
"options": []
|
|
4440
3330
|
},
|
|
4441
3331
|
"ion-searchbar/cancel-button-text": {
|
|
4442
3332
|
"type": "string",
|
|
4443
|
-
"description": "Set the cancel button text. Only
|
|
3333
|
+
"description": "Set the cancel button text. Only applies to `ios` mode.",
|
|
4444
3334
|
"options": []
|
|
4445
3335
|
},
|
|
4446
3336
|
"ion-searchbar/clear-icon": {
|
|
4447
3337
|
"type": "string | undefined",
|
|
4448
|
-
"description": "Set the clear icon. Defaults to
|
|
3338
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`.",
|
|
4449
3339
|
"options": []
|
|
4450
3340
|
},
|
|
4451
3341
|
"ion-searchbar/color": {
|
|
@@ -4512,7 +3402,7 @@
|
|
|
4512
3402
|
},
|
|
4513
3403
|
"ion-searchbar/mode": {
|
|
4514
3404
|
"type": "\"ios\" | \"md\"",
|
|
4515
|
-
"description": "The mode determines
|
|
3405
|
+
"description": "The mode determines which platform styles to use.",
|
|
4516
3406
|
"options": [
|
|
4517
3407
|
"ios",
|
|
4518
3408
|
"md"
|
|
@@ -4529,19 +3419,10 @@
|
|
|
4529
3419
|
"options": []
|
|
4530
3420
|
},
|
|
4531
3421
|
"ion-searchbar/search-icon": {
|
|
4532
|
-
"type": "
|
|
4533
|
-
"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.",
|
|
4534
3424
|
"options": []
|
|
4535
3425
|
},
|
|
4536
|
-
"ion-searchbar/shape": {
|
|
4537
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
4538
|
-
"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.",
|
|
4539
|
-
"options": [
|
|
4540
|
-
"rectangular",
|
|
4541
|
-
"round",
|
|
4542
|
-
"soft"
|
|
4543
|
-
]
|
|
4544
|
-
},
|
|
4545
3426
|
"ion-searchbar/show-cancel-button": {
|
|
4546
3427
|
"type": "\"always\" | \"focus\" | \"never\"",
|
|
4547
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.",
|
|
@@ -4560,29 +3441,11 @@
|
|
|
4560
3441
|
"never"
|
|
4561
3442
|
]
|
|
4562
3443
|
},
|
|
4563
|
-
"ion-searchbar/size": {
|
|
4564
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4565
|
-
"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.",
|
|
4566
|
-
"options": [
|
|
4567
|
-
"large",
|
|
4568
|
-
"medium",
|
|
4569
|
-
"small"
|
|
4570
|
-
]
|
|
4571
|
-
},
|
|
4572
3444
|
"ion-searchbar/spellcheck": {
|
|
4573
3445
|
"type": "boolean",
|
|
4574
3446
|
"description": "If `true`, enable spellcheck on the input.",
|
|
4575
3447
|
"options": []
|
|
4576
3448
|
},
|
|
4577
|
-
"ion-searchbar/theme": {
|
|
4578
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4579
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4580
|
-
"options": [
|
|
4581
|
-
"ios",
|
|
4582
|
-
"md",
|
|
4583
|
-
"ionic"
|
|
4584
|
-
]
|
|
4585
|
-
},
|
|
4586
3449
|
"ion-searchbar/type": {
|
|
4587
3450
|
"type": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
4588
3451
|
"description": "Set the type of the input.",
|
|
@@ -4623,7 +3486,7 @@
|
|
|
4623
3486
|
},
|
|
4624
3487
|
"ion-segment/mode": {
|
|
4625
3488
|
"type": "\"ios\" | \"md\"",
|
|
4626
|
-
"description": "The mode determines
|
|
3489
|
+
"description": "The mode determines which platform styles to use.",
|
|
4627
3490
|
"options": [
|
|
4628
3491
|
"ios",
|
|
4629
3492
|
"md"
|
|
@@ -4644,15 +3507,6 @@
|
|
|
4644
3507
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them.",
|
|
4645
3508
|
"options": []
|
|
4646
3509
|
},
|
|
4647
|
-
"ion-segment/theme": {
|
|
4648
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4649
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4650
|
-
"options": [
|
|
4651
|
-
"ios",
|
|
4652
|
-
"md",
|
|
4653
|
-
"ionic"
|
|
4654
|
-
]
|
|
4655
|
-
},
|
|
4656
3510
|
"ion-segment/value": {
|
|
4657
3511
|
"type": "number | string | undefined",
|
|
4658
3512
|
"description": "the value of the segment.",
|
|
@@ -4682,21 +3536,12 @@
|
|
|
4682
3536
|
},
|
|
4683
3537
|
"ion-segment-button/mode": {
|
|
4684
3538
|
"type": "\"ios\" | \"md\"",
|
|
4685
|
-
"description": "The mode determines
|
|
3539
|
+
"description": "The mode determines which platform styles to use.",
|
|
4686
3540
|
"options": [
|
|
4687
3541
|
"ios",
|
|
4688
3542
|
"md"
|
|
4689
3543
|
]
|
|
4690
3544
|
},
|
|
4691
|
-
"ion-segment-button/theme": {
|
|
4692
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4693
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4694
|
-
"options": [
|
|
4695
|
-
"ios",
|
|
4696
|
-
"md",
|
|
4697
|
-
"ionic"
|
|
4698
|
-
]
|
|
4699
|
-
},
|
|
4700
3545
|
"ion-segment-button/type": {
|
|
4701
3546
|
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
4702
3547
|
"description": "The type of the button.",
|
|
@@ -4758,12 +3603,12 @@
|
|
|
4758
3603
|
},
|
|
4759
3604
|
"ion-select/expanded-icon": {
|
|
4760
3605
|
"type": "string | undefined",
|
|
4761
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
3606
|
+
"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.",
|
|
4762
3607
|
"options": []
|
|
4763
3608
|
},
|
|
4764
3609
|
"ion-select/fill": {
|
|
4765
3610
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
4766
|
-
"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
|
|
3611
|
+
"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.",
|
|
4767
3612
|
"options": [
|
|
4768
3613
|
"outline",
|
|
4769
3614
|
"solid"
|
|
@@ -4816,7 +3661,7 @@
|
|
|
4816
3661
|
},
|
|
4817
3662
|
"ion-select/mode": {
|
|
4818
3663
|
"type": "\"ios\" | \"md\"",
|
|
4819
|
-
"description": "The mode determines
|
|
3664
|
+
"description": "The mode determines which platform styles to use.",
|
|
4820
3665
|
"options": [
|
|
4821
3666
|
"ios",
|
|
4822
3667
|
"md"
|
|
@@ -4853,35 +3698,15 @@
|
|
|
4853
3698
|
"options": []
|
|
4854
3699
|
},
|
|
4855
3700
|
"ion-select/shape": {
|
|
4856
|
-
"type": "\"
|
|
4857
|
-
"description": "
|
|
4858
|
-
"options": [
|
|
4859
|
-
"rectangular",
|
|
4860
|
-
"round",
|
|
4861
|
-
"soft"
|
|
4862
|
-
]
|
|
4863
|
-
},
|
|
4864
|
-
"ion-select/size": {
|
|
4865
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4866
|
-
"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.",
|
|
3701
|
+
"type": "\"round\" | undefined",
|
|
3702
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
4867
3703
|
"options": [
|
|
4868
|
-
"
|
|
4869
|
-
"medium",
|
|
4870
|
-
"small"
|
|
4871
|
-
]
|
|
4872
|
-
},
|
|
4873
|
-
"ion-select/theme": {
|
|
4874
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4875
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4876
|
-
"options": [
|
|
4877
|
-
"ios",
|
|
4878
|
-
"md",
|
|
4879
|
-
"ionic"
|
|
3704
|
+
"round"
|
|
4880
3705
|
]
|
|
4881
3706
|
},
|
|
4882
3707
|
"ion-select/toggle-icon": {
|
|
4883
3708
|
"type": "string | undefined",
|
|
4884
|
-
"description": "The toggle icon to use. Defaults to
|
|
3709
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode.",
|
|
4885
3710
|
"options": []
|
|
4886
3711
|
},
|
|
4887
3712
|
"ion-select/value": {
|
|
@@ -4914,23 +3739,6 @@
|
|
|
4914
3739
|
"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.",
|
|
4915
3740
|
"options": []
|
|
4916
3741
|
},
|
|
4917
|
-
"ion-select-option/mode": {
|
|
4918
|
-
"type": "\"ios\" | \"md\"",
|
|
4919
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4920
|
-
"options": [
|
|
4921
|
-
"ios",
|
|
4922
|
-
"md"
|
|
4923
|
-
]
|
|
4924
|
-
},
|
|
4925
|
-
"ion-select-option/theme": {
|
|
4926
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4927
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4928
|
-
"options": [
|
|
4929
|
-
"ios",
|
|
4930
|
-
"md",
|
|
4931
|
-
"ionic"
|
|
4932
|
-
]
|
|
4933
|
-
},
|
|
4934
3742
|
"ion-select-option/value": {
|
|
4935
3743
|
"type": "any",
|
|
4936
3744
|
"description": "The text value of the option.",
|
|
@@ -4941,23 +3749,6 @@
|
|
|
4941
3749
|
"description": "If `true`, the skeleton text will animate.",
|
|
4942
3750
|
"options": []
|
|
4943
3751
|
},
|
|
4944
|
-
"ion-skeleton-text/mode": {
|
|
4945
|
-
"type": "\"ios\" | \"md\"",
|
|
4946
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4947
|
-
"options": [
|
|
4948
|
-
"ios",
|
|
4949
|
-
"md"
|
|
4950
|
-
]
|
|
4951
|
-
},
|
|
4952
|
-
"ion-skeleton-text/theme": {
|
|
4953
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
4954
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4955
|
-
"options": [
|
|
4956
|
-
"ios",
|
|
4957
|
-
"md",
|
|
4958
|
-
"ionic"
|
|
4959
|
-
]
|
|
4960
|
-
},
|
|
4961
3752
|
"ion-spinner/color": {
|
|
4962
3753
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
4963
3754
|
"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).",
|
|
@@ -4978,14 +3769,6 @@
|
|
|
4978
3769
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner.",
|
|
4979
3770
|
"options": []
|
|
4980
3771
|
},
|
|
4981
|
-
"ion-spinner/mode": {
|
|
4982
|
-
"type": "\"ios\" | \"md\"",
|
|
4983
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4984
|
-
"options": [
|
|
4985
|
-
"ios",
|
|
4986
|
-
"md"
|
|
4987
|
-
]
|
|
4988
|
-
},
|
|
4989
3772
|
"ion-spinner/name": {
|
|
4990
3773
|
"type": "\"bubbles\" | \"circles\" | \"circular\" | \"crescent\" | \"dots\" | \"lines\" | \"lines-sharp\" | \"lines-sharp-small\" | \"lines-small\" | undefined",
|
|
4991
3774
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -5006,26 +3789,6 @@
|
|
|
5006
3789
|
"description": "If `true`, the spinner's animation will be paused.",
|
|
5007
3790
|
"options": []
|
|
5008
3791
|
},
|
|
5009
|
-
"ion-spinner/size": {
|
|
5010
|
-
"type": "\"large\" | \"medium\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
|
|
5011
|
-
"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.",
|
|
5012
|
-
"options": [
|
|
5013
|
-
"large",
|
|
5014
|
-
"medium",
|
|
5015
|
-
"small",
|
|
5016
|
-
"xlarge",
|
|
5017
|
-
"xsmall"
|
|
5018
|
-
]
|
|
5019
|
-
},
|
|
5020
|
-
"ion-spinner/theme": {
|
|
5021
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5022
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5023
|
-
"options": [
|
|
5024
|
-
"ios",
|
|
5025
|
-
"md",
|
|
5026
|
-
"ionic"
|
|
5027
|
-
]
|
|
5028
|
-
},
|
|
5029
3792
|
"ion-split-pane/content-id": {
|
|
5030
3793
|
"type": "string | undefined",
|
|
5031
3794
|
"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`.",
|
|
@@ -5036,23 +3799,6 @@
|
|
|
5036
3799
|
"description": "If `true`, the split pane will be hidden.",
|
|
5037
3800
|
"options": []
|
|
5038
3801
|
},
|
|
5039
|
-
"ion-split-pane/mode": {
|
|
5040
|
-
"type": "\"ios\" | \"md\"",
|
|
5041
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5042
|
-
"options": [
|
|
5043
|
-
"ios",
|
|
5044
|
-
"md"
|
|
5045
|
-
]
|
|
5046
|
-
},
|
|
5047
|
-
"ion-split-pane/theme": {
|
|
5048
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5049
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5050
|
-
"options": [
|
|
5051
|
-
"ios",
|
|
5052
|
-
"md",
|
|
5053
|
-
"ionic"
|
|
5054
|
-
]
|
|
5055
|
-
},
|
|
5056
3802
|
"ion-split-pane/when": {
|
|
5057
3803
|
"type": "boolean | string",
|
|
5058
3804
|
"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.",
|
|
@@ -5063,28 +3809,11 @@
|
|
|
5063
3809
|
"description": "The component to display inside of the tab.",
|
|
5064
3810
|
"options": []
|
|
5065
3811
|
},
|
|
5066
|
-
"ion-tab/mode": {
|
|
5067
|
-
"type": "\"ios\" | \"md\"",
|
|
5068
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5069
|
-
"options": [
|
|
5070
|
-
"ios",
|
|
5071
|
-
"md"
|
|
5072
|
-
]
|
|
5073
|
-
},
|
|
5074
3812
|
"ion-tab/tab": {
|
|
5075
3813
|
"type": "string",
|
|
5076
3814
|
"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.",
|
|
5077
3815
|
"options": []
|
|
5078
3816
|
},
|
|
5079
|
-
"ion-tab/theme": {
|
|
5080
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5081
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5082
|
-
"options": [
|
|
5083
|
-
"ios",
|
|
5084
|
-
"md",
|
|
5085
|
-
"ionic"
|
|
5086
|
-
]
|
|
5087
|
-
},
|
|
5088
3817
|
"ion-tab-bar/color": {
|
|
5089
3818
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5090
3819
|
"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).",
|
|
@@ -5100,17 +3829,9 @@
|
|
|
5100
3829
|
"warning"
|
|
5101
3830
|
]
|
|
5102
3831
|
},
|
|
5103
|
-
"ion-tab-bar/expand": {
|
|
5104
|
-
"type": "\"compact\" | \"full\"",
|
|
5105
|
-
"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\"`.",
|
|
5106
|
-
"options": [
|
|
5107
|
-
"compact",
|
|
5108
|
-
"full"
|
|
5109
|
-
]
|
|
5110
|
-
},
|
|
5111
3832
|
"ion-tab-bar/mode": {
|
|
5112
3833
|
"type": "\"ios\" | \"md\"",
|
|
5113
|
-
"description": "The mode determines
|
|
3834
|
+
"description": "The mode determines which platform styles to use.",
|
|
5114
3835
|
"options": [
|
|
5115
3836
|
"ios",
|
|
5116
3837
|
"md"
|
|
@@ -5121,27 +3842,9 @@
|
|
|
5121
3842
|
"description": "The selected tab component",
|
|
5122
3843
|
"options": []
|
|
5123
3844
|
},
|
|
5124
|
-
"ion-tab-bar/shape": {
|
|
5125
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5126
|
-
"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.",
|
|
5127
|
-
"options": [
|
|
5128
|
-
"rectangular",
|
|
5129
|
-
"round",
|
|
5130
|
-
"soft"
|
|
5131
|
-
]
|
|
5132
|
-
},
|
|
5133
|
-
"ion-tab-bar/theme": {
|
|
5134
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5135
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5136
|
-
"options": [
|
|
5137
|
-
"ios",
|
|
5138
|
-
"md",
|
|
5139
|
-
"ionic"
|
|
5140
|
-
]
|
|
5141
|
-
},
|
|
5142
3845
|
"ion-tab-bar/translucent": {
|
|
5143
3846
|
"type": "boolean",
|
|
5144
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
3847
|
+
"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).",
|
|
5145
3848
|
"options": []
|
|
5146
3849
|
},
|
|
5147
3850
|
"ion-tab-button/disabled": {
|
|
@@ -5173,7 +3876,7 @@
|
|
|
5173
3876
|
},
|
|
5174
3877
|
"ion-tab-button/mode": {
|
|
5175
3878
|
"type": "\"ios\" | \"md\"",
|
|
5176
|
-
"description": "The mode determines
|
|
3879
|
+
"description": "The mode determines which platform styles to use.",
|
|
5177
3880
|
"options": [
|
|
5178
3881
|
"ios",
|
|
5179
3882
|
"md"
|
|
@@ -5189,15 +3892,6 @@
|
|
|
5189
3892
|
"description": "The selected tab component",
|
|
5190
3893
|
"options": []
|
|
5191
3894
|
},
|
|
5192
|
-
"ion-tab-button/shape": {
|
|
5193
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5194
|
-
"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.",
|
|
5195
|
-
"options": [
|
|
5196
|
-
"rectangular",
|
|
5197
|
-
"round",
|
|
5198
|
-
"soft"
|
|
5199
|
-
]
|
|
5200
|
-
},
|
|
5201
3895
|
"ion-tab-button/tab": {
|
|
5202
3896
|
"type": "string | undefined",
|
|
5203
3897
|
"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.",
|
|
@@ -5208,32 +3902,6 @@
|
|
|
5208
3902
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`.",
|
|
5209
3903
|
"options": []
|
|
5210
3904
|
},
|
|
5211
|
-
"ion-tab-button/theme": {
|
|
5212
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5213
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5214
|
-
"options": [
|
|
5215
|
-
"ios",
|
|
5216
|
-
"md",
|
|
5217
|
-
"ionic"
|
|
5218
|
-
]
|
|
5219
|
-
},
|
|
5220
|
-
"ion-tabs/mode": {
|
|
5221
|
-
"type": "\"ios\" | \"md\"",
|
|
5222
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5223
|
-
"options": [
|
|
5224
|
-
"ios",
|
|
5225
|
-
"md"
|
|
5226
|
-
]
|
|
5227
|
-
},
|
|
5228
|
-
"ion-tabs/theme": {
|
|
5229
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5230
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5231
|
-
"options": [
|
|
5232
|
-
"ios",
|
|
5233
|
-
"md",
|
|
5234
|
-
"ionic"
|
|
5235
|
-
]
|
|
5236
|
-
},
|
|
5237
3905
|
"ion-text/color": {
|
|
5238
3906
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5239
3907
|
"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).",
|
|
@@ -5251,21 +3919,12 @@
|
|
|
5251
3919
|
},
|
|
5252
3920
|
"ion-text/mode": {
|
|
5253
3921
|
"type": "\"ios\" | \"md\"",
|
|
5254
|
-
"description": "The mode determines
|
|
3922
|
+
"description": "The mode determines which platform styles to use.",
|
|
5255
3923
|
"options": [
|
|
5256
3924
|
"ios",
|
|
5257
3925
|
"md"
|
|
5258
3926
|
]
|
|
5259
3927
|
},
|
|
5260
|
-
"ion-text/theme": {
|
|
5261
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5262
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5263
|
-
"options": [
|
|
5264
|
-
"ios",
|
|
5265
|
-
"md",
|
|
5266
|
-
"ionic"
|
|
5267
|
-
]
|
|
5268
|
-
},
|
|
5269
3928
|
"ion-textarea/auto-grow": {
|
|
5270
3929
|
"type": "boolean",
|
|
5271
3930
|
"description": "If `true`, the textarea container will grow and shrink based\non the contents of the textarea.",
|
|
@@ -5346,7 +4005,7 @@
|
|
|
5346
4005
|
},
|
|
5347
4006
|
"ion-textarea/fill": {
|
|
5348
4007
|
"type": "\"outline\" | \"solid\" | undefined",
|
|
5349
|
-
"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
|
|
4008
|
+
"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.",
|
|
5350
4009
|
"options": [
|
|
5351
4010
|
"outline",
|
|
5352
4011
|
"solid"
|
|
@@ -5399,7 +4058,7 @@
|
|
|
5399
4058
|
},
|
|
5400
4059
|
"ion-textarea/mode": {
|
|
5401
4060
|
"type": "\"ios\" | \"md\"",
|
|
5402
|
-
"description": "The mode determines
|
|
4061
|
+
"description": "The mode determines which platform styles to use.",
|
|
5403
4062
|
"options": [
|
|
5404
4063
|
"ios",
|
|
5405
4064
|
"md"
|
|
@@ -5431,21 +4090,10 @@
|
|
|
5431
4090
|
"options": []
|
|
5432
4091
|
},
|
|
5433
4092
|
"ion-textarea/shape": {
|
|
5434
|
-
"type": "\"
|
|
5435
|
-
"description": "
|
|
4093
|
+
"type": "\"round\" | undefined",
|
|
4094
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
5436
4095
|
"options": [
|
|
5437
|
-
"
|
|
5438
|
-
"round",
|
|
5439
|
-
"soft"
|
|
5440
|
-
]
|
|
5441
|
-
},
|
|
5442
|
-
"ion-textarea/size": {
|
|
5443
|
-
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
5444
|
-
"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.",
|
|
5445
|
-
"options": [
|
|
5446
|
-
"large",
|
|
5447
|
-
"medium",
|
|
5448
|
-
"small"
|
|
4096
|
+
"round"
|
|
5449
4097
|
]
|
|
5450
4098
|
},
|
|
5451
4099
|
"ion-textarea/spellcheck": {
|
|
@@ -5453,15 +4101,6 @@
|
|
|
5453
4101
|
"description": "If `true`, the element will have its spelling and grammar checked.",
|
|
5454
4102
|
"options": []
|
|
5455
4103
|
},
|
|
5456
|
-
"ion-textarea/theme": {
|
|
5457
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5458
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5459
|
-
"options": [
|
|
5460
|
-
"ios",
|
|
5461
|
-
"md",
|
|
5462
|
-
"ionic"
|
|
5463
|
-
]
|
|
5464
|
-
},
|
|
5465
4104
|
"ion-textarea/value": {
|
|
5466
4105
|
"type": "null | string | undefined",
|
|
5467
4106
|
"description": "The value of the textarea.",
|
|
@@ -5476,23 +4115,6 @@
|
|
|
5476
4115
|
"soft"
|
|
5477
4116
|
]
|
|
5478
4117
|
},
|
|
5479
|
-
"ion-thumbnail/mode": {
|
|
5480
|
-
"type": "\"ios\" | \"md\"",
|
|
5481
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5482
|
-
"options": [
|
|
5483
|
-
"ios",
|
|
5484
|
-
"md"
|
|
5485
|
-
]
|
|
5486
|
-
},
|
|
5487
|
-
"ion-thumbnail/theme": {
|
|
5488
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5489
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5490
|
-
"options": [
|
|
5491
|
-
"ios",
|
|
5492
|
-
"md",
|
|
5493
|
-
"ionic"
|
|
5494
|
-
]
|
|
5495
|
-
},
|
|
5496
4118
|
"ion-title/color": {
|
|
5497
4119
|
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
5498
4120
|
"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).",
|
|
@@ -5508,14 +4130,6 @@
|
|
|
5508
4130
|
"warning"
|
|
5509
4131
|
]
|
|
5510
4132
|
},
|
|
5511
|
-
"ion-title/mode": {
|
|
5512
|
-
"type": "\"ios\" | \"md\"",
|
|
5513
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5514
|
-
"options": [
|
|
5515
|
-
"ios",
|
|
5516
|
-
"md"
|
|
5517
|
-
]
|
|
5518
|
-
},
|
|
5519
4133
|
"ion-title/size": {
|
|
5520
4134
|
"type": "\"large\" | \"small\" | undefined",
|
|
5521
4135
|
"description": "The size of the toolbar title.",
|
|
@@ -5524,15 +4138,6 @@
|
|
|
5524
4138
|
"small"
|
|
5525
4139
|
]
|
|
5526
4140
|
},
|
|
5527
|
-
"ion-title/theme": {
|
|
5528
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5529
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5530
|
-
"options": [
|
|
5531
|
-
"ios",
|
|
5532
|
-
"md",
|
|
5533
|
-
"ionic"
|
|
5534
|
-
]
|
|
5535
|
-
},
|
|
5536
4141
|
"ion-toast/animated": {
|
|
5537
4142
|
"type": "boolean",
|
|
5538
4143
|
"description": "If `true`, the toast will animate.",
|
|
@@ -5583,14 +4188,6 @@
|
|
|
5583
4188
|
"description": "Additional attributes to pass to the toast.",
|
|
5584
4189
|
"options": []
|
|
5585
4190
|
},
|
|
5586
|
-
"ion-toast/hue": {
|
|
5587
|
-
"type": "\"bold\" | \"subtle\" | undefined",
|
|
5588
|
-
"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.",
|
|
5589
|
-
"options": [
|
|
5590
|
-
"bold",
|
|
5591
|
-
"subtle"
|
|
5592
|
-
]
|
|
5593
|
-
},
|
|
5594
4191
|
"ion-toast/icon": {
|
|
5595
4192
|
"type": "string | undefined",
|
|
5596
4193
|
"description": "The name of the icon to display, or the path to a valid SVG file. See `ion-icon`.\nhttps://ionic.io/ionicons",
|
|
@@ -5626,7 +4223,7 @@
|
|
|
5626
4223
|
},
|
|
5627
4224
|
"ion-toast/mode": {
|
|
5628
4225
|
"type": "\"ios\" | \"md\"",
|
|
5629
|
-
"description": "The mode determines
|
|
4226
|
+
"description": "The mode determines which platform styles to use.",
|
|
5630
4227
|
"options": [
|
|
5631
4228
|
"ios",
|
|
5632
4229
|
"md"
|
|
@@ -5646,15 +4243,6 @@
|
|
|
5646
4243
|
"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.",
|
|
5647
4244
|
"options": []
|
|
5648
4245
|
},
|
|
5649
|
-
"ion-toast/shape": {
|
|
5650
|
-
"type": "\"rectangular\" | \"round\" | \"soft\" | undefined",
|
|
5651
|
-
"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.",
|
|
5652
|
-
"options": [
|
|
5653
|
-
"rectangular",
|
|
5654
|
-
"round",
|
|
5655
|
-
"soft"
|
|
5656
|
-
]
|
|
5657
|
-
},
|
|
5658
4246
|
"ion-toast/swipe-gesture": {
|
|
5659
4247
|
"type": "\"vertical\" | undefined",
|
|
5660
4248
|
"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.",
|
|
@@ -5662,18 +4250,9 @@
|
|
|
5662
4250
|
"vertical"
|
|
5663
4251
|
]
|
|
5664
4252
|
},
|
|
5665
|
-
"ion-toast/theme": {
|
|
5666
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5667
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5668
|
-
"options": [
|
|
5669
|
-
"ios",
|
|
5670
|
-
"md",
|
|
5671
|
-
"ionic"
|
|
5672
|
-
]
|
|
5673
|
-
},
|
|
5674
4253
|
"ion-toast/translucent": {
|
|
5675
4254
|
"type": "boolean",
|
|
5676
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
4255
|
+
"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).",
|
|
5677
4256
|
"options": []
|
|
5678
4257
|
},
|
|
5679
4258
|
"ion-toast/trigger": {
|
|
@@ -5750,7 +4329,7 @@
|
|
|
5750
4329
|
},
|
|
5751
4330
|
"ion-toggle/mode": {
|
|
5752
4331
|
"type": "\"ios\" | \"md\"",
|
|
5753
|
-
"description": "The mode determines
|
|
4332
|
+
"description": "The mode determines which platform styles to use.",
|
|
5754
4333
|
"options": [
|
|
5755
4334
|
"ios",
|
|
5756
4335
|
"md"
|
|
@@ -5766,15 +4345,6 @@
|
|
|
5766
4345
|
"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.",
|
|
5767
4346
|
"options": []
|
|
5768
4347
|
},
|
|
5769
|
-
"ion-toggle/theme": {
|
|
5770
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5771
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5772
|
-
"options": [
|
|
5773
|
-
"ios",
|
|
5774
|
-
"md",
|
|
5775
|
-
"ionic"
|
|
5776
|
-
]
|
|
5777
|
-
},
|
|
5778
4348
|
"ion-toggle/value": {
|
|
5779
4349
|
"type": "null | string | undefined",
|
|
5780
4350
|
"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>`.",
|
|
@@ -5797,28 +4367,10 @@
|
|
|
5797
4367
|
},
|
|
5798
4368
|
"ion-toolbar/mode": {
|
|
5799
4369
|
"type": "\"ios\" | \"md\"",
|
|
5800
|
-
"description": "The mode determines
|
|
4370
|
+
"description": "The mode determines which platform styles to use.",
|
|
5801
4371
|
"options": [
|
|
5802
4372
|
"ios",
|
|
5803
4373
|
"md"
|
|
5804
4374
|
]
|
|
5805
|
-
},
|
|
5806
|
-
"ion-toolbar/theme": {
|
|
5807
|
-
"type": "\"ios\" | \"md\" | \"ionic\"",
|
|
5808
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5809
|
-
"options": [
|
|
5810
|
-
"ios",
|
|
5811
|
-
"md",
|
|
5812
|
-
"ionic"
|
|
5813
|
-
]
|
|
5814
|
-
},
|
|
5815
|
-
"ion-toolbar/title-placement": {
|
|
5816
|
-
"type": "\"center\" | \"end\" | \"start\" | undefined",
|
|
5817
|
-
"description": "Where to place the title relative to the other toolbar content.\n`\"start\"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL.\n`\"center\"`: The title will appear in the center of the toolbar.\n`\"end\"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.\n\nOnly applies in the `ionic` theme.",
|
|
5818
|
-
"options": [
|
|
5819
|
-
"center",
|
|
5820
|
-
"end",
|
|
5821
|
-
"start"
|
|
5822
|
-
]
|
|
5823
4375
|
}
|
|
5824
4376
|
}
|