@ionic/vue 8.8.9-dev.11780683233.1c5e9d9b → 8.8.9-dev.11780690883.11fe8a2a
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 +239 -254
- package/dist/index.js.map +1 -1
- package/dist/types/components/IonPage.d.ts +5 -5
- package/dist/types/components/IonRouterOutlet.d.ts +16 -4
- package/dist/types/components/IonTabBar.d.ts +1 -1
- package/dist/types/components/IonTabButton.d.ts +6 -6
- package/dist/types/components/IonTabs.d.ts +4 -4
- package/dist/types/components/Overlays.d.ts +0 -1
- package/dist/types/controllers.d.ts +1 -9
- package/dist/types/index.d.ts +2 -2
- package/dist/types/proxies.d.ts +0 -3
- package/dist/vetur/attributes.json +111 -1713
- package/dist/vetur/tags.json +45 -266
- package/dist/web-types.json +192 -2032
- package/package.json +5 -5
- 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,43 +351,20 @@
|
|
|
415
351
|
"attributes": [
|
|
416
352
|
"collapse",
|
|
417
353
|
"mode",
|
|
418
|
-
"theme",
|
|
419
354
|
"translucent"
|
|
420
355
|
]
|
|
421
356
|
},
|
|
422
|
-
"ion-gallery": {
|
|
423
|
-
"description": "",
|
|
424
|
-
"attributes": [
|
|
425
|
-
"columns",
|
|
426
|
-
"gap",
|
|
427
|
-
"layout",
|
|
428
|
-
"mode",
|
|
429
|
-
"order",
|
|
430
|
-
"theme"
|
|
431
|
-
]
|
|
432
|
-
},
|
|
433
|
-
"ion-gallery-item": {
|
|
434
|
-
"description": "",
|
|
435
|
-
"attributes": [
|
|
436
|
-
"mode",
|
|
437
|
-
"theme"
|
|
438
|
-
]
|
|
439
|
-
},
|
|
440
357
|
"ion-grid": {
|
|
441
358
|
"description": "",
|
|
442
359
|
"attributes": [
|
|
443
|
-
"fixed"
|
|
444
|
-
"mode",
|
|
445
|
-
"theme"
|
|
360
|
+
"fixed"
|
|
446
361
|
]
|
|
447
362
|
},
|
|
448
363
|
"ion-header": {
|
|
449
364
|
"description": "",
|
|
450
365
|
"attributes": [
|
|
451
366
|
"collapse",
|
|
452
|
-
"divider",
|
|
453
367
|
"mode",
|
|
454
|
-
"theme",
|
|
455
368
|
"translucent"
|
|
456
369
|
]
|
|
457
370
|
},
|
|
@@ -459,19 +372,14 @@
|
|
|
459
372
|
"description": "",
|
|
460
373
|
"attributes": [
|
|
461
374
|
"alt",
|
|
462
|
-
"
|
|
463
|
-
"src",
|
|
464
|
-
"theme"
|
|
375
|
+
"src"
|
|
465
376
|
]
|
|
466
377
|
},
|
|
467
378
|
"ion-infinite-scroll": {
|
|
468
379
|
"description": "",
|
|
469
380
|
"attributes": [
|
|
470
381
|
"disabled",
|
|
471
|
-
"mode",
|
|
472
382
|
"position",
|
|
473
|
-
"preserve-rerender-scroll-position",
|
|
474
|
-
"theme",
|
|
475
383
|
"threshold"
|
|
476
384
|
]
|
|
477
385
|
},
|
|
@@ -479,9 +387,7 @@
|
|
|
479
387
|
"description": "",
|
|
480
388
|
"attributes": [
|
|
481
389
|
"loading-spinner",
|
|
482
|
-
"loading-text"
|
|
483
|
-
"mode",
|
|
484
|
-
"theme"
|
|
390
|
+
"loading-text"
|
|
485
391
|
]
|
|
486
392
|
},
|
|
487
393
|
"ion-input": {
|
|
@@ -518,10 +424,8 @@
|
|
|
518
424
|
"readonly",
|
|
519
425
|
"required",
|
|
520
426
|
"shape",
|
|
521
|
-
"size",
|
|
522
427
|
"spellcheck",
|
|
523
428
|
"step",
|
|
524
|
-
"theme",
|
|
525
429
|
"type",
|
|
526
430
|
"value"
|
|
527
431
|
]
|
|
@@ -535,13 +439,11 @@
|
|
|
535
439
|
"fill",
|
|
536
440
|
"inputmode",
|
|
537
441
|
"length",
|
|
538
|
-
"mode",
|
|
539
442
|
"pattern",
|
|
540
443
|
"readonly",
|
|
541
444
|
"separators",
|
|
542
445
|
"shape",
|
|
543
446
|
"size",
|
|
544
|
-
"theme",
|
|
545
447
|
"type",
|
|
546
448
|
"value"
|
|
547
449
|
]
|
|
@@ -571,7 +473,6 @@
|
|
|
571
473
|
"router-animation",
|
|
572
474
|
"router-direction",
|
|
573
475
|
"target",
|
|
574
|
-
"theme",
|
|
575
476
|
"type"
|
|
576
477
|
]
|
|
577
478
|
},
|
|
@@ -580,16 +481,12 @@
|
|
|
580
481
|
"attributes": [
|
|
581
482
|
"color",
|
|
582
483
|
"mode",
|
|
583
|
-
"sticky"
|
|
584
|
-
"theme"
|
|
484
|
+
"sticky"
|
|
585
485
|
]
|
|
586
486
|
},
|
|
587
487
|
"ion-item-group": {
|
|
588
488
|
"description": "",
|
|
589
|
-
"attributes": [
|
|
590
|
-
"mode",
|
|
591
|
-
"theme"
|
|
592
|
-
]
|
|
489
|
+
"attributes": []
|
|
593
490
|
},
|
|
594
491
|
"ion-item-option": {
|
|
595
492
|
"description": "",
|
|
@@ -599,29 +496,22 @@
|
|
|
599
496
|
"download",
|
|
600
497
|
"expandable",
|
|
601
498
|
"href",
|
|
602
|
-
"hue",
|
|
603
499
|
"mode",
|
|
604
500
|
"rel",
|
|
605
|
-
"shape",
|
|
606
501
|
"target",
|
|
607
|
-
"theme",
|
|
608
502
|
"type"
|
|
609
503
|
]
|
|
610
504
|
},
|
|
611
505
|
"ion-item-options": {
|
|
612
506
|
"description": "",
|
|
613
507
|
"attributes": [
|
|
614
|
-
"
|
|
615
|
-
"side",
|
|
616
|
-
"theme"
|
|
508
|
+
"side"
|
|
617
509
|
]
|
|
618
510
|
},
|
|
619
511
|
"ion-item-sliding": {
|
|
620
512
|
"description": "",
|
|
621
513
|
"attributes": [
|
|
622
|
-
"disabled"
|
|
623
|
-
"mode",
|
|
624
|
-
"theme"
|
|
514
|
+
"disabled"
|
|
625
515
|
]
|
|
626
516
|
},
|
|
627
517
|
"ion-label": {
|
|
@@ -629,8 +519,7 @@
|
|
|
629
519
|
"attributes": [
|
|
630
520
|
"color",
|
|
631
521
|
"mode",
|
|
632
|
-
"position"
|
|
633
|
-
"theme"
|
|
522
|
+
"position"
|
|
634
523
|
]
|
|
635
524
|
},
|
|
636
525
|
"ion-list": {
|
|
@@ -638,9 +527,7 @@
|
|
|
638
527
|
"attributes": [
|
|
639
528
|
"inset",
|
|
640
529
|
"lines",
|
|
641
|
-
"mode"
|
|
642
|
-
"shape",
|
|
643
|
-
"theme"
|
|
530
|
+
"mode"
|
|
644
531
|
]
|
|
645
532
|
},
|
|
646
533
|
"ion-list-header": {
|
|
@@ -648,8 +535,7 @@
|
|
|
648
535
|
"attributes": [
|
|
649
536
|
"color",
|
|
650
537
|
"lines",
|
|
651
|
-
"mode"
|
|
652
|
-
"theme"
|
|
538
|
+
"mode"
|
|
653
539
|
]
|
|
654
540
|
},
|
|
655
541
|
"ion-loading": {
|
|
@@ -668,7 +554,6 @@
|
|
|
668
554
|
"mode",
|
|
669
555
|
"show-backdrop",
|
|
670
556
|
"spinner",
|
|
671
|
-
"theme",
|
|
672
557
|
"translucent",
|
|
673
558
|
"trigger"
|
|
674
559
|
]
|
|
@@ -680,10 +565,8 @@
|
|
|
680
565
|
"disabled",
|
|
681
566
|
"max-edge-start",
|
|
682
567
|
"menu-id",
|
|
683
|
-
"mode",
|
|
684
568
|
"side",
|
|
685
569
|
"swipe-gesture",
|
|
686
|
-
"theme",
|
|
687
570
|
"type"
|
|
688
571
|
]
|
|
689
572
|
},
|
|
@@ -695,7 +578,6 @@
|
|
|
695
578
|
"disabled",
|
|
696
579
|
"menu",
|
|
697
580
|
"mode",
|
|
698
|
-
"theme",
|
|
699
581
|
"type"
|
|
700
582
|
]
|
|
701
583
|
},
|
|
@@ -703,9 +585,7 @@
|
|
|
703
585
|
"description": "",
|
|
704
586
|
"attributes": [
|
|
705
587
|
"auto-hide",
|
|
706
|
-
"menu"
|
|
707
|
-
"mode",
|
|
708
|
-
"theme"
|
|
588
|
+
"menu"
|
|
709
589
|
]
|
|
710
590
|
},
|
|
711
591
|
"ion-modal": {
|
|
@@ -729,9 +609,7 @@
|
|
|
729
609
|
"leave-animation",
|
|
730
610
|
"mode",
|
|
731
611
|
"presenting-element",
|
|
732
|
-
"shape",
|
|
733
612
|
"show-backdrop",
|
|
734
|
-
"theme",
|
|
735
613
|
"trigger"
|
|
736
614
|
]
|
|
737
615
|
},
|
|
@@ -740,11 +618,9 @@
|
|
|
740
618
|
"attributes": [
|
|
741
619
|
"animated",
|
|
742
620
|
"animation",
|
|
743
|
-
"mode",
|
|
744
621
|
"root",
|
|
745
622
|
"root-params",
|
|
746
|
-
"swipe-gesture"
|
|
747
|
-
"theme"
|
|
623
|
+
"swipe-gesture"
|
|
748
624
|
]
|
|
749
625
|
},
|
|
750
626
|
"ion-nav-link": {
|
|
@@ -752,25 +628,21 @@
|
|
|
752
628
|
"attributes": [
|
|
753
629
|
"component",
|
|
754
630
|
"component-props",
|
|
755
|
-
"mode",
|
|
756
631
|
"router-animation",
|
|
757
|
-
"router-direction"
|
|
758
|
-
"theme"
|
|
632
|
+
"router-direction"
|
|
759
633
|
]
|
|
760
634
|
},
|
|
761
635
|
"ion-note": {
|
|
762
636
|
"description": "",
|
|
763
637
|
"attributes": [
|
|
764
638
|
"color",
|
|
765
|
-
"mode"
|
|
766
|
-
"theme"
|
|
639
|
+
"mode"
|
|
767
640
|
]
|
|
768
641
|
},
|
|
769
642
|
"ion-picker": {
|
|
770
643
|
"description": "",
|
|
771
644
|
"attributes": [
|
|
772
|
-
"mode"
|
|
773
|
-
"theme"
|
|
645
|
+
"mode"
|
|
774
646
|
]
|
|
775
647
|
},
|
|
776
648
|
"ion-picker-column": {
|
|
@@ -779,7 +651,6 @@
|
|
|
779
651
|
"color",
|
|
780
652
|
"disabled",
|
|
781
653
|
"mode",
|
|
782
|
-
"theme",
|
|
783
654
|
"value"
|
|
784
655
|
]
|
|
785
656
|
},
|
|
@@ -788,31 +659,9 @@
|
|
|
788
659
|
"attributes": [
|
|
789
660
|
"color",
|
|
790
661
|
"disabled",
|
|
791
|
-
"mode",
|
|
792
|
-
"theme",
|
|
793
662
|
"value"
|
|
794
663
|
]
|
|
795
664
|
},
|
|
796
|
-
"ion-picker-legacy": {
|
|
797
|
-
"description": "",
|
|
798
|
-
"attributes": [
|
|
799
|
-
"animated",
|
|
800
|
-
"backdrop-dismiss",
|
|
801
|
-
"buttons",
|
|
802
|
-
"columns",
|
|
803
|
-
"css-class",
|
|
804
|
-
"duration",
|
|
805
|
-
"enter-animation",
|
|
806
|
-
"html-attributes",
|
|
807
|
-
"is-open",
|
|
808
|
-
"keyboard-close",
|
|
809
|
-
"leave-animation",
|
|
810
|
-
"mode",
|
|
811
|
-
"show-backdrop",
|
|
812
|
-
"theme",
|
|
813
|
-
"trigger"
|
|
814
|
-
]
|
|
815
|
-
},
|
|
816
665
|
"ion-popover": {
|
|
817
666
|
"description": "",
|
|
818
667
|
"attributes": [
|
|
@@ -836,7 +685,6 @@
|
|
|
836
685
|
"show-backdrop",
|
|
837
686
|
"side",
|
|
838
687
|
"size",
|
|
839
|
-
"theme",
|
|
840
688
|
"translucent",
|
|
841
689
|
"trigger",
|
|
842
690
|
"trigger-action"
|
|
@@ -849,8 +697,6 @@
|
|
|
849
697
|
"color",
|
|
850
698
|
"mode",
|
|
851
699
|
"reversed",
|
|
852
|
-
"shape",
|
|
853
|
-
"theme",
|
|
854
700
|
"type",
|
|
855
701
|
"value"
|
|
856
702
|
]
|
|
@@ -865,7 +711,6 @@
|
|
|
865
711
|
"label-placement",
|
|
866
712
|
"mode",
|
|
867
713
|
"name",
|
|
868
|
-
"theme",
|
|
869
714
|
"value"
|
|
870
715
|
]
|
|
871
716
|
},
|
|
@@ -876,9 +721,7 @@
|
|
|
876
721
|
"compare-with",
|
|
877
722
|
"error-text",
|
|
878
723
|
"helper-text",
|
|
879
|
-
"mode",
|
|
880
724
|
"name",
|
|
881
|
-
"theme",
|
|
882
725
|
"value"
|
|
883
726
|
]
|
|
884
727
|
},
|
|
@@ -900,7 +743,6 @@
|
|
|
900
743
|
"pin-formatter",
|
|
901
744
|
"snaps",
|
|
902
745
|
"step",
|
|
903
|
-
"theme",
|
|
904
746
|
"ticks",
|
|
905
747
|
"value"
|
|
906
748
|
]
|
|
@@ -914,41 +756,31 @@
|
|
|
914
756
|
"pull-factor",
|
|
915
757
|
"pull-max",
|
|
916
758
|
"pull-min",
|
|
917
|
-
"snapback-duration"
|
|
918
|
-
"theme"
|
|
759
|
+
"snapback-duration"
|
|
919
760
|
]
|
|
920
761
|
},
|
|
921
762
|
"ion-refresher-content": {
|
|
922
763
|
"description": "",
|
|
923
764
|
"attributes": [
|
|
924
|
-
"mode",
|
|
925
765
|
"pulling-icon",
|
|
926
766
|
"pulling-text",
|
|
927
767
|
"refreshing-spinner",
|
|
928
|
-
"refreshing-text"
|
|
929
|
-
"theme"
|
|
768
|
+
"refreshing-text"
|
|
930
769
|
]
|
|
931
770
|
},
|
|
932
771
|
"ion-reorder": {
|
|
933
772
|
"description": "",
|
|
934
|
-
"attributes": [
|
|
935
|
-
"mode",
|
|
936
|
-
"theme"
|
|
937
|
-
]
|
|
773
|
+
"attributes": []
|
|
938
774
|
},
|
|
939
775
|
"ion-reorder-group": {
|
|
940
776
|
"description": "",
|
|
941
777
|
"attributes": [
|
|
942
|
-
"disabled"
|
|
943
|
-
"mode",
|
|
944
|
-
"theme"
|
|
778
|
+
"disabled"
|
|
945
779
|
]
|
|
946
780
|
},
|
|
947
781
|
"ion-ripple-effect": {
|
|
948
782
|
"description": "",
|
|
949
783
|
"attributes": [
|
|
950
|
-
"mode",
|
|
951
|
-
"theme",
|
|
952
784
|
"type"
|
|
953
785
|
]
|
|
954
786
|
},
|
|
@@ -959,8 +791,6 @@
|
|
|
959
791
|
"before-leave",
|
|
960
792
|
"component",
|
|
961
793
|
"component-props",
|
|
962
|
-
"mode",
|
|
963
|
-
"theme",
|
|
964
794
|
"url"
|
|
965
795
|
]
|
|
966
796
|
},
|
|
@@ -974,9 +804,7 @@
|
|
|
974
804
|
"ion-router": {
|
|
975
805
|
"description": "",
|
|
976
806
|
"attributes": [
|
|
977
|
-
"mode",
|
|
978
807
|
"root",
|
|
979
|
-
"theme",
|
|
980
808
|
"use-hash"
|
|
981
809
|
]
|
|
982
810
|
},
|
|
@@ -985,12 +813,10 @@
|
|
|
985
813
|
"attributes": [
|
|
986
814
|
"color",
|
|
987
815
|
"href",
|
|
988
|
-
"mode",
|
|
989
816
|
"rel",
|
|
990
817
|
"router-animation",
|
|
991
818
|
"router-direction",
|
|
992
|
-
"target"
|
|
993
|
-
"theme"
|
|
819
|
+
"target"
|
|
994
820
|
]
|
|
995
821
|
},
|
|
996
822
|
"ion-router-outlet": {
|
|
@@ -999,15 +825,12 @@
|
|
|
999
825
|
"animated",
|
|
1000
826
|
"animation",
|
|
1001
827
|
"mode",
|
|
1002
|
-
"
|
|
828
|
+
"swipe-gesture"
|
|
1003
829
|
]
|
|
1004
830
|
},
|
|
1005
831
|
"ion-row": {
|
|
1006
832
|
"description": "",
|
|
1007
|
-
"attributes": [
|
|
1008
|
-
"mode",
|
|
1009
|
-
"theme"
|
|
1010
|
-
]
|
|
833
|
+
"attributes": []
|
|
1011
834
|
},
|
|
1012
835
|
"ion-searchbar": {
|
|
1013
836
|
"description": "",
|
|
@@ -1030,12 +853,9 @@
|
|
|
1030
853
|
"name",
|
|
1031
854
|
"placeholder",
|
|
1032
855
|
"search-icon",
|
|
1033
|
-
"shape",
|
|
1034
856
|
"show-cancel-button",
|
|
1035
857
|
"show-clear-button",
|
|
1036
|
-
"size",
|
|
1037
858
|
"spellcheck",
|
|
1038
|
-
"theme",
|
|
1039
859
|
"type",
|
|
1040
860
|
"value"
|
|
1041
861
|
]
|
|
@@ -1049,7 +869,6 @@
|
|
|
1049
869
|
"scrollable",
|
|
1050
870
|
"select-on-focus",
|
|
1051
871
|
"swipe-gesture",
|
|
1052
|
-
"theme",
|
|
1053
872
|
"value"
|
|
1054
873
|
]
|
|
1055
874
|
},
|
|
@@ -1060,7 +879,6 @@
|
|
|
1060
879
|
"disabled",
|
|
1061
880
|
"layout",
|
|
1062
881
|
"mode",
|
|
1063
|
-
"theme",
|
|
1064
882
|
"type",
|
|
1065
883
|
"value"
|
|
1066
884
|
]
|
|
@@ -1079,7 +897,6 @@
|
|
|
1079
897
|
"ion-select": {
|
|
1080
898
|
"description": "",
|
|
1081
899
|
"attributes": [
|
|
1082
|
-
"cancel-icon",
|
|
1083
900
|
"cancel-text",
|
|
1084
901
|
"color",
|
|
1085
902
|
"compare-with",
|
|
@@ -1101,8 +918,6 @@
|
|
|
1101
918
|
"required",
|
|
1102
919
|
"selected-text",
|
|
1103
920
|
"shape",
|
|
1104
|
-
"size",
|
|
1105
|
-
"theme",
|
|
1106
921
|
"toggle-icon",
|
|
1107
922
|
"value"
|
|
1108
923
|
]
|
|
@@ -1110,7 +925,6 @@
|
|
|
1110
925
|
"ion-select-modal": {
|
|
1111
926
|
"description": "",
|
|
1112
927
|
"attributes": [
|
|
1113
|
-
"cancel-icon",
|
|
1114
928
|
"cancel-text",
|
|
1115
929
|
"header",
|
|
1116
930
|
"multiple",
|
|
@@ -1120,19 +934,14 @@
|
|
|
1120
934
|
"ion-select-option": {
|
|
1121
935
|
"description": "",
|
|
1122
936
|
"attributes": [
|
|
1123
|
-
"description",
|
|
1124
937
|
"disabled",
|
|
1125
|
-
"mode",
|
|
1126
|
-
"theme",
|
|
1127
938
|
"value"
|
|
1128
939
|
]
|
|
1129
940
|
},
|
|
1130
941
|
"ion-skeleton-text": {
|
|
1131
942
|
"description": "",
|
|
1132
943
|
"attributes": [
|
|
1133
|
-
"animated"
|
|
1134
|
-
"mode",
|
|
1135
|
-
"theme"
|
|
944
|
+
"animated"
|
|
1136
945
|
]
|
|
1137
946
|
},
|
|
1138
947
|
"ion-spinner": {
|
|
@@ -1140,11 +949,8 @@
|
|
|
1140
949
|
"attributes": [
|
|
1141
950
|
"color",
|
|
1142
951
|
"duration",
|
|
1143
|
-
"mode",
|
|
1144
952
|
"name",
|
|
1145
|
-
"paused"
|
|
1146
|
-
"size",
|
|
1147
|
-
"theme"
|
|
953
|
+
"paused"
|
|
1148
954
|
]
|
|
1149
955
|
},
|
|
1150
956
|
"ion-split-pane": {
|
|
@@ -1152,8 +958,6 @@
|
|
|
1152
958
|
"attributes": [
|
|
1153
959
|
"content-id",
|
|
1154
960
|
"disabled",
|
|
1155
|
-
"mode",
|
|
1156
|
-
"theme",
|
|
1157
961
|
"when"
|
|
1158
962
|
]
|
|
1159
963
|
},
|
|
@@ -1161,21 +965,15 @@
|
|
|
1161
965
|
"description": "",
|
|
1162
966
|
"attributes": [
|
|
1163
967
|
"component",
|
|
1164
|
-
"
|
|
1165
|
-
"tab",
|
|
1166
|
-
"theme"
|
|
968
|
+
"tab"
|
|
1167
969
|
]
|
|
1168
970
|
},
|
|
1169
971
|
"ion-tab-bar": {
|
|
1170
972
|
"description": "",
|
|
1171
973
|
"attributes": [
|
|
1172
974
|
"color",
|
|
1173
|
-
"expand",
|
|
1174
|
-
"hide-on-scroll",
|
|
1175
975
|
"mode",
|
|
1176
976
|
"selected-tab",
|
|
1177
|
-
"shape",
|
|
1178
|
-
"theme",
|
|
1179
977
|
"translucent"
|
|
1180
978
|
]
|
|
1181
979
|
},
|
|
@@ -1189,25 +987,19 @@
|
|
|
1189
987
|
"mode",
|
|
1190
988
|
"rel",
|
|
1191
989
|
"selected",
|
|
1192
|
-
"shape",
|
|
1193
990
|
"tab",
|
|
1194
|
-
"target"
|
|
1195
|
-
"theme"
|
|
991
|
+
"target"
|
|
1196
992
|
]
|
|
1197
993
|
},
|
|
1198
994
|
"ion-tabs": {
|
|
1199
995
|
"description": "",
|
|
1200
|
-
"attributes": [
|
|
1201
|
-
"mode",
|
|
1202
|
-
"theme"
|
|
1203
|
-
]
|
|
996
|
+
"attributes": []
|
|
1204
997
|
},
|
|
1205
998
|
"ion-text": {
|
|
1206
999
|
"description": "",
|
|
1207
1000
|
"attributes": [
|
|
1208
1001
|
"color",
|
|
1209
|
-
"mode"
|
|
1210
|
-
"theme"
|
|
1002
|
+
"mode"
|
|
1211
1003
|
]
|
|
1212
1004
|
},
|
|
1213
1005
|
"ion-textarea": {
|
|
@@ -1239,27 +1031,20 @@
|
|
|
1239
1031
|
"required",
|
|
1240
1032
|
"rows",
|
|
1241
1033
|
"shape",
|
|
1242
|
-
"size",
|
|
1243
1034
|
"spellcheck",
|
|
1244
|
-
"theme",
|
|
1245
1035
|
"value",
|
|
1246
1036
|
"wrap"
|
|
1247
1037
|
]
|
|
1248
1038
|
},
|
|
1249
1039
|
"ion-thumbnail": {
|
|
1250
1040
|
"description": "",
|
|
1251
|
-
"attributes": [
|
|
1252
|
-
"mode",
|
|
1253
|
-
"theme"
|
|
1254
|
-
]
|
|
1041
|
+
"attributes": []
|
|
1255
1042
|
},
|
|
1256
1043
|
"ion-title": {
|
|
1257
1044
|
"description": "",
|
|
1258
1045
|
"attributes": [
|
|
1259
1046
|
"color",
|
|
1260
|
-
"
|
|
1261
|
-
"size",
|
|
1262
|
-
"theme"
|
|
1047
|
+
"size"
|
|
1263
1048
|
]
|
|
1264
1049
|
},
|
|
1265
1050
|
"ion-toast": {
|
|
@@ -1273,7 +1058,6 @@
|
|
|
1273
1058
|
"enter-animation",
|
|
1274
1059
|
"header",
|
|
1275
1060
|
"html-attributes",
|
|
1276
|
-
"hue",
|
|
1277
1061
|
"icon",
|
|
1278
1062
|
"is-open",
|
|
1279
1063
|
"keyboard-close",
|
|
@@ -1283,9 +1067,7 @@
|
|
|
1283
1067
|
"mode",
|
|
1284
1068
|
"position",
|
|
1285
1069
|
"position-anchor",
|
|
1286
|
-
"shape",
|
|
1287
1070
|
"swipe-gesture",
|
|
1288
|
-
"theme",
|
|
1289
1071
|
"translucent",
|
|
1290
1072
|
"trigger"
|
|
1291
1073
|
]
|
|
@@ -1305,7 +1087,6 @@
|
|
|
1305
1087
|
"mode",
|
|
1306
1088
|
"name",
|
|
1307
1089
|
"required",
|
|
1308
|
-
"theme",
|
|
1309
1090
|
"value"
|
|
1310
1091
|
]
|
|
1311
1092
|
},
|
|
@@ -1313,9 +1094,7 @@
|
|
|
1313
1094
|
"description": "",
|
|
1314
1095
|
"attributes": [
|
|
1315
1096
|
"color",
|
|
1316
|
-
"mode"
|
|
1317
|
-
"theme",
|
|
1318
|
-
"title-placement"
|
|
1097
|
+
"mode"
|
|
1319
1098
|
]
|
|
1320
1099
|
}
|
|
1321
1100
|
}
|