@node-projects/web-component-designer 0.0.275 → 0.0.276
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/Constants.d.ts +1 -1
- package/dist/Constants.js +1 -1
- package/package.json +1 -1
package/dist/Constants.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const dragDropFormatNameElementDefinition = "text/json/elementdefintion";
|
|
2
2
|
export declare const dragDropFormatNameBindingObject = "text/json/bindingobject";
|
|
3
|
-
export declare const dragDropFormatNamePropertyGrid = "text/json/
|
|
3
|
+
export declare const dragDropFormatNamePropertyGrid = "text/json/propertydrop";
|
|
4
4
|
export declare var assetsPath: string;
|
package/dist/Constants.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const dragDropFormatNameElementDefinition = 'text/json/elementdefintion';
|
|
2
2
|
export const dragDropFormatNameBindingObject = 'text/json/bindingobject';
|
|
3
|
-
export const dragDropFormatNamePropertyGrid = 'text/json/
|
|
3
|
+
export const dragDropFormatNamePropertyGrid = 'text/json/propertydrop';
|
|
4
4
|
//export const assetsPath = './node_modules/@node-projects/web-component-designer/assets/';
|
|
5
5
|
let imporUrl = new URL((import.meta.url));
|
|
6
6
|
export var assetsPath = imporUrl.origin + imporUrl.pathname.split('/').slice(0, -1).join('/') + '/../assets/';
|