ca-components 0.0.48 → 0.0.49

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.
@@ -133,4 +133,8 @@ export interface ICaInput {
133
133
  fixedPlacholder?: string;
134
134
  statusStyle?: boolean;
135
135
  isIconHidden?: boolean;
136
+ isRemovedIconMovedOnLeft?: boolean;
137
+ removeLeadingZero?: boolean;
138
+ negativeLeadingZero?: boolean;
139
+ isHoverRow?: boolean;
136
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",