ng-configcat-publicapi-ui
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -17,4 +17,5 @@ import { HttpClient } from '@angular/common/http'; | ||
createSegmentsService(basicAuthUsername?: string | null, basicAuthPassword?: string | null, basePath?: string | null): SegmentsService; | ||
getDashboardBasePath(): string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PublicApiService, [null, { optional: true; }]>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<PublicApiService>; | ||
} |
@@ -11,2 +11,3 @@ import { OnInit, EventEmitter } from '@angular/core'; | ||
basePath: null; | ||
integrationName: string; | ||
authorized: EventEmitter<any>; | ||
@@ -18,3 +19,3 @@ FormHelper: typeof FormHelper; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AuthorizationComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AuthorizationComponent, "configcat-authorization", never, { "basePath": "basePath"; }, { "authorized": "authorized"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AuthorizationComponent, "configcat-authorization", never, { "basePath": "basePath"; "integrationName": "integrationName"; }, { "authorized": "authorized"; }, never, never>; | ||
} |
@@ -6,4 +6,5 @@ import * as i0 from "@angular/core"; | ||
basePath: string; | ||
dashboardBasePath: string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Configuration, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<Configuration>; | ||
} |
@@ -26,2 +26,3 @@ import { OnInit, EventEmitter } from '@angular/core'; | ||
segments: SegmentListModel[]; | ||
dashboardBasePath: string; | ||
constructor(publicApiService: PublicApiService); | ||
@@ -28,0 +29,0 @@ ngOnInit(): void; |
@@ -14,2 +14,6 @@ import { OnInit, EventEmitter, OnDestroy, OnChanges } from '@angular/core'; | ||
private dialog; | ||
productId: string; | ||
environmentId: string; | ||
configId: string; | ||
dashboardBasePath: string; | ||
canEditSetting: boolean; | ||
@@ -49,3 +53,3 @@ canDeleteSetting: boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SettingListComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SettingListComponent, "configcat-setting-list", never, { "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "onSave": "onSave"; "loadSettingValues": "loadSettingValues"; "loadSegments": "loadSegments"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; "formValuesChanged": "formValuesChanged"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SettingListComponent, "configcat-setting-list", never, { "productId": "productId"; "environmentId": "environmentId"; "configId": "configId"; "dashboardBasePath": "dashboardBasePath"; "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "onSave": "onSave"; "loadSettingValues": "loadSettingValues"; "loadSegments": "loadSegments"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; "formValuesChanged": "formValuesChanged"; }, never, never>; | ||
} |
@@ -9,2 +9,6 @@ import { OnInit, EventEmitter, ChangeDetectorRef } from '@angular/core'; | ||
private cdRef; | ||
dashboardBasePath: string; | ||
productId: string; | ||
environmentId: string; | ||
configId: string; | ||
formGroup: FormGroup; | ||
@@ -41,4 +45,5 @@ readOnly: boolean; | ||
deleteSetting(): void; | ||
getDashboardUrl(): string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SettingComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SettingComponent, "setting", never, { "formGroup": "formGroup"; "readOnly": "readOnly"; "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; "segments": "segments"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SettingComponent, "setting", never, { "dashboardBasePath": "dashboardBasePath"; "productId": "productId"; "environmentId": "environmentId"; "configId": "configId"; "formGroup": "formGroup"; "readOnly": "readOnly"; "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; "segments": "segments"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; }, never, never>; | ||
} |
{ | ||
"name": "ng-configcat-publicapi-ui", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^13.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1047177
6464