@record-evolution/widget-form 1.0.16 → 1.0.17
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-form.js +2 -2
- package/package.json +4 -3
- package/thumbnail.webp +0 -0
package/dist/widget-form.js
CHANGED
|
@@ -665,7 +665,7 @@ var te = Object.defineProperty, ee = Object.getOwnPropertyDescriptor, _ = (e, t,
|
|
|
665
665
|
};
|
|
666
666
|
let b = class extends U {
|
|
667
667
|
constructor() {
|
|
668
|
-
super(...arguments), this.dialogOpen = !1, this.formKey = 0, this.version = "1.0.
|
|
668
|
+
super(...arguments), this.dialogOpen = !1, this.formKey = 0, this.version = "1.0.17";
|
|
669
669
|
}
|
|
670
670
|
update(e) {
|
|
671
671
|
e.has("theme") && this.registerTheme(this.theme), super.update(e);
|
|
@@ -1122,7 +1122,7 @@ _([
|
|
|
1122
1122
|
R()
|
|
1123
1123
|
], b.prototype, "formKey", 2);
|
|
1124
1124
|
b = _([
|
|
1125
|
-
Jt("widget-form-1.0.
|
|
1125
|
+
Jt("widget-form-1.0.17")
|
|
1126
1126
|
], b);
|
|
1127
1127
|
export {
|
|
1128
1128
|
b as WidgetForm
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "REWidget widget-form",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-form",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.17",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=24.9.0",
|
|
9
9
|
"npm": ">=10.0.2"
|
|
@@ -15,11 +15,12 @@
|
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
17
17
|
"src",
|
|
18
|
-
"thumbnail.png"
|
|
18
|
+
"thumbnail.png",
|
|
19
|
+
"thumbnail.webp"
|
|
19
20
|
],
|
|
20
21
|
"scripts": {
|
|
21
22
|
"analyze": "cem analyze --litelement",
|
|
22
|
-
"start": "vite",
|
|
23
|
+
"start": "vite build --watch & vite",
|
|
23
24
|
"build": "vite build",
|
|
24
25
|
"watch": "vite build --watch",
|
|
25
26
|
"link": "npm run build && npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-form",
|
package/thumbnail.webp
ADDED
|
Binary file
|