@widget-js/core 0.11.20 → 0.11.21
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/index.cjs +7 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +12 -3
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -997,13 +997,18 @@ var WidgetPackage = class {
|
|
|
997
997
|
*/
|
|
998
998
|
description;
|
|
999
999
|
/**
|
|
1000
|
-
*
|
|
1000
|
+
* 本地组件入口文件,通常为 index.html
|
|
1001
1001
|
*/
|
|
1002
1002
|
entry;
|
|
1003
1003
|
/**
|
|
1004
|
-
*
|
|
1004
|
+
* 远程组件包入口文件
|
|
1005
|
+
* @deprecated 使用 remote.entry 替代
|
|
1005
1006
|
*/
|
|
1006
1007
|
remoteEntry;
|
|
1008
|
+
/**
|
|
1009
|
+
* 组件包json文件路径
|
|
1010
|
+
* @example https://rtugeek.gitee.io/hotspot/widget.json
|
|
1011
|
+
*/
|
|
1007
1012
|
remotePackage;
|
|
1008
1013
|
local;
|
|
1009
1014
|
remote;
|