@rolatech/angular-services 20.0.3 → 20.0.4-beta.2
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/index.d.ts
CHANGED
|
@@ -777,6 +777,18 @@ declare class PropertySearchService extends BaseService {
|
|
|
777
777
|
static ɵprov: i0.ɵɵInjectableDeclaration<PropertySearchService>;
|
|
778
778
|
}
|
|
779
779
|
|
|
780
|
+
declare class TimeZoneService {
|
|
781
|
+
platformId: Object;
|
|
782
|
+
isBrowser: boolean;
|
|
783
|
+
http: HttpClient;
|
|
784
|
+
getBrowserTimeZone(): string | null;
|
|
785
|
+
/** minutes east of UTC (e.g. -420 for PDT) */
|
|
786
|
+
getUtcOffsetMinutes(): number | null;
|
|
787
|
+
getTimeZoneFromApi(): Observable<string>;
|
|
788
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeZoneService, never>;
|
|
789
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TimeZoneService>;
|
|
790
|
+
}
|
|
791
|
+
|
|
780
792
|
declare class LoadingInterceptor {
|
|
781
793
|
private loadingService;
|
|
782
794
|
activeRequests: number;
|
|
@@ -806,5 +818,5 @@ declare const SERVICE_DIRECTIVES: Provider[];
|
|
|
806
818
|
|
|
807
819
|
declare function provideAngularServices(): EnvironmentProviders;
|
|
808
820
|
|
|
809
|
-
export { AmenityService, BackButtonDirective, BaseService, BookingService, BreadcrumbService, CartEventType, CartService, CategoryService, ConversationInitService, ConversationService, DialogComponent, DialogService, FacilityService, FeatureService, FulfillmentService, HideFooterDirective, InventoryService, LayoutService, LoadingInterceptor, LoadingService, MediaService, MembershipService, NavigationService, NotificationService, NotificationStore, NotificationTemplateService, OfferingService, OrderPayoutService, OrderService, PaymentService, PostService, ProductCategoryService, ProductService, PropertySearchService, PropertyService, ResourceCategoryService, ResourceService, SERVICE_DIRECTIVES, SidenavService, SnackBarService, SupportService, ThemeService, TitleService, provideAngularServices };
|
|
821
|
+
export { AmenityService, BackButtonDirective, BaseService, BookingService, BreadcrumbService, CartEventType, CartService, CategoryService, ConversationInitService, ConversationService, DialogComponent, DialogService, FacilityService, FeatureService, FulfillmentService, HideFooterDirective, InventoryService, LayoutService, LoadingInterceptor, LoadingService, MediaService, MembershipService, NavigationService, NotificationService, NotificationStore, NotificationTemplateService, OfferingService, OrderPayoutService, OrderService, PaymentService, PostService, ProductCategoryService, ProductService, PropertySearchService, PropertyService, ResourceCategoryService, ResourceService, SERVICE_DIRECTIVES, SidenavService, SnackBarService, SupportService, ThemeService, TimeZoneService, TitleService, provideAngularServices };
|
|
810
822
|
export type { ChatMessage, ConversationInitResponse, DialogData, IDynamicDialogConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-services",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.4-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@rolatech/angular-common": "20.0.
|
|
15
|
+
"@rolatech/angular-common": "20.0.4-beta.2",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|