@ng-atomic/common 18.13.0-preview-v19e.1 → 19.0.0-preview.10

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { signal, inject, ElementRef, Directive, HostListener } from '@angular/core';
2
+ import { signal, inject, ElementRef, HostListener, Directive } from '@angular/core';
3
3
 
4
4
  class FallbackSrcDirective {
5
5
  constructor() {
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, HostListener, NgModule } from '@angular/core';
2
+ import { HostListener, Directive, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
 
5
5
  class IosSafariScrollBuggyfillDirective {
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { inject, Pipe } from '@angular/core';
3
- import { DATA_ACCESSOR, defaultDataAccessor } from '@ng-atomic/common/pipes/data-accessor';
3
+ import { defaultDataAccessor, DATA_ACCESSOR } from '@ng-atomic/common/pipes/data-accessor';
4
4
 
5
5
  class GroupedByPipe {
6
6
  constructor() {
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, Injectable, Pipe, Optional, Inject } from '@angular/core';
2
+ import { InjectionToken, Optional, Inject, Injectable, Pipe } from '@angular/core';
3
3
  import { sortByTransformer } from '@ng-atomic/common/pipes/sort-by';
4
4
 
5
5
  const PAGINATION_TRANSFORMER = new InjectionToken('[@ng-atomic/pipes] Pagination Transformer');
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, Pipe, Optional, Inject } from '@angular/core';
2
+ import { InjectionToken, Optional, Inject, Pipe } from '@angular/core';
3
3
 
4
4
  const SELECT_ID = new InjectionToken('[@ng-atomic/common] Select Id');
5
5
  const defaultSelectId = (entity) => entity.id;
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { isSignal, signal, Pipe } from '@angular/core';
2
+ import { signal, isSignal, Pipe } from '@angular/core';
3
3
 
4
4
  function signalize(valueOrSignal) {
5
5
  return isSignal(valueOrSignal) ? valueOrSignal : signal(valueOrSignal);
@@ -1,7 +1,7 @@
1
1
  import { isIsoString, toObject } from '@ng-atomic/common/utils';
2
2
  import dayjs from 'dayjs';
3
3
  import { unflatten, flatten } from 'flat';
4
- import { omit, pick } from 'lodash-es';
4
+ import { pick, omit } from 'lodash-es';
5
5
 
6
6
  const isNumeric = (v) => !isNaN(Number(v));
7
7
  const parseQueryString = (v, key) => key.match(/id$/i)
@@ -1,10 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Injectable, inject } from '@angular/core';
3
3
  import { DOMAIN_LANG_MAP } from '@ng-atomic/common/services/language';
4
- import { EXPRESSION_TRANSFORMER, defaultExpressionTransformer, toObject } from '@ng-atomic/common/utils';
4
+ import { defaultExpressionTransformer, EXPRESSION_TRANSFORMER, toObject } from '@ng-atomic/common/utils';
5
5
  import { flattenExcludeDayjs } from '@nx-ddd/core/util/walk-obj';
6
6
  import dayjs from 'dayjs';
7
- import { DATA_ACCESSOR, defaultDataAccessor } from '@ng-atomic/common/pipes/data-accessor';
7
+ import { defaultDataAccessor, DATA_ACCESSOR } from '@ng-atomic/common/pipes/data-accessor';
8
8
 
9
9
  class QueryParserService {
10
10
  parse(query) {
@@ -1,7 +1,7 @@
1
1
  import * as i1 from '@angular/common';
2
2
  import { CommonModule } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { inject, Component, ChangeDetectionStrategy } from '@angular/core';
4
+ import { inject, ChangeDetectionStrategy, Component } from '@angular/core';
5
5
  import { MAT_BOTTOM_SHEET_DATA, MatBottomSheetRef } from '@angular/material/bottom-sheet';
6
6
  import * as i2 from '@angular/material/list';
7
7
  import { MatListModule } from '@angular/material/list';
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { inject, PLATFORM_ID, computed, Injectable, signal, effect, Injector, InjectionToken, isSignal, runInInjectionContext, ElementRef } from '@angular/core';
3
3
  import { toSignal, takeUntilDestroyed } from '@angular/core/rxjs-interop';
4
- import { NavigationStart, Router, ActivatedRoute, PRIMARY_OUTLET } from '@angular/router';
4
+ import { NavigationStart, PRIMARY_OUTLET, Router, ActivatedRoute } from '@angular/router';
5
5
  import { filter, map, startWith, take, shareReplay } from 'rxjs';
6
6
  import { isPlatformBrowser } from '@angular/common';
7
7
  import { RouterService } from '@ng-atomic/common/services/router';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Optional, Inject } from '@angular/core';
2
+ import { Optional, Inject, Injectable } from '@angular/core';
3
3
  import { DOMAIN_LANG_MAP } from '@ng-atomic/common/services/language';
4
4
  import * as i1 from '@ng-atomic/common/services/query-resolver';
5
5
  import { ComponentStore } from '@ngrx/component-store';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-atomic/common",
3
- "version": "v18.13.0-preview-v19e.1",
3
+ "version": "19.0.0-preview.10",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "19.1.2",
@@ -11,14 +11,14 @@
11
11
  "@angular/material": "19.1.2",
12
12
  "@angular/router": "19.1.4",
13
13
  "@ngrx/component-store": "19.0.1",
14
- "@nx-ddd/core": "v18.13.0-preview-v19e.1",
14
+ "@nx-ddd/core": "19.0.0-preview.10",
15
15
  "dayjs": "1.11.13",
16
16
  "flat": "^6.0.0",
17
17
  "lodash-es": "^4.17.15",
18
18
  "papaparse": "^5.4.1",
19
19
  "rxjs": "^7.0.0",
20
- "@ng-atomic/core": "v18.13.0-preview-v19e.1",
21
- "@nx-ddd/common": "v18.13.0-preview-v19e.1",
20
+ "@ng-atomic/core": "19.0.0-preview.10",
21
+ "@nx-ddd/common": "19.0.0-preview.10",
22
22
  "class-validator": "^0.14.0",
23
23
  "ngxtension": "^2.0.0",
24
24
  "ffprobe-wasm": "^0.3.1",