@goat-bravos/intern-hub-layout 3.0.4 → 3.0.7

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.
@@ -52,10 +52,11 @@ interface HeaderData {
52
52
  }
53
53
  declare class HeaderComponent {
54
54
  data: HeaderData;
55
+ paddingHeader: string;
55
56
  handleActionClick(item: HeaderAction, event: Event): void;
56
57
  getIconData(icon: IconData | string | undefined, colorIcon?: string, width?: string, height?: string): IconData | undefined;
57
58
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "app-header-component", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "app-header-component", never, { "data": { "alias": "data"; "required": false; }; "paddingHeader": { "alias": "paddingHeader"; "required": false; }; }, {}, never, never, true, never>;
59
60
  }
60
61
 
61
62
  interface SidebarItem {
@@ -240,8 +241,12 @@ declare class InputTextComponent {
240
241
  borderRadius: string;
241
242
  padding: string;
242
243
  height: string;
243
- fontSize: string;
244
- fontWeight: string;
244
+ fontSizeContent: string;
245
+ fontWeightContent: string;
246
+ colorContent: string;
247
+ fontSizeLabel: string;
248
+ fontWeightLabel: string;
249
+ colorLabel: string;
245
250
  backgroundColor: string;
246
251
  valueChange: EventEmitter<string>;
247
252
  iconClick: EventEmitter<void>;
@@ -253,7 +258,7 @@ declare class InputTextComponent {
253
258
  get limit(): string;
254
259
  onInput(event: Event): void;
255
260
  static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
256
- static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "app-input-text", never, { "headerInput": { "alias": "headerInput"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "showLimit": { "alias": "showLimit"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "widthIcon": { "alias": "widthIcon"; "required": false; }; "heightIcon": { "alias": "heightIcon"; "required": false; }; "typeInput": { "alias": "typeInput"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholderColor": { "alias": "placeholderColor"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "height": { "alias": "height"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "iconClick": "iconClick"; }, never, never, true, never>;
261
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "app-input-text", never, { "headerInput": { "alias": "headerInput"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "showLimit": { "alias": "showLimit"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "widthIcon": { "alias": "widthIcon"; "required": false; }; "heightIcon": { "alias": "heightIcon"; "required": false; }; "typeInput": { "alias": "typeInput"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "placeholderColor": { "alias": "placeholderColor"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "height": { "alias": "height"; "required": false; }; "fontSizeContent": { "alias": "fontSizeContent"; "required": false; }; "fontWeightContent": { "alias": "fontWeightContent"; "required": false; }; "colorContent": { "alias": "colorContent"; "required": false; }; "fontSizeLabel": { "alias": "fontSizeLabel"; "required": false; }; "fontWeightLabel": { "alias": "fontWeightLabel"; "required": false; }; "colorLabel": { "alias": "colorLabel"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "iconClick": "iconClick"; }, never, never, true, never>;
257
262
  }
258
263
 
259
264
  declare class InputStepperComponent {
@@ -370,5 +375,82 @@ declare class PopUpConfirmComponent {
370
375
  static ɵcmp: i0.ɵɵComponentDeclaration<PopUpConfirmComponent, "app-pop-up-confirm", never, { "imgUrl": { "alias": "imgUrl"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "colorButton": { "alias": "colorButton"; "required": false; }; }, { "confirmClick": "confirmClick"; "cancelClick": "cancelClick"; }, never, never, true, never>;
371
376
  }
372
377
 
373
- export { ApprovalListComponent, ApprovalListItemComponent, BUTTON_SIZE_MAP, ButtonContainerComponent, FunctionalLabelComponent, HeaderComponent, IconComponent, InputCalendarComponent, InputStepperComponent, InputTextComponent, LabelButtonComponent, PopUpConfirmComponent, SidebarComponent, TableBodyComponent, TableHeaderComponent };
374
- export type { ApprovalListItemInterface, ButtonContainerData, ButtonContainerInterface, ButtonSize, ButtonSizeConfig, ColumnConfig, HeaderAction, HeaderData, IconData, SidebarData, SidebarItem };
378
+ declare class ModalComponent {
379
+ title: string;
380
+ width: string;
381
+ minHeight: string;
382
+ isOpen: boolean;
383
+ theme: 'default' | 'white';
384
+ close: EventEmitter<void>;
385
+ onOverlayClick(event: Event): void;
386
+ onCloseClick(): void;
387
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
388
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "app-modal", never, { "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "close": "close"; }, never, ["[modal-body]", "[modal-footer]"], true, never>;
389
+ }
390
+
391
+ interface AvatarUploadedFile {
392
+ id: string;
393
+ file: File;
394
+ fileName: string;
395
+ previewUrl: string | null;
396
+ }
397
+ declare class AvatarUploadButtonComponent {
398
+ label: string;
399
+ required: boolean;
400
+ showTooltip: boolean;
401
+ tooltipText: string;
402
+ buttonText: string;
403
+ acceptFormats: string;
404
+ helperText: string;
405
+ fileChange: EventEmitter<AvatarUploadedFile | null>;
406
+ fileInput: ElementRef<HTMLInputElement>;
407
+ uploadedFile: AvatarUploadedFile | null;
408
+ onButtonClick(): void;
409
+ onFileChange(event: Event): void;
410
+ onRemove(): void;
411
+ private createAvatarUploadedFile;
412
+ private generateId;
413
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarUploadButtonComponent, never>;
414
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarUploadButtonComponent, "app-avatar-upload-button", never, { "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "acceptFormats": { "alias": "acceptFormats"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; }, { "fileChange": "fileChange"; }, never, never, true, never>;
415
+ }
416
+
417
+ interface UploadedFile {
418
+ id: string;
419
+ file: File;
420
+ fileName: string;
421
+ fileSize: string;
422
+ dateTime: string;
423
+ fileType: string;
424
+ }
425
+ declare class FileUploadDropzoneComponent {
426
+ label: string;
427
+ buttonText: string;
428
+ maxSize: string;
429
+ acceptFormats: string;
430
+ helperText: string;
431
+ filesChange: EventEmitter<UploadedFile[]>;
432
+ fileDownload: EventEmitter<UploadedFile>;
433
+ fileDelete: EventEmitter<UploadedFile>;
434
+ fileInput: ElementRef<HTMLInputElement>;
435
+ uploadedFiles: UploadedFile[];
436
+ isDragging: boolean;
437
+ get displayHelperText(): string;
438
+ onButtonClick(): void;
439
+ onFileChange(event: Event): void;
440
+ onDragOver(event: DragEvent): void;
441
+ onDragLeave(event: DragEvent): void;
442
+ onDrop(event: DragEvent): void;
443
+ onDownload(file: UploadedFile): void;
444
+ onDelete(file: UploadedFile): void;
445
+ getIconType(file: UploadedFile): string;
446
+ private addFiles;
447
+ private createUploadedFile;
448
+ private generateId;
449
+ private formatFileSize;
450
+ private formatDateTime;
451
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadDropzoneComponent, never>;
452
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadDropzoneComponent, "app-file-upload-dropzone", never, { "label": { "alias": "label"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; "acceptFormats": { "alias": "acceptFormats"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; }, { "filesChange": "filesChange"; "fileDownload": "fileDownload"; "fileDelete": "fileDelete"; }, never, never, true, never>;
453
+ }
454
+
455
+ export { ApprovalListComponent, ApprovalListItemComponent, AvatarUploadButtonComponent, BUTTON_SIZE_MAP, ButtonContainerComponent, FileUploadDropzoneComponent, FunctionalLabelComponent, HeaderComponent, IconComponent, InputCalendarComponent, InputStepperComponent, InputTextComponent, LabelButtonComponent, ModalComponent, PopUpConfirmComponent, SidebarComponent, TableBodyComponent, TableHeaderComponent };
456
+ export type { ApprovalListItemInterface, AvatarUploadedFile, ButtonContainerData, ButtonContainerInterface, ButtonSize, ButtonSizeConfig, ColumnConfig, HeaderAction, HeaderData, IconData, SidebarData, SidebarItem, UploadedFile };