@taiga-ui/addon-doc 3.15.0-dev.main-0c903e2 → 3.16.0

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.
@@ -1255,7 +1255,7 @@
1255
1255
  this.matcher = function (item, exclusions) { return !exclusions.has(item.documentationPropertyName); };
1256
1256
  }
1257
1257
  TuiDocDocumentationComponent.prototype.ngAfterContentInit = function () {
1258
- i6.tuiItemsQueryListObservable(this.propertiesConnectors)
1258
+ i6.tuiQueryListChanges(this.propertiesConnectors)
1259
1259
  .pipe(operators.switchMap(function (items) { return i9.merge.apply(void 0, __spreadArray([], __read(items.map(function (_a) {
1260
1260
  var changed$ = _a.changed$;
1261
1261
  return changed$;