Skip to content

Commit

Permalink
Start Composing Revelio
Browse files Browse the repository at this point in the history
  • Loading branch information
willwill96 committed Mar 2, 2020
1 parent f0c1c12 commit 8424bcb
Show file tree
Hide file tree
Showing 472 changed files with 11,581 additions and 31 deletions.
3 changes: 3 additions & 0 deletions dist/components/about/about.d.ts
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;
84 changes: 84 additions & 0 deletions dist/components/about/about.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/components/about/about.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/components/about/index.d.ts
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 };
13 changes: 13 additions & 0 deletions dist/components/about/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/components/about/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions dist/components/basic-search/basic-search-helper.d.ts
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)[];
};
185 changes: 185 additions & 0 deletions dist/components/basic-search/basic-search-helper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8424bcb

Please sign in to comment.