@acorex/core 18.14.1-next.1 → 18.14.1-next.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injector, Injectable, inject, Pipe, Inject, NgModule } from '@angular/core';
2
+ import { Injector, Injectable, inject, Pipe, NgModule, Inject } from '@angular/core';
3
3
  import { AXEventService } from '@acorex/core/events';
4
4
  import { Subject, filter, startWith, switchMap, of } from 'rxjs';
5
5
  import { defaults, padStart, isInteger, get } from 'lodash-es';
@@ -1,6 +1,6 @@
1
1
  import { isPlatformBrowser, DOCUMENT } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { PLATFORM_ID, Inject, Injectable, InjectionToken } from '@angular/core';
3
+ import { PLATFORM_ID, Injectable, Inject, InjectionToken } from '@angular/core';
4
4
  import { isBrowser } from '@acorex/core/platform';
5
5
  import CryptoJS from 'crypto-es';
6
6
 
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, HostListener, Input, Directive, NgModule } from '@angular/core';
2
+ import { Injectable, Directive, Input, HostListener, NgModule } from '@angular/core';
3
3
  import { Subject, takeUntil } from 'rxjs';
4
4
  import tinycolor from 'tinycolor2';
5
5
  import tinygradient from 'tinygradient-es';
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, inject, InjectionToken, Injector, Inject, NgModule } from '@angular/core';
2
+ import { Injectable, inject, InjectionToken, Injector, NgModule, Inject } from '@angular/core';
3
3
  import * as i1 from '@acorex/core/translation';
4
4
  import { AXTranslationService } from '@acorex/core/translation';
5
- import { isString, isEmpty, find, isBoolean, isNull, isUndefined, isNumber, isArray, isEqual, merge } from 'lodash-es';
5
+ import { isString, isEmpty, isBoolean, isNull, isUndefined, isNumber, isArray, find, isEqual, merge } from 'lodash-es';
6
6
 
7
7
  class AXCallbackValidationRule {
8
8
  get name() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/core",
3
- "version": "18.14.1-next.1",
3
+ "version": "18.14.1-next.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.2.0",
6
6
  "@angular/core": ">=18.2.0",