@nuskin/product-components 3.18.2-gms-12518.2 → 3.18.2-gms-12518.3
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.
|
@@ -171,17 +171,6 @@ export default {
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
|
-
mounted() {
|
|
175
|
-
this.$nextTick(() => {
|
|
176
|
-
const input = this.$refs.autoFocusInput;
|
|
177
|
-
if (input && input.focus) {
|
|
178
|
-
input.focus();
|
|
179
|
-
} else {
|
|
180
|
-
const fallbackInput = this.$el.querySelector("input");
|
|
181
|
-
if (fallbackInput) fallbackInput.focus();
|
|
182
|
-
}
|
|
183
|
-
});
|
|
184
|
-
},
|
|
185
174
|
methods: {
|
|
186
175
|
/**
|
|
187
176
|
* Disables input
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [3.18.2-gms-12518.
|
|
1
|
+
## [3.18.2-gms-12518.3](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-12518.2...v3.18.2-gms-12518.3) (2025-06-27)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:757a0460-d508-4597-87cf-3ad7b1c21d06",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-06-
|
|
7
|
+
"timestamp": "2025-06-27T15:50:09Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|