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.
- package/dist/components/checkbox/checkbox.component.d.ts +1 -0
- package/dist/{components-I_1pevVu.js → components-BU8-Zde_.js} +16 -7
- package/dist/components-BU8-Zde_.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +171 -171
- package/dist/manifest/vscode.html-custom-data.json +207 -207
- package/dist/manifest/web-types.json +252 -252
- package/dist/react/index.d.ts +7 -7
- package/dist/react-types.ts +8 -8
- package/dist/react.js +191 -191
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-I_1pevVu.js.map +0 -1
|
@@ -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
|
-
|
|
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
|
-
|
|
21634
|
+
Be as b,
|
|
21626
21635
|
eo as c,
|
|
21627
|
-
|
|
21628
|
-
|
|
21629
|
-
|
|
21630
|
-
|
|
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-
|
|
21660
|
+
//# sourceMappingURL=components-BU8-Zde_.js.map
|