keevo-components 2.0.50 → 2.0.51

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.
@@ -27,9 +27,10 @@ import * as i25 from "./kv-file-viewer-novo/kv-file-viewer-novo.module";
27
27
  import * as i26 from "./kv-filter-fieldset/kv-filter-fieldset.module";
28
28
  import * as i27 from "./kv-card-selection/kv-card-selection.module";
29
29
  import * as i28 from "./kv-tag/kv-tag.module";
30
- import * as i29 from "./kv-table-edit/kv-table-edit.module";
30
+ import * as i29 from "./kv-confirmation-modal/kv-confirmation-modal.module";
31
+ import * as i30 from "./kv-table-edit/kv-table-edit.module";
31
32
  export declare class KeevoComponentsModule {
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<KeevoComponentsModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i25.KvFileViewerNovoModule, typeof i26.KvFilterFieldsetModule, typeof i27.KvCardSelectionModule, typeof i28.KvTagModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i29.KvTableEditModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i26.KvFilterFieldsetModule, typeof i25.KvFileViewerNovoModule, typeof i27.KvCardSelectionModule, typeof i28.KvTagModule]>;
34
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i25.KvFileViewerNovoModule, typeof i26.KvFilterFieldsetModule, typeof i27.KvCardSelectionModule, typeof i28.KvTagModule, typeof i29.KvConfirmationModalModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i30.KvTableEditModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i26.KvFilterFieldsetModule, typeof i25.KvFileViewerNovoModule, typeof i27.KvCardSelectionModule, typeof i28.KvTagModule, typeof i29.KvConfirmationModalModule]>;
34
35
  static ɵinj: i0.ɵɵInjectorDeclaration<KeevoComponentsModule>;
35
36
  }
@@ -0,0 +1,12 @@
1
+ import { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
2
+ import * as i0 from "@angular/core";
3
+ export declare class KvConfirmationModalComponent {
4
+ dynamicDialogRef: DynamicDialogRef<any>;
5
+ dynamicDialogConfig: DynamicDialogConfig<any>;
6
+ message: import("@angular/core").WritableSignal<string>;
7
+ image: import("@angular/core").WritableSignal<string>;
8
+ constructor();
9
+ close(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvConfirmationModalComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvConfirmationModalComponent, "kv-confirmation-modal", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kv-confirmation-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../api/modules/primeng.module";
5
+ import * as i4 from "../kv-button/kv-button.module";
6
+ export declare class KvConfirmationModalModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvConfirmationModalModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvConfirmationModalModule, [typeof i1.KvConfirmationModalComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.KvButtonModule], [typeof i1.KvConfirmationModalComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<KvConfirmationModalModule>;
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "2.0.50",
3
+ "version": "2.0.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -101,6 +101,11 @@ export * from './lib/api/services/orgchart.service';
101
101
  */
102
102
  export * from './lib/components/kv-pick-list/kv-pick-list.component';
103
103
  export * from './lib/components/kv-pick-list/kv-pick-list.module';
104
+ /**
105
+ * ConfirmationModal
106
+ */
107
+ export * from './lib/components/kv-confirmation-modal/kv-confirmation-modal.component';
108
+ export * from './lib/components/kv-confirmation-modal/kv-confirmation-modal.module';
104
109
  /**
105
110
  * Table edit
106
111
  */