@oiz/stzh-components-vue 4.10.0-beta1 → 4.10.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/dist/plugin.js +2 -4
- package/dist/plugin.js.map +1 -1
- package/lib/plugin.ts +2 -4
- package/package.json +2 -2
package/dist/plugin.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { defineCustomElements } from '@oiz/stzh-components/loader';
|
|
2
2
|
export const StzhComponentsVueLibrary = {
|
|
3
3
|
async install() {
|
|
4
|
-
|
|
5
|
-
defineCustomElements();
|
|
6
|
-
});
|
|
4
|
+
defineCustomElements();
|
|
7
5
|
},
|
|
8
6
|
};
|
|
9
7
|
//# sourceMappingURL=plugin.js.map
|
package/dist/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../lib/plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../lib/plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,CAAC,MAAM,wBAAwB,GAAW;IAC9C,KAAK,CAAC,OAAO;QACX,oBAAoB,EAAE,CAAC;IACzB,CAAC;CACF,CAAC"}
|
package/lib/plugin.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { defineCustomElements } from '@oiz/stzh-components/loader';
|
|
3
3
|
|
|
4
4
|
export const StzhComponentsVueLibrary: Plugin = {
|
|
5
5
|
async install() {
|
|
6
|
-
|
|
7
|
-
defineCustomElements();
|
|
8
|
-
});
|
|
6
|
+
defineCustomElements();
|
|
9
7
|
},
|
|
10
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components-vue",
|
|
3
|
-
"version": "4.10.0
|
|
3
|
+
"version": "4.10.0",
|
|
4
4
|
"description": "Vue specific component wrappers for @oiz/stzh-components.",
|
|
5
5
|
"homepage": "https://designsystem.stadt-zuerich.ch",
|
|
6
6
|
"private": false,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"vue": "^3.4.21"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@oiz/stzh-components": "^4.10.0
|
|
29
|
+
"@oiz/stzh-components": "^4.10.0",
|
|
30
30
|
"vendor-copy": "^3.0.1",
|
|
31
31
|
"vue": ">=3.0.0"
|
|
32
32
|
},
|