@annalib/anna-core 20.0.11 → 20.0.13

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.
@@ -6,7 +6,6 @@ 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';
10
9
  import * as i0 from "@angular/core";
11
10
  interface keyValueTooltipType {
12
11
  key: string;
@@ -111,7 +110,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
111
110
  heightOfCheckboxTooltipFilter: number;
112
111
  isNoDataToDisplaySubject$: BehaviorSubject<boolean>;
113
112
  selectedStarredOrderId: string;
114
- UserActivationStatus: typeof UserActivationStatus;
115
113
  textActionTooltip: keyValueTooltipType[];
116
114
  tooltipContainingTable: tableTooltipType;
117
115
  tableBottomBorderClass: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "20.0.11",
3
+ "version": "20.0.13",
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,7 +19,6 @@ 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";
23
22
  export * from "./lib/anna-core-shared-lib/constants/shared.constant";
24
23
  export * from "./lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe";
25
24
  export * from "./lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe";
@@ -1,8 +0,0 @@
1
- export var UserActivationStatus;
2
- (function (UserActivationStatus) {
3
- UserActivationStatus["activationEmailSent"] = "ActivationEmailSent";
4
- UserActivationStatus["activationEmailReSent"] = "ActivationEmailResent";
5
- UserActivationStatus["ResendActivationEmail"] = "ResendActivationEmail";
6
- UserActivationStatus["lastSignedIn"] = "LastSignedIn";
7
- })(UserActivationStatus || (UserActivationStatus = {}));
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5uYS1tYW5hZ2UtdXNlcnMubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbm5hLWNvcmUvc3JjL2xpYi9hbm5hLWNvcmUtc2hhcmVkLWxpYi9tb2RlbHMvYW5uYS1tYW5hZ2UtdXNlcnMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksb0JBS1g7QUFMRCxXQUFZLG9CQUFvQjtJQUM5QixtRUFBMkMsQ0FBQTtJQUMzQyx1RUFBK0MsQ0FBQTtJQUMvQyx1RUFBK0MsQ0FBQTtJQUMvQyxxREFBNkIsQ0FBQTtBQUMvQixDQUFDLEVBTFcsb0JBQW9CLEtBQXBCLG9CQUFvQixRQUsvQiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFVzZXJBY3RpdmF0aW9uU3RhdHVzIHtcclxuICBhY3RpdmF0aW9uRW1haWxTZW50ID0gJ0FjdGl2YXRpb25FbWFpbFNlbnQnICxcclxuICBhY3RpdmF0aW9uRW1haWxSZVNlbnQgPSAnQWN0aXZhdGlvbkVtYWlsUmVzZW50JyAsXHJcbiAgUmVzZW5kQWN0aXZhdGlvbkVtYWlsID0gJ1Jlc2VuZEFjdGl2YXRpb25FbWFpbCcgLFxyXG4gIGxhc3RTaWduZWRJbiA9ICdMYXN0U2lnbmVkSW4nLFxyXG59Il19
@@ -1,6 +0,0 @@
1
- export declare enum UserActivationStatus {
2
- activationEmailSent = "ActivationEmailSent",
3
- activationEmailReSent = "ActivationEmailResent",
4
- ResendActivationEmail = "ResendActivationEmail",
5
- lastSignedIn = "LastSignedIn"
6
- }