@aurigma/design-atoms-model
Advanced tools
Comparing version 7.0.3 to 7.0.4
@@ -11,3 +11,2 @@ import Enumerable from "linq"; | ||
constructor(items?: Collection<T>); | ||
constructor(items?: IEnumerable<T>); | ||
constructor(...items: T[]); | ||
@@ -14,0 +13,0 @@ setRange(items: T[] | Collection<T> | Enumerable.IEnumerable<T>): void; |
@@ -56,3 +56,2 @@ var __values = (this && this.__values) || function(o) { | ||
return; | ||
//todo: I have tried to find a problem, but I couldn't understand a source of the problem | ||
this.setRange(args); | ||
@@ -59,0 +58,0 @@ } |
{ | ||
"version": "7.0.3", | ||
"version": "7.0.4", | ||
"name": "@aurigma/design-atoms-model", | ||
@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md", |
@@ -28,3 +28,3 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.borderWidth = 0; | ||
_this.fillColor = RgbColors.black; | ||
_this.fillColor = RgbColors.transparent; | ||
_this._ignorePermissionsChange = true; | ||
@@ -31,0 +31,0 @@ _this.itemPermissions.itemToolbarPermissions.showEditButton = true; |
/** @hidden */ | ||
/** Don't include in docs */ | ||
export declare const MODELVERSION = "7.0.3"; | ||
export declare const MODELVERSION = "7.0.4"; |
/** @hidden */ | ||
/** Don't include in docs */ | ||
export var MODELVERSION = "7.0.3"; | ||
export var MODELVERSION = "7.0.4"; | ||
//# 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
1310001
19708