@cornerstonejs/core 0.37.0 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/enums/DynamicOperatorType.d.ts +6 -0
- package/dist/cjs/enums/DynamicOperatorType.js +10 -0
- package/dist/cjs/enums/DynamicOperatorType.js.map +1 -0
- package/dist/cjs/enums/index.d.ts +2 -1
- package/dist/cjs/enums/index.js +3 -1
- package/dist/cjs/enums/index.js.map +1 -1
- package/dist/esm/enums/DynamicOperatorType.d.ts +6 -0
- package/dist/esm/enums/DynamicOperatorType.js +8 -0
- package/dist/esm/enums/DynamicOperatorType.js.map +1 -0
- package/dist/esm/enums/index.d.ts +2 -1
- package/dist/esm/enums/index.js +2 -1
- package/dist/esm/enums/index.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -2
- package/src/enums/DynamicOperatorType.ts +14 -0
- package/src/enums/index.ts +2 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var DynamicOperatorType;
|
|
4
|
+
(function (DynamicOperatorType) {
|
|
5
|
+
DynamicOperatorType["SUM"] = "SUM";
|
|
6
|
+
DynamicOperatorType["AVERAGE"] = "AVERAGE";
|
|
7
|
+
DynamicOperatorType["SUBTRACT"] = "SUBTRACT";
|
|
8
|
+
})(DynamicOperatorType || (DynamicOperatorType = {}));
|
|
9
|
+
exports.default = DynamicOperatorType;
|
|
10
|
+
//# sourceMappingURL=DynamicOperatorType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicOperatorType.js","sourceRoot":"","sources":["../../../src/enums/DynamicOperatorType.ts"],"names":[],"mappings":";;AAIA,IAAK,mBAOJ;AAPD,WAAK,mBAAmB;IAEtB,kCAAW,CAAA;IAEX,0CAAmB,CAAA;IAEnB,4CAAqB,CAAA;AACvB,CAAC,EAPI,mBAAmB,KAAnB,mBAAmB,QAOvB;AAED,kBAAe,mBAAmB,CAAC"}
|
|
@@ -8,4 +8,5 @@ import SharedArrayBufferModes from './SharedArrayBufferModes';
|
|
|
8
8
|
import GeometryType from './GeometryType';
|
|
9
9
|
import ContourType from './ContourType';
|
|
10
10
|
import VOILUTFunctionType from './VOILUTFunctionType';
|
|
11
|
-
|
|
11
|
+
import DynamicOperatorType from './DynamicOperatorType';
|
|
12
|
+
export { Events, BlendModes, InterpolationType, RequestType, ViewportType, OrientationAxis, SharedArrayBufferModes, GeometryType, ContourType, VOILUTFunctionType, DynamicOperatorType, };
|
package/dist/cjs/enums/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.VOILUTFunctionType = exports.ContourType = exports.GeometryType = exports.SharedArrayBufferModes = exports.OrientationAxis = exports.ViewportType = exports.RequestType = exports.InterpolationType = exports.BlendModes = exports.Events = void 0;
|
|
6
|
+
exports.DynamicOperatorType = exports.VOILUTFunctionType = exports.ContourType = exports.GeometryType = exports.SharedArrayBufferModes = exports.OrientationAxis = exports.ViewportType = exports.RequestType = exports.InterpolationType = exports.BlendModes = exports.Events = void 0;
|
|
7
7
|
const Events_1 = __importDefault(require("./Events"));
|
|
8
8
|
exports.Events = Events_1.default;
|
|
9
9
|
const RequestType_1 = __importDefault(require("./RequestType"));
|
|
@@ -24,4 +24,6 @@ const ContourType_1 = __importDefault(require("./ContourType"));
|
|
|
24
24
|
exports.ContourType = ContourType_1.default;
|
|
25
25
|
const VOILUTFunctionType_1 = __importDefault(require("./VOILUTFunctionType"));
|
|
26
26
|
exports.VOILUTFunctionType = VOILUTFunctionType_1.default;
|
|
27
|
+
const DynamicOperatorType_1 = __importDefault(require("./DynamicOperatorType"));
|
|
28
|
+
exports.DynamicOperatorType = DynamicOperatorType_1.default;
|
|
27
29
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/index.ts"],"names":[],"mappings":";;;;;;AAAA,sDAA8B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/index.ts"],"names":[],"mappings":";;;;;;AAAA,sDAA8B;AAa5B,iBAbK,gBAAM,CAaL;AAZR,gEAAwC;AAetC,sBAfK,qBAAW,CAeL;AAdb,kEAA0C;AAexC,uBAfK,sBAAY,CAeL;AAdd,4EAAoD;AAYlD,4BAZK,2BAAiB,CAYL;AAXnB,8DAAsC;AAUpC,qBAVK,oBAAU,CAUL;AATZ,wEAAgD;AAa9C,0BAbK,yBAAe,CAaL;AAZjB,sFAA8D;AAa5D,iCAbK,gCAAsB,CAaL;AAZxB,kEAA0C;AAaxC,uBAbK,sBAAY,CAaL;AAZd,gEAAwC;AAatC,sBAbK,qBAAW,CAaL;AAZb,8EAAsD;AAapD,6BAbK,4BAAkB,CAaL;AAZpB,gFAAwD;AAatD,8BAbK,6BAAmB,CAaL"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var DynamicOperatorType;
|
|
2
|
+
(function (DynamicOperatorType) {
|
|
3
|
+
DynamicOperatorType["SUM"] = "SUM";
|
|
4
|
+
DynamicOperatorType["AVERAGE"] = "AVERAGE";
|
|
5
|
+
DynamicOperatorType["SUBTRACT"] = "SUBTRACT";
|
|
6
|
+
})(DynamicOperatorType || (DynamicOperatorType = {}));
|
|
7
|
+
export default DynamicOperatorType;
|
|
8
|
+
//# sourceMappingURL=DynamicOperatorType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicOperatorType.js","sourceRoot":"","sources":["../../../src/enums/DynamicOperatorType.ts"],"names":[],"mappings":"AAIA,IAAK,mBAOJ;AAPD,WAAK,mBAAmB;IAEtB,kCAAW,CAAA;IAEX,0CAAmB,CAAA;IAEnB,4CAAqB,CAAA;AACvB,CAAC,EAPI,mBAAmB,KAAnB,mBAAmB,QAOvB;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -8,4 +8,5 @@ import SharedArrayBufferModes from './SharedArrayBufferModes';
|
|
|
8
8
|
import GeometryType from './GeometryType';
|
|
9
9
|
import ContourType from './ContourType';
|
|
10
10
|
import VOILUTFunctionType from './VOILUTFunctionType';
|
|
11
|
-
|
|
11
|
+
import DynamicOperatorType from './DynamicOperatorType';
|
|
12
|
+
export { Events, BlendModes, InterpolationType, RequestType, ViewportType, OrientationAxis, SharedArrayBufferModes, GeometryType, ContourType, VOILUTFunctionType, DynamicOperatorType, };
|
package/dist/esm/enums/index.js
CHANGED
|
@@ -8,5 +8,6 @@ import SharedArrayBufferModes from './SharedArrayBufferModes';
|
|
|
8
8
|
import GeometryType from './GeometryType';
|
|
9
9
|
import ContourType from './ContourType';
|
|
10
10
|
import VOILUTFunctionType from './VOILUTFunctionType';
|
|
11
|
-
|
|
11
|
+
import DynamicOperatorType from './DynamicOperatorType';
|
|
12
|
+
export { Events, BlendModes, InterpolationType, RequestType, ViewportType, OrientationAxis, SharedArrayBufferModes, GeometryType, ContourType, VOILUTFunctionType, DynamicOperatorType, };
|
|
12
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AAExD,OAAO,EACL,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,WAAW,EACX,YAAY,EACZ,eAAe,EACf,sBAAsB,EACtB,YAAY,EACZ,WAAW,EACX,kBAAkB,EAClB,mBAAmB,GACpB,CAAC"}
|