@beeq/vue 1.8.0-beta.1 → 1.8.0-beta.11
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/README.md +69 -21
- package/package.json +3 -2
- package/src/components.d.ts +43 -43
- package/src/components.js +675 -127
- package/src/components.js.map +1 -1
- package/src/index.js +0 -1
- package/src/index.js.map +1 -1
- package/src/vue-component-lib/utils.d.ts +0 -16
- package/src/vue-component-lib/utils.js +0 -198
- package/src/vue-component-lib/utils.js.map +0 -1
package/src/components.js
CHANGED
|
@@ -1,50 +1,10 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated vue proxies */
|
|
4
|
-
import { defineContainer } from '
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import { defineCustomElement as defineBqAvatar } from '@beeq/core/dist/components/bq-avatar.js';
|
|
9
|
-
import { defineCustomElement as defineBqBadge } from '@beeq/core/dist/components/bq-badge.js';
|
|
10
|
-
import { defineCustomElement as defineBqBreadcrumb } from '@beeq/core/dist/components/bq-breadcrumb.js';
|
|
11
|
-
import { defineCustomElement as defineBqBreadcrumbItem } from '@beeq/core/dist/components/bq-breadcrumb-item.js';
|
|
12
|
-
import { defineCustomElement as defineBqButton } from '@beeq/core/dist/components/bq-button.js';
|
|
13
|
-
import { defineCustomElement as defineBqCard } from '@beeq/core/dist/components/bq-card.js';
|
|
14
|
-
import { defineCustomElement as defineBqCheckbox } from '@beeq/core/dist/components/bq-checkbox.js';
|
|
15
|
-
import { defineCustomElement as defineBqDatePicker } from '@beeq/core/dist/components/bq-date-picker.js';
|
|
16
|
-
import { defineCustomElement as defineBqDialog } from '@beeq/core/dist/components/bq-dialog.js';
|
|
17
|
-
import { defineCustomElement as defineBqDivider } from '@beeq/core/dist/components/bq-divider.js';
|
|
18
|
-
import { defineCustomElement as defineBqDrawer } from '@beeq/core/dist/components/bq-drawer.js';
|
|
19
|
-
import { defineCustomElement as defineBqDropdown } from '@beeq/core/dist/components/bq-dropdown.js';
|
|
20
|
-
import { defineCustomElement as defineBqEmptyState } from '@beeq/core/dist/components/bq-empty-state.js';
|
|
21
|
-
import { defineCustomElement as defineBqIcon } from '@beeq/core/dist/components/bq-icon.js';
|
|
22
|
-
import { defineCustomElement as defineBqInput } from '@beeq/core/dist/components/bq-input.js';
|
|
23
|
-
import { defineCustomElement as defineBqNotification } from '@beeq/core/dist/components/bq-notification.js';
|
|
24
|
-
import { defineCustomElement as defineBqOption } from '@beeq/core/dist/components/bq-option.js';
|
|
25
|
-
import { defineCustomElement as defineBqOptionGroup } from '@beeq/core/dist/components/bq-option-group.js';
|
|
26
|
-
import { defineCustomElement as defineBqOptionList } from '@beeq/core/dist/components/bq-option-list.js';
|
|
27
|
-
import { defineCustomElement as defineBqPageTitle } from '@beeq/core/dist/components/bq-page-title.js';
|
|
28
|
-
import { defineCustomElement as defineBqPanel } from '@beeq/core/dist/components/bq-panel.js';
|
|
29
|
-
import { defineCustomElement as defineBqProgress } from '@beeq/core/dist/components/bq-progress.js';
|
|
30
|
-
import { defineCustomElement as defineBqRadio } from '@beeq/core/dist/components/bq-radio.js';
|
|
31
|
-
import { defineCustomElement as defineBqRadioGroup } from '@beeq/core/dist/components/bq-radio-group.js';
|
|
32
|
-
import { defineCustomElement as defineBqSelect } from '@beeq/core/dist/components/bq-select.js';
|
|
33
|
-
import { defineCustomElement as defineBqSideMenu } from '@beeq/core/dist/components/bq-side-menu.js';
|
|
34
|
-
import { defineCustomElement as defineBqSideMenuItem } from '@beeq/core/dist/components/bq-side-menu-item.js';
|
|
35
|
-
import { defineCustomElement as defineBqSlider } from '@beeq/core/dist/components/bq-slider.js';
|
|
36
|
-
import { defineCustomElement as defineBqSpinner } from '@beeq/core/dist/components/bq-spinner.js';
|
|
37
|
-
import { defineCustomElement as defineBqStatus } from '@beeq/core/dist/components/bq-status.js';
|
|
38
|
-
import { defineCustomElement as defineBqStepItem } from '@beeq/core/dist/components/bq-step-item.js';
|
|
39
|
-
import { defineCustomElement as defineBqSteps } from '@beeq/core/dist/components/bq-steps.js';
|
|
40
|
-
import { defineCustomElement as defineBqSwitch } from '@beeq/core/dist/components/bq-switch.js';
|
|
41
|
-
import { defineCustomElement as defineBqTab } from '@beeq/core/dist/components/bq-tab.js';
|
|
42
|
-
import { defineCustomElement as defineBqTabGroup } from '@beeq/core/dist/components/bq-tab-group.js';
|
|
43
|
-
import { defineCustomElement as defineBqTag } from '@beeq/core/dist/components/bq-tag.js';
|
|
44
|
-
import { defineCustomElement as defineBqTextarea } from '@beeq/core/dist/components/bq-textarea.js';
|
|
45
|
-
import { defineCustomElement as defineBqToast } from '@beeq/core/dist/components/bq-toast.js';
|
|
46
|
-
import { defineCustomElement as defineBqTooltip } from '@beeq/core/dist/components/bq-tooltip.js';
|
|
47
|
-
export const BqAccordion = /*@__PURE__*/ defineContainer('bq-accordion', defineBqAccordion, [
|
|
4
|
+
import { defineContainer, defineStencilSSRComponent } from '@stencil/vue-output-target/runtime';
|
|
5
|
+
import { defineCustomElements } from '@beeq/core/dist/loader';
|
|
6
|
+
defineCustomElements();
|
|
7
|
+
export const BqAccordion = /*@__PURE__*/ globalThis.window ? defineContainer('bq-accordion', undefined, [
|
|
48
8
|
'appearance',
|
|
49
9
|
'disabled',
|
|
50
10
|
'expanded',
|
|
@@ -58,15 +18,43 @@ export const BqAccordion = /*@__PURE__*/ defineContainer('bq-accordion', defineB
|
|
|
58
18
|
'bqClose',
|
|
59
19
|
'bqAfterClose',
|
|
60
20
|
'bqClick'
|
|
61
|
-
])
|
|
62
|
-
|
|
21
|
+
]) : defineStencilSSRComponent({
|
|
22
|
+
tagName: 'bq-accordion',
|
|
23
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
24
|
+
props: {
|
|
25
|
+
'appearance': [String, "appearance"],
|
|
26
|
+
'disabled': [Boolean, "disabled"],
|
|
27
|
+
'expanded': [Boolean, "expanded"],
|
|
28
|
+
'noAnimation': [Boolean, "no-animation"],
|
|
29
|
+
'rotate': [Boolean, "rotate"],
|
|
30
|
+
'size': [String, "size"],
|
|
31
|
+
'onBqBlur': [Function],
|
|
32
|
+
'onBqFocus': [Function],
|
|
33
|
+
'onBqOpen': [Function],
|
|
34
|
+
'onBqAfterOpen': [Function],
|
|
35
|
+
'onBqClose': [Function],
|
|
36
|
+
'onBqAfterClose': [Function],
|
|
37
|
+
'onBqClick': [Function]
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
export const BqAccordionGroup = /*@__PURE__*/ globalThis.window ? defineContainer('bq-accordion-group', undefined, [
|
|
63
41
|
'appearance',
|
|
64
42
|
'expandAll',
|
|
65
43
|
'noAnimation',
|
|
66
44
|
'multiple',
|
|
67
45
|
'size'
|
|
68
|
-
])
|
|
69
|
-
|
|
46
|
+
]) : defineStencilSSRComponent({
|
|
47
|
+
tagName: 'bq-accordion-group',
|
|
48
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
49
|
+
props: {
|
|
50
|
+
'appearance': [String, "appearance"],
|
|
51
|
+
'expandAll': [Boolean, "expand-all"],
|
|
52
|
+
'noAnimation': [Boolean, "no-animation"],
|
|
53
|
+
'multiple': [Boolean, "multiple"],
|
|
54
|
+
'size': [String, "size"]
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
export const BqAlert = /*@__PURE__*/ globalThis.window ? defineContainer('bq-alert', undefined, [
|
|
70
58
|
'autoDismiss',
|
|
71
59
|
'border',
|
|
72
60
|
'disableClose',
|
|
@@ -77,29 +65,74 @@ export const BqAlert = /*@__PURE__*/ defineContainer('bq-alert', defineBqAlert,
|
|
|
77
65
|
'sticky',
|
|
78
66
|
'bqHide',
|
|
79
67
|
'bqShow',
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
])
|
|
83
|
-
|
|
68
|
+
'bqAfterShow',
|
|
69
|
+
'bqAfterHide'
|
|
70
|
+
]) : defineStencilSSRComponent({
|
|
71
|
+
tagName: 'bq-alert',
|
|
72
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
73
|
+
props: {
|
|
74
|
+
'autoDismiss': [Boolean, "auto-dismiss"],
|
|
75
|
+
'border': [String, "border"],
|
|
76
|
+
'disableClose': [Boolean, "disable-close"],
|
|
77
|
+
'hideIcon': [Boolean, "hide-icon"],
|
|
78
|
+
'open': [Boolean, "open"],
|
|
79
|
+
'time': [Number, "time"],
|
|
80
|
+
'type': [String, "type"],
|
|
81
|
+
'sticky': [Boolean, "sticky"],
|
|
82
|
+
'onBqHide': [Function],
|
|
83
|
+
'onBqShow': [Function],
|
|
84
|
+
'onBqAfterShow': [Function],
|
|
85
|
+
'onBqAfterHide': [Function]
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
export const BqAvatar = /*@__PURE__*/ globalThis.window ? defineContainer('bq-avatar', undefined, [
|
|
84
89
|
'altText',
|
|
85
90
|
'image',
|
|
86
91
|
'label',
|
|
87
92
|
'initials',
|
|
88
93
|
'shape',
|
|
89
94
|
'size'
|
|
90
|
-
])
|
|
91
|
-
|
|
95
|
+
]) : defineStencilSSRComponent({
|
|
96
|
+
tagName: 'bq-avatar',
|
|
97
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
98
|
+
props: {
|
|
99
|
+
'altText': [String, "alt-text"],
|
|
100
|
+
'image': [String, "image"],
|
|
101
|
+
'label': [String, "label"],
|
|
102
|
+
'initials': [String, "initials"],
|
|
103
|
+
'shape': [String, "shape"],
|
|
104
|
+
'size': [String, "size"]
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
export const BqBadge = /*@__PURE__*/ globalThis.window ? defineContainer('bq-badge', undefined, [
|
|
92
108
|
'backgroundColor',
|
|
93
109
|
'textColor',
|
|
94
110
|
'size'
|
|
95
|
-
])
|
|
96
|
-
|
|
111
|
+
]) : defineStencilSSRComponent({
|
|
112
|
+
tagName: 'bq-badge',
|
|
113
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
114
|
+
props: {
|
|
115
|
+
'backgroundColor': [String, "background-color"],
|
|
116
|
+
'textColor': [String, "text-color"],
|
|
117
|
+
'size': [String, "size"]
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
export const BqBreadcrumb = /*@__PURE__*/ globalThis.window ? defineContainer('bq-breadcrumb', undefined, [
|
|
97
121
|
'ariaLabel',
|
|
98
122
|
'bqBreadcrumbBlur',
|
|
99
123
|
'bqBreadcrumbFocus',
|
|
100
124
|
'bqBreadcrumbClick'
|
|
101
|
-
])
|
|
102
|
-
|
|
125
|
+
]) : defineStencilSSRComponent({
|
|
126
|
+
tagName: 'bq-breadcrumb',
|
|
127
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
128
|
+
props: {
|
|
129
|
+
'ariaLabel': [String, "aria-label"],
|
|
130
|
+
'onBqBreadcrumbBlur': [Function],
|
|
131
|
+
'onBqBreadcrumbFocus': [Function],
|
|
132
|
+
'onBqBreadcrumbClick': [Function]
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
export const BqBreadcrumbItem = /*@__PURE__*/ globalThis.window ? defineContainer('bq-breadcrumb-item', undefined, [
|
|
103
136
|
'ariaLabel',
|
|
104
137
|
'isLastItem',
|
|
105
138
|
'href',
|
|
@@ -108,8 +141,21 @@ export const BqBreadcrumbItem = /*@__PURE__*/ defineContainer('bq-breadcrumb-ite
|
|
|
108
141
|
'bqBlur',
|
|
109
142
|
'bqFocus',
|
|
110
143
|
'bqClick'
|
|
111
|
-
])
|
|
112
|
-
|
|
144
|
+
]) : defineStencilSSRComponent({
|
|
145
|
+
tagName: 'bq-breadcrumb-item',
|
|
146
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
147
|
+
props: {
|
|
148
|
+
'ariaLabel': [String, "aria-label"],
|
|
149
|
+
'isLastItem': [Boolean, "is-last-item"],
|
|
150
|
+
'href': [String, "href"],
|
|
151
|
+
'target': [String, "target"],
|
|
152
|
+
'rel': [String, "rel"],
|
|
153
|
+
'onBqBlur': [Function],
|
|
154
|
+
'onBqFocus': [Function],
|
|
155
|
+
'onBqClick': [Function]
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
export const BqButton = /*@__PURE__*/ globalThis.window ? defineContainer('bq-button', undefined, [
|
|
113
159
|
'appearance',
|
|
114
160
|
'block',
|
|
115
161
|
'border',
|
|
@@ -125,12 +171,39 @@ export const BqButton = /*@__PURE__*/ defineContainer('bq-button', defineBqButto
|
|
|
125
171
|
'bqBlur',
|
|
126
172
|
'bqFocus',
|
|
127
173
|
'bqClick'
|
|
128
|
-
])
|
|
129
|
-
|
|
174
|
+
]) : defineStencilSSRComponent({
|
|
175
|
+
tagName: 'bq-button',
|
|
176
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
177
|
+
props: {
|
|
178
|
+
'appearance': [String, "appearance"],
|
|
179
|
+
'block': [Boolean, "block"],
|
|
180
|
+
'border': [String, "border"],
|
|
181
|
+
'disabled': [Boolean, "disabled"],
|
|
182
|
+
'download': [String, "download"],
|
|
183
|
+
'href': [String, "href"],
|
|
184
|
+
'justifyContent': [String, "justify-content"],
|
|
185
|
+
'loading': [Boolean, "loading"],
|
|
186
|
+
'size': [String, "size"],
|
|
187
|
+
'target': [String, "target"],
|
|
188
|
+
'type': [String, "type"],
|
|
189
|
+
'variant': [String, "variant"],
|
|
190
|
+
'onBqBlur': [Function],
|
|
191
|
+
'onBqFocus': [Function],
|
|
192
|
+
'onBqClick': [Function]
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
export const BqCard = /*@__PURE__*/ globalThis.window ? defineContainer('bq-card', undefined, [
|
|
130
196
|
'type',
|
|
131
197
|
'border'
|
|
132
|
-
])
|
|
133
|
-
|
|
198
|
+
]) : defineStencilSSRComponent({
|
|
199
|
+
tagName: 'bq-card',
|
|
200
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
201
|
+
props: {
|
|
202
|
+
'type': [String, "type"],
|
|
203
|
+
'border': [String, "border"]
|
|
204
|
+
}
|
|
205
|
+
});
|
|
206
|
+
export const BqCheckbox = /*@__PURE__*/ globalThis.window ? defineContainer('bq-checkbox', undefined, [
|
|
134
207
|
'backgroundOnHover',
|
|
135
208
|
'formId',
|
|
136
209
|
'formValidationMessage',
|
|
@@ -143,8 +216,25 @@ export const BqCheckbox = /*@__PURE__*/ defineContainer('bq-checkbox', defineBqC
|
|
|
143
216
|
'bqChange',
|
|
144
217
|
'bqFocus',
|
|
145
218
|
'bqBlur'
|
|
146
|
-
], 'checked', 'bqChange')
|
|
147
|
-
|
|
219
|
+
], 'checked', 'bqChange') : defineStencilSSRComponent({
|
|
220
|
+
tagName: 'bq-checkbox',
|
|
221
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
222
|
+
props: {
|
|
223
|
+
'backgroundOnHover': [Boolean, "background-on-hover"],
|
|
224
|
+
'formId': [String, "form-id"],
|
|
225
|
+
'formValidationMessage': [String, "form-validation-message"],
|
|
226
|
+
'checked': [Boolean, "checked"],
|
|
227
|
+
'disabled': [Boolean, "disabled"],
|
|
228
|
+
'indeterminate': [Boolean, "indeterminate"],
|
|
229
|
+
'name': [String, "name"],
|
|
230
|
+
'required': [Boolean, "required"],
|
|
231
|
+
'value': [String, "value"],
|
|
232
|
+
'onBqChange': [Function],
|
|
233
|
+
'onBqFocus': [Function],
|
|
234
|
+
'onBqBlur': [Function]
|
|
235
|
+
}
|
|
236
|
+
});
|
|
237
|
+
export const BqDatePicker = /*@__PURE__*/ globalThis.window ? defineContainer('bq-date-picker', undefined, [
|
|
148
238
|
'autofocus',
|
|
149
239
|
'clearButtonLabel',
|
|
150
240
|
'disableClear',
|
|
@@ -176,8 +266,42 @@ export const BqDatePicker = /*@__PURE__*/ defineContainer('bq-date-picker', defi
|
|
|
176
266
|
'bqChange',
|
|
177
267
|
'bqClear',
|
|
178
268
|
'bqFocus'
|
|
179
|
-
], 'value', 'bqChange')
|
|
180
|
-
|
|
269
|
+
], 'value', 'bqChange') : defineStencilSSRComponent({
|
|
270
|
+
tagName: 'bq-date-picker',
|
|
271
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
272
|
+
props: {
|
|
273
|
+
'autofocus': [Boolean, "autofocus"],
|
|
274
|
+
'clearButtonLabel': [String, "clear-button-label"],
|
|
275
|
+
'disableClear': [Boolean, "disable-clear"],
|
|
276
|
+
'disabled': [Boolean, "disabled"],
|
|
277
|
+
'distance': [Number, "distance"],
|
|
278
|
+
'firstDayOfWeek': [Number, "first-day-of-week"],
|
|
279
|
+
'form': [String, "form"],
|
|
280
|
+
'locale': [String, "locale"],
|
|
281
|
+
'max': [String, "max"],
|
|
282
|
+
'min': [String, "min"],
|
|
283
|
+
'months': [Number, "months"],
|
|
284
|
+
'monthsPerView': [String, "months-per-view"],
|
|
285
|
+
'name': [String, "name"],
|
|
286
|
+
'open': [Boolean, "open"],
|
|
287
|
+
'panelHeight': [String, "panel-height"],
|
|
288
|
+
'placeholder': [String, "placeholder"],
|
|
289
|
+
'placement': [String, "placement"],
|
|
290
|
+
'required': [Boolean, "required"],
|
|
291
|
+
'skidding': [Number, "skidding"],
|
|
292
|
+
'showOutsideDays': [Boolean, "show-outside-days"],
|
|
293
|
+
'strategy': [String, "strategy"],
|
|
294
|
+
'tentative': [String, "tentative"],
|
|
295
|
+
'type': [String, "type"],
|
|
296
|
+
'validationStatus': [String, "validation-status"],
|
|
297
|
+
'value': [String, "value"],
|
|
298
|
+
'onBqBlur': [Function],
|
|
299
|
+
'onBqChange': [Function],
|
|
300
|
+
'onBqClear': [Function],
|
|
301
|
+
'onBqFocus': [Function]
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
export const BqDialog = /*@__PURE__*/ globalThis.window ? defineContainer('bq-dialog', undefined, [
|
|
181
305
|
'border',
|
|
182
306
|
'disableBackdrop',
|
|
183
307
|
'disableCloseEscKeydown',
|
|
@@ -191,8 +315,26 @@ export const BqDialog = /*@__PURE__*/ defineContainer('bq-dialog', defineBqDialo
|
|
|
191
315
|
'bqOpen',
|
|
192
316
|
'bqAfterOpen',
|
|
193
317
|
'bqAfterClose'
|
|
194
|
-
])
|
|
195
|
-
|
|
318
|
+
]) : defineStencilSSRComponent({
|
|
319
|
+
tagName: 'bq-dialog',
|
|
320
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
321
|
+
props: {
|
|
322
|
+
'border': [String, "border"],
|
|
323
|
+
'disableBackdrop': [Boolean, "disable-backdrop"],
|
|
324
|
+
'disableCloseEscKeydown': [Boolean, "disable-close-esc-keydown"],
|
|
325
|
+
'disableCloseClickOutside': [Boolean, "disable-close-click-outside"],
|
|
326
|
+
'footerAppearance': [String, "footer-appearance"],
|
|
327
|
+
'hideCloseButton': [Boolean, "hide-close-button"],
|
|
328
|
+
'open': [Boolean, "open"],
|
|
329
|
+
'size': [String, "size"],
|
|
330
|
+
'onBqCancel': [Function],
|
|
331
|
+
'onBqClose': [Function],
|
|
332
|
+
'onBqOpen': [Function],
|
|
333
|
+
'onBqAfterOpen': [Function],
|
|
334
|
+
'onBqAfterClose': [Function]
|
|
335
|
+
}
|
|
336
|
+
});
|
|
337
|
+
export const BqDivider = /*@__PURE__*/ globalThis.window ? defineContainer('bq-divider', undefined, [
|
|
196
338
|
'dashed',
|
|
197
339
|
'orientation',
|
|
198
340
|
'strokeColor',
|
|
@@ -202,8 +344,22 @@ export const BqDivider = /*@__PURE__*/ defineContainer('bq-divider', defineBqDiv
|
|
|
202
344
|
'strokeThickness',
|
|
203
345
|
'strokeBasis',
|
|
204
346
|
'strokeLinecap'
|
|
205
|
-
])
|
|
206
|
-
|
|
347
|
+
]) : defineStencilSSRComponent({
|
|
348
|
+
tagName: 'bq-divider',
|
|
349
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
350
|
+
props: {
|
|
351
|
+
'dashed': [Boolean, "dashed"],
|
|
352
|
+
'orientation': [String, "orientation"],
|
|
353
|
+
'strokeColor': [String, "stroke-color"],
|
|
354
|
+
'titleAlignment': [String, "title-alignment"],
|
|
355
|
+
'strokeDashWidth': [Number, "stroke-dash-width"],
|
|
356
|
+
'strokeDashGap': [Number, "stroke-dash-gap"],
|
|
357
|
+
'strokeThickness': [Number, "stroke-thickness"],
|
|
358
|
+
'strokeBasis': [Number, "stroke-basis"],
|
|
359
|
+
'strokeLinecap': [String, "stroke-linecap"]
|
|
360
|
+
}
|
|
361
|
+
});
|
|
362
|
+
export const BqDrawer = /*@__PURE__*/ globalThis.window ? defineContainer('bq-drawer', undefined, [
|
|
207
363
|
'enableBackdrop',
|
|
208
364
|
'closeOnClickOutside',
|
|
209
365
|
'closeOnEsc',
|
|
@@ -214,8 +370,23 @@ export const BqDrawer = /*@__PURE__*/ defineContainer('bq-drawer', defineBqDrawe
|
|
|
214
370
|
'bqOpen',
|
|
215
371
|
'bqAfterOpen',
|
|
216
372
|
'bqAfterClose'
|
|
217
|
-
])
|
|
218
|
-
|
|
373
|
+
]) : defineStencilSSRComponent({
|
|
374
|
+
tagName: 'bq-drawer',
|
|
375
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
376
|
+
props: {
|
|
377
|
+
'enableBackdrop': [Boolean, "enable-backdrop"],
|
|
378
|
+
'closeOnClickOutside': [Boolean, "close-on-click-outside"],
|
|
379
|
+
'closeOnEsc': [Boolean, "close-on-esc"],
|
|
380
|
+
'open': [Boolean, "open"],
|
|
381
|
+
'placement': [String, "placement"],
|
|
382
|
+
'position': [String, "position"],
|
|
383
|
+
'onBqClose': [Function],
|
|
384
|
+
'onBqOpen': [Function],
|
|
385
|
+
'onBqAfterOpen': [Function],
|
|
386
|
+
'onBqAfterClose': [Function]
|
|
387
|
+
}
|
|
388
|
+
});
|
|
389
|
+
export const BqDropdown = /*@__PURE__*/ globalThis.window ? defineContainer('bq-dropdown', undefined, [
|
|
219
390
|
'disabled',
|
|
220
391
|
'distance',
|
|
221
392
|
'keepOpenOnSelect',
|
|
@@ -226,11 +397,32 @@ export const BqDropdown = /*@__PURE__*/ defineContainer('bq-dropdown', defineBqD
|
|
|
226
397
|
'skidding',
|
|
227
398
|
'strategy',
|
|
228
399
|
'bqOpen'
|
|
229
|
-
])
|
|
230
|
-
|
|
400
|
+
]) : defineStencilSSRComponent({
|
|
401
|
+
tagName: 'bq-dropdown',
|
|
402
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
403
|
+
props: {
|
|
404
|
+
'disabled': [Boolean, "disabled"],
|
|
405
|
+
'distance': [Number, "distance"],
|
|
406
|
+
'keepOpenOnSelect': [Boolean, "keep-open-on-select"],
|
|
407
|
+
'placement': [String, "placement"],
|
|
408
|
+
'open': [Boolean, "open"],
|
|
409
|
+
'panelHeight': [String, "panel-height"],
|
|
410
|
+
'sameWidth': [Boolean, "same-width"],
|
|
411
|
+
'skidding': [Number, "skidding"],
|
|
412
|
+
'strategy': [String, "strategy"],
|
|
413
|
+
'onBqOpen': [Function]
|
|
414
|
+
}
|
|
415
|
+
});
|
|
416
|
+
export const BqEmptyState = /*@__PURE__*/ globalThis.window ? defineContainer('bq-empty-state', undefined, [
|
|
231
417
|
'size'
|
|
232
|
-
])
|
|
233
|
-
|
|
418
|
+
]) : defineStencilSSRComponent({
|
|
419
|
+
tagName: 'bq-empty-state',
|
|
420
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
421
|
+
props: {
|
|
422
|
+
'size': [String, "size"]
|
|
423
|
+
}
|
|
424
|
+
});
|
|
425
|
+
export const BqIcon = /*@__PURE__*/ globalThis.window ? defineContainer('bq-icon', undefined, [
|
|
234
426
|
'label',
|
|
235
427
|
'color',
|
|
236
428
|
'name',
|
|
@@ -238,8 +430,19 @@ export const BqIcon = /*@__PURE__*/ defineContainer('bq-icon', defineBqIcon, [
|
|
|
238
430
|
'src',
|
|
239
431
|
'weight',
|
|
240
432
|
'svgLoaded'
|
|
241
|
-
])
|
|
242
|
-
|
|
433
|
+
]) : defineStencilSSRComponent({
|
|
434
|
+
tagName: 'bq-icon',
|
|
435
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
436
|
+
props: {
|
|
437
|
+
'label': [String, "label"],
|
|
438
|
+
'color': [String, "color"],
|
|
439
|
+
'name': [String, "name"],
|
|
440
|
+
'src': [String, "src"],
|
|
441
|
+
'weight': [String, "weight"],
|
|
442
|
+
'onSvgLoaded': [Function]
|
|
443
|
+
}
|
|
444
|
+
});
|
|
445
|
+
export const BqInput = /*@__PURE__*/ globalThis.window ? defineContainer('bq-input', undefined, [
|
|
243
446
|
'autocapitalize',
|
|
244
447
|
'autocomplete',
|
|
245
448
|
'autocorrect',
|
|
@@ -268,8 +471,37 @@ export const BqInput = /*@__PURE__*/ defineContainer('bq-input', defineBqInput,
|
|
|
268
471
|
'bqClear',
|
|
269
472
|
'bqFocus',
|
|
270
473
|
'bqInput'
|
|
271
|
-
], 'value', 'bqChange')
|
|
272
|
-
|
|
474
|
+
], 'value', 'bqChange') : defineStencilSSRComponent({
|
|
475
|
+
tagName: 'bq-input',
|
|
476
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
477
|
+
props: {
|
|
478
|
+
'autocapitalize': [String, "autocapitalize"],
|
|
479
|
+
'autocomplete': [String, "autocomplete"],
|
|
480
|
+
'autocorrect': [String, "autocorrect"],
|
|
481
|
+
'autofocus': [Boolean, "autofocus"],
|
|
482
|
+
'clearButtonLabel': [String, "clear-button-label"],
|
|
483
|
+
'debounceTime': [Number, "debounce-time"],
|
|
484
|
+
'disabled': [Boolean, "disabled"],
|
|
485
|
+
'disableClear': [Boolean, "disable-clear"],
|
|
486
|
+
'form': [String, "form"],
|
|
487
|
+
'inputmode': [String, "inputmode"],
|
|
488
|
+
'maxlength': [Number, "maxlength"],
|
|
489
|
+
'minlength': [Number, "minlength"],
|
|
490
|
+
'name': [String, "name"],
|
|
491
|
+
'pattern': [String, "pattern"],
|
|
492
|
+
'placeholder': [String, "placeholder"],
|
|
493
|
+
'readonly': [Boolean, "readonly"],
|
|
494
|
+
'required': [Boolean, "required"],
|
|
495
|
+
'type': [String, "type"],
|
|
496
|
+
'validationStatus': [String, "validation-status"],
|
|
497
|
+
'onBqBlur': [Function],
|
|
498
|
+
'onBqChange': [Function],
|
|
499
|
+
'onBqClear': [Function],
|
|
500
|
+
'onBqFocus': [Function],
|
|
501
|
+
'onBqInput': [Function]
|
|
502
|
+
}
|
|
503
|
+
});
|
|
504
|
+
export const BqNotification = /*@__PURE__*/ globalThis.window ? defineContainer('bq-notification', undefined, [
|
|
273
505
|
'autoDismiss',
|
|
274
506
|
'border',
|
|
275
507
|
'disableClose',
|
|
@@ -281,8 +513,24 @@ export const BqNotification = /*@__PURE__*/ defineContainer('bq-notification', d
|
|
|
281
513
|
'bqShow',
|
|
282
514
|
'bqAfterOpen',
|
|
283
515
|
'bqAfterClose'
|
|
284
|
-
])
|
|
285
|
-
|
|
516
|
+
]) : defineStencilSSRComponent({
|
|
517
|
+
tagName: 'bq-notification',
|
|
518
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
519
|
+
props: {
|
|
520
|
+
'autoDismiss': [Boolean, "auto-dismiss"],
|
|
521
|
+
'border': [String, "border"],
|
|
522
|
+
'disableClose': [Boolean, "disable-close"],
|
|
523
|
+
'hideIcon': [Boolean, "hide-icon"],
|
|
524
|
+
'open': [Boolean, "open"],
|
|
525
|
+
'time': [Number, "time"],
|
|
526
|
+
'type': [String, "type"],
|
|
527
|
+
'onBqHide': [Function],
|
|
528
|
+
'onBqShow': [Function],
|
|
529
|
+
'onBqAfterOpen': [Function],
|
|
530
|
+
'onBqAfterClose': [Function]
|
|
531
|
+
}
|
|
532
|
+
});
|
|
533
|
+
export const BqOption = /*@__PURE__*/ globalThis.window ? defineContainer('bq-option', undefined, [
|
|
286
534
|
'hidden',
|
|
287
535
|
'disabled',
|
|
288
536
|
'value',
|
|
@@ -291,22 +539,61 @@ export const BqOption = /*@__PURE__*/ defineContainer('bq-option', defineBqOptio
|
|
|
291
539
|
'bqFocus',
|
|
292
540
|
'bqClick',
|
|
293
541
|
'bqEnter'
|
|
294
|
-
])
|
|
295
|
-
|
|
296
|
-
|
|
542
|
+
]) : defineStencilSSRComponent({
|
|
543
|
+
tagName: 'bq-option',
|
|
544
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
545
|
+
props: {
|
|
546
|
+
'hidden': [Boolean, "hidden"],
|
|
547
|
+
'disabled': [Boolean, "disabled"],
|
|
548
|
+
'value': [String, "value"],
|
|
549
|
+
'selected': [Boolean, "selected"],
|
|
550
|
+
'onBqBlur': [Function],
|
|
551
|
+
'onBqFocus': [Function],
|
|
552
|
+
'onBqClick': [Function],
|
|
553
|
+
'onBqEnter': [Function]
|
|
554
|
+
}
|
|
555
|
+
});
|
|
556
|
+
export const BqOptionGroup = /*@__PURE__*/ globalThis.window ? defineContainer('bq-option-group', undefined) : defineStencilSSRComponent({
|
|
557
|
+
tagName: 'bq-option-group',
|
|
558
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
559
|
+
props: {}
|
|
560
|
+
});
|
|
561
|
+
export const BqOptionList = /*@__PURE__*/ globalThis.window ? defineContainer('bq-option-list', undefined, [
|
|
297
562
|
'ariaLabel',
|
|
298
563
|
'bqSelect'
|
|
299
|
-
])
|
|
300
|
-
|
|
301
|
-
|
|
564
|
+
]) : defineStencilSSRComponent({
|
|
565
|
+
tagName: 'bq-option-list',
|
|
566
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
567
|
+
props: {
|
|
568
|
+
'ariaLabel': [String, "aria-label"],
|
|
569
|
+
'onBqSelect': [Function]
|
|
570
|
+
}
|
|
571
|
+
});
|
|
572
|
+
export const BqPageTitle = /*@__PURE__*/ globalThis.window ? defineContainer('bq-page-title', undefined) : defineStencilSSRComponent({
|
|
573
|
+
tagName: 'bq-page-title',
|
|
574
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
575
|
+
props: {}
|
|
576
|
+
});
|
|
577
|
+
export const BqPanel = /*@__PURE__*/ globalThis.window ? defineContainer('bq-panel', undefined, [
|
|
302
578
|
'distance',
|
|
303
579
|
'placement',
|
|
304
580
|
'open',
|
|
305
581
|
'sameWidth',
|
|
306
582
|
'skidding',
|
|
307
583
|
'strategy'
|
|
308
|
-
])
|
|
309
|
-
|
|
584
|
+
]) : defineStencilSSRComponent({
|
|
585
|
+
tagName: 'bq-panel',
|
|
586
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
587
|
+
props: {
|
|
588
|
+
'distance': [Number, "distance"],
|
|
589
|
+
'placement': [String, "placement"],
|
|
590
|
+
'open': [Boolean, "open"],
|
|
591
|
+
'sameWidth': [Boolean, "same-width"],
|
|
592
|
+
'skidding': [Number, "skidding"],
|
|
593
|
+
'strategy': [String, "strategy"]
|
|
594
|
+
}
|
|
595
|
+
});
|
|
596
|
+
export const BqProgress = /*@__PURE__*/ globalThis.window ? defineContainer('bq-progress', undefined, [
|
|
310
597
|
'indeterminate',
|
|
311
598
|
'value',
|
|
312
599
|
'thickness',
|
|
@@ -314,8 +601,20 @@ export const BqProgress = /*@__PURE__*/ defineContainer('bq-progress', defineBqP
|
|
|
314
601
|
'borderShape',
|
|
315
602
|
'label',
|
|
316
603
|
'enableTooltip'
|
|
317
|
-
])
|
|
318
|
-
|
|
604
|
+
]) : defineStencilSSRComponent({
|
|
605
|
+
tagName: 'bq-progress',
|
|
606
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
607
|
+
props: {
|
|
608
|
+
'indeterminate': [Boolean, "indeterminate"],
|
|
609
|
+
'value': [Number, "value"],
|
|
610
|
+
'thickness': [String, "thickness"],
|
|
611
|
+
'type': [String, "type"],
|
|
612
|
+
'borderShape': [String, "border-shape"],
|
|
613
|
+
'label': [Boolean, "label"],
|
|
614
|
+
'enableTooltip': [Boolean, "enable-tooltip"]
|
|
615
|
+
}
|
|
616
|
+
});
|
|
617
|
+
export const BqRadio = /*@__PURE__*/ globalThis.window ? defineContainer('bq-radio', undefined, [
|
|
319
618
|
'checked',
|
|
320
619
|
'disabled',
|
|
321
620
|
'backgroundOnHover',
|
|
@@ -327,8 +626,24 @@ export const BqRadio = /*@__PURE__*/ defineContainer('bq-radio', defineBqRadio,
|
|
|
327
626
|
'bqFocus',
|
|
328
627
|
'bqBlur',
|
|
329
628
|
'bqKeyDown'
|
|
330
|
-
])
|
|
331
|
-
|
|
629
|
+
]) : defineStencilSSRComponent({
|
|
630
|
+
tagName: 'bq-radio',
|
|
631
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
632
|
+
props: {
|
|
633
|
+
'checked': [Boolean, "checked"],
|
|
634
|
+
'disabled': [Boolean, "disabled"],
|
|
635
|
+
'backgroundOnHover': [Boolean, "background-on-hover"],
|
|
636
|
+
'formId': [String, "form-id"],
|
|
637
|
+
'name': [String, "name"],
|
|
638
|
+
'required': [Boolean, "required"],
|
|
639
|
+
'value': [String, "value"],
|
|
640
|
+
'onBqClick': [Function],
|
|
641
|
+
'onBqFocus': [Function],
|
|
642
|
+
'onBqBlur': [Function],
|
|
643
|
+
'onBqKeyDown': [Function]
|
|
644
|
+
}
|
|
645
|
+
});
|
|
646
|
+
export const BqRadioGroup = /*@__PURE__*/ globalThis.window ? defineContainer('bq-radio-group', undefined, [
|
|
332
647
|
'backgroundOnHover',
|
|
333
648
|
'name',
|
|
334
649
|
'value',
|
|
@@ -337,8 +652,21 @@ export const BqRadioGroup = /*@__PURE__*/ defineContainer('bq-radio-group', defi
|
|
|
337
652
|
'orientation',
|
|
338
653
|
'debounceTime',
|
|
339
654
|
'bqChange'
|
|
340
|
-
], 'value', 'bqChange')
|
|
341
|
-
|
|
655
|
+
], 'value', 'bqChange') : defineStencilSSRComponent({
|
|
656
|
+
tagName: 'bq-radio-group',
|
|
657
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
658
|
+
props: {
|
|
659
|
+
'backgroundOnHover': [Boolean, "background-on-hover"],
|
|
660
|
+
'name': [String, "name"],
|
|
661
|
+
'value': [String, "value"],
|
|
662
|
+
'disabled': [Boolean, "disabled"],
|
|
663
|
+
'fieldset': [Boolean, "fieldset"],
|
|
664
|
+
'orientation': [String, "orientation"],
|
|
665
|
+
'debounceTime': [Number, "debounce-time"],
|
|
666
|
+
'onBqChange': [Function]
|
|
667
|
+
}
|
|
668
|
+
});
|
|
669
|
+
export const BqSelect = /*@__PURE__*/ globalThis.window ? defineContainer('bq-select', undefined, [
|
|
342
670
|
'autofocus',
|
|
343
671
|
'clearButtonLabel',
|
|
344
672
|
'debounceTime',
|
|
@@ -365,23 +693,75 @@ export const BqSelect = /*@__PURE__*/ defineContainer('bq-select', defineBqSelec
|
|
|
365
693
|
'bqClear',
|
|
366
694
|
'bqFocus',
|
|
367
695
|
'bqSelect'
|
|
368
|
-
], 'value', 'bqChange')
|
|
369
|
-
|
|
696
|
+
], 'value', 'bqChange') : defineStencilSSRComponent({
|
|
697
|
+
tagName: 'bq-select',
|
|
698
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
699
|
+
props: {
|
|
700
|
+
'autofocus': [Boolean, "autofocus"],
|
|
701
|
+
'clearButtonLabel': [String, "clear-button-label"],
|
|
702
|
+
'debounceTime': [Number, "debounce-time"],
|
|
703
|
+
'disabled': [Boolean, "disabled"],
|
|
704
|
+
'disableClear': [Boolean, "disable-clear"],
|
|
705
|
+
'distance': [Number, "distance"],
|
|
706
|
+
'form': [String, "form"],
|
|
707
|
+
'keepOpenOnSelect': [Boolean, "keep-open-on-select"],
|
|
708
|
+
'name': [String, "name"],
|
|
709
|
+
'maxTagsVisible': [Number, "max-tags-visible"],
|
|
710
|
+
'multiple': [Boolean, "multiple"],
|
|
711
|
+
'open': [Boolean, "open"],
|
|
712
|
+
'panelHeight': [String, "panel-height"],
|
|
713
|
+
'placeholder': [String, "placeholder"],
|
|
714
|
+
'placement': [String, "placement"],
|
|
715
|
+
'readonly': [Boolean, "readonly"],
|
|
716
|
+
'required': [Boolean, "required"],
|
|
717
|
+
'sameWidth': [Boolean, "same-width"],
|
|
718
|
+
'skidding': [Number, "skidding"],
|
|
719
|
+
'strategy': [String, "strategy"],
|
|
720
|
+
'validationStatus': [String, "validation-status"],
|
|
721
|
+
'value': [String, "value"],
|
|
722
|
+
'onBqBlur': [Function],
|
|
723
|
+
'onBqClear': [Function],
|
|
724
|
+
'onBqFocus': [Function],
|
|
725
|
+
'onBqSelect': [Function]
|
|
726
|
+
}
|
|
727
|
+
});
|
|
728
|
+
export const BqSideMenu = /*@__PURE__*/ globalThis.window ? defineContainer('bq-side-menu', undefined, [
|
|
370
729
|
'appearance',
|
|
371
730
|
'collapse',
|
|
372
731
|
'size',
|
|
373
732
|
'bqCollapse',
|
|
374
733
|
'bqSelect'
|
|
375
|
-
])
|
|
376
|
-
|
|
734
|
+
]) : defineStencilSSRComponent({
|
|
735
|
+
tagName: 'bq-side-menu',
|
|
736
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
737
|
+
props: {
|
|
738
|
+
'appearance': [String, "appearance"],
|
|
739
|
+
'collapse': [Boolean, "collapse"],
|
|
740
|
+
'size': [String, "size"],
|
|
741
|
+
'onBqCollapse': [Function],
|
|
742
|
+
'onBqSelect': [Function]
|
|
743
|
+
}
|
|
744
|
+
});
|
|
745
|
+
export const BqSideMenuItem = /*@__PURE__*/ globalThis.window ? defineContainer('bq-side-menu-item', undefined, [
|
|
377
746
|
'active',
|
|
378
747
|
'collapse',
|
|
379
748
|
'disabled',
|
|
380
749
|
'bqBlur',
|
|
381
750
|
'bqFocus',
|
|
382
751
|
'bqClick'
|
|
383
|
-
])
|
|
384
|
-
|
|
752
|
+
]) : defineStencilSSRComponent({
|
|
753
|
+
tagName: 'bq-side-menu-item',
|
|
754
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
755
|
+
props: {
|
|
756
|
+
'active': [Boolean, "active"],
|
|
757
|
+
'collapse': [Boolean, "collapse"],
|
|
758
|
+
'disabled': [Boolean, "disabled"],
|
|
759
|
+
'onBqBlur': [Function],
|
|
760
|
+
'onBqFocus': [Function],
|
|
761
|
+
'onBqClick': [Function]
|
|
762
|
+
}
|
|
763
|
+
});
|
|
764
|
+
export const BqSlider = /*@__PURE__*/ globalThis.window ? defineContainer('bq-slider', undefined, [
|
|
385
765
|
'debounceTime',
|
|
386
766
|
'disabled',
|
|
387
767
|
'enableValueIndicator',
|
|
@@ -396,27 +776,76 @@ export const BqSlider = /*@__PURE__*/ defineContainer('bq-slider', defineBqSlide
|
|
|
396
776
|
'bqChange',
|
|
397
777
|
'bqBlur',
|
|
398
778
|
'bqFocus'
|
|
399
|
-
], 'value', 'bqChange')
|
|
400
|
-
|
|
779
|
+
], 'value', 'bqChange') : defineStencilSSRComponent({
|
|
780
|
+
tagName: 'bq-slider',
|
|
781
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
782
|
+
props: {
|
|
783
|
+
'debounceTime': [Number, "debounce-time"],
|
|
784
|
+
'disabled': [Boolean, "disabled"],
|
|
785
|
+
'enableValueIndicator': [Boolean, "enable-value-indicator"],
|
|
786
|
+
'gap': [Number, "gap"],
|
|
787
|
+
'max': [Number, "max"],
|
|
788
|
+
'min': [Number, "min"],
|
|
789
|
+
'step': [Number, "step"],
|
|
790
|
+
'type': [String, "type"],
|
|
791
|
+
'enableTooltip': [Boolean, "enable-tooltip"],
|
|
792
|
+
'tooltipAlwaysVisible': [Boolean, "tooltip-always-visible"],
|
|
793
|
+
'onBqChange': [Function],
|
|
794
|
+
'onBqBlur': [Function],
|
|
795
|
+
'onBqFocus': [Function]
|
|
796
|
+
}
|
|
797
|
+
});
|
|
798
|
+
export const BqSpinner = /*@__PURE__*/ globalThis.window ? defineContainer('bq-spinner', undefined, [
|
|
401
799
|
'animation',
|
|
402
800
|
'textPosition',
|
|
403
801
|
'size'
|
|
404
|
-
])
|
|
405
|
-
|
|
802
|
+
]) : defineStencilSSRComponent({
|
|
803
|
+
tagName: 'bq-spinner',
|
|
804
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
805
|
+
props: {
|
|
806
|
+
'animation': [Boolean, "animation"],
|
|
807
|
+
'textPosition': [String, "text-position"],
|
|
808
|
+
'size': [String, "size"]
|
|
809
|
+
}
|
|
810
|
+
});
|
|
811
|
+
export const BqStatus = /*@__PURE__*/ globalThis.window ? defineContainer('bq-status', undefined, [
|
|
406
812
|
'type'
|
|
407
|
-
])
|
|
408
|
-
|
|
813
|
+
]) : defineStencilSSRComponent({
|
|
814
|
+
tagName: 'bq-status',
|
|
815
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
816
|
+
props: {
|
|
817
|
+
'type': [String, "type"]
|
|
818
|
+
}
|
|
819
|
+
});
|
|
820
|
+
export const BqStepItem = /*@__PURE__*/ globalThis.window ? defineContainer('bq-step-item', undefined, [
|
|
409
821
|
'size',
|
|
410
822
|
'status',
|
|
411
823
|
'type',
|
|
412
824
|
'bqClick'
|
|
413
|
-
])
|
|
414
|
-
|
|
825
|
+
]) : defineStencilSSRComponent({
|
|
826
|
+
tagName: 'bq-step-item',
|
|
827
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
828
|
+
props: {
|
|
829
|
+
'size': [String, "size"],
|
|
830
|
+
'status': [String, "status"],
|
|
831
|
+
'type': [String, "type"],
|
|
832
|
+
'onBqClick': [Function]
|
|
833
|
+
}
|
|
834
|
+
});
|
|
835
|
+
export const BqSteps = /*@__PURE__*/ globalThis.window ? defineContainer('bq-steps', undefined, [
|
|
415
836
|
'dividerColor',
|
|
416
837
|
'size',
|
|
417
838
|
'type'
|
|
418
|
-
])
|
|
419
|
-
|
|
839
|
+
]) : defineStencilSSRComponent({
|
|
840
|
+
tagName: 'bq-steps',
|
|
841
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
842
|
+
props: {
|
|
843
|
+
'dividerColor': [String, "divider-color"],
|
|
844
|
+
'size': [String, "size"],
|
|
845
|
+
'type': [String, "type"]
|
|
846
|
+
}
|
|
847
|
+
});
|
|
848
|
+
export const BqSwitch = /*@__PURE__*/ globalThis.window ? defineContainer('bq-switch', undefined, [
|
|
420
849
|
'backgroundOnHover',
|
|
421
850
|
'checked',
|
|
422
851
|
'disabled',
|
|
@@ -430,8 +859,26 @@ export const BqSwitch = /*@__PURE__*/ defineContainer('bq-switch', defineBqSwitc
|
|
|
430
859
|
'bqChange',
|
|
431
860
|
'bqFocus',
|
|
432
861
|
'bqBlur'
|
|
433
|
-
], 'checked', 'bqChange')
|
|
434
|
-
|
|
862
|
+
], 'checked', 'bqChange') : defineStencilSSRComponent({
|
|
863
|
+
tagName: 'bq-switch',
|
|
864
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
865
|
+
props: {
|
|
866
|
+
'backgroundOnHover': [Boolean, "background-on-hover"],
|
|
867
|
+
'checked': [Boolean, "checked"],
|
|
868
|
+
'disabled': [Boolean, "disabled"],
|
|
869
|
+
'fullWidth': [Boolean, "full-width"],
|
|
870
|
+
'innerLabel': [String, "inner-label"],
|
|
871
|
+
'justifyContent': [String, "justify-content"],
|
|
872
|
+
'name': [String, "name"],
|
|
873
|
+
'required': [Boolean, "required"],
|
|
874
|
+
'reverseOrder': [Boolean, "reverse-order"],
|
|
875
|
+
'value': [String, "value"],
|
|
876
|
+
'onBqChange': [Function],
|
|
877
|
+
'onBqFocus': [Function],
|
|
878
|
+
'onBqBlur': [Function]
|
|
879
|
+
}
|
|
880
|
+
});
|
|
881
|
+
export const BqTab = /*@__PURE__*/ globalThis.window ? defineContainer('bq-tab', undefined, [
|
|
435
882
|
'active',
|
|
436
883
|
'disabled',
|
|
437
884
|
'size',
|
|
@@ -443,8 +890,24 @@ export const BqTab = /*@__PURE__*/ defineContainer('bq-tab', defineBqTab, [
|
|
|
443
890
|
'bqFocus',
|
|
444
891
|
'bqBlur',
|
|
445
892
|
'bqKeyDown'
|
|
446
|
-
])
|
|
447
|
-
|
|
893
|
+
]) : defineStencilSSRComponent({
|
|
894
|
+
tagName: 'bq-tab',
|
|
895
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
896
|
+
props: {
|
|
897
|
+
'active': [Boolean, "active"],
|
|
898
|
+
'disabled': [Boolean, "disabled"],
|
|
899
|
+
'size': [String, "size"],
|
|
900
|
+
'orientation': [String, "orientation"],
|
|
901
|
+
'placement': [String, "placement"],
|
|
902
|
+
'tabId': [String, "tab-id"],
|
|
903
|
+
'controls': [String, "controls"],
|
|
904
|
+
'onBqClick': [Function],
|
|
905
|
+
'onBqFocus': [Function],
|
|
906
|
+
'onBqBlur': [Function],
|
|
907
|
+
'onBqKeyDown': [Function]
|
|
908
|
+
}
|
|
909
|
+
});
|
|
910
|
+
export const BqTabGroup = /*@__PURE__*/ globalThis.window ? defineContainer('bq-tab-group', undefined, [
|
|
448
911
|
'value',
|
|
449
912
|
'size',
|
|
450
913
|
'orientation',
|
|
@@ -452,8 +915,20 @@ export const BqTabGroup = /*@__PURE__*/ defineContainer('bq-tab-group', defineBq
|
|
|
452
915
|
'debounceTime',
|
|
453
916
|
'disableDivider',
|
|
454
917
|
'bqChange'
|
|
455
|
-
])
|
|
456
|
-
|
|
918
|
+
]) : defineStencilSSRComponent({
|
|
919
|
+
tagName: 'bq-tab-group',
|
|
920
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
921
|
+
props: {
|
|
922
|
+
'value': [String, "value"],
|
|
923
|
+
'size': [String, "size"],
|
|
924
|
+
'orientation': [String, "orientation"],
|
|
925
|
+
'placement': [String, "placement"],
|
|
926
|
+
'debounceTime': [Number, "debounce-time"],
|
|
927
|
+
'disableDivider': [Boolean, "disable-divider"],
|
|
928
|
+
'onBqChange': [Function]
|
|
929
|
+
}
|
|
930
|
+
});
|
|
931
|
+
export const BqTag = /*@__PURE__*/ globalThis.window ? defineContainer('bq-tag', undefined, [
|
|
457
932
|
'border',
|
|
458
933
|
'clickable',
|
|
459
934
|
'color',
|
|
@@ -468,8 +943,27 @@ export const BqTag = /*@__PURE__*/ defineContainer('bq-tag', defineBqTag, [
|
|
|
468
943
|
'bqBlur',
|
|
469
944
|
'bqClick',
|
|
470
945
|
'bqFocus'
|
|
471
|
-
])
|
|
472
|
-
|
|
946
|
+
]) : defineStencilSSRComponent({
|
|
947
|
+
tagName: 'bq-tag',
|
|
948
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
949
|
+
props: {
|
|
950
|
+
'border': [String, "border"],
|
|
951
|
+
'clickable': [Boolean, "clickable"],
|
|
952
|
+
'color': [String, "color"],
|
|
953
|
+
'disabled': [Boolean, "disabled"],
|
|
954
|
+
'hidden': [Boolean, "hidden"],
|
|
955
|
+
'removable': [Boolean, "removable"],
|
|
956
|
+
'selected': [Boolean, "selected"],
|
|
957
|
+
'size': [String, "size"],
|
|
958
|
+
'variant': [String, "variant"],
|
|
959
|
+
'onBqClose': [Function],
|
|
960
|
+
'onBqOpen': [Function],
|
|
961
|
+
'onBqBlur': [Function],
|
|
962
|
+
'onBqClick': [Function],
|
|
963
|
+
'onBqFocus': [Function]
|
|
964
|
+
}
|
|
965
|
+
});
|
|
966
|
+
export const BqTextarea = /*@__PURE__*/ globalThis.window ? defineContainer('bq-textarea', undefined, [
|
|
473
967
|
'autocapitalize',
|
|
474
968
|
'autocomplete',
|
|
475
969
|
'autocorrect',
|
|
@@ -494,8 +988,37 @@ export const BqTextarea = /*@__PURE__*/ defineContainer('bq-textarea', defineBqT
|
|
|
494
988
|
'bqClear',
|
|
495
989
|
'bqFocus',
|
|
496
990
|
'bqInput'
|
|
497
|
-
], 'value', 'bqChange')
|
|
498
|
-
|
|
991
|
+
], 'value', 'bqChange') : defineStencilSSRComponent({
|
|
992
|
+
tagName: 'bq-textarea',
|
|
993
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
994
|
+
props: {
|
|
995
|
+
'autocapitalize': [String, "autocapitalize"],
|
|
996
|
+
'autocomplete': [String, "autocomplete"],
|
|
997
|
+
'autocorrect': [String, "autocorrect"],
|
|
998
|
+
'autofocus': [Boolean, "autofocus"],
|
|
999
|
+
'autoGrow': [Boolean, "auto-grow"],
|
|
1000
|
+
'debounceTime': [Number, "debounce-time"],
|
|
1001
|
+
'disabled': [Boolean, "disabled"],
|
|
1002
|
+
'disableResize': [Boolean, "disable-resize"],
|
|
1003
|
+
'form': [String, "form"],
|
|
1004
|
+
'maxlength': [Number, "maxlength"],
|
|
1005
|
+
'name': [String, "name"],
|
|
1006
|
+
'placeholder': [String, "placeholder"],
|
|
1007
|
+
'readonly': [Boolean, "readonly"],
|
|
1008
|
+
'required': [Boolean, "required"],
|
|
1009
|
+
'rows': [Number, "rows"],
|
|
1010
|
+
'spellcheck': [Boolean, "spellcheck"],
|
|
1011
|
+
'validationStatus': [String, "validation-status"],
|
|
1012
|
+
'value': [String, "value"],
|
|
1013
|
+
'wrap': [String, "wrap"],
|
|
1014
|
+
'onBqBlur': [Function],
|
|
1015
|
+
'onBqChange': [Function],
|
|
1016
|
+
'onBqClear': [Function],
|
|
1017
|
+
'onBqFocus': [Function],
|
|
1018
|
+
'onBqInput': [Function]
|
|
1019
|
+
}
|
|
1020
|
+
});
|
|
1021
|
+
export const BqToast = /*@__PURE__*/ globalThis.window ? defineContainer('bq-toast', undefined, [
|
|
499
1022
|
'border',
|
|
500
1023
|
'type',
|
|
501
1024
|
'placement',
|
|
@@ -504,8 +1027,21 @@ export const BqToast = /*@__PURE__*/ defineContainer('bq-toast', defineBqToast,
|
|
|
504
1027
|
'time',
|
|
505
1028
|
'bqHide',
|
|
506
1029
|
'bqShow'
|
|
507
|
-
])
|
|
508
|
-
|
|
1030
|
+
]) : defineStencilSSRComponent({
|
|
1031
|
+
tagName: 'bq-toast',
|
|
1032
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
1033
|
+
props: {
|
|
1034
|
+
'border': [String, "border"],
|
|
1035
|
+
'type': [String, "type"],
|
|
1036
|
+
'placement': [String, "placement"],
|
|
1037
|
+
'hideIcon': [Boolean, "hide-icon"],
|
|
1038
|
+
'open': [Boolean, "open"],
|
|
1039
|
+
'time': [Number, "time"],
|
|
1040
|
+
'onBqHide': [Function],
|
|
1041
|
+
'onBqShow': [Function]
|
|
1042
|
+
}
|
|
1043
|
+
});
|
|
1044
|
+
export const BqTooltip = /*@__PURE__*/ globalThis.window ? defineContainer('bq-tooltip', undefined, [
|
|
509
1045
|
'alwaysVisible',
|
|
510
1046
|
'distance',
|
|
511
1047
|
'hideArrow',
|
|
@@ -513,5 +1049,17 @@ export const BqTooltip = /*@__PURE__*/ defineContainer('bq-tooltip', defineBqToo
|
|
|
513
1049
|
'sameWidth',
|
|
514
1050
|
'displayOn',
|
|
515
1051
|
'visible'
|
|
516
|
-
])
|
|
1052
|
+
]) : defineStencilSSRComponent({
|
|
1053
|
+
tagName: 'bq-tooltip',
|
|
1054
|
+
hydrateModule: import('@beeq/core/dist/hydrate'),
|
|
1055
|
+
props: {
|
|
1056
|
+
'alwaysVisible': [Boolean, "always-visible"],
|
|
1057
|
+
'distance': [Number, "distance"],
|
|
1058
|
+
'hideArrow': [Boolean, "hide-arrow"],
|
|
1059
|
+
'placement': [String, "placement"],
|
|
1060
|
+
'sameWidth': [Boolean, "same-width"],
|
|
1061
|
+
'displayOn': [String, "display-on"],
|
|
1062
|
+
'visible': [Boolean, "visible"]
|
|
1063
|
+
}
|
|
1064
|
+
});
|
|
517
1065
|
//# sourceMappingURL=components.js.map
|