@baloise/ds-react 18.3.0 → 19.0.0-nightly.20250512
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 +1412 -361
- package/index.esm.js +1411 -361
- package/package.json +2 -2
- package/src/generated/components.d.ts +525 -0
- package/src/index.d.ts +1 -1
- package/src/generated/proxies.d.ts +0 -117
- package/src/generated/react-component-lib/createComponent.d.ts +0 -10
- package/src/generated/react-component-lib/createOverlayComponent.d.ts +0 -21
- package/src/generated/react-component-lib/index.d.ts +0 -2
- package/src/generated/react-component-lib/interfaces.d.ts +0 -29
- package/src/generated/react-component-lib/utils/attachProps.d.ts +0 -12
- package/src/generated/react-component-lib/utils/case.d.ts +0 -2
- package/src/generated/react-component-lib/utils/dev.d.ts +0 -2
- package/src/generated/react-component-lib/utils/index.d.ts +0 -10
package/index.esm.js
CHANGED
|
@@ -1,8 +1,122 @@
|
|
|
1
1
|
import { initialize } from '@baloise/ds-core';
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import '
|
|
5
|
-
import {
|
|
2
|
+
import { defineCustomElement, BalAccordionDetails as BalAccordionDetails$1 } from '@baloise/ds-core/components/bal-accordion-details.js';
|
|
3
|
+
import { defineCustomElement as defineCustomElement$1, BalAccordionSummary as BalAccordionSummary$1 } from '@baloise/ds-core/components/bal-accordion-summary.js';
|
|
4
|
+
import { defineCustomElement as defineCustomElement$2, BalAccordionTrigger as BalAccordionTrigger$1 } from '@baloise/ds-core/components/bal-accordion-trigger.js';
|
|
5
|
+
import { defineCustomElement as defineCustomElement$1Q, BalAccordion as BalAccordion$1 } from '@baloise/ds-core/components/bal-accordion.js';
|
|
6
|
+
import { defineCustomElement as defineCustomElement$3, BalApp as BalApp$1 } from '@baloise/ds-core/components/bal-app.js';
|
|
7
|
+
import { defineCustomElement as defineCustomElement$4, BalBadge as BalBadge$1 } from '@baloise/ds-core/components/bal-badge.js';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$6, BalButtonGroup as BalButtonGroup$1 } from '@baloise/ds-core/components/bal-button-group.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$5, BalButton as BalButton$1 } from '@baloise/ds-core/components/bal-button.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$8, BalCardActions as BalCardActions$1 } from '@baloise/ds-core/components/bal-card-actions.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$9, BalCardButton as BalCardButton$1 } from '@baloise/ds-core/components/bal-card-button.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$a, BalCardContent as BalCardContent$1 } from '@baloise/ds-core/components/bal-card-content.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$b, BalCardSubtitle as BalCardSubtitle$1 } from '@baloise/ds-core/components/bal-card-subtitle.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$c, BalCardTitle as BalCardTitle$1 } from '@baloise/ds-core/components/bal-card-title.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$7, BalCard as BalCard$1 } from '@baloise/ds-core/components/bal-card.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$e, BalCarouselItem as BalCarouselItem$1 } from '@baloise/ds-core/components/bal-carousel-item.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$d, BalCarousel as BalCarousel$1 } from '@baloise/ds-core/components/bal-carousel.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$f, BalCheck as BalCheck$1 } from '@baloise/ds-core/components/bal-check.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$h, BalCheckboxGroup as BalCheckboxGroup$1 } from '@baloise/ds-core/components/bal-checkbox-group.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$g, BalCheckbox as BalCheckbox$1 } from '@baloise/ds-core/components/bal-checkbox.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$i, BalClose as BalClose$1 } from '@baloise/ds-core/components/bal-close.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$j, BalContent as BalContent$1 } from '@baloise/ds-core/components/bal-content.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$l, BalDataItem as BalDataItem$1 } from '@baloise/ds-core/components/bal-data-item.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$m, BalDataLabel as BalDataLabel$1 } from '@baloise/ds-core/components/bal-data-label.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$n, BalDataValue as BalDataValue$1 } from '@baloise/ds-core/components/bal-data-value.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$k, BalData as BalData$1 } from '@baloise/ds-core/components/bal-data.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$q, BalDateCalendarCell as BalDateCalendarCell$1 } from '@baloise/ds-core/components/bal-date-calendar-cell.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$p, BalDateCalendar as BalDateCalendar$1 } from '@baloise/ds-core/components/bal-date-calendar.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$o, BalDate as BalDate$1 } from '@baloise/ds-core/components/bal-date.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$r, BalDivider as BalDivider$1 } from '@baloise/ds-core/components/bal-divider.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$s, BalDropdown as BalDropdown$1 } from '@baloise/ds-core/components/bal-dropdown.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$u, BalFieldControl as BalFieldControl$1 } from '@baloise/ds-core/components/bal-field-control.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$v, BalFieldHint as BalFieldHint$1 } from '@baloise/ds-core/components/bal-field-hint.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$w, BalFieldLabel as BalFieldLabel$1 } from '@baloise/ds-core/components/bal-field-label.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$x, BalFieldMessage as BalFieldMessage$1 } from '@baloise/ds-core/components/bal-field-message.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$t, BalField as BalField$1 } from '@baloise/ds-core/components/bal-field.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$y, BalFileUpload as BalFileUpload$1 } from '@baloise/ds-core/components/bal-file-upload.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$z, BalFooter as BalFooter$1 } from '@baloise/ds-core/components/bal-footer.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$B, BalFormCol as BalFormCol$1 } from '@baloise/ds-core/components/bal-form-col.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$C, BalFormGrid as BalFormGrid$1 } from '@baloise/ds-core/components/bal-form-grid.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$A, BalForm as BalForm$1 } from '@baloise/ds-core/components/bal-form.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$D, BalHeading as BalHeading$1 } from '@baloise/ds-core/components/bal-heading.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$F, BalHintText as BalHintText$1 } from '@baloise/ds-core/components/bal-hint-text.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$G, BalHintTitle as BalHintTitle$1 } from '@baloise/ds-core/components/bal-hint-title.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$E, BalHint as BalHint$1 } from '@baloise/ds-core/components/bal-hint.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$H, BalIcon as BalIcon$1 } from '@baloise/ds-core/components/bal-icon.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$J, BalInputDate as BalInputDate$1 } from '@baloise/ds-core/components/bal-input-date.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$K, BalInputGroup as BalInputGroup$1 } from '@baloise/ds-core/components/bal-input-group.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$L, BalInputSlider as BalInputSlider$1 } from '@baloise/ds-core/components/bal-input-slider.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$M, BalInputStepper as BalInputStepper$1 } from '@baloise/ds-core/components/bal-input-stepper.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$I, BalInput as BalInput$1 } from '@baloise/ds-core/components/bal-input.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$N, BalLabel as BalLabel$1 } from '@baloise/ds-core/components/bal-label.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$Q, BalListItemAccordionBody as BalListItemAccordionBody$1 } from '@baloise/ds-core/components/bal-list-item-accordion-body.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$R, BalListItemAccordionHead as BalListItemAccordionHead$1 } from '@baloise/ds-core/components/bal-list-item-accordion-head.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$S, BalListItemContent as BalListItemContent$1 } from '@baloise/ds-core/components/bal-list-item-content.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$T, BalListItemIcon as BalListItemIcon$1 } from '@baloise/ds-core/components/bal-list-item-icon.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$U, BalListItemSubtitle as BalListItemSubtitle$1 } from '@baloise/ds-core/components/bal-list-item-subtitle.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$V, BalListItemTitle as BalListItemTitle$1 } from '@baloise/ds-core/components/bal-list-item-title.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$P, BalListItem as BalListItem$1 } from '@baloise/ds-core/components/bal-list-item.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$O, BalList as BalList$1 } from '@baloise/ds-core/components/bal-list.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$W, BalLogo as BalLogo$1 } from '@baloise/ds-core/components/bal-logo.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$Y, BalModalBody as BalModalBody$1 } from '@baloise/ds-core/components/bal-modal-body.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$Z, BalModalHeader as BalModalHeader$1 } from '@baloise/ds-core/components/bal-modal-header.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$X, BalModal as BalModal$1 } from '@baloise/ds-core/components/bal-modal.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$11, BalNavLinkGridCol as BalNavLinkGridCol$1 } from '@baloise/ds-core/components/bal-nav-link-grid-col.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$10, BalNavLinkGrid as BalNavLinkGrid$1 } from '@baloise/ds-core/components/bal-nav-link-grid.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$12, BalNavLinkGroup as BalNavLinkGroup$1 } from '@baloise/ds-core/components/bal-nav-link-group.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$$, BalNavLink as BalNavLink$1 } from '@baloise/ds-core/components/bal-nav-link.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$13, BalNavMenuBar as BalNavMenuBar$1 } from '@baloise/ds-core/components/bal-nav-menu-bar.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$14, BalNavMenuFlyout as BalNavMenuFlyout$1 } from '@baloise/ds-core/components/bal-nav-menu-flyout.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$15, BalNavMetaBar as BalNavMetaBar$1 } from '@baloise/ds-core/components/bal-nav-meta-bar.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$_, BalNav as BalNav$1 } from '@baloise/ds-core/components/bal-nav.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$17, BalNavbarBrand as BalNavbarBrand$1 } from '@baloise/ds-core/components/bal-navbar-brand.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$19, BalNavbarMenuEnd as BalNavbarMenuEnd$1 } from '@baloise/ds-core/components/bal-navbar-menu-end.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$1a, BalNavbarMenuStart as BalNavbarMenuStart$1 } from '@baloise/ds-core/components/bal-navbar-menu-start.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$18, BalNavbarMenu as BalNavbarMenu$1 } from '@baloise/ds-core/components/bal-navbar-menu.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$16, BalNavbar as BalNavbar$1 } from '@baloise/ds-core/components/bal-navbar.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1b, BalNotices as BalNotices$1 } from '@baloise/ds-core/components/bal-notices.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1c, BalNotification as BalNotification$1 } from '@baloise/ds-core/components/bal-notification.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1d, BalNumberInput as BalNumberInput$1 } from '@baloise/ds-core/components/bal-number-input.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1f, BalOptionList as BalOptionList$1 } from '@baloise/ds-core/components/bal-option-list.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1e, BalOption as BalOption$1 } from '@baloise/ds-core/components/bal-option.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1g, BalPagination as BalPagination$1 } from '@baloise/ds-core/components/bal-pagination.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1i, BalPopoverContent as BalPopoverContent$1 } from '@baloise/ds-core/components/bal-popover-content.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1h, BalPopover as BalPopover$1 } from '@baloise/ds-core/components/bal-popover.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1j, BalPopup as BalPopup$1 } from '@baloise/ds-core/components/bal-popup.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1k, BalProgressBar as BalProgressBar$1 } from '@baloise/ds-core/components/bal-progress-bar.js';
|
|
88
|
+
import { defineCustomElement as defineCustomElement$1m, BalRadioGroup as BalRadioGroup$1 } from '@baloise/ds-core/components/bal-radio-group.js';
|
|
89
|
+
import { defineCustomElement as defineCustomElement$1n, BalRadioIcon as BalRadioIcon$1 } from '@baloise/ds-core/components/bal-radio-icon.js';
|
|
90
|
+
import { defineCustomElement as defineCustomElement$1l, BalRadio as BalRadio$1 } from '@baloise/ds-core/components/bal-radio.js';
|
|
91
|
+
import { defineCustomElement as defineCustomElement$1p, BalSegmentItem as BalSegmentItem$1 } from '@baloise/ds-core/components/bal-segment-item.js';
|
|
92
|
+
import { defineCustomElement as defineCustomElement$1o, BalSegment as BalSegment$1 } from '@baloise/ds-core/components/bal-segment.js';
|
|
93
|
+
import { defineCustomElement as defineCustomElement$1r, BalSelectOption as BalSelectOption$1 } from '@baloise/ds-core/components/bal-select-option.js';
|
|
94
|
+
import { defineCustomElement as defineCustomElement$1q, BalSelect as BalSelect$1 } from '@baloise/ds-core/components/bal-select.js';
|
|
95
|
+
import { defineCustomElement as defineCustomElement$1s, BalShape as BalShape$1 } from '@baloise/ds-core/components/bal-shape.js';
|
|
96
|
+
import { defineCustomElement as defineCustomElement$1t, BalSheet as BalSheet$1 } from '@baloise/ds-core/components/bal-sheet.js';
|
|
97
|
+
import { defineCustomElement as defineCustomElement$1u, BalSnackbar as BalSnackbar$1 } from '@baloise/ds-core/components/bal-snackbar.js';
|
|
98
|
+
import { defineCustomElement as defineCustomElement$1v, BalSpinner as BalSpinner$1 } from '@baloise/ds-core/components/bal-spinner.js';
|
|
99
|
+
import { defineCustomElement as defineCustomElement$1w, BalStack as BalStack$1 } from '@baloise/ds-core/components/bal-stack.js';
|
|
100
|
+
import { defineCustomElement as defineCustomElement$1y, BalStageBackLink as BalStageBackLink$1 } from '@baloise/ds-core/components/bal-stage-back-link.js';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1z, BalStageBody as BalStageBody$1 } from '@baloise/ds-core/components/bal-stage-body.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1A, BalStageFoot as BalStageFoot$1 } from '@baloise/ds-core/components/bal-stage-foot.js';
|
|
103
|
+
import { defineCustomElement as defineCustomElement$1B, BalStageHead as BalStageHead$1 } from '@baloise/ds-core/components/bal-stage-head.js';
|
|
104
|
+
import { defineCustomElement as defineCustomElement$1C, BalStageImage as BalStageImage$1 } from '@baloise/ds-core/components/bal-stage-image.js';
|
|
105
|
+
import { defineCustomElement as defineCustomElement$1x, BalStage as BalStage$1 } from '@baloise/ds-core/components/bal-stage.js';
|
|
106
|
+
import { defineCustomElement as defineCustomElement$1D, BalStepItem as BalStepItem$1 } from '@baloise/ds-core/components/bal-step-item.js';
|
|
107
|
+
import { defineCustomElement as defineCustomElement$1E, BalSteps as BalSteps$1 } from '@baloise/ds-core/components/bal-steps.js';
|
|
108
|
+
import { defineCustomElement as defineCustomElement$1F, BalSwitch as BalSwitch$1 } from '@baloise/ds-core/components/bal-switch.js';
|
|
109
|
+
import { defineCustomElement as defineCustomElement$1G, BalTabItem as BalTabItem$1 } from '@baloise/ds-core/components/bal-tab-item.js';
|
|
110
|
+
import { defineCustomElement as defineCustomElement$1H, BalTable as BalTable$1 } from '@baloise/ds-core/components/bal-table.js';
|
|
111
|
+
import { defineCustomElement as defineCustomElement$1I, BalTabs as BalTabs$1 } from '@baloise/ds-core/components/bal-tabs.js';
|
|
112
|
+
import { defineCustomElement as defineCustomElement$1K, BalTagGroup as BalTagGroup$1 } from '@baloise/ds-core/components/bal-tag-group.js';
|
|
113
|
+
import { defineCustomElement as defineCustomElement$1J, BalTag as BalTag$1 } from '@baloise/ds-core/components/bal-tag.js';
|
|
114
|
+
import { defineCustomElement as defineCustomElement$1L, BalText as BalText$1 } from '@baloise/ds-core/components/bal-text.js';
|
|
115
|
+
import { defineCustomElement as defineCustomElement$1M, BalTextarea as BalTextarea$1 } from '@baloise/ds-core/components/bal-textarea.js';
|
|
116
|
+
import { defineCustomElement as defineCustomElement$1N, BalTimeInput as BalTimeInput$1 } from '@baloise/ds-core/components/bal-time-input.js';
|
|
117
|
+
import { defineCustomElement as defineCustomElement$1O, BalToast as BalToast$1 } from '@baloise/ds-core/components/bal-toast.js';
|
|
118
|
+
import { defineCustomElement as defineCustomElement$1P, BalTooltip as BalTooltip$1 } from '@baloise/ds-core/components/bal-tooltip.js';
|
|
119
|
+
import React from 'react';
|
|
6
120
|
|
|
7
121
|
function _extends() {
|
|
8
122
|
_extends = Object.assign || function assign(target) {
|
|
@@ -15,42 +129,197 @@ function _extends() {
|
|
|
15
129
|
return _extends.apply(this, arguments);
|
|
16
130
|
}
|
|
17
131
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
132
|
+
/**
|
|
133
|
+
* @license
|
|
134
|
+
* Copyright 2018 Google LLC
|
|
135
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
136
|
+
*/ function _array_like_to_array(arr, len) {
|
|
137
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
138
|
+
for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
|
|
139
|
+
return arr2;
|
|
140
|
+
}
|
|
141
|
+
function _array_with_holes(arr) {
|
|
142
|
+
if (Array.isArray(arr)) return arr;
|
|
143
|
+
}
|
|
144
|
+
function _define_property(obj, key, value) {
|
|
145
|
+
if (key in obj) {
|
|
146
|
+
Object.defineProperty(obj, key, {
|
|
147
|
+
value: value,
|
|
148
|
+
enumerable: true,
|
|
149
|
+
configurable: true,
|
|
150
|
+
writable: true
|
|
151
|
+
});
|
|
152
|
+
} else {
|
|
153
|
+
obj[key] = value;
|
|
25
154
|
}
|
|
155
|
+
return obj;
|
|
26
156
|
}
|
|
27
|
-
function
|
|
28
|
-
|
|
29
|
-
return
|
|
157
|
+
function _iterable_to_array_limit(arr, i) {
|
|
158
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
159
|
+
if (_i == null) return;
|
|
160
|
+
var _arr = [];
|
|
161
|
+
var _n = true;
|
|
162
|
+
var _d = false;
|
|
163
|
+
var _s, _e;
|
|
164
|
+
try {
|
|
165
|
+
for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
|
|
166
|
+
_arr.push(_s.value);
|
|
167
|
+
if (i && _arr.length === i) break;
|
|
168
|
+
}
|
|
169
|
+
} catch (err) {
|
|
170
|
+
_d = true;
|
|
171
|
+
_e = err;
|
|
172
|
+
} finally{
|
|
173
|
+
try {
|
|
174
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
175
|
+
} finally{
|
|
176
|
+
if (_d) throw _e;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
return _arr;
|
|
30
180
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
34
|
-
o.__proto__ = p;
|
|
35
|
-
return o;
|
|
36
|
-
};
|
|
37
|
-
return _set_prototype_of(o, p);
|
|
181
|
+
function _non_iterable_rest() {
|
|
182
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
38
183
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
184
|
+
function _object_spread(target) {
|
|
185
|
+
for(var i = 1; i < arguments.length; i++){
|
|
186
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
187
|
+
var ownKeys = Object.keys(source);
|
|
188
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
189
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
190
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
191
|
+
}));
|
|
192
|
+
}
|
|
193
|
+
ownKeys.forEach(function(key) {
|
|
194
|
+
_define_property(target, key, source[key]);
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
return target;
|
|
198
|
+
}
|
|
199
|
+
function ownKeys(object, enumerableOnly) {
|
|
200
|
+
var keys = Object.keys(object);
|
|
201
|
+
if (Object.getOwnPropertySymbols) {
|
|
202
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
203
|
+
keys.push.apply(keys, symbols);
|
|
43
204
|
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
205
|
+
return keys;
|
|
206
|
+
}
|
|
207
|
+
function _object_spread_props(target, source) {
|
|
208
|
+
source = source != null ? source : {};
|
|
209
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
210
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
211
|
+
} else {
|
|
212
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
213
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
214
|
+
});
|
|
215
|
+
}
|
|
216
|
+
return target;
|
|
217
|
+
}
|
|
218
|
+
function _sliced_to_array(arr, i) {
|
|
219
|
+
return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
|
|
220
|
+
}
|
|
221
|
+
function _unsupported_iterable_to_array(o, minLen) {
|
|
222
|
+
if (!o) return;
|
|
223
|
+
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
|
224
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
225
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
226
|
+
if (n === "Map" || n === "Set") return Array.from(n);
|
|
227
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
228
|
+
}
|
|
229
|
+
var e = new Set([
|
|
230
|
+
"children",
|
|
231
|
+
"localName",
|
|
232
|
+
"ref",
|
|
233
|
+
"style",
|
|
234
|
+
"className"
|
|
235
|
+
]), n = new WeakMap, t = function(e, t, o, l, a) {
|
|
236
|
+
var s = a === null || a === undefined ? undefined : a[t];
|
|
237
|
+
undefined === s ? (e[t] = o, null == o && t in HTMLElement.prototype && e.removeAttribute(t)) : o !== l && function(e, t, o) {
|
|
238
|
+
var _$l = n.get(e);
|
|
239
|
+
undefined === _$l && n.set(e, _$l = new Map);
|
|
240
|
+
var _$a = _$l.get(t);
|
|
241
|
+
undefined !== o ? undefined === _$a ? (_$l.set(t, _$a = {
|
|
242
|
+
handleEvent: o
|
|
243
|
+
}), e.addEventListener(t, _$a)) : _$a.handleEvent = o : undefined !== _$a && (_$l.delete(t), e.removeEventListener(t, _$a));
|
|
244
|
+
}(e, s, o);
|
|
245
|
+
}, o = function(param) {
|
|
246
|
+
var n = param.react, o = param.tagName, l = param.elementClass, a = param.events, s = param.displayName;
|
|
247
|
+
var c = new Set(Object.keys(a !== null && a !== undefined ? a : {})), r = n.forwardRef(function(s, r) {
|
|
248
|
+
var i = n.useRef(new Map), d = n.useRef(null), f = {}, u = {};
|
|
249
|
+
var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
|
250
|
+
try {
|
|
251
|
+
for(var _iterator = Object.entries(s)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
|
|
252
|
+
var _step_value = _sliced_to_array(_step.value, 2), n1 = _step_value[0], t1 = _step_value[1];
|
|
253
|
+
e.has(n1) ? f["className" === n1 ? "class" : n1] = t1 : c.has(n1) || n1 in l.prototype ? u[n1] = t1 : f[n1] = t1;
|
|
254
|
+
}
|
|
255
|
+
} catch (err) {
|
|
256
|
+
_didIteratorError = true;
|
|
257
|
+
_iteratorError = err;
|
|
258
|
+
} finally{
|
|
259
|
+
try {
|
|
260
|
+
if (!_iteratorNormalCompletion && _iterator.return != null) {
|
|
261
|
+
_iterator.return();
|
|
262
|
+
}
|
|
263
|
+
} finally{
|
|
264
|
+
if (_didIteratorError) {
|
|
265
|
+
throw _iteratorError;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
49
268
|
}
|
|
269
|
+
return n.useLayoutEffect(function() {
|
|
270
|
+
if (null === d.current) return;
|
|
271
|
+
var e = new Map;
|
|
272
|
+
for(var n in u)t(d.current, n, s[n], i.current.get(n), a), i.current.delete(n), e.set(n, s[n]);
|
|
273
|
+
var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
|
274
|
+
try {
|
|
275
|
+
for(var _iterator = i.current[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
|
|
276
|
+
var _step_value = _sliced_to_array(_step.value, 2), e1 = _step_value[0], n1 = _step_value[1];
|
|
277
|
+
t(d.current, e1, void 0, n1, a);
|
|
278
|
+
}
|
|
279
|
+
} catch (err) {
|
|
280
|
+
_didIteratorError = true;
|
|
281
|
+
_iteratorError = err;
|
|
282
|
+
} finally{
|
|
283
|
+
try {
|
|
284
|
+
if (!_iteratorNormalCompletion && _iterator.return != null) {
|
|
285
|
+
_iterator.return();
|
|
286
|
+
}
|
|
287
|
+
} finally{
|
|
288
|
+
if (_didIteratorError) {
|
|
289
|
+
throw _iteratorError;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
i.current = e;
|
|
294
|
+
}), n.useLayoutEffect(function() {
|
|
295
|
+
var _d_current;
|
|
296
|
+
(_d_current = d.current) === null || _d_current === undefined ? undefined : _d_current.removeAttribute("defer-hydration");
|
|
297
|
+
}, []), f.suppressHydrationWarning = true, n.createElement(o, _object_spread_props(_object_spread({}, f), {
|
|
298
|
+
ref: n.useCallback(function(e) {
|
|
299
|
+
d.current = e, "function" == typeof r ? r(e) : null !== r && (r.current = e);
|
|
300
|
+
}, [
|
|
301
|
+
r
|
|
302
|
+
])
|
|
303
|
+
}));
|
|
50
304
|
});
|
|
51
|
-
|
|
52
|
-
}
|
|
305
|
+
return r.displayName = s !== null && s !== undefined ? s : l.name, r;
|
|
306
|
+
};
|
|
53
307
|
|
|
308
|
+
function _object_without_properties(source, excluded) {
|
|
309
|
+
if (source == null) return {};
|
|
310
|
+
var target = _object_without_properties_loose(source, excluded);
|
|
311
|
+
var key, i;
|
|
312
|
+
if (Object.getOwnPropertySymbols) {
|
|
313
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
314
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
315
|
+
key = sourceSymbolKeys[i];
|
|
316
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
317
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
318
|
+
target[key] = source[key];
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
return target;
|
|
322
|
+
}
|
|
54
323
|
function _object_without_properties_loose(source, excluded) {
|
|
55
324
|
if (source == null) return {};
|
|
56
325
|
var target = {};
|
|
@@ -63,340 +332,1121 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
63
332
|
}
|
|
64
333
|
return target;
|
|
65
334
|
}
|
|
66
|
-
|
|
67
|
-
function _instanceof(left, right) {
|
|
68
|
-
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
69
|
-
return !!right[Symbol.hasInstance](left);
|
|
70
|
-
} else {
|
|
71
|
-
return left instanceof right;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
function _instanceof1(left, right) {
|
|
75
|
-
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
76
|
-
return !!right[Symbol.hasInstance](left);
|
|
77
|
-
} else return _instanceof(left, right);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
335
|
function _type_of(obj) {
|
|
81
336
|
"@swc/helpers - typeof";
|
|
82
337
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
83
338
|
}
|
|
84
|
-
|
|
85
|
-
var
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
};
|
|
90
|
-
var camelToDashCase = function(str) {
|
|
91
|
-
return str.replace(/([A-Z])/g, function(m) {
|
|
92
|
-
return "-" + m[0].toLowerCase();
|
|
93
|
-
});
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
var attachProps = function(node, newProps, oldProps) {
|
|
97
|
-
if (oldProps === undefined) oldProps = {};
|
|
98
|
-
// some test frameworks don't render DOM elements, so we test here to make sure we are dealing with DOM first
|
|
99
|
-
if (_instanceof1(node, Element)) {
|
|
100
|
-
// add any classes in className to the class list
|
|
101
|
-
var className = getClassName(node.classList, newProps, oldProps);
|
|
102
|
-
if (className !== '') {
|
|
103
|
-
node.className = className;
|
|
104
|
-
}
|
|
105
|
-
Object.keys(newProps).forEach(function(name) {
|
|
106
|
-
if (name === 'children' || name === 'style' || name === 'ref' || name === 'class' || name === 'className' || name === 'forwardedRef') {
|
|
107
|
-
return;
|
|
108
|
-
}
|
|
109
|
-
if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {
|
|
110
|
-
var eventName = name.substring(2);
|
|
111
|
-
var eventNameLc = eventName[0].toLowerCase() + eventName.substring(1);
|
|
112
|
-
if (!isCoveredByReact(eventNameLc)) {
|
|
113
|
-
syncEvent(node, eventNameLc, newProps[name]);
|
|
114
|
-
}
|
|
115
|
-
} else {
|
|
116
|
-
node[name] = newProps[name];
|
|
117
|
-
var propType = _type_of(newProps[name]);
|
|
118
|
-
if (propType === 'string') {
|
|
119
|
-
node.setAttribute(camelToDashCase(name), newProps[name]);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
});
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
var getClassName = function(classList, newProps, oldProps) {
|
|
126
|
-
var newClassProp = newProps.className || newProps.class;
|
|
127
|
-
var oldClassProp = oldProps.className || oldProps.class;
|
|
128
|
-
// map the classes to Maps for performance
|
|
129
|
-
var currentClasses = arrayToMap(classList);
|
|
130
|
-
var incomingPropClasses = arrayToMap(newClassProp ? newClassProp.split(' ') : []);
|
|
131
|
-
var oldPropClasses = arrayToMap(oldClassProp ? oldClassProp.split(' ') : []);
|
|
132
|
-
var finalClassNames = [];
|
|
133
|
-
// loop through each of the current classes on the component
|
|
134
|
-
// to see if it should be a part of the classNames added
|
|
135
|
-
currentClasses.forEach(function(currentClass) {
|
|
136
|
-
if (incomingPropClasses.has(currentClass)) {
|
|
137
|
-
// add it as its already included in classnames coming in from newProps
|
|
138
|
-
finalClassNames.push(currentClass);
|
|
139
|
-
incomingPropClasses.delete(currentClass);
|
|
140
|
-
} else if (!oldPropClasses.has(currentClass)) {
|
|
141
|
-
// add it as it has NOT been removed by user
|
|
142
|
-
finalClassNames.push(currentClass);
|
|
143
|
-
}
|
|
144
|
-
});
|
|
145
|
-
incomingPropClasses.forEach(function(s) {
|
|
146
|
-
return finalClassNames.push(s);
|
|
147
|
-
});
|
|
148
|
-
return finalClassNames.join(' ');
|
|
149
|
-
};
|
|
150
|
-
/**
|
|
151
|
-
* Checks if an event is supported in the current execution environment.
|
|
152
|
-
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
153
|
-
*/ var isCoveredByReact = function(eventNameSuffix) {
|
|
154
|
-
if (typeof document === 'undefined') {
|
|
155
|
-
return true;
|
|
156
|
-
} else {
|
|
157
|
-
var eventName = 'on' + eventNameSuffix;
|
|
158
|
-
var isSupported = eventName in document;
|
|
159
|
-
if (!isSupported) {
|
|
160
|
-
var element = document.createElement('div');
|
|
161
|
-
element.setAttribute(eventName, 'return;');
|
|
162
|
-
isSupported = typeof element[eventName] === 'function';
|
|
163
|
-
}
|
|
164
|
-
return isSupported;
|
|
165
|
-
}
|
|
166
|
-
};
|
|
167
|
-
var syncEvent = function(node, eventName, newEventHandler) {
|
|
168
|
-
var eventStore = node.__events || (node.__events = {});
|
|
169
|
-
var oldEventHandler = eventStore[eventName];
|
|
170
|
-
// Remove old listener so they don't double up.
|
|
171
|
-
if (oldEventHandler) {
|
|
172
|
-
node.removeEventListener(eventName, oldEventHandler);
|
|
173
|
-
}
|
|
174
|
-
// Bind new listener.
|
|
175
|
-
node.addEventListener(eventName, eventStore[eventName] = function handler(e) {
|
|
176
|
-
if (newEventHandler) {
|
|
177
|
-
newEventHandler.call(this, e);
|
|
178
|
-
}
|
|
179
|
-
});
|
|
180
|
-
};
|
|
181
|
-
var arrayToMap = function(arr) {
|
|
182
|
-
var map = new Map();
|
|
183
|
-
arr.forEach(function(s) {
|
|
184
|
-
return map.set(s, s);
|
|
185
|
-
});
|
|
186
|
-
return map;
|
|
187
|
-
};
|
|
188
|
-
|
|
189
|
-
var setRef = function(ref, value) {
|
|
190
|
-
if (typeof ref === 'function') {
|
|
191
|
-
ref(value);
|
|
192
|
-
} else if (ref != null) {
|
|
193
|
-
ref.current = value;
|
|
194
|
-
}
|
|
195
|
-
};
|
|
196
|
-
var mergeRefs = function() {
|
|
197
|
-
for(var _len = arguments.length, refs = new Array(_len), _key = 0; _key < _len; _key++){
|
|
198
|
-
refs[_key] = arguments[_key];
|
|
199
|
-
}
|
|
200
|
-
return function(value) {
|
|
201
|
-
refs.forEach(function(ref) {
|
|
202
|
-
setRef(ref, value);
|
|
203
|
-
});
|
|
204
|
-
};
|
|
205
|
-
};
|
|
206
|
-
var createForwardRef = function(ReactComponent, displayName) {
|
|
207
|
-
var forwardRef = function(props, ref) {
|
|
208
|
-
return /*#__PURE__*/ jsx(ReactComponent, _extends({}, props, {
|
|
209
|
-
forwardedRef: ref
|
|
210
|
-
}));
|
|
211
|
-
};
|
|
212
|
-
forwardRef.displayName = displayName;
|
|
213
|
-
return /*#__PURE__*/ React.forwardRef(forwardRef);
|
|
214
|
-
};
|
|
215
|
-
|
|
216
|
-
var createReactComponent = function(tagName, ReactComponentContext, manipulatePropsFunction, defineCustomElement) {
|
|
217
|
-
var displayName = dashToPascalCase(tagName);
|
|
218
|
-
var ReactComponent = /*#__PURE__*/ function(_React_Component) {
|
|
219
|
-
_inherits(ReactComponent, _React_Component);
|
|
220
|
-
function ReactComponent(props) {
|
|
221
|
-
var _this;
|
|
222
|
-
_this = _React_Component.call(this, props) || this;
|
|
223
|
-
_this.setComponentElRef = function(element) {
|
|
224
|
-
_this.componentEl = element;
|
|
225
|
-
};
|
|
226
|
-
return _this;
|
|
227
|
-
}
|
|
228
|
-
var _proto = ReactComponent.prototype;
|
|
229
|
-
_proto.componentDidMount = function componentDidMount() {
|
|
230
|
-
this.componentDidUpdate(this.props);
|
|
231
|
-
};
|
|
232
|
-
_proto.componentDidUpdate = function componentDidUpdate(prevProps) {
|
|
233
|
-
attachProps(this.componentEl, this.props, prevProps);
|
|
234
|
-
};
|
|
235
|
-
_proto.render = function render() {
|
|
236
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, no-unused-vars
|
|
237
|
-
var _this_props = this.props, children = _this_props.children, forwardedRef = _this_props.forwardedRef, style = _this_props.style; _this_props.className; _this_props.ref; var cProps = _object_without_properties_loose(_this_props, [
|
|
238
|
-
"children",
|
|
239
|
-
"forwardedRef",
|
|
240
|
-
"style",
|
|
241
|
-
"className",
|
|
242
|
-
"ref"
|
|
243
|
-
]);
|
|
244
|
-
var propsToPass = Object.keys(cProps).reduce(function(acc, name) {
|
|
245
|
-
if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {
|
|
246
|
-
var eventName = name.substring(2).toLowerCase();
|
|
247
|
-
if (typeof document !== 'undefined' && isCoveredByReact(eventName)) {
|
|
248
|
-
acc[name] = cProps[name];
|
|
249
|
-
}
|
|
250
|
-
} else {
|
|
251
|
-
acc[name] = cProps[name];
|
|
252
|
-
}
|
|
253
|
-
return acc;
|
|
254
|
-
}, {});
|
|
255
|
-
var newProps = _extends({}, propsToPass, {
|
|
256
|
-
ref: mergeRefs(forwardedRef, this.setComponentElRef),
|
|
257
|
-
style: style
|
|
258
|
-
});
|
|
259
|
-
/**
|
|
260
|
-
* We use createElement here instead of
|
|
261
|
-
* React.createElement to work around a
|
|
262
|
-
* bug in Vite (https://github.com/vitejs/vite/issues/6104).
|
|
263
|
-
* React.createElement causes all elements to be rendered
|
|
264
|
-
* as <tagname> instead of the actual Web Component.
|
|
265
|
-
*/ var areChildrenEmpty = children === '' || children === undefined || children === null;
|
|
266
|
-
var fragment = !areChildrenEmpty ? /*#__PURE__*/ createElement(Fragment, {}, children) : /*#__PURE__*/ createElement(Fragment, {}, ' ');
|
|
267
|
-
var component = /*#__PURE__*/ createElement(tagName, newProps, fragment);
|
|
268
|
-
return component;
|
|
269
|
-
};
|
|
270
|
-
_create_class(ReactComponent, null, [
|
|
271
|
-
{
|
|
272
|
-
key: "displayName",
|
|
273
|
-
get: function get() {
|
|
274
|
-
return displayName;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
]);
|
|
278
|
-
return ReactComponent;
|
|
279
|
-
}(React.Component);
|
|
280
|
-
return createForwardRef(ReactComponent, displayName);
|
|
339
|
+
var r = function(_param) {
|
|
340
|
+
var e = _param.defineCustomElement, o$1 = _object_without_properties(_param, [
|
|
341
|
+
"defineCustomElement"
|
|
342
|
+
]);
|
|
343
|
+
return (typeof e === "undefined" ? "undefined" : _type_of(e)) < "u" && e(), o(o$1);
|
|
281
344
|
};
|
|
282
345
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
var
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
var
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
var
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
var
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
var
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
var
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
var
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
var
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
var
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
var
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
var
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
var
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
var
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
346
|
+
var BalAccordion = /*@__PURE__*/ r({
|
|
347
|
+
tagName: 'bal-accordion',
|
|
348
|
+
elementClass: BalAccordion$1,
|
|
349
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
350
|
+
react: React,
|
|
351
|
+
events: {
|
|
352
|
+
onBalChange: 'balChange',
|
|
353
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
354
|
+
onBalDidAnimate: 'balDidAnimate'
|
|
355
|
+
},
|
|
356
|
+
defineCustomElement: defineCustomElement$1Q
|
|
357
|
+
});
|
|
358
|
+
var BalAccordionDetails = /*@__PURE__*/ r({
|
|
359
|
+
tagName: 'bal-accordion-details',
|
|
360
|
+
elementClass: BalAccordionDetails$1,
|
|
361
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
362
|
+
react: React,
|
|
363
|
+
events: {},
|
|
364
|
+
defineCustomElement: defineCustomElement
|
|
365
|
+
});
|
|
366
|
+
var BalAccordionSummary = /*@__PURE__*/ r({
|
|
367
|
+
tagName: 'bal-accordion-summary',
|
|
368
|
+
elementClass: BalAccordionSummary$1,
|
|
369
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
370
|
+
react: React,
|
|
371
|
+
events: {},
|
|
372
|
+
defineCustomElement: defineCustomElement$1
|
|
373
|
+
});
|
|
374
|
+
var BalAccordionTrigger = /*@__PURE__*/ r({
|
|
375
|
+
tagName: 'bal-accordion-trigger',
|
|
376
|
+
elementClass: BalAccordionTrigger$1,
|
|
377
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
378
|
+
react: React,
|
|
379
|
+
events: {},
|
|
380
|
+
defineCustomElement: defineCustomElement$2
|
|
381
|
+
});
|
|
382
|
+
var BalApp = /*@__PURE__*/ r({
|
|
383
|
+
tagName: 'bal-app',
|
|
384
|
+
elementClass: BalApp$1,
|
|
385
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
386
|
+
react: React,
|
|
387
|
+
events: {},
|
|
388
|
+
defineCustomElement: defineCustomElement$3
|
|
389
|
+
});
|
|
390
|
+
var BalBadge = /*@__PURE__*/ r({
|
|
391
|
+
tagName: 'bal-badge',
|
|
392
|
+
elementClass: BalBadge$1,
|
|
393
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
394
|
+
react: React,
|
|
395
|
+
events: {},
|
|
396
|
+
defineCustomElement: defineCustomElement$4
|
|
397
|
+
});
|
|
398
|
+
var BalButton = /*@__PURE__*/ r({
|
|
399
|
+
tagName: 'bal-button',
|
|
400
|
+
elementClass: BalButton$1,
|
|
401
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
402
|
+
react: React,
|
|
403
|
+
events: {
|
|
404
|
+
onBalNavigate: 'balNavigate',
|
|
405
|
+
onBalFocus: 'balFocus',
|
|
406
|
+
onBalBlur: 'balBlur',
|
|
407
|
+
onBalDidRender: 'balDidRender'
|
|
408
|
+
},
|
|
409
|
+
defineCustomElement: defineCustomElement$5
|
|
410
|
+
});
|
|
411
|
+
var BalButtonGroup = /*@__PURE__*/ r({
|
|
412
|
+
tagName: 'bal-button-group',
|
|
413
|
+
elementClass: BalButtonGroup$1,
|
|
414
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
415
|
+
react: React,
|
|
416
|
+
events: {},
|
|
417
|
+
defineCustomElement: defineCustomElement$6
|
|
418
|
+
});
|
|
419
|
+
var BalCard = /*@__PURE__*/ r({
|
|
420
|
+
tagName: 'bal-card',
|
|
421
|
+
elementClass: BalCard$1,
|
|
422
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
423
|
+
react: React,
|
|
424
|
+
events: {},
|
|
425
|
+
defineCustomElement: defineCustomElement$7
|
|
426
|
+
});
|
|
427
|
+
var BalCardActions = /*@__PURE__*/ r({
|
|
428
|
+
tagName: 'bal-card-actions',
|
|
429
|
+
elementClass: BalCardActions$1,
|
|
430
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
431
|
+
react: React,
|
|
432
|
+
events: {},
|
|
433
|
+
defineCustomElement: defineCustomElement$8
|
|
434
|
+
});
|
|
435
|
+
var BalCardButton = /*@__PURE__*/ r({
|
|
436
|
+
tagName: 'bal-card-button',
|
|
437
|
+
elementClass: BalCardButton$1,
|
|
438
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
439
|
+
react: React,
|
|
440
|
+
events: {},
|
|
441
|
+
defineCustomElement: defineCustomElement$9
|
|
442
|
+
});
|
|
443
|
+
var BalCardContent = /*@__PURE__*/ r({
|
|
444
|
+
tagName: 'bal-card-content',
|
|
445
|
+
elementClass: BalCardContent$1,
|
|
446
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
447
|
+
react: React,
|
|
448
|
+
events: {},
|
|
449
|
+
defineCustomElement: defineCustomElement$a
|
|
450
|
+
});
|
|
451
|
+
var BalCardSubtitle = /*@__PURE__*/ r({
|
|
452
|
+
tagName: 'bal-card-subtitle',
|
|
453
|
+
elementClass: BalCardSubtitle$1,
|
|
454
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
455
|
+
react: React,
|
|
456
|
+
events: {},
|
|
457
|
+
defineCustomElement: defineCustomElement$b
|
|
458
|
+
});
|
|
459
|
+
var BalCardTitle = /*@__PURE__*/ r({
|
|
460
|
+
tagName: 'bal-card-title',
|
|
461
|
+
elementClass: BalCardTitle$1,
|
|
462
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
463
|
+
react: React,
|
|
464
|
+
events: {},
|
|
465
|
+
defineCustomElement: defineCustomElement$c
|
|
466
|
+
});
|
|
467
|
+
var BalCarousel = /*@__PURE__*/ r({
|
|
468
|
+
tagName: 'bal-carousel',
|
|
469
|
+
elementClass: BalCarousel$1,
|
|
470
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
471
|
+
react: React,
|
|
472
|
+
events: {
|
|
473
|
+
onBalChange: 'balChange'
|
|
474
|
+
},
|
|
475
|
+
defineCustomElement: defineCustomElement$d
|
|
476
|
+
});
|
|
477
|
+
var BalCarouselItem = /*@__PURE__*/ r({
|
|
478
|
+
tagName: 'bal-carousel-item',
|
|
479
|
+
elementClass: BalCarouselItem$1,
|
|
480
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
481
|
+
react: React,
|
|
482
|
+
events: {
|
|
483
|
+
onBalNavigate: 'balNavigate',
|
|
484
|
+
onBalFocus: 'balFocus',
|
|
485
|
+
onBalBlur: 'balBlur'
|
|
486
|
+
},
|
|
487
|
+
defineCustomElement: defineCustomElement$e
|
|
488
|
+
});
|
|
489
|
+
var BalCheck = /*@__PURE__*/ r({
|
|
490
|
+
tagName: 'bal-check',
|
|
491
|
+
elementClass: BalCheck$1,
|
|
492
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
493
|
+
react: React,
|
|
494
|
+
events: {},
|
|
495
|
+
defineCustomElement: defineCustomElement$f
|
|
496
|
+
});
|
|
497
|
+
var BalCheckbox = /*@__PURE__*/ r({
|
|
498
|
+
tagName: 'bal-checkbox',
|
|
499
|
+
elementClass: BalCheckbox$1,
|
|
500
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
501
|
+
react: React,
|
|
502
|
+
events: {
|
|
503
|
+
onBalFocus: 'balFocus',
|
|
504
|
+
onBalBlur: 'balBlur',
|
|
505
|
+
onBalChange: 'balChange'
|
|
506
|
+
},
|
|
507
|
+
defineCustomElement: defineCustomElement$g
|
|
508
|
+
});
|
|
509
|
+
var BalCheckboxGroup = /*@__PURE__*/ r({
|
|
510
|
+
tagName: 'bal-checkbox-group',
|
|
511
|
+
elementClass: BalCheckboxGroup$1,
|
|
512
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
513
|
+
react: React,
|
|
514
|
+
events: {
|
|
515
|
+
onBalChange: 'balChange',
|
|
516
|
+
onBalFocus: 'balFocus',
|
|
517
|
+
onBalBlur: 'balBlur'
|
|
518
|
+
},
|
|
519
|
+
defineCustomElement: defineCustomElement$h
|
|
520
|
+
});
|
|
521
|
+
var BalClose = /*@__PURE__*/ r({
|
|
522
|
+
tagName: 'bal-close',
|
|
523
|
+
elementClass: BalClose$1,
|
|
524
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
525
|
+
react: React,
|
|
526
|
+
events: {},
|
|
527
|
+
defineCustomElement: defineCustomElement$i
|
|
528
|
+
});
|
|
529
|
+
var BalContent = /*@__PURE__*/ r({
|
|
530
|
+
tagName: 'bal-content',
|
|
531
|
+
elementClass: BalContent$1,
|
|
532
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
533
|
+
react: React,
|
|
534
|
+
events: {},
|
|
535
|
+
defineCustomElement: defineCustomElement$j
|
|
536
|
+
});
|
|
537
|
+
var BalData = /*@__PURE__*/ r({
|
|
538
|
+
tagName: 'bal-data',
|
|
539
|
+
elementClass: BalData$1,
|
|
540
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
541
|
+
react: React,
|
|
542
|
+
events: {},
|
|
543
|
+
defineCustomElement: defineCustomElement$k
|
|
544
|
+
});
|
|
545
|
+
var BalDataItem = /*@__PURE__*/ r({
|
|
546
|
+
tagName: 'bal-data-item',
|
|
547
|
+
elementClass: BalDataItem$1,
|
|
548
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
549
|
+
react: React,
|
|
550
|
+
events: {},
|
|
551
|
+
defineCustomElement: defineCustomElement$l
|
|
552
|
+
});
|
|
553
|
+
var BalDataLabel = /*@__PURE__*/ r({
|
|
554
|
+
tagName: 'bal-data-label',
|
|
555
|
+
elementClass: BalDataLabel$1,
|
|
556
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
557
|
+
react: React,
|
|
558
|
+
events: {},
|
|
559
|
+
defineCustomElement: defineCustomElement$m
|
|
560
|
+
});
|
|
561
|
+
var BalDataValue = /*@__PURE__*/ r({
|
|
562
|
+
tagName: 'bal-data-value',
|
|
563
|
+
elementClass: BalDataValue$1,
|
|
564
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
565
|
+
react: React,
|
|
566
|
+
events: {
|
|
567
|
+
onBalClick: 'balClick',
|
|
568
|
+
onBalFocus: 'balFocus',
|
|
569
|
+
onBalBlur: 'balBlur'
|
|
570
|
+
},
|
|
571
|
+
defineCustomElement: defineCustomElement$n
|
|
572
|
+
});
|
|
573
|
+
var BalDate = /*@__PURE__*/ r({
|
|
574
|
+
tagName: 'bal-date',
|
|
575
|
+
elementClass: BalDate$1,
|
|
576
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
577
|
+
react: React,
|
|
578
|
+
events: {
|
|
579
|
+
onBalInput: 'balInput',
|
|
580
|
+
onBalChange: 'balChange',
|
|
581
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
582
|
+
onBalDidAnimate: 'balDidAnimate',
|
|
583
|
+
onBalBlur: 'balBlur',
|
|
584
|
+
onBalFocus: 'balFocus',
|
|
585
|
+
onBalInputClick: 'balInputClick',
|
|
586
|
+
onBalIconClick: 'balIconClick'
|
|
587
|
+
},
|
|
588
|
+
defineCustomElement: defineCustomElement$o
|
|
589
|
+
});
|
|
590
|
+
var BalDateCalendar = /*@__PURE__*/ r({
|
|
591
|
+
tagName: 'bal-date-calendar',
|
|
592
|
+
elementClass: BalDateCalendar$1,
|
|
593
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
594
|
+
react: React,
|
|
595
|
+
events: {
|
|
596
|
+
onBalChange: 'balChange'
|
|
597
|
+
},
|
|
598
|
+
defineCustomElement: defineCustomElement$p
|
|
599
|
+
});
|
|
600
|
+
var BalDateCalendarCell = /*@__PURE__*/ r({
|
|
601
|
+
tagName: 'bal-date-calendar-cell',
|
|
602
|
+
elementClass: BalDateCalendarCell$1,
|
|
603
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
604
|
+
react: React,
|
|
605
|
+
events: {
|
|
606
|
+
onBalSelectDay: 'balSelectDay'
|
|
607
|
+
},
|
|
608
|
+
defineCustomElement: defineCustomElement$q
|
|
609
|
+
});
|
|
610
|
+
var BalDivider = /*@__PURE__*/ r({
|
|
611
|
+
tagName: 'bal-divider',
|
|
612
|
+
elementClass: BalDivider$1,
|
|
613
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
614
|
+
react: React,
|
|
615
|
+
events: {},
|
|
616
|
+
defineCustomElement: defineCustomElement$r
|
|
617
|
+
});
|
|
618
|
+
var BalDropdown = /*@__PURE__*/ r({
|
|
619
|
+
tagName: 'bal-dropdown',
|
|
620
|
+
elementClass: BalDropdown$1,
|
|
621
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
622
|
+
react: React,
|
|
623
|
+
events: {
|
|
624
|
+
onBalChange: 'balChange',
|
|
625
|
+
onBalFocus: 'balFocus',
|
|
626
|
+
onBalBlur: 'balBlur'
|
|
627
|
+
},
|
|
628
|
+
defineCustomElement: defineCustomElement$s
|
|
629
|
+
});
|
|
630
|
+
var BalField = /*@__PURE__*/ r({
|
|
631
|
+
tagName: 'bal-field',
|
|
632
|
+
elementClass: BalField$1,
|
|
633
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
634
|
+
react: React,
|
|
635
|
+
events: {
|
|
636
|
+
onBalFormControlDidLoad: 'balFormControlDidLoad'
|
|
637
|
+
},
|
|
638
|
+
defineCustomElement: defineCustomElement$t
|
|
639
|
+
});
|
|
640
|
+
var BalFieldControl = /*@__PURE__*/ r({
|
|
641
|
+
tagName: 'bal-field-control',
|
|
642
|
+
elementClass: BalFieldControl$1,
|
|
643
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
644
|
+
react: React,
|
|
645
|
+
events: {},
|
|
646
|
+
defineCustomElement: defineCustomElement$u
|
|
647
|
+
});
|
|
648
|
+
var BalFieldHint = /*@__PURE__*/ r({
|
|
649
|
+
tagName: 'bal-field-hint',
|
|
650
|
+
elementClass: BalFieldHint$1,
|
|
651
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
652
|
+
react: React,
|
|
653
|
+
events: {},
|
|
654
|
+
defineCustomElement: defineCustomElement$v
|
|
655
|
+
});
|
|
656
|
+
var BalFieldLabel = /*@__PURE__*/ r({
|
|
657
|
+
tagName: 'bal-field-label',
|
|
658
|
+
elementClass: BalFieldLabel$1,
|
|
659
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
660
|
+
react: React,
|
|
661
|
+
events: {},
|
|
662
|
+
defineCustomElement: defineCustomElement$w
|
|
663
|
+
});
|
|
664
|
+
var BalFieldMessage = /*@__PURE__*/ r({
|
|
665
|
+
tagName: 'bal-field-message',
|
|
666
|
+
elementClass: BalFieldMessage$1,
|
|
667
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
668
|
+
react: React,
|
|
669
|
+
events: {},
|
|
670
|
+
defineCustomElement: defineCustomElement$x
|
|
671
|
+
});
|
|
672
|
+
var BalFileUpload = /*@__PURE__*/ r({
|
|
673
|
+
tagName: 'bal-file-upload',
|
|
674
|
+
elementClass: BalFileUpload$1,
|
|
675
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
676
|
+
react: React,
|
|
677
|
+
events: {
|
|
678
|
+
onBalChange: 'balChange',
|
|
679
|
+
onBalFilesAdded: 'balFilesAdded',
|
|
680
|
+
onBalFilesRemoved: 'balFilesRemoved',
|
|
681
|
+
onBalRejectedFile: 'balRejectedFile',
|
|
682
|
+
onBalInputClick: 'balInputClick',
|
|
683
|
+
onBalBlur: 'balBlur',
|
|
684
|
+
onBalFocus: 'balFocus'
|
|
685
|
+
},
|
|
686
|
+
defineCustomElement: defineCustomElement$y
|
|
687
|
+
});
|
|
688
|
+
var BalFooter = /*@__PURE__*/ r({
|
|
689
|
+
tagName: 'bal-footer',
|
|
690
|
+
elementClass: BalFooter$1,
|
|
691
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
692
|
+
react: React,
|
|
693
|
+
events: {},
|
|
694
|
+
defineCustomElement: defineCustomElement$z
|
|
695
|
+
});
|
|
696
|
+
var BalForm = /*@__PURE__*/ r({
|
|
697
|
+
tagName: 'bal-form',
|
|
698
|
+
elementClass: BalForm$1,
|
|
699
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
700
|
+
react: React,
|
|
701
|
+
events: {},
|
|
702
|
+
defineCustomElement: defineCustomElement$A
|
|
703
|
+
});
|
|
704
|
+
var BalFormCol = /*@__PURE__*/ r({
|
|
705
|
+
tagName: 'bal-form-col',
|
|
706
|
+
elementClass: BalFormCol$1,
|
|
707
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
708
|
+
react: React,
|
|
709
|
+
events: {},
|
|
710
|
+
defineCustomElement: defineCustomElement$B
|
|
711
|
+
});
|
|
712
|
+
var BalFormGrid = /*@__PURE__*/ r({
|
|
713
|
+
tagName: 'bal-form-grid',
|
|
714
|
+
elementClass: BalFormGrid$1,
|
|
715
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
716
|
+
react: React,
|
|
717
|
+
events: {},
|
|
718
|
+
defineCustomElement: defineCustomElement$C
|
|
719
|
+
});
|
|
720
|
+
var BalHeading = /*@__PURE__*/ r({
|
|
721
|
+
tagName: 'bal-heading',
|
|
722
|
+
elementClass: BalHeading$1,
|
|
723
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
724
|
+
react: React,
|
|
725
|
+
events: {},
|
|
726
|
+
defineCustomElement: defineCustomElement$D
|
|
727
|
+
});
|
|
728
|
+
var BalHint = /*@__PURE__*/ r({
|
|
729
|
+
tagName: 'bal-hint',
|
|
730
|
+
elementClass: BalHint$1,
|
|
731
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
732
|
+
react: React,
|
|
733
|
+
events: {},
|
|
734
|
+
defineCustomElement: defineCustomElement$E
|
|
735
|
+
});
|
|
736
|
+
var BalHintText = /*@__PURE__*/ r({
|
|
737
|
+
tagName: 'bal-hint-text',
|
|
738
|
+
elementClass: BalHintText$1,
|
|
739
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
740
|
+
react: React,
|
|
741
|
+
events: {},
|
|
742
|
+
defineCustomElement: defineCustomElement$F
|
|
743
|
+
});
|
|
744
|
+
var BalHintTitle = /*@__PURE__*/ r({
|
|
745
|
+
tagName: 'bal-hint-title',
|
|
746
|
+
elementClass: BalHintTitle$1,
|
|
747
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
748
|
+
react: React,
|
|
749
|
+
events: {},
|
|
750
|
+
defineCustomElement: defineCustomElement$G
|
|
751
|
+
});
|
|
752
|
+
var BalIcon = /*@__PURE__*/ r({
|
|
753
|
+
tagName: 'bal-icon',
|
|
754
|
+
elementClass: BalIcon$1,
|
|
755
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
756
|
+
react: React,
|
|
757
|
+
events: {},
|
|
758
|
+
defineCustomElement: defineCustomElement$H
|
|
759
|
+
});
|
|
760
|
+
var BalInput = /*@__PURE__*/ r({
|
|
761
|
+
tagName: 'bal-input',
|
|
762
|
+
elementClass: BalInput$1,
|
|
763
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
764
|
+
react: React,
|
|
765
|
+
events: {
|
|
766
|
+
onBalInput: 'balInput',
|
|
767
|
+
onBalBlur: 'balBlur',
|
|
768
|
+
onBalKeyPress: 'balKeyPress',
|
|
769
|
+
onBalFocus: 'balFocus',
|
|
770
|
+
onBalChange: 'balChange'
|
|
771
|
+
},
|
|
772
|
+
defineCustomElement: defineCustomElement$I
|
|
773
|
+
});
|
|
774
|
+
var BalInputDate = /*@__PURE__*/ r({
|
|
775
|
+
tagName: 'bal-input-date',
|
|
776
|
+
elementClass: BalInputDate$1,
|
|
777
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
778
|
+
react: React,
|
|
779
|
+
events: {
|
|
780
|
+
onBalKeyPress: 'balKeyPress',
|
|
781
|
+
onBalChange: 'balChange',
|
|
782
|
+
onBalInput: 'balInput',
|
|
783
|
+
onBalBlur: 'balBlur',
|
|
784
|
+
onBalFocus: 'balFocus'
|
|
785
|
+
},
|
|
786
|
+
defineCustomElement: defineCustomElement$J
|
|
787
|
+
});
|
|
788
|
+
var BalInputGroup = /*@__PURE__*/ r({
|
|
789
|
+
tagName: 'bal-input-group',
|
|
790
|
+
elementClass: BalInputGroup$1,
|
|
791
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
792
|
+
react: React,
|
|
793
|
+
events: {},
|
|
794
|
+
defineCustomElement: defineCustomElement$K
|
|
795
|
+
});
|
|
796
|
+
var BalInputSlider = /*@__PURE__*/ r({
|
|
797
|
+
tagName: 'bal-input-slider',
|
|
798
|
+
elementClass: BalInputSlider$1,
|
|
799
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
800
|
+
react: React,
|
|
801
|
+
events: {
|
|
802
|
+
onBalInput: 'balInput',
|
|
803
|
+
onBalBlur: 'balBlur',
|
|
804
|
+
onBalKeyPress: 'balKeyPress',
|
|
805
|
+
onBalFocus: 'balFocus',
|
|
806
|
+
onBalChange: 'balChange'
|
|
807
|
+
},
|
|
808
|
+
defineCustomElement: defineCustomElement$L
|
|
809
|
+
});
|
|
810
|
+
var BalInputStepper = /*@__PURE__*/ r({
|
|
811
|
+
tagName: 'bal-input-stepper',
|
|
812
|
+
elementClass: BalInputStepper$1,
|
|
813
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
814
|
+
react: React,
|
|
815
|
+
events: {
|
|
816
|
+
onBalChange: 'balChange',
|
|
817
|
+
onBalInput: 'balInput',
|
|
818
|
+
onBalIncrease: 'balIncrease',
|
|
819
|
+
onBalDecrease: 'balDecrease',
|
|
820
|
+
onBalFocus: 'balFocus',
|
|
821
|
+
onBalBlur: 'balBlur'
|
|
822
|
+
},
|
|
823
|
+
defineCustomElement: defineCustomElement$M
|
|
824
|
+
});
|
|
825
|
+
var BalLabel = /*@__PURE__*/ r({
|
|
826
|
+
tagName: 'bal-label',
|
|
827
|
+
elementClass: BalLabel$1,
|
|
828
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
829
|
+
react: React,
|
|
830
|
+
events: {},
|
|
831
|
+
defineCustomElement: defineCustomElement$N
|
|
832
|
+
});
|
|
833
|
+
var BalList = /*@__PURE__*/ r({
|
|
834
|
+
tagName: 'bal-list',
|
|
835
|
+
elementClass: BalList$1,
|
|
836
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
837
|
+
react: React,
|
|
838
|
+
events: {},
|
|
839
|
+
defineCustomElement: defineCustomElement$O
|
|
840
|
+
});
|
|
841
|
+
var BalListItem = /*@__PURE__*/ r({
|
|
842
|
+
tagName: 'bal-list-item',
|
|
843
|
+
elementClass: BalListItem$1,
|
|
844
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
845
|
+
react: React,
|
|
846
|
+
events: {
|
|
847
|
+
onBalNavigate: 'balNavigate',
|
|
848
|
+
onBalGroupStateChanged: 'balGroupStateChanged',
|
|
849
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
850
|
+
onBalDidAnimate: 'balDidAnimate'
|
|
851
|
+
},
|
|
852
|
+
defineCustomElement: defineCustomElement$P
|
|
853
|
+
});
|
|
854
|
+
var BalListItemAccordionBody = /*@__PURE__*/ r({
|
|
855
|
+
tagName: 'bal-list-item-accordion-body',
|
|
856
|
+
elementClass: BalListItemAccordionBody$1,
|
|
857
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
858
|
+
react: React,
|
|
859
|
+
events: {},
|
|
860
|
+
defineCustomElement: defineCustomElement$Q
|
|
861
|
+
});
|
|
862
|
+
var BalListItemAccordionHead = /*@__PURE__*/ r({
|
|
863
|
+
tagName: 'bal-list-item-accordion-head',
|
|
864
|
+
elementClass: BalListItemAccordionHead$1,
|
|
865
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
866
|
+
react: React,
|
|
867
|
+
events: {
|
|
868
|
+
onBalAccordionChange: 'balAccordionChange'
|
|
869
|
+
},
|
|
870
|
+
defineCustomElement: defineCustomElement$R
|
|
871
|
+
});
|
|
872
|
+
var BalListItemContent = /*@__PURE__*/ r({
|
|
873
|
+
tagName: 'bal-list-item-content',
|
|
874
|
+
elementClass: BalListItemContent$1,
|
|
875
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
876
|
+
react: React,
|
|
877
|
+
events: {},
|
|
878
|
+
defineCustomElement: defineCustomElement$S
|
|
879
|
+
});
|
|
880
|
+
var BalListItemIcon = /*@__PURE__*/ r({
|
|
881
|
+
tagName: 'bal-list-item-icon',
|
|
882
|
+
elementClass: BalListItemIcon$1,
|
|
883
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
884
|
+
react: React,
|
|
885
|
+
events: {},
|
|
886
|
+
defineCustomElement: defineCustomElement$T
|
|
887
|
+
});
|
|
888
|
+
var BalListItemSubtitle = /*@__PURE__*/ r({
|
|
889
|
+
tagName: 'bal-list-item-subtitle',
|
|
890
|
+
elementClass: BalListItemSubtitle$1,
|
|
891
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
892
|
+
react: React,
|
|
893
|
+
events: {},
|
|
894
|
+
defineCustomElement: defineCustomElement$U
|
|
895
|
+
});
|
|
896
|
+
var BalListItemTitle = /*@__PURE__*/ r({
|
|
897
|
+
tagName: 'bal-list-item-title',
|
|
898
|
+
elementClass: BalListItemTitle$1,
|
|
899
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
900
|
+
react: React,
|
|
901
|
+
events: {},
|
|
902
|
+
defineCustomElement: defineCustomElement$V
|
|
903
|
+
});
|
|
904
|
+
var BalLogo = /*@__PURE__*/ r({
|
|
905
|
+
tagName: 'bal-logo',
|
|
906
|
+
elementClass: BalLogo$1,
|
|
907
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
908
|
+
react: React,
|
|
909
|
+
events: {},
|
|
910
|
+
defineCustomElement: defineCustomElement$W
|
|
911
|
+
});
|
|
912
|
+
var BalModal = /*@__PURE__*/ r({
|
|
913
|
+
tagName: 'bal-modal',
|
|
914
|
+
elementClass: BalModal$1,
|
|
915
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
916
|
+
react: React,
|
|
917
|
+
events: {
|
|
918
|
+
onBalModalDidPresent: 'balModalDidPresent',
|
|
919
|
+
onBalModalWillPresent: 'balModalWillPresent',
|
|
920
|
+
onBalModalWillDismiss: 'balModalWillDismiss',
|
|
921
|
+
onBalModalDidDismiss: 'balModalDidDismiss'
|
|
922
|
+
},
|
|
923
|
+
defineCustomElement: defineCustomElement$X
|
|
924
|
+
});
|
|
925
|
+
var BalModalBody = /*@__PURE__*/ r({
|
|
926
|
+
tagName: 'bal-modal-body',
|
|
927
|
+
elementClass: BalModalBody$1,
|
|
928
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
929
|
+
react: React,
|
|
930
|
+
events: {},
|
|
931
|
+
defineCustomElement: defineCustomElement$Y
|
|
932
|
+
});
|
|
933
|
+
var BalModalHeader = /*@__PURE__*/ r({
|
|
934
|
+
tagName: 'bal-modal-header',
|
|
935
|
+
elementClass: BalModalHeader$1,
|
|
936
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
937
|
+
react: React,
|
|
938
|
+
events: {},
|
|
939
|
+
defineCustomElement: defineCustomElement$Z
|
|
940
|
+
});
|
|
941
|
+
var BalNav = /*@__PURE__*/ r({
|
|
942
|
+
tagName: 'bal-nav',
|
|
943
|
+
elementClass: BalNav$1,
|
|
944
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
945
|
+
react: React,
|
|
946
|
+
events: {
|
|
947
|
+
onBalNavItemClick: 'balNavItemClick'
|
|
948
|
+
},
|
|
949
|
+
defineCustomElement: defineCustomElement$_
|
|
950
|
+
});
|
|
951
|
+
var BalNavLink = /*@__PURE__*/ r({
|
|
952
|
+
tagName: 'bal-nav-link',
|
|
953
|
+
elementClass: BalNavLink$1,
|
|
954
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
955
|
+
react: React,
|
|
956
|
+
events: {},
|
|
957
|
+
defineCustomElement: defineCustomElement$$
|
|
958
|
+
});
|
|
959
|
+
var BalNavLinkGrid = /*@__PURE__*/ r({
|
|
960
|
+
tagName: 'bal-nav-link-grid',
|
|
961
|
+
elementClass: BalNavLinkGrid$1,
|
|
962
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
963
|
+
react: React,
|
|
964
|
+
events: {},
|
|
965
|
+
defineCustomElement: defineCustomElement$10
|
|
966
|
+
});
|
|
967
|
+
var BalNavLinkGridCol = /*@__PURE__*/ r({
|
|
968
|
+
tagName: 'bal-nav-link-grid-col',
|
|
969
|
+
elementClass: BalNavLinkGridCol$1,
|
|
970
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
971
|
+
react: React,
|
|
972
|
+
events: {},
|
|
973
|
+
defineCustomElement: defineCustomElement$11
|
|
974
|
+
});
|
|
975
|
+
var BalNavLinkGroup = /*@__PURE__*/ r({
|
|
976
|
+
tagName: 'bal-nav-link-group',
|
|
977
|
+
elementClass: BalNavLinkGroup$1,
|
|
978
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
979
|
+
react: React,
|
|
980
|
+
events: {},
|
|
981
|
+
defineCustomElement: defineCustomElement$12
|
|
982
|
+
});
|
|
983
|
+
var BalNavMenuBar = /*@__PURE__*/ r({
|
|
984
|
+
tagName: 'bal-nav-menu-bar',
|
|
985
|
+
elementClass: BalNavMenuBar$1,
|
|
986
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
987
|
+
react: React,
|
|
988
|
+
events: {},
|
|
989
|
+
defineCustomElement: defineCustomElement$13
|
|
990
|
+
});
|
|
991
|
+
var BalNavMenuFlyout = /*@__PURE__*/ r({
|
|
992
|
+
tagName: 'bal-nav-menu-flyout',
|
|
993
|
+
elementClass: BalNavMenuFlyout$1,
|
|
994
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
995
|
+
react: React,
|
|
996
|
+
events: {},
|
|
997
|
+
defineCustomElement: defineCustomElement$14
|
|
998
|
+
});
|
|
999
|
+
var BalNavMetaBar = /*@__PURE__*/ r({
|
|
1000
|
+
tagName: 'bal-nav-meta-bar',
|
|
1001
|
+
elementClass: BalNavMetaBar$1,
|
|
1002
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1003
|
+
react: React,
|
|
1004
|
+
events: {},
|
|
1005
|
+
defineCustomElement: defineCustomElement$15
|
|
1006
|
+
});
|
|
1007
|
+
var BalNavbar = /*@__PURE__*/ r({
|
|
1008
|
+
tagName: 'bal-navbar',
|
|
1009
|
+
elementClass: BalNavbar$1,
|
|
1010
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1011
|
+
react: React,
|
|
1012
|
+
events: {},
|
|
1013
|
+
defineCustomElement: defineCustomElement$16
|
|
1014
|
+
});
|
|
1015
|
+
var BalNavbarBrand = /*@__PURE__*/ r({
|
|
1016
|
+
tagName: 'bal-navbar-brand',
|
|
1017
|
+
elementClass: BalNavbarBrand$1,
|
|
1018
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1019
|
+
react: React,
|
|
1020
|
+
events: {
|
|
1021
|
+
onBalNavigate: 'balNavigate',
|
|
1022
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
1023
|
+
onBalDidAnimate: 'balDidAnimate'
|
|
1024
|
+
},
|
|
1025
|
+
defineCustomElement: defineCustomElement$17
|
|
1026
|
+
});
|
|
1027
|
+
var BalNavbarMenu = /*@__PURE__*/ r({
|
|
1028
|
+
tagName: 'bal-navbar-menu',
|
|
1029
|
+
elementClass: BalNavbarMenu$1,
|
|
1030
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1031
|
+
react: React,
|
|
1032
|
+
events: {},
|
|
1033
|
+
defineCustomElement: defineCustomElement$18
|
|
1034
|
+
});
|
|
1035
|
+
var BalNavbarMenuEnd = /*@__PURE__*/ r({
|
|
1036
|
+
tagName: 'bal-navbar-menu-end',
|
|
1037
|
+
elementClass: BalNavbarMenuEnd$1,
|
|
1038
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1039
|
+
react: React,
|
|
1040
|
+
events: {},
|
|
1041
|
+
defineCustomElement: defineCustomElement$19
|
|
1042
|
+
});
|
|
1043
|
+
var BalNavbarMenuStart = /*@__PURE__*/ r({
|
|
1044
|
+
tagName: 'bal-navbar-menu-start',
|
|
1045
|
+
elementClass: BalNavbarMenuStart$1,
|
|
1046
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1047
|
+
react: React,
|
|
1048
|
+
events: {},
|
|
1049
|
+
defineCustomElement: defineCustomElement$1a
|
|
1050
|
+
});
|
|
1051
|
+
var BalNotices = /*@__PURE__*/ r({
|
|
1052
|
+
tagName: 'bal-notices',
|
|
1053
|
+
elementClass: BalNotices$1,
|
|
1054
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1055
|
+
react: React,
|
|
1056
|
+
events: {},
|
|
1057
|
+
defineCustomElement: defineCustomElement$1b
|
|
1058
|
+
});
|
|
1059
|
+
var BalNotification = /*@__PURE__*/ r({
|
|
1060
|
+
tagName: 'bal-notification',
|
|
1061
|
+
elementClass: BalNotification$1,
|
|
1062
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1063
|
+
react: React,
|
|
1064
|
+
events: {},
|
|
1065
|
+
defineCustomElement: defineCustomElement$1c
|
|
1066
|
+
});
|
|
1067
|
+
var BalNumberInput = /*@__PURE__*/ r({
|
|
1068
|
+
tagName: 'bal-number-input',
|
|
1069
|
+
elementClass: BalNumberInput$1,
|
|
1070
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1071
|
+
react: React,
|
|
1072
|
+
events: {
|
|
1073
|
+
onBalInput: 'balInput',
|
|
1074
|
+
onBalChange: 'balChange',
|
|
1075
|
+
onBalBlur: 'balBlur',
|
|
1076
|
+
onBalFocus: 'balFocus',
|
|
1077
|
+
onBalKeyPress: 'balKeyPress'
|
|
1078
|
+
},
|
|
1079
|
+
defineCustomElement: defineCustomElement$1d
|
|
1080
|
+
});
|
|
1081
|
+
var BalOption = /*@__PURE__*/ r({
|
|
1082
|
+
tagName: 'bal-option',
|
|
1083
|
+
elementClass: BalOption$1,
|
|
1084
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1085
|
+
react: React,
|
|
1086
|
+
events: {
|
|
1087
|
+
onBalOptionChange: 'balOptionChange'
|
|
1088
|
+
},
|
|
1089
|
+
defineCustomElement: defineCustomElement$1e
|
|
1090
|
+
});
|
|
1091
|
+
var BalOptionList = /*@__PURE__*/ r({
|
|
1092
|
+
tagName: 'bal-option-list',
|
|
1093
|
+
elementClass: BalOptionList$1,
|
|
1094
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1095
|
+
react: React,
|
|
1096
|
+
events: {},
|
|
1097
|
+
defineCustomElement: defineCustomElement$1f
|
|
1098
|
+
});
|
|
1099
|
+
var BalPagination = /*@__PURE__*/ r({
|
|
1100
|
+
tagName: 'bal-pagination',
|
|
1101
|
+
elementClass: BalPagination$1,
|
|
1102
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1103
|
+
react: React,
|
|
1104
|
+
events: {
|
|
1105
|
+
onBalChange: 'balChange'
|
|
1106
|
+
},
|
|
1107
|
+
defineCustomElement: defineCustomElement$1g
|
|
1108
|
+
});
|
|
1109
|
+
var BalPopover = /*@__PURE__*/ r({
|
|
1110
|
+
tagName: 'bal-popover',
|
|
1111
|
+
elementClass: BalPopover$1,
|
|
1112
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1113
|
+
react: React,
|
|
1114
|
+
events: {
|
|
1115
|
+
onBalChange: 'balChange',
|
|
1116
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
1117
|
+
onBalDidAnimate: 'balDidAnimate'
|
|
1118
|
+
},
|
|
1119
|
+
defineCustomElement: defineCustomElement$1h
|
|
1120
|
+
});
|
|
1121
|
+
var BalPopoverContent = /*@__PURE__*/ r({
|
|
1122
|
+
tagName: 'bal-popover-content',
|
|
1123
|
+
elementClass: BalPopoverContent$1,
|
|
1124
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1125
|
+
react: React,
|
|
1126
|
+
events: {},
|
|
1127
|
+
defineCustomElement: defineCustomElement$1i
|
|
1128
|
+
});
|
|
1129
|
+
var BalPopup = /*@__PURE__*/ r({
|
|
1130
|
+
tagName: 'bal-popup',
|
|
1131
|
+
elementClass: BalPopup$1,
|
|
1132
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1133
|
+
react: React,
|
|
1134
|
+
events: {
|
|
1135
|
+
onBalChange: 'balChange',
|
|
1136
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
1137
|
+
onBalDidAnimate: 'balDidAnimate'
|
|
1138
|
+
},
|
|
1139
|
+
defineCustomElement: defineCustomElement$1j
|
|
1140
|
+
});
|
|
1141
|
+
var BalProgressBar = /*@__PURE__*/ r({
|
|
1142
|
+
tagName: 'bal-progress-bar',
|
|
1143
|
+
elementClass: BalProgressBar$1,
|
|
1144
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1145
|
+
react: React,
|
|
1146
|
+
events: {},
|
|
1147
|
+
defineCustomElement: defineCustomElement$1k
|
|
1148
|
+
});
|
|
1149
|
+
var BalRadio = /*@__PURE__*/ r({
|
|
1150
|
+
tagName: 'bal-radio',
|
|
1151
|
+
elementClass: BalRadio$1,
|
|
1152
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1153
|
+
react: React,
|
|
1154
|
+
events: {
|
|
1155
|
+
onBalFocus: 'balFocus',
|
|
1156
|
+
onBalBlur: 'balBlur',
|
|
1157
|
+
onBalChange: 'balChange'
|
|
1158
|
+
},
|
|
1159
|
+
defineCustomElement: defineCustomElement$1l
|
|
1160
|
+
});
|
|
1161
|
+
var BalRadioGroup = /*@__PURE__*/ r({
|
|
1162
|
+
tagName: 'bal-radio-group',
|
|
1163
|
+
elementClass: BalRadioGroup$1,
|
|
1164
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1165
|
+
react: React,
|
|
1166
|
+
events: {
|
|
1167
|
+
onBalChange: 'balChange',
|
|
1168
|
+
onBalFocus: 'balFocus',
|
|
1169
|
+
onBalBlur: 'balBlur'
|
|
1170
|
+
},
|
|
1171
|
+
defineCustomElement: defineCustomElement$1m
|
|
1172
|
+
});
|
|
1173
|
+
var BalRadioIcon = /*@__PURE__*/ r({
|
|
1174
|
+
tagName: 'bal-radio-icon',
|
|
1175
|
+
elementClass: BalRadioIcon$1,
|
|
1176
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1177
|
+
react: React,
|
|
1178
|
+
events: {},
|
|
1179
|
+
defineCustomElement: defineCustomElement$1n
|
|
1180
|
+
});
|
|
1181
|
+
var BalSegment = /*@__PURE__*/ r({
|
|
1182
|
+
tagName: 'bal-segment',
|
|
1183
|
+
elementClass: BalSegment$1,
|
|
1184
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1185
|
+
react: React,
|
|
1186
|
+
events: {
|
|
1187
|
+
onBalFocus: 'balFocus',
|
|
1188
|
+
onBalBlur: 'balBlur',
|
|
1189
|
+
onBalChange: 'balChange'
|
|
1190
|
+
},
|
|
1191
|
+
defineCustomElement: defineCustomElement$1o
|
|
1192
|
+
});
|
|
1193
|
+
var BalSegmentItem = /*@__PURE__*/ r({
|
|
1194
|
+
tagName: 'bal-segment-item',
|
|
1195
|
+
elementClass: BalSegmentItem$1,
|
|
1196
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1197
|
+
react: React,
|
|
1198
|
+
events: {},
|
|
1199
|
+
defineCustomElement: defineCustomElement$1p
|
|
1200
|
+
});
|
|
1201
|
+
var BalSelect = /*@__PURE__*/ r({
|
|
1202
|
+
tagName: 'bal-select',
|
|
1203
|
+
elementClass: BalSelect$1,
|
|
1204
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1205
|
+
react: React,
|
|
1206
|
+
events: {
|
|
1207
|
+
onBalChange: 'balChange',
|
|
1208
|
+
onBalInputClick: 'balInputClick',
|
|
1209
|
+
onBalInput: 'balInput',
|
|
1210
|
+
onBalBlur: 'balBlur',
|
|
1211
|
+
onBalFocus: 'balFocus',
|
|
1212
|
+
onBalCancel: 'balCancel',
|
|
1213
|
+
onBalKeyPress: 'balKeyPress'
|
|
1214
|
+
},
|
|
1215
|
+
defineCustomElement: defineCustomElement$1q
|
|
1216
|
+
});
|
|
1217
|
+
var BalSelectOption = /*@__PURE__*/ r({
|
|
1218
|
+
tagName: 'bal-select-option',
|
|
1219
|
+
elementClass: BalSelectOption$1,
|
|
1220
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1221
|
+
react: React,
|
|
1222
|
+
events: {},
|
|
1223
|
+
defineCustomElement: defineCustomElement$1r
|
|
1224
|
+
});
|
|
1225
|
+
var BalShape = /*@__PURE__*/ r({
|
|
1226
|
+
tagName: 'bal-shape',
|
|
1227
|
+
elementClass: BalShape$1,
|
|
1228
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1229
|
+
react: React,
|
|
1230
|
+
events: {},
|
|
1231
|
+
defineCustomElement: defineCustomElement$1s
|
|
1232
|
+
});
|
|
1233
|
+
var BalSheet = /*@__PURE__*/ r({
|
|
1234
|
+
tagName: 'bal-sheet',
|
|
1235
|
+
elementClass: BalSheet$1,
|
|
1236
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1237
|
+
react: React,
|
|
1238
|
+
events: {},
|
|
1239
|
+
defineCustomElement: defineCustomElement$1t
|
|
1240
|
+
});
|
|
1241
|
+
var BalSnackbar = /*@__PURE__*/ r({
|
|
1242
|
+
tagName: 'bal-snackbar',
|
|
1243
|
+
elementClass: BalSnackbar$1,
|
|
1244
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1245
|
+
react: React,
|
|
1246
|
+
events: {
|
|
1247
|
+
onBalClose: 'balClose',
|
|
1248
|
+
onBalAction: 'balAction'
|
|
1249
|
+
},
|
|
1250
|
+
defineCustomElement: defineCustomElement$1u
|
|
1251
|
+
});
|
|
1252
|
+
var BalSpinner = /*@__PURE__*/ r({
|
|
1253
|
+
tagName: 'bal-spinner',
|
|
1254
|
+
elementClass: BalSpinner$1,
|
|
1255
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1256
|
+
react: React,
|
|
1257
|
+
events: {},
|
|
1258
|
+
defineCustomElement: defineCustomElement$1v
|
|
1259
|
+
});
|
|
1260
|
+
var BalStack = /*@__PURE__*/ r({
|
|
1261
|
+
tagName: 'bal-stack',
|
|
1262
|
+
elementClass: BalStack$1,
|
|
1263
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1264
|
+
react: React,
|
|
1265
|
+
events: {},
|
|
1266
|
+
defineCustomElement: defineCustomElement$1w
|
|
1267
|
+
});
|
|
1268
|
+
var BalStage = /*@__PURE__*/ r({
|
|
1269
|
+
tagName: 'bal-stage',
|
|
1270
|
+
elementClass: BalStage$1,
|
|
1271
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1272
|
+
react: React,
|
|
1273
|
+
events: {},
|
|
1274
|
+
defineCustomElement: defineCustomElement$1x
|
|
1275
|
+
});
|
|
1276
|
+
var BalStageBackLink = /*@__PURE__*/ r({
|
|
1277
|
+
tagName: 'bal-stage-back-link',
|
|
1278
|
+
elementClass: BalStageBackLink$1,
|
|
1279
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1280
|
+
react: React,
|
|
1281
|
+
events: {},
|
|
1282
|
+
defineCustomElement: defineCustomElement$1y
|
|
1283
|
+
});
|
|
1284
|
+
var BalStageBody = /*@__PURE__*/ r({
|
|
1285
|
+
tagName: 'bal-stage-body',
|
|
1286
|
+
elementClass: BalStageBody$1,
|
|
1287
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1288
|
+
react: React,
|
|
1289
|
+
events: {},
|
|
1290
|
+
defineCustomElement: defineCustomElement$1z
|
|
1291
|
+
});
|
|
1292
|
+
var BalStageFoot = /*@__PURE__*/ r({
|
|
1293
|
+
tagName: 'bal-stage-foot',
|
|
1294
|
+
elementClass: BalStageFoot$1,
|
|
1295
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1296
|
+
react: React,
|
|
1297
|
+
events: {},
|
|
1298
|
+
defineCustomElement: defineCustomElement$1A
|
|
1299
|
+
});
|
|
1300
|
+
var BalStageHead = /*@__PURE__*/ r({
|
|
1301
|
+
tagName: 'bal-stage-head',
|
|
1302
|
+
elementClass: BalStageHead$1,
|
|
1303
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1304
|
+
react: React,
|
|
1305
|
+
events: {},
|
|
1306
|
+
defineCustomElement: defineCustomElement$1B
|
|
1307
|
+
});
|
|
1308
|
+
var BalStageImage = /*@__PURE__*/ r({
|
|
1309
|
+
tagName: 'bal-stage-image',
|
|
1310
|
+
elementClass: BalStageImage$1,
|
|
1311
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1312
|
+
react: React,
|
|
1313
|
+
events: {},
|
|
1314
|
+
defineCustomElement: defineCustomElement$1C
|
|
1315
|
+
});
|
|
1316
|
+
var BalStepItem = /*@__PURE__*/ r({
|
|
1317
|
+
tagName: 'bal-step-item',
|
|
1318
|
+
elementClass: BalStepItem$1,
|
|
1319
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1320
|
+
react: React,
|
|
1321
|
+
events: {
|
|
1322
|
+
onBalNavigate: 'balNavigate'
|
|
1323
|
+
},
|
|
1324
|
+
defineCustomElement: defineCustomElement$1D
|
|
1325
|
+
});
|
|
1326
|
+
var BalSteps = /*@__PURE__*/ r({
|
|
1327
|
+
tagName: 'bal-steps',
|
|
1328
|
+
elementClass: BalSteps$1,
|
|
1329
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1330
|
+
react: React,
|
|
1331
|
+
events: {
|
|
1332
|
+
onBalChange: 'balChange'
|
|
1333
|
+
},
|
|
1334
|
+
defineCustomElement: defineCustomElement$1E
|
|
1335
|
+
});
|
|
1336
|
+
var BalSwitch = /*@__PURE__*/ r({
|
|
1337
|
+
tagName: 'bal-switch',
|
|
1338
|
+
elementClass: BalSwitch$1,
|
|
1339
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1340
|
+
react: React,
|
|
1341
|
+
events: {},
|
|
1342
|
+
defineCustomElement: defineCustomElement$1F
|
|
1343
|
+
});
|
|
1344
|
+
var BalTabItem = /*@__PURE__*/ r({
|
|
1345
|
+
tagName: 'bal-tab-item',
|
|
1346
|
+
elementClass: BalTabItem$1,
|
|
1347
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1348
|
+
react: React,
|
|
1349
|
+
events: {
|
|
1350
|
+
onBalNavigate: 'balNavigate'
|
|
1351
|
+
},
|
|
1352
|
+
defineCustomElement: defineCustomElement$1G
|
|
1353
|
+
});
|
|
1354
|
+
var BalTable = /*@__PURE__*/ r({
|
|
1355
|
+
tagName: 'bal-table',
|
|
1356
|
+
elementClass: BalTable$1,
|
|
1357
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1358
|
+
react: React,
|
|
1359
|
+
events: {},
|
|
1360
|
+
defineCustomElement: defineCustomElement$1H
|
|
1361
|
+
});
|
|
1362
|
+
var BalTabs = /*@__PURE__*/ r({
|
|
1363
|
+
tagName: 'bal-tabs',
|
|
1364
|
+
elementClass: BalTabs$1,
|
|
1365
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1366
|
+
react: React,
|
|
1367
|
+
events: {
|
|
1368
|
+
onBalChange: 'balChange',
|
|
1369
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
1370
|
+
onBalDidAnimate: 'balDidAnimate'
|
|
1371
|
+
},
|
|
1372
|
+
defineCustomElement: defineCustomElement$1I
|
|
1373
|
+
});
|
|
1374
|
+
var BalTag = /*@__PURE__*/ r({
|
|
1375
|
+
tagName: 'bal-tag',
|
|
1376
|
+
elementClass: BalTag$1,
|
|
1377
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1378
|
+
react: React,
|
|
1379
|
+
events: {
|
|
1380
|
+
onBalCloseClick: 'balCloseClick'
|
|
1381
|
+
},
|
|
1382
|
+
defineCustomElement: defineCustomElement$1J
|
|
1383
|
+
});
|
|
1384
|
+
var BalTagGroup = /*@__PURE__*/ r({
|
|
1385
|
+
tagName: 'bal-tag-group',
|
|
1386
|
+
elementClass: BalTagGroup$1,
|
|
1387
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1388
|
+
react: React,
|
|
1389
|
+
events: {},
|
|
1390
|
+
defineCustomElement: defineCustomElement$1K
|
|
1391
|
+
});
|
|
1392
|
+
var BalText = /*@__PURE__*/ r({
|
|
1393
|
+
tagName: 'bal-text',
|
|
1394
|
+
elementClass: BalText$1,
|
|
1395
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1396
|
+
react: React,
|
|
1397
|
+
events: {},
|
|
1398
|
+
defineCustomElement: defineCustomElement$1L
|
|
1399
|
+
});
|
|
1400
|
+
var BalTextarea = /*@__PURE__*/ r({
|
|
1401
|
+
tagName: 'bal-textarea',
|
|
1402
|
+
elementClass: BalTextarea$1,
|
|
1403
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1404
|
+
react: React,
|
|
1405
|
+
events: {
|
|
1406
|
+
onBalChange: 'balChange',
|
|
1407
|
+
onBalInput: 'balInput',
|
|
1408
|
+
onBalBlur: 'balBlur',
|
|
1409
|
+
onBalKeyPress: 'balKeyPress',
|
|
1410
|
+
onBalFocus: 'balFocus'
|
|
1411
|
+
},
|
|
1412
|
+
defineCustomElement: defineCustomElement$1M
|
|
1413
|
+
});
|
|
1414
|
+
var BalTimeInput = /*@__PURE__*/ r({
|
|
1415
|
+
tagName: 'bal-time-input',
|
|
1416
|
+
elementClass: BalTimeInput$1,
|
|
1417
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1418
|
+
react: React,
|
|
1419
|
+
events: {
|
|
1420
|
+
onBalInput: 'balInput',
|
|
1421
|
+
onBalChange: 'balChange',
|
|
1422
|
+
onBalBlur: 'balBlur',
|
|
1423
|
+
onBalFocus: 'balFocus',
|
|
1424
|
+
onBalKeyPress: 'balKeyPress',
|
|
1425
|
+
onBalClick: 'balClick'
|
|
1426
|
+
},
|
|
1427
|
+
defineCustomElement: defineCustomElement$1N
|
|
1428
|
+
});
|
|
1429
|
+
var BalToast = /*@__PURE__*/ r({
|
|
1430
|
+
tagName: 'bal-toast',
|
|
1431
|
+
elementClass: BalToast$1,
|
|
1432
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1433
|
+
react: React,
|
|
1434
|
+
events: {
|
|
1435
|
+
onBalClose: 'balClose'
|
|
1436
|
+
},
|
|
1437
|
+
defineCustomElement: defineCustomElement$1O
|
|
1438
|
+
});
|
|
1439
|
+
var BalTooltip = /*@__PURE__*/ r({
|
|
1440
|
+
tagName: 'bal-tooltip',
|
|
1441
|
+
elementClass: BalTooltip$1,
|
|
1442
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1443
|
+
react: React,
|
|
1444
|
+
events: {
|
|
1445
|
+
onBalWillAnimate: 'balWillAnimate',
|
|
1446
|
+
onBalDidAnimate: 'balDidAnimate'
|
|
1447
|
+
},
|
|
1448
|
+
defineCustomElement: defineCustomElement$1P
|
|
1449
|
+
});
|
|
400
1450
|
|
|
401
1451
|
var useBaloiseDesignSystem = function(config) {
|
|
402
1452
|
if (config === undefined) config = {};
|
|
@@ -405,4 +1455,4 @@ var useBaloiseDesignSystem = function(config) {
|
|
|
405
1455
|
}));
|
|
406
1456
|
};
|
|
407
1457
|
|
|
408
|
-
export { BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem,
|
|
1458
|
+
export { BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheck, BalCheckbox, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioGroup, BalRadioIcon, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalSwitch, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip, useBaloiseDesignSystem };
|