@siemens/ix-react 0.0.0-pr-2238-20251103105018 → 0.0.0-v4-next-20251105155052
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/dist/components.js +191 -221
- package/dist/components.js.map +1 -1
- package/dist/components.server.js +1 -39
- package/dist/components.server.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/types/components.d.ts +0 -14
- package/dist/types/components.server.d.ts +0 -14
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar,
|
|
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, 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 } from './components.js';
|
|
2
2
|
export { IxApplicationContext } from './context/application-context.js';
|
|
3
3
|
import './internal-components.js';
|
|
4
4
|
export { IxIcon } from './ix-icon.js';
|
|
@@ -7,7 +7,6 @@ import { IxActionCard as IxActionCardElement } from "@siemens/ix/components/ix-a
|
|
|
7
7
|
import { IxApplicationHeader as IxApplicationHeaderElement } from "@siemens/ix/components/ix-application-header.js";
|
|
8
8
|
import { IxApplication as IxApplicationElement } from "@siemens/ix/components/ix-application.js";
|
|
9
9
|
import { IxAvatar as IxAvatarElement } from "@siemens/ix/components/ix-avatar.js";
|
|
10
|
-
import { IxBasicNavigation as IxBasicNavigationElement } from "@siemens/ix/components/ix-basic-navigation.js";
|
|
11
10
|
import { IxBlind as IxBlindElement } from "@siemens/ix/components/ix-blind.js";
|
|
12
11
|
import { IxBreadcrumbItem as IxBreadcrumbItemElement } from "@siemens/ix/components/ix-breadcrumb-item.js";
|
|
13
12
|
import { IxBreadcrumb as IxBreadcrumbElement } from "@siemens/ix/components/ix-breadcrumb.js";
|
|
@@ -58,8 +57,6 @@ import { IxKpi as IxKpiElement } from "@siemens/ix/components/ix-kpi.js";
|
|
|
58
57
|
import { IxLayoutAuto as IxLayoutAutoElement } from "@siemens/ix/components/ix-layout-auto.js";
|
|
59
58
|
import { IxLayoutGrid as IxLayoutGridElement } from "@siemens/ix/components/ix-layout-grid.js";
|
|
60
59
|
import { IxLinkButton as IxLinkButtonElement } from "@siemens/ix/components/ix-link-button.js";
|
|
61
|
-
import { IxMapNavigationOverlay as IxMapNavigationOverlayElement } from "@siemens/ix/components/ix-map-navigation-overlay.js";
|
|
62
|
-
import { IxMapNavigation as IxMapNavigationElement } from "@siemens/ix/components/ix-map-navigation.js";
|
|
63
60
|
import { IxMenuAboutItem as IxMenuAboutItemElement } from "@siemens/ix/components/ix-menu-about-item.js";
|
|
64
61
|
import { IxMenuAboutNews as IxMenuAboutNewsElement } from "@siemens/ix/components/ix-menu-about-news.js";
|
|
65
62
|
import { IxMenuAbout as IxMenuAboutElement } from "@siemens/ix/components/ix-menu-about.js";
|
|
@@ -118,8 +115,6 @@ export type IxApplicationHeaderEvents = {
|
|
|
118
115
|
export declare const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>;
|
|
119
116
|
export type IxAvatarEvents = NonNullable<unknown>;
|
|
120
117
|
export declare const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents>;
|
|
121
|
-
export type IxBasicNavigationEvents = NonNullable<unknown>;
|
|
122
|
-
export declare const IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents>;
|
|
123
118
|
export type IxBlindEvents = {
|
|
124
119
|
onCollapsedChange: EventName<CustomEvent<boolean>>;
|
|
125
120
|
};
|
|
@@ -289,15 +284,6 @@ export type IxLayoutGridEvents = NonNullable<unknown>;
|
|
|
289
284
|
export declare const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents>;
|
|
290
285
|
export type IxLinkButtonEvents = NonNullable<unknown>;
|
|
291
286
|
export declare const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents>;
|
|
292
|
-
export type IxMapNavigationEvents = {
|
|
293
|
-
onNavigationToggled: EventName<CustomEvent<boolean>>;
|
|
294
|
-
onContextMenuClick: EventName<CustomEvent<void>>;
|
|
295
|
-
};
|
|
296
|
-
export declare const IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents>;
|
|
297
|
-
export type IxMapNavigationOverlayEvents = {
|
|
298
|
-
onCloseClick: EventName<CustomEvent<any>>;
|
|
299
|
-
};
|
|
300
|
-
export declare const IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>;
|
|
301
287
|
export type IxMenuEvents = {
|
|
302
288
|
onExpandChange: EventName<CustomEvent<boolean>>;
|
|
303
289
|
onMapExpandChange: EventName<CustomEvent<boolean>>;
|
|
@@ -7,7 +7,6 @@ import { IxActionCard as IxActionCardElement } from "@siemens/ix/components/ix-a
|
|
|
7
7
|
import { IxApplicationHeader as IxApplicationHeaderElement } from "@siemens/ix/components/ix-application-header.js";
|
|
8
8
|
import { IxApplication as IxApplicationElement } from "@siemens/ix/components/ix-application.js";
|
|
9
9
|
import { IxAvatar as IxAvatarElement } from "@siemens/ix/components/ix-avatar.js";
|
|
10
|
-
import { IxBasicNavigation as IxBasicNavigationElement } from "@siemens/ix/components/ix-basic-navigation.js";
|
|
11
10
|
import { IxBlind as IxBlindElement } from "@siemens/ix/components/ix-blind.js";
|
|
12
11
|
import { IxBreadcrumbItem as IxBreadcrumbItemElement } from "@siemens/ix/components/ix-breadcrumb-item.js";
|
|
13
12
|
import { IxBreadcrumb as IxBreadcrumbElement } from "@siemens/ix/components/ix-breadcrumb.js";
|
|
@@ -58,8 +57,6 @@ import { IxKpi as IxKpiElement } from "@siemens/ix/components/ix-kpi.js";
|
|
|
58
57
|
import { IxLayoutAuto as IxLayoutAutoElement } from "@siemens/ix/components/ix-layout-auto.js";
|
|
59
58
|
import { IxLayoutGrid as IxLayoutGridElement } from "@siemens/ix/components/ix-layout-grid.js";
|
|
60
59
|
import { IxLinkButton as IxLinkButtonElement } from "@siemens/ix/components/ix-link-button.js";
|
|
61
|
-
import { IxMapNavigationOverlay as IxMapNavigationOverlayElement } from "@siemens/ix/components/ix-map-navigation-overlay.js";
|
|
62
|
-
import { IxMapNavigation as IxMapNavigationElement } from "@siemens/ix/components/ix-map-navigation.js";
|
|
63
60
|
import { IxMenuAboutItem as IxMenuAboutItemElement } from "@siemens/ix/components/ix-menu-about-item.js";
|
|
64
61
|
import { IxMenuAboutNews as IxMenuAboutNewsElement } from "@siemens/ix/components/ix-menu-about-news.js";
|
|
65
62
|
import { IxMenuAbout as IxMenuAboutElement } from "@siemens/ix/components/ix-menu-about.js";
|
|
@@ -120,8 +117,6 @@ export type IxApplicationHeaderEvents = {
|
|
|
120
117
|
export declare const IxApplicationHeader: StencilReactComponent<IxApplicationHeaderElement, IxApplicationHeaderEvents>;
|
|
121
118
|
export type IxAvatarEvents = NonNullable<unknown>;
|
|
122
119
|
export declare const IxAvatar: StencilReactComponent<IxAvatarElement, IxAvatarEvents>;
|
|
123
|
-
export type IxBasicNavigationEvents = NonNullable<unknown>;
|
|
124
|
-
export declare const IxBasicNavigation: StencilReactComponent<IxBasicNavigationElement, IxBasicNavigationEvents>;
|
|
125
120
|
export type IxBlindEvents = {
|
|
126
121
|
onCollapsedChange: EventName<CustomEvent<boolean>>;
|
|
127
122
|
};
|
|
@@ -291,15 +286,6 @@ export type IxLayoutGridEvents = NonNullable<unknown>;
|
|
|
291
286
|
export declare const IxLayoutGrid: StencilReactComponent<IxLayoutGridElement, IxLayoutGridEvents>;
|
|
292
287
|
export type IxLinkButtonEvents = NonNullable<unknown>;
|
|
293
288
|
export declare const IxLinkButton: StencilReactComponent<IxLinkButtonElement, IxLinkButtonEvents>;
|
|
294
|
-
export type IxMapNavigationEvents = {
|
|
295
|
-
onNavigationToggled: EventName<CustomEvent<boolean>>;
|
|
296
|
-
onContextMenuClick: EventName<CustomEvent<void>>;
|
|
297
|
-
};
|
|
298
|
-
export declare const IxMapNavigation: StencilReactComponent<IxMapNavigationElement, IxMapNavigationEvents>;
|
|
299
|
-
export type IxMapNavigationOverlayEvents = {
|
|
300
|
-
onCloseClick: EventName<CustomEvent<any>>;
|
|
301
|
-
};
|
|
302
|
-
export declare const IxMapNavigationOverlay: StencilReactComponent<IxMapNavigationOverlayElement, IxMapNavigationOverlayEvents>;
|
|
303
289
|
export type IxMenuEvents = {
|
|
304
290
|
onExpandChange: EventName<CustomEvent<boolean>>;
|
|
305
291
|
onMapExpandChange: EventName<CustomEvent<boolean>>;
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/siemens/ix",
|
|
8
8
|
"directory": "packages/react"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.0.0-
|
|
10
|
+
"version": "0.0.0-v4-next-20251105155052",
|
|
11
11
|
"description": "Siemens iX for React",
|
|
12
12
|
"files": [
|
|
13
13
|
"LICENSE",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"vite": "^7.0.4",
|
|
58
58
|
"vitest": "^3.2.4",
|
|
59
59
|
"vitest-browser-react": "^1.0.0",
|
|
60
|
-
"@siemens/ix": "0.0.0-
|
|
60
|
+
"@siemens/ix": "0.0.0-v4-next-20251105155052",
|
|
61
61
|
"eslint-config-ix": "1.0.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"react-dom": "^18 || ^19"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@siemens/ix": "0.0.0-
|
|
69
|
+
"@siemens/ix": "0.0.0-v4-next-20251105155052",
|
|
70
70
|
"@stencil/react-output-target": "^1.2.0",
|
|
71
71
|
"tslib": "*"
|
|
72
72
|
},
|