@copart/ops-tool-kit 1.8.1-alpha.24 → 1.8.1-alpha.25
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/ops-tool-kit.js +3 -3
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -33,7 +33,7 @@ var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
|
|
|
33
33
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
34
34
|
|
|
35
35
|
const name$f = "@copart/ops-tool-kit";
|
|
36
|
-
const version$5 = "1.8.1-alpha.
|
|
36
|
+
const version$5 = "1.8.1-alpha.25";
|
|
37
37
|
const main$1 = "dist/ops-tool-kit.js";
|
|
38
38
|
const style = "dist/ops-tool-kit.css";
|
|
39
39
|
const files = [
|
|
@@ -47937,9 +47937,9 @@ var AppBar = function AppBar(_ref) {
|
|
|
47937
47937
|
console.log('***newNotification=', newNotification);
|
|
47938
47938
|
var startTime = newNotification.timeZoneType === "RPTZ" ? newNotification.startsAt : moment.utc(newNotification.startsAt).local().format("YYYY-MM-DD HH:mm:ss");
|
|
47939
47939
|
var endTime = newNotification.timeZoneType === "RPTZ" ? newNotification.endsAt : moment.utc(newNotification.endsAt).local().format("YYYY-MM-DD HH:mm:ss");
|
|
47940
|
-
console.log('***condition=', (newNotification === null || newNotification === void 0 ? void 0 : newNotification.status) !== 'A' || isOutOfRange(startTime, endTime));
|
|
47940
|
+
console.log('***condition=', (newNotification === null || newNotification === void 0 ? void 0 : newNotification.status) !== 'A' || !isOutOfRange(startTime, endTime));
|
|
47941
47941
|
|
|
47942
|
-
if ((newNotification === null || newNotification === void 0 ? void 0 : newNotification.status) !== 'A' || isOutOfRange(startTime, endTime)) {
|
|
47942
|
+
if ((newNotification === null || newNotification === void 0 ? void 0 : newNotification.status) !== 'A' || !isOutOfRange(startTime, endTime)) {
|
|
47943
47943
|
newNotification.endsAt = '2020-01-01 00:00:00';
|
|
47944
47944
|
var currentNotifications = clone$1(notifications);
|
|
47945
47945
|
console.log('***currentNotifications=', currentNotifications);
|