lib-portal-angular 0.0.68 → 0.0.69

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,12 +29,13 @@ import * as i27 from "./multi-select-category/multi-select-category.component";
29
29
  import * as i28 from "./calendar-argenta/calendar-argenta.component";
30
30
  import * as i29 from "./accordion/accordion.component";
31
31
  import * as i30 from "./json-viewer/json-viewer.component";
32
- import * as i31 from "@angular/common";
33
- import * as i32 from "@angular/forms";
34
- import * as i33 from "@ng-select/ng-select";
35
- import * as i34 from "../icons/lucide-icons.module";
32
+ import * as i31 from "./modal/modal.component";
33
+ import * as i32 from "@angular/common";
34
+ import * as i33 from "@angular/forms";
35
+ import * as i34 from "@ng-select/ng-select";
36
+ import * as i35 from "../icons/lucide-icons.module";
36
37
  export declare class ComponentsModule {
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.ButtonComponent, typeof i2.CardComponent, typeof i3.InputComponent, typeof i4.CheckboxComponent, typeof i5.TextareaComponent, typeof i6.SelectComponent, typeof i7.RadioComponent, typeof i8.MultiSelectComponent, typeof i9.DataTableComponent, typeof i10.CodeHighlightComponent, typeof i11.BadgeComponent, typeof i12.AlertComponent, typeof i13.ConfirmationComponent, typeof i14.AutofocusDirective, typeof i15.CepMaskDirective, typeof i16.CnpjMaskDirective, typeof i17.CpfMaskDirective, typeof i18.CustomPaginationComponent, typeof i19.TreeNodeComponent, typeof i20.SearchInputComponent, typeof i21.AppBackgroundComponent, typeof i22.BasicRegistrationComponent, typeof i23.CustomSwitchComponent, typeof i24.SearchCustomerComponent, typeof i25.TabComponent, typeof i26.FileUploadComponent, typeof i27.MultiSelectCategoryComponent, typeof i28.CalendarArgentaComponent, typeof i29.AccordionArgentaComponent, typeof i30.JsonViewerComponent], [typeof i31.CommonModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.NgSelectModule, typeof i34.LucideIconsModule], [typeof i1.ButtonComponent, typeof i2.CardComponent, typeof i3.InputComponent, typeof i4.CheckboxComponent, typeof i5.TextareaComponent, typeof i6.SelectComponent, typeof i7.RadioComponent, typeof i8.MultiSelectComponent, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.NgSelectModule, typeof i9.DataTableComponent, typeof i10.CodeHighlightComponent, typeof i11.BadgeComponent, typeof i12.AlertComponent, typeof i13.ConfirmationComponent, typeof i14.AutofocusDirective, typeof i15.CepMaskDirective, typeof i16.CnpjMaskDirective, typeof i17.CpfMaskDirective, typeof i18.CustomPaginationComponent, typeof i19.TreeNodeComponent, typeof i20.SearchInputComponent, typeof i34.LucideIconsModule, typeof i21.AppBackgroundComponent, typeof i22.BasicRegistrationComponent, typeof i23.CustomSwitchComponent, typeof i24.SearchCustomerComponent, typeof i25.TabComponent, typeof i26.FileUploadComponent, typeof i27.MultiSelectCategoryComponent, typeof i28.CalendarArgentaComponent, typeof i29.AccordionArgentaComponent, typeof i30.JsonViewerComponent]>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.ButtonComponent, typeof i2.CardComponent, typeof i3.InputComponent, typeof i4.CheckboxComponent, typeof i5.TextareaComponent, typeof i6.SelectComponent, typeof i7.RadioComponent, typeof i8.MultiSelectComponent, typeof i9.DataTableComponent, typeof i10.CodeHighlightComponent, typeof i11.BadgeComponent, typeof i12.AlertComponent, typeof i13.ConfirmationComponent, typeof i14.AutofocusDirective, typeof i15.CepMaskDirective, typeof i16.CnpjMaskDirective, typeof i17.CpfMaskDirective, typeof i18.CustomPaginationComponent, typeof i19.TreeNodeComponent, typeof i20.SearchInputComponent, typeof i21.AppBackgroundComponent, typeof i22.BasicRegistrationComponent, typeof i23.CustomSwitchComponent, typeof i24.SearchCustomerComponent, typeof i25.TabComponent, typeof i26.FileUploadComponent, typeof i27.MultiSelectCategoryComponent, typeof i28.CalendarArgentaComponent, typeof i29.AccordionArgentaComponent, typeof i30.JsonViewerComponent, typeof i31.ModalComponent], [typeof i32.CommonModule, typeof i33.FormsModule, typeof i33.ReactiveFormsModule, typeof i34.NgSelectModule, typeof i35.LucideIconsModule], [typeof i1.ButtonComponent, typeof i2.CardComponent, typeof i3.InputComponent, typeof i4.CheckboxComponent, typeof i5.TextareaComponent, typeof i6.SelectComponent, typeof i7.RadioComponent, typeof i8.MultiSelectComponent, typeof i33.FormsModule, typeof i33.ReactiveFormsModule, typeof i34.NgSelectModule, typeof i9.DataTableComponent, typeof i10.CodeHighlightComponent, typeof i11.BadgeComponent, typeof i12.AlertComponent, typeof i13.ConfirmationComponent, typeof i14.AutofocusDirective, typeof i15.CepMaskDirective, typeof i16.CnpjMaskDirective, typeof i17.CpfMaskDirective, typeof i18.CustomPaginationComponent, typeof i19.TreeNodeComponent, typeof i20.SearchInputComponent, typeof i35.LucideIconsModule, typeof i21.AppBackgroundComponent, typeof i22.BasicRegistrationComponent, typeof i23.CustomSwitchComponent, typeof i24.SearchCustomerComponent, typeof i25.TabComponent, typeof i26.FileUploadComponent, typeof i27.MultiSelectCategoryComponent, typeof i28.CalendarArgentaComponent, typeof i29.AccordionArgentaComponent, typeof i30.JsonViewerComponent, typeof i31.ModalComponent]>;
39
40
  static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
40
41
  }
@@ -2,6 +2,9 @@ import * as i0 from "@angular/core";
2
2
  export declare class JsonViewerComponent {
3
3
  jsonData: any;
4
4
  isRoot: boolean;
5
+ copyLabel: string;
6
+ showLabel: string;
7
+ hideLabel: string;
5
8
  allExpanded: boolean;
6
9
  expandedMap: Map<string, boolean>;
7
10
  toggleAll(): void;
@@ -11,5 +14,5 @@ export declare class JsonViewerComponent {
11
14
  isExpanded(key: string): boolean;
12
15
  copyJson(): void;
13
16
  static ɵfac: i0.ɵɵFactoryDeclaration<JsonViewerComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<JsonViewerComponent, "argenta-json-viewer", never, { "jsonData": { "alias": "jsonData"; "required": false; }; "isRoot": { "alias": "isRoot"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<JsonViewerComponent, "argenta-json-viewer", never, { "jsonData": { "alias": "jsonData"; "required": false; }; "isRoot": { "alias": "isRoot"; "required": false; }; "copyLabel": { "alias": "copyLabel"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; }, {}, never, never, false, never>;
15
18
  }
@@ -0,0 +1,18 @@
1
+ import { EventEmitter, ViewContainerRef } from '@angular/core';
2
+ import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ModalComponent {
5
+ activeModal: NgbActiveModal;
6
+ title: string;
7
+ component: any;
8
+ closeButtonLabel: string;
9
+ buttonLabel?: string;
10
+ onButtonClick: EventEmitter<void>;
11
+ dynamicComponent: ViewContainerRef;
12
+ constructor(activeModal: NgbActiveModal);
13
+ ngOnInit(): void;
14
+ closeModal(): void;
15
+ buttonClicked(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "argenta-modal", never, { "title": { "alias": "title"; "required": false; }; "component": { "alias": "component"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; }, { "onButtonClick": "onButtonClick"; }, never, never, false, never>;
18
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lib-portal-angular",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0"
package/public-api.d.ts CHANGED
@@ -37,6 +37,7 @@ export * from './lib/components/custom-switch/custom-switch.component';
37
37
  export * from './lib/components/file-upload/file-upload.component';
38
38
  export * from './lib/components/imput/input.component';
39
39
  export * from './lib/components/json-viewer/json-viewer.component';
40
+ export * from './lib/components/modal/modal.component';
40
41
  export * from './lib/components/multi-select-category/multi-select-category.component';
41
42
  export * from './lib/components/multi-select/multi-select.component';
42
43
  export * from './lib/components/radio/radio.component';