Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@db-ui/elements

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-ui/elements - npm Package Compare versions

Comparing version 0.21.2 to 0.22.0

dist/db-ui-elements/p-12f99f55.entry.js

5

dist/cjs/db-input.cjs.entry.js

@@ -28,2 +28,5 @@ 'use strict';

this.pattern = undefined;
this.step = undefined;
this.min = undefined;
this.max = undefined;
this.placeholder = undefined;

@@ -41,3 +44,3 @@ this.readonly = undefined;

render() {
return (index.h(index.Host, null, index.h("input", { type: this.type, class: "elm-input", id: this.input_id, "aria-invalid": this.ariainvalid, "aria-required": this.ariarequired, autocomplete: this.autocomplete, autofocus: this.autofocus, "data-dirname": this.dirname, disabled: this.disabled, list: this.list, maxlength: this.maxlength, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, size: this.size, value: this.value, "aria-labelledby": this.input_id + '-label', "data-variant": this.variant, onChange: (event) => this.handleChange(event) }), index.h("label", { class: "elm-label", htmlFor: this.input_id, "aria-hidden": "true", id: this.input_id + '-label' }, this.label), this.description && (index.h("p", { id: this.input_id + '-hint', class: "description" }, this.description)), this.list ? (index.h("datalist", { id: this.list }, index.h("slot", null))) : ('')));
return (index.h(index.Host, null, index.h("input", { type: this.type, class: "elm-input", id: this.input_id, "aria-invalid": this.ariainvalid, "aria-required": this.ariarequired, autocomplete: this.autocomplete, autofocus: this.autofocus, "data-dirname": this.dirname, disabled: this.disabled, list: this.list, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, size: this.size, step: this.step, value: this.value, "aria-labelledby": this.input_id + '-label', "data-variant": this.variant, onChange: (event) => this.handleChange(event) }), index.h("label", { class: "elm-label", htmlFor: this.input_id, "aria-hidden": "true", id: this.input_id + '-label' }, this.label), this.description && (index.h("p", { id: this.input_id + '-hint', class: "description" }, this.description)), this.list ? (index.h("datalist", { id: this.list }, index.h("slot", null))) : ('')));
}

@@ -44,0 +47,0 @@ };

2

dist/cjs/db-select.cjs.entry.js

@@ -8,3 +8,3 @@ 'use strict';

const dbSelectCss = "@charset \"UTF-8\";.sc-db-select:where(html){line-height:1.15}.sc-db-select:where(h1){font-size:2em;margin-block-end:0.67em;margin-block-start:0.67em}.sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select .sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select{margin-block-end:0;margin-block-start:0}.sc-db-select:where(hr){box-sizing:content-box;color:inherit;height:0}.sc-db-select:where(pre){font-family:monospace, monospace;font-size:1em}.sc-db-select:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}.sc-db-select:where(b,strong).sc-db-select{font-weight:bolder}.sc-db-select:where(code,kbd.sc-db-select,samp).sc-db-select{font-family:monospace, monospace;font-size:1em}.sc-db-select:where(small){font-size:80%}.sc-db-select:where(table){border-color:currentColor;text-indent:0}.sc-db-select:where(button,input.sc-db-select,select).sc-db-select{margin:0}.sc-db-select:where(button){text-transform:none}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=reset i].sc-db-select,[type=submit i])).sc-db-select{-webkit-appearance:button}.sc-db-select:where(progress){vertical-align:baseline}.sc-db-select:where(select){text-transform:none}.sc-db-select:where(textarea){margin:0}.sc-db-select:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}.sc-db-select::-webkit-inner-spin-button,.sc-db-select::-webkit-outer-spin-button{height:auto}.sc-db-select::-webkit-input-placeholder{color:inherit;opacity:0.54}.sc-db-select::-webkit-search-decoration{-webkit-appearance:none}.sc-db-select::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focus-inner{border-style:none;padding:0}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focusring{outline:1px dotted ButtonText}.sc-db-select:where(:-moz-ui-invalid){box-shadow:none}.sc-db-select:where(dialog){background-color:white;border:solid;color:black;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}.sc-db-select:where(dialog:not([open])){display:none}.sc-db-select:where(summary){display:list-item}html.sc-db-select,.sc-db-select-h{box-sizing:border-box}*.sc-db-select,.sc-db-select::before,.sc-db-select::after{box-sizing:inherit}img.sc-db-select,embed.sc-db-select,iframe.sc-db-select,object.sc-db-select,video.sc-db-select{height:auto;max-width:100%}iframe.sc-db-select{border:0}nav.sc-db-select ol.sc-db-select,nav.sc-db-select ul.sc-db-select,[role=navigation].sc-db-select ol.sc-db-select,[role=navigation].sc-db-select ul.sc-db-select{list-style:none;margin:0;padding:0}.sc-db-select:root{--db-focus-outline-offset:1px;--db-focus-outline-color:#2c95c4}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select{--db-focus-outline-size:max(2px, 0.08em)}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select:focus-visible{outline:var(--db-focus-outline-size) var(--db-focus-outline-style, solid) var(--db-focus-outline-color, currentColor);outline-offset:var(--db-focus-outline-offset, var(--db-focus-outline-size))}.sc-db-select:where(ul){list-style-type:\"•   \"}.sc-db-select:where(ul) li.sc-db-select::marker{color:#ec0016}body.sc-db-select,.sc-db-select-h,div.sc-db-select,button.sc-db-select,input.sc-db-select,select.sc-db-select,textarea.sc-db-select{color:#282d37;font-family:\"DB Screen Sans\", Helvetica, Arial, sans-serif;font-size:1rem;font-weight:400;line-height:1.5}a.sc-db-select{color:inherit}.elm-select.sc-db-select{--formElement---borderTopColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderRightColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderBottomColor:var(\n \t--formElement---borderColor,\n \trgba(40, 45, 55, 0.5)\n );--formElement---borderLeftColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );border-radius:4px;caret-color:#ec0016;color:#282d37}.elm-select.sc-db-select~.description.sc-db-select{color:#646973;font-size:0.875rem;padding:0.375rem 0.625rem}.elm-select[data-variant=semitransparent].sc-db-select,.sc-db-select:where(.elm-select:not([multiple])){--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:rgba(40, 45, 55, 0.05);border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=white].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#ffffff;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=solid].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#f0f3f5;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=outline].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.25);background-color:transparent;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-right:1px solid var(--formElement---borderRightColor);border-top:1px solid var(--formElement---borderTopColor)}.elm-select.sc-db-select{appearance:none;font-size:1rem}.elm-select.sc-db-select::-ms-expand{display:none}.elm-select.sc-db-select:not([multiple]){background-image:var(--db-ic-expand-more-20, url(../../../icons/functional/images/navigation/db_ic_expand_more_20.svg));background-position:right 0.6875rem center;background-repeat:no-repeat;height:2.75rem;padding:1.25rem 2.625rem 0 1rem}.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{pointer-events:none;position:absolute;transition:opacity, transform 250ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select.sc-db-select:not([multiple]):required:invalid+.elm-label.sc-db-select,.elm-select.sc-db-select:not([multiple])[aria-invalid=true]+.elm-label.sc-db-select{color:#646973;font-size:1rem;transform:translate(1rem, -2.1875rem)}.elm-select.sc-db-select+.elm-label.sc-db-select{display:block;font-size:0.75rem;margin-bottom:-1.125rem;transform:translate(1rem, -2.5625rem);transition:opacity, transform 150ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select[multiple].sc-db-select{margin-top:1rem}.elm-select[multiple].sc-db-select+.elm-label.sc-db-select{transform:translate(1rem, -6.25rem)}.elm-select.sc-db-select optgroup.sc-db-select{background-color:transparent;font-style:normal}.elm-select.sc-db-select option.sc-db-select:not(:disabled):hover{background-color:#d7dce1}.elm-select.sc-db-select option.sc-db-select:checked{background-color:#d7dce1}.sc-db-select-h{position:relative;--db-ic-expand-more-20:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAI9JREFUOE/tktENgCAMRB8buImOoJPrCLqJG2guEWOwIETil/1pSNuX61FH5XCVefzA945+4uEMbMAArBHNDTAedfWdYSkUsAWULaiHdcACKCeBGpgi0BDWh1vEPLSgUqE1vbIbTA2pTwmh6k/CnoCqX6F6yzNTmTcx52w8VDNJWI7C4kvPUVgE/YFFdpnNO7s0HhVghjmfAAAAAElFTkSuQmCC\")}";
const dbSelectCss = "@charset \"UTF-8\";.sc-db-select:where(html){line-height:1.15}.sc-db-select:where(h1){font-size:2em;margin-block-end:0.67em;margin-block-start:0.67em}.sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select .sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select{margin-block-end:0;margin-block-start:0}.sc-db-select:where(hr){box-sizing:content-box;color:inherit;height:0}.sc-db-select:where(pre){font-family:monospace, monospace;font-size:1em}.sc-db-select:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}.sc-db-select:where(b,strong).sc-db-select{font-weight:bolder}.sc-db-select:where(code,kbd.sc-db-select,samp).sc-db-select{font-family:monospace, monospace;font-size:1em}.sc-db-select:where(small){font-size:80%}.sc-db-select:where(table){border-color:currentColor;text-indent:0}.sc-db-select:where(button,input.sc-db-select,select).sc-db-select{margin:0}.sc-db-select:where(button){text-transform:none}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=reset i].sc-db-select,[type=submit i])).sc-db-select{-webkit-appearance:button}.sc-db-select:where(progress){vertical-align:baseline}.sc-db-select:where(select){text-transform:none}.sc-db-select:where(textarea){margin:0}.sc-db-select:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}.sc-db-select::-webkit-inner-spin-button,.sc-db-select::-webkit-outer-spin-button{height:auto}.sc-db-select::-webkit-input-placeholder{color:inherit;opacity:0.54}.sc-db-select::-webkit-search-decoration{-webkit-appearance:none}.sc-db-select::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focus-inner{border-style:none;padding:0}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focusring{outline:1px dotted ButtonText}.sc-db-select:where(:-moz-ui-invalid){box-shadow:none}.sc-db-select:where(dialog){background-color:white;border:solid;color:black;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}.sc-db-select:where(dialog:not([open])){display:none}.sc-db-select:where(summary){display:list-item}html.sc-db-select,.sc-db-select-h{box-sizing:border-box}*.sc-db-select,.sc-db-select::before,.sc-db-select::after{box-sizing:inherit}img.sc-db-select,embed.sc-db-select,iframe.sc-db-select,object.sc-db-select,video.sc-db-select{height:auto;max-width:100%}iframe.sc-db-select{border:0}nav.sc-db-select ol.sc-db-select,nav.sc-db-select ul.sc-db-select,[role=navigation].sc-db-select ol.sc-db-select,[role=navigation].sc-db-select ul.sc-db-select{list-style:none;margin:0;padding:0}.sc-db-select:root{--db-focus-outline-offset:1px;--db-focus-outline-color:#2c95c4}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select{--db-focus-outline-size:max(2px, 0.08em)}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select:focus-visible{outline:var(--db-focus-outline-size) var(--db-focus-outline-style, solid) var(--db-focus-outline-color, currentColor);outline-offset:var(--db-focus-outline-offset, var(--db-focus-outline-size))}.sc-db-select:where(ul){list-style-type:\"•   \"}.sc-db-select:where(ul) li.sc-db-select::marker{color:#ec0016}body.sc-db-select,.sc-db-select-h,div.sc-db-select,button.sc-db-select,input.sc-db-select,select.sc-db-select,textarea.sc-db-select{color:#282d37;font-family:\"DB Screen Sans\", Helvetica, Arial, sans-serif;font-size:1rem;font-weight:400;line-height:1.5}a.sc-db-select{color:inherit}.elm-select.sc-db-select{--formElement---borderTopColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderRightColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderBottomColor:var(\n \t--formElement---borderColor,\n \trgba(40, 45, 55, 0.5)\n );--formElement---borderLeftColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );border-radius:4px;caret-color:#ec0016;color:#282d37}.elm-select.sc-db-select~.description.sc-db-select{color:#646973;font-size:0.875rem;padding:0.375rem 0.625rem}.elm-select[data-variant=semitransparent].sc-db-select,.sc-db-select:where(.elm-select:not([multiple])){--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:rgba(40, 45, 55, 0.05);border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=white].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#ffffff;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=solid].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#f0f3f5;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=outline].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.25);background-color:transparent;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-right:1px solid var(--formElement---borderRightColor);border-top:1px solid var(--formElement---borderTopColor)}.elm-select.sc-db-select{appearance:none;font-size:1rem}.elm-select.sc-db-select::-ms-expand{display:none}.elm-select.sc-db-select:not([multiple]){background-image:var(--db-ic-expand-more-20, url(../../../icons/functional/images/navigation/db_ic_expand_more_20.svg));background-position:right 0.6875rem center;background-repeat:no-repeat;height:2.75rem;padding:1.25rem 2.625rem 0 1rem}.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{pointer-events:none;position:absolute;transition:opacity, transform 250ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select.sc-db-select:not([multiple]):required:invalid+.elm-label.sc-db-select,.elm-select.sc-db-select:not([multiple])[aria-invalid=true]+.elm-label.sc-db-select{color:#646973;font-size:1rem;transform:translate(1rem, -2.1875rem)}.elm-select.sc-db-select:disabled,.elm-select.sc-db-select:disabled+.elm-label.sc-db-select,fieldset.sc-db-select:disabled .elm-select.sc-db-select,fieldset.sc-db-select:disabled .elm-select.sc-db-select+.elm-label.sc-db-select{opacity:0.4}.elm-select.sc-db-select+.elm-label.sc-db-select{display:block;font-size:0.75rem;margin-bottom:-1.125rem;transform:translate(1rem, -2.5625rem);transition:opacity, transform 150ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select[multiple].sc-db-select{margin-top:1rem}.elm-select[multiple].sc-db-select+.elm-label.sc-db-select{transform:translate(1rem, -6.25rem)}.elm-select.sc-db-select optgroup.sc-db-select{background-color:transparent;font-style:normal}.elm-select.sc-db-select option.sc-db-select:not(:disabled):hover{background-color:#d7dce1}.elm-select.sc-db-select option.sc-db-select:checked{background-color:#d7dce1}.sc-db-select-h{position:relative;--db-ic-expand-more-20:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAI9JREFUOE/tktENgCAMRB8buImOoJPrCLqJG2guEWOwIETil/1pSNuX61FH5XCVefzA945+4uEMbMAArBHNDTAedfWdYSkUsAWULaiHdcACKCeBGpgi0BDWh1vEPLSgUqE1vbIbTA2pTwmh6k/CnoCqX6F6yzNTmTcx52w8VDNJWI7C4kvPUVgE/YFFdpnNO7s0HhVghjmfAAAAAElFTkSuQmCC\")}";

@@ -11,0 +11,0 @@ const DbSelect = class {

@@ -20,5 +20,5 @@ 'use strict';

patchBrowser().then(options => {
return index.bootstrapLazy([["db-card.cjs",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip.cjs",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link.cjs",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table.cjs",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag.cjs",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher.cjs",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion.cjs",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand.cjs",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb.cjs",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards.cjs",[[4,"db-cards"]]],["db-checkbox.cjs",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown.cjs",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer.cjs",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header.cjs",[[4,"db-header"]]],["db-image.cjs",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input.cjs",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher.cjs",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist.cjs",[[4,"db-linklist",{"data":[513]}]]],["db-logo.cjs",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation.cjs",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta.cjs",[[1,"db-meta"]]],["db-metanavigation.cjs",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification.cjs",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications.cjs",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu.cjs",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page.cjs",[[4,"db-page"]]],["db-pagination.cjs",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress.cjs",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio.cjs",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi.cjs",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab.cjs",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar.cjs",[[4,"db-tab-bar"]]],["db-textarea.cjs",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle.cjs",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline.cjs",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select.cjs",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2.cjs",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
return index.bootstrapLazy([["db-card.cjs",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip.cjs",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link.cjs",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table.cjs",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag.cjs",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher.cjs",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion.cjs",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand.cjs",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb.cjs",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards.cjs",[[4,"db-cards"]]],["db-checkbox.cjs",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown.cjs",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer.cjs",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header.cjs",[[4,"db-header"]]],["db-image.cjs",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input.cjs",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"step":[514],"min":[514],"max":[514],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher.cjs",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist.cjs",[[4,"db-linklist",{"data":[513]}]]],["db-logo.cjs",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation.cjs",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta.cjs",[[1,"db-meta"]]],["db-metanavigation.cjs",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification.cjs",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications.cjs",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu.cjs",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page.cjs",[[4,"db-page"]]],["db-pagination.cjs",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress.cjs",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio.cjs",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi.cjs",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab.cjs",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar.cjs",[[4,"db-tab-bar"]]],["db-textarea.cjs",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle.cjs",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline.cjs",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select.cjs",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2.cjs",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
});
exports.setNonce = index.setNonce;

@@ -17,3 +17,3 @@ 'use strict';

return patchEsm().then(() => {
return index.bootstrapLazy([["db-card.cjs",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip.cjs",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link.cjs",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table.cjs",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag.cjs",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher.cjs",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion.cjs",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand.cjs",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb.cjs",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards.cjs",[[4,"db-cards"]]],["db-checkbox.cjs",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown.cjs",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer.cjs",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header.cjs",[[4,"db-header"]]],["db-image.cjs",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input.cjs",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher.cjs",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist.cjs",[[4,"db-linklist",{"data":[513]}]]],["db-logo.cjs",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation.cjs",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta.cjs",[[1,"db-meta"]]],["db-metanavigation.cjs",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification.cjs",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications.cjs",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu.cjs",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page.cjs",[[4,"db-page"]]],["db-pagination.cjs",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress.cjs",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio.cjs",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi.cjs",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab.cjs",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar.cjs",[[4,"db-tab-bar"]]],["db-textarea.cjs",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle.cjs",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline.cjs",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select.cjs",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2.cjs",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
return index.bootstrapLazy([["db-card.cjs",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip.cjs",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link.cjs",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table.cjs",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag.cjs",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher.cjs",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion.cjs",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand.cjs",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb.cjs",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards.cjs",[[4,"db-cards"]]],["db-checkbox.cjs",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown.cjs",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer.cjs",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header.cjs",[[4,"db-header"]]],["db-image.cjs",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input.cjs",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"step":[514],"min":[514],"max":[514],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher.cjs",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist.cjs",[[4,"db-linklist",{"data":[513]}]]],["db-logo.cjs",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation.cjs",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta.cjs",[[1,"db-meta"]]],["db-metanavigation.cjs",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification.cjs",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications.cjs",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu.cjs",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page.cjs",[[4,"db-page"]]],["db-pagination.cjs",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress.cjs",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio.cjs",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi.cjs",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab.cjs",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar.cjs",[[4,"db-tab-bar"]]],["db-textarea.cjs",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle.cjs",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline.cjs",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select.cjs",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2.cjs",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
});

@@ -20,0 +20,0 @@ };

@@ -19,2 +19,5 @@ import { h, Host } from '@stencil/core';

this.pattern = undefined;
this.step = undefined;
this.min = undefined;
this.max = undefined;
this.placeholder = undefined;

@@ -32,3 +35,3 @@ this.readonly = undefined;

render() {
return (h(Host, null, h("input", { type: this.type, class: "elm-input", id: this.input_id, "aria-invalid": this.ariainvalid, "aria-required": this.ariarequired, autocomplete: this.autocomplete, autofocus: this.autofocus, "data-dirname": this.dirname, disabled: this.disabled, list: this.list, maxlength: this.maxlength, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, size: this.size, value: this.value, "aria-labelledby": this.input_id + '-label', "data-variant": this.variant, onChange: (event) => this.handleChange(event) }), h("label", { class: "elm-label", htmlFor: this.input_id, "aria-hidden": "true", id: this.input_id + '-label' }, this.label), this.description && (h("p", { id: this.input_id + '-hint', class: "description" }, this.description)), this.list ? (h("datalist", { id: this.list }, h("slot", null))) : ('')));
return (h(Host, null, h("input", { type: this.type, class: "elm-input", id: this.input_id, "aria-invalid": this.ariainvalid, "aria-required": this.ariarequired, autocomplete: this.autocomplete, autofocus: this.autofocus, "data-dirname": this.dirname, disabled: this.disabled, list: this.list, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, size: this.size, step: this.step, value: this.value, "aria-labelledby": this.input_id + '-label', "data-variant": this.variant, onChange: (event) => this.handleChange(event) }), h("label", { class: "elm-label", htmlFor: this.input_id, "aria-hidden": "true", id: this.input_id + '-label' }, this.label), this.description && (h("p", { id: this.input_id + '-hint', class: "description" }, this.description)), this.list ? (h("datalist", { id: this.list }, h("slot", null))) : ('')));
}

@@ -288,2 +291,53 @@ static get is() { return "db-input"; }

},
"step": {
"type": "number",
"mutable": false,
"complexType": {
"original": "number",
"resolved": "number",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": "The step attribute specifies the granularity that the value must obey to on increasing or decreasing by the users selection."
},
"attribute": "step",
"reflect": true
},
"min": {
"type": "number",
"mutable": false,
"complexType": {
"original": "number",
"resolved": "number",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": "The min attribute specifies the minimum value that is sufficient for this input."
},
"attribute": "min",
"reflect": true
},
"max": {
"type": "number",
"mutable": false,
"complexType": {
"original": "number",
"resolved": "number",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": "The max attribute specifies the maximum value that is sufficient for this input."
},
"attribute": "max",
"reflect": true
},
"placeholder": {

@@ -290,0 +344,0 @@ "type": "string",

@@ -1,1 +0,1 @@

import{p as e,b as a}from"./p-29dc2ee7.js";export{s as setNonce}from"./p-29dc2ee7.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-c2dd452e",[[4,"db-card",{alt:[513],header:[513],content:[513],image:[513],illustration:[513],uiCoreIllustrationPath:[513,"illustration-path"],variant:[513]}]]],["p-3fa2f9f2",[[4,"db-chip",{datatype:[513],disabled:[516],icon:[513],iconafter:[513],input_id:[513],name:[513],selected:[516],variant:[513]}]]],["p-f30798fa",[[4,"db-link",{current:[513],href:[513],hreflang:[513],icon:[513],iconVariant:[513,"icon-variant"],icononly:[516],media:[513],rel:[513],target:[513],type:[513],text:[513]}]]],["p-10f63b71",[[2,"db-table",{tabledata:[1],align:[513],verticalalign:[513],bodyalign:[513],bodyverticalalign:[513],border:[513],density:[513],fontsize:[513],stripes:[513],sticky:[513]}]]],["p-8ed1706b",[[4,"db-tag",{icon:[513],iconafter:[513],small:[516],variant:[513]}]]],["p-32495db0",[[1,"github-version-switcher",{owner:[1],repo:[1],groups:[32],currentBranch:[32],cleanOwner:[32],cleanRepo:[32]}]]],["p-4b775855",[[4,"db-accordion",{emphasis:[4],size:[1],summary:[1]}]]],["p-56e295a3",[[4,"db-brand",{siteNameLink:[516,"site-name-link"],alt:[513],anchorRef:[513,"href"],anchorTitle:[513,"title"],anchorRelation:[513,"rel"],src:[513]}]]],["p-5be1f36e",[[4,"db-breadcrumb",{data:[513],arialabel:[513]}]]],["p-bdfe0e31",[[4,"db-cards"]]],["p-e54e6265",[[2,"db-checkbox",{autofocus:[516],checked:[516],disabled:[516],input_id:[513],label:[513],name:[513],required:[516],value:[513],indeterminate:[4],setIndeterminate:[64]}]]],["p-3f3b9b6a",[[4,"db-dropdown",{data:[513],opposite:[516],summary:[513]}]]],["p-ec540bf0",[[6,"db-footer",{border:[4],copyright:[4]}]]],["p-1d123745",[[4,"db-header"]]],["p-e361d31e",[[2,"db-image",{src:[513],modernformat:[1],srcset:[1],alt:[513],width:[514],height:[514],loading:[1],caption:[1],responsivemediaquery:[1],ariaid:[1]}]]],["p-699a7e3b",[[6,"db-input",{ariainvalid:[513],ariarequired:[513],autocomplete:[513],autofocus:[516],description:[513],dirname:[513],disabled:[516],input_id:[513],label:[513],list:[513],maxlength:[514],minlength:[514],name:[513],pattern:[513],placeholder:[513],readonly:[516],required:[516],size:[514],type:[513],value:[513],variant:[513]}]]],["p-7097ad41",[[4,"db-language-switcher",{ariaSelectedIndex:[514,"aria-selected-index"],data:[513]}]]],["p-485b0a3c",[[4,"db-linklist",{data:[513]}]]],["p-c22d938d",[[0,"db-logo",{size:[1]}]]],["p-7d95dbb1",[[4,"db-mainnavigation",{siteName:[513,"site-name"],data:[513]}]]],["p-66fa8a4d",[[1,"db-meta"]]],["p-a4664f7a",[[4,"db-metanavigation",{data:[513]}]]],["p-1fa7e63d",[[4,"db-notification",{variant:[513],type:[513]}]]],["p-25300d7c",[[4,"db-notifications",{arialive:[513],variant:[513]}]]],["p-33c6bdfb",[[4,"db-overflow-menu",{data:[513],opposite:[516],summary:[513]}]]],["p-e2a6c8b4",[[4,"db-page"]]],["p-f121e862",[[0,"db-pagination",{ellipsisstart:[516],ellipsisend:[516],currentpage:[514],pages:[514],count:[514],titleprevious:[513],titlenext:[513],titlepagination:[513],textprevious:[513],textnext:[513],arialabel:[513],ariaid:[1]}]]],["p-90e1cae1",[[2,"db-progress",{value:[514],max:[514],htmlid:[1],percentagesign:[1],circle:[4],indeterminate:[4]}]]],["p-6cae508f",[[2,"db-radio",{autofocus:[516],checked:[516],disabled:[516],input_id:[513],label:[513],name:[513],required:[516],value:[513]}]]],["p-08ab9606",[[4,"db-sidenavi",{data:[513]}]]],["p-d0a65ccb",[[4,"db-tab",{active:[516],label:[513],name:[513]}]]],["p-25eb66a5",[[4,"db-tab-bar"]]],["p-d026bdc9",[[6,"db-textarea",{ariainvalid:[513],ariarequired:[513],autofocus:[516],cols:[514],description:[513],dirname:[513],disabled:[516],input_id:[513],label:[513],maxlength:[514],minlength:[514],name:[513],placeholder:[513],readonly:[516],required:[516],rows:[514],variant:[513],wrap:[513],value:[513],valueSize:[32]}]]],["p-2cf07d39",[[4,"db-toggle",{htmlid:[1],disabled:[516],checked:[516]}]]],["p-520ba837",[[4,"db-headline",{variant:[1],pulse:[516]}]]],["p-707f0e17",[[6,"db-select",{ariainvalid:[516],disabled:[516],input_id:[513],label:[513],multiple:[516],name:[513],required:[516],size:[514],value:[1],variant:[513]}]]],["p-3d4428da",[[4,"db-button",{ariaexpanded:[513],ariapressed:[513],disabled:[516],formaction:[513],formenctype:[513],formmethod:[513],formnovalidate:[516],formtarget:[513],icon:[513],iconafter:[513],icononly:[516],name:[513],tooltip:[513],type:[513],value:[513],variant:[513],size:[513]}],[1,"db-icon",{icon:[1],variant:[1]}]]]],e)));
import{p as e,b as a}from"./p-29dc2ee7.js";export{s as setNonce}from"./p-29dc2ee7.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-c2dd452e",[[4,"db-card",{alt:[513],header:[513],content:[513],image:[513],illustration:[513],uiCoreIllustrationPath:[513,"illustration-path"],variant:[513]}]]],["p-3fa2f9f2",[[4,"db-chip",{datatype:[513],disabled:[516],icon:[513],iconafter:[513],input_id:[513],name:[513],selected:[516],variant:[513]}]]],["p-f30798fa",[[4,"db-link",{current:[513],href:[513],hreflang:[513],icon:[513],iconVariant:[513,"icon-variant"],icononly:[516],media:[513],rel:[513],target:[513],type:[513],text:[513]}]]],["p-10f63b71",[[2,"db-table",{tabledata:[1],align:[513],verticalalign:[513],bodyalign:[513],bodyverticalalign:[513],border:[513],density:[513],fontsize:[513],stripes:[513],sticky:[513]}]]],["p-8ed1706b",[[4,"db-tag",{icon:[513],iconafter:[513],small:[516],variant:[513]}]]],["p-32495db0",[[1,"github-version-switcher",{owner:[1],repo:[1],groups:[32],currentBranch:[32],cleanOwner:[32],cleanRepo:[32]}]]],["p-4b775855",[[4,"db-accordion",{emphasis:[4],size:[1],summary:[1]}]]],["p-56e295a3",[[4,"db-brand",{siteNameLink:[516,"site-name-link"],alt:[513],anchorRef:[513,"href"],anchorTitle:[513,"title"],anchorRelation:[513,"rel"],src:[513]}]]],["p-5be1f36e",[[4,"db-breadcrumb",{data:[513],arialabel:[513]}]]],["p-bdfe0e31",[[4,"db-cards"]]],["p-e54e6265",[[2,"db-checkbox",{autofocus:[516],checked:[516],disabled:[516],input_id:[513],label:[513],name:[513],required:[516],value:[513],indeterminate:[4],setIndeterminate:[64]}]]],["p-3f3b9b6a",[[4,"db-dropdown",{data:[513],opposite:[516],summary:[513]}]]],["p-ec540bf0",[[6,"db-footer",{border:[4],copyright:[4]}]]],["p-1d123745",[[4,"db-header"]]],["p-e361d31e",[[2,"db-image",{src:[513],modernformat:[1],srcset:[1],alt:[513],width:[514],height:[514],loading:[1],caption:[1],responsivemediaquery:[1],ariaid:[1]}]]],["p-c20eea75",[[6,"db-input",{ariainvalid:[513],ariarequired:[513],autocomplete:[513],autofocus:[516],description:[513],dirname:[513],disabled:[516],input_id:[513],label:[513],list:[513],maxlength:[514],minlength:[514],name:[513],pattern:[513],step:[514],min:[514],max:[514],placeholder:[513],readonly:[516],required:[516],size:[514],type:[513],value:[513],variant:[513]}]]],["p-7097ad41",[[4,"db-language-switcher",{ariaSelectedIndex:[514,"aria-selected-index"],data:[513]}]]],["p-485b0a3c",[[4,"db-linklist",{data:[513]}]]],["p-c22d938d",[[0,"db-logo",{size:[1]}]]],["p-7d95dbb1",[[4,"db-mainnavigation",{siteName:[513,"site-name"],data:[513]}]]],["p-66fa8a4d",[[1,"db-meta"]]],["p-a4664f7a",[[4,"db-metanavigation",{data:[513]}]]],["p-1fa7e63d",[[4,"db-notification",{variant:[513],type:[513]}]]],["p-25300d7c",[[4,"db-notifications",{arialive:[513],variant:[513]}]]],["p-33c6bdfb",[[4,"db-overflow-menu",{data:[513],opposite:[516],summary:[513]}]]],["p-e2a6c8b4",[[4,"db-page"]]],["p-f121e862",[[0,"db-pagination",{ellipsisstart:[516],ellipsisend:[516],currentpage:[514],pages:[514],count:[514],titleprevious:[513],titlenext:[513],titlepagination:[513],textprevious:[513],textnext:[513],arialabel:[513],ariaid:[1]}]]],["p-90e1cae1",[[2,"db-progress",{value:[514],max:[514],htmlid:[1],percentagesign:[1],circle:[4],indeterminate:[4]}]]],["p-6cae508f",[[2,"db-radio",{autofocus:[516],checked:[516],disabled:[516],input_id:[513],label:[513],name:[513],required:[516],value:[513]}]]],["p-08ab9606",[[4,"db-sidenavi",{data:[513]}]]],["p-d0a65ccb",[[4,"db-tab",{active:[516],label:[513],name:[513]}]]],["p-25eb66a5",[[4,"db-tab-bar"]]],["p-d026bdc9",[[6,"db-textarea",{ariainvalid:[513],ariarequired:[513],autofocus:[516],cols:[514],description:[513],dirname:[513],disabled:[516],input_id:[513],label:[513],maxlength:[514],minlength:[514],name:[513],placeholder:[513],readonly:[516],required:[516],rows:[514],variant:[513],wrap:[513],value:[513],valueSize:[32]}]]],["p-2cf07d39",[[4,"db-toggle",{htmlid:[1],disabled:[516],checked:[516]}]]],["p-520ba837",[[4,"db-headline",{variant:[1],pulse:[516]}]]],["p-12f99f55",[[6,"db-select",{ariainvalid:[516],disabled:[516],input_id:[513],label:[513],multiple:[516],name:[513],required:[516],size:[514],value:[1],variant:[513]}]]],["p-3d4428da",[[4,"db-button",{ariaexpanded:[513],ariapressed:[513],disabled:[516],formaction:[513],formenctype:[513],formmethod:[513],formnovalidate:[516],formtarget:[513],icon:[513],iconafter:[513],icononly:[516],name:[513],tooltip:[513],type:[513],value:[513],variant:[513],size:[513]}],[1,"db-icon",{icon:[1],variant:[1]}]]]],e)));

@@ -24,2 +24,5 @@ import { r as registerInstance, c as createEvent, h, H as Host } from './index-545aea95.js';

this.pattern = undefined;
this.step = undefined;
this.min = undefined;
this.max = undefined;
this.placeholder = undefined;

@@ -37,3 +40,3 @@ this.readonly = undefined;

render() {
return (h(Host, null, h("input", { type: this.type, class: "elm-input", id: this.input_id, "aria-invalid": this.ariainvalid, "aria-required": this.ariarequired, autocomplete: this.autocomplete, autofocus: this.autofocus, "data-dirname": this.dirname, disabled: this.disabled, list: this.list, maxlength: this.maxlength, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, size: this.size, value: this.value, "aria-labelledby": this.input_id + '-label', "data-variant": this.variant, onChange: (event) => this.handleChange(event) }), h("label", { class: "elm-label", htmlFor: this.input_id, "aria-hidden": "true", id: this.input_id + '-label' }, this.label), this.description && (h("p", { id: this.input_id + '-hint', class: "description" }, this.description)), this.list ? (h("datalist", { id: this.list }, h("slot", null))) : ('')));
return (h(Host, null, h("input", { type: this.type, class: "elm-input", id: this.input_id, "aria-invalid": this.ariainvalid, "aria-required": this.ariarequired, autocomplete: this.autocomplete, autofocus: this.autofocus, "data-dirname": this.dirname, disabled: this.disabled, list: this.list, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, size: this.size, step: this.step, value: this.value, "aria-labelledby": this.input_id + '-label', "data-variant": this.variant, onChange: (event) => this.handleChange(event) }), h("label", { class: "elm-label", htmlFor: this.input_id, "aria-hidden": "true", id: this.input_id + '-label' }, this.label), this.description && (h("p", { id: this.input_id + '-hint', class: "description" }, this.description)), this.list ? (h("datalist", { id: this.list }, h("slot", null))) : ('')));
}

@@ -40,0 +43,0 @@ };

import { r as registerInstance, c as createEvent, h, H as Host } from './index-545aea95.js';
import { u as uuid } from './utils-a63157eb.js';
const dbSelectCss = "@charset \"UTF-8\";.sc-db-select:where(html){line-height:1.15}.sc-db-select:where(h1){font-size:2em;margin-block-end:0.67em;margin-block-start:0.67em}.sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select .sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select{margin-block-end:0;margin-block-start:0}.sc-db-select:where(hr){box-sizing:content-box;color:inherit;height:0}.sc-db-select:where(pre){font-family:monospace, monospace;font-size:1em}.sc-db-select:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}.sc-db-select:where(b,strong).sc-db-select{font-weight:bolder}.sc-db-select:where(code,kbd.sc-db-select,samp).sc-db-select{font-family:monospace, monospace;font-size:1em}.sc-db-select:where(small){font-size:80%}.sc-db-select:where(table){border-color:currentColor;text-indent:0}.sc-db-select:where(button,input.sc-db-select,select).sc-db-select{margin:0}.sc-db-select:where(button){text-transform:none}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=reset i].sc-db-select,[type=submit i])).sc-db-select{-webkit-appearance:button}.sc-db-select:where(progress){vertical-align:baseline}.sc-db-select:where(select){text-transform:none}.sc-db-select:where(textarea){margin:0}.sc-db-select:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}.sc-db-select::-webkit-inner-spin-button,.sc-db-select::-webkit-outer-spin-button{height:auto}.sc-db-select::-webkit-input-placeholder{color:inherit;opacity:0.54}.sc-db-select::-webkit-search-decoration{-webkit-appearance:none}.sc-db-select::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focus-inner{border-style:none;padding:0}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focusring{outline:1px dotted ButtonText}.sc-db-select:where(:-moz-ui-invalid){box-shadow:none}.sc-db-select:where(dialog){background-color:white;border:solid;color:black;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}.sc-db-select:where(dialog:not([open])){display:none}.sc-db-select:where(summary){display:list-item}html.sc-db-select,.sc-db-select-h{box-sizing:border-box}*.sc-db-select,.sc-db-select::before,.sc-db-select::after{box-sizing:inherit}img.sc-db-select,embed.sc-db-select,iframe.sc-db-select,object.sc-db-select,video.sc-db-select{height:auto;max-width:100%}iframe.sc-db-select{border:0}nav.sc-db-select ol.sc-db-select,nav.sc-db-select ul.sc-db-select,[role=navigation].sc-db-select ol.sc-db-select,[role=navigation].sc-db-select ul.sc-db-select{list-style:none;margin:0;padding:0}.sc-db-select:root{--db-focus-outline-offset:1px;--db-focus-outline-color:#2c95c4}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select{--db-focus-outline-size:max(2px, 0.08em)}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select:focus-visible{outline:var(--db-focus-outline-size) var(--db-focus-outline-style, solid) var(--db-focus-outline-color, currentColor);outline-offset:var(--db-focus-outline-offset, var(--db-focus-outline-size))}.sc-db-select:where(ul){list-style-type:\"•   \"}.sc-db-select:where(ul) li.sc-db-select::marker{color:#ec0016}body.sc-db-select,.sc-db-select-h,div.sc-db-select,button.sc-db-select,input.sc-db-select,select.sc-db-select,textarea.sc-db-select{color:#282d37;font-family:\"DB Screen Sans\", Helvetica, Arial, sans-serif;font-size:1rem;font-weight:400;line-height:1.5}a.sc-db-select{color:inherit}.elm-select.sc-db-select{--formElement---borderTopColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderRightColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderBottomColor:var(\n \t--formElement---borderColor,\n \trgba(40, 45, 55, 0.5)\n );--formElement---borderLeftColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );border-radius:4px;caret-color:#ec0016;color:#282d37}.elm-select.sc-db-select~.description.sc-db-select{color:#646973;font-size:0.875rem;padding:0.375rem 0.625rem}.elm-select[data-variant=semitransparent].sc-db-select,.sc-db-select:where(.elm-select:not([multiple])){--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:rgba(40, 45, 55, 0.05);border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=white].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#ffffff;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=solid].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#f0f3f5;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=outline].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.25);background-color:transparent;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-right:1px solid var(--formElement---borderRightColor);border-top:1px solid var(--formElement---borderTopColor)}.elm-select.sc-db-select{appearance:none;font-size:1rem}.elm-select.sc-db-select::-ms-expand{display:none}.elm-select.sc-db-select:not([multiple]){background-image:var(--db-ic-expand-more-20, url(../../../icons/functional/images/navigation/db_ic_expand_more_20.svg));background-position:right 0.6875rem center;background-repeat:no-repeat;height:2.75rem;padding:1.25rem 2.625rem 0 1rem}.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{pointer-events:none;position:absolute;transition:opacity, transform 250ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select.sc-db-select:not([multiple]):required:invalid+.elm-label.sc-db-select,.elm-select.sc-db-select:not([multiple])[aria-invalid=true]+.elm-label.sc-db-select{color:#646973;font-size:1rem;transform:translate(1rem, -2.1875rem)}.elm-select.sc-db-select+.elm-label.sc-db-select{display:block;font-size:0.75rem;margin-bottom:-1.125rem;transform:translate(1rem, -2.5625rem);transition:opacity, transform 150ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select[multiple].sc-db-select{margin-top:1rem}.elm-select[multiple].sc-db-select+.elm-label.sc-db-select{transform:translate(1rem, -6.25rem)}.elm-select.sc-db-select optgroup.sc-db-select{background-color:transparent;font-style:normal}.elm-select.sc-db-select option.sc-db-select:not(:disabled):hover{background-color:#d7dce1}.elm-select.sc-db-select option.sc-db-select:checked{background-color:#d7dce1}.sc-db-select-h{position:relative;--db-ic-expand-more-20:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAI9JREFUOE/tktENgCAMRB8buImOoJPrCLqJG2guEWOwIETil/1pSNuX61FH5XCVefzA945+4uEMbMAArBHNDTAedfWdYSkUsAWULaiHdcACKCeBGpgi0BDWh1vEPLSgUqE1vbIbTA2pTwmh6k/CnoCqX6F6yzNTmTcx52w8VDNJWI7C4kvPUVgE/YFFdpnNO7s0HhVghjmfAAAAAElFTkSuQmCC\")}";
const dbSelectCss = "@charset \"UTF-8\";.sc-db-select:where(html){line-height:1.15}.sc-db-select:where(h1){font-size:2em;margin-block-end:0.67em;margin-block-start:0.67em}.sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select .sc-db-select:where(dl,ol.sc-db-select,ul).sc-db-select{margin-block-end:0;margin-block-start:0}.sc-db-select:where(hr){box-sizing:content-box;color:inherit;height:0}.sc-db-select:where(pre){font-family:monospace, monospace;font-size:1em}.sc-db-select:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}.sc-db-select:where(b,strong).sc-db-select{font-weight:bolder}.sc-db-select:where(code,kbd.sc-db-select,samp).sc-db-select{font-family:monospace, monospace;font-size:1em}.sc-db-select:where(small){font-size:80%}.sc-db-select:where(table){border-color:currentColor;text-indent:0}.sc-db-select:where(button,input.sc-db-select,select).sc-db-select{margin:0}.sc-db-select:where(button){text-transform:none}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=reset i].sc-db-select,[type=submit i])).sc-db-select{-webkit-appearance:button}.sc-db-select:where(progress){vertical-align:baseline}.sc-db-select:where(select){text-transform:none}.sc-db-select:where(textarea){margin:0}.sc-db-select:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}.sc-db-select::-webkit-inner-spin-button,.sc-db-select::-webkit-outer-spin-button{height:auto}.sc-db-select::-webkit-input-placeholder{color:inherit;opacity:0.54}.sc-db-select::-webkit-search-decoration{-webkit-appearance:none}.sc-db-select::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focus-inner{border-style:none;padding:0}.sc-db-select:where(button,input.sc-db-select:is([type=button i],[type=color i].sc-db-select,[type=reset i].sc-db-select,[type=submit i])).sc-db-select::-moz-focusring{outline:1px dotted ButtonText}.sc-db-select:where(:-moz-ui-invalid){box-shadow:none}.sc-db-select:where(dialog){background-color:white;border:solid;color:black;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}.sc-db-select:where(dialog:not([open])){display:none}.sc-db-select:where(summary){display:list-item}html.sc-db-select,.sc-db-select-h{box-sizing:border-box}*.sc-db-select,.sc-db-select::before,.sc-db-select::after{box-sizing:inherit}img.sc-db-select,embed.sc-db-select,iframe.sc-db-select,object.sc-db-select,video.sc-db-select{height:auto;max-width:100%}iframe.sc-db-select{border:0}nav.sc-db-select ol.sc-db-select,nav.sc-db-select ul.sc-db-select,[role=navigation].sc-db-select ol.sc-db-select,[role=navigation].sc-db-select ul.sc-db-select{list-style:none;margin:0;padding:0}.sc-db-select:root{--db-focus-outline-offset:1px;--db-focus-outline-color:#2c95c4}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select{--db-focus-outline-size:max(2px, 0.08em)}.sc-db-select:is(a,button.sc-db-select,input.sc-db-select,textarea.sc-db-select,summary).sc-db-select:focus-visible{outline:var(--db-focus-outline-size) var(--db-focus-outline-style, solid) var(--db-focus-outline-color, currentColor);outline-offset:var(--db-focus-outline-offset, var(--db-focus-outline-size))}.sc-db-select:where(ul){list-style-type:\"•   \"}.sc-db-select:where(ul) li.sc-db-select::marker{color:#ec0016}body.sc-db-select,.sc-db-select-h,div.sc-db-select,button.sc-db-select,input.sc-db-select,select.sc-db-select,textarea.sc-db-select{color:#282d37;font-family:\"DB Screen Sans\", Helvetica, Arial, sans-serif;font-size:1rem;font-weight:400;line-height:1.5}a.sc-db-select{color:inherit}.elm-select.sc-db-select{--formElement---borderTopColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderRightColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );--formElement---borderBottomColor:var(\n \t--formElement---borderColor,\n \trgba(40, 45, 55, 0.5)\n );--formElement---borderLeftColor:var(\n \t--formElement---borderColor,\n \ttransparent\n );border-radius:4px;caret-color:#ec0016;color:#282d37}.elm-select.sc-db-select~.description.sc-db-select{color:#646973;font-size:0.875rem;padding:0.375rem 0.625rem}.elm-select[data-variant=semitransparent].sc-db-select,.sc-db-select:where(.elm-select:not([multiple])){--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:rgba(40, 45, 55, 0.05);border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=white].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#ffffff;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=solid].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.5);background-color:#f0f3f5;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-left-color:transparent;border-right:1px solid var(--formElement---borderRightColor);border-right-color:transparent;border-top:1px solid var(--formElement---borderTopColor);border-top-color:transparent}.elm-select[data-variant=outline].sc-db-select{--formElement---borderColor:rgba(40, 45, 55, 0.25);background-color:transparent;border-bottom:1px solid var(--formElement---borderBottomColor);border-left:1px solid var(--formElement---borderLeftColor);border-right:1px solid var(--formElement---borderRightColor);border-top:1px solid var(--formElement---borderTopColor)}.elm-select.sc-db-select{appearance:none;font-size:1rem}.elm-select.sc-db-select::-ms-expand{display:none}.elm-select.sc-db-select:not([multiple]){background-image:var(--db-ic-expand-more-20, url(../../../icons/functional/images/navigation/db_ic_expand_more_20.svg));background-position:right 0.6875rem center;background-repeat:no-repeat;height:2.75rem;padding:1.25rem 2.625rem 0 1rem}.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{pointer-events:none;position:absolute;transition:opacity, transform 250ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select:not([multiple])+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select.sc-db-select:not([multiple]):required:invalid+.elm-label.sc-db-select,.elm-select.sc-db-select:not([multiple])[aria-invalid=true]+.elm-label.sc-db-select{color:#646973;font-size:1rem;transform:translate(1rem, -2.1875rem)}.elm-select.sc-db-select:disabled,.elm-select.sc-db-select:disabled+.elm-label.sc-db-select,fieldset.sc-db-select:disabled .elm-select.sc-db-select,fieldset.sc-db-select:disabled .elm-select.sc-db-select+.elm-label.sc-db-select{opacity:0.4}.elm-select.sc-db-select+.elm-label.sc-db-select{display:block;font-size:0.75rem;margin-bottom:-1.125rem;transform:translate(1rem, -2.5625rem);transition:opacity, transform 150ms}@media (prefers-reduced-motion: reduce){.elm-select.sc-db-select+.elm-label.sc-db-select{transition-duration:0.01s !important}}.elm-select[multiple].sc-db-select{margin-top:1rem}.elm-select[multiple].sc-db-select+.elm-label.sc-db-select{transform:translate(1rem, -6.25rem)}.elm-select.sc-db-select optgroup.sc-db-select{background-color:transparent;font-style:normal}.elm-select.sc-db-select option.sc-db-select:not(:disabled):hover{background-color:#d7dce1}.elm-select.sc-db-select option.sc-db-select:checked{background-color:#d7dce1}.sc-db-select-h{position:relative;--db-ic-expand-more-20:url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAI9JREFUOE/tktENgCAMRB8buImOoJPrCLqJG2guEWOwIETil/1pSNuX61FH5XCVefzA945+4uEMbMAArBHNDTAedfWdYSkUsAWULaiHdcACKCeBGpgi0BDWh1vEPLSgUqE1vbIbTA2pTwmh6k/CnoCqX6F6yzNTmTcx52w8VDNJWI7C4kvPUVgE/YFFdpnNO7s0HhVghjmfAAAAAElFTkSuQmCC\")}";

@@ -6,0 +6,0 @@ const DbSelect = class {

@@ -17,3 +17,3 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-545aea95.js';

patchBrowser().then(options => {
return bootstrapLazy([["db-card",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards",[[4,"db-cards"]]],["db-checkbox",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header",[[4,"db-header"]]],["db-image",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist",[[4,"db-linklist",{"data":[513]}]]],["db-logo",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta",[[1,"db-meta"]]],["db-metanavigation",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page",[[4,"db-page"]]],["db-pagination",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar",[[4,"db-tab-bar"]]],["db-textarea",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
return bootstrapLazy([["db-card",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards",[[4,"db-cards"]]],["db-checkbox",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header",[[4,"db-header"]]],["db-image",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"step":[514],"min":[514],"max":[514],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist",[[4,"db-linklist",{"data":[513]}]]],["db-logo",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta",[[1,"db-meta"]]],["db-metanavigation",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page",[[4,"db-page"]]],["db-pagination",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar",[[4,"db-tab-bar"]]],["db-textarea",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
});

@@ -14,3 +14,3 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-545aea95.js';

return patchEsm().then(() => {
return bootstrapLazy([["db-card",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards",[[4,"db-cards"]]],["db-checkbox",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header",[[4,"db-header"]]],["db-image",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist",[[4,"db-linklist",{"data":[513]}]]],["db-logo",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta",[[1,"db-meta"]]],["db-metanavigation",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page",[[4,"db-page"]]],["db-pagination",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar",[[4,"db-tab-bar"]]],["db-textarea",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
return bootstrapLazy([["db-card",[[4,"db-card",{"alt":[513],"header":[513],"content":[513],"image":[513],"illustration":[513],"uiCoreIllustrationPath":[513,"illustration-path"],"variant":[513]}]]],["db-chip",[[4,"db-chip",{"datatype":[513],"disabled":[516],"icon":[513],"iconafter":[513],"input_id":[513],"name":[513],"selected":[516],"variant":[513]}]]],["db-link",[[4,"db-link",{"current":[513],"href":[513],"hreflang":[513],"icon":[513],"iconVariant":[513,"icon-variant"],"icononly":[516],"media":[513],"rel":[513],"target":[513],"type":[513],"text":[513]}]]],["db-table",[[2,"db-table",{"tabledata":[1],"align":[513],"verticalalign":[513],"bodyalign":[513],"bodyverticalalign":[513],"border":[513],"density":[513],"fontsize":[513],"stripes":[513],"sticky":[513]}]]],["db-tag",[[4,"db-tag",{"icon":[513],"iconafter":[513],"small":[516],"variant":[513]}]]],["github-version-switcher",[[1,"github-version-switcher",{"owner":[1],"repo":[1],"groups":[32],"currentBranch":[32],"cleanOwner":[32],"cleanRepo":[32]}]]],["db-accordion",[[4,"db-accordion",{"emphasis":[4],"size":[1],"summary":[1]}]]],["db-brand",[[4,"db-brand",{"siteNameLink":[516,"site-name-link"],"alt":[513],"anchorRef":[513,"href"],"anchorTitle":[513,"title"],"anchorRelation":[513,"rel"],"src":[513]}]]],["db-breadcrumb",[[4,"db-breadcrumb",{"data":[513],"arialabel":[513]}]]],["db-cards",[[4,"db-cards"]]],["db-checkbox",[[2,"db-checkbox",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513],"indeterminate":[4],"setIndeterminate":[64]}]]],["db-dropdown",[[4,"db-dropdown",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-footer",[[6,"db-footer",{"border":[4],"copyright":[4]}]]],["db-header",[[4,"db-header"]]],["db-image",[[2,"db-image",{"src":[513],"modernformat":[1],"srcset":[1],"alt":[513],"width":[514],"height":[514],"loading":[1],"caption":[1],"responsivemediaquery":[1],"ariaid":[1]}]]],["db-input",[[6,"db-input",{"ariainvalid":[513],"ariarequired":[513],"autocomplete":[513],"autofocus":[516],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"list":[513],"maxlength":[514],"minlength":[514],"name":[513],"pattern":[513],"step":[514],"min":[514],"max":[514],"placeholder":[513],"readonly":[516],"required":[516],"size":[514],"type":[513],"value":[513],"variant":[513]}]]],["db-language-switcher",[[4,"db-language-switcher",{"ariaSelectedIndex":[514,"aria-selected-index"],"data":[513]}]]],["db-linklist",[[4,"db-linklist",{"data":[513]}]]],["db-logo",[[0,"db-logo",{"size":[1]}]]],["db-mainnavigation",[[4,"db-mainnavigation",{"siteName":[513,"site-name"],"data":[513]}]]],["db-meta",[[1,"db-meta"]]],["db-metanavigation",[[4,"db-metanavigation",{"data":[513]}]]],["db-notification",[[4,"db-notification",{"variant":[513],"type":[513]}]]],["db-notifications",[[4,"db-notifications",{"arialive":[513],"variant":[513]}]]],["db-overflow-menu",[[4,"db-overflow-menu",{"data":[513],"opposite":[516],"summary":[513]}]]],["db-page",[[4,"db-page"]]],["db-pagination",[[0,"db-pagination",{"ellipsisstart":[516],"ellipsisend":[516],"currentpage":[514],"pages":[514],"count":[514],"titleprevious":[513],"titlenext":[513],"titlepagination":[513],"textprevious":[513],"textnext":[513],"arialabel":[513],"ariaid":[1]}]]],["db-progress",[[2,"db-progress",{"value":[514],"max":[514],"htmlid":[1],"percentagesign":[1],"circle":[4],"indeterminate":[4]}]]],["db-radio",[[2,"db-radio",{"autofocus":[516],"checked":[516],"disabled":[516],"input_id":[513],"label":[513],"name":[513],"required":[516],"value":[513]}]]],["db-sidenavi",[[4,"db-sidenavi",{"data":[513]}]]],["db-tab",[[4,"db-tab",{"active":[516],"label":[513],"name":[513]}]]],["db-tab-bar",[[4,"db-tab-bar"]]],["db-textarea",[[6,"db-textarea",{"ariainvalid":[513],"ariarequired":[513],"autofocus":[516],"cols":[514],"description":[513],"dirname":[513],"disabled":[516],"input_id":[513],"label":[513],"maxlength":[514],"minlength":[514],"name":[513],"placeholder":[513],"readonly":[516],"required":[516],"rows":[514],"variant":[513],"wrap":[513],"value":[513],"valueSize":[32]}]]],["db-toggle",[[4,"db-toggle",{"htmlid":[1],"disabled":[516],"checked":[516]}]]],["db-headline",[[4,"db-headline",{"variant":[1],"pulse":[516]}]]],["db-select",[[6,"db-select",{"ariainvalid":[516],"disabled":[516],"input_id":[513],"label":[513],"multiple":[516],"name":[513],"required":[516],"size":[514],"value":[1],"variant":[513]}]]],["db-button_2",[[4,"db-button",{"ariaexpanded":[513],"ariapressed":[513],"disabled":[516],"formaction":[513],"formenctype":[513],"formmethod":[513],"formnovalidate":[516],"formtarget":[513],"icon":[513],"iconafter":[513],"icononly":[516],"name":[513],"tooltip":[513],"type":[513],"value":[513],"variant":[513],"size":[513]}],[1,"db-icon",{"icon":[1],"variant":[1]}]]]], options);
});

@@ -17,0 +17,0 @@ };

@@ -59,2 +59,14 @@ export declare class DbInput {

/**
* The step attribute specifies the granularity that the value must obey to on increasing or decreasing by the users selection.
*/
step: number;
/**
* The min attribute specifies the minimum value that is sufficient for this input.
*/
min: number;
/**
* The max attribute specifies the maximum value that is sufficient for this input.
*/
max: number;
/**
* The placeholder attribute represents a short hint (a word or short phrase) intended to aid the user with data entry.

@@ -61,0 +73,0 @@ */

{
"name": "@db-ui/elements",
"version": "0.21.2",
"version": "0.22.0",
"description": "Web Components Library by Deutsche Bahn, part of DB UX Design System",

@@ -50,3 +50,3 @@ "main": "./dist/index.cjs.js",

"dependencies": {
"@db-ui/core": "^2.8.1"
"@db-ui/core": "^2.8.2"
},

@@ -53,0 +53,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc