mario-core 2.6.4 → 2.6.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.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -133,7 +133,6 @@ var COLORS = {
|
|
|
133
133
|
var DATE_FORMAT = "yyyy-MM-dd";
|
|
134
134
|
var DATE_RESULT = "dd-MM-yyyy";
|
|
135
135
|
var FULL_DATE_RESULT = "dd-MM-yyyy HH:mm";
|
|
136
|
-
var FULL_DATE_FORMAT = "yyyy-MM-dd HH:mm";
|
|
137
136
|
var DATE_MIN_VALUE = "0001-01-01T00:00:00";
|
|
138
137
|
var LICENSE_AGGRID = "Alhanko&Johnson_BASE23_single_1_Devs__22_November_2020_[v2]_MTYwNjAwMzIwMDAwMA==d452f38afc893671cad92795e95d52a1";
|
|
139
138
|
var BASE_URL = function () {
|
|
@@ -5375,7 +5374,7 @@ var NotificationList = function NotificationList() {
|
|
|
5375
5374
|
className: "align-middle"
|
|
5376
5375
|
}, record.text), React.createElement("td", {
|
|
5377
5376
|
className: "align-middle"
|
|
5378
|
-
}, utcToLocalTime(record.time,
|
|
5377
|
+
}, utcToLocalTime(record.time, "yyyy-MM-DD HH:mm")), React.createElement("td", {
|
|
5379
5378
|
className: styles["control-input"] + " text-center align-middle"
|
|
5380
5379
|
}, React.createElement(CustomInput, {
|
|
5381
5380
|
type: "checkbox",
|