@aakash58/chatbot 1.0.94 → 1.0.95
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 -4
- package/fesm2022/aakash58-chatbot.mjs.map +1 -1
- package/index.d.ts +53 -66
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
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, ContentChildren, makeEnvironmentProviders, APP_INITIALIZER } from '@angular/core';
|
|
3
|
-
export { provideAppInitializer } from '@angular/core';
|
|
4
3
|
import * as i1 from '@angular/common';
|
|
5
4
|
import { CommonModule } from '@angular/common';
|
|
6
5
|
import * as i1$1 from '@angular/material/icon';
|
|
@@ -17,12 +16,10 @@ import { FormsModule } from '@angular/forms';
|
|
|
17
16
|
import { Subject, throwError, timer, of, delay, retry as retry$1, map as map$1, catchError as catchError$1, firstValueFrom, Observable, tap } from 'rxjs';
|
|
18
17
|
import * as i1$4 from '@angular/common/http';
|
|
19
18
|
import { HttpClient, HttpHeaders, HttpErrorResponse, provideHttpClient, HTTP_INTERCEPTORS, withInterceptorsFromDi } from '@angular/common/http';
|
|
20
|
-
export { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
21
19
|
import { timeout, map, catchError, retry } from 'rxjs/operators';
|
|
22
20
|
import * as CryptoJS from 'crypto-js';
|
|
23
21
|
import { JwtHelperService } from '@auth0/angular-jwt';
|
|
24
22
|
import * as i1$5 from '@angular/router';
|
|
25
|
-
export { bootstrapApplication } from '@angular/platform-browser';
|
|
26
23
|
|
|
27
24
|
const appConst = {
|
|
28
25
|
//LIVE ASSETS
|
|
@@ -2832,6 +2829,9 @@ const appEmoji = {
|
|
|
2832
2829
|
redHeart: '\u{2764}\u{FE0F}',
|
|
2833
2830
|
};
|
|
2834
2831
|
|
|
2832
|
+
// import { bootstrapApplication } from '@angular/platform-browser';
|
|
2833
|
+
// import { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
2834
|
+
// import { AuthInterceptor } from './core/interceptors/auth.interceptor';
|
|
2835
2835
|
class Doohbot extends DoohbotInput {
|
|
2836
2836
|
elementRef;
|
|
2837
2837
|
renderer;
|
|
@@ -3413,5 +3413,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
3413
3413
|
* Generated bundle index. Do not edit.
|
|
3414
3414
|
*/
|
|
3415
3415
|
|
|
3416
|
-
export { AccountService,
|
|
3416
|
+
export { AccountService, AuthService, ChatButtonComponent, ChatFacadeService, ChatHistoryService, ChatHistorySidebarComponent, ChatWindowComponent, ChatbotApiService, Chips, DOOHBOT_API_CONFIG, DOOHBOT_API_URL, DialogComponent, DialogService, Doohbot, DoohbotInput, DraggableDialogDirective, DropdownMenu, FullscreenDirective, LocalStorageService, MenuItem, MessageInputComponent, MessageListComponent, PopoutWindowDirective, PredefinedMessages, ResizableDialogDirective, SnackBar, StorageService, ThemeService, appConst, initializeDoohbotApp, provideDoohbot, provideStorage };
|
|
3417
3417
|
//# sourceMappingURL=aakash58-chatbot.mjs.map
|