@dytesdk/angular-ui-kit 3.0.0-staging.1 → 3.0.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.
@@ -1245,11 +1245,11 @@ let DyteEmojiPicker = class DyteEmojiPicker {
1245
1245
  proxyOutputs(this, this.el, ['pickerClose', 'dyteEmojiClicked']);
1246
1246
  }
1247
1247
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEmojiPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1248
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteEmojiPicker, isStandalone: true, selector: "dyte-emoji-picker", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1248
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteEmojiPicker, isStandalone: true, selector: "dyte-emoji-picker", inputs: { focusWhenOpened: "focusWhenOpened", iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1249
1249
  };
1250
1250
  DyteEmojiPicker = __decorate([
1251
1251
  ProxyCmp({
1252
- inputs: ['iconPack', 't']
1252
+ inputs: ['focusWhenOpened', 'iconPack', 't']
1253
1253
  })
1254
1254
  ], DyteEmojiPicker);
1255
1255
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEmojiPicker, decorators: [{
@@ -1259,7 +1259,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
1259
1259
  changeDetection: ChangeDetectionStrategy.OnPush,
1260
1260
  template: '<ng-content></ng-content>',
1261
1261
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1262
- inputs: ['iconPack', 't'],
1262
+ inputs: ['focusWhenOpened', 'iconPack', 't'],
1263
1263
  }]
1264
1264
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1265
1265
  let DyteEmojiPickerButton = class DyteEmojiPickerButton {