@aurodesignsystem/auro-formkit 2.0.0-beta.50 → 2.0.0-beta.52
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/CHANGELOG.md +24 -0
- package/components/checkbox/README.md +1 -1
- package/components/combobox/README.md +4 -4
- package/components/combobox/demo/api.md +1 -1
- package/components/combobox/demo/api.min.js +3 -3
- package/components/combobox/demo/index.min.js +3 -3
- package/components/combobox/dist/auro-combobox.d.ts +2 -2
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/README.md +1 -1
- package/components/counter/demo/api.md +10 -10
- package/components/counter/demo/api.min.js +3 -3
- package/components/counter/demo/index.min.js +3 -3
- package/components/counter/dist/auro-counter-group.d.ts +2 -2
- package/components/counter/dist/index.js +3 -3
- package/components/counter/dist/registered.js +3 -3
- package/components/datepicker/README.md +8 -8
- package/components/datepicker/demo/api.md +125 -124
- package/components/datepicker/demo/api.min.js +14 -14
- package/components/datepicker/demo/index.md +12 -12
- package/components/datepicker/demo/index.min.js +14 -14
- package/components/datepicker/dist/auro-calendar.d.ts +1 -1
- package/components/datepicker/dist/auro-datepicker.d.ts +4 -4
- package/components/datepicker/dist/index.js +14 -14
- package/components/datepicker/dist/registered.js +14 -14
- package/components/dropdown/README.md +1 -1
- package/components/form/README.md +1 -1
- package/components/form/demo/working.html +2 -2
- package/components/input/README.md +1 -1
- package/components/menu/README.md +1 -1
- package/components/radio/README.md +1 -1
- package/components/select/README.md +5 -3
- package/components/select/demo/api.md +101 -21
- package/components/select/demo/api.min.js +1058 -195
- package/components/select/demo/index.md +20 -0
- package/components/select/demo/index.min.js +1058 -195
- package/components/select/dist/auro-select.d.ts +38 -2
- package/components/select/dist/bibtemplateVersion.d.ts +2 -0
- package/components/select/dist/index.js +1069 -206
- package/components/select/dist/registered.js +1069 -206
- package/package.json +1 -1
|
@@ -1063,7 +1063,7 @@ var colorCss$b = i$h`.util_displayInline{display:inline}.util_displayInlineBlock
|
|
|
1063
1063
|
|
|
1064
1064
|
var tokensCss$8 = i$h`:host{--ds-auro-datepicker-placeholder-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-datepicker-range-input-divider-color: var(--ds-color-border-primary-default, #585e67);--ds-auro-calendar-mobile-header-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-mobile-header-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-mobile-header-text-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-calendar-nav-btn-border-color: transparent;--ds-auro-calendar-nav-btn-chevron-color: var(--ds-color-icon-ui-primary-default-default, #2c67b5);--ds-auro-calendar-nav-btn-container-color: transparent;--ds-auro-calendar-month-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-month-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-month-header-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-border-color: transparent;--ds-auro-calendar-cell-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-in-range-color: var(--ds-color-container-secondary-default, #f7f7f7);--ds-auro-calendar-cell-price-text-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-text-color: var(--ds-color-text-primary-default, #2a2a2a)}`;
|
|
1065
1065
|
|
|
1066
|
-
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;
|
|
1066
|
+
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
|
|
1067
1067
|
|
|
1068
1068
|
var colorCss$a = i$h`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover,.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}}`;
|
|
1069
1069
|
|
|
@@ -11490,7 +11490,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11490
11490
|
type: Boolean,
|
|
11491
11491
|
reflect: false
|
|
11492
11492
|
},
|
|
11493
|
-
|
|
11493
|
+
largeFullscreenHeadline: {
|
|
11494
11494
|
type: Boolean,
|
|
11495
11495
|
reflect: true
|
|
11496
11496
|
},
|
|
@@ -11669,16 +11669,16 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11669
11669
|
render() {
|
|
11670
11670
|
return u$9`
|
|
11671
11671
|
<${this.bibtemplateTag}
|
|
11672
|
-
?large="${this.
|
|
11672
|
+
?large="${this.largeFullscreenHeadline}"
|
|
11673
11673
|
?isFullscreen="${this.isFullscreen}"
|
|
11674
11674
|
@close-click="${this.utilCal.requestDismiss}">
|
|
11675
11675
|
|
|
11676
|
-
<span slot="header">${this.slots.
|
|
11676
|
+
<span slot="header">${this.slots["bib.fullscreen.headline"]}</span>
|
|
11677
11677
|
|
|
11678
11678
|
<div slot="subheader" class="mobileHeader">
|
|
11679
11679
|
<div class="headerDateFrom">
|
|
11680
|
-
<span class="mobileDateLabel">${this.slots.
|
|
11681
|
-
<slot name="
|
|
11680
|
+
<span class="mobileDateLabel">${this.slots["bib.fullscreen.dateLabel"]}</span>
|
|
11681
|
+
<slot name="bib.fullscreen.fromStr"></slot>
|
|
11682
11682
|
</div>
|
|
11683
11683
|
<div class="headerDateTo"><slot name="mobileDateToStr"></slot></div>
|
|
11684
11684
|
</div>
|
|
@@ -21677,8 +21677,8 @@ var inputVersion = '4.2.0';
|
|
|
21677
21677
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
21678
21678
|
/**
|
|
21679
21679
|
* @slot helpText - Defines the content of the helpText.
|
|
21680
|
-
* @slot
|
|
21681
|
-
* @slot
|
|
21680
|
+
* @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
|
|
21681
|
+
* @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
|
|
21682
21682
|
* @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
|
|
21683
21683
|
* @slot fromLabel - Defines the label content for the first input.
|
|
21684
21684
|
* @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
|
|
@@ -21851,10 +21851,10 @@ class AuroDatePicker extends r$c {
|
|
|
21851
21851
|
},
|
|
21852
21852
|
|
|
21853
21853
|
/**
|
|
21854
|
-
* If declared, make
|
|
21854
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
21855
21855
|
* Otherwise, Heading 600.
|
|
21856
21856
|
*/
|
|
21857
|
-
|
|
21857
|
+
largeFullscreenHeadline: {
|
|
21858
21858
|
type: Boolean,
|
|
21859
21859
|
reflect: true
|
|
21860
21860
|
},
|
|
@@ -22688,7 +22688,7 @@ class AuroDatePicker extends r$c {
|
|
|
22688
22688
|
</div>
|
|
22689
22689
|
<div class="calendarWrapper" part="calendarWrapper">
|
|
22690
22690
|
<auro-calendar
|
|
22691
|
-
?
|
|
22691
|
+
?largeFullscreenHeadline="${this.largeFullscreenHeadline}"
|
|
22692
22692
|
?noRange="${!this.range}"
|
|
22693
22693
|
.format="${this.format}"
|
|
22694
22694
|
.monthFirst="${this.monthFirst}"
|
|
@@ -22699,9 +22699,9 @@ class AuroDatePicker extends r$c {
|
|
|
22699
22699
|
.monthNames="${this.monthNames}"
|
|
22700
22700
|
part="calendar"
|
|
22701
22701
|
>
|
|
22702
|
-
<slot slot="
|
|
22703
|
-
<slot slot="
|
|
22704
|
-
<span slot="
|
|
22702
|
+
<slot slot="bib.fullscreen.headline" name="bib.fullscreen.headline" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22703
|
+
<slot slot="bib.fullscreen.dateLabel" name="bib.fullscreen.dateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22704
|
+
<span slot="bib.fullscreen.fromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
|
|
22705
22705
|
${this.range ? u$9`<span slot="mobileDateToStr">${this.valueEnd || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>` : undefined}
|
|
22706
22706
|
</auro-calendar>
|
|
22707
22707
|
</div>
|
|
@@ -23,9 +23,9 @@ The `<auro-datepicker>` element should be used in situations where users may:
|
|
|
23
23
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
|
|
24
24
|
<!-- The below content is automatically added from ./../apiExamples/basic.html -->
|
|
25
25
|
<auro-datepicker>
|
|
26
|
-
<span slot="
|
|
26
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
27
27
|
<span slot="fromLabel">Choose a date</span>
|
|
28
|
-
<span slot="
|
|
28
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
29
29
|
</auro-datepicker>
|
|
30
30
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
31
31
|
</div>
|
|
@@ -36,9 +36,9 @@ The `<auro-datepicker>` element should be used in situations where users may:
|
|
|
36
36
|
|
|
37
37
|
```html
|
|
38
38
|
<auro-datepicker>
|
|
39
|
-
<span slot="
|
|
39
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
40
40
|
<span slot="fromLabel">Choose a date</span>
|
|
41
|
-
<span slot="
|
|
41
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
42
42
|
</auro-datepicker>
|
|
43
43
|
```
|
|
44
44
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -50,10 +50,10 @@ The `<auro-datepicker>` element should be used in situations where users may:
|
|
|
50
50
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basicRange.html) -->
|
|
51
51
|
<!-- The below content is automatically added from ./../apiExamples/basicRange.html -->
|
|
52
52
|
<auro-datepicker range>
|
|
53
|
-
<span slot="
|
|
53
|
+
<span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
|
|
54
54
|
<span slot="fromLabel">Departure</span>
|
|
55
55
|
<span slot="toLabel">Return</span>
|
|
56
|
-
<span slot="
|
|
56
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
57
57
|
</auro-datepicker>
|
|
58
58
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
59
59
|
</div>
|
|
@@ -64,10 +64,10 @@ The `<auro-datepicker>` element should be used in situations where users may:
|
|
|
64
64
|
|
|
65
65
|
```html
|
|
66
66
|
<auro-datepicker range>
|
|
67
|
-
<span slot="
|
|
67
|
+
<span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
|
|
68
68
|
<span slot="fromLabel">Departure</span>
|
|
69
69
|
<span slot="toLabel">Return</span>
|
|
70
|
-
<span slot="
|
|
70
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
71
71
|
</auro-datepicker>
|
|
72
72
|
```
|
|
73
73
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -91,9 +91,9 @@ This will create a new custom element that you can use in your HTML that will fu
|
|
|
91
91
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/custom.html) -->
|
|
92
92
|
<!-- The below content is automatically added from ./../apiExamples/custom.html -->
|
|
93
93
|
<custom-datepicker selectedDate="06/16/2022">
|
|
94
|
-
<span slot="
|
|
94
|
+
<span slot="bib.fullscreen.headline">custom-datepicker Example</span>
|
|
95
95
|
<span slot="fromLabel">Choose a date</span>
|
|
96
|
-
<span slot="
|
|
96
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
97
97
|
</custom-datepicker>
|
|
98
98
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
99
99
|
</div>
|
|
@@ -104,9 +104,9 @@ This will create a new custom element that you can use in your HTML that will fu
|
|
|
104
104
|
|
|
105
105
|
```html
|
|
106
106
|
<custom-datepicker selectedDate="06/16/2022">
|
|
107
|
-
<span slot="
|
|
107
|
+
<span slot="bib.fullscreen.headline">custom-datepicker Example</span>
|
|
108
108
|
<span slot="fromLabel">Choose a date</span>
|
|
109
|
-
<span slot="
|
|
109
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
110
110
|
</custom-datepicker>
|
|
111
111
|
```
|
|
112
112
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -804,7 +804,7 @@ var colorCss$b = i$h`.util_displayInline{display:inline}.util_displayInlineBlock
|
|
|
804
804
|
|
|
805
805
|
var tokensCss$8 = i$h`:host{--ds-auro-datepicker-placeholder-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-datepicker-range-input-divider-color: var(--ds-color-border-primary-default, #585e67);--ds-auro-calendar-mobile-header-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-mobile-header-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-mobile-header-text-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-calendar-nav-btn-border-color: transparent;--ds-auro-calendar-nav-btn-chevron-color: var(--ds-color-icon-ui-primary-default-default, #2c67b5);--ds-auro-calendar-nav-btn-container-color: transparent;--ds-auro-calendar-month-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-month-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-month-header-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-border-color: transparent;--ds-auro-calendar-cell-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-in-range-color: var(--ds-color-container-secondary-default, #f7f7f7);--ds-auro-calendar-cell-price-text-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-text-color: var(--ds-color-text-primary-default, #2a2a2a)}`;
|
|
806
806
|
|
|
807
|
-
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;
|
|
807
|
+
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
|
|
808
808
|
|
|
809
809
|
var colorCss$a = i$h`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover,.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}}`;
|
|
810
810
|
|
|
@@ -11231,7 +11231,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11231
11231
|
type: Boolean,
|
|
11232
11232
|
reflect: false
|
|
11233
11233
|
},
|
|
11234
|
-
|
|
11234
|
+
largeFullscreenHeadline: {
|
|
11235
11235
|
type: Boolean,
|
|
11236
11236
|
reflect: true
|
|
11237
11237
|
},
|
|
@@ -11410,16 +11410,16 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11410
11410
|
render() {
|
|
11411
11411
|
return u$9`
|
|
11412
11412
|
<${this.bibtemplateTag}
|
|
11413
|
-
?large="${this.
|
|
11413
|
+
?large="${this.largeFullscreenHeadline}"
|
|
11414
11414
|
?isFullscreen="${this.isFullscreen}"
|
|
11415
11415
|
@close-click="${this.utilCal.requestDismiss}">
|
|
11416
11416
|
|
|
11417
|
-
<span slot="header">${this.slots.
|
|
11417
|
+
<span slot="header">${this.slots["bib.fullscreen.headline"]}</span>
|
|
11418
11418
|
|
|
11419
11419
|
<div slot="subheader" class="mobileHeader">
|
|
11420
11420
|
<div class="headerDateFrom">
|
|
11421
|
-
<span class="mobileDateLabel">${this.slots.
|
|
11422
|
-
<slot name="
|
|
11421
|
+
<span class="mobileDateLabel">${this.slots["bib.fullscreen.dateLabel"]}</span>
|
|
11422
|
+
<slot name="bib.fullscreen.fromStr"></slot>
|
|
11423
11423
|
</div>
|
|
11424
11424
|
<div class="headerDateTo"><slot name="mobileDateToStr"></slot></div>
|
|
11425
11425
|
</div>
|
|
@@ -21418,8 +21418,8 @@ var inputVersion = '4.2.0';
|
|
|
21418
21418
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
21419
21419
|
/**
|
|
21420
21420
|
* @slot helpText - Defines the content of the helpText.
|
|
21421
|
-
* @slot
|
|
21422
|
-
* @slot
|
|
21421
|
+
* @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
|
|
21422
|
+
* @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
|
|
21423
21423
|
* @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
|
|
21424
21424
|
* @slot fromLabel - Defines the label content for the first input.
|
|
21425
21425
|
* @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
|
|
@@ -21592,10 +21592,10 @@ class AuroDatePicker extends r$c {
|
|
|
21592
21592
|
},
|
|
21593
21593
|
|
|
21594
21594
|
/**
|
|
21595
|
-
* If declared, make
|
|
21595
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
21596
21596
|
* Otherwise, Heading 600.
|
|
21597
21597
|
*/
|
|
21598
|
-
|
|
21598
|
+
largeFullscreenHeadline: {
|
|
21599
21599
|
type: Boolean,
|
|
21600
21600
|
reflect: true
|
|
21601
21601
|
},
|
|
@@ -22429,7 +22429,7 @@ class AuroDatePicker extends r$c {
|
|
|
22429
22429
|
</div>
|
|
22430
22430
|
<div class="calendarWrapper" part="calendarWrapper">
|
|
22431
22431
|
<auro-calendar
|
|
22432
|
-
?
|
|
22432
|
+
?largeFullscreenHeadline="${this.largeFullscreenHeadline}"
|
|
22433
22433
|
?noRange="${!this.range}"
|
|
22434
22434
|
.format="${this.format}"
|
|
22435
22435
|
.monthFirst="${this.monthFirst}"
|
|
@@ -22440,9 +22440,9 @@ class AuroDatePicker extends r$c {
|
|
|
22440
22440
|
.monthNames="${this.monthNames}"
|
|
22441
22441
|
part="calendar"
|
|
22442
22442
|
>
|
|
22443
|
-
<slot slot="
|
|
22444
|
-
<slot slot="
|
|
22445
|
-
<span slot="
|
|
22443
|
+
<slot slot="bib.fullscreen.headline" name="bib.fullscreen.headline" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22444
|
+
<slot slot="bib.fullscreen.dateLabel" name="bib.fullscreen.dateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22445
|
+
<span slot="bib.fullscreen.fromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
|
|
22446
22446
|
${this.range ? u$9`<span slot="mobileDateToStr">${this.valueEnd || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>` : undefined}
|
|
22447
22447
|
</auro-calendar>
|
|
22448
22448
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @slot helpText - Defines the content of the helpText.
|
|
3
|
-
* @slot
|
|
4
|
-
* @slot
|
|
3
|
+
* @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
|
|
4
|
+
* @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
|
|
5
5
|
* @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
|
|
6
6
|
* @slot fromLabel - Defines the label content for the first input.
|
|
7
7
|
* @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
|
|
@@ -70,10 +70,10 @@ export class AuroDatePicker extends LitElement {
|
|
|
70
70
|
reflect: boolean;
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
|
-
* If declared, make
|
|
73
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
74
74
|
* Otherwise, Heading 600.
|
|
75
75
|
*/
|
|
76
|
-
|
|
76
|
+
largeFullscreenHeadline: {
|
|
77
77
|
type: BooleanConstructor;
|
|
78
78
|
reflect: boolean;
|
|
79
79
|
};
|
|
@@ -804,7 +804,7 @@ var colorCss$b = i$h`.util_displayInline{display:inline}.util_displayInlineBlock
|
|
|
804
804
|
|
|
805
805
|
var tokensCss$8 = i$h`:host{--ds-auro-datepicker-placeholder-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-datepicker-range-input-divider-color: var(--ds-color-border-primary-default, #585e67);--ds-auro-calendar-mobile-header-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-mobile-header-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-mobile-header-text-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-calendar-nav-btn-border-color: transparent;--ds-auro-calendar-nav-btn-chevron-color: var(--ds-color-icon-ui-primary-default-default, #2c67b5);--ds-auro-calendar-nav-btn-container-color: transparent;--ds-auro-calendar-month-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-month-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-month-header-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-border-color: transparent;--ds-auro-calendar-cell-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-in-range-color: var(--ds-color-container-secondary-default, #f7f7f7);--ds-auro-calendar-cell-price-text-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-text-color: var(--ds-color-text-primary-default, #2a2a2a)}`;
|
|
806
806
|
|
|
807
|
-
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;
|
|
807
|
+
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
|
|
808
808
|
|
|
809
809
|
var colorCss$a = i$h`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover,.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}}`;
|
|
810
810
|
|
|
@@ -11231,7 +11231,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11231
11231
|
type: Boolean,
|
|
11232
11232
|
reflect: false
|
|
11233
11233
|
},
|
|
11234
|
-
|
|
11234
|
+
largeFullscreenHeadline: {
|
|
11235
11235
|
type: Boolean,
|
|
11236
11236
|
reflect: true
|
|
11237
11237
|
},
|
|
@@ -11410,16 +11410,16 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11410
11410
|
render() {
|
|
11411
11411
|
return u$9`
|
|
11412
11412
|
<${this.bibtemplateTag}
|
|
11413
|
-
?large="${this.
|
|
11413
|
+
?large="${this.largeFullscreenHeadline}"
|
|
11414
11414
|
?isFullscreen="${this.isFullscreen}"
|
|
11415
11415
|
@close-click="${this.utilCal.requestDismiss}">
|
|
11416
11416
|
|
|
11417
|
-
<span slot="header">${this.slots.
|
|
11417
|
+
<span slot="header">${this.slots["bib.fullscreen.headline"]}</span>
|
|
11418
11418
|
|
|
11419
11419
|
<div slot="subheader" class="mobileHeader">
|
|
11420
11420
|
<div class="headerDateFrom">
|
|
11421
|
-
<span class="mobileDateLabel">${this.slots.
|
|
11422
|
-
<slot name="
|
|
11421
|
+
<span class="mobileDateLabel">${this.slots["bib.fullscreen.dateLabel"]}</span>
|
|
11422
|
+
<slot name="bib.fullscreen.fromStr"></slot>
|
|
11423
11423
|
</div>
|
|
11424
11424
|
<div class="headerDateTo"><slot name="mobileDateToStr"></slot></div>
|
|
11425
11425
|
</div>
|
|
@@ -21418,8 +21418,8 @@ var inputVersion = '4.2.0';
|
|
|
21418
21418
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
21419
21419
|
/**
|
|
21420
21420
|
* @slot helpText - Defines the content of the helpText.
|
|
21421
|
-
* @slot
|
|
21422
|
-
* @slot
|
|
21421
|
+
* @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
|
|
21422
|
+
* @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
|
|
21423
21423
|
* @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
|
|
21424
21424
|
* @slot fromLabel - Defines the label content for the first input.
|
|
21425
21425
|
* @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
|
|
@@ -21592,10 +21592,10 @@ class AuroDatePicker extends r$c {
|
|
|
21592
21592
|
},
|
|
21593
21593
|
|
|
21594
21594
|
/**
|
|
21595
|
-
* If declared, make
|
|
21595
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
21596
21596
|
* Otherwise, Heading 600.
|
|
21597
21597
|
*/
|
|
21598
|
-
|
|
21598
|
+
largeFullscreenHeadline: {
|
|
21599
21599
|
type: Boolean,
|
|
21600
21600
|
reflect: true
|
|
21601
21601
|
},
|
|
@@ -22429,7 +22429,7 @@ class AuroDatePicker extends r$c {
|
|
|
22429
22429
|
</div>
|
|
22430
22430
|
<div class="calendarWrapper" part="calendarWrapper">
|
|
22431
22431
|
<auro-calendar
|
|
22432
|
-
?
|
|
22432
|
+
?largeFullscreenHeadline="${this.largeFullscreenHeadline}"
|
|
22433
22433
|
?noRange="${!this.range}"
|
|
22434
22434
|
.format="${this.format}"
|
|
22435
22435
|
.monthFirst="${this.monthFirst}"
|
|
@@ -22440,9 +22440,9 @@ class AuroDatePicker extends r$c {
|
|
|
22440
22440
|
.monthNames="${this.monthNames}"
|
|
22441
22441
|
part="calendar"
|
|
22442
22442
|
>
|
|
22443
|
-
<slot slot="
|
|
22444
|
-
<slot slot="
|
|
22445
|
-
<span slot="
|
|
22443
|
+
<slot slot="bib.fullscreen.headline" name="bib.fullscreen.headline" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22444
|
+
<slot slot="bib.fullscreen.dateLabel" name="bib.fullscreen.dateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22445
|
+
<span slot="bib.fullscreen.fromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
|
|
22446
22446
|
${this.range ? u$9`<span slot="mobileDateToStr">${this.valueEnd || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>` : undefined}
|
|
22447
22447
|
</auro-calendar>
|
|
22448
22448
|
</div>
|
|
@@ -804,7 +804,7 @@ var colorCss$b = i$h`.util_displayInline{display:inline}.util_displayInlineBlock
|
|
|
804
804
|
|
|
805
805
|
var tokensCss$8 = i$h`:host{--ds-auro-datepicker-placeholder-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-datepicker-range-input-divider-color: var(--ds-color-border-primary-default, #585e67);--ds-auro-calendar-mobile-header-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-mobile-header-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-mobile-header-text-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-calendar-nav-btn-border-color: transparent;--ds-auro-calendar-nav-btn-chevron-color: var(--ds-color-icon-ui-primary-default-default, #2c67b5);--ds-auro-calendar-nav-btn-container-color: transparent;--ds-auro-calendar-month-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-month-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-month-header-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-border-color: transparent;--ds-auro-calendar-cell-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-in-range-color: var(--ds-color-container-secondary-default, #f7f7f7);--ds-auro-calendar-cell-price-text-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-text-color: var(--ds-color-text-primary-default, #2a2a2a)}`;
|
|
806
806
|
|
|
807
|
-
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;
|
|
807
|
+
var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
|
|
808
808
|
|
|
809
809
|
var colorCss$a = i$h`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover,.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}}`;
|
|
810
810
|
|
|
@@ -11231,7 +11231,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11231
11231
|
type: Boolean,
|
|
11232
11232
|
reflect: false
|
|
11233
11233
|
},
|
|
11234
|
-
|
|
11234
|
+
largeFullscreenHeadline: {
|
|
11235
11235
|
type: Boolean,
|
|
11236
11236
|
reflect: true
|
|
11237
11237
|
},
|
|
@@ -11410,16 +11410,16 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
11410
11410
|
render() {
|
|
11411
11411
|
return u$9`
|
|
11412
11412
|
<${this.bibtemplateTag}
|
|
11413
|
-
?large="${this.
|
|
11413
|
+
?large="${this.largeFullscreenHeadline}"
|
|
11414
11414
|
?isFullscreen="${this.isFullscreen}"
|
|
11415
11415
|
@close-click="${this.utilCal.requestDismiss}">
|
|
11416
11416
|
|
|
11417
|
-
<span slot="header">${this.slots.
|
|
11417
|
+
<span slot="header">${this.slots["bib.fullscreen.headline"]}</span>
|
|
11418
11418
|
|
|
11419
11419
|
<div slot="subheader" class="mobileHeader">
|
|
11420
11420
|
<div class="headerDateFrom">
|
|
11421
|
-
<span class="mobileDateLabel">${this.slots.
|
|
11422
|
-
<slot name="
|
|
11421
|
+
<span class="mobileDateLabel">${this.slots["bib.fullscreen.dateLabel"]}</span>
|
|
11422
|
+
<slot name="bib.fullscreen.fromStr"></slot>
|
|
11423
11423
|
</div>
|
|
11424
11424
|
<div class="headerDateTo"><slot name="mobileDateToStr"></slot></div>
|
|
11425
11425
|
</div>
|
|
@@ -21418,8 +21418,8 @@ var inputVersion = '4.2.0';
|
|
|
21418
21418
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
21419
21419
|
/**
|
|
21420
21420
|
* @slot helpText - Defines the content of the helpText.
|
|
21421
|
-
* @slot
|
|
21422
|
-
* @slot
|
|
21421
|
+
* @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
|
|
21422
|
+
* @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
|
|
21423
21423
|
* @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
|
|
21424
21424
|
* @slot fromLabel - Defines the label content for the first input.
|
|
21425
21425
|
* @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
|
|
@@ -21592,10 +21592,10 @@ class AuroDatePicker extends r$c {
|
|
|
21592
21592
|
},
|
|
21593
21593
|
|
|
21594
21594
|
/**
|
|
21595
|
-
* If declared, make
|
|
21595
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
21596
21596
|
* Otherwise, Heading 600.
|
|
21597
21597
|
*/
|
|
21598
|
-
|
|
21598
|
+
largeFullscreenHeadline: {
|
|
21599
21599
|
type: Boolean,
|
|
21600
21600
|
reflect: true
|
|
21601
21601
|
},
|
|
@@ -22429,7 +22429,7 @@ class AuroDatePicker extends r$c {
|
|
|
22429
22429
|
</div>
|
|
22430
22430
|
<div class="calendarWrapper" part="calendarWrapper">
|
|
22431
22431
|
<auro-calendar
|
|
22432
|
-
?
|
|
22432
|
+
?largeFullscreenHeadline="${this.largeFullscreenHeadline}"
|
|
22433
22433
|
?noRange="${!this.range}"
|
|
22434
22434
|
.format="${this.format}"
|
|
22435
22435
|
.monthFirst="${this.monthFirst}"
|
|
@@ -22440,9 +22440,9 @@ class AuroDatePicker extends r$c {
|
|
|
22440
22440
|
.monthNames="${this.monthNames}"
|
|
22441
22441
|
part="calendar"
|
|
22442
22442
|
>
|
|
22443
|
-
<slot slot="
|
|
22444
|
-
<slot slot="
|
|
22445
|
-
<span slot="
|
|
22443
|
+
<slot slot="bib.fullscreen.headline" name="bib.fullscreen.headline" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22444
|
+
<slot slot="bib.fullscreen.dateLabel" name="bib.fullscreen.dateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
|
|
22445
|
+
<span slot="bib.fullscreen.fromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
|
|
22446
22446
|
${this.range ? u$9`<span slot="mobileDateToStr">${this.valueEnd || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>` : undefined}
|
|
22447
22447
|
</auro-calendar>
|
|
22448
22448
|
</div>
|
|
@@ -97,7 +97,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
97
97
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
98
98
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
99
99
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
100
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.
|
|
100
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.51/dist/auro-dropdown__bundled.js" type="module"></script>
|
|
101
101
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
102
102
|
|
|
103
103
|
## auro-dropdown use cases
|
|
@@ -98,7 +98,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
98
98
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
99
99
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
100
100
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
101
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-form@2.0.0-beta.
|
|
101
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-form@2.0.0-beta.51/dist/auro-form__bundled.js" type="module"></script>
|
|
102
102
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
103
103
|
|
|
104
104
|
## auro-form use cases
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
<h4>Pick a cool date</h4>
|
|
77
77
|
<auro-datepicker id="date-example" name="dateExample" required>
|
|
78
78
|
<span slot="fromLabel">Choose a date</span>
|
|
79
|
-
<span slot="
|
|
79
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
80
80
|
</auro-datepicker>
|
|
81
81
|
</div>
|
|
82
82
|
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<auro-datepicker id="date-range" name="dateRange" required range>
|
|
86
86
|
<span slot="fromLabel">Start</span>
|
|
87
87
|
<span slot="toLabel">End</span>
|
|
88
|
-
<span slot="
|
|
88
|
+
<span slot="bib.fullscreen.dateLabel">Choose a range</span>
|
|
89
89
|
</auro-datepicker>
|
|
90
90
|
</div>
|
|
91
91
|
|
|
@@ -89,7 +89,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
89
89
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
90
90
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
91
91
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
92
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.
|
|
92
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.51/dist/auro-input__bundled.js" type="module"></script>
|
|
93
93
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
94
94
|
|
|
95
95
|
## auro-input use cases
|
|
@@ -100,7 +100,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
100
100
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
101
101
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
102
102
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
103
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.
|
|
103
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.51/dist/auro-menu__bundled.js" type="module"></script>
|
|
104
104
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
105
105
|
|
|
106
106
|
## auro-menu use cases
|
|
@@ -90,7 +90,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
90
90
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
91
91
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
92
92
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
93
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-radio@2.0.0-beta.
|
|
93
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-radio@2.0.0-beta.51/dist/auro-radio__bundled.js" type="module"></script>
|
|
94
94
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
95
95
|
|
|
96
96
|
## auro-radio use cases
|
|
@@ -72,6 +72,7 @@ import "@aurodesignsystem/auro-formkit/auro-select";
|
|
|
72
72
|
|
|
73
73
|
```html
|
|
74
74
|
<auro-select>
|
|
75
|
+
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
75
76
|
<auro-menu>
|
|
76
77
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
77
78
|
<auro-menuoption value="price">Price</auro-menuoption>
|
|
@@ -99,9 +100,9 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
99
100
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
100
101
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
101
102
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
102
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.
|
|
103
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.
|
|
104
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-select@2.0.0-beta.
|
|
103
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.51/dist/auro-dropdown__bundled.js" type="module"></script>
|
|
104
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.51/dist/auro-menu__bundled.js" type="module"></script>
|
|
105
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-select@2.0.0-beta.51/dist/auro-select__bundled.js" type="module"></script>
|
|
105
106
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
106
107
|
|
|
107
108
|
## auro-select use cases
|
|
@@ -120,6 +121,7 @@ See description.
|
|
|
120
121
|
|
|
121
122
|
```html
|
|
122
123
|
<auro-select>
|
|
124
|
+
<span slot="bib.fullscreen.headline">Bib Headline</span>
|
|
123
125
|
<auro-menu>
|
|
124
126
|
<auro-menuoption value="stops">Stops</auro-menuoption>
|
|
125
127
|
<auro-menuoption value="price">Price</auro-menuoption>
|