@whitesev/utils 1.1.6 → 1.1.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 -3
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +1 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +1 -3
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +1 -3
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +1 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/src/Utils.d.ts +1 -1
- package/package.json +1 -1
- package/src/Utils.ts +1 -3
package/dist/index.iife.js
CHANGED
|
@@ -3358,9 +3358,7 @@ var Utils = (function () {
|
|
|
3358
3358
|
* 颜色转换
|
|
3359
3359
|
* @returns
|
|
3360
3360
|
*/
|
|
3361
|
-
ColorConversion
|
|
3362
|
-
return new ColorConversion();
|
|
3363
|
-
}
|
|
3361
|
+
ColorConversion = ColorConversion;
|
|
3364
3362
|
deepClone(obj) {
|
|
3365
3363
|
let UtilsContext = this;
|
|
3366
3364
|
if (obj === void 0)
|