@ng-atomic/common 17.14.0 → 18.1.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.
Files changed (155) hide show
  1. package/esm2022/directives/fallback-src/fallback-src.directive.mjs +3 -3
  2. package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +3 -3
  3. package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +4 -4
  4. package/esm2022/interceptors/authorization/authorization.interceptor.mjs +3 -3
  5. package/esm2022/interceptors/interceptors.module.mjs +4 -4
  6. package/esm2022/interceptors/throttle/throttle.interceptor.mjs +7 -7
  7. package/esm2022/interceptors/token/authorization.interceptor.mjs +3 -3
  8. package/esm2022/pipes/actions/actions.pipe.mjs +3 -3
  9. package/esm2022/pipes/auto-columns/auto-columns.pipe.mjs +3 -3
  10. package/esm2022/pipes/columns/columns.pipe.mjs +3 -3
  11. package/esm2022/pipes/data-accessor/data-accessor.pipe.mjs +3 -3
  12. package/esm2022/pipes/domain/domain.pipe.mjs +3 -3
  13. package/esm2022/pipes/error/error.pipe.mjs +4 -4
  14. package/esm2022/pipes/grouped-by/grouped-by.pipe.mjs +3 -3
  15. package/esm2022/pipes/index/index.pipe.mjs +3 -3
  16. package/esm2022/pipes/index-length/index-length.pipe.mjs +3 -3
  17. package/esm2022/pipes/keys/keys.pipe.mjs +3 -3
  18. package/esm2022/pipes/map/map.pipe.mjs +3 -3
  19. package/esm2022/pipes/page/page.pipe.mjs +3 -3
  20. package/esm2022/pipes/pagination/pagination.pipe.mjs +4 -4
  21. package/esm2022/pipes/query/query.pipe.mjs +4 -4
  22. package/esm2022/pipes/resolve-columns/resolve-columns.pipe.mjs +4 -4
  23. package/esm2022/pipes/secret/secret.pipe.mjs +3 -3
  24. package/esm2022/pipes/select-id/select-id.pipe.mjs +3 -3
  25. package/esm2022/pipes/signal/signal.pipe.mjs +4 -6
  26. package/esm2022/pipes/smart-exp/smart-exp.module.mjs +4 -4
  27. package/esm2022/pipes/smart-exp/smart-exp.pipe.mjs +3 -3
  28. package/esm2022/pipes/smart-field/smart-field.pipe.mjs +3 -3
  29. package/esm2022/pipes/sort/sort.pipe.mjs +3 -3
  30. package/esm2022/pipes/sort-by/sort-by.pipe.mjs +3 -3
  31. package/esm2022/pipes/yen/yen.pipe.mjs +3 -3
  32. package/esm2022/services/app/app.service.mjs +3 -3
  33. package/esm2022/services/auth/auth.service.mjs +3 -3
  34. package/esm2022/services/breakpoint/breakpoint.service.mjs +3 -3
  35. package/esm2022/services/chips-manager/chips.manager.mjs +3 -3
  36. package/esm2022/services/csv/csv.service.mjs +4 -4
  37. package/esm2022/services/fab/fab.service.mjs +4 -4
  38. package/esm2022/services/form/_index/index.service.mjs +3 -3
  39. package/esm2022/services/form/columns/columns.service.mjs +5 -5
  40. package/esm2022/services/form/pagination/pagination.service.mjs +3 -3
  41. package/esm2022/services/form/sort/sort.service.mjs +4 -4
  42. package/esm2022/services/initializer/initializer.service.mjs +4 -4
  43. package/esm2022/services/loading/loading.service.mjs +7 -7
  44. package/esm2022/services/navigation-history/navigation-history.service.mjs +4 -4
  45. package/esm2022/services/query-resolver/query-resolver.service.mjs +7 -7
  46. package/esm2022/services/root-property/root-property.service.mjs +10 -10
  47. package/esm2022/services/router/router.service.mjs +3 -3
  48. package/esm2022/services/secret/secret.service.mjs +3 -3
  49. package/esm2022/services/side-app/side-app.service.mjs +3 -3
  50. package/esm2022/services/side-nav-mode/side-nav-mode.service.mjs +3 -3
  51. package/esm2022/services/snack-bar/snack-bar.module.mjs +4 -4
  52. package/esm2022/services/snack-bar/snack-bar.service.mjs +3 -3
  53. package/esm2022/services/ui/ui.helpers.mjs +1 -2
  54. package/esm2022/services/ui/ui.service.mjs +3 -3
  55. package/esm2022/stores/entities/di.mjs +1 -1
  56. package/esm2022/stores/entities/entity-store-manager.mjs +4 -4
  57. package/esm2022/stores/entities/entity-store.mjs +1 -1
  58. package/esm2022/stores/entities/proxy-id.service.mjs +3 -3
  59. package/esm2022/stores/entities/task-composer.mjs +4 -4
  60. package/esm2022/stores/entity/entity.store.mjs +1 -1
  61. package/esm2022/stores/pagination/pagination.store.mjs +6 -6
  62. package/esm2022/stores/query/query.store.mjs +3 -3
  63. package/esm2022/stores/selection/selection.store.mjs +3 -3
  64. package/esm2022/stores/sort/sort.store.mjs +3 -3
  65. package/esm2022/utils/comma/comma.mjs +1 -1
  66. package/esm2022/utils/get/get.mjs +1 -2
  67. package/esm2022/utils/index.mjs +2 -1
  68. package/esm2022/utils/inject/inject.mjs +4 -4
  69. package/esm2022/utils/mat-dayjs-date/dayjs-date.adapter.mjs +1 -1
  70. package/esm2022/utils/mat-dayjs-date/dayjs-date.module.mjs +4 -4
  71. package/esm2022/utils/router/router.mjs +1 -1
  72. package/esm2022/utils/smart-exp-transformer/smart-exp-transformer.mjs +1 -1
  73. package/fesm2022/ng-atomic-common-directives-fallback-src.mjs +3 -3
  74. package/fesm2022/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +7 -7
  75. package/fesm2022/ng-atomic-common-interceptors-authorization.mjs +3 -3
  76. package/fesm2022/ng-atomic-common-interceptors-throttle.mjs +6 -6
  77. package/fesm2022/ng-atomic-common-interceptors-throttle.mjs.map +1 -1
  78. package/fesm2022/ng-atomic-common-interceptors-token.mjs +3 -3
  79. package/fesm2022/ng-atomic-common-interceptors.mjs +4 -4
  80. package/fesm2022/ng-atomic-common-pipes-actions.mjs +3 -3
  81. package/fesm2022/ng-atomic-common-pipes-auto-columns.mjs +3 -3
  82. package/fesm2022/ng-atomic-common-pipes-columns.mjs +3 -3
  83. package/fesm2022/ng-atomic-common-pipes-data-accessor.mjs +3 -3
  84. package/fesm2022/ng-atomic-common-pipes-domain.mjs +3 -3
  85. package/fesm2022/ng-atomic-common-pipes-error.mjs +3 -3
  86. package/fesm2022/ng-atomic-common-pipes-error.mjs.map +1 -1
  87. package/fesm2022/ng-atomic-common-pipes-grouped-by.mjs +3 -3
  88. package/fesm2022/ng-atomic-common-pipes-index-length.mjs +3 -3
  89. package/fesm2022/ng-atomic-common-pipes-index.mjs +3 -3
  90. package/fesm2022/ng-atomic-common-pipes-keys.mjs +3 -3
  91. package/fesm2022/ng-atomic-common-pipes-map.mjs +3 -3
  92. package/fesm2022/ng-atomic-common-pipes-page.mjs +3 -3
  93. package/fesm2022/ng-atomic-common-pipes-pagination.mjs +4 -4
  94. package/fesm2022/ng-atomic-common-pipes-query.mjs +4 -4
  95. package/fesm2022/ng-atomic-common-pipes-resolve-columns.mjs +3 -3
  96. package/fesm2022/ng-atomic-common-pipes-resolve-columns.mjs.map +1 -1
  97. package/fesm2022/ng-atomic-common-pipes-secret.mjs +3 -3
  98. package/fesm2022/ng-atomic-common-pipes-select-id.mjs +3 -3
  99. package/fesm2022/ng-atomic-common-pipes-signal.mjs +3 -5
  100. package/fesm2022/ng-atomic-common-pipes-signal.mjs.map +1 -1
  101. package/fesm2022/ng-atomic-common-pipes-smart-exp.mjs +7 -7
  102. package/fesm2022/ng-atomic-common-pipes-smart-field.mjs +3 -3
  103. package/fesm2022/ng-atomic-common-pipes-sort-by.mjs +3 -3
  104. package/fesm2022/ng-atomic-common-pipes-sort.mjs +3 -3
  105. package/fesm2022/ng-atomic-common-pipes-yen.mjs +3 -3
  106. package/fesm2022/ng-atomic-common-services-app.mjs +3 -3
  107. package/fesm2022/ng-atomic-common-services-auth.mjs +3 -3
  108. package/fesm2022/ng-atomic-common-services-breakpoint.mjs +3 -3
  109. package/fesm2022/ng-atomic-common-services-chips-manager.mjs +3 -3
  110. package/fesm2022/ng-atomic-common-services-csv.mjs +3 -3
  111. package/fesm2022/ng-atomic-common-services-csv.mjs.map +1 -1
  112. package/fesm2022/ng-atomic-common-services-fab.mjs +3 -3
  113. package/fesm2022/ng-atomic-common-services-fab.mjs.map +1 -1
  114. package/fesm2022/ng-atomic-common-services-form-_index.mjs +3 -3
  115. package/fesm2022/ng-atomic-common-services-form-columns.mjs +4 -4
  116. package/fesm2022/ng-atomic-common-services-form-columns.mjs.map +1 -1
  117. package/fesm2022/ng-atomic-common-services-form-pagination.mjs +3 -3
  118. package/fesm2022/ng-atomic-common-services-form-sort.mjs +3 -3
  119. package/fesm2022/ng-atomic-common-services-form-sort.mjs.map +1 -1
  120. package/fesm2022/ng-atomic-common-services-initializer.mjs +3 -3
  121. package/fesm2022/ng-atomic-common-services-initializer.mjs.map +1 -1
  122. package/fesm2022/ng-atomic-common-services-loading.mjs +6 -6
  123. package/fesm2022/ng-atomic-common-services-loading.mjs.map +1 -1
  124. package/fesm2022/ng-atomic-common-services-navigation-history.mjs +3 -3
  125. package/fesm2022/ng-atomic-common-services-navigation-history.mjs.map +1 -1
  126. package/fesm2022/ng-atomic-common-services-query-resolver.mjs +6 -6
  127. package/fesm2022/ng-atomic-common-services-query-resolver.mjs.map +1 -1
  128. package/fesm2022/ng-atomic-common-services-root-property.mjs +9 -9
  129. package/fesm2022/ng-atomic-common-services-root-property.mjs.map +1 -1
  130. package/fesm2022/ng-atomic-common-services-router.mjs +3 -3
  131. package/fesm2022/ng-atomic-common-services-secret.mjs +3 -3
  132. package/fesm2022/ng-atomic-common-services-side-app.mjs +3 -3
  133. package/fesm2022/ng-atomic-common-services-side-nav-mode.mjs +3 -3
  134. package/fesm2022/ng-atomic-common-services-snack-bar.mjs +7 -7
  135. package/fesm2022/ng-atomic-common-services-ui.mjs +3 -4
  136. package/fesm2022/ng-atomic-common-services-ui.mjs.map +1 -1
  137. package/fesm2022/ng-atomic-common-stores-entities.mjs +9 -9
  138. package/fesm2022/ng-atomic-common-stores-entities.mjs.map +1 -1
  139. package/fesm2022/ng-atomic-common-stores-entity.mjs.map +1 -1
  140. package/fesm2022/ng-atomic-common-stores-pagination.mjs +6 -6
  141. package/fesm2022/ng-atomic-common-stores-pagination.mjs.map +1 -1
  142. package/fesm2022/ng-atomic-common-stores-query.mjs +3 -3
  143. package/fesm2022/ng-atomic-common-stores-selection.mjs +3 -3
  144. package/fesm2022/ng-atomic-common-stores-sort.mjs +3 -3
  145. package/fesm2022/ng-atomic-common-utils.mjs +28 -9
  146. package/fesm2022/ng-atomic-common-utils.mjs.map +1 -1
  147. package/package.json +11 -18
  148. package/pipes/index/index.pipe.d.ts +1 -1
  149. package/pipes/index-length/index-length.pipe.d.ts +1 -1
  150. package/services/ui/ui.helpers.d.ts +2 -2
  151. package/stores/pagination/pagination.store.d.ts +1 -1
  152. package/utils/index.d.ts +1 -0
  153. package/esm2022/utils/page/ng-atomic-common-utils-page.mjs +0 -5
  154. package/fesm2022/ng-atomic-common-utils-page.mjs +0 -26
  155. package/fesm2022/ng-atomic-common-utils-page.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-common-interceptors-throttle.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/interceptors/throttle/throttle.interceptor.ts","../../../../../packages/@ng-atomic/common/src/lib/interceptors/throttle/ng-atomic-common-interceptors-throttle.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';\nimport { Observable, ReplaySubject, Subject, throwError } from 'rxjs';\nimport { catchError, finalize, tap} from 'rxjs/operators';\n\n\n@Injectable({\n providedIn: 'root'\n})\nclass IcedCacheService {\n cache = {};\n\n has(key: string): boolean {\n return !!this.cache?.[key];\n }\n\n get(key: string): Subject<HttpEvent<unknown>> {\n return this.cache[key];\n }\n\n set(key: string, value: Subject<HttpEvent<unknown>>): void {\n this.cache[key] = value;\n this.removeAfter(key, 10 * 1000);\n }\n\n removeAfter(key: string, ms: number = 1000) {\n setTimeout(() => this.remove(key), ms);\n }\n\n remove(key: string) {\n delete this.cache?.[key];\n }\n}\n\n@Injectable()\nexport class ThrottleInterceptor implements HttpInterceptor {\n\n constructor(private cache: IcedCacheService) { }\n\n intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>> {\n if (!this.test(req)) return next.handle(req);\n\n const key = this.buildKey(req);\n\n if (!this.cache.has(key)) {\n const subject = new ReplaySubject<HttpEvent<unknown>>(1);\n next.handle(req).pipe(\n tap(event => subject.next(event)),\n catchError((error) => (subject.error(error), throwError(error))),\n finalize(() => subject.complete()),\n ).subscribe(() => {});\n this.cache.set(key, subject);\n }\n\n return this.cache.get(key);\n }\n\n protected test(req: HttpRequest<unknown>): boolean {\n if (req.method !== 'GET') return false;\n return req.url.startsWith('/api');\n }\n\n private buildKey(req: HttpRequest<unknown>): string {\n return `${req.url}`;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-common-interceptors-throttle.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/interceptors/throttle/throttle.interceptor.ts","../../../../../packages/@ng-atomic/common/src/lib/interceptors/throttle/ng-atomic-common-interceptors-throttle.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';\nimport { Observable, ReplaySubject, Subject, throwError } from 'rxjs';\nimport { catchError, finalize, tap} from 'rxjs/operators';\n\n\n@Injectable({\n providedIn: 'root'\n})\nclass IcedCacheService {\n cache = {};\n\n has(key: string): boolean {\n return !!this.cache?.[key];\n }\n\n get(key: string): Subject<HttpEvent<unknown>> {\n return this.cache[key];\n }\n\n set(key: string, value: Subject<HttpEvent<unknown>>): void {\n this.cache[key] = value;\n this.removeAfter(key, 10 * 1000);\n }\n\n removeAfter(key: string, ms = 1000) {\n setTimeout(() => this.remove(key), ms);\n }\n\n remove(key: string) {\n delete this.cache?.[key];\n }\n}\n\n@Injectable()\nexport class ThrottleInterceptor implements HttpInterceptor {\n\n constructor(private cache: IcedCacheService) { }\n\n intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>> {\n if (!this.test(req)) return next.handle(req);\n\n const key = this.buildKey(req);\n\n if (!this.cache.has(key)) {\n const subject = new ReplaySubject<HttpEvent<unknown>>(1);\n next.handle(req).pipe(\n tap(event => subject.next(event)),\n catchError((error) => (subject.error(error), throwError(error))),\n finalize(() => subject.complete()),\n ).subscribe(() => {});\n this.cache.set(key, subject);\n }\n\n return this.cache.get(key);\n }\n\n protected test(req: HttpRequest<unknown>): boolean {\n if (req.method !== 'GET') return false;\n return req.url.startsWith('/api');\n }\n\n private buildKey(req: HttpRequest<unknown>): string {\n return `${req.url}`;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -18,10 +18,10 @@ class AuthorizationInterceptor {
18
18
  getRequestWithToken(req, token) {
19
19
  return req.clone({ setHeaders: { Authorization: token } });
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AuthorizationInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
22
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AuthorizationInterceptor }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AuthorizationInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
22
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AuthorizationInterceptor }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AuthorizationInterceptor, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AuthorizationInterceptor, decorators: [{
25
25
  type: Injectable
26
26
  }] });
27
27
 
@@ -8,9 +8,9 @@ import { AuthService } from '@ng-atomic/common/services/auth';
8
8
  import { switchMap, of, map } from 'rxjs';
9
9
 
10
10
  class InterceptorsModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: InterceptorsModule, imports: [CommonModule] }); }
13
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: InterceptorsModule, providers: [
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: InterceptorsModule, imports: [CommonModule] }); }
13
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: InterceptorsModule, providers: [
14
14
  {
15
15
  provide: HTTP_INTERCEPTORS,
16
16
  useClass: AuthorizationInterceptor,
@@ -24,7 +24,7 @@ class InterceptorsModule {
24
24
  provideAuthorization()
25
25
  ], imports: [CommonModule] }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: InterceptorsModule, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: InterceptorsModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  declarations: [],
@@ -6,10 +6,10 @@ class ActionsPipe {
6
6
  transform(value, ...args) {
7
7
  return resolveActions(value, ...args);
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ActionsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: ActionsPipe, isStandalone: true, name: "resolveActions" }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ActionsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: ActionsPipe, isStandalone: true, name: "resolveActions" }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ActionsPipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ActionsPipe, decorators: [{
13
13
  type: Pipe,
14
14
  args: [{
15
15
  standalone: true,
@@ -11,10 +11,10 @@ class AutoColumnsPipe {
11
11
  });
12
12
  return [...keys, '__actions'];
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AutoColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
15
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: AutoColumnsPipe, isStandalone: true, name: "autoColumns" }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AutoColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
15
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: AutoColumnsPipe, isStandalone: true, name: "autoColumns" }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AutoColumnsPipe, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AutoColumnsPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{ name: 'autoColumns', standalone: true, pure: true }]
20
20
  }] });
@@ -8,10 +8,10 @@ class ColumnsPipe {
8
8
  name: ['checkbox', 'actions'].includes(column.type) ? `${column.name}_${i}` : column.name,
9
9
  }));
10
10
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
12
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: ColumnsPipe, isStandalone: true, name: "columns" }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
12
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: ColumnsPipe, isStandalone: true, name: "columns" }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ColumnsPipe, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ColumnsPipe, decorators: [{
15
15
  type: Pipe,
16
16
  args: [{ name: 'columns', standalone: true, pure: true }]
17
17
  }] });
@@ -17,10 +17,10 @@ class DataAccessorPipe {
17
17
  transform(data, key) {
18
18
  return this.dataAccessor(data, key);
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DataAccessorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: DataAccessorPipe, isStandalone: true, name: "dataAccessor" }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DataAccessorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: DataAccessorPipe, isStandalone: true, name: "dataAccessor" }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DataAccessorPipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DataAccessorPipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{
26
26
  name: 'dataAccessor',
@@ -14,10 +14,10 @@ class DomainPipe {
14
14
  transform(input, map = this.map) {
15
15
  return map[input] ?? input;
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DomainPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: DomainPipe, isStandalone: true, name: "domain" }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DomainPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: DomainPipe, isStandalone: true, name: "domain" }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DomainPipe, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DomainPipe, decorators: [{
21
21
  type: Pipe,
22
22
  args: [{ standalone: true, name: 'domain', pure: true }]
23
23
  }] });
@@ -34,10 +34,10 @@ class ErrorPipe {
34
34
  console.debug('error:', error?.length);
35
35
  return error;
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ErrorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
38
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: ErrorPipe, isStandalone: true, name: "error" }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ErrorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
38
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: ErrorPipe, isStandalone: true, name: "error" }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ErrorPipe, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ErrorPipe, decorators: [{
41
41
  type: Pipe,
42
42
  args: [{
43
43
  standalone: true,
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-common-pipes-error.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/pipes/error/error.pipe.ts","../../../../../packages/@ng-atomic/common/src/lib/pipes/error/ng-atomic-common-pipes-error.ts"],"sourcesContent":["import { InjectionToken, Pipe, inject, PipeTransform } from \"@angular/core\";\nimport { ValidationErrors } from \"@angular/forms\";\n\nexport type ErrorMessageResolver = (errors: ValidationErrors) => string;\nexport const ERROR_MESSAGE_RESOLVER = new InjectionToken<ErrorMessageResolver>('[@ng-atomic/common] Error message resolver');\n\nexport const defaultErrorMessageResolver: ErrorMessageResolver = (errors: ValidationErrors): string => {\n console.debug('errors:', errors);\n\n if (!errors) return '';\n const value = Object.entries(errors)[0][0];\n switch (value) {\n case 'required':\n return '必須項目です';\n case 'minLength':\n return `最低${errors[value].requiredLength}文字以上で入力してください`;\n case 'maxLength':\n return `最大${errors[value].requiredLength}文字以下で入力してください`;\n case 'email':\n return 'メールアドレスの形式で入力してください';\n case 'pattern':\n return '半角英数字で入力してください';\n default:\n return '値を確認してください';\n }\n};\n\nexport function provideErrorMessageResolver(resolver: ErrorMessageResolver) {\n return {provide: ERROR_MESSAGE_RESOLVER, useValue: resolver};\n}\n\n@Pipe({\n standalone: true,\n name: 'error',\n pure: true,\n})\nexport class ErrorPipe implements PipeTransform {\n protected resolver = inject(ERROR_MESSAGE_RESOLVER, {optional: true}) ?? defaultErrorMessageResolver;\n\n transform(errors: ValidationErrors): string {\n const error = this.resolver(errors);\n console.debug('error:', error?.length);\n return error;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAIa,sBAAsB,GAAG,IAAI,cAAc,CAAuB,4CAA4C,EAAE;AAEhH,MAAA,2BAA2B,GAAyB,CAAC,MAAwB,KAAY;AACpG,IAAA,OAAO,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;AAEjC,IAAA,IAAI,CAAC,MAAM;AAAE,QAAA,OAAO,EAAE,CAAC;AACvB,IAAA,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC3C,IAAA,QAAQ,KAAK;AACX,QAAA,KAAK,UAAU;AACb,YAAA,OAAO,QAAQ,CAAC;AAClB,QAAA,KAAK,WAAW;YACd,OAAO,CAAA,EAAA,EAAK,MAAM,CAAC,KAAK,CAAC,CAAC,cAAc,eAAe,CAAC;AAC1D,QAAA,KAAK,WAAW;YACd,OAAO,CAAA,EAAA,EAAK,MAAM,CAAC,KAAK,CAAC,CAAC,cAAc,eAAe,CAAC;AAC1D,QAAA,KAAK,OAAO;AACV,YAAA,OAAO,qBAAqB,CAAC;AAC/B,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,gBAAgB,CAAC;AAC1B,QAAA;AACE,YAAA,OAAO,YAAY,CAAC;AACvB,KAAA;AACH,EAAE;AAEI,SAAU,2BAA2B,CAAC,QAA8B,EAAA;IACxE,OAAO,EAAC,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,QAAQ,EAAC,CAAC;AAC/D,CAAC;MAOY,SAAS,CAAA;AALtB,IAAA,WAAA,GAAA;AAMY,QAAA,IAAA,CAAA,QAAQ,GAAG,MAAM,CAAC,sBAAsB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,IAAI,2BAA2B,CAAC;AAOtG,KAAA;AALC,IAAA,SAAS,CAAC,MAAwB,EAAA;QAChC,MAAM,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACpC,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;AACvC,QAAA,OAAO,KAAK,CAAC;KACd;8GAPU,SAAS,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAT,SAAS,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,OAAA,EAAA,CAAA,CAAA,EAAA;;2FAAT,SAAS,EAAA,UAAA,EAAA,CAAA;kBALrB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,IAAI,EAAE,OAAO;AACb,oBAAA,IAAI,EAAE,IAAI;AACX,iBAAA,CAAA;;;ACnCD;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-common-pipes-error.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/pipes/error/error.pipe.ts","../../../../../packages/@ng-atomic/common/src/lib/pipes/error/ng-atomic-common-pipes-error.ts"],"sourcesContent":["import { InjectionToken, Pipe, inject, PipeTransform } from \"@angular/core\";\nimport { ValidationErrors } from \"@angular/forms\";\n\nexport type ErrorMessageResolver = (errors: ValidationErrors) => string;\nexport const ERROR_MESSAGE_RESOLVER = new InjectionToken<ErrorMessageResolver>('[@ng-atomic/common] Error message resolver');\n\nexport const defaultErrorMessageResolver: ErrorMessageResolver = (errors: ValidationErrors): string => {\n console.debug('errors:', errors);\n\n if (!errors) return '';\n const value = Object.entries(errors)[0][0];\n switch (value) {\n case 'required':\n return '必須項目です';\n case 'minLength':\n return `最低${errors[value].requiredLength}文字以上で入力してください`;\n case 'maxLength':\n return `最大${errors[value].requiredLength}文字以下で入力してください`;\n case 'email':\n return 'メールアドレスの形式で入力してください';\n case 'pattern':\n return '半角英数字で入力してください';\n default:\n return '値を確認してください';\n }\n};\n\nexport function provideErrorMessageResolver(resolver: ErrorMessageResolver) {\n return {provide: ERROR_MESSAGE_RESOLVER, useValue: resolver};\n}\n\n@Pipe({\n standalone: true,\n name: 'error',\n pure: true,\n})\nexport class ErrorPipe implements PipeTransform {\n protected resolver = inject(ERROR_MESSAGE_RESOLVER, {optional: true}) ?? defaultErrorMessageResolver;\n\n transform(errors: ValidationErrors): string {\n const error = this.resolver(errors);\n console.debug('error:', error?.length);\n return error;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAIa,sBAAsB,GAAG,IAAI,cAAc,CAAuB,4CAA4C,EAAE;AAEhH,MAAA,2BAA2B,GAAyB,CAAC,MAAwB,KAAY;AACpG,IAAA,OAAO,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;AAEjC,IAAA,IAAI,CAAC,MAAM;AAAE,QAAA,OAAO,EAAE,CAAC;AACvB,IAAA,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC3C,QAAQ,KAAK;AACX,QAAA,KAAK,UAAU;AACb,YAAA,OAAO,QAAQ,CAAC;AAClB,QAAA,KAAK,WAAW;YACd,OAAO,CAAA,EAAA,EAAK,MAAM,CAAC,KAAK,CAAC,CAAC,cAAc,eAAe,CAAC;AAC1D,QAAA,KAAK,WAAW;YACd,OAAO,CAAA,EAAA,EAAK,MAAM,CAAC,KAAK,CAAC,CAAC,cAAc,eAAe,CAAC;AAC1D,QAAA,KAAK,OAAO;AACV,YAAA,OAAO,qBAAqB,CAAC;AAC/B,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,gBAAgB,CAAC;AAC1B,QAAA;AACE,YAAA,OAAO,YAAY,CAAC;KACvB;AACH,EAAE;AAEI,SAAU,2BAA2B,CAAC,QAA8B,EAAA;IACxE,OAAO,EAAC,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,QAAQ,EAAC,CAAC;AAC/D,CAAC;MAOY,SAAS,CAAA;AALtB,IAAA,WAAA,GAAA;AAMY,QAAA,IAAA,CAAA,QAAQ,GAAG,MAAM,CAAC,sBAAsB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,IAAI,2BAA2B,CAAC;AAOtG,KAAA;AALC,IAAA,SAAS,CAAC,MAAwB,EAAA;QAChC,MAAM,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACpC,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;AACvC,QAAA,OAAO,KAAK,CAAC;KACd;8GAPU,SAAS,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAT,SAAS,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,OAAA,EAAA,CAAA,CAAA,EAAA;;2FAAT,SAAS,EAAA,UAAA,EAAA,CAAA;kBALrB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,IAAI,EAAE,OAAO;AACb,oBAAA,IAAI,EAAE,IAAI;AACX,iBAAA,CAAA;;;ACnCD;;AAEG;;;;"}
@@ -16,10 +16,10 @@ class GroupedByPipe {
16
16
  return acc;
17
17
  }, {});
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: GroupedByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: GroupedByPipe, isStandalone: true, name: "groupedBy" }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: GroupedByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: GroupedByPipe, isStandalone: true, name: "groupedBy" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: GroupedByPipe, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: GroupedByPipe, decorators: [{
23
23
  type: Pipe,
24
24
  args: [{
25
25
  name: 'groupedBy',
@@ -13,10 +13,10 @@ class IndexLengthPipe {
13
13
  items = this.sortBy(items, prams?.sort);
14
14
  return items.length;
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: IndexLengthPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
17
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: IndexLengthPipe, isStandalone: true, name: "indexLength" }); }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IndexLengthPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
17
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: IndexLengthPipe, isStandalone: true, name: "indexLength" }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: IndexLengthPipe, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IndexLengthPipe, decorators: [{
20
20
  type: Pipe,
21
21
  args: [{ name: 'indexLength', standalone: true, pure: true }]
22
22
  }] });
@@ -16,10 +16,10 @@ class IndexPipe {
16
16
  items = this.page(items, params?.page);
17
17
  return items;
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: IndexPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: IndexPipe, isStandalone: true, name: "index" }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IndexPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: IndexPipe, isStandalone: true, name: "index" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: IndexPipe, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IndexPipe, decorators: [{
23
23
  type: Pipe,
24
24
  args: [{
25
25
  name: 'index',
@@ -5,10 +5,10 @@ class KeysPipe {
5
5
  transform(obj) {
6
6
  return Object.keys(obj);
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: KeysPipe, isStandalone: true, name: "keys" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: KeysPipe, isStandalone: true, name: "keys" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: KeysPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: KeysPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{
14
14
  name: 'keys',
@@ -8,10 +8,10 @@ class MapPipe {
8
8
  return itemOrItems.map(item => get(item, path));
9
9
  return get(itemOrItems, path);
10
10
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: MapPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
12
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: MapPipe, isStandalone: true, name: "map" }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: MapPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
12
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: MapPipe, isStandalone: true, name: "map" }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: MapPipe, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: MapPipe, decorators: [{
15
15
  type: Pipe,
16
16
  args: [{ name: 'map', standalone: true, pure: true }]
17
17
  }] });
@@ -16,10 +16,10 @@ class PagePipe {
16
16
  transform(items, params = {}) {
17
17
  return this.transformer(items, params);
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: PagePipe, isStandalone: true, name: "page" }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: PagePipe, isStandalone: true, name: "page" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PagePipe, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PagePipe, decorators: [{
23
23
  type: Pipe,
24
24
  args: [{ name: 'page', standalone: true, pure: true }]
25
25
  }] });
@@ -14,11 +14,11 @@ class PaginationPipe {
14
14
  transform(items, { sortKey = null, sortOrder = 'asc', start = 0, end = 0 } = {}) {
15
15
  return this.transformer(items, { key: sortKey, order: sortOrder, start, end });
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PaginationPipe, deps: [{ token: PAGINATION_TRANSFORMER, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
18
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: PaginationPipe, isStandalone: true, name: "pagination" }); }
19
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PaginationPipe, providedIn: 'root' }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PaginationPipe, deps: [{ token: PAGINATION_TRANSFORMER, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
18
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: PaginationPipe, isStandalone: true, name: "pagination" }); }
19
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PaginationPipe, providedIn: 'root' }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PaginationPipe, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PaginationPipe, decorators: [{
22
22
  type: Injectable,
23
23
  args: [{ providedIn: 'root' }]
24
24
  }, {
@@ -16,11 +16,11 @@ class QueryPipe {
16
16
  transform(items, query) {
17
17
  return this.transformer(items, query);
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: QueryPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: QueryPipe, isStandalone: true, name: "query" }); }
21
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: QueryPipe, providedIn: 'any' }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: QueryPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: QueryPipe, isStandalone: true, name: "query" }); }
21
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: QueryPipe, providedIn: 'any' }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: QueryPipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: QueryPipe, decorators: [{
24
24
  type: Injectable,
25
25
  args: [{ providedIn: 'any' }]
26
26
  }, {
@@ -15,10 +15,10 @@ class ResolveColumnsPipe {
15
15
  });
16
16
  return data;
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ResolveColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
19
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: ResolveColumnsPipe, isStandalone: true, name: "resolveColumns" }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ResolveColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
19
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: ResolveColumnsPipe, isStandalone: true, name: "resolveColumns" }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ResolveColumnsPipe, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ResolveColumnsPipe, decorators: [{
22
22
  type: Pipe,
23
23
  args: [{ name: 'resolveColumns', standalone: true, pure: true }]
24
24
  }] });
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-common-pipes-resolve-columns.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/pipes/resolve-columns/resolve-columns.pipe.ts","../../../../../packages/@ng-atomic/common/src/lib/pipes/resolve-columns/ng-atomic-common-pipes-resolve-columns.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({name: 'resolveColumns', standalone: true, pure: true})\nexport class ResolveColumnsPipe implements PipeTransform {\n transform(columns: string[]): {type: 'key' | 'actions' | 'checkbox', name: string, payload?: any}[] {\n const data = columns.map((column, i) => {\n if (typeof column === 'string') {\n if (column === '__checkbox') return {type: 'checkbox', name: `__checkbox_${i}`};\n if (column === '__actions') return {type: 'actions', name: `__actions_${i}`};\n return {type: 'key', name: column};\n }\n return {type: 'actions', name: `__actions_${i}`, payload: column};\n });\n return data as any;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAGa,kBAAkB,CAAA;AAC7B,IAAA,SAAS,CAAC,OAAiB,EAAA;QACzB,MAAM,IAAI,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAI;AACrC,YAAA,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;gBAC9B,IAAI,MAAM,KAAK,YAAY;oBAAE,OAAO,EAAC,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,CAAc,WAAA,EAAA,CAAC,CAAE,CAAA,EAAC,CAAC;gBAChF,IAAI,MAAM,KAAK,WAAW;oBAAE,OAAO,EAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAa,UAAA,EAAA,CAAC,CAAE,CAAA,EAAC,CAAC;gBAC7E,OAAO,EAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAC,CAAC;AACpC,aAAA;AACD,YAAA,OAAO,EAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAa,UAAA,EAAA,CAAC,EAAE,EAAE,OAAO,EAAE,MAAM,EAAC,CAAC;AACpE,SAAC,CAAC,CAAC;AACH,QAAA,OAAO,IAAW,CAAC;KACpB;8GAXU,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAlB,kBAAkB,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,gBAAA,EAAA,CAAA,CAAA,EAAA;;2FAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAD9B,IAAI;mBAAC,EAAC,IAAI,EAAE,gBAAgB,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,CAAA;;;ACF5D;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-common-pipes-resolve-columns.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/pipes/resolve-columns/resolve-columns.pipe.ts","../../../../../packages/@ng-atomic/common/src/lib/pipes/resolve-columns/ng-atomic-common-pipes-resolve-columns.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({name: 'resolveColumns', standalone: true, pure: true})\nexport class ResolveColumnsPipe implements PipeTransform {\n transform(columns: string[]): {type: 'key' | 'actions' | 'checkbox', name: string, payload?: any}[] {\n const data = columns.map((column, i) => {\n if (typeof column === 'string') {\n if (column === '__checkbox') return {type: 'checkbox', name: `__checkbox_${i}`};\n if (column === '__actions') return {type: 'actions', name: `__actions_${i}`};\n return {type: 'key', name: column};\n }\n return {type: 'actions', name: `__actions_${i}`, payload: column};\n });\n return data as any;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAGa,kBAAkB,CAAA;AAC7B,IAAA,SAAS,CAAC,OAAiB,EAAA;QACzB,MAAM,IAAI,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAI;AACrC,YAAA,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;gBAC9B,IAAI,MAAM,KAAK,YAAY;oBAAE,OAAO,EAAC,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,CAAc,WAAA,EAAA,CAAC,CAAE,CAAA,EAAC,CAAC;gBAChF,IAAI,MAAM,KAAK,WAAW;oBAAE,OAAO,EAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAa,UAAA,EAAA,CAAC,CAAE,CAAA,EAAC,CAAC;gBAC7E,OAAO,EAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAC,CAAC;aACpC;AACD,YAAA,OAAO,EAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAa,UAAA,EAAA,CAAC,EAAE,EAAE,OAAO,EAAE,MAAM,EAAC,CAAC;AACpE,SAAC,CAAC,CAAC;AACH,QAAA,OAAO,IAAW,CAAC;KACpB;8GAXU,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAlB,kBAAkB,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,gBAAA,EAAA,CAAA,CAAA,EAAA;;2FAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAD9B,IAAI;mBAAC,EAAC,IAAI,EAAE,gBAAgB,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,CAAA;;;ACF5D;;AAEG;;;;"}
@@ -9,10 +9,10 @@ class SecretPipe {
9
9
  transform(value) {
10
10
  return this.secret.isSecret() ? value.replace(/./g, '*') : value;
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SecretPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
13
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SecretPipe, isStandalone: true, name: "secret" }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SecretPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
13
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SecretPipe, isStandalone: true, name: "secret" }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SecretPipe, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SecretPipe, decorators: [{
16
16
  type: Pipe,
17
17
  args: [{
18
18
  name: 'secret',
@@ -11,10 +11,10 @@ class SelectIdPipe {
11
11
  transform(entity) {
12
12
  return this.selectId(entity);
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectIdPipe, deps: [{ token: SELECT_ID, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
15
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SelectIdPipe, isStandalone: true, name: "selectId" }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SelectIdPipe, deps: [{ token: SELECT_ID, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
15
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SelectIdPipe, isStandalone: true, name: "selectId" }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectIdPipe, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SelectIdPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{
20
20
  name: 'selectId',
@@ -7,7 +7,6 @@ function signalize(valueOrSignal) {
7
7
  function wrapFactory(valueOrSignalFactory) {
8
8
  return (...args) => signalize(valueOrSignalFactory(...args));
9
9
  }
10
- ;
11
10
  function resolveSignal(valueOrSignal) {
12
11
  return isSignal(valueOrSignal) ? valueOrSignal() : valueOrSignal;
13
12
  }
@@ -15,11 +14,10 @@ class SignalPipe {
15
14
  transform(obj) {
16
15
  return resolveSignal(obj);
17
16
  }
18
- ;
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SignalPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SignalPipe, isStandalone: true, name: "signal", pure: false }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SignalPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
18
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SignalPipe, isStandalone: true, name: "signal", pure: false }); }
21
19
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SignalPipe, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SignalPipe, decorators: [{
23
21
  type: Pipe,
24
22
  args: [{ standalone: true, name: 'signal', pure: false }]
25
23
  }] });
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-common-pipes-signal.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/pipes/signal/signal.pipe.ts","../../../../../packages/@ng-atomic/common/src/lib/pipes/signal/ng-atomic-common-pipes-signal.ts"],"sourcesContent":["import { Pipe, Signal, isSignal, signal, PipeTransform } from '@angular/core';\n\nexport type SignalOrValue<T> = T | Signal<T>;\n\nexport function signalize<T = any>(valueOrSignal: T | Signal<T>): Signal<T> {\n return isSignal(valueOrSignal) ? valueOrSignal : signal(valueOrSignal);\n}\n\nexport function wrapFactory<T>(valueOrSignalFactory: (...args: any[]) => T | Signal<T>): () => Signal<T> {\n return (...args: any[]) => signalize(valueOrSignalFactory(...args));\n};\n\nexport function resolveSignal<T>(valueOrSignal: T | Signal<T>): T {\n return isSignal(valueOrSignal) ? valueOrSignal() : valueOrSignal;\n}\n\n@Pipe({standalone: true, name: 'signal', pure: false})\nexport class SignalPipe implements PipeTransform {\n transform<T>(obj: T | Signal<T>): T {\n return resolveSignal(obj);\n };\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;AAIM,SAAU,SAAS,CAAU,aAA4B,EAAA;AAC7D,IAAA,OAAO,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;AACzE,CAAC;AAEK,SAAU,WAAW,CAAI,oBAAuD,EAAA;AACpF,IAAA,OAAO,CAAC,GAAG,IAAW,KAAK,SAAS,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;AACtE,CAAC;AAAA,CAAC;AAEI,SAAU,aAAa,CAAI,aAA4B,EAAA;AAC3D,IAAA,OAAO,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,EAAE,GAAG,aAAa,CAAC;AACnE,CAAC;MAGY,UAAU,CAAA;AACrB,IAAA,SAAS,CAAI,GAAkB,EAAA;AAC7B,QAAA,OAAO,aAAa,CAAC,GAAG,CAAC,CAAC;KAC3B;;8GAHU,UAAU,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAV,UAAU,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,QAAA,EAAA,IAAA,EAAA,KAAA,EAAA,CAAA,CAAA,EAAA;;2FAAV,UAAU,EAAA,UAAA,EAAA,CAAA;kBADtB,IAAI;mBAAC,EAAC,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAC,CAAA;;;AChBrD;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-common-pipes-signal.mjs","sources":["../../../../../packages/@ng-atomic/common/src/lib/pipes/signal/signal.pipe.ts","../../../../../packages/@ng-atomic/common/src/lib/pipes/signal/ng-atomic-common-pipes-signal.ts"],"sourcesContent":["import { Pipe, Signal, isSignal, signal, PipeTransform } from '@angular/core';\n\nexport type SignalOrValue<T> = T | Signal<T>;\n\nexport function signalize<T = any>(valueOrSignal: T | Signal<T>): Signal<T> {\n return isSignal(valueOrSignal) ? valueOrSignal : signal(valueOrSignal);\n}\n\nexport function wrapFactory<T>(valueOrSignalFactory: (...args: any[]) => T | Signal<T>): () => Signal<T> {\n return (...args: any[]) => signalize(valueOrSignalFactory(...args));\n}\n\nexport function resolveSignal<T>(valueOrSignal: T | Signal<T>): T {\n return isSignal(valueOrSignal) ? valueOrSignal() : valueOrSignal;\n}\n\n@Pipe({standalone: true, name: 'signal', pure: false})\nexport class SignalPipe implements PipeTransform {\n transform<T>(obj: T | Signal<T>): T {\n return resolveSignal(obj);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;AAIM,SAAU,SAAS,CAAU,aAA4B,EAAA;AAC7D,IAAA,OAAO,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;AACzE,CAAC;AAEK,SAAU,WAAW,CAAI,oBAAuD,EAAA;AACpF,IAAA,OAAO,CAAC,GAAG,IAAW,KAAK,SAAS,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;AACtE,CAAC;AAEK,SAAU,aAAa,CAAI,aAA4B,EAAA;AAC3D,IAAA,OAAO,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,EAAE,GAAG,aAAa,CAAC;AACnE,CAAC;MAGY,UAAU,CAAA;AACrB,IAAA,SAAS,CAAI,GAAkB,EAAA;AAC7B,QAAA,OAAO,aAAa,CAAC,GAAG,CAAC,CAAC;KAC3B;8GAHU,UAAU,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAV,UAAU,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,QAAA,EAAA,IAAA,EAAA,KAAA,EAAA,CAAA,CAAA,EAAA;;2FAAV,UAAU,EAAA,UAAA,EAAA,CAAA;kBADtB,IAAI;mBAAC,EAAC,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAC,CAAA;;;AChBrD;;AAEG;;;;"}
@@ -10,10 +10,10 @@ class SmartExpPipe {
10
10
  transform(input, key) {
11
11
  return this.transformer(input, key);
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartExpPipe, deps: [{ token: SMART_EXP_TRANSFORMER, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SmartExpPipe, name: "smartExp" }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartExpPipe, deps: [{ token: SMART_EXP_TRANSFORMER, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
14
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SmartExpPipe, name: "smartExp" }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartExpPipe, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartExpPipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{
19
19
  name: 'smartExp',
@@ -27,11 +27,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
27
27
  }] }] });
28
28
 
29
29
  class SmartExpModule {
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartExpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
31
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SmartExpModule, declarations: [SmartExpPipe], exports: [SmartExpPipe] }); }
32
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartExpModule }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartExpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
31
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SmartExpModule, declarations: [SmartExpPipe], exports: [SmartExpPipe] }); }
32
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartExpModule }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartExpModule, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartExpModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  declarations: [SmartExpPipe],
@@ -24,10 +24,10 @@ class SmartFieldPipe {
24
24
  transform(key, map = this.map) {
25
25
  return get(map, key) ?? { type: 'input' };
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartFieldPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
28
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SmartFieldPipe, isStandalone: true, name: "smartField" }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartFieldPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
28
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SmartFieldPipe, isStandalone: true, name: "smartField" }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartFieldPipe, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartFieldPipe, decorators: [{
31
31
  type: Pipe,
32
32
  args: [{ name: 'smartField', standalone: true, pure: true }]
33
33
  }] });
@@ -23,10 +23,10 @@ class SortByPipe {
23
23
  transform(items, params = {}) {
24
24
  return this.transformer(items, params);
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SortByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
27
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SortByPipe, isStandalone: true, name: "sortBy" }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SortByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
27
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SortByPipe, isStandalone: true, name: "sortBy" }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SortByPipe, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SortByPipe, decorators: [{
30
30
  type: Pipe,
31
31
  args: [{ name: 'sortBy', standalone: true, pure: true }]
32
32
  }] });
@@ -5,10 +5,10 @@ class SortPipe {
5
5
  transform(column, sort) {
6
6
  return sort.key === column.name ? sort.order : 'none';
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: SortPipe, isStandalone: true, name: "sort" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: SortPipe, isStandalone: true, name: "sort" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SortPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SortPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{ name: 'sort', standalone: true, pure: true }]
14
14
  }] });
@@ -8,10 +8,10 @@ class YenPipe {
8
8
  return '';
9
9
  return yenTransform(value, _unit);
10
10
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: YenPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
12
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: YenPipe, isStandalone: true, name: "yen" }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: YenPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
12
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: YenPipe, isStandalone: true, name: "yen" }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: YenPipe, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: YenPipe, decorators: [{
15
15
  type: Pipe,
16
16
  args: [{
17
17
  standalone: true,
@@ -21,10 +21,10 @@ class AppService {
21
21
  this.snackBar = inject(SnackBarService);
22
22
  this.clipboard = inject(Clipboard);
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AppService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
25
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AppService, providedIn: 'root' }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AppService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
25
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AppService, providedIn: 'root' }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AppService, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AppService, decorators: [{
28
28
  type: Injectable,
29
29
  args: [{
30
30
  providedIn: 'root'
@@ -34,10 +34,10 @@ class AuthService {
34
34
  signOut() {
35
35
  return signOut(this.#auth);
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
38
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AuthService, providedIn: 'root' }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
38
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AuthService, providedIn: 'root' }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AuthService, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AuthService, decorators: [{
41
41
  type: Injectable,
42
42
  args: [{
43
43
  providedIn: 'root'
@@ -48,10 +48,10 @@ class BreakpointService {
48
48
  return 'web';
49
49
  });
50
50
  }
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: BreakpointService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
52
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: BreakpointService, providedIn: 'root' }); }
51
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: BreakpointService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
52
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: BreakpointService, providedIn: 'root' }); }
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: BreakpointService, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: BreakpointService, decorators: [{
55
55
  type: Injectable,
56
56
  args: [{ providedIn: 'root' }]
57
57
  }] });
@@ -21,10 +21,10 @@ class ChipsManager {
21
21
  get chips() {
22
22
  return this._chips;
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ChipsManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
25
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ChipsManager }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ChipsManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
25
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ChipsManager }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ChipsManager, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ChipsManager, decorators: [{
28
28
  type: Injectable
29
29
  }] });
30
30
 
@@ -14,10 +14,10 @@ class CsvService {
14
14
  element.click();
15
15
  document.body.removeChild(element);
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: CsvService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: CsvService, providedIn: 'root' }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: CsvService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: CsvService, providedIn: 'root' }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: CsvService, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: CsvService, decorators: [{
21
21
  type: Injectable,
22
22
  args: [{
23
23
  providedIn: 'root'