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