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