@ionic/vue 8.8.8 → 8.8.9-dev.11779411201.1a483e09
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 +213 -162
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +2 -0
- package/dist/vetur/attributes.json +1632 -104
- package/dist/vetur/tags.json +243 -45
- package/dist/web-types.json +1751 -157
- 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
|
},
|
|
@@ -335,6 +396,7 @@
|
|
|
335
396
|
"show",
|
|
336
397
|
"size",
|
|
337
398
|
"target",
|
|
399
|
+
"theme",
|
|
338
400
|
"translucent",
|
|
339
401
|
"type"
|
|
340
402
|
]
|
|
@@ -343,7 +405,9 @@
|
|
|
343
405
|
"description": "",
|
|
344
406
|
"attributes": [
|
|
345
407
|
"activated",
|
|
346
|
-
"
|
|
408
|
+
"mode",
|
|
409
|
+
"side",
|
|
410
|
+
"theme"
|
|
347
411
|
]
|
|
348
412
|
},
|
|
349
413
|
"ion-footer": {
|
|
@@ -351,20 +415,36 @@
|
|
|
351
415
|
"attributes": [
|
|
352
416
|
"collapse",
|
|
353
417
|
"mode",
|
|
418
|
+
"theme",
|
|
354
419
|
"translucent"
|
|
355
420
|
]
|
|
356
421
|
},
|
|
422
|
+
"ion-gallery": {
|
|
423
|
+
"description": "",
|
|
424
|
+
"attributes": [
|
|
425
|
+
"columns",
|
|
426
|
+
"gap",
|
|
427
|
+
"layout",
|
|
428
|
+
"mode",
|
|
429
|
+
"order",
|
|
430
|
+
"theme"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
357
433
|
"ion-grid": {
|
|
358
434
|
"description": "",
|
|
359
435
|
"attributes": [
|
|
360
|
-
"fixed"
|
|
436
|
+
"fixed",
|
|
437
|
+
"mode",
|
|
438
|
+
"theme"
|
|
361
439
|
]
|
|
362
440
|
},
|
|
363
441
|
"ion-header": {
|
|
364
442
|
"description": "",
|
|
365
443
|
"attributes": [
|
|
366
444
|
"collapse",
|
|
445
|
+
"divider",
|
|
367
446
|
"mode",
|
|
447
|
+
"theme",
|
|
368
448
|
"translucent"
|
|
369
449
|
]
|
|
370
450
|
},
|
|
@@ -372,14 +452,19 @@
|
|
|
372
452
|
"description": "",
|
|
373
453
|
"attributes": [
|
|
374
454
|
"alt",
|
|
375
|
-
"
|
|
455
|
+
"mode",
|
|
456
|
+
"src",
|
|
457
|
+
"theme"
|
|
376
458
|
]
|
|
377
459
|
},
|
|
378
460
|
"ion-infinite-scroll": {
|
|
379
461
|
"description": "",
|
|
380
462
|
"attributes": [
|
|
381
463
|
"disabled",
|
|
464
|
+
"mode",
|
|
382
465
|
"position",
|
|
466
|
+
"preserve-rerender-scroll-position",
|
|
467
|
+
"theme",
|
|
383
468
|
"threshold"
|
|
384
469
|
]
|
|
385
470
|
},
|
|
@@ -387,7 +472,9 @@
|
|
|
387
472
|
"description": "",
|
|
388
473
|
"attributes": [
|
|
389
474
|
"loading-spinner",
|
|
390
|
-
"loading-text"
|
|
475
|
+
"loading-text",
|
|
476
|
+
"mode",
|
|
477
|
+
"theme"
|
|
391
478
|
]
|
|
392
479
|
},
|
|
393
480
|
"ion-input": {
|
|
@@ -424,8 +511,10 @@
|
|
|
424
511
|
"readonly",
|
|
425
512
|
"required",
|
|
426
513
|
"shape",
|
|
514
|
+
"size",
|
|
427
515
|
"spellcheck",
|
|
428
516
|
"step",
|
|
517
|
+
"theme",
|
|
429
518
|
"type",
|
|
430
519
|
"value"
|
|
431
520
|
]
|
|
@@ -439,11 +528,13 @@
|
|
|
439
528
|
"fill",
|
|
440
529
|
"inputmode",
|
|
441
530
|
"length",
|
|
531
|
+
"mode",
|
|
442
532
|
"pattern",
|
|
443
533
|
"readonly",
|
|
444
534
|
"separators",
|
|
445
535
|
"shape",
|
|
446
536
|
"size",
|
|
537
|
+
"theme",
|
|
447
538
|
"type",
|
|
448
539
|
"value"
|
|
449
540
|
]
|
|
@@ -473,6 +564,7 @@
|
|
|
473
564
|
"router-animation",
|
|
474
565
|
"router-direction",
|
|
475
566
|
"target",
|
|
567
|
+
"theme",
|
|
476
568
|
"type"
|
|
477
569
|
]
|
|
478
570
|
},
|
|
@@ -481,12 +573,16 @@
|
|
|
481
573
|
"attributes": [
|
|
482
574
|
"color",
|
|
483
575
|
"mode",
|
|
484
|
-
"sticky"
|
|
576
|
+
"sticky",
|
|
577
|
+
"theme"
|
|
485
578
|
]
|
|
486
579
|
},
|
|
487
580
|
"ion-item-group": {
|
|
488
581
|
"description": "",
|
|
489
|
-
"attributes": [
|
|
582
|
+
"attributes": [
|
|
583
|
+
"mode",
|
|
584
|
+
"theme"
|
|
585
|
+
]
|
|
490
586
|
},
|
|
491
587
|
"ion-item-option": {
|
|
492
588
|
"description": "",
|
|
@@ -496,22 +592,29 @@
|
|
|
496
592
|
"download",
|
|
497
593
|
"expandable",
|
|
498
594
|
"href",
|
|
595
|
+
"hue",
|
|
499
596
|
"mode",
|
|
500
597
|
"rel",
|
|
598
|
+
"shape",
|
|
501
599
|
"target",
|
|
600
|
+
"theme",
|
|
502
601
|
"type"
|
|
503
602
|
]
|
|
504
603
|
},
|
|
505
604
|
"ion-item-options": {
|
|
506
605
|
"description": "",
|
|
507
606
|
"attributes": [
|
|
508
|
-
"
|
|
607
|
+
"mode",
|
|
608
|
+
"side",
|
|
609
|
+
"theme"
|
|
509
610
|
]
|
|
510
611
|
},
|
|
511
612
|
"ion-item-sliding": {
|
|
512
613
|
"description": "",
|
|
513
614
|
"attributes": [
|
|
514
|
-
"disabled"
|
|
615
|
+
"disabled",
|
|
616
|
+
"mode",
|
|
617
|
+
"theme"
|
|
515
618
|
]
|
|
516
619
|
},
|
|
517
620
|
"ion-label": {
|
|
@@ -519,7 +622,8 @@
|
|
|
519
622
|
"attributes": [
|
|
520
623
|
"color",
|
|
521
624
|
"mode",
|
|
522
|
-
"position"
|
|
625
|
+
"position",
|
|
626
|
+
"theme"
|
|
523
627
|
]
|
|
524
628
|
},
|
|
525
629
|
"ion-list": {
|
|
@@ -527,7 +631,9 @@
|
|
|
527
631
|
"attributes": [
|
|
528
632
|
"inset",
|
|
529
633
|
"lines",
|
|
530
|
-
"mode"
|
|
634
|
+
"mode",
|
|
635
|
+
"shape",
|
|
636
|
+
"theme"
|
|
531
637
|
]
|
|
532
638
|
},
|
|
533
639
|
"ion-list-header": {
|
|
@@ -535,7 +641,8 @@
|
|
|
535
641
|
"attributes": [
|
|
536
642
|
"color",
|
|
537
643
|
"lines",
|
|
538
|
-
"mode"
|
|
644
|
+
"mode",
|
|
645
|
+
"theme"
|
|
539
646
|
]
|
|
540
647
|
},
|
|
541
648
|
"ion-loading": {
|
|
@@ -554,6 +661,7 @@
|
|
|
554
661
|
"mode",
|
|
555
662
|
"show-backdrop",
|
|
556
663
|
"spinner",
|
|
664
|
+
"theme",
|
|
557
665
|
"translucent",
|
|
558
666
|
"trigger"
|
|
559
667
|
]
|
|
@@ -565,8 +673,10 @@
|
|
|
565
673
|
"disabled",
|
|
566
674
|
"max-edge-start",
|
|
567
675
|
"menu-id",
|
|
676
|
+
"mode",
|
|
568
677
|
"side",
|
|
569
678
|
"swipe-gesture",
|
|
679
|
+
"theme",
|
|
570
680
|
"type"
|
|
571
681
|
]
|
|
572
682
|
},
|
|
@@ -578,6 +688,7 @@
|
|
|
578
688
|
"disabled",
|
|
579
689
|
"menu",
|
|
580
690
|
"mode",
|
|
691
|
+
"theme",
|
|
581
692
|
"type"
|
|
582
693
|
]
|
|
583
694
|
},
|
|
@@ -585,7 +696,9 @@
|
|
|
585
696
|
"description": "",
|
|
586
697
|
"attributes": [
|
|
587
698
|
"auto-hide",
|
|
588
|
-
"menu"
|
|
699
|
+
"menu",
|
|
700
|
+
"mode",
|
|
701
|
+
"theme"
|
|
589
702
|
]
|
|
590
703
|
},
|
|
591
704
|
"ion-modal": {
|
|
@@ -609,7 +722,9 @@
|
|
|
609
722
|
"leave-animation",
|
|
610
723
|
"mode",
|
|
611
724
|
"presenting-element",
|
|
725
|
+
"shape",
|
|
612
726
|
"show-backdrop",
|
|
727
|
+
"theme",
|
|
613
728
|
"trigger"
|
|
614
729
|
]
|
|
615
730
|
},
|
|
@@ -618,9 +733,11 @@
|
|
|
618
733
|
"attributes": [
|
|
619
734
|
"animated",
|
|
620
735
|
"animation",
|
|
736
|
+
"mode",
|
|
621
737
|
"root",
|
|
622
738
|
"root-params",
|
|
623
|
-
"swipe-gesture"
|
|
739
|
+
"swipe-gesture",
|
|
740
|
+
"theme"
|
|
624
741
|
]
|
|
625
742
|
},
|
|
626
743
|
"ion-nav-link": {
|
|
@@ -628,21 +745,25 @@
|
|
|
628
745
|
"attributes": [
|
|
629
746
|
"component",
|
|
630
747
|
"component-props",
|
|
748
|
+
"mode",
|
|
631
749
|
"router-animation",
|
|
632
|
-
"router-direction"
|
|
750
|
+
"router-direction",
|
|
751
|
+
"theme"
|
|
633
752
|
]
|
|
634
753
|
},
|
|
635
754
|
"ion-note": {
|
|
636
755
|
"description": "",
|
|
637
756
|
"attributes": [
|
|
638
757
|
"color",
|
|
639
|
-
"mode"
|
|
758
|
+
"mode",
|
|
759
|
+
"theme"
|
|
640
760
|
]
|
|
641
761
|
},
|
|
642
762
|
"ion-picker": {
|
|
643
763
|
"description": "",
|
|
644
764
|
"attributes": [
|
|
645
|
-
"mode"
|
|
765
|
+
"mode",
|
|
766
|
+
"theme"
|
|
646
767
|
]
|
|
647
768
|
},
|
|
648
769
|
"ion-picker-column": {
|
|
@@ -651,6 +772,7 @@
|
|
|
651
772
|
"color",
|
|
652
773
|
"disabled",
|
|
653
774
|
"mode",
|
|
775
|
+
"theme",
|
|
654
776
|
"value"
|
|
655
777
|
]
|
|
656
778
|
},
|
|
@@ -659,6 +781,8 @@
|
|
|
659
781
|
"attributes": [
|
|
660
782
|
"color",
|
|
661
783
|
"disabled",
|
|
784
|
+
"mode",
|
|
785
|
+
"theme",
|
|
662
786
|
"value"
|
|
663
787
|
]
|
|
664
788
|
},
|
|
@@ -678,6 +802,7 @@
|
|
|
678
802
|
"leave-animation",
|
|
679
803
|
"mode",
|
|
680
804
|
"show-backdrop",
|
|
805
|
+
"theme",
|
|
681
806
|
"trigger"
|
|
682
807
|
]
|
|
683
808
|
},
|
|
@@ -704,6 +829,7 @@
|
|
|
704
829
|
"show-backdrop",
|
|
705
830
|
"side",
|
|
706
831
|
"size",
|
|
832
|
+
"theme",
|
|
707
833
|
"translucent",
|
|
708
834
|
"trigger",
|
|
709
835
|
"trigger-action"
|
|
@@ -716,6 +842,8 @@
|
|
|
716
842
|
"color",
|
|
717
843
|
"mode",
|
|
718
844
|
"reversed",
|
|
845
|
+
"shape",
|
|
846
|
+
"theme",
|
|
719
847
|
"type",
|
|
720
848
|
"value"
|
|
721
849
|
]
|
|
@@ -730,6 +858,7 @@
|
|
|
730
858
|
"label-placement",
|
|
731
859
|
"mode",
|
|
732
860
|
"name",
|
|
861
|
+
"theme",
|
|
733
862
|
"value"
|
|
734
863
|
]
|
|
735
864
|
},
|
|
@@ -740,7 +869,9 @@
|
|
|
740
869
|
"compare-with",
|
|
741
870
|
"error-text",
|
|
742
871
|
"helper-text",
|
|
872
|
+
"mode",
|
|
743
873
|
"name",
|
|
874
|
+
"theme",
|
|
744
875
|
"value"
|
|
745
876
|
]
|
|
746
877
|
},
|
|
@@ -762,6 +893,7 @@
|
|
|
762
893
|
"pin-formatter",
|
|
763
894
|
"snaps",
|
|
764
895
|
"step",
|
|
896
|
+
"theme",
|
|
765
897
|
"ticks",
|
|
766
898
|
"value"
|
|
767
899
|
]
|
|
@@ -775,31 +907,41 @@
|
|
|
775
907
|
"pull-factor",
|
|
776
908
|
"pull-max",
|
|
777
909
|
"pull-min",
|
|
778
|
-
"snapback-duration"
|
|
910
|
+
"snapback-duration",
|
|
911
|
+
"theme"
|
|
779
912
|
]
|
|
780
913
|
},
|
|
781
914
|
"ion-refresher-content": {
|
|
782
915
|
"description": "",
|
|
783
916
|
"attributes": [
|
|
917
|
+
"mode",
|
|
784
918
|
"pulling-icon",
|
|
785
919
|
"pulling-text",
|
|
786
920
|
"refreshing-spinner",
|
|
787
|
-
"refreshing-text"
|
|
921
|
+
"refreshing-text",
|
|
922
|
+
"theme"
|
|
788
923
|
]
|
|
789
924
|
},
|
|
790
925
|
"ion-reorder": {
|
|
791
926
|
"description": "",
|
|
792
|
-
"attributes": [
|
|
927
|
+
"attributes": [
|
|
928
|
+
"mode",
|
|
929
|
+
"theme"
|
|
930
|
+
]
|
|
793
931
|
},
|
|
794
932
|
"ion-reorder-group": {
|
|
795
933
|
"description": "",
|
|
796
934
|
"attributes": [
|
|
797
|
-
"disabled"
|
|
935
|
+
"disabled",
|
|
936
|
+
"mode",
|
|
937
|
+
"theme"
|
|
798
938
|
]
|
|
799
939
|
},
|
|
800
940
|
"ion-ripple-effect": {
|
|
801
941
|
"description": "",
|
|
802
942
|
"attributes": [
|
|
943
|
+
"mode",
|
|
944
|
+
"theme",
|
|
803
945
|
"type"
|
|
804
946
|
]
|
|
805
947
|
},
|
|
@@ -810,6 +952,8 @@
|
|
|
810
952
|
"before-leave",
|
|
811
953
|
"component",
|
|
812
954
|
"component-props",
|
|
955
|
+
"mode",
|
|
956
|
+
"theme",
|
|
813
957
|
"url"
|
|
814
958
|
]
|
|
815
959
|
},
|
|
@@ -823,7 +967,9 @@
|
|
|
823
967
|
"ion-router": {
|
|
824
968
|
"description": "",
|
|
825
969
|
"attributes": [
|
|
970
|
+
"mode",
|
|
826
971
|
"root",
|
|
972
|
+
"theme",
|
|
827
973
|
"use-hash"
|
|
828
974
|
]
|
|
829
975
|
},
|
|
@@ -832,10 +978,12 @@
|
|
|
832
978
|
"attributes": [
|
|
833
979
|
"color",
|
|
834
980
|
"href",
|
|
981
|
+
"mode",
|
|
835
982
|
"rel",
|
|
836
983
|
"router-animation",
|
|
837
984
|
"router-direction",
|
|
838
|
-
"target"
|
|
985
|
+
"target",
|
|
986
|
+
"theme"
|
|
839
987
|
]
|
|
840
988
|
},
|
|
841
989
|
"ion-router-outlet": {
|
|
@@ -843,12 +991,16 @@
|
|
|
843
991
|
"attributes": [
|
|
844
992
|
"animated",
|
|
845
993
|
"animation",
|
|
846
|
-
"mode"
|
|
994
|
+
"mode",
|
|
995
|
+
"theme"
|
|
847
996
|
]
|
|
848
997
|
},
|
|
849
998
|
"ion-row": {
|
|
850
999
|
"description": "",
|
|
851
|
-
"attributes": [
|
|
1000
|
+
"attributes": [
|
|
1001
|
+
"mode",
|
|
1002
|
+
"theme"
|
|
1003
|
+
]
|
|
852
1004
|
},
|
|
853
1005
|
"ion-searchbar": {
|
|
854
1006
|
"description": "",
|
|
@@ -871,9 +1023,12 @@
|
|
|
871
1023
|
"name",
|
|
872
1024
|
"placeholder",
|
|
873
1025
|
"search-icon",
|
|
1026
|
+
"shape",
|
|
874
1027
|
"show-cancel-button",
|
|
875
1028
|
"show-clear-button",
|
|
1029
|
+
"size",
|
|
876
1030
|
"spellcheck",
|
|
1031
|
+
"theme",
|
|
877
1032
|
"type",
|
|
878
1033
|
"value"
|
|
879
1034
|
]
|
|
@@ -887,6 +1042,7 @@
|
|
|
887
1042
|
"scrollable",
|
|
888
1043
|
"select-on-focus",
|
|
889
1044
|
"swipe-gesture",
|
|
1045
|
+
"theme",
|
|
890
1046
|
"value"
|
|
891
1047
|
]
|
|
892
1048
|
},
|
|
@@ -897,6 +1053,7 @@
|
|
|
897
1053
|
"disabled",
|
|
898
1054
|
"layout",
|
|
899
1055
|
"mode",
|
|
1056
|
+
"theme",
|
|
900
1057
|
"type",
|
|
901
1058
|
"value"
|
|
902
1059
|
]
|
|
@@ -915,6 +1072,7 @@
|
|
|
915
1072
|
"ion-select": {
|
|
916
1073
|
"description": "",
|
|
917
1074
|
"attributes": [
|
|
1075
|
+
"cancel-icon",
|
|
918
1076
|
"cancel-text",
|
|
919
1077
|
"color",
|
|
920
1078
|
"compare-with",
|
|
@@ -936,6 +1094,8 @@
|
|
|
936
1094
|
"required",
|
|
937
1095
|
"selected-text",
|
|
938
1096
|
"shape",
|
|
1097
|
+
"size",
|
|
1098
|
+
"theme",
|
|
939
1099
|
"toggle-icon",
|
|
940
1100
|
"value"
|
|
941
1101
|
]
|
|
@@ -943,6 +1103,7 @@
|
|
|
943
1103
|
"ion-select-modal": {
|
|
944
1104
|
"description": "",
|
|
945
1105
|
"attributes": [
|
|
1106
|
+
"cancel-icon",
|
|
946
1107
|
"cancel-text",
|
|
947
1108
|
"header",
|
|
948
1109
|
"multiple",
|
|
@@ -952,14 +1113,21 @@
|
|
|
952
1113
|
"ion-select-option": {
|
|
953
1114
|
"description": "",
|
|
954
1115
|
"attributes": [
|
|
1116
|
+
"description",
|
|
955
1117
|
"disabled",
|
|
1118
|
+
"justify",
|
|
1119
|
+
"label-placement",
|
|
1120
|
+
"mode",
|
|
1121
|
+
"theme",
|
|
956
1122
|
"value"
|
|
957
1123
|
]
|
|
958
1124
|
},
|
|
959
1125
|
"ion-skeleton-text": {
|
|
960
1126
|
"description": "",
|
|
961
1127
|
"attributes": [
|
|
962
|
-
"animated"
|
|
1128
|
+
"animated",
|
|
1129
|
+
"mode",
|
|
1130
|
+
"theme"
|
|
963
1131
|
]
|
|
964
1132
|
},
|
|
965
1133
|
"ion-spinner": {
|
|
@@ -967,8 +1135,11 @@
|
|
|
967
1135
|
"attributes": [
|
|
968
1136
|
"color",
|
|
969
1137
|
"duration",
|
|
1138
|
+
"mode",
|
|
970
1139
|
"name",
|
|
971
|
-
"paused"
|
|
1140
|
+
"paused",
|
|
1141
|
+
"size",
|
|
1142
|
+
"theme"
|
|
972
1143
|
]
|
|
973
1144
|
},
|
|
974
1145
|
"ion-split-pane": {
|
|
@@ -976,6 +1147,8 @@
|
|
|
976
1147
|
"attributes": [
|
|
977
1148
|
"content-id",
|
|
978
1149
|
"disabled",
|
|
1150
|
+
"mode",
|
|
1151
|
+
"theme",
|
|
979
1152
|
"when"
|
|
980
1153
|
]
|
|
981
1154
|
},
|
|
@@ -983,15 +1156,21 @@
|
|
|
983
1156
|
"description": "",
|
|
984
1157
|
"attributes": [
|
|
985
1158
|
"component",
|
|
986
|
-
"
|
|
1159
|
+
"mode",
|
|
1160
|
+
"tab",
|
|
1161
|
+
"theme"
|
|
987
1162
|
]
|
|
988
1163
|
},
|
|
989
1164
|
"ion-tab-bar": {
|
|
990
1165
|
"description": "",
|
|
991
1166
|
"attributes": [
|
|
992
1167
|
"color",
|
|
1168
|
+
"expand",
|
|
1169
|
+
"hide-on-scroll",
|
|
993
1170
|
"mode",
|
|
994
1171
|
"selected-tab",
|
|
1172
|
+
"shape",
|
|
1173
|
+
"theme",
|
|
995
1174
|
"translucent"
|
|
996
1175
|
]
|
|
997
1176
|
},
|
|
@@ -1005,19 +1184,25 @@
|
|
|
1005
1184
|
"mode",
|
|
1006
1185
|
"rel",
|
|
1007
1186
|
"selected",
|
|
1187
|
+
"shape",
|
|
1008
1188
|
"tab",
|
|
1009
|
-
"target"
|
|
1189
|
+
"target",
|
|
1190
|
+
"theme"
|
|
1010
1191
|
]
|
|
1011
1192
|
},
|
|
1012
1193
|
"ion-tabs": {
|
|
1013
1194
|
"description": "",
|
|
1014
|
-
"attributes": [
|
|
1195
|
+
"attributes": [
|
|
1196
|
+
"mode",
|
|
1197
|
+
"theme"
|
|
1198
|
+
]
|
|
1015
1199
|
},
|
|
1016
1200
|
"ion-text": {
|
|
1017
1201
|
"description": "",
|
|
1018
1202
|
"attributes": [
|
|
1019
1203
|
"color",
|
|
1020
|
-
"mode"
|
|
1204
|
+
"mode",
|
|
1205
|
+
"theme"
|
|
1021
1206
|
]
|
|
1022
1207
|
},
|
|
1023
1208
|
"ion-textarea": {
|
|
@@ -1049,20 +1234,27 @@
|
|
|
1049
1234
|
"required",
|
|
1050
1235
|
"rows",
|
|
1051
1236
|
"shape",
|
|
1237
|
+
"size",
|
|
1052
1238
|
"spellcheck",
|
|
1239
|
+
"theme",
|
|
1053
1240
|
"value",
|
|
1054
1241
|
"wrap"
|
|
1055
1242
|
]
|
|
1056
1243
|
},
|
|
1057
1244
|
"ion-thumbnail": {
|
|
1058
1245
|
"description": "",
|
|
1059
|
-
"attributes": [
|
|
1246
|
+
"attributes": [
|
|
1247
|
+
"mode",
|
|
1248
|
+
"theme"
|
|
1249
|
+
]
|
|
1060
1250
|
},
|
|
1061
1251
|
"ion-title": {
|
|
1062
1252
|
"description": "",
|
|
1063
1253
|
"attributes": [
|
|
1064
1254
|
"color",
|
|
1065
|
-
"
|
|
1255
|
+
"mode",
|
|
1256
|
+
"size",
|
|
1257
|
+
"theme"
|
|
1066
1258
|
]
|
|
1067
1259
|
},
|
|
1068
1260
|
"ion-toast": {
|
|
@@ -1076,6 +1268,7 @@
|
|
|
1076
1268
|
"enter-animation",
|
|
1077
1269
|
"header",
|
|
1078
1270
|
"html-attributes",
|
|
1271
|
+
"hue",
|
|
1079
1272
|
"icon",
|
|
1080
1273
|
"is-open",
|
|
1081
1274
|
"keyboard-close",
|
|
@@ -1085,7 +1278,9 @@
|
|
|
1085
1278
|
"mode",
|
|
1086
1279
|
"position",
|
|
1087
1280
|
"position-anchor",
|
|
1281
|
+
"shape",
|
|
1088
1282
|
"swipe-gesture",
|
|
1283
|
+
"theme",
|
|
1089
1284
|
"translucent",
|
|
1090
1285
|
"trigger"
|
|
1091
1286
|
]
|
|
@@ -1105,6 +1300,7 @@
|
|
|
1105
1300
|
"mode",
|
|
1106
1301
|
"name",
|
|
1107
1302
|
"required",
|
|
1303
|
+
"theme",
|
|
1108
1304
|
"value"
|
|
1109
1305
|
]
|
|
1110
1306
|
},
|
|
@@ -1112,7 +1308,9 @@
|
|
|
1112
1308
|
"description": "",
|
|
1113
1309
|
"attributes": [
|
|
1114
1310
|
"color",
|
|
1115
|
-
"mode"
|
|
1311
|
+
"mode",
|
|
1312
|
+
"theme",
|
|
1313
|
+
"title-placement"
|
|
1116
1314
|
]
|
|
1117
1315
|
}
|
|
1118
1316
|
}
|