@whitesev/utils 1.4.4 → 1.4.5
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/src/Utils.d.ts +2 -87
- package/dist/src/VueObject.d.ts +107 -0
- package/package.json +1 -1
- package/src/Utils.ts +3 -99
- package/src/VueObject.ts +119 -0
package/dist/index.esm.js
CHANGED
|
@@ -3059,7 +3059,7 @@ class Utils {
|
|
|
3059
3059
|
UtilsCore.init(option);
|
|
3060
3060
|
}
|
|
3061
3061
|
/** 版本号 */
|
|
3062
|
-
version = "2024.6.
|
|
3062
|
+
version = "2024.6.16";
|
|
3063
3063
|
addStyle(cssText) {
|
|
3064
3064
|
if (typeof cssText !== "string") {
|
|
3065
3065
|
throw new Error("Utils.addStyle 参数cssText 必须为String类型");
|