dap-design-system 0.56.1 → 0.56.2
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-DbfOkrus.js → components-DtNvQM0v.js} +19 -19
- package/dist/{components-DbfOkrus.js.map → components-DtNvQM0v.js.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +274 -274
- package/dist/manifest/vscode.html-custom-data.json +170 -170
- package/dist/manifest/web-types.json +520 -520
- package/dist/react/index.d.ts +8 -8
- package/dist/react-types.ts +8 -8
- package/dist/react.js +106 -106
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -17518,10 +17518,10 @@ let Pt = class extends Xa {
|
|
|
17518
17518
|
e.key === "Enter" && (e.preventDefault(), HTMLElement.prototype.click.apply(this));
|
|
17519
17519
|
}, Pt.nextId++;
|
|
17520
17520
|
const t = typeof crypto != "undefined" && crypto.randomUUID ? crypto.randomUUID().slice(0, 8) : Date.now().toString(36);
|
|
17521
|
-
this.inputId = `input-${Pt.nextId}-${t}`, this.labelId = `label-${Pt.nextId}-${t}`, this.descriptionId = `description-${Pt.nextId}-${t}`, this.feedbackId = `feedback-${Pt.nextId}-${t}`, this.internals.role = "radio"
|
|
17521
|
+
this.inputId = `input-${Pt.nextId}-${t}`, this.labelId = `label-${Pt.nextId}-${t}`, this.descriptionId = `description-${Pt.nextId}-${t}`, this.feedbackId = `feedback-${Pt.nextId}-${t}`, this.internals.role = "radio";
|
|
17522
17522
|
}
|
|
17523
17523
|
connectedCallback() {
|
|
17524
|
-
super.connectedCallback(), this.addEventListener("focus", this.onFocus), this.addEventListener("blur", this.onBlur), this.addEventListener("keydown", this._onHostKeydown);
|
|
17524
|
+
super.connectedCallback(), this.setAttribute("role", "radio"), this.addEventListener("focus", this.onFocus), this.addEventListener("blur", this.onBlur), this.addEventListener("keydown", this._onHostKeydown);
|
|
17525
17525
|
}
|
|
17526
17526
|
disconnectedCallback() {
|
|
17527
17527
|
super.disconnectedCallback(), this.removeEventListener("focus", this.onFocus), this.removeEventListener("blur", this.onBlur), this.removeEventListener("keydown", this._onHostKeydown);
|
|
@@ -21499,7 +21499,7 @@ export {
|
|
|
21499
21499
|
Mi as A,
|
|
21500
21500
|
To as B,
|
|
21501
21501
|
Pa as C,
|
|
21502
|
-
|
|
21502
|
+
Qi as D,
|
|
21503
21503
|
Ir as E,
|
|
21504
21504
|
W as F,
|
|
21505
21505
|
tt as G,
|
|
@@ -21565,28 +21565,28 @@ export {
|
|
|
21565
21565
|
ja as at,
|
|
21566
21566
|
Gt as au,
|
|
21567
21567
|
dt as av,
|
|
21568
|
-
|
|
21569
|
-
|
|
21568
|
+
Me as aw,
|
|
21569
|
+
co as ax,
|
|
21570
21570
|
me as ay,
|
|
21571
21571
|
Pr as az,
|
|
21572
|
-
|
|
21573
|
-
|
|
21574
|
-
|
|
21575
|
-
|
|
21576
|
-
|
|
21577
|
-
|
|
21572
|
+
Us as b,
|
|
21573
|
+
to as c,
|
|
21574
|
+
He as d,
|
|
21575
|
+
vi as e,
|
|
21576
|
+
Eo as f,
|
|
21577
|
+
Be as g,
|
|
21578
21578
|
ii as h,
|
|
21579
21579
|
Ot as i,
|
|
21580
21580
|
qt as j,
|
|
21581
21581
|
Mt as k,
|
|
21582
21582
|
Xt as l,
|
|
21583
|
-
|
|
21584
|
-
|
|
21585
|
-
|
|
21586
|
-
|
|
21587
|
-
|
|
21588
|
-
|
|
21589
|
-
|
|
21583
|
+
jt as m,
|
|
21584
|
+
Ia as n,
|
|
21585
|
+
$r as o,
|
|
21586
|
+
Li as p,
|
|
21587
|
+
Sr as q,
|
|
21588
|
+
Po as r,
|
|
21589
|
+
ve as s,
|
|
21590
21590
|
Ce as t,
|
|
21591
21591
|
Ei as u,
|
|
21592
21592
|
De as v,
|
|
@@ -21595,4 +21595,4 @@ export {
|
|
|
21595
21595
|
Qt as y,
|
|
21596
21596
|
wi as z
|
|
21597
21597
|
};
|
|
21598
|
-
//# sourceMappingURL=components-
|
|
21598
|
+
//# sourceMappingURL=components-DtNvQM0v.js.map
|