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