@beeq/react 1.8.4-beta.0 → 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.d.ts
CHANGED
|
@@ -2,4 +2,286 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
|
|
5
|
+
import { type BqAccordionCustomEvent, type BqBreadcrumbItemCustomEvent, type BqButtonCustomEvent, type BqCheckboxCustomEvent, type BqDatePickerCustomEvent, type BqInputCustomEvent, type BqOptionCustomEvent, type BqOptionListCustomEvent, type BqRadioCustomEvent, type BqRadioGroupCustomEvent, type BqSelectCustomEvent, type BqSideMenuCustomEvent, type BqSideMenuItemCustomEvent, type BqSliderCustomEvent, type BqStepItemCustomEvent, type BqSwitchCustomEvent, type BqTabCustomEvent, type BqTabGroupCustomEvent, type BqTagCustomEvent, type BqTextareaCustomEvent, type BqToastCustomEvent, type TSliderValue } from "@beeq/core";
|
|
6
|
+
import { BqAccordionGroup as BqAccordionGroupElement } from "@beeq/core/dist/components/bq-accordion-group.js";
|
|
7
|
+
import { BqAccordion as BqAccordionElement } from "@beeq/core/dist/components/bq-accordion.js";
|
|
8
|
+
import { BqAlert as BqAlertElement } from "@beeq/core/dist/components/bq-alert.js";
|
|
9
|
+
import { BqAvatar as BqAvatarElement } from "@beeq/core/dist/components/bq-avatar.js";
|
|
10
|
+
import { BqBadge as BqBadgeElement } from "@beeq/core/dist/components/bq-badge.js";
|
|
11
|
+
import { BqBreadcrumbItem as BqBreadcrumbItemElement } from "@beeq/core/dist/components/bq-breadcrumb-item.js";
|
|
12
|
+
import { BqBreadcrumb as BqBreadcrumbElement } from "@beeq/core/dist/components/bq-breadcrumb.js";
|
|
13
|
+
import { BqButton as BqButtonElement } from "@beeq/core/dist/components/bq-button.js";
|
|
14
|
+
import { BqCard as BqCardElement } from "@beeq/core/dist/components/bq-card.js";
|
|
15
|
+
import { BqCheckbox as BqCheckboxElement } from "@beeq/core/dist/components/bq-checkbox.js";
|
|
16
|
+
import { BqDatePicker as BqDatePickerElement } from "@beeq/core/dist/components/bq-date-picker.js";
|
|
17
|
+
import { BqDialog as BqDialogElement } from "@beeq/core/dist/components/bq-dialog.js";
|
|
18
|
+
import { BqDivider as BqDividerElement } from "@beeq/core/dist/components/bq-divider.js";
|
|
19
|
+
import { BqDrawer as BqDrawerElement } from "@beeq/core/dist/components/bq-drawer.js";
|
|
20
|
+
import { BqDropdown as BqDropdownElement } from "@beeq/core/dist/components/bq-dropdown.js";
|
|
21
|
+
import { BqEmptyState as BqEmptyStateElement } from "@beeq/core/dist/components/bq-empty-state.js";
|
|
22
|
+
import { BqIcon as BqIconElement } from "@beeq/core/dist/components/bq-icon.js";
|
|
23
|
+
import { BqInput as BqInputElement } from "@beeq/core/dist/components/bq-input.js";
|
|
24
|
+
import { BqNotification as BqNotificationElement } from "@beeq/core/dist/components/bq-notification.js";
|
|
25
|
+
import { BqOptionGroup as BqOptionGroupElement } from "@beeq/core/dist/components/bq-option-group.js";
|
|
26
|
+
import { BqOptionList as BqOptionListElement } from "@beeq/core/dist/components/bq-option-list.js";
|
|
27
|
+
import { BqOption as BqOptionElement } from "@beeq/core/dist/components/bq-option.js";
|
|
28
|
+
import { BqPageTitle as BqPageTitleElement } from "@beeq/core/dist/components/bq-page-title.js";
|
|
29
|
+
import { BqPanel as BqPanelElement } from "@beeq/core/dist/components/bq-panel.js";
|
|
30
|
+
import { BqProgress as BqProgressElement } from "@beeq/core/dist/components/bq-progress.js";
|
|
31
|
+
import { BqRadioGroup as BqRadioGroupElement } from "@beeq/core/dist/components/bq-radio-group.js";
|
|
32
|
+
import { BqRadio as BqRadioElement } from "@beeq/core/dist/components/bq-radio.js";
|
|
33
|
+
import { BqSelect as BqSelectElement } from "@beeq/core/dist/components/bq-select.js";
|
|
34
|
+
import { BqSideMenuItem as BqSideMenuItemElement } from "@beeq/core/dist/components/bq-side-menu-item.js";
|
|
35
|
+
import { BqSideMenu as BqSideMenuElement } from "@beeq/core/dist/components/bq-side-menu.js";
|
|
36
|
+
import { BqSlider as BqSliderElement } from "@beeq/core/dist/components/bq-slider.js";
|
|
37
|
+
import { BqSpinner as BqSpinnerElement } from "@beeq/core/dist/components/bq-spinner.js";
|
|
38
|
+
import { BqStatus as BqStatusElement } from "@beeq/core/dist/components/bq-status.js";
|
|
39
|
+
import { BqStepItem as BqStepItemElement } from "@beeq/core/dist/components/bq-step-item.js";
|
|
40
|
+
import { BqSteps as BqStepsElement } from "@beeq/core/dist/components/bq-steps.js";
|
|
41
|
+
import { BqSwitch as BqSwitchElement } from "@beeq/core/dist/components/bq-switch.js";
|
|
42
|
+
import { BqTabGroup as BqTabGroupElement } from "@beeq/core/dist/components/bq-tab-group.js";
|
|
43
|
+
import { BqTab as BqTabElement } from "@beeq/core/dist/components/bq-tab.js";
|
|
44
|
+
import { BqTag as BqTagElement } from "@beeq/core/dist/components/bq-tag.js";
|
|
45
|
+
import { BqTextarea as BqTextareaElement } from "@beeq/core/dist/components/bq-textarea.js";
|
|
46
|
+
import { BqToast as BqToastElement } from "@beeq/core/dist/components/bq-toast.js";
|
|
47
|
+
import { BqTooltip as BqTooltipElement } from "@beeq/core/dist/components/bq-tooltip.js";
|
|
48
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
49
|
+
export type BqAccordionEvents = {
|
|
50
|
+
onBqBlur: EventName<BqAccordionCustomEvent<HTMLBqAccordionElement>>;
|
|
51
|
+
onBqFocus: EventName<BqAccordionCustomEvent<HTMLBqAccordionElement>>;
|
|
52
|
+
onBqOpen: EventName<BqAccordionCustomEvent<HTMLBqAccordionElement>>;
|
|
53
|
+
onBqAfterOpen: EventName<BqAccordionCustomEvent<HTMLBqAccordionElement>>;
|
|
54
|
+
onBqClose: EventName<BqAccordionCustomEvent<HTMLBqAccordionElement>>;
|
|
55
|
+
onBqAfterClose: EventName<BqAccordionCustomEvent<HTMLBqAccordionElement>>;
|
|
56
|
+
onBqClick: EventName<BqAccordionCustomEvent<HTMLBqAccordionElement>>;
|
|
57
|
+
};
|
|
58
|
+
export declare const BqAccordion: StencilReactComponent<BqAccordionElement, BqAccordionEvents>;
|
|
59
|
+
export type BqAccordionGroupEvents = NonNullable<unknown>;
|
|
60
|
+
export declare const BqAccordionGroup: StencilReactComponent<BqAccordionGroupElement, BqAccordionGroupEvents>;
|
|
61
|
+
export type BqAlertEvents = {
|
|
62
|
+
onBqHide: EventName<CustomEvent<any>>;
|
|
63
|
+
onBqShow: EventName<CustomEvent<any>>;
|
|
64
|
+
onBqAfterShow: EventName<CustomEvent<any>>;
|
|
65
|
+
onBqAfterHide: EventName<CustomEvent<any>>;
|
|
66
|
+
};
|
|
67
|
+
export declare const BqAlert: StencilReactComponent<BqAlertElement, BqAlertEvents>;
|
|
68
|
+
export type BqAvatarEvents = NonNullable<unknown>;
|
|
69
|
+
export declare const BqAvatar: StencilReactComponent<BqAvatarElement, BqAvatarEvents>;
|
|
70
|
+
export type BqBadgeEvents = NonNullable<unknown>;
|
|
71
|
+
export declare const BqBadge: StencilReactComponent<BqBadgeElement, BqBadgeEvents>;
|
|
72
|
+
export type BqBreadcrumbEvents = NonNullable<unknown>;
|
|
73
|
+
export declare const BqBreadcrumb: StencilReactComponent<BqBreadcrumbElement, BqBreadcrumbEvents>;
|
|
74
|
+
export type BqBreadcrumbItemEvents = {
|
|
75
|
+
onBqBlur: EventName<BqBreadcrumbItemCustomEvent<HTMLBqBreadcrumbItemElement>>;
|
|
76
|
+
onBqFocus: EventName<BqBreadcrumbItemCustomEvent<HTMLBqBreadcrumbItemElement>>;
|
|
77
|
+
onBqClick: EventName<BqBreadcrumbItemCustomEvent<HTMLBqBreadcrumbItemElement>>;
|
|
78
|
+
};
|
|
79
|
+
export declare const BqBreadcrumbItem: StencilReactComponent<BqBreadcrumbItemElement, BqBreadcrumbItemEvents>;
|
|
80
|
+
export type BqButtonEvents = {
|
|
81
|
+
onBqBlur: EventName<BqButtonCustomEvent<HTMLBqButtonElement>>;
|
|
82
|
+
onBqFocus: EventName<BqButtonCustomEvent<HTMLBqButtonElement>>;
|
|
83
|
+
onBqClick: EventName<BqButtonCustomEvent<HTMLBqButtonElement>>;
|
|
84
|
+
};
|
|
85
|
+
export declare const BqButton: StencilReactComponent<BqButtonElement, BqButtonEvents>;
|
|
86
|
+
export type BqCardEvents = NonNullable<unknown>;
|
|
87
|
+
export declare const BqCard: StencilReactComponent<BqCardElement, BqCardEvents>;
|
|
88
|
+
export type BqCheckboxEvents = {
|
|
89
|
+
onBqChange: EventName<CustomEvent<{
|
|
90
|
+
checked: boolean;
|
|
91
|
+
}>>;
|
|
92
|
+
onBqFocus: EventName<BqCheckboxCustomEvent<HTMLBqCheckboxElement>>;
|
|
93
|
+
onBqBlur: EventName<BqCheckboxCustomEvent<HTMLBqCheckboxElement>>;
|
|
94
|
+
};
|
|
95
|
+
export declare const BqCheckbox: StencilReactComponent<BqCheckboxElement, BqCheckboxEvents>;
|
|
96
|
+
export type BqDatePickerEvents = {
|
|
97
|
+
onBqBlur: EventName<BqDatePickerCustomEvent<HTMLBqDatePickerElement>>;
|
|
98
|
+
onBqChange: EventName<BqDatePickerCustomEvent<{
|
|
99
|
+
value: string;
|
|
100
|
+
el: HTMLBqDatePickerElement;
|
|
101
|
+
}>>;
|
|
102
|
+
onBqClear: EventName<BqDatePickerCustomEvent<HTMLBqDatePickerElement>>;
|
|
103
|
+
onBqFocus: EventName<BqDatePickerCustomEvent<HTMLBqDatePickerElement>>;
|
|
104
|
+
};
|
|
105
|
+
export declare const BqDatePicker: StencilReactComponent<BqDatePickerElement, BqDatePickerEvents>;
|
|
106
|
+
export type BqDialogEvents = {
|
|
107
|
+
onBqCancel: EventName<CustomEvent<void>>;
|
|
108
|
+
onBqClose: EventName<CustomEvent<void>>;
|
|
109
|
+
onBqOpen: EventName<CustomEvent<void>>;
|
|
110
|
+
onBqAfterOpen: EventName<CustomEvent<void>>;
|
|
111
|
+
onBqAfterClose: EventName<CustomEvent<void>>;
|
|
112
|
+
};
|
|
113
|
+
export declare const BqDialog: StencilReactComponent<BqDialogElement, BqDialogEvents>;
|
|
114
|
+
export type BqDividerEvents = NonNullable<unknown>;
|
|
115
|
+
export declare const BqDivider: StencilReactComponent<BqDividerElement, BqDividerEvents>;
|
|
116
|
+
export type BqDrawerEvents = {
|
|
117
|
+
onBqClose: EventName<CustomEvent<any>>;
|
|
118
|
+
onBqOpen: EventName<CustomEvent<any>>;
|
|
119
|
+
onBqAfterOpen: EventName<CustomEvent<any>>;
|
|
120
|
+
onBqAfterClose: EventName<CustomEvent<any>>;
|
|
121
|
+
};
|
|
122
|
+
export declare const BqDrawer: StencilReactComponent<BqDrawerElement, BqDrawerEvents>;
|
|
123
|
+
export type BqDropdownEvents = {
|
|
124
|
+
onBqOpen: EventName<CustomEvent<{
|
|
125
|
+
open: boolean;
|
|
126
|
+
}>>;
|
|
127
|
+
};
|
|
128
|
+
export declare const BqDropdown: StencilReactComponent<BqDropdownElement, BqDropdownEvents>;
|
|
129
|
+
export type BqEmptyStateEvents = NonNullable<unknown>;
|
|
130
|
+
export declare const BqEmptyState: StencilReactComponent<BqEmptyStateElement, BqEmptyStateEvents>;
|
|
131
|
+
export type BqIconEvents = {
|
|
132
|
+
onSvgLoaded: EventName<CustomEvent<any>>;
|
|
133
|
+
};
|
|
134
|
+
export declare const BqIcon: StencilReactComponent<BqIconElement, BqIconEvents>;
|
|
135
|
+
export type BqInputEvents = {
|
|
136
|
+
onBqBlur: EventName<BqInputCustomEvent<HTMLBqInputElement>>;
|
|
137
|
+
onBqChange: EventName<BqInputCustomEvent<{
|
|
138
|
+
value: string | number | string[];
|
|
139
|
+
el: HTMLBqInputElement;
|
|
140
|
+
}>>;
|
|
141
|
+
onBqClear: EventName<BqInputCustomEvent<HTMLBqInputElement>>;
|
|
142
|
+
onBqFocus: EventName<BqInputCustomEvent<HTMLBqInputElement>>;
|
|
143
|
+
onBqInput: EventName<BqInputCustomEvent<{
|
|
144
|
+
value: string | number | string[];
|
|
145
|
+
el: HTMLBqInputElement;
|
|
146
|
+
}>>;
|
|
147
|
+
};
|
|
148
|
+
export declare const BqInput: StencilReactComponent<BqInputElement, BqInputEvents>;
|
|
149
|
+
export type BqNotificationEvents = {
|
|
150
|
+
onBqHide: EventName<CustomEvent<any>>;
|
|
151
|
+
onBqShow: EventName<CustomEvent<any>>;
|
|
152
|
+
onBqAfterOpen: EventName<CustomEvent<any>>;
|
|
153
|
+
onBqAfterClose: EventName<CustomEvent<any>>;
|
|
154
|
+
};
|
|
155
|
+
export declare const BqNotification: StencilReactComponent<BqNotificationElement, BqNotificationEvents>;
|
|
156
|
+
export type BqOptionEvents = {
|
|
157
|
+
onBqBlur: EventName<BqOptionCustomEvent<HTMLBqOptionElement>>;
|
|
158
|
+
onBqFocus: EventName<BqOptionCustomEvent<HTMLBqOptionElement>>;
|
|
159
|
+
onBqClick: EventName<BqOptionCustomEvent<HTMLBqOptionElement>>;
|
|
160
|
+
onBqEnter: EventName<BqOptionCustomEvent<HTMLBqOptionElement>>;
|
|
161
|
+
};
|
|
162
|
+
export declare const BqOption: StencilReactComponent<BqOptionElement, BqOptionEvents>;
|
|
163
|
+
export type BqOptionGroupEvents = NonNullable<unknown>;
|
|
164
|
+
export declare const BqOptionGroup: StencilReactComponent<BqOptionGroupElement, BqOptionGroupEvents>;
|
|
165
|
+
export type BqOptionListEvents = {
|
|
166
|
+
onBqSelect: EventName<BqOptionListCustomEvent<{
|
|
167
|
+
value: string;
|
|
168
|
+
item: HTMLBqOptionElement;
|
|
169
|
+
}>>;
|
|
170
|
+
};
|
|
171
|
+
export declare const BqOptionList: StencilReactComponent<BqOptionListElement, BqOptionListEvents>;
|
|
172
|
+
export type BqPageTitleEvents = NonNullable<unknown>;
|
|
173
|
+
export declare const BqPageTitle: StencilReactComponent<BqPageTitleElement, BqPageTitleEvents>;
|
|
174
|
+
export type BqPanelEvents = NonNullable<unknown>;
|
|
175
|
+
export declare const BqPanel: StencilReactComponent<BqPanelElement, BqPanelEvents>;
|
|
176
|
+
export type BqProgressEvents = NonNullable<unknown>;
|
|
177
|
+
export declare const BqProgress: StencilReactComponent<BqProgressElement, BqProgressEvents>;
|
|
178
|
+
export type BqRadioEvents = {
|
|
179
|
+
onBqClick: EventName<BqRadioCustomEvent<HTMLBqRadioElement>>;
|
|
180
|
+
onBqFocus: EventName<BqRadioCustomEvent<HTMLBqRadioElement>>;
|
|
181
|
+
onBqBlur: EventName<BqRadioCustomEvent<HTMLBqRadioElement>>;
|
|
182
|
+
onBqKeyDown: EventName<BqRadioCustomEvent<KeyboardEvent>>;
|
|
183
|
+
};
|
|
184
|
+
export declare const BqRadio: StencilReactComponent<BqRadioElement, BqRadioEvents>;
|
|
185
|
+
export type BqRadioGroupEvents = {
|
|
186
|
+
onBqChange: EventName<BqRadioGroupCustomEvent<{
|
|
187
|
+
value: string;
|
|
188
|
+
target: HTMLBqRadioElement;
|
|
189
|
+
}>>;
|
|
190
|
+
};
|
|
191
|
+
export declare const BqRadioGroup: StencilReactComponent<BqRadioGroupElement, BqRadioGroupEvents>;
|
|
192
|
+
export type BqSelectEvents = {
|
|
193
|
+
onBqBlur: EventName<BqSelectCustomEvent<HTMLBqSelectElement>>;
|
|
194
|
+
onBqClear: EventName<BqSelectCustomEvent<HTMLBqSelectElement>>;
|
|
195
|
+
onBqFocus: EventName<BqSelectCustomEvent<HTMLBqSelectElement>>;
|
|
196
|
+
onBqSelect: EventName<BqSelectCustomEvent<{
|
|
197
|
+
value: string | number | string[];
|
|
198
|
+
item: HTMLBqOptionElement;
|
|
199
|
+
}>>;
|
|
200
|
+
};
|
|
201
|
+
export declare const BqSelect: StencilReactComponent<BqSelectElement, BqSelectEvents>;
|
|
202
|
+
export type BqSideMenuEvents = {
|
|
203
|
+
onBqCollapse: EventName<CustomEvent<{
|
|
204
|
+
collapse: boolean;
|
|
205
|
+
}>>;
|
|
206
|
+
onBqSelect: EventName<BqSideMenuCustomEvent<HTMLBqSideMenuItemElement>>;
|
|
207
|
+
};
|
|
208
|
+
export declare const BqSideMenu: StencilReactComponent<BqSideMenuElement, BqSideMenuEvents>;
|
|
209
|
+
export type BqSideMenuItemEvents = {
|
|
210
|
+
onBqBlur: EventName<BqSideMenuItemCustomEvent<HTMLBqSideMenuItemElement>>;
|
|
211
|
+
onBqFocus: EventName<BqSideMenuItemCustomEvent<HTMLBqSideMenuItemElement>>;
|
|
212
|
+
onBqClick: EventName<BqSideMenuItemCustomEvent<HTMLBqSideMenuItemElement>>;
|
|
213
|
+
};
|
|
214
|
+
export declare const BqSideMenuItem: StencilReactComponent<BqSideMenuItemElement, BqSideMenuItemEvents>;
|
|
215
|
+
export type BqSliderEvents = {
|
|
216
|
+
onBqChange: EventName<BqSliderCustomEvent<{
|
|
217
|
+
value: Exclude<TSliderValue, string>;
|
|
218
|
+
el: HTMLBqSliderElement;
|
|
219
|
+
}>>;
|
|
220
|
+
onBqBlur: EventName<BqSliderCustomEvent<HTMLBqSliderElement>>;
|
|
221
|
+
onBqFocus: EventName<BqSliderCustomEvent<HTMLBqSliderElement>>;
|
|
222
|
+
};
|
|
223
|
+
export declare const BqSlider: StencilReactComponent<BqSliderElement, BqSliderEvents>;
|
|
224
|
+
export type BqSpinnerEvents = NonNullable<unknown>;
|
|
225
|
+
export declare const BqSpinner: StencilReactComponent<BqSpinnerElement, BqSpinnerEvents>;
|
|
226
|
+
export type BqStatusEvents = NonNullable<unknown>;
|
|
227
|
+
export declare const BqStatus: StencilReactComponent<BqStatusElement, BqStatusEvents>;
|
|
228
|
+
export type BqStepItemEvents = {
|
|
229
|
+
onBqClick: EventName<BqStepItemCustomEvent<{
|
|
230
|
+
target: HTMLBqStepItemElement;
|
|
231
|
+
value: string;
|
|
232
|
+
}>>;
|
|
233
|
+
};
|
|
234
|
+
export declare const BqStepItem: StencilReactComponent<BqStepItemElement, BqStepItemEvents>;
|
|
235
|
+
export type BqStepsEvents = NonNullable<unknown>;
|
|
236
|
+
export declare const BqSteps: StencilReactComponent<BqStepsElement, BqStepsEvents>;
|
|
237
|
+
export type BqSwitchEvents = {
|
|
238
|
+
onBqChange: EventName<CustomEvent<{
|
|
239
|
+
checked: boolean;
|
|
240
|
+
}>>;
|
|
241
|
+
onBqFocus: EventName<BqSwitchCustomEvent<HTMLBqSwitchElement>>;
|
|
242
|
+
onBqBlur: EventName<BqSwitchCustomEvent<HTMLBqSwitchElement>>;
|
|
243
|
+
};
|
|
244
|
+
export declare const BqSwitch: StencilReactComponent<BqSwitchElement, BqSwitchEvents>;
|
|
245
|
+
export type BqTabEvents = {
|
|
246
|
+
onBqClick: EventName<BqTabCustomEvent<HTMLBqTabElement>>;
|
|
247
|
+
onBqFocus: EventName<BqTabCustomEvent<HTMLBqTabElement>>;
|
|
248
|
+
onBqBlur: EventName<BqTabCustomEvent<HTMLBqTabElement>>;
|
|
249
|
+
onBqKeyDown: EventName<BqTabCustomEvent<KeyboardEvent>>;
|
|
250
|
+
};
|
|
251
|
+
export declare const BqTab: StencilReactComponent<BqTabElement, BqTabEvents>;
|
|
252
|
+
export type BqTabGroupEvents = {
|
|
253
|
+
onBqChange: EventName<BqTabGroupCustomEvent<{
|
|
254
|
+
target: HTMLBqTabElement;
|
|
255
|
+
value: string;
|
|
256
|
+
}>>;
|
|
257
|
+
};
|
|
258
|
+
export declare const BqTabGroup: StencilReactComponent<BqTabGroupElement, BqTabGroupEvents>;
|
|
259
|
+
export type BqTagEvents = {
|
|
260
|
+
onBqClose: EventName<CustomEvent<any>>;
|
|
261
|
+
onBqOpen: EventName<CustomEvent<any>>;
|
|
262
|
+
onBqBlur: EventName<BqTagCustomEvent<HTMLBqTagElement>>;
|
|
263
|
+
onBqClick: EventName<BqTagCustomEvent<HTMLBqTagElement>>;
|
|
264
|
+
onBqFocus: EventName<BqTagCustomEvent<HTMLBqTagElement>>;
|
|
265
|
+
};
|
|
266
|
+
export declare const BqTag: StencilReactComponent<BqTagElement, BqTagEvents>;
|
|
267
|
+
export type BqTextareaEvents = {
|
|
268
|
+
onBqBlur: EventName<BqTextareaCustomEvent<HTMLBqTextareaElement>>;
|
|
269
|
+
onBqChange: EventName<BqTextareaCustomEvent<{
|
|
270
|
+
value: string;
|
|
271
|
+
el: HTMLBqTextareaElement;
|
|
272
|
+
}>>;
|
|
273
|
+
onBqClear: EventName<BqTextareaCustomEvent<HTMLBqTextareaElement>>;
|
|
274
|
+
onBqFocus: EventName<BqTextareaCustomEvent<HTMLBqTextareaElement>>;
|
|
275
|
+
onBqInput: EventName<BqTextareaCustomEvent<{
|
|
276
|
+
value: string;
|
|
277
|
+
el: HTMLBqTextareaElement;
|
|
278
|
+
}>>;
|
|
279
|
+
};
|
|
280
|
+
export declare const BqTextarea: StencilReactComponent<BqTextareaElement, BqTextareaEvents>;
|
|
281
|
+
export type BqToastEvents = {
|
|
282
|
+
onBqHide: EventName<BqToastCustomEvent<HTMLBqToastElement>>;
|
|
283
|
+
onBqShow: EventName<BqToastCustomEvent<HTMLBqToastElement>>;
|
|
284
|
+
};
|
|
285
|
+
export declare const BqToast: StencilReactComponent<BqToastElement, BqToastEvents>;
|
|
286
|
+
export type BqTooltipEvents = NonNullable<unknown>;
|
|
287
|
+
export declare const BqTooltip: StencilReactComponent<BqTooltipElement, BqTooltipEvents>;
|