Remove with Text
Remove GetEngineeringSpcReview Better error message EnforceCodeStyleInBuild NginxFileSystem Remove Reactors and Working Directory AppSettings Delete self contained Thunder Tests Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter
This commit is contained in:
21
Server/wwwroot/package/loader/index.d.ts
vendored
Normal file
21
Server/wwwroot/package/loader/index.d.ts
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
export * from '../dist/types/components';
|
||||
export interface CustomElementsDefineOptions {
|
||||
exclude?: string[];
|
||||
resourcesUrl?: string;
|
||||
syncQueue?: boolean;
|
||||
jmp?: (c: Function) => any;
|
||||
raf?: (c: FrameRequestCallback) => number;
|
||||
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
||||
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
||||
}
|
||||
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
|
||||
export declare function applyPolyfills(): Promise<void>;
|
||||
|
||||
/**
|
||||
* Used to specify a nonce value that corresponds with an application's CSP.
|
||||
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
||||
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|
||||
* (<meta name="csp-nonce" content="{ nonce value here }" />) which
|
||||
* will result in the same behavior.
|
||||
*/
|
||||
export declare function setNonce(nonce: string): void;
|
Reference in New Issue
Block a user