dap-design-system 0.60.2 → 0.60.3
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-CYRx8ecv.js → components-BGjhcNFT.js} +28 -30
- package/dist/{components-CYRx8ecv.js.map → components-BGjhcNFT.js.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +275 -275
- package/dist/manifest/vscode.html-custom-data.json +302 -302
- package/dist/manifest/web-types.json +894 -894
- package/dist/react/index.d.ts +8 -8
- package/dist/react-types.ts +8 -8
- package/dist/react.js +127 -127
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -20006,13 +20006,11 @@ let co = class extends T {
|
|
|
20006
20006
|
super(...arguments), this.disabled = !1, this._selected = !1;
|
|
20007
20007
|
}
|
|
20008
20008
|
firstUpdated() {
|
|
20009
|
-
|
|
20010
|
-
|
|
20011
|
-
|
|
20012
|
-
|
|
20013
|
-
|
|
20014
|
-
}
|
|
20015
|
-
);
|
|
20009
|
+
this.setAttribute("id", this.tabId);
|
|
20010
|
+
const e = this.parentElement;
|
|
20011
|
+
e == null || e.addEventListener("dds-tab-select", (t) => {
|
|
20012
|
+
t.detail && this.tabId === t.detail.tabId ? this._selected = !0 : this._selected && (this._selected = !1);
|
|
20013
|
+
}), (e == null ? void 0 : e.selectedTabId) === this.tabId && (this._selected = !0);
|
|
20016
20014
|
}
|
|
20017
20015
|
render() {
|
|
20018
20016
|
return $`<div
|
|
@@ -21952,10 +21950,10 @@ export {
|
|
|
21952
21950
|
un as T,
|
|
21953
21951
|
at as U,
|
|
21954
21952
|
ai as V,
|
|
21955
|
-
|
|
21956
|
-
|
|
21957
|
-
|
|
21958
|
-
|
|
21953
|
+
oe as W,
|
|
21954
|
+
ue as X,
|
|
21955
|
+
Na as Y,
|
|
21956
|
+
Vo as Z,
|
|
21959
21957
|
re as _,
|
|
21960
21958
|
Gt as a,
|
|
21961
21959
|
Er as a0,
|
|
@@ -21997,29 +21995,29 @@ export {
|
|
|
21997
21995
|
It as ar,
|
|
21998
21996
|
Ua as as,
|
|
21999
21997
|
ja as at,
|
|
22000
|
-
|
|
22001
|
-
|
|
22002
|
-
|
|
21998
|
+
Pt as au,
|
|
21999
|
+
dt as av,
|
|
22000
|
+
Ve as aw,
|
|
22003
22001
|
po as ax,
|
|
22004
22002
|
we as ay,
|
|
22005
22003
|
Mr as az,
|
|
22006
|
-
|
|
22007
|
-
|
|
22008
|
-
|
|
22009
|
-
|
|
22010
|
-
|
|
22011
|
-
|
|
22004
|
+
je as b,
|
|
22005
|
+
io as c,
|
|
22006
|
+
Oe as d,
|
|
22007
|
+
yi as e,
|
|
22008
|
+
Eo as f,
|
|
22009
|
+
eo as g,
|
|
22012
22010
|
ri as h,
|
|
22013
22011
|
Ot as i,
|
|
22014
|
-
|
|
22015
|
-
|
|
22016
|
-
|
|
22017
|
-
|
|
22018
|
-
|
|
22019
|
-
|
|
22020
|
-
|
|
22021
|
-
|
|
22022
|
-
|
|
22012
|
+
Yt as j,
|
|
22013
|
+
Lt as k,
|
|
22014
|
+
Zt as l,
|
|
22015
|
+
Oa as m,
|
|
22016
|
+
zr as n,
|
|
22017
|
+
Pi as o,
|
|
22018
|
+
Cr as p,
|
|
22019
|
+
To as q,
|
|
22020
|
+
ye as r,
|
|
22023
22021
|
Wt as s,
|
|
22024
22022
|
xe as t,
|
|
22025
22023
|
Ei as u,
|
|
@@ -22029,4 +22027,4 @@ export {
|
|
|
22029
22027
|
ee as y,
|
|
22030
22028
|
ki as z
|
|
22031
22029
|
};
|
|
22032
|
-
//# sourceMappingURL=components-
|
|
22030
|
+
//# sourceMappingURL=components-BGjhcNFT.js.map
|