@nuskin/product-components 3.18.2-gms-12518.5 → 3.18.2-mdigi-4997.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.
package/.releaserc
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
<template #custom>
|
|
30
30
|
<input
|
|
31
|
-
ref="
|
|
31
|
+
ref="input"
|
|
32
32
|
v-model.number="quantityInput"
|
|
33
33
|
:class="[$style.customInput, { [$style.small]: size === 'small' }]"
|
|
34
34
|
type="number"
|
|
@@ -171,9 +171,6 @@ export default {
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
|
-
mounted() {
|
|
175
|
-
this.blurAllQuantityInputs();
|
|
176
|
-
},
|
|
177
174
|
methods: {
|
|
178
175
|
/**
|
|
179
176
|
* Disables input
|
|
@@ -240,18 +237,10 @@ export default {
|
|
|
240
237
|
this.dropdownMax,
|
|
241
238
|
this.dropdownMax - this.includeZero ? 0 : 1
|
|
242
239
|
);
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
this.$nextTick(() => {
|
|
248
|
-
if (!this.isMobileDevice()) {
|
|
249
|
-
this.$refs.input.focus();
|
|
250
|
-
this.$refs.input.select();
|
|
251
|
-
} else {
|
|
252
|
-
this.$refs.input.blur();
|
|
253
|
-
}
|
|
254
|
-
});
|
|
240
|
+
setTimeout(() => {
|
|
241
|
+
this.$refs.input.focus();
|
|
242
|
+
this.$refs.input.select();
|
|
243
|
+
}, 100);
|
|
255
244
|
} else {
|
|
256
245
|
this.errorMessage = "";
|
|
257
246
|
this.showCustomSelectedItem = false;
|
|
@@ -273,12 +262,6 @@ export default {
|
|
|
273
262
|
return (
|
|
274
263
|
itemQty >= this.dropdownMax && this.maxAvailable > this.dropdownMax
|
|
275
264
|
);
|
|
276
|
-
},
|
|
277
|
-
blurAllQuantityInputs() {
|
|
278
|
-
const inputs = document.querySelectorAll(
|
|
279
|
-
'input[type="number"].quamtity-input'
|
|
280
|
-
);
|
|
281
|
-
inputs.forEach(input => input.blur());
|
|
282
265
|
}
|
|
283
266
|
}
|
|
284
267
|
};
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [3.18.2-
|
|
1
|
+
## [3.18.2-mdigi-4997.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.1...v3.18.2-mdigi-4997.1) (2025-06-19)
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:e13cf412-7f02-4cb4-af5b-bf8495e7e98b",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-
|
|
7
|
+
"timestamp": "2025-06-19T11:58:46Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
11
11
|
"name": "Gemnasium",
|
|
12
|
-
"version": "5.9.
|
|
12
|
+
"version": "5.9.3"
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"authors": [
|