docimax
v0.1.3
Published
docimax common query client condition helper libary.
Downloads
35
Readme
DOCIMAX
This package is a helper for docimax.common.query.client application.
InputConvertor
Methods
inferOperation (value: string, type: InputType): string { /**/ }
formatValue ( operation: string, content: string, values: string): { content: string; values: string } { **/ }
extensionDateInput(operator: string, content: string): { operator: string; value: string }[] { **/ }
Utility
Methods
deepCopy(content: object): object { /**/ }
now(): string { /**/ }
getDateString(d: Date): string { /**/ }
saveBlobAs(blob: any, fileName: string): void { /**/ }
Version log
0.1.3
- FIX BUG: when inputConvertor.formatValue method get '-' operator, it was clear pass content and values.
- TEST: to replenish inputConvertor.formatValue mehthod test function.