@siemens/ix-vue 2.1.0 → 2.1.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.
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { defineCustomElement as defineIxApplicationSidebar } from '@siemens/ix/components/ix-application-sidebar.js';
|
|
1
2
|
import { defineCustomElement as defineIxApplicationSwitchModal } from '@siemens/ix/components/ix-application-switch-modal.js';
|
|
3
|
+
import { defineCustomElement as defineIxBurgerMenu } from '@siemens/ix/components/ix-burger-menu.js';
|
|
4
|
+
import { defineCustomElement as defineIxDateTimeCard } from '@siemens/ix/components/ix-date-time-card.js';
|
|
5
|
+
import { defineCustomElement as defineIxModalLoading } from '@siemens/ix/components/ix-modal-loading.js';
|
|
2
6
|
defineIxApplicationSwitchModal();
|
|
7
|
+
defineIxApplicationSidebar();
|
|
8
|
+
defineIxDateTimeCard();
|
|
9
|
+
defineIxBurgerMenu();
|
|
10
|
+
defineIxModalLoading();
|
|
3
11
|
//# sourceMappingURL=internal-components.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal-components.js","sourceRoot":"","sources":["../src/internal-components.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,IAAI,8BAA8B,EAAE,MAAM,uDAAuD,CAAC;
|
|
1
|
+
{"version":3,"file":"internal-components.js","sourceRoot":"","sources":["../src/internal-components.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,IAAI,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AACrH,OAAO,EAAE,mBAAmB,IAAI,8BAA8B,EAAE,MAAM,uDAAuD,CAAC;AAC9H,OAAO,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AACrG,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AAC1G,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAEzG,8BAA8B,EAAE,CAAC;AACjC,0BAA0B,EAAE,CAAC;AAC7B,oBAAoB,EAAE,CAAC;AACvB,kBAAkB,EAAE,CAAC;AACrB,oBAAoB,EAAE,CAAC"}
|
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.1.
|
|
6
|
+
"version": "2.1.1",
|
|
7
7
|
"description": "Siemens iX for Vue",
|
|
8
8
|
"bugs": "https://github.com/siemens/ix/issues",
|
|
9
9
|
"repository": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"lint": "eslint src"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@siemens/ix": "~2.1.
|
|
34
|
+
"@siemens/ix": "~2.1.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"rimraf": "^3.0.2",
|