@baloise/ds-react 19.10.1 → 20.0.0-next.6
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 +210 -0
- package/dist/generated/components.d.ts +357 -0
- package/dist/generated/components.js +745 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +5 -0
- package/package.json +30 -9
- package/index.esm.d.ts +0 -1
- package/index.esm.js +0 -1252
package/LICENSE
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2026 Helvetia Baloise Holding AG
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
202
|
+
|
|
203
|
+
================================================================================
|
|
204
|
+
|
|
205
|
+
THIRD-PARTY ASSETS
|
|
206
|
+
|
|
207
|
+
Streamline Icons
|
|
208
|
+
Icons from Streamline (https://streamlinehq.com) are included in this project
|
|
209
|
+
under the Streamline Premium License. No attribution is required for use under
|
|
210
|
+
this license.
|
|
@@ -0,0 +1,357 @@
|
|
|
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
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
6
|
+
import { type AccordionToggleDetail, type ButtonBlurDetail, type ButtonClickDetail, type ButtonDidRenderDetail, type ButtonFocusDetail, type ButtonNavigateDetail, type CarouselChangeDetail, type CheckboxBlurDetail, type CheckboxChangeDetail, type CheckboxFocusDetail, type CheckboxGroupBlurDetail, type CheckboxGroupChangeDetail, type CheckboxGroupFocusDetail, type DateBlurDetail, type DateChangeDetail, type DateClickDetail, type DateFocusDetail, type DateInputDetail, type DateKeyPressDetail, type DrawerDismissDetail, type DrawerPresentDetail, type DsAccordionCustomEvent, type DsAppCustomEvent, type DsButtonCustomEvent, type DsCarouselCustomEvent, type DsCarouselItemCustomEvent, type DsCheckboxCustomEvent, type DsCheckboxGroupCustomEvent, type DsDateCustomEvent, type DsDrawerCustomEvent, type DsFileUploadCustomEvent, type DsFooterCustomEvent, type DsInputCustomEvent, type DsItemCustomEvent, type DsModalCustomEvent, type DsNavbarCustomEvent, type DsNotificationCustomEvent, type DsNumberInputCustomEvent, type DsPaginationCustomEvent, type DsPopupCustomEvent, type DsRadioCustomEvent, type DsRadioGroupCustomEvent, type DsSegmentCustomEvent, type DsSegmentItemCustomEvent, type DsSelectCustomEvent, type DsSnackbarCustomEvent, type DsStepCustomEvent, type DsStepsCustomEvent, type DsTabCustomEvent, type DsTabsCustomEvent, type DsTagCustomEvent, type DsTextareaCustomEvent, type DsToastCustomEvent, type DsToggleCustomEvent, type DsTooltipCustomEvent, type FileUploadBlurDetail, type FileUploadChangeDetail, type FileUploadFilesAddedDetail, type FileUploadFilesRemovedDetail, type FileUploadFocusDetail, type FileUploadInputClickDetail, type FileUploadRejectedFileDetail, type FooterLanguageChangeDetail, type InputBlurDetail, type InputChangeDetail, type InputClickDetail, type InputFocusDetail, type InputInputDetail, type InputKeyPressDetail, type ModalDismissDetail, type ModalPresentDetail, type NotificationCloseClickDetail, type NumberInputBlurDetail, type NumberInputChangeDetail, type NumberInputClickDetail, type NumberInputFocusDetail, type NumberInputInputDetail, type NumberInputKeyPressDetail, type PaginationChangeDetail, type PopupDismissDetail, type PopupPresentDetail, type RadioBlurDetail, type RadioChangeDetail, type RadioFocusDetail, type RadioGroupBlurDetail, type RadioGroupChangeDetail, type RadioGroupFocusDetail, type SegmentBlurDetail, type SegmentChangeDetail, type SegmentFocusDetail, type SelectBlurDetail, type SelectChangeDetail, type SelectClickDetail, type SelectFocusDetail, type SnackbarActionClickDetail, type SnackbarCloseClickDetail, type StepsChangeDetail, type TabsChangeDetail, type TagCloseClickDetail, type TextareaBlurDetail, type TextareaChangeDetail, type TextareaClickDetail, type TextareaFocusDetail, type TextareaInputDetail, type TextareaKeyPressDetail, type ToastActionClickDetail, type ToastCloseClickDetail, type ToggleBlurDetail, type ToggleChangeDetail, type ToggleFocusDetail, type TooltipDidAnimateDetail, type TooltipWillAnimateDetail } from "@baloise/ds-core";
|
|
7
|
+
import type { Components } from "@baloise/ds-core/components";
|
|
8
|
+
import { DsAccordion as DsAccordionElement } from "@baloise/ds-core/components/ds-accordion.js";
|
|
9
|
+
import { DsAlertContainer as DsAlertContainerElement } from "@baloise/ds-core/components/ds-alert-container.js";
|
|
10
|
+
import { DsApp as DsAppElement } from "@baloise/ds-core/components/ds-app.js";
|
|
11
|
+
import { DsBadge as DsBadgeElement } from "@baloise/ds-core/components/ds-badge.js";
|
|
12
|
+
import { DsButtonGroup as DsButtonGroupElement } from "@baloise/ds-core/components/ds-button-group.js";
|
|
13
|
+
import { DsButton as DsButtonElement } from "@baloise/ds-core/components/ds-button.js";
|
|
14
|
+
import { DsCardActions as DsCardActionsElement } from "@baloise/ds-core/components/ds-card-actions.js";
|
|
15
|
+
import { DsCardContent as DsCardContentElement } from "@baloise/ds-core/components/ds-card-content.js";
|
|
16
|
+
import { DsCardHeader as DsCardHeaderElement } from "@baloise/ds-core/components/ds-card-header.js";
|
|
17
|
+
import { DsCardSubtitle as DsCardSubtitleElement } from "@baloise/ds-core/components/ds-card-subtitle.js";
|
|
18
|
+
import { DsCardTitle as DsCardTitleElement } from "@baloise/ds-core/components/ds-card-title.js";
|
|
19
|
+
import { DsCard as DsCardElement } from "@baloise/ds-core/components/ds-card.js";
|
|
20
|
+
import { DsCarouselItem as DsCarouselItemElement } from "@baloise/ds-core/components/ds-carousel-item.js";
|
|
21
|
+
import { DsCarousel as DsCarouselElement } from "@baloise/ds-core/components/ds-carousel.js";
|
|
22
|
+
import { DsCheckboxGroup as DsCheckboxGroupElement } from "@baloise/ds-core/components/ds-checkbox-group.js";
|
|
23
|
+
import { DsCheckbox as DsCheckboxElement } from "@baloise/ds-core/components/ds-checkbox.js";
|
|
24
|
+
import { DsClose as DsCloseElement } from "@baloise/ds-core/components/ds-close.js";
|
|
25
|
+
import { DsContent as DsContentElement } from "@baloise/ds-core/components/ds-content.js";
|
|
26
|
+
import { DsDataItem as DsDataItemElement } from "@baloise/ds-core/components/ds-data-item.js";
|
|
27
|
+
import { DsDataLabel as DsDataLabelElement } from "@baloise/ds-core/components/ds-data-label.js";
|
|
28
|
+
import { DsDataValue as DsDataValueElement } from "@baloise/ds-core/components/ds-data-value.js";
|
|
29
|
+
import { DsData as DsDataElement } from "@baloise/ds-core/components/ds-data.js";
|
|
30
|
+
import { DsDate as DsDateElement } from "@baloise/ds-core/components/ds-date.js";
|
|
31
|
+
import { DsDivider as DsDividerElement } from "@baloise/ds-core/components/ds-divider.js";
|
|
32
|
+
import { DsDrawer as DsDrawerElement } from "@baloise/ds-core/components/ds-drawer.js";
|
|
33
|
+
import { DsFileUpload as DsFileUploadElement } from "@baloise/ds-core/components/ds-file-upload.js";
|
|
34
|
+
import { DsFooter as DsFooterElement } from "@baloise/ds-core/components/ds-footer.js";
|
|
35
|
+
import { DsHeading as DsHeadingElement } from "@baloise/ds-core/components/ds-heading.js";
|
|
36
|
+
import { DsHintText as DsHintTextElement } from "@baloise/ds-core/components/ds-hint-text.js";
|
|
37
|
+
import { DsHintTitle as DsHintTitleElement } from "@baloise/ds-core/components/ds-hint-title.js";
|
|
38
|
+
import { DsHint as DsHintElement } from "@baloise/ds-core/components/ds-hint.js";
|
|
39
|
+
import { DsIcon as DsIconElement } from "@baloise/ds-core/components/ds-icon.js";
|
|
40
|
+
import { DsInput as DsInputElement } from "@baloise/ds-core/components/ds-input.js";
|
|
41
|
+
import { DsItem as DsItemElement } from "@baloise/ds-core/components/ds-item.js";
|
|
42
|
+
import { DsLabel as DsLabelElement } from "@baloise/ds-core/components/ds-label.js";
|
|
43
|
+
import { DsList as DsListElement } from "@baloise/ds-core/components/ds-list.js";
|
|
44
|
+
import { DsLogo as DsLogoElement } from "@baloise/ds-core/components/ds-logo.js";
|
|
45
|
+
import { DsModalBody as DsModalBodyElement } from "@baloise/ds-core/components/ds-modal-body.js";
|
|
46
|
+
import { DsModalHeader as DsModalHeaderElement } from "@baloise/ds-core/components/ds-modal-header.js";
|
|
47
|
+
import { DsModal as DsModalElement } from "@baloise/ds-core/components/ds-modal.js";
|
|
48
|
+
import { DsNavbar as DsNavbarElement } from "@baloise/ds-core/components/ds-navbar.js";
|
|
49
|
+
import { DsNotification as DsNotificationElement } from "@baloise/ds-core/components/ds-notification.js";
|
|
50
|
+
import { DsNumberInput as DsNumberInputElement } from "@baloise/ds-core/components/ds-number-input.js";
|
|
51
|
+
import { DsPagination as DsPaginationElement } from "@baloise/ds-core/components/ds-pagination.js";
|
|
52
|
+
import { DsPopup as DsPopupElement } from "@baloise/ds-core/components/ds-popup.js";
|
|
53
|
+
import { DsProgressBar as DsProgressBarElement } from "@baloise/ds-core/components/ds-progress-bar.js";
|
|
54
|
+
import { DsRadioGroup as DsRadioGroupElement } from "@baloise/ds-core/components/ds-radio-group.js";
|
|
55
|
+
import { DsRadio as DsRadioElement } from "@baloise/ds-core/components/ds-radio.js";
|
|
56
|
+
import { DsSegmentItem as DsSegmentItemElement } from "@baloise/ds-core/components/ds-segment-item.js";
|
|
57
|
+
import { DsSegment as DsSegmentElement } from "@baloise/ds-core/components/ds-segment.js";
|
|
58
|
+
import { DsSelectOptgroup as DsSelectOptgroupElement } from "@baloise/ds-core/components/ds-select-optgroup.js";
|
|
59
|
+
import { DsSelectOption as DsSelectOptionElement } from "@baloise/ds-core/components/ds-select-option.js";
|
|
60
|
+
import { DsSelect as DsSelectElement } from "@baloise/ds-core/components/ds-select.js";
|
|
61
|
+
import { DsShape as DsShapeElement } from "@baloise/ds-core/components/ds-shape.js";
|
|
62
|
+
import { DsSnackbar as DsSnackbarElement } from "@baloise/ds-core/components/ds-snackbar.js";
|
|
63
|
+
import { DsSpinner as DsSpinnerElement } from "@baloise/ds-core/components/ds-spinner.js";
|
|
64
|
+
import { DsStack as DsStackElement } from "@baloise/ds-core/components/ds-stack.js";
|
|
65
|
+
import { DsStepPanel as DsStepPanelElement } from "@baloise/ds-core/components/ds-step-panel.js";
|
|
66
|
+
import { DsStep as DsStepElement } from "@baloise/ds-core/components/ds-step.js";
|
|
67
|
+
import { DsSteps as DsStepsElement } from "@baloise/ds-core/components/ds-steps.js";
|
|
68
|
+
import { DsTabPanel as DsTabPanelElement } from "@baloise/ds-core/components/ds-tab-panel.js";
|
|
69
|
+
import { DsTab as DsTabElement } from "@baloise/ds-core/components/ds-tab.js";
|
|
70
|
+
import { DsTabs as DsTabsElement } from "@baloise/ds-core/components/ds-tabs.js";
|
|
71
|
+
import { DsTagGroup as DsTagGroupElement } from "@baloise/ds-core/components/ds-tag-group.js";
|
|
72
|
+
import { DsTag as DsTagElement } from "@baloise/ds-core/components/ds-tag.js";
|
|
73
|
+
import { DsText as DsTextElement } from "@baloise/ds-core/components/ds-text.js";
|
|
74
|
+
import { DsTextarea as DsTextareaElement } from "@baloise/ds-core/components/ds-textarea.js";
|
|
75
|
+
import { DsToast as DsToastElement } from "@baloise/ds-core/components/ds-toast.js";
|
|
76
|
+
import { DsToggle as DsToggleElement } from "@baloise/ds-core/components/ds-toggle.js";
|
|
77
|
+
import { DsTooltip as DsTooltipElement } from "@baloise/ds-core/components/ds-tooltip.js";
|
|
78
|
+
export type DsAccordionEvents = {
|
|
79
|
+
onDsToggle: EventName<DsAccordionCustomEvent<AccordionToggleDetail>>;
|
|
80
|
+
onDsOpened: EventName<DsAccordionCustomEvent<AccordionToggleDetail>>;
|
|
81
|
+
onDsClosed: EventName<DsAccordionCustomEvent<AccordionToggleDetail>>;
|
|
82
|
+
};
|
|
83
|
+
export declare const DsAccordion: StencilReactComponent<DsAccordionElement, DsAccordionEvents, Components.DsAccordion>;
|
|
84
|
+
export type DsAlertContainerEvents = NonNullable<unknown>;
|
|
85
|
+
export declare const DsAlertContainer: StencilReactComponent<DsAlertContainerElement, DsAlertContainerEvents, Components.DsAlertContainer>;
|
|
86
|
+
export type DsAppEvents = {
|
|
87
|
+
onDsAppReady: EventName<DsAppCustomEvent<void>>;
|
|
88
|
+
};
|
|
89
|
+
export declare const DsApp: StencilReactComponent<DsAppElement, DsAppEvents, Components.DsApp>;
|
|
90
|
+
export type DsBadgeEvents = NonNullable<unknown>;
|
|
91
|
+
export declare const DsBadge: StencilReactComponent<DsBadgeElement, DsBadgeEvents, Components.DsBadge>;
|
|
92
|
+
export type DsButtonEvents = {
|
|
93
|
+
onDsClick: EventName<DsButtonCustomEvent<ButtonClickDetail>>;
|
|
94
|
+
onDsNavigate: EventName<DsButtonCustomEvent<ButtonNavigateDetail>>;
|
|
95
|
+
onDsFocus: EventName<DsButtonCustomEvent<ButtonFocusDetail>>;
|
|
96
|
+
onDsBlur: EventName<DsButtonCustomEvent<ButtonBlurDetail>>;
|
|
97
|
+
onDsDidRender: EventName<DsButtonCustomEvent<ButtonDidRenderDetail>>;
|
|
98
|
+
};
|
|
99
|
+
export declare const DsButton: StencilReactComponent<DsButtonElement, DsButtonEvents, Components.DsButton>;
|
|
100
|
+
export type DsButtonGroupEvents = NonNullable<unknown>;
|
|
101
|
+
export declare const DsButtonGroup: StencilReactComponent<DsButtonGroupElement, DsButtonGroupEvents, Components.DsButtonGroup>;
|
|
102
|
+
export type DsCardEvents = NonNullable<unknown>;
|
|
103
|
+
export declare const DsCard: StencilReactComponent<DsCardElement, DsCardEvents, Components.DsCard>;
|
|
104
|
+
export type DsCardActionsEvents = NonNullable<unknown>;
|
|
105
|
+
export declare const DsCardActions: StencilReactComponent<DsCardActionsElement, DsCardActionsEvents, Components.DsCardActions>;
|
|
106
|
+
export type DsCardContentEvents = NonNullable<unknown>;
|
|
107
|
+
export declare const DsCardContent: StencilReactComponent<DsCardContentElement, DsCardContentEvents, Components.DsCardContent>;
|
|
108
|
+
export type DsCardHeaderEvents = NonNullable<unknown>;
|
|
109
|
+
export declare const DsCardHeader: StencilReactComponent<DsCardHeaderElement, DsCardHeaderEvents, Components.DsCardHeader>;
|
|
110
|
+
export type DsCardSubtitleEvents = NonNullable<unknown>;
|
|
111
|
+
export declare const DsCardSubtitle: StencilReactComponent<DsCardSubtitleElement, DsCardSubtitleEvents, Components.DsCardSubtitle>;
|
|
112
|
+
export type DsCardTitleEvents = NonNullable<unknown>;
|
|
113
|
+
export declare const DsCardTitle: StencilReactComponent<DsCardTitleElement, DsCardTitleEvents, Components.DsCardTitle>;
|
|
114
|
+
export type DsCarouselEvents = {
|
|
115
|
+
onDsChange: EventName<DsCarouselCustomEvent<CarouselChangeDetail>>;
|
|
116
|
+
};
|
|
117
|
+
export declare const DsCarousel: StencilReactComponent<DsCarouselElement, DsCarouselEvents, Components.DsCarousel>;
|
|
118
|
+
export type DsCarouselItemEvents = {
|
|
119
|
+
onDsCarouselItemSelect: EventName<DsCarouselItemCustomEvent<{
|
|
120
|
+
name: string;
|
|
121
|
+
}>>;
|
|
122
|
+
};
|
|
123
|
+
export declare const DsCarouselItem: StencilReactComponent<DsCarouselItemElement, DsCarouselItemEvents, Components.DsCarouselItem, 'name'>;
|
|
124
|
+
export type DsCheckboxEvents = {
|
|
125
|
+
onDsFocus: EventName<DsCheckboxCustomEvent<CheckboxFocusDetail>>;
|
|
126
|
+
onDsBlur: EventName<DsCheckboxCustomEvent<CheckboxBlurDetail>>;
|
|
127
|
+
onDsChange: EventName<DsCheckboxCustomEvent<CheckboxChangeDetail>>;
|
|
128
|
+
};
|
|
129
|
+
export declare const DsCheckbox: StencilReactComponent<DsCheckboxElement, DsCheckboxEvents, Components.DsCheckbox>;
|
|
130
|
+
export type DsCheckboxGroupEvents = {
|
|
131
|
+
onDsBlur: EventName<DsCheckboxGroupCustomEvent<CheckboxGroupBlurDetail>>;
|
|
132
|
+
onDsChange: EventName<DsCheckboxGroupCustomEvent<CheckboxGroupChangeDetail>>;
|
|
133
|
+
onDsFocus: EventName<DsCheckboxGroupCustomEvent<CheckboxGroupFocusDetail>>;
|
|
134
|
+
};
|
|
135
|
+
export declare const DsCheckboxGroup: StencilReactComponent<DsCheckboxGroupElement, DsCheckboxGroupEvents, Components.DsCheckboxGroup>;
|
|
136
|
+
export type DsCloseEvents = NonNullable<unknown>;
|
|
137
|
+
export declare const DsClose: StencilReactComponent<DsCloseElement, DsCloseEvents, Components.DsClose>;
|
|
138
|
+
export type DsContentEvents = NonNullable<unknown>;
|
|
139
|
+
export declare const DsContent: StencilReactComponent<DsContentElement, DsContentEvents, Components.DsContent>;
|
|
140
|
+
export type DsDataEvents = NonNullable<unknown>;
|
|
141
|
+
export declare const DsData: StencilReactComponent<DsDataElement, DsDataEvents, Components.DsData>;
|
|
142
|
+
export type DsDataItemEvents = NonNullable<unknown>;
|
|
143
|
+
export declare const DsDataItem: StencilReactComponent<DsDataItemElement, DsDataItemEvents, Components.DsDataItem>;
|
|
144
|
+
export type DsDataLabelEvents = NonNullable<unknown>;
|
|
145
|
+
export declare const DsDataLabel: StencilReactComponent<DsDataLabelElement, DsDataLabelEvents, Components.DsDataLabel>;
|
|
146
|
+
export type DsDataValueEvents = NonNullable<unknown>;
|
|
147
|
+
export declare const DsDataValue: StencilReactComponent<DsDataValueElement, DsDataValueEvents, Components.DsDataValue>;
|
|
148
|
+
export type DsDateEvents = {
|
|
149
|
+
onDsBlur: EventName<DsDateCustomEvent<DateBlurDetail>>;
|
|
150
|
+
onDsKeyPress: EventName<DsDateCustomEvent<DateKeyPressDetail>>;
|
|
151
|
+
onDsFocus: EventName<DsDateCustomEvent<DateFocusDetail>>;
|
|
152
|
+
onDsClick: EventName<DsDateCustomEvent<DateClickDetail>>;
|
|
153
|
+
onDsInput: EventName<DsDateCustomEvent<DateInputDetail>>;
|
|
154
|
+
onDsChange: EventName<DsDateCustomEvent<DateChangeDetail>>;
|
|
155
|
+
};
|
|
156
|
+
export declare const DsDate: StencilReactComponent<DsDateElement, DsDateEvents, Components.DsDate>;
|
|
157
|
+
export type DsDividerEvents = NonNullable<unknown>;
|
|
158
|
+
export declare const DsDivider: StencilReactComponent<DsDividerElement, DsDividerEvents, Components.DsDivider>;
|
|
159
|
+
export type DsDrawerEvents = {
|
|
160
|
+
onDsWillPresent: EventName<DsDrawerCustomEvent<DrawerPresentDetail>>;
|
|
161
|
+
onDsDidPresent: EventName<DsDrawerCustomEvent<DrawerPresentDetail>>;
|
|
162
|
+
onDsWillDismiss: EventName<DsDrawerCustomEvent<DrawerDismissDetail>>;
|
|
163
|
+
onDsDidDismiss: EventName<DsDrawerCustomEvent<DrawerDismissDetail>>;
|
|
164
|
+
};
|
|
165
|
+
export declare const DsDrawer: StencilReactComponent<DsDrawerElement, DsDrawerEvents, Components.DsDrawer>;
|
|
166
|
+
export type DsFileUploadEvents = {
|
|
167
|
+
onDsChange: EventName<DsFileUploadCustomEvent<FileUploadChangeDetail>>;
|
|
168
|
+
onDsFilesAdded: EventName<DsFileUploadCustomEvent<FileUploadFilesAddedDetail>>;
|
|
169
|
+
onDsFilesRemoved: EventName<DsFileUploadCustomEvent<FileUploadFilesRemovedDetail>>;
|
|
170
|
+
onDsRejectedFile: EventName<DsFileUploadCustomEvent<FileUploadRejectedFileDetail>>;
|
|
171
|
+
onDsInputClick: EventName<DsFileUploadCustomEvent<FileUploadInputClickDetail>>;
|
|
172
|
+
onDsBlur: EventName<DsFileUploadCustomEvent<FileUploadBlurDetail>>;
|
|
173
|
+
onDsFocus: EventName<DsFileUploadCustomEvent<FileUploadFocusDetail>>;
|
|
174
|
+
};
|
|
175
|
+
export declare const DsFileUpload: StencilReactComponent<DsFileUploadElement, DsFileUploadEvents, Components.DsFileUpload>;
|
|
176
|
+
export type DsFooterEvents = {
|
|
177
|
+
onDsLanguageChange: EventName<DsFooterCustomEvent<FooterLanguageChangeDetail>>;
|
|
178
|
+
};
|
|
179
|
+
export declare const DsFooter: StencilReactComponent<DsFooterElement, DsFooterEvents, Components.DsFooter>;
|
|
180
|
+
export type DsHeadingEvents = NonNullable<unknown>;
|
|
181
|
+
export declare const DsHeading: StencilReactComponent<DsHeadingElement, DsHeadingEvents, Components.DsHeading>;
|
|
182
|
+
export type DsHintEvents = NonNullable<unknown>;
|
|
183
|
+
export declare const DsHint: StencilReactComponent<DsHintElement, DsHintEvents, Components.DsHint>;
|
|
184
|
+
export type DsHintTextEvents = NonNullable<unknown>;
|
|
185
|
+
export declare const DsHintText: StencilReactComponent<DsHintTextElement, DsHintTextEvents, Components.DsHintText>;
|
|
186
|
+
export type DsHintTitleEvents = NonNullable<unknown>;
|
|
187
|
+
export declare const DsHintTitle: StencilReactComponent<DsHintTitleElement, DsHintTitleEvents, Components.DsHintTitle>;
|
|
188
|
+
export type DsIconEvents = NonNullable<unknown>;
|
|
189
|
+
export declare const DsIcon: StencilReactComponent<DsIconElement, DsIconEvents, Components.DsIcon>;
|
|
190
|
+
export type DsInputEvents = {
|
|
191
|
+
onDsBlur: EventName<DsInputCustomEvent<InputBlurDetail>>;
|
|
192
|
+
onDsKeyPress: EventName<DsInputCustomEvent<InputKeyPressDetail>>;
|
|
193
|
+
onDsFocus: EventName<DsInputCustomEvent<InputFocusDetail>>;
|
|
194
|
+
onDsClick: EventName<DsInputCustomEvent<InputClickDetail>>;
|
|
195
|
+
onDsInput: EventName<DsInputCustomEvent<InputInputDetail>>;
|
|
196
|
+
onDsChange: EventName<DsInputCustomEvent<InputChangeDetail>>;
|
|
197
|
+
};
|
|
198
|
+
export declare const DsInput: StencilReactComponent<DsInputElement, DsInputEvents, Components.DsInput>;
|
|
199
|
+
export type DsItemEvents = {
|
|
200
|
+
onDsClick: EventName<DsItemCustomEvent<ButtonClickDetail>>;
|
|
201
|
+
onDsAccordionToggle: EventName<DsItemCustomEvent<AccordionToggleDetail>>;
|
|
202
|
+
onDsAccordionOpened: EventName<DsItemCustomEvent<AccordionToggleDetail>>;
|
|
203
|
+
onDsAccordionClosed: EventName<DsItemCustomEvent<AccordionToggleDetail>>;
|
|
204
|
+
};
|
|
205
|
+
export declare const DsItem: StencilReactComponent<DsItemElement, DsItemEvents, Components.DsItem>;
|
|
206
|
+
export type DsLabelEvents = NonNullable<unknown>;
|
|
207
|
+
export declare const DsLabel: StencilReactComponent<DsLabelElement, DsLabelEvents, Components.DsLabel>;
|
|
208
|
+
export type DsListEvents = NonNullable<unknown>;
|
|
209
|
+
export declare const DsList: StencilReactComponent<DsListElement, DsListEvents, Components.DsList>;
|
|
210
|
+
export type DsLogoEvents = NonNullable<unknown>;
|
|
211
|
+
export declare const DsLogo: StencilReactComponent<DsLogoElement, DsLogoEvents, Components.DsLogo>;
|
|
212
|
+
export type DsModalEvents = {
|
|
213
|
+
onDsWillPresent: EventName<DsModalCustomEvent<ModalPresentDetail>>;
|
|
214
|
+
onDsDidPresent: EventName<DsModalCustomEvent<ModalPresentDetail>>;
|
|
215
|
+
onDsWillDismiss: EventName<DsModalCustomEvent<ModalDismissDetail>>;
|
|
216
|
+
onDsDidDismiss: EventName<DsModalCustomEvent<ModalDismissDetail>>;
|
|
217
|
+
};
|
|
218
|
+
export declare const DsModal: StencilReactComponent<DsModalElement, DsModalEvents, Components.DsModal>;
|
|
219
|
+
export type DsModalBodyEvents = NonNullable<unknown>;
|
|
220
|
+
export declare const DsModalBody: StencilReactComponent<DsModalBodyElement, DsModalBodyEvents, Components.DsModalBody>;
|
|
221
|
+
export type DsModalHeaderEvents = NonNullable<unknown>;
|
|
222
|
+
export declare const DsModalHeader: StencilReactComponent<DsModalHeaderElement, DsModalHeaderEvents, Components.DsModalHeader>;
|
|
223
|
+
export type DsNavbarEvents = {
|
|
224
|
+
onDsMenuOpenStart: EventName<DsNavbarCustomEvent<void>>;
|
|
225
|
+
onDsMenuOpenEnd: EventName<DsNavbarCustomEvent<void>>;
|
|
226
|
+
onDsMenuCloseStart: EventName<DsNavbarCustomEvent<void>>;
|
|
227
|
+
onDsMenuCloseEnd: EventName<DsNavbarCustomEvent<void>>;
|
|
228
|
+
};
|
|
229
|
+
export declare const DsNavbar: StencilReactComponent<DsNavbarElement, DsNavbarEvents, Components.DsNavbar>;
|
|
230
|
+
export type DsNotificationEvents = {
|
|
231
|
+
onDsCloseClick: EventName<DsNotificationCustomEvent<NotificationCloseClickDetail>>;
|
|
232
|
+
onDsDidLoad: EventName<DsNotificationCustomEvent<void>>;
|
|
233
|
+
};
|
|
234
|
+
export declare const DsNotification: StencilReactComponent<DsNotificationElement, DsNotificationEvents, Components.DsNotification>;
|
|
235
|
+
export type DsNumberInputEvents = {
|
|
236
|
+
onDsInput: EventName<DsNumberInputCustomEvent<NumberInputInputDetail>>;
|
|
237
|
+
onDsChange: EventName<DsNumberInputCustomEvent<NumberInputChangeDetail>>;
|
|
238
|
+
onDsBlur: EventName<DsNumberInputCustomEvent<NumberInputBlurDetail>>;
|
|
239
|
+
onDsFocus: EventName<DsNumberInputCustomEvent<NumberInputFocusDetail>>;
|
|
240
|
+
onDsClick: EventName<DsNumberInputCustomEvent<NumberInputClickDetail>>;
|
|
241
|
+
onDsKeyPress: EventName<DsNumberInputCustomEvent<NumberInputKeyPressDetail>>;
|
|
242
|
+
};
|
|
243
|
+
export declare const DsNumberInput: StencilReactComponent<DsNumberInputElement, DsNumberInputEvents, Components.DsNumberInput>;
|
|
244
|
+
export type DsPaginationEvents = {
|
|
245
|
+
onDsChange: EventName<DsPaginationCustomEvent<PaginationChangeDetail>>;
|
|
246
|
+
};
|
|
247
|
+
export declare const DsPagination: StencilReactComponent<DsPaginationElement, DsPaginationEvents, Components.DsPagination>;
|
|
248
|
+
export type DsPopupEvents = {
|
|
249
|
+
onDsWillPresent: EventName<DsPopupCustomEvent<PopupPresentDetail>>;
|
|
250
|
+
onDsDidPresent: EventName<DsPopupCustomEvent<PopupPresentDetail>>;
|
|
251
|
+
onDsWillDismiss: EventName<DsPopupCustomEvent<PopupDismissDetail>>;
|
|
252
|
+
onDsDidDismiss: EventName<DsPopupCustomEvent<PopupDismissDetail>>;
|
|
253
|
+
};
|
|
254
|
+
export declare const DsPopup: StencilReactComponent<DsPopupElement, DsPopupEvents, Components.DsPopup>;
|
|
255
|
+
export type DsProgressBarEvents = NonNullable<unknown>;
|
|
256
|
+
export declare const DsProgressBar: StencilReactComponent<DsProgressBarElement, DsProgressBarEvents, Components.DsProgressBar>;
|
|
257
|
+
export type DsRadioEvents = {
|
|
258
|
+
onDsBlur: EventName<DsRadioCustomEvent<RadioBlurDetail>>;
|
|
259
|
+
onDsChange: EventName<DsRadioCustomEvent<RadioChangeDetail>>;
|
|
260
|
+
onDsFocus: EventName<DsRadioCustomEvent<RadioFocusDetail>>;
|
|
261
|
+
};
|
|
262
|
+
export declare const DsRadio: StencilReactComponent<DsRadioElement, DsRadioEvents, Components.DsRadio>;
|
|
263
|
+
export type DsRadioGroupEvents = {
|
|
264
|
+
onDsBlur: EventName<DsRadioGroupCustomEvent<RadioGroupBlurDetail>>;
|
|
265
|
+
onDsChange: EventName<DsRadioGroupCustomEvent<RadioGroupChangeDetail>>;
|
|
266
|
+
onDsFocus: EventName<DsRadioGroupCustomEvent<RadioGroupFocusDetail>>;
|
|
267
|
+
};
|
|
268
|
+
export declare const DsRadioGroup: StencilReactComponent<DsRadioGroupElement, DsRadioGroupEvents, Components.DsRadioGroup>;
|
|
269
|
+
export type DsSegmentEvents = {
|
|
270
|
+
onDsBlur: EventName<DsSegmentCustomEvent<SegmentBlurDetail>>;
|
|
271
|
+
onDsChange: EventName<DsSegmentCustomEvent<SegmentChangeDetail>>;
|
|
272
|
+
onDsFocus: EventName<DsSegmentCustomEvent<SegmentFocusDetail>>;
|
|
273
|
+
};
|
|
274
|
+
export declare const DsSegment: StencilReactComponent<DsSegmentElement, DsSegmentEvents, Components.DsSegment>;
|
|
275
|
+
export type DsSegmentItemEvents = {
|
|
276
|
+
onDsWillUpdate: EventName<DsSegmentItemCustomEvent<void>>;
|
|
277
|
+
};
|
|
278
|
+
export declare const DsSegmentItem: StencilReactComponent<DsSegmentItemElement, DsSegmentItemEvents, Components.DsSegmentItem>;
|
|
279
|
+
export type DsSelectEvents = {
|
|
280
|
+
onDsChange: EventName<DsSelectCustomEvent<SelectChangeDetail>>;
|
|
281
|
+
onDsFocus: EventName<DsSelectCustomEvent<SelectFocusDetail>>;
|
|
282
|
+
onDsBlur: EventName<DsSelectCustomEvent<SelectBlurDetail>>;
|
|
283
|
+
onDsClick: EventName<DsSelectCustomEvent<SelectClickDetail>>;
|
|
284
|
+
};
|
|
285
|
+
export declare const DsSelect: StencilReactComponent<DsSelectElement, DsSelectEvents, Components.DsSelect>;
|
|
286
|
+
export type DsSelectOptgroupEvents = NonNullable<unknown>;
|
|
287
|
+
export declare const DsSelectOptgroup: StencilReactComponent<DsSelectOptgroupElement, DsSelectOptgroupEvents, Components.DsSelectOptgroup>;
|
|
288
|
+
export type DsSelectOptionEvents = NonNullable<unknown>;
|
|
289
|
+
export declare const DsSelectOption: StencilReactComponent<DsSelectOptionElement, DsSelectOptionEvents, Components.DsSelectOption>;
|
|
290
|
+
export type DsShapeEvents = NonNullable<unknown>;
|
|
291
|
+
export declare const DsShape: StencilReactComponent<DsShapeElement, DsShapeEvents, Components.DsShape>;
|
|
292
|
+
export type DsSnackbarEvents = {
|
|
293
|
+
onDsCloseClick: EventName<DsSnackbarCustomEvent<SnackbarCloseClickDetail>>;
|
|
294
|
+
onDsActionClick: EventName<DsSnackbarCustomEvent<SnackbarActionClickDetail>>;
|
|
295
|
+
};
|
|
296
|
+
export declare const DsSnackbar: StencilReactComponent<DsSnackbarElement, DsSnackbarEvents, Components.DsSnackbar>;
|
|
297
|
+
export type DsSpinnerEvents = NonNullable<unknown>;
|
|
298
|
+
export declare const DsSpinner: StencilReactComponent<DsSpinnerElement, DsSpinnerEvents, Components.DsSpinner>;
|
|
299
|
+
export type DsStackEvents = NonNullable<unknown>;
|
|
300
|
+
export declare const DsStack: StencilReactComponent<DsStackElement, DsStackEvents, Components.DsStack>;
|
|
301
|
+
export type DsStepEvents = {
|
|
302
|
+
onDsStepSelect: EventName<DsStepCustomEvent<{
|
|
303
|
+
name: string;
|
|
304
|
+
}>>;
|
|
305
|
+
};
|
|
306
|
+
export declare const DsStep: StencilReactComponent<DsStepElement, DsStepEvents, Components.DsStep, 'name'>;
|
|
307
|
+
export type DsStepPanelEvents = NonNullable<unknown>;
|
|
308
|
+
export declare const DsStepPanel: StencilReactComponent<DsStepPanelElement, DsStepPanelEvents, Components.DsStepPanel, 'for'>;
|
|
309
|
+
export type DsStepsEvents = {
|
|
310
|
+
onDsChange: EventName<DsStepsCustomEvent<StepsChangeDetail>>;
|
|
311
|
+
};
|
|
312
|
+
export declare const DsSteps: StencilReactComponent<DsStepsElement, DsStepsEvents, Components.DsSteps>;
|
|
313
|
+
export type DsTabEvents = {
|
|
314
|
+
onDsTabSelect: EventName<DsTabCustomEvent<{
|
|
315
|
+
name: string;
|
|
316
|
+
}>>;
|
|
317
|
+
};
|
|
318
|
+
export declare const DsTab: StencilReactComponent<DsTabElement, DsTabEvents, Components.DsTab, 'name'>;
|
|
319
|
+
export type DsTabPanelEvents = NonNullable<unknown>;
|
|
320
|
+
export declare const DsTabPanel: StencilReactComponent<DsTabPanelElement, DsTabPanelEvents, Components.DsTabPanel, 'for'>;
|
|
321
|
+
export type DsTabsEvents = {
|
|
322
|
+
onDsChange: EventName<DsTabsCustomEvent<TabsChangeDetail>>;
|
|
323
|
+
};
|
|
324
|
+
export declare const DsTabs: StencilReactComponent<DsTabsElement, DsTabsEvents, Components.DsTabs>;
|
|
325
|
+
export type DsTagEvents = {
|
|
326
|
+
onDsCloseClick: EventName<DsTagCustomEvent<TagCloseClickDetail>>;
|
|
327
|
+
};
|
|
328
|
+
export declare const DsTag: StencilReactComponent<DsTagElement, DsTagEvents, Components.DsTag>;
|
|
329
|
+
export type DsTagGroupEvents = NonNullable<unknown>;
|
|
330
|
+
export declare const DsTagGroup: StencilReactComponent<DsTagGroupElement, DsTagGroupEvents, Components.DsTagGroup>;
|
|
331
|
+
export type DsTextEvents = NonNullable<unknown>;
|
|
332
|
+
export declare const DsText: StencilReactComponent<DsTextElement, DsTextEvents, Components.DsText>;
|
|
333
|
+
export type DsTextareaEvents = {
|
|
334
|
+
onDsBlur: EventName<DsTextareaCustomEvent<TextareaBlurDetail>>;
|
|
335
|
+
onDsChange: EventName<DsTextareaCustomEvent<TextareaChangeDetail>>;
|
|
336
|
+
onDsClick: EventName<DsTextareaCustomEvent<TextareaClickDetail>>;
|
|
337
|
+
onDsFocus: EventName<DsTextareaCustomEvent<TextareaFocusDetail>>;
|
|
338
|
+
onDsInput: EventName<DsTextareaCustomEvent<TextareaInputDetail>>;
|
|
339
|
+
onDsKeyPress: EventName<DsTextareaCustomEvent<TextareaKeyPressDetail>>;
|
|
340
|
+
};
|
|
341
|
+
export declare const DsTextarea: StencilReactComponent<DsTextareaElement, DsTextareaEvents, Components.DsTextarea>;
|
|
342
|
+
export type DsToastEvents = {
|
|
343
|
+
onDsCloseClick: EventName<DsToastCustomEvent<ToastCloseClickDetail>>;
|
|
344
|
+
onDsActionClick: EventName<DsToastCustomEvent<ToastActionClickDetail>>;
|
|
345
|
+
};
|
|
346
|
+
export declare const DsToast: StencilReactComponent<DsToastElement, DsToastEvents, Components.DsToast, 'heading' | 'message'>;
|
|
347
|
+
export type DsToggleEvents = {
|
|
348
|
+
onDsBlur: EventName<DsToggleCustomEvent<ToggleBlurDetail>>;
|
|
349
|
+
onDsChange: EventName<DsToggleCustomEvent<ToggleChangeDetail>>;
|
|
350
|
+
onDsFocus: EventName<DsToggleCustomEvent<ToggleFocusDetail>>;
|
|
351
|
+
};
|
|
352
|
+
export declare const DsToggle: StencilReactComponent<DsToggleElement, DsToggleEvents, Components.DsToggle>;
|
|
353
|
+
export type DsTooltipEvents = {
|
|
354
|
+
onDsWillAnimate: EventName<DsTooltipCustomEvent<TooltipWillAnimateDetail>>;
|
|
355
|
+
onDsDidAnimate: EventName<DsTooltipCustomEvent<TooltipDidAnimateDetail>>;
|
|
356
|
+
};
|
|
357
|
+
export declare const DsTooltip: StencilReactComponent<DsTooltipElement, DsTooltipEvents, Components.DsTooltip>;
|