@odx/foundation 1.0.0-beta.6 → 1.0.0-beta.7
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.
|
@@ -9,7 +9,6 @@ declare global {
|
|
|
9
9
|
declare const OdxAccordionHeader_base: import('../../lib/main.js').Constructor<CanBeExpanded> & typeof CustomElement;
|
|
10
10
|
export declare class OdxAccordionHeader extends OdxAccordionHeader_base {
|
|
11
11
|
#private;
|
|
12
|
-
static shadowRootOptions: ShadowRootInit;
|
|
13
12
|
get panel(): OdxAccordionPanel | null;
|
|
14
13
|
connectedCallback(): void;
|
|
15
14
|
protected render(): TemplateResult;
|
package/dist/components.js
CHANGED
|
@@ -44,7 +44,6 @@ let OdxAccordionHeader = class extends CanBeExpanded(CustomElement) {
|
|
|
44
44
|
return this.nextElementSibling;
|
|
45
45
|
}
|
|
46
46
|
connectedCallback() {
|
|
47
|
-
this.tabIndex = 0;
|
|
48
47
|
super.connectedCallback();
|
|
49
48
|
this.id ||= getUniqueId(this.localName);
|
|
50
49
|
this.role ||= "button";
|
|
@@ -76,10 +75,6 @@ updateAriaAttributes_fn$3 = function() {
|
|
|
76
75
|
this.panel.hidden = this.disabled || !this.expanded;
|
|
77
76
|
this.panel.setAttribute("aria-labelledby", this.id);
|
|
78
77
|
};
|
|
79
|
-
OdxAccordionHeader.shadowRootOptions = {
|
|
80
|
-
...CustomElement.shadowRootOptions,
|
|
81
|
-
delegatesFocus: true
|
|
82
|
-
};
|
|
83
78
|
OdxAccordionHeader = __decorateClass$1m([
|
|
84
79
|
customElement("odx-accordion-header", [styles$1a])
|
|
85
80
|
], OdxAccordionHeader);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odx/foundation",
|
|
3
3
|
"description": "A library of Web Component building blocks for ODX",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.7",
|
|
5
5
|
"author": "Drägerwerk AG & Co.KGaA",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"homepage": "https://odx.draeger.com",
|