@ionic/vue 8.8.11 → 8.8.12-dev.11781793379.156d3260

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.
Files changed (52) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic/bundle.ionic.css +1 -0
  10. package/css/ionic/bundle.ionic.css.map +1 -0
  11. package/css/ionic/core.ionic.css +1 -0
  12. package/css/ionic/core.ionic.css.map +1 -0
  13. package/css/ionic/global.bundle.ionic.css +1 -0
  14. package/css/ionic/global.bundle.ionic.css.map +1 -0
  15. package/css/ionic/ionic-swiper.ionic.css +1 -0
  16. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  17. package/css/ionic/link.ionic.css +1 -0
  18. package/css/ionic/link.ionic.css.map +1 -0
  19. package/css/ionic/structure.ionic.css +1 -0
  20. package/css/ionic/structure.ionic.css.map +1 -0
  21. package/css/ionic/typography.ionic.css +1 -0
  22. package/css/ionic/typography.ionic.css.map +1 -0
  23. package/css/ionic/utils.bundle.ionic.css +1 -0
  24. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  25. package/css/ionic-swiper.css +1 -1
  26. package/css/ionic-swiper.css.map +1 -1
  27. package/css/ionic.bundle.css +1 -1
  28. package/css/ionic.bundle.css.map +1 -1
  29. package/css/normalize.css.map +1 -1
  30. package/css/padding.css.map +1 -1
  31. package/css/palettes/dark.always.css.map +1 -1
  32. package/css/palettes/dark.class.css.map +1 -1
  33. package/css/palettes/dark.system.css.map +1 -1
  34. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  35. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  36. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  37. package/css/palettes/high-contrast.always.css.map +1 -1
  38. package/css/palettes/high-contrast.class.css.map +1 -1
  39. package/css/palettes/high-contrast.system.css.map +1 -1
  40. package/css/structure.css.map +1 -1
  41. package/css/text-alignment.css.map +1 -1
  42. package/css/text-transformation.css.map +1 -1
  43. package/css/typography.css.map +1 -1
  44. package/css/utils.bundle.css +1 -1
  45. package/css/utils.bundle.css.map +1 -1
  46. package/dist/index.js +215 -162
  47. package/dist/index.js.map +1 -1
  48. package/dist/types/proxies.d.ts +3 -0
  49. package/dist/vetur/attributes.json +1649 -104
  50. package/dist/vetur/tags.json +250 -45
  51. package/dist/web-types.json +1787 -157
  52. package/package.json +2 -2
@@ -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
- "mode"
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
- "side"
408
+ "mode",
409
+ "side",
410
+ "theme"
347
411
  ]
348
412
  },
349
413
  "ion-footer": {
@@ -351,20 +415,43 @@
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
+ },
433
+ "ion-gallery-item": {
434
+ "description": "",
435
+ "attributes": [
436
+ "mode",
437
+ "theme"
438
+ ]
439
+ },
357
440
  "ion-grid": {
358
441
  "description": "",
359
442
  "attributes": [
360
- "fixed"
443
+ "fixed",
444
+ "mode",
445
+ "theme"
361
446
  ]
362
447
  },
363
448
  "ion-header": {
364
449
  "description": "",
365
450
  "attributes": [
366
451
  "collapse",
452
+ "divider",
367
453
  "mode",
454
+ "theme",
368
455
  "translucent"
369
456
  ]
370
457
  },
@@ -372,14 +459,19 @@
372
459
  "description": "",
373
460
  "attributes": [
374
461
  "alt",
375
- "src"
462
+ "mode",
463
+ "src",
464
+ "theme"
376
465
  ]
377
466
  },
378
467
  "ion-infinite-scroll": {
379
468
  "description": "",
380
469
  "attributes": [
381
470
  "disabled",
471
+ "mode",
382
472
  "position",
473
+ "preserve-rerender-scroll-position",
474
+ "theme",
383
475
  "threshold"
384
476
  ]
385
477
  },
@@ -387,7 +479,9 @@
387
479
  "description": "",
388
480
  "attributes": [
389
481
  "loading-spinner",
390
- "loading-text"
482
+ "loading-text",
483
+ "mode",
484
+ "theme"
391
485
  ]
392
486
  },
393
487
  "ion-input": {
@@ -424,8 +518,10 @@
424
518
  "readonly",
425
519
  "required",
426
520
  "shape",
521
+ "size",
427
522
  "spellcheck",
428
523
  "step",
524
+ "theme",
429
525
  "type",
430
526
  "value"
431
527
  ]
@@ -439,11 +535,13 @@
439
535
  "fill",
440
536
  "inputmode",
441
537
  "length",
538
+ "mode",
442
539
  "pattern",
443
540
  "readonly",
444
541
  "separators",
445
542
  "shape",
446
543
  "size",
544
+ "theme",
447
545
  "type",
448
546
  "value"
449
547
  ]
@@ -473,6 +571,7 @@
473
571
  "router-animation",
474
572
  "router-direction",
475
573
  "target",
574
+ "theme",
476
575
  "type"
477
576
  ]
478
577
  },
@@ -481,12 +580,16 @@
481
580
  "attributes": [
482
581
  "color",
483
582
  "mode",
484
- "sticky"
583
+ "sticky",
584
+ "theme"
485
585
  ]
486
586
  },
487
587
  "ion-item-group": {
488
588
  "description": "",
489
- "attributes": []
589
+ "attributes": [
590
+ "mode",
591
+ "theme"
592
+ ]
490
593
  },
491
594
  "ion-item-option": {
492
595
  "description": "",
@@ -496,22 +599,29 @@
496
599
  "download",
497
600
  "expandable",
498
601
  "href",
602
+ "hue",
499
603
  "mode",
500
604
  "rel",
605
+ "shape",
501
606
  "target",
607
+ "theme",
502
608
  "type"
503
609
  ]
504
610
  },
505
611
  "ion-item-options": {
506
612
  "description": "",
507
613
  "attributes": [
508
- "side"
614
+ "mode",
615
+ "side",
616
+ "theme"
509
617
  ]
510
618
  },
511
619
  "ion-item-sliding": {
512
620
  "description": "",
513
621
  "attributes": [
514
- "disabled"
622
+ "disabled",
623
+ "mode",
624
+ "theme"
515
625
  ]
516
626
  },
517
627
  "ion-label": {
@@ -519,7 +629,8 @@
519
629
  "attributes": [
520
630
  "color",
521
631
  "mode",
522
- "position"
632
+ "position",
633
+ "theme"
523
634
  ]
524
635
  },
525
636
  "ion-list": {
@@ -527,7 +638,9 @@
527
638
  "attributes": [
528
639
  "inset",
529
640
  "lines",
530
- "mode"
641
+ "mode",
642
+ "shape",
643
+ "theme"
531
644
  ]
532
645
  },
533
646
  "ion-list-header": {
@@ -535,7 +648,8 @@
535
648
  "attributes": [
536
649
  "color",
537
650
  "lines",
538
- "mode"
651
+ "mode",
652
+ "theme"
539
653
  ]
540
654
  },
541
655
  "ion-loading": {
@@ -554,6 +668,7 @@
554
668
  "mode",
555
669
  "show-backdrop",
556
670
  "spinner",
671
+ "theme",
557
672
  "translucent",
558
673
  "trigger"
559
674
  ]
@@ -565,8 +680,10 @@
565
680
  "disabled",
566
681
  "max-edge-start",
567
682
  "menu-id",
683
+ "mode",
568
684
  "side",
569
685
  "swipe-gesture",
686
+ "theme",
570
687
  "type"
571
688
  ]
572
689
  },
@@ -578,6 +695,7 @@
578
695
  "disabled",
579
696
  "menu",
580
697
  "mode",
698
+ "theme",
581
699
  "type"
582
700
  ]
583
701
  },
@@ -585,7 +703,9 @@
585
703
  "description": "",
586
704
  "attributes": [
587
705
  "auto-hide",
588
- "menu"
706
+ "menu",
707
+ "mode",
708
+ "theme"
589
709
  ]
590
710
  },
591
711
  "ion-modal": {
@@ -609,7 +729,9 @@
609
729
  "leave-animation",
610
730
  "mode",
611
731
  "presenting-element",
732
+ "shape",
612
733
  "show-backdrop",
734
+ "theme",
613
735
  "trigger"
614
736
  ]
615
737
  },
@@ -618,9 +740,11 @@
618
740
  "attributes": [
619
741
  "animated",
620
742
  "animation",
743
+ "mode",
621
744
  "root",
622
745
  "root-params",
623
- "swipe-gesture"
746
+ "swipe-gesture",
747
+ "theme"
624
748
  ]
625
749
  },
626
750
  "ion-nav-link": {
@@ -628,21 +752,25 @@
628
752
  "attributes": [
629
753
  "component",
630
754
  "component-props",
755
+ "mode",
631
756
  "router-animation",
632
- "router-direction"
757
+ "router-direction",
758
+ "theme"
633
759
  ]
634
760
  },
635
761
  "ion-note": {
636
762
  "description": "",
637
763
  "attributes": [
638
764
  "color",
639
- "mode"
765
+ "mode",
766
+ "theme"
640
767
  ]
641
768
  },
642
769
  "ion-picker": {
643
770
  "description": "",
644
771
  "attributes": [
645
- "mode"
772
+ "mode",
773
+ "theme"
646
774
  ]
647
775
  },
648
776
  "ion-picker-column": {
@@ -651,6 +779,7 @@
651
779
  "color",
652
780
  "disabled",
653
781
  "mode",
782
+ "theme",
654
783
  "value"
655
784
  ]
656
785
  },
@@ -659,6 +788,8 @@
659
788
  "attributes": [
660
789
  "color",
661
790
  "disabled",
791
+ "mode",
792
+ "theme",
662
793
  "value"
663
794
  ]
664
795
  },
@@ -678,6 +809,7 @@
678
809
  "leave-animation",
679
810
  "mode",
680
811
  "show-backdrop",
812
+ "theme",
681
813
  "trigger"
682
814
  ]
683
815
  },
@@ -704,6 +836,7 @@
704
836
  "show-backdrop",
705
837
  "side",
706
838
  "size",
839
+ "theme",
707
840
  "translucent",
708
841
  "trigger",
709
842
  "trigger-action"
@@ -716,6 +849,8 @@
716
849
  "color",
717
850
  "mode",
718
851
  "reversed",
852
+ "shape",
853
+ "theme",
719
854
  "type",
720
855
  "value"
721
856
  ]
@@ -730,6 +865,7 @@
730
865
  "label-placement",
731
866
  "mode",
732
867
  "name",
868
+ "theme",
733
869
  "value"
734
870
  ]
735
871
  },
@@ -740,7 +876,9 @@
740
876
  "compare-with",
741
877
  "error-text",
742
878
  "helper-text",
879
+ "mode",
743
880
  "name",
881
+ "theme",
744
882
  "value"
745
883
  ]
746
884
  },
@@ -762,6 +900,7 @@
762
900
  "pin-formatter",
763
901
  "snaps",
764
902
  "step",
903
+ "theme",
765
904
  "ticks",
766
905
  "value"
767
906
  ]
@@ -775,31 +914,41 @@
775
914
  "pull-factor",
776
915
  "pull-max",
777
916
  "pull-min",
778
- "snapback-duration"
917
+ "snapback-duration",
918
+ "theme"
779
919
  ]
780
920
  },
781
921
  "ion-refresher-content": {
782
922
  "description": "",
783
923
  "attributes": [
924
+ "mode",
784
925
  "pulling-icon",
785
926
  "pulling-text",
786
927
  "refreshing-spinner",
787
- "refreshing-text"
928
+ "refreshing-text",
929
+ "theme"
788
930
  ]
789
931
  },
790
932
  "ion-reorder": {
791
933
  "description": "",
792
- "attributes": []
934
+ "attributes": [
935
+ "mode",
936
+ "theme"
937
+ ]
793
938
  },
794
939
  "ion-reorder-group": {
795
940
  "description": "",
796
941
  "attributes": [
797
- "disabled"
942
+ "disabled",
943
+ "mode",
944
+ "theme"
798
945
  ]
799
946
  },
800
947
  "ion-ripple-effect": {
801
948
  "description": "",
802
949
  "attributes": [
950
+ "mode",
951
+ "theme",
803
952
  "type"
804
953
  ]
805
954
  },
@@ -810,6 +959,8 @@
810
959
  "before-leave",
811
960
  "component",
812
961
  "component-props",
962
+ "mode",
963
+ "theme",
813
964
  "url"
814
965
  ]
815
966
  },
@@ -823,7 +974,9 @@
823
974
  "ion-router": {
824
975
  "description": "",
825
976
  "attributes": [
977
+ "mode",
826
978
  "root",
979
+ "theme",
827
980
  "use-hash"
828
981
  ]
829
982
  },
@@ -832,10 +985,12 @@
832
985
  "attributes": [
833
986
  "color",
834
987
  "href",
988
+ "mode",
835
989
  "rel",
836
990
  "router-animation",
837
991
  "router-direction",
838
- "target"
992
+ "target",
993
+ "theme"
839
994
  ]
840
995
  },
841
996
  "ion-router-outlet": {
@@ -843,12 +998,16 @@
843
998
  "attributes": [
844
999
  "animated",
845
1000
  "animation",
846
- "mode"
1001
+ "mode",
1002
+ "theme"
847
1003
  ]
848
1004
  },
849
1005
  "ion-row": {
850
1006
  "description": "",
851
- "attributes": []
1007
+ "attributes": [
1008
+ "mode",
1009
+ "theme"
1010
+ ]
852
1011
  },
853
1012
  "ion-searchbar": {
854
1013
  "description": "",
@@ -871,9 +1030,12 @@
871
1030
  "name",
872
1031
  "placeholder",
873
1032
  "search-icon",
1033
+ "shape",
874
1034
  "show-cancel-button",
875
1035
  "show-clear-button",
1036
+ "size",
876
1037
  "spellcheck",
1038
+ "theme",
877
1039
  "type",
878
1040
  "value"
879
1041
  ]
@@ -887,6 +1049,7 @@
887
1049
  "scrollable",
888
1050
  "select-on-focus",
889
1051
  "swipe-gesture",
1052
+ "theme",
890
1053
  "value"
891
1054
  ]
892
1055
  },
@@ -897,6 +1060,7 @@
897
1060
  "disabled",
898
1061
  "layout",
899
1062
  "mode",
1063
+ "theme",
900
1064
  "type",
901
1065
  "value"
902
1066
  ]
@@ -915,6 +1079,7 @@
915
1079
  "ion-select": {
916
1080
  "description": "",
917
1081
  "attributes": [
1082
+ "cancel-icon",
918
1083
  "cancel-text",
919
1084
  "color",
920
1085
  "compare-with",
@@ -936,6 +1101,8 @@
936
1101
  "required",
937
1102
  "selected-text",
938
1103
  "shape",
1104
+ "size",
1105
+ "theme",
939
1106
  "toggle-icon",
940
1107
  "value"
941
1108
  ]
@@ -943,6 +1110,7 @@
943
1110
  "ion-select-modal": {
944
1111
  "description": "",
945
1112
  "attributes": [
1113
+ "cancel-icon",
946
1114
  "cancel-text",
947
1115
  "header",
948
1116
  "multiple",
@@ -952,14 +1120,21 @@
952
1120
  "ion-select-option": {
953
1121
  "description": "",
954
1122
  "attributes": [
1123
+ "description",
955
1124
  "disabled",
1125
+ "justify",
1126
+ "label-placement",
1127
+ "mode",
1128
+ "theme",
956
1129
  "value"
957
1130
  ]
958
1131
  },
959
1132
  "ion-skeleton-text": {
960
1133
  "description": "",
961
1134
  "attributes": [
962
- "animated"
1135
+ "animated",
1136
+ "mode",
1137
+ "theme"
963
1138
  ]
964
1139
  },
965
1140
  "ion-spinner": {
@@ -967,8 +1142,11 @@
967
1142
  "attributes": [
968
1143
  "color",
969
1144
  "duration",
1145
+ "mode",
970
1146
  "name",
971
- "paused"
1147
+ "paused",
1148
+ "size",
1149
+ "theme"
972
1150
  ]
973
1151
  },
974
1152
  "ion-split-pane": {
@@ -976,6 +1154,8 @@
976
1154
  "attributes": [
977
1155
  "content-id",
978
1156
  "disabled",
1157
+ "mode",
1158
+ "theme",
979
1159
  "when"
980
1160
  ]
981
1161
  },
@@ -983,15 +1163,21 @@
983
1163
  "description": "",
984
1164
  "attributes": [
985
1165
  "component",
986
- "tab"
1166
+ "mode",
1167
+ "tab",
1168
+ "theme"
987
1169
  ]
988
1170
  },
989
1171
  "ion-tab-bar": {
990
1172
  "description": "",
991
1173
  "attributes": [
992
1174
  "color",
1175
+ "expand",
1176
+ "hide-on-scroll",
993
1177
  "mode",
994
1178
  "selected-tab",
1179
+ "shape",
1180
+ "theme",
995
1181
  "translucent"
996
1182
  ]
997
1183
  },
@@ -1005,19 +1191,25 @@
1005
1191
  "mode",
1006
1192
  "rel",
1007
1193
  "selected",
1194
+ "shape",
1008
1195
  "tab",
1009
- "target"
1196
+ "target",
1197
+ "theme"
1010
1198
  ]
1011
1199
  },
1012
1200
  "ion-tabs": {
1013
1201
  "description": "",
1014
- "attributes": []
1202
+ "attributes": [
1203
+ "mode",
1204
+ "theme"
1205
+ ]
1015
1206
  },
1016
1207
  "ion-text": {
1017
1208
  "description": "",
1018
1209
  "attributes": [
1019
1210
  "color",
1020
- "mode"
1211
+ "mode",
1212
+ "theme"
1021
1213
  ]
1022
1214
  },
1023
1215
  "ion-textarea": {
@@ -1049,20 +1241,27 @@
1049
1241
  "required",
1050
1242
  "rows",
1051
1243
  "shape",
1244
+ "size",
1052
1245
  "spellcheck",
1246
+ "theme",
1053
1247
  "value",
1054
1248
  "wrap"
1055
1249
  ]
1056
1250
  },
1057
1251
  "ion-thumbnail": {
1058
1252
  "description": "",
1059
- "attributes": []
1253
+ "attributes": [
1254
+ "mode",
1255
+ "theme"
1256
+ ]
1060
1257
  },
1061
1258
  "ion-title": {
1062
1259
  "description": "",
1063
1260
  "attributes": [
1064
1261
  "color",
1065
- "size"
1262
+ "mode",
1263
+ "size",
1264
+ "theme"
1066
1265
  ]
1067
1266
  },
1068
1267
  "ion-toast": {
@@ -1076,6 +1275,7 @@
1076
1275
  "enter-animation",
1077
1276
  "header",
1078
1277
  "html-attributes",
1278
+ "hue",
1079
1279
  "icon",
1080
1280
  "is-open",
1081
1281
  "keyboard-close",
@@ -1085,7 +1285,9 @@
1085
1285
  "mode",
1086
1286
  "position",
1087
1287
  "position-anchor",
1288
+ "shape",
1088
1289
  "swipe-gesture",
1290
+ "theme",
1089
1291
  "translucent",
1090
1292
  "trigger"
1091
1293
  ]
@@ -1105,6 +1307,7 @@
1105
1307
  "mode",
1106
1308
  "name",
1107
1309
  "required",
1310
+ "theme",
1108
1311
  "value"
1109
1312
  ]
1110
1313
  },
@@ -1112,7 +1315,9 @@
1112
1315
  "description": "",
1113
1316
  "attributes": [
1114
1317
  "color",
1115
- "mode"
1318
+ "mode",
1319
+ "theme",
1320
+ "title-placement"
1116
1321
  ]
1117
1322
  }
1118
1323
  }