-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export default AttributionDOM; | ||
declare namespace AttributionDOM { | ||
function _addUID(id: string): string; | ||
function _createMainContainerElement(): DOMElement; | ||
function _createMainAttributionsShowElement(): DOMElement; | ||
function _createAttributionsList(): DOMElement; | ||
function _createMainAttributionsListContainer(): DOMElement; | ||
function _createMainPictoElement(collapsed: boolean): DOMElement; | ||
} | ||
//# sourceMappingURL=AttributionDOM.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export default BoostReliefDOM; | ||
declare namespace BoostReliefDOM { | ||
function _addUID(id: string): string; | ||
function _createMainContainerElement(): DOMElement; | ||
function _createMainBoostReliefShowElement(collapsed: boolean): DOMElement; | ||
function _createAdvancedToolElement(brOptions: Object): DOMElement; | ||
function _createAdvancedToolReliefElement(scale: Object, defaultBoost: number): DOMElement[]; | ||
function _createMainBoostReliefListContainer(): DOMElement; | ||
function _createMainPictoElement(): DOMElement; | ||
} | ||
//# sourceMappingURL=BoostReliefDOM.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export default BuildingsDOM; | ||
declare namespace BuildingsDOM { | ||
function _addUID(id: string): string; | ||
function _createMainContainerElement(): DOMElement; | ||
function _createMainPictoElement(): DOMElement; | ||
} | ||
//# sourceMappingURL=BuildingsDOM.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default DrawingDOM; | ||
declare var DrawingDOM: any; | ||
//# sourceMappingURL=DrawingDOM.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default EditorDOM; | ||
declare namespace EditorDOM { | ||
function _addUID(id: string): string; | ||
} | ||
//# sourceMappingURL=EditorDOM.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export default ElevationPathDOM; | ||
declare namespace ElevationPathDOM { | ||
function _addUID(id: string): string; | ||
function _createMainContainerElement(): DOMElement; | ||
function _createShowElevationPathElement(): DOMElement; | ||
function _createShowElevationPathPictoElement(): DOMElement; | ||
function _createElevationPathPanelElement(): DOMElement; | ||
function _createElevationPathPanelHeaderElement(): DOMElement; | ||
function _createElevationPathPanelProfilElement(): DOMElement; | ||
function _createElevationPathWaitingElement(): DOMElement; | ||
function _createElevationPathInformationsElement(): DOMElement; | ||
function _addElevationPathInformationsItem(value: string): DOMElement; | ||
} | ||
//# sourceMappingURL=ElevationPathDOM.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.