@ni/nimble-components 24.1.4 → 24.1.5
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 +1 -16
- 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/combobox/index.d.ts +2 -7
- package/dist/esm/combobox/index.js +0 -15
- package/dist/esm/combobox/index.js.map +1 -1
- package/dist/esm/src/combobox/index.d.ts +2 -7
- package/package.json +1 -1
|
@@ -16301,7 +16301,7 @@
|
|
|
16301
16301
|
|
|
16302
16302
|
/**
|
|
16303
16303
|
* Do not edit directly
|
|
16304
|
-
* Generated on Tue, 02 Apr 2024
|
|
16304
|
+
* Generated on Tue, 02 Apr 2024 21:45:54 GMT
|
|
16305
16305
|
*/
|
|
16306
16306
|
|
|
16307
16307
|
const Information100DarkUi = "#a46eff";
|
|
@@ -21202,21 +21202,6 @@
|
|
|
21202
21202
|
this.emitChangeIfValueUpdated();
|
|
21203
21203
|
return returnValue;
|
|
21204
21204
|
}
|
|
21205
|
-
/**
|
|
21206
|
-
* @internal
|
|
21207
|
-
*/
|
|
21208
|
-
registerOption(option) {
|
|
21209
|
-
if (this.options.includes(option)) {
|
|
21210
|
-
return;
|
|
21211
|
-
}
|
|
21212
|
-
// Adding an option to the end, ultimately, isn't the correct
|
|
21213
|
-
// thing to do, as this will mean the option's index in the options,
|
|
21214
|
-
// at least temporarily, does not match the DOM order. However, it
|
|
21215
|
-
// is expected that a successive run of `slottedOptionsChanged` will
|
|
21216
|
-
// correct this order issue. See 'https://github.com/ni/nimble/issues/1915'
|
|
21217
|
-
// for more info.
|
|
21218
|
-
this.options.push(option);
|
|
21219
|
-
}
|
|
21220
21205
|
focusAndScrollOptionIntoView() {
|
|
21221
21206
|
if (this.open) {
|
|
21222
21207
|
super.focusAndScrollOptionIntoView();
|