@aakash58/chatbot 1.0.91 → 1.0.93
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/fesm2022/aakash58-chatbot.mjs +4 -1
- package/fesm2022/aakash58-chatbot.mjs.map +1 -1
- package/index.d.ts +66 -53
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter, Output, Input, Component, ViewChild, HostListener, Directive, signal, Injectable, Inject, inject, InjectionToken, computed, effect, ElementRef, ChangeDetectionStrategy, provideAppInitializer, ContentChildren, APP_INITIALIZER } from '@angular/core';
|
|
3
|
+
export { provideAppInitializer } from '@angular/core';
|
|
3
4
|
import * as i1 from '@angular/common';
|
|
4
5
|
import { CommonModule } from '@angular/common';
|
|
5
6
|
import * as i1$1 from '@angular/material/icon';
|
|
@@ -16,11 +17,13 @@ import { FormsModule } from '@angular/forms';
|
|
|
16
17
|
import { Subject, throwError, timer, of, delay, retry as retry$1, map as map$1, catchError as catchError$1, firstValueFrom, Observable, tap } from 'rxjs';
|
|
17
18
|
import * as i1$4 from '@angular/common/http';
|
|
18
19
|
import { HttpClient, HttpHeaders, HttpErrorResponse, provideHttpClient, HTTP_INTERCEPTORS, withInterceptorsFromDi } from '@angular/common/http';
|
|
20
|
+
export { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
19
21
|
import { timeout, map, catchError, retry } from 'rxjs/operators';
|
|
20
22
|
import * as CryptoJS from 'crypto-js';
|
|
21
23
|
import { JwtHelperService } from '@auth0/angular-jwt';
|
|
22
24
|
import * as i1$5 from '@angular/router';
|
|
23
25
|
import { bootstrapApplication } from '@angular/platform-browser';
|
|
26
|
+
export { bootstrapApplication } from '@angular/platform-browser';
|
|
24
27
|
|
|
25
28
|
const appConst = {
|
|
26
29
|
//LIVE ASSETS
|
|
@@ -3419,5 +3422,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
3419
3422
|
* Generated bundle index. Do not edit.
|
|
3420
3423
|
*/
|
|
3421
3424
|
|
|
3422
|
-
export { AccountService, AuthService, ChatButtonComponent, ChatFacadeService, ChatHistoryService, ChatHistorySidebarComponent, ChatWindowComponent, ChatbotApiService, Chips, DOOHBOT_API_CONFIG, DOOHBOT_API_URL, DOOHBOT_INITIALIZER, DialogComponent, DialogService, Doohbot, DoohbotInput, DraggableDialogDirective, DropdownMenu, FullscreenDirective, LocalStorageService, MenuItem, MessageInputComponent, MessageListComponent, PopoutWindowDirective, PredefinedMessages, ResizableDialogDirective, SnackBar, StorageService, ThemeService, appConst, initializeApp, provideStorage };
|
|
3425
|
+
export { AccountService, AuthInterceptor, AuthService, ChatButtonComponent, ChatFacadeService, ChatHistoryService, ChatHistorySidebarComponent, ChatWindowComponent, ChatbotApiService, Chips, DOOHBOT_API_CONFIG, DOOHBOT_API_URL, DOOHBOT_INITIALIZER, DialogComponent, DialogService, Doohbot, DoohbotInput, DraggableDialogDirective, DropdownMenu, FullscreenDirective, LocalStorageService, MenuItem, MessageInputComponent, MessageListComponent, PopoutWindowDirective, PredefinedMessages, ResizableDialogDirective, SnackBar, StorageService, ThemeService, appConst, initializeApp, provideStorage };
|
|
3423
3426
|
//# sourceMappingURL=aakash58-chatbot.mjs.map
|