@ionic/react 8.8.9-dev.11780349068.18c33698 → 8.8.9-dev.11780414486.1df2bd72
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/dist/index.js +182 -134
- package/dist/index.js.map +1 -1
- package/dist/types/components/components.d.ts +74 -74
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -412,13 +412,14 @@ const NavContext = /*@__PURE__*/ React.createContext({
|
|
|
412
412
|
},
|
|
413
413
|
});
|
|
414
414
|
|
|
415
|
-
const IonAccordion =
|
|
415
|
+
const IonAccordion =
|
|
416
|
+
/*@__PURE__*/ createComponent({
|
|
416
417
|
tagName: 'ion-accordion',
|
|
417
418
|
elementClass: IonAccordion$1,
|
|
418
419
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
419
420
|
react: React,
|
|
420
421
|
events: {},
|
|
421
|
-
defineCustomElement: defineCustomElement$1
|
|
422
|
+
defineCustomElement: defineCustomElement$1,
|
|
422
423
|
});
|
|
423
424
|
const IonAccordionGroup = /*@__PURE__*/ createComponent({
|
|
424
425
|
tagName: 'ion-accordion-group',
|
|
@@ -426,31 +427,34 @@ const IonAccordionGroup = /*@__PURE__*/ createComponent({
|
|
|
426
427
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
427
428
|
react: React,
|
|
428
429
|
events: { onIonChange: 'ionChange' },
|
|
429
|
-
defineCustomElement: defineCustomElement$2
|
|
430
|
+
defineCustomElement: defineCustomElement$2,
|
|
430
431
|
});
|
|
431
|
-
const IonAvatar =
|
|
432
|
+
const IonAvatar =
|
|
433
|
+
/*@__PURE__*/ createComponent({
|
|
432
434
|
tagName: 'ion-avatar',
|
|
433
435
|
elementClass: IonAvatar$1,
|
|
434
436
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
435
437
|
react: React,
|
|
436
438
|
events: {},
|
|
437
|
-
defineCustomElement: defineCustomElement$3
|
|
439
|
+
defineCustomElement: defineCustomElement$3,
|
|
438
440
|
});
|
|
439
|
-
const IonBackdrop =
|
|
441
|
+
const IonBackdrop =
|
|
442
|
+
/*@__PURE__*/ createComponent({
|
|
440
443
|
tagName: 'ion-backdrop',
|
|
441
444
|
elementClass: IonBackdrop$1,
|
|
442
445
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
443
446
|
react: React,
|
|
444
447
|
events: { onIonBackdropTap: 'ionBackdropTap' },
|
|
445
|
-
defineCustomElement: defineCustomElement$4
|
|
448
|
+
defineCustomElement: defineCustomElement$4,
|
|
446
449
|
});
|
|
447
|
-
const IonBadge =
|
|
450
|
+
const IonBadge =
|
|
451
|
+
/*@__PURE__*/ createComponent({
|
|
448
452
|
tagName: 'ion-badge',
|
|
449
453
|
elementClass: IonBadge$1,
|
|
450
454
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
451
455
|
react: React,
|
|
452
456
|
events: {},
|
|
453
|
-
defineCustomElement: defineCustomElement$5
|
|
457
|
+
defineCustomElement: defineCustomElement$5,
|
|
454
458
|
});
|
|
455
459
|
const IonBreadcrumbs = /*@__PURE__*/ createComponent({
|
|
456
460
|
tagName: 'ion-breadcrumbs',
|
|
@@ -458,15 +462,16 @@ const IonBreadcrumbs = /*@__PURE__*/ createComponent({
|
|
|
458
462
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
459
463
|
react: React,
|
|
460
464
|
events: { onIonCollapsedClick: 'ionCollapsedClick' },
|
|
461
|
-
defineCustomElement: defineCustomElement$6
|
|
465
|
+
defineCustomElement: defineCustomElement$6,
|
|
462
466
|
});
|
|
463
|
-
const IonButtons =
|
|
467
|
+
const IonButtons =
|
|
468
|
+
/*@__PURE__*/ createComponent({
|
|
464
469
|
tagName: 'ion-buttons',
|
|
465
470
|
elementClass: IonButtons$1,
|
|
466
471
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
467
472
|
react: React,
|
|
468
473
|
events: {},
|
|
469
|
-
defineCustomElement: defineCustomElement$7
|
|
474
|
+
defineCustomElement: defineCustomElement$7,
|
|
470
475
|
});
|
|
471
476
|
const IonCardContent = /*@__PURE__*/ createComponent({
|
|
472
477
|
tagName: 'ion-card-content',
|
|
@@ -474,15 +479,16 @@ const IonCardContent = /*@__PURE__*/ createComponent({
|
|
|
474
479
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
475
480
|
react: React,
|
|
476
481
|
events: {},
|
|
477
|
-
defineCustomElement: defineCustomElement$8
|
|
482
|
+
defineCustomElement: defineCustomElement$8,
|
|
478
483
|
});
|
|
479
|
-
const IonCardHeader =
|
|
484
|
+
const IonCardHeader =
|
|
485
|
+
/*@__PURE__*/ createComponent({
|
|
480
486
|
tagName: 'ion-card-header',
|
|
481
487
|
elementClass: IonCardHeader$1,
|
|
482
488
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
483
489
|
react: React,
|
|
484
490
|
events: {},
|
|
485
|
-
defineCustomElement: defineCustomElement$9
|
|
491
|
+
defineCustomElement: defineCustomElement$9,
|
|
486
492
|
});
|
|
487
493
|
const IonCardSubtitle = /*@__PURE__*/ createComponent({
|
|
488
494
|
tagName: 'ion-card-subtitle',
|
|
@@ -490,17 +496,19 @@ const IonCardSubtitle = /*@__PURE__*/ createComponent({
|
|
|
490
496
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
491
497
|
react: React,
|
|
492
498
|
events: {},
|
|
493
|
-
defineCustomElement: defineCustomElement$a
|
|
499
|
+
defineCustomElement: defineCustomElement$a,
|
|
494
500
|
});
|
|
495
|
-
const IonCardTitle =
|
|
501
|
+
const IonCardTitle =
|
|
502
|
+
/*@__PURE__*/ createComponent({
|
|
496
503
|
tagName: 'ion-card-title',
|
|
497
504
|
elementClass: IonCardTitle$1,
|
|
498
505
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
499
506
|
react: React,
|
|
500
507
|
events: {},
|
|
501
|
-
defineCustomElement: defineCustomElement$b
|
|
508
|
+
defineCustomElement: defineCustomElement$b,
|
|
502
509
|
});
|
|
503
|
-
const IonCheckbox =
|
|
510
|
+
const IonCheckbox =
|
|
511
|
+
/*@__PURE__*/ createComponent({
|
|
504
512
|
tagName: 'ion-checkbox',
|
|
505
513
|
elementClass: IonCheckbox$1,
|
|
506
514
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -508,27 +516,30 @@ const IonCheckbox = /*@__PURE__*/ createComponent({
|
|
|
508
516
|
events: {
|
|
509
517
|
onIonChange: 'ionChange',
|
|
510
518
|
onIonFocus: 'ionFocus',
|
|
511
|
-
onIonBlur: 'ionBlur'
|
|
519
|
+
onIonBlur: 'ionBlur',
|
|
512
520
|
},
|
|
513
|
-
defineCustomElement: defineCustomElement$c
|
|
521
|
+
defineCustomElement: defineCustomElement$c,
|
|
514
522
|
});
|
|
515
|
-
const IonChip =
|
|
523
|
+
const IonChip =
|
|
524
|
+
/*@__PURE__*/ createComponent({
|
|
516
525
|
tagName: 'ion-chip',
|
|
517
526
|
elementClass: IonChip$1,
|
|
518
527
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
519
528
|
react: React,
|
|
520
529
|
events: {},
|
|
521
|
-
defineCustomElement: defineCustomElement$d
|
|
530
|
+
defineCustomElement: defineCustomElement$d,
|
|
522
531
|
});
|
|
523
|
-
const IonCol =
|
|
532
|
+
const IonCol =
|
|
533
|
+
/*@__PURE__*/ createComponent({
|
|
524
534
|
tagName: 'ion-col',
|
|
525
535
|
elementClass: IonCol$1,
|
|
526
536
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
527
537
|
react: React,
|
|
528
538
|
events: {},
|
|
529
|
-
defineCustomElement: defineCustomElement$e
|
|
539
|
+
defineCustomElement: defineCustomElement$e,
|
|
530
540
|
});
|
|
531
|
-
const IonContent =
|
|
541
|
+
const IonContent =
|
|
542
|
+
/*@__PURE__*/ createComponent({
|
|
532
543
|
tagName: 'ion-content',
|
|
533
544
|
elementClass: IonContent$1,
|
|
534
545
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -536,11 +547,12 @@ const IonContent = /*@__PURE__*/ createComponent({
|
|
|
536
547
|
events: {
|
|
537
548
|
onIonScrollStart: 'ionScrollStart',
|
|
538
549
|
onIonScroll: 'ionScroll',
|
|
539
|
-
onIonScrollEnd: 'ionScrollEnd'
|
|
550
|
+
onIonScrollEnd: 'ionScrollEnd',
|
|
540
551
|
},
|
|
541
|
-
defineCustomElement: defineCustomElement$f
|
|
552
|
+
defineCustomElement: defineCustomElement$f,
|
|
542
553
|
});
|
|
543
|
-
const IonDatetime =
|
|
554
|
+
const IonDatetime =
|
|
555
|
+
/*@__PURE__*/ createComponent({
|
|
544
556
|
tagName: 'ion-datetime',
|
|
545
557
|
elementClass: IonDatetime$1,
|
|
546
558
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -549,9 +561,9 @@ const IonDatetime = /*@__PURE__*/ createComponent({
|
|
|
549
561
|
onIonCancel: 'ionCancel',
|
|
550
562
|
onIonChange: 'ionChange',
|
|
551
563
|
onIonFocus: 'ionFocus',
|
|
552
|
-
onIonBlur: 'ionBlur'
|
|
564
|
+
onIonBlur: 'ionBlur',
|
|
553
565
|
},
|
|
554
|
-
defineCustomElement: defineCustomElement$g
|
|
566
|
+
defineCustomElement: defineCustomElement$g,
|
|
555
567
|
});
|
|
556
568
|
const IonDatetimeButton = /*@__PURE__*/ createComponent({
|
|
557
569
|
tagName: 'ion-datetime-button',
|
|
@@ -559,49 +571,55 @@ const IonDatetimeButton = /*@__PURE__*/ createComponent({
|
|
|
559
571
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
560
572
|
react: React,
|
|
561
573
|
events: {},
|
|
562
|
-
defineCustomElement: defineCustomElement$h
|
|
574
|
+
defineCustomElement: defineCustomElement$h,
|
|
563
575
|
});
|
|
564
|
-
const IonFab =
|
|
576
|
+
const IonFab =
|
|
577
|
+
/*@__PURE__*/ createComponent({
|
|
565
578
|
tagName: 'ion-fab',
|
|
566
579
|
elementClass: IonFab$1,
|
|
567
580
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
568
581
|
react: React,
|
|
569
582
|
events: {},
|
|
570
|
-
defineCustomElement: defineCustomElement$i
|
|
583
|
+
defineCustomElement: defineCustomElement$i,
|
|
571
584
|
});
|
|
572
|
-
const IonFabList =
|
|
585
|
+
const IonFabList =
|
|
586
|
+
/*@__PURE__*/ createComponent({
|
|
573
587
|
tagName: 'ion-fab-list',
|
|
574
588
|
elementClass: IonFabList$1,
|
|
575
589
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
576
590
|
react: React,
|
|
577
591
|
events: {},
|
|
578
|
-
defineCustomElement: defineCustomElement$j
|
|
592
|
+
defineCustomElement: defineCustomElement$j,
|
|
579
593
|
});
|
|
580
|
-
const IonFooter =
|
|
594
|
+
const IonFooter =
|
|
595
|
+
/*@__PURE__*/ createComponent({
|
|
581
596
|
tagName: 'ion-footer',
|
|
582
597
|
elementClass: IonFooter$1,
|
|
583
598
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
584
599
|
react: React,
|
|
585
600
|
events: {},
|
|
586
|
-
defineCustomElement: defineCustomElement$k
|
|
601
|
+
defineCustomElement: defineCustomElement$k,
|
|
587
602
|
});
|
|
588
|
-
const IonGrid =
|
|
603
|
+
const IonGrid =
|
|
604
|
+
/*@__PURE__*/ createComponent({
|
|
589
605
|
tagName: 'ion-grid',
|
|
590
606
|
elementClass: IonGrid$1,
|
|
591
607
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
592
608
|
react: React,
|
|
593
609
|
events: {},
|
|
594
|
-
defineCustomElement: defineCustomElement$l
|
|
610
|
+
defineCustomElement: defineCustomElement$l,
|
|
595
611
|
});
|
|
596
|
-
const IonHeader =
|
|
612
|
+
const IonHeader =
|
|
613
|
+
/*@__PURE__*/ createComponent({
|
|
597
614
|
tagName: 'ion-header',
|
|
598
615
|
elementClass: IonHeader$1,
|
|
599
616
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
600
617
|
react: React,
|
|
601
618
|
events: {},
|
|
602
|
-
defineCustomElement: defineCustomElement$m
|
|
619
|
+
defineCustomElement: defineCustomElement$m,
|
|
603
620
|
});
|
|
604
|
-
const IonImg =
|
|
621
|
+
const IonImg =
|
|
622
|
+
/*@__PURE__*/ createComponent({
|
|
605
623
|
tagName: 'ion-img',
|
|
606
624
|
elementClass: IonImg$1,
|
|
607
625
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -609,9 +627,9 @@ const IonImg = /*@__PURE__*/ createComponent({
|
|
|
609
627
|
events: {
|
|
610
628
|
onIonImgWillLoad: 'ionImgWillLoad',
|
|
611
629
|
onIonImgDidLoad: 'ionImgDidLoad',
|
|
612
|
-
onIonError: 'ionError'
|
|
630
|
+
onIonError: 'ionError',
|
|
613
631
|
},
|
|
614
|
-
defineCustomElement: defineCustomElement$n
|
|
632
|
+
defineCustomElement: defineCustomElement$n,
|
|
615
633
|
});
|
|
616
634
|
const IonInfiniteScroll = /*@__PURE__*/ createComponent({
|
|
617
635
|
tagName: 'ion-infinite-scroll',
|
|
@@ -619,7 +637,7 @@ const IonInfiniteScroll = /*@__PURE__*/ createComponent({
|
|
|
619
637
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
620
638
|
react: React,
|
|
621
639
|
events: { onIonInfinite: 'ionInfinite' },
|
|
622
|
-
defineCustomElement: defineCustomElement$o
|
|
640
|
+
defineCustomElement: defineCustomElement$o,
|
|
623
641
|
});
|
|
624
642
|
const IonInfiniteScrollContent = /*@__PURE__*/ createComponent({
|
|
625
643
|
tagName: 'ion-infinite-scroll-content',
|
|
@@ -627,9 +645,10 @@ const IonInfiniteScrollContent = /*@__PURE__*/ createComponent({
|
|
|
627
645
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
628
646
|
react: React,
|
|
629
647
|
events: {},
|
|
630
|
-
defineCustomElement: defineCustomElement$p
|
|
648
|
+
defineCustomElement: defineCustomElement$p,
|
|
631
649
|
});
|
|
632
|
-
const IonInput =
|
|
650
|
+
const IonInput =
|
|
651
|
+
/*@__PURE__*/ createComponent({
|
|
633
652
|
tagName: 'ion-input',
|
|
634
653
|
elementClass: IonInput$1,
|
|
635
654
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -638,11 +657,12 @@ const IonInput = /*@__PURE__*/ createComponent({
|
|
|
638
657
|
onIonInput: 'ionInput',
|
|
639
658
|
onIonChange: 'ionChange',
|
|
640
659
|
onIonBlur: 'ionBlur',
|
|
641
|
-
onIonFocus: 'ionFocus'
|
|
660
|
+
onIonFocus: 'ionFocus',
|
|
642
661
|
},
|
|
643
|
-
defineCustomElement: defineCustomElement$q
|
|
662
|
+
defineCustomElement: defineCustomElement$q,
|
|
644
663
|
});
|
|
645
|
-
const IonInputOtp =
|
|
664
|
+
const IonInputOtp =
|
|
665
|
+
/*@__PURE__*/ createComponent({
|
|
646
666
|
tagName: 'ion-input-otp',
|
|
647
667
|
elementClass: IonInputOtp$1,
|
|
648
668
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -652,9 +672,9 @@ const IonInputOtp = /*@__PURE__*/ createComponent({
|
|
|
652
672
|
onIonChange: 'ionChange',
|
|
653
673
|
onIonComplete: 'ionComplete',
|
|
654
674
|
onIonBlur: 'ionBlur',
|
|
655
|
-
onIonFocus: 'ionFocus'
|
|
675
|
+
onIonFocus: 'ionFocus',
|
|
656
676
|
},
|
|
657
|
-
defineCustomElement: defineCustomElement$r
|
|
677
|
+
defineCustomElement: defineCustomElement$r,
|
|
658
678
|
});
|
|
659
679
|
const IonInputPasswordToggle = /*@__PURE__*/ createComponent({
|
|
660
680
|
tagName: 'ion-input-password-toggle',
|
|
@@ -662,7 +682,7 @@ const IonInputPasswordToggle = /*@__PURE__*/ createComponent({
|
|
|
662
682
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
663
683
|
react: React,
|
|
664
684
|
events: {},
|
|
665
|
-
defineCustomElement: defineCustomElement$s
|
|
685
|
+
defineCustomElement: defineCustomElement$s,
|
|
666
686
|
});
|
|
667
687
|
const IonItemDivider = /*@__PURE__*/ createComponent({
|
|
668
688
|
tagName: 'ion-item-divider',
|
|
@@ -670,15 +690,16 @@ const IonItemDivider = /*@__PURE__*/ createComponent({
|
|
|
670
690
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
671
691
|
react: React,
|
|
672
692
|
events: {},
|
|
673
|
-
defineCustomElement: defineCustomElement$t
|
|
693
|
+
defineCustomElement: defineCustomElement$t,
|
|
674
694
|
});
|
|
675
|
-
const IonItemGroup =
|
|
695
|
+
const IonItemGroup =
|
|
696
|
+
/*@__PURE__*/ createComponent({
|
|
676
697
|
tagName: 'ion-item-group',
|
|
677
698
|
elementClass: IonItemGroup$1,
|
|
678
699
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
679
700
|
react: React,
|
|
680
701
|
events: {},
|
|
681
|
-
defineCustomElement: defineCustomElement$u
|
|
702
|
+
defineCustomElement: defineCustomElement$u,
|
|
682
703
|
});
|
|
683
704
|
const IonItemOptions = /*@__PURE__*/ createComponent({
|
|
684
705
|
tagName: 'ion-item-options',
|
|
@@ -686,7 +707,7 @@ const IonItemOptions = /*@__PURE__*/ createComponent({
|
|
|
686
707
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
687
708
|
react: React,
|
|
688
709
|
events: { onIonSwipe: 'ionSwipe' },
|
|
689
|
-
defineCustomElement: defineCustomElement$v
|
|
710
|
+
defineCustomElement: defineCustomElement$v,
|
|
690
711
|
});
|
|
691
712
|
const IonItemSliding = /*@__PURE__*/ createComponent({
|
|
692
713
|
tagName: 'ion-item-sliding',
|
|
@@ -694,33 +715,37 @@ const IonItemSliding = /*@__PURE__*/ createComponent({
|
|
|
694
715
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
695
716
|
react: React,
|
|
696
717
|
events: { onIonDrag: 'ionDrag' },
|
|
697
|
-
defineCustomElement: defineCustomElement$w
|
|
718
|
+
defineCustomElement: defineCustomElement$w,
|
|
698
719
|
});
|
|
699
|
-
const IonLabel =
|
|
720
|
+
const IonLabel =
|
|
721
|
+
/*@__PURE__*/ createComponent({
|
|
700
722
|
tagName: 'ion-label',
|
|
701
723
|
elementClass: IonLabel$1,
|
|
702
724
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
703
725
|
react: React,
|
|
704
726
|
events: {},
|
|
705
|
-
defineCustomElement: defineCustomElement$x
|
|
727
|
+
defineCustomElement: defineCustomElement$x,
|
|
706
728
|
});
|
|
707
|
-
const IonList =
|
|
729
|
+
const IonList =
|
|
730
|
+
/*@__PURE__*/ createComponent({
|
|
708
731
|
tagName: 'ion-list',
|
|
709
732
|
elementClass: IonList$1,
|
|
710
733
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
711
734
|
react: React,
|
|
712
735
|
events: {},
|
|
713
|
-
defineCustomElement: defineCustomElement$y
|
|
736
|
+
defineCustomElement: defineCustomElement$y,
|
|
714
737
|
});
|
|
715
|
-
const IonListHeader =
|
|
738
|
+
const IonListHeader =
|
|
739
|
+
/*@__PURE__*/ createComponent({
|
|
716
740
|
tagName: 'ion-list-header',
|
|
717
741
|
elementClass: IonListHeader$1,
|
|
718
742
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
719
743
|
react: React,
|
|
720
744
|
events: {},
|
|
721
|
-
defineCustomElement: defineCustomElement$z
|
|
745
|
+
defineCustomElement: defineCustomElement$z,
|
|
722
746
|
});
|
|
723
|
-
const IonMenu =
|
|
747
|
+
const IonMenu =
|
|
748
|
+
/*@__PURE__*/ createComponent({
|
|
724
749
|
tagName: 'ion-menu',
|
|
725
750
|
elementClass: IonMenu$1,
|
|
726
751
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -729,49 +754,54 @@ const IonMenu = /*@__PURE__*/ createComponent({
|
|
|
729
754
|
onIonWillOpen: 'ionWillOpen',
|
|
730
755
|
onIonWillClose: 'ionWillClose',
|
|
731
756
|
onIonDidOpen: 'ionDidOpen',
|
|
732
|
-
onIonDidClose: 'ionDidClose'
|
|
757
|
+
onIonDidClose: 'ionDidClose',
|
|
733
758
|
},
|
|
734
|
-
defineCustomElement: defineCustomElement$A
|
|
759
|
+
defineCustomElement: defineCustomElement$A,
|
|
735
760
|
});
|
|
736
|
-
const IonMenuButton =
|
|
761
|
+
const IonMenuButton =
|
|
762
|
+
/*@__PURE__*/ createComponent({
|
|
737
763
|
tagName: 'ion-menu-button',
|
|
738
764
|
elementClass: IonMenuButton$1,
|
|
739
765
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
740
766
|
react: React,
|
|
741
767
|
events: {},
|
|
742
|
-
defineCustomElement: defineCustomElement$B
|
|
768
|
+
defineCustomElement: defineCustomElement$B,
|
|
743
769
|
});
|
|
744
|
-
const IonMenuToggle =
|
|
770
|
+
const IonMenuToggle =
|
|
771
|
+
/*@__PURE__*/ createComponent({
|
|
745
772
|
tagName: 'ion-menu-toggle',
|
|
746
773
|
elementClass: IonMenuToggle$1,
|
|
747
774
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
748
775
|
react: React,
|
|
749
776
|
events: {},
|
|
750
|
-
defineCustomElement: defineCustomElement$C
|
|
777
|
+
defineCustomElement: defineCustomElement$C,
|
|
751
778
|
});
|
|
752
|
-
const IonNavLink =
|
|
779
|
+
const IonNavLink =
|
|
780
|
+
/*@__PURE__*/ createComponent({
|
|
753
781
|
tagName: 'ion-nav-link',
|
|
754
782
|
elementClass: IonNavLink$1,
|
|
755
783
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
756
784
|
react: React,
|
|
757
785
|
events: {},
|
|
758
|
-
defineCustomElement: defineCustomElement$D
|
|
786
|
+
defineCustomElement: defineCustomElement$D,
|
|
759
787
|
});
|
|
760
|
-
const IonNote =
|
|
788
|
+
const IonNote =
|
|
789
|
+
/*@__PURE__*/ createComponent({
|
|
761
790
|
tagName: 'ion-note',
|
|
762
791
|
elementClass: IonNote$1,
|
|
763
792
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
764
793
|
react: React,
|
|
765
794
|
events: {},
|
|
766
|
-
defineCustomElement: defineCustomElement$E
|
|
795
|
+
defineCustomElement: defineCustomElement$E,
|
|
767
796
|
});
|
|
768
|
-
const IonPicker =
|
|
797
|
+
const IonPicker =
|
|
798
|
+
/*@__PURE__*/ createComponent({
|
|
769
799
|
tagName: 'ion-picker',
|
|
770
800
|
elementClass: IonPicker$1,
|
|
771
801
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
772
802
|
react: React,
|
|
773
803
|
events: {},
|
|
774
|
-
defineCustomElement: defineCustomElement$F
|
|
804
|
+
defineCustomElement: defineCustomElement$F,
|
|
775
805
|
});
|
|
776
806
|
const IonPickerColumn = /*@__PURE__*/ createComponent({
|
|
777
807
|
tagName: 'ion-picker-column',
|
|
@@ -779,7 +809,7 @@ const IonPickerColumn = /*@__PURE__*/ createComponent({
|
|
|
779
809
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
780
810
|
react: React,
|
|
781
811
|
events: { onIonChange: 'ionChange' },
|
|
782
|
-
defineCustomElement: defineCustomElement$G
|
|
812
|
+
defineCustomElement: defineCustomElement$G,
|
|
783
813
|
});
|
|
784
814
|
const IonPickerColumnOption = /*@__PURE__*/ createComponent({
|
|
785
815
|
tagName: 'ion-picker-column-option',
|
|
@@ -787,7 +817,7 @@ const IonPickerColumnOption = /*@__PURE__*/ createComponent({
|
|
|
787
817
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
788
818
|
react: React,
|
|
789
819
|
events: {},
|
|
790
|
-
defineCustomElement: defineCustomElement$H
|
|
820
|
+
defineCustomElement: defineCustomElement$H,
|
|
791
821
|
});
|
|
792
822
|
const IonProgressBar = /*@__PURE__*/ createComponent({
|
|
793
823
|
tagName: 'ion-progress-bar',
|
|
@@ -795,28 +825,31 @@ const IonProgressBar = /*@__PURE__*/ createComponent({
|
|
|
795
825
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
796
826
|
react: React,
|
|
797
827
|
events: {},
|
|
798
|
-
defineCustomElement: defineCustomElement$I
|
|
828
|
+
defineCustomElement: defineCustomElement$I,
|
|
799
829
|
});
|
|
800
|
-
const IonRadio =
|
|
830
|
+
const IonRadio =
|
|
831
|
+
/*@__PURE__*/ createComponent({
|
|
801
832
|
tagName: 'ion-radio',
|
|
802
833
|
elementClass: IonRadio$1,
|
|
803
834
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
804
835
|
react: React,
|
|
805
836
|
events: {
|
|
806
837
|
onIonFocus: 'ionFocus',
|
|
807
|
-
onIonBlur: 'ionBlur'
|
|
838
|
+
onIonBlur: 'ionBlur',
|
|
808
839
|
},
|
|
809
|
-
defineCustomElement: defineCustomElement$J
|
|
840
|
+
defineCustomElement: defineCustomElement$J,
|
|
810
841
|
});
|
|
811
|
-
const IonRadioGroup =
|
|
842
|
+
const IonRadioGroup =
|
|
843
|
+
/*@__PURE__*/ createComponent({
|
|
812
844
|
tagName: 'ion-radio-group',
|
|
813
845
|
elementClass: IonRadioGroup$1,
|
|
814
846
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
815
847
|
react: React,
|
|
816
848
|
events: { onIonChange: 'ionChange' },
|
|
817
|
-
defineCustomElement: defineCustomElement$K
|
|
849
|
+
defineCustomElement: defineCustomElement$K,
|
|
818
850
|
});
|
|
819
|
-
const IonRange =
|
|
851
|
+
const IonRange =
|
|
852
|
+
/*@__PURE__*/ createComponent({
|
|
820
853
|
tagName: 'ion-range',
|
|
821
854
|
elementClass: IonRange$1,
|
|
822
855
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -827,11 +860,12 @@ const IonRange = /*@__PURE__*/ createComponent({
|
|
|
827
860
|
onIonFocus: 'ionFocus',
|
|
828
861
|
onIonBlur: 'ionBlur',
|
|
829
862
|
onIonKnobMoveStart: 'ionKnobMoveStart',
|
|
830
|
-
onIonKnobMoveEnd: 'ionKnobMoveEnd'
|
|
863
|
+
onIonKnobMoveEnd: 'ionKnobMoveEnd',
|
|
831
864
|
},
|
|
832
|
-
defineCustomElement: defineCustomElement$L
|
|
865
|
+
defineCustomElement: defineCustomElement$L,
|
|
833
866
|
});
|
|
834
|
-
const IonRefresher =
|
|
867
|
+
const IonRefresher =
|
|
868
|
+
/*@__PURE__*/ createComponent({
|
|
835
869
|
tagName: 'ion-refresher',
|
|
836
870
|
elementClass: IonRefresher$1,
|
|
837
871
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -841,9 +875,9 @@ const IonRefresher = /*@__PURE__*/ createComponent({
|
|
|
841
875
|
onIonPull: 'ionPull',
|
|
842
876
|
onIonStart: 'ionStart',
|
|
843
877
|
onIonPullStart: 'ionPullStart',
|
|
844
|
-
onIonPullEnd: 'ionPullEnd'
|
|
878
|
+
onIonPullEnd: 'ionPullEnd',
|
|
845
879
|
},
|
|
846
|
-
defineCustomElement: defineCustomElement$M
|
|
880
|
+
defineCustomElement: defineCustomElement$M,
|
|
847
881
|
});
|
|
848
882
|
const IonRefresherContent = /*@__PURE__*/ createComponent({
|
|
849
883
|
tagName: 'ion-refresher-content',
|
|
@@ -851,15 +885,16 @@ const IonRefresherContent = /*@__PURE__*/ createComponent({
|
|
|
851
885
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
852
886
|
react: React,
|
|
853
887
|
events: {},
|
|
854
|
-
defineCustomElement: defineCustomElement$N
|
|
888
|
+
defineCustomElement: defineCustomElement$N,
|
|
855
889
|
});
|
|
856
|
-
const IonReorder =
|
|
890
|
+
const IonReorder =
|
|
891
|
+
/*@__PURE__*/ createComponent({
|
|
857
892
|
tagName: 'ion-reorder',
|
|
858
893
|
elementClass: IonReorder$1,
|
|
859
894
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
860
895
|
react: React,
|
|
861
896
|
events: {},
|
|
862
|
-
defineCustomElement: defineCustomElement$O
|
|
897
|
+
defineCustomElement: defineCustomElement$O,
|
|
863
898
|
});
|
|
864
899
|
const IonReorderGroup = /*@__PURE__*/ createComponent({
|
|
865
900
|
tagName: 'ion-reorder-group',
|
|
@@ -870,9 +905,9 @@ const IonReorderGroup = /*@__PURE__*/ createComponent({
|
|
|
870
905
|
onIonItemReorder: 'ionItemReorder',
|
|
871
906
|
onIonReorderStart: 'ionReorderStart',
|
|
872
907
|
onIonReorderMove: 'ionReorderMove',
|
|
873
|
-
onIonReorderEnd: 'ionReorderEnd'
|
|
908
|
+
onIonReorderEnd: 'ionReorderEnd',
|
|
874
909
|
},
|
|
875
|
-
defineCustomElement: defineCustomElement$P
|
|
910
|
+
defineCustomElement: defineCustomElement$P,
|
|
876
911
|
});
|
|
877
912
|
const IonRippleEffect = /*@__PURE__*/ createComponent({
|
|
878
913
|
tagName: 'ion-ripple-effect',
|
|
@@ -880,17 +915,19 @@ const IonRippleEffect = /*@__PURE__*/ createComponent({
|
|
|
880
915
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
881
916
|
react: React,
|
|
882
917
|
events: {},
|
|
883
|
-
defineCustomElement: defineCustomElement$Q
|
|
918
|
+
defineCustomElement: defineCustomElement$Q,
|
|
884
919
|
});
|
|
885
|
-
const IonRow =
|
|
920
|
+
const IonRow =
|
|
921
|
+
/*@__PURE__*/ createComponent({
|
|
886
922
|
tagName: 'ion-row',
|
|
887
923
|
elementClass: IonRow$1,
|
|
888
924
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
889
925
|
react: React,
|
|
890
926
|
events: {},
|
|
891
|
-
defineCustomElement: defineCustomElement$R
|
|
927
|
+
defineCustomElement: defineCustomElement$R,
|
|
892
928
|
});
|
|
893
|
-
const IonSearchbar =
|
|
929
|
+
const IonSearchbar =
|
|
930
|
+
/*@__PURE__*/ createComponent({
|
|
894
931
|
tagName: 'ion-searchbar',
|
|
895
932
|
elementClass: IonSearchbar$1,
|
|
896
933
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -901,17 +938,18 @@ const IonSearchbar = /*@__PURE__*/ createComponent({
|
|
|
901
938
|
onIonCancel: 'ionCancel',
|
|
902
939
|
onIonClear: 'ionClear',
|
|
903
940
|
onIonBlur: 'ionBlur',
|
|
904
|
-
onIonFocus: 'ionFocus'
|
|
941
|
+
onIonFocus: 'ionFocus',
|
|
905
942
|
},
|
|
906
|
-
defineCustomElement: defineCustomElement$S
|
|
943
|
+
defineCustomElement: defineCustomElement$S,
|
|
907
944
|
});
|
|
908
|
-
const IonSegment =
|
|
945
|
+
const IonSegment =
|
|
946
|
+
/*@__PURE__*/ createComponent({
|
|
909
947
|
tagName: 'ion-segment',
|
|
910
948
|
elementClass: IonSegment$1,
|
|
911
949
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
912
950
|
react: React,
|
|
913
951
|
events: { onIonChange: 'ionChange' },
|
|
914
|
-
defineCustomElement: defineCustomElement$T
|
|
952
|
+
defineCustomElement: defineCustomElement$T,
|
|
915
953
|
});
|
|
916
954
|
const IonSegmentButton = /*@__PURE__*/ createComponent({
|
|
917
955
|
tagName: 'ion-segment-button',
|
|
@@ -919,7 +957,7 @@ const IonSegmentButton = /*@__PURE__*/ createComponent({
|
|
|
919
957
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
920
958
|
react: React,
|
|
921
959
|
events: {},
|
|
922
|
-
defineCustomElement: defineCustomElement$U
|
|
960
|
+
defineCustomElement: defineCustomElement$U,
|
|
923
961
|
});
|
|
924
962
|
const IonSegmentContent = /*@__PURE__*/ createComponent({
|
|
925
963
|
tagName: 'ion-segment-content',
|
|
@@ -927,7 +965,7 @@ const IonSegmentContent = /*@__PURE__*/ createComponent({
|
|
|
927
965
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
928
966
|
react: React,
|
|
929
967
|
events: {},
|
|
930
|
-
defineCustomElement: defineCustomElement$V
|
|
968
|
+
defineCustomElement: defineCustomElement$V,
|
|
931
969
|
});
|
|
932
970
|
const IonSegmentView = /*@__PURE__*/ createComponent({
|
|
933
971
|
tagName: 'ion-segment-view',
|
|
@@ -935,9 +973,10 @@ const IonSegmentView = /*@__PURE__*/ createComponent({
|
|
|
935
973
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
936
974
|
react: React,
|
|
937
975
|
events: { onIonSegmentViewScroll: 'ionSegmentViewScroll' },
|
|
938
|
-
defineCustomElement: defineCustomElement$W
|
|
976
|
+
defineCustomElement: defineCustomElement$W,
|
|
939
977
|
});
|
|
940
|
-
const IonSelect =
|
|
978
|
+
const IonSelect =
|
|
979
|
+
/*@__PURE__*/ createComponent({
|
|
941
980
|
tagName: 'ion-select',
|
|
942
981
|
elementClass: IonSelect$1,
|
|
943
982
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -947,9 +986,9 @@ const IonSelect = /*@__PURE__*/ createComponent({
|
|
|
947
986
|
onIonCancel: 'ionCancel',
|
|
948
987
|
onIonDismiss: 'ionDismiss',
|
|
949
988
|
onIonFocus: 'ionFocus',
|
|
950
|
-
onIonBlur: 'ionBlur'
|
|
989
|
+
onIonBlur: 'ionBlur',
|
|
951
990
|
},
|
|
952
|
-
defineCustomElement: defineCustomElement$X
|
|
991
|
+
defineCustomElement: defineCustomElement$X,
|
|
953
992
|
});
|
|
954
993
|
const IonSelectModal = /*@__PURE__*/ createComponent({
|
|
955
994
|
tagName: 'ion-select-modal',
|
|
@@ -957,7 +996,7 @@ const IonSelectModal = /*@__PURE__*/ createComponent({
|
|
|
957
996
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
958
997
|
react: React,
|
|
959
998
|
events: {},
|
|
960
|
-
defineCustomElement: defineCustomElement$Y
|
|
999
|
+
defineCustomElement: defineCustomElement$Y,
|
|
961
1000
|
});
|
|
962
1001
|
const IonSelectOption = /*@__PURE__*/ createComponent({
|
|
963
1002
|
tagName: 'ion-select-option',
|
|
@@ -965,7 +1004,7 @@ const IonSelectOption = /*@__PURE__*/ createComponent({
|
|
|
965
1004
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
966
1005
|
react: React,
|
|
967
1006
|
events: {},
|
|
968
|
-
defineCustomElement: defineCustomElement$Z
|
|
1007
|
+
defineCustomElement: defineCustomElement$Z,
|
|
969
1008
|
});
|
|
970
1009
|
const IonSkeletonText = /*@__PURE__*/ createComponent({
|
|
971
1010
|
tagName: 'ion-skeleton-text',
|
|
@@ -973,41 +1012,46 @@ const IonSkeletonText = /*@__PURE__*/ createComponent({
|
|
|
973
1012
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
974
1013
|
react: React,
|
|
975
1014
|
events: {},
|
|
976
|
-
defineCustomElement: defineCustomElement$_
|
|
1015
|
+
defineCustomElement: defineCustomElement$_,
|
|
977
1016
|
});
|
|
978
|
-
const IonSpinner =
|
|
1017
|
+
const IonSpinner =
|
|
1018
|
+
/*@__PURE__*/ createComponent({
|
|
979
1019
|
tagName: 'ion-spinner',
|
|
980
1020
|
elementClass: IonSpinner$1,
|
|
981
1021
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
982
1022
|
react: React,
|
|
983
1023
|
events: {},
|
|
984
|
-
defineCustomElement: defineCustomElement
|
|
1024
|
+
defineCustomElement: defineCustomElement$$,
|
|
985
1025
|
});
|
|
986
|
-
const IonSplitPane =
|
|
1026
|
+
const IonSplitPane =
|
|
1027
|
+
/*@__PURE__*/ createComponent({
|
|
987
1028
|
tagName: 'ion-split-pane',
|
|
988
1029
|
elementClass: IonSplitPane$1,
|
|
989
1030
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
990
1031
|
react: React,
|
|
991
1032
|
events: { onIonSplitPaneVisible: 'ionSplitPaneVisible' },
|
|
992
|
-
defineCustomElement: defineCustomElement$10
|
|
1033
|
+
defineCustomElement: defineCustomElement$10,
|
|
993
1034
|
});
|
|
994
|
-
const IonTab =
|
|
1035
|
+
const IonTab =
|
|
1036
|
+
/*@__PURE__*/ createComponent({
|
|
995
1037
|
tagName: 'ion-tab',
|
|
996
1038
|
elementClass: IonTab$1,
|
|
997
1039
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
998
1040
|
react: React,
|
|
999
1041
|
events: {},
|
|
1000
|
-
defineCustomElement: defineCustomElement$11
|
|
1042
|
+
defineCustomElement: defineCustomElement$11,
|
|
1001
1043
|
});
|
|
1002
|
-
const IonText =
|
|
1044
|
+
const IonText =
|
|
1045
|
+
/*@__PURE__*/ createComponent({
|
|
1003
1046
|
tagName: 'ion-text',
|
|
1004
1047
|
elementClass: IonText$1,
|
|
1005
1048
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1006
1049
|
react: React,
|
|
1007
1050
|
events: {},
|
|
1008
|
-
defineCustomElement: defineCustomElement$12
|
|
1051
|
+
defineCustomElement: defineCustomElement$12,
|
|
1009
1052
|
});
|
|
1010
|
-
const IonTextarea =
|
|
1053
|
+
const IonTextarea =
|
|
1054
|
+
/*@__PURE__*/ createComponent({
|
|
1011
1055
|
tagName: 'ion-textarea',
|
|
1012
1056
|
elementClass: IonTextarea$1,
|
|
1013
1057
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -1016,27 +1060,30 @@ const IonTextarea = /*@__PURE__*/ createComponent({
|
|
|
1016
1060
|
onIonChange: 'ionChange',
|
|
1017
1061
|
onIonInput: 'ionInput',
|
|
1018
1062
|
onIonBlur: 'ionBlur',
|
|
1019
|
-
onIonFocus: 'ionFocus'
|
|
1063
|
+
onIonFocus: 'ionFocus',
|
|
1020
1064
|
},
|
|
1021
|
-
defineCustomElement: defineCustomElement$13
|
|
1065
|
+
defineCustomElement: defineCustomElement$13,
|
|
1022
1066
|
});
|
|
1023
|
-
const IonThumbnail =
|
|
1067
|
+
const IonThumbnail =
|
|
1068
|
+
/*@__PURE__*/ createComponent({
|
|
1024
1069
|
tagName: 'ion-thumbnail',
|
|
1025
1070
|
elementClass: IonThumbnail$1,
|
|
1026
1071
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1027
1072
|
react: React,
|
|
1028
1073
|
events: {},
|
|
1029
|
-
defineCustomElement: defineCustomElement$14
|
|
1074
|
+
defineCustomElement: defineCustomElement$14,
|
|
1030
1075
|
});
|
|
1031
|
-
const IonTitle =
|
|
1076
|
+
const IonTitle =
|
|
1077
|
+
/*@__PURE__*/ createComponent({
|
|
1032
1078
|
tagName: 'ion-title',
|
|
1033
1079
|
elementClass: IonTitle$1,
|
|
1034
1080
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1035
1081
|
react: React,
|
|
1036
1082
|
events: {},
|
|
1037
|
-
defineCustomElement: defineCustomElement$15
|
|
1083
|
+
defineCustomElement: defineCustomElement$15,
|
|
1038
1084
|
});
|
|
1039
|
-
const IonToggle =
|
|
1085
|
+
const IonToggle =
|
|
1086
|
+
/*@__PURE__*/ createComponent({
|
|
1040
1087
|
tagName: 'ion-toggle',
|
|
1041
1088
|
elementClass: IonToggle$1,
|
|
1042
1089
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -1044,17 +1091,18 @@ const IonToggle = /*@__PURE__*/ createComponent({
|
|
|
1044
1091
|
events: {
|
|
1045
1092
|
onIonChange: 'ionChange',
|
|
1046
1093
|
onIonFocus: 'ionFocus',
|
|
1047
|
-
onIonBlur: 'ionBlur'
|
|
1094
|
+
onIonBlur: 'ionBlur',
|
|
1048
1095
|
},
|
|
1049
|
-
defineCustomElement: defineCustomElement$16
|
|
1096
|
+
defineCustomElement: defineCustomElement$16,
|
|
1050
1097
|
});
|
|
1051
|
-
const IonToolbar =
|
|
1098
|
+
const IonToolbar =
|
|
1099
|
+
/*@__PURE__*/ createComponent({
|
|
1052
1100
|
tagName: 'ion-toolbar',
|
|
1053
1101
|
elementClass: IonToolbar$1,
|
|
1054
1102
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1055
1103
|
react: React,
|
|
1056
1104
|
events: {},
|
|
1057
|
-
defineCustomElement: defineCustomElement$17
|
|
1105
|
+
defineCustomElement: defineCustomElement$17,
|
|
1058
1106
|
});
|
|
1059
1107
|
|
|
1060
1108
|
const dashToPascalCase = (str) => str
|