@ni/nimble-components 21.0.2 → 21.0.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.
- package/dist/all-components-bundle.js +2 -1
- 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/table/models/virtualizer.js +1 -0
- package/dist/esm/table/models/virtualizer.js.map +1 -1
- package/package.json +1 -1
|
@@ -16301,7 +16301,7 @@
|
|
|
16301
16301
|
|
|
16302
16302
|
/**
|
|
16303
16303
|
* Do not edit directly
|
|
16304
|
-
* Generated on
|
|
16304
|
+
* Generated on Wed, 24 Jan 2024 00:02:50 GMT
|
|
16305
16305
|
*/
|
|
16306
16306
|
|
|
16307
16307
|
const Information100DarkUi = "#a46eff";
|
|
@@ -63504,6 +63504,7 @@ img.ProseMirror-separator {
|
|
|
63504
63504
|
connect() {
|
|
63505
63505
|
this.viewportResizeObserver.observe(this.table.viewport);
|
|
63506
63506
|
this.updateVirtualizer();
|
|
63507
|
+
this.table.viewport.scrollTo({ top: this.virtualizer.scrollOffset });
|
|
63507
63508
|
}
|
|
63508
63509
|
disconnect() {
|
|
63509
63510
|
this.viewportResizeObserver.disconnect();
|