@ionic/vue 8.8.3-dev.11774545677.151db026 → 8.8.3-dev.11774956231.12ab3ff2
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 +161 -200
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +103 -1551
- package/dist/vetur/tags.json +45 -226
- package/dist/web-types.json +122 -1571
- 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,25 +351,20 @@
|
|
|
415
351
|
"attributes": [
|
|
416
352
|
"collapse",
|
|
417
353
|
"mode",
|
|
418
|
-
"theme",
|
|
419
354
|
"translucent"
|
|
420
355
|
]
|
|
421
356
|
},
|
|
422
357
|
"ion-grid": {
|
|
423
358
|
"description": "",
|
|
424
359
|
"attributes": [
|
|
425
|
-
"fixed"
|
|
426
|
-
"mode",
|
|
427
|
-
"theme"
|
|
360
|
+
"fixed"
|
|
428
361
|
]
|
|
429
362
|
},
|
|
430
363
|
"ion-header": {
|
|
431
364
|
"description": "",
|
|
432
365
|
"attributes": [
|
|
433
366
|
"collapse",
|
|
434
|
-
"divider",
|
|
435
367
|
"mode",
|
|
436
|
-
"theme",
|
|
437
368
|
"translucent"
|
|
438
369
|
]
|
|
439
370
|
},
|
|
@@ -441,19 +372,14 @@
|
|
|
441
372
|
"description": "",
|
|
442
373
|
"attributes": [
|
|
443
374
|
"alt",
|
|
444
|
-
"
|
|
445
|
-
"src",
|
|
446
|
-
"theme"
|
|
375
|
+
"src"
|
|
447
376
|
]
|
|
448
377
|
},
|
|
449
378
|
"ion-infinite-scroll": {
|
|
450
379
|
"description": "",
|
|
451
380
|
"attributes": [
|
|
452
381
|
"disabled",
|
|
453
|
-
"mode",
|
|
454
382
|
"position",
|
|
455
|
-
"preserve-rerender-scroll-position",
|
|
456
|
-
"theme",
|
|
457
383
|
"threshold"
|
|
458
384
|
]
|
|
459
385
|
},
|
|
@@ -461,9 +387,7 @@
|
|
|
461
387
|
"description": "",
|
|
462
388
|
"attributes": [
|
|
463
389
|
"loading-spinner",
|
|
464
|
-
"loading-text"
|
|
465
|
-
"mode",
|
|
466
|
-
"theme"
|
|
390
|
+
"loading-text"
|
|
467
391
|
]
|
|
468
392
|
},
|
|
469
393
|
"ion-input": {
|
|
@@ -500,10 +424,8 @@
|
|
|
500
424
|
"readonly",
|
|
501
425
|
"required",
|
|
502
426
|
"shape",
|
|
503
|
-
"size",
|
|
504
427
|
"spellcheck",
|
|
505
428
|
"step",
|
|
506
|
-
"theme",
|
|
507
429
|
"type",
|
|
508
430
|
"value"
|
|
509
431
|
]
|
|
@@ -517,13 +439,11 @@
|
|
|
517
439
|
"fill",
|
|
518
440
|
"inputmode",
|
|
519
441
|
"length",
|
|
520
|
-
"mode",
|
|
521
442
|
"pattern",
|
|
522
443
|
"readonly",
|
|
523
444
|
"separators",
|
|
524
445
|
"shape",
|
|
525
446
|
"size",
|
|
526
|
-
"theme",
|
|
527
447
|
"type",
|
|
528
448
|
"value"
|
|
529
449
|
]
|
|
@@ -553,7 +473,6 @@
|
|
|
553
473
|
"router-animation",
|
|
554
474
|
"router-direction",
|
|
555
475
|
"target",
|
|
556
|
-
"theme",
|
|
557
476
|
"type"
|
|
558
477
|
]
|
|
559
478
|
},
|
|
@@ -562,16 +481,12 @@
|
|
|
562
481
|
"attributes": [
|
|
563
482
|
"color",
|
|
564
483
|
"mode",
|
|
565
|
-
"sticky"
|
|
566
|
-
"theme"
|
|
484
|
+
"sticky"
|
|
567
485
|
]
|
|
568
486
|
},
|
|
569
487
|
"ion-item-group": {
|
|
570
488
|
"description": "",
|
|
571
|
-
"attributes": [
|
|
572
|
-
"mode",
|
|
573
|
-
"theme"
|
|
574
|
-
]
|
|
489
|
+
"attributes": []
|
|
575
490
|
},
|
|
576
491
|
"ion-item-option": {
|
|
577
492
|
"description": "",
|
|
@@ -581,29 +496,22 @@
|
|
|
581
496
|
"download",
|
|
582
497
|
"expandable",
|
|
583
498
|
"href",
|
|
584
|
-
"hue",
|
|
585
499
|
"mode",
|
|
586
500
|
"rel",
|
|
587
|
-
"shape",
|
|
588
501
|
"target",
|
|
589
|
-
"theme",
|
|
590
502
|
"type"
|
|
591
503
|
]
|
|
592
504
|
},
|
|
593
505
|
"ion-item-options": {
|
|
594
506
|
"description": "",
|
|
595
507
|
"attributes": [
|
|
596
|
-
"
|
|
597
|
-
"side",
|
|
598
|
-
"theme"
|
|
508
|
+
"side"
|
|
599
509
|
]
|
|
600
510
|
},
|
|
601
511
|
"ion-item-sliding": {
|
|
602
512
|
"description": "",
|
|
603
513
|
"attributes": [
|
|
604
|
-
"disabled"
|
|
605
|
-
"mode",
|
|
606
|
-
"theme"
|
|
514
|
+
"disabled"
|
|
607
515
|
]
|
|
608
516
|
},
|
|
609
517
|
"ion-label": {
|
|
@@ -611,8 +519,7 @@
|
|
|
611
519
|
"attributes": [
|
|
612
520
|
"color",
|
|
613
521
|
"mode",
|
|
614
|
-
"position"
|
|
615
|
-
"theme"
|
|
522
|
+
"position"
|
|
616
523
|
]
|
|
617
524
|
},
|
|
618
525
|
"ion-list": {
|
|
@@ -620,9 +527,7 @@
|
|
|
620
527
|
"attributes": [
|
|
621
528
|
"inset",
|
|
622
529
|
"lines",
|
|
623
|
-
"mode"
|
|
624
|
-
"shape",
|
|
625
|
-
"theme"
|
|
530
|
+
"mode"
|
|
626
531
|
]
|
|
627
532
|
},
|
|
628
533
|
"ion-list-header": {
|
|
@@ -630,8 +535,7 @@
|
|
|
630
535
|
"attributes": [
|
|
631
536
|
"color",
|
|
632
537
|
"lines",
|
|
633
|
-
"mode"
|
|
634
|
-
"theme"
|
|
538
|
+
"mode"
|
|
635
539
|
]
|
|
636
540
|
},
|
|
637
541
|
"ion-loading": {
|
|
@@ -650,7 +554,6 @@
|
|
|
650
554
|
"mode",
|
|
651
555
|
"show-backdrop",
|
|
652
556
|
"spinner",
|
|
653
|
-
"theme",
|
|
654
557
|
"translucent",
|
|
655
558
|
"trigger"
|
|
656
559
|
]
|
|
@@ -662,10 +565,8 @@
|
|
|
662
565
|
"disabled",
|
|
663
566
|
"max-edge-start",
|
|
664
567
|
"menu-id",
|
|
665
|
-
"mode",
|
|
666
568
|
"side",
|
|
667
569
|
"swipe-gesture",
|
|
668
|
-
"theme",
|
|
669
570
|
"type"
|
|
670
571
|
]
|
|
671
572
|
},
|
|
@@ -677,7 +578,6 @@
|
|
|
677
578
|
"disabled",
|
|
678
579
|
"menu",
|
|
679
580
|
"mode",
|
|
680
|
-
"theme",
|
|
681
581
|
"type"
|
|
682
582
|
]
|
|
683
583
|
},
|
|
@@ -685,9 +585,7 @@
|
|
|
685
585
|
"description": "",
|
|
686
586
|
"attributes": [
|
|
687
587
|
"auto-hide",
|
|
688
|
-
"menu"
|
|
689
|
-
"mode",
|
|
690
|
-
"theme"
|
|
588
|
+
"menu"
|
|
691
589
|
]
|
|
692
590
|
},
|
|
693
591
|
"ion-modal": {
|
|
@@ -711,9 +609,7 @@
|
|
|
711
609
|
"leave-animation",
|
|
712
610
|
"mode",
|
|
713
611
|
"presenting-element",
|
|
714
|
-
"shape",
|
|
715
612
|
"show-backdrop",
|
|
716
|
-
"theme",
|
|
717
613
|
"trigger"
|
|
718
614
|
]
|
|
719
615
|
},
|
|
@@ -722,11 +618,9 @@
|
|
|
722
618
|
"attributes": [
|
|
723
619
|
"animated",
|
|
724
620
|
"animation",
|
|
725
|
-
"mode",
|
|
726
621
|
"root",
|
|
727
622
|
"root-params",
|
|
728
|
-
"swipe-gesture"
|
|
729
|
-
"theme"
|
|
623
|
+
"swipe-gesture"
|
|
730
624
|
]
|
|
731
625
|
},
|
|
732
626
|
"ion-nav-link": {
|
|
@@ -734,25 +628,21 @@
|
|
|
734
628
|
"attributes": [
|
|
735
629
|
"component",
|
|
736
630
|
"component-props",
|
|
737
|
-
"mode",
|
|
738
631
|
"router-animation",
|
|
739
|
-
"router-direction"
|
|
740
|
-
"theme"
|
|
632
|
+
"router-direction"
|
|
741
633
|
]
|
|
742
634
|
},
|
|
743
635
|
"ion-note": {
|
|
744
636
|
"description": "",
|
|
745
637
|
"attributes": [
|
|
746
638
|
"color",
|
|
747
|
-
"mode"
|
|
748
|
-
"theme"
|
|
639
|
+
"mode"
|
|
749
640
|
]
|
|
750
641
|
},
|
|
751
642
|
"ion-picker": {
|
|
752
643
|
"description": "",
|
|
753
644
|
"attributes": [
|
|
754
|
-
"mode"
|
|
755
|
-
"theme"
|
|
645
|
+
"mode"
|
|
756
646
|
]
|
|
757
647
|
},
|
|
758
648
|
"ion-picker-column": {
|
|
@@ -761,7 +651,6 @@
|
|
|
761
651
|
"color",
|
|
762
652
|
"disabled",
|
|
763
653
|
"mode",
|
|
764
|
-
"theme",
|
|
765
654
|
"value"
|
|
766
655
|
]
|
|
767
656
|
},
|
|
@@ -770,8 +659,6 @@
|
|
|
770
659
|
"attributes": [
|
|
771
660
|
"color",
|
|
772
661
|
"disabled",
|
|
773
|
-
"mode",
|
|
774
|
-
"theme",
|
|
775
662
|
"value"
|
|
776
663
|
]
|
|
777
664
|
},
|
|
@@ -791,7 +678,6 @@
|
|
|
791
678
|
"leave-animation",
|
|
792
679
|
"mode",
|
|
793
680
|
"show-backdrop",
|
|
794
|
-
"theme",
|
|
795
681
|
"trigger"
|
|
796
682
|
]
|
|
797
683
|
},
|
|
@@ -818,7 +704,6 @@
|
|
|
818
704
|
"show-backdrop",
|
|
819
705
|
"side",
|
|
820
706
|
"size",
|
|
821
|
-
"theme",
|
|
822
707
|
"translucent",
|
|
823
708
|
"trigger",
|
|
824
709
|
"trigger-action"
|
|
@@ -831,8 +716,6 @@
|
|
|
831
716
|
"color",
|
|
832
717
|
"mode",
|
|
833
718
|
"reversed",
|
|
834
|
-
"shape",
|
|
835
|
-
"theme",
|
|
836
719
|
"type",
|
|
837
720
|
"value"
|
|
838
721
|
]
|
|
@@ -847,7 +730,6 @@
|
|
|
847
730
|
"label-placement",
|
|
848
731
|
"mode",
|
|
849
732
|
"name",
|
|
850
|
-
"theme",
|
|
851
733
|
"value"
|
|
852
734
|
]
|
|
853
735
|
},
|
|
@@ -858,9 +740,7 @@
|
|
|
858
740
|
"compare-with",
|
|
859
741
|
"error-text",
|
|
860
742
|
"helper-text",
|
|
861
|
-
"mode",
|
|
862
743
|
"name",
|
|
863
|
-
"theme",
|
|
864
744
|
"value"
|
|
865
745
|
]
|
|
866
746
|
},
|
|
@@ -882,7 +762,6 @@
|
|
|
882
762
|
"pin-formatter",
|
|
883
763
|
"snaps",
|
|
884
764
|
"step",
|
|
885
|
-
"theme",
|
|
886
765
|
"ticks",
|
|
887
766
|
"value"
|
|
888
767
|
]
|
|
@@ -896,41 +775,31 @@
|
|
|
896
775
|
"pull-factor",
|
|
897
776
|
"pull-max",
|
|
898
777
|
"pull-min",
|
|
899
|
-
"snapback-duration"
|
|
900
|
-
"theme"
|
|
778
|
+
"snapback-duration"
|
|
901
779
|
]
|
|
902
780
|
},
|
|
903
781
|
"ion-refresher-content": {
|
|
904
782
|
"description": "",
|
|
905
783
|
"attributes": [
|
|
906
|
-
"mode",
|
|
907
784
|
"pulling-icon",
|
|
908
785
|
"pulling-text",
|
|
909
786
|
"refreshing-spinner",
|
|
910
|
-
"refreshing-text"
|
|
911
|
-
"theme"
|
|
787
|
+
"refreshing-text"
|
|
912
788
|
]
|
|
913
789
|
},
|
|
914
790
|
"ion-reorder": {
|
|
915
791
|
"description": "",
|
|
916
|
-
"attributes": [
|
|
917
|
-
"mode",
|
|
918
|
-
"theme"
|
|
919
|
-
]
|
|
792
|
+
"attributes": []
|
|
920
793
|
},
|
|
921
794
|
"ion-reorder-group": {
|
|
922
795
|
"description": "",
|
|
923
796
|
"attributes": [
|
|
924
|
-
"disabled"
|
|
925
|
-
"mode",
|
|
926
|
-
"theme"
|
|
797
|
+
"disabled"
|
|
927
798
|
]
|
|
928
799
|
},
|
|
929
800
|
"ion-ripple-effect": {
|
|
930
801
|
"description": "",
|
|
931
802
|
"attributes": [
|
|
932
|
-
"mode",
|
|
933
|
-
"theme",
|
|
934
803
|
"type"
|
|
935
804
|
]
|
|
936
805
|
},
|
|
@@ -941,8 +810,6 @@
|
|
|
941
810
|
"before-leave",
|
|
942
811
|
"component",
|
|
943
812
|
"component-props",
|
|
944
|
-
"mode",
|
|
945
|
-
"theme",
|
|
946
813
|
"url"
|
|
947
814
|
]
|
|
948
815
|
},
|
|
@@ -956,9 +823,7 @@
|
|
|
956
823
|
"ion-router": {
|
|
957
824
|
"description": "",
|
|
958
825
|
"attributes": [
|
|
959
|
-
"mode",
|
|
960
826
|
"root",
|
|
961
|
-
"theme",
|
|
962
827
|
"use-hash"
|
|
963
828
|
]
|
|
964
829
|
},
|
|
@@ -967,12 +832,10 @@
|
|
|
967
832
|
"attributes": [
|
|
968
833
|
"color",
|
|
969
834
|
"href",
|
|
970
|
-
"mode",
|
|
971
835
|
"rel",
|
|
972
836
|
"router-animation",
|
|
973
837
|
"router-direction",
|
|
974
|
-
"target"
|
|
975
|
-
"theme"
|
|
838
|
+
"target"
|
|
976
839
|
]
|
|
977
840
|
},
|
|
978
841
|
"ion-router-outlet": {
|
|
@@ -980,16 +843,12 @@
|
|
|
980
843
|
"attributes": [
|
|
981
844
|
"animated",
|
|
982
845
|
"animation",
|
|
983
|
-
"mode"
|
|
984
|
-
"theme"
|
|
846
|
+
"mode"
|
|
985
847
|
]
|
|
986
848
|
},
|
|
987
849
|
"ion-row": {
|
|
988
850
|
"description": "",
|
|
989
|
-
"attributes": [
|
|
990
|
-
"mode",
|
|
991
|
-
"theme"
|
|
992
|
-
]
|
|
851
|
+
"attributes": []
|
|
993
852
|
},
|
|
994
853
|
"ion-searchbar": {
|
|
995
854
|
"description": "",
|
|
@@ -1012,12 +871,9 @@
|
|
|
1012
871
|
"name",
|
|
1013
872
|
"placeholder",
|
|
1014
873
|
"search-icon",
|
|
1015
|
-
"shape",
|
|
1016
874
|
"show-cancel-button",
|
|
1017
875
|
"show-clear-button",
|
|
1018
|
-
"size",
|
|
1019
876
|
"spellcheck",
|
|
1020
|
-
"theme",
|
|
1021
877
|
"type",
|
|
1022
878
|
"value"
|
|
1023
879
|
]
|
|
@@ -1031,7 +887,6 @@
|
|
|
1031
887
|
"scrollable",
|
|
1032
888
|
"select-on-focus",
|
|
1033
889
|
"swipe-gesture",
|
|
1034
|
-
"theme",
|
|
1035
890
|
"value"
|
|
1036
891
|
]
|
|
1037
892
|
},
|
|
@@ -1042,7 +897,6 @@
|
|
|
1042
897
|
"disabled",
|
|
1043
898
|
"layout",
|
|
1044
899
|
"mode",
|
|
1045
|
-
"theme",
|
|
1046
900
|
"type",
|
|
1047
901
|
"value"
|
|
1048
902
|
]
|
|
@@ -1082,8 +936,6 @@
|
|
|
1082
936
|
"required",
|
|
1083
937
|
"selected-text",
|
|
1084
938
|
"shape",
|
|
1085
|
-
"size",
|
|
1086
|
-
"theme",
|
|
1087
939
|
"toggle-icon",
|
|
1088
940
|
"value"
|
|
1089
941
|
]
|
|
@@ -1101,17 +953,13 @@
|
|
|
1101
953
|
"description": "",
|
|
1102
954
|
"attributes": [
|
|
1103
955
|
"disabled",
|
|
1104
|
-
"mode",
|
|
1105
|
-
"theme",
|
|
1106
956
|
"value"
|
|
1107
957
|
]
|
|
1108
958
|
},
|
|
1109
959
|
"ion-skeleton-text": {
|
|
1110
960
|
"description": "",
|
|
1111
961
|
"attributes": [
|
|
1112
|
-
"animated"
|
|
1113
|
-
"mode",
|
|
1114
|
-
"theme"
|
|
962
|
+
"animated"
|
|
1115
963
|
]
|
|
1116
964
|
},
|
|
1117
965
|
"ion-spinner": {
|
|
@@ -1119,11 +967,8 @@
|
|
|
1119
967
|
"attributes": [
|
|
1120
968
|
"color",
|
|
1121
969
|
"duration",
|
|
1122
|
-
"mode",
|
|
1123
970
|
"name",
|
|
1124
|
-
"paused"
|
|
1125
|
-
"size",
|
|
1126
|
-
"theme"
|
|
971
|
+
"paused"
|
|
1127
972
|
]
|
|
1128
973
|
},
|
|
1129
974
|
"ion-split-pane": {
|
|
@@ -1131,8 +976,6 @@
|
|
|
1131
976
|
"attributes": [
|
|
1132
977
|
"content-id",
|
|
1133
978
|
"disabled",
|
|
1134
|
-
"mode",
|
|
1135
|
-
"theme",
|
|
1136
979
|
"when"
|
|
1137
980
|
]
|
|
1138
981
|
},
|
|
@@ -1140,20 +983,15 @@
|
|
|
1140
983
|
"description": "",
|
|
1141
984
|
"attributes": [
|
|
1142
985
|
"component",
|
|
1143
|
-
"
|
|
1144
|
-
"tab",
|
|
1145
|
-
"theme"
|
|
986
|
+
"tab"
|
|
1146
987
|
]
|
|
1147
988
|
},
|
|
1148
989
|
"ion-tab-bar": {
|
|
1149
990
|
"description": "",
|
|
1150
991
|
"attributes": [
|
|
1151
992
|
"color",
|
|
1152
|
-
"expand",
|
|
1153
993
|
"mode",
|
|
1154
994
|
"selected-tab",
|
|
1155
|
-
"shape",
|
|
1156
|
-
"theme",
|
|
1157
995
|
"translucent"
|
|
1158
996
|
]
|
|
1159
997
|
},
|
|
@@ -1167,25 +1005,19 @@
|
|
|
1167
1005
|
"mode",
|
|
1168
1006
|
"rel",
|
|
1169
1007
|
"selected",
|
|
1170
|
-
"shape",
|
|
1171
1008
|
"tab",
|
|
1172
|
-
"target"
|
|
1173
|
-
"theme"
|
|
1009
|
+
"target"
|
|
1174
1010
|
]
|
|
1175
1011
|
},
|
|
1176
1012
|
"ion-tabs": {
|
|
1177
1013
|
"description": "",
|
|
1178
|
-
"attributes": [
|
|
1179
|
-
"mode",
|
|
1180
|
-
"theme"
|
|
1181
|
-
]
|
|
1014
|
+
"attributes": []
|
|
1182
1015
|
},
|
|
1183
1016
|
"ion-text": {
|
|
1184
1017
|
"description": "",
|
|
1185
1018
|
"attributes": [
|
|
1186
1019
|
"color",
|
|
1187
|
-
"mode"
|
|
1188
|
-
"theme"
|
|
1020
|
+
"mode"
|
|
1189
1021
|
]
|
|
1190
1022
|
},
|
|
1191
1023
|
"ion-textarea": {
|
|
@@ -1217,27 +1049,20 @@
|
|
|
1217
1049
|
"required",
|
|
1218
1050
|
"rows",
|
|
1219
1051
|
"shape",
|
|
1220
|
-
"size",
|
|
1221
1052
|
"spellcheck",
|
|
1222
|
-
"theme",
|
|
1223
1053
|
"value",
|
|
1224
1054
|
"wrap"
|
|
1225
1055
|
]
|
|
1226
1056
|
},
|
|
1227
1057
|
"ion-thumbnail": {
|
|
1228
1058
|
"description": "",
|
|
1229
|
-
"attributes": [
|
|
1230
|
-
"mode",
|
|
1231
|
-
"theme"
|
|
1232
|
-
]
|
|
1059
|
+
"attributes": []
|
|
1233
1060
|
},
|
|
1234
1061
|
"ion-title": {
|
|
1235
1062
|
"description": "",
|
|
1236
1063
|
"attributes": [
|
|
1237
1064
|
"color",
|
|
1238
|
-
"
|
|
1239
|
-
"size",
|
|
1240
|
-
"theme"
|
|
1065
|
+
"size"
|
|
1241
1066
|
]
|
|
1242
1067
|
},
|
|
1243
1068
|
"ion-toast": {
|
|
@@ -1251,7 +1076,6 @@
|
|
|
1251
1076
|
"enter-animation",
|
|
1252
1077
|
"header",
|
|
1253
1078
|
"html-attributes",
|
|
1254
|
-
"hue",
|
|
1255
1079
|
"icon",
|
|
1256
1080
|
"is-open",
|
|
1257
1081
|
"keyboard-close",
|
|
@@ -1261,9 +1085,7 @@
|
|
|
1261
1085
|
"mode",
|
|
1262
1086
|
"position",
|
|
1263
1087
|
"position-anchor",
|
|
1264
|
-
"shape",
|
|
1265
1088
|
"swipe-gesture",
|
|
1266
|
-
"theme",
|
|
1267
1089
|
"translucent",
|
|
1268
1090
|
"trigger"
|
|
1269
1091
|
]
|
|
@@ -1283,7 +1105,6 @@
|
|
|
1283
1105
|
"mode",
|
|
1284
1106
|
"name",
|
|
1285
1107
|
"required",
|
|
1286
|
-
"theme",
|
|
1287
1108
|
"value"
|
|
1288
1109
|
]
|
|
1289
1110
|
},
|
|
@@ -1291,9 +1112,7 @@
|
|
|
1291
1112
|
"description": "",
|
|
1292
1113
|
"attributes": [
|
|
1293
1114
|
"color",
|
|
1294
|
-
"mode"
|
|
1295
|
-
"theme",
|
|
1296
|
-
"title-placement"
|
|
1115
|
+
"mode"
|
|
1297
1116
|
]
|
|
1298
1117
|
}
|
|
1299
1118
|
}
|