@aurodesignsystem/auro-formkit 2.0.0-beta.45 → 2.0.0-beta.47
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 +45 -0
- package/components/bibtemplate/dist/index.js +3 -3
- package/components/bibtemplate/dist/registered.js +3 -3
- package/components/checkbox/README.md +1 -1
- package/components/checkbox/demo/api.min.js +301 -54
- package/components/checkbox/demo/index.min.js +301 -54
- package/components/checkbox/dist/auro-checkbox-group.d.ts +5 -1
- package/components/checkbox/dist/helptextVersion.d.ts +2 -0
- package/components/checkbox/dist/index.js +301 -54
- package/components/checkbox/dist/registered.js +301 -54
- package/components/combobox/README.md +4 -4
- package/components/combobox/demo/api.md +2 -2
- package/components/combobox/demo/api.min.js +4308 -1776
- package/components/combobox/demo/index.md +2 -2
- package/components/combobox/demo/index.min.js +4308 -1776
- package/components/combobox/dist/index.js +4295 -1763
- package/components/combobox/dist/registered.js +4295 -1763
- package/components/counter/README.md +1 -1
- package/components/counter/demo/api.min.js +272 -77
- package/components/counter/demo/index.min.js +272 -77
- package/components/counter/dist/index.js +272 -77
- package/components/counter/dist/registered.js +272 -77
- package/components/datepicker/README.md +6 -4
- package/components/datepicker/demo/api.js +2 -2
- package/components/datepicker/demo/api.md +134 -48
- package/components/datepicker/demo/api.min.js +5628 -2100
- package/components/datepicker/demo/index.md +6 -0
- package/components/datepicker/demo/index.min.js +5623 -2094
- package/components/datepicker/dist/auro-calendar-month.d.ts +15 -0
- package/components/datepicker/dist/auro-calendar.d.ts +24 -0
- package/components/datepicker/dist/auro-datepicker.d.ts +31 -11
- package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
- package/components/datepicker/dist/index.js +5623 -2094
- package/components/datepicker/dist/registered.js +5623 -2094
- package/components/datepicker/dist/utilities.d.ts +25 -0
- package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -1
- package/components/dropdown/README.md +1 -1
- package/components/dropdown/demo/api.min.js +235 -37
- package/components/dropdown/demo/index.min.js +235 -37
- package/components/dropdown/dist/auro-dropdown.d.ts +4 -0
- package/components/dropdown/dist/helptextVersion.d.ts +2 -0
- package/components/dropdown/dist/index.js +235 -37
- package/components/dropdown/dist/registered.js +235 -37
- package/components/form/README.md +1 -1
- package/components/helptext/dist/index.js +2 -0
- package/components/helptext/dist/registered.js +2 -0
- package/components/input/README.md +1 -1
- package/components/input/demo/api.md +91 -89
- package/components/input/demo/api.min.js +4064 -1727
- package/components/input/demo/index.md +2 -2
- package/components/input/demo/index.min.js +4064 -1727
- package/components/input/dist/auro-input.d.ts +4 -1
- package/components/input/dist/base-input.d.ts +46 -12
- package/components/input/dist/helptextVersion.d.ts +2 -0
- package/components/input/dist/index.js +4064 -1727
- package/components/input/dist/registered.js +4064 -1727
- package/components/input/dist/utilities.d.ts +25 -0
- package/components/menu/README.md +1 -1
- package/components/radio/README.md +1 -1
- package/components/radio/demo/api.min.js +300 -53
- package/components/radio/demo/index.min.js +300 -53
- package/components/radio/dist/auro-radio-group.d.ts +5 -1
- package/components/radio/dist/helptextVersion.d.ts +2 -0
- package/components/radio/dist/index.js +300 -53
- package/components/radio/dist/registered.js +300 -53
- package/components/select/README.md +3 -3
- package/components/select/demo/api.min.js +262 -67
- package/components/select/demo/index.min.js +262 -67
- package/components/select/dist/index.js +251 -56
- package/components/select/dist/registered.js +251 -56
- package/package.json +1 -1
|
@@ -72,6 +72,7 @@ import "@aurodesignsystem/auro-formkit/auro-datepicker";
|
|
|
72
72
|
|
|
73
73
|
```html
|
|
74
74
|
<auro-datepicker>
|
|
75
|
+
<span slot="mobileHeadline">Datepicker Headline</span>
|
|
75
76
|
<span slot="fromLabel">Choose a date</span>
|
|
76
77
|
<span slot="mobileDateLabel">Choose a date</span>
|
|
77
78
|
</auro-datepicker>
|
|
@@ -93,10 +94,10 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
93
94
|
<!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
|
|
94
95
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
|
|
95
96
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.0/dist/bundled/essentials.css" />
|
|
96
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.
|
|
97
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.
|
|
98
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-popover@2.0.0-beta.
|
|
99
|
-
<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.46/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.46/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.46/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.46/dist/auro-datepicker__bundled.js" type="module"></script>
|
|
100
101
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
101
102
|
|
|
102
103
|
## auro-datepicker use cases
|
|
@@ -118,6 +119,7 @@ The `<auro-datepicker>` element should be used in situations where users may:
|
|
|
118
119
|
|
|
119
120
|
```html
|
|
120
121
|
<auro-datepicker>
|
|
122
|
+
<span slot="mobileHeadline">Datepicker Headline</span>
|
|
121
123
|
<span slot="fromLabel">Choose a date</span>
|
|
122
124
|
<span slot="mobileDateLabel">Choose a date</span>
|
|
123
125
|
</auro-datepicker>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { alertValueExample } from './../apiExamples/alertValue.js';
|
|
2
2
|
import { errorExample } from './../apiExamples/error';
|
|
3
3
|
import { focusExample } from './../apiExamples/focus.js';
|
|
4
|
-
import { monthNamesExample } from './../apiExamples/monthNames';
|
|
5
4
|
import { populateSlotContentExample } from './../apiExamples/dynamicSlot.js';
|
|
6
5
|
import { updateMaxDateExample } from './../apiExamples/updateMaxDate';
|
|
7
6
|
import { updateMinDateExample } from './../apiExamples/updateMinDate';
|
|
8
7
|
import { validityExample } from './../apiExamples/validity';
|
|
9
8
|
import { inDialogExample } from '../apiExamples/inDialog.js';
|
|
9
|
+
import { localizationExample } from '../apiExamples/localization.js';
|
|
10
10
|
import { resetStateExample } from '../apiExamples/resetState.js';
|
|
11
11
|
import '../src/registered.js';
|
|
12
12
|
|
|
@@ -17,12 +17,12 @@ export function initExamples(initCount) {
|
|
|
17
17
|
alertValueExample();
|
|
18
18
|
errorExample();
|
|
19
19
|
focusExample();
|
|
20
|
-
monthNamesExample();
|
|
21
20
|
populateSlotContentExample();
|
|
22
21
|
updateMaxDateExample();
|
|
23
22
|
updateMinDateExample();
|
|
24
23
|
validityExample();
|
|
25
24
|
inDialogExample();
|
|
25
|
+
localizationExample();
|
|
26
26
|
resetStateExample();
|
|
27
27
|
} catch (error) {
|
|
28
28
|
if (initCount <= 20) {
|