@ionic/vue 8.5.2-dev.11743531350.19e040aa → 8.5.2-dev.11743764999.1a665652
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 +186 -158
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +1540 -181
- package/dist/vetur/tags.json +212 -45
- package/dist/web-types.json +1433 -114
- 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,11 @@
|
|
|
95
112
|
"description": "",
|
|
96
113
|
"attributes": [
|
|
97
114
|
"color",
|
|
98
|
-
"mode"
|
|
115
|
+
"mode",
|
|
116
|
+
"shape",
|
|
117
|
+
"size",
|
|
118
|
+
"theme",
|
|
119
|
+
"vertical"
|
|
99
120
|
]
|
|
100
121
|
},
|
|
101
122
|
"ion-breadcrumb": {
|
|
@@ -111,7 +132,8 @@
|
|
|
111
132
|
"router-animation",
|
|
112
133
|
"router-direction",
|
|
113
134
|
"separator",
|
|
114
|
-
"target"
|
|
135
|
+
"target",
|
|
136
|
+
"theme"
|
|
115
137
|
]
|
|
116
138
|
},
|
|
117
139
|
"ion-breadcrumbs": {
|
|
@@ -121,7 +143,8 @@
|
|
|
121
143
|
"items-after-collapse",
|
|
122
144
|
"items-before-collapse",
|
|
123
145
|
"max-items",
|
|
124
|
-
"mode"
|
|
146
|
+
"mode",
|
|
147
|
+
"theme"
|
|
125
148
|
]
|
|
126
149
|
},
|
|
127
150
|
"ion-button": {
|
|
@@ -143,13 +166,16 @@
|
|
|
143
166
|
"size",
|
|
144
167
|
"strong",
|
|
145
168
|
"target",
|
|
169
|
+
"theme",
|
|
146
170
|
"type"
|
|
147
171
|
]
|
|
148
172
|
},
|
|
149
173
|
"ion-buttons": {
|
|
150
174
|
"description": "",
|
|
151
175
|
"attributes": [
|
|
152
|
-
"collapse"
|
|
176
|
+
"collapse",
|
|
177
|
+
"mode",
|
|
178
|
+
"theme"
|
|
153
179
|
]
|
|
154
180
|
},
|
|
155
181
|
"ion-card": {
|
|
@@ -164,14 +190,17 @@
|
|
|
164
190
|
"rel",
|
|
165
191
|
"router-animation",
|
|
166
192
|
"router-direction",
|
|
193
|
+
"shape",
|
|
167
194
|
"target",
|
|
195
|
+
"theme",
|
|
168
196
|
"type"
|
|
169
197
|
]
|
|
170
198
|
},
|
|
171
199
|
"ion-card-content": {
|
|
172
200
|
"description": "",
|
|
173
201
|
"attributes": [
|
|
174
|
-
"mode"
|
|
202
|
+
"mode",
|
|
203
|
+
"theme"
|
|
175
204
|
]
|
|
176
205
|
},
|
|
177
206
|
"ion-card-header": {
|
|
@@ -179,6 +208,7 @@
|
|
|
179
208
|
"attributes": [
|
|
180
209
|
"color",
|
|
181
210
|
"mode",
|
|
211
|
+
"theme",
|
|
182
212
|
"translucent"
|
|
183
213
|
]
|
|
184
214
|
},
|
|
@@ -186,14 +216,16 @@
|
|
|
186
216
|
"description": "",
|
|
187
217
|
"attributes": [
|
|
188
218
|
"color",
|
|
189
|
-
"mode"
|
|
219
|
+
"mode",
|
|
220
|
+
"theme"
|
|
190
221
|
]
|
|
191
222
|
},
|
|
192
223
|
"ion-card-title": {
|
|
193
224
|
"description": "",
|
|
194
225
|
"attributes": [
|
|
195
226
|
"color",
|
|
196
|
-
"mode"
|
|
227
|
+
"mode",
|
|
228
|
+
"theme"
|
|
197
229
|
]
|
|
198
230
|
},
|
|
199
231
|
"ion-checkbox": {
|
|
@@ -211,6 +243,9 @@
|
|
|
211
243
|
"mode",
|
|
212
244
|
"name",
|
|
213
245
|
"required",
|
|
246
|
+
"shape",
|
|
247
|
+
"size",
|
|
248
|
+
"theme",
|
|
214
249
|
"value"
|
|
215
250
|
]
|
|
216
251
|
},
|
|
@@ -220,12 +255,16 @@
|
|
|
220
255
|
"color",
|
|
221
256
|
"disabled",
|
|
222
257
|
"mode",
|
|
223
|
-
"outline"
|
|
258
|
+
"outline",
|
|
259
|
+
"shape",
|
|
260
|
+
"size",
|
|
261
|
+
"theme"
|
|
224
262
|
]
|
|
225
263
|
},
|
|
226
264
|
"ion-col": {
|
|
227
265
|
"description": "",
|
|
228
266
|
"attributes": [
|
|
267
|
+
"mode",
|
|
229
268
|
"offset",
|
|
230
269
|
"offset-lg",
|
|
231
270
|
"offset-md",
|
|
@@ -249,7 +288,8 @@
|
|
|
249
288
|
"size-md",
|
|
250
289
|
"size-sm",
|
|
251
290
|
"size-xl",
|
|
252
|
-
"size-xs"
|
|
291
|
+
"size-xs",
|
|
292
|
+
"theme"
|
|
253
293
|
]
|
|
254
294
|
},
|
|
255
295
|
"ion-content": {
|
|
@@ -259,9 +299,11 @@
|
|
|
259
299
|
"fixed-slot-placement",
|
|
260
300
|
"force-overscroll",
|
|
261
301
|
"fullscreen",
|
|
302
|
+
"mode",
|
|
262
303
|
"scroll-events",
|
|
263
304
|
"scroll-x",
|
|
264
|
-
"scroll-y"
|
|
305
|
+
"scroll-y",
|
|
306
|
+
"theme"
|
|
265
307
|
]
|
|
266
308
|
},
|
|
267
309
|
"ion-datetime": {
|
|
@@ -295,6 +337,7 @@
|
|
|
295
337
|
"show-default-time-label",
|
|
296
338
|
"show-default-title",
|
|
297
339
|
"size",
|
|
340
|
+
"theme",
|
|
298
341
|
"title-selected-dates-formatter",
|
|
299
342
|
"value",
|
|
300
343
|
"year-values"
|
|
@@ -306,7 +349,15 @@
|
|
|
306
349
|
"color",
|
|
307
350
|
"datetime",
|
|
308
351
|
"disabled",
|
|
309
|
-
"mode"
|
|
352
|
+
"mode",
|
|
353
|
+
"theme"
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
"ion-divider": {
|
|
357
|
+
"description": "",
|
|
358
|
+
"attributes": [
|
|
359
|
+
"inset",
|
|
360
|
+
"spacing"
|
|
310
361
|
]
|
|
311
362
|
},
|
|
312
363
|
"ion-fab": {
|
|
@@ -315,6 +366,8 @@
|
|
|
315
366
|
"activated",
|
|
316
367
|
"edge",
|
|
317
368
|
"horizontal",
|
|
369
|
+
"mode",
|
|
370
|
+
"theme",
|
|
318
371
|
"vertical"
|
|
319
372
|
]
|
|
320
373
|
},
|
|
@@ -334,6 +387,7 @@
|
|
|
334
387
|
"show",
|
|
335
388
|
"size",
|
|
336
389
|
"target",
|
|
390
|
+
"theme",
|
|
337
391
|
"translucent",
|
|
338
392
|
"type"
|
|
339
393
|
]
|
|
@@ -342,7 +396,9 @@
|
|
|
342
396
|
"description": "",
|
|
343
397
|
"attributes": [
|
|
344
398
|
"activated",
|
|
345
|
-
"
|
|
399
|
+
"mode",
|
|
400
|
+
"side",
|
|
401
|
+
"theme"
|
|
346
402
|
]
|
|
347
403
|
},
|
|
348
404
|
"ion-footer": {
|
|
@@ -350,20 +406,25 @@
|
|
|
350
406
|
"attributes": [
|
|
351
407
|
"collapse",
|
|
352
408
|
"mode",
|
|
409
|
+
"theme",
|
|
353
410
|
"translucent"
|
|
354
411
|
]
|
|
355
412
|
},
|
|
356
413
|
"ion-grid": {
|
|
357
414
|
"description": "",
|
|
358
415
|
"attributes": [
|
|
359
|
-
"fixed"
|
|
416
|
+
"fixed",
|
|
417
|
+
"mode",
|
|
418
|
+
"theme"
|
|
360
419
|
]
|
|
361
420
|
},
|
|
362
421
|
"ion-header": {
|
|
363
422
|
"description": "",
|
|
364
423
|
"attributes": [
|
|
365
424
|
"collapse",
|
|
425
|
+
"divider",
|
|
366
426
|
"mode",
|
|
427
|
+
"theme",
|
|
367
428
|
"translucent"
|
|
368
429
|
]
|
|
369
430
|
},
|
|
@@ -371,14 +432,18 @@
|
|
|
371
432
|
"description": "",
|
|
372
433
|
"attributes": [
|
|
373
434
|
"alt",
|
|
374
|
-
"
|
|
435
|
+
"mode",
|
|
436
|
+
"src",
|
|
437
|
+
"theme"
|
|
375
438
|
]
|
|
376
439
|
},
|
|
377
440
|
"ion-infinite-scroll": {
|
|
378
441
|
"description": "",
|
|
379
442
|
"attributes": [
|
|
380
443
|
"disabled",
|
|
444
|
+
"mode",
|
|
381
445
|
"position",
|
|
446
|
+
"theme",
|
|
382
447
|
"threshold"
|
|
383
448
|
]
|
|
384
449
|
},
|
|
@@ -386,7 +451,9 @@
|
|
|
386
451
|
"description": "",
|
|
387
452
|
"attributes": [
|
|
388
453
|
"loading-spinner",
|
|
389
|
-
"loading-text"
|
|
454
|
+
"loading-text",
|
|
455
|
+
"mode",
|
|
456
|
+
"theme"
|
|
390
457
|
]
|
|
391
458
|
},
|
|
392
459
|
"ion-input": {
|
|
@@ -423,8 +490,10 @@
|
|
|
423
490
|
"readonly",
|
|
424
491
|
"required",
|
|
425
492
|
"shape",
|
|
493
|
+
"size",
|
|
426
494
|
"spellcheck",
|
|
427
495
|
"step",
|
|
496
|
+
"theme",
|
|
428
497
|
"type",
|
|
429
498
|
"value"
|
|
430
499
|
]
|
|
@@ -454,6 +523,7 @@
|
|
|
454
523
|
"router-animation",
|
|
455
524
|
"router-direction",
|
|
456
525
|
"target",
|
|
526
|
+
"theme",
|
|
457
527
|
"type"
|
|
458
528
|
]
|
|
459
529
|
},
|
|
@@ -462,12 +532,16 @@
|
|
|
462
532
|
"attributes": [
|
|
463
533
|
"color",
|
|
464
534
|
"mode",
|
|
465
|
-
"sticky"
|
|
535
|
+
"sticky",
|
|
536
|
+
"theme"
|
|
466
537
|
]
|
|
467
538
|
},
|
|
468
539
|
"ion-item-group": {
|
|
469
540
|
"description": "",
|
|
470
|
-
"attributes": [
|
|
541
|
+
"attributes": [
|
|
542
|
+
"mode",
|
|
543
|
+
"theme"
|
|
544
|
+
]
|
|
471
545
|
},
|
|
472
546
|
"ion-item-option": {
|
|
473
547
|
"description": "",
|
|
@@ -479,20 +553,26 @@
|
|
|
479
553
|
"href",
|
|
480
554
|
"mode",
|
|
481
555
|
"rel",
|
|
556
|
+
"shape",
|
|
482
557
|
"target",
|
|
558
|
+
"theme",
|
|
483
559
|
"type"
|
|
484
560
|
]
|
|
485
561
|
},
|
|
486
562
|
"ion-item-options": {
|
|
487
563
|
"description": "",
|
|
488
564
|
"attributes": [
|
|
489
|
-
"
|
|
565
|
+
"mode",
|
|
566
|
+
"side",
|
|
567
|
+
"theme"
|
|
490
568
|
]
|
|
491
569
|
},
|
|
492
570
|
"ion-item-sliding": {
|
|
493
571
|
"description": "",
|
|
494
572
|
"attributes": [
|
|
495
|
-
"disabled"
|
|
573
|
+
"disabled",
|
|
574
|
+
"mode",
|
|
575
|
+
"theme"
|
|
496
576
|
]
|
|
497
577
|
},
|
|
498
578
|
"ion-label": {
|
|
@@ -500,7 +580,8 @@
|
|
|
500
580
|
"attributes": [
|
|
501
581
|
"color",
|
|
502
582
|
"mode",
|
|
503
|
-
"position"
|
|
583
|
+
"position",
|
|
584
|
+
"theme"
|
|
504
585
|
]
|
|
505
586
|
},
|
|
506
587
|
"ion-list": {
|
|
@@ -508,7 +589,9 @@
|
|
|
508
589
|
"attributes": [
|
|
509
590
|
"inset",
|
|
510
591
|
"lines",
|
|
511
|
-
"mode"
|
|
592
|
+
"mode",
|
|
593
|
+
"shape",
|
|
594
|
+
"theme"
|
|
512
595
|
]
|
|
513
596
|
},
|
|
514
597
|
"ion-list-header": {
|
|
@@ -516,7 +599,8 @@
|
|
|
516
599
|
"attributes": [
|
|
517
600
|
"color",
|
|
518
601
|
"lines",
|
|
519
|
-
"mode"
|
|
602
|
+
"mode",
|
|
603
|
+
"theme"
|
|
520
604
|
]
|
|
521
605
|
},
|
|
522
606
|
"ion-loading": {
|
|
@@ -535,6 +619,7 @@
|
|
|
535
619
|
"mode",
|
|
536
620
|
"show-backdrop",
|
|
537
621
|
"spinner",
|
|
622
|
+
"theme",
|
|
538
623
|
"translucent",
|
|
539
624
|
"trigger"
|
|
540
625
|
]
|
|
@@ -546,8 +631,10 @@
|
|
|
546
631
|
"disabled",
|
|
547
632
|
"max-edge-start",
|
|
548
633
|
"menu-id",
|
|
634
|
+
"mode",
|
|
549
635
|
"side",
|
|
550
636
|
"swipe-gesture",
|
|
637
|
+
"theme",
|
|
551
638
|
"type"
|
|
552
639
|
]
|
|
553
640
|
},
|
|
@@ -559,6 +646,7 @@
|
|
|
559
646
|
"disabled",
|
|
560
647
|
"menu",
|
|
561
648
|
"mode",
|
|
649
|
+
"theme",
|
|
562
650
|
"type"
|
|
563
651
|
]
|
|
564
652
|
},
|
|
@@ -566,7 +654,9 @@
|
|
|
566
654
|
"description": "",
|
|
567
655
|
"attributes": [
|
|
568
656
|
"auto-hide",
|
|
569
|
-
"menu"
|
|
657
|
+
"menu",
|
|
658
|
+
"mode",
|
|
659
|
+
"theme"
|
|
570
660
|
]
|
|
571
661
|
},
|
|
572
662
|
"ion-modal": {
|
|
@@ -590,7 +680,9 @@
|
|
|
590
680
|
"leave-animation",
|
|
591
681
|
"mode",
|
|
592
682
|
"presenting-element",
|
|
683
|
+
"shape",
|
|
593
684
|
"show-backdrop",
|
|
685
|
+
"theme",
|
|
594
686
|
"trigger"
|
|
595
687
|
]
|
|
596
688
|
},
|
|
@@ -599,9 +691,11 @@
|
|
|
599
691
|
"attributes": [
|
|
600
692
|
"animated",
|
|
601
693
|
"animation",
|
|
694
|
+
"mode",
|
|
602
695
|
"root",
|
|
603
696
|
"root-params",
|
|
604
|
-
"swipe-gesture"
|
|
697
|
+
"swipe-gesture",
|
|
698
|
+
"theme"
|
|
605
699
|
]
|
|
606
700
|
},
|
|
607
701
|
"ion-nav-link": {
|
|
@@ -609,21 +703,25 @@
|
|
|
609
703
|
"attributes": [
|
|
610
704
|
"component",
|
|
611
705
|
"component-props",
|
|
706
|
+
"mode",
|
|
612
707
|
"router-animation",
|
|
613
|
-
"router-direction"
|
|
708
|
+
"router-direction",
|
|
709
|
+
"theme"
|
|
614
710
|
]
|
|
615
711
|
},
|
|
616
712
|
"ion-note": {
|
|
617
713
|
"description": "",
|
|
618
714
|
"attributes": [
|
|
619
715
|
"color",
|
|
620
|
-
"mode"
|
|
716
|
+
"mode",
|
|
717
|
+
"theme"
|
|
621
718
|
]
|
|
622
719
|
},
|
|
623
720
|
"ion-picker": {
|
|
624
721
|
"description": "",
|
|
625
722
|
"attributes": [
|
|
626
|
-
"mode"
|
|
723
|
+
"mode",
|
|
724
|
+
"theme"
|
|
627
725
|
]
|
|
628
726
|
},
|
|
629
727
|
"ion-picker-column": {
|
|
@@ -632,6 +730,7 @@
|
|
|
632
730
|
"color",
|
|
633
731
|
"disabled",
|
|
634
732
|
"mode",
|
|
733
|
+
"theme",
|
|
635
734
|
"value"
|
|
636
735
|
]
|
|
637
736
|
},
|
|
@@ -640,6 +739,8 @@
|
|
|
640
739
|
"attributes": [
|
|
641
740
|
"color",
|
|
642
741
|
"disabled",
|
|
742
|
+
"mode",
|
|
743
|
+
"theme",
|
|
643
744
|
"value"
|
|
644
745
|
]
|
|
645
746
|
},
|
|
@@ -659,6 +760,7 @@
|
|
|
659
760
|
"leave-animation",
|
|
660
761
|
"mode",
|
|
661
762
|
"show-backdrop",
|
|
763
|
+
"theme",
|
|
662
764
|
"trigger"
|
|
663
765
|
]
|
|
664
766
|
},
|
|
@@ -685,6 +787,7 @@
|
|
|
685
787
|
"show-backdrop",
|
|
686
788
|
"side",
|
|
687
789
|
"size",
|
|
790
|
+
"theme",
|
|
688
791
|
"translucent",
|
|
689
792
|
"trigger",
|
|
690
793
|
"trigger-action"
|
|
@@ -697,6 +800,8 @@
|
|
|
697
800
|
"color",
|
|
698
801
|
"mode",
|
|
699
802
|
"reversed",
|
|
803
|
+
"shape",
|
|
804
|
+
"theme",
|
|
700
805
|
"type",
|
|
701
806
|
"value"
|
|
702
807
|
]
|
|
@@ -711,6 +816,7 @@
|
|
|
711
816
|
"label-placement",
|
|
712
817
|
"mode",
|
|
713
818
|
"name",
|
|
819
|
+
"theme",
|
|
714
820
|
"value"
|
|
715
821
|
]
|
|
716
822
|
},
|
|
@@ -721,7 +827,9 @@
|
|
|
721
827
|
"compare-with",
|
|
722
828
|
"error-text",
|
|
723
829
|
"helper-text",
|
|
830
|
+
"mode",
|
|
724
831
|
"name",
|
|
832
|
+
"theme",
|
|
725
833
|
"value"
|
|
726
834
|
]
|
|
727
835
|
},
|
|
@@ -743,6 +851,7 @@
|
|
|
743
851
|
"pin-formatter",
|
|
744
852
|
"snaps",
|
|
745
853
|
"step",
|
|
854
|
+
"theme",
|
|
746
855
|
"ticks",
|
|
747
856
|
"value"
|
|
748
857
|
]
|
|
@@ -756,31 +865,41 @@
|
|
|
756
865
|
"pull-factor",
|
|
757
866
|
"pull-max",
|
|
758
867
|
"pull-min",
|
|
759
|
-
"snapback-duration"
|
|
868
|
+
"snapback-duration",
|
|
869
|
+
"theme"
|
|
760
870
|
]
|
|
761
871
|
},
|
|
762
872
|
"ion-refresher-content": {
|
|
763
873
|
"description": "",
|
|
764
874
|
"attributes": [
|
|
875
|
+
"mode",
|
|
765
876
|
"pulling-icon",
|
|
766
877
|
"pulling-text",
|
|
767
878
|
"refreshing-spinner",
|
|
768
|
-
"refreshing-text"
|
|
879
|
+
"refreshing-text",
|
|
880
|
+
"theme"
|
|
769
881
|
]
|
|
770
882
|
},
|
|
771
883
|
"ion-reorder": {
|
|
772
884
|
"description": "",
|
|
773
|
-
"attributes": [
|
|
885
|
+
"attributes": [
|
|
886
|
+
"mode",
|
|
887
|
+
"theme"
|
|
888
|
+
]
|
|
774
889
|
},
|
|
775
890
|
"ion-reorder-group": {
|
|
776
891
|
"description": "",
|
|
777
892
|
"attributes": [
|
|
778
|
-
"disabled"
|
|
893
|
+
"disabled",
|
|
894
|
+
"mode",
|
|
895
|
+
"theme"
|
|
779
896
|
]
|
|
780
897
|
},
|
|
781
898
|
"ion-ripple-effect": {
|
|
782
899
|
"description": "",
|
|
783
900
|
"attributes": [
|
|
901
|
+
"mode",
|
|
902
|
+
"theme",
|
|
784
903
|
"type"
|
|
785
904
|
]
|
|
786
905
|
},
|
|
@@ -791,6 +910,8 @@
|
|
|
791
910
|
"before-leave",
|
|
792
911
|
"component",
|
|
793
912
|
"component-props",
|
|
913
|
+
"mode",
|
|
914
|
+
"theme",
|
|
794
915
|
"url"
|
|
795
916
|
]
|
|
796
917
|
},
|
|
@@ -804,7 +925,9 @@
|
|
|
804
925
|
"ion-router": {
|
|
805
926
|
"description": "",
|
|
806
927
|
"attributes": [
|
|
928
|
+
"mode",
|
|
807
929
|
"root",
|
|
930
|
+
"theme",
|
|
808
931
|
"use-hash"
|
|
809
932
|
]
|
|
810
933
|
},
|
|
@@ -813,10 +936,12 @@
|
|
|
813
936
|
"attributes": [
|
|
814
937
|
"color",
|
|
815
938
|
"href",
|
|
939
|
+
"mode",
|
|
816
940
|
"rel",
|
|
817
941
|
"router-animation",
|
|
818
942
|
"router-direction",
|
|
819
|
-
"target"
|
|
943
|
+
"target",
|
|
944
|
+
"theme"
|
|
820
945
|
]
|
|
821
946
|
},
|
|
822
947
|
"ion-router-outlet": {
|
|
@@ -824,12 +949,16 @@
|
|
|
824
949
|
"attributes": [
|
|
825
950
|
"animated",
|
|
826
951
|
"animation",
|
|
827
|
-
"mode"
|
|
952
|
+
"mode",
|
|
953
|
+
"theme"
|
|
828
954
|
]
|
|
829
955
|
},
|
|
830
956
|
"ion-row": {
|
|
831
957
|
"description": "",
|
|
832
|
-
"attributes": [
|
|
958
|
+
"attributes": [
|
|
959
|
+
"mode",
|
|
960
|
+
"theme"
|
|
961
|
+
]
|
|
833
962
|
},
|
|
834
963
|
"ion-searchbar": {
|
|
835
964
|
"description": "",
|
|
@@ -852,9 +981,12 @@
|
|
|
852
981
|
"name",
|
|
853
982
|
"placeholder",
|
|
854
983
|
"search-icon",
|
|
984
|
+
"shape",
|
|
855
985
|
"show-cancel-button",
|
|
856
986
|
"show-clear-button",
|
|
987
|
+
"size",
|
|
857
988
|
"spellcheck",
|
|
989
|
+
"theme",
|
|
858
990
|
"type",
|
|
859
991
|
"value"
|
|
860
992
|
]
|
|
@@ -868,6 +1000,7 @@
|
|
|
868
1000
|
"scrollable",
|
|
869
1001
|
"select-on-focus",
|
|
870
1002
|
"swipe-gesture",
|
|
1003
|
+
"theme",
|
|
871
1004
|
"value"
|
|
872
1005
|
]
|
|
873
1006
|
},
|
|
@@ -878,6 +1011,7 @@
|
|
|
878
1011
|
"disabled",
|
|
879
1012
|
"layout",
|
|
880
1013
|
"mode",
|
|
1014
|
+
"theme",
|
|
881
1015
|
"type",
|
|
882
1016
|
"value"
|
|
883
1017
|
]
|
|
@@ -916,6 +1050,8 @@
|
|
|
916
1050
|
"required",
|
|
917
1051
|
"selected-text",
|
|
918
1052
|
"shape",
|
|
1053
|
+
"size",
|
|
1054
|
+
"theme",
|
|
919
1055
|
"toggle-icon",
|
|
920
1056
|
"value"
|
|
921
1057
|
]
|
|
@@ -932,13 +1068,17 @@
|
|
|
932
1068
|
"description": "",
|
|
933
1069
|
"attributes": [
|
|
934
1070
|
"disabled",
|
|
1071
|
+
"mode",
|
|
1072
|
+
"theme",
|
|
935
1073
|
"value"
|
|
936
1074
|
]
|
|
937
1075
|
},
|
|
938
1076
|
"ion-skeleton-text": {
|
|
939
1077
|
"description": "",
|
|
940
1078
|
"attributes": [
|
|
941
|
-
"animated"
|
|
1079
|
+
"animated",
|
|
1080
|
+
"mode",
|
|
1081
|
+
"theme"
|
|
942
1082
|
]
|
|
943
1083
|
},
|
|
944
1084
|
"ion-spinner": {
|
|
@@ -946,8 +1086,11 @@
|
|
|
946
1086
|
"attributes": [
|
|
947
1087
|
"color",
|
|
948
1088
|
"duration",
|
|
1089
|
+
"mode",
|
|
949
1090
|
"name",
|
|
950
|
-
"paused"
|
|
1091
|
+
"paused",
|
|
1092
|
+
"size",
|
|
1093
|
+
"theme"
|
|
951
1094
|
]
|
|
952
1095
|
},
|
|
953
1096
|
"ion-split-pane": {
|
|
@@ -955,6 +1098,8 @@
|
|
|
955
1098
|
"attributes": [
|
|
956
1099
|
"content-id",
|
|
957
1100
|
"disabled",
|
|
1101
|
+
"mode",
|
|
1102
|
+
"theme",
|
|
958
1103
|
"when"
|
|
959
1104
|
]
|
|
960
1105
|
},
|
|
@@ -962,15 +1107,20 @@
|
|
|
962
1107
|
"description": "",
|
|
963
1108
|
"attributes": [
|
|
964
1109
|
"component",
|
|
965
|
-
"
|
|
1110
|
+
"mode",
|
|
1111
|
+
"tab",
|
|
1112
|
+
"theme"
|
|
966
1113
|
]
|
|
967
1114
|
},
|
|
968
1115
|
"ion-tab-bar": {
|
|
969
1116
|
"description": "",
|
|
970
1117
|
"attributes": [
|
|
971
1118
|
"color",
|
|
1119
|
+
"expand",
|
|
972
1120
|
"mode",
|
|
973
1121
|
"selected-tab",
|
|
1122
|
+
"shape",
|
|
1123
|
+
"theme",
|
|
974
1124
|
"translucent"
|
|
975
1125
|
]
|
|
976
1126
|
},
|
|
@@ -984,19 +1134,25 @@
|
|
|
984
1134
|
"mode",
|
|
985
1135
|
"rel",
|
|
986
1136
|
"selected",
|
|
1137
|
+
"shape",
|
|
987
1138
|
"tab",
|
|
988
|
-
"target"
|
|
1139
|
+
"target",
|
|
1140
|
+
"theme"
|
|
989
1141
|
]
|
|
990
1142
|
},
|
|
991
1143
|
"ion-tabs": {
|
|
992
1144
|
"description": "",
|
|
993
|
-
"attributes": [
|
|
1145
|
+
"attributes": [
|
|
1146
|
+
"mode",
|
|
1147
|
+
"theme"
|
|
1148
|
+
]
|
|
994
1149
|
},
|
|
995
1150
|
"ion-text": {
|
|
996
1151
|
"description": "",
|
|
997
1152
|
"attributes": [
|
|
998
1153
|
"color",
|
|
999
|
-
"mode"
|
|
1154
|
+
"mode",
|
|
1155
|
+
"theme"
|
|
1000
1156
|
]
|
|
1001
1157
|
},
|
|
1002
1158
|
"ion-textarea": {
|
|
@@ -1028,20 +1184,27 @@
|
|
|
1028
1184
|
"required",
|
|
1029
1185
|
"rows",
|
|
1030
1186
|
"shape",
|
|
1187
|
+
"size",
|
|
1031
1188
|
"spellcheck",
|
|
1189
|
+
"theme",
|
|
1032
1190
|
"value",
|
|
1033
1191
|
"wrap"
|
|
1034
1192
|
]
|
|
1035
1193
|
},
|
|
1036
1194
|
"ion-thumbnail": {
|
|
1037
1195
|
"description": "",
|
|
1038
|
-
"attributes": [
|
|
1196
|
+
"attributes": [
|
|
1197
|
+
"mode",
|
|
1198
|
+
"theme"
|
|
1199
|
+
]
|
|
1039
1200
|
},
|
|
1040
1201
|
"ion-title": {
|
|
1041
1202
|
"description": "",
|
|
1042
1203
|
"attributes": [
|
|
1043
1204
|
"color",
|
|
1044
|
-
"
|
|
1205
|
+
"mode",
|
|
1206
|
+
"size",
|
|
1207
|
+
"theme"
|
|
1045
1208
|
]
|
|
1046
1209
|
},
|
|
1047
1210
|
"ion-toast": {
|
|
@@ -1064,7 +1227,9 @@
|
|
|
1064
1227
|
"mode",
|
|
1065
1228
|
"position",
|
|
1066
1229
|
"position-anchor",
|
|
1230
|
+
"shape",
|
|
1067
1231
|
"swipe-gesture",
|
|
1232
|
+
"theme",
|
|
1068
1233
|
"translucent",
|
|
1069
1234
|
"trigger"
|
|
1070
1235
|
]
|
|
@@ -1084,6 +1249,7 @@
|
|
|
1084
1249
|
"mode",
|
|
1085
1250
|
"name",
|
|
1086
1251
|
"required",
|
|
1252
|
+
"theme",
|
|
1087
1253
|
"value"
|
|
1088
1254
|
]
|
|
1089
1255
|
},
|
|
@@ -1091,7 +1257,8 @@
|
|
|
1091
1257
|
"description": "",
|
|
1092
1258
|
"attributes": [
|
|
1093
1259
|
"color",
|
|
1094
|
-
"mode"
|
|
1260
|
+
"mode",
|
|
1261
|
+
"theme"
|
|
1095
1262
|
]
|
|
1096
1263
|
}
|
|
1097
1264
|
}
|