@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.
@@ -0,0 +1,745 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { DsAccordion as DsAccordionElement, defineCustomElement as defineDsAccordion } from "@baloise/ds-core/components/ds-accordion.js";
5
+ import { DsAlertContainer as DsAlertContainerElement, defineCustomElement as defineDsAlertContainer } from "@baloise/ds-core/components/ds-alert-container.js";
6
+ import { DsApp as DsAppElement, defineCustomElement as defineDsApp } from "@baloise/ds-core/components/ds-app.js";
7
+ import { DsBadge as DsBadgeElement, defineCustomElement as defineDsBadge } from "@baloise/ds-core/components/ds-badge.js";
8
+ import { DsButtonGroup as DsButtonGroupElement, defineCustomElement as defineDsButtonGroup } from "@baloise/ds-core/components/ds-button-group.js";
9
+ import { DsButton as DsButtonElement, defineCustomElement as defineDsButton } from "@baloise/ds-core/components/ds-button.js";
10
+ import { DsCardActions as DsCardActionsElement, defineCustomElement as defineDsCardActions } from "@baloise/ds-core/components/ds-card-actions.js";
11
+ import { DsCardContent as DsCardContentElement, defineCustomElement as defineDsCardContent } from "@baloise/ds-core/components/ds-card-content.js";
12
+ import { DsCardHeader as DsCardHeaderElement, defineCustomElement as defineDsCardHeader } from "@baloise/ds-core/components/ds-card-header.js";
13
+ import { DsCardSubtitle as DsCardSubtitleElement, defineCustomElement as defineDsCardSubtitle } from "@baloise/ds-core/components/ds-card-subtitle.js";
14
+ import { DsCardTitle as DsCardTitleElement, defineCustomElement as defineDsCardTitle } from "@baloise/ds-core/components/ds-card-title.js";
15
+ import { DsCard as DsCardElement, defineCustomElement as defineDsCard } from "@baloise/ds-core/components/ds-card.js";
16
+ import { DsCarouselItem as DsCarouselItemElement, defineCustomElement as defineDsCarouselItem } from "@baloise/ds-core/components/ds-carousel-item.js";
17
+ import { DsCarousel as DsCarouselElement, defineCustomElement as defineDsCarousel } from "@baloise/ds-core/components/ds-carousel.js";
18
+ import { DsCheckboxGroup as DsCheckboxGroupElement, defineCustomElement as defineDsCheckboxGroup } from "@baloise/ds-core/components/ds-checkbox-group.js";
19
+ import { DsCheckbox as DsCheckboxElement, defineCustomElement as defineDsCheckbox } from "@baloise/ds-core/components/ds-checkbox.js";
20
+ import { DsClose as DsCloseElement, defineCustomElement as defineDsClose } from "@baloise/ds-core/components/ds-close.js";
21
+ import { DsContent as DsContentElement, defineCustomElement as defineDsContent } from "@baloise/ds-core/components/ds-content.js";
22
+ import { DsDataItem as DsDataItemElement, defineCustomElement as defineDsDataItem } from "@baloise/ds-core/components/ds-data-item.js";
23
+ import { DsDataLabel as DsDataLabelElement, defineCustomElement as defineDsDataLabel } from "@baloise/ds-core/components/ds-data-label.js";
24
+ import { DsDataValue as DsDataValueElement, defineCustomElement as defineDsDataValue } from "@baloise/ds-core/components/ds-data-value.js";
25
+ import { DsData as DsDataElement, defineCustomElement as defineDsData } from "@baloise/ds-core/components/ds-data.js";
26
+ import { DsDate as DsDateElement, defineCustomElement as defineDsDate } from "@baloise/ds-core/components/ds-date.js";
27
+ import { DsDivider as DsDividerElement, defineCustomElement as defineDsDivider } from "@baloise/ds-core/components/ds-divider.js";
28
+ import { DsDrawer as DsDrawerElement, defineCustomElement as defineDsDrawer } from "@baloise/ds-core/components/ds-drawer.js";
29
+ import { DsFileUpload as DsFileUploadElement, defineCustomElement as defineDsFileUpload } from "@baloise/ds-core/components/ds-file-upload.js";
30
+ import { DsFooter as DsFooterElement, defineCustomElement as defineDsFooter } from "@baloise/ds-core/components/ds-footer.js";
31
+ import { DsHeading as DsHeadingElement, defineCustomElement as defineDsHeading } from "@baloise/ds-core/components/ds-heading.js";
32
+ import { DsHintText as DsHintTextElement, defineCustomElement as defineDsHintText } from "@baloise/ds-core/components/ds-hint-text.js";
33
+ import { DsHintTitle as DsHintTitleElement, defineCustomElement as defineDsHintTitle } from "@baloise/ds-core/components/ds-hint-title.js";
34
+ import { DsHint as DsHintElement, defineCustomElement as defineDsHint } from "@baloise/ds-core/components/ds-hint.js";
35
+ import { DsIcon as DsIconElement, defineCustomElement as defineDsIcon } from "@baloise/ds-core/components/ds-icon.js";
36
+ import { DsInput as DsInputElement, defineCustomElement as defineDsInput } from "@baloise/ds-core/components/ds-input.js";
37
+ import { DsItem as DsItemElement, defineCustomElement as defineDsItem } from "@baloise/ds-core/components/ds-item.js";
38
+ import { DsLabel as DsLabelElement, defineCustomElement as defineDsLabel } from "@baloise/ds-core/components/ds-label.js";
39
+ import { DsList as DsListElement, defineCustomElement as defineDsList } from "@baloise/ds-core/components/ds-list.js";
40
+ import { DsLogo as DsLogoElement, defineCustomElement as defineDsLogo } from "@baloise/ds-core/components/ds-logo.js";
41
+ import { DsModalBody as DsModalBodyElement, defineCustomElement as defineDsModalBody } from "@baloise/ds-core/components/ds-modal-body.js";
42
+ import { DsModalHeader as DsModalHeaderElement, defineCustomElement as defineDsModalHeader } from "@baloise/ds-core/components/ds-modal-header.js";
43
+ import { DsModal as DsModalElement, defineCustomElement as defineDsModal } from "@baloise/ds-core/components/ds-modal.js";
44
+ import { DsNavbar as DsNavbarElement, defineCustomElement as defineDsNavbar } from "@baloise/ds-core/components/ds-navbar.js";
45
+ import { DsNotification as DsNotificationElement, defineCustomElement as defineDsNotification } from "@baloise/ds-core/components/ds-notification.js";
46
+ import { DsNumberInput as DsNumberInputElement, defineCustomElement as defineDsNumberInput } from "@baloise/ds-core/components/ds-number-input.js";
47
+ import { DsPagination as DsPaginationElement, defineCustomElement as defineDsPagination } from "@baloise/ds-core/components/ds-pagination.js";
48
+ import { DsPopup as DsPopupElement, defineCustomElement as defineDsPopup } from "@baloise/ds-core/components/ds-popup.js";
49
+ import { DsProgressBar as DsProgressBarElement, defineCustomElement as defineDsProgressBar } from "@baloise/ds-core/components/ds-progress-bar.js";
50
+ import { DsRadioGroup as DsRadioGroupElement, defineCustomElement as defineDsRadioGroup } from "@baloise/ds-core/components/ds-radio-group.js";
51
+ import { DsRadio as DsRadioElement, defineCustomElement as defineDsRadio } from "@baloise/ds-core/components/ds-radio.js";
52
+ import { DsSegmentItem as DsSegmentItemElement, defineCustomElement as defineDsSegmentItem } from "@baloise/ds-core/components/ds-segment-item.js";
53
+ import { DsSegment as DsSegmentElement, defineCustomElement as defineDsSegment } from "@baloise/ds-core/components/ds-segment.js";
54
+ import { DsSelectOptgroup as DsSelectOptgroupElement, defineCustomElement as defineDsSelectOptgroup } from "@baloise/ds-core/components/ds-select-optgroup.js";
55
+ import { DsSelectOption as DsSelectOptionElement, defineCustomElement as defineDsSelectOption } from "@baloise/ds-core/components/ds-select-option.js";
56
+ import { DsSelect as DsSelectElement, defineCustomElement as defineDsSelect } from "@baloise/ds-core/components/ds-select.js";
57
+ import { DsShape as DsShapeElement, defineCustomElement as defineDsShape } from "@baloise/ds-core/components/ds-shape.js";
58
+ import { DsSnackbar as DsSnackbarElement, defineCustomElement as defineDsSnackbar } from "@baloise/ds-core/components/ds-snackbar.js";
59
+ import { DsSpinner as DsSpinnerElement, defineCustomElement as defineDsSpinner } from "@baloise/ds-core/components/ds-spinner.js";
60
+ import { DsStack as DsStackElement, defineCustomElement as defineDsStack } from "@baloise/ds-core/components/ds-stack.js";
61
+ import { DsStepPanel as DsStepPanelElement, defineCustomElement as defineDsStepPanel } from "@baloise/ds-core/components/ds-step-panel.js";
62
+ import { DsStep as DsStepElement, defineCustomElement as defineDsStep } from "@baloise/ds-core/components/ds-step.js";
63
+ import { DsSteps as DsStepsElement, defineCustomElement as defineDsSteps } from "@baloise/ds-core/components/ds-steps.js";
64
+ import { DsTabPanel as DsTabPanelElement, defineCustomElement as defineDsTabPanel } from "@baloise/ds-core/components/ds-tab-panel.js";
65
+ import { DsTab as DsTabElement, defineCustomElement as defineDsTab } from "@baloise/ds-core/components/ds-tab.js";
66
+ import { DsTabs as DsTabsElement, defineCustomElement as defineDsTabs } from "@baloise/ds-core/components/ds-tabs.js";
67
+ import { DsTagGroup as DsTagGroupElement, defineCustomElement as defineDsTagGroup } from "@baloise/ds-core/components/ds-tag-group.js";
68
+ import { DsTag as DsTagElement, defineCustomElement as defineDsTag } from "@baloise/ds-core/components/ds-tag.js";
69
+ import { DsText as DsTextElement, defineCustomElement as defineDsText } from "@baloise/ds-core/components/ds-text.js";
70
+ import { DsTextarea as DsTextareaElement, defineCustomElement as defineDsTextarea } from "@baloise/ds-core/components/ds-textarea.js";
71
+ import { DsToast as DsToastElement, defineCustomElement as defineDsToast } from "@baloise/ds-core/components/ds-toast.js";
72
+ import { DsToggle as DsToggleElement, defineCustomElement as defineDsToggle } from "@baloise/ds-core/components/ds-toggle.js";
73
+ import { DsTooltip as DsTooltipElement, defineCustomElement as defineDsTooltip } from "@baloise/ds-core/components/ds-tooltip.js";
74
+ export const DsAccordion = /*@__PURE__*/ createComponent({
75
+ tagName: 'ds-accordion',
76
+ elementClass: DsAccordionElement,
77
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
78
+ react: React,
79
+ events: {
80
+ onDsToggle: 'dsToggle',
81
+ onDsOpened: 'dsOpened',
82
+ onDsClosed: 'dsClosed'
83
+ },
84
+ defineCustomElement: defineDsAccordion
85
+ });
86
+ export const DsAlertContainer = /*@__PURE__*/ createComponent({
87
+ tagName: 'ds-alert-container',
88
+ elementClass: DsAlertContainerElement,
89
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
90
+ react: React,
91
+ events: {},
92
+ defineCustomElement: defineDsAlertContainer
93
+ });
94
+ export const DsApp = /*@__PURE__*/ createComponent({
95
+ tagName: 'ds-app',
96
+ elementClass: DsAppElement,
97
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
98
+ react: React,
99
+ events: { onDsAppReady: 'dsAppReady' },
100
+ defineCustomElement: defineDsApp
101
+ });
102
+ export const DsBadge = /*@__PURE__*/ createComponent({
103
+ tagName: 'ds-badge',
104
+ elementClass: DsBadgeElement,
105
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
106
+ react: React,
107
+ events: {},
108
+ defineCustomElement: defineDsBadge
109
+ });
110
+ export const DsButton = /*@__PURE__*/ createComponent({
111
+ tagName: 'ds-button',
112
+ elementClass: DsButtonElement,
113
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
114
+ react: React,
115
+ events: {
116
+ onDsClick: 'dsClick',
117
+ onDsNavigate: 'dsNavigate',
118
+ onDsFocus: 'dsFocus',
119
+ onDsBlur: 'dsBlur',
120
+ onDsDidRender: 'dsDidRender'
121
+ },
122
+ defineCustomElement: defineDsButton
123
+ });
124
+ export const DsButtonGroup = /*@__PURE__*/ createComponent({
125
+ tagName: 'ds-button-group',
126
+ elementClass: DsButtonGroupElement,
127
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
128
+ react: React,
129
+ events: {},
130
+ defineCustomElement: defineDsButtonGroup
131
+ });
132
+ export const DsCard = /*@__PURE__*/ createComponent({
133
+ tagName: 'ds-card',
134
+ elementClass: DsCardElement,
135
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
136
+ react: React,
137
+ events: {},
138
+ defineCustomElement: defineDsCard
139
+ });
140
+ export const DsCardActions = /*@__PURE__*/ createComponent({
141
+ tagName: 'ds-card-actions',
142
+ elementClass: DsCardActionsElement,
143
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
144
+ react: React,
145
+ events: {},
146
+ defineCustomElement: defineDsCardActions
147
+ });
148
+ export const DsCardContent = /*@__PURE__*/ createComponent({
149
+ tagName: 'ds-card-content',
150
+ elementClass: DsCardContentElement,
151
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
152
+ react: React,
153
+ events: {},
154
+ defineCustomElement: defineDsCardContent
155
+ });
156
+ export const DsCardHeader = /*@__PURE__*/ createComponent({
157
+ tagName: 'ds-card-header',
158
+ elementClass: DsCardHeaderElement,
159
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
160
+ react: React,
161
+ events: {},
162
+ defineCustomElement: defineDsCardHeader
163
+ });
164
+ export const DsCardSubtitle = /*@__PURE__*/ createComponent({
165
+ tagName: 'ds-card-subtitle',
166
+ elementClass: DsCardSubtitleElement,
167
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
168
+ react: React,
169
+ events: {},
170
+ defineCustomElement: defineDsCardSubtitle
171
+ });
172
+ export const DsCardTitle = /*@__PURE__*/ createComponent({
173
+ tagName: 'ds-card-title',
174
+ elementClass: DsCardTitleElement,
175
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
176
+ react: React,
177
+ events: {},
178
+ defineCustomElement: defineDsCardTitle
179
+ });
180
+ export const DsCarousel = /*@__PURE__*/ createComponent({
181
+ tagName: 'ds-carousel',
182
+ elementClass: DsCarouselElement,
183
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
184
+ react: React,
185
+ events: { onDsChange: 'dsChange' },
186
+ defineCustomElement: defineDsCarousel
187
+ });
188
+ export const DsCarouselItem = /*@__PURE__*/ createComponent({
189
+ tagName: 'ds-carousel-item',
190
+ elementClass: DsCarouselItemElement,
191
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
192
+ react: React,
193
+ events: { onDsCarouselItemSelect: 'dsCarouselItemSelect' },
194
+ defineCustomElement: defineDsCarouselItem
195
+ });
196
+ export const DsCheckbox = /*@__PURE__*/ createComponent({
197
+ tagName: 'ds-checkbox',
198
+ elementClass: DsCheckboxElement,
199
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
200
+ react: React,
201
+ events: {
202
+ onDsFocus: 'dsFocus',
203
+ onDsBlur: 'dsBlur',
204
+ onDsChange: 'dsChange'
205
+ },
206
+ defineCustomElement: defineDsCheckbox
207
+ });
208
+ export const DsCheckboxGroup = /*@__PURE__*/ createComponent({
209
+ tagName: 'ds-checkbox-group',
210
+ elementClass: DsCheckboxGroupElement,
211
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
212
+ react: React,
213
+ events: {
214
+ onDsBlur: 'dsBlur',
215
+ onDsChange: 'dsChange',
216
+ onDsFocus: 'dsFocus'
217
+ },
218
+ defineCustomElement: defineDsCheckboxGroup
219
+ });
220
+ export const DsClose = /*@__PURE__*/ createComponent({
221
+ tagName: 'ds-close',
222
+ elementClass: DsCloseElement,
223
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
224
+ react: React,
225
+ events: {},
226
+ defineCustomElement: defineDsClose
227
+ });
228
+ export const DsContent = /*@__PURE__*/ createComponent({
229
+ tagName: 'ds-content',
230
+ elementClass: DsContentElement,
231
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
232
+ react: React,
233
+ events: {},
234
+ defineCustomElement: defineDsContent
235
+ });
236
+ export const DsData = /*@__PURE__*/ createComponent({
237
+ tagName: 'ds-data',
238
+ elementClass: DsDataElement,
239
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
240
+ react: React,
241
+ events: {},
242
+ defineCustomElement: defineDsData
243
+ });
244
+ export const DsDataItem = /*@__PURE__*/ createComponent({
245
+ tagName: 'ds-data-item',
246
+ elementClass: DsDataItemElement,
247
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
248
+ react: React,
249
+ events: {},
250
+ defineCustomElement: defineDsDataItem
251
+ });
252
+ export const DsDataLabel = /*@__PURE__*/ createComponent({
253
+ tagName: 'ds-data-label',
254
+ elementClass: DsDataLabelElement,
255
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
256
+ react: React,
257
+ events: {},
258
+ defineCustomElement: defineDsDataLabel
259
+ });
260
+ export const DsDataValue = /*@__PURE__*/ createComponent({
261
+ tagName: 'ds-data-value',
262
+ elementClass: DsDataValueElement,
263
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
264
+ react: React,
265
+ events: {},
266
+ defineCustomElement: defineDsDataValue
267
+ });
268
+ export const DsDate = /*@__PURE__*/ createComponent({
269
+ tagName: 'ds-date',
270
+ elementClass: DsDateElement,
271
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
272
+ react: React,
273
+ events: {
274
+ onDsBlur: 'dsBlur',
275
+ onDsKeyPress: 'dsKeyPress',
276
+ onDsFocus: 'dsFocus',
277
+ onDsClick: 'dsClick',
278
+ onDsInput: 'dsInput',
279
+ onDsChange: 'dsChange'
280
+ },
281
+ defineCustomElement: defineDsDate
282
+ });
283
+ export const DsDivider = /*@__PURE__*/ createComponent({
284
+ tagName: 'ds-divider',
285
+ elementClass: DsDividerElement,
286
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
287
+ react: React,
288
+ events: {},
289
+ defineCustomElement: defineDsDivider
290
+ });
291
+ export const DsDrawer = /*@__PURE__*/ createComponent({
292
+ tagName: 'ds-drawer',
293
+ elementClass: DsDrawerElement,
294
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
295
+ react: React,
296
+ events: {
297
+ onDsWillPresent: 'dsWillPresent',
298
+ onDsDidPresent: 'dsDidPresent',
299
+ onDsWillDismiss: 'dsWillDismiss',
300
+ onDsDidDismiss: 'dsDidDismiss'
301
+ },
302
+ defineCustomElement: defineDsDrawer
303
+ });
304
+ export const DsFileUpload = /*@__PURE__*/ createComponent({
305
+ tagName: 'ds-file-upload',
306
+ elementClass: DsFileUploadElement,
307
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
308
+ react: React,
309
+ events: {
310
+ onDsChange: 'dsChange',
311
+ onDsFilesAdded: 'dsFilesAdded',
312
+ onDsFilesRemoved: 'dsFilesRemoved',
313
+ onDsRejectedFile: 'dsRejectedFile',
314
+ onDsInputClick: 'dsInputClick',
315
+ onDsBlur: 'dsBlur',
316
+ onDsFocus: 'dsFocus'
317
+ },
318
+ defineCustomElement: defineDsFileUpload
319
+ });
320
+ export const DsFooter = /*@__PURE__*/ createComponent({
321
+ tagName: 'ds-footer',
322
+ elementClass: DsFooterElement,
323
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
324
+ react: React,
325
+ events: { onDsLanguageChange: 'dsLanguageChange' },
326
+ defineCustomElement: defineDsFooter
327
+ });
328
+ export const DsHeading = /*@__PURE__*/ createComponent({
329
+ tagName: 'ds-heading',
330
+ elementClass: DsHeadingElement,
331
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
332
+ react: React,
333
+ events: {},
334
+ defineCustomElement: defineDsHeading
335
+ });
336
+ export const DsHint = /*@__PURE__*/ createComponent({
337
+ tagName: 'ds-hint',
338
+ elementClass: DsHintElement,
339
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
340
+ react: React,
341
+ events: {},
342
+ defineCustomElement: defineDsHint
343
+ });
344
+ export const DsHintText = /*@__PURE__*/ createComponent({
345
+ tagName: 'ds-hint-text',
346
+ elementClass: DsHintTextElement,
347
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
348
+ react: React,
349
+ events: {},
350
+ defineCustomElement: defineDsHintText
351
+ });
352
+ export const DsHintTitle = /*@__PURE__*/ createComponent({
353
+ tagName: 'ds-hint-title',
354
+ elementClass: DsHintTitleElement,
355
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
356
+ react: React,
357
+ events: {},
358
+ defineCustomElement: defineDsHintTitle
359
+ });
360
+ export const DsIcon = /*@__PURE__*/ createComponent({
361
+ tagName: 'ds-icon',
362
+ elementClass: DsIconElement,
363
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
364
+ react: React,
365
+ events: {},
366
+ defineCustomElement: defineDsIcon
367
+ });
368
+ export const DsInput = /*@__PURE__*/ createComponent({
369
+ tagName: 'ds-input',
370
+ elementClass: DsInputElement,
371
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
372
+ react: React,
373
+ events: {
374
+ onDsBlur: 'dsBlur',
375
+ onDsKeyPress: 'dsKeyPress',
376
+ onDsFocus: 'dsFocus',
377
+ onDsClick: 'dsClick',
378
+ onDsInput: 'dsInput',
379
+ onDsChange: 'dsChange'
380
+ },
381
+ defineCustomElement: defineDsInput
382
+ });
383
+ export const DsItem = /*@__PURE__*/ createComponent({
384
+ tagName: 'ds-item',
385
+ elementClass: DsItemElement,
386
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
387
+ react: React,
388
+ events: {
389
+ onDsClick: 'dsClick',
390
+ onDsAccordionToggle: 'dsAccordionToggle',
391
+ onDsAccordionOpened: 'dsAccordionOpened',
392
+ onDsAccordionClosed: 'dsAccordionClosed'
393
+ },
394
+ defineCustomElement: defineDsItem
395
+ });
396
+ export const DsLabel = /*@__PURE__*/ createComponent({
397
+ tagName: 'ds-label',
398
+ elementClass: DsLabelElement,
399
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
400
+ react: React,
401
+ events: {},
402
+ defineCustomElement: defineDsLabel
403
+ });
404
+ export const DsList = /*@__PURE__*/ createComponent({
405
+ tagName: 'ds-list',
406
+ elementClass: DsListElement,
407
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
408
+ react: React,
409
+ events: {},
410
+ defineCustomElement: defineDsList
411
+ });
412
+ export const DsLogo = /*@__PURE__*/ createComponent({
413
+ tagName: 'ds-logo',
414
+ elementClass: DsLogoElement,
415
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
416
+ react: React,
417
+ events: {},
418
+ defineCustomElement: defineDsLogo
419
+ });
420
+ export const DsModal = /*@__PURE__*/ createComponent({
421
+ tagName: 'ds-modal',
422
+ elementClass: DsModalElement,
423
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
424
+ react: React,
425
+ events: {
426
+ onDsWillPresent: 'dsWillPresent',
427
+ onDsDidPresent: 'dsDidPresent',
428
+ onDsWillDismiss: 'dsWillDismiss',
429
+ onDsDidDismiss: 'dsDidDismiss'
430
+ },
431
+ defineCustomElement: defineDsModal
432
+ });
433
+ export const DsModalBody = /*@__PURE__*/ createComponent({
434
+ tagName: 'ds-modal-body',
435
+ elementClass: DsModalBodyElement,
436
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
437
+ react: React,
438
+ events: {},
439
+ defineCustomElement: defineDsModalBody
440
+ });
441
+ export const DsModalHeader = /*@__PURE__*/ createComponent({
442
+ tagName: 'ds-modal-header',
443
+ elementClass: DsModalHeaderElement,
444
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
445
+ react: React,
446
+ events: {},
447
+ defineCustomElement: defineDsModalHeader
448
+ });
449
+ export const DsNavbar = /*@__PURE__*/ createComponent({
450
+ tagName: 'ds-navbar',
451
+ elementClass: DsNavbarElement,
452
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
453
+ react: React,
454
+ events: {
455
+ onDsMenuOpenStart: 'dsMenuOpenStart',
456
+ onDsMenuOpenEnd: 'dsMenuOpenEnd',
457
+ onDsMenuCloseStart: 'dsMenuCloseStart',
458
+ onDsMenuCloseEnd: 'dsMenuCloseEnd'
459
+ },
460
+ defineCustomElement: defineDsNavbar
461
+ });
462
+ export const DsNotification = /*@__PURE__*/ createComponent({
463
+ tagName: 'ds-notification',
464
+ elementClass: DsNotificationElement,
465
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
466
+ react: React,
467
+ events: {
468
+ onDsCloseClick: 'dsCloseClick',
469
+ onDsDidLoad: 'dsDidLoad'
470
+ },
471
+ defineCustomElement: defineDsNotification
472
+ });
473
+ export const DsNumberInput = /*@__PURE__*/ createComponent({
474
+ tagName: 'ds-number-input',
475
+ elementClass: DsNumberInputElement,
476
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
477
+ react: React,
478
+ events: {
479
+ onDsInput: 'dsInput',
480
+ onDsChange: 'dsChange',
481
+ onDsBlur: 'dsBlur',
482
+ onDsFocus: 'dsFocus',
483
+ onDsClick: 'dsClick',
484
+ onDsKeyPress: 'dsKeyPress'
485
+ },
486
+ defineCustomElement: defineDsNumberInput
487
+ });
488
+ export const DsPagination = /*@__PURE__*/ createComponent({
489
+ tagName: 'ds-pagination',
490
+ elementClass: DsPaginationElement,
491
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
492
+ react: React,
493
+ events: { onDsChange: 'dsChange' },
494
+ defineCustomElement: defineDsPagination
495
+ });
496
+ export const DsPopup = /*@__PURE__*/ createComponent({
497
+ tagName: 'ds-popup',
498
+ elementClass: DsPopupElement,
499
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
500
+ react: React,
501
+ events: {
502
+ onDsWillPresent: 'dsWillPresent',
503
+ onDsDidPresent: 'dsDidPresent',
504
+ onDsWillDismiss: 'dsWillDismiss',
505
+ onDsDidDismiss: 'dsDidDismiss'
506
+ },
507
+ defineCustomElement: defineDsPopup
508
+ });
509
+ export const DsProgressBar = /*@__PURE__*/ createComponent({
510
+ tagName: 'ds-progress-bar',
511
+ elementClass: DsProgressBarElement,
512
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
513
+ react: React,
514
+ events: {},
515
+ defineCustomElement: defineDsProgressBar
516
+ });
517
+ export const DsRadio = /*@__PURE__*/ createComponent({
518
+ tagName: 'ds-radio',
519
+ elementClass: DsRadioElement,
520
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
521
+ react: React,
522
+ events: {
523
+ onDsBlur: 'dsBlur',
524
+ onDsChange: 'dsChange',
525
+ onDsFocus: 'dsFocus'
526
+ },
527
+ defineCustomElement: defineDsRadio
528
+ });
529
+ export const DsRadioGroup = /*@__PURE__*/ createComponent({
530
+ tagName: 'ds-radio-group',
531
+ elementClass: DsRadioGroupElement,
532
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
533
+ react: React,
534
+ events: {
535
+ onDsBlur: 'dsBlur',
536
+ onDsChange: 'dsChange',
537
+ onDsFocus: 'dsFocus'
538
+ },
539
+ defineCustomElement: defineDsRadioGroup
540
+ });
541
+ export const DsSegment = /*@__PURE__*/ createComponent({
542
+ tagName: 'ds-segment',
543
+ elementClass: DsSegmentElement,
544
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
545
+ react: React,
546
+ events: {
547
+ onDsBlur: 'dsBlur',
548
+ onDsChange: 'dsChange',
549
+ onDsFocus: 'dsFocus'
550
+ },
551
+ defineCustomElement: defineDsSegment
552
+ });
553
+ export const DsSegmentItem = /*@__PURE__*/ createComponent({
554
+ tagName: 'ds-segment-item',
555
+ elementClass: DsSegmentItemElement,
556
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
557
+ react: React,
558
+ events: { onDsWillUpdate: 'dsWillUpdate' },
559
+ defineCustomElement: defineDsSegmentItem
560
+ });
561
+ export const DsSelect = /*@__PURE__*/ createComponent({
562
+ tagName: 'ds-select',
563
+ elementClass: DsSelectElement,
564
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
565
+ react: React,
566
+ events: {
567
+ onDsChange: 'dsChange',
568
+ onDsFocus: 'dsFocus',
569
+ onDsBlur: 'dsBlur',
570
+ onDsClick: 'dsClick'
571
+ },
572
+ defineCustomElement: defineDsSelect
573
+ });
574
+ export const DsSelectOptgroup = /*@__PURE__*/ createComponent({
575
+ tagName: 'ds-select-optgroup',
576
+ elementClass: DsSelectOptgroupElement,
577
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
578
+ react: React,
579
+ events: {},
580
+ defineCustomElement: defineDsSelectOptgroup
581
+ });
582
+ export const DsSelectOption = /*@__PURE__*/ createComponent({
583
+ tagName: 'ds-select-option',
584
+ elementClass: DsSelectOptionElement,
585
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
586
+ react: React,
587
+ events: {},
588
+ defineCustomElement: defineDsSelectOption
589
+ });
590
+ export const DsShape = /*@__PURE__*/ createComponent({
591
+ tagName: 'ds-shape',
592
+ elementClass: DsShapeElement,
593
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
594
+ react: React,
595
+ events: {},
596
+ defineCustomElement: defineDsShape
597
+ });
598
+ export const DsSnackbar = /*@__PURE__*/ createComponent({
599
+ tagName: 'ds-snackbar',
600
+ elementClass: DsSnackbarElement,
601
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
602
+ react: React,
603
+ events: {
604
+ onDsCloseClick: 'dsCloseClick',
605
+ onDsActionClick: 'dsActionClick'
606
+ },
607
+ defineCustomElement: defineDsSnackbar
608
+ });
609
+ export const DsSpinner = /*@__PURE__*/ createComponent({
610
+ tagName: 'ds-spinner',
611
+ elementClass: DsSpinnerElement,
612
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
613
+ react: React,
614
+ events: {},
615
+ defineCustomElement: defineDsSpinner
616
+ });
617
+ export const DsStack = /*@__PURE__*/ createComponent({
618
+ tagName: 'ds-stack',
619
+ elementClass: DsStackElement,
620
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
621
+ react: React,
622
+ events: {},
623
+ defineCustomElement: defineDsStack
624
+ });
625
+ export const DsStep = /*@__PURE__*/ createComponent({
626
+ tagName: 'ds-step',
627
+ elementClass: DsStepElement,
628
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
629
+ react: React,
630
+ events: { onDsStepSelect: 'dsStepSelect' },
631
+ defineCustomElement: defineDsStep
632
+ });
633
+ export const DsStepPanel = /*@__PURE__*/ createComponent({
634
+ tagName: 'ds-step-panel',
635
+ elementClass: DsStepPanelElement,
636
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
637
+ react: React,
638
+ events: {},
639
+ defineCustomElement: defineDsStepPanel
640
+ });
641
+ export const DsSteps = /*@__PURE__*/ createComponent({
642
+ tagName: 'ds-steps',
643
+ elementClass: DsStepsElement,
644
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
645
+ react: React,
646
+ events: { onDsChange: 'dsChange' },
647
+ defineCustomElement: defineDsSteps
648
+ });
649
+ export const DsTab = /*@__PURE__*/ createComponent({
650
+ tagName: 'ds-tab',
651
+ elementClass: DsTabElement,
652
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
653
+ react: React,
654
+ events: { onDsTabSelect: 'dsTabSelect' },
655
+ defineCustomElement: defineDsTab
656
+ });
657
+ export const DsTabPanel = /*@__PURE__*/ createComponent({
658
+ tagName: 'ds-tab-panel',
659
+ elementClass: DsTabPanelElement,
660
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
661
+ react: React,
662
+ events: {},
663
+ defineCustomElement: defineDsTabPanel
664
+ });
665
+ export const DsTabs = /*@__PURE__*/ createComponent({
666
+ tagName: 'ds-tabs',
667
+ elementClass: DsTabsElement,
668
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
669
+ react: React,
670
+ events: { onDsChange: 'dsChange' },
671
+ defineCustomElement: defineDsTabs
672
+ });
673
+ export const DsTag = /*@__PURE__*/ createComponent({
674
+ tagName: 'ds-tag',
675
+ elementClass: DsTagElement,
676
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
677
+ react: React,
678
+ events: { onDsCloseClick: 'dsCloseClick' },
679
+ defineCustomElement: defineDsTag
680
+ });
681
+ export const DsTagGroup = /*@__PURE__*/ createComponent({
682
+ tagName: 'ds-tag-group',
683
+ elementClass: DsTagGroupElement,
684
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
685
+ react: React,
686
+ events: {},
687
+ defineCustomElement: defineDsTagGroup
688
+ });
689
+ export const DsText = /*@__PURE__*/ createComponent({
690
+ tagName: 'ds-text',
691
+ elementClass: DsTextElement,
692
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
693
+ react: React,
694
+ events: {},
695
+ defineCustomElement: defineDsText
696
+ });
697
+ export const DsTextarea = /*@__PURE__*/ createComponent({
698
+ tagName: 'ds-textarea',
699
+ elementClass: DsTextareaElement,
700
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
701
+ react: React,
702
+ events: {
703
+ onDsBlur: 'dsBlur',
704
+ onDsChange: 'dsChange',
705
+ onDsClick: 'dsClick',
706
+ onDsFocus: 'dsFocus',
707
+ onDsInput: 'dsInput',
708
+ onDsKeyPress: 'dsKeyPress'
709
+ },
710
+ defineCustomElement: defineDsTextarea
711
+ });
712
+ export const DsToast = /*@__PURE__*/ createComponent({
713
+ tagName: 'ds-toast',
714
+ elementClass: DsToastElement,
715
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
716
+ react: React,
717
+ events: {
718
+ onDsCloseClick: 'dsCloseClick',
719
+ onDsActionClick: 'dsActionClick'
720
+ },
721
+ defineCustomElement: defineDsToast
722
+ });
723
+ export const DsToggle = /*@__PURE__*/ createComponent({
724
+ tagName: 'ds-toggle',
725
+ elementClass: DsToggleElement,
726
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
727
+ react: React,
728
+ events: {
729
+ onDsBlur: 'dsBlur',
730
+ onDsChange: 'dsChange',
731
+ onDsFocus: 'dsFocus'
732
+ },
733
+ defineCustomElement: defineDsToggle
734
+ });
735
+ export const DsTooltip = /*@__PURE__*/ createComponent({
736
+ tagName: 'ds-tooltip',
737
+ elementClass: DsTooltipElement,
738
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
739
+ react: React,
740
+ events: {
741
+ onDsWillAnimate: 'dsWillAnimate',
742
+ onDsDidAnimate: 'dsDidAnimate'
743
+ },
744
+ defineCustomElement: defineDsTooltip
745
+ });