@ionic/vue 8.7.4-dev.11756388042.1a103a79 → 8.7.4-dev.11756747371.11c148d6
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 +192 -160
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +1571 -179
- package/dist/vetur/tags.json +217 -45
- package/dist/web-types.json +1489 -121
- package/package.json +3 -4
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,13 +255,18 @@
|
|
|
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",
|
|
@@ -249,7 +290,8 @@
|
|
|
249
290
|
"size-md",
|
|
250
291
|
"size-sm",
|
|
251
292
|
"size-xl",
|
|
252
|
-
"size-xs"
|
|
293
|
+
"size-xs",
|
|
294
|
+
"theme"
|
|
253
295
|
]
|
|
254
296
|
},
|
|
255
297
|
"ion-content": {
|
|
@@ -259,9 +301,11 @@
|
|
|
259
301
|
"fixed-slot-placement",
|
|
260
302
|
"force-overscroll",
|
|
261
303
|
"fullscreen",
|
|
304
|
+
"mode",
|
|
262
305
|
"scroll-events",
|
|
263
306
|
"scroll-x",
|
|
264
|
-
"scroll-y"
|
|
307
|
+
"scroll-y",
|
|
308
|
+
"theme"
|
|
265
309
|
]
|
|
266
310
|
},
|
|
267
311
|
"ion-datetime": {
|
|
@@ -296,6 +340,7 @@
|
|
|
296
340
|
"show-default-time-label",
|
|
297
341
|
"show-default-title",
|
|
298
342
|
"size",
|
|
343
|
+
"theme",
|
|
299
344
|
"title-selected-dates-formatter",
|
|
300
345
|
"value",
|
|
301
346
|
"year-values"
|
|
@@ -307,7 +352,15 @@
|
|
|
307
352
|
"color",
|
|
308
353
|
"datetime",
|
|
309
354
|
"disabled",
|
|
310
|
-
"mode"
|
|
355
|
+
"mode",
|
|
356
|
+
"theme"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"ion-divider": {
|
|
360
|
+
"description": "",
|
|
361
|
+
"attributes": [
|
|
362
|
+
"inset",
|
|
363
|
+
"spacing"
|
|
311
364
|
]
|
|
312
365
|
},
|
|
313
366
|
"ion-fab": {
|
|
@@ -316,6 +369,8 @@
|
|
|
316
369
|
"activated",
|
|
317
370
|
"edge",
|
|
318
371
|
"horizontal",
|
|
372
|
+
"mode",
|
|
373
|
+
"theme",
|
|
319
374
|
"vertical"
|
|
320
375
|
]
|
|
321
376
|
},
|
|
@@ -335,6 +390,7 @@
|
|
|
335
390
|
"show",
|
|
336
391
|
"size",
|
|
337
392
|
"target",
|
|
393
|
+
"theme",
|
|
338
394
|
"translucent",
|
|
339
395
|
"type"
|
|
340
396
|
]
|
|
@@ -343,7 +399,9 @@
|
|
|
343
399
|
"description": "",
|
|
344
400
|
"attributes": [
|
|
345
401
|
"activated",
|
|
346
|
-
"
|
|
402
|
+
"mode",
|
|
403
|
+
"side",
|
|
404
|
+
"theme"
|
|
347
405
|
]
|
|
348
406
|
},
|
|
349
407
|
"ion-footer": {
|
|
@@ -351,20 +409,25 @@
|
|
|
351
409
|
"attributes": [
|
|
352
410
|
"collapse",
|
|
353
411
|
"mode",
|
|
412
|
+
"theme",
|
|
354
413
|
"translucent"
|
|
355
414
|
]
|
|
356
415
|
},
|
|
357
416
|
"ion-grid": {
|
|
358
417
|
"description": "",
|
|
359
418
|
"attributes": [
|
|
360
|
-
"fixed"
|
|
419
|
+
"fixed",
|
|
420
|
+
"mode",
|
|
421
|
+
"theme"
|
|
361
422
|
]
|
|
362
423
|
},
|
|
363
424
|
"ion-header": {
|
|
364
425
|
"description": "",
|
|
365
426
|
"attributes": [
|
|
366
427
|
"collapse",
|
|
428
|
+
"divider",
|
|
367
429
|
"mode",
|
|
430
|
+
"theme",
|
|
368
431
|
"translucent"
|
|
369
432
|
]
|
|
370
433
|
},
|
|
@@ -372,14 +435,19 @@
|
|
|
372
435
|
"description": "",
|
|
373
436
|
"attributes": [
|
|
374
437
|
"alt",
|
|
375
|
-
"
|
|
438
|
+
"mode",
|
|
439
|
+
"src",
|
|
440
|
+
"theme"
|
|
376
441
|
]
|
|
377
442
|
},
|
|
378
443
|
"ion-infinite-scroll": {
|
|
379
444
|
"description": "",
|
|
380
445
|
"attributes": [
|
|
381
446
|
"disabled",
|
|
447
|
+
"mode",
|
|
382
448
|
"position",
|
|
449
|
+
"preserve-rerender-scroll-position",
|
|
450
|
+
"theme",
|
|
383
451
|
"threshold"
|
|
384
452
|
]
|
|
385
453
|
},
|
|
@@ -387,7 +455,9 @@
|
|
|
387
455
|
"description": "",
|
|
388
456
|
"attributes": [
|
|
389
457
|
"loading-spinner",
|
|
390
|
-
"loading-text"
|
|
458
|
+
"loading-text",
|
|
459
|
+
"mode",
|
|
460
|
+
"theme"
|
|
391
461
|
]
|
|
392
462
|
},
|
|
393
463
|
"ion-input": {
|
|
@@ -424,8 +494,10 @@
|
|
|
424
494
|
"readonly",
|
|
425
495
|
"required",
|
|
426
496
|
"shape",
|
|
497
|
+
"size",
|
|
427
498
|
"spellcheck",
|
|
428
499
|
"step",
|
|
500
|
+
"theme",
|
|
429
501
|
"type",
|
|
430
502
|
"value"
|
|
431
503
|
]
|
|
@@ -473,6 +545,7 @@
|
|
|
473
545
|
"router-animation",
|
|
474
546
|
"router-direction",
|
|
475
547
|
"target",
|
|
548
|
+
"theme",
|
|
476
549
|
"type"
|
|
477
550
|
]
|
|
478
551
|
},
|
|
@@ -481,12 +554,16 @@
|
|
|
481
554
|
"attributes": [
|
|
482
555
|
"color",
|
|
483
556
|
"mode",
|
|
484
|
-
"sticky"
|
|
557
|
+
"sticky",
|
|
558
|
+
"theme"
|
|
485
559
|
]
|
|
486
560
|
},
|
|
487
561
|
"ion-item-group": {
|
|
488
562
|
"description": "",
|
|
489
|
-
"attributes": [
|
|
563
|
+
"attributes": [
|
|
564
|
+
"mode",
|
|
565
|
+
"theme"
|
|
566
|
+
]
|
|
490
567
|
},
|
|
491
568
|
"ion-item-option": {
|
|
492
569
|
"description": "",
|
|
@@ -496,22 +573,29 @@
|
|
|
496
573
|
"download",
|
|
497
574
|
"expandable",
|
|
498
575
|
"href",
|
|
576
|
+
"hue",
|
|
499
577
|
"mode",
|
|
500
578
|
"rel",
|
|
579
|
+
"shape",
|
|
501
580
|
"target",
|
|
581
|
+
"theme",
|
|
502
582
|
"type"
|
|
503
583
|
]
|
|
504
584
|
},
|
|
505
585
|
"ion-item-options": {
|
|
506
586
|
"description": "",
|
|
507
587
|
"attributes": [
|
|
508
|
-
"
|
|
588
|
+
"mode",
|
|
589
|
+
"side",
|
|
590
|
+
"theme"
|
|
509
591
|
]
|
|
510
592
|
},
|
|
511
593
|
"ion-item-sliding": {
|
|
512
594
|
"description": "",
|
|
513
595
|
"attributes": [
|
|
514
|
-
"disabled"
|
|
596
|
+
"disabled",
|
|
597
|
+
"mode",
|
|
598
|
+
"theme"
|
|
515
599
|
]
|
|
516
600
|
},
|
|
517
601
|
"ion-label": {
|
|
@@ -519,7 +603,8 @@
|
|
|
519
603
|
"attributes": [
|
|
520
604
|
"color",
|
|
521
605
|
"mode",
|
|
522
|
-
"position"
|
|
606
|
+
"position",
|
|
607
|
+
"theme"
|
|
523
608
|
]
|
|
524
609
|
},
|
|
525
610
|
"ion-list": {
|
|
@@ -527,7 +612,9 @@
|
|
|
527
612
|
"attributes": [
|
|
528
613
|
"inset",
|
|
529
614
|
"lines",
|
|
530
|
-
"mode"
|
|
615
|
+
"mode",
|
|
616
|
+
"shape",
|
|
617
|
+
"theme"
|
|
531
618
|
]
|
|
532
619
|
},
|
|
533
620
|
"ion-list-header": {
|
|
@@ -535,7 +622,8 @@
|
|
|
535
622
|
"attributes": [
|
|
536
623
|
"color",
|
|
537
624
|
"lines",
|
|
538
|
-
"mode"
|
|
625
|
+
"mode",
|
|
626
|
+
"theme"
|
|
539
627
|
]
|
|
540
628
|
},
|
|
541
629
|
"ion-loading": {
|
|
@@ -554,6 +642,7 @@
|
|
|
554
642
|
"mode",
|
|
555
643
|
"show-backdrop",
|
|
556
644
|
"spinner",
|
|
645
|
+
"theme",
|
|
557
646
|
"translucent",
|
|
558
647
|
"trigger"
|
|
559
648
|
]
|
|
@@ -565,8 +654,10 @@
|
|
|
565
654
|
"disabled",
|
|
566
655
|
"max-edge-start",
|
|
567
656
|
"menu-id",
|
|
657
|
+
"mode",
|
|
568
658
|
"side",
|
|
569
659
|
"swipe-gesture",
|
|
660
|
+
"theme",
|
|
570
661
|
"type"
|
|
571
662
|
]
|
|
572
663
|
},
|
|
@@ -578,6 +669,7 @@
|
|
|
578
669
|
"disabled",
|
|
579
670
|
"menu",
|
|
580
671
|
"mode",
|
|
672
|
+
"theme",
|
|
581
673
|
"type"
|
|
582
674
|
]
|
|
583
675
|
},
|
|
@@ -585,7 +677,9 @@
|
|
|
585
677
|
"description": "",
|
|
586
678
|
"attributes": [
|
|
587
679
|
"auto-hide",
|
|
588
|
-
"menu"
|
|
680
|
+
"menu",
|
|
681
|
+
"mode",
|
|
682
|
+
"theme"
|
|
589
683
|
]
|
|
590
684
|
},
|
|
591
685
|
"ion-modal": {
|
|
@@ -609,7 +703,9 @@
|
|
|
609
703
|
"leave-animation",
|
|
610
704
|
"mode",
|
|
611
705
|
"presenting-element",
|
|
706
|
+
"shape",
|
|
612
707
|
"show-backdrop",
|
|
708
|
+
"theme",
|
|
613
709
|
"trigger"
|
|
614
710
|
]
|
|
615
711
|
},
|
|
@@ -618,9 +714,11 @@
|
|
|
618
714
|
"attributes": [
|
|
619
715
|
"animated",
|
|
620
716
|
"animation",
|
|
717
|
+
"mode",
|
|
621
718
|
"root",
|
|
622
719
|
"root-params",
|
|
623
|
-
"swipe-gesture"
|
|
720
|
+
"swipe-gesture",
|
|
721
|
+
"theme"
|
|
624
722
|
]
|
|
625
723
|
},
|
|
626
724
|
"ion-nav-link": {
|
|
@@ -628,21 +726,25 @@
|
|
|
628
726
|
"attributes": [
|
|
629
727
|
"component",
|
|
630
728
|
"component-props",
|
|
729
|
+
"mode",
|
|
631
730
|
"router-animation",
|
|
632
|
-
"router-direction"
|
|
731
|
+
"router-direction",
|
|
732
|
+
"theme"
|
|
633
733
|
]
|
|
634
734
|
},
|
|
635
735
|
"ion-note": {
|
|
636
736
|
"description": "",
|
|
637
737
|
"attributes": [
|
|
638
738
|
"color",
|
|
639
|
-
"mode"
|
|
739
|
+
"mode",
|
|
740
|
+
"theme"
|
|
640
741
|
]
|
|
641
742
|
},
|
|
642
743
|
"ion-picker": {
|
|
643
744
|
"description": "",
|
|
644
745
|
"attributes": [
|
|
645
|
-
"mode"
|
|
746
|
+
"mode",
|
|
747
|
+
"theme"
|
|
646
748
|
]
|
|
647
749
|
},
|
|
648
750
|
"ion-picker-column": {
|
|
@@ -651,6 +753,7 @@
|
|
|
651
753
|
"color",
|
|
652
754
|
"disabled",
|
|
653
755
|
"mode",
|
|
756
|
+
"theme",
|
|
654
757
|
"value"
|
|
655
758
|
]
|
|
656
759
|
},
|
|
@@ -659,6 +762,8 @@
|
|
|
659
762
|
"attributes": [
|
|
660
763
|
"color",
|
|
661
764
|
"disabled",
|
|
765
|
+
"mode",
|
|
766
|
+
"theme",
|
|
662
767
|
"value"
|
|
663
768
|
]
|
|
664
769
|
},
|
|
@@ -678,6 +783,7 @@
|
|
|
678
783
|
"leave-animation",
|
|
679
784
|
"mode",
|
|
680
785
|
"show-backdrop",
|
|
786
|
+
"theme",
|
|
681
787
|
"trigger"
|
|
682
788
|
]
|
|
683
789
|
},
|
|
@@ -704,6 +810,7 @@
|
|
|
704
810
|
"show-backdrop",
|
|
705
811
|
"side",
|
|
706
812
|
"size",
|
|
813
|
+
"theme",
|
|
707
814
|
"translucent",
|
|
708
815
|
"trigger",
|
|
709
816
|
"trigger-action"
|
|
@@ -716,6 +823,8 @@
|
|
|
716
823
|
"color",
|
|
717
824
|
"mode",
|
|
718
825
|
"reversed",
|
|
826
|
+
"shape",
|
|
827
|
+
"theme",
|
|
719
828
|
"type",
|
|
720
829
|
"value"
|
|
721
830
|
]
|
|
@@ -730,6 +839,7 @@
|
|
|
730
839
|
"label-placement",
|
|
731
840
|
"mode",
|
|
732
841
|
"name",
|
|
842
|
+
"theme",
|
|
733
843
|
"value"
|
|
734
844
|
]
|
|
735
845
|
},
|
|
@@ -740,7 +850,9 @@
|
|
|
740
850
|
"compare-with",
|
|
741
851
|
"error-text",
|
|
742
852
|
"helper-text",
|
|
853
|
+
"mode",
|
|
743
854
|
"name",
|
|
855
|
+
"theme",
|
|
744
856
|
"value"
|
|
745
857
|
]
|
|
746
858
|
},
|
|
@@ -762,6 +874,7 @@
|
|
|
762
874
|
"pin-formatter",
|
|
763
875
|
"snaps",
|
|
764
876
|
"step",
|
|
877
|
+
"theme",
|
|
765
878
|
"ticks",
|
|
766
879
|
"value"
|
|
767
880
|
]
|
|
@@ -775,31 +888,41 @@
|
|
|
775
888
|
"pull-factor",
|
|
776
889
|
"pull-max",
|
|
777
890
|
"pull-min",
|
|
778
|
-
"snapback-duration"
|
|
891
|
+
"snapback-duration",
|
|
892
|
+
"theme"
|
|
779
893
|
]
|
|
780
894
|
},
|
|
781
895
|
"ion-refresher-content": {
|
|
782
896
|
"description": "",
|
|
783
897
|
"attributes": [
|
|
898
|
+
"mode",
|
|
784
899
|
"pulling-icon",
|
|
785
900
|
"pulling-text",
|
|
786
901
|
"refreshing-spinner",
|
|
787
|
-
"refreshing-text"
|
|
902
|
+
"refreshing-text",
|
|
903
|
+
"theme"
|
|
788
904
|
]
|
|
789
905
|
},
|
|
790
906
|
"ion-reorder": {
|
|
791
907
|
"description": "",
|
|
792
|
-
"attributes": [
|
|
908
|
+
"attributes": [
|
|
909
|
+
"mode",
|
|
910
|
+
"theme"
|
|
911
|
+
]
|
|
793
912
|
},
|
|
794
913
|
"ion-reorder-group": {
|
|
795
914
|
"description": "",
|
|
796
915
|
"attributes": [
|
|
797
|
-
"disabled"
|
|
916
|
+
"disabled",
|
|
917
|
+
"mode",
|
|
918
|
+
"theme"
|
|
798
919
|
]
|
|
799
920
|
},
|
|
800
921
|
"ion-ripple-effect": {
|
|
801
922
|
"description": "",
|
|
802
923
|
"attributes": [
|
|
924
|
+
"mode",
|
|
925
|
+
"theme",
|
|
803
926
|
"type"
|
|
804
927
|
]
|
|
805
928
|
},
|
|
@@ -810,6 +933,8 @@
|
|
|
810
933
|
"before-leave",
|
|
811
934
|
"component",
|
|
812
935
|
"component-props",
|
|
936
|
+
"mode",
|
|
937
|
+
"theme",
|
|
813
938
|
"url"
|
|
814
939
|
]
|
|
815
940
|
},
|
|
@@ -823,7 +948,9 @@
|
|
|
823
948
|
"ion-router": {
|
|
824
949
|
"description": "",
|
|
825
950
|
"attributes": [
|
|
951
|
+
"mode",
|
|
826
952
|
"root",
|
|
953
|
+
"theme",
|
|
827
954
|
"use-hash"
|
|
828
955
|
]
|
|
829
956
|
},
|
|
@@ -832,10 +959,12 @@
|
|
|
832
959
|
"attributes": [
|
|
833
960
|
"color",
|
|
834
961
|
"href",
|
|
962
|
+
"mode",
|
|
835
963
|
"rel",
|
|
836
964
|
"router-animation",
|
|
837
965
|
"router-direction",
|
|
838
|
-
"target"
|
|
966
|
+
"target",
|
|
967
|
+
"theme"
|
|
839
968
|
]
|
|
840
969
|
},
|
|
841
970
|
"ion-router-outlet": {
|
|
@@ -843,12 +972,16 @@
|
|
|
843
972
|
"attributes": [
|
|
844
973
|
"animated",
|
|
845
974
|
"animation",
|
|
846
|
-
"mode"
|
|
975
|
+
"mode",
|
|
976
|
+
"theme"
|
|
847
977
|
]
|
|
848
978
|
},
|
|
849
979
|
"ion-row": {
|
|
850
980
|
"description": "",
|
|
851
|
-
"attributes": [
|
|
981
|
+
"attributes": [
|
|
982
|
+
"mode",
|
|
983
|
+
"theme"
|
|
984
|
+
]
|
|
852
985
|
},
|
|
853
986
|
"ion-searchbar": {
|
|
854
987
|
"description": "",
|
|
@@ -871,9 +1004,12 @@
|
|
|
871
1004
|
"name",
|
|
872
1005
|
"placeholder",
|
|
873
1006
|
"search-icon",
|
|
1007
|
+
"shape",
|
|
874
1008
|
"show-cancel-button",
|
|
875
1009
|
"show-clear-button",
|
|
1010
|
+
"size",
|
|
876
1011
|
"spellcheck",
|
|
1012
|
+
"theme",
|
|
877
1013
|
"type",
|
|
878
1014
|
"value"
|
|
879
1015
|
]
|
|
@@ -887,6 +1023,7 @@
|
|
|
887
1023
|
"scrollable",
|
|
888
1024
|
"select-on-focus",
|
|
889
1025
|
"swipe-gesture",
|
|
1026
|
+
"theme",
|
|
890
1027
|
"value"
|
|
891
1028
|
]
|
|
892
1029
|
},
|
|
@@ -897,6 +1034,7 @@
|
|
|
897
1034
|
"disabled",
|
|
898
1035
|
"layout",
|
|
899
1036
|
"mode",
|
|
1037
|
+
"theme",
|
|
900
1038
|
"type",
|
|
901
1039
|
"value"
|
|
902
1040
|
]
|
|
@@ -935,6 +1073,8 @@
|
|
|
935
1073
|
"required",
|
|
936
1074
|
"selected-text",
|
|
937
1075
|
"shape",
|
|
1076
|
+
"size",
|
|
1077
|
+
"theme",
|
|
938
1078
|
"toggle-icon",
|
|
939
1079
|
"value"
|
|
940
1080
|
]
|
|
@@ -951,13 +1091,17 @@
|
|
|
951
1091
|
"description": "",
|
|
952
1092
|
"attributes": [
|
|
953
1093
|
"disabled",
|
|
1094
|
+
"mode",
|
|
1095
|
+
"theme",
|
|
954
1096
|
"value"
|
|
955
1097
|
]
|
|
956
1098
|
},
|
|
957
1099
|
"ion-skeleton-text": {
|
|
958
1100
|
"description": "",
|
|
959
1101
|
"attributes": [
|
|
960
|
-
"animated"
|
|
1102
|
+
"animated",
|
|
1103
|
+
"mode",
|
|
1104
|
+
"theme"
|
|
961
1105
|
]
|
|
962
1106
|
},
|
|
963
1107
|
"ion-spinner": {
|
|
@@ -965,8 +1109,11 @@
|
|
|
965
1109
|
"attributes": [
|
|
966
1110
|
"color",
|
|
967
1111
|
"duration",
|
|
1112
|
+
"mode",
|
|
968
1113
|
"name",
|
|
969
|
-
"paused"
|
|
1114
|
+
"paused",
|
|
1115
|
+
"size",
|
|
1116
|
+
"theme"
|
|
970
1117
|
]
|
|
971
1118
|
},
|
|
972
1119
|
"ion-split-pane": {
|
|
@@ -974,6 +1121,8 @@
|
|
|
974
1121
|
"attributes": [
|
|
975
1122
|
"content-id",
|
|
976
1123
|
"disabled",
|
|
1124
|
+
"mode",
|
|
1125
|
+
"theme",
|
|
977
1126
|
"when"
|
|
978
1127
|
]
|
|
979
1128
|
},
|
|
@@ -981,15 +1130,20 @@
|
|
|
981
1130
|
"description": "",
|
|
982
1131
|
"attributes": [
|
|
983
1132
|
"component",
|
|
984
|
-
"
|
|
1133
|
+
"mode",
|
|
1134
|
+
"tab",
|
|
1135
|
+
"theme"
|
|
985
1136
|
]
|
|
986
1137
|
},
|
|
987
1138
|
"ion-tab-bar": {
|
|
988
1139
|
"description": "",
|
|
989
1140
|
"attributes": [
|
|
990
1141
|
"color",
|
|
1142
|
+
"expand",
|
|
991
1143
|
"mode",
|
|
992
1144
|
"selected-tab",
|
|
1145
|
+
"shape",
|
|
1146
|
+
"theme",
|
|
993
1147
|
"translucent"
|
|
994
1148
|
]
|
|
995
1149
|
},
|
|
@@ -1003,19 +1157,25 @@
|
|
|
1003
1157
|
"mode",
|
|
1004
1158
|
"rel",
|
|
1005
1159
|
"selected",
|
|
1160
|
+
"shape",
|
|
1006
1161
|
"tab",
|
|
1007
|
-
"target"
|
|
1162
|
+
"target",
|
|
1163
|
+
"theme"
|
|
1008
1164
|
]
|
|
1009
1165
|
},
|
|
1010
1166
|
"ion-tabs": {
|
|
1011
1167
|
"description": "",
|
|
1012
|
-
"attributes": [
|
|
1168
|
+
"attributes": [
|
|
1169
|
+
"mode",
|
|
1170
|
+
"theme"
|
|
1171
|
+
]
|
|
1013
1172
|
},
|
|
1014
1173
|
"ion-text": {
|
|
1015
1174
|
"description": "",
|
|
1016
1175
|
"attributes": [
|
|
1017
1176
|
"color",
|
|
1018
|
-
"mode"
|
|
1177
|
+
"mode",
|
|
1178
|
+
"theme"
|
|
1019
1179
|
]
|
|
1020
1180
|
},
|
|
1021
1181
|
"ion-textarea": {
|
|
@@ -1047,20 +1207,27 @@
|
|
|
1047
1207
|
"required",
|
|
1048
1208
|
"rows",
|
|
1049
1209
|
"shape",
|
|
1210
|
+
"size",
|
|
1050
1211
|
"spellcheck",
|
|
1212
|
+
"theme",
|
|
1051
1213
|
"value",
|
|
1052
1214
|
"wrap"
|
|
1053
1215
|
]
|
|
1054
1216
|
},
|
|
1055
1217
|
"ion-thumbnail": {
|
|
1056
1218
|
"description": "",
|
|
1057
|
-
"attributes": [
|
|
1219
|
+
"attributes": [
|
|
1220
|
+
"mode",
|
|
1221
|
+
"theme"
|
|
1222
|
+
]
|
|
1058
1223
|
},
|
|
1059
1224
|
"ion-title": {
|
|
1060
1225
|
"description": "",
|
|
1061
1226
|
"attributes": [
|
|
1062
1227
|
"color",
|
|
1063
|
-
"
|
|
1228
|
+
"mode",
|
|
1229
|
+
"size",
|
|
1230
|
+
"theme"
|
|
1064
1231
|
]
|
|
1065
1232
|
},
|
|
1066
1233
|
"ion-toast": {
|
|
@@ -1074,6 +1241,7 @@
|
|
|
1074
1241
|
"enter-animation",
|
|
1075
1242
|
"header",
|
|
1076
1243
|
"html-attributes",
|
|
1244
|
+
"hue",
|
|
1077
1245
|
"icon",
|
|
1078
1246
|
"is-open",
|
|
1079
1247
|
"keyboard-close",
|
|
@@ -1083,7 +1251,9 @@
|
|
|
1083
1251
|
"mode",
|
|
1084
1252
|
"position",
|
|
1085
1253
|
"position-anchor",
|
|
1254
|
+
"shape",
|
|
1086
1255
|
"swipe-gesture",
|
|
1256
|
+
"theme",
|
|
1087
1257
|
"translucent",
|
|
1088
1258
|
"trigger"
|
|
1089
1259
|
]
|
|
@@ -1103,6 +1273,7 @@
|
|
|
1103
1273
|
"mode",
|
|
1104
1274
|
"name",
|
|
1105
1275
|
"required",
|
|
1276
|
+
"theme",
|
|
1106
1277
|
"value"
|
|
1107
1278
|
]
|
|
1108
1279
|
},
|
|
@@ -1110,7 +1281,8 @@
|
|
|
1110
1281
|
"description": "",
|
|
1111
1282
|
"attributes": [
|
|
1112
1283
|
"color",
|
|
1113
|
-
"mode"
|
|
1284
|
+
"mode",
|
|
1285
|
+
"theme"
|
|
1114
1286
|
]
|
|
1115
1287
|
}
|
|
1116
1288
|
}
|