@ionic/vue 8.8.9-dev.11780414486.1df2bd72 → 8.8.9-dev.11780493937.17fe092d

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 (60) 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 +252 -239
  47. package/dist/index.js.map +1 -1
  48. package/dist/types/components/IonPage.d.ts +5 -5
  49. package/dist/types/components/IonRouterOutlet.d.ts +4 -16
  50. package/dist/types/components/IonTabBar.d.ts +1 -1
  51. package/dist/types/components/IonTabButton.d.ts +6 -6
  52. package/dist/types/components/IonTabs.d.ts +4 -4
  53. package/dist/types/components/Overlays.d.ts +1 -0
  54. package/dist/types/controllers.d.ts +9 -1
  55. package/dist/types/index.d.ts +2 -2
  56. package/dist/types/proxies.d.ts +2 -0
  57. package/dist/vetur/attributes.json +1703 -116
  58. package/dist/vetur/tags.json +259 -45
  59. package/dist/web-types.json +2017 -213
  60. package/package.json +5 -5
@@ -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,36 @@
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
+ },
357
433
  "ion-grid": {
358
434
  "description": "",
359
435
  "attributes": [
360
- "fixed"
436
+ "fixed",
437
+ "mode",
438
+ "theme"
361
439
  ]
362
440
  },
363
441
  "ion-header": {
364
442
  "description": "",
365
443
  "attributes": [
366
444
  "collapse",
445
+ "divider",
367
446
  "mode",
447
+ "theme",
368
448
  "translucent"
369
449
  ]
370
450
  },
@@ -372,14 +452,19 @@
372
452
  "description": "",
373
453
  "attributes": [
374
454
  "alt",
375
- "src"
455
+ "mode",
456
+ "src",
457
+ "theme"
376
458
  ]
377
459
  },
378
460
  "ion-infinite-scroll": {
379
461
  "description": "",
380
462
  "attributes": [
381
463
  "disabled",
464
+ "mode",
382
465
  "position",
466
+ "preserve-rerender-scroll-position",
467
+ "theme",
383
468
  "threshold"
384
469
  ]
385
470
  },
@@ -387,7 +472,9 @@
387
472
  "description": "",
388
473
  "attributes": [
389
474
  "loading-spinner",
390
- "loading-text"
475
+ "loading-text",
476
+ "mode",
477
+ "theme"
391
478
  ]
392
479
  },
393
480
  "ion-input": {
@@ -424,8 +511,10 @@
424
511
  "readonly",
425
512
  "required",
426
513
  "shape",
514
+ "size",
427
515
  "spellcheck",
428
516
  "step",
517
+ "theme",
429
518
  "type",
430
519
  "value"
431
520
  ]
@@ -439,11 +528,13 @@
439
528
  "fill",
440
529
  "inputmode",
441
530
  "length",
531
+ "mode",
442
532
  "pattern",
443
533
  "readonly",
444
534
  "separators",
445
535
  "shape",
446
536
  "size",
537
+ "theme",
447
538
  "type",
448
539
  "value"
449
540
  ]
@@ -473,6 +564,7 @@
473
564
  "router-animation",
474
565
  "router-direction",
475
566
  "target",
567
+ "theme",
476
568
  "type"
477
569
  ]
478
570
  },
@@ -481,12 +573,16 @@
481
573
  "attributes": [
482
574
  "color",
483
575
  "mode",
484
- "sticky"
576
+ "sticky",
577
+ "theme"
485
578
  ]
486
579
  },
487
580
  "ion-item-group": {
488
581
  "description": "",
489
- "attributes": []
582
+ "attributes": [
583
+ "mode",
584
+ "theme"
585
+ ]
490
586
  },
491
587
  "ion-item-option": {
492
588
  "description": "",
@@ -496,22 +592,29 @@
496
592
  "download",
497
593
  "expandable",
498
594
  "href",
595
+ "hue",
499
596
  "mode",
500
597
  "rel",
598
+ "shape",
501
599
  "target",
600
+ "theme",
502
601
  "type"
503
602
  ]
504
603
  },
505
604
  "ion-item-options": {
506
605
  "description": "",
507
606
  "attributes": [
508
- "side"
607
+ "mode",
608
+ "side",
609
+ "theme"
509
610
  ]
510
611
  },
511
612
  "ion-item-sliding": {
512
613
  "description": "",
513
614
  "attributes": [
514
- "disabled"
615
+ "disabled",
616
+ "mode",
617
+ "theme"
515
618
  ]
516
619
  },
517
620
  "ion-label": {
@@ -519,7 +622,8 @@
519
622
  "attributes": [
520
623
  "color",
521
624
  "mode",
522
- "position"
625
+ "position",
626
+ "theme"
523
627
  ]
524
628
  },
525
629
  "ion-list": {
@@ -527,7 +631,9 @@
527
631
  "attributes": [
528
632
  "inset",
529
633
  "lines",
530
- "mode"
634
+ "mode",
635
+ "shape",
636
+ "theme"
531
637
  ]
532
638
  },
533
639
  "ion-list-header": {
@@ -535,7 +641,8 @@
535
641
  "attributes": [
536
642
  "color",
537
643
  "lines",
538
- "mode"
644
+ "mode",
645
+ "theme"
539
646
  ]
540
647
  },
541
648
  "ion-loading": {
@@ -554,6 +661,7 @@
554
661
  "mode",
555
662
  "show-backdrop",
556
663
  "spinner",
664
+ "theme",
557
665
  "translucent",
558
666
  "trigger"
559
667
  ]
@@ -565,8 +673,10 @@
565
673
  "disabled",
566
674
  "max-edge-start",
567
675
  "menu-id",
676
+ "mode",
568
677
  "side",
569
678
  "swipe-gesture",
679
+ "theme",
570
680
  "type"
571
681
  ]
572
682
  },
@@ -578,6 +688,7 @@
578
688
  "disabled",
579
689
  "menu",
580
690
  "mode",
691
+ "theme",
581
692
  "type"
582
693
  ]
583
694
  },
@@ -585,7 +696,9 @@
585
696
  "description": "",
586
697
  "attributes": [
587
698
  "auto-hide",
588
- "menu"
699
+ "menu",
700
+ "mode",
701
+ "theme"
589
702
  ]
590
703
  },
591
704
  "ion-modal": {
@@ -609,7 +722,9 @@
609
722
  "leave-animation",
610
723
  "mode",
611
724
  "presenting-element",
725
+ "shape",
612
726
  "show-backdrop",
727
+ "theme",
613
728
  "trigger"
614
729
  ]
615
730
  },
@@ -618,9 +733,11 @@
618
733
  "attributes": [
619
734
  "animated",
620
735
  "animation",
736
+ "mode",
621
737
  "root",
622
738
  "root-params",
623
- "swipe-gesture"
739
+ "swipe-gesture",
740
+ "theme"
624
741
  ]
625
742
  },
626
743
  "ion-nav-link": {
@@ -628,21 +745,25 @@
628
745
  "attributes": [
629
746
  "component",
630
747
  "component-props",
748
+ "mode",
631
749
  "router-animation",
632
- "router-direction"
750
+ "router-direction",
751
+ "theme"
633
752
  ]
634
753
  },
635
754
  "ion-note": {
636
755
  "description": "",
637
756
  "attributes": [
638
757
  "color",
639
- "mode"
758
+ "mode",
759
+ "theme"
640
760
  ]
641
761
  },
642
762
  "ion-picker": {
643
763
  "description": "",
644
764
  "attributes": [
645
- "mode"
765
+ "mode",
766
+ "theme"
646
767
  ]
647
768
  },
648
769
  "ion-picker-column": {
@@ -651,6 +772,7 @@
651
772
  "color",
652
773
  "disabled",
653
774
  "mode",
775
+ "theme",
654
776
  "value"
655
777
  ]
656
778
  },
@@ -659,9 +781,31 @@
659
781
  "attributes": [
660
782
  "color",
661
783
  "disabled",
784
+ "mode",
785
+ "theme",
662
786
  "value"
663
787
  ]
664
788
  },
789
+ "ion-picker-legacy": {
790
+ "description": "",
791
+ "attributes": [
792
+ "animated",
793
+ "backdrop-dismiss",
794
+ "buttons",
795
+ "columns",
796
+ "css-class",
797
+ "duration",
798
+ "enter-animation",
799
+ "html-attributes",
800
+ "is-open",
801
+ "keyboard-close",
802
+ "leave-animation",
803
+ "mode",
804
+ "show-backdrop",
805
+ "theme",
806
+ "trigger"
807
+ ]
808
+ },
665
809
  "ion-popover": {
666
810
  "description": "",
667
811
  "attributes": [
@@ -685,6 +829,7 @@
685
829
  "show-backdrop",
686
830
  "side",
687
831
  "size",
832
+ "theme",
688
833
  "translucent",
689
834
  "trigger",
690
835
  "trigger-action"
@@ -697,6 +842,8 @@
697
842
  "color",
698
843
  "mode",
699
844
  "reversed",
845
+ "shape",
846
+ "theme",
700
847
  "type",
701
848
  "value"
702
849
  ]
@@ -711,6 +858,7 @@
711
858
  "label-placement",
712
859
  "mode",
713
860
  "name",
861
+ "theme",
714
862
  "value"
715
863
  ]
716
864
  },
@@ -721,7 +869,9 @@
721
869
  "compare-with",
722
870
  "error-text",
723
871
  "helper-text",
872
+ "mode",
724
873
  "name",
874
+ "theme",
725
875
  "value"
726
876
  ]
727
877
  },
@@ -743,6 +893,7 @@
743
893
  "pin-formatter",
744
894
  "snaps",
745
895
  "step",
896
+ "theme",
746
897
  "ticks",
747
898
  "value"
748
899
  ]
@@ -756,31 +907,41 @@
756
907
  "pull-factor",
757
908
  "pull-max",
758
909
  "pull-min",
759
- "snapback-duration"
910
+ "snapback-duration",
911
+ "theme"
760
912
  ]
761
913
  },
762
914
  "ion-refresher-content": {
763
915
  "description": "",
764
916
  "attributes": [
917
+ "mode",
765
918
  "pulling-icon",
766
919
  "pulling-text",
767
920
  "refreshing-spinner",
768
- "refreshing-text"
921
+ "refreshing-text",
922
+ "theme"
769
923
  ]
770
924
  },
771
925
  "ion-reorder": {
772
926
  "description": "",
773
- "attributes": []
927
+ "attributes": [
928
+ "mode",
929
+ "theme"
930
+ ]
774
931
  },
775
932
  "ion-reorder-group": {
776
933
  "description": "",
777
934
  "attributes": [
778
- "disabled"
935
+ "disabled",
936
+ "mode",
937
+ "theme"
779
938
  ]
780
939
  },
781
940
  "ion-ripple-effect": {
782
941
  "description": "",
783
942
  "attributes": [
943
+ "mode",
944
+ "theme",
784
945
  "type"
785
946
  ]
786
947
  },
@@ -791,6 +952,8 @@
791
952
  "before-leave",
792
953
  "component",
793
954
  "component-props",
955
+ "mode",
956
+ "theme",
794
957
  "url"
795
958
  ]
796
959
  },
@@ -804,7 +967,9 @@
804
967
  "ion-router": {
805
968
  "description": "",
806
969
  "attributes": [
970
+ "mode",
807
971
  "root",
972
+ "theme",
808
973
  "use-hash"
809
974
  ]
810
975
  },
@@ -813,10 +978,12 @@
813
978
  "attributes": [
814
979
  "color",
815
980
  "href",
981
+ "mode",
816
982
  "rel",
817
983
  "router-animation",
818
984
  "router-direction",
819
- "target"
985
+ "target",
986
+ "theme"
820
987
  ]
821
988
  },
822
989
  "ion-router-outlet": {
@@ -825,12 +992,15 @@
825
992
  "animated",
826
993
  "animation",
827
994
  "mode",
828
- "swipe-gesture"
995
+ "theme"
829
996
  ]
830
997
  },
831
998
  "ion-row": {
832
999
  "description": "",
833
- "attributes": []
1000
+ "attributes": [
1001
+ "mode",
1002
+ "theme"
1003
+ ]
834
1004
  },
835
1005
  "ion-searchbar": {
836
1006
  "description": "",
@@ -853,9 +1023,12 @@
853
1023
  "name",
854
1024
  "placeholder",
855
1025
  "search-icon",
1026
+ "shape",
856
1027
  "show-cancel-button",
857
1028
  "show-clear-button",
1029
+ "size",
858
1030
  "spellcheck",
1031
+ "theme",
859
1032
  "type",
860
1033
  "value"
861
1034
  ]
@@ -869,6 +1042,7 @@
869
1042
  "scrollable",
870
1043
  "select-on-focus",
871
1044
  "swipe-gesture",
1045
+ "theme",
872
1046
  "value"
873
1047
  ]
874
1048
  },
@@ -879,6 +1053,7 @@
879
1053
  "disabled",
880
1054
  "layout",
881
1055
  "mode",
1056
+ "theme",
882
1057
  "type",
883
1058
  "value"
884
1059
  ]
@@ -897,6 +1072,7 @@
897
1072
  "ion-select": {
898
1073
  "description": "",
899
1074
  "attributes": [
1075
+ "cancel-icon",
900
1076
  "cancel-text",
901
1077
  "color",
902
1078
  "compare-with",
@@ -918,6 +1094,8 @@
918
1094
  "required",
919
1095
  "selected-text",
920
1096
  "shape",
1097
+ "size",
1098
+ "theme",
921
1099
  "toggle-icon",
922
1100
  "value"
923
1101
  ]
@@ -925,6 +1103,7 @@
925
1103
  "ion-select-modal": {
926
1104
  "description": "",
927
1105
  "attributes": [
1106
+ "cancel-icon",
928
1107
  "cancel-text",
929
1108
  "header",
930
1109
  "multiple",
@@ -934,14 +1113,19 @@
934
1113
  "ion-select-option": {
935
1114
  "description": "",
936
1115
  "attributes": [
1116
+ "description",
937
1117
  "disabled",
1118
+ "mode",
1119
+ "theme",
938
1120
  "value"
939
1121
  ]
940
1122
  },
941
1123
  "ion-skeleton-text": {
942
1124
  "description": "",
943
1125
  "attributes": [
944
- "animated"
1126
+ "animated",
1127
+ "mode",
1128
+ "theme"
945
1129
  ]
946
1130
  },
947
1131
  "ion-spinner": {
@@ -949,8 +1133,11 @@
949
1133
  "attributes": [
950
1134
  "color",
951
1135
  "duration",
1136
+ "mode",
952
1137
  "name",
953
- "paused"
1138
+ "paused",
1139
+ "size",
1140
+ "theme"
954
1141
  ]
955
1142
  },
956
1143
  "ion-split-pane": {
@@ -958,6 +1145,8 @@
958
1145
  "attributes": [
959
1146
  "content-id",
960
1147
  "disabled",
1148
+ "mode",
1149
+ "theme",
961
1150
  "when"
962
1151
  ]
963
1152
  },
@@ -965,15 +1154,21 @@
965
1154
  "description": "",
966
1155
  "attributes": [
967
1156
  "component",
968
- "tab"
1157
+ "mode",
1158
+ "tab",
1159
+ "theme"
969
1160
  ]
970
1161
  },
971
1162
  "ion-tab-bar": {
972
1163
  "description": "",
973
1164
  "attributes": [
974
1165
  "color",
1166
+ "expand",
1167
+ "hide-on-scroll",
975
1168
  "mode",
976
1169
  "selected-tab",
1170
+ "shape",
1171
+ "theme",
977
1172
  "translucent"
978
1173
  ]
979
1174
  },
@@ -987,19 +1182,25 @@
987
1182
  "mode",
988
1183
  "rel",
989
1184
  "selected",
1185
+ "shape",
990
1186
  "tab",
991
- "target"
1187
+ "target",
1188
+ "theme"
992
1189
  ]
993
1190
  },
994
1191
  "ion-tabs": {
995
1192
  "description": "",
996
- "attributes": []
1193
+ "attributes": [
1194
+ "mode",
1195
+ "theme"
1196
+ ]
997
1197
  },
998
1198
  "ion-text": {
999
1199
  "description": "",
1000
1200
  "attributes": [
1001
1201
  "color",
1002
- "mode"
1202
+ "mode",
1203
+ "theme"
1003
1204
  ]
1004
1205
  },
1005
1206
  "ion-textarea": {
@@ -1031,20 +1232,27 @@
1031
1232
  "required",
1032
1233
  "rows",
1033
1234
  "shape",
1235
+ "size",
1034
1236
  "spellcheck",
1237
+ "theme",
1035
1238
  "value",
1036
1239
  "wrap"
1037
1240
  ]
1038
1241
  },
1039
1242
  "ion-thumbnail": {
1040
1243
  "description": "",
1041
- "attributes": []
1244
+ "attributes": [
1245
+ "mode",
1246
+ "theme"
1247
+ ]
1042
1248
  },
1043
1249
  "ion-title": {
1044
1250
  "description": "",
1045
1251
  "attributes": [
1046
1252
  "color",
1047
- "size"
1253
+ "mode",
1254
+ "size",
1255
+ "theme"
1048
1256
  ]
1049
1257
  },
1050
1258
  "ion-toast": {
@@ -1058,6 +1266,7 @@
1058
1266
  "enter-animation",
1059
1267
  "header",
1060
1268
  "html-attributes",
1269
+ "hue",
1061
1270
  "icon",
1062
1271
  "is-open",
1063
1272
  "keyboard-close",
@@ -1067,7 +1276,9 @@
1067
1276
  "mode",
1068
1277
  "position",
1069
1278
  "position-anchor",
1279
+ "shape",
1070
1280
  "swipe-gesture",
1281
+ "theme",
1071
1282
  "translucent",
1072
1283
  "trigger"
1073
1284
  ]
@@ -1087,6 +1298,7 @@
1087
1298
  "mode",
1088
1299
  "name",
1089
1300
  "required",
1301
+ "theme",
1090
1302
  "value"
1091
1303
  ]
1092
1304
  },
@@ -1094,7 +1306,9 @@
1094
1306
  "description": "",
1095
1307
  "attributes": [
1096
1308
  "color",
1097
- "mode"
1309
+ "mode",
1310
+ "theme",
1311
+ "title-placement"
1098
1312
  ]
1099
1313
  }
1100
1314
  }