@libs-ui/components-inputs-input 0.2.152 → 0.2.154

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.
@@ -55,7 +55,7 @@ export declare class LibsUiComponentsInputsInputComponent implements OnInit, OnD
55
55
  readonly classContainerInput: import("@angular/core").InputSignalWithTransform<string, string | undefined>;
56
56
  readonly showCount: import("@angular/core").InputSignal<boolean | undefined>;
57
57
  readonly ignoreStopPropagationEvent: import("@angular/core").InputSignal<boolean | undefined>;
58
- readonly resize: import("@angular/core").InputSignalWithTransform<"auto" | "none" | undefined, "auto" | "none" | undefined>;
58
+ readonly resize: import("@angular/core").InputSignalWithTransform<"none" | "auto" | undefined, "none" | "auto" | undefined>;
59
59
  readonly templateLeftBottomInput: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
60
60
  readonly templateRightBottomInput: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
61
61
  readonly classContainerBottomInput: import("@angular/core").InputSignalWithTransform<string | undefined, string | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-input",
3
- "version": "0.2.152",
3
+ "version": "0.2.154",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"