ca-components 1.7.998 → 1.7.999

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.
@@ -167,4 +167,5 @@ export interface ICaInput {
167
167
  isHoverRow?: boolean;
168
168
  minutesGapFive?: boolean;
169
169
  updateAsTouchedOnEdit?: boolean;
170
+ priceParseFormat?: boolean;
170
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "1.7.998",
3
+ "version": "1.7.999",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",