@aurodesignsystem-dev/auro-formkit 0.0.0-pr807.1 → 0.0.0-pr807.2

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 (51) hide show
  1. package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
  2. package/components/bibtemplate/dist/index.js +60 -96
  3. package/components/bibtemplate/dist/registered.js +60 -96
  4. package/components/checkbox/demo/api.md +1 -1
  5. package/components/checkbox/demo/api.min.js +1 -1
  6. package/components/checkbox/demo/index.min.js +1 -1
  7. package/components/checkbox/dist/auro-checkbox.d.ts +1 -1
  8. package/components/checkbox/dist/index.js +1 -1
  9. package/components/checkbox/dist/registered.js +1 -1
  10. package/components/combobox/demo/api.min.js +178 -122
  11. package/components/combobox/demo/index.md +2 -4
  12. package/components/combobox/demo/index.min.js +178 -122
  13. package/components/combobox/dist/auro-combobox.d.ts +8 -2
  14. package/components/combobox/dist/index.js +174 -118
  15. package/components/combobox/dist/registered.js +174 -118
  16. package/components/counter/demo/api.min.js +90 -124
  17. package/components/counter/demo/index.min.js +90 -124
  18. package/components/counter/dist/index.js +90 -124
  19. package/components/counter/dist/registered.js +90 -124
  20. package/components/datepicker/demo/api.min.js +187 -135
  21. package/components/datepicker/demo/index.min.js +187 -135
  22. package/components/datepicker/dist/index.js +187 -135
  23. package/components/datepicker/dist/registered.js +187 -135
  24. package/components/dropdown/demo/api.min.js +2 -2
  25. package/components/dropdown/demo/index.min.js +2 -2
  26. package/components/dropdown/dist/index.js +2 -2
  27. package/components/dropdown/dist/registered.js +2 -2
  28. package/components/input/demo/api.md +2 -5
  29. package/components/input/demo/api.min.js +91 -10
  30. package/components/input/demo/index.md +2 -2
  31. package/components/input/demo/index.min.js +91 -10
  32. package/components/input/dist/auro-input.d.ts +24 -0
  33. package/components/input/dist/base-input.d.ts +8 -2
  34. package/components/input/dist/index.js +91 -10
  35. package/components/input/dist/registered.js +91 -10
  36. package/components/radio/demo/api.md +1 -1
  37. package/components/radio/demo/api.min.js +1 -1
  38. package/components/radio/demo/index.min.js +1 -1
  39. package/components/radio/dist/auro-radio.d.ts +1 -1
  40. package/components/radio/dist/index.js +1 -1
  41. package/components/radio/dist/registered.js +1 -1
  42. package/components/select/demo/api.md +1 -3
  43. package/components/select/demo/api.min.js +134 -138
  44. package/components/select/demo/index.min.js +134 -138
  45. package/components/select/dist/auro-select.d.ts +11 -5
  46. package/components/select/dist/index.js +130 -134
  47. package/components/select/dist/registered.js +130 -134
  48. package/package.json +1 -1
  49. package/components/input/dist/styles/default/input-css.d.ts +0 -2
  50. package/components/input/dist/styles/default/label-css.d.ts +0 -2
  51. package/components/input/dist/styles/input-css.d.ts +0 -2
@@ -162,7 +162,7 @@ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
162
162
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
163
163
  * @attr id
164
164
  *
165
- * @event {CustomEvent<any>} change - Notifies when checked value is changed.
165
+ * @event {CustomEvent<any>} change - (Deprecated) Notifies when checked value is changed.
166
166
  * @event {InputEvent} input - Notifies when when checked value is changed by user's interface.
167
167
  * @event focusSelected - Notifies that the component has gained focus.
168
168
  * @event auroRadio-blur - Notifies that the component has lost focus.
@@ -137,7 +137,7 @@ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
137
137
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
138
138
  * @attr id
139
139
  *
140
- * @event {CustomEvent<any>} change - Notifies when checked value is changed.
140
+ * @event {CustomEvent<any>} change - (Deprecated) Notifies when checked value is changed.
141
141
  * @event {InputEvent} input - Notifies when when checked value is changed by user's interface.
142
142
  * @event focusSelected - Notifies that the component has gained focus.
143
143
  * @event auroRadio-blur - Notifies that the component has lost focus.
@@ -9,7 +9,7 @@
9
9
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
10
10
  * @attr id
11
11
  *
12
- * @event {CustomEvent<any>} change - Notifies when checked value is changed.
12
+ * @event {CustomEvent<any>} change - (Deprecated) Notifies when checked value is changed.
13
13
  * @event {InputEvent} input - Notifies when when checked value is changed by user's interface.
14
14
  * @event focusSelected - Notifies that the component has gained focus.
15
15
  * @event auroRadio-blur - Notifies that the component has lost focus.
@@ -97,7 +97,7 @@ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
97
97
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
98
98
  * @attr id
99
99
  *
100
- * @event {CustomEvent<any>} change - Notifies when checked value is changed.
100
+ * @event {CustomEvent<any>} change - (Deprecated) Notifies when checked value is changed.
101
101
  * @event {InputEvent} input - Notifies when when checked value is changed by user's interface.
102
102
  * @event focusSelected - Notifies that the component has gained focus.
103
103
  * @event auroRadio-blur - Notifies that the component has lost focus.
@@ -97,7 +97,7 @@ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
97
97
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
98
98
  * @attr id
99
99
  *
100
- * @event {CustomEvent<any>} change - Notifies when checked value is changed.
100
+ * @event {CustomEvent<any>} change - (Deprecated) Notifies when checked value is changed.
101
101
  * @event {InputEvent} input - Notifies when when checked value is changed by user's interface.
102
102
  * @event focusSelected - Notifies that the component has gained focus.
103
103
  * @event auroRadio-blur - Notifies that the component has lost focus.
@@ -23,7 +23,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
23
23
  | [forceDisplayValue](#forceDisplayValue) | `forceDisplayValue` | `boolean` | false | If declared, the label and value will be visually hidden and the displayValue will render 100% of the time. |
24
24
  | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`xs`, `sm`, `md`, `lg`, `xl`, `disabled`)<br />at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.<br /><br />When expanded, the dropdown will automatically display in fullscreen mode<br />if the screen size is equal to or smaller than the selected breakpoint. |
25
25
  | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600. |
26
- | [layout](#layout) | | `string` | "snowflake" | |
26
+ | [layout](#layout) | | `string` | | |
27
27
  | [matchWidth](#matchWidth) | `matchWidth` | `boolean` | false | If declared, the popover and trigger will be set to the same width. |
28
28
  | [multiSelect](#multiSelect) | `multiselect` | `boolean` | | Sets multi-select mode, allowing multiple options to be selected at once. |
29
29
  | [name](#name) | `name` | `string` | | The name for the select element. |
@@ -39,8 +39,6 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
39
39
  | [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
40
40
  | [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` | `string` | | Custom help text message to display when validity = `customError`. |
41
41
  | [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | `string` | | Custom help text message to display when validity = `valueMissing`. |
42
- | [shape](#shape) | | `string` | "snowflake" | |
43
- | [size](#size) | | `string` | "xl" | |
44
42
  | [validity](#validity) | `validity` | `string` | | Specifies the `validityState` this element is in. |
45
43
  | [value](#value) | `value` | `string` | | Value selected for the component. |
46
44