@ionic/vue 8.5.2-dev.11743410780.1c74dd00 → 8.5.2-dev.11743531350.19e040aa
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 -186
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +179 -1538
- package/dist/vetur/tags.json +45 -212
- package/dist/web-types.json +113 -1432
- 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,11 +95,7 @@
|
|
|
112
95
|
"description": "",
|
|
113
96
|
"attributes": [
|
|
114
97
|
"color",
|
|
115
|
-
"mode"
|
|
116
|
-
"shape",
|
|
117
|
-
"size",
|
|
118
|
-
"theme",
|
|
119
|
-
"vertical"
|
|
98
|
+
"mode"
|
|
120
99
|
]
|
|
121
100
|
},
|
|
122
101
|
"ion-breadcrumb": {
|
|
@@ -132,8 +111,7 @@
|
|
|
132
111
|
"router-animation",
|
|
133
112
|
"router-direction",
|
|
134
113
|
"separator",
|
|
135
|
-
"target"
|
|
136
|
-
"theme"
|
|
114
|
+
"target"
|
|
137
115
|
]
|
|
138
116
|
},
|
|
139
117
|
"ion-breadcrumbs": {
|
|
@@ -143,8 +121,7 @@
|
|
|
143
121
|
"items-after-collapse",
|
|
144
122
|
"items-before-collapse",
|
|
145
123
|
"max-items",
|
|
146
|
-
"mode"
|
|
147
|
-
"theme"
|
|
124
|
+
"mode"
|
|
148
125
|
]
|
|
149
126
|
},
|
|
150
127
|
"ion-button": {
|
|
@@ -166,16 +143,13 @@
|
|
|
166
143
|
"size",
|
|
167
144
|
"strong",
|
|
168
145
|
"target",
|
|
169
|
-
"theme",
|
|
170
146
|
"type"
|
|
171
147
|
]
|
|
172
148
|
},
|
|
173
149
|
"ion-buttons": {
|
|
174
150
|
"description": "",
|
|
175
151
|
"attributes": [
|
|
176
|
-
"collapse"
|
|
177
|
-
"mode",
|
|
178
|
-
"theme"
|
|
152
|
+
"collapse"
|
|
179
153
|
]
|
|
180
154
|
},
|
|
181
155
|
"ion-card": {
|
|
@@ -190,17 +164,14 @@
|
|
|
190
164
|
"rel",
|
|
191
165
|
"router-animation",
|
|
192
166
|
"router-direction",
|
|
193
|
-
"shape",
|
|
194
167
|
"target",
|
|
195
|
-
"theme",
|
|
196
168
|
"type"
|
|
197
169
|
]
|
|
198
170
|
},
|
|
199
171
|
"ion-card-content": {
|
|
200
172
|
"description": "",
|
|
201
173
|
"attributes": [
|
|
202
|
-
"mode"
|
|
203
|
-
"theme"
|
|
174
|
+
"mode"
|
|
204
175
|
]
|
|
205
176
|
},
|
|
206
177
|
"ion-card-header": {
|
|
@@ -208,7 +179,6 @@
|
|
|
208
179
|
"attributes": [
|
|
209
180
|
"color",
|
|
210
181
|
"mode",
|
|
211
|
-
"theme",
|
|
212
182
|
"translucent"
|
|
213
183
|
]
|
|
214
184
|
},
|
|
@@ -216,16 +186,14 @@
|
|
|
216
186
|
"description": "",
|
|
217
187
|
"attributes": [
|
|
218
188
|
"color",
|
|
219
|
-
"mode"
|
|
220
|
-
"theme"
|
|
189
|
+
"mode"
|
|
221
190
|
]
|
|
222
191
|
},
|
|
223
192
|
"ion-card-title": {
|
|
224
193
|
"description": "",
|
|
225
194
|
"attributes": [
|
|
226
195
|
"color",
|
|
227
|
-
"mode"
|
|
228
|
-
"theme"
|
|
196
|
+
"mode"
|
|
229
197
|
]
|
|
230
198
|
},
|
|
231
199
|
"ion-checkbox": {
|
|
@@ -243,9 +211,6 @@
|
|
|
243
211
|
"mode",
|
|
244
212
|
"name",
|
|
245
213
|
"required",
|
|
246
|
-
"shape",
|
|
247
|
-
"size",
|
|
248
|
-
"theme",
|
|
249
214
|
"value"
|
|
250
215
|
]
|
|
251
216
|
},
|
|
@@ -255,16 +220,12 @@
|
|
|
255
220
|
"color",
|
|
256
221
|
"disabled",
|
|
257
222
|
"mode",
|
|
258
|
-
"outline"
|
|
259
|
-
"shape",
|
|
260
|
-
"size",
|
|
261
|
-
"theme"
|
|
223
|
+
"outline"
|
|
262
224
|
]
|
|
263
225
|
},
|
|
264
226
|
"ion-col": {
|
|
265
227
|
"description": "",
|
|
266
228
|
"attributes": [
|
|
267
|
-
"mode",
|
|
268
229
|
"offset",
|
|
269
230
|
"offset-lg",
|
|
270
231
|
"offset-md",
|
|
@@ -288,8 +249,7 @@
|
|
|
288
249
|
"size-md",
|
|
289
250
|
"size-sm",
|
|
290
251
|
"size-xl",
|
|
291
|
-
"size-xs"
|
|
292
|
-
"theme"
|
|
252
|
+
"size-xs"
|
|
293
253
|
]
|
|
294
254
|
},
|
|
295
255
|
"ion-content": {
|
|
@@ -299,11 +259,9 @@
|
|
|
299
259
|
"fixed-slot-placement",
|
|
300
260
|
"force-overscroll",
|
|
301
261
|
"fullscreen",
|
|
302
|
-
"mode",
|
|
303
262
|
"scroll-events",
|
|
304
263
|
"scroll-x",
|
|
305
|
-
"scroll-y"
|
|
306
|
-
"theme"
|
|
264
|
+
"scroll-y"
|
|
307
265
|
]
|
|
308
266
|
},
|
|
309
267
|
"ion-datetime": {
|
|
@@ -337,7 +295,6 @@
|
|
|
337
295
|
"show-default-time-label",
|
|
338
296
|
"show-default-title",
|
|
339
297
|
"size",
|
|
340
|
-
"theme",
|
|
341
298
|
"title-selected-dates-formatter",
|
|
342
299
|
"value",
|
|
343
300
|
"year-values"
|
|
@@ -349,15 +306,7 @@
|
|
|
349
306
|
"color",
|
|
350
307
|
"datetime",
|
|
351
308
|
"disabled",
|
|
352
|
-
"mode"
|
|
353
|
-
"theme"
|
|
354
|
-
]
|
|
355
|
-
},
|
|
356
|
-
"ion-divider": {
|
|
357
|
-
"description": "",
|
|
358
|
-
"attributes": [
|
|
359
|
-
"inset",
|
|
360
|
-
"spacing"
|
|
309
|
+
"mode"
|
|
361
310
|
]
|
|
362
311
|
},
|
|
363
312
|
"ion-fab": {
|
|
@@ -366,8 +315,6 @@
|
|
|
366
315
|
"activated",
|
|
367
316
|
"edge",
|
|
368
317
|
"horizontal",
|
|
369
|
-
"mode",
|
|
370
|
-
"theme",
|
|
371
318
|
"vertical"
|
|
372
319
|
]
|
|
373
320
|
},
|
|
@@ -387,7 +334,6 @@
|
|
|
387
334
|
"show",
|
|
388
335
|
"size",
|
|
389
336
|
"target",
|
|
390
|
-
"theme",
|
|
391
337
|
"translucent",
|
|
392
338
|
"type"
|
|
393
339
|
]
|
|
@@ -396,9 +342,7 @@
|
|
|
396
342
|
"description": "",
|
|
397
343
|
"attributes": [
|
|
398
344
|
"activated",
|
|
399
|
-
"
|
|
400
|
-
"side",
|
|
401
|
-
"theme"
|
|
345
|
+
"side"
|
|
402
346
|
]
|
|
403
347
|
},
|
|
404
348
|
"ion-footer": {
|
|
@@ -406,25 +350,20 @@
|
|
|
406
350
|
"attributes": [
|
|
407
351
|
"collapse",
|
|
408
352
|
"mode",
|
|
409
|
-
"theme",
|
|
410
353
|
"translucent"
|
|
411
354
|
]
|
|
412
355
|
},
|
|
413
356
|
"ion-grid": {
|
|
414
357
|
"description": "",
|
|
415
358
|
"attributes": [
|
|
416
|
-
"fixed"
|
|
417
|
-
"mode",
|
|
418
|
-
"theme"
|
|
359
|
+
"fixed"
|
|
419
360
|
]
|
|
420
361
|
},
|
|
421
362
|
"ion-header": {
|
|
422
363
|
"description": "",
|
|
423
364
|
"attributes": [
|
|
424
365
|
"collapse",
|
|
425
|
-
"divider",
|
|
426
366
|
"mode",
|
|
427
|
-
"theme",
|
|
428
367
|
"translucent"
|
|
429
368
|
]
|
|
430
369
|
},
|
|
@@ -432,18 +371,14 @@
|
|
|
432
371
|
"description": "",
|
|
433
372
|
"attributes": [
|
|
434
373
|
"alt",
|
|
435
|
-
"
|
|
436
|
-
"src",
|
|
437
|
-
"theme"
|
|
374
|
+
"src"
|
|
438
375
|
]
|
|
439
376
|
},
|
|
440
377
|
"ion-infinite-scroll": {
|
|
441
378
|
"description": "",
|
|
442
379
|
"attributes": [
|
|
443
380
|
"disabled",
|
|
444
|
-
"mode",
|
|
445
381
|
"position",
|
|
446
|
-
"theme",
|
|
447
382
|
"threshold"
|
|
448
383
|
]
|
|
449
384
|
},
|
|
@@ -451,9 +386,7 @@
|
|
|
451
386
|
"description": "",
|
|
452
387
|
"attributes": [
|
|
453
388
|
"loading-spinner",
|
|
454
|
-
"loading-text"
|
|
455
|
-
"mode",
|
|
456
|
-
"theme"
|
|
389
|
+
"loading-text"
|
|
457
390
|
]
|
|
458
391
|
},
|
|
459
392
|
"ion-input": {
|
|
@@ -490,10 +423,8 @@
|
|
|
490
423
|
"readonly",
|
|
491
424
|
"required",
|
|
492
425
|
"shape",
|
|
493
|
-
"size",
|
|
494
426
|
"spellcheck",
|
|
495
427
|
"step",
|
|
496
|
-
"theme",
|
|
497
428
|
"type",
|
|
498
429
|
"value"
|
|
499
430
|
]
|
|
@@ -523,7 +454,6 @@
|
|
|
523
454
|
"router-animation",
|
|
524
455
|
"router-direction",
|
|
525
456
|
"target",
|
|
526
|
-
"theme",
|
|
527
457
|
"type"
|
|
528
458
|
]
|
|
529
459
|
},
|
|
@@ -532,16 +462,12 @@
|
|
|
532
462
|
"attributes": [
|
|
533
463
|
"color",
|
|
534
464
|
"mode",
|
|
535
|
-
"sticky"
|
|
536
|
-
"theme"
|
|
465
|
+
"sticky"
|
|
537
466
|
]
|
|
538
467
|
},
|
|
539
468
|
"ion-item-group": {
|
|
540
469
|
"description": "",
|
|
541
|
-
"attributes": [
|
|
542
|
-
"mode",
|
|
543
|
-
"theme"
|
|
544
|
-
]
|
|
470
|
+
"attributes": []
|
|
545
471
|
},
|
|
546
472
|
"ion-item-option": {
|
|
547
473
|
"description": "",
|
|
@@ -553,26 +479,20 @@
|
|
|
553
479
|
"href",
|
|
554
480
|
"mode",
|
|
555
481
|
"rel",
|
|
556
|
-
"shape",
|
|
557
482
|
"target",
|
|
558
|
-
"theme",
|
|
559
483
|
"type"
|
|
560
484
|
]
|
|
561
485
|
},
|
|
562
486
|
"ion-item-options": {
|
|
563
487
|
"description": "",
|
|
564
488
|
"attributes": [
|
|
565
|
-
"
|
|
566
|
-
"side",
|
|
567
|
-
"theme"
|
|
489
|
+
"side"
|
|
568
490
|
]
|
|
569
491
|
},
|
|
570
492
|
"ion-item-sliding": {
|
|
571
493
|
"description": "",
|
|
572
494
|
"attributes": [
|
|
573
|
-
"disabled"
|
|
574
|
-
"mode",
|
|
575
|
-
"theme"
|
|
495
|
+
"disabled"
|
|
576
496
|
]
|
|
577
497
|
},
|
|
578
498
|
"ion-label": {
|
|
@@ -580,8 +500,7 @@
|
|
|
580
500
|
"attributes": [
|
|
581
501
|
"color",
|
|
582
502
|
"mode",
|
|
583
|
-
"position"
|
|
584
|
-
"theme"
|
|
503
|
+
"position"
|
|
585
504
|
]
|
|
586
505
|
},
|
|
587
506
|
"ion-list": {
|
|
@@ -589,9 +508,7 @@
|
|
|
589
508
|
"attributes": [
|
|
590
509
|
"inset",
|
|
591
510
|
"lines",
|
|
592
|
-
"mode"
|
|
593
|
-
"shape",
|
|
594
|
-
"theme"
|
|
511
|
+
"mode"
|
|
595
512
|
]
|
|
596
513
|
},
|
|
597
514
|
"ion-list-header": {
|
|
@@ -599,8 +516,7 @@
|
|
|
599
516
|
"attributes": [
|
|
600
517
|
"color",
|
|
601
518
|
"lines",
|
|
602
|
-
"mode"
|
|
603
|
-
"theme"
|
|
519
|
+
"mode"
|
|
604
520
|
]
|
|
605
521
|
},
|
|
606
522
|
"ion-loading": {
|
|
@@ -619,7 +535,6 @@
|
|
|
619
535
|
"mode",
|
|
620
536
|
"show-backdrop",
|
|
621
537
|
"spinner",
|
|
622
|
-
"theme",
|
|
623
538
|
"translucent",
|
|
624
539
|
"trigger"
|
|
625
540
|
]
|
|
@@ -631,10 +546,8 @@
|
|
|
631
546
|
"disabled",
|
|
632
547
|
"max-edge-start",
|
|
633
548
|
"menu-id",
|
|
634
|
-
"mode",
|
|
635
549
|
"side",
|
|
636
550
|
"swipe-gesture",
|
|
637
|
-
"theme",
|
|
638
551
|
"type"
|
|
639
552
|
]
|
|
640
553
|
},
|
|
@@ -646,7 +559,6 @@
|
|
|
646
559
|
"disabled",
|
|
647
560
|
"menu",
|
|
648
561
|
"mode",
|
|
649
|
-
"theme",
|
|
650
562
|
"type"
|
|
651
563
|
]
|
|
652
564
|
},
|
|
@@ -654,9 +566,7 @@
|
|
|
654
566
|
"description": "",
|
|
655
567
|
"attributes": [
|
|
656
568
|
"auto-hide",
|
|
657
|
-
"menu"
|
|
658
|
-
"mode",
|
|
659
|
-
"theme"
|
|
569
|
+
"menu"
|
|
660
570
|
]
|
|
661
571
|
},
|
|
662
572
|
"ion-modal": {
|
|
@@ -680,9 +590,7 @@
|
|
|
680
590
|
"leave-animation",
|
|
681
591
|
"mode",
|
|
682
592
|
"presenting-element",
|
|
683
|
-
"shape",
|
|
684
593
|
"show-backdrop",
|
|
685
|
-
"theme",
|
|
686
594
|
"trigger"
|
|
687
595
|
]
|
|
688
596
|
},
|
|
@@ -691,11 +599,9 @@
|
|
|
691
599
|
"attributes": [
|
|
692
600
|
"animated",
|
|
693
601
|
"animation",
|
|
694
|
-
"mode",
|
|
695
602
|
"root",
|
|
696
603
|
"root-params",
|
|
697
|
-
"swipe-gesture"
|
|
698
|
-
"theme"
|
|
604
|
+
"swipe-gesture"
|
|
699
605
|
]
|
|
700
606
|
},
|
|
701
607
|
"ion-nav-link": {
|
|
@@ -703,25 +609,21 @@
|
|
|
703
609
|
"attributes": [
|
|
704
610
|
"component",
|
|
705
611
|
"component-props",
|
|
706
|
-
"mode",
|
|
707
612
|
"router-animation",
|
|
708
|
-
"router-direction"
|
|
709
|
-
"theme"
|
|
613
|
+
"router-direction"
|
|
710
614
|
]
|
|
711
615
|
},
|
|
712
616
|
"ion-note": {
|
|
713
617
|
"description": "",
|
|
714
618
|
"attributes": [
|
|
715
619
|
"color",
|
|
716
|
-
"mode"
|
|
717
|
-
"theme"
|
|
620
|
+
"mode"
|
|
718
621
|
]
|
|
719
622
|
},
|
|
720
623
|
"ion-picker": {
|
|
721
624
|
"description": "",
|
|
722
625
|
"attributes": [
|
|
723
|
-
"mode"
|
|
724
|
-
"theme"
|
|
626
|
+
"mode"
|
|
725
627
|
]
|
|
726
628
|
},
|
|
727
629
|
"ion-picker-column": {
|
|
@@ -730,7 +632,6 @@
|
|
|
730
632
|
"color",
|
|
731
633
|
"disabled",
|
|
732
634
|
"mode",
|
|
733
|
-
"theme",
|
|
734
635
|
"value"
|
|
735
636
|
]
|
|
736
637
|
},
|
|
@@ -739,8 +640,6 @@
|
|
|
739
640
|
"attributes": [
|
|
740
641
|
"color",
|
|
741
642
|
"disabled",
|
|
742
|
-
"mode",
|
|
743
|
-
"theme",
|
|
744
643
|
"value"
|
|
745
644
|
]
|
|
746
645
|
},
|
|
@@ -760,7 +659,6 @@
|
|
|
760
659
|
"leave-animation",
|
|
761
660
|
"mode",
|
|
762
661
|
"show-backdrop",
|
|
763
|
-
"theme",
|
|
764
662
|
"trigger"
|
|
765
663
|
]
|
|
766
664
|
},
|
|
@@ -787,7 +685,6 @@
|
|
|
787
685
|
"show-backdrop",
|
|
788
686
|
"side",
|
|
789
687
|
"size",
|
|
790
|
-
"theme",
|
|
791
688
|
"translucent",
|
|
792
689
|
"trigger",
|
|
793
690
|
"trigger-action"
|
|
@@ -800,8 +697,6 @@
|
|
|
800
697
|
"color",
|
|
801
698
|
"mode",
|
|
802
699
|
"reversed",
|
|
803
|
-
"shape",
|
|
804
|
-
"theme",
|
|
805
700
|
"type",
|
|
806
701
|
"value"
|
|
807
702
|
]
|
|
@@ -816,7 +711,6 @@
|
|
|
816
711
|
"label-placement",
|
|
817
712
|
"mode",
|
|
818
713
|
"name",
|
|
819
|
-
"theme",
|
|
820
714
|
"value"
|
|
821
715
|
]
|
|
822
716
|
},
|
|
@@ -827,9 +721,7 @@
|
|
|
827
721
|
"compare-with",
|
|
828
722
|
"error-text",
|
|
829
723
|
"helper-text",
|
|
830
|
-
"mode",
|
|
831
724
|
"name",
|
|
832
|
-
"theme",
|
|
833
725
|
"value"
|
|
834
726
|
]
|
|
835
727
|
},
|
|
@@ -851,7 +743,6 @@
|
|
|
851
743
|
"pin-formatter",
|
|
852
744
|
"snaps",
|
|
853
745
|
"step",
|
|
854
|
-
"theme",
|
|
855
746
|
"ticks",
|
|
856
747
|
"value"
|
|
857
748
|
]
|
|
@@ -865,41 +756,31 @@
|
|
|
865
756
|
"pull-factor",
|
|
866
757
|
"pull-max",
|
|
867
758
|
"pull-min",
|
|
868
|
-
"snapback-duration"
|
|
869
|
-
"theme"
|
|
759
|
+
"snapback-duration"
|
|
870
760
|
]
|
|
871
761
|
},
|
|
872
762
|
"ion-refresher-content": {
|
|
873
763
|
"description": "",
|
|
874
764
|
"attributes": [
|
|
875
|
-
"mode",
|
|
876
765
|
"pulling-icon",
|
|
877
766
|
"pulling-text",
|
|
878
767
|
"refreshing-spinner",
|
|
879
|
-
"refreshing-text"
|
|
880
|
-
"theme"
|
|
768
|
+
"refreshing-text"
|
|
881
769
|
]
|
|
882
770
|
},
|
|
883
771
|
"ion-reorder": {
|
|
884
772
|
"description": "",
|
|
885
|
-
"attributes": [
|
|
886
|
-
"mode",
|
|
887
|
-
"theme"
|
|
888
|
-
]
|
|
773
|
+
"attributes": []
|
|
889
774
|
},
|
|
890
775
|
"ion-reorder-group": {
|
|
891
776
|
"description": "",
|
|
892
777
|
"attributes": [
|
|
893
|
-
"disabled"
|
|
894
|
-
"mode",
|
|
895
|
-
"theme"
|
|
778
|
+
"disabled"
|
|
896
779
|
]
|
|
897
780
|
},
|
|
898
781
|
"ion-ripple-effect": {
|
|
899
782
|
"description": "",
|
|
900
783
|
"attributes": [
|
|
901
|
-
"mode",
|
|
902
|
-
"theme",
|
|
903
784
|
"type"
|
|
904
785
|
]
|
|
905
786
|
},
|
|
@@ -910,8 +791,6 @@
|
|
|
910
791
|
"before-leave",
|
|
911
792
|
"component",
|
|
912
793
|
"component-props",
|
|
913
|
-
"mode",
|
|
914
|
-
"theme",
|
|
915
794
|
"url"
|
|
916
795
|
]
|
|
917
796
|
},
|
|
@@ -925,9 +804,7 @@
|
|
|
925
804
|
"ion-router": {
|
|
926
805
|
"description": "",
|
|
927
806
|
"attributes": [
|
|
928
|
-
"mode",
|
|
929
807
|
"root",
|
|
930
|
-
"theme",
|
|
931
808
|
"use-hash"
|
|
932
809
|
]
|
|
933
810
|
},
|
|
@@ -936,12 +813,10 @@
|
|
|
936
813
|
"attributes": [
|
|
937
814
|
"color",
|
|
938
815
|
"href",
|
|
939
|
-
"mode",
|
|
940
816
|
"rel",
|
|
941
817
|
"router-animation",
|
|
942
818
|
"router-direction",
|
|
943
|
-
"target"
|
|
944
|
-
"theme"
|
|
819
|
+
"target"
|
|
945
820
|
]
|
|
946
821
|
},
|
|
947
822
|
"ion-router-outlet": {
|
|
@@ -949,16 +824,12 @@
|
|
|
949
824
|
"attributes": [
|
|
950
825
|
"animated",
|
|
951
826
|
"animation",
|
|
952
|
-
"mode"
|
|
953
|
-
"theme"
|
|
827
|
+
"mode"
|
|
954
828
|
]
|
|
955
829
|
},
|
|
956
830
|
"ion-row": {
|
|
957
831
|
"description": "",
|
|
958
|
-
"attributes": [
|
|
959
|
-
"mode",
|
|
960
|
-
"theme"
|
|
961
|
-
]
|
|
832
|
+
"attributes": []
|
|
962
833
|
},
|
|
963
834
|
"ion-searchbar": {
|
|
964
835
|
"description": "",
|
|
@@ -981,12 +852,9 @@
|
|
|
981
852
|
"name",
|
|
982
853
|
"placeholder",
|
|
983
854
|
"search-icon",
|
|
984
|
-
"shape",
|
|
985
855
|
"show-cancel-button",
|
|
986
856
|
"show-clear-button",
|
|
987
|
-
"size",
|
|
988
857
|
"spellcheck",
|
|
989
|
-
"theme",
|
|
990
858
|
"type",
|
|
991
859
|
"value"
|
|
992
860
|
]
|
|
@@ -1000,7 +868,6 @@
|
|
|
1000
868
|
"scrollable",
|
|
1001
869
|
"select-on-focus",
|
|
1002
870
|
"swipe-gesture",
|
|
1003
|
-
"theme",
|
|
1004
871
|
"value"
|
|
1005
872
|
]
|
|
1006
873
|
},
|
|
@@ -1011,7 +878,6 @@
|
|
|
1011
878
|
"disabled",
|
|
1012
879
|
"layout",
|
|
1013
880
|
"mode",
|
|
1014
|
-
"theme",
|
|
1015
881
|
"type",
|
|
1016
882
|
"value"
|
|
1017
883
|
]
|
|
@@ -1050,8 +916,6 @@
|
|
|
1050
916
|
"required",
|
|
1051
917
|
"selected-text",
|
|
1052
918
|
"shape",
|
|
1053
|
-
"size",
|
|
1054
|
-
"theme",
|
|
1055
919
|
"toggle-icon",
|
|
1056
920
|
"value"
|
|
1057
921
|
]
|
|
@@ -1068,17 +932,13 @@
|
|
|
1068
932
|
"description": "",
|
|
1069
933
|
"attributes": [
|
|
1070
934
|
"disabled",
|
|
1071
|
-
"mode",
|
|
1072
|
-
"theme",
|
|
1073
935
|
"value"
|
|
1074
936
|
]
|
|
1075
937
|
},
|
|
1076
938
|
"ion-skeleton-text": {
|
|
1077
939
|
"description": "",
|
|
1078
940
|
"attributes": [
|
|
1079
|
-
"animated"
|
|
1080
|
-
"mode",
|
|
1081
|
-
"theme"
|
|
941
|
+
"animated"
|
|
1082
942
|
]
|
|
1083
943
|
},
|
|
1084
944
|
"ion-spinner": {
|
|
@@ -1086,11 +946,8 @@
|
|
|
1086
946
|
"attributes": [
|
|
1087
947
|
"color",
|
|
1088
948
|
"duration",
|
|
1089
|
-
"mode",
|
|
1090
949
|
"name",
|
|
1091
|
-
"paused"
|
|
1092
|
-
"size",
|
|
1093
|
-
"theme"
|
|
950
|
+
"paused"
|
|
1094
951
|
]
|
|
1095
952
|
},
|
|
1096
953
|
"ion-split-pane": {
|
|
@@ -1098,8 +955,6 @@
|
|
|
1098
955
|
"attributes": [
|
|
1099
956
|
"content-id",
|
|
1100
957
|
"disabled",
|
|
1101
|
-
"mode",
|
|
1102
|
-
"theme",
|
|
1103
958
|
"when"
|
|
1104
959
|
]
|
|
1105
960
|
},
|
|
@@ -1107,20 +962,15 @@
|
|
|
1107
962
|
"description": "",
|
|
1108
963
|
"attributes": [
|
|
1109
964
|
"component",
|
|
1110
|
-
"
|
|
1111
|
-
"tab",
|
|
1112
|
-
"theme"
|
|
965
|
+
"tab"
|
|
1113
966
|
]
|
|
1114
967
|
},
|
|
1115
968
|
"ion-tab-bar": {
|
|
1116
969
|
"description": "",
|
|
1117
970
|
"attributes": [
|
|
1118
971
|
"color",
|
|
1119
|
-
"expand",
|
|
1120
972
|
"mode",
|
|
1121
973
|
"selected-tab",
|
|
1122
|
-
"shape",
|
|
1123
|
-
"theme",
|
|
1124
974
|
"translucent"
|
|
1125
975
|
]
|
|
1126
976
|
},
|
|
@@ -1134,25 +984,19 @@
|
|
|
1134
984
|
"mode",
|
|
1135
985
|
"rel",
|
|
1136
986
|
"selected",
|
|
1137
|
-
"shape",
|
|
1138
987
|
"tab",
|
|
1139
|
-
"target"
|
|
1140
|
-
"theme"
|
|
988
|
+
"target"
|
|
1141
989
|
]
|
|
1142
990
|
},
|
|
1143
991
|
"ion-tabs": {
|
|
1144
992
|
"description": "",
|
|
1145
|
-
"attributes": [
|
|
1146
|
-
"mode",
|
|
1147
|
-
"theme"
|
|
1148
|
-
]
|
|
993
|
+
"attributes": []
|
|
1149
994
|
},
|
|
1150
995
|
"ion-text": {
|
|
1151
996
|
"description": "",
|
|
1152
997
|
"attributes": [
|
|
1153
998
|
"color",
|
|
1154
|
-
"mode"
|
|
1155
|
-
"theme"
|
|
999
|
+
"mode"
|
|
1156
1000
|
]
|
|
1157
1001
|
},
|
|
1158
1002
|
"ion-textarea": {
|
|
@@ -1184,27 +1028,20 @@
|
|
|
1184
1028
|
"required",
|
|
1185
1029
|
"rows",
|
|
1186
1030
|
"shape",
|
|
1187
|
-
"size",
|
|
1188
1031
|
"spellcheck",
|
|
1189
|
-
"theme",
|
|
1190
1032
|
"value",
|
|
1191
1033
|
"wrap"
|
|
1192
1034
|
]
|
|
1193
1035
|
},
|
|
1194
1036
|
"ion-thumbnail": {
|
|
1195
1037
|
"description": "",
|
|
1196
|
-
"attributes": [
|
|
1197
|
-
"mode",
|
|
1198
|
-
"theme"
|
|
1199
|
-
]
|
|
1038
|
+
"attributes": []
|
|
1200
1039
|
},
|
|
1201
1040
|
"ion-title": {
|
|
1202
1041
|
"description": "",
|
|
1203
1042
|
"attributes": [
|
|
1204
1043
|
"color",
|
|
1205
|
-
"
|
|
1206
|
-
"size",
|
|
1207
|
-
"theme"
|
|
1044
|
+
"size"
|
|
1208
1045
|
]
|
|
1209
1046
|
},
|
|
1210
1047
|
"ion-toast": {
|
|
@@ -1227,9 +1064,7 @@
|
|
|
1227
1064
|
"mode",
|
|
1228
1065
|
"position",
|
|
1229
1066
|
"position-anchor",
|
|
1230
|
-
"shape",
|
|
1231
1067
|
"swipe-gesture",
|
|
1232
|
-
"theme",
|
|
1233
1068
|
"translucent",
|
|
1234
1069
|
"trigger"
|
|
1235
1070
|
]
|
|
@@ -1249,7 +1084,6 @@
|
|
|
1249
1084
|
"mode",
|
|
1250
1085
|
"name",
|
|
1251
1086
|
"required",
|
|
1252
|
-
"theme",
|
|
1253
1087
|
"value"
|
|
1254
1088
|
]
|
|
1255
1089
|
},
|
|
@@ -1257,8 +1091,7 @@
|
|
|
1257
1091
|
"description": "",
|
|
1258
1092
|
"attributes": [
|
|
1259
1093
|
"color",
|
|
1260
|
-
"mode"
|
|
1261
|
-
"theme"
|
|
1094
|
+
"mode"
|
|
1262
1095
|
]
|
|
1263
1096
|
}
|
|
1264
1097
|
}
|