@haloduck/ui 2.0.48 → 2.0.49

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.
Binary file
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
+ import * as i0 from '@angular/core';
2
+ import { InjectionToken, OnInit, EventEmitter, AfterViewInit, OnChanges, ElementRef, SimpleChanges, OnDestroy, Type, Renderer2, Injector, TemplateRef } from '@angular/core';
1
3
  import { HttpClient } from '@angular/common/http';
2
4
  import { FormGroup, FormBuilder, ControlValueAccessor } from '@angular/forms';
3
- import * as i0 from '@angular/core';
4
- import { OnInit, EventEmitter, AfterViewInit, OnChanges, ElementRef, SimpleChanges, OnDestroy, Type, Renderer2, Injector, TemplateRef } from '@angular/core';
5
5
  import * as rxjs from 'rxjs';
6
6
  import { Observable, Subject } from 'rxjs';
7
7
  import { LngLat, MenuItemEx, SearchParams, TableRowProperty } from '@haloduck/core';
@@ -21,10 +21,16 @@ interface SocialLoginProvider {
21
21
  [key: string]: string;
22
22
  };
23
23
  }
24
+ declare const SOCIAL_LOGIN_PROVIDERS: InjectionToken<SocialLoginProvider[]>;
25
+ declare function provideSocialLoginProviders(providers: SocialLoginProvider[]): {
26
+ provide: InjectionToken<SocialLoginProvider[]>;
27
+ useValue: SocialLoginProvider[];
28
+ };
24
29
  declare class AuthenticateComponent {
25
30
  private fb;
26
31
  private http;
27
32
  private notificationService;
33
+ private injectedSocialProviders;
28
34
  metaData?: any;
29
35
  socialLoginProviders: SocialLoginProvider[];
30
36
  showSocialLogin: boolean;
@@ -920,5 +926,5 @@ declare const provideHaloduckTransloco: () => {
920
926
  multi: boolean;
921
927
  }[];
922
928
 
923
- export { AuthenticateCallbackComponent, AuthenticateComponent, AutoLoadDirective, BreadcrumbComponent, ButtonComponent, CalendarComponent, ConfirmDialogService, CopyButtonComponent, DatePickerComponent, DateRangeComponent, DialogService, DrawCanvasComponent, ERROR_NOT_ACCEPTABLE_FILE_TYPE, ERROR_OVER_COUNT, ERROR_OVER_SIZE, ERROR_UPLOAD, FileUploaderComponent, FlipComponent, GroupedDirective, ImageUploaderComponent, ImageViewerComponent, InputComponent, LanguageSelectorComponent, MapToAddressComponent, NotificationComponent, NotificationService, PictureNameComponent, SelectComponent, SelectDropdownComponent, SideMenuComponent, SideMenuItemComponent, StlViewerComponent, TableComponent, TableSettingComponent, TableSettingService, TabsComponent, TagInputComponent, TagViewerComponent, ToggleComponent, dateToString, google, provideHaloduckTransloco };
929
+ export { AuthenticateCallbackComponent, AuthenticateComponent, AutoLoadDirective, BreadcrumbComponent, ButtonComponent, CalendarComponent, ConfirmDialogService, CopyButtonComponent, DatePickerComponent, DateRangeComponent, DialogService, DrawCanvasComponent, ERROR_NOT_ACCEPTABLE_FILE_TYPE, ERROR_OVER_COUNT, ERROR_OVER_SIZE, ERROR_UPLOAD, FileUploaderComponent, FlipComponent, GroupedDirective, ImageUploaderComponent, ImageViewerComponent, InputComponent, LanguageSelectorComponent, MapToAddressComponent, NotificationComponent, NotificationService, PictureNameComponent, SOCIAL_LOGIN_PROVIDERS, SelectComponent, SelectDropdownComponent, SideMenuComponent, SideMenuItemComponent, StlViewerComponent, TableComponent, TableSettingComponent, TableSettingService, TabsComponent, TagInputComponent, TagViewerComponent, ToggleComponent, dateToString, google, provideHaloduckTransloco, provideSocialLoginProviders };
924
930
  export type { ButtonVariant, CalendarDate, DateRange, DateRangeDropdown, FileEx, GroupedConfig, Location, Notification, NotificationType, Option, ProcessCognitoUserResponse, SocialLoginProvider, TabItem, TableColumn, TableRow, TableSettings };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.48",
3
+ "version": "2.0.49",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",
Binary file