@ionic/vue 8.5.5-dev.11747843377.1fcc3e84 → 8.5.5-dev.11751410458.1a42e1a2
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.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/index.js +158 -189
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +176 -1563
- package/dist/vetur/tags.json +45 -216
- package/dist/web-types.json +127 -1485
- package/package.json +2 -2
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
package/dist/vetur/tags.json
CHANGED
|
@@ -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
|
-
"
|
|
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,18 +219,13 @@
|
|
|
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",
|
|
@@ -290,8 +249,7 @@
|
|
|
290
249
|
"size-md",
|
|
291
250
|
"size-sm",
|
|
292
251
|
"size-xl",
|
|
293
|
-
"size-xs"
|
|
294
|
-
"theme"
|
|
252
|
+
"size-xs"
|
|
295
253
|
]
|
|
296
254
|
},
|
|
297
255
|
"ion-content": {
|
|
@@ -301,11 +259,9 @@
|
|
|
301
259
|
"fixed-slot-placement",
|
|
302
260
|
"force-overscroll",
|
|
303
261
|
"fullscreen",
|
|
304
|
-
"mode",
|
|
305
262
|
"scroll-events",
|
|
306
263
|
"scroll-x",
|
|
307
|
-
"scroll-y"
|
|
308
|
-
"theme"
|
|
264
|
+
"scroll-y"
|
|
309
265
|
]
|
|
310
266
|
},
|
|
311
267
|
"ion-datetime": {
|
|
@@ -339,7 +295,6 @@
|
|
|
339
295
|
"show-default-time-label",
|
|
340
296
|
"show-default-title",
|
|
341
297
|
"size",
|
|
342
|
-
"theme",
|
|
343
298
|
"title-selected-dates-formatter",
|
|
344
299
|
"value",
|
|
345
300
|
"year-values"
|
|
@@ -351,15 +306,7 @@
|
|
|
351
306
|
"color",
|
|
352
307
|
"datetime",
|
|
353
308
|
"disabled",
|
|
354
|
-
"mode"
|
|
355
|
-
"theme"
|
|
356
|
-
]
|
|
357
|
-
},
|
|
358
|
-
"ion-divider": {
|
|
359
|
-
"description": "",
|
|
360
|
-
"attributes": [
|
|
361
|
-
"inset",
|
|
362
|
-
"spacing"
|
|
309
|
+
"mode"
|
|
363
310
|
]
|
|
364
311
|
},
|
|
365
312
|
"ion-fab": {
|
|
@@ -368,8 +315,6 @@
|
|
|
368
315
|
"activated",
|
|
369
316
|
"edge",
|
|
370
317
|
"horizontal",
|
|
371
|
-
"mode",
|
|
372
|
-
"theme",
|
|
373
318
|
"vertical"
|
|
374
319
|
]
|
|
375
320
|
},
|
|
@@ -389,7 +334,6 @@
|
|
|
389
334
|
"show",
|
|
390
335
|
"size",
|
|
391
336
|
"target",
|
|
392
|
-
"theme",
|
|
393
337
|
"translucent",
|
|
394
338
|
"type"
|
|
395
339
|
]
|
|
@@ -398,9 +342,7 @@
|
|
|
398
342
|
"description": "",
|
|
399
343
|
"attributes": [
|
|
400
344
|
"activated",
|
|
401
|
-
"
|
|
402
|
-
"side",
|
|
403
|
-
"theme"
|
|
345
|
+
"side"
|
|
404
346
|
]
|
|
405
347
|
},
|
|
406
348
|
"ion-footer": {
|
|
@@ -408,25 +350,20 @@
|
|
|
408
350
|
"attributes": [
|
|
409
351
|
"collapse",
|
|
410
352
|
"mode",
|
|
411
|
-
"theme",
|
|
412
353
|
"translucent"
|
|
413
354
|
]
|
|
414
355
|
},
|
|
415
356
|
"ion-grid": {
|
|
416
357
|
"description": "",
|
|
417
358
|
"attributes": [
|
|
418
|
-
"fixed"
|
|
419
|
-
"mode",
|
|
420
|
-
"theme"
|
|
359
|
+
"fixed"
|
|
421
360
|
]
|
|
422
361
|
},
|
|
423
362
|
"ion-header": {
|
|
424
363
|
"description": "",
|
|
425
364
|
"attributes": [
|
|
426
365
|
"collapse",
|
|
427
|
-
"divider",
|
|
428
366
|
"mode",
|
|
429
|
-
"theme",
|
|
430
367
|
"translucent"
|
|
431
368
|
]
|
|
432
369
|
},
|
|
@@ -434,18 +371,14 @@
|
|
|
434
371
|
"description": "",
|
|
435
372
|
"attributes": [
|
|
436
373
|
"alt",
|
|
437
|
-
"
|
|
438
|
-
"src",
|
|
439
|
-
"theme"
|
|
374
|
+
"src"
|
|
440
375
|
]
|
|
441
376
|
},
|
|
442
377
|
"ion-infinite-scroll": {
|
|
443
378
|
"description": "",
|
|
444
379
|
"attributes": [
|
|
445
380
|
"disabled",
|
|
446
|
-
"mode",
|
|
447
381
|
"position",
|
|
448
|
-
"theme",
|
|
449
382
|
"threshold"
|
|
450
383
|
]
|
|
451
384
|
},
|
|
@@ -453,9 +386,7 @@
|
|
|
453
386
|
"description": "",
|
|
454
387
|
"attributes": [
|
|
455
388
|
"loading-spinner",
|
|
456
|
-
"loading-text"
|
|
457
|
-
"mode",
|
|
458
|
-
"theme"
|
|
389
|
+
"loading-text"
|
|
459
390
|
]
|
|
460
391
|
},
|
|
461
392
|
"ion-input": {
|
|
@@ -492,10 +423,8 @@
|
|
|
492
423
|
"readonly",
|
|
493
424
|
"required",
|
|
494
425
|
"shape",
|
|
495
|
-
"size",
|
|
496
426
|
"spellcheck",
|
|
497
427
|
"step",
|
|
498
|
-
"theme",
|
|
499
428
|
"type",
|
|
500
429
|
"value"
|
|
501
430
|
]
|
|
@@ -525,7 +454,6 @@
|
|
|
525
454
|
"router-animation",
|
|
526
455
|
"router-direction",
|
|
527
456
|
"target",
|
|
528
|
-
"theme",
|
|
529
457
|
"type"
|
|
530
458
|
]
|
|
531
459
|
},
|
|
@@ -534,16 +462,12 @@
|
|
|
534
462
|
"attributes": [
|
|
535
463
|
"color",
|
|
536
464
|
"mode",
|
|
537
|
-
"sticky"
|
|
538
|
-
"theme"
|
|
465
|
+
"sticky"
|
|
539
466
|
]
|
|
540
467
|
},
|
|
541
468
|
"ion-item-group": {
|
|
542
469
|
"description": "",
|
|
543
|
-
"attributes": [
|
|
544
|
-
"mode",
|
|
545
|
-
"theme"
|
|
546
|
-
]
|
|
470
|
+
"attributes": []
|
|
547
471
|
},
|
|
548
472
|
"ion-item-option": {
|
|
549
473
|
"description": "",
|
|
@@ -553,29 +477,22 @@
|
|
|
553
477
|
"download",
|
|
554
478
|
"expandable",
|
|
555
479
|
"href",
|
|
556
|
-
"hue",
|
|
557
480
|
"mode",
|
|
558
481
|
"rel",
|
|
559
|
-
"shape",
|
|
560
482
|
"target",
|
|
561
|
-
"theme",
|
|
562
483
|
"type"
|
|
563
484
|
]
|
|
564
485
|
},
|
|
565
486
|
"ion-item-options": {
|
|
566
487
|
"description": "",
|
|
567
488
|
"attributes": [
|
|
568
|
-
"
|
|
569
|
-
"side",
|
|
570
|
-
"theme"
|
|
489
|
+
"side"
|
|
571
490
|
]
|
|
572
491
|
},
|
|
573
492
|
"ion-item-sliding": {
|
|
574
493
|
"description": "",
|
|
575
494
|
"attributes": [
|
|
576
|
-
"disabled"
|
|
577
|
-
"mode",
|
|
578
|
-
"theme"
|
|
495
|
+
"disabled"
|
|
579
496
|
]
|
|
580
497
|
},
|
|
581
498
|
"ion-label": {
|
|
@@ -583,8 +500,7 @@
|
|
|
583
500
|
"attributes": [
|
|
584
501
|
"color",
|
|
585
502
|
"mode",
|
|
586
|
-
"position"
|
|
587
|
-
"theme"
|
|
503
|
+
"position"
|
|
588
504
|
]
|
|
589
505
|
},
|
|
590
506
|
"ion-list": {
|
|
@@ -592,9 +508,7 @@
|
|
|
592
508
|
"attributes": [
|
|
593
509
|
"inset",
|
|
594
510
|
"lines",
|
|
595
|
-
"mode"
|
|
596
|
-
"shape",
|
|
597
|
-
"theme"
|
|
511
|
+
"mode"
|
|
598
512
|
]
|
|
599
513
|
},
|
|
600
514
|
"ion-list-header": {
|
|
@@ -602,8 +516,7 @@
|
|
|
602
516
|
"attributes": [
|
|
603
517
|
"color",
|
|
604
518
|
"lines",
|
|
605
|
-
"mode"
|
|
606
|
-
"theme"
|
|
519
|
+
"mode"
|
|
607
520
|
]
|
|
608
521
|
},
|
|
609
522
|
"ion-loading": {
|
|
@@ -622,7 +535,6 @@
|
|
|
622
535
|
"mode",
|
|
623
536
|
"show-backdrop",
|
|
624
537
|
"spinner",
|
|
625
|
-
"theme",
|
|
626
538
|
"translucent",
|
|
627
539
|
"trigger"
|
|
628
540
|
]
|
|
@@ -634,10 +546,8 @@
|
|
|
634
546
|
"disabled",
|
|
635
547
|
"max-edge-start",
|
|
636
548
|
"menu-id",
|
|
637
|
-
"mode",
|
|
638
549
|
"side",
|
|
639
550
|
"swipe-gesture",
|
|
640
|
-
"theme",
|
|
641
551
|
"type"
|
|
642
552
|
]
|
|
643
553
|
},
|
|
@@ -649,7 +559,6 @@
|
|
|
649
559
|
"disabled",
|
|
650
560
|
"menu",
|
|
651
561
|
"mode",
|
|
652
|
-
"theme",
|
|
653
562
|
"type"
|
|
654
563
|
]
|
|
655
564
|
},
|
|
@@ -657,9 +566,7 @@
|
|
|
657
566
|
"description": "",
|
|
658
567
|
"attributes": [
|
|
659
568
|
"auto-hide",
|
|
660
|
-
"menu"
|
|
661
|
-
"mode",
|
|
662
|
-
"theme"
|
|
569
|
+
"menu"
|
|
663
570
|
]
|
|
664
571
|
},
|
|
665
572
|
"ion-modal": {
|
|
@@ -683,9 +590,7 @@
|
|
|
683
590
|
"leave-animation",
|
|
684
591
|
"mode",
|
|
685
592
|
"presenting-element",
|
|
686
|
-
"shape",
|
|
687
593
|
"show-backdrop",
|
|
688
|
-
"theme",
|
|
689
594
|
"trigger"
|
|
690
595
|
]
|
|
691
596
|
},
|
|
@@ -694,11 +599,9 @@
|
|
|
694
599
|
"attributes": [
|
|
695
600
|
"animated",
|
|
696
601
|
"animation",
|
|
697
|
-
"mode",
|
|
698
602
|
"root",
|
|
699
603
|
"root-params",
|
|
700
|
-
"swipe-gesture"
|
|
701
|
-
"theme"
|
|
604
|
+
"swipe-gesture"
|
|
702
605
|
]
|
|
703
606
|
},
|
|
704
607
|
"ion-nav-link": {
|
|
@@ -706,25 +609,21 @@
|
|
|
706
609
|
"attributes": [
|
|
707
610
|
"component",
|
|
708
611
|
"component-props",
|
|
709
|
-
"mode",
|
|
710
612
|
"router-animation",
|
|
711
|
-
"router-direction"
|
|
712
|
-
"theme"
|
|
613
|
+
"router-direction"
|
|
713
614
|
]
|
|
714
615
|
},
|
|
715
616
|
"ion-note": {
|
|
716
617
|
"description": "",
|
|
717
618
|
"attributes": [
|
|
718
619
|
"color",
|
|
719
|
-
"mode"
|
|
720
|
-
"theme"
|
|
620
|
+
"mode"
|
|
721
621
|
]
|
|
722
622
|
},
|
|
723
623
|
"ion-picker": {
|
|
724
624
|
"description": "",
|
|
725
625
|
"attributes": [
|
|
726
|
-
"mode"
|
|
727
|
-
"theme"
|
|
626
|
+
"mode"
|
|
728
627
|
]
|
|
729
628
|
},
|
|
730
629
|
"ion-picker-column": {
|
|
@@ -733,7 +632,6 @@
|
|
|
733
632
|
"color",
|
|
734
633
|
"disabled",
|
|
735
634
|
"mode",
|
|
736
|
-
"theme",
|
|
737
635
|
"value"
|
|
738
636
|
]
|
|
739
637
|
},
|
|
@@ -742,8 +640,6 @@
|
|
|
742
640
|
"attributes": [
|
|
743
641
|
"color",
|
|
744
642
|
"disabled",
|
|
745
|
-
"mode",
|
|
746
|
-
"theme",
|
|
747
643
|
"value"
|
|
748
644
|
]
|
|
749
645
|
},
|
|
@@ -763,7 +659,6 @@
|
|
|
763
659
|
"leave-animation",
|
|
764
660
|
"mode",
|
|
765
661
|
"show-backdrop",
|
|
766
|
-
"theme",
|
|
767
662
|
"trigger"
|
|
768
663
|
]
|
|
769
664
|
},
|
|
@@ -790,7 +685,6 @@
|
|
|
790
685
|
"show-backdrop",
|
|
791
686
|
"side",
|
|
792
687
|
"size",
|
|
793
|
-
"theme",
|
|
794
688
|
"translucent",
|
|
795
689
|
"trigger",
|
|
796
690
|
"trigger-action"
|
|
@@ -803,8 +697,6 @@
|
|
|
803
697
|
"color",
|
|
804
698
|
"mode",
|
|
805
699
|
"reversed",
|
|
806
|
-
"shape",
|
|
807
|
-
"theme",
|
|
808
700
|
"type",
|
|
809
701
|
"value"
|
|
810
702
|
]
|
|
@@ -819,7 +711,6 @@
|
|
|
819
711
|
"label-placement",
|
|
820
712
|
"mode",
|
|
821
713
|
"name",
|
|
822
|
-
"theme",
|
|
823
714
|
"value"
|
|
824
715
|
]
|
|
825
716
|
},
|
|
@@ -830,9 +721,7 @@
|
|
|
830
721
|
"compare-with",
|
|
831
722
|
"error-text",
|
|
832
723
|
"helper-text",
|
|
833
|
-
"mode",
|
|
834
724
|
"name",
|
|
835
|
-
"theme",
|
|
836
725
|
"value"
|
|
837
726
|
]
|
|
838
727
|
},
|
|
@@ -854,7 +743,6 @@
|
|
|
854
743
|
"pin-formatter",
|
|
855
744
|
"snaps",
|
|
856
745
|
"step",
|
|
857
|
-
"theme",
|
|
858
746
|
"ticks",
|
|
859
747
|
"value"
|
|
860
748
|
]
|
|
@@ -868,41 +756,31 @@
|
|
|
868
756
|
"pull-factor",
|
|
869
757
|
"pull-max",
|
|
870
758
|
"pull-min",
|
|
871
|
-
"snapback-duration"
|
|
872
|
-
"theme"
|
|
759
|
+
"snapback-duration"
|
|
873
760
|
]
|
|
874
761
|
},
|
|
875
762
|
"ion-refresher-content": {
|
|
876
763
|
"description": "",
|
|
877
764
|
"attributes": [
|
|
878
|
-
"mode",
|
|
879
765
|
"pulling-icon",
|
|
880
766
|
"pulling-text",
|
|
881
767
|
"refreshing-spinner",
|
|
882
|
-
"refreshing-text"
|
|
883
|
-
"theme"
|
|
768
|
+
"refreshing-text"
|
|
884
769
|
]
|
|
885
770
|
},
|
|
886
771
|
"ion-reorder": {
|
|
887
772
|
"description": "",
|
|
888
|
-
"attributes": [
|
|
889
|
-
"mode",
|
|
890
|
-
"theme"
|
|
891
|
-
]
|
|
773
|
+
"attributes": []
|
|
892
774
|
},
|
|
893
775
|
"ion-reorder-group": {
|
|
894
776
|
"description": "",
|
|
895
777
|
"attributes": [
|
|
896
|
-
"disabled"
|
|
897
|
-
"mode",
|
|
898
|
-
"theme"
|
|
778
|
+
"disabled"
|
|
899
779
|
]
|
|
900
780
|
},
|
|
901
781
|
"ion-ripple-effect": {
|
|
902
782
|
"description": "",
|
|
903
783
|
"attributes": [
|
|
904
|
-
"mode",
|
|
905
|
-
"theme",
|
|
906
784
|
"type"
|
|
907
785
|
]
|
|
908
786
|
},
|
|
@@ -913,8 +791,6 @@
|
|
|
913
791
|
"before-leave",
|
|
914
792
|
"component",
|
|
915
793
|
"component-props",
|
|
916
|
-
"mode",
|
|
917
|
-
"theme",
|
|
918
794
|
"url"
|
|
919
795
|
]
|
|
920
796
|
},
|
|
@@ -928,9 +804,7 @@
|
|
|
928
804
|
"ion-router": {
|
|
929
805
|
"description": "",
|
|
930
806
|
"attributes": [
|
|
931
|
-
"mode",
|
|
932
807
|
"root",
|
|
933
|
-
"theme",
|
|
934
808
|
"use-hash"
|
|
935
809
|
]
|
|
936
810
|
},
|
|
@@ -939,12 +813,10 @@
|
|
|
939
813
|
"attributes": [
|
|
940
814
|
"color",
|
|
941
815
|
"href",
|
|
942
|
-
"mode",
|
|
943
816
|
"rel",
|
|
944
817
|
"router-animation",
|
|
945
818
|
"router-direction",
|
|
946
|
-
"target"
|
|
947
|
-
"theme"
|
|
819
|
+
"target"
|
|
948
820
|
]
|
|
949
821
|
},
|
|
950
822
|
"ion-router-outlet": {
|
|
@@ -952,16 +824,12 @@
|
|
|
952
824
|
"attributes": [
|
|
953
825
|
"animated",
|
|
954
826
|
"animation",
|
|
955
|
-
"mode"
|
|
956
|
-
"theme"
|
|
827
|
+
"mode"
|
|
957
828
|
]
|
|
958
829
|
},
|
|
959
830
|
"ion-row": {
|
|
960
831
|
"description": "",
|
|
961
|
-
"attributes": [
|
|
962
|
-
"mode",
|
|
963
|
-
"theme"
|
|
964
|
-
]
|
|
832
|
+
"attributes": []
|
|
965
833
|
},
|
|
966
834
|
"ion-searchbar": {
|
|
967
835
|
"description": "",
|
|
@@ -984,12 +852,9 @@
|
|
|
984
852
|
"name",
|
|
985
853
|
"placeholder",
|
|
986
854
|
"search-icon",
|
|
987
|
-
"shape",
|
|
988
855
|
"show-cancel-button",
|
|
989
856
|
"show-clear-button",
|
|
990
|
-
"size",
|
|
991
857
|
"spellcheck",
|
|
992
|
-
"theme",
|
|
993
858
|
"type",
|
|
994
859
|
"value"
|
|
995
860
|
]
|
|
@@ -1003,7 +868,6 @@
|
|
|
1003
868
|
"scrollable",
|
|
1004
869
|
"select-on-focus",
|
|
1005
870
|
"swipe-gesture",
|
|
1006
|
-
"theme",
|
|
1007
871
|
"value"
|
|
1008
872
|
]
|
|
1009
873
|
},
|
|
@@ -1014,7 +878,6 @@
|
|
|
1014
878
|
"disabled",
|
|
1015
879
|
"layout",
|
|
1016
880
|
"mode",
|
|
1017
|
-
"theme",
|
|
1018
881
|
"type",
|
|
1019
882
|
"value"
|
|
1020
883
|
]
|
|
@@ -1053,8 +916,6 @@
|
|
|
1053
916
|
"required",
|
|
1054
917
|
"selected-text",
|
|
1055
918
|
"shape",
|
|
1056
|
-
"size",
|
|
1057
|
-
"theme",
|
|
1058
919
|
"toggle-icon",
|
|
1059
920
|
"value"
|
|
1060
921
|
]
|
|
@@ -1071,17 +932,13 @@
|
|
|
1071
932
|
"description": "",
|
|
1072
933
|
"attributes": [
|
|
1073
934
|
"disabled",
|
|
1074
|
-
"mode",
|
|
1075
|
-
"theme",
|
|
1076
935
|
"value"
|
|
1077
936
|
]
|
|
1078
937
|
},
|
|
1079
938
|
"ion-skeleton-text": {
|
|
1080
939
|
"description": "",
|
|
1081
940
|
"attributes": [
|
|
1082
|
-
"animated"
|
|
1083
|
-
"mode",
|
|
1084
|
-
"theme"
|
|
941
|
+
"animated"
|
|
1085
942
|
]
|
|
1086
943
|
},
|
|
1087
944
|
"ion-spinner": {
|
|
@@ -1089,11 +946,8 @@
|
|
|
1089
946
|
"attributes": [
|
|
1090
947
|
"color",
|
|
1091
948
|
"duration",
|
|
1092
|
-
"mode",
|
|
1093
949
|
"name",
|
|
1094
|
-
"paused"
|
|
1095
|
-
"size",
|
|
1096
|
-
"theme"
|
|
950
|
+
"paused"
|
|
1097
951
|
]
|
|
1098
952
|
},
|
|
1099
953
|
"ion-split-pane": {
|
|
@@ -1101,8 +955,6 @@
|
|
|
1101
955
|
"attributes": [
|
|
1102
956
|
"content-id",
|
|
1103
957
|
"disabled",
|
|
1104
|
-
"mode",
|
|
1105
|
-
"theme",
|
|
1106
958
|
"when"
|
|
1107
959
|
]
|
|
1108
960
|
},
|
|
@@ -1110,20 +962,15 @@
|
|
|
1110
962
|
"description": "",
|
|
1111
963
|
"attributes": [
|
|
1112
964
|
"component",
|
|
1113
|
-
"
|
|
1114
|
-
"tab",
|
|
1115
|
-
"theme"
|
|
965
|
+
"tab"
|
|
1116
966
|
]
|
|
1117
967
|
},
|
|
1118
968
|
"ion-tab-bar": {
|
|
1119
969
|
"description": "",
|
|
1120
970
|
"attributes": [
|
|
1121
971
|
"color",
|
|
1122
|
-
"expand",
|
|
1123
972
|
"mode",
|
|
1124
973
|
"selected-tab",
|
|
1125
|
-
"shape",
|
|
1126
|
-
"theme",
|
|
1127
974
|
"translucent"
|
|
1128
975
|
]
|
|
1129
976
|
},
|
|
@@ -1137,25 +984,19 @@
|
|
|
1137
984
|
"mode",
|
|
1138
985
|
"rel",
|
|
1139
986
|
"selected",
|
|
1140
|
-
"shape",
|
|
1141
987
|
"tab",
|
|
1142
|
-
"target"
|
|
1143
|
-
"theme"
|
|
988
|
+
"target"
|
|
1144
989
|
]
|
|
1145
990
|
},
|
|
1146
991
|
"ion-tabs": {
|
|
1147
992
|
"description": "",
|
|
1148
|
-
"attributes": [
|
|
1149
|
-
"mode",
|
|
1150
|
-
"theme"
|
|
1151
|
-
]
|
|
993
|
+
"attributes": []
|
|
1152
994
|
},
|
|
1153
995
|
"ion-text": {
|
|
1154
996
|
"description": "",
|
|
1155
997
|
"attributes": [
|
|
1156
998
|
"color",
|
|
1157
|
-
"mode"
|
|
1158
|
-
"theme"
|
|
999
|
+
"mode"
|
|
1159
1000
|
]
|
|
1160
1001
|
},
|
|
1161
1002
|
"ion-textarea": {
|
|
@@ -1187,27 +1028,20 @@
|
|
|
1187
1028
|
"required",
|
|
1188
1029
|
"rows",
|
|
1189
1030
|
"shape",
|
|
1190
|
-
"size",
|
|
1191
1031
|
"spellcheck",
|
|
1192
|
-
"theme",
|
|
1193
1032
|
"value",
|
|
1194
1033
|
"wrap"
|
|
1195
1034
|
]
|
|
1196
1035
|
},
|
|
1197
1036
|
"ion-thumbnail": {
|
|
1198
1037
|
"description": "",
|
|
1199
|
-
"attributes": [
|
|
1200
|
-
"mode",
|
|
1201
|
-
"theme"
|
|
1202
|
-
]
|
|
1038
|
+
"attributes": []
|
|
1203
1039
|
},
|
|
1204
1040
|
"ion-title": {
|
|
1205
1041
|
"description": "",
|
|
1206
1042
|
"attributes": [
|
|
1207
1043
|
"color",
|
|
1208
|
-
"
|
|
1209
|
-
"size",
|
|
1210
|
-
"theme"
|
|
1044
|
+
"size"
|
|
1211
1045
|
]
|
|
1212
1046
|
},
|
|
1213
1047
|
"ion-toast": {
|
|
@@ -1221,7 +1055,6 @@
|
|
|
1221
1055
|
"enter-animation",
|
|
1222
1056
|
"header",
|
|
1223
1057
|
"html-attributes",
|
|
1224
|
-
"hue",
|
|
1225
1058
|
"icon",
|
|
1226
1059
|
"is-open",
|
|
1227
1060
|
"keyboard-close",
|
|
@@ -1231,9 +1064,7 @@
|
|
|
1231
1064
|
"mode",
|
|
1232
1065
|
"position",
|
|
1233
1066
|
"position-anchor",
|
|
1234
|
-
"shape",
|
|
1235
1067
|
"swipe-gesture",
|
|
1236
|
-
"theme",
|
|
1237
1068
|
"translucent",
|
|
1238
1069
|
"trigger"
|
|
1239
1070
|
]
|
|
@@ -1253,7 +1084,6 @@
|
|
|
1253
1084
|
"mode",
|
|
1254
1085
|
"name",
|
|
1255
1086
|
"required",
|
|
1256
|
-
"theme",
|
|
1257
1087
|
"value"
|
|
1258
1088
|
]
|
|
1259
1089
|
},
|
|
@@ -1261,8 +1091,7 @@
|
|
|
1261
1091
|
"description": "",
|
|
1262
1092
|
"attributes": [
|
|
1263
1093
|
"color",
|
|
1264
|
-
"mode"
|
|
1265
|
-
"theme"
|
|
1094
|
+
"mode"
|
|
1266
1095
|
]
|
|
1267
1096
|
}
|
|
1268
1097
|
}
|