@c2n/framework-types 0.0.7 → 0.0.9
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/html-custom-data.json +1512 -113
- package/dist/web-types.json +3804 -432
- package/package.json +2 -2
- package/tsconfig.vue.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c2n/framework-types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Editor metadata for the c2n web components: VS Code / Volar HTML custom data and JetBrains web-types, generated from the custom-elements manifests",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"command": "node scripts/framework-types/index.ts"
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e4768cce5e0fbd5bc3165cd493a1e8d57cf0fff4"
|
|
55
55
|
}
|
package/tsconfig.vue.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$comment": "GENERATED by @c2n/framework-types@0.0.
|
|
2
|
+
"$comment": "GENERATED by @c2n/framework-types@0.0.9. Do not edit by hand. Add to a Vue app's tsconfig: \"extends\": [\"@c2n/config/tsconfig.lib.json\", \"@c2n/framework-types/tsconfig.vue.json\"] — and declare no \"vueCompilerOptions\" of your own, because a local one replaces the inherited object rather than merging with it.",
|
|
3
3
|
"vueCompilerOptions": {
|
|
4
4
|
"strictTemplates": true,
|
|
5
5
|
"experimentalModelPropName": {
|
|
@@ -13,8 +13,12 @@
|
|
|
13
13
|
"textarea": true,
|
|
14
14
|
"select": true,
|
|
15
15
|
"c2-autocomplete": true,
|
|
16
|
+
"c2-cascader": true,
|
|
16
17
|
"c2-chat-input": true,
|
|
18
|
+
"c2-date-input": true,
|
|
19
|
+
"c2-number-input": true,
|
|
17
20
|
"c2-radio-group": true,
|
|
21
|
+
"c2-rate": true,
|
|
18
22
|
"c2-select": true,
|
|
19
23
|
"c2-slider": true,
|
|
20
24
|
"c2-text-field": true,
|