@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.
package/dist/widget-form.js
CHANGED
|
@@ -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.
|
|
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.
|
|
1083
|
+
Jt("widget-form-1.0.13")
|
|
1084
1084
|
], b);
|
|
1085
1085
|
export {
|
|
1086
1086
|
b as WidgetForm
|
package/package.json
CHANGED
|
@@ -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": {
|