devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
19 lines (18 loc) • 944 B
TypeScript
/**
* DevExpress HTML/JS Reporting (common\utils\_utils.d.ts)
* Version: 24.2.6
* Build date: Mar 18, 2025
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import { IGlobalSubscribableValue } from '@devexpress/analytics-core/analytics-internal-native';
import { IDisposable } from '@devexpress/analytics-core/analytics-utils-native';
export declare const cultureInfo: {};
export declare const generateGuid: () => string;
export declare function createFullscreenComputed(element: Element, parent: IDisposable): IGlobalSubscribableValue<boolean>;
export declare function processZoomFactor(accessibilityCompliant: any): void;
export declare const isMac: any;
export declare const isIOS: boolean;
export declare const isAndroid: boolean;
export declare const isMobile: boolean;
export declare function transformNewLineCharacters(value: string): string;