@brightspace-ui/core 3.51.0 → 3.52.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -141,10 +141,6 @@ class InputNumber extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMixi
|
|
141
141
|
* @type {number}
|
142
142
|
*/
|
143
143
|
minFractionDigits: { type: Number, attribute: 'min-fraction-digits' },
|
144
|
-
/**
|
145
|
-
* @ignore
|
146
|
-
*/
|
147
|
-
placeholder: { type: String },
|
148
144
|
/**
|
149
145
|
* Indicates that a value is required
|
150
146
|
* @type {boolean}
|
@@ -364,7 +360,6 @@ class InputNumber extends FocusMixin(LabelledMixin(SkeletonMixin(FormElementMixi
|
|
364
360
|
?label-hidden="${this.labelHidden || this.labelledBy}"
|
365
361
|
.labelRequired="${false}"
|
366
362
|
name="${ifDefined(this.name)}"
|
367
|
-
placeholder="${ifDefined(this.placeholder)}"
|
368
363
|
?required="${this.required}"
|
369
364
|
?skeleton="${this.skeleton}"
|
370
365
|
style="${ifDefined(hasRelativeInputWidth ? styleMap(inputWidthStyle) : undefined)}"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.52.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",
|