@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.
- package/READMEOSS.html +458 -1679
- package/dist/{components.js → components/components.js} +118 -107
- package/dist/components/components.js.map +1 -0
- package/dist/components/components.server.js +1555 -0
- package/dist/components/components.server.js.map +1 -0
- package/dist/components.server.js +1 -1532
- package/dist/components.server.js.map +1 -1
- package/dist/delegate.js +1 -9
- package/dist/delegate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/internal-components.js +1 -9
- package/dist/internal-components.js.map +1 -1
- package/dist/message/message.js +12 -16
- package/dist/message/message.js.map +1 -1
- package/dist/modal/index.js +15 -6
- package/dist/modal/index.js.map +1 -1
- package/dist/modal/modal.js +3 -2
- package/dist/modal/modal.js.map +1 -1
- package/dist/toast/toast.js +1 -1
- package/dist/toast/toast.js.map +1 -1
- package/dist/tree/tree.js +2 -0
- package/dist/tree/tree.js.map +1 -1
- package/dist/types/components/components.d.ts +472 -0
- package/dist/types/components/components.server.d.ts +474 -0
- package/dist/types/components.d.ts +1 -462
- package/dist/types/components.server.d.ts +1 -464
- package/dist/types/delegate.d.ts +1 -1
- package/dist/types/message/message.d.ts +1 -27
- package/dist/types/modal/index.d.ts +3 -2
- package/dist/types/modal/modal.d.ts +4 -3
- package/dist/types/tabs/index.d.ts +3 -0
- package/dist/types/tabs/internal-tab-panel.d.ts +6 -0
- package/dist/types/tabs/internal-tab-set.d.ts +6 -0
- package/dist/types/tabs/tab-set.d.ts +7 -0
- package/dist/types/toast/toast.d.ts +1 -1
- package/dist/types/tree/tree.d.ts +2 -2
- package/package.json +10 -10
- package/dist/components.js.map +0 -1
- package/dist/types/components/IxApplicationHeader.d.ts +0 -12
- package/dist/types/components/IxDateInput.d.ts +0 -13
- package/dist/types/components/IxFlipTile.d.ts +0 -11
- package/dist/types/components/IxMenu.d.ts +0 -15
- package/dist/types/components/IxMenuAbout.d.ts +0 -13
- package/dist/types/components/IxMenuSettings.d.ts +0 -13
- package/dist/types/components/IxMessageBar.d.ts +0 -12
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
3
|
+
import React from 'react';
|
|
2
4
|
import { defineCustomElement as defineCustomElement$1, IxActionCard as IxActionCard$1 } from '@siemens/ix/components/ix-action-card.js';
|
|
3
5
|
import { defineCustomElement as defineCustomElement$3, IxApplicationHeader as IxApplicationHeader$1 } from '@siemens/ix/components/ix-application-header.js';
|
|
4
6
|
import { defineCustomElement as defineCustomElement$2, IxApplication as IxApplication$1 } from '@siemens/ix/components/ix-application.js';
|
|
@@ -23,9 +25,9 @@ import { defineCustomElement as defineCustomElement$l, IxCustomField as IxCustom
|
|
|
23
25
|
import { defineCustomElement as defineCustomElement$m, IxDateDropdown as IxDateDropdown$1 } from '@siemens/ix/components/ix-date-dropdown.js';
|
|
24
26
|
import { defineCustomElement as defineCustomElement$n, IxDateInput as IxDateInput$1 } from '@siemens/ix/components/ix-date-input.js';
|
|
25
27
|
import { defineCustomElement as defineCustomElement$o, IxDatePicker as IxDatePicker$1 } from '@siemens/ix/components/ix-date-picker.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$p,
|
|
27
|
-
import { defineCustomElement as defineCustomElement$q,
|
|
28
|
-
import { defineCustomElement as defineCustomElement$r,
|
|
28
|
+
import { defineCustomElement as defineCustomElement$p, IxDatetimeInput as IxDatetimeInput$1 } from '@siemens/ix/components/ix-datetime-input.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$q, IxDatetimePicker as IxDatetimePicker$1 } from '@siemens/ix/components/ix-datetime-picker.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$r, IxDivider as IxDivider$1 } from '@siemens/ix/components/ix-divider.js';
|
|
29
31
|
import { defineCustomElement as defineCustomElement$t, IxDropdownButton as IxDropdownButton$1 } from '@siemens/ix/components/ix-dropdown-button.js';
|
|
30
32
|
import { defineCustomElement as defineCustomElement$u, IxDropdownHeader as IxDropdownHeader$1 } from '@siemens/ix/components/ix-dropdown-header.js';
|
|
31
33
|
import { defineCustomElement as defineCustomElement$v, IxDropdownItem as IxDropdownItem$1 } from '@siemens/ix/components/ix-dropdown-item.js';
|
|
@@ -45,38 +47,38 @@ import { defineCustomElement as defineCustomElement$F, IxGroup as IxGroup$1 } fr
|
|
|
45
47
|
import { defineCustomElement as defineCustomElement$I, IxHelperText as IxHelperText$1 } from '@siemens/ix/components/ix-helper-text.js';
|
|
46
48
|
import { defineCustomElement as defineCustomElement$J, IxIconButton as IxIconButton$1 } from '@siemens/ix/components/ix-icon-button.js';
|
|
47
49
|
import { defineCustomElement as defineCustomElement$K, IxIconToggleButton as IxIconToggleButton$1 } from '@siemens/ix/components/ix-icon-toggle-button.js';
|
|
48
|
-
import { defineCustomElement as defineCustomElement$M, IxInputGroup as IxInputGroup$1 } from '@siemens/ix/components/ix-input-group.js';
|
|
49
50
|
import { defineCustomElement as defineCustomElement$L, IxInput as IxInput$1 } from '@siemens/ix/components/ix-input.js';
|
|
50
|
-
import { defineCustomElement as defineCustomElement$
|
|
51
|
-
import { defineCustomElement as defineCustomElement$
|
|
52
|
-
import { defineCustomElement as defineCustomElement$
|
|
53
|
-
import { defineCustomElement as defineCustomElement$
|
|
54
|
-
import { defineCustomElement as defineCustomElement$
|
|
55
|
-
import { defineCustomElement as defineCustomElement$
|
|
56
|
-
import { defineCustomElement as defineCustomElement$
|
|
57
|
-
import { defineCustomElement as defineCustomElement$
|
|
58
|
-
import { defineCustomElement as defineCustomElement$
|
|
59
|
-
import { defineCustomElement as defineCustomElement$
|
|
60
|
-
import { defineCustomElement as defineCustomElement$
|
|
61
|
-
import { defineCustomElement as defineCustomElement$
|
|
62
|
-
import { defineCustomElement as defineCustomElement$
|
|
63
|
-
import { defineCustomElement as defineCustomElement
|
|
64
|
-
import { defineCustomElement as defineCustomElement
|
|
65
|
-
import { defineCustomElement as defineCustomElement$
|
|
66
|
-
import { defineCustomElement as defineCustomElement$
|
|
67
|
-
import { defineCustomElement as defineCustomElement$
|
|
68
|
-
import { defineCustomElement as defineCustomElement$
|
|
69
|
-
import { defineCustomElement as defineCustomElement$
|
|
51
|
+
import { defineCustomElement as defineCustomElement$N, IxKeyValueList as IxKeyValueList$1 } from '@siemens/ix/components/ix-key-value-list.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$M, IxKeyValue as IxKeyValue$1 } from '@siemens/ix/components/ix-key-value.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$O, IxKpi as IxKpi$1 } from '@siemens/ix/components/ix-kpi.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$P, IxLayoutAuto as IxLayoutAuto$1 } from '@siemens/ix/components/ix-layout-auto.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$Q, IxLayoutGrid as IxLayoutGrid$1 } from '@siemens/ix/components/ix-layout-grid.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$R, IxLinkButton as IxLinkButton$1 } from '@siemens/ix/components/ix-link-button.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$U, IxMenuAboutItem as IxMenuAboutItem$1 } from '@siemens/ix/components/ix-menu-about-item.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$V, IxMenuAboutNews as IxMenuAboutNews$1 } from '@siemens/ix/components/ix-menu-about-news.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$T, IxMenuAbout as IxMenuAbout$1 } from '@siemens/ix/components/ix-menu-about.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$X, IxMenuAvatarItem as IxMenuAvatarItem$1 } from '@siemens/ix/components/ix-menu-avatar-item.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$W, IxMenuAvatar as IxMenuAvatar$1 } from '@siemens/ix/components/ix-menu-avatar.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$Y, IxMenuCategory as IxMenuCategory$1 } from '@siemens/ix/components/ix-menu-category.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$Z, IxMenuItem as IxMenuItem$1 } from '@siemens/ix/components/ix-menu-item.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$$, IxMenuSettingsItem as IxMenuSettingsItem$1 } from '@siemens/ix/components/ix-menu-settings-item.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$_, IxMenuSettings as IxMenuSettings$1 } from '@siemens/ix/components/ix-menu-settings.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$S, IxMenu as IxMenu$1 } from '@siemens/ix/components/ix-menu.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$10, IxMessageBar as IxMessageBar$1 } from '@siemens/ix/components/ix-message-bar.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$11, IxModalContent as IxModalContent$1 } from '@siemens/ix/components/ix-modal-content.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$12, IxModalFooter as IxModalFooter$1 } from '@siemens/ix/components/ix-modal-footer.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$13, IxModalHeader as IxModalHeader$1 } from '@siemens/ix/components/ix-modal-header.js';
|
|
70
71
|
import { defineCustomElement, IxModal as IxModal$1 } from '@siemens/ix/components/ix-modal.js';
|
|
71
|
-
import { defineCustomElement as defineCustomElement$
|
|
72
|
-
import { defineCustomElement as defineCustomElement$
|
|
73
|
-
import { defineCustomElement as defineCustomElement$
|
|
74
|
-
import { defineCustomElement as defineCustomElement$
|
|
75
|
-
import { defineCustomElement as defineCustomElement$
|
|
76
|
-
import { defineCustomElement as defineCustomElement$
|
|
77
|
-
import { defineCustomElement as defineCustomElement$
|
|
78
|
-
import { defineCustomElement as defineCustomElement$
|
|
79
|
-
import { defineCustomElement as defineCustomElement$
|
|
72
|
+
import { defineCustomElement as defineCustomElement$14, IxNumberInput as IxNumberInput$1 } from '@siemens/ix/components/ix-number-input.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$15, IxPagination as IxPagination$1 } from '@siemens/ix/components/ix-pagination.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$17, IxPaneLayout as IxPaneLayout$1 } from '@siemens/ix/components/ix-pane-layout.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$16, IxPane as IxPane$1 } from '@siemens/ix/components/ix-pane.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$18, IxPill as IxPill$1 } from '@siemens/ix/components/ix-pill.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$19, IxProgressIndicator as IxProgressIndicator$1 } from '@siemens/ix/components/ix-progress-indicator.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$1a, IxPushCard as IxPushCard$1 } from '@siemens/ix/components/ix-push-card.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$1c, IxRadioGroup as IxRadioGroup$1 } from '@siemens/ix/components/ix-radio-group.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1b, IxRadio as IxRadio$1 } from '@siemens/ix/components/ix-radio.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1d, IxRangeField as IxRangeField$1 } from '@siemens/ix/components/ix-range-field.js';
|
|
80
82
|
import { defineCustomElement as defineCustomElement$1e, IxRow as IxRow$1 } from '@siemens/ix/components/ix-row.js';
|
|
81
83
|
import { defineCustomElement as defineCustomElement$1g, IxSelectItem as IxSelectItem$1 } from '@siemens/ix/components/ix-select-item.js';
|
|
82
84
|
import { defineCustomElement as defineCustomElement$1f, IxSelect as IxSelect$1 } from '@siemens/ix/components/ix-select.js';
|
|
@@ -96,11 +98,8 @@ import { defineCustomElement as defineCustomElement$1s, IxToggle as IxToggle$1 }
|
|
|
96
98
|
import { defineCustomElement as defineCustomElement$1u, IxTooltip as IxTooltip$1 } from '@siemens/ix/components/ix-tooltip.js';
|
|
97
99
|
import { defineCustomElement as defineCustomElement$1v, IxTypography as IxTypography$1 } from '@siemens/ix/components/ix-typography.js';
|
|
98
100
|
import { defineCustomElement as defineCustomElement$1w, IxUpload as IxUpload$1 } from '@siemens/ix/components/ix-upload.js';
|
|
99
|
-
import { defineCustomElement as defineCustomElement$1x,
|
|
100
|
-
import { defineCustomElement as defineCustomElement$1y,
|
|
101
|
-
import { defineCustomElement as defineCustomElement$1z, IxWorkflowSteps as IxWorkflowSteps$1 } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
102
|
-
import { createComponent } from '@stencil/react-output-target/runtime';
|
|
103
|
-
import React from 'react';
|
|
101
|
+
import { defineCustomElement as defineCustomElement$1x, IxWorkflowStep as IxWorkflowStep$1 } from '@siemens/ix/components/ix-workflow-step.js';
|
|
102
|
+
import { defineCustomElement as defineCustomElement$1y, IxWorkflowSteps as IxWorkflowSteps$1 } from '@siemens/ix/components/ix-workflow-steps.js';
|
|
104
103
|
|
|
105
104
|
const IxActionCard = /*@__PURE__*/ createComponent({
|
|
106
105
|
tagName: 'ix-action-card',
|
|
@@ -304,7 +303,8 @@ const IxDateInput = /*@__PURE__*/ createComponent({
|
|
|
304
303
|
react: React,
|
|
305
304
|
events: {
|
|
306
305
|
onValueChange: 'valueChange',
|
|
307
|
-
onValidityStateChange: 'validityStateChange'
|
|
306
|
+
onValidityStateChange: 'validityStateChange',
|
|
307
|
+
onIxChange: 'ixChange'
|
|
308
308
|
},
|
|
309
309
|
defineCustomElement: defineCustomElement$n
|
|
310
310
|
});
|
|
@@ -320,6 +320,20 @@ const IxDatePicker = /*@__PURE__*/ createComponent({
|
|
|
320
320
|
},
|
|
321
321
|
defineCustomElement: defineCustomElement$o
|
|
322
322
|
});
|
|
323
|
+
const IxDatetimeInput = /*@__PURE__*/ createComponent({
|
|
324
|
+
tagName: 'ix-datetime-input',
|
|
325
|
+
elementClass: IxDatetimeInput$1,
|
|
326
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
327
|
+
react: React,
|
|
328
|
+
events: {
|
|
329
|
+
onValueChange: 'valueChange',
|
|
330
|
+
onValidityStateChange: 'validityStateChange',
|
|
331
|
+
onIxFocus: 'ixFocus',
|
|
332
|
+
onIxBlur: 'ixBlur',
|
|
333
|
+
onIxChange: 'ixChange'
|
|
334
|
+
},
|
|
335
|
+
defineCustomElement: defineCustomElement$p
|
|
336
|
+
});
|
|
323
337
|
const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
324
338
|
tagName: 'ix-datetime-picker',
|
|
325
339
|
elementClass: IxDatetimePicker$1,
|
|
@@ -330,7 +344,7 @@ const IxDatetimePicker = /*@__PURE__*/ createComponent({
|
|
|
330
344
|
onDateChange: 'dateChange',
|
|
331
345
|
onDateSelect: 'dateSelect'
|
|
332
346
|
},
|
|
333
|
-
defineCustomElement: defineCustomElement$
|
|
347
|
+
defineCustomElement: defineCustomElement$q
|
|
334
348
|
});
|
|
335
349
|
const IxDivider = /*@__PURE__*/ createComponent({
|
|
336
350
|
tagName: 'ix-divider',
|
|
@@ -338,17 +352,6 @@ const IxDivider = /*@__PURE__*/ createComponent({
|
|
|
338
352
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
339
353
|
react: React,
|
|
340
354
|
events: {},
|
|
341
|
-
defineCustomElement: defineCustomElement$q
|
|
342
|
-
});
|
|
343
|
-
const IxDrawer = /*@__PURE__*/ createComponent({
|
|
344
|
-
tagName: 'ix-drawer',
|
|
345
|
-
elementClass: IxDrawer$1,
|
|
346
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
347
|
-
react: React,
|
|
348
|
-
events: {
|
|
349
|
-
onOpen: 'open',
|
|
350
|
-
onDrawerClose: 'drawerClose'
|
|
351
|
-
},
|
|
352
355
|
defineCustomElement: defineCustomElement$r
|
|
353
356
|
});
|
|
354
357
|
const IxDropdown = /*@__PURE__*/ createComponent({
|
|
@@ -356,7 +359,10 @@ const IxDropdown = /*@__PURE__*/ createComponent({
|
|
|
356
359
|
elementClass: IxDropdown$1,
|
|
357
360
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
358
361
|
react: React,
|
|
359
|
-
events: {
|
|
362
|
+
events: {
|
|
363
|
+
onShowChange: 'showChange',
|
|
364
|
+
onShowChanged: 'showChanged'
|
|
365
|
+
},
|
|
360
366
|
defineCustomElement: defineCustomElement$s
|
|
361
367
|
});
|
|
362
368
|
const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
@@ -364,7 +370,10 @@ const IxDropdownButton = /*@__PURE__*/ createComponent({
|
|
|
364
370
|
elementClass: IxDropdownButton$1,
|
|
365
371
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
366
372
|
react: React,
|
|
367
|
-
events: {
|
|
373
|
+
events: {
|
|
374
|
+
onShowChange: 'showChange',
|
|
375
|
+
onShowChanged: 'showChanged'
|
|
376
|
+
},
|
|
368
377
|
defineCustomElement: defineCustomElement$t
|
|
369
378
|
});
|
|
370
379
|
const IxDropdownHeader = /*@__PURE__*/ createComponent({
|
|
@@ -515,25 +524,18 @@ const IxInput = /*@__PURE__*/ createComponent({
|
|
|
515
524
|
events: {
|
|
516
525
|
onValueChange: 'valueChange',
|
|
517
526
|
onValidityStateChange: 'validityStateChange',
|
|
518
|
-
onIxBlur: 'ixBlur'
|
|
527
|
+
onIxBlur: 'ixBlur',
|
|
528
|
+
onIxChange: 'ixChange'
|
|
519
529
|
},
|
|
520
530
|
defineCustomElement: defineCustomElement$L
|
|
521
531
|
});
|
|
522
|
-
const IxInputGroup = /*@__PURE__*/ createComponent({
|
|
523
|
-
tagName: 'ix-input-group',
|
|
524
|
-
elementClass: IxInputGroup$1,
|
|
525
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
526
|
-
react: React,
|
|
527
|
-
events: {},
|
|
528
|
-
defineCustomElement: defineCustomElement$M
|
|
529
|
-
});
|
|
530
532
|
const IxKeyValue = /*@__PURE__*/ createComponent({
|
|
531
533
|
tagName: 'ix-key-value',
|
|
532
534
|
elementClass: IxKeyValue$1,
|
|
533
535
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
534
536
|
react: React,
|
|
535
537
|
events: {},
|
|
536
|
-
defineCustomElement: defineCustomElement$
|
|
538
|
+
defineCustomElement: defineCustomElement$M
|
|
537
539
|
});
|
|
538
540
|
const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
539
541
|
tagName: 'ix-key-value-list',
|
|
@@ -541,7 +543,7 @@ const IxKeyValueList = /*@__PURE__*/ createComponent({
|
|
|
541
543
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
542
544
|
react: React,
|
|
543
545
|
events: {},
|
|
544
|
-
defineCustomElement: defineCustomElement$
|
|
546
|
+
defineCustomElement: defineCustomElement$N
|
|
545
547
|
});
|
|
546
548
|
const IxKpi = /*@__PURE__*/ createComponent({
|
|
547
549
|
tagName: 'ix-kpi',
|
|
@@ -549,7 +551,7 @@ const IxKpi = /*@__PURE__*/ createComponent({
|
|
|
549
551
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
550
552
|
react: React,
|
|
551
553
|
events: {},
|
|
552
|
-
defineCustomElement: defineCustomElement$
|
|
554
|
+
defineCustomElement: defineCustomElement$O
|
|
553
555
|
});
|
|
554
556
|
const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
555
557
|
tagName: 'ix-layout-auto',
|
|
@@ -557,7 +559,7 @@ const IxLayoutAuto = /*@__PURE__*/ createComponent({
|
|
|
557
559
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
558
560
|
react: React,
|
|
559
561
|
events: {},
|
|
560
|
-
defineCustomElement: defineCustomElement$
|
|
562
|
+
defineCustomElement: defineCustomElement$P
|
|
561
563
|
});
|
|
562
564
|
const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
563
565
|
tagName: 'ix-layout-grid',
|
|
@@ -565,7 +567,7 @@ const IxLayoutGrid = /*@__PURE__*/ createComponent({
|
|
|
565
567
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
566
568
|
react: React,
|
|
567
569
|
events: {},
|
|
568
|
-
defineCustomElement: defineCustomElement$
|
|
570
|
+
defineCustomElement: defineCustomElement$Q
|
|
569
571
|
});
|
|
570
572
|
const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
571
573
|
tagName: 'ix-link-button',
|
|
@@ -573,7 +575,7 @@ const IxLinkButton = /*@__PURE__*/ createComponent({
|
|
|
573
575
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
574
576
|
react: React,
|
|
575
577
|
events: {},
|
|
576
|
-
defineCustomElement: defineCustomElement$
|
|
578
|
+
defineCustomElement: defineCustomElement$R
|
|
577
579
|
});
|
|
578
580
|
const IxMenu = /*@__PURE__*/ createComponent({
|
|
579
581
|
tagName: 'ix-menu',
|
|
@@ -587,7 +589,7 @@ const IxMenu = /*@__PURE__*/ createComponent({
|
|
|
587
589
|
onOpenSettings: 'openSettings',
|
|
588
590
|
onOpenAbout: 'openAbout'
|
|
589
591
|
},
|
|
590
|
-
defineCustomElement: defineCustomElement$
|
|
592
|
+
defineCustomElement: defineCustomElement$S
|
|
591
593
|
});
|
|
592
594
|
const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
593
595
|
tagName: 'ix-menu-about',
|
|
@@ -598,7 +600,7 @@ const IxMenuAbout = /*@__PURE__*/ createComponent({
|
|
|
598
600
|
onTabChange: 'tabChange',
|
|
599
601
|
onClose: 'close'
|
|
600
602
|
},
|
|
601
|
-
defineCustomElement: defineCustomElement$
|
|
603
|
+
defineCustomElement: defineCustomElement$T
|
|
602
604
|
});
|
|
603
605
|
const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
604
606
|
tagName: 'ix-menu-about-item',
|
|
@@ -606,7 +608,7 @@ const IxMenuAboutItem = /*@__PURE__*/ createComponent({
|
|
|
606
608
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
607
609
|
react: React,
|
|
608
610
|
events: { onLabelChange: 'labelChange' },
|
|
609
|
-
defineCustomElement: defineCustomElement$
|
|
611
|
+
defineCustomElement: defineCustomElement$U
|
|
610
612
|
});
|
|
611
613
|
const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
612
614
|
tagName: 'ix-menu-about-news',
|
|
@@ -617,7 +619,7 @@ const IxMenuAboutNews = /*@__PURE__*/ createComponent({
|
|
|
617
619
|
onShowMore: 'showMore',
|
|
618
620
|
onClosePopover: 'closePopover'
|
|
619
621
|
},
|
|
620
|
-
defineCustomElement: defineCustomElement$
|
|
622
|
+
defineCustomElement: defineCustomElement$V
|
|
621
623
|
});
|
|
622
624
|
const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
623
625
|
tagName: 'ix-menu-avatar',
|
|
@@ -625,7 +627,7 @@ const IxMenuAvatar = /*@__PURE__*/ createComponent({
|
|
|
625
627
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
626
628
|
react: React,
|
|
627
629
|
events: { onLogoutClick: 'logoutClick' },
|
|
628
|
-
defineCustomElement: defineCustomElement$
|
|
630
|
+
defineCustomElement: defineCustomElement$W
|
|
629
631
|
});
|
|
630
632
|
const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
631
633
|
tagName: 'ix-menu-avatar-item',
|
|
@@ -633,7 +635,7 @@ const IxMenuAvatarItem = /*@__PURE__*/ createComponent({
|
|
|
633
635
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
634
636
|
react: React,
|
|
635
637
|
events: { onItemClick: 'itemClick' },
|
|
636
|
-
defineCustomElement: defineCustomElement$
|
|
638
|
+
defineCustomElement: defineCustomElement$X
|
|
637
639
|
});
|
|
638
640
|
const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
639
641
|
tagName: 'ix-menu-category',
|
|
@@ -641,7 +643,7 @@ const IxMenuCategory = /*@__PURE__*/ createComponent({
|
|
|
641
643
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
642
644
|
react: React,
|
|
643
645
|
events: {},
|
|
644
|
-
defineCustomElement: defineCustomElement$
|
|
646
|
+
defineCustomElement: defineCustomElement$Y
|
|
645
647
|
});
|
|
646
648
|
const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
647
649
|
tagName: 'ix-menu-item',
|
|
@@ -649,7 +651,7 @@ const IxMenuItem = /*@__PURE__*/ createComponent({
|
|
|
649
651
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
650
652
|
react: React,
|
|
651
653
|
events: {},
|
|
652
|
-
defineCustomElement: defineCustomElement$
|
|
654
|
+
defineCustomElement: defineCustomElement$Z
|
|
653
655
|
});
|
|
654
656
|
const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
655
657
|
tagName: 'ix-menu-settings',
|
|
@@ -660,15 +662,15 @@ const IxMenuSettings = /*@__PURE__*/ createComponent({
|
|
|
660
662
|
onTabChange: 'tabChange',
|
|
661
663
|
onClose: 'close'
|
|
662
664
|
},
|
|
663
|
-
defineCustomElement: defineCustomElement
|
|
665
|
+
defineCustomElement: defineCustomElement$_
|
|
664
666
|
});
|
|
665
667
|
const IxMenuSettingsItem = /*@__PURE__*/ createComponent({
|
|
666
668
|
tagName: 'ix-menu-settings-item',
|
|
667
669
|
elementClass: IxMenuSettingsItem$1,
|
|
668
670
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
669
671
|
react: React,
|
|
670
|
-
events: {
|
|
671
|
-
defineCustomElement: defineCustomElement
|
|
672
|
+
events: {},
|
|
673
|
+
defineCustomElement: defineCustomElement$$
|
|
672
674
|
});
|
|
673
675
|
const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
674
676
|
tagName: 'ix-message-bar',
|
|
@@ -679,7 +681,7 @@ const IxMessageBar = /*@__PURE__*/ createComponent({
|
|
|
679
681
|
onClosedChange: 'closedChange',
|
|
680
682
|
onCloseAnimationCompleted: 'closeAnimationCompleted'
|
|
681
683
|
},
|
|
682
|
-
defineCustomElement: defineCustomElement$
|
|
684
|
+
defineCustomElement: defineCustomElement$10
|
|
683
685
|
});
|
|
684
686
|
const IxModal = /*@__PURE__*/ createComponent({
|
|
685
687
|
tagName: 'ix-modal',
|
|
@@ -698,7 +700,7 @@ const IxModalContent = /*@__PURE__*/ createComponent({
|
|
|
698
700
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
699
701
|
react: React,
|
|
700
702
|
events: {},
|
|
701
|
-
defineCustomElement: defineCustomElement$
|
|
703
|
+
defineCustomElement: defineCustomElement$11
|
|
702
704
|
});
|
|
703
705
|
const IxModalFooter = /*@__PURE__*/ createComponent({
|
|
704
706
|
tagName: 'ix-modal-footer',
|
|
@@ -706,7 +708,7 @@ const IxModalFooter = /*@__PURE__*/ createComponent({
|
|
|
706
708
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
707
709
|
react: React,
|
|
708
710
|
events: {},
|
|
709
|
-
defineCustomElement: defineCustomElement$
|
|
711
|
+
defineCustomElement: defineCustomElement$12
|
|
710
712
|
});
|
|
711
713
|
const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
712
714
|
tagName: 'ix-modal-header',
|
|
@@ -714,7 +716,7 @@ const IxModalHeader = /*@__PURE__*/ createComponent({
|
|
|
714
716
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
715
717
|
react: React,
|
|
716
718
|
events: { onCloseClick: 'closeClick' },
|
|
717
|
-
defineCustomElement: defineCustomElement$
|
|
719
|
+
defineCustomElement: defineCustomElement$13
|
|
718
720
|
});
|
|
719
721
|
const IxNumberInput = /*@__PURE__*/ createComponent({
|
|
720
722
|
tagName: 'ix-number-input',
|
|
@@ -724,9 +726,10 @@ const IxNumberInput = /*@__PURE__*/ createComponent({
|
|
|
724
726
|
events: {
|
|
725
727
|
onValueChange: 'valueChange',
|
|
726
728
|
onValidityStateChange: 'validityStateChange',
|
|
727
|
-
onIxBlur: 'ixBlur'
|
|
729
|
+
onIxBlur: 'ixBlur',
|
|
730
|
+
onIxChange: 'ixChange'
|
|
728
731
|
},
|
|
729
|
-
defineCustomElement: defineCustomElement$
|
|
732
|
+
defineCustomElement: defineCustomElement$14
|
|
730
733
|
});
|
|
731
734
|
const IxPagination = /*@__PURE__*/ createComponent({
|
|
732
735
|
tagName: 'ix-pagination',
|
|
@@ -737,7 +740,7 @@ const IxPagination = /*@__PURE__*/ createComponent({
|
|
|
737
740
|
onPageSelected: 'pageSelected',
|
|
738
741
|
onItemCountChanged: 'itemCountChanged'
|
|
739
742
|
},
|
|
740
|
-
defineCustomElement: defineCustomElement$
|
|
743
|
+
defineCustomElement: defineCustomElement$15
|
|
741
744
|
});
|
|
742
745
|
const IxPane = /*@__PURE__*/ createComponent({
|
|
743
746
|
tagName: 'ix-pane',
|
|
@@ -749,7 +752,7 @@ const IxPane = /*@__PURE__*/ createComponent({
|
|
|
749
752
|
onVariantChanged: 'variantChanged',
|
|
750
753
|
onBorderlessChanged: 'borderlessChanged'
|
|
751
754
|
},
|
|
752
|
-
defineCustomElement: defineCustomElement$
|
|
755
|
+
defineCustomElement: defineCustomElement$16
|
|
753
756
|
});
|
|
754
757
|
const IxPaneLayout = /*@__PURE__*/ createComponent({
|
|
755
758
|
tagName: 'ix-pane-layout',
|
|
@@ -757,7 +760,7 @@ const IxPaneLayout = /*@__PURE__*/ createComponent({
|
|
|
757
760
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
758
761
|
react: React,
|
|
759
762
|
events: {},
|
|
760
|
-
defineCustomElement: defineCustomElement$
|
|
763
|
+
defineCustomElement: defineCustomElement$17
|
|
761
764
|
});
|
|
762
765
|
const IxPill = /*@__PURE__*/ createComponent({
|
|
763
766
|
tagName: 'ix-pill',
|
|
@@ -765,7 +768,7 @@ const IxPill = /*@__PURE__*/ createComponent({
|
|
|
765
768
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
766
769
|
react: React,
|
|
767
770
|
events: {},
|
|
768
|
-
defineCustomElement: defineCustomElement$
|
|
771
|
+
defineCustomElement: defineCustomElement$18
|
|
769
772
|
});
|
|
770
773
|
const IxProgressIndicator = /*@__PURE__*/ createComponent({
|
|
771
774
|
tagName: 'ix-progress-indicator',
|
|
@@ -773,7 +776,7 @@ const IxProgressIndicator = /*@__PURE__*/ createComponent({
|
|
|
773
776
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
774
777
|
react: React,
|
|
775
778
|
events: {},
|
|
776
|
-
defineCustomElement: defineCustomElement$
|
|
779
|
+
defineCustomElement: defineCustomElement$19
|
|
777
780
|
});
|
|
778
781
|
const IxPushCard = /*@__PURE__*/ createComponent({
|
|
779
782
|
tagName: 'ix-push-card',
|
|
@@ -781,7 +784,7 @@ const IxPushCard = /*@__PURE__*/ createComponent({
|
|
|
781
784
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
782
785
|
react: React,
|
|
783
786
|
events: {},
|
|
784
|
-
defineCustomElement: defineCustomElement$
|
|
787
|
+
defineCustomElement: defineCustomElement$1a
|
|
785
788
|
});
|
|
786
789
|
const IxRadio = /*@__PURE__*/ createComponent({
|
|
787
790
|
tagName: 'ix-radio',
|
|
@@ -793,7 +796,7 @@ const IxRadio = /*@__PURE__*/ createComponent({
|
|
|
793
796
|
onValueChange: 'valueChange',
|
|
794
797
|
onIxBlur: 'ixBlur'
|
|
795
798
|
},
|
|
796
|
-
defineCustomElement: defineCustomElement$
|
|
799
|
+
defineCustomElement: defineCustomElement$1b
|
|
797
800
|
});
|
|
798
801
|
const IxRadioGroup = /*@__PURE__*/ createComponent({
|
|
799
802
|
tagName: 'ix-radio-group',
|
|
@@ -801,6 +804,14 @@ const IxRadioGroup = /*@__PURE__*/ createComponent({
|
|
|
801
804
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
802
805
|
react: React,
|
|
803
806
|
events: { onValueChange: 'valueChange' },
|
|
807
|
+
defineCustomElement: defineCustomElement$1c
|
|
808
|
+
});
|
|
809
|
+
const IxRangeField = /*@__PURE__*/ createComponent({
|
|
810
|
+
tagName: 'ix-range-field',
|
|
811
|
+
elementClass: IxRangeField$1,
|
|
812
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
813
|
+
react: React,
|
|
814
|
+
events: {},
|
|
804
815
|
defineCustomElement: defineCustomElement$1d
|
|
805
816
|
});
|
|
806
817
|
const IxRow = /*@__PURE__*/ createComponent({
|
|
@@ -861,7 +872,10 @@ const IxTabItem = /*@__PURE__*/ createComponent({
|
|
|
861
872
|
elementClass: IxTabItem$1,
|
|
862
873
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
863
874
|
react: React,
|
|
864
|
-
events: {
|
|
875
|
+
events: {
|
|
876
|
+
onTabClick: 'tabClick',
|
|
877
|
+
onTabClose: 'tabClose'
|
|
878
|
+
},
|
|
865
879
|
defineCustomElement: defineCustomElement$1k
|
|
866
880
|
});
|
|
867
881
|
const IxTabs = /*@__PURE__*/ createComponent({
|
|
@@ -869,7 +883,10 @@ const IxTabs = /*@__PURE__*/ createComponent({
|
|
|
869
883
|
elementClass: IxTabs$1,
|
|
870
884
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
871
885
|
react: React,
|
|
872
|
-
events: {
|
|
886
|
+
events: {
|
|
887
|
+
onTabChange: 'tabChange',
|
|
888
|
+
onTabClose: 'tabClose'
|
|
889
|
+
},
|
|
873
890
|
defineCustomElement: defineCustomElement$1l
|
|
874
891
|
});
|
|
875
892
|
const IxTextarea = /*@__PURE__*/ createComponent({
|
|
@@ -880,7 +897,8 @@ const IxTextarea = /*@__PURE__*/ createComponent({
|
|
|
880
897
|
events: {
|
|
881
898
|
onValueChange: 'valueChange',
|
|
882
899
|
onValidityStateChange: 'validityStateChange',
|
|
883
|
-
onIxBlur: 'ixBlur'
|
|
900
|
+
onIxBlur: 'ixBlur',
|
|
901
|
+
onIxChange: 'ixChange'
|
|
884
902
|
},
|
|
885
903
|
defineCustomElement: defineCustomElement$1m
|
|
886
904
|
});
|
|
@@ -899,7 +917,8 @@ const IxTimeInput = /*@__PURE__*/ createComponent({
|
|
|
899
917
|
react: React,
|
|
900
918
|
events: {
|
|
901
919
|
onValueChange: 'valueChange',
|
|
902
|
-
onValidityStateChange: 'validityStateChange'
|
|
920
|
+
onValidityStateChange: 'validityStateChange',
|
|
921
|
+
onIxChange: 'ixChange'
|
|
903
922
|
},
|
|
904
923
|
defineCustomElement: defineCustomElement$1o
|
|
905
924
|
});
|
|
@@ -973,21 +992,13 @@ const IxUpload = /*@__PURE__*/ createComponent({
|
|
|
973
992
|
events: { onFilesChanged: 'filesChanged' },
|
|
974
993
|
defineCustomElement: defineCustomElement$1w
|
|
975
994
|
});
|
|
976
|
-
const IxValidationTooltip = /*@__PURE__*/ createComponent({
|
|
977
|
-
tagName: 'ix-validation-tooltip',
|
|
978
|
-
elementClass: IxValidationTooltip$1,
|
|
979
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
980
|
-
react: React,
|
|
981
|
-
events: {},
|
|
982
|
-
defineCustomElement: defineCustomElement$1x
|
|
983
|
-
});
|
|
984
995
|
const IxWorkflowStep = /*@__PURE__*/ createComponent({
|
|
985
996
|
tagName: 'ix-workflow-step',
|
|
986
997
|
elementClass: IxWorkflowStep$1,
|
|
987
998
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
988
999
|
react: React,
|
|
989
1000
|
events: {},
|
|
990
|
-
defineCustomElement: defineCustomElement$
|
|
1001
|
+
defineCustomElement: defineCustomElement$1x
|
|
991
1002
|
});
|
|
992
1003
|
const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
993
1004
|
tagName: 'ix-workflow-steps',
|
|
@@ -995,8 +1006,8 @@ const IxWorkflowSteps = /*@__PURE__*/ createComponent({
|
|
|
995
1006
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
996
1007
|
react: React,
|
|
997
1008
|
events: { onStepSelected: 'stepSelected' },
|
|
998
|
-
defineCustomElement: defineCustomElement$
|
|
1009
|
+
defineCustomElement: defineCustomElement$1y
|
|
999
1010
|
});
|
|
1000
1011
|
|
|
1001
|
-
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,
|
|
1012
|
+
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 };
|
|
1002
1013
|
//# sourceMappingURL=components.js.map
|