@ionic/vue 8.6.2-dev.11750715197.195a373c → 8.6.2-nightly.20250612
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 +160 -191
- package/dist/index.js.map +1 -1
- package/dist/types/components/IonIcon.d.ts +1 -0
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +178 -1565
- 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": {
|
|
@@ -340,7 +296,6 @@
|
|
|
340
296
|
"show-default-time-label",
|
|
341
297
|
"show-default-title",
|
|
342
298
|
"size",
|
|
343
|
-
"theme",
|
|
344
299
|
"title-selected-dates-formatter",
|
|
345
300
|
"value",
|
|
346
301
|
"year-values"
|
|
@@ -352,15 +307,7 @@
|
|
|
352
307
|
"color",
|
|
353
308
|
"datetime",
|
|
354
309
|
"disabled",
|
|
355
|
-
"mode"
|
|
356
|
-
"theme"
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
"ion-divider": {
|
|
360
|
-
"description": "",
|
|
361
|
-
"attributes": [
|
|
362
|
-
"inset",
|
|
363
|
-
"spacing"
|
|
310
|
+
"mode"
|
|
364
311
|
]
|
|
365
312
|
},
|
|
366
313
|
"ion-fab": {
|
|
@@ -369,8 +316,6 @@
|
|
|
369
316
|
"activated",
|
|
370
317
|
"edge",
|
|
371
318
|
"horizontal",
|
|
372
|
-
"mode",
|
|
373
|
-
"theme",
|
|
374
319
|
"vertical"
|
|
375
320
|
]
|
|
376
321
|
},
|
|
@@ -390,7 +335,6 @@
|
|
|
390
335
|
"show",
|
|
391
336
|
"size",
|
|
392
337
|
"target",
|
|
393
|
-
"theme",
|
|
394
338
|
"translucent",
|
|
395
339
|
"type"
|
|
396
340
|
]
|
|
@@ -399,9 +343,7 @@
|
|
|
399
343
|
"description": "",
|
|
400
344
|
"attributes": [
|
|
401
345
|
"activated",
|
|
402
|
-
"
|
|
403
|
-
"side",
|
|
404
|
-
"theme"
|
|
346
|
+
"side"
|
|
405
347
|
]
|
|
406
348
|
},
|
|
407
349
|
"ion-footer": {
|
|
@@ -409,25 +351,20 @@
|
|
|
409
351
|
"attributes": [
|
|
410
352
|
"collapse",
|
|
411
353
|
"mode",
|
|
412
|
-
"theme",
|
|
413
354
|
"translucent"
|
|
414
355
|
]
|
|
415
356
|
},
|
|
416
357
|
"ion-grid": {
|
|
417
358
|
"description": "",
|
|
418
359
|
"attributes": [
|
|
419
|
-
"fixed"
|
|
420
|
-
"mode",
|
|
421
|
-
"theme"
|
|
360
|
+
"fixed"
|
|
422
361
|
]
|
|
423
362
|
},
|
|
424
363
|
"ion-header": {
|
|
425
364
|
"description": "",
|
|
426
365
|
"attributes": [
|
|
427
366
|
"collapse",
|
|
428
|
-
"divider",
|
|
429
367
|
"mode",
|
|
430
|
-
"theme",
|
|
431
368
|
"translucent"
|
|
432
369
|
]
|
|
433
370
|
},
|
|
@@ -435,18 +372,14 @@
|
|
|
435
372
|
"description": "",
|
|
436
373
|
"attributes": [
|
|
437
374
|
"alt",
|
|
438
|
-
"
|
|
439
|
-
"src",
|
|
440
|
-
"theme"
|
|
375
|
+
"src"
|
|
441
376
|
]
|
|
442
377
|
},
|
|
443
378
|
"ion-infinite-scroll": {
|
|
444
379
|
"description": "",
|
|
445
380
|
"attributes": [
|
|
446
381
|
"disabled",
|
|
447
|
-
"mode",
|
|
448
382
|
"position",
|
|
449
|
-
"theme",
|
|
450
383
|
"threshold"
|
|
451
384
|
]
|
|
452
385
|
},
|
|
@@ -454,9 +387,7 @@
|
|
|
454
387
|
"description": "",
|
|
455
388
|
"attributes": [
|
|
456
389
|
"loading-spinner",
|
|
457
|
-
"loading-text"
|
|
458
|
-
"mode",
|
|
459
|
-
"theme"
|
|
390
|
+
"loading-text"
|
|
460
391
|
]
|
|
461
392
|
},
|
|
462
393
|
"ion-input": {
|
|
@@ -493,10 +424,8 @@
|
|
|
493
424
|
"readonly",
|
|
494
425
|
"required",
|
|
495
426
|
"shape",
|
|
496
|
-
"size",
|
|
497
427
|
"spellcheck",
|
|
498
428
|
"step",
|
|
499
|
-
"theme",
|
|
500
429
|
"type",
|
|
501
430
|
"value"
|
|
502
431
|
]
|
|
@@ -544,7 +473,6 @@
|
|
|
544
473
|
"router-animation",
|
|
545
474
|
"router-direction",
|
|
546
475
|
"target",
|
|
547
|
-
"theme",
|
|
548
476
|
"type"
|
|
549
477
|
]
|
|
550
478
|
},
|
|
@@ -553,16 +481,12 @@
|
|
|
553
481
|
"attributes": [
|
|
554
482
|
"color",
|
|
555
483
|
"mode",
|
|
556
|
-
"sticky"
|
|
557
|
-
"theme"
|
|
484
|
+
"sticky"
|
|
558
485
|
]
|
|
559
486
|
},
|
|
560
487
|
"ion-item-group": {
|
|
561
488
|
"description": "",
|
|
562
|
-
"attributes": [
|
|
563
|
-
"mode",
|
|
564
|
-
"theme"
|
|
565
|
-
]
|
|
489
|
+
"attributes": []
|
|
566
490
|
},
|
|
567
491
|
"ion-item-option": {
|
|
568
492
|
"description": "",
|
|
@@ -572,29 +496,22 @@
|
|
|
572
496
|
"download",
|
|
573
497
|
"expandable",
|
|
574
498
|
"href",
|
|
575
|
-
"hue",
|
|
576
499
|
"mode",
|
|
577
500
|
"rel",
|
|
578
|
-
"shape",
|
|
579
501
|
"target",
|
|
580
|
-
"theme",
|
|
581
502
|
"type"
|
|
582
503
|
]
|
|
583
504
|
},
|
|
584
505
|
"ion-item-options": {
|
|
585
506
|
"description": "",
|
|
586
507
|
"attributes": [
|
|
587
|
-
"
|
|
588
|
-
"side",
|
|
589
|
-
"theme"
|
|
508
|
+
"side"
|
|
590
509
|
]
|
|
591
510
|
},
|
|
592
511
|
"ion-item-sliding": {
|
|
593
512
|
"description": "",
|
|
594
513
|
"attributes": [
|
|
595
|
-
"disabled"
|
|
596
|
-
"mode",
|
|
597
|
-
"theme"
|
|
514
|
+
"disabled"
|
|
598
515
|
]
|
|
599
516
|
},
|
|
600
517
|
"ion-label": {
|
|
@@ -602,8 +519,7 @@
|
|
|
602
519
|
"attributes": [
|
|
603
520
|
"color",
|
|
604
521
|
"mode",
|
|
605
|
-
"position"
|
|
606
|
-
"theme"
|
|
522
|
+
"position"
|
|
607
523
|
]
|
|
608
524
|
},
|
|
609
525
|
"ion-list": {
|
|
@@ -611,9 +527,7 @@
|
|
|
611
527
|
"attributes": [
|
|
612
528
|
"inset",
|
|
613
529
|
"lines",
|
|
614
|
-
"mode"
|
|
615
|
-
"shape",
|
|
616
|
-
"theme"
|
|
530
|
+
"mode"
|
|
617
531
|
]
|
|
618
532
|
},
|
|
619
533
|
"ion-list-header": {
|
|
@@ -621,8 +535,7 @@
|
|
|
621
535
|
"attributes": [
|
|
622
536
|
"color",
|
|
623
537
|
"lines",
|
|
624
|
-
"mode"
|
|
625
|
-
"theme"
|
|
538
|
+
"mode"
|
|
626
539
|
]
|
|
627
540
|
},
|
|
628
541
|
"ion-loading": {
|
|
@@ -641,7 +554,6 @@
|
|
|
641
554
|
"mode",
|
|
642
555
|
"show-backdrop",
|
|
643
556
|
"spinner",
|
|
644
|
-
"theme",
|
|
645
557
|
"translucent",
|
|
646
558
|
"trigger"
|
|
647
559
|
]
|
|
@@ -653,10 +565,8 @@
|
|
|
653
565
|
"disabled",
|
|
654
566
|
"max-edge-start",
|
|
655
567
|
"menu-id",
|
|
656
|
-
"mode",
|
|
657
568
|
"side",
|
|
658
569
|
"swipe-gesture",
|
|
659
|
-
"theme",
|
|
660
570
|
"type"
|
|
661
571
|
]
|
|
662
572
|
},
|
|
@@ -668,7 +578,6 @@
|
|
|
668
578
|
"disabled",
|
|
669
579
|
"menu",
|
|
670
580
|
"mode",
|
|
671
|
-
"theme",
|
|
672
581
|
"type"
|
|
673
582
|
]
|
|
674
583
|
},
|
|
@@ -676,9 +585,7 @@
|
|
|
676
585
|
"description": "",
|
|
677
586
|
"attributes": [
|
|
678
587
|
"auto-hide",
|
|
679
|
-
"menu"
|
|
680
|
-
"mode",
|
|
681
|
-
"theme"
|
|
588
|
+
"menu"
|
|
682
589
|
]
|
|
683
590
|
},
|
|
684
591
|
"ion-modal": {
|
|
@@ -702,9 +609,7 @@
|
|
|
702
609
|
"leave-animation",
|
|
703
610
|
"mode",
|
|
704
611
|
"presenting-element",
|
|
705
|
-
"shape",
|
|
706
612
|
"show-backdrop",
|
|
707
|
-
"theme",
|
|
708
613
|
"trigger"
|
|
709
614
|
]
|
|
710
615
|
},
|
|
@@ -713,11 +618,9 @@
|
|
|
713
618
|
"attributes": [
|
|
714
619
|
"animated",
|
|
715
620
|
"animation",
|
|
716
|
-
"mode",
|
|
717
621
|
"root",
|
|
718
622
|
"root-params",
|
|
719
|
-
"swipe-gesture"
|
|
720
|
-
"theme"
|
|
623
|
+
"swipe-gesture"
|
|
721
624
|
]
|
|
722
625
|
},
|
|
723
626
|
"ion-nav-link": {
|
|
@@ -725,25 +628,21 @@
|
|
|
725
628
|
"attributes": [
|
|
726
629
|
"component",
|
|
727
630
|
"component-props",
|
|
728
|
-
"mode",
|
|
729
631
|
"router-animation",
|
|
730
|
-
"router-direction"
|
|
731
|
-
"theme"
|
|
632
|
+
"router-direction"
|
|
732
633
|
]
|
|
733
634
|
},
|
|
734
635
|
"ion-note": {
|
|
735
636
|
"description": "",
|
|
736
637
|
"attributes": [
|
|
737
638
|
"color",
|
|
738
|
-
"mode"
|
|
739
|
-
"theme"
|
|
639
|
+
"mode"
|
|
740
640
|
]
|
|
741
641
|
},
|
|
742
642
|
"ion-picker": {
|
|
743
643
|
"description": "",
|
|
744
644
|
"attributes": [
|
|
745
|
-
"mode"
|
|
746
|
-
"theme"
|
|
645
|
+
"mode"
|
|
747
646
|
]
|
|
748
647
|
},
|
|
749
648
|
"ion-picker-column": {
|
|
@@ -752,7 +651,6 @@
|
|
|
752
651
|
"color",
|
|
753
652
|
"disabled",
|
|
754
653
|
"mode",
|
|
755
|
-
"theme",
|
|
756
654
|
"value"
|
|
757
655
|
]
|
|
758
656
|
},
|
|
@@ -761,8 +659,6 @@
|
|
|
761
659
|
"attributes": [
|
|
762
660
|
"color",
|
|
763
661
|
"disabled",
|
|
764
|
-
"mode",
|
|
765
|
-
"theme",
|
|
766
662
|
"value"
|
|
767
663
|
]
|
|
768
664
|
},
|
|
@@ -782,7 +678,6 @@
|
|
|
782
678
|
"leave-animation",
|
|
783
679
|
"mode",
|
|
784
680
|
"show-backdrop",
|
|
785
|
-
"theme",
|
|
786
681
|
"trigger"
|
|
787
682
|
]
|
|
788
683
|
},
|
|
@@ -809,7 +704,6 @@
|
|
|
809
704
|
"show-backdrop",
|
|
810
705
|
"side",
|
|
811
706
|
"size",
|
|
812
|
-
"theme",
|
|
813
707
|
"translucent",
|
|
814
708
|
"trigger",
|
|
815
709
|
"trigger-action"
|
|
@@ -822,8 +716,6 @@
|
|
|
822
716
|
"color",
|
|
823
717
|
"mode",
|
|
824
718
|
"reversed",
|
|
825
|
-
"shape",
|
|
826
|
-
"theme",
|
|
827
719
|
"type",
|
|
828
720
|
"value"
|
|
829
721
|
]
|
|
@@ -838,7 +730,6 @@
|
|
|
838
730
|
"label-placement",
|
|
839
731
|
"mode",
|
|
840
732
|
"name",
|
|
841
|
-
"theme",
|
|
842
733
|
"value"
|
|
843
734
|
]
|
|
844
735
|
},
|
|
@@ -849,9 +740,7 @@
|
|
|
849
740
|
"compare-with",
|
|
850
741
|
"error-text",
|
|
851
742
|
"helper-text",
|
|
852
|
-
"mode",
|
|
853
743
|
"name",
|
|
854
|
-
"theme",
|
|
855
744
|
"value"
|
|
856
745
|
]
|
|
857
746
|
},
|
|
@@ -873,7 +762,6 @@
|
|
|
873
762
|
"pin-formatter",
|
|
874
763
|
"snaps",
|
|
875
764
|
"step",
|
|
876
|
-
"theme",
|
|
877
765
|
"ticks",
|
|
878
766
|
"value"
|
|
879
767
|
]
|
|
@@ -887,41 +775,31 @@
|
|
|
887
775
|
"pull-factor",
|
|
888
776
|
"pull-max",
|
|
889
777
|
"pull-min",
|
|
890
|
-
"snapback-duration"
|
|
891
|
-
"theme"
|
|
778
|
+
"snapback-duration"
|
|
892
779
|
]
|
|
893
780
|
},
|
|
894
781
|
"ion-refresher-content": {
|
|
895
782
|
"description": "",
|
|
896
783
|
"attributes": [
|
|
897
|
-
"mode",
|
|
898
784
|
"pulling-icon",
|
|
899
785
|
"pulling-text",
|
|
900
786
|
"refreshing-spinner",
|
|
901
|
-
"refreshing-text"
|
|
902
|
-
"theme"
|
|
787
|
+
"refreshing-text"
|
|
903
788
|
]
|
|
904
789
|
},
|
|
905
790
|
"ion-reorder": {
|
|
906
791
|
"description": "",
|
|
907
|
-
"attributes": [
|
|
908
|
-
"mode",
|
|
909
|
-
"theme"
|
|
910
|
-
]
|
|
792
|
+
"attributes": []
|
|
911
793
|
},
|
|
912
794
|
"ion-reorder-group": {
|
|
913
795
|
"description": "",
|
|
914
796
|
"attributes": [
|
|
915
|
-
"disabled"
|
|
916
|
-
"mode",
|
|
917
|
-
"theme"
|
|
797
|
+
"disabled"
|
|
918
798
|
]
|
|
919
799
|
},
|
|
920
800
|
"ion-ripple-effect": {
|
|
921
801
|
"description": "",
|
|
922
802
|
"attributes": [
|
|
923
|
-
"mode",
|
|
924
|
-
"theme",
|
|
925
803
|
"type"
|
|
926
804
|
]
|
|
927
805
|
},
|
|
@@ -932,8 +810,6 @@
|
|
|
932
810
|
"before-leave",
|
|
933
811
|
"component",
|
|
934
812
|
"component-props",
|
|
935
|
-
"mode",
|
|
936
|
-
"theme",
|
|
937
813
|
"url"
|
|
938
814
|
]
|
|
939
815
|
},
|
|
@@ -947,9 +823,7 @@
|
|
|
947
823
|
"ion-router": {
|
|
948
824
|
"description": "",
|
|
949
825
|
"attributes": [
|
|
950
|
-
"mode",
|
|
951
826
|
"root",
|
|
952
|
-
"theme",
|
|
953
827
|
"use-hash"
|
|
954
828
|
]
|
|
955
829
|
},
|
|
@@ -958,12 +832,10 @@
|
|
|
958
832
|
"attributes": [
|
|
959
833
|
"color",
|
|
960
834
|
"href",
|
|
961
|
-
"mode",
|
|
962
835
|
"rel",
|
|
963
836
|
"router-animation",
|
|
964
837
|
"router-direction",
|
|
965
|
-
"target"
|
|
966
|
-
"theme"
|
|
838
|
+
"target"
|
|
967
839
|
]
|
|
968
840
|
},
|
|
969
841
|
"ion-router-outlet": {
|
|
@@ -971,16 +843,12 @@
|
|
|
971
843
|
"attributes": [
|
|
972
844
|
"animated",
|
|
973
845
|
"animation",
|
|
974
|
-
"mode"
|
|
975
|
-
"theme"
|
|
846
|
+
"mode"
|
|
976
847
|
]
|
|
977
848
|
},
|
|
978
849
|
"ion-row": {
|
|
979
850
|
"description": "",
|
|
980
|
-
"attributes": [
|
|
981
|
-
"mode",
|
|
982
|
-
"theme"
|
|
983
|
-
]
|
|
851
|
+
"attributes": []
|
|
984
852
|
},
|
|
985
853
|
"ion-searchbar": {
|
|
986
854
|
"description": "",
|
|
@@ -1003,12 +871,9 @@
|
|
|
1003
871
|
"name",
|
|
1004
872
|
"placeholder",
|
|
1005
873
|
"search-icon",
|
|
1006
|
-
"shape",
|
|
1007
874
|
"show-cancel-button",
|
|
1008
875
|
"show-clear-button",
|
|
1009
|
-
"size",
|
|
1010
876
|
"spellcheck",
|
|
1011
|
-
"theme",
|
|
1012
877
|
"type",
|
|
1013
878
|
"value"
|
|
1014
879
|
]
|
|
@@ -1022,7 +887,6 @@
|
|
|
1022
887
|
"scrollable",
|
|
1023
888
|
"select-on-focus",
|
|
1024
889
|
"swipe-gesture",
|
|
1025
|
-
"theme",
|
|
1026
890
|
"value"
|
|
1027
891
|
]
|
|
1028
892
|
},
|
|
@@ -1033,7 +897,6 @@
|
|
|
1033
897
|
"disabled",
|
|
1034
898
|
"layout",
|
|
1035
899
|
"mode",
|
|
1036
|
-
"theme",
|
|
1037
900
|
"type",
|
|
1038
901
|
"value"
|
|
1039
902
|
]
|
|
@@ -1072,8 +935,6 @@
|
|
|
1072
935
|
"required",
|
|
1073
936
|
"selected-text",
|
|
1074
937
|
"shape",
|
|
1075
|
-
"size",
|
|
1076
|
-
"theme",
|
|
1077
938
|
"toggle-icon",
|
|
1078
939
|
"value"
|
|
1079
940
|
]
|
|
@@ -1090,17 +951,13 @@
|
|
|
1090
951
|
"description": "",
|
|
1091
952
|
"attributes": [
|
|
1092
953
|
"disabled",
|
|
1093
|
-
"mode",
|
|
1094
|
-
"theme",
|
|
1095
954
|
"value"
|
|
1096
955
|
]
|
|
1097
956
|
},
|
|
1098
957
|
"ion-skeleton-text": {
|
|
1099
958
|
"description": "",
|
|
1100
959
|
"attributes": [
|
|
1101
|
-
"animated"
|
|
1102
|
-
"mode",
|
|
1103
|
-
"theme"
|
|
960
|
+
"animated"
|
|
1104
961
|
]
|
|
1105
962
|
},
|
|
1106
963
|
"ion-spinner": {
|
|
@@ -1108,11 +965,8 @@
|
|
|
1108
965
|
"attributes": [
|
|
1109
966
|
"color",
|
|
1110
967
|
"duration",
|
|
1111
|
-
"mode",
|
|
1112
968
|
"name",
|
|
1113
|
-
"paused"
|
|
1114
|
-
"size",
|
|
1115
|
-
"theme"
|
|
969
|
+
"paused"
|
|
1116
970
|
]
|
|
1117
971
|
},
|
|
1118
972
|
"ion-split-pane": {
|
|
@@ -1120,8 +974,6 @@
|
|
|
1120
974
|
"attributes": [
|
|
1121
975
|
"content-id",
|
|
1122
976
|
"disabled",
|
|
1123
|
-
"mode",
|
|
1124
|
-
"theme",
|
|
1125
977
|
"when"
|
|
1126
978
|
]
|
|
1127
979
|
},
|
|
@@ -1129,20 +981,15 @@
|
|
|
1129
981
|
"description": "",
|
|
1130
982
|
"attributes": [
|
|
1131
983
|
"component",
|
|
1132
|
-
"
|
|
1133
|
-
"tab",
|
|
1134
|
-
"theme"
|
|
984
|
+
"tab"
|
|
1135
985
|
]
|
|
1136
986
|
},
|
|
1137
987
|
"ion-tab-bar": {
|
|
1138
988
|
"description": "",
|
|
1139
989
|
"attributes": [
|
|
1140
990
|
"color",
|
|
1141
|
-
"expand",
|
|
1142
991
|
"mode",
|
|
1143
992
|
"selected-tab",
|
|
1144
|
-
"shape",
|
|
1145
|
-
"theme",
|
|
1146
993
|
"translucent"
|
|
1147
994
|
]
|
|
1148
995
|
},
|
|
@@ -1156,25 +1003,19 @@
|
|
|
1156
1003
|
"mode",
|
|
1157
1004
|
"rel",
|
|
1158
1005
|
"selected",
|
|
1159
|
-
"shape",
|
|
1160
1006
|
"tab",
|
|
1161
|
-
"target"
|
|
1162
|
-
"theme"
|
|
1007
|
+
"target"
|
|
1163
1008
|
]
|
|
1164
1009
|
},
|
|
1165
1010
|
"ion-tabs": {
|
|
1166
1011
|
"description": "",
|
|
1167
|
-
"attributes": [
|
|
1168
|
-
"mode",
|
|
1169
|
-
"theme"
|
|
1170
|
-
]
|
|
1012
|
+
"attributes": []
|
|
1171
1013
|
},
|
|
1172
1014
|
"ion-text": {
|
|
1173
1015
|
"description": "",
|
|
1174
1016
|
"attributes": [
|
|
1175
1017
|
"color",
|
|
1176
|
-
"mode"
|
|
1177
|
-
"theme"
|
|
1018
|
+
"mode"
|
|
1178
1019
|
]
|
|
1179
1020
|
},
|
|
1180
1021
|
"ion-textarea": {
|
|
@@ -1206,27 +1047,20 @@
|
|
|
1206
1047
|
"required",
|
|
1207
1048
|
"rows",
|
|
1208
1049
|
"shape",
|
|
1209
|
-
"size",
|
|
1210
1050
|
"spellcheck",
|
|
1211
|
-
"theme",
|
|
1212
1051
|
"value",
|
|
1213
1052
|
"wrap"
|
|
1214
1053
|
]
|
|
1215
1054
|
},
|
|
1216
1055
|
"ion-thumbnail": {
|
|
1217
1056
|
"description": "",
|
|
1218
|
-
"attributes": [
|
|
1219
|
-
"mode",
|
|
1220
|
-
"theme"
|
|
1221
|
-
]
|
|
1057
|
+
"attributes": []
|
|
1222
1058
|
},
|
|
1223
1059
|
"ion-title": {
|
|
1224
1060
|
"description": "",
|
|
1225
1061
|
"attributes": [
|
|
1226
1062
|
"color",
|
|
1227
|
-
"
|
|
1228
|
-
"size",
|
|
1229
|
-
"theme"
|
|
1063
|
+
"size"
|
|
1230
1064
|
]
|
|
1231
1065
|
},
|
|
1232
1066
|
"ion-toast": {
|
|
@@ -1240,7 +1074,6 @@
|
|
|
1240
1074
|
"enter-animation",
|
|
1241
1075
|
"header",
|
|
1242
1076
|
"html-attributes",
|
|
1243
|
-
"hue",
|
|
1244
1077
|
"icon",
|
|
1245
1078
|
"is-open",
|
|
1246
1079
|
"keyboard-close",
|
|
@@ -1250,9 +1083,7 @@
|
|
|
1250
1083
|
"mode",
|
|
1251
1084
|
"position",
|
|
1252
1085
|
"position-anchor",
|
|
1253
|
-
"shape",
|
|
1254
1086
|
"swipe-gesture",
|
|
1255
|
-
"theme",
|
|
1256
1087
|
"translucent",
|
|
1257
1088
|
"trigger"
|
|
1258
1089
|
]
|
|
@@ -1272,7 +1103,6 @@
|
|
|
1272
1103
|
"mode",
|
|
1273
1104
|
"name",
|
|
1274
1105
|
"required",
|
|
1275
|
-
"theme",
|
|
1276
1106
|
"value"
|
|
1277
1107
|
]
|
|
1278
1108
|
},
|
|
@@ -1280,8 +1110,7 @@
|
|
|
1280
1110
|
"description": "",
|
|
1281
1111
|
"attributes": [
|
|
1282
1112
|
"color",
|
|
1283
|
-
"mode"
|
|
1284
|
-
"theme"
|
|
1113
|
+
"mode"
|
|
1285
1114
|
]
|
|
1286
1115
|
}
|
|
1287
1116
|
}
|