office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
19 lines • 1.07 kB
JavaScript
define(["require", "exports", "../../Utilities", "./GroupedList.styles", "./GroupedListV2.base"], function (require, exports, Utilities_1, GroupedList_styles_1, GroupedListV2_base_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* NOTE: GroupedListV2 is "unstable" and meant for preview use. It passes
* the same test suite as GroupedList but it is an entirely new implementation
* so it may have bugs and implementation details may change without notice.
*
* GroupedListV2 is an API-compatible replacement for GroupedList with a new implementation
* that addresses issues GroupedList has with virtualizing nested lists under certain
* conditions.
*/
var GroupedListV2 = Utilities_1.styled(GroupedListV2_base_1.GroupedListV2Wrapper, GroupedList_styles_1.getStyles, undefined, {
scope: 'GroupedListV2',
});
exports.GroupedListV2_unstable = GroupedListV2;
GroupedListV2.displayName = 'GroupedListV2_unstable';
});
//# sourceMappingURL=GroupedListV2.js.map