@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.
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +1 -3
- package/esm2020/public-api.mjs +1 -2
- package/fesm2015/annalib-anna-core.mjs +1 -10
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -10
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +0 -2
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
- package/esm2020/lib/anna-core-shared-lib/models/anna-manage-users.model.mjs +0 -8
- package/lib/anna-core-shared-lib/models/anna-manage-users.model.d.ts +0 -6
|
@@ -2430,14 +2430,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2430
2430
|
}]
|
|
2431
2431
|
}], ctorParameters: function () { return [{ type: AnnaDateTimeFormatService }, { type: AnnaSortService }]; } });
|
|
2432
2432
|
|
|
2433
|
-
var UserActivationStatus;
|
|
2434
|
-
(function (UserActivationStatus) {
|
|
2435
|
-
UserActivationStatus["activationEmailSent"] = "ActivationEmailSent";
|
|
2436
|
-
UserActivationStatus["activationEmailReSent"] = "ActivationEmailResent";
|
|
2437
|
-
UserActivationStatus["ResendActivationEmail"] = "ResendActivationEmail";
|
|
2438
|
-
UserActivationStatus["lastSignedIn"] = "LastSignedIn";
|
|
2439
|
-
})(UserActivationStatus || (UserActivationStatus = {}));
|
|
2440
|
-
|
|
2441
2433
|
// Angular import statements
|
|
2442
2434
|
//Add onChange push change detection
|
|
2443
2435
|
class AnnaSortComponent {
|
|
@@ -3516,7 +3508,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3516
3508
|
this.start = 0;
|
|
3517
3509
|
this.end = this.limit + this.start;
|
|
3518
3510
|
this.isNoDataToDisplaySubject$ = new BehaviorSubject(false);
|
|
3519
|
-
this.UserActivationStatus = UserActivationStatus;
|
|
3520
3511
|
this.textActionTooltip = [];
|
|
3521
3512
|
this.tooltipContainingTable = null;
|
|
3522
3513
|
this.tableBottomBorderClass = null;
|
|
@@ -5776,5 +5767,5 @@ OrderSources.WOZ = "WOZ";
|
|
|
5776
5767
|
* Generated bundle index. Do not edit.
|
|
5777
5768
|
*/
|
|
5778
5769
|
|
|
5779
|
-
export { AllSelectedStatus, AnnaBuyerApprovalIconTemplateComponent, AnnaCalendarFilterComponent, AnnaColumnCheckboxFilterComponent, AnnaColumnDateRangeFilterComponent, AnnaColumnSliderFilterComponent, AnnaColumnTimeFilterComponent, AnnaConvertZeroOrNullOrUndefinedPipe, AnnaCoreModule, AnnaDateFormatterPipe, AnnaDateTimeFormatService, AnnaDeletedOrderIconTemplateComponent, AnnaFilterSearchedTextPipe, AnnaFilterService, AnnaFixedRowSizeTableVirtualScrollStrategy, AnnaFixedRowSizeTableVirtualScrollStrategyDirective, AnnaGlobalConfigService, AnnaGtHelperService, AnnaIconColumnComponent, AnnaLiveIconTemplateComponent, AnnaNoDataComponent, AnnaNonEditableGenericTableComponent, AnnaNotifyIconTemplateComponent, AnnaNumberFormatService, AnnaPayForPerformanceIconTemplateComponent, AnnaPersistingFilterService, AnnaRejectedIconTemplateComponent, AnnaReplaceCharPipe, AnnaSortComponent, AnnaSortService, AnnaTableVirtualScrollViewportComponent, AnnaTypeofDataPipe, AnnaVirtualTableDirective, AnnaWeekCalendarComponent, ClickableItem, Constants, Days, DigitOnlyDirective, ErrorCodes, FixedRowsPopupTableDirective, OrderSources, SortTypeEnum, TooltipModel,
|
|
5770
|
+
export { AllSelectedStatus, AnnaBuyerApprovalIconTemplateComponent, AnnaCalendarFilterComponent, AnnaColumnCheckboxFilterComponent, AnnaColumnDateRangeFilterComponent, AnnaColumnSliderFilterComponent, AnnaColumnTimeFilterComponent, AnnaConvertZeroOrNullOrUndefinedPipe, AnnaCoreModule, AnnaDateFormatterPipe, AnnaDateTimeFormatService, AnnaDeletedOrderIconTemplateComponent, AnnaFilterSearchedTextPipe, AnnaFilterService, AnnaFixedRowSizeTableVirtualScrollStrategy, AnnaFixedRowSizeTableVirtualScrollStrategyDirective, AnnaGlobalConfigService, AnnaGtHelperService, AnnaIconColumnComponent, AnnaLiveIconTemplateComponent, AnnaNoDataComponent, AnnaNonEditableGenericTableComponent, AnnaNotifyIconTemplateComponent, AnnaNumberFormatService, AnnaPayForPerformanceIconTemplateComponent, AnnaPersistingFilterService, AnnaRejectedIconTemplateComponent, AnnaReplaceCharPipe, AnnaSortComponent, AnnaSortService, AnnaTableVirtualScrollViewportComponent, AnnaTypeofDataPipe, AnnaVirtualTableDirective, AnnaWeekCalendarComponent, ClickableItem, Constants, Days, DigitOnlyDirective, ErrorCodes, FixedRowsPopupTableDirective, OrderSources, SortTypeEnum, TooltipModel, fixedSizeVirtualScrollStrategyFactory, radioButtonModel, showEllipsisTextOnHoverDirective, tooltipModelForColumnLevelFiltering };
|
|
5780
5771
|
//# sourceMappingURL=annalib-anna-core.mjs.map
|