nakedobjects.spa
Version:
Single Page Application client for a Naked Objects application.
28 lines (27 loc) • 1.57 kB
TypeScript
export declare function getSvrPath(): string;
export declare const fixedDateFormat = "YYYY-MM-DD";
export declare const geminiPath: ModePathSegment;
export declare const ciceroPath: ModePathSegment;
export declare type ModePathSegment = "gemini" | "cicero";
export declare const homePath: PathSegment;
export declare const objectPath: PathSegment;
export declare const listPath: PathSegment;
export declare const errorPath: PathSegment;
export declare const recentPath: PathSegment;
export declare const attachmentPath: PathSegment;
export declare const applicationPropertiesPath: PathSegment;
export declare const multiLineDialogPath: PathSegment;
export declare const logoffPath: PathSegment;
export declare type PathSegment = "home" | "object" | "list" | "error" | "recent" | "attachment" | "applicationProperties" | "multiLineDialog" | "logoff";
export declare const roDomainType = "x-ro-domain-type";
export declare const roInvalidReason = "x-ro-invalidReason";
export declare const roSearchTerm = "x-ro-searchTerm";
export declare const roPage = "x-ro-page";
export declare const roPageSize = "x-ro-pageSize";
export declare const roInlinePropertyDetails = "x-ro-inline-property-details";
export declare const roValidateOnly = "x-ro-validate-only";
export declare const roInlineCollectionItems = "x-ro-inline-collection-items";
export declare const nofWarnings = "x-ro-nof-warnings";
export declare const nofMessages = "x-ro-nof-messages";
export declare const supportedDateFormats: string[];
export declare const clientVersion = "9.0.6";