tnx-shared 5.3.8 → 5.3.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.
@@ -50049,13 +50049,12 @@
50049
50049
 
50050
50050
  var AdvanceSearchComponent = /** @class */ (function (_super) {
50051
50051
  __extends(AdvanceSearchComponent, _super);
50052
- function AdvanceSearchComponent(_customRouterService, _injector, _notifierService, _translateService, _deviceDetectorService, _localCacheService, _renderer, _moduleConfig) {
50052
+ function AdvanceSearchComponent(_customRouterService, _injector, _notifierService, _deviceDetectorService, _localCacheService, _renderer, _moduleConfig) {
50053
50053
  var _this = this;
50054
50054
  var _a, _b, _c, _d;
50055
50055
  _this = _super.call(this, _injector) || this;
50056
50056
  _this._customRouterService = _customRouterService;
50057
50057
  _this._notifierService = _notifierService;
50058
- _this._translateService = _translateService;
50059
50058
  _this._deviceDetectorService = _deviceDetectorService;
50060
50059
  _this._localCacheService = _localCacheService;
50061
50060
  _this._renderer = _renderer;
@@ -50543,7 +50542,6 @@
50543
50542
  { type: CustomRouterService },
50544
50543
  { type: i0.Injector },
50545
50544
  { type: NotifierService },
50546
- { type: i2.TranslateService },
50547
50545
  { type: ngxDeviceDetector.DeviceDetectorService },
50548
50546
  { type: LocalCacheService },
50549
50547
  { type: i0.Renderer2 },