@brightspace-ui/core 3.162.2 → 3.162.4
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/components/inputs/demo/input-time.html +3 -3
- package/components/inputs/input-date-time-range.js +1 -1
- package/components/inputs/input-date-time.js +1 -1
- package/components/inputs/input-time-range.js +1 -1
- package/components/inputs/input-time.js +1 -1
- package/custom-elements.json +8 -8
- package/package.json +1 -1
@@ -40,14 +40,14 @@
|
|
40
40
|
</template>
|
41
41
|
</d2l-demo-snippet>
|
42
42
|
|
43
|
-
<h2>Hidden
|
43
|
+
<h2>Hidden Time Zone</h2>
|
44
44
|
<d2l-demo-snippet>
|
45
45
|
<template>
|
46
|
-
<d2l-input-time label="Start Time"
|
46
|
+
<d2l-input-time label="Start Time" time-zone-hidden></d2l-input-time>
|
47
47
|
</template>
|
48
48
|
</d2l-demo-snippet>
|
49
49
|
|
50
|
-
<h2>Custom
|
50
|
+
<h2>Custom Time Zone</h2>
|
51
51
|
<d2l-demo-snippet>
|
52
52
|
<template>
|
53
53
|
<d2l-input-time label="Start Time" time-zone-id="America/Vancouver"></d2l-input-time>
|
@@ -152,7 +152,7 @@ class InputDateTimeRange extends InteractiveMixin(FocusMixin(SkeletonMixin(FormE
|
|
152
152
|
*/
|
153
153
|
startValue: { attribute: 'start-value', reflect: true, type: String },
|
154
154
|
/**
|
155
|
-
*
|
155
|
+
* Time zone identifier for the time inputs to use.
|
156
156
|
* @type {string}
|
157
157
|
*/
|
158
158
|
timeZoneId: { type: String },
|
@@ -86,7 +86,7 @@ class InputDateTime extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMi
|
|
86
86
|
*/
|
87
87
|
timeDefaultValue: { attribute: 'time-default-value', reflect: true, type: String },
|
88
88
|
/**
|
89
|
-
*
|
89
|
+
* Time zone identifier for the time input to use.
|
90
90
|
* @type {string}
|
91
91
|
*/
|
92
92
|
timeZoneId: { type: String },
|
@@ -121,7 +121,7 @@ class InputTimeRange extends FocusMixin(SkeletonMixin(FormElementMixin(LocalizeC
|
|
121
121
|
*/
|
122
122
|
timeInterval: { attribute: 'time-interval', reflect: true, type: String },
|
123
123
|
/**
|
124
|
-
*
|
124
|
+
* Time zone identifier for the inputs to use.
|
125
125
|
* @type {string}
|
126
126
|
*/
|
127
127
|
timeZoneId: { type: String },
|
@@ -175,7 +175,7 @@ class InputTime extends InputInlineHelpMixin(FocusMixin(LabelledMixin(SkeletonMi
|
|
175
175
|
*/
|
176
176
|
timeZoneId: { type: String, attribute: 'time-zone-id' },
|
177
177
|
/**
|
178
|
-
* Hides the time zone inside the selection dropdown. Should only be used when the input value is not related to any one
|
178
|
+
* Hides the time zone inside the selection dropdown. Should only be used when the input value is not related to any one time zone
|
179
179
|
* @type {Boolean}
|
180
180
|
*/
|
181
181
|
timeZoneHidden: { type: Boolean, attribute: 'time-zone-hidden' },
|
package/custom-elements.json
CHANGED
@@ -5883,7 +5883,7 @@
|
|
5883
5883
|
},
|
5884
5884
|
{
|
5885
5885
|
"name": "timeZoneId",
|
5886
|
-
"description": "
|
5886
|
+
"description": "Time zone identifier for the time inputs to use.",
|
5887
5887
|
"type": "string"
|
5888
5888
|
},
|
5889
5889
|
{
|
@@ -6004,7 +6004,7 @@
|
|
6004
6004
|
{
|
6005
6005
|
"name": "timeZoneId",
|
6006
6006
|
"attribute": "timeZoneId",
|
6007
|
-
"description": "
|
6007
|
+
"description": "Time zone identifier for the time inputs to use.",
|
6008
6008
|
"type": "string"
|
6009
6009
|
},
|
6010
6010
|
{
|
@@ -6117,7 +6117,7 @@
|
|
6117
6117
|
"attributes": [
|
6118
6118
|
{
|
6119
6119
|
"name": "timeZoneId",
|
6120
|
-
"description": "
|
6120
|
+
"description": "Time zone identifier for the time input to use.",
|
6121
6121
|
"type": "string"
|
6122
6122
|
},
|
6123
6123
|
{
|
@@ -6201,7 +6201,7 @@
|
|
6201
6201
|
{
|
6202
6202
|
"name": "timeZoneId",
|
6203
6203
|
"attribute": "timeZoneId",
|
6204
|
-
"description": "
|
6204
|
+
"description": "Time zone identifier for the time input to use.",
|
6205
6205
|
"type": "string"
|
6206
6206
|
},
|
6207
6207
|
{
|
@@ -7959,7 +7959,7 @@
|
|
7959
7959
|
},
|
7960
7960
|
{
|
7961
7961
|
"name": "timeZoneId",
|
7962
|
-
"description": "
|
7962
|
+
"description": "Time zone identifier for the inputs to use.",
|
7963
7963
|
"type": "string"
|
7964
7964
|
},
|
7965
7965
|
{
|
@@ -8072,7 +8072,7 @@
|
|
8072
8072
|
{
|
8073
8073
|
"name": "timeZoneId",
|
8074
8074
|
"attribute": "timeZoneId",
|
8075
|
-
"description": "
|
8075
|
+
"description": "Time zone identifier for the inputs to use.",
|
8076
8076
|
"type": "string"
|
8077
8077
|
},
|
8078
8078
|
{
|
@@ -8247,7 +8247,7 @@
|
|
8247
8247
|
},
|
8248
8248
|
{
|
8249
8249
|
"name": "time-zone-hidden",
|
8250
|
-
"description": "Hides the time zone inside the selection dropdown. Should only be used when the input value is not related to any one
|
8250
|
+
"description": "Hides the time zone inside the selection dropdown. Should only be used when the input value is not related to any one time zone",
|
8251
8251
|
"type": "Boolean",
|
8252
8252
|
"default": "false"
|
8253
8253
|
},
|
@@ -8342,7 +8342,7 @@
|
|
8342
8342
|
{
|
8343
8343
|
"name": "timeZoneHidden",
|
8344
8344
|
"attribute": "time-zone-hidden",
|
8345
|
-
"description": "Hides the time zone inside the selection dropdown. Should only be used when the input value is not related to any one
|
8345
|
+
"description": "Hides the time zone inside the selection dropdown. Should only be used when the input value is not related to any one time zone",
|
8346
8346
|
"type": "Boolean",
|
8347
8347
|
"default": "false"
|
8348
8348
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.162.
|
3
|
+
"version": "3.162.4",
|
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",
|