@ni/nimble-angular 16.5.18 → 16.5.19
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/directives/table/nimble-table.directive.d.ts +1 -2
- package/esm2020/directives/table/nimble-table.directive.mjs +2 -3
- package/esm2020/testing/async-helpers.mjs +4 -1
- package/fesm2015/ni-nimble-angular.mjs +1 -1
- package/fesm2015/ni-nimble-angular.mjs.map +1 -1
- package/fesm2020/ni-nimble-angular.mjs +1 -1
- package/fesm2020/ni-nimble-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -195,7 +195,6 @@ import '@ni/nimble-components/dist/esm/switch';
|
|
|
195
195
|
import '@ni/nimble-components/dist/esm/tab';
|
|
196
196
|
import '@ni/nimble-components/dist/esm/tab-panel';
|
|
197
197
|
export { TableRowSelectionMode } from '@ni/nimble-components/dist/esm/table/types';
|
|
198
|
-
export { TablePageObject } from '@ni/nimble-components/dist/esm/table/tests/table.pageobject';
|
|
199
198
|
import '@ni/nimble-components/dist/esm/table';
|
|
200
199
|
import '@ni/nimble-components/dist/esm/table-column/anchor';
|
|
201
200
|
import '@ni/nimble-components/dist/esm/table-column/text';
|
|
@@ -8934,6 +8933,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
8934
8933
|
}]
|
|
8935
8934
|
}] });
|
|
8936
8935
|
|
|
8936
|
+
// This is a workaround until nimble-angular exposes `testing` entrypoints:
|
|
8937
8937
|
/**
|
|
8938
8938
|
* Immediately processes all updates in queue.
|
|
8939
8939
|
*
|