@ionic/vue 8.8.6-dev.11777569278.1613db2e → 8.8.6-dev.11777572994.1147595d

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 (56) 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-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +213 -241
  31. package/dist/index.js.map +1 -1
  32. package/dist/types/components/IonRouterOutlet.d.ts +14 -2
  33. package/dist/types/components/Overlays.d.ts +0 -1
  34. package/dist/types/controllers.d.ts +1 -9
  35. package/dist/types/index.d.ts +2 -2
  36. package/dist/types/proxies.d.ts +0 -2
  37. package/dist/vetur/attributes.json +106 -1680
  38. package/dist/vetur/tags.json +45 -258
  39. package/dist/web-types.json +152 -1947
  40. package/package.json +3 -3
  41. package/css/ionic/bundle.ionic.css +0 -1
  42. package/css/ionic/bundle.ionic.css.map +0 -1
  43. package/css/ionic/core.ionic.css +0 -1
  44. package/css/ionic/core.ionic.css.map +0 -1
  45. package/css/ionic/global.bundle.ionic.css +0 -1
  46. package/css/ionic/global.bundle.ionic.css.map +0 -1
  47. package/css/ionic/ionic-swiper.ionic.css +0 -1
  48. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  49. package/css/ionic/link.ionic.css +0 -1
  50. package/css/ionic/link.ionic.css.map +0 -1
  51. package/css/ionic/structure.ionic.css +0 -1
  52. package/css/ionic/structure.ionic.css.map +0 -1
  53. package/css/ionic/typography.ionic.css +0 -1
  54. package/css/ionic/typography.ionic.css.map +0 -1
  55. package/css/ionic/utils.bundle.ionic.css +0 -1
  56. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -5,7 +5,6 @@
5
5
  "disabled",
6
6
  "mode",
7
7
  "readonly",
8
- "theme",
9
8
  "toggle-icon",
10
9
  "toggle-icon-slot",
11
10
  "value"
@@ -20,8 +19,6 @@
20
19
  "mode",
21
20
  "multiple",
22
21
  "readonly",
23
- "shape",
24
- "theme",
25
22
  "value"
26
23
  ]
27
24
  },
@@ -40,7 +37,6 @@
40
37
  "leave-animation",
41
38
  "mode",
42
39
  "sub-header",
43
- "theme",
44
40
  "translucent",
45
41
  "trigger"
46
42
  ]
@@ -62,27 +58,17 @@
62
58
  "message",
63
59
  "mode",
64
60
  "sub-header",
65
- "theme",
66
61
  "translucent",
67
62
  "trigger"
68
63
  ]
69
64
  },
70
65
  "ion-app": {
71
66
  "description": "",
72
- "attributes": [
73
- "mode",
74
- "theme"
75
- ]
67
+ "attributes": []
76
68
  },
77
69
  "ion-avatar": {
78
70
  "description": "",
79
- "attributes": [
80
- "disabled",
81
- "mode",
82
- "shape",
83
- "size",
84
- "theme"
85
- ]
71
+ "attributes": []
86
72
  },
87
73
  "ion-back-button": {
88
74
  "description": "",
@@ -94,17 +80,14 @@
94
80
  "mode",
95
81
  "router-animation",
96
82
  "text",
97
- "theme",
98
83
  "type"
99
84
  ]
100
85
  },
101
86
  "ion-backdrop": {
102
87
  "description": "",
103
88
  "attributes": [
104
- "mode",
105
89
  "stop-propagation",
106
90
  "tappable",
107
- "theme",
108
91
  "visible"
109
92
  ]
110
93
  },
@@ -112,12 +95,7 @@
112
95
  "description": "",
113
96
  "attributes": [
114
97
  "color",
115
- "hue",
116
- "mode",
117
- "shape",
118
- "size",
119
- "theme",
120
- "vertical"
98
+ "mode"
121
99
  ]
122
100
  },
123
101
  "ion-breadcrumb": {
@@ -133,8 +111,7 @@
133
111
  "router-animation",
134
112
  "router-direction",
135
113
  "separator",
136
- "target",
137
- "theme"
114
+ "target"
138
115
  ]
139
116
  },
140
117
  "ion-breadcrumbs": {
@@ -144,8 +121,7 @@
144
121
  "items-after-collapse",
145
122
  "items-before-collapse",
146
123
  "max-items",
147
- "mode",
148
- "theme"
124
+ "mode"
149
125
  ]
150
126
  },
151
127
  "ion-button": {
@@ -167,16 +143,13 @@
167
143
  "size",
168
144
  "strong",
169
145
  "target",
170
- "theme",
171
146
  "type"
172
147
  ]
173
148
  },
174
149
  "ion-buttons": {
175
150
  "description": "",
176
151
  "attributes": [
177
- "collapse",
178
- "mode",
179
- "theme"
152
+ "collapse"
180
153
  ]
181
154
  },
182
155
  "ion-card": {
@@ -191,17 +164,14 @@
191
164
  "rel",
192
165
  "router-animation",
193
166
  "router-direction",
194
- "shape",
195
167
  "target",
196
- "theme",
197
168
  "type"
198
169
  ]
199
170
  },
200
171
  "ion-card-content": {
201
172
  "description": "",
202
173
  "attributes": [
203
- "mode",
204
- "theme"
174
+ "mode"
205
175
  ]
206
176
  },
207
177
  "ion-card-header": {
@@ -209,7 +179,6 @@
209
179
  "attributes": [
210
180
  "color",
211
181
  "mode",
212
- "theme",
213
182
  "translucent"
214
183
  ]
215
184
  },
@@ -217,16 +186,14 @@
217
186
  "description": "",
218
187
  "attributes": [
219
188
  "color",
220
- "mode",
221
- "theme"
189
+ "mode"
222
190
  ]
223
191
  },
224
192
  "ion-card-title": {
225
193
  "description": "",
226
194
  "attributes": [
227
195
  "color",
228
- "mode",
229
- "theme"
196
+ "mode"
230
197
  ]
231
198
  },
232
199
  "ion-checkbox": {
@@ -244,9 +211,6 @@
244
211
  "mode",
245
212
  "name",
246
213
  "required",
247
- "shape",
248
- "size",
249
- "theme",
250
214
  "value"
251
215
  ]
252
216
  },
@@ -255,30 +219,19 @@
255
219
  "attributes": [
256
220
  "color",
257
221
  "disabled",
258
- "hue",
259
222
  "mode",
260
- "outline",
261
- "shape",
262
- "size",
263
- "theme"
223
+ "outline"
264
224
  ]
265
225
  },
266
226
  "ion-col": {
267
227
  "description": "",
268
228
  "attributes": [
269
- "mode",
270
229
  "offset",
271
230
  "offset-lg",
272
231
  "offset-md",
273
232
  "offset-sm",
274
233
  "offset-xl",
275
234
  "offset-xs",
276
- "order",
277
- "order-lg",
278
- "order-md",
279
- "order-sm",
280
- "order-xl",
281
- "order-xs",
282
235
  "pull",
283
236
  "pull-lg",
284
237
  "pull-md",
@@ -296,8 +249,7 @@
296
249
  "size-md",
297
250
  "size-sm",
298
251
  "size-xl",
299
- "size-xs",
300
- "theme"
252
+ "size-xs"
301
253
  ]
302
254
  },
303
255
  "ion-content": {
@@ -307,11 +259,9 @@
307
259
  "fixed-slot-placement",
308
260
  "force-overscroll",
309
261
  "fullscreen",
310
- "mode",
311
262
  "scroll-events",
312
263
  "scroll-x",
313
- "scroll-y",
314
- "theme"
264
+ "scroll-y"
315
265
  ]
316
266
  },
317
267
  "ion-datetime": {
@@ -346,7 +296,6 @@
346
296
  "show-default-time-label",
347
297
  "show-default-title",
348
298
  "size",
349
- "theme",
350
299
  "title-selected-dates-formatter",
351
300
  "value",
352
301
  "year-values"
@@ -358,15 +307,7 @@
358
307
  "color",
359
308
  "datetime",
360
309
  "disabled",
361
- "mode",
362
- "theme"
363
- ]
364
- },
365
- "ion-divider": {
366
- "description": "",
367
- "attributes": [
368
- "inset",
369
- "spacing"
310
+ "mode"
370
311
  ]
371
312
  },
372
313
  "ion-fab": {
@@ -375,8 +316,6 @@
375
316
  "activated",
376
317
  "edge",
377
318
  "horizontal",
378
- "mode",
379
- "theme",
380
319
  "vertical"
381
320
  ]
382
321
  },
@@ -396,7 +335,6 @@
396
335
  "show",
397
336
  "size",
398
337
  "target",
399
- "theme",
400
338
  "translucent",
401
339
  "type"
402
340
  ]
@@ -405,9 +343,7 @@
405
343
  "description": "",
406
344
  "attributes": [
407
345
  "activated",
408
- "mode",
409
- "side",
410
- "theme"
346
+ "side"
411
347
  ]
412
348
  },
413
349
  "ion-footer": {
@@ -415,35 +351,20 @@
415
351
  "attributes": [
416
352
  "collapse",
417
353
  "mode",
418
- "theme",
419
354
  "translucent"
420
355
  ]
421
356
  },
422
- "ion-gallery": {
423
- "description": "",
424
- "attributes": [
425
- "columns",
426
- "layout",
427
- "mode",
428
- "order",
429
- "theme"
430
- ]
431
- },
432
357
  "ion-grid": {
433
358
  "description": "",
434
359
  "attributes": [
435
- "fixed",
436
- "mode",
437
- "theme"
360
+ "fixed"
438
361
  ]
439
362
  },
440
363
  "ion-header": {
441
364
  "description": "",
442
365
  "attributes": [
443
366
  "collapse",
444
- "divider",
445
367
  "mode",
446
- "theme",
447
368
  "translucent"
448
369
  ]
449
370
  },
@@ -451,19 +372,14 @@
451
372
  "description": "",
452
373
  "attributes": [
453
374
  "alt",
454
- "mode",
455
- "src",
456
- "theme"
375
+ "src"
457
376
  ]
458
377
  },
459
378
  "ion-infinite-scroll": {
460
379
  "description": "",
461
380
  "attributes": [
462
381
  "disabled",
463
- "mode",
464
382
  "position",
465
- "preserve-rerender-scroll-position",
466
- "theme",
467
383
  "threshold"
468
384
  ]
469
385
  },
@@ -471,9 +387,7 @@
471
387
  "description": "",
472
388
  "attributes": [
473
389
  "loading-spinner",
474
- "loading-text",
475
- "mode",
476
- "theme"
390
+ "loading-text"
477
391
  ]
478
392
  },
479
393
  "ion-input": {
@@ -510,10 +424,8 @@
510
424
  "readonly",
511
425
  "required",
512
426
  "shape",
513
- "size",
514
427
  "spellcheck",
515
428
  "step",
516
- "theme",
517
429
  "type",
518
430
  "value"
519
431
  ]
@@ -527,13 +439,11 @@
527
439
  "fill",
528
440
  "inputmode",
529
441
  "length",
530
- "mode",
531
442
  "pattern",
532
443
  "readonly",
533
444
  "separators",
534
445
  "shape",
535
446
  "size",
536
- "theme",
537
447
  "type",
538
448
  "value"
539
449
  ]
@@ -563,7 +473,6 @@
563
473
  "router-animation",
564
474
  "router-direction",
565
475
  "target",
566
- "theme",
567
476
  "type"
568
477
  ]
569
478
  },
@@ -572,16 +481,12 @@
572
481
  "attributes": [
573
482
  "color",
574
483
  "mode",
575
- "sticky",
576
- "theme"
484
+ "sticky"
577
485
  ]
578
486
  },
579
487
  "ion-item-group": {
580
488
  "description": "",
581
- "attributes": [
582
- "mode",
583
- "theme"
584
- ]
489
+ "attributes": []
585
490
  },
586
491
  "ion-item-option": {
587
492
  "description": "",
@@ -591,29 +496,22 @@
591
496
  "download",
592
497
  "expandable",
593
498
  "href",
594
- "hue",
595
499
  "mode",
596
500
  "rel",
597
- "shape",
598
501
  "target",
599
- "theme",
600
502
  "type"
601
503
  ]
602
504
  },
603
505
  "ion-item-options": {
604
506
  "description": "",
605
507
  "attributes": [
606
- "mode",
607
- "side",
608
- "theme"
508
+ "side"
609
509
  ]
610
510
  },
611
511
  "ion-item-sliding": {
612
512
  "description": "",
613
513
  "attributes": [
614
- "disabled",
615
- "mode",
616
- "theme"
514
+ "disabled"
617
515
  ]
618
516
  },
619
517
  "ion-label": {
@@ -621,8 +519,7 @@
621
519
  "attributes": [
622
520
  "color",
623
521
  "mode",
624
- "position",
625
- "theme"
522
+ "position"
626
523
  ]
627
524
  },
628
525
  "ion-list": {
@@ -630,9 +527,7 @@
630
527
  "attributes": [
631
528
  "inset",
632
529
  "lines",
633
- "mode",
634
- "shape",
635
- "theme"
530
+ "mode"
636
531
  ]
637
532
  },
638
533
  "ion-list-header": {
@@ -640,8 +535,7 @@
640
535
  "attributes": [
641
536
  "color",
642
537
  "lines",
643
- "mode",
644
- "theme"
538
+ "mode"
645
539
  ]
646
540
  },
647
541
  "ion-loading": {
@@ -660,7 +554,6 @@
660
554
  "mode",
661
555
  "show-backdrop",
662
556
  "spinner",
663
- "theme",
664
557
  "translucent",
665
558
  "trigger"
666
559
  ]
@@ -672,10 +565,8 @@
672
565
  "disabled",
673
566
  "max-edge-start",
674
567
  "menu-id",
675
- "mode",
676
568
  "side",
677
569
  "swipe-gesture",
678
- "theme",
679
570
  "type"
680
571
  ]
681
572
  },
@@ -687,7 +578,6 @@
687
578
  "disabled",
688
579
  "menu",
689
580
  "mode",
690
- "theme",
691
581
  "type"
692
582
  ]
693
583
  },
@@ -695,9 +585,7 @@
695
585
  "description": "",
696
586
  "attributes": [
697
587
  "auto-hide",
698
- "menu",
699
- "mode",
700
- "theme"
588
+ "menu"
701
589
  ]
702
590
  },
703
591
  "ion-modal": {
@@ -721,9 +609,7 @@
721
609
  "leave-animation",
722
610
  "mode",
723
611
  "presenting-element",
724
- "shape",
725
612
  "show-backdrop",
726
- "theme",
727
613
  "trigger"
728
614
  ]
729
615
  },
@@ -732,11 +618,9 @@
732
618
  "attributes": [
733
619
  "animated",
734
620
  "animation",
735
- "mode",
736
621
  "root",
737
622
  "root-params",
738
- "swipe-gesture",
739
- "theme"
623
+ "swipe-gesture"
740
624
  ]
741
625
  },
742
626
  "ion-nav-link": {
@@ -744,25 +628,21 @@
744
628
  "attributes": [
745
629
  "component",
746
630
  "component-props",
747
- "mode",
748
631
  "router-animation",
749
- "router-direction",
750
- "theme"
632
+ "router-direction"
751
633
  ]
752
634
  },
753
635
  "ion-note": {
754
636
  "description": "",
755
637
  "attributes": [
756
638
  "color",
757
- "mode",
758
- "theme"
639
+ "mode"
759
640
  ]
760
641
  },
761
642
  "ion-picker": {
762
643
  "description": "",
763
644
  "attributes": [
764
- "mode",
765
- "theme"
645
+ "mode"
766
646
  ]
767
647
  },
768
648
  "ion-picker-column": {
@@ -771,7 +651,6 @@
771
651
  "color",
772
652
  "disabled",
773
653
  "mode",
774
- "theme",
775
654
  "value"
776
655
  ]
777
656
  },
@@ -780,31 +659,9 @@
780
659
  "attributes": [
781
660
  "color",
782
661
  "disabled",
783
- "mode",
784
- "theme",
785
662
  "value"
786
663
  ]
787
664
  },
788
- "ion-picker-legacy": {
789
- "description": "",
790
- "attributes": [
791
- "animated",
792
- "backdrop-dismiss",
793
- "buttons",
794
- "columns",
795
- "css-class",
796
- "duration",
797
- "enter-animation",
798
- "html-attributes",
799
- "is-open",
800
- "keyboard-close",
801
- "leave-animation",
802
- "mode",
803
- "show-backdrop",
804
- "theme",
805
- "trigger"
806
- ]
807
- },
808
665
  "ion-popover": {
809
666
  "description": "",
810
667
  "attributes": [
@@ -828,7 +685,6 @@
828
685
  "show-backdrop",
829
686
  "side",
830
687
  "size",
831
- "theme",
832
688
  "translucent",
833
689
  "trigger",
834
690
  "trigger-action"
@@ -841,8 +697,6 @@
841
697
  "color",
842
698
  "mode",
843
699
  "reversed",
844
- "shape",
845
- "theme",
846
700
  "type",
847
701
  "value"
848
702
  ]
@@ -857,7 +711,6 @@
857
711
  "label-placement",
858
712
  "mode",
859
713
  "name",
860
- "theme",
861
714
  "value"
862
715
  ]
863
716
  },
@@ -868,9 +721,7 @@
868
721
  "compare-with",
869
722
  "error-text",
870
723
  "helper-text",
871
- "mode",
872
724
  "name",
873
- "theme",
874
725
  "value"
875
726
  ]
876
727
  },
@@ -892,7 +743,6 @@
892
743
  "pin-formatter",
893
744
  "snaps",
894
745
  "step",
895
- "theme",
896
746
  "ticks",
897
747
  "value"
898
748
  ]
@@ -906,41 +756,31 @@
906
756
  "pull-factor",
907
757
  "pull-max",
908
758
  "pull-min",
909
- "snapback-duration",
910
- "theme"
759
+ "snapback-duration"
911
760
  ]
912
761
  },
913
762
  "ion-refresher-content": {
914
763
  "description": "",
915
764
  "attributes": [
916
- "mode",
917
765
  "pulling-icon",
918
766
  "pulling-text",
919
767
  "refreshing-spinner",
920
- "refreshing-text",
921
- "theme"
768
+ "refreshing-text"
922
769
  ]
923
770
  },
924
771
  "ion-reorder": {
925
772
  "description": "",
926
- "attributes": [
927
- "mode",
928
- "theme"
929
- ]
773
+ "attributes": []
930
774
  },
931
775
  "ion-reorder-group": {
932
776
  "description": "",
933
777
  "attributes": [
934
- "disabled",
935
- "mode",
936
- "theme"
778
+ "disabled"
937
779
  ]
938
780
  },
939
781
  "ion-ripple-effect": {
940
782
  "description": "",
941
783
  "attributes": [
942
- "mode",
943
- "theme",
944
784
  "type"
945
785
  ]
946
786
  },
@@ -951,8 +791,6 @@
951
791
  "before-leave",
952
792
  "component",
953
793
  "component-props",
954
- "mode",
955
- "theme",
956
794
  "url"
957
795
  ]
958
796
  },
@@ -966,9 +804,7 @@
966
804
  "ion-router": {
967
805
  "description": "",
968
806
  "attributes": [
969
- "mode",
970
807
  "root",
971
- "theme",
972
808
  "use-hash"
973
809
  ]
974
810
  },
@@ -977,12 +813,10 @@
977
813
  "attributes": [
978
814
  "color",
979
815
  "href",
980
- "mode",
981
816
  "rel",
982
817
  "router-animation",
983
818
  "router-direction",
984
- "target",
985
- "theme"
819
+ "target"
986
820
  ]
987
821
  },
988
822
  "ion-router-outlet": {
@@ -991,15 +825,12 @@
991
825
  "animated",
992
826
  "animation",
993
827
  "mode",
994
- "theme"
828
+ "swipe-gesture"
995
829
  ]
996
830
  },
997
831
  "ion-row": {
998
832
  "description": "",
999
- "attributes": [
1000
- "mode",
1001
- "theme"
1002
- ]
833
+ "attributes": []
1003
834
  },
1004
835
  "ion-searchbar": {
1005
836
  "description": "",
@@ -1022,12 +853,9 @@
1022
853
  "name",
1023
854
  "placeholder",
1024
855
  "search-icon",
1025
- "shape",
1026
856
  "show-cancel-button",
1027
857
  "show-clear-button",
1028
- "size",
1029
858
  "spellcheck",
1030
- "theme",
1031
859
  "type",
1032
860
  "value"
1033
861
  ]
@@ -1041,7 +869,6 @@
1041
869
  "scrollable",
1042
870
  "select-on-focus",
1043
871
  "swipe-gesture",
1044
- "theme",
1045
872
  "value"
1046
873
  ]
1047
874
  },
@@ -1052,7 +879,6 @@
1052
879
  "disabled",
1053
880
  "layout",
1054
881
  "mode",
1055
- "theme",
1056
882
  "type",
1057
883
  "value"
1058
884
  ]
@@ -1071,7 +897,6 @@
1071
897
  "ion-select": {
1072
898
  "description": "",
1073
899
  "attributes": [
1074
- "cancel-icon",
1075
900
  "cancel-text",
1076
901
  "color",
1077
902
  "compare-with",
@@ -1093,8 +918,6 @@
1093
918
  "required",
1094
919
  "selected-text",
1095
920
  "shape",
1096
- "size",
1097
- "theme",
1098
921
  "toggle-icon",
1099
922
  "value"
1100
923
  ]
@@ -1102,7 +925,6 @@
1102
925
  "ion-select-modal": {
1103
926
  "description": "",
1104
927
  "attributes": [
1105
- "cancel-icon",
1106
928
  "cancel-text",
1107
929
  "header",
1108
930
  "multiple",
@@ -1112,19 +934,14 @@
1112
934
  "ion-select-option": {
1113
935
  "description": "",
1114
936
  "attributes": [
1115
- "description",
1116
937
  "disabled",
1117
- "mode",
1118
- "theme",
1119
938
  "value"
1120
939
  ]
1121
940
  },
1122
941
  "ion-skeleton-text": {
1123
942
  "description": "",
1124
943
  "attributes": [
1125
- "animated",
1126
- "mode",
1127
- "theme"
944
+ "animated"
1128
945
  ]
1129
946
  },
1130
947
  "ion-spinner": {
@@ -1132,11 +949,8 @@
1132
949
  "attributes": [
1133
950
  "color",
1134
951
  "duration",
1135
- "mode",
1136
952
  "name",
1137
- "paused",
1138
- "size",
1139
- "theme"
953
+ "paused"
1140
954
  ]
1141
955
  },
1142
956
  "ion-split-pane": {
@@ -1144,8 +958,6 @@
1144
958
  "attributes": [
1145
959
  "content-id",
1146
960
  "disabled",
1147
- "mode",
1148
- "theme",
1149
961
  "when"
1150
962
  ]
1151
963
  },
@@ -1153,21 +965,15 @@
1153
965
  "description": "",
1154
966
  "attributes": [
1155
967
  "component",
1156
- "mode",
1157
- "tab",
1158
- "theme"
968
+ "tab"
1159
969
  ]
1160
970
  },
1161
971
  "ion-tab-bar": {
1162
972
  "description": "",
1163
973
  "attributes": [
1164
974
  "color",
1165
- "expand",
1166
- "hide-on-scroll",
1167
975
  "mode",
1168
976
  "selected-tab",
1169
- "shape",
1170
- "theme",
1171
977
  "translucent"
1172
978
  ]
1173
979
  },
@@ -1181,25 +987,19 @@
1181
987
  "mode",
1182
988
  "rel",
1183
989
  "selected",
1184
- "shape",
1185
990
  "tab",
1186
- "target",
1187
- "theme"
991
+ "target"
1188
992
  ]
1189
993
  },
1190
994
  "ion-tabs": {
1191
995
  "description": "",
1192
- "attributes": [
1193
- "mode",
1194
- "theme"
1195
- ]
996
+ "attributes": []
1196
997
  },
1197
998
  "ion-text": {
1198
999
  "description": "",
1199
1000
  "attributes": [
1200
1001
  "color",
1201
- "mode",
1202
- "theme"
1002
+ "mode"
1203
1003
  ]
1204
1004
  },
1205
1005
  "ion-textarea": {
@@ -1231,27 +1031,20 @@
1231
1031
  "required",
1232
1032
  "rows",
1233
1033
  "shape",
1234
- "size",
1235
1034
  "spellcheck",
1236
- "theme",
1237
1035
  "value",
1238
1036
  "wrap"
1239
1037
  ]
1240
1038
  },
1241
1039
  "ion-thumbnail": {
1242
1040
  "description": "",
1243
- "attributes": [
1244
- "mode",
1245
- "theme"
1246
- ]
1041
+ "attributes": []
1247
1042
  },
1248
1043
  "ion-title": {
1249
1044
  "description": "",
1250
1045
  "attributes": [
1251
1046
  "color",
1252
- "mode",
1253
- "size",
1254
- "theme"
1047
+ "size"
1255
1048
  ]
1256
1049
  },
1257
1050
  "ion-toast": {
@@ -1265,7 +1058,6 @@
1265
1058
  "enter-animation",
1266
1059
  "header",
1267
1060
  "html-attributes",
1268
- "hue",
1269
1061
  "icon",
1270
1062
  "is-open",
1271
1063
  "keyboard-close",
@@ -1275,9 +1067,7 @@
1275
1067
  "mode",
1276
1068
  "position",
1277
1069
  "position-anchor",
1278
- "shape",
1279
1070
  "swipe-gesture",
1280
- "theme",
1281
1071
  "translucent",
1282
1072
  "trigger"
1283
1073
  ]
@@ -1297,7 +1087,6 @@
1297
1087
  "mode",
1298
1088
  "name",
1299
1089
  "required",
1300
- "theme",
1301
1090
  "value"
1302
1091
  ]
1303
1092
  },
@@ -1305,9 +1094,7 @@
1305
1094
  "description": "",
1306
1095
  "attributes": [
1307
1096
  "color",
1308
- "mode",
1309
- "theme",
1310
- "title-placement"
1097
+ "mode"
1311
1098
  ]
1312
1099
  }
1313
1100
  }