ngx-bsl 0.0.4 → 0.0.6

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/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "ngx-bsl",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/Viggo97/ngx-bsl.git"
7
+ },
8
+ "homepage": "https://github.com/Viggo97/ngx-bsl.git#readme",
4
9
  "peerDependencies": {
5
- "@angular/animations": "^20.3.0",
6
- "@angular/common": "^20.3.0",
7
- "@angular/core": "^20.3.0"
10
+ "@angular/cdk": "^21.0.0",
11
+ "@angular/common": "^21.0.0",
12
+ "@angular/core": "^21.0.0"
8
13
  },
9
14
  "dependencies": {
10
15
  "tslib": "^2.3.0"
@@ -18,10 +23,10 @@
18
23
  "default": "./package.json"
19
24
  },
20
25
  ".": {
21
- "types": "./index.d.ts",
26
+ "types": "./types/ngx-bsl.d.ts",
22
27
  "default": "./fesm2022/ngx-bsl.mjs"
23
28
  }
24
29
  },
25
30
  "module": "fesm2022/ngx-bsl.mjs",
26
- "typings": "index.d.ts"
31
+ "typings": "types/ngx-bsl.d.ts"
27
32
  }
@@ -267,7 +267,7 @@ declare class SelectComponent<TOption> implements ControlValueAccessor {
267
267
  private listBox;
268
268
  onChange: (_value: TOption) => void;
269
269
  onTouch: () => void;
270
- protected value: TOption | null;
270
+ value: _angular_core.ModelSignal<TOption | null>;
271
271
  protected open: _angular_core.WritableSignal<boolean>;
272
272
  protected ariaActiveDescendant: _angular_core.Signal<string | null>;
273
273
  protected initialFocusedOptionIndex: _angular_core.WritableSignal<number | null>;
@@ -280,7 +280,7 @@ declare class SelectComponent<TOption> implements ControlValueAccessor {
280
280
  registerOnTouched(onTouch: () => void): void;
281
281
  writeValue(value: TOption): void;
282
282
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
283
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectComponent<any>, "ngx-bsl-select", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "options": { "alias": "options"; "required": true; "isSignal": true; }; "bindLabel": { "alias": "bindLabel"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; "isSignal": true; }; "comparisonField": { "alias": "comparisonField"; "required": false; "isSignal": true; }; "iconMode": { "alias": "iconMode"; "required": false; "isSignal": true; }; "customIcon": { "alias": "customIcon"; "required": false; "isSignal": true; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; "isSignal": true; }; }, {}, never, ["[data-custom-icon]", "[data-custom-icon]"], true, never>;
283
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectComponent<any>, "ngx-bsl-select", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "options": { "alias": "options"; "required": true; "isSignal": true; }; "bindLabel": { "alias": "bindLabel"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; "isSignal": true; }; "comparisonField": { "alias": "comparisonField"; "required": false; "isSignal": true; }; "iconMode": { "alias": "iconMode"; "required": false; "isSignal": true; }; "customIcon": { "alias": "customIcon"; "required": false; "isSignal": true; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["[data-custom-icon]", "[data-custom-icon]"], true, never>;
284
284
  }
285
285
 
286
286
  declare enum TooltipPosition {