@siemens/ix-react 4.3.0 → 5.0.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.
Files changed (45) hide show
  1. package/READMEOSS.html +458 -1679
  2. package/dist/{components.js → components/components.js} +118 -107
  3. package/dist/components/components.js.map +1 -0
  4. package/dist/components/components.server.js +1555 -0
  5. package/dist/components/components.server.js.map +1 -0
  6. package/dist/components.server.js +1 -1532
  7. package/dist/components.server.js.map +1 -1
  8. package/dist/delegate.js +1 -9
  9. package/dist/delegate.js.map +1 -1
  10. package/dist/index.js +1 -1
  11. package/dist/internal-components.js +1 -9
  12. package/dist/internal-components.js.map +1 -1
  13. package/dist/message/message.js +12 -16
  14. package/dist/message/message.js.map +1 -1
  15. package/dist/modal/index.js +15 -6
  16. package/dist/modal/index.js.map +1 -1
  17. package/dist/modal/modal.js +3 -2
  18. package/dist/modal/modal.js.map +1 -1
  19. package/dist/toast/toast.js +1 -1
  20. package/dist/toast/toast.js.map +1 -1
  21. package/dist/tree/tree.js +2 -0
  22. package/dist/tree/tree.js.map +1 -1
  23. package/dist/types/components/components.d.ts +472 -0
  24. package/dist/types/components/components.server.d.ts +474 -0
  25. package/dist/types/components.d.ts +1 -462
  26. package/dist/types/components.server.d.ts +1 -464
  27. package/dist/types/delegate.d.ts +1 -1
  28. package/dist/types/message/message.d.ts +1 -27
  29. package/dist/types/modal/index.d.ts +3 -2
  30. package/dist/types/modal/modal.d.ts +4 -3
  31. package/dist/types/tabs/index.d.ts +3 -0
  32. package/dist/types/tabs/internal-tab-panel.d.ts +6 -0
  33. package/dist/types/tabs/internal-tab-set.d.ts +6 -0
  34. package/dist/types/tabs/tab-set.d.ts +7 -0
  35. package/dist/types/toast/toast.d.ts +1 -1
  36. package/dist/types/tree/tree.d.ts +2 -2
  37. package/package.json +10 -10
  38. package/dist/components.js.map +0 -1
  39. package/dist/types/components/IxApplicationHeader.d.ts +0 -12
  40. package/dist/types/components/IxDateInput.d.ts +0 -13
  41. package/dist/types/components/IxFlipTile.d.ts +0 -11
  42. package/dist/types/components/IxMenu.d.ts +0 -15
  43. package/dist/types/components/IxMenuAbout.d.ts +0 -13
  44. package/dist/types/components/IxMenuSettings.d.ts +0 -13
  45. package/dist/types/components/IxMessageBar.d.ts +0 -12
@@ -1,1533 +1,2 @@
1
- import * as clientComponents from '@siemens/ix';
2
- import { createComponent } from '@stencil/react-output-target/ssr';
3
-
4
- /**
5
- * This file was automatically generated by the Stencil React Output Target.
6
- * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- /* eslint-disable */
9
- // @ts-ignore - ignore potential type issues as the project is importing itself
10
- const serializeShadowRoot = { "scoped": [], "default": "declarative-shadow-dom" };
11
- const IxActionCard = /*@__PURE__*/ createComponent({
12
- tagName: 'ix-action-card',
13
- properties: {
14
- variant: 'variant',
15
- icon: 'icon',
16
- ariaLabelIcon: 'aria-label-icon',
17
- heading: 'heading',
18
- subheading: 'subheading',
19
- selected: 'selected',
20
- ariaLabelCard: 'aria-label-card',
21
- passive: 'passive'
22
- },
23
- hydrateModule: import('@siemens/ix/hydrate'),
24
- clientModule: clientComponents.IxActionCard,
25
- serializeShadowRoot,
26
- });
27
- const IxApplication = /*@__PURE__*/ createComponent({
28
- tagName: 'ix-application',
29
- properties: {
30
- theme: 'theme',
31
- themeSystemAppearance: 'theme-system-appearance',
32
- forceBreakpoint: 'force-breakpoint',
33
- breakpoints: 'breakpoints',
34
- appSwitchConfig: 'app-switch-config'
35
- },
36
- hydrateModule: import('@siemens/ix/hydrate'),
37
- clientModule: clientComponents.IxApplication,
38
- serializeShadowRoot,
39
- });
40
- const IxApplicationHeader = /*@__PURE__*/ createComponent({
41
- tagName: 'ix-application-header',
42
- properties: {
43
- name: 'name',
44
- nameSuffix: 'name-suffix',
45
- companyLogo: 'company-logo',
46
- companyLogoAlt: 'company-logo-alt',
47
- appIcon: 'app-icon',
48
- appIconAlt: 'app-icon-alt',
49
- appIconOutline: 'app-icon-outline',
50
- hideBottomBorder: 'hide-bottom-border',
51
- showMenu: 'show-menu',
52
- ariaLabelMenuExpandIconButton: 'aria-label-menu-expand-icon-button',
53
- ariaLabelAppSwitchIconButton: 'aria-label-app-switch-icon-button',
54
- ariaLabelMoreMenuIconButton: 'aria-label-more-menu-icon-button',
55
- enableTopLayer: 'enable-top-layer'
56
- },
57
- hydrateModule: import('@siemens/ix/hydrate'),
58
- clientModule: clientComponents.IxApplicationHeader,
59
- serializeShadowRoot,
60
- });
61
- const IxAvatar = /*@__PURE__*/ createComponent({
62
- tagName: 'ix-avatar',
63
- properties: {
64
- a11yLabel: 'a11y-label',
65
- image: 'image',
66
- initials: 'initials',
67
- username: 'username',
68
- extra: 'extra',
69
- tooltipText: 'tooltip-text',
70
- ariaLabelTooltip: 'aria-label-tooltip'
71
- },
72
- hydrateModule: import('@siemens/ix/hydrate'),
73
- clientModule: clientComponents.IxAvatar,
74
- serializeShadowRoot,
75
- });
76
- const IxBlind = /*@__PURE__*/ createComponent({
77
- tagName: 'ix-blind',
78
- properties: {
79
- collapsed: 'collapsed',
80
- label: 'label',
81
- sublabel: 'sublabel',
82
- icon: 'icon',
83
- variant: 'variant'
84
- },
85
- hydrateModule: import('@siemens/ix/hydrate'),
86
- clientModule: clientComponents.IxBlind,
87
- serializeShadowRoot,
88
- });
89
- const IxBreadcrumb = /*@__PURE__*/ createComponent({
90
- tagName: 'ix-breadcrumb',
91
- properties: {
92
- visibleItemCount: 'visible-item-count',
93
- nextItems: 'next-items',
94
- subtle: 'subtle',
95
- ariaLabelPreviousButton: 'aria-label-previous-button',
96
- enableTopLayer: 'enable-top-layer'
97
- },
98
- hydrateModule: import('@siemens/ix/hydrate'),
99
- clientModule: clientComponents.IxBreadcrumb,
100
- serializeShadowRoot,
101
- });
102
- const IxBreadcrumbItem = /*@__PURE__*/ createComponent({
103
- tagName: 'ix-breadcrumb-item',
104
- properties: {
105
- ariaLabelButton: 'aria-label-button',
106
- label: 'label',
107
- icon: 'icon',
108
- href: 'href',
109
- target: 'target',
110
- rel: 'rel',
111
- subtle: 'subtle',
112
- invisible: 'invisible',
113
- hideChevron: 'hide-chevron',
114
- isDropdownTrigger: 'is-dropdown-trigger'
115
- },
116
- hydrateModule: import('@siemens/ix/hydrate'),
117
- clientModule: clientComponents.IxBreadcrumbItem,
118
- serializeShadowRoot,
119
- });
120
- const IxButton = /*@__PURE__*/ createComponent({
121
- tagName: 'ix-button',
122
- properties: {
123
- ariaLabelButton: 'aria-label-button',
124
- variant: 'variant',
125
- disabled: 'disabled',
126
- type: 'type',
127
- loading: 'loading',
128
- form: 'form',
129
- icon: 'icon',
130
- iconRight: 'icon-right',
131
- alignment: 'alignment',
132
- iconSize: 'icon-size',
133
- href: 'href',
134
- target: 'target',
135
- rel: 'rel'
136
- },
137
- hydrateModule: import('@siemens/ix/hydrate'),
138
- clientModule: clientComponents.IxButton,
139
- serializeShadowRoot,
140
- });
141
- const IxCard = /*@__PURE__*/ createComponent({
142
- tagName: 'ix-card',
143
- properties: {
144
- variant: 'variant',
145
- selected: 'selected',
146
- passive: 'passive'
147
- },
148
- hydrateModule: import('@siemens/ix/hydrate'),
149
- clientModule: clientComponents.IxCard,
150
- serializeShadowRoot,
151
- });
152
- const IxCardAccordion = /*@__PURE__*/ createComponent({
153
- tagName: 'ix-card-accordion',
154
- properties: {
155
- ariaLabelExpandButton: 'aria-label-expand-button',
156
- collapse: 'collapse',
157
- variant: 'variant'
158
- },
159
- hydrateModule: import('@siemens/ix/hydrate'),
160
- clientModule: clientComponents.IxCardAccordion,
161
- serializeShadowRoot,
162
- });
163
- const IxCardContent = /*@__PURE__*/ createComponent({
164
- tagName: 'ix-card-content',
165
- properties: {},
166
- hydrateModule: import('@siemens/ix/hydrate'),
167
- clientModule: clientComponents.IxCardContent,
168
- serializeShadowRoot,
169
- });
170
- const IxCardList = /*@__PURE__*/ createComponent({
171
- tagName: 'ix-card-list',
172
- properties: {
173
- ariaLabelExpandButton: 'aria-label-expand-button',
174
- label: 'label',
175
- collapse: 'collapse',
176
- listStyle: 'list-style',
177
- maxVisibleCards: 'max-visible-cards',
178
- showAllCount: 'show-all-count',
179
- suppressOverflowHandling: 'suppress-overflow-handling',
180
- hideShowAll: 'hide-show-all',
181
- i18nShowAll: 'i18n-show-all',
182
- i18nMoreCards: 'i18n-more-cards'
183
- },
184
- hydrateModule: import('@siemens/ix/hydrate'),
185
- clientModule: clientComponents.IxCardList,
186
- serializeShadowRoot,
187
- });
188
- const IxCardTitle = /*@__PURE__*/ createComponent({
189
- tagName: 'ix-card-title',
190
- properties: {},
191
- hydrateModule: import('@siemens/ix/hydrate'),
192
- clientModule: clientComponents.IxCardTitle,
193
- serializeShadowRoot,
194
- });
195
- const IxCategoryFilter = /*@__PURE__*/ createComponent({
196
- tagName: 'ix-category-filter',
197
- properties: {
198
- disabled: 'disabled',
199
- readonly: 'readonly',
200
- filterState: 'filter-state',
201
- placeholder: 'placeholder',
202
- categories: 'categories',
203
- nonSelectableCategories: 'non-selectable-categories',
204
- suggestions: 'suggestions',
205
- icon: 'icon',
206
- hideIcon: 'hide-icon',
207
- staticOperator: 'static-operator',
208
- uniqueCategories: 'unique-categories',
209
- labelCategories: 'label-categories',
210
- i18nPlainText: 'i18n-plain-text',
211
- ariaLabelResetButton: 'aria-label-reset-button',
212
- ariaLabelOperatorButton: 'aria-label-operator-button',
213
- ariaLabelFilterInput: 'aria-label-filter-input',
214
- enableTopLayer: 'enable-top-layer'
215
- },
216
- hydrateModule: import('@siemens/ix/hydrate'),
217
- clientModule: clientComponents.IxCategoryFilter,
218
- serializeShadowRoot,
219
- });
220
- const IxCheckbox = /*@__PURE__*/ createComponent({
221
- tagName: 'ix-checkbox',
222
- properties: {
223
- name: 'name',
224
- value: 'value',
225
- label: 'label',
226
- checked: 'checked',
227
- disabled: 'disabled',
228
- indeterminate: 'indeterminate',
229
- required: 'required'
230
- },
231
- hydrateModule: import('@siemens/ix/hydrate'),
232
- clientModule: clientComponents.IxCheckbox,
233
- serializeShadowRoot,
234
- });
235
- const IxCheckboxGroup = /*@__PURE__*/ createComponent({
236
- tagName: 'ix-checkbox-group',
237
- properties: {
238
- helperText: 'helper-text',
239
- label: 'label',
240
- direction: 'direction',
241
- invalidText: 'invalid-text',
242
- infoText: 'info-text',
243
- validText: 'valid-text',
244
- warningText: 'warning-text',
245
- showTextAsTooltip: 'show-text-as-tooltip',
246
- required: 'required'
247
- },
248
- hydrateModule: import('@siemens/ix/hydrate'),
249
- clientModule: clientComponents.IxCheckboxGroup,
250
- serializeShadowRoot,
251
- });
252
- const IxChip = /*@__PURE__*/ createComponent({
253
- tagName: 'ix-chip',
254
- properties: {
255
- variant: 'variant',
256
- inactive: 'inactive',
257
- closable: 'closable',
258
- icon: 'icon',
259
- background: 'background',
260
- chipColor: 'chip-color',
261
- outline: 'outline',
262
- tooltipText: 'tooltip-text',
263
- centerContent: 'center-content',
264
- ariaLabelCloseButton: 'aria-label-close-button'
265
- },
266
- hydrateModule: import('@siemens/ix/hydrate'),
267
- clientModule: clientComponents.IxChip,
268
- serializeShadowRoot,
269
- });
270
- const IxCol = /*@__PURE__*/ createComponent({
271
- tagName: 'ix-col',
272
- properties: {
273
- size: 'size',
274
- sizeSm: 'size-sm',
275
- sizeMd: 'size-md',
276
- sizeLg: 'size-lg'
277
- },
278
- hydrateModule: import('@siemens/ix/hydrate'),
279
- clientModule: clientComponents.IxCol,
280
- serializeShadowRoot,
281
- });
282
- const IxContent = /*@__PURE__*/ createComponent({
283
- tagName: 'ix-content',
284
- properties: {},
285
- hydrateModule: import('@siemens/ix/hydrate'),
286
- clientModule: clientComponents.IxContent,
287
- serializeShadowRoot,
288
- });
289
- const IxContentHeader = /*@__PURE__*/ createComponent({
290
- tagName: 'ix-content-header',
291
- properties: {
292
- variant: 'variant',
293
- headerTitle: 'header-title',
294
- headerSubtitle: 'header-subtitle',
295
- hasBackButton: 'has-back-button'
296
- },
297
- hydrateModule: import('@siemens/ix/hydrate'),
298
- clientModule: clientComponents.IxContentHeader,
299
- serializeShadowRoot,
300
- });
301
- const IxCustomField = /*@__PURE__*/ createComponent({
302
- tagName: 'ix-custom-field',
303
- properties: {
304
- required: 'required',
305
- label: 'label',
306
- helperText: 'helper-text',
307
- infoText: 'info-text',
308
- warningText: 'warning-text',
309
- invalidText: 'invalid-text',
310
- validText: 'valid-text',
311
- showTextAsTooltip: 'show-text-as-tooltip'
312
- },
313
- hydrateModule: import('@siemens/ix/hydrate'),
314
- clientModule: clientComponents.IxCustomField,
315
- serializeShadowRoot,
316
- });
317
- const IxDateDropdown = /*@__PURE__*/ createComponent({
318
- tagName: 'ix-date-dropdown',
319
- properties: {
320
- disabled: 'disabled',
321
- format: 'format',
322
- singleSelection: 'single-selection',
323
- from: 'from',
324
- to: 'to',
325
- minDate: 'min-date',
326
- maxDate: 'max-date',
327
- dateRangeId: 'date-range-id',
328
- variant: 'variant',
329
- loading: 'loading',
330
- showWeekNumbers: 'show-week-numbers',
331
- ariaLabelDropdownButton: 'aria-label-dropdown-button',
332
- customRangeDisabled: 'custom-range-disabled',
333
- dateRangeOptions: 'date-range-options',
334
- locale: 'locale',
335
- weekStartIndex: 'week-start-index',
336
- i18nCustomItem: 'i18n-custom-item',
337
- i18nDone: 'i18n-done',
338
- i18nNoRange: 'i18n-no-range',
339
- today: 'today',
340
- enableTopLayer: 'enable-top-layer'
341
- },
342
- hydrateModule: import('@siemens/ix/hydrate'),
343
- clientModule: clientComponents.IxDateDropdown,
344
- serializeShadowRoot,
345
- });
346
- const IxDateInput = /*@__PURE__*/ createComponent({
347
- tagName: 'ix-date-input',
348
- properties: {
349
- name: 'name',
350
- placeholder: 'placeholder',
351
- value: 'value',
352
- minDate: 'min-date',
353
- maxDate: 'max-date',
354
- locale: 'locale',
355
- format: 'format',
356
- required: 'required',
357
- helperText: 'helper-text',
358
- label: 'label',
359
- ariaLabelCalendarButton: 'aria-label-calendar-button',
360
- invalidText: 'invalid-text',
361
- readonly: 'readonly',
362
- disabled: 'disabled',
363
- infoText: 'info-text',
364
- warningText: 'warning-text',
365
- validText: 'valid-text',
366
- showTextAsTooltip: 'show-text-as-tooltip',
367
- i18nErrorDateUnparsable: 'i18n-error-date-unparsable',
368
- showWeekNumbers: 'show-week-numbers',
369
- weekStartIndex: 'week-start-index',
370
- ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
371
- ariaLabelNextMonthButton: 'aria-label-next-month-button',
372
- suppressSubmitOnEnter: 'suppress-submit-on-enter',
373
- textAlignment: 'text-alignment',
374
- enableTopLayer: 'enable-top-layer'
375
- },
376
- hydrateModule: import('@siemens/ix/hydrate'),
377
- clientModule: clientComponents.IxDateInput,
378
- serializeShadowRoot,
379
- });
380
- const IxDatePicker = /*@__PURE__*/ createComponent({
381
- tagName: 'ix-date-picker',
382
- properties: {
383
- format: 'format',
384
- singleSelection: 'single-selection',
385
- corners: 'corners',
386
- from: 'from',
387
- to: 'to',
388
- minDate: 'min-date',
389
- maxDate: 'max-date',
390
- i18nDone: 'i18n-done',
391
- ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
392
- ariaLabelNextMonthButton: 'aria-label-next-month-button',
393
- weekStartIndex: 'week-start-index',
394
- locale: 'locale',
395
- showWeekNumbers: 'show-week-numbers',
396
- embedded: 'embedded',
397
- today: 'today',
398
- enableTopLayer: 'enable-top-layer'
399
- },
400
- hydrateModule: import('@siemens/ix/hydrate'),
401
- clientModule: clientComponents.IxDatePicker,
402
- serializeShadowRoot,
403
- });
404
- const IxDatetimePicker = /*@__PURE__*/ createComponent({
405
- tagName: 'ix-datetime-picker',
406
- properties: {
407
- singleSelection: 'single-selection',
408
- minDate: 'min-date',
409
- maxDate: 'max-date',
410
- dateFormat: 'date-format',
411
- timeFormat: 'time-format',
412
- from: 'from',
413
- to: 'to',
414
- time: 'time',
415
- showTimeReference: 'show-time-reference',
416
- timeReference: 'time-reference',
417
- i18nDone: 'i18n-done',
418
- i18nTime: 'i18n-time',
419
- ariaLabelPreviousMonthButton: 'aria-label-previous-month-button',
420
- ariaLabelNextMonthButton: 'aria-label-next-month-button',
421
- weekStartIndex: 'week-start-index',
422
- locale: 'locale',
423
- showWeekNumbers: 'show-week-numbers'
424
- },
425
- hydrateModule: import('@siemens/ix/hydrate'),
426
- clientModule: clientComponents.IxDatetimePicker,
427
- serializeShadowRoot,
428
- });
429
- const IxDivider = /*@__PURE__*/ createComponent({
430
- tagName: 'ix-divider',
431
- properties: {},
432
- hydrateModule: import('@siemens/ix/hydrate'),
433
- clientModule: clientComponents.IxDivider,
434
- serializeShadowRoot,
435
- });
436
- const IxDrawer = /*@__PURE__*/ createComponent({
437
- tagName: 'ix-drawer',
438
- properties: {
439
- show: 'show',
440
- closeOnClickOutside: 'close-on-click-outside',
441
- fullHeight: 'full-height',
442
- minWidth: 'min-width',
443
- maxWidth: 'max-width',
444
- width: 'width',
445
- ariaLabelCloseButton: 'aria-label-close-button'
446
- },
447
- hydrateModule: import('@siemens/ix/hydrate'),
448
- clientModule: clientComponents.IxDrawer,
449
- serializeShadowRoot,
450
- });
451
- const IxDropdown = /*@__PURE__*/ createComponent({
452
- tagName: 'ix-dropdown',
453
- properties: {
454
- suppressAutomaticPlacement: 'suppress-automatic-placement',
455
- show: 'show',
456
- trigger: 'trigger',
457
- anchor: 'anchor',
458
- closeBehavior: 'close-behavior',
459
- placement: 'placement',
460
- positioningStrategy: 'positioning-strategy',
461
- header: 'header',
462
- offset: 'offset',
463
- overwriteDropdownStyle: 'overwrite-dropdown-style',
464
- discoverAllSubmenus: 'discover-all-submenus',
465
- ignoreRelatedSubmenu: 'ignore-related-submenu',
466
- suppressOverflowBehavior: 'suppress-overflow-behavior',
467
- enableTopLayer: 'enable-top-layer'
468
- },
469
- hydrateModule: import('@siemens/ix/hydrate'),
470
- clientModule: clientComponents.IxDropdown,
471
- serializeShadowRoot,
472
- });
473
- const IxDropdownButton = /*@__PURE__*/ createComponent({
474
- tagName: 'ix-dropdown-button',
475
- properties: {
476
- variant: 'variant',
477
- disabled: 'disabled',
478
- label: 'label',
479
- icon: 'icon',
480
- closeBehavior: 'close-behavior',
481
- placement: 'placement',
482
- ariaLabelDropdownButton: 'aria-label-dropdown-button',
483
- enableTopLayer: 'enable-top-layer'
484
- },
485
- hydrateModule: import('@siemens/ix/hydrate'),
486
- clientModule: clientComponents.IxDropdownButton,
487
- serializeShadowRoot,
488
- });
489
- const IxDropdownHeader = /*@__PURE__*/ createComponent({
490
- tagName: 'ix-dropdown-header',
491
- properties: { label: 'label' },
492
- hydrateModule: import('@siemens/ix/hydrate'),
493
- clientModule: clientComponents.IxDropdownHeader,
494
- serializeShadowRoot,
495
- });
496
- const IxDropdownItem = /*@__PURE__*/ createComponent({
497
- tagName: 'ix-dropdown-item',
498
- properties: {
499
- label: 'label',
500
- icon: 'icon',
501
- ariaLabelIcon: 'aria-label-icon',
502
- ariaLabelButton: 'aria-label-button',
503
- hover: 'hover',
504
- disabled: 'disabled',
505
- checked: 'checked',
506
- isSubMenu: 'is-sub-menu',
507
- suppressChecked: 'suppress-checked'
508
- },
509
- hydrateModule: import('@siemens/ix/hydrate'),
510
- clientModule: clientComponents.IxDropdownItem,
511
- serializeShadowRoot,
512
- });
513
- const IxDropdownQuickActions = /*@__PURE__*/ createComponent({
514
- tagName: 'ix-dropdown-quick-actions',
515
- properties: {},
516
- hydrateModule: import('@siemens/ix/hydrate'),
517
- clientModule: clientComponents.IxDropdownQuickActions,
518
- serializeShadowRoot,
519
- });
520
- const IxEmptyState = /*@__PURE__*/ createComponent({
521
- tagName: 'ix-empty-state',
522
- properties: {
523
- layout: 'layout',
524
- icon: 'icon',
525
- header: 'header',
526
- subHeader: 'sub-header',
527
- action: 'action',
528
- ariaLabelEmptyStateIcon: 'aria-label-empty-state-icon'
529
- },
530
- hydrateModule: import('@siemens/ix/hydrate'),
531
- clientModule: clientComponents.IxEmptyState,
532
- serializeShadowRoot,
533
- });
534
- const IxEventList = /*@__PURE__*/ createComponent({
535
- tagName: 'ix-event-list',
536
- properties: {
537
- itemHeight: 'item-height',
538
- compact: 'compact',
539
- animated: 'animated',
540
- chevron: 'chevron'
541
- },
542
- hydrateModule: import('@siemens/ix/hydrate'),
543
- clientModule: clientComponents.IxEventList,
544
- serializeShadowRoot,
545
- });
546
- const IxEventListItem = /*@__PURE__*/ createComponent({
547
- tagName: 'ix-event-list-item',
548
- properties: {
549
- variant: 'variant',
550
- itemColor: 'item-color',
551
- selected: 'selected',
552
- disabled: 'disabled',
553
- chevron: 'chevron'
554
- },
555
- hydrateModule: import('@siemens/ix/hydrate'),
556
- clientModule: clientComponents.IxEventListItem,
557
- serializeShadowRoot,
558
- });
559
- const IxExpandingSearch = /*@__PURE__*/ createComponent({
560
- tagName: 'ix-expanding-search',
561
- properties: {
562
- icon: 'icon',
563
- placeholder: 'placeholder',
564
- value: 'value',
565
- fullWidth: 'full-width',
566
- variant: 'variant',
567
- ariaLabelSearchIconButton: 'aria-label-search-icon-button',
568
- ariaLabelClearIconButton: 'aria-label-clear-icon-button',
569
- ariaLabelSearchInput: 'aria-label-search-input'
570
- },
571
- hydrateModule: import('@siemens/ix/hydrate'),
572
- clientModule: clientComponents.IxExpandingSearch,
573
- serializeShadowRoot,
574
- });
575
- const IxFieldLabel = /*@__PURE__*/ createComponent({
576
- tagName: 'ix-field-label',
577
- properties: {
578
- required: 'required',
579
- htmlFor: 'html-for',
580
- controlRef: 'control-ref',
581
- isInvalid: 'is-invalid'
582
- },
583
- hydrateModule: import('@siemens/ix/hydrate'),
584
- clientModule: clientComponents.IxFieldLabel,
585
- serializeShadowRoot,
586
- });
587
- const IxFilterChip = /*@__PURE__*/ createComponent({
588
- tagName: 'ix-filter-chip',
589
- properties: {
590
- disabled: 'disabled',
591
- readonly: 'readonly',
592
- ariaLabelCloseIconButton: 'aria-label-close-icon-button'
593
- },
594
- hydrateModule: import('@siemens/ix/hydrate'),
595
- clientModule: clientComponents.IxFilterChip,
596
- serializeShadowRoot,
597
- });
598
- const IxFlipTile = /*@__PURE__*/ createComponent({
599
- tagName: 'ix-flip-tile',
600
- properties: {
601
- variant: 'variant',
602
- height: 'height',
603
- width: 'width',
604
- index: 'index',
605
- ariaLabelEyeIconButton: 'aria-label-eye-icon-button'
606
- },
607
- hydrateModule: import('@siemens/ix/hydrate'),
608
- clientModule: clientComponents.IxFlipTile,
609
- serializeShadowRoot,
610
- });
611
- const IxFlipTileContent = /*@__PURE__*/ createComponent({
612
- tagName: 'ix-flip-tile-content',
613
- properties: { contentVisible: 'content-visible' },
614
- hydrateModule: import('@siemens/ix/hydrate'),
615
- clientModule: clientComponents.IxFlipTileContent,
616
- serializeShadowRoot,
617
- });
618
- const IxGroup = /*@__PURE__*/ createComponent({
619
- tagName: 'ix-group',
620
- properties: {
621
- suppressHeaderSelection: 'suppress-header-selection',
622
- header: 'header',
623
- subHeader: 'sub-header',
624
- expanded: 'expanded',
625
- selected: 'selected',
626
- index: 'index',
627
- expandOnHeaderClick: 'expand-on-header-click'
628
- },
629
- hydrateModule: import('@siemens/ix/hydrate'),
630
- clientModule: clientComponents.IxGroup,
631
- serializeShadowRoot,
632
- });
633
- const IxGroupContextMenu = /*@__PURE__*/ createComponent({
634
- tagName: 'ix-group-context-menu',
635
- properties: {},
636
- hydrateModule: import('@siemens/ix/hydrate'),
637
- clientModule: clientComponents.IxGroupContextMenu,
638
- serializeShadowRoot,
639
- });
640
- const IxGroupItem = /*@__PURE__*/ createComponent({
641
- tagName: 'ix-group-item',
642
- properties: {
643
- icon: 'icon',
644
- ariaLabelIcon: 'aria-label-icon',
645
- text: 'text',
646
- secondaryText: 'secondary-text',
647
- suppressSelection: 'suppress-selection',
648
- groupFooter: 'group-footer',
649
- selected: 'selected',
650
- disabled: 'disabled',
651
- index: 'index'
652
- },
653
- hydrateModule: import('@siemens/ix/hydrate'),
654
- clientModule: clientComponents.IxGroupItem,
655
- serializeShadowRoot,
656
- });
657
- const IxHelperText = /*@__PURE__*/ createComponent({
658
- tagName: 'ix-helper-text',
659
- properties: {
660
- htmlFor: 'html-for',
661
- helperText: 'helper-text',
662
- invalidText: 'invalid-text',
663
- validText: 'valid-text',
664
- infoText: 'info-text',
665
- warningText: 'warning-text'
666
- },
667
- hydrateModule: import('@siemens/ix/hydrate'),
668
- clientModule: clientComponents.IxHelperText,
669
- serializeShadowRoot,
670
- });
671
- const IxIconButton = /*@__PURE__*/ createComponent({
672
- tagName: 'ix-icon-button',
673
- properties: {
674
- a11yLabel: 'a11y-label',
675
- variant: 'variant',
676
- oval: 'oval',
677
- icon: 'icon',
678
- size: 'size',
679
- iconColor: 'icon-color',
680
- disabled: 'disabled',
681
- type: 'type',
682
- loading: 'loading'
683
- },
684
- hydrateModule: import('@siemens/ix/hydrate'),
685
- clientModule: clientComponents.IxIconButton,
686
- serializeShadowRoot,
687
- });
688
- const IxIconToggleButton = /*@__PURE__*/ createComponent({
689
- tagName: 'ix-icon-toggle-button',
690
- properties: {
691
- variant: 'variant',
692
- outline: 'outline',
693
- ghost: 'ghost',
694
- icon: 'icon',
695
- oval: 'oval',
696
- pressed: 'pressed',
697
- size: 'size',
698
- disabled: 'disabled',
699
- loading: 'loading',
700
- ariaLabelIconButton: 'aria-label-icon-button'
701
- },
702
- hydrateModule: import('@siemens/ix/hydrate'),
703
- clientModule: clientComponents.IxIconToggleButton,
704
- serializeShadowRoot,
705
- });
706
- const IxInput = /*@__PURE__*/ createComponent({
707
- tagName: 'ix-input',
708
- properties: {
709
- type: 'type',
710
- name: 'name',
711
- placeholder: 'placeholder',
712
- value: 'value',
713
- required: 'required',
714
- disabled: 'disabled',
715
- readonly: 'readonly',
716
- helperText: 'helper-text',
717
- infoText: 'info-text',
718
- showTextAsTooltip: 'show-text-as-tooltip',
719
- validText: 'valid-text',
720
- warningText: 'warning-text',
721
- label: 'label',
722
- invalidText: 'invalid-text',
723
- pattern: 'pattern',
724
- maxLength: 'max-length',
725
- minLength: 'min-length',
726
- allowedCharactersPattern: 'allowed-characters-pattern',
727
- suppressSubmitOnEnter: 'suppress-submit-on-enter',
728
- textAlignment: 'text-alignment'
729
- },
730
- hydrateModule: import('@siemens/ix/hydrate'),
731
- clientModule: clientComponents.IxInput,
732
- serializeShadowRoot,
733
- });
734
- const IxInputGroup = /*@__PURE__*/ createComponent({
735
- tagName: 'ix-input-group',
736
- properties: {},
737
- hydrateModule: import('@siemens/ix/hydrate'),
738
- clientModule: clientComponents.IxInputGroup,
739
- serializeShadowRoot,
740
- });
741
- const IxKeyValue = /*@__PURE__*/ createComponent({
742
- tagName: 'ix-key-value',
743
- properties: {
744
- icon: 'icon',
745
- ariaLabelIcon: 'aria-label-icon',
746
- label: 'label',
747
- labelPosition: 'label-position',
748
- value: 'value'
749
- },
750
- hydrateModule: import('@siemens/ix/hydrate'),
751
- clientModule: clientComponents.IxKeyValue,
752
- serializeShadowRoot,
753
- });
754
- const IxKeyValueList = /*@__PURE__*/ createComponent({
755
- tagName: 'ix-key-value-list',
756
- properties: { striped: 'striped' },
757
- hydrateModule: import('@siemens/ix/hydrate'),
758
- clientModule: clientComponents.IxKeyValueList,
759
- serializeShadowRoot,
760
- });
761
- const IxKpi = /*@__PURE__*/ createComponent({
762
- tagName: 'ix-kpi',
763
- properties: {
764
- label: 'label',
765
- ariaLabelAlarmIcon: 'aria-label-alarm-icon',
766
- ariaLabelWarningIcon: 'aria-label-warning-icon',
767
- value: 'value',
768
- unit: 'unit',
769
- state: 'state',
770
- orientation: 'orientation'
771
- },
772
- hydrateModule: import('@siemens/ix/hydrate'),
773
- clientModule: clientComponents.IxKpi,
774
- serializeShadowRoot,
775
- });
776
- const IxLayoutAuto = /*@__PURE__*/ createComponent({
777
- tagName: 'ix-layout-auto',
778
- properties: { layout: 'layout' },
779
- hydrateModule: import('@siemens/ix/hydrate'),
780
- clientModule: clientComponents.IxLayoutAuto,
781
- serializeShadowRoot,
782
- });
783
- const IxLayoutGrid = /*@__PURE__*/ createComponent({
784
- tagName: 'ix-layout-grid',
785
- properties: {
786
- noMargin: 'no-margin',
787
- gap: 'gap',
788
- columns: 'columns'
789
- },
790
- hydrateModule: import('@siemens/ix/hydrate'),
791
- clientModule: clientComponents.IxLayoutGrid,
792
- serializeShadowRoot,
793
- });
794
- const IxLinkButton = /*@__PURE__*/ createComponent({
795
- tagName: 'ix-link-button',
796
- properties: {
797
- disabled: 'disabled',
798
- url: 'url',
799
- target: 'target'
800
- },
801
- hydrateModule: import('@siemens/ix/hydrate'),
802
- clientModule: clientComponents.IxLinkButton,
803
- serializeShadowRoot,
804
- });
805
- const IxMenu = /*@__PURE__*/ createComponent({
806
- tagName: 'ix-menu',
807
- properties: {
808
- showSettings: 'show-settings',
809
- showAbout: 'show-about',
810
- enableToggleTheme: 'enable-toggle-theme',
811
- enableMapExpand: 'enable-map-expand',
812
- applicationName: 'application-name',
813
- applicationDescription: 'application-description',
814
- i18nExpandSidebar: 'i18n-expand-sidebar',
815
- expand: 'expand',
816
- startExpanded: 'start-expanded',
817
- pinned: 'pinned',
818
- i18nLegal: 'i18n-legal',
819
- i18nSettings: 'i18n-settings',
820
- i18nToggleTheme: 'i18n-toggle-theme',
821
- i18nExpand: 'i18n-expand',
822
- i18nCollapse: 'i18n-collapse'
823
- },
824
- hydrateModule: import('@siemens/ix/hydrate'),
825
- clientModule: clientComponents.IxMenu,
826
- serializeShadowRoot,
827
- });
828
- const IxMenuAbout = /*@__PURE__*/ createComponent({
829
- tagName: 'ix-menu-about',
830
- properties: {
831
- activeTabLabel: 'active-tab-label',
832
- label: 'label',
833
- ariaLabelCloseButton: 'aria-label-close-button',
834
- show: 'show'
835
- },
836
- hydrateModule: import('@siemens/ix/hydrate'),
837
- clientModule: clientComponents.IxMenuAbout,
838
- serializeShadowRoot,
839
- });
840
- const IxMenuAboutItem = /*@__PURE__*/ createComponent({
841
- tagName: 'ix-menu-about-item',
842
- properties: { label: 'label' },
843
- hydrateModule: import('@siemens/ix/hydrate'),
844
- clientModule: clientComponents.IxMenuAboutItem,
845
- serializeShadowRoot,
846
- });
847
- const IxMenuAboutNews = /*@__PURE__*/ createComponent({
848
- tagName: 'ix-menu-about-news',
849
- properties: {
850
- show: 'show',
851
- label: 'label',
852
- i18nShowMore: 'i18n-show-more',
853
- aboutItemLabel: 'about-item-label',
854
- expanded: 'expanded'
855
- },
856
- hydrateModule: import('@siemens/ix/hydrate'),
857
- clientModule: clientComponents.IxMenuAboutNews,
858
- serializeShadowRoot,
859
- });
860
- const IxMenuAvatar = /*@__PURE__*/ createComponent({
861
- tagName: 'ix-menu-avatar',
862
- properties: {
863
- top: 'top',
864
- bottom: 'bottom',
865
- image: 'image',
866
- initials: 'initials',
867
- tooltipText: 'tooltip-text',
868
- ariaLabelTooltip: 'aria-label-tooltip',
869
- i18nLogout: 'i18n-logout',
870
- hideLogoutButton: 'hide-logout-button',
871
- enableTopLayer: 'enable-top-layer'
872
- },
873
- hydrateModule: import('@siemens/ix/hydrate'),
874
- clientModule: clientComponents.IxMenuAvatar,
875
- serializeShadowRoot,
876
- });
877
- const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
878
- tagName: 'ix-menu-avatar-item',
879
- properties: {
880
- icon: 'icon',
881
- label: 'label'
882
- },
883
- hydrateModule: import('@siemens/ix/hydrate'),
884
- clientModule: clientComponents.IxMenuAvatarItem,
885
- serializeShadowRoot,
886
- });
887
- const IxMenuCategory = /*@__PURE__*/ createComponent({
888
- tagName: 'ix-menu-category',
889
- properties: {
890
- label: 'label',
891
- icon: 'icon',
892
- notifications: 'notifications',
893
- tooltipText: 'tooltip-text'
894
- },
895
- hydrateModule: import('@siemens/ix/hydrate'),
896
- clientModule: clientComponents.IxMenuCategory,
897
- serializeShadowRoot,
898
- });
899
- const IxMenuItem = /*@__PURE__*/ createComponent({
900
- tagName: 'ix-menu-item',
901
- properties: {
902
- label: 'label',
903
- home: 'home',
904
- bottom: 'bottom',
905
- icon: 'icon',
906
- notifications: 'notifications',
907
- active: 'active',
908
- disabled: 'disabled',
909
- tooltipText: 'tooltip-text',
910
- href: 'href',
911
- target: 'target',
912
- rel: 'rel',
913
- isCategory: 'is-category'
914
- },
915
- hydrateModule: import('@siemens/ix/hydrate'),
916
- clientModule: clientComponents.IxMenuItem,
917
- serializeShadowRoot,
918
- });
919
- const IxMenuSettings = /*@__PURE__*/ createComponent({
920
- tagName: 'ix-menu-settings',
921
- properties: {
922
- activeTabLabel: 'active-tab-label',
923
- label: 'label',
924
- ariaLabelCloseButton: 'aria-label-close-button',
925
- show: 'show'
926
- },
927
- hydrateModule: import('@siemens/ix/hydrate'),
928
- clientModule: clientComponents.IxMenuSettings,
929
- serializeShadowRoot,
930
- });
931
- const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
932
- tagName: 'ix-menu-settings-item',
933
- properties: { label: 'label' },
934
- hydrateModule: import('@siemens/ix/hydrate'),
935
- clientModule: clientComponents.IxMenuSettingsItem,
936
- serializeShadowRoot,
937
- });
938
- const IxMessageBar = /*@__PURE__*/ createComponent({
939
- tagName: 'ix-message-bar',
940
- properties: {
941
- type: 'type',
942
- persistent: 'persistent'
943
- },
944
- hydrateModule: import('@siemens/ix/hydrate'),
945
- clientModule: clientComponents.IxMessageBar,
946
- serializeShadowRoot,
947
- });
948
- const IxModal = /*@__PURE__*/ createComponent({
949
- tagName: 'ix-modal',
950
- properties: {
951
- size: 'size',
952
- disableAnimation: 'disable-animation',
953
- hideBackdrop: 'hide-backdrop',
954
- closeOnBackdropClick: 'close-on-backdrop-click',
955
- beforeDismiss: 'before-dismiss',
956
- centered: 'centered',
957
- disableEscapeClose: 'disable-escape-close'
958
- },
959
- hydrateModule: import('@siemens/ix/hydrate'),
960
- clientModule: clientComponents.IxModal,
961
- serializeShadowRoot,
962
- });
963
- const IxModalContent = /*@__PURE__*/ createComponent({
964
- tagName: 'ix-modal-content',
965
- properties: {},
966
- hydrateModule: import('@siemens/ix/hydrate'),
967
- clientModule: clientComponents.IxModalContent,
968
- serializeShadowRoot,
969
- });
970
- const IxModalFooter = /*@__PURE__*/ createComponent({
971
- tagName: 'ix-modal-footer',
972
- properties: {},
973
- hydrateModule: import('@siemens/ix/hydrate'),
974
- clientModule: clientComponents.IxModalFooter,
975
- serializeShadowRoot,
976
- });
977
- const IxModalHeader = /*@__PURE__*/ createComponent({
978
- tagName: 'ix-modal-header',
979
- properties: {
980
- hideClose: 'hide-close',
981
- icon: 'icon',
982
- ariaLabelIcon: 'aria-label-icon',
983
- ariaLabelCloseIconButton: 'aria-label-close-icon-button',
984
- iconColor: 'icon-color'
985
- },
986
- hydrateModule: import('@siemens/ix/hydrate'),
987
- clientModule: clientComponents.IxModalHeader,
988
- serializeShadowRoot,
989
- });
990
- const IxNumberInput = /*@__PURE__*/ createComponent({
991
- tagName: 'ix-number-input',
992
- properties: {
993
- name: 'name',
994
- placeholder: 'placeholder',
995
- value: 'value',
996
- required: 'required',
997
- disabled: 'disabled',
998
- readonly: 'readonly',
999
- helperText: 'helper-text',
1000
- infoText: 'info-text',
1001
- showTextAsTooltip: 'show-text-as-tooltip',
1002
- validText: 'valid-text',
1003
- warningText: 'warning-text',
1004
- label: 'label',
1005
- invalidText: 'invalid-text',
1006
- pattern: 'pattern',
1007
- min: 'min',
1008
- max: 'max',
1009
- allowedCharactersPattern: 'allowed-characters-pattern',
1010
- showStepperButtons: 'show-stepper-buttons',
1011
- step: 'step',
1012
- suppressSubmitOnEnter: 'suppress-submit-on-enter',
1013
- textAlignment: 'text-alignment',
1014
- allowEmptyValueChange: 'allow-empty-value-change'
1015
- },
1016
- hydrateModule: import('@siemens/ix/hydrate'),
1017
- clientModule: clientComponents.IxNumberInput,
1018
- serializeShadowRoot,
1019
- });
1020
- const IxPagination = /*@__PURE__*/ createComponent({
1021
- tagName: 'ix-pagination',
1022
- properties: {
1023
- advanced: 'advanced',
1024
- itemCount: 'item-count',
1025
- hideItemCount: 'hide-item-count',
1026
- count: 'count',
1027
- selectedPage: 'selected-page',
1028
- i18nPage: 'i18n-page',
1029
- i18nOf: 'i18n-of',
1030
- i18nItems: 'i18n-items',
1031
- ariaLabelChevronLeftIconButton: 'aria-label-chevron-left-icon-button',
1032
- ariaLabelChevronRightIconButton: 'aria-label-chevron-right-icon-button',
1033
- ariaLabelPageSelection: 'aria-label-page-selection'
1034
- },
1035
- hydrateModule: import('@siemens/ix/hydrate'),
1036
- clientModule: clientComponents.IxPagination,
1037
- serializeShadowRoot,
1038
- });
1039
- const IxPane = /*@__PURE__*/ createComponent({
1040
- tagName: 'ix-pane',
1041
- properties: {
1042
- heading: 'heading',
1043
- variant: 'variant',
1044
- hideOnCollapse: 'hide-on-collapse',
1045
- size: 'size',
1046
- borderless: 'borderless',
1047
- expanded: 'expanded',
1048
- composition: 'composition',
1049
- icon: 'icon',
1050
- closeOnClickOutside: 'close-on-click-outside',
1051
- ariaLabelIcon: 'aria-label-icon',
1052
- ariaLabelCollapseCloseButton: 'aria-label-collapse-close-button',
1053
- ignoreLayoutSettings: 'ignore-layout-settings',
1054
- isMobile: 'is-mobile'
1055
- },
1056
- hydrateModule: import('@siemens/ix/hydrate'),
1057
- clientModule: clientComponents.IxPane,
1058
- serializeShadowRoot,
1059
- });
1060
- const IxPaneLayout = /*@__PURE__*/ createComponent({
1061
- tagName: 'ix-pane-layout',
1062
- properties: {
1063
- layout: 'layout',
1064
- variant: 'variant',
1065
- borderless: 'borderless'
1066
- },
1067
- hydrateModule: import('@siemens/ix/hydrate'),
1068
- clientModule: clientComponents.IxPaneLayout,
1069
- serializeShadowRoot,
1070
- });
1071
- const IxPill = /*@__PURE__*/ createComponent({
1072
- tagName: 'ix-pill',
1073
- properties: {
1074
- variant: 'variant',
1075
- outline: 'outline',
1076
- icon: 'icon',
1077
- ariaLabelIcon: 'aria-label-icon',
1078
- background: 'background',
1079
- pillColor: 'pill-color',
1080
- alignLeft: 'align-left',
1081
- tooltipText: 'tooltip-text'
1082
- },
1083
- hydrateModule: import('@siemens/ix/hydrate'),
1084
- clientModule: clientComponents.IxPill,
1085
- serializeShadowRoot,
1086
- });
1087
- const IxProgressIndicator = /*@__PURE__*/ createComponent({
1088
- tagName: 'ix-progress-indicator',
1089
- properties: {
1090
- type: 'type',
1091
- size: 'size',
1092
- value: 'value',
1093
- min: 'min',
1094
- max: 'max',
1095
- status: 'status',
1096
- label: 'label',
1097
- helperText: 'helper-text',
1098
- textAlignment: 'text-alignment',
1099
- showTextAsTooltip: 'show-text-as-tooltip'
1100
- },
1101
- hydrateModule: import('@siemens/ix/hydrate'),
1102
- clientModule: clientComponents.IxProgressIndicator,
1103
- serializeShadowRoot,
1104
- });
1105
- const IxPushCard = /*@__PURE__*/ createComponent({
1106
- tagName: 'ix-push-card',
1107
- properties: {
1108
- icon: 'icon',
1109
- ariaLabelIcon: 'aria-label-icon',
1110
- notification: 'notification',
1111
- heading: 'heading',
1112
- subheading: 'subheading',
1113
- variant: 'variant',
1114
- expanded: 'expanded',
1115
- passive: 'passive'
1116
- },
1117
- hydrateModule: import('@siemens/ix/hydrate'),
1118
- clientModule: clientComponents.IxPushCard,
1119
- serializeShadowRoot,
1120
- });
1121
- const IxRadio = /*@__PURE__*/ createComponent({
1122
- tagName: 'ix-radio',
1123
- properties: {
1124
- name: 'name',
1125
- value: 'value',
1126
- label: 'label',
1127
- disabled: 'disabled',
1128
- checked: 'checked',
1129
- required: 'required'
1130
- },
1131
- hydrateModule: import('@siemens/ix/hydrate'),
1132
- clientModule: clientComponents.IxRadio,
1133
- serializeShadowRoot,
1134
- });
1135
- const IxRadioGroup = /*@__PURE__*/ createComponent({
1136
- tagName: 'ix-radio-group',
1137
- properties: {
1138
- helperText: 'helper-text',
1139
- label: 'label',
1140
- value: 'value',
1141
- invalidText: 'invalid-text',
1142
- infoText: 'info-text',
1143
- warningText: 'warning-text',
1144
- validText: 'valid-text',
1145
- showTextAsTooltip: 'show-text-as-tooltip',
1146
- direction: 'direction',
1147
- required: 'required'
1148
- },
1149
- hydrateModule: import('@siemens/ix/hydrate'),
1150
- clientModule: clientComponents.IxRadioGroup,
1151
- serializeShadowRoot,
1152
- });
1153
- const IxRow = /*@__PURE__*/ createComponent({
1154
- tagName: 'ix-row',
1155
- properties: {},
1156
- hydrateModule: import('@siemens/ix/hydrate'),
1157
- clientModule: clientComponents.IxRow,
1158
- serializeShadowRoot,
1159
- });
1160
- const IxSelect = /*@__PURE__*/ createComponent({
1161
- tagName: 'ix-select',
1162
- properties: {
1163
- name: 'name',
1164
- required: 'required',
1165
- label: 'label',
1166
- ariaLabelChevronDownIconButton: 'aria-label-chevron-down-icon-button',
1167
- ariaLabelClearIconButton: 'aria-label-clear-icon-button',
1168
- warningText: 'warning-text',
1169
- infoText: 'info-text',
1170
- invalidText: 'invalid-text',
1171
- validText: 'valid-text',
1172
- helperText: 'helper-text',
1173
- showTextAsTooltip: 'show-text-as-tooltip',
1174
- value: 'value',
1175
- allowClear: 'allow-clear',
1176
- mode: 'mode',
1177
- editable: 'editable',
1178
- disabled: 'disabled',
1179
- readonly: 'readonly',
1180
- i18nPlaceholder: 'i18n-placeholder',
1181
- i18nPlaceholderEditable: 'i18n-placeholder-editable',
1182
- i18nSelectListHeader: 'i18n-select-list-header',
1183
- i18nNoMatches: 'i18n-no-matches',
1184
- i18nAllSelected: 'i18n-all-selected',
1185
- hideListHeader: 'hide-list-header',
1186
- dropdownWidth: 'dropdown-width',
1187
- dropdownMaxWidth: 'dropdown-max-width',
1188
- collapseMultipleSelection: 'collapse-multiple-selection',
1189
- enableTopLayer: 'enable-top-layer'
1190
- },
1191
- hydrateModule: import('@siemens/ix/hydrate'),
1192
- clientModule: clientComponents.IxSelect,
1193
- serializeShadowRoot,
1194
- });
1195
- const IxSelectItem = /*@__PURE__*/ createComponent({
1196
- tagName: 'ix-select-item',
1197
- properties: {
1198
- label: 'label',
1199
- value: 'value',
1200
- selected: 'selected',
1201
- hover: 'hover'
1202
- },
1203
- hydrateModule: import('@siemens/ix/hydrate'),
1204
- clientModule: clientComponents.IxSelectItem,
1205
- serializeShadowRoot,
1206
- });
1207
- const IxSlider = /*@__PURE__*/ createComponent({
1208
- tagName: 'ix-slider',
1209
- properties: {
1210
- helperText: 'helper-text',
1211
- label: 'label',
1212
- invalidText: 'invalid-text',
1213
- infoText: 'info-text',
1214
- warningText: 'warning-text',
1215
- validText: 'valid-text',
1216
- showTextAsTooltip: 'show-text-as-tooltip',
1217
- step: 'step',
1218
- min: 'min',
1219
- max: 'max',
1220
- value: 'value',
1221
- marker: 'marker',
1222
- trace: 'trace',
1223
- traceReference: 'trace-reference',
1224
- disabled: 'disabled',
1225
- error: 'error'
1226
- },
1227
- hydrateModule: import('@siemens/ix/hydrate'),
1228
- clientModule: clientComponents.IxSlider,
1229
- serializeShadowRoot,
1230
- });
1231
- const IxSpinner = /*@__PURE__*/ createComponent({
1232
- tagName: 'ix-spinner',
1233
- properties: {
1234
- variant: 'variant',
1235
- size: 'size',
1236
- hideTrack: 'hide-track'
1237
- },
1238
- hydrateModule: import('@siemens/ix/hydrate'),
1239
- clientModule: clientComponents.IxSpinner,
1240
- serializeShadowRoot,
1241
- });
1242
- const IxSplitButton = /*@__PURE__*/ createComponent({
1243
- tagName: 'ix-split-button',
1244
- properties: {
1245
- variant: 'variant',
1246
- closeBehavior: 'close-behavior',
1247
- label: 'label',
1248
- ariaLabelButton: 'aria-label-button',
1249
- icon: 'icon',
1250
- splitIcon: 'split-icon',
1251
- ariaLabelSplitIconButton: 'aria-label-split-icon-button',
1252
- disabled: 'disabled',
1253
- disableButton: 'disable-button',
1254
- disableDropdownButton: 'disable-dropdown-button',
1255
- placement: 'placement',
1256
- enableTopLayer: 'enable-top-layer'
1257
- },
1258
- hydrateModule: import('@siemens/ix/hydrate'),
1259
- clientModule: clientComponents.IxSplitButton,
1260
- serializeShadowRoot,
1261
- });
1262
- const IxTabItem = /*@__PURE__*/ createComponent({
1263
- tagName: 'ix-tab-item',
1264
- properties: {
1265
- selected: 'selected',
1266
- disabled: 'disabled',
1267
- small: 'small',
1268
- icon: 'icon',
1269
- rounded: 'rounded',
1270
- counter: 'counter',
1271
- layout: 'layout',
1272
- placement: 'placement'
1273
- },
1274
- hydrateModule: import('@siemens/ix/hydrate'),
1275
- clientModule: clientComponents.IxTabItem,
1276
- serializeShadowRoot,
1277
- });
1278
- const IxTabs = /*@__PURE__*/ createComponent({
1279
- tagName: 'ix-tabs',
1280
- properties: {
1281
- small: 'small',
1282
- rounded: 'rounded',
1283
- selected: 'selected',
1284
- layout: 'layout',
1285
- placement: 'placement',
1286
- ariaLabelChevronLeftIconButton: 'aria-label-chevron-left-icon-button',
1287
- ariaLabelChevronRightIconButton: 'aria-label-chevron-right-icon-button'
1288
- },
1289
- hydrateModule: import('@siemens/ix/hydrate'),
1290
- clientModule: clientComponents.IxTabs,
1291
- serializeShadowRoot,
1292
- });
1293
- const IxTextarea = /*@__PURE__*/ createComponent({
1294
- tagName: 'ix-textarea',
1295
- properties: {
1296
- name: 'name',
1297
- placeholder: 'placeholder',
1298
- value: 'value',
1299
- required: 'required',
1300
- disabled: 'disabled',
1301
- readonly: 'readonly',
1302
- helperText: 'helper-text',
1303
- infoText: 'info-text',
1304
- showTextAsTooltip: 'show-text-as-tooltip',
1305
- validText: 'valid-text',
1306
- warningText: 'warning-text',
1307
- label: 'label',
1308
- invalidText: 'invalid-text',
1309
- textareaHeight: 'textarea-height',
1310
- textareaWidth: 'textarea-width',
1311
- textareaRows: 'textarea-rows',
1312
- textareaCols: 'textarea-cols',
1313
- resizeBehavior: 'resize-behavior',
1314
- maxLength: 'max-length',
1315
- minLength: 'min-length'
1316
- },
1317
- hydrateModule: import('@siemens/ix/hydrate'),
1318
- clientModule: clientComponents.IxTextarea,
1319
- serializeShadowRoot,
1320
- });
1321
- const IxTile = /*@__PURE__*/ createComponent({
1322
- tagName: 'ix-tile',
1323
- properties: { size: 'size' },
1324
- hydrateModule: import('@siemens/ix/hydrate'),
1325
- clientModule: clientComponents.IxTile,
1326
- serializeShadowRoot,
1327
- });
1328
- const IxTimeInput = /*@__PURE__*/ createComponent({
1329
- tagName: 'ix-time-input',
1330
- properties: {
1331
- name: 'name',
1332
- placeholder: 'placeholder',
1333
- value: 'value',
1334
- format: 'format',
1335
- required: 'required',
1336
- helperText: 'helper-text',
1337
- label: 'label',
1338
- invalidText: 'invalid-text',
1339
- readonly: 'readonly',
1340
- disabled: 'disabled',
1341
- infoText: 'info-text',
1342
- warningText: 'warning-text',
1343
- validText: 'valid-text',
1344
- showTextAsTooltip: 'show-text-as-tooltip',
1345
- i18nErrorTimeUnparsable: 'i18n-error-time-unparsable',
1346
- hourInterval: 'hour-interval',
1347
- minuteInterval: 'minute-interval',
1348
- secondInterval: 'second-interval',
1349
- millisecondInterval: 'millisecond-interval',
1350
- i18nSelectTime: 'i18n-select-time',
1351
- i18nTime: 'i18n-time',
1352
- i18nHourColumnHeader: 'i18n-hour-column-header',
1353
- i18nMinuteColumnHeader: 'i18n-minute-column-header',
1354
- i18nSecondColumnHeader: 'i18n-second-column-header',
1355
- i18nMillisecondColumnHeader: 'i18n-millisecond-column-header',
1356
- suppressSubmitOnEnter: 'suppress-submit-on-enter',
1357
- hideHeader: 'hide-header',
1358
- textAlignment: 'text-alignment',
1359
- enableTopLayer: 'enable-top-layer'
1360
- },
1361
- hydrateModule: import('@siemens/ix/hydrate'),
1362
- clientModule: clientComponents.IxTimeInput,
1363
- serializeShadowRoot,
1364
- });
1365
- const IxTimePicker = /*@__PURE__*/ createComponent({
1366
- tagName: 'ix-time-picker',
1367
- properties: {
1368
- format: 'format',
1369
- corners: 'corners',
1370
- embedded: 'embedded',
1371
- dateTimePickerAppearance: 'date-time-picker-appearance',
1372
- hideHeader: 'hide-header',
1373
- hourInterval: 'hour-interval',
1374
- minuteInterval: 'minute-interval',
1375
- secondInterval: 'second-interval',
1376
- millisecondInterval: 'millisecond-interval',
1377
- time: 'time',
1378
- i18nConfirmTime: 'i18n-confirm-time',
1379
- i18nHeader: 'i18n-header',
1380
- i18nHourColumnHeader: 'i18n-column-header',
1381
- i18nMinuteColumnHeader: 'i18n-minute-column-header',
1382
- i18nSecondColumnHeader: 'i18n-second-column-header',
1383
- i18nMillisecondColumnHeader: 'i18n-millisecond-column-header'
1384
- },
1385
- hydrateModule: import('@siemens/ix/hydrate'),
1386
- clientModule: clientComponents.IxTimePicker,
1387
- serializeShadowRoot,
1388
- });
1389
- const IxToast = /*@__PURE__*/ createComponent({
1390
- tagName: 'ix-toast',
1391
- properties: {
1392
- type: 'type',
1393
- toastTitle: 'toast-title',
1394
- autoCloseDelay: 'auto-close-delay',
1395
- preventAutoClose: 'prevent-auto-close',
1396
- icon: 'icon',
1397
- iconColor: 'icon-color',
1398
- hideIcon: 'hide-icon',
1399
- ariaLabelCloseIconButton: 'aria-label-close-icon-button'
1400
- },
1401
- hydrateModule: import('@siemens/ix/hydrate'),
1402
- clientModule: clientComponents.IxToast,
1403
- serializeShadowRoot,
1404
- });
1405
- const IxToastContainer = /*@__PURE__*/ createComponent({
1406
- tagName: 'ix-toast-container',
1407
- properties: {
1408
- containerId: 'container-id',
1409
- containerClass: 'container-class',
1410
- position: 'position'
1411
- },
1412
- hydrateModule: import('@siemens/ix/hydrate'),
1413
- clientModule: clientComponents.IxToastContainer,
1414
- serializeShadowRoot,
1415
- });
1416
- const IxToggle = /*@__PURE__*/ createComponent({
1417
- tagName: 'ix-toggle',
1418
- properties: {
1419
- name: 'name',
1420
- value: 'value',
1421
- checked: 'checked',
1422
- disabled: 'disabled',
1423
- indeterminate: 'indeterminate',
1424
- textOn: 'text-on',
1425
- textOff: 'text-off',
1426
- textIndeterminate: 'text-indeterminate',
1427
- hideText: 'hide-text',
1428
- required: 'required'
1429
- },
1430
- hydrateModule: import('@siemens/ix/hydrate'),
1431
- clientModule: clientComponents.IxToggle,
1432
- serializeShadowRoot,
1433
- });
1434
- const IxToggleButton = /*@__PURE__*/ createComponent({
1435
- tagName: 'ix-toggle-button',
1436
- properties: {
1437
- variant: 'variant',
1438
- disabled: 'disabled',
1439
- loading: 'loading',
1440
- icon: 'icon',
1441
- iconRight: 'icon-right',
1442
- pressed: 'pressed',
1443
- ariaLabelButton: 'aria-label-button'
1444
- },
1445
- hydrateModule: import('@siemens/ix/hydrate'),
1446
- clientModule: clientComponents.IxToggleButton,
1447
- serializeShadowRoot,
1448
- });
1449
- const IxTooltip = /*@__PURE__*/ createComponent({
1450
- tagName: 'ix-tooltip',
1451
- properties: {
1452
- for: 'for',
1453
- titleContent: 'title-content',
1454
- interactive: 'interactive',
1455
- placement: 'placement',
1456
- showDelay: 'show-delay',
1457
- hideDelay: 'hide-delay',
1458
- animationFrame: 'animation-frame'
1459
- },
1460
- hydrateModule: import('@siemens/ix/hydrate'),
1461
- clientModule: clientComponents.IxTooltip,
1462
- serializeShadowRoot,
1463
- });
1464
- const IxTypography = /*@__PURE__*/ createComponent({
1465
- tagName: 'ix-typography',
1466
- properties: {
1467
- format: 'format',
1468
- textColor: 'text-color',
1469
- bold: 'bold',
1470
- textDecoration: 'text-decoration'
1471
- },
1472
- hydrateModule: import('@siemens/ix/hydrate'),
1473
- clientModule: clientComponents.IxTypography,
1474
- serializeShadowRoot,
1475
- });
1476
- const IxUpload = /*@__PURE__*/ createComponent({
1477
- tagName: 'ix-upload',
1478
- properties: {
1479
- accept: 'accept',
1480
- multiple: 'multiple',
1481
- multiline: 'multiline',
1482
- disabled: 'disabled',
1483
- state: 'state',
1484
- selectFileText: 'select-file-text',
1485
- loadingText: 'loading-text',
1486
- uploadFailedText: 'upload-failed-text',
1487
- uploadSuccessText: 'upload-success-text',
1488
- i18nUploadFile: 'i18n-upload-file',
1489
- i18nUploadDisabled: 'i18n-upload-disabled'
1490
- },
1491
- hydrateModule: import('@siemens/ix/hydrate'),
1492
- clientModule: clientComponents.IxUpload,
1493
- serializeShadowRoot,
1494
- });
1495
- const IxValidationTooltip = /*@__PURE__*/ createComponent({
1496
- tagName: 'ix-validation-tooltip',
1497
- properties: {
1498
- message: 'message',
1499
- placement: 'placement',
1500
- suppressAutomaticPlacement: 'suppress-automatic-placement'
1501
- },
1502
- hydrateModule: import('@siemens/ix/hydrate'),
1503
- clientModule: clientComponents.IxValidationTooltip,
1504
- serializeShadowRoot,
1505
- });
1506
- const IxWorkflowStep = /*@__PURE__*/ createComponent({
1507
- tagName: 'ix-workflow-step',
1508
- properties: {
1509
- vertical: 'vertical',
1510
- disabled: 'disabled',
1511
- status: 'status',
1512
- clickable: 'clickable',
1513
- selected: 'selected',
1514
- position: 'position'
1515
- },
1516
- hydrateModule: import('@siemens/ix/hydrate'),
1517
- clientModule: clientComponents.IxWorkflowStep,
1518
- serializeShadowRoot,
1519
- });
1520
- const IxWorkflowSteps = /*@__PURE__*/ createComponent({
1521
- tagName: 'ix-workflow-steps',
1522
- properties: {
1523
- vertical: 'vertical',
1524
- clickable: 'clickable',
1525
- selectedIndex: 'selected-index'
1526
- },
1527
- hydrateModule: import('@siemens/ix/hydrate'),
1528
- clientModule: clientComponents.IxWorkflowSteps,
1529
- serializeShadowRoot,
1530
- });
1531
-
1532
- export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, serializeShadowRoot };
1
+ export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimeInput, IxDatetimePicker, IxDivider, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRangeField, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, serializeShadowRoot } from './components/components.server.js';
1533
2
  //# sourceMappingURL=components.server.js.map