/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** @hidden */ export declare const DATA_DIALOGS_ID = "data-windowid"; /** @hidden */ export declare const DEFAULT_DIALOGS_ZINDEX = 10002; /** @hidden */ export declare const ZINDEX_DIALOGS_STEP = 2; /** @hidden */ export declare const DIALOGS_SELECTOR = ".k-window:not(.k-dialog), .k-dialog-wrapper";