@vtj/coder 0.18.15 → 0.18.16

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/coder",
3
3
  "private": false,
4
- "version": "0.18.15",
4
+ "version": "0.18.16",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "AI低代码",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "prettier": "~3.7.0",
27
27
  "@vtj/base": "~0.13.0",
28
- "@vtj/core": "~0.18.15"
28
+ "@vtj/core": "~0.18.16"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@vtj/cli": "~0.13.0"
@@ -5,7 +5,7 @@ import { GlobalApiConfig } from './globalApi';
5
5
  * - 预处理 nodes:替换全局 API、ref/computed 的 .value 解包
6
6
  * - 委托给原 parseTemplate(this. 前缀剥离已能正确处理)
7
7
  */
8
- export declare function parseTemplateComposition(children: NodeSchema[], componentMap: Map<string, MaterialDescription>, computedKeys?: string[], context?: Record<string, Set<string>>, parent?: NodeSchema, effectiveMap?: Record<string, GlobalApiConfig>, refs?: Set<string>, computed?: Set<string>): {
8
+ export declare function parseTemplateComposition(children: NodeSchema[], componentMap: Map<string, MaterialDescription>, computedKeys?: string[], context?: Record<string, Set<string>>, parent?: NodeSchema, effectiveMap?: Record<string, GlobalApiConfig>, refs?: Set<string>, computed?: Set<string>, easycomPackages?: Set<string>): {
9
9
  nodes: string[];
10
10
  methods: Record<string, JSFunction>;
11
11
  directives: string[];
@@ -4,7 +4,7 @@ export declare const NO_END_TAGS: string[];
4
4
  * 内置指令
5
5
  */
6
6
  export declare const BUILT_IN_DIRECTIVES: string[];
7
- export declare function parseTemplate(children: NodeSchema[], componentMap: Map<string, MaterialDescription>, computedKeys?: string[], context?: Record<string, Set<string>>, parent?: NodeSchema): {
7
+ export declare function parseTemplate(children: NodeSchema[], componentMap: Map<string, MaterialDescription>, computedKeys?: string[], context?: Record<string, Set<string>>, parent?: NodeSchema, easycomPackages?: Set<string>): {
8
8
  nodes: string[];
9
9
  methods: Record<string, JSFunction>;
10
10
  directives: string[];
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2026, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/coder
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.18.14
5
+ * @version 0.18.15
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.18.14";
8
+ export declare const version = "0.18.15";