@siemens/ix-react 4.2.0 → 4.4.0

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.
@@ -1,8 +1,4 @@
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 BorderlessChangedEvent, type CustomCloseEvent, type CustomLabelChangeEvent, type DateChangeEvent, type DateInputValidityState, type DateRangeChangeEvent, type DateTimeDateChangeEvent, type DateTimeSelectEvent, type ExpandedChangedEvent, type FilterState, type InputState, type IxBreadcrumbCustomEvent, type IxCardListCustomEvent, type IxCategoryFilterCustomEvent, type IxDateDropdownCustomEvent, type IxDateInputCustomEvent, type IxDatePickerCustomEvent, type IxDatetimePickerCustomEvent, type IxGroupItemCustomEvent, type IxInputCustomEvent, type IxMenuAboutCustomEvent, type IxMenuAboutItemCustomEvent, type IxMenuAboutNewsCustomEvent, type IxMenuAvatarItemCustomEvent, type IxMenuSettingsCustomEvent, type IxMenuSettingsItemCustomEvent, type IxModalHeaderCustomEvent, type IxNumberInputCustomEvent, type IxPaneCustomEvent, type IxSplitButtonCustomEvent, type IxTabItemCustomEvent, type IxTextareaCustomEvent, type IxTimeInputCustomEvent, type IxUploadCustomEvent, type TabClickDetail, type TimeInputValidityState, type VariantChangedEvent } from "@siemens/ix";
1
+ import { type BorderlessChangedEvent, type CustomCloseEvent, type CustomLabelChangeEvent, type DateChangeEvent, type DateInputValidityState, type DateRangeChangeEvent, type DateTimeDateChangeEvent, type DateTimeSelectEvent, type ExpandedChangedEvent, type FilterState, type InputState, type IxApplicationHeaderCustomEvent, type IxBlindCustomEvent, type IxBreadcrumbCustomEvent, type IxCardListCustomEvent, type IxCategoryFilterCustomEvent, type IxCheckboxCustomEvent, type IxChipCustomEvent, type IxContentHeaderCustomEvent, type IxDateDropdownCustomEvent, type IxDateInputCustomEvent, type IxDatePickerCustomEvent, type IxDatetimePickerCustomEvent, type IxDrawerCustomEvent, type IxDropdownCustomEvent, type IxEmptyStateCustomEvent, type IxEventListItemCustomEvent, type IxExpandingSearchCustomEvent, type IxFilterChipCustomEvent, type IxFlipTileCustomEvent, type IxGroupCustomEvent, type IxGroupItemCustomEvent, type IxIconToggleButtonCustomEvent, type IxInputCustomEvent, type IxMenuAboutCustomEvent, type IxMenuAboutItemCustomEvent, type IxMenuAboutNewsCustomEvent, type IxMenuAvatarCustomEvent, type IxMenuAvatarItemCustomEvent, type IxMenuCustomEvent, type IxMenuSettingsCustomEvent, type IxMenuSettingsItemCustomEvent, type IxMessageBarCustomEvent, type IxModalCustomEvent, type IxModalHeaderCustomEvent, type IxNumberInputCustomEvent, type IxPaginationCustomEvent, type IxPaneCustomEvent, type IxRadioCustomEvent, type IxRadioGroupCustomEvent, type IxSelectCustomEvent, type IxSelectItemCustomEvent, type IxSliderCustomEvent, type IxSplitButtonCustomEvent, type IxTabItemCustomEvent, type IxTabsCustomEvent, type IxTextareaCustomEvent, type IxTimeInputCustomEvent, type IxTimePickerCustomEvent, type IxToastCustomEvent, type IxToggleButtonCustomEvent, type IxToggleCustomEvent, type IxUploadCustomEvent, type IxWorkflowStepsCustomEvent, type TabClickDetail, type TimeInputValidityState, type VariantChangedEvent } from "@siemens/ix";
6
2
  import { IxActionCard as IxActionCardElement } from "@siemens/ix/components/ix-action-card.js";
7
3
  import { IxApplicationHeader as IxApplicationHeaderElement } from "@siemens/ix/components/ix-application-header.js";
8
4
  import { IxApplication as IxApplicationElement } from "@siemens/ix/components/ix-application.js";
@@ -111,18 +107,18 @@ export declare const IxActionCard: StencilReactComponent<IxActionCardElement, Ix
111
107
  export type IxApplicationEvents = NonNullable<unknown>;
112
108
  export declare const IxApplication: StencilReactComponent<IxApplicationElement, IxApplicationEvents>;
113
109
  export type IxApplicationHeaderEvents = {
114
- onMenuToggle: EventName<CustomEvent<boolean>>;
115
- onOpenAppSwitch: EventName<CustomEvent<void>>;
110
+ onMenuToggle: EventName<IxApplicationHeaderCustomEvent<boolean>>;
111
+ onOpenAppSwitch: EventName<IxApplicationHeaderCustomEvent<void>>;
116
112
  };
117
113
  export declare const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>;
118
114
  export type IxAvatarEvents = NonNullable<unknown>;
119
115
  export declare const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents>;
120
116
  export type IxBlindEvents = {
121
- onCollapsedChange: EventName<CustomEvent<boolean>>;
117
+ onCollapsedChange: EventName<IxBlindCustomEvent<boolean>>;
122
118
  };
123
119
  export declare const IxBlind: StencilReactComponent<IxBlindElement, IxBlindEvents>;
124
120
  export type IxBreadcrumbEvents = {
125
- onItemClick: EventName<CustomEvent<string>>;
121
+ onItemClick: EventName<IxBreadcrumbCustomEvent<string>>;
126
122
  onNextClick: EventName<IxBreadcrumbCustomEvent<{
127
123
  event: UIEvent;
128
124
  item: string;
@@ -140,7 +136,7 @@ export declare const IxCardAccordion: StencilReactComponent<IxCardAccordionEleme
140
136
  export type IxCardContentEvents = NonNullable<unknown>;
141
137
  export declare const IxCardContent: StencilReactComponent<IxCardContentElement, IxCardContentEvents>;
142
138
  export type IxCardListEvents = {
143
- onCollapseChanged: EventName<CustomEvent<boolean>>;
139
+ onCollapseChanged: EventName<IxCardListCustomEvent<boolean>>;
144
140
  onShowAllClick: EventName<IxCardListCustomEvent<{
145
141
  nativeEvent: MouseEvent;
146
142
  }>>;
@@ -152,22 +148,22 @@ export declare const IxCardList: StencilReactComponent<IxCardListElement, IxCard
152
148
  export type IxCardTitleEvents = NonNullable<unknown>;
153
149
  export declare const IxCardTitle: StencilReactComponent<IxCardTitleElement, IxCardTitleEvents>;
154
150
  export type IxCategoryFilterEvents = {
155
- onCategoryChanged: EventName<CustomEvent<string>>;
151
+ onCategoryChanged: EventName<IxCategoryFilterCustomEvent<string>>;
156
152
  onInputChanged: EventName<IxCategoryFilterCustomEvent<InputState>>;
157
153
  onFilterChanged: EventName<IxCategoryFilterCustomEvent<FilterState>>;
158
- onFilterCleared: EventName<CustomEvent<void>>;
154
+ onFilterCleared: EventName<IxCategoryFilterCustomEvent<void>>;
159
155
  };
160
156
  export declare const IxCategoryFilter: StencilReactComponent<IxCategoryFilterElement, IxCategoryFilterEvents>;
161
157
  export type IxCheckboxEvents = {
162
- onCheckedChange: EventName<CustomEvent<boolean>>;
163
- onValueChange: EventName<CustomEvent<string>>;
164
- onIxBlur: EventName<CustomEvent<void>>;
158
+ onCheckedChange: EventName<IxCheckboxCustomEvent<boolean>>;
159
+ onValueChange: EventName<IxCheckboxCustomEvent<string>>;
160
+ onIxBlur: EventName<IxCheckboxCustomEvent<void>>;
165
161
  };
166
162
  export declare const IxCheckbox: StencilReactComponent<IxCheckboxElement, IxCheckboxEvents>;
167
163
  export type IxCheckboxGroupEvents = NonNullable<unknown>;
168
164
  export declare const IxCheckboxGroup: StencilReactComponent<IxCheckboxGroupElement, IxCheckboxGroupEvents>;
169
165
  export type IxChipEvents = {
170
- onCloseChip: EventName<CustomEvent<any>>;
166
+ onCloseChip: EventName<IxChipCustomEvent<any>>;
171
167
  };
172
168
  export declare const IxChip: StencilReactComponent<IxChipElement, IxChipEvents>;
173
169
  export type IxColEvents = NonNullable<unknown>;
@@ -175,7 +171,7 @@ export declare const IxCol: StencilReactComponent<IxColElement, IxColEvents>;
175
171
  export type IxContentEvents = NonNullable<unknown>;
176
172
  export declare const IxContent: StencilReactComponent<IxContentElement, IxContentEvents>;
177
173
  export type IxContentHeaderEvents = {
178
- onBackButtonClick: EventName<CustomEvent<void>>;
174
+ onBackButtonClick: EventName<IxContentHeaderCustomEvent<void>>;
179
175
  };
180
176
  export declare const IxContentHeader: StencilReactComponent<IxContentHeaderElement, IxContentHeaderEvents>;
181
177
  export type IxCustomFieldEvents = NonNullable<unknown>;
@@ -185,8 +181,9 @@ export type IxDateDropdownEvents = {
185
181
  };
186
182
  export declare const IxDateDropdown: StencilReactComponent<IxDateDropdownElement, IxDateDropdownEvents>;
187
183
  export type IxDateInputEvents = {
188
- onValueChange: EventName<CustomEvent<string | undefined>>;
184
+ onValueChange: EventName<IxDateInputCustomEvent<string | undefined>>;
189
185
  onValidityStateChange: EventName<IxDateInputCustomEvent<DateInputValidityState>>;
186
+ onIxChange: EventName<IxDateInputCustomEvent<string | undefined>>;
190
187
  };
191
188
  export declare const IxDateInput: StencilReactComponent<IxDateInputElement, IxDateInputEvents>;
192
189
  export type IxDatePickerEvents = {
@@ -196,7 +193,7 @@ export type IxDatePickerEvents = {
196
193
  };
197
194
  export declare const IxDatePicker: StencilReactComponent<IxDatePickerElement, IxDatePickerEvents>;
198
195
  export type IxDatetimePickerEvents = {
199
- onTimeChange: EventName<CustomEvent<string>>;
196
+ onTimeChange: EventName<IxDatetimePickerCustomEvent<string>>;
200
197
  onDateChange: EventName<IxDatetimePickerCustomEvent<DateTimeDateChangeEvent>>;
201
198
  onDateSelect: EventName<IxDatetimePickerCustomEvent<DateTimeSelectEvent>>;
202
199
  };
@@ -204,12 +201,12 @@ export declare const IxDatetimePicker: StencilReactComponent<IxDatetimePickerEle
204
201
  export type IxDividerEvents = NonNullable<unknown>;
205
202
  export declare const IxDivider: StencilReactComponent<IxDividerElement, IxDividerEvents>;
206
203
  export type IxDrawerEvents = {
207
- onOpen: EventName<CustomEvent<any>>;
208
- onDrawerClose: EventName<CustomEvent<any>>;
204
+ onOpen: EventName<IxDrawerCustomEvent<any>>;
205
+ onDrawerClose: EventName<IxDrawerCustomEvent<any>>;
209
206
  };
210
207
  export declare const IxDrawer: StencilReactComponent<IxDrawerElement, IxDrawerEvents>;
211
208
  export type IxDropdownEvents = {
212
- onShowChanged: EventName<CustomEvent<boolean>>;
209
+ onShowChanged: EventName<IxDropdownCustomEvent<boolean>>;
213
210
  };
214
211
  export declare const IxDropdown: StencilReactComponent<IxDropdownElement, IxDropdownEvents>;
215
212
  export type IxDropdownButtonEvents = NonNullable<unknown>;
@@ -221,35 +218,35 @@ export declare const IxDropdownItem: StencilReactComponent<IxDropdownItemElement
221
218
  export type IxDropdownQuickActionsEvents = NonNullable<unknown>;
222
219
  export declare const IxDropdownQuickActions: StencilReactComponent<IxDropdownQuickActionsElement, IxDropdownQuickActionsEvents>;
223
220
  export type IxEmptyStateEvents = {
224
- onActionClick: EventName<CustomEvent<void>>;
221
+ onActionClick: EventName<IxEmptyStateCustomEvent<void>>;
225
222
  };
226
223
  export declare const IxEmptyState: StencilReactComponent<IxEmptyStateElement, IxEmptyStateEvents>;
227
224
  export type IxEventListEvents = NonNullable<unknown>;
228
225
  export declare const IxEventList: StencilReactComponent<IxEventListElement, IxEventListEvents>;
229
226
  export type IxEventListItemEvents = {
230
- onItemClick: EventName<CustomEvent<any>>;
227
+ onItemClick: EventName<IxEventListItemCustomEvent<any>>;
231
228
  };
232
229
  export declare const IxEventListItem: StencilReactComponent<IxEventListItemElement, IxEventListItemEvents>;
233
230
  export type IxExpandingSearchEvents = {
234
- onValueChange: EventName<CustomEvent<string>>;
231
+ onValueChange: EventName<IxExpandingSearchCustomEvent<string>>;
235
232
  };
236
233
  export declare const IxExpandingSearch: StencilReactComponent<IxExpandingSearchElement, IxExpandingSearchEvents>;
237
234
  export type IxFieldLabelEvents = NonNullable<unknown>;
238
235
  export declare const IxFieldLabel: StencilReactComponent<IxFieldLabelElement, IxFieldLabelEvents>;
239
236
  export type IxFilterChipEvents = {
240
- onCloseClick: EventName<CustomEvent<void>>;
237
+ onCloseClick: EventName<IxFilterChipCustomEvent<void>>;
241
238
  };
242
239
  export declare const IxFilterChip: StencilReactComponent<IxFilterChipElement, IxFilterChipEvents>;
243
240
  export type IxFlipTileEvents = {
244
- onToggle: EventName<CustomEvent<number>>;
241
+ onToggle: EventName<IxFlipTileCustomEvent<number>>;
245
242
  };
246
243
  export declare const IxFlipTile: StencilReactComponent<IxFlipTileElement, IxFlipTileEvents>;
247
244
  export type IxFlipTileContentEvents = NonNullable<unknown>;
248
245
  export declare const IxFlipTileContent: StencilReactComponent<IxFlipTileContentElement, IxFlipTileContentEvents>;
249
246
  export type IxGroupEvents = {
250
- onSelectGroup: EventName<CustomEvent<boolean>>;
251
- onSelectItem: EventName<CustomEvent<number>>;
252
- onExpandedChanged: EventName<CustomEvent<boolean>>;
247
+ onSelectGroup: EventName<IxGroupCustomEvent<boolean>>;
248
+ onSelectItem: EventName<IxGroupCustomEvent<number>>;
249
+ onExpandedChanged: EventName<IxGroupCustomEvent<boolean>>;
253
250
  };
254
251
  export declare const IxGroup: StencilReactComponent<IxGroupElement, IxGroupEvents>;
255
252
  export type IxGroupContextMenuEvents = NonNullable<unknown>;
@@ -263,13 +260,14 @@ export declare const IxHelperText: StencilReactComponent<IxHelperTextElement, Ix
263
260
  export type IxIconButtonEvents = NonNullable<unknown>;
264
261
  export declare const IxIconButton: StencilReactComponent<IxIconButtonElement, IxIconButtonEvents>;
265
262
  export type IxIconToggleButtonEvents = {
266
- onPressedChange: EventName<CustomEvent<boolean>>;
263
+ onPressedChange: EventName<IxIconToggleButtonCustomEvent<boolean>>;
267
264
  };
268
265
  export declare const IxIconToggleButton: StencilReactComponent<IxIconToggleButtonElement, IxIconToggleButtonEvents>;
269
266
  export type IxInputEvents = {
270
- onValueChange: EventName<CustomEvent<string>>;
267
+ onValueChange: EventName<IxInputCustomEvent<string>>;
271
268
  onValidityStateChange: EventName<IxInputCustomEvent<ValidityState>>;
272
- onIxBlur: EventName<CustomEvent<void>>;
269
+ onIxBlur: EventName<IxInputCustomEvent<void>>;
270
+ onIxChange: EventName<IxInputCustomEvent<string>>;
273
271
  };
274
272
  export declare const IxInput: StencilReactComponent<IxInputElement, IxInputEvents>;
275
273
  export type IxInputGroupEvents = NonNullable<unknown>;
@@ -287,15 +285,15 @@ export declare const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, Ix
287
285
  export type IxLinkButtonEvents = NonNullable<unknown>;
288
286
  export declare const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents>;
289
287
  export type IxMenuEvents = {
290
- onExpandChange: EventName<CustomEvent<boolean>>;
291
- onMapExpandChange: EventName<CustomEvent<boolean>>;
292
- onOpenAppSwitch: EventName<CustomEvent<void>>;
293
- onOpenSettings: EventName<CustomEvent<void>>;
294
- onOpenAbout: EventName<CustomEvent<void>>;
288
+ onExpandChange: EventName<IxMenuCustomEvent<boolean>>;
289
+ onMapExpandChange: EventName<IxMenuCustomEvent<boolean>>;
290
+ onOpenAppSwitch: EventName<IxMenuCustomEvent<void>>;
291
+ onOpenSettings: EventName<IxMenuCustomEvent<void>>;
292
+ onOpenAbout: EventName<IxMenuCustomEvent<void>>;
295
293
  };
296
294
  export declare const IxMenu: StencilReactComponent<IxMenuElement, IxMenuEvents>;
297
295
  export type IxMenuAboutEvents = {
298
- onTabChange: EventName<CustomEvent<string>>;
296
+ onTabChange: EventName<IxMenuAboutCustomEvent<string>>;
299
297
  onClose: EventName<IxMenuAboutCustomEvent<CustomCloseEvent>>;
300
298
  };
301
299
  export declare const IxMenuAbout: StencilReactComponent<IxMenuAboutElement, IxMenuAboutEvents>;
@@ -305,11 +303,11 @@ export type IxMenuAboutItemEvents = {
305
303
  export declare const IxMenuAboutItem: StencilReactComponent<IxMenuAboutItemElement, IxMenuAboutItemEvents>;
306
304
  export type IxMenuAboutNewsEvents = {
307
305
  onShowMore: EventName<IxMenuAboutNewsCustomEvent<MouseEvent>>;
308
- onClosePopover: EventName<CustomEvent<void>>;
306
+ onClosePopover: EventName<IxMenuAboutNewsCustomEvent<void>>;
309
307
  };
310
308
  export declare const IxMenuAboutNews: StencilReactComponent<IxMenuAboutNewsElement, IxMenuAboutNewsEvents>;
311
309
  export type IxMenuAvatarEvents = {
312
- onLogoutClick: EventName<CustomEvent<any>>;
310
+ onLogoutClick: EventName<IxMenuAvatarCustomEvent<any>>;
313
311
  };
314
312
  export declare const IxMenuAvatar: StencilReactComponent<IxMenuAvatarElement, IxMenuAvatarEvents>;
315
313
  export type IxMenuAvatarItemEvents = {
@@ -321,7 +319,7 @@ export declare const IxMenuCategory: StencilReactComponent<IxMenuCategoryElement
321
319
  export type IxMenuItemEvents = NonNullable<unknown>;
322
320
  export declare const IxMenuItem: StencilReactComponent<IxMenuItemElement, IxMenuItemEvents>;
323
321
  export type IxMenuSettingsEvents = {
324
- onTabChange: EventName<CustomEvent<string>>;
322
+ onTabChange: EventName<IxMenuSettingsCustomEvent<string>>;
325
323
  onClose: EventName<IxMenuSettingsCustomEvent<CustomCloseEvent>>;
326
324
  };
327
325
  export declare const IxMenuSettings: StencilReactComponent<IxMenuSettingsElement, IxMenuSettingsEvents>;
@@ -330,13 +328,13 @@ export type IxMenuSettingsItemEvents = {
330
328
  };
331
329
  export declare const IxMenuSettingsItem: StencilReactComponent<IxMenuSettingsItemElement, IxMenuSettingsItemEvents>;
332
330
  export type IxMessageBarEvents = {
333
- onClosedChange: EventName<CustomEvent<any>>;
334
- onCloseAnimationCompleted: EventName<CustomEvent<any>>;
331
+ onClosedChange: EventName<IxMessageBarCustomEvent<any>>;
332
+ onCloseAnimationCompleted: EventName<IxMessageBarCustomEvent<any>>;
335
333
  };
336
334
  export declare const IxMessageBar: StencilReactComponent<IxMessageBarElement, IxMessageBarEvents>;
337
335
  export type IxModalEvents = {
338
- onDialogClose: EventName<CustomEvent<any>>;
339
- onDialogDismiss: EventName<CustomEvent<any>>;
336
+ onDialogClose: EventName<IxModalCustomEvent<any>>;
337
+ onDialogDismiss: EventName<IxModalCustomEvent<any>>;
340
338
  };
341
339
  export declare const IxModal: StencilReactComponent<IxModalElement, IxModalEvents>;
342
340
  export type IxModalContentEvents = NonNullable<unknown>;
@@ -348,14 +346,15 @@ export type IxModalHeaderEvents = {
348
346
  };
349
347
  export declare const IxModalHeader: StencilReactComponent<IxModalHeaderElement, IxModalHeaderEvents>;
350
348
  export type IxNumberInputEvents = {
351
- onValueChange: EventName<CustomEvent<number>>;
349
+ onValueChange: EventName<IxNumberInputCustomEvent<number>>;
352
350
  onValidityStateChange: EventName<IxNumberInputCustomEvent<ValidityState>>;
353
- onIxBlur: EventName<CustomEvent<void>>;
351
+ onIxBlur: EventName<IxNumberInputCustomEvent<void>>;
352
+ onIxChange: EventName<IxNumberInputCustomEvent<number>>;
354
353
  };
355
354
  export declare const IxNumberInput: StencilReactComponent<IxNumberInputElement, IxNumberInputEvents>;
356
355
  export type IxPaginationEvents = {
357
- onPageSelected: EventName<CustomEvent<number>>;
358
- onItemCountChanged: EventName<CustomEvent<number>>;
356
+ onPageSelected: EventName<IxPaginationCustomEvent<number>>;
357
+ onItemCountChanged: EventName<IxPaginationCustomEvent<number>>;
359
358
  };
360
359
  export declare const IxPagination: StencilReactComponent<IxPaginationElement, IxPaginationEvents>;
361
360
  export type IxPaneEvents = {
@@ -373,30 +372,30 @@ export declare const IxProgressIndicator: StencilReactComponent<IxProgressIndica
373
372
  export type IxPushCardEvents = NonNullable<unknown>;
374
373
  export declare const IxPushCard: StencilReactComponent<IxPushCardElement, IxPushCardEvents>;
375
374
  export type IxRadioEvents = {
376
- onCheckedChange: EventName<CustomEvent<boolean>>;
377
- onValueChange: EventName<CustomEvent<string>>;
378
- onIxBlur: EventName<CustomEvent<void>>;
375
+ onCheckedChange: EventName<IxRadioCustomEvent<boolean>>;
376
+ onValueChange: EventName<IxRadioCustomEvent<string>>;
377
+ onIxBlur: EventName<IxRadioCustomEvent<void>>;
379
378
  };
380
379
  export declare const IxRadio: StencilReactComponent<IxRadioElement, IxRadioEvents>;
381
380
  export type IxRadioGroupEvents = {
382
- onValueChange: EventName<CustomEvent<string>>;
381
+ onValueChange: EventName<IxRadioGroupCustomEvent<string>>;
383
382
  };
384
383
  export declare const IxRadioGroup: StencilReactComponent<IxRadioGroupElement, IxRadioGroupEvents>;
385
384
  export type IxRowEvents = NonNullable<unknown>;
386
385
  export declare const IxRow: StencilReactComponent<IxRowElement, IxRowEvents>;
387
386
  export type IxSelectEvents = {
388
- onValueChange: EventName<CustomEvent<string | string[]>>;
389
- onInputChange: EventName<CustomEvent<string>>;
390
- onAddItem: EventName<CustomEvent<string>>;
391
- onIxBlur: EventName<CustomEvent<void>>;
387
+ onValueChange: EventName<IxSelectCustomEvent<string | string[]>>;
388
+ onInputChange: EventName<IxSelectCustomEvent<string>>;
389
+ onAddItem: EventName<IxSelectCustomEvent<string>>;
390
+ onIxBlur: EventName<IxSelectCustomEvent<void>>;
392
391
  };
393
392
  export declare const IxSelect: StencilReactComponent<IxSelectElement, IxSelectEvents>;
394
393
  export type IxSelectItemEvents = {
395
- onItemClick: EventName<CustomEvent<string>>;
394
+ onItemClick: EventName<IxSelectItemCustomEvent<string>>;
396
395
  };
397
396
  export declare const IxSelectItem: StencilReactComponent<IxSelectItemElement, IxSelectItemEvents>;
398
397
  export type IxSliderEvents = {
399
- onValueChange: EventName<CustomEvent<number>>;
398
+ onValueChange: EventName<IxSliderCustomEvent<number>>;
400
399
  };
401
400
  export declare const IxSlider: StencilReactComponent<IxSliderElement, IxSliderEvents>;
402
401
  export type IxSpinnerEvents = NonNullable<unknown>;
@@ -410,40 +409,42 @@ export type IxTabItemEvents = {
410
409
  };
411
410
  export declare const IxTabItem: StencilReactComponent<IxTabItemElement, IxTabItemEvents>;
412
411
  export type IxTabsEvents = {
413
- onSelectedChange: EventName<CustomEvent<number>>;
412
+ onSelectedChange: EventName<IxTabsCustomEvent<number>>;
414
413
  };
415
414
  export declare const IxTabs: StencilReactComponent<IxTabsElement, IxTabsEvents>;
416
415
  export type IxTextareaEvents = {
417
- onValueChange: EventName<CustomEvent<string>>;
416
+ onValueChange: EventName<IxTextareaCustomEvent<string>>;
418
417
  onValidityStateChange: EventName<IxTextareaCustomEvent<ValidityState>>;
419
- onIxBlur: EventName<CustomEvent<void>>;
418
+ onIxBlur: EventName<IxTextareaCustomEvent<void>>;
419
+ onIxChange: EventName<IxTextareaCustomEvent<string>>;
420
420
  };
421
421
  export declare const IxTextarea: StencilReactComponent<IxTextareaElement, IxTextareaEvents>;
422
422
  export type IxTileEvents = NonNullable<unknown>;
423
423
  export declare const IxTile: StencilReactComponent<IxTileElement, IxTileEvents>;
424
424
  export type IxTimeInputEvents = {
425
- onValueChange: EventName<CustomEvent<string>>;
425
+ onValueChange: EventName<IxTimeInputCustomEvent<string>>;
426
426
  onValidityStateChange: EventName<IxTimeInputCustomEvent<TimeInputValidityState>>;
427
+ onIxChange: EventName<IxTimeInputCustomEvent<string>>;
427
428
  };
428
429
  export declare const IxTimeInput: StencilReactComponent<IxTimeInputElement, IxTimeInputEvents>;
429
430
  export type IxTimePickerEvents = {
430
- onTimeSelect: EventName<CustomEvent<string>>;
431
- onTimeChange: EventName<CustomEvent<string>>;
431
+ onTimeSelect: EventName<IxTimePickerCustomEvent<string>>;
432
+ onTimeChange: EventName<IxTimePickerCustomEvent<string>>;
432
433
  };
433
434
  export declare const IxTimePicker: StencilReactComponent<IxTimePickerElement, IxTimePickerEvents>;
434
435
  export type IxToastEvents = {
435
- onCloseToast: EventName<CustomEvent<any>>;
436
+ onCloseToast: EventName<IxToastCustomEvent<any>>;
436
437
  };
437
438
  export declare const IxToast: StencilReactComponent<IxToastElement, IxToastEvents>;
438
439
  export type IxToastContainerEvents = NonNullable<unknown>;
439
440
  export declare const IxToastContainer: StencilReactComponent<IxToastContainerElement, IxToastContainerEvents>;
440
441
  export type IxToggleEvents = {
441
- onCheckedChange: EventName<CustomEvent<boolean>>;
442
- onIxBlur: EventName<CustomEvent<void>>;
442
+ onCheckedChange: EventName<IxToggleCustomEvent<boolean>>;
443
+ onIxBlur: EventName<IxToggleCustomEvent<void>>;
443
444
  };
444
445
  export declare const IxToggle: StencilReactComponent<IxToggleElement, IxToggleEvents>;
445
446
  export type IxToggleButtonEvents = {
446
- onPressedChange: EventName<CustomEvent<boolean>>;
447
+ onPressedChange: EventName<IxToggleButtonCustomEvent<boolean>>;
447
448
  };
448
449
  export declare const IxToggleButton: StencilReactComponent<IxToggleButtonElement, IxToggleButtonEvents>;
449
450
  export type IxTooltipEvents = NonNullable<unknown>;
@@ -459,6 +460,6 @@ export declare const IxValidationTooltip: StencilReactComponent<IxValidationTool
459
460
  export type IxWorkflowStepEvents = NonNullable<unknown>;
460
461
  export declare const IxWorkflowStep: StencilReactComponent<IxWorkflowStepElement, IxWorkflowStepEvents>;
461
462
  export type IxWorkflowStepsEvents = {
462
- onStepSelected: EventName<CustomEvent<number>>;
463
+ onStepSelected: EventName<IxWorkflowStepsCustomEvent<number>>;
463
464
  };
464
465
  export declare const IxWorkflowSteps: StencilReactComponent<IxWorkflowStepsElement, IxWorkflowStepsEvents>;
@@ -1,9 +1,12 @@
1
- import { ModalConfig as IxModalConfig, ModalInstance as IxModalInstance, ModalLoadingContext } from '@siemens/ix';
1
+ import { ModalConfig as IxModalConfig, ModalInstance as IxModalInstance, ModalLoadingContext, ModalLoadingOptions } from '@siemens/ix';
2
+ export type { ModalLoadingOptions } from '@siemens/ix';
2
3
  export * from './modal';
3
4
  export type ModalConfig = {
4
5
  content: React.ReactNode | string;
5
6
  };
6
7
  export declare function showModal(config: Omit<IxModalConfig, 'content'> & ModalConfig): Promise<IxModalInstance<any>>;
8
+ /** @deprecated Use ModalLoadingOptions object form instead */
7
9
  export declare function showModalLoading(message: string): ModalLoadingContext;
10
+ export declare function showModalLoading(options: ModalLoadingOptions): ModalLoadingContext;
8
11
  export declare function dismissModal(modalInstance: IxModalInstance): void;
9
12
  export declare function closeModal<T = any>(modalInstance: IxModalInstance, reason?: T): void;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/siemens/ix",
8
8
  "directory": "packages/react"
9
9
  },
10
- "version": "4.2.0",
10
+ "version": "4.4.0",
11
11
  "description": "Siemens iX for React",
12
12
  "files": [
13
13
  "LICENSE",
@@ -41,23 +41,23 @@
41
41
  "@types/react-dom": "^18",
42
42
  "@vitejs/plugin-react": "^4.6.0",
43
43
  "@vitest/browser": "^3.2.4",
44
- "eslint": "~8.21.0",
44
+ "eslint": "^9.39.3",
45
45
  "eslint-plugin-react": "^7.35.0",
46
- "happy-dom": "^17.4.7",
46
+ "happy-dom": "^20.4.0",
47
47
  "jest": "^29.7.0",
48
48
  "jest-environment-jsdom": "^29.7.0",
49
- "playwright": "^1.54.1",
49
+ "playwright": "^1.57.0",
50
50
  "react": "^18",
51
51
  "react-dom": "^18",
52
- "rimraf": "^6.0.1",
52
+ "rimraf": "^6.1.3",
53
53
  "rollup": "^4.24.0",
54
54
  "rollup-plugin-preserve-directives": "^0.4.0",
55
55
  "shadow-dom-testing-library": "^1.11.2",
56
56
  "typescript": "^5.6.3",
57
- "vite": "^7.0.4",
57
+ "vite": "^7.3.1",
58
58
  "vitest": "^3.2.4",
59
59
  "vitest-browser-react": "^1.0.0",
60
- "@siemens/ix": "4.2.0",
60
+ "@siemens/ix": "4.4.0",
61
61
  "eslint-config-ix": "1.0.0"
62
62
  },
63
63
  "peerDependencies": {
@@ -66,7 +66,7 @@
66
66
  "react-dom": "^18 || ^19"
67
67
  },
68
68
  "dependencies": {
69
- "@siemens/ix": "~4.2.0",
69
+ "@siemens/ix": "~4.4.0",
70
70
  "@stencil/react-output-target": "^1.2.0",
71
71
  "tslib": "*"
72
72
  },