@siemens/ix-vue 2.3.0 → 2.4.1

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/index.d.ts CHANGED
@@ -3,6 +3,6 @@ export * from './internal-components';
3
3
  export * from './ix-icon';
4
4
  export * from './plugin';
5
5
  export * from './toast';
6
- export declare type HTMLRefElement<T> = {
6
+ export type HTMLRefElement<T> = {
7
7
  $el: T;
8
8
  };
package/dist/plugin.js CHANGED
@@ -1,9 +1,7 @@
1
- import { applyPolyfills, defineCustomElements } from '@siemens/ix/loader';
1
+ import { defineCustomElements } from '@siemens/ix/loader';
2
2
  export const ixPlugin = {
3
3
  async install() {
4
- applyPolyfills().then(() => {
5
- defineCustomElements();
6
- });
4
+ defineCustomElements();
7
5
  },
8
6
  };
9
7
  //# sourceMappingURL=plugin.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1E,MAAM,CAAC,MAAM,QAAQ,GAAW;IAC9B,KAAK,CAAC,OAAO;QACX,cAAc,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE;YACzB,oBAAoB,EAAE,CAAC;QACzB,CAAC,CAAC,CAAC;IACL,CAAC;CACF,CAAC"}
1
+ {"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1D,MAAM,CAAC,MAAM,QAAQ,GAAW;IAC9B,KAAK,CAAC,OAAO;QACX,oBAAoB,EAAE,CAAC;IACzB,CAAC;CACF,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ToastConfig as IxToastConfig } from '@siemens/ix';
2
- export declare type ToastConfig = {
2
+ export type ToastConfig = {
3
3
  message: string | HTMLElement;
4
4
  };
5
5
  export declare function setToastPosition(position: 'bottom-right' | 'top-right'): void;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://ix.siemens.io",
4
4
  "author": "Siemens AG",
5
5
  "license": "MIT",
6
- "version": "2.3.0",
6
+ "version": "2.4.1",
7
7
  "description": "Siemens iX for Vue",
8
8
  "bugs": "https://github.com/siemens/ix/issues",
9
9
  "repository": {
@@ -25,15 +25,17 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@siemens/ix": "~2.3.0"
28
+ "@siemens/ix": "~2.4.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "rimraf": "^3.0.2",
32
32
  "vue": "^3.2.45",
33
33
  "@typescript-eslint/eslint-plugin": "^5.45.0",
34
34
  "@typescript-eslint/parser": "^5.45.0",
35
+ "eslint": "~8.21.0",
35
36
  "eslint-plugin-vue": "^9.9.0",
36
- "@siemens/ix": "2.3.0",
37
+ "typescript": "^4.5.4",
38
+ "@siemens/ix": "2.4.1",
37
39
  "eslint-config-ix": "1.0.0"
38
40
  },
39
41
  "peerDependencies": {