@ionic/vue 8.8.9-dev.11780948757.1c55bd21 → 8.8.9-dev.11781024903.1e4268e5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic/bundle.ionic.css +1 -0
- package/css/ionic/bundle.ionic.css.map +1 -0
- package/css/ionic/core.ionic.css +1 -0
- package/css/ionic/core.ionic.css.map +1 -0
- package/css/ionic/global.bundle.ionic.css +1 -0
- package/css/ionic/global.bundle.ionic.css.map +1 -0
- package/css/ionic/ionic-swiper.ionic.css +1 -0
- package/css/ionic/ionic-swiper.ionic.css.map +1 -0
- package/css/ionic/link.ionic.css +1 -0
- package/css/ionic/link.ionic.css.map +1 -0
- package/css/ionic/structure.ionic.css +1 -0
- package/css/ionic/structure.ionic.css.map +1 -0
- package/css/ionic/typography.ionic.css +1 -0
- package/css/ionic/typography.ionic.css.map +1 -0
- package/css/ionic/utils.bundle.ionic.css +1 -0
- package/css/ionic/utils.bundle.ionic.css.map +1 -0
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +254 -239
- package/dist/index.js.map +1 -1
- package/dist/types/components/IonPage.d.ts +5 -5
- package/dist/types/components/IonRouterOutlet.d.ts +4 -16
- package/dist/types/components/IonTabBar.d.ts +1 -1
- package/dist/types/components/IonTabButton.d.ts +6 -6
- package/dist/types/components/IonTabs.d.ts +4 -4
- package/dist/types/components/Overlays.d.ts +1 -0
- package/dist/types/controllers.d.ts +9 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/proxies.d.ts +2 -0
- package/dist/vetur/attributes.json +1714 -112
- package/dist/vetur/tags.json +261 -45
- package/dist/web-types.json +2017 -195
- package/package.json +5 -5
package/dist/vetur/tags.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"disabled",
|
|
6
6
|
"mode",
|
|
7
7
|
"readonly",
|
|
8
|
+
"theme",
|
|
8
9
|
"toggle-icon",
|
|
9
10
|
"toggle-icon-slot",
|
|
10
11
|
"value"
|
|
@@ -19,6 +20,8 @@
|
|
|
19
20
|
"mode",
|
|
20
21
|
"multiple",
|
|
21
22
|
"readonly",
|
|
23
|
+
"shape",
|
|
24
|
+
"theme",
|
|
22
25
|
"value"
|
|
23
26
|
]
|
|
24
27
|
},
|
|
@@ -37,6 +40,7 @@
|
|
|
37
40
|
"leave-animation",
|
|
38
41
|
"mode",
|
|
39
42
|
"sub-header",
|
|
43
|
+
"theme",
|
|
40
44
|
"translucent",
|
|
41
45
|
"trigger"
|
|
42
46
|
]
|
|
@@ -58,17 +62,27 @@
|
|
|
58
62
|
"message",
|
|
59
63
|
"mode",
|
|
60
64
|
"sub-header",
|
|
65
|
+
"theme",
|
|
61
66
|
"translucent",
|
|
62
67
|
"trigger"
|
|
63
68
|
]
|
|
64
69
|
},
|
|
65
70
|
"ion-app": {
|
|
66
71
|
"description": "",
|
|
67
|
-
"attributes": [
|
|
72
|
+
"attributes": [
|
|
73
|
+
"mode",
|
|
74
|
+
"theme"
|
|
75
|
+
]
|
|
68
76
|
},
|
|
69
77
|
"ion-avatar": {
|
|
70
78
|
"description": "",
|
|
71
|
-
"attributes": [
|
|
79
|
+
"attributes": [
|
|
80
|
+
"disabled",
|
|
81
|
+
"mode",
|
|
82
|
+
"shape",
|
|
83
|
+
"size",
|
|
84
|
+
"theme"
|
|
85
|
+
]
|
|
72
86
|
},
|
|
73
87
|
"ion-back-button": {
|
|
74
88
|
"description": "",
|
|
@@ -80,14 +94,17 @@
|
|
|
80
94
|
"mode",
|
|
81
95
|
"router-animation",
|
|
82
96
|
"text",
|
|
97
|
+
"theme",
|
|
83
98
|
"type"
|
|
84
99
|
]
|
|
85
100
|
},
|
|
86
101
|
"ion-backdrop": {
|
|
87
102
|
"description": "",
|
|
88
103
|
"attributes": [
|
|
104
|
+
"mode",
|
|
89
105
|
"stop-propagation",
|
|
90
106
|
"tappable",
|
|
107
|
+
"theme",
|
|
91
108
|
"visible"
|
|
92
109
|
]
|
|
93
110
|
},
|
|
@@ -95,7 +112,12 @@
|
|
|
95
112
|
"description": "",
|
|
96
113
|
"attributes": [
|
|
97
114
|
"color",
|
|
98
|
-
"
|
|
115
|
+
"hue",
|
|
116
|
+
"mode",
|
|
117
|
+
"shape",
|
|
118
|
+
"size",
|
|
119
|
+
"theme",
|
|
120
|
+
"vertical"
|
|
99
121
|
]
|
|
100
122
|
},
|
|
101
123
|
"ion-breadcrumb": {
|
|
@@ -111,7 +133,8 @@
|
|
|
111
133
|
"router-animation",
|
|
112
134
|
"router-direction",
|
|
113
135
|
"separator",
|
|
114
|
-
"target"
|
|
136
|
+
"target",
|
|
137
|
+
"theme"
|
|
115
138
|
]
|
|
116
139
|
},
|
|
117
140
|
"ion-breadcrumbs": {
|
|
@@ -121,7 +144,8 @@
|
|
|
121
144
|
"items-after-collapse",
|
|
122
145
|
"items-before-collapse",
|
|
123
146
|
"max-items",
|
|
124
|
-
"mode"
|
|
147
|
+
"mode",
|
|
148
|
+
"theme"
|
|
125
149
|
]
|
|
126
150
|
},
|
|
127
151
|
"ion-button": {
|
|
@@ -143,13 +167,16 @@
|
|
|
143
167
|
"size",
|
|
144
168
|
"strong",
|
|
145
169
|
"target",
|
|
170
|
+
"theme",
|
|
146
171
|
"type"
|
|
147
172
|
]
|
|
148
173
|
},
|
|
149
174
|
"ion-buttons": {
|
|
150
175
|
"description": "",
|
|
151
176
|
"attributes": [
|
|
152
|
-
"collapse"
|
|
177
|
+
"collapse",
|
|
178
|
+
"mode",
|
|
179
|
+
"theme"
|
|
153
180
|
]
|
|
154
181
|
},
|
|
155
182
|
"ion-card": {
|
|
@@ -164,14 +191,17 @@
|
|
|
164
191
|
"rel",
|
|
165
192
|
"router-animation",
|
|
166
193
|
"router-direction",
|
|
194
|
+
"shape",
|
|
167
195
|
"target",
|
|
196
|
+
"theme",
|
|
168
197
|
"type"
|
|
169
198
|
]
|
|
170
199
|
},
|
|
171
200
|
"ion-card-content": {
|
|
172
201
|
"description": "",
|
|
173
202
|
"attributes": [
|
|
174
|
-
"mode"
|
|
203
|
+
"mode",
|
|
204
|
+
"theme"
|
|
175
205
|
]
|
|
176
206
|
},
|
|
177
207
|
"ion-card-header": {
|
|
@@ -179,6 +209,7 @@
|
|
|
179
209
|
"attributes": [
|
|
180
210
|
"color",
|
|
181
211
|
"mode",
|
|
212
|
+
"theme",
|
|
182
213
|
"translucent"
|
|
183
214
|
]
|
|
184
215
|
},
|
|
@@ -186,14 +217,16 @@
|
|
|
186
217
|
"description": "",
|
|
187
218
|
"attributes": [
|
|
188
219
|
"color",
|
|
189
|
-
"mode"
|
|
220
|
+
"mode",
|
|
221
|
+
"theme"
|
|
190
222
|
]
|
|
191
223
|
},
|
|
192
224
|
"ion-card-title": {
|
|
193
225
|
"description": "",
|
|
194
226
|
"attributes": [
|
|
195
227
|
"color",
|
|
196
|
-
"mode"
|
|
228
|
+
"mode",
|
|
229
|
+
"theme"
|
|
197
230
|
]
|
|
198
231
|
},
|
|
199
232
|
"ion-checkbox": {
|
|
@@ -211,6 +244,9 @@
|
|
|
211
244
|
"mode",
|
|
212
245
|
"name",
|
|
213
246
|
"required",
|
|
247
|
+
"shape",
|
|
248
|
+
"size",
|
|
249
|
+
"theme",
|
|
214
250
|
"value"
|
|
215
251
|
]
|
|
216
252
|
},
|
|
@@ -219,19 +255,30 @@
|
|
|
219
255
|
"attributes": [
|
|
220
256
|
"color",
|
|
221
257
|
"disabled",
|
|
258
|
+
"hue",
|
|
222
259
|
"mode",
|
|
223
|
-
"outline"
|
|
260
|
+
"outline",
|
|
261
|
+
"shape",
|
|
262
|
+
"size",
|
|
263
|
+
"theme"
|
|
224
264
|
]
|
|
225
265
|
},
|
|
226
266
|
"ion-col": {
|
|
227
267
|
"description": "",
|
|
228
268
|
"attributes": [
|
|
269
|
+
"mode",
|
|
229
270
|
"offset",
|
|
230
271
|
"offset-lg",
|
|
231
272
|
"offset-md",
|
|
232
273
|
"offset-sm",
|
|
233
274
|
"offset-xl",
|
|
234
275
|
"offset-xs",
|
|
276
|
+
"order",
|
|
277
|
+
"order-lg",
|
|
278
|
+
"order-md",
|
|
279
|
+
"order-sm",
|
|
280
|
+
"order-xl",
|
|
281
|
+
"order-xs",
|
|
235
282
|
"pull",
|
|
236
283
|
"pull-lg",
|
|
237
284
|
"pull-md",
|
|
@@ -249,7 +296,8 @@
|
|
|
249
296
|
"size-md",
|
|
250
297
|
"size-sm",
|
|
251
298
|
"size-xl",
|
|
252
|
-
"size-xs"
|
|
299
|
+
"size-xs",
|
|
300
|
+
"theme"
|
|
253
301
|
]
|
|
254
302
|
},
|
|
255
303
|
"ion-content": {
|
|
@@ -259,9 +307,11 @@
|
|
|
259
307
|
"fixed-slot-placement",
|
|
260
308
|
"force-overscroll",
|
|
261
309
|
"fullscreen",
|
|
310
|
+
"mode",
|
|
262
311
|
"scroll-events",
|
|
263
312
|
"scroll-x",
|
|
264
|
-
"scroll-y"
|
|
313
|
+
"scroll-y",
|
|
314
|
+
"theme"
|
|
265
315
|
]
|
|
266
316
|
},
|
|
267
317
|
"ion-datetime": {
|
|
@@ -296,6 +346,7 @@
|
|
|
296
346
|
"show-default-time-label",
|
|
297
347
|
"show-default-title",
|
|
298
348
|
"size",
|
|
349
|
+
"theme",
|
|
299
350
|
"title-selected-dates-formatter",
|
|
300
351
|
"value",
|
|
301
352
|
"year-values"
|
|
@@ -307,7 +358,15 @@
|
|
|
307
358
|
"color",
|
|
308
359
|
"datetime",
|
|
309
360
|
"disabled",
|
|
310
|
-
"mode"
|
|
361
|
+
"mode",
|
|
362
|
+
"theme"
|
|
363
|
+
]
|
|
364
|
+
},
|
|
365
|
+
"ion-divider": {
|
|
366
|
+
"description": "",
|
|
367
|
+
"attributes": [
|
|
368
|
+
"inset",
|
|
369
|
+
"spacing"
|
|
311
370
|
]
|
|
312
371
|
},
|
|
313
372
|
"ion-fab": {
|
|
@@ -316,6 +375,8 @@
|
|
|
316
375
|
"activated",
|
|
317
376
|
"edge",
|
|
318
377
|
"horizontal",
|
|
378
|
+
"mode",
|
|
379
|
+
"theme",
|
|
319
380
|
"vertical"
|
|
320
381
|
]
|
|
321
382
|
},
|
|
@@ -335,6 +396,7 @@
|
|
|
335
396
|
"show",
|
|
336
397
|
"size",
|
|
337
398
|
"target",
|
|
399
|
+
"theme",
|
|
338
400
|
"translucent",
|
|
339
401
|
"type"
|
|
340
402
|
]
|
|
@@ -343,7 +405,9 @@
|
|
|
343
405
|
"description": "",
|
|
344
406
|
"attributes": [
|
|
345
407
|
"activated",
|
|
346
|
-
"
|
|
408
|
+
"mode",
|
|
409
|
+
"side",
|
|
410
|
+
"theme"
|
|
347
411
|
]
|
|
348
412
|
},
|
|
349
413
|
"ion-footer": {
|
|
@@ -351,20 +415,36 @@
|
|
|
351
415
|
"attributes": [
|
|
352
416
|
"collapse",
|
|
353
417
|
"mode",
|
|
418
|
+
"theme",
|
|
354
419
|
"translucent"
|
|
355
420
|
]
|
|
356
421
|
},
|
|
422
|
+
"ion-gallery": {
|
|
423
|
+
"description": "",
|
|
424
|
+
"attributes": [
|
|
425
|
+
"columns",
|
|
426
|
+
"gap",
|
|
427
|
+
"layout",
|
|
428
|
+
"mode",
|
|
429
|
+
"order",
|
|
430
|
+
"theme"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
357
433
|
"ion-grid": {
|
|
358
434
|
"description": "",
|
|
359
435
|
"attributes": [
|
|
360
|
-
"fixed"
|
|
436
|
+
"fixed",
|
|
437
|
+
"mode",
|
|
438
|
+
"theme"
|
|
361
439
|
]
|
|
362
440
|
},
|
|
363
441
|
"ion-header": {
|
|
364
442
|
"description": "",
|
|
365
443
|
"attributes": [
|
|
366
444
|
"collapse",
|
|
445
|
+
"divider",
|
|
367
446
|
"mode",
|
|
447
|
+
"theme",
|
|
368
448
|
"translucent"
|
|
369
449
|
]
|
|
370
450
|
},
|
|
@@ -372,14 +452,19 @@
|
|
|
372
452
|
"description": "",
|
|
373
453
|
"attributes": [
|
|
374
454
|
"alt",
|
|
375
|
-
"
|
|
455
|
+
"mode",
|
|
456
|
+
"src",
|
|
457
|
+
"theme"
|
|
376
458
|
]
|
|
377
459
|
},
|
|
378
460
|
"ion-infinite-scroll": {
|
|
379
461
|
"description": "",
|
|
380
462
|
"attributes": [
|
|
381
463
|
"disabled",
|
|
464
|
+
"mode",
|
|
382
465
|
"position",
|
|
466
|
+
"preserve-rerender-scroll-position",
|
|
467
|
+
"theme",
|
|
383
468
|
"threshold"
|
|
384
469
|
]
|
|
385
470
|
},
|
|
@@ -387,7 +472,9 @@
|
|
|
387
472
|
"description": "",
|
|
388
473
|
"attributes": [
|
|
389
474
|
"loading-spinner",
|
|
390
|
-
"loading-text"
|
|
475
|
+
"loading-text",
|
|
476
|
+
"mode",
|
|
477
|
+
"theme"
|
|
391
478
|
]
|
|
392
479
|
},
|
|
393
480
|
"ion-input": {
|
|
@@ -424,8 +511,10 @@
|
|
|
424
511
|
"readonly",
|
|
425
512
|
"required",
|
|
426
513
|
"shape",
|
|
514
|
+
"size",
|
|
427
515
|
"spellcheck",
|
|
428
516
|
"step",
|
|
517
|
+
"theme",
|
|
429
518
|
"type",
|
|
430
519
|
"value"
|
|
431
520
|
]
|
|
@@ -439,11 +528,13 @@
|
|
|
439
528
|
"fill",
|
|
440
529
|
"inputmode",
|
|
441
530
|
"length",
|
|
531
|
+
"mode",
|
|
442
532
|
"pattern",
|
|
443
533
|
"readonly",
|
|
444
534
|
"separators",
|
|
445
535
|
"shape",
|
|
446
536
|
"size",
|
|
537
|
+
"theme",
|
|
447
538
|
"type",
|
|
448
539
|
"value"
|
|
449
540
|
]
|
|
@@ -473,6 +564,7 @@
|
|
|
473
564
|
"router-animation",
|
|
474
565
|
"router-direction",
|
|
475
566
|
"target",
|
|
567
|
+
"theme",
|
|
476
568
|
"type"
|
|
477
569
|
]
|
|
478
570
|
},
|
|
@@ -481,12 +573,16 @@
|
|
|
481
573
|
"attributes": [
|
|
482
574
|
"color",
|
|
483
575
|
"mode",
|
|
484
|
-
"sticky"
|
|
576
|
+
"sticky",
|
|
577
|
+
"theme"
|
|
485
578
|
]
|
|
486
579
|
},
|
|
487
580
|
"ion-item-group": {
|
|
488
581
|
"description": "",
|
|
489
|
-
"attributes": [
|
|
582
|
+
"attributes": [
|
|
583
|
+
"mode",
|
|
584
|
+
"theme"
|
|
585
|
+
]
|
|
490
586
|
},
|
|
491
587
|
"ion-item-option": {
|
|
492
588
|
"description": "",
|
|
@@ -496,22 +592,29 @@
|
|
|
496
592
|
"download",
|
|
497
593
|
"expandable",
|
|
498
594
|
"href",
|
|
595
|
+
"hue",
|
|
499
596
|
"mode",
|
|
500
597
|
"rel",
|
|
598
|
+
"shape",
|
|
501
599
|
"target",
|
|
600
|
+
"theme",
|
|
502
601
|
"type"
|
|
503
602
|
]
|
|
504
603
|
},
|
|
505
604
|
"ion-item-options": {
|
|
506
605
|
"description": "",
|
|
507
606
|
"attributes": [
|
|
508
|
-
"
|
|
607
|
+
"mode",
|
|
608
|
+
"side",
|
|
609
|
+
"theme"
|
|
509
610
|
]
|
|
510
611
|
},
|
|
511
612
|
"ion-item-sliding": {
|
|
512
613
|
"description": "",
|
|
513
614
|
"attributes": [
|
|
514
|
-
"disabled"
|
|
615
|
+
"disabled",
|
|
616
|
+
"mode",
|
|
617
|
+
"theme"
|
|
515
618
|
]
|
|
516
619
|
},
|
|
517
620
|
"ion-label": {
|
|
@@ -519,7 +622,8 @@
|
|
|
519
622
|
"attributes": [
|
|
520
623
|
"color",
|
|
521
624
|
"mode",
|
|
522
|
-
"position"
|
|
625
|
+
"position",
|
|
626
|
+
"theme"
|
|
523
627
|
]
|
|
524
628
|
},
|
|
525
629
|
"ion-list": {
|
|
@@ -527,7 +631,9 @@
|
|
|
527
631
|
"attributes": [
|
|
528
632
|
"inset",
|
|
529
633
|
"lines",
|
|
530
|
-
"mode"
|
|
634
|
+
"mode",
|
|
635
|
+
"shape",
|
|
636
|
+
"theme"
|
|
531
637
|
]
|
|
532
638
|
},
|
|
533
639
|
"ion-list-header": {
|
|
@@ -535,7 +641,8 @@
|
|
|
535
641
|
"attributes": [
|
|
536
642
|
"color",
|
|
537
643
|
"lines",
|
|
538
|
-
"mode"
|
|
644
|
+
"mode",
|
|
645
|
+
"theme"
|
|
539
646
|
]
|
|
540
647
|
},
|
|
541
648
|
"ion-loading": {
|
|
@@ -554,6 +661,7 @@
|
|
|
554
661
|
"mode",
|
|
555
662
|
"show-backdrop",
|
|
556
663
|
"spinner",
|
|
664
|
+
"theme",
|
|
557
665
|
"translucent",
|
|
558
666
|
"trigger"
|
|
559
667
|
]
|
|
@@ -565,8 +673,10 @@
|
|
|
565
673
|
"disabled",
|
|
566
674
|
"max-edge-start",
|
|
567
675
|
"menu-id",
|
|
676
|
+
"mode",
|
|
568
677
|
"side",
|
|
569
678
|
"swipe-gesture",
|
|
679
|
+
"theme",
|
|
570
680
|
"type"
|
|
571
681
|
]
|
|
572
682
|
},
|
|
@@ -578,6 +688,7 @@
|
|
|
578
688
|
"disabled",
|
|
579
689
|
"menu",
|
|
580
690
|
"mode",
|
|
691
|
+
"theme",
|
|
581
692
|
"type"
|
|
582
693
|
]
|
|
583
694
|
},
|
|
@@ -585,7 +696,9 @@
|
|
|
585
696
|
"description": "",
|
|
586
697
|
"attributes": [
|
|
587
698
|
"auto-hide",
|
|
588
|
-
"menu"
|
|
699
|
+
"menu",
|
|
700
|
+
"mode",
|
|
701
|
+
"theme"
|
|
589
702
|
]
|
|
590
703
|
},
|
|
591
704
|
"ion-modal": {
|
|
@@ -609,7 +722,9 @@
|
|
|
609
722
|
"leave-animation",
|
|
610
723
|
"mode",
|
|
611
724
|
"presenting-element",
|
|
725
|
+
"shape",
|
|
612
726
|
"show-backdrop",
|
|
727
|
+
"theme",
|
|
613
728
|
"trigger"
|
|
614
729
|
]
|
|
615
730
|
},
|
|
@@ -618,9 +733,11 @@
|
|
|
618
733
|
"attributes": [
|
|
619
734
|
"animated",
|
|
620
735
|
"animation",
|
|
736
|
+
"mode",
|
|
621
737
|
"root",
|
|
622
738
|
"root-params",
|
|
623
|
-
"swipe-gesture"
|
|
739
|
+
"swipe-gesture",
|
|
740
|
+
"theme"
|
|
624
741
|
]
|
|
625
742
|
},
|
|
626
743
|
"ion-nav-link": {
|
|
@@ -628,21 +745,25 @@
|
|
|
628
745
|
"attributes": [
|
|
629
746
|
"component",
|
|
630
747
|
"component-props",
|
|
748
|
+
"mode",
|
|
631
749
|
"router-animation",
|
|
632
|
-
"router-direction"
|
|
750
|
+
"router-direction",
|
|
751
|
+
"theme"
|
|
633
752
|
]
|
|
634
753
|
},
|
|
635
754
|
"ion-note": {
|
|
636
755
|
"description": "",
|
|
637
756
|
"attributes": [
|
|
638
757
|
"color",
|
|
639
|
-
"mode"
|
|
758
|
+
"mode",
|
|
759
|
+
"theme"
|
|
640
760
|
]
|
|
641
761
|
},
|
|
642
762
|
"ion-picker": {
|
|
643
763
|
"description": "",
|
|
644
764
|
"attributes": [
|
|
645
|
-
"mode"
|
|
765
|
+
"mode",
|
|
766
|
+
"theme"
|
|
646
767
|
]
|
|
647
768
|
},
|
|
648
769
|
"ion-picker-column": {
|
|
@@ -651,6 +772,7 @@
|
|
|
651
772
|
"color",
|
|
652
773
|
"disabled",
|
|
653
774
|
"mode",
|
|
775
|
+
"theme",
|
|
654
776
|
"value"
|
|
655
777
|
]
|
|
656
778
|
},
|
|
@@ -659,9 +781,31 @@
|
|
|
659
781
|
"attributes": [
|
|
660
782
|
"color",
|
|
661
783
|
"disabled",
|
|
784
|
+
"mode",
|
|
785
|
+
"theme",
|
|
662
786
|
"value"
|
|
663
787
|
]
|
|
664
788
|
},
|
|
789
|
+
"ion-picker-legacy": {
|
|
790
|
+
"description": "",
|
|
791
|
+
"attributes": [
|
|
792
|
+
"animated",
|
|
793
|
+
"backdrop-dismiss",
|
|
794
|
+
"buttons",
|
|
795
|
+
"columns",
|
|
796
|
+
"css-class",
|
|
797
|
+
"duration",
|
|
798
|
+
"enter-animation",
|
|
799
|
+
"html-attributes",
|
|
800
|
+
"is-open",
|
|
801
|
+
"keyboard-close",
|
|
802
|
+
"leave-animation",
|
|
803
|
+
"mode",
|
|
804
|
+
"show-backdrop",
|
|
805
|
+
"theme",
|
|
806
|
+
"trigger"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
665
809
|
"ion-popover": {
|
|
666
810
|
"description": "",
|
|
667
811
|
"attributes": [
|
|
@@ -685,6 +829,7 @@
|
|
|
685
829
|
"show-backdrop",
|
|
686
830
|
"side",
|
|
687
831
|
"size",
|
|
832
|
+
"theme",
|
|
688
833
|
"translucent",
|
|
689
834
|
"trigger",
|
|
690
835
|
"trigger-action"
|
|
@@ -697,6 +842,8 @@
|
|
|
697
842
|
"color",
|
|
698
843
|
"mode",
|
|
699
844
|
"reversed",
|
|
845
|
+
"shape",
|
|
846
|
+
"theme",
|
|
700
847
|
"type",
|
|
701
848
|
"value"
|
|
702
849
|
]
|
|
@@ -711,6 +858,7 @@
|
|
|
711
858
|
"label-placement",
|
|
712
859
|
"mode",
|
|
713
860
|
"name",
|
|
861
|
+
"theme",
|
|
714
862
|
"value"
|
|
715
863
|
]
|
|
716
864
|
},
|
|
@@ -721,7 +869,9 @@
|
|
|
721
869
|
"compare-with",
|
|
722
870
|
"error-text",
|
|
723
871
|
"helper-text",
|
|
872
|
+
"mode",
|
|
724
873
|
"name",
|
|
874
|
+
"theme",
|
|
725
875
|
"value"
|
|
726
876
|
]
|
|
727
877
|
},
|
|
@@ -743,6 +893,7 @@
|
|
|
743
893
|
"pin-formatter",
|
|
744
894
|
"snaps",
|
|
745
895
|
"step",
|
|
896
|
+
"theme",
|
|
746
897
|
"ticks",
|
|
747
898
|
"value"
|
|
748
899
|
]
|
|
@@ -756,31 +907,41 @@
|
|
|
756
907
|
"pull-factor",
|
|
757
908
|
"pull-max",
|
|
758
909
|
"pull-min",
|
|
759
|
-
"snapback-duration"
|
|
910
|
+
"snapback-duration",
|
|
911
|
+
"theme"
|
|
760
912
|
]
|
|
761
913
|
},
|
|
762
914
|
"ion-refresher-content": {
|
|
763
915
|
"description": "",
|
|
764
916
|
"attributes": [
|
|
917
|
+
"mode",
|
|
765
918
|
"pulling-icon",
|
|
766
919
|
"pulling-text",
|
|
767
920
|
"refreshing-spinner",
|
|
768
|
-
"refreshing-text"
|
|
921
|
+
"refreshing-text",
|
|
922
|
+
"theme"
|
|
769
923
|
]
|
|
770
924
|
},
|
|
771
925
|
"ion-reorder": {
|
|
772
926
|
"description": "",
|
|
773
|
-
"attributes": [
|
|
927
|
+
"attributes": [
|
|
928
|
+
"mode",
|
|
929
|
+
"theme"
|
|
930
|
+
]
|
|
774
931
|
},
|
|
775
932
|
"ion-reorder-group": {
|
|
776
933
|
"description": "",
|
|
777
934
|
"attributes": [
|
|
778
|
-
"disabled"
|
|
935
|
+
"disabled",
|
|
936
|
+
"mode",
|
|
937
|
+
"theme"
|
|
779
938
|
]
|
|
780
939
|
},
|
|
781
940
|
"ion-ripple-effect": {
|
|
782
941
|
"description": "",
|
|
783
942
|
"attributes": [
|
|
943
|
+
"mode",
|
|
944
|
+
"theme",
|
|
784
945
|
"type"
|
|
785
946
|
]
|
|
786
947
|
},
|
|
@@ -791,6 +952,8 @@
|
|
|
791
952
|
"before-leave",
|
|
792
953
|
"component",
|
|
793
954
|
"component-props",
|
|
955
|
+
"mode",
|
|
956
|
+
"theme",
|
|
794
957
|
"url"
|
|
795
958
|
]
|
|
796
959
|
},
|
|
@@ -804,7 +967,9 @@
|
|
|
804
967
|
"ion-router": {
|
|
805
968
|
"description": "",
|
|
806
969
|
"attributes": [
|
|
970
|
+
"mode",
|
|
807
971
|
"root",
|
|
972
|
+
"theme",
|
|
808
973
|
"use-hash"
|
|
809
974
|
]
|
|
810
975
|
},
|
|
@@ -813,10 +978,12 @@
|
|
|
813
978
|
"attributes": [
|
|
814
979
|
"color",
|
|
815
980
|
"href",
|
|
981
|
+
"mode",
|
|
816
982
|
"rel",
|
|
817
983
|
"router-animation",
|
|
818
984
|
"router-direction",
|
|
819
|
-
"target"
|
|
985
|
+
"target",
|
|
986
|
+
"theme"
|
|
820
987
|
]
|
|
821
988
|
},
|
|
822
989
|
"ion-router-outlet": {
|
|
@@ -825,12 +992,15 @@
|
|
|
825
992
|
"animated",
|
|
826
993
|
"animation",
|
|
827
994
|
"mode",
|
|
828
|
-
"
|
|
995
|
+
"theme"
|
|
829
996
|
]
|
|
830
997
|
},
|
|
831
998
|
"ion-row": {
|
|
832
999
|
"description": "",
|
|
833
|
-
"attributes": [
|
|
1000
|
+
"attributes": [
|
|
1001
|
+
"mode",
|
|
1002
|
+
"theme"
|
|
1003
|
+
]
|
|
834
1004
|
},
|
|
835
1005
|
"ion-searchbar": {
|
|
836
1006
|
"description": "",
|
|
@@ -853,9 +1023,12 @@
|
|
|
853
1023
|
"name",
|
|
854
1024
|
"placeholder",
|
|
855
1025
|
"search-icon",
|
|
1026
|
+
"shape",
|
|
856
1027
|
"show-cancel-button",
|
|
857
1028
|
"show-clear-button",
|
|
1029
|
+
"size",
|
|
858
1030
|
"spellcheck",
|
|
1031
|
+
"theme",
|
|
859
1032
|
"type",
|
|
860
1033
|
"value"
|
|
861
1034
|
]
|
|
@@ -869,6 +1042,7 @@
|
|
|
869
1042
|
"scrollable",
|
|
870
1043
|
"select-on-focus",
|
|
871
1044
|
"swipe-gesture",
|
|
1045
|
+
"theme",
|
|
872
1046
|
"value"
|
|
873
1047
|
]
|
|
874
1048
|
},
|
|
@@ -879,6 +1053,7 @@
|
|
|
879
1053
|
"disabled",
|
|
880
1054
|
"layout",
|
|
881
1055
|
"mode",
|
|
1056
|
+
"theme",
|
|
882
1057
|
"type",
|
|
883
1058
|
"value"
|
|
884
1059
|
]
|
|
@@ -897,6 +1072,7 @@
|
|
|
897
1072
|
"ion-select": {
|
|
898
1073
|
"description": "",
|
|
899
1074
|
"attributes": [
|
|
1075
|
+
"cancel-icon",
|
|
900
1076
|
"cancel-text",
|
|
901
1077
|
"color",
|
|
902
1078
|
"compare-with",
|
|
@@ -918,6 +1094,8 @@
|
|
|
918
1094
|
"required",
|
|
919
1095
|
"selected-text",
|
|
920
1096
|
"shape",
|
|
1097
|
+
"size",
|
|
1098
|
+
"theme",
|
|
921
1099
|
"toggle-icon",
|
|
922
1100
|
"value"
|
|
923
1101
|
]
|
|
@@ -925,6 +1103,7 @@
|
|
|
925
1103
|
"ion-select-modal": {
|
|
926
1104
|
"description": "",
|
|
927
1105
|
"attributes": [
|
|
1106
|
+
"cancel-icon",
|
|
928
1107
|
"cancel-text",
|
|
929
1108
|
"header",
|
|
930
1109
|
"multiple",
|
|
@@ -934,14 +1113,21 @@
|
|
|
934
1113
|
"ion-select-option": {
|
|
935
1114
|
"description": "",
|
|
936
1115
|
"attributes": [
|
|
1116
|
+
"description",
|
|
937
1117
|
"disabled",
|
|
1118
|
+
"justify",
|
|
1119
|
+
"label-placement",
|
|
1120
|
+
"mode",
|
|
1121
|
+
"theme",
|
|
938
1122
|
"value"
|
|
939
1123
|
]
|
|
940
1124
|
},
|
|
941
1125
|
"ion-skeleton-text": {
|
|
942
1126
|
"description": "",
|
|
943
1127
|
"attributes": [
|
|
944
|
-
"animated"
|
|
1128
|
+
"animated",
|
|
1129
|
+
"mode",
|
|
1130
|
+
"theme"
|
|
945
1131
|
]
|
|
946
1132
|
},
|
|
947
1133
|
"ion-spinner": {
|
|
@@ -949,8 +1135,11 @@
|
|
|
949
1135
|
"attributes": [
|
|
950
1136
|
"color",
|
|
951
1137
|
"duration",
|
|
1138
|
+
"mode",
|
|
952
1139
|
"name",
|
|
953
|
-
"paused"
|
|
1140
|
+
"paused",
|
|
1141
|
+
"size",
|
|
1142
|
+
"theme"
|
|
954
1143
|
]
|
|
955
1144
|
},
|
|
956
1145
|
"ion-split-pane": {
|
|
@@ -958,6 +1147,8 @@
|
|
|
958
1147
|
"attributes": [
|
|
959
1148
|
"content-id",
|
|
960
1149
|
"disabled",
|
|
1150
|
+
"mode",
|
|
1151
|
+
"theme",
|
|
961
1152
|
"when"
|
|
962
1153
|
]
|
|
963
1154
|
},
|
|
@@ -965,15 +1156,21 @@
|
|
|
965
1156
|
"description": "",
|
|
966
1157
|
"attributes": [
|
|
967
1158
|
"component",
|
|
968
|
-
"
|
|
1159
|
+
"mode",
|
|
1160
|
+
"tab",
|
|
1161
|
+
"theme"
|
|
969
1162
|
]
|
|
970
1163
|
},
|
|
971
1164
|
"ion-tab-bar": {
|
|
972
1165
|
"description": "",
|
|
973
1166
|
"attributes": [
|
|
974
1167
|
"color",
|
|
1168
|
+
"expand",
|
|
1169
|
+
"hide-on-scroll",
|
|
975
1170
|
"mode",
|
|
976
1171
|
"selected-tab",
|
|
1172
|
+
"shape",
|
|
1173
|
+
"theme",
|
|
977
1174
|
"translucent"
|
|
978
1175
|
]
|
|
979
1176
|
},
|
|
@@ -987,19 +1184,25 @@
|
|
|
987
1184
|
"mode",
|
|
988
1185
|
"rel",
|
|
989
1186
|
"selected",
|
|
1187
|
+
"shape",
|
|
990
1188
|
"tab",
|
|
991
|
-
"target"
|
|
1189
|
+
"target",
|
|
1190
|
+
"theme"
|
|
992
1191
|
]
|
|
993
1192
|
},
|
|
994
1193
|
"ion-tabs": {
|
|
995
1194
|
"description": "",
|
|
996
|
-
"attributes": [
|
|
1195
|
+
"attributes": [
|
|
1196
|
+
"mode",
|
|
1197
|
+
"theme"
|
|
1198
|
+
]
|
|
997
1199
|
},
|
|
998
1200
|
"ion-text": {
|
|
999
1201
|
"description": "",
|
|
1000
1202
|
"attributes": [
|
|
1001
1203
|
"color",
|
|
1002
|
-
"mode"
|
|
1204
|
+
"mode",
|
|
1205
|
+
"theme"
|
|
1003
1206
|
]
|
|
1004
1207
|
},
|
|
1005
1208
|
"ion-textarea": {
|
|
@@ -1031,20 +1234,27 @@
|
|
|
1031
1234
|
"required",
|
|
1032
1235
|
"rows",
|
|
1033
1236
|
"shape",
|
|
1237
|
+
"size",
|
|
1034
1238
|
"spellcheck",
|
|
1239
|
+
"theme",
|
|
1035
1240
|
"value",
|
|
1036
1241
|
"wrap"
|
|
1037
1242
|
]
|
|
1038
1243
|
},
|
|
1039
1244
|
"ion-thumbnail": {
|
|
1040
1245
|
"description": "",
|
|
1041
|
-
"attributes": [
|
|
1246
|
+
"attributes": [
|
|
1247
|
+
"mode",
|
|
1248
|
+
"theme"
|
|
1249
|
+
]
|
|
1042
1250
|
},
|
|
1043
1251
|
"ion-title": {
|
|
1044
1252
|
"description": "",
|
|
1045
1253
|
"attributes": [
|
|
1046
1254
|
"color",
|
|
1047
|
-
"
|
|
1255
|
+
"mode",
|
|
1256
|
+
"size",
|
|
1257
|
+
"theme"
|
|
1048
1258
|
]
|
|
1049
1259
|
},
|
|
1050
1260
|
"ion-toast": {
|
|
@@ -1058,6 +1268,7 @@
|
|
|
1058
1268
|
"enter-animation",
|
|
1059
1269
|
"header",
|
|
1060
1270
|
"html-attributes",
|
|
1271
|
+
"hue",
|
|
1061
1272
|
"icon",
|
|
1062
1273
|
"is-open",
|
|
1063
1274
|
"keyboard-close",
|
|
@@ -1067,7 +1278,9 @@
|
|
|
1067
1278
|
"mode",
|
|
1068
1279
|
"position",
|
|
1069
1280
|
"position-anchor",
|
|
1281
|
+
"shape",
|
|
1070
1282
|
"swipe-gesture",
|
|
1283
|
+
"theme",
|
|
1071
1284
|
"translucent",
|
|
1072
1285
|
"trigger"
|
|
1073
1286
|
]
|
|
@@ -1087,6 +1300,7 @@
|
|
|
1087
1300
|
"mode",
|
|
1088
1301
|
"name",
|
|
1089
1302
|
"required",
|
|
1303
|
+
"theme",
|
|
1090
1304
|
"value"
|
|
1091
1305
|
]
|
|
1092
1306
|
},
|
|
@@ -1094,7 +1308,9 @@
|
|
|
1094
1308
|
"description": "",
|
|
1095
1309
|
"attributes": [
|
|
1096
1310
|
"color",
|
|
1097
|
-
"mode"
|
|
1311
|
+
"mode",
|
|
1312
|
+
"theme",
|
|
1313
|
+
"title-placement"
|
|
1098
1314
|
]
|
|
1099
1315
|
}
|
|
1100
1316
|
}
|