gl-ng-attachments-frontend
Advanced tools
Comparing version 9.2.0 to 9.2.1
@@ -1,3 +0,2 @@ | ||
import { TTheme } from '../../../../interfaces/global.interface'; | ||
import { THorizontalAlignment } from '../../simple/gl-component-title-label-simple.interface'; | ||
import { THorizontalAlignment, TLabelColor, TLabelTheme } from '../../simple/gl-component-title-label-simple.interface'; | ||
import * as i0 from "@angular/core"; | ||
@@ -9,7 +8,8 @@ export declare class GlComponentTitleLabelButtonContainerComponent { | ||
required: boolean; | ||
theme: TTheme; | ||
theme: TLabelTheme; | ||
labelColor: TLabelColor; | ||
requiredFieldDescription: string; | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentTitleLabelButtonContainerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentTitleLabelButtonContainerComponent, "gl-component-title-label-button-container", never, { "labelValue": { "alias": "labelValue"; "required": false; }; "id": { "alias": "id"; "required": false; }; "labelAlignment": { "alias": "labelAlignment"; "required": false; }; "required": { "alias": "required"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "requiredFieldDescription": { "alias": "requiredFieldDescription"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentTitleLabelButtonContainerComponent, "gl-component-title-label-button-container", never, { "labelValue": { "alias": "labelValue"; "required": false; }; "id": { "alias": "id"; "required": false; }; "labelAlignment": { "alias": "labelAlignment"; "required": false; }; "required": { "alias": "required"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "requiredFieldDescription": { "alias": "requiredFieldDescription"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
} |
import { AfterViewInit, ElementRef } from '@angular/core'; | ||
import { THorizontalAlignment, TLabelTheme } from './gl-component-title-label-simple.interface'; | ||
import { THorizontalAlignment, TLabelColor, TLabelTheme } from './gl-component-title-label-simple.interface'; | ||
import * as i0 from "@angular/core"; | ||
@@ -9,2 +9,4 @@ export declare class GlComponentTitleLabelSimpleComponent implements AfterViewInit { | ||
labelAlignment: THorizontalAlignment; | ||
labelColor: TLabelColor; | ||
customLabelColor: string; | ||
theme: TLabelTheme; | ||
@@ -16,3 +18,3 @@ required: boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentTitleLabelSimpleComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentTitleLabelSimpleComponent, "gl-component-title-label-simple", never, { "labelValue": { "alias": "labelValue"; "required": false; }; "id": { "alias": "id"; "required": false; }; "labelAlignment": { "alias": "labelAlignment"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredLabel": { "alias": "requiredLabel"; "required": false; }; }, {}, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentTitleLabelSimpleComponent, "gl-component-title-label-simple", never, { "labelValue": { "alias": "labelValue"; "required": false; }; "id": { "alias": "id"; "required": false; }; "labelAlignment": { "alias": "labelAlignment"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "customLabelColor": { "alias": "customLabelColor"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "required": { "alias": "required"; "required": false; }; "requiredLabel": { "alias": "requiredLabel"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
export type THorizontalAlignment = 'left' | 'center' | 'right'; | ||
export type TLabelTheme = '' | 'light' | 'dark' | 'category-title' | 'category-title-light'; | ||
export type TLabelTheme = '' | 'light' | 'dark' | 'category-title' | 'category-title-light' | 'simple'; | ||
export type TLabelColor = '' | 'color-black' | 'color-white' | 'color-springgreen' | 'color-greenyellow' | 'color-deepskyblue'; |
{ | ||
"name": "gl-ng-attachments-frontend", | ||
"version": "9.2.0", | ||
"version": "9.2.1", | ||
"description": "Common code and components designed for Angular 2+ to be used among web front-end development.", | ||
@@ -5,0 +5,0 @@ "main": "wrapper_attachments.ts", |
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
226456
1455
34
24