-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
willwill96
committed
Mar 2, 2020
1 parent
f0c1c12
commit 8424bcb
Showing
472 changed files
with
11,581 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export function About(props: any): JSX.Element; | ||
declare function _default(): JSX.Element; | ||
export default _default; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import AboutGQL from "./about"; | ||
import { About } from "./about"; | ||
export { AboutGQL as default, About }; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
export const APPLY_TO_KEY: "applyTo"; | ||
export const MATCHTYPE_KEY: "matchType"; | ||
export const LOCATION_KEY: "location"; | ||
export const TEXT_KEY: "text"; | ||
export const TIME_RANGE_KEY: "timeRange"; | ||
export namespace uglyMap { | ||
export function minutes(howMany: any): string; | ||
export function hours(howMany: any): string; | ||
export function days(howMany: any): string; | ||
export function months(howMany: any): string; | ||
export function years(howMany: any): string; | ||
} | ||
export function populateDefaultQuery(filterTree: any, sourceIds: any, sortPolicy?: { | ||
propertyName: string; | ||
sortOrder: string; | ||
}[]): { | ||
sourceIds: any; | ||
startIndex: number; | ||
pageSize: number; | ||
filterTree: any; | ||
sortPolicy: { | ||
propertyName: string; | ||
sortOrder: string; | ||
}[]; | ||
spellcheck: boolean; | ||
phonetics: boolean; | ||
}; | ||
export function fromFilterTree(filterTree: any, basicSearchSettings?: {}): any; | ||
export function parseRelative(relative: any): { | ||
last: any; | ||
unit: any; | ||
} | { | ||
last?: undefined; | ||
unit?: undefined; | ||
}; | ||
export function toFilterTree(basicData: any, basicSearchSettings?: {}): { | ||
type: string; | ||
filters: ({ | ||
type: string; | ||
property: string; | ||
value: any; | ||
} | { | ||
type: string; | ||
filters: any; | ||
} | null)[]; | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.