ps-toolkit-ui 1.15.36 → 1.15.37
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/bundles/ps-toolkit-ui.umd.js +2 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/helper.class.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
r += ' ' + l('Ago');
|
|
1392
1392
|
return r;
|
|
1393
1393
|
}
|
|
1394
|
-
return '<
|
|
1394
|
+
return '<span class="ltr d-ib">' + moment__namespace(d).locale('fa').format('jYYYY/jMM/jDD HH:mm') + '</span>';
|
|
1395
1395
|
};
|
|
1396
1396
|
HelperClass.getRowEnum = function (l, e, dt) {
|
|
1397
1397
|
var v = e.find(function (x) { return x.Value === dt; });
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
r += ' ' + l('Later');
|
|
1440
1440
|
return r;
|
|
1441
1441
|
}
|
|
1442
|
-
return '<
|
|
1442
|
+
return '<span class="ltr d-ib">' + moment__namespace(d).locale('fa').format('jYYYY/jMM/jDD HH:mm') + '</span>';
|
|
1443
1443
|
};
|
|
1444
1444
|
HelperClass.getDate = function (dt, format) {
|
|
1445
1445
|
if (format === void 0) { format = 'jYYYY/jMM/jDD'; }
|