@beeq/react 1.8.4 → 1.8.5-beta.2
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/LICENSE +201 -0
- package/package.json +2 -2
- package/src/components.d.ts +42 -43
- package/src/index.js +1 -2
- package/src/index.js.map +1 -1
- package/ssr/components.d.ts +283 -1
- package/ssr/components.js +482 -6
- package/ssr/components.js.map +1 -1
- package/ssr/index.js +1 -2
- package/ssr/index.js.map +1 -1
- package/ssr/components.server.d.ts +0 -291
- package/ssr/components.server.js +0 -1075
- package/ssr/components.server.js.map +0 -1
package/ssr/components.server.js
DELETED
|
@@ -1,1075 +0,0 @@
|
|
|
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
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
57
|
-
react: React,
|
|
58
|
-
events: {
|
|
59
|
-
onBqBlur: 'bqBlur',
|
|
60
|
-
onBqFocus: 'bqFocus',
|
|
61
|
-
onBqOpen: 'bqOpen',
|
|
62
|
-
onBqAfterOpen: 'bqAfterOpen',
|
|
63
|
-
onBqClose: 'bqClose',
|
|
64
|
-
onBqAfterClose: 'bqAfterClose',
|
|
65
|
-
onBqClick: 'bqClick'
|
|
66
|
-
},
|
|
67
|
-
defineCustomElement: defineBqAccordion
|
|
68
|
-
})
|
|
69
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
70
|
-
tagName: 'bq-accordion',
|
|
71
|
-
properties: {
|
|
72
|
-
appearance: 'appearance',
|
|
73
|
-
disabled: 'disabled',
|
|
74
|
-
expanded: 'expanded',
|
|
75
|
-
noAnimation: 'no-animation',
|
|
76
|
-
rotate: 'rotate',
|
|
77
|
-
size: 'size'
|
|
78
|
-
},
|
|
79
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
80
|
-
});
|
|
81
|
-
export const BqAccordionGroup = typeof window !== 'undefined'
|
|
82
|
-
? /*@__PURE__*/ createComponent({
|
|
83
|
-
tagName: 'bq-accordion-group',
|
|
84
|
-
elementClass: BqAccordionGroupElement,
|
|
85
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
86
|
-
react: React,
|
|
87
|
-
events: {},
|
|
88
|
-
defineCustomElement: defineBqAccordionGroup
|
|
89
|
-
})
|
|
90
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
91
|
-
tagName: 'bq-accordion-group',
|
|
92
|
-
properties: {
|
|
93
|
-
appearance: 'appearance',
|
|
94
|
-
expandAll: 'expand-all',
|
|
95
|
-
noAnimation: 'no-animation',
|
|
96
|
-
multiple: 'multiple',
|
|
97
|
-
size: 'size'
|
|
98
|
-
},
|
|
99
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
100
|
-
});
|
|
101
|
-
export const BqAlert = typeof window !== 'undefined'
|
|
102
|
-
? /*@__PURE__*/ createComponent({
|
|
103
|
-
tagName: 'bq-alert',
|
|
104
|
-
elementClass: BqAlertElement,
|
|
105
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
106
|
-
react: React,
|
|
107
|
-
events: {
|
|
108
|
-
onBqHide: 'bqHide',
|
|
109
|
-
onBqShow: 'bqShow',
|
|
110
|
-
onBqAfterShow: 'bqAfterShow',
|
|
111
|
-
onBqAfterHide: 'bqAfterHide'
|
|
112
|
-
},
|
|
113
|
-
defineCustomElement: defineBqAlert
|
|
114
|
-
})
|
|
115
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
116
|
-
tagName: 'bq-alert',
|
|
117
|
-
properties: {
|
|
118
|
-
autoDismiss: 'auto-dismiss',
|
|
119
|
-
border: 'border',
|
|
120
|
-
disableClose: 'disable-close',
|
|
121
|
-
hideIcon: 'hide-icon',
|
|
122
|
-
open: 'open',
|
|
123
|
-
time: 'time',
|
|
124
|
-
type: 'type',
|
|
125
|
-
sticky: 'sticky'
|
|
126
|
-
},
|
|
127
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
128
|
-
});
|
|
129
|
-
export const BqAvatar = typeof window !== 'undefined'
|
|
130
|
-
? /*@__PURE__*/ createComponent({
|
|
131
|
-
tagName: 'bq-avatar',
|
|
132
|
-
elementClass: BqAvatarElement,
|
|
133
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
134
|
-
react: React,
|
|
135
|
-
events: {},
|
|
136
|
-
defineCustomElement: defineBqAvatar
|
|
137
|
-
})
|
|
138
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
139
|
-
tagName: 'bq-avatar',
|
|
140
|
-
properties: {
|
|
141
|
-
altText: 'alt-text',
|
|
142
|
-
image: 'image',
|
|
143
|
-
label: 'label',
|
|
144
|
-
initials: 'initials',
|
|
145
|
-
shape: 'shape',
|
|
146
|
-
size: 'size'
|
|
147
|
-
},
|
|
148
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
149
|
-
});
|
|
150
|
-
export const BqBadge = typeof window !== 'undefined'
|
|
151
|
-
? /*@__PURE__*/ createComponent({
|
|
152
|
-
tagName: 'bq-badge',
|
|
153
|
-
elementClass: BqBadgeElement,
|
|
154
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
155
|
-
react: React,
|
|
156
|
-
events: {},
|
|
157
|
-
defineCustomElement: defineBqBadge
|
|
158
|
-
})
|
|
159
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
160
|
-
tagName: 'bq-badge',
|
|
161
|
-
properties: {
|
|
162
|
-
backgroundColor: 'background-color',
|
|
163
|
-
textColor: 'text-color',
|
|
164
|
-
size: 'size'
|
|
165
|
-
},
|
|
166
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
167
|
-
});
|
|
168
|
-
export const BqBreadcrumb = typeof window !== 'undefined'
|
|
169
|
-
? /*@__PURE__*/ createComponent({
|
|
170
|
-
tagName: 'bq-breadcrumb',
|
|
171
|
-
elementClass: BqBreadcrumbElement,
|
|
172
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
173
|
-
react: React,
|
|
174
|
-
events: {},
|
|
175
|
-
defineCustomElement: defineBqBreadcrumb
|
|
176
|
-
})
|
|
177
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
178
|
-
tagName: 'bq-breadcrumb',
|
|
179
|
-
properties: { label: 'label' },
|
|
180
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
181
|
-
});
|
|
182
|
-
export const BqBreadcrumbItem = typeof window !== 'undefined'
|
|
183
|
-
? /*@__PURE__*/ createComponent({
|
|
184
|
-
tagName: 'bq-breadcrumb-item',
|
|
185
|
-
elementClass: BqBreadcrumbItemElement,
|
|
186
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
187
|
-
react: React,
|
|
188
|
-
events: {
|
|
189
|
-
onBqBlur: 'bqBlur',
|
|
190
|
-
onBqFocus: 'bqFocus',
|
|
191
|
-
onBqClick: 'bqClick'
|
|
192
|
-
},
|
|
193
|
-
defineCustomElement: defineBqBreadcrumbItem
|
|
194
|
-
})
|
|
195
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
196
|
-
tagName: 'bq-breadcrumb-item',
|
|
197
|
-
properties: {
|
|
198
|
-
href: 'href',
|
|
199
|
-
target: 'target',
|
|
200
|
-
rel: 'rel'
|
|
201
|
-
},
|
|
202
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
203
|
-
});
|
|
204
|
-
export const BqButton = typeof window !== 'undefined'
|
|
205
|
-
? /*@__PURE__*/ createComponent({
|
|
206
|
-
tagName: 'bq-button',
|
|
207
|
-
elementClass: BqButtonElement,
|
|
208
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
209
|
-
react: React,
|
|
210
|
-
events: {
|
|
211
|
-
onBqBlur: 'bqBlur',
|
|
212
|
-
onBqFocus: 'bqFocus',
|
|
213
|
-
onBqClick: 'bqClick'
|
|
214
|
-
},
|
|
215
|
-
defineCustomElement: defineBqButton
|
|
216
|
-
})
|
|
217
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
218
|
-
tagName: 'bq-button',
|
|
219
|
-
properties: {
|
|
220
|
-
appearance: 'appearance',
|
|
221
|
-
block: 'block',
|
|
222
|
-
border: 'border',
|
|
223
|
-
disabled: 'disabled',
|
|
224
|
-
download: 'download',
|
|
225
|
-
href: 'href',
|
|
226
|
-
justifyContent: 'justify-content',
|
|
227
|
-
loading: 'loading',
|
|
228
|
-
size: 'size',
|
|
229
|
-
target: 'target',
|
|
230
|
-
type: 'type',
|
|
231
|
-
variant: 'variant'
|
|
232
|
-
},
|
|
233
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
234
|
-
});
|
|
235
|
-
export const BqCard = typeof window !== 'undefined'
|
|
236
|
-
? /*@__PURE__*/ createComponent({
|
|
237
|
-
tagName: 'bq-card',
|
|
238
|
-
elementClass: BqCardElement,
|
|
239
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
240
|
-
react: React,
|
|
241
|
-
events: {},
|
|
242
|
-
defineCustomElement: defineBqCard
|
|
243
|
-
})
|
|
244
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
245
|
-
tagName: 'bq-card',
|
|
246
|
-
properties: {
|
|
247
|
-
type: 'type',
|
|
248
|
-
border: 'border'
|
|
249
|
-
},
|
|
250
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
251
|
-
});
|
|
252
|
-
export const BqCheckbox = typeof window !== 'undefined'
|
|
253
|
-
? /*@__PURE__*/ createComponent({
|
|
254
|
-
tagName: 'bq-checkbox',
|
|
255
|
-
elementClass: BqCheckboxElement,
|
|
256
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
257
|
-
react: React,
|
|
258
|
-
events: {
|
|
259
|
-
onBqChange: 'bqChange',
|
|
260
|
-
onBqFocus: 'bqFocus',
|
|
261
|
-
onBqBlur: 'bqBlur'
|
|
262
|
-
},
|
|
263
|
-
defineCustomElement: defineBqCheckbox
|
|
264
|
-
})
|
|
265
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
266
|
-
tagName: 'bq-checkbox',
|
|
267
|
-
properties: {
|
|
268
|
-
backgroundOnHover: 'background-on-hover',
|
|
269
|
-
formId: 'form-id',
|
|
270
|
-
formValidationMessage: 'form-validation-message',
|
|
271
|
-
checked: 'checked',
|
|
272
|
-
disabled: 'disabled',
|
|
273
|
-
indeterminate: 'indeterminate',
|
|
274
|
-
name: 'name',
|
|
275
|
-
required: 'required',
|
|
276
|
-
value: 'value'
|
|
277
|
-
},
|
|
278
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
279
|
-
});
|
|
280
|
-
export const BqDatePicker = typeof window !== 'undefined'
|
|
281
|
-
? /*@__PURE__*/ createComponent({
|
|
282
|
-
tagName: 'bq-date-picker',
|
|
283
|
-
elementClass: BqDatePickerElement,
|
|
284
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
285
|
-
react: React,
|
|
286
|
-
events: {
|
|
287
|
-
onBqBlur: 'bqBlur',
|
|
288
|
-
onBqChange: 'bqChange',
|
|
289
|
-
onBqClear: 'bqClear',
|
|
290
|
-
onBqFocus: 'bqFocus'
|
|
291
|
-
},
|
|
292
|
-
defineCustomElement: defineBqDatePicker
|
|
293
|
-
})
|
|
294
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
295
|
-
tagName: 'bq-date-picker',
|
|
296
|
-
properties: {
|
|
297
|
-
autofocus: 'autofocus',
|
|
298
|
-
clearButtonLabel: 'clear-button-label',
|
|
299
|
-
disableClear: 'disable-clear',
|
|
300
|
-
disabled: 'disabled',
|
|
301
|
-
distance: 'distance',
|
|
302
|
-
firstDayOfWeek: 'first-day-of-week',
|
|
303
|
-
form: 'form',
|
|
304
|
-
formValidationMessage: 'form-validation-message',
|
|
305
|
-
locale: 'locale',
|
|
306
|
-
max: 'max',
|
|
307
|
-
min: 'min',
|
|
308
|
-
months: 'months',
|
|
309
|
-
monthsPerView: 'months-per-view',
|
|
310
|
-
name: 'name',
|
|
311
|
-
open: 'open',
|
|
312
|
-
panelHeight: 'panel-height',
|
|
313
|
-
placeholder: 'placeholder',
|
|
314
|
-
placement: 'placement',
|
|
315
|
-
required: 'required',
|
|
316
|
-
skidding: 'skidding',
|
|
317
|
-
showOutsideDays: 'show-outside-days',
|
|
318
|
-
strategy: 'strategy',
|
|
319
|
-
tentative: 'tentative',
|
|
320
|
-
type: 'type',
|
|
321
|
-
validationStatus: 'validation-status',
|
|
322
|
-
value: 'value'
|
|
323
|
-
},
|
|
324
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
325
|
-
});
|
|
326
|
-
export const BqDialog = typeof window !== 'undefined'
|
|
327
|
-
? /*@__PURE__*/ createComponent({
|
|
328
|
-
tagName: 'bq-dialog',
|
|
329
|
-
elementClass: BqDialogElement,
|
|
330
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
331
|
-
react: React,
|
|
332
|
-
events: {
|
|
333
|
-
onBqCancel: 'bqCancel',
|
|
334
|
-
onBqClose: 'bqClose',
|
|
335
|
-
onBqOpen: 'bqOpen',
|
|
336
|
-
onBqAfterOpen: 'bqAfterOpen',
|
|
337
|
-
onBqAfterClose: 'bqAfterClose'
|
|
338
|
-
},
|
|
339
|
-
defineCustomElement: defineBqDialog
|
|
340
|
-
})
|
|
341
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
342
|
-
tagName: 'bq-dialog',
|
|
343
|
-
properties: {
|
|
344
|
-
border: 'border',
|
|
345
|
-
disableBackdrop: 'disable-backdrop',
|
|
346
|
-
disableCloseEscKeydown: 'disable-close-esc-keydown',
|
|
347
|
-
disableCloseClickOutside: 'disable-close-click-outside',
|
|
348
|
-
footerAppearance: 'footer-appearance',
|
|
349
|
-
hideCloseButton: 'hide-close-button',
|
|
350
|
-
open: 'open',
|
|
351
|
-
size: 'size'
|
|
352
|
-
},
|
|
353
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
354
|
-
});
|
|
355
|
-
export const BqDivider = typeof window !== 'undefined'
|
|
356
|
-
? /*@__PURE__*/ createComponent({
|
|
357
|
-
tagName: 'bq-divider',
|
|
358
|
-
elementClass: BqDividerElement,
|
|
359
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
360
|
-
react: React,
|
|
361
|
-
events: {},
|
|
362
|
-
defineCustomElement: defineBqDivider
|
|
363
|
-
})
|
|
364
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
365
|
-
tagName: 'bq-divider',
|
|
366
|
-
properties: {
|
|
367
|
-
dashed: 'dashed',
|
|
368
|
-
orientation: 'orientation',
|
|
369
|
-
strokeColor: 'stroke-color',
|
|
370
|
-
titleAlignment: 'title-alignment',
|
|
371
|
-
strokeDashWidth: 'stroke-dash-width',
|
|
372
|
-
strokeDashGap: 'stroke-dash-gap',
|
|
373
|
-
strokeThickness: 'stroke-thickness',
|
|
374
|
-
strokeBasis: 'stroke-basis',
|
|
375
|
-
strokeLinecap: 'stroke-linecap'
|
|
376
|
-
},
|
|
377
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
378
|
-
});
|
|
379
|
-
export const BqDrawer = typeof window !== 'undefined'
|
|
380
|
-
? /*@__PURE__*/ createComponent({
|
|
381
|
-
tagName: 'bq-drawer',
|
|
382
|
-
elementClass: BqDrawerElement,
|
|
383
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
384
|
-
react: React,
|
|
385
|
-
events: {
|
|
386
|
-
onBqClose: 'bqClose',
|
|
387
|
-
onBqOpen: 'bqOpen',
|
|
388
|
-
onBqAfterOpen: 'bqAfterOpen',
|
|
389
|
-
onBqAfterClose: 'bqAfterClose'
|
|
390
|
-
},
|
|
391
|
-
defineCustomElement: defineBqDrawer
|
|
392
|
-
})
|
|
393
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
394
|
-
tagName: 'bq-drawer',
|
|
395
|
-
properties: {
|
|
396
|
-
enableBackdrop: 'enable-backdrop',
|
|
397
|
-
closeOnClickOutside: 'close-on-click-outside',
|
|
398
|
-
closeOnEsc: 'close-on-esc',
|
|
399
|
-
open: 'open',
|
|
400
|
-
placement: 'placement',
|
|
401
|
-
position: 'position'
|
|
402
|
-
},
|
|
403
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
404
|
-
});
|
|
405
|
-
export const BqDropdown = typeof window !== 'undefined'
|
|
406
|
-
? /*@__PURE__*/ createComponent({
|
|
407
|
-
tagName: 'bq-dropdown',
|
|
408
|
-
elementClass: BqDropdownElement,
|
|
409
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
410
|
-
react: React,
|
|
411
|
-
events: { onBqOpen: 'bqOpen' },
|
|
412
|
-
defineCustomElement: defineBqDropdown
|
|
413
|
-
})
|
|
414
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
415
|
-
tagName: 'bq-dropdown',
|
|
416
|
-
properties: {
|
|
417
|
-
disabled: 'disabled',
|
|
418
|
-
distance: 'distance',
|
|
419
|
-
keepOpenOnSelect: 'keep-open-on-select',
|
|
420
|
-
placement: 'placement',
|
|
421
|
-
open: 'open',
|
|
422
|
-
panelHeight: 'panel-height',
|
|
423
|
-
sameWidth: 'same-width',
|
|
424
|
-
skidding: 'skidding',
|
|
425
|
-
strategy: 'strategy'
|
|
426
|
-
},
|
|
427
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
428
|
-
});
|
|
429
|
-
export const BqEmptyState = typeof window !== 'undefined'
|
|
430
|
-
? /*@__PURE__*/ createComponent({
|
|
431
|
-
tagName: 'bq-empty-state',
|
|
432
|
-
elementClass: BqEmptyStateElement,
|
|
433
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
434
|
-
react: React,
|
|
435
|
-
events: {},
|
|
436
|
-
defineCustomElement: defineBqEmptyState
|
|
437
|
-
})
|
|
438
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
439
|
-
tagName: 'bq-empty-state',
|
|
440
|
-
properties: { size: 'size' },
|
|
441
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
442
|
-
});
|
|
443
|
-
export const BqIcon = typeof window !== 'undefined'
|
|
444
|
-
? /*@__PURE__*/ createComponent({
|
|
445
|
-
tagName: 'bq-icon',
|
|
446
|
-
elementClass: BqIconElement,
|
|
447
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
448
|
-
react: React,
|
|
449
|
-
events: { onSvgLoaded: 'svgLoaded' },
|
|
450
|
-
defineCustomElement: defineBqIcon
|
|
451
|
-
})
|
|
452
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
453
|
-
tagName: 'bq-icon',
|
|
454
|
-
properties: {
|
|
455
|
-
label: 'label',
|
|
456
|
-
color: 'color',
|
|
457
|
-
name: 'name',
|
|
458
|
-
size: 'size',
|
|
459
|
-
src: 'src',
|
|
460
|
-
weight: 'weight'
|
|
461
|
-
},
|
|
462
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
463
|
-
});
|
|
464
|
-
export const BqInput = typeof window !== 'undefined'
|
|
465
|
-
? /*@__PURE__*/ createComponent({
|
|
466
|
-
tagName: 'bq-input',
|
|
467
|
-
elementClass: BqInputElement,
|
|
468
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
469
|
-
react: React,
|
|
470
|
-
events: {
|
|
471
|
-
onBqBlur: 'bqBlur',
|
|
472
|
-
onBqChange: 'bqChange',
|
|
473
|
-
onBqClear: 'bqClear',
|
|
474
|
-
onBqFocus: 'bqFocus',
|
|
475
|
-
onBqInput: 'bqInput'
|
|
476
|
-
},
|
|
477
|
-
defineCustomElement: defineBqInput
|
|
478
|
-
})
|
|
479
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
480
|
-
tagName: 'bq-input',
|
|
481
|
-
properties: {
|
|
482
|
-
autocapitalize: 'autocapitalize',
|
|
483
|
-
autocomplete: 'autocomplete',
|
|
484
|
-
autocorrect: 'autocorrect',
|
|
485
|
-
autofocus: 'autofocus',
|
|
486
|
-
clearButtonLabel: 'clear-button-label',
|
|
487
|
-
debounceTime: 'debounce-time',
|
|
488
|
-
disabled: 'disabled',
|
|
489
|
-
disableClear: 'disable-clear',
|
|
490
|
-
form: 'form',
|
|
491
|
-
formValidationMessage: 'form-validation-message',
|
|
492
|
-
inputmode: 'inputmode',
|
|
493
|
-
max: 'max',
|
|
494
|
-
maxlength: 'maxlength',
|
|
495
|
-
min: 'min',
|
|
496
|
-
minlength: 'minlength',
|
|
497
|
-
name: 'name',
|
|
498
|
-
pattern: 'pattern',
|
|
499
|
-
placeholder: 'placeholder',
|
|
500
|
-
readonly: 'readonly',
|
|
501
|
-
required: 'required',
|
|
502
|
-
step: 'step',
|
|
503
|
-
type: 'type',
|
|
504
|
-
validationStatus: 'validation-status',
|
|
505
|
-
value: 'value'
|
|
506
|
-
},
|
|
507
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
508
|
-
});
|
|
509
|
-
export const BqNotification = typeof window !== 'undefined'
|
|
510
|
-
? /*@__PURE__*/ createComponent({
|
|
511
|
-
tagName: 'bq-notification',
|
|
512
|
-
elementClass: BqNotificationElement,
|
|
513
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
514
|
-
react: React,
|
|
515
|
-
events: {
|
|
516
|
-
onBqHide: 'bqHide',
|
|
517
|
-
onBqShow: 'bqShow',
|
|
518
|
-
onBqAfterOpen: 'bqAfterOpen',
|
|
519
|
-
onBqAfterClose: 'bqAfterClose'
|
|
520
|
-
},
|
|
521
|
-
defineCustomElement: defineBqNotification
|
|
522
|
-
})
|
|
523
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
524
|
-
tagName: 'bq-notification',
|
|
525
|
-
properties: {
|
|
526
|
-
autoDismiss: 'auto-dismiss',
|
|
527
|
-
border: 'border',
|
|
528
|
-
disableClose: 'disable-close',
|
|
529
|
-
hideIcon: 'hide-icon',
|
|
530
|
-
open: 'open',
|
|
531
|
-
time: 'time',
|
|
532
|
-
type: 'type'
|
|
533
|
-
},
|
|
534
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
535
|
-
});
|
|
536
|
-
export const BqOption = typeof window !== 'undefined'
|
|
537
|
-
? /*@__PURE__*/ createComponent({
|
|
538
|
-
tagName: 'bq-option',
|
|
539
|
-
elementClass: BqOptionElement,
|
|
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
|
-
onBqBlur: 'bqBlur',
|
|
544
|
-
onBqFocus: 'bqFocus',
|
|
545
|
-
onBqClick: 'bqClick',
|
|
546
|
-
onBqEnter: 'bqEnter'
|
|
547
|
-
},
|
|
548
|
-
defineCustomElement: defineBqOption
|
|
549
|
-
})
|
|
550
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
551
|
-
tagName: 'bq-option',
|
|
552
|
-
properties: {
|
|
553
|
-
hidden: 'hidden',
|
|
554
|
-
disabled: 'disabled',
|
|
555
|
-
value: 'value',
|
|
556
|
-
selected: 'selected'
|
|
557
|
-
},
|
|
558
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
559
|
-
});
|
|
560
|
-
export const BqOptionGroup = typeof window !== 'undefined'
|
|
561
|
-
? /*@__PURE__*/ createComponent({
|
|
562
|
-
tagName: 'bq-option-group',
|
|
563
|
-
elementClass: BqOptionGroupElement,
|
|
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
|
-
defineCustomElement: defineBqOptionGroup
|
|
568
|
-
})
|
|
569
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
570
|
-
tagName: 'bq-option-group',
|
|
571
|
-
properties: {},
|
|
572
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
573
|
-
});
|
|
574
|
-
export const BqOptionList = typeof window !== 'undefined'
|
|
575
|
-
? /*@__PURE__*/ createComponent({
|
|
576
|
-
tagName: 'bq-option-list',
|
|
577
|
-
elementClass: BqOptionListElement,
|
|
578
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
579
|
-
react: React,
|
|
580
|
-
events: { onBqSelect: 'bqSelect' },
|
|
581
|
-
defineCustomElement: defineBqOptionList
|
|
582
|
-
})
|
|
583
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
584
|
-
tagName: 'bq-option-list',
|
|
585
|
-
properties: { ariaLabel: 'aria-label' },
|
|
586
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
587
|
-
});
|
|
588
|
-
export const BqPageTitle = typeof window !== 'undefined'
|
|
589
|
-
? /*@__PURE__*/ createComponent({
|
|
590
|
-
tagName: 'bq-page-title',
|
|
591
|
-
elementClass: BqPageTitleElement,
|
|
592
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
593
|
-
react: React,
|
|
594
|
-
events: {},
|
|
595
|
-
defineCustomElement: defineBqPageTitle
|
|
596
|
-
})
|
|
597
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
598
|
-
tagName: 'bq-page-title',
|
|
599
|
-
properties: {},
|
|
600
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
601
|
-
});
|
|
602
|
-
export const BqPanel = typeof window !== 'undefined'
|
|
603
|
-
? /*@__PURE__*/ createComponent({
|
|
604
|
-
tagName: 'bq-panel',
|
|
605
|
-
elementClass: BqPanelElement,
|
|
606
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
607
|
-
react: React,
|
|
608
|
-
events: {},
|
|
609
|
-
defineCustomElement: defineBqPanel
|
|
610
|
-
})
|
|
611
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
612
|
-
tagName: 'bq-panel',
|
|
613
|
-
properties: {
|
|
614
|
-
distance: 'distance',
|
|
615
|
-
placement: 'placement',
|
|
616
|
-
open: 'open',
|
|
617
|
-
sameWidth: 'same-width',
|
|
618
|
-
skidding: 'skidding',
|
|
619
|
-
strategy: 'strategy'
|
|
620
|
-
},
|
|
621
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
622
|
-
});
|
|
623
|
-
export const BqProgress = typeof window !== 'undefined'
|
|
624
|
-
? /*@__PURE__*/ createComponent({
|
|
625
|
-
tagName: 'bq-progress',
|
|
626
|
-
elementClass: BqProgressElement,
|
|
627
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
628
|
-
react: React,
|
|
629
|
-
events: {},
|
|
630
|
-
defineCustomElement: defineBqProgress
|
|
631
|
-
})
|
|
632
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
633
|
-
tagName: 'bq-progress',
|
|
634
|
-
properties: {
|
|
635
|
-
borderShape: 'border-shape',
|
|
636
|
-
enableTooltip: 'enable-tooltip',
|
|
637
|
-
indeterminate: 'indeterminate',
|
|
638
|
-
label: 'label',
|
|
639
|
-
thickness: 'thickness',
|
|
640
|
-
type: 'type',
|
|
641
|
-
value: 'value'
|
|
642
|
-
},
|
|
643
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
644
|
-
});
|
|
645
|
-
export const BqRadio = typeof window !== 'undefined'
|
|
646
|
-
? /*@__PURE__*/ createComponent({
|
|
647
|
-
tagName: 'bq-radio',
|
|
648
|
-
elementClass: BqRadioElement,
|
|
649
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
650
|
-
react: React,
|
|
651
|
-
events: {
|
|
652
|
-
onBqClick: 'bqClick',
|
|
653
|
-
onBqFocus: 'bqFocus',
|
|
654
|
-
onBqBlur: 'bqBlur',
|
|
655
|
-
onBqKeyDown: 'bqKeyDown'
|
|
656
|
-
},
|
|
657
|
-
defineCustomElement: defineBqRadio
|
|
658
|
-
})
|
|
659
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
660
|
-
tagName: 'bq-radio',
|
|
661
|
-
properties: {
|
|
662
|
-
checked: 'checked',
|
|
663
|
-
disabled: 'disabled',
|
|
664
|
-
backgroundOnHover: 'background-on-hover',
|
|
665
|
-
formId: 'form-id',
|
|
666
|
-
name: 'name',
|
|
667
|
-
required: 'required',
|
|
668
|
-
value: 'value'
|
|
669
|
-
},
|
|
670
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
671
|
-
});
|
|
672
|
-
export const BqRadioGroup = typeof window !== 'undefined'
|
|
673
|
-
? /*@__PURE__*/ createComponent({
|
|
674
|
-
tagName: 'bq-radio-group',
|
|
675
|
-
elementClass: BqRadioGroupElement,
|
|
676
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
677
|
-
react: React,
|
|
678
|
-
events: { onBqChange: 'bqChange' },
|
|
679
|
-
defineCustomElement: defineBqRadioGroup
|
|
680
|
-
})
|
|
681
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
682
|
-
tagName: 'bq-radio-group',
|
|
683
|
-
properties: {
|
|
684
|
-
backgroundOnHover: 'background-on-hover',
|
|
685
|
-
debounceTime: 'debounce-time',
|
|
686
|
-
disabled: 'disabled',
|
|
687
|
-
fieldset: 'fieldset',
|
|
688
|
-
name: 'name',
|
|
689
|
-
orientation: 'orientation',
|
|
690
|
-
required: 'required',
|
|
691
|
-
requiredValidationMessage: 'required-validation-message',
|
|
692
|
-
value: 'value'
|
|
693
|
-
},
|
|
694
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
695
|
-
});
|
|
696
|
-
export const BqSelect = typeof window !== 'undefined'
|
|
697
|
-
? /*@__PURE__*/ createComponent({
|
|
698
|
-
tagName: 'bq-select',
|
|
699
|
-
elementClass: BqSelectElement,
|
|
700
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
701
|
-
react: React,
|
|
702
|
-
events: {
|
|
703
|
-
onBqBlur: 'bqBlur',
|
|
704
|
-
onBqClear: 'bqClear',
|
|
705
|
-
onBqFocus: 'bqFocus',
|
|
706
|
-
onBqSelect: 'bqSelect'
|
|
707
|
-
},
|
|
708
|
-
defineCustomElement: defineBqSelect
|
|
709
|
-
})
|
|
710
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
711
|
-
tagName: 'bq-select',
|
|
712
|
-
properties: {
|
|
713
|
-
autofocus: 'autofocus',
|
|
714
|
-
clearButtonLabel: 'clear-button-label',
|
|
715
|
-
debounceTime: 'debounce-time',
|
|
716
|
-
disabled: 'disabled',
|
|
717
|
-
disableClear: 'disable-clear',
|
|
718
|
-
distance: 'distance',
|
|
719
|
-
form: 'form',
|
|
720
|
-
keepOpenOnSelect: 'keep-open-on-select',
|
|
721
|
-
name: 'name',
|
|
722
|
-
maxTagsVisible: 'max-tags-visible',
|
|
723
|
-
multiple: 'multiple',
|
|
724
|
-
open: 'open',
|
|
725
|
-
panelHeight: 'panel-height',
|
|
726
|
-
placeholder: 'placeholder',
|
|
727
|
-
placement: 'placement',
|
|
728
|
-
readonly: 'readonly',
|
|
729
|
-
required: 'required',
|
|
730
|
-
sameWidth: 'same-width',
|
|
731
|
-
skidding: 'skidding',
|
|
732
|
-
strategy: 'strategy',
|
|
733
|
-
validationStatus: 'validation-status',
|
|
734
|
-
value: 'value'
|
|
735
|
-
},
|
|
736
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
737
|
-
});
|
|
738
|
-
export const BqSideMenu = typeof window !== 'undefined'
|
|
739
|
-
? /*@__PURE__*/ createComponent({
|
|
740
|
-
tagName: 'bq-side-menu',
|
|
741
|
-
elementClass: BqSideMenuElement,
|
|
742
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
743
|
-
react: React,
|
|
744
|
-
events: {
|
|
745
|
-
onBqCollapse: 'bqCollapse',
|
|
746
|
-
onBqSelect: 'bqSelect'
|
|
747
|
-
},
|
|
748
|
-
defineCustomElement: defineBqSideMenu
|
|
749
|
-
})
|
|
750
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
751
|
-
tagName: 'bq-side-menu',
|
|
752
|
-
properties: {
|
|
753
|
-
appearance: 'appearance',
|
|
754
|
-
collapse: 'collapse',
|
|
755
|
-
size: 'size'
|
|
756
|
-
},
|
|
757
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
758
|
-
});
|
|
759
|
-
export const BqSideMenuItem = typeof window !== 'undefined'
|
|
760
|
-
? /*@__PURE__*/ createComponent({
|
|
761
|
-
tagName: 'bq-side-menu-item',
|
|
762
|
-
elementClass: BqSideMenuItemElement,
|
|
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
|
-
onBqBlur: 'bqBlur',
|
|
767
|
-
onBqFocus: 'bqFocus',
|
|
768
|
-
onBqClick: 'bqClick'
|
|
769
|
-
},
|
|
770
|
-
defineCustomElement: defineBqSideMenuItem
|
|
771
|
-
})
|
|
772
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
773
|
-
tagName: 'bq-side-menu-item',
|
|
774
|
-
properties: {
|
|
775
|
-
active: 'active',
|
|
776
|
-
collapse: 'collapse',
|
|
777
|
-
disabled: 'disabled'
|
|
778
|
-
},
|
|
779
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
780
|
-
});
|
|
781
|
-
export const BqSlider = typeof window !== 'undefined'
|
|
782
|
-
? /*@__PURE__*/ createComponent({
|
|
783
|
-
tagName: 'bq-slider',
|
|
784
|
-
elementClass: BqSliderElement,
|
|
785
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
786
|
-
react: React,
|
|
787
|
-
events: {
|
|
788
|
-
onBqChange: 'bqChange',
|
|
789
|
-
onBqBlur: 'bqBlur',
|
|
790
|
-
onBqFocus: 'bqFocus'
|
|
791
|
-
},
|
|
792
|
-
defineCustomElement: defineBqSlider
|
|
793
|
-
})
|
|
794
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
795
|
-
tagName: 'bq-slider',
|
|
796
|
-
properties: {
|
|
797
|
-
debounceTime: 'debounce-time',
|
|
798
|
-
disabled: 'disabled',
|
|
799
|
-
enableValueIndicator: 'enable-value-indicator',
|
|
800
|
-
gap: 'gap',
|
|
801
|
-
max: 'max',
|
|
802
|
-
min: 'min',
|
|
803
|
-
name: 'name',
|
|
804
|
-
step: 'step',
|
|
805
|
-
type: 'type',
|
|
806
|
-
value: 'value',
|
|
807
|
-
enableTooltip: 'enable-tooltip',
|
|
808
|
-
tooltipAlwaysVisible: 'tooltip-always-visible'
|
|
809
|
-
},
|
|
810
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
811
|
-
});
|
|
812
|
-
export const BqSpinner = typeof window !== 'undefined'
|
|
813
|
-
? /*@__PURE__*/ createComponent({
|
|
814
|
-
tagName: 'bq-spinner',
|
|
815
|
-
elementClass: BqSpinnerElement,
|
|
816
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
817
|
-
react: React,
|
|
818
|
-
events: {},
|
|
819
|
-
defineCustomElement: defineBqSpinner
|
|
820
|
-
})
|
|
821
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
822
|
-
tagName: 'bq-spinner',
|
|
823
|
-
properties: {
|
|
824
|
-
animation: 'animation',
|
|
825
|
-
textPosition: 'text-position',
|
|
826
|
-
size: 'size'
|
|
827
|
-
},
|
|
828
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
829
|
-
});
|
|
830
|
-
export const BqStatus = typeof window !== 'undefined'
|
|
831
|
-
? /*@__PURE__*/ createComponent({
|
|
832
|
-
tagName: 'bq-status',
|
|
833
|
-
elementClass: BqStatusElement,
|
|
834
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
835
|
-
react: React,
|
|
836
|
-
events: {},
|
|
837
|
-
defineCustomElement: defineBqStatus
|
|
838
|
-
})
|
|
839
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
840
|
-
tagName: 'bq-status',
|
|
841
|
-
properties: { type: 'type' },
|
|
842
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
843
|
-
});
|
|
844
|
-
export const BqStepItem = typeof window !== 'undefined'
|
|
845
|
-
? /*@__PURE__*/ createComponent({
|
|
846
|
-
tagName: 'bq-step-item',
|
|
847
|
-
elementClass: BqStepItemElement,
|
|
848
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
849
|
-
react: React,
|
|
850
|
-
events: { onBqClick: 'bqClick' },
|
|
851
|
-
defineCustomElement: defineBqStepItem
|
|
852
|
-
})
|
|
853
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
854
|
-
tagName: 'bq-step-item',
|
|
855
|
-
properties: {
|
|
856
|
-
size: 'size',
|
|
857
|
-
status: 'status',
|
|
858
|
-
type: 'type'
|
|
859
|
-
},
|
|
860
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
861
|
-
});
|
|
862
|
-
export const BqSteps = typeof window !== 'undefined'
|
|
863
|
-
? /*@__PURE__*/ createComponent({
|
|
864
|
-
tagName: 'bq-steps',
|
|
865
|
-
elementClass: BqStepsElement,
|
|
866
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
867
|
-
react: React,
|
|
868
|
-
events: {},
|
|
869
|
-
defineCustomElement: defineBqSteps
|
|
870
|
-
})
|
|
871
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
872
|
-
tagName: 'bq-steps',
|
|
873
|
-
properties: {
|
|
874
|
-
dividerColor: 'divider-color',
|
|
875
|
-
size: 'size',
|
|
876
|
-
type: 'type'
|
|
877
|
-
},
|
|
878
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
879
|
-
});
|
|
880
|
-
export const BqSwitch = typeof window !== 'undefined'
|
|
881
|
-
? /*@__PURE__*/ createComponent({
|
|
882
|
-
tagName: 'bq-switch',
|
|
883
|
-
elementClass: BqSwitchElement,
|
|
884
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
885
|
-
react: React,
|
|
886
|
-
events: {
|
|
887
|
-
onBqChange: 'bqChange',
|
|
888
|
-
onBqFocus: 'bqFocus',
|
|
889
|
-
onBqBlur: 'bqBlur'
|
|
890
|
-
},
|
|
891
|
-
defineCustomElement: defineBqSwitch
|
|
892
|
-
})
|
|
893
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
894
|
-
tagName: 'bq-switch',
|
|
895
|
-
properties: {
|
|
896
|
-
backgroundOnHover: 'background-on-hover',
|
|
897
|
-
checked: 'checked',
|
|
898
|
-
disabled: 'disabled',
|
|
899
|
-
formValidationMessage: 'form-validation-message',
|
|
900
|
-
fullWidth: 'full-width',
|
|
901
|
-
innerLabel: 'inner-label',
|
|
902
|
-
justifyContent: 'justify-content',
|
|
903
|
-
name: 'name',
|
|
904
|
-
required: 'required',
|
|
905
|
-
reverseOrder: 'reverse-order',
|
|
906
|
-
value: 'value'
|
|
907
|
-
},
|
|
908
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
909
|
-
});
|
|
910
|
-
export const BqTab = typeof window !== 'undefined'
|
|
911
|
-
? /*@__PURE__*/ createComponent({
|
|
912
|
-
tagName: 'bq-tab',
|
|
913
|
-
elementClass: BqTabElement,
|
|
914
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
915
|
-
react: React,
|
|
916
|
-
events: {
|
|
917
|
-
onBqClick: 'bqClick',
|
|
918
|
-
onBqFocus: 'bqFocus',
|
|
919
|
-
onBqBlur: 'bqBlur',
|
|
920
|
-
onBqKeyDown: 'bqKeyDown'
|
|
921
|
-
},
|
|
922
|
-
defineCustomElement: defineBqTab
|
|
923
|
-
})
|
|
924
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
925
|
-
tagName: 'bq-tab',
|
|
926
|
-
properties: {
|
|
927
|
-
active: 'active',
|
|
928
|
-
controls: 'controls',
|
|
929
|
-
disabled: 'disabled',
|
|
930
|
-
orientation: 'orientation',
|
|
931
|
-
placement: 'placement',
|
|
932
|
-
size: 'size',
|
|
933
|
-
tabId: 'tab-id'
|
|
934
|
-
},
|
|
935
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
936
|
-
});
|
|
937
|
-
export const BqTabGroup = typeof window !== 'undefined'
|
|
938
|
-
? /*@__PURE__*/ createComponent({
|
|
939
|
-
tagName: 'bq-tab-group',
|
|
940
|
-
elementClass: BqTabGroupElement,
|
|
941
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
942
|
-
react: React,
|
|
943
|
-
events: { onBqChange: 'bqChange' },
|
|
944
|
-
defineCustomElement: defineBqTabGroup
|
|
945
|
-
})
|
|
946
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
947
|
-
tagName: 'bq-tab-group',
|
|
948
|
-
properties: {
|
|
949
|
-
debounceTime: 'debounce-time',
|
|
950
|
-
disableDivider: 'disable-divider',
|
|
951
|
-
orientation: 'orientation',
|
|
952
|
-
placement: 'placement',
|
|
953
|
-
size: 'size',
|
|
954
|
-
value: 'value'
|
|
955
|
-
},
|
|
956
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
957
|
-
});
|
|
958
|
-
export const BqTag = typeof window !== 'undefined'
|
|
959
|
-
? /*@__PURE__*/ createComponent({
|
|
960
|
-
tagName: 'bq-tag',
|
|
961
|
-
elementClass: BqTagElement,
|
|
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
|
-
onBqClose: 'bqClose',
|
|
966
|
-
onBqOpen: 'bqOpen',
|
|
967
|
-
onBqBlur: 'bqBlur',
|
|
968
|
-
onBqClick: 'bqClick',
|
|
969
|
-
onBqFocus: 'bqFocus'
|
|
970
|
-
},
|
|
971
|
-
defineCustomElement: defineBqTag
|
|
972
|
-
})
|
|
973
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
974
|
-
tagName: 'bq-tag',
|
|
975
|
-
properties: {
|
|
976
|
-
border: 'border',
|
|
977
|
-
clickable: 'clickable',
|
|
978
|
-
color: 'color',
|
|
979
|
-
disabled: 'disabled',
|
|
980
|
-
hidden: 'hidden',
|
|
981
|
-
removable: 'removable',
|
|
982
|
-
selected: 'selected',
|
|
983
|
-
size: 'size',
|
|
984
|
-
variant: 'variant'
|
|
985
|
-
},
|
|
986
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
987
|
-
});
|
|
988
|
-
export const BqTextarea = typeof window !== 'undefined'
|
|
989
|
-
? /*@__PURE__*/ createComponent({
|
|
990
|
-
tagName: 'bq-textarea',
|
|
991
|
-
elementClass: BqTextareaElement,
|
|
992
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
993
|
-
react: React,
|
|
994
|
-
events: {
|
|
995
|
-
onBqBlur: 'bqBlur',
|
|
996
|
-
onBqChange: 'bqChange',
|
|
997
|
-
onBqClear: 'bqClear',
|
|
998
|
-
onBqFocus: 'bqFocus',
|
|
999
|
-
onBqInput: 'bqInput'
|
|
1000
|
-
},
|
|
1001
|
-
defineCustomElement: defineBqTextarea
|
|
1002
|
-
})
|
|
1003
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
1004
|
-
tagName: 'bq-textarea',
|
|
1005
|
-
properties: {
|
|
1006
|
-
autocapitalize: 'autocapitalize',
|
|
1007
|
-
autocomplete: 'autocomplete',
|
|
1008
|
-
autocorrect: 'autocorrect',
|
|
1009
|
-
autofocus: 'autofocus',
|
|
1010
|
-
autoGrow: 'auto-grow',
|
|
1011
|
-
debounceTime: 'debounce-time',
|
|
1012
|
-
disabled: 'disabled',
|
|
1013
|
-
disableResize: 'disable-resize',
|
|
1014
|
-
form: 'form',
|
|
1015
|
-
formValidationMessage: 'form-validation-message',
|
|
1016
|
-
maxlength: 'maxlength',
|
|
1017
|
-
name: 'name',
|
|
1018
|
-
placeholder: 'placeholder',
|
|
1019
|
-
readonly: 'readonly',
|
|
1020
|
-
required: 'required',
|
|
1021
|
-
rows: 'rows',
|
|
1022
|
-
spellcheck: 'spellcheck',
|
|
1023
|
-
validationStatus: 'validation-status',
|
|
1024
|
-
value: 'value',
|
|
1025
|
-
wrap: 'wrap'
|
|
1026
|
-
},
|
|
1027
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
1028
|
-
});
|
|
1029
|
-
export const BqToast = typeof window !== 'undefined'
|
|
1030
|
-
? /*@__PURE__*/ createComponent({
|
|
1031
|
-
tagName: 'bq-toast',
|
|
1032
|
-
elementClass: BqToastElement,
|
|
1033
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1034
|
-
react: React,
|
|
1035
|
-
events: {
|
|
1036
|
-
onBqHide: 'bqHide',
|
|
1037
|
-
onBqShow: 'bqShow'
|
|
1038
|
-
},
|
|
1039
|
-
defineCustomElement: defineBqToast
|
|
1040
|
-
})
|
|
1041
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
1042
|
-
tagName: 'bq-toast',
|
|
1043
|
-
properties: {
|
|
1044
|
-
border: 'border',
|
|
1045
|
-
type: 'type',
|
|
1046
|
-
placement: 'placement',
|
|
1047
|
-
hideIcon: 'hide-icon',
|
|
1048
|
-
open: 'open',
|
|
1049
|
-
time: 'time'
|
|
1050
|
-
},
|
|
1051
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
1052
|
-
});
|
|
1053
|
-
export const BqTooltip = typeof window !== 'undefined'
|
|
1054
|
-
? /*@__PURE__*/ createComponent({
|
|
1055
|
-
tagName: 'bq-tooltip',
|
|
1056
|
-
elementClass: BqTooltipElement,
|
|
1057
|
-
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
1058
|
-
react: React,
|
|
1059
|
-
events: {},
|
|
1060
|
-
defineCustomElement: defineBqTooltip
|
|
1061
|
-
})
|
|
1062
|
-
: /*@__PURE__*/ createSSRComponent({
|
|
1063
|
-
tagName: 'bq-tooltip',
|
|
1064
|
-
properties: {
|
|
1065
|
-
alwaysVisible: 'always-visible',
|
|
1066
|
-
distance: 'distance',
|
|
1067
|
-
hideArrow: 'hide-arrow',
|
|
1068
|
-
placement: 'placement',
|
|
1069
|
-
sameWidth: 'same-width',
|
|
1070
|
-
displayOn: 'display-on',
|
|
1071
|
-
visible: 'visible'
|
|
1072
|
-
},
|
|
1073
|
-
hydrateModule: import('@beeq/core/dist/hydrate')
|
|
1074
|
-
});
|
|
1075
|
-
//# sourceMappingURL=components.server.js.map
|