@brightspace-ui/core 3.46.0 → 3.46.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -111,7 +111,7 @@ Note: All `*value` properties should be in ISO 8601 calendar date format (`YYYY-
|
|
111
111
|
|
112
112
|
## Time Input [d2l-input-time]
|
113
113
|
|
114
|
-
Use the `<d2l-input-time>` component when users need to enter a time, without a date. The component consists of a text input field for typing a time and an attached dropdown for time selection. The dropdown opens on click of the text input, or on enter or down arrow press if the text input is focused. It displays the `value` if one is specified, or a
|
114
|
+
Use the `<d2l-input-time>` component when users need to enter a time, without a date. The component consists of a text input field for typing a time and an attached dropdown for time selection. The dropdown opens on click of the text input, or on enter or down arrow press if the text input is focused. It displays the `value` if one is specified, or a fallback time if not, and reflects the selected value when one is selected in the dropdown or entered in the text input.
|
115
115
|
|
116
116
|
Note: All `*value` properties should be in ISO 8601 time format (`hh:mm:ss`) and should be [localized to the user's timezone](#timezone) (if applicable).
|
117
117
|
|
@@ -116,7 +116,7 @@ function initIntervals(size, enforceTimeIntervals) {
|
|
116
116
|
}
|
117
117
|
|
118
118
|
/**
|
119
|
-
* A component that consists of a text input field for typing a time and an attached dropdown for time selection. It displays the "value" if one is specified, or a
|
119
|
+
* A component that consists of a text input field for typing a time and an attached dropdown for time selection. It displays the "value" if one is specified, or a fallback time if not, and reflects the selected value when one is selected in the dropdown or entered in the text input.
|
120
120
|
* @slot inline-help - Help text that will appear below the input. Use this only when other helpful cues are not sufficient, such as a carefully-worded label.
|
121
121
|
* @fires change - Dispatched when there is a change to selected time. `value` corresponds to the selected value and is formatted in ISO 8601 time format (`hh:mm:ss`).
|
122
122
|
*/
|
package/custom-elements.json
CHANGED
@@ -7607,7 +7607,7 @@
|
|
7607
7607
|
{
|
7608
7608
|
"name": "d2l-input-time",
|
7609
7609
|
"path": "./components/inputs/input-time.js",
|
7610
|
-
"description": "A component that consists of a text input field for typing a time and an attached dropdown for time selection. It displays the \"value\" if one is specified, or a
|
7610
|
+
"description": "A component that consists of a text input field for typing a time and an attached dropdown for time selection. It displays the \"value\" if one is specified, or a fallback time if not, and reflects the selected value when one is selected in the dropdown or entered in the text input.",
|
7611
7611
|
"attributes": [
|
7612
7612
|
{
|
7613
7613
|
"name": "default-value",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.46.
|
3
|
+
"version": "3.46.1",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|