@record-evolution/widget-form 1.0.12 → 1.0.13

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.
@@ -654,7 +654,7 @@ var Yt = Object.defineProperty, te = Object.getOwnPropertyDescriptor, y = (e, t,
654
654
  };
655
655
  let b = class extends U {
656
656
  constructor() {
657
- super(...arguments), this.dialogOpen = !1, this.version = "1.0.12";
657
+ super(...arguments), this.dialogOpen = !1, this.version = "1.0.13";
658
658
  }
659
659
  update(e) {
660
660
  e.has("theme") && this.registerTheme(this.theme), super.update(e);
@@ -1080,7 +1080,7 @@ y([
1080
1080
  Xt("md-dialog")
1081
1081
  ], b.prototype, "dialog", 2);
1082
1082
  b = y([
1083
- Jt("widget-form-1.0.12")
1083
+ Jt("widget-form-1.0.13")
1084
1084
  ], b);
1085
1085
  export {
1086
1086
  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.12",
6
+ "version": "1.0.13",
7
7
  "engines": {
8
8
  "node": ">=24.9.0",
9
9
  "npm": ">=10.0.2"
@@ -7,14 +7,12 @@
7
7
  "title": "Title",
8
8
  "description": "The main heading displayed at the top of the form. Use to describe the form's purpose (e.g., 'Add New Device', 'Submit Feedback', 'Configuration Settings').",
9
9
  "order": 1,
10
- "dataDrivenDisabled": true,
11
10
  "type": "string"
12
11
  },
13
12
  "subTitle": {
14
13
  "title": "Subtitle",
15
14
  "description": "Secondary text displayed below the title. Use for instructions, context, or additional information about the form.",
16
15
  "order": 2,
17
- "dataDrivenDisabled": true,
18
16
  "type": "string"
19
17
  },
20
18
  "deleteFlagColumn": {