@elderbyte/ngx-starter 21.2.0 → 21.3.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elderbyte/ngx-starter",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.3.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": "^21.0.0 || ^22.0.0",
|
|
6
6
|
"@angular/common": "^21.0.0 || ^22.0.0",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"@ngx-translate/http-loader": "^16.0.1",
|
|
10
10
|
"rxjs": "^7.8.2",
|
|
11
11
|
"@elderbyte/ts-logger": "^0.1.2",
|
|
12
|
-
"@js-joda/core": "^5.
|
|
13
|
-
"@js-joda/timezone": "^2.
|
|
12
|
+
"@js-joda/core": "^5.7.0",
|
|
13
|
+
"@js-joda/timezone": "^2.23.0",
|
|
14
14
|
"@js-temporal/polyfill": "^0.5.1",
|
|
15
15
|
"zone.js": "^0.15.1"
|
|
16
16
|
},
|
|
@@ -4,7 +4,7 @@ import * as i1 from '@angular/common';
|
|
|
4
4
|
import { Location } from '@angular/common';
|
|
5
5
|
import { DomSanitizer, SafeResourceUrl, SafeUrl } from '@angular/platform-browser';
|
|
6
6
|
import { Period, Duration, Temporal, Instant, ZoneId, LocalDate, TemporalAmount, TemporalAccessor, ZonedDateTime, LocalTime } from '@js-joda/core';
|
|
7
|
-
import {
|
|
7
|
+
import { Observable, MonoTypeOperatorFunction, Subject, Unsubscribable, Subscription, BehaviorSubject, OperatorFunction } from 'rxjs';
|
|
8
8
|
import { Temporal as Temporal$1 } from '@js-temporal/polyfill';
|
|
9
9
|
import { HttpParams, HttpClient, HttpErrorResponse, HttpEvent, HttpHeaders, HttpRequest, HttpBackend, HttpInterceptor, HttpHandler } from '@angular/common/http';
|
|
10
10
|
import { DataSource, CollectionViewer } from '@angular/cdk/collections';
|
|
@@ -11567,7 +11567,7 @@ declare class ElderChipLabelDirective {
|
|
|
11567
11567
|
readonly levelColor: i0.InputSignal<ElderLevelColor>;
|
|
11568
11568
|
readonly namedColor: i0.InputSignal<ElderNamedColor>;
|
|
11569
11569
|
readonly themeColor: i0.InputSignal<ThemePalette>;
|
|
11570
|
-
readonly chipSize: i0.InputSignal<"
|
|
11570
|
+
readonly chipSize: i0.InputSignal<"small" | "medium">;
|
|
11571
11571
|
readonly cssClasses: i0.Signal<string>;
|
|
11572
11572
|
readonly sizeClass: i0.Signal<string>;
|
|
11573
11573
|
/***************************************************************************
|