@ionic/vue 8.8.6-dev.11777490150.1970e4f2 → 8.8.6-nightly.20260430
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 +162 -210
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -2
- package/dist/vetur/attributes.json +103 -1609
- package/dist/vetur/tags.json +45 -240
- package/dist/web-types.json +131 -1698
- 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,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
|
-
"
|
|
409
|
-
"side",
|
|
410
|
-
"theme"
|
|
346
|
+
"side"
|
|
411
347
|
]
|
|
412
348
|
},
|
|
413
349
|
"ion-footer": {
|
|
@@ -415,35 +351,20 @@
|
|
|
415
351
|
"attributes": [
|
|
416
352
|
"collapse",
|
|
417
353
|
"mode",
|
|
418
|
-
"theme",
|
|
419
354
|
"translucent"
|
|
420
355
|
]
|
|
421
356
|
},
|
|
422
|
-
"ion-gallery": {
|
|
423
|
-
"description": "",
|
|
424
|
-
"attributes": [
|
|
425
|
-
"columns",
|
|
426
|
-
"layout",
|
|
427
|
-
"mode",
|
|
428
|
-
"order",
|
|
429
|
-
"theme"
|
|
430
|
-
]
|
|
431
|
-
},
|
|
432
357
|
"ion-grid": {
|
|
433
358
|
"description": "",
|
|
434
359
|
"attributes": [
|
|
435
|
-
"fixed"
|
|
436
|
-
"mode",
|
|
437
|
-
"theme"
|
|
360
|
+
"fixed"
|
|
438
361
|
]
|
|
439
362
|
},
|
|
440
363
|
"ion-header": {
|
|
441
364
|
"description": "",
|
|
442
365
|
"attributes": [
|
|
443
366
|
"collapse",
|
|
444
|
-
"divider",
|
|
445
367
|
"mode",
|
|
446
|
-
"theme",
|
|
447
368
|
"translucent"
|
|
448
369
|
]
|
|
449
370
|
},
|
|
@@ -451,19 +372,14 @@
|
|
|
451
372
|
"description": "",
|
|
452
373
|
"attributes": [
|
|
453
374
|
"alt",
|
|
454
|
-
"
|
|
455
|
-
"src",
|
|
456
|
-
"theme"
|
|
375
|
+
"src"
|
|
457
376
|
]
|
|
458
377
|
},
|
|
459
378
|
"ion-infinite-scroll": {
|
|
460
379
|
"description": "",
|
|
461
380
|
"attributes": [
|
|
462
381
|
"disabled",
|
|
463
|
-
"mode",
|
|
464
382
|
"position",
|
|
465
|
-
"preserve-rerender-scroll-position",
|
|
466
|
-
"theme",
|
|
467
383
|
"threshold"
|
|
468
384
|
]
|
|
469
385
|
},
|
|
@@ -471,9 +387,7 @@
|
|
|
471
387
|
"description": "",
|
|
472
388
|
"attributes": [
|
|
473
389
|
"loading-spinner",
|
|
474
|
-
"loading-text"
|
|
475
|
-
"mode",
|
|
476
|
-
"theme"
|
|
390
|
+
"loading-text"
|
|
477
391
|
]
|
|
478
392
|
},
|
|
479
393
|
"ion-input": {
|
|
@@ -510,10 +424,8 @@
|
|
|
510
424
|
"readonly",
|
|
511
425
|
"required",
|
|
512
426
|
"shape",
|
|
513
|
-
"size",
|
|
514
427
|
"spellcheck",
|
|
515
428
|
"step",
|
|
516
|
-
"theme",
|
|
517
429
|
"type",
|
|
518
430
|
"value"
|
|
519
431
|
]
|
|
@@ -527,13 +439,11 @@
|
|
|
527
439
|
"fill",
|
|
528
440
|
"inputmode",
|
|
529
441
|
"length",
|
|
530
|
-
"mode",
|
|
531
442
|
"pattern",
|
|
532
443
|
"readonly",
|
|
533
444
|
"separators",
|
|
534
445
|
"shape",
|
|
535
446
|
"size",
|
|
536
|
-
"theme",
|
|
537
447
|
"type",
|
|
538
448
|
"value"
|
|
539
449
|
]
|
|
@@ -563,7 +473,6 @@
|
|
|
563
473
|
"router-animation",
|
|
564
474
|
"router-direction",
|
|
565
475
|
"target",
|
|
566
|
-
"theme",
|
|
567
476
|
"type"
|
|
568
477
|
]
|
|
569
478
|
},
|
|
@@ -572,16 +481,12 @@
|
|
|
572
481
|
"attributes": [
|
|
573
482
|
"color",
|
|
574
483
|
"mode",
|
|
575
|
-
"sticky"
|
|
576
|
-
"theme"
|
|
484
|
+
"sticky"
|
|
577
485
|
]
|
|
578
486
|
},
|
|
579
487
|
"ion-item-group": {
|
|
580
488
|
"description": "",
|
|
581
|
-
"attributes": [
|
|
582
|
-
"mode",
|
|
583
|
-
"theme"
|
|
584
|
-
]
|
|
489
|
+
"attributes": []
|
|
585
490
|
},
|
|
586
491
|
"ion-item-option": {
|
|
587
492
|
"description": "",
|
|
@@ -591,29 +496,22 @@
|
|
|
591
496
|
"download",
|
|
592
497
|
"expandable",
|
|
593
498
|
"href",
|
|
594
|
-
"hue",
|
|
595
499
|
"mode",
|
|
596
500
|
"rel",
|
|
597
|
-
"shape",
|
|
598
501
|
"target",
|
|
599
|
-
"theme",
|
|
600
502
|
"type"
|
|
601
503
|
]
|
|
602
504
|
},
|
|
603
505
|
"ion-item-options": {
|
|
604
506
|
"description": "",
|
|
605
507
|
"attributes": [
|
|
606
|
-
"
|
|
607
|
-
"side",
|
|
608
|
-
"theme"
|
|
508
|
+
"side"
|
|
609
509
|
]
|
|
610
510
|
},
|
|
611
511
|
"ion-item-sliding": {
|
|
612
512
|
"description": "",
|
|
613
513
|
"attributes": [
|
|
614
|
-
"disabled"
|
|
615
|
-
"mode",
|
|
616
|
-
"theme"
|
|
514
|
+
"disabled"
|
|
617
515
|
]
|
|
618
516
|
},
|
|
619
517
|
"ion-label": {
|
|
@@ -621,8 +519,7 @@
|
|
|
621
519
|
"attributes": [
|
|
622
520
|
"color",
|
|
623
521
|
"mode",
|
|
624
|
-
"position"
|
|
625
|
-
"theme"
|
|
522
|
+
"position"
|
|
626
523
|
]
|
|
627
524
|
},
|
|
628
525
|
"ion-list": {
|
|
@@ -630,9 +527,7 @@
|
|
|
630
527
|
"attributes": [
|
|
631
528
|
"inset",
|
|
632
529
|
"lines",
|
|
633
|
-
"mode"
|
|
634
|
-
"shape",
|
|
635
|
-
"theme"
|
|
530
|
+
"mode"
|
|
636
531
|
]
|
|
637
532
|
},
|
|
638
533
|
"ion-list-header": {
|
|
@@ -640,8 +535,7 @@
|
|
|
640
535
|
"attributes": [
|
|
641
536
|
"color",
|
|
642
537
|
"lines",
|
|
643
|
-
"mode"
|
|
644
|
-
"theme"
|
|
538
|
+
"mode"
|
|
645
539
|
]
|
|
646
540
|
},
|
|
647
541
|
"ion-loading": {
|
|
@@ -660,7 +554,6 @@
|
|
|
660
554
|
"mode",
|
|
661
555
|
"show-backdrop",
|
|
662
556
|
"spinner",
|
|
663
|
-
"theme",
|
|
664
557
|
"translucent",
|
|
665
558
|
"trigger"
|
|
666
559
|
]
|
|
@@ -672,10 +565,8 @@
|
|
|
672
565
|
"disabled",
|
|
673
566
|
"max-edge-start",
|
|
674
567
|
"menu-id",
|
|
675
|
-
"mode",
|
|
676
568
|
"side",
|
|
677
569
|
"swipe-gesture",
|
|
678
|
-
"theme",
|
|
679
570
|
"type"
|
|
680
571
|
]
|
|
681
572
|
},
|
|
@@ -687,7 +578,6 @@
|
|
|
687
578
|
"disabled",
|
|
688
579
|
"menu",
|
|
689
580
|
"mode",
|
|
690
|
-
"theme",
|
|
691
581
|
"type"
|
|
692
582
|
]
|
|
693
583
|
},
|
|
@@ -695,9 +585,7 @@
|
|
|
695
585
|
"description": "",
|
|
696
586
|
"attributes": [
|
|
697
587
|
"auto-hide",
|
|
698
|
-
"menu"
|
|
699
|
-
"mode",
|
|
700
|
-
"theme"
|
|
588
|
+
"menu"
|
|
701
589
|
]
|
|
702
590
|
},
|
|
703
591
|
"ion-modal": {
|
|
@@ -721,9 +609,7 @@
|
|
|
721
609
|
"leave-animation",
|
|
722
610
|
"mode",
|
|
723
611
|
"presenting-element",
|
|
724
|
-
"shape",
|
|
725
612
|
"show-backdrop",
|
|
726
|
-
"theme",
|
|
727
613
|
"trigger"
|
|
728
614
|
]
|
|
729
615
|
},
|
|
@@ -732,11 +618,9 @@
|
|
|
732
618
|
"attributes": [
|
|
733
619
|
"animated",
|
|
734
620
|
"animation",
|
|
735
|
-
"mode",
|
|
736
621
|
"root",
|
|
737
622
|
"root-params",
|
|
738
|
-
"swipe-gesture"
|
|
739
|
-
"theme"
|
|
623
|
+
"swipe-gesture"
|
|
740
624
|
]
|
|
741
625
|
},
|
|
742
626
|
"ion-nav-link": {
|
|
@@ -744,25 +628,21 @@
|
|
|
744
628
|
"attributes": [
|
|
745
629
|
"component",
|
|
746
630
|
"component-props",
|
|
747
|
-
"mode",
|
|
748
631
|
"router-animation",
|
|
749
|
-
"router-direction"
|
|
750
|
-
"theme"
|
|
632
|
+
"router-direction"
|
|
751
633
|
]
|
|
752
634
|
},
|
|
753
635
|
"ion-note": {
|
|
754
636
|
"description": "",
|
|
755
637
|
"attributes": [
|
|
756
638
|
"color",
|
|
757
|
-
"mode"
|
|
758
|
-
"theme"
|
|
639
|
+
"mode"
|
|
759
640
|
]
|
|
760
641
|
},
|
|
761
642
|
"ion-picker": {
|
|
762
643
|
"description": "",
|
|
763
644
|
"attributes": [
|
|
764
|
-
"mode"
|
|
765
|
-
"theme"
|
|
645
|
+
"mode"
|
|
766
646
|
]
|
|
767
647
|
},
|
|
768
648
|
"ion-picker-column": {
|
|
@@ -771,7 +651,6 @@
|
|
|
771
651
|
"color",
|
|
772
652
|
"disabled",
|
|
773
653
|
"mode",
|
|
774
|
-
"theme",
|
|
775
654
|
"value"
|
|
776
655
|
]
|
|
777
656
|
},
|
|
@@ -780,8 +659,6 @@
|
|
|
780
659
|
"attributes": [
|
|
781
660
|
"color",
|
|
782
661
|
"disabled",
|
|
783
|
-
"mode",
|
|
784
|
-
"theme",
|
|
785
662
|
"value"
|
|
786
663
|
]
|
|
787
664
|
},
|
|
@@ -801,7 +678,6 @@
|
|
|
801
678
|
"leave-animation",
|
|
802
679
|
"mode",
|
|
803
680
|
"show-backdrop",
|
|
804
|
-
"theme",
|
|
805
681
|
"trigger"
|
|
806
682
|
]
|
|
807
683
|
},
|
|
@@ -828,7 +704,6 @@
|
|
|
828
704
|
"show-backdrop",
|
|
829
705
|
"side",
|
|
830
706
|
"size",
|
|
831
|
-
"theme",
|
|
832
707
|
"translucent",
|
|
833
708
|
"trigger",
|
|
834
709
|
"trigger-action"
|
|
@@ -841,8 +716,6 @@
|
|
|
841
716
|
"color",
|
|
842
717
|
"mode",
|
|
843
718
|
"reversed",
|
|
844
|
-
"shape",
|
|
845
|
-
"theme",
|
|
846
719
|
"type",
|
|
847
720
|
"value"
|
|
848
721
|
]
|
|
@@ -857,7 +730,6 @@
|
|
|
857
730
|
"label-placement",
|
|
858
731
|
"mode",
|
|
859
732
|
"name",
|
|
860
|
-
"theme",
|
|
861
733
|
"value"
|
|
862
734
|
]
|
|
863
735
|
},
|
|
@@ -868,9 +740,7 @@
|
|
|
868
740
|
"compare-with",
|
|
869
741
|
"error-text",
|
|
870
742
|
"helper-text",
|
|
871
|
-
"mode",
|
|
872
743
|
"name",
|
|
873
|
-
"theme",
|
|
874
744
|
"value"
|
|
875
745
|
]
|
|
876
746
|
},
|
|
@@ -892,7 +762,6 @@
|
|
|
892
762
|
"pin-formatter",
|
|
893
763
|
"snaps",
|
|
894
764
|
"step",
|
|
895
|
-
"theme",
|
|
896
765
|
"ticks",
|
|
897
766
|
"value"
|
|
898
767
|
]
|
|
@@ -906,41 +775,31 @@
|
|
|
906
775
|
"pull-factor",
|
|
907
776
|
"pull-max",
|
|
908
777
|
"pull-min",
|
|
909
|
-
"snapback-duration"
|
|
910
|
-
"theme"
|
|
778
|
+
"snapback-duration"
|
|
911
779
|
]
|
|
912
780
|
},
|
|
913
781
|
"ion-refresher-content": {
|
|
914
782
|
"description": "",
|
|
915
783
|
"attributes": [
|
|
916
|
-
"mode",
|
|
917
784
|
"pulling-icon",
|
|
918
785
|
"pulling-text",
|
|
919
786
|
"refreshing-spinner",
|
|
920
|
-
"refreshing-text"
|
|
921
|
-
"theme"
|
|
787
|
+
"refreshing-text"
|
|
922
788
|
]
|
|
923
789
|
},
|
|
924
790
|
"ion-reorder": {
|
|
925
791
|
"description": "",
|
|
926
|
-
"attributes": [
|
|
927
|
-
"mode",
|
|
928
|
-
"theme"
|
|
929
|
-
]
|
|
792
|
+
"attributes": []
|
|
930
793
|
},
|
|
931
794
|
"ion-reorder-group": {
|
|
932
795
|
"description": "",
|
|
933
796
|
"attributes": [
|
|
934
|
-
"disabled"
|
|
935
|
-
"mode",
|
|
936
|
-
"theme"
|
|
797
|
+
"disabled"
|
|
937
798
|
]
|
|
938
799
|
},
|
|
939
800
|
"ion-ripple-effect": {
|
|
940
801
|
"description": "",
|
|
941
802
|
"attributes": [
|
|
942
|
-
"mode",
|
|
943
|
-
"theme",
|
|
944
803
|
"type"
|
|
945
804
|
]
|
|
946
805
|
},
|
|
@@ -951,8 +810,6 @@
|
|
|
951
810
|
"before-leave",
|
|
952
811
|
"component",
|
|
953
812
|
"component-props",
|
|
954
|
-
"mode",
|
|
955
|
-
"theme",
|
|
956
813
|
"url"
|
|
957
814
|
]
|
|
958
815
|
},
|
|
@@ -966,9 +823,7 @@
|
|
|
966
823
|
"ion-router": {
|
|
967
824
|
"description": "",
|
|
968
825
|
"attributes": [
|
|
969
|
-
"mode",
|
|
970
826
|
"root",
|
|
971
|
-
"theme",
|
|
972
827
|
"use-hash"
|
|
973
828
|
]
|
|
974
829
|
},
|
|
@@ -977,12 +832,10 @@
|
|
|
977
832
|
"attributes": [
|
|
978
833
|
"color",
|
|
979
834
|
"href",
|
|
980
|
-
"mode",
|
|
981
835
|
"rel",
|
|
982
836
|
"router-animation",
|
|
983
837
|
"router-direction",
|
|
984
|
-
"target"
|
|
985
|
-
"theme"
|
|
838
|
+
"target"
|
|
986
839
|
]
|
|
987
840
|
},
|
|
988
841
|
"ion-router-outlet": {
|
|
@@ -990,16 +843,12 @@
|
|
|
990
843
|
"attributes": [
|
|
991
844
|
"animated",
|
|
992
845
|
"animation",
|
|
993
|
-
"mode"
|
|
994
|
-
"theme"
|
|
846
|
+
"mode"
|
|
995
847
|
]
|
|
996
848
|
},
|
|
997
849
|
"ion-row": {
|
|
998
850
|
"description": "",
|
|
999
|
-
"attributes": [
|
|
1000
|
-
"mode",
|
|
1001
|
-
"theme"
|
|
1002
|
-
]
|
|
851
|
+
"attributes": []
|
|
1003
852
|
},
|
|
1004
853
|
"ion-searchbar": {
|
|
1005
854
|
"description": "",
|
|
@@ -1022,12 +871,9 @@
|
|
|
1022
871
|
"name",
|
|
1023
872
|
"placeholder",
|
|
1024
873
|
"search-icon",
|
|
1025
|
-
"shape",
|
|
1026
874
|
"show-cancel-button",
|
|
1027
875
|
"show-clear-button",
|
|
1028
|
-
"size",
|
|
1029
876
|
"spellcheck",
|
|
1030
|
-
"theme",
|
|
1031
877
|
"type",
|
|
1032
878
|
"value"
|
|
1033
879
|
]
|
|
@@ -1041,7 +887,6 @@
|
|
|
1041
887
|
"scrollable",
|
|
1042
888
|
"select-on-focus",
|
|
1043
889
|
"swipe-gesture",
|
|
1044
|
-
"theme",
|
|
1045
890
|
"value"
|
|
1046
891
|
]
|
|
1047
892
|
},
|
|
@@ -1052,7 +897,6 @@
|
|
|
1052
897
|
"disabled",
|
|
1053
898
|
"layout",
|
|
1054
899
|
"mode",
|
|
1055
|
-
"theme",
|
|
1056
900
|
"type",
|
|
1057
901
|
"value"
|
|
1058
902
|
]
|
|
@@ -1071,7 +915,6 @@
|
|
|
1071
915
|
"ion-select": {
|
|
1072
916
|
"description": "",
|
|
1073
917
|
"attributes": [
|
|
1074
|
-
"cancel-icon",
|
|
1075
918
|
"cancel-text",
|
|
1076
919
|
"color",
|
|
1077
920
|
"compare-with",
|
|
@@ -1093,8 +936,6 @@
|
|
|
1093
936
|
"required",
|
|
1094
937
|
"selected-text",
|
|
1095
938
|
"shape",
|
|
1096
|
-
"size",
|
|
1097
|
-
"theme",
|
|
1098
939
|
"toggle-icon",
|
|
1099
940
|
"value"
|
|
1100
941
|
]
|
|
@@ -1102,7 +943,6 @@
|
|
|
1102
943
|
"ion-select-modal": {
|
|
1103
944
|
"description": "",
|
|
1104
945
|
"attributes": [
|
|
1105
|
-
"cancel-icon",
|
|
1106
946
|
"cancel-text",
|
|
1107
947
|
"header",
|
|
1108
948
|
"multiple",
|
|
@@ -1112,19 +952,14 @@
|
|
|
1112
952
|
"ion-select-option": {
|
|
1113
953
|
"description": "",
|
|
1114
954
|
"attributes": [
|
|
1115
|
-
"description",
|
|
1116
955
|
"disabled",
|
|
1117
|
-
"mode",
|
|
1118
|
-
"theme",
|
|
1119
956
|
"value"
|
|
1120
957
|
]
|
|
1121
958
|
},
|
|
1122
959
|
"ion-skeleton-text": {
|
|
1123
960
|
"description": "",
|
|
1124
961
|
"attributes": [
|
|
1125
|
-
"animated"
|
|
1126
|
-
"mode",
|
|
1127
|
-
"theme"
|
|
962
|
+
"animated"
|
|
1128
963
|
]
|
|
1129
964
|
},
|
|
1130
965
|
"ion-spinner": {
|
|
@@ -1132,11 +967,8 @@
|
|
|
1132
967
|
"attributes": [
|
|
1133
968
|
"color",
|
|
1134
969
|
"duration",
|
|
1135
|
-
"mode",
|
|
1136
970
|
"name",
|
|
1137
|
-
"paused"
|
|
1138
|
-
"size",
|
|
1139
|
-
"theme"
|
|
971
|
+
"paused"
|
|
1140
972
|
]
|
|
1141
973
|
},
|
|
1142
974
|
"ion-split-pane": {
|
|
@@ -1144,8 +976,6 @@
|
|
|
1144
976
|
"attributes": [
|
|
1145
977
|
"content-id",
|
|
1146
978
|
"disabled",
|
|
1147
|
-
"mode",
|
|
1148
|
-
"theme",
|
|
1149
979
|
"when"
|
|
1150
980
|
]
|
|
1151
981
|
},
|
|
@@ -1153,21 +983,15 @@
|
|
|
1153
983
|
"description": "",
|
|
1154
984
|
"attributes": [
|
|
1155
985
|
"component",
|
|
1156
|
-
"
|
|
1157
|
-
"tab",
|
|
1158
|
-
"theme"
|
|
986
|
+
"tab"
|
|
1159
987
|
]
|
|
1160
988
|
},
|
|
1161
989
|
"ion-tab-bar": {
|
|
1162
990
|
"description": "",
|
|
1163
991
|
"attributes": [
|
|
1164
992
|
"color",
|
|
1165
|
-
"expand",
|
|
1166
|
-
"hide-on-scroll",
|
|
1167
993
|
"mode",
|
|
1168
994
|
"selected-tab",
|
|
1169
|
-
"shape",
|
|
1170
|
-
"theme",
|
|
1171
995
|
"translucent"
|
|
1172
996
|
]
|
|
1173
997
|
},
|
|
@@ -1181,25 +1005,19 @@
|
|
|
1181
1005
|
"mode",
|
|
1182
1006
|
"rel",
|
|
1183
1007
|
"selected",
|
|
1184
|
-
"shape",
|
|
1185
1008
|
"tab",
|
|
1186
|
-
"target"
|
|
1187
|
-
"theme"
|
|
1009
|
+
"target"
|
|
1188
1010
|
]
|
|
1189
1011
|
},
|
|
1190
1012
|
"ion-tabs": {
|
|
1191
1013
|
"description": "",
|
|
1192
|
-
"attributes": [
|
|
1193
|
-
"mode",
|
|
1194
|
-
"theme"
|
|
1195
|
-
]
|
|
1014
|
+
"attributes": []
|
|
1196
1015
|
},
|
|
1197
1016
|
"ion-text": {
|
|
1198
1017
|
"description": "",
|
|
1199
1018
|
"attributes": [
|
|
1200
1019
|
"color",
|
|
1201
|
-
"mode"
|
|
1202
|
-
"theme"
|
|
1020
|
+
"mode"
|
|
1203
1021
|
]
|
|
1204
1022
|
},
|
|
1205
1023
|
"ion-textarea": {
|
|
@@ -1231,27 +1049,20 @@
|
|
|
1231
1049
|
"required",
|
|
1232
1050
|
"rows",
|
|
1233
1051
|
"shape",
|
|
1234
|
-
"size",
|
|
1235
1052
|
"spellcheck",
|
|
1236
|
-
"theme",
|
|
1237
1053
|
"value",
|
|
1238
1054
|
"wrap"
|
|
1239
1055
|
]
|
|
1240
1056
|
},
|
|
1241
1057
|
"ion-thumbnail": {
|
|
1242
1058
|
"description": "",
|
|
1243
|
-
"attributes": [
|
|
1244
|
-
"mode",
|
|
1245
|
-
"theme"
|
|
1246
|
-
]
|
|
1059
|
+
"attributes": []
|
|
1247
1060
|
},
|
|
1248
1061
|
"ion-title": {
|
|
1249
1062
|
"description": "",
|
|
1250
1063
|
"attributes": [
|
|
1251
1064
|
"color",
|
|
1252
|
-
"
|
|
1253
|
-
"size",
|
|
1254
|
-
"theme"
|
|
1065
|
+
"size"
|
|
1255
1066
|
]
|
|
1256
1067
|
},
|
|
1257
1068
|
"ion-toast": {
|
|
@@ -1265,7 +1076,6 @@
|
|
|
1265
1076
|
"enter-animation",
|
|
1266
1077
|
"header",
|
|
1267
1078
|
"html-attributes",
|
|
1268
|
-
"hue",
|
|
1269
1079
|
"icon",
|
|
1270
1080
|
"is-open",
|
|
1271
1081
|
"keyboard-close",
|
|
@@ -1275,9 +1085,7 @@
|
|
|
1275
1085
|
"mode",
|
|
1276
1086
|
"position",
|
|
1277
1087
|
"position-anchor",
|
|
1278
|
-
"shape",
|
|
1279
1088
|
"swipe-gesture",
|
|
1280
|
-
"theme",
|
|
1281
1089
|
"translucent",
|
|
1282
1090
|
"trigger"
|
|
1283
1091
|
]
|
|
@@ -1297,7 +1105,6 @@
|
|
|
1297
1105
|
"mode",
|
|
1298
1106
|
"name",
|
|
1299
1107
|
"required",
|
|
1300
|
-
"theme",
|
|
1301
1108
|
"value"
|
|
1302
1109
|
]
|
|
1303
1110
|
},
|
|
@@ -1305,9 +1112,7 @@
|
|
|
1305
1112
|
"description": "",
|
|
1306
1113
|
"attributes": [
|
|
1307
1114
|
"color",
|
|
1308
|
-
"mode"
|
|
1309
|
-
"theme",
|
|
1310
|
-
"title-placement"
|
|
1115
|
+
"mode"
|
|
1311
1116
|
]
|
|
1312
1117
|
}
|
|
1313
1118
|
}
|