ps-toolkit-ui 0.0.201 → 0.0.202
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 +0 -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/components/calendar/calendar.component.js +1 -2
- package/esm2015/lib/components/clock/clock.component.js +1 -2
- package/fesm2015/ps-toolkit-ui.js +1 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7062,7 +7062,6 @@
|
|
|
7062
7062
|
return lang.get('Public', null, key, v);
|
|
7063
7063
|
};
|
|
7064
7064
|
this.months = [this.l('Month1'), this.l('Month2'), this.l('Month3'), this.l('Month4'), this.l('Month5'), this.l('Month6'), this.l('Month7'), this.l('Month8'), this.l('Month9'), this.l('Month10'), this.l('Month11'), this.l('Month12')];
|
|
7065
|
-
moment.locale('fa');
|
|
7066
7065
|
this.setActive(moment__namespace());
|
|
7067
7066
|
}
|
|
7068
7067
|
CalendarComponent.prototype.changeState = function (s) {
|
|
@@ -7145,7 +7144,6 @@
|
|
|
7145
7144
|
|
|
7146
7145
|
var ClockComponent = /** @class */ (function () {
|
|
7147
7146
|
function ClockComponent() {
|
|
7148
|
-
moment.locale('fa');
|
|
7149
7147
|
this.active = moment__namespace();
|
|
7150
7148
|
}
|
|
7151
7149
|
ClockComponent.prototype.ngOnInit = function () {
|