dap-design-system 0.57.3 → 0.57.4

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.
@@ -148,5 +148,6 @@ export default class DapDSCheckbox extends LabeledChoiceElement {
148
148
  * @private
149
149
  */
150
150
  handleInvalid(event: Event): void;
151
+ setValidity(): void;
151
152
  render(): import('lit-html').TemplateResult;
152
153
  }
@@ -5786,6 +5786,15 @@ let jt = class extends Xa {
5786
5786
  handleInvalid(t) {
5787
5787
  t.preventDefault(), this.invalid || (this.invalid = !0);
5788
5788
  }
5789
+ setValidity() {
5790
+ if (!this.innerInput) return;
5791
+ const { valid: t } = this.innerInput.validity;
5792
+ t ? (this.invalid = !1, this.internals.setValidity({})) : this.internals.setValidity(
5793
+ this.innerInput.validity,
5794
+ this.validationMessage,
5795
+ this.innerInput
5796
+ );
5797
+ }
5789
5798
  render() {
5790
5799
  return b`
5791
5800
  <div part="base">
@@ -21576,7 +21585,7 @@ export {
21576
21585
  Na as Y,
21577
21586
  Ro as Z,
21578
21587
  ie as _,
21579
- Be as a,
21588
+ Eo as a,
21580
21589
  Ar as a0,
21581
21590
  zt as a1,
21582
21591
  Lr as a2,
@@ -21622,12 +21631,12 @@ export {
21622
21631
  po as ax,
21623
21632
  me as ay,
21624
21633
  Pr as az,
21625
- Ut as b,
21634
+ Be as b,
21626
21635
  eo as c,
21627
- He as d,
21628
- to as e,
21629
- vi as f,
21630
- Eo as g,
21636
+ to as d,
21637
+ He as e,
21638
+ Ut as f,
21639
+ vi as g,
21631
21640
  ii as h,
21632
21641
  Ot as i,
21633
21642
  qt as j,
@@ -21648,4 +21657,4 @@ export {
21648
21657
  Qt as y,
21649
21658
  wi as z
21650
21659
  };
21651
- //# sourceMappingURL=components-I_1pevVu.js.map
21660
+ //# sourceMappingURL=components-BU8-Zde_.js.map