@nocobase/client 1.2.34-alpha → 1.2.36-alpha
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/es/block-provider/hooks/index.d.ts +7 -0
- package/es/data-source/collection/Collection.d.ts +5 -0
- package/es/index.mjs +1230 -1181
- package/es/variables/types.d.ts +2 -0
- package/lib/index.js +50 -50
- package/package.json +5 -5
- /package/es/{md-1OKMvqVH.mjs → md-oH2RssNY.mjs} +0 -0
- /package/lib/{md-1OKMvqVH-tU4j-cWD.js → md-oH2RssNY-IQIU5F3r.js} +0 -0
package/es/variables/types.d.ts
CHANGED
|
@@ -39,6 +39,8 @@ export interface VariablesContextType {
|
|
|
39
39
|
parseVariable: (str: string, localVariable?: VariableOption | VariableOption[], options?: {
|
|
40
40
|
/** 第一次请求时,需要包含的关系字段 */
|
|
41
41
|
appends?: string[];
|
|
42
|
+
/** do not request when the association field is empty */
|
|
43
|
+
doNotRequest?: boolean;
|
|
42
44
|
}) => Promise<any>;
|
|
43
45
|
/**
|
|
44
46
|
* 注册变量
|