@beeq/angular 1.8.4 → 1.9.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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, HostListener, ChangeDetectorRef, ElementRef, NgZone, Component, ChangeDetectionStrategy, APP_INITIALIZER, NgModule } from '@angular/core';
2
+ import { HostListener, Directive, ChangeDetectorRef, ElementRef, NgZone, ChangeDetectionStrategy, Component, APP_INITIALIZER, NgModule } from '@angular/core';
3
3
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
4
  import { __decorate, __metadata } from 'tslib';
5
5
  import { fromEvent } from 'rxjs';
@@ -2048,7 +2048,7 @@ If `true`, the Select is disabled and cannot be interacted with.
2048
2048
  this.z = z;
2049
2049
  c.detach();
2050
2050
  this.el = r.nativeElement;
2051
- proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect']);
2051
+ proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect', 'bqInput']);
2052
2052
  }
2053
2053
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BqSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2054
2054
  /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BqSelect, selector: "bq-select", inputs: { autofocus: "autofocus", clearButtonLabel: "clearButtonLabel", debounceTime: "debounceTime", disableClear: "disableClear", disabled: "disabled", distance: "distance", form: "form", keepOpenOnSelect: "keepOpenOnSelect", maxTagsVisible: "maxTagsVisible", multiple: "multiple", name: "name", open: "open", panelHeight: "panelHeight", placeholder: "placeholder", placement: "placement", readonly: "readonly", required: "required", sameWidth: "sameWidth", skidding: "skidding", strategy: "strategy", validationStatus: "validationStatus", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -2056,7 +2056,7 @@ If `true`, the Select is disabled and cannot be interacted with.
2056
2056
  BqSelect = __decorate([
2057
2057
  ProxyCmp({
2058
2058
  inputs: ['autofocus', 'clearButtonLabel', 'debounceTime', 'disableClear', 'disabled', 'distance', 'form', 'keepOpenOnSelect', 'maxTagsVisible', 'multiple', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'readonly', 'required', 'sameWidth', 'skidding', 'strategy', 'validationStatus', 'value'],
2059
- methods: ['clear']
2059
+ methods: ['clear', 'reset']
2060
2060
  }),
2061
2061
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
2062
2062
  ], BqSelect);
@@ -2967,6 +2967,12 @@ const DIRECTIVES = [
2967
2967
  BqTooltip
2968
2968
  ];
2969
2969
 
2970
+ // @ts-nocheck
2971
+ /**
2972
+ * The directives folder containing the value accessors is generated dynamically
2973
+ * when compiling the `beeq` package.
2974
+ * ⚠️ Since this file won't change that much, it is safe to disable TypeScript checking.
2975
+ */
2970
2976
  const DECLARATIONS = [
2971
2977
  ...DIRECTIVES,
2972
2978
  // ngModel Accessors
@@ -3015,6 +3021,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3015
3021
  }]
3016
3022
  }] });
3017
3023
 
3024
+ // @ts-nocheck
3025
+ /**
3026
+ * The directives folder containing the value accessors is generated dynamically
3027
+ * when compiling the `beeq` package.
3028
+ * ⚠️ Since this file won't change that much, it is safe to disable TypeScript checking.
3029
+ */
3018
3030
  /* -------------------------------------------------------------------------- */
3019
3031
  /* DIRECTIVES */
3020
3032
  /* -------------------------------------------------------------------------- */