@elderbyte/ngx-starter 19.1.25 → 19.1.26

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.
@@ -18183,9 +18183,7 @@ class ElderTableActivationDirective {
18183
18183
  * *
18184
18184
  **************************************************************************/
18185
18185
  set activationOptions(options) {
18186
- this._activationOptions = InputUtils.isNoInputArgs(options)
18187
- ? options
18188
- : {};
18186
+ this._activationOptions = options;
18189
18187
  }
18190
18188
  get activationOptions() {
18191
18189
  return this._activationOptions;