cloud-business 0.1.123-1 → 0.1.124-1
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/cloud-business.js +3 -3
- package/cloud-business.min.js +2 -2
- package/package.json +1 -1
package/cloud-business.js
CHANGED
|
@@ -115005,8 +115005,8 @@
|
|
|
115005
115005
|
registerCancelPromise(promise, function (next) {
|
|
115006
115006
|
if (next) {
|
|
115007
115007
|
continuePromise(next);
|
|
115008
|
+
abortPromise == null || abortPromise();
|
|
115008
115009
|
}
|
|
115009
|
-
abortPromise == null || abortPromise();
|
|
115010
115010
|
});
|
|
115011
115011
|
return setAtomValue(atom, promise, nextDependencies, true);
|
|
115012
115012
|
}
|
|
@@ -146405,7 +146405,7 @@
|
|
|
146405
146405
|
}
|
|
146406
146406
|
// 检验当前运行环境
|
|
146407
146407
|
if (typeof window === 'undefined') {
|
|
146408
|
-
console.warn('cloud-business@0.1.
|
|
146408
|
+
console.warn('cloud-business@0.1.124-1 仅支持在浏览器环境进行使用!');
|
|
146409
146409
|
}
|
|
146410
146410
|
var bodys = document.getElementsByTagName('body')[0];
|
|
146411
146411
|
var colors = [1, 2, 3, 4, 5, 6, 7];
|
|
@@ -146415,7 +146415,7 @@
|
|
|
146415
146415
|
bodys.style.setProperty("--shuyunBlue".concat(i$2 + 1), color);
|
|
146416
146416
|
}
|
|
146417
146417
|
}
|
|
146418
|
-
var version = '0.1.
|
|
146418
|
+
var version = '0.1.124-1';
|
|
146419
146419
|
|
|
146420
146420
|
exports.AreaSelector = AreaSelector;
|
|
146421
146421
|
exports.AreaSelectorNew = AreaSelector$1;
|