@ionic/vue 8.8.9-dev.11780493937.17fe092d → 8.8.9-dev.11780604658.184bb991

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