🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@cdlab996/lowcode-hooks2.7

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdlab996/lowcode-hooks2.7 - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+1
-0
es/renderer-context.d.ts

@@ -8,2 +8,3 @@ import type { Component, ComponentPublicInstance, InjectionKey } from 'vue';

readonly designMode: DesignMode;
readonly thisRequiredInJSE: boolean;
getNode(id: string): Node<NodeSchema> | null;

@@ -10,0 +11,0 @@ triggerCompGetCtx(schema: NodeSchema, val: ComponentPublicInstance): void;

@@ -16,2 +16,3 @@ import { inject, getCurrentInstance } from 'vue';

return {
thisRequiredInJSE: true,
components: getPropValue(props, 'components', {}),

@@ -18,0 +19,0 @@ designMode: getPropValue(props, 'designMode', 'live'),

@@ -8,2 +8,3 @@ import type { Component, ComponentPublicInstance, InjectionKey } from 'vue';

readonly designMode: DesignMode;
readonly thisRequiredInJSE: boolean;
getNode(id: string): Node<NodeSchema> | null;

@@ -10,0 +11,0 @@ triggerCompGetCtx(schema: NodeSchema, val: ComponentPublicInstance): void;

@@ -21,2 +21,3 @@ "use strict";

return {
thisRequiredInJSE: true,
components: getPropValue(props, 'components', {}),

@@ -23,0 +24,0 @@ designMode: getPropValue(props, 'designMode', 'live'),

+2
-2
{
"name": "@cdlab996/lowcode-hooks2.7",
"version": "0.3.0",
"version": "0.4.0",
"main": "./lib/index.js",

@@ -20,3 +20,3 @@ "module": "./es/index.js",

},
"homepage": "https://unpkg.com/@cdlab996/lowcode-hooks2.7@0.3.0/build/index.html",
"homepage": "https://unpkg.com/@cdlab996/lowcode-hooks2.7@0.4.0/build/index.html",
"repository": {

@@ -23,0 +23,0 @@ "type": "http",