@ionic/vue 9.0.2 → 9.0.3-dev.11788449150.16022b1e

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 +210 -158
  47. package/dist/index.js.map +1 -1
  48. package/dist/types/proxies.d.ts +3 -0
  49. package/dist/vetur/attributes.json +1631 -106
  50. package/dist/vetur/tags.json +247 -45
  51. package/dist/web-types.json +1725 -131
  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
  },
@@ -336,6 +397,7 @@
336
397
  "show",
337
398
  "size",
338
399
  "target",
400
+ "theme",
339
401
  "translucent",
340
402
  "type"
341
403
  ]
@@ -344,7 +406,9 @@
344
406
  "description": "",
345
407
  "attributes": [
346
408
  "activated",
347
- "side"
409
+ "mode",
410
+ "side",
411
+ "theme"
348
412
  ]
349
413
  },
350
414
  "ion-footer": {
@@ -352,20 +416,45 @@
352
416
  "attributes": [
353
417
  "collapse",
354
418
  "mode",
419
+ "scroll-effect",
420
+ "theme",
355
421
  "translucent"
356
422
  ]
357
423
  },
424
+ "ion-gallery": {
425
+ "description": "",
426
+ "attributes": [
427
+ "columns",
428
+ "gap",
429
+ "layout",
430
+ "mode",
431
+ "order",
432
+ "theme"
433
+ ]
434
+ },
435
+ "ion-gallery-item": {
436
+ "description": "",
437
+ "attributes": [
438
+ "mode",
439
+ "theme"
440
+ ]
441
+ },
358
442
  "ion-grid": {
359
443
  "description": "",
360
444
  "attributes": [
361
- "fixed"
445
+ "fixed",
446
+ "mode",
447
+ "theme"
362
448
  ]
363
449
  },
364
450
  "ion-header": {
365
451
  "description": "",
366
452
  "attributes": [
367
453
  "collapse",
454
+ "divider",
368
455
  "mode",
456
+ "scroll-effect",
457
+ "theme",
369
458
  "translucent"
370
459
  ]
371
460
  },
@@ -373,14 +462,19 @@
373
462
  "description": "",
374
463
  "attributes": [
375
464
  "alt",
376
- "src"
465
+ "mode",
466
+ "src",
467
+ "theme"
377
468
  ]
378
469
  },
379
470
  "ion-infinite-scroll": {
380
471
  "description": "",
381
472
  "attributes": [
382
473
  "disabled",
474
+ "mode",
383
475
  "position",
476
+ "preserve-rerender-scroll-position",
477
+ "theme",
384
478
  "threshold"
385
479
  ]
386
480
  },
@@ -388,7 +482,9 @@
388
482
  "description": "",
389
483
  "attributes": [
390
484
  "loading-spinner",
391
- "loading-text"
485
+ "loading-text",
486
+ "mode",
487
+ "theme"
392
488
  ]
393
489
  },
394
490
  "ion-input": {
@@ -425,8 +521,10 @@
425
521
  "readonly",
426
522
  "required",
427
523
  "shape",
524
+ "size",
428
525
  "spellcheck",
429
526
  "step",
527
+ "theme",
430
528
  "type",
431
529
  "value"
432
530
  ]
@@ -440,11 +538,13 @@
440
538
  "fill",
441
539
  "inputmode",
442
540
  "length",
541
+ "mode",
443
542
  "pattern",
444
543
  "readonly",
445
544
  "separators",
446
545
  "shape",
447
546
  "size",
547
+ "theme",
448
548
  "type",
449
549
  "value"
450
550
  ]
@@ -474,6 +574,7 @@
474
574
  "router-animation",
475
575
  "router-direction",
476
576
  "target",
577
+ "theme",
477
578
  "type"
478
579
  ]
479
580
  },
@@ -482,12 +583,16 @@
482
583
  "attributes": [
483
584
  "color",
484
585
  "mode",
485
- "sticky"
586
+ "sticky",
587
+ "theme"
486
588
  ]
487
589
  },
488
590
  "ion-item-group": {
489
591
  "description": "",
490
- "attributes": []
592
+ "attributes": [
593
+ "mode",
594
+ "theme"
595
+ ]
491
596
  },
492
597
  "ion-item-option": {
493
598
  "description": "",
@@ -497,22 +602,29 @@
497
602
  "download",
498
603
  "expandable",
499
604
  "href",
605
+ "hue",
500
606
  "mode",
501
607
  "rel",
608
+ "shape",
502
609
  "target",
610
+ "theme",
503
611
  "type"
504
612
  ]
505
613
  },
506
614
  "ion-item-options": {
507
615
  "description": "",
508
616
  "attributes": [
509
- "side"
617
+ "mode",
618
+ "side",
619
+ "theme"
510
620
  ]
511
621
  },
512
622
  "ion-item-sliding": {
513
623
  "description": "",
514
624
  "attributes": [
515
- "disabled"
625
+ "disabled",
626
+ "mode",
627
+ "theme"
516
628
  ]
517
629
  },
518
630
  "ion-label": {
@@ -520,7 +632,8 @@
520
632
  "attributes": [
521
633
  "color",
522
634
  "mode",
523
- "position"
635
+ "position",
636
+ "theme"
524
637
  ]
525
638
  },
526
639
  "ion-list": {
@@ -528,7 +641,9 @@
528
641
  "attributes": [
529
642
  "inset",
530
643
  "lines",
531
- "mode"
644
+ "mode",
645
+ "shape",
646
+ "theme"
532
647
  ]
533
648
  },
534
649
  "ion-list-header": {
@@ -536,7 +651,8 @@
536
651
  "attributes": [
537
652
  "color",
538
653
  "lines",
539
- "mode"
654
+ "mode",
655
+ "theme"
540
656
  ]
541
657
  },
542
658
  "ion-loading": {
@@ -555,6 +671,7 @@
555
671
  "mode",
556
672
  "show-backdrop",
557
673
  "spinner",
674
+ "theme",
558
675
  "translucent",
559
676
  "trigger"
560
677
  ]
@@ -566,8 +683,10 @@
566
683
  "disabled",
567
684
  "max-edge-start",
568
685
  "menu-id",
686
+ "mode",
569
687
  "side",
570
688
  "swipe-gesture",
689
+ "theme",
571
690
  "type"
572
691
  ]
573
692
  },
@@ -579,6 +698,7 @@
579
698
  "disabled",
580
699
  "menu",
581
700
  "mode",
701
+ "theme",
582
702
  "type"
583
703
  ]
584
704
  },
@@ -586,7 +706,9 @@
586
706
  "description": "",
587
707
  "attributes": [
588
708
  "auto-hide",
589
- "menu"
709
+ "menu",
710
+ "mode",
711
+ "theme"
590
712
  ]
591
713
  },
592
714
  "ion-modal": {
@@ -610,7 +732,9 @@
610
732
  "leave-animation",
611
733
  "mode",
612
734
  "presenting-element",
735
+ "shape",
613
736
  "show-backdrop",
737
+ "theme",
614
738
  "trigger"
615
739
  ]
616
740
  },
@@ -619,9 +743,11 @@
619
743
  "attributes": [
620
744
  "animated",
621
745
  "animation",
746
+ "mode",
622
747
  "root",
623
748
  "root-params",
624
- "swipe-gesture"
749
+ "swipe-gesture",
750
+ "theme"
625
751
  ]
626
752
  },
627
753
  "ion-nav-link": {
@@ -629,21 +755,25 @@
629
755
  "attributes": [
630
756
  "component",
631
757
  "component-props",
758
+ "mode",
632
759
  "router-animation",
633
- "router-direction"
760
+ "router-direction",
761
+ "theme"
634
762
  ]
635
763
  },
636
764
  "ion-note": {
637
765
  "description": "",
638
766
  "attributes": [
639
767
  "color",
640
- "mode"
768
+ "mode",
769
+ "theme"
641
770
  ]
642
771
  },
643
772
  "ion-picker": {
644
773
  "description": "",
645
774
  "attributes": [
646
- "mode"
775
+ "mode",
776
+ "theme"
647
777
  ]
648
778
  },
649
779
  "ion-picker-column": {
@@ -652,6 +782,7 @@
652
782
  "color",
653
783
  "disabled",
654
784
  "mode",
785
+ "theme",
655
786
  "value"
656
787
  ]
657
788
  },
@@ -660,6 +791,8 @@
660
791
  "attributes": [
661
792
  "color",
662
793
  "disabled",
794
+ "mode",
795
+ "theme",
663
796
  "value"
664
797
  ]
665
798
  },
@@ -686,6 +819,7 @@
686
819
  "show-backdrop",
687
820
  "side",
688
821
  "size",
822
+ "theme",
689
823
  "translucent",
690
824
  "trigger",
691
825
  "trigger-action"
@@ -698,6 +832,8 @@
698
832
  "color",
699
833
  "mode",
700
834
  "reversed",
835
+ "shape",
836
+ "theme",
701
837
  "type",
702
838
  "value"
703
839
  ]
@@ -712,6 +848,7 @@
712
848
  "label-placement",
713
849
  "mode",
714
850
  "name",
851
+ "theme",
715
852
  "value"
716
853
  ]
717
854
  },
@@ -722,7 +859,9 @@
722
859
  "compare-with",
723
860
  "error-text",
724
861
  "helper-text",
862
+ "mode",
725
863
  "name",
864
+ "theme",
726
865
  "value"
727
866
  ]
728
867
  },
@@ -744,6 +883,7 @@
744
883
  "pin-formatter",
745
884
  "snaps",
746
885
  "step",
886
+ "theme",
747
887
  "ticks",
748
888
  "value"
749
889
  ]
@@ -757,31 +897,41 @@
757
897
  "pull-factor",
758
898
  "pull-max",
759
899
  "pull-min",
760
- "snapback-duration"
900
+ "snapback-duration",
901
+ "theme"
761
902
  ]
762
903
  },
763
904
  "ion-refresher-content": {
764
905
  "description": "",
765
906
  "attributes": [
907
+ "mode",
766
908
  "pulling-icon",
767
909
  "pulling-text",
768
910
  "refreshing-spinner",
769
- "refreshing-text"
911
+ "refreshing-text",
912
+ "theme"
770
913
  ]
771
914
  },
772
915
  "ion-reorder": {
773
916
  "description": "",
774
- "attributes": []
917
+ "attributes": [
918
+ "mode",
919
+ "theme"
920
+ ]
775
921
  },
776
922
  "ion-reorder-group": {
777
923
  "description": "",
778
924
  "attributes": [
779
- "disabled"
925
+ "disabled",
926
+ "mode",
927
+ "theme"
780
928
  ]
781
929
  },
782
930
  "ion-ripple-effect": {
783
931
  "description": "",
784
932
  "attributes": [
933
+ "mode",
934
+ "theme",
785
935
  "type"
786
936
  ]
787
937
  },
@@ -792,6 +942,8 @@
792
942
  "before-leave",
793
943
  "component",
794
944
  "component-props",
945
+ "mode",
946
+ "theme",
795
947
  "url"
796
948
  ]
797
949
  },
@@ -805,7 +957,9 @@
805
957
  "ion-router": {
806
958
  "description": "",
807
959
  "attributes": [
960
+ "mode",
808
961
  "root",
962
+ "theme",
809
963
  "use-hash"
810
964
  ]
811
965
  },
@@ -814,10 +968,12 @@
814
968
  "attributes": [
815
969
  "color",
816
970
  "href",
971
+ "mode",
817
972
  "rel",
818
973
  "router-animation",
819
974
  "router-direction",
820
- "target"
975
+ "target",
976
+ "theme"
821
977
  ]
822
978
  },
823
979
  "ion-router-outlet": {
@@ -826,12 +982,16 @@
826
982
  "animated",
827
983
  "animation",
828
984
  "mode",
829
- "swipe-gesture"
985
+ "swipe-gesture",
986
+ "theme"
830
987
  ]
831
988
  },
832
989
  "ion-row": {
833
990
  "description": "",
834
- "attributes": []
991
+ "attributes": [
992
+ "mode",
993
+ "theme"
994
+ ]
835
995
  },
836
996
  "ion-searchbar": {
837
997
  "description": "",
@@ -854,9 +1014,12 @@
854
1014
  "name",
855
1015
  "placeholder",
856
1016
  "search-icon",
1017
+ "shape",
857
1018
  "show-cancel-button",
858
1019
  "show-clear-button",
1020
+ "size",
859
1021
  "spellcheck",
1022
+ "theme",
860
1023
  "type",
861
1024
  "value"
862
1025
  ]
@@ -870,6 +1033,7 @@
870
1033
  "scrollable",
871
1034
  "select-on-focus",
872
1035
  "swipe-gesture",
1036
+ "theme",
873
1037
  "value"
874
1038
  ]
875
1039
  },
@@ -880,6 +1044,7 @@
880
1044
  "disabled",
881
1045
  "layout",
882
1046
  "mode",
1047
+ "theme",
883
1048
  "type",
884
1049
  "value"
885
1050
  ]
@@ -898,6 +1063,7 @@
898
1063
  "ion-select": {
899
1064
  "description": "",
900
1065
  "attributes": [
1066
+ "cancel-icon",
901
1067
  "cancel-text",
902
1068
  "color",
903
1069
  "compare-with",
@@ -919,6 +1085,8 @@
919
1085
  "required",
920
1086
  "selected-text",
921
1087
  "shape",
1088
+ "size",
1089
+ "theme",
922
1090
  "toggle-icon",
923
1091
  "value"
924
1092
  ]
@@ -926,6 +1094,7 @@
926
1094
  "ion-select-modal": {
927
1095
  "description": "",
928
1096
  "attributes": [
1097
+ "cancel-icon",
929
1098
  "cancel-text",
930
1099
  "header",
931
1100
  "multiple",
@@ -940,13 +1109,16 @@
940
1109
  "justify",
941
1110
  "label-placement",
942
1111
  "mode",
1112
+ "theme",
943
1113
  "value"
944
1114
  ]
945
1115
  },
946
1116
  "ion-skeleton-text": {
947
1117
  "description": "",
948
1118
  "attributes": [
949
- "animated"
1119
+ "animated",
1120
+ "mode",
1121
+ "theme"
950
1122
  ]
951
1123
  },
952
1124
  "ion-spinner": {
@@ -954,8 +1126,11 @@
954
1126
  "attributes": [
955
1127
  "color",
956
1128
  "duration",
1129
+ "mode",
957
1130
  "name",
958
- "paused"
1131
+ "paused",
1132
+ "size",
1133
+ "theme"
959
1134
  ]
960
1135
  },
961
1136
  "ion-split-pane": {
@@ -963,6 +1138,8 @@
963
1138
  "attributes": [
964
1139
  "content-id",
965
1140
  "disabled",
1141
+ "mode",
1142
+ "theme",
966
1143
  "when"
967
1144
  ]
968
1145
  },
@@ -970,15 +1147,21 @@
970
1147
  "description": "",
971
1148
  "attributes": [
972
1149
  "component",
973
- "tab"
1150
+ "mode",
1151
+ "tab",
1152
+ "theme"
974
1153
  ]
975
1154
  },
976
1155
  "ion-tab-bar": {
977
1156
  "description": "",
978
1157
  "attributes": [
979
1158
  "color",
1159
+ "expand",
980
1160
  "mode",
1161
+ "scroll-effect",
981
1162
  "selected-tab",
1163
+ "shape",
1164
+ "theme",
982
1165
  "translucent"
983
1166
  ]
984
1167
  },
@@ -992,19 +1175,25 @@
992
1175
  "mode",
993
1176
  "rel",
994
1177
  "selected",
1178
+ "shape",
995
1179
  "tab",
996
- "target"
1180
+ "target",
1181
+ "theme"
997
1182
  ]
998
1183
  },
999
1184
  "ion-tabs": {
1000
1185
  "description": "",
1001
- "attributes": []
1186
+ "attributes": [
1187
+ "mode",
1188
+ "theme"
1189
+ ]
1002
1190
  },
1003
1191
  "ion-text": {
1004
1192
  "description": "",
1005
1193
  "attributes": [
1006
1194
  "color",
1007
- "mode"
1195
+ "mode",
1196
+ "theme"
1008
1197
  ]
1009
1198
  },
1010
1199
  "ion-textarea": {
@@ -1036,20 +1225,27 @@
1036
1225
  "required",
1037
1226
  "rows",
1038
1227
  "shape",
1228
+ "size",
1039
1229
  "spellcheck",
1230
+ "theme",
1040
1231
  "value",
1041
1232
  "wrap"
1042
1233
  ]
1043
1234
  },
1044
1235
  "ion-thumbnail": {
1045
1236
  "description": "",
1046
- "attributes": []
1237
+ "attributes": [
1238
+ "mode",
1239
+ "theme"
1240
+ ]
1047
1241
  },
1048
1242
  "ion-title": {
1049
1243
  "description": "",
1050
1244
  "attributes": [
1051
1245
  "color",
1052
- "size"
1246
+ "mode",
1247
+ "size",
1248
+ "theme"
1053
1249
  ]
1054
1250
  },
1055
1251
  "ion-toast": {
@@ -1063,6 +1259,7 @@
1063
1259
  "enter-animation",
1064
1260
  "header",
1065
1261
  "html-attributes",
1262
+ "hue",
1066
1263
  "icon",
1067
1264
  "is-open",
1068
1265
  "keyboard-close",
@@ -1072,7 +1269,9 @@
1072
1269
  "mode",
1073
1270
  "position",
1074
1271
  "position-anchor",
1272
+ "shape",
1075
1273
  "swipe-gesture",
1274
+ "theme",
1076
1275
  "translucent",
1077
1276
  "trigger"
1078
1277
  ]
@@ -1092,6 +1291,7 @@
1092
1291
  "mode",
1093
1292
  "name",
1094
1293
  "required",
1294
+ "theme",
1095
1295
  "value"
1096
1296
  ]
1097
1297
  },
@@ -1099,7 +1299,9 @@
1099
1299
  "description": "",
1100
1300
  "attributes": [
1101
1301
  "color",
1102
- "mode"
1302
+ "mode",
1303
+ "theme",
1304
+ "title-placement"
1103
1305
  ]
1104
1306
  }
1105
1307
  }