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.
- package/bundles/ntk-cms-api.umd.js +0 -10
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/core-main/coreSiteModel.js +1 -1
- package/esm2015/lib/models/entity/core-token/tokenInfoModel.js +1 -7
- package/fesm2015/ntk-cms-api.js +0 -6
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/core-main/coreSiteModel.d.ts +13 -0
- package/lib/models/entity/core-token/tokenInfoModel.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
|