@record-evolution/widget-image 1.1.14 → 1.1.15

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.
@@ -645,7 +645,7 @@ var te = Object.defineProperty, ee = Object.getOwnPropertyDescriptor, _ = (r, t,
645
645
  };
646
646
  let g = class extends H {
647
647
  constructor() {
648
- super(...arguments), this.elementWidth = 0, this.elementHeight = 0, this.version = "1.1.14";
648
+ super(...arguments), this.elementWidth = 0, this.elementHeight = 0, this.version = "1.1.15";
649
649
  }
650
650
  disconnectedCallback() {
651
651
  super.disconnectedCallback(), this.resizeObserver && this.resizeObserver.disconnect();
@@ -880,7 +880,7 @@ _([
880
880
  Yt(".wrapper")
881
881
  ], g.prototype, "wrapper", 2);
882
882
  g = _([
883
- Jt("widget-image-1.1.14")
883
+ Jt("widget-image-1.1.15")
884
884
  ], g);
885
885
  export {
886
886
  g as WidgetImage
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-image following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-image",
6
- "version": "1.1.14",
6
+ "version": "1.1.15",
7
7
  "type": "module",
8
8
  "main": "dist/widget-image.js",
9
9
  "types": "dist/src/widget-image.d.ts",
@@ -48,6 +48,7 @@
48
48
  "useUpload": {
49
49
  "title": "Use image upload",
50
50
  "description": "If true, the image upload will be used instead of the image URL",
51
+ "dataDrivenDisabled": true,
51
52
  "order": 7,
52
53
  "condition": {
53
54
  "relativePath": "../multiImage",