@mlightcad/common 1.3.0 → 1.3.1
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/lib/AcCmColorMethod.d.ts
CHANGED
|
@@ -7,9 +7,9 @@ export declare enum AcCmColorMethod {
|
|
|
7
7
|
ByColor = 1,
|
|
8
8
|
/** AutoCAD Color Index (ACI) */
|
|
9
9
|
ByACI = 2,
|
|
10
|
-
/** Color inherited from the entity
|
|
10
|
+
/** Color inherited from the entity's layer */
|
|
11
11
|
ByLayer = 3,
|
|
12
|
-
/** Color inherited from the entity
|
|
12
|
+
/** Color inherited from the entity's block */
|
|
13
13
|
ByBlock = 4,
|
|
14
14
|
/** Uninitialised or invalid color state */
|
|
15
15
|
None = 0
|
package/lib/AcCmColorMethod.js
CHANGED
|
@@ -8,9 +8,9 @@ export var AcCmColorMethod;
|
|
|
8
8
|
AcCmColorMethod[AcCmColorMethod["ByColor"] = 1] = "ByColor";
|
|
9
9
|
/** AutoCAD Color Index (ACI) */
|
|
10
10
|
AcCmColorMethod[AcCmColorMethod["ByACI"] = 2] = "ByACI";
|
|
11
|
-
/** Color inherited from the entity
|
|
11
|
+
/** Color inherited from the entity's layer */
|
|
12
12
|
AcCmColorMethod[AcCmColorMethod["ByLayer"] = 3] = "ByLayer";
|
|
13
|
-
/** Color inherited from the entity
|
|
13
|
+
/** Color inherited from the entity's block */
|
|
14
14
|
AcCmColorMethod[AcCmColorMethod["ByBlock"] = 4] = "ByBlock";
|
|
15
15
|
/** Uninitialised or invalid color state */
|
|
16
16
|
AcCmColorMethod[AcCmColorMethod["None"] = 0] = "None";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlightcad/common",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dxf",
|
|
15
15
|
"mlight",
|
|
16
16
|
"mlightcad",
|
|
17
|
-
"
|
|
17
|
+
"objectarx",
|
|
18
18
|
"realdwg"
|
|
19
19
|
],
|
|
20
20
|
"files": [
|