@aurigma/design-atoms-model
Advanced tools
Comparing version 7.0.6 to 7.0.7
@@ -6,3 +6,3 @@ export * from './Collection'; | ||
export * from './Colors'; | ||
export * from './Configuration'; | ||
export * from './Configuration/index'; | ||
export * from './Math'; | ||
@@ -9,0 +9,0 @@ export * from './Product'; |
@@ -6,3 +6,3 @@ export * from './Collection'; | ||
export * from './Colors'; | ||
export * from './Configuration'; | ||
export * from './Configuration/index'; | ||
export * from './Math'; | ||
@@ -9,0 +9,0 @@ export * from './Product'; |
{ | ||
"version": "7.0.6", | ||
"version": "7.0.7", | ||
"name": "@aurigma/design-atoms-model", | ||
@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md", |
@@ -7,2 +7,3 @@ import { ModelComponent } from "./ModelComponent"; | ||
import { RenderingType } from "./RenderingType"; | ||
import { Color } from "../Colors"; | ||
export declare class Container extends ModelComponent { | ||
@@ -49,2 +50,3 @@ private _items; | ||
previewColor: string; | ||
outputColor: Color; | ||
type: string; | ||
@@ -60,2 +62,3 @@ protected _copy(source: SpotColorContainer, destination: SpotColorContainer, generateNewIds: boolean): void; | ||
previewTextureName: string; | ||
outputColor: Color; | ||
type: string; | ||
@@ -62,0 +65,0 @@ protected _copy(source: TextureContainer, destination: TextureContainer, generateNewIds: boolean): TextureContainer; |
@@ -180,4 +180,6 @@ var __extends = (this && this.__extends) || (function () { | ||
SpotColorContainer.prototype._copy = function (source, destination, generateNewIds) { | ||
var _a; | ||
_super.prototype._copy.call(this, source, destination, generateNewIds); | ||
destination.previewColor = source.previewColor; | ||
destination.outputColor = (_a = source.outputColor) === null || _a === void 0 ? void 0 : _a.clone(); | ||
}; | ||
@@ -215,5 +217,7 @@ SpotColorContainer.prototype.clone = function (generateNewIds) { | ||
TextureContainer.prototype._copy = function (source, destination, generateNewIds) { | ||
var _a; | ||
_super.prototype._copy.call(this, source, destination, generateNewIds); | ||
destination.previewTextureSource = source.previewTextureSource != null ? source.previewTextureSource.clone() : null; | ||
destination.previewTextureName = source.previewTextureName; | ||
destination.outputColor = (_a = source.outputColor) === null || _a === void 0 ? void 0 : _a.clone(); | ||
return destination; | ||
@@ -220,0 +224,0 @@ }; |
/** @hidden */ | ||
/** Don't include in docs */ | ||
export declare const MODELVERSION = "7.0.6"; | ||
export declare const MODELVERSION = "7.0.7"; |
/** @hidden */ | ||
/** Don't include in docs */ | ||
export var MODELVERSION = "7.0.6"; | ||
export var MODELVERSION = "7.0.7"; | ||
//# sourceMappingURL=Version.js.map |
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
1313351
500
19778