@sbb-esta/lyne-elements-dev 5.0.1-dev.1781524766 → 5.0.1-dev.1781531443
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/core/mixins/form-associated-mixin.js +1 -1
- package/custom-elements.json +751 -5
- package/development/core/mixins/form-associated-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-mixin.js +3 -1
- package/development/date-input/date-input.component.d.ts +2 -2
- package/development/date-input/date-input.component.d.ts.map +1 -1
- package/development/date-input.component-DMNqiZ6l.js +1 -1
- package/package.json +2 -2
|
@@ -164,7 +164,7 @@ var o = (o) => (() => {
|
|
|
164
164
|
this.internals.setValidity(t, e), i && Object.defineProperty(this.internals.validity, "customError", {
|
|
165
165
|
value: this._validityStates.has("customError") || !!t.customError,
|
|
166
166
|
configurable: !0
|
|
167
|
-
});
|
|
167
|
+
}), this.dispatchEvent(new Event("validity"));
|
|
168
168
|
}
|
|
169
169
|
};
|
|
170
170
|
})();
|