gl-ng-attachments-frontend
Advanced tools
Comparing version 7.0.1 to 8.0.0
@@ -26,3 +26,3 @@ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentAttachmentImagePreviewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentAttachmentImagePreviewComponent, "gl-component-attachment-image-preview", never, { "disabled": "disabled"; "currentImage": "currentImage"; "required": "required"; "theme": "theme"; "showLabel": "showLabel"; "requiredFieldDescription": "requiredFieldDescription"; "addImageDescription": "addImageDescription"; "maxImageSize": "maxImageSize"; "invalidSizeDescription": "invalidSizeDescription"; "invalidFormatDescription": "invalidFormatDescription"; "addImageButtonDescription": "addImageButtonDescription"; "removeImageButtonDescription": "removeImageButtonDescription"; }, { "currentValue$": "currentValue$"; }, never, ["top", "[slot=buttons]", "bottom"], true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentAttachmentImagePreviewComponent, "gl-component-attachment-image-preview", never, { "disabled": { "alias": "disabled"; "required": false; }; "currentImage": { "alias": "currentImage"; "required": false; }; "required": { "alias": "required"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "requiredFieldDescription": { "alias": "requiredFieldDescription"; "required": false; }; "addImageDescription": { "alias": "addImageDescription"; "required": false; }; "maxImageSize": { "alias": "maxImageSize"; "required": false; }; "invalidSizeDescription": { "alias": "invalidSizeDescription"; "required": false; }; "invalidFormatDescription": { "alias": "invalidFormatDescription"; "required": false; }; "addImageButtonDescription": { "alias": "addImageButtonDescription"; "required": false; }; "removeImageButtonDescription": { "alias": "removeImageButtonDescription"; "required": false; }; }, { "currentValue$": "currentValue$"; }, never, ["top", "[slot=buttons]", "bottom"], true, never>; | ||
} |
@@ -0,0 +0,0 @@ export interface IImageString { |
@@ -0,0 +0,0 @@ import { EventEmitter } from '@angular/core'; |
@@ -24,3 +24,3 @@ import { EventEmitter } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentAttachmentItemComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentAttachmentItemComponent, "gl-component-attachment-item", never, { "disabled": "disabled"; "attachmentUrl": "attachmentUrl"; "fileName": "fileName"; "fileIcon": "fileIcon"; "id": "id"; "type": "type"; "addingSmooth": "addingSmooth"; }, { "click$": "click$"; "removeCurrentItem$": "removeCurrentItem$"; "editCurrentItem$": "editCurrentItem$"; }, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentAttachmentItemComponent, "gl-component-attachment-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "attachmentUrl": { "alias": "attachmentUrl"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "fileIcon": { "alias": "fileIcon"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "addingSmooth": { "alias": "addingSmooth"; "required": false; }; }, { "click$": "click$"; "removeCurrentItem$": "removeCurrentItem$"; "editCurrentItem$": "editCurrentItem$"; }, never, never, true, never>; | ||
} |
export type TAttachmentItemType = 'link' | 'file'; |
export type TTheme = '' | 'light' | 'dark'; |
@@ -11,3 +11,3 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentButtonImageSimpleComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentButtonImageSimpleComponent, "gl-component-button-image-simple", never, { "id": "id"; "alt": "alt"; "src": "src"; "callback": "callback"; "disableDragging": "disableDragging"; }, {}, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentButtonImageSimpleComponent, "gl-component-button-image-simple", never, { "id": { "alias": "id"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; "callback": { "alias": "callback"; "required": false; }; "disableDragging": { "alias": "disableDragging"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
@@ -15,3 +15,3 @@ import { TButtonToolTipBorder, TButtonToolTipHorizontalPosition, TButtonToolTipVerticalPosition, TButtonToolTipWidth } from './gl-component-button-image-tooltip.interface'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentButtonImageTooltipComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentButtonImageTooltipComponent, "gl-component-button-image-tooltip", never, { "id": "id"; "alt": "alt"; "src": "src"; "show": "show"; "callback": "callback"; "verticalPosition": "verticalPosition"; "horizontalPosition": "horizontalPosition"; "fullwidth": "fullwidth"; "borderRadius": "borderRadius"; }, {}, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentButtonImageTooltipComponent, "gl-component-button-image-tooltip", never, { "id": { "alias": "id"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; "show": { "alias": "show"; "required": false; }; "callback": { "alias": "callback"; "required": false; }; "verticalPosition": { "alias": "verticalPosition"; "required": false; }; "horizontalPosition": { "alias": "horizontalPosition"; "required": false; }; "fullwidth": { "alias": "fullwidth"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
@@ -0,0 +0,0 @@ export interface IImageButtonTooltip { |
@@ -0,0 +0,0 @@ import { Subject } from 'rxjs'; |
@@ -13,3 +13,3 @@ import { TTheme } from '../../../../interfaces/global.interface'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentTitleLabelButtonContainerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentTitleLabelButtonContainerComponent, "gl-component-title-label-button-container", never, { "labelValue": "labelValue"; "id": "id"; "labelAlignment": "labelAlignment"; "required": "required"; "theme": "theme"; "requiredFieldDescription": "requiredFieldDescription"; }, {}, 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; }; "requiredFieldDescription": { "alias": "requiredFieldDescription"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
} |
@@ -15,3 +15,3 @@ import { AfterViewInit, ElementRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GlComponentTitleLabelSimpleComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GlComponentTitleLabelSimpleComponent, "gl-component-title-label-simple", never, { "labelValue": "labelValue"; "id": "id"; "labelAlignment": "labelAlignment"; "theme": "theme"; "required": "required"; "requiredLabel": "requiredLabel"; }, {}, 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; }; "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 TTheme = '' | 'light' | 'dark'; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "gl-ng-attachments-frontend", | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"description": "Common code and components designed for Angular 2+ to be used among web front-end development.", | ||
"main": "wrapper_attachments.ts", | ||
"types": "gl-ng-attachments-frontend.d.ts", | ||
"module": "fesm2015/gl-ng-attachments-frontend.mjs", | ||
"module": "fesm2022/gl-ng-attachments-frontend.mjs", | ||
"repository": { | ||
@@ -26,16 +26,12 @@ "type": "git", | ||
"peerDependencies": { | ||
"@angular/common": "~15.2.10", | ||
"@angular/core": "~15.2.10" | ||
"@angular/common": "~16.2.12", | ||
"@angular/core": "~16.2.12", | ||
"gl-scss-styles": "^3.1.1", | ||
"gl-w-attachment-frontend": "^5.0.1", | ||
"gl-w-image-frontend": "^5.0.1", | ||
"gl-w-number-frontend": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"gl-scss-styles": "^3.1.1", | ||
"gl-w-attachment-frontend": "^4.0.0", | ||
"gl-w-image-frontend": "^4.0.0", | ||
"gl-w-number-frontend": "^4.0.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"es2020": "fesm2020/gl-ng-attachments-frontend.mjs", | ||
"esm2020": "esm2020/gl-ng-attachments-frontend.mjs", | ||
"fesm2020": "fesm2020/gl-ng-attachments-frontend.mjs", | ||
"fesm2015": "fesm2015/gl-ng-attachments-frontend.mjs", | ||
"typings": "index.d.ts", | ||
@@ -48,7 +44,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/gl-ng-attachments-frontend.mjs", | ||
"es2020": "./fesm2020/gl-ng-attachments-frontend.mjs", | ||
"es2015": "./fesm2015/gl-ng-attachments-frontend.mjs", | ||
"node": "./fesm2015/gl-ng-attachments-frontend.mjs", | ||
"default": "./fesm2020/gl-ng-attachments-frontend.mjs" | ||
"esm2022": "./esm2022/gl-ng-attachments-frontend.mjs", | ||
"esm": "./esm2022/gl-ng-attachments-frontend.mjs", | ||
"default": "./fesm2022/gl-ng-attachments-frontend.mjs" | ||
} | ||
@@ -55,0 +49,0 @@ }, |
@@ -0,0 +0,0 @@ export { TTheme } from './gl-ng-attachments-frontend/src/lib/core/interfaces/global.interface'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
20
222005
36
1413
+ Added@angular/common@16.2.12(transitive)
+ Added@angular/core@16.2.12(transitive)
+ Addedgl-w-attachment-frontend@5.0.1(transitive)
+ Addedgl-w-image-frontend@5.0.1(transitive)
+ Addedgl-w-number-frontend@5.0.1(transitive)
+ Addedtypescript@5.7.2(transitive)
- Removedgl-scss-styles@^3.1.1
- Removedgl-w-attachment-frontend@^4.0.0
- Removedgl-w-image-frontend@^4.0.0
- Removedgl-w-number-frontend@^4.0.0
- Removed@angular/common@15.2.10(transitive)
- Removed@angular/core@15.2.10(transitive)
- Removedgl-w-attachment-frontend@4.0.0(transitive)
- Removedgl-w-image-frontend@4.0.0(transitive)
- Removedgl-w-number-frontend@4.0.0(transitive)