@digipair/skill-web-editor 0.4.27 → 0.4.30
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/index.cjs.js +2 -2
- package/index.cjs2.js +7 -7
- package/index.esm.js +1 -1
- package/index.esm2.js +7 -7
- package/libs/skill-web-editor/src/lib/editor.element.d.ts +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -6,9 +6,9 @@ var index = require('./index.cjs2.js');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
Object.defineProperty(exports, '
|
|
9
|
+
Object.defineProperty(exports, 'EditorElement', {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return index.
|
|
11
|
+
get: function () { return index.EditorElement; }
|
|
12
12
|
});
|
|
13
13
|
exports.error = index.error;
|
|
14
14
|
exports.information = index.information;
|
package/index.cjs2.js
CHANGED
|
@@ -3054,7 +3054,7 @@ const Toastify$1 = toastify;
|
|
|
3054
3054
|
const BASE_URL = 'https://cdn.jsdelivr.net/npm';
|
|
3055
3055
|
const BLOCKLY_VERSION = '10.4.3';
|
|
3056
3056
|
let jsonGenerator, generateBlocklyBlockFromLibraries, generateToolboxFromLibraries, initializeMutator;
|
|
3057
|
-
class
|
|
3057
|
+
class EditorElement extends s {
|
|
3058
3058
|
createRenderRoot() {
|
|
3059
3059
|
return this;
|
|
3060
3060
|
}
|
|
@@ -3309,17 +3309,17 @@ class GenericSceneElement extends s {
|
|
|
3309
3309
|
__decorate([
|
|
3310
3310
|
n(),
|
|
3311
3311
|
__metadata("design:type", Object)
|
|
3312
|
-
],
|
|
3312
|
+
], EditorElement.prototype, "digipair", void 0);
|
|
3313
3313
|
__decorate([
|
|
3314
3314
|
n(),
|
|
3315
3315
|
__metadata("design:type", Object)
|
|
3316
|
-
],
|
|
3316
|
+
], EditorElement.prototype, "reasoning", void 0);
|
|
3317
3317
|
__decorate([
|
|
3318
3318
|
r()
|
|
3319
|
-
],
|
|
3320
|
-
|
|
3319
|
+
], EditorElement.prototype, "canSave", void 0);
|
|
3320
|
+
EditorElement = __decorate([
|
|
3321
3321
|
t('digipair-editor')
|
|
3322
|
-
],
|
|
3322
|
+
], EditorElement);
|
|
3323
3323
|
|
|
3324
3324
|
const Toastify = toastify;
|
|
3325
3325
|
let EditorService = class EditorService {
|
|
@@ -3351,7 +3351,7 @@ let EditorService = class EditorService {
|
|
|
3351
3351
|
const information = (params, pinsSettingsList, context)=>new EditorService().information(params, pinsSettingsList, context);
|
|
3352
3352
|
const error = (params, pinsSettingsList, context)=>new EditorService().error(params, pinsSettingsList, context);
|
|
3353
3353
|
|
|
3354
|
-
exports.
|
|
3354
|
+
exports.EditorElement = EditorElement;
|
|
3355
3355
|
exports._extends = _extends;
|
|
3356
3356
|
exports.error = error;
|
|
3357
3357
|
exports.information = information;
|
package/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { E as EditorElement, e as error, i as information } from './index.esm2.js';
|
package/index.esm2.js
CHANGED
|
@@ -3052,7 +3052,7 @@ const Toastify$1 = toastify;
|
|
|
3052
3052
|
const BASE_URL = 'https://cdn.jsdelivr.net/npm';
|
|
3053
3053
|
const BLOCKLY_VERSION = '10.4.3';
|
|
3054
3054
|
let jsonGenerator, generateBlocklyBlockFromLibraries, generateToolboxFromLibraries, initializeMutator;
|
|
3055
|
-
class
|
|
3055
|
+
class EditorElement extends s {
|
|
3056
3056
|
createRenderRoot() {
|
|
3057
3057
|
return this;
|
|
3058
3058
|
}
|
|
@@ -3307,17 +3307,17 @@ class GenericSceneElement extends s {
|
|
|
3307
3307
|
__decorate([
|
|
3308
3308
|
n(),
|
|
3309
3309
|
__metadata("design:type", Object)
|
|
3310
|
-
],
|
|
3310
|
+
], EditorElement.prototype, "digipair", void 0);
|
|
3311
3311
|
__decorate([
|
|
3312
3312
|
n(),
|
|
3313
3313
|
__metadata("design:type", Object)
|
|
3314
|
-
],
|
|
3314
|
+
], EditorElement.prototype, "reasoning", void 0);
|
|
3315
3315
|
__decorate([
|
|
3316
3316
|
r()
|
|
3317
|
-
],
|
|
3318
|
-
|
|
3317
|
+
], EditorElement.prototype, "canSave", void 0);
|
|
3318
|
+
EditorElement = __decorate([
|
|
3319
3319
|
t('digipair-editor')
|
|
3320
|
-
],
|
|
3320
|
+
], EditorElement);
|
|
3321
3321
|
|
|
3322
3322
|
const Toastify = toastify;
|
|
3323
3323
|
let EditorService = class EditorService {
|
|
@@ -3349,4 +3349,4 @@ let EditorService = class EditorService {
|
|
|
3349
3349
|
const information = (params, pinsSettingsList, context)=>new EditorService().information(params, pinsSettingsList, context);
|
|
3350
3350
|
const error = (params, pinsSettingsList, context)=>new EditorService().error(params, pinsSettingsList, context);
|
|
3351
3351
|
|
|
3352
|
-
export {
|
|
3352
|
+
export { EditorElement as E, _extends as _, error as e, information as i };
|