@aurodesignsystem-dev/auro-formkit 0.0.0-pr754.2 → 0.0.0-pr755.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bibtemplate/dist/index.js +1 -1
- package/components/bibtemplate/dist/registered.js +1 -1
- package/components/checkbox/demo/api.html +16 -10
- package/components/checkbox/demo/api.min.js +11 -11
- package/components/checkbox/demo/index.html +16 -10
- package/components/checkbox/demo/index.min.js +11 -11
- package/components/checkbox/demo/readme.html +16 -9
- package/components/checkbox/dist/index.js +11 -11
- package/components/checkbox/dist/registered.js +11 -11
- package/components/combobox/demo/api.html +16 -10
- package/components/combobox/demo/api.md +6 -12
- package/components/combobox/demo/api.min.js +95 -78
- package/components/combobox/demo/index.html +16 -10
- package/components/combobox/demo/index.min.js +95 -78
- package/components/combobox/demo/readme.html +16 -9
- package/components/combobox/dist/index.js +84 -42
- package/components/combobox/dist/registered.js +84 -42
- package/components/counter/demo/api.html +16 -10
- package/components/counter/demo/api.md +7 -140
- package/components/counter/demo/api.min.js +386 -556
- package/components/counter/demo/index.html +16 -10
- package/components/counter/demo/index.md +0 -82
- package/components/counter/demo/index.min.js +386 -556
- package/components/counter/demo/readme.html +16 -9
- package/components/counter/dist/auro-counter-group.d.ts +14 -71
- package/components/counter/dist/auro-counter.d.ts +0 -10
- package/components/counter/dist/index.js +386 -556
- package/components/counter/dist/registered.js +386 -556
- package/components/datepicker/demo/api.html +16 -10
- package/components/datepicker/demo/api.min.js +84 -42
- package/components/datepicker/demo/index.html +16 -10
- package/components/datepicker/demo/index.min.js +84 -42
- package/components/datepicker/demo/readme.html +16 -9
- package/components/datepicker/dist/index.js +84 -42
- package/components/datepicker/dist/registered.js +84 -42
- package/components/dropdown/demo/api.html +16 -10
- package/components/dropdown/demo/api.md +268 -76
- package/components/dropdown/demo/api.min.js +67 -25
- package/components/dropdown/demo/index.html +16 -10
- package/components/dropdown/demo/index.md +363 -45
- package/components/dropdown/demo/index.min.js +67 -25
- package/components/dropdown/demo/readme.html +16 -9
- package/components/dropdown/dist/auro-dropdown.d.ts +71 -21
- package/components/dropdown/dist/index.js +67 -25
- package/components/dropdown/dist/registered.js +67 -25
- package/components/form/demo/api.html +16 -9
- package/components/form/demo/autocomplete.html +19 -3
- package/components/form/demo/index.html +16 -9
- package/components/form/demo/readme.html +16 -9
- package/components/form/demo/working.html +19 -13
- package/components/helptext/dist/index.js +1 -1
- package/components/helptext/dist/registered.js +1 -1
- package/components/input/demo/api.html +16 -10
- package/components/input/demo/api.md +1 -1
- package/components/input/demo/api.min.js +10 -10
- package/components/input/demo/index.html +16 -10
- package/components/input/demo/index.min.js +10 -10
- package/components/input/demo/readme.html +16 -9
- package/components/input/dist/base-input.d.ts +1 -1
- package/components/input/dist/index.js +10 -10
- package/components/input/dist/registered.js +10 -10
- package/components/menu/demo/api.html +16 -32
- package/components/menu/demo/api.md +1 -1
- package/components/menu/demo/api.min.js +11 -36
- package/components/menu/demo/index.html +16 -10
- package/components/menu/demo/index.min.js +11 -36
- package/components/menu/demo/readme.html +16 -9
- package/components/menu/dist/auro-menu.d.ts +2 -13
- package/components/menu/dist/index.js +11 -36
- package/components/menu/dist/registered.js +11 -36
- package/components/radio/demo/api.html +16 -10
- package/components/radio/demo/api.min.js +9 -9
- package/components/radio/demo/index.html +16 -10
- package/components/radio/demo/index.min.js +9 -9
- package/components/radio/demo/readme.html +16 -9
- package/components/radio/dist/index.js +9 -9
- package/components/radio/dist/registered.js +9 -9
- package/components/select/demo/api.html +16 -10
- package/components/select/demo/api.md +9 -15
- package/components/select/demo/api.min.js +193 -124
- package/components/select/demo/index.html +16 -11
- package/components/select/demo/index.md +1 -1
- package/components/select/demo/index.min.js +193 -124
- package/components/select/demo/readme.html +16 -9
- package/components/select/dist/auro-select.d.ts +4 -20
- package/components/select/dist/index.js +182 -88
- package/components/select/dist/registered.js +182 -88
- package/package.json +3 -3
|
@@ -371,7 +371,7 @@ class AuroRadio extends LitElement {
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
var styleCss$1 = css`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}fieldset{all:unset}.displayFlex legend+slot{display:flex;white-space:nowrap}legend{margin-bottom:var(--ds-size-150, 0.75rem)}
|
|
374
|
+
var styleCss$1 = css`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}fieldset{all:unset}.displayFlex legend+slot{display:flex;white-space:nowrap}legend{margin-bottom:var(--ds-size-150, 0.75rem)}`;
|
|
375
375
|
|
|
376
376
|
var colorCss$1 = css`:host legend{color:var(--ds-auro-radio-group-label-color)}:host([disabled]){--ds-auro-radio-group-label-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([onDark]){--ds-auro-radio-group-label-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][disabled]){--ds-auro-radio-group-label-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
|
|
377
377
|
|
|
@@ -851,19 +851,19 @@ class AuroFormValidation {
|
|
|
851
851
|
{
|
|
852
852
|
check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
|
|
853
853
|
validity: 'tooShort',
|
|
854
|
-
message: e => e.
|
|
854
|
+
message: e => e.setCustomValidityTooShort || e.setCustomValidity || ''
|
|
855
855
|
},
|
|
856
856
|
{
|
|
857
857
|
check: (e) => e.value?.length > e.maxLength,
|
|
858
858
|
validity: 'tooLong',
|
|
859
|
-
message: e => e.
|
|
859
|
+
message: e => e.setCustomValidityTooLong || e.setCustomValidity || ''
|
|
860
860
|
}
|
|
861
861
|
],
|
|
862
862
|
pattern: [
|
|
863
863
|
{
|
|
864
864
|
check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
|
|
865
865
|
validity: 'patternMismatch',
|
|
866
|
-
message: e => e.
|
|
866
|
+
message: e => e.setCustomValidityPatternMismatch || e.setCustomValidity || ''
|
|
867
867
|
}
|
|
868
868
|
]
|
|
869
869
|
},
|
|
@@ -1058,10 +1058,10 @@ class AuroFormValidation {
|
|
|
1058
1058
|
if (!hasValue && elem.required && elem.touched) {
|
|
1059
1059
|
elem.validity = 'valueMissing';
|
|
1060
1060
|
elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
|
|
1061
|
-
} else if (
|
|
1061
|
+
} else if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
|
|
1062
1062
|
this.validateType(elem);
|
|
1063
1063
|
this.validateElementAttributes(elem);
|
|
1064
|
-
} else if (
|
|
1064
|
+
} else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
|
|
1065
1065
|
this.validateElementAttributes(elem);
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
@@ -1194,7 +1194,7 @@ class AuroDependencyVersioning {
|
|
|
1194
1194
|
|
|
1195
1195
|
var colorCss = css`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
|
|
1196
1196
|
|
|
1197
|
-
var styleCss = css
|
|
1197
|
+
var styleCss = css`.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
|
|
1198
1198
|
|
|
1199
1199
|
var tokensCss = css`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
|
|
1200
1200
|
|
|
@@ -1831,11 +1831,11 @@ class AuroRadioGroup extends LitElement {
|
|
|
1831
1831
|
|
|
1832
1832
|
${!this.validity || this.validity === undefined || this.validity === 'valid'
|
|
1833
1833
|
? html$1`
|
|
1834
|
-
<${this.helpTextTag} ?onDark="${this.onDark}" part="helpText">
|
|
1834
|
+
<${this.helpTextTag} large ?onDark="${this.onDark}" part="helpText">
|
|
1835
1835
|
<slot name="helpText"></slot>
|
|
1836
1836
|
</${this.helpTextTag}>`
|
|
1837
1837
|
: html$1`
|
|
1838
|
-
<${this.helpTextTag} ?onDark="${this.onDark}" role="alert" error aria-live="assertive" part="helpText">
|
|
1838
|
+
<${this.helpTextTag} large ?onDark="${this.onDark}" role="alert" error aria-live="assertive" part="helpText">
|
|
1839
1839
|
${this.errorMessage}
|
|
1840
1840
|
</${this.helpTextTag}>`
|
|
1841
1841
|
}
|
|
@@ -371,7 +371,7 @@ class AuroRadio extends LitElement {
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
var styleCss$1 = css`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}fieldset{all:unset}.displayFlex legend+slot{display:flex;white-space:nowrap}legend{margin-bottom:var(--ds-size-150, 0.75rem)}
|
|
374
|
+
var styleCss$1 = css`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}fieldset{all:unset}.displayFlex legend+slot{display:flex;white-space:nowrap}legend{margin-bottom:var(--ds-size-150, 0.75rem)}`;
|
|
375
375
|
|
|
376
376
|
var colorCss$1 = css`:host legend{color:var(--ds-auro-radio-group-label-color)}:host([disabled]){--ds-auro-radio-group-label-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([onDark]){--ds-auro-radio-group-label-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][disabled]){--ds-auro-radio-group-label-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
|
|
377
377
|
|
|
@@ -851,19 +851,19 @@ class AuroFormValidation {
|
|
|
851
851
|
{
|
|
852
852
|
check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
|
|
853
853
|
validity: 'tooShort',
|
|
854
|
-
message: e => e.
|
|
854
|
+
message: e => e.setCustomValidityTooShort || e.setCustomValidity || ''
|
|
855
855
|
},
|
|
856
856
|
{
|
|
857
857
|
check: (e) => e.value?.length > e.maxLength,
|
|
858
858
|
validity: 'tooLong',
|
|
859
|
-
message: e => e.
|
|
859
|
+
message: e => e.setCustomValidityTooLong || e.setCustomValidity || ''
|
|
860
860
|
}
|
|
861
861
|
],
|
|
862
862
|
pattern: [
|
|
863
863
|
{
|
|
864
864
|
check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
|
|
865
865
|
validity: 'patternMismatch',
|
|
866
|
-
message: e => e.
|
|
866
|
+
message: e => e.setCustomValidityPatternMismatch || e.setCustomValidity || ''
|
|
867
867
|
}
|
|
868
868
|
]
|
|
869
869
|
},
|
|
@@ -1058,10 +1058,10 @@ class AuroFormValidation {
|
|
|
1058
1058
|
if (!hasValue && elem.required && elem.touched) {
|
|
1059
1059
|
elem.validity = 'valueMissing';
|
|
1060
1060
|
elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
|
|
1061
|
-
} else if (
|
|
1061
|
+
} else if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
|
|
1062
1062
|
this.validateType(elem);
|
|
1063
1063
|
this.validateElementAttributes(elem);
|
|
1064
|
-
} else if (
|
|
1064
|
+
} else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
|
|
1065
1065
|
this.validateElementAttributes(elem);
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
@@ -1194,7 +1194,7 @@ class AuroDependencyVersioning {
|
|
|
1194
1194
|
|
|
1195
1195
|
var colorCss = css`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
|
|
1196
1196
|
|
|
1197
|
-
var styleCss = css
|
|
1197
|
+
var styleCss = css`.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
|
|
1198
1198
|
|
|
1199
1199
|
var tokensCss = css`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
|
|
1200
1200
|
|
|
@@ -1831,11 +1831,11 @@ class AuroRadioGroup extends LitElement {
|
|
|
1831
1831
|
|
|
1832
1832
|
${!this.validity || this.validity === undefined || this.validity === 'valid'
|
|
1833
1833
|
? html$1`
|
|
1834
|
-
<${this.helpTextTag} ?onDark="${this.onDark}" part="helpText">
|
|
1834
|
+
<${this.helpTextTag} large ?onDark="${this.onDark}" part="helpText">
|
|
1835
1835
|
<slot name="helpText"></slot>
|
|
1836
1836
|
</${this.helpTextTag}>`
|
|
1837
1837
|
: html$1`
|
|
1838
|
-
<${this.helpTextTag} ?onDark="${this.onDark}" role="alert" error aria-live="assertive" part="helpText">
|
|
1838
|
+
<${this.helpTextTag} large ?onDark="${this.onDark}" role="alert" error aria-live="assertive" part="helpText">
|
|
1839
1839
|
${this.errorMessage}
|
|
1840
1840
|
</${this.helpTextTag}>`
|
|
1841
1841
|
}
|
|
@@ -16,18 +16,24 @@
|
|
|
16
16
|
<head>
|
|
17
17
|
<meta charset="UTF-8" />
|
|
18
18
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
19
|
-
<title>Auro Web Component
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/auro-classic/CSSCustomProperties.css"
|
|
26
|
-
|
|
19
|
+
<title>Auro Web Component Demo | auro-select</title>
|
|
20
|
+
|
|
21
|
+
<!-- Prism.js Stylesheet -->
|
|
22
|
+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"/>
|
|
23
|
+
|
|
24
|
+
<!-- Legacy reference is still needed to support auro-select's use of legacy token values at this time -->
|
|
25
|
+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
|
|
26
|
+
|
|
27
|
+
<!-- Design Token Alaska Theme -->
|
|
28
|
+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/themes/alaska/CSSCustomProperties--alaska.min.css"/>
|
|
29
|
+
|
|
30
|
+
<!-- Webcore Stylesheet Alaska Theme -->
|
|
31
|
+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
|
|
32
|
+
|
|
33
|
+
<!-- Demo Specific Styles -->
|
|
27
34
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
|
|
28
35
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
|
|
29
|
-
|
|
30
|
-
</head>
|
|
36
|
+
</head>
|
|
31
37
|
<body class="auro-markdown">
|
|
32
38
|
<main></main>
|
|
33
39
|
|
|
@@ -33,7 +33,6 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
|
|
|
33
33
|
| [offset](#offset) | `offset` | `number` | "0" | Gap between the trigger element and bib. |
|
|
34
34
|
| [onDark](#onDark) | `onDark` | `boolean` | | If declared, onDark styles will be applied to the trigger. |
|
|
35
35
|
| [optionSelected](#optionSelected) | `optionSelected` | `HTMLElement\|Array<HTMLElement>` | | Specifies the current selected menuOption. Default type is `HTMLElement`, changing to `Array<HTMLElement>` when `multiSelect` is true. |
|
|
36
|
-
| [placeholder](#placeholder) | `placeholder` | `string` | | Define custom placeholder text. |
|
|
37
36
|
| [placement](#placement) | `placement` | `string` | "bottom-start" | Position where the bib should appear relative to the trigger.<br />Accepted values:<br />"top" \| "right" \| "bottom" \| "left" \|<br />"bottom-start" \| "top-start" \| "top-end" \|<br />"right-start" \| "right-end" \| "bottom-end" \|<br />"left-start" \| "left-end". |
|
|
38
37
|
| [required](#required) | `required` | `boolean` | | Populates the `required` attribute on the element. Used for client-side validation. |
|
|
39
38
|
| [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
|
|
@@ -42,7 +41,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
|
|
|
42
41
|
| [shape](#shape) | | `string` | "snowflake" | |
|
|
43
42
|
| [size](#size) | | `string` | "xl" | |
|
|
44
43
|
| [validity](#validity) | `validity` | `string` | | Specifies the `validityState` this element is in. |
|
|
45
|
-
| [value](#value) | `value` | `
|
|
44
|
+
| [value](#value) | `value` | `String\|Array<String>` | | Value selected for the component. Default type is `String`, changing to `Array<String>` when `multiSelect` is true. |
|
|
46
45
|
|
|
47
46
|
## Methods
|
|
48
47
|
|
|
@@ -57,7 +56,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
|
|
|
57
56
|
|-----------------------------|--------------------------------------------------|--------------------------------------------------|
|
|
58
57
|
| `auroFormElement-validated` | | Notifies that the `validity` and `errorMessage` values have changed. |
|
|
59
58
|
| `auroSelect-valueSet` | `CustomEvent<any>` | Notifies that the component has a new value set. |
|
|
60
|
-
| [input](#input) | `CustomEvent<{ optionSelected: any; value:
|
|
59
|
+
| [input](#input) | `CustomEvent<{ optionSelected: any; value: any; }>` | Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object. |
|
|
61
60
|
|
|
62
61
|
## Slots
|
|
63
62
|
|
|
@@ -69,6 +68,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
|
|
|
69
68
|
| [helpText](#helpText) | Defines the content of the helpText. |
|
|
70
69
|
| [label](#label) | Defines the content of the label. |
|
|
71
70
|
| [optionalLabel](#optionalLabel) | Allows overriding the optional display text "(optional)", which appears next to the label. |
|
|
71
|
+
| [placeholder](#placeholder) | Defines the content of the placeholder to be shown when there is no value |
|
|
72
72
|
| [valueText](#valueText) | Dropdown value text display. |
|
|
73
73
|
|
|
74
74
|
## CSS Shadow Parts
|
|
@@ -1154,8 +1154,7 @@ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlac
|
|
|
1154
1154
|
<div style="width: 350px">
|
|
1155
1155
|
<auro-select offset="20" noFlip placement="bottom-end">
|
|
1156
1156
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1157
|
-
<span slot="label">
|
|
1158
|
-
<span slot="helpText">bottom-end bib with 20px offset and noFlip</span>
|
|
1157
|
+
<span slot="label">bottom-end bib with 20px offset and noFlip</span>
|
|
1159
1158
|
<auro-menu>
|
|
1160
1159
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1161
1160
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -1167,8 +1166,7 @@ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlac
|
|
|
1167
1166
|
</auro-select>
|
|
1168
1167
|
<auro-select offset="20" placement="bottom-end">
|
|
1169
1168
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1170
|
-
<span slot="label">
|
|
1171
|
-
<span slot="helpText">bottom-end bib with 20px offset and flip</span>
|
|
1169
|
+
<span slot="label">bottom-end bib with 20px offset and flip</span>
|
|
1172
1170
|
<auro-menu>
|
|
1173
1171
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1174
1172
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -1180,8 +1178,7 @@ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlac
|
|
|
1180
1178
|
</auro-select>
|
|
1181
1179
|
<auro-select offset="20" noFlip placement="right" autoPlacement noFlip >
|
|
1182
1180
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1183
|
-
<span slot="label">
|
|
1184
|
-
<span slot="helpText">right bib with 20px offset, noFlip and autoPlacement</span>
|
|
1181
|
+
<span slot="label">right bib with 20px offset, noFlip and autoPlacement</span>
|
|
1185
1182
|
<auro-menu>
|
|
1186
1183
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1187
1184
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -1203,8 +1200,7 @@ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlac
|
|
|
1203
1200
|
<div style="width: 350px">
|
|
1204
1201
|
<auro-select offset="20" noFlip placement="bottom-end">
|
|
1205
1202
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1206
|
-
<span slot="label">
|
|
1207
|
-
<span slot="helpText">bottom-end bib with 20px offset and noFlip</span>
|
|
1203
|
+
<span slot="label">bottom-end bib with 20px offset and noFlip</span>
|
|
1208
1204
|
<auro-menu>
|
|
1209
1205
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1210
1206
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -1216,8 +1212,7 @@ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlac
|
|
|
1216
1212
|
</auro-select>
|
|
1217
1213
|
<auro-select offset="20" placement="bottom-end">
|
|
1218
1214
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1219
|
-
<span slot="label">
|
|
1220
|
-
<span slot="helpText">bottom-end bib with 20px offset and flip</span>
|
|
1215
|
+
<span slot="label">bottom-end bib with 20px offset and flip</span>
|
|
1221
1216
|
<auro-menu>
|
|
1222
1217
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1223
1218
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -1229,8 +1224,7 @@ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlac
|
|
|
1229
1224
|
</auro-select>
|
|
1230
1225
|
<auro-select offset="20" noFlip placement="right" autoPlacement noFlip >
|
|
1231
1226
|
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
1232
|
-
<span slot="label">
|
|
1233
|
-
<span slot="helpText">right bib with 20px offset, noFlip and autoPlacement</span>
|
|
1227
|
+
<span slot="label">right bib with 20px offset, noFlip and autoPlacement</span>
|
|
1234
1228
|
<auro-menu>
|
|
1235
1229
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
1236
1230
|
<auro-menuoption value="price">Price</auro-menuoption>
|