@ionic/vue 8.6.5 → 8.6.6-dev.11753719591.13a5c65f
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 +1566 -179
- package/dist/vetur/tags.json +216 -45
- package/dist/web-types.json +1485 -127
- package/package.json +2 -2
- package/dist/types/components/IonIcon.d.ts +0 -1
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,18 @@
|
|
|
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
|
+
"theme",
|
|
383
450
|
"threshold"
|
|
384
451
|
]
|
|
385
452
|
},
|
|
@@ -387,7 +454,9 @@
|
|
|
387
454
|
"description": "",
|
|
388
455
|
"attributes": [
|
|
389
456
|
"loading-spinner",
|
|
390
|
-
"loading-text"
|
|
457
|
+
"loading-text",
|
|
458
|
+
"mode",
|
|
459
|
+
"theme"
|
|
391
460
|
]
|
|
392
461
|
},
|
|
393
462
|
"ion-input": {
|
|
@@ -424,8 +493,10 @@
|
|
|
424
493
|
"readonly",
|
|
425
494
|
"required",
|
|
426
495
|
"shape",
|
|
496
|
+
"size",
|
|
427
497
|
"spellcheck",
|
|
428
498
|
"step",
|
|
499
|
+
"theme",
|
|
429
500
|
"type",
|
|
430
501
|
"value"
|
|
431
502
|
]
|
|
@@ -473,6 +544,7 @@
|
|
|
473
544
|
"router-animation",
|
|
474
545
|
"router-direction",
|
|
475
546
|
"target",
|
|
547
|
+
"theme",
|
|
476
548
|
"type"
|
|
477
549
|
]
|
|
478
550
|
},
|
|
@@ -481,12 +553,16 @@
|
|
|
481
553
|
"attributes": [
|
|
482
554
|
"color",
|
|
483
555
|
"mode",
|
|
484
|
-
"sticky"
|
|
556
|
+
"sticky",
|
|
557
|
+
"theme"
|
|
485
558
|
]
|
|
486
559
|
},
|
|
487
560
|
"ion-item-group": {
|
|
488
561
|
"description": "",
|
|
489
|
-
"attributes": [
|
|
562
|
+
"attributes": [
|
|
563
|
+
"mode",
|
|
564
|
+
"theme"
|
|
565
|
+
]
|
|
490
566
|
},
|
|
491
567
|
"ion-item-option": {
|
|
492
568
|
"description": "",
|
|
@@ -496,22 +572,29 @@
|
|
|
496
572
|
"download",
|
|
497
573
|
"expandable",
|
|
498
574
|
"href",
|
|
575
|
+
"hue",
|
|
499
576
|
"mode",
|
|
500
577
|
"rel",
|
|
578
|
+
"shape",
|
|
501
579
|
"target",
|
|
580
|
+
"theme",
|
|
502
581
|
"type"
|
|
503
582
|
]
|
|
504
583
|
},
|
|
505
584
|
"ion-item-options": {
|
|
506
585
|
"description": "",
|
|
507
586
|
"attributes": [
|
|
508
|
-
"
|
|
587
|
+
"mode",
|
|
588
|
+
"side",
|
|
589
|
+
"theme"
|
|
509
590
|
]
|
|
510
591
|
},
|
|
511
592
|
"ion-item-sliding": {
|
|
512
593
|
"description": "",
|
|
513
594
|
"attributes": [
|
|
514
|
-
"disabled"
|
|
595
|
+
"disabled",
|
|
596
|
+
"mode",
|
|
597
|
+
"theme"
|
|
515
598
|
]
|
|
516
599
|
},
|
|
517
600
|
"ion-label": {
|
|
@@ -519,7 +602,8 @@
|
|
|
519
602
|
"attributes": [
|
|
520
603
|
"color",
|
|
521
604
|
"mode",
|
|
522
|
-
"position"
|
|
605
|
+
"position",
|
|
606
|
+
"theme"
|
|
523
607
|
]
|
|
524
608
|
},
|
|
525
609
|
"ion-list": {
|
|
@@ -527,7 +611,9 @@
|
|
|
527
611
|
"attributes": [
|
|
528
612
|
"inset",
|
|
529
613
|
"lines",
|
|
530
|
-
"mode"
|
|
614
|
+
"mode",
|
|
615
|
+
"shape",
|
|
616
|
+
"theme"
|
|
531
617
|
]
|
|
532
618
|
},
|
|
533
619
|
"ion-list-header": {
|
|
@@ -535,7 +621,8 @@
|
|
|
535
621
|
"attributes": [
|
|
536
622
|
"color",
|
|
537
623
|
"lines",
|
|
538
|
-
"mode"
|
|
624
|
+
"mode",
|
|
625
|
+
"theme"
|
|
539
626
|
]
|
|
540
627
|
},
|
|
541
628
|
"ion-loading": {
|
|
@@ -554,6 +641,7 @@
|
|
|
554
641
|
"mode",
|
|
555
642
|
"show-backdrop",
|
|
556
643
|
"spinner",
|
|
644
|
+
"theme",
|
|
557
645
|
"translucent",
|
|
558
646
|
"trigger"
|
|
559
647
|
]
|
|
@@ -565,8 +653,10 @@
|
|
|
565
653
|
"disabled",
|
|
566
654
|
"max-edge-start",
|
|
567
655
|
"menu-id",
|
|
656
|
+
"mode",
|
|
568
657
|
"side",
|
|
569
658
|
"swipe-gesture",
|
|
659
|
+
"theme",
|
|
570
660
|
"type"
|
|
571
661
|
]
|
|
572
662
|
},
|
|
@@ -578,6 +668,7 @@
|
|
|
578
668
|
"disabled",
|
|
579
669
|
"menu",
|
|
580
670
|
"mode",
|
|
671
|
+
"theme",
|
|
581
672
|
"type"
|
|
582
673
|
]
|
|
583
674
|
},
|
|
@@ -585,7 +676,9 @@
|
|
|
585
676
|
"description": "",
|
|
586
677
|
"attributes": [
|
|
587
678
|
"auto-hide",
|
|
588
|
-
"menu"
|
|
679
|
+
"menu",
|
|
680
|
+
"mode",
|
|
681
|
+
"theme"
|
|
589
682
|
]
|
|
590
683
|
},
|
|
591
684
|
"ion-modal": {
|
|
@@ -609,7 +702,9 @@
|
|
|
609
702
|
"leave-animation",
|
|
610
703
|
"mode",
|
|
611
704
|
"presenting-element",
|
|
705
|
+
"shape",
|
|
612
706
|
"show-backdrop",
|
|
707
|
+
"theme",
|
|
613
708
|
"trigger"
|
|
614
709
|
]
|
|
615
710
|
},
|
|
@@ -618,9 +713,11 @@
|
|
|
618
713
|
"attributes": [
|
|
619
714
|
"animated",
|
|
620
715
|
"animation",
|
|
716
|
+
"mode",
|
|
621
717
|
"root",
|
|
622
718
|
"root-params",
|
|
623
|
-
"swipe-gesture"
|
|
719
|
+
"swipe-gesture",
|
|
720
|
+
"theme"
|
|
624
721
|
]
|
|
625
722
|
},
|
|
626
723
|
"ion-nav-link": {
|
|
@@ -628,21 +725,25 @@
|
|
|
628
725
|
"attributes": [
|
|
629
726
|
"component",
|
|
630
727
|
"component-props",
|
|
728
|
+
"mode",
|
|
631
729
|
"router-animation",
|
|
632
|
-
"router-direction"
|
|
730
|
+
"router-direction",
|
|
731
|
+
"theme"
|
|
633
732
|
]
|
|
634
733
|
},
|
|
635
734
|
"ion-note": {
|
|
636
735
|
"description": "",
|
|
637
736
|
"attributes": [
|
|
638
737
|
"color",
|
|
639
|
-
"mode"
|
|
738
|
+
"mode",
|
|
739
|
+
"theme"
|
|
640
740
|
]
|
|
641
741
|
},
|
|
642
742
|
"ion-picker": {
|
|
643
743
|
"description": "",
|
|
644
744
|
"attributes": [
|
|
645
|
-
"mode"
|
|
745
|
+
"mode",
|
|
746
|
+
"theme"
|
|
646
747
|
]
|
|
647
748
|
},
|
|
648
749
|
"ion-picker-column": {
|
|
@@ -651,6 +752,7 @@
|
|
|
651
752
|
"color",
|
|
652
753
|
"disabled",
|
|
653
754
|
"mode",
|
|
755
|
+
"theme",
|
|
654
756
|
"value"
|
|
655
757
|
]
|
|
656
758
|
},
|
|
@@ -659,6 +761,8 @@
|
|
|
659
761
|
"attributes": [
|
|
660
762
|
"color",
|
|
661
763
|
"disabled",
|
|
764
|
+
"mode",
|
|
765
|
+
"theme",
|
|
662
766
|
"value"
|
|
663
767
|
]
|
|
664
768
|
},
|
|
@@ -678,6 +782,7 @@
|
|
|
678
782
|
"leave-animation",
|
|
679
783
|
"mode",
|
|
680
784
|
"show-backdrop",
|
|
785
|
+
"theme",
|
|
681
786
|
"trigger"
|
|
682
787
|
]
|
|
683
788
|
},
|
|
@@ -704,6 +809,7 @@
|
|
|
704
809
|
"show-backdrop",
|
|
705
810
|
"side",
|
|
706
811
|
"size",
|
|
812
|
+
"theme",
|
|
707
813
|
"translucent",
|
|
708
814
|
"trigger",
|
|
709
815
|
"trigger-action"
|
|
@@ -716,6 +822,8 @@
|
|
|
716
822
|
"color",
|
|
717
823
|
"mode",
|
|
718
824
|
"reversed",
|
|
825
|
+
"shape",
|
|
826
|
+
"theme",
|
|
719
827
|
"type",
|
|
720
828
|
"value"
|
|
721
829
|
]
|
|
@@ -730,6 +838,7 @@
|
|
|
730
838
|
"label-placement",
|
|
731
839
|
"mode",
|
|
732
840
|
"name",
|
|
841
|
+
"theme",
|
|
733
842
|
"value"
|
|
734
843
|
]
|
|
735
844
|
},
|
|
@@ -740,7 +849,9 @@
|
|
|
740
849
|
"compare-with",
|
|
741
850
|
"error-text",
|
|
742
851
|
"helper-text",
|
|
852
|
+
"mode",
|
|
743
853
|
"name",
|
|
854
|
+
"theme",
|
|
744
855
|
"value"
|
|
745
856
|
]
|
|
746
857
|
},
|
|
@@ -762,6 +873,7 @@
|
|
|
762
873
|
"pin-formatter",
|
|
763
874
|
"snaps",
|
|
764
875
|
"step",
|
|
876
|
+
"theme",
|
|
765
877
|
"ticks",
|
|
766
878
|
"value"
|
|
767
879
|
]
|
|
@@ -775,31 +887,41 @@
|
|
|
775
887
|
"pull-factor",
|
|
776
888
|
"pull-max",
|
|
777
889
|
"pull-min",
|
|
778
|
-
"snapback-duration"
|
|
890
|
+
"snapback-duration",
|
|
891
|
+
"theme"
|
|
779
892
|
]
|
|
780
893
|
},
|
|
781
894
|
"ion-refresher-content": {
|
|
782
895
|
"description": "",
|
|
783
896
|
"attributes": [
|
|
897
|
+
"mode",
|
|
784
898
|
"pulling-icon",
|
|
785
899
|
"pulling-text",
|
|
786
900
|
"refreshing-spinner",
|
|
787
|
-
"refreshing-text"
|
|
901
|
+
"refreshing-text",
|
|
902
|
+
"theme"
|
|
788
903
|
]
|
|
789
904
|
},
|
|
790
905
|
"ion-reorder": {
|
|
791
906
|
"description": "",
|
|
792
|
-
"attributes": [
|
|
907
|
+
"attributes": [
|
|
908
|
+
"mode",
|
|
909
|
+
"theme"
|
|
910
|
+
]
|
|
793
911
|
},
|
|
794
912
|
"ion-reorder-group": {
|
|
795
913
|
"description": "",
|
|
796
914
|
"attributes": [
|
|
797
|
-
"disabled"
|
|
915
|
+
"disabled",
|
|
916
|
+
"mode",
|
|
917
|
+
"theme"
|
|
798
918
|
]
|
|
799
919
|
},
|
|
800
920
|
"ion-ripple-effect": {
|
|
801
921
|
"description": "",
|
|
802
922
|
"attributes": [
|
|
923
|
+
"mode",
|
|
924
|
+
"theme",
|
|
803
925
|
"type"
|
|
804
926
|
]
|
|
805
927
|
},
|
|
@@ -810,6 +932,8 @@
|
|
|
810
932
|
"before-leave",
|
|
811
933
|
"component",
|
|
812
934
|
"component-props",
|
|
935
|
+
"mode",
|
|
936
|
+
"theme",
|
|
813
937
|
"url"
|
|
814
938
|
]
|
|
815
939
|
},
|
|
@@ -823,7 +947,9 @@
|
|
|
823
947
|
"ion-router": {
|
|
824
948
|
"description": "",
|
|
825
949
|
"attributes": [
|
|
950
|
+
"mode",
|
|
826
951
|
"root",
|
|
952
|
+
"theme",
|
|
827
953
|
"use-hash"
|
|
828
954
|
]
|
|
829
955
|
},
|
|
@@ -832,10 +958,12 @@
|
|
|
832
958
|
"attributes": [
|
|
833
959
|
"color",
|
|
834
960
|
"href",
|
|
961
|
+
"mode",
|
|
835
962
|
"rel",
|
|
836
963
|
"router-animation",
|
|
837
964
|
"router-direction",
|
|
838
|
-
"target"
|
|
965
|
+
"target",
|
|
966
|
+
"theme"
|
|
839
967
|
]
|
|
840
968
|
},
|
|
841
969
|
"ion-router-outlet": {
|
|
@@ -843,12 +971,16 @@
|
|
|
843
971
|
"attributes": [
|
|
844
972
|
"animated",
|
|
845
973
|
"animation",
|
|
846
|
-
"mode"
|
|
974
|
+
"mode",
|
|
975
|
+
"theme"
|
|
847
976
|
]
|
|
848
977
|
},
|
|
849
978
|
"ion-row": {
|
|
850
979
|
"description": "",
|
|
851
|
-
"attributes": [
|
|
980
|
+
"attributes": [
|
|
981
|
+
"mode",
|
|
982
|
+
"theme"
|
|
983
|
+
]
|
|
852
984
|
},
|
|
853
985
|
"ion-searchbar": {
|
|
854
986
|
"description": "",
|
|
@@ -871,9 +1003,12 @@
|
|
|
871
1003
|
"name",
|
|
872
1004
|
"placeholder",
|
|
873
1005
|
"search-icon",
|
|
1006
|
+
"shape",
|
|
874
1007
|
"show-cancel-button",
|
|
875
1008
|
"show-clear-button",
|
|
1009
|
+
"size",
|
|
876
1010
|
"spellcheck",
|
|
1011
|
+
"theme",
|
|
877
1012
|
"type",
|
|
878
1013
|
"value"
|
|
879
1014
|
]
|
|
@@ -887,6 +1022,7 @@
|
|
|
887
1022
|
"scrollable",
|
|
888
1023
|
"select-on-focus",
|
|
889
1024
|
"swipe-gesture",
|
|
1025
|
+
"theme",
|
|
890
1026
|
"value"
|
|
891
1027
|
]
|
|
892
1028
|
},
|
|
@@ -897,6 +1033,7 @@
|
|
|
897
1033
|
"disabled",
|
|
898
1034
|
"layout",
|
|
899
1035
|
"mode",
|
|
1036
|
+
"theme",
|
|
900
1037
|
"type",
|
|
901
1038
|
"value"
|
|
902
1039
|
]
|
|
@@ -935,6 +1072,8 @@
|
|
|
935
1072
|
"required",
|
|
936
1073
|
"selected-text",
|
|
937
1074
|
"shape",
|
|
1075
|
+
"size",
|
|
1076
|
+
"theme",
|
|
938
1077
|
"toggle-icon",
|
|
939
1078
|
"value"
|
|
940
1079
|
]
|
|
@@ -951,13 +1090,17 @@
|
|
|
951
1090
|
"description": "",
|
|
952
1091
|
"attributes": [
|
|
953
1092
|
"disabled",
|
|
1093
|
+
"mode",
|
|
1094
|
+
"theme",
|
|
954
1095
|
"value"
|
|
955
1096
|
]
|
|
956
1097
|
},
|
|
957
1098
|
"ion-skeleton-text": {
|
|
958
1099
|
"description": "",
|
|
959
1100
|
"attributes": [
|
|
960
|
-
"animated"
|
|
1101
|
+
"animated",
|
|
1102
|
+
"mode",
|
|
1103
|
+
"theme"
|
|
961
1104
|
]
|
|
962
1105
|
},
|
|
963
1106
|
"ion-spinner": {
|
|
@@ -965,8 +1108,11 @@
|
|
|
965
1108
|
"attributes": [
|
|
966
1109
|
"color",
|
|
967
1110
|
"duration",
|
|
1111
|
+
"mode",
|
|
968
1112
|
"name",
|
|
969
|
-
"paused"
|
|
1113
|
+
"paused",
|
|
1114
|
+
"size",
|
|
1115
|
+
"theme"
|
|
970
1116
|
]
|
|
971
1117
|
},
|
|
972
1118
|
"ion-split-pane": {
|
|
@@ -974,6 +1120,8 @@
|
|
|
974
1120
|
"attributes": [
|
|
975
1121
|
"content-id",
|
|
976
1122
|
"disabled",
|
|
1123
|
+
"mode",
|
|
1124
|
+
"theme",
|
|
977
1125
|
"when"
|
|
978
1126
|
]
|
|
979
1127
|
},
|
|
@@ -981,15 +1129,20 @@
|
|
|
981
1129
|
"description": "",
|
|
982
1130
|
"attributes": [
|
|
983
1131
|
"component",
|
|
984
|
-
"
|
|
1132
|
+
"mode",
|
|
1133
|
+
"tab",
|
|
1134
|
+
"theme"
|
|
985
1135
|
]
|
|
986
1136
|
},
|
|
987
1137
|
"ion-tab-bar": {
|
|
988
1138
|
"description": "",
|
|
989
1139
|
"attributes": [
|
|
990
1140
|
"color",
|
|
1141
|
+
"expand",
|
|
991
1142
|
"mode",
|
|
992
1143
|
"selected-tab",
|
|
1144
|
+
"shape",
|
|
1145
|
+
"theme",
|
|
993
1146
|
"translucent"
|
|
994
1147
|
]
|
|
995
1148
|
},
|
|
@@ -1003,19 +1156,25 @@
|
|
|
1003
1156
|
"mode",
|
|
1004
1157
|
"rel",
|
|
1005
1158
|
"selected",
|
|
1159
|
+
"shape",
|
|
1006
1160
|
"tab",
|
|
1007
|
-
"target"
|
|
1161
|
+
"target",
|
|
1162
|
+
"theme"
|
|
1008
1163
|
]
|
|
1009
1164
|
},
|
|
1010
1165
|
"ion-tabs": {
|
|
1011
1166
|
"description": "",
|
|
1012
|
-
"attributes": [
|
|
1167
|
+
"attributes": [
|
|
1168
|
+
"mode",
|
|
1169
|
+
"theme"
|
|
1170
|
+
]
|
|
1013
1171
|
},
|
|
1014
1172
|
"ion-text": {
|
|
1015
1173
|
"description": "",
|
|
1016
1174
|
"attributes": [
|
|
1017
1175
|
"color",
|
|
1018
|
-
"mode"
|
|
1176
|
+
"mode",
|
|
1177
|
+
"theme"
|
|
1019
1178
|
]
|
|
1020
1179
|
},
|
|
1021
1180
|
"ion-textarea": {
|
|
@@ -1047,20 +1206,27 @@
|
|
|
1047
1206
|
"required",
|
|
1048
1207
|
"rows",
|
|
1049
1208
|
"shape",
|
|
1209
|
+
"size",
|
|
1050
1210
|
"spellcheck",
|
|
1211
|
+
"theme",
|
|
1051
1212
|
"value",
|
|
1052
1213
|
"wrap"
|
|
1053
1214
|
]
|
|
1054
1215
|
},
|
|
1055
1216
|
"ion-thumbnail": {
|
|
1056
1217
|
"description": "",
|
|
1057
|
-
"attributes": [
|
|
1218
|
+
"attributes": [
|
|
1219
|
+
"mode",
|
|
1220
|
+
"theme"
|
|
1221
|
+
]
|
|
1058
1222
|
},
|
|
1059
1223
|
"ion-title": {
|
|
1060
1224
|
"description": "",
|
|
1061
1225
|
"attributes": [
|
|
1062
1226
|
"color",
|
|
1063
|
-
"
|
|
1227
|
+
"mode",
|
|
1228
|
+
"size",
|
|
1229
|
+
"theme"
|
|
1064
1230
|
]
|
|
1065
1231
|
},
|
|
1066
1232
|
"ion-toast": {
|
|
@@ -1074,6 +1240,7 @@
|
|
|
1074
1240
|
"enter-animation",
|
|
1075
1241
|
"header",
|
|
1076
1242
|
"html-attributes",
|
|
1243
|
+
"hue",
|
|
1077
1244
|
"icon",
|
|
1078
1245
|
"is-open",
|
|
1079
1246
|
"keyboard-close",
|
|
@@ -1083,7 +1250,9 @@
|
|
|
1083
1250
|
"mode",
|
|
1084
1251
|
"position",
|
|
1085
1252
|
"position-anchor",
|
|
1253
|
+
"shape",
|
|
1086
1254
|
"swipe-gesture",
|
|
1255
|
+
"theme",
|
|
1087
1256
|
"translucent",
|
|
1088
1257
|
"trigger"
|
|
1089
1258
|
]
|
|
@@ -1103,6 +1272,7 @@
|
|
|
1103
1272
|
"mode",
|
|
1104
1273
|
"name",
|
|
1105
1274
|
"required",
|
|
1275
|
+
"theme",
|
|
1106
1276
|
"value"
|
|
1107
1277
|
]
|
|
1108
1278
|
},
|
|
@@ -1110,7 +1280,8 @@
|
|
|
1110
1280
|
"description": "",
|
|
1111
1281
|
"attributes": [
|
|
1112
1282
|
"color",
|
|
1113
|
-
"mode"
|
|
1283
|
+
"mode",
|
|
1284
|
+
"theme"
|
|
1114
1285
|
]
|
|
1115
1286
|
}
|
|
1116
1287
|
}
|