@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
# [2.0.0-beta.52](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.51...v2.0.0-beta.52) (2025-02-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* rename `mobileHeadline` and `mobileDateLabel` to follow `bib.fullscreen.*` pattern ([26a28e8](https://github.com/AlaskaAirlines/auro-formkit/commit/26a28e849fce9bd2ba79721cd1097b4c4cbab943))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* `mobileDateLabel` slot is renamed to `bib.fullscreen.dateLabel`
|
|
14
|
+
|
|
15
|
+
# [2.0.0-beta.51](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.50...v2.0.0-beta.51) (2025-02-28)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* rename `largeMobileHeadline` to `largeFullscreenHeadline` ([ff7ee2e](https://github.com/AlaskaAirlines/auro-formkit/commit/ff7ee2e21a4e0b7f640898e3221c80a2bcc4a41f))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* add fullscreen bib features on select [#360](https://github.com/AlaskaAirlines/auro-formkit/issues/360) ([7b9a3ff](https://github.com/AlaskaAirlines/auro-formkit/commit/7b9a3ffae0e029be71e81c8dd2a02e9c37cbdd6d))
|
|
26
|
+
|
|
3
27
|
# [2.0.0-beta.50](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.49...v2.0.0-beta.50) (2025-02-27)
|
|
4
28
|
|
|
5
29
|
|
|
@@ -96,7 +96,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
96
96
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
97
97
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
98
98
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
99
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-checkbox@2.0.0-beta.
|
|
99
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-checkbox@2.0.0-beta.51/dist/auro-checkbox__bundled.js" type="module"></script>
|
|
100
100
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
101
101
|
|
|
102
102
|
## auro-checkbox use cases
|
|
@@ -101,10 +101,10 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
101
101
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
102
102
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
103
103
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.0/dist/bundled/essentials.css" />
|
|
104
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.
|
|
105
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.
|
|
106
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.
|
|
107
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-combobox@2.0.0-beta.
|
|
104
|
+
<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>
|
|
105
|
+
<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>
|
|
106
|
+
<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>
|
|
107
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-combobox@2.0.0-beta.51/dist/auro-combobox__bundled.js" type="module"></script>
|
|
108
108
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
109
109
|
|
|
110
110
|
## auro-combobox use cases
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| [disabled](#disabled) | `disabled` | `boolean` | | If set, disables the combobox. |
|
|
13
13
|
| [error](#error) | `error` | `string` | | When defined, sets persistent validity to `customError` and sets the validation message to the attribute value. |
|
|
14
14
|
| [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
|
|
15
|
-
| [
|
|
15
|
+
| [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600 |
|
|
16
16
|
| [noFilter](#noFilter) | `noFilter` | `boolean` | false | If set, combobox will not filter menuoptions based in input. |
|
|
17
17
|
| [noValidate](#noValidate) | `noValidate` | `boolean` | | If set, disables auto-validation on blur. |
|
|
18
18
|
| [optionSelected](#optionSelected) | `optionSelected` | `object` | "undefined" | Specifies the current selected option. |
|
|
@@ -11686,10 +11686,10 @@ class AuroCombobox extends r$b {
|
|
|
11686
11686
|
},
|
|
11687
11687
|
|
|
11688
11688
|
/**
|
|
11689
|
-
* If declared, make
|
|
11689
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
11690
11690
|
* Otherwise, Heading 600
|
|
11691
11691
|
*/
|
|
11692
|
-
|
|
11692
|
+
largeFullscreenHeadline: {
|
|
11693
11693
|
type: Boolean,
|
|
11694
11694
|
reflect: true
|
|
11695
11695
|
},
|
|
@@ -12409,7 +12409,7 @@ class AuroCombobox extends r$b {
|
|
|
12409
12409
|
|
|
12410
12410
|
<div class="menuWrapper"></div>
|
|
12411
12411
|
|
|
12412
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
12412
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
12413
12413
|
</${this.bibtemplateTag}>
|
|
12414
12414
|
|
|
12415
12415
|
<p slot="helpText">
|
|
@@ -11544,10 +11544,10 @@ class AuroCombobox extends r$b {
|
|
|
11544
11544
|
},
|
|
11545
11545
|
|
|
11546
11546
|
/**
|
|
11547
|
-
* If declared, make
|
|
11547
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
11548
11548
|
* Otherwise, Heading 600
|
|
11549
11549
|
*/
|
|
11550
|
-
|
|
11550
|
+
largeFullscreenHeadline: {
|
|
11551
11551
|
type: Boolean,
|
|
11552
11552
|
reflect: true
|
|
11553
11553
|
},
|
|
@@ -12267,7 +12267,7 @@ class AuroCombobox extends r$b {
|
|
|
12267
12267
|
|
|
12268
12268
|
<div class="menuWrapper"></div>
|
|
12269
12269
|
|
|
12270
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
12270
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
12271
12271
|
</${this.bibtemplateTag}>
|
|
12272
12272
|
|
|
12273
12273
|
<p slot="helpText">
|
|
@@ -111,10 +111,10 @@ export class AuroCombobox extends LitElement {
|
|
|
111
111
|
hasChanged: typeof arrayOrUndefinedHasChanged;
|
|
112
112
|
};
|
|
113
113
|
/**
|
|
114
|
-
* If declared, make
|
|
114
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
115
115
|
* Otherwise, Heading 600
|
|
116
116
|
*/
|
|
117
|
-
|
|
117
|
+
largeFullscreenHeadline: {
|
|
118
118
|
type: BooleanConstructor;
|
|
119
119
|
reflect: boolean;
|
|
120
120
|
};
|
|
@@ -11521,10 +11521,10 @@ class AuroCombobox extends r$b {
|
|
|
11521
11521
|
},
|
|
11522
11522
|
|
|
11523
11523
|
/**
|
|
11524
|
-
* If declared, make
|
|
11524
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
11525
11525
|
* Otherwise, Heading 600
|
|
11526
11526
|
*/
|
|
11527
|
-
|
|
11527
|
+
largeFullscreenHeadline: {
|
|
11528
11528
|
type: Boolean,
|
|
11529
11529
|
reflect: true
|
|
11530
11530
|
},
|
|
@@ -12244,7 +12244,7 @@ class AuroCombobox extends r$b {
|
|
|
12244
12244
|
|
|
12245
12245
|
<div class="menuWrapper"></div>
|
|
12246
12246
|
|
|
12247
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
12247
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
12248
12248
|
</${this.bibtemplateTag}>
|
|
12249
12249
|
|
|
12250
12250
|
<p slot="helpText">
|
|
@@ -11521,10 +11521,10 @@ class AuroCombobox extends r$b {
|
|
|
11521
11521
|
},
|
|
11522
11522
|
|
|
11523
11523
|
/**
|
|
11524
|
-
* If declared, make
|
|
11524
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
11525
11525
|
* Otherwise, Heading 600
|
|
11526
11526
|
*/
|
|
11527
|
-
|
|
11527
|
+
largeFullscreenHeadline: {
|
|
11528
11528
|
type: Boolean,
|
|
11529
11529
|
reflect: true
|
|
11530
11530
|
},
|
|
@@ -12244,7 +12244,7 @@ class AuroCombobox extends r$b {
|
|
|
12244
12244
|
|
|
12245
12245
|
<div class="menuWrapper"></div>
|
|
12246
12246
|
|
|
12247
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
12247
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
12248
12248
|
</${this.bibtemplateTag}>
|
|
12249
12249
|
|
|
12250
12250
|
<p slot="helpText">
|
|
@@ -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-counter@2.0.0-beta.
|
|
103
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-counter@2.0.0-beta.51/dist/auro-counter__bundled.js" type="module"></script>
|
|
104
104
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
105
105
|
|
|
106
106
|
## auro-counter use cases
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
|
|
39
39
|
## Properties
|
|
40
40
|
|
|
41
|
-
| Property
|
|
42
|
-
|
|
43
|
-
| [fullscreenBreakpoint](#fullscreenBreakpoint)
|
|
44
|
-
| [isDropdown](#isDropdown)
|
|
45
|
-
| [
|
|
46
|
-
| [max](#max)
|
|
47
|
-
| [min](#min)
|
|
48
|
-
| [total](#total)
|
|
49
|
-
| [validity](#validity)
|
|
50
|
-
| [value](#value)
|
|
41
|
+
| Property | Attribute | Type | Default | Description |
|
|
42
|
+
|---------------------------|---------------------------|-----------|-------------|--------------------------------------------------|
|
|
43
|
+
| [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
|
|
44
|
+
| [isDropdown](#isDropdown) | `isDropdown` | `boolean` | false | Indicates if the counter group is displayed as a dropdown. |
|
|
45
|
+
| [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600 |
|
|
46
|
+
| [max](#max) | `max` | `number` | "undefined" | The maximum value allowed for the whole group of counters. |
|
|
47
|
+
| [min](#min) | `min` | `number` | "undefined" | The minimum value allowed for the whole group of counters. |
|
|
48
|
+
| [total](#total) | `total` | `number` | "undefined" | The total value of the counters. |
|
|
49
|
+
| [validity](#validity) | `validity` | `string` | "undefined" | Reflects the validity state. |
|
|
50
|
+
| [value](#value) | `value` | `object` | "undefined" | The current individual values of the nested counters. |
|
|
51
51
|
|
|
52
52
|
## Methods
|
|
53
53
|
|
|
@@ -5948,10 +5948,10 @@ class AuroCounterGroup extends r$9 {
|
|
|
5948
5948
|
},
|
|
5949
5949
|
|
|
5950
5950
|
/**
|
|
5951
|
-
* If declared, make
|
|
5951
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
5952
5952
|
* Otherwise, Heading 600
|
|
5953
5953
|
*/
|
|
5954
|
-
|
|
5954
|
+
largeFullscreenHeadline: {
|
|
5955
5955
|
type: Boolean,
|
|
5956
5956
|
reflect: true
|
|
5957
5957
|
},
|
|
@@ -6211,7 +6211,7 @@ class AuroCounterGroup extends r$9 {
|
|
|
6211
6211
|
<div slot="label"><slot name="label"></slot></div>
|
|
6212
6212
|
<div slot="helpText"><slot name="helpText"></slot></div>
|
|
6213
6213
|
|
|
6214
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
6214
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
6215
6215
|
<auro-counter-wrapper isInDropdown>
|
|
6216
6216
|
</auro-counter-wrapper>
|
|
6217
6217
|
</${this.bibtemplateTag}>
|
|
@@ -5948,10 +5948,10 @@ class AuroCounterGroup extends r$9 {
|
|
|
5948
5948
|
},
|
|
5949
5949
|
|
|
5950
5950
|
/**
|
|
5951
|
-
* If declared, make
|
|
5951
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
5952
5952
|
* Otherwise, Heading 600
|
|
5953
5953
|
*/
|
|
5954
|
-
|
|
5954
|
+
largeFullscreenHeadline: {
|
|
5955
5955
|
type: Boolean,
|
|
5956
5956
|
reflect: true
|
|
5957
5957
|
},
|
|
@@ -6211,7 +6211,7 @@ class AuroCounterGroup extends r$9 {
|
|
|
6211
6211
|
<div slot="label"><slot name="label"></slot></div>
|
|
6212
6212
|
<div slot="helpText"><slot name="helpText"></slot></div>
|
|
6213
6213
|
|
|
6214
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
6214
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
6215
6215
|
<auro-counter-wrapper isInDropdown>
|
|
6216
6216
|
</auro-counter-wrapper>
|
|
6217
6217
|
</${this.bibtemplateTag}>
|
|
@@ -56,10 +56,10 @@ export class AuroCounterGroup extends LitElement {
|
|
|
56
56
|
type: ObjectConstructor;
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
|
-
* If declared, make
|
|
59
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
60
60
|
* Otherwise, Heading 600
|
|
61
61
|
*/
|
|
62
|
-
|
|
62
|
+
largeFullscreenHeadline: {
|
|
63
63
|
type: BooleanConstructor;
|
|
64
64
|
reflect: boolean;
|
|
65
65
|
};
|
|
@@ -5948,10 +5948,10 @@ class AuroCounterGroup extends r$9 {
|
|
|
5948
5948
|
},
|
|
5949
5949
|
|
|
5950
5950
|
/**
|
|
5951
|
-
* If declared, make
|
|
5951
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
5952
5952
|
* Otherwise, Heading 600
|
|
5953
5953
|
*/
|
|
5954
|
-
|
|
5954
|
+
largeFullscreenHeadline: {
|
|
5955
5955
|
type: Boolean,
|
|
5956
5956
|
reflect: true
|
|
5957
5957
|
},
|
|
@@ -6211,7 +6211,7 @@ class AuroCounterGroup extends r$9 {
|
|
|
6211
6211
|
<div slot="label"><slot name="label"></slot></div>
|
|
6212
6212
|
<div slot="helpText"><slot name="helpText"></slot></div>
|
|
6213
6213
|
|
|
6214
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
6214
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
6215
6215
|
<auro-counter-wrapper isInDropdown>
|
|
6216
6216
|
</auro-counter-wrapper>
|
|
6217
6217
|
</${this.bibtemplateTag}>
|
|
@@ -5948,10 +5948,10 @@ class AuroCounterGroup extends r$9 {
|
|
|
5948
5948
|
},
|
|
5949
5949
|
|
|
5950
5950
|
/**
|
|
5951
|
-
* If declared, make
|
|
5951
|
+
* If declared, make bib.fullscreen.headline in HeadingDisplay.
|
|
5952
5952
|
* Otherwise, Heading 600
|
|
5953
5953
|
*/
|
|
5954
|
-
|
|
5954
|
+
largeFullscreenHeadline: {
|
|
5955
5955
|
type: Boolean,
|
|
5956
5956
|
reflect: true
|
|
5957
5957
|
},
|
|
@@ -6211,7 +6211,7 @@ class AuroCounterGroup extends r$9 {
|
|
|
6211
6211
|
<div slot="label"><slot name="label"></slot></div>
|
|
6212
6212
|
<div slot="helpText"><slot name="helpText"></slot></div>
|
|
6213
6213
|
|
|
6214
|
-
<${this.bibtemplateTag} ?large="${this.
|
|
6214
|
+
<${this.bibtemplateTag} ?large="${this.largeFullscreenHeadline}">
|
|
6215
6215
|
<auro-counter-wrapper isInDropdown>
|
|
6216
6216
|
</auro-counter-wrapper>
|
|
6217
6217
|
</${this.bibtemplateTag}>
|
|
@@ -72,9 +72,9 @@ import "@aurodesignsystem/auro-formkit/auro-datepicker";
|
|
|
72
72
|
|
|
73
73
|
```html
|
|
74
74
|
<auro-datepicker>
|
|
75
|
-
<span slot="
|
|
75
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
76
76
|
<span slot="fromLabel">Choose a date</span>
|
|
77
|
-
<span slot="
|
|
77
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
78
78
|
</auro-datepicker>
|
|
79
79
|
```
|
|
80
80
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -94,10 +94,10 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
94
94
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
95
95
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
96
96
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.0/dist/bundled/essentials.css" />
|
|
97
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.
|
|
98
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.
|
|
99
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-popover@2.0.0-beta.
|
|
100
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-datepicker@2.0.0-beta.
|
|
97
|
+
<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>
|
|
98
|
+
<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>
|
|
99
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-popover@2.0.0-beta.51/dist/auro-popover__bundled.js" type="module"></script>
|
|
100
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-datepicker@2.0.0-beta.51/dist/auro-datepicker__bundled.js" type="module"></script>
|
|
101
101
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
102
102
|
|
|
103
103
|
## auro-datepicker use cases
|
|
@@ -119,9 +119,9 @@ The `<auro-datepicker>` element should be used in situations where users may:
|
|
|
119
119
|
|
|
120
120
|
```html
|
|
121
121
|
<auro-datepicker>
|
|
122
|
-
<span slot="
|
|
122
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
123
123
|
<span slot="fromLabel">Choose a date</span>
|
|
124
|
-
<span slot="
|
|
124
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
125
125
|
</auro-datepicker>
|
|
126
126
|
```
|
|
127
127
|
<!-- AURO-GENERATED-CONTENT:END -->
|