All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.features.OpenUI5Enablement.d.ts Maven / Gradle / Ivy

import type { TemplateResult } from "lit-html";
import type UI5Element from "../UI5Element.js";
import type OpenUI5Element from "./OpenUI5Element.js";
declare class OpenUI5Enablement {
    static wrapTemplateResultInBusyMarkup(html: (strings: TemplateStringsArray, ...values: Array) => TemplateResult, host: OpenUI5Element, templateResult: TemplateResult): TemplateResult;
    static enrichBusyIndicatorSettings(klass: typeof UI5Element): void;
    static enrichBusyIndicatorMetadata(klass: typeof UI5Element): void;
    static enrichBusyIndicatorMethods(UI5ElementPrototype: typeof OpenUI5Element.prototype): void;
    static getBusyIndicatorStyles(): import("../types.js").StyleData;
}
export default OpenUI5Enablement;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy