@salesgenterp/ui-components 0.4.528 → 0.4.529

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 CHANGED
@@ -302,6 +302,7 @@ var DATE_FORMATS = {
302
302
  TIMESTAMP_FORMAT: 'DD MMM YY hh:mm A',
303
303
  LIST_DATE_TIME_FORMAT: 'YYYY-MM-DD hh:mm A',
304
304
  DEFAULT_DATE_FORMAT: 'YYYY-MM-DD',
305
+ LOCAL_DATE_FORMAT: 'DD MMM YY',
305
306
  TIME: 'hh:mm:ss A'
306
307
  };
307
308
  var DEFAULT_PAYMENT_PROVIDER = {
@@ -10519,7 +10520,7 @@ var StaticPageList = function StaticPageList(_ref) {
10519
10520
  item: true
10520
10521
  }, getLocalTime({
10521
10522
  time: item === null || item === void 0 ? void 0 : item.insertedTimestamp,
10522
- format: DATE_FORMATS.DEFAULT_DATE_FORMAT
10523
+ format: DATE_FORMATS.LOCAL_DATE_FORMAT
10523
10524
  })), /*#__PURE__*/React__default.createElement(material.Grid, {
10524
10525
  item: true
10525
10526
  }, (item === null || item === void 0 ? void 0 : item.createdByName) || (item === null || item === void 0 ? void 0 : item.createdBy)))))))));