@ionic/vue 8.8.6 → 8.8.7-dev.11778145306.120cae5b
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 +204 -162
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +1 -0
- package/dist/vetur/attributes.json +1572 -104
- package/dist/vetur/tags.json +230 -45
- package/dist/web-types.json +1631 -130
- 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,25 @@
|
|
|
351
415
|
"attributes": [
|
|
352
416
|
"collapse",
|
|
353
417
|
"mode",
|
|
418
|
+
"theme",
|
|
354
419
|
"translucent"
|
|
355
420
|
]
|
|
356
421
|
},
|
|
357
422
|
"ion-grid": {
|
|
358
423
|
"description": "",
|
|
359
424
|
"attributes": [
|
|
360
|
-
"fixed"
|
|
425
|
+
"fixed",
|
|
426
|
+
"mode",
|
|
427
|
+
"theme"
|
|
361
428
|
]
|
|
362
429
|
},
|
|
363
430
|
"ion-header": {
|
|
364
431
|
"description": "",
|
|
365
432
|
"attributes": [
|
|
366
433
|
"collapse",
|
|
434
|
+
"divider",
|
|
367
435
|
"mode",
|
|
436
|
+
"theme",
|
|
368
437
|
"translucent"
|
|
369
438
|
]
|
|
370
439
|
},
|
|
@@ -372,14 +441,19 @@
|
|
|
372
441
|
"description": "",
|
|
373
442
|
"attributes": [
|
|
374
443
|
"alt",
|
|
375
|
-
"
|
|
444
|
+
"mode",
|
|
445
|
+
"src",
|
|
446
|
+
"theme"
|
|
376
447
|
]
|
|
377
448
|
},
|
|
378
449
|
"ion-infinite-scroll": {
|
|
379
450
|
"description": "",
|
|
380
451
|
"attributes": [
|
|
381
452
|
"disabled",
|
|
453
|
+
"mode",
|
|
382
454
|
"position",
|
|
455
|
+
"preserve-rerender-scroll-position",
|
|
456
|
+
"theme",
|
|
383
457
|
"threshold"
|
|
384
458
|
]
|
|
385
459
|
},
|
|
@@ -387,7 +461,9 @@
|
|
|
387
461
|
"description": "",
|
|
388
462
|
"attributes": [
|
|
389
463
|
"loading-spinner",
|
|
390
|
-
"loading-text"
|
|
464
|
+
"loading-text",
|
|
465
|
+
"mode",
|
|
466
|
+
"theme"
|
|
391
467
|
]
|
|
392
468
|
},
|
|
393
469
|
"ion-input": {
|
|
@@ -424,8 +500,10 @@
|
|
|
424
500
|
"readonly",
|
|
425
501
|
"required",
|
|
426
502
|
"shape",
|
|
503
|
+
"size",
|
|
427
504
|
"spellcheck",
|
|
428
505
|
"step",
|
|
506
|
+
"theme",
|
|
429
507
|
"type",
|
|
430
508
|
"value"
|
|
431
509
|
]
|
|
@@ -439,11 +517,13 @@
|
|
|
439
517
|
"fill",
|
|
440
518
|
"inputmode",
|
|
441
519
|
"length",
|
|
520
|
+
"mode",
|
|
442
521
|
"pattern",
|
|
443
522
|
"readonly",
|
|
444
523
|
"separators",
|
|
445
524
|
"shape",
|
|
446
525
|
"size",
|
|
526
|
+
"theme",
|
|
447
527
|
"type",
|
|
448
528
|
"value"
|
|
449
529
|
]
|
|
@@ -473,6 +553,7 @@
|
|
|
473
553
|
"router-animation",
|
|
474
554
|
"router-direction",
|
|
475
555
|
"target",
|
|
556
|
+
"theme",
|
|
476
557
|
"type"
|
|
477
558
|
]
|
|
478
559
|
},
|
|
@@ -481,12 +562,16 @@
|
|
|
481
562
|
"attributes": [
|
|
482
563
|
"color",
|
|
483
564
|
"mode",
|
|
484
|
-
"sticky"
|
|
565
|
+
"sticky",
|
|
566
|
+
"theme"
|
|
485
567
|
]
|
|
486
568
|
},
|
|
487
569
|
"ion-item-group": {
|
|
488
570
|
"description": "",
|
|
489
|
-
"attributes": [
|
|
571
|
+
"attributes": [
|
|
572
|
+
"mode",
|
|
573
|
+
"theme"
|
|
574
|
+
]
|
|
490
575
|
},
|
|
491
576
|
"ion-item-option": {
|
|
492
577
|
"description": "",
|
|
@@ -496,22 +581,29 @@
|
|
|
496
581
|
"download",
|
|
497
582
|
"expandable",
|
|
498
583
|
"href",
|
|
584
|
+
"hue",
|
|
499
585
|
"mode",
|
|
500
586
|
"rel",
|
|
587
|
+
"shape",
|
|
501
588
|
"target",
|
|
589
|
+
"theme",
|
|
502
590
|
"type"
|
|
503
591
|
]
|
|
504
592
|
},
|
|
505
593
|
"ion-item-options": {
|
|
506
594
|
"description": "",
|
|
507
595
|
"attributes": [
|
|
508
|
-
"
|
|
596
|
+
"mode",
|
|
597
|
+
"side",
|
|
598
|
+
"theme"
|
|
509
599
|
]
|
|
510
600
|
},
|
|
511
601
|
"ion-item-sliding": {
|
|
512
602
|
"description": "",
|
|
513
603
|
"attributes": [
|
|
514
|
-
"disabled"
|
|
604
|
+
"disabled",
|
|
605
|
+
"mode",
|
|
606
|
+
"theme"
|
|
515
607
|
]
|
|
516
608
|
},
|
|
517
609
|
"ion-label": {
|
|
@@ -519,7 +611,8 @@
|
|
|
519
611
|
"attributes": [
|
|
520
612
|
"color",
|
|
521
613
|
"mode",
|
|
522
|
-
"position"
|
|
614
|
+
"position",
|
|
615
|
+
"theme"
|
|
523
616
|
]
|
|
524
617
|
},
|
|
525
618
|
"ion-list": {
|
|
@@ -527,7 +620,9 @@
|
|
|
527
620
|
"attributes": [
|
|
528
621
|
"inset",
|
|
529
622
|
"lines",
|
|
530
|
-
"mode"
|
|
623
|
+
"mode",
|
|
624
|
+
"shape",
|
|
625
|
+
"theme"
|
|
531
626
|
]
|
|
532
627
|
},
|
|
533
628
|
"ion-list-header": {
|
|
@@ -535,7 +630,8 @@
|
|
|
535
630
|
"attributes": [
|
|
536
631
|
"color",
|
|
537
632
|
"lines",
|
|
538
|
-
"mode"
|
|
633
|
+
"mode",
|
|
634
|
+
"theme"
|
|
539
635
|
]
|
|
540
636
|
},
|
|
541
637
|
"ion-loading": {
|
|
@@ -554,6 +650,7 @@
|
|
|
554
650
|
"mode",
|
|
555
651
|
"show-backdrop",
|
|
556
652
|
"spinner",
|
|
653
|
+
"theme",
|
|
557
654
|
"translucent",
|
|
558
655
|
"trigger"
|
|
559
656
|
]
|
|
@@ -565,8 +662,10 @@
|
|
|
565
662
|
"disabled",
|
|
566
663
|
"max-edge-start",
|
|
567
664
|
"menu-id",
|
|
665
|
+
"mode",
|
|
568
666
|
"side",
|
|
569
667
|
"swipe-gesture",
|
|
668
|
+
"theme",
|
|
570
669
|
"type"
|
|
571
670
|
]
|
|
572
671
|
},
|
|
@@ -578,6 +677,7 @@
|
|
|
578
677
|
"disabled",
|
|
579
678
|
"menu",
|
|
580
679
|
"mode",
|
|
680
|
+
"theme",
|
|
581
681
|
"type"
|
|
582
682
|
]
|
|
583
683
|
},
|
|
@@ -585,7 +685,9 @@
|
|
|
585
685
|
"description": "",
|
|
586
686
|
"attributes": [
|
|
587
687
|
"auto-hide",
|
|
588
|
-
"menu"
|
|
688
|
+
"menu",
|
|
689
|
+
"mode",
|
|
690
|
+
"theme"
|
|
589
691
|
]
|
|
590
692
|
},
|
|
591
693
|
"ion-modal": {
|
|
@@ -609,7 +711,9 @@
|
|
|
609
711
|
"leave-animation",
|
|
610
712
|
"mode",
|
|
611
713
|
"presenting-element",
|
|
714
|
+
"shape",
|
|
612
715
|
"show-backdrop",
|
|
716
|
+
"theme",
|
|
613
717
|
"trigger"
|
|
614
718
|
]
|
|
615
719
|
},
|
|
@@ -618,9 +722,11 @@
|
|
|
618
722
|
"attributes": [
|
|
619
723
|
"animated",
|
|
620
724
|
"animation",
|
|
725
|
+
"mode",
|
|
621
726
|
"root",
|
|
622
727
|
"root-params",
|
|
623
|
-
"swipe-gesture"
|
|
728
|
+
"swipe-gesture",
|
|
729
|
+
"theme"
|
|
624
730
|
]
|
|
625
731
|
},
|
|
626
732
|
"ion-nav-link": {
|
|
@@ -628,21 +734,25 @@
|
|
|
628
734
|
"attributes": [
|
|
629
735
|
"component",
|
|
630
736
|
"component-props",
|
|
737
|
+
"mode",
|
|
631
738
|
"router-animation",
|
|
632
|
-
"router-direction"
|
|
739
|
+
"router-direction",
|
|
740
|
+
"theme"
|
|
633
741
|
]
|
|
634
742
|
},
|
|
635
743
|
"ion-note": {
|
|
636
744
|
"description": "",
|
|
637
745
|
"attributes": [
|
|
638
746
|
"color",
|
|
639
|
-
"mode"
|
|
747
|
+
"mode",
|
|
748
|
+
"theme"
|
|
640
749
|
]
|
|
641
750
|
},
|
|
642
751
|
"ion-picker": {
|
|
643
752
|
"description": "",
|
|
644
753
|
"attributes": [
|
|
645
|
-
"mode"
|
|
754
|
+
"mode",
|
|
755
|
+
"theme"
|
|
646
756
|
]
|
|
647
757
|
},
|
|
648
758
|
"ion-picker-column": {
|
|
@@ -651,6 +761,7 @@
|
|
|
651
761
|
"color",
|
|
652
762
|
"disabled",
|
|
653
763
|
"mode",
|
|
764
|
+
"theme",
|
|
654
765
|
"value"
|
|
655
766
|
]
|
|
656
767
|
},
|
|
@@ -659,6 +770,8 @@
|
|
|
659
770
|
"attributes": [
|
|
660
771
|
"color",
|
|
661
772
|
"disabled",
|
|
773
|
+
"mode",
|
|
774
|
+
"theme",
|
|
662
775
|
"value"
|
|
663
776
|
]
|
|
664
777
|
},
|
|
@@ -678,6 +791,7 @@
|
|
|
678
791
|
"leave-animation",
|
|
679
792
|
"mode",
|
|
680
793
|
"show-backdrop",
|
|
794
|
+
"theme",
|
|
681
795
|
"trigger"
|
|
682
796
|
]
|
|
683
797
|
},
|
|
@@ -704,6 +818,7 @@
|
|
|
704
818
|
"show-backdrop",
|
|
705
819
|
"side",
|
|
706
820
|
"size",
|
|
821
|
+
"theme",
|
|
707
822
|
"translucent",
|
|
708
823
|
"trigger",
|
|
709
824
|
"trigger-action"
|
|
@@ -716,6 +831,8 @@
|
|
|
716
831
|
"color",
|
|
717
832
|
"mode",
|
|
718
833
|
"reversed",
|
|
834
|
+
"shape",
|
|
835
|
+
"theme",
|
|
719
836
|
"type",
|
|
720
837
|
"value"
|
|
721
838
|
]
|
|
@@ -730,6 +847,7 @@
|
|
|
730
847
|
"label-placement",
|
|
731
848
|
"mode",
|
|
732
849
|
"name",
|
|
850
|
+
"theme",
|
|
733
851
|
"value"
|
|
734
852
|
]
|
|
735
853
|
},
|
|
@@ -740,7 +858,9 @@
|
|
|
740
858
|
"compare-with",
|
|
741
859
|
"error-text",
|
|
742
860
|
"helper-text",
|
|
861
|
+
"mode",
|
|
743
862
|
"name",
|
|
863
|
+
"theme",
|
|
744
864
|
"value"
|
|
745
865
|
]
|
|
746
866
|
},
|
|
@@ -762,6 +882,7 @@
|
|
|
762
882
|
"pin-formatter",
|
|
763
883
|
"snaps",
|
|
764
884
|
"step",
|
|
885
|
+
"theme",
|
|
765
886
|
"ticks",
|
|
766
887
|
"value"
|
|
767
888
|
]
|
|
@@ -775,31 +896,41 @@
|
|
|
775
896
|
"pull-factor",
|
|
776
897
|
"pull-max",
|
|
777
898
|
"pull-min",
|
|
778
|
-
"snapback-duration"
|
|
899
|
+
"snapback-duration",
|
|
900
|
+
"theme"
|
|
779
901
|
]
|
|
780
902
|
},
|
|
781
903
|
"ion-refresher-content": {
|
|
782
904
|
"description": "",
|
|
783
905
|
"attributes": [
|
|
906
|
+
"mode",
|
|
784
907
|
"pulling-icon",
|
|
785
908
|
"pulling-text",
|
|
786
909
|
"refreshing-spinner",
|
|
787
|
-
"refreshing-text"
|
|
910
|
+
"refreshing-text",
|
|
911
|
+
"theme"
|
|
788
912
|
]
|
|
789
913
|
},
|
|
790
914
|
"ion-reorder": {
|
|
791
915
|
"description": "",
|
|
792
|
-
"attributes": [
|
|
916
|
+
"attributes": [
|
|
917
|
+
"mode",
|
|
918
|
+
"theme"
|
|
919
|
+
]
|
|
793
920
|
},
|
|
794
921
|
"ion-reorder-group": {
|
|
795
922
|
"description": "",
|
|
796
923
|
"attributes": [
|
|
797
|
-
"disabled"
|
|
924
|
+
"disabled",
|
|
925
|
+
"mode",
|
|
926
|
+
"theme"
|
|
798
927
|
]
|
|
799
928
|
},
|
|
800
929
|
"ion-ripple-effect": {
|
|
801
930
|
"description": "",
|
|
802
931
|
"attributes": [
|
|
932
|
+
"mode",
|
|
933
|
+
"theme",
|
|
803
934
|
"type"
|
|
804
935
|
]
|
|
805
936
|
},
|
|
@@ -810,6 +941,8 @@
|
|
|
810
941
|
"before-leave",
|
|
811
942
|
"component",
|
|
812
943
|
"component-props",
|
|
944
|
+
"mode",
|
|
945
|
+
"theme",
|
|
813
946
|
"url"
|
|
814
947
|
]
|
|
815
948
|
},
|
|
@@ -823,7 +956,9 @@
|
|
|
823
956
|
"ion-router": {
|
|
824
957
|
"description": "",
|
|
825
958
|
"attributes": [
|
|
959
|
+
"mode",
|
|
826
960
|
"root",
|
|
961
|
+
"theme",
|
|
827
962
|
"use-hash"
|
|
828
963
|
]
|
|
829
964
|
},
|
|
@@ -832,10 +967,12 @@
|
|
|
832
967
|
"attributes": [
|
|
833
968
|
"color",
|
|
834
969
|
"href",
|
|
970
|
+
"mode",
|
|
835
971
|
"rel",
|
|
836
972
|
"router-animation",
|
|
837
973
|
"router-direction",
|
|
838
|
-
"target"
|
|
974
|
+
"target",
|
|
975
|
+
"theme"
|
|
839
976
|
]
|
|
840
977
|
},
|
|
841
978
|
"ion-router-outlet": {
|
|
@@ -843,12 +980,16 @@
|
|
|
843
980
|
"attributes": [
|
|
844
981
|
"animated",
|
|
845
982
|
"animation",
|
|
846
|
-
"mode"
|
|
983
|
+
"mode",
|
|
984
|
+
"theme"
|
|
847
985
|
]
|
|
848
986
|
},
|
|
849
987
|
"ion-row": {
|
|
850
988
|
"description": "",
|
|
851
|
-
"attributes": [
|
|
989
|
+
"attributes": [
|
|
990
|
+
"mode",
|
|
991
|
+
"theme"
|
|
992
|
+
]
|
|
852
993
|
},
|
|
853
994
|
"ion-searchbar": {
|
|
854
995
|
"description": "",
|
|
@@ -871,9 +1012,12 @@
|
|
|
871
1012
|
"name",
|
|
872
1013
|
"placeholder",
|
|
873
1014
|
"search-icon",
|
|
1015
|
+
"shape",
|
|
874
1016
|
"show-cancel-button",
|
|
875
1017
|
"show-clear-button",
|
|
1018
|
+
"size",
|
|
876
1019
|
"spellcheck",
|
|
1020
|
+
"theme",
|
|
877
1021
|
"type",
|
|
878
1022
|
"value"
|
|
879
1023
|
]
|
|
@@ -887,6 +1031,7 @@
|
|
|
887
1031
|
"scrollable",
|
|
888
1032
|
"select-on-focus",
|
|
889
1033
|
"swipe-gesture",
|
|
1034
|
+
"theme",
|
|
890
1035
|
"value"
|
|
891
1036
|
]
|
|
892
1037
|
},
|
|
@@ -897,6 +1042,7 @@
|
|
|
897
1042
|
"disabled",
|
|
898
1043
|
"layout",
|
|
899
1044
|
"mode",
|
|
1045
|
+
"theme",
|
|
900
1046
|
"type",
|
|
901
1047
|
"value"
|
|
902
1048
|
]
|
|
@@ -915,6 +1061,7 @@
|
|
|
915
1061
|
"ion-select": {
|
|
916
1062
|
"description": "",
|
|
917
1063
|
"attributes": [
|
|
1064
|
+
"cancel-icon",
|
|
918
1065
|
"cancel-text",
|
|
919
1066
|
"color",
|
|
920
1067
|
"compare-with",
|
|
@@ -936,6 +1083,8 @@
|
|
|
936
1083
|
"required",
|
|
937
1084
|
"selected-text",
|
|
938
1085
|
"shape",
|
|
1086
|
+
"size",
|
|
1087
|
+
"theme",
|
|
939
1088
|
"toggle-icon",
|
|
940
1089
|
"value"
|
|
941
1090
|
]
|
|
@@ -943,6 +1092,7 @@
|
|
|
943
1092
|
"ion-select-modal": {
|
|
944
1093
|
"description": "",
|
|
945
1094
|
"attributes": [
|
|
1095
|
+
"cancel-icon",
|
|
946
1096
|
"cancel-text",
|
|
947
1097
|
"header",
|
|
948
1098
|
"multiple",
|
|
@@ -952,14 +1102,19 @@
|
|
|
952
1102
|
"ion-select-option": {
|
|
953
1103
|
"description": "",
|
|
954
1104
|
"attributes": [
|
|
1105
|
+
"description",
|
|
955
1106
|
"disabled",
|
|
1107
|
+
"mode",
|
|
1108
|
+
"theme",
|
|
956
1109
|
"value"
|
|
957
1110
|
]
|
|
958
1111
|
},
|
|
959
1112
|
"ion-skeleton-text": {
|
|
960
1113
|
"description": "",
|
|
961
1114
|
"attributes": [
|
|
962
|
-
"animated"
|
|
1115
|
+
"animated",
|
|
1116
|
+
"mode",
|
|
1117
|
+
"theme"
|
|
963
1118
|
]
|
|
964
1119
|
},
|
|
965
1120
|
"ion-spinner": {
|
|
@@ -967,8 +1122,11 @@
|
|
|
967
1122
|
"attributes": [
|
|
968
1123
|
"color",
|
|
969
1124
|
"duration",
|
|
1125
|
+
"mode",
|
|
970
1126
|
"name",
|
|
971
|
-
"paused"
|
|
1127
|
+
"paused",
|
|
1128
|
+
"size",
|
|
1129
|
+
"theme"
|
|
972
1130
|
]
|
|
973
1131
|
},
|
|
974
1132
|
"ion-split-pane": {
|
|
@@ -976,6 +1134,8 @@
|
|
|
976
1134
|
"attributes": [
|
|
977
1135
|
"content-id",
|
|
978
1136
|
"disabled",
|
|
1137
|
+
"mode",
|
|
1138
|
+
"theme",
|
|
979
1139
|
"when"
|
|
980
1140
|
]
|
|
981
1141
|
},
|
|
@@ -983,15 +1143,21 @@
|
|
|
983
1143
|
"description": "",
|
|
984
1144
|
"attributes": [
|
|
985
1145
|
"component",
|
|
986
|
-
"
|
|
1146
|
+
"mode",
|
|
1147
|
+
"tab",
|
|
1148
|
+
"theme"
|
|
987
1149
|
]
|
|
988
1150
|
},
|
|
989
1151
|
"ion-tab-bar": {
|
|
990
1152
|
"description": "",
|
|
991
1153
|
"attributes": [
|
|
992
1154
|
"color",
|
|
1155
|
+
"expand",
|
|
1156
|
+
"hide-on-scroll",
|
|
993
1157
|
"mode",
|
|
994
1158
|
"selected-tab",
|
|
1159
|
+
"shape",
|
|
1160
|
+
"theme",
|
|
995
1161
|
"translucent"
|
|
996
1162
|
]
|
|
997
1163
|
},
|
|
@@ -1005,19 +1171,25 @@
|
|
|
1005
1171
|
"mode",
|
|
1006
1172
|
"rel",
|
|
1007
1173
|
"selected",
|
|
1174
|
+
"shape",
|
|
1008
1175
|
"tab",
|
|
1009
|
-
"target"
|
|
1176
|
+
"target",
|
|
1177
|
+
"theme"
|
|
1010
1178
|
]
|
|
1011
1179
|
},
|
|
1012
1180
|
"ion-tabs": {
|
|
1013
1181
|
"description": "",
|
|
1014
|
-
"attributes": [
|
|
1182
|
+
"attributes": [
|
|
1183
|
+
"mode",
|
|
1184
|
+
"theme"
|
|
1185
|
+
]
|
|
1015
1186
|
},
|
|
1016
1187
|
"ion-text": {
|
|
1017
1188
|
"description": "",
|
|
1018
1189
|
"attributes": [
|
|
1019
1190
|
"color",
|
|
1020
|
-
"mode"
|
|
1191
|
+
"mode",
|
|
1192
|
+
"theme"
|
|
1021
1193
|
]
|
|
1022
1194
|
},
|
|
1023
1195
|
"ion-textarea": {
|
|
@@ -1049,20 +1221,27 @@
|
|
|
1049
1221
|
"required",
|
|
1050
1222
|
"rows",
|
|
1051
1223
|
"shape",
|
|
1224
|
+
"size",
|
|
1052
1225
|
"spellcheck",
|
|
1226
|
+
"theme",
|
|
1053
1227
|
"value",
|
|
1054
1228
|
"wrap"
|
|
1055
1229
|
]
|
|
1056
1230
|
},
|
|
1057
1231
|
"ion-thumbnail": {
|
|
1058
1232
|
"description": "",
|
|
1059
|
-
"attributes": [
|
|
1233
|
+
"attributes": [
|
|
1234
|
+
"mode",
|
|
1235
|
+
"theme"
|
|
1236
|
+
]
|
|
1060
1237
|
},
|
|
1061
1238
|
"ion-title": {
|
|
1062
1239
|
"description": "",
|
|
1063
1240
|
"attributes": [
|
|
1064
1241
|
"color",
|
|
1065
|
-
"
|
|
1242
|
+
"mode",
|
|
1243
|
+
"size",
|
|
1244
|
+
"theme"
|
|
1066
1245
|
]
|
|
1067
1246
|
},
|
|
1068
1247
|
"ion-toast": {
|
|
@@ -1076,6 +1255,7 @@
|
|
|
1076
1255
|
"enter-animation",
|
|
1077
1256
|
"header",
|
|
1078
1257
|
"html-attributes",
|
|
1258
|
+
"hue",
|
|
1079
1259
|
"icon",
|
|
1080
1260
|
"is-open",
|
|
1081
1261
|
"keyboard-close",
|
|
@@ -1085,7 +1265,9 @@
|
|
|
1085
1265
|
"mode",
|
|
1086
1266
|
"position",
|
|
1087
1267
|
"position-anchor",
|
|
1268
|
+
"shape",
|
|
1088
1269
|
"swipe-gesture",
|
|
1270
|
+
"theme",
|
|
1089
1271
|
"translucent",
|
|
1090
1272
|
"trigger"
|
|
1091
1273
|
]
|
|
@@ -1105,6 +1287,7 @@
|
|
|
1105
1287
|
"mode",
|
|
1106
1288
|
"name",
|
|
1107
1289
|
"required",
|
|
1290
|
+
"theme",
|
|
1108
1291
|
"value"
|
|
1109
1292
|
]
|
|
1110
1293
|
},
|
|
@@ -1112,7 +1295,9 @@
|
|
|
1112
1295
|
"description": "",
|
|
1113
1296
|
"attributes": [
|
|
1114
1297
|
"color",
|
|
1115
|
-
"mode"
|
|
1298
|
+
"mode",
|
|
1299
|
+
"theme",
|
|
1300
|
+
"title-placement"
|
|
1116
1301
|
]
|
|
1117
1302
|
}
|
|
1118
1303
|
}
|