@whitesev/utils 1.0.6 → 1.0.8
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.amd.js +4 -4
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +4 -4
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +4 -4
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/UtilsGMMenu.ts +8 -159
package/dist/index.umd.js
CHANGED
|
@@ -951,19 +951,19 @@
|
|
|
951
951
|
/**
|
|
952
952
|
* 获取存储的数据
|
|
953
953
|
*/
|
|
954
|
-
getValue:
|
|
954
|
+
getValue: null,
|
|
955
955
|
/**
|
|
956
956
|
* 设置数据到存储
|
|
957
957
|
*/
|
|
958
|
-
setValue:
|
|
958
|
+
setValue: null,
|
|
959
959
|
/**
|
|
960
960
|
* 注册菜单
|
|
961
961
|
*/
|
|
962
|
-
registerMenuCommand:
|
|
962
|
+
registerMenuCommand: null,
|
|
963
963
|
/**
|
|
964
964
|
* 卸载菜单
|
|
965
965
|
*/
|
|
966
|
-
unregisterMenuCommand:
|
|
966
|
+
unregisterMenuCommand: null,
|
|
967
967
|
};
|
|
968
968
|
MenuHandle = {
|
|
969
969
|
context: this,
|