@brightspace-ui/core 3.114.0 → 3.114.1
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.
@@ -637,6 +637,10 @@ class Calendar extends LocalizeCoreElement(RtlMixin(LitElement)) {
|
|
637
637
|
return new Date(this._shownYear, this._shownMonth).toISOString();
|
638
638
|
}
|
639
639
|
|
640
|
+
getShownYearAndMonth() {
|
641
|
+
return { year: this._shownYear, month: this._shownMonth };
|
642
|
+
}
|
643
|
+
|
640
644
|
async reset(allowDisabled) {
|
641
645
|
const date = this._getInitialFocusDate();
|
642
646
|
await this._updateFocusDate(date, false, allowDisabled);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.114.
|
3
|
+
"version": "3.114.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",
|