@brightspace-ui/core 3.171.1 → 3.171.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.
@@ -155,7 +155,7 @@ class InputDateTimeRange extends InteractiveMixin(FocusMixin(SkeletonMixin(FormE
|
|
155
155
|
* Time zone identifier for the time inputs to use.
|
156
156
|
* @type {string}
|
157
157
|
*/
|
158
|
-
timeZoneId: { type: String },
|
158
|
+
timeZoneId: { attribute: 'time-zone-id', type: String },
|
159
159
|
/**
|
160
160
|
* Hides the time zone inside the time selection dropdowns. Should only be used when the time input values are not related to any one time zone
|
161
161
|
* @type {Boolean}
|
@@ -89,7 +89,7 @@ class InputDateTime extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMi
|
|
89
89
|
* Time zone identifier for the time input to use.
|
90
90
|
* @type {string}
|
91
91
|
*/
|
92
|
-
timeZoneId: { type: String },
|
92
|
+
timeZoneId: { type: String, attribute: 'time-zone-id' },
|
93
93
|
/**
|
94
94
|
* Hides the time zone inside the time selection dropdown. Should only be used when the time input value is not related to any one time zone
|
95
95
|
* @type {Boolean}
|
package/custom-elements.json
CHANGED
@@ -5882,7 +5882,7 @@
|
|
5882
5882
|
"type": "string"
|
5883
5883
|
},
|
5884
5884
|
{
|
5885
|
-
"name": "
|
5885
|
+
"name": "time-zone-id",
|
5886
5886
|
"description": "Time zone identifier for the time inputs to use.",
|
5887
5887
|
"type": "string"
|
5888
5888
|
},
|
@@ -6003,7 +6003,7 @@
|
|
6003
6003
|
},
|
6004
6004
|
{
|
6005
6005
|
"name": "timeZoneId",
|
6006
|
-
"attribute": "
|
6006
|
+
"attribute": "time-zone-id",
|
6007
6007
|
"description": "Time zone identifier for the time inputs to use.",
|
6008
6008
|
"type": "string"
|
6009
6009
|
},
|
@@ -6116,7 +6116,7 @@
|
|
6116
6116
|
"description": "A component that consists of a \"<d2l-input-date>\" and a \"<d2l-input-time>\" component. The time input only appears once a date is selected. This component displays the \"value\" if one is specified, and reflects the selected value when one is selected or entered.",
|
6117
6117
|
"attributes": [
|
6118
6118
|
{
|
6119
|
-
"name": "
|
6119
|
+
"name": "time-zone-id",
|
6120
6120
|
"description": "Time zone identifier for the time input to use.",
|
6121
6121
|
"type": "string"
|
6122
6122
|
},
|
@@ -6200,7 +6200,7 @@
|
|
6200
6200
|
"properties": [
|
6201
6201
|
{
|
6202
6202
|
"name": "timeZoneId",
|
6203
|
-
"attribute": "
|
6203
|
+
"attribute": "time-zone-id",
|
6204
6204
|
"description": "Time zone identifier for the time input to use.",
|
6205
6205
|
"type": "string"
|
6206
6206
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.171.
|
3
|
+
"version": "3.171.2",
|
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",
|