@diwacopilot/components-vue 3.0.1 → 3.1.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/README.md +19 -19
- package/package.json +36 -36
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# @diwacopilot/components-vue
|
|
2
|
-
|
|
3
|
-
Vue wrappers for `@diwacopilot/components`.
|
|
4
|
-
|
|
5
|
-
## Documentation
|
|
6
|
-
|
|
7
|
-
**[designsystem.diwacopilot.com](https://designsystem.diwacopilot.com/)** — Full docs, component configurators, design guides, and integration examples.
|
|
8
|
-
|
|
9
|
-
## Install
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
npm install @diwacopilot/components @diwacopilot/components-vue
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Usage
|
|
16
|
-
|
|
17
|
-
```ts
|
|
18
|
-
import { DButton } from "@diwacopilot/components-vue";
|
|
19
|
-
```
|
|
1
|
+
# @diwacopilot/components-vue
|
|
2
|
+
|
|
3
|
+
Vue wrappers for `@diwacopilot/components`.
|
|
4
|
+
|
|
5
|
+
## Documentation
|
|
6
|
+
|
|
7
|
+
**[designsystem.diwacopilot.com](https://designsystem.diwacopilot.com/)** — Full docs, component configurators, design guides, and integration examples.
|
|
8
|
+
|
|
9
|
+
## Install
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install @diwacopilot/components @diwacopilot/components-vue
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Usage
|
|
16
|
+
|
|
17
|
+
```ts
|
|
18
|
+
import { DButton } from "@diwacopilot/components-vue";
|
|
19
|
+
```
|
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@diwacopilot/components-vue",
|
|
3
|
-
"version": "3.0
|
|
4
|
-
"description": "Vue wrapper package for Diwa Web Components.",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"main": "dist/index.js",
|
|
8
|
-
"module": "dist/index.js",
|
|
9
|
-
"types": "dist/index.d.ts",
|
|
10
|
-
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
],
|
|
13
|
-
"exports": {
|
|
14
|
-
".": {
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"import": "./dist/index.js"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "tsc -p tsconfig.json",
|
|
21
|
-
"prepack": "npm run build"
|
|
22
|
-
},
|
|
23
|
-
"peerDependencies": {
|
|
24
|
-
"@diwacopilot/components": "^3.
|
|
25
|
-
"vue": "^3.4.0"
|
|
26
|
-
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@diwacopilot/components": "file:../diwa-components",
|
|
29
|
-
"typescript": "^5.7.2",
|
|
30
|
-
"vue": "^3.5.13"
|
|
31
|
-
},
|
|
32
|
-
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
34
|
-
},
|
|
35
|
-
"homepage": "https://designsystem.diwacopilot.com/"
|
|
36
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@diwacopilot/components-vue",
|
|
3
|
+
"version": "3.1.0",
|
|
4
|
+
"description": "Vue wrapper package for Diwa Web Components.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "dist/index.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"import": "./dist/index.js"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "tsc -p tsconfig.json",
|
|
21
|
+
"prepack": "npm run build"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"@diwacopilot/components": "^3.1.0",
|
|
25
|
+
"vue": "^3.4.0"
|
|
26
|
+
},
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@diwacopilot/components": "file:../diwa-components",
|
|
29
|
+
"typescript": "^5.7.2",
|
|
30
|
+
"vue": "^3.5.13"
|
|
31
|
+
},
|
|
32
|
+
"publishConfig": {
|
|
33
|
+
"access": "public"
|
|
34
|
+
},
|
|
35
|
+
"homepage": "https://designsystem.diwacopilot.com/"
|
|
36
|
+
}
|