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.js
CHANGED
|
@@ -136,7 +136,6 @@ var COLORS = {
|
|
|
136
136
|
var DATE_FORMAT = "yyyy-MM-dd";
|
|
137
137
|
var DATE_RESULT = "dd-MM-yyyy";
|
|
138
138
|
var FULL_DATE_RESULT = "dd-MM-yyyy HH:mm";
|
|
139
|
-
var FULL_DATE_FORMAT = "yyyy-MM-dd HH:mm";
|
|
140
139
|
var DATE_MIN_VALUE = "0001-01-01T00:00:00";
|
|
141
140
|
var LICENSE_AGGRID = "Alhanko&Johnson_BASE23_single_1_Devs__22_November_2020_[v2]_MTYwNjAwMzIwMDAwMA==d452f38afc893671cad92795e95d52a1";
|
|
142
141
|
var BASE_URL = function () {
|
|
@@ -5378,7 +5377,7 @@ var NotificationList = function NotificationList() {
|
|
|
5378
5377
|
className: "align-middle"
|
|
5379
5378
|
}, record.text), React__default.createElement("td", {
|
|
5380
5379
|
className: "align-middle"
|
|
5381
|
-
}, utcToLocalTime(record.time,
|
|
5380
|
+
}, utcToLocalTime(record.time, "yyyy-MM-DD HH:mm")), React__default.createElement("td", {
|
|
5382
5381
|
className: styles["control-input"] + " text-center align-middle"
|
|
5383
5382
|
}, React__default.createElement(reactstrap.CustomInput, {
|
|
5384
5383
|
type: "checkbox",
|