@nuskin/product-components 3.18.2-gms-12518.5 → 3.18.2-gms-12518.6
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.
|
@@ -30,7 +30,11 @@
|
|
|
30
30
|
<input
|
|
31
31
|
ref="quantityInput"
|
|
32
32
|
v-model.number="quantityInput"
|
|
33
|
-
:class="[
|
|
33
|
+
:class="[
|
|
34
|
+
$style.customInput,
|
|
35
|
+
{ [$style.small]: size === 'small' },
|
|
36
|
+
'quanity-input'
|
|
37
|
+
]"
|
|
34
38
|
type="number"
|
|
35
39
|
min="0"
|
|
36
40
|
step="1"
|
|
@@ -276,7 +280,7 @@ export default {
|
|
|
276
280
|
},
|
|
277
281
|
blurAllQuantityInputs() {
|
|
278
282
|
const inputs = document.querySelectorAll(
|
|
279
|
-
'input[type="number"].
|
|
283
|
+
'input[type="number"].quantity-input'
|
|
280
284
|
);
|
|
281
285
|
inputs.forEach(input => input.blur());
|
|
282
286
|
}
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [3.18.2-gms-12518.
|
|
1
|
+
## [3.18.2-gms-12518.6](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-12518.5...v3.18.2-gms-12518.6) (2025-07-09)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:c5ec8ea5-42c8-4a94-9676-dccfa112930e",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-07-
|
|
7
|
+
"timestamp": "2025-07-09T10:00:38Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|