@record-evolution/widget-form 1.0.8 → 1.0.9
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 +3 -2
- package/thumbnail.png +0 -0
package/dist/widget-form.js
CHANGED
|
@@ -9622,7 +9622,7 @@ let WidgetForm = class WidgetForm extends i$3 {
|
|
|
9622
9622
|
constructor() {
|
|
9623
9623
|
super(...arguments);
|
|
9624
9624
|
this.dialogOpen = false;
|
|
9625
|
-
this.version = '1.0.
|
|
9625
|
+
this.version = '1.0.9';
|
|
9626
9626
|
}
|
|
9627
9627
|
update(changedProperties) {
|
|
9628
9628
|
if (changedProperties.has('theme')) {
|
|
@@ -10034,7 +10034,7 @@ __decorate([
|
|
|
10034
10034
|
e$2('mdif1-dialog')
|
|
10035
10035
|
], WidgetForm.prototype, "dialog", void 0);
|
|
10036
10036
|
WidgetForm = __decorate([
|
|
10037
|
-
t('widget-form-1.0.
|
|
10037
|
+
t('widget-form-1.0.9')
|
|
10038
10038
|
], WidgetForm);
|
|
10039
10039
|
|
|
10040
10040
|
export { WidgetForm };
|
package/package.json
CHANGED
|
@@ -3,14 +3,15 @@
|
|
|
3
3
|
"description": "REWidget widget-form",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-form",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.9",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-form.js",
|
|
9
9
|
"module": "dist/widget-form.js",
|
|
10
10
|
"types": "dist/src/widget-form.d.ts",
|
|
11
11
|
"files": [
|
|
12
12
|
"dist",
|
|
13
|
-
"src"
|
|
13
|
+
"src",
|
|
14
|
+
"thumbnail.png"
|
|
14
15
|
],
|
|
15
16
|
"scripts": {
|
|
16
17
|
"analyze": "cem analyze --litelement",
|
package/thumbnail.png
ADDED
|
Binary file
|