@whitesev/utils 2.3.6 → 2.3.7
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 +1 -1
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +1 -1
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/src/Utils.d.ts +3 -3
- package/package.json +1 -1
- package/src/Utils.ts +19 -10
package/dist/index.iife.js
CHANGED
|
@@ -3953,7 +3953,7 @@ var Utils = (function () {
|
|
|
3953
3953
|
this.windowApi = new WindowApi(option);
|
|
3954
3954
|
}
|
|
3955
3955
|
/** 版本号 */
|
|
3956
|
-
version = "2024.10.
|
|
3956
|
+
version = "2024.10.19";
|
|
3957
3957
|
addStyle(cssText) {
|
|
3958
3958
|
if (typeof cssText !== "string") {
|
|
3959
3959
|
throw new Error("Utils.addStyle 参数cssText 必须为String类型");
|