@vue/language-service 1.9.0-alpha.1 → 1.9.0-alpha.3
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/data/template/zh-cn.json +1 -1
- package/out/types.d.ts +1 -1
- package/out/types.js +1 -1
- package/package.json +15 -15
package/data/template/zh-cn.json
CHANGED
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"name": "Teleport",
|
|
144
144
|
"description": {
|
|
145
145
|
"kind": "markdown",
|
|
146
|
-
"value": "\n将其插槽内容渲染到 DOM 中的另一个位置。\n\n- **Props**\n\n ```ts\n interface TeleportProps {\n /**\n * 必填项。指定目标容器。\n * 可以是选择器或实际元素。\n */\n to: string | HTMLElement\n /**\n * 当值为 `true` 时,内容将保留在其原始位置\n * 而不是移动到目标容器中。\n * 可以动态更改。\n */\n disabled?: boolean\n }\n ```\n\n- **示例**\n\n 指定目标容器:\n\n ```html\n <
|
|
146
|
+
"value": "\n将其插槽内容渲染到 DOM 中的另一个位置。\n\n- **Props**\n\n ```ts\n interface TeleportProps {\n /**\n * 必填项。指定目标容器。\n * 可以是选择器或实际元素。\n */\n to: string | HTMLElement\n /**\n * 当值为 `true` 时,内容将保留在其原始位置\n * 而不是移动到目标容器中。\n * 可以动态更改。\n */\n disabled?: boolean\n }\n ```\n\n- **示例**\n\n 指定目标容器:\n\n ```html\n <Teleport to=\"#some-id\" />\n <Teleport to=\".some-class\" />\n <Teleport to=\"[data-teleport]\" />\n ```\n\n 有条件地禁用:\n\n ```html\n <Teleport to=\"#popup\" :disabled=\"displayVideoInline\">\n <video src=\"./my-movie.mp4\">\n </Teleport>\n ```\n\n- **参考**[指南 - Teleport](https://cn.vuejs.org/guide/built-ins/teleport.html)\n"
|
|
147
147
|
},
|
|
148
148
|
"attributes": [],
|
|
149
149
|
"references": [
|
package/out/types.d.ts
CHANGED
package/out/types.js
CHANGED
|
@@ -26,6 +26,6 @@ var AttrNameCasing;
|
|
|
26
26
|
AttrNameCasing[AttrNameCasing["Camel"] = 1] = "Camel";
|
|
27
27
|
})(AttrNameCasing || (exports.AttrNameCasing = AttrNameCasing = {}));
|
|
28
28
|
// only export types of depend packages
|
|
29
|
-
__exportStar(require("@volar/language-service/
|
|
29
|
+
__exportStar(require("@volar/language-service/lib/types"), exports);
|
|
30
30
|
__exportStar(require("@vue/language-core/out/types"), exports);
|
|
31
31
|
//# sourceMappingURL=types.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/language-service",
|
|
3
|
-
"version": "1.9.0-alpha.
|
|
3
|
+
"version": "1.9.0-alpha.3",
|
|
4
4
|
"main": "out/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -17,31 +17,31 @@
|
|
|
17
17
|
"update-html-data": "node ./scripts/update-html-data.js"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@volar/language-core": "~1.
|
|
21
|
-
"@volar/language-service": "~1.
|
|
22
|
-
"@volar/typescript": "~1.
|
|
20
|
+
"@volar/language-core": "~1.11.0",
|
|
21
|
+
"@volar/language-service": "~1.11.0",
|
|
22
|
+
"@volar/typescript": "~1.11.0",
|
|
23
23
|
"@vue/compiler-dom": "^3.3.0",
|
|
24
|
-
"@vue/language-core": "1.9.0-alpha.
|
|
24
|
+
"@vue/language-core": "1.9.0-alpha.3",
|
|
25
25
|
"@vue/shared": "^3.3.0",
|
|
26
26
|
"computeds": "^0.0.1",
|
|
27
27
|
"path-browserify": "^1.0.1",
|
|
28
|
-
"volar-service-css": "0.0.
|
|
29
|
-
"volar-service-emmet": "0.0.
|
|
30
|
-
"volar-service-html": "0.0.
|
|
31
|
-
"volar-service-json": "0.0.
|
|
32
|
-
"volar-service-pug": "0.0.
|
|
33
|
-
"volar-service-pug-beautify": "0.0.
|
|
34
|
-
"volar-service-typescript": "0.0.
|
|
35
|
-
"volar-service-typescript-twoslash-queries": "0.0.
|
|
28
|
+
"volar-service-css": "0.0.17",
|
|
29
|
+
"volar-service-emmet": "0.0.17",
|
|
30
|
+
"volar-service-html": "0.0.17",
|
|
31
|
+
"volar-service-json": "0.0.17",
|
|
32
|
+
"volar-service-pug": "0.0.17",
|
|
33
|
+
"volar-service-pug-beautify": "0.0.17",
|
|
34
|
+
"volar-service-typescript": "0.0.17",
|
|
35
|
+
"volar-service-typescript-twoslash-queries": "0.0.17",
|
|
36
36
|
"vscode-html-languageservice": "^5.1.0",
|
|
37
37
|
"vscode-languageserver-textdocument": "^1.0.11"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "latest",
|
|
41
41
|
"@types/path-browserify": "latest",
|
|
42
|
-
"@volar/kit": "~1.
|
|
42
|
+
"@volar/kit": "~1.11.0",
|
|
43
43
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
44
44
|
"vscode-uri": "^3.0.8"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "cf6564bc8c649151c2e72a93d0aa482d4a59a773"
|
|
47
47
|
}
|