@cloudflare/realtimekit-angular-ui 1.0.0-staging.6 → 1.0.0-staging.7

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.
@@ -3212,11 +3212,11 @@ let RtkSidebarUi = class RtkSidebarUi {
3212
3212
  proxyOutputs(this, this.el, ['tabChange', 'sidebarClose']);
3213
3213
  }
3214
3214
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: RtkSidebarUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3215
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: RtkSidebarUi, isStandalone: true, selector: "rtk-sidebar-ui", inputs: { currentTab: "currentTab", hideCloseAction: "hideCloseAction", hideHeader: "hideHeader", iconPack: "iconPack", t: "t", tabs: "tabs", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3215
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: RtkSidebarUi, isStandalone: true, selector: "rtk-sidebar-ui", inputs: { currentTab: "currentTab", focusCloseButton: "focusCloseButton", hideCloseAction: "hideCloseAction", hideHeader: "hideHeader", iconPack: "iconPack", t: "t", tabs: "tabs", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3216
3216
  };
3217
3217
  RtkSidebarUi = __decorate([
3218
3218
  ProxyCmp({
3219
- inputs: ['currentTab', 'hideCloseAction', 'hideHeader', 'iconPack', 't', 'tabs', 'view']
3219
+ inputs: ['currentTab', 'focusCloseButton', 'hideCloseAction', 'hideHeader', 'iconPack', 't', 'tabs', 'view']
3220
3220
  })
3221
3221
  ], RtkSidebarUi);
3222
3222
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: RtkSidebarUi, decorators: [{
@@ -3226,7 +3226,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
3226
3226
  changeDetection: ChangeDetectionStrategy.OnPush,
3227
3227
  template: '<ng-content></ng-content>',
3228
3228
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3229
- inputs: ['currentTab', 'hideCloseAction', 'hideHeader', 'iconPack', 't', 'tabs', 'view'],
3229
+ inputs: ['currentTab', 'focusCloseButton', 'hideCloseAction', 'hideHeader', 'iconPack', 't', 'tabs', 'view'],
3230
3230
  }]
3231
3231
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3232
3232
  let RtkSimpleGrid = class RtkSimpleGrid {