@gravitee/ui-particles-angular 7.45.0-fix-httpclientmodule-055dc04 → 7.45.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/esm2020/lib/gio-asciidoctor/gio-asciidoctor.module.mjs +5 -4
- package/esm2020/lib/gio-icons/gio-icons.module.mjs +5 -4
- package/esm2020/lib/gio-license/gio-license.module.mjs +4 -2
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +5 -4
- package/fesm2015/gravitee-ui-particles-angular.mjs +13 -11
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs +13 -11
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/gio-asciidoctor/gio-asciidoctor.module.d.ts +2 -1
- package/lib/gio-icons/gio-icons.module.d.ts +3 -2
- package/lib/gio-monaco-editor/gio-monaco-editor.module.d.ts +3 -2
- package/package.json +1 -1
|
@@ -2,10 +2,11 @@ import * as i3$1 from '@angular/common';
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { Injectable, SecurityContext, APP_ID, Component, Inject, Input, NgModule, EventEmitter, HostBinding, Output, HostListener, ChangeDetectionStrategy, Optional, Self, ViewChild, Directive, forwardRef, ContentChildren, Host, ContentChild, InjectionToken, Pipe, ViewEncapsulation } from '@angular/core';
|
|
5
|
+
import * as i4 from '@angular/common/http';
|
|
6
|
+
import { HttpClientModule } from '@angular/common/http';
|
|
5
7
|
import { shareReplay, switchMap, catchError, takeUntil, tap, startWith, map, distinctUntilChanged, filter, take, delay, debounceTime, debounce } from 'rxjs/operators';
|
|
6
8
|
import { Observable, of, ReplaySubject, Subject, forkJoin, timer, fromEvent, merge, BehaviorSubject } from 'rxjs';
|
|
7
9
|
import * as i3 from '@angular/platform-browser';
|
|
8
|
-
import * as i4 from '@angular/common/http';
|
|
9
10
|
import { trigger, transition, style, animate } from '@angular/animations';
|
|
10
11
|
import * as i1 from '@angular/material/card';
|
|
11
12
|
import { MatCardModule } from '@angular/material/card';
|
|
@@ -298,12 +299,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
298
299
|
class GioAsciidoctorModule {
|
|
299
300
|
}
|
|
300
301
|
GioAsciidoctorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioAsciidoctorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
301
|
-
GioAsciidoctorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioAsciidoctorModule, declarations: [GioAsciidoctorComponent], imports: [CommonModule], exports: [GioAsciidoctorComponent] });
|
|
302
|
-
GioAsciidoctorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioAsciidoctorModule, imports: [[CommonModule]] });
|
|
302
|
+
GioAsciidoctorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioAsciidoctorModule, declarations: [GioAsciidoctorComponent], imports: [CommonModule, HttpClientModule], exports: [GioAsciidoctorComponent] });
|
|
303
|
+
GioAsciidoctorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioAsciidoctorModule, imports: [[CommonModule, HttpClientModule]] });
|
|
303
304
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioAsciidoctorModule, decorators: [{
|
|
304
305
|
type: NgModule,
|
|
305
306
|
args: [{
|
|
306
|
-
imports: [CommonModule],
|
|
307
|
+
imports: [CommonModule, HttpClientModule],
|
|
307
308
|
declarations: [GioAsciidoctorComponent],
|
|
308
309
|
exports: [GioAsciidoctorComponent],
|
|
309
310
|
}]
|
|
@@ -860,12 +861,12 @@ class GioIconsModule {
|
|
|
860
861
|
}
|
|
861
862
|
}
|
|
862
863
|
GioIconsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioIconsModule, deps: [{ token: i1$1.MatIconRegistry }, { token: i3.DomSanitizer }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
863
|
-
GioIconsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioIconsModule, imports: [CommonModule, MatIconModule], exports: [MatIconModule] });
|
|
864
|
-
GioIconsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioIconsModule, imports: [[CommonModule, MatIconModule], MatIconModule] });
|
|
864
|
+
GioIconsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioIconsModule, imports: [CommonModule, HttpClientModule, MatIconModule], exports: [MatIconModule] });
|
|
865
|
+
GioIconsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioIconsModule, imports: [[CommonModule, HttpClientModule, MatIconModule], MatIconModule] });
|
|
865
866
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioIconsModule, decorators: [{
|
|
866
867
|
type: NgModule,
|
|
867
868
|
args: [{
|
|
868
|
-
imports: [CommonModule, MatIconModule],
|
|
869
|
+
imports: [CommonModule, HttpClientModule, MatIconModule],
|
|
869
870
|
exports: [MatIconModule],
|
|
870
871
|
}]
|
|
871
872
|
}], ctorParameters: function () { return [{ type: i1$1.MatIconRegistry }, { type: i3.DomSanitizer }]; } });
|
|
@@ -3438,17 +3439,17 @@ class GioMonacoEditorModule {
|
|
|
3438
3439
|
}
|
|
3439
3440
|
}
|
|
3440
3441
|
GioMonacoEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioMonacoEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3441
|
-
GioMonacoEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioMonacoEditorModule, declarations: [GioMonacoEditorComponent, GioMonacoEditorFormFieldDirective], imports: [CommonModule, ReactiveFormsModule], exports: [GioMonacoEditorComponent, GioMonacoEditorFormFieldDirective] });
|
|
3442
|
+
GioMonacoEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioMonacoEditorModule, declarations: [GioMonacoEditorComponent, GioMonacoEditorFormFieldDirective], imports: [CommonModule, HttpClientModule, ReactiveFormsModule], exports: [GioMonacoEditorComponent, GioMonacoEditorFormFieldDirective] });
|
|
3442
3443
|
GioMonacoEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioMonacoEditorModule, providers: [
|
|
3443
3444
|
{
|
|
3444
3445
|
provide: GIO_MONACO_EDITOR_CONFIG,
|
|
3445
3446
|
useValue: {},
|
|
3446
3447
|
},
|
|
3447
|
-
], imports: [[CommonModule, ReactiveFormsModule]] });
|
|
3448
|
+
], imports: [[CommonModule, HttpClientModule, ReactiveFormsModule]] });
|
|
3448
3449
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioMonacoEditorModule, decorators: [{
|
|
3449
3450
|
type: NgModule,
|
|
3450
3451
|
args: [{
|
|
3451
|
-
imports: [CommonModule, ReactiveFormsModule],
|
|
3452
|
+
imports: [CommonModule, HttpClientModule, ReactiveFormsModule],
|
|
3452
3453
|
declarations: [GioMonacoEditorComponent, GioMonacoEditorFormFieldDirective],
|
|
3453
3454
|
exports: [GioMonacoEditorComponent, GioMonacoEditorFormFieldDirective],
|
|
3454
3455
|
providers: [
|
|
@@ -4975,13 +4976,14 @@ class GioLicenseModule {
|
|
|
4975
4976
|
}
|
|
4976
4977
|
GioLicenseModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioLicenseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4977
4978
|
GioLicenseModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioLicenseModule, declarations: [GioLicenseDirective], imports: [CommonModule, MatDialogModule, GioLicenseDialogModule], exports: [GioLicenseDirective] });
|
|
4978
|
-
GioLicenseModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioLicenseModule, imports: [[CommonModule, MatDialogModule, GioLicenseDialogModule]] });
|
|
4979
|
+
GioLicenseModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioLicenseModule, providers: [GioLicenseService], imports: [[CommonModule, MatDialogModule, GioLicenseDialogModule]] });
|
|
4979
4980
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioLicenseModule, decorators: [{
|
|
4980
4981
|
type: NgModule,
|
|
4981
4982
|
args: [{
|
|
4982
4983
|
imports: [CommonModule, MatDialogModule, GioLicenseDialogModule],
|
|
4983
4984
|
declarations: [GioLicenseDirective],
|
|
4984
4985
|
exports: [GioLicenseDirective],
|
|
4986
|
+
providers: [GioLicenseService],
|
|
4985
4987
|
}]
|
|
4986
4988
|
}] });
|
|
4987
4989
|
|