@siemens/ix 0.0.0-pr-2155-20250924070505 → 0.0.0-pr-2155-20250924075220
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/components/ix-pane.js +8 -9
- package/components/ix-pane.js.map +1 -1
- package/dist/cjs/ix-pane.cjs.entry.js +8 -9
- package/dist/cjs/ix-pane.entry.cjs.js.map +1 -1
- package/dist/collection/components/pane/pane.css +6 -10
- package/dist/collection/components/pane/pane.js +7 -8
- package/dist/collection/components/pane/pane.js.map +1 -1
- package/dist/esm/ix-pane.entry.js +8 -9
- package/dist/esm/ix-pane.entry.js.map +1 -1
- package/dist/siemens-ix/ix-pane.entry.esm.js.map +1 -1
- package/dist/siemens-ix/p-162a1f2e.entry.js +2 -0
- package/dist/siemens-ix/p-162a1f2e.entry.js.map +1 -0
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/hydrate/index.js +7 -9
- package/hydrate/index.mjs +7 -9
- package/package.json +1 -1
- package/dist/siemens-ix/p-cfccad94.entry.js +0 -2
- package/dist/siemens-ix/p-cfccad94.entry.js.map +0 -1
package/hydrate/index.js
CHANGED
|
@@ -27659,7 +27659,7 @@ class Pagination {
|
|
|
27659
27659
|
}; }
|
|
27660
27660
|
}
|
|
27661
27661
|
|
|
27662
|
-
const paneCss = ":host(.floating-pane){--ix-pane--background:var(--theme-pane-floating--background);--ix-pane--border-color:var(--theme-pane-floating--border-color)}:host(.inline-pane){--ix-pane--background:var(--theme-pane-inline--background);--ix-pane--border-color:var(--theme-pane-inline--border-color);--ix-pane--color:var(--theme-pane-inline--color)
|
|
27662
|
+
const paneCss = ":host(.floating-pane){--ix-pane--background:var(--theme-pane-floating--background);--ix-pane--border-color:var(--theme-pane-floating--border-color);--ix-pane--color:var(--theme-pane-floating--color);--ix-pane--box-shadow:var(--theme-pane-floating--box-shadow)}:host(.inline-pane){--ix-pane--background:var(--theme-pane-inline--background);--ix-pane--border-color:var(--theme-pane-inline--border-color);--ix-pane--color:var(--theme-pane-inline--color);--ix-pane--box-shadow:var(--theme-pane-inline--box-shadow)}:host{display:flex;position:relative;overflow:hidden;box-sizing:border-box;box-shadow:var(--ix-pane--box-shadow);background-color:var(--ix-pane--background)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host aside{width:100%;height:100%}:host .pane-icon{color:var(--ix-pane--color)}:host .slot-header-content{display:inline-block;position:relative;max-height:2rem}:host .title-text{display:flex;align-items:center;gap:var(--theme-space-1);overflow:hidden}:host .title-text .title-text-overflow{width:100%;height:100%;display:contents}:host .title-text .title-text-overflow *{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host .header-gap{gap:var(--theme-space-1)}:host .top-bottom-pane{display:flex;flex-direction:column;flex-grow:1}:host .top-bottom-pane .title{display:flex;flex-direction:row;align-items:center;margin:var(--theme-space--1) var(--theme-space-2) var(--theme-space--1) var(--theme-space-2)}:host .top-bottom-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .top-bottom-pane .title-expanded{display:flex;flex-direction:row}:host .top-bottom-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane{display:flex;flex-grow:1}:host .left-right-pane .title{display:flex;flex-direction:column;align-items:center;margin:var(--theme-space-2) var(--theme-space--1) var(--theme-space-2) var(--theme-space--1)}:host .left-right-pane .title .title-text{flex-direction:row-reverse;justify-content:start;flex-direction:row}:host .left-right-pane .title .rotate{writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);flex-direction:row-reverse}:host .left-right-pane .title .rotate ix-icon{transform:rotate(90deg)}:host .left-right-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane .title-expanded{display:flex;flex-direction:row}:host .left-right-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane.expanded{flex-direction:column}:host .mobile-pane{display:flex;flex-direction:column;flex-grow:1}:host .mobile-pane .title-mobile{display:flex;flex-direction:row-reverse;justify-content:space-between;margin:var(--theme-space-1) var(--theme-space-2)}:host .side-pane-content{padding:var(--theme-space-1) var(--theme-space-2) var(--theme-space-3) var(--theme-space-2);overflow:auto;height:100%;width:100%}:host .slot-header{max-height:2rem;max-width:unset}:host .slot-header.rotate{max-height:unset;max-width:2rem}:host(.not-visible){display:none}:host(.nav-left-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.left-pane-border){border-right:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.right-pane-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-pane-border){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.bottom-pane-border){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-overlay){width:100%;position:absolute;z-index:100 !important}:host(.mobile-overlay) .side-pane-content{height:calc(100% - 2.5rem)}:host(.mobile-border-top){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-border-bottom){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-expanded){top:0}:host(.bottom-expanded){bottom:0}:host(.left-right-pane){height:100%}:host(.top-bottom-pane){width:100%}";
|
|
27663
27663
|
|
|
27664
27664
|
/**
|
|
27665
27665
|
* @slot header - Additional slot for the header content
|
|
@@ -28108,7 +28108,7 @@ class Pane {
|
|
|
28108
28108
|
}
|
|
28109
28109
|
render() {
|
|
28110
28110
|
const rotate = !this.expanded && !this.isMobile && this.isLeftRightPane;
|
|
28111
|
-
return (hAsync(Host, { key: '
|
|
28111
|
+
return (hAsync(Host, { key: 'd7b6bf1f122d955a9b87dc96f0d0b8b1ba2e7609', class: {
|
|
28112
28112
|
'floating-pane': this.floating,
|
|
28113
28113
|
'inline-pane': !this.floating,
|
|
28114
28114
|
'mobile-overlay': this.expanded && this.isMobile,
|
|
@@ -28131,31 +28131,29 @@ class Pane {
|
|
|
28131
28131
|
this.isMobile &&
|
|
28132
28132
|
!this.expanded &&
|
|
28133
28133
|
!this.floating,
|
|
28134
|
-
'box-shadow': this.floating,
|
|
28135
|
-
'aria-expanded': this.expanded,
|
|
28136
28134
|
'not-visible': this.hideOnCollapse && !this.expanded,
|
|
28137
|
-
} }, hAsync("aside", { key: '
|
|
28135
|
+
} }, hAsync("aside", { key: '55e4abcdfac19e4f62d681dbfcd628b5559866b2', id: `pane-${this.composition}`, class: {
|
|
28138
28136
|
'top-bottom-pane': this.isBottomTopPane && !this.isMobile,
|
|
28139
28137
|
'left-right-pane': this.isLeftRightPane && !this.isMobile,
|
|
28140
28138
|
'mobile-pane': this.isMobile,
|
|
28141
28139
|
expanded: this.expanded,
|
|
28142
|
-
} }, hAsync("div", { key: '
|
|
28140
|
+
}, "aria-expanded": a11yBoolean(this.expanded) }, hAsync("div", { key: '104ecf1b0b6d2e1bb2c11cf40639ac4cb30291fb', id: "title-div", class: {
|
|
28143
28141
|
title: !this.isMobile && !this.hideOnCollapse && !this.showContent,
|
|
28144
28142
|
'title-finished': !this.isMobile && !this.hideOnCollapse && this.showContent,
|
|
28145
28143
|
'title-expanded': !this.isMobile && !this.hideOnCollapse && this.expanded,
|
|
28146
28144
|
'title-hide-on-collapse': !this.isMobile && this.hideOnCollapse,
|
|
28147
28145
|
'title-mobile': this.isMobile,
|
|
28148
28146
|
'header-gap': !this.isMobile && !this.hideOnCollapse,
|
|
28149
|
-
} }, hAsync("ix-icon-button", { key: '
|
|
28147
|
+
} }, hAsync("ix-icon-button", { key: '6335f03d92bc032dc51f0a3721151b538c91364e', class: "title-icon", size: "24", icon: this.expanded
|
|
28150
28148
|
? this.isMobile || this.hideOnCollapse
|
|
28151
28149
|
? iconClose
|
|
28152
28150
|
: this.expandIcon
|
|
28153
28151
|
: this.minimizeIcon, iconColor: this.expanded && (this.isMobile || this.hideOnCollapse)
|
|
28154
28152
|
? 'color-soft-text'
|
|
28155
|
-
: undefined, variant: "subtle-tertiary", onClick: () => this.dispatchExpandedChangedEvent(), "aria-controls": `pane-${this.composition}`, "aria-label": this.ariaLabelCollapseCloseButton }), hAsync("div", { key: '
|
|
28153
|
+
: undefined, variant: "subtle-tertiary", onClick: () => this.dispatchExpandedChangedEvent(), "aria-controls": `pane-${this.composition}`, "aria-label": this.ariaLabelCollapseCloseButton }), hAsync("div", { key: '4a0fb9f5c893ee0640ac4164951482b7841295ce', class: {
|
|
28156
28154
|
'title-text': true,
|
|
28157
28155
|
rotate: rotate,
|
|
28158
|
-
} }, this.icon && (hAsync("ix-icon", { key: '
|
|
28156
|
+
} }, this.icon && (hAsync("ix-icon", { key: 'ff108611dd6975a82906f6d1502b4c8dbf95b6ad', class: "pane-icon", size: "24", name: this.icon, "aria-label": this.ariaLabelIcon })), hAsync("div", { key: 'b849799eaf0bb146350c10c4a778b8a5312215be', class: "title-text-overflow" }, hAsync("ix-typography", { key: '55473d50acbcf1c3bde664d85a525d7c43d7c8a5', format: "h4" }, this.heading)), this.expanded && (hAsync("div", { key: 'f364df8d91b9e2b0e8ece41c1fe28ae8fb0df43a', class: "slot-header" }, hAsync("slot", { key: 'fe08255c0cc3ad69e79b0deedfc0a51885a8857e', name: "header" }))))), hAsync("div", { key: '979b59b8c7805246f25e1f72615f76c1294a0df8', class: "side-pane-content", hidden: !this.showContent }, hAsync("slot", { key: '452d2d2067f83ee6bc9ce7d56b4533999dc7c33e' })))));
|
|
28159
28157
|
}
|
|
28160
28158
|
get hostElement() { return getElement(this); }
|
|
28161
28159
|
static get watchers() { return {
|
package/hydrate/index.mjs
CHANGED
|
@@ -27657,7 +27657,7 @@ class Pagination {
|
|
|
27657
27657
|
}; }
|
|
27658
27658
|
}
|
|
27659
27659
|
|
|
27660
|
-
const paneCss = ":host(.floating-pane){--ix-pane--background:var(--theme-pane-floating--background);--ix-pane--border-color:var(--theme-pane-floating--border-color)}:host(.inline-pane){--ix-pane--background:var(--theme-pane-inline--background);--ix-pane--border-color:var(--theme-pane-inline--border-color);--ix-pane--color:var(--theme-pane-inline--color)
|
|
27660
|
+
const paneCss = ":host(.floating-pane){--ix-pane--background:var(--theme-pane-floating--background);--ix-pane--border-color:var(--theme-pane-floating--border-color);--ix-pane--color:var(--theme-pane-floating--color);--ix-pane--box-shadow:var(--theme-pane-floating--box-shadow)}:host(.inline-pane){--ix-pane--background:var(--theme-pane-inline--background);--ix-pane--border-color:var(--theme-pane-inline--border-color);--ix-pane--color:var(--theme-pane-inline--color);--ix-pane--box-shadow:var(--theme-pane-inline--box-shadow)}:host{display:flex;position:relative;overflow:hidden;box-sizing:border-box;box-shadow:var(--ix-pane--box-shadow);background-color:var(--ix-pane--background)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host aside{width:100%;height:100%}:host .pane-icon{color:var(--ix-pane--color)}:host .slot-header-content{display:inline-block;position:relative;max-height:2rem}:host .title-text{display:flex;align-items:center;gap:var(--theme-space-1);overflow:hidden}:host .title-text .title-text-overflow{width:100%;height:100%;display:contents}:host .title-text .title-text-overflow *{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host .header-gap{gap:var(--theme-space-1)}:host .top-bottom-pane{display:flex;flex-direction:column;flex-grow:1}:host .top-bottom-pane .title{display:flex;flex-direction:row;align-items:center;margin:var(--theme-space--1) var(--theme-space-2) var(--theme-space--1) var(--theme-space-2)}:host .top-bottom-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .top-bottom-pane .title-expanded{display:flex;flex-direction:row}:host .top-bottom-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane{display:flex;flex-grow:1}:host .left-right-pane .title{display:flex;flex-direction:column;align-items:center;margin:var(--theme-space-2) var(--theme-space--1) var(--theme-space-2) var(--theme-space--1)}:host .left-right-pane .title .title-text{flex-direction:row-reverse;justify-content:start;flex-direction:row}:host .left-right-pane .title .rotate{writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);flex-direction:row-reverse}:host .left-right-pane .title .rotate ix-icon{transform:rotate(90deg)}:host .left-right-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane .title-expanded{display:flex;flex-direction:row}:host .left-right-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane.expanded{flex-direction:column}:host .mobile-pane{display:flex;flex-direction:column;flex-grow:1}:host .mobile-pane .title-mobile{display:flex;flex-direction:row-reverse;justify-content:space-between;margin:var(--theme-space-1) var(--theme-space-2)}:host .side-pane-content{padding:var(--theme-space-1) var(--theme-space-2) var(--theme-space-3) var(--theme-space-2);overflow:auto;height:100%;width:100%}:host .slot-header{max-height:2rem;max-width:unset}:host .slot-header.rotate{max-height:unset;max-width:2rem}:host(.not-visible){display:none}:host(.nav-left-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.left-pane-border){border-right:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.right-pane-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-pane-border){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.bottom-pane-border){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-overlay){width:100%;position:absolute;z-index:100 !important}:host(.mobile-overlay) .side-pane-content{height:calc(100% - 2.5rem)}:host(.mobile-border-top){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-border-bottom){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-expanded){top:0}:host(.bottom-expanded){bottom:0}:host(.left-right-pane){height:100%}:host(.top-bottom-pane){width:100%}";
|
|
27661
27661
|
|
|
27662
27662
|
/**
|
|
27663
27663
|
* @slot header - Additional slot for the header content
|
|
@@ -28106,7 +28106,7 @@ class Pane {
|
|
|
28106
28106
|
}
|
|
28107
28107
|
render() {
|
|
28108
28108
|
const rotate = !this.expanded && !this.isMobile && this.isLeftRightPane;
|
|
28109
|
-
return (hAsync(Host, { key: '
|
|
28109
|
+
return (hAsync(Host, { key: 'd7b6bf1f122d955a9b87dc96f0d0b8b1ba2e7609', class: {
|
|
28110
28110
|
'floating-pane': this.floating,
|
|
28111
28111
|
'inline-pane': !this.floating,
|
|
28112
28112
|
'mobile-overlay': this.expanded && this.isMobile,
|
|
@@ -28129,31 +28129,29 @@ class Pane {
|
|
|
28129
28129
|
this.isMobile &&
|
|
28130
28130
|
!this.expanded &&
|
|
28131
28131
|
!this.floating,
|
|
28132
|
-
'box-shadow': this.floating,
|
|
28133
|
-
'aria-expanded': this.expanded,
|
|
28134
28132
|
'not-visible': this.hideOnCollapse && !this.expanded,
|
|
28135
|
-
} }, hAsync("aside", { key: '
|
|
28133
|
+
} }, hAsync("aside", { key: '55e4abcdfac19e4f62d681dbfcd628b5559866b2', id: `pane-${this.composition}`, class: {
|
|
28136
28134
|
'top-bottom-pane': this.isBottomTopPane && !this.isMobile,
|
|
28137
28135
|
'left-right-pane': this.isLeftRightPane && !this.isMobile,
|
|
28138
28136
|
'mobile-pane': this.isMobile,
|
|
28139
28137
|
expanded: this.expanded,
|
|
28140
|
-
} }, hAsync("div", { key: '
|
|
28138
|
+
}, "aria-expanded": a11yBoolean(this.expanded) }, hAsync("div", { key: '104ecf1b0b6d2e1bb2c11cf40639ac4cb30291fb', id: "title-div", class: {
|
|
28141
28139
|
title: !this.isMobile && !this.hideOnCollapse && !this.showContent,
|
|
28142
28140
|
'title-finished': !this.isMobile && !this.hideOnCollapse && this.showContent,
|
|
28143
28141
|
'title-expanded': !this.isMobile && !this.hideOnCollapse && this.expanded,
|
|
28144
28142
|
'title-hide-on-collapse': !this.isMobile && this.hideOnCollapse,
|
|
28145
28143
|
'title-mobile': this.isMobile,
|
|
28146
28144
|
'header-gap': !this.isMobile && !this.hideOnCollapse,
|
|
28147
|
-
} }, hAsync("ix-icon-button", { key: '
|
|
28145
|
+
} }, hAsync("ix-icon-button", { key: '6335f03d92bc032dc51f0a3721151b538c91364e', class: "title-icon", size: "24", icon: this.expanded
|
|
28148
28146
|
? this.isMobile || this.hideOnCollapse
|
|
28149
28147
|
? iconClose
|
|
28150
28148
|
: this.expandIcon
|
|
28151
28149
|
: this.minimizeIcon, iconColor: this.expanded && (this.isMobile || this.hideOnCollapse)
|
|
28152
28150
|
? 'color-soft-text'
|
|
28153
|
-
: undefined, variant: "subtle-tertiary", onClick: () => this.dispatchExpandedChangedEvent(), "aria-controls": `pane-${this.composition}`, "aria-label": this.ariaLabelCollapseCloseButton }), hAsync("div", { key: '
|
|
28151
|
+
: undefined, variant: "subtle-tertiary", onClick: () => this.dispatchExpandedChangedEvent(), "aria-controls": `pane-${this.composition}`, "aria-label": this.ariaLabelCollapseCloseButton }), hAsync("div", { key: '4a0fb9f5c893ee0640ac4164951482b7841295ce', class: {
|
|
28154
28152
|
'title-text': true,
|
|
28155
28153
|
rotate: rotate,
|
|
28156
|
-
} }, this.icon && (hAsync("ix-icon", { key: '
|
|
28154
|
+
} }, this.icon && (hAsync("ix-icon", { key: 'ff108611dd6975a82906f6d1502b4c8dbf95b6ad', class: "pane-icon", size: "24", name: this.icon, "aria-label": this.ariaLabelIcon })), hAsync("div", { key: 'b849799eaf0bb146350c10c4a778b8a5312215be', class: "title-text-overflow" }, hAsync("ix-typography", { key: '55473d50acbcf1c3bde664d85a525d7c43d7c8a5', format: "h4" }, this.heading)), this.expanded && (hAsync("div", { key: 'f364df8d91b9e2b0e8ece41c1fe28ae8fb0df43a', class: "slot-header" }, hAsync("slot", { key: 'fe08255c0cc3ad69e79b0deedfc0a51885a8857e', name: "header" }))))), hAsync("div", { key: '979b59b8c7805246f25e1f72615f76c1294a0df8', class: "side-pane-content", hidden: !this.showContent }, hAsync("slot", { key: '452d2d2067f83ee6bc9ce7d56b4533999dc7c33e' })))));
|
|
28157
28155
|
}
|
|
28158
28156
|
get hostElement() { return getElement(this); }
|
|
28159
28157
|
static get watchers() { return {
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as t,c as e,h as i,H as s,g as a}from"./p-DGODjp4O.js";import{p as o,E as h,F as r,G as n,H as l}from"./p-Cz75KU1f.js";import{a as d}from"./p-DhE1t8Qh.js";import{A as p}from"./p-C5MWUgDN.js";import{a as c}from"./p-CzzcLSmV.js";import{m as b}from"./p-D_Hmobxf.js";import{a as m}from"./p-CKoABG1h.js";import"./p-BdCnOrqW.js";const f=":host(.floating-pane){--ix-pane--background:var(--theme-pane-floating--background);--ix-pane--border-color:var(--theme-pane-floating--border-color)}:host(.inline-pane){--ix-pane--background:var(--theme-pane-inline--background);--ix-pane--border-color:var(--theme-pane-inline--border-color);--ix-pane--color:var(--theme-pane-inline--color)}:host{background-color:var(--ix-pane--background);display:flex;position:relative;overflow:hidden;box-sizing:border-box}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host aside{width:100%;height:100%}:host .pane-icon{color:var(--ix-pane--color)}:host .slot-header-content{display:inline-block;position:relative;max-height:2rem}:host .title-text{display:flex;align-items:center;gap:var(--theme-space-1);overflow:hidden}:host .title-text .title-text-overflow{width:100%;height:100%;display:contents}:host .title-text .title-text-overflow *{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host .header-gap{gap:var(--theme-space-1)}:host .top-bottom-pane{display:flex;flex-direction:column;flex-grow:1}:host .top-bottom-pane .title{display:flex;flex-direction:row;align-items:center;margin:var(--theme-space--1) var(--theme-space-2) var(--theme-space--1) var(--theme-space-2)}:host .top-bottom-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .top-bottom-pane .title-expanded{display:flex;flex-direction:row}:host .top-bottom-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane{display:flex;flex-grow:1}:host .left-right-pane .title{display:flex;flex-direction:column;align-items:center;margin:var(--theme-space-2) var(--theme-space--1) var(--theme-space-2) var(--theme-space--1)}:host .left-right-pane .title .title-text{flex-direction:row-reverse;justify-content:start;flex-direction:row}:host .left-right-pane .title .rotate{writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);flex-direction:row-reverse}:host .left-right-pane .title .rotate ix-icon{transform:rotate(90deg)}:host .left-right-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane .title-expanded{display:flex;flex-direction:row}:host .left-right-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane.expanded{flex-direction:column}:host .mobile-pane{display:flex;flex-direction:column;flex-grow:1}:host .mobile-pane .title-mobile{display:flex;flex-direction:row-reverse;justify-content:space-between;margin:var(--theme-space-1) var(--theme-space-2)}:host .side-pane-content{padding:var(--theme-space-1) var(--theme-space-2);overflow:auto;height:100%;width:100%}:host .slot-header{max-height:2rem;max-width:unset}:host .slot-header.rotate{max-height:unset;max-width:2rem}:host(.not-visible){display:none}:host(.inline-pane){background-color:var(--ix-pane--background)}:host(.box-shadow){box-shadow:0 0 1rem black}:host(.nav-left-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.left-pane-border){border-right:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.right-pane-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-pane-border){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.bottom-pane-border){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-overlay){width:100%;position:absolute;z-index:100 !important}:host(.mobile-overlay) .side-pane-content{height:calc(100% - 2.5rem)}:host(.mobile-border-top){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-border-bottom){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-expanded){top:0}:host(.bottom-expanded){bottom:0}:host(.left-right-pane){height:100%}:host(.top-bottom-pane){width:100%}";const g=class{constructor(i){t(this,i);this.expandedChanged=e(this,"expandedChanged",7);this.variantChanged=e(this,"variantChanged",7);this.borderlessChanged=e(this,"borderlessChanged",7);this.hideOnCollapseChanged=e(this,"hideOnCollapseChanged",7);this.slotChanged=e(this,"slotChanged",7);this.variant="inline";this.hideOnCollapse=false;this.size="240px";this.borderless=false;this.expanded=false;this.composition="top";this.closeOnClickOutside=false;this.ignoreLayoutSettings=false;this.isMobile=false;this.expandIcon="";this.showContent=false;this.minimizeIcon="";this.floating=false;this.parentWidthPx=0;this.parentHeightPx=0;this.animations=new Map;this.animationCounter=0}get currentSlot(){return this.hostElement.getAttribute("slot")}get isBottomTopPane(){return this.composition==="bottom"||this.composition==="top"}get isLeftRightPane(){return this.composition==="left"||this.composition==="right"}get isMobileTop(){return this.composition==="top"||this.composition==="left"}disconnectedCallback(){var t,e,i;(t=this.mutationObserver)===null||t===void 0?void 0:t.disconnect();(e=this.resizeObserver)===null||e===void 0?void 0:e.disconnect();(i=this.disposableWindowClick)===null||i===void 0?void 0:i.call(this)}onExpandedChange(){var t;if(!this.closeOnClickOutside||!this.expanded){(t=this.disposableWindowClick)===null||t===void 0?void 0:t.call(this);return}this.disposableWindowClick=m(window,"click",(t=>{var e;const i=((e=t.composedPath)===null||e===void 0?void 0:e.call(t))||[];if(!i.includes(this.hostElement)){this.dispatchExpandedChangedEvent()}}))}componentWillLoad(){this.onExpandedChange();this.setIcons();this.floating=this.variant==="floating";if(this.expanded){this.onParentSizeChange()}this.isMobile=b("sm");c.onChange.on((()=>{this.isMobile=b("sm")}));if(this.currentSlot){this.setPosition(this.currentSlot)}this.mutationObserver=new MutationObserver((t=>{t.forEach((t=>{if(t.type==="attributes"&&t.attributeName==="slot"){const e=this.currentSlot;const i=t.oldValue;if(e!==i){this.slotChanged.emit({slot:i!==null&&i!==void 0?i:"",newSlot:e!==null&&e!==void 0?e:""});if(e){this.setPosition(e)}}}}))}));this.mutationObserver.observe(this.hostElement,{attributes:true,attributeOldValue:true});const t=this.hostElement.parentElement;this.resizeObserver=new ResizeObserver((t=>{this.parentWidthPx=t[0].borderBoxSize[0].inlineSize;this.parentHeightPx=t[0].borderBoxSize[0].blockSize}));if(t)this.resizeObserver.observe(t)}setPosition(t){if(g.validPositions.includes(t)){this.composition=t}}getExpandPaneSize(){let t;if(this.isBottomTopPane){if(this.size.includes("px")){const e=Math.round(this.parentHeightPx/2);const i=Number(this.size.replace("px",""));if(e&&e<i){t=`${e}px`}else{t=`${i}px`}}else{if(this.size==="50%"){t=`${Math.round(this.parentHeightPx/2)}px`}else{t=`${Math.round(this.parentHeightPx/3)}px`}}}else{if(this.size.includes("px")){const e=Math.round(this.parentWidthPx/2);const i=Number(this.size.replace("px",""));if(e&&e<i){t=`${e}px`}else{t=`${i}px`}}else{if(this.size==="50%"){t=`${Math.round(this.parentWidthPx/2)}px`}else{t=`${Math.round(this.parentWidthPx/3)}px`}}}return t}setIcons(){const{expandIcon:t,minimizeIcon:e}=this.getIconNames();this.expandIcon=t;this.minimizeIcon=e}getIconNames(){let t="";let e="";switch(this.composition){case"left":t=this.isMobile?h:l;e=this.isMobile?r:n;break;case"right":t=this.isMobile?r:n;e=this.isMobile?h:l;break;case"bottom":t=r;e=h;break;case"top":t=h;e=r;break}return{expandIcon:t,minimizeIcon:e}}getKey(){return(this.animationCounter++).toString()}animateVerticalFadeIn(t){let e=this.getKey();let i=d(this.hostElement,{duration:p.mediumTime,width:t,easing:"easeInOutSine",delay:0,begin:()=>{if(!this.expanded){this.showContent=false;this.animateVerticalPadding("0px")}else{this.animateVerticalPadding("8px")}},complete:()=>{if(this.expanded){this.showContent=true}this.animations.delete(e)}});this.animations.set(e,i)}animateHorizontalFadeIn(t){let e=this.getKey();let i=d(this.hostElement,{duration:p.mediumTime,height:t,easing:"easeInOutSine",delay:0,onBegin:()=>{if(!this.expanded){this.showContent=false;if(!this.isMobile)this.animateHorizontalPadding("0px")}else{if(!this.isMobile)this.animateHorizontalPadding("8px")}},onComplete:()=>{if(this.expanded){this.showContent=true}this.animations.delete(e)}});this.animations.set(e,i)}removePadding(){d(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:0,paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0,delay:0})}animateHorizontalPadding(t,e=p.mediumTime){let i=this.getKey();let s=d(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:e,paddingTop:t,paddingBottom:t,easing:"easeInOutSine",delay:0,onComplete:()=>{this.animations.delete(i)}});this.animations.set(i,s)}animateVerticalPadding(t,e=p.mediumTime){let i=this.getKey();let s=d(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:e,paddingLeft:t,paddingRight:t,easing:"easeInOutSine",delay:0,onComplete:()=>{this.animations.delete(i)}});this.animations.set(i,s)}clearAnimations(){this.animations.forEach((t=>t.pause()));this.animations.clear();this.animationCounter=0}onMobileChange(){this.setIcons();this.hostElement.style.removeProperty("width");this.hostElement.style.removeProperty("height");this.hostElement.style.removeProperty("min-height");this.onParentSizeChange()}onPositionChange(){this.setIcons();this.hostElement.style.removeProperty("width");this.hostElement.style.removeProperty("height");this.onParentSizeChange()}onHideOnCollapseChange(t){var e;this.onParentSizeChange();this.hideOnCollapseChanged.emit({slot:(e=this.currentSlot)!==null&&e!==void 0?e:"",hideOnCollapse:t})}onVariantChange(t){var e;this.floating=t==="floating";this.variantChanged.emit({slot:(e=this.currentSlot)!==null&&e!==void 0?e:"",variant:t})}onBorderlessChange(t){var e;this.borderlessChanged.emit({slot:(e=this.currentSlot)!==null&&e!==void 0?e:"",borderless:t})}dispatchExpandedChangedEvent(){var t;const e=this.expandedChanged.emit({slot:(t=this.currentSlot)!==null&&t!==void 0?t:"",expanded:!this.expanded});if(!e.defaultPrevented){this.expanded=!this.expanded}}onParentSizeChange(){this.clearAnimations();this.removePadding();if(this.expanded){if(this.isMobile){this.hostElement.style.height="100%"}else{const t=this.getExpandPaneSize();if(this.isBottomTopPane){this.hostElement.style.height=t;this.animateHorizontalPadding("8px",0)}else{this.hostElement.style.width=t;this.animateVerticalPadding("8px",0)}}this.showContent=true}else{this.showContent=false;if(this.isMobile){this.hostElement.style.height=this.hideOnCollapse?"0":g.collapsedPaneMobile}else{if(this.isBottomTopPane){this.hostElement.style.height=this.hideOnCollapse?"0":g.collapsedPane}else{this.hostElement.style.width=this.hideOnCollapse?"0":g.collapsedPane}}}}onSizeChange(){if(this.expanded){if(this.isMobile){this.hostElement.style.minHeight=this.hideOnCollapse?"0":g.collapsedPaneMobile;this.animateHorizontalFadeIn("100%")}else{const t=this.getExpandPaneSize();if(this.isBottomTopPane){this.hostElement.style.height=this.hideOnCollapse?"0":g.collapsedPane;this.animateHorizontalFadeIn(t)}else{this.hostElement.style.width=this.hideOnCollapse?"0":g.collapsedPane;this.animateVerticalFadeIn(t)}}}else{this.showContent=false;if(this.isMobile){this.hostElement.style.height=g.collapsedPaneMobile}else{if(this.isBottomTopPane){this.animateHorizontalFadeIn(g.collapsedPane)}else{this.animateVerticalFadeIn(g.collapsedPane)}}}}render(){const t=!this.expanded&&!this.isMobile&&this.isLeftRightPane;return i(s,{key:"6c4b264d023847bb11a4211097fabcc775a3afbd",class:{"floating-pane":this.floating,"inline-pane":!this.floating,"mobile-overlay":this.expanded&&this.isMobile,"top-expanded":this.expanded&&this.isMobileTop&&this.isMobile,"bottom-expanded":this.expanded&&!this.isMobileTop&&this.isMobile,"top-bottom-pane":this.isBottomTopPane&&!this.isMobile,"left-right-pane":this.isLeftRightPane&&!this.isMobile,[`${this.composition}-pane-border`]:!this.borderless&&!this.isMobile&&!this.floating,"nav-left-border":!this.borderless&&!this.isMobile&&this.composition!=="right"&&this.floating,"mobile-border-top":!this.borderless&&this.isMobileTop&&this.isMobile&&!this.expanded&&!this.floating,"mobile-border-bottom":!this.borderless&&!this.isMobileTop&&this.isMobile&&!this.expanded&&!this.floating,"box-shadow":this.floating,"aria-expanded":this.expanded,"not-visible":this.hideOnCollapse&&!this.expanded}},i("aside",{key:"54613b33ff0d79924ea2d36048702709d82ac59e",id:`pane-${this.composition}`,class:{"top-bottom-pane":this.isBottomTopPane&&!this.isMobile,"left-right-pane":this.isLeftRightPane&&!this.isMobile,"mobile-pane":this.isMobile,expanded:this.expanded}},i("div",{key:"bccb592b8adacafc0cfe02f0a7daea4d747ad8ad",id:"title-div",class:{title:!this.isMobile&&!this.hideOnCollapse&&!this.showContent,"title-finished":!this.isMobile&&!this.hideOnCollapse&&this.showContent,"title-expanded":!this.isMobile&&!this.hideOnCollapse&&this.expanded,"title-hide-on-collapse":!this.isMobile&&this.hideOnCollapse,"title-mobile":this.isMobile,"header-gap":!this.isMobile&&!this.hideOnCollapse}},i("ix-icon-button",{key:"22309f7ea098170f871e7fab85b2496472ba14aa",class:"title-icon",size:"24",icon:this.expanded?this.isMobile||this.hideOnCollapse?o:this.expandIcon:this.minimizeIcon,iconColor:this.expanded&&(this.isMobile||this.hideOnCollapse)?"color-soft-text":undefined,variant:"subtle-tertiary",onClick:()=>this.dispatchExpandedChangedEvent(),"aria-controls":`pane-${this.composition}`,"aria-label":this.ariaLabelCollapseCloseButton}),i("div",{key:"814bcfd5a85dabf2dad20280294a3c1bd61b4edd",class:{"title-text":true,rotate:t}},this.icon&&i("ix-icon",{key:"08410bf2de008293920445598503649bfbcfab2d",class:"pane-icon",size:"24",name:this.icon,"aria-label":this.ariaLabelIcon}),i("div",{key:"1b2fc960312bcfe29fbfc7398bc3ed658600421c",class:"title-text-overflow"},i("ix-typography",{key:"09badc26b0a58ab5ba3bae6252d63a5700d770f6",format:"h4"},this.heading)),this.expanded&&i("div",{key:"3a97704cab6d9885967aa1ef5e8fd97dbac4b20c",class:"slot-header"},i("slot",{key:"a94c79479cb03af4ed42e66e10261c1e8cc5058e",name:"header"})))),i("div",{key:"120762770bbd958d8158f8ff4cb11b11207a98b2",class:"side-pane-content",hidden:!this.showContent},i("slot",{key:"23ac28220b6f050ee96d1f7047af1b21f9761ca8"}))))}get hostElement(){return a(this)}static get watchers(){return{expanded:["onExpandedChange","onSizeChange"],isMobile:["onMobileChange"],composition:["onPositionChange"],hideOnCollapse:["onHideOnCollapseChange"],variant:["onVariantChange"],borderless:["onBorderlessChange"],parentHeightPx:["onParentSizeChange"],parentWidthPx:["onParentSizeChange"],size:["onSizeChange"]}}};g.validPositions=["top","left","bottom","right"];g.collapsedPane="40px";g.collapsedPaneMobile="48px";g.style=f;export{g as ix_pane};
|
|
2
|
-
//# sourceMappingURL=p-cfccad94.entry.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["registerInstance","createEvent","h","Host","getElement","iconClose","iconDoubleChevronUp","iconDoubleChevronDown","iconDoubleChevronRight","iconDoubleChevronLeft","animate","Animation","applicationLayoutService","matchBreakpoint","addDisposableEventListener","paneCss","Pane","constructor","hostRef","this","expandedChanged","variantChanged","borderlessChanged","hideOnCollapseChanged","slotChanged","variant","hideOnCollapse","size","borderless","expanded","composition","closeOnClickOutside","ignoreLayoutSettings","isMobile","expandIcon","showContent","minimizeIcon","floating","parentWidthPx","parentHeightPx","animations","Map","animationCounter","currentSlot","hostElement","getAttribute","isBottomTopPane","isLeftRightPane","isMobileTop","disconnectedCallback","_a","_b","_c","mutationObserver","disconnect","resizeObserver","disposableWindowClick","call","onExpandedChange","window","event","path","composedPath","includes","dispatchExpandedChangedEvent","componentWillLoad","setIcons","onParentSizeChange","onChange","on","setPosition","MutationObserver","mutations","forEach","mutation","type","attributeName","newSlot","oldSlot","oldValue","emit","slot","observe","attributes","attributeOldValue","parentElement","ResizeObserver","entries","borderBoxSize","inlineSize","blockSize","value","validPositions","getExpandPaneSize","expandPaneSize","referenceValue","Math","round","currentValue","Number","replace","getIconNames","getKey","toString","animateVerticalFadeIn","key","animation","duration","mediumTime","width","easing","delay","begin","animateVerticalPadding","complete","delete","set","animateHorizontalFadeIn","height","onBegin","animateHorizontalPadding","onComplete","removePadding","shadowRoot","querySelector","paddingTop","paddingBottom","paddingLeft","paddingRight","clearAnimations","pause","clear","onMobileChange","style","removeProperty","onPositionChange","onHideOnCollapseChange","onVariantChange","onBorderlessChange","defaultPrevented","collapsedPaneMobile","collapsedPane","onSizeChange","minHeight","render","rotate","class","id","title","icon","iconColor","undefined","onClick","ariaLabelCollapseCloseButton","name","ariaLabelIcon","format","heading","hidden","watchers"],"sources":["0"],"mappings":"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","ignoreList":[]}
|