@ionic/vue 8.4.2-dev.11737633140.1934dd0f → 8.4.2-dev.11739377372.17be7c08
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 +221 -136
- 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 +1479 -197
- package/dist/vetur/tags.json +200 -49
- package/dist/web-types.json +1328 -128
- 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,7 @@
|
|
|
694
787
|
"color",
|
|
695
788
|
"mode",
|
|
696
789
|
"reversed",
|
|
790
|
+
"theme",
|
|
697
791
|
"type",
|
|
698
792
|
"value"
|
|
699
793
|
]
|
|
@@ -708,6 +802,7 @@
|
|
|
708
802
|
"label-placement",
|
|
709
803
|
"mode",
|
|
710
804
|
"name",
|
|
805
|
+
"theme",
|
|
711
806
|
"value"
|
|
712
807
|
]
|
|
713
808
|
},
|
|
@@ -716,8 +811,9 @@
|
|
|
716
811
|
"attributes": [
|
|
717
812
|
"allow-empty-selection",
|
|
718
813
|
"compare-with",
|
|
814
|
+
"mode",
|
|
719
815
|
"name",
|
|
720
|
-
"
|
|
816
|
+
"theme",
|
|
721
817
|
"value"
|
|
722
818
|
]
|
|
723
819
|
},
|
|
@@ -739,6 +835,7 @@
|
|
|
739
835
|
"pin-formatter",
|
|
740
836
|
"snaps",
|
|
741
837
|
"step",
|
|
838
|
+
"theme",
|
|
742
839
|
"ticks",
|
|
743
840
|
"value"
|
|
744
841
|
]
|
|
@@ -752,31 +849,41 @@
|
|
|
752
849
|
"pull-factor",
|
|
753
850
|
"pull-max",
|
|
754
851
|
"pull-min",
|
|
755
|
-
"snapback-duration"
|
|
852
|
+
"snapback-duration",
|
|
853
|
+
"theme"
|
|
756
854
|
]
|
|
757
855
|
},
|
|
758
856
|
"ion-refresher-content": {
|
|
759
857
|
"description": "",
|
|
760
858
|
"attributes": [
|
|
859
|
+
"mode",
|
|
761
860
|
"pulling-icon",
|
|
762
861
|
"pulling-text",
|
|
763
862
|
"refreshing-spinner",
|
|
764
|
-
"refreshing-text"
|
|
863
|
+
"refreshing-text",
|
|
864
|
+
"theme"
|
|
765
865
|
]
|
|
766
866
|
},
|
|
767
867
|
"ion-reorder": {
|
|
768
868
|
"description": "",
|
|
769
|
-
"attributes": [
|
|
869
|
+
"attributes": [
|
|
870
|
+
"mode",
|
|
871
|
+
"theme"
|
|
872
|
+
]
|
|
770
873
|
},
|
|
771
874
|
"ion-reorder-group": {
|
|
772
875
|
"description": "",
|
|
773
876
|
"attributes": [
|
|
774
|
-
"disabled"
|
|
877
|
+
"disabled",
|
|
878
|
+
"mode",
|
|
879
|
+
"theme"
|
|
775
880
|
]
|
|
776
881
|
},
|
|
777
882
|
"ion-ripple-effect": {
|
|
778
883
|
"description": "",
|
|
779
884
|
"attributes": [
|
|
885
|
+
"mode",
|
|
886
|
+
"theme",
|
|
780
887
|
"type"
|
|
781
888
|
]
|
|
782
889
|
},
|
|
@@ -787,6 +894,8 @@
|
|
|
787
894
|
"before-leave",
|
|
788
895
|
"component",
|
|
789
896
|
"component-props",
|
|
897
|
+
"mode",
|
|
898
|
+
"theme",
|
|
790
899
|
"url"
|
|
791
900
|
]
|
|
792
901
|
},
|
|
@@ -800,7 +909,9 @@
|
|
|
800
909
|
"ion-router": {
|
|
801
910
|
"description": "",
|
|
802
911
|
"attributes": [
|
|
912
|
+
"mode",
|
|
803
913
|
"root",
|
|
914
|
+
"theme",
|
|
804
915
|
"use-hash"
|
|
805
916
|
]
|
|
806
917
|
},
|
|
@@ -809,10 +920,12 @@
|
|
|
809
920
|
"attributes": [
|
|
810
921
|
"color",
|
|
811
922
|
"href",
|
|
923
|
+
"mode",
|
|
812
924
|
"rel",
|
|
813
925
|
"router-animation",
|
|
814
926
|
"router-direction",
|
|
815
|
-
"target"
|
|
927
|
+
"target",
|
|
928
|
+
"theme"
|
|
816
929
|
]
|
|
817
930
|
},
|
|
818
931
|
"ion-router-outlet": {
|
|
@@ -820,12 +933,16 @@
|
|
|
820
933
|
"attributes": [
|
|
821
934
|
"animated",
|
|
822
935
|
"animation",
|
|
823
|
-
"mode"
|
|
936
|
+
"mode",
|
|
937
|
+
"theme"
|
|
824
938
|
]
|
|
825
939
|
},
|
|
826
940
|
"ion-row": {
|
|
827
941
|
"description": "",
|
|
828
|
-
"attributes": [
|
|
942
|
+
"attributes": [
|
|
943
|
+
"mode",
|
|
944
|
+
"theme"
|
|
945
|
+
]
|
|
829
946
|
},
|
|
830
947
|
"ion-searchbar": {
|
|
831
948
|
"description": "",
|
|
@@ -851,6 +968,7 @@
|
|
|
851
968
|
"show-cancel-button",
|
|
852
969
|
"show-clear-button",
|
|
853
970
|
"spellcheck",
|
|
971
|
+
"theme",
|
|
854
972
|
"type",
|
|
855
973
|
"value"
|
|
856
974
|
]
|
|
@@ -864,6 +982,7 @@
|
|
|
864
982
|
"scrollable",
|
|
865
983
|
"select-on-focus",
|
|
866
984
|
"swipe-gesture",
|
|
985
|
+
"theme",
|
|
867
986
|
"value"
|
|
868
987
|
]
|
|
869
988
|
},
|
|
@@ -874,6 +993,7 @@
|
|
|
874
993
|
"disabled",
|
|
875
994
|
"layout",
|
|
876
995
|
"mode",
|
|
996
|
+
"theme",
|
|
877
997
|
"type",
|
|
878
998
|
"value"
|
|
879
999
|
]
|
|
@@ -907,9 +1027,10 @@
|
|
|
907
1027
|
"name",
|
|
908
1028
|
"ok-text",
|
|
909
1029
|
"placeholder",
|
|
910
|
-
"required",
|
|
911
1030
|
"selected-text",
|
|
912
1031
|
"shape",
|
|
1032
|
+
"size",
|
|
1033
|
+
"theme",
|
|
913
1034
|
"toggle-icon",
|
|
914
1035
|
"value"
|
|
915
1036
|
]
|
|
@@ -926,13 +1047,17 @@
|
|
|
926
1047
|
"description": "",
|
|
927
1048
|
"attributes": [
|
|
928
1049
|
"disabled",
|
|
1050
|
+
"mode",
|
|
1051
|
+
"theme",
|
|
929
1052
|
"value"
|
|
930
1053
|
]
|
|
931
1054
|
},
|
|
932
1055
|
"ion-skeleton-text": {
|
|
933
1056
|
"description": "",
|
|
934
1057
|
"attributes": [
|
|
935
|
-
"animated"
|
|
1058
|
+
"animated",
|
|
1059
|
+
"mode",
|
|
1060
|
+
"theme"
|
|
936
1061
|
]
|
|
937
1062
|
},
|
|
938
1063
|
"ion-spinner": {
|
|
@@ -940,8 +1065,11 @@
|
|
|
940
1065
|
"attributes": [
|
|
941
1066
|
"color",
|
|
942
1067
|
"duration",
|
|
1068
|
+
"mode",
|
|
943
1069
|
"name",
|
|
944
|
-
"paused"
|
|
1070
|
+
"paused",
|
|
1071
|
+
"size",
|
|
1072
|
+
"theme"
|
|
945
1073
|
]
|
|
946
1074
|
},
|
|
947
1075
|
"ion-split-pane": {
|
|
@@ -949,6 +1077,8 @@
|
|
|
949
1077
|
"attributes": [
|
|
950
1078
|
"content-id",
|
|
951
1079
|
"disabled",
|
|
1080
|
+
"mode",
|
|
1081
|
+
"theme",
|
|
952
1082
|
"when"
|
|
953
1083
|
]
|
|
954
1084
|
},
|
|
@@ -956,15 +1086,20 @@
|
|
|
956
1086
|
"description": "",
|
|
957
1087
|
"attributes": [
|
|
958
1088
|
"component",
|
|
959
|
-
"
|
|
1089
|
+
"mode",
|
|
1090
|
+
"tab",
|
|
1091
|
+
"theme"
|
|
960
1092
|
]
|
|
961
1093
|
},
|
|
962
1094
|
"ion-tab-bar": {
|
|
963
1095
|
"description": "",
|
|
964
1096
|
"attributes": [
|
|
965
1097
|
"color",
|
|
1098
|
+
"expand",
|
|
966
1099
|
"mode",
|
|
967
1100
|
"selected-tab",
|
|
1101
|
+
"shape",
|
|
1102
|
+
"theme",
|
|
968
1103
|
"translucent"
|
|
969
1104
|
]
|
|
970
1105
|
},
|
|
@@ -978,19 +1113,25 @@
|
|
|
978
1113
|
"mode",
|
|
979
1114
|
"rel",
|
|
980
1115
|
"selected",
|
|
1116
|
+
"shape",
|
|
981
1117
|
"tab",
|
|
982
|
-
"target"
|
|
1118
|
+
"target",
|
|
1119
|
+
"theme"
|
|
983
1120
|
]
|
|
984
1121
|
},
|
|
985
1122
|
"ion-tabs": {
|
|
986
1123
|
"description": "",
|
|
987
|
-
"attributes": [
|
|
1124
|
+
"attributes": [
|
|
1125
|
+
"mode",
|
|
1126
|
+
"theme"
|
|
1127
|
+
]
|
|
988
1128
|
},
|
|
989
1129
|
"ion-text": {
|
|
990
1130
|
"description": "",
|
|
991
1131
|
"attributes": [
|
|
992
1132
|
"color",
|
|
993
|
-
"mode"
|
|
1133
|
+
"mode",
|
|
1134
|
+
"theme"
|
|
994
1135
|
]
|
|
995
1136
|
},
|
|
996
1137
|
"ion-textarea": {
|
|
@@ -1022,20 +1163,27 @@
|
|
|
1022
1163
|
"required",
|
|
1023
1164
|
"rows",
|
|
1024
1165
|
"shape",
|
|
1166
|
+
"size",
|
|
1025
1167
|
"spellcheck",
|
|
1168
|
+
"theme",
|
|
1026
1169
|
"value",
|
|
1027
1170
|
"wrap"
|
|
1028
1171
|
]
|
|
1029
1172
|
},
|
|
1030
1173
|
"ion-thumbnail": {
|
|
1031
1174
|
"description": "",
|
|
1032
|
-
"attributes": [
|
|
1175
|
+
"attributes": [
|
|
1176
|
+
"mode",
|
|
1177
|
+
"theme"
|
|
1178
|
+
]
|
|
1033
1179
|
},
|
|
1034
1180
|
"ion-title": {
|
|
1035
1181
|
"description": "",
|
|
1036
1182
|
"attributes": [
|
|
1037
1183
|
"color",
|
|
1038
|
-
"
|
|
1184
|
+
"mode",
|
|
1185
|
+
"size",
|
|
1186
|
+
"theme"
|
|
1039
1187
|
]
|
|
1040
1188
|
},
|
|
1041
1189
|
"ion-toast": {
|
|
@@ -1058,7 +1206,9 @@
|
|
|
1058
1206
|
"mode",
|
|
1059
1207
|
"position",
|
|
1060
1208
|
"position-anchor",
|
|
1209
|
+
"shape",
|
|
1061
1210
|
"swipe-gesture",
|
|
1211
|
+
"theme",
|
|
1062
1212
|
"translucent",
|
|
1063
1213
|
"trigger"
|
|
1064
1214
|
]
|
|
@@ -1075,7 +1225,7 @@
|
|
|
1075
1225
|
"label-placement",
|
|
1076
1226
|
"mode",
|
|
1077
1227
|
"name",
|
|
1078
|
-
"
|
|
1228
|
+
"theme",
|
|
1079
1229
|
"value"
|
|
1080
1230
|
]
|
|
1081
1231
|
},
|
|
@@ -1083,7 +1233,8 @@
|
|
|
1083
1233
|
"description": "",
|
|
1084
1234
|
"attributes": [
|
|
1085
1235
|
"color",
|
|
1086
|
-
"mode"
|
|
1236
|
+
"mode",
|
|
1237
|
+
"theme"
|
|
1087
1238
|
]
|
|
1088
1239
|
}
|
|
1089
1240
|
}
|