@solid-design-system/components 3.23.2 → 3.23.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/es/dialog.js +1 -1
- package/dist/components/es/drawer.js +1 -1
- package/dist/components/umd/solid-components.js +1 -1
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/dialog/dialog.js +3 -3
- package/dist/package/components/drawer/drawer.d.ts +1 -0
- package/dist/package/components/drawer/drawer.js +9 -1
- package/dist/versioned-components/es/accordion-group.js +1 -1
- package/dist/versioned-components/es/accordion.js +1 -1
- package/dist/versioned-components/es/audio.js +1 -1
- package/dist/versioned-components/es/badge.js +1 -1
- package/dist/versioned-components/es/brandshape.js +1 -1
- package/dist/versioned-components/es/button.js +1 -1
- package/dist/versioned-components/es/carousel-item.js +1 -1
- package/dist/versioned-components/es/carousel.js +3 -3
- package/dist/versioned-components/es/checkbox-group.js +1 -1
- package/dist/versioned-components/es/checkbox.js +1 -1
- package/dist/versioned-components/es/combobox.js +4 -4
- package/dist/versioned-components/es/dialog.js +1 -1
- package/dist/versioned-components/es/divider.js +1 -1
- package/dist/versioned-components/es/drawer.js +1 -1
- package/dist/versioned-components/es/dropdown.js +1 -1
- package/dist/versioned-components/es/expandable.js +1 -1
- package/dist/versioned-components/es/flipcard.js +1 -1
- package/dist/versioned-components/es/form.js +1 -1
- package/dist/versioned-components/es/header.js +1 -1
- package/dist/versioned-components/es/icon.js +1 -1
- package/dist/versioned-components/es/include.js +1 -1
- package/dist/versioned-components/es/input.js +1 -1
- package/dist/versioned-components/es/link.js +1 -1
- package/dist/versioned-components/es/map-marker.js +1 -1
- package/dist/versioned-components/es/navigation-item.js +1 -1
- package/dist/versioned-components/es/notification.js +1 -1
- package/dist/versioned-components/es/optgroup.js +1 -1
- package/dist/versioned-components/es/option.js +1 -1
- package/dist/versioned-components/es/quickfact.js +1 -1
- package/dist/versioned-components/es/radio-button.js +1 -1
- package/dist/versioned-components/es/radio-group.js +1 -1
- package/dist/versioned-components/es/radio.js +1 -1
- package/dist/versioned-components/es/scrollable.js +1 -1
- package/dist/versioned-components/es/select.js +4 -4
- package/dist/versioned-components/es/solid-components2.js +1 -1
- package/dist/versioned-components/es/spinner.js +1 -1
- package/dist/versioned-components/es/step-group.js +1 -1
- package/dist/versioned-components/es/step.js +1 -1
- package/dist/versioned-components/es/switch.js +1 -1
- package/dist/versioned-components/es/tab-group.js +1 -1
- package/dist/versioned-components/es/tab-panel.js +1 -1
- package/dist/versioned-components/es/tab.js +1 -1
- package/dist/versioned-components/es/tag.js +1 -1
- package/dist/versioned-components/es/teaser-media.js +1 -1
- package/dist/versioned-components/es/teaser.js +1 -1
- package/dist/versioned-components/es/textarea.js +1 -1
- package/dist/versioned-components/es/tooltip.js +2 -2
- package/dist/versioned-components/es/utils.js +1 -1
- package/dist/versioned-components/es/video.js +1 -1
- package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
- package/dist/versioned-package/_components/button-group/button-group.js +11 -11
- package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
- package/dist/versioned-package/components/accordion/accordion.js +2 -2
- package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
- package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
- package/dist/versioned-package/components/audio/audio.d.ts +1 -1
- package/dist/versioned-package/components/audio/audio.js +6 -6
- package/dist/versioned-package/components/badge/badge.d.ts +1 -1
- package/dist/versioned-package/components/badge/badge.js +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
- package/dist/versioned-package/components/button/button.d.ts +1 -1
- package/dist/versioned-package/components/button/button.js +4 -4
- package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
- package/dist/versioned-package/components/carousel/carousel.js +6 -6
- package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
- package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
- package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
- package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
- package/dist/versioned-package/components/combobox/combobox.d.ts +4 -4
- package/dist/versioned-package/components/combobox/combobox.js +26 -26
- package/dist/versioned-package/components/combobox/utils.js +2 -2
- package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
- package/dist/versioned-package/components/dialog/dialog.js +4 -4
- package/dist/versioned-package/components/divider/divider.d.ts +1 -1
- package/dist/versioned-package/components/divider/divider.js +2 -2
- package/dist/versioned-package/components/drawer/drawer.d.ts +2 -1
- package/dist/versioned-package/components/drawer/drawer.js +11 -3
- package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
- package/dist/versioned-package/components/dropdown/dropdown.js +9 -9
- package/dist/versioned-package/components/expandable/expandable.d.ts +1 -1
- package/dist/versioned-package/components/expandable/expandable.js +2 -2
- package/dist/versioned-package/components/flipcard/flipcard.d.ts +1 -1
- package/dist/versioned-package/components/flipcard/flipcard.js +1 -1
- package/dist/versioned-package/components/header/header.d.ts +1 -1
- package/dist/versioned-package/components/header/header.js +4 -4
- package/dist/versioned-package/components/icon/icon.d.ts +1 -1
- package/dist/versioned-package/components/icon/icon.js +1 -1
- package/dist/versioned-package/components/include/include.d.ts +1 -1
- package/dist/versioned-package/components/include/include.js +1 -1
- package/dist/versioned-package/components/input/input.d.ts +1 -1
- package/dist/versioned-package/components/input/input.js +3 -3
- package/dist/versioned-package/components/link/link.d.ts +1 -1
- package/dist/versioned-package/components/link/link.js +2 -2
- package/dist/versioned-package/components/map-marker/map-marker.d.ts +1 -1
- package/dist/versioned-package/components/map-marker/map-marker.js +1 -1
- package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
- package/dist/versioned-package/components/navigation-item/navigation-item.js +5 -5
- package/dist/versioned-package/components/notification/notification.d.ts +1 -1
- package/dist/versioned-package/components/notification/notification.js +5 -5
- package/dist/versioned-package/components/optgroup/optgroup.d.ts +2 -2
- package/dist/versioned-package/components/optgroup/optgroup.js +5 -5
- package/dist/versioned-package/components/option/option.d.ts +1 -1
- package/dist/versioned-package/components/option/option.js +2 -2
- package/dist/versioned-package/components/popup/popup.d.ts +1 -1
- package/dist/versioned-package/components/popup/popup.js +1 -1
- package/dist/versioned-package/components/quickfact/quickfact.d.ts +1 -1
- package/dist/versioned-package/components/quickfact/quickfact.js +2 -2
- package/dist/versioned-package/components/radio/radio.d.ts +1 -1
- package/dist/versioned-package/components/radio/radio.js +2 -2
- package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
- package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
- package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
- package/dist/versioned-package/components/radio-group/radio-group.js +13 -13
- package/dist/versioned-package/components/scrollable/scrollable.d.ts +1 -1
- package/dist/versioned-package/components/scrollable/scrollable.js +3 -3
- package/dist/versioned-package/components/select/select.d.ts +4 -4
- package/dist/versioned-package/components/select/select.js +29 -29
- package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
- package/dist/versioned-package/components/spinner/spinner.js +1 -1
- package/dist/versioned-package/components/step/step.d.ts +1 -1
- package/dist/versioned-package/components/step/step.js +2 -2
- package/dist/versioned-package/components/step-group/step-group.d.ts +1 -1
- package/dist/versioned-package/components/step-group/step-group.js +2 -2
- package/dist/versioned-package/components/switch/switch.d.ts +1 -1
- package/dist/versioned-package/components/switch/switch.js +1 -1
- package/dist/versioned-package/components/tab/tab.d.ts +1 -1
- package/dist/versioned-package/components/tab/tab.js +2 -2
- package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
- package/dist/versioned-package/components/tab-group/tab-group.js +13 -13
- package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
- package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
- package/dist/versioned-package/components/tag/tag.d.ts +1 -1
- package/dist/versioned-package/components/tag/tag.js +2 -2
- package/dist/versioned-package/components/teaser/teaser.js +1 -1
- package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
- package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
- package/dist/versioned-package/components/textarea/textarea.js +2 -2
- package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
- package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
- package/dist/versioned-package/components/video/video.d.ts +1 -1
- package/dist/versioned-package/components/video/video.js +2 -2
- package/dist/versioned-package/internal/form.js +3 -3
- package/dist/versioned-package/styles/headline/headline.css.js +1 -1
- package/dist/versioned-package/utilities/autocomplete-config.js +4 -4
- package/dist/versioned-styles/solid-styles.css +1 -1
- package/dist/vscode.html-custom-data.json +47 -47
- package/dist/web-types.json +48 -48
- package/package.json +1 -1
@@ -278,13 +278,13 @@ let SdInput = class extends SolidElement {
|
|
278
278
|
"min-w-0 flex-grow focus:outline-none bg-transparent placeholder-neutral-700",
|
279
279
|
this.size === "sm" ? "h-6" : "h-8",
|
280
280
|
textSize
|
281
|
-
)}" type="${this.type === "password" && this.passwordVisible ? "text" : this.type}" title="${this.title}" name="${ifDefined(this.name)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${ifDefined(this.placeholder)}" minlength="${ifDefined(this.minlength)}" maxlength="${ifDefined(this.maxlength)}" min="${ifDefined(this.min)}" max="${ifDefined(this.max)}" step="${ifDefined(this.step)}" .value="${live(this.value)}" autocapitalize="${ifDefined(this.type === "password" ? "off" : this.autocapitalize)}" autocomplete="${ifDefined(this.type === "password" ? "off" : this.autocomplete)}" autocorrect="${ifDefined(this.type === "password" ? "off" : this.autocorrect)}" ?autofocus="${this.autofocus}" spellcheck="${this.spellcheck}" pattern="${ifDefined(this.pattern)}" enterkeyhint="${ifDefined(this.enterkeyhint)}" inputmode="${ifDefined(this.inputmode)}" aria-describedby="help-text invalid-message" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @keydown="${this.handleKeyDown}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"> ${hasClearIcon ? html`<button part="clear-button" class="${cx("flex justify-center ", iconMarginLeft)}" type="button" aria-label="${this.localize.term("clearEntry")}" @click="${this.handleClearClick}" tabindex="-1"><slot name="clear-icon"><sd-3-23-
|
281
|
+
)}" type="${this.type === "password" && this.passwordVisible ? "text" : this.type}" title="${this.title}" name="${ifDefined(this.name)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${ifDefined(this.placeholder)}" minlength="${ifDefined(this.minlength)}" maxlength="${ifDefined(this.maxlength)}" min="${ifDefined(this.min)}" max="${ifDefined(this.max)}" step="${ifDefined(this.step)}" .value="${live(this.value)}" autocapitalize="${ifDefined(this.type === "password" ? "off" : this.autocapitalize)}" autocomplete="${ifDefined(this.type === "password" ? "off" : this.autocomplete)}" autocorrect="${ifDefined(this.type === "password" ? "off" : this.autocorrect)}" ?autofocus="${this.autofocus}" spellcheck="${this.spellcheck}" pattern="${ifDefined(this.pattern)}" enterkeyhint="${ifDefined(this.enterkeyhint)}" inputmode="${ifDefined(this.inputmode)}" aria-describedby="help-text invalid-message" @change="${this.handleChange}" @input="${this.handleInput}" @invalid="${this.handleInvalid}" @keydown="${this.handleKeyDown}" @focus="${this.handleFocus}" @blur="${this.handleBlur}"> ${hasClearIcon ? html`<button part="clear-button" class="${cx("flex justify-center ", iconMarginLeft)}" type="button" aria-label="${this.localize.term("clearEntry")}" @click="${this.handleClearClick}" tabindex="-1"><slot name="clear-icon"><sd-3-23-4-icon class="${cx("icon-fill-neutral-800", iconSize)}" library="system" name="closing-round"></sd-3-23-4-icon></slot></button>` : ""} ${this.passwordToggle && this.type === "password" ? html`<button aria-label="${this.localize.term(this.passwordVisible ? "hidePassword" : "showPassword")}" part="password-toggle-button" class="flex items-center" type="button" @click="${this.handlePasswordToggle}" tabindex="-1">${this.passwordVisible ? html`<slot name="show-password-icon"><sd-3-23-4-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye"></sd-3-23-4-icon></slot>` : html`<slot name="hide-password-icon"><sd-3-23-4-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="eye-crossed-out"></sd-3-23-4-icon></slot>`}</button>` : ""} ${(this.type === "date" || this.type === "datetime-local") && !isFirefox ? html`<sd-3-23-4-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="calendar"></sd-3-23-4-icon>` : ""} ${this.type === "time" ? html`<sd-3-23-4-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="clock"></sd-3-23-4-icon>` : ""} ${this.type === "search" ? html`<button class="flex items-center" type="button" tabindex="-1"><sd-3-23-4-icon class="${cx(iconColor, iconMarginLeft, iconSize)}" library="system" name="magnifying-glass"></sd-3-23-4-icon></button>` : ""} ${this.showInvalidStyle ? html`<sd-3-23-4-icon part="invalid-icon" class="${cx("text-error", iconMarginLeft, iconSize)}" library="system" name="risk"></sd-3-23-4-icon>` : ""} ${this.showValidStyle && this.styleOnValid ? html`<sd-3-23-4-icon class="${cx("text-success flex-shrink-0", iconMarginLeft, iconSize)}" library="system" name="status-check" part="valid-icon"></sd-3-23-4-icon>` : ""} ${slots["right"] ? html`<slot name="right" part="right" class="${cx("inline-flex", iconColor, iconMarginLeft, iconSize)}"></slot>` : ""} ${this.type === "number" && this.spinButtons ? html`<div part="stepper" class="flex items-center"><button part="decrement-number-stepper" class="stepper-button flex" type="button" ?disabled="${this.isDecrementDisabled()}" aria-hidden="true" ${longPress({ start: () => this.handleStepDown(), end: () => this.handleChange() })} tabindex="-1"><slot name="decrement-number-stepper"><sd-3-23-4-icon name="system/minus-circle" label="Decrease value" class="${cx(iconColor, iconMarginLeft, iconSize)}"></sd-3-23-4-icon></slot></button> <button part="increment-number-stepper" class="stepper-button flex" type="button" ?disabled="${this.isIncrementDisabled()}" aria-hidden="true" ${longPress({ start: () => this.handleStepUp(), end: () => this.handleChange() })} tabindex="-1"><slot name="increment-number-stepper"><sd-3-23-4-icon name="system/plus-circle" label="Decrease value" class="${cx(iconColor, iconMarginLeft, iconSize)}"></sd-3-23-4-icon></slot></button></div>` : ""}</div></div><slot name="help-text" part="form-control-help-text" id="help-text" class="${cx("text-sm text-neutral-700", hasHelpText ? "block" : "hidden")}" aria-hidden="${!hasHelpText}">${this.helpText}</slot></div>${this.formControlController.renderInvalidMessage()}`;
|
282
282
|
}
|
283
283
|
};
|
284
284
|
SdInput.styles = [
|
285
285
|
componentStyles,
|
286
286
|
SolidElement.styles,
|
287
|
-
css`:host{position:relative;box-sizing:border-box;display:inline-block;width:100%;text-align:left}:host([vertical]){display:block}:host([required]) #label::after{content:' *'}details summary::-webkit-details-marker{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=time]::-webkit-calendar-picker-indicator{background:0 0}details summary::-webkit-details-marker,input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.stepper-button[disabled] sd-3-23-
|
287
|
+
css`:host{position:relative;box-sizing:border-box;display:inline-block;width:100%;text-align:left}:host([vertical]){display:block}:host([required]) #label::after{content:' *'}details summary::-webkit-details-marker{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=time]::-webkit-calendar-picker-indicator{background:0 0}details summary::-webkit-details-marker,input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.stepper-button[disabled] sd-3-23-4-icon{--tw-text-opacity:1;color:rgb(var(--sd-color-neutral-500,174 174 174) / var(--tw-text-opacity))}`
|
288
288
|
];
|
289
289
|
__decorateClass([
|
290
290
|
query("#input")
|
@@ -411,7 +411,7 @@ __decorateClass([
|
|
411
411
|
watch("value", { waitUntilFirstUpdate: true })
|
412
412
|
], SdInput.prototype, "handleValueChange", 1);
|
413
413
|
SdInput = __decorateClass([
|
414
|
-
customElement("sd-3-23-
|
414
|
+
customElement("sd-3-23-4-input")
|
415
415
|
], SdInput);
|
416
416
|
export {
|
417
417
|
SdInput as default
|
@@ -76,7 +76,7 @@ let SdLink = class extends SolidElement {
|
|
76
76
|
};
|
77
77
|
SdLink.styles = [
|
78
78
|
SolidElement.styles,
|
79
|
-
css`::slotted(sd-3-23-
|
79
|
+
css`::slotted(sd-3-23-4-icon){font-size:1.25em;margin-bottom:-.25em}:host([size=sm][standalone]) ::slotted(sd-3-23-4-icon){font-size:var(--sd-font-size-base,1rem)}:host([size=lg][standalone]) ::slotted(sd-3-23-4-icon){font-size:var(--sd-font-size-xl,1.5rem)}`
|
80
80
|
];
|
81
81
|
__decorateClass([
|
82
82
|
query("a")
|
@@ -100,7 +100,7 @@ __decorateClass([
|
|
100
100
|
property()
|
101
101
|
], SdLink.prototype, "download", 2);
|
102
102
|
SdLink = __decorateClass([
|
103
|
-
customElement("sd-3-23-
|
103
|
+
customElement("sd-3-23-4-link")
|
104
104
|
], SdLink);
|
105
105
|
export {
|
106
106
|
SdLink as default
|
@@ -115,16 +115,16 @@ let SdNavigationItem = class extends SolidElement {
|
|
115
115
|
isAccordion ? "grow" : "w-full",
|
116
116
|
slots["description"] || this.separated ? "pb-1" : horizontalPaddingBottom,
|
117
117
|
this.calculatePaddingX
|
118
|
-
)}">${this.divider && this.vertical ? html`<sd-3-23-
|
118
|
+
)}">${this.divider && this.vertical ? html`<sd-3-23-4-divider part="divider" class="${cx("w-full transition-all absolute -top-0.25 left-0", this.calculatePaddingX)}"></sd-3-23-4-divider>` : ""} <span part="content-container" class="inline-flex items-center flex-auto">${this.separated ? html`<a class="${cx(
|
119
119
|
"mr-4 w-full inline-flex items-center pl-4 cursor-pointer relative focus-visible:focus-outline hover:bg-neutral-200 group transition-all min-h-[48px]",
|
120
120
|
!slots["description"] && "py-4"
|
121
|
-
)}" href="${ifDefined(isLink ? this.href : void 0)}" target="${ifDefined(isLink ? this.target : void 0)}" download="${ifDefined(isLink ? this.download : void 0)}"><slot part="content" class="inline"></slot></a>` : html`<slot part="content" class="inline"></slot>`} </span>${(this.chevron || slots["children"]) && this.vertical ? this.separated ? html`<button type="button" title="toggle-details" class="sd-interactive sd-interactive--reset" @click="${this.handleClickSummary}"><sd-3-23-
|
121
|
+
)}" href="${ifDefined(isLink ? this.href : void 0)}" target="${ifDefined(isLink ? this.target : void 0)}" download="${ifDefined(isLink ? this.download : void 0)}"><slot part="content" class="inline"></slot></a>` : html`<slot part="content" class="inline"></slot>`} </span>${(this.chevron || slots["children"]) && this.vertical ? this.separated ? html`<button type="button" title="toggle-details" class="sd-interactive sd-interactive--reset" @click="${this.handleClickSummary}"><sd-3-23-4-icon name="chevron-down" part="chevron" library="system" color="currentColor" class="${cx(
|
122
122
|
"mr-4 h-6 w-6 transition-all",
|
123
123
|
isAccordion || this.separated ? this.open ? "rotate-180" : "rotate-0" : "rotate-[270deg]"
|
124
|
-
)}"></sd-3-23-
|
124
|
+
)}"></sd-3-23-4-icon></button>` : html`<sd-3-23-4-icon name="chevron-down" part="chevron" library="system" color="currentColor" class="${cx(
|
125
125
|
"h-6 w-6 ml-2 transition-all",
|
126
126
|
isAccordion ? this.open ? "rotate-180" : "rotate-0" : "rotate-[270deg]"
|
127
|
-
)}"></sd-3-23-
|
127
|
+
)}"></sd-3-23-4-icon>` : ""} </span>${slots["description"] && this.vertical ? html`<slot name="description" part="description" class="${cx(
|
128
128
|
"inline-block text-sm text-left text-black",
|
129
129
|
isAccordion || this.separated ? "grow" : "w-full",
|
130
130
|
this.separated ? "px-4" : this.calculatePaddingX,
|
@@ -188,7 +188,7 @@ __decorateClass([
|
|
188
188
|
property({ type: Boolean, reflect: true })
|
189
189
|
], SdNavigationItem.prototype, "separated", 2);
|
190
190
|
SdNavigationItem = __decorateClass([
|
191
|
-
customElement("sd-3-23-
|
191
|
+
customElement("sd-3-23-4-navigation-item")
|
192
192
|
], SdNavigationItem);
|
193
193
|
export {
|
194
194
|
SdNavigationItem as default
|
@@ -128,7 +128,7 @@ let SdNotification = class extends SolidElement {
|
|
128
128
|
() => {
|
129
129
|
toastStack.removeChild(this);
|
130
130
|
resolve();
|
131
|
-
if (toastStack.querySelector("sd-3-23-
|
131
|
+
if (toastStack.querySelector("sd-3-23-4-notification") === null) {
|
132
132
|
toastStack.remove();
|
133
133
|
}
|
134
134
|
},
|
@@ -145,15 +145,15 @@ let SdNotification = class extends SolidElement {
|
|
145
145
|
warning: "bg-warning",
|
146
146
|
error: "bg-error"
|
147
147
|
}[this.variant]
|
148
|
-
)}"><sd-3-23-
|
148
|
+
)}"><sd-3-23-4-icon name="${{
|
149
149
|
info: "info-circle",
|
150
150
|
success: "confirm-circle",
|
151
151
|
warning: "exclamation-circle",
|
152
152
|
error: "warning"
|
153
|
-
}[this.variant] || ""}" library="system" class="h-6 w-6 text-white"></sd-3-23-
|
153
|
+
}[this.variant] || ""}" library="system" class="h-6 w-6 text-white"></sd-3-23-4-icon></slot><div part="content" class="${cx(
|
154
154
|
"h-full w-full p-1 gap-2 flex items-center justify-stretch bg-white",
|
155
155
|
"border-solid border-[1px] border-l-0 border-neutral-400"
|
156
|
-
)}"><slot part="message" class="block w-full pl-3 py-2" aria-live="polite"></slot>${this.closable ? html`<sd-3-23-
|
156
|
+
)}"><slot part="message" class="block w-full pl-3 py-2" aria-live="polite"></slot>${this.closable ? html`<sd-3-23-4-button size="md" variant="tertiary" part="close-button" class="ml-auto flex flex-[0_0_auto] items-stretch" @click="${this.handleCloseClick}"><sd-3-23-4-icon label="${this.localize.term("close")}" name="close" library="system" color="currentColor"></sd-3-23-4-icon></sd-3-23-4-button>` : ""}</div>${this.durationIndicator ? html`<div part="duration-indicator__elapsed" id="duration-indicator__elapsed" style="${`animation-duration: ${this.duration}ms`}" class="${cx(`absolute w-0 h-[2px] bottom-0 bg-primary z-10 animate-grow`)}"></div><div part="duration-indicator__total" class="w-full h-[2px] bottom-0 absolute border border-neutral-400"></div>` : ""}</div>`;
|
157
157
|
}
|
158
158
|
};
|
159
159
|
SdNotification.styles = [
|
@@ -189,7 +189,7 @@ __decorateClass([
|
|
189
189
|
watch("duration")
|
190
190
|
], SdNotification.prototype, "handleDurationChange", 1);
|
191
191
|
SdNotification = __decorateClass([
|
192
|
-
customElement("sd-3-23-
|
192
|
+
customElement("sd-3-23-4-notification")
|
193
193
|
], SdNotification);
|
194
194
|
setDefaultAnimation("notification.show", {
|
195
195
|
keyframes: [
|
@@ -3,7 +3,7 @@ import SolidElement from '../../internal/solid-element';
|
|
3
3
|
import type { CSSResultGroup } from 'lit';
|
4
4
|
export default class SdOptgroup extends SolidElement {
|
5
5
|
static dependencies: {
|
6
|
-
'sd-3-23-
|
6
|
+
'sd-3-23-4-divider': typeof SdDivider;
|
7
7
|
};
|
8
8
|
defaultSlot: HTMLSlotElement;
|
9
9
|
private handleDisableOptions;
|
@@ -15,6 +15,6 @@ export default class SdOptgroup extends SolidElement {
|
|
15
15
|
}
|
16
16
|
declare global {
|
17
17
|
interface HTMLElementTagNameMap {
|
18
|
-
'sd-3-23-
|
18
|
+
'sd-3-23-4-optgroup': SdOptgroup;
|
19
19
|
}
|
20
20
|
}
|
@@ -24,11 +24,11 @@ let SdOptgroup = class extends SolidElement {
|
|
24
24
|
this.label = "";
|
25
25
|
}
|
26
26
|
/**
|
27
|
-
* Syncs the disabled prop for all slotted sd-3-23-
|
27
|
+
* Syncs the disabled prop for all slotted sd-3-23-4-options when it is triggered
|
28
28
|
*/
|
29
29
|
handleDisableOptions() {
|
30
30
|
const { disabled } = this;
|
31
|
-
this.defaultSlot.assignedElements().filter((opt) => opt.tagName.toLowerCase() === "sd-3-23-
|
31
|
+
this.defaultSlot.assignedElements().filter((opt) => opt.tagName.toLowerCase() === "sd-3-23-4-option").forEach((opt) => {
|
32
32
|
opt.disabled = disabled;
|
33
33
|
});
|
34
34
|
}
|
@@ -37,11 +37,11 @@ let SdOptgroup = class extends SolidElement {
|
|
37
37
|
}
|
38
38
|
render() {
|
39
39
|
const { disabled } = this;
|
40
|
-
return html`<div role="${disabled ? "presentation" : "group"}" class="${cx(this.disabled ? "text-neutral-500" : "")}" part="base" aria-labelledby="group-label"><sd-3-23-
|
40
|
+
return html`<div role="${disabled ? "presentation" : "group"}" class="${cx(this.disabled ? "text-neutral-500" : "")}" part="base" aria-labelledby="group-label"><sd-3-23-4-divider id="divider" class="pt-2 pb-4" part="divider"></sd-3-23-4-divider><div part="label-container" class="${cx(this.disabled ? "text-neutral-500" : "text-black")} px-4 font-bold text-left" role="presentation" id="group-label"><slot name="label"><span>${this.label}</span></slot></div><div role="group" part="options"><slot @slotchange="${this.handleDisableOptions}"></slot></div></div>`;
|
41
41
|
}
|
42
42
|
};
|
43
43
|
SdOptgroup.dependencies = {
|
44
|
-
"sd-3-23-
|
44
|
+
"sd-3-23-4-divider": SdDivider
|
45
45
|
};
|
46
46
|
SdOptgroup.styles = [
|
47
47
|
componentStyles,
|
@@ -61,7 +61,7 @@ __decorateClass([
|
|
61
61
|
watch("disabled", { waitUntilFirstUpdate: true })
|
62
62
|
], SdOptgroup.prototype, "handleDisabledChange", 1);
|
63
63
|
SdOptgroup = __decorateClass([
|
64
|
-
customElement("sd-3-23-
|
64
|
+
customElement("sd-3-23-4-optgroup")
|
65
65
|
], SdOptgroup);
|
66
66
|
export {
|
67
67
|
SdOptgroup as default
|
@@ -91,7 +91,7 @@ let SdOption = class extends SolidElement {
|
|
91
91
|
)}"></span> ${this.checkbox ? html`<span id="control" part="control ${this.selected ? " control--checked" : "control--unchecked"}" class="${cx(
|
92
92
|
"relative flex flex-shrink-0 items-center justify-center border rounded-sm h-4 w-4 mr-2",
|
93
93
|
this.disabled ? "border-neutral-500" : this.selected ? "bg-accent border-accent" : "border-neutral-800"
|
94
|
-
)}">${this.selected ? html`<sd-3-23-
|
94
|
+
)}">${this.selected ? html`<sd-3-23-4-icon part="checked-icon" class="text-white w-3 h-3" library="system" name="status-check"></sd-3-23-4-icon>` : ""}</span>` : ""} ${slots["left"] ? html`<slot name="left" part="left" class="inline-flex mr-2"></slot>` : ""}<slot part="label" class="inline-block flex-grow" @slotchange="${this.handleDefaultSlotChange}"></slot>${slots["right"] ? html`<slot name="right" part="right" class="inline-flex ml-2"></slot>` : ""}</div>`;
|
95
95
|
}
|
96
96
|
};
|
97
97
|
SdOption.styles = [
|
@@ -133,7 +133,7 @@ __decorateClass([
|
|
133
133
|
watch("value")
|
134
134
|
], SdOption.prototype, "handleValueChange", 1);
|
135
135
|
SdOption = __decorateClass([
|
136
|
-
customElement("sd-3-23-
|
136
|
+
customElement("sd-3-23-4-option")
|
137
137
|
], SdOption);
|
138
138
|
export {
|
139
139
|
SdOption as default
|
@@ -328,7 +328,7 @@ __decorateClass([
|
|
328
328
|
property({ attribute: "auto-size-padding", type: Number })
|
329
329
|
], SdPopup.prototype, "autoSizePadding", 2);
|
330
330
|
SdPopup = __decorateClass([
|
331
|
-
customElement("sd-3-23-
|
331
|
+
customElement("sd-3-23-4-popup")
|
332
332
|
], SdPopup);
|
333
333
|
export {
|
334
334
|
SdPopup as default
|
@@ -32,7 +32,7 @@ let SdQuickfact = class extends SdAccordion {
|
|
32
32
|
"flex flex-grow-0 flex-shrink-0 flex-auto self-start sm:self-center transition-all ease-in-out duration-300 text-xl sm:text-4xl sm:mt-2",
|
33
33
|
this.open && "rotate-180",
|
34
34
|
!this.expandable && "hidden"
|
35
|
-
)}"><slot name="expand-icon" class="${cx(this.open && "hidden")}"><sd-3-23-
|
35
|
+
)}"><slot name="expand-icon" class="${cx(this.open && "hidden")}"><sd-3-23-4-icon library="system" name="chevron-down"></sd-3-23-4-icon></slot><slot name="collapse-icon" class="${cx(!this.open && "hidden")}"><sd-3-23-4-icon library="system" name="chevron-down"></sd-3-23-4-icon></slot></span></header><div part="content" id="content" class="${cx("overflow-hidden", !this.expandable && "hidden")}"><slot part="content__slot" class="block" role="region" aria-labelledby="header"></slot></div></div>`;
|
36
36
|
}
|
37
37
|
};
|
38
38
|
SdQuickfact.styles = [
|
@@ -43,7 +43,7 @@ __decorateClass([
|
|
43
43
|
property({ type: Boolean, reflect: true })
|
44
44
|
], SdQuickfact.prototype, "expandable", 2);
|
45
45
|
SdQuickfact = __decorateClass([
|
46
|
-
customElement("sd-3-23-
|
46
|
+
customElement("sd-3-23-4-quickfact")
|
47
47
|
], SdQuickfact);
|
48
48
|
setDefaultAnimation("quickfact.show", {
|
49
49
|
keyframes: [
|
@@ -72,7 +72,7 @@ let SdRadio = class extends SolidElement {
|
|
72
72
|
}
|
73
73
|
render() {
|
74
74
|
return html`<span part="base" class="${cx(
|
75
|
-
"sd-3-23-
|
75
|
+
"sd-3-23-4-radio group inline-flex items-start items-center text-base leading-normal text-black cursor-pointer align-middle",
|
76
76
|
this.disabled && "hover:cursor-not-allowed",
|
77
77
|
{
|
78
78
|
/* sizes, fonts */
|
@@ -121,7 +121,7 @@ __decorateClass([
|
|
121
121
|
watch("disabled", { waitUntilFirstUpdate: true })
|
122
122
|
], SdRadio.prototype, "handleDisabledChange", 1);
|
123
123
|
SdRadio = __decorateClass([
|
124
|
-
customElement("sd-3-23-
|
124
|
+
customElement("sd-3-23-4-radio")
|
125
125
|
], SdRadio);
|
126
126
|
export {
|
127
127
|
SdRadio as default
|
@@ -83,7 +83,7 @@ let SdRadioButton = class extends SolidElement {
|
|
83
83
|
SdRadioButton.styles = [
|
84
84
|
SolidElement.styles,
|
85
85
|
componentStyles,
|
86
|
-
css`:host{display:block;width:-moz-min-content;width:min-content}.hidden-input{all:unset;position:absolute;inset:var(--sd-spacing-0,0);z-index:-10;opacity:var(--sd-opacity-0,0);outline-style:dotted;outline-width:1px;outline-color:rgb(var(--sd-color-error,204 25 55) / 1)}.lg-label{height:var(--sd-spacing-12,3rem)}.lg-no-label{height:var(--sd-spacing-12,3rem);width:var(--sd-spacing-12,3rem)}.md-label{height:var(--sd-spacing-10,2.5rem)}.md-no-label{height:var(--sd-spacing-10,2.5rem);width:var(--sd-spacing-10,2.5rem)}.sm-label{height:var(--sd-spacing-8,2rem)}.sm-no-label{height:var(--sd-spacing-8,2rem);width:var(--sd-spacing-8,2rem)}:host(.sd-3-23-
|
86
|
+
css`:host{display:block;width:-moz-min-content;width:min-content}.hidden-input{all:unset;position:absolute;inset:var(--sd-spacing-0,0);z-index:-10;opacity:var(--sd-opacity-0,0);outline-style:dotted;outline-width:1px;outline-color:rgb(var(--sd-color-error,204 25 55) / 1)}.lg-label{height:var(--sd-spacing-12,3rem)}.lg-no-label{height:var(--sd-spacing-12,3rem);width:var(--sd-spacing-12,3rem)}.md-label{height:var(--sd-spacing-10,2.5rem)}.md-no-label{height:var(--sd-spacing-10,2.5rem);width:var(--sd-spacing-10,2.5rem)}.sm-label{height:var(--sd-spacing-8,2rem)}.sm-no-label{height:var(--sd-spacing-8,2rem);width:var(--sd-spacing-8,2rem)}:host(.sd-3-23-4-button-group__button--first:not(.sd-3-23-4-button-group__button--last)) button{border-top-right-radius:var(--sd-border-radius-none,0);border-bottom-right-radius:var(--sd-border-radius-none,0)}:host(.sd-3-23-4-button-group__button--inner) button{border-radius:var(--sd-border-radius-none,0)}:host(.sd-3-23-4-button-group__button--last:not(.sd-3-23-4-button-group__button--first)) button{border-top-left-radius:var(--sd-border-radius-none,0);border-bottom-left-radius:var(--sd-border-radius-none,0)}:host(.sd-3-23-4-button-group__button:not(.sd-3-23-4-button-group__button--first)){margin-inline-start:-1px}:host(.sd-3-23-4-button-group__button--hover){z-index:10}:host(.sd-3-23-4-button-group__button--focus),:host(.sd-3-23-4-button-group__button[checked]){z-index:20}`
|
87
87
|
];
|
88
88
|
__decorateClass([
|
89
89
|
query(".button")
|
@@ -110,7 +110,7 @@ __decorateClass([
|
|
110
110
|
watch("disabled", { waitUntilFirstUpdate: true })
|
111
111
|
], SdRadioButton.prototype, "handleDisabledChange", 1);
|
112
112
|
SdRadioButton = __decorateClass([
|
113
|
-
customElement("sd-3-23-
|
113
|
+
customElement("sd-3-23-4-radio-button")
|
114
114
|
], SdRadioButton);
|
115
115
|
export {
|
116
116
|
SdRadioButton as default
|
@@ -4,7 +4,7 @@ import SolidElement from '../../internal/solid-element';
|
|
4
4
|
import type { SolidFormControl } from '../../internal/solid-element';
|
5
5
|
export default class SdRadioGroup extends SolidElement implements SolidFormControl {
|
6
6
|
static dependencies: {
|
7
|
-
'sd-3-23-
|
7
|
+
'sd-3-23-4-button-group': typeof SdButtonGroup;
|
8
8
|
};
|
9
9
|
protected readonly formControlController: FormControlController;
|
10
10
|
private readonly hasSlotController;
|
@@ -48,6 +48,6 @@ export default class SdRadioGroup extends SolidElement implements SolidFormContr
|
|
48
48
|
}
|
49
49
|
declare global {
|
50
50
|
interface HTMLElementTagNameMap {
|
51
|
-
'sd-3-23-
|
51
|
+
'sd-3-23-4-radio-group': SdRadioGroup;
|
52
52
|
}
|
53
53
|
}
|
@@ -67,10 +67,10 @@ let SdRadioGroup = class extends SolidElement {
|
|
67
67
|
this.formControlController.updateValidity();
|
68
68
|
}
|
69
69
|
getAllRadios() {
|
70
|
-
return [...this.querySelectorAll("sd-3-23-
|
70
|
+
return [...this.querySelectorAll("sd-3-23-4-radio, sd-3-23-4-radio-button")];
|
71
71
|
}
|
72
72
|
handleRadioClick(event) {
|
73
|
-
const target = event.target.closest("sd-3-23-
|
73
|
+
const target = event.target.closest("sd-3-23-4-radio, sd-3-23-4-radio-button");
|
74
74
|
const radios = this.getAllRadios();
|
75
75
|
const oldValue = this.value;
|
76
76
|
if (target.disabled) {
|
@@ -146,7 +146,7 @@ let SdRadioGroup = class extends SolidElement {
|
|
146
146
|
}
|
147
147
|
})
|
148
148
|
);
|
149
|
-
this.hasButtonGroup = radios.some((radio) => radio.tagName.toLowerCase() === "sd-3-23-
|
149
|
+
this.hasButtonGroup = radios.some((radio) => radio.tagName.toLowerCase() === "sd-3-23-4-radio-button");
|
150
150
|
if (!radios.some((radio) => radio.checked)) {
|
151
151
|
if (this.hasButtonGroup) {
|
152
152
|
const buttonRadio = (_a = radios[0].shadowRoot) == null ? void 0 : _a.querySelector("button");
|
@@ -158,26 +158,26 @@ let SdRadioGroup = class extends SolidElement {
|
|
158
158
|
}
|
159
159
|
}
|
160
160
|
if (this.hasButtonGroup) {
|
161
|
-
const buttonGroup = (_b = this.shadowRoot) == null ? void 0 : _b.querySelector("sd-3-23-
|
161
|
+
const buttonGroup = (_b = this.shadowRoot) == null ? void 0 : _b.querySelector("sd-3-23-4-button-group");
|
162
162
|
if (buttonGroup) {
|
163
163
|
buttonGroup.disableRole = true;
|
164
164
|
}
|
165
165
|
}
|
166
166
|
}
|
167
167
|
syncRadios() {
|
168
|
-
if (customElements.get("sd-3-23-
|
168
|
+
if (customElements.get("sd-3-23-4-radio") && customElements.get("sd-3-23-4-radio-button")) {
|
169
169
|
this.syncRadioElements();
|
170
170
|
return;
|
171
171
|
}
|
172
|
-
if (customElements.get("sd-3-23-
|
172
|
+
if (customElements.get("sd-3-23-4-radio")) {
|
173
173
|
this.syncRadioElements();
|
174
174
|
} else {
|
175
|
-
customElements.whenDefined("sd-3-23-
|
175
|
+
customElements.whenDefined("sd-3-23-4-radio").then(() => this.syncRadios());
|
176
176
|
}
|
177
|
-
if (customElements.get("sd-3-23-
|
177
|
+
if (customElements.get("sd-3-23-4-radio-button")) {
|
178
178
|
this.syncRadioElements();
|
179
179
|
} else {
|
180
|
-
customElements.whenDefined("sd-3-23-
|
180
|
+
customElements.whenDefined("sd-3-23-4-radio-button").then(() => this.syncRadios());
|
181
181
|
}
|
182
182
|
}
|
183
183
|
updateCheckedRadio() {
|
@@ -249,14 +249,14 @@ let SdRadioGroup = class extends SolidElement {
|
|
249
249
|
vertical: "flex-col",
|
250
250
|
horizontal: "flex-row"
|
251
251
|
}[this.orientation]
|
252
|
-
)}"><div class="sr-only"><label><input id="validation-input" type="text" ?required="${this.required}" tabindex="-1" hidden @invalid="${this.handleInvalid}"></label></div>${this.hasButtonGroup ? html`<sd-3-23-
|
252
|
+
)}"><div class="sr-only"><label><input id="validation-input" type="text" ?required="${this.required}" tabindex="-1" hidden @invalid="${this.handleInvalid}"></label></div>${this.hasButtonGroup ? html`<sd-3-23-4-button-group part="button-group" exportparts="base:button-group__base" role="presentation">${defaultSlot}</sd-3-23-4-button-group>` : defaultSlot}</div></fieldset>${this.formControlController.renderInvalidMessage()}`;
|
253
253
|
}
|
254
254
|
};
|
255
|
-
SdRadioGroup.dependencies = { "sd-3-23-
|
255
|
+
SdRadioGroup.dependencies = { "sd-3-23-4-button-group": SdButtonGroup };
|
256
256
|
SdRadioGroup.styles = [
|
257
257
|
componentStyles,
|
258
258
|
SolidElement.styles,
|
259
|
-
css`:host{display:block}:host([orientation=vertical]) ::slotted(sd-3-23-
|
259
|
+
css`:host{display:block}:host([orientation=vertical]) ::slotted(sd-3-23-4-radio){margin-bottom:var(--sd-spacing-2,.5rem);display:flex}:host([orientation=vertical]) ::slotted(sd-3-23-4-radio:last-of-type){margin-bottom:var(--sd-spacing-0,0)}:host([orientation=horizontal]) ::slotted(sd-3-23-4-radio){margin-right:var(--sd-spacing-6,1.5rem)}:host([orientation=horizontal]) ::slotted(sd-3-23-4-radio:last-of-type){margin-right:var(--sd-spacing-0,0)}:host([orientation=horizontal]):host([size=sm]) ::slotted(sd-3-23-4-radio){margin-right:var(--sd-spacing-4,1rem)}:host([orientation=horizontal]):host([size=sm]) ::slotted(sd-3-23-4-radio:last-of-type){margin-right:var(--sd-spacing-0,0)}:host([required]) #label::after{content:' *'}`
|
260
260
|
];
|
261
261
|
__decorateClass([
|
262
262
|
query("slot:not([name])")
|
@@ -310,7 +310,7 @@ __decorateClass([
|
|
310
310
|
watch("value")
|
311
311
|
], SdRadioGroup.prototype, "handleValueChange", 1);
|
312
312
|
SdRadioGroup = __decorateClass([
|
313
|
-
customElement("sd-3-23-
|
313
|
+
customElement("sd-3-23-4-radio-group")
|
314
314
|
], SdRadioGroup);
|
315
315
|
export {
|
316
316
|
SdRadioGroup as default
|
@@ -134,14 +134,14 @@ let SdScrollable = class extends SolidElement {
|
|
134
134
|
this.orientation === "auto" && "scroll-auto overflow-auto",
|
135
135
|
this.scrollbars ? "show-scrollbars" : "hide-scrollbars",
|
136
136
|
this.inset ? "p-4" : ""
|
137
|
-
)}" @scroll="${this.updateScrollIndicatorVisibility}" tabindex="0"><div part="scroll-content" class="flex-1"><slot></slot></div></div>${this.buttons ? html`${this.isScrollHorizontalEnabled ? html`${this.canScroll.left ? html`<div part="button-left" class="absolute z-10 flex items-center justify-center top-0 left-0 h-full w-8"><button part="button-start" class="${cx(scrollButtonClasses)}" @click="${(e) => this.handleScroll("left", e)}"><slot name="icon-start"><sd-3-23-
|
137
|
+
)}" @scroll="${this.updateScrollIndicatorVisibility}" tabindex="0"><div part="scroll-content" class="flex-1"><slot></slot></div></div>${this.buttons ? html`${this.isScrollHorizontalEnabled ? html`${this.canScroll.left ? html`<div part="button-left" class="absolute z-10 flex items-center justify-center top-0 left-0 h-full w-8"><button part="button-start" class="${cx(scrollButtonClasses)}" @click="${(e) => this.handleScroll("left", e)}"><slot name="icon-start"><sd-3-23-4-icon library="system" name="chevron-up" class="rotate-[-90deg]" label="${this.localize.term("scrollToStart")}"></sd-3-23-4-icon></slot></button></div>` : null} ${this.canScroll.right ? html`<div part="button-right" class="absolute z-10 flex items-center justify-center top-0 right-0 h-full w-8"><button part="button-end" class="${cx(scrollButtonClasses)}" @click="${(e) => this.handleScroll("right", e)}"><slot name="icon-end"><sd-3-23-4-icon library="system" name="chevron-down" class="rotate-[-90deg]" label="${this.localize.term("scrollToEnd")}"></sd-3-23-4-icon></slot></button></div>` : null}` : null} ${this.isScrollVerticalEnabled ? html`${this.canScroll.up ? html`<div part="button-top" class="absolute z-10 flex items-center justify-center top-0 left-0 w-full h-8"><button part="button-start" class="${cx(scrollButtonClasses)}" @click="${(e) => this.handleScroll("up", e)}"><slot name="icon-start"><sd-3-23-4-icon library="system" name="chevron-up" label="${this.localize.term("scrollToStart")}"></sd-3-23-4-icon></slot></button></div>` : null} ${this.canScroll.down ? html`<div part="button-bottom" class="absolute z-10 flex items-center justify-center bottom-0 left-0 w-full h-8"><button part="button-end" class="${cx(scrollButtonClasses)}" @click="${(e) => this.handleScroll("down", e)}"><slot name="icon-end"><sd-3-23-4-icon library="system" name="chevron-down" label="${this.localize.term("scrollToEnd")}"></sd-3-23-4-icon></slot></button></div>` : null}` : null}` : null} ${this.shadows ? html`${this.isScrollHorizontalEnabled ? html`${this.canScroll.left ? html`<div part="shadow-left" class="${scrollShadowClasses} left top-0 left-0 w-[6px] h-full"></div>` : null} ${this.canScroll.right ? html`<div part="shadow-right" class="${scrollShadowClasses} right top-0 right-0 w-[6px] h-full"></div>` : null}` : null} ${this.isScrollVerticalEnabled ? html`${this.canScroll.up ? html`<div part="shadow-top" class="${scrollShadowClasses} top top-0 left-0 w-full h-[6px]"></div>` : null} ${this.canScroll.down ? html`<div part="shadow-bottom" class="${scrollShadowClasses} bottom bottom-0 left-0 w-full h-[6px]"></div>` : null}` : null}` : null}`;
|
138
138
|
}
|
139
139
|
};
|
140
140
|
SdScrollable.styles = [
|
141
141
|
SolidElement.styles,
|
142
142
|
unsafeCSS(InteractiveStyles),
|
143
143
|
componentStyles,
|
144
|
-
css`:host{--gradient-color:rgba(255, 255, 255, 0);--gradient:var(--gradient-color) 0%,#fff 80%,#fff 100%;position:relative;display:flex;overflow:hidden}.hide-scrollbars{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbars::-webkit-scrollbar{display:none}.scroll-container::-webkit-scrollbar-thumb{background-color:transparent}.scroll-container:hover::-webkit-scrollbar-thumb{background:var(--background-neutral-400,#c3c3c3);border-radius:var(--sd-border-radius-sm,.125rem)}.scroll-container::-webkit-scrollbar{height:var(--sd-spacing-1,.25rem);width:var(--sd-spacing-1,.25rem)}.scroll-auto{overflow:auto}[part=button-left]{background:linear-gradient(270deg,var(--gradient))}[part=button-right]{background:linear-gradient(90deg,var(--gradient))}[part=button-top]{background:linear-gradient(0deg,var(--gradient))}[part=button-bottom]{background:linear-gradient(180deg,var(--gradient))}[part=shadow-left]{background:linear-gradient(270deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}[part=shadow-right]{background:linear-gradient(90deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}[part=shadow-top]{background:linear-gradient(0deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}[part=shadow-bottom]{background:linear-gradient(180deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}.sd-3-23-
|
144
|
+
css`:host{--gradient-color:rgba(255, 255, 255, 0);--gradient:var(--gradient-color) 0%,#fff 80%,#fff 100%;position:relative;display:flex;overflow:hidden}.hide-scrollbars{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbars::-webkit-scrollbar{display:none}.scroll-container::-webkit-scrollbar-thumb{background-color:transparent}.scroll-container:hover::-webkit-scrollbar-thumb{background:var(--background-neutral-400,#c3c3c3);border-radius:var(--sd-border-radius-sm,.125rem)}.scroll-container::-webkit-scrollbar{height:var(--sd-spacing-1,.25rem);width:var(--sd-spacing-1,.25rem)}.scroll-auto{overflow:auto}[part=button-left]{background:linear-gradient(270deg,var(--gradient))}[part=button-right]{background:linear-gradient(90deg,var(--gradient))}[part=button-top]{background:linear-gradient(0deg,var(--gradient))}[part=button-bottom]{background:linear-gradient(180deg,var(--gradient))}[part=shadow-left]{background:linear-gradient(270deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}[part=shadow-right]{background:linear-gradient(90deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}[part=shadow-top]{background:linear-gradient(0deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}[part=shadow-bottom]{background:linear-gradient(180deg,rgba(24,24,24,0) 50%,rgba(24,24,24,.4) 100%)}.sd-3-23-4-icon--top{align-self:flex-start}.sd-3-23-4-icon--down{align-self:flex-end}`
|
145
145
|
];
|
146
146
|
__decorateClass([
|
147
147
|
property({ type: String, reflect: true })
|
@@ -174,7 +174,7 @@ __decorateClass([
|
|
174
174
|
state()
|
175
175
|
], SdScrollable.prototype, "isKeyboardNavigation", 2);
|
176
176
|
SdScrollable = __decorateClass([
|
177
|
-
customElement("sd-3-23-
|
177
|
+
customElement("sd-3-23-4-scrollable")
|
178
178
|
], SdScrollable);
|
179
179
|
export {
|
180
180
|
SdScrollable as default
|
@@ -8,9 +8,9 @@ import type { TemplateResult } from 'lit';
|
|
8
8
|
import type SdOption from '../option/option';
|
9
9
|
export default class SdSelect extends SolidElement implements SolidFormControl {
|
10
10
|
static dependencies: {
|
11
|
-
'sd-3-23-
|
12
|
-
'sd-3-23-
|
13
|
-
'sd-3-23-
|
11
|
+
'sd-3-23-4-icon': typeof SdIcon;
|
12
|
+
'sd-3-23-4-popup': typeof SdPopup;
|
13
|
+
'sd-3-23-4-tag': typeof SdTag;
|
14
14
|
};
|
15
15
|
private readonly formControlController;
|
16
16
|
private readonly hasSlotController;
|
@@ -103,6 +103,6 @@ export default class SdSelect extends SolidElement implements SolidFormControl {
|
|
103
103
|
}
|
104
104
|
declare global {
|
105
105
|
interface HTMLElementTagNameMap {
|
106
|
-
'sd-3-23-
|
106
|
+
'sd-3-23-4-select': SdSelect;
|
107
107
|
}
|
108
108
|
}
|