@aurigma/design-atoms-model
Advanced tools
Comparing version 5.31.0 to 5.31.1
{ | ||
"version": "5.31.0", | ||
"version": "5.31.1", | ||
"name": "@aurigma/design-atoms-model", | ||
@@ -4,0 +4,0 @@ "license": "SEE LICENSE IN License.md", |
@@ -0,4 +1,14 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Color, RgbColor, ColorFactory } from "../../Colors"; | ||
import { EqualsOfFloatNumbers } from "../../Math/Common"; | ||
import { EventWithSenderArg } from "../../EventObject"; | ||
import { Property } from "../Decorators/Property"; | ||
var StrokeSettings = /** @class */ (function () { | ||
@@ -87,2 +97,7 @@ function StrokeSettings(object) { | ||
}; | ||
__decorate([ | ||
Property({ enumObject: LineJoin }), | ||
__metadata("design:type", String), | ||
__metadata("design:paramtypes", [String]) | ||
], StrokeSettings.prototype, "lineJoin", null); | ||
return StrokeSettings; | ||
@@ -89,0 +104,0 @@ }()); |
/** @hidden */ | ||
/** Don't include in docs */ | ||
export declare const VERSION = "5.31.0"; | ||
export declare const VERSION = "5.31.1"; |
/** @hidden */ | ||
/** Don't include in docs */ | ||
export var VERSION = "5.31.0"; | ||
export var VERSION = "5.31.1"; | ||
//# sourceMappingURL=Version.js.map |
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
1125394
16338