@record-evolution/widget-image 1.1.1 → 1.1.2
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/widget-image.js
CHANGED
|
@@ -734,7 +734,7 @@ function n(t) {
|
|
|
734
734
|
class WidgetImage extends h {
|
|
735
735
|
constructor() {
|
|
736
736
|
super(...arguments);
|
|
737
|
-
this.version = '1.1.
|
|
737
|
+
this.version = '1.1.2';
|
|
738
738
|
}
|
|
739
739
|
render() {
|
|
740
740
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4;
|
|
@@ -822,7 +822,7 @@ WidgetImage.styles = i$1 `
|
|
|
822
822
|
__decorate([
|
|
823
823
|
n({ type: Object })
|
|
824
824
|
], WidgetImage.prototype, "inputData", void 0);
|
|
825
|
-
window.customElements.define('widget-image-1.1.
|
|
825
|
+
window.customElements.define('widget-image-1.1.2', WidgetImage);
|
|
826
826
|
|
|
827
827
|
export { WidgetImage };
|
|
828
828
|
//# sourceMappingURL=widget-image.js.map
|
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.
|
|
6
|
+
"version": "1.1.2",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-image.js",
|
|
9
9
|
"types": "dist/src/widget-image.d.ts",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"analyze": "cem analyze --litelement",
|
|
16
16
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
17
17
|
"build": "rollup -c rollup.config.js",
|
|
18
|
+
"link": "npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-image",
|
|
19
|
+
"unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-image && npm i @record-evolution/widget-image",
|
|
18
20
|
"watch": "rollup -w -c rollup.config.js",
|
|
19
21
|
"types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
|
|
20
22
|
"release": "npm version patch --tag-version-prefix='' && git push && git push --tag"
|
|
@@ -15,11 +15,13 @@
|
|
|
15
15
|
"fontSize": {
|
|
16
16
|
"title": "Font Size",
|
|
17
17
|
"order": 2,
|
|
18
|
+
"dataDrivenDisabled": true,
|
|
18
19
|
"type": "string"
|
|
19
20
|
},
|
|
20
21
|
"fontWeight": {
|
|
21
22
|
"title": "Font Weight",
|
|
22
23
|
"order": 3,
|
|
24
|
+
"dataDrivenDisabled": true,
|
|
23
25
|
"type": "number"
|
|
24
26
|
},
|
|
25
27
|
"color": {
|
|
@@ -49,11 +51,13 @@
|
|
|
49
51
|
"fontSize": {
|
|
50
52
|
"title": "Font Size",
|
|
51
53
|
"order": 2,
|
|
54
|
+
"dataDrivenDisabled": true,
|
|
52
55
|
"type": "string"
|
|
53
56
|
},
|
|
54
57
|
"fontWeight": {
|
|
55
58
|
"title": "Font Weight",
|
|
56
59
|
"order": 3,
|
|
60
|
+
"dataDrivenDisabled": true,
|
|
57
61
|
"type": "number"
|
|
58
62
|
},
|
|
59
63
|
"color": {
|