@ni/nimble-components 28.2.0 → 28.2.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/dist/all-components-bundle.js +3 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/select/index.js +2 -2
- package/dist/esm/select/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16333,7 +16333,7 @@
|
|
|
16333
16333
|
|
|
16334
16334
|
/**
|
|
16335
16335
|
* Do not edit directly
|
|
16336
|
-
* Generated on Fri, 10 May 2024
|
|
16336
|
+
* Generated on Fri, 10 May 2024 16:30:04 GMT
|
|
16337
16337
|
*/
|
|
16338
16338
|
|
|
16339
16339
|
const Information100DarkUi = "#a46eff";
|
|
@@ -59030,11 +59030,11 @@ img.ProseMirror-separator {
|
|
|
59030
59030
|
return;
|
|
59031
59031
|
}
|
|
59032
59032
|
}
|
|
59033
|
-
const
|
|
59033
|
+
const previousSelectedIndex = this.selectedIndex;
|
|
59034
59034
|
super.clickHandler(e);
|
|
59035
59035
|
this.open = this.collapsible && !this.open;
|
|
59036
59036
|
if (!this.open
|
|
59037
|
-
&& this.selectedIndex !==
|
|
59037
|
+
&& this.selectedIndex !== previousSelectedIndex
|
|
59038
59038
|
&& optionClicked) {
|
|
59039
59039
|
this.updateValue(true);
|
|
59040
59040
|
}
|