@annalib/anna-core 20.0.13 → 20.0.15

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.
@@ -0,0 +1,6 @@
1
+ export declare enum UserActivationStatus {
2
+ activationEmailSent = "ActivationEmailSent",
3
+ activationEmailReSent = "ActivationEmailResent",
4
+ ResendActivationEmail = "ResendActivationEmail",
5
+ lastSignedIn = "LastSignedIn"
6
+ }
@@ -6,6 +6,7 @@ import { GtColumnIconEmittedData, RatingSellerGroupHierarchy } from '../../../an
6
6
  import { AnnaSortService } from '../../../anna-core-shared-lib/services/anna-sort.service';
7
7
  import { AnnaFilterService } from '../../../anna-core-shared-lib/services/anna-filter.service';
8
8
  import { BehaviorSubject } from 'rxjs';
9
+ import { UserActivationStatus } from '../../../anna-core-shared-lib/models/anna-manage-users.model';
9
10
  import * as i0 from "@angular/core";
10
11
  interface keyValueTooltipType {
11
12
  key: string;
@@ -110,6 +111,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
110
111
  heightOfCheckboxTooltipFilter: number;
111
112
  isNoDataToDisplaySubject$: BehaviorSubject<boolean>;
112
113
  selectedStarredOrderId: string;
114
+ UserActivationStatus: typeof UserActivationStatus;
113
115
  textActionTooltip: keyValueTooltipType[];
114
116
  tooltipContainingTable: tableTooltipType;
115
117
  tableBottomBorderClass: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "20.0.13",
3
+ "version": "20.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
package/public-api.d.ts CHANGED
@@ -19,6 +19,7 @@ export * from "./lib/anna-core-shared-lib/models/anna-global-dropdown-config.mod
19
19
  export * from "./lib/anna-core-shared-lib/models/anna-non-editable-gt-models";
20
20
  export * from "./lib/anna-core-shared-lib/models/anna-tooltip.model";
21
21
  export * from "./lib/anna-core-shared-lib/models/anna-sort.model";
22
+ export * from "./lib/anna-core-shared-lib/models/anna-manage-users.model";
22
23
  export * from "./lib/anna-core-shared-lib/constants/shared.constant";
23
24
  export * from "./lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe";
24
25
  export * from "./lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe";