@ionic/vue 8.8.18 → 8.8.19-dev.11786610762.137bbb21
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 +217 -162
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +3 -0
- package/dist/vetur/attributes.json +1668 -104
- package/dist/vetur/tags.json +252 -45
- package/dist/web-types.json +1806 -159
- package/package.json +2 -2
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
|
},
|
|
@@ -336,6 +397,7 @@
|
|
|
336
397
|
"show",
|
|
337
398
|
"size",
|
|
338
399
|
"target",
|
|
400
|
+
"theme",
|
|
339
401
|
"translucent",
|
|
340
402
|
"type"
|
|
341
403
|
]
|
|
@@ -344,7 +406,9 @@
|
|
|
344
406
|
"description": "",
|
|
345
407
|
"attributes": [
|
|
346
408
|
"activated",
|
|
347
|
-
"
|
|
409
|
+
"mode",
|
|
410
|
+
"side",
|
|
411
|
+
"theme"
|
|
348
412
|
]
|
|
349
413
|
},
|
|
350
414
|
"ion-footer": {
|
|
@@ -352,20 +416,45 @@
|
|
|
352
416
|
"attributes": [
|
|
353
417
|
"collapse",
|
|
354
418
|
"mode",
|
|
419
|
+
"scroll-effect",
|
|
420
|
+
"theme",
|
|
355
421
|
"translucent"
|
|
356
422
|
]
|
|
357
423
|
},
|
|
424
|
+
"ion-gallery": {
|
|
425
|
+
"description": "",
|
|
426
|
+
"attributes": [
|
|
427
|
+
"columns",
|
|
428
|
+
"gap",
|
|
429
|
+
"layout",
|
|
430
|
+
"mode",
|
|
431
|
+
"order",
|
|
432
|
+
"theme"
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
"ion-gallery-item": {
|
|
436
|
+
"description": "",
|
|
437
|
+
"attributes": [
|
|
438
|
+
"mode",
|
|
439
|
+
"theme"
|
|
440
|
+
]
|
|
441
|
+
},
|
|
358
442
|
"ion-grid": {
|
|
359
443
|
"description": "",
|
|
360
444
|
"attributes": [
|
|
361
|
-
"fixed"
|
|
445
|
+
"fixed",
|
|
446
|
+
"mode",
|
|
447
|
+
"theme"
|
|
362
448
|
]
|
|
363
449
|
},
|
|
364
450
|
"ion-header": {
|
|
365
451
|
"description": "",
|
|
366
452
|
"attributes": [
|
|
367
453
|
"collapse",
|
|
454
|
+
"divider",
|
|
368
455
|
"mode",
|
|
456
|
+
"scroll-effect",
|
|
457
|
+
"theme",
|
|
369
458
|
"translucent"
|
|
370
459
|
]
|
|
371
460
|
},
|
|
@@ -373,14 +462,19 @@
|
|
|
373
462
|
"description": "",
|
|
374
463
|
"attributes": [
|
|
375
464
|
"alt",
|
|
376
|
-
"
|
|
465
|
+
"mode",
|
|
466
|
+
"src",
|
|
467
|
+
"theme"
|
|
377
468
|
]
|
|
378
469
|
},
|
|
379
470
|
"ion-infinite-scroll": {
|
|
380
471
|
"description": "",
|
|
381
472
|
"attributes": [
|
|
382
473
|
"disabled",
|
|
474
|
+
"mode",
|
|
383
475
|
"position",
|
|
476
|
+
"preserve-rerender-scroll-position",
|
|
477
|
+
"theme",
|
|
384
478
|
"threshold"
|
|
385
479
|
]
|
|
386
480
|
},
|
|
@@ -388,7 +482,9 @@
|
|
|
388
482
|
"description": "",
|
|
389
483
|
"attributes": [
|
|
390
484
|
"loading-spinner",
|
|
391
|
-
"loading-text"
|
|
485
|
+
"loading-text",
|
|
486
|
+
"mode",
|
|
487
|
+
"theme"
|
|
392
488
|
]
|
|
393
489
|
},
|
|
394
490
|
"ion-input": {
|
|
@@ -425,8 +521,10 @@
|
|
|
425
521
|
"readonly",
|
|
426
522
|
"required",
|
|
427
523
|
"shape",
|
|
524
|
+
"size",
|
|
428
525
|
"spellcheck",
|
|
429
526
|
"step",
|
|
527
|
+
"theme",
|
|
430
528
|
"type",
|
|
431
529
|
"value"
|
|
432
530
|
]
|
|
@@ -440,11 +538,13 @@
|
|
|
440
538
|
"fill",
|
|
441
539
|
"inputmode",
|
|
442
540
|
"length",
|
|
541
|
+
"mode",
|
|
443
542
|
"pattern",
|
|
444
543
|
"readonly",
|
|
445
544
|
"separators",
|
|
446
545
|
"shape",
|
|
447
546
|
"size",
|
|
547
|
+
"theme",
|
|
448
548
|
"type",
|
|
449
549
|
"value"
|
|
450
550
|
]
|
|
@@ -474,6 +574,7 @@
|
|
|
474
574
|
"router-animation",
|
|
475
575
|
"router-direction",
|
|
476
576
|
"target",
|
|
577
|
+
"theme",
|
|
477
578
|
"type"
|
|
478
579
|
]
|
|
479
580
|
},
|
|
@@ -482,12 +583,16 @@
|
|
|
482
583
|
"attributes": [
|
|
483
584
|
"color",
|
|
484
585
|
"mode",
|
|
485
|
-
"sticky"
|
|
586
|
+
"sticky",
|
|
587
|
+
"theme"
|
|
486
588
|
]
|
|
487
589
|
},
|
|
488
590
|
"ion-item-group": {
|
|
489
591
|
"description": "",
|
|
490
|
-
"attributes": [
|
|
592
|
+
"attributes": [
|
|
593
|
+
"mode",
|
|
594
|
+
"theme"
|
|
595
|
+
]
|
|
491
596
|
},
|
|
492
597
|
"ion-item-option": {
|
|
493
598
|
"description": "",
|
|
@@ -497,22 +602,29 @@
|
|
|
497
602
|
"download",
|
|
498
603
|
"expandable",
|
|
499
604
|
"href",
|
|
605
|
+
"hue",
|
|
500
606
|
"mode",
|
|
501
607
|
"rel",
|
|
608
|
+
"shape",
|
|
502
609
|
"target",
|
|
610
|
+
"theme",
|
|
503
611
|
"type"
|
|
504
612
|
]
|
|
505
613
|
},
|
|
506
614
|
"ion-item-options": {
|
|
507
615
|
"description": "",
|
|
508
616
|
"attributes": [
|
|
509
|
-
"
|
|
617
|
+
"mode",
|
|
618
|
+
"side",
|
|
619
|
+
"theme"
|
|
510
620
|
]
|
|
511
621
|
},
|
|
512
622
|
"ion-item-sliding": {
|
|
513
623
|
"description": "",
|
|
514
624
|
"attributes": [
|
|
515
|
-
"disabled"
|
|
625
|
+
"disabled",
|
|
626
|
+
"mode",
|
|
627
|
+
"theme"
|
|
516
628
|
]
|
|
517
629
|
},
|
|
518
630
|
"ion-label": {
|
|
@@ -520,7 +632,8 @@
|
|
|
520
632
|
"attributes": [
|
|
521
633
|
"color",
|
|
522
634
|
"mode",
|
|
523
|
-
"position"
|
|
635
|
+
"position",
|
|
636
|
+
"theme"
|
|
524
637
|
]
|
|
525
638
|
},
|
|
526
639
|
"ion-list": {
|
|
@@ -528,7 +641,9 @@
|
|
|
528
641
|
"attributes": [
|
|
529
642
|
"inset",
|
|
530
643
|
"lines",
|
|
531
|
-
"mode"
|
|
644
|
+
"mode",
|
|
645
|
+
"shape",
|
|
646
|
+
"theme"
|
|
532
647
|
]
|
|
533
648
|
},
|
|
534
649
|
"ion-list-header": {
|
|
@@ -536,7 +651,8 @@
|
|
|
536
651
|
"attributes": [
|
|
537
652
|
"color",
|
|
538
653
|
"lines",
|
|
539
|
-
"mode"
|
|
654
|
+
"mode",
|
|
655
|
+
"theme"
|
|
540
656
|
]
|
|
541
657
|
},
|
|
542
658
|
"ion-loading": {
|
|
@@ -555,6 +671,7 @@
|
|
|
555
671
|
"mode",
|
|
556
672
|
"show-backdrop",
|
|
557
673
|
"spinner",
|
|
674
|
+
"theme",
|
|
558
675
|
"translucent",
|
|
559
676
|
"trigger"
|
|
560
677
|
]
|
|
@@ -566,8 +683,10 @@
|
|
|
566
683
|
"disabled",
|
|
567
684
|
"max-edge-start",
|
|
568
685
|
"menu-id",
|
|
686
|
+
"mode",
|
|
569
687
|
"side",
|
|
570
688
|
"swipe-gesture",
|
|
689
|
+
"theme",
|
|
571
690
|
"type"
|
|
572
691
|
]
|
|
573
692
|
},
|
|
@@ -579,6 +698,7 @@
|
|
|
579
698
|
"disabled",
|
|
580
699
|
"menu",
|
|
581
700
|
"mode",
|
|
701
|
+
"theme",
|
|
582
702
|
"type"
|
|
583
703
|
]
|
|
584
704
|
},
|
|
@@ -586,7 +706,9 @@
|
|
|
586
706
|
"description": "",
|
|
587
707
|
"attributes": [
|
|
588
708
|
"auto-hide",
|
|
589
|
-
"menu"
|
|
709
|
+
"menu",
|
|
710
|
+
"mode",
|
|
711
|
+
"theme"
|
|
590
712
|
]
|
|
591
713
|
},
|
|
592
714
|
"ion-modal": {
|
|
@@ -610,7 +732,9 @@
|
|
|
610
732
|
"leave-animation",
|
|
611
733
|
"mode",
|
|
612
734
|
"presenting-element",
|
|
735
|
+
"shape",
|
|
613
736
|
"show-backdrop",
|
|
737
|
+
"theme",
|
|
614
738
|
"trigger"
|
|
615
739
|
]
|
|
616
740
|
},
|
|
@@ -619,9 +743,11 @@
|
|
|
619
743
|
"attributes": [
|
|
620
744
|
"animated",
|
|
621
745
|
"animation",
|
|
746
|
+
"mode",
|
|
622
747
|
"root",
|
|
623
748
|
"root-params",
|
|
624
|
-
"swipe-gesture"
|
|
749
|
+
"swipe-gesture",
|
|
750
|
+
"theme"
|
|
625
751
|
]
|
|
626
752
|
},
|
|
627
753
|
"ion-nav-link": {
|
|
@@ -629,21 +755,25 @@
|
|
|
629
755
|
"attributes": [
|
|
630
756
|
"component",
|
|
631
757
|
"component-props",
|
|
758
|
+
"mode",
|
|
632
759
|
"router-animation",
|
|
633
|
-
"router-direction"
|
|
760
|
+
"router-direction",
|
|
761
|
+
"theme"
|
|
634
762
|
]
|
|
635
763
|
},
|
|
636
764
|
"ion-note": {
|
|
637
765
|
"description": "",
|
|
638
766
|
"attributes": [
|
|
639
767
|
"color",
|
|
640
|
-
"mode"
|
|
768
|
+
"mode",
|
|
769
|
+
"theme"
|
|
641
770
|
]
|
|
642
771
|
},
|
|
643
772
|
"ion-picker": {
|
|
644
773
|
"description": "",
|
|
645
774
|
"attributes": [
|
|
646
|
-
"mode"
|
|
775
|
+
"mode",
|
|
776
|
+
"theme"
|
|
647
777
|
]
|
|
648
778
|
},
|
|
649
779
|
"ion-picker-column": {
|
|
@@ -652,6 +782,7 @@
|
|
|
652
782
|
"color",
|
|
653
783
|
"disabled",
|
|
654
784
|
"mode",
|
|
785
|
+
"theme",
|
|
655
786
|
"value"
|
|
656
787
|
]
|
|
657
788
|
},
|
|
@@ -660,6 +791,8 @@
|
|
|
660
791
|
"attributes": [
|
|
661
792
|
"color",
|
|
662
793
|
"disabled",
|
|
794
|
+
"mode",
|
|
795
|
+
"theme",
|
|
663
796
|
"value"
|
|
664
797
|
]
|
|
665
798
|
},
|
|
@@ -679,6 +812,7 @@
|
|
|
679
812
|
"leave-animation",
|
|
680
813
|
"mode",
|
|
681
814
|
"show-backdrop",
|
|
815
|
+
"theme",
|
|
682
816
|
"trigger"
|
|
683
817
|
]
|
|
684
818
|
},
|
|
@@ -705,6 +839,7 @@
|
|
|
705
839
|
"show-backdrop",
|
|
706
840
|
"side",
|
|
707
841
|
"size",
|
|
842
|
+
"theme",
|
|
708
843
|
"translucent",
|
|
709
844
|
"trigger",
|
|
710
845
|
"trigger-action"
|
|
@@ -717,6 +852,8 @@
|
|
|
717
852
|
"color",
|
|
718
853
|
"mode",
|
|
719
854
|
"reversed",
|
|
855
|
+
"shape",
|
|
856
|
+
"theme",
|
|
720
857
|
"type",
|
|
721
858
|
"value"
|
|
722
859
|
]
|
|
@@ -731,6 +868,7 @@
|
|
|
731
868
|
"label-placement",
|
|
732
869
|
"mode",
|
|
733
870
|
"name",
|
|
871
|
+
"theme",
|
|
734
872
|
"value"
|
|
735
873
|
]
|
|
736
874
|
},
|
|
@@ -741,7 +879,9 @@
|
|
|
741
879
|
"compare-with",
|
|
742
880
|
"error-text",
|
|
743
881
|
"helper-text",
|
|
882
|
+
"mode",
|
|
744
883
|
"name",
|
|
884
|
+
"theme",
|
|
745
885
|
"value"
|
|
746
886
|
]
|
|
747
887
|
},
|
|
@@ -763,6 +903,7 @@
|
|
|
763
903
|
"pin-formatter",
|
|
764
904
|
"snaps",
|
|
765
905
|
"step",
|
|
906
|
+
"theme",
|
|
766
907
|
"ticks",
|
|
767
908
|
"value"
|
|
768
909
|
]
|
|
@@ -776,31 +917,41 @@
|
|
|
776
917
|
"pull-factor",
|
|
777
918
|
"pull-max",
|
|
778
919
|
"pull-min",
|
|
779
|
-
"snapback-duration"
|
|
920
|
+
"snapback-duration",
|
|
921
|
+
"theme"
|
|
780
922
|
]
|
|
781
923
|
},
|
|
782
924
|
"ion-refresher-content": {
|
|
783
925
|
"description": "",
|
|
784
926
|
"attributes": [
|
|
927
|
+
"mode",
|
|
785
928
|
"pulling-icon",
|
|
786
929
|
"pulling-text",
|
|
787
930
|
"refreshing-spinner",
|
|
788
|
-
"refreshing-text"
|
|
931
|
+
"refreshing-text",
|
|
932
|
+
"theme"
|
|
789
933
|
]
|
|
790
934
|
},
|
|
791
935
|
"ion-reorder": {
|
|
792
936
|
"description": "",
|
|
793
|
-
"attributes": [
|
|
937
|
+
"attributes": [
|
|
938
|
+
"mode",
|
|
939
|
+
"theme"
|
|
940
|
+
]
|
|
794
941
|
},
|
|
795
942
|
"ion-reorder-group": {
|
|
796
943
|
"description": "",
|
|
797
944
|
"attributes": [
|
|
798
|
-
"disabled"
|
|
945
|
+
"disabled",
|
|
946
|
+
"mode",
|
|
947
|
+
"theme"
|
|
799
948
|
]
|
|
800
949
|
},
|
|
801
950
|
"ion-ripple-effect": {
|
|
802
951
|
"description": "",
|
|
803
952
|
"attributes": [
|
|
953
|
+
"mode",
|
|
954
|
+
"theme",
|
|
804
955
|
"type"
|
|
805
956
|
]
|
|
806
957
|
},
|
|
@@ -811,6 +962,8 @@
|
|
|
811
962
|
"before-leave",
|
|
812
963
|
"component",
|
|
813
964
|
"component-props",
|
|
965
|
+
"mode",
|
|
966
|
+
"theme",
|
|
814
967
|
"url"
|
|
815
968
|
]
|
|
816
969
|
},
|
|
@@ -824,7 +977,9 @@
|
|
|
824
977
|
"ion-router": {
|
|
825
978
|
"description": "",
|
|
826
979
|
"attributes": [
|
|
980
|
+
"mode",
|
|
827
981
|
"root",
|
|
982
|
+
"theme",
|
|
828
983
|
"use-hash"
|
|
829
984
|
]
|
|
830
985
|
},
|
|
@@ -833,10 +988,12 @@
|
|
|
833
988
|
"attributes": [
|
|
834
989
|
"color",
|
|
835
990
|
"href",
|
|
991
|
+
"mode",
|
|
836
992
|
"rel",
|
|
837
993
|
"router-animation",
|
|
838
994
|
"router-direction",
|
|
839
|
-
"target"
|
|
995
|
+
"target",
|
|
996
|
+
"theme"
|
|
840
997
|
]
|
|
841
998
|
},
|
|
842
999
|
"ion-router-outlet": {
|
|
@@ -844,12 +1001,16 @@
|
|
|
844
1001
|
"attributes": [
|
|
845
1002
|
"animated",
|
|
846
1003
|
"animation",
|
|
847
|
-
"mode"
|
|
1004
|
+
"mode",
|
|
1005
|
+
"theme"
|
|
848
1006
|
]
|
|
849
1007
|
},
|
|
850
1008
|
"ion-row": {
|
|
851
1009
|
"description": "",
|
|
852
|
-
"attributes": [
|
|
1010
|
+
"attributes": [
|
|
1011
|
+
"mode",
|
|
1012
|
+
"theme"
|
|
1013
|
+
]
|
|
853
1014
|
},
|
|
854
1015
|
"ion-searchbar": {
|
|
855
1016
|
"description": "",
|
|
@@ -872,9 +1033,12 @@
|
|
|
872
1033
|
"name",
|
|
873
1034
|
"placeholder",
|
|
874
1035
|
"search-icon",
|
|
1036
|
+
"shape",
|
|
875
1037
|
"show-cancel-button",
|
|
876
1038
|
"show-clear-button",
|
|
1039
|
+
"size",
|
|
877
1040
|
"spellcheck",
|
|
1041
|
+
"theme",
|
|
878
1042
|
"type",
|
|
879
1043
|
"value"
|
|
880
1044
|
]
|
|
@@ -888,6 +1052,7 @@
|
|
|
888
1052
|
"scrollable",
|
|
889
1053
|
"select-on-focus",
|
|
890
1054
|
"swipe-gesture",
|
|
1055
|
+
"theme",
|
|
891
1056
|
"value"
|
|
892
1057
|
]
|
|
893
1058
|
},
|
|
@@ -898,6 +1063,7 @@
|
|
|
898
1063
|
"disabled",
|
|
899
1064
|
"layout",
|
|
900
1065
|
"mode",
|
|
1066
|
+
"theme",
|
|
901
1067
|
"type",
|
|
902
1068
|
"value"
|
|
903
1069
|
]
|
|
@@ -916,6 +1082,7 @@
|
|
|
916
1082
|
"ion-select": {
|
|
917
1083
|
"description": "",
|
|
918
1084
|
"attributes": [
|
|
1085
|
+
"cancel-icon",
|
|
919
1086
|
"cancel-text",
|
|
920
1087
|
"color",
|
|
921
1088
|
"compare-with",
|
|
@@ -937,6 +1104,8 @@
|
|
|
937
1104
|
"required",
|
|
938
1105
|
"selected-text",
|
|
939
1106
|
"shape",
|
|
1107
|
+
"size",
|
|
1108
|
+
"theme",
|
|
940
1109
|
"toggle-icon",
|
|
941
1110
|
"value"
|
|
942
1111
|
]
|
|
@@ -944,6 +1113,7 @@
|
|
|
944
1113
|
"ion-select-modal": {
|
|
945
1114
|
"description": "",
|
|
946
1115
|
"attributes": [
|
|
1116
|
+
"cancel-icon",
|
|
947
1117
|
"cancel-text",
|
|
948
1118
|
"header",
|
|
949
1119
|
"multiple",
|
|
@@ -953,14 +1123,21 @@
|
|
|
953
1123
|
"ion-select-option": {
|
|
954
1124
|
"description": "",
|
|
955
1125
|
"attributes": [
|
|
1126
|
+
"description",
|
|
956
1127
|
"disabled",
|
|
1128
|
+
"justify",
|
|
1129
|
+
"label-placement",
|
|
1130
|
+
"mode",
|
|
1131
|
+
"theme",
|
|
957
1132
|
"value"
|
|
958
1133
|
]
|
|
959
1134
|
},
|
|
960
1135
|
"ion-skeleton-text": {
|
|
961
1136
|
"description": "",
|
|
962
1137
|
"attributes": [
|
|
963
|
-
"animated"
|
|
1138
|
+
"animated",
|
|
1139
|
+
"mode",
|
|
1140
|
+
"theme"
|
|
964
1141
|
]
|
|
965
1142
|
},
|
|
966
1143
|
"ion-spinner": {
|
|
@@ -968,8 +1145,11 @@
|
|
|
968
1145
|
"attributes": [
|
|
969
1146
|
"color",
|
|
970
1147
|
"duration",
|
|
1148
|
+
"mode",
|
|
971
1149
|
"name",
|
|
972
|
-
"paused"
|
|
1150
|
+
"paused",
|
|
1151
|
+
"size",
|
|
1152
|
+
"theme"
|
|
973
1153
|
]
|
|
974
1154
|
},
|
|
975
1155
|
"ion-split-pane": {
|
|
@@ -977,6 +1157,8 @@
|
|
|
977
1157
|
"attributes": [
|
|
978
1158
|
"content-id",
|
|
979
1159
|
"disabled",
|
|
1160
|
+
"mode",
|
|
1161
|
+
"theme",
|
|
980
1162
|
"when"
|
|
981
1163
|
]
|
|
982
1164
|
},
|
|
@@ -984,15 +1166,21 @@
|
|
|
984
1166
|
"description": "",
|
|
985
1167
|
"attributes": [
|
|
986
1168
|
"component",
|
|
987
|
-
"
|
|
1169
|
+
"mode",
|
|
1170
|
+
"tab",
|
|
1171
|
+
"theme"
|
|
988
1172
|
]
|
|
989
1173
|
},
|
|
990
1174
|
"ion-tab-bar": {
|
|
991
1175
|
"description": "",
|
|
992
1176
|
"attributes": [
|
|
993
1177
|
"color",
|
|
1178
|
+
"expand",
|
|
994
1179
|
"mode",
|
|
1180
|
+
"scroll-effect",
|
|
995
1181
|
"selected-tab",
|
|
1182
|
+
"shape",
|
|
1183
|
+
"theme",
|
|
996
1184
|
"translucent"
|
|
997
1185
|
]
|
|
998
1186
|
},
|
|
@@ -1006,19 +1194,25 @@
|
|
|
1006
1194
|
"mode",
|
|
1007
1195
|
"rel",
|
|
1008
1196
|
"selected",
|
|
1197
|
+
"shape",
|
|
1009
1198
|
"tab",
|
|
1010
|
-
"target"
|
|
1199
|
+
"target",
|
|
1200
|
+
"theme"
|
|
1011
1201
|
]
|
|
1012
1202
|
},
|
|
1013
1203
|
"ion-tabs": {
|
|
1014
1204
|
"description": "",
|
|
1015
|
-
"attributes": [
|
|
1205
|
+
"attributes": [
|
|
1206
|
+
"mode",
|
|
1207
|
+
"theme"
|
|
1208
|
+
]
|
|
1016
1209
|
},
|
|
1017
1210
|
"ion-text": {
|
|
1018
1211
|
"description": "",
|
|
1019
1212
|
"attributes": [
|
|
1020
1213
|
"color",
|
|
1021
|
-
"mode"
|
|
1214
|
+
"mode",
|
|
1215
|
+
"theme"
|
|
1022
1216
|
]
|
|
1023
1217
|
},
|
|
1024
1218
|
"ion-textarea": {
|
|
@@ -1050,20 +1244,27 @@
|
|
|
1050
1244
|
"required",
|
|
1051
1245
|
"rows",
|
|
1052
1246
|
"shape",
|
|
1247
|
+
"size",
|
|
1053
1248
|
"spellcheck",
|
|
1249
|
+
"theme",
|
|
1054
1250
|
"value",
|
|
1055
1251
|
"wrap"
|
|
1056
1252
|
]
|
|
1057
1253
|
},
|
|
1058
1254
|
"ion-thumbnail": {
|
|
1059
1255
|
"description": "",
|
|
1060
|
-
"attributes": [
|
|
1256
|
+
"attributes": [
|
|
1257
|
+
"mode",
|
|
1258
|
+
"theme"
|
|
1259
|
+
]
|
|
1061
1260
|
},
|
|
1062
1261
|
"ion-title": {
|
|
1063
1262
|
"description": "",
|
|
1064
1263
|
"attributes": [
|
|
1065
1264
|
"color",
|
|
1066
|
-
"
|
|
1265
|
+
"mode",
|
|
1266
|
+
"size",
|
|
1267
|
+
"theme"
|
|
1067
1268
|
]
|
|
1068
1269
|
},
|
|
1069
1270
|
"ion-toast": {
|
|
@@ -1077,6 +1278,7 @@
|
|
|
1077
1278
|
"enter-animation",
|
|
1078
1279
|
"header",
|
|
1079
1280
|
"html-attributes",
|
|
1281
|
+
"hue",
|
|
1080
1282
|
"icon",
|
|
1081
1283
|
"is-open",
|
|
1082
1284
|
"keyboard-close",
|
|
@@ -1086,7 +1288,9 @@
|
|
|
1086
1288
|
"mode",
|
|
1087
1289
|
"position",
|
|
1088
1290
|
"position-anchor",
|
|
1291
|
+
"shape",
|
|
1089
1292
|
"swipe-gesture",
|
|
1293
|
+
"theme",
|
|
1090
1294
|
"translucent",
|
|
1091
1295
|
"trigger"
|
|
1092
1296
|
]
|
|
@@ -1106,6 +1310,7 @@
|
|
|
1106
1310
|
"mode",
|
|
1107
1311
|
"name",
|
|
1108
1312
|
"required",
|
|
1313
|
+
"theme",
|
|
1109
1314
|
"value"
|
|
1110
1315
|
]
|
|
1111
1316
|
},
|
|
@@ -1113,7 +1318,9 @@
|
|
|
1113
1318
|
"description": "",
|
|
1114
1319
|
"attributes": [
|
|
1115
1320
|
"color",
|
|
1116
|
-
"mode"
|
|
1321
|
+
"mode",
|
|
1322
|
+
"theme",
|
|
1323
|
+
"title-placement"
|
|
1117
1324
|
]
|
|
1118
1325
|
}
|
|
1119
1326
|
}
|