@jlceda/pro-api-types 0.2.24 → 0.2.25
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/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -17328,7 +17328,7 @@ declare global {
|
|
|
17328
17328
|
* @alpha
|
|
17329
17329
|
* @param React - 扩展的 React 实例
|
|
17330
17330
|
* @param Reconciler - 扩展的 react-reconciler 实例
|
|
17331
|
-
* @returns 包含
|
|
17331
|
+
* @returns 包含 Components、LC_DESIGN_COMPONENTS_NAMES、WorkerPortal 类和 VirtualRender 类的对象
|
|
17332
17332
|
*/
|
|
17333
17333
|
createReactComponentizationDialogInterface(React: ISYS_ReactComponentizationDialogReactInstance, Reconciler: ISYS_ReactComponentizationDialogReconcilerInstance): Promise<ISYS_ReactComponentizationDialogInterface>;
|
|
17334
17334
|
/**
|
|
@@ -18008,9 +18008,9 @@ declare global {
|
|
|
18008
18008
|
*
|
|
18009
18009
|
* 本接口新增的子菜单将默认排列在原菜单的结尾
|
|
18010
18010
|
*
|
|
18011
|
-
*
|
|
18011
|
+
* 注意:本接口需要使用者启用扩展的外部交互权限,如若未启用将始��� `throw Error`
|
|
18012
18012
|
*
|
|
18013
|
-
*
|
|
18013
|
+
* 非公开接口使用提醒:本接口按原样提供,不提供参数的额外文档,参数可能在任何版本出现破坏性更改并不另行通知
|
|
18014
18014
|
* @param headerMenus - 顶部菜单数据
|
|
18015
18015
|
* @example
|
|
18016
18016
|
* headerMenus:
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "name": "@jlceda/pro-api-types", "type": "module", "version": "0.2.
|
|
1
|
+
{ "name": "@jlceda/pro-api-types", "type": "module", "version": "0.2.25", "description": "嘉立创EDA & EasyEDA 专业版扩展 API 接口类型定义", "typings": "index.d.ts", "author": "JLCEDA <support@lceda.cn>", "license": "Apache-2.0", "homepage": "https://pro.lceda.cn/", "keywords": ["jlceda", "pro-api"], "scripts": { "lint": "eslint", "fix": "eslint --fix", "build": "ts-node ./build/build.ts" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", "@types/fast-text-encoding": "^1.0.3", "@types/fs-extra": "^11.0.4", "dotenv": "^16.4.7", "eslint": "^9.37.0", "fast-text-encoding": "^1.0.6", "fs-extra": "^11.3.0", "lint-staged": "^16.2.3", "simple-git-hooks": "^2.13.1", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "lint-staged": { "*": "eslint --fix" } }
|