ntk-cms-api 1.0.404 → 1.0.409

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.
@@ -401,16 +401,6 @@
401
401
  var TokenInfoModel = /** @class */ (function () {
402
402
  function TokenInfoModel() {
403
403
  }
404
- Object.defineProperty(TokenInfoModel.prototype, "Direction", {
405
- get: function () {
406
- if (this.Language && this.Language.length > 0 && (this.Language.toLowerCase() == 'fa ' || this.Language.toLowerCase() == 'ar')) {
407
- return 'rtl';
408
- }
409
- return 'ltr';
410
- },
411
- enumerable: false,
412
- configurable: true
413
- });
414
404
  return TokenInfoModel;
415
405
  }());
416
406