@ionic/vue 8.4.2-dev.11737633140.1934dd0f → 8.4.2-dev.11739468652.1ae78967
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 +223 -137
- package/dist/index.js.map +1 -1
- package/dist/types/components/Overlays.d.ts +1 -1
- package/dist/types/proxies.d.ts +94 -77
- package/dist/vetur/attributes.json +1486 -196
- package/dist/vetur/tags.json +201 -49
- package/dist/web-types.json +1346 -137
- 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,26 @@
|
|
|
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
|
+
"mode",
|
|
81
|
+
"shape",
|
|
82
|
+
"size",
|
|
83
|
+
"theme"
|
|
84
|
+
]
|
|
72
85
|
},
|
|
73
86
|
"ion-back-button": {
|
|
74
87
|
"description": "",
|
|
@@ -80,14 +93,17 @@
|
|
|
80
93
|
"mode",
|
|
81
94
|
"router-animation",
|
|
82
95
|
"text",
|
|
96
|
+
"theme",
|
|
83
97
|
"type"
|
|
84
98
|
]
|
|
85
99
|
},
|
|
86
100
|
"ion-backdrop": {
|
|
87
101
|
"description": "",
|
|
88
102
|
"attributes": [
|
|
103
|
+
"mode",
|
|
89
104
|
"stop-propagation",
|
|
90
105
|
"tappable",
|
|
106
|
+
"theme",
|
|
91
107
|
"visible"
|
|
92
108
|
]
|
|
93
109
|
},
|
|
@@ -95,7 +111,10 @@
|
|
|
95
111
|
"description": "",
|
|
96
112
|
"attributes": [
|
|
97
113
|
"color",
|
|
98
|
-
"mode"
|
|
114
|
+
"mode",
|
|
115
|
+
"shape",
|
|
116
|
+
"size",
|
|
117
|
+
"theme"
|
|
99
118
|
]
|
|
100
119
|
},
|
|
101
120
|
"ion-breadcrumb": {
|
|
@@ -111,7 +130,8 @@
|
|
|
111
130
|
"router-animation",
|
|
112
131
|
"router-direction",
|
|
113
132
|
"separator",
|
|
114
|
-
"target"
|
|
133
|
+
"target",
|
|
134
|
+
"theme"
|
|
115
135
|
]
|
|
116
136
|
},
|
|
117
137
|
"ion-breadcrumbs": {
|
|
@@ -121,7 +141,8 @@
|
|
|
121
141
|
"items-after-collapse",
|
|
122
142
|
"items-before-collapse",
|
|
123
143
|
"max-items",
|
|
124
|
-
"mode"
|
|
144
|
+
"mode",
|
|
145
|
+
"theme"
|
|
125
146
|
]
|
|
126
147
|
},
|
|
127
148
|
"ion-button": {
|
|
@@ -143,13 +164,16 @@
|
|
|
143
164
|
"size",
|
|
144
165
|
"strong",
|
|
145
166
|
"target",
|
|
167
|
+
"theme",
|
|
146
168
|
"type"
|
|
147
169
|
]
|
|
148
170
|
},
|
|
149
171
|
"ion-buttons": {
|
|
150
172
|
"description": "",
|
|
151
173
|
"attributes": [
|
|
152
|
-
"collapse"
|
|
174
|
+
"collapse",
|
|
175
|
+
"mode",
|
|
176
|
+
"theme"
|
|
153
177
|
]
|
|
154
178
|
},
|
|
155
179
|
"ion-card": {
|
|
@@ -164,14 +188,17 @@
|
|
|
164
188
|
"rel",
|
|
165
189
|
"router-animation",
|
|
166
190
|
"router-direction",
|
|
191
|
+
"shape",
|
|
167
192
|
"target",
|
|
193
|
+
"theme",
|
|
168
194
|
"type"
|
|
169
195
|
]
|
|
170
196
|
},
|
|
171
197
|
"ion-card-content": {
|
|
172
198
|
"description": "",
|
|
173
199
|
"attributes": [
|
|
174
|
-
"mode"
|
|
200
|
+
"mode",
|
|
201
|
+
"theme"
|
|
175
202
|
]
|
|
176
203
|
},
|
|
177
204
|
"ion-card-header": {
|
|
@@ -179,6 +206,7 @@
|
|
|
179
206
|
"attributes": [
|
|
180
207
|
"color",
|
|
181
208
|
"mode",
|
|
209
|
+
"theme",
|
|
182
210
|
"translucent"
|
|
183
211
|
]
|
|
184
212
|
},
|
|
@@ -186,14 +214,16 @@
|
|
|
186
214
|
"description": "",
|
|
187
215
|
"attributes": [
|
|
188
216
|
"color",
|
|
189
|
-
"mode"
|
|
217
|
+
"mode",
|
|
218
|
+
"theme"
|
|
190
219
|
]
|
|
191
220
|
},
|
|
192
221
|
"ion-card-title": {
|
|
193
222
|
"description": "",
|
|
194
223
|
"attributes": [
|
|
195
224
|
"color",
|
|
196
|
-
"mode"
|
|
225
|
+
"mode",
|
|
226
|
+
"theme"
|
|
197
227
|
]
|
|
198
228
|
},
|
|
199
229
|
"ion-checkbox": {
|
|
@@ -208,7 +238,9 @@
|
|
|
208
238
|
"label-placement",
|
|
209
239
|
"mode",
|
|
210
240
|
"name",
|
|
211
|
-
"
|
|
241
|
+
"shape",
|
|
242
|
+
"size",
|
|
243
|
+
"theme",
|
|
212
244
|
"value"
|
|
213
245
|
]
|
|
214
246
|
},
|
|
@@ -218,12 +250,16 @@
|
|
|
218
250
|
"color",
|
|
219
251
|
"disabled",
|
|
220
252
|
"mode",
|
|
221
|
-
"outline"
|
|
253
|
+
"outline",
|
|
254
|
+
"shape",
|
|
255
|
+
"size",
|
|
256
|
+
"theme"
|
|
222
257
|
]
|
|
223
258
|
},
|
|
224
259
|
"ion-col": {
|
|
225
260
|
"description": "",
|
|
226
261
|
"attributes": [
|
|
262
|
+
"mode",
|
|
227
263
|
"offset",
|
|
228
264
|
"offset-lg",
|
|
229
265
|
"offset-md",
|
|
@@ -247,7 +283,8 @@
|
|
|
247
283
|
"size-md",
|
|
248
284
|
"size-sm",
|
|
249
285
|
"size-xl",
|
|
250
|
-
"size-xs"
|
|
286
|
+
"size-xs",
|
|
287
|
+
"theme"
|
|
251
288
|
]
|
|
252
289
|
},
|
|
253
290
|
"ion-content": {
|
|
@@ -257,9 +294,11 @@
|
|
|
257
294
|
"fixed-slot-placement",
|
|
258
295
|
"force-overscroll",
|
|
259
296
|
"fullscreen",
|
|
297
|
+
"mode",
|
|
260
298
|
"scroll-events",
|
|
261
299
|
"scroll-x",
|
|
262
|
-
"scroll-y"
|
|
300
|
+
"scroll-y",
|
|
301
|
+
"theme"
|
|
263
302
|
]
|
|
264
303
|
},
|
|
265
304
|
"ion-datetime": {
|
|
@@ -293,6 +332,7 @@
|
|
|
293
332
|
"show-default-time-label",
|
|
294
333
|
"show-default-title",
|
|
295
334
|
"size",
|
|
335
|
+
"theme",
|
|
296
336
|
"title-selected-dates-formatter",
|
|
297
337
|
"value",
|
|
298
338
|
"year-values"
|
|
@@ -304,7 +344,8 @@
|
|
|
304
344
|
"color",
|
|
305
345
|
"datetime",
|
|
306
346
|
"disabled",
|
|
307
|
-
"mode"
|
|
347
|
+
"mode",
|
|
348
|
+
"theme"
|
|
308
349
|
]
|
|
309
350
|
},
|
|
310
351
|
"ion-fab": {
|
|
@@ -313,6 +354,8 @@
|
|
|
313
354
|
"activated",
|
|
314
355
|
"edge",
|
|
315
356
|
"horizontal",
|
|
357
|
+
"mode",
|
|
358
|
+
"theme",
|
|
316
359
|
"vertical"
|
|
317
360
|
]
|
|
318
361
|
},
|
|
@@ -332,6 +375,7 @@
|
|
|
332
375
|
"show",
|
|
333
376
|
"size",
|
|
334
377
|
"target",
|
|
378
|
+
"theme",
|
|
335
379
|
"translucent",
|
|
336
380
|
"type"
|
|
337
381
|
]
|
|
@@ -340,7 +384,9 @@
|
|
|
340
384
|
"description": "",
|
|
341
385
|
"attributes": [
|
|
342
386
|
"activated",
|
|
343
|
-
"
|
|
387
|
+
"mode",
|
|
388
|
+
"side",
|
|
389
|
+
"theme"
|
|
344
390
|
]
|
|
345
391
|
},
|
|
346
392
|
"ion-footer": {
|
|
@@ -348,20 +394,25 @@
|
|
|
348
394
|
"attributes": [
|
|
349
395
|
"collapse",
|
|
350
396
|
"mode",
|
|
397
|
+
"theme",
|
|
351
398
|
"translucent"
|
|
352
399
|
]
|
|
353
400
|
},
|
|
354
401
|
"ion-grid": {
|
|
355
402
|
"description": "",
|
|
356
403
|
"attributes": [
|
|
357
|
-
"fixed"
|
|
404
|
+
"fixed",
|
|
405
|
+
"mode",
|
|
406
|
+
"theme"
|
|
358
407
|
]
|
|
359
408
|
},
|
|
360
409
|
"ion-header": {
|
|
361
410
|
"description": "",
|
|
362
411
|
"attributes": [
|
|
363
412
|
"collapse",
|
|
413
|
+
"divider",
|
|
364
414
|
"mode",
|
|
415
|
+
"theme",
|
|
365
416
|
"translucent"
|
|
366
417
|
]
|
|
367
418
|
},
|
|
@@ -369,14 +420,18 @@
|
|
|
369
420
|
"description": "",
|
|
370
421
|
"attributes": [
|
|
371
422
|
"alt",
|
|
372
|
-
"
|
|
423
|
+
"mode",
|
|
424
|
+
"src",
|
|
425
|
+
"theme"
|
|
373
426
|
]
|
|
374
427
|
},
|
|
375
428
|
"ion-infinite-scroll": {
|
|
376
429
|
"description": "",
|
|
377
430
|
"attributes": [
|
|
378
431
|
"disabled",
|
|
432
|
+
"mode",
|
|
379
433
|
"position",
|
|
434
|
+
"theme",
|
|
380
435
|
"threshold"
|
|
381
436
|
]
|
|
382
437
|
},
|
|
@@ -384,7 +439,9 @@
|
|
|
384
439
|
"description": "",
|
|
385
440
|
"attributes": [
|
|
386
441
|
"loading-spinner",
|
|
387
|
-
"loading-text"
|
|
442
|
+
"loading-text",
|
|
443
|
+
"mode",
|
|
444
|
+
"theme"
|
|
388
445
|
]
|
|
389
446
|
},
|
|
390
447
|
"ion-input": {
|
|
@@ -421,8 +478,10 @@
|
|
|
421
478
|
"readonly",
|
|
422
479
|
"required",
|
|
423
480
|
"shape",
|
|
481
|
+
"size",
|
|
424
482
|
"spellcheck",
|
|
425
483
|
"step",
|
|
484
|
+
"theme",
|
|
426
485
|
"type",
|
|
427
486
|
"value"
|
|
428
487
|
]
|
|
@@ -452,6 +511,7 @@
|
|
|
452
511
|
"router-animation",
|
|
453
512
|
"router-direction",
|
|
454
513
|
"target",
|
|
514
|
+
"theme",
|
|
455
515
|
"type"
|
|
456
516
|
]
|
|
457
517
|
},
|
|
@@ -460,12 +520,16 @@
|
|
|
460
520
|
"attributes": [
|
|
461
521
|
"color",
|
|
462
522
|
"mode",
|
|
463
|
-
"sticky"
|
|
523
|
+
"sticky",
|
|
524
|
+
"theme"
|
|
464
525
|
]
|
|
465
526
|
},
|
|
466
527
|
"ion-item-group": {
|
|
467
528
|
"description": "",
|
|
468
|
-
"attributes": [
|
|
529
|
+
"attributes": [
|
|
530
|
+
"mode",
|
|
531
|
+
"theme"
|
|
532
|
+
]
|
|
469
533
|
},
|
|
470
534
|
"ion-item-option": {
|
|
471
535
|
"description": "",
|
|
@@ -477,20 +541,26 @@
|
|
|
477
541
|
"href",
|
|
478
542
|
"mode",
|
|
479
543
|
"rel",
|
|
544
|
+
"shape",
|
|
480
545
|
"target",
|
|
546
|
+
"theme",
|
|
481
547
|
"type"
|
|
482
548
|
]
|
|
483
549
|
},
|
|
484
550
|
"ion-item-options": {
|
|
485
551
|
"description": "",
|
|
486
552
|
"attributes": [
|
|
487
|
-
"
|
|
553
|
+
"mode",
|
|
554
|
+
"side",
|
|
555
|
+
"theme"
|
|
488
556
|
]
|
|
489
557
|
},
|
|
490
558
|
"ion-item-sliding": {
|
|
491
559
|
"description": "",
|
|
492
560
|
"attributes": [
|
|
493
|
-
"disabled"
|
|
561
|
+
"disabled",
|
|
562
|
+
"mode",
|
|
563
|
+
"theme"
|
|
494
564
|
]
|
|
495
565
|
},
|
|
496
566
|
"ion-label": {
|
|
@@ -498,7 +568,8 @@
|
|
|
498
568
|
"attributes": [
|
|
499
569
|
"color",
|
|
500
570
|
"mode",
|
|
501
|
-
"position"
|
|
571
|
+
"position",
|
|
572
|
+
"theme"
|
|
502
573
|
]
|
|
503
574
|
},
|
|
504
575
|
"ion-list": {
|
|
@@ -506,7 +577,9 @@
|
|
|
506
577
|
"attributes": [
|
|
507
578
|
"inset",
|
|
508
579
|
"lines",
|
|
509
|
-
"mode"
|
|
580
|
+
"mode",
|
|
581
|
+
"shape",
|
|
582
|
+
"theme"
|
|
510
583
|
]
|
|
511
584
|
},
|
|
512
585
|
"ion-list-header": {
|
|
@@ -514,7 +587,8 @@
|
|
|
514
587
|
"attributes": [
|
|
515
588
|
"color",
|
|
516
589
|
"lines",
|
|
517
|
-
"mode"
|
|
590
|
+
"mode",
|
|
591
|
+
"theme"
|
|
518
592
|
]
|
|
519
593
|
},
|
|
520
594
|
"ion-loading": {
|
|
@@ -533,6 +607,7 @@
|
|
|
533
607
|
"mode",
|
|
534
608
|
"show-backdrop",
|
|
535
609
|
"spinner",
|
|
610
|
+
"theme",
|
|
536
611
|
"translucent",
|
|
537
612
|
"trigger"
|
|
538
613
|
]
|
|
@@ -544,8 +619,10 @@
|
|
|
544
619
|
"disabled",
|
|
545
620
|
"max-edge-start",
|
|
546
621
|
"menu-id",
|
|
622
|
+
"mode",
|
|
547
623
|
"side",
|
|
548
624
|
"swipe-gesture",
|
|
625
|
+
"theme",
|
|
549
626
|
"type"
|
|
550
627
|
]
|
|
551
628
|
},
|
|
@@ -557,6 +634,7 @@
|
|
|
557
634
|
"disabled",
|
|
558
635
|
"menu",
|
|
559
636
|
"mode",
|
|
637
|
+
"theme",
|
|
560
638
|
"type"
|
|
561
639
|
]
|
|
562
640
|
},
|
|
@@ -564,7 +642,9 @@
|
|
|
564
642
|
"description": "",
|
|
565
643
|
"attributes": [
|
|
566
644
|
"auto-hide",
|
|
567
|
-
"menu"
|
|
645
|
+
"menu",
|
|
646
|
+
"mode",
|
|
647
|
+
"theme"
|
|
568
648
|
]
|
|
569
649
|
},
|
|
570
650
|
"ion-modal": {
|
|
@@ -587,7 +667,9 @@
|
|
|
587
667
|
"leave-animation",
|
|
588
668
|
"mode",
|
|
589
669
|
"presenting-element",
|
|
670
|
+
"shape",
|
|
590
671
|
"show-backdrop",
|
|
672
|
+
"theme",
|
|
591
673
|
"trigger"
|
|
592
674
|
]
|
|
593
675
|
},
|
|
@@ -596,9 +678,11 @@
|
|
|
596
678
|
"attributes": [
|
|
597
679
|
"animated",
|
|
598
680
|
"animation",
|
|
681
|
+
"mode",
|
|
599
682
|
"root",
|
|
600
683
|
"root-params",
|
|
601
|
-
"swipe-gesture"
|
|
684
|
+
"swipe-gesture",
|
|
685
|
+
"theme"
|
|
602
686
|
]
|
|
603
687
|
},
|
|
604
688
|
"ion-nav-link": {
|
|
@@ -606,21 +690,25 @@
|
|
|
606
690
|
"attributes": [
|
|
607
691
|
"component",
|
|
608
692
|
"component-props",
|
|
693
|
+
"mode",
|
|
609
694
|
"router-animation",
|
|
610
|
-
"router-direction"
|
|
695
|
+
"router-direction",
|
|
696
|
+
"theme"
|
|
611
697
|
]
|
|
612
698
|
},
|
|
613
699
|
"ion-note": {
|
|
614
700
|
"description": "",
|
|
615
701
|
"attributes": [
|
|
616
702
|
"color",
|
|
617
|
-
"mode"
|
|
703
|
+
"mode",
|
|
704
|
+
"theme"
|
|
618
705
|
]
|
|
619
706
|
},
|
|
620
707
|
"ion-picker": {
|
|
621
708
|
"description": "",
|
|
622
709
|
"attributes": [
|
|
623
|
-
"mode"
|
|
710
|
+
"mode",
|
|
711
|
+
"theme"
|
|
624
712
|
]
|
|
625
713
|
},
|
|
626
714
|
"ion-picker-column": {
|
|
@@ -629,6 +717,7 @@
|
|
|
629
717
|
"color",
|
|
630
718
|
"disabled",
|
|
631
719
|
"mode",
|
|
720
|
+
"theme",
|
|
632
721
|
"value"
|
|
633
722
|
]
|
|
634
723
|
},
|
|
@@ -637,6 +726,8 @@
|
|
|
637
726
|
"attributes": [
|
|
638
727
|
"color",
|
|
639
728
|
"disabled",
|
|
729
|
+
"mode",
|
|
730
|
+
"theme",
|
|
640
731
|
"value"
|
|
641
732
|
]
|
|
642
733
|
},
|
|
@@ -656,6 +747,7 @@
|
|
|
656
747
|
"leave-animation",
|
|
657
748
|
"mode",
|
|
658
749
|
"show-backdrop",
|
|
750
|
+
"theme",
|
|
659
751
|
"trigger"
|
|
660
752
|
]
|
|
661
753
|
},
|
|
@@ -682,6 +774,7 @@
|
|
|
682
774
|
"show-backdrop",
|
|
683
775
|
"side",
|
|
684
776
|
"size",
|
|
777
|
+
"theme",
|
|
685
778
|
"translucent",
|
|
686
779
|
"trigger",
|
|
687
780
|
"trigger-action"
|
|
@@ -694,6 +787,8 @@
|
|
|
694
787
|
"color",
|
|
695
788
|
"mode",
|
|
696
789
|
"reversed",
|
|
790
|
+
"shape",
|
|
791
|
+
"theme",
|
|
697
792
|
"type",
|
|
698
793
|
"value"
|
|
699
794
|
]
|
|
@@ -708,6 +803,7 @@
|
|
|
708
803
|
"label-placement",
|
|
709
804
|
"mode",
|
|
710
805
|
"name",
|
|
806
|
+
"theme",
|
|
711
807
|
"value"
|
|
712
808
|
]
|
|
713
809
|
},
|
|
@@ -716,8 +812,9 @@
|
|
|
716
812
|
"attributes": [
|
|
717
813
|
"allow-empty-selection",
|
|
718
814
|
"compare-with",
|
|
815
|
+
"mode",
|
|
719
816
|
"name",
|
|
720
|
-
"
|
|
817
|
+
"theme",
|
|
721
818
|
"value"
|
|
722
819
|
]
|
|
723
820
|
},
|
|
@@ -739,6 +836,7 @@
|
|
|
739
836
|
"pin-formatter",
|
|
740
837
|
"snaps",
|
|
741
838
|
"step",
|
|
839
|
+
"theme",
|
|
742
840
|
"ticks",
|
|
743
841
|
"value"
|
|
744
842
|
]
|
|
@@ -752,31 +850,41 @@
|
|
|
752
850
|
"pull-factor",
|
|
753
851
|
"pull-max",
|
|
754
852
|
"pull-min",
|
|
755
|
-
"snapback-duration"
|
|
853
|
+
"snapback-duration",
|
|
854
|
+
"theme"
|
|
756
855
|
]
|
|
757
856
|
},
|
|
758
857
|
"ion-refresher-content": {
|
|
759
858
|
"description": "",
|
|
760
859
|
"attributes": [
|
|
860
|
+
"mode",
|
|
761
861
|
"pulling-icon",
|
|
762
862
|
"pulling-text",
|
|
763
863
|
"refreshing-spinner",
|
|
764
|
-
"refreshing-text"
|
|
864
|
+
"refreshing-text",
|
|
865
|
+
"theme"
|
|
765
866
|
]
|
|
766
867
|
},
|
|
767
868
|
"ion-reorder": {
|
|
768
869
|
"description": "",
|
|
769
|
-
"attributes": [
|
|
870
|
+
"attributes": [
|
|
871
|
+
"mode",
|
|
872
|
+
"theme"
|
|
873
|
+
]
|
|
770
874
|
},
|
|
771
875
|
"ion-reorder-group": {
|
|
772
876
|
"description": "",
|
|
773
877
|
"attributes": [
|
|
774
|
-
"disabled"
|
|
878
|
+
"disabled",
|
|
879
|
+
"mode",
|
|
880
|
+
"theme"
|
|
775
881
|
]
|
|
776
882
|
},
|
|
777
883
|
"ion-ripple-effect": {
|
|
778
884
|
"description": "",
|
|
779
885
|
"attributes": [
|
|
886
|
+
"mode",
|
|
887
|
+
"theme",
|
|
780
888
|
"type"
|
|
781
889
|
]
|
|
782
890
|
},
|
|
@@ -787,6 +895,8 @@
|
|
|
787
895
|
"before-leave",
|
|
788
896
|
"component",
|
|
789
897
|
"component-props",
|
|
898
|
+
"mode",
|
|
899
|
+
"theme",
|
|
790
900
|
"url"
|
|
791
901
|
]
|
|
792
902
|
},
|
|
@@ -800,7 +910,9 @@
|
|
|
800
910
|
"ion-router": {
|
|
801
911
|
"description": "",
|
|
802
912
|
"attributes": [
|
|
913
|
+
"mode",
|
|
803
914
|
"root",
|
|
915
|
+
"theme",
|
|
804
916
|
"use-hash"
|
|
805
917
|
]
|
|
806
918
|
},
|
|
@@ -809,10 +921,12 @@
|
|
|
809
921
|
"attributes": [
|
|
810
922
|
"color",
|
|
811
923
|
"href",
|
|
924
|
+
"mode",
|
|
812
925
|
"rel",
|
|
813
926
|
"router-animation",
|
|
814
927
|
"router-direction",
|
|
815
|
-
"target"
|
|
928
|
+
"target",
|
|
929
|
+
"theme"
|
|
816
930
|
]
|
|
817
931
|
},
|
|
818
932
|
"ion-router-outlet": {
|
|
@@ -820,12 +934,16 @@
|
|
|
820
934
|
"attributes": [
|
|
821
935
|
"animated",
|
|
822
936
|
"animation",
|
|
823
|
-
"mode"
|
|
937
|
+
"mode",
|
|
938
|
+
"theme"
|
|
824
939
|
]
|
|
825
940
|
},
|
|
826
941
|
"ion-row": {
|
|
827
942
|
"description": "",
|
|
828
|
-
"attributes": [
|
|
943
|
+
"attributes": [
|
|
944
|
+
"mode",
|
|
945
|
+
"theme"
|
|
946
|
+
]
|
|
829
947
|
},
|
|
830
948
|
"ion-searchbar": {
|
|
831
949
|
"description": "",
|
|
@@ -851,6 +969,7 @@
|
|
|
851
969
|
"show-cancel-button",
|
|
852
970
|
"show-clear-button",
|
|
853
971
|
"spellcheck",
|
|
972
|
+
"theme",
|
|
854
973
|
"type",
|
|
855
974
|
"value"
|
|
856
975
|
]
|
|
@@ -864,6 +983,7 @@
|
|
|
864
983
|
"scrollable",
|
|
865
984
|
"select-on-focus",
|
|
866
985
|
"swipe-gesture",
|
|
986
|
+
"theme",
|
|
867
987
|
"value"
|
|
868
988
|
]
|
|
869
989
|
},
|
|
@@ -874,6 +994,7 @@
|
|
|
874
994
|
"disabled",
|
|
875
995
|
"layout",
|
|
876
996
|
"mode",
|
|
997
|
+
"theme",
|
|
877
998
|
"type",
|
|
878
999
|
"value"
|
|
879
1000
|
]
|
|
@@ -907,9 +1028,10 @@
|
|
|
907
1028
|
"name",
|
|
908
1029
|
"ok-text",
|
|
909
1030
|
"placeholder",
|
|
910
|
-
"required",
|
|
911
1031
|
"selected-text",
|
|
912
1032
|
"shape",
|
|
1033
|
+
"size",
|
|
1034
|
+
"theme",
|
|
913
1035
|
"toggle-icon",
|
|
914
1036
|
"value"
|
|
915
1037
|
]
|
|
@@ -926,13 +1048,17 @@
|
|
|
926
1048
|
"description": "",
|
|
927
1049
|
"attributes": [
|
|
928
1050
|
"disabled",
|
|
1051
|
+
"mode",
|
|
1052
|
+
"theme",
|
|
929
1053
|
"value"
|
|
930
1054
|
]
|
|
931
1055
|
},
|
|
932
1056
|
"ion-skeleton-text": {
|
|
933
1057
|
"description": "",
|
|
934
1058
|
"attributes": [
|
|
935
|
-
"animated"
|
|
1059
|
+
"animated",
|
|
1060
|
+
"mode",
|
|
1061
|
+
"theme"
|
|
936
1062
|
]
|
|
937
1063
|
},
|
|
938
1064
|
"ion-spinner": {
|
|
@@ -940,8 +1066,11 @@
|
|
|
940
1066
|
"attributes": [
|
|
941
1067
|
"color",
|
|
942
1068
|
"duration",
|
|
1069
|
+
"mode",
|
|
943
1070
|
"name",
|
|
944
|
-
"paused"
|
|
1071
|
+
"paused",
|
|
1072
|
+
"size",
|
|
1073
|
+
"theme"
|
|
945
1074
|
]
|
|
946
1075
|
},
|
|
947
1076
|
"ion-split-pane": {
|
|
@@ -949,6 +1078,8 @@
|
|
|
949
1078
|
"attributes": [
|
|
950
1079
|
"content-id",
|
|
951
1080
|
"disabled",
|
|
1081
|
+
"mode",
|
|
1082
|
+
"theme",
|
|
952
1083
|
"when"
|
|
953
1084
|
]
|
|
954
1085
|
},
|
|
@@ -956,15 +1087,20 @@
|
|
|
956
1087
|
"description": "",
|
|
957
1088
|
"attributes": [
|
|
958
1089
|
"component",
|
|
959
|
-
"
|
|
1090
|
+
"mode",
|
|
1091
|
+
"tab",
|
|
1092
|
+
"theme"
|
|
960
1093
|
]
|
|
961
1094
|
},
|
|
962
1095
|
"ion-tab-bar": {
|
|
963
1096
|
"description": "",
|
|
964
1097
|
"attributes": [
|
|
965
1098
|
"color",
|
|
1099
|
+
"expand",
|
|
966
1100
|
"mode",
|
|
967
1101
|
"selected-tab",
|
|
1102
|
+
"shape",
|
|
1103
|
+
"theme",
|
|
968
1104
|
"translucent"
|
|
969
1105
|
]
|
|
970
1106
|
},
|
|
@@ -978,19 +1114,25 @@
|
|
|
978
1114
|
"mode",
|
|
979
1115
|
"rel",
|
|
980
1116
|
"selected",
|
|
1117
|
+
"shape",
|
|
981
1118
|
"tab",
|
|
982
|
-
"target"
|
|
1119
|
+
"target",
|
|
1120
|
+
"theme"
|
|
983
1121
|
]
|
|
984
1122
|
},
|
|
985
1123
|
"ion-tabs": {
|
|
986
1124
|
"description": "",
|
|
987
|
-
"attributes": [
|
|
1125
|
+
"attributes": [
|
|
1126
|
+
"mode",
|
|
1127
|
+
"theme"
|
|
1128
|
+
]
|
|
988
1129
|
},
|
|
989
1130
|
"ion-text": {
|
|
990
1131
|
"description": "",
|
|
991
1132
|
"attributes": [
|
|
992
1133
|
"color",
|
|
993
|
-
"mode"
|
|
1134
|
+
"mode",
|
|
1135
|
+
"theme"
|
|
994
1136
|
]
|
|
995
1137
|
},
|
|
996
1138
|
"ion-textarea": {
|
|
@@ -1022,20 +1164,27 @@
|
|
|
1022
1164
|
"required",
|
|
1023
1165
|
"rows",
|
|
1024
1166
|
"shape",
|
|
1167
|
+
"size",
|
|
1025
1168
|
"spellcheck",
|
|
1169
|
+
"theme",
|
|
1026
1170
|
"value",
|
|
1027
1171
|
"wrap"
|
|
1028
1172
|
]
|
|
1029
1173
|
},
|
|
1030
1174
|
"ion-thumbnail": {
|
|
1031
1175
|
"description": "",
|
|
1032
|
-
"attributes": [
|
|
1176
|
+
"attributes": [
|
|
1177
|
+
"mode",
|
|
1178
|
+
"theme"
|
|
1179
|
+
]
|
|
1033
1180
|
},
|
|
1034
1181
|
"ion-title": {
|
|
1035
1182
|
"description": "",
|
|
1036
1183
|
"attributes": [
|
|
1037
1184
|
"color",
|
|
1038
|
-
"
|
|
1185
|
+
"mode",
|
|
1186
|
+
"size",
|
|
1187
|
+
"theme"
|
|
1039
1188
|
]
|
|
1040
1189
|
},
|
|
1041
1190
|
"ion-toast": {
|
|
@@ -1058,7 +1207,9 @@
|
|
|
1058
1207
|
"mode",
|
|
1059
1208
|
"position",
|
|
1060
1209
|
"position-anchor",
|
|
1210
|
+
"shape",
|
|
1061
1211
|
"swipe-gesture",
|
|
1212
|
+
"theme",
|
|
1062
1213
|
"translucent",
|
|
1063
1214
|
"trigger"
|
|
1064
1215
|
]
|
|
@@ -1075,7 +1226,7 @@
|
|
|
1075
1226
|
"label-placement",
|
|
1076
1227
|
"mode",
|
|
1077
1228
|
"name",
|
|
1078
|
-
"
|
|
1229
|
+
"theme",
|
|
1079
1230
|
"value"
|
|
1080
1231
|
]
|
|
1081
1232
|
},
|
|
@@ -1083,7 +1234,8 @@
|
|
|
1083
1234
|
"description": "",
|
|
1084
1235
|
"attributes": [
|
|
1085
1236
|
"color",
|
|
1086
|
-
"mode"
|
|
1237
|
+
"mode",
|
|
1238
|
+
"theme"
|
|
1087
1239
|
]
|
|
1088
1240
|
}
|
|
1089
1241
|
}
|