@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.
- package/LICENSE +201 -0
- package/directives/components.d.ts +6 -0
- package/esm2022/beeq.module.mjs +7 -1
- package/esm2022/directives/components.mjs +3 -3
- package/esm2022/index.mjs +7 -1
- package/esm2022/standalone/directives/components.mjs +3 -3
- package/esm2022/standalone/index.mjs +7 -1
- package/fesm2022/beeq-angular-standalone.mjs +9 -3
- package/fesm2022/beeq-angular-standalone.mjs.map +1 -1
- package/fesm2022/beeq-angular.mjs +15 -3
- package/fesm2022/beeq-angular.mjs.map +1 -1
- package/index.d.ts +5 -0
- package/package.json +2 -2
- package/standalone/directives/components.d.ts +6 -0
- package/standalone/index.d.ts +5 -0
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
/**
|
|
3
|
+
* The directives folder containing the value accessors is generated dynamically
|
|
4
|
+
* when compiling the `beeq` package.
|
|
5
|
+
* ⚠️ Since this file won't change that much, it is safe to disable TypeScript checking.
|
|
6
|
+
*/
|
|
1
7
|
/* -------------------------------------------------------------------------- */
|
|
2
8
|
/* DIRECTIVES */
|
|
3
9
|
/* -------------------------------------------------------------------------- */
|
|
@@ -7,4 +13,4 @@ export { RadioValueAccessor } from './directives/radio-value-accessor';
|
|
|
7
13
|
export { SelectValueAccessor } from './directives/select-value-accessor';
|
|
8
14
|
export { TextValueAccessor } from './directives/text-value-accessor';
|
|
9
15
|
export * from './directives/components';
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9iZWVxLWFuZ3VsYXIvc3RhbmRhbG9uZS9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYztBQUVkOzs7O0dBSUc7QUFFSCxnRkFBZ0Y7QUFDaEYsZ0ZBQWdGO0FBQ2hGLGdGQUFnRjtBQUVoRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMzRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUMxRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUVyRSxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQHRzLW5vY2hlY2tcblxuLyoqXG4gKiBUaGUgZGlyZWN0aXZlcyBmb2xkZXIgY29udGFpbmluZyB0aGUgdmFsdWUgYWNjZXNzb3JzIGlzIGdlbmVyYXRlZCBkeW5hbWljYWxseVxuICogd2hlbiBjb21waWxpbmcgdGhlIGBiZWVxYCBwYWNrYWdlLlxuICog4pqg77iPIFNpbmNlIHRoaXMgZmlsZSB3b24ndCBjaGFuZ2UgdGhhdCBtdWNoLCBpdCBpcyBzYWZlIHRvIGRpc2FibGUgVHlwZVNjcmlwdCBjaGVja2luZy5cbiAqL1xuXG4vKiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqL1xuLyogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBESVJFQ1RJVkVTICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKi9cbi8qIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG5cbmV4cG9ydCB7IEJvb2xlYW5WYWx1ZUFjY2Vzc29yIH0gZnJvbSAnLi9kaXJlY3RpdmVzL2Jvb2xlYW4tdmFsdWUtYWNjZXNzb3InO1xuZXhwb3J0IHsgTnVtZXJpY1ZhbHVlQWNjZXNzb3IgfSBmcm9tICcuL2RpcmVjdGl2ZXMvbnVtYmVyLXZhbHVlLWFjY2Vzc29yJztcbmV4cG9ydCB7IFJhZGlvVmFsdWVBY2Nlc3NvciB9IGZyb20gJy4vZGlyZWN0aXZlcy9yYWRpby12YWx1ZS1hY2Nlc3Nvcic7XG5leHBvcnQgeyBTZWxlY3RWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnLi9kaXJlY3RpdmVzL3NlbGVjdC12YWx1ZS1hY2Nlc3Nvcic7XG5leHBvcnQgeyBUZXh0VmFsdWVBY2Nlc3NvciB9IGZyb20gJy4vZGlyZWN0aXZlcy90ZXh0LXZhbHVlLWFjY2Vzc29yJztcblxuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2NvbXBvbmVudHMnO1xuIl19
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { HostListener, Directive, ChangeDetectorRef, ElementRef, NgZone, ChangeDetectionStrategy, Component } 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';
|
|
@@ -1060,7 +1060,7 @@ let BqSelect = class BqSelect {
|
|
|
1060
1060
|
this.z = z;
|
|
1061
1061
|
c.detach();
|
|
1062
1062
|
this.el = r.nativeElement;
|
|
1063
|
-
proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect']);
|
|
1063
|
+
proxyOutputs(this, this.el, ['bqBlur', 'bqClear', 'bqFocus', 'bqSelect', 'bqInput']);
|
|
1064
1064
|
}
|
|
1065
1065
|
/** @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 }); }
|
|
1066
1066
|
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BqSelect, isStandalone: true, 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 }); }
|
|
@@ -1069,7 +1069,7 @@ BqSelect = __decorate([
|
|
|
1069
1069
|
ProxyCmp({
|
|
1070
1070
|
defineCustomElementFn: defineCustomElement$s,
|
|
1071
1071
|
inputs: ['autofocus', 'clearButtonLabel', 'debounceTime', 'disableClear', 'disabled', 'distance', 'form', 'keepOpenOnSelect', 'maxTagsVisible', 'multiple', 'name', 'open', 'panelHeight', 'placeholder', 'placement', 'readonly', 'required', 'sameWidth', 'skidding', 'strategy', 'validationStatus', 'value'],
|
|
1072
|
-
methods: ['clear']
|
|
1072
|
+
methods: ['clear', 'reset']
|
|
1073
1073
|
}),
|
|
1074
1074
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1075
1075
|
], BqSelect);
|
|
@@ -1479,6 +1479,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1479
1479
|
}]
|
|
1480
1480
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1481
1481
|
|
|
1482
|
+
// @ts-nocheck
|
|
1483
|
+
/**
|
|
1484
|
+
* The directives folder containing the value accessors is generated dynamically
|
|
1485
|
+
* when compiling the `beeq` package.
|
|
1486
|
+
* ⚠️ Since this file won't change that much, it is safe to disable TypeScript checking.
|
|
1487
|
+
*/
|
|
1482
1488
|
/* -------------------------------------------------------------------------- */
|
|
1483
1489
|
/* DIRECTIVES */
|
|
1484
1490
|
/* -------------------------------------------------------------------------- */
|