Compare commits

...

4 Commits
0.0.1 ... 0.0.5

Author SHA1 Message Date
fa0110bf10 开发:导出CADFiler 2020-09-28 16:39:35 +08:00
e4827ba295 开发:同步偏移算法,Ver:0.0.4 2020-09-28 15:56:59 +08:00
0614d66225 开发:更新包名称为cadapi 2020-09-24 16:15:40 +08:00
fbbf58e6e3 更新:0.02,使用rollup打包 2020-09-24 15:58:47 +08:00
11 changed files with 16939 additions and 67940 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.history

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
// 将设置放入此文件中以覆盖默认值和用户设置。
{
"typescript.tsdk": "node_modules\\typescript\\lib",
//格式化设置
"editor.tabSize": 4,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
}

8120
api.cjs.js Normal file

File diff suppressed because it is too large Load Diff

1
api.cjs.js.map Normal file

File diff suppressed because one or more lines are too long

8802
api.esm.js Normal file

File diff suppressed because it is too large Load Diff

1
api.esm.js.map Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,9 @@
{ {
"name": "webcad-api", "name": "cadapi",
"version": "0.0.1", "version": "0.0.5",
"description": "", "description": "",
"main": "webcad-api.js", "main": "api.esm.js",
"module": "api.esm.js",
"types": "types/api.d.ts", "types": "types/api.d.ts",
"private": true, "private": true,
"author": "cx", "author": "cx",

1
types/api.d.ts vendored
View File

@@ -1,2 +1,3 @@
export * from "./DatabaseServices/Entity/Polyline"; export * from "./DatabaseServices/Entity/Polyline";
export * from "./DatabaseServices/CADFiler";
//# sourceMappingURL=api.d.ts.map //# sourceMappingURL=api.d.ts.map

View File

@@ -1 +1 @@
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/api.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,OAAO,CAAC"} {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/api.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long