ps-toolkit-ui 1.16.9 → 1.16.10
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 +1 -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 +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/helper.class.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1444,8 +1444,7 @@
|
|
|
1444
1444
|
}
|
|
1445
1445
|
return '<span class="ltr d-ib">' + moment__namespace(d).locale('fa').format('jYYYY/jMM/jDD HH:mm') + '</span>';
|
|
1446
1446
|
};
|
|
1447
|
-
HelperClass.getDateRemainSec = function (
|
|
1448
|
-
if (c === void 0) { c = 2; }
|
|
1447
|
+
HelperClass.getDateRemainSec = function (dt) {
|
|
1449
1448
|
var d = parseInt(dt.substring(6, dt.length - 2), 10);
|
|
1450
1449
|
var now = moment.now();
|
|
1451
1450
|
return (d - now) / 1000;
|