@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.
Files changed (71) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/components/bibtemplate/dist/index.js +3 -3
  3. package/components/bibtemplate/dist/registered.js +3 -3
  4. package/components/checkbox/README.md +1 -1
  5. package/components/checkbox/demo/api.min.js +301 -54
  6. package/components/checkbox/demo/index.min.js +301 -54
  7. package/components/checkbox/dist/auro-checkbox-group.d.ts +5 -1
  8. package/components/checkbox/dist/helptextVersion.d.ts +2 -0
  9. package/components/checkbox/dist/index.js +301 -54
  10. package/components/checkbox/dist/registered.js +301 -54
  11. package/components/combobox/README.md +4 -4
  12. package/components/combobox/demo/api.md +2 -2
  13. package/components/combobox/demo/api.min.js +4308 -1776
  14. package/components/combobox/demo/index.md +2 -2
  15. package/components/combobox/demo/index.min.js +4308 -1776
  16. package/components/combobox/dist/index.js +4295 -1763
  17. package/components/combobox/dist/registered.js +4295 -1763
  18. package/components/counter/README.md +1 -1
  19. package/components/counter/demo/api.min.js +272 -77
  20. package/components/counter/demo/index.min.js +272 -77
  21. package/components/counter/dist/index.js +272 -77
  22. package/components/counter/dist/registered.js +272 -77
  23. package/components/datepicker/README.md +6 -4
  24. package/components/datepicker/demo/api.js +2 -2
  25. package/components/datepicker/demo/api.md +134 -48
  26. package/components/datepicker/demo/api.min.js +5628 -2100
  27. package/components/datepicker/demo/index.md +6 -0
  28. package/components/datepicker/demo/index.min.js +5623 -2094
  29. package/components/datepicker/dist/auro-calendar-month.d.ts +15 -0
  30. package/components/datepicker/dist/auro-calendar.d.ts +24 -0
  31. package/components/datepicker/dist/auro-datepicker.d.ts +31 -11
  32. package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
  33. package/components/datepicker/dist/index.js +5623 -2094
  34. package/components/datepicker/dist/registered.js +5623 -2094
  35. package/components/datepicker/dist/utilities.d.ts +25 -0
  36. package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -1
  37. package/components/dropdown/README.md +1 -1
  38. package/components/dropdown/demo/api.min.js +235 -37
  39. package/components/dropdown/demo/index.min.js +235 -37
  40. package/components/dropdown/dist/auro-dropdown.d.ts +4 -0
  41. package/components/dropdown/dist/helptextVersion.d.ts +2 -0
  42. package/components/dropdown/dist/index.js +235 -37
  43. package/components/dropdown/dist/registered.js +235 -37
  44. package/components/form/README.md +1 -1
  45. package/components/helptext/dist/index.js +2 -0
  46. package/components/helptext/dist/registered.js +2 -0
  47. package/components/input/README.md +1 -1
  48. package/components/input/demo/api.md +91 -89
  49. package/components/input/demo/api.min.js +4064 -1727
  50. package/components/input/demo/index.md +2 -2
  51. package/components/input/demo/index.min.js +4064 -1727
  52. package/components/input/dist/auro-input.d.ts +4 -1
  53. package/components/input/dist/base-input.d.ts +46 -12
  54. package/components/input/dist/helptextVersion.d.ts +2 -0
  55. package/components/input/dist/index.js +4064 -1727
  56. package/components/input/dist/registered.js +4064 -1727
  57. package/components/input/dist/utilities.d.ts +25 -0
  58. package/components/menu/README.md +1 -1
  59. package/components/radio/README.md +1 -1
  60. package/components/radio/demo/api.min.js +300 -53
  61. package/components/radio/demo/index.min.js +300 -53
  62. package/components/radio/dist/auro-radio-group.d.ts +5 -1
  63. package/components/radio/dist/helptextVersion.d.ts +2 -0
  64. package/components/radio/dist/index.js +300 -53
  65. package/components/radio/dist/registered.js +300 -53
  66. package/components/select/README.md +3 -3
  67. package/components/select/demo/api.min.js +262 -67
  68. package/components/select/demo/index.min.js +262 -67
  69. package/components/select/dist/index.js +251 -56
  70. package/components/select/dist/registered.js +251 -56
  71. 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.44/dist/auro-dropdown__bundled.js" type="module"></script>
97
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.44/dist/auro-input__bundled.js" type="module"></script>
98
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-popover@2.0.0-beta.44/dist/auro-popover__bundled.js" type="module"></script>
99
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-datepicker@2.0.0-beta.44/dist/auro-datepicker__bundled.js" type="module"></script>
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) {