@leanix/components 0.4.88 → 0.4.90

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.
@@ -15,6 +15,8 @@ export declare class SingleSelectComponent extends BaseSelectDirective implement
15
15
  size: SingleSelectSize;
16
16
  dropdownWidthScale: '1x' | '1.5x' | '2x';
17
17
  padding?: SingleSelectPadding;
18
+ inputId?: string;
19
+ required: boolean;
18
20
  selectionChange: EventEmitter<any>;
19
21
  blur: EventEmitter<FocusEvent>;
20
22
  explicitDropdown?: TemplateRef<any>;
@@ -48,5 +50,6 @@ export declare class SingleSelectComponent extends BaseSelectDirective implement
48
50
  focusedViaTab(): void;
49
51
  private determineHighlightIndex;
50
52
  static ɵfac: i0.ɵɵFactoryDeclaration<SingleSelectComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<SingleSelectComponent, "lx-single-select", never, { "selection": { "alias": "selection"; "required": false; }; "selectionBackground": { "alias": "selectionBackground"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dropdownWidthScale": { "alias": "dropdownWidthScale"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "markInvalid": { "alias": "markInvalid"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown", "explicitSelectedOption", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], true, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<SingleSelectComponent, "lx-single-select", never, { "selection": { "alias": "selection"; "required": false; }; "selectionBackground": { "alias": "selectionBackground"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dropdownWidthScale": { "alias": "dropdownWidthScale"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "required": { "alias": "required"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "markInvalid": { "alias": "markInvalid"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown", "explicitSelectedOption", "dropdownComponent"], [".selectedOption", ".dropdownComponent"], true, never>;
54
+ static ngAcceptInputType_required: unknown;
52
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.88",
3
+ "version": "0.4.90",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -19,13 +19,13 @@
19
19
  "tslib": "^2.3.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@angular/animations": "17.0.2",
23
- "@angular/cdk": "17.0.0",
24
- "@angular/common": "17.0.2",
25
- "@angular/core": "17.0.2",
26
- "@angular/forms": "17.0.2",
27
- "@angular/platform-browser": "17.0.2",
28
- "@angular/router": "17.0.2",
22
+ "@angular/animations": "^17.0.2",
23
+ "@angular/cdk": "^17.0.0",
24
+ "@angular/common": "^17.0.2",
25
+ "@angular/core": "^17.0.2",
26
+ "@angular/forms": "^17.0.2",
27
+ "@angular/platform-browser": "^17.0.2",
28
+ "@angular/router": "^17.0.2",
29
29
  "@ngx-translate/core": "14.0.0",
30
30
  "dompurify": "2.3.10",
31
31
  "rxjs": "7.8.1"