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.
- package/bundles/tnx-shared.umd.js +1 -3
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/public-function.d.ts +1 -1
- package/components/crud/advance-search/advance-search.component.d.ts +1 -3
- package/components/crud/advance-search/advance-search.component.d.ts.map +1 -1
- package/components/crud/crud-form/crud-form.component.d.ts +1 -1
- package/esm2015/components/crud/advance-search/advance-search.component.js +2 -5
- package/fesm2015/tnx-shared.js +1 -3
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -126
- package/tnx-shared.metadata.json +1 -1
- package/tnx-shared.module.d.ts +2 -2
- package/tnx-shared.module.d.ts.map +1 -1
|
@@ -50049,13 +50049,12 @@
|
|
|
50049
50049
|
|
|
50050
50050
|
var AdvanceSearchComponent = /** @class */ (function (_super) {
|
|
50051
50051
|
__extends(AdvanceSearchComponent, _super);
|
|
50052
|
-
function AdvanceSearchComponent(_customRouterService, _injector, _notifierService,
|
|
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 },
|