geoportal-extensions-openlayers
Version:

26 lines • 1.55 kB
TypeScript
export default IsoDOM;
declare namespace IsoDOM {
function _addUID(id: string): string;
function _createMainContainerElement(): DOMElement;
function _createShowIsoElement(): DOMElement;
function _createShowIsoPictoElement(): DOMElement;
function _createIsoPanelElement(): DOMElement;
function _createIsoPanelHeaderElement(): DOMElement;
function _createIsoPanelFormElement(): DOMElement;
function _createIsoWaitingElement(): DOMElement;
function _createIsoPanelFormTypeChoiceElement(): DOMElement;
function _createIsoPanelFormTypeChoiceChronElement(checked: boolean): DOMElement;
function _createIsoPanelFormTypeChoiceDistElement(checked: boolean): DOMElement;
function _createIsoPanelFormValueIsochronElement(checked: boolean): DOMElement;
function _createIsoPanelFormValueIsodistanceElement(checked: boolean): DOMElement;
function _createIsoPanelFormModeChoiceElement(): DOMElement;
function _createIsoPanelFormModeChoiceTransportElement(transports: any[]): DOMElement;
function _createIsoPanelFormModeChoiceDirectionElement(directions: any[]): DOMElement;
function _createShowIsoExclusionsElement(): DOMElement;
function _createShowIsoExclusionsPictoElement(): DOMElement;
function _createIsoPanelFormExclusionsElement(): DOMElement;
function _createIsoPanelFormExclusionOptionsElement(exclusions: any[]): DOMElement;
function _createIsoSubmitFormElement(): DOMElement;
function _createIsoFormResetElement(): DOMElement;
}
//# sourceMappingURL=IsoDOM.d.ts.map