x-block-lib 0.8.62 → 0.8.64
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/core/utils/common/misc.d.ts +2 -1
- package/dist/index.js +525 -528
- package/dist/{vendor.je7mkgas.js → vendor.k8hjxofe.js} +15 -12
- package/package.json +15 -15
|
@@ -10,6 +10,7 @@ export declare function getBlockDepth(block: Blockly.Block | null): number;
|
|
|
10
10
|
export declare function getPropertyType(property: ZProperty): Type;
|
|
11
11
|
export declare function isReadonlyOfProperty(keys: string, property: ZProperty): boolean;
|
|
12
12
|
export declare function isGlobalityNode(key: string): boolean;
|
|
13
|
-
export declare function
|
|
13
|
+
export declare function isRefNode(key: string): boolean;
|
|
14
14
|
export declare function isMultipleRefNode(key: string): boolean;
|
|
15
15
|
export declare function isSlotNode(key: string): boolean;
|
|
16
|
+
export declare function isMultipleSlotNode(key: string): boolean;
|