@progress/kendo-react-dialogs
Version:
React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package
15 lines (14 loc) • 590 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const o = "data-windowid", D = 10002, n = 2, t = ".k-window:not(.k-dialog), .k-dialog-wrapper";
export {
o as DATA_DIALOGS_ID,
D as DEFAULT_DIALOGS_ZINDEX,
t as DIALOGS_SELECTOR,
n as ZINDEX_DIALOGS_STEP
};