ps-toolkit-ui 0.0.75 → 0.0.76

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.
@@ -6872,7 +6872,7 @@
6872
6872
  LayoutComponent.propDecorators = {
6873
6873
  permissions: [{ type: core.Input }],
6874
6874
  area: [{ type: core.Input }],
6875
- sidebar: [{ type: core.ViewChild, args: [SidebarComponent,] }]
6875
+ sidebar: [{ type: core.ViewChild, args: ['sidebar',] }]
6876
6876
  };
6877
6877
 
6878
6878
  var PsToolkitUiModule = /** @class */ (function () {