@atlasmap/core
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -29,2 +29,3 @@ import { CollectionType, DataSourceType, FieldType, IDataSource, IField } from './common'; | ||
jsonType: string; | ||
version?: string; | ||
} | ||
@@ -31,0 +32,0 @@ /** |
@@ -7,2 +7,3 @@ import { DocumentDefinition } from './document-definition.model'; | ||
name: string | null; | ||
version: string | null; | ||
mappings: MappingModel[]; | ||
@@ -9,0 +10,0 @@ activeMapping: MappingModel | null; |
@@ -34,2 +34,14 @@ import { Observable, Subject } from 'rxjs'; | ||
/** | ||
* Return the UI version as a string. | ||
* | ||
* @returns UI version | ||
*/ | ||
getUIVersion(): string; | ||
/** | ||
* Set the UI version. | ||
* | ||
* @param uiVersion - version to set | ||
*/ | ||
setUIVersion(uiVersion: string): void; | ||
/** | ||
* Initialize with the {@link ADMDigest} mapping digest from either an imported ADM archive | ||
@@ -36,0 +48,0 @@ * file or from the DM runtime digest file is presented to update the canvas. |
@@ -10,3 +10,4 @@ import { IAtlasMappingContainer, IMapping } from '../contracts/mapping'; | ||
static serializeFieldMapping(cfg: ConfigModel, mapping: MappingModel, id: string, ignoreValue?: boolean): IMapping; | ||
static deserializeMappingServiceJSON(json: IAtlasMappingContainer, cfg: ConfigModel): void; | ||
static extractCheckVersion(json: IAtlasMappingContainer, cfg: ConfigModel): void; | ||
static deserializeMappingServiceJSON(json: IAtlasMappingContainer, cfg: ConfigModel): Promise<void>; | ||
/** | ||
@@ -18,2 +19,10 @@ * Return the AtlasMap mappings file name from the specified JSON buffer or an empty string. | ||
static deserializeAtlasMappingName(json: IAtlasMappingContainer): string; | ||
/** | ||
* Return the AtlasMap mappings version from the specified JSON buffer or an empty | ||
* string. | ||
* | ||
* @param json JSON buffer | ||
* @returns version string or empty string | ||
*/ | ||
static deserializeAtlasMappingVersion(json: IAtlasMappingContainer): string; | ||
static addInputFieldGroupFields(inputField: IField[], mapping: MappingModel, cfg: ConfigModel): void; | ||
@@ -20,0 +29,0 @@ static deserializeFieldMapping(mappingJson: IMapping, cfg: ConfigModel): MappingModel; |
{ | ||
"name": "@atlasmap/core", | ||
"description": "AtlasMap UI core library", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"license": "Apache-2.0", | ||
@@ -115,3 +115,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "597e9aa781519d29234cb3239ee6d2cc3c0cdbfb" | ||
"gitHead": "1e03eb7b133089bc4004abe10f1e4636da522171" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2804755
20220