@odx/foundation 1.0.0-alpha.7 → 1.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  import { CustomElement } from '@odx/foundation';
2
+ import { IsLocalized } from '../../i18n/main.js';
2
3
  import { TemplateResult } from 'lit';
3
4
  import { OdxNavigationItemComponent } from '../navigation-item/index.js';
4
5
  declare global {
@@ -6,11 +7,13 @@ declare global {
6
7
  'odx-rail-navigation': OdxRailNavigationComponent;
7
8
  }
8
9
  }
9
- export declare class OdxRailNavigationComponent extends CustomElement {
10
+ declare const OdxRailNavigationComponent_base: import('../../dist/lib/main.js', { with: { "resolution-mode": "import" } }).Constructor<IsLocalized> & typeof CustomElement;
11
+ export declare class OdxRailNavigationComponent extends OdxRailNavigationComponent_base {
10
12
  #private;
11
13
  protected navigationItems: OdxNavigationItemComponent[];
12
14
  collapsed: boolean;
13
15
  protected render(): TemplateResult;
14
16
  getItems(): OdxNavigationItemComponent[];
15
17
  }
18
+ export {};
16
19
  //# sourceMappingURL=rail-navigation.component.d.ts.map
@@ -2700,7 +2700,7 @@ var _handleSlotChange$3, _handleControlClick;
2700
2700
  setTranslation("en", {
2701
2701
  railNavigation: { controlText: { collapsed: "Expand navigation", expanded: "Collapse navigation" } }
2702
2702
  });
2703
- let OdxRailNavigationComponent = class extends CustomElement {
2703
+ let OdxRailNavigationComponent = class extends IsLocalized(CustomElement) {
2704
2704
  constructor() {
2705
2705
  super(...arguments);
2706
2706
  this.collapsed = false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/foundation",
3
3
  "description": "A library of Web Component building blocks for ODX",
4
- "version": "1.0.0-alpha.7",
4
+ "version": "1.0.0-alpha.8",
5
5
  "author": "Drägerwerk AG & Co.KGaA",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "homepage": "https://odx.draeger.com",