@limetech/lime-elements 37.1.0-next.26 → 37.1.0-next.28
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/cjs/limel-form.cjs.entry.js +4 -3
- package/dist/cjs/limel-form.cjs.entry.js.map +1 -1
- package/dist/collection/components/form/form.js +4 -4
- package/dist/collection/components/form/form.js.map +1 -1
- package/dist/collection/global/shared-types/icon.types.js +2 -0
- package/dist/collection/global/shared-types/icon.types.js.map +1 -0
- package/dist/esm/limel-form.entry.js +4 -3
- package/dist/esm/limel-form.entry.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-c1a681db.entry.js → p-9a6540ed.entry.js} +2 -2
- package/dist/lime-elements/{p-c1a681db.entry.js.map → p-9a6540ed.entry.js.map} +1 -1
- package/dist/types/global/shared-types/icon.types.d.ts +22 -0
- package/package.json +3 -3
|
@@ -35689,9 +35689,9 @@ const Form = class {
|
|
|
35689
35689
|
this.validateForm(this.value);
|
|
35690
35690
|
}
|
|
35691
35691
|
disconnectedCallback() {
|
|
35692
|
-
|
|
35693
|
-
|
|
35694
|
-
|
|
35692
|
+
if (this.root) {
|
|
35693
|
+
this.root.unmount();
|
|
35694
|
+
this.root = undefined;
|
|
35695
35695
|
}
|
|
35696
35696
|
}
|
|
35697
35697
|
render() {
|
|
@@ -35759,6 +35759,7 @@ const Form = class {
|
|
|
35759
35759
|
multipleOfPrecision: 2,
|
|
35760
35760
|
allowUnionTypes: true,
|
|
35761
35761
|
strict: 'log',
|
|
35762
|
+
validateSchema: 'log',
|
|
35762
35763
|
keywords: ['lime', 'many', 'inline'],
|
|
35763
35764
|
formats: {
|
|
35764
35765
|
integer: isInteger,
|