@ionic/vue 8.8.9-dev.11780690883.11fe8a2a → 8.8.9-dev.11780945313.14080cb4
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 +3 -0
- package/dist/vetur/attributes.json +1712 -110
- package/dist/vetur/tags.json +266 -45
- package/dist/web-types.json +2059 -219
- 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,43 @@
|
|
|
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
|
+
},
|
|
433
|
+
"ion-gallery-item": {
|
|
434
|
+
"description": "",
|
|
435
|
+
"attributes": [
|
|
436
|
+
"mode",
|
|
437
|
+
"theme"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
357
440
|
"ion-grid": {
|
|
358
441
|
"description": "",
|
|
359
442
|
"attributes": [
|
|
360
|
-
"fixed"
|
|
443
|
+
"fixed",
|
|
444
|
+
"mode",
|
|
445
|
+
"theme"
|
|
361
446
|
]
|
|
362
447
|
},
|
|
363
448
|
"ion-header": {
|
|
364
449
|
"description": "",
|
|
365
450
|
"attributes": [
|
|
366
451
|
"collapse",
|
|
452
|
+
"divider",
|
|
367
453
|
"mode",
|
|
454
|
+
"theme",
|
|
368
455
|
"translucent"
|
|
369
456
|
]
|
|
370
457
|
},
|
|
@@ -372,14 +459,19 @@
|
|
|
372
459
|
"description": "",
|
|
373
460
|
"attributes": [
|
|
374
461
|
"alt",
|
|
375
|
-
"
|
|
462
|
+
"mode",
|
|
463
|
+
"src",
|
|
464
|
+
"theme"
|
|
376
465
|
]
|
|
377
466
|
},
|
|
378
467
|
"ion-infinite-scroll": {
|
|
379
468
|
"description": "",
|
|
380
469
|
"attributes": [
|
|
381
470
|
"disabled",
|
|
471
|
+
"mode",
|
|
382
472
|
"position",
|
|
473
|
+
"preserve-rerender-scroll-position",
|
|
474
|
+
"theme",
|
|
383
475
|
"threshold"
|
|
384
476
|
]
|
|
385
477
|
},
|
|
@@ -387,7 +479,9 @@
|
|
|
387
479
|
"description": "",
|
|
388
480
|
"attributes": [
|
|
389
481
|
"loading-spinner",
|
|
390
|
-
"loading-text"
|
|
482
|
+
"loading-text",
|
|
483
|
+
"mode",
|
|
484
|
+
"theme"
|
|
391
485
|
]
|
|
392
486
|
},
|
|
393
487
|
"ion-input": {
|
|
@@ -424,8 +518,10 @@
|
|
|
424
518
|
"readonly",
|
|
425
519
|
"required",
|
|
426
520
|
"shape",
|
|
521
|
+
"size",
|
|
427
522
|
"spellcheck",
|
|
428
523
|
"step",
|
|
524
|
+
"theme",
|
|
429
525
|
"type",
|
|
430
526
|
"value"
|
|
431
527
|
]
|
|
@@ -439,11 +535,13 @@
|
|
|
439
535
|
"fill",
|
|
440
536
|
"inputmode",
|
|
441
537
|
"length",
|
|
538
|
+
"mode",
|
|
442
539
|
"pattern",
|
|
443
540
|
"readonly",
|
|
444
541
|
"separators",
|
|
445
542
|
"shape",
|
|
446
543
|
"size",
|
|
544
|
+
"theme",
|
|
447
545
|
"type",
|
|
448
546
|
"value"
|
|
449
547
|
]
|
|
@@ -473,6 +571,7 @@
|
|
|
473
571
|
"router-animation",
|
|
474
572
|
"router-direction",
|
|
475
573
|
"target",
|
|
574
|
+
"theme",
|
|
476
575
|
"type"
|
|
477
576
|
]
|
|
478
577
|
},
|
|
@@ -481,12 +580,16 @@
|
|
|
481
580
|
"attributes": [
|
|
482
581
|
"color",
|
|
483
582
|
"mode",
|
|
484
|
-
"sticky"
|
|
583
|
+
"sticky",
|
|
584
|
+
"theme"
|
|
485
585
|
]
|
|
486
586
|
},
|
|
487
587
|
"ion-item-group": {
|
|
488
588
|
"description": "",
|
|
489
|
-
"attributes": [
|
|
589
|
+
"attributes": [
|
|
590
|
+
"mode",
|
|
591
|
+
"theme"
|
|
592
|
+
]
|
|
490
593
|
},
|
|
491
594
|
"ion-item-option": {
|
|
492
595
|
"description": "",
|
|
@@ -496,22 +599,29 @@
|
|
|
496
599
|
"download",
|
|
497
600
|
"expandable",
|
|
498
601
|
"href",
|
|
602
|
+
"hue",
|
|
499
603
|
"mode",
|
|
500
604
|
"rel",
|
|
605
|
+
"shape",
|
|
501
606
|
"target",
|
|
607
|
+
"theme",
|
|
502
608
|
"type"
|
|
503
609
|
]
|
|
504
610
|
},
|
|
505
611
|
"ion-item-options": {
|
|
506
612
|
"description": "",
|
|
507
613
|
"attributes": [
|
|
508
|
-
"
|
|
614
|
+
"mode",
|
|
615
|
+
"side",
|
|
616
|
+
"theme"
|
|
509
617
|
]
|
|
510
618
|
},
|
|
511
619
|
"ion-item-sliding": {
|
|
512
620
|
"description": "",
|
|
513
621
|
"attributes": [
|
|
514
|
-
"disabled"
|
|
622
|
+
"disabled",
|
|
623
|
+
"mode",
|
|
624
|
+
"theme"
|
|
515
625
|
]
|
|
516
626
|
},
|
|
517
627
|
"ion-label": {
|
|
@@ -519,7 +629,8 @@
|
|
|
519
629
|
"attributes": [
|
|
520
630
|
"color",
|
|
521
631
|
"mode",
|
|
522
|
-
"position"
|
|
632
|
+
"position",
|
|
633
|
+
"theme"
|
|
523
634
|
]
|
|
524
635
|
},
|
|
525
636
|
"ion-list": {
|
|
@@ -527,7 +638,9 @@
|
|
|
527
638
|
"attributes": [
|
|
528
639
|
"inset",
|
|
529
640
|
"lines",
|
|
530
|
-
"mode"
|
|
641
|
+
"mode",
|
|
642
|
+
"shape",
|
|
643
|
+
"theme"
|
|
531
644
|
]
|
|
532
645
|
},
|
|
533
646
|
"ion-list-header": {
|
|
@@ -535,7 +648,8 @@
|
|
|
535
648
|
"attributes": [
|
|
536
649
|
"color",
|
|
537
650
|
"lines",
|
|
538
|
-
"mode"
|
|
651
|
+
"mode",
|
|
652
|
+
"theme"
|
|
539
653
|
]
|
|
540
654
|
},
|
|
541
655
|
"ion-loading": {
|
|
@@ -554,6 +668,7 @@
|
|
|
554
668
|
"mode",
|
|
555
669
|
"show-backdrop",
|
|
556
670
|
"spinner",
|
|
671
|
+
"theme",
|
|
557
672
|
"translucent",
|
|
558
673
|
"trigger"
|
|
559
674
|
]
|
|
@@ -565,8 +680,10 @@
|
|
|
565
680
|
"disabled",
|
|
566
681
|
"max-edge-start",
|
|
567
682
|
"menu-id",
|
|
683
|
+
"mode",
|
|
568
684
|
"side",
|
|
569
685
|
"swipe-gesture",
|
|
686
|
+
"theme",
|
|
570
687
|
"type"
|
|
571
688
|
]
|
|
572
689
|
},
|
|
@@ -578,6 +695,7 @@
|
|
|
578
695
|
"disabled",
|
|
579
696
|
"menu",
|
|
580
697
|
"mode",
|
|
698
|
+
"theme",
|
|
581
699
|
"type"
|
|
582
700
|
]
|
|
583
701
|
},
|
|
@@ -585,7 +703,9 @@
|
|
|
585
703
|
"description": "",
|
|
586
704
|
"attributes": [
|
|
587
705
|
"auto-hide",
|
|
588
|
-
"menu"
|
|
706
|
+
"menu",
|
|
707
|
+
"mode",
|
|
708
|
+
"theme"
|
|
589
709
|
]
|
|
590
710
|
},
|
|
591
711
|
"ion-modal": {
|
|
@@ -609,7 +729,9 @@
|
|
|
609
729
|
"leave-animation",
|
|
610
730
|
"mode",
|
|
611
731
|
"presenting-element",
|
|
732
|
+
"shape",
|
|
612
733
|
"show-backdrop",
|
|
734
|
+
"theme",
|
|
613
735
|
"trigger"
|
|
614
736
|
]
|
|
615
737
|
},
|
|
@@ -618,9 +740,11 @@
|
|
|
618
740
|
"attributes": [
|
|
619
741
|
"animated",
|
|
620
742
|
"animation",
|
|
743
|
+
"mode",
|
|
621
744
|
"root",
|
|
622
745
|
"root-params",
|
|
623
|
-
"swipe-gesture"
|
|
746
|
+
"swipe-gesture",
|
|
747
|
+
"theme"
|
|
624
748
|
]
|
|
625
749
|
},
|
|
626
750
|
"ion-nav-link": {
|
|
@@ -628,21 +752,25 @@
|
|
|
628
752
|
"attributes": [
|
|
629
753
|
"component",
|
|
630
754
|
"component-props",
|
|
755
|
+
"mode",
|
|
631
756
|
"router-animation",
|
|
632
|
-
"router-direction"
|
|
757
|
+
"router-direction",
|
|
758
|
+
"theme"
|
|
633
759
|
]
|
|
634
760
|
},
|
|
635
761
|
"ion-note": {
|
|
636
762
|
"description": "",
|
|
637
763
|
"attributes": [
|
|
638
764
|
"color",
|
|
639
|
-
"mode"
|
|
765
|
+
"mode",
|
|
766
|
+
"theme"
|
|
640
767
|
]
|
|
641
768
|
},
|
|
642
769
|
"ion-picker": {
|
|
643
770
|
"description": "",
|
|
644
771
|
"attributes": [
|
|
645
|
-
"mode"
|
|
772
|
+
"mode",
|
|
773
|
+
"theme"
|
|
646
774
|
]
|
|
647
775
|
},
|
|
648
776
|
"ion-picker-column": {
|
|
@@ -651,6 +779,7 @@
|
|
|
651
779
|
"color",
|
|
652
780
|
"disabled",
|
|
653
781
|
"mode",
|
|
782
|
+
"theme",
|
|
654
783
|
"value"
|
|
655
784
|
]
|
|
656
785
|
},
|
|
@@ -659,9 +788,31 @@
|
|
|
659
788
|
"attributes": [
|
|
660
789
|
"color",
|
|
661
790
|
"disabled",
|
|
791
|
+
"mode",
|
|
792
|
+
"theme",
|
|
662
793
|
"value"
|
|
663
794
|
]
|
|
664
795
|
},
|
|
796
|
+
"ion-picker-legacy": {
|
|
797
|
+
"description": "",
|
|
798
|
+
"attributes": [
|
|
799
|
+
"animated",
|
|
800
|
+
"backdrop-dismiss",
|
|
801
|
+
"buttons",
|
|
802
|
+
"columns",
|
|
803
|
+
"css-class",
|
|
804
|
+
"duration",
|
|
805
|
+
"enter-animation",
|
|
806
|
+
"html-attributes",
|
|
807
|
+
"is-open",
|
|
808
|
+
"keyboard-close",
|
|
809
|
+
"leave-animation",
|
|
810
|
+
"mode",
|
|
811
|
+
"show-backdrop",
|
|
812
|
+
"theme",
|
|
813
|
+
"trigger"
|
|
814
|
+
]
|
|
815
|
+
},
|
|
665
816
|
"ion-popover": {
|
|
666
817
|
"description": "",
|
|
667
818
|
"attributes": [
|
|
@@ -685,6 +836,7 @@
|
|
|
685
836
|
"show-backdrop",
|
|
686
837
|
"side",
|
|
687
838
|
"size",
|
|
839
|
+
"theme",
|
|
688
840
|
"translucent",
|
|
689
841
|
"trigger",
|
|
690
842
|
"trigger-action"
|
|
@@ -697,6 +849,8 @@
|
|
|
697
849
|
"color",
|
|
698
850
|
"mode",
|
|
699
851
|
"reversed",
|
|
852
|
+
"shape",
|
|
853
|
+
"theme",
|
|
700
854
|
"type",
|
|
701
855
|
"value"
|
|
702
856
|
]
|
|
@@ -711,6 +865,7 @@
|
|
|
711
865
|
"label-placement",
|
|
712
866
|
"mode",
|
|
713
867
|
"name",
|
|
868
|
+
"theme",
|
|
714
869
|
"value"
|
|
715
870
|
]
|
|
716
871
|
},
|
|
@@ -721,7 +876,9 @@
|
|
|
721
876
|
"compare-with",
|
|
722
877
|
"error-text",
|
|
723
878
|
"helper-text",
|
|
879
|
+
"mode",
|
|
724
880
|
"name",
|
|
881
|
+
"theme",
|
|
725
882
|
"value"
|
|
726
883
|
]
|
|
727
884
|
},
|
|
@@ -743,6 +900,7 @@
|
|
|
743
900
|
"pin-formatter",
|
|
744
901
|
"snaps",
|
|
745
902
|
"step",
|
|
903
|
+
"theme",
|
|
746
904
|
"ticks",
|
|
747
905
|
"value"
|
|
748
906
|
]
|
|
@@ -756,31 +914,41 @@
|
|
|
756
914
|
"pull-factor",
|
|
757
915
|
"pull-max",
|
|
758
916
|
"pull-min",
|
|
759
|
-
"snapback-duration"
|
|
917
|
+
"snapback-duration",
|
|
918
|
+
"theme"
|
|
760
919
|
]
|
|
761
920
|
},
|
|
762
921
|
"ion-refresher-content": {
|
|
763
922
|
"description": "",
|
|
764
923
|
"attributes": [
|
|
924
|
+
"mode",
|
|
765
925
|
"pulling-icon",
|
|
766
926
|
"pulling-text",
|
|
767
927
|
"refreshing-spinner",
|
|
768
|
-
"refreshing-text"
|
|
928
|
+
"refreshing-text",
|
|
929
|
+
"theme"
|
|
769
930
|
]
|
|
770
931
|
},
|
|
771
932
|
"ion-reorder": {
|
|
772
933
|
"description": "",
|
|
773
|
-
"attributes": [
|
|
934
|
+
"attributes": [
|
|
935
|
+
"mode",
|
|
936
|
+
"theme"
|
|
937
|
+
]
|
|
774
938
|
},
|
|
775
939
|
"ion-reorder-group": {
|
|
776
940
|
"description": "",
|
|
777
941
|
"attributes": [
|
|
778
|
-
"disabled"
|
|
942
|
+
"disabled",
|
|
943
|
+
"mode",
|
|
944
|
+
"theme"
|
|
779
945
|
]
|
|
780
946
|
},
|
|
781
947
|
"ion-ripple-effect": {
|
|
782
948
|
"description": "",
|
|
783
949
|
"attributes": [
|
|
950
|
+
"mode",
|
|
951
|
+
"theme",
|
|
784
952
|
"type"
|
|
785
953
|
]
|
|
786
954
|
},
|
|
@@ -791,6 +959,8 @@
|
|
|
791
959
|
"before-leave",
|
|
792
960
|
"component",
|
|
793
961
|
"component-props",
|
|
962
|
+
"mode",
|
|
963
|
+
"theme",
|
|
794
964
|
"url"
|
|
795
965
|
]
|
|
796
966
|
},
|
|
@@ -804,7 +974,9 @@
|
|
|
804
974
|
"ion-router": {
|
|
805
975
|
"description": "",
|
|
806
976
|
"attributes": [
|
|
977
|
+
"mode",
|
|
807
978
|
"root",
|
|
979
|
+
"theme",
|
|
808
980
|
"use-hash"
|
|
809
981
|
]
|
|
810
982
|
},
|
|
@@ -813,10 +985,12 @@
|
|
|
813
985
|
"attributes": [
|
|
814
986
|
"color",
|
|
815
987
|
"href",
|
|
988
|
+
"mode",
|
|
816
989
|
"rel",
|
|
817
990
|
"router-animation",
|
|
818
991
|
"router-direction",
|
|
819
|
-
"target"
|
|
992
|
+
"target",
|
|
993
|
+
"theme"
|
|
820
994
|
]
|
|
821
995
|
},
|
|
822
996
|
"ion-router-outlet": {
|
|
@@ -825,12 +999,15 @@
|
|
|
825
999
|
"animated",
|
|
826
1000
|
"animation",
|
|
827
1001
|
"mode",
|
|
828
|
-
"
|
|
1002
|
+
"theme"
|
|
829
1003
|
]
|
|
830
1004
|
},
|
|
831
1005
|
"ion-row": {
|
|
832
1006
|
"description": "",
|
|
833
|
-
"attributes": [
|
|
1007
|
+
"attributes": [
|
|
1008
|
+
"mode",
|
|
1009
|
+
"theme"
|
|
1010
|
+
]
|
|
834
1011
|
},
|
|
835
1012
|
"ion-searchbar": {
|
|
836
1013
|
"description": "",
|
|
@@ -853,9 +1030,12 @@
|
|
|
853
1030
|
"name",
|
|
854
1031
|
"placeholder",
|
|
855
1032
|
"search-icon",
|
|
1033
|
+
"shape",
|
|
856
1034
|
"show-cancel-button",
|
|
857
1035
|
"show-clear-button",
|
|
1036
|
+
"size",
|
|
858
1037
|
"spellcheck",
|
|
1038
|
+
"theme",
|
|
859
1039
|
"type",
|
|
860
1040
|
"value"
|
|
861
1041
|
]
|
|
@@ -869,6 +1049,7 @@
|
|
|
869
1049
|
"scrollable",
|
|
870
1050
|
"select-on-focus",
|
|
871
1051
|
"swipe-gesture",
|
|
1052
|
+
"theme",
|
|
872
1053
|
"value"
|
|
873
1054
|
]
|
|
874
1055
|
},
|
|
@@ -879,6 +1060,7 @@
|
|
|
879
1060
|
"disabled",
|
|
880
1061
|
"layout",
|
|
881
1062
|
"mode",
|
|
1063
|
+
"theme",
|
|
882
1064
|
"type",
|
|
883
1065
|
"value"
|
|
884
1066
|
]
|
|
@@ -897,6 +1079,7 @@
|
|
|
897
1079
|
"ion-select": {
|
|
898
1080
|
"description": "",
|
|
899
1081
|
"attributes": [
|
|
1082
|
+
"cancel-icon",
|
|
900
1083
|
"cancel-text",
|
|
901
1084
|
"color",
|
|
902
1085
|
"compare-with",
|
|
@@ -918,6 +1101,8 @@
|
|
|
918
1101
|
"required",
|
|
919
1102
|
"selected-text",
|
|
920
1103
|
"shape",
|
|
1104
|
+
"size",
|
|
1105
|
+
"theme",
|
|
921
1106
|
"toggle-icon",
|
|
922
1107
|
"value"
|
|
923
1108
|
]
|
|
@@ -925,6 +1110,7 @@
|
|
|
925
1110
|
"ion-select-modal": {
|
|
926
1111
|
"description": "",
|
|
927
1112
|
"attributes": [
|
|
1113
|
+
"cancel-icon",
|
|
928
1114
|
"cancel-text",
|
|
929
1115
|
"header",
|
|
930
1116
|
"multiple",
|
|
@@ -934,14 +1120,19 @@
|
|
|
934
1120
|
"ion-select-option": {
|
|
935
1121
|
"description": "",
|
|
936
1122
|
"attributes": [
|
|
1123
|
+
"description",
|
|
937
1124
|
"disabled",
|
|
1125
|
+
"mode",
|
|
1126
|
+
"theme",
|
|
938
1127
|
"value"
|
|
939
1128
|
]
|
|
940
1129
|
},
|
|
941
1130
|
"ion-skeleton-text": {
|
|
942
1131
|
"description": "",
|
|
943
1132
|
"attributes": [
|
|
944
|
-
"animated"
|
|
1133
|
+
"animated",
|
|
1134
|
+
"mode",
|
|
1135
|
+
"theme"
|
|
945
1136
|
]
|
|
946
1137
|
},
|
|
947
1138
|
"ion-spinner": {
|
|
@@ -949,8 +1140,11 @@
|
|
|
949
1140
|
"attributes": [
|
|
950
1141
|
"color",
|
|
951
1142
|
"duration",
|
|
1143
|
+
"mode",
|
|
952
1144
|
"name",
|
|
953
|
-
"paused"
|
|
1145
|
+
"paused",
|
|
1146
|
+
"size",
|
|
1147
|
+
"theme"
|
|
954
1148
|
]
|
|
955
1149
|
},
|
|
956
1150
|
"ion-split-pane": {
|
|
@@ -958,6 +1152,8 @@
|
|
|
958
1152
|
"attributes": [
|
|
959
1153
|
"content-id",
|
|
960
1154
|
"disabled",
|
|
1155
|
+
"mode",
|
|
1156
|
+
"theme",
|
|
961
1157
|
"when"
|
|
962
1158
|
]
|
|
963
1159
|
},
|
|
@@ -965,15 +1161,21 @@
|
|
|
965
1161
|
"description": "",
|
|
966
1162
|
"attributes": [
|
|
967
1163
|
"component",
|
|
968
|
-
"
|
|
1164
|
+
"mode",
|
|
1165
|
+
"tab",
|
|
1166
|
+
"theme"
|
|
969
1167
|
]
|
|
970
1168
|
},
|
|
971
1169
|
"ion-tab-bar": {
|
|
972
1170
|
"description": "",
|
|
973
1171
|
"attributes": [
|
|
974
1172
|
"color",
|
|
1173
|
+
"expand",
|
|
1174
|
+
"hide-on-scroll",
|
|
975
1175
|
"mode",
|
|
976
1176
|
"selected-tab",
|
|
1177
|
+
"shape",
|
|
1178
|
+
"theme",
|
|
977
1179
|
"translucent"
|
|
978
1180
|
]
|
|
979
1181
|
},
|
|
@@ -987,19 +1189,25 @@
|
|
|
987
1189
|
"mode",
|
|
988
1190
|
"rel",
|
|
989
1191
|
"selected",
|
|
1192
|
+
"shape",
|
|
990
1193
|
"tab",
|
|
991
|
-
"target"
|
|
1194
|
+
"target",
|
|
1195
|
+
"theme"
|
|
992
1196
|
]
|
|
993
1197
|
},
|
|
994
1198
|
"ion-tabs": {
|
|
995
1199
|
"description": "",
|
|
996
|
-
"attributes": [
|
|
1200
|
+
"attributes": [
|
|
1201
|
+
"mode",
|
|
1202
|
+
"theme"
|
|
1203
|
+
]
|
|
997
1204
|
},
|
|
998
1205
|
"ion-text": {
|
|
999
1206
|
"description": "",
|
|
1000
1207
|
"attributes": [
|
|
1001
1208
|
"color",
|
|
1002
|
-
"mode"
|
|
1209
|
+
"mode",
|
|
1210
|
+
"theme"
|
|
1003
1211
|
]
|
|
1004
1212
|
},
|
|
1005
1213
|
"ion-textarea": {
|
|
@@ -1031,20 +1239,27 @@
|
|
|
1031
1239
|
"required",
|
|
1032
1240
|
"rows",
|
|
1033
1241
|
"shape",
|
|
1242
|
+
"size",
|
|
1034
1243
|
"spellcheck",
|
|
1244
|
+
"theme",
|
|
1035
1245
|
"value",
|
|
1036
1246
|
"wrap"
|
|
1037
1247
|
]
|
|
1038
1248
|
},
|
|
1039
1249
|
"ion-thumbnail": {
|
|
1040
1250
|
"description": "",
|
|
1041
|
-
"attributes": [
|
|
1251
|
+
"attributes": [
|
|
1252
|
+
"mode",
|
|
1253
|
+
"theme"
|
|
1254
|
+
]
|
|
1042
1255
|
},
|
|
1043
1256
|
"ion-title": {
|
|
1044
1257
|
"description": "",
|
|
1045
1258
|
"attributes": [
|
|
1046
1259
|
"color",
|
|
1047
|
-
"
|
|
1260
|
+
"mode",
|
|
1261
|
+
"size",
|
|
1262
|
+
"theme"
|
|
1048
1263
|
]
|
|
1049
1264
|
},
|
|
1050
1265
|
"ion-toast": {
|
|
@@ -1058,6 +1273,7 @@
|
|
|
1058
1273
|
"enter-animation",
|
|
1059
1274
|
"header",
|
|
1060
1275
|
"html-attributes",
|
|
1276
|
+
"hue",
|
|
1061
1277
|
"icon",
|
|
1062
1278
|
"is-open",
|
|
1063
1279
|
"keyboard-close",
|
|
@@ -1067,7 +1283,9 @@
|
|
|
1067
1283
|
"mode",
|
|
1068
1284
|
"position",
|
|
1069
1285
|
"position-anchor",
|
|
1286
|
+
"shape",
|
|
1070
1287
|
"swipe-gesture",
|
|
1288
|
+
"theme",
|
|
1071
1289
|
"translucent",
|
|
1072
1290
|
"trigger"
|
|
1073
1291
|
]
|
|
@@ -1087,6 +1305,7 @@
|
|
|
1087
1305
|
"mode",
|
|
1088
1306
|
"name",
|
|
1089
1307
|
"required",
|
|
1308
|
+
"theme",
|
|
1090
1309
|
"value"
|
|
1091
1310
|
]
|
|
1092
1311
|
},
|
|
@@ -1094,7 +1313,9 @@
|
|
|
1094
1313
|
"description": "",
|
|
1095
1314
|
"attributes": [
|
|
1096
1315
|
"color",
|
|
1097
|
-
"mode"
|
|
1316
|
+
"mode",
|
|
1317
|
+
"theme",
|
|
1318
|
+
"title-placement"
|
|
1098
1319
|
]
|
|
1099
1320
|
}
|
|
1100
1321
|
}
|