@beeq/react 1.8.0-beta.1 → 1.8.0-beta.3
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/package.json +15 -2
- package/src/components.d.ts +291 -43
- package/src/components.js +444 -88
- package/src/components.js.map +1 -1
- package/ssr/components.d.ts +5 -0
- package/ssr/components.js +8 -0
- package/ssr/components.js.map +1 -0
- package/ssr/components.server.d.ts +294 -0
- package/ssr/components.server.js +661 -0
- package/ssr/components.server.js.map +1 -0
- package/ssr/index.d.ts +1 -0
- package/ssr/index.js +4 -0
- package/ssr/index.js.map +1 -0
- package/src/react-component-lib/createComponent.d.ts +0 -10
- package/src/react-component-lib/createComponent.js +0 -68
- package/src/react-component-lib/createComponent.js.map +0 -1
- package/src/react-component-lib/createOverlayComponent.d.ts +0 -21
- package/src/react-component-lib/createOverlayComponent.js +0 -96
- package/src/react-component-lib/createOverlayComponent.js.map +0 -1
- package/src/react-component-lib/index.d.ts +0 -2
- package/src/react-component-lib/index.js +0 -3
- package/src/react-component-lib/index.js.map +0 -1
- package/src/react-component-lib/interfaces.d.ts +0 -29
- package/src/react-component-lib/interfaces.js +0 -2
- package/src/react-component-lib/interfaces.js.map +0 -1
- package/src/react-component-lib/utils/attachProps.d.ts +0 -16
- package/src/react-component-lib/utils/attachProps.js +0 -108
- package/src/react-component-lib/utils/attachProps.js.map +0 -1
- package/src/react-component-lib/utils/case.d.ts +0 -2
- package/src/react-component-lib/utils/case.js +0 -7
- package/src/react-component-lib/utils/case.js.map +0 -1
- package/src/react-component-lib/utils/dev.d.ts +0 -2
- package/src/react-component-lib/utils/dev.js +0 -13
- package/src/react-component-lib/utils/dev.js.map +0 -1
- package/src/react-component-lib/utils/index.d.ts +0 -10
- package/src/react-component-lib/utils/index.js +0 -32
- package/src/react-component-lib/utils/index.js.map +0 -1
|
@@ -0,0 +1,661 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { BqAccordionGroup as BqAccordionGroupElement, defineCustomElement as defineBqAccordionGroup } from "@beeq/core/dist/components/bq-accordion-group.js";
|
|
9
|
+
import { BqAccordion as BqAccordionElement, defineCustomElement as defineBqAccordion } from "@beeq/core/dist/components/bq-accordion.js";
|
|
10
|
+
import { BqAlert as BqAlertElement, defineCustomElement as defineBqAlert } from "@beeq/core/dist/components/bq-alert.js";
|
|
11
|
+
import { BqAvatar as BqAvatarElement, defineCustomElement as defineBqAvatar } from "@beeq/core/dist/components/bq-avatar.js";
|
|
12
|
+
import { BqBadge as BqBadgeElement, defineCustomElement as defineBqBadge } from "@beeq/core/dist/components/bq-badge.js";
|
|
13
|
+
import { BqBreadcrumbItem as BqBreadcrumbItemElement, defineCustomElement as defineBqBreadcrumbItem } from "@beeq/core/dist/components/bq-breadcrumb-item.js";
|
|
14
|
+
import { BqBreadcrumb as BqBreadcrumbElement, defineCustomElement as defineBqBreadcrumb } from "@beeq/core/dist/components/bq-breadcrumb.js";
|
|
15
|
+
import { BqButton as BqButtonElement, defineCustomElement as defineBqButton } from "@beeq/core/dist/components/bq-button.js";
|
|
16
|
+
import { BqCard as BqCardElement, defineCustomElement as defineBqCard } from "@beeq/core/dist/components/bq-card.js";
|
|
17
|
+
import { BqCheckbox as BqCheckboxElement, defineCustomElement as defineBqCheckbox } from "@beeq/core/dist/components/bq-checkbox.js";
|
|
18
|
+
import { BqDatePicker as BqDatePickerElement, defineCustomElement as defineBqDatePicker } from "@beeq/core/dist/components/bq-date-picker.js";
|
|
19
|
+
import { BqDialog as BqDialogElement, defineCustomElement as defineBqDialog } from "@beeq/core/dist/components/bq-dialog.js";
|
|
20
|
+
import { BqDivider as BqDividerElement, defineCustomElement as defineBqDivider } from "@beeq/core/dist/components/bq-divider.js";
|
|
21
|
+
import { BqDrawer as BqDrawerElement, defineCustomElement as defineBqDrawer } from "@beeq/core/dist/components/bq-drawer.js";
|
|
22
|
+
import { BqDropdown as BqDropdownElement, defineCustomElement as defineBqDropdown } from "@beeq/core/dist/components/bq-dropdown.js";
|
|
23
|
+
import { BqEmptyState as BqEmptyStateElement, defineCustomElement as defineBqEmptyState } from "@beeq/core/dist/components/bq-empty-state.js";
|
|
24
|
+
import { BqIcon as BqIconElement, defineCustomElement as defineBqIcon } from "@beeq/core/dist/components/bq-icon.js";
|
|
25
|
+
import { BqInput as BqInputElement, defineCustomElement as defineBqInput } from "@beeq/core/dist/components/bq-input.js";
|
|
26
|
+
import { BqNotification as BqNotificationElement, defineCustomElement as defineBqNotification } from "@beeq/core/dist/components/bq-notification.js";
|
|
27
|
+
import { BqOptionGroup as BqOptionGroupElement, defineCustomElement as defineBqOptionGroup } from "@beeq/core/dist/components/bq-option-group.js";
|
|
28
|
+
import { BqOptionList as BqOptionListElement, defineCustomElement as defineBqOptionList } from "@beeq/core/dist/components/bq-option-list.js";
|
|
29
|
+
import { BqOption as BqOptionElement, defineCustomElement as defineBqOption } from "@beeq/core/dist/components/bq-option.js";
|
|
30
|
+
import { BqPageTitle as BqPageTitleElement, defineCustomElement as defineBqPageTitle } from "@beeq/core/dist/components/bq-page-title.js";
|
|
31
|
+
import { BqPanel as BqPanelElement, defineCustomElement as defineBqPanel } from "@beeq/core/dist/components/bq-panel.js";
|
|
32
|
+
import { BqProgress as BqProgressElement, defineCustomElement as defineBqProgress } from "@beeq/core/dist/components/bq-progress.js";
|
|
33
|
+
import { BqRadioGroup as BqRadioGroupElement, defineCustomElement as defineBqRadioGroup } from "@beeq/core/dist/components/bq-radio-group.js";
|
|
34
|
+
import { BqRadio as BqRadioElement, defineCustomElement as defineBqRadio } from "@beeq/core/dist/components/bq-radio.js";
|
|
35
|
+
import { BqSelect as BqSelectElement, defineCustomElement as defineBqSelect } from "@beeq/core/dist/components/bq-select.js";
|
|
36
|
+
import { BqSideMenuItem as BqSideMenuItemElement, defineCustomElement as defineBqSideMenuItem } from "@beeq/core/dist/components/bq-side-menu-item.js";
|
|
37
|
+
import { BqSideMenu as BqSideMenuElement, defineCustomElement as defineBqSideMenu } from "@beeq/core/dist/components/bq-side-menu.js";
|
|
38
|
+
import { BqSlider as BqSliderElement, defineCustomElement as defineBqSlider } from "@beeq/core/dist/components/bq-slider.js";
|
|
39
|
+
import { BqSpinner as BqSpinnerElement, defineCustomElement as defineBqSpinner } from "@beeq/core/dist/components/bq-spinner.js";
|
|
40
|
+
import { BqStatus as BqStatusElement, defineCustomElement as defineBqStatus } from "@beeq/core/dist/components/bq-status.js";
|
|
41
|
+
import { BqStepItem as BqStepItemElement, defineCustomElement as defineBqStepItem } from "@beeq/core/dist/components/bq-step-item.js";
|
|
42
|
+
import { BqSteps as BqStepsElement, defineCustomElement as defineBqSteps } from "@beeq/core/dist/components/bq-steps.js";
|
|
43
|
+
import { BqSwitch as BqSwitchElement, defineCustomElement as defineBqSwitch } from "@beeq/core/dist/components/bq-switch.js";
|
|
44
|
+
import { BqTabGroup as BqTabGroupElement, defineCustomElement as defineBqTabGroup } from "@beeq/core/dist/components/bq-tab-group.js";
|
|
45
|
+
import { BqTab as BqTabElement, defineCustomElement as defineBqTab } from "@beeq/core/dist/components/bq-tab.js";
|
|
46
|
+
import { BqTag as BqTagElement, defineCustomElement as defineBqTag } from "@beeq/core/dist/components/bq-tag.js";
|
|
47
|
+
import { BqTextarea as BqTextareaElement, defineCustomElement as defineBqTextarea } from "@beeq/core/dist/components/bq-textarea.js";
|
|
48
|
+
import { BqToast as BqToastElement, defineCustomElement as defineBqToast } from "@beeq/core/dist/components/bq-toast.js";
|
|
49
|
+
import { BqTooltip as BqTooltipElement, defineCustomElement as defineBqTooltip } from "@beeq/core/dist/components/bq-tooltip.js";
|
|
50
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
51
|
+
import React from 'react';
|
|
52
|
+
export const BqAccordion = typeof window !== 'undefined'
|
|
53
|
+
? /*@__PURE__*/ createComponent({
|
|
54
|
+
tagName: 'bq-accordion',
|
|
55
|
+
elementClass: BqAccordionElement,
|
|
56
|
+
react: React,
|
|
57
|
+
events: {
|
|
58
|
+
onBqBlur: 'bqBlur',
|
|
59
|
+
onBqFocus: 'bqFocus',
|
|
60
|
+
onBqOpen: 'bqOpen',
|
|
61
|
+
onBqAfterOpen: 'bqAfterOpen',
|
|
62
|
+
onBqClose: 'bqClose',
|
|
63
|
+
onBqAfterClose: 'bqAfterClose'
|
|
64
|
+
},
|
|
65
|
+
defineCustomElement: defineBqAccordion
|
|
66
|
+
})
|
|
67
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
68
|
+
tagName: 'bq-accordion',
|
|
69
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
70
|
+
});
|
|
71
|
+
export const BqAccordionGroup = typeof window !== 'undefined'
|
|
72
|
+
? /*@__PURE__*/ createComponent({
|
|
73
|
+
tagName: 'bq-accordion-group',
|
|
74
|
+
elementClass: BqAccordionGroupElement,
|
|
75
|
+
react: React,
|
|
76
|
+
events: {},
|
|
77
|
+
defineCustomElement: defineBqAccordionGroup
|
|
78
|
+
})
|
|
79
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
80
|
+
tagName: 'bq-accordion-group',
|
|
81
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
82
|
+
});
|
|
83
|
+
export const BqAlert = typeof window !== 'undefined'
|
|
84
|
+
? /*@__PURE__*/ createComponent({
|
|
85
|
+
tagName: 'bq-alert',
|
|
86
|
+
elementClass: BqAlertElement,
|
|
87
|
+
react: React,
|
|
88
|
+
events: {
|
|
89
|
+
onBqHide: 'bqHide',
|
|
90
|
+
onBqShow: 'bqShow',
|
|
91
|
+
onBqAfterShow: 'bqAfterShow',
|
|
92
|
+
onBqAfterHide: 'bqAfterHide'
|
|
93
|
+
},
|
|
94
|
+
defineCustomElement: defineBqAlert
|
|
95
|
+
})
|
|
96
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
97
|
+
tagName: 'bq-alert',
|
|
98
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
99
|
+
});
|
|
100
|
+
export const BqAvatar = typeof window !== 'undefined'
|
|
101
|
+
? /*@__PURE__*/ createComponent({
|
|
102
|
+
tagName: 'bq-avatar',
|
|
103
|
+
elementClass: BqAvatarElement,
|
|
104
|
+
react: React,
|
|
105
|
+
events: {},
|
|
106
|
+
defineCustomElement: defineBqAvatar
|
|
107
|
+
})
|
|
108
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
109
|
+
tagName: 'bq-avatar',
|
|
110
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
111
|
+
});
|
|
112
|
+
export const BqBadge = typeof window !== 'undefined'
|
|
113
|
+
? /*@__PURE__*/ createComponent({
|
|
114
|
+
tagName: 'bq-badge',
|
|
115
|
+
elementClass: BqBadgeElement,
|
|
116
|
+
react: React,
|
|
117
|
+
events: {},
|
|
118
|
+
defineCustomElement: defineBqBadge
|
|
119
|
+
})
|
|
120
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
121
|
+
tagName: 'bq-badge',
|
|
122
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
123
|
+
});
|
|
124
|
+
export const BqBreadcrumb = typeof window !== 'undefined'
|
|
125
|
+
? /*@__PURE__*/ createComponent({
|
|
126
|
+
tagName: 'bq-breadcrumb',
|
|
127
|
+
elementClass: BqBreadcrumbElement,
|
|
128
|
+
react: React,
|
|
129
|
+
events: {
|
|
130
|
+
onBqBreadcrumbBlur: 'bqBreadcrumbBlur',
|
|
131
|
+
onBqBreadcrumbFocus: 'bqBreadcrumbFocus',
|
|
132
|
+
onBqBreadcrumbClick: 'bqBreadcrumbClick'
|
|
133
|
+
},
|
|
134
|
+
defineCustomElement: defineBqBreadcrumb
|
|
135
|
+
})
|
|
136
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
137
|
+
tagName: 'bq-breadcrumb',
|
|
138
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
139
|
+
});
|
|
140
|
+
export const BqBreadcrumbItem = typeof window !== 'undefined'
|
|
141
|
+
? /*@__PURE__*/ createComponent({
|
|
142
|
+
tagName: 'bq-breadcrumb-item',
|
|
143
|
+
elementClass: BqBreadcrumbItemElement,
|
|
144
|
+
react: React,
|
|
145
|
+
events: {
|
|
146
|
+
onBqBlur: 'bqBlur',
|
|
147
|
+
onBqFocus: 'bqFocus',
|
|
148
|
+
onBqClick: 'bqClick'
|
|
149
|
+
},
|
|
150
|
+
defineCustomElement: defineBqBreadcrumbItem
|
|
151
|
+
})
|
|
152
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
153
|
+
tagName: 'bq-breadcrumb-item',
|
|
154
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
155
|
+
});
|
|
156
|
+
export const BqButton = typeof window !== 'undefined'
|
|
157
|
+
? /*@__PURE__*/ createComponent({
|
|
158
|
+
tagName: 'bq-button',
|
|
159
|
+
elementClass: BqButtonElement,
|
|
160
|
+
react: React,
|
|
161
|
+
events: {
|
|
162
|
+
onBqBlur: 'bqBlur',
|
|
163
|
+
onBqFocus: 'bqFocus',
|
|
164
|
+
onBqClick: 'bqClick'
|
|
165
|
+
},
|
|
166
|
+
defineCustomElement: defineBqButton
|
|
167
|
+
})
|
|
168
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
169
|
+
tagName: 'bq-button',
|
|
170
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
171
|
+
});
|
|
172
|
+
export const BqCard = typeof window !== 'undefined'
|
|
173
|
+
? /*@__PURE__*/ createComponent({
|
|
174
|
+
tagName: 'bq-card',
|
|
175
|
+
elementClass: BqCardElement,
|
|
176
|
+
react: React,
|
|
177
|
+
events: {},
|
|
178
|
+
defineCustomElement: defineBqCard
|
|
179
|
+
})
|
|
180
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
181
|
+
tagName: 'bq-card',
|
|
182
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
183
|
+
});
|
|
184
|
+
export const BqCheckbox = typeof window !== 'undefined'
|
|
185
|
+
? /*@__PURE__*/ createComponent({
|
|
186
|
+
tagName: 'bq-checkbox',
|
|
187
|
+
elementClass: BqCheckboxElement,
|
|
188
|
+
react: React,
|
|
189
|
+
events: {
|
|
190
|
+
onBqChange: 'bqChange',
|
|
191
|
+
onBqFocus: 'bqFocus',
|
|
192
|
+
onBqBlur: 'bqBlur'
|
|
193
|
+
},
|
|
194
|
+
defineCustomElement: defineBqCheckbox
|
|
195
|
+
})
|
|
196
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
197
|
+
tagName: 'bq-checkbox',
|
|
198
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
199
|
+
});
|
|
200
|
+
export const BqDatePicker = typeof window !== 'undefined'
|
|
201
|
+
? /*@__PURE__*/ createComponent({
|
|
202
|
+
tagName: 'bq-date-picker',
|
|
203
|
+
elementClass: BqDatePickerElement,
|
|
204
|
+
react: React,
|
|
205
|
+
events: {
|
|
206
|
+
onBqBlur: 'bqBlur',
|
|
207
|
+
onBqChange: 'bqChange',
|
|
208
|
+
onBqClear: 'bqClear',
|
|
209
|
+
onBqFocus: 'bqFocus'
|
|
210
|
+
},
|
|
211
|
+
defineCustomElement: defineBqDatePicker
|
|
212
|
+
})
|
|
213
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
214
|
+
tagName: 'bq-date-picker',
|
|
215
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
216
|
+
});
|
|
217
|
+
export const BqDialog = typeof window !== 'undefined'
|
|
218
|
+
? /*@__PURE__*/ createComponent({
|
|
219
|
+
tagName: 'bq-dialog',
|
|
220
|
+
elementClass: BqDialogElement,
|
|
221
|
+
react: React,
|
|
222
|
+
events: {
|
|
223
|
+
onBqCancel: 'bqCancel',
|
|
224
|
+
onBqClose: 'bqClose',
|
|
225
|
+
onBqOpen: 'bqOpen',
|
|
226
|
+
onBqAfterOpen: 'bqAfterOpen',
|
|
227
|
+
onBqAfterClose: 'bqAfterClose'
|
|
228
|
+
},
|
|
229
|
+
defineCustomElement: defineBqDialog
|
|
230
|
+
})
|
|
231
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
232
|
+
tagName: 'bq-dialog',
|
|
233
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
234
|
+
});
|
|
235
|
+
export const BqDivider = typeof window !== 'undefined'
|
|
236
|
+
? /*@__PURE__*/ createComponent({
|
|
237
|
+
tagName: 'bq-divider',
|
|
238
|
+
elementClass: BqDividerElement,
|
|
239
|
+
react: React,
|
|
240
|
+
events: {},
|
|
241
|
+
defineCustomElement: defineBqDivider
|
|
242
|
+
})
|
|
243
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
244
|
+
tagName: 'bq-divider',
|
|
245
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
246
|
+
});
|
|
247
|
+
export const BqDrawer = typeof window !== 'undefined'
|
|
248
|
+
? /*@__PURE__*/ createComponent({
|
|
249
|
+
tagName: 'bq-drawer',
|
|
250
|
+
elementClass: BqDrawerElement,
|
|
251
|
+
react: React,
|
|
252
|
+
events: {
|
|
253
|
+
onBqClose: 'bqClose',
|
|
254
|
+
onBqOpen: 'bqOpen',
|
|
255
|
+
onBqAfterOpen: 'bqAfterOpen',
|
|
256
|
+
onBqAfterClose: 'bqAfterClose'
|
|
257
|
+
},
|
|
258
|
+
defineCustomElement: defineBqDrawer
|
|
259
|
+
})
|
|
260
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
261
|
+
tagName: 'bq-drawer',
|
|
262
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
263
|
+
});
|
|
264
|
+
export const BqDropdown = typeof window !== 'undefined'
|
|
265
|
+
? /*@__PURE__*/ createComponent({
|
|
266
|
+
tagName: 'bq-dropdown',
|
|
267
|
+
elementClass: BqDropdownElement,
|
|
268
|
+
react: React,
|
|
269
|
+
events: { onBqOpen: 'bqOpen' },
|
|
270
|
+
defineCustomElement: defineBqDropdown
|
|
271
|
+
})
|
|
272
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
273
|
+
tagName: 'bq-dropdown',
|
|
274
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
275
|
+
});
|
|
276
|
+
export const BqEmptyState = typeof window !== 'undefined'
|
|
277
|
+
? /*@__PURE__*/ createComponent({
|
|
278
|
+
tagName: 'bq-empty-state',
|
|
279
|
+
elementClass: BqEmptyStateElement,
|
|
280
|
+
react: React,
|
|
281
|
+
events: {},
|
|
282
|
+
defineCustomElement: defineBqEmptyState
|
|
283
|
+
})
|
|
284
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
285
|
+
tagName: 'bq-empty-state',
|
|
286
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
287
|
+
});
|
|
288
|
+
export const BqIcon = typeof window !== 'undefined'
|
|
289
|
+
? /*@__PURE__*/ createComponent({
|
|
290
|
+
tagName: 'bq-icon',
|
|
291
|
+
elementClass: BqIconElement,
|
|
292
|
+
react: React,
|
|
293
|
+
events: { onSvgLoaded: 'svgLoaded' },
|
|
294
|
+
defineCustomElement: defineBqIcon
|
|
295
|
+
})
|
|
296
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
297
|
+
tagName: 'bq-icon',
|
|
298
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
299
|
+
});
|
|
300
|
+
export const BqInput = typeof window !== 'undefined'
|
|
301
|
+
? /*@__PURE__*/ createComponent({
|
|
302
|
+
tagName: 'bq-input',
|
|
303
|
+
elementClass: BqInputElement,
|
|
304
|
+
react: React,
|
|
305
|
+
events: {
|
|
306
|
+
onBqBlur: 'bqBlur',
|
|
307
|
+
onBqChange: 'bqChange',
|
|
308
|
+
onBqClear: 'bqClear',
|
|
309
|
+
onBqFocus: 'bqFocus',
|
|
310
|
+
onBqInput: 'bqInput'
|
|
311
|
+
},
|
|
312
|
+
defineCustomElement: defineBqInput
|
|
313
|
+
})
|
|
314
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
315
|
+
tagName: 'bq-input',
|
|
316
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
317
|
+
});
|
|
318
|
+
export const BqNotification = typeof window !== 'undefined'
|
|
319
|
+
? /*@__PURE__*/ createComponent({
|
|
320
|
+
tagName: 'bq-notification',
|
|
321
|
+
elementClass: BqNotificationElement,
|
|
322
|
+
react: React,
|
|
323
|
+
events: {
|
|
324
|
+
onBqHide: 'bqHide',
|
|
325
|
+
onBqShow: 'bqShow',
|
|
326
|
+
onBqAfterOpen: 'bqAfterOpen',
|
|
327
|
+
onBqAfterClose: 'bqAfterClose'
|
|
328
|
+
},
|
|
329
|
+
defineCustomElement: defineBqNotification
|
|
330
|
+
})
|
|
331
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
332
|
+
tagName: 'bq-notification',
|
|
333
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
334
|
+
});
|
|
335
|
+
export const BqOption = typeof window !== 'undefined'
|
|
336
|
+
? /*@__PURE__*/ createComponent({
|
|
337
|
+
tagName: 'bq-option',
|
|
338
|
+
elementClass: BqOptionElement,
|
|
339
|
+
react: React,
|
|
340
|
+
events: {
|
|
341
|
+
onBqBlur: 'bqBlur',
|
|
342
|
+
onBqFocus: 'bqFocus',
|
|
343
|
+
onBqClick: 'bqClick',
|
|
344
|
+
onBqEnter: 'bqEnter'
|
|
345
|
+
},
|
|
346
|
+
defineCustomElement: defineBqOption
|
|
347
|
+
})
|
|
348
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
349
|
+
tagName: 'bq-option',
|
|
350
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
351
|
+
});
|
|
352
|
+
export const BqOptionGroup = typeof window !== 'undefined'
|
|
353
|
+
? /*@__PURE__*/ createComponent({
|
|
354
|
+
tagName: 'bq-option-group',
|
|
355
|
+
elementClass: BqOptionGroupElement,
|
|
356
|
+
react: React,
|
|
357
|
+
events: {},
|
|
358
|
+
defineCustomElement: defineBqOptionGroup
|
|
359
|
+
})
|
|
360
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
361
|
+
tagName: 'bq-option-group',
|
|
362
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
363
|
+
});
|
|
364
|
+
export const BqOptionList = typeof window !== 'undefined'
|
|
365
|
+
? /*@__PURE__*/ createComponent({
|
|
366
|
+
tagName: 'bq-option-list',
|
|
367
|
+
elementClass: BqOptionListElement,
|
|
368
|
+
react: React,
|
|
369
|
+
events: { onBqSelect: 'bqSelect' },
|
|
370
|
+
defineCustomElement: defineBqOptionList
|
|
371
|
+
})
|
|
372
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
373
|
+
tagName: 'bq-option-list',
|
|
374
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
375
|
+
});
|
|
376
|
+
export const BqPageTitle = typeof window !== 'undefined'
|
|
377
|
+
? /*@__PURE__*/ createComponent({
|
|
378
|
+
tagName: 'bq-page-title',
|
|
379
|
+
elementClass: BqPageTitleElement,
|
|
380
|
+
react: React,
|
|
381
|
+
events: {},
|
|
382
|
+
defineCustomElement: defineBqPageTitle
|
|
383
|
+
})
|
|
384
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
385
|
+
tagName: 'bq-page-title',
|
|
386
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
387
|
+
});
|
|
388
|
+
export const BqPanel = typeof window !== 'undefined'
|
|
389
|
+
? /*@__PURE__*/ createComponent({
|
|
390
|
+
tagName: 'bq-panel',
|
|
391
|
+
elementClass: BqPanelElement,
|
|
392
|
+
react: React,
|
|
393
|
+
events: {},
|
|
394
|
+
defineCustomElement: defineBqPanel
|
|
395
|
+
})
|
|
396
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
397
|
+
tagName: 'bq-panel',
|
|
398
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
399
|
+
});
|
|
400
|
+
export const BqProgress = typeof window !== 'undefined'
|
|
401
|
+
? /*@__PURE__*/ createComponent({
|
|
402
|
+
tagName: 'bq-progress',
|
|
403
|
+
elementClass: BqProgressElement,
|
|
404
|
+
react: React,
|
|
405
|
+
events: {},
|
|
406
|
+
defineCustomElement: defineBqProgress
|
|
407
|
+
})
|
|
408
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
409
|
+
tagName: 'bq-progress',
|
|
410
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
411
|
+
});
|
|
412
|
+
export const BqRadio = typeof window !== 'undefined'
|
|
413
|
+
? /*@__PURE__*/ createComponent({
|
|
414
|
+
tagName: 'bq-radio',
|
|
415
|
+
elementClass: BqRadioElement,
|
|
416
|
+
react: React,
|
|
417
|
+
events: {
|
|
418
|
+
onBqClick: 'bqClick',
|
|
419
|
+
onBqFocus: 'bqFocus',
|
|
420
|
+
onBqBlur: 'bqBlur',
|
|
421
|
+
onBqKeyDown: 'bqKeyDown'
|
|
422
|
+
},
|
|
423
|
+
defineCustomElement: defineBqRadio
|
|
424
|
+
})
|
|
425
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
426
|
+
tagName: 'bq-radio',
|
|
427
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
428
|
+
});
|
|
429
|
+
export const BqRadioGroup = typeof window !== 'undefined'
|
|
430
|
+
? /*@__PURE__*/ createComponent({
|
|
431
|
+
tagName: 'bq-radio-group',
|
|
432
|
+
elementClass: BqRadioGroupElement,
|
|
433
|
+
react: React,
|
|
434
|
+
events: { onBqChange: 'bqChange' },
|
|
435
|
+
defineCustomElement: defineBqRadioGroup
|
|
436
|
+
})
|
|
437
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
438
|
+
tagName: 'bq-radio-group',
|
|
439
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
440
|
+
});
|
|
441
|
+
export const BqSelect = typeof window !== 'undefined'
|
|
442
|
+
? /*@__PURE__*/ createComponent({
|
|
443
|
+
tagName: 'bq-select',
|
|
444
|
+
elementClass: BqSelectElement,
|
|
445
|
+
react: React,
|
|
446
|
+
events: {
|
|
447
|
+
onBqBlur: 'bqBlur',
|
|
448
|
+
onBqClear: 'bqClear',
|
|
449
|
+
onBqFocus: 'bqFocus',
|
|
450
|
+
onBqSelect: 'bqSelect'
|
|
451
|
+
},
|
|
452
|
+
defineCustomElement: defineBqSelect
|
|
453
|
+
})
|
|
454
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
455
|
+
tagName: 'bq-select',
|
|
456
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
457
|
+
});
|
|
458
|
+
export const BqSideMenu = typeof window !== 'undefined'
|
|
459
|
+
? /*@__PURE__*/ createComponent({
|
|
460
|
+
tagName: 'bq-side-menu',
|
|
461
|
+
elementClass: BqSideMenuElement,
|
|
462
|
+
react: React,
|
|
463
|
+
events: {
|
|
464
|
+
onBqCollapse: 'bqCollapse',
|
|
465
|
+
onBqSelect: 'bqSelect'
|
|
466
|
+
},
|
|
467
|
+
defineCustomElement: defineBqSideMenu
|
|
468
|
+
})
|
|
469
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
470
|
+
tagName: 'bq-side-menu',
|
|
471
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
472
|
+
});
|
|
473
|
+
export const BqSideMenuItem = typeof window !== 'undefined'
|
|
474
|
+
? /*@__PURE__*/ createComponent({
|
|
475
|
+
tagName: 'bq-side-menu-item',
|
|
476
|
+
elementClass: BqSideMenuItemElement,
|
|
477
|
+
react: React,
|
|
478
|
+
events: {
|
|
479
|
+
onBqBlur: 'bqBlur',
|
|
480
|
+
onBqFocus: 'bqFocus',
|
|
481
|
+
onBqClick: 'bqClick'
|
|
482
|
+
},
|
|
483
|
+
defineCustomElement: defineBqSideMenuItem
|
|
484
|
+
})
|
|
485
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
486
|
+
tagName: 'bq-side-menu-item',
|
|
487
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
488
|
+
});
|
|
489
|
+
export const BqSlider = typeof window !== 'undefined'
|
|
490
|
+
? /*@__PURE__*/ createComponent({
|
|
491
|
+
tagName: 'bq-slider',
|
|
492
|
+
elementClass: BqSliderElement,
|
|
493
|
+
react: React,
|
|
494
|
+
events: {
|
|
495
|
+
onBqChange: 'bqChange',
|
|
496
|
+
onBqBlur: 'bqBlur',
|
|
497
|
+
onBqFocus: 'bqFocus'
|
|
498
|
+
},
|
|
499
|
+
defineCustomElement: defineBqSlider
|
|
500
|
+
})
|
|
501
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
502
|
+
tagName: 'bq-slider',
|
|
503
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
504
|
+
});
|
|
505
|
+
export const BqSpinner = typeof window !== 'undefined'
|
|
506
|
+
? /*@__PURE__*/ createComponent({
|
|
507
|
+
tagName: 'bq-spinner',
|
|
508
|
+
elementClass: BqSpinnerElement,
|
|
509
|
+
react: React,
|
|
510
|
+
events: {},
|
|
511
|
+
defineCustomElement: defineBqSpinner
|
|
512
|
+
})
|
|
513
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
514
|
+
tagName: 'bq-spinner',
|
|
515
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
516
|
+
});
|
|
517
|
+
export const BqStatus = typeof window !== 'undefined'
|
|
518
|
+
? /*@__PURE__*/ createComponent({
|
|
519
|
+
tagName: 'bq-status',
|
|
520
|
+
elementClass: BqStatusElement,
|
|
521
|
+
react: React,
|
|
522
|
+
events: {},
|
|
523
|
+
defineCustomElement: defineBqStatus
|
|
524
|
+
})
|
|
525
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
526
|
+
tagName: 'bq-status',
|
|
527
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
528
|
+
});
|
|
529
|
+
export const BqStepItem = typeof window !== 'undefined'
|
|
530
|
+
? /*@__PURE__*/ createComponent({
|
|
531
|
+
tagName: 'bq-step-item',
|
|
532
|
+
elementClass: BqStepItemElement,
|
|
533
|
+
react: React,
|
|
534
|
+
events: { onBqClick: 'bqClick' },
|
|
535
|
+
defineCustomElement: defineBqStepItem
|
|
536
|
+
})
|
|
537
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
538
|
+
tagName: 'bq-step-item',
|
|
539
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
540
|
+
});
|
|
541
|
+
export const BqSteps = typeof window !== 'undefined'
|
|
542
|
+
? /*@__PURE__*/ createComponent({
|
|
543
|
+
tagName: 'bq-steps',
|
|
544
|
+
elementClass: BqStepsElement,
|
|
545
|
+
react: React,
|
|
546
|
+
events: {},
|
|
547
|
+
defineCustomElement: defineBqSteps
|
|
548
|
+
})
|
|
549
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
550
|
+
tagName: 'bq-steps',
|
|
551
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
552
|
+
});
|
|
553
|
+
export const BqSwitch = typeof window !== 'undefined'
|
|
554
|
+
? /*@__PURE__*/ createComponent({
|
|
555
|
+
tagName: 'bq-switch',
|
|
556
|
+
elementClass: BqSwitchElement,
|
|
557
|
+
react: React,
|
|
558
|
+
events: {
|
|
559
|
+
onBqChange: 'bqChange',
|
|
560
|
+
onBqFocus: 'bqFocus',
|
|
561
|
+
onBqBlur: 'bqBlur'
|
|
562
|
+
},
|
|
563
|
+
defineCustomElement: defineBqSwitch
|
|
564
|
+
})
|
|
565
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
566
|
+
tagName: 'bq-switch',
|
|
567
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
568
|
+
});
|
|
569
|
+
export const BqTab = typeof window !== 'undefined'
|
|
570
|
+
? /*@__PURE__*/ createComponent({
|
|
571
|
+
tagName: 'bq-tab',
|
|
572
|
+
elementClass: BqTabElement,
|
|
573
|
+
react: React,
|
|
574
|
+
events: {
|
|
575
|
+
onBqClick: 'bqClick',
|
|
576
|
+
onBqFocus: 'bqFocus',
|
|
577
|
+
onBqBlur: 'bqBlur',
|
|
578
|
+
onBqKeyDown: 'bqKeyDown'
|
|
579
|
+
},
|
|
580
|
+
defineCustomElement: defineBqTab
|
|
581
|
+
})
|
|
582
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
583
|
+
tagName: 'bq-tab',
|
|
584
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
585
|
+
});
|
|
586
|
+
export const BqTabGroup = typeof window !== 'undefined'
|
|
587
|
+
? /*@__PURE__*/ createComponent({
|
|
588
|
+
tagName: 'bq-tab-group',
|
|
589
|
+
elementClass: BqTabGroupElement,
|
|
590
|
+
react: React,
|
|
591
|
+
events: { onBqChange: 'bqChange' },
|
|
592
|
+
defineCustomElement: defineBqTabGroup
|
|
593
|
+
})
|
|
594
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
595
|
+
tagName: 'bq-tab-group',
|
|
596
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
597
|
+
});
|
|
598
|
+
export const BqTag = typeof window !== 'undefined'
|
|
599
|
+
? /*@__PURE__*/ createComponent({
|
|
600
|
+
tagName: 'bq-tag',
|
|
601
|
+
elementClass: BqTagElement,
|
|
602
|
+
react: React,
|
|
603
|
+
events: {
|
|
604
|
+
onBqClose: 'bqClose',
|
|
605
|
+
onBqOpen: 'bqOpen',
|
|
606
|
+
onBqBlur: 'bqBlur',
|
|
607
|
+
onBqClick: 'bqClick',
|
|
608
|
+
onBqFocus: 'bqFocus'
|
|
609
|
+
},
|
|
610
|
+
defineCustomElement: defineBqTag
|
|
611
|
+
})
|
|
612
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
613
|
+
tagName: 'bq-tag',
|
|
614
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
615
|
+
});
|
|
616
|
+
export const BqTextarea = typeof window !== 'undefined'
|
|
617
|
+
? /*@__PURE__*/ createComponent({
|
|
618
|
+
tagName: 'bq-textarea',
|
|
619
|
+
elementClass: BqTextareaElement,
|
|
620
|
+
react: React,
|
|
621
|
+
events: {
|
|
622
|
+
onBqBlur: 'bqBlur',
|
|
623
|
+
onBqChange: 'bqChange',
|
|
624
|
+
onBqClear: 'bqClear',
|
|
625
|
+
onBqFocus: 'bqFocus',
|
|
626
|
+
onBqInput: 'bqInput'
|
|
627
|
+
},
|
|
628
|
+
defineCustomElement: defineBqTextarea
|
|
629
|
+
})
|
|
630
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
631
|
+
tagName: 'bq-textarea',
|
|
632
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
633
|
+
});
|
|
634
|
+
export const BqToast = typeof window !== 'undefined'
|
|
635
|
+
? /*@__PURE__*/ createComponent({
|
|
636
|
+
tagName: 'bq-toast',
|
|
637
|
+
elementClass: BqToastElement,
|
|
638
|
+
react: React,
|
|
639
|
+
events: {
|
|
640
|
+
onBqHide: 'bqHide',
|
|
641
|
+
onBqShow: 'bqShow'
|
|
642
|
+
},
|
|
643
|
+
defineCustomElement: defineBqToast
|
|
644
|
+
})
|
|
645
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
646
|
+
tagName: 'bq-toast',
|
|
647
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
648
|
+
});
|
|
649
|
+
export const BqTooltip = typeof window !== 'undefined'
|
|
650
|
+
? /*@__PURE__*/ createComponent({
|
|
651
|
+
tagName: 'bq-tooltip',
|
|
652
|
+
elementClass: BqTooltipElement,
|
|
653
|
+
react: React,
|
|
654
|
+
events: {},
|
|
655
|
+
defineCustomElement: defineBqTooltip
|
|
656
|
+
})
|
|
657
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
658
|
+
tagName: 'bq-tooltip',
|
|
659
|
+
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
660
|
+
});
|
|
661
|
+
//# sourceMappingURL=components.server.js.map
|