UNPKG

@progress/kendo-angular-gantt

Version:
21 lines (20 loc) 649 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export const DEFAULT_TREELIST_PANE_SETTINGS = Object.freeze({ collapsible: true, collapsed: false }); /** * @hidden */ export const DEFAULT_TIMELINE_PANE_SETTINGS = Object.freeze({ collapsible: true, collapsed: false, size: '50%', resizable: true });