UNPKG

@progress/kendo-angular-gantt

Version:
26 lines (25 loc) 686 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { of } from 'rxjs'; /** * @hidden */ export const hasChildren = () => false; /** * @hidden */ export const fetchChildren = () => of([]); /** * @hidden */ export const rowClassCallback = () => null; /** * @hidden */ export const taskClassCallback = () => null; /** * @hidden */ export const isSelected = () => false;