x-runtime-lib 0.8.114 → 0.8.116
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/types/data.d.ts
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -31653,19 +31653,19 @@ export {
|
|
|
31653
31653
|
a4 as K,
|
|
31654
31654
|
E4 as M,
|
|
31655
31655
|
s4 as O,
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31656
|
+
h4 as a,
|
|
31657
|
+
u4 as b,
|
|
31658
|
+
n4 as c,
|
|
31659
|
+
D4 as d,
|
|
31660
31660
|
l4 as e,
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31661
|
+
c4 as f,
|
|
31662
|
+
w4 as g,
|
|
31663
|
+
d4 as h,
|
|
31664
31664
|
r4 as i,
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31665
|
+
f4 as j,
|
|
31666
|
+
y4 as k,
|
|
31667
|
+
Q4 as l,
|
|
31668
|
+
B4 as m,
|
|
31669
31669
|
i4 as n,
|
|
31670
31670
|
p4 as o,
|
|
31671
31671
|
v4 as p,
|
package/package.json
CHANGED
package/dist/types/context.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Reactive } from 'vue';
|
|
2
|
-
import { Data } from './data';
|
|
3
|
-
export type Context = {
|
|
4
|
-
dataSeq: number;
|
|
5
|
-
data: Reactive<Data>;
|
|
6
|
-
children: {
|
|
7
|
-
[key: string]: Context;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export declare function ensureContext(rootContext: Context, parentKeys: string[], key: string, dataSeq: number, data: Data): void;
|