Skip to content

Commit

Permalink
Merge branch 'develop' into 7387-single-select-value-type-v3
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
deleonio authored Mar 4, 2025
2 parents a1885d9 + 923f011 commit afa7f73
Show file tree
Hide file tree
Showing 61 changed files with 579 additions and 384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _accessKey="V" 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
Label
Expand Down Expand Up @@ -32,7 +32,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _alert=true 1`] = `
<kol-combobox _alert="" _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -60,7 +60,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _disabled=true 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field kol-form-field--disabled" role="presentation">
<div class="has-value kol-combobox kol-form-field kol-form-field--disabled">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -88,7 +88,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _hint="Hint" 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -119,7 +119,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"left":{"icon":"codicon codicon-arrow-left"},"right":{"icon":"codicon codicon-arrow-right"}} 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -153,7 +153,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"left":{"icon":"codicon codicon-arrow-left"}} 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -185,7 +185,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _icons={"right":{"icon":"codicon codicon-arrow-right"}} 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -217,7 +217,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _msg={"_type":"error","_description":"Es ist ein Fehler aufgetreten"} _hideMsg=true 1`] = `
<kol-combobox _hide-msg="" _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field kol-form-field--hidden-msg" role="presentation">
<div class="has-value kol-combobox kol-form-field kol-form-field--hidden-msg">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -245,7 +245,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _msg={"_type":"error","_description":"Es ist ein Fehler aufgetreten"} 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -273,7 +273,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _readOnly=true 1`] = `
<kol-combobox _readonly="" _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -301,7 +301,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _shortKey="S" 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
Label
Expand Down Expand Up @@ -330,7 +330,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _touched=true 1`] = `
<kol-combobox _touched="" _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field kol-form-field--touched" role="presentation">
<div class="has-value kol-combobox kol-form-field kol-form-field--touched">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down Expand Up @@ -358,7 +358,7 @@ exports[`kol-combobox should render with _label="Label" _name="field" _placehold
exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] 1`] = `
<kol-combobox _value="Herr">
<template shadowrootmode="open">
<div class="has-value kol-combobox kol-form-field" role="presentation">
<div class="has-value kol-combobox kol-form-field">
<label class="kol-form-field__label" htmlfor="id-nonce" id="id-nonce-label">
<span class="kol-form-field__label-text">
<span>
Expand Down
Loading

0 comments on commit afa7f73

Please sign in to comment.