@baloise/ds-react 19.10.2 → 20.0.0-next.7

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 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,366 @@
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 DsInputSliderCustomEvent, 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 InputSliderBlurDetail, type InputSliderChangeDetail, type InputSliderClickDetail, type InputSliderFocusDetail, type InputSliderInputDetail, 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 { DsInputSlider as DsInputSliderElement } from "@baloise/ds-core/components/ds-input-slider.js";
41
+ import { DsInput as DsInputElement } from "@baloise/ds-core/components/ds-input.js";
42
+ import { DsItem as DsItemElement } from "@baloise/ds-core/components/ds-item.js";
43
+ import { DsLabel as DsLabelElement } from "@baloise/ds-core/components/ds-label.js";
44
+ import { DsList as DsListElement } from "@baloise/ds-core/components/ds-list.js";
45
+ import { DsLogo as DsLogoElement } from "@baloise/ds-core/components/ds-logo.js";
46
+ import { DsModalBody as DsModalBodyElement } from "@baloise/ds-core/components/ds-modal-body.js";
47
+ import { DsModalHeader as DsModalHeaderElement } from "@baloise/ds-core/components/ds-modal-header.js";
48
+ import { DsModal as DsModalElement } from "@baloise/ds-core/components/ds-modal.js";
49
+ import { DsNavbar as DsNavbarElement } from "@baloise/ds-core/components/ds-navbar.js";
50
+ import { DsNotification as DsNotificationElement } from "@baloise/ds-core/components/ds-notification.js";
51
+ import { DsNumberInput as DsNumberInputElement } from "@baloise/ds-core/components/ds-number-input.js";
52
+ import { DsPagination as DsPaginationElement } from "@baloise/ds-core/components/ds-pagination.js";
53
+ import { DsPopup as DsPopupElement } from "@baloise/ds-core/components/ds-popup.js";
54
+ import { DsProgressBar as DsProgressBarElement } from "@baloise/ds-core/components/ds-progress-bar.js";
55
+ import { DsRadioGroup as DsRadioGroupElement } from "@baloise/ds-core/components/ds-radio-group.js";
56
+ import { DsRadio as DsRadioElement } from "@baloise/ds-core/components/ds-radio.js";
57
+ import { DsSegmentItem as DsSegmentItemElement } from "@baloise/ds-core/components/ds-segment-item.js";
58
+ import { DsSegment as DsSegmentElement } from "@baloise/ds-core/components/ds-segment.js";
59
+ import { DsSelectOptgroup as DsSelectOptgroupElement } from "@baloise/ds-core/components/ds-select-optgroup.js";
60
+ import { DsSelectOption as DsSelectOptionElement } from "@baloise/ds-core/components/ds-select-option.js";
61
+ import { DsSelect as DsSelectElement } from "@baloise/ds-core/components/ds-select.js";
62
+ import { DsShape as DsShapeElement } from "@baloise/ds-core/components/ds-shape.js";
63
+ import { DsSnackbar as DsSnackbarElement } from "@baloise/ds-core/components/ds-snackbar.js";
64
+ import { DsSpinner as DsSpinnerElement } from "@baloise/ds-core/components/ds-spinner.js";
65
+ import { DsStack as DsStackElement } from "@baloise/ds-core/components/ds-stack.js";
66
+ import { DsStepPanel as DsStepPanelElement } from "@baloise/ds-core/components/ds-step-panel.js";
67
+ import { DsStep as DsStepElement } from "@baloise/ds-core/components/ds-step.js";
68
+ import { DsSteps as DsStepsElement } from "@baloise/ds-core/components/ds-steps.js";
69
+ import { DsTabPanel as DsTabPanelElement } from "@baloise/ds-core/components/ds-tab-panel.js";
70
+ import { DsTab as DsTabElement } from "@baloise/ds-core/components/ds-tab.js";
71
+ import { DsTabs as DsTabsElement } from "@baloise/ds-core/components/ds-tabs.js";
72
+ import { DsTagGroup as DsTagGroupElement } from "@baloise/ds-core/components/ds-tag-group.js";
73
+ import { DsTag as DsTagElement } from "@baloise/ds-core/components/ds-tag.js";
74
+ import { DsText as DsTextElement } from "@baloise/ds-core/components/ds-text.js";
75
+ import { DsTextarea as DsTextareaElement } from "@baloise/ds-core/components/ds-textarea.js";
76
+ import { DsToast as DsToastElement } from "@baloise/ds-core/components/ds-toast.js";
77
+ import { DsToggle as DsToggleElement } from "@baloise/ds-core/components/ds-toggle.js";
78
+ import { DsTooltip as DsTooltipElement } from "@baloise/ds-core/components/ds-tooltip.js";
79
+ export type DsAccordionEvents = {
80
+ onDsToggle: EventName<DsAccordionCustomEvent<AccordionToggleDetail>>;
81
+ onDsOpened: EventName<DsAccordionCustomEvent<AccordionToggleDetail>>;
82
+ onDsClosed: EventName<DsAccordionCustomEvent<AccordionToggleDetail>>;
83
+ };
84
+ export declare const DsAccordion: StencilReactComponent<DsAccordionElement, DsAccordionEvents, Components.DsAccordion>;
85
+ export type DsAlertContainerEvents = NonNullable<unknown>;
86
+ export declare const DsAlertContainer: StencilReactComponent<DsAlertContainerElement, DsAlertContainerEvents, Components.DsAlertContainer>;
87
+ export type DsAppEvents = {
88
+ onDsAppReady: EventName<DsAppCustomEvent<void>>;
89
+ };
90
+ export declare const DsApp: StencilReactComponent<DsAppElement, DsAppEvents, Components.DsApp>;
91
+ export type DsBadgeEvents = NonNullable<unknown>;
92
+ export declare const DsBadge: StencilReactComponent<DsBadgeElement, DsBadgeEvents, Components.DsBadge>;
93
+ export type DsButtonEvents = {
94
+ onDsClick: EventName<DsButtonCustomEvent<ButtonClickDetail>>;
95
+ onDsNavigate: EventName<DsButtonCustomEvent<ButtonNavigateDetail>>;
96
+ onDsFocus: EventName<DsButtonCustomEvent<ButtonFocusDetail>>;
97
+ onDsBlur: EventName<DsButtonCustomEvent<ButtonBlurDetail>>;
98
+ onDsDidRender: EventName<DsButtonCustomEvent<ButtonDidRenderDetail>>;
99
+ };
100
+ export declare const DsButton: StencilReactComponent<DsButtonElement, DsButtonEvents, Components.DsButton>;
101
+ export type DsButtonGroupEvents = NonNullable<unknown>;
102
+ export declare const DsButtonGroup: StencilReactComponent<DsButtonGroupElement, DsButtonGroupEvents, Components.DsButtonGroup>;
103
+ export type DsCardEvents = NonNullable<unknown>;
104
+ export declare const DsCard: StencilReactComponent<DsCardElement, DsCardEvents, Components.DsCard>;
105
+ export type DsCardActionsEvents = NonNullable<unknown>;
106
+ export declare const DsCardActions: StencilReactComponent<DsCardActionsElement, DsCardActionsEvents, Components.DsCardActions>;
107
+ export type DsCardContentEvents = NonNullable<unknown>;
108
+ export declare const DsCardContent: StencilReactComponent<DsCardContentElement, DsCardContentEvents, Components.DsCardContent>;
109
+ export type DsCardHeaderEvents = NonNullable<unknown>;
110
+ export declare const DsCardHeader: StencilReactComponent<DsCardHeaderElement, DsCardHeaderEvents, Components.DsCardHeader>;
111
+ export type DsCardSubtitleEvents = NonNullable<unknown>;
112
+ export declare const DsCardSubtitle: StencilReactComponent<DsCardSubtitleElement, DsCardSubtitleEvents, Components.DsCardSubtitle>;
113
+ export type DsCardTitleEvents = NonNullable<unknown>;
114
+ export declare const DsCardTitle: StencilReactComponent<DsCardTitleElement, DsCardTitleEvents, Components.DsCardTitle>;
115
+ export type DsCarouselEvents = {
116
+ onDsChange: EventName<DsCarouselCustomEvent<CarouselChangeDetail>>;
117
+ };
118
+ export declare const DsCarousel: StencilReactComponent<DsCarouselElement, DsCarouselEvents, Components.DsCarousel>;
119
+ export type DsCarouselItemEvents = {
120
+ onDsCarouselItemSelect: EventName<DsCarouselItemCustomEvent<{
121
+ name: string;
122
+ }>>;
123
+ };
124
+ export declare const DsCarouselItem: StencilReactComponent<DsCarouselItemElement, DsCarouselItemEvents, Components.DsCarouselItem, 'name'>;
125
+ export type DsCheckboxEvents = {
126
+ onDsFocus: EventName<DsCheckboxCustomEvent<CheckboxFocusDetail>>;
127
+ onDsBlur: EventName<DsCheckboxCustomEvent<CheckboxBlurDetail>>;
128
+ onDsChange: EventName<DsCheckboxCustomEvent<CheckboxChangeDetail>>;
129
+ };
130
+ export declare const DsCheckbox: StencilReactComponent<DsCheckboxElement, DsCheckboxEvents, Components.DsCheckbox>;
131
+ export type DsCheckboxGroupEvents = {
132
+ onDsBlur: EventName<DsCheckboxGroupCustomEvent<CheckboxGroupBlurDetail>>;
133
+ onDsChange: EventName<DsCheckboxGroupCustomEvent<CheckboxGroupChangeDetail>>;
134
+ onDsFocus: EventName<DsCheckboxGroupCustomEvent<CheckboxGroupFocusDetail>>;
135
+ };
136
+ export declare const DsCheckboxGroup: StencilReactComponent<DsCheckboxGroupElement, DsCheckboxGroupEvents, Components.DsCheckboxGroup>;
137
+ export type DsCloseEvents = NonNullable<unknown>;
138
+ export declare const DsClose: StencilReactComponent<DsCloseElement, DsCloseEvents, Components.DsClose>;
139
+ export type DsContentEvents = NonNullable<unknown>;
140
+ export declare const DsContent: StencilReactComponent<DsContentElement, DsContentEvents, Components.DsContent>;
141
+ export type DsDataEvents = NonNullable<unknown>;
142
+ export declare const DsData: StencilReactComponent<DsDataElement, DsDataEvents, Components.DsData>;
143
+ export type DsDataItemEvents = NonNullable<unknown>;
144
+ export declare const DsDataItem: StencilReactComponent<DsDataItemElement, DsDataItemEvents, Components.DsDataItem>;
145
+ export type DsDataLabelEvents = NonNullable<unknown>;
146
+ export declare const DsDataLabel: StencilReactComponent<DsDataLabelElement, DsDataLabelEvents, Components.DsDataLabel>;
147
+ export type DsDataValueEvents = NonNullable<unknown>;
148
+ export declare const DsDataValue: StencilReactComponent<DsDataValueElement, DsDataValueEvents, Components.DsDataValue>;
149
+ export type DsDateEvents = {
150
+ onDsBlur: EventName<DsDateCustomEvent<DateBlurDetail>>;
151
+ onDsKeyPress: EventName<DsDateCustomEvent<DateKeyPressDetail>>;
152
+ onDsFocus: EventName<DsDateCustomEvent<DateFocusDetail>>;
153
+ onDsClick: EventName<DsDateCustomEvent<DateClickDetail>>;
154
+ onDsInput: EventName<DsDateCustomEvent<DateInputDetail>>;
155
+ onDsChange: EventName<DsDateCustomEvent<DateChangeDetail>>;
156
+ };
157
+ export declare const DsDate: StencilReactComponent<DsDateElement, DsDateEvents, Components.DsDate>;
158
+ export type DsDividerEvents = NonNullable<unknown>;
159
+ export declare const DsDivider: StencilReactComponent<DsDividerElement, DsDividerEvents, Components.DsDivider>;
160
+ export type DsDrawerEvents = {
161
+ onDsWillPresent: EventName<DsDrawerCustomEvent<DrawerPresentDetail>>;
162
+ onDsDidPresent: EventName<DsDrawerCustomEvent<DrawerPresentDetail>>;
163
+ onDsWillDismiss: EventName<DsDrawerCustomEvent<DrawerDismissDetail>>;
164
+ onDsDidDismiss: EventName<DsDrawerCustomEvent<DrawerDismissDetail>>;
165
+ };
166
+ export declare const DsDrawer: StencilReactComponent<DsDrawerElement, DsDrawerEvents, Components.DsDrawer>;
167
+ export type DsFileUploadEvents = {
168
+ onDsChange: EventName<DsFileUploadCustomEvent<FileUploadChangeDetail>>;
169
+ onDsFilesAdded: EventName<DsFileUploadCustomEvent<FileUploadFilesAddedDetail>>;
170
+ onDsFilesRemoved: EventName<DsFileUploadCustomEvent<FileUploadFilesRemovedDetail>>;
171
+ onDsRejectedFile: EventName<DsFileUploadCustomEvent<FileUploadRejectedFileDetail>>;
172
+ onDsInputClick: EventName<DsFileUploadCustomEvent<FileUploadInputClickDetail>>;
173
+ onDsBlur: EventName<DsFileUploadCustomEvent<FileUploadBlurDetail>>;
174
+ onDsFocus: EventName<DsFileUploadCustomEvent<FileUploadFocusDetail>>;
175
+ };
176
+ export declare const DsFileUpload: StencilReactComponent<DsFileUploadElement, DsFileUploadEvents, Components.DsFileUpload>;
177
+ export type DsFooterEvents = {
178
+ onDsLanguageChange: EventName<DsFooterCustomEvent<FooterLanguageChangeDetail>>;
179
+ };
180
+ export declare const DsFooter: StencilReactComponent<DsFooterElement, DsFooterEvents, Components.DsFooter>;
181
+ export type DsHeadingEvents = NonNullable<unknown>;
182
+ export declare const DsHeading: StencilReactComponent<DsHeadingElement, DsHeadingEvents, Components.DsHeading>;
183
+ export type DsHintEvents = NonNullable<unknown>;
184
+ export declare const DsHint: StencilReactComponent<DsHintElement, DsHintEvents, Components.DsHint>;
185
+ export type DsHintTextEvents = NonNullable<unknown>;
186
+ export declare const DsHintText: StencilReactComponent<DsHintTextElement, DsHintTextEvents, Components.DsHintText>;
187
+ export type DsHintTitleEvents = NonNullable<unknown>;
188
+ export declare const DsHintTitle: StencilReactComponent<DsHintTitleElement, DsHintTitleEvents, Components.DsHintTitle>;
189
+ export type DsIconEvents = NonNullable<unknown>;
190
+ export declare const DsIcon: StencilReactComponent<DsIconElement, DsIconEvents, Components.DsIcon>;
191
+ export type DsInputEvents = {
192
+ onDsBlur: EventName<DsInputCustomEvent<InputBlurDetail>>;
193
+ onDsKeyPress: EventName<DsInputCustomEvent<InputKeyPressDetail>>;
194
+ onDsFocus: EventName<DsInputCustomEvent<InputFocusDetail>>;
195
+ onDsClick: EventName<DsInputCustomEvent<InputClickDetail>>;
196
+ onDsInput: EventName<DsInputCustomEvent<InputInputDetail>>;
197
+ onDsChange: EventName<DsInputCustomEvent<InputChangeDetail>>;
198
+ };
199
+ export declare const DsInput: StencilReactComponent<DsInputElement, DsInputEvents, Components.DsInput>;
200
+ export type DsInputSliderEvents = {
201
+ onDsInput: EventName<DsInputSliderCustomEvent<InputSliderInputDetail>>;
202
+ onDsFocus: EventName<DsInputSliderCustomEvent<InputSliderFocusDetail>>;
203
+ onDsBlur: EventName<DsInputSliderCustomEvent<InputSliderBlurDetail>>;
204
+ onDsClick: EventName<DsInputSliderCustomEvent<InputSliderClickDetail>>;
205
+ onDsChange: EventName<DsInputSliderCustomEvent<InputSliderChangeDetail>>;
206
+ };
207
+ export declare const DsInputSlider: StencilReactComponent<DsInputSliderElement, DsInputSliderEvents, Components.DsInputSlider>;
208
+ export type DsItemEvents = {
209
+ onDsClick: EventName<DsItemCustomEvent<ButtonClickDetail>>;
210
+ onDsAccordionToggle: EventName<DsItemCustomEvent<AccordionToggleDetail>>;
211
+ onDsAccordionOpened: EventName<DsItemCustomEvent<AccordionToggleDetail>>;
212
+ onDsAccordionClosed: EventName<DsItemCustomEvent<AccordionToggleDetail>>;
213
+ };
214
+ export declare const DsItem: StencilReactComponent<DsItemElement, DsItemEvents, Components.DsItem>;
215
+ export type DsLabelEvents = NonNullable<unknown>;
216
+ export declare const DsLabel: StencilReactComponent<DsLabelElement, DsLabelEvents, Components.DsLabel>;
217
+ export type DsListEvents = NonNullable<unknown>;
218
+ export declare const DsList: StencilReactComponent<DsListElement, DsListEvents, Components.DsList>;
219
+ export type DsLogoEvents = NonNullable<unknown>;
220
+ export declare const DsLogo: StencilReactComponent<DsLogoElement, DsLogoEvents, Components.DsLogo>;
221
+ export type DsModalEvents = {
222
+ onDsWillPresent: EventName<DsModalCustomEvent<ModalPresentDetail>>;
223
+ onDsDidPresent: EventName<DsModalCustomEvent<ModalPresentDetail>>;
224
+ onDsWillDismiss: EventName<DsModalCustomEvent<ModalDismissDetail>>;
225
+ onDsDidDismiss: EventName<DsModalCustomEvent<ModalDismissDetail>>;
226
+ };
227
+ export declare const DsModal: StencilReactComponent<DsModalElement, DsModalEvents, Components.DsModal>;
228
+ export type DsModalBodyEvents = NonNullable<unknown>;
229
+ export declare const DsModalBody: StencilReactComponent<DsModalBodyElement, DsModalBodyEvents, Components.DsModalBody>;
230
+ export type DsModalHeaderEvents = NonNullable<unknown>;
231
+ export declare const DsModalHeader: StencilReactComponent<DsModalHeaderElement, DsModalHeaderEvents, Components.DsModalHeader>;
232
+ export type DsNavbarEvents = {
233
+ onDsMenuOpenStart: EventName<DsNavbarCustomEvent<void>>;
234
+ onDsMenuOpenEnd: EventName<DsNavbarCustomEvent<void>>;
235
+ onDsMenuCloseStart: EventName<DsNavbarCustomEvent<void>>;
236
+ onDsMenuCloseEnd: EventName<DsNavbarCustomEvent<void>>;
237
+ };
238
+ export declare const DsNavbar: StencilReactComponent<DsNavbarElement, DsNavbarEvents, Components.DsNavbar>;
239
+ export type DsNotificationEvents = {
240
+ onDsCloseClick: EventName<DsNotificationCustomEvent<NotificationCloseClickDetail>>;
241
+ onDsDidLoad: EventName<DsNotificationCustomEvent<void>>;
242
+ };
243
+ export declare const DsNotification: StencilReactComponent<DsNotificationElement, DsNotificationEvents, Components.DsNotification>;
244
+ export type DsNumberInputEvents = {
245
+ onDsInput: EventName<DsNumberInputCustomEvent<NumberInputInputDetail>>;
246
+ onDsChange: EventName<DsNumberInputCustomEvent<NumberInputChangeDetail>>;
247
+ onDsBlur: EventName<DsNumberInputCustomEvent<NumberInputBlurDetail>>;
248
+ onDsFocus: EventName<DsNumberInputCustomEvent<NumberInputFocusDetail>>;
249
+ onDsClick: EventName<DsNumberInputCustomEvent<NumberInputClickDetail>>;
250
+ onDsKeyPress: EventName<DsNumberInputCustomEvent<NumberInputKeyPressDetail>>;
251
+ };
252
+ export declare const DsNumberInput: StencilReactComponent<DsNumberInputElement, DsNumberInputEvents, Components.DsNumberInput>;
253
+ export type DsPaginationEvents = {
254
+ onDsChange: EventName<DsPaginationCustomEvent<PaginationChangeDetail>>;
255
+ };
256
+ export declare const DsPagination: StencilReactComponent<DsPaginationElement, DsPaginationEvents, Components.DsPagination>;
257
+ export type DsPopupEvents = {
258
+ onDsWillPresent: EventName<DsPopupCustomEvent<PopupPresentDetail>>;
259
+ onDsDidPresent: EventName<DsPopupCustomEvent<PopupPresentDetail>>;
260
+ onDsWillDismiss: EventName<DsPopupCustomEvent<PopupDismissDetail>>;
261
+ onDsDidDismiss: EventName<DsPopupCustomEvent<PopupDismissDetail>>;
262
+ };
263
+ export declare const DsPopup: StencilReactComponent<DsPopupElement, DsPopupEvents, Components.DsPopup>;
264
+ export type DsProgressBarEvents = NonNullable<unknown>;
265
+ export declare const DsProgressBar: StencilReactComponent<DsProgressBarElement, DsProgressBarEvents, Components.DsProgressBar>;
266
+ export type DsRadioEvents = {
267
+ onDsBlur: EventName<DsRadioCustomEvent<RadioBlurDetail>>;
268
+ onDsChange: EventName<DsRadioCustomEvent<RadioChangeDetail>>;
269
+ onDsFocus: EventName<DsRadioCustomEvent<RadioFocusDetail>>;
270
+ };
271
+ export declare const DsRadio: StencilReactComponent<DsRadioElement, DsRadioEvents, Components.DsRadio>;
272
+ export type DsRadioGroupEvents = {
273
+ onDsBlur: EventName<DsRadioGroupCustomEvent<RadioGroupBlurDetail>>;
274
+ onDsChange: EventName<DsRadioGroupCustomEvent<RadioGroupChangeDetail>>;
275
+ onDsFocus: EventName<DsRadioGroupCustomEvent<RadioGroupFocusDetail>>;
276
+ };
277
+ export declare const DsRadioGroup: StencilReactComponent<DsRadioGroupElement, DsRadioGroupEvents, Components.DsRadioGroup>;
278
+ export type DsSegmentEvents = {
279
+ onDsBlur: EventName<DsSegmentCustomEvent<SegmentBlurDetail>>;
280
+ onDsChange: EventName<DsSegmentCustomEvent<SegmentChangeDetail>>;
281
+ onDsFocus: EventName<DsSegmentCustomEvent<SegmentFocusDetail>>;
282
+ };
283
+ export declare const DsSegment: StencilReactComponent<DsSegmentElement, DsSegmentEvents, Components.DsSegment>;
284
+ export type DsSegmentItemEvents = {
285
+ onDsWillUpdate: EventName<DsSegmentItemCustomEvent<void>>;
286
+ };
287
+ export declare const DsSegmentItem: StencilReactComponent<DsSegmentItemElement, DsSegmentItemEvents, Components.DsSegmentItem>;
288
+ export type DsSelectEvents = {
289
+ onDsChange: EventName<DsSelectCustomEvent<SelectChangeDetail>>;
290
+ onDsFocus: EventName<DsSelectCustomEvent<SelectFocusDetail>>;
291
+ onDsBlur: EventName<DsSelectCustomEvent<SelectBlurDetail>>;
292
+ onDsClick: EventName<DsSelectCustomEvent<SelectClickDetail>>;
293
+ };
294
+ export declare const DsSelect: StencilReactComponent<DsSelectElement, DsSelectEvents, Components.DsSelect>;
295
+ export type DsSelectOptgroupEvents = NonNullable<unknown>;
296
+ export declare const DsSelectOptgroup: StencilReactComponent<DsSelectOptgroupElement, DsSelectOptgroupEvents, Components.DsSelectOptgroup>;
297
+ export type DsSelectOptionEvents = NonNullable<unknown>;
298
+ export declare const DsSelectOption: StencilReactComponent<DsSelectOptionElement, DsSelectOptionEvents, Components.DsSelectOption>;
299
+ export type DsShapeEvents = NonNullable<unknown>;
300
+ export declare const DsShape: StencilReactComponent<DsShapeElement, DsShapeEvents, Components.DsShape>;
301
+ export type DsSnackbarEvents = {
302
+ onDsCloseClick: EventName<DsSnackbarCustomEvent<SnackbarCloseClickDetail>>;
303
+ onDsActionClick: EventName<DsSnackbarCustomEvent<SnackbarActionClickDetail>>;
304
+ };
305
+ export declare const DsSnackbar: StencilReactComponent<DsSnackbarElement, DsSnackbarEvents, Components.DsSnackbar>;
306
+ export type DsSpinnerEvents = NonNullable<unknown>;
307
+ export declare const DsSpinner: StencilReactComponent<DsSpinnerElement, DsSpinnerEvents, Components.DsSpinner>;
308
+ export type DsStackEvents = NonNullable<unknown>;
309
+ export declare const DsStack: StencilReactComponent<DsStackElement, DsStackEvents, Components.DsStack>;
310
+ export type DsStepEvents = {
311
+ onDsStepSelect: EventName<DsStepCustomEvent<{
312
+ name: string;
313
+ }>>;
314
+ };
315
+ export declare const DsStep: StencilReactComponent<DsStepElement, DsStepEvents, Components.DsStep, 'name'>;
316
+ export type DsStepPanelEvents = NonNullable<unknown>;
317
+ export declare const DsStepPanel: StencilReactComponent<DsStepPanelElement, DsStepPanelEvents, Components.DsStepPanel, 'for'>;
318
+ export type DsStepsEvents = {
319
+ onDsChange: EventName<DsStepsCustomEvent<StepsChangeDetail>>;
320
+ };
321
+ export declare const DsSteps: StencilReactComponent<DsStepsElement, DsStepsEvents, Components.DsSteps>;
322
+ export type DsTabEvents = {
323
+ onDsTabSelect: EventName<DsTabCustomEvent<{
324
+ name: string;
325
+ }>>;
326
+ };
327
+ export declare const DsTab: StencilReactComponent<DsTabElement, DsTabEvents, Components.DsTab, 'name'>;
328
+ export type DsTabPanelEvents = NonNullable<unknown>;
329
+ export declare const DsTabPanel: StencilReactComponent<DsTabPanelElement, DsTabPanelEvents, Components.DsTabPanel, 'for'>;
330
+ export type DsTabsEvents = {
331
+ onDsChange: EventName<DsTabsCustomEvent<TabsChangeDetail>>;
332
+ };
333
+ export declare const DsTabs: StencilReactComponent<DsTabsElement, DsTabsEvents, Components.DsTabs>;
334
+ export type DsTagEvents = {
335
+ onDsCloseClick: EventName<DsTagCustomEvent<TagCloseClickDetail>>;
336
+ };
337
+ export declare const DsTag: StencilReactComponent<DsTagElement, DsTagEvents, Components.DsTag>;
338
+ export type DsTagGroupEvents = NonNullable<unknown>;
339
+ export declare const DsTagGroup: StencilReactComponent<DsTagGroupElement, DsTagGroupEvents, Components.DsTagGroup>;
340
+ export type DsTextEvents = NonNullable<unknown>;
341
+ export declare const DsText: StencilReactComponent<DsTextElement, DsTextEvents, Components.DsText>;
342
+ export type DsTextareaEvents = {
343
+ onDsBlur: EventName<DsTextareaCustomEvent<TextareaBlurDetail>>;
344
+ onDsChange: EventName<DsTextareaCustomEvent<TextareaChangeDetail>>;
345
+ onDsClick: EventName<DsTextareaCustomEvent<TextareaClickDetail>>;
346
+ onDsFocus: EventName<DsTextareaCustomEvent<TextareaFocusDetail>>;
347
+ onDsInput: EventName<DsTextareaCustomEvent<TextareaInputDetail>>;
348
+ onDsKeyPress: EventName<DsTextareaCustomEvent<TextareaKeyPressDetail>>;
349
+ };
350
+ export declare const DsTextarea: StencilReactComponent<DsTextareaElement, DsTextareaEvents, Components.DsTextarea>;
351
+ export type DsToastEvents = {
352
+ onDsCloseClick: EventName<DsToastCustomEvent<ToastCloseClickDetail>>;
353
+ onDsActionClick: EventName<DsToastCustomEvent<ToastActionClickDetail>>;
354
+ };
355
+ export declare const DsToast: StencilReactComponent<DsToastElement, DsToastEvents, Components.DsToast, 'heading' | 'message'>;
356
+ export type DsToggleEvents = {
357
+ onDsBlur: EventName<DsToggleCustomEvent<ToggleBlurDetail>>;
358
+ onDsChange: EventName<DsToggleCustomEvent<ToggleChangeDetail>>;
359
+ onDsFocus: EventName<DsToggleCustomEvent<ToggleFocusDetail>>;
360
+ };
361
+ export declare const DsToggle: StencilReactComponent<DsToggleElement, DsToggleEvents, Components.DsToggle>;
362
+ export type DsTooltipEvents = {
363
+ onDsWillAnimate: EventName<DsTooltipCustomEvent<TooltipWillAnimateDetail>>;
364
+ onDsDidAnimate: EventName<DsTooltipCustomEvent<TooltipDidAnimateDetail>>;
365
+ };
366
+ export declare const DsTooltip: StencilReactComponent<DsTooltipElement, DsTooltipEvents, Components.DsTooltip>;