@next-core/next-docs 1.2.496 → 1.2.498
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.
|
@@ -16,7 +16,9 @@ An equivalent of `computeRealValue` but for external usages, with no custom cont
|
|
|
16
16
|
**Signature:**
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
|
-
export declare function getRealValue(value: unknown
|
|
19
|
+
export declare function getRealValue(value: unknown, { useRealTimeQuery, }?: {
|
|
20
|
+
useRealTimeQuery?: boolean;
|
|
21
|
+
}): unknown;
|
|
20
22
|
```
|
|
21
23
|
|
|
22
24
|
## Parameters
|
|
@@ -24,6 +26,7 @@ export declare function getRealValue(value: unknown): unknown;
|
|
|
24
26
|
| Parameter | Type | Description |
|
|
25
27
|
| --- | --- | --- |
|
|
26
28
|
| value | unknown | Any value which may contains evaluations or placeholders. |
|
|
29
|
+
| { useRealTimeQuery, } | { useRealTimeQuery?: boolean; } | |
|
|
27
30
|
|
|
28
31
|
**Returns:**
|
|
29
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/next-docs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.498",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@easyops-cn/brick-next-pipes": "^0.4.0",
|
|
35
|
-
"@next-core/brick-kit": "^2.
|
|
35
|
+
"@next-core/brick-kit": "^2.181.1",
|
|
36
36
|
"@next-core/brick-types": "^2.90.1",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d239b822ca08e05e59ee5fea2354fe210a585ef0"
|
|
40
40
|
}
|