@brightspace-ui/core 2.49.0 → 2.50.0
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.
|
@@ -50,7 +50,7 @@ export const SelectionMixin = superclass => class extends RtlMixin(superclass) {
|
|
|
50
50
|
*/
|
|
51
51
|
selectionSingle: { type: Boolean, attribute: 'selection-single' },
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* ADVANCED: Temporary optional parameter used to override existing count. Will be removed soon, use with caution.
|
|
54
54
|
* @type {number}
|
|
55
55
|
*/
|
|
56
56
|
selectionCountOverride: { type: Number, attribute: 'selection-count-override' }
|
package/custom-elements.json
CHANGED
|
@@ -7893,7 +7893,7 @@
|
|
|
7893
7893
|
},
|
|
7894
7894
|
{
|
|
7895
7895
|
"name": "selection-count-override",
|
|
7896
|
-
"description": "
|
|
7896
|
+
"description": "ADVANCED: Temporary optional parameter used to override existing count. Will be removed soon, use with caution.",
|
|
7897
7897
|
"type": "number"
|
|
7898
7898
|
},
|
|
7899
7899
|
{
|
|
@@ -7941,7 +7941,7 @@
|
|
|
7941
7941
|
{
|
|
7942
7942
|
"name": "selectionCountOverride",
|
|
7943
7943
|
"attribute": "selection-count-override",
|
|
7944
|
-
"description": "
|
|
7944
|
+
"description": "ADVANCED: Temporary optional parameter used to override existing count. Will be removed soon, use with caution.",
|
|
7945
7945
|
"type": "number"
|
|
7946
7946
|
},
|
|
7947
7947
|
{
|
|
@@ -9117,7 +9117,7 @@
|
|
|
9117
9117
|
"attributes": [
|
|
9118
9118
|
{
|
|
9119
9119
|
"name": "selection-count-override",
|
|
9120
|
-
"description": "
|
|
9120
|
+
"description": "ADVANCED: Temporary optional parameter used to override existing count. Will be removed soon, use with caution.",
|
|
9121
9121
|
"type": "number"
|
|
9122
9122
|
},
|
|
9123
9123
|
{
|
|
@@ -9137,7 +9137,7 @@
|
|
|
9137
9137
|
{
|
|
9138
9138
|
"name": "selectionCountOverride",
|
|
9139
9139
|
"attribute": "selection-count-override",
|
|
9140
|
-
"description": "
|
|
9140
|
+
"description": "ADVANCED: Temporary optional parameter used to override existing count. Will be removed soon, use with caution.",
|
|
9141
9141
|
"type": "number"
|
|
9142
9142
|
},
|
|
9143
9143
|
{
|
|
@@ -9669,7 +9669,7 @@
|
|
|
9669
9669
|
"attributes": [
|
|
9670
9670
|
{
|
|
9671
9671
|
"name": "selection-count-override",
|
|
9672
|
-
"description": "
|
|
9672
|
+
"description": "ADVANCED: Temporary optional parameter used to override existing count. Will be removed soon, use with caution.",
|
|
9673
9673
|
"type": "number"
|
|
9674
9674
|
},
|
|
9675
9675
|
{
|
|
@@ -9689,7 +9689,7 @@
|
|
|
9689
9689
|
{
|
|
9690
9690
|
"name": "selectionCountOverride",
|
|
9691
9691
|
"attribute": "selection-count-override",
|
|
9692
|
-
"description": "
|
|
9692
|
+
"description": "ADVANCED: Temporary optional parameter used to override existing count. Will be removed soon, use with caution.",
|
|
9693
9693
|
"type": "number"
|
|
9694
9694
|
},
|
|
9695
9695
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.50.0",
|
|
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",
|