@baloise/ds-react 19.1.0-nightly.20250616 → 19.1.0-nightly.20250618
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/index.cjs.js +117 -117
- package/index.esm.js +117 -117
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -348,7 +348,7 @@ var r = function(_param) {
|
|
|
348
348
|
var BalAccordion = /*@__PURE__*/ r({
|
|
349
349
|
tagName: 'bal-accordion',
|
|
350
350
|
elementClass: balAccordion_js.BalAccordion,
|
|
351
|
-
// @ts-ignore - React type
|
|
351
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
352
352
|
react: React,
|
|
353
353
|
events: {
|
|
354
354
|
onBalChange: 'balChange',
|
|
@@ -360,7 +360,7 @@ var BalAccordion = /*@__PURE__*/ r({
|
|
|
360
360
|
var BalAccordionDetails = /*@__PURE__*/ r({
|
|
361
361
|
tagName: 'bal-accordion-details',
|
|
362
362
|
elementClass: balAccordionDetails_js.BalAccordionDetails,
|
|
363
|
-
// @ts-ignore - React type
|
|
363
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
364
364
|
react: React,
|
|
365
365
|
events: {},
|
|
366
366
|
defineCustomElement: balAccordionDetails_js.defineCustomElement
|
|
@@ -368,7 +368,7 @@ var BalAccordionDetails = /*@__PURE__*/ r({
|
|
|
368
368
|
var BalAccordionSummary = /*@__PURE__*/ r({
|
|
369
369
|
tagName: 'bal-accordion-summary',
|
|
370
370
|
elementClass: balAccordionSummary_js.BalAccordionSummary,
|
|
371
|
-
// @ts-ignore - React type
|
|
371
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
372
372
|
react: React,
|
|
373
373
|
events: {},
|
|
374
374
|
defineCustomElement: balAccordionSummary_js.defineCustomElement
|
|
@@ -376,7 +376,7 @@ var BalAccordionSummary = /*@__PURE__*/ r({
|
|
|
376
376
|
var BalAccordionTrigger = /*@__PURE__*/ r({
|
|
377
377
|
tagName: 'bal-accordion-trigger',
|
|
378
378
|
elementClass: balAccordionTrigger_js.BalAccordionTrigger,
|
|
379
|
-
// @ts-ignore - React type
|
|
379
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
380
380
|
react: React,
|
|
381
381
|
events: {},
|
|
382
382
|
defineCustomElement: balAccordionTrigger_js.defineCustomElement
|
|
@@ -384,7 +384,7 @@ var BalAccordionTrigger = /*@__PURE__*/ r({
|
|
|
384
384
|
var BalApp = /*@__PURE__*/ r({
|
|
385
385
|
tagName: 'bal-app',
|
|
386
386
|
elementClass: balApp_js.BalApp,
|
|
387
|
-
// @ts-ignore - React type
|
|
387
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
388
388
|
react: React,
|
|
389
389
|
events: {},
|
|
390
390
|
defineCustomElement: balApp_js.defineCustomElement
|
|
@@ -392,7 +392,7 @@ var BalApp = /*@__PURE__*/ r({
|
|
|
392
392
|
var BalBadge = /*@__PURE__*/ r({
|
|
393
393
|
tagName: 'bal-badge',
|
|
394
394
|
elementClass: balBadge_js.BalBadge,
|
|
395
|
-
// @ts-ignore - React type
|
|
395
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
396
396
|
react: React,
|
|
397
397
|
events: {},
|
|
398
398
|
defineCustomElement: balBadge_js.defineCustomElement
|
|
@@ -400,7 +400,7 @@ var BalBadge = /*@__PURE__*/ r({
|
|
|
400
400
|
var BalButton = /*@__PURE__*/ r({
|
|
401
401
|
tagName: 'bal-button',
|
|
402
402
|
elementClass: balButton_js.BalButton,
|
|
403
|
-
// @ts-ignore - React type
|
|
403
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
404
404
|
react: React,
|
|
405
405
|
events: {
|
|
406
406
|
onBalClick: 'balClick',
|
|
@@ -414,7 +414,7 @@ var BalButton = /*@__PURE__*/ r({
|
|
|
414
414
|
var BalButtonGroup = /*@__PURE__*/ r({
|
|
415
415
|
tagName: 'bal-button-group',
|
|
416
416
|
elementClass: balButtonGroup_js.BalButtonGroup,
|
|
417
|
-
// @ts-ignore - React type
|
|
417
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
418
418
|
react: React,
|
|
419
419
|
events: {},
|
|
420
420
|
defineCustomElement: balButtonGroup_js.defineCustomElement
|
|
@@ -422,7 +422,7 @@ var BalButtonGroup = /*@__PURE__*/ r({
|
|
|
422
422
|
var BalCard = /*@__PURE__*/ r({
|
|
423
423
|
tagName: 'bal-card',
|
|
424
424
|
elementClass: balCard_js.BalCard,
|
|
425
|
-
// @ts-ignore - React type
|
|
425
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
426
426
|
react: React,
|
|
427
427
|
events: {},
|
|
428
428
|
defineCustomElement: balCard_js.defineCustomElement
|
|
@@ -430,7 +430,7 @@ var BalCard = /*@__PURE__*/ r({
|
|
|
430
430
|
var BalCardActions = /*@__PURE__*/ r({
|
|
431
431
|
tagName: 'bal-card-actions',
|
|
432
432
|
elementClass: balCardActions_js.BalCardActions,
|
|
433
|
-
// @ts-ignore - React type
|
|
433
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
434
434
|
react: React,
|
|
435
435
|
events: {},
|
|
436
436
|
defineCustomElement: balCardActions_js.defineCustomElement
|
|
@@ -438,7 +438,7 @@ var BalCardActions = /*@__PURE__*/ r({
|
|
|
438
438
|
var BalCardButton = /*@__PURE__*/ r({
|
|
439
439
|
tagName: 'bal-card-button',
|
|
440
440
|
elementClass: balCardButton_js.BalCardButton,
|
|
441
|
-
// @ts-ignore - React type
|
|
441
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
442
442
|
react: React,
|
|
443
443
|
events: {},
|
|
444
444
|
defineCustomElement: balCardButton_js.defineCustomElement
|
|
@@ -446,7 +446,7 @@ var BalCardButton = /*@__PURE__*/ r({
|
|
|
446
446
|
var BalCardContent = /*@__PURE__*/ r({
|
|
447
447
|
tagName: 'bal-card-content',
|
|
448
448
|
elementClass: balCardContent_js.BalCardContent,
|
|
449
|
-
// @ts-ignore - React type
|
|
449
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
450
450
|
react: React,
|
|
451
451
|
events: {},
|
|
452
452
|
defineCustomElement: balCardContent_js.defineCustomElement
|
|
@@ -454,7 +454,7 @@ var BalCardContent = /*@__PURE__*/ r({
|
|
|
454
454
|
var BalCardSubtitle = /*@__PURE__*/ r({
|
|
455
455
|
tagName: 'bal-card-subtitle',
|
|
456
456
|
elementClass: balCardSubtitle_js.BalCardSubtitle,
|
|
457
|
-
// @ts-ignore - React type
|
|
457
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
458
458
|
react: React,
|
|
459
459
|
events: {},
|
|
460
460
|
defineCustomElement: balCardSubtitle_js.defineCustomElement
|
|
@@ -462,7 +462,7 @@ var BalCardSubtitle = /*@__PURE__*/ r({
|
|
|
462
462
|
var BalCardTitle = /*@__PURE__*/ r({
|
|
463
463
|
tagName: 'bal-card-title',
|
|
464
464
|
elementClass: balCardTitle_js.BalCardTitle,
|
|
465
|
-
// @ts-ignore - React type
|
|
465
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
466
466
|
react: React,
|
|
467
467
|
events: {},
|
|
468
468
|
defineCustomElement: balCardTitle_js.defineCustomElement
|
|
@@ -470,7 +470,7 @@ var BalCardTitle = /*@__PURE__*/ r({
|
|
|
470
470
|
var BalCarousel = /*@__PURE__*/ r({
|
|
471
471
|
tagName: 'bal-carousel',
|
|
472
472
|
elementClass: balCarousel_js.BalCarousel,
|
|
473
|
-
// @ts-ignore - React type
|
|
473
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
474
474
|
react: React,
|
|
475
475
|
events: {
|
|
476
476
|
onBalChange: 'balChange'
|
|
@@ -480,7 +480,7 @@ var BalCarousel = /*@__PURE__*/ r({
|
|
|
480
480
|
var BalCarouselItem = /*@__PURE__*/ r({
|
|
481
481
|
tagName: 'bal-carousel-item',
|
|
482
482
|
elementClass: balCarouselItem_js.BalCarouselItem,
|
|
483
|
-
// @ts-ignore - React type
|
|
483
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
484
484
|
react: React,
|
|
485
485
|
events: {
|
|
486
486
|
onBalNavigate: 'balNavigate',
|
|
@@ -492,7 +492,7 @@ var BalCarouselItem = /*@__PURE__*/ r({
|
|
|
492
492
|
var BalCheck = /*@__PURE__*/ r({
|
|
493
493
|
tagName: 'bal-check',
|
|
494
494
|
elementClass: balCheck_js.BalCheck,
|
|
495
|
-
// @ts-ignore - React type
|
|
495
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
496
496
|
react: React,
|
|
497
497
|
events: {},
|
|
498
498
|
defineCustomElement: balCheck_js.defineCustomElement
|
|
@@ -500,7 +500,7 @@ var BalCheck = /*@__PURE__*/ r({
|
|
|
500
500
|
var BalCheckbox = /*@__PURE__*/ r({
|
|
501
501
|
tagName: 'bal-checkbox',
|
|
502
502
|
elementClass: balCheckbox_js.BalCheckbox,
|
|
503
|
-
// @ts-ignore - React type
|
|
503
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
504
504
|
react: React,
|
|
505
505
|
events: {
|
|
506
506
|
onBalFocus: 'balFocus',
|
|
@@ -512,7 +512,7 @@ var BalCheckbox = /*@__PURE__*/ r({
|
|
|
512
512
|
var BalCheckboxGroup = /*@__PURE__*/ r({
|
|
513
513
|
tagName: 'bal-checkbox-group',
|
|
514
514
|
elementClass: balCheckboxGroup_js.BalCheckboxGroup,
|
|
515
|
-
// @ts-ignore - React type
|
|
515
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
516
516
|
react: React,
|
|
517
517
|
events: {
|
|
518
518
|
onBalChange: 'balChange',
|
|
@@ -524,7 +524,7 @@ var BalCheckboxGroup = /*@__PURE__*/ r({
|
|
|
524
524
|
var BalClose = /*@__PURE__*/ r({
|
|
525
525
|
tagName: 'bal-close',
|
|
526
526
|
elementClass: balClose_js.BalClose,
|
|
527
|
-
// @ts-ignore - React type
|
|
527
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
528
528
|
react: React,
|
|
529
529
|
events: {},
|
|
530
530
|
defineCustomElement: balClose_js.defineCustomElement
|
|
@@ -532,7 +532,7 @@ var BalClose = /*@__PURE__*/ r({
|
|
|
532
532
|
var BalContent = /*@__PURE__*/ r({
|
|
533
533
|
tagName: 'bal-content',
|
|
534
534
|
elementClass: balContent_js.BalContent,
|
|
535
|
-
// @ts-ignore - React type
|
|
535
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
536
536
|
react: React,
|
|
537
537
|
events: {},
|
|
538
538
|
defineCustomElement: balContent_js.defineCustomElement
|
|
@@ -540,7 +540,7 @@ var BalContent = /*@__PURE__*/ r({
|
|
|
540
540
|
var BalData = /*@__PURE__*/ r({
|
|
541
541
|
tagName: 'bal-data',
|
|
542
542
|
elementClass: balData_js.BalData,
|
|
543
|
-
// @ts-ignore - React type
|
|
543
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
544
544
|
react: React,
|
|
545
545
|
events: {},
|
|
546
546
|
defineCustomElement: balData_js.defineCustomElement
|
|
@@ -548,7 +548,7 @@ var BalData = /*@__PURE__*/ r({
|
|
|
548
548
|
var BalDataItem = /*@__PURE__*/ r({
|
|
549
549
|
tagName: 'bal-data-item',
|
|
550
550
|
elementClass: balDataItem_js.BalDataItem,
|
|
551
|
-
// @ts-ignore - React type
|
|
551
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
552
552
|
react: React,
|
|
553
553
|
events: {},
|
|
554
554
|
defineCustomElement: balDataItem_js.defineCustomElement
|
|
@@ -556,7 +556,7 @@ var BalDataItem = /*@__PURE__*/ r({
|
|
|
556
556
|
var BalDataLabel = /*@__PURE__*/ r({
|
|
557
557
|
tagName: 'bal-data-label',
|
|
558
558
|
elementClass: balDataLabel_js.BalDataLabel,
|
|
559
|
-
// @ts-ignore - React type
|
|
559
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
560
560
|
react: React,
|
|
561
561
|
events: {},
|
|
562
562
|
defineCustomElement: balDataLabel_js.defineCustomElement
|
|
@@ -564,7 +564,7 @@ var BalDataLabel = /*@__PURE__*/ r({
|
|
|
564
564
|
var BalDataValue = /*@__PURE__*/ r({
|
|
565
565
|
tagName: 'bal-data-value',
|
|
566
566
|
elementClass: balDataValue_js.BalDataValue,
|
|
567
|
-
// @ts-ignore - React type
|
|
567
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
568
568
|
react: React,
|
|
569
569
|
events: {
|
|
570
570
|
onBalClick: 'balClick',
|
|
@@ -576,7 +576,7 @@ var BalDataValue = /*@__PURE__*/ r({
|
|
|
576
576
|
var BalDate = /*@__PURE__*/ r({
|
|
577
577
|
tagName: 'bal-date',
|
|
578
578
|
elementClass: balDate_js.BalDate,
|
|
579
|
-
// @ts-ignore - React type
|
|
579
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
580
580
|
react: React,
|
|
581
581
|
events: {
|
|
582
582
|
onBalInput: 'balInput',
|
|
@@ -593,7 +593,7 @@ var BalDate = /*@__PURE__*/ r({
|
|
|
593
593
|
var BalDateCalendar = /*@__PURE__*/ r({
|
|
594
594
|
tagName: 'bal-date-calendar',
|
|
595
595
|
elementClass: balDateCalendar_js.BalDateCalendar,
|
|
596
|
-
// @ts-ignore - React type
|
|
596
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
597
597
|
react: React,
|
|
598
598
|
events: {
|
|
599
599
|
onBalChange: 'balChange'
|
|
@@ -603,7 +603,7 @@ var BalDateCalendar = /*@__PURE__*/ r({
|
|
|
603
603
|
var BalDateCalendarCell = /*@__PURE__*/ r({
|
|
604
604
|
tagName: 'bal-date-calendar-cell',
|
|
605
605
|
elementClass: balDateCalendarCell_js.BalDateCalendarCell,
|
|
606
|
-
// @ts-ignore - React type
|
|
606
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
607
607
|
react: React,
|
|
608
608
|
events: {
|
|
609
609
|
onBalSelectDay: 'balSelectDay'
|
|
@@ -613,7 +613,7 @@ var BalDateCalendarCell = /*@__PURE__*/ r({
|
|
|
613
613
|
var BalDivider = /*@__PURE__*/ r({
|
|
614
614
|
tagName: 'bal-divider',
|
|
615
615
|
elementClass: balDivider_js.BalDivider,
|
|
616
|
-
// @ts-ignore - React type
|
|
616
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
617
617
|
react: React,
|
|
618
618
|
events: {},
|
|
619
619
|
defineCustomElement: balDivider_js.defineCustomElement
|
|
@@ -621,7 +621,7 @@ var BalDivider = /*@__PURE__*/ r({
|
|
|
621
621
|
var BalDropdown = /*@__PURE__*/ r({
|
|
622
622
|
tagName: 'bal-dropdown',
|
|
623
623
|
elementClass: balDropdown_js.BalDropdown,
|
|
624
|
-
// @ts-ignore - React type
|
|
624
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
625
625
|
react: React,
|
|
626
626
|
events: {
|
|
627
627
|
onBalChange: 'balChange',
|
|
@@ -633,7 +633,7 @@ var BalDropdown = /*@__PURE__*/ r({
|
|
|
633
633
|
var BalField = /*@__PURE__*/ r({
|
|
634
634
|
tagName: 'bal-field',
|
|
635
635
|
elementClass: balField_js.BalField,
|
|
636
|
-
// @ts-ignore - React type
|
|
636
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
637
637
|
react: React,
|
|
638
638
|
events: {
|
|
639
639
|
onBalFormControlDidLoad: 'balFormControlDidLoad'
|
|
@@ -643,7 +643,7 @@ var BalField = /*@__PURE__*/ r({
|
|
|
643
643
|
var BalFieldControl = /*@__PURE__*/ r({
|
|
644
644
|
tagName: 'bal-field-control',
|
|
645
645
|
elementClass: balFieldControl_js.BalFieldControl,
|
|
646
|
-
// @ts-ignore - React type
|
|
646
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
647
647
|
react: React,
|
|
648
648
|
events: {},
|
|
649
649
|
defineCustomElement: balFieldControl_js.defineCustomElement
|
|
@@ -651,7 +651,7 @@ var BalFieldControl = /*@__PURE__*/ r({
|
|
|
651
651
|
var BalFieldHint = /*@__PURE__*/ r({
|
|
652
652
|
tagName: 'bal-field-hint',
|
|
653
653
|
elementClass: balFieldHint_js.BalFieldHint,
|
|
654
|
-
// @ts-ignore - React type
|
|
654
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
655
655
|
react: React,
|
|
656
656
|
events: {},
|
|
657
657
|
defineCustomElement: balFieldHint_js.defineCustomElement
|
|
@@ -659,7 +659,7 @@ var BalFieldHint = /*@__PURE__*/ r({
|
|
|
659
659
|
var BalFieldLabel = /*@__PURE__*/ r({
|
|
660
660
|
tagName: 'bal-field-label',
|
|
661
661
|
elementClass: balFieldLabel_js.BalFieldLabel,
|
|
662
|
-
// @ts-ignore - React type
|
|
662
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
663
663
|
react: React,
|
|
664
664
|
events: {},
|
|
665
665
|
defineCustomElement: balFieldLabel_js.defineCustomElement
|
|
@@ -667,7 +667,7 @@ var BalFieldLabel = /*@__PURE__*/ r({
|
|
|
667
667
|
var BalFieldMessage = /*@__PURE__*/ r({
|
|
668
668
|
tagName: 'bal-field-message',
|
|
669
669
|
elementClass: balFieldMessage_js.BalFieldMessage,
|
|
670
|
-
// @ts-ignore - React type
|
|
670
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
671
671
|
react: React,
|
|
672
672
|
events: {},
|
|
673
673
|
defineCustomElement: balFieldMessage_js.defineCustomElement
|
|
@@ -675,7 +675,7 @@ var BalFieldMessage = /*@__PURE__*/ r({
|
|
|
675
675
|
var BalFileUpload = /*@__PURE__*/ r({
|
|
676
676
|
tagName: 'bal-file-upload',
|
|
677
677
|
elementClass: balFileUpload_js.BalFileUpload,
|
|
678
|
-
// @ts-ignore - React type
|
|
678
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
679
679
|
react: React,
|
|
680
680
|
events: {
|
|
681
681
|
onBalChange: 'balChange',
|
|
@@ -691,7 +691,7 @@ var BalFileUpload = /*@__PURE__*/ r({
|
|
|
691
691
|
var BalFooter = /*@__PURE__*/ r({
|
|
692
692
|
tagName: 'bal-footer',
|
|
693
693
|
elementClass: balFooter_js.BalFooter,
|
|
694
|
-
// @ts-ignore - React type
|
|
694
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
695
695
|
react: React,
|
|
696
696
|
events: {},
|
|
697
697
|
defineCustomElement: balFooter_js.defineCustomElement
|
|
@@ -699,7 +699,7 @@ var BalFooter = /*@__PURE__*/ r({
|
|
|
699
699
|
var BalForm = /*@__PURE__*/ r({
|
|
700
700
|
tagName: 'bal-form',
|
|
701
701
|
elementClass: balForm_js.BalForm,
|
|
702
|
-
// @ts-ignore - React type
|
|
702
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
703
703
|
react: React,
|
|
704
704
|
events: {},
|
|
705
705
|
defineCustomElement: balForm_js.defineCustomElement
|
|
@@ -707,7 +707,7 @@ var BalForm = /*@__PURE__*/ r({
|
|
|
707
707
|
var BalFormCol = /*@__PURE__*/ r({
|
|
708
708
|
tagName: 'bal-form-col',
|
|
709
709
|
elementClass: balFormCol_js.BalFormCol,
|
|
710
|
-
// @ts-ignore - React type
|
|
710
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
711
711
|
react: React,
|
|
712
712
|
events: {},
|
|
713
713
|
defineCustomElement: balFormCol_js.defineCustomElement
|
|
@@ -715,7 +715,7 @@ var BalFormCol = /*@__PURE__*/ r({
|
|
|
715
715
|
var BalFormGrid = /*@__PURE__*/ r({
|
|
716
716
|
tagName: 'bal-form-grid',
|
|
717
717
|
elementClass: balFormGrid_js.BalFormGrid,
|
|
718
|
-
// @ts-ignore - React type
|
|
718
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
719
719
|
react: React,
|
|
720
720
|
events: {},
|
|
721
721
|
defineCustomElement: balFormGrid_js.defineCustomElement
|
|
@@ -723,7 +723,7 @@ var BalFormGrid = /*@__PURE__*/ r({
|
|
|
723
723
|
var BalHeading = /*@__PURE__*/ r({
|
|
724
724
|
tagName: 'bal-heading',
|
|
725
725
|
elementClass: balHeading_js.BalHeading,
|
|
726
|
-
// @ts-ignore - React type
|
|
726
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
727
727
|
react: React,
|
|
728
728
|
events: {},
|
|
729
729
|
defineCustomElement: balHeading_js.defineCustomElement
|
|
@@ -731,7 +731,7 @@ var BalHeading = /*@__PURE__*/ r({
|
|
|
731
731
|
var BalHint = /*@__PURE__*/ r({
|
|
732
732
|
tagName: 'bal-hint',
|
|
733
733
|
elementClass: balHint_js.BalHint,
|
|
734
|
-
// @ts-ignore - React type
|
|
734
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
735
735
|
react: React,
|
|
736
736
|
events: {},
|
|
737
737
|
defineCustomElement: balHint_js.defineCustomElement
|
|
@@ -739,7 +739,7 @@ var BalHint = /*@__PURE__*/ r({
|
|
|
739
739
|
var BalHintText = /*@__PURE__*/ r({
|
|
740
740
|
tagName: 'bal-hint-text',
|
|
741
741
|
elementClass: balHintText_js.BalHintText,
|
|
742
|
-
// @ts-ignore - React type
|
|
742
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
743
743
|
react: React,
|
|
744
744
|
events: {},
|
|
745
745
|
defineCustomElement: balHintText_js.defineCustomElement
|
|
@@ -747,7 +747,7 @@ var BalHintText = /*@__PURE__*/ r({
|
|
|
747
747
|
var BalHintTitle = /*@__PURE__*/ r({
|
|
748
748
|
tagName: 'bal-hint-title',
|
|
749
749
|
elementClass: balHintTitle_js.BalHintTitle,
|
|
750
|
-
// @ts-ignore - React type
|
|
750
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
751
751
|
react: React,
|
|
752
752
|
events: {},
|
|
753
753
|
defineCustomElement: balHintTitle_js.defineCustomElement
|
|
@@ -755,7 +755,7 @@ var BalHintTitle = /*@__PURE__*/ r({
|
|
|
755
755
|
var BalIcon = /*@__PURE__*/ r({
|
|
756
756
|
tagName: 'bal-icon',
|
|
757
757
|
elementClass: balIcon_js.BalIcon,
|
|
758
|
-
// @ts-ignore - React type
|
|
758
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
759
759
|
react: React,
|
|
760
760
|
events: {},
|
|
761
761
|
defineCustomElement: balIcon_js.defineCustomElement
|
|
@@ -763,7 +763,7 @@ var BalIcon = /*@__PURE__*/ r({
|
|
|
763
763
|
var BalInput = /*@__PURE__*/ r({
|
|
764
764
|
tagName: 'bal-input',
|
|
765
765
|
elementClass: balInput_js.BalInput,
|
|
766
|
-
// @ts-ignore - React type
|
|
766
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
767
767
|
react: React,
|
|
768
768
|
events: {
|
|
769
769
|
onBalInput: 'balInput',
|
|
@@ -777,7 +777,7 @@ var BalInput = /*@__PURE__*/ r({
|
|
|
777
777
|
var BalInputDate = /*@__PURE__*/ r({
|
|
778
778
|
tagName: 'bal-input-date',
|
|
779
779
|
elementClass: balInputDate_js.BalInputDate,
|
|
780
|
-
// @ts-ignore - React type
|
|
780
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
781
781
|
react: React,
|
|
782
782
|
events: {
|
|
783
783
|
onBalKeyPress: 'balKeyPress',
|
|
@@ -791,7 +791,7 @@ var BalInputDate = /*@__PURE__*/ r({
|
|
|
791
791
|
var BalInputGroup = /*@__PURE__*/ r({
|
|
792
792
|
tagName: 'bal-input-group',
|
|
793
793
|
elementClass: balInputGroup_js.BalInputGroup,
|
|
794
|
-
// @ts-ignore - React type
|
|
794
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
795
795
|
react: React,
|
|
796
796
|
events: {},
|
|
797
797
|
defineCustomElement: balInputGroup_js.defineCustomElement
|
|
@@ -799,7 +799,7 @@ var BalInputGroup = /*@__PURE__*/ r({
|
|
|
799
799
|
var BalInputSlider = /*@__PURE__*/ r({
|
|
800
800
|
tagName: 'bal-input-slider',
|
|
801
801
|
elementClass: balInputSlider_js.BalInputSlider,
|
|
802
|
-
// @ts-ignore - React type
|
|
802
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
803
803
|
react: React,
|
|
804
804
|
events: {
|
|
805
805
|
onBalInput: 'balInput',
|
|
@@ -813,7 +813,7 @@ var BalInputSlider = /*@__PURE__*/ r({
|
|
|
813
813
|
var BalInputStepper = /*@__PURE__*/ r({
|
|
814
814
|
tagName: 'bal-input-stepper',
|
|
815
815
|
elementClass: balInputStepper_js.BalInputStepper,
|
|
816
|
-
// @ts-ignore - React type
|
|
816
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
817
817
|
react: React,
|
|
818
818
|
events: {
|
|
819
819
|
onBalChange: 'balChange',
|
|
@@ -828,7 +828,7 @@ var BalInputStepper = /*@__PURE__*/ r({
|
|
|
828
828
|
var BalLabel = /*@__PURE__*/ r({
|
|
829
829
|
tagName: 'bal-label',
|
|
830
830
|
elementClass: balLabel_js.BalLabel,
|
|
831
|
-
// @ts-ignore - React type
|
|
831
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
832
832
|
react: React,
|
|
833
833
|
events: {},
|
|
834
834
|
defineCustomElement: balLabel_js.defineCustomElement
|
|
@@ -836,7 +836,7 @@ var BalLabel = /*@__PURE__*/ r({
|
|
|
836
836
|
var BalList = /*@__PURE__*/ r({
|
|
837
837
|
tagName: 'bal-list',
|
|
838
838
|
elementClass: balList_js.BalList,
|
|
839
|
-
// @ts-ignore - React type
|
|
839
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
840
840
|
react: React,
|
|
841
841
|
events: {},
|
|
842
842
|
defineCustomElement: balList_js.defineCustomElement
|
|
@@ -844,7 +844,7 @@ var BalList = /*@__PURE__*/ r({
|
|
|
844
844
|
var BalListItem = /*@__PURE__*/ r({
|
|
845
845
|
tagName: 'bal-list-item',
|
|
846
846
|
elementClass: balListItem_js.BalListItem,
|
|
847
|
-
// @ts-ignore - React type
|
|
847
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
848
848
|
react: React,
|
|
849
849
|
events: {
|
|
850
850
|
onBalNavigate: 'balNavigate',
|
|
@@ -857,7 +857,7 @@ var BalListItem = /*@__PURE__*/ r({
|
|
|
857
857
|
var BalListItemAccordionBody = /*@__PURE__*/ r({
|
|
858
858
|
tagName: 'bal-list-item-accordion-body',
|
|
859
859
|
elementClass: balListItemAccordionBody_js.BalListItemAccordionBody,
|
|
860
|
-
// @ts-ignore - React type
|
|
860
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
861
861
|
react: React,
|
|
862
862
|
events: {},
|
|
863
863
|
defineCustomElement: balListItemAccordionBody_js.defineCustomElement
|
|
@@ -865,7 +865,7 @@ var BalListItemAccordionBody = /*@__PURE__*/ r({
|
|
|
865
865
|
var BalListItemAccordionHead = /*@__PURE__*/ r({
|
|
866
866
|
tagName: 'bal-list-item-accordion-head',
|
|
867
867
|
elementClass: balListItemAccordionHead_js.BalListItemAccordionHead,
|
|
868
|
-
// @ts-ignore - React type
|
|
868
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
869
869
|
react: React,
|
|
870
870
|
events: {
|
|
871
871
|
onBalAccordionChange: 'balAccordionChange'
|
|
@@ -875,7 +875,7 @@ var BalListItemAccordionHead = /*@__PURE__*/ r({
|
|
|
875
875
|
var BalListItemContent = /*@__PURE__*/ r({
|
|
876
876
|
tagName: 'bal-list-item-content',
|
|
877
877
|
elementClass: balListItemContent_js.BalListItemContent,
|
|
878
|
-
// @ts-ignore - React type
|
|
878
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
879
879
|
react: React,
|
|
880
880
|
events: {},
|
|
881
881
|
defineCustomElement: balListItemContent_js.defineCustomElement
|
|
@@ -883,7 +883,7 @@ var BalListItemContent = /*@__PURE__*/ r({
|
|
|
883
883
|
var BalListItemIcon = /*@__PURE__*/ r({
|
|
884
884
|
tagName: 'bal-list-item-icon',
|
|
885
885
|
elementClass: balListItemIcon_js.BalListItemIcon,
|
|
886
|
-
// @ts-ignore - React type
|
|
886
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
887
887
|
react: React,
|
|
888
888
|
events: {},
|
|
889
889
|
defineCustomElement: balListItemIcon_js.defineCustomElement
|
|
@@ -891,7 +891,7 @@ var BalListItemIcon = /*@__PURE__*/ r({
|
|
|
891
891
|
var BalListItemSubtitle = /*@__PURE__*/ r({
|
|
892
892
|
tagName: 'bal-list-item-subtitle',
|
|
893
893
|
elementClass: balListItemSubtitle_js.BalListItemSubtitle,
|
|
894
|
-
// @ts-ignore - React type
|
|
894
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
895
895
|
react: React,
|
|
896
896
|
events: {},
|
|
897
897
|
defineCustomElement: balListItemSubtitle_js.defineCustomElement
|
|
@@ -899,7 +899,7 @@ var BalListItemSubtitle = /*@__PURE__*/ r({
|
|
|
899
899
|
var BalListItemTitle = /*@__PURE__*/ r({
|
|
900
900
|
tagName: 'bal-list-item-title',
|
|
901
901
|
elementClass: balListItemTitle_js.BalListItemTitle,
|
|
902
|
-
// @ts-ignore - React type
|
|
902
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
903
903
|
react: React,
|
|
904
904
|
events: {},
|
|
905
905
|
defineCustomElement: balListItemTitle_js.defineCustomElement
|
|
@@ -907,7 +907,7 @@ var BalListItemTitle = /*@__PURE__*/ r({
|
|
|
907
907
|
var BalLogo = /*@__PURE__*/ r({
|
|
908
908
|
tagName: 'bal-logo',
|
|
909
909
|
elementClass: balLogo_js.BalLogo,
|
|
910
|
-
// @ts-ignore - React type
|
|
910
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
911
911
|
react: React,
|
|
912
912
|
events: {},
|
|
913
913
|
defineCustomElement: balLogo_js.defineCustomElement
|
|
@@ -915,7 +915,7 @@ var BalLogo = /*@__PURE__*/ r({
|
|
|
915
915
|
var BalModal = /*@__PURE__*/ r({
|
|
916
916
|
tagName: 'bal-modal',
|
|
917
917
|
elementClass: balModal_js.BalModal,
|
|
918
|
-
// @ts-ignore - React type
|
|
918
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
919
919
|
react: React,
|
|
920
920
|
events: {
|
|
921
921
|
onBalModalDidPresent: 'balModalDidPresent',
|
|
@@ -928,7 +928,7 @@ var BalModal = /*@__PURE__*/ r({
|
|
|
928
928
|
var BalModalBody = /*@__PURE__*/ r({
|
|
929
929
|
tagName: 'bal-modal-body',
|
|
930
930
|
elementClass: balModalBody_js.BalModalBody,
|
|
931
|
-
// @ts-ignore - React type
|
|
931
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
932
932
|
react: React,
|
|
933
933
|
events: {},
|
|
934
934
|
defineCustomElement: balModalBody_js.defineCustomElement
|
|
@@ -936,7 +936,7 @@ var BalModalBody = /*@__PURE__*/ r({
|
|
|
936
936
|
var BalModalHeader = /*@__PURE__*/ r({
|
|
937
937
|
tagName: 'bal-modal-header',
|
|
938
938
|
elementClass: balModalHeader_js.BalModalHeader,
|
|
939
|
-
// @ts-ignore - React type
|
|
939
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
940
940
|
react: React,
|
|
941
941
|
events: {},
|
|
942
942
|
defineCustomElement: balModalHeader_js.defineCustomElement
|
|
@@ -944,7 +944,7 @@ var BalModalHeader = /*@__PURE__*/ r({
|
|
|
944
944
|
var BalNav = /*@__PURE__*/ r({
|
|
945
945
|
tagName: 'bal-nav',
|
|
946
946
|
elementClass: balNav_js.BalNav,
|
|
947
|
-
// @ts-ignore - React type
|
|
947
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
948
948
|
react: React,
|
|
949
949
|
events: {
|
|
950
950
|
onBalNavItemClick: 'balNavItemClick'
|
|
@@ -954,7 +954,7 @@ var BalNav = /*@__PURE__*/ r({
|
|
|
954
954
|
var BalNavLink = /*@__PURE__*/ r({
|
|
955
955
|
tagName: 'bal-nav-link',
|
|
956
956
|
elementClass: balNavLink_js.BalNavLink,
|
|
957
|
-
// @ts-ignore - React type
|
|
957
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
958
958
|
react: React,
|
|
959
959
|
events: {},
|
|
960
960
|
defineCustomElement: balNavLink_js.defineCustomElement
|
|
@@ -962,7 +962,7 @@ var BalNavLink = /*@__PURE__*/ r({
|
|
|
962
962
|
var BalNavLinkGrid = /*@__PURE__*/ r({
|
|
963
963
|
tagName: 'bal-nav-link-grid',
|
|
964
964
|
elementClass: balNavLinkGrid_js.BalNavLinkGrid,
|
|
965
|
-
// @ts-ignore - React type
|
|
965
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
966
966
|
react: React,
|
|
967
967
|
events: {},
|
|
968
968
|
defineCustomElement: balNavLinkGrid_js.defineCustomElement
|
|
@@ -970,7 +970,7 @@ var BalNavLinkGrid = /*@__PURE__*/ r({
|
|
|
970
970
|
var BalNavLinkGridCol = /*@__PURE__*/ r({
|
|
971
971
|
tagName: 'bal-nav-link-grid-col',
|
|
972
972
|
elementClass: balNavLinkGridCol_js.BalNavLinkGridCol,
|
|
973
|
-
// @ts-ignore - React type
|
|
973
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
974
974
|
react: React,
|
|
975
975
|
events: {},
|
|
976
976
|
defineCustomElement: balNavLinkGridCol_js.defineCustomElement
|
|
@@ -978,7 +978,7 @@ var BalNavLinkGridCol = /*@__PURE__*/ r({
|
|
|
978
978
|
var BalNavLinkGroup = /*@__PURE__*/ r({
|
|
979
979
|
tagName: 'bal-nav-link-group',
|
|
980
980
|
elementClass: balNavLinkGroup_js.BalNavLinkGroup,
|
|
981
|
-
// @ts-ignore - React type
|
|
981
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
982
982
|
react: React,
|
|
983
983
|
events: {},
|
|
984
984
|
defineCustomElement: balNavLinkGroup_js.defineCustomElement
|
|
@@ -986,7 +986,7 @@ var BalNavLinkGroup = /*@__PURE__*/ r({
|
|
|
986
986
|
var BalNavMenuBar = /*@__PURE__*/ r({
|
|
987
987
|
tagName: 'bal-nav-menu-bar',
|
|
988
988
|
elementClass: balNavMenuBar_js.BalNavMenuBar,
|
|
989
|
-
// @ts-ignore - React type
|
|
989
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
990
990
|
react: React,
|
|
991
991
|
events: {},
|
|
992
992
|
defineCustomElement: balNavMenuBar_js.defineCustomElement
|
|
@@ -994,7 +994,7 @@ var BalNavMenuBar = /*@__PURE__*/ r({
|
|
|
994
994
|
var BalNavMenuFlyout = /*@__PURE__*/ r({
|
|
995
995
|
tagName: 'bal-nav-menu-flyout',
|
|
996
996
|
elementClass: balNavMenuFlyout_js.BalNavMenuFlyout,
|
|
997
|
-
// @ts-ignore - React type
|
|
997
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
998
998
|
react: React,
|
|
999
999
|
events: {},
|
|
1000
1000
|
defineCustomElement: balNavMenuFlyout_js.defineCustomElement
|
|
@@ -1002,7 +1002,7 @@ var BalNavMenuFlyout = /*@__PURE__*/ r({
|
|
|
1002
1002
|
var BalNavMetaBar = /*@__PURE__*/ r({
|
|
1003
1003
|
tagName: 'bal-nav-meta-bar',
|
|
1004
1004
|
elementClass: balNavMetaBar_js.BalNavMetaBar,
|
|
1005
|
-
// @ts-ignore - React type
|
|
1005
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1006
1006
|
react: React,
|
|
1007
1007
|
events: {},
|
|
1008
1008
|
defineCustomElement: balNavMetaBar_js.defineCustomElement
|
|
@@ -1010,7 +1010,7 @@ var BalNavMetaBar = /*@__PURE__*/ r({
|
|
|
1010
1010
|
var BalNavbar = /*@__PURE__*/ r({
|
|
1011
1011
|
tagName: 'bal-navbar',
|
|
1012
1012
|
elementClass: balNavbar_js.BalNavbar,
|
|
1013
|
-
// @ts-ignore - React type
|
|
1013
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1014
1014
|
react: React,
|
|
1015
1015
|
events: {},
|
|
1016
1016
|
defineCustomElement: balNavbar_js.defineCustomElement
|
|
@@ -1018,7 +1018,7 @@ var BalNavbar = /*@__PURE__*/ r({
|
|
|
1018
1018
|
var BalNavbarBrand = /*@__PURE__*/ r({
|
|
1019
1019
|
tagName: 'bal-navbar-brand',
|
|
1020
1020
|
elementClass: balNavbarBrand_js.BalNavbarBrand,
|
|
1021
|
-
// @ts-ignore - React type
|
|
1021
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1022
1022
|
react: React,
|
|
1023
1023
|
events: {
|
|
1024
1024
|
onBalNavigate: 'balNavigate',
|
|
@@ -1030,7 +1030,7 @@ var BalNavbarBrand = /*@__PURE__*/ r({
|
|
|
1030
1030
|
var BalNavbarMenu = /*@__PURE__*/ r({
|
|
1031
1031
|
tagName: 'bal-navbar-menu',
|
|
1032
1032
|
elementClass: balNavbarMenu_js.BalNavbarMenu,
|
|
1033
|
-
// @ts-ignore - React type
|
|
1033
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1034
1034
|
react: React,
|
|
1035
1035
|
events: {},
|
|
1036
1036
|
defineCustomElement: balNavbarMenu_js.defineCustomElement
|
|
@@ -1038,7 +1038,7 @@ var BalNavbarMenu = /*@__PURE__*/ r({
|
|
|
1038
1038
|
var BalNavbarMenuEnd = /*@__PURE__*/ r({
|
|
1039
1039
|
tagName: 'bal-navbar-menu-end',
|
|
1040
1040
|
elementClass: balNavbarMenuEnd_js.BalNavbarMenuEnd,
|
|
1041
|
-
// @ts-ignore - React type
|
|
1041
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1042
1042
|
react: React,
|
|
1043
1043
|
events: {},
|
|
1044
1044
|
defineCustomElement: balNavbarMenuEnd_js.defineCustomElement
|
|
@@ -1046,7 +1046,7 @@ var BalNavbarMenuEnd = /*@__PURE__*/ r({
|
|
|
1046
1046
|
var BalNavbarMenuStart = /*@__PURE__*/ r({
|
|
1047
1047
|
tagName: 'bal-navbar-menu-start',
|
|
1048
1048
|
elementClass: balNavbarMenuStart_js.BalNavbarMenuStart,
|
|
1049
|
-
// @ts-ignore - React type
|
|
1049
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1050
1050
|
react: React,
|
|
1051
1051
|
events: {},
|
|
1052
1052
|
defineCustomElement: balNavbarMenuStart_js.defineCustomElement
|
|
@@ -1054,7 +1054,7 @@ var BalNavbarMenuStart = /*@__PURE__*/ r({
|
|
|
1054
1054
|
var BalNotices = /*@__PURE__*/ r({
|
|
1055
1055
|
tagName: 'bal-notices',
|
|
1056
1056
|
elementClass: balNotices_js.BalNotices,
|
|
1057
|
-
// @ts-ignore - React type
|
|
1057
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1058
1058
|
react: React,
|
|
1059
1059
|
events: {},
|
|
1060
1060
|
defineCustomElement: balNotices_js.defineCustomElement
|
|
@@ -1062,7 +1062,7 @@ var BalNotices = /*@__PURE__*/ r({
|
|
|
1062
1062
|
var BalNotification = /*@__PURE__*/ r({
|
|
1063
1063
|
tagName: 'bal-notification',
|
|
1064
1064
|
elementClass: balNotification_js.BalNotification,
|
|
1065
|
-
// @ts-ignore - React type
|
|
1065
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1066
1066
|
react: React,
|
|
1067
1067
|
events: {},
|
|
1068
1068
|
defineCustomElement: balNotification_js.defineCustomElement
|
|
@@ -1070,7 +1070,7 @@ var BalNotification = /*@__PURE__*/ r({
|
|
|
1070
1070
|
var BalNumberInput = /*@__PURE__*/ r({
|
|
1071
1071
|
tagName: 'bal-number-input',
|
|
1072
1072
|
elementClass: balNumberInput_js.BalNumberInput,
|
|
1073
|
-
// @ts-ignore - React type
|
|
1073
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1074
1074
|
react: React,
|
|
1075
1075
|
events: {
|
|
1076
1076
|
onBalInput: 'balInput',
|
|
@@ -1084,7 +1084,7 @@ var BalNumberInput = /*@__PURE__*/ r({
|
|
|
1084
1084
|
var BalOption = /*@__PURE__*/ r({
|
|
1085
1085
|
tagName: 'bal-option',
|
|
1086
1086
|
elementClass: balOption_js.BalOption,
|
|
1087
|
-
// @ts-ignore - React type
|
|
1087
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1088
1088
|
react: React,
|
|
1089
1089
|
events: {
|
|
1090
1090
|
onBalOptionChange: 'balOptionChange'
|
|
@@ -1094,7 +1094,7 @@ var BalOption = /*@__PURE__*/ r({
|
|
|
1094
1094
|
var BalOptionList = /*@__PURE__*/ r({
|
|
1095
1095
|
tagName: 'bal-option-list',
|
|
1096
1096
|
elementClass: balOptionList_js.BalOptionList,
|
|
1097
|
-
// @ts-ignore - React type
|
|
1097
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1098
1098
|
react: React,
|
|
1099
1099
|
events: {},
|
|
1100
1100
|
defineCustomElement: balOptionList_js.defineCustomElement
|
|
@@ -1102,7 +1102,7 @@ var BalOptionList = /*@__PURE__*/ r({
|
|
|
1102
1102
|
var BalPagination = /*@__PURE__*/ r({
|
|
1103
1103
|
tagName: 'bal-pagination',
|
|
1104
1104
|
elementClass: balPagination_js.BalPagination,
|
|
1105
|
-
// @ts-ignore - React type
|
|
1105
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1106
1106
|
react: React,
|
|
1107
1107
|
events: {
|
|
1108
1108
|
onBalChange: 'balChange'
|
|
@@ -1112,7 +1112,7 @@ var BalPagination = /*@__PURE__*/ r({
|
|
|
1112
1112
|
var BalPopover = /*@__PURE__*/ r({
|
|
1113
1113
|
tagName: 'bal-popover',
|
|
1114
1114
|
elementClass: balPopover_js.BalPopover,
|
|
1115
|
-
// @ts-ignore - React type
|
|
1115
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1116
1116
|
react: React,
|
|
1117
1117
|
events: {
|
|
1118
1118
|
onBalChange: 'balChange',
|
|
@@ -1124,7 +1124,7 @@ var BalPopover = /*@__PURE__*/ r({
|
|
|
1124
1124
|
var BalPopoverContent = /*@__PURE__*/ r({
|
|
1125
1125
|
tagName: 'bal-popover-content',
|
|
1126
1126
|
elementClass: balPopoverContent_js.BalPopoverContent,
|
|
1127
|
-
// @ts-ignore - React type
|
|
1127
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1128
1128
|
react: React,
|
|
1129
1129
|
events: {},
|
|
1130
1130
|
defineCustomElement: balPopoverContent_js.defineCustomElement
|
|
@@ -1132,7 +1132,7 @@ var BalPopoverContent = /*@__PURE__*/ r({
|
|
|
1132
1132
|
var BalPopup = /*@__PURE__*/ r({
|
|
1133
1133
|
tagName: 'bal-popup',
|
|
1134
1134
|
elementClass: balPopup_js.BalPopup,
|
|
1135
|
-
// @ts-ignore - React type
|
|
1135
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1136
1136
|
react: React,
|
|
1137
1137
|
events: {
|
|
1138
1138
|
onBalChange: 'balChange',
|
|
@@ -1144,7 +1144,7 @@ var BalPopup = /*@__PURE__*/ r({
|
|
|
1144
1144
|
var BalProgressBar = /*@__PURE__*/ r({
|
|
1145
1145
|
tagName: 'bal-progress-bar',
|
|
1146
1146
|
elementClass: balProgressBar_js.BalProgressBar,
|
|
1147
|
-
// @ts-ignore - React type
|
|
1147
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1148
1148
|
react: React,
|
|
1149
1149
|
events: {},
|
|
1150
1150
|
defineCustomElement: balProgressBar_js.defineCustomElement
|
|
@@ -1152,7 +1152,7 @@ var BalProgressBar = /*@__PURE__*/ r({
|
|
|
1152
1152
|
var BalRadio = /*@__PURE__*/ r({
|
|
1153
1153
|
tagName: 'bal-radio',
|
|
1154
1154
|
elementClass: balRadio_js.BalRadio,
|
|
1155
|
-
// @ts-ignore - React type
|
|
1155
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1156
1156
|
react: React,
|
|
1157
1157
|
events: {
|
|
1158
1158
|
onBalFocus: 'balFocus',
|
|
@@ -1164,7 +1164,7 @@ var BalRadio = /*@__PURE__*/ r({
|
|
|
1164
1164
|
var BalRadioGroup = /*@__PURE__*/ r({
|
|
1165
1165
|
tagName: 'bal-radio-group',
|
|
1166
1166
|
elementClass: balRadioGroup_js.BalRadioGroup,
|
|
1167
|
-
// @ts-ignore - React type
|
|
1167
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1168
1168
|
react: React,
|
|
1169
1169
|
events: {
|
|
1170
1170
|
onBalChange: 'balChange',
|
|
@@ -1176,7 +1176,7 @@ var BalRadioGroup = /*@__PURE__*/ r({
|
|
|
1176
1176
|
var BalRadioIcon = /*@__PURE__*/ r({
|
|
1177
1177
|
tagName: 'bal-radio-icon',
|
|
1178
1178
|
elementClass: balRadioIcon_js.BalRadioIcon,
|
|
1179
|
-
// @ts-ignore - React type
|
|
1179
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1180
1180
|
react: React,
|
|
1181
1181
|
events: {},
|
|
1182
1182
|
defineCustomElement: balRadioIcon_js.defineCustomElement
|
|
@@ -1184,7 +1184,7 @@ var BalRadioIcon = /*@__PURE__*/ r({
|
|
|
1184
1184
|
var BalSegment = /*@__PURE__*/ r({
|
|
1185
1185
|
tagName: 'bal-segment',
|
|
1186
1186
|
elementClass: balSegment_js.BalSegment,
|
|
1187
|
-
// @ts-ignore - React type
|
|
1187
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1188
1188
|
react: React,
|
|
1189
1189
|
events: {
|
|
1190
1190
|
onBalFocus: 'balFocus',
|
|
@@ -1196,7 +1196,7 @@ var BalSegment = /*@__PURE__*/ r({
|
|
|
1196
1196
|
var BalSegmentItem = /*@__PURE__*/ r({
|
|
1197
1197
|
tagName: 'bal-segment-item',
|
|
1198
1198
|
elementClass: balSegmentItem_js.BalSegmentItem,
|
|
1199
|
-
// @ts-ignore - React type
|
|
1199
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1200
1200
|
react: React,
|
|
1201
1201
|
events: {},
|
|
1202
1202
|
defineCustomElement: balSegmentItem_js.defineCustomElement
|
|
@@ -1204,7 +1204,7 @@ var BalSegmentItem = /*@__PURE__*/ r({
|
|
|
1204
1204
|
var BalSelect = /*@__PURE__*/ r({
|
|
1205
1205
|
tagName: 'bal-select',
|
|
1206
1206
|
elementClass: balSelect_js.BalSelect,
|
|
1207
|
-
// @ts-ignore - React type
|
|
1207
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1208
1208
|
react: React,
|
|
1209
1209
|
events: {
|
|
1210
1210
|
onBalChange: 'balChange',
|
|
@@ -1220,7 +1220,7 @@ var BalSelect = /*@__PURE__*/ r({
|
|
|
1220
1220
|
var BalSelectOption = /*@__PURE__*/ r({
|
|
1221
1221
|
tagName: 'bal-select-option',
|
|
1222
1222
|
elementClass: balSelectOption_js.BalSelectOption,
|
|
1223
|
-
// @ts-ignore - React type
|
|
1223
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1224
1224
|
react: React,
|
|
1225
1225
|
events: {},
|
|
1226
1226
|
defineCustomElement: balSelectOption_js.defineCustomElement
|
|
@@ -1228,7 +1228,7 @@ var BalSelectOption = /*@__PURE__*/ r({
|
|
|
1228
1228
|
var BalShape = /*@__PURE__*/ r({
|
|
1229
1229
|
tagName: 'bal-shape',
|
|
1230
1230
|
elementClass: balShape_js.BalShape,
|
|
1231
|
-
// @ts-ignore - React type
|
|
1231
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1232
1232
|
react: React,
|
|
1233
1233
|
events: {},
|
|
1234
1234
|
defineCustomElement: balShape_js.defineCustomElement
|
|
@@ -1236,7 +1236,7 @@ var BalShape = /*@__PURE__*/ r({
|
|
|
1236
1236
|
var BalSheet = /*@__PURE__*/ r({
|
|
1237
1237
|
tagName: 'bal-sheet',
|
|
1238
1238
|
elementClass: balSheet_js.BalSheet,
|
|
1239
|
-
// @ts-ignore - React type
|
|
1239
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1240
1240
|
react: React,
|
|
1241
1241
|
events: {},
|
|
1242
1242
|
defineCustomElement: balSheet_js.defineCustomElement
|
|
@@ -1244,7 +1244,7 @@ var BalSheet = /*@__PURE__*/ r({
|
|
|
1244
1244
|
var BalSnackbar = /*@__PURE__*/ r({
|
|
1245
1245
|
tagName: 'bal-snackbar',
|
|
1246
1246
|
elementClass: balSnackbar_js.BalSnackbar,
|
|
1247
|
-
// @ts-ignore - React type
|
|
1247
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1248
1248
|
react: React,
|
|
1249
1249
|
events: {
|
|
1250
1250
|
onBalClose: 'balClose',
|
|
@@ -1255,7 +1255,7 @@ var BalSnackbar = /*@__PURE__*/ r({
|
|
|
1255
1255
|
var BalSpinner = /*@__PURE__*/ r({
|
|
1256
1256
|
tagName: 'bal-spinner',
|
|
1257
1257
|
elementClass: balSpinner_js.BalSpinner,
|
|
1258
|
-
// @ts-ignore - React type
|
|
1258
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1259
1259
|
react: React,
|
|
1260
1260
|
events: {},
|
|
1261
1261
|
defineCustomElement: balSpinner_js.defineCustomElement
|
|
@@ -1263,7 +1263,7 @@ var BalSpinner = /*@__PURE__*/ r({
|
|
|
1263
1263
|
var BalStack = /*@__PURE__*/ r({
|
|
1264
1264
|
tagName: 'bal-stack',
|
|
1265
1265
|
elementClass: balStack_js.BalStack,
|
|
1266
|
-
// @ts-ignore - React type
|
|
1266
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1267
1267
|
react: React,
|
|
1268
1268
|
events: {},
|
|
1269
1269
|
defineCustomElement: balStack_js.defineCustomElement
|
|
@@ -1271,7 +1271,7 @@ var BalStack = /*@__PURE__*/ r({
|
|
|
1271
1271
|
var BalStage = /*@__PURE__*/ r({
|
|
1272
1272
|
tagName: 'bal-stage',
|
|
1273
1273
|
elementClass: balStage_js.BalStage,
|
|
1274
|
-
// @ts-ignore - React type
|
|
1274
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1275
1275
|
react: React,
|
|
1276
1276
|
events: {},
|
|
1277
1277
|
defineCustomElement: balStage_js.defineCustomElement
|
|
@@ -1279,7 +1279,7 @@ var BalStage = /*@__PURE__*/ r({
|
|
|
1279
1279
|
var BalStageBackLink = /*@__PURE__*/ r({
|
|
1280
1280
|
tagName: 'bal-stage-back-link',
|
|
1281
1281
|
elementClass: balStageBackLink_js.BalStageBackLink,
|
|
1282
|
-
// @ts-ignore - React type
|
|
1282
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1283
1283
|
react: React,
|
|
1284
1284
|
events: {},
|
|
1285
1285
|
defineCustomElement: balStageBackLink_js.defineCustomElement
|
|
@@ -1287,7 +1287,7 @@ var BalStageBackLink = /*@__PURE__*/ r({
|
|
|
1287
1287
|
var BalStageBody = /*@__PURE__*/ r({
|
|
1288
1288
|
tagName: 'bal-stage-body',
|
|
1289
1289
|
elementClass: balStageBody_js.BalStageBody,
|
|
1290
|
-
// @ts-ignore - React type
|
|
1290
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1291
1291
|
react: React,
|
|
1292
1292
|
events: {},
|
|
1293
1293
|
defineCustomElement: balStageBody_js.defineCustomElement
|
|
@@ -1295,7 +1295,7 @@ var BalStageBody = /*@__PURE__*/ r({
|
|
|
1295
1295
|
var BalStageFoot = /*@__PURE__*/ r({
|
|
1296
1296
|
tagName: 'bal-stage-foot',
|
|
1297
1297
|
elementClass: balStageFoot_js.BalStageFoot,
|
|
1298
|
-
// @ts-ignore - React type
|
|
1298
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1299
1299
|
react: React,
|
|
1300
1300
|
events: {},
|
|
1301
1301
|
defineCustomElement: balStageFoot_js.defineCustomElement
|
|
@@ -1303,7 +1303,7 @@ var BalStageFoot = /*@__PURE__*/ r({
|
|
|
1303
1303
|
var BalStageHead = /*@__PURE__*/ r({
|
|
1304
1304
|
tagName: 'bal-stage-head',
|
|
1305
1305
|
elementClass: balStageHead_js.BalStageHead,
|
|
1306
|
-
// @ts-ignore - React type
|
|
1306
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1307
1307
|
react: React,
|
|
1308
1308
|
events: {},
|
|
1309
1309
|
defineCustomElement: balStageHead_js.defineCustomElement
|
|
@@ -1311,7 +1311,7 @@ var BalStageHead = /*@__PURE__*/ r({
|
|
|
1311
1311
|
var BalStageImage = /*@__PURE__*/ r({
|
|
1312
1312
|
tagName: 'bal-stage-image',
|
|
1313
1313
|
elementClass: balStageImage_js.BalStageImage,
|
|
1314
|
-
// @ts-ignore - React type
|
|
1314
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1315
1315
|
react: React,
|
|
1316
1316
|
events: {},
|
|
1317
1317
|
defineCustomElement: balStageImage_js.defineCustomElement
|
|
@@ -1319,7 +1319,7 @@ var BalStageImage = /*@__PURE__*/ r({
|
|
|
1319
1319
|
var BalStepItem = /*@__PURE__*/ r({
|
|
1320
1320
|
tagName: 'bal-step-item',
|
|
1321
1321
|
elementClass: balStepItem_js.BalStepItem,
|
|
1322
|
-
// @ts-ignore - React type
|
|
1322
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1323
1323
|
react: React,
|
|
1324
1324
|
events: {
|
|
1325
1325
|
onBalNavigate: 'balNavigate'
|
|
@@ -1329,7 +1329,7 @@ var BalStepItem = /*@__PURE__*/ r({
|
|
|
1329
1329
|
var BalSteps = /*@__PURE__*/ r({
|
|
1330
1330
|
tagName: 'bal-steps',
|
|
1331
1331
|
elementClass: balSteps_js.BalSteps,
|
|
1332
|
-
// @ts-ignore - React type
|
|
1332
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1333
1333
|
react: React,
|
|
1334
1334
|
events: {
|
|
1335
1335
|
onBalChange: 'balChange'
|
|
@@ -1339,7 +1339,7 @@ var BalSteps = /*@__PURE__*/ r({
|
|
|
1339
1339
|
var BalSwitch = /*@__PURE__*/ r({
|
|
1340
1340
|
tagName: 'bal-switch',
|
|
1341
1341
|
elementClass: balSwitch_js.BalSwitch,
|
|
1342
|
-
// @ts-ignore - React type
|
|
1342
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1343
1343
|
react: React,
|
|
1344
1344
|
events: {},
|
|
1345
1345
|
defineCustomElement: balSwitch_js.defineCustomElement
|
|
@@ -1347,7 +1347,7 @@ var BalSwitch = /*@__PURE__*/ r({
|
|
|
1347
1347
|
var BalTabItem = /*@__PURE__*/ r({
|
|
1348
1348
|
tagName: 'bal-tab-item',
|
|
1349
1349
|
elementClass: balTabItem_js.BalTabItem,
|
|
1350
|
-
// @ts-ignore - React type
|
|
1350
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1351
1351
|
react: React,
|
|
1352
1352
|
events: {
|
|
1353
1353
|
onBalNavigate: 'balNavigate'
|
|
@@ -1357,7 +1357,7 @@ var BalTabItem = /*@__PURE__*/ r({
|
|
|
1357
1357
|
var BalTable = /*@__PURE__*/ r({
|
|
1358
1358
|
tagName: 'bal-table',
|
|
1359
1359
|
elementClass: balTable_js.BalTable,
|
|
1360
|
-
// @ts-ignore - React type
|
|
1360
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1361
1361
|
react: React,
|
|
1362
1362
|
events: {},
|
|
1363
1363
|
defineCustomElement: balTable_js.defineCustomElement
|
|
@@ -1365,7 +1365,7 @@ var BalTable = /*@__PURE__*/ r({
|
|
|
1365
1365
|
var BalTabs = /*@__PURE__*/ r({
|
|
1366
1366
|
tagName: 'bal-tabs',
|
|
1367
1367
|
elementClass: balTabs_js.BalTabs,
|
|
1368
|
-
// @ts-ignore - React type
|
|
1368
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1369
1369
|
react: React,
|
|
1370
1370
|
events: {
|
|
1371
1371
|
onBalChange: 'balChange',
|
|
@@ -1377,7 +1377,7 @@ var BalTabs = /*@__PURE__*/ r({
|
|
|
1377
1377
|
var BalTag = /*@__PURE__*/ r({
|
|
1378
1378
|
tagName: 'bal-tag',
|
|
1379
1379
|
elementClass: balTag_js.BalTag,
|
|
1380
|
-
// @ts-ignore - React type
|
|
1380
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1381
1381
|
react: React,
|
|
1382
1382
|
events: {
|
|
1383
1383
|
onBalCloseClick: 'balCloseClick'
|
|
@@ -1387,7 +1387,7 @@ var BalTag = /*@__PURE__*/ r({
|
|
|
1387
1387
|
var BalTagGroup = /*@__PURE__*/ r({
|
|
1388
1388
|
tagName: 'bal-tag-group',
|
|
1389
1389
|
elementClass: balTagGroup_js.BalTagGroup,
|
|
1390
|
-
// @ts-ignore - React type
|
|
1390
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1391
1391
|
react: React,
|
|
1392
1392
|
events: {},
|
|
1393
1393
|
defineCustomElement: balTagGroup_js.defineCustomElement
|
|
@@ -1395,7 +1395,7 @@ var BalTagGroup = /*@__PURE__*/ r({
|
|
|
1395
1395
|
var BalText = /*@__PURE__*/ r({
|
|
1396
1396
|
tagName: 'bal-text',
|
|
1397
1397
|
elementClass: balText_js.BalText,
|
|
1398
|
-
// @ts-ignore - React type
|
|
1398
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1399
1399
|
react: React,
|
|
1400
1400
|
events: {},
|
|
1401
1401
|
defineCustomElement: balText_js.defineCustomElement
|
|
@@ -1403,7 +1403,7 @@ var BalText = /*@__PURE__*/ r({
|
|
|
1403
1403
|
var BalTextarea = /*@__PURE__*/ r({
|
|
1404
1404
|
tagName: 'bal-textarea',
|
|
1405
1405
|
elementClass: balTextarea_js.BalTextarea,
|
|
1406
|
-
// @ts-ignore - React type
|
|
1406
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1407
1407
|
react: React,
|
|
1408
1408
|
events: {
|
|
1409
1409
|
onBalChange: 'balChange',
|
|
@@ -1417,7 +1417,7 @@ var BalTextarea = /*@__PURE__*/ r({
|
|
|
1417
1417
|
var BalTimeInput = /*@__PURE__*/ r({
|
|
1418
1418
|
tagName: 'bal-time-input',
|
|
1419
1419
|
elementClass: balTimeInput_js.BalTimeInput,
|
|
1420
|
-
// @ts-ignore - React type
|
|
1420
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1421
1421
|
react: React,
|
|
1422
1422
|
events: {
|
|
1423
1423
|
onBalInput: 'balInput',
|
|
@@ -1432,7 +1432,7 @@ var BalTimeInput = /*@__PURE__*/ r({
|
|
|
1432
1432
|
var BalToast = /*@__PURE__*/ r({
|
|
1433
1433
|
tagName: 'bal-toast',
|
|
1434
1434
|
elementClass: balToast_js.BalToast,
|
|
1435
|
-
// @ts-ignore - React type
|
|
1435
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1436
1436
|
react: React,
|
|
1437
1437
|
events: {
|
|
1438
1438
|
onBalClose: 'balClose'
|
|
@@ -1442,7 +1442,7 @@ var BalToast = /*@__PURE__*/ r({
|
|
|
1442
1442
|
var BalTooltip = /*@__PURE__*/ r({
|
|
1443
1443
|
tagName: 'bal-tooltip',
|
|
1444
1444
|
elementClass: balTooltip_js.BalTooltip,
|
|
1445
|
-
// @ts-ignore - React type
|
|
1445
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1446
1446
|
react: React,
|
|
1447
1447
|
events: {
|
|
1448
1448
|
onBalWillAnimate: 'balWillAnimate',
|