@libs-ui/pipes-format-number 0.2.320-0 → 0.2.322-0

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.
@@ -5,10 +5,10 @@ export class LibsUiPipesFormatNumberPipe {
5
5
  transform(value, acceptNegativeValue, parseFixed = 1, ignoreFormatSeparator = true, ignoreParseFloat) {
6
6
  return viewDataNumberByLanguage(value, acceptNegativeValue, parseFixed, ignoreFormatSeparator, ignoreParseFloat);
7
7
  }
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibsUiPipesFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LibsUiPipesFormatNumberPipe, isStandalone: true, name: "LibsUiPipesFormatNumberPipe" });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LibsUiPipesFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: LibsUiPipesFormatNumberPipe, isStandalone: true, name: "LibsUiPipesFormatNumberPipe" });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibsUiPipesFormatNumberPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LibsUiPipesFormatNumberPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{
14
14
  name: 'LibsUiPipesFormatNumberPipe',
@@ -6,10 +6,10 @@ class LibsUiPipesFormatNumberPipe {
6
6
  transform(value, acceptNegativeValue, parseFixed = 1, ignoreFormatSeparator = true, ignoreParseFloat) {
7
7
  return viewDataNumberByLanguage(value, acceptNegativeValue, parseFixed, ignoreFormatSeparator, ignoreParseFloat);
8
8
  }
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibsUiPipesFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LibsUiPipesFormatNumberPipe, isStandalone: true, name: "LibsUiPipesFormatNumberPipe" });
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LibsUiPipesFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: LibsUiPipesFormatNumberPipe, isStandalone: true, name: "LibsUiPipesFormatNumberPipe" });
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LibsUiPipesFormatNumberPipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LibsUiPipesFormatNumberPipe, decorators: [{
13
13
  type: Pipe,
14
14
  args: [{
15
15
  name: 'LibsUiPipesFormatNumberPipe',
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@libs-ui/pipes-format-number",
3
- "version": "0.2.320-0",
3
+ "version": "0.2.322-0",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/utils": "0.2.320-0"
6
+ "@libs-ui/utils": "0.2.322-0"
7
7
  },
8
8
  "sideEffects": false,
9
9
  "module": "fesm2022/libs-ui-pipes-format-number.mjs",