@digipair/skill-web-editor 0.4.27 → 0.5.0

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 CHANGED
@@ -6,9 +6,9 @@ var index = require('./index.cjs2.js');
6
6
 
7
7
 
8
8
 
9
- Object.defineProperty(exports, 'GenericSceneElement', {
9
+ Object.defineProperty(exports, 'EditorElement', {
10
10
  enumerable: true,
11
- get: function () { return index.GenericSceneElement; }
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 GenericSceneElement extends s {
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
- ], GenericSceneElement.prototype, "digipair", void 0);
3312
+ ], EditorElement.prototype, "digipair", void 0);
3313
3313
  __decorate([
3314
3314
  n(),
3315
3315
  __metadata("design:type", Object)
3316
- ], GenericSceneElement.prototype, "reasoning", void 0);
3316
+ ], EditorElement.prototype, "reasoning", void 0);
3317
3317
  __decorate([
3318
3318
  r()
3319
- ], GenericSceneElement.prototype, "canSave", void 0);
3320
- GenericSceneElement = __decorate([
3319
+ ], EditorElement.prototype, "canSave", void 0);
3320
+ EditorElement = __decorate([
3321
3321
  t('digipair-editor')
3322
- ], GenericSceneElement);
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.GenericSceneElement = GenericSceneElement;
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 { G as GenericSceneElement, e as error, i as information } from './index.esm2.js';
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 GenericSceneElement extends s {
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
- ], GenericSceneElement.prototype, "digipair", void 0);
3310
+ ], EditorElement.prototype, "digipair", void 0);
3311
3311
  __decorate([
3312
3312
  n(),
3313
3313
  __metadata("design:type", Object)
3314
- ], GenericSceneElement.prototype, "reasoning", void 0);
3314
+ ], EditorElement.prototype, "reasoning", void 0);
3315
3315
  __decorate([
3316
3316
  r()
3317
- ], GenericSceneElement.prototype, "canSave", void 0);
3318
- GenericSceneElement = __decorate([
3317
+ ], EditorElement.prototype, "canSave", void 0);
3318
+ EditorElement = __decorate([
3319
3319
  t('digipair-editor')
3320
- ], GenericSceneElement);
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 { GenericSceneElement as G, _extends as _, error as e, information as i };
3352
+ export { EditorElement as E, _extends as _, error as e, information as i };
@@ -1,5 +1,5 @@
1
1
  import { LitElement, TemplateResult } from 'lit';
2
- export declare class GenericSceneElement extends LitElement {
2
+ export declare class EditorElement extends LitElement {
3
3
  digipair: any;
4
4
  reasoning: any;
5
5
  private canSave;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.4.27",
3
+ "version": "0.5.0",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"